{"id":27,"date":"2026-05-17T09:52:43","date_gmt":"2026-05-17T09:52:43","guid":{"rendered":"https:\/\/ensou.life\/?page_id=27"},"modified":"2026-05-17T09:56:29","modified_gmt":"2026-05-17T09:56:29","slug":"%e5%86%86%e7%9b%b8life","status":"publish","type":"page","link":"https:\/\/ensou.life\/","title":{"rendered":"\u5186\u76f8Life"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>\u5186\u76f8 Life \u2014 \u65e5\u672c\u4e8c\u624b\u6f6e\u724c<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Serif+JP:wght@200;300;400&#038;family=Noto+Sans+JP:wght@200;300&#038;family=IM+Fell+English:ital@0;1&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --ink: #1a1714;\n    --paper: #f5f0e8;\n    --ash: #8c8680;\n    --stone: #c8c0b4;\n    --gold: #a08050;\n    --red: #8b2020;\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    background: var(--paper);\n    color: var(--ink);\n    font-family: 'Noto Sans JP', sans-serif;\n    font-weight: 200;\n    overflow-x: hidden;\n  }\n\n  \/* Grain texture overlay *\/\n  body::before {\n    content: '';\n    position: fixed;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    z-index: 1000;\n    opacity: 0.4;\n  }\n\n  \/* NAV *\/\n  nav {\n    position: fixed;\n    top: 0;\n    left: 0;\n    right: 0;\n    z-index: 100;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 1.5rem 3rem;\n    mix-blend-mode: multiply;\n  }\n\n  .nav-logo {\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 200;\n    font-size: 1.1rem;\n    letter-spacing: 0.3em;\n    color: var(--ink);\n    text-decoration: none;\n  }\n\n  .nav-links {\n    display: flex;\n    gap: 2.5rem;\n    list-style: none;\n  }\n\n  .nav-links a {\n    font-size: 0.7rem;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--ash);\n    text-decoration: none;\n    transition: color 0.3s;\n  }\n\n  .nav-links a:hover { color: var(--ink); }\n\n  \/* HERO *\/\n  .hero {\n    min-height: 100vh;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    position: relative;\n  }\n\n  .hero-left {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 8rem 4rem 4rem 6rem;\n    position: relative;\n  }\n\n  .hero-left::after {\n    content: '';\n    position: absolute;\n    right: 0;\n    top: 15%;\n    bottom: 15%;\n    width: 1px;\n    background: linear-gradient(to bottom, transparent, var(--stone), transparent);\n  }\n\n  .ensou-circle {\n    width: 120px;\n    height: 120px;\n    margin-bottom: 3rem;\n    opacity: 0;\n    animation: fadeUp 1.2s ease forwards 0.3s;\n  }\n\n  .ensou-circle svg {\n    width: 100%;\n    height: 100%;\n  }\n\n  .hero-kanji {\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 200;\n    font-size: 5rem;\n    line-height: 1;\n    letter-spacing: 0.1em;\n    color: var(--ink);\n    opacity: 0;\n    animation: fadeUp 1.2s ease forwards 0.5s;\n    margin-bottom: 0.5rem;\n  }\n\n  .hero-sub {\n    font-family: 'IM Fell English', serif;\n    font-style: italic;\n    font-size: 1.1rem;\n    color: var(--ash);\n    letter-spacing: 0.05em;\n    opacity: 0;\n    animation: fadeUp 1.2s ease forwards 0.7s;\n    margin-bottom: 3rem;\n  }\n\n  .hero-desc {\n    font-size: 0.8rem;\n    line-height: 2;\n    color: var(--ash);\n    max-width: 320px;\n    opacity: 0;\n    animation: fadeUp 1.2s ease forwards 0.9s;\n    margin-bottom: 3rem;\n  }\n\n  .hero-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 1rem;\n    text-decoration: none;\n    color: var(--ink);\n    font-size: 0.75rem;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    opacity: 0;\n    animation: fadeUp 1.2s ease forwards 1.1s;\n    transition: gap 0.3s;\n  }\n\n  .hero-cta:hover { gap: 1.5rem; }\n\n  .hero-cta::after {\n    content: '\u2192';\n    font-size: 1rem;\n  }\n\n  .hero-right {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 6rem 4rem;\n    overflow: hidden;\n  }\n\n  \/* Large decorative kanji background *\/\n  .bg-kanji {\n    position: absolute;\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 200;\n    font-size: 40vw;\n    color: rgba(26,23,20,0.03);\n    line-height: 1;\n    user-select: none;\n    right: -5vw;\n    top: 50%;\n    transform: translateY(-50%);\n  }\n\n  .hero-visual {\n    position: relative;\n    z-index: 2;\n    text-align: center;\n    opacity: 0;\n    animation: fadeUp 1.4s ease forwards 0.8s;\n  }\n\n  .brush-line {\n    width: 2px;\n    height: 200px;\n    background: linear-gradient(to bottom, transparent, var(--ink), transparent);\n    margin: 0 auto 2rem;\n    opacity: 0.3;\n  }\n\n  .hero-tagline-v {\n    writing-mode: vertical-rl;\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 200;\n    font-size: 0.85rem;\n    letter-spacing: 0.4em;\n    color: var(--ash);\n    margin: 0 auto;\n  }\n\n  \/* Floating items display *\/\n  .items-float {\n    position: absolute;\n    inset: 0;\n    pointer-events: none;\n  }\n\n  .float-tag {\n    position: absolute;\n    font-size: 0.6rem;\n    letter-spacing: 0.15em;\n    color: var(--stone);\n    text-transform: uppercase;\n  }\n\n  .float-tag:nth-child(1) { top: 20%; left: 10%; animation: float 6s ease-in-out infinite; }\n  .float-tag:nth-child(2) { top: 60%; right: 15%; animation: float 8s ease-in-out infinite 2s; }\n  .float-tag:nth-child(3) { bottom: 25%; left: 20%; animation: float 7s ease-in-out infinite 1s; }\n\n  \/* PHILOSOPHY *\/\n  .philosophy {\n    padding: 8rem 6rem;\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 6rem;\n    align-items: center;\n    border-top: 1px solid var(--stone);\n  }\n\n  .section-label {\n    font-size: 0.65rem;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--gold);\n    writing-mode: vertical-rl;\n    margin: 0 auto;\n  }\n\n  .philosophy-text h2 {\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 200;\n    font-size: 2.5rem;\n    line-height: 1.6;\n    margin-bottom: 2rem;\n    color: var(--ink);\n  }\n\n  .philosophy-text p {\n    font-size: 0.85rem;\n    line-height: 2.2;\n    color: var(--ash);\n    max-width: 500px;\n  }\n\n  .philosophy-text p + p {\n    margin-top: 1.5rem;\n  }\n\n  \/* CATEGORIES *\/\n  .categories {\n    padding: 6rem;\n    border-top: 1px solid var(--stone);\n  }\n\n  .categories-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: baseline;\n    margin-bottom: 4rem;\n  }\n\n  .categories-header h2 {\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 200;\n    font-size: 2rem;\n    letter-spacing: 0.1em;\n  }\n\n  .categories-header a {\n    font-size: 0.7rem;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--ash);\n    text-decoration: none;\n    border-bottom: 1px solid var(--stone);\n    padding-bottom: 0.2rem;\n    transition: color 0.3s, border-color 0.3s;\n  }\n\n  .categories-header a:hover {\n    color: var(--ink);\n    border-color: var(--ink);\n  }\n\n  .cat-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n  }\n\n  .cat-item {\n    position: relative;\n    padding: 3rem 2rem;\n    background: var(--ink);\n    color: var(--paper);\n    overflow: hidden;\n    cursor: pointer;\n    transition: background 0.4s;\n    text-decoration: none;\n    display: block;\n  }\n\n  .cat-item:hover { background: #2a2520; }\n\n  .cat-item::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, transparent 60%);\n  }\n\n  .cat-num {\n    font-family: 'IM Fell English', serif;\n    font-size: 4rem;\n    color: rgba(255,255,255,0.05);\n    position: absolute;\n    bottom: 1rem;\n    right: 1.5rem;\n    line-height: 1;\n  }\n\n  .cat-kanji {\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 200;\n    font-size: 2rem;\n    margin-bottom: 0.5rem;\n    color: var(--paper);\n  }\n\n  .cat-en {\n    font-size: 0.65rem;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--stone);\n    margin-bottom: 1.5rem;\n  }\n\n  .cat-desc {\n    font-size: 0.75rem;\n    line-height: 1.8;\n    color: rgba(245,240,232,0.5);\n  }\n\n  \/* PROMISE *\/\n  .promise {\n    padding: 8rem 6rem;\n    border-top: 1px solid var(--stone);\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 4rem;\n  }\n\n  .promise-item {\n    text-align: center;\n    padding: 2rem;\n  }\n\n  .promise-icon {\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 200;\n    font-size: 3rem;\n    margin-bottom: 1.5rem;\n    color: var(--ink);\n    opacity: 0.4;\n  }\n\n  .promise-title {\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 300;\n    font-size: 1rem;\n    letter-spacing: 0.2em;\n    margin-bottom: 1rem;\n    color: var(--ink);\n  }\n\n  .promise-desc {\n    font-size: 0.75rem;\n    line-height: 2;\n    color: var(--ash);\n  }\n\n  \/* MERCARI LINK *\/\n  .mercari-section {\n    padding: 8rem 6rem;\n    border-top: 1px solid var(--stone);\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .mercari-section::before {\n    content: '\u7e01';\n    font-family: 'Noto Serif JP', serif;\n    font-size: 40rem;\n    color: rgba(26,23,20,0.02);\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    pointer-events: none;\n  }\n\n  .mercari-section h2 {\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 200;\n    font-size: 2.5rem;\n    letter-spacing: 0.1em;\n    margin-bottom: 1.5rem;\n    position: relative;\n  }\n\n  .mercari-section p {\n    font-size: 0.85rem;\n    line-height: 2;\n    color: var(--ash);\n    margin-bottom: 3rem;\n    position: relative;\n  }\n\n  .mercari-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 1rem;\n    padding: 1.2rem 3rem;\n    background: var(--ink);\n    color: var(--paper);\n    text-decoration: none;\n    font-size: 0.75rem;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    transition: background 0.3s, gap 0.3s;\n    position: relative;\n  }\n\n  .mercari-btn:hover {\n    background: #2a2520;\n    gap: 1.5rem;\n  }\n\n  .mercari-btn::after { content: '\u2192'; }\n\n  \/* FOOTER *\/\n  footer {\n    padding: 3rem 6rem;\n    border-top: 1px solid var(--stone);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  .footer-logo {\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 200;\n    font-size: 1.2rem;\n    letter-spacing: 0.3em;\n    color: var(--ink);\n  }\n\n  .footer-copy {\n    font-size: 0.65rem;\n    letter-spacing: 0.1em;\n    color: var(--stone);\n  }\n\n  .footer-links {\n    display: flex;\n    gap: 2rem;\n    list-style: none;\n  }\n\n  .footer-links a {\n    font-size: 0.65rem;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--ash);\n    text-decoration: none;\n    transition: color 0.3s;\n  }\n\n  .footer-links a:hover { color: var(--ink); }\n\n  \/* Red seal *\/\n  .hanko {\n    position: fixed;\n    bottom: 2rem;\n    right: 2rem;\n    width: 60px;\n    height: 60px;\n    border: 2px solid var(--red);\n    border-radius: 4px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Noto Serif JP', serif;\n    font-weight: 400;\n    font-size: 1.2rem;\n    color: var(--red);\n    letter-spacing: 0.05em;\n    opacity: 0.6;\n    z-index: 50;\n    transform: rotate(-8deg);\n    pointer-events: none;\n  }\n\n  \/* ANIMATIONS *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-10px); }\n  }\n\n  @keyframes drawCircle {\n    from { stroke-dashoffset: 565; }\n    to { stroke-dashoffset: 0; }\n  }\n\n  .ensou-svg-circle {\n    stroke-dasharray: 565;\n    stroke-dashoffset: 565;\n    animation: drawCircle 2s ease forwards 0.5s;\n  }\n\n  \/* Scroll reveal *\/\n  .reveal {\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity 0.8s ease, transform 0.8s ease;\n  }\n\n  .reveal.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* Divider *\/\n  .divider {\n    display: flex;\n    align-items: center;\n    gap: 2rem;\n    margin: 2rem 0;\n  }\n\n  .divider::before,\n  .divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--stone);\n  }\n\n  .divider span {\n    font-family: 'Noto Serif JP', serif;\n    font-size: 1rem;\n    color: var(--stone);\n  }\n\n  @media (max-width: 768px) {\n    nav { padding: 1.2rem 1.5rem; }\n    .nav-links { display: none; }\n    .hero { grid-template-columns: 1fr; }\n    .hero-left { padding: 6rem 2rem 2rem; }\n    .hero-kanji { font-size: 3.5rem; }\n    .hero-right { display: none; }\n    .philosophy { grid-template-columns: 1fr; padding: 4rem 2rem; gap: 2rem; }\n    .section-label { writing-mode: horizontal-tb; }\n    .categories { padding: 4rem 2rem; }\n    .cat-grid { grid-template-columns: 1fr; }\n    .promise { grid-template-columns: 1fr; padding: 4rem 2rem; }\n    .mercari-section { padding: 4rem 2rem; }\n    footer { flex-direction: column; gap: 1.5rem; text-align: center; padding: 2rem; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- NAV -->\n<nav>\n  <a href=\"#\" class=\"nav-logo\">\u5186\u76f8 Life<\/a>\n  <ul class=\"nav-links\">\n    <li><a href=\"#philosophy\">\u7406\u5ff5<\/a><\/li>\n    <li><a href=\"#categories\">\u54c1\u985e<\/a><\/li>\n    <li><a href=\"#shop\">\u5e97\u8217<\/a><\/li>\n  <\/ul>\n<\/nav>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-left\">\n    <div class=\"ensou-circle\">\n      <svg viewBox=\"0 0 180 180\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <circle class=\"ensou-svg-circle\" cx=\"90\" cy=\"90\" r=\"80\"\n          stroke=\"#1a1714\" stroke-width=\"1.5\"\n          stroke-linecap=\"round\"\n          transform=\"rotate(-90 90 90)\"\/>\n        <text x=\"90\" y=\"100\" text-anchor=\"middle\"\n          font-family=\"Noto Serif JP\" font-size=\"42\" font-weight=\"200\"\n          fill=\"#1a1714\" opacity=\"0.7\">\u5186<\/text>\n      <\/svg>\n    <\/div>\n\n    <h1 class=\"hero-kanji\">\u5186\u76f8<br>Life<\/h1>\n    <p class=\"hero-sub\">ensou \u00b7 life<\/p>\n    <p class=\"hero-desc\">\n      \u65e5\u672c\u306e\u7f8e\u610f\u8b58\u3068\u7985\u306e\u54f2\u5b66\u304b\u3089\u751f\u307e\u308c\u305f<br>\n      \u53b3\u9078\u3055\u308c\u305f\u30f4\u30a3\u30f3\u30c6\u30fc\u30b8\u30fb\u30b9\u30c8\u30ea\u30fc\u30c8\u30a6\u30a7\u30a2\u3002<br><br>\n      \u6bcf\u4e00\u4ef6\u5546\u54c1\u90fd\u7ecf\u8fc7\u4e25\u683c\u54c1\u8d28\u628a\u5173\uff0c<br>\n      \u4f20\u9012\u7269\u54c1\u80cc\u540e\u7684\u6545\u4e8b\u4e0e\u6e29\u5ea6\u3002\n    <\/p>\n    <a href=\"#shop\" class=\"hero-cta\">\u5e97\u8217\u3092\u898b\u308b<\/a>\n  <\/div>\n\n  <div class=\"hero-right\">\n    <div class=\"bg-kanji\">\u76f8<\/div>\n    <div class=\"items-float\">\n      <span class=\"float-tag\">vintage \u00b7 \u53e4\u7740<\/span>\n      <span class=\"float-tag\">streetwear \u00b7 \u6f6e\u6d41<\/span>\n      <span class=\"float-tag\">authentic \u00b7 \u6b63\u54c1<\/span>\n    <\/div>\n    <div class=\"hero-visual\">\n      <div class=\"brush-line\"><\/div>\n      <p class=\"hero-tagline-v\">\u4e00\u671f\u4e00\u4f1a\u306e\u51fa\u4f1a\u3044\u3092<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- PHILOSOPHY -->\n<section class=\"philosophy\" id=\"philosophy\">\n  <div>\n    <p class=\"section-label reveal\">Philosophy<\/p>\n  <\/div>\n  <div class=\"philosophy-text reveal\">\n    <h2>\u7269\u306e\u54c0\u308c\u2014<br>\u4e07\u7269\u306e\u7f8e\u3057\u3055<\/h2>\n    <p>\n      \u5186\u76f8\uff08\u3048\u3093\u305d\u3046\uff09\u306f\u7985\u753b\u306e\u5186\u5f62\u3067\u3042\u308a\u3001\u5b8c\u5168\u6027\u30fb\u7a7a\u30fb\u59cb\u307e\u308a\u3068\u7d42\u308f\u308a\u306e\u306a\u3044\u5b87\u5b99\u3092\u8c61\u5fb4\u3057\u307e\u3059\u3002\n      \u79c1\u305f\u3061\u306f\u3053\u306e\u54f2\u5b66\u3092\u670d\u98fe\u306e\u4e16\u754c\u306b\u6301\u3061\u8fbc\u307f\u307e\u3059\u3002\n    <\/p>\n    <p>\n      \u6bcf\u4e00\u4ef6\u4e8c\u624b\u5355\u54c1\u90fd\u627f\u8f7d\u7740\u65f6\u95f4\u7684\u5370\u8bb0\u4e0e\u524d\u4e3b\u4eba\u7684\u6545\u4e8b\u3002\n      \u6211\u4eec\u76f8\u4fe1\uff0c\u771f\u6b63\u7684\u7f8e\u6765\u81ea\u4e8e\u7269\u54c1\u672c\u8eab\u7684\u8d28\u5730\u4e0e\u5386\u53f2\uff0c\n      \u800c\u975e\u6d6e\u534e\u7684\u5305\u88c5\u3002\u4e25\u683c\u7b5b\u9009\uff0c\u53ea\u552e\u6b63\u54c1\u3002\n    <\/p>\n    <div class=\"divider\"><span>\u7e01<\/span><\/div>\n    <p>\n      \u3059\u3079\u3066\u306e\u5546\u54c1\u306f\u771f\u6b63\u6027\u3092\u78ba\u8a8d\u6e08\u307f\u3002\n      \u8cfc\u5165\u8a3c\u660e\u66f8\u30fb\u691c\u54c1\u30ec\u30dd\u30fc\u30c8\u5b8c\u5099\u3002\n      \u4e01\u5be7\u306a\u68b1\u5305\u3067\u304a\u5c4a\u3051\u3057\u307e\u3059\u3002\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- CATEGORIES -->\n<section class=\"categories\" id=\"categories\">\n  <div class=\"categories-header reveal\">\n    <h2>\u54c1\u985e \u2014 Categories<\/h2>\n    <a href=\"#shop\">\u3059\u3079\u3066\u898b\u308b \u2192<\/a>\n  <\/div>\n  <div class=\"cat-grid reveal\">\n    <a class=\"cat-item\" href=\"#shop\">\n      <p class=\"cat-kanji\">\u9784<\/p>\n      <p class=\"cat-en\">Bags &#038; Accessories<\/p>\n      <p class=\"cat-desc\">Longchamp \u00b7 Celine \u00b7 Loewe<br>\u53b3\u9078\u30ec\u30b6\u30fc\u30b0\u30c3\u30ba<\/p>\n      <span class=\"cat-num\">01<\/span>\n    <\/a>\n    <a class=\"cat-item\" href=\"#shop\">\n      <p class=\"cat-kanji\">\u8863<\/p>\n      <p class=\"cat-en\">Streetwear<\/p>\n      <p class=\"cat-desc\">Supreme \u00b7 WTAPS \u00b7 Neighborhood<br>\u65e5\u672c\u30b9\u30c8\u30ea\u30fc\u30c8\u306e\u7cbe\u7c8b<\/p>\n      <span class=\"cat-num\">02<\/span>\n    <\/a>\n    <a class=\"cat-item\" href=\"#shop\">\n      <p class=\"cat-kanji\">\u5c65<\/p>\n      <p class=\"cat-en\">Footwear<\/p>\n      <p class=\"cat-desc\">Nike \u00b7 New Balance \u00b7 Adidas<br>\u5e0c\u5c11\u30b9\u30cb\u30fc\u30ab\u30fc<\/p>\n      <span class=\"cat-num\">03<\/span>\n    <\/a>\n  <\/div>\n<\/section>\n\n<!-- PROMISE -->\n<section class=\"promise\">\n  <div class=\"promise-item reveal\">\n    <div class=\"promise-icon\">\u771f<\/div>\n    <h3 class=\"promise-title\">\u771f\u6b63\u6027\u4fdd\u8a3c<\/h3>\n    <p class=\"promise-desc\">\n      \u5168\u5546\u54c1\u306b\u8cfc\u5165\u8a3c\u660e\u30fb<br>\n      \u691c\u54c1\u30ec\u30dd\u30fc\u30c8\u3092\u6dfb\u4ed8\u3002<br>\n      \u6b63\u54c1\u306e\u307f\u53d6\u308a\u6271\u3044\u3002\n    <\/p>\n  <\/div>\n  <div class=\"promise-item reveal\">\n    <div class=\"promise-icon\">\u4e01<\/div>\n    <h3 class=\"promise-title\">\u4e01\u5be7\u306a\u68b1\u5305<\/h3>\n    <p class=\"promise-desc\">\n      \u7985\u306e\u7f8e\u610f\u8b58\u3092\u8fbc\u3081\u305f<br>\n      \u4e01\u5be7\u306a\u5305\u88c5\u3067<br>\n      \u5927\u5207\u306b\u304a\u5c4a\u3051\u3057\u307e\u3059\u3002\n    <\/p>\n  <\/div>\n  <div class=\"promise-item reveal\">\n    <div class=\"promise-icon\">\u7e01<\/div>\n    <h3 class=\"promise-title\">\u4e00\u671f\u4e00\u4f1a<\/h3>\n    <p class=\"promise-desc\">\n      \u4e8c\u5ea6\u3068\u51fa\u4f1a\u3048\u306a\u3044<br>\n      \u30f4\u30a3\u30f3\u30c6\u30fc\u30b8\u3068\u306e<br>\n      \u7279\u5225\u306a\u7e01\u3092\u5927\u5207\u306b\u3002\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- MERCARI LINK -->\n<section class=\"mercari-section\" id=\"shop\">\n  <h2 class=\"reveal\">\u5546\u54c1\u3092\u898b\u308b<\/h2>\n  <p class=\"reveal\">\n    \u73fe\u5728\u3001Mercari\u306b\u3066\u51fa\u54c1\u4e2d\u3067\u3059\u3002<br>\n    \u53b3\u9078\u3055\u308c\u305f\u6b63\u54c1\u30f4\u30a3\u30f3\u30c6\u30fc\u30b8\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002\n  <\/p>\n  <a href=\"https:\/\/www.mercari.com\" class=\"mercari-btn reveal\" target=\"_blank\">\n    Mercari\u3067\u898b\u308b\n  <\/a>\n<\/section>\n\n<!-- FOOTER -->\n<footer>\n  <div class=\"footer-logo\">\u5186\u76f8 Life<\/div>\n  <ul class=\"footer-links\">\n    <li><a href=\"#philosophy\">\u7406\u5ff5<\/a><\/li>\n    <li><a href=\"#categories\">\u54c1\u985e<\/a><\/li>\n    <li><a href=\"#shop\">\u5e97\u8217<\/a><\/li>\n  <\/ul>\n  <p class=\"footer-copy\">\u00a9 2026 ensou.life \u2014 All rights reserved<\/p>\n<\/footer>\n\n<!-- Hanko seal -->\n<div class=\"hanko\">\u5186<\/div>\n\n<script>\n  \/\/ Scroll reveal\n  const reveals = document.querySelectorAll('.reveal');\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach((entry, i) => {\n      if (entry.isIntersecting) {\n        setTimeout(() => {\n          entry.target.classList.add('visible');\n        }, i * 100);\n        observer.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.1 });\n  reveals.forEach(el => observer.observe(el));\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u5186\u76f8 Life \u2014 \u65e5\u672c\u4e8c\u624b\u6f6e\u724c \u5186\u76f8 Life \u7406\u5ff5 \u54c1\u985e \u5e97\u8217 \u5186 \u5186\u76f8Life ensou \u00b7 life \u65e5\u672c\u306e\u7f8e\u610f\u8b58\u3068\u7985\u306e\u54f2\u5b66\u304b\u3089\u751f\u307e\u308c\u305f \u53b3\u9078\u3055\u308c\u305f\u30f4\u30a3\u30f3\u30c6\u30fc\u30b8\u30fb\u30b9\u30c8\u30ea\u30fc\u30c8\u30a6\u30a7\u30a2\u3002 \u6bcf\u4e00\u4ef6\u5546\u54c1\u90fd\u7ecf\u8fc7\u4e25\u683c\u54c1\u8d28\u628a\u5173\uff0c \u4f20\u9012\u7269\u54c1\u80cc\u540e\u7684\u6545\u4e8b\u4e0e\u6e29\u5ea6\u3002 \u5e97\u8217\u3092\u898b\u308b \u76f8 vintage \u00b7 \u53e4\u7740 streetwear \u00b7 \u6f6e\u6d41 authentic \u00b7 \u6b63\u54c1 \u4e00\u671f\u4e00\u4f1a\u306e\u51fa\u4f1a\u3044\u3092 Philosophy \u7269\u306e\u54c0\u308c\u2014\u4e07\u7269\u306e\u7f8e\u3057\u3055 \u5186\u76f8\uff08\u3048\u3093\u305d\u3046\uff09\u306f\u7985\u753b\u306e\u5186\u5f62\u3067\u3042\u308a\u3001\u5b8c\u5168\u6027\u30fb\u7a7a\u30fb\u59cb\u307e\u308a\u3068\u7d42\u308f\u308a\u306e\u306a\u3044\u5b87\u5b99\u3092\u8c61\u5fb4\u3057\u307e\u3059\u3002 \u79c1\u305f\u3061\u306f\u3053\u306e\u54f2\u5b66\u3092\u670d\u98fe\u306e\u4e16\u754c\u306b\u6301\u3061\u8fbc\u307f\u307e\u3059\u3002 \u6bcf\u4e00\u4ef6\u4e8c\u624b\u5355\u54c1\u90fd\u627f\u8f7d\u7740\u65f6\u95f4\u7684\u5370\u8bb0\u4e0e\u524d\u4e3b\u4eba\u7684\u6545\u4e8b\u3002 \u6211\u4eec\u76f8\u4fe1\uff0c\u771f\u6b63\u7684\u7f8e\u6765\u81ea\u4e8e\u7269\u54c1\u672c\u8eab\u7684\u8d28\u5730\u4e0e\u5386\u53f2\uff0c \u800c\u975e\u6d6e\u534e\u7684\u5305\u88c5\u3002\u4e25\u683c\u7b5b\u9009\uff0c\u53ea\u552e\u6b63\u54c1\u3002 \u7e01 \u3059\u3079\u3066\u306e\u5546\u54c1\u306f\u771f\u6b63\u6027\u3092\u78ba\u8a8d\u6e08\u307f\u3002 \u8cfc\u5165\u8a3c\u660e\u66f8\u30fb\u691c\u54c1\u30ec\u30dd\u30fc\u30c8\u5b8c\u5099\u3002 \u4e01\u5be7\u306a\u68b1\u5305\u3067\u304a\u5c4a\u3051\u3057\u307e\u3059\u3002 \u54c1\u985e \u2014 Categories \u3059\u3079\u3066\u898b\u308b \u2192 \u9784 Bags &#038; Accessories Longchamp \u00b7 Celine \u00b7 Loewe\u53b3\u9078\u30ec\u30b6\u30fc\u30b0\u30c3\u30ba [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u5186\u76f8Life - \u5186\u76f8Life<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ensou.life\/?page_id=27\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u5186\u76f8Life - \u5186\u76f8Life\" \/>\n<meta property=\"og:description\" content=\"\u5186\u76f8 Life \u2014 \u65e5\u672c\u4e8c\u624b\u6f6e\u724c \u5186\u76f8 Life \u7406\u5ff5 \u54c1\u985e \u5e97\u8217 \u5186 \u5186\u76f8Life ensou \u00b7 life \u65e5\u672c\u306e\u7f8e\u610f\u8b58\u3068\u7985\u306e\u54f2\u5b66\u304b\u3089\u751f\u307e\u308c\u305f \u53b3\u9078\u3055\u308c\u305f\u30f4\u30a3\u30f3\u30c6\u30fc\u30b8\u30fb\u30b9\u30c8\u30ea\u30fc\u30c8\u30a6\u30a7\u30a2\u3002 \u6bcf\u4e00\u4ef6\u5546\u54c1\u90fd\u7ecf\u8fc7\u4e25\u683c\u54c1\u8d28\u628a\u5173\uff0c \u4f20\u9012\u7269\u54c1\u80cc\u540e\u7684\u6545\u4e8b\u4e0e\u6e29\u5ea6\u3002 \u5e97\u8217\u3092\u898b\u308b \u76f8 vintage \u00b7 \u53e4\u7740 streetwear \u00b7 \u6f6e\u6d41 authentic \u00b7 \u6b63\u54c1 \u4e00\u671f\u4e00\u4f1a\u306e\u51fa\u4f1a\u3044\u3092 Philosophy \u7269\u306e\u54c0\u308c\u2014\u4e07\u7269\u306e\u7f8e\u3057\u3055 \u5186\u76f8\uff08\u3048\u3093\u305d\u3046\uff09\u306f\u7985\u753b\u306e\u5186\u5f62\u3067\u3042\u308a\u3001\u5b8c\u5168\u6027\u30fb\u7a7a\u30fb\u59cb\u307e\u308a\u3068\u7d42\u308f\u308a\u306e\u306a\u3044\u5b87\u5b99\u3092\u8c61\u5fb4\u3057\u307e\u3059\u3002 \u79c1\u305f\u3061\u306f\u3053\u306e\u54f2\u5b66\u3092\u670d\u98fe\u306e\u4e16\u754c\u306b\u6301\u3061\u8fbc\u307f\u307e\u3059\u3002 \u6bcf\u4e00\u4ef6\u4e8c\u624b\u5355\u54c1\u90fd\u627f\u8f7d\u7740\u65f6\u95f4\u7684\u5370\u8bb0\u4e0e\u524d\u4e3b\u4eba\u7684\u6545\u4e8b\u3002 \u6211\u4eec\u76f8\u4fe1\uff0c\u771f\u6b63\u7684\u7f8e\u6765\u81ea\u4e8e\u7269\u54c1\u672c\u8eab\u7684\u8d28\u5730\u4e0e\u5386\u53f2\uff0c \u800c\u975e\u6d6e\u534e\u7684\u5305\u88c5\u3002\u4e25\u683c\u7b5b\u9009\uff0c\u53ea\u552e\u6b63\u54c1\u3002 \u7e01 \u3059\u3079\u3066\u306e\u5546\u54c1\u306f\u771f\u6b63\u6027\u3092\u78ba\u8a8d\u6e08\u307f\u3002 \u8cfc\u5165\u8a3c\u660e\u66f8\u30fb\u691c\u54c1\u30ec\u30dd\u30fc\u30c8\u5b8c\u5099\u3002 \u4e01\u5be7\u306a\u68b1\u5305\u3067\u304a\u5c4a\u3051\u3057\u307e\u3059\u3002 \u54c1\u985e \u2014 Categories \u3059\u3079\u3066\u898b\u308b \u2192 \u9784 Bags &#038; Accessories Longchamp \u00b7 Celine \u00b7 Loewe\u53b3\u9078\u30ec\u30b6\u30fc\u30b0\u30c3\u30ba [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ensou.life\/?page_id=27\" \/>\n<meta property=\"og:site_name\" content=\"\u5186\u76f8Life\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-17T09:56:29+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ensou.life\\\/?page_id=27\",\"url\":\"https:\\\/\\\/ensou.life\\\/?page_id=27\",\"name\":\"\u5186\u76f8Life - \u5186\u76f8Life\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ensou.life\\\/#website\"},\"datePublished\":\"2026-05-17T09:52:43+00:00\",\"dateModified\":\"2026-05-17T09:56:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ensou.life\\\/?page_id=27#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ensou.life\\\/?page_id=27\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ensou.life\\\/?page_id=27#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ensou.life\\\/?page_id=27\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u5186\u76f8Life\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ensou.life\\\/#website\",\"url\":\"https:\\\/\\\/ensou.life\\\/\",\"name\":\"\u5186\u76f8Life\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ensou.life\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u5186\u76f8Life - \u5186\u76f8Life","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ensou.life\/?page_id=27","og_locale":"en_US","og_type":"article","og_title":"\u5186\u76f8Life - \u5186\u76f8Life","og_description":"\u5186\u76f8 Life \u2014 \u65e5\u672c\u4e8c\u624b\u6f6e\u724c \u5186\u76f8 Life \u7406\u5ff5 \u54c1\u985e \u5e97\u8217 \u5186 \u5186\u76f8Life ensou \u00b7 life \u65e5\u672c\u306e\u7f8e\u610f\u8b58\u3068\u7985\u306e\u54f2\u5b66\u304b\u3089\u751f\u307e\u308c\u305f \u53b3\u9078\u3055\u308c\u305f\u30f4\u30a3\u30f3\u30c6\u30fc\u30b8\u30fb\u30b9\u30c8\u30ea\u30fc\u30c8\u30a6\u30a7\u30a2\u3002 \u6bcf\u4e00\u4ef6\u5546\u54c1\u90fd\u7ecf\u8fc7\u4e25\u683c\u54c1\u8d28\u628a\u5173\uff0c \u4f20\u9012\u7269\u54c1\u80cc\u540e\u7684\u6545\u4e8b\u4e0e\u6e29\u5ea6\u3002 \u5e97\u8217\u3092\u898b\u308b \u76f8 vintage \u00b7 \u53e4\u7740 streetwear \u00b7 \u6f6e\u6d41 authentic \u00b7 \u6b63\u54c1 \u4e00\u671f\u4e00\u4f1a\u306e\u51fa\u4f1a\u3044\u3092 Philosophy \u7269\u306e\u54c0\u308c\u2014\u4e07\u7269\u306e\u7f8e\u3057\u3055 \u5186\u76f8\uff08\u3048\u3093\u305d\u3046\uff09\u306f\u7985\u753b\u306e\u5186\u5f62\u3067\u3042\u308a\u3001\u5b8c\u5168\u6027\u30fb\u7a7a\u30fb\u59cb\u307e\u308a\u3068\u7d42\u308f\u308a\u306e\u306a\u3044\u5b87\u5b99\u3092\u8c61\u5fb4\u3057\u307e\u3059\u3002 \u79c1\u305f\u3061\u306f\u3053\u306e\u54f2\u5b66\u3092\u670d\u98fe\u306e\u4e16\u754c\u306b\u6301\u3061\u8fbc\u307f\u307e\u3059\u3002 \u6bcf\u4e00\u4ef6\u4e8c\u624b\u5355\u54c1\u90fd\u627f\u8f7d\u7740\u65f6\u95f4\u7684\u5370\u8bb0\u4e0e\u524d\u4e3b\u4eba\u7684\u6545\u4e8b\u3002 \u6211\u4eec\u76f8\u4fe1\uff0c\u771f\u6b63\u7684\u7f8e\u6765\u81ea\u4e8e\u7269\u54c1\u672c\u8eab\u7684\u8d28\u5730\u4e0e\u5386\u53f2\uff0c \u800c\u975e\u6d6e\u534e\u7684\u5305\u88c5\u3002\u4e25\u683c\u7b5b\u9009\uff0c\u53ea\u552e\u6b63\u54c1\u3002 \u7e01 \u3059\u3079\u3066\u306e\u5546\u54c1\u306f\u771f\u6b63\u6027\u3092\u78ba\u8a8d\u6e08\u307f\u3002 \u8cfc\u5165\u8a3c\u660e\u66f8\u30fb\u691c\u54c1\u30ec\u30dd\u30fc\u30c8\u5b8c\u5099\u3002 \u4e01\u5be7\u306a\u68b1\u5305\u3067\u304a\u5c4a\u3051\u3057\u307e\u3059\u3002 \u54c1\u985e \u2014 Categories \u3059\u3079\u3066\u898b\u308b \u2192 \u9784 Bags &#038; Accessories Longchamp \u00b7 Celine \u00b7 Loewe\u53b3\u9078\u30ec\u30b6\u30fc\u30b0\u30c3\u30ba [&hellip;]","og_url":"https:\/\/ensou.life\/?page_id=27","og_site_name":"\u5186\u76f8Life","article_modified_time":"2026-05-17T09:56:29+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ensou.life\/?page_id=27","url":"https:\/\/ensou.life\/?page_id=27","name":"\u5186\u76f8Life - \u5186\u76f8Life","isPartOf":{"@id":"https:\/\/ensou.life\/#website"},"datePublished":"2026-05-17T09:52:43+00:00","dateModified":"2026-05-17T09:56:29+00:00","breadcrumb":{"@id":"https:\/\/ensou.life\/?page_id=27#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ensou.life\/?page_id=27"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ensou.life\/?page_id=27#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ensou.life\/?page_id=27"},{"@type":"ListItem","position":2,"name":"\u5186\u76f8Life"}]},{"@type":"WebSite","@id":"https:\/\/ensou.life\/#website","url":"https:\/\/ensou.life\/","name":"\u5186\u76f8Life","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ensou.life\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/ensou.life\/index.php?rest_route=\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ensou.life\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ensou.life\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ensou.life\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ensou.life\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=27"}],"version-history":[{"count":2,"href":"https:\/\/ensou.life\/index.php?rest_route=\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":29,"href":"https:\/\/ensou.life\/index.php?rest_route=\/wp\/v2\/pages\/27\/revisions\/29"}],"wp:attachment":[{"href":"https:\/\/ensou.life\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}