@charset "UTF-8";

/* メイン */
.main_original-note02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* KV画像 */
.original-note02_img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 30px auto 0;
}

/* 見出し */
.headLine_original-note02 {
  width: 100%;
  line-height: 2.5;
  background: linear-gradient(#0C88C4 0%, #2177C0 100%);
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  margin-bottom: 30px;
}

.b {
  font-weight: bold;
}

/* =======================
全体枠
======================= */
.product-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  width: 97%;
  margin: 20px auto;

  border: 2px solid #ddd;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}

/* =======================
キャッチ
======================= */
.product-catch {
  flex: 0 0 100%;          
  text-align: center;

  font-size: 1.6em;
  font-weight: bold;
  color: #0C88C4;

  margin-bottom: 10px;
}

.sp-br {
  display: none;
}

@media (max-width: 860px) {
  .sp-br {
    display: inline;
  }
}

/* =======================
画像
======================= */
.product-image {
  flex: 0 0 auto;
  text-align: center;
}

.oripc-01 {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}

/* =======================
スペック
======================= */
.spec-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

/* ペア */
.spec-pair {
  display: flex;
  flex-direction: column;
}

/* 項目 */
.spec-head {
  background: #f5f5f5;
  font-weight: bold;

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 12px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
}

/* 値 */
.spec-item {
  padding: 8px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}

/* =======================
価格
======================= */
.price-box {
  margin: 16px 0 16px;
  text-align: right;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.price-main {
  font-size: 2.6em;
  font-weight: 700; 
  color: #ff0000;
}

.price-tax {
  font-size: 1.9em;
  font-weight: bold;
  color: #ff0000;
  margin-top: 18px;  
}

.price-each {
  font-size: 0.8em;
  font-weight: 700;
  vertical-align: 0.05em; 
}

.price-yen {
  font-size: 0.8em;
  font-weight: 700;
}

/* =======================
スマホ
======================= */
@media (max-width: 860px) {
  .product-wrap {
    display: block;
    width: 97%;
    padding: 20px;
  }

  .product-image {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .oripc-01 {
    width: 80%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
  }

  .spec-area {
    width: 100%;
    min-width: 0;
  }

  .spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .spec-pair {
    min-width: 0;
  }

  .spec-head {
    font-size: 14px;
    padding: 10px 6px;
  }

  .spec-item {
    font-size: 14px;
    line-height: 1.6;
    padding: 8px 6px;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .price-box {
    margin-top: 20px;
    text-align: right;
  }

  .price-main {
    font-size: 3.2em;
	margin-bottom: 0;
  }

  .price-tax {
    font-size: 2.2em;
    margin-top: 22px;
  }
}

/* PC見出し調整 */
@media (min-width: 767px) {
.headLine_original-note02 {
  line-height: 3;
  font-size: 20px;
  margin-bottom: 20px;
}
}
