/** Shopify CDN: Minification failed

Line 8:2 Unexpected "/"

**/
/**
 * 作品詳細（dreampiece.jp /contents/*/detail 準拠）
 */

.section-dreampiece-product {
  background: transparent;
}

.dreampiece-contents-detail.contents-detail {
  position: relative;
  z-index: 1;
  background: transparent;
  padding-top: clamp(8px, 1.5vw, 16px);
  padding-bottom: clamp(48px, 6vw, 72px);
  padding-left: 25px;
  padding-right: 25px;
  min-height: calc(100vh - 220px);
  max-width: 1400px;
  box-sizing: border-box;
}

.dreampiece-contents-detail .contents-detail-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 clamp(16px, 2.5vw, 24px);
  color: #666666;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: var(--dp-text-sm, 14px);
  letter-spacing: 0.03em;
}

.dreampiece-contents-detail .contents-detail-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.dreampiece-contents-detail .contents-detail-breadcrumb a:hover {
  color: var(--dreampiece-accent, #5e7150);
}

.dreampiece-contents-detail .contents-detail-breadcrumb .material-symbols-outlined {
  font-size: 1.1rem;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  color: #888888;
}

.dreampiece-contents-detail .contents-detail-breadcrumb-current {
  font-weight: 600;
  color: #333333;
}

.dreampiece-contents-detail .contents-detail-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 32px);
  margin-top: clamp(8px, 1.5vw, 16px);
}

.dreampiece-contents-detail .contents-detail-header-primary {
  flex: 1 1 auto;
  min-width: 0;
}

.dreampiece-contents-detail .contents-detail-category {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 6px;
  background: #ffffff;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: clamp(11px, 0.95vw, 12px);
  letter-spacing: 0.04em;
  color: #666666;
}

.dreampiece-contents-detail .contents-detail-title {
  margin: clamp(10px, 1.4vw, 14px) 0 0;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", serif;
  font-size: clamp(26px, 3.2vw, 35px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
  color: #111111;
}

.dreampiece-contents-detail .contents-detail-header-aside {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(10px, 1.4vw, 14px);
  max-width: 100%;
}

.dreampiece-contents-detail .contents-detail-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(8px, 1.2vw, 14px);
}

.dreampiece-contents-detail .contents-detail-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f3f3f3;
}

.dreampiece-contents-detail .contents-detail-author {
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: clamp(12px, 1.05vw, 14px);
  color: #333333;
}

.dreampiece-contents-detail .contents-detail-stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: clamp(12px, 1vw, 13px);
  color: #777777;
}

.dreampiece-contents-detail .contents-detail-stat .material-symbols-outlined {
  font-size: 1rem;
  color: #999999;
}

.dreampiece-contents-detail .contents-detail-date {
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: clamp(12px, 1vw, 13px);
  color: #aaaaaa;
  white-space: nowrap;
}

.dreampiece-contents-detail .contents-detail-meta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.dreampiece-contents-detail .contents-detail-copy-url {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: #444444;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: clamp(12px, 1vw, 13px);
  font-weight: 400;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.dreampiece-contents-detail .contents-detail-copy-url .material-symbols-outlined {
  font-size: 1rem;
  color: #777777;
}

.dreampiece-contents-detail .contents-detail-copy-url:hover {
  border-color: rgba(0, 0, 0, 0.22);
  background: #ffffff;
}

.dreampiece-contents-detail .contents-detail-tab-stage {
  --detail-tab-border: rgba(0, 0, 0, 0.12);
  --detail-tab-inactive-bg: #f7f4f1;
  --detail-tab-active-bg: rgba(255, 255, 255, 0.82);
  margin-top: clamp(18px, 2.5vw, 28px);
}

.dreampiece-contents-detail .contents-detail-tab-bar {
  position: relative;
}

.dreampiece-contents-detail .contents-detail-tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  width: 100%;
  z-index: 1;
}

