@charset "utf-8";

.m-block-inner {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  padding: 0 29px;
}
.m-heading-lv3 {
  background-color: #f0f0f0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 4px solid #dcdcdc;
  border-right: 4px solid #dcdcdc;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.m-heading-lv3 .m-heading-text {
  margin-right: 20px;
  white-space: nowrap;
  font-weight: bold;
  color: #444;
}
.m-heading-lv3 .m-heading-tag {
  display: inline-block;
  padding: 1px 4px;
  font-size: 12px;
  color: white;
  margin-right: 10px;
  white-space: nowrap;
}
.m-heading-lv3 .m-heading-tag:last-child {
  margin-right: 0;
}
.m-heading-lv3 .tag-recommend {
  background-color: #e74c3c;
}
.m-heading-lv3 .tag-popular {
  background-color: #e74c3c;
}
.m-heading-lv3 .tag-classic {
  background-color: #e74c3c;
}
/* メインの3列グリッドコンテナ */
.m-product-grid {
  display: flex;
  gap: 16px;
  align-items: stretch;
}
/* 各商品カードのスタイル */
.m-product-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* 商品画像プレースホルダー */
.m-product-image-placeholder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-product-image-placeholder img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
  box-sizing: border-box;
}
.m-product-image-placeholder:hover img {
  opacity: 0.7;
}
/* 商品詳細エリア */
.m-product-details {
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 8px;
  margin-bottom: 16px;
  color: #000;
  text-decoration: none;
}
.m-product-details:visited {
  color: #000;
  text-decoration: none;
}
.m-product-details:hover {
  text-decoration: none;
  color: #006699;
}
.m-product-name {
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
  flex-grow: 1;
  margin-bottom: 0;
}
.m-product-price-info {
  display: flex;
  align-items: baseline;
  color: #d50000;
  font-weight: bold;
  text-align: right;
  justify-content: flex-end;
}
.m-product-price {
  font-size: 20px;
  white-space: nowrap;
}
.m-product-price .u-currency {
  font-size: 14px;
  margin-left: 2px;
}
.m-product-price .u-tax {
  font-size: 14px;
  margin-left: 2px;
  font-weight: normal;
}
.m-price-suffix {
  font-size: 14px;
  margin-left: 5px;
}
/* おトクエリア */
.m-product-discount {
  background-color: #f5f5f5;
  padding: 2px 4px;
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-bottom: 0;
}
/* 商品ボタン */
.m-product-button {
  margin: 0;
  border-radius: 4px;
  border: 1px solid transparent;
  text-align: center;
}
.m-product-button img {
  max-width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.m-product-button:hover img {
  opacity: 0.7;
}
.m-button-image-placeholder {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  display: block;
  padding: 8px;
  box-sizing: border-box;
}
.m-button-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  text-align: center;
}
/* ボタンのカラーバリエーション */
/* 青 */
.m-blue-button {
  background-color: #274E88;
  border-color: #274E88;
}
.m-blue-button:hover {
  background-color: #274E88;
}
/* 赤 */
.m-red-button {
  background-color: #990000;
  border-color: #990000;
}
.m-red-button:hover {
  background-color: #990000;
}
/* オレンジ */
.m-orange-button {
  background-color: #FF7C10;
  border-color: #FF7C10;
}
.m-orange-button:hover {
  background-color: #FF7C10;
}
.m-heading-discount {
  text-align: center;
  color: #3e7b00;
  font-size: 32px;
  margin: 24px auto;
}
.m-grid-col-3 {
  display: table;
  width: 100%;
  margin-bottom: 24px;
}
.m-grid-cell {
  display: table-cell;
}
.m-grid-cell:first-of-type, .m-grid-cell:last-of-type {
  width: 45%;
  box-sizing: border-box;
  background-color: #fefefe;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 8px 16px;
  box-sizing: border-box;
}
.m-grid-cell:nth-child(2) {
  vertical-align: middle;
  padding: 20px;
  box-sizing: border-box;
}
.m-grid-cell img {
  max-width: 100%;
  height: auto;
}
.m-heading-option {
  border-bottom: 1px solid #d50000;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}
.m-heading-lv4 {
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}
.m-blue-heading {
  background-color: #274E88;
}
.m-red-heading {
  background-color: #990000;
}
.m-orange-heading {
  background-color: #FF7C10;
}
.m-note {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  color: #888;
  margin: 0;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-mb-md {
  margin-bottom: 16px;
}
.u-mb-lg {
  margin-bottom: 24px;
}
.u-fz-xs {
  font-size: 10px;
}
.u-fz-sm {
  font-size: 12px;
}
.u-fz-md {
  font-size: 14px;
}
.u-fz-lg {
  font-size: 16px;
}
.u-fz-xl {
  font-size: 24px;
}
.u-fc-red {
  color: #d50000;
}
.u-ta-r {
  text-align: right;
}
.u-tb-b {
  text-decoration: underline;
  color: rgb(0, 102, 153);
}
