{"id":2,"date":"2026-07-04T04:50:22","date_gmt":"2026-07-04T04:50:22","guid":{"rendered":"https:\/\/pa-lu-lu.com\/?page_id=2"},"modified":"2026-07-04T14:08:26","modified_gmt":"2026-07-04T05:08:26","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/pa-lu-lu.com\/","title":{"rendered":"palulu &#8211; top"},"content":{"rendered":"\n  \n  <link class=\"is-layout-flow wp-block-column-is-layout-flow is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\" rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Serif+JP:wght@200,300,700&#038;display=swap\" rel=\"stylesheet\">\n  <script type=\"text\/javascript\">\n    const rootFontSize = parseFloat(getComputedStyle(document.documentElement).fontSize)\n    const animateTop = async (e) => {\n      const baseSize = rootFontSize * 4\n      const heading = e.target.querySelector('.heading-container')\n      for (let i = 0; i < 7; i++) {\n        console.log(`[${i}] START ... ${heading.style.height}`)\n        setTimeout(() => {\n          heading.style.height = `${baseSize * (i + 1)}px`\n          console.log(`[${i}] END ... ${heading.style.height}`)\n        }, 300 * (i + 1))\n      }\n    }\n\n    const animations = {\n      \/\/ animateTop,\n    }\n\n    document.addEventListener('DOMContentLoaded', function () {\n      const target = document.querySelectorAll('.animation-target')\n\n      \/\/ \u30aa\u30d7\u30b7\u30e7\u30f3\u8a2d\u5b9a\u3002\n      const options = {\n        root: null,\n        rootMargin: '-20% 0px',\n        threshold: 0\n      }\n\n      \/\/ Intersection Observer\u306e\u547c\u3073\u51fa\u3057\u3002\n      const observer = new IntersectionObserver(callback, options)\n      target.forEach((tgt) => { observer.observe(tgt) })\n\n      \/\/ \u8981\u7d20\u304c\u4ea4\u5dee\u3057\u305f\u3068\u304d\u306e\u6307\u793a\u3002\n      function callback(entries) {\n        entries.forEach((entry) => {\n          if (!entry.isIntersecting) {\n            return\n          }\n          entry.target.classList.add('is-active')\n\n          const name = entry.target.attributes['animation']?.value\n          name && animations[name](entry)\n        })\n      }\n    })\n  <\/script>\n  <style>\n  @font-face {\n    font-family: \"NotoSerifJP-ExtraLight\";\n    src: local('Noto Serif JP'), url(https:\/\/fonts.gstatic.com\/s\/notoserifjp\/v29\/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf) format('truetype');\n    font-weight: 200;\n  }\n  @font-face {\n    font-family: \"NotoSerifJP-Light\";\n    src: local('Noto Serif JP'), url(https:\/\/fonts.gstatic.com\/s\/notoserifjp\/v29\/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf) format('truetype');\n    font-weight: 300;\n  }\n  @font-face {\n    font-family: \"NotoSerifJP-Bold\";\n    src: local('Noto Serif JP'), url(https:\/\/fonts.gstatic.com\/s\/notoserifjp\/v29\/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf) format('truetype');\n    font-weight: 700;\n  }\n  body {\n    font-family: \"NotoSerifJP-Light\",\n      \"hiragino Kaku Gothic ProN\",\n      \"hiragino Sans\",\n      Meiryo,\n      sans-serif;\n    margin: 0;\n    color: #3D3D3D;\n  }\n  svg text {\n    user-select: none;\n  }\n  a {\n    color: #3D3D3D;\n  }\n  a.button {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    text-decoration: none;\n    filter: none;\n    transition: filter 0.23s;\n  }\n  a.button:hover {\n    filter: drop-shadow(1px 1px 3px #00000066);\n  }\n  main > .container {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n  }\n  @media all and (max-width: 809px) {\n    section {\n      width: 375px;\n      margin-left: calc((100vw - 375px) \/ 2);\n      margin-right: calc((100vw - 375px) \/ 2);\n      justify-content: center;\n      \/* border: 1px solid black; *\/\n    }\n  }\n  @media all and (min-width: 810px) {\n    section {\n      width: 1200px;\n      margin-left: calc((100vw - 1200px) \/ 2);\n      margin-right: calc((100vw - 1200px) \/ 2);\n      justify-content: center;\n      \/* border: 1px solid black; *\/\n    }\n  }\n  @keyframes text_fade_in {\n    0% { opacity: 0; }\n    100% { opacity: 1; }\n  }\n  <\/style>\n  \n\n  \n  <section id=\"top\" class=\"animation-target is-layout-flow wp-block-column-is-layout-flow\" animation=\"animateTop\">\n    <img decoding=\"async\" class=\"top-image logo\" src=\"\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/top-logo.svg\" alt=\"top\">\n    <div class=\"heading-container\">\n      <!-- <object class=\"top-image heading\" type=\"image\/svg+xml\" data=\"\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/top-heading.svg\"><\/object> -->\n      <p>\n        <span>\u6f64\u3044\u900f\u660e\u808c\u3078<\/span>\n        <span>\u3002<\/span>\n      <\/p>\n    <\/div>\n    <style>\n    @keyframes top-heading-fade-in-out {\n      0% {\n        opacity: 0;\n      }\n      40% {\n        opacity: 1;\n      }\n      90% {\n        opacity: 1;\n      }\n      100% {\n        opacity: 0;\n      }\n    }\n    @keyframes top-logo-fade-in {\n      0% {\n        opacity: 0;\n      }\n      50% {\n        opacity: 0.1;\n      }\n      100% {\n        opacity: 1;\n      }\n    }\n    section#top.animation-target .heading-container {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      position: absolute;\n      overflow: hidden;\n      height: auto;\n    }\n    section#top.animation-target .heading-container p {\n      writing-mode: vertical-rl;\n      font-family: NotoSerifJP-Light, 'Noto Serif JP';\n      font-size: 55.16px;\n      letter-spacing: .2em;\n    }\n    section#top.animation-target .heading-container p span:last-child {\n      margin-top: -30px;\n    }\n    section#top.animation-target .logo {\n      opacity: 0;\n    }\n    section#top.animation-target.is-active .logo {\n      animation: top-logo-fade-in 1.92s 4.0s linear 1 normal forwards;\n    }\n    section#top.animation-target .heading-container {\n      opacity: 0;\n    }\n    section#top.animation-target.is-active .heading-container {\n      animation: top-heading-fade-in-out 4.0s linear 1 normal;\n    }\n    @media all and (max-width: 809px) {\n      section#top {\n        position: relative;\n        height: 562px;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n      }\n      section#top .heading {\n        width: 53px;\n        left: calc(50% - 53px \/ 2);\n      }\n      section#top .logo {\n        width: 38vw;\n        position: absolute;\n        left: calc(50% - 38vw \/ 2);\n      }\n    }\n    @media all and (min-width: 810px) {\n      section#top {\n        position: relative;\n        height: 650px;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n      }\n      section#top .heading {\n        width: 53px;\n        left: calc(50% - 53px \/ 2);\n      }\n      section#top .logo {\n        width: 283px;\n        position: absolute;\n        left: calc(50% - 283px \/ 2);\n      }\n    }\n    <\/style>\n  <\/section>\n  \n\n  \n  <section id=\"fab\" class=\"animation-target is-layout-flow wp-block-column-is-layout-flow\">\n    <a class=\"button\" href=\"https:\/\/palulu222.stores.jp\/\" target=\"_blank\" rel=\"noopener\">\n      <img decoding=\"async\" src=\"\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/button-cart.svg\">\n    <\/a>\n    <style>\n    section#fab.animation-target a {\n      opacity: 0;\n    }\n    section#top.animation-target.is-active + section#fab a {\n      opacity: 1;\n      transition: opacity 1.2s 2.1s;\n    }\n    @media all and (max-width: 809px) {\n      section#fab {\n        position: sticky;\n        display: flex;\n        justify-content: right;\n        right: 0;\n        top: 5.5rem;\n        margin-top: -71.333px;\n        z-index: 1500;\n      }\n      section#fab img {\n        width: 68.908px;\n      }\n    }\n    @media all and (min-width: 810px) {\n      section#fab {\n        position: sticky;\n        display: flex;\n        justify-content: right;\n        right: 0;\n        top: 5.5rem;\n        margin-top: -200px;\n        z-index: 1500;\n      }\n      section#fab img {\n        width: 193.2px;\n      }\n    }\n    <\/style>\n  <\/section>\n  \n\n  \n  <section class=\"is-layout-flow wp-block-column-is-layout-flow\" id=\"menu\">\n    <div class=\"header\">\n      <div class=\"title\">\n        <img decoding=\"async\" src=\"\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/text-logo.svg\" alt=\"text logo\">\n      <\/div>\n      <div class=\"menu\">\n        <ul>\n          <li><a href=\"#top\">TOP<\/a><\/li>\n          <li><a href=\"#about\">ABOUT<\/a><\/li>\n          <li><a href=\"#how-to-use\">HOW TO USE<\/a><\/li>\n          <li><a href=\"#product\">PRODUCT<\/a><\/li>\n          <li><a href=\"#contact\">CONTACT<\/a><\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n    <style>\n    @media all and (max-width: 809px) {\n      section#menu {\n        position: sticky;\n        top: 2rem;\n        margin-top: 8px;\n        z-index: 2000;\n      }\n      section#menu .header {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        flex-wrap: wrap;\n      }\n      section#menu .header .title img {\n        height: 45px;\n      }\n      section#menu .header .menu ul {\n        list-style: none;\n        display: flex;\n        gap: 16px;\n        font-size: 12px;\n        padding: 0;\n        margin: 0;\n        font-family: \"NotoSerifJP-Light\";\n      }\n      section#menu .header .menu ul li {\n        white-space: nowrap;\n      }\n      section#menu .header .menu ul li a {\n        text-decoration: none;\n      }\n      section#menu .header + div {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 40px;\n      }\n    }\n    @media all and (min-width: 810px) {\n      section#menu {\n        position: sticky;\n        top: 2rem;\n        margin-top: 64px;\n        z-index: 2000;\n      }\n      section#menu .header {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        flex-wrap: wrap;\n      }\n      section#menu .header .title img {\n        height: 45px;\n      }\n      section#menu .header .menu ul {\n        list-style: none;\n        display: flex;\n        gap: 48px;\n        padding: 0;\n        margin: 0;\n        font-family: \"NotoSerifJP-Light\";\n        font-size: 25px\n      }\n      section#menu .header .menu ul li {\n        white-space: nowrap;\n      }\n      section#menu .header .menu ul li a {\n        text-decoration: none;\n      }\n      section#menu .header + div {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 40px;\n      }\n    }\n    <\/style>\n  <\/section>\n  \n\n  \n  <section class=\"is-layout-flow wp-block-column-is-layout-flow\" id=\"about\">\n    <div class=\"wrapper\">\n      <div class=\"content-1\">\n        <div class=\"image\"><\/div>\n        <div class=\"caption\">\n          <p>\u53f2\u4e0a\u6700\u3082\u304d\u3081\u7d30\u304b\u3044\u3001<\/p>\n          <p>\u30ca\u30ce\u30b3\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u6210\u529f\u3057\u305f<\/p>\n          <p>\u30d5\u30a7\u30a4\u30b9\u30de\u30b9\u30af\u3002<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"content-2\">\n        <div class=\"heading animation-target\">\n          <p>\n            <span>\u6700\u5148\u7aef<\/span>\n            <span class=\"strong\">\u300c\u30ca\u30ce\u5316\u6280\u8853\u300d<\/span>\n            <span>\u306b\u3088\u308a<\/span>\n          <\/p>\n          <p>\u89d2\u8cea\u5c64\u307e\u3067\u6d78\u900f\u3057\u3001\u6f64\u3044\u900f\u660e\u808c\u3078<\/p>\n        <\/div>\n\n        <div class=\"caption animation-target\">\n          <p>\u7d30\u80de\u3092\u7d30\u304b\u304f\u632f\u52d5\u3055\u305b\u3001\u304a\u808c\u304c\u30d7\u30e9\u30ba\u30de\u5316\u3002<\/p>\n          <p>\u3064\u308b\u3093\u3068\u6bdb\u7a74\u30bc\u30ed\u306e\u5149\u308b\u808c\u3078\u3002<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <style>\n    section#about .content-2 .heading {\n      position: relative;\n    }\n    section#about .content-2 .heading p:last-child {\n      position: absolute;\n      bottom: -64px;\n      right: -64px;\n      opacity: 0.3;\n    }\n    section#about .content-2 .heading.is-active p:last-child {\n      right: 0;\n      bottom: -54px;\n      opacity: 1;\n      transition: all 1.2s;\n    }\n    section#about .content-2 {\n      position: relative;\n    }\n    section#about .content-2 .caption {\n      position: absolute;\n      bottom: 0;\n      left: -64px;\n      opacity: 0.3;\n    }\n    section#about .content-2 .caption.is-active {\n      left: 0;\n      opacity: 1;\n      transition: all 1.2s;\n    }\n    @media all and (max-width: 809px) {\n      section#about {\n        margin-top: 40px;\n      }\n      section#about .wrapper {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 48px;\n        margin: 0 8px;\n        padding: 0 12px;\n        margin-bottom: 80px;\n        background-color: #DCDCDCDD;\n        box-shadow: 0px 0px 45px 45px #DCDCDCDD;\n        overflow: hidden;\n      }\n      section#about .content-1 {\n        position: relative;\n        display: flex;\n        align-items: center;\n        justify-content: end;\n        width: 100%;\n      }\n      section#about .content-1 .image {\n        position: absolute;\n        width: calc(516px * 0.4);\n        height: calc(689px * 0.4);\n        left: -18px;\n        background-size: cover;\n        background-image: url(\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/section-about-1_1.png);\n      }\n      section#about .content-1 .caption {\n        margin-left: -20px;\n        writing-mode: vertical-rl;\n        font-family: \"NotoSerifJP-Light\";\n        \/* font-size: 24px; *\/\n        font-size: 15.5px;\n        margin-right: 30px;\n        animation: text_fade_in 1s ease-out forwards;\n      }\n      section#about .content-1 .caption p {\n        margin-block: 1rem;\n      }\n      section#about .content-1 .caption p:first-child,\n      section#about .content-1 .caption p:last-child {\n        margin-block: 0;\n      }\n      section#about .content-2 {\n        width: 100%;\n        height: 224.2542px;\n        background: url(\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/section-about-1_2.svg) no-repeat;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        background-position-x: 16%;\n      }\n      section#about .content-2 .heading {\n        display: flex;\n        flex-wrap: wrap;\n        font-family: \"NotoSerifJP-Light\";\n        font-size: 20px;\n      }\n      section#about .content-2 p {\n        width: 100%;\n        margin: 0;\n      }\n      section#about .content-2 p span.strong {\n        font-size: 32px;\n        margin-left: -1.28rem;\n        margin-right: -1.28rem;\n      }\n      section#about .content-2 .heading p {\n        text-align: right;\n      }\n      section#about .content-2 .heading p:last-child,\n      section#about .content-2 .heading.is-active p:last-child {\n        font-size: 20px;\n        bottom: -32px;\n      }\n      section#about .content-2 .caption {\n        width: 100%;\n        font-family: \"NotoSerifJP-Light\";\n        font-size: 20px;\n        letter-spacing: 4px;\n        bottom: -28px;\n      }\n    }\n    @media all and (min-width: 810px) {\n      section#about {\n        margin-top: 40px;\n      }\n      section#about .wrapper {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 48px;\n        margin: 8px;\n        padding-left: 24px;\n        padding-right: 24px;\n        padding-bottom: 50px;\n        margin-bottom: 80px;\n        background-color: #DCDCDCDD;\n        box-shadow: 0px 0px 45px 45px #DCDCDCDD;\n      }\n      section#about .content-1 {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 100%;\n      }\n      section#about .content-1 .image {\n        width: 516px;\n        height: 690px;\n        background-size: cover;\n        background-image: url(\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/section-about-1_1.png);\n      }\n      section#about .content-1 .caption {\n        margin-left: -20px;\n        writing-mode: vertical-rl;\n        font-family: \"NotoSerifJP-Light\";\n        font-size: 36px;\n        animation: text_fade_in 1s ease-out forwards;\n      }\n      section#about .content-1 .caption p {\n        margin-block: 1rem;\n      }\n      section#about .content-1 .caption p:first-child,\n      section#about .content-1 .caption p:last-child {\n        margin-block: 0;\n      }\n      section#about .content-2 {\n        width: 100%;\n        height: 503px;\n        background: url(\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/section-about-1_2.svg) no-repeat;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        background-position-x: 16%;\n      }\n      section#about .content-2 .heading {\n        display: flex;\n        flex-wrap: wrap;\n        font-family: \"NotoSerifJP-Light\";\n        font-size: 45px;\n      }\n      section#about .content-2 p {\n        width: 100%;\n        margin: 0;\n      }\n      section#about .content-2 p span.strong {\n        font-size: 60px;\n        margin-left: -2.5rem;\n        margin-right: -2.5rem;\n      }\n      section#about .content-2 .heading p {\n        text-align: right;\n      }\n      section#about .content-2 .caption {\n        font-family: \"NotoSerifJP-Light\";\n        font-size: 30px;\n        letter-spacing: 4px;\n      }\n    }\n    <\/style>\n  <\/section>\n  \n\n  \n  <div class=\"section-wrapper about-2 is-layout-flow wp-block-column-is-layout-flow\">\n    <section id=\"about-2\">\n      <div class=\"content\">\n        <p class=\"heading animation-target\">\u5e74\u9f62\u9769\u547d\u3002<\/p>\n        <div class=\"caption animation-target\">\n          <p>\u5e74\u9f62\u3092\u91cd\u306d\u3066\u3082<\/p>\n          <p>\u900f\u660e\u611f\u306e\u3042\u308b\u304a\u808c\u3092<\/p>\n          <p>\u8ae6\u3081\u305f\u304f\u306a\u3044\u65b9\u3078<\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n    <style>\n    .section-wrapper.about-2 .animation-target {\n      filter: blur(8px);\n      opacity: 0.3;\n    }\n    .section-wrapper.about-2 .animation-target.is-active {\n      filter: blur(0);\n      opacity: 1;\n      transition: all 1.8s;\n    }\n    @media all and (max-width: 809px) {\n      .section-wrapper.about-2 {\n        background: url(\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/section-about-2_1.png) no-repeat;\n        background-size: cover;\n        padding: 0;\n        width: auto;\n        height: 306px;\n        margin-left: 32px;\n        margin-right: 50px;\n      }\n      section#about-2 {\n        margin: 0;\n      }\n      section#about-2 .content {\n        display: flex;\n        justify-content: right;\n        flex-direction: row-reverse;\n        padding-left: 0;\n        padding-right: 0;\n      }\n      section#about-2 .content .heading {\n        margin: 0;\n        font-family: \"NotoSerifJP-Light\";\n        letter-spacing: 0.4rem;\n        writing-mode: vertical-rl;\n        font-size: 30px;\n        margin-right: 0;\n        margin-top: 40px;\n      }\n      section#about-2 .content .caption {\n        font-size: 16px;\n        line-height: 1.1;\n        font-family: \"NotoSerifJP-Light\";\n        letter-spacing: 6px;\n        writing-mode: vertical-rl;\n        margin-top: 70px;\n        margin-right: 12px;\n      }\n      section#about-2 .content .caption p {\n        margin: 0 0.25rem;\n      }\n      section#about-2 .content .caption p:first-child,\n      section#about-2 .content .caption p:last-child {\n        margin-block: 0;\n      }\n    }\n    @media all and (min-width: 810px) {\n      .section-wrapper.about-2 {\n        background: url(\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/section-about-2_1.png) no-repeat;\n        background-size: cover;\n        padding: 0 50px;\n        height: 696px;\n        width: 1200px;\n      }\n      section#about-2 {\n        margin: 0;\n      }\n      section#about-2 .content {\n        width: 1200px;\n        height: 696px;\n        \/* background: url(\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/section-about-2_1.png) no-repeat; *\/\n        display: flex;\n        justify-content: right;\n        flex-direction: row-reverse;\n        padding-left: 0;\n        padding-right: 0;\n      }\n      section#about-2 .content .heading {\n        margin: 0;\n        font-family: \"NotoSerifJP-Light\";\n        letter-spacing: 0.8rem;\n        writing-mode: vertical-rl;\n        font-size: 80px;\n        margin-top: 80px;\n        margin-right: 63.6px;\n      }\n      section#about-2 .content .caption {\n        margin-top: 144px;\n        margin-right: 42px;\n        font-family: \"NotoSerifJP-Light\";\n        font-size: 30px;\n        letter-spacing: 6px;\n        writing-mode: vertical-rl;\n      }\n      section#about-2 .content .caption p:first-child,\n      section#about-2 .content .caption p:last-child {\n        margin-block: 0;\n      }\n    }\n    <\/style>\n  <\/div>\n  \n\n  \n  <div class=\"section-wrapper about-3 is-layout-flow wp-block-column-is-layout-flow\">\n    <section id=\"about-3\">\n      <div class=\"content\">\n        <p class=\"heading animation-target\">\n          <span>\u7d30\u80de\u304b\u3089<\/span>\n          <span class=\"small\">\u3001<\/span>\n          <span>\u5909\u308f\u308b\u3002<\/span>\n        <\/p>\n        <div class=\"caption animation-target\">\n          <p>\u30de\u30b9\u30af\u304c\u89e6\u308c\u305f\u77ac\u9593\u304b\u3089\u3001<\/p>\n          <p>\u808c\u306e\u8868\u9762\u304b\u3089\u3057\u3063\u3068\u308a\u3001\u3075\u3063\u304f\u3089\u3002<\/p>\n          <p>\u4e7e\u71e5\u3057\u306b\u304f\u3044\u808c\u3078\u5c0e\u304d\u3001\u30b7\u30df\u3001\u30b7\u30ef\u3001\u305f\u308b\u307f\u3001<\/p>\n          <p>\u6bdb\u7a74\u306e\u76ae\u8102\u3001\u304f\u3059\u307f\u306a\u3069\u306b\u50cd\u304d\u304b\u3051\u3001<\/p>\n          <p>\u30ad\u30e1\u304c\u7d30\u304b\u304f\u900f\u660e\u611f\u306e\u3042\u308b\u808c\u3092\u611f\u3058\u3066\u9802\u3051\u307e\u3059\u3002<\/p>\n        <\/div>\n\n        <div class=\"image\">\n          <img decoding=\"async\"\n            class=\"item\"\n            src=\"\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/section-about-3_1.webp\"\n          >\n          <div class=\"text\">\n            <p>\u4f7f\u3044\u65b9\u306f<\/p>\n            <img decoding=\"async\"\n              class=\"arrow-down\"\n              src=\"\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/arrow-down.svg\"\n            >\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n    <style>\n    .section-wrapper.about-3 .caption.animation-target {\n      filter: blur(8px);\n      opacity: 0.3;\n    }\n    .section-wrapper.about-3 .caption.animation-target.is-active {\n      filter: blur(0);\n      opacity: 1;\n      transition: all 1.8s;\n    }\n    section#about-3 .content .heading::after {\n      left: -90.5px;\n      width: 0;\n    }\n    section#about-3 .content .image img.item {\n      animation: floating-y 1.8s ease-in-out infinite alternate-reverse;\n    }\n    @keyframes floating-y {\n      0% {\n        transform: translateY(-2.5%);\n      }\n      100% {\n        transform: translateY(2.5%);\n      }\n    }\n    section#about-3 .content > .image img.arrow-down {\n      animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;\n    }\n    @keyframes sdl {\n      0% {\n        opacity: 0.3;\n        transform: scale(1, 0);\n        transform-origin: 0 0;\n      }\n      50% {\n        opacity: 0.8;\n        transform: scale(1, 1);\n        transform-origin: 0 0;\n      }\n      50.1% {\n        opacity: 1.0;\n        transform: scale(1, 1);\n        transform-origin: 0 100%;\n      }\n      100% {\n        opacity: 0.3;\n        transform: scale(1, 0);\n        transform-origin: 0 100%;\n      }\n    }\n    @media all and (max-width: 809px) {\n      .section-wrapper.about-3 {\n        background: url(\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/section-about-3_1.png) no-repeat;\n        background-size: contain;\n        padding: 20px 0;\n        margin-top: 4px;\n        width: auto;\n        height: 230px;\n      }\n      section#about-3 {\n        margin: 0;\n      }\n      section#about-3 .content {\n        position: relative;\n        display: flex;\n        justify-content: start;\n        flex-wrap: wrap;\n        flex-direction: column;\n        padding: 0;\n        margin: 0;\n      }\n      section#about-3 .content .heading {\n        display: flex;\n        align-items: baseline;\n        position: relative;\n        width: auto;\n        margin: 0 0 0 14px;\n        font-size: 26px;\n        font-family: \"NotoSerifJP-Light\";\n        letter-spacing: 0.18rem;\n      }\n      section#about-3 .content .heading span.small {\n        font-size: 20px;\n        width: 1rem;\n      }\n      section#about-3 .content .heading::after {\n        content: '';\n        height: 1px;\n        background-color: #333333;\n        position: absolute;\n        left: -7.5px;\n        bottom: -8px;\n      }\n      section#about-3 .content .heading.is-active::after {\n        width: calc((375px + 40px * 2)* 0.5);\n        transition: width 1.2s;\n      }\n      section#about-3 .content .caption {\n        margin: 24px 0 0 14px;\n        font-family: \"NotoSerifJP-Bold\";\n        font-size: 8px;\n        letter-spacing: 0;\n      }\n      section#about-3 .content .caption p {\n        margin: 0.15rem 0;\n      }\n      section#about-3 .content .caption p:first-child,\n      section#about-3 .content .caption p:last-child {\n        margin-block: 0;\n      }\n      section#about-3 .content .image {\n        width: 100%;\n        display: flex;\n        top: 190px;\n        position: absolute;\n        z-index: 1000;\n      }\n      section#about-3 .content > .image img.item {\n        width: 138.03px;\n        height: auto;\n        object-fit: contain;\n      }\n      section#about-3 .content > .image .text {\n        height: 50%;\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        left: 40%;\n        margin-top: 24px;\n      }\n      section#about-3 .content > .image .text p {\n        margin: 0;\n        margin-bottom: 8px;\n        font-family: \"NotoSerifJP-Bold\";\n        font-size: 16px;\n      }\n      section#about-3 .content > .image .text p::after {\n        content: \"...\";\n        font-family: \"NotoSerifJP-Bold\";\n        font-size: 20px;\n        margin-left: 4px;\n      }\n      section#about-3 .content > .image img.arrow-down {\n        width: 100%;\n        height: 100px;\n      }\n    }\n    @media all and (min-width: 810px) {\n      .section-wrapper.about-3 {\n        background: url(\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/section-about-3_1.png) no-repeat;\n        background-size: cover;\n        padding: 20px 40px;\n        margin-top: 4px;\n        height: 780px;\n        width: 1200px;\n      }\n      section#about-3 {\n        margin: 0;\n      }\n      section#about-3 .content {\n        position: relative;\n        display: flex;\n        justify-content: start;\n        flex-wrap: wrap;\n        flex-direction: column;\n        width: 1200px;\n        height: 780px;\n        padding: 0;\n        margin: 0;\n      }\n      section#about-3 .content .heading {\n        display: flex;\n        align-items: baseline;\n        position: relative;\n        width: calc(100% - 24px);\n        margin: 24px;\n        margin-left: 51.6px;\n        font-family: \"NotoSerifJP-Light\";\n        font-size: 70px;\n        letter-spacing: 0.8rem;\n      }\n      section#about-3 .content .heading span.small {\n        width: 3rem;\n      }\n      section#about-3 .content .heading::after {\n        content: '';\n        height: 1px;\n        background-color: #333333;\n        position: absolute;\n        left: -90.5px;\n        bottom: -8px;\n      }\n      section#about-3 .content .heading.is-active::after {\n        width: calc((1200px + 40px * 2) * 0.6);\n        transition: width 1.2s;\n      }\n      section#about-3 .content .caption {\n        \/* width: 100%; *\/\n        margin: 24px 51.6px;\n        font-family: \"NotoSerifJP-Light\";\n        font-size: 20px;\n        letter-spacing: 4px;\n      }\n      section#about-3 .content .caption p {\n        margin: 0.5rem 0;\n      }\n      section#about-3 .content .caption p:first-child,\n      section#about-3 .content .caption p:last-child {\n        margin-block: 0;\n      }\n      section#about-3 .content .image {\n        width: 100%;\n        display: flex;\n        \/* top: 400px; *\/\n        top: 420px;\n        position: absolute;\n        z-index: 1000;\n      }\n      section#about-3 .content > .image img.item {\n        width: 387px;\n        height: 479px;\n      }\n      section#about-3 .content > .image .text {\n        height: 50%;\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        left: 40%;\n        margin-top: 70px;\n      }\n      section#about-3 .content > .image .text p {\n        margin: 0;\n        margin-bottom: 8px;\n        font-family: \"NotoSerifJP-Bold\";\n        font-size: 20px;\n      }\n      section#about-3 .content > .image .text p::after {\n        content: \"...\";\n        font-family: \"NotoSerifJP-Bold\";\n        font-size: 20px;\n        margin-left: 4px;\n      }\n      section#about-3 .content > .image img.arrow-down {\n        width: 100%;\n        height: 333px;\n      }\n    }\n    <\/style>\n  <\/div>\n  \n\n  \n  <div class=\"section-wrapper how-to-use is-layout-flow wp-block-column-is-layout-flow\">\n    <section id=\"how-to-use\">\n      <div class=\"wrapper\">\n        <div class=\"heading\">How to use<\/div>\n\n        <ul>\n          <li>\n            <img decoding=\"async\" src=\"\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/section-how-to-use-1.webp\">\n            <div class=\"subcontent\">\n              <p class=\"heading\">STEP\u2460<\/p>\n              <div class=\"content\">\n                <p>\u4ed8\u5c5e\u306e\u91d1\u7cf8\u30cf\u30cb\u30ab\u30e0\u30b7\u30fc\u30c8\u30de\u30b9\u30af\u3092\u304a\u6c34\u304b\u304a\u6e6f\u306b\u6d78\u3057\u3001\u8efd\u304f\u6c34\u3092\u7d5e\u308a\u3001\u5e83\u3052\u3066\u9854\u306b\u5f53\u3066\u307e\u3059\u3002<\/p>\n                <p>(\u5e02\u8ca9\u306e\u30b7\u30fc\u30c8\u30de\u30b9\u30af\u3067\u3082\u3001\u5341\u5206\u306b\u52b9\u679c\u3092\u5f97\u3089\u308c\u307e\u3059\u3002)<\/p>\n              <\/div>\n            <\/div>\n          <\/li>\n\n          <li>\n            <img decoding=\"async\" src=\"\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/section-how-to-use-2.webp\">\n            <div class=\"subcontent\">\n              <p class=\"heading\">STEP\u2461<\/p>\n              <div class=\"content\">\n                <p>\u91d1\u7cf8\u30cf\u30cb\u30ab\u30e0\u30b7\u30fc\u30c8\u30de\u30b9\u30af\u306e\u4e0a\u304b\u3089\u3001\u672c\u54c1(palulu\u30b7\u30ea\u30b3\u30f3\u30d5\u30a7\u30a4\u30b9\u30de\u30b9\u30af)\u3092\u4e21\u8033\u306b\u304b\u3051\u3001\u88ab\u305b\u308b\u3088\u3046\u306b\u5bc6\u7740\u3055\u305b\u307e\u3059\u3002\u7740\u3051\u305f\u307e\u307e\u9aea\u3092\u4e7e\u304b\u3057\u305f\u308a\u5bb6\u4e8b\u3092\u3057\u306a\u304c\u3089\u304a\u4f7f\u3044\u9802\u3051\u307e\u3059\u3002<\/p>\n              <\/div>\n            <\/div>\n          <\/li>\n\n          <li>\n            <img decoding=\"async\" src=\"\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/section-how-to-use-3.webp\">\n            <div class=\"subcontent\">\n              <p class=\"heading\">STEP\u2462<\/p>\n              <div class=\"content\">\n                <p>10~15\u5206\u5f8c\u306b\u30cf\u30cb\u30ab\u30e0\u30b7\u30fc\u30c8\u3068\u672c\u54c1\u3092\u5916\u3057\u307e\u3059\u3002<\/p>\n                <p>\u3057\u3063\u3068\u308a\u30fb\u3075\u3063\u304f\u3089\u3001\u304d\u3081\u7d30\u304b\u3044\u304a\u808c\u3068\u30ea\u30d5\u30c8\u30a2\u30c3\u30d7\u3057\u305f\u30a8\u30d5\u30a3\u30b9\u30e9\u30a4\u30f3\u3092\u3054\u5b9f\u611f\u304f\u3060\u3055\u3044\u3002<\/p>\n              <\/div>\n            <\/div>\n          <\/li>\n        <\/ul>\n\n        <ul class=\"notes\">\n          <li>\u30b7\u30fc\u30c8\u30de\u30b9\u30af\u306a\u3057\u3067\u3082\u3001\u304a\u98a8\u5442\u3067\u84b8\u3057\u30d1\u30c3\u30af\u306e\u3088\u3046\u306b\u672c\u54c1(\u30b7\u30ea\u30b3\u30f3\u30d5\u30a7\u30a4\u30b9\u30de\u30b9\u30af)\u3092\u76f4\u63a5\u304a\u808c\u306b\u3042\u3066\u3066\u304a\u4f7f\u3044\u3044\u305f\u3060\u3051\u307e\u3059\u3002<\/li>\n          <li>\u672c\u54c1\u306f\u3001\u6c34\u6d17\u3044\u3067\u7e70\u308a\u8fd4\u3057\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002<\/li>\n          <li>\u91d1\u7cf8\u30cf\u30cb\u30ab\u30e0\u30b7\u30fc\u30c8\u30de\u30b9\u30af\u306f\u4f7f\u3044\u65b9\u306b\u3082\u3088\u308a\u307e\u3059\u304c\u3001\u7e70\u308a\u8fd4\u3057\u6d17\u3063\u3066\uff11\u679a\u3067\uff12\u30f6\u6708\u304f\u3089\u3044\u306f\u304a\u4f7f\u3044\u3044\u305f\u3060\u3051\u307e\u3059\u3002<\/li>\n        <\/ul>\n        <p class=\"notice\">\u203b\u91d1\u7cf8\u30cf\u30cb\u30ab\u30e0\u30b7\u30fc\u30c8\u306f\u5225\u58f2\u308a\u3067\u3059\u3002<\/p>\n      <\/div>\n    <\/section>\n    <style>\n    @media all and (max-width: 809px) {\n      .section-wrapper.how-to-use {\n        \/* width: 375px; *\/\n        width: max(50vw, 375px);\n        padding: 64px 0 32px;\n        margin: 4px 4vw;\n        background-color: #BDD2D5;\n      }\n      section#how-to-use {\n        width: 375px;\n        display: flex;\n        position: relative;\n        flex-wrap: wrap;\n        justify-content: left;\n        \/* margin: 0;\n        margin-top: 4px; *\/\n        margin: 4px auto;\n        padding: 0;\n      }\n      section#how-to-use .wrapper {\n        width: 375px;\n        background-color: white;\n        padding: calc(min(100vw, 1200px) * 0.035);\n        padding-bottom: 72px;\n        border-radius: 55px;\n      }\n      section#how-to-use .wrapper > .heading {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        width: 100%;\n        font-size: 26px;\n        font-family: \"NotoSerifJP-Light\";\n        margin: 16px 0;\n        margin-bottom: 48px;\n      }\n      section#how-to-use .wrapper > .heading::before,\n      section#how-to-use .wrapper > .heading::after {\n        content: \"\";\n        width: 53.5px;\n        height: 1px;\n        background-color: #333333;\n        margin-right: 1rem;\n        margin-left: 1rem;\n      }\n      section#how-to-use ul {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 2rem;\n        width: 100%;\n        margin: 0;\n        padding: 0;\n      }\n      section#how-to-use ul li {\n        display: flex;\n        justify-content: flex-start;\n        gap: 12px;\n        width: 100%;\n      }\n      section#how-to-use ul li img {\n        width: 166.92px;\n        height: auto;\n        object-fit: cover;\n        margin-right: 8px;\n      }\n      section#how-to-use ul li .subcontent {\n        font-family: \"NotoSerifJP-Light\";\n        font-size: 16px;\n      }\n      section#how-to-use ul li .subcontent p.heading {\n        margin-bottom: 16px;\n      }\n      section#how-to-use ul li .subcontent p,\n      section#how-to-use ul li .subcontent .content p {\n        margin: 0;\n      }\n      section#how-to-use ul.notes {\n        gap: 4px;\n        margin-top: 62px;\n        font-family: 'NotoSerifJP-Light';\n        font-size: 16px;\n        letter-spacing: 2px;\n      }\n      section#how-to-use ul.notes li::before {\n        content: \"\u25cf\";\n      }\n      section#how-to-use p.notice {\n        font-family: 'NotoSerifJP-Light';\n        font-size: 16px;\n        letter-spacing: 2px;\n        margin: 0.5rem 0 0 1.8rem;\n      }\n    }\n    @media all and (min-width: 810px) {\n      .section-wrapper.how-to-use {\n        width: 1200px;\n        padding: 64px 50px;\n        margin-top: 4px;\n        background-color: #BDD2D5;\n      }\n      section#how-to-use {\n        width: 100%;\n        display: flex;\n        position: relative;\n        flex-wrap: wrap;\n        justify-content: left;\n        margin-top: 8px;\n        margin: 0;\n      }\n      section#how-to-use .wrapper {\n        width: 100%;\n        background-color: white;\n        padding: calc(min(100vw, 1200px) * 0.035);\n        padding-bottom: 72px;\n        border-radius: 55px;\n      }\n      section#how-to-use .wrapper > .heading {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        width: 100%;\n        font-family: \"NotoSerifJP-Light\";\n        font-size: 35px;\n        margin: 16px 0;\n        margin-bottom: 48px;\n      }\n      section#how-to-use .wrapper > .heading::before,\n      section#how-to-use .wrapper > .heading::after {\n        content: \"\";\n        width: 150px;\n        height: 1px;\n        background-color: #333333;\n        margin-right: 1rem;\n        margin-left: 1rem;\n      }\n      section#how-to-use ul {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 2rem;\n        width: 100%;\n        margin: 0;\n        padding: 0;\n      }\n      section#how-to-use ul li {\n        display: flex;\n        justify-content: flex-start;\n        gap: 12px;\n        width: 100%;\n      }\n      section#how-to-use ul li img {\n        height: 312px;\n        width: 260px;\n        margin-right: 1rem;\n        object-fit: cover;\n      }\n      section#how-to-use ul li .subcontent {\n        font-family: \"NotoSerifJP-Light\";\n        font-size: 29px;\n      }\n      section#how-to-use ul li .subcontent p.heading {\n        margin-bottom: 16px;\n      }\n      section#how-to-use ul li .subcontent p,\n      section#how-to-use ul li .subcontent .content p {\n        margin: 0;\n      }\n      section#how-to-use ul.notes {\n        gap: 4px;\n        margin-top: 62px;\n        font-family: 'NotoSerifJP-Light';\n        font-size: 29px;\n        letter-spacing: 2px;\n      }\n      section#how-to-use ul.notes li::before {\n        content: \"\u25cf\";\n      }\n      section#how-to-use p.notice {\n        font-family: 'NotoSerifJP-Light';\n        font-size: 22px;\n        letter-spacing: 2px;\n        margin: 0.5rem 0 0 2.5rem;\n      }\n    }\n    <\/style>\n  <\/div>\n  \n\n  \n  <section class=\"is-layout-flow wp-block-column-is-layout-flow\" id=\"product\">\n    <div class=\"wrapper\">\n      <div class=\"heading\">\n        <img decoding=\"async\" class=\"heading-1 animation-target\" src=\"\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/product.webp\">\n        <img decoding=\"async\" class=\"heading-2 animation-target\" src=\"\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/product-heading.svg\">\n      <\/div>\n\n      <div class=\"content-1\">\n        <p>\u591a\u304f\u306e\u65b9\u306b\u6e80\u8db3\u306e\u58f0\u3092\u9802\u3044\u3066\u3044\u307e\u3059\u3002<\/p>\n      <\/div>\n\n      <div class=\"content-2 links\">\n        <a class=\"view-more button\" href=\"https:\/\/palulu222.stores.jp\/\" alt=\"view more\" target=\"_blank\" rel=\"noopener\">\n          <img decoding=\"async\"\n            src=\"\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/product-view-more.svg\"\n            alt=\"view more\"\n            target=\"_blank\"\n            rel=\"noopener\"\n          >\n        <\/a>\n\n        <a class=\"inquiry button\" href=\"mailto:sales@pa-lu-lu.com\" alt=\"view more\" target=\"_blank\" rel=\"noopener\">\n          <img decoding=\"async\"\n            src=\"\/wp-content\/themes\/pa-lu-lu\/assets\/palulu\/product-inquiry.svg\"\n            alt=\"view more\"\n            target=\"_blank\"\n            rel=\"noopener\"\n          >\n        <\/a>\n      <\/div>\n\n      <div class=\"content-3\">\n        <p class=\"contact address\">\n          <span>\u3010\u8ca9\u58f2\u5143\u3011\u5175\u5eab\u770c\u795e\u6238\u5e02\u7058\u533a\u9db4\u7532 2-3-1<\/span>\n          <span class=\"company-name\">\u30cb.\u30b7.\u30c0.\u30e4<\/span>\n        <\/p>\n      <\/div>\n    <\/div>\n    <style>\n    section#product {\n      margin-top: 64px;\n    }\n    section#product .wrapper .heading img.heading-1 {\n      margin-top: -32px;\n      opacity: 0.3;\n    }\n    section#product .wrapper .heading img.heading-2 {\n      margin-top: -48px;\n      opacity: 0.1;\n    }\n    section#product .wrapper .heading img.heading-1.is-active,\n    section#product .wrapper .heading img.heading-2.is-active {\n      margin-top: 0;\n      opacity: 1;\n    }\n    section#product .wrapper .heading img.heading-1.is-active {\n      transition: all 1.2s 0.3s;\n    }\n    section#product .wrapper .heading img.heading-2.is-active {\n      transition: all 1.2s 0.52s;\n    }\n    @media all and (max-width: 809px) {\n      section#product .wrapper .heading {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n      }\n      section#product .wrapper .heading img.heading-1,\n      section#product .wrapper .heading img.heading-2 {\n        width: 60%;\n        object-fit: contain;\n      }\n      section#product .content-1 {\n        text-align: center;\n      }\n      section#product .links {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 28px;\n        padding: 12px 0;\n      }\n      section#product .links a {\n        width: 72%;\n      }\n      section#product .links a img {\n        width: 100%;\n      }\n      section#product .content-3 {\n        text-align: center;\n      }\n    }\n    @media all and (min-width: 810px) {\n      section#product {\n        margin-top: 32px;\n      }\n      section#product .wrapper {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n      }\n      section#product .wrapper .heading {\n        width: 100%;\n        display: flex;\n        justify-content: center;\n      }\n      section#product .wrapper .heading div {\n        width: 100%;\n        display: flex;\n        justify-content: center;\n        gap: 32px;\n      }\n      section#product .wrapper .heading img.heading-1 {\n        width: 400px;\n        height: 328px;\n      }\n      section#product .wrapper .heading img.heading-2 {\n        width: 470px;\n        height: 324px;\n      }\n      section#product .content-1 {\n        width: 100%;\n        margin-top: 32px;\n        margin-bottom: 72px;\n      }\n      section#product .content-1 p {\n        font-family: \"NotoSerifJP-Light\";\n        font-size: 35px;\n        margin: 0;\n      }\n      section#product p {\n        text-align: center;\n        margin: 0;\n      }\n      section#product .links {\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        gap: 44px;\n      }\n      section#product .links a.view-more img {\n        width: 420px;\n      }\n      section#product .links a.inquiry img {\n        width: 300px;\n      }\n      section#product .content-3 {\n        width: 100%;\n        font-family: \"NotoSerifJP-ExtraLight\";\n        font-size: 20px;\n        margin: 0;\n        margin-top: 50px;\n      }\n      section#product .content-3 p span.company-name {\n        margin-left: 0.5rem;\n        letter-spacing: 4px;\n      }\n    }\n    <\/style>\n  <\/section>\n  \n","protected":false},"excerpt":{"rendered":"<p>\u6f64\u3044\u900f\u660e\u808c\u3078 \u3002 TOP ABOUT HOW TO USE PRODUCT CONTACT \u53f2\u4e0a\u6700\u3082\u304d\u3081\u7d30\u304b\u3044\u3001 \u30ca\u30ce\u30b3\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u6210\u529f\u3057\u305f \u30d5\u30a7\u30a4\u30b9\u30de\u30b9\u30af\u3002 \u6700\u5148\u7aef \u300c\u30ca\u30ce\u5316\u6280\u8853\u300d \u306b\u3088\u308a \u89d2\u8cea\u5c64\u307e\u3067\u6d78\u900f\u3057\u3001\u6f64\u3044\u900f\u660e\u808c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pa-lu-lu.com\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pa-lu-lu.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pa-lu-lu.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pa-lu-lu.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pa-lu-lu.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":5,"href":"https:\/\/pa-lu-lu.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":12,"href":"https:\/\/pa-lu-lu.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/12"}],"wp:attachment":[{"href":"https:\/\/pa-lu-lu.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}