{"id":238,"date":"2026-05-08T15:18:19","date_gmt":"2026-05-08T06:18:19","guid":{"rendered":"https:\/\/restt.biz\/?page_id=238"},"modified":"2026-05-08T15:29:48","modified_gmt":"2026-05-08T06:29:48","slug":"%e3%82%ab%e3%83%83%e3%83%86%e3%82%a3%e3%83%b3%e3%82%b0%e3%82%b9%e3%83%86%e3%83%83%e3%82%ab%e3%83%bc%e3%81%a8%e3%81%af%ef%bc%9fver-2","status":"publish","type":"page","link":"https:\/\/restt.biz\/?page_id=238","title":{"rendered":"\u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\u3068\u306f\uff1fver.2"},"content":{"rendered":"\n<!-- RESTT\uff5c\u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\u3068\u306f\uff1f \u5b8c\u6210\u30da\u30fc\u30b8HTML -->\n<!-- WordPress\u306e\u300c\u30ab\u30b9\u30bf\u30e0HTML\u300d\u30d6\u30ed\u30c3\u30af\u306b\u305d\u306e\u307e\u307e\u8cbc\u308a\u4ed8\u3051\u53ef\u80fd\u3067\u3059 -->\n\n<style>\n  .restt-cutting-page {\n    --bg: #0b0b0d;\n    --bg2: #151519;\n    --card: #1b1b20;\n    --card2: #222228;\n    --text: #f5f5f5;\n    --muted: #b9b9c3;\n    --red: #d71920;\n    --red2: #ff3131;\n    --line: rgba(255, 255, 255, 0.12);\n    --shadow: 0 20px 50px rgba(0, 0, 0, 0.35);\n    background: var(--bg);\n    color: var(--text);\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    line-height: 1.8;\n    overflow: hidden;\n  }\n\n  .restt-cutting-page * {\n    box-sizing: border-box;\n  }\n\n  .restt-cutting-page a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .restt-cutting-page img {\n    width: 100%;\n    display: block;\n  }\n\n  .restt-wrap {\n    width: min(1120px, calc(100% - 32px));\n    margin: 0 auto;\n  }\n\n  .restt-section {\n    padding: 84px 0;\n  }\n\n  .restt-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 6px 12px;\n    margin-bottom: 16px;\n    border: 1px solid rgba(215, 25, 32, 0.45);\n    border-radius: 999px;\n    color: #fff;\n    background: rgba(215, 25, 32, 0.14);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n  }\n\n  .restt-eyebrow::before {\n    content: \"\";\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--red2);\n    box-shadow: 0 0 16px rgba(255, 49, 49, 0.85);\n  }\n\n  .restt-title {\n    color: #fff;\n    margin: 0 0 18px;\n    font-size: clamp(30px, 4vw, 52px);\n    line-height: 1.15;\n    letter-spacing: -0.04em;\n    font-weight: 950;\n  }\n\n  .restt-title span {\n    color: var(--red2);\n  }\n\n  .restt-lead {\n    margin: 0;\n    color: var(--muted);\n    font-size: clamp(15px, 1.8vw, 18px);\n  }\n\n  .restt-hero {\n    position: relative;\n    min-height: 620px;\n    padding: 96px 0 72px;\n    display: grid;\n    align-items: center;\n    isolation: isolate;\n    background:\n      radial-gradient(circle at 18% 15%, rgba(215,25,32,.38), transparent 34%),\n      linear-gradient(120deg, rgba(0,0,0,.96), rgba(0,0,0,.70) 44%, rgba(0,0,0,.42)),\n      url('http:\/\/restt.biz\/wp-content\/uploads\/2026\/05\/Chas.png') center\/cover no-repeat;\n  }\n\n  .restt-hero::after {\n    content: \"\";\n    position: absolute;\n    inset: auto 0 0;\n    height: 180px;\n    background: linear-gradient(to bottom, transparent, var(--bg));\n    z-index: -1;\n  }\n\n  .restt-hero-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);\n    gap: 44px;\n    align-items: center;\n  }\n\n  .restt-hero-copy {\n    max-width: 660px;\n  }\n\n  .restt-hero h1 {\n    color: #fff;\n    margin: 0 0 20px;\n    font-size: clamp(38px, 6vw, 76px);\n    line-height: 1.03;\n    letter-spacing: -0.06em;\n    font-weight: 1000;\n  }\n\n  .restt-hero h1 span {\n    display: block;\n    color: var(--red2);\n  }\n\n  .restt-hero p {\n    max-width: 620px;\n    margin: 0 0 28px;\n    color: #e8e8e8;\n    font-size: clamp(16px, 2vw, 20px);\n    font-weight: 600;\n  }\n\n  .restt-hero-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .restt-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 20px;\n    border-radius: 999px;\n    font-weight: 900;\n    letter-spacing: .03em;\n    transition: transform .2s ease, opacity .2s ease;\n  }\n\n  .restt-btn:hover {\n    transform: translateY(-2px);\n    opacity: .92;\n  }\n\n  .restt-btn-primary {\n    background: linear-gradient(135deg, var(--red), var(--red2));\n    color: #fff;\n    box-shadow: 0 12px 28px rgba(215, 25, 32, .35);\n  }\n\n  .restt-btn-outline {\n    border: 1px solid rgba(255,255,255,.28);\n    background: rgba(255,255,255,.08);\n    color: #fff;\n    backdrop-filter: blur(8px);\n  }\n\n  .restt-hero-card {\n    padding: 22px;\n    border: 1px solid rgba(255,255,255,.18);\n    border-radius: 28px;\n    background: rgba(12,12,15,.72);\n    box-shadow: var(--shadow);\n    backdrop-filter: blur(12px);\n  }\n\n  .restt-hero-card img {\n    border-radius: 20px;\n    aspect-ratio: 16\/9;\n    object-fit: cover;\n    object-position: center;\n    filter: contrast(1.08) saturate(1.08);\n  }\n\n  .restt-specs {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .restt-spec {\n    padding: 14px 10px;\n    border-radius: 16px;\n    background: rgba(255,255,255,.08);\n    text-align: center;\n  }\n\n  .restt-spec strong {\n    display: block;\n    font-size: 18px;\n    line-height: 1.3;\n  }\n\n  .restt-spec span {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .restt-intro-grid {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 30px;\n    align-items: center;\n  }\n\n  .restt-photo-card,\n  .restt-card {\n    border: 1px solid var(--line);\n    border-radius: 28px;\n    background: linear-gradient(180deg, var(--card), var(--card2));\n    box-shadow: var(--shadow);\n    overflow: hidden;\n  }\n\n  .restt-photo-card img {\n    aspect-ratio: 4\/3;\n    object-fit: cover;\n  }\n\n  .restt-photo-card.restt-outdoor-photo img {\n    aspect-ratio: auto;\n    object-fit: contain;\n    background: #000;\n  }\n\n  .restt-card {\n    padding: 28px;\n  }\n\n  .restt-card h3 {\n    margin: 0 0 10px;\n    font-size: 24px;\n    line-height: 1.35;\n  }\n\n  .restt-card p {\n    margin: 0;\n    color: var(--muted);\n  }\n\n  .restt-compare {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    margin-top: 32px;\n  }\n\n  .restt-compare-box {\n    padding: 26px;\n    border-radius: 26px;\n    border: 1px solid var(--line);\n    background: var(--card);\n  }\n\n  .restt-compare-box.is-good {\n    border-color: rgba(215, 25, 32, .55);\n    background: linear-gradient(180deg, rgba(215,25,32,.18), var(--card));\n  }\n\n  .restt-compare-box h3 {\n    margin: 0 0 16px;\n    font-size: 24px;\n  }\n\n  .restt-compare-box ul {\n    margin: 0;\n    padding-left: 1.2em;\n    color: var(--muted);\n  }\n\n  .restt-compare-box li + li {\n    margin-top: 8px;\n  }\n\n  .restt-type-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-top: 32px;\n  }\n\n  .restt-type-card {\n    border: 1px solid var(--line);\n    border-radius: 26px;\n    overflow: hidden;\n    background: var(--card);\n    box-shadow: var(--shadow);\n  }\n\n  .restt-type-gallery {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 4px;\n    background: #000;\n  }\n\n  .restt-type-gallery img {\n    aspect-ratio: 1\/1;\n    object-fit: cover;\n    background: #fff;\n    transition: transform .25s ease;\n  }\n\n  .restt-type-gallery img:hover {\n    transform: scale(1.03);\n  }\n\n  .restt-type-body {\n    padding: 22px;\n  }\n\n  .restt-type-body .num {\n    display: inline-flex;\n    width: 34px;\n    height: 34px;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 12px;\n    border-radius: 50%;\n    background: var(--red);\n    color: #fff;\n    font-weight: 950;\n  }\n\n  .restt-type-body h3 {\n    margin: 0 0 8px;\n    font-size: 21px;\n    line-height: 1.35;\n  }\n\n  .restt-type-body p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  .restt-layer {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 28px;\n    align-items: center;\n  }\n\n  .restt-points {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-top: 32px;\n  }\n\n  .restt-point {\n    padding: 24px;\n    border-radius: 24px;\n    background: linear-gradient(180deg, var(--card), #111114);\n    border: 1px solid var(--line);\n  }\n\n  .restt-point b {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 20px;\n  }\n\n  .restt-point p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  .restt-scene {\n    background:\n      linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)),\n      var(--bg2);\n  }\n\n  .restt-scene-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-top: 32px;\n  }\n\n  .restt-scene-item {\n    padding: 20px;\n    border: 1px solid var(--line);\n    border-radius: 22px;\n    background: rgba(255,255,255,.055);\n    font-weight: 900;\n    text-align: center;\n  }\n\n  .restt-process {\n    counter-reset: step;\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 14px;\n    margin-top: 34px;\n  }\n\n  .restt-process-card {\n    position: relative;\n    border: 1px solid var(--line);\n    border-radius: 24px;\n    overflow: hidden;\n    background: var(--card);\n  }\n\n  .restt-process-card::before {\n    counter-increment: step;\n    content: \"0\" counter(step);\n    position: absolute;\n    top: 12px;\n    left: 12px;\n    z-index: 2;\n    padding: 4px 10px;\n    border-radius: 999px;\n    background: linear-gradient(135deg, #f7d774, #caa03a);\n    color: #111;\n    font-weight: 950;\n    font-size: 13px;\n    box-shadow: 0 4px 12px rgba(0,0,0,.35);\n  }\n\n  .restt-process-card img {\n    aspect-ratio: 1\/1;\n    object-fit: cover;\n  }\n\n  .restt-process-card p {\n    margin: 0;\n    padding: 14px;\n    color: var(--muted);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .restt-cta {\n    padding: 72px 0 92px;\n    background:\n      radial-gradient(circle at 70% 20%, rgba(215,25,32,.25), transparent 34%),\n      linear-gradient(180deg, var(--bg), #050506);\n  }\n\n  .restt-cta-box {\n    padding: clamp(28px, 5vw, 54px);\n    border: 1px solid rgba(215,25,32,.42);\n    border-radius: 34px;\n    background: linear-gradient(135deg, rgba(215,25,32,.18), rgba(255,255,255,.06));\n    box-shadow: var(--shadow);\n    text-align: center;\n  }\n\n  .restt-cta-box h2 {\n    margin: 0 0 14px;\n    font-size: clamp(28px, 4vw, 46px);\n    line-height: 1.2;\n  }\n\n  .restt-cta-box p {\n    max-width: 760px;\n    margin: 0 auto 24px;\n    color: var(--muted);\n  }\n\n  @media (max-width: 900px) {\n    .restt-section {\n      padding: 64px 0;\n    }\n\n    .restt-hero-grid,\n    .restt-intro-grid,\n    .restt-layer,\n    .restt-compare {\n      grid-template-columns: 1fr;\n    }\n\n    .restt-type-grid,\n    .restt-points,\n    .restt-process {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .restt-scene-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  @media (max-width: 560px) {\n    .restt-wrap {\n      width: min(100% - 22px, 1120px);\n    }\n\n    .restt-hero {\n      min-height: auto;\n      padding: 68px 0 50px;\n    }\n\n    .restt-hero-card {\n      padding: 14px;\n      border-radius: 22px;\n    }\n\n    .restt-specs,\n    .restt-type-grid,\n    .restt-points,\n    .restt-process,\n    .restt-scene-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .restt-card,\n    .restt-compare-box {\n      padding: 22px;\n    }\n\n    .restt-btn {\n      width: 100%;\n    }\n  }\n<\/style>\n\n<div class=\"restt-cutting-page\">\n  <section class=\"restt-hero\">\n    <div class=\"restt-wrap restt-hero-grid\">\n      <div class=\"restt-hero-copy\">\n        <div class=\"restt-eyebrow\">RESTT CUTTING STICKER<\/div>\n        <h1>\u8cbc\u308b\u3060\u3051\u3067\u3001<span>\u8eca\u306e\u5370\u8c61\u306f\u5909\u308f\u308b\u3002<\/span><\/h1>\n        <p>\n          \u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\u306f\u3001\u6587\u5b57\u3084\u30c7\u30b6\u30a4\u30f3\u90e8\u5206\u3060\u3051\u304c\u6b8b\u308b\u672c\u683c\u4ed5\u69d8\u306e\u30b9\u30c6\u30c3\u30ab\u30fc\u3067\u3059\u3002\n          \u8eca\u4e21\u30de\u30fc\u30ad\u30f3\u30b0\u3001\u30a6\u30a3\u30f3\u30c9\u30a6\u30b5\u30a4\u30f3\u3001\u5e97\u8217\u8868\u793a\u3001\u30a2\u30a6\u30c8\u30c9\u30a2\u7528\u54c1\u307e\u3067\u5e45\u5e83\u304f\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002\n        <\/p>\n        <div class=\"restt-hero-actions\">\n          <a class=\"restt-btn restt-btn-primary\" href=\"https:\/\/restt.biz\/?page_id=287\">\u8cbc\u308a\u4ed8\u3051\u65b9\u6cd5\u3092\u898b\u308b<\/a>\n          <a class=\"restt-btn restt-btn-outline\" href=\"https:\/\/restt.biz\/?page_id=57\">\u8ca9\u58f2\u5e97\u4e00\u89a7\u3092\u898b\u308b<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"restt-hero-card\">\n        <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2026\/05\/Chas.png\" alt=\"RESTT\u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\u306e\u30e1\u30a4\u30f3\u30d3\u30b8\u30e5\u30a2\u30eb\">\n        <div class=\"restt-specs\">\n          <div class=\"restt-spec\"><strong>\u9632\u6c34\u3001\u9ad8\u8010\u4e45<\/strong><span>\u5c4b\u5916\u3067\u306e\u4f7f\u7528OK<\/span><\/div>\n          <div class=\"restt-spec\"><strong>3\u301c7\u5e74<\/strong><span>\u5c4b\u5916\u5bfe\u5019\u6027\u76ee\u5b89<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"restt-section\">\n    <div class=\"restt-wrap restt-intro-grid\">\n      <div class=\"restt-photo-card\">\n        <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/IMG_4957.jpg\" alt=\"\u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\u306e\u4ed5\u4e0a\u304c\u308a\u4f8b\">\n      <\/div>\n      <div>\n        <div class=\"restt-eyebrow\">WHAT IS CUTTING STICKER?<\/div>\n        <h2 class=\"restt-title\">\u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\u3068\u306f\uff1f<\/h2>\n        <p class=\"restt-lead\">\n          \u901a\u5e38\u306e\u30b7\u30fc\u30eb\u3084\u5370\u5237\u30b9\u30c6\u30c3\u30ab\u30fc\u3068\u306f\u9055\u3044\u3001\u30c7\u30b6\u30a4\u30f3\u3084\u6587\u5b57\u306e\u90e8\u5206\u3060\u3051\u304c\u6b8b\u308b\u30b9\u30c6\u30c3\u30ab\u30fc\u3067\u3059\u3002\n          \u80cc\u666f\u304c\u6b8b\u308a\u306b\u304f\u3044\u305f\u3081\u3001\u8eca\u3084\u30ac\u30e9\u30b9\u306b\u8cbc\u3063\u305f\u6642\u306b\u3059\u3063\u304d\u308a\u3068\u3057\u305f\u4ed5\u4e0a\u304c\u308a\u306b\u306a\u308a\u307e\u3059\u3002\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"restt-wrap restt-compare\">\n      <div class=\"restt-compare-box\">\n        <h3>\u4e00\u822c\u7684\u306a\u5370\u5237\u30b9\u30c6\u30c3\u30ab\u30fc<\/h3>\n        <ul>\n          <li>\u53f0\u7d19\u3084\u80cc\u666f\u90e8\u5206\u304c\u6b8b\u308b\u30c7\u30b6\u30a4\u30f3\u304c\u591a\u3044<\/li>\n          <li>\u30b7\u30fc\u30eb\u611f\u304c\u51fa\u3084\u3059\u3044<\/li>\n          <li>\u5370\u5237\u9762\u306e\u52a3\u5316\u304c\u76ee\u7acb\u3064\u5834\u5408\u304c\u3042\u308b<\/li>\n          <li>\u5c0f\u7269\u3084\u5c4b\u5185\u5411\u3051\u306e\u7528\u9014\u306b\u5411\u3044\u3066\u3044\u308b<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"restt-compare-box is-good\">\n        <h3>\u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc<\/h3>\n        <ul>\n          <li>\u6587\u5b57\u3084\u7d75\u67c4\u3060\u3051\u304c\u6b8b\u308b<\/li>\n          <li>\u8eca\u4e21\u30de\u30fc\u30ad\u30f3\u30b0\u306e\u3088\u3046\u306a\u672c\u683c\u7684\u306a\u898b\u305f\u76ee<\/li>\n          <li>\u5c4b\u5916\u4f7f\u7528\u306b\u5f37\u3044\u30b7\u30fc\u30c8\u3092\u4f7f\u7528<\/li>\n          <li>\u8eca\u3001\u30ac\u30e9\u30b9\u3001\u5e97\u8217\u770b\u677f\u3001\u6848\u5185\u8868\u793a\u306b\u3082\u4f7f\u3044\u3084\u3059\u3044<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"restt-section\" style=\"background:#111115;\">\n    <div class=\"restt-wrap\">\n      <div class=\"restt-eyebrow\">STICKER TYPE<\/div>\n      <h2 class=\"restt-title\">RESTT\u306e\u4e3b\u306a\u30b9\u30c6\u30c3\u30ab\u30fc\u30bf\u30a4\u30d7<\/h2>\n      <p class=\"restt-lead\">\n        \u7528\u9014\u3084\u30c7\u30b6\u30a4\u30f3\u306b\u5408\u308f\u305b\u3066\u3001\u4e3b\u306b3\u7a2e\u985e\u306e\u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\u3092\u53d6\u308a\u6271\u3063\u3066\u3044\u307e\u3059\u3002\n      <\/p>\n\n      <div class=\"restt-type-grid\">\n        <div class=\"restt-type-card\">\n          <div class=\"restt-type-gallery\">\n            <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/image10.jpeg\" alt=\"\u7d75\u3084\u6587\u5b57\u304c\u6b8b\u308b\u30bf\u30a4\u30d71\">\n            <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/image9.jpeg\" alt=\"\u7d75\u3084\u6587\u5b57\u304c\u6b8b\u308b\u30bf\u30a4\u30d72\">\n            <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/image1.jpeg\" alt=\"\u7d75\u3084\u6587\u5b57\u304c\u6b8b\u308b\u30bf\u30a4\u30d73\">\n          <\/div>\n          <div class=\"restt-type-body\">\n            <span class=\"num\">1<\/span>\n            <h3>\u7d75\u3084\u6587\u5b57\u304c\u6b8b\u308b\u30bf\u30a4\u30d7<\/h3>\n            <p>\u3082\u3063\u3068\u3082\u4e00\u822c\u7684\u306a\u30bf\u30a4\u30d7\u3067\u3059\u3002\u8eca\u306e\u30ea\u30a2\u30ac\u30e9\u30b9\u3001\u30dc\u30c7\u30a3\u3001\u5de5\u5177\u7bb1\u306a\u3069\u306b\u4f7f\u3044\u3084\u3059\u304f\u3001\u6587\u5b57\u3084\u30a4\u30e9\u30b9\u30c8\u3092\u3059\u3063\u304d\u308a\u898b\u305b\u3089\u308c\u307e\u3059\u3002<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"restt-type-card\">\n          <div class=\"restt-type-gallery\">\n            <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/image12.jpeg\" alt=\"\u304f\u308a\u629c\u304d\u30bf\u30a4\u30d71\">\n            <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/image11.jpeg\" alt=\"\u304f\u308a\u629c\u304d\u30bf\u30a4\u30d72\">\n            <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/image2.jpeg\" alt=\"\u304f\u308a\u629c\u304d\u30bf\u30a4\u30d73\">\n          <\/div>\n          <div class=\"restt-type-body\">\n            <span class=\"num\">2<\/span>\n            <h3>\u304f\u308a\u629c\u304d\u30bf\u30a4\u30d7<\/h3>\n            <p>\u7d75\u3084\u6587\u5b57\u3092\u304f\u308a\u629c\u304d\u3001\u5468\u56f2\u306e\u30b7\u30fc\u30c8\u90e8\u5206\u304c\u6b8b\u308b\u30bf\u30a4\u30d7\u3067\u3059\u3002\u6ce8\u610f\u559a\u8d77\u3001\u8868\u793a\u3001\u30a6\u30a3\u30f3\u30c9\u30a6\u30b5\u30a4\u30f3\u7cfb\u306e\u30c7\u30b6\u30a4\u30f3\u306b\u3082\u5411\u3044\u3066\u3044\u307e\u3059\u3002<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"restt-type-card\">\n          <div class=\"restt-type-gallery\">\n            <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/image14.jpeg\" alt=\"2\u8272\u30bf\u30a4\u30d71\">\n            <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/image13.jpeg\" alt=\"2\u8272\u30bf\u30a4\u30d72\">\n            <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/image0.jpeg\" alt=\"2\u8272\u30bf\u30a4\u30d73\">\n          <\/div>\n          <div class=\"restt-type-body\">\n            <span class=\"num\">3<\/span>\n            <h3>2\u8272\u30bf\u30a4\u30d7<\/h3>\n            <p>\u30b9\u30c6\u30c3\u30ab\u30fc\u306e\u4e0a\u306b\u5225\u8272\u306e\u30b9\u30c6\u30c3\u30ab\u30fc\u3092\u91cd\u306d\u308b\u30bf\u30a4\u30d7\u3067\u3059\u3002\u5358\u8272\u3088\u308a\u3082\u5b58\u5728\u611f\u304c\u51fa\u3084\u3059\u304f\u3001\u30ed\u30b4\u98a8\u30fb\u30a8\u30f3\u30d6\u30ec\u30e0\u98a8\u306e\u8868\u73fe\u306b\u5411\u3044\u3066\u3044\u307e\u3059\u3002<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"restt-section\">\n    <div class=\"restt-wrap restt-layer\">\n      <div>\n        <div class=\"restt-eyebrow\">TRANSFER FILM<\/div>\n        <h2 class=\"restt-title\">\u900f\u660e\u30d5\u30a3\u30eb\u30e0\u306f\u3001<span>\u6700\u5f8c\u306b\u5265\u304c\u3057\u307e\u3059\u3002<\/span><\/h2>\n        <p class=\"restt-lead\">\n          \u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\u306f\u300c\u53f0\u7d19\u30fb\u30b9\u30c6\u30c3\u30ab\u30fc\u672c\u4f53\u30fb\u8ee2\u5199\u30d5\u30a3\u30eb\u30e0\u300d\u306e3\u5c64\u69cb\u9020\u3067\u3059\u3002\n          \u900f\u660e\u306e\u8ee2\u5199\u30d5\u30a3\u30eb\u30e0\u306f\u3001\u6587\u5b57\u3084\u30c7\u30b6\u30a4\u30f3\u3092\u305a\u308c\u305a\u306b\u8cbc\u308b\u305f\u3081\u306e\u88dc\u52a9\u30d5\u30a3\u30eb\u30e0\u3067\u3042\u308a\u3001\u65bd\u5de5\u5f8c\u306f\u5265\u304c\u3057\u3066\u4f7f\u7528\u3057\u307e\u3059\u3002\n        <\/p>\n      <\/div>\n      <div class=\"restt-card\">\n        <h3>\u8cbc\u308a\u4ed8\u3051\u5f8c\u306b\u6b8b\u308b\u306e\u306f\u3001\u30b9\u30c6\u30c3\u30ab\u30fc\u90e8\u5206\u3060\u3051\u3002<\/h3>\n        <p>\n          \u305d\u306e\u305f\u3081\u3001\u30ac\u30e9\u30b9\u3084\u30dc\u30c7\u30a3\u306b\u8cbc\u3063\u305f\u6642\u306b\u4f59\u767d\u304c\u76ee\u7acb\u3061\u306b\u304f\u304f\u3001\u7d14\u6b63\u30aa\u30d7\u30b7\u30e7\u30f3\u3084\u8eca\u4e21\u30de\u30fc\u30ad\u30f3\u30b0\u306e\u3088\u3046\u306a\u81ea\u7136\u306a\u4ed5\u4e0a\u304c\u308a\u306b\u306a\u308a\u307e\u3059\u3002\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"restt-section restt-scene\">\n    <div class=\"restt-wrap\">\n      <div class=\"restt-eyebrow\">OUTDOOR QUALITY<\/div>\n      <h2 class=\"restt-title\">\u5c4b\u5916\u4f7f\u7528\u306b\u5bfe\u5fdc\u3057\u305f\u9ad8\u54c1\u8cea\u30b7\u30fc\u30c8<\/h2>\n      <p class=\"restt-lead\">\n        RESTT\u306e\u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\u306f\u3001\u9632\u6c34\u30fb\u5c4b\u5916\u4f7f\u7528\u3092\u60f3\u5b9a\u3057\u305f\u30b7\u30fc\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u3002\n        \u8eca\u306f\u3082\u3061\u308d\u3093\u3001\u30b5\u30fc\u30d5\u30dc\u30fc\u30c9\u3084\u5e97\u8217\u30ac\u30e9\u30b9\u306a\u3069\u3001\u5c4b\u5916\u74b0\u5883\u3067\u3082\u4f7f\u3044\u3084\u3059\u3044\u4ed5\u69d8\u3067\u3059\u3002\n      <\/p>\n\n      <div class=\"restt-points\">\n        <div class=\"restt-point\">\n          <b>\u9632\u6c34\u4ed5\u69d8<\/b>\n          <p>\u96e8\u3084\u6c34\u306b\u89e6\u308c\u308b\u5c4b\u5916\u74b0\u5883\u3067\u3082\u4f7f\u7528\u3057\u3084\u3059\u3044\u30b9\u30c6\u30c3\u30ab\u30fc\u3067\u3059\u3002<\/p>\n        <\/div>\n        <div class=\"restt-point\">\n          <b>\u5c4b\u5916\u8010\u4e453\u301c7\u5e74<\/b>\n          <p>\u4f7f\u7528\u74b0\u5883\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u304c\u3001\u5c4b\u5916\u4f7f\u7528\u3092\u60f3\u5b9a\u3057\u305f\u30b7\u30fc\u30c8\u3092\u63a1\u7528\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n        <\/div>\n        <div class=\"restt-point\">\n          <b>\u5b9f\u8eca\u30fb\u696d\u52d9\u7528\u9014\u306b\u3082<\/b>\n          <p>\u8eca\u4e21\u30de\u30fc\u30ad\u30f3\u30b0\u3001\u30ec\u30fc\u30b9\u8eca\u4e21\u3001\u5e97\u8217\u30b5\u30a4\u30f3\u3001\u6848\u5185\u8868\u793a\u306a\u3069\u306b\u3082\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"restt-photo-card restt-outdoor-photo\" style=\"margin-top:32px;\">\n        <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/okugaisiyouka.jpg\" alt=\"\u5c4b\u5916\u4f7f\u7528\u53ef\u80fd\u30fb\u6d77\u6c34OK\u306e\u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\">\n      <\/div>\n\n      <p class=\"restt-lead\" style=\"margin-top:28px; text-align:center; font-weight:700;\">\n        \u69d8\u3005\u306a\u5834\u6240\u3078\u8cbc\u308a\u4ed8\u3051\u304c\u53ef\u80fd\u3002\u7528\u9014\u306b\u5408\u308f\u305b\u3066\u5e45\u5e83\u304f\u3054\u4f7f\u7528\u3044\u305f\u3060\u3051\u307e\u3059\u3002\n      <\/p>\n\n      <div class=\"restt-scene-grid\">\n        <div class=\"restt-scene-item\">\u8eca\u30fb\u30d0\u30a4\u30af<\/div>\n        <div class=\"restt-scene-item\">\u5e97\u8217\u30ac\u30e9\u30b9<\/div>\n        <div class=\"restt-scene-item\">\u5de5\u5177\u7bb1<\/div>\n        <div class=\"restt-scene-item\">\u696d\u52d9\u8eca\u4e21<\/div>\n        <div class=\"restt-scene-item\">\u30a6\u30a3\u30f3\u30c9\u30a6\u30b5\u30a4\u30f3<\/div>\n        <div class=\"restt-scene-item\">\u6848\u5185\u8868\u793a<\/div>\n        <div class=\"restt-scene-item\">\u30b5\u30fc\u30d5\u30dc\u30fc\u30c9<\/div>\n        <div class=\"restt-scene-item\">\u30ac\u30ec\u30fc\u30b8\u7528\u54c1<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"restt-section\">\n    <div class=\"restt-wrap\">\n      <div class=\"restt-eyebrow\">CRAFT PROCESS<\/div>\n      <h2 class=\"restt-title\">1\u679a\u305a\u3064\u3001\u4e01\u5be7\u306b\u4ed5\u4e0a\u3052\u3066\u3044\u307e\u3059\u3002<\/h2>\n      <p class=\"restt-lead\">\n        \u5c02\u7528\u6a5f\u68b0\u3067\u30c7\u30b6\u30a4\u30f3\u3092\u9ad8\u7cbe\u5ea6\u306b\u30ab\u30c3\u30c8\u3057\u305f\u5f8c\u3001\u4e0d\u8981\u306a\u90e8\u5206\u3092\u624b\u4f5c\u696d\u3067\u4e01\u5be7\u306b\u53d6\u308a\u9664\u304d\u3001\u8ee2\u5199\u30d5\u30a3\u30eb\u30e0\u3092\u8cbc\u308a\u4ed8\u3051\u3066\u4ed5\u4e0a\u3052\u307e\u3059\u3002\n        \u7d30\u304b\u306a\u90e8\u5206\u307e\u3067\u78ba\u8a8d\u3057\u306a\u304c\u3089\u3001\u304a\u5ba2\u69d8\u3078\u304a\u5c4a\u3051\u3057\u3066\u3044\u307e\u3059\u3002\n      <\/p>\n\n      <div class=\"restt-process\">\n        <div class=\"restt-process-card\">\n          <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/koutei1.jpg\" alt=\"\u30b9\u30c6\u30c3\u30ab\u30fc\u30c7\u30b6\u30a4\u30f3\u4f5c\u6210\">\n          <p>\u30c7\u30b6\u30a4\u30f3\u30c7\u30fc\u30bf\u3092\u4f5c\u6210<\/p>\n        <\/div>\n        <div class=\"restt-process-card\">\n          <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/koutei2.jpg\" alt=\"\u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30de\u30b7\u30f3\u3067\u30ab\u30c3\u30c8\">\n          <p>\u5c02\u7528\u6a5f\u68b0\u3067\u30ab\u30c3\u30c8<\/p>\n        <\/div>\n        <div class=\"restt-process-card\">\n          <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/koutei3.jpg\" alt=\"\u4f59\u5206\u306a\u90e8\u5206\u3092\u53d6\u308a\u9664\u304f\u4f5c\u696d\">\n          <p>\u4e0d\u8981\u90e8\u5206\u3092\u624b\u4f5c\u696d\u3067\u9664\u53bb<\/p>\n        <\/div>\n        <div class=\"restt-process-card\">\n          <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/koutei4.jpg\" alt=\"\u8ee2\u5199\u30d5\u30a3\u30eb\u30e0\u8cbc\u308a\u4ed8\u3051\">\n          <p>\u8ee2\u5199\u30d5\u30a3\u30eb\u30e0\u3092\u8cbc\u308a\u4ed8\u3051<\/p>\n        <\/div>\n        <div class=\"restt-process-card\">\n          <img decoding=\"async\" src=\"http:\/\/restt.biz\/wp-content\/uploads\/2021\/10\/koutei5.jpg\" alt=\"\u5b8c\u6210\u3057\u305f\u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\">\n          <p>\u5f62\u3092\u6574\u3048\u3066\u5b8c\u6210<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"restt-cta\">\n    <div class=\"restt-wrap\">\n      <div class=\"restt-cta-box\">\n        <div class=\"restt-eyebrow\">NEXT STEP<\/div>\n        <h2>\u8cbc\u308a\u4ed8\u3051\u65b9\u6cd5\u3092\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002<\/h2>\n        <p>\n          \u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\u306f\u3001\u8cbc\u308a\u4ed8\u3051\u524d\u306e\u6e05\u6383\u3084\u4f4d\u7f6e\u6c7a\u3081\u304c\u3068\u3066\u3082\u91cd\u8981\u3067\u3059\u3002\n          \u521d\u3081\u3066\u306e\u65b9\u306f\u3001\u65bd\u5de5\u524d\u306b\u8cbc\u308a\u4ed8\u3051\u65b9\u6cd5\u30da\u30fc\u30b8\u3092\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002\n        <\/p>\n        <div class=\"restt-hero-actions\" style=\"justify-content:center;\">\n          <a class=\"restt-btn restt-btn-primary\" href=\"https:\/\/restt.biz\/?page_id=81\">\u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\u306e\u8cbc\u308a\u4ed8\u3051\u65b9\u6cd5<\/a>\n          <a class=\"restt-btn restt-btn-outline\" href=\"https:\/\/restt.biz\/#store\">\u8cfc\u5165\u3067\u304d\u308b\u8ca9\u58f2\u5e97\u3092\u898b\u308b<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>RESTT CUTTING STICKER \u8cbc\u308b\u3060\u3051\u3067\u3001\u8eca\u306e\u5370\u8c61\u306f\u5909\u308f\u308b\u3002 \u30ab\u30c3\u30c6\u30a3\u30f3\u30b0\u30b9\u30c6\u30c3\u30ab\u30fc\u306f\u3001\u6587\u5b57\u3084\u30c7\u30b6\u30a4\u30f3\u90e8\u5206\u3060\u3051\u304c\u6b8b\u308b\u672c\u683c\u4ed5\u69d8\u306e\u30b9\u30c6\u30c3\u30ab\u30fc\u3067\u3059\u3002 \u8eca\u4e21\u30de\u30fc\u30ad\u30f3\u30b0\u3001\u30a6\u30a3\u30f3\u30c9\u30a6\u30b5\u30a4\u30f3\u3001\u5e97\u8217\u8868\u793a\u3001\u30a2\u30a6\u30c8\u30c9\u30a2\u7528\u54c1\u307e\u3067 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"cybocfi_hide_featured_image":"","footnotes":""},"class_list":["post-238","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/restt.biz\/index.php?rest_route=\/wp\/v2\/pages\/238","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/restt.biz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/restt.biz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/restt.biz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/restt.biz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=238"}],"version-history":[{"count":6,"href":"https:\/\/restt.biz\/index.php?rest_route=\/wp\/v2\/pages\/238\/revisions"}],"predecessor-version":[{"id":246,"href":"https:\/\/restt.biz\/index.php?rest_route=\/wp\/v2\/pages\/238\/revisions\/246"}],"wp:attachment":[{"href":"https:\/\/restt.biz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=238"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}