
/* ---- リセット & ベース ---- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /* scroll-padding-top: clamp(72px, calc(1.56vw + 64px), 84px); */
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.8;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body.is-loaded,
body[data-element-id] {
  opacity: 1 !important;
}

ul {
  list-style: none;
}

/* ---- 画像 共通 ---- */
.up-d_lp-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================
   HEADER
   ============================================ */
.up-d_lp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #0056A8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

[data-element-id] .up-d_lp-header {/*見たまま編集用。*/
    position: static;
}

/* fixed header 分のオフセット */
.up-d_lp-wrap {
  padding-top: clamp(52px, calc(1.56vw + 44px), 64px);
}

.up-d_lp-header-cont {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, calc(3.91vw - 10px), 40px);
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 3.13vw, 40px);
  height: clamp(52px, calc(1.56vw + 44px), 64px);
}

/* ロゴ */
.up-d_lp-header-logo {
  flex-shrink: 0;
}

.up-d_lp-header-logo a {
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.up-d_lp-header-logo a:hover {
  opacity: 0.65;
}

.up-d_lp-header-logo img {
  width: auto;
  height: clamp(22px, calc(1.17vw + 17px), 32px);
  display: block;
}

/* LP用ナビ */
.up-d_lp-gnav {
  display: flex;
  justify-content: center;
  min-width: 0;
  overflow-x: hidden;
}

.up-d_lp-gnav-list {
  display: flex;
  align-items: center;
  gap: clamp(14px, calc(3.52vw - 9px), 36px);
  list-style: none;
}

.up-d_lp-gnav-list li {
  font-size: clamp(12px, calc(0.39vw + 9px), 14px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.up-d_lp-gnav-list li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s, opacity 0.2s;
  position: relative;
  padding-bottom: 4px;
}

.up-d_lp-gnav-list li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.28s ease;
}

.up-d_lp-gnav-list li a:hover {
  color: #ffffff;
  opacity: 1;
}

.up-d_lp-gnav-list li a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

/* ---- ヘッダー レスポンシブ (max-width: 767px) ---- */
@media (max-width: 767px) {
  .up-d_lp-header-cont {
    grid-template-columns: none;
    justify-content: center;
    gap: 0;
  }

  .up-d_lp-gnav {
    display: none;
  }
}

/* ---- インナー ---- */
.up-d_inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
}

/* ============================================
   カラー変数
   ============================================ */
:root {
  --clr-navy:    #003087;
  --clr-blue:    #0056A8;
  --clr-sky:     #0095DB;
  --clr-light:   #EEF6FB;
  --clr-white:   #ffffff;
  --clr-text:    #333333;
  --clr-gray:    #666666;
  --clr-border:  #D0E4EF;
  --clr-accent:  #E85F5F;
}

/* ============================================
   FV / HERO
   ============================================ */
.up-d_fv {
  position: relative;
  overflow: hidden;
  background-color: var(--clr-navy);
}

.up-d_fv-img {
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
}

.up-d_fv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.55);
}

.up-d_fv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.up-d_fv-overlay .up-d_inner {
  text-align: center;
  pointer-events: auto;
}

.up-d_fv-badge {
  display: inline-block;
  background-color: var(--clr-sky);
  color: var(--clr-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 6px 20px;
  border-radius: 2px;
}

.up-d_fv-title {
  font-size: 46px;
  font-weight: 900;
  color: var(--clr-white);
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-top: 20px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}


/* ============================================
   セクション 共通
   ============================================ */
.up-d_section {
  padding: 80px 0;
}

.up-d_section--white {
  background-color: var(--clr-white);
}

.up-d_section--blue {
  background: linear-gradient(135deg, #003087 0%, #0056A8 60%, #0095DB 100%);
}

.up-d_section--lightblue {
  background-color: var(--clr-light);
}

.up-d_section--navy {
  background-color: var(--clr-navy);
}

/* セクションヘッド */
.up-d_section-head {
  text-align: center;
  margin-bottom: 48px;
}

.up-d_section-head--left {
  text-align: left;
  margin-bottom: 24px;
}

.up-d_section-title {
  font-size: clamp(17px, calc(1.35vw + 12.68px), 30px);
  font-weight: 900;
  color: var(--clr-navy);
  letter-spacing: 0.04em;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}

.up-d_section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--clr-sky), var(--clr-blue));
  border-radius: 2px;
  margin-top: 16px;
  margin-inline: auto;
}

