{"id":63054,"date":"2025-05-23T15:52:27","date_gmt":"2025-05-23T06:52:27","guid":{"rendered":"https:\/\/single-aiseki.com\/lp-the_single_app\/?post_type=content_block&#038;p=63054"},"modified":"2025-12-10T21:05:17","modified_gmt":"2025-12-10T12:05:17","slug":"%e3%80%90%e5%8f%a3%e3%82%b3%e3%83%9f%e3%80%91%e6%97%a2%e5%a9%9a%e8%80%85%e3%82%af%e3%83%a9%e3%83%96","status":"publish","type":"content_block","link":"https:\/\/single-aiseki.com\/lp-the_single_app\/content_block\/%e3%80%90%e5%8f%a3%e3%82%b3%e3%83%9f%e3%80%91%e6%97%a2%e5%a9%9a%e8%80%85%e3%82%af%e3%83%a9%e3%83%96\/","title":{"rendered":"\u3010\u53e3\u30b3\u30df\u3011\u65e2\u5a5a\u8005\u30af\u30e9\u30d6"},"content":{"rendered":"\n<style> \n #app-review-container-78341 { \n   font-family: 'Helvetica Neue', Arial, sans-serif; \n   max-width: 100%; \n   margin: 30px 0; \n   background: #ffffff; \n   border-radius: 12px; \n   box-shadow: 0 10px 25px rgba(0,0,0,0.15); \n   overflow: hidden; \n } \n\n #app-review-header-78341 { \n   background: #3F3F3F; \n   color: white; \n   padding: 20px 25px; \n   display: flex; \n   justify-content: space-between; \n   align-items: center; \n } \n\n #app-review-header-78341 .title-78341 { \n   font-size: 20px; \n   font-weight: 600; \n   display: flex; \n   align-items: center; \n   gap: 10px; \n } \n\n #app-review-header-78341 .title-icon-78341 { \n   width: 24px; \n   height: 24px; \n   display: flex; \n   align-items: center; \n   justify-content: center; \n } \n\n #app-review-scroll-container-78341 { \n   overflow-x: auto; \n   scrollbar-width: thin; \n   scrollbar-color: #3F3F3F rgba(63, 63, 63, 0.1); \n   padding: 20px 0; \n } \n\n #app-review-scroll-container-78341::-webkit-scrollbar { \n   height: 8px; \n } \n\n #app-review-scroll-container-78341::-webkit-scrollbar-track { \n   background: rgba(63, 63, 63, 0.1); \n   border-radius: 4px; \n } \n\n #app-review-scroll-container-78341::-webkit-scrollbar-thumb { \n   background: #3F3F3F; \n   border-radius: 4px; \n } \n\n #app-review-cards-78341 { \n   display: flex; \n   gap: 20px; \n   padding: 0 25px; \n   min-width: max-content; \n } \n\n .app-review-card-78341 { \n   width: 280px; \n   background: white; \n   border-radius: 8px; \n   border: 1px solid rgba(63, 63, 63, 0.1); \n   padding: 20px; \n   position: relative; \n   flex-shrink: 0; \n } \n\n .app-review-card-78341.positive { \n   border-top: 4px solid #4CAF50; \n } \n\n .app-review-card-78341.negative { \n   border-top: 4px solid #F44336; \n } \n\n .app-review-card-78341.neutral { \n   border-top: 4px solid #FF9800; \n } \n\n .reviewer-info-78341 { \n   display: flex; \n   align-items: center; \n   margin-bottom: 15px; \n } \n\n .reviewer-avatar-78341 { \n   width: 48px; \n   height: 48px; \n   border-radius: 50%; \n   background: #f0f0f0; \n   display: flex; \n   align-items: center; \n   justify-content: center; \n   margin-right: 12px; \n   overflow: hidden; \n } \n\n .reviewer-avatar-78341 img { \n   width: 100%; \n   height: 100%; \n   object-fit: cover; \n } \n\n .review-rating-78341 { \n   display: flex; \n   margin-bottom: 12px; \n } \n\n .star-78341 { \n   color: #FFD700; \n   font-size: 18px; \n } \n\n .empty-star-78341 { \n   color: #e0e0e0; \n   font-size: 18px; \n } \n\n .review-content-78341 { \n   font-size: 14px; \n   line-height: 1.5; \n   color: #333; \n   margin-bottom: 5px; \n } \n\n .app-badge-78341 { \n   position: absolute; \n   top: 15px; \n   right: 15px; \n   font-size: 12px; \n   background: rgba(63, 63, 63, 0.1); \n   color: #3F3F3F; \n   padding: 4px 8px; \n   border-radius: 12px; \n } \n\n #app-review-footer-78341 { \n   background: rgba(63, 63, 63, 0.05); \n   padding: 15px 25px; \n   text-align: center; \n   font-size: 12px; \n   color: #666; \n   display: flex; \n   justify-content: space-between; \n   align-items: center; \n } \n\n #app-review-scroll-hint-78341 { \n   display: flex; \n   align-items: center; \n   gap: 5px; \n   color: #3F3F3F; \n   font-weight: 500; \n } \n\n .scroll-arrow-78341 { \n   animation: bounce 1.5s infinite; \n } \n\n @keyframes bounce { \n   0%, 20%, 50%, 80%, 100% {transform: translateX(0);} \n   40% {transform: translateX(5px);} \n   60% {transform: translateX(3px);} \n } \n\n @media (max-width: 768px) { \n   .app-review-card-78341 { \n     width: 240px; \n   } \n } \n <\/style> \n\n <div id=\"app-review-container-78341\"> \n   <div id=\"app-review-header-78341\"> \n     <div class=\"title-78341\"> \n       <div class=\"title-icon-78341\"> \n         <svg viewBox=\"0 0 24 24\" fill=\"white\" width=\"24px\" height=\"24px\"> \n           <path d=\"M0 0h24v24H0z\" fill=\"none\" \/> \n           <path d=\"M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 12h-2v-2h2v2zm0-4h-2V6h2v4z\" \/> \n         <\/svg> \n       <\/div> \n       \u65e2\u5a5a\u8005\u30af\u30e9\u30d6\u306e\u53e3\u30b3\u30df \n     <\/div> \n   <\/div> \n    \n   <div id=\"app-review-scroll-container-78341\"> \n     <div id=\"app-review-cards-78341\"> \n       <div class=\"app-review-card-78341 positive\"> \n         <div class=\"app-badge-78341\">\u65e2\u5a5a\u8005\u30af\u30e9\u30d6<\/div> \n         <div class=\"reviewer-info-78341\"> \n           <div class=\"reviewer-avatar-78341\"> \n             <img decoding=\"async\" data-src=\"https:\/\/single-aiseki.com\/lp-the_single_app\/wp-content\/uploads\/2024\/09\/80a2ae922ff356144bf3d869f493476f.jpg\" alt=\"\u65e2\u5a5a\u8005\u30af\u30e9\u30d6\"> \n           <\/div> \n         <\/div> \n         <div class=\"review-rating-78341\"> \n           <span class=\"star-78341\">\u2605<\/span> \n           <span class=\"star-78341\">\u2605<\/span> \n           <span class=\"star-78341\">\u2605<\/span> \n           <span class=\"star-78341\">\u2605<\/span> \n           <span class=\"star-78341\">\u2605<\/span> \n         <\/div> \n         <div class=\"review-content-78341\"> \n\u59bb\u3068\u306e\u95a2\u4fc2\u306b\u60a9\u307f\u304c\u3042\u308a\u3001\u8ab0\u304b\u306b\u8a71\u3092\u805e\u3044\u3066\u307b\u3057\u3044\u3068\u601d\u3044\u767b\u9332\u3057\u307e\u3057\u305f\u3002\u3053\u3053\u3067\u306f\u540c\u3058\u5883\u9047\u306e\u4eba\u304c\u591a\u304f\u3001\u5171\u611f\u3057\u3066\u304f\u308c\u308b\u65b9\u304c\u305f\u304f\u3055\u3093\u3044\u3066\u5b89\u5fc3\u3067\u304d\u307e\u3057\u305f\u3002\u3059\u3050\u306b\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u3084\u308a\u53d6\u308a\u304c\u59cb\u307e\u308a\u3001\u4f55\u5ea6\u304b\u98df\u4e8b\u306b\u884c\u304f\u3046\u3061\u306b\u3001\u5fc3\u306e\u652f\u3048\u306b\u306a\u3063\u3066\u304f\u308c\u308b\u5b58\u5728\u3068\u51fa\u4f1a\u3048\u307e\u3057\u305f\u3002\u81ea\u5206\u306e\u6c17\u6301\u3061\u3092\u7406\u89e3\u3057\u3066\u304f\u308c\u308b\u4eba\u304c\u3044\u308b\u3068\u3044\u3046\u306e\u306f\u3001\u672c\u5f53\u306b\u3042\u308a\u304c\u305f\u3044\u3067\u3059\u3002\n<\/div> \n       <\/div> \n        \n       <div class=\"app-review-card-78341 neutral\"> \n         <div class=\"app-badge-78341\">\u65e2\u5a5a\u8005\u30af\u30e9\u30d6<\/div> \n         <div class=\"reviewer-info-78341\"> \n           <div class=\"reviewer-avatar-78341\"> \n             <img decoding=\"async\" data-src=\"https:\/\/single-aiseki.com\/lp-the_single_app\/wp-content\/uploads\/2024\/09\/80a2ae922ff356144bf3d869f493476f.jpg\" alt=\"\u65e2\u5a5a\u8005\u30af\u30e9\u30d6\u306e\u30ed\u30b4\"> \n           <\/div> \n         <\/div> \n         <div class=\"review-rating-78341\"> \n           <span class=\"star-78341\">\u2605<\/span> \n           <span class=\"star-78341\">\u2605<\/span> \n           <span class=\"star-78341\">\u2605<\/span> \n           <span class=\"star-78341\">\u2605<\/span> \n           <span class=\"empty-star-78341\">\u2605<\/span> \n         <\/div> \n         <div class=\"review-content-78341\"> \n\u533f\u540d\u6027\u304c\u9ad8\u3044\u305f\u3081\u3001\u5b89\u5fc3\u3057\u3066\u5229\u7528\u3067\u304d\u307e\u3057\u305f\u3002\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u304c\u3057\u3063\u304b\u308a\u5b88\u3089\u308c\u3066\u3044\u308b\u3068\u611f\u3058\u305f\u306e\u3067\u3001\u666e\u6bb5\u306f\u8a00\u3048\u306a\u3044\u3088\u3046\u306a\u60a9\u307f\u3082\u6253\u3061\u660e\u3051\u3089\u308c\u307e\u3057\u305f\u3002\u5b9f\u969b\u306b\u4f1a\u3046\u304b\u3069\u3046\u304b\u306f\u5225\u3068\u3057\u3066\u3001\u65e5\u5e38\u306e\u30b9\u30c8\u30ec\u30b9\u3092\u8efd\u6e1b\u3067\u304d\u308b\u5834\u6240\u3068\u3057\u3066\u3068\u3066\u3082\u91cd\u5b9d\u3057\u3066\u3044\u307e\u3059\u3002\n         <\/div> \n       <\/div> \n        \n       <div class=\"app-review-card-78341 negative\"> \n         <div class=\"app-badge-78341\">\u65e2\u5a5a\u8005\u30af\u30e9\u30d6<\/div> \n         <div class=\"reviewer-info-78341\"> \n           <div class=\"reviewer-avatar-78341\"> \n             <img decoding=\"async\" data-src=\"https:\/\/single-aiseki.com\/lp-the_single_app\/wp-content\/uploads\/2024\/09\/80a2ae922ff356144bf3d869f493476f.jpg\" alt=\"\u65e2\u5a5a\u8005\u30af\u30e9\u30d6\u306e\u30ed\u30b4\"> \n           <\/div> \n         <\/div> \n         <div class=\"review-rating-78341\"> \n           <span class=\"star-78341\">\u2605<\/span> \n           <span class=\"star-78341\">\u2605<\/span> \n           <span class=\"star-78341\">\u2605<\/span> \n           <span class=\"empty-star-78341\">\u2605<\/span> \n           <span class=\"empty-star-78341\">\u2605<\/span> \n         <\/div> \n         <div class=\"review-content-78341\"> \n\u4e00\u90e8\u3001\u771f\u5263\u3067\u306f\u306a\u3044\u904a\u3073\u76ee\u7684\u306e\u30e6\u30fc\u30b6\u30fc\u3082\u3044\u308b\u306e\u304c\u6b8b\u5ff5\u3067\u3057\u305f\u3002\u3057\u304b\u3057\u3001\u305d\u308c\u306f\u3069\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30a2\u30d7\u30ea\u3067\u3082\u540c\u3058\u3053\u3068\u3060\u3068\u601d\u3044\u307e\u3059\u3002\u304d\u3061\u3093\u3068\u76f8\u624b\u3092\u898b\u6975\u3081\u308c\u3070\u3001\u826f\u3044\u51fa\u4f1a\u3044\u306f\u3042\u308a\u307e\u3059\u3002\u904b\u55b6\u5074\u3082\u76e3\u8996\u3092\u5f37\u5316\u3057\u3066\u3044\u308b\u3088\u3046\u3067\u3001\u4e0d\u9069\u5207\u306a\u30e6\u30fc\u30b6\u30fc\u306f\u3059\u3050\u306b\u6392\u9664\u3055\u308c\u3066\u3044\u308b\u5370\u8c61\u3067\u3059\u3002\n<\/div> \n       <\/div> \n     <\/div> \n   <\/div> \n    \n   <div id=\"app-review-footer-78341\"> \n     <div>\u203b \u4e0a\u8a18\u306f\u5b9f\u969b\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u53e3\u30b3\u30df\u3067\u3059<\/div> \n     <div id=\"app-review-scroll-hint-78341\"> \n       \u6a2a\u306b\u30b9\u30af\u30ed\u30fc\u30eb\u3067\u304d\u307e\u3059 <span class=\"scroll-arrow-78341\">\u2192<\/span> \n     <\/div> \n   <\/div> \n <\/div>\n","protected":false},"template":"","content_block_category":[],"_links":{"self":[{"href":"https:\/\/single-aiseki.com\/lp-the_single_app\/wp-json\/wp\/v2\/content_block\/63054"}],"collection":[{"href":"https:\/\/single-aiseki.com\/lp-the_single_app\/wp-json\/wp\/v2\/content_block"}],"about":[{"href":"https:\/\/single-aiseki.com\/lp-the_single_app\/wp-json\/wp\/v2\/types\/content_block"}],"wp:attachment":[{"href":"https:\/\/single-aiseki.com\/lp-the_single_app\/wp-json\/wp\/v2\/media?parent=63054"}],"wp:term":[{"taxonomy":"content_block_category","embeddable":true,"href":"https:\/\/single-aiseki.com\/lp-the_single_app\/wp-json\/wp\/v2\/content_block_category?post=63054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}