{"id":3098,"date":"2026-07-24T12:26:07","date_gmt":"2026-07-24T03:26:07","guid":{"rendered":"https:\/\/www.wakacin-lifestyle.com\/?p=3098"},"modified":"2026-07-24T12:27:31","modified_gmt":"2026-07-24T03:27:31","slug":"3098","status":"publish","type":"post","link":"https:\/\/www.wakacin-lifestyle.com\/?p=3098","title":{"rendered":"What\u2019s actually in my bag for sunrise on Fuji"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =========================================================\n   \u5bcc\u58eb\u5c71\u30a2\u30d7\u30ea7\u9078 \u2014 \u30b9\u30bf\u30a4\u30eb\u30b7\u30fc\u30c8\n   Design concept: \u8a18\u4e8b\u5168\u4f53\u3092\u300c\u4e94\u5408\u76ee\u2192\u5c71\u9802\u300d\u306e\u767b\u5c71\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306b\n   \u898b\u7acb\u3066\u305f\u7e26\u306e\u30b9\u30d1\u30a4\u30f3\uff08\u7a1c\u7dda\uff09\u3067\u69cb\u6210\u3002\u5404\u30a2\u30d7\u30ea\u306f\u6a19\u9ad8\u5e2f\u306b\u7d10\u3065\u304f\u3002\n   ========================================================= *\/\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,600;9..144,800&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@500;600&display=swap');\n\n:root {\n  --navy: #0B1220;\n  --navy-soft: #131D30;\n  --cream: #F5F0E6;\n  --cream-dim: #EAE3D3;\n  --ember: #C2410C;\n  --ember-soft: #E4703A;\n  --slate: #4A5D6B;\n  --mist: #8B98A0;\n  --line: rgba(74, 93, 107, 0.22);\n  --line-dark: rgba(245, 240, 230, 0.14);\n\n  --font-display: 'Fraunces', serif;\n  --font-body: 'Inter', sans-serif;\n  --font-mono: 'JetBrains Mono', monospace;\n\n  --measure: 680px;\n}\n\n* { box-sizing: border-box; }\n\nhtml {\n  scroll-behavior: smooth;\n  overflow-x: hidden;\n}\n\n@media (prefers-reduced-motion: reduce) {\n  html { scroll-behavior: auto; }\n  * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }\n}\n\nbody {\n  margin: 0;\n  overflow-x: hidden;\n  background: var(--cream);\n  color: var(--navy);\n  font-family: var(--font-body);\n  font-size: 17px;\n  line-height: 1.9;\n  -webkit-font-smoothing: antialiased;\n}\n\nimg, svg { max-width: 100% !important; display: block; }\n\na { color: inherit; }\n\n::selection { background: var(--ember); color: var(--cream); }\n\n\/* ---------- Skip link \/ focus ---------- *\/\n.skip-link {\n  position: absolute;\n  left: -999px;\n  top: 0;\n  background: var(--ember);\n  color: #fff;\n  padding: 12px 20px;\n  z-index: 999;\n}\n.skip-link:focus { left: 12px; top: 12px; }\n\n:focus-visible {\n  outline: 3px solid var(--ember);\n  outline-offset: 3px;\n}\n\n\/* ---------- Layout shell ---------- *\/\n.page {\n  position: relative;\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n.prose {\n  max-width: var(--measure);\n  margin: 0 auto;\n}\n\n\/* ---------- Promo notice ---------- *\/\n.promo-notice {\n  background: var(--navy);\n  color: var(--mist);\n  font-size: 13px;\n  text-align: center;\n  padding: 10px 16px;\n  letter-spacing: 0.02em;\n}\n\n\/* ---------- HERO ---------- *\/\n.hero {\n  position: relative;\n  background: linear-gradient(180deg, #0B1220 0%, #14243A 45%, #2A4258 78%, #6B8CA3 100%);\n  color: var(--cream);\n  overflow: hidden;\n  padding: 88px 24px 0;\n}\n\n.hero__stars {\n  position: absolute;\n  inset: 0;\n  background-image:\n    radial-gradient(1.5px 1.5px at 15% 20%, rgba(255,255,255,0.9), transparent),\n    radial-gradient(1px 1px at 35% 12%, rgba(255,255,255,0.7), transparent),\n    radial-gradient(1.5px 1.5px at 65% 25%, rgba(255,255,255,0.8), transparent),\n    radial-gradient(1px 1px at 80% 8%, rgba(255,255,255,0.6), transparent),\n    radial-gradient(1px 1px at 92% 30%, rgba(255,255,255,0.7), transparent),\n    radial-gradient(1.5px 1.5px at 50% 6%, rgba(255,255,255,0.6), transparent);\n  opacity: 0.8;\n}\n\n.hero__inner {\n  position: relative;\n  max-width: 900px;\n  margin: 0 auto;\n  text-align: center;\n}\n\n.hero__eyebrow {\n  font-family: var(--font-mono);\n  font-size: 12.5px;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--ember-soft);\n  margin: 0 0 22px;\n}\n\n.hero__title {\n  font-family: var(--font-display);\n  font-weight: 800;\n  font-size: clamp(30px, 5.4vw, 54px);\n  line-height: 1.35;\n  margin: 0 0 20px;\n  text-shadow: 0 2px 24px rgba(0,0,0,0.35);\n}\n\n.hero__title em {\n  font-style: normal;\n  color: var(--ember-soft);\n}\n\n.hero__lede {\n  font-size: clamp(15px, 2vw, 18px);\n  color: rgba(245,240,230,0.82);\n  max-width: 560px;\n  margin: 0 auto 40px;\n}\n\n\/* Mountain silhouette illustration *\/\n.hero__mountain {\n  position: relative;\n  height: clamp(180px, 32vw, 320px);\n  margin-top: 20px;\n}\n\n.hero__mountain svg { width: 100%; height: 100%; display: block; }\n\n\/* ---------- Stat strip ---------- *\/\n.stat-strip {\n  background: var(--navy-soft);\n  color: var(--cream);\n  padding: 0;\n}\n\n.stat-strip__grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.stat {\n  padding: 26px 18px;\n  text-align: center;\n  border-left: 1px solid var(--line-dark);\n}\n.stat:first-child { border-left: none; }\n\n.stat__num {\n  font-family: var(--font-mono);\n  font-weight: 600;\n  font-size: clamp(20px, 3vw, 30px);\n  color: var(--ember-soft);\n  display: block;\n}\n\n.stat__label {\n  font-size: 12.5px;\n  color: var(--mist);\n  margin-top: 6px;\n  letter-spacing: 0.02em;\n}\n\n\/* ---------- Photo blocks ---------- *\/\n.photo-block {\n  max-width: 920px;\n  margin: 0 auto;\n}\n\n.photo-block img {\n  width: 100% !important;\n  height: auto !important;\n  border-radius: 6px !important;\n  display: block !important;\n  max-width: 100% !important;\n}\n\n.photo-block figcaption {\n  font-size: 13px;\n  color: var(--mist);\n  margin-top: 10px;\n  text-align: center;\n  letter-spacing: 0.02em;\n}\n\n.section--dark .photo-block figcaption { color: var(--mist); }\n\n.photo-block--full {\n  max-width: 100%;\n  margin: 0;\n}\n\n.photo-block--full img {\n  border-radius: 0 !important;\n  max-height: 520px !important;\n  object-fit: cover !important;\n  width: 100% !important;\n  height: auto !important;\n}\n\n\/* ---------- Section shell ---------- *\/\n.section {\n  padding: 72px 24px;\n}\n\n.section--tight { padding: 48px 24px; }\n\n.section--dark {\n  background: var(--navy);\n  color: var(--cream);\n}\n\n.section--dark .body-text { color: rgba(245,240,230,0.82); }\n\n.eyebrow {\n  font-family: var(--font-mono);\n  font-size: 12px;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--ember);\n  margin: 0 0 10px;\n}\n\n.section--dark .eyebrow { color: var(--ember-soft); }\n\nh2.section-title {\n  font-family: var(--font-display);\n  font-weight: 800;\n  font-size: clamp(24px, 3.6vw, 34px);\n  line-height: 1.5;\n  margin: 0 0 20px;\n}\n\nh3.subtitle {\n  font-family: var(--font-body);\n  font-weight: 700;\n  font-size: 18px;\n  margin: 0 0 12px;\n}\n\n.body-text { color: var(--slate); }\n\n.body-text p { margin: 0 0 20px; }\n\n\/* ---------- Warning cards (danger triad) ---------- *\/\n.danger-grid {\n  display: grid;\n  gap: 16px;\n  margin-top: 32px;\n}\n\n.danger-card {\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 18px;\n  align-items: start;\n  padding: 22px 24px;\n  background: #fff;\n  border: 1px solid var(--line);\n  border-left: 4px solid var(--ember);\n  border-radius: 4px;\n}\n\n.danger-card__icon {\n  width: 34px;\n  height: 34px;\n  flex-shrink: 0;\n}\n\n.danger-card__title {\n  font-weight: 700;\n  font-size: 15.5px;\n  margin: 0 0 6px;\n}\n\n.danger-card__desc {\n  font-size: 14.5px;\n  color: var(--slate);\n  margin: 0;\n}\n\n\/* ---------- Mountain spine (signature element) ---------- *\/\n.spine-wrap {\n  position: relative;\n}\n\n.spine-track {\n  position: absolute;\n  left: 50%;\n  top: 0;\n  bottom: 0;\n  width: 2px;\n  transform: translateX(-50%);\n  background: var(--line);\n  z-index: 0;\n}\n\n.spine-track::before {\n  content: '';\n  position: absolute;\n  left: 0; top: 0;\n  width: 100%;\n  height: var(--fill, 0%);\n  background: linear-gradient(180deg, var(--ember-soft), var(--ember));\n  transition: height 0.2s linear;\n}\n\n.app-list {\n  position: relative;\n  max-width: 920px;\n  margin: 0 auto;\n  padding: 20px 0 0;\n}\n\n.app-card {\n  position: relative;\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 0;\n  margin-bottom: 28px;\n  background: #fff;\n  border: 1px solid var(--line);\n  border-radius: 6px;\n  overflow: hidden;\n}\n\n.app-card__head {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 8px 16px;\n  padding: 22px 26px;\n  border-bottom: 1px solid var(--line);\n  background: var(--cream-dim);\n}\n\n.app-card__badge {\n  font-family: var(--font-mono);\n  font-weight: 600;\n  font-size: 12px;\n  color: var(--cream);\n  background: var(--navy);\n  border-radius: 999px;\n  padding: 5px 12px;\n  white-space: nowrap;\n}\n\n.app-card__elevation {\n  font-family: var(--font-mono);\n  font-size: 12px;\n  color: var(--mist);\n  letter-spacing: 0.02em;\n  margin-left: auto;\n  white-space: nowrap;\n}\n\n.app-card__name {\n  font-family: var(--font-display);\n  font-weight: 800;\n  font-size: 21px;\n  margin: 0;\n}\n\n.app-card__tagline {\n  font-size: 13.5px;\n  color: var(--slate);\n  margin: 2px 0 0;\n}\n\n.app-card__body {\n  padding: 24px 26px 28px;\n}\n\n.app-card__points {\n  list-style: none;\n  margin: 0 0 18px;\n  padding: 0;\n  display: grid;\n  gap: 9px;\n}\n\n.app-card__points li {\n  position: relative;\n  padding-left: 22px;\n  font-size: 15px;\n  color: var(--navy);\n}\n\n.app-card__points li::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 9px;\n  width: 8px;\n  height: 8px;\n  background: var(--ember);\n  transform: rotate(45deg);\n}\n\n.app-card__note {\n  font-size: 14.5px;\n  color: var(--slate);\n  background: var(--cream);\n  border-radius: 4px;\n  padding: 14px 16px;\n  margin: 0;\n  border-left: 3px solid var(--slate);\n}\n\n.app-card__note strong { color: var(--navy); }\n\n\/* ---------- Pull quote ---------- *\/\n.pullquote {\n  font-family: var(--font-display);\n  font-weight: 700;\n  font-size: clamp(20px, 2.6vw, 26px);\n  line-height: 1.7;\n  color: var(--navy);\n  border-top: 1px solid var(--line);\n  border-bottom: 1px solid var(--line);\n  padding: 32px 0;\n  margin: 44px 0;\n  text-align: center;\n}\n\n.section--dark .pullquote {\n  color: var(--cream);\n  border-color: var(--line-dark);\n}\n\n\/* ---------- Case examples ---------- *\/\n.case-list {\n  display: grid;\n  gap: 18px;\n  margin-top: 28px;\n}\n\n.case-card {\n  display: grid;\n  grid-template-columns: 64px 1fr;\n  gap: 20px;\n  padding: 24px;\n  background: rgba(245,240,230,0.06);\n  border: 1px solid var(--line-dark);\n  border-radius: 6px;\n}\n\n.case-card__num {\n  font-family: var(--font-mono);\n  font-size: 26px;\n  font-weight: 600;\n  color: var(--ember-soft);\n}\n\n.case-card__title {\n  font-weight: 700;\n  font-size: 16px;\n  margin: 0 0 8px;\n  color: var(--cream);\n}\n\n.case-card__desc {\n  font-size: 14.5px;\n  color: rgba(245,240,230,0.75);\n  margin: 0;\n}\n\n\/* ---------- FAQ ---------- *\/\n.faq-item {\n  border-bottom: 1px solid var(--line);\n}\n\n.faq-item summary {\n  cursor: pointer;\n  list-style: none;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 16px;\n  padding: 20px 4px;\n  font-weight: 700;\n  font-size: 16px;\n}\n\n.faq-item summary::-webkit-details-marker { display: none; }\n\n.faq-item summary::after {\n  content: '+';\n  font-family: var(--font-mono);\n  font-size: 22px;\n  color: var(--ember);\n  flex-shrink: 0;\n  transition: transform 0.2s ease;\n}\n\n.faq-item[open] summary::after { transform: rotate(45deg); }\n\n.faq-item p {\n  margin: 0 0 20px;\n  padding: 0 4px;\n  color: var(--slate);\n  font-size: 15px;\n}\n\n\/* ---------- CTA ---------- *\/\n.cta-box {\n  max-width: var(--measure);\n  margin: 0 auto;\n  background: var(--navy);\n  color: var(--cream);\n  border-radius: 8px;\n  padding: 40px 32px;\n  text-align: center;\n}\n\n.cta-box h3 {\n  font-family: var(--font-display);\n  font-size: 22px;\n  margin: 0 0 12px;\n}\n\n.cta-box p {\n  color: rgba(245,240,230,0.8);\n  font-size: 14.5px;\n  margin: 0 0 24px;\n}\n\n.cta-button {\n  display: inline-block;\n  background: var(--ember);\n  color: #fff;\n  text-decoration: none;\n  font-weight: 700;\n  font-size: 15px;\n  padding: 14px 32px;\n  border-radius: 4px;\n  transition: background 0.15s ease;\n}\n\n.cta-button:hover { background: var(--ember-soft); }\n\n.cta-fineprint {\n  font-size: 11.5px;\n  color: var(--mist);\n  margin-top: 16px !important;\n}\n\n\/* ---------- Inline callout card (Wise) ---------- *\/\n.callout-card {\n  max-width: var(--measure);\n  margin: 36px auto;\n  background: #fff;\n  border: 1px solid var(--line);\n  border-left: 4px solid var(--slate);\n  border-radius: 4px;\n  padding: 24px 26px;\n}\n\n.callout-card__label {\n  font-family: var(--font-mono);\n  font-size: 11.5px;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: var(--slate);\n  margin: 0 0 8px;\n}\n\n.callout-card__title {\n  font-family: var(--font-display);\n  font-weight: 700;\n  font-size: 18px;\n  margin: 0 0 10px;\n}\n\n.callout-card p.callout-card__body {\n  font-size: 14.5px;\n  color: var(--slate);\n  margin: 0 0 16px;\n}\n\n.callout-card__link {\n  display: inline-block;\n  font-weight: 600;\n  font-size: 14.5px;\n  color: var(--ember);\n  text-decoration: none;\n  border-bottom: 1.5px solid var(--ember);\n  padding-bottom: 1px;\n}\n\n.callout-card__link:hover { color: var(--ember-soft); border-color: var(--ember-soft); }\n\n\/* ---------- Footer ---------- *\/\n.site-footer {\n  padding: 40px 24px 60px;\n  text-align: center;\n  font-size: 13px;\n  color: var(--mist);\n}\n\n\/* ---------- Gear list ---------- *\/\n.gear-list {\n  position: relative;\n  max-width: 920px;\n  margin: 0 auto;\n  padding: 20px 0 0;\n}\n\n.gear-card {\n  position: relative;\n  margin-bottom: 28px;\n  background: #fff;\n  border: 1px solid var(--line);\n  border-radius: 6px;\n  overflow: hidden;\n}\n\n.gear-card__head {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 8px 16px;\n  padding: 22px 26px;\n  border-bottom: 1px solid var(--line);\n  background: var(--cream-dim);\n}\n\n.gear-card__badge {\n  font-family: var(--font-mono);\n  font-weight: 600;\n  font-size: 12px;\n  color: var(--cream);\n  background: var(--navy);\n  border-radius: 999px;\n  padding: 5px 12px;\n  white-space: nowrap;\n}\n\n.gear-card__category {\n  font-family: var(--font-mono);\n  font-size: 12px;\n  color: var(--mist);\n  letter-spacing: 0.02em;\n  margin-left: auto;\n  white-space: nowrap;\n}\n\n.gear-card__name {\n  font-family: var(--font-display);\n  font-weight: 800;\n  font-size: 21px;\n  margin: 0;\n}\n\n.gear-card__tagline {\n  font-size: 13.5px;\n  color: var(--slate);\n  margin: 2px 0 0;\n}\n\n.gear-card__body {\n  padding: 24px 26px 28px;\n}\n\n.gear-card__points {\n  list-style: none;\n  margin: 0 0 18px;\n  padding: 0;\n  display: grid;\n  gap: 9px;\n}\n\n.gear-card__points li {\n  position: relative;\n  padding-left: 22px;\n  font-size: 15px;\n  color: var(--navy);\n}\n\n.gear-card__points li::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 9px;\n  width: 8px;\n  height: 8px;\n  background: var(--ember);\n  transform: rotate(45deg);\n}\n\n.gear-card__note {\n  font-size: 14.5px;\n  color: var(--slate);\n  background: var(--cream);\n  border-radius: 4px;\n  padding: 14px 16px;\n  margin: 0 0 18px;\n  border-left: 3px solid var(--slate);\n}\n\n.gear-card__note strong { color: var(--navy); }\n\n.gear-card__cta {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  font-family: var(--font-mono);\n  font-weight: 600;\n  font-size: 13px;\n  color: #fff;\n  background: var(--ember);\n  text-decoration: none;\n  padding: 10px 18px;\n  border-radius: 4px;\n  transition: background 0.15s ease;\n}\n\n.gear-card__cta:hover { background: var(--ember-soft); }\n\n\/* ---------- Packing list checklist ---------- *\/\n.checklist {\n  max-width: var(--measure);\n  margin: 32px auto 0;\n  background: #fff;\n  border: 1px solid var(--line);\n  border-radius: 6px;\n  padding: 8px 0;\n}\n\n.checklist-item {\n  display: flex;\n  align-items: baseline;\n  gap: 14px;\n  padding: 13px 26px;\n  border-bottom: 1px solid var(--line);\n  font-size: 15px;\n}\n\n.checklist-item:last-child { border-bottom: none; }\n\n.checklist-item__box {\n  flex-shrink: 0;\n  width: 16px;\n  height: 16px;\n  border: 1.5px solid var(--slate);\n  border-radius: 3px;\n  margin-top: 2px;\n}\n\n.checklist-item__label { color: var(--navy); }\n\n.checklist-item__note {\n  color: var(--mist);\n  font-size: 13px;\n}\n\n\/* ---------- Category divider ---------- *\/\n.category-divider {\n  max-width: 920px;\n  margin: 48px auto 8px;\n  display: flex;\n  align-items: center;\n  gap: 16px;\n}\n\n.category-divider__label {\n  font-family: var(--font-mono);\n  font-size: 12.5px;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: var(--slate);\n  white-space: nowrap;\n}\n\n.category-divider__line {\n  flex: 1;\n  height: 1px;\n  background: var(--line);\n}\n\n\/* ---------- Responsive ---------- *\/\n@media (min-width: 640px) {\n  .danger-grid { grid-template-columns: repeat(3, 1fr); }\n  .app-card__head { padding: 24px 30px; }\n  .app-card__body { padding: 28px 30px 32px; }\n  .gear-card__head { padding: 24px 30px; }\n  .gear-card__body { padding: 28px 30px 32px; }\n}\n\n@media (max-width: 480px) {\n  .stat-strip__grid { grid-template-columns: 1fr; }\n  .stat { border-left: none; border-top: 1px solid var(--line-dark); }\n  .stat:first-child { border-top: none; }\n  .case-card { grid-template-columns: 40px 1fr; }\n  .section { padding: 56px 18px; }\n}\n\n<\/style>\n\n<!DOCTYPE html>\n\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>What to Pack for Sunrise on Mount Fuji (2026) &#8211; My Real Gear List | Wakacin Lifestyle<\/title>\n<meta name=\"description\" content=\"Everything I actually pack for a sunrise climb up Mount Fuji - headlamp, 30L pack, coins for toilets and vending machines, cold layers, and sun protection. A real packing list, not a generic one.\">\n\n<!-- OGP -->\n\n<meta property=\"og:title\" content=\"What to Pack for Sunrise on Mount Fuji - My Real Gear List\">\n<meta property=\"og:description\" content=\"The exact gear I bring for goraiko: headlamp, 30L pack, coins, cold layers, sun protection. No filler.\">\n<meta property=\"og:image\" content=\"https:\/\/www.wakacin-lifestyle.com\/wp-content\/uploads\/2026\/07\/IMG_2400-scaled.jpeg\">\n<meta property=\"og:type\" content=\"article\">\n<meta property=\"og:locale\" content=\"en_US\">\n\n<!-- Structured data: Article -->\n\n<script type=\"application\/ld+json\">\n{\n \"@context\": \"https:\/\/schema.org\",\n \"@type\": \"Article\",\n \"headline\": \"What to Pack for Sunrise on Mount Fuji (2026) - My Real Gear List\",\n \"description\": \"Everything I actually pack for a sunrise climb up Mount Fuji - headlamp, 30L pack, coins for toilets and vending machines, cold layers, and sun protection.\",\n \"author\": { \"@type\": \"Person\", \"name\": \"Wakacin\" },\n \"publisher\": { \"@type\": \"Organization\", \"name\": \"Wakacin Lifestyle\" },\n \"mainEntityOfPage\": \"https:\/\/wakacin-lifestyle.com\/en\/fuji-sunrise-packing-list\/\",\n \"datePublished\": \"2026-07-24\",\n \"dateModified\": \"2026-07-24\"\n}\n<\/script>\n\n<!-- Structured data: FAQPage -->\n\n<script type=\"application\/ld+json\">\n{\n \"@context\": \"https:\/\/schema.org\",\n \"@type\": \"FAQPage\",\n \"mainEntity\": [\n {\n \"@type\": \"Question\",\n \"name\": \"Why do I need coins for climbing Mount Fuji?\",\n \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Mountain hut toilets on Fuji typically charge 100-300 yen per use, and most only accept cash - often exact coins, since huts running on generators may not always have change. Vending machines on the mountain are cash-only too, and prices climb the higher you go.\" }\n },\n {\n \"@type\": \"Question\",\n \"name\": \"How cold does it get on Mount Fuji, even in summer?\",\n \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Summit temperatures can drop close to freezing even during the official summer climbing season, especially before sunrise. Wind chill makes it feel colder still. A packable insulated layer is essential no matter how hot it is at the base.\" }\n },\n {\n \"@type\": \"Question\",\n \"name\": \"What size backpack do I need for a Fuji sunrise climb?\",\n \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"A 30-35 liter pack is the sweet spot for a one- to two-day climb with a hut stay. Big enough for layers, water, food, and a headlamp, without being so large it throws off your balance on narrow volcanic-ash switchbacks.\" }\n },\n {\n \"@type\": \"Question\",\n \"name\": \"Do I really need sun protection if I'm climbing at night for sunrise?\",\n \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. Even a night ascent usually ends with hours of daylight on the way down, and UV exposure is significantly stronger at altitude than at sea level. Sunscreen, a hat, and sun sleeves matter as much on the descent as anything you pack for the climb up.\" }\n }\n ]\n}\n<\/script>\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"stylesheet\" href=\"style-gear.css\">\n<\/head>\n<body>\n\n<a href=\"#main\" class=\"skip-link\">Skip to content<\/a>\n\n<div class=\"promo-notice\">This post contains an affiliate link.<\/div>\n\n<!-- ============ HERO ============ -->\n\n<header class=\"hero\">\n <div class=\"hero__stars\" aria-hidden=\"true\"><\/div>\n <div class=\"hero__inner\">\n <p class=\"hero__eyebrow\">FUJI CLIMBING PREP GUIDE 2026<\/p>\n <h1 class=\"hero__title\">What&#8217;s actually in my bag<br><em>for sunrise on Fuji<\/em>.<\/h1>\n <p class=\"hero__lede\">Not a generic checklist copied from a gear shop &#8211; this is what I packed, what I used, and what I wish I&#8217;d left at home.<\/p>\n <\/div>\n\n <div class=\"hero__mountain\" aria-hidden=\"true\">\n <svg viewBox=\"0 0 1200 320\" preserveAspectRatio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n <defs>\n <linearGradient id=\"fujiGrad\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\">\n <stop offset=\"0%\" stop-color=\"#8FA8BC\"\/>\n <stop offset=\"100%\" stop-color=\"#3A5468\"\/>\n <\/linearGradient>\n <linearGradient id=\"snowGrad\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\">\n <stop offset=\"0%\" stop-color=\"#F5F0E6\"\/>\n <stop offset=\"100%\" stop-color=\"#C9D3D9\"\/>\n <\/linearGradient>\n <\/defs>\n <path d=\"M0,320 L0,270 C120,255 220,180 340,120 C420,80 460,40 600,20 C740,40 780,80 860,120 C980,180 1080,255 1200,270 L1200,320 Z\" fill=\"url(#fujiGrad)\"\/>\n <path d=\"M480,90 C520,60 560,35 600,20 C640,35 680,60 720,90 C690,105 660,80 630,95 C605,80 595,80 570,95 C540,80 510,105 480,90 Z\" fill=\"url(#snowGrad)\"\/>\n <\/svg>\n <\/div>\n<\/header>\n\n<!-- ============ STAT STRIP ============ -->\n\n<section class=\"stat-strip\" aria-label=\"Key packing facts for Mount Fuji\">\n <div class=\"stat-strip__grid\">\n <div class=\"stat\">\n <span class=\"stat__num\">~0\u00b0C<\/span>\n <span class=\"stat__label\">summit temperature before sunrise, even in August<\/span>\n <\/div>\n <div class=\"stat\">\n <span class=\"stat__num\">\u00a5100-300<\/span>\n <span class=\"stat__label\">cash-only toilet fee per use, most huts<\/span>\n <\/div>\n <div class=\"stat\">\n <span class=\"stat__num\">30-35L<\/span>\n <span class=\"stat__label\">the pack size that actually works for this climb<\/span>\n <\/div>\n <\/div>\n<\/section>\n\n<main id=\"main\">\n\n<!-- ============ Chapter 1 ============ -->\n\n<section class=\"section\">\n <div class=\"prose\">\n <p class=\"eyebrow\">Chapter 01<\/p>\n <h2 class=\"section-title\">Why this list is different from the others<\/h2>\n <div class=\"body-text\">\n <p>Most Fuji packing lists read like they were written by someone who&#8217;s never actually stood at the fifth station at midnight, half-asleep, watching their breath turn white. This one isn&#8217;t that.<\/p>\n <p>Everything below is gear I&#8217;ve actually carried up &#8211; or gear I&#8217;m packing for my next climb, chosen because I know exactly why I need it. No filler items just to pad out a list.<\/p>\n <\/div>\n\n <figure class=\"photo-block\" style=\"margin: 40px auto;\">\n <img decoding=\"async\" src=\"https:\/\/www.wakacin-lifestyle.com\/wp-content\/uploads\/2026\/07\/IMG_2400-scaled.jpeg\" alt=\"A 30-liter backpack packed for a Mount Fuji sunrise climb\" loading=\"lazy\" width=\"1200\" height=\"900\">\n <figcaption>My 30L pack, loaded and ready the night before.<\/figcaption>\n <\/figure>\n\n <p class=\"pullquote\">The mountain doesn&#8217;t care how prepared you meant to be.<br>It only cares what&#8217;s actually in your bag<br>when the wind picks up at 3am.<\/p>\n <\/div>\n<\/section>\n\n<!-- ============ Chapter 2 intro ============ -->\n\n<section class=\"section section--tight\" style=\"background: var(--cream-dim);\">\n <div class=\"prose\" style=\"max-width: 920px;\">\n <p class=\"eyebrow\">Chapter 02<\/p>\n <h2 class=\"section-title\">The gear, in the order I pack it<\/h2>\n <p class=\"body-text\">Starting with the bag itself, then working outward: what goes on my body, what goes in my hands, and what goes in my pocket for the moments an app or a jacket can&#8217;t help with.<\/p>\n <\/div>\n<\/section>\n\n<div class=\"category-divider\">\n <span class=\"category-divider__label\">Carry<\/span>\n <span class=\"category-divider__line\"><\/span>\n<\/div>\n\n<section class=\"section spine-wrap\" style=\"padding-top: 24px;\">\n <div class=\"gear-list\">\n\n <!-- Item 1: Backpack -->\n\n <article class=\"gear-card\">\n <div class=\"gear-card__head\">\n <span class=\"gear-card__badge\">01 \/ The bag itself<\/span>\n <span class=\"gear-card__category\">Carry<\/span>\n <\/div>\n <div class=\"gear-card__body\">\n <h3 class=\"gear-card__name\">30-35L climbing backpack<\/h3>\n <p class=\"gear-card__tagline\">Big enough for layers and water, small enough to stay balanced<\/p>\n <ul class=\"gear-card__points\">\n <li>Fits a full change of warm layers, 2L of water, food, and a headlamp with room to spare<\/li>\n <li>A hip belt matters more here than on a day hike &#8211; you&#8217;ll be wearing this for 6-10 hours<\/li>\n <li>External straps for a jacket you&#8217;ll be taking on and off constantly as the temperature swings<\/li>\n <\/ul>\n <p class=\"gear-card__note\"><strong>Why this size:<\/strong> Anything smaller and you&#8217;re compromising on warm layers. Anything bigger and it starts throwing off your balance on the narrow volcanic-ash switchbacks &#8211; I&#8217;ve seen people with 45L+ packs struggling to pass on tight sections.<\/p>\n <\/div>\n <\/article>\n\n <!-- Item 2: Headlamp -->\n\n <article class=\"gear-card\">\n <div class=\"gear-card__head\">\n <span class=\"gear-card__badge\">02 \/ Non-negotiable<\/span>\n <span class=\"gear-card__category\">Carry<\/span>\n <\/div>\n <div class=\"gear-card__body\">\n <h3 class=\"gear-card__name\">Headlamp (with spare batteries)<\/h3>\n <p class=\"gear-card__tagline\">A phone flashlight will not get you through this<\/p>\n <ul class=\"gear-card__points\">\n <li>Frees both hands for trekking poles and rock scrambles in the dark<\/li>\n <li>Cold drains batteries fast &#8211; pack a spare set, not just a spare charge<\/li>\n <li>A red-light mode helps preserve night vision and is less disruptive to other climbers<\/li>\n <\/ul>\n <p class=\"gear-card__note\"><strong>Why it&#8217;s non-negotiable:<\/strong> If you&#8217;re timing your climb for sunrise, you&#8217;re walking through several hours of true darkness on uneven volcanic terrain. This isn&#8217;t optional gear &#8211; it&#8217;s the gear that keeps you from twisting an ankle at 3,200m.<\/p>\n <\/div>\n <\/article>\n\n <!-- Item 3: Coins -->\n\n <article class=\"gear-card\">\n <div class=\"gear-card__head\">\n <span class=\"gear-card__badge\">03 \/ Easy to forget<\/span>\n <span class=\"gear-card__category\">Carry<\/span>\n <\/div>\n <div class=\"gear-card__body\">\n <h3 class=\"gear-card__name\">Coins &#8211; more than you think you need<\/h3>\n <p class=\"gear-card__tagline\">Cash-only toilets and vending machines, all the way up<\/p>\n <ul class=\"gear-card__points\">\n <li>Mountain hut toilets typically cost 100-300 yen per use<\/li>\n <li>Huts run on generators and can&#8217;t always make change &#8211; exact coins save you a very awkward moment<\/li>\n <li>Vending machines get pricier the higher you climb, and card readers are rare<\/li>\n <\/ul>\n <p class=\"gear-card__note\"><strong>How much to bring:<\/strong> I keep at least \u00a52,000-3,000 in coins and small bills in an easy-access pocket, separate from my main wallet. You do not want to be digging through a packed backpack at a toilet queue.<\/p>\n <\/div>\n <\/article>\n\n <\/div>\n<\/section>\n\n<div class=\"category-divider\">\n <span class=\"category-divider__label\">Wear<\/span>\n <span class=\"category-divider__line\"><\/span>\n<\/div>\n\n<section class=\"section spine-wrap\" style=\"padding-top: 24px;\">\n <div class=\"gear-list\">\n\n <!-- Item 4: Insulated down jacket -->\n\n <article class=\"gear-card\">\n <div class=\"gear-card__head\">\n <span class=\"gear-card__badge\">04 \/ Cold protection<\/span>\n <span class=\"gear-card__category\">Wear<\/span>\n <\/div>\n <div class=\"gear-card__body\">\n <h3 class=\"gear-card__name\">Packable insulated down jacket<\/h3>\n <p class=\"gear-card__tagline\">The UNIQLO Ultra Light Down is genuinely enough<\/p>\n <ul class=\"gear-card__points\">\n <li>Summit temperatures can sit near freezing before sunrise, even in the height of summer<\/li>\n <li>Packs down small enough to stuff in a side pocket when you&#8217;re sweating on the climb up<\/li>\n <li>You&#8217;ll put it on and take it off repeatedly &#8211; go for something that compresses fast<\/li>\n <\/ul>\n <p class=\"gear-card__note\"><strong>Honest take:<\/strong> You don&#8217;t need an expensive mountaineering-grade down jacket for this. I&#8217;ve used the UNIQLO Ultra Light Down and it&#8217;s more than warm enough layered over a base layer and fleece, at a fraction of the price of technical outdoor brands.<\/p>\n <\/div>\n <\/article>\n\n <!-- Item 5: Rain gear -->\n\n <article class=\"gear-card\">\n <div class=\"gear-card__head\">\n <span class=\"gear-card__badge\">05 \/ Weather protection<\/span>\n <span class=\"gear-card__category\">Wear<\/span>\n <\/div>\n <div class=\"gear-card__body\">\n <h3 class=\"gear-card__name\">Waterproof rain jacket and pants<\/h3>\n <p class=\"gear-card__tagline\">This doubles as your windbreaker &#8211; it&#8217;s not just for rain<\/p>\n <ul class=\"gear-card__points\">\n <li>A separate jacket-and-pants set, not a poncho &#8211; ponchos catch wind and flap uselessly near the summit<\/li>\n <li>Doubles as a wind layer on exposed ridgelines even when it&#8217;s not raining<\/li>\n <li>Breathable membrane matters &#8211; you&#8217;ll be sweating on the way up and freezing at rest stops<\/li>\n <\/ul>\n <p class=\"gear-card__note\"><strong>Why it matters:<\/strong> Weather on Fuji turns fast. A rain set isn&#8217;t just about staying dry &#8211; on a windy summit it&#8217;s often the layer that keeps you from losing body heat fast enough to matter.<\/p>\n <\/div>\n <\/article>\n\n <!-- Item 6: Sun protection -->\n\n <article class=\"gear-card\">\n <div class=\"gear-card__head\">\n <span class=\"gear-card__badge\">06 \/ Often skipped, shouldn&#8217;t be<\/span>\n <span class=\"gear-card__category\">Wear<\/span>\n <\/div>\n <div class=\"gear-card__body\">\n <h3 class=\"gear-card__name\">Sun protection: sunscreen, hat, sun sleeves<\/h3>\n <p class=\"gear-card__tagline\">UV exposure at altitude is no joke, even after a night climb<\/p>\n <ul class=\"gear-card__points\">\n <li>UV intensity increases with altitude &#8211; the summit gets meaningfully more sun exposure than sea level<\/li>\n <li>Even a night ascent for sunrise ends in hours of daylight on the descent<\/li>\n <li>Sun sleeves are easier to manage than reapplying sunscreen constantly with cold hands<\/li>\n <\/ul>\n <p class=\"gear-card__note\"><strong>What I actually use:<\/strong> A high-SPF sunscreen stick (easier to apply on the move than lotion), a wide-brim or cap-and-neck-flap hat, and UV-cut arm sleeves. Sunburn at altitude sneaks up on you fast, especially on volcanic ash that reflects light back up.<\/p>\n <\/div>\n <\/article>\n\n <!-- Item 7: Gloves -->\n\n <article class=\"gear-card\">\n <div class=\"gear-card__head\">\n <span class=\"gear-card__badge\">07 \/ Small, easy to forget<\/span>\n <span class=\"gear-card__category\">Wear<\/span>\n <\/div>\n <div class=\"gear-card__body\">\n <h3 class=\"gear-card__name\">Waterproof gloves<\/h3>\n <p class=\"gear-card__tagline\">Your hands get cold long before the rest of you does<\/p>\n <ul class=\"gear-card__points\">\n <li>Useful for gripping rock on the steeper scramble sections<\/li>\n <li>Waterproof matters more than warmth alone &#8211; wet cold hands lose function fast<\/li>\n <li>Thin enough that you can still use trekking pole grips and your phone<\/li>\n <\/ul>\n <p class=\"gear-card__note\"><strong>Why it&#8217;s easy to underrate:<\/strong> It&#8217;s a small, cheap item that people forget because it doesn&#8217;t feel essential at the base. It becomes essential fast once the wind picks up near the eighth station.<\/p>\n <\/div>\n <\/article>\n\n <\/div>\n<\/section>\n\n<figure class=\"photo-block photo-block--full\">\n <img decoding=\"async\" src=\"https:\/\/www.wakacin-lifestyle.com\/wp-content\/uploads\/2026\/07\/IMG_2403-scaled.jpeg\" alt=\"Full gear laid out before a Mount Fuji sunrise climb\" loading=\"lazy\" width=\"1600\" height=\"900\">\n<\/figure>\n\n<!-- ============ Chapter 3: fuel & extras ============ -->\n\n<section class=\"section section--dark\">\n <div class=\"prose\">\n <p class=\"eyebrow\">Chapter 03<\/p>\n <h2 class=\"section-title\">What keeps you moving: food, water, and the small stuff<\/h2>\n <p class=\"body-text\">None of this is glamorous, but running out of any of it partway up is how a good climb turns into a miserable one.<\/p>\n\n <div class=\"case-list\">\n <div class=\"case-card\">\n <span class=\"case-card__num\">01<\/span>\n <div>\n <p class=\"case-card__title\">2L of water &#8211; no more, no less<\/p>\n <p class=\"case-card__desc\">Too little risks altitude sickness and dehydration. Too much is dead weight you&#8217;re carrying uphill for no reason. 2L is the number that actually works for most people on a one-day-plus-hut climb.<\/p>\n <\/div>\n <\/div>\n <div class=\"case-card\">\n <span class=\"case-card__num\">02<\/span>\n <div>\n <p class=\"case-card__title\">Energy food you&#8217;ll actually eat at 3am<\/p>\n <p class=\"case-card__desc\">Energy gels, salt candy, and a couple of easy-to-chew snack bars. Most people&#8217;s legs give out on the descent, not the ascent &#8211; don&#8217;t underestimate how much fuel a long descent burns too.<\/p>\n <\/div>\n <\/div>\n <div class=\"case-card\">\n <span class=\"case-card__num\">03<\/span>\n <div>\n <p class=\"case-card__title\">A portable battery, kept warm<\/p>\n <p class=\"case-card__desc\">Cold drains phone batteries fast, and your phone is doing a lot of work &#8211; GPS, camera, emergency contact. Keep the power bank in an inner pocket close to your body, not in an outer mesh pocket exposed to the cold.<\/p>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n<\/section>\n\n<!-- ============ Full checklist ============ -->\n\n<section class=\"section\">\n <div class=\"prose\">\n <p class=\"eyebrow\">Quick reference<\/p>\n <h2 class=\"section-title\">The full list, at a glance<\/h2>\n <div class=\"checklist\">\n <div class=\"checklist-item\">\n <span class=\"checklist-item__box\"><\/span>\n <span class=\"checklist-item__label\">30-35L backpack with hip belt<\/span>\n <\/div>\n <div class=\"checklist-item\">\n <span class=\"checklist-item__box\"><\/span>\n <span class=\"checklist-item__label\">Headlamp + spare batteries<\/span>\n <\/div>\n <div class=\"checklist-item\">\n <span class=\"checklist-item__box\"><\/span>\n <span class=\"checklist-item__label\">\u00a52,000-3,000 in coins and small bills<\/span>\n <\/div>\n <div class=\"checklist-item\">\n <span class=\"checklist-item__box\"><\/span>\n <span class=\"checklist-item__label\">Packable insulated down jacket<\/span>\n <\/div>\n <div class=\"checklist-item\">\n <span class=\"checklist-item__box\"><\/span>\n <span class=\"checklist-item__label\">Waterproof rain jacket and pants<\/span>\n <\/div>\n <div class=\"checklist-item\">\n <span class=\"checklist-item__box\"><\/span>\n <span class=\"checklist-item__label\">Sunscreen, hat, sun sleeves<\/span>\n <\/div>\n <div class=\"checklist-item\">\n <span class=\"checklist-item__box\"><\/span>\n <span class=\"checklist-item__label\">Waterproof gloves<\/span>\n <\/div>\n <div class=\"checklist-item\">\n <span class=\"checklist-item__box\"><\/span>\n <span class=\"checklist-item__label\">Trekking poles<\/span>\n <\/div>\n <div class=\"checklist-item\">\n <span class=\"checklist-item__box\"><\/span>\n <span class=\"checklist-item__label\">2L water<\/span>\n <\/div>\n <div class=\"checklist-item\">\n <span class=\"checklist-item__box\"><\/span>\n <span class=\"checklist-item__label\">Energy gels \/ salt candy \/ snack bars<\/span>\n <\/div>\n <div class=\"checklist-item\">\n <span class=\"checklist-item__box\"><\/span>\n <span class=\"checklist-item__label\">Portable battery + cable<\/span>\n <\/div>\n <div class=\"checklist-item\">\n <span class=\"checklist-item__box\"><\/span>\n <span class=\"checklist-item__label\">Base layer + long sleeve (moisture-wicking)<\/span>\n <\/div>\n <\/div>\n\n <div class=\"callout-card\">\n <p class=\"callout-card__label\">Before you fly out<\/p>\n <h3 class=\"callout-card__title\">Don&#8217;t lose money on currency exchange at the airport<\/h3>\n <p class=\"callout-card__body\">Between gear shopping and mountain hut cash payments, a trip like this touches a lot of yen. A Wise multi-currency card lets you spend and withdraw at the real mid-market rate, so more of your budget goes toward the climb and less toward exchange fees.<\/p>\n <a href=\"https:\/\/wise.com\/invite\/ilpc\/wakanao90\" class=\"callout-card__link\" rel=\"nofollow noopener\" target=\"_blank\">Get a Wise account before your trip \u2192<\/a>\n <\/div>\n <\/div>\n<\/section>\n\n<!-- ============ FAQ ============ -->\n\n<section class=\"section\" style=\"background: var(--cream-dim);\">\n <div class=\"prose\">\n <p class=\"eyebrow\">FAQ<\/p>\n <h2 class=\"section-title\">Frequently asked questions<\/h2>\n\n <div class=\"faq-list\">\n <details class=\"faq-item\">\n <summary>Why do I need coins for climbing Mount Fuji?<\/summary>\n <p>Mountain hut toilets on Fuji typically charge 100-300 yen per use, and most only accept cash &#8211; often exact coins, since huts running on generators may not always have change. Vending machines on the mountain are cash-only too, and prices climb the higher you go.<\/p>\n <\/details>\n <details class=\"faq-item\">\n <summary>How cold does it get on Mount Fuji, even in summer?<\/summary>\n <p>Summit temperatures can drop close to freezing even during the official summer climbing season, especially before sunrise. Wind chill makes it feel colder still. A packable insulated layer is essential no matter how hot it is at the base.<\/p>\n <\/details>\n <details class=\"faq-item\">\n <summary>What size backpack do I need for a Fuji sunrise climb?<\/summary>\n <p>A 30-35 liter pack is the sweet spot for a one- to two-day climb with a hut stay. Big enough for layers, water, food, and a headlamp, without being so large it throws off your balance on narrow volcanic-ash switchbacks.<\/p>\n <\/details>\n <details class=\"faq-item\">\n <summary>Do I really need sun protection if I&#8217;m climbing at night for sunrise?<\/summary>\n <p>Yes. Even a night ascent usually ends with hours of daylight on the way down, and UV exposure is significantly stronger at altitude than at sea level. Sunscreen, a hat, and sun sleeves matter as much on the descent as anything you pack for the climb up.<\/p>\n <\/details>\n <\/div>\n <\/div>\n<\/section>\n\n<figure class=\"photo-block photo-block--full\">\n <img decoding=\"async\" src=\"https:\/\/www.wakacin-lifestyle.com\/wp-content\/uploads\/2026\/07\/IMG_3501.jpeg\" alt=\"Sunrise seen from the summit of Mount Fuji\" loading=\"lazy\" width=\"1600\" height=\"900\">\n<\/figure>\n\n<!-- ============ Summary + CTA ============ -->\n\n<section class=\"section section--dark\">\n <div class=\"prose\">\n <p class=\"eyebrow\">Chapter 05<\/p>\n <h2 class=\"section-title\">Pack light, pack right, and let the mountain do the rest<\/h2>\n <div class=\"body-text\">\n <p>None of this gear is exotic. A solid 30L pack, a headlamp, coins in your pocket, a packable down jacket, rain gear, sun protection, and enough food and water to keep moving. What matters is having it all ready the night before, not scrambling for it at the fifth station parking lot.<\/p>\n <p>Combine this with the app kit from my other Fuji guide, and you&#8217;ve covered both the information side and the physical side of a safe climb. See you at the summit.<\/p>\n <\/div>\n\n <\/div>\n<\/section>\n\n<\/main>\n\n<footer class=\"site-footer\">\n <p>Wakacin Lifestyle &#8211; This article is for informational purposes only and does not guarantee climbing safety. Always check official sources for the latest weather and regulatory information.<\/p>\n<\/footer>\n\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What to Pack for Sunrise on Mount Fuji (2026) &#8211; My Real Gear List | Wakacin Lifestyle Skip to content This post contains an affiliate link. FUJI CLIMBING PREP GUIDE 2026 What&#8217;s actually in my bagfor sunrise on Fuji. Not a generic checklist copied from a gear shop &#8211; this is what I packed, what [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3098","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=\/wp\/v2\/posts\/3098","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3098"}],"version-history":[{"count":4,"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=\/wp\/v2\/posts\/3098\/revisions"}],"predecessor-version":[{"id":3102,"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=\/wp\/v2\/posts\/3098\/revisions\/3102"}],"wp:attachment":[{"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3098"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3098"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3098"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}