.up-d_section-title--white {
  color: var(--clr-white);
}

.up-d_section-title--white::after {
  background: rgba(255, 255, 255, 0.6);
}

.up-d_section-title--left::after {
  margin-inline: 0;
}

.up-d_section-lead {
  font-size: 15px;
  font-weight: 400;
  color: var(--clr-text);
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-top: 20px;
  max-width: 780px;
  margin-inline: auto;
}

.up-d_section-lead--white {
  color: rgba(255, 255, 255, 0.92);
}

/* ============================================
   SECTION 1: 夏のゴルフは暑さ対策が必須な理由
   ============================================ */
.up-d_reason-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.up-d_reason-text {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}

.up-d_reason-text .up-d_link-list {
  margin-top: auto;
}

.up-d_text-block {
  font-size: 15px;
  font-weight: 400;
  color: var(--clr-text);
  letter-spacing: 0.04em;
  line-height: 1.9;
}

.up-d_text-block + .up-d_text-block {
  margin-top: 20px;
}

.up-d_link-list {
  margin-top: 28px;
  display: grid;
  gap: 10px;
}

.up-d_link-item {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.up-d_link-item a {
  color: var(--clr-sky);
  text-decoration: none;
  padding-bottom: 2px;
  position: relative;
}

.up-d_link-item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--clr-sky);
  transition: width 0.25s ease;
}

.up-d_link-item a:hover::after {
  width: 100%;
}

.up-d_img-box {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.up-d_img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================
   SECTION 2: 重要な3つの考え方
   ============================================ */
.up-d_concept-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.up-d_concept-card {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(4px);
}

/* ナンバー＋タイトル＋サブタイトルの縦並びヘッド */
.up-d_concept-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 20px 20px 0;
}

.up-d_concept-num {
  font-size: 42px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0;
  line-height: 1;
  flex-shrink: 0;
}

.up-d_concept-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-top: 16px;
}

.up-d_concept-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.up-d_concept-body {
  padding: 20px;
}

.up-d_concept-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--clr-white);
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}

.up-d_concept-sub {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: block;
  margin-top: 4px;
}

.up-d_concept-text {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-top: 12px;
}

/* ============================================
   SECTION 3: ザムストブランド
   ============================================ */
.up-d_brand-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 0;
}

.up-d_brand-text .up-d_text-block {
  margin-top: 0;
}

.up-d_brand-link {
  margin-top: 28px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.up-d_brand-link a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--clr-sky);
  text-decoration: none;
}

.up-d_brand-link a::after {
  content: "→";
  font-size: 14px;
  display: inline-block;
  transition: transform 0.25s ease;
}

.up-d_brand-link a:hover::after {
  transform: translateX(5px);
}

/* ============================================
   SECTION 4: 商品一覧
   ============================================ */

/* クイックナビ（円形画像スタイル） */
.up-d_quick-nav {
  margin-bottom: 72px;
}

.up-d_quick-nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  list-style: none;
}

