﻿@charset "UTF-8";

/* このファイルに記載することでCSSを上書きできます
html {
  color: #F00;
}
*/


/* ヘッダーロゴを1.5倍に (7.5rem→11.25rem) Claude追加 */
.s-header-wrap__logo { width: 11.25rem; }
@media screen and (min-width: 992px){
  .s-header-wrap__logo { width: 11.25rem; }
}


/* カートに定期購入商品がある場合、ポイント使用UIだけを非表示 (クーポンは影響なし) Claude追加 */
.m-orderUseDiscount.is-hidden-claude-point { display: none !important; }
