<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>恐怖 アーカイブ - 呪返屋</title>
	<atom:link href="https://noroigaeshi.com/category/%E6%81%90%E6%80%96/feed/" rel="self" type="application/rss+xml" />
	<link>https://noroigaeshi.com/category/恐怖/</link>
	<description>呪い返し代行</description>
	<lastBuildDate>Wed, 31 Dec 2025 06:06:29 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://noroigaeshi.com/category/%E6%81%90%E6%80%96/feed/"/>
	<item>
		<title>呪い返しと言霊｜言葉が「刃」になる瞬間を私は知っている</title>
		<link>https://noroigaeshi.com/kotodama/</link>
		
		<dc:creator><![CDATA[影月 蓮]]></dc:creator>
		<pubDate>Wed, 31 Dec 2025 06:06:07 +0000</pubDate>
				<category><![CDATA[恐怖]]></category>
		<guid isPermaLink="false">https://noroigaeshi.com/?p=926</guid>

					<description><![CDATA[<p>呪われ度診断｜呪返屋 呪われ度診断 1分で完了・全10問 最近、原因不明の不調や不運が続いていませんか？ 10の質問に答えるだけで、あなたが呪いの影響を受けている可能性を診断します。 診断を始める 1 / 10 Q1 原...</p>
<p>投稿 <a rel="nofollow" href="https://noroigaeshi.com/kotodama/">呪い返しと言霊｜言葉が「刃」になる瞬間を私は知っている</a> は <a rel="nofollow" href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
<p>投稿 <a href="https://noroigaeshi.com/kotodama/">呪い返しと言霊｜言葉が「刃」になる瞬間を私は知っている</a> は <a href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="ja">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>呪われ度診断｜呪返屋</title>
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
      background: #1a1a1a;
      color: #e0e0e0;
      line-height: 1.8;
      min-height: 100vh;
    }
    .container {
      max-width: 500px;
      margin: 0 auto;
      padding: 30px 20px;
      border: 1px solid #333;
      border-radius: 12px;
      background: #1a1a1a;
    }
    h1 {
      text-align: center;
      font-size: 22px;
      margin-bottom: 5px;
      color: #c9a84c;
    }
    .subtitle {
      text-align: center;
      font-size: 12px;
      color: #888;
      margin-bottom: 30px;
    }
    
    /* プログレスバー */
    .progress-wrap {
      margin-bottom: 25px;
    }
    .progress-text {
      font-size: 12px;
      color: #888;
      text-align: right;
      margin-bottom: 5px;
    }
    .progress-bar {
      width: 100%;
      height: 6px;
      background: #333;
      border-radius: 3px;
      overflow: hidden;
    }
    .progress-fill {
      height: 100%;
      background: linear-gradient(90deg, #c9a84c, #a88a3d);
      border-radius: 3px;
      transition: width 0.3s ease;
    }
    
    /* 質問カード */
    .question-card {
      background: #252525;
      border-radius: 10px;
      padding: 25px;
      display: none;
    }
    .question-card.active {
      display: block;
    }
    .question-number {
      font-size: 12px;
      color: #c9a84c;
      margin-bottom: 10px;
    }
    .question-text {
      font-size: 16px;
      color: #fff;
      margin-bottom: 25px;
      line-height: 1.6;
    }
    .answers {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .answer-btn {
      padding: 15px 20px;
      background: #1a1a1a;
      border: 1px solid #444;
      border-radius: 8px;
      color: #e0e0e0;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.2s ease;
      text-align: left;
    }
    .answer-btn:hover {
      border-color: #c9a84c;
      background: #2a2a2a;
    }
    .answer-btn.yes {
      border-color: #c9a84c;
    }
    .answer-btn.yes:hover {
      background: #2d2a20;
    }
    
    /* スタート画面 */
    .start-screen {
      text-align: center;
    }
    .start-screen.hidden {
      display: none;
    }
    .start-icon {
      font-size: 48px;
      margin-bottom: 20px;
    }
    .start-desc {
      font-size: 14px;
      color: #aaa;
      margin-bottom: 30px;
      line-height: 1.8;
    }
    .btn-start {
      display: inline-block;
      padding: 15px 50px;
      background: linear-gradient(135deg, #c9a84c 0%, #a88a3d 100%);
      color: #1a1a1a;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .btn-start:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 20px rgba(201, 168, 76, 0.3);
    }
    
    /* 結果画面 */
    .result-screen {
      display: none;
    }
    .result-screen.show {
      display: block;
    }
    .result-box {
      background: #252525;
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      margin-bottom: 20px;
    }
    .result-label {
      font-size: 12px;
      color: #888;
      margin-bottom: 5px;
    }
    .result-score {
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 5px;
    }
    .result-score span {
      font-size: 20px;
    }
    .result-score.level-safe { color: #4a9; }
    .result-score.level-caution { color: #c9a84c; }
    .result-score.level-warning { color: #e67e22; }
    .result-score.level-danger { color: #c0392b; }
    .result-score.level-critical { color: #8b0000; }
    
    .result-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
    }
    .result-title.level-safe { color: #4a9; }
    .result-title.level-caution { color: #c9a84c; }
    .result-title.level-warning { color: #e67e22; }
    .result-title.level-danger { color: #c0392b; }
    .result-title.level-critical { color: #8b0000; }
    
    .result-bar {
      width: 100%;
      height: 8px;
      background: #333;
      border-radius: 4px;
      margin: 15px 0;
      overflow: hidden;
    }
    .result-bar-fill {
      height: 100%;
      border-radius: 4px;
      transition: width 1s ease;
    }
    .result-bar-fill.level-safe { background: #4a9; }
    .result-bar-fill.level-caution { background: #c9a84c; }
    .result-bar-fill.level-warning { background: #e67e22; }
    .result-bar-fill.level-danger { background: #c0392b; }
    .result-bar-fill.level-critical { background: #8b0000; }
    
    .result-desc {
      font-size: 13px;
      color: #aaa;
      line-height: 1.8;
      text-align: left;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #333;
    }
    
    .recommend {
      background: #252525;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
    }
    .recommend-title {
      font-size: 14px;
      color: #c9a84c;
      margin-bottom: 15px;
      text-align: center;
    }
    .recommend-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 0;
      border-bottom: 1px solid #333;
    }
    .recommend-item:last-child {
      border-bottom: none;
    }
    .recommend-name {
      font-size: 14px;
      color: #fff;
    }
    .recommend-price {
      font-size: 14px;
      font-weight: bold;
      color: #c9a84c;
    }
    
    .btn-contact {
      display: block;
      width: 100%;
      padding: 15px;
      background: linear-gradient(135deg, #c9a84c 0%, #a88a3d 100%);
      color: #1a1a1a;
      font-size: 15px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
      margin-bottom: 10px;
    }
    .btn-contact:hover {
      opacity: 0.9;
    }
    .btn-retry {
      display: block;
      width: 100%;
      padding: 12px;
      background: transparent;
      color: #888;
      font-size: 13px;
      border: 1px solid #444;
      border-radius: 6px;
      cursor: pointer;
      text-align: center;
    }
    .btn-retry:hover {
      border-color: #666;
      color: #aaa;
    }
    
    .note {
      font-size: 11px;
      color: #555;
      text-align: center;
      margin-top: 20px;
    }
  </style>
</head>
<body>
  <div class="container">
    <h1>呪われ度診断</h1>
    <p class="subtitle">1分で完了・全10問</p>
    
    <!-- スタート画面 -->
    <div class="start-screen" id="startScreen">
      <p class="start-desc">
        最近、原因不明の不調や不運が続いていませんか？<br>
        10の質問に答えるだけで、あなたが呪いの影響を受けている可能性を診断します。
      </p>
      <button class="btn-start" id="btnStart">診断を始める</button>
    </div>
    
    <!-- 質問画面 -->
    <div id="questionArea">
      <div class="progress-wrap" id="progressWrap" style="display:none;">
        <p class="progress-text"><span id="currentQ">1</span> / <span id="totalQ">10</span></p>
        <div class="progress-bar">
          <div class="progress-fill" id="progressFill" style="width:10%"></div>
        </div>
      </div>
      
      <!-- Q1 -->
      <div class="question-card" data-q="1" data-score="3">
        <p class="question-number">Q1</p>
        <p class="question-text">原因不明の体調不良が続いていますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q2 -->
      <div class="question-card" data-q="2" data-score="3">
        <p class="question-number">Q2</p>
        <p class="question-text">眠れない、または悪夢をよく見ますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q3 -->
      <div class="question-card" data-q="3" data-score="3">
        <p class="question-number">Q3</p>
        <p class="question-text">理由もなく不安や恐怖を感じますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q4 -->
      <div class="question-card" data-q="4" data-score="3">
        <p class="question-number">Q4</p>
        <p class="question-text">誰かに見られている気がしますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q5 -->
      <div class="question-card" data-q="5" data-score="3">
        <p class="question-number">Q5</p>
        <p class="question-text">人間関係が急に悪化しましたか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q6 -->
      <div class="question-card" data-q="6" data-score="3">
        <p class="question-number">Q6</p>
        <p class="question-text">仕事や金運が急に悪くなりましたか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q7 -->
      <div class="question-card" data-q="7" data-score="3">
        <p class="question-number">Q7</p>
        <p class="question-text">事故や怪我が続いていますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q8 -->
      <div class="question-card" data-q="8" data-score="4">
        <p class="question-number">Q8</p>
        <p class="question-text">誰かに強く恨まれている心当たりがありますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q9 -->
      <div class="question-card" data-q="9" data-score="5">
        <p class="question-number">Q9</p>
        <p class="question-text">「呪ってやる」「不幸にしてやる」と言われたことがありますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q10 -->
      <div class="question-card" data-q="10" data-score="4">
        <p class="question-number">Q10</p>
        <p class="question-text">家系代々、不幸や病気が続いていますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
    </div>
    
    <!-- 結果画面 -->
    <div class="result-screen" id="resultScreen">
      <div class="result-box">
        <p class="result-label">あなたの呪われ度</p>
        <p class="result-score" id="resultScore">0<span>%</span></p>
        <p class="result-title" id="resultTitle">判定中&#8230;</p>
        <div class="result-bar">
          <div class="result-bar-fill" id="resultBar" style="width:0%"></div>
        </div>
        <p class="result-desc" id="resultDesc"></p>
      </div>
      
      <div class="recommend">
        <p class="recommend-title">おすすめのサービス</p>
        <div id="recommendList"></div>
      </div>
      
      <a href="https://noroigaeshi.com/contact/" class="btn-contact">無料で相談する</a>
      <button class="btn-retry" id="btnRetry">もう一度診断する</button>
      
      <p class="note">※この診断は参考情報です。正確な判断には霊視鑑定をおすすめします。</p>
    </div>
  </div>
  
  <script>
    const totalQuestions = 10;
    let currentQuestion = 0;
    let score = 0;
    let maxScore = 0;
    
    // 最大スコア計算
    document.querySelectorAll('.question-card').forEach(card => {
      maxScore += parseInt(card.dataset.score);
    });
    
    // スタートボタン
    document.getElementById('btnStart').addEventListener('click', function() {
      document.getElementById('startScreen').classList.add('hidden');
      document.getElementById('progressWrap').style.display = 'block';
      showQuestion(1);
    });
    
    // 回答ボタン
    document.querySelectorAll('.answer-btn').forEach(btn => {
      btn.addEventListener('click', function() {
        const card = this.closest('.question-card');
        const qNum = parseInt(card.dataset.q);
        const qScore = parseInt(card.dataset.score);
        
        // スコア加算
        if (this.dataset.answer === 'yes') {
          score += qScore;
        }
        
        // 次の質問へ
        if (qNum < totalQuestions) {
          showQuestion(qNum + 1);
        } else {
          showResult();
        }
      });
    });
    
    // 質問表示
    function showQuestion(num) {
      document.querySelectorAll('.question-card').forEach(card => {
        card.classList.remove('active');
      });
      document.querySelector(`.question-card[data-q="${num}"]`).classList.add('active');
      
      // プログレス更新
      document.getElementById('currentQ').textContent = num;
      document.getElementById('progressFill').style.width = (num / totalQuestions * 100) + '%';
    }
    
    // 結果表示
    function showResult() {
      document.getElementById('progressWrap').style.display = 'none';
      document.querySelectorAll('.question-card').forEach(card => {
        card.classList.remove('active');
      });
      document.getElementById('resultScreen').classList.add('show');
      
      const percentage = Math.round((score / maxScore) * 100);
      
      // レベル判定
      let level, title, desc, services;
      
      if (percentage <= 15) {
        level = 'safe';
        title = '安全';
        desc = '現時点では、呪いの影響はほとんど見られません。ただし、不調が続く場合は予防として護符を持っておくことをおすすめします。';
        services = [
          { name: 'デジタル護符', price: '5,000円' }
        ];
      } else if (percentage <= 35) {
        level = 'caution';
        title = '要注意';
        desc = '軽度の呪いや念の影響を受けている可能性があります。放置すると悪化する恐れがあるため、早めの対策をおすすめします。';
        services = [
          { name: '霊視鑑定', price: '19,800円' },
          { name: 'デジタル護符', price: '5,000円' }
        ];
      } else if (percentage <= 55) {
        level = 'warning';
        title = '警告';
        desc = '呪いの影響を受けている可能性が高いです。体調不良や不運は偶然ではないかもしれません。早急な対策をおすすめします。';
        services = [
          { name: '呪い返し代行', price: '9,800円' },
          { name: '霊視鑑定', price: '19,800円' }
        ];
      } else if (percentage <= 75) {
        level = 'danger';
        title = '危険';
        desc = '強い呪いの影響を受けている可能性が非常に高いです。放置すると取り返しのつかない事態になる恐れがあります。';
        services = [
          { name: '完全セット', price: '29,800円' }
        ];
      } else {
        level = 'critical';
        title = '非常に危険';
        desc = '極めて強い呪いの影響下にある可能性があります。今すぐ対策が必要です。';
        services = [
          { name: '完全セット', price: '29,800円' },
          { name: '家系の呪い解除', price: '98,000円' }
        ];
      }
      
      // 表示更新
      const scoreEl = document.getElementById('resultScore');
      const titleEl = document.getElementById('resultTitle');
      const barEl = document.getElementById('resultBar');
      const descEl = document.getElementById('resultDesc');
      const listEl = document.getElementById('recommendList');
      
      scoreEl.innerHTML = percentage + '<span>%</span>';
      scoreEl.className = 'result-score level-' + level;
      titleEl.textContent = title;
      titleEl.className = 'result-title level-' + level;
      barEl.style.width = percentage + '%';
      barEl.className = 'result-bar-fill level-' + level;
      descEl.textContent = desc;
      
      listEl.innerHTML = services.map(s => `
        <div class="recommend-item">
          <span class="recommend-name">${s.name}</span>
          <span class="recommend-price">${s.price}</span>
        </div>
      `).join('');
      
      // スクロール
      window.scrollTo({ top: 0, behavior: 'smooth' });
    }
    
    // リトライ
    document.getElementById('btnRetry').addEventListener('click', function() {
      score = 0;
      document.getElementById('resultScreen').classList.remove('show');
      document.getElementById('startScreen').classList.remove('hidden');
      window.scrollTo({ top: 0, behavior: 'smooth' });
    });
  </script>
</body>
</html>



<p>言葉には力がある。</p>



<p>古来、日本では「言霊」という概念が信じられてきました。発した言葉がそのまま現実になるという考え方です。</p>



<p>しかし、これは単なる迷信ではありません。</p>



<p>私は15年間、呪いを「かける側」にいた人間です。四国の拝み屋七代目の血筋に生まれ、呪い代行師として活動してきました。そして今は、呪い返しの代行をしています。</p>



<p>その経験から断言できます。言葉は、本当に人を傷つける力を持っている。そして、その言葉は発した本人に返ってくることがある。</p>



<p>この記事では、言霊と呪い返しの関係についてお伝えします。</p>



<p>もし今、誰かの言葉に苦しめられているなら、それは「呪い」かもしれません。</p>



<p>当方では、呪い返しの代行を承っております。ご依頼者様に霊的なリスクが及ぶことはございません。</p>



<p><a href="https://noroigaeshi.com/">→ 呪返屋に相談する</a></p>



<h2 class="wp-block-heading">言霊とは何か</h2>



<p>言霊とは、言葉に宿る霊的な力のことです。</p>



<p>日本では古くから、言葉には魂が宿ると信じられてきました。「言霊の幸ふ国」という言葉があるように、日本は言葉の力を大切にしてきた国です。</p>



<h3 class="wp-block-heading">言葉がエネルギーになる仕組み</h3>



<p>言葉は、単なる音の振動ではありません。</p>



<p>発した人の感情、意図、念が込められています。特に強い感情を伴った言葉には、強いエネルギーが宿る。</p>



<p>「死ね」という言葉を本気で言われた経験がある人は、その重さを知っているはずです。胸が締め付けられる、体が硬直する、頭が真っ白になる。</p>



<p>それは言葉のエネルギーが、あなたの体に直接作用しているからです。</p>



<h3 class="wp-block-heading">祝詞と呪詛は同じ原理</h3>



<p>興味深いことに、「呪う」という言葉は「祝詞（のりと）」と同じ語源を持っています。</p>



<p>どちらも「宣（の）る」から派生した言葉です。言葉を発することで、現実に影響を与える。祝福も呪いも、同じ原理で成り立っています。</p>



<p>違いは、込められた感情が「良いもの」か「悪いもの」かだけです。</p>



<h2 class="wp-block-heading">言葉が「呪い」になる瞬間</h2>



<p>では、日常の言葉がいつ「呪い」になるのか。</p>



<p>私が見てきた事例からお話しします。</p>



<h3 class="wp-block-heading">事例1：母親の言葉に縛られた女性</h3>



<p>ある女性から相談を受けました。何をやってもうまくいかない、自分に自信が持てないという悩みでした。</p>



<p>霊視すると、彼女の周りに黒い靄のようなものが漂っていた。呪いを受けている兆候です。</p>



<p>しかし、誰かに意図的に呪われている形跡はない。</p>



<p>詳しく話を聞くと、原因がわかりました。</p>



<p>幼少期から母親に「あなたは何をやってもダメね」「あなたには無理」と言われ続けてきたという。</p>



<p>これが呪いの正体でした。</p>



<p>母親に悪意はなかったかもしれません。しかし、繰り返し浴びせられた否定の言葉が、呪いとして彼女に取り憑いていた。</p>



<p>言霊は、意図しなくても呪いになることがある。これが怖いところです。</p>



<h3 class="wp-block-heading">事例2：上司の一言が人生を変えた男性</h3>



<p>別の事例もあります。</p>



<p>30代の男性。仕事で大きなミスをした際、上司に「お前は会社のお荷物だ」と言われた。</p>



<p>その一言がきっかけで、男性は精神的に追い詰められていきました。自信を失い、ミスが増え、さらに叱責される。負のスパイラルに陥っていた。</p>



<p>霊視すると、上司の言葉が彼の胸に刺さったまま残っていました。</p>



<p>言葉は、刃のように人の心に突き刺さることがある。そして、抜かない限り、傷つけ続ける。</p>



<p>呪いを受けた人がどうなるか、その末路については別の記事で詳しく書いています。</p>



<p><a href="https://noroigaeshi.com/column/dounaru/">→ 呪い返しするとどうなる？私が見た依頼者たちの末路</a></p>



<h2 class="wp-block-heading">言霊による呪い返しの原理</h2>



<p>言葉で呪われたなら、言葉で返すことができます。</p>



<p>これが言霊による呪い返しです。</p>



<h3 class="wp-block-heading">なぜ言葉で返せるのか</h3>



<p>呪いとは、負のエネルギーの塊です。</p>



<p>言葉によってかけられた呪いは、言葉によって解除できる。同じ性質のエネルギーだからです。</p>



<p>水で濡れたものは水で洗い流せるように、言霊の呪いは言霊で返すことができる。</p>



<h3 class="wp-block-heading">言霊で返す際の注意点</h3>



<p>ただし、自己流でやるのは危険です。</p>



<p>言霊には力がある。だからこそ、使い方を間違えると自分にダメージが返ってくることがある。</p>



<p>特に、怒りや恨みの感情を込めて言葉を発すると、その感情が自分自身を傷つけることがある。</p>



<p>言霊による呪い返しは、冷静に、正しい手順で行う必要があります。</p>



<p>具体的な言葉やフレーズについては、別の記事で詳しく解説しています。</p>



<p><a href="https://noroigaeshi.com/column/kotoba/">→ 呪い返しの言葉｜唱えた瞬間に空気が変わるフレーズを教える</a></p>



<p>当方では、言霊による呪い返しの相談も承っております。</p>



<p><a href="https://noroigaeshi.com/">→ 呪返屋に相談する</a></p>



<h2 class="wp-block-heading">日常で気をつけるべき「呪いの言葉」</h2>



<p>最後に、日常で気をつけるべき言葉についてお伝えします。</p>



<h3 class="wp-block-heading">自分に向ける言葉</h3>



<p>最も危険なのは、自分自身に向ける否定的な言葉です。</p>



<p>「どうせ自分なんか」「私には無理」「自分はダメな人間だ」</p>



<p>こうした言葉を繰り返すと、自分で自分に呪いをかけることになります。</p>



<p>言霊は、他人に向けた時だけでなく、自分に向けた時も作用する。むしろ、自分に向けた言葉の方が強力に作用することがあります。</p>



<h3 class="wp-block-heading">他人に向ける言葉</h3>



<p>他人に向ける否定的な言葉も、呪いになります。</p>



<p>「あなたは無能だ」「お前なんか消えればいい」「死ねばいいのに」</p>



<p>こうした言葉は、相手を傷つけるだけでなく、発した本人にも返ってきます。</p>



<p>「人を呪わば穴二つ」という言葉は、言霊の世界では真実です。</p>



<h3 class="wp-block-heading">言葉を浄化する習慣</h3>



<p>日常的にできる対策があります。</p>



<p>良い言葉を意識的に使うこと。「ありがとう」「嬉しい」「幸せ」といった肯定的な言葉は、あなたの周りに良いエネルギーを生み出します。</p>



<p>また、ネガティブな言葉を発してしまった時は、すぐに打ち消す言葉を言う。「今のは嘘」「そんなことない」と声に出すだけでも、言霊の力は弱まります。</p>



<h2 class="wp-block-heading">まとめ</h2>



<p>言霊と呪い返しの関係についてお伝えしました。</p>



<p>言葉には力がある。その力は、祝福にも呪いにもなる。</p>



<p>母親の否定的な言葉が娘を縛り続けた事例。上司の一言が男性の人生を狂わせた事例。</p>



<p>これらは、言霊の力が現実に作用した例です。</p>



<p>15年間、呪いの世界にいた経験から断言します。</p>



<p><strong>言葉は刃になる。そして、その刃は発した本人にも返ってくる。</strong></p>



<p>もし今、誰かの言葉に苦しめられているなら、それは呪いとして作用している可能性があります。</p>



<p>言霊の呪いは、言霊で返すことができる。しかし、自己流は危険です。</p>



<p>一人で抱え込まず、まずはご相談ください。</p>



<p>相談は無料です。24時間以内にご返信いたします。</p>



<p><a href="https://noroigaeshi.com/">→ 呪返屋に相談する</a></p>
<p>投稿 <a rel="nofollow" href="https://noroigaeshi.com/kotodama/">呪い返しと言霊｜言葉が「刃」になる瞬間を私は知っている</a> は <a rel="nofollow" href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
<p>投稿 <a href="https://noroigaeshi.com/kotodama/">呪い返しと言霊｜言葉が「刃」になる瞬間を私は知っている</a> は <a href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>【実話】呪い返しの怖い話｜元呪い代行師が見た3つの事例</title>
		<link>https://noroigaeshi.com/kowai-hanashi/</link>
		
		<dc:creator><![CDATA[影月 蓮]]></dc:creator>
		<pubDate>Wed, 31 Dec 2025 06:00:40 +0000</pubDate>
				<category><![CDATA[恐怖]]></category>
		<guid isPermaLink="false">https://noroigaeshi.com/?p=923</guid>

					<description><![CDATA[<p>呪われ度診断｜呪返屋 呪われ度診断 1分で完了・全10問 最近、原因不明の不調や不運が続いていませんか？ 10の質問に答えるだけで、あなたが呪いの影響を受けている可能性を診断します。 診断を始める 1 / 10 Q1 原...</p>
<p>投稿 <a rel="nofollow" href="https://noroigaeshi.com/kowai-hanashi/">【実話】呪い返しの怖い話｜元呪い代行師が見た3つの事例</a> は <a rel="nofollow" href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
<p>投稿 <a href="https://noroigaeshi.com/kowai-hanashi/">【実話】呪い返しの怖い話｜元呪い代行師が見た3つの事例</a> は <a href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="ja">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>呪われ度診断｜呪返屋</title>
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
      background: #1a1a1a;
      color: #e0e0e0;
      line-height: 1.8;
      min-height: 100vh;
    }
    .container {
      max-width: 500px;
      margin: 0 auto;
      padding: 30px 20px;
      border: 1px solid #333;
      border-radius: 12px;
      background: #1a1a1a;
    }
    h1 {
      text-align: center;
      font-size: 22px;
      margin-bottom: 5px;
      color: #c9a84c;
    }
    .subtitle {
      text-align: center;
      font-size: 12px;
      color: #888;
      margin-bottom: 30px;
    }
    
    /* プログレスバー */
    .progress-wrap {
      margin-bottom: 25px;
    }
    .progress-text {
      font-size: 12px;
      color: #888;
      text-align: right;
      margin-bottom: 5px;
    }
    .progress-bar {
      width: 100%;
      height: 6px;
      background: #333;
      border-radius: 3px;
      overflow: hidden;
    }
    .progress-fill {
      height: 100%;
      background: linear-gradient(90deg, #c9a84c, #a88a3d);
      border-radius: 3px;
      transition: width 0.3s ease;
    }
    
    /* 質問カード */
    .question-card {
      background: #252525;
      border-radius: 10px;
      padding: 25px;
      display: none;
    }
    .question-card.active {
      display: block;
    }
    .question-number {
      font-size: 12px;
      color: #c9a84c;
      margin-bottom: 10px;
    }
    .question-text {
      font-size: 16px;
      color: #fff;
      margin-bottom: 25px;
      line-height: 1.6;
    }
    .answers {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .answer-btn {
      padding: 15px 20px;
      background: #1a1a1a;
      border: 1px solid #444;
      border-radius: 8px;
      color: #e0e0e0;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.2s ease;
      text-align: left;
    }
    .answer-btn:hover {
      border-color: #c9a84c;
      background: #2a2a2a;
    }
    .answer-btn.yes {
      border-color: #c9a84c;
    }
    .answer-btn.yes:hover {
      background: #2d2a20;
    }
    
    /* スタート画面 */
    .start-screen {
      text-align: center;
    }
    .start-screen.hidden {
      display: none;
    }
    .start-icon {
      font-size: 48px;
      margin-bottom: 20px;
    }
    .start-desc {
      font-size: 14px;
      color: #aaa;
      margin-bottom: 30px;
      line-height: 1.8;
    }
    .btn-start {
      display: inline-block;
      padding: 15px 50px;
      background: linear-gradient(135deg, #c9a84c 0%, #a88a3d 100%);
      color: #1a1a1a;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .btn-start:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 20px rgba(201, 168, 76, 0.3);
    }
    
    /* 結果画面 */
    .result-screen {
      display: none;
    }
    .result-screen.show {
      display: block;
    }
    .result-box {
      background: #252525;
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      margin-bottom: 20px;
    }
    .result-label {
      font-size: 12px;
      color: #888;
      margin-bottom: 5px;
    }
    .result-score {
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 5px;
    }
    .result-score span {
      font-size: 20px;
    }
    .result-score.level-safe { color: #4a9; }
    .result-score.level-caution { color: #c9a84c; }
    .result-score.level-warning { color: #e67e22; }
    .result-score.level-danger { color: #c0392b; }
    .result-score.level-critical { color: #8b0000; }
    
    .result-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
    }
    .result-title.level-safe { color: #4a9; }
    .result-title.level-caution { color: #c9a84c; }
    .result-title.level-warning { color: #e67e22; }
    .result-title.level-danger { color: #c0392b; }
    .result-title.level-critical { color: #8b0000; }
    
    .result-bar {
      width: 100%;
      height: 8px;
      background: #333;
      border-radius: 4px;
      margin: 15px 0;
      overflow: hidden;
    }
    .result-bar-fill {
      height: 100%;
      border-radius: 4px;
      transition: width 1s ease;
    }
    .result-bar-fill.level-safe { background: #4a9; }
    .result-bar-fill.level-caution { background: #c9a84c; }
    .result-bar-fill.level-warning { background: #e67e22; }
    .result-bar-fill.level-danger { background: #c0392b; }
    .result-bar-fill.level-critical { background: #8b0000; }
    
    .result-desc {
      font-size: 13px;
      color: #aaa;
      line-height: 1.8;
      text-align: left;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #333;
    }
    
    .recommend {
      background: #252525;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
    }
    .recommend-title {
      font-size: 14px;
      color: #c9a84c;
      margin-bottom: 15px;
      text-align: center;
    }
    .recommend-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 0;
      border-bottom: 1px solid #333;
    }
    .recommend-item:last-child {
      border-bottom: none;
    }
    .recommend-name {
      font-size: 14px;
      color: #fff;
    }
    .recommend-price {
      font-size: 14px;
      font-weight: bold;
      color: #c9a84c;
    }
    
    .btn-contact {
      display: block;
      width: 100%;
      padding: 15px;
      background: linear-gradient(135deg, #c9a84c 0%, #a88a3d 100%);
      color: #1a1a1a;
      font-size: 15px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
      margin-bottom: 10px;
    }
    .btn-contact:hover {
      opacity: 0.9;
    }
    .btn-retry {
      display: block;
      width: 100%;
      padding: 12px;
      background: transparent;
      color: #888;
      font-size: 13px;
      border: 1px solid #444;
      border-radius: 6px;
      cursor: pointer;
      text-align: center;
    }
    .btn-retry:hover {
      border-color: #666;
      color: #aaa;
    }
    
    .note {
      font-size: 11px;
      color: #555;
      text-align: center;
      margin-top: 20px;
    }
  </style>
</head>
<body>
  <div class="container">
    <h1>呪われ度診断</h1>
    <p class="subtitle">1分で完了・全10問</p>
    
    <!-- スタート画面 -->
    <div class="start-screen" id="startScreen">
      <p class="start-desc">
        最近、原因不明の不調や不運が続いていませんか？<br>
        10の質問に答えるだけで、あなたが呪いの影響を受けている可能性を診断します。
      </p>
      <button class="btn-start" id="btnStart">診断を始める</button>
    </div>
    
    <!-- 質問画面 -->
    <div id="questionArea">
      <div class="progress-wrap" id="progressWrap" style="display:none;">
        <p class="progress-text"><span id="currentQ">1</span> / <span id="totalQ">10</span></p>
        <div class="progress-bar">
          <div class="progress-fill" id="progressFill" style="width:10%"></div>
        </div>
      </div>
      
      <!-- Q1 -->
      <div class="question-card" data-q="1" data-score="3">
        <p class="question-number">Q1</p>
        <p class="question-text">原因不明の体調不良が続いていますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q2 -->
      <div class="question-card" data-q="2" data-score="3">
        <p class="question-number">Q2</p>
        <p class="question-text">眠れない、または悪夢をよく見ますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q3 -->
      <div class="question-card" data-q="3" data-score="3">
        <p class="question-number">Q3</p>
        <p class="question-text">理由もなく不安や恐怖を感じますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q4 -->
      <div class="question-card" data-q="4" data-score="3">
        <p class="question-number">Q4</p>
        <p class="question-text">誰かに見られている気がしますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q5 -->
      <div class="question-card" data-q="5" data-score="3">
        <p class="question-number">Q5</p>
        <p class="question-text">人間関係が急に悪化しましたか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q6 -->
      <div class="question-card" data-q="6" data-score="3">
        <p class="question-number">Q6</p>
        <p class="question-text">仕事や金運が急に悪くなりましたか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q7 -->
      <div class="question-card" data-q="7" data-score="3">
        <p class="question-number">Q7</p>
        <p class="question-text">事故や怪我が続いていますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q8 -->
      <div class="question-card" data-q="8" data-score="4">
        <p class="question-number">Q8</p>
        <p class="question-text">誰かに強く恨まれている心当たりがありますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q9 -->
      <div class="question-card" data-q="9" data-score="5">
        <p class="question-number">Q9</p>
        <p class="question-text">「呪ってやる」「不幸にしてやる」と言われたことがありますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q10 -->
      <div class="question-card" data-q="10" data-score="4">
        <p class="question-number">Q10</p>
        <p class="question-text">家系代々、不幸や病気が続いていますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
    </div>
    
    <!-- 結果画面 -->
    <div class="result-screen" id="resultScreen">
      <div class="result-box">
        <p class="result-label">あなたの呪われ度</p>
        <p class="result-score" id="resultScore">0<span>%</span></p>
        <p class="result-title" id="resultTitle">判定中&#8230;</p>
        <div class="result-bar">
          <div class="result-bar-fill" id="resultBar" style="width:0%"></div>
        </div>
        <p class="result-desc" id="resultDesc"></p>
      </div>
      
      <div class="recommend">
        <p class="recommend-title">おすすめのサービス</p>
        <div id="recommendList"></div>
      </div>
      
      <a href="https://noroigaeshi.com/contact/" class="btn-contact">無料で相談する</a>
      <button class="btn-retry" id="btnRetry">もう一度診断する</button>
      
      <p class="note">※この診断は参考情報です。正確な判断には霊視鑑定をおすすめします。</p>
    </div>
  </div>
  
  <script>
    const totalQuestions = 10;
    let currentQuestion = 0;
    let score = 0;
    let maxScore = 0;
    
    // 最大スコア計算
    document.querySelectorAll('.question-card').forEach(card => {
      maxScore += parseInt(card.dataset.score);
    });
    
    // スタートボタン
    document.getElementById('btnStart').addEventListener('click', function() {
      document.getElementById('startScreen').classList.add('hidden');
      document.getElementById('progressWrap').style.display = 'block';
      showQuestion(1);
    });
    
    // 回答ボタン
    document.querySelectorAll('.answer-btn').forEach(btn => {
      btn.addEventListener('click', function() {
        const card = this.closest('.question-card');
        const qNum = parseInt(card.dataset.q);
        const qScore = parseInt(card.dataset.score);
        
        // スコア加算
        if (this.dataset.answer === 'yes') {
          score += qScore;
        }
        
        // 次の質問へ
        if (qNum < totalQuestions) {
          showQuestion(qNum + 1);
        } else {
          showResult();
        }
      });
    });
    
    // 質問表示
    function showQuestion(num) {
      document.querySelectorAll('.question-card').forEach(card => {
        card.classList.remove('active');
      });
      document.querySelector(`.question-card[data-q="${num}"]`).classList.add('active');
      
      // プログレス更新
      document.getElementById('currentQ').textContent = num;
      document.getElementById('progressFill').style.width = (num / totalQuestions * 100) + '%';
    }
    
    // 結果表示
    function showResult() {
      document.getElementById('progressWrap').style.display = 'none';
      document.querySelectorAll('.question-card').forEach(card => {
        card.classList.remove('active');
      });
      document.getElementById('resultScreen').classList.add('show');
      
      const percentage = Math.round((score / maxScore) * 100);
      
      // レベル判定
      let level, title, desc, services;
      
      if (percentage <= 15) {
        level = 'safe';
        title = '安全';
        desc = '現時点では、呪いの影響はほとんど見られません。ただし、不調が続く場合は予防として護符を持っておくことをおすすめします。';
        services = [
          { name: 'デジタル護符', price: '5,000円' }
        ];
      } else if (percentage <= 35) {
        level = 'caution';
        title = '要注意';
        desc = '軽度の呪いや念の影響を受けている可能性があります。放置すると悪化する恐れがあるため、早めの対策をおすすめします。';
        services = [
          { name: '霊視鑑定', price: '19,800円' },
          { name: 'デジタル護符', price: '5,000円' }
        ];
      } else if (percentage <= 55) {
        level = 'warning';
        title = '警告';
        desc = '呪いの影響を受けている可能性が高いです。体調不良や不運は偶然ではないかもしれません。早急な対策をおすすめします。';
        services = [
          { name: '呪い返し代行', price: '9,800円' },
          { name: '霊視鑑定', price: '19,800円' }
        ];
      } else if (percentage <= 75) {
        level = 'danger';
        title = '危険';
        desc = '強い呪いの影響を受けている可能性が非常に高いです。放置すると取り返しのつかない事態になる恐れがあります。';
        services = [
          { name: '完全セット', price: '29,800円' }
        ];
      } else {
        level = 'critical';
        title = '非常に危険';
        desc = '極めて強い呪いの影響下にある可能性があります。今すぐ対策が必要です。';
        services = [
          { name: '完全セット', price: '29,800円' },
          { name: '家系の呪い解除', price: '98,000円' }
        ];
      }
      
      // 表示更新
      const scoreEl = document.getElementById('resultScore');
      const titleEl = document.getElementById('resultTitle');
      const barEl = document.getElementById('resultBar');
      const descEl = document.getElementById('resultDesc');
      const listEl = document.getElementById('recommendList');
      
      scoreEl.innerHTML = percentage + '<span>%</span>';
      scoreEl.className = 'result-score level-' + level;
      titleEl.textContent = title;
      titleEl.className = 'result-title level-' + level;
      barEl.style.width = percentage + '%';
      barEl.className = 'result-bar-fill level-' + level;
      descEl.textContent = desc;
      
      listEl.innerHTML = services.map(s => `
        <div class="recommend-item">
          <span class="recommend-name">${s.name}</span>
          <span class="recommend-price">${s.price}</span>
        </div>
      `).join('');
      
      // スクロール
      window.scrollTo({ top: 0, behavior: 'smooth' });
    }
    
    // リトライ
    document.getElementById('btnRetry').addEventListener('click', function() {
      score = 0;
      document.getElementById('resultScreen').classList.remove('show');
      document.getElementById('startScreen').classList.remove('hidden');
      window.scrollTo({ top: 0, behavior: 'smooth' });
    });
  </script>
</body>
</html>



<p>呪い返しの怖い話を読みたい。</p>



<p>そう思ってこのページにたどり着いた方へ。</p>



<p>これからお話しするのは、作り話ではありません。私が実際に見てきた、呪い返しにまつわる実話です。</p>



<p>私は15年間、呪いを「かける側」にいた人間です。四国の拝み屋七代目の血筋に生まれ、呪い代行師として活動してきました。そして今は、呪い返しの代行をしています。</p>



<p>その中で、背筋が凍るような出来事を何度も目撃してきました。</p>



<p>呪い返しは、怪談話のネタではありません。現実に起きていることです。</p>



<p>この記事では、私が実際に見た3つの事例をお伝えします。</p>



<p>もし今、原因不明の不調が続いているなら、あなたも呪いを受けているかもしれません。</p>



<p>当方では、呪い返しの代行を承っております。ご依頼者様に霊的なリスクが及ぶことはございません。</p>



<p><a href="https://noroigaeshi.com">→ 呪返屋に相談する</a></p>



<h2 class="wp-block-heading">事例1：鏡に映った「もう一人の自分」</h2>



<p>最初の事例は、私が呪い代行師をしていた頃の話です。</p>



<p>ある男性から、元交際相手を呪いたいという依頼がありました。</p>



<p>彼女に浮気をされ、捨てられた。その恨みを晴らしたいと。</p>



<p>依頼を受け、術を執行しました。</p>



<p>1週間後、男性から連絡がありました。「効いているみたいです」と。元交際相手が体調を崩したらしい。男性は満足そうでした。</p>



<p>しかし、その3週間後。</p>



<p>男性から再び連絡がありました。今度は声が震えていた。</p>



<p>「先生、おかしいんです。鏡を見ると、自分じゃない顔が映るんです」</p>



<p>詳しく聞くと、こういうことでした。</p>



<p>洗面台の鏡を見ると、自分の顔なのに、表情が違う。自分は笑っていないのに、鏡の中の自分が笑っている。しかも、その笑い方が気持ち悪い。歪んだ、嘲笑うような笑み。</p>



<p>最初は気のせいだと思った。しかし、毎日続く。</p>



<p>そしてある夜、決定的なことが起きた。</p>



<p>深夜、トイレに起きた時。洗面台の前を通りかかると、鏡の中の自分が、こちらを見ていた。</p>



<p>自分は鏡を見ていない。横を向いて歩いていた。なのに、鏡の中の自分は、こちらを正面から見つめていた。</p>



<p>男性は悲鳴を上げ、その場にうずくまったそうです。</p>



<p>これは、呪い返しの典型的な症状でした。</p>



<p>元交際相手は、霊感が強い人だったのです。無意識のうちに、呪いを跳ね返していた。</p>



<p>しかも、元交際相手の守護霊が強かった。呪いは増幅されて返ってきていました。</p>



<p>男性の症状は悪化し、やがて自分の影が動いて見えるようになった。夜中に誰かの気配を感じる。耳元で囁き声が聞こえる。</p>



<p>私は解呪の施術を行いましたが、完全に元に戻るまで半年かかりました。</p>



<p>呪いをかけた相手より、依頼者の方がボロボロになった。これが呪い返しの現実です。</p>



<h2 class="wp-block-heading">事例2：階段から落ちた女</h2>



<p>2つ目の事例は、さらに恐ろしいものです。</p>



<p>30代の女性。職場の同僚を呪いたいという依頼でした。</p>



<p>その同僚に、好きな人を奪われたのだという。</p>



<p>女性の恨みは深かった。「あの女を不幸にしてほしい」と何度も言っていました。</p>



<p>依頼を受け、術を執行しました。</p>



<p>最初は順調でした。同僚は体調を崩し、仕事でミスを連発するようになった。女性は「ざまあみろ」と喜んでいました。</p>



<p>しかし、1ヶ月後。</p>



<p>女性から連絡がありました。「最近、階段が怖いんです」と。</p>



<p>階段を降りる時、誰かに背中を押されるような感覚がある。振り返っても誰もいない。でも、確かに押されている。</p>



<p>最初は気のせいだと思った。しかし、日に日に強くなる。</p>



<p>そしてある日、女性は自宅マンションの階段から転落しました。</p>



<p>幸い命に別状はありませんでしたが、足を骨折。全治3ヶ月の重傷でした。</p>



<p>女性は病院のベッドで私に電話をかけてきました。</p>



<p>「先生、私、押されたんです。確かに、誰かに押されたんです」</p>



<p>霊視すると、女性の背後に黒い影がいました。</p>



<p>同僚の念が、女性に取り憑いていたのです。</p>



<p>同僚もまた、女性を恨んでいた。好きな人を奪ったのは自分だと自覚していて、罪悪感と、女性からの視線への恐怖が、無意識のうちに呪いとなっていた。</p>



<p>二人は互いを呪い合っていたのです。</p>



<p>そして、女性がかけた呪いは、同僚の念と共鳴し、増幅されて返ってきた。</p>



<p>呪いを受けた人がどうなるか、その末路については別の記事で詳しく書いています。</p>



<p><a href="https://noroigaeshi.com/column/dounaru/">→ 呪い返しするとどうなる？私が見た依頼者たちの末路</a></p>



<h2 class="wp-block-heading">事例3：声が聞こえる</h2>



<p>3つ目の事例は、私自身の体験です。</p>



<p>呪い代行師として活動していた頃、ある依頼を受けました。</p>



<p>依頼者の母親を呪ってほしいという、異例の依頼でした。</p>



<p>詳しい事情は省きますが、幼少期から虐待を受けていたという。その恨みを晴らしたいと。</p>



<p>私は依頼を受けました。当時の私は、依頼があれば何でも受けていた。</p>



<p>術を執行した夜のことです。</p>



<p>私は自宅で眠っていました。すると、深夜3時頃、声が聞こえて目が覚めた。</p>



<p>女の声でした。</p>



<p>「あんた、何してくれたの」</p>



<p>最初は夢かと思った。しかし、目は覚めている。部屋は暗い。そして、声は続いていた。</p>



<p>「あんた、何してくれたの」</p>



<p>同じ言葉を、何度も何度も繰り返している。</p>



<p>声は、枕元から聞こえていました。</p>



<p>私は金縛りにあったように動けなかった。目だけを動かして枕元を見ると、そこには何もいない。しかし、声は確かに聞こえる。</p>



<p>「あんた、何してくれたの」</p>



<p>その声は、一晩中続きました。</p>



<p>翌日、私は依頼者の母親について調べました。</p>



<p>すると、母親はすでに亡くなっていることがわかりました。3年前に病死していた。</p>



<p>依頼者は、死んだ母親を呪おうとしていたのです。</p>



<p>死者を呪うことはできません。しかし、その念は行き場を失い、術者である私に返ってきた。</p>



<p>母親の霊が、私のもとに来ていたのです。</p>



<p>この経験が、私が呪い代行を辞めるきっかけの一つになりました。</p>



<p>呪いを返されないための方法については、こちらの記事で詳しく解説しています。</p>



<p><a href="https://noroigaeshi.com/column/fusegu/">→ 呪い返しを防ぐ方法｜呪いを返されない「術者の常識」を公開</a></p>



<p>当方では、呪いに関するご相談を承っております。</p>



<p><a href="https://noroigaeshi.com">→ 呪返屋に相談する</a></p>



<h2 class="wp-block-heading">なぜ呪い返しは怖いのか</h2>



<p>3つの事例をお話ししました。</p>



<p>なぜ呪い返しはこれほど怖いのか。その理由を説明します。</p>



<h3 class="wp-block-heading">呪いは「見えない」から怖い</h3>



<p>呪いは目に見えません。だから、いつ返ってきたのかわからない。</p>



<p>気づいた時には、すでに深刻な状態になっていることが多い。</p>



<p>鏡の中の自分がおかしい。階段で押される。声が聞こえる。</p>



<p>こうした異変に気づいた時、すでに呪いは体内に入り込んでいます。</p>



<h3 class="wp-block-heading">呪いは「増幅」されて返る</h3>



<p>呪い返しが怖いもう一つの理由は、増幅されることです。</p>



<p>自分がかけた呪いが、そのまま返ってくるわけではありません。相手の念、相手の守護霊の力、そして「返す」というエネルギーが上乗せされる。</p>



<p>自分がかけた以上の呪いが、自分に降りかかるのです。</p>



<h3 class="wp-block-heading">呪いは「終わらない」から怖い</h3>



<p>そして最も怖いのは、呪いは自然には終わらないことです。</p>



<p>放置すれば、どんどん悪化していきます。専門家が介入しない限り、呪いの影響は消えません。</p>



<h2 class="wp-block-heading">まとめ</h2>



<p>呪い返しの怖い話を3つお伝えしました。</p>



<p>鏡に映ったもう一人の自分。階段から突き落とされた女性。一晩中聞こえた死者の声。</p>



<p>これらはすべて、私が実際に見てきた出来事です。</p>



<p>15年間、呪いの世界にいた経験から断言します。</p>



<p><strong>呪いは必ず返る。そして、返ってきた呪いは、かけた時より恐ろしい。</strong></p>



<p>もし今、原因不明の異変を感じているなら、それは呪いの影響かもしれません。</p>



<p>怖い話として読み流すのではなく、自分の身に起きていないか確認してください。</p>



<p>一人で抱え込まず、まずはご相談ください。</p>



<p>相談は無料です。24時間以内にご返信いたします。</p>



<p><a href="https://noroigaeshi.com">→ 呪返屋に相談する</a></p>
<p>投稿 <a rel="nofollow" href="https://noroigaeshi.com/kowai-hanashi/">【実話】呪い返しの怖い話｜元呪い代行師が見た3つの事例</a> は <a rel="nofollow" href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
<p>投稿 <a href="https://noroigaeshi.com/kowai-hanashi/">【実話】呪い返しの怖い話｜元呪い代行師が見た3つの事例</a> は <a href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>呪い返し返し｜終わらない連鎖を私が断ち切った方法</title>
		<link>https://noroigaeshi.com/kaeshigaeshi/</link>
		
		<dc:creator><![CDATA[影月 蓮]]></dc:creator>
		<pubDate>Wed, 31 Dec 2025 05:55:57 +0000</pubDate>
				<category><![CDATA[恐怖]]></category>
		<guid isPermaLink="false">https://noroigaeshi.com/?p=920</guid>

					<description><![CDATA[<p>呪われ度診断｜呪返屋 呪われ度診断 1分で完了・全10問 最近、原因不明の不調や不運が続いていませんか？ 10の質問に答えるだけで、あなたが呪いの影響を受けている可能性を診断します。 診断を始める 1 / 10 Q1 原...</p>
<p>投稿 <a rel="nofollow" href="https://noroigaeshi.com/kaeshigaeshi/">呪い返し返し｜終わらない連鎖を私が断ち切った方法</a> は <a rel="nofollow" href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
<p>投稿 <a href="https://noroigaeshi.com/kaeshigaeshi/">呪い返し返し｜終わらない連鎖を私が断ち切った方法</a> は <a href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="ja">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>呪われ度診断｜呪返屋</title>
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
      background: #1a1a1a;
      color: #e0e0e0;
      line-height: 1.8;
      min-height: 100vh;
    }
    .container {
      max-width: 500px;
      margin: 0 auto;
      padding: 30px 20px;
      border: 1px solid #333;
      border-radius: 12px;
      background: #1a1a1a;
    }
    h1 {
      text-align: center;
      font-size: 22px;
      margin-bottom: 5px;
      color: #c9a84c;
    }
    .subtitle {
      text-align: center;
      font-size: 12px;
      color: #888;
      margin-bottom: 30px;
    }
    
    /* プログレスバー */
    .progress-wrap {
      margin-bottom: 25px;
    }
    .progress-text {
      font-size: 12px;
      color: #888;
      text-align: right;
      margin-bottom: 5px;
    }
    .progress-bar {
      width: 100%;
      height: 6px;
      background: #333;
      border-radius: 3px;
      overflow: hidden;
    }
    .progress-fill {
      height: 100%;
      background: linear-gradient(90deg, #c9a84c, #a88a3d);
      border-radius: 3px;
      transition: width 0.3s ease;
    }
    
    /* 質問カード */
    .question-card {
      background: #252525;
      border-radius: 10px;
      padding: 25px;
      display: none;
    }
    .question-card.active {
      display: block;
    }
    .question-number {
      font-size: 12px;
      color: #c9a84c;
      margin-bottom: 10px;
    }
    .question-text {
      font-size: 16px;
      color: #fff;
      margin-bottom: 25px;
      line-height: 1.6;
    }
    .answers {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .answer-btn {
      padding: 15px 20px;
      background: #1a1a1a;
      border: 1px solid #444;
      border-radius: 8px;
      color: #e0e0e0;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.2s ease;
      text-align: left;
    }
    .answer-btn:hover {
      border-color: #c9a84c;
      background: #2a2a2a;
    }
    .answer-btn.yes {
      border-color: #c9a84c;
    }
    .answer-btn.yes:hover {
      background: #2d2a20;
    }
    
    /* スタート画面 */
    .start-screen {
      text-align: center;
    }
    .start-screen.hidden {
      display: none;
    }
    .start-icon {
      font-size: 48px;
      margin-bottom: 20px;
    }
    .start-desc {
      font-size: 14px;
      color: #aaa;
      margin-bottom: 30px;
      line-height: 1.8;
    }
    .btn-start {
      display: inline-block;
      padding: 15px 50px;
      background: linear-gradient(135deg, #c9a84c 0%, #a88a3d 100%);
      color: #1a1a1a;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .btn-start:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 20px rgba(201, 168, 76, 0.3);
    }
    
    /* 結果画面 */
    .result-screen {
      display: none;
    }
    .result-screen.show {
      display: block;
    }
    .result-box {
      background: #252525;
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      margin-bottom: 20px;
    }
    .result-label {
      font-size: 12px;
      color: #888;
      margin-bottom: 5px;
    }
    .result-score {
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 5px;
    }
    .result-score span {
      font-size: 20px;
    }
    .result-score.level-safe { color: #4a9; }
    .result-score.level-caution { color: #c9a84c; }
    .result-score.level-warning { color: #e67e22; }
    .result-score.level-danger { color: #c0392b; }
    .result-score.level-critical { color: #8b0000; }
    
    .result-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
    }
    .result-title.level-safe { color: #4a9; }
    .result-title.level-caution { color: #c9a84c; }
    .result-title.level-warning { color: #e67e22; }
    .result-title.level-danger { color: #c0392b; }
    .result-title.level-critical { color: #8b0000; }
    
    .result-bar {
      width: 100%;
      height: 8px;
      background: #333;
      border-radius: 4px;
      margin: 15px 0;
      overflow: hidden;
    }
    .result-bar-fill {
      height: 100%;
      border-radius: 4px;
      transition: width 1s ease;
    }
    .result-bar-fill.level-safe { background: #4a9; }
    .result-bar-fill.level-caution { background: #c9a84c; }
    .result-bar-fill.level-warning { background: #e67e22; }
    .result-bar-fill.level-danger { background: #c0392b; }
    .result-bar-fill.level-critical { background: #8b0000; }
    
    .result-desc {
      font-size: 13px;
      color: #aaa;
      line-height: 1.8;
      text-align: left;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #333;
    }
    
    .recommend {
      background: #252525;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
    }
    .recommend-title {
      font-size: 14px;
      color: #c9a84c;
      margin-bottom: 15px;
      text-align: center;
    }
    .recommend-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 0;
      border-bottom: 1px solid #333;
    }
    .recommend-item:last-child {
      border-bottom: none;
    }
    .recommend-name {
      font-size: 14px;
      color: #fff;
    }
    .recommend-price {
      font-size: 14px;
      font-weight: bold;
      color: #c9a84c;
    }
    
    .btn-contact {
      display: block;
      width: 100%;
      padding: 15px;
      background: linear-gradient(135deg, #c9a84c 0%, #a88a3d 100%);
      color: #1a1a1a;
      font-size: 15px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
      margin-bottom: 10px;
    }
    .btn-contact:hover {
      opacity: 0.9;
    }
    .btn-retry {
      display: block;
      width: 100%;
      padding: 12px;
      background: transparent;
      color: #888;
      font-size: 13px;
      border: 1px solid #444;
      border-radius: 6px;
      cursor: pointer;
      text-align: center;
    }
    .btn-retry:hover {
      border-color: #666;
      color: #aaa;
    }
    
    .note {
      font-size: 11px;
      color: #555;
      text-align: center;
      margin-top: 20px;
    }
  </style>
</head>
<body>
  <div class="container">
    <h1>呪われ度診断</h1>
    <p class="subtitle">1分で完了・全10問</p>
    
    <!-- スタート画面 -->
    <div class="start-screen" id="startScreen">
      <p class="start-desc">
        最近、原因不明の不調や不運が続いていませんか？<br>
        10の質問に答えるだけで、あなたが呪いの影響を受けている可能性を診断します。
      </p>
      <button class="btn-start" id="btnStart">診断を始める</button>
    </div>
    
    <!-- 質問画面 -->
    <div id="questionArea">
      <div class="progress-wrap" id="progressWrap" style="display:none;">
        <p class="progress-text"><span id="currentQ">1</span> / <span id="totalQ">10</span></p>
        <div class="progress-bar">
          <div class="progress-fill" id="progressFill" style="width:10%"></div>
        </div>
      </div>
      
      <!-- Q1 -->
      <div class="question-card" data-q="1" data-score="3">
        <p class="question-number">Q1</p>
        <p class="question-text">原因不明の体調不良が続いていますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q2 -->
      <div class="question-card" data-q="2" data-score="3">
        <p class="question-number">Q2</p>
        <p class="question-text">眠れない、または悪夢をよく見ますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q3 -->
      <div class="question-card" data-q="3" data-score="3">
        <p class="question-number">Q3</p>
        <p class="question-text">理由もなく不安や恐怖を感じますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q4 -->
      <div class="question-card" data-q="4" data-score="3">
        <p class="question-number">Q4</p>
        <p class="question-text">誰かに見られている気がしますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q5 -->
      <div class="question-card" data-q="5" data-score="3">
        <p class="question-number">Q5</p>
        <p class="question-text">人間関係が急に悪化しましたか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q6 -->
      <div class="question-card" data-q="6" data-score="3">
        <p class="question-number">Q6</p>
        <p class="question-text">仕事や金運が急に悪くなりましたか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q7 -->
      <div class="question-card" data-q="7" data-score="3">
        <p class="question-number">Q7</p>
        <p class="question-text">事故や怪我が続いていますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q8 -->
      <div class="question-card" data-q="8" data-score="4">
        <p class="question-number">Q8</p>
        <p class="question-text">誰かに強く恨まれている心当たりがありますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q9 -->
      <div class="question-card" data-q="9" data-score="5">
        <p class="question-number">Q9</p>
        <p class="question-text">「呪ってやる」「不幸にしてやる」と言われたことがありますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q10 -->
      <div class="question-card" data-q="10" data-score="4">
        <p class="question-number">Q10</p>
        <p class="question-text">家系代々、不幸や病気が続いていますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
    </div>
    
    <!-- 結果画面 -->
    <div class="result-screen" id="resultScreen">
      <div class="result-box">
        <p class="result-label">あなたの呪われ度</p>
        <p class="result-score" id="resultScore">0<span>%</span></p>
        <p class="result-title" id="resultTitle">判定中&#8230;</p>
        <div class="result-bar">
          <div class="result-bar-fill" id="resultBar" style="width:0%"></div>
        </div>
        <p class="result-desc" id="resultDesc"></p>
      </div>
      
      <div class="recommend">
        <p class="recommend-title">おすすめのサービス</p>
        <div id="recommendList"></div>
      </div>
      
      <a href="https://noroigaeshi.com/contact/" class="btn-contact">無料で相談する</a>
      <button class="btn-retry" id="btnRetry">もう一度診断する</button>
      
      <p class="note">※この診断は参考情報です。正確な判断には霊視鑑定をおすすめします。</p>
    </div>
  </div>
  
  <script>
    const totalQuestions = 10;
    let currentQuestion = 0;
    let score = 0;
    let maxScore = 0;
    
    // 最大スコア計算
    document.querySelectorAll('.question-card').forEach(card => {
      maxScore += parseInt(card.dataset.score);
    });
    
    // スタートボタン
    document.getElementById('btnStart').addEventListener('click', function() {
      document.getElementById('startScreen').classList.add('hidden');
      document.getElementById('progressWrap').style.display = 'block';
      showQuestion(1);
    });
    
    // 回答ボタン
    document.querySelectorAll('.answer-btn').forEach(btn => {
      btn.addEventListener('click', function() {
        const card = this.closest('.question-card');
        const qNum = parseInt(card.dataset.q);
        const qScore = parseInt(card.dataset.score);
        
        // スコア加算
        if (this.dataset.answer === 'yes') {
          score += qScore;
        }
        
        // 次の質問へ
        if (qNum < totalQuestions) {
          showQuestion(qNum + 1);
        } else {
          showResult();
        }
      });
    });
    
    // 質問表示
    function showQuestion(num) {
      document.querySelectorAll('.question-card').forEach(card => {
        card.classList.remove('active');
      });
      document.querySelector(`.question-card[data-q="${num}"]`).classList.add('active');
      
      // プログレス更新
      document.getElementById('currentQ').textContent = num;
      document.getElementById('progressFill').style.width = (num / totalQuestions * 100) + '%';
    }
    
    // 結果表示
    function showResult() {
      document.getElementById('progressWrap').style.display = 'none';
      document.querySelectorAll('.question-card').forEach(card => {
        card.classList.remove('active');
      });
      document.getElementById('resultScreen').classList.add('show');
      
      const percentage = Math.round((score / maxScore) * 100);
      
      // レベル判定
      let level, title, desc, services;
      
      if (percentage <= 15) {
        level = 'safe';
        title = '安全';
        desc = '現時点では、呪いの影響はほとんど見られません。ただし、不調が続く場合は予防として護符を持っておくことをおすすめします。';
        services = [
          { name: 'デジタル護符', price: '5,000円' }
        ];
      } else if (percentage <= 35) {
        level = 'caution';
        title = '要注意';
        desc = '軽度の呪いや念の影響を受けている可能性があります。放置すると悪化する恐れがあるため、早めの対策をおすすめします。';
        services = [
          { name: '霊視鑑定', price: '19,800円' },
          { name: 'デジタル護符', price: '5,000円' }
        ];
      } else if (percentage <= 55) {
        level = 'warning';
        title = '警告';
        desc = '呪いの影響を受けている可能性が高いです。体調不良や不運は偶然ではないかもしれません。早急な対策をおすすめします。';
        services = [
          { name: '呪い返し代行', price: '9,800円' },
          { name: '霊視鑑定', price: '19,800円' }
        ];
      } else if (percentage <= 75) {
        level = 'danger';
        title = '危険';
        desc = '強い呪いの影響を受けている可能性が非常に高いです。放置すると取り返しのつかない事態になる恐れがあります。';
        services = [
          { name: '完全セット', price: '29,800円' }
        ];
      } else {
        level = 'critical';
        title = '非常に危険';
        desc = '極めて強い呪いの影響下にある可能性があります。今すぐ対策が必要です。';
        services = [
          { name: '完全セット', price: '29,800円' },
          { name: '家系の呪い解除', price: '98,000円' }
        ];
      }
      
      // 表示更新
      const scoreEl = document.getElementById('resultScore');
      const titleEl = document.getElementById('resultTitle');
      const barEl = document.getElementById('resultBar');
      const descEl = document.getElementById('resultDesc');
      const listEl = document.getElementById('recommendList');
      
      scoreEl.innerHTML = percentage + '<span>%</span>';
      scoreEl.className = 'result-score level-' + level;
      titleEl.textContent = title;
      titleEl.className = 'result-title level-' + level;
      barEl.style.width = percentage + '%';
      barEl.className = 'result-bar-fill level-' + level;
      descEl.textContent = desc;
      
      listEl.innerHTML = services.map(s => `
        <div class="recommend-item">
          <span class="recommend-name">${s.name}</span>
          <span class="recommend-price">${s.price}</span>
        </div>
      `).join('');
      
      // スクロール
      window.scrollTo({ top: 0, behavior: 'smooth' });
    }
    
    // リトライ
    document.getElementById('btnRetry').addEventListener('click', function() {
      score = 0;
      document.getElementById('resultScreen').classList.remove('show');
      document.getElementById('startScreen').classList.remove('hidden');
      window.scrollTo({ top: 0, behavior: 'smooth' });
    });
  </script>
</body>
</html>



<p>呪い返し返し。</p>



<p>この言葉を検索しているということは、今、終わらない呪いの連鎖に巻き込まれているのではないでしょうか。</p>



<p>呪い返しをしたら、さらに返ってきた。また返したら、また返ってきた。いつまで経っても終わらない。</p>



<p>このような「呪いの応酬」は、放置すれば双方が消耗し尽くすまで続きます。</p>



<p>私は15年間、呪いを「かける側」にいた人間です。四国の拝み屋七代目の血筋に生まれ、呪い代行師として活動してきました。そして今は、呪い返しの代行をしています。</p>



<p>その中で、呪い返し返しの連鎖に苦しむ人を何人も見てきました。そして、その連鎖を断ち切る方法も知っています。</p>



<p>この記事では、なぜ呪いの連鎖が起きるのか、そしてどうすれば断ち切れるのかをお伝えします。</p>



<p>もし今、呪いの連鎖に苦しんでいるなら、一人で抱え込む必要はありません。</p>



<p>当方では、呪い返しの代行を承っております。ご依頼者様に霊的なリスクが及ぶことはございません。</p>



<p><a href="https://noroigaeshi.com/">→ 呪返屋に相談する</a></p>



<h2 class="wp-block-heading">呪い返し返しとは何か</h2>



<p>呪い返し返しとは、呪い返しに対してさらに呪い返しをすることです。</p>



<p>AがBを呪う。BがAに呪い返しをする。AがBに呪い返し返しをする。BがAに呪い返し返し返しをする。</p>



<p>こうして、呪いの応酬が無限に続いていきます。</p>



<h3 class="wp-block-heading">なぜ連鎖が起きるのか</h3>



<p>呪いをかけた側は、呪い返しを受けると「やられた」と感じます。</p>



<p>「自分は正当な理由があって呪った。なのに返されるのは理不尽だ」</p>



<p>そう考えて、さらに呪い返しをする。すると相手もまた返してくる。</p>



<p>この連鎖は、どちらかが止めない限り終わりません。</p>



<p>しかも、呪い返しには「返す意志」がエネルギーとして上乗せされます。返すたびに威力が増していく。</p>



<p>最初は軽い呪いだったのに、連鎖を繰り返すうちに、命に関わるレベルまで悪化することがあります。</p>



<h3 class="wp-block-heading">連鎖が加速する仕組み</h3>



<p>呪い返しを繰り返すと、霊的なパイプが太くなります。</p>



<p>呪いをやり取りするたびに、互いの霊的なつながりが強化される。パイプが太くなれば、より大きなエネルギーが流れやすくなる。</p>



<p>最初は細いストローだったものが、水道管になり、やがて土管のようになっていく。</p>



<p>そうなると、意識しなくても相手への負の感情が流れ込むようになります。ちょっとした不満や怒りが、自動的に呪いとなって相手に届く。</p>



<p>こうして、連鎖はさらに加速していくのです。</p>



<h2 class="wp-block-heading">私が見てきた連鎖の事例</h2>



<p>具体的な事例をお話しします。</p>



<h3 class="wp-block-heading">事例1：3年続いた元同僚との応酬</h3>



<p>ある女性から相談を受けました。</p>



<p>元同僚との間で、呪いの応酬が3年続いているという。</p>



<p>最初のきっかけは些細なことでした。昇進をめぐるトラブルがあり、元同僚が嫉妬から呪いをかけてきた。女性は体調を崩し、原因を探るうちに呪いに気づいた。</p>



<p>女性は呪い返しをしました。すると元同僚も体調を崩した。しかし元同僚もまた、さらに強い呪いを返してきた。</p>



<p>こうして3年間、呪いを返し合い続けた。</p>



<p>私が相談を受けた時点で、双方とも体調を崩し、仕事も失い、人間関係も崩壊していました。</p>



<p>「いつまで続くのかわからない。もう疲れた」</p>



<p>女性はそう言っていました。顔色は悪く、明らかに霊的な消耗が見て取れました。</p>



<h3 class="wp-block-heading">事例2：離婚後の元夫婦の戦い</h3>



<p>別の事例もあります。</p>



<p>離婚した元夫婦が、互いを呪い合っていたケースです。</p>



<p>離婚の原因は夫の浮気でした。妻は夫と浮気相手を恨み、呪いをかけた。夫は自分に降りかかる不運の原因を突き止め、元妻に呪い返しをした。元妻はさらに返した。</p>



<p>この応酬が2年続きました。</p>



<p>元夫は仕事を失い、浮気相手とも別れ、体調も崩した。元妻も新しい恋愛がうまくいかず、体調も優れないまま。</p>



<p>「離婚して縁を切ったはずなのに、なぜこんなに苦しいのか」</p>



<p>元妻はそう訴えていました。法的には縁が切れても、霊的なつながりは残っていた。そしてそのつながりを使って、呪いが行き来していたのです。</p>



<p>呪い返しを受けた人間がどうなるか。その末路については、別の記事で詳しく書いています。</p>



<p><a href="https://noroigaeshi.com/column/dounaru/">→ 呪い返しするとどうなる？私が見た依頼者たちの末路</a></p>



<h2 class="wp-block-heading">呪いの連鎖を断ち切る方法</h2>



<p>では、どうすれば連鎖を断ち切れるのか。</p>



<p>私が実践している方法をお伝えします。</p>



<h3 class="wp-block-heading">方法1：霊的なつながりを断つ</h3>



<p>通常の呪い返しは、呪いを送り主に戻すだけです。</p>



<p>しかし、連鎖を断ち切るためには、それだけでは不十分。相手との霊的なつながり自体を断つ必要があります。</p>



<p>呪いをかけるためには、対象者との霊的なパイプが必要です。このパイプを切断すれば、相手は呪いを飛ばすことができなくなる。</p>



<p>私が行う施術では、呪いを返すと同時に、このパイプを完全に切断します。</p>



<p>パイプがなくなれば、相手がどれだけ強い恨みを持っていても、その念はあなたに届かない。連鎖を断ち切る鍵は、ここにあります。</p>



<h3 class="wp-block-heading">方法2：相手の術力を封じる</h3>



<p>相手が意図的に呪いをかけてきている場合、術力を封じる方法もあります。</p>



<p>これは少し高度な技術が必要ですが、相手が呪いを発動できないようにする施術です。</p>



<p>パイプを切断しても、相手が新たなパイプを構築しようとすることがあります。それを防ぐために、相手側の術力自体を一時的に封じる。</p>



<p>相手に霊的なダメージを与えるわけではありません。ただ、呪いを発動する力を封じるだけです。</p>



<h3 class="wp-block-heading">方法3：防御を固める</h3>



<p>呪い返し返しを受けないためには、防御を固めることも重要です。</p>



<p>護符を持つ。結界を張る。波動を上げる。</p>



<p>これらの対策を施すことで、相手からの呪いを受け付けにくくなります。</p>



<p>呪いが届かなければ、連鎖は起きません。</p>



<p>特に重要なのは、波動を上げることです。幸せな状態、前向きな気持ちでいると、低い波動の呪いは届きにくくなります。</p>



<p>呪いからの守り方については、別の記事で詳しく解説しています。</p>



<p><a href="https://noroigaeshi.com/column/taisaku/">→ 呪い返し対策｜呪いをかけてきた側が教える「完璧な守り方」</a></p>



<p>当方では、呪いの連鎖に苦しんでいる方の相談を承っております。</p>



<p><a href="https://noroigaeshi.com/">→ 呪返屋に相談する</a></p>



<h2 class="wp-block-heading">連鎖を断ち切った事例</h2>



<p>先ほどの女性の事例の続きをお話しします。</p>



<p>3年間続いた呪いの応酬。私は連鎖を断ち切る施術を行いました。</p>



<p>まず、元同僚からの呪いを完全に返しました。同時に、二人の間にあった霊的なつながりを断ちました。さらに、女性に強力な防御を施しました。</p>



<p>施術は深夜に行いました。3年分の呪いが蓄積していたため、通常より時間がかかりました。</p>



<p>施術後、女性から報告がありました。</p>



<p>「体が軽くなった。あの重苦しい感覚がなくなった」</p>



<p>その後、元同僚からの呪いは一切来なくなりました。霊的なつながりが断たれたため、呪いを飛ばすことができなくなったのです。</p>



<p>3年間の連鎖が、ようやく終わりました。</p>



<p>女性はその後、体調を取り戻し、新しい仕事も見つかり、今では平穏な生活を送っているそうです。「あの3年間は何だったのか」と振り返っていました。</p>



<h2 class="wp-block-heading">自分で連鎖を断ち切ろうとするリスク</h2>



<p>自己流で連鎖を断ち切ろうとするのはおすすめしません。</p>



<h3 class="wp-block-heading">消耗した状態での術は危険</h3>



<p>呪い返し返しの連鎖に巻き込まれている状態では、すでに霊的に消耗しています。</p>



<p>その状態で強力な術を使うと、自分自身にダメージが返ってくる可能性がある。体力がないのに全力疾走するようなものです。</p>



<h3 class="wp-block-heading">中途半端な切断は逆効果</h3>



<p>霊的なつながりを断つには、専門的な技術が必要です。</p>



<p>中途半端に切断すると、かえって状況が悪化することもあります。傷口から余計なものが入り込んでくることがある。</p>



<p>また、相手を刺激して、より強い呪いを呼び込む可能性もあります。</p>



<h3 class="wp-block-heading">専門家に任せるメリット</h3>



<p>専門家に依頼すれば、霊的なリスクはすべて術者が引き受けます。ご依頼者様に悪影響が及ぶことはありません。</p>



<p>私は15年間、呪いをかける側にいました。その経験があるからこそ、どうすれば完全に断ち切れるかがわかります。</p>



<h2 class="wp-block-heading">まとめ</h2>



<p>呪い返し返しの連鎖は、放置すれば双方が消耗し尽くすまで続きます。</p>



<p>連鎖を断ち切るためには、単に呪いを返すだけでは不十分。相手との霊的なつながりを断ち、防御を固める必要があります。</p>



<p>15年間、呪いの世界にいた経験から断言します。</p>



<p><strong>呪いの連鎖は、断ち切ることができる。</strong></p>



<p>もし今、終わらない呪いの応酬に苦しんでいるなら、その連鎖を終わらせることができます。</p>



<p>私は呪いをかける側から、返す側に転向しました。そして今は、呪いの連鎖を断ち切る仕事をしています。</p>



<p>一人で抱え込まず、まずはご相談ください。</p>



<p>相談は無料です。24時間以内にご返信いたします。</p>



<p><a href="https://noroigaeshi.com/">→ 呪返屋に相談する</a></p>
<p>投稿 <a rel="nofollow" href="https://noroigaeshi.com/kaeshigaeshi/">呪い返し返し｜終わらない連鎖を私が断ち切った方法</a> は <a rel="nofollow" href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
<p>投稿 <a href="https://noroigaeshi.com/kaeshigaeshi/">呪い返し返し｜終わらない連鎖を私が断ち切った方法</a> は <a href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>呪い返しするとどうなる？私が見た依頼者たちの末路</title>
		<link>https://noroigaeshi.com/dounaru/</link>
		
		<dc:creator><![CDATA[影月 蓮]]></dc:creator>
		<pubDate>Wed, 31 Dec 2025 05:41:37 +0000</pubDate>
				<category><![CDATA[恐怖]]></category>
		<guid isPermaLink="false">https://noroigaeshi.com/?p=914</guid>

					<description><![CDATA[<p>呪われ度診断｜呪返屋 呪われ度診断 1分で完了・全10問 最近、原因不明の不調や不運が続いていませんか？ 10の質問に答えるだけで、あなたが呪いの影響を受けている可能性を診断します。 診断を始める 1 / 10 Q1 原...</p>
<p>投稿 <a rel="nofollow" href="https://noroigaeshi.com/dounaru/">呪い返しするとどうなる？私が見た依頼者たちの末路</a> は <a rel="nofollow" href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
<p>投稿 <a href="https://noroigaeshi.com/dounaru/">呪い返しするとどうなる？私が見た依頼者たちの末路</a> は <a href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="ja">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>呪われ度診断｜呪返屋</title>
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
      background: #1a1a1a;
      color: #e0e0e0;
      line-height: 1.8;
      min-height: 100vh;
    }
    .container {
      max-width: 500px;
      margin: 0 auto;
      padding: 30px 20px;
      border: 1px solid #333;
      border-radius: 12px;
      background: #1a1a1a;
    }
    h1 {
      text-align: center;
      font-size: 22px;
      margin-bottom: 5px;
      color: #c9a84c;
    }
    .subtitle {
      text-align: center;
      font-size: 12px;
      color: #888;
      margin-bottom: 30px;
    }
    
    /* プログレスバー */
    .progress-wrap {
      margin-bottom: 25px;
    }
    .progress-text {
      font-size: 12px;
      color: #888;
      text-align: right;
      margin-bottom: 5px;
    }
    .progress-bar {
      width: 100%;
      height: 6px;
      background: #333;
      border-radius: 3px;
      overflow: hidden;
    }
    .progress-fill {
      height: 100%;
      background: linear-gradient(90deg, #c9a84c, #a88a3d);
      border-radius: 3px;
      transition: width 0.3s ease;
    }
    
    /* 質問カード */
    .question-card {
      background: #252525;
      border-radius: 10px;
      padding: 25px;
      display: none;
    }
    .question-card.active {
      display: block;
    }
    .question-number {
      font-size: 12px;
      color: #c9a84c;
      margin-bottom: 10px;
    }
    .question-text {
      font-size: 16px;
      color: #fff;
      margin-bottom: 25px;
      line-height: 1.6;
    }
    .answers {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .answer-btn {
      padding: 15px 20px;
      background: #1a1a1a;
      border: 1px solid #444;
      border-radius: 8px;
      color: #e0e0e0;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.2s ease;
      text-align: left;
    }
    .answer-btn:hover {
      border-color: #c9a84c;
      background: #2a2a2a;
    }
    .answer-btn.yes {
      border-color: #c9a84c;
    }
    .answer-btn.yes:hover {
      background: #2d2a20;
    }
    
    /* スタート画面 */
    .start-screen {
      text-align: center;
    }
    .start-screen.hidden {
      display: none;
    }
    .start-icon {
      font-size: 48px;
      margin-bottom: 20px;
    }
    .start-desc {
      font-size: 14px;
      color: #aaa;
      margin-bottom: 30px;
      line-height: 1.8;
    }
    .btn-start {
      display: inline-block;
      padding: 15px 50px;
      background: linear-gradient(135deg, #c9a84c 0%, #a88a3d 100%);
      color: #1a1a1a;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .btn-start:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 20px rgba(201, 168, 76, 0.3);
    }
    
    /* 結果画面 */
    .result-screen {
      display: none;
    }
    .result-screen.show {
      display: block;
    }
    .result-box {
      background: #252525;
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      margin-bottom: 20px;
    }
    .result-label {
      font-size: 12px;
      color: #888;
      margin-bottom: 5px;
    }
    .result-score {
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 5px;
    }
    .result-score span {
      font-size: 20px;
    }
    .result-score.level-safe { color: #4a9; }
    .result-score.level-caution { color: #c9a84c; }
    .result-score.level-warning { color: #e67e22; }
    .result-score.level-danger { color: #c0392b; }
    .result-score.level-critical { color: #8b0000; }
    
    .result-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
    }
    .result-title.level-safe { color: #4a9; }
    .result-title.level-caution { color: #c9a84c; }
    .result-title.level-warning { color: #e67e22; }
    .result-title.level-danger { color: #c0392b; }
    .result-title.level-critical { color: #8b0000; }
    
    .result-bar {
      width: 100%;
      height: 8px;
      background: #333;
      border-radius: 4px;
      margin: 15px 0;
      overflow: hidden;
    }
    .result-bar-fill {
      height: 100%;
      border-radius: 4px;
      transition: width 1s ease;
    }
    .result-bar-fill.level-safe { background: #4a9; }
    .result-bar-fill.level-caution { background: #c9a84c; }
    .result-bar-fill.level-warning { background: #e67e22; }
    .result-bar-fill.level-danger { background: #c0392b; }
    .result-bar-fill.level-critical { background: #8b0000; }
    
    .result-desc {
      font-size: 13px;
      color: #aaa;
      line-height: 1.8;
      text-align: left;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #333;
    }
    
    .recommend {
      background: #252525;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
    }
    .recommend-title {
      font-size: 14px;
      color: #c9a84c;
      margin-bottom: 15px;
      text-align: center;
    }
    .recommend-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 0;
      border-bottom: 1px solid #333;
    }
    .recommend-item:last-child {
      border-bottom: none;
    }
    .recommend-name {
      font-size: 14px;
      color: #fff;
    }
    .recommend-price {
      font-size: 14px;
      font-weight: bold;
      color: #c9a84c;
    }
    
    .btn-contact {
      display: block;
      width: 100%;
      padding: 15px;
      background: linear-gradient(135deg, #c9a84c 0%, #a88a3d 100%);
      color: #1a1a1a;
      font-size: 15px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
      margin-bottom: 10px;
    }
    .btn-contact:hover {
      opacity: 0.9;
    }
    .btn-retry {
      display: block;
      width: 100%;
      padding: 12px;
      background: transparent;
      color: #888;
      font-size: 13px;
      border: 1px solid #444;
      border-radius: 6px;
      cursor: pointer;
      text-align: center;
    }
    .btn-retry:hover {
      border-color: #666;
      color: #aaa;
    }
    
    .note {
      font-size: 11px;
      color: #555;
      text-align: center;
      margin-top: 20px;
    }
  </style>
</head>
<body>
  <div class="container">
    <h1>呪われ度診断</h1>
    <p class="subtitle">1分で完了・全10問</p>
    
    <!-- スタート画面 -->
    <div class="start-screen" id="startScreen">
      <p class="start-desc">
        最近、原因不明の不調や不運が続いていませんか？<br>
        10の質問に答えるだけで、あなたが呪いの影響を受けている可能性を診断します。
      </p>
      <button class="btn-start" id="btnStart">診断を始める</button>
    </div>
    
    <!-- 質問画面 -->
    <div id="questionArea">
      <div class="progress-wrap" id="progressWrap" style="display:none;">
        <p class="progress-text"><span id="currentQ">1</span> / <span id="totalQ">10</span></p>
        <div class="progress-bar">
          <div class="progress-fill" id="progressFill" style="width:10%"></div>
        </div>
      </div>
      
      <!-- Q1 -->
      <div class="question-card" data-q="1" data-score="3">
        <p class="question-number">Q1</p>
        <p class="question-text">原因不明の体調不良が続いていますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q2 -->
      <div class="question-card" data-q="2" data-score="3">
        <p class="question-number">Q2</p>
        <p class="question-text">眠れない、または悪夢をよく見ますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q3 -->
      <div class="question-card" data-q="3" data-score="3">
        <p class="question-number">Q3</p>
        <p class="question-text">理由もなく不安や恐怖を感じますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q4 -->
      <div class="question-card" data-q="4" data-score="3">
        <p class="question-number">Q4</p>
        <p class="question-text">誰かに見られている気がしますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q5 -->
      <div class="question-card" data-q="5" data-score="3">
        <p class="question-number">Q5</p>
        <p class="question-text">人間関係が急に悪化しましたか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q6 -->
      <div class="question-card" data-q="6" data-score="3">
        <p class="question-number">Q6</p>
        <p class="question-text">仕事や金運が急に悪くなりましたか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q7 -->
      <div class="question-card" data-q="7" data-score="3">
        <p class="question-number">Q7</p>
        <p class="question-text">事故や怪我が続いていますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q8 -->
      <div class="question-card" data-q="8" data-score="4">
        <p class="question-number">Q8</p>
        <p class="question-text">誰かに強く恨まれている心当たりがありますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q9 -->
      <div class="question-card" data-q="9" data-score="5">
        <p class="question-number">Q9</p>
        <p class="question-text">「呪ってやる」「不幸にしてやる」と言われたことがありますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
      
      <!-- Q10 -->
      <div class="question-card" data-q="10" data-score="4">
        <p class="question-number">Q10</p>
        <p class="question-text">家系代々、不幸や病気が続いていますか？</p>
        <div class="answers">
          <button class="answer-btn yes" data-answer="yes">はい</button>
          <button class="answer-btn" data-answer="no">いいえ</button>
        </div>
      </div>
    </div>
    
    <!-- 結果画面 -->
    <div class="result-screen" id="resultScreen">
      <div class="result-box">
        <p class="result-label">あなたの呪われ度</p>
        <p class="result-score" id="resultScore">0<span>%</span></p>
        <p class="result-title" id="resultTitle">判定中&#8230;</p>
        <div class="result-bar">
          <div class="result-bar-fill" id="resultBar" style="width:0%"></div>
        </div>
        <p class="result-desc" id="resultDesc"></p>
      </div>
      
      <div class="recommend">
        <p class="recommend-title">おすすめのサービス</p>
        <div id="recommendList"></div>
      </div>
      
      <a href="https://noroigaeshi.com/contact/" class="btn-contact">無料で相談する</a>
      <button class="btn-retry" id="btnRetry">もう一度診断する</button>
      
      <p class="note">※この診断は参考情報です。正確な判断には霊視鑑定をおすすめします。</p>
    </div>
  </div>
  
  <script>
    const totalQuestions = 10;
    let currentQuestion = 0;
    let score = 0;
    let maxScore = 0;
    
    // 最大スコア計算
    document.querySelectorAll('.question-card').forEach(card => {
      maxScore += parseInt(card.dataset.score);
    });
    
    // スタートボタン
    document.getElementById('btnStart').addEventListener('click', function() {
      document.getElementById('startScreen').classList.add('hidden');
      document.getElementById('progressWrap').style.display = 'block';
      showQuestion(1);
    });
    
    // 回答ボタン
    document.querySelectorAll('.answer-btn').forEach(btn => {
      btn.addEventListener('click', function() {
        const card = this.closest('.question-card');
        const qNum = parseInt(card.dataset.q);
        const qScore = parseInt(card.dataset.score);
        
        // スコア加算
        if (this.dataset.answer === 'yes') {
          score += qScore;
        }
        
        // 次の質問へ
        if (qNum < totalQuestions) {
          showQuestion(qNum + 1);
        } else {
          showResult();
        }
      });
    });
    
    // 質問表示
    function showQuestion(num) {
      document.querySelectorAll('.question-card').forEach(card => {
        card.classList.remove('active');
      });
      document.querySelector(`.question-card[data-q="${num}"]`).classList.add('active');
      
      // プログレス更新
      document.getElementById('currentQ').textContent = num;
      document.getElementById('progressFill').style.width = (num / totalQuestions * 100) + '%';
    }
    
    // 結果表示
    function showResult() {
      document.getElementById('progressWrap').style.display = 'none';
      document.querySelectorAll('.question-card').forEach(card => {
        card.classList.remove('active');
      });
      document.getElementById('resultScreen').classList.add('show');
      
      const percentage = Math.round((score / maxScore) * 100);
      
      // レベル判定
      let level, title, desc, services;
      
      if (percentage <= 15) {
        level = 'safe';
        title = '安全';
        desc = '現時点では、呪いの影響はほとんど見られません。ただし、不調が続く場合は予防として護符を持っておくことをおすすめします。';
        services = [
          { name: 'デジタル護符', price: '5,000円' }
        ];
      } else if (percentage <= 35) {
        level = 'caution';
        title = '要注意';
        desc = '軽度の呪いや念の影響を受けている可能性があります。放置すると悪化する恐れがあるため、早めの対策をおすすめします。';
        services = [
          { name: '霊視鑑定', price: '19,800円' },
          { name: 'デジタル護符', price: '5,000円' }
        ];
      } else if (percentage <= 55) {
        level = 'warning';
        title = '警告';
        desc = '呪いの影響を受けている可能性が高いです。体調不良や不運は偶然ではないかもしれません。早急な対策をおすすめします。';
        services = [
          { name: '呪い返し代行', price: '9,800円' },
          { name: '霊視鑑定', price: '19,800円' }
        ];
      } else if (percentage <= 75) {
        level = 'danger';
        title = '危険';
        desc = '強い呪いの影響を受けている可能性が非常に高いです。放置すると取り返しのつかない事態になる恐れがあります。';
        services = [
          { name: '完全セット', price: '29,800円' }
        ];
      } else {
        level = 'critical';
        title = '非常に危険';
        desc = '極めて強い呪いの影響下にある可能性があります。今すぐ対策が必要です。';
        services = [
          { name: '完全セット', price: '29,800円' },
          { name: '家系の呪い解除', price: '98,000円' }
        ];
      }
      
      // 表示更新
      const scoreEl = document.getElementById('resultScore');
      const titleEl = document.getElementById('resultTitle');
      const barEl = document.getElementById('resultBar');
      const descEl = document.getElementById('resultDesc');
      const listEl = document.getElementById('recommendList');
      
      scoreEl.innerHTML = percentage + '<span>%</span>';
      scoreEl.className = 'result-score level-' + level;
      titleEl.textContent = title;
      titleEl.className = 'result-title level-' + level;
      barEl.style.width = percentage + '%';
      barEl.className = 'result-bar-fill level-' + level;
      descEl.textContent = desc;
      
      listEl.innerHTML = services.map(s => `
        <div class="recommend-item">
          <span class="recommend-name">${s.name}</span>
          <span class="recommend-price">${s.price}</span>
        </div>
      `).join('');
      
      // スクロール
      window.scrollTo({ top: 0, behavior: 'smooth' });
    }
    
    // リトライ
    document.getElementById('btnRetry').addEventListener('click', function() {
      score = 0;
      document.getElementById('resultScreen').classList.remove('show');
      document.getElementById('startScreen').classList.remove('hidden');
      window.scrollTo({ top: 0, behavior: 'smooth' });
    });
  </script>
</body>
</html>



<h2 class="wp-block-heading">呪い返しするとどうなる？私が見た依頼者たちの末路</h2>



<p>呪い返しをするとどうなるのか。</p>



<p>その結末を知りたくて、このページにたどり着いたのだと思います。</p>



<p>「人を呪わば穴二つ」という言葉は有名です。しかし、実際に呪いをかけた人間がどうなったのか。逆に、呪い返しで救われた人間がどうなったのか。その両方を見た人は少ないでしょう。</p>



<p>私は15年間、呪いを「かける側」にいた人間です。四国の拝み屋七代目の血筋に生まれ、呪い代行師として数千件の依頼を執行してきました。</p>



<p>そして今は、呪い返しの代行をしています。</p>



<p>かける側と返す側、両方の立場を経験したからこそ、呪い返しの結末を知っている。</p>



<p>この記事では、呪いをかけた人間の末路と、呪い返しで救われた人間のその後をお伝えします。</p>



<p>もし今、原因不明の不調や不運が続いているなら、それは呪いの影響かもしれません。</p>



<p>当方では、呪い返しの代行を承っております。ご依頼者様に霊的なリスクが及ぶことはございません。</p>



<p><a href="https://noroigaeshi.com/">→ 呪返屋に相談する</a></p>



<h2 class="wp-block-heading">呪い返しを受けるとどうなるのか</h2>



<p>まず、呪い返しを受けた人間に何が起きるのか。共通するパターンをお伝えします。</p>



<h3 class="wp-block-heading">身体に現れる変化</h3>



<p>最も多いのは、身体的な症状です。</p>



<p>原因不明の頭痛、めまい、倦怠感。急な体調不良が続く。病院で検査しても異常がない。しかし、体は確実に悲鳴を上げている。</p>



<p>私が呪い代行をしていた頃、依頼者から「最近、体調がおかしい」という連絡がよく来ました。</p>



<p>霊視すると、呪いが返っている。対象者に届かなかった呪い、あるいは意図的に返された呪いが、依頼者のもとに戻っていたのです。</p>



<p>重症の場合は、事故に遭ったり、大きな病気を発症することもありました。ある依頼者は、呪い返しを受けた後、立て続けに交通事故に遭い、入院を繰り返しました。</p>



<h3 class="wp-block-heading">環境に現れる変化</h3>



<p>身体だけではありません。環境にも変化が現れます。</p>



<p>人間関係の急激な悪化。仕事でのトラブル。金銭的な問題。何をやってもうまくいかない状態が続く。</p>



<p>呪いをかけた相手を不幸にしようとしたのに、自分が不幸になっていく。</p>



<p>ある依頼者は、職場の同僚を呪いました。同僚を会社から追い出したかったのです。術は成功し、同僚は退職しました。しかし、その後、依頼者自身も職場で孤立し、最終的には自分も退職することになりました。</p>



<p>呪った内容が、形を変えて自分に返ってくる。これが呪い返しの恐ろしさです。</p>



<h3 class="wp-block-heading">精神に現れる変化</h3>



<p>精神的な変化も見られます。</p>



<p>理由のない不安感。気分の落ち込み。誰かに監視されているような感覚。悪夢を頻繁に見る。</p>



<p>呪いをかけた瞬間から、依頼者の表情は暗くなっていきました。波動が下がり、同じ低い波動を引き寄せていく。</p>



<p>呪い返しが起きる前から、すでに不幸への道を歩み始めていたのです。</p>



<p>ある依頼者は、呪いをかけた後、「誰かに見られている気がする」と訴えるようになりました。霊視すると、呪いを返そうとする対象者の念が、依頼者を監視していた。精神的な圧迫は、やがて不眠症となり、仕事にも支障をきたすようになりました。</p>



<h2 class="wp-block-heading">呪いをかけた側の末路：私が見た3つの事例</h2>



<p>具体的な事例をお話しします。いずれも、私が呪い代行をしていた頃に実際に見た末路です。</p>



<h3 class="wp-block-heading">事例1：不倫相手を呪った女性</h3>



<p>30代の女性。既婚男性と不倫関係にあり、妻を呪いたいという依頼でした。</p>



<p>「あの女さえいなければ、彼は私のものになる」</p>



<p>強い恨みを感じました。話を聞くと、3年間の不倫関係。男性は「妻と別れる」と言い続けていたが、一向に別れない。女性は焦っていました。</p>



<p>術を執行し、しばらくは順調に見えた。妻は体調を崩し、夫婦関係にも亀裂が入り始めました。依頼者は「効いている」と喜んでいました。</p>



<p>しかし、3ヶ月後。</p>



<p>依頼者から連絡がありました。「体調がおかしい。彼との関係も悪くなった」</p>



<p>霊視すると、呪いが返っていた。妻が霊感の強い人で、無意識に呪いを跳ね返していたのです。妻自身は呪われていることに気づいていなかったでしょう。しかし、その人が持つ霊的な守りが、呪いを発信源へ送り返していた。</p>



<p>その後、依頼者は体調を崩し、仕事も失い、男性との関係も終わりました。</p>



<p>皮肉なことに、夫婦関係はむしろ修復されたと後で聞きました。妻の体調不良をきっかけに、夫が妻を大切にするようになったそうです。</p>



<p>呪おうとした妻は何事もなく、依頼者だけが不幸になった。これが呪い返しの現実です。</p>



<h3 class="wp-block-heading">事例2：パワハラ上司を呪った男性</h3>



<p>40代の男性。職場のパワハラ上司を呪いたいという依頼でした。</p>



<p>「あいつを会社から追い出したい。できれば社会的に破滅させたい」</p>



<p>長年のパワハラで、相当な恨みが溜まっていたのでしょう。話を聞くと、5年間、毎日のように罵倒され、人格を否定され続けてきたという。同情する部分もありました。</p>



<p>術を執行した結果、上司は体調を崩して休職。その後、別の問題も発覚し、会社を追われることになりました。依頼者は「先生のおかげです」と喜んでいました。</p>



<p>しかし、半年後。</p>



<p>今度は依頼者自身が会社を辞めることになった。新しい上司との関係がうまくいかず、精神的に追い詰められたそうです。</p>



<p>「前の上司がいなくなって、楽になるはずだったのに」</p>



<p>依頼者はそう嘆いていました。</p>



<p>呪いは形を変えて返ってきた。「職場を追われる」という結果は、呪った相手と同じでした。</p>



<h3 class="wp-block-heading">事例3：元彼女を呪った男性</h3>



<p>20代の男性。元彼女への呪いを依頼してきました。「新しい彼氏と別れさせたい」と。</p>



<p>正直、この手の依頼は多い。恋愛のもつれから呪いを依頼する人は、男女問わずたくさんいます。</p>



<p>話を聞くと、彼女に振られてから1年。彼女が新しい彼氏と幸せそうにしているのをSNSで見て、どうしても許せなくなったという。</p>



<p>しかし、この依頼は最初からうまくいかなかった。</p>



<p>元彼女には強い守りがあった。新しい彼氏との関係が良好で、幸せなオーラに包まれていて、呪いを受け付けなかったのです。</p>



<p>幸せな状態にある人は、呪いを受け付けにくい。これは呪術の世界では常識です。</p>



<p>結果、呪いはすぐに返ってきた。依頼者は施術後1週間で体調を崩し、その後、事故に遭って入院しました。退院後も体調は戻らず、仕事も失いました。</p>



<p>元彼女は何も知らないまま、幸せに暮らしている。呪いをかけた側だけが不幸になった。</p>



<p>呪い返しの全体像については、こちらの記事で詳しく解説しています。</p>



<p><a href="https://noroigaeshi.com/column/guide/">→ 呪い返し完全ガイド｜元呪い代行師が全てを明かす</a></p>



<h2 class="wp-block-heading">呪い返しで救われた側のその後：3つの事例</h2>



<p>次に、呪われていた人間が呪い返しをして、どうなったか。こちらも私が見てきた事例です。</p>



<h3 class="wp-block-heading">事例4：原因不明の体調不良から回復した女性</h3>



<p>40代の女性。2年間、原因不明の体調不良に苦しんでいました。</p>



<p>病院を何軒も回ったが、異常は見つからない。しかし、倦怠感、頭痛、めまいが続く。仕事も辞めざるを得なくなった。</p>



<p>「何か憑いているのでは」と藁にもすがる思いで相談に来ました。</p>



<p>霊視すると、職場の元同僚から強い呪いを受けていることがわかりました。昇進を妬まれていたようです。依頼者本人には全く心当たりがなかった。「あの人とは普通に仲が良かったと思っていた」と驚いていました。</p>



<p>呪い返しの施術を行いました。</p>



<p>1週間後、依頼者から連絡がありました。「嘘みたいに体が軽くなった」と。</p>



<p>その後、体調は完全に回復。新しい職場で働き始め、今では充実した日々を送っているそうです。2年間の苦しみが嘘のようだと言っていました。</p>



<p>「あの2年間は何だったのか。もっと早く相談すればよかった」</p>



<p>それが依頼者の言葉でした。</p>



<h3 class="wp-block-heading">事例5：人間関係が改善した男性</h3>



<p>30代の男性。職場での人間関係が急激に悪化し、孤立していました。</p>



<p>以前は良好だった同僚たちが、なぜか距離を置くようになった。陰口を言われているような気がする。理由がわからない。</p>



<p>「自分が何か悪いことをしたのでは」と自分を責めていました。うつ状態に近い状態で、相談に来ました。</p>



<p>霊視すると、元交際相手から生霊が飛んでいることがわかりました。別れ方が悪く、強い恨みを買っていた。その負のエネルギーが、依頼者の周囲の人間関係にも影響を与えていたのです。</p>



<p>生霊は、本人に自覚がないまま飛ぶことがあります。元交際相手も、意図的に呪いをかけていたわけではない。しかし、強い恨みの念が、無意識のうちに依頼者を攻撃していたのです。</p>



<p>呪い返しの施術を行いました。</p>



<p>2週間後、依頼者から報告がありました。「職場の空気が変わった。また普通に話せるようになった」と。</p>



<p>呪いの影響が消えたことで、本来の人間関係に戻ったのです。今では職場でも信頼される存在になっているそうです。</p>



<h3 class="wp-block-heading">事例6：連続する不運から脱出した女性</h3>



<p>20代の女性。何をやってもうまくいかない状態が1年以上続いていました。</p>



<p>仕事のミスが続く。恋愛もうまくいかない。事故や怪我も多い。財布を落とす、電車に乗り遅れる、予定がキャンセルになる。小さな不運が積み重なっていく。</p>



<p>「自分は呪われているのでは」と感じて相談に来ました。</p>



<p>霊視すると、学生時代の友人から呪いを受けていることがわかりました。SNSで依頼者の充実した生活を見て、成功を妬んでいたようです。</p>



<p>「あの子とは仲が良かったはずなのに」と依頼者はショックを受けていました。しかし、妬みや嫉妬は、仲の良さとは関係なく生まれることがあります。</p>



<p>呪い返しの施術を行いました。</p>



<p>1ヶ月後、依頼者の人生は好転し始めました。仕事が軌道に乗り、新しい恋人もできた。不運の連鎖が嘘のように止まった。「あの頃が嘘みたい」と言っていました。</p>



<p>簡単な呪い返しの方法については、こちらの記事で解説しています。</p>



<p><a href="https://noroigaeshi.com/column/kantan/">→ 呪い返しを簡単にする方法｜元呪い師が教える「素人でも効く」やり方</a></p>



<p>当方では、呪いを受けている方の相談を承っております。</p>



<p><a href="https://noroigaeshi.com/">→ 呪返屋に相談する</a></p>



<h2 class="wp-block-heading">呪い返しで状況が変わる理由</h2>



<p>なぜ呪い返しで状況が変わるのか。その仕組みを説明します。</p>



<h3 class="wp-block-heading">呪いとは負のエネルギー</h3>



<p>呪いとは、負のエネルギーの塊です。恨み、妬み、怒り、悲しみ。こうした感情を凝縮して、特定の相手に向けて発射したもの。</p>



<p>このエネルギーが対象者にまとわりついている限り、不調や不運は続きます。</p>



<p>体調不良も、人間関係の悪化も、連続する不運も、すべてこの負のエネルギーが原因です。</p>



<h3 class="wp-block-heading">呪い返しはエネルギーを戻す行為</h3>



<p>呪い返しは、このエネルギーを送り主に戻す行為です。</p>



<p>エネルギーが消えれば、本来の状態に戻ることができる。体調が回復し、人間関係が改善し、運気が上がっていく。</p>



<p>私が見てきた事例では、呪い返しをした人のほとんどが、1週間から1ヶ月程度で変化を実感しています。</p>



<h3 class="wp-block-heading">呪い返しは復讐ではない</h3>



<p>誤解されがちですが、呪い返しは復讐ではありません。</p>



<p>自分にかけられた呪いを、元の場所に戻すだけ。新たに呪いをかけるわけではない。</p>



<p>正当防衛に近い行為だと私は考えています。</p>



<p>ただし、自己流で行うのはおすすめしません。やり方を間違えると、状況が悪化する可能性もあります。</p>



<p>専門家に依頼すれば、霊的なリスクはすべて術者が引き受けます。ご依頼者様に悪影響が及ぶことはありません。</p>



<p>「呪い返しの『返し』で、さらに悪化するのでは」</p>



<p>そのようなご心配をされる方もいますが、当方への依頼であれば、そのようなことは起こりません。</p>



<h2 class="wp-block-heading">まとめ</h2>



<p>呪い返しをするとどうなるか。私が見てきた事例をまとめます。</p>



<p>呪いをかけた側は、必ず呪い返しを受けます。</p>



<p>不倫相手を呪った女性は自分が不幸になった。パワハラ上司を呪った男性は自分が職場を追われた。元彼女を呪った男性は事故に遭った。</p>



<p>例外はありません。呪いは必ず返ります。</p>



<p>一方、呪われていた側が呪い返しをすると、状況は好転します。</p>



<p>体調が回復し、人間関係が改善し、不運の連鎖が止まる。本来の自分を取り戻すことができる。</p>



<p>15年間、呪いの世界にいた経験から断言します。</p>



<p><strong>呪いは、必ず返る。そして、呪い返しで人生は変わる。</strong></p>



<p>もし今、あなたが呪いに苦しんでいるなら、それを返すことで状況は変わります。</p>



<p>私は呪いをかける側から、返す側に転向しました。かける方法を知っているからこそ、返す方法もわかる。</p>



<p>その経験と技術を、今苦しんでいる方のために使いたいと考えています。</p>



<p>一人で抱え込まず、まずはご相談ください。</p>



<p>相談は無料です。24時間以内にご返信いたします。</p>



<p><a href="https://noroigaeshi.com/">→ 呪返屋に相談する</a></p>
<p>投稿 <a rel="nofollow" href="https://noroigaeshi.com/dounaru/">呪い返しするとどうなる？私が見た依頼者たちの末路</a> は <a rel="nofollow" href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
<p>投稿 <a href="https://noroigaeshi.com/dounaru/">呪い返しするとどうなる？私が見た依頼者たちの末路</a> は <a href="https://noroigaeshi.com">呪返屋</a> に最初に表示されました。</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