.up-d_quick-nav-list li {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.up-d_quick-nav-list li a {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s;
}

.up-d_quick-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* \ COOL! / テキスト */
.up-d_quick-nav-cool {
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color: var(--clr-sky);
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-left: 20px;
  transform: rotate(5deg);
  display: inline-block;
}

/* 円形画像 */
.up-d_quick-nav-circle {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #C4E8F8;
  overflow: hidden;
  margin-inline: auto;
}

.up-d_quick-nav-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

/* ラベル */
.up-d_quick-nav-label {
  font-size: 17px;
  font-weight: 700;
  color: var(--clr-blue);
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 18px;
  text-align: center;
}

/* 矢印（擬似要素でシェブロン描画） */
.up-d_quick-nav-arrow {
  width: 12px;
  height: 12px;
  border-right: 2.5px solid var(--clr-sky);
  border-bottom: 2.5px solid var(--clr-sky);
  transform: rotate(45deg);
  margin-inline: auto;
  margin-top: 16px;
  transition: transform 0.25s ease;
}

/* ホバー: 画像拡大 + 矢印が下に動く */
.up-d_quick-nav-list li a:hover .up-d_quick-nav-circle img {
  transform: scale(1.08);
}

.up-d_quick-nav-list li a:hover .up-d_quick-nav-arrow {
  transform: rotate(45deg) translate(4px, 4px);
}

/* 商品セクション */
.up-d_goods-section {
  margin-top: 72px;
  scroll-margin-top: clamp(72px, calc(1.56vw + 64px), 84px);
}

.up-d_goods-section:first-of-type {
  margin-top: 0;
}

.up-d_goods-section-head {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 3px solid var(--clr-blue);
}

.up-d_goods-section-num {
  font-size: 48px;
  font-weight: 900;
  color: var(--clr-border);
  letter-spacing: 0;
  line-height: 1;
  flex-shrink: 0;
}

.up-d_goods-section-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--clr-navy);
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.up-d_goods-section-lead {
  font-size: 14px;
  font-weight: 400;
  color: var(--clr-gray);
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-top: 16px;
  padding: 16px 20px;
  background-color: var(--clr-white);
  border-left: 4px solid var(--clr-sky);
  border-radius: 0 6px 6px 0;
}

/* 商品グリッド */
.up-d_product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.up-d_product-grid--2col {
  grid-template-columns: repeat(2, 1fr);
  max-width: 700px;
}

.up-d_product-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}

/* 商品カード */
.up-d_product-card {
  background-color: var(--clr-white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 48, 135, 0.08);
  display: grid;
  grid-template-rows: auto 1fr;
  transition: box-shadow 0.25s;
}

.up-d_product-img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #f5f7fa;
}

.up-d_product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

/* リンクボタンhover時: 画像拡大 + カードにシャドー */
.up-d_product-card:has(.up-d_product-btn a:hover) {
  box-shadow: 0 6px 28px rgba(0, 48, 135, 0.18);
}

.up-d_product-card:has(.up-d_product-btn a:hover) .up-d_product-img img {
  transform: scale(1.05);
}

.up-d_product-body {
  padding: 16px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 8px;
}

.up-d_product-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--clr-navy);
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.up-d_product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
}

.up-d_product-price {
  font-size: 16px;
  font-weight: 900;
  color: var(--clr-accent);
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.up-d_product-size {
  font-size: 11px;
  font-weight: 400;
  color: var(--clr-gray);
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.up-d_product-features {
  font-size: 12px;
  font-weight: 400;
  color: var(--clr-text);
  letter-spacing: 0.03em;
  line-height: 1.7;
  display: grid;
  gap: 4px;
}

.up-d_product-features li {
  padding-left: 14px;
  position: relative;
}

.up-d_product-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--clr-sky);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.7;
}

.up-d_product-btn {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.up-d_product-btn a {
  display: block;
  text-align: center;
  background-color: var(--clr-navy);
  color: var(--clr-white);
  text-decoration: none;
  padding: 10px 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.up-d_product-btn a:hover {
  background-color: var(--clr-blue);
}

/* ============================================
   SECTION 5: まとめ
   ============================================ */
.up-d_summary-body {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.up-d_summary-text {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 16px;
}

.up-d_summary-text:first-child {
  margin-top: 0;
}

/* ============================================
   FOOTER
   ============================================ */
.up-d_footer {
  background-color: #0056A8;
  padding-top: 72px;
}

.up-d_footer-inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
}

/* ABOUT US + コンテンツ の横並び */
.up-d_footer-about {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 36px;
  align-items: start;
}

/* ABOUT US 縦書き */
.up-d_footer-index {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.22em;
  line-height: 1.4;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-top: 8px;
}

/* イントロ + カード の横並び */
.up-d_footer-cont {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 56px;
  align-items: center;
}

/* 左: イントロ */
.up-d_footer-heading {
  font-size: 32px;
  font-weight: 900;
  color: var(--clr-white);
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.up-d_footer-text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-top: 20px;
}

/* 右: カード3枚 */
.up-d_footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  list-style: none;
}

.up-d_footer-link-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3 / 4;
}

