@charset "UTF-8";
/* h/ product detail pages - responsive layout
   ブランドカラー: #9E0030 / 本文基準: 17px */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 12px;
  background: #f4f2f3;
  color: #222;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 17px;
  line-height: 1.9;
  word-break: break-word;
}

.h-wrap {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e3dcde;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Brand header */
.h-brand {
  padding: 12px 16px;
  background: #9e0030;
  color: #fff;
}

.h-brand .h-site {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.05em;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.h-brand .h-tag {
  display: block;
  margin-top: 2px;
  font-size: 0.8em;
  line-height: 1.5;
  color: #ffd9e2;
}

/* Product title (h1) */
.h-title {
  margin: 0;
  padding: 18px 16px 10px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.32em;
  line-height: 1.55;
  font-weight: 700;
  color: #1a1a1a;
}

.h-lead {
  margin: 0;
  padding: 0 16px 16px;
  font-size: 0.98em;
  color: #444;
  border-bottom: 1px solid #eee;
}

/* Section headings (brand bar) */
.h-head {
  margin: 20px 0 0;
  padding: 10px 16px;
  background: #9e0030;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.12em;
  font-weight: 700;
}

/* Description block */
.h-desc {
  padding: 14px 16px 4px;
}

.h-desc p {
  margin: 0 0 14px;
}

.h-desc ul {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.h-desc ul li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 1.2em;
}

.h-desc ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #9e0030;
  font-size: 0.85em;
}

.h-desc a {
  color: #9e0030;
  font-weight: 700;
  word-break: break-all;
}

.h-note {
  margin: 0 16px 4px;
  padding: 10px 12px;
  background: #faf3f5;
  border-left: 4px solid #9e0030;
  font-size: 0.92em;
  color: #555;
}

/* Image gallery */
.h-gallery {
  padding: 8px 16px 20px;
}

.h-gallery figure {
  margin: 0 0 16px;
}

.h-gallery img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.h-gallery figcaption {
  margin: 6px auto 0;
  max-width: 640px;
  font-size: 0.85em;
  color: #777;
  text-align: center;
}

/* CTA / back link */
.h-cta {
  padding: 4px 16px 24px;
  text-align: center;
}

.h-cta a {
  display: inline-block;
  padding: 12px 24px;
  background: #9e0030;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.98em;
  font-weight: 700;
}

.h-cta a:hover {
  background: #820027;
}

.h-foot {
  padding: 12px 16px 20px;
  font-size: 0.82em;
  line-height: 1.7;
  color: #888;
  text-align: center;
  border-top: 1px solid #eee;
}

/* Wider screens */
@media (min-width: 600px) {
  body {
    padding: 20px;
  }
  .h-title {
    font-size: 1.5em;
  }
  .h-head {
    font-size: 1.18em;
  }
}
