@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&display=swap');

/* 指定
---------------------------------------------------------- */
.c-Blk-bass-bold {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, calc(0.932rem + 0.34vw), 1.188rem);
  text-align: left;
  margin: 0.5em 0;
}
.goods__media {
  margin-bottom: 40px;
}
.MemoSection {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, calc(0.955rem + 0.23vw), 1.125rem);
  line-height: 1.7;
  text-align: left;
  margin-bottom: 40px;
}
.bg-blue-box {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.813rem, calc(0.744rem + 0.34vw), 1rem);
  line-height: 1.5;
  padding: 8px;
  background-color: #cce0ef;
  text-align: left;
  margin-bottom: 40px;
}