.up-d_footer-link-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  /* position: relative; */
}

.up-d_footer-link-item a:hover .up-d_footer-link-img img {
  transform: scale(1.05);
}

.up-d_footer-link-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.up-d_footer-link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.up-d_footer-link-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.42);
  font-size: 15px;
  font-weight: 700;
  color: var(--clr-white);
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  z-index: 2;
}

/* ボトム: ロゴ + コピーライト */
.up-d_footer-btm {
  text-align: center;
  margin-top: 64px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.up-d_footer-logo {
  display: inline-block;
}

.up-d_footer-logo a {
  display: inline-block;
  line-height: 0;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.up-d_footer-logo a:hover {
  opacity: 0.65;
}

.up-d_footer-logo img {
  width: auto;
  height: 26px;
  display: block;
}

.up-d_footer-copy {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 16px;
}

/* ============================================
   レスポンシブ: タブレット (max-width: 1024px)
   ============================================ */
@media (max-width: 1024px) {
 /*  html {
   scroll-padding-top: 76px;
 } */

  .up-d_inner {
    padding-inline: 32px;
  }

  .up-d_fv-title {
    font-size: 36px;
  }

  .up-d_concept-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .up-d_product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .up-d_product-grid--2col {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}

/* ============================================
   レスポンシブ: タブレット (max-width: 1024px)
   ============================================ */
@media (max-width: 1024px) {
  .up-d_footer-cont {
    grid-template-columns: 1fr 1fr;
  }

  .up-d_footer-links {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .up-d_footer-link-item {
    aspect-ratio: 16 / 5;
  }

  .up-d_footer-link-caption {
    font-size: 13px;
  }
}

/* ============================================
   レスポンシブ: スマートフォン (max-width: 767px)
   ============================================ */
@media (max-width: 767px) {
  html {
    /* scroll-padding-top: 76px; */
  }

  .up-d_goods-section {
    scroll-margin-top: 90px;
  }

  .up-d_inner {
    max-width: 600px;
    padding-inline: 20px;
  }

  .up-d_section {
    padding: 56px 0;
  }

  /* FV */
  .up-d_fv-img {
    aspect-ratio: 4 / 3;
  }

  .up-d_fv-title {
    font-size: clamp(20px, calc(2.24vw + 12.84px), 30px);
    letter-spacing: 0.02em;
  }

  .up-d_fv-badge {
    font-size: 11px;
    padding: 5px 14px;
  }

  /* セクションタイトル */
  .up-d_section-head {
    margin-bottom: 32px;
  }

  /* 理由セクション */
  .up-d_reason-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .up-d_reason-img {
    order: -1;
  }

  /* 3つの考え方 */
  .up-d_concept-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .up-d_concept-num {
    font-size: 32px;
    padding: 16px 16px 0;
  }

  .up-d_concept-body {
    padding: 16px;
  }

  .up-d_reason-text .up-d_link-list {
    margin-top: 20px;
  }

  .up-d_concept-title {
    font-size: 16px;
  }

  /* ブランドグリッド */
  .up-d_brand-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* クイックナビ */
  .up-d_quick-nav {
    margin-bottom: 48px;
  }

  .up-d_quick-nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 20px;
  }

  .up-d_quick-nav-label {
    font-size: 13px;
    margin-top: 12px;
  }

  .up-d_quick-nav-arrow {
    margin-top: 6px;
  }

  .up-d_quick-nav-cool {
    font-size: 11px;
  }

  /* 商品グリッド */
  .up-d_product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .up-d_product-grid--2col {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .up-d_goods-section-title {
    font-size: 17px;
  }

  .up-d_goods-section-num {
    font-size: 32px;
  }

  .up-d_product-name {
    font-size: 13px;
  }

  .up-d_product-price {
    font-size: 14px;
  }

  /* まとめ */
  .up-d_summary-body {
    text-align: left;
  }


  /* フッター */
  .up-d_footer {
    padding-top: 48px;
  }

  .up-d_footer-inner {
    max-width: 600px;
    padding-inline: 20px;
    margin-inline: auto;
  }

  .up-d_footer-about {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .up-d_footer-index {
    writing-mode: horizontal-tb;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-left: 0;
    padding-bottom: 8px;
    font-size: 10px;
  }

  .up-d_footer-cont {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .up-d_footer-heading {
    font-size: 24px;
  }

  .up-d_footer-links {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .up-d_footer-link-item {
    aspect-ratio: 16 / 5;
  }

  .up-d_footer-link-caption {
    font-size: 13px;
  }

  .up-d_footer-btm {
    margin-top: 40px;
    padding: 28px 0;
  }
}

@media (max-width: 480px) {
  .up-d_product-grid {
    grid-template-columns: 1fr;
  }

  .up-d_product-grid--2col {
    grid-template-columns: 1fr;
  }

  .up-d_fv-img {
    aspect-ratio: 3 / 4;
  }
}

/* ============================================
   ホバーエフェクト全解除 (スマホ: max-width: 767px)
   ============================================ */
@media (max-width: 767px) {
  .up-d_lp-header-logo a:hover {
    opacity: 1;
  }

  .up-d_lp-gnav-list li a:hover {
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;
  }

  .up-d_lp-gnav-list li a:hover::after {
    transform: scaleX(0);
  }

  .up-d_lp-header-right .header_right_nav_itm a:hover {
    opacity: 0.8;
    transform: none;
  }

  .up-d_link-item a:hover::after {
    width: 0;
  }


  .up-d_quick-nav-list li a:hover .up-d_quick-nav-circle img {
    transform: none;
  }

  .up-d_quick-nav-list li a:hover .up-d_quick-nav-arrow {
    transform: rotate(45deg) translate(0, 0);
  }

  .up-d_product-card:has(.up-d_product-btn a:hover) {
    box-shadow: none;
  }

  .up-d_product-card:has(.up-d_product-btn a:hover) .up-d_product-img img {
    transform: none;
  }

  .up-d_product-btn a:hover {
    background-color: var(--clr-navy);
    color: var(--clr-white);
  }


  .up-d_brand-link a:hover::after {
    transform: none;
  }

  .up-d_footer-link-item a:hover .up-d_footer-link-img img {
    transform: none;
  }

  .up-d_footer-logo a:hover {
    opacity: 1;
  }

  .up-d_page-top:hover {
    background-color: var(--clr-navy);
  }
}

/* ============================================
   トップに戻るボタン
   ============================================ */
.up-d_page-top {
  position: fixed;
  right: 28px;
  bottom: 32px;
  width: 52px;
  height: 52px;
  background-color: var(--clr-navy);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 48, 135, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
  z-index: 900;
}

.up-d_page-top.up-d_is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.up-d_page-top:hover {
  background-color: var(--clr-sky);
}

.up-d_page-top-arrow {
  width: 12px;
  height: 12px;
  border-top: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  transform: rotate(45deg) translate(1px, 1px);
}

@media (max-width: 767px) {
  .up-d_page-top {
    right: 16px;
    bottom: 20px;
    width: 44px;
    height: 44px;
  }

  .up-d_page-top-arrow {
    width: 10px;
    height: 10px;
  }
}

/* footer画像のPC/SP出し分け */
/* .up-d_img-sp { 
  display: none;
  }

@media (max-width: 1024px) {
  .up-d_img-pc {
    display: none;
    
  }
  .up-d_img-sp {
    display: block;
    }
} */

.up-d_img-sp {
  opacity: 0;
  z-index: -1;
}

@media (max-width: 1024px) {
  .up-d_img-pc {
      opacity: 0;
      z-index: -1;
  }

  .up-d_img-sp {
      opacity: 1;
      z-index: 1;
  }
}

/* ===== ABISU みたまま編集画面 専用 ===== */
/* footer のPC/SP画像を両方並べて表示する */

[data-element-id] .up-d_footer-link-item {
  aspect-ratio: unset;
  height: auto;
  overflow: visible;
}

[data-element-id] .up-d_footer-link-img {
  position: static;
  display: block;
  height: auto;
  padding: 25px 0;
}

[data-element-id] .up-d_footer-link-item a:hover .up-d_footer-link-img img {
  transform: unset;
}

[data-element-id] .up-d_footer-link-item-img img {
  opacity: 1;
  z-index: 1;
  position: static;
}

[data-element-id] .up-d_footer-link-item-img {
  position: relative;
  padding-top: 25px;
}

[data-element-id] .up-d_footer-link-item-img.-pc {
  border: 3px solid green;
}

[data-element-id] .up-d_footer-link-item-img.-sp {
  border: 3px solid #0066cc;
}

[data-element-id] .up-d_footer-link-item-img::before {
  display: block;
  width: 100%;
  background-color: green;
  color: white;
  font-size: 11px;
  text-align: center;
  padding: 3px 0;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id] .up-d_footer-link-item-img.-pc::before {
  content: 'PC用';
}

[data-element-id] .up-d_footer-link-item-img.-sp::before {
  content: 'モバイル用';
  background-color: #0066cc;
}

[data-element-id] .up-d_footer-link-caption {
  position: static;
}

/* ============================================
   メタ情報 入力欄
   本番では非表示。見たまま編集画面（[data-element-id] が付与される環境）
   でのみパネルとして表示する。
   ============================================ */
.up-d_meta-source {
  display: none;
}

/* 見たまま編集画面でのみ表示（FV内に静的パネルとして出す） */
[data-element-id] .up-d_meta-source {
  display: block;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border: 2px dashed #0072c6;
  padding: 20px;
  margin-top: 16px;
  text-align: left;
}

[data-element-id] .up-d_meta-source-title {
  font-size: 14px;
  font-weight: 700;
  color: #0072c6;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

[data-element-id] .up-d_meta-field {
  margin-top: 16px;
}

[data-element-id] .up-d_meta-label {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

[data-element-id] .up-d_meta-note {
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 4px;
}

[data-element-id] .up-d_meta-title,
[data-element-id] .up-d_meta-desc,
[data-element-id] .up-d_meta-keywords {
  min-height: 1.8em;
  background-color: #f5f9fc;
  border: 1px solid #b9d3e6;
  border-radius: 3px;
  padding: 8px 10px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

/* 空欄時のヒント（::before のため textContent には含まれず注入対象にならない） */
[data-element-id] .up-d_meta-title:empty::before {
  content: "例：ゴルフの暑さ対策完全ガイド｜ザムストの暑さ対策グッズで夏のゴルフを快適に";
  color: #aaaaaa;
}

[data-element-id] .up-d_meta-desc:empty::before {
  content: "例：夏ゴルフの暑さ対策グッズを目的別に紹介。日傘・冷却・スリーブで快適なラウンドを。";
  color: #aaaaaa;
}

[data-element-id] .up-d_meta-keywords:empty::before {
  content: "例：ゴルフ,暑さ対策,熱中症,冷感グッズ";
  color: #aaaaaa;
}

/* ①-1 編集画面のみ：ヘッダー下の空白を詰める（本番非影響） */
[data-element-id] .up-d_lp-wrap {
  padding-top: 0;
}

@media (min-width: 768px) {
  .up-d_quick-nav-list {
    grid-template-columns: repeat(2, minmax(0, 220px));
    justify-content: center;
  }
}

html {
  /* scroll-padding-top: clamp(64px, calc(1.56vw + 56px), 64px); */
}

.up-d_goods-section {
  scroll-margin-top: clamp(64px, calc(1.56vw + 56px), 64px);
}

@media (max-width: 767px) {
  html {
    /* scroll-padding-top: 106px; */
  }

  .up-d_goods-section {
    scroll-margin-top: 120px;
  }
}
