/* list */
.hdg-product {
  font-weight: 600;
  text-align: center;
  color: #168aa5;
  font-family: "Zen Maru Gothic", serif;
}
.hdg-product .sub {
  display: block;
  color: #000;
}
[data-browse-mode="P"] .hdg-product {
  margin: 0 auto 30px;
  padding-top: 50px;
  font-size: 36px;
}
[data-browse-mode="S"] .hdg-product {
  margin: 0 auto 30px;
  padding: 0;
  font-size: 26px;
}
[data-browse-mode="P"] .hdg-product .sub {
  font-size: 18px;
}
[data-browse-mode="S"] .hdg-product .sub {
  font-size: 18px;
}
.products-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
[data-browse-mode="P"] .products-item-wrap {
  padding: 0 50px;
  gap: 70px 20px;
}
[data-browse-mode="S"] .products-item-wrap ul.block-ranking-r--items {
  width: calc(100% + 25px);
  padding: 0 15px 0 0;
  margin: 0px 0 0 -5px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  overflow-x: auto;
}
[data-browse-mode="P"] .products-item-wrap ul.block-ranking-r--items li {
  width: calc((100% - 20px * 4) / 5);
  margin: 0;
  flex: 0 0 auto;
}
[data-browse-mode="S"] .products-item-wrap ul.block-ranking-r--items li {
  margin-bottom: 20px;
  width: calc((100% - 15px) / 2.5);
  padding-top: 0;
  list-style: none;
  flex: 0 0 auto;
  position: relative;
}
.products-item-wrap .block-ranking-r--items li .block-ranking-r--goods-image {
  box-sizing: border-box;
}
[data-browse-mode="S"] .products-item-wrap .block-ranking-r--items li .block-ranking-r--goods-image {
  height: auto !important;
}
[data-browse-mode="S"] .products-item-wrap .block-ranking-r--items li .block-ranking-r--goods-image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul.block-ranking-r--items li .block-ranking-r--goods-description {
  margin: 0;
}
ul.block-ranking-r--items li .block-ranking-r--goods-description .block-icon {
  min-height: unset;
}
[data-browse-mode="S"] .block-ranking-r--items li .block-icon > span {
  margin: 6px 6px 0 0;
}
.point-rrf-icon em {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
[data-browse-mode="P"] .point-rrf-icon em {
  font-size: 24px;
}
[data-browse-mode="S"] .point-rrf-icon em {
  font-size: 20px;
}
.main-rate .products-item-wrap .block-ranking-r--price {
  text-decoration: line-through;
}
.main-rate .products-item-wrap .price-display {
  color: #ec959e;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
}
[data-browse-mode="P"] .btn-product {
  margin-top: 50px;
  text-align: center;
}
[data-browse-mode="S"] .btn-product {
  margin-top: 30px;
  text-align: center;
}
.btn-product-link {
  border: #6786a8 1px solid;
  font-weight: bold;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #6786a8;
  transition: .2s linear;
  position: relative;
  border-radius: 25px;
}
[data-browse-mode="P"] .btn-product-link {
  min-width: 240px;
  min-height: 50px;
  font-size: 16px;
}
[data-browse-mode="S"] .btn-product-link {
  min-width: 200px;
  min-height: 40px;
  font-size: 13px;
}
.btn-product-link:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #6786a8;
}
[data-browse-mode="P"] .btn-product-link::after {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-right: #FFF 2px solid;
  border-bottom: #FFF 2px solid;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: rotate(-45deg);
  transition: .2s linear;
}
[data-browse-mode="S"] .btn-product-link::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: rotate(-45deg);
  transition: .2s linear;
}
[data-browse-mode="P"] .free-25sugift-sec-inner.list {
  position: relative;
  padding-bottom: 70px;
  margin-top: 0;
}
[data-browse-mode="S"] .free-25sugift-sec-inner.list {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
[data-browse-mode="P"] .free-25sugift-sec-inner.list::after {
  content: '';
  width: 920px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 70px;
  background: url(/img/usr/freepage/25fd/dot_pc.png);
  background-repeat: repeat-x;
}
[data-browse-mode="S"] .free-25sugift-sec-inner.list::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/img/usr/freepage/25fd/dot_sp.png);
  background-repeat: repeat-x;
}
[data-browse-mode="S"] .sec-product {
  padding-left: 10px;
  padding-right: 10px;
}

/* point */
.main-point .products-item-wrap .block-ranking-r--items li .block-ranking-r--goods-image figure {
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 1;
  margin-bottom: 0;
}
[data-browse-mode="P"] .main-point .point-rrf {font-weight: 600; display: flex; flex-wrap: wrap; align-items: baseline; background: #FFF; position: relative;}
[data-browse-mode="P"] .main-point .point-rrf-num { font-size: 18px; color: #ef929d;}
[data-browse-mode="P"] .main-point .point-rrf-fm  { margin-left: 2px; font-size: 15px; color: #ef929d;}
[data-browse-mode="P"] .main-point .point-rrf-fs  { margin-left: 2px; font-size: 15px; color: #ef929d;}
[data-browse-mode="S"] .main-point .point-rrf     { font-weight: 600; display: flex; flex-wrap: wrap; align-items: baseline; background: #fff; position: relative;}
[data-browse-mode="S"] .main-point .point-rrf-num { margin-left: 2px; font-size: calc(18 / 375* 100vw); color: #ef929d;}
[data-browse-mode="S"] .main-point .point-rrf-fm  { font-size: calc(12 / 375* 100vw); font-weight: 400; color: #ef929d;}
[data-browse-mode="S"] .main-point .point-rrf-fs  { margin-left: 2px; font-size: calc(12 / 375* 100vw); color: #ef929d;}
.main-point .products-item-wrap .point-rrf-icon {
  width: 100%;
  padding: 1px 0;
  border-radius: 0 0 10px 10px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #0097d3;
  order: 21;
}
[data-browse-mode="P"] .main-point .products-item-wrap .point-rrf-icon  {
  margin-bottom: 10px;
  font-size: 20px;
}
[data-browse-mode="S"] .main-point .products-item-wrap .point-rrf-icon  {
  margin-bottom: 10px;
}
.main-point .point-rrf-icon em {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
[data-browse-mode="P"] .main-point .point-rrf-icon em {
  font-size: 24px;
}
[data-browse-mode="S"] .main-point .point-rrf-icon em {
  font-size: 20px;
}

/* rate */
.main-rate .products-item-wrap .block-ranking-r--items li .block-ranking-r--goods-image figure {
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 10px;
  aspect-ratio: 1;
}
[data-browse-mode="P"] .main-rate .products-item-wrap .price-discounted {
  font-size: 24px;
}
[data-browse-mode="S"] .main-rate .products-item-wrap .price-discounted {
  font-size: 20px;
}
[data-browse-mode="P"] .main-rate .products-item-wrap .price-discounted span {
  font-size: 18px;
}
[data-browse-mode="S"] .main-rate .products-item-wrap .price-discounted span {
  font-size: 14px;
}
.main-rate .products-item-wrap .point-rrf-icon {
  width: 100%;
  padding: 1px 0;
  border-radius: 5px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-align: center;
  color: #8a7c27;
  background: #fef7cf;
  order: 21;
}
[data-browse-mode="P"] .main-rate .products-item-wrap .point-rrf-icon  {
  margin-bottom: 10px;
  font-size: 20px;
}
[data-browse-mode="S"] .main-rate .products-item-wrap .point-rrf-icon  {
  margin-bottom: 10px;
}