@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap');

/* ライブサンプル (https://yy-asobi.net/sample/lib/css/common.css) の上書きルールと同期。
   サンプルは common.css から style.css を @import しているため、これらは style.css より
   後に適用される。本実装は reset/style を各レイアウトから直接 <link> する方式だが、
   common.css の読み込み順は同じく最後のため、同じカスケード結果になる。 */
main.page--shop-list .premium__info-card .premium__price-card strong.listing-price__value {
  font-size: 24px;
}

main.page--shop-list .premium__price-card strong.listing-price__value > small.listing-price__unit {
  font-size: 12px;
}

.page--shop-list .coupon-offer > .coupon-offer__value {
  grid-column: 3;
  justify-self: end;
  margin-left: auto;
  text-align: right;
}
