{"id":8,"date":"2026-06-22T13:20:09","date_gmt":"2026-06-22T04:20:09","guid":{"rendered":"https:\/\/yucon-aura-uranai.site\/?page_id=8"},"modified":"2026-06-22T13:23:08","modified_gmt":"2026-06-22T04:23:08","slug":"home","status":"publish","type":"page","link":"https:\/\/yucon-aura-uranai.site\/","title":{"rendered":"HOME"},"content":{"rendered":"\n<style>\n\/* ===== YucoN Aura Artist - Homepage Styles ===== *\/\n.yucon-hero {\n  background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 30%, #4a2060 60%, #6b3080 100%);\n  color: white;\n  text-align: center;\n  padding: 80px 20px;\n  position: relative;\n  overflow: hidden;\n}\n.yucon-hero::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  left: -50%;\n  width: 200%;\n  height: 200%;\n  background: radial-gradient(ellipse at center, rgba(255,182,193,0.15) 0%, transparent 60%),\n              radial-gradient(ellipse at 70% 30%, rgba(147,112,219,0.2) 0%, transparent 50%),\n              radial-gradient(ellipse at 30% 70%, rgba(255,105,180,0.15) 0%, transparent 50%);\n  animation: auraFloat 8s ease-in-out infinite;\n}\n@keyframes auraFloat {\n  0%, 100% { transform: translateY(0px) rotate(0deg); }\n  50% { transform: translateY(-20px) rotate(5deg); }\n}\n.yucon-hero-inner {\n  position: relative;\n  z-index: 2;\n  max-width: 800px;\n  margin: 0 auto;\n}\n.yucon-hero-badge {\n  display: inline-block;\n  background: rgba(255,255,255,0.15);\n  border: 1px solid rgba(255,255,255,0.3);\n  border-radius: 50px;\n  padding: 8px 24px;\n  font-size: 0.85em;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  margin-bottom: 30px;\n  color: #ffd0e8;\n}\n.yucon-hero h1 {\n  font-size: clamp(2.2em, 5vw, 3.5em);\n  font-weight: 300;\n  line-height: 1.3;\n  margin-bottom: 20px;\n  color: white !important;\n  text-shadow: 0 2px 20px rgba(255,182,193,0.5);\n  letter-spacing: 2px;\n}\n.yucon-hero h1 span {\n  display: block;\n  font-size: 0.6em;\n  font-weight: 200;\n  letter-spacing: 8px;\n  color: #ffd0e8;\n  margin-bottom: 15px;\n}\n.yucon-hero-desc {\n  font-size: 1.1em;\n  line-height: 1.9;\n  color: rgba(255,255,255,0.85);\n  margin-bottom: 40px;\n  max-width: 600px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.yucon-cta-group {\n  display: flex;\n  gap: 16px;\n  justify-content: center;\n  flex-wrap: wrap;\n  margin-top: 40px;\n}\n.yucon-btn-primary {\n  display: inline-block;\n  background: linear-gradient(135deg, #e91e8c, #c2185b);\n  color: white !important;\n  text-decoration: none !important;\n  padding: 18px 40px;\n  border-radius: 50px;\n  font-size: 1.05em;\n  font-weight: 600;\n  letter-spacing: 1px;\n  box-shadow: 0 8px 30px rgba(233,30,140,0.4);\n  transition: all 0.3s ease;\n  border: none;\n}\n.yucon-btn-primary:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 12px 40px rgba(233,30,140,0.6);\n}\n.yucon-btn-secondary {\n  display: inline-block;\n  background: transparent;\n  color: white !important;\n  text-decoration: none !important;\n  padding: 17px 35px;\n  border-radius: 50px;\n  font-size: 1.05em;\n  font-weight: 400;\n  border: 1.5px solid rgba(255,255,255,0.5);\n  transition: all 0.3s ease;\n}\n.yucon-btn-secondary:hover {\n  background: rgba(255,255,255,0.1);\n  border-color: white;\n}\n.yucon-stats {\n  display: flex;\n  justify-content: center;\n  gap: 50px;\n  margin-top: 60px;\n  flex-wrap: wrap;\n}\n.yucon-stat {\n  text-align: center;\n}\n.yucon-stat-number {\n  font-size: 2.5em;\n  font-weight: 700;\n  color: #ffd0e8;\n  display: block;\n  line-height: 1;\n}\n.yucon-stat-label {\n  font-size: 0.8em;\n  color: rgba(255,255,255,0.7);\n  letter-spacing: 2px;\n  margin-top: 8px;\n  display: block;\n}\n\n\/* ===== Section Styles ===== *\/\n.yucon-section {\n  padding: 80px 20px;\n}\n.yucon-section-inner {\n  max-width: 1100px;\n  margin: 0 auto;\n}\n.yucon-section-title {\n  text-align: center;\n  margin-bottom: 60px;\n}\n.yucon-section-title .en-label {\n  display: block;\n  font-size: 0.75em;\n  letter-spacing: 5px;\n  text-transform: uppercase;\n  color: #c2185b;\n  margin-bottom: 12px;\n}\n.yucon-section-title h2 {\n  font-size: clamp(1.8em, 3.5vw, 2.5em);\n  font-weight: 300;\n  color: #2d1b4e;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* ===== Services Grid ===== *\/\n.yucon-services {\n  background: #fdf8ff;\n}\n.yucon-services-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 30px;\n}\n.yucon-service-card {\n  background: white;\n  border-radius: 20px;\n  padding: 40px 35px;\n  box-shadow: 0 4px 30px rgba(45,27,78,0.08);\n  transition: all 0.3s ease;\n  border: 1px solid rgba(194,24,91,0.1);\n  position: relative;\n  overflow: hidden;\n}\n.yucon-service-card::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, #e91e8c, #9c27b0);\n}\n.yucon-service-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 15px 50px rgba(45,27,78,0.15);\n}\n.yucon-service-icon {\n  font-size: 3em;\n  margin-bottom: 20px;\n  display: block;\n}\n.yucon-service-card h3 {\n  font-size: 1.35em;\n  font-weight: 600;\n  color: #2d1b4e;\n  margin-bottom: 15px;\n}\n.yucon-service-card p {\n  color: #666;\n  line-height: 1.8;\n  margin-bottom: 25px;\n  font-size: 0.95em;\n}\n.yucon-service-link {\n  color: #c2185b !important;\n  text-decoration: none !important;\n  font-size: 0.9em;\n  font-weight: 600;\n  letter-spacing: 1px;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  transition: gap 0.2s ease;\n}\n.yucon-service-link:hover {\n  gap: 10px;\n}\n\n\/* ===== Profile Section ===== *\/\n.yucon-profile {\n  background: linear-gradient(135deg, #2d1b4e, #4a2060);\n  color: white;\n}\n.yucon-profile-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: center;\n}\n@media (max-width: 768px) {\n  .yucon-profile-grid { grid-template-columns: 1fr; }\n  .yucon-stats { gap: 30px; }\n}\n.yucon-profile-image {\n  border-radius: 20px;\n  overflow: hidden;\n  box-shadow: 0 20px 60px rgba(0,0,0,0.4);\n}\n.yucon-profile-image img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n.yucon-profile-content .en-label {\n  display: block;\n  font-size: 0.75em;\n  letter-spacing: 5px;\n  text-transform: uppercase;\n  color: #ffd0e8;\n  margin-bottom: 12px;\n}\n.yucon-profile-content h2 {\n  font-size: 2.2em;\n  font-weight: 300;\n  color: white;\n  margin-bottom: 25px;\n  line-height: 1.3;\n}\n.yucon-profile-content p {\n  color: rgba(255,255,255,0.85);\n  line-height: 2;\n  margin-bottom: 15px;\n  font-size: 0.95em;\n}\n.yucon-profile-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 25px;\n}\n.yucon-profile-tag {\n  background: rgba(255,255,255,0.15);\n  border: 1px solid rgba(255,255,255,0.25);\n  border-radius: 50px;\n  padding: 6px 18px;\n  font-size: 0.82em;\n  color: rgba(255,255,255,0.9);\n  letter-spacing: 1px;\n}\n\n\/* ===== Testimonials ===== *\/\n.yucon-testimonials {\n  background: white;\n}\n.yucon-testimonials-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 25px;\n}\n.yucon-testimonial-card {\n  background: #fdf8ff;\n  border-radius: 16px;\n  padding: 35px 30px;\n  position: relative;\n  border: 1px solid rgba(194,24,91,0.1);\n}\n.yucon-testimonial-card::before {\n  content: '\"';\n  position: absolute;\n  top: 20px;\n  left: 25px;\n  font-size: 4em;\n  color: rgba(194,24,91,0.15);\n  font-family: serif;\n  line-height: 1;\n}\n.yucon-stars {\n  color: #f4c542;\n  font-size: 1.1em;\n  margin-bottom: 15px;\n  letter-spacing: 3px;\n}\n.yucon-testimonial-text {\n  color: #444;\n  line-height: 1.85;\n  font-size: 0.95em;\n  margin-bottom: 20px;\n  padding-top: 10px;\n}\n.yucon-testimonial-author {\n  font-size: 0.85em;\n  color: #888;\n  font-weight: 600;\n  border-top: 1px solid rgba(194,24,91,0.1);\n  padding-top: 15px;\n}\n.yucon-testimonial-author strong {\n  display: block;\n  color: #2d1b4e;\n  margin-bottom: 4px;\n}\n\n\/* ===== Features ===== *\/\n.yucon-features {\n  background: #fdf8ff;\n}\n.yucon-features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n.yucon-feature {\n  text-align: center;\n  padding: 30px 20px;\n}\n.yucon-feature-icon {\n  width: 80px;\n  height: 80px;\n  background: linear-gradient(135deg, rgba(233,30,140,0.1), rgba(156,39,176,0.1));\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 2em;\n  margin: 0 auto 20px;\n}\n.yucon-feature h3 {\n  font-size: 1.1em;\n  font-weight: 600;\n  color: #2d1b4e;\n  margin-bottom: 12px;\n}\n.yucon-feature p {\n  color: #666;\n  line-height: 1.7;\n  font-size: 0.9em;\n}\n\n\/* ===== CTA Section ===== *\/\n.yucon-cta-section {\n  background: linear-gradient(135deg, #e91e8c, #9c27b0, #673ab7);\n  color: white;\n  text-align: center;\n  padding: 100px 20px;\n  position: relative;\n  overflow: hidden;\n}\n.yucon-cta-section::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(ellipse at center, rgba(255,255,255,0.1) 0%, transparent 70%);\n}\n.yucon-cta-section .inner {\n  position: relative;\n  z-index: 1;\n  max-width: 700px;\n  margin: 0 auto;\n}\n.yucon-cta-section h2 {\n  font-size: clamp(1.8em, 4vw, 2.8em);\n  font-weight: 300;\n  color: white;\n  margin-bottom: 20px;\n  line-height: 1.4;\n  letter-spacing: 2px;\n}\n.yucon-cta-section p {\n  color: rgba(255,255,255,0.9);\n  font-size: 1.1em;\n  line-height: 1.9;\n  margin-bottom: 40px;\n}\n.yucon-btn-white {\n  display: inline-block;\n  background: white;\n  color: #c2185b !important;\n  text-decoration: none !important;\n  padding: 18px 50px;\n  border-radius: 50px;\n  font-size: 1.1em;\n  font-weight: 700;\n  box-shadow: 0 8px 30px rgba(0,0,0,0.2);\n  transition: all 0.3s ease;\n  letter-spacing: 1px;\n}\n.yucon-btn-white:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 15px 40px rgba(0,0,0,0.3);\n}\n\n\/* ===== Blog Section ===== *\/\n.yucon-blog {\n  background: white;\n}\n.yucon-blog-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 30px;\n}\n.yucon-blog-card {\n  border-radius: 16px;\n  overflow: hidden;\n  box-shadow: 0 4px 20px rgba(45,27,78,0.08);\n  transition: all 0.3s ease;\n  border: 1px solid rgba(194,24,91,0.08);\n}\n.yucon-blog-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 12px 40px rgba(45,27,78,0.15);\n}\n.yucon-blog-img {\n  height: 200px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 3.5em;\n}\n.yucon-blog-body {\n  padding: 25px;\n}\n.yucon-blog-cat {\n  display: inline-block;\n  background: rgba(194,24,91,0.1);\n  color: #c2185b;\n  border-radius: 50px;\n  padding: 4px 14px;\n  font-size: 0.78em;\n  font-weight: 600;\n  letter-spacing: 1px;\n  margin-bottom: 12px;\n}\n.yucon-blog-card h3 {\n  font-size: 1.05em;\n  font-weight: 600;\n  color: #2d1b4e;\n  line-height: 1.5;\n  margin-bottom: 12px;\n}\n.yucon-blog-card p {\n  color: #777;\n  font-size: 0.88em;\n  line-height: 1.7;\n}\n<\/style>\n\n<!-- \u30d2\u30fc\u30ed\u30fc\u30bb\u30af\u30b7\u30e7\u30f3 -->\n<div class=\"yucon-hero\">\n  <div class=\"yucon-hero-inner\">\n    <div class=\"yucon-hero-badge\">\u2726 Aura Artist YucoN \u2726<\/div>\n    <h1>\n      <span>\u3042\u306a\u305f\u306e\u9b42\u3092\u3001\u8272\u3067\u63cf\u304f<\/span>\n      \u30aa\u30fc\u30e9\u30a2\u30fc\u30c6\u30a3\u30b9\u30c8<br>YucoN\u3010\u516c\u5f0f\u3011\n    <\/h1>\n    <p class=\"yucon-hero-desc\">\n      \u3042\u306a\u305f\u304c\u6301\u3064\u30aa\u30fc\u30e9\u306e\u8272\u3092\u8aad\u307f\u89e3\u304d\u3001<br>\n      \u9b42\u306e\u672c\u8cea\u30fb\u624d\u80fd\u30fb\u4f7f\u547d\u3092\u3001\u30a2\u30fc\u30c8\u3067\u8868\u73fe\u3057\u307e\u3059\u3002<br>\n      \u8272\u3048\u3093\u3074\u3064\u6559\u5ba4\u30fb\u30aa\u30fc\u30e9\u9451\u5b9a\u30fb\u30aa\u30fc\u30e9\u30a2\u30fc\u30c8\u3067<br>\n      \u672c\u5f53\u306e\u81ea\u5206\u3068\u51fa\u9022\u3046\u6642\u9593\u3078\u3002\n    <\/p>\n    <div class=\"yucon-cta-group\">\n      <a href=\"\/service\/\" class=\"yucon-btn-primary\">\u2728 \u30b5\u30fc\u30d3\u30b9\u3092\u898b\u308b<\/a>\n      <a href=\"\/profile\/\" class=\"yucon-btn-secondary\">YucoN\u3068\u306f\uff1f<\/a>\n    <\/div>\n    <div class=\"yucon-stats\">\n      <div class=\"yucon-stat\">\n        <span class=\"yucon-stat-number\">500+<\/span>\n        <span class=\"yucon-stat-label\">\u9451\u5b9a\u5b9f\u7e3e<\/span>\n      <\/div>\n      <div class=\"yucon-stat\">\n        <span class=\"yucon-stat-number\">10\u5e74+<\/span>\n        <span class=\"yucon-stat-label\">\u30ad\u30e3\u30ea\u30a2<\/span>\n      <\/div>\n      <div class=\"yucon-stat\">\n        <span class=\"yucon-stat-number\">\u26054.9<\/span>\n        <span class=\"yucon-stat-label\">\u6e80\u8db3\u5ea6<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u30b5\u30fc\u30d3\u30b9\u7d39\u4ecb -->\n<div class=\"yucon-section yucon-services\">\n  <div class=\"yucon-section-inner\">\n    <div class=\"yucon-section-title\">\n      <span class=\"en-label\">Services<\/span>\n      <h2>YucoN\u306e\u30b5\u30fc\u30d3\u30b9<\/h2>\n    <\/div>\n    <div class=\"yucon-services-grid\">\n      <div class=\"yucon-service-card\">\n        <span class=\"yucon-service-icon\">\ud83c\udf08<\/span>\n        <h3>\u30aa\u30fc\u30e9\u9451\u5b9a<\/h3>\n        <p>\u3042\u306a\u305f\u306e\u30aa\u30fc\u30e9\u306e\u8272\u3092\u8aad\u307f\u89e3\u304d\u3001\u96a0\u3055\u308c\u305f\u624d\u80fd\u30fb\u4f7f\u547d\u30fb\u604b\u611b\u50be\u5411\u30fb\u9069\u8077\u3092\u8a73\u3057\u304f\u304a\u4f1d\u3048\u3057\u307e\u3059\u3002\u9b42\u30ec\u30d9\u30eb\u3067\u81ea\u5206\u3092\u77e5\u308b\u3001\u552f\u4e00\u7121\u4e8c\u306e\u4f53\u9a13\u3092\u3002<\/p>\n        <a href=\"\/aura-reading\/\" class=\"yucon-service-link\">\u8a73\u3057\u304f\u898b\u308b \u2192<\/a>\n      <\/div>\n      <div class=\"yucon-service-card\">\n        <span class=\"yucon-service-icon\">\ud83c\udfa8<\/span>\n        <h3>\u30aa\u30fc\u30e9\u30a2\u30fc\u30c8\u7d75\u753b<\/h3>\n        <p>\u3042\u306a\u305f\u306e\u30aa\u30fc\u30e9\u3092\u8272\u3048\u3093\u3074\u3064\u3067\u63cf\u3044\u305f\u3001\u4e16\u754c\u306b\u4e00\u679a\u3060\u3051\u306e\u7d75\u753b\u3002\u9b42\u3092\u53ef\u8996\u5316\u3057\u305f\u4f5c\u54c1\u306f\u3001\u30a4\u30f3\u30c6\u30ea\u30a2\u3068\u3057\u3066\u3082\u4eba\u751f\u306e\u304a\u5b88\u308a\u3068\u3057\u3066\u3082\u8f1d\u304d\u307e\u3059\u3002<\/p>\n        <a href=\"\/aura-art\/\" class=\"yucon-service-link\">\u8a73\u3057\u304f\u898b\u308b \u2192<\/a>\n      <\/div>\n      <div class=\"yucon-service-card\">\n        <span class=\"yucon-service-icon\">\u270f\ufe0f<\/span>\n        <h3>\u8272\u3048\u3093\u3074\u3064\u6559\u5ba4<\/h3>\n        <p>\u5927\u4eba\u306b\u306a\u3063\u3066\u304b\u3089\u7d75\u3092\u63cf\u304d\u59cb\u3081\u305f\u65b9\u3078\u3002YucoN\u72ec\u81ea\u306e\u6280\u6cd5\u3067\u3001\u521d\u5fc3\u8005\u3067\u3082\u7f8e\u3057\u3044\u8272\u3048\u3093\u3074\u3064\u753b\u304c\u63cf\u3051\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002\u30aa\u30f3\u30e9\u30a4\u30f3\u30ec\u30c3\u30b9\u30f3\u5bfe\u5fdc\u3002<\/p>\n        <a href=\"\/art-lesson\/\" class=\"yucon-service-link\">\u8a73\u3057\u304f\u898b\u308b \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- YucoN\u3068\u306f -->\n<div class=\"yucon-section yucon-profile\">\n  <div class=\"yucon-section-inner\">\n    <div class=\"yucon-profile-grid\">\n      <div class=\"yucon-profile-image\">\n        <img decoding=\"async\" src=\"https:\/\/www.a-a-yucon.com\/wp-content\/uploads\/2024\/12\/yucon-300x300.jpg\" alt=\"\u30aa\u30fc\u30e9\u30a2\u30fc\u30c6\u30a3\u30b9\u30c8 YucoN\" style=\"width:100%;height:auto;\" \/>\n      <\/div>\n      <div class=\"yucon-profile-content\">\n        <span class=\"en-label\">About YucoN<\/span>\n        <h2>\u8272\u3067\u9b42\u3092\u63cf\u304f\u3001<br>\u30aa\u30fc\u30e9\u30a2\u30fc\u30c6\u30a3\u30b9\u30c8<\/h2>\n        <p>\u5e7c\u5c11\u671f\u304b\u3089\u30aa\u30fc\u30e9\u304c\u898b\u3048\u308b\u7279\u6b8a\u306a\u611f\u899a\u3092\u6301\u3061\u3001\u9577\u5e74\u306b\u308f\u305f\u3063\u3066\u72ec\u81ea\u306e\u30a2\u30fc\u30c8\u6280\u6cd5\u3092\u78e8\u3044\u3066\u304d\u307e\u3057\u305f\u3002<\/p>\n        <p>\u300c\u3042\u306a\u305f\u306e\u5185\u5074\u306b\u3042\u308b\u5149\u3092\u3001\u4e16\u754c\u306b\u898b\u305b\u3066\u307b\u3057\u3044\u300d\u3068\u3044\u3046\u60f3\u3044\u304b\u3089\u3001\u30aa\u30fc\u30e9\u9451\u5b9a\u3068\u30a2\u30fc\u30c8\u3092\u7d44\u307f\u5408\u308f\u305b\u305f\u552f\u4e00\u7121\u4e8c\u306e\u30b5\u30fc\u30d3\u30b9\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n        <p>500\u540d\u4ee5\u4e0a\u306e\u9451\u5b9a\u5b9f\u7e3e\u3068\u3001YouTube\u3084SNS\u3092\u901a\u3058\u3066\u30aa\u30fc\u30e9\u306e\u4e16\u754c\u3092\u767a\u4fe1\u4e2d\u3002\u8272\u3048\u3093\u3074\u3064\u6559\u5ba4\u3067\u306f\u521d\u5fc3\u8005\u304b\u3089\u4e0a\u7d1a\u8005\u307e\u3067\u3001\u8868\u73fe\u306e\u559c\u3073\u3092\u304a\u4f1d\u3048\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n        <div class=\"yucon-profile-tags\">\n          <span class=\"yucon-profile-tag\">\u2728 \u30aa\u30fc\u30e9\u9451\u5b9a<\/span>\n          <span class=\"yucon-profile-tag\">\ud83c\udfa8 \u30aa\u30fc\u30e9\u30a2\u30fc\u30c8<\/span>\n          <span class=\"yucon-profile-tag\">\u270f\ufe0f \u8272\u3048\u3093\u3074\u3064\u6559\u5ba4<\/span>\n          <span class=\"yucon-profile-tag\">\ud83c\udf08 \u30b9\u30d4\u30ea\u30c1\u30e5\u30a2\u30eb<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u9078\u3070\u308c\u308b\u7406\u7531 -->\n<div class=\"yucon-section yucon-features\">\n  <div class=\"yucon-section-inner\">\n    <div class=\"yucon-section-title\">\n      <span class=\"en-label\">Why Choose YucoN<\/span>\n      <h2>YucoN\u304c\u9078\u3070\u308c\u308b\u7406\u7531<\/h2>\n    <\/div>\n    <div class=\"yucon-features-grid\">\n      <div class=\"yucon-feature\">\n        <div class=\"yucon-feature-icon\">\ud83d\udc41\ufe0f<\/div>\n        <h3>\u672c\u7269\u306e\u30aa\u30fc\u30e9\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0<\/h3>\n        <p>\u5e7c\u5c11\u671f\u304b\u3089\u57f9\u3063\u305f\u30aa\u30fc\u30e9\u8996\u899a\u80fd\u529b\u3068\u3001\u9577\u5e74\u306e\u7814\u7a76\u306b\u3088\u308b\u72ec\u81ea\u306e\u9451\u5b9a\u30e1\u30bd\u30c3\u30c9\u3067\u3001\u3042\u306a\u305f\u306e\u672c\u8cea\u3092\u6df1\u304f\u8aad\u307f\u89e3\u304d\u307e\u3059\u3002<\/p>\n      <\/div>\n      <div class=\"yucon-feature\">\n        <div class=\"yucon-feature-icon\">\ud83d\uddbc\ufe0f<\/div>\n        <h3>\u30a2\u30fc\u30c8\u3067\u53ef\u8996\u5316\u3059\u308b\u9b42<\/h3>\n        <p>\u8a00\u8449\u3060\u3051\u3067\u306a\u304f\u3001\u8272\u3048\u3093\u3074\u3064\u30a2\u30fc\u30c8\u3067\u3042\u306a\u305f\u306e\u30aa\u30fc\u30e9\u3092\u5f62\u306b\u3057\u307e\u3059\u3002\u98fe\u308c\u308b\u4f5c\u54c1\u3068\u3057\u3066\u624b\u5143\u306b\u6b8b\u308b\u7279\u5225\u306a\u4f53\u9a13\u3002<\/p>\n      <\/div>\n      <div class=\"yucon-feature\">\n        <div class=\"yucon-feature-icon\">\ud83d\udcac<\/div>\n        <h3>\u4e01\u5be7\u306a\u30d5\u30a9\u30ed\u30fc\u30a2\u30c3\u30d7<\/h3>\n        <p>\u9451\u5b9a\u5f8c\u306e\u3054\u8cea\u554f\u306b\u3082\u4e01\u5be7\u306b\u304a\u7b54\u3048\u3057\u307e\u3059\u3002\u53d7\u3051\u53d6\u3063\u305f\u8a00\u8449\u3092\u751f\u6d3b\u306b\u6d3b\u304b\u305b\u308b\u3088\u3046\u3001\u7d99\u7d9a\u7684\u306a\u30b5\u30dd\u30fc\u30c8\u3092\u5fc3\u304c\u3051\u3066\u3044\u307e\u3059\u3002<\/p>\n      <\/div>\n      <div class=\"yucon-feature\">\n        <div class=\"yucon-feature-icon\">\ud83d\udd12<\/div>\n        <h3>\u5b89\u5fc3\u30fb\u5b89\u5168\u306a\u79d8\u5bc6\u53b3\u5b88<\/h3>\n        <p>\u9451\u5b9a\u5185\u5bb9\u306f\u5b8c\u5168\u79d8\u5bc6\u53b3\u5b88\u3002\u3042\u306a\u305f\u306e\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u3092\u5927\u5207\u306b\u5b88\u308a\u3001\u5b89\u5fc3\u3057\u3066\u3054\u76f8\u8ac7\u3044\u305f\u3060\u3051\u308b\u74b0\u5883\u3092\u6574\u3048\u3066\u3044\u307e\u3059\u3002<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u304a\u5ba2\u69d8\u306e\u58f0 -->\n<div class=\"yucon-section yucon-testimonials\">\n  <div class=\"yucon-section-inner\">\n    <div class=\"yucon-section-title\">\n      <span class=\"en-label\">Client Feedback<\/span>\n      <h2>\u304a\u5ba2\u69d8\u306e\u58f0<\/h2>\n    <\/div>\n    <div class=\"yucon-testimonials-grid\">\n      <div class=\"yucon-testimonial-card\">\n        <div class=\"yucon-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"yucon-testimonial-text\">\u30aa\u30fc\u30e9\u9451\u5b9a\u3092\u53d7\u3051\u3066\u3001\u305a\u3063\u3068\u30e2\u30e4\u30e2\u30e4\u3057\u3066\u3044\u305f\u4eba\u751f\u306e\u65b9\u5411\u6027\u304c\u30af\u30ea\u30a2\u306b\u306a\u308a\u307e\u3057\u305f\u3002YucoN\u3055\u3093\u306e\u8a00\u8449\u306f\u6e29\u304b\u304f\u3066\u3001\u6d99\u304c\u51fa\u308b\u304f\u3089\u3044\u97ff\u304d\u307e\u3057\u305f\u3002\u7d75\u3082\u672c\u5f53\u306b\u7f8e\u3057\u304f\u3066\u5b9d\u7269\u3067\u3059\u3002<\/p>\n        <div class=\"yucon-testimonial-author\">\n          <strong>30\u4ee3\u5973\u6027 \/ \u4f1a\u793e\u54e1<\/strong>\n          \u30aa\u30fc\u30e9\u9451\u5b9a\uff0b\u30aa\u30fc\u30e9\u30a2\u30fc\u30c8\n        <\/div>\n      <\/div>\n      <div class=\"yucon-testimonial-card\">\n        <div class=\"yucon-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"yucon-testimonial-text\">\u8272\u3048\u3093\u3074\u3064\u6559\u5ba4\u306b\u53c2\u52a0\u3057\u3066\u3001\u7d75\u3092\u63cf\u304f\u3053\u3068\u304c\u3053\u3093\u306a\u306b\u697d\u3057\u3044\u3068\u77e5\u3089\u306a\u304b\u3063\u305f\uff01YucoN\u3055\u3093\u306e\u6559\u3048\u65b9\u306f\u3068\u3066\u3082\u5206\u304b\u308a\u3084\u3059\u304f\u3001\u521d\u5fc3\u8005\u306e\u79c1\u3067\u3082\u4f5c\u54c1\u304c\u4ed5\u4e0a\u304c\u3063\u3066\u611f\u52d5\u3057\u307e\u3057\u305f\u3002<\/p>\n        <div class=\"yucon-testimonial-author\">\n          <strong>40\u4ee3\u5973\u6027 \/ \u4e3b\u5a66<\/strong>\n          \u8272\u3048\u3093\u3074\u3064\u6559\u5ba4\n        <\/div>\n      <\/div>\n      <div class=\"yucon-testimonial-card\">\n        <div class=\"yucon-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"yucon-testimonial-text\">\u8ee2\u8077\u3092\u8ff7\u3063\u3066\u3044\u305f\u6642\u671f\u306b\u30aa\u30fc\u30e9\u9451\u5b9a\u3092\u53d7\u3051\u307e\u3057\u305f\u3002\u81ea\u5206\u3067\u3082\u6c17\u3065\u3044\u3066\u3044\u306a\u304b\u3063\u305f\u5f37\u307f\u3092\u6559\u3048\u3066\u3044\u305f\u3060\u304d\u3001\u601d\u3044\u5207\u3063\u3066\u8ee2\u8077\u3067\u304d\u307e\u3057\u305f\u3002\u4eca\u306f\u6bce\u65e5\u304c\u5145\u5b9f\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n        <div class=\"yucon-testimonial-author\">\n          <strong>20\u4ee3\u5973\u6027 \/ \u30d5\u30ea\u30fc\u30e9\u30f3\u30b9<\/strong>\n          \u30aa\u30fc\u30e9\u9451\u5b9a\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u30d6\u30ed\u30b0\u30fb\u30b3\u30e9\u30e0 -->\n<div class=\"yucon-section yucon-blog\" style=\"background:#fdf8ff;\">\n  <div class=\"yucon-section-inner\">\n    <div class=\"yucon-section-title\">\n      <span class=\"en-label\">Aura Column<\/span>\n      <h2>\u30aa\u30fc\u30e9 &amp; \u30a2\u30fc\u30c8\u30b3\u30e9\u30e0<\/h2>\n    <\/div>\n    <div class=\"yucon-blog-grid\">\n      <div class=\"yucon-blog-card\">\n        <div class=\"yucon-blog-img\" style=\"background:linear-gradient(135deg,#e3f2fd,#bbdefb);\">\ud83c\udf0a<\/div>\n        <div class=\"yucon-blog-body\">\n          <span class=\"yucon-blog-cat\">\u30aa\u30fc\u30e9\u306e\u8272<\/span>\n          <h3>\u30c7\u30a3\u30fc\u30d7\u30d6\u30eb\u30fc\u8272\u30aa\u30fc\u30e9\u306e\u610f\u5473\u3092\u6027\u683c\u30fb\u604b\u611b\u30fb\u4f7f\u547d\u306a\u3069\uff17\u30c6\u30fc\u30de\u3067\u5fb9\u5e95\u89e3\u8aac<\/h3>\n          <p>\u6df1\u3044\u6d77\u306e\u3088\u3046\u306a\u9759\u3051\u3055\u3092\u6301\u3064\u3001\u30c7\u30a3\u30fc\u30d7\u30d6\u30eb\u30fc\u30aa\u30fc\u30e9\u3002\u305d\u306e\u79d8\u5bc6\u306b\u8feb\u308a\u307e\u3059\u3002<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"yucon-blog-card\">\n        <div class=\"yucon-blog-img\" style=\"background:linear-gradient(135deg,#f3e5f5,#e1bee7);\">\u2728<\/div>\n        <div class=\"yucon-blog-body\">\n          <span class=\"yucon-blog-cat\">\u8272\u3048\u3093\u3074\u3064\u6280\u6cd5<\/span>\n          <h3>\u6697\u3055\u3092\u96a3\u306b\u7f6e\u304f\u3060\u3051\uff01\u8f1d\u304d\u3092\u6700\u5927\u5316\u3055\u305b\u308b\u5bfe\u6bd4\u30c6\u30af\u30cb\u30c3\u30af<\/h3>\n          <p>\u5149\u306e\u63cf\u304d\u65b9\u306e\u79d8\u8a23\u3002\u5bfe\u6bd4\u3092\u4f7f\u3063\u3066\u7d75\u306b\u5965\u884c\u304d\u3068\u8f1d\u304d\u3092\u751f\u307f\u51fa\u3059\u65b9\u6cd5\u3002<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"yucon-blog-card\">\n        <div class=\"yucon-blog-img\" style=\"background:linear-gradient(135deg,#fce4ec,#f8bbd0);\">\ud83d\udc95<\/div>\n        <div class=\"yucon-blog-body\">\n          <span class=\"yucon-blog-cat\">\u604b\u611b\u30fb\u7d46<\/span>\n          <h3>\u719f\u5e74\u604b\u611b\u306f\u96e3\u3057\u3044\uff1f\u4f55\u6b73\u304b\u3089\u3067\u3082\u6700\u9ad8\u306e\u604b\u304c\u59cb\u307e\u308b\u7406\u7531<\/h3>\n          <p>\u5e74\u9f62\u3092\u91cd\u306d\u3066\u304b\u3089\u3053\u305d\u958b\u304f\u611b\u306e\u6249\u3002\u30aa\u30fc\u30e9\u3067\u8aad\u307f\u89e3\u304f\u604b\u611b\u306e\u672c\u8cea\u3002<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div style=\"text-align:center;margin-top:50px;\">\n      <a href=\"\/column\/\" class=\"yucon-btn-primary\" style=\"background:linear-gradient(135deg,#9c27b0,#673ab7);box-shadow:0 8px 30px rgba(156,39,176,0.4);\">\u30b3\u30e9\u30e0\u3092\u3082\u3063\u3068\u898b\u308b \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u6700\u7d42CTA -->\n<div class=\"yucon-cta-section\">\n  <div class=\"inner\">\n    <h2>\u3042\u306a\u305f\u306e\u9b42\u306e\u8272\u3092\u3001<br>\u4e00\u7dd2\u306b\u898b\u3064\u3051\u307e\u3057\u3087\u3046<\/h2>\n    <p>\n      \u30aa\u30fc\u30e9\u9451\u5b9a\u30fb\u30aa\u30fc\u30e9\u30a2\u30fc\u30c8\u30fb\u8272\u3048\u3093\u3074\u3064\u6559\u5ba4<br>\n      \u3069\u308c\u304b\u8ff7\u3063\u305f\u3089\u3001\u307e\u305a\u304a\u6c17\u8efd\u306b\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044\u3002<br>\n      \u3042\u306a\u305f\u306b\u3074\u3063\u305f\u308a\u306e\u30b5\u30fc\u30d3\u30b9\u3092\u3054\u63d0\u6848\u3057\u307e\u3059\u3002\n    <\/p>\n    <a href=\"\/contact\/\" class=\"yucon-btn-white\">\u2728 \u7121\u6599\u3067\u304a\u554f\u3044\u5408\u308f\u305b<\/a>\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u2726 Aura Artist YucoN \u2726 \u3042\u306a\u305f\u306e\u9b42\u3092\u3001\u8272\u3067\u63cf\u304f \u30aa\u30fc\u30e9\u30a2\u30fc\u30c6\u30a3\u30b9\u30c8YucoN\u3010\u516c\u5f0f\u3011 \u3042\u306a\u305f\u304c\u6301\u3064\u30aa\u30fc\u30e9\u306e\u8272\u3092\u8aad\u307f\u89e3\u304d\u3001 \u9b42\u306e\u672c\u8cea\u30fb\u624d\u80fd\u30fb\u4f7f\u547d\u3092\u3001\u30a2\u30fc\u30c8\u3067\u8868\u73fe\u3057\u307e\u3059\u3002 \u8272\u3048\u3093\u3074\u3064\u6559\u5ba4\u30fb\u30aa\u30fc\u30e9\u9451\u5b9a\u30fb\u30aa\u30fc [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"swell_btn_cv_data":"","footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/yucon-aura-uranai.site\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yucon-aura-uranai.site\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yucon-aura-uranai.site\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yucon-aura-uranai.site\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yucon-aura-uranai.site\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":1,"href":"https:\/\/yucon-aura-uranai.site\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":10,"href":"https:\/\/yucon-aura-uranai.site\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/10"}],"wp:attachment":[{"href":"https:\/\/yucon-aura-uranai.site\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}