digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"AoiBirthdayConvo2 begins." [color=orange];
		"AoiBirthdayConvo2 begins." -> j4054436349;
		"AoiBirthdayConvo2 begins." -> j628126789;
	j4054436349 [label="お誕生日おめでとう、Aoi！　お気に入りのZekeをクローンしてプレゼントしようかな…",shape=box,color=red];
		j4054436349 -> j2766801809;
	j628126789 [label="「We come alive, under the neon glow… it’s the party of your バースデー!  」 <3",shape=box,color=red];
		j628126789 -> j1062590403;
	j2766801809 [label="<RETRO_EMOJI_HORRIFIED> え！　冗談でもビックリする",shape=box,color=blue];
		j2766801809 -> "Chat ends.";
	j1062590403 [label="+20 Chemistry",color=orange];
		j1062590403 -> j1696700755;
	"Chat ends." [color=orange];
	j1696700755 [label="アハハハハ、パーティーは要らないよ。でもありがとう！　今ちょうどその歌を聴いてたんだ～ <RETRO_EMOJI_WINK>",shape=box,color=blue];
		j1696700755 -> "Chat ends.";
}