.dreampiece-contents-detail .contents-detail-tabs::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--detail-tab-border);
  pointer-events: none;
  z-index: 0;
}

.dreampiece-contents-detail .contents-detail-tabs a {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-width: clamp(140px, 17vw, 188px);
  min-height: 44px;
  margin-left: -1px;
  padding: clamp(10px, 1.4vw, 12px) clamp(24px, 3.2vw, 36px) clamp(8px, 1.2vw, 10px);
  border: 1px solid var(--detail-tab-border);
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  background: var(--detail-tab-inactive-bg);
  color: #555555;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", serif;
  font-size: clamp(13px, 1.12vw, 15px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
  z-index: 1;
}

.dreampiece-contents-detail .contents-detail-tabs a::after {
  content: "";
  display: block;
  width: min(72px, 78%);
  height: 11px;
  margin-top: clamp(6px, 0.9vw, 8px);
  visibility: hidden;
}

.dreampiece-contents-detail .contents-detail-tabs a:first-child {
  margin-left: 0;
}

.dreampiece-contents-detail .contents-detail-tabs a.is-active {
  margin-bottom: -2px;
  padding-bottom: clamp(8px, 1.2vw, 10px);
  border-bottom: 2px solid #ffffff;
  background: var(--detail-tab-active-bg);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  color: #222222;
  font-weight: 600;
  z-index: 2;
}

.dreampiece-contents-detail .contents-detail-tabs a.is-active::after {
  visibility: visible;
  background: var(--dp-contents-divider-url) no-repeat center / contain;
}

.dreampiece-contents-detail .contents-detail-tabs a:hover:not(.is-active) {
  color: #333333;
  background: #f0ebe6;
}

.dreampiece-contents-detail .contents-detail-tabs .contents-detail-tabs-external {
  font-weight: 400;
}

.dreampiece-contents-detail .contents-detail-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(18px, 2.5vw, 28px);
  margin-top: 0;
  padding: clamp(20px, 2.5vw, 28px);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow:
    0 8px 32px rgba(31, 38, 35, 0.06),
    inset 0 1px rgba(255, 255, 255, 0.82),
    inset 0 -0.5px rgba(255, 255, 255, 0.24);
}

.dreampiece-contents-detail .contents-detail-media-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(220px, 34vw, 420px);
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.dreampiece-contents-detail .contents-detail-media-frame img,
.dreampiece-contents-detail .contents-detail-media-frame svg {
  display: block;
  max-width: 100%;
  max-height: min(62vh, 520px);
  width: auto;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
}

.dreampiece-contents-detail .contents-detail-aside {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.dreampiece-contents-detail .contents-detail-desc {
  flex: 1 1 auto;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: #444444;
}

.dreampiece-contents-detail .contents-detail-desc-lead {
  margin: 0 0 1em;
}

.dreampiece-contents-detail .contents-detail-desc-inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
  overflow: hidden;
}

.dreampiece-contents-detail .contents-detail-desc-inner.is-expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.dreampiece-contents-detail .contents-detail-desc-body {
  word-break: break-word;
}

.dreampiece-contents-detail .contents-detail-desc-body :first-child {
  margin-top: 0;
}

