.nts-shop {
  --nts-red: #c81e27;
  --nts-red-dark: #94151d;
  --nts-navy: #102542;
  --nts-gold: #f7b32b;
  --nts-paper: #f7f3ef;
  --nts-ink: #211915;
  --nts-muted: #746862;
  background: linear-gradient(180deg, #fff 0%, var(--nts-paper) 52%, #fff 100%);
  color: var(--nts-ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.7;
  margin-inline: calc(50% - 50vw);
  max-width: none;
  overflow: hidden;
  width: 100vw;
}

/* GOODS SHOP / CART v2 — cream bg is for catalog/detail only (not Tシャツページ) */
.nts-goods-shop{color:#17130f;min-height:100vh}
.nts-goods-shop.nts-catalog,
.nts-goods-shop.nts-product-detail{background:#f5efe5}
.nts-goods-hero{position:relative;min-height:680px;display:grid;align-items:center;overflow:hidden;background:#111}
.nts-goods-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.nts-goods-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,8,7,.94) 0%,rgba(10,8,7,.75) 40%,rgba(10,8,7,.08) 72%)}
.nts-goods-hero__copy{position:relative;z-index:1;width:min(620px,90%);margin-left:max(5vw,32px);padding:80px 0;color:#fff}
.nts-goods-hero__copy h1{font-size:clamp(56px,8vw,112px);line-height:.9;letter-spacing:-.06em;margin:20px 0}
.nts-goods-hero__copy h1 em,.nts-catalog-message em{color:#e21c22;font-style:normal}
.nts-goods-hero__copy>p:not(.nts-eyebrow){max-width:520px;font-weight:700;line-height:1.9}
.nts-goods-lineup{padding:100px max(4vw,24px);max-width:1500px;margin:auto}
.nts-goods-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:40px;max-width:1120px}
.nts-goods-card{grid-column:auto;background:#fff;border:2px solid #17130f;box-shadow:8px 8px 0 #17130f;display:flex;flex-direction:column;min-width:0}
.nts-goods-card:first-child,.nts-goods-card:nth-child(2){grid-column:auto}
.nts-goods-card__image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#f4eee6;border-bottom:2px solid #17130f}
.nts-goods-card:first-child .nts-goods-card__image,.nts-goods-card:nth-child(2) .nts-goods-card__image{aspect-ratio:1/1}
.nts-goods-card__image img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .35s}
.nts-goods-card__image:hover img{transform:none}
.nts-goods-card__image>span{position:absolute;left:14px;top:14px;background:#e21c22;color:#fff;font-size:22px;font-weight:1000;padding:8px 12px;transform:rotate(-3deg)}
.nts-goods-card__body{padding:26px;display:flex;flex-direction:column;gap:13px;flex:1}
.nts-goods-card__body>p{font-size:12px;font-weight:1000;letter-spacing:.12em;color:#d51c22;margin:0}
.nts-goods-card__body h3{font-size:clamp(24px,2.6vw,38px);line-height:1.05;margin:0}
.nts-goods-card__body>small{font-size:14px;line-height:1.7;min-height:48px}
.nts-goods-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto}
.nts-goods-card__price strong{font-size:36px}
.nts-goods-card__price span{font-size:12px;font-weight:700}
.nts-card-size,.nts-detail-size{display:flex;align-items:center;gap:10px;width:100%;max-width:100%;font-size:12px;font-weight:700;letter-spacing:.04em;color:#6a5f58}
.nts-card-size>span,.nts-detail-size>span{flex:0 0 auto;line-height:1;white-space:nowrap}
.nts-card-size select,.nts-detail-size select,.nts-detail-buy input{appearance:none;-webkit-appearance:none;border:1px solid rgba(33,25,21,.14);border-radius:999px;background:#fff;padding:10px 36px 10px 14px;font:inherit;font-size:13px;font-weight:700;color:#17130f;box-shadow:0 4px 14px rgba(33,25,21,.05)}
.nts-card-size select,.nts-detail-size select{flex:1 1 auto;width:100%;min-width:0;max-width:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%236a5f58' d='M1 1.2 5 5l4-3.8'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}
.nts-goods-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
.nts-goods-card__actions a,.nts-goods-card__actions button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.04em;line-height:1;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}
.nts-goods-card__actions a{color:#17130f;background:rgba(255,255,255,.92);border:1px solid rgba(33,25,21,.14);box-shadow:none;flex:0 0 auto}
.nts-goods-card__actions button{color:#fff;background:#c81e27;border:1px solid #c81e27;box-shadow:0 8px 20px rgba(200,30,39,.18);flex:1 1 auto;min-width:9.5em}
.nts-cart-fab{position:fixed;right:22px;bottom:22px;z-index:1000;display:grid;grid-template-columns:auto auto;align-items:center;gap:2px 10px;background:#e21c22;color:#fff;border:3px solid #fff;box-shadow:0 10px 35px rgba(0,0,0,.35);border-radius:999px;padding:13px 20px;cursor:pointer;font-weight:1000}
.nts-cart-fab span{grid-row:1/3;font-size:16px}.nts-cart-fab b{background:#fff;color:#e21c22;border-radius:999px;padding:1px 8px}.nts-cart-fab small{font-size:11px}
.nts-cart-drawer{position:fixed;inset:0;z-index:1100}
.nts-cart-backdrop{position:absolute;inset:0;border:0;background:rgba(10,8,7,.72)}
.nts-cart-panel{position:absolute;right:0;top:0;height:100%;width:min(620px,100%);overflow:auto;background:#f5efe5;padding:28px;box-shadow:-10px 0 40px rgba(0,0,0,.3)}
.nts-cart-panel>header{display:flex;justify-content:space-between;align-items:center;border-bottom:4px solid #17130f;padding-bottom:16px}.nts-cart-panel>header p{color:#e21c22;font-weight:1000;margin:0}.nts-cart-panel>header h2{font-size:34px;margin:0}.nts-cart-panel>header button{font-size:34px;border:0;background:none;cursor:pointer}
.nts-cart-items{display:grid;gap:12px;margin:22px 0}.nts-cart-empty{padding:40px 12px;text-align:center;font-weight:700}
.nts-cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:14px;background:#fff;border:2px solid #17130f;padding:10px;align-items:center}.nts-cart-item img{width:90px;height:90px;object-fit:cover}.nts-cart-item h3{font-size:16px;margin:0}.nts-cart-item p{margin:5px 0;font-weight:900}.nts-cart-item span{display:flex;align-items:center;gap:8px}.nts-cart-item span button{width:30px;height:30px;border:1px solid #17130f;background:#fff;cursor:pointer}.nts-cart-remove{border:0;background:none;text-decoration:underline;cursor:pointer}
.nts-cart-summary{display:flex;justify-content:space-between;align-items:center;border-block:3px solid #17130f;padding:18px 0;margin:18px 0}.nts-cart-summary strong{font-size:32px}
.nts-cart-checkout{display:grid;gap:18px}.nts-cart-checkout .nts-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.nts-cart-checkout label:not(.nts-consent){display:grid;gap:6px;font-weight:800}.nts-cart-checkout input{width:100%;border:2px solid #17130f;background:#fff;padding:12px;font:inherit}
.nts-product-detail{padding:60px max(4vw,24px) 120px}.nts-product-detail__back{display:inline-block;margin-bottom:30px;color:#17130f;font-weight:900}
.nts-product-detail__hero{max-width:1300px;margin:auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:60px;align-items:center}.nts-product-detail__hero figure{margin:0;border:3px solid #17130f;box-shadow:12px 12px 0 #e21c22}.nts-product-detail__hero figure img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.nts-product-detail__hero h1{font-size:clamp(45px,6vw,84px);line-height:.95;margin:20px 0}.nts-product-detail__hero>div>p{line-height:1.9;font-weight:700}.nts-product-detail__price{display:flex;align-items:baseline;gap:12px;margin:30px 0}.nts-product-detail__price strong{font-size:56px}.nts-detail-size{margin:20px 0}.nts-detail-buy{display:flex;gap:12px;align-items:end}.nts-detail-buy label{display:grid;font-size:12px;font-weight:700;letter-spacing:.08em;color:#6a5f58;gap:8px}.nts-detail-buy input{width:86px}.nts-detail-note{font-size:13px}
.nts-tshirt-cart-cta{display:flex;justify-content:space-between;align-items:end;gap:35px;padding:60px max(5vw,28px);background:#f5efe5;border-block:4px solid #17130f}.nts-tshirt-cart-cta h2{font-size:clamp(34px,4vw,58px);line-height:1;margin:10px 0}.nts-tshirt-cart-cta p{margin-bottom:0}.nts-tshirt-cart-cta select{border:2px solid #17130f;background:#fff;padding:10px 14px;font:inherit}
html.nts-cart-open{overflow:hidden}
@media(max-width:900px){.nts-goods-hero{min-height:610px}.nts-goods-hero:after{background:linear-gradient(0deg,rgba(10,8,7,.95),rgba(10,8,7,.28))}.nts-goods-hero__copy{align-self:end;margin:0;padding:50px 24px}.nts-goods-grid{grid-template-columns:1fr}.nts-goods-card,.nts-goods-card:first-child,.nts-goods-card:nth-child(2){grid-column:auto}.nts-product-detail__hero{grid-template-columns:1fr}.nts-cart-checkout .nts-form-row{grid-template-columns:1fr}.nts-tshirt-cart-cta{align-items:stretch;flex-direction:column}}
@media(max-width:560px){.nts-goods-hero__copy h1{font-size:54px}.nts-goods-lineup{padding:70px 16px}.nts-goods-card__actions{display:flex}.nts-cart-panel{padding:20px 14px}.nts-cart-item{grid-template-columns:72px 1fr}.nts-cart-item img{width:72px;height:72px}.nts-cart-remove{grid-column:2}.nts-product-detail{padding-inline:16px}.nts-detail-buy{align-items:stretch;flex-direction:column}.nts-cart-fab{right:12px;bottom:12px}}

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

/*
 * nortstheme 共通CSS打ち消し
 * - strong { background:#ff0 } の黄マーカー
 * - リンク青
 * - input/button の一括上書きによる崩れ
 */
.nts-shop a:not(.nts-button):not(.nts-goods-card__actions a):not(.nts-shop-back):not(.nts-product-detail__back),
.nts-shop a:not(.nts-button):not(.nts-goods-card__actions a):not(.nts-shop-back):not(.nts-product-detail__back):link,
.nts-shop a:not(.nts-button):not(.nts-goods-card__actions a):not(.nts-shop-back):not(.nts-product-detail__back):visited,
.nts-shop a:not(.nts-button):not(.nts-goods-card__actions a):not(.nts-shop-back):not(.nts-product-detail__back):hover,
.nts-shop a:not(.nts-button):not(.nts-goods-card__actions a):not(.nts-shop-back):not(.nts-product-detail__back):active {
  background: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
}
.nts-shop .nts-goods-card__actions a,
.nts-shop .nts-goods-card__actions a:link,
.nts-shop .nts-goods-card__actions a:visited,
.nts-shop .nts-goods-card__actions a:hover,
.nts-shop .nts-product-detail__back,
.nts-shop .nts-product-detail__back:link,
.nts-shop .nts-product-detail__back:visited {
  background: #fff !important;
  color: #17130f !important;
  text-decoration: none !important;
}
.nts-shop .nts-product-detail__back {
  background: transparent !important;
}
.nts-shop strong,
.nts-shop b,
.nts-shop em,
.nts-shop mark,
.nts-shop .marker {
  background: transparent !important;
  color: inherit !important;
  font-style: normal;
}
.nts-shop strong,
.nts-shop b {
  font-weight: 900;
}
.nts-shop .nts-form label b,
.nts-shop .nts-sizes legend b,
.nts-shop .nts-cart-checkout label b {
  background: transparent !important;
  border-radius: 0 !important;
  color: #d51c22 !important;
  display: inline !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  margin-left: 6px !important;
  padding: 0 !important;
  vertical-align: baseline;
}
.nts-shop h1 em,
.nts-shop .nts-goods-hero__copy h1 em,
.nts-shop .nts-catalog-message em {
  background: transparent !important;
  color: var(--nts-red) !important;
}
.nts-shop .nts-order-guide strong { color: var(--nts-red) !important; }
.nts-shop .nts-benefit-grid h3 strong { color: var(--nts-red) !important; }
.nts-shop .nts-benefit--dark,
.nts-shop .nts-benefit--dark * {
  color: #fff !important;
}
.nts-shop .nts-benefit--dark > small,
.nts-shop .nts-benefit--dark h3 strong {
  color: var(--nts-gold) !important;
}
.nts-shop .nts-benefit--dark > span {
  color: rgba(255, 255, 255, .08) !important;
}
.nts-shop .nts-benefit--dark > p,
.nts-shop .nts-benefit--dark > em {
  color: rgba(255, 255, 255, .82) !important;
}
.nts-shop .nts-goods-hero__copy,
.nts-shop .nts-goods-hero__copy * {
  color: #fff !important;
}
.nts-shop .nts-goods-hero__copy h1 em {
  color: #e21c22 !important;
}
.nts-shop input,
.nts-shop select,
.nts-shop textarea {
  font: inherit;
  max-width: none;
}
.nts-shop input[type="text"],
.nts-shop input[type="tel"],
.nts-shop input[type="number"],
.nts-shop input[type="email"],
.nts-shop select {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #17130f !important;
  -webkit-text-fill-color: #17130f !important;
  caret-color: #17130f !important;
  margin: 0 !important;
  opacity: 1 !important;
}
.nts-shop input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  appearance: auto !important;
  accent-color: var(--nts-red);
  background: #fff !important;
  background-image: none !important;
  border: 1px solid rgba(33, 25, 21, .45) !important;
  border-radius: 3px !important;
  cursor: pointer;
  flex: 0 0 18px !important;
  height: 18px !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  width: 18px !important;
}
.nts-shop input[type="checkbox"]:checked {
  accent-color: var(--nts-red);
  background-image: none !important;
}
.nts-shop a.nts-button,
.nts-shop a.nts-button:link,
.nts-shop a.nts-button:visited,
.nts-shop a.nts-button:hover,
.nts-shop a.nts-button:active,
.nts-shop button.nts-button,
.nts-shop .nts-goods-card__actions button,
.nts-shop .nts-cart-fab {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: linear-gradient(135deg, #dd2a33, var(--nts-red-dark)) !important;
  background-image: linear-gradient(135deg, #dd2a33, var(--nts-red-dark)) !important;
  border: 0 !important;
  box-shadow: 0 11px 28px rgba(152, 21, 29, .22) !important;
  color: #fff !important;
  justify-content: center !important;
  margin: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
}
.nts-shop .nts-goods-card__actions a,
.nts-shop .nts-goods-card__actions a:link,
.nts-shop .nts-goods-card__actions a:visited {
  background: rgba(255, 255, 255, .95) !important;
  background-image: none !important;
  border: 1px solid rgba(33, 25, 21, .14) !important;
  box-shadow: none !important;
  color: #17130f !important;
}
.nts-shop .nts-goods-card__actions a:hover {
  border-color: rgba(200, 30, 39, .35) !important;
  color: #c81e27 !important;
}
.nts-shop .nts-goods-card__actions button {
  border: 1px solid #c81e27 !important;
  background: #c81e27 !important;
  background-image: none !important;
  box-shadow: 0 8px 20px rgba(200, 30, 39, .18) !important;
}
.nts-shop .nts-goods-card__actions button:hover {
  background: #a81820 !important;
  border-color: #a81820 !important;
}
.nts-shop .nts-button--primary,
.nts-shop .nts-button--submit,
.nts-shop a.nts-button--primary,
.nts-shop a.nts-button--primary:link,
.nts-shop a.nts-button--primary:visited,
.nts-shop a.nts-button--primary:hover,
.nts-shop a.nts-button--primary:active {
  background: linear-gradient(135deg, #dd2a33, var(--nts-red-dark)) !important;
  background-image: linear-gradient(135deg, #dd2a33, var(--nts-red-dark)) !important;
  color: #fff !important;
  justify-content: center !important;
  opacity: 1 !important;
  text-align: center !important;
  visibility: visible !important;
}
.nts-shop .nts-button--submit {
  display: inline-flex !important;
  width: 100% !important;
}
.nts-shop .nts-button--submit:disabled {
  box-shadow: none !important;
  cursor: not-allowed;
  filter: grayscale(.7);
  opacity: .48 !important;
  transform: none;
}
.nts-shop .nts-order-total strong,
.nts-shop .nts-order-total b,
.nts-shop .nts-goods-card__price strong,
.nts-shop .nts-cart-summary strong,
.nts-shop .nts-product-detail__price strong {
  background: transparent !important;
  color: inherit !important;
}
.nts-shop .nts-order-total > b {
  color: var(--nts-red) !important;
}
.nts-shop .nts-cart-summary,
.nts-shop .nts-cart-summary span,
.nts-shop .nts-cart-summary b {
  color: #17130f !important;
}
.nts-shop .nts-cart-summary strong {
  color: #17130f !important;
}
.nts-shop .nts-sizes > .nts-size-row,
.nts-shop .nts-sizes > label {
  align-items: stretch;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  margin: 10px 0 0 !important;
  width: 100% !important;
}
.nts-shop .nts-sizes > .nts-size-row > strong,
.nts-shop .nts-sizes > label > strong {
  align-items: center;
  background: #fff !important;
  border: 1px solid rgba(33, 25, 21, .14) !important;
  border-radius: 12px !important;
  color: var(--nts-ink) !important;
  display: flex !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 48px;
}
.nts-shop .nts-sizes > .nts-size-row > span,
.nts-shop .nts-sizes > label > span {
  display: grid !important;
  gap: 6px !important;
  grid-template-columns: 44px 64px 44px !important;
  max-width: 170px;
  width: 170px !important;
}
.nts-shop .nts-sizes button {
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(200, 30, 39, .1) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  width: 44px !important;
}
.nts-shop .nts-sizes button[data-nts-decrement],
.nts-shop .nts-sizes button[data-nts-tshirt-qty-dec] {
  background: #fff4f3 !important;
  border: 1.5px solid #f0a8ab !important;
  color: #c81e27 !important;
}
.nts-shop .nts-sizes button[data-nts-increment],
.nts-shop .nts-sizes button[data-nts-tshirt-qty-inc] {
  background: #c81e27 !important;
  border: 1.5px solid #c81e27 !important;
  color: #fff !important;
}
.nts-shop .nts-sizes button[data-nts-decrement]:hover,
.nts-shop .nts-sizes button[data-nts-tshirt-qty-dec]:hover {
  background: #ffe6e4 !important;
  border-color: #c81e27 !important;
}
.nts-shop .nts-sizes button[data-nts-increment]:hover,
.nts-shop .nts-sizes button[data-nts-tshirt-qty-inc]:hover {
  background: #a81820 !important;
  border-color: #a81820 !important;
}
.nts-shop .nts-sizes input[type="number"] {
  background: #fff !important;
  border: 1px solid rgba(33, 25, 21, .14) !important;
  border-radius: 12px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 !important;
  text-align: center !important;
  width: 70px !important;
}
.nts-shop .nts-submit-overlay.is-sending [data-nts-submit-overlay-close],
.nts-shop .nts-submit-overlay:not(.is-complete) [data-nts-submit-overlay-close],
.nts-shop .nts-submit-overlay [data-nts-submit-overlay-close][hidden] {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.nts-hero {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 720px;
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 76px) 70px;
  position: relative;
}

.nts-hero::before {
  background:
    radial-gradient(circle, rgba(200, 30, 39, .13) 0 1.4px, transparent 1.8px),
    linear-gradient(145deg, rgba(247, 179, 43, .18), transparent 58%);
  background-size: 17px 17px, auto;
  clip-path: polygon(14% 0, 100% 7%, 84% 100%, 0 84%);
  content: "";
  height: 560px;
  position: absolute;
  right: -90px;
  top: 70px;
  transform: rotate(-4deg);
  width: 58%;
}

.nts-hero__copy {
  align-self: center;
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.nts-eyebrow,
.nts-section-label {
  color: var(--nts-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
  margin: 0 0 20px;
}

.nts-eyebrow span {
  background: var(--nts-red);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-right: 8px;
  padding: 5px 8px;
}

.nts-hero h1 {
  color: var(--nts-ink);
  font-size: clamp(58px, 7.1vw, 112px);
  font-weight: 900;
  letter-spacing: -.09em;
  line-height: .94;
  margin: 0;
}

.nts-hero h1 em { color: var(--nts-red); font-style: normal; }

.nts-lead {
  color: #514641;
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 700;
  line-height: 1.85;
  margin: 30px 0;
  max-width: 570px;
}

.nts-button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: 0;
  justify-content: center;
  letter-spacing: .06em;
  min-height: 54px;
  padding: 14px 28px;
  text-align: center;
  transition: box-shadow .2s, transform .2s;
}

.nts-button--primary,
.nts-button--submit {
  background: linear-gradient(135deg, #dd2a33, var(--nts-red-dark));
  box-shadow: 0 11px 28px rgba(152, 21, 29, .22);
  color: #fff !important;
}

.nts-button:hover { transform: translateY(-3px); }
.nts-button:focus-visible,
.nts-shop input:focus-visible,
.nts-shop button:focus-visible {
  outline: 3px solid var(--nts-gold);
  outline-offset: 3px;
}

.nts-facts {
  border-top: 1px solid rgba(33, 25, 21, .14);
  display: flex;
  margin: 46px 0 0;
  max-width: 560px;
  padding-top: 20px;
}

.nts-facts div { padding-right: clamp(22px, 4vw, 60px); }
.nts-facts div + div {
  border-left: 1px solid rgba(33, 25, 21, .14);
  padding-left: clamp(22px, 4vw, 60px);
}
.nts-facts dt {
  color: var(--nts-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}
.nts-facts dd {
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 900;
  margin: 7px 0 0;
  white-space: nowrap;
}
.nts-facts dd small { color: var(--nts-muted); font-size: 10px; }

.nts-hero__visual { align-self: center; min-height: 580px; position: relative; z-index: 2; }
.nts-character-stage {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(200, 30, 39, .18);
  border-radius: 50%;
  box-shadow: 0 30px 80px rgba(33, 25, 21, .1);
  display: flex;
  height: min(42vw, 590px);
  justify-content: center;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(42vw, 590px);
}
.nts-character-stage::before {
  border: 1px dashed rgba(200, 30, 39, .28);
  border-radius: 50%;
  content: "";
  inset: 14px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.nts-character-stage img {
  display: block;
  height: 100%;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 42% 18%;
  width: 100%;
}

.nts-badge {
  align-items: center;
  background: var(--nts-gold);
  border: 3px solid var(--nts-ink);
  border-radius: 50%;
  box-shadow: 5px 5px 0 var(--nts-ink);
  display: flex;
  font-size: 14px;
  font-weight: 900;
  height: 90px;
  justify-content: center;
  position: absolute;
  width: 90px;
  z-index: 3;
}
.nts-badge--hot { left: 2%; top: 8%; transform: rotate(9deg); }
.nts-badge--limited {
  background: var(--nts-navy);
  color: #fff;
  font-size: 12px;
  height: 80px;
  right: 0;
  top: 22%;
  transform: rotate(-8deg);
  width: 80px;
}

.nts-ticker {
  background: var(--nts-red);
  border-block: 3px solid var(--nts-ink);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
  overflow: hidden;
  padding: 13px 20px;
  text-align: center;
  transform: rotate(-1deg) scale(1.02);
  white-space: nowrap;
}

.nts-product-spotlight {
  margin: 0 auto;
  max-width: 1340px;
  padding: clamp(90px, 10vw, 140px) clamp(20px, 4vw, 48px) 0;
}

.nts-product-spotlight figure {
  background: #080808;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  box-shadow: 0 32px 80px rgba(33, 25, 21, .24);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.nts-product-spotlight figure::after {
  background: linear-gradient(90deg, transparent 48%, rgba(0, 0, 0, .3) 63%, rgba(0, 0, 0, .9) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.nts-product-front {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.nts-product-back {
  bottom: -9%;
  height: 114%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .82) 19%, #000 50%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .82) 19%, #000 50%, #000 100%);
  object-fit: contain;
  opacity: .62;
  pointer-events: none;
  position: absolute;
  right: -2%;
  width: 49%;
  z-index: 1;
}

.nts-product-spotlight figcaption {
  color: #fff;
  max-width: 390px;
  position: absolute;
  right: clamp(26px, 5vw, 72px);
  top: 50%;
  transform: translateY(-50%);
  width: 34%;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .9);
  z-index: 3;
}

.nts-product-spotlight .nts-section-label { color: #ff424c; margin-bottom: 12px; }
.nts-product-spotlight h2 {
  color: #fff;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: 1.05;
  margin: 0 0 22px;
}
.nts-product-spotlight figcaption > p:last-of-type {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 28px;
}
.nts-product-spotlight figcaption a {
  align-items: center;
  border-bottom: 2px solid var(--nts-red);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 10px;
  padding-bottom: 6px;
}
.nts-product-spotlight figcaption a span { color: #ff424c; }

.nts-benefits {
  display: grid;
  gap: clamp(36px, 7vw, 90px);
  grid-template-columns: .72fr 1.28fr;
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(90px, 10vw, 145px) clamp(20px, 4vw, 48px);
}

.nts-benefits h2,
.nts-order-card h2 {
  color: var(--nts-ink);
  font-size: clamp(40px, 5vw, 70px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: 1.05;
  margin: 0;
}

.nts-benefits header > p:last-child,
.nts-order-intro {
  color: var(--nts-muted);
  font-weight: 700;
  line-height: 1.8;
}

.nts-benefit-grid { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.nts-benefit-grid article {
  background: linear-gradient(160deg, #fff 0%, #fff2ef 100%);
  border: 1px solid rgba(33, 25, 21, .14);
  border-radius: 9px;
  min-height: 400px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}
.nts-benefit-grid article > span {
  color: rgba(200, 30, 39, .12);
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: -12px;
}
.nts-benefit-grid article > small {
  color: var(--nts-red);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
  margin-top: 120px;
}
.nts-benefit-grid h3 { font-size: 27px; line-height: 1.35; margin: 15px 0; }
.nts-benefit-grid h3 strong { color: var(--nts-red); font-size: 37px; }
.nts-benefit-grid article > p { font-size: 14px; font-weight: 700; opacity: .76; }
.nts-benefit-grid article > em { font-size: 10px; opacity: .65; }
.nts-benefit-grid .nts-benefit--dark {
  background: var(--nts-navy);
  color: #fff;
  transform: translateY(36px);
}
.nts-benefit--dark > span { color: rgba(255,255,255,.08) !important; }
.nts-benefit--dark > small,
.nts-benefit--dark h3 strong { color: var(--nts-gold) !important; }

.nts-order-section {
  align-items: center;
  display: grid;
  gap: clamp(30px, 6vw, 86px);
  grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr);
  margin: 0 auto;
  max-width: 1240px;
  padding: 90px clamp(20px, 4vw, 48px) 140px;
}

.nts-order-guide { min-height: 580px; position: relative; }
.nts-order-guide::before {
  background: radial-gradient(circle, rgba(200, 30, 39, .13) 0 2px, transparent 2.4px);
  background-size: 18px 18px;
  border-radius: 50%;
  content: "";
  height: 430px;
  left: -20px;
  position: absolute;
  top: 100px;
  width: 430px;
}
.nts-order-guide img {
  bottom: 0;
  max-width: 620px;
  position: absolute;
  right: -70px;
  width: 120%;
}
.nts-order-guide > div {
  background: #fff;
  border: 2px solid var(--nts-ink);
  border-radius: 50%;
  box-shadow: 5px 5px 0 var(--nts-ink);
  font-size: 15px;
  font-weight: 800;
  left: 0;
  padding: 24px 28px;
  position: absolute;
  text-align: center;
  top: 30px;
  transform: rotate(-6deg);
  z-index: 2;
}
.nts-order-guide strong { color: var(--nts-red); }

.nts-order-card {
  background: #fff;
  border: 1px solid rgba(33, 25, 21, .14);
  border-radius: 12px;
  box-shadow: 0 26px 70px rgba(33, 25, 21, .1);
  padding: clamp(30px, 5vw, 58px);
}
.nts-order-card h2 { font-size: clamp(38px, 4.5vw, 62px); }
.nts-form { display: grid; gap: 22px; margin-top: 34px; }
.nts-form-row { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.nts-form label > span:first-child,
.nts-sizes legend {
  color: #3d342f;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 8px;
}
.nts-form label b,
.nts-sizes legend b {
  background: transparent;
  border-radius: 0;
  color: #d51c22;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  margin-left: 6px;
  padding: 0;
}
.nts-form input[type="text"],
.nts-form input[type="tel"],
.nts-form input[type="number"] {
  background: #fff;
  border: 1px solid rgba(33, 25, 21, .16);
  border-radius: 12px;
  color: var(--nts-ink);
  font-weight: 500;
  min-height: 50px;
  padding: 10px 14px;
  width: 100%;
}
.nts-sizes { border: 0; margin: 4px 0 0; padding: 0; }
.nts-sizes > label { display: grid; grid-template-columns: 54px 1fr; margin-top: 10px; }
.nts-sizes > label > strong {
  align-items: center;
  background: var(--nts-navy);
  border-radius: 5px 0 0 5px;
  color: #fff;
  display: flex;
  font-size: 16px;
  justify-content: center;
}
.nts-sizes > label > span { display: grid; grid-template-columns: 48px 70px 48px; }
.nts-sizes button {
  background: #fff4f3;
  border: 1.5px solid #f0a8ab;
  color: #c81e27;
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
}
.nts-sizes button:last-child {
  background: #c81e27;
  border-color: #c81e27;
  border-radius: 0 5px 5px 0;
  color: #fff;
}
.nts-sizes input[type="number"] {
  border-radius: 0;
  font-weight: 900;
  text-align: center;
}
.nts-sizes input::-webkit-inner-spin-button { appearance: none; margin: 0; }

.nts-order-total {
  align-items: center;
  background: #fff7f3;
  border: 2px solid var(--nts-red);
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  padding: 18px 22px;
}
.nts-order-total > span { font-size: 14px; font-weight: 800; }
.nts-order-total > b { color: var(--nts-red); font-size: 34px; line-height: 1; }
.nts-order-total > b small { color: var(--nts-muted); display: block; font-size: 9px; margin-top: 7px; text-align: right; }
.nts-consent { align-items: flex-start; display: flex; gap: 10px; }
.nts-consent input { flex: 0 0 auto; margin-top: 5px; }
.nts-consent span { color: var(--nts-muted);
  font-size: 12px; font-weight: 700; }
.nts-button--submit { justify-content: center; width: 100%; }
.nts-button--submit:disabled { box-shadow: none; cursor: not-allowed; filter: grayscale(.7); opacity: .48; transform: none; }
.nts-form-message { border-radius: 5px; font-size: 13px; font-weight: 800; margin: 0; }
.nts-form-message.is-error { background: #fff0ef; color: #9b1520; padding: 12px 14px; }
.nts-form-message.is-success { background: #edf8f0; color: #176932; padding: 12px 14px; }
.nts-order-locked { overflow: hidden; }
.nts-submit-overlay {
  align-items: center;
  background: rgba(10, 7, 6, .82);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 999999;
}
.nts-submit-overlay[hidden] { display: none !important; }
.nts-submit-status {
  background: #fff;
  border: 2px solid var(--nts-ink);
  border-radius: 14px;
  box-shadow: 9px 9px 0 var(--nts-red);
  max-width: 520px;
  padding: clamp(34px, 6vw, 58px);
  text-align: center;
  width: 100%;
}
.nts-submit-status .nts-section-label { margin-bottom: 12px; }
.nts-submit-status h3 {
  color: var(--nts-ink);
  font-size: clamp(29px, 4.2vw, 42px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1.2;
  margin: 0 0 18px;
}
.nts-submit-status > p:not(.nts-section-label) {
  color: var(--nts-muted);
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.nts-submit-spinner {
  animation: nts-spin .8s linear infinite;
  border: 6px solid #f0e7e2;
  border-radius: 50%;
  border-top-color: var(--nts-red);
  height: 58px;
  margin: 0 auto 24px;
  width: 58px;
}
.nts-submit-overlay.is-complete .nts-submit-status {
  box-shadow: 9px 9px 0 #2e8b57;
}
.nts-submit-overlay.is-complete .nts-submit-status::before {
  align-items: center;
  background: #2e8b57;
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: flex;
  font-size: 34px;
  font-weight: 900;
  height: 62px;
  justify-content: center;
  margin: 0 auto 24px;
  width: 62px;
}
.nts-submit-overlay.is-complete .nts-section-label { color: #2e8b57; }
.nts-submit-status .nts-button {
  margin-top: 28px;
  min-width: 180px;
}
@keyframes nts-spin { to { transform: rotate(360deg); } }
.nts-honeypot {
  height: 1px !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 1px !important;
}

@media (max-width: 980px) {
  .nts-hero { grid-template-columns: 1fr; }
  .nts-hero__visual { min-height: 600px; }
  .nts-character-stage { height: min(76vw, 590px); width: min(76vw, 590px); }
  .nts-benefits { grid-template-columns: 1fr; }
  .nts-order-section { grid-template-columns: 1fr; }
  .nts-order-guide { margin: 0 auto; max-width: 620px; width: 100%; }
}

@media (max-width: 640px) {
  .nts-hero { min-height: auto; padding: 58px 20px 35px; }
  .nts-hero h1 { font-size: clamp(53px, 17vw, 76px); }
  .nts-lead { font-size: 14px; }
  .nts-button { width: 100%; }
  .nts-facts dd { font-size: 18px; }
  .nts-hero__visual { min-height: 410px; }
  .nts-character-stage { height: min(86vw, 410px); width: min(86vw, 410px); }
  .nts-badge { height: 68px; width: 68px; }
  .nts-badge--limited { height: 64px; width: 64px; }
  .nts-product-spotlight { padding-top: 75px; }
  .nts-product-spotlight figure { display: grid; }
  .nts-product-spotlight figure::after {
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .96) 69%, #000 100%);
    display: block;
  }
  .nts-product-front { aspect-ratio: 16 / 10; object-position: 42% center; }
  .nts-product-back {
    bottom: -2%;
    height: 56%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .75) 18%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .75) 18%, #000 100%);
    opacity: .42;
    right: -15%;
    width: 92%;
  }
  .nts-product-spotlight figcaption {
    max-width: none;
    padding: 28px 24px 32px;
    position: static;
    transform: none;
    width: auto;
  }
  .nts-product-spotlight h2 { font-size: 38px; }
  .nts-benefit-grid { grid-template-columns: 1fr; }
  .nts-benefit-grid .nts-benefit--dark { transform: none; }
  .nts-benefit-grid article { min-height: 340px; }
  .nts-benefit-grid article > small { margin-top: 90px; }
  .nts-order-section { padding-top: 35px; }
  .nts-order-guide { min-height: 400px; }
  .nts-order-guide::before { height: 330px; width: 330px; }
  .nts-order-guide img { right: -75px; width: 125%; }
  .nts-order-guide > div { font-size: 12px; padding: 17px; }
  .nts-order-card { padding-inline: 20px; }
  .nts-form-row { grid-template-columns: 1fr; }
  .nts-order-total > b { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .nts-shop *,
  .nts-shop *::before,
  .nts-shop *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* NETSUI GOODS catalog */
.nts-catalog { background: #f5f0eb; }
.nts-catalog-hero {
  align-items: center;
  background:
    radial-gradient(circle at 78% 48%, rgba(200, 30, 39, .34), transparent 28%),
    linear-gradient(135deg, #160d0b 0%, #070606 62%, #180a09 100%);
  color: #fff;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  min-height: 700px;
  overflow: hidden;
  padding: clamp(70px, 8vw, 112px) max(24px, calc((100vw - 1300px) / 2));
  position: relative;
}
.nts-catalog-hero::before {
  background: radial-gradient(circle, rgba(255, 78, 70, .36) 0 1.3px, transparent 1.8px);
  background-size: 19px 19px;
  content: "";
  inset: 0;
  opacity: .28;
  pointer-events: none;
  position: absolute;
}
.nts-catalog-hero__copy { max-width: 650px; position: relative; z-index: 3; }
.nts-catalog-hero .nts-eyebrow { color: rgba(255, 255, 255, .82); }
.nts-catalog-hero h1 {
  color: #fff;
  font-size: clamp(66px, 8vw, 124px);
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: .9;
  margin: 0;
}
.nts-catalog-hero h1 em { color: #ef313b; font-style: normal; }
.nts-catalog-hero__copy > p:not(.nts-eyebrow) {
  color: rgba(255, 255, 255, .72);
  font-size: clamp(15px, 1.3vw, 19px);
  font-weight: 700;
  margin: 34px 0;
  max-width: 570px;
}
.nts-catalog-hero__visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 530px;
  position: relative;
  z-index: 2;
}
.nts-catalog-hero__visual::before {
  border: 2px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  content: "";
  height: min(42vw, 580px);
  position: absolute;
  transform: rotate(-8deg);
  width: min(42vw, 580px);
}
.nts-catalog-hero__visual img {
  filter: drop-shadow(0 32px 42px rgba(0, 0, 0, .5));
  max-height: 620px;
  object-fit: contain;
  position: relative;
  transform: rotate(3deg);
  width: min(48vw, 660px);
}
.nts-catalog-drop {
  align-items: center;
  background: #ef313b;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 8px 8px 0 #090606;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 900;
  height: 94px;
  justify-content: center;
  left: 2%;
  letter-spacing: .12em;
  line-height: 1.1;
  position: absolute;
  top: 10%;
  transform: rotate(-10deg);
  width: 94px;
  z-index: 4;
}
.nts-catalog-drop strong { font-size: 26px; letter-spacing: 0; }

.nts-catalog-lineup {
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(90px, 10vw, 145px) clamp(20px, 4vw, 48px);
}
.nts-catalog-heading {
  align-items: end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 52px;
}
.nts-catalog-heading h2,
.nts-catalog-message h2 {
  font-size: clamp(42px, 5.5vw, 76px);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: 1;
  margin: 0;
}
.nts-catalog-heading > p {
  color: var(--nts-muted);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
  max-width: 430px;
}
.nts-catalog-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, .7fr);
}
.nts-product-card {
  background: #fff;
  border: 1px solid rgba(33, 25, 21, .14);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(33, 25, 21, .1);
  overflow: hidden;
}
.nts-product-card__visual {
  background: #090707;
  display: block;
  min-height: 480px;
  overflow: hidden;
  position: relative;
}
.nts-product-card__visual::after {
  background: linear-gradient(180deg, transparent 56%, rgba(0, 0, 0, .72));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.nts-product-card__front {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform .45s ease;
  width: 100%;
}
.nts-product-card__back {
  bottom: -10%;
  filter: drop-shadow(0 15px 24px rgba(0, 0, 0, .45));
  height: 86%;
  object-fit: contain;
  opacity: .88;
  position: absolute;
  right: -5%;
  transform: rotate(2deg);
  width: 43%;
  z-index: 1;
}
.nts-product-card__visual:hover .nts-product-card__front { transform: scale(1.025); }
.nts-product-card__visual > span {
  background: #ef313b;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  left: 22px;
  letter-spacing: .16em;
  padding: 7px 10px;
  position: absolute;
  top: 22px;
  z-index: 3;
}
.nts-product-card__body {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(25px, 4vw, 40px);
}
.nts-product-card__body > div:first-child > p {
  color: var(--nts-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
  margin: 0 0 8px;
}
.nts-product-card__body h3 {
  font-size: clamp(25px, 3vw, 38px);
  letter-spacing: -.05em;
  line-height: 1.2;
  margin: 0 0 6px;
}
.nts-product-card__body small { color: var(--nts-muted); font-size: 11px; font-weight: 800; }
.nts-product-card__price { text-align: right; }
.nts-product-card__price strong { color: var(--nts-red); display: block; font-size: 31px; line-height: 1; }
.nts-product-card__price small { display: block; margin-top: 7px; }
.nts-product-card__body > .nts-button { grid-column: 1 / -1; justify-content: space-between; width: 100%; }

.nts-coming-stack { display: grid; gap: 22px; grid-template-rows: 1fr 1fr; }
.nts-coming-card {
  border-radius: 14px;
  min-height: 280px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.nts-coming-card::before {
  border: 34px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: "";
  height: 260px;
  position: absolute;
  right: -90px;
  top: -90px;
  width: 260px;
}
.nts-coming-card--red { background: linear-gradient(145deg, #e42c36, #97141c); color: #fff; }
.nts-coming-card--dark { background: linear-gradient(145deg, #17243a, #090f19); color: #fff; }
.nts-coming-card > span {
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 20px;
  display: inline-block;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  padding: 5px 10px;
  position: relative;
}
.nts-coming-card > p {
  color: rgba(255, 255, 255, .65);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  margin: 50px 0 7px;
  position: relative;
}
.nts-coming-card h3 {
  font-size: clamp(37px, 4vw, 56px);
  letter-spacing: -.08em;
  line-height: .82;
  margin: 0 0 18px;
  position: relative;
}
.nts-coming-card small { color: rgba(255, 255, 255, .72); font-size: 11px; font-weight: 700; position: relative; }

.nts-catalog-message {
  background: #fff;
  border-top: 1px solid rgba(33, 25, 21, .12);
  padding: clamp(80px, 9vw, 130px) 24px;
  text-align: center;
}
.nts-catalog-message > p:last-child {
  color: var(--nts-muted);
  font-size: 14px;
  font-weight: 700;
  margin: 28px auto 0;
  max-width: 600px;
}

@media (max-width: 980px) {
  .nts-catalog-hero { grid-template-columns: 1fr; padding-inline: clamp(24px, 7vw, 70px); }
  .nts-catalog-hero__copy { padding-top: 20px; }
  .nts-catalog-hero__visual { min-height: 500px; }
  .nts-catalog-hero__visual img { width: min(80vw, 620px); }
  .nts-catalog-hero__visual::before { height: min(72vw, 560px); width: min(72vw, 560px); }
  .nts-catalog-heading { align-items: start; flex-direction: column; }
  .nts-catalog-grid { grid-template-columns: 1fr; }
  .nts-coming-stack { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
}

@media (max-width: 640px) {
  .nts-catalog-hero { min-height: auto; padding-block: 65px 35px; }
  .nts-catalog-hero h1 { font-size: clamp(57px, 17vw, 82px); }
  .nts-catalog-hero__visual { min-height: 380px; }
  .nts-catalog-drop { height: 76px; width: 76px; }
  .nts-catalog-drop strong { font-size: 21px; }
  .nts-catalog-heading { gap: 20px; margin-bottom: 34px; }
  .nts-product-card__visual { min-height: 370px; }
  .nts-product-card__back { height: 72%; right: -10%; width: 52%; }
  .nts-product-card__body { grid-template-columns: 1fr; }
  .nts-product-card__price { text-align: left; }
  .nts-coming-stack { grid-template-columns: 1fr; }
  .nts-coming-card { min-height: 250px; }
}

.nts-lineup-poster {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(200, 30, 39, .2), transparent 40%),
    #100b0a;
  border-radius: 15px;
  box-shadow: 0 24px 62px rgba(33, 25, 21, .16);
  display: flex;
  justify-content: center;
  margin: 0 0 54px;
  overflow: hidden;
  padding: clamp(12px, 3vw, 30px);
  position: relative;
}
.nts-lineup-poster img {
  display: block;
  max-height: 980px;
  max-width: 820px;
  object-fit: contain;
  width: 100%;
}
.nts-lineup-poster figcaption {
  background: var(--nts-red);
  border-radius: 4px;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  left: 24px;
  letter-spacing: .16em;
  padding: 7px 10px;
  position: absolute;
  top: 24px;
}

.nts-extra-products {
  display: grid;
  gap: 14px;
  grid-template-rows: repeat(4, 1fr);
}
.nts-extra-card {
  align-items: center;
  border-radius: 12px;
  display: grid;
  gap: 9px 15px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  min-height: 160px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
.nts-extra-card::after {
  border: 22px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 170px;
  opacity: .05;
  position: absolute;
  right: -65px;
  top: -80px;
  width: 170px;
}
.nts-extra-card__number {
  color: currentColor;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -.08em;
  opacity: .28;
}
.nts-extra-card div { position: relative; z-index: 1; }
.nts-extra-card div > p {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
  margin: 0 0 4px;
  opacity: .68;
}
.nts-extra-card h3 {
  font-size: clamp(19px, 2vw, 26px);
  letter-spacing: -.05em;
  line-height: 1.05;
  margin: 0 0 5px;
}
.nts-extra-card div small { font-size: 9px; font-weight: 700; opacity: .72; }
.nts-extra-card > strong {
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -.04em;
  position: relative;
  z-index: 1;
}
.nts-extra-card__status {
  border: 1px solid currentColor;
  border-radius: 18px;
  font-size: 8px;
  font-weight: 900;
  grid-column: 2 / -1;
  justify-self: start;
  letter-spacing: .08em;
  opacity: .62;
  padding: 4px 8px;
}
.nts-extra-card--light {
  background: #fff;
  border: 1px solid rgba(33, 25, 21, .14);
  color: var(--nts-ink);
}
.nts-extra-card--red { background: linear-gradient(145deg, #e32c36, #9d171e); color: #fff; }
.nts-extra-card--navy { background: linear-gradient(145deg, #243852, #101927); color: #fff; }
.nts-extra-card--dark { background: linear-gradient(145deg, #211915, #070606); color: #fff; }

@media (max-width: 980px) {
  .nts-extra-products {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}

@media (max-width: 640px) {
  .nts-lineup-poster { margin-bottom: 34px; padding: 8px; }
  .nts-lineup-poster figcaption { left: 14px; top: 14px; }
  .nts-extra-products { grid-template-columns: 1fr; }
  .nts-extra-card { min-height: 145px; }
}

/* GOODS SHOP POLISH v2.1 — catalog/detail only (Tシャツページは元の白グラデを維持) */
.nts-goods-shop.nts-catalog,
.nts-goods-shop.nts-product-detail {
  background:
    radial-gradient(circle at 8% 18%, rgba(225, 28, 34, .07), transparent 24%),
    radial-gradient(circle at 92% 70%, rgba(204, 155, 80, .09), transparent 26%),
    #f6f0e7;
}
.nts-goods-hero {
  background: #0d0b0a;
  min-height: min(760px, 86vh);
}
.nts-goods-hero > img {
  object-position: center center;
}
.nts-goods-hero::after {
  background: linear-gradient(90deg, rgba(8, 7, 6, .98) 0%, rgba(8, 7, 6, .9) 34%, rgba(8, 7, 6, .42) 48%, rgba(8, 7, 6, 0) 62%);
}
.nts-goods-hero__copy {
  margin-left: max(5vw, 34px);
  width: min(535px, 40vw);
}
.nts-goods-hero__copy h1 {
  font-size: clamp(58px, 7.1vw, 108px);
  text-shadow: 0 12px 36px rgba(0, 0, 0, .28);
}
.nts-goods-hero__copy .nts-button {
  border: 1px solid rgba(255, 255, 255, .42);
  box-shadow: 0 14px 34px rgba(225, 28, 34, .28);
}
.nts-goods-lineup { padding-top: clamp(80px, 9vw, 130px); }
.nts-buy-guide {
  align-items: stretch;
  background: #15110f;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(26, 18, 14, .16);
  color: #fff;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  margin: 0 0 46px;
  padding: 18px;
}
.nts-buy-guide > div {
  align-items: center;
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 13px;
  display: flex;
  gap: 14px;
  min-height: 82px;
  padding: 14px 16px;
}
.nts-buy-guide b {
  color: #ef313b;
  font-size: 26px;
  font-style: italic;
}
.nts-buy-guide span { display: grid; gap: 4px; }
.nts-buy-guide strong { font-size: 14px; }
.nts-buy-guide small { color: rgba(255, 255, 255, .62); font-size: 10px; font-weight: 700; }
.nts-buy-guide i { align-self: center; color: #ef313b; font-size: 20px; font-style: normal; font-weight: 900; }
.nts-goods-grid { gap: 18px; max-width: 1120px; margin-inline: auto; }
.nts-goods-card {
  border: 1px solid rgba(35, 25, 20, .13);
  border-radius: 20px;
  box-shadow: 0 16px 42px rgba(41, 28, 21, .09);
  overflow: hidden;
  transform: translateY(0);
  transition: box-shadow .3s ease, transform .3s ease;
}
.nts-goods-card:hover {
  box-shadow: 0 22px 56px rgba(41, 28, 21, .14);
  transform: translateY(-3px);
}
.nts-goods-card__image { border-bottom: 0; background: #f6f1ea; }
.nts-goods-card__image img {
  object-fit: contain !important;
  object-position: center;
  padding: 10px;
  box-sizing: border-box;
}
.nts-goods-card__image::after {
  display: none;
}
.nts-goods-card__image > span {
  border-radius: 50%;
  display: grid;
  height: 48px;
  left: 18px;
  padding: 0;
  place-items: center;
  top: 18px;
  transform: none;
  width: 48px;
}
.nts-goods-card__body { padding: 30px; }
.nts-goods-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nts-goods-card__actions a,
.nts-goods-card__actions button {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  min-height: 44px;
  padding: 0 18px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.nts-goods-card__actions a {
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(33, 25, 21, .14);
  box-shadow: none;
  flex: 0 0 auto;
}
.nts-goods-card__actions button {
  background: #c81e27;
  border: 1px solid #c81e27;
  box-shadow: 0 8px 20px rgba(200, 30, 39, .18);
  flex: 1 1 auto;
  font-size: 13px;
  min-width: 9.5em;
}
.nts-goods-card__actions a:hover,
.nts-goods-card__actions button:hover { transform: translateY(-1px); }
.nts-card-size {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  width: auto;
  min-width: 0;
  flex: 1 1 46%;
}
.nts-card-size > span {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;
}
.nts-card-size select {
  border-radius: 999px;
  flex: 1 1 auto;
  max-width: none;
  min-width: 0;
  padding: 10px 32px 10px 12px;
  width: 100%;
}
.nts-card-size select:focus,
.nts-detail-size select:focus,
.nts-detail-buy input:focus {
  border-color: rgba(200, 30, 39, .45);
  box-shadow: 0 0 0 3px rgba(200, 30, 39, .12);
  outline: none;
}
.nts-shop-back,
.nts-product-detail__back {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(33, 25, 21, .14);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(33, 25, 21, .08);
  color: #17130f !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 0;
  letter-spacing: .06em;
  margin: 28px 0 0 max(4vw, 28px);
  min-height: 44px;
  padding: 0 20px;
  position: relative;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
  z-index: 3;
}
.nts-shop-back:hover,
.nts-product-detail__back:hover {
  border-color: rgba(200, 30, 39, .35);
  box-shadow: 0 10px 26px rgba(33, 25, 21, .12);
  color: #c81e27 !important;
  transform: translateY(-1px);
}
.nts-product-detail__back {
  margin: 0 0 28px;
}
.nts-cart-fab {
  background: linear-gradient(135deg, #f2373f, #bd1018);
  border: 2px solid rgba(255, 255, 255, .86);
  box-shadow: 0 16px 46px rgba(107, 6, 11, .38);
  padding: 15px 22px;
}
.nts-cart-panel {
  background:
    linear-gradient(180deg, #171210 0, #171210 132px, #f7f1e8 132px);
  padding: 30px;
}
.nts-cart-panel > header {
  border-bottom: 0;
  color: #fff;
  min-height: 72px;
  padding: 0 0 20px;
}
.nts-cart-panel > header p { color: #ef313b; font-size: 10px; letter-spacing: .16em; }
.nts-cart-panel > header h2 { font-size: clamp(25px, 3vw, 34px); line-height: 1.08; max-width: 430px; }
.nts-cart-panel > header button { color: #fff; }
.nts-cart-once {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(33, 25, 21, .1);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(33, 25, 21, .1);
  display: flex;
  gap: 14px;
  margin: 6px 0 22px;
  padding: 17px 18px;
}
.nts-cart-once > span {
  background: #e51f28;
  border-radius: 50%;
  color: #fff;
  display: grid;
  flex: 0 0 34px;
  font-size: 18px;
  height: 34px;
  place-items: center;
}
.nts-cart-once > div { display: grid; gap: 4px; }
.nts-cart-once strong { font-size: 14px; }
.nts-cart-once small { color: #766b65; font-size: 11px; line-height: 1.55; }
.nts-cart-empty {
  background: rgba(255, 255, 255, .62);
  border: 1px dashed rgba(33, 25, 21, .24);
  border-radius: 14px;
  margin: 28px 0;
}
.nts-cart-item {
  border: 1px solid rgba(33, 25, 21, .12);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(33, 25, 21, .06);
}
.nts-cart-item img { border-radius: 10px; }
.nts-cart-summary {
  background: #fff;
  border: 1px solid rgba(33, 25, 21, .12);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(33, 25, 21, .06);
  color: #17130f;
  margin: 22px 0;
  padding: 18px 20px;
}
.nts-cart-summary strong {
  color: #17130f;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .01em;
}
.nts-cart-checkout {
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(33, 25, 21, .1);
  border-radius: 18px;
  padding: 22px;
}
.nts-cart-form-heading {
  border-bottom: 1px solid rgba(33, 25, 21, .13);
  margin-bottom: 2px;
  padding-bottom: 16px;
}
.nts-cart-form-heading p { color: #df2028; font-size: 9px; font-weight: 900; letter-spacing: .16em; margin: 0 0 4px; }
.nts-cart-form-heading h3 { font-size: 24px; margin: 0 0 5px; }
.nts-cart-form-heading small { color: #766b65; font-size: 11px; font-weight: 700; line-height: 1.5; }
.nts-cart-checkout input:not([type="checkbox"]) {
  border: 1px solid rgba(33, 25, 21, .2);
  border-radius: 9px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .03);
}
.nts-consent--card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(33, 25, 21, .14);
  border-radius: 12px;
  cursor: pointer;
  gap: 13px;
  padding: 15px;
}
.nts-consent--card input[type="checkbox"] {
  appearance: none;
  background: #fff;
  border: 2px solid #b9aaa2;
  border-radius: 7px;
  display: grid;
  flex: 0 0 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  place-content: center;
  width: 25px !important;
}
.nts-consent--card input[type="checkbox"]::before {
  color: #fff;
  content: "✓";
  font-size: 16px;
  font-weight: 900;
  opacity: 0;
  transform: scale(.5);
  transition: .15s ease;
}
.nts-consent--card input[type="checkbox"]:checked {
  background: #e31f28;
  border-color: #e31f28;
}
.nts-consent--card input[type="checkbox"]:checked::before { opacity: 1; transform: scale(1); }
.nts-consent--card > span { color: #251d19; display: grid; gap: 3px; }
.nts-consent--card > span strong { font-size: 13px; }
.nts-consent--card > span small { color: #766b65; font-size: 10px; }
.nts-cart-checkout .nts-button--submit {
  border-radius: 999px;
  box-shadow: 0 13px 30px rgba(203, 22, 29, .22);
  min-height: 60px;
}
.nts-card-size-error {
  color: #d51c22;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
  margin: -4px 0 2px;
}
.nts-card-size-error[hidden] { display: none !important; }
.nts-card-qty {
  align-items: center;
  color: #6a5f58;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .04em;
  margin: 0;
  width: auto;
  min-width: 0;
  flex: 1 1 46%;
}
.nts-card-qty > span:first-child {
  flex: 0 0 auto;
  white-space: nowrap;
}
.nts-card-qty__controls {
  display: inline-grid;
  flex: 0 0 auto;
  gap: 6px;
  grid-template-columns: 40px 56px 40px;
}
.nts-card-qty__controls button,
.nts-shop .nts-card-qty__controls button {
  align-items: center;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(200, 30, 39, .08) !important;
  cursor: pointer;
  display: inline-flex !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  height: 40px !important;
  justify-content: center;
  min-height: 40px !important;
  padding: 0 !important;
  width: 40px !important;
}
.nts-shop .nts-card-qty__controls button[data-nts-card-qty-dec] {
  background: #fff4f3 !important;
  background-image: none !important;
  border: 1.5px solid #f0a8ab !important;
  color: #c81e27 !important;
}
.nts-shop .nts-card-qty__controls button[data-nts-card-qty-inc] {
  background: #f7b8bb !important;
  background-image: none !important;
  border: 1.5px solid #ef9a9e !important;
  color: #94151d !important;
}
.nts-shop .nts-card-qty__controls button[data-nts-card-qty-dec]:hover {
  background: #ffe6e4 !important;
  border-color: #c81e27 !important;
}
.nts-shop .nts-card-qty__controls button[data-nts-card-qty-inc]:hover {
  background: #f29ea3 !important;
  border-color: #d51c22 !important;
}
.nts-shop .nts-card-qty__controls button:disabled {
  cursor: not-allowed;
  filter: grayscale(.35);
  opacity: .55;
}
.nts-card-qty__controls input[type="number"],
.nts-shop .nts-card-qty__controls input[type="number"] {
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  background: #fff !important;
  background-image: none !important;
  border: 1.5px solid rgba(33, 25, 21, .22) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  color: #17130f !important;
  -webkit-text-fill-color: #17130f !important;
  caret-color: #17130f !important;
  font: inherit !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  height: 40px !important;
  line-height: 40px !important;
  min-width: 56px !important;
  opacity: 1 !important;
  padding: 0 4px !important;
  text-align: center !important;
  width: 56px !important;
  z-index: 1;
}
.nts-card-qty__controls input[type="number"]::-webkit-outer-spin-button,
.nts-card-qty__controls input[type="number"]::-webkit-inner-spin-button {
  appearance: none !important;
  display: none !important;
  margin: 0 !important;
}
.nts-shop .nts-card-qty__controls input[type="number"]:disabled {
  background: #f4efeb !important;
  color: #6a5f58 !important;
  -webkit-text-fill-color: #6a5f58 !important;
  opacity: 1 !important;
}
.nts-cart-variant {
  color: #d51c22 !important;
  font-style: normal;
  font-weight: 800;
}
.nts-soldout-badge {
  background: rgba(23, 19, 15, .88);
  border-radius: 999px;
  bottom: 16px;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
  left: 50%;
  padding: 8px 14px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.nts-goods-card.is-soldout {
  opacity: .72;
}
.nts-goods-card.is-soldout .nts-goods-card__image img {
  filter: grayscale(.35);
}
.nts-shop .nts-goods-card__actions button.is-disabled,
.nts-shop .nts-goods-card__actions button[disabled] {
  background: #cfc6bf !important;
  background-image: none !important;
  border-color: #cfc6bf !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: .85;
  transform: none !important;
}
@media (max-width: 900px) {
  .nts-goods-hero { min-height: 520px; max-height: 78vh; }
  .nts-goods-hero > img {
    object-fit: cover;
    object-position: 62% center;
  }
  .nts-goods-hero::after { background: linear-gradient(0deg, rgba(8, 7, 6, .98) 0%, rgba(8, 7, 6, .72) 48%, rgba(8, 7, 6, .04) 78%); }
  .nts-goods-hero__copy { align-self: end; margin: 0; padding: 36px 20px 40px; width: min(620px, 100%); }
  .nts-goods-hero__copy h1 { font-size: clamp(40px, 10vw, 64px); line-height: 1.05; }
  .nts-goods-card__image,
  .nts-goods-card:first-child .nts-goods-card__image,
  .nts-goods-card:nth-child(2) .nts-goods-card__image { aspect-ratio: 1 / 1; }
  .nts-goods-card__image img { object-fit: contain !important; width: 100%; height: 100%; padding: 8px; box-sizing: border-box; }
  .nts-buy-guide { grid-template-columns: 1fr; }
  .nts-buy-guide > i { display: none; }
  .nts-hero__visual img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .nts-character-stage img {
    max-width: none;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 40% 12% !important;
  }
}
@media (max-width: 560px) {
  .nts-goods-hero { min-height: 460px; max-height: 72vh; }
  .nts-goods-hero > img { object-position: 58% center; }
  .nts-goods-hero__copy { padding: 28px 16px 32px; }
  .nts-goods-hero__copy h1 { font-size: clamp(34px, 11vw, 48px); }
  .nts-goods-hero__copy > p:not(.nts-eyebrow) { font-size: 13px; line-height: 1.7; max-width: 96%; }
  .nts-buy-guide { margin-bottom: 34px; padding: 12px; }
  .nts-goods-lineup { padding: 56px 14px; }
  .nts-goods-card__body { padding: 18px 16px 20px; }
  .nts-goods-card__actions { display: flex; flex-wrap: wrap; gap: 8px; }
  .nts-goods-card__actions a,
  .nts-goods-card__actions button { width: auto; min-height: 42px; }
  .nts-card-options { gap: 8px; }
  .nts-card-options.has-size .nts-card-size,
  .nts-card-options.has-size .nts-card-qty { flex: 1 1 calc(50% - 6px); min-width: 0; }
  .nts-card-qty__controls { grid-template-columns: 36px 52px 36px; }
  .nts-shop .nts-card-qty__controls input[type="number"] { width: 52px !important; min-width: 52px !important; }
  .nts-cart-panel { padding: 22px 14px; }
  .nts-cart-checkout { padding: 17px 14px; }
  .nts-product-detail__hero figure img,
  .nts-hero img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

.nts-thanks-hero {
  max-width: 720px;
  margin: 0 auto;
  padding: 100px 24px 120px;
  text-align: left;
}
.nts-thanks-hero h1 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.15;
  margin: 12px 0 20px;
}
.nts-thanks-hero > p {
  font-weight: 700;
  line-height: 1.8;
}
.nts-thanks-ref {
  margin-top: 28px;
  font-size: 14px;
}
.nts-thanks-ref code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
}
.nts-thanks-note {
  margin: 18px 0 24px;
  color: #6a5f58;
  font-size: 13px;
  font-weight: 600;
}
.nts-thanks-actions {
  margin: 28px 0 8px;
}
.nts-thanks-actions .nts-button {
  display: inline-flex;
}

/* —— goods card options / cart pulse (2026-07) —— */
.nts-goods-lineup {
  max-width: 1180px;
  margin-inline: auto;
}
.nts-card-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  width: 100%;
  margin: 2px 0 4px;
}
.nts-card-options .nts-card-size,
.nts-card-options .nts-card-qty {
  margin: 0;
}
.nts-card-options:not(.has-size) .nts-card-qty {
  flex: 0 1 auto;
}
.nts-shop .nts-product-detail__hero figure {
  background: #f6f1ea;
}
.nts-shop .nts-product-detail__hero figure img {
  aspect-ratio: 1 / 1;
  object-fit: contain !important;
  padding: 12px;
  box-sizing: border-box;
  background: #f6f1ea;
}
.nts-shop .nts-goods-card[data-nts-product-card="tshirt"] .nts-goods-card__image img,
.nts-shop .nts-goods-card[data-nts-product-card="bundle-3"] .nts-goods-card__image img {
  object-fit: contain !important;
  object-position: center center;
  padding: 6px;
}
.nts-shop .nts-character-stage {
  background: #fff7f2;
}
.nts-shop .nts-character-stage img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: 40% 12% !important;
  mix-blend-mode: normal !important;
}
.nts-shop .nts-product-front {
  object-fit: contain !important;
  object-position: center;
  background: #fff;
}
.nts-shop .nts-cart-fab {
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease, padding .25s ease;
}
.nts-shop .nts-cart-fab.has-items {
  transform: scale(1.12);
  padding: 16px 24px;
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(255, 220, 120, .65),
    0 0 36px rgba(255, 180, 40, .7),
    0 18px 48px rgba(107, 6, 11, .42);
}
.nts-shop .nts-cart-fab.has-items span {
  font-size: 17px;
}
.nts-shop .nts-cart-fab.is-bump {
  animation: nts-cart-bump .9s ease;
}
@keyframes nts-cart-bump {
  0% { transform: scale(1.12); filter: brightness(1.06); }
  20% { transform: scale(1.22); filter: brightness(1.28); }
  45% { transform: scale(1.08); filter: brightness(1.12); }
  70% { transform: scale(1.18); filter: brightness(1.22); }
  100% { transform: scale(1.12); filter: brightness(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .nts-shop .nts-cart-fab.is-bump {
    animation: none;
  }
}
@media (min-width: 1100px) {
  .nts-goods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 22px;
  }
}
@media (max-width: 900px) {
  .nts-goods-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: none;
  }
  .nts-card-options.has-size .nts-card-size,
  .nts-card-options.has-size .nts-card-qty {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }
}

/* —— Tシャツ「カートに追加」余白改善 —— */
.nts-shop .nts-tshirt-cart-add {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}
.nts-shop .nts-order-card .nts-order-intro {
  margin: 14px 0 0;
  line-height: 1.85;
  max-width: 36em;
}
.nts-shop .nts-tshirt-cart-add .nts-sizes {
  margin: 0;
  padding: 18px 16px;
  border: 1px solid rgba(33, 25, 21, .1);
  border-radius: 16px;
  background: #fbf8f4;
}
.nts-shop .nts-tshirt-cart-add .nts-sizes legend {
  margin: 0 0 14px;
  padding: 0;
  font-size: 13px;
  letter-spacing: .08em;
}
.nts-shop .nts-tshirt-cart-add .nts-sizes > .nts-size-row {
  margin: 0 0 12px !important;
  gap: 12px;
  align-items: center !important;
}
.nts-shop .nts-tshirt-cart-add .nts-sizes > .nts-size-row:last-child {
  margin-bottom: 0 !important;
}
.nts-shop .nts-tshirt-cart-add .nts-sizes > .nts-size-row > strong {
  min-height: 52px;
  border-radius: 14px !important;
}
.nts-shop .nts-tshirt-cart-add .nts-sizes > .nts-size-row > span {
  gap: 8px !important;
  max-width: none;
  width: min(220px, 100%) !important;
  grid-template-columns: 48px minmax(64px, 1fr) 48px !important;
}
.nts-shop .nts-tshirt-cart-add .nts-sizes button {
  width: 48px !important;
  height: 52px !important;
  min-height: 52px !important;
  border-radius: 14px !important;
}
.nts-shop .nts-tshirt-cart-add .nts-sizes input[type="number"] {
  height: 52px !important;
  min-height: 52px !important;
  border-radius: 14px !important;
  border-width: 1.5px !important;
  border-color: rgba(33, 25, 21, .2) !important;
}
.nts-shop .nts-tshirt-cart-add .nts-order-total {
  margin: 0;
  padding: 20px 22px;
  border-radius: 14px;
}
.nts-shop .nts-tshirt-cart-add .nts-button--submit {
  margin: 0;
  min-height: 56px;
}
.nts-shop .nts-tshirt-cart-add .nts-detail-note,
.nts-shop .nts-tshirt-cart-add > .nts-detail-note {
  margin: 0;
  color: #6a5f58;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}
.nts-shop .nts-tshirt-cart-add .nts-form-message {
  margin: 0;
}
.nts-shop .nts-cart-fab {
  right: max(12px, env(safe-area-inset-right));
  bottom: max(12px, env(safe-area-inset-bottom));
  max-width: calc(100vw - 24px);
  box-sizing: border-box;
}

/* カートお届け先のプレースホルダーを薄いグレーに統一
   ※ input の -webkit-text-fill-color がプレースホルダーにも効くため上書きが必要 */
.nts-shop .nts-cart-checkout input:placeholder-shown,
.nts-shop .nts-cart-checkout textarea:placeholder-shown {
  color: #a39a93 !important;
  -webkit-text-fill-color: #a39a93 !important;
}
.nts-shop .nts-cart-checkout input:not(:placeholder-shown),
.nts-shop .nts-cart-checkout textarea:not(:placeholder-shown) {
  color: #17130f !important;
  -webkit-text-fill-color: #17130f !important;
}
.nts-shop .nts-cart-checkout input::placeholder,
.nts-shop .nts-cart-checkout textarea::placeholder {
  color: #a39a93 !important;
  -webkit-text-fill-color: #a39a93 !important;
  opacity: 1 !important;
}
.nts-shop .nts-cart-checkout input::-webkit-input-placeholder {
  color: #a39a93 !important;
  -webkit-text-fill-color: #a39a93 !important;
}
.nts-shop .nts-cart-checkout input::-moz-placeholder {
  color: #a39a93 !important;
  opacity: 1;
}

@media (max-width: 640px) {
  .nts-shop .nts-order-section {
    padding: 40px 16px 120px;
    gap: 28px;
  }
  .nts-shop .nts-order-card {
    padding: 24px 18px 28px;
  }
  .nts-shop .nts-order-card h2 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.15;
  }
  .nts-shop .nts-tshirt-cart-add {
    gap: 18px;
    margin-top: 20px;
  }
  .nts-shop .nts-tshirt-cart-add .nts-sizes {
    padding: 16px 12px;
  }
  .nts-shop .nts-tshirt-cart-add .nts-sizes > .nts-size-row {
    margin-bottom: 14px !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 10px;
  }
  .nts-shop .nts-tshirt-cart-add .nts-sizes > .nts-size-row > span {
    width: 100% !important;
    max-width: none;
    grid-template-columns: 46px minmax(0, 1fr) 46px !important;
  }
  .nts-shop .nts-tshirt-cart-add .nts-order-total {
    padding: 16px 14px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .nts-shop .nts-tshirt-cart-add .nts-order-total > b {
    font-size: 28px;
  }
  .nts-shop .nts-cart-fab {
    right: 12px;
    bottom: 12px;
    padding: 12px 16px;
    font-size: 14px;
  }
  .nts-shop .nts-cart-fab span {
    font-size: 14px;
  }
}

/* —— Tシャツ サイズチャート —— */
.nts-shop .nts-size-chart {
  max-width: 720px;
  margin: 0 auto;
  padding: 70px clamp(18px, 4vw, 40px) 40px;
}
.nts-shop .nts-size-chart > header {
  margin-bottom: 22px;
}
.nts-shop .nts-size-chart > header h2 {
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.15;
  margin: 10px 0 12px;
}
.nts-shop .nts-size-chart > header p {
  margin: 0;
  max-width: 34em;
  font-weight: 700;
  line-height: 1.8;
  color: #5f564f;
}
.nts-shop .nts-size-chart__panel {
  margin: 0 0 22px;
  background: #fff;
  border: 2px solid #17130f;
  box-shadow: 8px 8px 0 #17130f;
  overflow: hidden;
}
.nts-shop .nts-size-chart__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 15px;
  font-weight: 800;
}
.nts-shop .nts-size-chart__col-label {
  width: 22%;
}
.nts-shop .nts-size-chart__col-size {
  width: 19.5%;
}
.nts-shop .nts-size-chart__table th,
.nts-shop .nts-size-chart__table td {
  padding: 14px 6px;
  text-align: center;
  border-right: 1px solid rgba(23, 19, 15, .12);
  border-bottom: 1px solid rgba(23, 19, 15, .12);
  vertical-align: middle;
}
.nts-shop .nts-size-chart__table th:last-child,
.nts-shop .nts-size-chart__table td:last-child {
  border-right: 0;
}
.nts-shop .nts-size-chart__table thead th {
  background: #17130f;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  padding: 13px 6px;
}
.nts-shop .nts-size-chart__table thead th:first-child {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  letter-spacing: .12em;
}
.nts-shop .nts-size-chart__table thead th:not(:first-child) {
  color: #fff;
}
.nts-shop .nts-size-chart__table tbody th {
  text-align: left;
  padding-left: 14px;
  padding-right: 8px;
  color: #17130f;
  background: #f5efe5;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.nts-shop .nts-size-chart__table tbody td {
  background: #fff;
  color: #17130f;
  font-variant-numeric: tabular-nums;
  font-size: 16px;
  font-weight: 900;
}
.nts-shop .nts-size-chart__table tbody tr:nth-child(even) td {
  background: #fffaf6;
}
.nts-shop .nts-size-chart__table tbody tr:last-child th,
.nts-shop .nts-size-chart__table tbody tr:last-child td {
  border-bottom: 0;
}
.nts-shop .nts-size-chart__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 12px 14px;
  border-top: 2px solid #17130f;
  background: #f5efe5;
  color: #5f564f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.nts-shop .nts-size-chart__meta span:first-child::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #e21c22;
  vertical-align: 1px;
}
.nts-shop .nts-size-chart__cta {
  margin: 0;
}
.nts-shop .nts-size-chart__cta .nts-button {
  width: 100%;
  justify-content: center;
}
.nts-shop .nts-size-row.is-soldout {
  opacity: .55;
}
.nts-shop .nts-size-row.is-soldout strong {
  color: #9b1520 !important;
}

@media (max-width: 640px) {
  .nts-shop .nts-size-chart {
    padding: 40px 16px 24px;
  }
  .nts-shop .nts-size-chart__panel {
    box-shadow: 5px 5px 0 #17130f;
  }
  .nts-shop .nts-size-chart__col-label {
    width: 24%;
  }
  .nts-shop .nts-size-chart__col-size {
    width: 19%;
  }
  .nts-shop .nts-size-chart__table {
    font-size: 13px;
  }
  .nts-shop .nts-size-chart__table th,
  .nts-shop .nts-size-chart__table td {
    padding: 12px 4px;
  }
  .nts-shop .nts-size-chart__table tbody th {
    padding-left: 10px;
    font-size: 12px;
  }
  .nts-shop .nts-size-chart__table tbody td {
    font-size: 15px;
  }
}
