﻿@charset "UTF-8";

:root {
  --usr-scrollbar-width: 0;
}

body {
  letter-spacing: 0.6px;
  color: #333;
  min-width: 100%;
  /* font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W6", "メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W6", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.body-fixed {
  overflow-y: scroll;
}

a {
  color: #333;
}

.price {
  color: #333;
}

.price::after,
.default-price::after {
  content: "円（税込）" !important;
  letter-spacing: 0.55px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W6", "Main";
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  margin-left: 2px;
}

.default-price {
  color: #333 !important;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  justify-content: start !important;
}

.default-price::before {
  content: "通常価格";
  letter-spacing: 0.55px;
  color: #999;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W6", "Main";
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

.default-price::after {
  color: #999;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W6", "Main";
  font-size: 10px;
  font-weight: 400;
}

.net::after,
.price.net::after,
.net-price::after,
.default-net::after {
  content: "円（税抜）";
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W6", "Main";
}

body h2 {
  background-color: transparent;
}