﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;700&family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

:root {
  --usr-scrollbar-width: 0;
}

body {
  letter-spacing: 0.6px;
  color: #333;
  /* font-family: "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Std", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Zen Kaku Gothic New";
  min-width: 100%;
}

body.body-fixed {
  overflow-y: scroll;
}

a {
  color: #333;
}

.price {
  color: #333;
}

.price::after {
  content: "円（税込）" !important;
  letter-spacing: 0.55px;
  font-family: "Zen Kaku Gothic New", "Main";
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
}

.default-price {
  color: #333 !important;
  font-size: 10px !important;
  font-weight: 400;
  line-height: 20px;
  justify-content: start !important;
}

.net::after,
.price.net::after,
.net-price::after,
.default-net::after {
  content: "円（税抜）";
  font-family: "Zen Kaku Gothic New", "Main";
}