.sl-summary {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.sl-summary ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.sl-summary li {
  margin-bottom: 8px;
}
.sl-summary .sl-summary-specs {
  font-size: 13px;
  color: #666;
  margin-top: 15px;
  border-top: 1px dashed #eee;
  padding-top: 10px;
}

.sl-product-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-top: 20px;
}
.sl-product-detail .sl-intro p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sl-product-detail h3 {
  color: #0b76a0;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.sl-product-detail .sl-feature p,
.sl-product-detail .sl-story p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.sl-product-detail .sl-notice {
  background-color: #f8f9fa;
  border-left: 4px solid #0b76a0;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.sl-product-detail .sl-notice h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  color: #333;
  font-size: 15px;
}
.sl-product-detail .sl-notice p,
.sl-product-detail .sl-notice ul {
  margin: 0;
  font-size: 13px;
  color: #555;
}
.sl-product-detail .sl-notice ul {
  padding-left: 20px;
}
.sl-product-detail .sl-notice li {
  margin-bottom: 8px;
}
.sl-product-detail .sl-notice li:last-child {
  margin-bottom: 0;
}
.sl-product-detail .sl-specs table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 20px;
}
.sl-product-detail .sl-specs th,
.sl-product-detail .sl-specs td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.sl-product-detail .sl-specs th {
  text-align: left;
  background-color: #fafafa;
  width: 30%;
  color: #555;
  font-weight: normal;
}
.sl-summary img,
.sl-product-detail img,
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 35px auto;
  border: none;
}

img + img {
  margin-top: 10px;
  margin-bottom: 35px;
}
.mshop_bar .name {
  letter-spacing: 0.2em !important;
  color: #fff !important;
  background-color: #0b76a0 !important;
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}

@media (max-width: 768px) {
  .sl-summary,
  .sl-product-detail {
    font-size: 13px;
  }
  .sl-product-detail h3 {
    font-size: 16px;
    margin-top: 30px;
  }
  .sl-product-detail .sl-specs th {
    width: 35%;
  }
}

.sl-product-wrapper {
  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-size: 15px;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.04em;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

.sl-catchphrase {
  font-size: 17px;
  font-weight: 600;
  color: #111111;
  line-height: 1.5;
  padding: 12px 16px;
  background-color: #f9f9f9;
  border-left: 4px solid #111111;
  margin-bottom: 25px;
}

.sl-product-wrapper .__description {
  margin-bottom: 40px;
}

.sl-product-wrapper b,
.sl-product-wrapper strong {
  font-weight: 600;
  color: #111;
}

.sl-product-wrapper font {
  color: inherit;
  font-size: inherit;
}

.sl-product-wrapper u {
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: #999;
}

.sl-product-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 35px;
  font-size: 13px;
  background-color: #ffffff;
  border-top: 2px solid #222222;
  border-bottom: 1px solid #dddddd;
}

.sl-product-wrapper table tr {
  border-bottom: 1px solid #eeeeee;
}

.sl-product-wrapper table th {
  background-color: #fafafa;
  padding: 15px 18px;
  width: 25%;
  text-align: left;
  font-weight: 600;
  color: #555555;
  border: none;
  vertical-align: top;
}

.sl-product-wrapper table td {
  padding: 15px 18px;
  color: #444444;
  border: none;
  line-height: 1.7;
  vertical-align: top;
}

@media (max-width: 768px) {
  .sl-product-wrapper {
    font-size: 14px;
    padding: 10px;
  }
  .sl-catchphrase {
    font-size: 15px;
    padding: 10px 12px;
  }
  .sl-product-wrapper table th {
    width: 32%;
    padding: 12px 10px;
  }
  .sl-product-wrapper table td {
    padding: 12px 10px;
  }
}

.sl-header-wrap {
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', sans-serif;
    background: #fcfcfc;
    border-top: 2px solid #0b76a0;
    border-bottom: 1px solid #eee;
    padding: 16px;
    margin-bottom: 32px;
    text-align: center;
}
.sl-header-logo-wrap {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}
.sl-header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    width: max-content;
    line-height: 1;
    height: 6.5rem;
    background-color: #0b76a0;
    padding: 0.9rem 2rem;
}
.sl-header-sub {
    padding: 1rem;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.2rem;
    color: #555;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.sl-header-feat {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: #0b76a0;
    margin-bottom: 12px;
}
.sl-header-feat-item {
    display: inline-flex;
    align-items: center;
}
.sl-header-promo {
    display: inline-block;
    background: #fff;
    border: 1px dashed #0b76a0;
    padding: 8px 24px;
    font-size: 0.8rem;
    color: #555;
    line-height: 1.5;
}
.sl-header-promo-hl {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111;
}
.sl-header-promo-hl span {
    color: #0b76a0;
}
.sl-header-promo-note {
    font-size: 0.8rem;
    color: #999;
}

.sl-footer-wrap {
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', sans-serif;
    max-width: 800px;
    margin: 48px auto;
    padding: 24px;
    background: #fff;
    border: 1px solid #eee;
    color: #555;
}
.sl-footer-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: #111;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}
.sl-footer-sec {
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 16px;
}
.sl-footer-sec.sl-noborder {
    border-bottom: none;
    padding-bottom: 0;
}
.sl-footer-h {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0b76a0;
    margin-bottom: 8px;
}
.sl-footer-p {
    font-size: 0.9rem;
    line-height: 1.6;
}
.sl-footer-note {
    font-size: 0.8rem;
    color: #999;
}
.sl-footer-link {
    color: #0b76a0;
    text-decoration: underline;
}
.sl-footer-btn-wrap {
    text-align: center;
    margin-top: 32px;
}
.sl-footer-btn {
    display: inline-block;
    padding: 12px 32px;
    background: #111;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease;
}
.sl-footer-btn:hover {
    opacity: 0.8;
}