.dreampiece-contents-detail .contents-detail-desc-toggle {
  display: none;
  align-items: center;
  gap: 4px;
  margin-top: clamp(10px, 1.4vw, 14px);
  padding: 0;
  border: none;
  background: transparent;
  color: var(--dreampiece-accent, #5e7150);
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dreampiece-contents-detail .contents-detail-desc-toggle:hover {
  opacity: 0.82;
}

.dreampiece-contents-detail .contents-detail-desc.is-expandable .contents-detail-desc-toggle {
  display: inline-flex;
}

.dreampiece-contents-detail .contents-detail-actions {
  margin-top: clamp(20px, 2.5vw, 28px);
}

.dreampiece-contents-detail .contents-detail-purchase-wrap {
  margin-top: clamp(20px, 2.5vw, 28px);
}

.dreampiece-contents-detail .contents-detail-purchase-wrap--app:empty,
.dreampiece-contents-detail .contents-detail-purchase-wrap--app .dreampiece-product-purchase--app .contents-detail-purchase:empty {
  display: none;
  margin: 0;
}

.dreampiece-contents-detail .contents-detail-purchase-wrap--app .dreampiece-product-purchase--app .contents-detail-purchase {
  margin-top: 0;
}

.dreampiece-contents-detail .contents-detail-purchase-price {
  margin-bottom: clamp(10px, 1.5vw, 14px);
}

.dreampiece-contents-detail .contents-detail-purchase-price .price {
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 600;
  color: #333333;
}

.dreampiece-contents-detail .contents-detail-purchase-variants {
  display: grid;
  gap: 12px;
  margin-bottom: clamp(12px, 2vw, 16px);
}

.dreampiece-contents-detail .contents-detail-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dreampiece-contents-detail .contents-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border: none;
  border-radius: 999px;
  background: var(--dreampiece-site-button, #6c7360);
  color: #ffffff;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: clamp(14px, 1.15vw, 15px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.dreampiece-contents-detail .contents-detail-btn .material-symbols-outlined {
  font-size: 1.15rem;
}

.dreampiece-contents-detail .contents-detail-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.dreampiece-contents-detail .contents-detail-btn--cart {
  width: fit-content;
  min-width: min(100%, 168px);
  max-width: 100%;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 8px;
  font-weight: 400;
  letter-spacing: 0.04em;
  background: #d86a39;
  color: #ffffff;
  box-shadow: none;
}

.dreampiece-contents-detail .product-form__submit.contents-detail-btn--cart::before,
.dreampiece-contents-detail .product-form__submit.contents-detail-btn--cart::after {
  display: none;
}

.dreampiece-contents-detail .contents-detail-btn--cart:hover,
.dreampiece-contents-detail .product-form__submit.contents-detail-btn--cart:not([disabled]):hover {
  opacity: 1;
  transform: none;
  background: #d35e2a;
  color: #ffffff;
}

.dreampiece-contents-detail .contents-detail-btn--cart:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.dreampiece-contents-detail .contents-detail-btn--download {
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 8px;
  background: #d86a39;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.04em;
  box-shadow: none;
}

.dreampiece-contents-detail .contents-detail-btn--download .contents-detail-btn-icon {
  display: block;
  width: 25px;
  height: 27px;
  flex-shrink: 0;
}

.dreampiece-contents-detail .contents-detail-btn--download:hover {
  opacity: 1;
  transform: none;
  background: #d35e2a;
}

.dreampiece-contents-detail .contents-detail-app-download-actions {
  margin-top: clamp(12px, 1.6vw, 16px);
}

.dreampiece-contents-detail .contents-detail-app-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dreampiece-contents-detail .contents-detail-app-download-btn.is-hidden {
  display: none;
}

.dreampiece-contents-detail .contents-detail-app-store-icon {
  display: block;
  flex-shrink: 0;
}

.dreampiece-contents-detail .contents-detail-btn--download .contents-detail-app-store-icon {
  filter: brightness(0) invert(1);
}

.dreampiece-contents-detail .contents-detail-app-store-icon--tab {
  width: 16px;
  height: 19px;
}

.dreampiece-contents-detail .contents-detail-tabs-external .contents-detail-app-store-icon--tab {
  display: block;
  margin-bottom: 4px;
  color: currentColor;
}

.dreampiece-contents-detail .share-box {
  margin-top: clamp(28px, 3.5vw, 40px);
  padding: clamp(18px, 2.5vw, 24px);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow:
    0 8px 32px rgba(31, 38, 35, 0.06),
    inset 0 1px rgba(255, 255, 255, 0.82);
}

.dreampiece-contents-detail .contents-detail-reviews {
  margin-top: clamp(28px, 3.5vw, 40px);
  padding: clamp(18px, 2.5vw, 28px);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow:
    0 8px 32px rgba(31, 38, 35, 0.06),
    inset 0 1px rgba(255, 255, 255, 0.82);
  scroll-margin-top: calc(var(--dreampiece-header-clearance, 72px) + 16px);
}

.dreampiece-contents-detail .contents-detail-reviews-title {
  margin: 0 0 clamp(16px, 2vw, 22px);
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", serif;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #222222;
}

.dreampiece-contents-detail .contents-detail-reviews-app + .dreampiece-judgeme-review-widget,
.dreampiece-contents-detail .dreampiece-judgeme-review-widget + .contents-detail-reviews-app {
  margin-top: clamp(16px, 2vw, 24px);
}

.dreampiece-contents-detail .dreampiece-judgeme-review-widget {
  min-height: 1px;
}

.dreampiece-contents-detail .dreampiece-judgeme-loading {
  margin: 0 0 clamp(12px, 1.6vw, 16px);
  color: #666666;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
}

.dreampiece-contents-detail .dreampiece-judgeme-loading[hidden] {
  display: none !important;
}

.dreampiece-contents-detail .dreampiece-judgeme-empty {
  margin: 0 0 clamp(12px, 1.6vw, 16px);
  color: #666666;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
}

.dreampiece-contents-detail .dreampiece-judgeme-empty[hidden],
.dreampiece-contents-detail .dreampiece-judgeme-fallback[hidden] {
  display: none !important;
}

.dreampiece-contents-detail .dreampiece-judgeme-fallback {
  margin-bottom: clamp(12px, 1.6vw, 16px);
}

.dreampiece-contents-detail .dreampiece-judgeme-fallback-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(14px, 2vw, 18px);
}

.dreampiece-contents-detail .dreampiece-judgeme-fallback-stars,
.dreampiece-contents-detail .dreampiece-judgeme-fallback-item-stars {
  display: inline-flex;
  gap: 2px;
}

.dreampiece-contents-detail .dreampiece-judgeme-fallback-star {
  color: #d8d2cb;
  font-size: 18px;
  line-height: 1;
}

.dreampiece-contents-detail .dreampiece-judgeme-fallback-star.is-active {
  color: #d86a39;
}

.dreampiece-contents-detail .dreampiece-judgeme-fallback-average {
  margin: 0;
  color: #333333;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
}

.dreampiece-contents-detail .dreampiece-judgeme-fallback-list {
  display: grid;
  gap: clamp(14px, 2vw, 18px);
}

.dreampiece-contents-detail .dreampiece-judgeme-fallback-item {
  padding-bottom: clamp(14px, 2vw, 18px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dreampiece-contents-detail .dreampiece-judgeme-fallback-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.dreampiece-contents-detail .dreampiece-judgeme-fallback-item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.dreampiece-contents-detail .dreampiece-judgeme-fallback-name {
  color: #333333;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
}

.dreampiece-contents-detail .dreampiece-judgeme-fallback-body {
  margin: 0;
  color: #444444;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  white-space: pre-wrap;
}

/* Judge.me 見出し「カスタマーレビュー」は非表示（セクション見出し「レビュー」のみ） */
.dreampiece-contents-detail .dreampiece-judgeme-review-widget .jdgm-rev-widg__title,
.dreampiece-contents-detail .dreampiece-judgeme-review-widget .jdgm-widget-title {
  display: none !important;
}

/* Judge.me 公式の投稿リンクは非表示（自前ボタン + 自前フォームを使う） */
.dreampiece-contents-detail .dreampiece-judgeme-review-widget .jdgm-write-rev-link {
  display: none !important;
}

.dreampiece-contents-detail .dreampiece-judgeme-write-btn {
  margin-top: clamp(14px, 2vw, 18px);
  width: fit-content;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  color: #333333;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.dreampiece-contents-detail .dreampiece-judgeme-write-btn:hover {
  background: #f7f4f1;
  color: var(--dreampiece-accent, #5e7150);
}

.dreampiece-contents-detail .dreampiece-judgeme-review-widget .jdgm-rev-widg__summary-stars,
.dreampiece-contents-detail .dreampiece-judgeme-review-widget .jdgm-rev-widg__summary-text {
  cursor: pointer;
}

.dreampiece-contents-detail .dreampiece-judgeme-review-widget .jdgm-form-wrapper,
.dreampiece-contents-detail .dreampiece-judgeme-review-widget .jdgm-submit-rev,
.dreampiece-contents-detail .dreampiece-judgeme-review-widget .jdgm-cancel-rev {
  color: #333333;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-wrap {
  margin-top: clamp(16px, 2vw, 20px);
  padding: clamp(16px, 2vw, 20px);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.92);
}

.dreampiece-contents-detail .dreampiece-judgeme-form-wrap[hidden]:not(.is-open) {
  display: none !important;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-wrap.is-open {
  display: block;
}

.dreampiece-contents-detail .dreampiece-judgeme-form {
  display: grid;
  gap: clamp(14px, 2vw, 18px);
}

.dreampiece-contents-detail .dreampiece-judgeme-form-field {
  display: grid;
  gap: 8px;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-label {
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-required {
  color: #c0392b;
  font-size: 12px;
  font-weight: 600;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-stars {
  display: inline-flex;
  gap: 4px;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-star {
  position: relative;
  cursor: pointer;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-star input {
  position: absolute;
  opacity: 0;
  inset: 0;
  margin: 0;
  cursor: pointer;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-star span {
  font-size: 28px;
  line-height: 1;
  color: #d8d2cb;
  transition: color 0.15s ease;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-star.is-active span,
.dreampiece-contents-detail .dreampiece-judgeme-form-star:hover span {
  color: #d86a39;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-input,
.dreampiece-contents-detail .dreampiece-judgeme-form-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: #333333;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-textarea {
  resize: vertical;
  min-height: 140px;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-note {
  margin: 0;
  color: #666666;
  font-size: 12px;
  line-height: 1.6;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-message {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-message.is-success {
  color: var(--dreampiece-accent, #5e7150);
}

.dreampiece-contents-detail .dreampiece-judgeme-form-message.is-error {
  color: #c0392b;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-message[hidden] {
  display: none !important;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-cancel,
.dreampiece-contents-detail .dreampiece-judgeme-form-submit {
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-cancel {
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  color: #333333;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-submit {
  border: none;
  background: #d86a39;
  color: #ffffff;
}

.dreampiece-contents-detail .dreampiece-judgeme-form-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.dreampiece-contents-detail .contents-detail-dynamic-checkout {
  width: 100%;
}

.dreampiece-contents-detail .share-box-title {
  margin: 0;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", serif;
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.dreampiece-contents-detail .share-box-lead {
  margin: 8px 0 0;
  font-size: clamp(12px, 1.05vw, 14px);
  color: #666666;
}

.dreampiece-contents-detail .share-box-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(16px, 2vw, 24px);
}

.dreampiece-contents-detail .share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  border: none;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dreampiece-contents-detail .share-button-x {
  background: #111111;
  color: #ffffff;
}

.dreampiece-contents-detail .share-button-line {
  background: #06c755;
  color: #ffffff;
}

.dreampiece-contents-detail .share-button-copy {
  background: #ffffff;
  color: #333333;
  border: solid 1px #cccccc;
}

.dreampiece-contents-detail .contents-detail-related {
  margin-top: clamp(36px, 4.5vw, 52px);
}

.dreampiece-contents-detail .contents-detail-related-title {
  margin: 0;
  text-align: center;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", serif;
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #111111;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dreampiece-contents-detail .contents-detail-related-title::after {
  content: "";
  display: block;
  width: min(101px, 42%);
  height: 13px;
  margin-top: clamp(10px, 1.5vw, 14px);
  background: var(--dp-contents-divider-url) no-repeat center / contain;
}

.dreampiece-contents-detail .contents-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 16px);
  margin-top: clamp(22px, 3vw, 32px);
}

.dreampiece-contents-detail .contents-detail-related-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(10px, 1.4vw, 14px);
  min-width: 0;
  padding: clamp(10px, 1.4vw, 14px);
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: 0 8px 32px rgba(31, 38, 35, 0.06);
  transition: transform 0.2s ease, background 0.2s ease;
}

.dreampiece-contents-detail .contents-detail-related-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.78);
}

.dreampiece-contents-detail .contents-detail-related-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.dreampiece-contents-detail .contents-detail-related-thumb img,
.dreampiece-contents-detail .contents-detail-related-thumb svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dreampiece-contents-detail .contents-detail-related-body {
  min-width: 0;
}

.dreampiece-contents-detail .contents-detail-related-body h3 {
  margin: 0;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", serif;
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: #222222;
}

.dreampiece-contents-detail .contents-detail-related-body p {
  margin: 4px 0 0;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: clamp(11px, 1vw, 13px);
  line-height: 1.6;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.dreampiece-contents-detail .contents-detail-related-arrow {
  flex-shrink: 0;
  color: #aaaaaa;
  font-size: 1.25rem;
}

.dreampiece-contents-detail .contents-detail-related-back {
  margin: clamp(24px, 3vw, 32px) 0 0;
  text-align: center;
}

.dreampiece-contents-detail .contents-detail-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: min(100%, 320px);
  min-height: 48px;
  padding: 12px clamp(24px, 4vw, 36px);
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #444444;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: clamp(13px, 1.1vw, 14px);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.dreampiece-contents-detail .contents-detail-back-btn::after {
  content: "\203a";
  font-size: 1.1rem;
  line-height: 1;
}

.dreampiece-contents-detail .contents-detail-back-btn:hover {
  background: #fafafa;
  border-color: rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 990px) {
  .dreampiece-contents-detail .contents-detail-header {
    flex-direction: column;
  }

  .dreampiece-contents-detail .contents-detail-header-aside {
    align-items: flex-start;
    width: 100%;
  }

  .dreampiece-contents-detail .contents-detail-meta-row,
  .dreampiece-contents-detail .contents-detail-meta-actions {
    justify-content: flex-start;
  }

  .dreampiece-contents-detail .contents-detail-panel {
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.94);
  }
}

@media screen and (max-width: 640px) {
  .dreampiece-contents-detail.contents-detail {
    padding-left: clamp(14px, 4.5vw, 22px);
    padding-right: clamp(14px, 4.5vw, 22px);
  }

  .dreampiece-contents-detail .contents-detail-tab-bar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .dreampiece-contents-detail .contents-detail-tab-bar::-webkit-scrollbar {
    display: none;
  }

  .dreampiece-contents-detail .contents-detail-tabs {
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
  }

  .dreampiece-contents-detail .contents-detail-tabs a {
    flex: 1 1 0;
    min-width: 0;
    margin-left: -1px;
    padding: 10px 6px 8px;
    font-size: clamp(11px, 3.1vw, 13px);
    letter-spacing: 0.03em;
    white-space: nowrap;
  }

  .dreampiece-contents-detail .contents-detail-tabs a::after {
    width: min(56px, 72%);
    height: 9px;
    margin-top: 6px;
  }

  .dreampiece-contents-detail .contents-detail-tabs a:first-child {
    margin-left: 0;
  }

  .dreampiece-contents-detail .contents-detail-tabs a.is-active::after {
    visibility: visible;
  }

  .dreampiece-contents-detail .contents-detail-desc-inner {
    -webkit-line-clamp: 14;
  }

  .dreampiece-contents-detail .contents-detail-related-grid {
    grid-template-columns: 1fr;
  }

  .dreampiece-contents-detail .share-box,
  .dreampiece-contents-detail .contents-detail-related-card,
  .dreampiece-contents-detail .contents-detail-panel {
    background: rgba(255, 255, 255, 0.94);
  }
}
