<?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://azumasweets.com/category/sonota/game/feed/" rel="self" type="application/rss+xml" />
	<link>https://azumasweets.com</link>
	<description>YouTube『吾妻のアニメ』の作者のブログです。</description>
	<lastBuildDate>Sat, 19 Oct 2024 09:04:03 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://azumasweets.com/wp-content/uploads/2022/06/cropped-IMG_9642-32x32.png</url>
	<title>ゲーム | 純喫茶吾妻</title>
	<link>https://azumasweets.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>アンタたち二人三脚できる？</title>
		<link>https://azumasweets.com/nininsankyaku/</link>
		
		<dc:creator><![CDATA[purin]]></dc:creator>
		<pubDate>Sat, 19 Oct 2024 07:48:20 +0000</pubDate>
				<category><![CDATA[ゲーム]]></category>
		<guid isPermaLink="false">https://azumasweets.com/?p=7050</guid>

					<description><![CDATA[アンタが二人三脚をする相手 &#x2b07;︎あなたの名前を入力&#x2b07;︎ 　診断結果　 　 こちらに結果が表示されます。]]></description>
										<content:encoded><![CDATA[

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<div style="border: 1px solid #BEAF98; border-radius: 15px; padding: 10px 15px;"> アンタが二人三脚をする相手 </div>
<style>
    body {
        text-align: center;
        font-family: sans-serif; /* フォントの指定を追加 */
    }
</style>
<link rel="stylesheet" href="styles.css">

<div style="border:none; background: #ECE8E1; padding: 10px;"> 
    <h3> &#x2b07;︎あなたの名前を入力&#x2b07;︎</h3>
    <p><input type="text" id="name" value=""></p>
    <p><input type="button" id="getResult" value="診断"></p>
</div>

<br> 

<div style="position: relative; border: 2px solid #C1AA9F; padding: 20px 15px 15px 15px;">
    <div style="position: absolute; top: -15px; left: 15px; background: #ffffff; color: #C1AA9F; padding: 0 8px;">
        <b>　診断結果　</b>
    </div>　
    <p id="result">こちらに結果が表示されます。</p>
    <div id="tweet"></div>
</div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>
    $(function(){
        $("#getResult").click(function(){
            var name = $("#name").val();

            if (name === ""){
                alert("名前を入力してください！");
                return;
            }
            // タイプの定義
            var types = [
                "凪飛鳥 https://azumasweets.com/nagiasuka/",
                "大園晴秀 https://azumasweets.com/ozonoharuhide/",
                "右京和久 https://azumasweets.com/ukyowasku/",
                "浮所龍 https://azumasweets.com/ukisyotatsuru/",
                "咲間薫 https://azumasweets.com/sakumakaoru/",
                "椿流星 https://azumasweets.com/tsubakiryusei/",
                "御子柴アロハ https://azumasweets.com/mikoshibaaroha/",
                "八雲遊馬 https://azumasweets.com/yakumoyuma/",
                "明永若 https://azumasweets.com/akenagawaka/",
                "小泉黎 https://azumasweets.com/koizumirei/",
                "長谷部清 https://azumasweets.com/hasebekiyoi/",
                "杢蜂蓮 https://azumasweets.com/mokubachiren/",
                "湊要人 https://azumasweets.com/minatokaname/",
                "韮瀬京平 https://azumasweets.com/nirasekyohe/",
                "萩颯 https://azumasweets.com/hagihayate/",
                "桃李陽 https://azumasweets.com/touriharu/"
            ];
            var type = types[Math.floor(Math.random() * types.length)];

            // 結果の生成
            var typeName = type.split(" ")[0];
            var typeURL = type.split(" ")[1];
            var result = "【結果】" + name + "さんの二人三脚の相手が決まりました。本番も頑張ってください！【二人三脚相手】" +  type;
            $("#result").text(result);

            // 診断結果に追加情報を含めてコピー
            var copyText = result + "\n#azumagacha\n【診断はこちら】https://azumasweets.com/nininsankyaku/";
            $("#tweet").html(
                "<button id='copyButton'>結果をコピー</button> " +
                "<a href='https://bsky.app' target='_blank'>診断結果をBlueskyに投稿する</a>"
            );

            // コピーボタンのイベントを設定
            $("#copyButton").off("click").on("click", function() {
                navigator.clipboard.writeText(copyText).then(function() {
                    alert("診断結果がコピーされました！");
                }, function(err) {
                    alert("コピーに失敗しました。");
                });
            });
        });
    });
</script>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>アンタの幼馴染思い出させてやんよ！</title>
		<link>https://azumasweets.com/osananajimi/</link>
		
		<dc:creator><![CDATA[purin]]></dc:creator>
		<pubDate>Sat, 19 Oct 2024 06:47:12 +0000</pubDate>
				<category><![CDATA[ゲーム]]></category>
		<guid isPermaLink="false">https://azumasweets.com/?p=7037</guid>

					<description><![CDATA[アンタの幼馴染を一発で決めてやんよ &#x2b07;︎あなたの名前を入力&#x2b07;︎ 　診断結果　 　 こちらに結果が表示されます。 ❶左のコピーを押すと診断結果がコピーされます ❷右のBlueskyに投稿を押すと [&#8230;]]]></description>
										<content:encoded><![CDATA[
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<div style="border: 1px solid #BEAF98; border-radius: 15px; padding: 10px 15px;"> アンタの幼馴染を一発で決めてやんよ </div>
<style>
    body {
        text-align: center;
        font-family: sans-serif; /* フォントの指定を追加 */
    }
</style>
<link rel="stylesheet" href="styles.css">

<div style="border:none; background: #ECE8E1; padding: 10px;"> 
    <h3> &#x2b07;︎あなたの名前を入力&#x2b07;︎</h3>
    <p><input type="text" id="name" value=""></p>
    <p><input type="button" id="getResult" value="診断"></p>
</div>

<br> 

<div style="position: relative; border: 2px solid #C1AA9F; padding: 20px 15px 15px 15px;">
    <div style="position: absolute; top: -15px; left: 15px; background: #ffffff; color: #C1AA9F; padding: 0 8px;">
        <b>　診断結果　</b>
    </div>　
    <p id="result">こちらに結果が表示されます。</p>
    <div id="tweet"></div>
</div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>
    $(function(){
        $("#getResult").click(function(){
            var name = $("#name").val();

            if (name === ""){
                alert("名前を入力してください！");
                return;
            }
            // タイプの定義
            var types = [
                "凪飛鳥！飛鳥との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/nagiasuka/",
                "大園晴秀！晴秀との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/ozonoharuhide/",
                "右京和久!和久との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/ukyowasku/",
                "浮所龍！龍との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/ukisyotatsuru/",
                "咲間薫！薫との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/sakumakaoru/",
                "椿流星！流星との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/tsubakiryusei/",
                "御子柴アロハ！アロハとの幼馴染エピソードを思い出してみよう！ https://azumasweets.com/mikoshibaaroha/",
                "八雲遊馬！遊馬との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/yakumoyuma/",
                "明永若！若との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/akenagawaka/",
                "小泉黎！黎との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/koizumirei/",
                "長谷部清！清との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/hasebekiyoi/",
                "杢蜂蓮！蓮との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/mokubachiren/",
                "湊要人！要人との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/minatokaname/",
                "韮瀬京平！京平との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/nirasekyohe/",
                "萩颯！颯との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/hagihayate/",
                "桃李陽！陽との幼馴染エピソードを思い出してみよう！ https://azumasweets.com/touriharu/"
            ];
            var type = types[Math.floor(Math.random() * types.length)];

            var result = name + "さんの幼馴染は、" + type;
            $("#result").text(result);

            // 診断結果に追加情報を含めてコピー
            var copyText = result + "\n#azumagacha\n【診断はこちら】https://azumasweets.com/osananajimi/";
            $("#tweet").html(
                "<button id='copyButton'>結果をコピー</button> " +
                "<a href='https://bsky.app' target='_blank'>診断結果をBlueskyに投稿する</a>"
            );

            // コピーボタンのイベントを設定
            $("#copyButton").off("click").on("click", function() {
                navigator.clipboard.writeText(copyText).then(function() {
                    alert("診断結果がコピーされました！");
                }, function(err) {
                    alert("コピーに失敗しました。");
                });
            });
        });
    });
</script>



<div class="wp-block-group alignwide is-vertical is-layout-flex wp-container-core-group-is-layout-fe9cc265 wp-block-group-is-layout-flex">
<p>❶<span class="fz-12px"><span class="marker-blue">左のコピーを押すと診断結果</span></span><span class="fz-12px"><span class="marker-blue">が</span></span><span class="fz-12px"><span class="marker-blue">コピーされます</span></span></p>



<p>❷<span class="fz-12px"><span class="marker-red">右のBlueskyに投稿を押すと簡単にアプリが開けますので</span></span><span class="fz-12px"><span class="marker-red">、投稿を開いて→</span></span><span class="fz-12px"><span class="marker-red">コピペ共有しちゃいましょう！</span></span></p>



<p><span class="fz-12px">吾妻が知らないだけかも知れませんが、Blueskyにはまだ自動共有がないので、Bluesky用に少し手動で共有していただく形にいじってみました。何卒！</span></p>
</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>コイツにそいつの服着せて、アイツのセリフを言わせる</title>
		<link>https://azumasweets.com/koitsu/</link>
		
		<dc:creator><![CDATA[purin]]></dc:creator>
		<pubDate>Sat, 06 Jul 2024 10:47:08 +0000</pubDate>
				<category><![CDATA[ガチャ]]></category>
		<guid isPermaLink="false">https://azumasweets.com/?p=6105</guid>

					<description><![CDATA[イラストお題 ※ダブりあり コイツにそいつの服着せて、アイツのセリフを言わせる &#x2b07;︎あなたの名前を入力&#x2b07;︎ 　診断結果　 　 こちらに結果が表示されます。]]></description>
										<content:encoded><![CDATA[
<p class="has-text-align-center">イラストお題</p>



<p class="has-text-align-center">※ダブりあり</p>



<div style="border: 1px solid #BEAF98; border-radius: 15px; padding: 10px 15px;"> コイツにそいつの服着せて、アイツのセリフを言わせる </div>
    <style>
        body {
          text-align: center;
        }
    </style>
    <link rel="stylesheet" href="styles.css">
  
  
     <div style="border:none; background: #ECE8E1; padding: 10px;"> <h3> &#x2b07;︎あなたの名前を入力&#x2b07;︎</h3>
      <p><input type="text" id="name" value=""></p>
      <p><input type="button" id="getResult" value="診断"></p></div>

<br> 

      
      <div style="position: relative; border: 2px solid #C1AA9F; padding: 20px 15px 15px 15px;"><div style="position: absolute; top: -15px; left: 15px; background: #ffffff; color: #C1AA9F; padding: 0 8px;"><b>　診断結果　</b></div>　<p id="result">こちらに結果が表示されます。</p>
      <div id="tweet"></div>
 
      <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
      <script>
          $(function(){
              $("#getResult").click(function(){
                  var name = $("#name").val();
                  // console.log(name);
 
                    if (name === ""){
                      alert("名前を入力してください！");
                      return;
                    }
                  // タイプの定義
                  var types = ["凪飛鳥","大園晴秀","右京和久","浮所龍","咲間薫","椿流星","御子柴アロハ","八雲遊馬","明永若","小泉黎","長谷部清","杢蜂蓮","湊要人","韮瀬京平","萩颯","桃李陽"];
                   var type =types[Math.floor(Math.random() * types.length)];
 
 var tspes = ["凪飛鳥","大園晴秀","右京和久","浮所龍","咲間薫","椿流星","御子柴アロハ","八雲遊馬","明永若","小泉黎","長谷部清","杢蜂蓮","湊要人","韮瀬京平","萩颯","桃李陽"];
                   var tspe =tspes[Math.floor(Math.random() * tspes.length)];

 var twpes = ["凪飛鳥","大園晴秀","右京和久","浮所龍","咲間薫","椿流星","御子柴アロハ","八雲遊馬","明永若","小泉黎","長谷部清","杢蜂蓮","湊要人","韮瀬京平","萩颯","桃李陽"];
                   var twpe =twpes[Math.floor(Math.random() * twpes.length)];




 
                  var result =  "【イラストお題】" + type　+ "に、" + tspe + 　"の服を着せて、" 　+ twpe + 　"が言いそうなセリフを言わせる。";
                  $("#result").text(result);
 
                  var tweetLink = "<a href='https://twitter.com/intent/tweet?text="+ encodeURIComponent(result) +"&#038;url=https://azumasweets.com/koitsu/ &#038;hashtags=azumagacha　&#038;' target='_blank'>診断結果をツイートする</a>";
                  $("#tweet").html(tweetLink
);
              });
          });
      </script>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>日替わりログインver.1</title>
		<link>https://azumasweets.com/higawariverone/</link>
		
		<dc:creator><![CDATA[purin]]></dc:creator>
		<pubDate>Sat, 01 Jun 2024 13:10:21 +0000</pubDate>
				<category><![CDATA[ガチャ]]></category>
		<guid isPermaLink="false">https://azumasweets.com/?p=5630</guid>

					<description><![CDATA[旧ログインまとめ &#x2b07;︎あなたの名前を入力&#x2b07;︎ 　本日のボイス　 　 こちらに結果が表示されます。]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-cocoon-blocks-blank-box-1 blank-box block-box">
<p>サイト上部にある日替わりの奴の前のバージョンまとめです。秋〜冬向けのガチャかもしれません。</p>
</div>



<div style="border: 1px solid #BEAF98; border-radius: 15px; padding: 10px 15px;"> 旧ログインまとめ</div>
    <style>
        body {
          text-align: center;
        }
    </style>
    <link rel="stylesheet" href="styles.css">
  
  
     <div style="border:none; background: #ECE8E1; padding: 10px;"> <h3> &#x2b07;︎あなたの名前を入力&#x2b07;︎</h3>
      <p><input type="text" id="name" value=""></p>
      <p><input type="button" id="getResult" value="ログインしてみる"></p></div>

<br> 

      
      <div style="position: relative; border: 2px solid #C1AA9F; padding: 20px 15px 15px 15px;"><div style="position: absolute; top: -15px; left: 15px; background: #ffffff; color: #C1AA9F; padding: 0 8px;"><b>　本日のボイス　</b></div>　<p id="result">こちらに結果が表示されます。</p>
      <div id="tweet"></div>
 
      <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
      <script>
          $(function(){
              $("#getResult").click(function(){
                  var name = $("#name").val();
                  // console.log(name);
 
                    if (name === ""){
                      alert("名前を入力してください！");
                      return;
                    }
                  // タイプの定義
                  var types = ["『今日のラッキーナンバーは３です。迷ったら参考にしてね』by.凪飛鳥","『夜ご飯に迷ったらとりあえず唐揚げにしとけば間違い無いっしょ！』by.御子柴アロハ","『↑の→を読むべしby.明永若","『四葉のクローバーで幸せを届けます。どーぞ…！』by.八雲遊馬","『咲間薫のタグがついたやつ全部見ろ』by.咲間薫","『あら。もしかしてですが、夜更かし…はしていませんよね？』by.湊要人","『がんばれー！！！今日も頑張る君を僕は全力で応援するからな！！！』by.韮瀬京平","『ねえ！聞いて！あのね！実は〜〜蓮ってかまって待ちなんでよ！いっぱい話しかけてあげてね！』by.桃李陽","『大丈夫。ここにいるみんな君の味方だよよ。もっと頼ってね』by.右京和久","『【急募】明日の体育館裏の草抜きにボランティアで手伝ってくれる人を募集中。詳しくは俺のところまで』by.大園晴秀","『本を読んでる時は邪魔しないでもらってもいいですか？』by.長谷部清","『君は今日めんたいこおにぎりを食べたらhappyになるよ！』by.椿流星","『......寝る。じゃあな』by.杢蜂蓮","『一緒にピアノ弾いてみる？』by.萩颯","『お野菜もちゃーんと摂らないとダメですよ！』by.浮所龍","『エアコンの温度調節は適切にしましょう』by.小泉黎","『俺に従うのが1番正しい。ついてこい』by.大園晴秀","『ゲームやってゲームやってそっからまたゲームをやるのみ』by.明永若","『にゃんにゃんにゃ〜(げんき？)』by.長谷部清","『俺のファンじゃないのか。じゃあ好きにさせてやるよ』by.咲間薫","『今日のラッキーアイテムは竹刀だ！みんな持参するように！！』by.韮瀬京平","『今日のラッキーフードはお肉です。誰かさんが喜びそうですね』by.小泉黎","『ねーね。ドッグカフェ.....一緒に行かない？』by.八雲遊馬","『左京じゃないよ！右京だよ！！』by.右京和久","『私がいる限り君を不幸にさせないよ』by.浮所龍","『俺のことみんな好き？俺はみんな大好き！』by.桃李陽","『あ！......今....あなたの後ろに幽霊が......』by.湊要人","『いつか僕のことなんて飽きちゃうんでしょう？』by.凪飛鳥","『ウェーイ！今日牛丼食いに行かね？』by.御子柴アロハ","『だいじょーぶ。誰でもみんな自分がなりたい自分になれるよ。僕が証明して見せるから元気出して？』by.椿流星","『はー。俺の周りはかまってが多すぎる...』by.杢蜂蓮","『一緒にお昼寝...する？』by.萩颯","『生徒会長の大園晴秀だ。よろしくな』by.大園晴秀","『僕のテリトリーに入ることができるのは限られた人数になります。馴れ馴れしく触らないでください』by.長谷部清","『今日のラッキーアイテムは俺！俺を見つけろ』by.咲間薫","『誰かオススメのアニメ教えてくれませんか？』by.明永若","『テストの点数が悪かった？じゃあ、勉強すればいいんじゃないか？』by.韮瀬京平","『そうですね。好きですよ。食べること』by.小泉黎","『大丈夫？体調悪いの？保健室まで運ぼうか？』by.右京和久","『は、恥ずかしい.....』by.八雲遊馬","『今日のラッキフードはゴーヤ！いっぱい食べようね！』by.浮所龍","『ねえ〜！俺の知らない話しないでー！』by.桃李陽","『わ！....びっくりするからやめてください.....』by.凪飛鳥","『ゴースト・フォスターでは髪を下ろしてみました。似合ってますか？』湊要人","『ん？ザコは黙ってろ！ザーコ♪』by.御子柴アロハ","『みんなの衣装をデザインしてる時が1番僕が輝いてる気がするね！』by.椿流星","『おはよ〜今日も元気だよ〜』by.萩颯","『ほら。迎えにきたぞ』by.杢蜂蓮","『ピアスが綺麗だって？ふん！当たり前だろ』by.大園晴秀","『はー。なんでそんなにキャッキャできるのか不思議ですね』by.長谷部清","『別に....心配してないとは言ってないじゃないですか』by.明永若","『ぶっちゃけさ、俺以の人間って本当に生きてるのかな？って思う時あるよな』by.咲間薫","『コラーーーー！遅刻するぞ！！！』by.韮瀬京平","『遅刻しますよ。....ほんと怠惰な人ですね』by.小泉黎","『お散歩いってきまーす！』by.八雲遊馬","『肩幅が大きいねって？あ〜...昔からの習い事の影響かもね！』by.右京和久","『5年後には俺のことなんて忘れるんでしょ？それでもいいですよ。今の俺を好きでいてくれるのであれば...』by.湊要人","『え〜〜...じゃあ、僕の好きなところ41個言ってください....41個もないですか...？』by.凪飛鳥","『誰かにヨシヨシされないとがんばれない...』by.桃李陽","『困ったことがあったらいつでも頼ってね』by.浮所龍","『ん？喧嘩売ってる？』by.御子柴アロハ","『待って！今日の僕ビジュいい！ねえねえ、そこの人〜！写真撮って〜！』by.椿流星","『今日はさっさと帰って若とゲームするか』by.杢蜂蓮","『よーしよーし。みんないいこいいこー』by.萩颯","『今日のお前のラッキーアイテムはバレッタだ。ゴールドだとなお良い』by.大園晴秀","『今日のあなたのラッキーアイテムは猫です。学校近辺で見つけるといいかもですね』by.長谷部清","『今日のあなたのラッキーアイテムはゲーム機です。充電しておきましょう』by.明永若","『今日のお前のラッキーアイテムは飴。りんご味だと更に運気アップかもな』by.咲間薫","『今日のお前のラッキーフードは煎餅だ！よく噛んで食べろよ！』by.韮瀬京平","『今日の貴方のラッキーカラーは白です。どうです？同じ髪色にしてきますか？』by.小泉黎","『今日のきみのラッキーフードはお寿司！50皿目指して頑張ろう！』by.右京和久","『今日のきみのラッキーフードはシュークリーム！頑張ったご褒美にぜひ...！』by.八雲遊馬","『今日のあなたのラッキーアイテムはリボン。リボン選び......よかったら......手伝おうか.....？嫌だったら大丈夫だよ！全然！ごめんね...変なこと急に言って....』by.凪飛鳥","『今日の貴方のラッキーアイテムはネックレス。服装に似合うネックレスをつけてみるのもたまにいいかもしれませんよ？』by.湊要人","『今日のあなたのラッキーアイテムは鳩！鳩を見て癒されよう！』by.浮所龍","『今日のキミのラッキーアイテムは桃！でも俺は食べないで〜！』by.桃李陽","『今日もお前のラッキーフードはピザ！ダチを呼んでパーティーしようぜ！』by.御子柴アロハ","『今日のきみのラッキーフードはアイスクリーム！見た目が可愛いとなおよし！』by.椿流星","『今日のきみのラッキーフードはおにぎり。具材はなんでもいいよ〜』by.萩颯","『なんだ？ジロジロこっちを見るな。失礼なやつめ』by.大園晴秀","『は？猫と会話なんかするわけないじゃないですか』by.長谷部清","『誰か流星に明永は可愛い系の服担当じゃないって教えてあげてください。これ遺言です』by.明永若","『おーい。颯どっかで見なかったか？』by.咲間薫","『すまない。黎とニュースについて語ってたらこんな時間に.....』by.韮瀬京平","『ふう。お風呂あがりはサッパリしますね』by.小泉黎","『わ！....ごめんね。今四葉のクローバー持ってないんだ....ごめんね...今から見つけてくる！！』by.八雲遊馬","『うーん。誰かにこの新作手作りジュースを飲ませてあげたいですね〜』by.浮所龍","『飛鳥さん。落ち着いてください』by.湊要人","『ねーね。遊園地行かない！？』by.桃李陽","『若....！若...！ちょ、これ見て！ちょ、やばいから....！ほら！ほら！！』by.凪飛鳥","『さーて。動海外でバズってる動画でも撮るか〜』by.御子柴アロハ","『ねえ！今日も流星がいっちばーん可愛い？？？』by.椿流星","『うん。そうだね〜。うんうん。そうだね〜』by.萩颯","『う！お化けの気配を感じる...。誰か要人さんを見ませんでしたか？』by.浮所龍","『今日も野良猫チャンに会いに行こうかな』by.右京和久","『おい！薫を見なかったか！？あの野郎ーー！！』by.韮瀬京平","『すまないが、これを遊馬に渡してくれないか？』by.大園晴秀","『ねえ〜〜俺が1番好きじゃないとヤダヤダヤダー！1番好きって言って！』by.桃李陽","『薫と京平の喧嘩ってなんか面白いですよね』by.湊要人","『俺が熱愛報道出たらどうする？みんな高熱出してぶっ倒れる？』by.咲間薫","『じゃ、遊びに行ってくるわ〜。だいじょぶだいじょーぶ！次の収録までには戻ってくっから！』by.御子柴アロハ","『こらこら。お静かに』by.小泉黎","『今日のラッキーナンバーは4。探せ』by.杢蜂蓮","『ずっと一緒にいれたらいいなあ』by.右京和久","『あ！ごめんね。生徒会の草むしりボランティアに参加することになったんだ。また今度ね』by.八雲遊馬","『ふー。きみも休憩？一緒にココアでも飲もっか』by.椿流星","『原作厨の僕からするとこのサイトの記事は全部目を通した方がいいと思いますね』by.長谷部清","『あんまり画面を見すぎると視力が落ちるよ....』by.浮所龍","『ガキの喧嘩は筋肉で黙らせる他なし』by.吾妻社長","『リクエストがあったらお題箱に送って欲しいって社が言ってた』by.明永若","『ふん。俺に歯向かうとはいい度胸だ』by.大園晴秀","『だからツンデレじゃにゃ…じゃないですってば』by.長谷部清","『誰だ。僕のこと社内ニートって言ってる奴は』by.明永若","『金で解決してきたから、そういうめんどくせーのわかんねえ』by.咲間薫","『今、剣道部のマネージャーを募集しているんだがどうだ？』by.韮瀬京平","『じゃあ、一息ついて間食タイムにしますか』by.小泉黎","『このお土産とこのお土産だったらどっちがみんな喜ぶかなあ？』by.八雲遊馬","『お腹すいたの？なんか作ってあげようか？』by.右京和久","『僕は幸せ者です…』by.凪飛鳥","『ね〜〜〜お腹すいた〜〜〜〜〜〜』by.桃李陽","『お化けは信じない？そ〜〜〜ですか…』by.湊要人","『ごめんね。今は学校と仕事に専念したいんだ』by.浮所龍","『あんま無理すんなよ』by.杢蜂蓮","『なにそれ！！！オモシレーーーーーーー！！！！！！』by.御子柴アロハ","『思い詰めちゃめんめだよ』by.萩颯","『ねえー。今何してるのー？』by.椿流星","『おい。お前、その服装は校則違反じゃないか？見せてみろ』by.大園晴秀","『るんるるん。今日はケーキ買っちゃいました。まあ、欲しいのであれば皆さんに分けてあげてもいいかもですね』by.長谷部清","『えー。まだ帰りたくないんだが？』by.明永若","『ほら。飴やるよ』by.咲間薫","『早くお風呂に入れ！湯が冷めるぞ！』by.韮瀬京平","『家計簿はきちんとつけた方がいいですよ』by.小泉黎","『どこ食べに行く？任せるよ』by.右京和久","『みんなに褒めてもらえて嬉しいな…』by.八雲遊馬","『今からアズスタライブするからみんな見てね〜』by.御子柴アロハ","『今度ネイルとかもしてみたいな〜！おすすめとかある？』by.椿流星","『ん？はいはい。今行くから騒ぐな』by.杢蜂蓮","『今日はいい天気になるかな？』by.萩颯","『ふん。要人…お前なかなかやるじゃないか』by.大園晴秀","『僕も黎さんの意見に賛成です』by.長谷部清","『ほんとにアロハとは同じ事務所じゃなかったら仲良くなれてなかったと思う。カースト的に。感謝すわ〜』by.明永若","『京平ってなんでいつも怒ってんの？更年期？』by.咲間薫","『遊馬！たまにはガツンと言ってやれ！』by.韮瀬京平","『晴秀〜。よかったら手伝うよ。人手たりてないんでしょ？』by.右京和久","『若のショートカットとかってどんな感じなんだろうねえ』by.八雲遊馬","『やっぱり流星の作った服は美しいな〜！尊敬するよ』by.浮所龍","『飛鳥って美人だよね。俺もあんな風になりたーい！』by.桃李陽","『清さん！お洋服に猫の毛がいっぱいついてますよ！by.湊要人","『あ！大丈夫ですよ！ああ、そんな…。和久さんに重い荷物を持たせるなんて…！すみません…ありがとうございます』by.凪飛鳥","『おいおいおい。颯また寝てんの？』by.御子柴アロハ","『ねえ。薫ってなんでモテてるの…？』by.椿流星","『龍を見なかったか？…そうか。引き留めて悪かったな』by.杢蜂蓮","『陽がいるとみんな元気になるよね』by.萩颯","『な！不審者か？返答によっては対応を考えさせてもらうぞ』by.大園晴秀","『こっち見ないでください』by.長谷部清","『あの、今本読んでるの分かりますよね？話しかけないでもらってもいいですか？』by.明永若","『ふーん。それで言い返したつもり？』by.咲間薫","『貴様。俺を侮辱したな？』by.韮瀬京平","『あんまりお口がひどいと軽蔑しますね』by.小泉黎","『俺のこと嫌いになったの？』by.八雲遊馬","『さすがに怒るよ？』by.右京和久","『そんなにお口が悪いと可愛い顔が台無しだよ』by.浮所龍","『誰も僕をわかってくれない…君だけは僕の気持ちわかってくれる？』by.凪飛鳥","『君、喋らないほうがいいですよ』by.湊要人","『かかってこい！！！！』by.桃李陽","『ん？なんかいった？』by.御子柴アロハ","『魔法なんてないんだから努力するしかないんだよね…がんばらないとな〜…』by.椿流星","『だっる…』by.杢蜂蓮","『今集中してるからごめんね。また今度。バイバイ』by.萩颯","『今日の献立はなにしようかな』by.食堂のお兄さん","『仕方ない…。今日はどこにでもつれてってやるよ』by.杢蜂蓮","『俺はいい。お前が食ってるのを見てる』by.杢蜂蓮","『ん？もう食べないのですか？』by.小泉黎","『え？手が冷たかったですか？ごめんなさい。冷え性なもので…』by.小泉黎","『ふふーん。わんわん系でいるのも楽じゃないんだよねえ〜〜〜』by.桃李陽","『え！一口欲しい！ちょーらい！あーん！』by.桃李陽","『ん？よしよし。慰めてあげようか？by.萩颯","『よくやったな。偉いぞ』by.大園晴秀","『まああなたにしては上出来なんじゃないですか？』by.長谷部清","『えらいえらいえらーいすごーい（棒）』by.明永若","『やるじゃん。たまには自分を褒めてあげたほうがいいんじゃねーの？』by.咲間薫","『よくやった！！！！！！でかしたぞ！！！花丸だ！！！』by.韮瀬京平","『よくがんばりましたね。これからも期待してますよ』by.小泉黎","『すごいじゃないか！おちょっとお祝いのためにケーキ買ってくるよ！』by.右京和久","『すご〜〜い…！よくここまで頑張ったねえ。すごいねえ』by.八雲遊馬","『なんだかあなたの頑張りをみてたら涙が出てきました』by.湊要人","『こんなに頑張ってる君は誰よりもすごいよ。私にとっての誇りだよ』by.浮所龍","『え！！！すご〜〜い！！ねえもっと今日のお話聞かせて〜！』by.桃李陽","『今日もお疲れ様です。ゆっくり休んでくださいね』by.凪飛鳥","『たまには休むってのもありなんじゃなえの？』by.御子柴アロハ","『やっほ！元気を分けにきたよ』by.椿流星","『泣きたい時は泣けばいい』by.杢蜂蓮","『君が笑ってる時も泣いてる時もそばにいたいな』by.萩颯","『最近寒いね。みんなポカポカしてる？』by.萩颯","『みんな！ちゃんとハンドクリーム持った？』by.椿流星","『さみーから階段ダッシュしねえ？』by.御子柴アロハ","『あー寒。手が冷えー』by.杢蜂蓮","『ほーら。あったまりましょうね〜』by.浮所龍","『やっほー！みんなのカイロだよー！』by.桃李陽","『最近は寒くて寒くて…若じゃないのに布団からでたくない現象になってます…』by.凪飛鳥","『はい。風予防のはちみつのど飴ですよ』by.湊要人","『はいはい。みんなお布団に戻りましょうねー』by.明永若","『さみいー。地球温暖化なにしてんだよ…』by.咲間薫","『はあ。また寒いこの季節がやってきたのか』by.大園晴秀","『寒いからといって家に籠るな！動け！』by.韮瀬京平","『室内プールだから冬でも平気だよ。心配してくれてありがとう』by.右京和久","『寒かったよね。どーぞ。ココア熱いから気をつけてね』by.八雲遊馬","『触って見せます？私の手はとても冷たいですよ』by.小泉黎","『今日も幸せな１日だったなぁ…』by.凪飛鳥","『ばあ！驚いた！？』by.桃李陽","『お前ってそう言う顔するんだ』by.咲間薫","『カップラーメンでも食うか』by.明永若","『そのハムはハムと認めない』by.大園晴秀","『あ！こら！やめてください！』by.長谷部清","『迷子？案内してあげるよ』by.浮所龍","『あなたの笑顔が見られて何よりですよ』by.湊要人"];
                   var type =types[Math.floor(Math.random() * types.length)];
 


                  var result =   type　　;
                  $("#result").text(result);
 
                  var tweetLink = "<a href='https://twitter.com/intent/tweet?text="+ encodeURIComponent(result) +"&#038;url=https://azumasweets.com/higawariverone/ &#038;hashtags=azumagacha　&#038;' target='_blank'>診断結果をツイートする</a>";
                  $("#tweet").html(tweetLink
);
              });
          });
      </script>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>アンタの来世！</title>
		<link>https://azumasweets.com/antanoraiseee/</link>
		
		<dc:creator><![CDATA[purin]]></dc:creator>
		<pubDate>Sat, 01 Jun 2024 11:04:35 +0000</pubDate>
				<category><![CDATA[ガチャ]]></category>
		<guid isPermaLink="false">https://azumasweets.com/?p=5623</guid>

					<description><![CDATA[アンタの来世！ &#x2b07;︎あなたの名前を入力&#x2b07;︎ 　アンタの来世結果　 　 こちらに結果が表示されます。]]></description>
										<content:encoded><![CDATA[
<div style="border: 1px solid #BEAF98; border-radius: 15px; padding: 10px 15px;"> アンタの来世！</div>
    <style>
        body {
          text-align: center;
        }
    </style>
    <link rel="stylesheet" href="styles.css">
  
  
     <div style="border:none; background: #ECE8E1; padding: 10px;"> <h3> &#x2b07;︎あなたの名前を入力&#x2b07;︎</h3>
      <p><input type="text" id="name" value=""></p>
      <p><input type="button" id="getResult" value="来世を知る"></p></div>

<br> 

      
      <div style="position: relative; border: 2px solid #C1AA9F; padding: 20px 15px 15px 15px;"><div style="position: absolute; top: -15px; left: 15px; background: #ffffff; color: #C1AA9F; padding: 0 8px;"><b>　アンタの来世結果　</b></div>　<p id="result">こちらに結果が表示されます。</p>
      <div id="tweet"></div>
 
      <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
      <script>
          $(function(){
              $("#getResult").click(function(){
                  var name = $("#name").val();
                  // console.log(name);
 
                    if (name === ""){
                      alert("名前を入力してください！");
                      return;
                    }
                  // タイプの定義
                  var types = ["凪飛鳥","大園晴秀","右京和久","浮所龍","咲間薫","椿流星","御子柴アロハ","八雲遊馬","明永若","小泉黎","長谷部清","杢蜂蓮","湊要人","韮瀬京平","萩颯","桃李陽"];
                   var type =types[Math.floor(Math.random() * types.length)];
 

 var pons = ["父親","母親","友達","いとこ","恋人","ペット","兄","弟","姉","妹","顔見知り","前を横切る蝶","婚約者","ライバル","親友","親戚の友人のいとこの友達","前を横切る犬","初恋の相手","部下","上司","先生"];
                 var pon =pons[Math.floor(Math.random() * pons.length)];
 
                  var result =  "アンタの来世は、" + type　+ "の" + pon　+ "になるでしょう。" 　;
                  $("#result").text(result);
 
                  var tweetLink = "<a href='https://twitter.com/intent/tweet?text="+ encodeURIComponent(result) +"&#038;url=https://azumasweets.com/antanoraiseee/ &#038;hashtags=azumagacha　&#038;' target='_blank'>診断結果をツイートする</a>";
                  $("#tweet").html(tweetLink
);
              });
          });
      </script>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>浮所神社のオンライン御神籤</title>
		<link>https://azumasweets.com/ukisyoonlinekuji/</link>
		
		<dc:creator><![CDATA[purin]]></dc:creator>
		<pubDate>Sat, 01 Jun 2024 10:28:15 +0000</pubDate>
				<category><![CDATA[ガチャ]]></category>
		<guid isPermaLink="false">https://azumasweets.com/?p=5611</guid>

					<description><![CDATA[浮所神社のオンライン御神籤 &#x2b07;︎あなたの名前を入力&#x2b07;︎ 　御神籤結果　 　 こちらに結果が表示されます。]]></description>
										<content:encoded><![CDATA[
<div style="border: 1px solid #BEAF98; border-radius: 15px; padding: 10px 15px;"> 浮所神社のオンライン御神籤</div>
    <style>
        body {
          text-align: center;
        }
    </style>
    <link rel="stylesheet" href="styles.css">
  
  
     <div style="border:none; background: #ECE8E1; padding: 10px;"> <h3> &#x2b07;︎あなたの名前を入力&#x2b07;︎</h3>
      <p><input type="text" id="name" value=""></p>
      <p><input type="button" id="getResult" value="御神籤を引く"></p></div>

<br> 

      
      <div style="position: relative; border: 2px solid #C1AA9F; padding: 20px 15px 15px 15px;"><div style="position: absolute; top: -15px; left: 15px; background: #ffffff; color: #C1AA9F; padding: 0 8px;"><b>　御神籤結果　</b></div>　<p id="result">こちらに結果が表示されます。</p>
      <div id="tweet"></div>
 
      <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
      <script>
          $(function(){
              $("#getResult").click(function(){
                  var name = $("#name").val();
                  // console.log(name);
 
                    if (name === ""){
                      alert("名前を入力してください！");
                      return;
                    }
                  // タイプの定義

                var types = ["おひつじ座","おうし座","ふたご座","かに座","しし座","おとめ座","てんびん座","さそり座","いて座","やぎ座","みずがめ座","うお座"];
                   var type =types[Math.floor(Math.random() * types.length)];
 
  
 var pons = ["大吉","吉","中吉","小吉","末吉","凶","大凶"];
                 var pon =pons[Math.floor(Math.random() * pons.length)];

var bous = ["果物がのってるタルト","ミルクティー","ナマコ","生ハム","安いハム","チゲ","エビチリ","バナナ","温野菜","ガム","龍ジュース","飴","チョコ","野菜","モツ鍋","いちご","生牡蠣","肉料理","コーラ","家系ラーメン","納豆","お寿司","茹で鳥","ローストビーフ","柔らかい米","天ぷら","味噌汁","麩","じゃがバター","骨つきカルビ","ネチョネチョクッキー","うどんすき","いくら","数の子","カツ丼","オムライス","トマト","ホワイトチョコ","ビターチョコ","酢豚","パクチー","プリン"];
                 var bou =bous[Math.floor(Math.random() * bous.length)];

 var muis = ["草抜きで運勢アップ！","リボンを身につけるとGOOD！","アウトドアでリフレッシュしよう。","野菜を摂取しましょう！","お菓子の買いすぎに注意！","星を眺めて心を休めましょう。","お花を見つけると運気アップ！","喋りすぎて喉を痛めるでしょう。","体を動かして健康運をアップすべし。","食べ過ぎ注意。","猫がたくさん寄ってくるでしょう。","好きな曲を友人におすすめすべし。","十字架のアクセサリーを身につけると恋愛運アップ！","頑張りたい時は、髪を縛るべし。","犬に追いかけ回されるでしょう。","１日の出来事をアートで表現すべし。"];
                 var mui =muis[Math.floor(Math.random() * muis.length)];
 
                  var result =　"【"+ name　+"さんの本日の運勢は" +  pon + "】"　+  "〈恋愛〉" +type　+ "の人がよい。"+  "〈ラッキーフード〉"  +  bou　+ "。"+  "〈お告げ〉"  +  mui　;
                  $("#result").text(result);
 
                  var tweetLink = "<a href='https://twitter.com/intent/tweet?text="+ encodeURIComponent(result) +"&#038;url=https://azumasweets.com/ukisyoonlinekuji/ &#038;hashtags=azumagacha　&#038;' target='_blank'>御神籤結果をツイートする</a>";
                  $("#tweet").html(tweetLink
);
              });
          });
      </script>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>イラストお題ガチャ</title>
		<link>https://azumasweets.com/sample/</link>
		
		<dc:creator><![CDATA[purin]]></dc:creator>
		<pubDate>Fri, 31 May 2024 15:11:15 +0000</pubDate>
				<category><![CDATA[ガチャ]]></category>
		<guid isPermaLink="false">https://azumasweets.com/?p=5599</guid>

					<description><![CDATA[吾妻のアニメイラストお題 &#x2b07;︎あなたの名前を入力&#x2b07;︎ 　診断結果　 　 こちらに結果が表示されます。]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-cocoon-blocks-blank-box-1 blank-box block-box">
<p>時間は、10秒／30秒／5分／10分／30分／1時間の中からランダムで排出されます。</p>
</div>



<meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
<div style="border: 1px solid #BEAF98; border-radius: 15px; padding: 10px 15px;"> 吾妻のアニメイラストお題 </div>
    <style>
        body {
          text-align: center;
        }
    </style>
    <link rel="stylesheet" href="styles.css">
  
  
     <div style="border:none; background: #ECE8E1; padding: 10px;"> <h3> &#x2b07;︎あなたの名前を入力&#x2b07;︎</h3>
      <p><input type="text" id="name" value=""></p>
      <p><input type="button" id="getResult" value="診断"></p></div>

<br> 

      
      <div style="position: relative; border: 2px solid #C1AA9F; padding: 20px 15px 15px 15px;"><div style="position: absolute; top: -15px; left: 15px; background: #ffffff; color: #C1AA9F; padding: 0 8px;"><b>　診断結果　</b></div>　<p id="result">こちらに結果が表示されます。</p>
      <div id="tweet"></div>
 
      <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
      <script>
          $(function(){
              $("#getResult").click(function(){
                  var name = $("#name").val();
                  // console.log(name);
 
                    if (name === ""){
                      alert("名前を入力してください！");
                      return;
                    }
                  // タイプの定義
                  var types = ["凪飛鳥","大園晴秀","右京和久","浮所龍","咲間薫","椿流星","御子柴アロハ","八雲遊馬","明永若","小泉黎","長谷部清","杢蜂蓮","湊要人","韮瀬京平","萩颯","桃李陽"];
                   var type =types[Math.floor(Math.random() * types.length)];
 

 var pons = ["5分","10秒","30秒","10分","30分","1時間"];
                 var pon =pons[Math.floor(Math.random() * pons.length)];
 
                  var result =  "【吾妻イラストのお題】" + type　+ "のイラストを" + pon　+ "で描く" 　;
                  $("#result").text(result);
 
                  var tweetLink = "<a href='https://twitter.com/intent/tweet?text="+ encodeURIComponent(result) +"&#038;url=https://azumasweets.com/sample/ &#038;hashtags=azumagacha　&#038;' target='_blank'>診断結果をツイートする</a>";
                  $("#tweet").html(tweetLink
);
              });
          });
      </script>



<p class="has-text-align-center"></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>吾妻デジタルゲーム一覧</title>
		<link>https://azumasweets.com/digitalgame/</link>
		
		<dc:creator><![CDATA[purin]]></dc:creator>
		<pubDate>Mon, 19 Feb 2024 13:28:23 +0000</pubDate>
				<category><![CDATA[ゲーム]]></category>
		<guid isPermaLink="false">https://azumasweets.com/?p=4441</guid>

					<description><![CDATA[限界ど畜生ゲーム。デジタルと言ってますがデジタルでもないし、ボードゲームですらない。 目次 何番がいい？教室食堂解像度高い妄想した奴が勝ちなりきり実演販売 何番がいい？ 至ってシンプル。どの席の番号に座りたいか語り合う。 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>限界ど畜生ゲーム。デジタルと言ってますがデジタルでもないし、ボードゲームですらない。</p>




  <div id="toc" class="toc tnt-none toc-center tnt-none border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-16" checked><label class="toc-title" for="toc-checkbox-16">目次</label>
    <div class="toc-content">
    <ul class="toc-list open"><li><a href="#toc1" tabindex="0">何番がいい？</a><ul><li><a href="#toc2" tabindex="0">教室</a></li><li><a href="#toc3" tabindex="0">食堂</a></li></ul></li><li><a href="#toc4" tabindex="0">解像度高い妄想した奴が勝ち</a></li><li><a href="#toc5" tabindex="0">なりきり実演販売</a></li></ul>
    </div>
  </div>

<h2 class="wp-block-heading has-text-align-center"><span id="toc1">何番がいい？</span></h2>



<p class="has-text-align-center">至ってシンプル。どの席の番号に座りたいか語り合う。下記の画像は、SNSで転載・SNSで送り合う等好きにしていただいて大丈夫です。また別の楽しみ方があるのなら、その方法で楽しんでいただいても構いません。</p>



<figure class="wp-block-table aligncenter"><table><tbody><tr><td class="has-text-align-center" data-align="center">プレイ人数</td><td>１人〜</td></tr><tr><td class="has-text-align-center" data-align="center">文面での遊び方</td><td>画像を添付して意見交換<br>画像を添付して語る</td></tr><tr><td class="has-text-align-center" data-align="center">通話での遊び方</td><td>同じ画像を見ながら語る</td></tr><tr><td class="has-text-align-center" data-align="center">リアルでの遊び方</td><td>それぞれ自分の端末で<br>画像を見ながら語る</td></tr></tbody></table></figure>



<p class="is-style-ok-box has-box-style">ネット・電話・リアルで遊べるゲーム</p>



<h3 class="wp-block-heading has-text-align-center"><span id="toc2">教室</span></h3>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="576" src="https://azumasweets.com/wp-content/uploads/2024/02/d6c1fa4c5f254a8a674105880f109e96-1024x576.png" alt="" class="wp-image-4443" srcset="https://azumasweets.com/wp-content/uploads/2024/02/d6c1fa4c5f254a8a674105880f109e96-1024x576.png 1024w, https://azumasweets.com/wp-content/uploads/2024/02/d6c1fa4c5f254a8a674105880f109e96-300x169.png 300w, https://azumasweets.com/wp-content/uploads/2024/02/d6c1fa4c5f254a8a674105880f109e96-768x432.png 768w, https://azumasweets.com/wp-content/uploads/2024/02/d6c1fa4c5f254a8a674105880f109e96-120x68.png 120w, https://azumasweets.com/wp-content/uploads/2024/02/d6c1fa4c5f254a8a674105880f109e96-160x90.png 160w, https://azumasweets.com/wp-content/uploads/2024/02/d6c1fa4c5f254a8a674105880f109e96-320x180.png 320w, https://azumasweets.com/wp-content/uploads/2024/02/d6c1fa4c5f254a8a674105880f109e96-341x192.png 341w, https://azumasweets.com/wp-content/uploads/2024/02/d6c1fa4c5f254a8a674105880f109e96.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading has-text-align-center"><span id="toc3">食堂</span></h3>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="576" src="https://azumasweets.com/wp-content/uploads/2024/02/69664e62b06eedafce32008689638c8c-1024x576.png" alt="" class="wp-image-4444" srcset="https://azumasweets.com/wp-content/uploads/2024/02/69664e62b06eedafce32008689638c8c-1024x576.png 1024w, https://azumasweets.com/wp-content/uploads/2024/02/69664e62b06eedafce32008689638c8c-300x169.png 300w, https://azumasweets.com/wp-content/uploads/2024/02/69664e62b06eedafce32008689638c8c-768x432.png 768w, https://azumasweets.com/wp-content/uploads/2024/02/69664e62b06eedafce32008689638c8c-120x68.png 120w, https://azumasweets.com/wp-content/uploads/2024/02/69664e62b06eedafce32008689638c8c-160x90.png 160w, https://azumasweets.com/wp-content/uploads/2024/02/69664e62b06eedafce32008689638c8c-320x180.png 320w, https://azumasweets.com/wp-content/uploads/2024/02/69664e62b06eedafce32008689638c8c-341x192.png 341w, https://azumasweets.com/wp-content/uploads/2024/02/69664e62b06eedafce32008689638c8c.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>


<div class="ad-box block-box"><div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual">
    <div class="aicp">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5922438109226917"
         crossorigin="anonymous"></script>
    <!-- ディスプレイ広告１ -->
    <ins class="adsbygoogle"
         style="display:block"
         data-ad-client="ca-pub-5922438109226917"
         data-ad-slot="1554667703"
         data-ad-format="auto"
         data-full-width-responsive="true"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
    </div></div>
          </div>

</div>
</div>


<h2 class="wp-block-heading has-text-align-center"><span id="toc4">解像度高い妄想した奴が勝ち</span></h2>



<p>本当のど畜生ゲーム。ランダムで出たタレントとの恋愛を語る。<strong>酒が入ることによってノリでできる人</strong>と<strong>ガチで無理な人</strong>にパーンっと別れると思うので、相手に強制はさせないようにしましょう。</p>



<figure class="wp-block-table aligncenter"><table><tbody><tr><td class="has-text-align-center" data-align="center">プレイ人数</td><td>２人〜</td></tr><tr><td class="has-text-align-center" data-align="center">文面での遊び方</td><td>ギリいける</td></tr><tr><td class="has-text-align-center" data-align="center">通話での遊び方</td><td>多分いける</td></tr><tr><td class="has-text-align-center" data-align="center">リアルでの遊び方</td><td>上記の通り</td></tr></tbody></table></figure>



<h4 class="wp-block-heading has-text-align-center">例</h4>



<div class="wp-block-cocoon-blocks-balloon-ex-box-1 speech-wrap sb-id-6 sbs-think sbp-l sbis-cb cf block-box not-nested-style cocoon-block-balloon"><div class="speech-person"><figure class="speech-icon"><img decoding="async" src="https://azumasweets.com/wp-content/themes/cocoon-master/images/obasan.png" alt="匿名S" class="speech-icon-image"/></figure><div class="speech-name">匿名S</div></div><div class="speech-balloon">
<p>元カレが食堂のお兄さんで、婚約者は吾妻社長か〜</p>
</div></div>



<div class="wp-block-cocoon-blocks-balloon-ex-box-1 speech-wrap sb-id-6 sbs-flat sbp-l sbis-cb cf block-box not-nested-style cocoon-block-balloon"><div class="speech-person"><figure class="speech-icon"><img decoding="async" src="https://azumasweets.com/wp-content/themes/cocoon-master/images/obasan.png" alt="匿名S" class="speech-icon-image"/></figure><div class="speech-name">匿名S</div></div><div class="speech-balloon">
<p>元カレの食堂のお兄さんにマグロ漁に行かされたんだよね。そしたら吾妻社長が「俺がマグロを買い取ってやるよ」って言ってくれて婚約することになりました！（五分間くらいペらぺら）</p>
</div></div>



<div class="wp-block-cocoon-blocks-balloon-ex-box-1 speech-wrap sb-id-5 sbs-stn sbp-r sbis-cb cf block-box not-nested-style cocoon-block-balloon"><div class="speech-person"><figure class="speech-icon"><img decoding="async" src="https://azumasweets.com/wp-content/themes/cocoon-master/images/ojisan.png" alt="匿名I" class="speech-icon-image"/></figure><div class="speech-name">匿名I</div></div><div class="speech-balloon">
<p>えー！マグロ業に行かせるなんて最低〜！そんな男なんて捨てて正解だよー！</p>
</div></div>



<p class="has-text-align-center"><span class="fz-12px">※食堂のお兄さんと吾妻社長はランダムに入っていません</span></p>



<h4 class="wp-block-heading has-text-align-center">ランダムでタレントを排出！</h4>



<div style="margin:0em ;display:inline-block;position:relative;top:3px;padding:0 .5em;height:1.5em;line-height:1.5em;color:#ffffff;background:#ffc0c0;font-weight:bold;text-align:center;border-radius:5px 5px 0 0;">＊排出結果</div><div style="background:rgba(255,255,255,0);border:solid 3px #ffc0c0;border-radius:0 5px 5px;padding:20px;font-size: 100%;">元カレは、<script>
var a=["大園晴秀","長谷部清","咲間薫","明永若","韮瀬京平","右京和久","八雲遊馬","小泉黎","湊要人","凪飛鳥","浮所龍","桃李陽","御子柴アロハ","椿流星","杢蜂蓮","萩颯"];
var x;
x=Math.floor(Math.random()*16); 
document.write(a[x]);
</script>
<br>
婚約者は、<script>
var a=["大園晴秀","長谷部清","咲間薫","明永若","韮瀬京平","右京和久","八雲遊馬","小泉黎","湊要人","凪飛鳥","浮所龍","桃李陽","御子柴アロハ","椿流星","杢蜂蓮","萩颯"];
var x;
x=Math.floor(Math.random()*16); 
document.write(a[x]);
</script>
or自分の推し
</div>



<p>※上記のランダム排出はサイトを一度離れて、もう一度訪問すると別の人物になる仕組みになっています。</p>


<div class="ad-box block-box"><div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual">
    <div class="aicp">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5922438109226917"
         crossorigin="anonymous"></script>
    <!-- ディスプレイ広告１ -->
    <ins class="adsbygoogle"
         style="display:block"
         data-ad-client="ca-pub-5922438109226917"
         data-ad-slot="1554667703"
         data-ad-format="auto"
         data-full-width-responsive="true"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
    </div></div>
          </div>

</div>
</div>


<h2 class="wp-block-heading has-text-align-center"><span id="toc5">なりきり実演販売</span></h2>



<p>ランダムで出たタレントになりきって実演販売を１分していただく。１分後、一緒にいる友人に「誰になりきって実演販売をしたのか」を当ててもらうゲームです。実演販売するものは、『注文したポテサラ』『目の前にあるドリンク』『自分の私物』なんでも大丈夫です。</p>



<figure class="wp-block-table aligncenter"><table><tbody><tr><td class="has-text-align-center" data-align="center">プレイ人数</td><td>２人〜</td></tr><tr><td class="has-text-align-center" data-align="center">文面での遊び方</td><td>不可</td></tr><tr><td class="has-text-align-center" data-align="center">通話での遊び方</td><td>難しい</td></tr><tr><td class="has-text-align-center" data-align="center">リアルでの遊び方</td><td>上記の通り</td></tr></tbody></table></figure>



<h4 class="wp-block-heading has-text-align-center">例</h4>



<div class="wp-block-cocoon-blocks-balloon-ex-box-1 speech-wrap sb-id-1 sbs-think sbp-l sbis-cb cf block-box not-nested-style cocoon-block-balloon"><div class="speech-person"><figure class="speech-icon"><img decoding="async" src="https://azumasweets.com/wp-content/uploads/2023/06/de6fce5a031c124cf7a4f89abe6216b7-150x150.jpg" alt="陽" class="speech-icon-image"/></figure><div class="speech-name">陽</div></div><div class="speech-balloon">
<p>お！京平が出た！</p>
</div></div>



<div class="wp-block-cocoon-blocks-balloon-ex-box-1 speech-wrap sb-id-1 sbs-stn sbp-l sbis-cb cf block-box not-nested-style cocoon-block-balloon"><div class="speech-person"><figure class="speech-icon"><img decoding="async" src="https://azumasweets.com/wp-content/uploads/2023/06/de6fce5a031c124cf7a4f89abe6216b7-150x150.jpg" alt="陽" class="speech-icon-image"/></figure><div class="speech-name">陽</div></div><div class="speech-balloon">
<p>これはだな…！リップクリームだ！これはいいぞ！なんたって唇の皮が潤うからな！お前らも塗った方がいいぞ！なに？もう持ってるだと！？！僕だけじゃなかったのか！！！…さて俺がなりきったのは誰でしょう！</p>
</div></div>



<div class="wp-block-cocoon-blocks-balloon-ex-box-1 speech-wrap sb-id-1 sbs-stn sbp-r sbis-cb cf block-box not-nested-style cocoon-block-balloon"><div class="speech-person"><figure class="speech-icon"><img decoding="async" src="https://azumasweets.com/wp-content/uploads/2023/06/4947d2c3081be0cbc40b2a296306b018-150x150.jpg" alt="薫" class="speech-icon-image"/></figure><div class="speech-name">薫</div></div><div class="speech-balloon">
<p>ぜっってー京平じゃん</p>
</div></div>



<h4 class="wp-block-heading has-text-align-center">ランダムでなりきりタレントを排出！</h4>



<div style="margin:0em ;display:inline-block;position:relative;top:3px;padding:0 .5em;height:1.5em;line-height:1.5em;color:#ffffff;background:#ffc0c0;font-weight:bold;text-align:center;border-radius:5px 5px 0 0;">＊排出結果</div><div style="background:rgba(255,255,255,0);border:solid 3px #ffc0c0;border-radius:0 5px 5px;padding:20px;font-size: 100%;"><script>
var a=["大園晴秀","長谷部清","咲間薫","明永若","韮瀬京平","右京和久","八雲遊馬","小泉黎","湊要人","凪飛鳥","浮所龍","桃李陽","御子柴アロハ","椿流星","杢蜂蓮","萩颯"];
var x;
x=Math.floor(Math.random()*16); 
document.write(a[x]);
</script>になりきって実演販売！</div>



<p>※上記のランダム排出はサイトを一度離れて、もう一度訪問すると別の人物になる仕組みになっています。</p>


<div class="ad-box block-box"><div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual">
    <div class="aicp">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5922438109226917"
         crossorigin="anonymous"></script>
    <!-- ディスプレイ広告１ -->
    <ins class="adsbygoogle"
         style="display:block"
         data-ad-client="ca-pub-5922438109226917"
         data-ad-slot="1554667703"
         data-ad-format="auto"
         data-full-width-responsive="true"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
    </div></div>
          </div>

</div>
</div>


<p class="is-style-memo-box has-box-style">みんなとワイワイ楽しむきっかけや話す話題の足しになれば嬉しいです。楽しくて全員参加できそうなゲームをもう少し考えたい。またできたらお知らせします。</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
