diff --git a/datascn.tac/00logic.csv b/datascn.tac/00logic.csv new file mode 100644 index 0000000..6f3c54a --- /dev/null +++ b/datascn.tac/00logic.csv @@ -0,0 +1,3259 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@t07_ramune_trial,,,,,,,,,,,,,,,,,,,Demo Version Entry Point +10100 ,,,,,,,,,,,,,,,,,,,,Start Error: This program is for the demo version. +10200 ,$exit,,,,,,,,,,,,,,,,,,,"It's not good to have the demo version's exe read the full\nversion's data, so it will end here." +10400 ,@t07_ramune_entorypoint,,,,,,,,,,,,,,,,,,,Full Version Entry Point +10500 ,*init,,,,,,,,,,,,,,,,,,, +10700 ,,"",,,,,,,,,,,,,,,,,, +11300 ,*debugmenu,,,,,,,,,,,,,,,,,,, +11400 ,"$fset %jump%,0",,,,,,,,,,,,,,,,,,,"Since 0 is set here, the full version can only start from\nthe beginning (jumps to @logic_top)." +11500 ,$jump_begin,,,,,,,,,,,,,,,,,,,"In debug mode, a menu appears allowing selection." +↓,"$jump_item 0,最初からスタート,logic_top",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,共通パートから,common_top",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 2,千恵ルートから,route_chie",8,,,,,,,,,,,,,,,,,, +↓,"$jump_item 3,コマコルートから,route_komako",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 4,甜花ルートから,route_tenka",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +11600 ,,,,,,,,,,,,,,,,,,,,Start Error: Logic Inconsistency +11700 ,$go logic_top,,,,,,,,,,,,,,,,,,, +12000 ,@logic_top,,,,,,,,,,,,,,,,,,,Logic Start +12100 ,"$fset %sysmode%,1",,,,,,,,,,,,,,,,,,,System Mode ON: Suppressing save and other actions during\nname input. +12300 ,@nameedit,,,,,,,,,,,,,,,,,,, +12400 ,,"",5,9000,,,,,,,,,,,,,,,p,"Do you want to change the protagonist's name? The default\nname is ""Tachikawa Kiyoshi." +12500 ,"$menu_begin ,nosave",,,,,,,,,,,,,,,,,,, +↓,"$menu_item 0,Change,yes",,,,,,,,,,,,,,,,,,, +↓,"$menu_item 1,Do not change,no",,,,,,,,,,,,,,,,,,, +↓,$menu_end,,,,,,,,,,,,,,,,,,, +12600 ,*yes,,,,,,,,,,,,,,,,,,,"Name Input: If changed, %namemod% should contain 1." +12700 ,$name_entry,,,,,,,,,,,,,,,,,,, +12800 ,,,,,,,,,,,,,,,,,,,, +12900 ,"$cmp %namemod%,!=,1",,,,,,,,,,,,,,,,,,,Branch if not changed or canceled. +13000 ,$true,,,,,,,,,,,,,,,,,,, +↓,$go no,,,,,,,,,,,,,,,,,,, +13100 ,,,,,,,,,,,,,,,,,,,,"The protagonist's name has been changed to ""Tachikawa\nKiyoshi." +13200 ,$go end_namemod,,,,,,,,,,,,,,,,,,, +13300 ,*no,,,,,,,,,,,,,,,,,,, +13400 ,,,,,,,,,,,,,,,,,,,, +13500 ,,,,,,,,,,,,,,,,,,,,"Using the default name. The protagonist's name is ""Tachikawa\nKiyoshi." +13600 ,*end_namemod,,,,,,,,,,,,,,,,,,, +13700 ,,"",0,,,,,,,,,,,,,,,,, +13800 ,,"",,9001,,,,,,,,,,,,,,,, +14100 ,@scenario_top,,,,,,,,,,,,,,,,,,,Game Start Point +14200 ,$clear_history,,,,,,,,,,,,,,,,,,,Clear History +14300 ,"$fset %sysmode%,0",,,,,,,,,,,,,,,,,,,System Mode OFF +14500 ,$go common_top,,,,,,,,,,,,,,,,,,,Executing Common Route (CA00 to CC00) +14700 ,@common_end,,,,,,,,,,,,,,,,,,,Returned after finishing the Common Route +15100 ,@route_branch,,,,,,,,,,,,,,,,,,,Route Branch +15200 ,"$warning 千恵フラグ,%chie%",,,,,,,,,,,,,,,,,,, +15300 ,"$warning コマコフラグ,%komako%",,,,,,,,,,,,,,,,,,, +15400 ,"$warning 甜花フラグ,%tenka%",,,,,,,,,,,,,,,,,,, +15600 ,*harem_check,,,,,,,,,,,,,,,,,,,Check the harem before that +15700 ,$is_addin_exist {22C74ED4-9CCE-44DB-A157-8F8CCCB2F2A7},,,,,,,,,,,,,,,,,,,"If the additional scenario (harem) is installed, the\nvariable ""%addin_exist%"" returns 1" +16000 ,"$fset %jump%,%addin_exist%",,,,,,,,,,,,,,,,,,, +16100 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,ハーレムがインストールされていない,check_chie",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,ハーレムがインストールされてる,harem_continue",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +16200 ,*harem_continue,,,,,,,,,,,,,,,,,,,Check conditions for the harem route (all heroine flags\nwithin ±1) +16300 ,"$fmax %temp1%,%chie%,%komako%",,,,,,,,,,,,,,,,,,, +16400 ,"$fmax %temp1%,%temp1%,%tenka%",,,,,,,,,,,,,,,,,,,"temp1 = max( max( chie, komako ), tenka )" +16500 ,"$warning MAX(千恵、コマコ、甜花),%temp1%",,,,,,,,,,,,,,,,,,, +16600 ,"$fmin %temp2%,%chie%,%komako%",,,,,,,,,,,,,,,,,,, +16700 ,"$fmin %temp2%,%temp2%,%tenka%",,,,,,,,,,,,,,,,,,,"temp2 = min( min( chie, komako ), tenka )" +16800 ,"$warning MIN(千恵、コマコ、甜花),%temp2%",,,,,,,,,,,,,,,,,,, +16900 ,"$fsub %temp1%,%temp2%",,,,,,,,,,,,,,,,,,,"If temp1-temp2 is 0 or 1, it can be said that all heroine\nflags are within ±1" +17100 ,"$cmp %temp1%,<=,1",,,,,,,,,,,,,,,,,,, +17200 ,"$fset %jump%,%cmp_flag%",,,,,,,,,,,,,,,,,,,"If it's 0 or 1, proceed to the harem route" +17300 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,ハーレム条件成立せず,check_chie",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,ハーレムルートへ(フラグが±1だった),route_harem",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +17700 ,*check_chie,,,,,,,,,,,,,,,,,,, +17800 ,"$fmax %temp1%,%komako%,%tenka%",,,,,,,,,,,,,,,,,,,"temp1 = max( komako, tenka )" +17900 ,"$cmp %chie%,>=,%temp1%",,,,,,,,,,,,,,,,,,,Is the Chie flag greater than or equal to the Komako and\nTenka flags? +18000 ,"$fset %jump%,%cmp_flag%",,,,,,,,,,,,,,,,,,, +18100 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,千恵ルートへ,route_chie",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,千恵ルート条件成立せず,check_komako",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +18500 ,*check_komako,,,,,,,,,,,,,,,,,,, +18600 ,"$cmp %komako%,>=,%tenka%",,,,,,,,,,,,,,,,,,,Is the Komako flag greater than or equal to the Tenka flag? +18700 ,"$fset %jump%,%cmp_flag%",,,,,,,,,,,,,,,,,,, +18800 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,コマコルートへ(コマコ≧甜花),route_komako",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,甜花ルートへ,route_tenka",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +19000 ,$warning ロジックエラー:ルート分岐失敗,,,,,,,,,,,,,,,,,,,Logic Error +19300 ,$exit error,,,,,,,,,,,,,,,,,,, +19700 ,@yuko_route,,,,,,,,,,,,,,,,,,,Yuuko Route (Preparation for additional scenario) +19800 ,$is_addin_exist {F5118DCD-83A1-41B7-AF30-72B45F817819},,,,,,,,,,,,,,,,,,,"If the additional scenario (Yuuko) is installed, the\nvariable ""%addin_exist%"" returns 1" +20000 ,"$fset %jump%,%addin_exist%",,,,,,,,,,,,,,,,,,, +20100 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,優子シナリオがインストールされていない,no_yuko",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,優子シナリオがインストールされてる,exist_yuko",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +20300 ,*no_yuko,,,,,,,,,,,,,,,,,,,"If the Yuuko scenario is not installed, go here" +20400 ,$go yuko_route_not_exist,,,,,,,,,,,,,,,,,,,Chie Bad END (Yuuko) +20600 ,*exist_yuko,,,,,,,,,,,,,,,,,,, +20700 ,$go t07_add_yuko,,,,,,,,,,,,,,,,,,,Specify the label for the additional scenario +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +, diff --git a/datascn.tac/01commonA.csv b/datascn.tac/01commonA.csv new file mode 100644 index 0000000..8a1e73a --- /dev/null +++ b/datascn.tac/01commonA.csv @@ -0,0 +1,1014 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@common_top,,,,,,,,,,,,,,,,,,,Common Part Start +10500 ,@000_CA00,,,,,,,,,,,,,,,,,,, +10800 ,,,15,33,,,,,,,,,,,,,,,,"When you think of a railway that cuts through a suburban\narea heading towards the city center, the first thing that\ncomes to mind might be the overwhelming rush of the morning\ncommute." +10900 ,,,,,,,,,,,,,,,,,,,,"However, if you ride that train in the opposite direction\nfor an hour, you'll find yourself surrounded by mountains\nand greenery that make it hard to believe you're still in\nthe same city." +11000 ,,,,,,,,,,,,,,,,,,,,"After getting off at the final station deep in the\nmountains, you take a bus further into the countryside." +11100 ,,,,,,,,,,,,,,,,,,,,"The road winds up and down, with small clusters of houses\nappearing on either side, creating a quaint atmosphere." +11200 ,,,,,,,,,,,,,,,,,,,,"On one side of the road, where it drops steeply, there's a\nstream that looks perfect for playing in the water." +11300 ,,,,,,,,,,,,,,,,,,,,"Even though it's still within the city limits, this place is\ntruly 'countryside.'" +11400 ,,,,,,,,,,,,,,,,,,,,"I came here to fulfill my dream. I took early retirement\nfrom my job, saved up a decent amount of money, and moved to\nthis rural area." +11500 ,,"",,14,,,,,,,,,,,,,,,,The new home I bought in this place with nothing around is\nan old private shop that still retains a Showa-era\natmosphere. +11600 ,,,,,,,,,,,,,,,,,,,,"The previous owner was an elderly woman who closed the shop\nyears ago to live with her son, but she couldn't bear to\ndemolish the store she ran for so long, so it remained\nvacant." +11700 ,,,,,,,,,,,,,,,,,,,,"Due to these circumstances, I was able to acquire it at a\nlow price on the condition that I run a shop." +11800 ,,,,,,,,,,,,,,,,,,,,"For me, it was an offer I couldn't refuse. It was like a\ngodsend." +11900 ,,,,,,,,,,,,,,,,,,,,It's been about five months since I opened the shop. +12000 ,,"",,23,,,,,,,,,,,,,,,,"As for business, it's not exactly profitable." +12100 ,,,,,,,,,,,,,,,,,,,,"That was obvious. In such a rural area, there aren't many\ncustomers." +12200 ,,,,,,,,,,,,,,,,,,,,"Moreover, most of the products I handle are cheap sweets...\nin other words, my shop is a candy store." +12300 ,,,,,,,,,,,,,,,,,,,,"The sweets that were 10 yen when I was a child are now 20\nyen, but it's still a small business selling items for just\na few dozen yen." +12400 ,,,,,,,,,,,,,,,,,,,,Other products include detergents and cigarettes ordered by\nlocal residents... just small household items. +12500 ,,,,,,,,,,,,,,,,,,,,There's no way to make a profit from this. +12600 ,,,,,,,,,,,,,,,,,,,,But I have a mission. +12700 ,,,,,,,,,,,,,,,,,,,,I want to teach today's kids the taste of the sweets I ate\nwhen I was little and the fun of gathering at a candy store. +12800 ,,,,,,,,,,,,,,,,,,,,"The joy of thinking, 'What should I eat today...' while\nlooking at colorful sweets." +12900 ,,,,,,,,,,,,,,,,,,,,The happiness of deciding how to spend your allowance by\nyourself. +13000 ,,,,,,,,,,,,,,,,,,,,"In short, to sum it up roughly..." +13100 ,,,,,,,,,,,,,,,,,,,,"I like girls. I like small, cute girls." +13200 ,,,,,,,,,,,,,,,,,,,,I wanted a reason to get closer to those kinds of kids. +13300 ,,,,,,,,,,,,,,,,,,,,"Being the only shop near the school, and a candy store at\nthat, students started stopping by after school as soon as I\nopened." +13400 ,,,,,,,,,,,,,,,,,,,,"Now, I remember almost all of my customers' names, and it's\nlike we're friends." +13500 ,,,,,,,,,,,,,,,,,,,,Except for that girl who recently moved here. +13600 ,,"",,33,,,主人公,Kiyoshi,,,,,,,,,,,,"Today, only one candy was bought..." +13700 ,,,,,,,,,,,,,,,,,,,,"From the trash can... no, treasure chest, I gather the\ncontainers of sweets that cute girls have touched with their\nmouths and place them on the desk." +13800 ,,,,,,,,,,,,,,,,,,,,It's a small yogurt candy container and spoon. Just thinking\nthat a girl touched it makes my heart race. +13900 ,,,,,,,,,,,,,,,,,,,,My crotch is also on high alert. +14000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Since she went through the trouble of touching it with her\nmouth, licking it is the best answer..." +14100 ,,,,,,,,,,,,,,,,,,,,But is that really the case? +14200 ,,,,,,,,,,,,,,,,,,,,"Even if my heart is satisfied, my dick doesn't feel good." +14300 ,,,,,,,,,,,,,,,,,,,,"So if I focus on making my dick feel good, what would\nhappen?" +14400 ,,,,,,,,,,,,,,,,,,,,"If I touch this container or spoon to my dick, wouldn't that\nbe like an indirect blowjob?" +14500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I see, isn't that a brilliant idea?" +14600 ,,,,,,,,,,,,,,,,,,,,"No, but if I make my dick feel good with that, then I can't\nhave an indirect kiss..." +14700 ,,,,,,,,,,,,,,,,,,,,It would be more like an indirect self- blowjob than an\nindirect kiss with a girl. +14800 ,,,,,,,,,,,,,,,,,,,,"Licking the part a girl licked is basic behavior for guys,\neven without a soprano recorder. If I can't do that, my\nheart might not be satisfied." +14900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I have to carefully choose which is better... +15000 ,,,,,,,,,,,,,,,,,,,,This is a dilemma. +15100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,No. +15200 ,,,,,,,,,,,,,,,,,,,,"The girl licked both the yogurt container and the spoon. So\nif I lick one and make my dick feel good with the other,\nthis problem is solved." +15300 ,,,,,,,,,,,,,,,,,,,,But when will I have the chance to get a yogurt container\nand spoon again? +15400 ,,,,,,,,,,,,,,,,,,,,"Thinking about it, using both of these delicious finds at\nthe same time might be a huge luxury." +15500 ,,,,,,,,,,,,,,,,,,,,"In that case, using something another girl used is an\noption, but today everyone bought rice crackers or\nchocolate..." +15600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Brr... ugh... +15700 ,,,,,,,,,,,,,,,,,,,,"It's troubling, but I need to decide quickly or do something\nabout this erect dick. I might catch a cold." +15800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, today I'll indulge and use both!" +15900 ,,,,,,,,,,,,,,,,,,,,"Having decided that, after thinking a bit about which to\nlick and which to use on my dick, I decided to lick the\nspoon and use the container on my dick, and started\nmasturbating." +16000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah... you licked here, didn't you..." +16100 ,,,,,,,,,,,,,,,,,,,,"Imagining that simple and rustic girl who visited the store,\nI put the spoon in my mouth and forcefully push my dick into\nthe small yogurt container." +16200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,It's like I'm pushing my dick into a small mouth... ugh. +16300 ,,,,,,,,,,,,,,,,,,,,The leftover yogurt clinging to the container transmits a\nslippery sensation to my dick. +16400 ,,,,,,,,,,,,,,,,,,,,"The satisfaction of having something tangible is immense.\nImagining the girl's tongue, I lick the spoon and rub the\ncontainer against my dick." +16500 ,,,,,,,,,,,,,,,,,,,,"There's no way a fully erect dick can fit into a small\nyogurt container, but feeling the slightly rough edge and\nthe tight part of the container..." +16600 ,,,,,,,,,,,,,,,,,,,,"It felt like the entrance of a girl's vagina, and my already\nrock-hard dick quickly reached its climax with that\nimagination." +16800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,It's coming... ugh! +16900 ,,,,,,,,,,,,,,,,,,,,"My dick twitches and spasms. Seeing it about to overflow\nfrom the container, I quickly switch to a tissue and wrap my\ncock." +17000 ,,,,,,,,,,,,,,,,,,,,This reflex action is something I'm used to by now. It's not\nfor nothing that I have a long history of masturbation. +17100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... that was a lot. +17200 ,,,,,,,,,,,,,,,,,,,,The container is filled with a sticky white liquid. +17300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,It's like I refilled it with yogurt. It'd be amazing if that\ngirl licked it. +17400 ,,,,,,,,,,,,,,,,,,,,"Maybe I went too hard, as the post- masturbation lethargy\nmakes my eyelids heavy." +17500 ,,,,,,,,,,,,,,,,,,,,"While wiping my dick with a tissue, I somehow fell asleep\njust like that." +17600 ,,,,,,,,,,,,,,,,,,,,I felt like I saw that girl's figure even in my dreams... +17700 ,,,0,9000,,,,,,,,,,,,,,,, +17800 ,@001_CA01,,,,,,,,,,,,,,,,,,,"CG:SA00A,KA00A" +18000 ,,,,,,,,,,,,,,,,,,,, +18100 ,,,5,11,,,主人公,Kiyoshi,,,,,,,,,,,,Yawn... +18200 ,,,,,,,,,,,,,,,,,,,,I ended up falling asleep right after masturbating\nyesterday. Sleeping on the tatami mat made my body ache. +18300 ,,,,,,,,,,,,,,,,,,,,"That said, there's no problem with oversleeping a bit since\nno customers come from morning to noon." +18400 ,,,,,,,,,,,,,,,,,,,,"I stretch my back and... hmm, the sunlight is strong." +18500 ,,,,,,,,,,,,,,,,,,,,"With this, I can expect the usual kids to come today." +18600 ,,,,,,,,,,,,,,,,,,,,"Customers visit this store from early afternoon to evening.\nIf they're early, it should be soon." +18700 ,,,,,,,,,,,,,,,,,,,,I prepare for opening while waiting for that time. +18800 ,,"",,,,,,,,,,,,,,,,,,"Before long, a small customer appeared." +18900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Oh!? +19000 ,,,,,,,,,,,,,,,,,,,,"Today, three girls came together!" +19100 ,,,,,,,千恵,Chie,001_CA01_c_000.wav,"chie,private",,0,,,,,,,,"Hi, mister!" +19200 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,Welcome! You're full of energy today too. +19300 ,,,,,,,千恵,Chie,001_CA01_c_001.wav,chie,,21,,,,,,,,"Yeah, mister! Chii-chan is full of energy!" +19400 ,,,,,,,,,,chie,,21,,,,,,,,She laughs without a care. I wish I could take a picture. +19500 ,,,,,,,,,,chie,,21,,,,,,,,"This girl is Sayama Chie-chan. Everyone, including me, calls\nher 'Chii-chan'." +19600 ,,,,,,,,,,chie,,21,,,,,,,,"She's been a regular since the store opened, and we're\npractically friends now." +19700 ,,,,,,,,,,chie,,21,,,,,,,,"She loves snacks and always looks around the store with\nsparkling eyes, genuinely happy to buy them." +19800 ,,,,,,,,,,chie,,21,,,,,,,,"Her energy always seems to overflow from her body, which is\nreally nice." +19900 ,,,,,,,,,,chie,,21,,,,,,,,"She's very friendly and seems to have a relaxed guard,\nespecially in that regard." +20000 ,,,,,,,,,,chie,,21,,,,,,,,"I don't mind being called 'mister' at all. In fact, it makes\nme happy." +20100 ,,,,,,,千恵,Chie,001_CA01_c_002.wav,chie,,1,,,,,,,,Ehehe. +20200 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Ehehe. +20300 ,,,,,,,,,,chie,,1,,,,,,,,"As Chii-chan and I exchange smiles, the girl holding Chii-\nchan's hand looks at me with a slightly cautious expression." +20400 ,,,,,,,千恵,Chie,001_CA01_c_003.wav,chie,,0,,,,,,,,"Komachan, is something wrong?" +20500 ,,,,,,,コマコ,Komako,001_CA01_k_000.wav,,,,"komako,private",,3,,,,,"No, it's nothing." +20600 ,,,,,,,,,,,,,komako,,3,,,,,"This girl, with features and hair color that don't seem\nJapanese, is 'Komachan', or Komako Semenovich-chan. I call\nher Komako-chan." +20700 ,,,,,,,,,,,,,komako,,3,,,,,I heard that she's half Russian from her father and half\nJapanese from her mother. +20800 ,,,,,,,,,,,,,komako,,3,,,,,"When she first came to the store, I panicked thinking, 'I\nonly speak Japanese!' but it turns out she's lived in Japan\nsince birth and is fluent in Japanese." +20900 ,,,,,,,,,,,,,komako,,3,,,,,She's also been a regular since the store opened. +21000 ,,,,,,,,,,,,,komako,,3,,,,,"That said, she only comes with Chii-chan, and sometimes it\nfeels like she's avoiding me... Well, even so, she's an\nimportant customer to me." +21100 ,,,,,,,千恵,Chie,001_CA01_c_004.wav,chie,,1,,,,,,,,"Hey, Tenka-chan, come over here too!" +21200 ,,,,,,,,,,chie,,1,,,,,,,,Chii-chan calls out to the slightly more mature girl and\nbeckons her over. +21300 ,,,,,,,,,,chie,,1,,,,,,,,"Unlike Komako-chan, who's clinging closely, this 'Tenka-\nchan' is a bit more distant." +21400 ,,,,,,,,,,chie,,1,,,,,,,,The last girl is someone who recently started coming to the\nstore. +21500 ,,,,,,,,,,chie,,1,,,,,,,,She seems a bit more refined and mature. +21600 ,,,,,,,,,,chie,,1,,,,,,,,"Come to think of it, her name... or rather, her nickname, is\nsomething I heard for the first time." +21700 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Tenka-chan? ...This is the second time you've brought her\nalong, right? A friend?" +21800 ,,,,,,,千恵,Chie,001_CA01_c_005.wav,chie,,20,,,,,,,,Yeah! She just moved here recently. +21900 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,I see. +22000 ,,,,,,,,,,chie,,20,,,,,,,,Maybe that's why she seems a bit out of place. +22100 ,,,,,,,千恵,Chie,001_CA01_c_006.wav,chie,,21,,,,,,,,"You came from the city, right?" +22200 ,,,,,,,,,,chie,,21,,,,,,,,"Chii-chan's way of saying it made me chuckle a bit. A city\nkid, huh." +22300 ,,,,,,,,,,chie,,21,,,,,,,,"I wonder if she realizes she's a country kid? Compared to\nhere, anywhere would be a city." +22400 ,,,,,,,甜花,Tenka,001_CA01_t_000.wav,chie,,21,"tenka,private",,15,,,,,It's not... like that... +22500 ,,,,,,,,,,chie,,21,tenka,,15,,,,,"Tenka-chan seems a bit hesitant. Or rather, she looks unsure\nof how to respond." +22600 ,,,,,,,主人公,Kiyoshi,,chie,,21,tenka,,15,,,,,"Tenka-chan. If you find something you like, feel free to buy\nit, okay?" +22700 ,,,,,,,千恵,Chie,001_CA01_c_007.wav,chie,,1,tenka,,15,,,,,"You'll find something today, right, Tenka- chan? Come on,\nlet's go inside!" +22800 ,,,,,,,主人公,Kiyoshi,,chie,,1,tenka,,15,,,,,"Please, come in." +23000 ,,,,,,,甜花,Tenka,001_CA01_t_001.wav,chie,,1,tenka,,10,,,,,I-I'm fine... I just... +23100 ,,,,,,,,,,,,,,,,,,,,Chii-chan forcefully pulls Tenka-chan's hand and leads her\ninto the store. +23200 ,,,,21,,,千恵,Chie,001_CA01_c_008.wav,chie,,21,,,,,,,,"Look, look! Hey, Tenka-chan, there's a KGB card here!" +23300 ,,,,,,,,,,chie,,21,,,,,,,,"Chii-chan points to a photo lottery of the idol group\n'KGB48', which is very popular among girls." +23400 ,,,,,,,,,,chie,,21,,,,,,,,"It's the type where you pull out a bag without seeing the\ncontents and enjoy finding out who you get, a classic style." +23500 ,,,,,,,,,,chie,,21,,,,,,,,"Well, it looks cheap, like they didn't get proper\npermission... or rather, it's a knockoff with idol magazine\ncutouts printed on paper." +23600 ,,,,,,,甜花,Tenka,001_CA01_t_002.wav,chie,,21,tenka,,29,,,,,I don't... need that. +23700 ,,,,,,,千恵,Chie,001_CA01_c_009.wav,chie,,3,tenka,,29,,,,,"Eh? Tenka-chan, do you not like KGB?" +23800 ,,,,,,,主人公,Kiyoshi,,chie,,3,tenka,,29,,,,,"Are idols popular among you and your friends too, Chii-chan?" +23900 ,,,,,,,千恵,Chie,001_CA01_c_010.wav,chie,,0,tenka,,29,,,,,"Yeah, we trade them and collect cards of our favorite\nmembers. Some kids also collect cards from idol card games." +24000 ,,,,,,,,,,chie,,0,tenka,,29,,,,,"Yeah, I'm quite familiar with that." +24100 ,,,,,,,,,,chie,,0,tenka,,29,,,,,"Since I'm running a candy store, I thought about getting an\nidol training card game machine." +24200 ,,,,,,,,,,chie,,0,tenka,,29,,,,,"But it seems you can only install those in places where you\ncan sell a huge number of cards, so I gave up." +24300 ,,,,,,,,,,chie,,0,tenka,,29,,,,,"Besides, I wouldn't want weird adult customers hanging\naround." +24400 ,,,,,,,,,,chie,,0,tenka,,29,,,,,"In city electronics stores, you often see adults who are\nclearly not parents hogging the machines alone." +24500 ,,,,,,,主人公,Kiyoshi,,chie,,0,tenka,,29,,,,,"Do you like idols, Chii-chan?" +24600 ,,,,,,,千恵,Chie,001_CA01_c_011.wav,chie,,25,tenka,,29,,,,,"Chii-chan... hmm, I wonder. Maybe a little?" +24700 ,,,,,,,主人公,Kiyoshi,,chie,,25,tenka,,29,,,,,"You like sweets more, right?" +24800 ,,,,,,,千恵,Chie,001_CA01_c_012.wav,chie,,1,tenka,,29,,,,,Yeah!! +24900 ,,,,,,,,,,chie,,1,tenka,,29,,,,,"Chii-chan answered with a beaming smile. Ah, she's so cute." +25000 ,,,,,,,千恵,Chie,001_CA01_c_013.wav,chie,,21,tenka,,29,,,,,"Oh, Tenka-chan, let's buy some sweets then. These sweets are\ndelicious!" +25100 ,,,,,,,甜花,Tenka,001_CA01_t_003.wav,chie,,21,tenka,,30,,,,,............ +25200 ,,,,,,,,,,chie,,21,tenka,,30,,,,,"Chii-chan seems to be trying hard to get Tenka-chan's\nattention, but as usual, Tenka- chan isn't very\nenthusiastic." +25300 ,,,,,,,甜花,Tenka,001_CA01_t_004.wav,chie,,21,tenka,,9,,,,,............I don't need that. I have delicious chocolate at\nhome. +25400 ,,,,,,,,,,chie,,21,tenka,,9,,,,,Even her eventual response was curt and dismissive. +25500 ,,,,,,,千恵,Chie,001_CA01_c_014.wav,chie,,25,tenka,,9,,,,,I see... +25600 ,,,,,,,,,,,,,,,,,,,,Komako-chan looked at Chii-chan's unusually sad face with a\ntroubled expression. +25700 ,,,,,,,,,,,,,,,,,,,,"Still, Tenka-chan isn't very sociable." +25800 ,,,,,,,,,,,,,,,,,,,,"But despite that, she comes to the candy store with them.\nShe actually likes the photo lottery, too." +25900 ,,,,,,,,,,,,,,,,,,,,"In the end, Tenka-chan just can't be honest with herself." +26000 ,,,,,,,,,,,,,,,,,,,,"While I was thinking that, Chii-chan had already turned her\nattention to the sweets and was engrossed in them." +26100 ,,,,,,,千恵,Chie,001_CA01_c_015.wav,chie,,21,,,,,,,,What should I get! +26200 ,,,,,,,,,,chie,,21,,,,,,,,I wonder how many minutes Chii-chan will take to choose her\nsweets today. +26300 ,,,,,,,千恵,Chie,001_CA01_c_016.wav,chie,,14,,,,,,,,Hmm... let's see... +26400 ,,,,,,,,,,chie,,14,,,,,,,,"Chii-chan looked around the shelves with sparkling eyes,\nwith Komako-chan following behind her." +26500 ,,,,,,,,,,chie,,14,,,,,,,,Oh? It seems she's already decided. That was surprisingly\nquick. +26600 ,,,,,,,千恵,Chie,001_CA01_c_017.wav,"chieL,private",,0,,,,,,,,This one! Please! +26700 ,,,,,,,主人公,Kiyoshi,,chieL,,0,,,,,,,,"Alright, alright, Chii-chan really likes this one. It's 30\nyen." +26900 ,,,,,,,,,,chieL,,0,,,,,,,,"Chii-chan chose a candy called 'Bat Chocolate,' which is a\nbiscuit covered in chocolate. It has a picture of a baseball\nbat on it." +27000 ,,,,,,,,,,chieL,,0,,,,,,,,It's been a long-selling product since I was a kid. +27100 ,,,,,,,,,,chieL,,0,,,,,,,,"It's supposed to be a seasonal product because the chocolate\nmelts... but in my candy store, I keep it chilled in the\njuice fridge and sell it." +27200 ,,,,,,,,,,chieL,,0,,,,,,,,"I want her to try various snacks, and Chii- chan likes them\ntoo." +27300 ,,,,,,,千恵,Chie,001_CA01_c_018.wav,chieL,,21,,,,,,,,"One, two, three... here, thirty yen!" +27400 ,,,,,,,主人公,Kiyoshi,,chieL,,21,,,,,,,,Thank you for your purchase! +27500 ,,,,,,,,,,chie,,21,,,,,,,,"Even though it's just 30 yen, it's quite a sum for Chii-\nchan. Seeing her carefully count and hand it over makes me\nsmile." +27600 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,You decided quickly today. +27700 ,,,,,,,千恵,Chie,001_CA01_c_019.wav,chie,,0,,,,,,,,"Last time, I thought I should have chosen this one." +27800 ,,,,,,,,,,chie,,0,,,,,,,,I see. +27900 ,,,,,,,,,,chie,,0,,,,,,,,"Chii-chan carefully opens it, making sure not to tear the\nblacked-out part." +28000 ,,,,,,,,,,chie,,0,,,,,,,,It's a prize-winning product. You get another one if you\ncollect four 'Hits' or one 'Home Run.' +28100 ,,,,,,,,,,chie,,0,,,,,,,,"From what I found online, there's usually only one winning\npiece per box." +28200 ,,,,,,,,,,chie,,0,,,,,,,,"I remember eating quite a few as a kid, but I never got a\n'Home Run.'" +28300 ,,,,,,,千恵,Chie,001_CA01_c_020.wav,chie,,4,,,,,,,,Ugh... oh! A Hit! +28400 ,,,,,,,コマコ,Komako,001_CA01_k_001.wav,chie,,4,komako,,24,,,,,Wow...! +28500 ,,,,,,,,,,chie,,4,komako,,24,,,,,"Komako-chan, who hadn't reacted much until now, raised her\nvoice." +28600 ,,,,,,,コマコ,Komako,001_CA01_k_002.wav,chie,,4,komako,,1,,,,,"That's amazing, Chii-chan, good for you." +28700 ,,,,,,,千恵,Chie,001_CA01_c_021.wav,chie,,21,komako,,1,,,,,Yeah! +28800 ,,,,,,,主人公,Kiyoshi,,chie,,21,komako,,1,,,,,"Congratulations, Chii-chan." +28900 ,,,,,,,千恵,Chie,001_CA01_c_022.wav,chie,,0,,,,,,,,"Yay, Chii-chan got a Hit for the first time! Uncle, how many\ndo I get for a Hit!?" +29000 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Well, you need to collect four Hits to exchange for one." +29100 ,,,,,,,千恵,Chie,001_CA01_c_023.wav,chie,,5,,,,,,,,What... I don't get even one? I have to collect four... +29200 ,,,,,,,,,,chie,,5,,,,,,,,Chii-chan looked a bit disappointed. I almost burst out\nlaughing at the change in her mood. +29300 ,,,,,,,,,,chie,,5,,,,,,,,"I see, now that I think about it, Chii-chan always buys\nsnacks with prizes." +29400 ,,,,,,,,,,chie,,5,,,,,,,,"With her small allowance, she aimed to eat a lot of snacks\nby targeting those with prize tickets." +29500 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,"Well, maybe you'll hit a Home Run next time." +29600 ,,,,,,,千恵,Chie,001_CA01_c_024.wav,chie,,21,,,,,,,,"Yeah, I'll get it next time!" +29700 ,,,,,,,,,,chie,,21,,,,,,,,"Chii-chan doesn't get discouraged, ah, she's really cute." +29800 ,,,,,,,千恵,Chie,001_CA01_c_025.wav,chie,,20,,,,,,,,"This one's expensive but it's delicious, I've been wanting\nto try it." +29900 ,,,,,,,,,,chie,,20,,,,,,,,"Yeah, I get it. But as her uncle, it's a bit disappointing\nthat there won't be any containers or spoons left with Chii-\nchan's touch." +30000 ,,,,,,,,,,chie,,20,,,,,,,,"If Chii-chan gets obsessed with this snack for a while, it\nmight be a little, no, quite disappointing." +30100 ,,,,,,,千恵,Chie,001_CA01_c_026.wav,chie,,0,,,,,,,,"Komako-chan, which one are you getting?" +30200 ,,,,,,,,,,chie,,0,,,,,,,,"Komako-chan finally moved away from Chii-chan and was\nlooking at the lined-up snacks. It seemed like she was\nsearching for something rather than being indecisive... oh,\nshe chose." +30300 ,,,,,,,コマコ,Komako,001_CA01_k_003.wav,,,,"komakoL,private",,20,,,,,This one. Please. +30400 ,,,,,,,,,,,,,komakoL,,20,,,,,"Komako-chan chose the squid legs on a skewer, which have an\nirresistible sweet and spicy taste that comes out the more\nyou chew." +30500 ,,,,,,,,,,,,,komakoL,,20,,,,,"It might be a sophisticated choice for kids these days, but\nKomako-chan seems to love it and buys it often." +30600 ,,,,,,,,,,,,,komakoL,,20,,,,,"Other snacks Komako-chan buys include kinako sticks and fu-\ngashi, which are quite sophisticated choices." +30700 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,20,,,,,That'll be 20 yen. +30800 ,,,,,,,コマコ,Komako,001_CA01_k_004.wav,,,,komakoL,,0,,,,,Here you go. +30900 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,0,,,,,"That's exact, thank you for your purchase!" +31000 ,,,,,,,,,,,,,komako,,0,,,,,"If it's pickled squid, the skewer will be left... That's\ngood, that's good." +31100 ,,,,,,,,,,,,,komako,,0,,,,,"Chii-chan and Komako-chan, having bought their snacks, sat\non the bench in front of the store and started eating." +31300 ,,,,,1000000,,千恵,Chie,001_CA01_c_027.wav,chie,,0,,,,,,,,Itadakimasu... *lick* +31400 ,,,,,1000000,,,,,,,,,,,,,,,Chii-chan took out about half of the snack from the bag and\ngave it a lick. Ohhh! +31500 ,,,,,1000000,,,,,,,,,,,,,,,"Suddenly, my crotch twitched." +31600 ,,,,,1000000,,,,,,,,,,,,,,,"Ah, even though I can't get a spoon, this is enjoyable in\nits own way." +31700 ,,,,,1000000,,千恵,Chie,001_CA01_c_028.wav,chie,,0,,,,,,,,The chocolate is delicious! +31800 ,,,,,1000000,,,,,,,,,,,,,,,"Chii-chan is all smiles. The chocolate stick sticking out of\nthe bag is a bit thin, but it looks just like a dick." +31900 ,,,,,1000000,,,,,,,,,,,,,,,A beautiful girl licking it so deliciously...!! +32000 ,,,,,1000000,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, the chocolate looks tasty." +32100 ,,,,,1000010,,千恵,Chie,001_CA01_c_029.wav,chie,,0,,,,,,,,"Yeah, the chocolate is delicious!" +32200 ,,,,,1000010,,,,,,,,,,,,,,,"In my mind, I replace the word 'chocolate' Chii-chan said\nwith 'dick'. Dick is delicious! It's the best!" +32400 ,,,,,1000010,,,,,,,,,,,,,,,"Chii-chan is in a great mood, licking the chocolate. She\ndoesn't bite it." +32500 ,,,,,1000010,,コマコ,Komako,001_CA01_k_005.wav,komako,,0,,,,,,,,"Chii-chan, why do you lick it?" +32600 ,,,,,1000000,,千恵,Chie,001_CA01_c_030.wav,chie,,0,,,,,,,,"Well, because if I eat bread after licking it, I can enjoy\nit twice!" +32700 ,,,,,1000000,,コマコ,Komako,001_CA01_k_006.wav,komako,,0,,,,,,,,I see. +32800 ,,,,,1000000,,,,,,,,,,,,,,,GJ! GJ Chii-chan! +33000 ,,,,,2000000,,,,,,,,,,,,,,,"Meanwhile, Komako-chan, who bought squid, is nibbling on the\ntip." +33100 ,,,,,2000000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you like squid, right? How does it taste? Is it\ngood?" +33200 ,,,,,2000000,,コマコ,Komako,001_CA01_k_007.wav,komako,,0,,,,,,,,It tastes like squid and it's delicious. +33300 ,,,,,2000000,,主人公,Kiyoshi,,,,,,,,,,,,............ +33400 ,,,,,2000000,,,,,,,,,,,,,,,"It smells like squid and it's delicious,"" she'll surely\nbecome a girl who loves dick too!" +33500 ,,,,,2000000,,千恵,Chie,001_CA01_c_031.wav,chie,,0,,,,,,,,"By the way, summer vacation is coming up soon, right?" +33600 ,,,,,2000010,,コマコ,Komako,001_CA01_k_008.wav,komako,,0,,,,,,,,"Yeah, that's right." +33700 ,,,,,2000010,,,,,,,,,,,,,,,"The two beautiful girls, one licking and the other munching,\nare having a conversation." +33800 ,,,,,2000010,,,,,,,,,,,,,,,"I see, summer vacation is coming up soon." +33900 ,,,,,2000010,,主人公,Kiyoshi,,,,,,,,,,,,"That's nice, summer vacation. Do you have any plans for it,\nChii-chan?" +34000 ,,,,,1000000,,千恵,Chie,001_CA01_c_032.wav,chie,,0,,,,,,,,"Hmm, not really." +34100 ,,,,,1000000,,,,,,,,,,,,,,,"No plans, huh. Well, if she said she's going on a trip and\nwon't be around, that would be shocking in its own way." +34200 ,,,,,1000010,,千恵,Chie,001_CA01_c_033.wav,chie,,0,,,,,,,,"I get a little more allowance during summer vacation! So,\nI'll come to your place every day!" +34300 ,,,,,1000010,,,,,,,,,,,,,,,"Oh wow, really!?" +34400 ,,,,,1000010,,主人公,Kiyoshi,,,,,,,,,,,,That's great! I want you to come a lot. +34500 ,,,,,2000000,,コマコ,Komako,001_CA01_k_009.wav,komako,,0,,,,,,,,You don't seem to have many customers. +34600 ,,,,,2000000,,主人公,Kiyoshi,,,,,,,,,,,,"Well... yeah, that's true..." +34700 ,,,,,2000000,,,,,,,,,,,,,,,"As always, Komako-chan is blunt. It hurts a little." +34800 ,,,,,2000000,,,,,,,,,,,,,,,"...Huh? Komako-chan, your shoulder strap is slipping... oh\nmy!?" +34900 ,,,,,2000000,,,,,,,,,,,,,,,"I didn't notice, but is she flashing her nipple!?" +35000 ,,,,,2000000,,,,,,,,,,,,,,,"That pink thing is... right? If the shoulder strap slips a\nbit more, I might be able to see it..." +35100 ,,,,,2000000,,,,,,,,,,,,,,,Just a little more... the angle... +35300 ,,,,,2000010,,コマコ,Komako,001_CA01_k_010.wav,komako,,0,,,,,,,,? What? +35400 ,,,,,2000010,,主人公,Kiyoshi,,,,,,,,,,,,"Huh? Oh, I was just thinking you look like you're enjoying\nyour food, haha." +35500 ,,,,,2000010,,コマコ,Komako,001_CA01_k_011.wav,komako,,0,,,,,,,,"It's delicious, but..." +35600 ,,,,,2000010,,,,,,,,,,,,,,,"Komako-chan tilts her head with a ""?"" expression. Ah, she's\nas unbearably cute as ever! And with her nipple almost\nshowing, this is practically art!" +35700 ,,,,,2000010,,,,,,,,,,,,,,,"But with her looking at me, I can't just stare at her chest,\nit's tough." +35800 ,,,,,2000010,,,,,,,,,,,,,,,Just being looked at by this cute face could motivate me a\nhundred times today... +35900 ,,,,,2000010,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, do you have any plans for summer vacation?" +36000 ,,,,,2000010,,コマコ,Komako,001_CA01_k_012.wav,komako,,0,,,,,,,,Playing with Chii-chan. +36100 ,,,,,2000010,,,,,,,,,,,,,,,She answered immediately. +36200 ,,,,,2000010,,主人公,Kiyoshi,,,,,,,,,,,,"I see, you two are close, huh?" +36300 ,,,,,2000010,,コマコ,Komako,001_CA01_k_013.wav,komako,,0,,,,,,,,Yeah. +36400 ,,,,,2000010,,,,,,,,,,,,,,,"It's curt, but somehow strong." +36600 ,,,,,1000020,,千恵,Chie,001_CA01_c_034.wav,chie,,0,,,,,,,,Chii-chan and Komako-chan are close. Right? +36700 ,,,,,1000020,,コマコ,Komako,001_CA01_k_014.wav,komako,,0,,,,,,,,...Yeah. +36800 ,,,,,1000020,,,,,,,,,,,,,,,Komako-chan nods strongly again. +36900 ,,,,,1000020,,,,,,,,,,,,,,,"Oh no, Chii-chan is at it again! She's flapping her legs and\nlicking a lollipop!" +37000 ,,,,,1000020,,,,,,,,,,,,,,,"And the tip of the chocolate has already been licked off,\nexposing the biscuit part. It's like a peeled dick." +37100 ,,,,,1000020,,,,,,,,,,,,,,,It looks just like my peeled dick...!! +37200 ,,,,,1000020,,,,,,,,,,,,,,,"And as she raises her legs, her enticing panties keep\nflashing." +37300 ,,,,,1000020,,,,,,,,,,,,,,,"If it were allowed, I'd want to take it out and relieve\nmyself right here without a care!" +37400 ,,,,,1000020,,,,,,,,,,,,,,,"I somehow suppress that urge... I'm leaning forward. When\nI'm at the shop, I wear an apron that doesn't suit me, but I\njust realized it's perfect for hiding an erection." +37500 ,,,,,1000020,,,,,,,,,,,,,,,"As I watch her looking so happy, Chii-chan turns to Tenka-\nchan, who hasn't been able to join the conversation until\nnow." +37600 ,,,,,1000020,,千恵,Chie,001_CA01_c_035.wav,chie,,0,,,,,,,,"So, Tenka-chan, what are you doing for summer vacation?" +37700 ,,,,,1000020,,甜花,Tenka,001_CA01_t_005.wav,tenka,,0,,,,,,,,...Huh? Um... +37800 ,,,,,1000020,,,,,,,,,,,,,,,"Suddenly being addressed, Tenka-chan seemed a bit flustered." +37900 ,,,,,1000020,,,,,,,,,,,,,,,"Even though Tenka-chan could sit on the bench, perhaps\nbecause she hasn't bought anything, she's watching us from a\nlittle distance." +38000 ,,,,,1000020,,甜花,Tenka,001_CA01_t_006.wav,tenka,,0,,,,,,,,I don't have any plans... +38100 ,,,,,1000020,,千恵,Chie,001_CA01_c_036.wav,chie,,0,,,,,,,,Then let's hang out with Chii-chan and the others! +38200 ,,,,,1000020,,甜花,Tenka,001_CA01_t_007.wav,tenka,,0,,,,,,,,Hang out... doing what... +38300 ,,,,,1000020,,千恵,Chie,001_CA01_c_037.wav,chie,,0,,,,,,,,Huh? I haven't thought about that yet... +38400 ,,,,,1000020,,甜花,Tenka,001_CA01_t_008.wav,tenka,,0,,,,,,,,"Think about it... oh, no, I mean, it's not like I want to\nhang out..." +38500 ,,,,,1000020,,千恵,Chie,001_CA01_c_038.wav,chie,,0,,,,,,,,"I'll think about it before summer vacation, so let's hang\nout, okay?" +38600 ,,,,,1000020,,甜花,Tenka,001_CA01_t_009.wav,tenka,,0,,,,,,,,"Uh, um..." +38700 ,,,,,1000020,,,,,,,,,,,,,,,Tenka-chan looks troubled. But she doesn't seem to dislike\nit. +38800 ,,,,,1000020,,,,,,,,,,,,,,,Grrrrrrrrr. +39000 ,,,,11,,,主人公,Kiyoshi,,,,,,,,,,,,Was that... +39100 ,,,,,,,,,,,,,,,,,,,,The sound of a stomach growling. +39200 ,,,,,,,甜花,Tenka,001_CA01_t_010.wav,,,,tenka,,24,,,,,!! +39300 ,,,,,,,,,,,,,tenka,,24,,,,,"The gazes of me, Chii-chan, and Komako-chan all focus on\nTenka-chan. It was Tenka-chan's stomach that growled." +39400 ,,,,,,,千恵,Chie,001_CA01_c_039.wav,chie,,3,tenka,,24,,,,,"Huh? Ah, Tenka-chan is hungry." +39500 ,,,,,,,コマコ,Komako,001_CA01_k_015.wav,chie,,3,tenka,,24,komako,,3,,Um... +39600 ,,,,,,,甜花,Tenka,001_CA01_t_011.wav,chie,,3,tenka,,11,komako,,3,,...I-I'm going home! +39700 ,,,,,,,千恵,Chie,001_CA01_c_040.wav,chie,,4,,,,komako,,3,,"Ah, Tenka-chan!!" +39800 ,,,,,,,,,,chie,,4,,,,komako,,3,,"...Yeah, that was quite a loud sound, so maybe she was\nembarrassed." +39900 ,,,,,,,,,,chie,,4,,,,komako,,3,,"Tenka-chan, maybe you actually wanted to eat something too?" +40000 ,,,,,,,千恵,Chie,001_CA01_c_041.wav,chie,,28,,,,komako,,3,,...Do you think Tenka-chan got mad...? +40100 ,,,,,,,主人公,Kiyoshi,,chie,,28,,,,komako,,3,,"Hmm, I think she was just a little embarrassed." +40200 ,,,,,,,千恵,Chie,001_CA01_c_042.wav,chie,,25,,,,komako,,3,,Really...? +40300 ,,,,,,,コマコ,Komako,001_CA01_k_016.wav,chie,,25,,,,komako,,27,,"Yeah, I don't think she's mad." +40400 ,,,,,,,,,,chie,,25,,,,komako,,27,,Komako-chan agrees with me. +40500 ,,,,,,,千恵,Chie,001_CA01_c_043.wav,chie,,14,,,,komako,,27,,Really? I want to be friends with Tenka-chan though. +40600 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,komako,,27,,"I'm sure, in a little while, Tenka-chan will understand that\nyou want to be friends." +40700 ,,,,,,,千恵,Chie,001_CA01_c_044.wav,chie,,20,,,,komako,,27,,Really? I hope so. But I want to be friends before summer\nvacation starts. +40800 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,komako,,27,,When does summer vacation start again? +40900 ,,,,,,,コマコ,Komako,001_CA01_k_017.wav,chie,,20,,,,komako,,3,,In about a week... I think. +41000 ,,,,,,,千恵,Chie,001_CA01_c_045.wav,chie,,0,,,,komako,,3,,Next week is the closing ceremony. +41100 ,,,,,,,,,,chie,,0,,,,komako,,3,,"I see, it's that time of year. I wonder if Chii-chan and\nKomako-chan will come to the shop during summer vacation\ntoo?" +41200 ,,,,,,,,,,chie,,0,,,,komako,,3,,"As I was thinking about that, a melody started playing from\nthe local disaster prevention radio speaker." +41300 ,,,,,,,千恵,Chie,001_CA01_c_046.wav,chie,,4,,,,komako,,3,,"Ah, I have to go home!" +41400 ,,,,,,,,,,chie,,4,,,,komako,,3,,"This melody is the chime that signals it's 5 PM. When this\nmusic starts playing, everyone instinctively begins to\nprepare to go home." +41500 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,komako,,3,,"That's right, we should head back before your mom gets\nworried." +41600 ,,,,,,,千恵,Chie,001_CA01_c_047.wav,chie,,21,,,,komako,,3,,Yeah! I'll come again tomorrow! +41700 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,komako,,3,,"Haha, great. Ah... Komako-chan, can I take the finished\nskewers? I'll throw them away for you." +41800 ,,,,,,,コマコ,Komako,001_CA01_k_018.wav,chie,,21,,,,komako,,20,,...Yeah. Here you go. +41900 ,,,,,,,,,,chie,,21,,,,komako,,20,,"...Alright, treasure acquired." +42000 ,,,,,,,千恵,Chie,001_CA01_c_048.wav,chie,,20,,,,komako,,20,,"Then, Komako-chan, let's go home?" +42100 ,,,,,,,コマコ,Komako,001_CA01_k_019.wav,chie,,20,,,,komako,,0,,Yeah. +42200 ,,,,,,,千恵,Chie,001_CA01_c_049.wav,chie,,1,,,,komako,,0,,"See you later, mister! I'll come again!" +42300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Okay, thank you! Come again!" +42400 ,,,,,,,,,,,,,,,,,,,,"And so, the three beautiful girls each went their separate\nways home." +42500 ,,,,,,,,,,,,,,,,,,,,"So, it's summer vacation... This is a chance to get closer\nto everyone." +42600 ,,,,,,,,,,,,,,,,,,,,"Alright, first, while the scene is still vivid in my mind,\nmaybe I'll have a quick nostalgic session!" +42700 ,,,,,,,,,,,,,,,,,,,,"No, I should prepare for closing first!" +42800 ,,,0,9001,,,,,,,,,,,,,,,, +43000 ,@002_CA02,,,,,,,,,,,,,,,,,,,CG:TA00A +43200 ,,,8,11,,,,,,,,,,,,,,,,"Ah, let's close up quickly." +43300 ,,,,,,,,,,,,,,,,,,,,"And then, I'll smear my fishy-smelling semen all over the\nfishy-smelling skewer Komako- chan ate." +43400 ,,,,,,,,,,,,,,,,,,,,"As I was thinking about that and covering the ice cream\nfreezer at the storefront, someone called out to me from\nbehind." +43500 ,,,,,,,甜花,Tenka,002_CA02_t_000.wav,"tenka,private",,3,,,,,,,,...Are you still open? +43600 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Tenka-chan... right? Yeah, we're still open." +43700 ,,,,,,,,,,tenka,,3,,,,,,,,"When I answered, Tenka-chan looked relieved." +43800 ,,,,,,,,,,tenka,,3,,,,,,,,"This slightly aloof girl... Tenka-chan has shown up about\nthree times before at this time when no one else is around,\njust before closing." +43900 ,,,,,,,,,,tenka,,3,,,,,,,,"When she's with Chii-chan and the others, she doesn't buy\nanything, but she comes alone at this time to buy something." +44000 ,,,,,,,,,,tenka,,3,,,,,,,,That something is the 'Idol Photo Lottery' that Chii-chan\nrecommended just an hour ago. +44100 ,,,,,,,,,,tenka,,3,,,,,,,,It seems Tenka-chan likes the famous female idol group\n'KGB48' and the popular handsome idol group that's said to\nbe No.1 around town. +44200 ,,,,,,,,,,tenka,,3,,,,,,,,"In a store with so few customers, you quickly get to know\ntheir preferences." +44400 ,,,,21,,,甜花,Tenka,002_CA02_t_001.wav,tenka,,23,,,,,,,,Um... this... +44500 ,,,,,,,,,,tenka,,23,,,,,,,,"Today, it seems she's drawing a photo lottery of a famous\nhandsome idol." +44600 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Alright, alright, it's 30 yen per draw. Feel free to draw as\nmany as you like and let me know the count later." +44700 ,,,,,,,甜花,Tenka,002_CA02_t_002.wav,tenka,,3,,,,,,,,...I'll take one. +44800 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Thank you for your purchase! +44900 ,,,,,,,,,,tenka,,3,,,,,,,,Tenka-chan is seriously contemplating which bag to pick. +45000 ,,,,,,,,,,tenka,,3,,,,,,,,"Since it's randomly packed, choosing doesn't really mean\nanything... but I guess that's just how I think now that I'm\nan adult." +45100 ,,,,,,,,,,tenka,,3,,,,,,,,"Besides, seeing a girl so serious like that is cute... but I\nshould hurry up and close the shop to go masturbate." +45400 ,,,7,,3000000,,甜花,Tenka,002_CA02_t_003.wav,,,,,,,,,,,I did ittttttt!! +45500 ,,,,,3000000,,,,,,,,,,,,,,,"Wow, what a loud voice! Was that Tenka-chan just now?" +45600 ,,,,,3000000,,,,,,,,,,,,,,,"I stopped what I was doing and looked towards the voice, and\nsaw Tenka-chan staring at the bromide she just drew,\noverjoyed." +45800 ,,,,,3000000,,甜花,Tenka,002_CA02_t_004.wav,tenka,,0,,,,,,,,"I did it, I did it! It's Sakurai-kun!" +45900 ,,,,,3000000,,,,,,,,,,,,,,,"Ohhh, p-panty shot!" +46000 ,,,,,3000000,,,,,,,,,,,,,,,"From between Tenka-chan's legs as she crouched down, I could\nsee glimpses of simple and clean-looking panties!" +46100 ,,,,,3000000,,,,,,,,,,,,,,,"I mean, the panties are amazing, but the plump curve from\nher butt to her thighs evokes an indescribable sense of awe." +46200 ,,,,,3000000,,,,,,,,,,,,,,,A girl's crouching figure is a work of art! +46300 ,,,,,3000000,,,,,,,,,,,,,,,"Still, those panties, oh those panties... they're great,\nreally great, the way they look plump as they're pressed by\nher soft thighs is just wonderful." +46400 ,,,,,3000000,,,,,,,,,,,,,,,"If my eye line were a bit lower, I might see everything,\nthough it's a bit regrettable that I can't; crawling on the\nfloor would definitely look suspicious..." +46600 ,,,,,3000010,,甜花,Tenka,002_CA02_t_005.wav,tenka,,0,,,,,,,,"Ah, sorry, the money..." +46700 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"No, you don't have to rush like that." +46800 ,,,,,3000010,,,,,,,,,,,,,,,"Actually, I wish she'd stay in that position a bit longer!" +46900 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, do you like Sakurai-kun?" +47000 ,,,,,3000010,,甜花,Tenka,002_CA02_t_006.wav,tenka,,0,,,,,,,,Y-yeah... +47100 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"You bought a photo lottery last time too, right?" +47200 ,,,,,3000010,,,,,,,,,,,,,,,Wasn't it a female idol group that time? +47300 ,,,,,3000010,,甜花,Tenka,002_CA02_t_007.wav,tenka,,0,,,,,,,,"I did buy it, but..." +47400 ,,,,,3000010,,,,,,,,,,,,,,,"Tenka-chan nodded, looking a bit cautious." +47500 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"See, why not buy it together when you come with Chie-chan\nand the others? You like them, right?" +47600 ,,,,,3000010,,甜花,Tenka,002_CA02_t_008.wav,tenka,,0,,,,,,,,............ +47700 ,,,,,3000010,,甜花,Tenka,002_CA02_t_009.wav,tenka,,0,,,,,,,,Because... those girls are lame. +47800 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"Lame, you say?" +47900 ,,,,,3000010,,,,,,,,,,,,,,,She was quite blunt. +48000 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,I don't think they're lame. What's lame about Chie-chan and\nKomako-chan? +48100 ,,,,,3000010,,甜花,Tenka,002_CA02_t_010.wav,tenka,,0,,,,,,,,Well... they seem kind of country-like... and they don't\nhave smartphones... +48200 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,Smartphones? +48300 ,,,,,3000010,,甜花,Tenka,002_CA02_t_011.wav,tenka,,0,,,,,,,,"Yeah! Nowadays, it's normal to have a smartphone! At the\nvery least, people have cell phones!" +48400 ,,,,,3000010,,,,,,,,,,,,,,,Tenka-chan passionately explained. +48600 ,,,,,3000010,,甜花,Tenka,002_CA02_t_012.wav,tenka,,0,,,,,,,,"I said it's okay to be friends, but when I asked if they use\nLIME, they said 'What's that?'!" +48700 ,,,,,3000010,,,,,,,,,,,,,,,'LIME' is a social networking service... an SNS that allows\nyou to message and call on cell phones and smartphones. +48800 ,,,,,3000010,,,,,,,,,,,,,,,It's popular because you can chat by attaching various\npictures called stamps. +48900 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you use LIME!" +49000 ,,,,,3000010,,甜花,Tenka,002_CA02_t_013.wav,tenka,,0,,,,,,,,Huh? Y-yeah. +49100 ,,,,,3000010,,,,,,,,,,,,,,,"Oops, I got a bit too excited." +49200 ,,,,,3000010,,,,,,,,,,,,,,,My LIME friends are just loli buddies I met online. +49300 ,,,,,3000010,,,,,,,,,,,,,,,"But it's a dream, you know, to exchange LIME with cute girls\nand chat. Right?" +49400 ,,,,,3000010,,,,,,,,,,,,,,,"Anyway, it seems like Tenka-chan tried her best to make\nfriends in her own way, but it didn't go well... is that it?" +49500 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"So, you're having trouble getting along with Chie-chan and\nKomako-chan, right, Tenka- chan?" +49600 ,,,,,3000010,,甜花,Tenka,002_CA02_t_014.wav,tenka,,0,,,,,,,,I-I'm not having trouble! +49700 ,,,,,3000010,,,,,,,,,,,,,,,"Her determined expression is cute. I thought she might be a\nmature kid, but she might actually be quite normal." +49800 ,,,,,3000010,,甜花,Tenka,002_CA02_t_015.wav,tenka,,0,,,,,,,,"Even if those lame kids are my friends, it doesn't benefit\nme." +49900 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"But without friends, school isn't fun, right?" +50000 ,,,,,3000010,,甜花,Tenka,002_CA02_t_016.wav,tenka,,0,,,,,,,,I do have friends! Lots of friends from my old school! +50200 ,,,,,3000020,,甜花,Tenka,002_CA02_t_017.wav,tenka,,0,,,,,,,,I talk to them on LIME! Though lately... they ignore me... +50300 ,,,,,3000020,,,,,,,,,,,,,,,Tears start to well up in Tenka-chan's eyes. +50400 ,,,,,3000020,,,,,,,,,,,,,,,"So she's being 'read and ignored,' huh?" +50500 ,,,,,3000020,,,,,,,,,,,,,,,"Well, it's hard to keep up with friends you've drifted apart\nfrom..." +50600 ,,,,,3000020,,甜花,Tenka,002_CA02_t_018.wav,tenka,,0,,,,,,,,"Anyway, I'm aiming to be an idol, and I've even been\nfeatured in the reader's section of Petit Lemon." +50700 ,,,,,3000020,,,,,,,,,,,,,,,'Petit Lemon' is a fashion magazine for girls around Tenka-\nchan's age. +50800 ,,,,,3000020,,,,,,,,,,,,,,,She's actually working pretty hard at it. +50900 ,,,,,3000020,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan wants to be an idol. That's why she was\ncollecting photos. +51000 ,,,,,3000020,,甜花,Tenka,002_CA02_t_019.wav,tenka,,0,,,,,,,,Y-Yeah... +51100 ,,,,,3000020,,,,,,,,,,,,,,,Could this be a chance to get closer to her? +51200 ,,,,,3000020,,,,,,,,,,,,,,,"She's putting on a brave face saying things like 'I'm not\nlonely' and 'I don't want to hang out with lame kids,' but\nwith those teary eyes, it's like she's admitting it's a lie." +51300 ,,,,,3000020,,,,,,,,,,,,,,,"And now that she's clearly down from being 'read and\nignored,' maybe I can get closer to Tenka-chan." +51400 ,,,,,3000020,,,,,,,,,,,,,,,"For example, becoming LIME friends..." +51500 ,,,,,3000020,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, if you'd like, would you exchange LIME with me?" +51600 ,,,,,3000020,,甜花,Tenka,002_CA02_t_020.wav,tenka,,0,,,,,,,,"...With you, mister?" +51700 ,,,,,3000020,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. I'm actually pretty knowledgeable about idols and\nfashion. I read Petit Lemon sometimes too. +51800 ,,,,,,,甜花,Tenka,002_CA02_t_021.wav,"tenkaL,private",,3,,,,,,,,Really!? +52000 ,,,,,,,,,,tenkaL,,3,,,,,,,,"Tenka-chan stood up with a happy face, but soon looked\nanxious again." +52100 ,,,,,,,,,,tenkaL,,3,,,,,,,,...Is it no good after all? +52200 ,,,,,,,甜花,Tenka,002_CA02_t_022.wav,tenka,,29,,,,,,,,"...Will you really reply, mister?" +52300 ,,,,,,,主人公,Kiyoshi,,tenka,,29,,,,,,,,O-Of course. +52400 ,,,,,,,甜花,Tenka,002_CA02_t_023.wav,tenka,,32,,,,,,,,You promise...? +52500 ,,,,,,,主人公,Kiyoshi,,tenka,,32,,,,,,,,Yeah. +52600 ,,,,,,,甜花,Tenka,002_CA02_t_024.wav,tenka,,1,,,,,,,,"Um, then..." +52700 ,,,,,,,,,,tenka,,1,,,,,,,,Tenka-chan took out her smartphone from her bag and\ndisplayed the QR code for the LIME invitation. +52800 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,Hold on a second. With this... +53000 ,,,,,,,,,,tenka,,1,,,,,,,,Pirororon! +53100 ,,,,,,,,,,tenka,,1,,,,,,,,"Oh, oh, it came! A new name appeared on the LIME add screen!\nYes!" +53200 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,Adachi Tenka... Is this Tenka-chan's name? +53300 ,,,,,,,甜花,Tenka,002_CA02_t_025.wav,tenka,,0,,,,,,,,"Yeah, Adachi Tenka." +53400 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,"Alright, Tenka-chan, looking forward to getting along with\nyou!" +53500 ,,,,,,,甜花,Tenka,002_CA02_t_026.wav,tenka,,1,,,,,,,,Yeah. +53600 ,,,,,,,,,,tenka,,1,,,,,,,,"Alright, haven't I gotten quite close to Tenka-chan!? I know\nher real name and got her on LIME!" +53700 ,,,,,,,,,,tenka,,1,,,,,,,,Let's use this as a stepping stone to get even closer! +53800 ,,,,,,,甜花,Tenka,002_CA02_t_027.wav,tenka,,3,,,,,,,,"Oh, right... Um, the money for the photo lottery." +53900 ,,,,,,,,,,tenka,,3,,,,,,,,"Ah... Now that you mention it, I haven't received it yet.\nWell, it's just 30 yen, but compared to this address, it's\nan amount I could easily forget." +54000 ,,,,,,,,,,tenka,,3,,,,,,,,But the real weight of getting close to a girl who bought a\nfake card for 30 yen seemed to be conveyed through the three\n10 yen coins placed in my hand. +54100 ,,,,,,,甜花,Tenka,002_CA02_t_028.wav,tenka,,20,,,,,,,,"Ah, it's gotten late, so I have to hurry home. See you...\nmister." +54200 ,,,,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,"Ah, right. Take care." +54300 ,,,,,,,,,,,,,,,,,,,,"With that, Tenka-chan left the store, sneaking out just like\nwhen she came." +54400 ,,,,,,,,,,,,,,,,,,,,"Still, seeing Tenka-chan's name added to my LIME friends\nlist! I can't help but grin every time I see it." +54500 ,,,,,,,,,,,,,,,,,,,,"I hope, I hope a message comes soon!" +54600 ,,,,,,,,,,,,,,,,,,,,I'm really looking forward to it! +54700 ,,,0,9001,,,,,,,,,,,,,,,, +54900 ,@003_CA03,,,,,,,,,,,,,,,,,,,CG:XA00A +55100 ,,,15,33,,,,,,,,,,,,,,,,I'm grinning. +55200 ,,,,,,,,,,,,,,,,,,,,"Honestly, it's creepy, but I'm a creepy person to begin\nwith, and since it's a situation where I can't help but\ngrin, I don't mind." +55300 ,,,,,9000020,,,,,,,,,,,,,,,"In my tightly held smartphone, the screen shows the LIME\napp, with Tenka-chan's name displayed." +55400 ,,,,,9000020,,,,,,,,,,,,,,,"In the friends list, that cute Tenka-chan's name is\ndisplayed. In the name section!" +55500 ,,,,,9000020,,,,,,,,,,,,,,,"Just this alone, ah... I could use it as material..." +55600 ,,,,,9000020,,,,,,,,,,,,,,,"Since then, my face has been in a constant state of\nrelaxation." +55700 ,,,,,9000020,,,,,,,,,,,,,,,"Well, should I try sending a message... or rather, I have to\nsend one soon." +55800 ,,,,,9000020,,,,,,,,,,,,,,,"Currently, Tenka-chan is added to my LIME friends list, but\nI'm not added to Tenka- chan's LIME friends list." +55900 ,,,,,9000020,,,,,,,,,,,,,,,"In other words, unless I send a message to Tenka-chan, no\nmessage will come." +56000 ,,,,,9000020,,,,,,,,,,,,,,,"So, I have to send a message anyway." +56100 ,,,,,9000020,,,,,,,,,,,,,,,"Well, for starters, something like 'It's the candy store\nguy. What are you doing now?' should be fine." +56200 ,,,,,9000020,,,,,,,,,,,,,,,"Whoa!? A reply came immediately. Of course, it's from Tenka-\nchan!" +56300 ,,,,,9000000,,,,,,,,,,,,,,,"'I just had dinner and I'm about to do my homework. What are\nyou doing, mister?'" +56400 ,,,,,9000000,,,,,,,,,,,,,,,I'm so thrilled that Tenka-chan sent me a message. Time to\nreply!! +56500 ,,,,,9000000,,,,,,,,,,,,,,,'I'm taking a break after closing the shop.' +56600 ,,,,,9000000,,,,,,,,,,,,,,,"Hmm... yeah, if I leave it at this, the conversation might\nend..." +56700 ,,,,,9000000,,,,,,,,,,,,,,,"'If there's anything you don't understand, I'll help you\nout.'" +56800 ,,,,,9000000,,,,,,,,,,,,,,,...there. +56900 ,,,,,9000000,,,,,,,,,,,,,,,'Thank you!' +57000 ,,,,,9000000,,,,,,,,,,,,,,,That's what she replied! +57100 ,,,,,9000000,,,,,,,,,,,,,,,"By the way, the stamps Tenka-chan uses are all pretty\nnormal. I thought there were idol stamps or something...\nI'll ask her." +57200 ,,,,,9000000,,,,,,,,,,,,,,,"Hmm, 'Because it costs money'? Ah, I see. They're paid, huh.\nI wonder if she doesn't buy them with her allowance?" +57300 ,,,,,9000000,,,,,,,,,,,,,,,"'I'm not allowed to spend money on my smartphone'... Ah, I\nsee. That makes sense. You might end up spending without\nlimits." +57400 ,,,,,9000000,,,,,,,,,,,,,,,"'I used to get told that a lot by my friends' Hmm, that must\nhave been a bit embarrassing." +57500 ,,,,,9000000,,,,,,,,,,,,,,,"Well then, how about I give you a present!" +57600 ,,,,,9000000,,,,,,,,,,,,,,,"Oh wow, Tenka-chan's message is really excited." +57700 ,,,,,9000010,,,,,,,,,,,,,,,"'Thank you!!' Oh, she replied with the stamp I gifted her!\nYeah, I'm happy too." +57800 ,,,,,9000010,,,,,,,,,,,,,,,"This might be a good way to keep her in a good mood, though\nif I send too many, she might get suspicious of my\nintentions." +57900 ,,,,,9000010,,,,,,,,,,,,,,,"'I've been on my phone for a while, so my mom is worried,\nand I got a bit loud too' Oh, it seems the stamp gift made\nreal-life Tenka- chan excited too." +58000 ,,,,,9000010,,,,,,,,,,,,,,,"I wanted to talk more and learn about Tenka- chan, but maybe\nI should be mindful of her mom's watchful eye for today." +58100 ,,,,,9000010,,,,,,,,,,,,,,,"Let's wrap it up here... There, 'Yeah' she replied. We had\nquite a friendly chat from the start. This is a good sign." +58200 ,,,,,9000010,,,,,,,,,,,,,,,"'I was relieved because you replied quickly'... Ah, it seems\nTenka-chan was left on read before." +58300 ,,,,,9000010,,,,,,,,,,,,,,,"Or maybe she thought I wouldn't be good with smartphones\nbecause I'm an older guy? Well, either way is fine. I'll\njust say I'll always reply quickly." +58400 ,,,,,9000010,,,,,,,,,,,,,,,"'Good night~' Wow, this makes me happy, a cute goodnight\nfrom a cute girl. Well, it's still a bit early for goodnight\nthough." +58500 ,,,,,9000010,,,,,,,,,,,,,,,Then she replied 'Yeah'. So this is really the last one for\ntoday. And she replied 'Yeah' again! +58600 ,,,,,9000010,,,,,,,,,,,,,,,"The conversation won't end, Tenka-chan!" +58700 ,,,,,9000010,,,,,,,,,,,,,,,"'Then this is really, really the last one'... Tenka-chan\nmust really want to chat with someone." +58800 ,,,,,9000010,,,,,,,,,,,,,,,"But it won't end like this, so I'll send the last reply...\nSee you later, and sent it. The message was read." +58900 ,,,,,,,,,,,,,,,,,,,,Wait a few minutes... It seems today's chat is over. +59000 ,,,,,,,,,,,,,,,,,,,,Looking at the chat history with Tenka-chan lined up. It\nmakes me feel warm and happy again. +59100 ,,,,,,,,,,,,,,,,,,,,I wonder if Tenka-chan is also looking at the screen on the\nother side of her phone. +59200 ,,,,,,,,,,,,,,,,,,,,I'm really looking forward to Tenka-chan coming to the shop\nagain! +59300 ,,,0,9000,,,,,,,,,,,,,,,, +59500 ,@004_CA04,,,,,,,,,,,,,,,,,,,CG:XA01A +59700 ,,,,,,,,,,,,,,,,,,,, +59800 ,,,5,11,,,,,,,,,,,,,,,,"...Ah, I opened the shop a bit late today." +59900 ,,,,,,,,,,,,,,,,,,,,That's because I was busy reminiscing about yesterday's\nevents and indulging in some masturbation. +60000 ,,,,,,,,,,,,,,,,,,,,"Especially when I used Tenka-chan as the subject, it was\nvery productive since she showed me her panties and added me\nas a friend on LIME." +60100 ,,,,,,,,,,,,,,,,,,,,"But I couldn't just focus on her, so I also thought about\nChie-chan and Komako-chan to be fair, which resulted in an\nexcessive number of times." +60200 ,,,,,,,,,,,,,,,,,,,,"Thanks to that, I slept soundly at night... but since I\npushed my limits, it took a while to recover, and I ended up\noversleeping." +60300 ,,,,,,,,,,,,,,,,,,,,"Well, even if I open the shop early, it's just a candy\nstore, so no customers come anyway." +60400 ,,,,,,,,,,,,,,,,,,,,I take out my smartphone to check the time. +60500 ,,,,,,,,,,,,,,,,,,,,Looking at my smartphone reminds me. I immediately opened\nLIME. +60600 ,,,,,,,,,,,,,,,,,,,,"Sure enough, there's the name ""Adachi Tenka"" clearly\ndisplayed." +60700 ,,,,,,,,,,,,,,,,,,,,It feels like a dream. I can't believe I exchanged LIME\naddresses with such a cute girl. +60800 ,,,,,,,,,,,,,,,,,,,,"I thought about sending her a message, but I decided against\nit since it's not good to message Tenka-chan while she's at\nschool." +60900 ,,,,,,,,,,,,,,,,,,,,"If it got out that Tenka-chan and I are LIME friends, it\nwould honestly be a big problem." +61000 ,,,,,,,,,,,,,,,,,,,,"Anyway, let's open the shop and wait for the girls today\ntoo." +61100 ,,,,,,,,,,,,,,,,,,,,There's no guarantee they'll come... but I don't have\nanything else to do. +61200 ,,"",,,,,,,,,,,,,,,,,,"As I was thinking that and cleaning the storefront, I heard\na cheerful voice at the usual time." +61300 ,,,,,,,千恵,Chie,004_CA04_c_000.wav,"komako,privateB",,20,"chie,privateC",,1,"tenka,privateB",,9,,Hello! +61400 ,,,,,,,主人公,Kiyoshi,,komako,,20,chie,,1,tenka,,9,,Welcome! +61500 ,,,,,,,,,,komako,,20,chie,,1,tenka,,9,,"As usual, Chie-chan comes running energetically. She's\nholding Komako-chan's and Tenka-chan's hands with her right\nand left hands respectively." +61600 ,,,,,,,,,,komako,,20,chie,,1,tenka,,9,,"It looks more like she's grabbing their arms and swinging\nthem around rather than just holding their hands, but those\ntwo have it tough." +61700 ,,,,,,,,,,komako,,20,chie,,1,tenka,,9,,But bringing Komako-chan and Tenka-chan to the shop is a GJ!\nI almost want to give a thumbs up. +61800 ,,,,,,,,,,komako,,20,chie,,1,tenka,,9,,"Even Chie-chan, who ran from who knows where, collapsed onto\nthe bench." +61900 ,,,,,,,,,,komako,,20,chie,,1,tenka,,9,,Komako-chan and Tenka-chan followed suit. +62000 ,,,,,,,千恵,Chie,004_CA04_c_001.wav,komako,,20,chie,,21,tenka,,9,,It's so hot!! +62100 ,,,,,,,主人公,Kiyoshi,,komako,,20,chie,,21,tenka,,9,,"Well, of course, it is. Running in this sunlight..." +62200 ,,,,,,,,,,komako,,20,chie,,21,tenka,,9,,"It's already mid-July. It's hot whether you're walking or\nstanding still. Even Chie- chan is like this, so as for the\nother two..." +62300 ,,,,,,,甜花,Tenka,004_CA04_t_000.wav,komako,,20,chie,,21,tenka,,34,,I'm exhausted... +62400 ,,,,,,,,,,komako,,20,chie,,21,tenka,,34,,Komako-chan is silent. +62600 ,,,,21,,,千恵,Chie,004_CA04_c_002.wav,,,,chie,,8,,,,,"I'm thirsty, it's so hot." +62700 ,,,,,,,千恵,Chie,004_CA04_c_003.wav,,,,chie,,25,,,,,I want some juice... +62800 ,,,,,,,,,,,,,chie,,25,,,,,"In this increasingly hot season, that sounds very tempting." +62900 ,,,,,,,,,,,,,chie,,25,,,,,"Naturally, we sell juice here too." +63000 ,,,,,,,,,,,,,chie,,25,,,,,"Just canned juice, though." +63100 ,,,,,,,,,,,,,chie,,25,,,,,The price is 100 yen. +63200 ,,,,,,,,,,,,,chie,,25,,,,,It's just the products from the vending machine outside\nplaced in the store's fridge. +63300 ,,,,,,,,,,,,,chie,,25,,,,,"Chie-chan looked sadly at the canned juice lying inside the\nglass door of the store and lowered her eyes. Well, that's\nunderstandable." +63400 ,,,,,,,,,,,,,chie,,25,,,,,"In a candy store, items over 50 yen have always been\nreserved for a select few who can afford them." +63500 ,,,,,,,,,,,,,chie,,25,,,,,"With 100 yen, you could buy five 20-yen candies." +63600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,How about powdered juice or a frozen ice pop? +63700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"The ice pops are chilled, and we offer cold water to\ndissolve the powdered juice for free." +63800 ,,,,,,,千恵,Chie,004_CA04_c_004.wav,,,,chie,,34,,,,,"But, there are other things I want to eat..." +63900 ,,,,,,,千恵,Chie,004_CA04_c_005.wav,,,,chie,,25,,,,,"And when you mix powdered juice with water, it doesn't taste\nthat good..." +64000 ,,,,,,,,,,,,,chie,,25,,,,,"Chie-chan seems to have learned. Indeed, eating powdered\njuice as is, is the way to go." +64100 ,,,,,,,,,,,,,chie,,25,,,,,Dissolving it in water is not cost-effective at all. +64200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"Then, just water?" +64300 ,,,,,,,コマコ,Komako,004_CA04_k_000.wav,komako,,23,chie,,25,,,,,...Please. +64400 ,,,,,,,千恵,Chie,004_CA04_c_006.wav,komako,,23,chie,,1,,,,,"Thanks, mister!" +64600 ,,,,,,,,,,,,,,,,,,,,"When I handed them the chilled tap water from the store's\nfridge, the three of them gulped it down in no time." +64700 ,,,,,,,千恵,Chie,004_CA04_c_007.wav,,,,chie,,21,,,,,It's cold and delicious! +64800 ,,,,,,,コマコ,Komako,004_CA04_k_001.wav,komako,,1,chie,,21,,,,,I feel revived... +65000 ,,,,,,,甜花,Tenka,004_CA04_t_001.wav,,,,,,,tenka,,29,,...Um... thank you for the treat. +65100 ,,,,,,,,,,,,,,,,tenka,,29,,Tenka-chan said as she handed back the cup. We exchanged a\nslightly awkward glance. +65200 ,,,,,,,,,,,,,,,,tenka,,29,,Tenka-chan gave a shy little smile. +65300 ,,,,,,,,,,,,,,,,tenka,,29,,"Hmm, I feel like I've gotten a lot closer to Tenka-chan. I'm\nhappy." +65400 ,,,,,,,千恵,Chie,004_CA04_c_008.wav,,,,chie,,1,,,,,Alright! What should I buy today? +65500 ,,,,,,,,,,,,,chie,,1,,,,,"Chie-chan, who recovered quickly, said that and started\nbrowsing the store." +65600 ,,,,,,,千恵,Chie,004_CA04_c_009.wav,,,,chie,,0,,,,,"Tenka-chan, you should buy something too!" +65700 ,,,,,,,甜花,Tenka,004_CA04_t_002.wav,,,,chie,,0,tenka,,24,,Eh? +65800 ,,,,,,,,,,,,,chie,,0,tenka,,24,,"Suddenly being addressed, Tenka-chan panicked." +65900 ,,,,,,,甜花,Tenka,004_CA04_t_003.wav,,,,chie,,0,tenka,,34,,...I don't know what to buy. +66000 ,,,,,,,,,,,,,chie,,0,tenka,,34,,I wonder if she's not as distant as yesterday because she\nvented to me and now wants friends? +66100 ,,,,,,,,,,,,,chie,,0,tenka,,34,,I feel like Chie-chan instinctively noticed that too. She's\ntrying harder to talk to Tenka-chan than yesterday. +66200 ,,,,,,,千恵,Chie,004_CA04_c_010.wav,,,,chie,,20,tenka,,34,,Even I was really confused the first time I came to the\nstore! +66300 ,,,,,,,千恵,Chie,004_CA04_c_011.wav,,,,chie,,1,tenka,,34,,"Tenka-chan, this is delicious! And this, and this, and that\ntoo!" +66400 ,,,,,,,甜花,Tenka,004_CA04_t_004.wav,,,,chie,,1,tenka,,9,,"Wait a minute, I can't keep up with all that." +66500 ,,,,,,,コマコ,Komako,004_CA04_k_002.wav,komako,,27,chie,,1,tenka,,9,,"Chie-chan, calm down." +66600 ,,,,,,,,,,komako,,27,chie,,1,tenka,,9,,"Komako-chan, who had joined us at some point, stopped Chie-\nchan." +66700 ,,,,,,,,,,komako,,27,chie,,1,tenka,,9,,"Watching the three of them from behind... or rather, their\nbacks lined up like this is quite a sight." +66800 ,,,,,,,,,,komako,,27,chie,,1,tenka,,9,,"Looking at them like this, it feels like they're getting\nalong... or maybe it's just because Chie-chan is so pushy." +66900 ,,,,,,,,,,komako,,27,chie,,1,tenka,,9,,"After all, you need a common topic to become friends." +67000 ,,,,,,,,,,komako,,27,chie,,1,tenka,,9,,Should I lend a helping hand here? +67100 ,,,,,,,主人公,Kiyoshi,,komako,,27,chie,,1,tenka,,9,,"Tenka-chan, aren't you buying any idol photo lottery tickets\ntoday?" +67200 ,,,,,,,甜花,Tenka,004_CA04_t_005.wav,,,,,,,"tenkaL,privateB",,4,,"Huh, what!?" +67300 ,,,,,,,,,,,,,,,,tenka,,4,,That reaction was funny! +67400 ,,,,,,,,,,,,,,,,tenka,,4,,"Tenka-chan turned around in a fluster. Judging by her\ngestures, she seemed to be saying 'Keep it a secret!' but\nit's too late." +67500 ,,,,,,,千恵,Chie,004_CA04_c_012.wav,,,,chie,,4,tenka,,4,,"What, what!? Tenka-chan, you buy idol cards too!?" +67600 ,,,,,,,,,,,,,chie,,4,tenka,,4,,Chie-chan immediately latched onto it. Her eyes were\nsparkling. +67700 ,,,,,,,甜花,Tenka,004_CA04_t_006.wav,,,,chie,,4,tenka,,33,,Y-Yeah... just a little bit. +67800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,tenka,,33,,"She hasn't collected many cards yet, so she was keeping it a\nsecret from everyone." +67900 ,,,,,,,千恵,Chie,004_CA04_c_013.wav,,,,chie,,20,tenka,,33,,"Which ones are you collecting, Tenka-chan? Is it this one?" +68000 ,,,,,,,,,,,,,chie,,20,tenka,,33,,"Saying that, Chie-chan pointed at the local idol in\nquestion." +68100 ,,,,,,,甜花,Tenka,004_CA04_t_007.wav,,,,chie,,20,tenka,,33,,I buy that one too... +68200 ,,,,,,,千恵,Chie,004_CA04_c_014.wav,,,,chie,,1,tenka,,33,,We're the same! +68300 ,,,,,,,,,,,,,chie,,1,tenka,,33,,"Chie-chan happily grasped Tenka-chan's hand. Tenka-chan's\nface turned bright red, but she didn't seem to mind too\nmuch." +68400 ,,,,,,,千恵,Chie,004_CA04_c_015.wav,,,,chie,,0,tenka,,33,,"Then, let's trade cards! Chie-chan has some duplicate cards\nand some she wants." +68500 ,,,,,,,甜花,Tenka,004_CA04_t_008.wav,,,,chie,,0,tenka,,16,,"O-Okay... If you'll trade with me, maybe we can draw\ntogether..." +68600 ,,,,,,,,,,,,,chie,,0,tenka,,16,,"With that, the two began to choose which bromides to draw...\nthough it was more like staring intently at the opaque bags,\nhoping for good cards to come out..." +68700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,tenka,,16,,Aren't you going for the boys' ones today? +68800 ,,,,,,,甜花,Tenka,004_CA04_t_009.wav,,,,chie,,0,tenka,,31,,I'll save those for another time. I got Sakurai-kun\nyesterday. +68900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,tenka,,31,,I see. +69000 ,,,,,,,千恵,Chie,004_CA04_c_016.wav,,,,chie,,21,tenka,,31,,"Then let's go with this one, Tenka-chan." +69100 ,,,,,,,甜花,Tenka,004_CA04_t_010.wav,,,,chie,,21,tenka,,20,,"Okay, then I'll draw this one, mister." +69200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,tenka,,20,,"Alright, thank you for your purchase!" +69300 ,,,,,,,,,,,,,chie,,21,tenka,,20,,"And so, the two immediately took out the cards from the bags\nthey had drawn." +69400 ,,,,,,,千恵,Chie,004_CA04_c_017.wav,,,,chie,,25,tenka,,20,,"Um, who is this again?" +69500 ,,,,,,,甜花,Tenka,004_CA04_t_011.wav,,,,chie,,25,tenka,,4,,You don't know!? That girl is... +69600 ,,,,,,,,,,,,,chie,,25,tenka,,4,,"Peeking at the card Chie-chan drew, Tenka- chan began her\nexplanation. As expected, she was quite knowledgeable." +69700 ,,,,,,,,,,,,,chie,,25,tenka,,4,,"From the idol's hometown to the recent rock- paper-scissors\nresults, she provided very detailed information. Whether\nChie-chan understood or not, she nodded earnestly." +69800 ,,,,,,,千恵,Chie,004_CA04_c_018.wav,,,,chie,,0,tenka,,4,,"Show me yours too, Tenka-chan." +69900 ,,,,,,,,,,,,,chie,,0,tenka,,4,,"In response, Tenka-chan showed the card she had drawn." +70000 ,,,,,,,千恵,Chie,004_CA04_c_019.wav,,,,chie,,25,tenka,,4,,"Wow, it's Yuu-chan, the girl who's always in the center!\nLucky you!" +70100 ,,,,,,,甜花,Tenka,004_CA04_t_012.wav,,,,chie,,25,tenka,,16,,"Ah, you can have it. I already have this card." +70200 ,,,,,,,,,,,,,chie,,25,tenka,,16,,"If she just gives it away, it defeats the purpose of the\nexchange meeting." +70300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,tenka,,16,,"Tenka-chan, why not make it a trade since it's a special\noccasion?" +70400 ,,,,,,,千恵,Chie,004_CA04_c_020.wav,,,,chie,,0,tenka,,16,,"Oh, right! Tenka-chan, is there a card you want?" +70500 ,,,,,,,,,,,,,chie,,0,tenka,,16,,Chie-chan took out some cards from her bag that she could\ntrade and showed them to Tenka-chan. +70600 ,,,,,,,甜花,Tenka,004_CA04_t_013.wav,,,,chie,,0,tenka,,33,,"Ah, um... then, is it okay to trade for this one?" +70700 ,,,,,,,千恵,Chie,004_CA04_c_021.wav,,,,chie,,1,tenka,,33,,Sure! +70800 ,,,,,,,甜花,Tenka,004_CA04_t_014.wav,,,,chie,,1,tenka,,16,,...Thank you. +70900 ,,,,,,,千恵,Chie,004_CA04_c_022.wav,,,,chie,,21,tenka,,16,,"I'm glad if you're happy too, Tenka-chan!" +71000 ,,,,,,,,,,,,,chie,,21,tenka,,16,,"As the two quickly deepened their friendship, Komako-chan\npulled on Chie-chan's hand from behind." +71100 ,,,,,,,コマコ,Komako,004_CA04_k_003.wav,komako,,9,chie,,21,,,,,"Chie-chan, Chie-chan." +71200 ,,,,,,,千恵,Chie,004_CA04_c_023.wav,komako,,9,chie,,3,,,,,"Hmm? What's up, Komako-chan?" +71300 ,,,,,,,コマコ,Komako,004_CA04_k_004.wav,komako,,27,chie,,3,,,,,Let's eat some snacks too? +71400 ,,,,,,,,,,komako,,27,chie,,3,,,,,I wonder if it's just my imagination that Komako-chan seems\na bit sulky. +71500 ,,,,,,,千恵,Chie,004_CA04_c_024.wav,komako,,27,chie,,20,,,,,"Ah, yeah! I'm a little hungry." +71600 ,,,,,,,甜花,Tenka,004_CA04_t_015.wav,komako,,27,chie,,20,tenka,,23,,Is your allowance still okay? +71700 ,,,,,,,,,,komako,,27,chie,,20,tenka,,23,,It feels like Tenka-chan is starting to give off a big\nsister vibe. +71800 ,,,,,,,千恵,Chie,004_CA04_c_025.wav,komako,,27,chie,,35,tenka,,23,,"Ugh... yeah, I-I think it's still okay!" +71900 ,,,,,,,,,,komako,,27,chie,,35,tenka,,23,,...It doesn't seem okay. +72100 ,,,,,,,,,,,,,,,,,,,,"In the end, Chie-chan bought a 10-yen Umaibo corn potage\nflavor, Komako-chan got a kinako stick (a bit traditional),\nand Tenka-chan picked up a cherry mochi." +72200 ,,,,,,,甜花,Tenka,004_CA04_t_016.wav,,,,,,,tenka,,3,,It's more like a gummy than mochi. +72300 ,,,,,,,千恵,Chie,004_CA04_c_026.wav,,,,chie,,1,tenka,,3,,"You know, it's fun to eat it by sticking a bunch of them on\na toothpick." +72400 ,,,,,,,甜花,Tenka,004_CA04_t_017.wav,,,,chie,,1,tenka,,0,,"Hmm, I see." +72500 ,,,,,,,,,,,,,chie,,1,tenka,,0,,"Yes, all three of them are adorably holding stick-shaped\nsnacks in their mouths. It's quite a delightful sight. I'll\nmake sure to engrave it in my memory." +72600 ,,,,,,,甜花,Tenka,004_CA04_t_018.wav,,,,chie,,1,tenka,,23,,Um... what is it that Komako-chan is eating? +72700 ,,,,,,,コマコ,Komako,004_CA04_k_005.wav,komako,,20,,,,tenka,,23,,Kinako stick. It's like mochi with kinako on it. +72800 ,,,,,,,甜花,Tenka,004_CA04_t_019.wav,komako,,20,,,,tenka,,3,,I wonder what kinako is... +72900 ,,,,,,,千恵,Chie,004_CA04_c_027.wav,komako,,20,chie,,21,tenka,,3,,"I don't really know, but it's tasty too. It makes your mouth\na bit dry though." +73000 ,,,,,,,甜花,Tenka,004_CA04_t_020.wav,komako,,20,chie,,21,tenka,,0,,I see... it's all snacks I've never tried before. +73100 ,,,,,,,千恵,Chie,004_CA04_c_028.wav,komako,,20,chie,,1,tenka,,0,,"They're all delicious, right, Komako-chan?" +73200 ,,,,,,,,,,komako,,20,chie,,1,tenka,,0,,Komako-chan pulled the toothpick out of the kinako stick in\nher mouth to reply. +73300 ,,,,,,,コマコ,Komako,004_CA04_k_006.wav,komako,,4,,,,,,,,"Yeah... oh, I won..." +73400 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"Alright, alright, another kinako stick for you~" +73500 ,,,,,,,,,,komako,,4,,,,,,,,Komako-chan handed me the toothpick with red food coloring\non it. +73600 ,,,,,,,,,,komako,,4,,,,,,,,"Then, she offered a new kinako stick to Tenka-chan." +73700 ,,,,,,,コマコ,Komako,004_CA04_k_007.wav,komako,,20,,,,,,,,I'll give it to Tenka-chan. +73800 ,,,,,,,甜花,Tenka,004_CA04_t_021.wav,komako,,20,,,,tenka,,16,,"Ah, thank you." +73900 ,,,,,,,,,,komako,,20,,,,tenka,,16,,"Still not used to it, she thanked Komako and mimicked her by\nholding the kinako stick in her mouth and pulling out the\ntoothpick." +74000 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,tenka,,16,,"Alright, another winner. Another kinako stick, right?" +74100 ,,,,,,,甜花,Tenka,004_CA04_t_022.wav,,,,,,,tenka,,1,,"Really!? Then, you should eat the next one." +74200 ,,,,,,,千恵,Chie,004_CA04_c_029.wav,,,,chie,,1,tenka,,1,,Okay! +74300 ,,,,,,,,,,,,,chie,,1,tenka,,1,,"It seems like Tenka-chan has really warmed up to everyone,\nwhich is great." +74400 ,,,,,,,,,,,,,chie,,1,tenka,,1,,I'll have to ask her about her thoughts on today later on\nLIME. +74500 ,,,0,9001,,,,,,,,,,,,,,,, +74700 ,@005_CA05,,,,,,,,,,,,,,,,,,, +74900 ,,,15,33,,,,,,,,,,,,,,,, +75000 ,,,,,9000000,,,,,,,,,,,,,,,Why did you have to mention the photo lottery! +75100 ,,,,,9000000,,,,,,,,,,,,,,,"That message came flying into the LIME app right after the\nthree of them left the shop. Of course, it was from Tenka-\nchan." +75200 ,,,,,9000000,,,,,,,,,,,,,,,"Sorry, sorry, it seemed like those two also wanted a\nconversation starter..." +75300 ,,,,,9000000,,,,,,,,,,,,,,,"Well, that's half a fib, but at least Chie- chan probably\nwants to chat with Tenka-chan, so it's not entirely untrue." +75400 ,,,,,9000000,,,,,,,,,,,,,,,"You see, Chie-chan seems to like idols and probably admires\nTenka-chan, who knows a lot about them from the city." +75500 ,,,,,9000000,,,,,,,,,,,,,,,"Really?"" was the reply. She seems doubtful, but the stamp is\na bashful smile, Tenka-chan." +75600 ,,,,,9000000,,,,,,,,,,,,,,,"It's a problem not having a smartphone."" Ah, because they\ncan't chat on LIME." +75700 ,,,,,9000000,,,,,,,,,,,,,,,"But for me, it's a bit convenient. If the girls start using\nLIME, I feel like the old man might get left out..." +75800 ,,,,,9000000,,,,,,,,,,,,,,,"Well, I probably won't be blatantly excluded, but there's a\nchance I'll be subtly ignored because I can't keep up with\nthe conversation." +75900 ,,,,,9000000,,,,,,,,,,,,,,,"But what should I talk about?"" Oh, I didn't expect that kind\nof question. It's actually the old man who wants to know\nwhat to talk about to get along with girls." +76000 ,,,,,9000000,,,,,,,,,,,,,,,But Tenka-chan seems genuinely anxious about these things.\nIt's understandable. +76100 ,,,,,9000000,,,,,,,,,,,,,,,I'll just say that I'll help out when needed and let her\nknow if I find out what topics they like... +76200 ,,,,,9000000,,,,,,,,,,,,,,,"Promise?""... I couldn't help but chuckle, Tenka-chan. You're\npart of the manual generation! Or maybe not quite." +76300 ,,,,,,,,,,,,,,,,,,,,"Anyway, it's good to know that Tenka-chan doesn't dislike\ntalking or getting along with the two of them." +76400 ,,,,,,,,,,,,,,,,,,,,"Well, if she didn't like them, she wouldn't have come to the\nshop with them in the first place." +76500 ,,,,,,,,,,,,,,,,,,,,I'm looking forward to seeing these three beautiful girls\nhaving fun at my shop from now on... I can't wait! +76600 ,,,,,,,,,,,,,,,,,,,,"After that, as usual, the conversation with Tenka-chan\ndidn't end easily, and we ended up exchanging 'this is the\nend' messages several times." +76700 ,,,,,,,,,,,,,,,,,,,,But even that was so much fun that I couldn't help it. +76800 ,,,0,9000,,,,,,,,,,,,,,,, +77000 ,@006_CB00,,,,,,,,,,,,,,,,,,, +77200 ,,,,,,,,,,,,,,,,,,,, +77300 ,,,6,11,,,,,,,,,,,,,,,,It's the second day since summer vacation started. +77400 ,,,,,,,,,,,,,,,,,,,,"For me, it's the first summer vacation since I started\nrunning the candy shop." +77500 ,,,,,,,,,,,,,,,,,,,,I was worried that summer vacation might be lonely without\nthe little customers who always come by... +77600 ,,,,,,,,,,,,,,,,,,,,"But so far, instead of having fewer customers, more are\ncoming than usual, and they're staying longer." +77700 ,,,,,,,,,,,,,,,,,,,,"Of course, it doesn't necessarily lead to sales, but I'm\nhappy that customers come every day." +77800 ,,"",,,,,,,,,,,,,,,,,,"Chie-chan, Komako-chan, and Tenka-chan have also come for\ntwo consecutive days." +77900 ,,,,21,,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone, how's it going now that summer vacation has\nstarted? Is it fun to have a break?" +78000 ,,,,,,,千恵,Chie,006_CB00_c_000.wav,"komako,privateC",,3,"chie,privateB",,21,"tenka,privateC",,0,,Yeah! I can't decide what to do every day! +78100 ,,,,,,,,,,komako,,3,chie,,21,tenka,,0,,"Just by looking at Chie-chan, you can tell she's bursting\nwith excitement." +78200 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,21,tenka,,0,,"I bet you're going to various places to have fun, but I hope\nyou'll come to the old man's shop sometimes too." +78300 ,,,,,,,千恵,Chie,006_CB00_c_001.wav,komako,,3,chie,,0,tenka,,0,,Chie-chan will come every day! +78400 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,0,tenka,,0,,"Eh, really? That's great. But aren't you going out somewhere\nwith your family?" +78500 ,,,,,,,千恵,Chie,006_CB00_c_002.wav,komako,,3,chie,,34,tenka,,0,,Hmm... I don't know about that yet. +78600 ,,,,,,,甜花,Tenka,006_CB00_t_000.wav,komako,,3,chie,,34,tenka,,37,,"There's no way you can come every day, Chii." +78700 ,,,,,,,千恵,Chie,006_CB00_c_003.wav,komako,,3,chie,,3,tenka,,37,,"Eh, really? But I've come two days in a row!" +78800 ,,,,,,,コマコ,Komako,006_CB00_k_000.wav,komako,,20,chie,,3,tenka,,37,,"If Chie-chan says she'll come, she probably will... she\nloves sweets." +78900 ,,,,,,,甜花,Tenka,006_CB00_t_001.wav,komako,,20,chie,,3,tenka,,3,,"Speaking of which, Chii buys something to eat every time, is\nyour allowance okay?" +79100 ,,,,,,,千恵,Chie,006_CB00_c_004.wav,komako,,20,chie,,24,tenka,,3,,"Uh, well..." +79200 ,,,,,,,主人公,Kiyoshi,,komako,,20,chie,,24,tenka,,3,,"Haha, Tenka-chan is like Chie-chan's older sister or mother." +79300 ,,,,,,,甜花,Tenka,006_CB00_t_002.wav,komako,,20,chie,,24,tenka,,24,,...!? +79400 ,,,,,,,千恵,Chie,006_CB00_c_005.wav,komako,,20,chie,,3,tenka,,24,,Now that you mention it... +79500 ,,,,,,,コマコ,Komako,006_CB00_k_001.wav,komako,,21,chie,,3,tenka,,24,,...That might be true. +79600 ,,,,,,,甜花,Tenka,006_CB00_t_003.wav,komako,,21,chie,,3,tenka,,12,,...!! +79700 ,,,,,,,,,,,,,,,,,,,,"Oh, Tenka-chan was so shocked that she collapsed into that\nfamous three-letter pose from the internet. Was it really\nthat shocking?" +79800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"But you three have become quite close, haven't you?" +79900 ,,,,,,,,,,,,,,,,,,,,"It's only been about a week since Tenka-chan first exchanged\ncards with Chie-chan and Komako-chan, but they seem to have\nbecome good friends already." +80000 ,,,,,,,,,,,,,,,,,,,,They've gotten to the point where they can talk like this. +80100 ,,,,,,,甜花,Tenka,006_CB00_t_004.wav,,,,,,,tenka,,36,,Y-Yeah... I guess. +80200 ,,,,,,,千恵,Chie,006_CB00_c_006.wav,,,,chie,,0,tenka,,36,,"We've always been close, you know?" +80300 ,,,,,,,コマコ,Komako,006_CB00_k_002.wav,komako,,0,chie,,0,tenka,,36,,Yeah. +80400 ,,,,,,,甜花,Tenka,006_CB00_t_005.wav,komako,,0,chie,,0,tenka,,13,,R-Really...? +80500 ,,,,,,,,,,,,,,,,,,,,Tenka-chan looks a bit confused but also happy. She's so\ncute. I'll send her a 'Good for you' message later. +80600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, I'd be happy if you could drop by when you can. If I\ndon't get to see everyone's faces often, I'll feel lonely\ntoo." +80700 ,,,,,,,千恵,Chie,006_CB00_c_007.wav,,,,chie,,21,,,,,Got it! +80800 ,,,,,,,甜花,Tenka,006_CB00_t_006.wav,,,,chie,,21,tenka,,0,p,"Yeah, well, when I'm free." +↓,,,,,,,甜花,Tenka,006_CB00_t_006a.wav,,,,chie,,21,tenka,,17,,"I mean, there's not really anywhere else to go..." +80900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,tenka,,17,,"Haha, it's a bit troublesome having so few places to hang\nout, isn't it?" +81000 ,,,,,,,,,,,,,chie,,21,tenka,,17,,"But for me, it's quite convenient." +81100 ,,,,,,,コマコ,Komako,006_CB00_k_003.wav,komako,,23,,,,,,,,"Do you have any days off, uncle?" +81200 ,,,,,,,,,,komako,,23,,,,,,,,"Then, Komako-chan, who had been listening, asked that\nquestion." +81300 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Hmm? Well, if I take a day off, the local customers might be\ntroubled." +81400 ,,,,,,,,,,komako,,23,,,,,,,,"Honestly, I hadn't thought about taking a break. Even if I\ndid, there's nothing to do, and the reason I started this\ncandy shop was to meet the girls." +81500 ,,,,,,,コマコ,Komako,006_CB00_k_004.wav,komako,,3,,,,,,,,"So, no days off?" +81600 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"If Komako-chan comes by, I'll work hard without any days\noff." +81700 ,,,,,,,コマコ,Komako,006_CB00_k_005.wav,komako,,27,,,,,,,,"I don't know, but I think Chie-chan would be disappointed if\nthe shop was closed." +81800 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,Ah. +81900 ,,,,,,,千恵,Chie,006_CB00_c_008.wav,komako,,27,chie,,25,,,,,"Huh? Uncle, are you taking a summer break too!?" +82000 ,,,,,,,,,,komako,,27,chie,,25,,,,,"Chie-chan stood there, looking really shocked." +82100 ,,,,,,,主人公,Kiyoshi,,komako,,27,chie,,25,,,,,"No, no, I'll work hard without any days off for Chie-chan." +82200 ,,,,,,,千恵,Chie,006_CB00_c_009.wav,komako,,27,chie,,1,,,,,Yay!! +82300 ,,,,,,,コマコ,Komako,006_CB00_k_006.wav,komako,,21,chie,,1,,,,,"Yeah, I'm cheering for you." +82400 ,,,,,,,,,,komako,,21,chie,,1,,,,,Such kind words. +82500 ,,,,,,,,,,,,,,,,,,,,"If I close the shop, it means I can't see all the cute\ngirls, so there's no benefit for me to take a break." +82600 ,,,,,,,,,,,,,,,,,,,,"After that conversation ended, the three of them started\nbrowsing the store as they pleased." +82700 ,,,,,,,コマコ,Komako,006_CB00_k_007.wav,komako,,24,,,,,,,,"Oh, there are a lot of airplanes..." +82800 ,,,,,,,主人公,Kiyoshi,,komako,,24,,,,,,,,"Ah, those are called propeller gliders. You assemble the\nstyrofoam body and wings, attach a propeller, and throw them\nto make them fly. They're light, so they fly well." +82900 ,,,,,,,コマコ,Komako,006_CB00_k_008.wav,komako,,23,,,,,,,,Hmm... +83000 ,,,,,,,,,,komako,,23,,,,,,,,"Since it's summer vacation, I thought boys might like these\nkinds of things, so I decided to stock them." +83100 ,,,,,,,,,,komako,,23,,,,,,,,"When we were obsessed with flying them, they were designed\nlike fighter planes, which was the reason we got so into\nthem. But now, I'm surprised to see character-themed ones\ntoo." +83200 ,,,,,,,,,,komako,,23,,,,,,,,"Characters might be more popular with boys these days, but\nof course, I stocked the fighter plane versions." +83300 ,,,,,,,,,,komako,,23,,,,,,,,"I was happy that the toys I played with as a child are still\naround, and boys' toys should be like this." +83400 ,,,,,,,,,,komako,,23,,,,,,,,I thought I could just play with them myself if they didn't\nsell... but I've already sold two. +83500 ,,,,,,,,,,komako,,23,,,,,,,,Even kids these days can recognize fun things. +83600 ,,,,,,,,,,komako,,23,,,,,,,,Now I'm thinking of getting some electromechanical toys too. +83800 ,,,,,,,,,,,,,,,,,,,,"While everyone is looking at various toys with curiosity,\nTenka-chan is tilting her head in front of the candy." +83900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"What's wrong, Tenka-chan?" +84000 ,,,,,,,甜花,Tenka,006_CB00_t_007.wav,,,,,,,tenka,,9,,"Huh? Well, I've never tried the candy sold here, so they're\nall new to me..." +84100 ,,,,,,,甜花,Tenka,006_CB00_t_008.wav,,,,,,,tenka,,17,,"...The colors are amazing, right?" +84200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,17,,"W-Well, yeah..." +84300 ,,,,,,,,,,,,,,,,tenka,,17,,"The colors of candy in a dagashi shop are vivid, or rather,\nthey're full of primary colors." +84400 ,,,,,,,甜花,Tenka,006_CB00_t_009.wav,,,,,,,tenka,,23,,"I can imagine the taste of orange or green, but blue..." +84500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,23,,"W-Well, you know, shaved ice has blue too." +84600 ,,,,,,,甜花,Tenka,006_CB00_t_010.wav,,,,,,,tenka,,23,p,"Oh, right. So, Hawaiian flavor?" +↓,,,,,,,甜花,Tenka,006_CB00_t_010a.wav,,,,,,,tenka,,37,,Hmm~ +84700 ,,,,,,,,,,,,,,,,tenka,,37,,"Tenka-chan has a slightly uncertain expression, as if she's\nconvinced but not quite." +84800 ,,,,,,,甜花,Tenka,006_CB00_t_011.wav,,,,,,,tenka,,1,,...But I'll go with this today. +84900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,1,,"Black Lightning, huh. It's tasty, right?" +85100 ,,,,,,,甜花,Tenka,006_CB00_t_012.wav,,,,,,,tenka,,3,,"Is it? I've never tried it, but I thought cookies and\nchocolate would be safe. I've seen it at the convenience\nstore." +85200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"Oh, is that so? Yeah, this is chocolate with cookies, so\nit's just normally delicious." +85300 ,,,,,,,,,,,,,,,,tenka,,3,,But still... +85400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,Black Lightning is such an amazing name... I wonder who came\nup with it... +85500 ,,,,,,,甜花,Tenka,006_CB00_t_013.wav,,,,,,,tenka,,37,,Yeah... It says 'A big hit with girls!' but really? It\ndoesn't look like it's for girls... +85600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,37,,You're right... +85700 ,,,,,,,,,,,,,,,,tenka,,37,,"It's a mysterious sense of style. But honestly, it's just\nnormally delicious, and there's nothing weird about it\nexcept the name." +85800 ,,,,,,,甜花,Tenka,006_CB00_t_014.wav,,,,,,,tenka,,1,,"...! Wow, this is really delicious!!" +85900 ,,,,,,,,,,,,,,,,tenka,,1,,"And Tenka-chan, who just tasted it, seems to be captivated\nalready." +86000 ,,,,,,,,,,,,,,,,,,,,"Now, the last person is..." +86100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, what are you buying today?" +86200 ,,,,,,,千恵,Chie,006_CB00_c_010.wav,,,,chie,,34,,,,,"Huh!? Ah, um..." +86300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,34,,,,,Hmm? +86400 ,,,,,,,千恵,Chie,006_CB00_c_011.wav,,,,chie,,25,,,,,"Hmm... Sorry, Onii-chan, I'll hold back today." +86500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"No, no, you don't need to apologize! Sorry, sorry, I didn't\nmean to pressure you." +86600 ,,,,,,,,,,,,,chie,,25,,,,,"Wow, the way I said that made it sound like I was telling\nher to buy something! That's not good." +86700 ,,,,,,,コマコ,Komako,006_CB00_k_009.wav,komako,,24,,,,,,,,"Chii-chan held back... Amazing, so admirable." +86800 ,,,,,,,甜花,Tenka,006_CB00_t_015.wav,komako,,24,,,,tenka,,24,,"Or rather, is it going to rain tomorrow?" +86900 ,,,,,,,,,,,,,,,,,,,,Chii-chan's friend's comment is rather merciless. +87000 ,,,,,,,,,,,,,,,,,,,,"Or rather, from the way she said it, it seems like it's rare\neven from Komako-chan's perspective. Well, I think it's rare\ntoo." +87100 ,,,,,,,,,,,,,,,,,,,,I can't ask if she's spent all her allowance already; that\nwould be too cruel. +87200 ,,,,,,,千恵,Chie,006_CB00_c_012.wav,,,,chie,,0,,,,,"Yeah, once I get my allowance, I'll do lots of shopping, so\nsorry, Onii-chan!" +87300 ,,,,,,,,,,,,,chie,,0,,,,,So she really didn't have any allowance... Komako-chan and\nTenka-chan also have that 'I knew it' look on their faces. +87400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"Yeah, I'll count on you then." +87500 ,,,,,,,コマコ,Komako,006_CB00_k_010.wav,komako,,21,chie,,0,,,,,"If it's Chii-chan, she'll probably come to spend it right\naway, so there's no need to worry." +87600 ,,,,,,,甜花,Tenka,006_CB00_t_016.wav,komako,,21,chie,,0,tenka,,37,,I think spending it all right away is a bit questionable\nthough... +87700 ,,,,,,,,,,komako,,21,chie,,0,tenka,,37,,Both of them are really merciless. +87800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Y-You don't have to force yourself to spend it, okay? Not\njust Chii-chan, but Komako-chan and Tenka-chan too." +87900 ,,,,,,,,,,,,,,,,,,,,"Judging from Chii-chan's behavior so far, it seems like\nshe'll come to hang out even if she runs out of allowance.\nAnd she'll probably bring the other two along." +88000 ,,,,,,,,,,,,,,,,,,,,"While we were having that conversation, time passed, and it\nwas time for the three of them to go home." +88200 ,,,8,11,,,甜花,Tenka,006_CB00_t_017.wav,tenka,,21,,,,,,,,"See you later, Uncle." +88300 ,,,,,,,コマコ,Komako,006_CB00_k_011.wav,komako,,1,,,,,,,,Bye-bye! +88400 ,,,,,,,千恵,Chie,006_CB00_c_013.wav,chie,,1,,,,,,,,I'll come again!! +88500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, see you next time!" +88600 ,,,,,,,,,,,,,,,,,,,,"...Once the three of them leave, the shop suddenly feels\nlonely. Even though it's summer, it feels like it's gotten\ncold." +88700 ,,,,21,,,,,,,,,,,,,,,,"Well, let's clean up the shop alone in solitude. After that,\nmaybe some nostalgic masturbation..." +88800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? +88900 ,,,,,,,,,,,,,,,,,,,,That's when I suddenly noticed something off in the shop. +89000 ,,,,,,,,,,,,,,,,,,,,"It's not that big of a shop, but the place where I had lined\nup some snacks. Now it's just an empty box." +89100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Huh? That's strange. Did this snack sell today...? +89200 ,,,,,,,,,,,,,,,,,,,,What was there was a very small container of yogurt-flavored\ncandy. +89300 ,,,,,,,,,,,,,,,,,,,,"As indicated by 'yogurt flavor,' its ingredients are\nshortening... in other words, oil, sugar, and flavoring,\nmaking it a terribly unhealthy snack," +89400 ,,,,,,,,,,,,,,,,,,,,"but it's a popular treat both now and in the past, even\nthough you can finish it in no time with a few spoonfuls\nusing a wooden spoon." +89500 ,,,,,,,,,,,,,,,,,,,,That candy is gone. +89600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm pretty sure there were about two left when I checked at\nnoon... +89700 ,,,,,,,,,,,,,,,,,,,,"Chie-chan likes this candy, so I was careful not to run out." +89800 ,,,,,,,,,,,,,,,,,,,,"Huh? Does that mean, huh?" +89900 ,,,,,,,,,,,,,,,,,,,,"Oh no, could it be shoplifting?" +90000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I-I hope it didn't just roll onto the floor... +90100 ,,,,,,,,,,,,,,,,,,,,"I crawl around to check, but it's not there." +90200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Wait, wait, before jumping to conclusions, let's think this\nthrough carefully." +90300 ,,,,,,,,,,,,,,,,,,,,Hmm... +90400 ,,,,,,,,,,,,,,,,,,,,Was the yogurt candy there until yesterday? +90500 ,,,,,,,,,,,,,,,,,,,,...I'm pretty sure it was. I remember thinking yesterday\nthat I should make sure it doesn't sell out and disappoint\nChie-chan. +90600 ,,,,,,,,,,,,,,,,,,,,Could it really be shoplifting!? +90700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Huh? But the last people who came to the shop today were\njust those three... right...? +90800 ,,,,,,,,,,,,,,,,,,,,.................... +90900 ,,,,,,,,,,,,,,,,,,,,"No way, no way, but, no, huh!? Could that really happen?" +91000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Could one of those three have shoplifted? No, no, no..." +91100 ,,,,,,,,,,,,,,,,,,,,"I can't even imagine it. Honestly, I don't want to suspect\nthem." +91200 ,,,,,,,,,,,,,,,,,,,,Hmm... +91300 ,,,,,,,,,,,,,,,,,,,,"That being said, it's unsettling to just ignore things\ndisappearing from the store. The amount isn't a big deal,\nbut I don't want it to continue." +91400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Anyway, first I need to confirm if it's really shoplifting." +91500 ,,,,,,,,,,,,,,,,,,,,But how do I do that? +91600 ,,,,,,,,,,,,,,,,,,,,"Even though I've been in the shop all day today, I didn't\nnotice anything. Well, I wasn't really expecting something\nlike that to happen, so I wasn't keeping a close watch." +91700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Surveillance... surveillance... I don't mind ogling, but I\ndon't like surveillance. If people realize they're being\nwatched, they'll feel uncomfortable." +91800 ,,,,,,,,,,,,,,,,,,,,"So what should I do? When it comes to surveillance, cameras\nare the classic choice." +91900 ,,,,,,,,,,,,,,,,,,,,Cameras...!! +92000 ,,,,,,,,,,,,,,,,,,,,"Using a camera for spying, no, surveillance might be a good\nidea!!" +92100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Cameras, cameras... but even if I say surveillance cameras,\nI can't just get one right away..." +92200 ,,,,,,,,,,,,,,,,,,,,"Oh, now that I think about it, I have an unused webcam and a\nspy camera I bought on a whim but never had a use for... no,\na surveillance camera." +92300 ,,,,,,,,,,,,,,,,,,,,Let's get those out right away. +92400 ,,,,,,,,,,,,,,,,,,,,"I'll set up the camera in the store, and when a customer\ncomes in, I'll instruct it to record from the computer...\nYeah, I think this might work." +92500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Now, where to place the camera..." +92600 ,,,,,,,,,,,,,,,,,,,,"If I set it up high, it might get noticed, so I'll hide it\nat ground level. Let's do that." +92700 ,,,,,,,,,,,,,,,,,,,,"It's not like I'm expecting any upskirt shots or anything,\nnot that I know who I'm making excuses to." +92800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, now that I've decided on a plan, let's set it up\nright away!" +92900 ,,,,,,,,,,,,,,,,,,,,"I'm curious to see what the camera captures... No, no, I\nhope it doesn't capture any evidence of shoplifting..." +93000 ,,,,,,,,,,,,,,,,,,,,"If I catch evidence, I'll have to give a lecture or\npunishment..." +93100 ,,,,,,,,,,,,,,,,,,,,"Punishment? That sounds kind of fun, doesn't it?" +93200 ,,,,,,,,,,,,,,,,,,,,"No, no, as long as it records some panties, that's fine...\nNo, wait, let's hope it's all just my imagination and there\nwas no shoplifting. Let's go with that." +93300 ,,,0,9000,,,,,,,,,,,,,,,, +93500 ,@007_CB01,,,,,,,,,,,,,,,,,,,"CG:XB00S,XB00K,XB00T" +93700 ,,,6,12,,,,,,"komako,privateB",,0,"chie,private",,1,"tenka,private",,1,, +93800 ,,,,,,,千恵,Chie,007_CB01_c_000.wav,komako,,0,chie,,1,tenka,,1,,"See you later, old man!" +93900 ,,,,,,,,,,,,,,,,,,,,The first day of operating the store with the camera set up\nhas passed. +94000 ,,,,,,,,,,,,,,,,,,,,"Today, Chie-chan, Tenka, and Komako-chan came by, bought\nsome snacks, talked about idols, and then left." +94100 ,,,,,,,,,,,,,,,,,,,,…Alright then. +94300 ,,,15,33,,,,,,,,,,,,,,,,"I went up to the room and checked the PC I had placed there.\nSince it was still recording, I stopped it." +94400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Now, the real work begins..." +94500 ,,,,,,,,,,,,,,,,,,,,"I secretly activated the camera after the three arrived, but\nit's still two to three hours of footage. Checking what was\ncaptured will be quite a task." +94600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I wonder what it really captured... hehe. ...Ahem, I hope it\ndidn't catch any shoplifting..." +94700 ,,,,,,,,,,,,,,,,,,,,"Muttering to myself, I started playing the recorded file." +94800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,It's clearer than I thought. +94900 ,,,,,,,,,,,,,,,,,,,,"Oh, the camera occasionally captures the three of them. This\nfeels like peeping and might become addictive... Wait, this\nis peeping." +95000 ,,,,,,,,,,,,,,,,,,,,"Even so, I thought they were just gathered and talking, but\nall three of them are moving around quite a bit." +95100 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan seems unfamiliar with the candy store items, so\nshe's looking around with interest... Oh, she's surprised by\na frog- shaped toy." +95200 ,,,,,,,,,,,,,,,,,,,,"As for Komako-chan, after glaring at the pickled squid, she\nsuddenly takes one and brings it to me." +95300 ,,,,,,,,,,,,,,,,,,,,"...Come to think of it, she bought some today. She was\nchewing it slowly as if savoring it." +95400 ,,,,,,,,,,,,,,,,,,,,"Well, it only captured ordinary things. The angle is\ndifferent from usual, and it's fun just seeing the three of\nthem, but I wish there was something more..." +95500 ,,,,,,,,,,,,,,,,,,,,...Oh!? +95700 ,,,,,9105000,,,,,,,,,,,,,,,"Oh, oh! Oh! Panties, panties!" +95800 ,,,,,9105000,,,,,,,,,,,,,,,"Who is this? Tenka-chan!? Yes, yes, this is what I was\nhoping for!!" +95900 ,,,,,9105000,,,,,,,,,,,,,,,"Wow, that's nice... She's wearing such cute panties after\nall..." +96000 ,,,,,9105000,,,,,,,,,,,,,,,"Alright, let's save this as a still image separately. Got\nsome material for later!" +96100 ,,,,,9105000,,,,,,,,,,,,,,,I wonder if there's anything else captured... +96200 ,,,,,9105000,,,,,,,,,,,,,,,"Oh, now Komako-chan is passing by..." +96300 ,,,,,,,,,,,,,,,,,,,,......... +96400 ,,,,,,,,,,,,,,,,,,,,"Come to think of it, Komako-chan was wearing hot pants. Is\nit impossible to see her panties...?" +96500 ,,,,,,,,,,,,,,,,,,,,"No, I shouldn't decide so easily. Even hot pants have gaps!\nThey're not completely secure!" +96600 ,,,,,,,,,,,,,,,,,,,,Let's advance the recording frame by frame... Maybe there's\na glimpse of something... +96700 ,,,,,,,,,,,,,,,,,,,,"Oh, oh, oh!?" +96900 ,,,,,9104000,,,,,,,,,,,,,,,"Yes! This is it, right!?" +97000 ,,,,,9104000,,,,,,,,,,,,,,,That soft-looking fabric visible through the gap in the hot\npants!! +97100 ,,,,,9104000,,,,,,,,,,,,,,,"Wonderful! Thank you, God!!" +97200 ,,,,,9104000,,,,,,,,,,,,,,,"Hot pants often seem disappointingly secure, but when you\ncatch a glimpse, you realize the charm you've been missing!" +97300 ,,,,,9104000,,,,,,,,,,,,,,,"When you think about it, they expose up to the base of the\nthighs, and that's dazzling in itself." +97400 ,,,,,9104000,,,,,,,,,,,,,,,"And when you add a glimpse of panties, the contrast between\nthe skin tone inside the bright hot pants and the clean\ncolor of the panties is really nice." +97500 ,,,,,9104000,,,,,,,,,,,,,,,Let's save this as a still image too... Definitely adding 20\nmore shots. +97600 ,,,,,,,,,,,,,,,,,,,,"Now, how about the problematic Chie-chan...?" +97700 ,,,,,,,,,,,,,,,,,,,,"I mean, Chie-chan is moving around so much that she's not\nclearly captured at all! Calm down!" +97800 ,,,,,,,,,,,,,,,,,,,,Though it's pointless to say that to a recorded video. +97900 ,,,,,,,,,,,,,,,,,,,,"Even so, she doesn't bump into things or knock them over in\nthe store, so maybe it's a 'talent for being restless' or\nsomething." +98000 ,,,,,,,,,,,,,,,,,,,,"Hmm, even when paused, it's like saying 'afterimage' and\nit's barely captured. Maybe I placed the camera too close\nbecause I was too focused on the angle..." +98100 ,,,,,,,,,,,,,,,,,,,,"Well, let's try to find something peeking out..." +98200 ,,,,,,,,,,,,,,,,,,,,"Ah, no, the goal is to find evidence of shoplifting, but if\nthere's nothing, that's even better..." +98300 ,,,,,,,,,,,,,,,,,,,,...Oh? +98500 ,,,,,9103000,,,,,,,,,,,,,,,Could it be... peeking from Chie-chan's sleeveless top is... +98600 ,,,,,9103000,,,,,,,,,,,,,,,Let's zoom in a bit. +98800 ,,,,,9103000,,,,,,,,,,,,,,,"This little bump... it's a nipple, right? Chie-chan's!" +98900 ,,,,,9103000,,,,,,,,,,,,,,,Yes!! A treasure video!! Conquered all three beautiful\ngirls!! +99000 ,,,,,9103000,,,,,,,,,,,,,,,I'm glad I set up the hidden camera!! I can't believe it\ncaptured so well!! +99100 ,,,,,9103000,,,,,,,,,,,,,,,This small protrusion captured has infinite value. Girls are\nreally amazing. +99200 ,,,,,9103000,,,,,,,,,,,,,,,...Huh? +99300 ,,,,,9103000,,,,,,,,,,,,,,,Chie-chan on the screen made a strange move. She seemed a\nbit concerned about her surroundings... +99400 ,,,,,9103000,,,,,,,,,,,,,,,"Wait, could it be..." +99500 ,,,,,9103000,,,,,,,,,,,,,,,Then Chie-chan quickly grabbed the candy in front of her and\nhid it in her hand. +99600 ,,,,,9103000,,,,,,,,,,,,,,,That scene was clearly captured in the recorded video. +99700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm in trouble... +99800 ,,,,,,,,,,,,,,,,,,,,Those words slipped out of my mouth. I can't believe she was\nreally shoplifting. +99900 ,,,,,,,,,,,,,,,,,,,,Chie-chan seemed like the least likely to be involved in\nsomething like this. +100000 ,,,,,,,,,,,,,,,,,,,,"Hmm, no matter how cute Chie-chan is, shoplifting is not\nokay, shoplifting is (boron)." +100100 ,,,,,,,,,,,,,,,,,,,,"Ah, that was the sound effect of me unzipping and taking out\nmy penis." +100200 ,,,,,,,,,,,,,,,,,,,,"I really need to have a proper talk with Chie-chan. Instead\nof doing something lewd in exchange... ahem, no, I need to\ngive her a scolding." +100300 ,,,,,,,,,,,,,,,,,,,,"She's already shoplifted twice, so she's likely to do it\nagain, Chie-chan... First, I need to catch her in the act.\nThen, what should I do..." +100400 ,,,,,,,,,,,,,,,,,,,,Thinking about it makes me feel heavy... in my crotch. +100500 ,,,,,,,,,,,,,,,,,,,,"Hehe, hehe... I'm looking forward to the next time you come\nto the store, Chie-chan." +100600 ,,,,,,,,,,,,,,,,,,,,My imagination for masturbation is running wild... shiko\nshiko shiko shiko... +100700 ,,,0,9000,,,,,,,,,,,,,,,, +100900 ,@008_CB02,,,,,,,,,,,,,,,,,,, +101100 ,,,7,21,,,千恵,Chie,008_CB02_c_000.wav,"komako,private",,0,"chie,privateC",,0,"tenka,privateB",,37,,Uncle! Hello! +101200 ,,,,,,,甜花,Tenka,008_CB02_t_000.wav,komako,,0,chie,,0,tenka,,37,,You really come to Uncle's store every day. +101300 ,,,,,,,コマコ,Komako,008_CB02_k_000.wav,"komako,private",,0,chie,,0,tenka,,37,,I'm glad Uncle's store is here. +101400 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,0,tenka,,37,,I'm honored to hear that. +101500 ,,,,,,,,,,komako,,0,chie,,0,tenka,,37,,"Today, Chie-chan and the other two came to the store again." +101600 ,,,,,,,,,,komako,,0,chie,,0,tenka,,37,,"Hmm, Chie-chan is as cheerful and carefree as ever. It's\nhard to imagine she's been shoplifting." +101700 ,,,,,,,,,,komako,,0,chie,,0,tenka,,37,,"Well, let's keep an eye on things..." +101800 ,,,,,,,,,,,,,,,,,,,,The three of them are talking about idols and TV shows again\ntoday. And about homework. But it seems like no one has\nstarted on it yet. +101900 ,,,,,,,,,,,,,,,,,,,,"They mentioned trying to do a morning glory observation\ndiary for a free project but gave up after forgetting about\nit in just one day, which is quite amusing." +102000 ,,,,,,,,,,,,,,,,,,,,"By the way, this story isn't about Chie-chan but about\nKomako-chan. Just to clarify for Chie-chan's honor." +102100 ,,,,,,,,,,,,,,,,,,,,"Chie-chan said, 'Did we have that kind of homework?' As\nexpected of Chie-chan." +102200 ,,,,,,,,,,,,,,,,,,,,"Now, when should I confront Chie-chan?" +102300 ,,,,,,,,,,,,,,,,,,,,"I have the recorded footage, which is enough evidence, but\nit's not good if they find out I set up a camera." +102400 ,,,,,,,,,,,,,,,,,,,,"In that case, it's better to catch Chie-chan actually\nshoplifting." +102500 ,,,,,,,,,,,,,,,,,,,,"Besides, even if Chie-chan did something bad, it would be\ncruel to tell Tenka-chan or Komako-chan about it." +102600 ,,,,,,,,,,,,,,,,,,,,"Well, if everyone knew, it wouldn't be much of a threat..." +102700 ,,,,,,,,,,,,,,,,,,,,"So, let's wait until Chie-chan makes a move." +102900 ,,,,,,,,,,,,,,,,,,,,"As I watch the three of them, Chie-chan starts moving inside\nthe store. Is it time?" +103000 ,,,,,,,,,,,,,,,,,,,,I observe Chie-chan carefully so she doesn't notice. +103100 ,,,,,,,,,,,,,,,,,,,,"That said, Chie-chan seems too engrossed in picking out\nsnacks to notice me. It's a bit surprising she's not\nchecking my reaction." +103200 ,,,,,,,,,,,,,,,,,,,,"Could it be that she's getting desensitized? Hmm, that's not\ngood." +103300 ,,,,,,,,,,,,,,,,,,,,"Oh, she did check on Komako-chan and Tenka- chan outside.\nAnd... ah, she quickly slipped a cherry mochi into her\npocket!" +103400 ,,,,,,,,,,,,,,,,,,,,Then she casually rejoined the conversation with Komako-chan\nand Tenka-chan. +103500 ,,,,,,,,,,,,,,,,,,,,"I have something to hold over her now, but seeing it happen\nright in front of me is quite shocking... A girl like Chie-\nchan shoplifting." +103600 ,,,,,,,,,,,,,,,,,,,,"It's not like I'm overwhelmed by her cuteness, but I do feel\na bit mischievous." +103700 ,,,,,,,,,,,,,,,,,,,,Alright then... +103900 ,,,8,,,,,,,,,,,,,,,,,Now it's time for the three of them to leave. +104000 ,,,,,,,,,,,,,,,,,,,,How should I stop just Chie-chan? +104100 ,,,,,,,,,,,,,,,,,,,,"Her friends Komako-chan and Tenka-chan are here too, so I\nneed Chie-chan to stay behind voluntarily." +104200 ,,,,,,,,,,,,,,,,,,,,Maybe I should subtly let her know I saw her shoplifting? +104300 ,,,,,,,,,,,,,,,,,,,,"As Chie-chan is about to leave, I beckon her from inside the\nstore." +104400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, Chie-chan." +104500 ,,,,,,,千恵,Chie,008_CB02_c_001.wav,"chieL,privateC",,3,,,,,,,,"Hmm? What is it, mister?" +104600 ,,,,,,,,,,chieL,,3,,,,,,,,"......Hmm, she doesn't seem to be hiding anything shady or\nbeing cautious... impressive." +104700 ,,,15,,,,主人公,Kiyoshi,,chieL,,3,,,,,,,,In your pocket. +104800 ,,,,,,,,,,chieL,,3,,,,,,,,"I speak in a small voice so only Chie-chan, who came running\nover, can hear." +104900 ,,,,,,,,,,chieL,,28,,,,,,,,"Suddenly, Chie-chan's face turned pale." +105000 ,,,,,,,,,,chieL,,28,,,,,,,,"Ah, so she does turn pale when she's caught. I'm relieved." +105100 ,,,,,,,コマコ,Komako,008_CB02_k_001.wav,,,,komako,,23,,,,,...Chie-chan? +105200 ,,,,,,,千恵,Chie,008_CB02_c_002.wav,chie,,28,komako,,23,,,,,"Ah, um, uh..." +105300 ,,,,,,,千恵,Chie,008_CB02_c_003.wav,chie,,24,komako,,23,,,,,"T-today, my mom's coming home late! So I have to stay with\nmister!!" +105400 ,,,,,,,,,,chie,,24,komako,,23,,,,,"Oh, that's a pretty good lie for being on the spot." +105500 ,,,,,,,甜花,Tenka,008_CB02_t_001.wav,chie,,24,komako,,23,tenka,,23,,"Really? If that's the case, we'll head home first, is that\nokay?" +105600 ,,,,,,,コマコ,Komako,008_CB02_k_002.wav,chie,,24,komako,,14,tenka,,23,,"Chie-chan, is that so... I want to stay with you too, but..." +105700 ,,,,,,,主人公,Kiyoshi,,chie,,24,komako,,14,tenka,,23,,"No, you can't. You need to go home quickly, or your dad and\nmom will worry." +105800 ,,,,,,,コマコ,Komako,008_CB02_k_003.wav,chie,,24,komako,,28,tenka,,23,,Okay... +105900 ,,,,,,,千恵,Chie,008_CB02_c_004.wav,chie,,1,komako,,28,tenka,,23,,"It's okay, Komako-chan, go ahead. Let's play again\ntomorrow...!" +106000 ,,,,,,,,,,chie,,1,komako,,28,tenka,,23,,"Even with a pale face, Chie-chan is desperately trying to be\ncheerful. She's doing her best..." +106100 ,,,,,,,コマコ,Komako,008_CB02_k_004.wav,chie,,1,komako,,0,tenka,,23,,"Okay, then I'll head home first, Chie-chan." +106200 ,,,,,,,甜花,Tenka,008_CB02_t_002.wav,chie,,1,komako,,0,tenka,,0,,"See you, bye." +106300 ,,,,,,,千恵,Chie,008_CB02_c_005.wav,chie,,0,komako,,0,tenka,,0,,Bye-bye! +106400 ,,,,,,,,,,chie,,0,,,,,,,,And then Tenka-chan and Komako-chan went home ahead. Now\nthen... +106500 ,,,,,,,千恵,Chie,008_CB02_c_006.wav,chie,,28,,,,,,,,............ +106600 ,,,,,,,,,,chie,,28,,,,,,,,"With the two gone, Chie-chan looks so nervous she's about to\ncry." +106700 ,,,,,,,主人公,Kiyoshi,,chie,,28,,,,,,,,I think you understand. +106800 ,,,,,,,千恵,Chie,008_CB02_c_007.wav,chie,,24,,,,,,,,Eek! +106900 ,,,,,,,,,,chie,,24,,,,,,,,"Chie-chan let out a scream like something from an anime. I\nstarted to feel sorry for her, so I decided to move the\nconversation along." +107000 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,Can you take out what's in your pocket? +107100 ,,,,,,,千恵,Chie,008_CB02_c_008.wav,chie,,14,,,,,,,,............ +107200 ,,,,,,,,,,chie,,14,,,,,,,,Chie-chan timidly took out the cherry mochi from her pocket. +107300 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,"I haven't received money for this, have I?" +107400 ,,,,,,,千恵,Chie,008_CB02_c_009.wav,chie,,8,,,,,,,,I-I'm sorry... +107500 ,,,,,,,,,,chie,,8,,,,,,,,"Finally, Chie-chan started to cry." +107600 ,,,,,,,主人公,Kiyoshi,,chie,,8,,,,,,,,"If you're honest, I'll forgive you. How many times have you\ndone this before?" +107700 ,,,,,,,千恵,Chie,008_CB02_c_010.wav,chie,,34,,,,,,,,A-about five or six times... +107800 ,,,,,,,,,,chie,,34,,,,,,,,"She's done it quite a bit! Well, seeing her earlier, I can\nunderstand why. But is this number really true?" +107900 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,Why did you do something like this? +108000 ,,,,,,,千恵,Chie,008_CB02_c_011.wav,chie,,25,,,,,,,,"Um, well... it's summer vacation, and I ran out of allowance\nquickly..." +108100 ,,,,,,,,,,chie,,25,,,,,,,,...I see. So she's probably being honest about the number of\ntimes too. +108200 ,,,,,,,千恵,Chie,008_CB02_c_012.wav,chie,,8,,,,,,,,"I'm sorry, I won't do it again! I'm really sorry!" +108300 ,,,,,,,主人公,Kiyoshi,,chie,,8,,,,,,,,"But if I hadn't stopped you today, you might have done it\nmore, right?" +108400 ,,,,,,,千恵,Chie,008_CB02_c_013.wav,chie,,8,,,,,,,,...sniff... ugh... +108500 ,,,,,,,,,,chie,,8,,,,,,,,"When I said that, Chie-chan fell silent. It seems to have\nhit her hard." +108600 ,,,,,,,主人公,Kiyoshi,,chie,,8,,,,,,,,"I'm not angry, but since you did something wrong, you need\nto make up for it properly." +108700 ,,,,,,,千恵,Chie,008_CB02_c_014.wav,chie,,28,,,,,,,,I-I'm sorry... I'll pay back the money for what I stole... +108800 ,,,,,,,主人公,Kiyoshi,,chie,,28,,,,,,,,"But you don't have any allowance left, right?" +108900 ,,,,,,,千恵,Chie,008_CB02_c_015.wav,chie,,25,,,,,,,,I-I'll help out at your shop... I'll work to pay back for\nthe snacks I ate... Is that okay? +109000 ,,,,,,,,,,chie,,25,,,,,,,,"Chie-chan working part-time at my shop! A beautiful girl as\na shop assistant, that's tempting..." +109100 ,,,,,,,,,,chie,,25,,,,,,,,"But even if I want her to work at my shop, it's not\nsomething Chie-chan and I can decide on our own." +109200 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"I'm okay with that, but we have to talk to your mom first." +109300 ,,,,,,,千恵,Chie,008_CB02_c_016.wav,chie,,8,,,,,,,,"N-No! Please don't tell my mom! I'm sorry! I'll pay back the\nmoney properly, so please don't tell her!!" +109400 ,,,,,,,主人公,Kiyoshi,,chie,,8,,,,,,,,"I can't do that. Since you stole, at the very least, we need\nto explain it to your mom." +109500 ,,,,,,,,,,chie,,8,,,,,,,,"To be honest, I initially thought about keeping it a secret\nand using it to threaten Chie-chan." +109600 ,,,,,,,,,,chie,,8,,,,,,,,"But if Chie-chan ran to an adult, it would be over, and\nbesides, I was really tempted by the idea of her working at\nmy shop." +109700 ,,,,,,,,,,chie,,8,,,,,,,,"If I asked her, Tenka-chan and Komako-chan would definitely\nhear about it, and then others would too. It would turn into\na story about what I'm doing with a child." +109800 ,,,,,,,,,,chie,,8,,,,,,,,So I thought it would be best to get her parents' approval\nfrom the start by framing it as 'helping out at the shop to\nmake up for shoplifting.' +109900 ,,,,,,,千恵,Chie,008_CB02_c_017.wav,chie,,29,,,,,,,,Chie-chan's mom isn't home today! And I promise I won't take\nany more snacks! +110000 ,,,,,,,主人公,Kiyoshi,,chie,,29,,,,,,,,Nope! I'll close the shop now... then let's go to your\nhouse. +110100 ,,,,,,,千恵,Chie,008_CB02_c_018.wav,chie,,28,,,,,,,,No... +110200 ,,,,,,,,,,chie,,28,,,,,,,,I quickly closed up the shop and took the reluctant Chie-\nchan outside. +110500 ,,,,,,,,,,,,,,,,,,,, +110600 ,,,8,122,,,主人公,Kiyoshi,,,,,,,,,,,,"Which way is your house, Chie-chan?" +110700 ,,,,,,,千恵,Chie,008_CB02_c_019.wav,chie,,34,,,,,,,,This way... +110800 ,,,,,,,,,,chie,,34,,,,,,,,"Finally giving up, Chie-chan answered quietly with her head\ndown as we headed to her house." +110900 ,,,,112,,,,,,chie,,34,,,,,,,,Did we walk for about 15 minutes? +111000 ,,,,,,,,,,chie,,34,,,,,,,,"Chie-chan stopped in front of an old, small apartment and\npointed to a room on the first floor." +111100 ,,,,,,,千恵,Chie,008_CB02_c_020.wav,chie,,15,,,,,,,,Here... +111200 ,,,,,,,,,,chie,,15,,,,,,,,"Chie-chan seems nervous, and somehow, I'm feeling nervous\ntoo." +111300 ,,"",,,,,,,,,,,,,,,,,,Ding dong! +111500 ,,,,,,,優子,???,008_CB02_y_000.wav,,,,,,,,,,,Yes? +111700 ,,,,,,,,,,,,,,,,,,,,Click! +111800 ,,,,,,,優子,Yuuko,008_CB02_y_001.wav,,,,"yuko,private",,23,,,,,Um... +111900 ,,,,,,,主人公,Kiyoshi,,,,,yuko,,23,,,,,"Ah... I'm the, uh, candy shop owner..." +112000 ,,,,,,,,,,,,,yuko,,23,,,,,"As soon as her mother appeared, Chie-chan quickly hid behind\nme." +112100 ,,,,,,,,,,,,,yuko,,23,,,,,Is this Chie-chan's mother? +112200 ,,,,,,,優子,Yuuko,008_CB02_y_002.wav,,,,yuko,,3,,,,,What can I do for you? +112300 ,,,,,,,,,,,,,yuko,,3,,,,,Her wavy hair tied back and her ample bosom... she seems\nlike a very kind person. +112400 ,,,,,,,,,,,,,yuko,,3,,,,,"...Wait, this is no time to be staring." +112500 ,,,,,,,主人公,Kiyoshi,,,,,yuko,,3,,,,,"Uh, well, I'm here today because Chie-chan was caught\nshoplifting from my store..." +112600 ,,,,,,,優子,Yuuko,008_CB02_y_003.wav,,,,yuko,,24,,,,,Shoplifting!? +112700 ,,,,,,,千恵,Chie,008_CB02_c_021.wav,chie,,8,yuko,,24,,,,,"Mom, I'm sorry~!" +112800 ,,,,,,,,,,chie,,8,yuko,,24,,,,,"Hearing her mother's surprised voice, Chie- chan jumped out\nfrom behind me and started apologizing with tears in her\neyes." +112900 ,,,,,,,優子,Yuuko,008_CB02_y_004.wav,chie,,8,yuko,,29,,,,,"Chie-chan! You should be apologizing to the candy shop\nowner, not me!" +113000 ,,,,,,,千恵,Chie,008_CB02_c_022.wav,chie,,8,yuko,,29,,,,,I-I'm sorry~! +113200 ,,,,,,,,,,,,,,,,,,,,"And so, I stood there silently for a while, listening to\nChie-chan and her mother talk." +113300 ,,,,,,,,,,,,,,,,,,,,"Her mother spoke in a way that was neither overly emotional\nnor completely calm, guiding Chie-chan to reflect on what\nshe had done." +113400 ,,,,,,,,,,,,,,,,,,,,She had completely stopped crying and was looking at her\nmother with a serious expression. +113500 ,,,,,,,,,,,,,,,,,,,,"She seems like a very intelligent person. Chie-chan's\nmother, that is." +113600 ,,,,,,,優子,Yuuko,008_CB02_y_005.wav,chie,,8,yuko,,9,,,,,"So, Chie-chan, how do you plan to pay back the candy shop\nowner?" +113700 ,,,,,,,千恵,Chie,008_CB02_c_023.wav,chie,,25,yuko,,9,,,,,Chie-chan will work at the candy shop during summer\nvacation. Uncle said it's okay... +113800 ,,,,,,,優子,Yuuko,008_CB02_y_006.wav,chie,,25,yuko,,29,,,,,"But that's not really possible, is it? Do you know what kind\nof work you would do at the candy shop, Chie-chan?" +113900 ,,,,,,,,,,chie,,25,yuko,,29,,,,,"Seeing Chie-chan silently shake her head, her mother looked\nat me." +114000 ,,,,,,,優子,Yuuko,008_CB02_y_007.wav,,,,"yukoL,private",,15,,,,,"Um, we'll compensate for what Chie shoplifted..." +114100 ,,,,,,,,,,,,,yukoL,,15,,,,,"Uh, if it goes on like this, it'll end in the most boring\nway possible." +114200 ,,,,,,,主人公,Kiyoshi,,,,,yukoL,,15,,,,,"Ah, no, look! I think it's great for Chie- chan to work\npart-time at the candy shop!" +114300 ,,,,,,,主人公,Kiyoshi,,,,,yukoL,,15,,,,,"We don't have that many customers, and it's mostly just\ncustomer service!" +114400 ,,,,,,,主人公,Kiyoshi,,,,,yukoL,,15,,,,,"Besides, if she learns how hard it is to earn money... I\nthink Chie-chan won't ever want to shoplift again!" +114500 ,,,,,,,主人公,Kiyoshi,,,,,yukoL,,15,,,,,"So, I'm all for it. Chie-chan's part-time job. It's just in\ntime for summer vacation." +114600 ,,,,,,,優子,Yuuko,008_CB02_y_008.wav,,,,yukoL,,35,,,,,But wouldn't it be a bother to have such a small child in\nthe store...? +114700 ,,,,,,,主人公,Kiyoshi,,,,,yukoL,,35,,,,,"It's fine! Chie-chan comes to the candy shop every day\nanyway, so it won't be much different!" +114800 ,,,,,,,,,,,,,yukoL,,35,,,,,I'm impressed with myself for being able to come up with\nsuch words so smoothly. +114900 ,,,,,,,優子,Yuuko,008_CB02_y_009.wav,,,,yukoL,,35,,,,,But... +115000 ,,,,,,,主人公,Kiyoshi,,,,,yukoL,,35,,,,,"Chie-chan, you'll work hard, right? You'll be a good girl,\nright?" +115100 ,,,,,,,千恵,Chie,008_CB02_c_024.wav,chie,,21,yuko,,35,,,,,Yeah! +115200 ,,,,,,,,,,chie,,21,yuko,,35,,,,,Chie-chan replied energetically. +115300 ,,,,,,,,,,chie,,21,yuko,,35,,,,,"Chie-chan's mother still seemed a bit worried, but after a\nwhile, she looked at me apologetically and bowed her head." +115400 ,,,,,,,優子,Yuuko,008_CB02_y_010.wav,chie,,21,yuko,,3,,,,,"Well then, please take care of her." +115500 ,,,,,,,千恵,Chie,008_CB02_c_025.wav,chie,,7,yuko,,3,,,,,"Yeah, Chie-chan will help out at uncle's shop." +115600 ,,,,,,,主人公,Kiyoshi,,chie,,7,yuko,,3,,,,,Yeah. +115700 ,,,,,,,,,,,,,,,,,,,,"With this, Chie-chan will be our shop assistant starting\ntomorrow! We'll have more opportunities to interact, and we\ncan do all sorts of things!" +115800 ,,,,,,,,,,,,,,,,,,,,"Adults might think it's sneaky to say this, but I might be\nable to take advantage of Chie-chan's guilt..." +116000 ,,,,42,,,,,,,,,,,,,,,,"Still, it seems like Chie-chan's family has it tough." +116100 ,,,,,,,,,,,,,,,,,,,,"After it was decided that Chie-chan would work part-time at\nmy candy shop, I had a little chat with Chie-chan's mother." +116200 ,,,,,,,,,,,,,,,,,,,,"I heard that Chie-chan doesn't have a father. So during the\nday, Chie-chan's mother goes out to work." +116300 ,,,,,,,,,,,,,,,,,,,,I always thought she was a cheerful kid... but Chie-chan's\nhome life is complicated. +116400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, let's put the difficult stuff aside..." +116500 ,,,,,,,,,,,,,,,,,,,,I forcibly switch my slightly sentimental thoughts. +116600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Starting tomorrow, Chie-chan will be our shop assistant!\nLet's have her do all sorts of things! All sorts!" +116700 ,,,,,,,,,,,,,,,,,,,,"Thinking about it makes my energy surge, and my crotch\nswells up as well." +116800 ,,,0,9000,,,,,,,,,,,,,,,, +117200 ,$go commonB_top,,,,,,,,,,,,,,,,,,,To 02commonB +, diff --git a/datascn.tac/02commonB.csv b/datascn.tac/02commonB.csv new file mode 100644 index 0000000..9294f35 --- /dev/null +++ b/datascn.tac/02commonB.csv @@ -0,0 +1,2956 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@commonB_top,,,,,,,,,,,,,,,,,,,Common Part B +10500 ,@009_CB03,,,,,,,,,,,,,,,,,,, +10800 ,,,2,21,,,千恵,Chie,009_CB03_c_000.wav,,,,,,,,,,,Uncle! Good morning! +10900 ,,,,,,,,,,,,,,,,,,,,"While preparing to open the shop, I heard a cheerful and\ncute voice from outside." +11000 ,,,,,,,,,,,,,,,,,,,,"Peeking from inside the shop where the air conditioning had\njust started, I saw Chie- chan energetically running towards\nme." +11100 ,,,,11,,,主人公,Kiyoshi,,,,,"chie,private",,0,,,,,Good morning. You came so early. +11200 ,,,,,,,千恵,Chie,009_CB03_c_001.wav,,,,chie,,1,,,,,"Yeah! Because if I don't work properly, I can't make it up\nto you, Uncle!" +11300 ,,,,,,,千恵,Chie,009_CB03_c_002.wav,,,,chie,,1,,,,,"Besides, working part-time at a shop I always visit sounds\nlike fun!" +11400 ,,,,,,,,,,,,,chie,,1,,,,,"Seeing her talk so happily, I felt a bit relieved." +11500 ,,,,,,,,,,,,,chie,,1,,,,,I was worried that Chie-chan might be too burdened by the\nresponsibility of 'compensating for shoplifting' and become\nmentally exhausted. +11600 ,,,,,,,,,,,,,chie,,1,,,,,"I like the usual energetic Chie-chan, so seeing her down\nwould be tough." +11800 ,,,,21,,,千恵,Chie,009_CB03_c_003.wav,,,,chie,,23,,,,,"Uncle, what should Chie-chan do?" +11900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,Let's see... How about cleaning before we open? +12000 ,,,,,,,千恵,Chie,009_CB03_c_004.wav,,,,chie,,0,,,,,"I help my mom with cleaning, you know." +12100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"That's great. Then I can trust you with the cleaning, right?" +12200 ,,,,,,,千恵,Chie,009_CB03_c_005.wav,,,,chie,,1,,,,,Leave it to me! I'll make it sparkling clean! +12300 ,,,,,,,,,,,,,chie,,1,,,,,"When I handed her the broom, Chie-chan raised it high above\nher head, perhaps to show her enthusiasm." +12400 ,,,,,,,,,,,,,chie,,1,,,,,"...In doing so, the broom hit some products, scattering them\non the floor." +12500 ,,,,,,,千恵,Chie,009_CB03_c_006.wav,,,,chie,,24,,,,,Ah! U-Uncle... I'm sorry...! I'll pick them up right\naway―ouch! +12600 ,,,,,,,,,,,,,,,,,,,,"In her haste to pick up the snacks, Chie-chan accidentally\nbumped her head against the product shelf." +12700 ,,,,,,,千恵,Chie,009_CB03_c_007.wav,,,,,,,,,,,Ouch...!! +12800 ,,,,,,,主人公,Kiyoshi,,,,,"chieL,private",,34,,,,,"Chie-chan, are you okay!?" +12900 ,,,,,,,,,,,,,chieL,,34,,,,,"I rushed over to Chie-chan, forgetting all about the\nproducts." +13000 ,,,,,,,,,,,,,chieL,,34,,,,,"When I checked where she hit, it was a bit red, but luckily\nthere was no bump." +13100 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,34,,,,,W-What should I do!? Should I get some ice!? +13200 ,,,,,,,千恵,Chie,009_CB03_c_008.wav,,,,chieL,,13,,,,,"No, it's okay! This is nothing!" +13300 ,,,,,,,千恵,Chie,009_CB03_c_009.wav,,,,chieL,,13,,,,,"More importantly, we need to clean up quickly, right?" +13400 ,,,,,,,千恵,Chie,009_CB03_c_010.wav,,,,chieL,,20,,,,,"I'll handle this, so Uncle, you do your work." +13500 ,,,,,,,,,,,,,,,,,,,,"Hearing that, I finally removed my hand from Chie-chan's\nforehead." +13600 ,,,,,,,,,,,,,,,,,,,,I was too flustered to think earlier... but I managed to get\nclose to Chie-chan. +13700 ,,,,,,,,,,,,,,,,,,,,"As soon as I realized it, I got an erection. I wanted to\nrush to the bathroom and masturbate while the warmth\nlingered in my palm!" +13800 ,,,,,,,千恵,Chie,009_CB03_c_011.wav,,,,chie,,3,,,,,Uncle? What's wrong? +13900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"Huh!? N-No, it's nothing." +14000 ,,,,,,,,,,,,,chie,,3,,,,,I forced a smile and helped Chie-chan. +14100 ,,,,,,,千恵,Chie,009_CB03_c_012.wav,,,,chie,,5,,,,,It's fine! I'll clean up here! +14200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,"It'll be faster if we do it together. Besides, you're\nputting the products in the wrong box." +14300 ,,,,,,,千恵,Chie,009_CB03_c_013.wav,,,,chie,,24,,,,,"Oh, you're right!" +14400 ,,,,,,,,,,,,,chie,,24,,,,,"I crouched close to Chie-chan, almost touching, and\nexplained where to put the snacks and toys as we picked them\nup." +14500 ,,,,,,,,,,,,,chie,,24,,,,,"Chie-chan nodded seriously, her expression focused. The\nscent of shampoo and sweat tickled my nose every time she\nmoved her head." +14600 ,,,,,,,,,,,,,chie,,24,,,,,Ah... this scent is dangerous. It feels like my reason is\nabout to fly away...! +14800 ,,,5,,,,コマコ,Komako,009_CB03_k_000.wav,,,,,,,,,,,"Chie-chan, Uncle, are you here?" +14900 ,,,,,,,,,,,,,,,,,,,,The door slid open with a rattle. Standing in front of the\nstore was Komako-chan. Next to her was Tenka-chan. +15000 ,,,,,,,甜花,Tenka,009_CB03_t_000.wav,"komako,privateB",,0,,,,"tenka,privateB",,23,,"Wow, you really started a part-time job!" +15100 ,,,,,,,千恵,Chie,009_CB03_c_014.wav,komako,,0,"chie,private",,4,tenka,,23,,How did you know!? +15200 ,,,,,,,コマコ,Komako,009_CB03_k_001.wav,komako,,0,chie,,4,tenka,,23,,"I heard from Chie-chan's mom. When I went to your house, you\nweren't there." +15300 ,,,,,,,千恵,Chie,009_CB03_c_015.wav,komako,,0,chie,,23,tenka,,23,,"Oh, I see! Sorry, Komako-chan, Tenka-chan. Chie-chan is\nworking part-time at Uncle's candy store during summer\nvacation." +15400 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,23,tenka,,23,,"Good morning, you two. Sorry to interrupt your excitement,\nbut we're in the middle of preparing to open the store." +15500 ,,,,,,,甜花,Tenka,009_CB03_t_001.wav,komako,,0,chie,,23,tenka,,17,,"Yeah, you can't open the store like this." +15600 ,,,,,,,千恵,Chie,009_CB03_c_016.wav,komako,,0,chie,,5,tenka,,17,,Th-This is just a little mistake... +15700 ,,,,,,,,,,komako,,0,chie,,5,tenka,,17,,Chie-chan hurriedly gathered the products. Tenka-chan sighed\nin exasperation. +15800 ,,,,,,,コマコ,Komako,009_CB03_k_002.wav,komako,,27,chie,,5,tenka,,17,,"Chie-chan, do your best." +15900 ,,,,,,,千恵,Chie,009_CB03_c_017.wav,komako,,27,chie,,21,tenka,,17,,"Yeah, I'll do my best! If I don't work hard, there's no\npoint in starting a part-time job!" +16000 ,,,,,,,,,,,,,,,,,,,,"Chie-chan carried armfuls of snacks and toys, returning them\nto their original places." +16100 ,,,,,,,,,,,,,,,,,,,,Having a beautiful girl help out at the store is the best...\nWhat a feast for the eyes. +16200 ,,,,,,,,,,,,,,,,,,,,"...Just as I was thinking that, someone tugged at the hem of\nmy clothes." +16300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan? What's up? +16400 ,,,,,,,甜花,Tenka,009_CB03_t_002.wav,,,,,,,"tenkaL,privateB",,3,,"Hey, Uncle. Can't we work part-time too?" +16500 ,,,,,,,主人公,Kiyoshi,,,,,,,,"tenkaL,privateB",,3,,"Of course, it's okay... No, no, it's not okay. Definitely\nnot." +16600 ,,,,,,,,,,,,,,,,"tenkaL,privateB",,3,,I almost reflexively agreed to the sudden suggestion. +16700 ,,,,,,,,,,,,,,,,"tenkaL,privateB",,3,,I somehow managed to use my reason to refuse Tenka-chan's\nsweet proposal. +16800 ,,,,,,,甜花,Tenka,009_CB03_t_003.wav,,,,,,,"tenkaL,privateB",,30,,Why not? I want to work part-time and get some pocket money\ntoo! +16900 ,,,,,,,コマコ,Komako,009_CB03_k_003.wav,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,I want to work part-time with Chie-chan too. +17000 ,,,,,,,,,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,Komako-chan seems eager as well. The two of them look at me\nwith serious expressions. +17100 ,,,,,,,,,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,"I also feel like I'd like them to work if possible, but..." +17200 ,,,,,,,,,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,"But if three of them gather, there will be various\ndifficulties." +17300 ,,,,,,,,,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,"Moreover, if it becomes a part-time job, I can't avoid\ntalking to their parents." +17400 ,,,,,,,,,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,"In Chie-chan's case, there's the pretext of 'repaying the\ncost of shoplifting,' so it's still okay." +17500 ,,,,,,,,,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,If I tell the parents that I'm hiring Komako- chan and\nTenka-chan for part-time work... they might think I'm a\nsuspicious candy store owner. +17600 ,,,,,,,主人公,Kiyoshi,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,"That's why it can't be done. Chie-chan earnestly asked to\nwork and learn how to earn money, so I hired her for a part-\ntime job." +17700 ,,,,,,,主人公,Kiyoshi,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,Did you talk to your mom about it yourself? +17800 ,,,,,,,主人公,Kiyoshi,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,"Tenka-chan, did you think about that?" +17900 ,,,,,,,甜花,Tenka,009_CB03_t_004.wav,,,,,,,tenka,,12,,Ah... I see. That's true... +18000 ,,,,,,,,,,,,,,,,tenka,,12,,Tenka-chan hesitated with her words. +18100 ,,,,,,,コマコ,Komako,009_CB03_k_004.wav,komako,,14,,,,tenka,,12,,"But if Chie-chan is working part-time, we can't play\ntogether." +18200 ,,,,,,,千恵,Chie,009_CB03_c_018.wav,komako,,14,chie,,25,tenka,,12,,"I'm sorry! Even though it's summer vacation, our playtime is\nreduced..." +18300 ,,,,,,,,,,komako,,14,chie,,25,tenka,,12,,Komako-chan looks sad. +18400 ,,,,,,,,,,komako,,14,chie,,25,tenka,,12,,"That's true. But still, not being able to play with friends\nduring summer vacation seems a bit off." +18500 ,,,,,,,主人公,Kiyoshi,,komako,,14,chie,,25,tenka,,12,,"It's not like you can't come to the store, you know? I'd be\nhappy if you come to buy snacks, and you can play during\nChie-chan's break time." +18600 ,,,,,,,コマコ,Komako,009_CB03_k_005.wav,komako,,20,chie,,25,tenka,,12,,Really? Then I'll come shopping all the time. +18700 ,,,,,,,甜花,Tenka,009_CB03_t_005.wav,komako,,20,chie,,25,tenka,,20,,Then maybe I'll do that too. I don't have any other plans. +18800 ,,,,,,,千恵,Chie,009_CB03_c_019.wav,komako,,20,chie,,1,tenka,,20,,"Eh, really!? Chie-chan is so happy!" +18900 ,,,,,,,,,,komako,,20,chie,,1,tenka,,20,,"It seems like the decision was made on its own, but looking\nat the three of them, I can't say no." +19000 ,,,,,,,主人公,Kiyoshi,,komako,,20,chie,,1,tenka,,20,,"It's okay to play when there are no customers, but when the\nuncle asks you to work, make sure you do it properly." +19100 ,,,,,,,千恵,Chie,009_CB03_c_020.wav,komako,,20,chie,,21,tenka,,20,,"Okay! Thank you, uncle!" +19200 ,,,,,,,,,,,,,chie,,21,,,,,Chie-chan jumps up happily and clings to my waist. +19300 ,,,,,,,,,,,,,chie,,21,,,,,The sudden happy event makes my heart feel like it's going\nto jump out. +19400 ,,,,,,,,,,,,,chie,,21,,,,,I pretended to be calm and patted Chie-chan's head. Her thin\nand soft hair tangled around my fingers...! +19500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,"S-So, Chie-chan. We have to open the store soon, so let's\nfinish cleaning quickly." +19600 ,,,,,,,千恵,Chie,009_CB03_c_021.wav,,,,chie,,0,,,,,Got it! I'll clean up quickly! +19700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"Komako-chan and Tenka-chan, you can relax over there." +19800 ,,,,,,,千恵,Chie,009_CB03_c_022.wav,,,,chie,,5,,,,,Don't eat the store's stuff without permission! +19900 ,,,,,,,甜花,Tenka,009_CB03_t_006.wav,,,,,,,tenka,,32,,? I wouldn't do that. +20000 ,,,,,,,,,,,,,,,,tenka,,32,,Komako-chan and Tenka-chan exchanged puzzled looks. +20100 ,,,,,,,,,,,,,,,,tenka,,32,,"If you say things like that, you'll get caught shoplifting,\nyou know?" +20200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,32,,"Alright, let's open the store now." +20400 ,,,7,,,,千恵,Chie,009_CB03_c_023.wav,komako,,0,"chie,private",,1,tenka,,0,,Thank you very much! +20500 ,,,,,,,甜花,Tenka,009_CB03_t_007.wav,komako,,0,chie,,1,tenka,,29,,"It's so hot! Komako, close the door quickly." +20600 ,,,,,,,コマコ,Komako,009_CB03_k_006.wav,komako,,20,chie,,1,tenka,,29,,Okay. Here we go... +20700 ,,,,,,,,,,,,,,,,,,,,"After seeing off the grandma who came to buy daily\nnecessities, the three of them return inside the store." +20800 ,,,,,,,,,,,,,,,,,,,,"As expected of summer vacation, the strong summer sunlight\nis blazing down." +20900 ,,,,,,,,,,,,,,,,,,,,"Even though I was outside for just a minute or two, a light\nsheen of sweat appeared on my pure, unblemished skin." +21000 ,,,,,,,,,,,,,,,,,,,,I took a deep breath to suppress the urge to lick off the\nhealthy sweat... and to rub my penis against it... +21100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"W-Well, it's almost lunchtime. Everyone, go home and have\nyour meals." +21200 ,,,,,,,甜花,Tenka,009_CB03_t_008.wav,,,,,,,tenka,,34,,I'm already starving... +21300 ,,,,,,,コマコ,Komako,009_CB03_k_007.wav,komako,,0,,,,tenka,,34,,"Chie-chan, let's go." +21400 ,,,,,,,千恵,Chie,009_CB03_c_024.wav,,,,chie,,23,,,,,But... is it okay not to work during lunch? +21500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,"I'll be taking a lunch break too. Come back after you eat.\nYour mom is waiting for you, right?" +21600 ,,,,,,,千恵,Chie,009_CB03_c_025.wav,,,,chie,,28,,,,,...Mom's at work... +21700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,28,,,,,Oh. +21800 ,,,,,,,,,,,,,chie,,28,,,,,I see... I had completely forgotten. +21900 ,,,,,,,千恵,Chie,009_CB03_c_026.wav,,,,chie,,0,,,,,But you know! Mom made me a bento. It's really delicious! +22000 ,,,,,,,,,,,,,chie,,0,,,,,Chie-chan's face lit up with a smile as she started bragging\nabout her mom's bento. +22100 ,,,,,,,,,,,,,chie,,0,,,,,But she still looked a little lonely. +22200 ,,,,,,,,,,,,,chie,,0,,,,,I wonder if she always eats alone during long breaks like\nsummer or winter vacation. +22300 ,,,,,,,千恵,Chie,009_CB03_c_027.wav,,,,chie,,1,,,,,"Uncle, I'll eat quickly and come back!" +22400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"W-Wait! ...If you want, would you like to eat at my place?" +22500 ,,,,,,,千恵,Chie,009_CB03_c_028.wav,,,,chie,,4,,,,,Here? Is that okay!? +22600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,"Yeah. ...Most of the time, it's just somen at my place, but\nif that's okay, would you like to have lunch with me from\ntoday?" +22700 ,,,,,,,千恵,Chie,009_CB03_c_029.wav,,,,chie,,1,,,,,Yay! I love somen! +22800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Ah, but you should eat your bento too. Your mom went through\nthe trouble of making it for you." +22900 ,,,,,,,千恵,Chie,009_CB03_c_030.wav,,,,chie,,21,,,,,"Yeah, okay. I'll go get it!" +23000 ,,,,,,,千恵,Chie,009_CB03_c_031.wav,,,,chie,,20,,,,,"Komako-chan and Tenka-chan, let's eat together! Is that\nokay, Uncle?" +23100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,"It's fine, but I think Komako-chan and Tenka-chan's moms\nmight have made lunch for them, right?" +23200 ,,,,,,,コマコ,Komako,009_CB03_k_008.wav,komako,,14,chie,,20,,,,,...Yeah. +23300 ,,,,,,,甜花,Tenka,009_CB03_t_009.wav,komako,,14,chie,,20,tenka,,20,,"Then, I'll ask my mom to make me a bento from tomorrow, so\ncan I eat here for lunch?" +23400 ,,,,,,,コマコ,Komako,009_CB03_k_009.wav,komako,,4,chie,,20,tenka,,20,,I'll do the same! +23500 ,,,,,,,主人公,Kiyoshi,,komako,,4,chie,,20,tenka,,20,,"Of course, that's fine. But make sure to tell your moms that\nyou're eating lunch with friends at the candy store, okay?" +23600 ,,,,,,,甜花,Tenka,009_CB03_t_010.wav,komako,,4,chie,,20,tenka,,21,,"I will! Thanks, Uncle!" +23700 ,,,,,,,コマコ,Komako,009_CB03_k_010.wav,komako,,0,chie,,20,tenka,,21,,I'll ask my mom to make me a bento too. +23800 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,20,tenka,,21,,"Then, go have lunch at home today. Chie- chan, go get your\nbento. In the meantime, I'll make somen." +23900 ,,,,,,,千恵,Chie,009_CB03_c_032.wav,komako,,0,chie,,1,tenka,,21,,Okay! I'll hurry and get it. +24000 ,,,,,,,コマコ,Komako,009_CB03_k_011.wav,komako,,20,chie,,1,tenka,,21,,"Chie-chan, let's go together partway." +24100 ,,,,,,,甜花,Tenka,009_CB03_t_011.wav,,,,,,,tenka,,24,,Ah~ I'm coming too! +24300 ,,,,,,,,,,,,,,,,,,,,"The three of them dashed out of the store, running with all\ntheir might." +24400 ,,,,,,,,,,,,,,,,,,,,I put up a 'On Break' sign at the storefront. +24500 ,,,,,,,,,,,,,,,,,,,,"Now, I guess I'll boil some somen..." +24800 ,,,,31,,,,,,,,,,,,,,,,"After that, I ate somen with Chie-chan, who returned out of\nbreath." +24900 ,,,,,,,,,,,,,,,,,,,,"During lunch, Chie-chan proudly showed me the bento her mom\nmade." +25000 ,,,,,,,,,,,,,,,,,,,,"I got a little taste, and it was as delicious as she\nboasted―homemade and really tasty." +25100 ,,,,,,,千恵,Chie,009_CB03_c_033.wav,chie,,21,,,,,,,,Ah~! I'm so full! Thank you for the meal! +25200 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Thanks for the meal. Chie-chan, you ate a lot, didn't you?" +25300 ,,,,,,,,,,,,,,,,,,,,I take the dishes and chopsticks Chie-chan used to the\nkitchen. +25400 ,,,,,,,,,,,,,,,,,,,,I'm really glad I hired Chie-chan as a part- timer. +25500 ,,,,,,,,,,,,,,,,,,,,I sip a little of the remaining noodle broth and let it roll\naround in my mouth. +25600 ,,,,,,,,,,,,,,,,,,,,I'm really glad I opened this candy store...! +25700 ,,,,,,,,,,,,,,,,,,,,"From tomorrow, I might be able to get Komako- chan and\nTenka-chan's help too." +26100 ,,,,,,,甜花@コマコ,Tenka & Komako,009_CB03_t_012.wav@009_CB03_k_012.wav,,,,,,,,,,,Hello +26200 ,,,,,,,,,,,,,,,,,,,,"I wanted to savor the happiness a bit longer, but I quickly\nreturn to the room and invite Tenka-chan and Komako-chan in." +26300 ,,,,41,,,主人公,Kiyoshi,,,,,,,,,,,,You two can come in. +26400 ,,,,,,,千恵,Chie,009_CB03_c_034.wav,komako,,0,chie,,17,tenka,,0,,"Mmm... fuaaah~... Welcome, everyone." +26500 ,,,,,,,,,,komako,,0,chie,,17,tenka,,0,,What a big yawn! I could see right inside her mouth! +26600 ,,,,,,,コマコ,Komako,009_CB03_k_013.wav,komako,,21,chie,,17,tenka,,0,,"Chie-chan, that was a big yawn." +26700 ,,,,,,,千恵,Chie,009_CB03_c_035.wav,komako,,21,chie,,17,tenka,,0,,"I'm so full, Chie-chan is getting sleepy..." +26800 ,,,,,,,千恵,Chie,009_CB03_c_036.wav,komako,,21,chie,,14,tenka,,0,,"But, ...I have work..." +26900 ,,,,,,,,,,komako,,21,chie,,14,tenka,,0,,"Chie-chan starts nodding off, already dozing." +27000 ,,,,,,,甜花,Tenka,009_CB03_t_013.wav,komako,,21,chie,,14,tenka,,37,,Chii is really like a child. Can you even work like that? +27100 ,,,,,,,千恵,Chie,009_CB03_c_037.wav,komako,,21,chie,,17,tenka,,37,,Chie-chan will do her best. +27200 ,,,,,,,,,,,,,,,,,,,,"Contrary to her words, I saw drool dripping from Chie-chan's\nmouth." +27300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"If you're sleepy, you should take a nap instead of forcing\nyourself." +27400 ,,,,,,,千恵,Chie,009_CB03_c_038.wav,,,,chie,,14,,,,,"Ehh... but, work..." +27500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,14,,,,,"If you push yourself too hard from the first day, you'll get\ntired. Taking proper breaks is also part of the job." +27600 ,,,,,,,千恵,Chie,009_CB03_c_039.wav,,,,chie,,17,,,,,If that's the case... goodnight! +27700 ,,,,,,,千恵,Chie,009_CB03_c_040.wav,,,,,,,,,,,Snooze... snooze... +27800 ,,,,,,,,,,,,,,,,,,,,"As expected of Chie-chan. Once she decides, she acts\nquickly." +27900 ,,,,,,,,,,,,,,,,,,,,She lay down with a thud and fell asleep in no time. +28000 ,,,,,,,甜花,Tenka,009_CB03_t_014.wav,,,,,,,tenka,,37,,"Ah, geez, I rushed here for nothing." +28100 ,,,,,,,コマコ,Komako,009_CB03_k_014.wav,komako,,26,,,,tenka,,37,,I-I'll sleep too... next to Chie-chan. +28200 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,tenka,,37,,"Y-Yeah, that's right. Why don't you two take a nap too? At\nyour age, sleeping is also an important part of learning." +28300 ,,,,,,,甜花,Tenka,009_CB03_t_015.wav,komako,,26,,,,tenka,,1,,"Then, I'll sleep over here." +28400 ,,,,,,,,,,,,,,,,,,,,Komako-chan and Tenka-chan lay down on either side of Chie-\nchan. +28500 ,,,,,,,,,,,,,,,,,,,,They closed their eyes and soon fell asleep as well. +28700 ,,,15,,4130000,,,,,,,,,,,,,,, +28800 ,*mem,,,,4130000,,,,,,,,,,,,,,, +28900 ,,,15,,4130000,,コマコ,Komako,009_CB03_k_015.wav,,,,komako,,0,,,,,Zzz... zzz... +29000 ,,,,,4130000,,甜花,Tenka,009_CB03_t_016.wav,,,,tenka,,0,,,,,Mmm... +29100 ,,,,,4130000,,,,,,,,,,,,,,,Three beautiful girls... sleeping in my room... The scene I\ndreamed of has become reality...! +29200 ,,,,,4130000,,,,,,,,,,,,,,,"After confirming they were all deeply asleep, I took out my\nsmartphone." +29300 ,,,,,4130000,,,,,,,,,,,,,,,I activated the silent camera app I had downloaded just for\nthis and took pictures of their sleeping faces one by one. +29400 ,,,,,4130000,,,,,,,,,,,,,,,"Amazing...! Just looking at their sleeping faces, I don't\nknow how many times I could get off...!" +29500 ,,,,,4130000,,千恵,Chie,009_CB03_c_041.wav,,,,chie,,0,,,,,Mmm...! +29600 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,Eek...! +29700 ,,,,,4130000,,千恵,Chie,009_CB03_c_042.wav,,,,chie,,0,,,,,"...snooze, snooze" +29800 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,W-Whoa...!! She just turned over in her sleep... +29900 ,,,,,4130000,,,,,,,,,,,,,,,"I almost panicked, thinking Chie-chan had woken up." +30000 ,,,,,4130000,,,,,,,,,,,,,,,Chie-chan shifted her position slightly. My eyes were drawn\nto her lower body. +30100 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,O-Oh...! +30200 ,,,,,4130000,,,,,,,,,,,,,,,Her skirt... is disheveled...! +30300 ,,,,,4130000,,,,,,,,,,,,,,,"If I adjust it just a little more, I might be able to see\nher panties." +30400 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,This might be a once-in-a-lifetime chance... +30500 ,,,,,4130000,,,,,,,,,,,,,,,"I looked at Tenka-chan and Komako-chan. Unlike Chie-chan,\nthey were wearing shorts." +30600 ,,,,,4130000,,,,,,,,,,,,,,,"Since all of them had short hems, their thighs were fully\nexposed. I felt an urge to bury my face in their smooth,\nsoft skin." +30700 ,,,,,4130000,,,,,,,,,,,,,,,"I somehow suppressed my instincts with reason and took\npictures of their thighs. From above, from the side, I saved\nthe angelic bodies from various angles as data." +30800 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,Ah... I can't take it anymore...! +30900 ,,,,,4130000,,,,,,,,,,,,,,,"As I continued taking pictures, my desires gradually began\nto surpass my reason." +31000 ,,,,,4130000,,,,,,,,,,,,,,,I can't suppress the urge to see their panties... +31100 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone's asleep, so if it's just a little peek... just a\nglance..." +31200 ,,,,,4130000,,,,,,,,,,,,,,,"Surely they won't notice, surely they won't notice... In\nfact, wouldn't it be rude not to make a move here?" +31300 ,,,,,4130000,,,,,,,,,,,,,,,The situation is perfect. All that's left is for me to take\naction. +31400 ,,,,,4130000,,,,,,,,,,,,,,,"With just a little courage, I can peek into paradise..." +31500 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,...Gulp +31600 ,,,,,4130000,,,,,,,,,,,,,,,"Now, whose panties should I look at...?" +31700 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Chii-chan,sel_1a",,,,,,,,,,,,,,,,,,,■@ Chie +↓,"$menu_item 1,Komako-chan,sel_1b",,,,,,,,,,,,,,,,,,,■A Komako +↓,"$menu_item 2,Tenka-chan,sel_1c",,,,,,,,,,,,,,,,,,,■B Tenka +↓,"$menu_item 3,Everyone,sel_1d",,,,,,,,,,,,,,,,,,,■C Everyone +↓,$menu_end,,,,,,,,,,,,,,,,,,, +31800 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Chie +31900 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +32100 ,,,,,1160000,,,,,,,,,,,,,,,"Of course, it has to be Chie-chan, the easiest to undress." +32200 ,,,,,1160000,,,,,,,,,,,,,,,"Wearing a skirt is basically saying, 'Look at my panties.' I\nhave to respond to that desire." +32300 ,,,,,1160000,,主人公,Kiyoshi,,,,,,,,,,,,"Wait for me, Chie-chan... I'll look right now..." +32400 ,,,,,1160000,,,,,,,,,,,,,,,"Just a single piece of fabric. Even though it's just a\nsimple lift, my heart is pounding. My hands were trembling." +32500 ,,,,,1160000,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa...! +32600 ,,,,,1160000,,,,,,,,,,,,,,,"Trying to calm my ragged breathing, I gently touch Chie-\nchan's skirt with my fingertips." +32700 ,,,,,1160000,,,,,,,,,,,,,,,The pleated skirt has a soft texture and is very light. +32800 ,,,,,1160000,,,,,,,,,,,,,,,"Pinching it with my thumb and index finger, I slowly... lift\nit without causing any stimulation." +32900 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, oh, ohhh...!!" +33000 ,,,,,1160010,,,,,,,,,,,,,,,"Little by little, Chie-chan's cute panties are revealed." +33100 ,,,,,1160010,,,,,,,,,,,,,,,"With a bold move, I flip it up all at once, and the sacred\nfabric hidden by the skirt is fully exposed." +33200 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,Th-this is...! +33300 ,,,,,1160010,,,,,,,,,,,,,,,"I can clearly see the shape of her plump mound. Ah, the\nmystery of the female body...!" +33400 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,Ah! P-picture... camera...!! +33500 ,,,,,1160010,,,,,,,,,,,,,,,"Holding up the skirt, I aimed my smartphone. But my hands\nwere shaking, and I couldn't focus." +33600 ,,,,,1160010,,,,,,,,,,,,,,,"Gently lowering the skirt, I steadied my smartphone with\nboth hands. Then, I captured the miraculous shot." +33700 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,G-God...! +33800 ,,,,,1160010,,,,,,,,,,,,,,,There was a sense of accomplishment that couldn't be felt\njust by looking at panty shots online. +33900 ,,,,,1160010,,,,,,,,,,,,,,,"I stared at the photo I had just taken, as if I could burn a\nhole through it." +34000 ,,,,,1160010,,,,,,,,,,,,,,,"This wasn't something that happened in a far- off world...\nIt's happening right now, in reality, right before my\neyes... and I've recorded it!" +34100 ,,,,,1160010,,千恵,Chie,009_CB03_c_043.wav,,,,chie,,0,,,,,"Mmm, hmm... uncle..." +34200 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,W-w-w-w-what is it?! +34300 ,,,,,1160010,,千恵,Chie,009_CB03_c_044.wav,,,,chie,,0,,,,,Snooze... snooze... +34400 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,...Sleep talking? +34500 ,,,,,1160010,,,,,,,,,,,,,,,A cold sweat broke out on my back. The tension was so high\nthat my teeth were chattering. +34600 ,,,,,1160010,,,,,,,,,,,,,,,"Waving my hand in front of Chie-chan to confirm she was\nreally asleep, I took a few more photos." +34700 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,I guess this is enough... +34800 ,,,,,4130000,,,,,,,,,,,,,,,"After letting out a sigh, I looked alternately at Komako-\nchan and Tenka-chan." +34900 ,,,,,4130000,,,,,,,,,,,,,,,"...Since they're all friends, it would be unfair not to\ninclude them." +35000 ,,,,,4130000,,,,,,,,,,,,,,,"Yeah, yeah... It's not fair for only Chie- chan to show her\npanties." +35100 ,,,,,4130000,,,,,,,,,,,,,,,I approached Komako-chan and Tenka-chan and began\nunbuttoning their shorts one by one. +35200 ,$go join_1,,,,,,,,,,,,,,,,,,, +35300 ,*sel_1b,,,,,,,,,,,,,,,,,,,■AKomako +35400 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +35600 ,,,,,2150000,,,,,,,,,,,,,,,"This should be Komako-chan. After all, the chance to undress\na half-Japanese girl's shorts might never come again." +35700 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,Excuse me... +35800 ,,,,,2150000,,,,,,,,,,,,,,,I slowly reached out and first checked the texture of the\nshorts. +35900 ,,,,,2150000,,,,,,,,,,,,,,,Komako-chan's warmth is transmitted to my palm...! +36000 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,...This is no time to be doing this. +36100 ,,,,,2150000,,,,,,,,,,,,,,,"Suppressing the urge to pat her more with my willpower, I\nreached for the button on her shorts." +36200 ,,,,,2150000,,,,,,,,,,,,,,,"This is the first hurdle... If I fumble, Komako-chan might\nwake up." +36300 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,Hmm...? It's a bit tight... +36400 ,,,,,2150000,,,,,,,,,,,,,,,"It must be a perfect fit, as pulling from both sides doesn't\ncreate much slack." +36500 ,,,,,2150000,,,,,,,,,,,,,,,"I try to push the button through the buttonhole, but perhaps\ndue to my nervousness, it doesn't go well." +36600 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,Calm down... calm down...! +36700 ,,,,,2150000,,,,,,,,,,,,,,,"My hands tremble even more from anxiety. Thinking this won't\ndo, I let go for a moment." +36800 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,Phew... +36900 ,,,,,2150000,,,,,,,,,,,,,,,I shake my hands and exhale. +37000 ,,,,,2150000,,,,,,,,,,,,,,,I didn't expect to be this nervous. The excessive stress\nmakes me feel a bit sick. +37100 ,,,,,2150000,,,,,,,,,,,,,,,But I can't stop. Because there's a beautiful girl sleeping\nright there. +37200 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,One more time... +37300 ,,,,,2150000,,,,,,,,,,,,,,,"In my mind, I imagine a scene where Komako- chan is inviting\nme." +37400 ,,,,,2150000,,,,,,,,,,,,,,,"Hurry and undress me... please... Okay, I got it, Komako-\nchan..." +37500 ,,,,,2150000,,,,,,,,,,,,,,,"With a sense of mission, my trembling hands stopped as if it\nwas a lie." +37600 ,,,,,2150000,,,,,,,,,,,,,,,The button smoothly went through the buttonhole and slipped\nout. +37700 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,"Now, let's unveil~" +37800 ,,,,,2150010,,,,,,,,,,,,,,,"As I unzip, Komako-chan's panties appear before my eyes. The\nsight is so divine that I almost shed tears and something\nelse." +37900 ,,,,,2150010,,,,,,,,,,,,,,,But I can't be satisfied here. This is the second hurdle. +38000 ,,,,,2150010,,,,,,,,,,,,,,,I pinch the hem of the shorts and gently slide them down. +38100 ,,,,,2150010,,,,,,,,,,,,,,,"This requires delicate work. If I pull too hard, Komako-chan\nwill wake up." +38200 ,,,,,2150010,,主人公,Kiyoshi,,,,,,,,,,,,...!! +38300 ,,,,,4130000,,,,,,,,,,,,,,,"After struggling for a few minutes while biting my lip,\nKomako-chan's panties are almost fully visible." +38400 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,"Ha, harasho...!" +38500 ,,,,,4130000,,,,,,,,,,,,,,,"I made a small fist pump. Along with a sense of\naccomplishment, I even feel a strange sense of omnipotence." +38600 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,"Now that I've come this far, I have to undress Chie-chan and\nTenka-chan too..." +38700 ,,,,,4130000,,,,,,,,,,,,,,,"They're all friends, so it's unfair if only Komako-chan's\npanties are exposed." +38800 ,,,,,4130000,,,,,,,,,,,,,,,I approached Chie-chan and Tenka-chan and exposed their\npanties in turn. +38900 ,$go join_1,,,,,,,,,,,,,,,,,,, +39000 ,*sel_1c,,,,,,,,,,,,,,,,,,,■BTenka +39100 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +39300 ,,,,,3140000,,,,,,,,,,,,,,,Should I go with Tenka-chan...? I'm curious about what kind\nof stylish panties the girl from the city is wearing. +39400 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,What kind of panties does a future idol prefer? +39500 ,,,,,3140000,,,,,,,,,,,,,,,There's another reason I chose Tenka-chan. Her shorts always\nhave the button undone. +39600 ,,,,,3140000,,,,,,,,,,,,,,,It's probably a fashion statement not to button them. I\nthink it's cute too. +39700 ,,,,,3140000,,,,,,,,,,,,,,,"But because the button is undone, every time I look at her\nshorts, I get aroused." +39800 ,,,,,3140000,,,,,,,,,,,,,,,I have to release all this pent-up arousal here. Surely this\nopportunity was made for that purpose. +39900 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... I'm going to open it now... +40000 ,,,,,3140000,,,,,,,,,,,,,,,I pinch the zipper and slowly apply force... huh? +40100 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,It's not moving at all? +40200 ,,,,,3140000,,,,,,,,,,,,,,,"I try pulling it firmly, but it still doesn't move. This\nzipper seems a bit stiff." +40300 ,,,,,3140000,,,,,,,,,,,,,,,"However, I can't pull too hard. It would be a problem if\nTenka-chan woke up halfway through." +40400 ,,,,,3140000,,,,,,,,,,,,,,,I pinch the waist part with one hand and give it a quick\ntug. But it doesn't move. +40500 ,,,,,3140000,,甜花,Tenka,009_CB03_t_017.wav,,,,tenka,,0,,,,,―Achoo! +40600 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,Eek!? +40700 ,,,,,3140000,,,,,,,,,,,,,,,"Startled by the sudden sneeze, my heart almost jumped out of\nmy mouth." +40800 ,,,,,3140000,,,,,,,,,,,,,,,"I quickly let go and put some distance between myself and\nTenka-chan. If she was conscious just now, how would I even\nexplain this...!" +40900 ,,,,,3140000,,甜花,Tenka,009_CB03_t_018.wav,,,,tenka,,0,,,,,Mmm... nngh... nngh... +41000 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,...Is she asleep? +41100 ,,,,,3140000,,,,,,,,,,,,,,,It seems she just sneezed. I let out a deep sigh and look\nfor the air conditioner remote. +41200 ,,,,,3140000,,,,,,,,,,,,,,,Only Tenka-chan's belly button is exposed. It must be cold\nwith the air conditioner left on... +41300 ,,,,,3140000,,,,,,,,,,,,,,,"I lower the air conditioning and approach Tenka-chan again.\nIf she's still asleep, I'll continue my work." +41400 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? It's moving... +41500 ,,,,,3140000,,,,,,,,,,,,,,,"When I pinch the zipper, it slides smoothly. Did it loosen\nfrom the sneeze?" +41600 ,,,,,3140010,,,,,,,,,,,,,,,"In any case, this is lucky. I quickly unzip it and take a\nlook at her panties." +41700 ,,,,,3140010,,主人公,Kiyoshi,,,,,,,,,,,,W-what a cute pair... +41800 ,,,,,3140010,,,,,,,,,,,,,,,"As expected of Tenka-chan. Choosing such cute panties, she's\na fashion expert." +41900 ,,,,,3140010,,,,,,,,,,,,,,,"I really want to shift the shorts to see the crack, but the\nsneeze is stuck in my mind, and I don't have the courage to\ngo that far." +42000 ,,,,,4130000,,,,,,,,,,,,,,,"I'll have to relieve this frustration with Chie-chan and\nKomako-chan... No, since they're friends, it would be unfair\nnot to let them show their panties too." +42100 ,,,,,4130000,,,,,,,,,,,,,,,"Driven by righteous indignation, I made sure the remaining\ntwo also had their panties visible equally." +42200 ,$go join_1,,,,,,,,,,,,,,,,,,, +42300 ,*sel_1d,,,,,,,,,,,,,,,,,,,■CEveryone +42400 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +42500 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +42600 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +42800 ,,,,,4130000,,,,,,,,,,,,,,,I can't choose just one... I can't do it. +42900 ,,,,,4130000,,,,,,,,,,,,,,,"Chie-chan, Komako-chan, and Tenka-chan, they're all friends.\nIt would be unfair if they weren't together." +43000 ,,,,,4130000,,,,,,,,,,,,,,,"...So, I decided to admire all three of their panties." +43100 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,Who should I start with... +43200 ,,,,,4130000,,,,,,,,,,,,,,,I check each of their outfits in order. Komako-chan and\nTenka-chan are in shorts. Chie-chan is wearing a skirt... +43400 ,,,,,1160000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll start with Chie-chan." +43500 ,,,,,1160000,,,,,,,,,,,,,,,"Suppressing my pounding heart, I approach Chie-chan. When\ndoing something for the first time, the lower the\ndifficulty, the better." +43600 ,,,,,1160000,,,,,,,,,,,,,,,"Among the three, Chie-chan is undoubtedly the easiest to see\npanties from. All I have to do is lift her skirt." +43700 ,,,,,1160000,,主人公,Kiyoshi,,,,,,,,,,,,Chie-chan's panties... Chie-chan's panties... +43800 ,,,,,1160010,,,,,,,,,,,,,,,"As I pinch the hem of her skirt, what I desired appeared\neasily before my eyes." +43900 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ah... ahhh...!!" +44000 ,,,,,1160010,,,,,,,,,,,,,,,"With her legs spread defenselessly, I can clearly see the\nmound of her pubic area and the crack of her crotch and\nbutt." +44100 ,,,,,1160010,,,,,,,,,,,,,,,I want to jerk off and shower her with love...! I want to\nexpress my utmost affection...! +44200 ,,,,,1160010,,,,,,,,,,,,,,,"Caught up in immediate lust, I put my hand in my pants and\ntouched my penis." +44300 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,"...No, wait. I can't give in..." +44400 ,,,,,1160010,,,,,,,,,,,,,,,"However, I came to my senses and shook off the lust with a\nsteely will." +44500 ,,,,,1160010,,,,,,,,,,,,,,,"So far, only Chie-chan is showing her panties. I need to get\nKomako-chan and Tenka- chan in the same situation quickly." +44700 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,"Then, next is... Tenka-chan." +44800 ,,,,,3140000,,,,,,,,,,,,,,,"The next target is Tenka-chan. Since the button on her\nshorts is undone, I should be able to easily take them off." +44900 ,,,,,3140000,,,,,,,,,,,,,,,"I pinched the waist and zipper of the shorts and slowly\npulled them down, trying not to make a sound." +45000 ,,,,,3140010,,主人公,Kiyoshi,,,,,,,,,,,,Ribbons... they're so cute... +45100 ,,,,,3140010,,,,,,,,,,,,,,,"I confirmed that Tenka-chan was wearing panties with small,\ncute ribbons that suited her perfectly." +45200 ,,,,,3140010,,主人公,Kiyoshi,,,,,,,,,,,,I-I want to see more...! +45300 ,,,,,3140010,,,,,,,,,,,,,,,Just opening the front part doesn't allow me to see\neverything. I put my hand on the hem to pull down the\nshorts. +45400 ,,,,,3140010,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? Is this... impossible? +45500 ,,,,,3140010,,,,,,,,,,,,,,,"I tried pulling, tugging, but it didn't seem like I could\nlower them at all. Shorts are indeed high difficulty." +45600 ,,,,,3140010,,,,,,,,,,,,,,,"If I shook her body any more, Tenka-chan might wake up, so I\nreluctantly gave up." +45800 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright... then, lastly, it's Komako-chan's turn." +45900 ,,,,,2150000,,,,,,,,,,,,,,,"Komako-chan... like Tenka-chan, she's wearing shorts, but\nhers are buttoned up tightly. The difficulty is at its peak." +46000 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,"But, with my current self... I can do it!" +46100 ,,,,,2150000,,,,,,,,,,,,,,,"Having succeeded with Chie-chan and Tenka- chan, I should be\nable to succeed with Komako-chan as well with this momentum." +46200 ,,,,,2150000,,,,,,,,,,,,,,,"Perhaps the confidence overflowing in my heart led to the\nresult, as the button, which I thought was a challenge, came\nundone smoothly." +46300 ,,,,,2150000,,,,,,,,,,,,,,,"I lowered the zipper... huh? It doesn't go down much... This\nway, I can't see much of the panties." +46400 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,...It can't be helped. +46500 ,,,,,2150000,,,,,,,,,,,,,,,"Even if it involves some risk, I need to shift Komako-chan's\nshorts." +46600 ,,,,,2150000,,,,,,,,,,,,,,,"Holding the waist from both sides, I slightly lifted Komako-\nchan's hips." +46700 ,,,,,2150010,,,,,,,,,,,,,,,"Whether it worked or not, unlike with Tenka- chan, the\nshorts slipped off smoothly." +46800 ,,,,,2150010,,主人公,Kiyoshi,,,,,,,,,,,,I did it... I pulled it off...! +46900 ,,,,,2150010,,,,,,,,,,,,,,,"With this, I succeeded in exposing everyone's panties. I\nfelt like a hero who had won a battle." +47000 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +47200 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,How cute they are... Is it okay to be this happy...? +47300 ,,,,,4130010,,,,,,,,,,,,,,,In front of me are three beautiful girls sleeping in my\nroom. And all of them are showing their panties. +47400 ,,,,,4130010,,,,,,,,,,,,,,,"I held up my smartphone and wandered around them, taking\npictures from various angles." +47500 ,,,,,4130010,,,,,,,,,,,,,,,Just this alone... how many days' worth... how many hundreds\nof times' worth of material will this be? Just imagining it\nmakes my dick ache. +47600 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,So cute...! So cute...! +47700 ,,,,,4130010,,,,,,,,,,,,,,,I couldn't keep my emotions bottled up anymore. Words of\npraise slipped out of my mouth on their own. +47800 ,,,,,4130010,,,,,,,,,,,,,,,May this moment last forever... +47900 ,,,,,4130010,,千恵,Chie,009_CB03_c_045.wav,,,,,,,,,,,Mmm... +48000 ,,,,,4130010,,コマコ,Komako,009_CB03_k_016.wav,,,,,,,,,,,Suu... suu... +48100 ,,,,,4130010,,甜花,Tenka,009_CB03_t_019.wav,,,,,,,,,,,"Kuu... nn, nn..." +48200 ,,,,,4130010,,,,,,,,,,,,,,,"From a little distance, I gazed at the sleeping faces of the\nangelic beautiful girls." +48300 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,...Let's call it a day for now. +48400 ,,,,,4130010,,,,,,,,,,,,,,,Girls' panties... it's not an exaggeration to say they are a\nsacred realm for men. +48500 ,,,,,4130010,,,,,,,,,,,,,,,"Today, in this short time, I was able to touch the sacred\nrealm of three girls. Any more and I might be punished." +48600 ,,,,,4130010,,,,,,,,,,,,,,,"Besides, if I don't put everything back before they wake up,\nthere might be a fuss about why their clothes are\ndisheveled." +48700 ,,,,,4130010,,,,,,,,,,,,,,,"If my bad reputation spreads here, my time with the girls\nwill decrease. I must avoid that at all costs..." +48800 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Ah... let's definitely meet again someday... +48900 ,,,,,4130000,,,,,,,,,,,,,,,"After saying goodbye to their panties, I carefully adjusted\ntheir clothes so as not to wake them." +49000 ,$event_return,,,,,,,,,,,,,,,,,,, +49100 ,,,0,41,,,,,,,,,,,,,,,, +49300 ,@010_CB04,,,,,,,,,,,,,,,,,,, +49600 ,,,7,21,,,千恵,Chie,010_CB04_c_000.wav,,,,"chie,private",,20,,,,,"―Mmm, I slept well! Good morning, Oichan!" +49700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,"Good morning, Chii-chan. Did you sleep well?" +49800 ,,,,,,,千恵,Chie,010_CB04_c_001.wav,,,,chie,,4,,,,,"Yeah! I'm full of energy now―oh, I have to work part-time!" +49900 ,,,,,,,甜花,Tenka,010_CB04_t_000.wav,,,,,,,"tenka,privateB",,9,,"Geez... Chii, you're so noisy..." +50000 ,,,,,,,コマコ,Komako,010_CB04_k_000.wav,"komako,privateB",,34,,,,tenka,,9,,Why are you making such a fuss... is something wrong? +50100 ,,,,,,,,,,komako,,34,,,,tenka,,9,,It seems everyone woke up because of the noise Chii-chan\nmade while preparing for her part-time job. +50200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"We haven't had any customers since noon, so there's no need\nto rush." +50300 ,,,,,,,千恵,Chie,010_CB04_c_002.wav,,,,chie,,9,,,,,"No, I decided to work part-time, so I have to do it\nproperly!" +50400 ,,,,,,,千恵,Chie,010_CB04_c_003.wav,,,,chie,,9,,,,,"Oichan, Chii-chan, what should I do?" +50500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,9,,,,,Let's see... how about cleaning around the store? +50600 ,,,,,,,千恵,Chie,010_CB04_c_004.wav,,,,chie,,21,,,,,Got it! I'm on it! +50700 ,,,,,,,コマコ,Komako,010_CB04_k_001.wav,komako,,3,,,,,,,,"Wait, I'm coming too." +50800 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"Komako-chan, you're not working part-time, so you can take\nit easy." +50900 ,,,,,,,コマコ,Komako,010_CB04_k_002.wav,komako,,27,,,,,,,,"I want to go, so I'm going. I'll help Chii- chan." +51000 ,,,,,,,甜花,Tenka,010_CB04_t_001.wav,komako,,27,,,,tenka,,0,,Then I'll go too! There's nothing to do here anyway... +51100 ,,,,,,,千恵,Chie,010_CB04_c_005.wav,komako,,27,chie,,1,tenka,,0,,Everyone's helping!? Thank you! +51200 ,,,,,,,甜花,Tenka,010_CB04_t_002.wav,komako,,27,chie,,1,tenka,,1,,"Since there are three of us, let's divide the roles. One for\nsweeping, one for the dustpan, and one for the trash bags." +51300 ,,,,,,,千恵,Chie,010_CB04_c_006.wav,komako,,27,chie,,20,tenka,,1,,Sounds good! How should we decide? +51400 ,,,,,,,コマコ,Komako,010_CB04_k_003.wav,komako,,0,chie,,20,tenka,,1,,Rock-paper-scissors. +51500 ,,,,,,,千恵,Chie,010_CB04_c_007.wav,,,,chie,,1,,,,,Okay! Here we go! ...Rock-paper-scissors― +51900 ,,,,,,,千恵@コマコ@甜花,Three People,010_CB04_c_008.wav@010_CB04_k_004.wav@010_CB04_t_003.wav,komako,,23,chie,,1,tenka,,1,,Pon! +52000 ,,,,,,,千恵,Chie,010_CB04_c_008a.wav,komako,,23,chie,,4,tenka,,1,,...Huh? Chii-chan lost all by herself!? +52100 ,,,,,,,甜花,Tenka,010_CB04_t_004.wav,komako,,23,chie,,4,tenka,,21,,"Too bad! Komako, which role do you want? You can choose\nfirst." +52200 ,,,,,,,コマコ,Komako,010_CB04_k_005.wav,komako,,0,chie,,4,tenka,,21,,...I'll take the dustpan. +52300 ,,,,,,,甜花,Tenka,010_CB04_t_005.wav,komako,,0,chie,,4,tenka,,0,,"I want to be in charge of the broom. ...So, Chii, you're on\ntrash bag duty." +52400 ,,,,,,,千恵,Chie,010_CB04_c_009.wav,komako,,0,chie,,25,tenka,,0,,What!? Chii-chan wanted to be on broom or dustpan duty! +52500 ,,,,,,,甜花,Tenka,010_CB04_t_006.wav,komako,,0,chie,,25,tenka,,38,,"You lost at rock-paper-scissors, so no hard feelings!" +52600 ,,,,,,,コマコ,Komako,010_CB04_k_006.wav,komako,,26,chie,,25,tenka,,38,,...Chii-chan. Should I switch with you? +52700 ,,,,,,,千恵,Chie,010_CB04_c_010.wav,komako,,26,chie,,4,tenka,,38,,Really!? +52800 ,,,,,,,甜花,Tenka,010_CB04_t_007.wav,komako,,26,chie,,4,tenka,,9,,No way! That would make the rock-paper- scissors pointless! +52900 ,,,,,,,千恵,Chie,010_CB04_c_011.wav,komako,,26,chie,,33,tenka,,9,,"Y-Yeah, you're right... Thanks, Komako-chan. Chii-chan will\ndo the trash bag duty." +53000 ,,,,,,,,,,,,,,,,,,,,"Chattering excitedly, the three of them left the store." +53100 ,,,,,,,,,,,,,,,,,,,,Being able to see such innocent interactions up close... I\ncouldn't have imagined it a little while ago. +53200 ,,,,,,,,,,,,,,,,,,,,"There aren't many customers, but it gives me more time to\nhang out with the beautiful girls, so I'm satisfied." +53300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, I guess I'll do a bit of work too..." +53400 ,,,,,,,,,,,,,,,,,,,,I stood up slowly and looked around the store. It seems like\nnot many snacks are selling today. There's nothing in\nparticular to restock. +53600 ,,,,,,,千恵,Chie,010_CB04_c_012.wav,,,,chie,,1,,,,,We're back! We cleaned up nicely! +53700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,Good job. Wasn't it hot? +53800 ,,,,,,,甜花,Tenka,010_CB04_t_008.wav,,,,,,,tenka,,12,,It's super hot! It doesn't have to get this hot! +53900 ,,,,,,,,,,,,,,,,,,,,"As for me, I welcome the heat. You can't see beautiful girls\nin light clothing during winter." +54000 ,,,,,,,千恵,Chie,010_CB04_c_013.wav,,,,chie,,0,,,,,"Hey, what's the next job?" +54100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,Well... let's take a break until a new customer comes. +54200 ,,,,,,,千恵,Chie,010_CB04_c_014.wav,,,,chie,,5,,,,,But we just took a break a little while ago? +54300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,"I told you, taking breaks is part of the job too, right?\nUntil a customer comes, you can all play together." +54400 ,,,,,,,,,,,,,,,,,,,,"Chie-chan looked a bit dissatisfied, but she was invited by\nKomako-chan and Tenka-chan to go play outside." +54500 ,,,,,,,,,,,,,,,,,,,,"From the cool interior of the store, I watched the beautiful\ngirls playing under the summer sun." +54600 ,,,,,,,,,,,,,,,,,,,,"In the end, no customers came after lunch that day." +54800 ,,,6,,,,,,,,,,,,,,,,,"The sun was still high, but when I looked at the clock, it\nwas already late." +54900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone, it's about time to go home. Chie- chan, your help\nis done. Good job." +55000 ,,,,,,,,,,,,,,,,,,,,Has it already gotten this late...? A feeling of loneliness\nfilled my chest. +55100 ,,,,,,,コマコ,Komako,010_CB04_k_007.wav,komako,,0,,,,,,,,"Chie-chan, let's go home." +55200 ,,,,,,,千恵,Chie,010_CB04_c_015.wav,,,,chie,,1,,,,,"Yeah! Thanks for today, mister!" +55300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Ah, Chie-chan, wait a moment. There's still some cleaning up\nto do." +55400 ,,,,,,,コマコ,Komako,010_CB04_k_008.wav,komako,,20,,,,,,,,We'll help too. That way it'll be done faster. +55500 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,,,,,"I really appreciate the thought, but that's not allowed. You\nneed to get home before it gets dark, or your family will\nworry." +55600 ,,,,,,,,,,komako,,29,,,,,,,,"Komako-chan looked dissatisfied. Since she offered to help,\nmaybe I shouldn't refuse too much?" +55700 ,,,,,,,主人公,Kiyoshi,,komako,,29,,,,,,,,"Besides, it's Chie-chan's first job today. I want her to do\nas much as she can on her own." +55800 ,,,,,,,コマコ,Komako,010_CB04_k_009.wav,komako,,9,,,,,,,,...If that's the case. +55900 ,,,,,,,,,,komako,,9,,,,,,,,She nodded reluctantly. +56000 ,,,,,,,甜花,Tenka,010_CB04_t_009.wav,komako,,9,,,,tenka,,0,,"Komako, let's go home. Chii is working part- time, so don't\npush her too much." +56100 ,,,,,,,コマコ,Komako,010_CB04_k_010.wav,komako,,34,,,,tenka,,0,,Yeah... I understand. +56300 ,,,,111,,,甜花,Tenka,010_CB04_t_010.wav,komako,,34,,,,tenka,,20,,"Chii, mister, see you tomorrow." +56400 ,,,,,,,千恵,Chie,010_CB04_c_016.wav,,,,chie,,1,,,,,Bye-bye! +56500 ,,,,,,,コマコ,Komako,010_CB04_k_011.wav,komako,,20,,,,,,,,...Bye-bye. +56600 ,,,,,,,,,,,,,,,,,,,,Chie-chan and I waved until Komako-chan and Tenka-chan were\nout of sight. +56800 ,,,2,21,,,主人公,Kiyoshi,,,,,,,,,,,,"...Well then, I should give you today's part-time pay." +56900 ,,,,,,,千恵,Chie,010_CB04_c_017.wav,,,,chie,,1,,,,,Part-time pay!? Yay! +57000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,Can you hold out your hands like a bowl and close your eyes? +57100 ,,,,,,,千恵,Chie,010_CB04_c_018.wav,,,,chie,,20,,,,,Got it! +57200 ,,,,,,,,,,,,,"chieL,private",,38,,,,,"She closed her eyes eagerly, unable to contain her\nexcitement, fidgeting restlessly." +57300 ,,,,,,,,,,,,,chieL,,38,,,,,It would be perfect if I could just kiss her like this... +57400 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,38,,,,,Be careful not to drop it. +57500 ,,,,,,,,,,,,,chieL,,38,,,,,"I handed a few coins to Chie-chan. She kept her eyes tightly\nshut, rolling the coins in her palms." +57600 ,,,,,,,千恵,Chie,010_CB04_c_019.wav,,,,chieL,,34,,,,,"Uncle, is it ready yet? Can I open my eyes now?" +57700 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,34,,,,,It's okay now. Go ahead and check. +57800 ,,,,,,,千恵,Chie,010_CB04_c_020.wav,,,,chie,,14,,,,,Yay! ...Huh? +57900 ,,,,,,,,,,,,,chie,,14,,,,,"As soon as she checked the amount, Chie-chan tilted her\nhead. She recounted the coins, one, two... and tilted her\nhead again." +58000 ,,,,,,,千恵,Chie,010_CB04_c_021.wav,,,,chie,,5,,,,,"...Uncle, you're not tricking Chie-chan, are you?" +58100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,"That's harsh, I'm not tricking you." +58200 ,,,,,,,千恵,Chie,010_CB04_c_022.wav,,,,chie,,14,,,,,"But, but...! I worked so hard, and it's only 20 yen!?" +58300 ,,,,,,,,,,,,,chie,,14,,,,,"Clutching the two 10-yen coins, Chie-chan protested. She\nmust have expected to receive more." +58400 ,,,,,,,千恵,Chie,010_CB04_c_023.wav,,,,chie,,34,,,,,20 yen... I can only buy two pieces of gum! +58500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,34,,,,,"You see, Chie-chan, I'm not trying to trick you or be mean." +58600 ,,,,,,,千恵,Chie,010_CB04_c_024.wav,,,,chie,,14,,,,,But... +58700 ,,,,,,,,,,,,,chie,,14,,,,,Hmm... It might be difficult to explain this indirectly. +58800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,14,,,,,"...This might be a bit complicated, but will you listen?" +58900 ,,,,,,,千恵,Chie,010_CB04_c_025.wav,,,,chie,,25,,,,,Okay... what is it? +59000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,Running a candy shop is actually a really tough job. +59100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"For the 10-yen candy you love, how much do you think I earn\nwhen I sell one?" +59200 ,,,,,,,千恵,Chie,010_CB04_c_026.wav,,,,chie,,5,,,,,Um... about 8 yen? +59300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,"I don't earn that much. For a 10-yen candy, I only make 1\nyen." +59400 ,,,,,,,千恵,Chie,010_CB04_c_027.wav,,,,chie,,29,,,,,"...1 yen? Uncle, are you really not lying?" +59500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,29,,,,,I'm not lying. If you ask how much I earned today... it's\nabout 100 yen. +59600 ,,,,,,,千恵,Chie,010_CB04_c_028.wav,,,,chie,,4,,,,,What? That's all!? +59700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,"You understand that 100 yen is really cheap, right?" +59800 ,,,,,,,千恵,Chie,010_CB04_c_029.wav,,,,chie,,14,,,,,"Yeah... if I buy candy, it'll be gone right away..." +59900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,14,,,,,"I also need to eat, so even if you work hard, your pay ends\nup being around that much." +60000 ,,,,,,,千恵,Chie,010_CB04_c_030.wav,,,,chie,,25,,,,,I see... I didn't know at all... +60100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"Yes. That's why, when there's shoplifting, it really\ntroubles me." +60200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"To make up for what Chie-chan shoplifted, I'd have to sell\nat least 3,000 yen worth of candy." +60400 ,,,,,,,千恵,Chie,010_CB04_c_031.wav,,,,chie,,28,,,,,Ugh... I'm sorry... +60500 ,,,,,,,千恵,Chie,010_CB04_c_032.wav,,,,chie,,5,,,,,I see... running a candy store is tough. Chii-chan will\nsettle for 20 yen... +60600 ,,,,,,,,,,,,,chie,,5,,,,,It seems she understood. Chii-chan is so honest and cute. +60700 ,,,,,,,,,,,,,chie,,5,,,,,But... +60800 ,,,,,,,千恵,Chie,010_CB04_c_033.wav,,,,chie,,3,,,,,... +60900 ,,,,,,,,,,,,,chie,,3,,,,,Chii-chan looked at her part-time pay and then looked up at\nme. +61000 ,,,,,,,,,,,,,chie,,3,,,,,She seems to be thinking about something. Her gaze is going\nback and forth between her pay and me. +61100 ,,,,,,,千恵,Chie,010_CB04_c_034.wav,,,,chie,,25,,,,,"...Uncle, can I buy some candy?" +61200 ,,,,,,,,,,,,,chie,,25,,,,,"Even so, she can't resist the temptation of candy." +61300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"You can buy it. That part-time pay is yours, Chii-chan." +61400 ,,,,,,,千恵,Chie,010_CB04_c_035.wav,,,,chie,,1,,,,,Yay! What should I buy~? +61500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,Make sure to think carefully before you spend it. +61600 ,,,,,,,,,,,,,chie,,1,,,,,Her part-time pay is 20 yen... I hope she'll use at least 10\nyen to compensate. +61700 ,,,,,,,千恵,Chie,010_CB04_c_036.wav,,,,chie,,21,,,,,"Then, then... this! I'll get this!" +61800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,This is... +61900 ,,,,,,,,,,,,,chie,,21,,,,,She shows me two 10-yen ramen snacks that have prize\ntickets. +62000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,"...Your part-time pay will be all gone, you know?" +62100 ,,,,,,,千恵,Chie,010_CB04_c_037.wav,,,,chie,,25,,,,,"But, I want to eat that..." +62200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"Chii-chan, why are you working part-time again?" +62300 ,,,,,,,千恵,Chie,010_CB04_c_038.wav,,,,chie,,34,,,,,"T-To pay you back, Uncle..." +62400 ,,,,,,,千恵,Chie,010_CB04_c_039.wav,,,,chie,,14,,,,,"...Then, I'll get this!" +62500 ,,,,,,,,,,,,,chie,,14,,,,,The ramen snack was exchanged for a 5-yen chocolate. +62600 ,,,,,,,,,,,,,chie,,14,,,,,"Well, it can't be helped. Spending summer vacation without\nany allowance is tough." +62700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,14,,,,,"Alright. So, 15 yen. I'll deduct the remaining 5 yen from\nChii-chan's debt, okay?" +62800 ,,,,,,,千恵,Chie,010_CB04_c_040.wav,,,,chie,,21,,,,,"Yeah, Uncle! ...Mmm, delicious!!" +62900 ,,,,,,,,,,,,,chie,,21,,,,,"As soon as she received the candy from me, Chii-chan tore\nopen the 5-yen chocolate bag." +63000 ,,,,,,,,,,,,,chie,,21,,,,,Watching Chii-chan happily munch on the candy made me not\ncare about the compensation anymore. +63100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,"Alright, I'm going to close the shop soon. Chii-chan, get\nready to go home. It'll get dark if you don't hurry." +63200 ,,,,,,,千恵,Chie,010_CB04_c_041.wav,,,,chie,,4,,,,,"Okay, got it! Wow, I won 10 yen!" +63300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,Why don't you save that for tomorrow? +63400 ,,,,,,,千恵,Chie,010_CB04_c_042.wav,,,,chie,,1,,,,,"Yeah, I'll do that!" +63500 ,,,,,,,,,,,,,chie,,1,,,,,"She replied while hopping around, staring at the 10-yen mark\nunder the lid." +63600 ,,,,,,,,,,,,,chie,,1,,,,,"And so, the day's work ended. Her first part- time job...\nI'm really glad it ended without any major trouble." +63800 ,,,,12,,,千恵,Chie,010_CB04_c_043.wav,,,,chie,,0,,,,,"See you tomorrow, Uncle!" +63900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,Be careful on your way home. +64100 ,,,,33,,,,,,,,,,,,,,,,I saw Chii-chan off and locked up the shop for the last\ntime. +64200 ,,,,,,,,,,,,,,,,,,,,"After confirming all the locks were secure and no one was\naround, I took out my smartphone from my pocket." +64300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well... finally, this time has come..." +64400 ,,,,,,,,,,,,,,,,,,,,"The panty pictures of Chii-chan, Komako-chan, and Tenka-chan\ntaken at noon..." +64500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I wonder what time I'll get to sleep tonight. +64600 ,,,,,,,,,,,,,,,,,,,,"Grasping my fully swollen member, I began self-stimulation." +64700 ,,,,,,,,,,,,,,,,,,,,"In the end, that day, no matter how many times I ejaculated,\nmy penis remained rock hard." +64800 ,,,0,9000,,,,,,,,,,,,,,,, +65000 ,@011_CB05,,,,,,,,,,,,,,,,,,, +65200 ,,,,,,,,,,,,,,,,,,,, +65300 ,,,5,11,,,主人公,Kiyoshi,,,,,,,,,,,,It's so hot...!! +65400 ,,,,,,,,,,,,,,,,,,,,The scorching sunlight made me voice that out. +65500 ,,,,,,,,,,,,,,,,,,,,"This area has a lot of greenery and a river, so compared to\nthe city full of buildings, the scenery is cooler, but it's\nstill summer." +65600 ,,,,,,,,,,,,,,,,,,,,"With this temperature, the shop has the entrance tightly\nclosed and the air conditioner on." +65700 ,,,,,,,,,,,,,,,,,,,,"I remember when I was a kid, candy shops didn't really close\ntheir doors... I wonder if the products were okay back then." +65800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"But in this state, it's hard to tell if we're open or not." +65900 ,,,,,,,,,,,,,,,,,,,,The strong sunlight makes the inside of the shop look dark. +66000 ,,"",,,,,,,,,,,,,,,,,,"Well, there were quite a few days when there were no\ncustomers even when we were open." +66100 ,,,,,,,千恵,Chie,011_CB05_c_000.wav,,,,,,,,,,,Uncle! +66200 ,,,,,,,,,,,,,,,,,,,,Oh? I heard a lively voice. +66300 ,,,,,,,,,,,,,,,,,,,,"When I turned around, I saw Chii-chan, Komako-chan, and\nTenka-chan coming this way." +66400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Welcome! +66500 ,,,,,,,,,,,,,,,,,,,,"I couldn't help but sound cheerful. Ever since Chii-chan\nstarted coming to the shop, it feels like we've had a few\nmore customers." +66600 ,,,,,,,,,,,,,,,,,,,,Today seems like it's going to be a fun day too. +66700 ,,,,,,,千恵,Chie,011_CB05_c_001.wav,,,,"chie,privateC",,1,,,,,Uncle! Hello! +66800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Chii-chan, you're full of energy today too." +66900 ,,,,,,,甜花,Tenka,011_CB05_t_000.wav,,,,,,,"tenka,private",,12,,"I think Chii is just needlessly energetic by herself... Ah,\nit's hot." +67000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,"Haha, good work. It's cool inside." +67200 ,,,,21,,,甜花,Tenka,011_CB05_t_001.wav,,,,,,,tenka,,18,,"I'll cool off for now... Ah, it's cool..." +67300 ,,,,,,,コマコ,Komako,011_CB05_k_000.wav,"komako,privateC",,21,,,,,,,,It's so cool. +67400 ,,,,,,,,,,,,,,,,,,,,"Just by opening the door, a refreshing breeze flows out from\ninside. Tenka-chan and Komako- chan stand there, looking\nrelaxed and enjoying the cool air." +67500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"By the way, it seems like everyone has some luggage today?" +67600 ,,,,,,,コマコ,Komako,011_CB05_k_001.wav,komako,,0,,,,,,,,"Yeah, I brought a bento." +67700 ,,,,,,,,,,komako,,0,,,,,,,,"Komako-chan, who was enjoying the breeze, turned around and\nshowed the wrapped package in her hand." +67800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Did you really get someone to make you a bento? +68300 ,,,,,,,コマコ,Komako,011_CB05_k_002.wav,komako,,21,,,,,,,,I wanted to eat with Chii-chan too. +68400 ,,,,,,,甜花,Tenka,011_CB05_t_002.wav,,,,,,,tenka,,32,,"As for me, Chii insisted, so it's like I'm just tagging\nalong..." +68500 ,,,,,,,,,,,,,,,,tenka,,32,,Tenka-chan isn't very honest. But it seems like the two of\nthem are getting along quite well. That's a good thing. +68600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,32,,"Then everyone, let's eat together with your uncle." +68900 ,,,,,,,千恵,Chie,011_CB05_c_003.wav,,,,chie,,0,,,,,Okay! +69000 ,,,,,,,,,,,,,chie,,0,,,,,Hearing Chii-chan's energetic response made me so happy I\nalmost started dancing. +69100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,I'm really happy. It's more fun to eat with everyone than to\neat alone. +69200 ,,,,,,,,,,,,,chie,,0,,,,,That's my honest feeling. Having lunch with cute girls is\nlike a dream. +69300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"Well then, shall we have lunch? It's about lunchtime.\nEveryone, come on up." +69400 ,,,,,,,千恵,Chie,011_CB05_c_004.wav,,,,chie,,1,,,,,Okay! +69500 ,,,,,,,甜花,Tenka,011_CB05_t_003.wav,,,,,,,tenka,,1,,"Well, excuse us." +69600 ,,,,,,,コマコ,Komako,011_CB05_k_003.wav,komako,,0,,,,,,,,Excuse us. +69800 ,,,,31,,,,,,,,,,,,,,,,"When I put up the 'On Break' sign at the shop front and came\nback, the three of them had already spread out their bentos." +69900 ,,,,,,,千恵,Chie,011_CB05_c_005.wav,,,,chie,,23,,,,,"Oh, Komako-chan's croquettes look delicious." +70000 ,,,,,,,コマコ,Komako,011_CB05_k_004.wav,komako,,24,chie,,23,,,,,...W-Want to try one? +70100 ,,,,,,,千恵,Chie,011_CB05_c_006.wav,komako,,24,chie,,4,,,,,Really!? +70200 ,,,,,,,甜花,Tenka,011_CB05_t_004.wav,,,,,,,tenka,,3,,"If you're taking one, you should trade something for it." +70300 ,,,,,,,千恵,Chie,011_CB05_c_007.wav,,,,chie,,0,,,,,"That's right, as expected of Tenka-chan! Komako-chan, you\ncan take whatever you like." +70400 ,,,,,,,コマコ,Komako,011_CB05_k_005.wav,komako,,22,chie,,0,,,,,...Then I'll take this meatball. +70500 ,,,,,,,千恵,Chie,011_CB05_c_008.wav,komako,,22,chie,,21,,,,,"Ah, that's the one Chii-chan was eating, you know? This one\nis bigger." +70600 ,,,,,,,コマコ,Komako,011_CB05_k_006.wav,komako,,13,chie,,21,,,,,"............Then, I'll take the bigger one." +70700 ,,,,,,,,,,,,,,,,,,,,"Wanting to join in with the girls who were happily eating\ntheir delicious-looking bentos, I spoke up." +70800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Uncle has somen for lunch, but would you all like some too?" +70900 ,,,,,,,千恵,Chie,011_CB05_c_009.wav,,,,chie,,1,,,,,I want some! +71000 ,,,,,,,コマコ,Komako,011_CB05_k_007.wav,komako,,0,,,,,,,,Yeah. +71100 ,,,,,,,甜花,Tenka,011_CB05_t_005.wav,,,,,,,tenka,,3,,But won't you get too full with the bento as well? +71200 ,,,,,,,千恵,Chie,011_CB05_c_010.wav,,,,chie,,0,tenka,,3,,Then let's trade with Uncle too. We'll exchange somen for\nbento. +71300 ,,,,,,,,,,,,,,,,,,,,Chii-chan placed a meatball on the lid of her bento box and\noffered it to me. +71400 ,,,,,,,,,,,,,,,,,,,,Komako-chan and Tenka-chan also placed some of their side\ndishes from their bento boxes for me. +71500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Uncle is so happy... +71700 ,,,,,,,,,,,,,,,,,,,,"And just like that, lunchtime was over in no time." +71800 ,,,,,,,コマコ,Komako,011_CB05_k_008.wav,komako,,20,,,,,,,,Thank you for the meal. +71900 ,,,,,,,甜花,Tenka,011_CB05_t_006.wav,komako,,20,,,,tenka,,14,,"Phew, I might have eaten too much..." +72000 ,,,,,,,千恵,Chie,011_CB05_c_011.wav,komako,,20,chie,,1,tenka,,14,,Eating with everyone is so much fun! +72100 ,,,,,,,コマコ,Komako,011_CB05_k_009.wav,komako,,21,chie,,1,tenka,,14,,"Yeah, it's fun." +72200 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,1,tenka,,14,,"I'm happy too, since I usually eat alone." +72300 ,,,,,,,甜花,Tenka,011_CB05_t_007.wav,komako,,21,chie,,1,tenka,,37,,"If we keep this energy up, we'll definitely get tired\nhalfway through." +72400 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,1,tenka,,37,,"Haha, that might be true." +72500 ,,,,,,,千恵,Chie,011_CB05_c_012.wav,komako,,21,chie,,21,tenka,,37,,It's summer vacation after all! I want to do all sorts of\nthings! +72600 ,,,,,,,,,,,,,,,,,,,,"Chii-chan is as energetic as ever, not losing to the intense\nsunlight. Yeah, yeah, I want to do all sorts of things too." +72700 ,,,,,,,,,,,,,,,,,,,,Things like this and that... +72800 ,,,,,,,,,,,,,,,,,,,,"Of course, the girls couldn't hear the voice in my heart,\nand the three of them continued chatting happily." +72900 ,,,,,,,千恵,Chie,011_CB05_c_013.wav,,,,chie,,1,,,,,"Hey, hey, what should we do after a little break?" +73000 ,,,,,,,甜花,Tenka,011_CB05_t_008.wav,,,,chie,,1,tenka,,37,,"Chii, you should work." +73100 ,,,,,,,千恵,Chie,011_CB05_c_014.wav,,,,chie,,34,tenka,,37,,Okay. +73200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,34,tenka,,37,,That's sharp! +73300 ,,,,,,,,,,,,,chie,,34,tenka,,37,,Tenka-chan is quite strict. +73400 ,,,,,,,甜花,Tenka,011_CB05_t_009.wav,,,,chie,,34,tenka,,32,,"Because Chii keeps complaining that working at the shop\nseems fun but it's lonely without us, so I'm reluctantly\naccompanying her." +73500 ,,,,,,,千恵,Chie,011_CB05_c_015.wav,,,,chie,,34,tenka,,32,,Aww... +73600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,34,tenka,,32,,"With a guardian, huh?" +73700 ,,,,,,,コマコ,Komako,011_CB05_k_010.wav,komako,,20,chie,,34,,,,,"I want to play with Chii-chan, so it's fine with me." +73800 ,,,,,,,千恵,Chie,011_CB05_c_016.wav,komako,,20,chie,,1,,,,,Komako-chan! +73900 ,,,,,,,,,,komako,,20,chie,,1,,,,,Chii-chan hugged Komako-chan tightly. +74000 ,,,,,,,甜花,Tenka,011_CB05_t_010.wav,,,,,,,tenka,,12,,Just watching makes me feel hot... +74100 ,,,,,,,千恵,Chie,011_CB05_c_017.wav,,,,chie,,0,,,,,"Alright! Time to work, time to work!" +74200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"I know you're all fired up, but I wonder if any customers\nwill come today." +74300 ,,,,,,,千恵,Chie,011_CB05_c_018.wav,,,,chie,,25,,,,,"I hope customers come. Otherwise, my paycheck..." +74400 ,,,,,,,,,,,,,,,,,,,,"Hmm, if they don't come, we can't just go without pay, so\nthat's something we need to think about..." +74500 ,,,,,,,,,,,,,,,,,,,,"But the amount Chii-chan shoplifted wasn't that much, and if\nwe keep giving a little every day, the compensation will be\nover soon..." +74600 ,,,,,,,,,,,,,,,,,,,,Hmm... +74800 ,,,6,21,,,,,,,,,,,,,,,,"While thinking about such things, the sun slowly began to\nset. It's still bright because of the season, but according\nto the clock, it's already evening." +74900 ,,,,,,,,,,,,,,,,,,,,"I want to keep these three cute girls here forever, but I\ncan't. I can't let strange rumors start either." +75000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Let's wrap up today's help. Chii-chan, good job. Komako-chan\nand Tenka-chan, it's time to head home." +75100 ,,,,,,,,,,,,,,,,,,,,I have to tell myself they'll come again tomorrow and say\nsomething like a proper adult. +75200 ,,,,,,,コマコ,Komako,011_CB05_k_011.wav,komako,,0,,,,,,,,"Ah, okay." +75300 ,,,,,,,甜花,Tenka,011_CB05_t_011.wav,,,,,,,tenka,,20,,There were very few customers. Sorry we didn't buy anything. +75400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,20,,"Don't worry about it, Tenka-chan. If you spend your\nallowance every day, it'll be gone in no time." +75500 ,,,,,,,甜花,Tenka,011_CB05_t_012.wav,,,,,,,tenka,,12,,"Yeah. But being in the store makes me want to spend, so it's\ntempting." +75600 ,,,,,,,千恵,Chie,011_CB05_c_019.wav,,,,chie,,21,tenka,,12,,"Go ahead and spend, go ahead and spend, that'll become Chii-\nchan's paycheck!" +75700 ,,,,,,,甜花,Tenka,011_CB05_t_013.wav,,,,chie,,21,tenka,,10,,What?! +75800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,tenka,,10,,Chii-chan is quite the strategist... +75900 ,,,,,,,甜花,Tenka,011_CB05_t_014.wav,,,,chie,,21,tenka,,30,,"I can't say I won't shop in front of the old man, but the\nfact that it becomes Chii's allowance doesn't sit right with\nme..." +76000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,tenka,,30,,"Haha, well, don't worry too much about it." +76100 ,,,,,,,コマコ,Komako,011_CB05_k_012.wav,komako,,0,,,,,,,,"Then Chii-chan, let's go home?" +76200 ,,,,,,,千恵,Chie,011_CB05_c_020.wav,komako,,0,chie,,20,,,,,"Ah, Chii-chan will stay a little longer with the old man." +76300 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,20,,,,,Eh? Really? +76400 ,,,,,,,コマコ,Komako,011_CB05_k_013.wav,komako,,23,chie,,20,,,,,"Eh, w-why?" +76500 ,,,,,,,甜花,Tenka,011_CB05_t_015.wav,komako,,23,chie,,20,tenka,,3,,Even the old man seems surprised. +76600 ,,,,,,,千恵,Chie,011_CB05_c_021.wav,komako,,23,chie,,0,tenka,,3,,Mom's not coming home yet today... so I'll stay with the old\nman until then. +76700 ,,,,,,,,,,,,,chie,,0,,,,,"Ah, I see. It was sudden, so I was surprised, but well, if\nit means spending more time with Chii-chan, then it's all\ngood." +76800 ,,,,,,,,,,,,,chie,,0,,,,,It would be nice if the two of them could stay too... but\nthat's a bit impossible. It's probably getting darker\noutside by now. +76900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,Komako-chan and Tenka-chan should probably head home. Your\nfamilies might worry. +77000 ,,,,,,,甜花,Tenka,011_CB05_t_016.wav,,,,,,,tenka,,20,,"...Yeah, you're right. Let's head home together, Komako." +77100 ,,,,,,,コマコ,Komako,011_CB05_k_014.wav,komako,,14,,,,tenka,,20,,......Hmm. +77200 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,tenka,,20,,"I'll make sure Chii-chan gets home safely, so don't worry,\nKomako-chan." +77300 ,,,,,,,千恵,Chie,011_CB05_c_022.wav,,,,chie,,1,,,,,"Yeah, it's fine. I'll visit your place again tomorrow,\nKomako." +77400 ,,,,,,,コマコ,Komako,011_CB05_k_015.wav,komako,,34,chie,,1,,,,,"...Okay, got it." +77500 ,,,,,,,,,,komako,,34,chie,,1,,,,,"Finally convinced, Komako-chan nodded and left the store\nwith Tenka-chan." +77700 ,,,,11,,,千恵,Chie,011_CB05_c_023.wav,komako,,20,chie,,21,,,,,See you!! +77800 ,,,,,,,コマコ,Komako,011_CB05_k_016.wav,komako,,20,chie,,21,,,,,See you tomorrow!! +77900 ,,,,,,,,,,,,,,,,,,,,"Hmm... once the two of them leave, it suddenly gets a lot\nquieter..." +78100 ,,,2,21,,,千恵,Chie,011_CB05_c_024.wav,,,,chie,,0,,,,,It's just the two of us now. +78200 ,,,,,,,,,,,,,chie,,0,,,,,"...Well, that's nice too, hehe." +78300 ,,,,,,,,,,,,,chie,,0,,,,,"Yeah, come to think of it, it's just me and Chii-chan. Being\nsurrounded by three beautiful girls is heaven, but being\none-on- one like this is really nice too." +78400 ,,,,,,,千恵,Chie,011_CB05_c_025.wav,,,,chie,,26,,,,,"So, you know... Uncle, um..." +78500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,26,,,,,Y-yeah? +78600 ,,,,,,,,,,,,,chie,,26,,,,,What's this atmosphere? Is this something I should be\nexcited about!? +78700 ,,,,,,,千恵,Chie,011_CB05_c_026.wav,,,,"chieL,privateC",,1,,,,,Can I have today's pay for my part-time job! +78800 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,1,,,,,Gah!! +78900 ,,,,,,,,,,,,,chieL,,1,,,,,I said it out loud! My feelings just slipped out!! +79000 ,,,,,,,,,,,,,chieL,,1,,,,,"So that's why she wanted to be alone with me... Well, I\nguess it's hard to ask for money in front of Komako-chan and\nTenka-chan." +79100 ,,,,,,,,,,,,,chieL,,1,,,,,"Sigh... Well, let's get that out of the way first. But\ntoday... we didn't have many customers today either." +79200 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,1,,,,,"We didn't have many customers today, so it's about this\nmuch. ...20 yen. Is that okay?" +79300 ,,,,,,,千恵,Chie,011_CB05_c_027.wav,,,,chie,,21,,,,,"Yeah! Then, um, can I buy this candy?" +79400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,You're going to spend it already! +79500 ,,,,,,,,,,,,,chie,,21,,,,,"At this rate, the repayment will never end..." +79600 ,,,,,,,,,,,,,chie,,21,,,,,"But then again, maybe that's okay. It means Chii-chan will\nkeep coming to the store." +79700 ,,,,,,,千恵,Chie,011_CB05_c_028.wav,,,,chie,,1,,,,,Yay! Then I'll dig in! +79800 ,,,,,,,,,,,,,chie,,1,,,,,She's quick. Chii-chan really loves candy. +79900 ,,,,,,,,,,,,,chie,,1,,,,,"Phew, it was hot today too. I was outside quite a bit, and I\nworked up a decent sweat." +80000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Alright, Chii-chan, I'll go run the bath." +80100 ,,,,,,,千恵,Chie,011_CB05_c_029.wav,,,,chie,,23,,,,,"Uncle, are you taking a bath? Chii-chan wants to join too." +80200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,"What? Did you work up a sweat too, Chii- chan? Wait, what!?" +80300 ,,,,,,,,,,,,,chie,,23,,,,,What did Chii-chan just say? +80400 ,,,,,,,,,,,,,chie,,23,,,,,You want to join? Where? In the bath!? +80500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,"Ch-Chii-chan, you want to take a bath with your uncle?" +80600 ,,,,,,,千恵,Chie,011_CB05_c_030.wav,,,,chie,,0,,,,,"Yeah, is that bad? I'm all sticky from sweat, and I want to\ntake a bath too..." +80700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,O-o-o-of course it's fine! You have to get clean or you'll\nfeel gross! +80800 ,,,,,,,,,,,,,chie,,0,,,,,I'm so shocked I can't even speak properly! But I can't let\nthis chance slip by!! +80900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"I-I-I'll go heat it up right away, wait for me, Chii-chan!" +81000 ,,,,,,,,,,,,,,,,,,,,I dashed to the bathroom. +81200 ,,,13,,1100000,,,,,,,,,,,,,,, +81300 ,*mem,,,,1100000,,,,,,,,,,,,,,, +81400 ,,,13,,1100000,,千恵,Chie,011_CB05_c_031.wav,,,,chie,,0,,,,,"Bath time, bath time!" +81500 ,,,,,1100000,,主人公,Kiyoshi,,,,,,,,,,,,P-put your clothes in that basket over there. +81600 ,,,,,1100000,,千恵,Chie,011_CB05_c_032.wav,,,,chie,,0,,,,,"Okay, got it!" +81700 ,,,,,1100000,,,,,,,,,,,,,,,"I said that intending to hurry her up, but before I knew it,\nChii-chan had already taken off her pants and panties\ntogether!" +81800 ,,,,,1100000,,,,,,,,,,,,,,,Whoa...!! I can see between her legs without even trying...\ngulp!! +81900 ,,,,,1100000,,,,,,,,,,,,,,,"I feel like kneeling down and worshipping. Thank you, thank\nyou..." +82000 ,,,,,1100000,,千恵,Chie,011_CB05_c_033.wav,,,,chie,,0,,,,,"Uncle, you have to take off your clothes too, or you can't\nget in the bath!" +82100 ,,,,,1100000,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... I have to take off my clothes... +82200 ,,,,,1100000,,,,,,,,,,,,,,,"Is it okay to take off my clothes in this state? I feel like\nmy lower half is reacting a lot. W-well, for now, I'll just\ntake off my top." +82300 ,,,,,1100000,,主人公,Kiyoshi,,,,,,,,,,,,"It was hot today too, huh?" +82400 ,,,,,1100000,,千恵,Chie,011_CB05_c_034.wav,,,,chie,,0,,,,,"Yeah, I might have gotten tanned again." +82500 ,,,,,1100000,,主人公,Kiyoshi,,,,,,,,,,,,"Since you're a girl, do you worry about getting tanned?" +82600 ,,,,,1100000,,,,,,,,,,,,,,,"Of course, from my perspective, a healthy tan is very\nwelcome." +82700 ,,,,,1100000,,,,,,,,,,,,,,,"Especially if you can enjoy the contrast with the parts\nhidden by clothes, there's nothing more wonderful than that,\nI can assure you." +82900 ,,,,,1100010,,千恵,Chie,011_CB05_c_035.wav,,,,chie,,0,,,,,"Uncle, you have to fold them more neatly!" +83000 ,,,,,1100010,,主人公,Kiyoshi,,,,,,,,,,,,"Huh, what?" +83100 ,,,,,1100010,,,,,,,,,,,,,,,"When I looked in the basket, Chii-chan's pants and panties\nwere neatly folded. Even though she was so rough when she\ntook them off all at once..." +83200 ,,,,,1100010,,,,,,,,,,,,,,,"In contrast, my clothes looked more like they were just\nrolled up rather than folded." +83300 ,,,,,1100010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, you're good at folding. Did your mom teach you?" +83400 ,,,,,1100010,,千恵,Chie,011_CB05_c_036.wav,,,,chie,,0,,,,,"Yeah, that's part of it, but if I leave them messy, it makes\nthings hard for mom. Sometimes she's tired from work too." +83500 ,,,,,1100010,,主人公,Kiyoshi,,,,,,,,,,,,I-I see... +83600 ,,,,,1100010,,,,,,,,,,,,,,,"Chii-chan is really responsible. I don't fully understand\nthe difficulty, but it's a single-parent household." +83700 ,,,,,1100010,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, I should do it properly... Ah, ah, huh? I\ncan't fold them as neatly as Chii- chan." +83800 ,,,,,1100010,,,,,,,,,,,,,,,I usually just roll up my clothes and toss them into the\nwashing machine... This is a bit embarrassing as an uncle. +84000 ,,,,,1100020,,千恵,Chie,011_CB05_c_037.wav,,,,chie,,0,,,,,"Oh well, watch how Chii-chan does it, okay?" +84100 ,,,,,1100020,,主人公,Kiyoshi,,,,,,,,,,,,"Eh? Uh, yeah... wait." +84200 ,,,,,1100020,,,,,,,,,,,,,,,"Chii-chan quickly took off her top too... in other words,\nshe's completely naked!" +84300 ,,,,,1100020,,千恵,Chie,011_CB05_c_038.wav,,,,chie,,0,,,,,"So, you do it like this and like this to fold them." +84400 ,,,,,1100020,,主人公,Kiyoshi,,,,,,,,,,,,"Eh? Eh? S-sorry, I wasn't watching closely." +84500 ,,,,,1100020,,,,,,,,,,,,,,,"To be precise, I was staring at Chii-chan's body." +84700 ,,,,,1100030,,千恵,Chie,011_CB05_c_039.wav,,,,chie,,0,,,,,"Uncle, are you pretty clumsy?" +84800 ,,,,,1100030,,主人公,Kiyoshi,,,,,,,,,,,,"N-no, that's not true." +84900 ,,,,,1100030,,千恵,Chie,011_CB05_c_040.wav,,,,chie,,0,,,,,"Ehehe, Chii-chan is better at it!" +85000 ,,,,,1100030,,,,,,,,,,,,,,,"Hmm, I have to admit it. I didn't expect Chii-chan to be so\nresponsible in this way." +85100 ,,,,,1100030,,,,,,,,,,,,,,,"Thanks to that, even though Chii-chan is naked right in\nfront of me and it's dazzling, I feel kind of strange." +85200 ,,,,,1100030,,千恵,Chie,011_CB05_c_041.wav,,,,chie,,0,,,,,"Chii-chan took off her clothes! Uncle, hurry up and let's\nget in the bath!" +85300 ,,,,,1100030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ah, yeah, right." +85400 ,,,,,1100030,,,,,,,,,,,,,,,I follow Chii-chan as she happily opens the bathroom door. +85600 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, it's a bit cramped, isn't it, our bathroom?" +85700 ,,,,,1101000,,千恵,Chie,011_CB05_c_042.wav,,,,chie,,0,,,,,"Not at all, it's probably bigger than Chii- chan's place!" +85800 ,,,,,1101000,,,,,,,,,,,,,,,"When we soak in the bath together like this, I can really\nsee how small Chii-chan's body is. She fits perfectly in\nfront of me with my legs spread." +85900 ,,,,,1101000,,,,,,,,,,,,,,,"Otherwise, we probably wouldn't be able to fit in together." +86000 ,,,,,1101000,,千恵,Chie,011_CB05_c_043.wav,,,,chie,,0,,,,,"Ahh, it feels so good." +86100 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, soak up to your shoulders." +86200 ,,,,,1101000,,千恵,Chie,011_CB05_c_044.wav,,,,chie,,0,,,,,"Okay! Bathing with Uncle, ehehe." +86300 ,,,,,1101000,,,,,,,,,,,,,,,"Saying that, Chii-chan leans her small body against me. When\nher smooth back touches my stomach, I feel a little flutter." +86400 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,"Th-thank you for washing my back, Chii- chan." +86500 ,,,,,1101000,,,,,,,,,,,,,,,"To calm my heart, I try to make casual conversation." +86600 ,,,,,1101000,,,,,,,,,,,,,,,"It's common courtesy to wash your body before soaking in the\nbath, but earlier, when washing up, Chii-chan earnestly\nscrubbed my back." +86700 ,,,,,1101000,,,,,,,,,,,,,,,"It's a place that's literally hard to reach by myself, so\nhaving it thoroughly washed felt really nice." +86800 ,,,,,1101000,,千恵,Chie,011_CB05_c_045.wav,,,,chie,,0,,,,,"No problem, when Chii-chan bathes with Mom, I wash her back\ntoo." +86900 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,I see. +87000 ,,,,,1101000,,千恵,Chie,011_CB05_c_046.wav,,,,chie,,0,,,,,"Yeah, I was surprised because Uncle's back is a bit big." +87100 ,,,,,1101000,,千恵,Chie,011_CB05_c_047.wav,,,,chie,,0,,,,,"And then, Mom washes Chii-chan's hair." +87200 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,"I see. You're really close with your mom, huh?" +87300 ,,,,,1101000,,千恵,Chie,011_CB05_c_048.wav,,,,chie,,0,,,,,Yeah! +87400 ,,,,,1101000,,,,,,,,,,,,,,,She really is close with her mom. +87500 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,"So, should Uncle wash Chii-chan's hair too?" +87600 ,,,,,1101000,,千恵,Chie,011_CB05_c_049.wav,,,,chie,,0,,,,,Yeah! I want Uncle to wash my hair! +87700 ,,,,,1101000,,,,,,,,,,,,,,,Ah... she's really cute. +87800 ,,,,,1101000,,,,,,,,,,,,,,,"Bathing with a naked little girl, it's strange that I'm not\nalready climaxing just from that, but I feel uneasy." +87900 ,,,,,1101000,,,,,,,,,,,,,,,"Of course, there's the worry that if Chii- chan's mom finds\nout I'm bathing with her, it would be bad..." +88000 ,,,,,1101000,,,,,,,,,,,,,,,"But seeing Chii-chan so defenseless and innocent, it\nstrangely doesn't lead to an erection." +88300 ,,,,,1101010,,,,,,,,,,,,,,,I met the gaze of Chii-chan's big eyes as she turned around. +88400 ,,,,,1101010,,千恵,Chie,011_CB05_c_050.wav,,,,chie,,0,,,,,Ehehe. +88500 ,,,,,1101010,,,,,,,,,,,,,,,"Really, she's so cute..." +88600 ,,,,,1101010,,,,,,,,,,,,,,,Bathing with such a cute girl. +88700 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"Um... Chii-chan, are you okay with seeing a man's naked\nbody?" +88800 ,,,,,1101020,,千恵,Chie,011_CB05_c_051.wav,,,,chie,,0,,,,,Naked? +88900 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, like, is it okay for you to bathe with Uncle?" +89000 ,,,,,1101020,,,,,,,,,,,,,,,"I mean, it was Chii-chan who suggested bathing together. I\nwas really surprised." +89100 ,,,,,1101010,,千恵,Chie,011_CB05_c_052.wav,,,,chie,,0,,,,,I've seen boys playing naked before. +89200 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, it's the countryside, after all." +89300 ,,,,,1101010,,,,,,,,,,,,,,,"Girls don't really mind, do they? Boys probably care even\nless." +89400 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"But you don't usually bathe with boys, right?" +89500 ,,,,,1101010,,,,,,,,,,,,,,,"Or have you bathed with boys before? I won't allow such a\nthing, says Uncle!" +89600 ,,,,,1101010,,千恵,Chie,011_CB05_c_053.wav,,,,chie,,0,,,,,Bathing is only with Uncle. +89700 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +89800 ,,,,,1101010,,千恵,Chie,011_CB05_c_054.wav,,,,chie,,0,,,,,Chii-chan wants to be Uncle's child. +89900 ,,,,,1101010,,,,,,,,,,,,,,,Whoa!? Problematic statement!? +90000 ,,,,,1101010,,千恵,Chie,011_CB05_c_055.wav,,,,chie,,0,,,,,Because there are lots of snacks. +90100 ,,,,,1101010,,,,,,,,,,,,,,,"Oh, so that's what it is." +90200 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, you want to be Uncle's child, but you have a mom,\nright?" +90300 ,,,,,1101010,,千恵,Chie,011_CB05_c_056.wav,,,,chie,,0,,,,,That's right. +90400 ,,,,,1101010,,,,,,,,,,,,,,,"Chii-chan retracted her words so easily. It's a bit\ndisappointing, though." +90500 ,,,,,1101010,,千恵,Chie,011_CB05_c_057.wav,,,,chie,,0,,,,,Uncle's body is cool. +90600 ,,,,,1101010,,,,,,,,,,,,,,,Her words made my heart skip a beat. +90700 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,R-Really!? +90800 ,,,,,1101010,,,,,,,,,,,,,,,I think it's an unfit body from lack of exercise!? +90900 ,,,,,1101010,,,,,,,,,,,,,,,"Well, moving here has made me walk more and become a bit\nhealthier, I guess..." +91000 ,,,,,1101010,,千恵,Chie,011_CB05_c_058.wav,,,,chie,,0,,,,,Yeah. It's big and hard. Like a robot. Ehehe. +91100 ,,,,,1101010,,,,,,,,,,,,,,,Whoa! Chii-chan pressed her back against me again. +91200 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"Well, compared to a girl like Chii-chan, maybe a little...!?" +91300 ,,,,,1101010,,千恵,Chie,011_CB05_c_059.wav,,,,chie,,0,,,,,"Chii-chan, it's fun taking a bath with Uncle." +91400 ,,,,,1101010,,,,,,,,,,,,,,,"She looked at me with her big, round eyes over her shoulder." +91500 ,,,,,1101020,,千恵,Chie,011_CB05_c_060.wav,,,,chie,,0,,,,,"Uncle, is your face red?" +91600 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,R-Really? Maybe I'm a bit overheated... +91700 ,,,,,1101010,,千恵,Chie,011_CB05_c_061.wav,,,,chie,,0,,,,,"Ah, Chii-chan should probably head home soon... Uncle, will\nyou walk me home?" +91800 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,O-Of course. +91900 ,,,,,1101010,,千恵,Chie,011_CB05_c_062.wav,,,,chie,,0,,,,,"Then let's get out after counting to 50! Uncle, soak up to\nyour shoulders too!" +92000 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,I can't do that! The bath is too small! +92100 ,,,,,1101010,,,,,,,,,,,,,,,"After counting slowly to 50 while chatting, we got out of\nthe bath, and I walked Chii- chan home." +92200 ,$event_return,,,,,,,,,,,,,,,,,,, +92400 ,,,6,33,,,,,,,,,,,,,,,,"When I returned home, I suddenly realized something." +92500 ,,,,,,,,,,,,,,,,,,,,"Even though I was with naked Chii-chan the whole time, I\ndidn't do anything!" +92600 ,,,,,,,,,,,,,,,,,,,,"In fact, I don't think I even got an erection!" +92700 ,,,,,,,,,,,,,,,,,,,,"Suddenly, my penis started to swell." +92800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,W-Why is that? Maybe I was too nervous because of the sudden\nsituation...!? +92900 ,,,,,,,,,,,,,,,,,,,,"As I vigorously stroked my fully erect penis, I recalled the\nbath with Chii-chan, her naked body, and the sensation." +93000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh! ...Yeah, seeing Chii-chan like that, it's normal to\nshoot immediately..." +93100 ,,,,,,,,,,,,,,,,,,,,"I quickly prepared for a second round. No worries, there's\nplenty of ammo. My hanging balls are ready to go anytime!\nThey're urging me to release quickly." +93200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"It's strange... Well, it felt good even without ejaculating,\nand it was really fun... Why is that? Next time, I want to\ndo something naughty... Ugh!" +93300 ,,,,,,,,,,,,,,,,,,,,"While pondering, I remembered how incredibly cute Chii-chan\nwas, and I continued my nostalgic masturbation." +93400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I feel like I could go all night tonight...!! +93500 ,,,,,,,,,,,,,,,,,,,,That's what I thought. +93600 ,,,0,9000,,,,,,,,,,,,,,,, +93800 ,@012_CB06,,,,,,,,,,,,,,,,,,, +94100 ,,,5,31,,,,,,,,,,,,,,,,"Today, for lunch, it was the four of us: me, Chii-chan,\nKomako-chan, and Tenka-chan." +94200 ,,,,,,,,,,,,,,,,,,,,"I only ever prepare somen noodles, but the bento boxes of\nthe beautiful girls were truly impressive." +94300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"No matter when I see them, everyone's bento is amazing. I'm\nreally impressed." +94400 ,,,,,,,千恵,Chie,012_CB06_c_000.wav,,,,"chie,privateB",,0,,,,,"Your somen is delicious too, Onii-chan." +94600 ,,,,,,,,,,,,,chie,,0,,,,,"Yeah, yeah. It's really delicious. Especially after\nfinishing the meal, savoring the noodle sauce that the\nbeautiful girls have tasted is the best." +94700 ,,,,,,,甜花,Tenka,012_CB06_t_000.wav,,,,chie,,0,"tenka,privateB",,3,,Isn't there a way to make somen even more delicious? +94800 ,,,,,,,千恵,Chie,012_CB06_c_001.wav,,,,chie,,38,tenka,,3,,I think it's fine just the way it is now. +94900 ,,,,,,,甜花,Tenka,012_CB06_t_001.wav,,,,chie,,38,tenka,,20,,"Curry is delicious, but if you add pork cutlet, it's even\nbetter, right?" +95000 ,,,,,,,コマコ,Komako,012_CB06_k_001.wav,"komako,private",,21,chie,,38,tenka,,23,,Katsu curry is delicious. +95100 ,,,,,,,千恵,Chie,012_CB06_c_002.wav,komako,,21,chie,,1,tenka,,23,,Wow... Chii-chan loves katsu curry! +95200 ,,,,,,,甜花,Tenka,012_CB06_t_002.wav,komako,,21,chie,,1,tenka,,35,,That's why I think somen can be even more delicious too. +95300 ,,,,,,,千恵,Chie,012_CB06_c_003.wav,komako,,21,chie,,1,tenka,,35,,You mean adding something! ...But what could it be? +95400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,There's already green onions... Was there anything else? +95500 ,,,,,,,,,,,,,,,,,,,,"I searched the fridge, but there was nothing that seemed to\ngo well with somen." +95600 ,,,,,,,,,,,,,,,,,,,,"As I rummaged around, I noticed some condiments in the door\npocket." +95700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Should we try adding myoga? +95800 ,,,,,,,千恵,Chie,012_CB06_c_004.wav,,,,chie,,3,,,,,Is myoga tasty? +95900 ,,,,,,,コマコ,Komako,012_CB06_k_002.wav,komako,,27,chie,,3,,,,,It's an adult taste. I'm not a big fan. +96100 ,,,,,,,甜花,Tenka,012_CB06_t_003.wav,komako,,27,chie,,3,tenka,,9,,"I'm not a fan either. It tastes weird, like leaves or\nsomething." +96200 ,,,,,,,千恵,Chie,012_CB06_c_005.wav,komako,,27,chie,,3,tenka,,9,,"Oh~. Can I try adding it, Oi-chan?" +96300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,Maybe you should start with just a little bit? +96400 ,,,,,,,千恵,Chie,012_CB06_c_006.wav,,,,chie,,20,,,,,Just a little... +96500 ,,,,,,,,,,,,,chie,,20,,,,,Chii-chan dumped a heap of shredded myoga into her bowl. +96600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,"Chii-chan, isn't that too much?" +96700 ,,,,,,,,,,,,,chie,,20,,,,,"I picked up most of the myoga from Chii- chan's bowl,\nleaving just a little behind." +96800 ,,,,,,,千恵,Chie,012_CB06_c_007.wav,,,,chie,,14,,,,,It feels like there's not enough... +96900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,14,,,,,"If it's tasty, I'll give you the rest, okay?" +97000 ,,,,,,,千恵,Chie,012_CB06_c_008.wav,,,,chie,,1,,,,,"Well then, let's eat!" +97100 ,,,,,,,,,,,,,chie,,1,,,,,"She mixed wasabi with the somen and brought it to her mouth.\nAs she chewed a few times, tears welled up in Chii-chan's\neyes." +97200 ,,,,,,,千恵,Chie,012_CB06_c_009.wav,,,,chie,,8,,,,,"Mm, mm... It tastes like grass..." +97300 ,,,,,,,コマコ,Komako,012_CB06_k_003.wav,komako,,26,,,,,,,,"Chii-chan, tea." +97400 ,,,,,,,,,,komako,,26,,,,,,,,Komako-chan promptly handed her some tea. +97500 ,,,,,,,千恵,Chie,012_CB06_c_010.wav,,,,chie,,14,,,,,"Gulp, gulp... Ah~!! It tastes like crunchy grass. Is this\nwhat adult taste is?" +97600 ,,,,,,,,,,,,,chie,,14,,,,,Chii-chan asked everyone with a grimace. +97700 ,,,,,,,甜花,Tenka,012_CB06_t_004.wav,,,,chie,,14,tenka,,9,,That's why I said it tastes weird. +97800 ,,,,,,,千恵,Chie,012_CB06_c_011.wav,,,,chie,,34,tenka,,9,,Chii-chan shouldn't have eaten it. +97900 ,,,,,,,,,,,,,chie,,34,tenka,,9,,"And so, the four of us enjoyed slurping somen together\ntoday." +98100 ,,,7,,,,,,,,,,,,,,,,, +98200 ,,,,,,,コマコ,Komako,012_CB06_k_004.wav,komako,,21,,,,,,,,Thank you for the meal. +98300 ,,,,,,,甜花,Tenka,012_CB06_t_005.wav,,,,,,,tenka,,14,,Phew~ I might have eaten too much... +98400 ,,,,,,,千恵,Chie,012_CB06_c_012.wav,,,,chie,,1,,,,,"Food tastes better when we eat together, right?" +98500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"So, now that lunch is over, is everyone going for a nap\nagain today? I'll watch the shop while you do." +98600 ,,,,,,,,,,,,,,,,,,,,The fun time has come again today. +98700 ,,,,,,,,,,,,,,,,,,,,"Eating lunch together is fun, but for me, nap time is what I\nlook forward to the most." +98800 ,,,,,,,千恵,Chie,012_CB06_c_013.wav,,,,chie,,1,,,,,"Okay, goodnight!" +98900 ,,,,,,,コマコ,Komako,012_CB06_k_005.wav,komako,,23,,,,,,,,"Uncle, I can help with the dishes, you know?" +99000 ,,,,,,,甜花,Tenka,012_CB06_t_006.wav,komako,,23,,,,tenka,,21,,"Me too, me too!" +99100 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,tenka,,21,,"No, no. Don't worry about it. Your job is to take a nap,\nright?" +99200 ,,,,,,,,,,komako,,23,,,,tenka,,21,,"If they wash the dishes so easily, it would take away some\nof the fun." +99300 ,,,,,,,,,,komako,,23,,,,tenka,,21,,"Besides, I want them to go to sleep quickly." +99400 ,,,,,,,甜花,Tenka,012_CB06_t_007.wav,komako,,23,,,,tenka,,1,,"Well, I'm going to sleep too~" +99500 ,,,,,,,千恵,Chie,012_CB06_c_014.wav,komako,,23,chie,,0,,,,,"Komako-chan, let's sleep together!" +99600 ,,,,,,,コマコ,Komako,012_CB06_k_006.wav,komako,,22,chie,,0,,,,,Yeah... +99700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, goodnight." +99900 ,,,15,,,,,,,,,,,,,,,,,"After making sure everyone started sleeping, I began\ncleaning up." +100000 ,,,,,,,,,,,,,,,,,,,,I spent some time slowly licking the chopsticks that had\ntouched the mouths of the three. +100100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... Maybe it's time for a little mischief~ +100200 ,,,,,,,,,,,,,,,,,,,,"Yesterday, I got a glimpse of their panties, so maybe I can\npush a bit further?" +100300 ,,,,,,,,,,,,,,,,,,,,"...Like their breasts, for example." +100400 ,,,,,,,,,,,,,,,,,,,,"None of them wear bras yet, so poking them over their\nclothes sounds good. This way, even if I get caught, I can\nmake an excuse..." +100500 ,,,,,,,,,,,,,,,,,,,,Ah... The romance is spreading. +100600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...! Komako-chan, are you awake...?" +100700 ,,,,,,,,,,,,,,,,,,,,"When I returned to the room, Komako-chan was sitting next to\nChie-chan, staring blankly." +100800 ,,,,,,,,,,,,,,,,,,,,"I wondered if she was still half-asleep... As I watched,\nKomako-chan's face slowly moved closer to Chie-chan." +100900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? +101000 ,,,,,,,,,,,,,,,,,,,,Komako-chan gently touched her forehead to Chie-chan's. +101100 ,,,,,,,,,,,,,,,,,,,,"Then she pulled back a little, her cheeks flushed as she\nlooked down at Chie-chan." +101200 ,,,,,,,コマコ,Komako,012_CB06_k_007.wav,"komakoL,private",,22,,,,,,,,Chie-chan... +101300 ,,,,,,,,,,komakoL,,22,,,,,,,,Komako-chan murmured softly and stroked Chie- chan's hair. +101400 ,,,,,,,,,,komakoL,,22,,,,,,,,"Komako-chan's lips slowly approached Chie- chan's cheek,\nlightly touched it, and then quickly pulled away." +101600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Wha, whoa!?" +101700 ,,,,,,,,,,,,,,,,,,,,I was shaken by the unexpected event. +101800 ,,,,,,,,,,,,,,,,,,,,I instinctively took a step back and bumped into the shelf. +101900 ,,,,,,,コマコ,Komako,012_CB06_k_009.wav,komakoL,,24,,,,,,,,--!! +102000 ,,,,,,,,,,komakoL,,24,,,,,,,,"Hearing the clattering noise, Komako-chan looked over at me." +102100 ,,,,,,,主人公,Kiyoshi,,komakoL,,24,,,,,,,,............ +102200 ,,,,,,,,,,komakoL,,24,,,,,,,,Our eyes met... +102300 ,,,,,,,,,,,,,,,,,,,,"I hurriedly left the spot, and from the room, I could hear\nrustling sounds. After a while, it became silent." +102400 ,,,,,,,,,,,,,,,,,,,,"When I fearfully peeked in, Komako-chan was lying next to\nChie-chan, pretending to sleep as if nothing had happened." +102500 ,,,,,,,,,,,,,,,,,,,,"I couldn't move from that spot for a while, replaying the\nscene in my mind over and over, as I watched Komako-chan and\nChie-chan." +102600 ,,,0,9001,,,,,,,,,,,,,,,, +102800 ,@013_CB07,,,,,,,,,,,,,,,,,,, +103100 ,,,6,21,,,,,,,,,,,,,,,,The sun's strength gradually weakens. Another day is coming\nto an end. +103200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, shall we wrap it up soon?" +103300 ,,,,,,,千恵,Chie,013_CB07_c_000.wav,,,,"chie,privateB",,1,,,,,Okay! +103400 ,,,,,,,,,,,,,,,,,,,,Chie-chan cheerfully responds and starts bringing in the\nitems displayed outside the shop. +103500 ,,,,,,,,,,,,,,,,,,,,"As I was about to go help, someone tugged at the hem of my\nclothes." +103600 ,,,,,,,コマコ,Komako,013_CB07_k_000.wav,"komakoL,private",,14,,,,,,,,...... +103700 ,,,,,,,主人公,Kiyoshi,,komakoL,,14,,,,,,,,What's wrong? +103800 ,,,,,,,,,,komakoL,,14,,,,,,,,The one pulling my clothes was Komako-chan. +103900 ,,,,,,,,,,komakoL,,14,,,,,,,,"She must have something to say, but Komako- chan remains\nsilent, looking down." +104000 ,,,,,,,コマコ,Komako,013_CB07_k_001.wav,komakoL,,13,,,,,,,,...I have something to talk about. +104100 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,What is it about? +104200 ,,,,,,,コマコ,Komako,013_CB07_k_002.wav,komakoL,,13,,,,,,,,I can't say it here... because everyone is around. +104300 ,,,,,,,,,,komakoL,,13,,,,,,,,"She whispers softly, making sure Chie-chan and Tenka-chan\ncan't hear." +104400 ,,,,,,,,,,komakoL,,13,,,,,,,,"Finally, I realized she wanted to talk about what happened\nat noon..." +104500 ,,,,,,,千恵,Chie,013_CB07_c_001.wav,komakoL,,13,,,,,,,,"Koma-chan, can you help me for a bit~!" +104600 ,,,,,,,コマコ,Komako,013_CB07_k_003.wav,"komako,private",,24,,,,,,,,Ah... yeah! I'm coming! +104700 ,,,,,,,甜花,Tenka,013_CB07_t_000.wav,,,,,,,"tenka,privateB",,37,,"Cleaning up is part of your part-time job, right? Does that\nmean you'll get pocket money from Chii for helping?" +104800 ,,,,,,,千恵,Chie,013_CB07_c_002.wav,,,,chie,,24,tenka,,37,,Th-that's...! +104900 ,,,,,,,甜花,Tenka,013_CB07_t_001.wav,,,,,,,tenka,,1,,"Ahaha, just kidding! It's because Chii started the part-time\njob after spending all her pocket money, right?" +105000 ,,,,,,,,,,,,,,,,,,,,Chie-chan and Tenka-chan are having a fun conversation at\nthe shop front. +105100 ,,,,,,,,,,,,,,,,,,,,"Seeing that, Komako-chan joined the conversation, looking a\nbit restless." +105200 ,,,,,,,コマコ,Komako,013_CB07_k_004.wav,komako,,20,,,,,,,,What should I help with? +105300 ,,,,,,,千恵,Chie,013_CB07_c_003.wav,komako,,20,chie,,25,,,,,"The toys got scattered, so please gather them up! Please!" +105400 ,,,,,,,甜花,Tenka,013_CB07_t_002.wav,komako,,20,chie,,25,tenka,,12,,It's because you tried to clean up in a hurry~ +105500 ,,,,,,,千恵,Chie,013_CB07_c_004.wav,komako,,20,chie,,5,tenka,,12,,Th-that's not it! I just lost my balance a little! +105600 ,,,,,,,,,,komako,,20,chie,,5,tenka,,12,,The three of them finished gathering the toys and carried\nthem inside the shop. The preparations for closing were\ncomplete. +105700 ,,,,,,,主人公,Kiyoshi,,komako,,20,chie,,5,tenka,,12,,"Good job, everyone. Komako-chan and Tenka- chan, it's great\nthat you helped Chie-chan." +105800 ,,,,,,,甜花,Tenka,013_CB07_t_003.wav,,,,,,,tenka,,23,,"Well, it's because Chii asked for help, so we had no choice." +105900 ,,,,,,,コマコ,Komako,013_CB07_k_005.wav,komako,,21,,,,tenka,,23,,I enjoy working with Chie-chan. +106000 ,,,,,,,千恵,Chie,013_CB07_c_005.wav,komako,,21,chie,,1,tenka,,23,,I see~ ehehe. +106100 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,1,tenka,,12,,"Alright, it's about time for everyone to head home! In about\n30 minutes, the closing music will start playing, okay?" +106200 ,,,,,,,甜花,Tenka,013_CB07_t_004.wav,,,,,,,tenka,,0,,"Komako, let's head home soon. Chii will probably stay behind\nagain." +106300 ,,,,,,,コマコ,Komako,013_CB07_k_006.wav,komako,,4,,,,tenka,,0,,"Eh... ah, yeah. That's right." +106400 ,,,,,,,,,,,,,,,,,,,,Komako-chan leaves the shop with Tenka-chan. She said she\nhad something to talk about... I wonder what she's planning\nto do? +106500 ,,,,,,,千恵,Chie,013_CB07_c_006.wav,,,,chie,,20,,,,,"Hey, uncle. Can I have my part-time pay?" +106600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,"Alright, alright, just a moment." +106700 ,,,,,,,,,,,,,chie,,20,,,,,Chie-chan looks at me with sparkling eyes. She'll probably\nuse her part-time pay to buy sweets again... +106800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,We had a decent number of customers today... so here's 30\nyen. +106900 ,,,,,,,千恵,Chie,013_CB07_c_007.wav,,,,chie,,1,,,,,"Then, then... this! I'll buy this!" +107000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Ah, um, Chie-chan..." +107100 ,,,,,,,,,,,,,chie,,1,,,,,It seems like she has no intention of compensating... Should\nI warn her about it? +107200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"...Well, whatever. Here, exactly 30 yen." +107300 ,,,,,,,千恵,Chie,013_CB07_c_008.wav,,,,chie,,21,,,,,"Thank you! ...Mmm, I worked a lot, so the sweets are\ndelicious!" +107400 ,,,,,,,,,,,,,chie,,21,,,,,I'm starting to think it might be better to pay Chie-chan's\npart-time wages in goods. +107500 ,,,,,,,,,,,,,chie,,21,,,,,But then she really wouldn't be able to compensate... It\nwould defeat the purpose of her part-time job. +107600 ,,,,,,,,,,,,,chie,,21,,,,,"I also discussed it with Chie-chan's mother, assuming\ncompensation." +107800 ,,,,,,,千恵,Chie,013_CB07_c_009.wav,,,,chie,,0,,,,,"Well, Chie-chan is going home now." +107900 ,,,,,,,,,,,,,chie,,0,,,,,She said that with a satisfied look after finishing her\nsweets. +108000 ,,,,,,,,,,,,,chie,,0,,,,,I feel a bit lonely that she's leaving... but I have to\nlisten to Komako-chan's story today. +108100 ,,,,,,,,,,,,,chie,,0,,,,,"I don't know if she'll come back, but it's probably best for\nChie-chan to head home early." +108200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,Can you get home by yourself? +108400 ,,,,11,,,千恵,Chie,013_CB07_c_010.wav,,,,chie,,1,,,,,"I'm fine! See you, until tomorrow!" +108500 ,,,,,,,,,,,,,,,,,,,,Chie-chan turns around and waves her hand energetically. +108600 ,,,,,,,,,,,,,,,,,,,,I wave back and see her off. +108700 ,,,3,,,,コマコ,Komako,013_CB07_k_007.wav,,,,komako,,13,,,,,...Uncle. +108800 ,,,,,,,,,,,,,komako,,13,,,,,"Just as Chie-chan disappeared from view and I was about to\ngo inside the shop, Komako appeared." +108900 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,"Komako-chan, you came back." +109000 ,,,,,,,コマコ,Komako,013_CB07_k_008.wav,,,,komako,,33,,,,,Yeah... +109100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,33,,,,,"...Ah, come on in for now." +109200 ,,,,,,,コマコ,Komako,013_CB07_k_009.wav,,,,komako,,33,,,,,Yeah... +109300 ,,,,,,,,,,,,,komako,,33,,,,,"Komako-chan fidgets and doesn't try to speak. For now, I'll\nhave her come into the room to change the mood." +109500 ,,,,31,,,コマコ,Komako,013_CB07_k_010.wav,,,,komako,,13,,,,,............ +109600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,............ +109700 ,,,,,,,,,,,,,komako,,13,,,,,"Komako-chan and I sit on the cushions facing each other,\nremaining silent." +109800 ,,,,,,,,,,,,,komako,,13,,,,,"Komako-chan looks like she's about to cry, her lips tightly\npressed together, making it hard to start a conversation." +109900 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,...Do you like Chie-chan? +110000 ,,,,,,,,,,,,,komako,,13,,,,,Komako-chan reacts with a start. She remains tense for a\nwhile but then nods slightly. +110100 ,,,,,,,コマコ,Komako,013_CB07_k_011.wav,,,,komako,,31,,,,,P-please don't tell Chie-chan...! +110200 ,,,,,,,,,,,,,komako,,31,,,,,She pleads with a voice that sounds like she's about to cry.\nHearing such a voice makes me want to have her do various\nthings for me. +110300 ,,,,,,,,,,,,,komako,,31,,,,,...But wait a minute. +110400 ,,,,,,,,,,,,,komako,,31,,,,,"Certainly, it would be easy to manipulate Komako-chan as I\nplease right now." +110500 ,,,,,,,,,,,,,komako,,31,,,,,"Making a reluctant girl do naughty things might be tempting,\nbut..." +110600 ,,,,,,,,,,,,,komako,,31,,,,,I also want to see how Komako-chan's love will turn out. +110700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,31,,,,,"It's okay. I won't tell, so don't worry." +110900 ,,,,,,,,,,,,,komako,,31,,,,,Komako-chan's body is trembling slightly. +111000 ,,,,,,,,,,,,,komako,,31,,,,,"Ah, I see... She thinks she's done something wrong." +111100 ,,,,,,,コマコ,Komako,013_CB07_k_013.wav,,,,komako,,13,,,,,Is it weird for a girl to like another girl? +111200 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,"Hmm, I don't think so. It's not wrong for Komako-chan to\nlike Chie-chan." +111300 ,,,,,,,コマコ,Komako,013_CB07_k_014.wav,,,,komako,,24,,,,,...Really? Is that so? +111400 ,,,,,,,主人公,Kiyoshi,,,,,komako,,24,,,,,"Yes, it is. The feeling of liking someone isn't about being\na boy or a girl, right?" +111500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,24,,,,,"In some countries, girls can even marry each other." +111600 ,,,,,,,,,,,,,komako,,24,,,,,"She probably thought I wouldn't understand. Komako-chan\nlooked surprised, then gave a relieved smile." +111700 ,,,,,,,コマコ,Komako,013_CB07_k_015.wav,,,,komako,,0,,,,,Really? That's good... I'm not weird... +111800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,0,,,,,How long have you liked her? +111900 ,,,,,,,コマコ,Komako,013_CB07_k_016.wav,,,,komako,,33,,,,,"Uh, um... since I enrolled..." +112000 ,,,,,,,コマコ,Komako,013_CB07_k_017.wav,,,,komako,,33,,,,,Because my hair color and skin color are different... I was\nbullied a lot... +112100 ,,,,,,,コマコ,Komako,013_CB07_k_018.wav,,,,komako,,22,,,,,But Chie-chan said I was pretty... +112200 ,,,,,,,コマコ,Komako,013_CB07_k_019.wav,,,,komako,,22,,,,,And she helped me against the mean boys... +112400 ,,,,,,,コマコ,Komako,013_CB07_k_021.wav,,,,komako,,22,,,,,"When I think about Chie-chan, sometimes I get all tingly..." +112500 ,,,,,,,,,,,,,komako,,22,,,,,"The way she talks shyly is irresistibly erotic. Oh no, I'm\ngetting aroused." +112600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,22,,,,,"By any chance, when you think about Chie- chan, do you, uh,\nuh, uh... masturbate?" +112700 ,,,,,,,コマコ,Komako,013_CB07_k_022.wav,,,,komako,,3,,,,,Masturbate... what's that? +112800 ,,,,,,,,,,,,,komako,,3,,,,,Komako-chan didn't even know the word 'masturbate.' How\ninnocent. +112900 ,,,,,,,,,,,,,komako,,3,,,,,"I want to color her pure, innocent self, like a blank\ncanvas, with my own hues." +113000 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,,,,,"Um, have you ever touched your chest or the area at the base\nof your crotch to feel good?" +113100 ,,,,,,,コマコ,Komako,013_CB07_k_023.wav,,,,komako,,33,,,,,The base of my... crotch... +113200 ,,,,,,,,,,,,,komako,,33,,,,,"As soon as she said it, Komako-chan's face turned bright\nred." +113300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,33,,,,,"Komako-chan, your face is all red... have you done it\nbefore?" +113400 ,,,,,,,コマコ,Komako,013_CB07_k_024.wav,,,,komako,,13,,,,,............ +113500 ,,,,,,,,,,,,,komako,,13,,,,,Komako-chan gave a small nod. +113600 ,,,,,,,,,,,,,komako,,13,,,,,T-This cute Komako-chan is masturbating...! +113700 ,,,,,,,,,,,,,komako,,13,,,,,I want to see it... I want to see it live! I want to see\nKomako-chan getting aroused thinking about Chie-chan! +114300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,26,,,,,"Alright, I got it! I'll support Komako- chan's love!" +114400 ,,,,,,,コマコ,Komako,013_CB07_k_026.wav,,,,komako,,24,,,,,R-Really? +114500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,24,,,,,Yeah. But... I'm not sure if Komako-chan's feelings are\ngenuine love. +114600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,24,,,,,"So, could you show me how much you like Chie-chan?" +114700 ,,,,,,,コマコ,Komako,013_CB07_k_027.wav,,,,komako,,3,,,,,Show you... how? +114800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,,,,,"When you think about Chie-chan, your pussy tingles, right?" +114900 ,,,,,,,コマコ,Komako,013_CB07_k_028.wav,,,,komako,,2,,,,,Pussy? You mean my crotch... right. Yeah... +115000 ,,,,,,,主人公,Kiyoshi,,,,,komako,,2,,,,,"Then, I want you to show me what you always do when you\nthink about Chie-chan... your masturbation." +115100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,2,,,,,"If I understand Komako-chan's feelings, I think I can really\nhelp." +115200 ,,,,,,,コマコ,Komako,013_CB07_k_029.wav,,,,komako,,33,,,,,That's... embarrassing. +115300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,33,,,,,"If you think it's wrong to show others, why do you\nmasturbate, Komako-chan? Do you think what you're doing is\nbad?" +115400 ,,,,,,,主人公,Kiyoshi,,,,,komako,,33,,,,,"If not, then you can show me your masturbation, right?" +115500 ,,,,,,,コマコ,Komako,013_CB07_k_030.wav,,,,komako,,13,,,,,"...Maybe, but..." +115600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,"Chie-chan is the most important, right?" +115700 ,,,,,,,コマコ,Komako,013_CB07_k_031.wav,,,,komako,,26,,,,,Yeah... Chie-chan is my favorite. +115800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,26,,,,,"Then prove it. If you can't show me your masturbation, I\ncan't help you." +115900 ,,,,,,,コマコ,Komako,013_CB07_k_032.wav,,,,komako,,33,,,,,...Alright. I'll do it... I'll show you my masturbation... +116000 ,,,,,,,,,,,,,,,,,,,,"Resolutely, Komako-chan stands up." +116100 ,,,,,,,,,,,,,,,,,,,,She slowly lifts the hem of her skirt... +116300 ,,,10,,2100000,,,,,,,,,,,,,,, +116400 ,*mem,,,,2100000,,,,,,,,,,,,,,, +116500 ,,,10,,2100000,,,,,,,,,,,,,,,Panties... I can see Komako-chan's panties...! +116600 ,,,,,2100000,,,,,,,,,,,,,,,"And this time, it's not because I took them off. She's\nshowing them to me voluntarily...!" +116700 ,,,,,2100000,,,,,,,,,,,,,,,"I want to grab the camera, I want to jerk off, I want to\nbury my face in those panties...!" +116800 ,,,,,2100000,,,,,,,,,,,,,,,"While enduring various desires and temptations, I maintain a\ncalm exterior. If I show my ulterior motives, Komako-chan\nmight become distrustful." +116900 ,,,,,2100000,,コマコ,Komako,013_CB07_k_033.wav,,,,komako,,0,,,,,U-uhhh...! +117000 ,,,,,2100000,,,,,,,,,,,,,,,Komako-chan grabs her panties with a flushed face. +117100 ,,,,,2100000,,コマコ,Komako,013_CB07_k_034.wav,,,,komako,,0,,,,,D-don't stare too much... +117200 ,,,,,2100000,,主人公,Kiyoshi,,,,,,,,,,,,I can't do that. I need to confirm Komako- chan's feelings. +117300 ,,,,,2100000,,コマコ,Komako,013_CB07_k_035.wav,,,,komako,,0,,,,,But... it's still embarrassing... +117400 ,,,,,2100000,,主人公,Kiyoshi,,,,,,,,,,,,"It might be embarrassing, but do your best. Also, it would\nmake me happy if you could show me more of what you like,\nKomako-chan." +117500 ,,,,,2100010,,,,,,,,,,,,,,,Komako-chan slowly blinks once and bites the hem of her\nskirt. +117700 ,,,,,2100010,,コマコ,Komako,013_CB07_k_036.wav,,,,komako,,0,,,,,Chie-chan... +117800 ,,,,,2100010,,,,,,,,,,,,,,,"Murmuring Chie-chan's name, she pulls her panties more\nforcefully than before." +117900 ,,,,,2100010,,,,,,,,,,,,,,,"I see, Komako-chan masturbates by wedging her panties into\nher pussy." +118000 ,,,,,2100010,,コマコ,Komako,013_CB07_k_037.wav,,,,komako,,0,,,,,"Nn, ahhh... Chie-chan... haah, haah...!" +118100 ,,,,,2100010,,,,,,,,,,,,,,,"Komako-chan's hips start to move restlessly. To react this\nquickly, she must be quite experienced." +118200 ,,,,,2100010,,,,,,,,,,,,,,,The panties wedged into her pussy clearly outline the shape\nof her slit. +118300 ,,,,,2100010,,コマコ,Komako,013_CB07_k_038.wav,,,,komako,,0,,,,,"Nnfu, ahhh..." +118400 ,,,,,2100010,,,,,,,,,,,,,,,"Perhaps, in her imagination, Komako-chan is doing something\nnaughty with Chie-chan." +118500 ,,,,,2100010,,コマコ,Komako,013_CB07_k_039.wav,,,,komako,,0,,,,,Haa... It's still embarrassing to be watched... but... +118600 ,,,,,2100010,,,,,,,,,,,,,,,"As she pulls her panties hard, they dig in deeper and\ndeeper." +118700 ,,,,,2100010,,,,,,,,,,,,,,,Her soft pussy changes shape under the pressure of the\npanties. +118800 ,,,,,2100010,,コマコ,Komako,013_CB07_k_040.wav,,,,komako,,0,,,,,"Hyafuu... ahh, uu... yaaah...!!" +118900 ,,,,,2100010,,,,,,,,,,,,,,,"As Komako-chan's pleasure heightens, the stain on her\npanties spreads more and more." +119100 ,,,,,2100020,,コマコ,Komako,013_CB07_k_041.wav,,,,komako,,0,,,,,Fuaaah...! Panties... +119200 ,,,,,2100020,,,,,,,,,,,,,,,"Even though she's just rubbing with her panties, love juices\nkeep overflowing one after another." +119300 ,,,,,2100020,,,,,,,,,,,,,,,"When Komako-chan moves her hand, the love juices make a lewd\nsquelching sound." +119400 ,,,,,2100020,,コマコ,Komako,013_CB07_k_042.wav,,,,komako,,0,,,,,"Ahh... ahhh, uhh, fuaah... auuu...!!" +119500 ,,,,,2100020,,,,,,,,,,,,,,,Komako-chan's voice gradually gets louder. +119600 ,,,,,2100020,,,,,,,,,,,,,,,"It's fortunate that in the countryside, houses aren't\nadjacent... if it were the city, making this much noise\nwould immediately give her away." +119700 ,,,,,2100020,,コマコ,Komako,013_CB07_k_043.wav,,,,komako,,0,,,,,"Nn, it feels good... more, squeeze the panties..." +119800 ,,,,,2100020,,,,,,,,,,,,,,,She's completely immersed in her fantasy world. It seems\nlike she doesn't even notice me. +119900 ,,,,,2100020,,,,,,,,,,,,,,,"I feel a bit lonely, but it's worth it to see Komako-chan\nbeing so lewd." +120000 ,,,,,2100020,,,,,,,,,,,,,,,I desperately widen my eyes and focus my nerves to remember\nevery single movement of Komako-chan. +120200 ,,,,,2100030,,コマコ,Komako,013_CB07_k_044.wav,,,,komako,,0,,,,,My legs... are twitching... nn...! +120300 ,,,,,2100030,,コマコ,Komako,013_CB07_k_045.wav,,,,komako,,0,,,,,"Hyaaah... auh, haa haa... nn, kuh, yaa, ahhh...!" +120400 ,,,,,2100030,,,,,,,,,,,,,,,The endless flow of love juices trickles down Komako-chan's\nthighs. +120500 ,,,,,2100030,,,,,,,,,,,,,,,"Ah, what a waste... I want to lick it all up and clean it\nfor her..." +120600 ,,,,,2100030,,,,,,,,,,,,,,,"Just for now, I want to be Komako-chan's panties. Then I\nwould drink up all her love juices." +120700 ,,,,,2100030,,コマコ,Komako,013_CB07_k_046.wav,,,,komako,,0,,,,,Chi-chan... I love you... I want to kiss Chi-chan... +120800 ,,,,,2100030,,,,,,,,,,,,,,,"Perhaps due to the pleasure, Komako-chan's legs start\ntrembling." +120900 ,,,,,2100030,,,,,,,,,,,,,,,"However, her hands don't stop moving. They move greedily and\nintensely, seeking more pleasure." +121100 ,,,,,2100020,,コマコ,Komako,013_CB07_k_047.wav,,,,komako,,0,,,,,Ahh! Squeeze the panties more... +121200 ,,,,,2100020,,,,,,,,,,,,,,,She's probably stimulating her clitoris by pulling on her\npanties. +121300 ,,,,,2100020,,,,,,,,,,,,,,,"Even though she didn't know the word 'masturbation,' she\nknows exactly where it feels good." +121400 ,,,,,2100020,,コマコ,Komako,013_CB07_k_048.wav,,,,komako,,0,,,,,There... it's digging in deep... ah... ahhh...! +121500 ,,,,,2100020,,,,,,,,,,,,,,,The trembling in her legs grows stronger. It seems like\nshe's barely able to stand. +121600 ,,,,,2100020,,コマコ,Komako,013_CB07_k_049.wav,,,,komako,,0,,,,,It feels so good...! Chi-chan... Chi- chan...!! +121700 ,,,,,2100020,,,,,,,,,,,,,,,Komako-chan pulls her panties tight and stretches her legs\nstraight. +121900 ,,,,,2100030,,コマコ,Komako,013_CB07_k_050.wav,,,,komako,,0,,,,,"Nfuaaah...! Ah, haaaah...!!" +122000 ,,,,,2100030,,コマコ,Komako,013_CB07_k_051.wav,,,,komako,,0,,,,,My pussy is going numb...! It's tingling... getting\nbigger... haaaaah!! +122100 ,,,,,2100030,,,,,,,,,,,,,,,"Komako-chan trembles, tears welling up at the corners of her\neyes, savoring the pleasure with her eyes closed." +122200 ,,,,,2100030,,コマコ,Komako,013_CB07_k_052.wav,,,,komako,,0,,,,,Haa... haa... nn... haa... +122300 ,,,,,2100030,,コマコ,Komako,013_CB07_k_053.wav,,,,komako,,0,,,,,I tried my hardest ever... it felt so good... +122400 ,,,,,2100030,,主人公,Kiyoshi,,,,,,,,,,,,"It seems so. Your panties are soaking wet, right? I\nunderstand what you like, Komako- chan." +122500 ,,,,,2100030,,コマコ,Komako,013_CB07_k_054.wav,,,,komako,,0,,,,,Haa haa... I'm glad... +122600 ,,,,,2100030,,,,,,,,,,,,,,,"Hearing my words, Komako-chan smiles and collapses, sitting\ndown." +122700 ,$event_return,,,,,,,,,,,,,,,,,,, +123000 ,,,3,,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, do you want to kiss Chi-chan?" +123100 ,,,,,,,コマコ,Komako,013_CB07_k_055.wav,,,,komako,,31,,,,,I do. +123200 ,,,,,,,主人公,Kiyoshi,,,,,komako,,31,,,,,Anything more than that? +123300 ,,,,,,,コマコ,Komako,013_CB07_k_056.wav,,,,komako,,24,,,,,More than that... thing? +123400 ,,,,,,,主人公,Kiyoshi,,,,,komako,,24,,,,,"I mean, doing naughty things with Chi-chan. Don't you think\nit would be fun to do what you just showed me with Chi-chan?" +123500 ,,,,,,,コマコ,Komako,013_CB07_k_057.wav,,,,komako,,22,,,,,...I want to do naughty things with Chi- chan. +123600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,22,,,,,Do you want Chi-chan to feel good too? +123700 ,,,,,,,コマコ,Komako,013_CB07_k_058.wav,,,,komako,,2,,,,,If Chi-chan feels good... I'd be really happy. +123800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,2,,,,,"Then, how about we study together? I know a lot of secrets\nabout girls that you don't know, Komako-chan." +123900 ,,,,,,,コマコ,Komako,013_CB07_k_059.wav,,,,komako,,3,,,,,"You do...? But you're not a girl, how do you know?" +124000 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,,,,,"Boys have the power to make girls feel naughty. I know a lot\nof places that feel good for girls that you don't know,\nKomako- chan." +124100 ,,,,,,,コマコ,Komako,013_CB07_k_060.wav,,,,komako,,17,,,,,...Hmm. +124200 ,,,,,,,,,,,,,komako,,17,,,,,It seems like I'm not really trusted. +124300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,17,,,,,"I can also teach you how to confess to Chi- chan and other\nthings. I'm a boy, after all." +124400 ,,,,,,,コマコ,Komako,013_CB07_k_061.wav,,,,komako,,23,,,,,Yeah... maybe... +124500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,23,,,,,"Let's study together and surprise Chi-chan. Let's work hard\nso you can do naughty things with Chi-chan, okay?" +124600 ,,,,,,,コマコ,Komako,013_CB07_k_062.wav,,,,komako,,27,,,,,...Okay. I'll study with you. I'll do my best! +124700 ,,,,,,,,,,,,,komako,,27,,,,,It seems like anything involving Chi-chan gets an immediate\nokay. +124800 ,,,,,,,,,,,,,komako,,27,,,,,This is great... I can do naughty things with Komako-chan\nunder the guise of studying...! +124900 ,,,,,,,コマコ,Komako,013_CB07_k_063.wav,,,,komako,,17,,,,,...Stare. +125000 ,,,,,,,主人公,Kiyoshi,,,,,komako,,17,,,,,W-What? +125100 ,,,,,,,コマコ,Komako,013_CB07_k_064.wav,,,,komako,,37,,,,,I felt something strange. +125200 ,,,,,,,主人公,Kiyoshi,,,,,komako,,37,,,,,There's nothing like that! +125300 ,,,,,,,コマコ,Komako,013_CB07_k_065.wav,,,,komako,,29,,,,,Hmm... +125400 ,,,,,,,,,,,,,komako,,29,,,,,A cold gaze is directed at me. Could it be that my ulterior\nmotives have been found out...? +125500 ,,,,,,,コマコ,Komako,013_CB07_k_066.wav,,,,komako,,0,,,,,Doing naughty things with Chi-chan... I have to do my best. +125600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,0,,,,,"I'll do my best too, so let's study a lot, Komako-chan." +125700 ,,,,,,,コマコ,Komako,013_CB07_k_067.wav,,,,komako,,21,,,,,Yeah. I'll work hard for Chi-chan's sake. +125800 ,,,,,,,,,,,,,komako,,21,,,,,Komako-chan said with her eyes sparkling. +125900 ,,,,,,,,,,,,,komako,,21,,,,,"I was careful not to let my ulterior motives show on my\nface, while thinking about what kind of studying we should\ndo from tomorrow..." +126000 ,,,0,9001,,,,,,,,,,,,,,,, +126200 ,@014_CB08,,,,,,,,,,,,,,,,,,, +126500 ,,,7,33,,,,,,,,,,,,,,,,"After Komako-chan left, I was alone." +126600 ,,,,,,,,,,,,,,,,,,,,I can't get the image of Komako-chan's masturbation out of\nmy head. It keeps replaying in my mind over and over. +126700 ,,,,,,,,,,,,,,,,,,,,"Since there's no other noise, I can perfectly recreate her\ncute moans. This is going to make my masturbation more\nproductive." +126800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... phew. +126900 ,,,,,,,,,,,,,,,,,,,,"I finished ejaculating for who knows how many times, and\ncleaned up with tissues." +127000 ,,,,,,,,,,,,,,,,,,,,"I've been stroking so much that my dick is starting to hurt.\nYet, my erection doesn't weaken." +127100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I never thought I'd get to see such a beautiful girl's\nmasturbation scene live. +127200 ,,,,,,,,,,,,,,,,,,,,"Oops, my son is stirring again. It's urging me to stroke it\nquickly." +127300 ,,,,,,,,,,,,,,,,,,,,"Just as I was about to comfort my stiff member, I noticed my\nphone blinking." +127400 ,,,,,9000020,,,,,,,,,,,,,,,...The only acquaintance who would contact me at this hour\nis that girl. I cleaned my sticky hands and opened the LIME\napp. +127600 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'Just now, there was an idol special on TV! I got so\nexcited!'" +127700 ,,,,,9000010,,,,,,,,,,,,,,,"After the message, there was a sticker I had given her as a\ngift. She must have really wanted to convey her excitement." +127800 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'Real idols are amazing, aren't they? They're so dazzling.'" +127900 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,"'Tenka-chan, you're dazzling too.'" +128000 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'Really? I'm so happy!' +128100 ,,,,,9000010,,,,,,,,,,,,,,,"A blushing smile sticker was sent. In my mind, I imagined\nTenka-chan with a shy smile. Unable to resist her cuteness,\nI relieved myself once." +128200 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'I want to become an idol...' +128300 ,,,,,9000010,,,,,,,,,,,,,,,"As usual, Tenka-chan murmured. She says something like this\nat least once a day." +128400 ,,,,,9000010,,,,,,,,,,,,,,,It shows just how strong Tenka-chan's desire to become an\nidol is. +128500 ,,,,,9000010,,,,,,,,,,,,,,,"I want to make it happen for her somehow, but there are\nthings I can and can't do..." +128600 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'......' +128700 ,,,,,9000010,,,,,,,,,,,,,,,"No, maybe... there's something I can do?" +128800 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,"'Then, do you want to try being an idol?'" +128900 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'What do you mean?' +129000 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'How about being the idol of my uncle's candy store?' +129100 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'At your uncle's store? Is that really being an idol?' +129200 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,"'You know, like a local idol.'" +129300 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'A local idol, huh.'" +129400 ,,,,,9000010,,,,,,,,,,,,,,,A sticker that seemed to be pondering was sent. Her reaction\nwasn't very positive. +129500 ,,,,,9000010,,,,,,,,,,,,,,,"Well, that's understandable. The idols Tenka- chan thinks of\nare probably those who are active on TV." +129600 ,,,,,9000010,,,,,,,,,,,,,,,She might not be interested in being an idol at a rundown\ncandy store in the countryside. +129700 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'That sounds kind of fun!' +129800 ,,,,,9000010,,,,,,,,,,,,,,,"Oh, she seems more interested than I thought. Maybe she's\nwilling to try anything under the guise of idol activities." +129900 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'But, doing it alone is embarrassing...'" +130000 ,,,,,9000010,,,,,,,,,,,,,,,A sticker of embarrassment. +130100 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'You need to build your stage confidence in places like\nthis.' +130200 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'That's true, but...'" +130300 ,,,,,9000010,,,,,,,,,,,,,,,Another sticker of embarrassment. +130400 ,,,,,9000010,,,,,,,,,,,,,,,"Even if she dreams of becoming an idol, embarrassment is\nstill embarrassing." +130500 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'Idols are supposed to be in groups, right?'" +130600 ,,,,,9000010,,,,,,,,,,,,,,,"Saying that, Tenka-chan mentions KGB48 and some handsome guy\ngroups, emphasizing the importance of being in a group." +130700 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'See? Idols have to be in groups, don't they?'" +130800 ,,,,,9000010,,,,,,,,,,,,,,,"Indeed, with such a strong argument, I start to think she\nmight be right." +130900 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'Then why not invite Chie-chan and Komako- chan?' +131000 ,,,,,9000010,,,,,,,,,,,,,,,A three-girl idol group... Just thinking about it makes my\nheart race. +131100 ,,,,,9000010,,,,,,,,,,,,,,,"What kind of outfits would look cutest on them? No, no, they\nwould look good in any outfit..." +131200 ,,,,,9000010,,,,,,,,,,,,,,,I imagine the beautiful girls dressed in idol costumes and\nfeel a wave of happiness. +131300 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'Ah, that might be nice.'" +131400 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'I wonder if Chie and Komako are interested in being idols?' +131500 ,,,,,9000010,,,,,,,,,,,,,,,"In times like this, Tenka-chan always hesitates. She\nprobably can't bring herself to invite them\nstraightforwardly." +131600 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,"'If it's with Tenka-chan, I think they'll do it.'" +131700 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'Do you think so...?' +131800 ,,,,,9000010,,,,,,,,,,,,,,,A stamp with a thoughtful expression. +131900 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,"'Think about it overnight. If you still feel okay being\nalone, I'm all for it.'" +132000 ,,,,,9000010,,,,,,,,,,,,,,,"I decide to end the conversation here, as it's not good to\npush too hard." +132100 ,,,,,9000010,,,,,,,,,,,,,,,"If Tenka-chan spends too much time on LIME, her mom might\nget mad at her." +132200 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'Yeah, I'll do that.'" +132300 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'Thanks, uncle. Good night.'" +132400 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'Good night.' +132500 ,,,,,9000010,,,,,,,,,,,,,,,"Finally, Tenka-chan sent a good night stamp." +132600 ,,,,,,,,,,,,,,,,,,,,Exchanging messages like this every night makes me feel like\nwe're a couple. +132700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"'A couple, huh...'" +132800 ,,,,,,,,,,,,,,,,,,,,I scroll back through the history and read the messages as\nif Tenka-chan and I were actually in a relationship. +132900 ,,,,,,,,,,,,,,,,,,,,"Since we're each other's first, we start off nervous, but\ngradually open up to each other over time..." +133000 ,,,,,,,,,,,,,,,,,,,,"Oh, what bliss." +133100 ,,,,,,,,,,,,,,,,,,,,"I've had enough satisfaction from tonight's masturbation, so\nI'll sleep wrapped in this happy feeling..." +133200 ,,,0,9000,,,,,,,,,,,,,,,, +133400 ,@015_CB09,,,,,,,,,,,,,,,,,,, +133700 ,,,,,,,,,,,,,,,,,,,, +133800 ,,,5,11,,,千恵,Chie,015_CB09_c_000.wav,,,,"chie,privateB",,5,,,,,"'Wow, it's so hot.'" +133900 ,,,,,,,,,,,,,chie,,5,,,,,"While cleaning in front of the store, Chie- chan wiped her\nsweat." +134000 ,,,,,,,千恵,Chie,015_CB09_c_001.wav,,,,chie,,5,,,,,'I'm starting to crave ice cream.' +134100 ,,,,,,,コマコ,Komako,015_CB09_k_000.wav,"komako,privateC",,23,chie,,5,,,,,"'Chie-chan, you don't have any allowance left, do you?'" +134200 ,,,,,,,千恵,Chie,015_CB09_c_002.wav,komako,,23,chie,,25,,,,,'That's true... But ice cream is expensive! Can't it be a\nlittle cheaper?' +134300 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,25,,,,,"'Even with my power, I can't do that.'" +134400 ,,"",,,,,,,,komako,,23,chie,,25,,,,,Even cheap ice cream costs over 60 yen... It's a luxury for\nChie-chan and the others. +134500 ,,,,,,,甜花,Tenka,015_CB09_t_000.wav,,,,,,,"tenka,privateC",,34,,... +134600 ,,,,,,,,,,,,,,,,tenka,,34,,"Listening to our conversation, Tenka-chan sat silently on\nthe bench." +134700 ,,,,,,,,,,,,,,,,tenka,,34,,She's probably thinking about the local idol I mentioned on\nLIME yesterday. +134800 ,,,,,,,,,,,,,,,,tenka,,34,,"As proof, she repeatedly opened her mouth to call out to\nChie-chan or Komako-chan, but lacked the courage and closed\nit again." +134900 ,,,,,,,千恵,Chie,015_CB09_c_003.wav,,,,chie,,3,tenka,,34,,"Tenka-chan, you don't seem very energetic today." +135000 ,,,,,,,甜花,Tenka,015_CB09_t_001.wav,,,,chie,,3,tenka,,23,,R-Really? I'm just the same as always. +135100 ,,,,,,,コマコ,Komako,015_CB09_k_001.wav,komako,,20,,,,tenka,,23,,You're usually more lively. +135200 ,,,,,,,甜花,Tenka,015_CB09_t_002.wav,komako,,20,,,,tenka,,10,,I'm not being noisy! +135300 ,,,,,,,千恵,Chie,015_CB09_c_004.wav,komako,,20,chie,,1,tenka,,10,,That's right! You're just full of energy! +135400 ,,,,,,,甜花,Tenka,015_CB09_t_003.wav,komako,,20,chie,,1,tenka,,30,,It's nothing... I'm just being normal. +135500 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan turned away with a pout. Somehow, it seemed like\nKomako-chan's mood worsened because Chie-chan defended\nTenka-chan." +135600 ,,,,,,,,,,,,,,,,,,,,"...Upon closer observation, Komako-chan is really attached\nto Chie-chan." +135700 ,,,,,,,,,,,,,,,,,,,,"She always tries to stay by Chie-chan's side. Even when she\nhas to be apart, she keeps checking on Chie-chan and doesn't\ngo far." +135800 ,,,,,,,,,,,,,,,,,,,,I wonder if her pussy gets all wet when she's thinking about\nChie-chan like that? +135900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...This is bad. +136000 ,,,,,,,甜花,Tenka,015_CB09_t_004.wav,,,,,,,tenka,,4,,Huh? Where are you going? +136100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,4,,"I'm going to the restroom. Chie-chan, could you watch the\nstore for me?" +136200 ,,,,,,,千恵,Chie,015_CB09_c_005.wav,,,,chie,,1,,,,,Leave it to me! +136300 ,,,,,,,コマコ,Komako,015_CB09_k_002.wav,komako,,0,,,,,,,,I don't think anyone will come. +136400 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,Don't say something so sad... +136500 ,,,,,,,,,,,,,,,,,,,,"Probably no one will come, though." +136700 ,,,,51,,,,,,,,,,,,,,,,I left the store to the three beautiful girls and rushed to\nthe restroom. It was because I remembered Komako-chan's\nmasturbation scene. +136800 ,,,,,,,,,,,,,,,,,,,,Just recalling the soaked panties of a beautiful girl turns\nmy penis into a raging spear. +136900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Just a little... I have to get back soon... +137000 ,,,,,,,,,,,,,,,,,,,,"Thinking that, my masturbation in the restroom didn't end\nuntil I ejaculated more than ten times." +137200 ,,,6,21,,,甜花,Tenka,015_CB09_t_005.wav,komako,,23,chie,,23,tenka,,32,,"Ah, you finally came back." +137300 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,23,tenka,,32,,"Thanks, everyone. Did any customers come?" +137400 ,,,,,,,千恵,Chie,015_CB09_c_006.wav,komako,,23,chie,,1,tenka,,32,,No one came! We were just chatting the whole time. +137500 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,1,tenka,,32,,"Oh, what were you talking about?" +137600 ,,,,,,,コマコ,Komako,015_CB09_k_003.wav,komako,,0,chie,,1,tenka,,32,,Summer vacation homework. We were talking about how far\nwe've gotten. +137700 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,1,tenka,,32,,"Homework, huh... Everyone's been playing here all afternoon,\nbut are you making progress?" +137800 ,,,,,,,甜花,Tenka,015_CB09_t_006.wav,komako,,0,chie,,1,tenka,,7,,"I'm doing it little by little. If I don't do my homework, my\nmom will take away my phone." +137900 ,,,,,,,コマコ,Komako,015_CB09_k_004.wav,komako,,21,chie,,1,tenka,,7,,I'm progressing according to plan. +138000 ,,,,,,,千恵,Chie,015_CB09_c_006a.wav,komako,,21,chie,,21,tenka,,7,,Chie-chan hasn't done any at all! +138100 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,21,tenka,,7,,You don't need to report that so energetically... +138200 ,,,,,,,コマコ,Komako,015_CB09_k_005.wav,komako,,0,chie,,21,tenka,,7,,Chie-chan is the type to do it all at once at the end of\nsummer vacation. +138300 ,,,,,,,甜花,Tenka,015_CB09_t_007.wav,komako,,0,chie,,21,tenka,,37,,Aren't you just copying the answers? +138400 ,,,,,,,千恵,Chie,015_CB09_c_007.wav,komako,,0,chie,,33,tenka,,37,,"N-no, I'm not! Really!" +138500 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,33,tenka,,37,,So you are doing it. +138600 ,,,,,,,千恵,Chie,015_CB09_c_008.wav,komako,,0,chie,,33,tenka,,37,,...I'm sorry. +138700 ,,,,,,,コマコ,Komako,015_CB09_k_006.wav,komako,,21,chie,,33,tenka,,37,,"Do you want to do homework together? If you do it with\nsomeone, it'll be done in no time." +138800 ,,,,,,,甜花,Tenka,015_CB09_t_008.wav,komako,,21,chie,,33,tenka,,16,,"A study session? If you really want to, I guess I could\njoin..." +138900 ,,,,,,,千恵,Chie,015_CB09_c_009.wav,komako,,21,chie,,1,tenka,,16,,Then it's decided! When should we do it? +139000 ,,,,,,,,,,,,,,,,,,,,"Everyone started talking enthusiastically. When it comes to\nhomework, I can't really join in... It's a bit lonely." +139100 ,,,,,,,,,,,,,,,,,,,,"I glanced at Tenka-chan. With this flow, she probably can't\nbring up the local idol thing..." +139200 ,,,,,,,,,,,,,,,,,,,,"Maybe I should give her a little help. It might seem\nindulgent, but spoiling a beautiful girl is only natural." +139300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, does summer vacation homework include a free research\nproject?" +139400 ,,,,,,,千恵,Chie,015_CB09_c_010.wav,,,,chie,,0,,,,,"It does! I haven't decided what to do yet, though." +139500 ,,,,,,,甜花,Tenka,015_CB09_t_009.wav,,,,chie,,0,tenka,,3,,I haven't decided either. I should probably figure it out\nsoon. +139600 ,,,,,,,コマコ,Komako,015_CB09_k_007.wav,komako,,3,chie,,0,tenka,,3,,Do you have any good ideas for a topic? +139700 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,0,tenka,,3,,"Here's a suggestion from your uncle: since Chie-chan is\nworking part-time, why not use that as a career experience\ntopic?" +139800 ,,,,,,,千恵,Chie,015_CB09_c_011.wav,komako,,3,chie,,21,tenka,,3,,That's a great idea! It sounds really fun! +139900 ,,,,,,,甜花,Tenka,015_CB09_t_010.wav,komako,,3,chie,,21,tenka,,29,,But only Chie can write about that. Can we do part-time jobs\ntoo? +140000 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,21,tenka,,29,,"That might be good too, but since it's a special\nopportunity, wouldn't a more girly job be better?" +140100 ,,,,,,,コマコ,Komako,015_CB09_k_008.wav,komako,,23,,,,,,,,"Then, what would be good?" +140200 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Well, since there are three girls here, how about 'idol'?" +140300 ,,,,,,,千恵,Chie,015_CB09_c_012.wav,komako,,23,chie,,1,,,,,Idol!? That sounds fun! +140400 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,1,,,,,"Right? Since you're doing a career experience, I think\naiming for a big dream like being an idol is great." +140500 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,1,,,,,"You know, local idols are popular these days. I think an\nidol for my uncle's candy shop isn't a bad idea..." +140600 ,,,,,,,甜花,Tenka,015_CB09_t_011.wav,,,,,,,tenka,,16,,H-Hmph. That might be nice... +140700 ,,,,,,,,,,,,,,,,tenka,,16,,"Somehow, even though Tenka-chan tries to act mature, her\nemotions always show on her body." +140800 ,,,,,,,,,,,,,,,,tenka,,16,,"Her words suggest reluctance, but her body is fidgeting,\nunable to hide her excitement." +140900 ,,,,,,,,,,,,,,,,tenka,,16,,She's such a cute girl. +141000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,16,,"What about you, Komako-chan? Want to try being an idol?" +141100 ,,,,,,,コマコ,Komako,015_CB09_k_009.wav,komako,,33,,,,,,,,"...If Chie-chan does it, I'll do it too." +141200 ,,,,,,,,,,komako,,33,,,,,,,,Komako-chan doesn't seem very interested. It's more like she\njust wants to play with Chie-chan rather than wanting to be\nan idol. +141300 ,,,,,,,千恵,Chie,015_CB09_c_013.wav,,,,chie,,1,,,,,"Then let's form a three-person group! All three of us\ntogether... um, uh..." +141400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Oh, right. We need to decide on a group name right away." +141500 ,,,,,,,千恵,Chie,015_CB09_c_014.wav,,,,chie,,0,,,,,What do you think? Should we go with 'Dagashiya Princess'? +141600 ,,,,,,,甜花,Tenka,015_CB09_t_012.wav,,,,chie,,0,tenka,,10,,"No way! That's a rip-off from an anime, and it's childish.\nWe need a more fitting name!" +141700 ,,,,,,,千恵,Chie,015_CB09_c_015.wav,,,,chie,,25,tenka,,10,,Is it really that bad...? +141800 ,,,,,,,コマコ,Komako,015_CB09_k_010.wav,komako,,20,chie,,25,tenka,,10,,I think Dagashiya Princess is fine too. +141900 ,,,,,,,甜花,Tenka,015_CB09_t_013.wav,komako,,20,chie,,25,tenka,,10,,No! No means no! +142000 ,,,,,,,甜花,Tenka,015_CB09_t_014.wav,komako,,20,chie,,25,tenka,,38,,"An idol group name should be easy to remember, but catchy..." +142100 ,,,,,,,千恵,Chie,015_CB09_c_016.wav,komako,,20,chie,,3,tenka,,38,,What's catchy? +142200 ,,,,,,,コマコ,Komako,015_CB09_k_011.wav,komako,,23,chie,,3,tenka,,38,,Something like easy to remember or impressive. +142300 ,,,,,,,甜花,Tenka,015_CB09_t_015.wav,komako,,23,chie,,3,tenka,,1,,Exactly! And it has to be a cute name too! +142400 ,,,,,,,,,,komako,,23,chie,,3,tenka,,1,,"As soon as the idol group formation was decided, Tenka-\nchan's excitement soared." +142500 ,,,,,,,,,,komako,,23,chie,,3,tenka,,1,,She probably couldn't wait to talk about this today. It was\ndefinitely the right call to lend a helping hand. +142600 ,,,,,,,千恵,Chie,015_CB09_c_017.wav,komako,,23,chie,,34,tenka,,1,,"I see, a cute name... Hmm, it's tough." +142700 ,,,,,,,コマコ,Komako,015_CB09_k_012.wav,komako,,20,chie,,34,tenka,,1,,"Chii-chan, since we're at it, let's think a bit more? I'll\ndo my best too." +142800 ,,,,,,,甜花,Tenka,015_CB09_t_016.wav,komako,,20,chie,,34,tenka,,20,,"That's right, the current one is no good, but if we all\nthink together, I'm sure we'll come up with a great group\nname!" +142900 ,,,,,,,,,,,,,,,,,,,,The three of them immediately formed a circle and started\ntheir meeting. Chii-chan seemed to have forgotten all about\nher part-time job. +143000 ,,,,,,,,,,,,,,,,,,,,They look like they're having fun. I wonder if there's a way\nfor me to join the circle of these beautiful girls. +143100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, I thought of a name like this――" +143200 ,,,,,,,甜花,Tenka,015_CB09_t_017.wav,,,,,,,"tenkaL,privateC",,10,,"No, Uncle! We decide the group name ourselves! Chii, Komako,\nlet's have our first meeting in the tatami room now!" +143300 ,,,,,,,千恵,Chie,015_CB09_c_018.wav,komako,,20,chie,,20,,,,,"Uncle, is it okay if we have a meeting?" +143400 ,,,,,,,コマコ,Komako,015_CB09_k_013.wav,komako,,20,chie,,20,tenka,,10,,"If it's not okay, then it's fine, right?" +143500 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,chie,,20,,"Ah... it's fine, it's fine. It's your summer homework after\nall. I'll mind the store today." +143600 ,,,,,,,甜花,Tenka,015_CB09_t_018.wav,komako,,20,tenka,,1,chie,,20,,"Alright, let's do our best for the first meeting!" +144000 ,,,,,,,千恵@甜花,Chie & Tenka,015_CB09_c_019.wav@015_CB09_t_019.wav,,,,chie,,1,tenka,,1,,Yeah! +144100 ,,,,,,,,,,,,,,,,,,,,Tenka-chan and Chii-chan entered the tatami room as if it\nwere their own. +144200 ,,,,,,,,,,,,,,,,,,,,Komako-chan followed after them. +144300 ,,,,,,,コマコ,Komako,015_CB09_k_014.wav,"komakoL,privateC",,20,,,,,,,,"Sorry, okay?" +144400 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,,,,,Thank you... Komako-chan's kindness has lifted my spirits a\nbit. +144500 ,,,,,,,,,,komako,,20,,,,,,,,"Immediately, voices of Tenka-chan and Chii- chan could be\nheard from the back tatami room." +144600 ,,,,,,,おばあさん,Old Woman,,,,,,,,,,,,Excuse me. +144700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, welcome." +144800 ,,,,,,,甜花,Tenka,015_CB09_t_020.wav,,,,,,,,,,,"That's why, stop thinking of names like something-Ranger!" +144900 ,,,,,,,千恵,Chie,015_CB09_c_020.wav,,,,,,,,,,,I think it's catchy though... +145000 ,,,,,,,おばあさん,Old Woman,,,,,,,,,,,,I can hear such lively voices. Just hearing them lifts my\nspirits. +145100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,That's true. Haha... +145200 ,,,,,,,,,,,,,,,,,,,,I continued to mind the store with a wry smile. +145500 ,,,7,,,,,,,,,,,,,,,,,"Since not many people come today, when the customers stop\ncoming, I can't help but eavesdrop on the meeting of the\nbeautiful girls." +145600 ,,,,,,,,,,,,,,,,,,,,"When I peeked in, the three of them were huddled together,\nlooking quite heated." +145800 ,,"",,31,,,甜花,Tenka,015_CB09_t_021.wav,,,,chie,,21,tenka,,32,,"...Chii, do you maybe have no sense for naming?" +145900 ,,,,,,,千恵,Chie,015_CB09_c_021.wav,,,,chie,,5,tenka,,32,,"Ehh! Tenka-chan, that's mean!" +146000 ,,,,,,,甜花,Tenka,015_CB09_t_022.wav,,,,chie,,5,tenka,,10,,"Then, could you stop trying to name the group after snacks!?" +146100 ,,,,,,,千恵,Chie,015_CB09_c_022.wav,,,,chie,,38,tenka,,10,,"Since we're idols from a snack shop, I thought a candy name\nwould be better..." +146200 ,,,,,,,コマコ,Komako,015_CB09_k_015.wav,komako,,20,chie,,38,tenka,,10,,"Chii-chan, it's fine to choose your favorite candy, but\nthere are cute candy names too, like Apricot..." +146300 ,,,,,,,千恵,Chie,015_CB09_c_023.wav,komako,,20,chie,,23,tenka,,10,,Apricot? Chii-chan doesn't know that... +146400 ,,,,,,,コマコ,Komako,015_CB09_k_016.wav,komako,,21,chie,,23,tenka,,10,,It's another name for apricot. +146500 ,,,,,,,甜花,Tenka,015_CB09_t_023.wav,komako,,21,chie,,23,tenka,,1,,"Ah, that might be a good idea!" +146800 ,,,,,,,,,,,,,,,,,,,,"Since Tenka-chan wants to become an idol someday, she might\nbe thinking of her own group name." +146900 ,,,,,,,,,,,,,,,,,,,,She probably has a name she wants to debut with... +147000 ,,,,,,,,,,,,,,,,,,,,"Maybe she wants to keep it special until her debut, or maybe\nshe just can't bring herself to say it..." +147100 ,,,,,,,,,,,,,,,,,,,,It's probably the latter. +147200 ,,,,,,,千恵,Chie,015_CB09_c_024.wav,,,,chie,,10,,,,,Ugh... I'm tired!! +147300 ,,,,,,,,,,,,,,,,,,,,"With a thud, Chii-chan sprawled out on the floor. Tenka-chan\nand Komako-chan also sat back on the cushions, looking\ntired." +147400 ,,,,,,,コマコ,Komako,015_CB09_k_017.wav,komako,,20,,,,,,,,Let's take a break. It's getting hot... +147500 ,,,,,,,甜花,Tenka,015_CB09_t_024.wav,komako,,20,,,,tenka,,12,,"I thought we'd decide more easily, but it's taking a while." +147600 ,,,,,,,千恵,Chie,015_CB09_c_025.wav,,,,chie,,5,,,,,"Phew, it's so hot. At times like this..." +147700 ,,,,,,,,,,,,,,,,,,,,Chii-chan suddenly got up and stood in front of the fan. +147800 ,,,,,,,,,,,,,,,,,,,,She grabbed the hem of her skirt... and started flapping it. +147900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... ohhh...! +148000 ,,,,,,,千恵,Chie,015_CB09_c_026.wav,,,,chie,,1,,,,,"Ahhh, so cool! Komako-chan, you should try it too!" +148400 ,,,,,,,コマコ,Komako,015_CB09_k_018.wav,komako,,21,,,,,,,,"Yeah, I'll do it..." +148500 ,,,,,,,,,,komako,,21,,,,,,,,"While I was flustered, Komako-chan also stood in front of\nthe fan." +148700 ,,,13,,4190000,,,,,,,,,,,,,,, +148800 ,*mem,,,,4190000,,,,,,,,,,,,,,, +148900 ,,,13,,4190000,,コマコ,Komako,015_CB09_k_019.wav,,,,komako,,0,,,,,"...Chii-chan, it's cool and feels nice, right?" +149000 ,,,,,4190000,,,,,,,,,,,,,,,"With the fan's breeze and Chii-chan and Komako-chan's hand\nmovements, not only their panties but also their cute belly\nbuttons were visible." +149100 ,,,,,4190000,,,,,,,,,,,,,,,"Smartphone... where's my smartphone...? I hurriedly searched\nmy pocket, launched the silent camera app, and got ready." +149200 ,,,,,4190000,,,,,,,,,,,,,,,"I confirmed that no one was looking this way. After checking\nthe store, I pressed the shutter button repeatedly." +149300 ,,,,,4190000,,,,,,,,,,,,,,,"Hey, hey... everyone, you're not being cautious enough. What\nif a pervert saw you like this? You'd be in trouble." +149400 ,,,,,4190000,,,,,,,,,,,,,,,"Fortunately, I'm a gentleman among perverts, so I wouldn't\ndo anything rash like attacking suddenly." +149500 ,,,,,4190000,,,,,,,,,,,,,,,"I just capture this moment from afar, hoping it lasts\nforever." +149600 ,,,,,4190000,,甜花,Tenka,015_CB09_t_025.wav,,,,tenka,,0,,,,,H-Hey! What are you two doing?! Your panties are showing! +149700 ,,,,,4190000,,千恵,Chie,015_CB09_c_027.wav,,,,chie,,0,,,,,No one's watching. This feels really cool. +149800 ,,,,,4190000,,千恵,Chie,015_CB09_c_028.wav,,,,chie,,0,,,,,Is the wind a bit weak? Let's turn it to the strongest! +149900 ,,,,,4190000,,,,,,,,,,,,,,,"With a click, the fan's button was pressed. The wind\nsuddenly became stronger, and the skirts of the beautiful\ngirls fluttered and danced." +150000 ,,,,,4190000,,コマコ,Komako,015_CB09_k_020.wav,,,,komako,,0,,,,,"My crotch feels breezy... Chii-chan, your belly button is\ncompletely visible." +150100 ,,,,,4190000,,千恵,Chie,015_CB09_c_029.wav,,,,chie,,0,,,,,Ahahaha! The skirt flapping is a bit ticklish! +150200 ,,,,,4190000,,,,,,,,,,,,,,,"Chii-chan and Komako-chan seem to be cooling off, but my\ncrotch is getting unbearably hot." +150300 ,,,,,4190000,,,,,,,,,,,,,,,I continue taking pictures while letting the occasional\nbreeze cool me down. +150400 ,,,,,4190000,,千恵,Chie,015_CB09_c_030.wav,,,,chie,,0,,,,,"Tenka-chan, have you ever done this?" +150500 ,,,,,4190000,,甜花,Tenka,015_CB09_t_026.wav,,,,tenka,,0,,,,,I've never done it! I've never used a fan like this... and\nmy panties would be completely visible! +150600 ,,,,,4190000,,千恵,Chie,015_CB09_c_031.wav,,,,chie,,0,,,,,"Eh~ I don't think you need to worry. We don't do it when\nboys are around, but it's just us girls now." +150700 ,,,,,4190000,,,,,,,,,,,,,,,"That's right, there's no need to worry. I'm just like air.\nNot a man." +150800 ,,,,,4190000,,甜花,Tenka,015_CB09_t_027.wav,,,,tenka,,0,,,,,"You say it so easily, but I don't think it's normal..." +150900 ,,,,,4190000,,,,,,,,,,,,,,,It seems Tenka-chan is quite resistant to having her panties\nexposed. +151000 ,,,,,4190000,,,,,,,,,,,,,,,"As someone aiming to be an idol, she's probably sensitive\nabout panty flashes." +151100 ,,,,,4190000,,コマコ,Komako,015_CB09_k_021.wav,,,,komako,,0,,,,,All the girls at school do it. +151200 ,,,,,4190000,,千恵,Chie,015_CB09_c_032.wav,,,,chie,,0,,,,,"Yeah, yeah. When we all stayed over at Komako-chan's house,\nwe did it after the bath." +151300 ,,,,,4190000,,千恵,Chie,015_CB09_c_033.wav,,,,chie,,0,,,,,"It gets all stuffy under the skirt. Isn't it the same for\nyou, Tenka-chan?" +151400 ,,,,,4190000,,甜花,Tenka,015_CB09_t_028.wav,,,,tenka,,0,,,,,I... kind of think so... +151500 ,,,,,4190000,,甜花,Tenka,015_CB09_t_029.wav,,,,tenka,,0,,,,,"...Well, just a little..." +151600 ,,,,,4190000,,,,,,,,,,,,,,,"Succumbing to their persuasion, Tenka-chan decided to join\nin." +151700 ,,,,,4190000,,,,,,,,,,,,,,,"Chii-chan, Komako-chan, good job! Since the three of you are\nsuch good friends, you have to flash your panties together!" +151900 ,,,,,4190010,,甜花,Tenka,015_CB09_t_030.wav,,,,tenka,,0,,,,,Ah... it feels nice... +152000 ,,,,,4190010,,千恵,Chie,015_CB09_c_034.wav,,,,chie,,0,,,,,Right? Flapping your skirt is really nice! +152100 ,,,,,4190010,,甜花,Tenka,015_CB09_t_031.wav,,,,tenka,,0,,,,,"Geez... if you do that, you'll see my stomach too..." +152200 ,,,,,4190010,,コマコ,Komako,015_CB09_k_022.wav,,,,komako,,0,,,,,But it's really refreshing. +152300 ,,,,,4190010,,甜花,Tenka,015_CB09_t_032.wav,,,,tenka,,0,,,,,"I get it... Hey, Chii! Don't lift my skirt!" +152400 ,,,,,4190010,,千恵,Chie,015_CB09_c_035.wav,,,,chie,,0,,,,,Ahahaha! Your face is all red! +152500 ,,,,,4190010,,,,,,,,,,,,,,,"Chii-chan vigorously flapped Tenka-chan's skirt, which had\nbeen modestly lifted." +152600 ,,,,,4190010,,,,,,,,,,,,,,,We got a full panty and belly button shot. The camera has\nalready switched to video mode. +152700 ,,,,,4190010,,,,,,,,,,,,,,,"I want to observe more closely, but if I get closer, Tenka-\nchan will quickly move away from the fan. I continue filming\nwhile trying hard to suppress my urges." +152800 ,,,,,4190010,,千恵,Chie,015_CB09_c_036.wav,,,,chie,,0,,,,,"Tenka-chan, your panties are cute. Where did you get them?" +152900 ,,,,,4190010,,甜花,Tenka,015_CB09_t_033.wav,,,,tenka,,0,,,,,T-These... I got them before I moved. +153000 ,,,,,4190010,,千恵,Chie,015_CB09_c_037.wav,,,,chie,,0,,,,,"Oh, Chii-chan's mom buys her panties for her!" +153100 ,,,,,4190010,,コマコ,Komako,015_CB09_k_023.wav,,,,komako,,0,,,,,"...Um, I think Chii-chan's panties are cute too." +153200 ,,,,,4190010,,千恵,Chie,015_CB09_c_038.wav,,,,chie,,0,,,,,"Really? Thanks, Komako-chan!" +153300 ,,,,,4190010,,,,,,,,,,,,,,,Komako-chan's cheeks turned a rosy red at Chii-chan's smile. +153400 ,,,,,4190010,,甜花,Tenka,015_CB09_t_034.wav,,,,tenka,,0,,,,,Ugh... why are we talking about panties in front of the\nfan... +153500 ,,,,,4190010,,千恵,Chie,015_CB09_c_039.wav,,,,chie,,0,,,,,"Hey, hey, Tenka-chan, what do you think of Chii-chan's\npanties?" +153600 ,,,,,4190010,,甜花,Tenka,015_CB09_t_035.wav,,,,tenka,,0,,,,,They're cute! +153700 ,,,,,4190010,,千恵,Chie,015_CB09_c_040.wav,,,,chie,,0,,,,,"―Oh! About the group name, how about 'Ribbon Girls'?" +153800 ,,,,,4190010,,コマコ,Komako,015_CB09_k_024.wav,,,,komako,,0,,,,,That's kind of cute... +153900 ,,,,,4190010,,甜花,Tenka,015_CB09_t_036.wav,,,,tenka,,0,,,,,"That's pretty good for you, Chii. How did you come up with\nit?" +154000 ,,,,,4190010,,千恵,Chie,015_CB09_c_041.wav,,,,chie,,0,,,,,Because everyone has ribbons on their panties! +154100 ,,,,,4190010,,甜花,Tenka,015_CB09_t_037.wav,,,,tenka,,0,,,,,"N-No way! If that's the reason, then no!" +154200 ,,,,,4190010,,千恵,Chie,015_CB09_c_042.wav,,,,chie,,0,,,,,Ehh!! Why not!? +154300 ,,,,,4190010,,甜花,Tenka,015_CB09_t_038.wav,,,,tenka,,0,,,,,Are you planning to answer 'because everyone has ribbons on\ntheir panties' when asked about the group name!? +154400 ,,,,,4190010,,甜花,Tenka,015_CB09_t_039.wav,,,,tenka,,0,,,,,I can't imagine doing idol activities with such an\nembarrassing name! +154500 ,,,,,4190010,,千恵,Chie,015_CB09_c_043.wav,,,,chie,,0,,,,,But Komako-chan and Tenka-chan are wearing cute panties... I\nthought it was a good idea... +154600 ,,,,,4190010,,,,,,,,,,,,,,,"It's true, everyone has cute panties. I can understand\nwanting to name it that way." +154700 ,,,,,4190010,,,,,,,,,,,,,,,Well then... if I had to choose the cutest panties from an\nuncle's perspective... +154800 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Chii-chan,sel_1a",,,,,,,,,,,,,,,,,,,■@ Chie +↓,"$menu_item 1,Komako-chan,sel_1b",,,,,,,,,,,,,,,,,,,■A Komako +↓,"$menu_item 2,Tenka-chan,sel_1c",,,,,,,,,,,,,,,,,,,■B Tenka +↓,"$menu_item 3,All of them are cute,sel_1d",,,,,,,,,,,,,,,,,,,■C Everyone's cute +↓,$menu_end,,,,,,,,,,,,,,,,,,, +154900 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Chie +155000 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +155200 ,,,,,4190010,,,,,,,,,,,,,,,"It's a tough choice, but Chii-chan takes the win here." +155300 ,,,,,4190010,,,,,,,,,,,,,,,Simple white panties with a single ribbon. It's the perfect\nbalance. +155400 ,,,,,4190010,,,,,,,,,,,,,,,"White panties are a man's romance. The fact that Chii-chan,\nwho doesn't know about men's preferences, is wearing them\nmakes their value skyrocket." +155500 ,,,,,4190010,,,,,,,,,,,,,,,"Therefore, today's winner is Chii-chan. It was a difficult\ndecision, but I am confident in my choice." +155600 ,$go join_1,,,,,,,,,,,,,,,,,,, +155700 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Komako +155800 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +156000 ,,,,,4190010,,,,,,,,,,,,,,,"It's difficult... really difficult, but... one vote for\nKomako-chan!" +156100 ,,,,,4190010,,,,,,,,,,,,,,,The white base with blue patterns is refreshing and a\nperfect match for half- Japanese Komako-chan. +156200 ,,,,,4190010,,,,,,,,,,,,,,,"Among the three, these panties have the most mature vibe,\nbut they enhance Komako-chan's cuteness and stimulate my\npenis." +156300 ,,,,,4190010,,,,,,,,,,,,,,,"Therefore, today's number one is Komako-chan. Today, I\nbecome a man who loves Komako-chan's panties." +156400 ,$go join_1,,,,,,,,,,,,,,,,,,, +156500 ,*sel_1c,,,,,,,,,,,,,,,,,,,■B Tenka +156600 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +156800 ,,,,,4190010,,,,,,,,,,,,,,,"After carefully observing the three and taking my time to\ndeliberate, the result I arrived at is... Tenka-chan." +156900 ,,,,,4190010,,,,,,,,,,,,,,,"Pink with white polka dots, the cutest panties among the\nthree. As expected of an aspiring idol. Her sense shines." +157000 ,,,,,4190010,,,,,,,,,,,,,,,"She intends to captivate her fans' crotches with those\npanties. Mister, I've already become a big fan." +157100 ,,,,,4190010,,,,,,,,,,,,,,,"Therefore, today's number one is Tenka-chan. Please continue\nto delight my crotch with those panties." +157200 ,$go join_1,,,,,,,,,,,,,,,,,,, +157300 ,*sel_1d,,,,,,,,,,,,,,,,,,,■C Everyone's cute +157400 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +157500 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +157600 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +157800 ,,,,,4190010,,,,,,,,,,,,,,,Having to choose just one from these three cute girls...\nthere's no way I can do that! +157900 ,,,,,4190010,,,,,,,,,,,,,,,"Panties are individuality. Individuality should be\nrespected. Therefore, I can't decide on just one." +158000 ,,,,,4190010,,,,,,,,,,,,,,,I don't mind being called indecisive. I love all the\npanties! May the panties worn by beautiful girls be blessed! +158100 ,,,,,4190010,,,,,,,,,,,,,,,"Therefore, today's number one is everyone! Panties are\nbeautiful when worn by beautiful girls!" +158200 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +158300 ,,,,,4190010,,甜花,Tenka,015_CB09_t_040.wav,,,,tenka,,0,,,,,"Hey, let's continue our discussion. We need to decide on a\nlot of things today. It's cool enough now, right?" +158400 ,,,,,4190010,,千恵,Chie,015_CB09_c_044.wav,,,,chie,,0,,,,,Isn't it just the group name we need to decide? +158500 ,,,,,4190010,,甜花,Tenka,015_CB09_t_041.wav,,,,tenka,,0,,,,,"We have to think about poses, signatures... a lot of things,\nor we can't become idols..." +158600 ,,,,,4190010,,コマコ,Komako,015_CB09_k_025.wav,,,,komako,,0,,,,,It feels a bit early for signatures. +158700 ,,,,,4190010,,甜花,Tenka,015_CB09_t_042.wav,,,,tenka,,0,,,,,"There's no harm in thinking ahead, right? What if someone\nsuddenly asks for a signature?" +158800 ,,,,,4190010,,千恵,Chie,015_CB09_c_045.wav,,,,chie,,0,,,,,Um... I'll try my best to scribble something. +158900 ,,,,,4190010,,甜花,Tenka,015_CB09_t_043.wav,,,,tenka,,0,,,,,"Don't underestimate signatures! It might just look like\nscribbles, but they have meaning and need to show\nindividuality too―" +159000 ,,,,,4190010,,,,,,,,,,,,,,,"Once again, Tenka-chan's switch was flipped. She started\ntalking about what it means to be an idol and the mindset of\nan idol." +159100 ,,,,,4190010,,,,,,,,,,,,,,,"Chie-chan was nodding and listening seriously, but Komako-\nchan looked a bit bored. She really isn't interested, huh..." +159200 ,,,,,4190010,,千恵,Chie,015_CB09_c_046.wav,,,,chie,,0,,,,,"Alright, let's resume the meeting!" +159300 ,$event_return,,,,,,,,,,,,,,,,,,, +159500 ,,,13,21,,,,,,,,,,,,,,,,"Seeing the three of them move away from the fan, I quietly\nleft the spot as well." +159600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,This meeting... seems like it's going to drag on. +159700 ,,,,,,,,,,,,,,,,,,,,Chie-chan seems to have forgotten about her part-time job... +159800 ,,,,,,,,,,,,,,,,,,,,"Oh well. I don't want to interrupt them when they're having\nso much fun, so I'll let them talk as much as they want." +159900 ,,,,,,,,,,,,,,,,,,,,"While occasionally attending to customers who came into the\nshop, I watched the beautiful girls engrossed in their\nconversation in the room." +160100 ,,,7,32,,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone, it's about time to go home." +160200 ,,,,,,,甜花,Tenka,015_CB09_t_044.wav,,,,,,,tenka,,4,,Huh! Is it already that late? +160300 ,,,,,,,千恵,Chie,015_CB09_c_047.wav,,,,chie,,5,tenka,,4,,"Time flew by, didn't it?" +160700 ,,,,,,,甜花,Tenka,015_CB09_t_045.wav,,,,chie,,5,tenka,,32,,"I've been talking so much, my throat is dry..." +160800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,tenka,,32,,"So, did you decide on a group name?" +160900 ,,,,,,,甜花,Tenka,015_CB09_t_046.wav,,,,,,,"tenka,privateC",,1,,We nailed it! It's a cute and idol-like name! +161000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,1,,I'm curious. Will you tell me? +161100 ,,,,,,,甜花,Tenka,015_CB09_t_047.wav,,,,,,,tenka,,18,,"If you're that eager, maybe I'll tell you. ...Ready, set!" +161200 ,,,,,,,千恵@コマコ@甜花,Three People,015_CB09_c_049.wav@015_CB09_k_027.wav@015_CB09_t_048.wav,komako,,1,tenka,,1,chie,,1,,'DGS48'! +161300 ,,,,,,,主人公,Kiyoshi,,komako,,1,tenka,,1,chie,,1,,Oh... oh? +161400 ,,,,,,,,,,,,,,,,,,,,48? +161500 ,,,,,,,甜花,Tenka,015_CB09_t_049.wav,,,,,,,tenka,,17,,...Why do you look so puzzled? +161600 ,,,,,,,,,,,,,,,,tenka,,17,,"Seeing my reaction, Tenka-chan suddenly became displeased.\nShe probably thought I'd be more surprised." +161700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,17,,S-Sorry. I was just curious about the origin of the name. +161800 ,,,,,,,千恵,Chie,015_CB09_c_050.wav,,,,chie,,1,,,,,"You see, you see, DGS is short for dagashi!" +161900 ,,,,,,,コマコ,Komako,015_CB09_k_028.wav,komako,,21,chie,,1,,,,,"Since we're idols of a dagashi shop, we thought a name based\non dagashi would be fitting." +162000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I see. +162100 ,,,,,,,,,,,,,,,,,,,,"So, what does the 48 stand for...? There aren't 48 members.\nIf there were 48 members in the future, I'd be thrilled." +162200 ,,,,,,,甜花,Tenka,015_CB09_t_050.wav,,,,,,,tenka,,0,,There are two reasons for the 48. The first is because we\nwant to be like KGB48. +162300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,0,,"Ah, so that's the reference." +162400 ,,,,,,,甜花,Tenka,015_CB09_t_051.wav,,,,,,,tenka,,38,,"The second reason is... 4 plus 8 is 12, right? 1 plus 2 is\n3, right? ...See, it became 3!" +162500 ,,,,,,,,,,,,,,,,tenka,,38,,"Tenka-chan proudly puffed out her chest, confident in her\nreasoning. It was probably Tenka-chan who insisted on this\nidea." +162600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,38,,"It's clever or maybe a bit of a stretch... but anyway, it's\na good name!" +162700 ,,,,,,,甜花,Tenka,015_CB09_t_052.wav,,,,,,,tenka,,1,,Right! +162800 ,,,,,,,,,,,,,,,,,,,,"She looks really happy, but in the end, they couldn't come\nup with anything and just copied it. Yeah, they copied it." +162900 ,,,,,,,,,,,,,,,,,,,,"But since Tenka-chan and everyone else seem satisfied, it's\nprobably fine." +163000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"So, does that mean your activities will start as soon as\ntomorrow?" +163100 ,,,,,,,甜花,Tenka,015_CB09_t_053.wav,,,,,,,tenka,,20,,"That's right, but before we start our idol activities in\nearnest, we've decided to hold a general election!" +163200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,20,,A general election? Like what KGB48 does? +163300 ,,,,,,,甜花,Tenka,015_CB09_t_054.wav,,,,,,,tenka,,18,,"Yes! After all, if we don't have a center, the group won't\nfeel complete, right? So, we're going to have the dagashi\nshop customers vote!" +163400 ,,,,,,,甜花,Tenka,015_CB09_t_055.wav,,,,,,,tenka,,0,,"Is that okay, Uncle? Komako and I plan to help out at the\nshop too, but since it's part of our idol activities, we\ndon't need any part-time wages!" +163500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,0,,"I don't mind. If the three of you become the shop's idols,\nI'd be more than happy." +163600 ,,,,,,,,,,,,,,,,tenka,,0,,"I thought they were just deciding on a group name, but they\ndiscussed all that too." +163700 ,,,,,,,甜花,Tenka,015_CB09_t_056.wav,,,,,,,tenka,,21,,"It's really idol-like, right!" +163800 ,,,,,,,,,,,,,,,,tenka,,21,,Tenka-chan's eyes are sparkling. She must have wanted to try\nsomething like this. +163900 ,,,,,,,コマコ,Komako,015_CB09_k_029.wav,komako,,3,,,,tenka,,21,,I don't really care about being the center. +164000 ,,,,,,,甜花,Tenka,015_CB09_t_057.wav,komako,,3,,,,tenka,,10,,You can't be so passive! Idols need to be more aggressive! +164100 ,,,,,,,千恵,Chie,015_CB09_c_051.wav,komako,,3,chie,,1,tenka,,10,,I love meat! +164200 ,,,,,,,甜花,Tenka,015_CB09_t_058.wav,komako,,3,chie,,1,tenka,,32,,"That's not what I meant... oh, never mind." +164300 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,1,tenka,,32,,"If it's an election, we'll need to make voting tickets. And\nwe have to decide on the voting method too." +164400 ,,,,,,,甜花,Tenka,015_CB09_t_059.wav,komako,,3,chie,,1,tenka,,4,,"Oh, right... We haven't decided on any of that." +164500 ,,,,,,,千恵,Chie,015_CB09_c_052.wav,komako,,3,chie,,20,tenka,,4,,Should we discuss it now? +164600 ,,,,,,,コマコ,Komako,015_CB09_k_030.wav,komako,,27,chie,,20,tenka,,4,,"We should head home soon, or it'll get dark." +164700 ,,,,,,,主人公,Kiyoshi,,komako,,27,chie,,20,tenka,,4,,You all should head home. I'll take care of making the\nvoting tickets and setting the rules. +164800 ,,,,,,,千恵,Chie,015_CB09_c_053.wav,,,,chie,,5,,,,,"Are you sure? Won't it be tough for you alone, Uncle?" +164900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,"You're promoting my shop, right? Then I should at least do\nthis much." +165000 ,,,,,,,,,,,,,chie,,5,,,,,I also want to repay them for showing me their panties\nearlier. +165100 ,,,,,,,甜花,Tenka,015_CB09_t_060.wav,,,,chie,,5,tenka,,1,,"Thanks! Then, please take care of the voting stuff." +165200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,tenka,,1,,"In return, make sure you do your homework... especially you,\nChie-chan." +165300 ,,,,,,,千恵,Chie,015_CB09_c_054.wav,,,,chie,,34,tenka,,1,,Ugh... okay. I'll do my best... +165400 ,,,,,,,甜花,Tenka,015_CB09_t_061.wav,,,,chie,,34,tenka,,37,,"Chii is all talk, though." +165500 ,,,,,,,千恵,Chie,015_CB09_c_055.wav,,,,chie,,5,tenka,,37,,I-I'm not just talk! I'll do it properly! +165600 ,,,,,,,甜花,Tenka,015_CB09_t_062.wav,,,,chie,,5,tenka,,0,,"Then, if Chii finishes her homework before me, I'll buy you\nice cream." +165700 ,,,,,,,千恵,Chie,015_CB09_c_056.wav,,,,chie,,1,tenka,,0,,Really!? Then I'll do my best! +165800 ,,,,,,,コマコ,Komako,015_CB09_k_031.wav,komako,,20,chie,,1,tenka,,0,,"Chii-chan, you can do it." +165900 ,,,,,,,甜花,Tenka,015_CB09_t_063.wav,komako,,20,chie,,1,tenka,,38,,"If Chii loses, you have to buy me ice cream." +166000 ,,,,,,,千恵,Chie,015_CB09_c_057.wav,komako,,20,chie,,24,tenka,,38,,N-No way! That's impossible! +166100 ,,,,,,,コマコ,Komako,015_CB09_k_032.wav,komako,,21,chie,,24,tenka,,38,,"Chii-chan, you can do it." +166200 ,,,,12,,,,,,,,,,,,,,,,"Laughing together, the three beautiful girls headed home. I\nwent out to the shopfront and waved them off until they\ndisappeared from sight." +166300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Alright then... +166400 ,,,,,,,,,,,,,,,,,,,,"I locked up the shop, prepared the voting tickets, set the\nvoting rules, and... took care of myself with the panty\npictures from earlier... I had a mountain of things to do." +166500 ,,,,,,,,,,,,,,,,,,,,But just imagining the girls' happy faces gives me the\nstrength to keep going. +166600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Alright! Let's get fired up and do this! +166700 ,,,,,,,,,,,,,,,,,,,,"Though I started with enthusiasm, the unfamiliar tasks took\nlonger than expected, and I ended up staying awake until\nlate at night..." +166800 ,,,0,9000,,,,,,,,,,,,,,,, +166900 ,@016_CB10,,,,,,,,,,,,,,,,,,, +167200 ,,,,,,,,,,,,,,,,,,,, +167300 ,,,5,11,,,主人公,Kiyoshi,,,,,,,,,,,,Yaaawn...!! +167400 ,,,,,,,,,,,,,,,,,,,,"I yawned for what felt like the umpteenth time today. Even\nthough it's almost noon, I just can't seem to wake up..." +167500 ,,,,,,,千恵,Chie,016_CB10_c_000.wav,,,,"chie,private",,3,,,,,That's a big yawn. Couldn't sleep? +167600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"I was thinking about DGS48, so I ended up going to bed late." +167700 ,,,,,,,甜花,Tenka,016_CB10_t_000.wav,,,,,,,"tenka,private",,32,,"You didn't have to go that far... Uncle, you'll catch a\ncold." +167800 ,,"",,,,,コマコ,Komako,016_CB10_k_000.wav,"komako,privateB",,23,,,,,,,,It'd be a problem if the shop closed. +167900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Thanks for worrying about me. But I'm pretty strong, so I'll\nbe fine." +168000 ,,,,,,,,,,,,,,,,,,,,I have enough stamina to endure dozens of ejaculations a\nday. +168100 ,,,,,,,,,,,,,,,,,,,,My body's resilience might be built from daily masturbation. +168200 ,,,,,,,甜花,Tenka,016_CB10_t_001.wav,,,,,,,tenka,,0,,"So, when are we starting the general election?" +168300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,0,,"Well, hold on. I'm not done with the preparations yet.\n...Alright, everyone, could you line up in front of the\nshop? I want to take a photo for the poster." +168400 ,,,,,,,千恵,Chie,016_CB10_c_001.wav,,,,chie,,21,,,,,"Okay! Then, Chie-chan in the middle!" +168500 ,,,,,,,甜花,Tenka,016_CB10_t_002.wav,,,,chie,,21,tenka,,10,,Huh!? The center is mine! I won't give it up! +168600 ,,,,,,,コマコ,Komako,016_CB10_k_001.wav,komako,,3,chie,,21,tenka,,10,,I don't mind where I am. +168700 ,,,,,,,,,,,,,,,,,,,,"Oh, oops... That's right. Even for a poster photo, there's a\nfight for the center." +168800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Um... then, let's line up in alphabetical order from the\nleft. That should be fair, right?" +168900 ,,,,,,,甜花,Tenka,016_CB10_t_003.wav,,,,,,,tenka,,29,,...Alright. That's fine. +169000 ,,,,,,,,,,,,,,,,,,,,"So, the order became Tenka-chan, Komako-chan, and Chie-chan." +169100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Oh, before the photo shoot, I need to hand these out." +169200 ,,,,,,,千恵,Chie,016_CB10_c_002.wav,,,,chie,,3,,,,,What's this? Name tags? +169300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"That's right. We need to make sure the names are clear, or\nthere might be mistaken votes." +169400 ,,,,,,,,,,,,,chie,,3,,,,,"Of course, these name tags are handmade. I tried to make\nthem as noticeable and cute as possible by playing with the\nfonts." +169500 ,,,,,,,,,,,,,chie,,3,,,,,"They don't compare to what a professional would make, but I\nthink I did a good job." +169600 ,,,,,,,甜花,Tenka,016_CB10_t_004.wav,,,,,,,tenka,,23,,"To think you'd prepare something like this, Uncle, you're\namazing." +169700 ,,,,,,,コマコ,Komako,016_CB10_k_002.wav,komako,,20,,,,tenka,,23,,It feels like we're real idols. +169800 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,tenka,,23,,"I wish I could have prepared costumes too, but that was a\nbit much..." +169900 ,,,,,,,甜花,Tenka,016_CB10_t_005.wav,komako,,20,,,,tenka,,38,,"Idols' casual clothes are important too, so we're fine as we\nare!" +170000 ,,,,,,,千恵,Chie,016_CB10_c_003.wav,komako,,20,chie,,1,tenka,,38,,It would be fun if we all wore matching outfits though. +170100 ,,,,,,,コマコ,Komako,016_CB10_k_003.wav,komako,,22,chie,,1,tenka,,38,,Chi-chan and... the same clothes... +170200 ,,,,,,,,,,komako,,22,chie,,1,tenka,,0,,Imagining matching outfits must be exciting her. Seeing\nKomako-chan like that excites me too. +170300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone, once you've got your name tags on, face this way!" +170400 ,,,,,,,千恵,Chie,016_CB10_c_004.wav,,,,chie,,5,,,,,Is this okay? Did I put it on right? +170500 ,,,,,,,コマコ,Komako,016_CB10_k_004.wav,komako,,0,chie,,5,,,,,It's a bit crooked. Let me fix it for you. +170600 ,,,,,,,千恵,Chie,016_CB10_c_005.wav,komako,,0,chie,,1,,,,,"Thanks, Komachan!" +170700 ,,,,,,,コマコ,Komako,016_CB10_k_005.wav,komako,,21,chie,,1,,,,,...You're welcome. +170800 ,,,,,,,甜花,Tenka,016_CB10_t_006.wav,komako,,21,chie,,1,tenka,,23,,Where should I put the name tag to make it look cutest...? +170900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...... +171000 ,,,,,,,,,,,,,,,,,,,,It takes quite a bit of time just to put on a name tag.\nBeing an idol is tough. +171100 ,,,,,,,千恵,Chie,016_CB10_c_006.wav,,,,chie,,1,,,,,"Uncle, we're ready! You can take the picture anytime!" +171200 ,,,,,,,,,,,,,,,,,,,,"It seems like they're finally ready, so I prepare the\ncamera. Through the lens, the three of them strike their own\nposes." +171300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I'm taking it now... okay, cheese!" +171500 ,,,,,,,甜花,Tenka,016_CB10_t_007.wav,,,,,,,tenka,,9,,"Oh, Uncle! Can we do it again? I think my smile was a bit\nawkward just now!" +171600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,9,,Really? It looked like the best smile to me. +171700 ,,,,,,,甜花,Tenka,016_CB10_t_008.wav,,,,,,,tenka,,7,,"I'm not satisfied, so please!" +172000 ,,,,,,,千恵,Chie,016_CB10_c_007.wav,,,,chie,,0,,,,,"I think Tenka-chan is cute, so there's no need for a retake." +172100 ,,,,,,,甜花,Tenka,016_CB10_t_010.wav,,,,,,,tenka,,13,,R-Really? +172200 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan didn't seem displeased with the compliment from\nher friend. However, Komako- chan's expression turned\nsullen." +172300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you're all cute too. Right, Chi-chan?" +172400 ,,,,,,,千恵,Chie,016_CB10_c_008.wav,,,,chie,,1,,,,,Yeah! Komako-chan is cute too! +172500 ,,,,,,,コマコ,Komako,016_CB10_k_007.wav,komako,,22,,,,,,,,... +172600 ,,,,,,,,,,komako,,22,,,,,,,,"Oh, Komako-chan smiled a little! It seems like she's cheered\nup." +172700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's make this photo into a poster." +172800 ,,,,,,,甜花,Tenka,016_CB10_t_011.wav,,,,,,,tenka,,1,,I can't wait to see what kind of poster it becomes! +173000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"―Okay, how about this?" +173100 ,,,,,,,千恵,Chie,016_CB10_c_009.wav,komako,,4,chie,,4,tenka,,4,,Wow! +173200 ,,,,,,,甜花,Tenka,016_CB10_t_012.wav,komako,,4,chie,,4,tenka,,4,,It's looking pretty good. +173300 ,,,,,,,コマコ,Komako,016_CB10_k_008.wav,komako,,4,chie,,4,tenka,,4,,It looks idol-like. +173400 ,,,,,,,,,,,,,,,,,,,,I print out the freshly made poster on my home printer and\nstick it on the shop door. +173500 ,,,,,,,,,,,,,,,,,,,,'Dagashi Shop Idol DGS48 Center Election Contest!' +173600 ,,,,,,,,,,,,,,,,,,,,"I wonder if there were too many words... maybe the balance\nis off... I tilt my head. Well, it's made by an amateur, so\nthis is fine." +173700 ,,,,,,,甜花,Tenka,016_CB10_t_013.wav,,,,,,,tenka,,3,,Idol... +173800 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan stares intently at the poster, her cheeks\nflushed." +173900 ,,,,,,,,,,,,,,,,,,,,"Even though it's based in a countryside dagashi shop,\nthey're starting their activities as idols. She must be\noverjoyed." +174000 ,,,,,,,,,,,,,,,,,,,,"I want to keep watching Tenka-chan's profile. But if I do\nthat, we can't start the election..." +174100 ,,,,,,,,,,,,,,,,,,,,"I force myself to look away from Tenka-chan, exercising\nself-control." +174200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let me explain the election rules to everyone." +174300 ,,,,,,,,,,,,,,,,,,,,I hand out the voting tickets I made yesterday to the three\nof them. They're simple tickets with just the three names\nwritten on them. +174400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,We'll give these voting tickets to customers who make a\npurchase. We'll hand them out to customers who spend 30 yen. +174500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"If we give them to every customer, there might be fraudulent\nvoting." +174700 ,,,,,,,甜花,Tenka,016_CB10_t_014.wav,,,,,,,tenka,,18,,It's like how KGB48 CDs come with voting tickets. +174800 ,,,,,,,コマコ,Komako,016_CB10_k_009.wav,komako,,3,,,,tenka,,18,,People who buy a lot will get a lot of voting tickets. +174900 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,tenka,,18,,"Exactly. They'll put the voting tickets in this ballot box.\nSo, do your best to promote yourself and make sales to get\nvotes." +175000 ,,,,,,,千恵,Chie,016_CB10_c_010.wav,komako,,3,chie,,3,tenka,,20,,What should we do to promote ourselves? +175100 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,3,tenka,,20,,"Hmm, there are various ways. Like finding what the customer\nwants from the store." +175200 ,,,,,,,甜花,Tenka,016_CB10_t_015.wav,komako,,3,chie,,3,tenka,,38,,"How we promote ourselves is part of our job as idols, right?" +175300 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,3,tenka,,38,,That's right. But don't bother the customers. +175400 ,,,,,,,甜花,Tenka,016_CB10_t_016.wav,komako,,3,chie,,3,tenka,,7,,"I know. If you bother people, you're not fit to be an idol." +175500 ,,,,,,,コマコ,Komako,016_CB10_k_010.wav,komako,,32,chie,,3,tenka,,7,,...Will that many customers really come? +175600 ,,,,,,,主人公,Kiyoshi,,komako,,32,chie,,3,tenka,,7,,Don't say that. It hurts a little. +175700 ,,,,,,,,,,komako,,32,chie,,3,tenka,,7,,"What I'm most worried about is, as Komako- chan said,\nwhether customers will come." +175800 ,,,,,,,,,,komako,,32,chie,,3,tenka,,7,,"If there aren't many customers, the election won't work..." +175900 ,,,,,,,甜花,Tenka,016_CB10_t_017.wav,komako,,32,chie,,3,tenka,,23,,How long will the period be? +176000 ,,,,,,,主人公,Kiyoshi,,komako,,32,chie,,3,tenka,,23,,"Let's make it until this weekend. If it goes on too long,\npeople might get bored." +176100 ,,,,,,,コマコ,Komako,016_CB10_k_011.wav,komako,,3,chie,,3,tenka,,23,,We should pray for lots of customers to come. +176200 ,,,,,,,千恵,Chie,016_CB10_c_011.wav,komako,,3,chie,,21,tenka,,23,,"It's okay! If Chie-chan and the others do their best, lots\nwill come!" +176300 ,,,,,,,おじいさん,Old Man,,,,,,,,,,,,―Sorry. Can I get some cigarettes? +176400 ,,,,,,,,,,,,,,,,,,,,"Unexpectedly, the first customer arrived." +176500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Welcome. Uh, the usual, right?" +176600 ,,,,,,,おじいさん,Old Man,,,,,,,,,,,,Please. ...Huh? What's this? +176700 ,,,,,,,,,,,,,,,,,,,,The regular old man noticed the poster at the store\nentrance. +176800 ,,,,,,,おじいさん,Old Man,,,,,,,,,,,,"Oh, an election, huh..." +176900 ,,,,,,,千恵,Chie,016_CB10_c_012.wav,,,,chie,,1,,,,,Chie-chan and the others are doing an idol thing! We're\nhaving a vote to see who becomes the center... +177000 ,,,,,,,甜花,Tenka,016_CB10_t_018.wav,,,,chie,,1,tenka,,7,,"If you give us lots of votes, we can become the center!\nGrandpa, will you vote for me?" +177100 ,,,,,,,コマコ,Komako,016_CB10_k_012.wav,komako,,20,chie,,1,tenka,,7,,You can get a voting ticket for 30 yen. +177200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,It's also part of our summer vacation project. We appreciate\nyour cooperation. +177300 ,,,,,,,おじいさん,Old Man,,,,,,,,,,,,"Wow, you're doing something fun. I have to tell everyone\nabout this." +177400 ,,,,,,,,,,,,,,,,,,,,The old man took the cigarettes and voting ticket from me.\nHe left with a beaming smile after seeing the three\nbeautiful girls. +177500 ,,,,,,,,,,,,,,,,,,,,"I understand the feeling of being charmed by beautiful\ngirls, but I'd prefer if he didn't stare too much." +177600 ,,,,,,,,,,,,,,,,,,,,"...But, being an idol means being in the spotlight. It's a\ncomplicated feeling." +177700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Oh, the old man left without voting." +177900 ,,,6,11,,,千恵,Chie,016_CB10_c_013.wav,,,,chie,,21,,,,,"You know, these snacks are really delicious!" +178000 ,,,,,,,甜花,Tenka,016_CB10_t_019.wav,,,,,,,tenka,,0,,"Voting tickets are 30 yen each, so I hope you buy a lot and\nvote for me a lot." +178100 ,,,,,,,コマコ,Komako,016_CB10_k_013.wav,komako,,21,,,,,,,,Recommended snacks... Vinegar squid is delicious. +178200 ,,,,,,,,,,,,,,,,,,,,"Although there are still few customers, the three beautiful\ngirls are working hard to promote, making the store entrance\nquite lively." +178300 ,,,,,,,千恵,Chie,016_CB10_c_014.wav,,,,chie,,1,,,,,"Wow, mister, amazing! There are more customers than usual!" +178400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,I'm sure that old man spread the word for us. +178500 ,,,,,,,,,,,,,,,,,,,,"After the old man left, customers started trickling in." +178600 ,,,,,,,,,,,,,,,,,,,,"In the countryside, news like this spreads quickly." +178700 ,,,,,,,,,,,,,,,,,,,,"If I were to make a move on Chie-chan, Komako-chan, or\nTenka-chan, the rumors would spread instantly..." +178800 ,,,,,,,,,,,,,,,,,,,,Thinking about it is terrifying. I need to be careful with\nmy actions. +178900 ,,,,,,,コマコ,Komako,016_CB10_k_014.wav,komako,,20,,,,,,,,"Kinako sticks are also delicious. Since there's a chance to\nwin, you might get another one." +179000 ,,,,,,,,,,komako,,20,,,,,,,,"Oh, Komako-chan is talking to a boy around her age." +179100 ,,,,,,,,,,komako,,20,,,,,,,,It's such a natural scene... So why do I feel so jealous? +179200 ,,,,,,,,,,komako,,20,,,,,,,,Komako-chan is not for you! Go away! ...I feel like\nshouting. +179300 ,,,,,,,甜花,Tenka,016_CB10_t_020.wav,,,,,,,tenka,,0,,"Have you decided who to vote for? If you're unsure, I'd love\nfor you to vote for me." +179400 ,,,,,,,,,,,,,,,,tenka,,0,,Tenka-chan steps in between Komako-chan and the boy. +179500 ,,,,,,,,,,,,,,,,tenka,,0,,"Among the three, Tenka-chan is the most enthusiastic about\npromoting herself. I can sense her strong desire to become\nthe center." +179600 ,,,,,,,,,,,,,,,,tenka,,0,,But I also think she might be trying a bit too hard... There\nhave been times when she recommended expensive snacks and\ngot turned down. +179700 ,,,,,,,甜花,Tenka,016_CB10_t_021.wav,,,,,,,tenka,,38,,"If you buy 90 yen worth, you get three voting tickets, so\nyou can vote for everyone... or, of course, you can vote all\nfor me!" +179800 ,,,,,,,甜花,Tenka,016_CB10_t_022.wav,,,,,,,tenka,,21,,"Don't have that much money? Oh, that's too bad. How about\nthese snacks instead?" +180000 ,,,,,,,コマコ,Komako,,komako,,23,,,,,,,,...... +180100 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Komako-chan, the customer got taken by Tenka-chan." +180400 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,I see... then that's fine. +180500 ,,,,,,,,,,komako,,23,,,,,,,,"The two of us look at Chie-chan. She's eagerly explaining\nher favorite snacks to an old woman, completely ignoring the\nvoting." +180600 ,,,,,,,千恵,Chie,016_CB10_c_015.wav,,,,chie,,21,,,,,"It's really delicious! I think you'll say it's delicious\ntoo, grandma!" +180700 ,,,,,,,おばあさん,Old Woman,,,,,chie,,21,,,,,"Oh, is that so? Then I'll take one." +180800 ,,,,,,,,,,,,,chie,,21,,,,,The old woman bought the snack Chie-chan recommended. She\nhands over the product along with a voting ticket. +180900 ,,,,,,,おばあさん,Old Woman,,,,,chie,,21,,,,,"Chie-chan, would you accept this?" +181000 ,,,,,,,千恵,Chie,016_CB10_c_016.wav,,,,chie,,3,,,,,"Huh? Is it okay? Aren't you going to eat it, grandma?" +181100 ,,,,,,,おばあさん,Old Woman,,,,,chie,,3,,,,,"It's fine. Grandma is full, so Chie-chan, you eat it." +181200 ,,,,,,,千恵,Chie,016_CB10_c_017.wav,,,,chie,,21,,,,,"Got it! Thank you, grandma!" +181300 ,,,,,,,,,,,,,chie,,21,,,,,"Even though she was just doing normal customer service,\nChie-chan ended up getting some snacks." +181400 ,,,,,,,コマコ,Komako,016_CB10_k_018.wav,komako,,4,,,,,,,,Chie-chan even charms grandmas. +181500 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,That's an amazing ability... +181600 ,,,,,,,,,,,,,,,,,,,,"Unlike Tenka-chan, who actively promotes, Chie-chan seems to\nnaturally gather votes." +181700 ,,,,,,,,,,,,,,,,,,,,"Customers kept coming in here and there, and it didn't stop\nuntil evening." +182000 ,,,7,21,,,千恵,Chie,016_CB10_c_018.wav,,,,chie,,1,,,,,Thank you! +182100 ,,,,,,,甜花,Tenka,016_CB10_t_023.wav,,,,,,,tenka,,21,,Please give me a vote! +182200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Finally, the customers are gone... Well, let's start getting\nready to go home." +182300 ,,,,,,,コマコ,Komako,016_CB10_k_019.wav,komako,,4,,,,,,,,Is it that time already? +182400 ,,,,,,,甜花,Tenka,016_CB10_t_024.wav,,,,,,,tenka,,29,,It seems like they didn't buy as much as I thought they\nwould. +182500 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan sounds dissatisfied. Indeed, there were more\ncustomers than usual, but the sales weren't much different\nfrom the usual." +182600 ,,,,,,,,,,,,,,,,,,,,Many people probably just came to see what this 'General\nElection' was all about. +182700 ,,,,,,,千恵,Chie,016_CB10_c_019.wav,,,,chie,,1,,,,,I had a lot of fun talking! +182800 ,,,,,,,コマコ,Komako,016_CB10_k_020.wav,komako,,34,,,,,,,,I'm tired. +182900 ,,,,,,,甜花,Tenka,016_CB10_t_025.wav,komako,,34,,,,tenka,,3,,"Komako, you weren't very proactive in selling." +183000 ,,,,,,,コマコ,Komako,016_CB10_k_021.wav,komako,,3,,,,tenka,,3,,I'm okay with not becoming the center. +183100 ,,,,,,,甜花,Tenka,016_CB10_t_026.wav,komako,,3,,,,tenka,,29,,That's not good! You need to be more hungry! +183200 ,,,,,,,千恵,Chie,016_CB10_c_020.wav,komako,,3,chie,,3,tenka,,29,,What's 'hungry'? +186600 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,3,tenka,,29,,"Alright, alright, good job everyone. Now, I'll hand out your\npay." +186700 ,,,,,,,,,,komako,,3,chie,,3,tenka,,29,,"It seemed like it was going to turn into a troublesome\nconversation, so I forcibly intervened." +187200 ,,,,,,,コマコ,Komako,016_CB10_k_022.wav,komako,,24,,,,,,,,We get paid too? +187300 ,,,,,,,主人公,Kiyoshi,,komako,,24,,,,,,,,"Tenka-chan said she didn't need it... but since you're doing\nthe same work as Chie- chan, I can't just not pay you." +187400 ,,,,,,,,,,komako,,24,,,,,,,,"Considering today's sales, if I pay everyone, there won't be\nmuch profit left." +187500 ,,,,,,,,,,komako,,24,,,,,,,,"...But profit isn't the goal anyway, and as I said, I can't\njust pay Chie-chan alone." +187800 ,,,,,,,甜花,Tenka,016_CB10_t_029.wav,,,,,,,tenka,,1,,Yay! +187900 ,,,,,,,,,,,,,,,,tenka,,1,,I gave each of the three 30 yen. Half of today's sales were\ngone. Labor costs are scary. +188000 ,,,,,,,千恵,Chie,016_CB10_c_022.wav,,,,chie,,1,,,,,"Let's buy snacks, everyone! Which one do you want?" +188700 ,,,,,,,,,,,,,,,,,,,,The three of them each chose 30 yen worth of snacks and paid\nme with their freshly received wages. +188800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Thank you for your business. +188900 ,,,,,,,甜花,Tenka,016_CB10_t_032.wav,,,,,,,tenka,,27,,Shall we have a little reflection meeting? +189000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,27,,It's almost time to go home. +189100 ,,,,,,,甜花,Tenka,016_CB10_t_033.wav,,,,,,,tenka,,9,,"Just while we eat snacks! Come on, please?" +189200 ,,,,,,,コマコ,Komako,016_CB10_k_024.wav,komako,,23,,,,tenka,,9,,Is there anything to reflect on? +189300 ,,,,,,,甜花,Tenka,016_CB10_t_034.wav,komako,,23,,,,tenka,,0,,We'll discuss that too! +189400 ,,,,,,,千恵,Chie,016_CB10_c_025.wav,komako,,23,chie,,1,tenka,,0,,"A reflection meeting sounds fun! Let's do it, let's do it!" +189500 ,,,,,,,,,,komako,,23,chie,,1,tenka,,0,,"And so, the reflection meeting began without any regard for\nmy permission." +189600 ,,,,,,,,,,komako,,23,chie,,1,tenka,,0,,Well... it's fine. We still have a little time. +189700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...I wonder how many votes are in there. +189800 ,,,,,,,,,,,,,,,,,,,,"Feeling a bit curious, I secretly checked the ballot box\nwithout letting anyone notice." +189900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,............ +190000 ,,,,,,,,,,,,,,,,,,,,There aren't many votes in there... +190100 ,,,,,,,,,,,,,,,,,,,,"I thought I handed out quite a few to different people, but\nI guess not many were interested enough to vote." +190300 ,,,,,,,,,,,,,,,,,,,,"Plus, Tenka-chan was annoying. She kept watching who people\nwere voting for after they got their ballots." +190400 ,,,,,,,,,,,,,,,,,,,,That makes it hard to vote. +190900 ,,,,,,,,,,,,,,,,,,,,This is supposed to be a free research project. We need to\ntry different things and get people to think about it. +191000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, let's see how it turns out..." +191100 ,,,0,9000,,,,,,,,,,,,,,,, +191300 ,@017_CB11,,,,,,,,,,,,,,,,,,, +191600 ,,,6,21,,,,,,,,,,,,,,,,"It's been a few days since the Center Election started.\nToday is the promised deadline, the weekend." +191700 ,,,,,,,,,,,,,,,,,,,,"Having idols at the candy store brought in a few more\ncustomers, but it mostly just increased window shoppers and\ndidn't really boost sales." +191800 ,,,,,,,,,,,,,,,,,,,,"I haven't checked the ballot box since the first day, so I\ndon't know how much has accumulated now." +191900 ,,,,,,,千恵,Chie,017_CB11_c_000.wav,,,,"chie,privateB",,20,,,,,I wonder what the results will be? +192000 ,,,,,,,甜花,Tenka,017_CB11_t_000.wav,,,,,,,"tenka,privateB",,18,,"Of course, I'll be number one. I worked so hard for it." +192100 ,,,,,,,コマコ,Komako,017_CB11_k_000.wav,"komako,private",,20,,,,,,,,Exciting! +192200 ,,,,,,,,,,,,,,,,,,,,"After today's work, everyone is having a reflection meeting\nwhile munching on snacks they bought with their part-time\nwages. Well, it's more like a casual chat under the guise of\na reflection meeting." +192300 ,,,,,,,千恵,Chie,017_CB11_c_001.wav,,,,chie,,1,,,,,"Idols are amazing, aren't they? I got so many snacks!" +192400 ,,,,,,,甜花,Tenka,017_CB11_t_001.wav,,,,chie,,1,tenka,,23,,"Come to think of it, Chie seemed to be eating snacks the\nwhole time..." +192500 ,,,,,,,コマコ,Komako,017_CB11_k_001.wav,komako,,0,chie,,1,tenka,,23,,She was only promoting the snacks she wanted to eat. +192600 ,,,,,,,千恵,Chie,017_CB11_c_002.wav,komako,,0,chie,,33,tenka,,23,,"B-but they're delicious! Besides, if you get snacks, you\nhave to eat them!" +192700 ,,,,,,,甜花,Tenka,017_CB11_t_002.wav,komako,,0,chie,,33,tenka,,14,,Why did Chie get so many snacks...? +192800 ,,,,,,,コマコ,Komako,017_CB11_k_002.wav,komako,,21,chie,,20,tenka,,14,,I got a few too. +192900 ,,,,,,,甜花,Tenka,017_CB11_t_003.wav,komako,,21,chie,,20,tenka,,34,,Really? I didn't get any at all. +193000 ,,,,,,,,,,komako,,21,chie,,20,tenka,,34,,Tenka-chan looks dejected. She was so proactive in promoting\nthat it might have been hard to give her snacks. +193100 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,20,tenka,,34,,Don't be upset. The center isn't decided by the number of\nsnacks you get. +193200 ,,,,,,,甜花,Tenka,017_CB11_t_004.wav,komako,,21,chie,,20,tenka,,30,,Yeah... But isn't the amount of gifts important for idols\ntoo? +193300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you know a lot of things, don't you?" +193400 ,,,,,,,,,,,,,,,,,,,,She has knowledge in strange areas. +193500 ,,,,,,,,,,,,,,,,,,,,"If she knows that much, she might also know about idols\ndoing pillow business..." +193600 ,,,,,,,コマコ,Komako,017_CB11_k_003.wav,komako,,20,,,,,,,,"Shall we count the votes? If we all do it, it'll be over\nquickly." +193700 ,,,,,,,千恵,Chie,017_CB11_c_003.wav,,,,chie,,1,,,,,Let's do it! I want to know the results soon! +193800 ,,,,,,,甜花,Tenka,017_CB11_t_005.wav,,,,,,,tenka,,38,,"Even though I'm sure I'll be the center, I still need to see\nthe vote count with my own eyes." +193900 ,,,,,,,,,,,,,,,,,,,,Everyone seems impatient. They're fidgeting and restless\nwhile eating snacks. +194000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I understand how you feel, but it's time to go home. I'll\nhandle the counting." +194100 ,,,,,,,甜花,Tenka,017_CB11_t_006.wav,,,,,,,tenka,,10,,"Uncle, don't cheat, okay?" +194200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,10,,"I won't do that. I'm neutral, you know?" +194300 ,,,,,,,千恵,Chie,017_CB11_c_004.wav,,,,chie,,3,tenka,,10,,"Cheating means messing with the vote count, right?" +194400 ,,,,,,,コマコ,Komako,017_CB11_k_004.wav,komako,,37,chie,,3,tenka,,10,,They often show that on the news. +194500 ,,,,,,,主人公,Kiyoshi,,komako,,37,chie,,3,tenka,,10,,Can't you all trust me? I would never cheat. +194600 ,,,,,,,,,,,,,,,,,,,,There's no way to cheat when we can't even decide who's the\nbest among the three. +194700 ,,,,,,,,,,,,,,,,,,,,I wish they could all tie for first place... but it probably\nwon't be that easy. +194800 ,,,,,,,甜花,Tenka,017_CB11_t_007.wav,,,,,,,tenka,,7,,"No hard feelings, no matter who becomes the center, okay?" +194900 ,,,,,,,コマコ,Komako,017_CB11_k_005.wav,komako,,7,,,,tenka,,7,,It's fine. +195000 ,,,,,,,千恵,Chie,017_CB11_c_005.wav,komako,,7,chie,,0,tenka,,7,,"Since everyone voted for us, I won't complain!" +195100 ,,,,,,,,,,,,,,,,,,,,"With these three, no matter the result, there probably won't\nbe any fighting." +195200 ,,,,,,,,,,,,,,,,,,,,"We'll do the vote counting tomorrow or later... but first, I\nneed to thank everyone for their hard work on the campaign." +195300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Does anyone have plans for tomorrow? +195400 ,,,,,,,千恵,Chie,017_CB11_c_006.wav,,,,chie,,3,,,,,Not really! +195500 ,,,,,,,,,,,,,chie,,3,,,,,Komako-chan and Tenka-chan shake their heads. +195600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"Then, as a reward for your hard work as idols, let's go out\nand have fun tomorrow." +195700 ,,,,,,,千恵,Chie,017_CB11_c_007.wav,,,,chie,,21,,,,,Yay! Where? Where are we going? +195800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,"I've already thought about it, but where could it be!" +195900 ,,,,,,,千恵,Chie,017_CB11_c_008.wav,,,,chie,,0,,,,,"Um, um... school?" +196000 ,,,,,,,コマコ,Komako,017_CB11_k_006.wav,komako,,20,chie,,0,,,,,"Chi-chan, school is closed for summer vacation." +196100 ,,,,,,,甜花,Tenka,017_CB11_t_008.wav,,,,,,,tenka,,0,,"I got it! It's summer, so maybe the beach... or something?" +196200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,0,,"So close~ Tenka-chan, so close!" +196300 ,,,,,,,コマコ,Komako,017_CB11_k_007.wav,komako,,3,,,,tenka,,0,,"Then, the river?" +196400 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,tenka,,0,,"Komako-chan, you got it! Playing by the river is a summer\nclassic, right?" +196500 ,,,,,,,千恵,Chie,017_CB11_c_009.wav,komako,,3,chie,,23,tenka,,0,,"Come to think of it, Chi-chan had a part- time job, so I\nhaven't gone yet this year!" +196700 ,,,,,,,コマコ,Komako,017_CB11_k_008.wav,komako,,27,chie,,23,tenka,,0,,But we can't go by ourselves. +196800 ,,,,,,,主人公,Kiyoshi,,komako,,27,chie,,23,tenka,,0,,"That's why, if I'm there, there's no problem, right?" +196900 ,,,,,,,千恵,Chie,017_CB11_c_010.wav,,,,chie,,1,,,,,"Yay! Then tomorrow, it's river play! Everyone, let's have\nlots of fun!" +197000 ,,,,,,,コマコ,Komako,017_CB11_k_009.wav,komako,,0,chie,,1,,,,,I have to prepare my swimsuit. +197100 ,,,,,,,千恵,Chie,017_CB11_c_011.wav,komako,,0,chie,,21,,,,,We also need to prepare snacks! +197200 ,,,,,,,甜花,Tenka,017_CB11_t_010.wav,komako,,0,chie,,21,tenka,,17,,"Chi, do you have any allowance left?" +197300 ,,,,,,,千恵,Chie,017_CB11_c_012.wav,komako,,0,chie,,5,tenka,,17,,Ah... th-that's right... +197400 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,5,tenka,,17,,"Since everyone worked hard, I'll give each of you 50 yen for\nsnacks before we go, okay?" +197500 ,,,,,,,千恵,Chie,017_CB11_c_013.wav,komako,,21,chie,,21,tenka,,1,,Really!? Yay! +197600 ,,,,,,,コマコ,Komako,017_CB11_k_010.wav,komako,,21,chie,,21,tenka,,1,,"Chi-chan, that's great." +197700 ,,,,,,,甜花,Tenka,017_CB11_t_011.wav,komako,,21,chie,,21,tenka,,1,,"Uncle, you're the best! I'm definitely getting a jelly\nstick!" +197800 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,21,tenka,,1,,"Everyone's all excited, but make sure to get permission from\nyour parents, okay?" +197900 ,,,,,,,千恵,Chie,017_CB11_c_014.wav,komako,,21,chie,,0,tenka,,1,,"If I say I'm going with Uncle, they'll definitely say yes!" +198000 ,,,,,,,コマコ,Komako,017_CB11_k_011.wav,komako,,33,chie,,0,tenka,,1,,What if they say no? Will one of us not be able to go? +198100 ,,,,,,,主人公,Kiyoshi,,komako,,33,chie,,0,tenka,,1,,"If even one person is told no, we'll do something else. It's\nnot fun unless we're all together, right?" +198200 ,,,,,,,甜花,Tenka,017_CB11_t_012.wav,komako,,33,chie,,0,tenka,,21,,Yeah! It's my first time swimming in a river! I'm excited! +198300 ,,,,,,,主人公,Kiyoshi,,komako,,33,chie,,0,tenka,,21,,I'm also looking forward to going to the river with\neveryone. +198400 ,,,,,,,,,,,,,,,,,,,,Thinking about seeing the three of them in swimsuits makes\nmy dreams and my crotch swell. +198500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Now that tomorrow's plans are set, let's wrap it up. If you\nget home too late, you might be told you can't go out\ntomorrow." +198600 ,,,,,,,千恵,Chie,017_CB11_c_015.wav,,,,chie,,4,,,,,Th-that would be a problem! I have to hurry home! +198700 ,,,,,,,コマコ,Komako,017_CB11_k_012.wav,komako,,21,,,,,,,,"If I don't sleep early, I might oversleep." +198800 ,,,,,,,千恵,Chie,017_CB11_c_016.wav,,,,chie,,1,,,,,"Alright, let's meet at the shop at the usual time tomorrow!" +198900 ,,,,,,,コマコ,Komako,017_CB11_k_013.wav,komako,,1,chie,,1,,,,,"Yeah, got it!" +199000 ,,,,,,,甜花,Tenka,017_CB11_t_013.wav,komako,,1,chie,,1,tenka,,1,,"Don't be late, everyone!" +199200 ,,,,33,,,,,,,,,,,,,,,,"I see everyone off and lock up the shop. Honestly, just\nthinking about seeing the three of them in swimsuits has my\npenis fully erect." +199300 ,,,,,,,,,,,,,,,,,,,,"I thought about saving my energy for tomorrow, but I can't\nlet my lust get the better of me and do something\nunnecessary. I'll relieve myself with some masturbation\ntoday too." +199400 ,,,,,,,,,,,,,,,,,,,,I opened the image folder on my smartphone and repeatedly\nmasturbated using pictures of beautiful girls' panties as\nmaterial. +199500 ,,,0,9000,,,,,,,,,,,,,,,, +199700 ,@018_CB12,,,,,,,,,,,,,,,,,,, +200000 ,,,,,,,,,,,,,,,,,,,, +200100 ,,,5,21,,,,,,,,,,,,,,,,"Alright, today I'm going out with three beautiful girls!\nIt's a riverside date!" +200200 ,,,,,,,,,,,,,,,,,,,,"To think I can see three beautiful girls playing by the\nwater all at once... Ah, I'm a lucky guy." +200300 ,,,,,,,,,,,,,,,,,,,,"As I waited restlessly inside the shop, there was a knock on\nthe door." +200400 ,,,,,,,千恵,Chie,018_CB12_c_000.wav,,,,,,,,,,,"Uncle, we're here! Open up!" +200500 ,,,,,,,甜花,Tenka,018_CB12_t_000.wav,,,,,,,,,,,"It's hot... If we stay outside too long, we'll get\nheatstroke..." +200600 ,,,,,,,コマコ,Komako,018_CB12_k_000.wav,,,,,,,,,,,The weather is perfect. It's great for swimming. +200700 ,,,,11,,,主人公,Kiyoshi,,"komako,privateB",,0,"chie,privateC",,1,"tenka,privateC",,0,,"Good morning, everyone. Did you get permission to go to the\nriverbank?" +200800 ,,,,,,,千恵,Chie,018_CB12_c_001.wav,komako,,0,chie,,1,tenka,,1,,We did! They said it's fine as long as we're with Uncle! +200900 ,,,,,,,,,,komako,,0,chie,,1,tenka,,1,,Komako-chan and Tenka-chan nod. It seems I'm somewhat\ntrusted as the candy shop's uncle. +201000 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,1,tenka,,1,,"Then let's pick some snacks before we go... Wait, what about\nyour luggage?" +201100 ,,,,,,,千恵,Chie,018_CB12_c_002.wav,,,,chie,,3,,,,,Luggage? We don't have anything. +201200 ,,,,,,,コマコ,Komako,018_CB12_k_001.wav,komako,,23,chie,,3,,,,,"We're going to the riverbank, so we don't really need\nanything." +201300 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,3,,,,,Huh? What about towels and swimsuits? +201400 ,,,,,,,千恵,Chie,018_CB12_c_003.wav,komako,,23,chie,,20,,,,,Swimsuits? We're wearing them under our clothes! +201500 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,20,,,,,"Ah, ah... is that so?" +201700 ,,,,,,,コマコ,Komako,018_CB12_k_002.wav,komako,,20,chie,,20,,,,,"Uncle, you're wearing a swimsuit too, right?" +201800 ,,,,,,,主人公,Kiyoshi,,komako,,20,chie,,20,,,,,"Yeah... well, that's true..." +201900 ,,,,,,,,,,,,,,,,,,,,"One of my pleasures has been reduced. No, I did consider\nthat possibility... But as a man, I couldn't completely give\nup hope." +202000 ,,,,,,,千恵,Chie,018_CB12_c_004.wav,,,,chie,,3,,,,,"Uncle, why do you look a little sad?" +202100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,I'm not sad at all. Uncle is very energetic. +202200 ,,,,,,,,,,,,,,,,,,,,That's right... I have to cheer up. +202300 ,,,,,,,,,,,,,,,,,,,,"Even if I can't see the changing into swimsuits scene, I can\nstill admire the beautiful girls in swimsuits to my heart's\ncontent!" +202400 ,,,,,,,甜花,Tenka,018_CB12_t_002.wav,,,,,,,tenka,,30,,"Hey, let's go quickly. We'll run out of playtime." +202500 ,,,,,,,,,,,,,,,,,,,,Tenka-chan urges us impatiently. +202600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, alright. Once you've bought 50 yen worth of snacks,\nwe'll head out." +202700 ,,,,,,,,,,,,,,,,,,,,"While the three of them choose snacks, I prepare to close\nthe shop." +204100 ,,,,,,,,,,,,,,,,,,,, +204200 ,,,,121,,,千恵,Chie,018_CB12_c_009.wav,,,,chie,,0,,,,,Walking hand in hand like this is fun! +204300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,Is it? Uncle hasn't held hands with anyone in a while. +204400 ,,,,,,,,,,,,,chie,,0,,,,,I'm always just gripping my own rod. +204500 ,,,,,,,千恵,Chie,018_CB12_c_010.wav,,,,chie,,21,,,,,Then let's hold hands! This hand is free! +204600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,Huh? I-is it okay? Really? +204700 ,,,,,,,千恵,Chie,018_CB12_c_011.wav,,,,chie,,0,,,,,It's fine! Here you go. +204800 ,,"",,,,,,,,,,,,,,,,,,"Chie-chan offers her free hand. Ah, what a beautiful hand..." +204900 ,,,,,,,,,,,,,,,,,,,,"Is it okay to place my hand, always sticky with semen and\npre-cum, on this hand...?" +205000 ,,,,,,,,,,,,,,,,,,,,"Ooooooh, calm down... There's no time to hesitate...! This\nkind of chance might not come again!" +205100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"W-w-well... then, excuse me." +205200 ,,,,,,,千恵,Chie,018_CB12_c_012.wav,,,,"chieL,privateC",,1,,,,,Here you go! +205300 ,,,,,,,コマコ,Komako,018_CB12_k_006.wav,komako,,37,,,,,,,,............ +205400 ,,,,,,,,,,komako,,37,,,,,,,,"I feel like Komako-chan's gaze is piercing, but it's just my\nimagination, right...?" +205500 ,,,,,,,,,,komako,,37,,,,,,,,I hold hands with Chie-chan. A girl's hand is... this\nsoft...! +205600 ,,,,,,,千恵,Chie,018_CB12_c_013.wav,,,,chie,,4,,,,,Uncle's hand is hard. It's totally different from my mom's. +205700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,"Chie-chan's hand is soft. And your fingers are so slender.\nRight, Komako-chan?" +205800 ,,,,,,,,,,,,,chie,,4,,,,,"Since I said I'd support love, I have to act like it." +205900 ,,,,,,,コマコ,Komako,018_CB12_k_007.wav,komako,,20,,,,,,,,"...Chie-chan, your skin is so smooth. It's really beautiful." +206000 ,,,,,,,千恵,Chie,018_CB12_c_014.wav,,,,chie,,21,,,,,Ehehe~ Thank you! It makes me blush when Komako-chan says\nit~ +206100 ,,,,,,,甜花,Tenka,018_CB12_t_005.wav,,,,,,,tenka,,34,,...... +206200 ,,,,,,,,,,,,,,,,tenka,,34,,"Suddenly, I notice Tenka-chan looking bored. She has her\nhands behind her back and is walking a step behind us." +206300 ,,,,,,,コマコ,Komako,018_CB12_k_008.wav,komako,,20,,,,tenka,,34,,"Tenka-chan, do you want to hold hands too?" +206400 ,,,,,,,甜花,Tenka,018_CB12_t_006.wav,komako,,20,,,,tenka,,31,,"N-no, it's fine..." +206500 ,,,,,,,千恵,Chie,018_CB12_c_015.wav,,,,chie,,4,tenka,,31,,Why? It's definitely more fun if we all hold hands together! +207000 ,,,,,,,甜花,Tenka,018_CB12_t_008.wav,,,,,,,tenka,,16,,Then... okay. +207100 ,,,,,,,コマコ,Komako,018_CB12_k_009.wav,komako,,21,,,,tenka,,16,,Okay. +207200 ,,,,,,,,,,,,,,,,,,,,"Komako-chan and Tenka-chan hold hands. I'm a bit sad they\ndidn't come to me, but as long as Tenka-chan is happy,\nthat's fine." +207300 ,,,,,,,,,,,,,,,,,,,,"...However, when one hand is free, I feel like touching my\nrod." +207400 ,,,,,,,,,,,,,,,,,,,,"I put my free hand in my pocket, adjust the position of my\nerect penis, and stimulate the tip with my fingers." +207500 ,,,,,,,,,,,,,,,,,,,,"If I climax now, it would be a disaster. While enjoying the\nfeeling of Chie-chan's hand, I continue to stimulate my rod\nat the edge of climaxing but not quite there." +207800 ,,,,,,,,,,,,,,,,,,,, +207900 ,,,,101,,,,,,,,,,,,,,,,"After walking for about 10 minutes, we arrive at an open\narea." +208000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Wow... so this is it. +208100 ,,,,,,,コマコ,Komako,018_CB12_k_010.wav,komako,,20,,,,,,,,"It's beautiful, and the current isn't too fast." +208200 ,,,,,,,甜花,Tenka,018_CB12_t_009.wav,komako,,20,,,,tenka,,0,,"Oh, it's quite a nice place." +208300 ,,,,,,,千恵,Chie,018_CB12_c_016.wav,komako,,20,chie,,21,tenka,,0,,It looks like no one's here. Yay! +208400 ,,"",,,,,,,,,,,,,,,,,,Chie-chan lets go of my and Komako-chan's hands and runs\ntowards the river. +208500 ,,"",,,,,,,,,,,,,,,,,,"Suddenly, my free hand feels lonely. I have no choice but to\nhold my cock... But now isn't the time to masturbate..." +208600 ,,,,,,,甜花,Tenka,018_CB12_t_010.wav,,,,,,,tenka,,10,,"Hey, Chii! You need to do warm-up exercises first!" +208700 ,,,,,,,千恵,Chie,018_CB12_c_017.wav,,,,chie,,5,tenka,,10,,"Oh, right. My legs might cramp up." +208800 ,,,,,,,コマコ,Komako,018_CB12_k_011.wav,komako,,27,chie,,5,,,,,"If you drown, I'll save you." +208900 ,,,,,,,千恵,Chie,018_CB12_c_018.wav,komako,,27,chie,,1,,,,,As expected of Komako-chan! So reliable! +209000 ,,,,,,,甜花,Tenka,018_CB12_t_011.wav,,,,,,,tenka,,17,,"No, you should make sure not to drown in the first place..." +209100 ,,,,,,,,,,,,,,,,,,,,Komako-chan doesn't seem to mind being relied on by Chii-\nchan. Only Tenka-chan starts doing warm-up exercises\nseriously by herself. +209200 ,,,,,,,,,,,,,,,,,,,,"I join Tenka-chan in doing warm-up exercises. I'm not young\nanymore, and I'm out of shape, so moving suddenly might be a\nproblem." +209300 ,,,,,,,,,,,,,,,,,,,,The only part of my body that's not out of shape is probably\nmy penis. +209400 ,,,,,,,コマコ,Komako,018_CB12_k_012.wav,komako,,20,,,,,,,,Let's do warm-up exercises too. +209500 ,,,,,,,千恵,Chie,018_CB12_c_019.wav,komako,,20,chie,,1,,,,,Yeah. Let's do it together! +209600 ,,,,,,,,,,,,,,,,,,,,Chii-chan starts doing warm-up exercises with Komako-chan.\nKomako-chan sits on the riverbank while Chii-chan stretches\nby pushing from behind. +209700 ,,,,,,,コマコ,Komako,018_CB12_k_013.wav,komako,,26,chie,,0,,,,,"Nn... hey, you're pushing too hard." +209800 ,,,,,,,千恵,Chie,018_CB12_c_020.wav,komako,,26,chie,,0,,,,,A little pain is just right. +209900 ,,,,,,,コマコ,Komako,018_CB12_k_014.wav,komako,,12,chie,,0,,,,,"Ah, nn... ha, ugh... ah..." +210000 ,,,,,,,千恵,Chie,018_CB12_c_021.wav,komako,,12,chie,,1,,,,,"I'm going to push hard, so let me know if it hurts." +210100 ,,,,,,,コマコ,Komako,018_CB12_k_015.wav,komako,,26,chie,,1,,,,,"Yah... ah, no... it hurts a bit...! Chii- chan...!" +210200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Nice. +210300 ,,,,,,,,,,,,,,,,,,,,"My penis reacts to Komako-chan's voice. Even though I know\nthey're just stretching, that voice is so seductive." +210400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan. How about we pair up and stretch too? +210500 ,,,,,,,甜花,Tenka,018_CB12_t_012.wav,,,,,,,tenka,,17,,"No, I'm good. I'm already done." +210600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,17,,"Oh, I see..." +210700 ,,,,,,,,,,,,,,,,,,,,I was rejected so easily. +210800 ,,,,,,,千恵,Chie,018_CB12_c_022.wav,,,,chie,,0,,,,,"Now that we're done with warm-up exercises, it's finally\ntime!" +210900 ,,,,,,,コマコ,Komako,018_CB12_k_016.wav,komako,,1,chie,,0,,,,,I can't wait. +211000 ,,,,,,,甜花,Tenka,018_CB12_t_013.wav,komako,,1,chie,,0,tenka,,1,,"Alright, let's take them off on three. One, two, three!" +211200 ,,,,,,,,,,,,,,,,,,,, +211300 ,,,,,,,千恵,Chie,018_CB12_c_023.wav,,,,"chie,swim",,1,,,,,Taah! +211400 ,,,,,,,コマコ,Komako,018_CB12_k_017.wav,"komako,swim",,0,,,,,,,,Ei! +211500 ,,,,,,,甜花,Tenka,018_CB12_t_014.wav,,,,,,,"tenka,swim",,1,,There! +211600 ,,,,,,,,,,,,,,,,,,,, +211700 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,1,tenka,,1,,"...Oh, beautiful." +211800 ,,,,,,,,,,komako,,0,chie,,1,tenka,,1,,Right in front of me... three beautiful girls in\nswimsuits...!! +211900 ,,,,,,,,,,,,,,,,,,,,"My penis swells up. It's a refreshing and healthy kind of\neroticism, different from when I saw their panties... I\ncan't get enough of it!" +212000 ,,,,,,,千恵,Chie,018_CB12_c_024.wav,,,,chie,,4,,,,,Wow! Tenka-chan's swimsuit is so cute!! +212100 ,,,,,,,甜花,Tenka,018_CB12_t_015.wav,,,,chie,,4,tenka,,38,,"Hehe, isn't it nice?" +212200 ,,,,,,,コマコ,Komako,018_CB12_k_018.wav,komako,,4,chie,,4,tenka,,38,,Your tummy is showing. Sexy. +212300 ,,,,,,,甜花,Tenka,018_CB12_t_016.wav,komako,,4,chie,,4,tenka,,3,,"Chii and Komako, why are you wearing those swimsuits?" +212400 ,,,,,,,千恵,Chie,018_CB12_c_025.wav,komako,,4,chie,,24,tenka,,3,,Huh? Is it weird? +212500 ,,,,,,,甜花,Tenka,018_CB12_t_017.wav,komako,,4,chie,,24,tenka,,23,,"It's not weird, but... aren't those swimsuits not for\nplaying around?" +212600 ,,,,,,,コマコ,Komako,018_CB12_k_019.wav,komako,,14,chie,,24,tenka,,23,,It's the only one I have. +212700 ,,,,,,,,,,,,,,,,,,,,"From an older guy's perspective, those swimsuits score high\npoints. While I'm all for the revealing ones like Tenka-\nchan's, there's a certain charm in less revealing swimsuits\ntoo." +212800 ,,,,,,,甜花,Tenka,018_CB12_t_018.wav,,,,,,,tenka,,21,,"Oh well. More importantly, let's go splash around!" +212900 ,,,,,,,千恵,Chie,018_CB12_c_026.wav,,,,chie,,1,,,,,Chii-chan is going first!! +213000 ,,,,,,,甜花,Tenka,018_CB12_t_019.wav,,,,,,,tenka,,10,,"Ah, no fair!" +213100 ,,,,,,,コマコ,Komako,018_CB12_k_020.wav,komako,,4,,,,,,,,Wait... +213200 ,,,,,,,,,,,,,,,,,,,,"Following Chii-chan, Tenka-chan and Komako- chan chase after\nher." +213400 ,,,,,,,,,,,,,,,,,,,, +213500 ,,,,,,,千恵,Chie,018_CB12_c_027.wav,,,,chie,,21,,,,,Wow! It's cold and feels great!! +213600 ,,,,,,,甜花,Tenka,018_CB12_t_020.wav,,,,,,,tenka,,24,,Eek...! I didn't know the river was this cold...! +213700 ,,,,,,,コマコ,Komako,018_CB12_k_021.wav,komako,,1,,,,,,,,This is normal. +213800 ,,,,,,,主人公,Kiyoshi,,komako,,1,,,,,,,,"Hey, don't go too far away." +213900 ,,,,,,,千恵,Chie,018_CB12_c_028.wav,,,,chie,,1,,,,,Okay! I got it! +214000 ,,,,,,,,,,,,,,,,,,,,I decided to sit near the luggage and watch the three of\nthem play in the river. +214100 ,,,,,,,,,,,,,,,,,,,,"I want to relieve myself right now, but I can't masturbate\nin this situation... It's tough, but I have to endure." +214200 ,,,,,,,,,,,,,,,,,,,,"If by any chance an accident happens while I'm not watching,\nI don't have the confidence to bear the guilt." +214300 ,,"",,,,,,,,,,,,,,,,,,"...Using that as a pretext, I'll take my time observing\nthem. It's a perk of the job." +214500 ,,,,,4220000,,,,,,,,,,,,,,, +214600 ,*mem,,,,4220000,,,,,,,,,,,,,,, +214700 ,,,5,,4220000,,千恵,Chie,018_CB12_c_029.wav,,,,chie,,0,,,,,Take this! Attack~!! +214900 ,,,,,4220000,,甜花,Tenka,018_CB12_t_021.wav,,,,tenka,,0,,,,,Hey―it's cold! Stop it! +215000 ,,,,,4220000,,千恵,Chie,018_CB12_c_030.wav,,,,chie,,0,,,,,"Ahahaha! Komako-chan, take this too!" +215100 ,,,,,4220000,,コマコ,Komako,018_CB12_k_022.wav,,,,komako,,0,,,,,"Ah... it's cold. I'll get you back, Chii- chan." +215200 ,,,,,4220000,,甜花,Tenka,018_CB12_t_022.wav,,,,tenka,,0,,,,,"Komako, let's attack Chii together!" +215300 ,,,,,4220000,,千恵,Chie,018_CB12_c_031.wav,,,,chie,,0,,,,,Kyaa~! No attacking at the same time! Wait a minute~! +215400 ,,,,,4220000,,コマコ,Komako,018_CB12_k_023.wav,,,,komako,,0,,,,,"Take this, take this!" +215500 ,,,,,4220000,,甜花,Tenka,018_CB12_t_023.wav,,,,tenka,,0,,,,,You're the one who ambushed us! We're going all out! +215600 ,,,,,4220000,,千恵,Chie,018_CB12_c_032.wav,,,,chie,,0,,,,,"Wah, blub blub...! Hey, help me~!" +215700 ,,,,,4220000,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, hang in there! You can handle two people's\nattacks!" +215800 ,,,,,4220000,,千恵,Chie,018_CB12_c_033.wav,,,,chie,,0,,,,,Two people's attacks... I see! Chii-chan will do her best! +215900 ,,,,,4220000,,,,,,,,,,,,,,,"Maybe my random encouragement fired her up, as Chii-chan\nstarted to counterattack." +216000 ,,,,,4220000,,千恵,Chie,018_CB12_c_034.wav,,,,chie,,0,,,,,"Take this, this, this, this! How about that~!" +216100 ,,,,,4220000,,甜花,Tenka,018_CB12_t_024.wav,,,,tenka,,0,,,,,"Wow, amazing... kya!!" +216200 ,,,,,4220000,,,,,,,,,,,,,,,"The moment the water splashed, Tenka-chan slipped." +216300 ,,,,,4220000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, watch out!" +216400 ,,,,,4220000,,コマコ,Komako,018_CB12_k_024.wav,,,,komako,,0,,,,,―Phew! That was close... +216500 ,,,,,4220000,,,,,,,,,,,,,,,"In an instant, Komako-chan reached out and saved Tenka-chan." +216600 ,,,,,4220000,,コマコ,Komako,018_CB12_k_025.wav,,,,komako,,0,,,,,It's slippery around here... so be careful. +216700 ,,,,,4220000,,甜花,Tenka,018_CB12_t_025.wav,,,,tenka,,0,,,,,Th-thank you... Geez! It's because Chii did something\nunnecessary! +216800 ,,,,,4220000,,千恵,Chie,018_CB12_c_035.wav,,,,chie,,0,,,,,Eh! I'm sorry! +216900 ,,,,,4220000,,甜花,Tenka,018_CB12_t_026.wav,,,,tenka,,0,,,,,I won't forgive you! You're getting punished! +217000 ,,,,,4220000,,,,,,,,,,,,,,,"As they splashed water at each other, everyone moved towards\nthe deeper part." +217100 ,,,,,4220000,,,,,,,,,,,,,,,"Even though the riverbed is slippery, the current is gentle,\nand if you go a little deeper, you shouldn't hit any rocks\neven if you fall." +217200 ,,,,,4220000,,,,,,,,,,,,,,,"Water droplets glisten on the skin of the beautiful girls.\nAh, it's divine." +217300 ,$event_return,,,,,,,,,,,,,,,,,,, +217400 ,,,,,,,千恵,Chie,018_CB12_c_036.wav,,,,chie,,1,,,,,"Hey, let's go to a deeper spot!" +217500 ,,,,,,,,,,,,,,,,,,,, +217600 ,,,,,,,甜花,Tenka,018_CB12_t_027.wav,,,,tenka,,24,,,,,"Wait a minute! There's a current, so it's a bit hard to\nwalk..." +217700 ,,,,,,,,,,,,,,,,,,,, +217800 ,,,,,,,,,,,,,,,,,,,,...and then Komako-chan stopped midway and returned to the\nshore. Chii-chan and Tenka- chan went deeper without\nworrying. +217900 ,,,,,,,,,,,,,,,,,,,,"Everyone is gradually moving farther away... I could just\nwatch them, but that would be a bit boring." +218000 ,,,,,,,,,,,,,,,,,,,,Hmm... what should I do? +218100 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Go to Chii-chan,019_CB12S",,,,,,,,,,,,,,,,,,,■@ Go to Chii-chan +↓,"$menu_item 1,Go to Komako-chan,020_CB12K",,,,,,,,,,,,,,,,,,,■A Go to Komako-chan +↓,"$menu_item 2,Do nothing,021_CB12T",,,,,,,,,,,,,,,,,,,■B Do nothing +↓,$menu_end,,,,,,,,,,,,,,,,,,, +218300 ,@019_CB12S,,,,,,,,,,,,,,,,,,,Chie Flag +1 +218400 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +218600 ,,,2,101,,,,,,,,,,,,,,,,"Alright, let's go to Chii-chan. She should be swimming with\nTenka-chan." +218700 ,,,,,,,,,,,,,,,,,,,,"I'm a little worried about leaving Komako- chan alone, but\nshe's heading towards the luggage, so it should be fine." +218800 ,,,,,,,,,,,,,,,,,,,,"Once that's decided, let's start moving." +218900 ,,,,,,,,,,,,,,,,,,,,"As I walked downstream along the riverbank for a while, two\nsmall figures appeared ahead. It's Chii-chan and Tenka-chan." +219000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...! +219100 ,,,,,,,,,,,,,,,,,,,,"Just as I was about to call out, ""Hey!"", I hurriedly covered\nmy mouth." +219200 ,,,,,,,,,,,,,,,,,,,,Two girls in swimsuits walking ahead. I can't miss the\nchance to observe this. +219300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hehehe... +219400 ,,,,,,,,,,,,,,,,,,,,I'll secretly observe them from behind without being\nnoticed. +219500 ,,,,,,,,,,,,,,,,,,,,"Hmm... as expected, both of them are small..." +219600 ,,,,,,,千恵,Chie,019_CB12S_c_000.wav,,,,"chie,swim",,23,,,,,Nnsho... there! +219700 ,,,,,,,,,,,,,chie,,23,,,,,...Hmm! I saw it! +219800 ,,,,,,,,,,,,,chie,,23,,,,,"Just now, Chii-chan adjusted her swimsuit that was wedged\ninto her butt with her fingers!" +219900 ,,,,,,,,,,,,,chie,,23,,,,,I wish I could slip my hand into that swimsuit and adjust it\nfor her... +220000 ,,,,,,,甜花,Tenka,019_CB12S_t_000.wav,,,,chie,,1,"tenka,swim",,32,,"Chii, where are you heading?" +220100 ,,,,,,,千恵,Chie,019_CB12S_c_001.wav,,,,chie,,1,tenka,,32,,It's just ahead. I've wanted to go there for a while! +220200 ,,,,,,,甜花,Tenka,019_CB12S_t_001.wav,,,,chie,,1,tenka,,3,,"Hmm. Well, anywhere is fine." +220300 ,,,,,,,,,,,,,,,,,,,,"Still, Tenka-chan has a bold swimsuit. Are all city kids\nlike this?" +220400 ,,,,,,,,,,,,,,,,,,,,"School swimsuits are nice, but these kinds of swimsuits\naren't bad either..." +220500 ,,,,,,,,,,,,,,,,,,,,"Ah, I never get tired of watching. I could gaze at them\nforever..." +220600 ,,,,,,,千恵,Chie,019_CB12S_c_002.wav,,,,chie,,3,,,,,...Hmm? +220700 ,,,,,,,,,,,,,chie,,3,,,,,Chii-chan stopped and turned around. +220800 ,,,,,,,千恵,Chie,019_CB12S_c_003.wav,,,,chie,,1,,,,,"Oh, hey! Don't just stand there, come over here!" +220900 ,,,,,,,,,,,,,chie,,1,,,,,Chii-chan waves her hand side to side. +221000 ,,,,,,,,,,,,,chie,,1,,,,,...Darn! I've been spotted. Oh well. I got to observe\nplenty. +221100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Wait! I'm coming over there now... Whoa, whoa!?" +221200 ,,,,,,,,,,,,,chie,,1,,,,,I almost tripped over a stone. +221300 ,,,,,,,千恵,Chie,019_CB12S_c_004.wav,,,,chie,,21,,,,,"Haha! Uncle, you're about to fall!" +221400 ,,,,,,,,,,,,,,,,,,,,I managed to brace myself and avoid falling. +221500 ,,,,,,,,,,,,,,,,,,,,"Phew, that was close. It would be terrible to fall and hit\nmy head here." +221600 ,,,,,,,,,,,,,,,,,,,,I've finally got the chance to play in the water with such\ncute girls. Missing this opportunity would be unforgivable. +221700 ,,,,,,,,,,,,,,,,,,,,"This time, I carefully watch my step as I head towards Chii-\nchan." +221800 ,,,,,,,甜花,Tenka,019_CB12S_t_002.wav,,,,,,,tenka,,3,,"...Uncle, are you okay?" +221900 ,,,,,,,,,,,,,,,,tenka,,3,,Tenka-chan is staring at me. +222000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"Yeah, I'm okay! I almost twisted my ankle, though..." +222100 ,,,,,,,甜花,Tenka,019_CB12S_t_003.wav,,,,,,,tenka,,9,,"As long as you're okay, that's fine. It'd be a problem if\nyou couldn't move here..." +222200 ,,,,,,,,,,,,,,,,tenka,,9,,"Ugh, Tenka-chan is worried about me... I'm so happy..." +222300 ,,,,,,,千恵,Chie,019_CB12S_c_005.wav,,,,chie,,25,tenka,,9,,"Uncle, you have to be careful, okay? There are a lot of big\nstones around here." +222400 ,,,,,,,,,,,,,chie,,25,tenka,,9,,"Chii-chan also warned me. Yes, yes, I'll be careful. It\nseems the riverbank is full of dangers." +222500 ,,,,,,,甜花,Tenka,019_CB12S_t_004.wav,,,,chie,,25,tenka,,3,,"...By the way, where's Komako?" +222600 ,,,,,,,,,,,,,chie,,25,tenka,,3,,Tenka-chan looks around behind me. +222700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,tenka,,3,,"Oh, yeah. Komako-chan said she was going to the luggage\narea. Maybe she forgot something?" +222800 ,,,,,,,千恵,Chie,019_CB12S_c_006.wav,,,,chie,,1,tenka,,3,,"It's okay! Unlike you, Uncle, Komako-chan comes here often!" +222900 ,,,,,,,甜花,Tenka,019_CB12S_t_005.wav,,,,chie,,1,tenka,,23,,"That might be true. ...Well, let's go quickly." +223000 ,,,,,,,,,,,,,chie,,1,,,,,It seems she's convinced. Tenka-chan turns on her heel and\nquickly heads off. +223100 ,,,,,,,千恵,Chie,019_CB12S_c_007.wav,,,,chie,,4,,,,,"...Ah! Tenka-chan, don't leave me behind~!" +223200 ,,,,,,,,,,,,,,,,,,,,Chii-chan chases after Tenka-chan. +223300 ,,,,,,,,,,,,,,,,,,,,"Ah, what a cute pair they are... but I can't just stand here\nadmiring them. I need to catch up with them." +223400 ,,,,,,,千恵,Chie,019_CB12S_c_008.wav,,,,,,,,,,,"Uncle, you're slow~~!" +223500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Even if you say that... surprisingly, there are... a lot of\nstones here..." +223600 ,,,,,,,,,,,,,,,,,,,,"There are so many jagged rocks, it's really hard to walk.\nHow can those two move ahead so smoothly?" +223700 ,,,,,,,,,,,,,,,,,,,,"Struggling with the unfamiliar riverbank, I desperately\nchased after Chii-chan and the others." +223900 ,,,,,,,,,,,,,,,,,,,,"I caught up with Komako-chan, who was following behind, and\nwe headed to the place Chii-chan was guiding us to." +224000 ,,,,,,,千恵,Chie,019_CB12S_c_009.wav,,,,chie,,1,,,,,...We've arrived! +224100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,This place is...? +224200 ,,,,,,,,,,,,,chie,,1,,,,,I see a large rock that looks like a diving platform. +224300 ,,,,,,,千恵,Chie,019_CB12S_c_010.wav,,,,chie,,0,,,,,"If you jump off from there with a splash, it feels really\ngreat!" +224400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,With a splash... +224500 ,,,,,,,,,,,,,chie,,0,,,,,The river flowing below the rock seems quite deep. The\nwater's flow is also quite slow. +224600 ,,,,,,,,,,,,,chie,,0,,,,,I see... is this a place for testing courage? +224700 ,,,,,,,,,,,,,chie,,0,,,,,"It seems pretty dangerous, but maybe this is normal in the\ncountryside...?" +224800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,From the top of that rock... you jump? +224900 ,,,,,,,千恵,Chie,019_CB12S_c_011.wav,,,,chie,,21,,,,,Yeah! Everyone jumps from there! +225000 ,,,,,,,,,,,,,chie,,21,,,,,"Chie-chan points to the top of the rock, saying, ""Over\nthere, over there." +225100 ,,,,,,,,,,,,,chie,,21,,,,,"Hmm, it's a decent height, but since the river is deep, it\ndoesn't seem like you'd get hurt. But still..." +225200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,Do Komako-chan and Tenka-chan jump in too? +225300 ,,,,,,,コマコ,Komako,019_CB12S_k_000.wav,"komako,swim",,14,chie,,21,,,,,"It's my first time here, but... if Chie-chan jumps in with\nme... then it's fine..." +225400 ,,,,,,,,,,komako,,14,chie,,21,,,,,Komako-chan says weakly. +225500 ,,,,,,,,,,komako,,14,chie,,21,,,,,"She's probably really scared, but if she's with Chie-chan,\nshe might manage to jump in." +225600 ,,,,,,,,,,komako,,14,chie,,21,,,,,"It does seem scary no matter how you look at it... it's\nhigh, and even though there's water below..." +225700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,What about Tenka-chan? +225800 ,,,,,,,甜花,Tenka,019_CB12S_t_006.wav,,,,,,,tenka,,24,,"Ah, I... might not be able to do it." +225900 ,,,,,,,千恵,Chie,019_CB12S_c_011a.wav,,,,,,,tenka,,24,,"Eh~? Tenka-chan, you're not jumping in~?" +226000 ,,,,,,,甜花,Tenka,019_CB12S_t_007.wav,,,,,,,tenka,,30,,I've never done this kind of thing in the city... and the\nrock is high. +226100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,30,,"...Yeah, yeah. I think that's a normal reaction. That height\nis definitely scary." +226200 ,,,,,,,甜花,Tenka,019_CB12S_t_008.wav,,,,,,,tenka,,34,,"...R-right! You think so too, right, mister!" +226300 ,,,,,,,,,,,,,,,,tenka,,34,,"Tenka-chan breathes a sigh of relief, patting her chest." +226400 ,,,,,,,,,,,,,,,,tenka,,34,,"For a modern girl like Tenka-chan, it seems pretty tough.\nYeah, I get it. Even for someone like me, it seems\nimpossible." +226500 ,,,,,,,千恵,Chie,019_CB12S_c_012.wav,,,,chie,,0,,,,,"Hmm, then maybe I'll jump in with you today, mister!" +226600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,...Huh? +226700 ,,,,,,,千恵,Chie,019_CB12S_c_013.wav,,,,chie,,1,,,,,"'Huh?' isn't right. Since it's your first time jumping in\ntoday, Chie-chan will jump with you!" +226800 ,,,,,,,,,,,,,chie,,1,,,,,Chie-chan will jump with me...? +226900 ,,,,,,,,,,,,,chie,,1,,,,,"That's a really nice invitation, but... it's a bit of a high\nhurdle for me..." +227000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Ah, yeah... but, I'm not really good at that kind of\nthing..." +227100 ,,,,,,,千恵,Chie,019_CB12S_c_014.wav,,,,"chieL,swim",,21,,,,,"It's fine, it's fine! Come on, come on, this way!" +227200 ,,,,,,,,,,,,,chieL,,21,,,,,Chie-chan pulls my arm vigorously. +227300 ,,,,,,,,,,,,,chieL,,21,,,,,If you pull that hard... wait!? In this situation... could\nit be that my arm is touching Chie-chan's swimsuit...? +227400 ,,,,,,,,,,,,,chieL,,21,,,,,Which means... this sensation is... Chie- chan's breasts! +227500 ,,,,,,,,,,,,,chieL,,21,,,,,"I can't really tell through the swimsuit, but there's\ndefinitely a slight, soft squishiness..." +227600 ,,,,,,,,,,,,,chieL,,21,,,,,"Yeah, there's no mistake about this feeling. These are Chie-\nchan's breasts." +227700 ,,,,,,,,,,,,,chieL,,21,,,,,The small breasts I saw in the bath. Compact breasts that\nseem to fit perfectly in my hand. +227800 ,,,,,,,,,,,,,chieL,,21,,,,,"Ah, I'm so happy... I never thought this would happen... I\nwas hoping a little, but for it to happen so soon..." +227900 ,,,,,,,千恵,Chie,019_CB12S_c_015.wav,,,,chieL,,20,,,,,"Hey mister, you're all fired up! Come on, jump just like\nthat!" +228100 ,,,,,,,,,,,,,,,,,,,,Whoooosh. +228200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? +228300 ,,,,,,,,,,,,,,,,,,,,What is this pleasant breeze? +228400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"--Wait!? Whoa, whoa, whoa!? Why am I here!?" +228500 ,,,,,,,,,,,,,,,,,,,,Why am I on top of the rock!? +228600 ,,,,,,,,,,,,,,,,,,,,Could it be... I was so focused on Chie- chan's breasts that\nI didn't notice being pulled up here!? +228700 ,,,,,,,,,,,,,,,,,,,,"No, but this is definitely impossible! It's too high! It's\ndangerous!" +228800 ,,,,,,,千恵,Chie,019_CB12S_c_016.wav,,,,chieL,,20,,,,,"Hey mister, come on, jump! Jump!" +228900 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,20,,,,,"No, it's impossible! I can't do this...!" +229000 ,,,,,,,千恵,Chie,019_CB12S_c_017.wav,,,,chieL,,29,,,,,"Aw, that's boring! If you splash down, it'll definitely be\nfun!" +229100 ,,,,,,,千恵,Chie,019_CB12S_c_018.wav,,,,chieL,,21,,,,,"Look! I'll give you a push! Come on, mister, you can do it!" +229200 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,2,,,,,"Wait, Chie-chan... ahhh, ahhhhhhhhhh!?" +229300 ,,,,,,,,,,,,,,,,,,,,"My body was thrown into the air, gravity took hold, and I\nfell into the river--." +229600 ,,"",,,,,,,,,,,,,,,,,,Splash!! +229700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Gngh... blub, bwaah! Wait, ngh... hold on... haa, bwaah...!" +229800 ,,,,,,,,,,,,,,,,,,,,The impact with the water knocked all the air out of my\nlungs! Air... I need air! +229900 ,,,,,,,,,,,,,,,,,,,,"No, this is bad... I haven't swum in a while... and\nsuddenly, my leg is about to cramp..." +230000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"To the shore... haa... gngh, bwaah...!" +230100 ,,"",,,,,,,,,,,,,,,,,,"Desperately moving my cramping leg, I barely made it to the\nriverbank." +230200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... I thought I was going to die... +230300 ,,,,,,,,,,,,,,,,,,,,"I thought it was just fun and games, but I almost lost my\nlife. That was close." +230400 ,,,,,,,,,,,,,,,,,,,,But now I'm at my limit. I need to lie down for a while and\nrecover my strength... +230500 ,,,,,,,千恵,Chie,019_CB12S_c_019.wav,,,,,,,,,,,Misteeeer!! +230600 ,,,,,,,,,,,,,,,,,,,,I hear Chie-chan and the others' voices. They're getting\ncloser. +230700 ,,,,,,,,,,,,,,,,,,,,"Sorry, I don't even have the energy to get up right now...\njust let me lie here a little longer..." +231000 ,,"",,9000,,,主人公,Kiyoshi,,,,,,,,,,,,............ +231100 ,,,,,,,千恵,Chie,019_CB12S_c_020.wav,,,,,,,,,,,M-mister... are you okay? +231200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...... +231300 ,,,,,,,甜花,Tenka,019_CB12S_t_009.wav,,,,,,,,,,,...Could it be that because Chie pushed him so hard... the\nold man collapsed...? +231400 ,,,,,,,コマコ,Komako,019_CB12S_k_001.wav,,,,,,,,,,,"No way. I mean, Chie-chan always jumps in and she's fine..." +231500 ,,,,,,,甜花,Tenka,019_CB12S_t_010.wav,,,,,,,,,,,B-but... then why did the old man collapse...? +231600 ,,,,,,,千恵,Chie,019_CB12S_c_021.wav,,,,,,,,,,,Did I enter the wrong way...? +231700 ,,,,,,,甜花,Tenka,019_CB12S_t_010a,,,,,,,,,,,"Hey, Chie... the old man will wake up, right...?" +231800 ,,,,,,,千恵,Chie,019_CB12S_c_021a,,,,,,,,,,,Tenka-chan...? +231900 ,,,,,,,甜花,Tenka,019_CB12S_t_010b,,,,,,,,,,,"My mom said... if you hit your head, you might collapse..." +232000 ,,,,,,,コマコ,Komako,019_CB12S_k_002.wav,,,,,,,,,,,"Could it be... when the old man fell into the river, he hit\nhis head or something?" +232100 ,,,,,,,千恵,Chie,019_CB12S_c_021b,,,,,,,,,,,"Now that you mention it, it did seem like he fell\nheadfirst..." +232300 ,,,,,,,千恵,Chie,019_CB12S_c_021c,,,,,,,,,,,"So, Chie-chan... knocked the old man out!?" +232400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...... +232500 ,,,,,,,,,,,,,,,,,,,,It seems like I lost consciousness for a moment. Was it due\nto lack of oxygen? +232600 ,,,,,,,,,,,,,,,,,,,,"Even so, the conversation seems to be heading in a rather\ndangerous direction. I'm still alive, though..." +232700 ,,,,,,,,,,,,,,,,,,,,...I've got a good idea. What if I pretend to stay\nunconscious like this? +232800 ,,,,,,,,,,,,,,,,,,,,"It's bad to push someone who doesn't want it, so Chie-chan\nneeds a little punishment." +232900 ,,,,,,,千恵,Chie,019_CB12S_c_021d,,,,,,,,,,,I-I have to save mister...! R-rescue~~~!! +233200 ,,"",,,,,,,,,,,,,,,,,,――Thud!! +233300 ,,,13,,1110000,,,,,,,,,,,,,,, +233400 ,*mem,,,,1110000,,,,,,,,,,,,,,, +233500 ,,,13,,1110000,,,,,,,,,,,,,,,"Feeling something on top of my body, I instinctively open my\neyes." +233600 ,,,,,1110000,,,,,,,,,,,,,,,I quickly close them again and slightly open my eyelids.\nWhat I see is Chie-chan straddling me. +233700 ,,,,,1110000,,,,,,,,,,,,,,,T-this is... a feast for the eyes! What a wonderful view! +233800 ,,,,,1110000,,,,,,,,,,,,,,,"Chie-chan in her swimsuit, this close... and straddling\nme...!" +233900 ,,,,,1110000,,,,,,,,,,,,,,,The smooth sensation of her thighs and the direct feel of\nher swimsuit at the crotch are transmitted directly to my\nskin. +234000 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_003.wav,,,,komako,,0,,,,,"Chii-chan, what are you planning to do?" +234100 ,,,,,1110000,,千恵,Chie,019_CB12S_c_022.wav,,,,chie,,0,,,,,"I saw it on TV! To help someone who's collapsed, you have to\nmassage their chest!" +234200 ,,,,,1110000,,千恵,Chie,019_CB12S_c_023.wav,,,,chie,,0,,,,,Uncle collapsed... so Chii-chan has to help! +234300 ,,,,,1110000,,,,,,,,,,,,,,,Chii-chan's small hands were placed on my chest. She started\npressing down on my chest with a firm grip. +234400 ,,,,,1110000,,,,,,,,,,,,,,,"T-this is... an indescribable sensation. It's a bit\nuncomfortable, but not too much. It's a ticklish, strange\nfeeling." +234500 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_004.wav,,,,komako,,0,,,,,"Chii-chan, do your best!" +234600 ,,,,,1110000,,甜花,Tenka,019_CB12S_t_011.wav,,,,tenka,,0,,,,,"Chii, fight...!" +234700 ,,,,,1110000,,,,,,,,,,,,,,,It seems like Komako-chan and Tenka-chan are cheering for\nChii-chan. +234800 ,,,,,1110000,,千恵,Chie,019_CB12S_c_024.wav,,,,chie,,0,,,,,Nsho... nsho... is it around here...? Nsho... nsho... +234900 ,,,,,1110000,,,,,,,,,,,,,,,Chii-chan is desperately pressing around my chest. +235000 ,,,,,1110000,,,,,,,,,,,,,,,A cute girl is moving up and down repeatedly on top of me.\nIt's like she's riding me. +235100 ,,,,,1110000,,,,,,,,,,,,,,,"This situation... ugh, this is bad. I'm going to get an\nerection like this..." +235200 ,,,,,1110000,,,,,,,,,,,,,,,"If I get an erection, it'll be obvious that I'm awake. That\nwouldn't be a punishment." +235300 ,,,,,1110000,,,,,,,,,,,,,,,I focus my mind to endure the stimulation Chii-chan is\ngiving me. +235400 ,,,,,1110000,,主人公,Kiyoshi,,,,,,,,,,,,............ +235500 ,,,,,1110000,,千恵,Chie,019_CB12S_c_025.wav,,,,chie,,0,,,,,Why...? Why isn't uncle waking up...? +235600 ,,,,,1110000,,甜花,Tenka,019_CB12S_t_012.wav,,,,tenka,,0,,,,,Maybe you're doing it wrong...? +235700 ,,,,,1110000,,千恵,Chie,019_CB12S_c_026.wav,,,,chie,,0,,,,,No way...? But they did it like this on TV...!? +235800 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_005.wav,,,,komako,,0,,,,,Maybe you're pressing the wrong spot...? +235900 ,,,,,1110000,,千恵,Chie,019_CB12S_c_027.wav,,,,chie,,0,,,,,The wrong spot...? I wonder? I don't remember that well! +236000 ,,,,,1110000,,,,,,,,,,,,,,,Chii-chan is starting to look teary-eyed. +236100 ,,,,,1110000,,,,,,,,,,,,,,,"I feel a bit sorry for her, but this is a punishment, so it\ncan't be helped." +236200 ,,,,,1110000,,千恵,Chie,019_CB12S_c_028.wav,,,,chie,,0,,,,,Hmm... maybe a little lower? Around here...? +236300 ,,,,,1110000,,主人公,Kiyoshi,,,,,,,,,,,,............!? +236400 ,,,,,1110000,,,,,,,,,,,,,,,Chii-chan!? Where are you touching!? +236500 ,,,,,1110000,,,,,,,,,,,,,,,"That's my stomach... ugh, endure it! It's ticklish, but...\nendure it, me!" +236600 ,,,,,1110000,,,,,,,,,,,,,,,"Actually, if possible, I wouldn't mind if she massaged a bit\nlower... just kidding." +236800 ,,,,,1110010,,,,,,,,,,,,,,,"Rising, rising, rising." +236900 ,,,,,1110010,,千恵,Chie,019_CB12S_c_029.wav,,,,chie,,0,,,,,...!? +237000 ,,,,,1110010,,,,,,,,,,,,,,,"Oh no! I was thinking weird thoughts, and it got bigger!" +237100 ,,,,,1110010,,千恵,Chie,019_CB12S_c_030.wav,,,,chie,,0,,,,,Could it be... it moved...? +237200 ,,,,,1110010,,,,,,,,,,,,,,,"Hold it... hold it down. Don't think about anything, or I'll\nget caught...!" +237300 ,,,,,1110010,,,,,,,,,,,,,,,"Think of something else... right, let's think about the\nsnacks coming to the store next time." +237400 ,,,,,1110010,,,,,,,,,,,,,,,"Come to think of it, I feel like we haven't stocked many\nsnack-type treats." +237500 ,,,,,1110010,,,,,,,,,,,,,,,"Not many people buy them, so I've been ignoring them, but\nmaybe I should stock a few." +237600 ,,,,,1110010,,,,,,,,,,,,,,,"Boys seem to like chips, but do girls not like them as much?" +237700 ,,,,,1110010,,,,,,,,,,,,,,,"Maybe something like bat chocolate...? It's thick, hard, and\ndelicious..." +237800 ,,,,,1110010,,,,,,,,,,,,,,,"...N-no! That's no good! Ugh, thinking about that makes...\nmy crotch again...!" +237900 ,,,,,1110010,,千恵,Chie,019_CB12S_c_031.wav,,,,chie,,0,,,,,It's definitely moving! Because this part... it's pushing\nChii-chan up! +238000 ,,,,,1110010,,甜花,Tenka,019_CB12S_t_013.wav,,,,tenka,,0,,,,,R-really...? Where...? +238100 ,,,,,1110010,,千恵,Chie,019_CB12S_c_032.wav,,,,chie,,0,,,,,So... around Chii-chan's crotch...? +238200 ,,,,,1110010,,,,,,,,,,,,,,,"T-this is bad! Calm down... calm down, my little buddy...!" +238300 ,,,,,1110010,,,,,,,,,,,,,,,"Focus your mind―right! At times like this, maybe I should\nthink about mature women's panties." +238400 ,,,,,1110010,,,,,,,,,,,,,,,"Loose, saggy panties... unlike bear panties or white\npanties, more mature panties... mysterious purple or brown\nmature women's panties..." +238500 ,,,,,1110010,,主人公,Kiyoshi,,,,,,,,,,,,............ +238700 ,,,,,1110000,,甜花,Tenka,019_CB12S_t_014.wav,,,,tenka,,0,,,,,...? Where is it moving? It's the same as before. It's not\nmoving at all. +238800 ,,,,,1110000,,千恵,Chie,019_CB12S_c_033.wav,,,,chie,,0,,,,,Ehh~? No way~!? It was moving a lot just now~!? +238900 ,,,,,1110000,,,,,,,,,,,,,,,"...Phew. Somehow, I managed." +239000 ,,,,,1110000,,,,,,,,,,,,,,,"Still, mature women's panties... that was quite a quick\nthinking for me." +239100 ,,,,,1110000,,,,,,,,,,,,,,,"No, it's not that I dislike mature women. But, I prefer\nyounger girls." +239200 ,,,,,1110000,,,,,,,,,,,,,,,This method might be useful again. It's perfect for\nemergencies. +239300 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_006.wav,,,,komako,,0,,,,,I believe in you. Chii-chan. +239400 ,,,,,1110000,,千恵,Chie,019_CB12S_c_034.wav,,,,chie,,0,,,,,"Yeah... thanks, Komachan..." +239500 ,,,,,1110000,,,,,,,,,,,,,,,"Thinking I wasn't moving, Chii-chan went back to being\nteary-eyed again." +239600 ,,,,,1110000,,千恵,Chie,019_CB12S_c_035.wav,,,,chie,,0,,,,,"Mooore! Why won't you wake up, old man!! Chii-chan is trying\nso hard!" +239700 ,,,,,1110000,,,,,,,,,,,,,,,Chii-chan pushes against my chest in frustration. +239800 ,,,,,1110000,,,,,,,,,,,,,,,"It's not painful, but if she keeps bouncing like that, her\ncrotch will hit mine..." +239900 ,,,,,1110000,,,,,,,,,,,,,,,"Ugh, this is bad. At this rate, I might get hard again..." +240000 ,,,,,1110000,,千恵,Chie,019_CB12S_c_036.wav,,,,chie,,0,,,,,"―I remembered! For rescue, you have to do artificial\nrespiration, right?" +240100 ,,,,,1110000,,甜花,Tenka,019_CB12S_t_015.wav,,,,tenka,,0,,,,,Artificial respiration? What's that? +240200 ,,,,,1110000,,千恵,Chie,019_CB12S_c_037.wav,,,,chie,,0,,,,,"I don't really get it, but it's the thing where you blow\ninto someone's mouth!" +240300 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_007.wav,,,,komako,,0,,,,,...!? +240400 ,,,,,1110000,,千恵,Chie,019_CB12S_c_038.wav,,,,chie,,0,,,,,"Komachan, do you know about it?" +240500 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_008.wav,,,,komako,,0,,,,,"W-Well, I mean... um..." +240600 ,,,,,1110000,,,,,,,,,,,,,,,Komako-chan mumbles hesitantly. +240700 ,,,,,1110000,,,,,,,,,,,,,,,I never thought we'd end up talking about artificial\nrespiration. Isn't this a once-in- a-lifetime opportunity? +240800 ,,,,,1110000,,,,,,,,,,,,,,,"I swear, it's not for any impure reason. This is a\npunishment for Chii-chan. It's just part of the punishment\nthat led to artificial respiration...!" +240900 ,,,,,1110000,,千恵,Chie,019_CB12S_c_039.wav,,,,chie,,0,,,,,"Komachan, if you know about artificial respiration, do it!\nBlow into the old man's mouth!" +241000 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_009.wav,,,,komako,,0,,,,,I-I... um... those kinds of things... with Chii-chan... +241100 ,,,,,1110000,,千恵,Chie,019_CB12S_c_040.wav,,,,chie,,0,,,,,...Chii-chan? +241200 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_010.wav,,,,komako,,0,,,,,"Ah, no... I didn't mean it like that... ah, but... um...!" +241300 ,,,,,1110000,,,,,,,,,,,,,,,"Komako-chan flusters, her face turning bright red." +241400 ,,,,,1110000,,,,,,,,,,,,,,,"Well, artificial respiration is kind of like a kiss. For\nKomako-chan, who knows about kissing, she probably wants to\ndo it with Chii-chan." +241500 ,,,,,1110000,,,,,,,,,,,,,,,"It's rare to see Komako-chan so flustered like this, it's\nrefreshing. She's incredibly cute." +241600 ,,,,,1110000,,千恵,Chie,019_CB12S_c_041.wav,,,,chie,,0,,,,,"Hmm? If Komachan can't do it... then Tenka- chan, you do it!" +241700 ,,,,,1110000,,甜花,Tenka,019_CB12S_t_016.wav,,,,tenka,,0,,,,,"Eh, me!? But that means... with the old man... mouth to..." +241800 ,,,,,1110000,,,,,,,,,,,,,,,Now it's Tenka-chan's turn. I'd be thrilled if anyone would\ngive me artificial respiration! +241900 ,,,,,1110000,,,,,,,,,,,,,,,But it seems like Tenka-chan isn't too keen on the idea\neither. +242000 ,,,,,1110000,,,,,,,,,,,,,,,Could it be... Tenka-chan knows about kissing too...? +242100 ,,,,,1110000,,千恵,Chie,019_CB12S_c_042.wav,,,,chie,,0,,,,,...Got it! Then Chii-chan will give the old man artificial\nrespiration... +242200 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_011.wav,,,,komako,,0,,,,,...N-No! +242300 ,,,,,1110000,,千恵,Chie,019_CB12S_c_043.wav,,,,chie,,0,,,,,K-Komachan...? +242400 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_012.wav,,,,komako,,0,,,,,Chii-chan... you can't! +242500 ,,,,,1110000,,千恵,Chie,019_CB12S_c_044.wav,,,,chie,,0,,,,,Eh... huh? No way...? +242600 ,,,,,1110000,,,,,,,,,,,,,,,Chii-chan's head is completely filled with '???'. +242700 ,,,,,1110000,,主人公,Kiyoshi,,,,,,,,,,,,...!! +242800 ,,,,,1110000,,,,,,,,,,,,,,,I feel the sensation of a swimsuit rubbing against my lower\nabdomen. +242900 ,,,,,1110000,,,,,,,,,,,,,,,"C-Chii-chan... her position changed, and Chii-chan's\nthere... is touching mine...!" +243100 ,,,,,1110010,,,,,,,,,,,,,,,Muku muku muku. +243200 ,,,,,1110010,,千恵,Chie,019_CB12S_c_045.wav,,,,chie,,0,,,,,...Nn... ha... +243300 ,,,,,1110010,,,,,,,,,,,,,,,A sweet voice escapes from Chii-chan's mouth. My erect cock\nis perfectly aligned with Chii- chan's there. +243400 ,,,,,1110010,,,,,,,,,,,,,,,C-Could it be... did Chii-chan find that... pleasurable just\nnow...? +243500 ,,,,,1110010,,千恵,Chie,019_CB12S_c_046.wav,,,,chie,,0,,,,,O-Oi-chan...? Are you starting to wake up...? +243600 ,,,,,1110010,,,,,,,,,,,,,,,"Ugh, damn it. Did she completely find out...?" +243700 ,,,,,1110010,,,,,,,,,,,,,,,"But, I can't... hold back anymore! My cock is touching Chii-\nchan's there, and I can't do anything...!" +243800 ,,,,,1110010,,主人公,Kiyoshi,,,,,,,,,,,,............ +243900 ,,,,,1110010,,,,,,,,,,,,,,,"Just a little... it's okay, right? Just a little... just the\ntip, touching Chii-chan's there..." +244000 ,,,,,1110010,,千恵,Chie,019_CB12S_c_047.wav,,,,chie,,0,,,,,"O-Oi-chan... nn, ahh...! Is it moving...? Almost waking\nup...?" +244100 ,,,,,1110010,,千恵,Chie,019_CB12S_c_048.wav,,,,chie,,0,,,,,I have to try harder...! Chii-chan will... rescue Oi-\nchan...! +244300 ,,,,,1110020,,,,,,,,,,,,,,,"Chii-chan, now motivated, starts moving more vigorously on\ntop of my chest." +244400 ,,,,,1110020,,,,,,,,,,,,,,,I-If you move that vigorously... Chii- chan's... is\nhitting...! +244500 ,,,,,1110020,,,,,,,,,,,,,,,I-I can't lose either! I'll thrust up into Chii-chan's there\nfrom below! +244600 ,,,,,1110020,,千恵,Chie,019_CB12S_c_049.wav,,,,chie,,0,,,,,"Nnhya... haa, nn... Oi-chan... wake up soon...!" +244700 ,,,,,1110020,,,,,,,,,,,,,,,I rub my erect cock against her crotch from below. +244800 ,,,,,1110020,,,,,,,,,,,,,,,It's quite difficult to rub my cock without making Chii-chan\nsuspicious. +244900 ,,,,,1110020,,,,,,,,,,,,,,,"Damn, just a little more... If I could match Chii-chan's\nmovements, we could both feel good...!" +245000 ,,,,,1110020,,主人公,Kiyoshi,,,,,,,,,,,,...! +245100 ,,,,,1110020,,,,,,,,,,,,,,,"I lift my hips, thrusting my cock slightly every time Chii-\nchan moves, rubbing it." +245200 ,,,,,1110020,,,,,,,,,,,,,,,The randomness of when it hits and the thrilling sensation\nwhen it does. +245300 ,,,,,1110020,,,,,,,,,,,,,,,"Oh no, this... feels really good..." +245400 ,,,,,1110020,,千恵,Chie,019_CB12S_c_050.wav,,,,chie,,0,,,,,"Haa... ah, nn... fuu... haa... what is this... it's so\nhot...!" +245500 ,,,,,1110020,,千恵,Chie,019_CB12S_c_051.wav,,,,chie,,0,,,,,"Rescue is difficult... maybe I'm just tired...? Nn, ah...\nfuu... nnh...!" +245600 ,,,,,1110020,,,,,,,,,,,,,,,It seems like Chii-chan is feeling a little good too. But\nshe doesn't seem to understand why. +245700 ,,,,,1110020,,,,,,,,,,,,,,,This is convenient. Maybe I'll try being a bit more\nvigorous? +245800 ,,,,,1110020,,,,,,,,,,,,,,,I thrust my cock up vigorously in sync with Chii-chan's\nmovements. +245900 ,,,,,1110020,,千恵,Chie,019_CB12S_c_052.wav,,,,chie,,0,,,,,...Nyaaah!! +246000 ,,,,,1110020,,,,,,,,,,,,,,,"A great success. At this timing, I can make Chii-chan feel\nit without anyone noticing!" +246100 ,,,,,1110020,,甜花,Tenka,019_CB12S_t_017.wav,,,,tenka,,0,,,,,"Chii, what's wrong...? Your face is red..." +246200 ,,,,,1110020,,千恵,Chie,019_CB12S_c_053.wav,,,,chie,,0,,,,,I'm okay... maybe it's just because this massage... is quite\ntiring... +246300 ,,,,,1110020,,コマコ,Komako,019_CB12S_k_013.wav,,,,komako,,0,,,,,"Chii-chan, don't push yourself, okay...?" +246400 ,,,,,1110020,,千恵,Chie,019_CB12S_c_054.wav,,,,chie,,0,,,,,"Yeah... thank you. But, I think it's just a little more..." +246500 ,,,,,1110020,,,,,,,,,,,,,,,"Just a little more... yeah, that might be true..." +246600 ,,,,,1110020,,,,,,,,,,,,,,,Doing something this naughty... I might not last much\nlonger... +246700 ,,,,,1110020,,千恵,Chie,019_CB12S_c_055.wav,,,,chie,,0,,,,,Haa... haa... uncle... wake up quickly...! +246800 ,,,,,1110020,,コマコ,Komako,019_CB12S_k_014.wav,,,,komako,,0,,,,,"Chii-chan, hang in there...!" +246900 ,,,,,1110020,,,,,,,,,,,,,,,I can feel everyone's eyes on me. +247000 ,,,,,1110020,,,,,,,,,,,,,,,"Is this... maybe, a shame play? Doing something this naughty\nin front of everyone... and they haven't noticed. It's the\nbest!" +247100 ,,,,,1110020,,,,,,,,,,,,,,,I'm getting so hard! I want to rub against Chii-chan even\nmore...! +247200 ,,,,,1110020,,千恵,Chie,019_CB12S_c_056.wav,,,,chie,,0,,,,,"...Nyaa... ahh, nn... haaah! Uncle... nn, haa... ah...!" +247300 ,,,,,1110020,,,,,,,,,,,,,,,Sweeter sounds escape from Chii-chan's mouth than before. +247400 ,,,,,1110020,,,,,,,,,,,,,,,"Chii-chan, you're so cute! I want to reach out and touch all\nover through the swimsuit...!" +247500 ,,,,,1110020,,千恵,Chie,019_CB12S_c_057.wav,,,,chie,,0,,,,,Ah... nn... nn... haa... ah... nyaa... fuu...! +247600 ,,,,,1110020,,千恵,Chie,019_CB12S_c_058.wav,,,,chie,,0,,,,,"Oh no, this is weird... it's really... hot... ahhh...\nhaaah...!" +247700 ,,,,,1110020,,,,,,,,,,,,,,,"Chii-chan's breath is filled with heat. After all, Chii-chan\nis a girl too. Being stimulated there, she's feeling good." +247800 ,,,,,1110020,,千恵,Chie,019_CB12S_c_059.wav,,,,chie,,0,,,,,"Nyaaah... no... ahhh! Uncle... no... Chii- chan, can't...\ntake it anymore...!" +247900 ,,,,,1110020,,,,,,,,,,,,,,,Chii-chan's voice is losing strength. Could it be...? +248000 ,,,,,1110020,,千恵,Chie,019_CB12S_c_060.wav,,,,chie,,0,,,,,"Ah... nn... kuu... uncle, wake up...! Hurry, wake up...!" +248100 ,,,,,1110020,,,,,,,,,,,,,,,"Chii-chan moves vigorously on top of me. Our crotches rub\nagainst each other, creating an incredible sensation." +248200 ,,,,,1110020,,,,,,,,,,,,,,,Oh no... my crotch is about to burst...! +248300 ,,,,,1110020,,,,,,,,,,,,,,,"Finally, just one more rub... just once... I want to rub it\nhard against that spot...!" +248400 ,,,,,1110020,,千恵,Chie,019_CB12S_c_061.wav,,,,chie,,0,,,,,U-Uncle...? You're moving so much... ah... nn... haaah...! +248500 ,,,,,1110020,,,,,,,,,,,,,,,I thrust my hips up with all my might. The greatest pleasure\nof the day hits my crotch. +248600 ,,,,,1110020,,,,,,,,,,,,,,,"Ugh, I can't hold it anymore...! Chii-chan... receive it!\nMy... burning feelings...!" +248700 ,,,,,1110020,,,,,,,,,,,,,,,"A pure white sensation rushes through my body, and I release\na large amount of essence into my swim trunks." +248800 ,,,,,1110020,,主人公,Kiyoshi,,,,,,,,,,,,...Ughhh!! +249000 ,,,,,1110020,,千恵,Chie,019_CB12S_c_061a.wav,,,,,,,,,,,...Wah wah... U-Uncle...!? +249100 ,$event_return,,,,,,,,,,,,,,,,,,, +249300 ,,,7,101,,,,,,,,,,,,,,,,――Gasp!! +249400 ,,,,,,,千恵,Chie,019_CB12S_c_062.wav,,,,chie,,4,,,,,U-Uncle... did you come back to life...? +249500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,Fu... I'm revived~~~!! I'm back to life!! +249600 ,,,,,,,甜花,Tenka,019_CB12S_t_018.wav,,,,,,,tenka,,4,,Massage... successful...? +249700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's right! Thanks to Chii-chan's massage, I was\nable to come back to life!" +249800 ,,,,,,,,,,,,,,,,,,,,"Regardless of where the massage was, it felt really good,\nChii-chan!" +249900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you, Chii-chan! And Komako-chan and Tenka-chan too!" +250000 ,,,,,,,甜花,Tenka,019_CB12S_t_019.wav,,,,,,,tenka,,23,,"Eh, ah... yeah. You're welcome..." +250100 ,,,,,,,千恵,Chie,019_CB12S_c_063.wav,,,,chie,,1,,,,,"Heh heh~! It's Chii-chan's massage, so of course you'd come\nback to life~!" +250200 ,,,,,,,,,,,,,chie,,1,,,,,"Chii-chan says that proudly, puffing out her chest. Yeah,\nyeah, it was the best massage ever!" +250300 ,,,,,,,コマコ,Komako,019_CB12S_k_015.wav,komako,,4,,,,,,,,...Uncle... did you wet yourself...? +250400 ,,,,,,,,,,komako,,4,,,,,,,,Komako-chan's gaze is fixed on my crotch. +250500 ,,,,,,,,,,komako,,4,,,,,,,,Everyone else follows Komako-chan's lead and looks at me. +250600 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"Th-This is... different! Yes, this is... just the swim\ntrunks not being completely dry yet!" +250700 ,,,,,,,コマコ,Komako,019_CB12S_k_016.wav,komako,,13,,,,,,,,...Hmm. +250800 ,,,,,,,,,,,,,,,,,,,,"Komako-chan, don't look at me like that!" +250900 ,,,,,,,,,,,,,,,,,,,,"Ugh, at this rate, it's only a matter of time before I'm\nfound out!" +251000 ,,,,,,,,,,,,,,,,,,,,In that case... I'll escape to the river! +251100 ,,,,,,,千恵,Chie,019_CB12S_c_065.wav,,,,chie,,4,,,,,"...Ah! Uncle, where are you going!" +251200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,"I just feel like swimming! Come on, everyone, join me!" +251300 ,,,,,,,,,,,,,,,,,,,,"Saying that, I dive into the river." +251400 ,,,,,,,千恵,Chie,019_CB12S_c_066.wav,,,,chie,,1,,,,,"Ah, no fair~! Chii-chan wants to swim too!!" +251500 ,,,,,,,コマコ,Komako,019_CB12S_k_017.wav,komako,,1,,,,,,,,"If Chii-chan is swimming, then I will too!" +251600 ,,,,,,,甜花,Tenka,019_CB12S_t_020.wav,,,,,,,tenka,,24,,"Ah, wait... don't leave me behind...!" +251700 ,,,,,,,,,,,,,,,,,,,,Everyone follows Chii-chan and jumps into the river. +251800 ,,,,,,,コマコ,Komako,019_CB12S_k_018.wav,"komakoL,swim",,15,,,,,,,,...Mmm. +251900 ,,,,,,,,,,komakoL,,15,,,,,,,,Komako-chan glares at me with a sulky look. Could it be that\nshe noticed I was rubbing against Chii-chan? +252000 ,,,,,,,主人公,Kiyoshi,,komakoL,,15,,,,,,,,"W-What's wrong, Komako-chan?" +252100 ,,,,,,,コマコ,Komako,019_CB12S_k_019.wav,komako,,35,,,,,,,,...Riding on Chii-chan... that's unfair. +252200 ,,,,,,,,,,komako,,35,,,,,,,,"Ah, that's what it was. Phew... I'm saved." +252300 ,,,,,,,主人公,Kiyoshi,,komako,,35,,,,,,,,"Sorry, sorry. But this time it was unavoidable. I almost\ndrowned in the river, and because of that..." +252400 ,,,,,,,コマコ,Komako,019_CB12S_k_020.wav,komako,,29,,,,,,,,Ugh... +252500 ,,,,,,,千恵,Chie,019_CB12S_c_067.wav,,,,chie,,3,,,,,"Uncle, Komako-chan, what's up?" +252600 ,,,,,,,,,,,,,chie,,3,,,,,"Chii-chan, who was splashing water with Tenka-chan, calls\nout to us." +252700 ,,,,,,,コマコ,Komako,019_CB12S_k_021.wav,komako,,4,,,,,,,,N-Nothing...! +252800 ,,,,,,,,,,,,,,,,,,,,Komako-chan took Chii-chan's hand and went over to Tenka-\nchan. +252900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hehe... heh... +253000 ,,,,,,,,,,,,,,,,,,,,"Watching the three of them play innocently in the water, I\nrecall what happened earlier." +253100 ,,,,,,,,,,,,,,,,,,,,I was rubbing this against Chii-chan's crotch just a while\nago... +253200 ,,,,,,,,,,,,,,,,,,,,"As I indulge in my fantasies, my dick starts to get hard\nagain." +253300 ,,,,,,,,,,,,,,,,,,,,"With this, I might not run out of material for masturbation\nfor a while..." +253400 ,,,,,,,,,,,,,,,,,,,,Ugh... this is bad. I'm really starting to want to\nmasturbate. I could go at it all night tonight... +253500 ,,,,,,,千恵,Chie,019_CB12S_c_068.wav,,,,chie,,1,,,,,"Hey, Uncle, come on! Let's play over here!" +253600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm coming over now! Wait for me! +253700 ,,,,,,,,,,,,,,,,,,,,Let's put thoughts of tonight aside for now. +253800 ,,,,,,,,,,,,,,,,,,,,I might get even more material. Water play... hooray! +253900 ,,,,,,,,,,,,,,,,,,,,"And so, we continued playing in the river―" +254000 ,,,0,9001,,,,,,,,,,,,,,,, +254100 ,$go 022_CB13,,,,,,,,,,,,,,,,,,,022_CB13 +254600 ,@020_CB12K,,,,,,,,,,,,,,,,,,,Komako Flag +1 +254700 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +255000 ,,,3,101,,,,,,,,,,,,,,,,Let's go check on Komako-chan. I'm a bit curious about what\nshe brought. +255100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,What are you doing? +255200 ,,,,,,,コマコ,Komako,020_CB12K_k_000.wav,,,,"komako,swim",,3,,,,,Ah... Uncle. +255300 ,,,,,,,,,,,,,komako,,3,,,,,"Komako-chan, who was rummaging through her bag, noticed me\nand looked up." +255400 ,,,,,,,コマコ,Komako,020_CB12K_k_001.wav,,,,komako,,20,,,,,"I forgot, I have to put this on." +255500 ,,,,,,,,,,,,,komako,,20,,,,,"Saying that, Komako-chan took out a container that looked\nlike lotion from her bag." +255600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,20,,,,,What's that? +255700 ,,,,,,,コマコ,Komako,020_CB12K_k_002.wav,,,,komako,,0,,,,,Sunscreen. +255800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,0,,,,,Sunscreen? That's quite a grown-up thing to have. +255900 ,,,,,,,,,,,,,komako,,0,,,,,"Hearing that, Komako-chan tilted her head curiously." +256000 ,,,,,,,コマコ,Komako,020_CB12K_k_003.wav,,,,komako,,3,,,,,Grown-up? +256100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,,,,,"Yeah. From an uncle's perspective, I just kind of thought\ngirls your age wouldn't worry about sunburn and would just\nplay." +256200 ,,,,,,,,,,,,,komako,,3,,,,,I wonder if Chie-chan will be completely tanned by the end\nof summer. +256300 ,,,,,,,,,,,,,komako,,3,,,,,That's cute in its own way. I'd like to see a tan line on a\nbare body... +256400 ,,,,,,,コマコ,Komako,020_CB12K_k_004.wav,,,,komako,,23,,,,,I don't tan. +256500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,23,,,,,Huh? Really? +256600 ,,,,,,,,,,,,,komako,,23,,,,,"Hmm, needing sunscreen even though she doesn't tan?" +256700 ,,,,,,,コマコ,Komako,020_CB12K_k_005.wav,,,,komako,,14,,,,,"If I don't put it on, I turn bright red and it hurts. It\nstings." +256800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,14,,,,,"Ah, I see. You have sensitive skin." +256900 ,,,,,,,,,,,,,komako,,14,,,,,"Saying that, Komako-chan nodded firmly." +257000 ,,,,,,,,,,,,,komako,,14,,,,,"Indeed, if she were exposed to the relentless sunlight of\nthis season, Komako-chan's white and smooth skin might not\nstand a chance." +257100 ,,,,,,,,,,,,,"komakoL,swim",,0,,,,,"Komako-chan took off the cap and shook it carelessly, then\ntook some sunscreen in her hand." +257200 ,,,,,,,,,,,,,komakoL,,0,,,,,Then she held the sunscreen container between her cute\nthighs to keep it from falling over and started applying the\nsunscreen to her arms. +257300 ,,,,,,,,,,,,,komakoL,,0,,,,,I observed this up close. +257400 ,,,,,,,,,,,,,komakoL,,14,,,,,"The slight sheen on her skin is nice, and the way she moves\nas if she's washing her body is also nice!" +257500 ,,,,,,,,,,,,,komakoL,,14,,,,,"After finishing her arms, she raised one knee and started\napplying sunscreen to her thighs." +257600 ,,,,,,,,,,,,,komakoL,,14,,,,,"I mean, even though I'm staring at her so intensely from\nthis close, she doesn't seem to mind at all." +257700 ,,,,,,,,,,,,,komakoL,,14,,,,,"The way her legs come together, making her crotch look a bit\nplump, is just perfect." +257800 ,,,,,,,,,,,,,komakoL,,1,,,,,Then she switched legs and continued diligently applying\nsunscreen. +257900 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,1,,,,,Huh? +258000 ,,,,,,,,,,,,,komakoL,,1,,,,,"As I watched, Komako-chan finished applying sunscreen to her\nlegs and started putting the cap back on." +258100 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,1,,,,,Are you done already? +258200 ,,,,,,,コマコ,Komako,020_CB12K_k_006.wav,,,,komakoL,,3,,,,,"? Yeah, I'm done, but?" +258300 ,,,,,,,,,,,,,komakoL,,3,,,,,Komako-chan looked puzzled at my words that slipped out. +258400 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,3,,,,,"You can't do that, you'll get sunburned." +258500 ,,,,,,,コマコ,Komako,020_CB12K_k_007.wav,,,,komakoL,,4,,,,,Even though I put on sunscreen? +258600 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,4,,,,,"Yeah, you missed the important spots." +258700 ,,,,,,,コマコ,Komako,020_CB12K_k_008.wav,,,,komakoL,,23,,,,,............? +258800 ,,,,,,,,,,,,,komakoL,,23,,,,,This is my chance. I should push forward. +258900 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,23,,,,,"Let me help you. Can you lend me the sunscreen? Come on, sit\ndown." +259100 ,,,10,,2110000,,,,,,,,,,,,,,, +259200 ,*mem,,,,2110000,,,,,,,,,,,,,,, +259300 ,,,10,,2110000,,,,,,,,,,,,,,,"Komako-chan sat down right in front of me. Well, I made her\nsit." +259400 ,,,,,2110000,,,,,,,,,,,,,,,"Visually, it seems like most of the sunscreen has been\napplied, but when I place my hand on her shoulder, it still\nfeels a bit damp." +259500 ,,,,,2110000,,,,,,,,,,,,,,,Her shoulders are so small. +259600 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_009.wav,,,,komako,,0,,,,,...Mister. +259700 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? +259800 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_010.wav,,,,komako,,0,,,,,What are you planning to do? +259900 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, th-that sounds a bit sharp, Komako- chan." +260000 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_011.wav,,,,komako,,0,,,,,It feels kind of unusual. +260100 ,,,,,2110000,,,,,,,,,,,,,,,"She's seeing right through me. Komako-chan isn't very\ntalkative, but she's sharp." +260200 ,,,,,2110000,,,,,,,,,,,,,,,"But to me, even her suspicious expression looks cute and\nfeels like a reward." +260300 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,"I told you, I'm just helping you apply sunscreen." +260400 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_012.wav,,,,komako,,0,,,,,I already put it on. +260500 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,"But there are spots you missed, right?" +260600 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_013.wav,,,,komako,,0,,,,,...Like my back? +260700 ,,,,,2110000,,,,,,,,,,,,,,,"Yeah, that's part of it." +260800 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,The sun's rays can penetrate through your swimsuit and reach\nyour skin. +260900 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_014.wav,,,,komako,,0,,,,,My swimsuit... is see-through!? +261000 ,,,,,2110000,,,,,,,,,,,,,,,Komako-chan hurriedly checked her appearance. +261100 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,"No, it's not like you look naked or anything." +261200 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_015.wav,,,,komako,,0,,,,,"Oh, I see." +261300 ,,,,,2110000,,,,,,,,,,,,,,,"Komako-chan looked at me with eyes that seemed to accuse me\nof lying, rather than relieved." +261400 ,,,,,2110000,,,,,,,,,,,,,,,"Of course, those eyes are a treat for me, so I didn't\nflinch, but Komako-chan seemed displeased and gave me an\neven sharper glare." +261500 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, even if the swimsuit protects you to some extent,\nthe sleeves can shift while you're playing and expose your\nskin to the sun, right? Then that spot might turn bright\nred." +261600 ,,,,,2110000,,,,,,,,,,,,,,,"Saying that, I took a bit more sunscreen in my hand." +261700 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright then, let's get started..." +261900 ,,,,,2110010,,,,,,,,,,,,,,,"Using the slipperiness of the sunscreen, I smoothly slipped\nmy hand under Komako-chan's swimsuit." +262000 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_016.wav,,,,komako,,0,,,,,Nya!? +262100 ,,,,,2110010,,,,,,,,,,,,,,,Komako-chan let out a cute voice immediately. +262200 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_017.wav,,,,komako,,0,,,,,...Uncle! +262300 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"You have to apply sunscreen properly on these edges,\nespecially." +262400 ,,,,,2110010,,,,,,,,,,,,,,,"Ignoring Komako-chan's inevitable protest, I boldly inserted\nmy hand, claiming it was for the edges, and stroked her\nskin." +262500 ,,,,,2110010,,,,,,,,,,,,,,,"My palm slid over her smooth, flawless skin." +262600 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_018.wav,,,,komako,,0,,,,,"Nn, fu... hya!?" +262700 ,,,,,2110010,,,,,,,,,,,,,,,Correction. There is something to catch on. +262800 ,,,,,2110010,,,,,,,,,,,,,,,"Though there's hardly any swell, the difference in texture\nclearly indicates the presence of Komako-chan's breasts." +262900 ,,,,,2110010,,,,,,,,,,,,,,,"In the middle of each side, there's a slightly firm spot." +263000 ,,,,,2110010,,,,,,,,,,,,,,,...It's Komako-chan's nipples. +263100 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_019.wav,,,,komako,,0,,,,,U-Uncle... there... +263200 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,Hm? Where is 'there'? +263300 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_020.wav,,,,komako,,0,,,,,...Muu... +263500 ,,,,,2110010,,,,,,,,,,,,,,,Komako-chan furrowed her brows and pouted in\ndissatisfaction. +263600 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"If you don't tell me exactly where, Uncle won't understa..." +263700 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_021.wav,,,,komako,,0,,,,,"You're touching my breasts! Uncle, you're being obvious." +263800 ,,,,,2110010,,,,,,,,,,,,,,,"Whoa, just as I was about to start the usual verbal teasing,\nshe beat me to it." +263900 ,,,,,2110010,,,,,,,,,,,,,,,"Alright, let's change tactics." +264000 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,Doesn't it feel good when I do this? +264100 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_022.wav,,,,komako,,0,,,,,Feel good...? +264200 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, girls feel good when their breasts are touched." +264300 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_023.wav,,,,komako,,0,,,,,Hmm... +264400 ,,,,,2110010,,,,,,,,,,,,,,,Komako-chan looked down at her own breasts and focused\nintently. +264500 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_024.wav,,,,komako,,0,,,,,It might be tingling a bit. +264600 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,Right? +264700 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_025.wav,,,,komako,,0,,,,,"Hmm... just a little, though." +264800 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"Just a little, huh. Well, compared to the masturbation you\nwere doing, Komako-chan..." +264900 ,,,,,2110010,,,,,,,,,,,,,,,"Still, though." +265000 ,,,,,2110010,,,,,,,,,,,,,,,"Usually, kids learn by playing with their breasts first,\nright? Learning masturbation with the vagina seems\nbackwards." +265100 ,,,,,2110010,,,,,,,,,,,,,,,"But since she knows about vaginal masturbation, she\nunderstands what feeling good means, which makes things\nquicker." +265200 ,,,,,2110010,,,,,,,,,,,,,,,"Because, unlike before, Komako-chan now has a troubled yet\ncurious expression." +265300 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,Continuing from our last lesson. +265400 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_026.wav,,,,komako,,0,,,,,Hmm... +265500 ,,,,,2110010,,,,,,,,,,,,,,,"Komako-chan groaned. Since it's not a 'no' or a 'hmm,' it\nseems like she's somewhat open to it. But since it's\nsomething sexual, she's understandably hesitant." +265600 ,,,,,2110010,,,,,,,,,,,,,,,Then Komako-chan spoke up. +265700 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_027.wav,,,,komako,,0,,,,,"Chi-chan would feel good if she did this too, right?" +265800 ,,,,,2110010,,,,,,,,,,,,,,,So that's how it is. +265900 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I think she'd feel good. But it might take a little\ngetting used to before she understands what feeling good\nmeans." +266000 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_028.wav,,,,komako,,0,,,,,Not right away? +266100 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, are you aiming to make Chi-chan fall into\npleasure right away?" +266200 ,,,,,2110010,,,,,,,,,,,,,,,That's scary. +266300 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_029.wav,,,,komako,,0,,,,,...? +266400 ,,,,,2110010,,,,,,,,,,,,,,,"Ah, maybe the words were too difficult. Anyway, there's no\npoint in talking about that. Let's focus on Komako-chan's\n'studies.'" +266500 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,I think it's more common to start with this rather than\ngoing straight for the crotch. +266600 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_030.wav,,,,komako,,0,,,,,!? +266700 ,,,,,2110010,,,,,,,,,,,,,,,What's with that surprised expression? It's kind of amusing. +266800 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"Don't you and your friends ever touch each other's breasts?\nLike when a girl's breasts start to grow, you say they're\nbig or something?" +266900 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_031.wav,,,,komako,,0,,,,,"We don't do that. But... if I could touch Chi-chan's\nbreasts, I'd want to." +267000 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"You're quite honest about your feelings, Komako-chan." +267100 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_032.wav,,,,komako,,0,,,,,Hmm... +267300 ,,,,,2110020,,,,,,,,,,,,,,,Is her voice getting a bit sweeter...? +267400 ,,,,,2110020,,,,,,,,,,,,,,,And I think her face is turning a little red too. +267500 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_033.wav,,,,komako,,0,,,,,"Nn... fuh, nn..." +267600 ,,,,,2110020,,,,,,,,,,,,,,,Komako-chan lets out a nasal-sounding voice. +267700 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,You're making the same kind of sounds as before. Are you\nstarting to feel good? +267800 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_034.wav,,,,komako,,0,,,,,"Nn, I think I'm starting to..." +267900 ,,,,,2110020,,,,,,,,,,,,,,,"As expected, it's easier with someone who already knows what\n'feeling good' is. Since she understands that touching a lot\nfeels good, her resistance to being touched is probably\nlower." +268000 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_035.wav,,,,komako,,0,,,,,Fwah!! +268100 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,While I'm massaging your breasts like this... +268200 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_036.wav,,,,komako,,0,,,,,Hmm... muu... +268300 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,I'll just tweak the tip... like this. +268400 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_037.wav,,,,komako,,0,,,,,Nn! Fuh! Nnn...!! +268500 ,,,,,2110020,,,,,,,,,,,,,,,"When I pinch and knead Komako-chan's nipples with my fingers\nlike this, they start to harden more and more." +268600 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_038.wav,,,,komako,,0,,,,,"Nn, nn, nn, it tingles..." +268700 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,Does it hurt? +268800 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_039.wav,,,,komako,,0,,,,,It doesn't hurt... I'm okay... but it's kind of itchy or\nsomething... +268900 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,"If you don't keep playing with them, they start to throb and\nyou can't stand it, right? I get it." +269000 ,,,,,2110020,,,,,,,,,,,,,,,"Well, I don't do nipple play myself, but I have nipples, so\nI understand the feeling. Komako-chan gives a small nod in\nagreement." +269100 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_040.wav,,,,komako,,0,,,,,It's a different feeling from my crotch... +269200 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,Really? Which one feels better? +269300 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_041.wav,,,,komako,,0,,,,,Muu... I don't know... +269400 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,"This feels just as good, right?" +269500 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_042.wav,,,,komako,,0,,,,,"I don't know if it's the same... but, nn, this also... feels\ngood, I think." +269600 ,,,,,2110020,,,,,,,,,,,,,,,Komako-chan is quite mature. It's amazing that such a small\nbody can already react to these things. +269700 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's see if we can make you feel even better with\nyour breasts, just like we did with your crotch." +269800 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_043.wav,,,,komako,,0,,,,,Nnn... nn... nnn...! +269900 ,,,,,2110020,,,,,,,,,,,,,,,"Komako-chan shakes her head as if to say no. But it's clear\nshe doesn't want me to stop, as she doesn't push my hands\naway or grab them." +270000 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_044.wav,,,,komako,,0,,,,,"Nn, fuh, nn... uncle... nn... ah... nn..." +270100 ,,,,,2110020,,,,,,,,,,,,,,,"As I knead her small breasts while fiddling with her\nnipples, Komako-chan tightly grabs her own legs and moves\nher head slightly." +270200 ,,,,,2110020,,,,,,,,,,,,,,,"Her mouth occasionally closes tightly, probably enduring the\nbig waves of pleasure that come from time to time." +270300 ,,,,,2110020,,,,,,,,,,,,,,,If I keep doing this... Komako-chan will... climax right in\nfront of me again...!! +270400 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan... remember this good feeling well, okay? For\nwhen you do the same thing to Chi-chan." +270500 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,Here...! +270600 ,,,,,2110020,,,,,,,,,,,,,,,Just let it go! Show it to me! +270700 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_045.wav,,,,komako,,0,,,,,"Nn, ha, ah, nn ah, nn, nn, ah, nn ah... ah, Chi-chan... ah,\nah, fuaah...!!" +270800 ,,,,,2110020,,,,,,,,,,,,,,,"Komako-chan's mouth takes a big breath, and her voice\nbecomes particularly loud. Right now, in front of me,\nKomako-chan is...!!" +270900 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,Ugh!? +271000 ,,,,,2110020,,,,,,,,,,,,,,,............... +271100 ,,,,,2110020,,,,,,,,,,,,,,,............... +271200 ,,,,,2110020,,,,,,,,,,,,,,,...I feel some discomfort in my crotch... +271300 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_046.wav,,,,komako,,0,,,,,...Uncle? +271400 ,,,,,2110020,,,,,,,,,,,,,,,Komako-chan looks puzzled at my sudden stop. +271500 ,,,,,2110020,,,,,,,,,,,,,,,"Yes, before Komako-chan's climax, it was my crotch that\nerupted first." +271600 ,,,,,2110020,,,,,,,,,,,,,,,"I try to hold back ejaculation by squeezing the base of my\npenis, but it was impossible. The pressure only made my\npenis throb more." +271700 ,,,,,2110020,,,,,,,,,,,,,,,"And the glans rubbed just right, accelerating the\nejaculation." +271800 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,"Ha, haha... I'm glad I'm wearing swim trunks... ugh..." +271900 ,,,,,2110020,,,,,,,,,,,,,,,"Once ejaculation starts, it can't be stopped. Moreover,\nKomako-chan's erotic appearance and the feel of her breasts\nheightened my excitement too much." +272000 ,,,,,2110020,,,,,,,,,,,,,,,It keeps spurting out endlessly. +272100 ,,,,,2110020,,,,,,,,,,,,,,,This is bad. It's going to drip onto the leisure sheet. +272200 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_047.wav,,,,komako,,36,,,,,...? Uncle? +272300 ,,,,,2110020,,,,,,,,komako,,36,,,,,Komako-chan finally started to find my behavior strange. +272400 ,$event_return,,,,,,,,,,,,,,,,,,, +272500 ,,,3,,,,主人公,Kiyoshi,,,,,komako,,36,,,,,"Uh, um... That's it for today's lesson!" +272600 ,,,,,,,コマコ,Komako,020_CB12K_k_048.wav,,,,komako,,4,,,,,Really? +272700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,,,,,Y-Yeah! I think I'll go for a swim now~ +272800 ,,,,,,,,,,,,,komako,,4,,,,,"I stood up, but I couldn't hide the discomfort in my crotch.\nI ended up moving awkwardly." +272900 ,,,,,,,,,,,,,komako,,4,,,,,"Moreover, the sticky feeling from what I released only\nincreased my discomfort." +273000 ,,,,,,,,,,,,,komako,,4,,,,,"Seeing this, Komako-chan gave me her usual disapproving\nlook." +273100 ,,,,,,,コマコ,Komako,020_CB12K_k_049.wav,,,,komako,,36,,,,,"Uncle, did you wet yourself? Hmm..." +273200 ,,,,,,,,,,,,,komako,,36,,,,,That look of disappointment... it's strangely exciting! +273300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,36,,,,,"No, I-I didn't wet myself, okay? I'm an adult, you know?" +273400 ,,,,,,,,,,,,,komako,,36,,,,,"No, this is definitely wetting myself! I retorted to myself\ninternally as I started to move sideways like a crab towards\nthe river." +273500 ,,,,,,,,,,,,,komako,,36,,,,,I'll just rinse it off in the river... though I'm not sure\nif it'll wash away. +273600 ,,,,,,,コマコ,Komako,020_CB12K_k_050.wav,,,,komako,,34,,,,,We're going to play in the river with Chii- chan... Uncle's\npee... hmm...!! +273700 ,,,,,,,,,,,,,komako,,34,,,,,"Komako-chan puffed out her cheeks. I'm sorry. I'll try to go\ndownstream, so please forgive me." +273800 ,,,,,,,,,,,,,komako,,34,,,,,"I mean, don't you guys also do it in the river when you need\nto!?" +273900 ,,,,,,,,,,,,,komako,,34,,,,,"Thinking that, while holding my increasingly sticky crotch,\nI hurried to the river." +274000 ,,,0,9001,,,,,,,,,,,,,,,, +274200 ,$go 022_CB13,,,,,,,,,,,,,,,,,,,To 022_CB13 +274700 ,@021_CB12T,,,,,,,,,,,,,,,,,,,Tenka Flag +1 +274800 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +275000 ,,,6,101,,,,,,,,,,,,,,,,"No, I'll just watch everyone playing without doing anything." +275100 ,,,,,,,,,,,,,,,,,,,,"It's not often you get to see everyone in their swimsuits\nlike this. Ah, damn it. I should have bought a video camera." +275300 ,,"",,,,,千恵,Chie,021_CB12T_c_000.wav,,,,"chie,swim",,1,,,,,"Wow, the water is so cold and refreshing!" +275400 ,,,,,,,甜花,Tenka,021_CB12T_t_000.wav,,,,chie,,1,"tenka,swim",,3,,"If you get too excited, you'll fall. The river is slippery." +275500 ,,,,,,,千恵,Chie,021_CB12T_c_001.wav,,,,chie,,21,tenka,,3,,Take this! +275600 ,,,,,,,甜花,Tenka,021_CB12T_t_001.wav,,,,chie,,21,tenka,,10,,Wah!? It's cold! +275700 ,,,,,,,千恵,Chie,021_CB12T_c_002.wav,,,,chie,,1,tenka,,10,,"How's that, did you give up? Haha, run away!" +275800 ,,,,,,,甜花,Tenka,021_CB12T_t_002.wav,,,,,,,tenka,,1,,"Hey, wait up, Chii!" +275900 ,,,,,,,,,,,,,,,,,,,,"I watched Chii-chan and Tenka-chan playing happily in the\nriver, observing them from head to toe. Or rather, I wanted\nto." +276000 ,,,,,,,,,,,,,,,,,,,,"Even though I say 'to the toes,' their feet are in the\nriver, so I can't see them." +276100 ,,,,,,,,,,,,,,,,,,,,"By the way, what is Komako-chan doing? She seems to have\ngone over to the luggage..." +276200 ,,,,,,,,,,,,,,,,,,,,"As I was thinking that," +276300 ,,,,,,,千恵,Chie,021_CB12T_c_003.wav,,,,chie,,1,,,,,Komachan! Over here! +276400 ,,,,,,,コマコ,Komako,021_CB12T_k_000.wav,"komako,swim",,1,chie,,1,,,,,Okay~. I'm coming! +276500 ,,,,,,,,,,,,,,,,,,,,"With a cute little trot, Komako-chan came back." +276600 ,,,,,,,,,,,,,,,,,,,,Komako-chan's fair skin was reflecting the sunlight. +276700 ,,,,,,,,,,,,,,,,,,,,"That white and beautiful skin... Does it have a purifying\neffect on those who see it? In fact, I felt like I was about\nto ascend in various ways." +276800 ,,,,,,,甜花,Tenka,021_CB12T_t_003.wav,komako,,1,,,,tenka,,3,,"Komako, what were you doing over there?" +276900 ,,,,,,,コマコ,Komako,021_CB12T_k_001.wav,komako,,3,,,,tenka,,3,,Um... I forgot to put on sunscreen... +277000 ,,,,,,,,,,komako,,3,,,,tenka,,3,,It seems Komako-chan was putting on sunscreen over there.\nI'm surprised. She's taking good care of her skin. +277100 ,,,,,,,,,,komako,,3,,,,tenka,,3,,"Yeah, that's probably why her skin is so fair. Girls work\nhard behind the scenes, regardless of appearances." +277200 ,,,,,,,甜花,Tenka,021_CB12T_t_004.wav,komako,,3,,,,tenka,,12,,Ah~... Maybe I should have put some on too. +277300 ,,,,,,,コマコ,Komako,021_CB12T_k_002.wav,komako,,23,,,,tenka,,12,,"If you don't apply it properly, it'll sting when you take a\nbath, you know?" +277400 ,,,,,,,甜花,Tenka,021_CB12T_t_005.wav,komako,,23,,,,tenka,,14,,"Yeah, yeah. It stings and hurts, right?" +277500 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan, like Komako-chan, also has fair skin that hasn't\nbeen tanned." +277600 ,,,,,,,,,,,,,,,,,,,,The two of them are discussing skincare. This is a perfect\ngirl talk. +277700 ,,,,,,,,,,,,,,,,,,,,And listening to such conversations between girls makes me\nfeel incredibly happy. +277800 ,,,,,,,千恵,Chie,021_CB12T_c_004.wav,,,,chie,,1,,,,,Chi-chan isn't afraid of getting a tan! +277900 ,,,,,,,コマコ,Komako,021_CB12T_k_003.wav,komako,,4,,,,tenka,,4,,Kyaa! +278000 ,,,,,,,甜花,Tenka,021_CB12T_t_006.wav,komako,,4,,,,tenka,,4,,Hyaa! +278100 ,,,,,,,,,,,,,,,,,,,,"With a splash, Chi-chan jumps in, sending water everywhere." +278200 ,,,,,,,甜花,Tenka,021_CB12T_t_007.wav,komako,,12,chie,,1,tenka,,23,,"Chi isn't afraid, she's already nicely tanned." +278300 ,,,,,,,コマコ,Komako,021_CB12T_k_004.wav,komako,,21,chie,,1,tenka,,23,,But I think it suits Chi-chan well. +278400 ,,,,,,,千恵,Chie,021_CB12T_c_005.wav,komako,,21,chie,,21,tenka,,23,,Ehehe~ +278500 ,,,,,,,,,,,,,,,,,,,,Chi-chan responds with a happy smile to Komako-chan's words. +278600 ,,,,,,,千恵,Chie,021_CB12T_c_006.wav,,,,chie,,0,,,,,"Both of you, come over here a bit more. It's amazing here.\nThe water reaches up to your waist!" +278700 ,,,,,,,,,,,,,,,,,,,,"Chi-chan moves through the river, followed by Tenka-chan and\nKomako-chan." +278800 ,,,,,,,,,,,,,,,,,,,,"The river's flow is gentle unless it rains, so I don't think\nthere's much danger. It's not deep enough for the three of\nthem to drown." +278900 ,,,,,,,,,,,,,,,,,,,,"Besides, I'm keeping watch just in case." +279000 ,,,,,,,甜花,Tenka,021_CB12T_t_008.wav,,,,,,,tenka,,9,,Ah... +279100 ,,,,,,,,,,,,,,,,tenka,,9,,"Did something happen? Suddenly, Tenka-chan's body froze as\nif she stopped moving." +279200 ,,,,,,,千恵,Chie,021_CB12T_c_007.wav,,,,chie,,3,,,,,Tenka-chan? +279300 ,,,,,,,甜花,Tenka,021_CB12T_t_009.wav,,,,,,,tenka,,16,,What should I do... I need to pee. +279400 ,,,,,,,,,,,,,,,,tenka,,16,,I see. So that's what it is. +279500 ,,,,,,,千恵,Chie,021_CB12T_c_008.wav,,,,chie,,13,,,,,"Ah, Chi-chan might need to pee a little too." +279600 ,,,,,,,コマコ,Komako,021_CB12T_k_005.wav,komako,,3,,,,,,,,Me too... +279700 ,,,,,,,,,,,,,,,,,,,,"Wow, all three of them feel the urge to pee. When one person\nneeds to go to the bathroom, everyone else does too. It's\nwhat they call a bathroom buddy system." +279800 ,,,,,,,,,,,,,,,,,,,,"But there's no bathroom around here, is there? Oh, I see! I\ncould become their bathroom!" +279900 ,,,,,,,,,,,,,,,,,,,,"As I practice opening my mouth wide to be ready to become\ntheir bathroom anytime, Chi- chan and Komako-chan squat down\nright there." +280000 ,,,,,,,,,,,,,,,,,,,,They end up submerged in water up to just below their\nshoulders. +280100 ,,,,,,,,,,,,,,,,,,,,"It seems I'm not the only one who finds this strange, as\nTenka-chan is also staring intently at the two of them." +280200 ,,,,,,,千恵,Chie,021_CB12T_c_009.wav,,,,chie,,26,,,,,Fua... +280300 ,,,,,,,コマコ,Komako,021_CB12T_k_006.wav,komako,,22,,,,,,,,Nn... +280400 ,,,,,,,,,,,,,,,,,,,,"Somehow, I hear suspicious sounds. What are those two really\ndoing? Can I join in too?" +280500 ,,,,,,,,,,,,,,,,,,,,"The two of them shiver with what seems like pleasure―wait,\ncould it be!?" +280600 ,,,,,,,甜花,Tenka,021_CB12T_t_010.wav,,,,,,,tenka,,4,,Are they... peeing? +280700 ,,,,,,,,,,,,,,,,tenka,,4,,"Tenka-chan has her mouth half-open, with a look of disbelief\non her face." +280800 ,,,,,,,千恵,Chie,021_CB12T_c_010.wav,,,,chie,,0,,,,,"That's right~. Since it's a river, it's okay because it just\nflows away! Right, Komako- chan?" +280900 ,,,,,,,コマコ,Komako,021_CB12T_k_007.wav,komako,,13,,,,,,,,"Yeah. Ah, ahh." +281000 ,,,,,,,,,,,,,,,,,,,,Whaaaaat!? +281100 ,,,,,,,,,,,,,,,,,,,,You should have told me sooner! +281200 ,,,,,,,,,,,,,,,,,,,,I quickly rush downstream and stick my face into the spot\nwhere Chie-chan and Komako- chan's pee seems to be flowing. +281300 ,,,,,,,,,,,,,,,,,,,,"Cold! Somewhere in this river, their pee must be flowing!\nUoooooh!!" +281400 ,,,,,,,,,,,,,,,,,,,,"However, I can't breathe underwater, so naturally, I can't\nsmell anything." +281500 ,,,,,,,,,,,,,,,,,,,,Damn it! I have no idea where the pee is flowing...! +281600 ,,,,,,,,,,,,,,,,,,,,"Even when I lift my face from the river, I can't find any\nspot that looks yellowish." +281700 ,,,,,,,,,,,,,,,,,,,,"Frustrating as it is, I guess I have to give up..." +281800 ,,,,,,,千恵,Chie,021_CB12T_c_011.wav,,,,chie,,3,,,,,"Tenka-chan, don't you want to pee too?" +281900 ,,,,,,,,,,,,,chie,,3,,,,,"Chie-chan, having finished peeing underwater, calls out to\nthe dumbfounded Tenka-chan." +282000 ,,,,,,,,,,,,,,,,,,,,"Alright! Tenka-chan is still left! Come on! Even if it's in\nthe vast ocean, I'll find Tenka-chan's pee!" +282100 ,,,,,,,,,,,,,,,,,,,,"I stand by the riverbank, ready to drink Tenka-chan's pee at\nany time." +282200 ,,,,,,,,,,,,,,,,,,,,"However, contrary to my expectations, Tenka- chan..." +282300 ,,,,,,,甜花,Tenka,021_CB12T_t_011.wav,,,,chie,,3,tenka,,16,,I-I won't do something so dirty! +282400 ,,,,,,,,,,,,,chie,,3,tenka,,16,,Refuses to pee underwater. +282500 ,,,,,,,千恵,Chie,021_CB12T_c_012.wav,,,,chie,,23,tenka,,16,,"It's not dirty, you know? There's a lot of water flowing, so\na little bit is fine!" +282600 ,,,,,,,甜花,Tenka,021_CB12T_t_012.wav,,,,chie,,23,tenka,,31,,"In the city, we don't do things like that!" +282700 ,,,,,,,コマコ,Komako,021_CB12T_k_008.wav,komako,,3,,,,tenka,,31,,We've been doing it all along. +282800 ,,,,,,,甜花,Tenka,021_CB12T_t_013.wav,komako,,3,,,,tenka,,36,,Peeing outside like this... absolutely not! +282900 ,,,,,,,,,,,,,,,,,,,,It seems Chie-chan and the others' underwater peeing culture\nwas a culture shock for Tenka- chan. +283000 ,,,,,,,,,,,,,,,,,,,,"Come to think of it, I used to pee standing up too, but do\nkids these days still do that? Well, they probably do.\nWatching Chie-chan and the others, I'm convinced." +283100 ,,,,,,,,,,,,,,,,,,,,"It seems that for city kids like Tenka-chan, such a culture\nhasn't taken root." +283200 ,,,,,,,,,,,,,,,,,,,,"But well, whatever the case... it seems Tenka-chan won't\npee. I had no choice but to quietly leave the riverbank,\ndisappointed by this reality." +283300 ,,,,,,,,,,,,,,,,,,,,"But... I see, Chie-chan and the others pee in the river\nwithout a second thought. I wonder if I can somehow draw\nwater from this river to my house." +283400 ,,,,,,,,,,,,,,,,,,,,"I couldn't drink pee, but let's get back to the job of\nwatching the three of them." +283500 ,,,,,,,,,,,,,,,,,,,,"Then, Tenka-chan came up from the river. She's coming\ntowards me." +283600 ,,,,,,,甜花,Tenka,021_CB12T_t_014.wav,,,,,,,"tenkaL,swim",,11,,"Mister, I need to go to the bathroom." +283700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,11,,"I see, that's a problem. There's no bathroom around here..." +283800 ,,,,,,,,,,,,,,,,tenkaL,,11,,"Her inward-turned legs are very vivid. She's probably\nholding it in, about to leak at any moment." +283900 ,,,,,,,,,,,,,,,,tenkaL,,11,,"When it comes to the urge to pee, if you don't think about\nit, it's not so bad, but the moment you realize 'Oh, I need\nto pee now,' you really want to go." +284000 ,,,,,,,,,,,,,,,,tenkaL,,11,,"By the way, in my case, when I think 'Oh, I want to\nmasturbate now,' I can't calm down for a while." +284100 ,,,,,,,甜花,Tenka,021_CB12T_t_015.wav,,,,,,,tenkaL,,9,,Ugh... I'm going to leak... +284200 ,,,,,,,,,,,,,,,,tenkaL,,9,,"Tenka-chan, holding her crotch and expressing her urge to\npee, is incredibly cute. I almost want to make a figure of\nher and display it." +284300 ,,,,,,,,,,,,,,,,tenkaL,,9,,It seems like there are tears welling up in her eyes. Tenka-\nchan in a bikini having an accident... What an exciting\nscene. +284400 ,,,,,,,甜花,Tenka,021_CB12T_t_016.wav,,,,,,,tenkaL,,31,,Mister... +284500 ,,,,,,,,,,,,,,,,tenkaL,,31,,"As I'm pretending to be troubled about what to do, Tenka-\nchan comes to me with a voice that sounds like she's about\nto cry, asking for help." +284600 ,,,,,,,,,,,,,,,,tenkaL,,31,,"When she asks like that, I can't help but want to assist\nher." +284700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,I guess it can't be helped. Let's find a place where there\nare no people. +284800 ,,,,,,,甜花,Tenka,021_CB12T_t_017.wav,,,,,,,tenkaL,,11,,Is there really no bathroom anywhere? +284900 ,,,,,,,,,,,,,,,,tenkaL,,11,,It seems she really has a strong resistance to peeing\noutside. +285000 ,,,,,,,,,,,,,,,,tenkaL,,11,,"Even in the river, she was so adamant about refusing. But\nunfortunately, I'm not being mean; there really is no\nbathroom." +285100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,11,,"It's impossible to go back home, right?" +285200 ,,,,,,,甜花,Tenka,021_CB12T_t_018.wav,,,,,,,tenkaL,,9,,I-I can't... +285300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,9,,Then you'll have to endure not having a bathroom. +285400 ,,,,,,,甜花,Tenka,021_CB12T_t_019.wav,,,,,,,tenkaL,,32,,Okay... +285500 ,,,,,,,,,,,,,,,,tenkaL,,32,,It seems she's having a hard time making up her mind. +285600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,32,,Or do you want to have an accident in front of Chii-chan and\nthe others? +285700 ,,,,,,,甜花,Tenka,021_CB12T_t_020.wav,,,,,,,tenkaL,,11,,"N-No... If that happens, they might say we're not friends\nanymore." +285800 ,,,,,,,,,,,,,,,,tenkaL,,11,,"Though I doubt Chii-chan and the others would say that. But\nstill, it's not a reason to have an accident." +285900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,11,,"It's okay. I'll keep watch so no one sees you, alright?" +286000 ,,,,,,,甜花,Tenka,021_CB12T_t_021.wav,,,,,,,tenkaL,,33,,...Okay. +286100 ,,,,,,,,,,,,,,,,tenkaL,,33,,"Reluctantly, very reluctantly, Tenka-chan finally agrees." +286200 ,,,,,,,,,,,,,,,,tenkaL,,33,,"Oh, right. If we disappear without saying anything, Chii-\nchan or Komako-chan might come looking for us." +286300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Sorry! I'm just taking Tenka-chan to the bathroom for a bit! +286400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,You two play together! And don't do anything dangerous! +286500 ,,,,,,,千恵,Chie,021_CB12T_c_012a,komako,,1,chie,,1,,,,,Okay! +286600 ,,,,,,,コマコ,Komako,021_CB12T_k_009.wav,komako,,1,chie,,1,,,,,Okay. +286700 ,,,,,,,,,,,,,,,,,,,,"After hearing their cheerful responses, I quickly walk away\nfrom where Chii-chan and the others are." +286800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Can you still hold it? +286900 ,,,,,,,甜花,Tenka,021_CB12T_t_022.wav,,,,,,,tenkaL,,16,,Barely... +287000 ,,,,,,,,,,,,,,,,tenkaL,,16,,"She really looks like she's struggling. The droplets on her\nforehead, I can't tell if they're from playing in the water\nor cold sweat." +287100 ,,,,,,,,,,,,,,,,tenkaL,,16,,I found a perfect bush a little away from where we were\nearlier by the riverbank. +287200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,16,,"How about you pee here? Thanks to the grass and rocks, I\ndon't think anyone can see you." +287300 ,,,,,,,甜花,Tenka,021_CB12T_t_023.wav,,,,,,,tenkaL,,33,,"Yeah, here is fine..." +287400 ,,,,,,,,,,,,,,,,tenkaL,,33,,"Tenka-chan goes into the bush, ready to pee! Or so I\nthought, but she suddenly turns around to face me." +287500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,33,,What's wrong? Aren't you going to pee? +287600 ,,,,,,,甜花,Tenka,021_CB12T_t_024.wav,,,,,,,tenkaL,,11,,"Why are you looking this way, mister?" +287700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,11,,"Ah, sorry, sorry! You're right, you can't do it if I'm\nwatching." +287800 ,,,,,,,甜花,Tenka,021_CB12T_t_025.wav,,,,,,,tenkaL,,31,,"You're supposed to keep watch so no one comes, right,\nmister?" +287900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,"Oh, right, right. Yeah, that's right. Don't worry! I'll keep\na good watch, so go ahead and pee without worry!" +288000 ,,,,,,,甜花,Tenka,021_CB12T_t_026.wav,,,,,,,tenkaL,,31,,"If someone comes, tell me right away, okay? Really, make\nsure you're watching, okay?" +288100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,Leave it to me! +288200 ,,,,,,,,,,,,,,,,,,,,I quickly turn my back to Tenka-chan and pretend to walk\naway from the bush. +288300 ,,,,,,,,,,,,,,,,,,,,"But, I mean, come on? Tenka-chan's peeing scene is right\nthere! Just standing guard here would go against my\nprinciples!" +288400 ,,,,,,,,,,,,,,,,,,,,"So, sorry Tenka-chan, but I'm abandoning my lookout duty. I\ncrouch down and sneak closer to the bush." +288500 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan, you said it yourself earlier. Make sure you're\nwatching, right? Yeah, mister will make sure to watch you\npee!" +288600 ,,,,,,,,,,,,,,,,,,,,"Having changed my job to watching over Tenka- chan's peeing,\nI quietly peek through the gaps in the grass." +288800 ,,,13,,3100000,,,,,,,,,,,,,,, +288900 ,*mem,,,,3100000,,,,,,,,,,,,,,, +289000 ,,,13,,3100000,,主人公,Kiyoshi,,,,,,,,,,,,Oh― +289100 ,,,,,3100000,,,,,,,,,,,,,,,"I almost let out a sound and quickly cover my mouth. If I\nmake a noise here and Tenka-chan notices, it'll all be for\nnothing." +289200 ,,,,,3100000,,,,,,,,,,,,,,,"Inside the bush, Tenka-chan had pulled down her polka dot\nbikini bottom to below her knees. Luckily for me, I have a\nclear view of Tenka-chan's beautiful pussy from this angle." +289300 ,,,,,3100000,,,,,,,,,,,,,,,It's no wonder I almost let out a sound at such a\nbreathtaking sight. Being silent in front of this is harder\nthan you'd think. +289400 ,,,,,3100000,,甜花,Tenka,021_CB12T_t_027.wav,,,,tenka,,0,,,,,Haa... +289500 ,,,,,3100000,,,,,,,,,,,,,,,"Tenka-chan is squatting like a country delinquent, seemingly\nabout to pee." +289600 ,,,,,3100000,,,,,,,,,,,,,,,Her face is a mix of anxiety and embarrassment. +289700 ,,,,,3100000,,,,,,,,,,,,,,,"My pants are about to be stained with excitement from Tenka-\nchan's adorable pussy. Soon, pee will come out from those\nsmall petals." +289800 ,,,,,3100000,,,,,,,,,,,,,,,"However, pee isn't flowing from Tenka-chan's crotch yet." +289900 ,,,,,3100000,,,,,,,,,,,,,,,"Even though she said she was at her limit and about to leak,\nis she still hesitating?" +290000 ,,,,,3100000,,,,,,,,,,,,,,,"Unlike Chie-chan or Komako-chan, Tenka-chan is a city girl.\nJudging from the earlier conversation, this must be her\nfirst time peeing outdoors." +290100 ,,,,,3100000,,,,,,,,,,,,,,,"Even knowing no one is watching, and that there's no other\nway, she must be struggling internally." +290200 ,,,,,3100000,,,,,,,,,,,,,,,"Surely, Tenka-chan's pride can't easily allow outdoor\npeeing." +290300 ,,,,,3100000,,甜花,Tenka,021_CB12T_t_028.wav,,,,tenka,,0,,,,,Kuu... +290400 ,,,,,3100000,,,,,,,,,,,,,,,A voice as if squeezing out. +290500 ,,,,,3100000,,,,,,,,,,,,,,,"No matter the struggle, the outcome is clear. It's easy to\nimagine that Tenka-chan's pee dam is on the verge of\nbreaking." +290600 ,,,,,3100000,,,,,,,,,,,,,,,The proof of that is her pussy trembling since earlier. +290800 ,,,,,3100000,,,,,,,,,,,,,,,"'Alright, just do it!' 'No, I can't, after all...' 'But I\nhave no choice but to do it here!' 'But it's\nembarrassing...'" +290900 ,,,,,3100000,,,,,,,,,,,,,,,Such a battle is likely happening deep inside that pussy. +291000 ,,,,,3100000,,,,,,,,,,,,,,,"The First Outdoor Pee War has begun. And if it doesn't end\nsoon, my penis might explode." +291100 ,,,,,3100000,,,,,,,,,,,,,,,"Hang in there, Tenka-chan. There's nothing to fear about\noutdoor peeing." +291200 ,,,,,3100000,,,,,,,,,,,,,,,"When humanity was born, there were no toilets. In fact,\noutdoor peeing is the true form of a toilet...!" +291300 ,,,,,3100000,,,,,,,,,,,,,,,"To encourage Tenka-chan, I cheer her on with all my might in\nmy head." +291400 ,,,,,3100000,,,,,,,,,,,,,,,And finally――. +291600 ,,,,,3100010,,,,,,,,,,,,,,,"Drip, dribble..." +291700 ,,,,,3100010,,,,,,,,,,,,,,,Golden water. +291800 ,,,,,3100010,,,,,,,,,,,,,,,The first thing that came to mind was that phrase. +291900 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_029.wav,,,,tenka,,0,,,,,Ahh... ugh... it came out... +292000 ,,,,,3100010,,,,,,,,,,,,,,,"Dribbling, it gushes from Tenka-chan's slit like a mountain\nspring. The correct expression would be that it's leaking\nout." +292100 ,,,,,3100010,,,,,,,,,,,,,,,"As a guy, whether it's a toilet or a river, I just let it\nout with a strong stream, but is it different for girls?" +292200 ,,,,,3100010,,,,,,,,,,,,,,,"No, no, that can't be right. Girls should be able to pee\nwith a bit more force too." +292300 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_030.wav,,,,tenka,,0,,,,,"You can't hear the sound, right, mister...?" +292400 ,,,,,3100010,,,,,,,,,,,,,,,"Ah, I see... Tenka-chan doesn't want me to hear the sound,\nso she's deliberately holding back the output." +292500 ,,,,,3100010,,,,,,,,,,,,,,,"Even though the expression of holding back output for peeing\nseems strange, my eyes are glued to Tenka-chan." +292600 ,,,,,3100010,,,,,,,,,,,,,,,"Tenka-chan doesn't need to hold back. I'm already watching\nher pee, not just hearing the sound." +292700 ,,,,,3100010,,,,,,,,,,,,,,,"In fact, I wouldn't mind if she did it with enough force for\nthe splash to reach me. No, I definitely want her to! Tenka-\nchan! Please pee over here!" +292800 ,,,,,3100010,,,,,,,,,,,,,,,"With the same vibe as asking for eye contact, I send my\nthoughts to Tenka-chan. But the dribbling pee remains\nunchanged." +292900 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_031.wav,,,,tenka,,0,,,,,Ahh... ugh... I can't hold it anymore... +293000 ,,,,,3100010,,,,,,,,,,,,,,,"While peeing, Tenka-chan muttered as if in a daze." +293100 ,,,,,3100010,,,,,,,,,,,,,,,What can't she hold anymore? She's already peeing... Could\nit be that her pussy is throbbing!? +293200 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_032.wav,,,,tenka,,0,,,,,J-just a little more... can I let it out...? +293300 ,,,,,3100010,,,,,,,,,,,,,,,Drip... whoosh... +293400 ,,,,,3100010,,,,,,,,,,,,,,,Tenka-chan's golden water gained a bit more force. +293500 ,,,,,3100010,,,,,,,,,,,,,,,My guess was wrong. It seems that what she couldn't hold was\nindeed her pee. +293600 ,,,,,3100010,,,,,,,,,,,,,,,"Well, in that case, saying her pussy is throbbing might be\ncorrect in a way." +293700 ,,,,,3100010,,,,,,,,,,,,,,,"Somehow, Tenka-chan's face looks like she's feeling good." +293800 ,,,,,3100010,,,,,,,,,,,,,,,"There are moments when you want to pee more, but it only\ndribbles out, and it's really frustrating... right?" +293900 ,,,,,3100010,,,,,,,,,,,,,,,"For example, when you have to pee while having an erection,\nthe pee might shoot off in unexpected directions, so be\ncareful." +294000 ,,,,,3100010,,,,,,,,,,,,,,,"And when your bladder is full, you want to let it all out,\nbut it only comes out little by little, which feels\nunpleasant." +294100 ,,,,,3100010,,,,,,,,,,,,,,,I'm sure Tenka-chan felt the same way. +294200 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_033.wav,,,,tenka,,0,,,,,Ugh... please finish soon... +294300 ,,,,,3100010,,,,,,,,,,,,,,,"It seems like she had a lot of pee stored up, as the flow\nshows no sign of weakening. The golden stream flows like\nsome kind of eternal spring water deep in the mountains." +294400 ,,,,,3100010,,,,,,,,,,,,,,,"Even if it's not in the mountains, to me, Tenka-chan's pee\nis like sacred water!" +294500 ,,,,,3100010,,,,,,,,,,,,,,,The pee endlessly flowing from her pussy created a yellow\npuddle between Tenka-chan's legs. +294600 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_034.wav,,,,tenka,,0,,,,,I should have gone to the bathroom before leaving home... +294700 ,,,,,3100010,,,,,,,,,,,,,,,"Hearing Tenka-chan's sorrowful mutter, I can only feel\ngrateful." +294800 ,,,,,3100010,,,,,,,,,,,,,,,"Thanks to her not going to the bathroom before coming over,\nI get to watch Tenka-chan pee." +294900 ,,,,,3100010,,,,,,,,,,,,,,,"Because she's crouching while peeing, a few drops of the\ngolden liquid trickle down her butt. They glisten in the\nmidsummer sunlight." +295000 ,,,,,3100010,,,,,,,,,,,,,,,Ah... summer has come again this year. +295100 ,,,,,3100010,,,,,,,,,,,,,,,I reflect on the golden droplets. +295200 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_035.wav,,,,tenka,,0,,,,,Phew... just a little more... ah... +295300 ,,,,,3100010,,,,,,,,,,,,,,,"With heavy breaths, I sense a slightly relieved atmosphere\nfrom Tenka-chan." +295400 ,,,,,3100010,,,,,,,,,,,,,,,"Even though I got to see Tenka-chan's outdoor peeing, it\nfeels like a waste for it to end just like this." +295500 ,,,,,3100010,,,,,,,,,,,,,,,"That's right, let's tease Tenka-chan a little." +295600 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, are you done peeing?" +295700 ,,,,,3100010,,,,,,,,,,,,,,,"I deliberately call out, taking care not to let her realize\nI'm nearby." +295800 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_036.wav,,,,tenka,,0,,,,,Eek!? O-ojisan!? Where are you!? +295900 ,,,,,3100010,,,,,,,,,,,,,,,"With a stream still flowing, Tenka-chan panics." +296000 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,It's okay. I'm really close by. I'll come over now. +296100 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_037.wav,,,,tenka,,0,,,,,"No! No, no, no! I'm still peeing, so don't!" +296200 ,,,,,3100010,,,,,,,,,,,,,,,"The moment she realizes I'm coming, the stream weakens. Is\nit almost over... or...?" +296300 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_038.wav,,,,tenka,,0,,,,,"I-I'm almost done, so don't come over, okay!? Absolutely\ndon't come here!" +296400 ,,,,,3100010,,,,,,,,,,,,,,,"What a strong rejection. Well, it's only natural, I guess." +296500 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,Really? Are you just peeing? Isn't it taking a long time?\nI'm worried you might have heatstroke. +296600 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_039.wav,,,,tenka,,0,,,,,I'm fine! I'll come over once I'm done! +296700 ,,,,,3100010,,,,,,,,,,,,,,,Tenka-chan desperately shouting to keep me away is so cute.\nEven though I'm already here. I wonder how she'd react if I\npeeked out from here? +296800 ,,,,,3100010,,,,,,,,,,,,,,,"As that curiosity arises, I can easily imagine a future\nwhere Tenka-chan's trust in me plummets." +296900 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,"Got it. But if you don't come out in the next 10 seconds,\nI'll come check because I'm worried." +297000 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_040.wav,,,,tenka,,0,,,,,"No, you can't do that! Ojisan, wait there!" +297100 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,One... two... +297200 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_041.wav,,,,tenka,,0,,,,,"Ah, wait...!" +297300 ,,,,,3100010,,,,,,,,,,,,,,,Tenka-chan's face turns pale. +297400 ,,,,,3100010,,,,,,,,,,,,,,,"Sensing danger, the stream suddenly strengthens. The arching\npee flowing to the ground looks like a golden masterpiece." +297500 ,,,,,3100010,,,,,,,,,,,,,,,"As I thought, when I spoke earlier, she consciously weakened\nthe stream. She must have tried to stop peeing quickly,\nthinking I might see her." +297600 ,,,,,3100010,,,,,,,,,,,,,,,"And now, the opposite. Tenka-chan is peeing with\nconsiderable force. The stream is so strong that it creates\na large splash." +297700 ,,,,,3100010,,,,,,,,,,,,,,,The splashing pee from Tenka-chan flies close to where I'm\npeeking. +297800 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,Three... four... five... +297900 ,,,,,3100010,,,,,,,,,,,,,,,The merciless countdown continues. +298000 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_042.wav,,,,tenka,,0,,,,,"You're counting too fast... I'm not done yet, okay!? Nn..." +298100 ,,,,,3100010,,,,,,,,,,,,,,,"Then, a particularly loud splash is heard. A drop of golden\nliquid flies and lands on the grass right in front of me.\nO-oh, ohhh!" +298200 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,Six... na... na... +298300 ,,,,,3100010,,,,,,,,,,,,,,,"Carefully, so as not to rustle the grass and get noticed, I\npush my face forward and stick out my tongue." +298400 ,,,,,3100010,,,,,,,,,,,,,,,"I lick up the golden liquid...! As long as I get that, I'm\nsatisfied!" +298500 ,,,,,3100010,,,,,,,,,,,,,,,"Having gone this far, I might be scolded for being so\nsinful, but there's no room for compromise." +298600 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,Haaah... chii... +298700 ,,,,,3100010,,,,,,,,,,,,,,,Just a little more... just a few more millimeters... and my\ntongue will reach that droplet! +298800 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,Kyuu... uuuuh! +299000 ,,,,,3100010,,,,,,,,,,,,,,,"I reached it! This salty, fishy taste is unmistakably Tenka-\nchan's pee!" +299100 ,,,,,3100020,,甜花,Tenka,021_CB12T_t_043.wav,,,,tenka,,0,,,,,Haa... haa... +299200 ,,,,,3100020,,,,,,,,,,,,,,,"Because of the awkward position while counting down, I let\nout a terribly strained voice, but Tenka-chan seems to be\ntoo preoccupied to notice." +299300 ,,,,,3100020,,,,,,,,,,,,,,,"Almost simultaneously with my success in licking Tenka-\nchan's pee, it seems she finally stopped peeing." +299400 ,,,,,3100020,,,,,,,,,,,,,,,"Of course, in the great outdoors without toilet paper, she\ncan't wipe herself. Pee drips down Tenka-chan's thighs and\nbutt." +299500 ,,,,,3100020,,,,,,,,,,,,,,,"Then, Tenka-chan starts putting her swimsuit back on." +299700 ,$event_return,,,,,,,,,,,,,,,,,,, +299800 ,,,4,,,,,,,,,,,,,,,,,"If I stay here any longer, she'll find out I was peeking. I\nquickly move away from the bushes," +299900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Juuuu! +300000 ,,,,,,,,,,,,,,,,,,,,I finish the final countdown. +300100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan? Are you done peeing? +300200 ,,,,,,,,,,,,,,,,,,,,"I approach the bushes where Tenka-chan is, giving off the\nimpression that I was keeping a good watch." +300300 ,,,,,,,甜花,Tenka,021_CB12T_t_044.wav,,,,tenka,,33,,,,,"Y-yeah. It's okay, I managed to do it properly..." +300400 ,,,,,,,,,,,,,tenka,,33,,,,,"Tenka-chan emerges quietly from the bushes, her cheeks\nflushed." +300500 ,,,,,,,,,,,,,tenka,,33,,,,,Her first outdoor pee must have been quite embarrassing. +300600 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,33,,,,,"Tenka-chan, there's pee on your leg." +300700 ,,,,,,,,,,,,,tenka,,33,,,,,"She hurriedly put on her swimsuit, so she didn't have the\nluxury to notice such things." +300800 ,,,,,,,甜花,Tenka,021_CB12T_t_045.wav,,,,tenka,,31,,,,,"No! Mister, don't look over here!" +300900 ,,,,,,,,,,,,,tenka,,31,,,,,"When I point it out to her, Tenka-chan hastily covers her\ncrotch with both hands. But by doing that," +301000 ,,,,,,,甜花,Tenka,021_CB12T_t_046.wav,,,,tenka,,16,,,,,Ah... my hands... +301100 ,,,,,,,,,,,,,,,,,,,,Now her hands are getting dirty. +301200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Go wash up in the river. +301300 ,,,,,,,,,,,,,,,,,,,,I deeply feel that the rural environment must be unfamiliar\nto city-raised Tenka-chan. +301400 ,,,,,,,,,,,,,,,,,,,,Tenka-chan splashes water on her hands and then on her\ncrotch and thighs to wash away the pee. +301500 ,,,,,,,甜花,Tenka,021_CB12T_t_047.wav,,,,tenka,,12,,,,,I want to take a shower soon... +301600 ,,,,,,,,,,,,,tenka,,12,,,,,"Tenka-chan climbs out of the river, looking dejected." +301700 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,12,,,,,It's okay. The water in this river is clean. +301800 ,,,,,,,甜花,Tenka,021_CB12T_t_048.wav,,,,tenka,,13,,,,,Yeah... +301900 ,,,,,,,,,,,,,tenka,,13,,,,,"The experience of peeing outdoors must have been quite\nshocking, as Tenka-chan seems down." +302000 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,13,,,,,"What do you want to do? We still have time, but do you want\nto head back early?" +302100 ,,,,,,,甜花,Tenka,021_CB12T_t_049.wav,,,,tenka,,34,,,,,"But if we do that, Chii and Komako will probably want to\nplay more..." +302200 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,34,,,,,That's true. We just got here to play. +302300 ,,,,,,,甜花,Tenka,021_CB12T_t_050.wav,,,,tenka,,13,,,,,"It's okay, I'm fine. I managed to pee properly..." +302400 ,,,,,,,,,,,,,tenka,,13,,,,,"Even though she might want to go back, Tenka- chan tries to\nhide it." +302500 ,,,,,,,,,,,,,tenka,,13,,,,,She probably doesn't want to disappoint Chii- chan and\nKomako-chan with her selfishness. She's such a considerate\nand good friend. +302600 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,13,,,,,"Then let's go back to the others. I'm sure they're waiting\nfor you, Tenka-chan." +302700 ,,,,,,,甜花,Tenka,021_CB12T_t_051.wav,,,,tenka,,3,,,,,Yeah. Hey... Uncle? +302800 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,3,,,,,What is it? +302900 ,,,,,,,甜花,Tenka,021_CB12T_t_052.wav,,,,tenka,,33,,,,,In the countryside... do you have to pee in the river? +303000 ,,,,,,,,,,,,,tenka,,33,,,,,Tenka-chan asked me that with such concern that I almost\nlaughed. +303100 ,,,,,,,,,,,,,tenka,,33,,,,,But Tenka-chan's face was completely serious. I responded\nseriously too. +303200 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,33,,,,,"Well, I think it's more convenient that way." +303300 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,33,,,,,"But since you're a city girl, it's okay to be embarrassed.\nIf there's no toilet and you're in trouble again, I'll keep\nwatch for you." +303400 ,,,,,,,,,,,,,tenka,,33,,,,,I thought it was a pretty nice follow-up. Saying this might\ngive me another chance to peek at Tenka-chan peeing\noutdoors. +303500 ,,,,,,,甜花,Tenka,021_CB12T_t_053.wav,,,,tenka,,22,,,,,"Yeah... From now on, I'll make sure to pee before going out\nto play so I don't have to go." +303600 ,,,,,,,,,,,,,tenka,,22,,,,,"The conversation went in a different direction than I\nexpected. Ugh... Tenka-chan is smart, so she's cautious\nabout these things." +303700 ,,,,,,,,,,,,,tenka,,22,,,,,"For today, I'll be satisfied with having observed Tenka-\nchan's outdoor peeing." +303800 ,,,,,,,,,,,,,,,,,,,,Now then. I'm worried about the two we left behind. Let's\nhurry back. +303900 ,,,0,9001,,,,,,,,,,,,,,,, +304100 ,$go 022_CB13,,,,,,,,,,,,,,,,,,,022_CB13へ +304600 ,@022_CB13,,,,,,,,,,,,,,,,,,, +304900 ,,,,,,,,,,,,,,,,,,,, +305000 ,,,7,122,,,,,,,,,,,,,,,,On the way back from the riverbank. We were walking side by\nside on the road. +305100 ,,,,,,,千恵,Chie,022_CB13_c_000.wav,,,,"chie,privateC",,5,,,,,I wanted to play a little longer~. It was such a rare chance\nto play in the water. +305200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,"I wanted to as well, but we promised your moms we'd be back\nbefore sunset." +305300 ,,,,,,,,,,,,,chie,,5,,,,,"We had promised to return before sunset. So, it couldn't be\nhelped." +305400 ,,,,,,,,,,,,,chie,,5,,,,,"Honestly, I also wanted to keep watching Chie-chan, Komako-\nchan, and Tenka-chan in their swimsuits!" +305500 ,,,,,,,,,,,,,chie,,5,,,,,"But, it can't be helped... Please forgive me, everyone." +305600 ,,"",,,,,コマコ,Komako,022_CB13_k_000.wav,"komako,privateB",,14,,,,,,,,Fwaaah... I might be a little tired... +305700 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan let out a big yawn. +305800 ,,,,,,,,,,komako,,14,,,,,,,,We did play a lot. It's only natural to be tired. +305900 ,,,,,,,甜花,Tenka,022_CB13_t_000.wav,,,,,,,"tenka,privateC",,12,,"That's true. I swam a lot for the first time in a while, and\nI'm... fwaaah..." +306000 ,,,,,,,,,,,,,,,,tenka,,12,,Tenka-chan yawned as well. +306100 ,,,,,,,千恵,Chie,022_CB13_c_001.wav,,,,chie,,17,,,,,Now that you mention it... Chie-chan might be getting sleepy\ntoo... +306200 ,,,,,,,,,,,,,chie,,17,,,,,"Everyone seemed tired. Maybe because I was so excited, my\nbody felt sluggish too." +306300 ,,,,,,,千恵,Chie,022_CB13_c_002.wav,,,,"chieL,privateC",,25,,,,,"Hey, hey~ Uncle. Give me a piggyback ride~. Chie-chan is\ntired too." +306400 ,,,,,,,,,,,,,chieL,,25,,,,,Chie-chan reached out her hand towards me. +306500 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,25,,,,,"A... piggyback ride? I-I don't mind, but..." +306600 ,,,,,,,,,,,,,chieL,,25,,,,,"A piggyback ride!? That means... Chie-chan would be on my\nback, right...!?" +306700 ,,,,,,,,,,,,,chieL,,25,,,,,"Please, please! You're more than welcome! I'd even ask for\nit myself!" +306800 ,,,,,,,,,,,,,chieL,,25,,,,,If I give her a piggyback ride... Chie-chan's chest will\npress against my back... hehehe. I'm looking forward to\nthis! +306900 ,,,,,,,コマコ,Komako,022_CB13_k_001.wav,komako,,17,,,,,,,,A-a piggyback ride... +307000 ,,,,,,,,,,komako,,17,,,,,,,,Komako-chan seemed like she wanted to say something. +307100 ,,,,,,,コマコ,Komako,022_CB13_k_002.wav,komako,,27,,,,,,,,C-Chie-chan...! I'll... give you a piggyback ride instead of\nUncle! +307200 ,,,,,,,千恵@甜花,Chie & Tenka,022_CB13_c_002a@022_CB13_t_000a,,,,chie,,4,tenka,,4,,Eh...!? +307300 ,,,,,,,,,,,,,,,,,,,,An unexpected statement. Komako-chan... giving a piggyback\nride...? +307400 ,,,,,,,,,,,,,,,,,,,,Chie-chan's body covers the small Komako- chan. +307500 ,,,,,,,,,,,,,,,,,,,,"It's a nice scene in its own way, but... is it really\nokay...?" +307600 ,,,,,,,,,,,,,,,,,,,,"I understand she doesn't want Chie-chan to be taken by me,\nbut..." +307700 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,Does that mean... Komako-chan will... give Chie-chan a\npiggyback ride? Is it really okay? +307800 ,,,,,,,コマコ,Komako,022_CB13_k_003.wav,komako,,7,,,,,,,,"P-probably... okay! So... come on, Chie- chan... get on!" +307900 ,,,,,,,,,,komako,,7,,,,,,,,"Komako-chan made up her mind. She crouched down, ready for a\npiggyback ride." +308000 ,,,,,,,千恵,Chie,022_CB13_c_003.wav,komako,,7,chie,,14,,,,,O-okay... if Komako-chan is doing it... then it's fine... +308200 ,,,,,,,コマコ,Komako,022_CB13_k_004.wav,"komakoL,privateB",,2,,,,,,,,Fwaa...! +308300 ,,,,,,,,,,komakoL,,2,,,,,,,,Komako-chan's expression softened. Maybe she's happy to be\nclose to Chie-chan. +308400 ,,,,,,,千恵,Chie,022_CB13_c_004.wav,,,,chie,,5,,,,,"T-then... here I go, Komako-chan...!" +308500 ,,,,,,,,,,,,,chie,,5,,,,,Chie-chan hesitantly leaned her weight onto Komako-chan. +308600 ,,,,,,,,,,,,,chie,,5,,,,,Komako-chan grabbed Chie-chan's legs and stood up. She\nwobbled forward two or three steps― +308700 ,,,,,,,コマコ,Komako,022_CB13_k_005.wav,komako,,4,,,,,,,,Mmm... uuu―hakyuu!? +308900 ,,,,,,,千恵,Chie,022_CB13_c_005.wav,,,,chie,,4,,,,,"Ouch ouch... Komako-chan, are you okay...?" +309000 ,,,,,,,,,,,,,,,,,,,,"Chie-chan called out to Komako-chan, who had fallen beneath\nher." +309100 ,,,,,,,,,,,,,,,,,,,,"Ouch, that looks painful... It feels like she fell forward\nwith all her might..." +309200 ,,,,,,,甜花,Tenka,022_CB13_t_001.wav,,,,,,,tenka,,24,,That looks painful... Are you okay? A piggyback ride is too\nmuch... +309300 ,,,,,,,コマコ,Komako,022_CB13_k_006.wav,komako,,28,,,,,,,,Mmm... but... ugh... sniff... +309400 ,,,,,,,,,,komako,,28,,,,,,,,What should I do... Komako-chan is on the verge of tears. +309500 ,,,,,,,,,,komako,,28,,,,,,,,"Komako-chan got up. Her legs aren't scraped, but her knees\nare red." +309600 ,,,,,,,千恵,Chie,022_CB13_c_006.wav,komako,,28,chie,,24,,,,,Koma-chan... are you okay? It's red here... I'm sorry. +309700 ,,,,,,,コマコ,Komako,022_CB13_k_007.wav,komako,,8,chie,,24,,,,,"Chie-chan, you don't have to apologize! It's my fault..." +309800 ,,,,,,,千恵,Chie,022_CB13_c_007.wav,komako,,8,chie,,5,,,,,That's not true! I was the one who asked for a piggyback\nride! +309900 ,,,,,,,,,,komako,,8,chie,,5,,,,,"Saying that, Chie-chan placed her hand on Komako-chan's\nknee." +310000 ,,,,,,,千恵,Chie,022_CB13_c_008.wav,komako,,8,chie,,7,,,,,"Pain, pain, go away. Koma-chan's pain, go away!" +310100 ,,,,,,,,,,komako,,8,chie,,7,,,,,Chie-chan chanted the spell while rubbing her hand. +310200 ,,,,,,,,,,komako,,8,chie,,7,,,,,"Somehow... I'm a little jealous. If I fell now, would she do\nit for me too?" +310300 ,,,,,,,千恵,Chie,022_CB13_c_009.wav,komako,,8,chie,,1,,,,,"Alright! All better now! Koma-chan, it doesn't hurt anymore,\nright?" +310400 ,,,,,,,コマコ,Komako,022_CB13_k_008.wav,komako,,22,chie,,1,,,,,"...Yeah! Thank you, Chie-chan!" +310500 ,,,,,,,,,,,,,,,,,,,,Komako-chan is completely back to her cheerful self. +310600 ,,,,,,,,,,,,,,,,,,,,"...Ah, that's a relief. I was worried for a moment." +310700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then... shall we head back? It looks like the sun\nis starting to set." +310800 ,,,,,,,千恵,Chie,022_CB13_c_010.wav,,,,chie,,1,,,,,Let's go! +310900 ,,,,,,,,,,,,,chie,,1,,,,,"With Chie-chan's call, everyone started moving." +311000 ,,,,,,,,,,,,,chie,,1,,,,,"After walking a bit, Chie-chan suddenly stopped." +311100 ,,,,,,,千恵,Chie,022_CB13_c_011.wav,,,,chieL,,4,,,,,"...Ah, I forgot! Then, Uncle, give me a piggyback ride\ninstead!" +311200 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,5,,,,,...Huh? +311300 ,,,,,,,,,,,,,chieL,,0,,,,,"Oh, right, we were talking about that." +311400 ,,,,,,,,,,,,,chieL,,0,,,,,"It's a delightful offer, and I'm all for it, but..." +311500 ,,,,,,,コマコ,Komako,022_CB13_k_009.wav,komako,,30,,,,,,,,Muuu...! +311600 ,,,,,,,,,,komako,,30,,,,,,,,I feel like Komako-chan is glaring at me intensely. +311700 ,,,,,,,,,,,,,,,,,,,,I want to give a piggyback ride... I really do...! +311800 ,,,,,,,,,,,,,,,,,,,,B-but giving a piggyback ride here... isn't a wise choice! I\ndon't want Komako-chan to dislike me! +311900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ha... haha... Uncle's a bit tired too... sorry, Chie-chan." +312000 ,,,,,,,,,,,,,,,,,,,,"Sorry, Chie-chan... Uncle's facing the ultimate choice\nhere..." +312100 ,,,,,,,,,,,,,,,,,,,,Sigh... A piggyback ride... maybe there'll be another\nchance... oh dear. +312200 ,,,,,,,千恵,Chie,022_CB13_c_012.wav,,,,chie,,24,,,,,Ehhh---! No way---! +312300 ,,,,,,,甜花,Tenka,022_CB13_t_002.wav,,,,chie,,24,tenka,,3,,"Chii, don't stop walking. We'll leave you behind." +312400 ,,,,,,,,,,,,,chie,,24,tenka,,3,,Tenka-chan walks ahead briskly. +312500 ,,,,,,,千恵,Chie,022_CB13_c_013.wav,,,,chie,,25,tenka,,3,,Muuu---! W-wait! Don't leave me behind---! +312600 ,,,,,,,,,,,,,chie,,25,tenka,,3,,Chie-chan runs to catch up with Tenka-chan. +312700 ,,,,,,,甜花,Tenka,022_CB13_t_003.wav,,,,chie,,25,tenka,,32,,"Not waiting. Come on, hurry up." +312800 ,,,,,,,,,,,,,chie,,25,tenka,,32,,"Tenka-chan starts running too, so Chie-chan can't catch up." +312900 ,,,,,,,コマコ,Komako,022_CB13_k_010.wav,komako,,4,,,,,,,,Ah... me too... wait...! +313000 ,,,,,,,,,,komako,,4,,,,,,,,"I also started moving my feet to chase after Komako-chan,\nwho dashed off last." +313200 ,,,,12,,,千恵,Chie,022_CB13_c_014.wav,,,,chie,,34,,,,,"Phew, we made it!" +313300 ,,,,,,,,,,,,,chie,,34,,,,,"Finally, we arrived at my house. I suddenly felt a wave of\nexhaustion wash over me..." +313400 ,,,,,,,甜花,Tenka,022_CB13_t_004.wav,,,,,,,tenka,,12,,"Ah, I'm so tired." +313500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,"Great job, everyone! I'll bring some water, so wait here!" +313600 ,,,,,,,千恵,Chie,022_CB13_c_015.wav,,,,chie,,21,,,,,"Really!? You're the best, uncle!" +313700 ,,,,,,,,,,,,,,,,,,,,"Alright, let's quickly get some water. But I can't let them\nstay too long. The sun is already starting to set." +313900 ,,,,,,,千恵,Chie,022_CB13_c_016.wav,,,,chie,,1,,,,,"Gulp gulp... ahh... phew! Thanks, uncle!" +314000 ,,,,,,,,,,,,,chie,,1,,,,,"Chie-chan drinks the water with gusto, finishing it off." +314100 ,,,,,,,コマコ,Komako,022_CB13_k_011.wav,komako,,1,,,,,,,,"Thank you, uncle." +314200 ,,,,,,,甜花,Tenka,022_CB13_t_005.wav,,,,,,,tenka,,1,,"Thanks, uncle. The water was delicious." +314300 ,,,,,,,,,,,,,,,,,,,,The three of them each express their gratitude. +314400 ,,,,,,,,,,,,,,,,,,,,"Ah, I'm so happy... Just giving them water makes them this\ndelighted, it makes me glad!" +314500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well then, it's getting late, so maybe it's time to head\nhome." +314600 ,,,,,,,千恵,Chie,022_CB13_c_017.wav,,,,chie,,24,,,,,Ehh. Chie-chan wants to stay a little longer. +314700 ,,,,,,,甜花,Tenka,022_CB13_t_006.wav,,,,chie,,24,tenka,,12,,"Chii, you can't. We promised to go home before it gets dark,\nremember?" +314800 ,,,,,,,コマコ,Komako,022_CB13_k_012.wav,komako,,20,chie,,24,tenka,,12,,"Chie-chan, let's go home. Your mom will be worried..." +314900 ,,,,,,,,,,komako,,20,chie,,24,tenka,,12,,Komako-chan tries to calm down the reluctant Chie-chan. +315000 ,,,,,,,,,,,,,,,,,,,,"Persuaded by Komako-chan, Chie-chan reluctantly heads home." +315100 ,,,,,,,,,,,,,,,,,,,,I watch until the three of them disappear from sight. +315200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Alright. +315300 ,,,,,,,,,,,,,,,,,,,,I've got three cups now. +315400 ,,,,,,,,,,,,,,,,,,,,"The one on the left is Chie-chan's cup, the middle one is\nTenka-chan's. The one on the right should be Komako-chan's\ncup. I need to remember this well." +315500 ,,,,,,,,,,,,,,,,,,,,How should I use these cups...? +315600 ,,,,,,,,,,,,,,,,,,,,"I went back inside the house, thinking about material for my\nmasturbation." +315800 ,,,5,33,,,,,,,,,,,,,,,,Hehehe... Today was the best day... +316000 ,,,,,,,,,,,,,,,,,,,,"A lot happened, and I feel like I've got a ton of new\nmaterial for masturbation!" +316100 ,,,,,,,,,,,,,,,,,,,,Hooray for summer vacation! I wish every day could be summer\nvacation! +316200 ,,,,,,,,,,,,,,,,,,,,"But still, Chie-chan's swimsuit was great..." +316400 ,,,,101,,,,,,,,,"chieL,swim",,0,,,,,"A school swimsuit with tan lines is a classic, after all." +316500 ,,,,,,,,,,,,,chieL,,20,,,,,The navy shoulder straps digging into her skin. Her plump\nthighs. +316600 ,,,,,,,,,,,,,chieL,,21,,,,,Ahh~ It's really nice! I could probably masturbate all day\njust with that! +316700 ,,,,,,,,,,,,,chieL,,1,,,,,"Just remembering it... ugh, I'm getting hard..." +316800 ,,,,,,,,,,,,,chieL,,1,,,,,It's not bad to get off thinking about Chie- chan like\nthis... +317000 ,,"",,,,,,,,"komakoL,swim",,0,,,,,,,,"...But, Komako-chan wasn't losing either..." +317100 ,,,,,,,,,,komakoL,,20,,,,,,,,"Unlike Chie-chan, her skin isn't tanned, but she has that\nunique fairness of a half- Japanese, really like a doll, so\ncute." +317200 ,,,,,,,,,,komakoL,,21,,,,,,,,"It's hard to believe they're wearing the same school\nswimsuit, there's such a difference..." +317300 ,,,,,,,,,,komakoL,,1,,,,,,,,"Hmm, it's hard to choose between them." +317400 ,,,,,,,,,,komakoL,,1,,,,,,,,"I feel like rubbing my ramune stick against that shiny hair\nof hers, rubbing it in, and then shooting it all over to\ndirty it." +317500 ,,,,,,,,,,komakoL,,1,,,,,,,,"Should I get off to that fantasy today...? No, wait...?" +317700 ,,"",,,,,,,,,,,,,,"tenkaL,swim",,0,,"In that regard, Tenka-chan isn't losing either." +317800 ,,,,,,,,,,,,,,,,tenkaL,,20,,That shiny black hair must feel amazing to touch. +317900 ,,,,,,,,,,,,,,,,tenkaL,,21,,"Rubbing my dick against it... ah, just imagining it makes me\nwant to cum..." +318000 ,,,,,,,,,,,,,,,,tenkaL,,1,,The swimsuit was cute too~. City girls really are something\nelse~. +318200 ,,,,33,,,,,,,,,,,,,,,,"Hmm, it's so hard to decide... too hard..." +318300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ah +318400 ,,,,,,,,,,,,,,,,,,,,"...Come to think of it, I was planning to do the vote\ncounting for the 'DGS48' center election today. I almost\nforgot, that was close." +318500 ,,,,,,,,,,,,,,,,,,,,I wonder how many votes there are? +318600 ,,,,,,,,,,,,,,,,,,,,"I spread the voting tickets on the floor. The number is...\nhmm, not that many." +318700 ,,,,,,,,,,,,,,,,,,,,"Well, that's to be expected. There aren't many people who\ncome to this candy store anyway." +318800 ,,,,,,,,,,,,,,,,,,,,"Now then, what should I do? I could just tally them up as\nthey are..." +318900 ,,,,,,,,,,,,,,,,,,,,"...I guess it's okay if I cast one vote too, right? I mean,\nit's not like I'm favoring anyone that much..." +319000 ,,,,,,,,,,,,,,,,,,,,"One vote won't change the rankings, right? Yeah, that's\nright. It must be." +319100 ,,,,,,,,,,,,,,,,,,,,"Alright, let's get started―." +319200 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Vote for Chii-chan,sel_1a",,,,,,,,,,,,,,,,,,,■@ Vote for Chie-chan +↓,"$menu_item 1,Vote for Komako-chan,sel_1b",,,,,,,,,,,,,,,,,,,■A Vote for Komako-chan +↓,"$menu_item 2,Vote for Tenka-chan,sel_1c",,,,,,,,,,,,,,,,,,,■B Vote for Tenka-chan +↓,"$menu_item 3,I can't choose just one. Vote for everyone!,sel_1d",,,,,,,,,,,,,,,,,,,■C I can't choose just one. Vote for everyone! +↓,$menu_end,,,,,,,,,,,,,,,,,,, +319300 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Vote for Chie-chan +319400 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +319600 ,,"",,101,,,,,,,,,chieL,,1,,,,,"Yeah, yeah... after all, a bright and energetic girl is best\nfor the center!" +319700 ,,,,,,,,,,,,,chieL,,1,,,,,"Chie-chan is cute, and she seems popular with everyone in\nthe community." +319800 ,,,,,,,,,,,,,chieL,,1,,,,,"She also works part-time at our place... thinking about it,\nChie-chan might be the best choice." +320000 ,,"",,33,,,,,,,,,,,,,,,,"So, I'm voting for Chie-chan!" +320100 ,,,,,,,,,,,,,,,,,,,,"'Sayama Chie'... alright, that's my vote cast." +320200 ,,,,,,,,,,,,,,,,,,,,"But if Chie-chan becomes the center, she might lead\nenergetically, but it might lack cohesion..." +320300 ,,,,,,,,,,,,,,,,,,,,But that's where Komako-chan and Tenka-chan can support her! +320400 ,,,,,,,,,,,,,,,,,,,,"Yeah, yeah, Chie-chan as the center is definitely the right\nchoice!" +320500 ,,,,,,,,,,,,,,,,,,,,...Even though my vote alone probably won't change the\noutcome. +320600 ,,,,,,,,,,,,,,,,,,,,"I'm just slightly pushing for Chie-chan. Yeah, that's all." +320700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,............ +320800 ,,,,,,,,,,,,,,,,,,,,Thinking about Chie-chan so much is making me feel all hot\nand bothered... +320900 ,,,,,,,,,,,,,,,,,,,,"Alright, today it's decided―I'll masturbate to Chie-chan!" +321000 ,,,,,,,,,,,,,,,,,,,,"What scenario should I go with today...? Yeah, it has to be\nswimsuits today..." +321100 ,,,,,,,,,,,,,,,,,,,,"Chie-chan playing by the river... a wet school swimsuit...\nher healthy, sun-kissed skin..." +321200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ugh!! +321300 ,,,,,,,,,,,,,,,,,,,,"Ah... I already came once. At this rate, I could go multiple\nrounds...!" +321500 ,$go join_1,,,,,,,,,,,,,,,,,,, +321600 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Vote for Komako-chan +321700 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +321900 ,,"",,101,,,,,,komakoL,,21,,,,,,,,"...Surprisingly, Komako-chan might be suited for the center?" +322000 ,,,,,,,,,,komakoL,,21,,,,,,,,Cool and mysterious... she could become quite popular. +322100 ,,,,,,,,,,komakoL,,21,,,,,,,,"She's half-Russian and fluent in Japanese... wait, was she a\nstrong candidate all along?" +322300 ,,"",,33,,,,,,,,,,,,,,,,"So, I'm voting for Komako-chan!" +322400 ,,,,,,,,,,,,,,,,,,,,"『Komako Semenovich』 and... okay, done!" +322500 ,,,,,,,,,,,,,,,,,,,,"Of course, my one vote might not decide it. But, Komako-chan\nis my favorite member..." +322600 ,,,,,,,,,,,,,,,,,,,,"She doesn't seem to be great at talking much, but I think\nChie-chan and Tenka-chan will support her in that area..." +322700 ,,,,,,,,,,,,,,,,,,,,"Yeah, yeah, it'll be fine. Komako-chan is the type to get\nthings done when it counts!" +322800 ,,,,,,,,,,,,,,,,,,,,"...Still, Komako-chan was really cute today..." +322900 ,,,,,,,,,,,,,,,,,,,,"Foreigners really do have beautiful skin, don't they? Like a\ndoll..." +323000 ,,,,,,,,,,,,,,,,,,,,The navy school swimsuit highlights her white skin... and\nher light-colored hair stands out... her chest is just a\nlittle bit developed too... +323100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ugh!! +323200 ,,,,,,,,,,,,,,,,,,,,Thinking about that... I already came once. My little guy is\nquite energetic today. +323300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hehehe... +323400 ,,,,,,,,,,,,,,,,,,,,"At this rate, I could go multiple rounds...! I'm going to\nkeep going with Komako-chan today!" +323600 ,$go join_1,,,,,,,,,,,,,,,,,,, +323700 ,*sel_1c,,,,,,,,,,,,,,,,,,,■B Vote for Tenka-chan +323800 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +324000 ,,"",,101,,,,,,,,,,,,tenkaL,,0,,"When it comes to idols, it's got to be Tenka- chan." +324100 ,,,,,,,,,,,,,,,,tenkaL,,0,,She's working so hard. It would be a shame if she doesn't\nget rewarded. +324200 ,,,,,,,,,,,,,,,,tenkaL,,0,,"Plus, Tenka-chan was cute today... the center should be a\nbit more mature, right? Since they lead everyone." +324400 ,,"",,33,,,,,,,,,,,,,,,,"So, I'm voting for Tenka-chan." +324500 ,,,,,,,,,,,,,,,,,,,,『Adachi Tenka』 and... alright... this should do it. +324600 ,,,,,,,,,,,,,,,,,,,,"I'm Tenka-chan's number one fan, so of course, it's only\nright to vote for her." +324700 ,,,,,,,,,,,,,,,,,,,,Tenka-chan is reliable and seems like she'll lead everyone\nwell. +324800 ,,,,,,,,,,,,,,,,,,,,"The promotional activities... yeah, she worked hard!" +324900 ,,,,,,,,,,,,,,,,,,,,"Well, that method was a bit over the top... or maybe a bit\nunfair, but it's one way to do it... yeah, well, it's Tenka-\nchan after all!" +325000 ,,,,,,,,,,,,,,,,,,,,"That willingness to do whatever it takes... is one of Tenka-\nchan's charms, right?" +325100 ,,,,,,,,,,,,,,,,,,,,"Yeah, yeah, Tenka-chan is definitely the right choice. With\nher, 'DGS48' is sure to be a huge success!" +325200 ,,,,,,,,,,,,,,,,,,,,An idol group led by Tenka-chan... and I'm the producer...\nteaching her everything step by step... +325300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hehe... hehehe... +325400 ,,,,,,,,,,,,,,,,,,,,I'm starting to feel motivated! I need to get on with the\nvote counting! +325500 ,,,,,,,,,,,,,,,,,,,,"No, I'm not giving Tenka-chan any special treatment, okay?\nI'm just making her my favorite member, that's all." +325600 ,,,,,,,,,,,,,,,,,,,,"Even if someone else becomes the center, I'll proudly accept\nthat fact!" +325700 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan as an idol... if that happens, what should I\ndo..." +325800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,............ +325900 ,,,,,,,,,,,,,,,,,,,,"No, no. I'm starting to think about something lewd." +326000 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan being scolded by the producer... she's a city\ngirl, so she's a bit precocious... maybe some pillow\nbusiness...?" +326100 ,,,,,,,,,,,,,,,,,,,,"Ah, Tenka-chan getting tainted... even though she's so\ncute... ha... ha..." +326200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ugh!! +326300 ,,,,,,,,,,,,,,,,,,,,Oh no!? I got too excited and already came once... +326400 ,,,,,,,,,,,,,,,,,,,,My little guy is still full of energy today. I might be able\nto go two or three more rounds... +326500 ,,,,,,,,,,,,,,,,,,,,Tenka-chan... today I'm going to use you as my fantasy...\nhehehe... +326700 ,$go join_1,,,,,,,,,,,,,,,,,,, +326800 ,*sel_1d,,,,,,,,,,,,,,,,,,,■C I can't choose just one. I'll vote for everyone! +326900 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +327000 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +327100 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +327300 ,,"",,101,4220000,,,,,"komako,swim",,21,"chie,swim",,1,"tenka,swim",,0,,Ughhh. All the girls look great in swimsuits... even if you\nask me to choose... it's impossible!! +327400 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,"Eh, no... it's not like I'm choosing based on their swimsuit\nlooks?" +327500 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,"But, I do think that a girl's swimsuit appearance, which is\none of her charming aspects, is an important factor for\nbeing the center." +327600 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,So... ughhh. I just can't choose...! +327700 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,"Chie-chan, Komako-chan, and Tenka-chan, each of them is\ndifferent and has something wonderful." +327800 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,"To narrow it down to just one, that's too cruel...!" +327900 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,"My favorite member is... everyone! So, I'll give one vote to\neach!" +328000 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,"This way it's fair, and the rankings won't change. As an\nidol producer, I have to be equal!" +328200 ,,"",,33,,,,,,,,,,,,,,,,"So, I'm voting for everyone!" +328300 ,,,,,,,,,,,,,,,,,,,,"'Sayama Chie', 'Komako Semenovich', 'Adachi Tenka'... there,\nthat should do it." +328400 ,,,,,,,,,,,,,,,,,,,,"Yeah, yeah, this was the right choice. Narrowing it down to\njust one is no good after all." +328500 ,,,,,,,,,,,,,,,,,,,,"Now, I have to start the vote counting. I can't wait to see\nwho will be number one~." +328600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,............ +328700 ,,,,,,,,,,,,,,,,,,,,"Ugh, somehow... I'm starting to feel aroused..." +328800 ,,,,,,,,,,,,,,,,,,,,"Come to think of it, I don't think I've masturbated at all\ntoday. Even though I gathered so much material!" +328900 ,,,,,,,,,,,,,,,,,,,,I guess I have no choice but to masturbate! The vote\ncounting can wait! +329000 ,,,,,,,,,,,,,,,,,,,,"Now, who should I fantasize about while I masturbate...?" +329100 ,,,,,,,,,,,,,,,,,,,,"Should I start with Chie-chan? No, maybe Komako-chan...? Or\nTenka-chan...?" +329200 ,,,,,,,,,,,,,,,,,,,,"...Oh well! At this point, it's everyone! A 4P, a 4P!" +329300 ,,,,,,,,,,,,,,,,,,,,I'll have all three of them in swimsuits at once! +329400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hehehe... hehe... +329500 ,,,,,,,,,,,,,,,,,,,,Slowly taking off their swimsuits... everyone ends up in\nsuch a revealing state... and then... rubbing against their\nsmooth skin... +329600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ugh!? +329700 ,,,,,,,,,,,,,,,,,,,,Phew... I already came once. +329800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Wait!? +329900 ,,,,,,,,,,,,,,,,,,,,Oh no!? I got semen on the voting tickets!? +330000 ,,,,,,,,,,,,,,,,,,,,"I need to wipe it with tissue... if Chie-chan and the others\nsee this, it'll be bad!" +330100 ,,,,,,,,,,,,,,,,,,,,"Ah, but... maybe I can say I spilled some water?" +330200 ,,,,,,,,,,,,,,,,,,,,"...No, no! I'm in such a mood to masturbate!" +330300 ,,,,,,,,,,,,,,,,,,,,I feel like I can go at it with great intensity today! My\nlittle guy is still rock hard! +330400 ,,,,,,,,,,,,,,,,,,,,"I have plenty of material to fantasize about! Ah, I can't\nhold back anymore... it's time for a fantasy-filled\nmasturbation session!" +330600 ,*join_1,,,,,,,,,,,,,,,,,,,■Join +330700 ,,,,,,,,,,,,,,,,,,,,...Ah... I'm satisfied... I got carried away and ended up\nmasturbating multiple times. +330800 ,,,,,,,,,,,,,,,,,,,,"I don't even remember how many times I did it... I overdid\nit, and now my little guy hurts a bit..." +330900 ,,,,,,,,,,,,,,,,,,,,But it's been a while since I had such a satisfying\nmasturbation session... the rumor that fresh material makes\nfor a better experience was true. +331000 ,,,,,,,,,,,,,,,,,,,,Chie-chan... Komako-chan... Tenka-chan... oh no... I might\nstill not be satisfied... +331100 ,,,,,,,,,,,,,,,,,,,,"I can do the vote counting after I wake up, right? Yeah, I\nshould be able to. There aren't that many anyway..." +331200 ,,,,,,,,,,,,,,,,,,,,"Right now, I'm in the mood, so I just want to masturbate..." +331300 ,,,,,,,,,,,,,,,,,,,,"―Alright! Today is all about masturbation! Even if it hurts\ndown there, I'm not stopping!" +331400 ,,,,,,,,,,,,,,,,,,,,"Let's aim to break my personal record! Now, let's begin the\nmasturbation!" +331500 ,,,0,9000,,,,,,,,,,,,,,,, +331700 ,$go commonC_top,,,,,,,,,,,,,,,,,,, +, diff --git a/datascn.tac/03commonC.csv b/datascn.tac/03commonC.csv new file mode 100644 index 0000000..88e029a --- /dev/null +++ b/datascn.tac/03commonC.csv @@ -0,0 +1,2871 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@commonC_top,,,,,,,,,,,,,,,,,,,Common Part C +10600 ,@023_CB14,,,,,,,,,,,,,,,,,,, +10900 ,,,5,21,,,千恵,Chie,023_CB14_c_000.wav,,,,"chie,private",,20,,,,,"Hey, old man! Are you here?" +11000 ,,,,,,,コマコ,Komako,023_CB14_k_000.wav,"komako,privateC",,1,chie,,20,,,,,Excuse us for intruding. +11100 ,,,,,,,,,,komako,,1,chie,,20,,,,,"I hear Chie-chan and Komako-chan's voices from the\nstorefront. It's already that time, huh." +11200 ,,,,,,,主人公,Kiyoshi,,komako,,1,chie,,20,,,,,I'm here. You're right on time as usual today. +11300 ,,,,,,,,,,komako,,1,chie,,20,,,,,I poke my head out from the tatami room into the store. +11400 ,,,,,,,千恵,Chie,023_CB14_c_001.wav,komako,,1,chie,,1,,,,,"Yeah! It's summer vacation, after all!" +11500 ,,,,,,,,,,komako,,1,chie,,1,,,,,Chie-chan is full of energy. +11600 ,,,,,,,甜花,Tenka,023_CB14_t_000.wav,,,,,,,"tenka,privateB",,9,,Uncle... um... the voting results... +11700 ,,,,,,,,,,,,,,,,tenka,,9,,"Tenka-chan is fidgeting, as if she can't wait any longer." +11800 ,,,,,,,,,,,,,,,,tenka,,9,,"Yes, today is the announcement day for the 'DGS48' voting\nresults." +11900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,9,,"Don't be in such a rush, Tenka-chan. The results won't\nchange even if you hurry." +12000 ,,,,,,,,,,,,,,,,tenka,,9,,"I was involved in the vote counting the other day, so I\nalready know the results. It was quite a close race, and I\ngot excited all by myself while counting." +12100 ,,,,,,,千恵,Chie,023_CB14_c_002.wav,,,,chie,,1,tenka,,9,,Chie-chan will definitely be the center! +12200 ,,,,,,,甜花,Tenka,023_CB14_t_001.wav,,,,chie,,1,tenka,,30,,"N-no, I'll be the center!" +12300 ,,,,,,,,,,,,,chie,,9,tenka,,30,,Chie-chan and Tenka-chan are glaring at each other\nintensely. +12500 ,,,,,,,コマコ,Komako,023_CB14_k_001.wav,komako,,13,chie,,9,tenka,,30,,"W-well, I... think Chie-chan..." +12600 ,,,,,,,,,,komako,,13,chie,,9,tenka,,30,,"Komako-chan is mumbling, trying to say something." +12700 ,,,,,,,主人公,Kiyoshi,,komako,,13,chie,,9,tenka,,30,,"Hey now, don't fight. You're in the same idol group, after\nall." +12800 ,,,,,,,甜花,Tenka,023_CB14_t_002.wav,,,,,,,tenka,,14,,Ugh... okay. +12900 ,,,,,,,,,,,,,,,,tenka,,14,,Tenka-chan reluctantly agrees. +13000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then... let's announce the voting results!" +13100 ,,,,,,,,,,,,,,,,,,,,"Saying that, I bring over the bundled voting tickets." +13200 ,,,,,,,甜花,Tenka,023_CB14_t_003.wav,komako,,7,chie,,7,tenka,,7,,...Gulp. +13300 ,,,,,,,千恵,Chie,023_CB14_c_003.wav,komako,,7,chie,,7,tenka,,7,,One... two... three... +13400 ,,,,,,,甜花,Tenka,023_CB14_t_004.wav,komako,,7,chie,,7,tenka,,7,,Five... seven... eight... +13500 ,,,,,,,コマコ,Komako,023_CB14_k_002.wav,komako,,7,chie,,7,,,,,Eight... nine... eleven... +13600 ,,,,,,,千恵,Chie,023_CB14_c_004.wav,komako,,4,chie,,7,tenka,,7,,Ten... twelve... thirteen! +13700 ,,,,,,,,,,,,,,,,,,,,Everyone counts the stacked voting tickets. The one with the\nmost votes was― +13800 ,,,,,,,千恵,Chie,023_CB14_c_005.wav,,,,chie,,23,,,,,Huh...? Chie-chan is... number one...? +13900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Congratulations, Chie-chan! With thirteen votes, you're\nnumber one! The difference with second place is just two\nvotes! You narrowly won the center election!" +14000 ,,,,,,,,,,,,,,,,,,,,"First place: Thirteen votes, Chie-chan. Second place: Eleven\nvotes, Komako-chan. Third place: Nine votes, Tenka-chan." +14100 ,,,,,,,,,,,,,,,,,,,,"Honestly, it was an unexpected result for me too." +14200 ,,,,,,,,,,,,,,,,,,,,"Honestly, I thought Tenka-chan would be number one..." +14300 ,,,,,,,,,,,,,,,,,,,,She did make some aggressive approaches to the elderly and\nseemed to blatantly ask for votes... +14400 ,,,,,,,甜花,Tenka,023_CB14_t_005.wav,,,,,,,tenka,,28,,No way... +14500 ,,,,,,,,,,,,,,,,tenka,,28,,"Tenka-chan, who was the most enthusiastic, is pitiful..." +14600 ,,,,,,,千恵,Chie,023_CB14_c_006.wav,,,,chie,,1,,,,,I did it... I did it~~!! Chie-chan is number oooone! +14700 ,,,,,,,,,,,,,chie,,1,,,,,Chie-chan expresses her joy of being number one with a\nbeaming smile. +14800 ,,,,,,,コマコ,Komako,023_CB14_k_003.wav,komako,,21,chie,,1,,,,,Chie-chan! Congratulations! +14900 ,,,,,,,,,,komako,,21,chie,,1,,,,,It seems Komako-chan wasn't aiming for first place from the\nstart. She looks happy that Chie-chan won. +15000 ,,,,,,,甜花,Tenka,023_CB14_t_006.wav,,,,,,,tenka,,30,,W-Why isn't it me!? I can't accept this at all! +15100 ,,,,,,,,,,,,,,,,tenka,,30,,Tenka-chan complains with teary eyes. +16000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,30,,Hmm... Maybe Tenka-chan couldn't fully utilize her charm? +16400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,30,,"Chie-chan and Komako-chan were very natural and earnestly\nexplained the sweets, and I think that's what made the\ncustomers happy." +16500 ,,,,,,,,,,,,,,,,tenka,,30,,"I understand that Tenka-chan wanted to be the center and was\nworking really hard, but it didn't seem like she was doing\nit for the customers." +16600 ,,,,,,,甜花,Tenka,023_CB14_t_008.wav,,,,,,,tenka,,28,,R-Really...? +16700 ,,,,,,,,,,,,,,,,tenka,,28,,"Tenka-chan's expression clouds over, as if she has an idea." +16800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,28,,"Ah, but! It's not that Tenka-chan doesn't have charm, okay?\nIt's just that this time, Tenka-chan couldn't fully utilize\nher charm. That's what I think." +17000 ,,,,,,,甜花,Tenka,023_CB14_t_009.wav,,,,,,,tenka,,16,,"I-If you say so, uncle..." +17100 ,,,,,,,,,,,,,,,,tenka,,16,,"She seems slightly unconvinced, but for now, is this okay?" +17200 ,,,,,,,千恵,Chie,023_CB14_c_007.wav,chie,,1,,,,,,,,Chie-chan is number one! Number one in the center election! +17300 ,,,,,,,,,,chie,,1,,,,,,,,Chie-chan makes a peace sign towards us. +17400 ,,,,,,,,,,chie,,1,,,,,,,,"Chie-chan is lively and cute, and above all, she has no\nmalice." +17500 ,,,,,,,,,,chie,,1,,,,,,,,"This area has a lot of elderly people, so a simple girl like\nChie-chan is probably very popular." +17600 ,,,,,,,千恵,Chie,023_CB14_c_008.wav,chie,,20,,,,,,,,"Uncle, camera, camera! Let's take a picture of the election!" +17700 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"Uh, is it okay if I just use my smartphone camera?" +17800 ,,,,,,,千恵,Chie,023_CB14_c_009.wav,chie,,21,,,,,,,,"Then, let's do that! Come on, hurry up!" +17900 ,,,,,,,,,,chie,,21,,,,,,,,"Chie-chan hops around, urging us to hurry." +18000 ,,,,,,,,,,chie,,21,,,,,,,,"If you move around so much, your clothes will lift...\nrevealing your cute belly button... or not..." +18200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"A-Alright, shall we take it outside?" +18300 ,,,,,,,,,,,,,,,,,,,,I must capture this moment in a photo! A belly button\nbromide of Chie-chan! +18400 ,,,,11,,,主人公,Kiyoshi,,,,,,,,,,,,"Okay, everyone line up~. Chie-chan, of course, you're in the\ncenter!" +18500 ,,,,,,,千恵,Chie,023_CB14_c_010.wav,komako,,23,"chie,private",,1,tenka,,1,,Okay! +18700 ,,,,,,,,,,komako,,23,"chie,private",,1,tenka,,1,,Snap! +18800 ,,,,,,,千恵,Chie,023_CB14_c_011.wav,,,,chie,,20,,,,,...How is it? Did it turn out well? +18900 ,,,,,,,,,,,,,chie,,20,,,,,The three of them come closer to peek at the screen. +19000 ,,,,,,,甜花,Tenka,023_CB14_t_010.wav,,,,chie,,20,tenka,,29,,"It's blurry... Uncle, you're terrible at this." +19100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,tenka,,29,,Ugh... +19200 ,,,,,,,,,,,,,chie,,20,tenka,,29,,Tenka-chan is strict. I haven't had many chances to take\nphotos... please forgive me. +19300 ,,,,,,,コマコ,Komako,023_CB14_k_004.wav,komako,,20,chie,,20,tenka,,29,,Let's take... another photo. +19400 ,,,,,,,,,,,,,,,,,,,,"At Komako-chan's words, the three gather again." +19500 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,1,tenka,,1,,"Alright, here we go... Say cheese!" +19600 ,,,,,,,,,,komako,,21,chie,,1,tenka,,1,,Snap snap! +19700 ,,,,,,,,,,,,,,,,,,,,"Oh, this time it might have turned out well!" +19800 ,,,,,,,甜花,Tenka,023_CB14_t_011.wav,,,,,,,tenka,,0,,"How does it look... Oh, it's good. It's taken normally." +19900 ,,,,,,,,,,,,,,,,tenka,,0,,"For the first group photo of 'DGS48', Tenka- chan doesn't\nseem displeased." +20000 ,,,,,,,,,,,,,,,,tenka,,0,,Th-This photo... I have to preserve it forever. I'll back it\nup on my computer's HDD... and make it a family treasure. +20100 ,,,,,,,甜花,Tenka,023_CB14_t_012.wav,,,,,,,tenka,,20,,"Uncle, send that photo to me on LIME later." +20200 ,,,,,,,コマコ,Komako,023_CB14_k_005.wav,komako,,23,,,,tenka,,20,,...LIME? +20300 ,,,,,,,甜花,Tenka,023_CB14_t_013.wav,komako,,23,,,,tenka,,24,,--!? N-Nothing! It's the name of a new candy! +20400 ,,,,,,,,,,komako,,23,,,,tenka,,24,,Tenka-chan desperately tries to cover it up. +20500 ,,,,,,,,,,komako,,23,,,,tenka,,24,,"Komako-chan, who doesn't have a phone, seems confused." +20600 ,,,,,,,千恵,Chie,023_CB14_c_012.wav,,,,chie,,1,,,,,"Uncle, over here, over here~! A photo of Chie-chan in the\ncenter!" +20700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Oh, do you want a solo photo too?" +20800 ,,,,,,,千恵,Chie,023_CB14_c_013.wav,,,,chie,,21,,,,,That's it! Take lots of photos! +20900 ,,,,,,,,,,,,,,,,,,,,"Chie-chan is in high spirits, eagerly asking for photos." +21000 ,,,,,,,,,,,,,,,,,,,,"She's just spinning around without any particular pose,\nwhich is typical of Chie- chan... but she looks happy, so\nit's fine." +21100 ,,,,,,,,,,,,,,,,,,,,I'm also happy to legally get photos of Chie- chan. +21300 ,,,,,,,コマコ,Komako,023_CB14_k_006.wav,komako,,9,,,,,,,,It's unfair that only uncle gets to take them. ...I want to\ntake photos of Chie-chan too. +21400 ,,,,,,,,,,komako,,9,,,,,,,,Komako-chan unusually voices her dissatisfaction. +21500 ,,,,,,,主人公,Kiyoshi,,komako,,9,,,,,,,,"Sure. Do you know how to take them? You hold it like this...\nand when you want to take a photo, you touch the screen." +21600 ,,,,,,,コマコ,Komako,023_CB14_k_007.wav,komako,,34,,,,,,,,...I don't know. +21700 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,"Then I'll teach you, so come closer. Here, hold the\nsmartphone. Don't drop it, okay?" +21800 ,,,,,,,,,,komako,,34,,,,,,,,I beckon Komako-chan over and let her hold the smartphone. +22000 ,,,,,,,,,,komako,,34,,,,,,,,I wonder if she's never seen a smartphone before? +22100 ,,,,,,,コマコ,Komako,023_CB14_k_008.wav,komako,,24,,,,,,,,...Chie-chan is in the picture... +22200 ,,,,,,,千恵,Chie,023_CB14_c_014.wav,,,,chie,,1,,,,,"Koma-chan, make sure to take a cute one!" +22300 ,,,,,,,コマコ,Komako,023_CB14_k_009.wav,komako,,27,,,,,,,,Y-Yeah... I'll try my best... +22400 ,,,,,,,,,,komako,,27,,,,,,,,Komako-chan is getting all stiff from nervousness. +22500 ,,,,,,,,,,komako,,27,,,,,,,,"There's no need to be so nervous; taking photos is easy.\n...Well, I did mess up earlier, though." +22600 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,"Just hold it like that... when Chie-chan strikes a pose,\ntouch the screen here... with your finger." +22700 ,,,,,,,千恵,Chie,023_CB14_c_015.wav,,,,chie,,21,,,,,"Koma-chan! Then, next... try this pose!" +22800 ,,,,,,,,,,,,,chie,,21,,,,,"Chie-chan bends forward in a crouch. That pose makes her\nbreasts look very visible, so I hope she does it more." +22900 ,,,,,,,コマコ,Komako,023_CB14_k_010.wav,komako,,4,chie,,21,,,,,W-Wa... now... okay! +23000 ,,,,,,,,,,,,,,,,,,,,Snap! +23100 ,,,,,,,千恵,Chie,023_CB14_c_016.wav,,,,chie,,0,,,,,"How is it, Koma-chan?" +23200 ,,,,,,,コマコ,Komako,023_CB14_k_011.wav,komako,,28,chie,,0,,,,,"It's blurry... ugh... sorry, Chie-chan..." +23300 ,,,,,,,,,,,,,,,,,,,,Chie-chan's cute gravure pose is so blurry that you can't\ntell who's who. +23400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, hmm... it got blurry. You have to stay as still as\npossible when you take the shot." +23500 ,,,,,,,コマコ,Komako,023_CB14_k_012.wav,komako,,7,,,,,,,,I'll try harder... +23600 ,,,,,,,,,,komako,,7,,,,,,,,Komako-chan gets motivated. +23700 ,,,,,,,,,,komako,,7,,,,,,,,"Right next to me, Komako-chan is desperately holding the\nphone and snapping photos." +23800 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,...Hmm!? +23900 ,,,,,,,コマコ,Komako,023_CB14_k_013.wav,"komakoL,privateC",,3,,,,,,,,U-Uncle... what's wrong? +24000 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,Hahaha... it's nothing! +24100 ,,,,,,,,,,komako,,3,,,,,,,,"I was so focused on teaching the camera function that I\ndidn't notice, but this position..." +24200 ,,,,,,,,,,komako,,3,,,,,,,,"In this position, I'm looking down at Komako- chan from\nabove. Which means... Komako-chan's chest is..." +24300 ,,,,,,,主人公,Kiyoshi,,komakoL,,3,,,,,,,,Just a little more... just a little more... +24400 ,,,,,,,甜花,Tenka,023_CB14_t_014.wav,komakoL,,0,,,,,,,,...U-Uncle...? +24500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,23,,Y-Yes! +24600 ,,,,,,,,,,,,,,,,tenka,,23,,Did Tenka-chan get suspicious!? Maybe I should stop\nobserving Komako-chan's chest any further? +24700 ,,,,,,,,,,,,,,,,tenka,,23,,But I want to see... just a little more... I can almost see\nKomako-chan's nipples...! +24800 ,,,,,,,千恵,Chie,023_CB14_c_017.wav,,,,chie,,1,,,,,"Komako-chan! Now, strike this pose!" +24900 ,,,,,,,,,,,,,,,,,,,,"For some reason, there's been a bottle crate here since I\nopened this shop... Chie-chan stands on the overturned\nplastic box for bottled drinks." +25000 ,,,,,,,,,,,,,,,,,,,,"Is it a stage...? I don't get it, but I can almost see her\npanties." +25100 ,,,,,,,,,,,,,,,,,,,,I should give up on Komako-chan and focus on Chie-chan... +29500 ,,,,,,,コマコ,Komako,023_CB14_k_014.wav,komako,,21,,,,,,,,"H-Here I go... okay, cheese...!" +29600 ,,,,,,,,,,komako,,21,,,,,,,,"Snap, snap." +30000 ,,,,,,,コマコ,Komako,023_CB14_k_015.wav,komakoL,,0,,,,,,,,U-Uncle... how's this photo...? +30100 ,,,,,,,主人公,Kiyoshi,,komakoL,,0,,,,,,,,"...Huh? Oh, um... it might be a little tilted." +30200 ,,,,,,,コマコ,Komako,023_CB14_k_016.wav,komakoL,,29,,,,,,,,...Mmm... +30300 ,,,,,,,,,,komakoL,,29,,,,,,,,Komako-chan puffs her cheeks a little. +30500 ,,,,,,,主人公,Kiyoshi,,komakoL,,29,,,,,,,,"But for your first time, I think you did really well." +30600 ,,,,,,,コマコ,Komako,023_CB14_k_017.wav,komakoL,,0,,,,,,,,R-Really...? Then... I'll try harder... +30700 ,,,,,,,,,,komakoL,,0,,,,,,,,Komako-chan holds up the smartphone again. +30800 ,,,,,,,甜花,Tenka,023_CB14_t_015.wav,komako,,23,,,,tenka,,0,,Komako... watch. This is how you use the camera. +30900 ,,,,,,,,,,komako,,23,,,,tenka,,0,,"Tenka-chan, who had been observing until now, takes out her\nown smartphone and holds up the camera." +31000 ,,,,,,,,,,,,,,,,,,,,"Snap, snap." +31100 ,,,,,,,千恵,Chie,023_CB14_c_018.wav,,,,chie,,4,,,,,"Tenka-chan, you can take photos!? That's amazing!" +31500 ,,,,,,,千恵,Chie,023_CB14_c_019.wav,,,,chie,,21,,,,,"Tenka-chan, Tenka-chan! Then, take a picture of Chii-chan!" +31600 ,,,,,,,コマコ,Komako,023_CB14_k_018.wav,komako,,35,,,,,,,,...Mmm... +31700 ,,,,,,,,,,komako,,35,,,,,,,,"Perhaps because her fun time with Chii-chan ended, Komako-\nchan seems a bit upset. Hang in there, Komako-chan." +31800 ,,,,,,,甜花,Tenka,023_CB14_t_017.wav,,,,,,,tenka,,0,,"It's unfair if only Chii gets her picture taken. Let's take\nturns, everyone." +39700 ,,,,,,,千恵,Chie,023_CB14_c_026.wav,,,,chie,,21,,,,,That's right! Let's have the next general election at the\nend of summer vacation! +39800 ,,,,,,,甜花,Tenka,023_CB14_t_024.wav,,,,chie,,21,tenka,,4,,...Huh? +39900 ,,,,,,,千恵,Chie,023_CB14_c_027.wav,,,,chie,,20,tenka,,4,,We'll use the photos we took today for the second center\nelection! +40000 ,,,,,,,コマコ,Komako,023_CB14_k_025.wav,komako,,4,chie,,20,tenka,,4,,U-Using photos...? +40100 ,,,,,,,千恵,Chie,023_CB14_c_028.wav,komako,,4,chie,,21,tenka,,4,,Yeah! Maybe give photos to people who vote for us? +40200 ,,,,,,,,,,komako,,4,chie,,21,tenka,,4,,Photo distribution... that might be a pretty good idea? +40300 ,,,,,,,甜花,Tenka,023_CB14_t_025.wav,komako,,4,chie,,21,tenka,,38,,"Hmm... sounds interesting. This time, I'll take the center\nposition!" +40400 ,,,,,,,千恵,Chie,023_CB14_c_029.wav,komako,,4,chie,,18,tenka,,38,,Chii-chan won't lose either! I'll win two in a row! +40500 ,,,,,,,甜花,Tenka,023_CB14_t_026.wav,komako,,4,chie,,18,tenka,,0,,"Chii, I'll accept that challenge!" +40600 ,,,,,,,,,,komako,,4,chie,,18,tenka,,0,,"And so, while the three of them discussed plans for the next\nelection and took photos of each other, I ended up manning\nthe store alone." +41000 ,,,6,,,,コマコ,Komako,023_CB14_k_026.wav,komako,,20,chie,,20,tenka,,21,,Well then... see you tomorrow. +41100 ,,,,,,,甜花,Tenka,023_CB14_t_028.wav,komako,,20,chie,,20,tenka,,1,,"Okay, bye-bye." +41200 ,,,,,,,千恵,Chie,023_CB14_c_031.wav,komako,,20,chie,,0,tenka,,1,,Bye-bye! +41300 ,,,,,,,,,,,,,,,,,,,,The three of them waved at each other in front of the store\nand headed home. Today's business is almost over. +41400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"...Hey, isn't Chii-chan going home?" +41500 ,,,,,,,千恵,Chie,023_CB14_c_030.wav,komako,,4,chie,,20,tenka,,21,,"Hmm... even if I go home, Mom's not there... I'll play with\nyou a little longer, Uncle!" +41600 ,,,,,,,,,,,,,,,,,,,,"Chii-chan is surprisingly lonely. Well, I'm happy to be\nalone with Chii-chan too." +41700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I see, well, I'm closing up the shop, so you can relax in\nthe tatami room." +42000 ,,,,,,,千恵,Chie,023_CB14_c_032.wav,,,,chie,,38,,,,,"Hmm... I played a lot and got all sweaty, so, a bath!" +42100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,38,,,,,What!? +42200 ,,,,,,,,,,,,,chie,,38,,,,,A bath... again with the bath!? +42300 ,,,,,,,千恵,Chie,023_CB14_c_033.wav,,,,chie,,25,,,,,...Is that a no? +42400 ,,,,,,,主人公,Kiyoshi,023_CB14_c_033.wav,,,,chie,,25,,,,,No! Of course not! You're more than welcome! +42500 ,,,,,,,,,,,,,chie,,1,,,,,...Oh no! My inner thoughts slipped out! +42600 ,,,,,,,,,,,,,,,,,,,,"The second bath with Chii-chan. Today, I'll definitely get\naroused!" +42800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,W-Well then... I'll go prepare the bath. +42900 ,,,,,,,千恵,Chie,023_CB14_c_034.wav,,,,chie,,1,,,,,"Okay! Thanks, Uncle!" +43000 ,,,,,,,,,,,,,chie,,1,,,,,I hurried to the bathroom. Before Chii-chan changes her\nmind... I need to prepare the bath! +43300 ,,,,61,,,千恵,Chie,023_CB14_c_035.wav,,,,chie,,21,,,,,...Bath~~!! +43400 ,,,,,,,,,,,,,chie,,21,,,,,Chii-chan came to the changing room. She's already super\nexcited. +43500 ,,,,,,,千恵,Chie,023_CB14_c_036.wav,,,,"chie,under",,23,,,,,"Hmm... hmm... huh? Aren't you coming in with me, Uncle?" +44000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,"If Chii-chan doesn't mind, I'd love to join you..." +44100 ,,,,,,,千恵,Chie,023_CB14_c_037.wav,,,,chie,,1,,,,,"Yeah, it's fine! Uncle, wash my hair!" +44400 ,,,,,,,,,,,,,chie,,1,,,,,"What am I hesitating for? Chii-chan is inviting me to join\nher in the bath, and isn't this what I hoped for when I\nhired her as a part-timer?" +44600 ,,,,,,,,,,,,,chie,,1,,,,,"Today, I'll definitely get aroused. I'll watch Chii-chan\nnaked and masturbate in the bath." +44700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Alright, let's head to the bath~" +44900 ,,,,,,,,,,,,,,,,,,,,I quickly took off my clothes and opened the bathroom door―. +45300 ,,,,,,,,,,,,,,,,,,,, +45400 ,,,10,,1101000,,,,,,,,,,,,,,, +45500 ,*mem,,,,1101000,,,,,,,,,,,,,,, +45600 ,,,10,,1101000,,千恵,Chie,023_CB14_c_037a.wav,,,,,,,,,,,Phew~............ +45700 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,Is the water too hot? I made it a bit lukewarm. +45800 ,,,,,1101010,,千恵,Chie,023_CB14_c_038.wav,,,,,,,,,,,"Yeah, it's fine! It's about the same as at home!" +45900 ,,,,,1101010,,,,,,,,,,,,,,,"I soak in the bath with Chii-chan. We've bathed together\nlike this before, but..." +46000 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,............ +46100 ,,,,,1101010,,,,,,,,,,,,,,,"She's really cute. Her skin is so smooth, and her hair\nsmells wonderfully of shampoo." +46200 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"You washed me again today. Thanks, Chii- chan." +46300 ,,,,,1101000,,千恵,Chie,023_CB14_c_039.wav,chie,,0,,,,,,,,Ehehe~. Chii-chan is good at washing backs. My mom always\npraises me for it. +46400 ,,,,,1101000,,,,,,,,,,,,,,,Chii-chan looks up at me with a big smile. +46500 ,,,,,1101000,,,,,,,,,,,,,,,"Her big, round eyes stare straight at me... and I can't help\nbut look away." +46600 ,,,,,1101020,,千恵,Chie,023_CB14_c_040.wav,chie,,0,,,,,,,,"...What's wrong, Uncle?" +46700 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,No... it's nothing. +46900 ,,,,,1101020,,,,,,,,,,,,,,,I don't even know why I looked away. +47000 ,,,,,1101000,,千恵,Chie,023_CB14_c_041.wav,chie,,0,,,,,,,,Hehe~. Silly Uncle. +47100 ,,,,,1101000,,,,,,,,,,,,,,,"She says, leaning her body against me." +47200 ,,,,,1101000,,,,,,,,,,,,,,,Chii-chan's back is pressing against my chest... +47300 ,,,,,1101000,,千恵,Chie,023_CB14_c_042.wav,chie,,0,,,,,,,,Mmm... feels so good! +47400 ,,,,,1101000,,,,,,,,,,,,,,,Chii-chan splashes her feet in the bathtub. +47500 ,,,,,1101000,,,,,,,,,,,,,,,"When she moves her feet... well, I can see... or not see...\nChii-chan's crotch..." +47600 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,............ +47700 ,,,,,1101000,,,,,,,,,,,,,,,I guess it's no good today either... +47800 ,,,,,1101000,,,,,,,,,,,,,,,It's a situation where I should be rock hard... but maybe\nI'm just too nervous in the bath? +47900 ,,,,,1101000,,,,,,,,,,,,,,,"Oh well... I can get hard when I'm alone. Even if I can't\nmasturbate now, I can do it plenty later!" +48000 ,,,,,1101020,,千恵,Chie,023_CB14_c_043.wav,chie,,0,,,,,,,,I wonder if Chii-chan can't become Uncle's child after all. +48100 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? What's wrong? +48200 ,,,,,1101020,,千恵,Chie,023_CB14_c_044.wav,chie,,0,,,,,,,,"Well, it's just... being with Uncle is so much fun..." +48300 ,,,,,1101020,,,,,,,,,,,,,,,"Yeah, yeah, Uncle can't masturbate, but it's fun too." +48400 ,,,,,1101010,,千恵,Chie,023_CB14_c_045.wav,chie,,0,,,,,,,,And there's lots of snacks... +48500 ,,,,,1101010,,,,,,,,,,,,,,,"...Ah, is that really the reason?" +48600 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"Do you not like your mom, Chii-chan...?" +48800 ,,,,,1101000,,千恵,Chie,023_CB14_c_046.wav,chie,,0,,,,,,,,"Nope, I like Mom." +48900 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,Then why do you want to be Uncle's child? +49100 ,,,,,1101010,,千恵,Chie,023_CB14_c_047.wav,chie,,0,,,,,,,,"Hmm, I don't really know!!" +49400 ,,,,,1101010,,,,,,,,,,,,,,,"I don't really understand either, but somehow... it's\nembarrassing." +49500 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"A-alright, let's get out of the bath when we count to 100~" +49600 ,,,,,1101000,,千恵,Chie,013_CB07_c_000.wav,,,,,,,,,,,Okay~ +49800 ,,,,,1101030,,主人公,Kiyoshi,,,,,,,,,,,,"Seventy-two, seventy-three..." +60300 ,,,,,1101030,,千恵,Chie,023_CB14_c_049.wav,chie,,0,,,,,,,,U-Uncle...! +60400 ,,,,,1101030,,,,,,,,,,,,,,,"Chii-chan turns to me, looking a bit fidgety, as if she\nwants to say something. Her face is slightly red." +60500 ,,,,,1101030,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan...? What's wrong? +60600 ,,,,,1101030,,,,,,,,,,,,,,,W-what's going on? Suddenly... could it be... a love\nconfession...? +60700 ,,,,,1101030,,千恵,Chie,023_CB14_c_050.wav,chie,,0,,,,,,,,...I...I... +60800 ,,,,,1101030,,主人公,Kiyoshi,,,,,,,,,,,,I...? +60900 ,,,,,1101030,,千恵,Chie,023_CB14_c_051.wav,chie,,0,,,,,,,,...I need to pee... +61000 ,,,,,1101030,,主人公,Kiyoshi,,,,,,,,,,,,............Eh!? +61100 ,,,,,1101030,,,,,,,,,,,,,,,"As soon as she said it, Chii-chan jumped out of the bathtub\nand squatted over the bathroom drain." +62500 ,,,,,1120000,,,,,,,,,,,,,,,"I was taken aback, but my instincts as a lolicon naturally\nmade my eyes follow Chii- chan's pee." +62700 ,,,,,1120000,,主人公,Kiyoshi,,,,,,,,,,,,"Um... Chii-chan, you really need to pee!?" +62800 ,,,,,1120000,,千恵,Chie,023_CB14_c_052.wav,chie,,0,,,,,,,,Y-yeah... I can't hold it anymore...! +62900 ,,,,,1120000,,,,,,,,,,,,,,,"She spreads her legs in an M-shape over the drain, trying\nhard to hold it in by thrusting her hips forward." +63000 ,,,,,1120000,,,,,,,,,,,,,,,"Every time her hips thrust forward, I catch glimpses of her\nplump little pussy over her shoulder." +63100 ,,,,,1120000,,主人公,Kiyoshi,,,,,,,,,,,,Whoa... +63400 ,,,,,1120000,,千恵,Chie,023_CB14_c_055.wav,chie,,0,,,,,,,,"Ugh... Uncle, don't look too much..." +63500 ,,,,,1120000,,,,,,,,,,,,,,,Even Chii-chan seems embarrassed to be watched while peeing.\nHer face turns red with embarrassment. +65100 ,,,,,1120000,,主人公,Kiyoshi,,,,,,,,,,,,"C-Chii-chan, can't you hold it until the toilet?" +65200 ,,,,,1120000,,千恵,Chie,023_CB14_c_058.wav,chie,,0,,,,,,,,No... +65300 ,,,,,1120000,,,,,,,,,,,,,,,"She nods while swaying her small butt from side to side, as\nif waiting for my permission." +65400 ,,,,,1120000,,主人公,Kiyoshi,,,,,,,,,,,,"You shouldn't pee in the bath, you know?" +65500 ,,,,,1120000,,,,,,,,,,,,,,,"Of course, that's a lie. I want to see Chii- chan pee in the\nbath!" +65600 ,,,,,1120000,,,,,,,,,,,,,,,But I had to say it to set an example as an adult... and\nalso because I wanted to see Chii-chan squirming and holding\nit in a bit longer. +66100 ,,,,,1120000,,千恵,Chie,023_CB14_c_061.wav,chie,,0,,,,,,,,...U-Uncle...! Chii-chan... can't hold it anymore...! +66200 ,,,,,1120000,,,,,,,,,,,,,,,"But it seems like she's reached her limit. Chii-chan lets\nout a pained voice, looking at me as if seeking permission\nto pee." +66300 ,,,,,1120000,,千恵,Chie,023_CB14_c_063.wav,chie,,0,,,,,,,,U-Uncle...! +66400 ,,,,,1120000,,,,,,,,,,,,,,,Is it too cruel to make her wait any longer? Tears are\nwelling up in Chii-chan's eyes. +66500 ,,,,,1120000,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, next time you need to go, make sure to tell me,\nokay? If you promise, you can pee now." +67200 ,,,,,1120000,,千恵,Chie,023_CB14_c_064.wav,chie,,0,,,,,,,,"Okay... Ahh, mm... haaah..." +67400 ,,,,,1120010,,,,,,,,,,,,,,,"Trickle, trickle, trickle..." +67600 ,,,,,1120010,,,,,,,,,,,,,,,She starts peeing with a long sigh of relief. +67700 ,,,,,1120010,,,,,,,,,,,,,,,"Golden liquid flows from Chii-chan's small slit, pouring\ninto the drain." +67800 ,,,,,1120010,,,,,,,,,,,,,,,"I watch the scene intently, without blinking." +67900 ,,,,,1120010,,主人公,Kiyoshi,,,,,,,,,,,,...Gulp. +68000 ,,,,,1120010,,,,,,,,,,,,,,,Ah... such beautiful pee... Chii-chan's pee... the pee of a\ncute girl... +68100 ,,,,,1120010,,千恵,Chie,023_CB14_c_066.wav,chie,,0,,,,,,,,Haa... mm... it won't stop at all...! +68200 ,,,,,1120010,,,,,,,,,,,,,,,She must have been holding it in for a long time; the stream\nshows no sign of slowing down. +68300 ,,,,,1120010,,,,,,,,,,,,,,,"In fact, it's getting stronger and stronger." +68400 ,,,,,1120010,,,,,,,,,,,,,,,The stream becomes so strong that it skips over the drain\nand lands on the bathroom floor. +68800 ,,,,,1120010,,千恵,Chie,023_CB14_c_068.wav,chie,,0,,,,,,,,Mmm... haaah... mm... +68900 ,,,,,1120010,,,,,,,,,,,,,,,"Concerned about it, Chii-chan wiggles her hips to make sure\nthe pee goes into the drain." +70300 ,,,,,1120010,,,,,,,,,,,,,,,Drip drip drip... +70400 ,,,,,1120010,,千恵,Chie,023_CB14_c_073.wav,chie,,0,,,,,,,,Ahhh... haa... phew... haaah... +70500 ,,,,,1120010,,,,,,,,,,,,,,,Chii-chan gazes at her own pee with slightly vacant eyes. +70800 ,,,,,1120010,,千恵,Chie,023_CB14_c_074.wav,chie,,0,,,,,,,,Nnngh... nn... haa... it's almost all out...! +70900 ,,,,,1120010,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. +71000 ,,,,,1120010,,,,,,,,,,,,,,,I'll watch over her until the very last drop! +71200 ,,,,,1120010,,,,,,,,,,,,,,,"As if squeezing out the last bit, the pee spurts out." +71400 ,,,,,1120010,,千恵,Chie,023_CB14_c_076.wav,chie,,0,,,,,,,,Haa... haa... haa... +71500 ,,,,,1120010,,,,,,,,,,,,,,,Chii-chan catches her breath. Sensual sighs escape from her\nsmall mouth. +71700 ,,,,,1120010,,主人公,Kiyoshi,,,,,,,,,,,,Are you done peeing? Are you okay? +71800 ,,,,,1120020,,千恵,Chie,023_CB14_c_077.wav,chie,,0,,,,,,,,Yeah... I'm okay! It's all good now! Peeing is over! +71900 ,,,,,1120020,,,,,,,,,,,,,,,Chii-chan looks relieved. She must have been holding it in\nfor a long time. +72000 ,,,,,1120020,,千恵,Chie,023_CB14_c_078.wav,chie,,0,,,,,,,,Ah... I need to flush the pee...! +72300 ,,,,,1120020,,,,,,,,,,,,,,,"No way, flushing the pee is unthinkable!" +72400 ,,,,,1120020,,,,,,,,,,,,,,,"I don't intend to collect the pee that went down the drain,\nbut it's such a waste to flush it!" +72500 ,,,,71,1120020,,,,,,,,,,,,,,,Please let me use it as material for my fantasies. I'm\nbegging you! +72700 ,$event_return,,,,,,,,,,,,,,,,,,, +72800 ,,,,71,,,主人公,Kiyoshi,,,,,,,,,,,,Ah...! +72900 ,,,,,,,,,,,,,,,,,,,,"However, before I could stop her, Chii-chan scooped water\nfrom the bath and flushed it away." +73400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Chii-chan, you'll catch a chill, so let's get out soon,\nokay?" +73500 ,,,,,,,千恵,Chie,023_CB14_c_080.wav,"chie,nude",,0,,,,,,,,"...Yeah! Thank you, Kiyoshi!" +73600 ,,,,,,,,,,,,,,,,,,,,"Chii-chan leaves the bath. After glancing at the drain, I\nalso left the bathroom." +73900 ,,,13,71,,,,,,,,,,,,,,,,"After seeing Chii-chan off, I quickly returned to the\nbathroom." +74000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Heh... hehehe... +74100 ,,,,,,,,,,,,,,,,,,,,This is where Chii-chan was peeing earlier... +74200 ,,,,,,,,,,,,,,,,,,,,"I gaze at the drain, entranced." +74300 ,,,,,,,,,,,,,,,,,,,,Ah... just imagining it vividly brings Chii- chan's real\npeeing figure to my mind... +74400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Well then... +74500 ,,,,,,,,,,,,,,,,,,,,Let's start masturbating right away! +74600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Sniff... sniff sniff... +74700 ,,,,,,,,,,,,,,,,,,,,"Hmm, as expected, there's no smell anymore. What a shame." +74800 ,,,,,,,,,,,,,,,,,,,,Then... how about the taste...? +74900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Lick... mmm! +75000 ,,,,,,,,,,,,,,,,,,,,Th-this is...!! +75100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,--Ptooey! Ptooey! It's moldy... I guess it's impossible... +75400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh... there's no choice... if it comes to this, at least\nthe smell..." +75500 ,,,,,,,,,,,,,,,,,,,,I lie down with my face close to the bathroom drain and take\nout my cock. +75600 ,,,,,,,,,,,,,,,,,,,,"While sniffing the drain, I vigorously stroke myself." +75700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan... Chii-chan... ugh!! +75800 ,,,,,,,,,,,,,,,,,,,,That's one shot. Let's keep going while the scent of pee\nstill lingers! +76000 ,,,0,9001,,,,,,,,,,,,,,,, +76200 ,@024_CB15,,,,,,,,,,,,,,,,,,, +76600 ,,,7,33,,,主人公,Kiyoshi,,,,,,,,,,,,...Phew +76700 ,,,,,,,,,,,,,,,,,,,,Today was quite eventful. +76800 ,,,,,,,,,,,,,,,,,,,,"There was the center general election vote counting, and\nthen we took photos together afterward..." +76900 ,,,,,,,,,,,,,,,,,,,,And I got to fully enjoy Chii-chan's fresh pee...! +77000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hehehe... +77100 ,,,,,,,,,,,,,,,,,,,,"After that, I ended up masturbating like crazy thinking\nabout Chii-chan." +77200 ,,,,,,,,,,,,,,,,,,,,"I might have released as much semen as the amount of pee\nChii-chan let out? ...No, that's probably an exaggeration." +77300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Hmm... hmm... +77400 ,,,,,,,,,,,,,,,,,,,,...But why don't I get an erection when Chii- chan is in the\nbath? +77500 ,,,,,,,,,,,,,,,,,,,,"Hmm... why is that? Chii-chan's naked body is so attractive,\nand her fresh pee was amazing..." +77600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...It's a mystery. +77700 ,,,,,,,,,,,,,,,,,,,,I have no idea. Was my dick just in a bad mood? +77800 ,,,,,,,,,,,,,,,,,,,,Oh well. I won't worry about it too much. +77900 ,,,,,,,,,,,,,,,,,,,,"Even if I don't get hard when Chii-chan is around, I can\nstill masturbate as much as I want in my fantasies!" +78000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Alright then. +78100 ,,,,,,,,,,,,,,,,,,,,"Maybe I'll masturbate again. It's been quite a while since I\ndid it in the bathroom, so I should be recharged!" +78200 ,,,,,,,,,,,,,,,,,,,,"Chii-chan's naked body... Chii-chan's pussy... smooth,\npink... looks like it would be tight..." +78300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Haa... haa... I'm about to come again...! +78500 ,,,,,,,,,,,,,,,,,,,,Looks like it's going to be a long night! Let's masturbate! +78600 ,,,,,,,,,,,,,,,,,,,,Ding dong! +78700 ,,,,,,,,,,,,,,,,,,,,Who is it at a time like this? I was just about to indulge\nin my nightly pre-sleep masturbation routine. +78900 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"Uncle, are you awake?" +79000 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,...!? +79100 ,,,,,9000000,,,,,,,,,,,,,,,It's Tenka-chan! +79200 ,,,,,9000000,,,,,,,,,,,,,,,"Well, that makes sense. The only one who messages me on LIME\nis Tenka-chan." +79300 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,'What's up?' +79400 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,I still think the results of the center election are\nstrange! +79500 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"I mean, being in last place is weird! I worked so hard." +79600 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"Uncle, you didn't tamper with the voting tickets, did you!?" +79700 ,,,,,9000000,,,,,,,,,,,,,,,Tenka-chan seems really dissatisfied with the results. +79800 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,I didn't do anything like that. +79900 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,But it's still strange! +80000 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,I think it's because Tenka-chan doesn't fully understand her\nown charm. +80100 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,But! It's still strange! +80200 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,"I think Tenka-chan has talent, so I'll be honest." +80300 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,Being able to honestly acknowledge your flaws is also\nnecessary if you want to become an idol. +80700 ,,,,,9000000,,,,,,,,,,,,,,,No response. Maybe I was a bit too harsh? +80800 ,,,,,9000000,,,,,,,,,,,,,,,Ding dong! +80900 ,,,,,9000000,,,,,,,,,,,,,,,"Just as I was about to put my phone on the table, the LIME\nnotification sound rings." +81000 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"I'm sorry for taking it out on you, Uncle." +81200 ,,,,,9000000,,,,,,,,,,,,,,,"Yeah, she understood. Tenka-chan is a good girl." +81300 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,I'm not bothered by it. +81400 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"But, I want to be number one in the next general election.\nWhat should I do?" +81800 ,,,,,9000000,,,,,,,,,,,,,,,"…Ugh, so that's how it is." +81900 ,,,,,9000000,,,,,,,,,,,,,,,"I want to be fair, but... I kind of want to help Tenka-chan\nwin this time." +82100 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,"I can't cheat during the voting, but I can give you advice\nanytime." +82200 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"Really? ...Thank you, Uncle!" +82300 ,,,,,9000000,,,,,,,,,,,,,,,"That's good, that's good. She's working hard, so a little\nfavoritism should be fine. Ultimately, it's decided by the\nnumber of votes from the audience." +82400 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"Ahh, I'm glad you're my LIME friend, Uncle. I feel a bit\nbetter now." +82500 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,I'm happy to hear that. +82600 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"Uncle, you're reliable sometimes!" +82700 ,,,,,9000000,,,,,,,,,,,,,,,"Sometimes, huh... Well, I'm still happy about it." +82800 ,,,,,9000000,,,,,,,,,,,,,,,"From tomorrow, I'll work hard to become someone Tenka-chan\ncan't do without." +85400 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,Mom's here! I'll get in trouble if she finds me. +85500 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"Sorry about that. Goodnight, Uncle." +85700 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,Goodnight. +91400 ,,,,,,,,,,,,,,,,,,,,……Phew. I managed to get through it somehow. +91500 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan really loves LIME, doesn't she?" +91600 ,,,,,,,,,,,,,,,,,,,,Hehehe... Today's conversation felt really close and\nintimate. +91700 ,,,,,,,,,,,,,,,,,,,,I feel motivated! Alright... Tonight's last masturbation\nsession will be dedicated to Tenka-chan! +92200 ,,,0,9000,,,,,,,,,,,,,,,, +92300 ,@025_CB16,,,,,,,,,,,,,,,,,,, +92600 ,,,,,,,,,,,,,,,,,,,, +92800 ,,,5,11,,,,,,,,,,,,,,,,"Maybe because I had a satisfying session yesterday, I woke\nup feeling great... two hours earlier than usual." +92900 ,,,,,,,,,,,,,,,,,,,,"So, today I started preparing for the opening earlier than\nusual." +93100 ,,,4,,,,甜花,Tenka,025_CB16_t_000.wav,"tenka,private",,1,,,,,,,,"...Good morning, Uncle." +93200 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Oh, Tenka-chan? You're up quite early today." +93300 ,,,,,,,甜花,Tenka,025_CB16_t_001.wav,tenka,,20,,,,,,,,"Yeah, I wanted to talk to you about something." +93500 ,,"",,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,What's up? +93800 ,,,,,,,甜花,Tenka,025_CB16_t_003.wav,tenka,,7,,,,,,,,I came to ask what exactly we're going to do. It's better to\nact sooner rather than later. +93900 ,,,,,,,主人公,Kiyoshi,,tenka,,7,,,,,,,,Ah... +94000 ,,,,,,,,,,tenka,,7,,,,,,,,Could it be about the advice? +94100 ,,,,,,,,,,tenka,,7,,,,,,,,"She's really fired up, isn't she?" +94300 ,,,,,,,,,,tenka,,7,,,,,,,,"Uncle, I was too busy with masturbation yesterday to think\nabout it." +94400 ,,,,,,,主人公,Kiyoshi,,tenka,,7,,,,,,,,"...Uh, well... Even if you say 'specifically,' it's just the\nday after yesterday..." +94600 ,,,,,,,甜花,Tenka,025_CB16_t_004.wav,tenka,,29,,,,,,,,"Eh... Uncle, you haven't thought about anything?" +94700 ,,,,,,,,,,tenka,,29,,,,,,,,Tenka-chan's expression clearly showed her displeasure. +94800 ,,,,,,,,,,tenka,,29,,,,,,,,Ugh... Even if she makes that face... I didn't expect her to\ncome asking so early in the morning. +94900 ,,,,,,,甜花,Tenka,025_CB16_t_005.wav,tenka,,12,,,,,,,,This is the worst... Coming early was pointless. ...Maybe I\nshould just go home. +95000 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,W-w-wait!! Hold on! I'll gather my thoughts! +95100 ,,,,,,,,,,tenka,,12,,,,,,,,"I've just started getting closer to Tenka- chan, losing her\ntrust now would be bad." +95400 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,"So, as I've said many times... I think it would be good to\nenhance Tenka-chan's charm..." +95500 ,,,,,,,甜花,Tenka,025_CB16_t_006.wav,tenka,,3,,,,,,,,My charm... +95600 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Chi-chan is always energetic and cute, right? And Komako-\nchan has that quiet and cool side." +95700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,And as for Tenka-chan... I think you're the sexy type. +95800 ,,,,,,,甜花,Tenka,025_CB16_t_007.wav,tenka,,23,,,,,,,,...Sexy type? Like a gravure model? +96000 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"You have a great figure... I think it suits you, you know?" +96100 ,,,,,,,,,,"tenkaL,private",,23,,,,,,,,"Saying that, I took a good look at Tenka- chan's body." +96200 ,,,,,,,甜花,Tenka,025_CB16_t_008.wav,tenkaL,,31,,,,,,,,H-hey! Don't stare at me like that! ...That's harassment! +96300 ,,,,,,,,,,tenka,,31,,,,,,,,...Gah! She called it harassment... +96400 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,That's harsh... I'm thinking so much about Tenka-chan. +96500 ,,,,,,,甜花,Tenka,025_CB16_t_009.wav,tenka,,34,,,,,,,,"Ugh... Sorry, Uncle." +96600 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"No, it's fine as long as you understand. I have no intention\nof harassing Tenka-chan at all." +96700 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,I'm Tenka-chan's producer and her number one fan! +96800 ,,,,,,,,,,tenka,,34,,,,,,,,"...Though honestly, I can't help but want to harass her." +97200 ,,,,,,,甜花,Tenka,025_CB16_t_011.wav,tenka,,38,,,,,,,,"Hehe... My fan, huh..." +97300 ,,,,,,,,,,tenka,,38,,,,,,,,A small smile appeared. It seemed like Tenka- chan's mood\nwas improving. +97400 ,,,,,,,,,,tenka,,38,,,,,,,,"I came up with the sexy type on the spot, but it feels like\nit fits." +97800 ,,,,,,,,,,tenka,,38,,,,,,,,"Tenka-chan has long, beautiful legs, and she has plenty of\nsoft, girlish charm..." +98100 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,...Ugh! +98200 ,,,,,,,,,,tenka,,23,,,,,,,,Oh no. I'm getting an erection. +98400 ,,,,,,,甜花,Tenka,025_CB16_t_013.wav,tenka,,3,,,,,,,,...Uncle? +98500 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"It's nothing. Anyway, come on in. We can't have a proper\nconversation out here." +98600 ,,,,,,,甜花,Tenka,025_CB16_t_014.wav,tenka,,0,,,,,,,,"Yeah, I'll do that. It's hot out here." +98700 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,"Come on, come on in..." +98800 ,,,,,,,,,,tenka,,0,,,,,,,,I opened the door and invited Tenka-chan inside the shop. +99100 ,,,,,,,,,,,,,,,,,,,,■Time Passes +100300 ,,,,31,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's get started, Tenka-chan!" +100400 ,,,,,,,甜花,Tenka,025_CB16_t_019.wav,tenka,,1,,,,,,,,...Yeah! +100500 ,,,,,,,,,,tenka,,1,,,,,,,,Tenka-chan responded energetically. +100600 ,,,,,,,,,,tenka,,1,,,,,,,,"She's usually quite calm, but this reaction seems\nappropriate for her age. Well, this gap is part of Tenka-\nchan's charm." +101200 ,,,,,,,甜花,Tenka,025_CB16_t_021.wav,tenka,,20,,,,,,,,So... what should I do? +109100 ,,,,,,,,,,tenka,,20,,,,,,,,"Even though she asked what to do, I had no plan. However, I\nwanted to avoid ruining Tenka-chan's good mood now that\nshe's enthusiastic." +109200 ,,,,,,,,,,tenka,,20,,,,,,,,"But, I want to get closer to Tenka-chan... In other words, I\nwant to do something erotic with her." +109300 ,,,,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,"...Tenka-chan, have you ever measured your three sizes?" +109400 ,,,,,,,甜花,Tenka,025_CB16_t_039.wav,tenka,,31,,,,,,,,Three sizes...? +109600 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"Yes, yes, an idol's profile needs their three sizes. It's\neven more important if you're selling sexy." +109700 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"First, know yourself! Whether you're an idol or anything\nelse, it's important, right?" +109800 ,,,,,,,,,,tenka,,31,,,,,,,,"It sounds like a reasonable argument, but in the end, I just\nwant to measure Tenka-chan's body." +109900 ,,,,,,,甜花,Tenka,025_CB16_t_041.wav,tenka,,33,,,,,,,,Yeah... +110100 ,,,,,,,,,,tenka,,33,,,,,,,,"But it seems Tenka-chan didn't understand my ulterior\nmotives, as she nodded slightly with downcast eyes." +110300 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"S-So, does that mean it's okay to measure your three sizes?" +110400 ,,,,,,,甜花,Tenka,025_CB16_t_040.wav,tenka,,16,,,,,,,,"...Ugh... It's embarrassing, but... it's fine. It's for\nbecoming an idol..." +110500 ,,,,,,,,,,tenka,,16,,,,,,,,"Tenka-chan agreed, looking a bit embarrassed." +110600 ,,,,,,,,,,tenka,,16,,,,,,,,Ohhh! It's worth trying anything. +110700 ,,,,,,,,,,tenka,,16,,,,,,,,"Now that it's decided, let's measure Tenka- chan's three\nsizes before she changes her mind." +110900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Alright... then come over here and raise your arms. I'll\nmeasure your bust first, okay?" +111100 ,,,,,,,,,,tenka,,33,,,,,,,,"Following my lead, Tenka-chan raises her arms in a banzai\npose." +111200 ,,,,,,,,,,tenka,,33,,,,,,,,I quickly extend the measuring tape I brought and wrap it\naround Tenka-chan's small chest. +111500 ,,,10,,3110000,,,,,,,,,,,,,,, +111600 ,*mem,,,,3110000,,,,,,,,,,,,,,, +111700 ,,,10,,3110000,,甜花,Tenka,025_CB16_t_042.wav,tenka,,0,,,,,,,,A-Are you sure... we shouldn't stop? T-This is... +111800 ,,,,,3110000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, it's okay. It's just for a little bit..." +111900 ,,,,,3110000,,主人公,Kiyoshi,,,,,,,,,,,,"Or... do you want to stop? I don't mind, but..." +112000 ,,,,,3110000,,甜花,Tenka,025_CB16_t_043.wav,tenka,,0,,,,,,,,"...No, let's do it after all." +112100 ,,,,,3110000,,,,,,,,,,,,,,,"Yes, yes, that's the spirit, Tenka-chan! Becoming an idol\nrequires tough training!" +112200 ,,,,,3110000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll measure now." +112300 ,,,,,3110000,,,,,,,,,,,,,,,I gently pull the measuring tape a bit tighter. +112400 ,,,,,3110000,,,,,,,,,,,,,,,...Huh? Measuring is surprisingly difficult... How do you do\nit? Is it enough to just wrap it around? +112500 ,,,,,3110000,,,,,,,,,,,,,,,"Even so, seeing Tenka-chan up close like this... she's\nreally cute." +112600 ,,,,,3110000,,,,,,,,,,,,,,,"Compared to kids her age, she seems a bit more mature...\nmaybe she's the sexy type?" +112700 ,,,,,3110000,,,,,,,,,,,,,,,Her chest seems to be slightly developed too... +112800 ,,,,,3110000,,甜花,Tenka,025_CB16_t_044.wav,tenka,,0,,,,,,,,Nnngh... Ah! Haa... nn...! +112900 ,,,,,3110000,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? +113000 ,,,,,3110000,,,,,,,,,,,,,,,"As I was trying to figure it out, Tenka-chan let out a small\nvoice." +113100 ,,,,,3110000,,,,,,,,,,,,,,,C-Could it be... she's feeling something? +113200 ,,,,,3110000,,,,,,,,,,,,,,,"To confirm it, I deliberately act exaggeratedly and press\nthe tape measure into her chest." +113300 ,,,,,3110000,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... it's difficult... How do you use a tape measure? +113500 ,,,,,3110010,,甜花,Tenka,025_CB16_t_045.wav,tenka,,0,,,,,,,,...Nyaaah!? +113600 ,,,,,3110010,,,,,,,,,,,,,,,An irresistibly cute voice escapes. +113700 ,,,,,3110010,,,,,,,,,,,,,,,Ugh... Tenka-chan is too cute! Playing around like this...\nit's getting me excited too! +113800 ,,,,,3110010,,甜花,Tenka,025_CB16_t_046.wav,tenka,,0,,,,,,,,O-ojisan... hurry up and measure...! +113900 ,,,,,3110010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I want to, but... using a tape measure is pretty hard.\nI don't really know where to measure." +114000 ,,,,,3110010,,,,,,,,,,,,,,,"This time, I press the tape measure around her nipples." +114100 ,,,,,3110020,,甜花,Tenka,025_CB16_t_047.wav,tenka,,0,,,,,,,,......Nnngh! Haaah... ahh... nnngh... nyaa...! +114200 ,,,,,3110020,,,,,,,,,,,,,,,"Squeak, squeak, squeak..." +114300 ,,,,,3110020,,甜花,Tenka,025_CB16_t_048.wav,tenka,,0,,,,,,,,O-ojisa... ahhh! Th-that... no! Nhaa... ahh... ahhh! +114400 ,,,,,3110020,,,,,,,,,,,,,,,"Every time the tape measure wraps around her nipples, Tenka-\nchan lets out a sultry moan." +114500 ,,,,,3110020,,,,,,,,,,,,,,,Could it be... Tenka-chan is really excited? +114600 ,,,,,3110020,,,,,,,,,,,,,,,"To confirm it, I pretend it's an accident and let my\nfingertips brush against her nipples." +114700 ,,,,,3110020,,甜花,Tenka,025_CB16_t_049.wav,tenka,,0,,,,,,,,...Nhaaaah! H-hey... ojisan... you touched me just now! +114800 ,,,,,3110020,,主人公,Kiyoshi,,,,,,,,,,,,"W-wait! I was just adjusting the tape measure. It's a\nmisunderstanding, a misunderstanding." +114900 ,,,,,3110020,,甜花,Tenka,025_CB16_t_050.wav,tenka,,0,,,,,,,,"...Really? If that's the case, it's fine... but if it's\nharassment, I'll get mad, okay?" +115000 ,,,,,3110020,,,,,,,,,,,,,,,Phew... that was close. But now I've realized something. +115100 ,,,,,3110020,,,,,,,,,,,,,,,"Tenka-chan's nipples were a bit erect. Not as hard as my own\nexcitement, but they were slightly firm." +115200 ,,,,,3110020,,,,,,,,,,,,,,,I guess I need to tease her even more! +115300 ,,,,,3110020,,主人公,Kiyoshi,,,,,,,,,,,,"I think I'm getting the hang of it... So, shall I measure\nyou now...?" +115400 ,,,,,3110020,,,,,,,,,,,,,,,"Saying that, I suddenly pull the tape measure to the sides.\nI loosen and tighten it, stimulating her nipples." +115500 ,,,,,3110020,,甜花,Tenka,025_CB16_t_051.wav,tenka,,0,,,,,,,,...Nyaaah! Ahh... ah! Nn... haaah... nfuuh...! +115600 ,,,,,3110020,,甜花,Tenka,025_CB16_t_052.wav,tenka,,0,,,,,,,,Th-this... ahhh! No... n... fuuh... nyaaah! +115700 ,,,,,3110020,,,,,,,,,,,,,,,Tenka-chan's breathing is getting heavier. +115800 ,,,,,3110020,,,,,,,,,,,,,,,"If I overdo it, she'll get suspicious, so I'll measure her\nunderbust for now." +116000 ,,,,,3110030,,甜花,Tenka,025_CB16_t_053.wav,tenka,,0,,,,,,,,"Haa... haa... ojisan, are you done yet...?" +116100 ,,,,,3110030,,主人公,Kiyoshi,,,,,,,,,,,,"Nope, I thought I'd measure your underbust first." +116200 ,,,,,3110030,,甜花,Tenka,025_CB16_t_054.wav,tenka,,0,,,,,,,,Eh!? You haven't measured my bust yet? ...Geez! +116300 ,,,,,3110030,,,,,,,,,,,,,,,Tenka-chan protests with a flushed face. +116400 ,,,,,3110030,,,,,,,,,,,,,,,Her cute gesture makes me feel like I'm about to burst. +116500 ,,,,,3110030,,,,,,,,,,,,,,,I feel like masturbating right in front of Tenka-chan... but\nI can't do that. +116600 ,,,,,3110030,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's quickly measure this part." +116700 ,,,,,3110030,,,,,,,,,,,,,,,I smoothly slide the tape measure under her chest and take\nthe measurement. +116800 ,,,,,3110030,,甜花,Tenka,025_CB16_t_055.wav,tenka,,0,,,,,,,,"Nn... haa... ojisan, hurry up..." +116900 ,,,,,3110030,,主人公,Kiyoshi,,,,,,,,,,,,...Alright! That's done. Next is... the top. +117000 ,,,,,3110030,,甜花,Tenka,025_CB16_t_056.wav,tenka,,0,,,,,,,,"A-again... ugh... please, be gentle..." +117100 ,,,,,3110030,,,,,,,,,,,,,,,"Tenka-chan's voice is almost a whisper, as if she's\nembarrassed." +117200 ,,,,,3110030,,,,,,,,,,,,,,,It seems the tape measure attack from earlier really got to\nher. +117300 ,,,,,3110030,,主人公,Kiyoshi,,,,,,,,,,,,...Yeah. I'll be as gentle as I can... +117400 ,,,,,3110030,,,,,,,,,,,,,,,It's not good to tease too much. It needs to be just the\nright amount of stimulation. +117500 ,,,,,3110030,,,,,,,,,,,,,,,I slowly move the tape measure closer to her nipple. +117700 ,,,,,3110020,,甜花,Tenka,025_CB16_t_057.wav,tenka,,0,,,,,,,,......Nnngh! +117800 ,,,,,3110020,,,,,,,,,,,,,,,"I can clearly see her nipples are erect, as if her clothes\nare clinging tightly to her skin." +117900 ,,,,,3110020,,,,,,,,,,,,,,,I deliberately place the tape measure over her nipple. +118000 ,,,,,3110020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'm going to measure now." +118100 ,,,,,3110020,,甜花,Tenka,025_CB16_t_058.wav,tenka,,0,,,,,,,,W-wait... ngh! +118200 ,,,,,3110020,,,,,,,,,,,,,,,Tenka-chan shivers and trembles. +118300 ,,,,,3110020,,,,,,,,,,,,,,,"I slowly pull the tape measure from side to side, increasing\nthe pressure." +118500 ,,,,,3110020,,甜花,Tenka,025_CB16_t_059.wav,tenka,,0,,,,,,,,Haaah... nn... nnngh... haaah...! +118600 ,,,,,3110020,,,,,,,,,,,,,,,Tenka-chan's breathing becomes shallow and rough. +118700 ,,,,,3110020,,,,,,,,,,,,,,,"I loosen and tighten the tape measure, gradually\nintensifying the pressure on her nipples." +118800 ,,,,,3110020,,主人公,Kiyoshi,,,,,,,,,,,,"The tip of your breasts is... around here? Hmm, I can't\nquite tell where the tip is~" +118900 ,,,,,3110020,,甜花,Tenka,025_CB16_t_060.wav,tenka,,0,,,,,,,,O-ojisan... gently... ahhh! Nnngh... ah ah... nnngh! +119000 ,,,,,3110020,,主人公,Kiyoshi,,,,,,,,,,,,"Just a little more... just a little more, hang in there...\nreally, just a bit more...!" +119100 ,,,,,3110020,,甜花,Tenka,025_CB16_t_061.wav,tenka,,0,,,,,,,,"Haa... ah... nnngh... nn, ahh... haaah...!" +119200 ,,,,,3110020,,甜花,Tenka,025_CB16_t_062.wav,tenka,,0,,,,,,,,"N-no...! Something, I... ahh... nnaaahhh!!" +119300 ,$event_return,,,,3110020,,,,,,,,,,,,,,, +119400 ,,,,,3110020,,千恵,Chie,025_CB16_c_000.wav,,,,,,,,,,,--Ojii-chaaaan!! +119700 ,,,6,41,,,主人公,Kiyoshi,,,,,"chieL,private",,1,,,,,......!? +119800 ,,,,,,,,,,,,,chieL,,1,,,,,I quickly retrieve the tape measure and toss it onto the\ndesk. +119900 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,1,,,,,C-Chie-chan? You came? +120000 ,,,,,,,,,,,,,"chie,private",,1,,,,,I pretend nothing happened and try to act calm. +120100 ,,,,,,,千恵,Chie,025_CB16_c_001.wav,,,,chie,,3,,,,,"I did! ...Wait, Tenka-chan? You're early today." +120200 ,,,,,,,,,,,,,chie,,3,,,,,Chie-chan enters the room. +120300 ,,,,,,,甜花,Tenka,025_CB16_t_063.wav,,,,chie,,3,"tenka,private",,16,,"Y-yeah... I just happened to come early today. Really, just\nby chance." +120400 ,,,,,,,,,,,,,chie,,3,tenka,,16,,Tenka-chan's eyes dart around nervously. She looks\nsuspicious. +120500 ,,,,,,,,,,,,,chie,,3,tenka,,16,,"Is it okay...? We haven't been found out, right...?" +120600 ,,,,,,,コマコ,Komako,025_CB16_k_000.wav,"komako,private",,3,,,,tenka,,16,,"Hmm, I see. That's why you weren't there when I went to call\nyou." +120700 ,,,,,,,甜花,Tenka,025_CB16_t_064.wav,,,,,,,tenka,,33,,"Y-yeah, that's right! Sorry for coming ahead." +120800 ,,,,,,,千恵,Chie,025_CB16_c_002.wav,,,,chie,,1,tenka,,33,,"No, it's fine! I was planning to come to Ojii-chan's house\nanyway!" +120900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,tenka,,3,,W-well... I'll get some water ready. It must be hot outside. +121000 ,,,,,,,,,,,,,,,,,,,,Cold sweat hasn't stopped since earlier. Let's drink some\nwater and calm down. +121100 ,,,,,,,千恵,Chie,025_CB16_c_003.wav,,,,chie,,21,,,,,"Thanks, Ojii-chan!" +121200 ,,,,,,,コマコ,Komako,025_CB16_k_001.wav,komako,,23,,,,,,,,...? What's this...? +121300 ,,,,,,,,,,komako,,23,,,,,,,,Komako-chan reaches for the tape measure on the desk. +121400 ,,,,,,,甜花,Tenka,025_CB16_t_065.wav,,,,,,,tenka,,24,,...!! +121500 ,,,,,,,,,,,,,,,,tenka,,24,,T-Tenka-chan! Don't react! +121600 ,,,,,,,,,,,,,,,,tenka,,13,,I signal with my eyes. +121700 ,,,,,,,,,,,,,,,,tenka,,13,,Tenka-chan nods repeatedly. +121800 ,,,,,,,コマコ,Komako,025_CB16_k_002.wav,komako,,23,,,,,,,,...? Oh well. +121900 ,,,,,,,,,,,,,,,,,,,,Komako-chan lost interest in the tape measure. +122000 ,,,,,,,,,,,,,,,,,,,,Phew... that was close. +122100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll go get some water..." +122200 ,,,,,,,,,,,,,,,,,,,,I quickly distanced myself from the scene― +122500 ,,,,51,,,,,,,,,,,,,,,,"Leaving Chie-chan and the others to watch the store, I\nhurriedly locked myself in the bathroom." +122600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... that was dangerous... +122700 ,,,,,,,,,,,,,,,,,,,,I almost got caught by Chie-chan and Komako- chan. +122800 ,,,,,,,,,,,,,,,,,,,,"But, Tenka-chan was so cute..." +123100 ,,,,,3110010,,,,,,,,,,,,,,,Just touching her nipples a little made her feel so much... +123200 ,,,,,3110010,,,,,,,,,,,,,,,"Her reactions were so good, I ended up teasing her too much." +123300 ,,,,,3110010,,,,,,,,,,,,,,,I wonder if Tenka-chan is mad? I should send her a follow-up\nLIME message later... +123400 ,,,,,3110010,,主人公,Kiyoshi,,,,,,,,,,,,............ +123600 ,,,,,,,,,,,,,,,,,,,,Oh no... just thinking about Tenka-chan... I'm getting\nreally aroused. +123700 ,,,,,,,,,,,,,,,,,,,,I planned to masturbate after everyone left... but I can't\nhold it anymore! +123800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... Tenka-chan... +123900 ,,,,,,,,,,,,,,,,,,,,"With her nipples standing erect, she's really such a naughty\ngirl, Tenka-chan..." +124000 ,,,,,,,,,,,,,,,,,,,,Ah... I want to have sex... I want to rub my cock all over\nthat sexy body... +124100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ugh! +124200 ,,,,,,,,,,,,,,,,,,,,"I came a lot... Phew, I feel a bit relieved for now." +124300 ,,,,,,,,,,,,,,,,,,,,Everyone's still here... Maybe I'll masturbate one more time\nbefore going back to the store. +124400 ,,,0,9001,,,,,,,,,,,,,,,, +124600 ,@026_CB17,,,,,,,,,,,,,,,,,,, +124800 ,,,7,21,,,,,,,,,,,,,,,,"As the sun set, the 5 PM melody chime rang. In response,\nKomako-chan and Tenka-chan started getting ready to leave.\nAs for Chie- chan," +124900 ,,,,,,,千恵,Chie,026_CB17_c_000.wav,,,,"chie,private",,20,,,,,"Uncle, my mom's late again today. So, I'll stay at your\nplace a little longer." +125000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,"I see. That's fine, that's fine." +125100 ,,,,,,,,,,,,,chie,,20,,,,,"On days when Chie-chan stays, my spirits naturally lift." +125200 ,,,,,,,,,,,,,chie,,20,,,,,I held back from doing a fist pump. +125300 ,,,,,,,コマコ,Komako,026_CB17_k_000.wav,"komako,private",,14,chie,,20,,,,,Chie-chan... is it today too? +125400 ,,,,,,,千恵,Chie,026_CB17_c_001.wav,komako,,14,chie,,5,,,,,"Yeah. Sorry, I want to go home with you and Komako-chan,\nbut..." +125500 ,,,,,,,主人公,Kiyoshi,,komako,,14,chie,,5,,,,,"Sorry, Komako-chan. Chie-chan seems lonely being home alone." +125600 ,,,,,,,コマコ,Komako,026_CB17_k_001.wav,komako,,28,,,,,,,,"Hmm... Chie-chan, see you tomorrow. Bye-bye, Uncle." +125700 ,,,,,,,,,,komako,,28,,,,,,,,"Komako-chan's shoulders slumped a little. It's lonely not\nbeing able to go home with someone you like. But don't\nworry, I'll take responsibility and protect Chie-chan!" +125800 ,,,,,,,甜花,Tenka,026_CB17_t_000.wav,komako,,28,,,,"tenka,private",,16,,"Well, see you..." +125900 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan seemed really embarrassed about having her\nbreasts measured, so she quickly left without making much\neye contact with me." +126000 ,,,,,,,,,,,,,,,,,,,,Those innocent reactions are just so cute. +126100 ,,,,,,,,,,,,,,,,,,,,I guess today's fantasy will be about Tenka- chan. There's\nno other choice. +126200 ,,,,,,,,,,,,,,,,,,,,But before that... +126300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, can you help with closing up?" +126500 ,,,,,,,,,,,,,,,,,,,,Chie-chan and I started cleaning up together. +126600 ,,,,,,,,,,,,,,,,,,,,Chie-chan seems to have a good memory. +126700 ,,,,,,,,,,chie,,20,,,,,,,,"At first, she asked me all sorts of questions about how to\nclean up, but now I don't have to say anything." +126900 ,,,,,,,,,,chie,,20,,,,,,,,"Even now, she's proactively sweeping the store. Really, I'm\ngrateful to have Chie-chan here." +127000 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"Thanks. With Chie-chan helping, we're already done." +127100 ,,,,,,,,,,chie,,20,,,,,,,,There's no one who doesn't grow from being praised. +127200 ,,,,,,,,,,chie,,20,,,,,,,,"No one dislikes being praised for their work, and at Chie-\nchan's age, it must be even more delightful, right?" +127300 ,,,,,,,千恵,Chie,026_CB17_c_002.wav,chie,,21,,,,,,,,"Really? Ehehe. Then, will my salary increase?" +127400 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,Gah. +127500 ,,,,,,,,,,,,,,,,,,,,I couldn't help but let out a sound of disappointment. +127600 ,,,,,,,,,,,,,,,,,,,,"That's right, you want a salary, don't you? It seems Chie-\nchan prefers money over praise." +127700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm... Chie-chan works really hard, and I'd love to raise\nyour salary, but..." +127800 ,,,,,,,,,,,,,,,,,,,,There is some increase in sales thanks to the candy shop\nidol. But it's not skyrocketing. +127900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"You're tired, right? Let's go up to the room and rest with\nuncle." +128000 ,,,,41,,,,,,,,,,,,,,,,We both move from the shop to the room. +128100 ,,,,,,,,,,,,,,,,,,,,"Chie-chan seems to be thinking about something, following me\nwhile muttering, ""Hmm, hmm." +128200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,What's wrong? +128300 ,,,,,,,千恵,Chie,026_CB17_c_003.wav,chie,,3,,,,,,,,"Hey, uncle. If more customers come... will Chie-chan's\nsalary go up?" +128400 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"That's right. If we sell a lot of candy, I can increase\nChie-chan's salary, but..." +128500 ,,,,,,,,,,chie,,3,,,,,,,,"However, unfortunately, the location isn't one where we can\nexpect much profit." +128600 ,,,,,,,,,,chie,,3,,,,,,,,"In the first place, I didn't open the shop here with sales\nin mind." +128700 ,,,,,,,,,,chie,,3,,,,,,,,"I just wanted to look at cute girls, get close to them, and\ndo naughty things..." +128800 ,,,,,,,,,,chie,,3,,,,,,,,"―Of course, I can't say that." +128900 ,,,,,,,,,,chie,,3,,,,,,,,"But I do understand Chie-chan's feelings, and when she looks\nat me with those cute eyes, I want to do something for her." +129000 ,,,,,,,千恵,Chie,026_CB17_c_004.wav,chie,,1,,,,,,,,"Got it! Then, uncle, let's have a meeting!" +129100 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,A meeting? +129200 ,,,,,,,千恵,Chie,026_CB17_c_005.wav,chie,,27,,,,,,,,Yeah. Let's think together about how to get more customers! +129300 ,,,,,,,,,,chie,,27,,,,,,,,Chie-chan is unusually serious. There's no way I can refuse\nwhen such a dedicated girl asks me to think together. +129400 ,,,,,,,,,,chie,,27,,,,,,,,"In fact, I'd love to talk as much as possible." +129500 ,,,,,,,主人公,Kiyoshi,,chie,,27,,,,,,,,"Alright, let's have a meeting." +129600 ,,,,,,,,,,chie,,27,,,,,,,,I don't have any specific ideas. But having this kind of\ncommunication is important as an employer. +129700 ,,,,,,,,,,chie,,27,,,,,,,,"I listen, pretending to be Chie-chan's kind boss." +129800 ,,,,,,,主人公,Kiyoshi,,chie,,27,,,,,,,,"Chie-chan, how do you think we can get more customers?" +129900 ,,,,,,,千恵,Chie,026_CB17_c_006.wav,chie,,14,,,,,,,,Um... well... +130000 ,,,,,,,,,,chie,,14,,,,,,,,"Just like before, Chie-chan makes a difficult face and\ngroans." +130100 ,,,,,,,,,,chie,,14,,,,,,,,"Even when she's thinking hard like this, Chie-chan is cute." +130200 ,,,,,,,,,,chie,,14,,,,,,,,"Having such a cute girl take a bath with an old guy like me,\nlife isn't so bad." +130300 ,,,,,,,,,,chie,,14,,,,,,,,A bath... a bath... +130400 ,,,,,,,千恵,Chie,026_CB17_c_007.wav,chie,,29,,,,,,,,Maybe we could make and distribute flyers for the shop...\nhmm... +130500 ,,,,,,,,,,chie,,29,,,,,,,,"While Chie-chan seems about to overheat with steam coming\nout of her head, I start thinking about something else." +130600 ,,,,,,,,,,,,,,,,,,,,"I, who used to masturbate so much with the containers and\nskewers from the sweets Chie- chan ate," +130700 ,,,,,,,,,,,,,,,,,,,,"remembering her innocent smile and defenseless appearance\nthat she shows me every day, releasing billions and\ntrillions of sperm into tissues," +130800 ,,,,,,,,,,,,,,,,,,,,"took a bath with Chie-chan and saw her pure, innocent body\nright in front of me, yet somehow didn't react." +130900 ,,,,,,,,,,,,,,,,,,,,"The soft skin of Chie-chan, which I've imagined undressing\ncountless times in my fantasies and even dreamed about." +131000 ,,,,,,,,,,,,,,,,,,,,"It's hard to believe that even after seeing it firsthand, my\nlittle guy didn't react." +131100 ,,,,,,,,,,,,,,,,,,,,"I wondered if my balls were exhausted from too much jerking\noff lately, but when I played with Tenka-chan's breasts\nduring the day, I was painfully erect." +131200 ,,,,,,,,,,,,,,,,,,,,"...Yeah. Even now, just remembering Tenka- chan's\nembarrassed face and her cute little moans makes my dick\ngrow." +131300 ,,,,,,,千恵,Chie,026_CB17_c_008.wav,chie,,5,,,,,,,,"―chan? Hey, mister?" +131400 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,Huh...? +131500 ,,,,,,,,,,chie,,5,,,,,,,,A small hand was waving in front of my eyes. +131600 ,,,,,,,千恵,Chie,026_CB17_c_009.wav,chie,,25,,,,,,,,"Are you okay, mister? Were you listening to Chie-chan's\nstory?" +131700 ,,,,,,,,,,chie,,25,,,,,,,,Chie-chan's slightly troubled face was right in front of me. +131800 ,,,,,,,,,,chie,,25,,,,,,,,"Oops. Here I am, with Chie-chan right in front of me,\nthinking about another girl and getting half-erect." +131900 ,,,,,,,,,,chie,,25,,,,,,,,I'm a sinful man. +132000 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Sorry, sorry. I was thinking about a lot of things too, so I\nguess I didn't hear Chie- chan's voice." +132100 ,,,,,,,,,,chie,,25,,,,,,,,I put my hands together and apologized sincerely. +132200 ,,,,,,,千恵,Chie,026_CB17_c_010.wav,chie,,0,,,,,,,,Really? Then it's okay. +132300 ,,,,,,,,,,chie,,0,,,,,,,,Chie-chan seemed relieved and forgave me. +132400 ,,,,,,,,,,chie,,0,,,,,,,,Seeing Chie-chan like that made me feel relieved from the\nbottom of my heart too. +132500 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Could you tell me again what you said earlier, Chie-chan?" +132600 ,,,,,,,,,,,,,,,,,,,,"When I prompted her, Chie-chan began to talk about the idea\nshe must have thought hard about (since her name is Chie)." +132700 ,,,,,,,,,,,,,,,,,,,,"...But unfortunately, I got distracted by something else,\nand once again, Chie-chan's words went in one ear and out\nthe other." +132800 ,,,,,,,,,,,,,,,,,,,,That something else was none other than my penis. +132900 ,,,,,,,,,,,,,,,,,,,,"Earlier, my little guy was only half-erect, but while\ntalking with Chie-chan, it had become fully erect." +133000 ,,,,,,,,,,,,,,,,,,,,This is bad... I can't stay calm and talk with Chie-chan\nlike this. +133100 ,,,,,,,,,,,,,,,,,,,,"No, no, no. On the contrary, isn't this a chance?" +133200 ,,,,,,,,,,,,,,,,,,,,"Fortunately, it's just me and Chie-chan right now. This must\nbe a big chance given by God." +133300 ,,,,,,,,,,,,,,,,,,,,Chie-chan is currently working hard in the meeting because\nshe wants a raise. +133400 ,,,,,,,,,,,,,,,,,,,,If I say I'll give her a special raise... Chie-chan might\nhold and stroke my dick. +133500 ,,,,,,,,,,,,,,,,,,,,"In this unexpected and wished-for situation, I, an atheist,\ncouldn't help but thank God and say amen in my heart." +133600 ,,,,,,,,,,,,,,,,,,,,...But is it really okay...? +133700 ,,,,,,,,,,,,,,,,,,,,"Even without thinking deeply, Chie-chan trusts me." +133800 ,,,,,,,,,,,,,,,,,,,,She would never think that I'm a pervert who picks up her\nyogurt containers from the trash and rubs them on my penis. +133900 ,,,,,,,,,,,,,,,,,,,,"Is it really okay for me to taint her, someone so innocent\nthat she would take a bath with me without any caution...?" +134000 ,,,,,,,,,,,,,,,,,,,,"Surely, doing pleasurable things with a cute girl is a dream\nand aspiration of mine, ever since I opened a candy store." +134100 ,,,,,,,,,,,,,,,,,,,,"It's strange for someone like me, who has indulged in\nfantasies and done borderline things countless times, to\nthink this way now." +134200 ,,,,,,,,,,,,,,,,,,,,"But while I have the desire to taint Chie- chan to my\nheart's content, there's also a part of me that condemns it." +134300 ,,,,,,,,,,,,,,,,,,,,What is this feeling? +134400 ,,,,,,,,,,,,,,,,,,,,"Even now, my erection doesn't subside. My rock-hard erection\njust wants to ejaculate and messes with my head, telling me\nto 'use Chie-chan.'" +134500 ,,,,,,,,,,,,,,,,,,,,No way. There's no way I can resist such desires. +134600 ,,,,,,,,,,,,,,,,,,,,Ugh! What am I thinking about? This isn't like me at all! +134700 ,,,,,,,千恵,Chie,026_CB17_c_011.wav,chie,,21,,,,,,,,"―So, I was thinking we could try having sales like a\nsupermarket." +134800 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,Chie-chan. +134900 ,,,,,,,,,,chie,,21,,,,,,,,"I pressed down on my heart and crotch, both about to\nexplode." +135000 ,,,,,,,千恵,Chie,026_CB17_c_012.wav,chie,,5,,,,,,,,"What? Um, is Chie-chan's idea no good after all?" +135100 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,"It's not that. Chie-chan, you want your salary to increase,\nright?" +135200 ,,,,,,,千恵,Chie,026_CB17_c_013.wav,chie,,23,,,,,,,,Yeah. +135300 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,I've thought about it too. But I couldn't come up with a way\nto sell candy quickly. +135400 ,,,,,,,千恵,Chie,026_CB17_c_014.wav,chie,,25,,,,,,,,Yeah... +135500 ,,,,,,,,,,chie,,25,,,,,,,,Chie-chan looks down sadly. +135600 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,I think Chie-chan's method wouldn't change much from now.\nAnd... +135700 ,,,,,,,千恵,Chie,026_CB17_c_015.wav,chie,,3,,,,,,,,? +135800 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Even if your salary increases a little, you'll just spend it\non candy right away, won't you?" +135900 ,,,,,,,千恵,Chie,026_CB17_c_016.wav,chie,,5,,,,,,,,Is it bad to buy candy? +136000 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,"Why are you working part-time at my place, Chie-chan?" +136100 ,,,,,,,千恵,Chie,026_CB17_c_017.wav,chie,,28,,,,,,,,That's because... I have to pay back the money for the candy\nI shoplifted from you... +136200 ,,,,,,,,,,chie,,28,,,,,,,,"I thought she might have forgotten since she spends her\nsalary right away, but that wasn't the case." +136300 ,,,,,,,主人公,Kiyoshi,,chie,,28,,,,,,,,"That's right. But you haven't paid me back at all yet, have\nyou?" +136400 ,,,,,,,千恵,Chie,026_CB17_c_018.wav,chie,,14,,,,,,,,But... if I pay it back with my salary... I won't be able to\neat candy... +136500 ,,,,,,,,,,chie,,14,,,,,,,,Seeing Chie-chan looking so down and about to cry makes my\nheart ache a little. +136600 ,,,,,,,,,,chie,,14,,,,,,,,"So, if I'm going to offer a lifeline, it's now." +136700 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,I have some good news for Chie-chan. +136800 ,,,,,,,千恵,Chie,026_CB17_c_019.wav,chie,,3,,,,,,,,Huh? +136900 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"It's hard to increase the sales of the candy store, so why\nnot try a new part-time job instead?" +137000 ,,,,,,,千恵,Chie,026_CB17_c_020.wav,chie,,23,,,,,,,,Huh? Huh? A new part-time job...? +137100 ,,,,,,,,,,chie,,23,,,,,,,,"Chie-chan looks puzzled, waiting for my words. Great, it\nseems like she's interested." +137200 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"Well... if Chie-chan does this new part-time job, I'll pay\nyou about 100 yen." +137300 ,,,,,,,千恵,Chie,026_CB17_c_021.wav,chie,,4,,,,,,,,One hundred...!? +137400 ,,,,,,,,,,chie,,4,,,,,,,,"To Chie-chan, 100 yen is a fortune." +137500 ,,,,,,,,,,chie,,4,,,,,,,,"If this were a manga, her eyes would probably turn into '¥'\nmarks." +137600 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,How about it? Want to give it a try? +137700 ,,,,,,,千恵,Chie,026_CB17_c_022.wav,chie,,21,,,,,,,,Yeah... yeah! +137800 ,,,,,,,,,,chie,,21,,,,,,,,"Her demeanor changes completely, and she nods her head\nvigorously, making me almost burst out laughing. Chie-chan's\never-changing expressions are truly soothing." +137900 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"But, promise me one thing." +138000 ,,,,,,,千恵,Chie,026_CB17_c_023.wav,chie,,5,,,,,,,,What kind of promise? +138100 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,"If Chie-chan's mom finds out that I gave you money, both you\nand I will get in trouble, so keep it a secret from your\nmom." +138200 ,,,,,,,千恵,Chie,026_CB17_c_024.wav,chie,,0,,,,,,,,Got it. What do I have to do for the new part-time job? +138300 ,,,,,,,,,,chie,,0,,,,,,,,"It seems Chie-chan has agreed. The joy and excitement make\nme want to hug her right now and rub my cock against her,\nbut I must hold back. I need to endure for now." +138400 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Alright. So, today is just a trial..." +138500 ,,,,,,,,,,chie,,0,,,,,,,,"I hesitate a bit before saying the next words, but it's\nnonsensical to stop now, so I encourage myself." +138600 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Could you... rub uncle's cock with your hands, Chie-chan?" +138700 ,,,,,,,,,,chie,,0,,,,,,,,I said it!! I said it! I actually said it!? +138800 ,,,,,,,千恵,Chie,026_CB17_c_025.wav,chie,,20,,,,,,,,Cock? Sure~ +138900 ,,,,,,,,,,chie,,20,,,,,,,,Innocent! What is this divine level of innocence! Uncle\nfeels like he might evaporate from his own filth! +139000 ,,,,,,,,,,chie,,20,,,,,,,,This is no time to be moved. I have to send her home before\nher mom comes back. +139100 ,,,,,,,,,,chie,,20,,,,,,,,"Time is money... no, time is ejaculation. I quickly exposed\nmy penis in front of Chie- chan." +139200 ,,,,,,,千恵,Chie,026_CB17_c_026.wav,"chieL,private",,23,,,,,,,,Oh~... +139300 ,,,,,,,,,,"chieL,private",,23,,,,,,,,"I had been aroused earlier thinking about teasing Tenka-\nchan, but amidst everything, it had gone back to being limp." +139400 ,,,,,,,,,,"chieL,private",,23,,,,,,,,Chie-chan stared intently at my penis. +139600 ,,,,,,,主人公,Kiyoshi,,"chieL,private",,23,,,,,,,,"You've seen uncle's penis during bath time, right?" +139700 ,,,,,,,千恵,Chie,026_CB17_c_027.wav,"chieL,private",,3,,,,,,,,"Um, seeing it this close... it's my first time..." +139800 ,,,,,,,,,,"chieL,private",,3,,,,,,,,"Of course. Seeing it this close is something that only\nhappens during sexual activities. Besides, Chie-chan's\nfamily has been a single-parent household for a long time." +140700 ,,,,,,,主人公,Kiyoshi,,"chieL,private",,3,,,,,,,,"Then, Chie-chan, could you try holding uncle's penis? Take\nyour time, okay?" +140900 ,,,,,,,千恵,Chie,026_CB17_c_030.wav,"chieL,private",,0,,,,,,,,"Yeah, got it." +141100 ,,,10,,1130000,,,,,,,,,,,,,,, +141200 ,*mem,,,,1130000,,,,,,,,,,,,,,, +141300 ,,,10,,1130000,,,,,,,,,,,,,,,"Cautiously, Chie-chan's hand gently wrapped around my penis." +141400 ,,,,,1130000,,,,,,,,,,,,,,,Fwoooaaahhh!! +141500 ,,,,,1130000,,,,,,,,,,,,,,,This is... this is the warmth of Chie-chan's hand! +141600 ,,,,,1130000,,千恵,Chie,026_CB17_c_031.wav,chie,,0,,,,,,,,It's so squishy. So this is what a penis is like... +141700 ,,,,,1130000,,,,,,,,,,,,,,,"Chie-chan leaned in closer to the penis, looking very\ncurious." +141800 ,,,,,1130000,,,,,,,,,,,,,,,"She lightly squeezed her fingers, seemingly testing the\ntexture." +141900 ,,,,,1130000,,,,,,,,,,,,,,,Ugh...! I never thought the day would come when Chie-chan\nwould hold my penis! I'm overwhelmed with emotion and\nexcitement. +142000 ,,,,,1130000,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, this is your first time touching a penis, right?" +142100 ,,,,,1130000,,千恵,Chie,026_CB17_c_032.wav,chie,,0,,,,,,,,Yeah. A penis is so squishy. It's kind of cute. +142200 ,,,,,1130000,,主人公,Kiyoshi,,,,,,,,,,,,Cute? +142300 ,,,,,1130000,,千恵,Chie,026_CB17_c_033.wav,chie,,0,,,,,,,,"Ojisan's penis is cute... ei, ei. So squishy." +142400 ,,,,,1130000,,,,,,,,,,,,,,,"Chie-chan seemed to be getting used to it, squeezing and\nplaying with it happily... but when she does that..." +142600 ,,,,,1130010,,千恵,Chie,026_CB17_c_034.wav,chie,,0,,,,,,,,"Ah, huh... ah... eh!?" +142700 ,,,,,1130010,,,,,,,,,,,,,,,The penis that was being squished in Chie- chan's hand\nsuddenly increased in hardness and became erect. +142800 ,,,,,1130010,,,,,,,,,,,,,,,Seeing Chie-chan's surprised reaction was so innocent that I\ncouldn't help but grin. +142900 ,,,,,1130010,,千恵,Chie,026_CB17_c_035.wav,chie,,0,,,,,,,,O-Ojisan! Ojisan's penis is swollen! +143000 ,,,,,1130010,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. When a penis feels good, it gets bigger." +143100 ,,,,,1130010,,千恵,Chie,026_CB17_c_036.wav,chie,,0,,,,,,,,Really? +143200 ,,,,,1130010,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. It just got bigger because Chie-chan's hands feel\ngood. +143300 ,,,,,1130010,,千恵,Chie,026_CB17_c_037.wav,chie,,0,,,,,,,,I see... +143400 ,,,,,1130010,,,,,,,,,,,,,,,"Chie-chan grasped the now fully erect penis again, as if to\nconfirm its size." +143500 ,,,,,1130010,,千恵,Chie,026_CB17_c_038.wav,chie,,0,,,,,,,,The penis is hot... it's like it has a fever... +143600 ,,,,,1130010,,主人公,Kiyoshi,,,,,,,,,,,,It's a sign that the penis is healthy. +143800 ,,,,,1130030,,千恵,Chie,026_CB17_c_039.wav,chie,,0,,,,,,,,"It was so squishy before, but now it's hard." +143900 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,Isn't a hard penis cute too? +144000 ,,,,,1130030,,千恵,Chie,026_CB17_c_040.wav,chie,,0,,,,,,,,"Hmm, both are cute because they're Ojisan's penis." +144100 ,,,,,1130030,,,,,,,,,,,,,,,"With those words, the penis twitched in response. Hearing\nsomething so delightful made it impossible to hold back any\nlonger." +144200 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, could you hold and rub the penis for me?" +144400 ,,,,,1130020,,千恵,Chie,026_CB17_c_041.wav,chie,,0,,,,,,,,L-Like this...? +144500 ,,,,,1130020,,,,,,,,,,,,,,,"Her soft palm enveloped the entire shaft, moving slowly up\nand down." +144600 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes, oh... it feels so good..." +144700 ,,,,,1130020,,,,,,,,,,,,,,,"The moment she touched the ridge, a sharp pleasure shot\nthrough my body. It felt so incredibly good that I couldn't\nhelp but let out a sound." +144800 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,Ah... Chie-chan's hand is making me feel so good... +144900 ,,,,,1130020,,千恵,Chie,026_CB17_c_042.wav,chie,,0,,,,,,,,Does it feel that good? +145000 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,It's the best. I've always wanted Chie-chan to make my penis\nfeel good like this. +145100 ,,,,,1130020,,千恵,Chie,026_CB17_c_043.wav,chie,,0,,,,,,,,"Really? Which feels better, this or a shoulder massage?" +145200 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, this does." +145300 ,,,,,1130020,,千恵,Chie,026_CB17_c_044.wav,chie,,0,,,,,,,,Hmm. But my mom always says a shoulder massage feels really\ngood. +145400 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,"For men, the penis is the place that feels the best." +145500 ,,,,,1130020,,千恵,Chie,026_CB17_c_045.wav,chie,,0,,,,,,,,I see... +145600 ,,,,,1130020,,,,,,,,,,,,,,,Her small hand rubbed the large penis over and over again. +145800 ,,,,,1130030,,千恵,Chie,026_CB17_c_046.wav,chie,,0,,,,,,,,"Um... Uncle, am I doing it right?" +145900 ,,,,,1130030,,,,,,,,,,,,,,,The pleasure I felt in my crotch weakened. Chie-chan stopped\nher hand and looked up at my face. +146000 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. Chie-chan, you're really good at this. I feel\nlike I might faint." +146100 ,,,,,1130030,,千恵,Chie,026_CB17_c_047.wav,chie,,0,,,,,,,,"But, but Uncle... there's sticky pee coming out of your\npenis..." +146200 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +146300 ,,,,,1130030,,,,,,,,,,,,,,,Could it be that I ejaculated unconsciously? I checked\nmyself and understood what Chie- chan was talking about. +146400 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Chie-chan, this is something that comes out on its own\nwhen it feels good." +146500 ,,,,,1130030,,,,,,,,,,,,,,,"Pre-cum was flowing out, not only covering the head but also\ndirtying Chie-chan's hand." +146600 ,,,,,1130030,,千恵,Chie,026_CB17_c_048.wav,chie,,0,,,,,,,,"So, Uncle, you just felt good?" +146700 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"That's right. Sorry, it's kind of dirty when that comes out,\nisn't it?" +146800 ,,,,,1130030,,,,,,,,,,,,,,,"I thought about offering her a tissue," +146900 ,,,,,1130030,,千恵,Chie,026_CB17_c_049.wav,chie,,0,,,,,,,,"No, it's okay if it's not pee." +147000 ,,,,,1130030,,,,,,,,,,,,,,,Wow. Is that really the issue? +147100 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"Got it. Then, keep rubbing like you did before." +147200 ,,,,,1130030,,千恵,Chie,026_CB17_c_050.wav,chie,,0,,,,,,,,Okay. +147400 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... +147500 ,,,,,1130020,,,,,,,,,,,,,,,Chie-chan's handjob resumed. +147600 ,,,,,1130020,,,,,,,,,,,,,,,"Thanks to the pre-cum making it slippery, the pleasure was\nsignificantly greater than before." +147700 ,,,,,1130020,,,,,,,,,,,,,,,"Chie-chan, perhaps because this is a part- time job, moved\nher hand with a very earnest expression." +147800 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,Aren't your hands getting tired? +147900 ,,,,,1130020,,千恵,Chie,026_CB17_c_051.wav,chie,,0,,,,,,,,Nope. I'm fine! +148000 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,"Then, could you move a little faster?" +148100 ,,,,,1130030,,千恵,Chie,026_CB17_c_052.wav,chie,,0,,,,,,,,Faster? Won't your penis hurt? +148200 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,It feels better when it's faster. I'll tell you if it hurts. +148300 ,,,,,1130020,,千恵,Chie,026_CB17_c_053.wav,chie,,0,,,,,,,,"Okay, okay... How fast should I go?" +148400 ,,,,,1130020,,,,,,,,,,,,,,,"As she increased the speed, Chie-chan asked." +148500 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,"A little faster, maybe." +148600 ,,,,,1130020,,,,,,,,,,,,,,,The speed increased to the point where it made a squishing\nsound. This... resonates in my balls! +148700 ,,,,,1130020,,,,,,,,,,,,,,,It felt like Chie-chan's hand was commanding my balls to\nproduce a lot of sperm. +148800 ,,,,,1130020,,,,,,,,,,,,,,,"With excitement and pleasure, my vision started to flicker.\nIf she keeps going like this, I'll probably come soon." +148900 ,,,,,1130020,,,,,,,,,,,,,,,"But since Chie-chan is giving me a handjob, I want to savor\nthis blissful pleasure running through my penis for as long\nas possible." +149000 ,,,,,1130020,,,,,,,,,,,,,,,"Even though I think that, the limit of my penis is\napproaching moment by moment." +149100 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, oh no. Chie-chan's hands are irresistible!" +149200 ,,,,,1130030,,千恵,Chie,026_CB17_c_054.wav,chie,,0,,,,,,,,You look like you're in pain. Are you okay? +149300 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"Don't worry. It's just... I'm really happy that Chie-chan is\ndoing this for me, ah... ha... ha!" +149400 ,,,,,1130030,,,,,,,,,,,,,,,"The more I try to hold back, the more my breathing becomes\nragged. It seems like ejaculation is really close." +149500 ,,,,,1130030,,,,,,,,,,,,,,,"If I'm going to come, I want it to be the most pleasurable\nrelease ever." +149600 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, as fast as you can, could you rub it really hard?" +149700 ,,,,,1130020,,千恵,Chie,026_CB17_c_055.wav,chie,,0,,,,,,,,"Okay. I'll try, but... my hand is starting to hurt a bit." +149800 ,,,,,1130020,,,,,,,,,,,,,,,It seems like Chie-chan is getting tired too. There's no\npoint in holding back now. +149900 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,Don't worry. It'll be over soon. +150000 ,,,,,1130020,,千恵,Chie,026_CB17_c_056.wav,chie,,0,,,,,,,,I see. Chie-chan will do her best! +150100 ,,,,,1130020,,,,,,,,,,,,,,,"A wet, erotic sound plays between Chie-chan and my penis." +150200 ,,,,,1130020,,,,,,,,,,,,,,,"With so much pre-cum, I wonder how much semen will come out\nwhen I ejaculate." +150300 ,,,,,1130020,,,,,,,,,,,,,,,There's nothing left to hold back. I just have to surrender\nmy body to Chie-chan's vigorous hand movements. +150400 ,,,,,1130030,,千恵,Chie,026_CB17_c_057.wav,chie,,0,,,,,,,,Ha... ha... uncle! +150500 ,,,,,1130030,,,,,,,,,,,,,,,"Breathing cutely, Chie-chan looks up at me as if she's\nreached her limit." +150600 ,,,,,1130030,,,,,,,,,,,,,,,Just a little more... just a little more...! +150700 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh... Chie-chan, just a bit more! Hang in there! I'm doing\nmy best to feel good too!" +150800 ,,,,,1130020,,千恵,Chie,026_CB17_c_058.wav,chie,,0,,,,,,,,Nn... haah haah... +150900 ,,,,,1130020,,,,,,,,,,,,,,,"Chie-chan's small, plump hands are mercilessly working my\npenis." +151000 ,,,,,1130020,,,,,,,,,,,,,,,I can feel it trembling on the verge of its limit. Holding\nback any longer is pointless. +151100 ,,,,,1130020,,,,,,,,,,,,,,,My rock-hard cock can't possibly resist Chie- chan's hands. +151200 ,,,,,1130020,,,,,,,,,,,,,,,The pleasure I've fantasized about countless times in my\nhead is right here. +151300 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,Ahhh... I'm gonna cum! Chie-chan! I'm cumming!! +151500 ,,,,,1130040,,千恵,Chie,026_CB17_c_059.wav,chie,,0,,,,,,,,Kya!? +151600 ,,,,,1130040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ahh..." +151700 ,,,,,1130040,,,,,,,,,,,,,,,An overwhelming sensation pierced through my brain. An\nindescribable ecstasy I've never experienced from\nmasturbating myself. +151800 ,,,,,1130040,,,,,,,,,,,,,,,"Semen gushes out one after another, like a fountain." +151900 ,,,,,1130040,,,,,,,,,,,,,,,"And after the wave of ejaculation passed, I saw something\nincredible." +152100 ,,,,,1130050,,千恵,Chie,026_CB17_c_060.wav,chie,,0,,,,,,,,No way... what is this... +152200 ,,,,,1130050,,,,,,,,,,,,,,,The milky fluid that spurted from my penis had splattered\nall over Chie-chan's face. +152300 ,,,,,1130050,,千恵,Chie,026_CB17_c_061.wav,chie,,0,,,,,,,,It's sticky... +152400 ,,,,,1130050,,,,,,,,,,,,,,,"She gently wiped the semen off her face and hair with her\nhand, her eyes looking at me as if she might cry." +152500 ,,,,,1130050,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, Chie-chan. It surprised you, didn't it?" +152600 ,,,,,1130050,,,,,,,,,,,,,,,I hurriedly apologized. I grabbed several tissues from a\nnearby tissue box and wiped the mess off her. +152700 ,,,,,1130050,,千恵,Chie,026_CB17_c_062.wav,chie,,0,,,,,,,,Ugh... it's bitter... It got in my mouth... +152800 ,,,,,1130050,,,,,,,,,,,,,,,Eh! Could it be that she swallowed it!? +152900 ,,,,,1130050,,主人公,Kiyoshi,,,,,,,,,,,,Did you swallow it? +153000 ,,,,,1130050,,千恵,Chie,026_CB17_c_063.wav,chie,,0,,,,,,,,It just got in my mouth a little... I didn't swallow it. +153100 ,,,,,1130050,,主人公,Kiyoshi,,,,,,,,,,,,I-I see... +153200 ,,,,,1130050,,,,,,,,,,,,,,,"I thought I had skipped several steps and made her swallow,\nbut it seems that wasn't the case." +153300 ,,,,,1130050,,主人公,Kiyoshi,,,,,,,,,,,,"You got dirty, huh? How about we take a bath together, Chie-\nchan?" +153400 ,,,,,1130050,,,,,,,,,,,,,,,"If I send Chie-chan home like this, there's a risk her\nmother might notice the smell." +153500 ,,,,,1130050,,,,,,,,,,,,,,,I must prevent that at all costs! +153800 ,$event_return,,,,,,,,,,,,,,,,,,, +154000 ,,,7,61,,,千恵,Chie,026_CB17_c_064.wav,chie,,1,,,,,,,,"Yeah. Let's take a bath! Bath time, bath time~♪" +154100 ,,,,,,,,,,,,,,,,,,,,"Whether it was because the semen felt gross or she just\nloves baths, Chie-chan happily ran to the bathroom." +154200 ,,,,,,,,,,,,,,,,,,,,"Following Chie-chan, who quickly stripped and got naked, I\nalso undressed completely." +154400 ,,,,,,,千恵,Chie,026_CB17_c_065.wav,"chie,nude",,4,,,,,,,,"Oh, you're so great, uncle! You can fold your clothes\nproperly!" +154500 ,,,,,,,,,,chie,,4,,,,,,,,Chie-chan clapped her hands and praised me after seeing me\nfold my clothes and put them in the laundry basket. +154600 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"It's because you taught me, Chie-chan." +154700 ,,,,,,,千恵,Chie,026_CB17_c_066.wav,chie,,18,,,,,,,,Hehe! +154800 ,,,,,,,主人公,Kiyoshi,,chie,,18,,,,,,,,"Yeah, yeah. But if you stick your belly out like that,\nyou'll catch a cold, you know?" +154900 ,,,,71,,,,,,chie,,0,,,,,,,,"I took Chie-chan's hand as she proudly puffed out her chest,\nand we headed to the bathroom together." +155000 ,,,,,,,,,,,,,,,,,,,,"Then, I washed Chie-chan's hair as she sat on the bath\nstool." +155100 ,,,,,,,,,,,,,,,,,,,,"Even though I'm looking at Chie-chan's naked body, it's not\nstrange that I'm not reacting; my groin remains calm in this\nplace." +155200 ,,,,,,,,,,,,,,,,,,,,"In fact, today I feel a bit guilty. Of course, it's because\nI lured Chie-chan with money to give me a handjob." +155300 ,,,,,,,,,,,,,,,,,,,,Even though I'm the one who made her do it. +155400 ,,,,,,,千恵,Chie,026_CB17_c_067.wav,"chieL,nude",,3,,,,,,,,"Hey, uncle." +155500 ,,,,,,,,,,"chieL,nude",,3,,,,,,,,"As I was washing Chie-chan's hair, she turned around to face\nme." +155600 ,,,,,,,千恵,Chie,026_CB17_c_068.wav,"chieL,nude",,23,,,,,,,,"Hey, uncle, what was that white sticky stuff that came out\nof your penis earlier?" +155700 ,,,,,,,主人公,Kiyoshi,,"chieL,nude",,23,,,,,,,,That's semen. +155800 ,,,,,,,千恵,Chie,026_CB17_c_069.wav,"chieL,nude",,3,,,,,,,,Semen...? +155900 ,,,,,,,主人公,Kiyoshi,,"chieL,nude",,3,,,,,,,,"When a man feels good, it comes out of his penis." +156000 ,,,,,,,千恵,Chie,026_CB17_c_070.wav,"chieL,nude",,3,,,,,,,,"But pee also comes out of the penis, right?" +156100 ,,,,,,,,,,"chieL,nude",,3,,,,,,,,"Chie-chan tilted her head curiously, showing interest in the\nmysteries of the human body." +156200 ,,,,,,,主人公,Kiyoshi,,"chieL,nude",,3,,,,,,,,Both pee and semen can come out. Isn't that amazing? +156300 ,,,,,,,,,,"chieL,nude",,3,,,,,,,,I puffed out my chest like Chie-chan did earlier. +156400 ,,,,,,,千恵,Chie,026_CB17_c_071.wav,"chieL,nude",,23,,,,,,,,Hmm. So men are different from women. +156500 ,,,,,,,主人公,Kiyoshi,,"chieL,nude",,23,,,,,,,,"That's right. I'm going to rinse the shampoo now, so close\nyour eyes." +156600 ,,,,,,,千恵,Chie,026_CB17_c_072.wav,"chieL,nude",,1,,,,,,,,Okay. Eek! +156700 ,,,,,,,,,,"chieL,nude",,1,,,,,,,,"Chie-chan let out a playful voice, having fun." +156800 ,,,,,,,,,,"chieL,nude",,1,,,,,,,,"The bubbles flowed down her beautiful brown hair, and it\nsmelled like the tonic shampoo I always use." +156900 ,,,,,,,,,,"chieL,nude",,1,,,,,,,,It's a strange feeling to think that Chie- chan smells like\nme now. +157000 ,,,,,,,,,,"chieL,nude",,1,,,,,,,,"Chie-chan washed my hair too, and we both soaked in the\nfilled bathtub." +157100 ,,,,,,,主人公,Kiyoshi,,"chieL,nude",,1,,,,,,,,"Chie-chan, about that new part-time job earlier... do you\nwant to do it again?" +157200 ,,,,,,,,,,"chieL,nude",,1,,,,,,,,"Even though we went that far, I thought I'd stop if Chie-\nchan didn't want to continue." +157300 ,,,,,,,千恵,Chie,026_CB17_c_073.wav,"chieL,nude",,20,,,,,,,,"Um... I do... It was fun touching your penis, uncle. I was\nsurprised when the semen suddenly came out though!" +157400 ,,,,,,,主人公,Kiyoshi,,"chieL,nude",,20,,,,,,,,"I see. Yeah. I see, I see! Then let's do it again." +157500 ,,,,,,,,,,"chieL,nude",,20,,,,,,,,"Since Chie-chan was so eager, I decided not to think about\nit any further." +157700 ,,,6,41,,,主人公,Kiyoshi,,,,,,,,,,,,Here. The promised 100 yen. +157800 ,,,,,,,千恵,Chie,026_CB17_c_074.wav,"chie,private",,1,,,,,,,,"Yay! Thank you, uncle!" +157900 ,,,,,,,,,,chie,,1,,,,,,,,"After getting out of the bath, I gave Chie- chan the 100 yen\nas her salary, just as promised." +158000 ,,,,,,,,,,chie,,1,,,,,,,,"She looked so happy and her eyes sparkled as she received\nthe 100 yen coin, making me feel like I did something really\ngood." +158100 ,,,,,,,千恵,Chie,026_CB17_c_075.wav,chie,,21,,,,,,,,"Yay, yay. 100 yen♪ 100 yen♪" +158200 ,,,,,,,,,,chie,,21,,,,,,,,"She ran around cheerfully. Then, she came over to me and\nsaid," +158300 ,,,,,,,千恵,Chie,026_CB17_c_076.wav,chie,,0,,,,,,,,"Uncle, I'm going to buy ice cream!" +158400 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,Huh? You're going to spend it? +158500 ,,,,,,,,,,chie,,0,,,,,,,,"Even though she earned the money from a part- time job to\npay me back, Chie-chan was already planning to spend it on\nice cream." +158600 ,,,,,,,,,,chie,,0,,,,,,,,"However, there's no particular reason to scold her for that.\nThe loss from shoplifting wasn't significant." +158700 ,,,,,,,,,,chie,,0,,,,,,,,"In fact, it's easier to find an excuse to invite her for\nanother lewd part-time job if she spends the money." +158800 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Well, with 100 yen, it's okay to buy ice cream." +158900 ,,,,,,,千恵,Chie,026_CB17_c_077.wav,chie,,21,,,,,,,,"Right! After all, it's 100 yen!" +159000 ,,,,,,,,,,chie,,21,,,,,,,,It seems like Chie-chan is getting carried away because she\nreceived a lot of salary. +159100 ,,,,,,,,,,chie,,21,,,,,,,,But I accepted it with a smile and went to get ice cream\nfrom the freezer. +159200 ,,,,,,,,,,,,,,,,,,,,Just watching Chie-chan being so lively makes me feel\nenergized too. +159300 ,,,,,,,,,,,,,,,,,,,,I wonder what kind of part-time job I should have Chie-chan\ndo next. +159400 ,,,0,9000,,,,,,,,,,,,,,,, +159600 ,@027_CB18,,,,,,,,,,,,,,,,,,, +159800 ,,,15,31,,,,,,,,,,,,,,,,"As the afternoon passed, the noisy living room in my house\nbecame quiet." +159900 ,,,,,,,,,,,,,,,,,,,,This time has become a regular nap time for Chie-chan and\nthe other two. +160600 ,,,15,,4130000,,,,,,,,,,,,,,, +160700 ,*mem,,,,4130000,,,,,,,,,,,,,,, +160800 ,,,15,,4130000,,,,,,,,,,,,,,,"In the back room of the shop, Chie-chan, Tenka-chan, and\nKomako-chan are all sleeping in a row." +160900 ,,,,,4130000,,,,,,,,,,,,,,,"With three beautiful girls exposing their defenseless\nselves, there's no time to be minding the shop." +161000 ,,,,,4130000,,,,,,,,,,,,,,,Their nap time is my break time. +161400 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,......... +161500 ,,,,,4130000,,,,,,,,,,,,,,,Phew... Just looking at their cute sleeping faces makes me\nfeel like I could eat several bowls of rice. +161600 ,,,,,4130000,,,,,,,,,,,,,,,I've made a move on all three of these girls. +161700 ,,,,,4130000,,,,,,,,,,,,,,,"But I don't regret it. Each of them is cute in their own\nway, and I'm a philanthropist." +161800 ,,,,,4130000,,,,,,,,,,,,,,,"Though, only when it comes to little ones." +162000 ,,,,,4130000,,,,,,,,,,,,,,,"I'll do my best, okay? I'll do my best to do lots of naughty\nthings with everyone, okay?" +162100 ,,,,,4130000,,,,,,,,,,,,,,,"If I reach out, their innocent bodies are right there. I\nswallow hard." +162200 ,,,,,4130000,,,,,,,,,,,,,,,"Since it's summer and they're lightly dressed, if I lift\ntheir clothes, their cute breasts will be exposed." +162300 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, today I'll play a prank on all three of you.\nBecause I love you all, okay?" +162500 ,,,,,4130000,,,,,,,,,,,,,,,"With a warm heart but a calm body, I slowly lifted their\nclothes." +166500 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Ohhh +166600 ,,,,,4130010,,,,,,,,,,,,,,,A voice of awe escapes me. In front of me are three pairs of\npanties lined up. +166700 ,,,,,4130010,,,,,,,,,,,,,,,"From the skirts and shorts, the panties of the three,\nthoroughly steamed, seem to emit an enticing scent." +167200 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,"It was fine before, so it should be fine today... right?" +167300 ,,,,,4130010,,,,,,,,,,,,,,,"Looking at the three of them breathing peacefully in their\nsleep, I feel emboldened." +167500 ,,,,,4130010,,,,,,,,,,,,,,,"Careful not to wake them, I place my hands on either side of\nChie-chan's hips and bring my nose closer to her panties." +167700 ,,,,,4130010,,,,,,,,,,,,,,,Sniff sniff... +167800 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,This is the smell of Chie-chan's pussy... +167900 ,,,,,4130010,,,,,,,,,,,,,,,"There's a slight smell of pee. Come to think of it, she went\nto the bathroom before her nap." +168000 ,,,,,4130010,,,,,,,,,,,,,,,"If you don't wipe your crotch well, your smooth crotch might\nget irritated, you know?" +168100 ,,,,,4130010,,,,,,,,,,,,,,,"Remembering the only time I've seen Chie- chan's pussy, I\ntake a deep breath." +168200 ,,,,,4130010,,,,,,,,,,,,,,,"As much as I want to linger, there's not much time left." +168300 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,I wonder what Komako-chan's crotch smells like? +168400 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,"Huff, huff" +168500 ,,,,,4130010,,,,,,,,,,,,,,,"Unable to contain my excitement, I bury my face into Komako-\nchan's panties." +168600 ,,,,,4130010,,,,,,,,,,,,,,,I bring my nose close to Komako-chan's plump mound. +168700 ,,,,,4130010,,,,,,,,,,,,,,,"After confirming that Komako-chan hasn't noticed, I take a\ndeep breath." +168800 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Suu~~~~~... Haa~~~~~... +168900 ,,,,,4130010,,,,,,,,,,,,,,,"I take a deep breath, trying to inhale Komako-chan's scent." +169000 ,,,,,4130010,,,,,,,,,,,,,,,This is Komako-chan's scent... +169100 ,,,,,4130010,,,,,,,,,,,,,,,"I thought there would be more of a body odor, but instead,\nthere's a faint smell of detergent." +169200 ,,,,,4130010,,,,,,,,,,,,,,,"Since Komako-chan masturbates with her crotch, she might be\nwashing thoroughly in the bath." +169300 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,"Someday, I'll lick away Komako-chan's smegma with my tongue." +169500 ,,,,,4130010,,,,,,,,,,,,,,,"As much as I hate to part with Komako-chan's panties, I take\none last deep breath of their scent and move my nose to\nTenka-chan's panties." +170500 ,,,,,4130010,,,,,,,,,,,,,,,"While gazing at her cute belly button, I press my nose into\nthe open part of her pants." +170600 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Suuu~~~~... Haaa~~~~... +171900 ,,,,,4130010,,,,,,,,,,,,,,,"Ah, Tenka-chan... Tenka-chan's scent is filling me up!" +172100 ,,,,,4130010,,,,,,,,,,,,,,,"Tenka-chan's panties have a sweet, girly scent that smells\ndelicious." +172200 ,,,,,4130010,,,,,,,,,,,,,,,It's different from detergent or urine... it's Tenka-chan's\nbody scent... could it be her sexual scent? +172300 ,,,,,4130010,,,,,,,,,,,,,,,I wonder if she's about to start her period soon? +172400 ,,,,,4130010,,,,,,,,,,,,,,,I should prepare a trash can in my bathroom soon. +172800 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Suu~~~~... Haa~~~~... +172900 ,,,,,4130010,,,,,,,,,,,,,,,"After thoroughly enjoying myself, I take another look at the\nthree of them." +173200 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,"Let's learn lots of naughty things together with me, okay?" +173300 ,,,,,4130010,,,,,,,,,,,,,,,"Alright, since it's a special occasion, let's take a\ncommemorative photo." +173400 ,,,,,4130010,,,,,,,,,,,,,,,It's the day I decided to commit myself to these girls. +173500 ,,,,,4130010,,,,,,,,,,,,,,,"So, today, show me your breasts too..." +173600 ,,,,,4130010,,,,,,,,,,,,,,,"I slowly lift up their tops, revealing the bulges\nunderneath." +174900 ,,,,,4130020,,,,,,,,,,,,,,,"Then, the adorable breasts of the three girls come into\nview. All of their nipples are a lovely light pink." +175200 ,,,,,4130020,,,,,,,,,,,,,,,I swallow hard. +175300 ,,,,,4130020,,,,,,,,,,,,,,,I wonder what they would taste like if I sucked them? Milk\nflavor? Lemon flavor? +175400 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,I have to hold back today... +175500 ,,,,,4130020,,,,,,,,,,,,,,,"Suppressing the urge to suck on them, I open the camera app\non my smartphone and point the lens at the three sleeping\ngirls." +175900 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Keep showing me your breasts like that... +176000 ,,,,,4130020,,,,,,,,,,,,,,,"It's their first nude... no, their first breast photo shoot.\nI have to take cute pictures of them." +176100 ,,,,,4130020,,,,,,,,,,,,,,,"Feeling like a photographer at a model shoot, I point the\nlens and press the shutter." +176200 ,,,,,4130020,,,,,,,,,,,,,,,Click! +176300 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,...! +176500 ,,,,,4130020,,千恵,Chie,027_CB18_c_000.wav,"chie,private",,0,,,,,,,,Suu... fuu... +176600 ,,,,,4130020,,コマコ,Komako,027_CB18_k_000.wav,"komako,private",,0,,,,,,,,Nn... suu... +176700 ,,,,,4130020,,甜花,Tenka,027_CB18_t_000.wav,"tenka,private",,0,,,,,,,,Kuu... fuu... +176800 ,,,,,4130020,,,,,,,,,,,,,,,"The unexpectedly loud shutter sound made me tense up, but\nthe three of them continued to sleep soundly." +176900 ,,,,,4130020,,,,,,,,,,,,,,,Phew... +177000 ,,,,,4130020,,,,,,,,,,,,,,,"Regaining my composure, I cover the speaker part of the\nsmartphone with my hand to minimize the sound as I continue\ntaking pictures." +177100 ,,,,,4130020,,,,,,,,,,,,,,,Tenka-chan's budding breasts. Here we go. +177300 ,,,,,4130020,,,,,,,,,,,,,,,"Next is Chii-chan's almost non-existent, tiny breasts. I'll\ntake about three shots." +177400 ,,,,,4130020,,,,,,,,,,,,,,,"Nice, even if they're small and not developed, they look\nlike they'd feel great to touch with that smooth skin." +177500 ,,,,,4130020,,,,,,,,,,,,,,,"Komako-chan's breasts, which seem to be the largest among\nthe three. Snap from various angles." +177600 ,,,,,4130020,,,,,,,,,,,,,,,I'm looking forward to seeing how they develop in the\nfuture. But I really love Komako-chan's developing breasts\nright now too. +177700 ,,,,,4130020,,,,,,,,,,,,,,,Several images worthy of permanent preservation are stored\non my smartphone. +177800 ,,,,,4130020,,,,,,,,,,,,,,,"As much as I hate to, it's probably time to wrap this up." +178400 ,$event_return,,,,,,,,,,,,,,,,,,, +178600 ,,,,21,4130020,,,,,,,,,,,,,,,I put their clothes back on and returned to the storefront\nas if nothing had happened. +178800 ,,,7,21,,,千恵,Chie,027_CB18_c_001.wav,,,,"chie,private",,25,,,,,"I slept a lot! Hey, why didn't you wake us up?" +178900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"You all looked so comfortable sleeping, I felt bad waking\nyou up." +179000 ,,,,,,,,,,,,,chie,,25,,,,,"Chii-chan and the others woke up several minutes after I\nfinished my mischief. I felt a bit disappointed, thinking I\ncould have continued a bit longer..." +179100 ,,,,,,,甜花,Tenka,027_CB18_t_001.wav,,,,chie,,25,"tenka,privateB",,37,,"Chii, you have to work part-time, so you shouldn't be\nsleeping." +179200 ,,,,,,,,,,,,,chie,,25,tenka,,37,,Tenka-chan hits a sore spot. +179300 ,,,,,,,千恵,Chie,027_CB18_c_002.wav,,,,chie,,5,tenka,,37,,"Ugh. But, but, it was you who didn't wake us up, Uncle." +179400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,tenka,,37,,"It's fine, it's fine. It's nice to have a day like this once\nin a while. Besides, we hardly had any customers anyway." +179500 ,,,,,,,,,,,,,chie,,5,tenka,,37,,"That's true. While Chii-chan and the others were sleeping,\nthere were only a handful of customers." +179600 ,,,,,,,甜花,Tenka,027_CB18_t_002.wav,,,,chie,,5,tenka,,17,,"Uncle, you're spoiling Chii too much." +179700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,tenka,,17,,Uh. Really? +179800 ,,,,,,,,,,,,,chie,,5,tenka,,17,,Tenka-chan's sharp retort left me at a loss for words. +179900 ,,,,,,,甜花,Tenka,027_CB18_t_003.wav,,,,chie,,5,tenka,,37,,"Even though you're an adult, Uncle, I don't think that's\ngood." +180000 ,,,,,,,,,,,,,chie,,5,tenka,,37,,I got scolded. Being lectured by a cute girl isn't so bad. +180100 ,,,,,,,,,,,,,chie,,5,tenka,,37,,"Wait, no, no. I'm being scolded, so I should properly\napologize." +180200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,tenka,,37,,"You're right. Just like Tenka-chan said, I need to get it\ntogether." +180300 ,,,,,,,甜花,Tenka,027_CB18_t_004.wav,,,,chie,,5,tenka,,32,,As long as you understand... +180400 ,,,,,,,千恵,Chie,027_CB18_c_003.wav,,,,chie,,21,tenka,,32,,Wow. Tenka-chan is scolding Uncle! +180500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,tenka,,32,,"Haha, I got scolded." +181400 ,,,,,,,,,,,,,,,,,,,,"With a wry smile, I checked the clock and saw that it was\nalmost time for the three of them to head home. Really, they\nall slept well today." +181500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone, it's about time to go home." +181700 ,,,,,,,千恵,Chie,027_CB18_c_005.wav,,,,chie,,25,,,,,I slept too much and didn't get to play much! +181800 ,,,,,,,コマコ,Komako,027_CB18_k_002.wav,"komako,privateB",,21,chie,,25,,,,,Let's play a lot tomorrow. +181900 ,,,,,,,甜花,Tenka,027_CB18_t_007.wav,komako,,21,chie,,25,tenka,,0,,That's right. Just go to bed early today and play tomorrow. +182000 ,,,,,,,千恵,Chie,027_CB18_c_006.wav,komako,,21,chie,,0,tenka,,0,,"Tenka-chan, were you lonely because you couldn't play much\neither?" +182100 ,,,,,,,甜花,Tenka,027_CB18_t_008.wav,komako,,21,chie,,0,tenka,,33,,"Eh, no... I'm fine even if I can't play..." +182200 ,,,,,,,,,,komako,,21,chie,,0,tenka,,33,,"Even though she says that, she definitely had a face that\nwanted to play. Tenka-chan's expression when she can't be\nhonest is so cute, it makes you want to hug her." +182300 ,,,,,,,千恵,Chie,027_CB18_c_007.wav,,,,chie,,1,,,,,"See you, Uncle! I'll come again tomorrow!" +182400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Yeah, yeah. I'll be waiting." +182500 ,,,,,,,,,,,,,,,,,,,,"As the three of them were about to leave the shop, I\nremembered something important." +182600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, wait a moment." +182700 ,,,,,,,コマコ,Komako,027_CB18_k_003.wav,"komakoL,privateB",,3,,,,,,,,...? +182800 ,,,,,,,,,,komakoL,,3,,,,,,,,I beckoned Komako-chan over with a wave. +182900 ,,,,,,,,,,komakoL,,3,,,,,,,,"Then, leaning in close so Tenka-chan and Chie-chan couldn't\nhear, I said," +183000 ,,,,,,,主人公,Kiyoshi,,komakoL,,3,,,,,,,,"It's about time we start some serious studying for Chie-\nchan, don't you think? Can you come to my place tomorrow\nmorning?" +183100 ,,,,,,,コマコ,Komako,027_CB18_k_004.wav,komakoL,,23,,,,,,,,Tomorrow? +183200 ,,,,,,,主人公,Kiyoshi,,komakoL,,23,,,,,,,,"Yeah. If you come before everyone else, we can study just\nthe two of us, right?" +183300 ,,,,,,,,,,,,,,,,,,,,Komako-chan nodded once with a shy smile and quickly ran out\nof the shop. +183400 ,,,,11,,,主人公,Kiyoshi,,,,,,,,,,,,It's a promise then. See you tomorrow. +183500 ,,,,,,,コマコ,Komako,027_CB18_k_005.wav,komako,,0,,,,,,,,"Yeah. Bye-bye, Uncle." +183600 ,,,,,,,,,,,,,,,,,,,,"Waving her hand slightly, Komako-chan ran towards the two\nwho were waiting." +183700 ,,,,,,,,,,,,,,,,,,,,"Hehe. Tomorrow, I'll support Komako-chan's love and have fun\nwith this and that." +183800 ,,,,,,,,,,,,,,,,,,,,"Today, while I was playing pranks on the three sleeping\ngirls, I realized something." +183900 ,,,,,,,,,,,,,,,,,,,,"That is, time is limited." +184000 ,,,,,,,,,,,,,,,,,,,,"Even though summer vacation is long, it will eventually end.\nWhen that happens, the chances to play pranks on the three\nof them will definitely decrease compared to now." +184100 ,,,,,,,,,,,,,,,,,,,,"So, I've decided to actively do naughty things with those\ngirls from now on." +184200 ,,,,,,,,,,,,,,,,,,,,The orange sunset shines as if cheering me on. +184300 ,,,,,,,,,,,,,,,,,,,,"Alright. First, I need to plan what kind of naughty studying\nI'll do with Komako-chan tomorrow." +184400 ,,,,,,,,,,,,,,,,,,,,My heart and crotch swell with anticipation. +184500 ,,,0,9000,,,,,,,,,,,,,,,, +184700 ,@028_CB19,,,,,,,,,,,,,,,,,,, +184900 ,,,,,,,,,,,,,,,,,,,, +185000 ,,,3,11,,,,,,,,,,,,,,,,"Today, another scorching midsummer day has begun." +185100 ,,,,,,,,,,,,,,,,,,,,"The temperature is quite high from the morning, and\naccording to the weather forecast, it seems it will exceed\n30 degrees during the day." +185200 ,,,,,,,,,,,,,,,,,,,,"The weather forecast says ""the hottest midsummer day ever""\nevery year, but is that really true? Aren't they breaking\nrecords too often?" +185300 ,,,,,,,,,,,,,,,,,,,,"By the way, I started the day fresh after jerking off three\ntimes upon waking up, and there's a reason for that." +185400 ,,,,,,,,,,,,,,,,,,,,It's because of today's promise with Komako- chan. +185500 ,,,,,,,,,,,,,,,,,,,,"Under the pretext of helping Komako-chan with her feelings\nfor Chii-chan, I have a plan to do this and that with her." +185600 ,,,,,,,,,,,,,,,,,,,,Komako-chan is advanced enough to masturbate with that.\nThinking about what kind of appearance she'll show today got\nme aroused from the morning. +185700 ,,"",,,,,,,,,,,,,,,,,,"Well, it's almost time for my promise with Komako-chan." +185800 ,,,,,,,,,,,,,,,,,,,,We decided to have a secret study session starting two hours\nbefore Chii-chan and the others arrive. +185900 ,,,,,,,コマコ,Komako,028_CB19_k_000.wav,"komako,privateC",,0,,,,,,,,Uncle... good morning... +186000 ,,,,,,,,,,komako,,0,,,,,,,,Komako-chan quietly entered the shop and timidly greeted me. +186100 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Good morning, Komako-chan. I've been waiting for you. Shall\nwe start studying right away?" +186200 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Or, since it seems hot, do you want to cool down a bit\nfirst?" +186300 ,,,,,,,,,,komako,,0,,,,,,,,"Komako-chan, who entered the shop, was sweating on her neck\nand face." +186400 ,,,,,,,コマコ,Komako,028_CB19_k_001.wav,komako,,7,,,,,,,,No. It's fine. Let's study. +186500 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,Got it. Then come on up. +186600 ,,,,,,,,,,komako,,7,,,,,,,,I invited Komako-chan into the back room of the shop. +186700 ,,,,31,,,コマコ,Komako,028_CB19_k_002.wav,komako,,27,,,,,,,,Excuse me. +186800 ,,,,,,,,,,komako,,27,,,,,,,,Her little steps are adorable. She's like a mascot\ncharacter. +186900 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,"Komako-chan, today I'll be your teacher." +187000 ,,,,,,,,,,komako,,27,,,,,,,,"I started talking to Komako-chan, who was sitting quietly in\nthe room." +187100 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Today, I thought we could study something called 'ecchi'\ntogether." +187200 ,,,,,,,コマコ,Komako,028_CB19_k_003.wav,komako,,3,,,,,,,,Ecchi? +187300 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"Do you know what people do when they do ecchi, Komako-chan?" +187400 ,,,,,,,,,,komako,,3,,,,,,,,Komako-chan silently shook her head. +187500 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"Once you understand how to do ecchi, you can feel good with\nChii-chan and become even closer." +187600 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"You want to learn about ecchi, right?" +187700 ,,,,,,,コマコ,Komako,028_CB19_k_004.wav,komako,,26,,,,,,,,"I do... I want to get closer to Chii-chan... Uncle, please\nteach me." +187800 ,,,,,,,,,,komako,,26,,,,,,,,"She looked at me with pleading eyes, making me feel faint." +187900 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,Alright. Then let's watch an ecchi video together with\nUncle. +188000 ,,,,,,,,,,komako,,26,,,,,,,,I set up my favorite AV that I've relied on for years in the\ndeck. +188100 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,"Komako-chan, come sit on Uncle's lap. It's the best view\nfrom here." +188200 ,,,,,,,,,,komako,,26,,,,,,,,"I beckoned her to my lap," +188300 ,,,,,,,コマコ,Komako,028_CB19_k_005.wav,komako,,13,,,,,,,,"No, it's fine. I'll watch from here." +188400 ,,,,,,,,,,komako,,13,,,,,,,,She's being distant. +188500 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"It's okay, it's okay. If you study on Uncle's lap, your love\nwill come true." +188600 ,,,,,,,コマコ,Komako,028_CB19_k_006.wav,komako,,27,,,,,,,,That's a lie. +188700 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,"You won't know until you try, right?" +188800 ,,,,,,,コマコ,Komako,028_CB19_k_007.wav,komako,,11,,,,,,,,Kyaa! What are you doing! +189000 ,,,9,,2120000,,,,,,,,,,,,,,, +189100 ,*mem,,,,2120000,,,,,,,,,,,,,,, +189200 ,,,9,,2120000,,,,,,,,,,,,,,,I lifted the stubborn Komako-chan and placed her on my\ncrossed legs... positioning her crotch right over my dick. +189300 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"From here, it's easier for Uncle to explain about ecchi\nthings. Right?" +189400 ,,,,,2120000,,コマコ,Komako,028_CB19_k_008.wav,komako,,0,,,,,,,,Muu... +189500 ,,,,,2120000,,,,,,,,,,,,,,,"Though she looked unconvinced, Komako-chan didn't try to\nescape from my lap. She must have given in to my insistence." +189600 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's play it." +189700 ,,,,,2120000,,,,,,,,,,,,,,,I operated the remote and started the AV. +189800 ,,,,,2120000,,,,,,,,,,,,,,,"By the way, this AV's genre is lovey-dovey ecchi. I don't\ndislike rape themes, but for a first-time viewer, it's\nbetter to start with normal sex." +189900 ,,,,,2120000,,,,,,,,,,,,,,,"Since it's not interesting until the man and woman start\ninteracting, I fast-forwarded to the part where they were\ndeep kissing." +190000 ,,,,,2120000,,コマコ,Komako,028_CB19_k_009.wav,komako,,0,,,,,,,,They're kissing. +190100 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,That's right. But that's not an ordinary kiss. +190200 ,,,,,2120000,,コマコ,Komako,028_CB19_k_010.wav,komako,,0,,,,,,,,How so? +190300 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"A normal kiss is just pressing lips together, right? That\nkiss involves their tongues. Look closely." +190400 ,,,,,2120000,,コマコ,Komako,028_CB19_k_011.wav,komako,,0,,,,,,,,With their tongues... they're kissing... +190500 ,,,,,2120000,,,,,,,,,,,,,,,"On the TV, the man and woman continued a kiss that seemed to\ndevour each other's tongues." +190600 ,,,,,2120000,,,,,,,,,,,,,,,Komako-chan watched with great interest. +190700 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you should try it with Chii- chan too. I think\nkissing with your tongue feels good." +190800 ,,,,,2120000,,コマコ,Komako,028_CB19_k_012.wav,komako,,0,,,,,,,,"Eh, but... Chii-chan might say it's dirty..." +190900 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,That's why you have to show Komako-chan that it's not dirty. +191000 ,,,,,2120000,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Since Komako-chan knows more, you should take the lead." +191100 ,,,,,2120000,,コマコ,Komako,028_CB19_k_014.wav,komako,,0,,,,,,,,Yeah... Ah! +191200 ,,,,,2120000,,,,,,,,,,,,,,,"The couple, having finished their kiss, moved on to\ncaressing the woman." +191300 ,,,,,2120000,,,,,,,,,,,,,,,"The man ran his tongue along her neck, her ear, her\ncollarbone, and finally reached her chest." +191400 ,,,,,2120000,,,,,,,,,,,,,,,"As he kneaded her breasts and sucked on one of her nipples,\nthe woman let out small gasps." +191500 ,,,,,2120000,,コマコ,Komako,028_CB19_k_015.wav,komako,,0,,,,,,,,They're kissing a lot and licking her breasts a lot... +191600 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"When a girl's breasts are licked or touched, it feels good\nfor her. Komako-chan knows that too, right?" +191700 ,,,,,2120000,,コマコ,Komako,028_CB19_k_016.wav,komako,,0,,,,,,,,Yeah... +191800 ,,,,,2120000,,,,,,,,,,,,,,,"Seemingly more interested, Komako-chan was glued to the\nscene on the TV." +191900 ,,,,,2120000,,,,,,,,,,,,,,,"After the attention to her chest, the man positioned himself\nto bury his face in the woman's crotch." +192000 ,,,,,2120000,,,,,,,,,,,,,,,The sound of wet licking and the woman's moans could be\nheard from the TV. +192200 ,,,,,2120010,,コマコ,Komako,028_CB19_k_017.wav,komako,,0,,,,,,,,He's licking the girl's crotch! +192300 ,,,,,2120010,,,,,,,,,,,,,,,"Komako-chan seemed to be getting excited, her cheeks\nslightly flushed." +192400 ,,,,,2120010,,,,,,,,,,,,,,,"As for me, being alone with Komako-chan and studying this,\nmy crotch was painfully erect." +192500 ,,,,,2120010,,,,,,,,,,,,,,,"However, Komako-chan didn't notice my erection. She seemed\ncompletely focused on the AV." +192600 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"Just like with breasts, being licked there feels good too.\nSince Komako-chan touches herself, you already know that,\nright?" +192700 ,,,,,2120010,,コマコ,Komako,028_CB19_k_018.wav,komako,,0,,,,,,,,But I always just use my hand... Does it feel good to be\nlicked? +192800 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. It feels better than using your hand. So, Komako-chan\nshould do it for Chii-chan too." +192900 ,,,,,2120010,,コマコ,Komako,028_CB19_k_019.wav,komako,,0,,,,,,,,Chii-chan's crotch... hau. +193000 ,,,,,2120010,,,,,,,,,,,,,,,"Imagining it made her embarrassed, and Komako-chan let out a\ncute sound and fell silent." +193100 ,,,,,2120010,,,,,,,,,,,,,,,"Still, her gaze remained fixed on the TV." +193200 ,,,,,2120010,,,,,,,,,,,,,,,"The foreplay ended, and it was finally time for the main\nevent. Although it was obscured by a mosaic, the erect penis\nwas positioned at the woman's crotch." +193300 ,,,,,2120010,,,,,,,,,,,,,,,"The man was on top of the woman lying on her back on the\nbed. In the so-called missionary position, the mosaic-\ncovered cock was being inserted into the mosaic-covered\npussy." +193400 ,,,,,2120010,,コマコ,Komako,028_CB19_k_020.wav,komako,,0,,,,,,,,"Ah, ah... This is what my dad and mom were doing..." +193500 ,,,,,2120010,,,,,,,,,,,,,,,A shocking statement from Komako-chan. +193600 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, have you seen it before?" +193700 ,,,,,2120010,,コマコ,Komako,028_CB19_k_021.wav,komako,,0,,,,,,,,"Yeah. My mom looked like she was in pain, and my dad's thing\nwas going into her crotch..." +193800 ,,,,,2120010,,,,,,,,,,,,,,,"I felt a little sympathy for Komako-chan's parents, having\ntheir daughter witness them having sex." +193900 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,Do you know why the thing is inserted into the crotch? +194000 ,,,,,2120010,,コマコ,Komako,028_CB19_k_022.wav,komako,,0,,,,,,,,...? Why? +194100 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,Because rubbing the inside with it feels really good. +194200 ,,,,,2120010,,コマコ,Komako,028_CB19_k_023.wav,komako,,0,,,,,,,,I see. But neither I nor Chii-chan have one of those. +194300 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"That's right. This is a video of a boy and a girl having\nsex. So, let's watch a video of girls together." +194400 ,,,,,2120010,,,,,,,,,,,,,,,I switched the DVD to another AV for Komako- chan. This time\nit was a lesbian strap-on sex video. +194500 ,,,,,2120010,,,,,,,,,,,,,,,I fast-forwarded to the insertion scene and showed it to\nKomako-chan. +194600 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"When it's between girls, you can do it like this. Instead of\na thing, you can use a toy to have sex in the same way." +194700 ,,,,,2120020,,コマコ,Komako,028_CB19_k_024.wav,komako,,0,,,,,,,,Wow... amazing... It's like even girls have one of those\nthings. +194900 ,,,,,2120020,,,,,,,,,,,,,,,"Since it was about girls together, Komako- chan seemed more\ninterested than in the AV she watched earlier." +195000 ,,,,,2120020,,,,,,,,,,,,,,,"Her gaze remained on the TV, but she was lightly swaying her\nbody, perhaps influenced by the AV." +195100 ,,,,,2120020,,,,,,,,,,,,,,,"I see, Komako-chan wants to be the one doing the teasing." +195200 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"If Komako-chan plays the boy's role, you can make Chii-chan\nfeel really good." +195300 ,,,,,2120020,,コマコ,Komako,028_CB19_k_025.wav,komako,,0,,,,,,,,Yeah... I want to make Chii-chan feel good. +195400 ,,,,,2120020,,,,,,,,,,,,,,,"Swaying on my lap, Komako-chan said while moving her body." +195500 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Then, let's watch the woman playing the boy's role closely.\nIf you imitate her, Komako-chan can make Chii-chan feel good\ntoo." +195600 ,,,,,2120020,,コマコ,Komako,028_CB19_k_026.wav,komako,,0,,,,,,,,Got it... mmm... +195700 ,,,,,2120020,,,,,,,,,,,,,,,"A soft moan escaped her lips. Looking down, I saw that\nKomako-chan's panties were soaked with her juices, even\nwetting my pants." +195800 ,,,,,2120020,,,,,,,,,,,,,,,I never expected Komako-chan to become so eager to learn\nabout these naughty things. Last night's planning was worth\nit. +195900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_027.wav,komako,,0,,,,,,,,Uncle... +196000 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,What is it? +196100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_028.wav,komako,,0,,,,,,,,Sex is amazing... I really want to do it with Chii-chan\nsoon... +196200 ,,,,,2120020,,,,,,,,,,,,,,,Komako-chan's flushed cheeks looked incredibly seductive. +196300 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. But I don't think Chii-chan knows anything about sex,\nso Komako-chan needs to study hard with Uncle." +196400 ,,,,,2120020,,コマコ,Komako,028_CB19_k_029.wav,komako,,0,,,,,,,,I'll work hard on my studies so I can teach Chii-chan. +196500 ,,,,,2120020,,,,,,,,,,,,,,,"Panting softly, Komako-chan stared intently at the TV." +196600 ,,,,,2120020,,,,,,,,,,,,,,,"Eventually, the woman being teased let out a loud moan and\nreached her climax." +196700 ,,,,,2120020,,コマコ,Komako,028_CB19_k_030.wav,komako,,0,,,,,,,,What just happened? +196800 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,She was rubbed deep inside and came. It means she felt\nreally good. +196900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_031.wav,komako,,0,,,,,,,,Hmm... +197000 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"The sex scene is over, but how did you feel watching it on\nvideo like this?" +197100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_032.wav,komako,,0,,,,,,,,I also... started wanting to have sex with Chii-chan... I\nwant to do it with Chii-chan and feel good together. +197200 ,,,,,2120020,,,,,,,,,,,,,,,"Even though the AV scene had ended, Komako- chan continued\nto sway her body." +197300 ,,,,,2120020,,,,,,,,,,,,,,,It seemed like Komako-chan's body was craving more erotic\nknowledge. +197400 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"This video is over, but I have others. Want to watch them?" +197500 ,,,,,2120020,,コマコ,Komako,028_CB19_k_033.wav,komako,,0,,,,,,,,Yeah. I want to see more. Show me more erotic videos. +197600 ,,,,,2120020,,,,,,,,,,,,,,,"Mixed-gender scenes aren't beneficial for Komako-chan. So, I\ndecided to show her the gems from my collection of lesbian\nAVs." +197700 ,,,,,2120020,,,,,,,,,,,,,,,"I'm glad I got into lesbian AVs for a while. Now I can have\na fun viewing session with Komako-chan, so I thank my past\nself." +197800 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Inserting the penis is important, but what comes before is\nimportant too, so let's watch from the beginning." +197900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_034.wav,komako,,0,,,,,,,,Why? +198000 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, doesn't it hurt if you're not wet when you\ntouch your crotch?" +198100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_035.wav,komako,,0,,,,,,,,Yeah... it might hurt a little... +198200 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,That's why you need to make sure your crotch is well-\nlubricated first. +198300 ,,,,,2120020,,コマコ,Komako,028_CB19_k_036.wav,komako,,0,,,,,,,,I see... +198400 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Once your crotch is wet, it means it's okay to insert the\npenis." +198500 ,,,,,2120020,,,,,,,,,,,,,,,"We decided to watch the AV currently playing from the\nbeginning, focusing on the foreplay." +198600 ,,,,,2120020,,,,,,,,,,,,,,,"What they're doing isn't much different from the mixed-\ngender AV we watched first. However, for Komako-chan, girl-\non-girl scenes are more relatable to her and Chii-chan, so\nshe must be happy." +198700 ,,,,,2120020,,,,,,,,,,,,,,,"On the screen, an exchange of breast-licking foreplay has\nbegun." +198800 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Look closely here. The tongue is going back and forth over\nthe nipple repeatedly, right? Komako-chan, remember this\nwell." +198900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_037.wav,komako,,0,,,,,,,,Yeah. I'll lick Chii-chan's breasts... +199000 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"If Komako-chan can make Chii-chan feel really good, I think\nChii-chan will lick you too." +199100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_038.wav,komako,,0,,,,,,,,Really? +199200 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Of course. When someone makes you feel good, you want to\nreturn the favor, right?" +199300 ,,,,,2120020,,コマコ,Komako,028_CB19_k_039.wav,komako,,0,,,,,,,,I think so. If Chii-chan made me feel good... I would want\nto make Chii-chan feel good too. +199400 ,,,,,2120020,,,,,,,,,,,,,,,"Chii-chan, still swaying her body, now gently caressed the\ntip of her own breast with one hand." +199500 ,,,,,2120020,,,,,,,,,,,,,,,Seeing such actions must make her ache. She does that even\nwhen she's alone... +199600 ,,,,,2120020,,,,,,,,,,,,,,,I focused my attention more on Komako-chan than on the TV. +199700 ,,,,,2120020,,,,,,,,,,,,,,,Komako-chan's unconscious actions to comfort herself were\nirresistibly erotic. +199800 ,,,,,2120020,,,,,,,,,,,,,,,"When I glanced down, it seemed like the stain on my pants\nhad grown larger." +199900 ,,,,,2120020,,,,,,,,,,,,,,,"Then, the scene shifted to a toy fellatio scene." +200000 ,,,,,2120020,,コマコ,Komako,028_CB19_k_040.wav,komako,,0,,,,,,,,"Wow, she's licking that toy penis." +200100 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,That's called a blowjob. She's licking the penis to make it\nfeel good. +200200 ,,,,,2120020,,,,,,,,,,,,,,,"It seemed like it was Komako-chan's first time seeing a\nblowjob, and she leaned forward with interest." +200300 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"If you're that curious, you can try licking mine?" +200400 ,,,,,2120020,,コマコ,Komako,028_CB19_k_041.wav,komako,,0,,,,,,,,No way. I'd only do it if it were Chii- chan's. +200500 ,,,,,2120020,,,,,,,,,,,,,,,I was a bit saddened by her straightforward rejection.\nKomako-chan is truly devoted to Chii-chan. +200600 ,,,,,2120020,,,,,,,,,,,,,,,That's why it's exciting to get close to such a devoted\nKomako-chan and do naughty things. +200700 ,,,,,2120020,,,,,,,,,,,,,,,I want to see a pure-hearted girl fall by my hands. +200800 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Haha... just an old man's joke. Besides, if Komako-chan is\nplaying the boy's role, you'd be the one getting licked." +200900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_042.wav,komako,,0,,,,,,,,Chii-chan licking a toy penis... +201000 ,,,,,2120020,,,,,,,,,,,,,,,"She seems to be imagining the scene of being licked. I think\nKomako-chan's breathing has become heavier. It's not just my\nimagination, right?" +201100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_043.wav,komako,,0,,,,,,,,"But uncle, I don't think a toy penis would feel good being\nlicked." +201200 ,,,,,2120020,,,,,,,,,,,,,,,"A valid question. A strap-on isn't the same as a real penis,\nwhich is part of the body." +201300 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,That's right. A toy penis might not feel good being\nlicked... but think about it. +201400 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"If Chii-chan licked the toy penis that Komako-chan was\nwearing, wouldn't that make you really happy?" +201500 ,,,,,2120020,,コマコ,Komako,028_CB19_k_044.wav,komako,,0,,,,,,,,"Hmm, would it?" +201600 ,,,,,2120020,,,,,,,,,,,,,,,"Komako-chan tilts her head, not quite able to imagine it." +201700 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Then, let's think about it the other way around. If Chii-\nchan had a penis and asked you to lick it, what would you\ndo?" +201800 ,,,,,2120020,,コマコ,Komako,028_CB19_k_045.wav,komako,,0,,,,,,,,In that case... I would lick it. +201900 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,That's what I mean. You want to lick the penis of someone\nyou like. +202000 ,,,,,2120020,,,,,,,,,,,,,,,"Well, no matter what, I would never want to give a blowjob.\nBut I'd lick a cute pussy as much as I want." +202100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_046.wav,komako,,0,,,,,,,,"I see. A blowjob, huh..." +202200 ,,,,,2120020,,,,,,,,,,,,,,,"On the screen, a thick blowjob scene with saliva mixing is\nplaying." +202300 ,,,,,2120020,,,,,,,,,,,,,,,"Komako-chan watches it with sparkling eyes, as if observing\na rare animal at the zoo." +202400 ,,,,,2120020,,,,,,,,,,,,,,,"In the depths of those eyes, she might be fantasizing about\nhaving sex with Chii-chan. Someday, we might see Chii-chan\nand Komako- chan's intimate moments." +202500 ,,,,,2120020,,,,,,,,,,,,,,,"No, not might. Let's make sure we see it." +202600 ,,,,,2120020,,,,,,,,,,,,,,,"The study session is partly about teasing Komako-chan, but\nat this point, I also want to see the lesbian sex between\ntwo beautiful girls!" +202700 ,,,,,2120020,,,,,,,,,,,,,,,"If that happens, Komako-chan will be happy too, and it would\nbe a true Win-Win situation. Though personally, I'd prefer a\nTin-Man relationship." +202800 ,,,,,2120020,,,,,,,,,,,,,,,"Returning my attention to the AV, the blowjob had ended and\nthey were moving to insertion. This time, the position was\nfrom behind." +202900 ,,,,,2120020,,,,,,,,,,,,,,,"The previous lesbian sex was in the missionary position, so\nthis is definitely educational for sex." +203000 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Inserting the penis into the crotch is the same, but did you\nnotice how their positions are different from before?" +203100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_047.wav,komako,,0,,,,,,,,"Yeah... before, it was on the bed with the person lying\ndown, but now they're doing it standing up." +203200 ,,,,,2120020,,,,,,,,,,,,,,,"Watching the standing back position, Komako- chan is swaying\nher hips back and forth again." +203300 ,,,,,2120020,,,,,,,,,,,,,,,"Maybe she's gotten used to playing the role of the boy.\nShe's mimicking the movements on the TV, stroking her hips." +203400 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"You can have sex in all sorts of positions. From the front,\nfrom the back, or even sitting down." +203500 ,,,,,2120020,,コマコ,Komako,028_CB19_k_048.wav,komako,,0,,,,,,,,Is it okay to do it in any position? +203600 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,You can do it however you like. It's the freedom of the two\npeople having sex. +203700 ,,,,,2120020,,コマコ,Komako,028_CB19_k_049.wav,komako,,0,,,,,,,,I see... +203800 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"What position would you like to try, Komako- chan?" +203900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_050.wav,komako,,0,,,,,,,,"I think I'd like to do it like in the video we just watched,\nhugging and inserting the penis." +204000 ,,,,,2120020,,,,,,,,,,,,,,,"Komako-chan, with a dreamy expression, looks as if she's had\na drink." +204100 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,I see. Komako-chan likes the missionary position. +204200 ,,,,,2120020,,コマコ,Komako,028_CB19_k_051.wav,komako,,0,,,,,,,,Missionary... ? I don't really get it. Do I have to remember\nthat too? +204300 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"No, it's fine. You don't need to remember the names as long\nas you know how to do it." +204400 ,,,,,2120020,,,,,,,,,,,,,,,"I see, I see. It seems Komako-chan likes the missionary\nposition. You can be close to your partner from the front,\nand if I were to have sex with Komako-chan, I'd definitely\nwant to do it in the missionary position." +204500 ,,,,,2120020,,,,,,,,,,,,,,,Just imagining Komako-chan accepting a penis from the front\nand looking pleased makes me think I'll need several\ntissues. +204600 ,,,,,2120020,,,,,,,,,,,,,,,"Of course, even without imagining it, I'm already erect!" +204700 ,,,,,2120020,,コマコ,Komako,028_CB19_k_052.wav,komako,,0,,,,,,,,"Mister, it's over?" +204800 ,,,,,2120020,,,,,,,,,,,,,,,"Komako-chan doesn't realize she's wetting her crotch at all.\nWhile I was feeling affectionate towards her swaying body,\nthe scene on the TV had ended." +204900 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,It's over. What should we do? Do you want to watch another\none? +205000 ,,,,,2120020,,,,,,,,,,,,,,,"My AV collection, which I've been gathering for years, is\nenough to watch from morning till night without any problem." +205100 ,,,,,2120020,,,,,,,,,,,,,,,We could easily pass the time until Chii-chan and Tenka-chan\narrive. +205200 ,,,,,2120020,,コマコ,Komako,028_CB19_k_053.wav,komako,,0,,,,,,,,Hmm... what should I do... +205300 ,,,,,2120020,,,,,,,,,,,,,,,"Komako-chan seems unsatisfied, wiggling her hips restlessly." +205400 ,,,,,2120020,,,,,,,,,,,,,,,It looks like she got quite excited while watching the AV.\nHer body seems to be aching with frustration. +205500 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, it seems like you've learned a lot about\nnaughty things, so maybe we should stop watching videos for\nnow." +205600 ,,,,,2120020,,コマコ,Komako,028_CB19_k_054.wav,komako,,0,,,,,,,,...Okay. +205700 ,,,,,2120020,,,,,,,,,,,,,,,"As expected, she responds with a sense of dissatisfaction.\nIt seems Komako-chan hasn't realized the true nature of her\nfeelings." +205800 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"You must have been really excited. Komako- chan, look at my\npants." +205900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_055.wav,komako,,0,,,,,,,,Eh... ah! +206000 ,,,,,2120020,,,,,,,,,,,,,,,Only when prompted does Komako-chan realize that she's\nstained my pants with her love juices. +206100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_056.wav,komako,,0,,,,,,,,"Eh, ah, I... I didn't realize I was like this..." +206200 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,You were so focused on your naughty studies that you didn't\nnotice. I was surprised too. +206300 ,,,,,2120020,,コマコ,Komako,028_CB19_k_057.wav,komako,,0,,,,,,,,"Ahh, I'm sorry, mister... Your pants got dirty..." +206400 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,It's okay. Don't worry about it. I'm the one who asked you\nto sit on my lap. +206500 ,,,,,2120020,,,,,,,,,,,,,,,"I didn't expect Komako-chan to get so wet, though." +206600 ,,,,,2120020,,,,,,,,,,,,,,,"Before this stain on my pants dries, I need to lick it and\ntaste Komako-chan." +206800 ,,,3,31,,,コマコ,Komako,028_CB19_k_058.wav,"komakoL,privateC",,22,,,,,,,,I can't believe... I'm like this... Ugh... Mmm... +206900 ,,,,,,,,,,komakoL,,22,,,,,,,,Komako-chan gets off my lap and looks down in embarrassment. +207000 ,,,,,,,,,,komakoL,,22,,,,,,,,She's so embarrassed about unknowingly wetting her crotch\nwith her love juices. +207100 ,,,,,,,,,,komakoL,,22,,,,,,,,"Oh dear. Mister, if you make that face, I'll want to devour\nKomako-chan right away." +207200 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"Hey, Komako-chan. Just watching isn't enough to say you've\nlearned. How about practicing the role of a boy?" +207300 ,,,,,,,,,,komakoL,,22,,,,,,,,I hide my ulterior motives and gently talk to Komako-chan. +207400 ,,,,,,,,,,komakoL,,22,,,,,,,,"Watching Komako-chan looking embarrassed is nice, but if I\nkeep watching, I might go crazy." +207500 ,,,,,,,コマコ,Komako,028_CB19_k_059.wav,komakoL,,4,,,,,,,,Practice? How do I practice? +207600 ,,,,,,,,,,komakoL,,4,,,,,,,,"Komako-chan took the bait. It seems like she's really\nfrustrated. Don't worry, I'll satisfy that desire for you." +207700 ,,,,,,,主人公,Kiyoshi,,komakoL,,4,,,,,,,,"Think of me as Chi-chan, and try hugging and moving your\nhips." +207800 ,,,,,,,,,,komakoL,,4,,,,,,,,"This way, Komako-chan can practice sex, and I can enjoy her\ngrinding. It's a win-win situation." +207900 ,,,,,,,コマコ,Komako,028_CB19_k_060.wav,komakoL,,29,,,,,,,,But you're not Chi-chan... +208000 ,,,,,,,,,,komakoL,,29,,,,,,,,"She makes a blatantly displeased face. Yeah, well... I\nexpected that from her previous reactions. But can I give up\nso easily?" +208100 ,,,,,,,,,,komakoL,,29,,,,,,,,"If Komako-chan's grinding is waiting for me! Even through\nfire, water, or inside her pussy! Whether spears rain down\nor she squirts, it doesn't matter!" +208200 ,,,,,,,主人公,Kiyoshi,,komakoL,,29,,,,,,,,Then how will you practice? Do you think you can suddenly\nhave sex with Chi-chan? +208300 ,,,,,,,コマコ,Komako,028_CB19_k_061.wav,komakoL,,13,,,,,,,,I won't know unless I try... +208400 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"If you fail, Chi-chan might end up disliking you, you know?" +208500 ,,,,,,,コマコ,Komako,028_CB19_k_062.wav,komakoL,,30,,,,,,,,Hmm... I don't want to be disliked... I absolutely don't\nwant Chi-chan to dislike me. +208600 ,,,,,,,主人公,Kiyoshi,,komakoL,,30,,,,,,,,"Then, why not settle for me? I'm saying this because I want\nto support your love, Komako- chan." +208700 ,,,,,,,コマコ,Komako,028_CB19_k_063.wav,komakoL,,13,,,,,,,,"But, but... I don't want to have sex unless it's with Chi-\nchan..." +208800 ,,,,,,,,,,komakoL,,13,,,,,,,,Komako-chan's defenses were stronger than I thought. I guess\nthis is impossible. +208900 ,,,,,,,,,,komakoL,,13,,,,,,,,"If I push too hard, she might stop studying with me. That\nwould be a problem." +209000 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,I understand. Then how about if it's not me? +209100 ,,,,,,,コマコ,Komako,028_CB19_k_064.wav,komakoL,,36,,,,,,,,"Even if it's not you... if it's not Chi- chan, no." +209200 ,,,,,,,,,,,,,,,,,,,,The guard of a girl in love is high. But I had a secret\nplan. +209300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, I understand that. Just wait a moment." +209400 ,,,,,,,,,,,,,,,,,,,,I opened the closet to look for a certain item. I was sure I\nhad stored it here. +209500 ,,,,,,,,,,,,,,,,,,,,"Before long, I found what I was looking for." +209600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ta-da! Komako-chan, let's practice with this!" +209700 ,,,,,,,コマコ,Komako,028_CB19_k_065.wav,komakoL,,3,,,,,,,,What is it? A big cushion with a girl's picture on it? +209800 ,,,,,,,,,,komakoL,,3,,,,,,,,Komako-chan looked curiously at the long item I brought. +209900 ,,,,,,,主人公,Kiyoshi,,komakoL,,3,,,,,,,,This is a body pillow. +210000 ,,,,,,,,,,komakoL,,3,,,,,,,,"Yes, what I brought was a body pillow with a cute girl\ncharacter drawn on it." +210100 ,,,,,,,,,,komakoL,,3,,,,,,,,"It came as a bonus when I bought an erotic game before, but\nI had trouble finding a place for it." +210200 ,,,,,,,コマコ,Komako,028_CB19_k_066.wav,komakoL,,23,,,,,,,,"Uncle, do you sleep with such a big pillow?" +210300 ,,,,,,,主人公,Kiyoshi,,komakoL,,23,,,,,,,,"This is a body pillow, so it's different from a pillow you\nrest your head on." +210400 ,,,,,,,コマコ,Komako,028_CB19_k_067.wav,komakoL,,23,,,,,,,,Hmm. It's much bigger than the pillow I use. +210500 ,,,,,,,,,,komakoL,,23,,,,,,,,"She doesn't seem to quite understand what a body pillow is,\nbut oh well." +210600 ,,,,,,,主人公,Kiyoshi,,komakoL,,23,,,,,,,,I thought maybe you could practice using this body pillow. +210700 ,,,,,,,,,,komakoL,,23,,,,,,,,"Komako-chan stared intently at the body pillow I was\nholding, as if evaluating it." +210800 ,,,,,,,コマコ,Komako,028_CB19_k_068.wav,komakoL,,22,,,,,,,,This girl looks a bit like Chi-chan... +210900 ,,,,,,,,,,komakoL,,22,,,,,,,,"I thought so too, just a little. That's why I remembered\nthis body pillow." +211000 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"Could you practice playing the boy's role, thinking of this\nbody pillow as Chi-chan?" +211100 ,,,,,,,コマコ,Komako,028_CB19_k_069.wav,komakoL,,16,,,,,,,,...Hmm. +211200 ,,,,,,,,,,komakoL,,16,,,,,,,,"Komako-chan hummed as if thinking for a moment, then looked\nback at me." +211300 ,,,,,,,コマコ,Komako,028_CB19_k_070.wav,komakoL,,13,,,,,,,,Uncle... are you going to watch me practice too...? +211400 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"Yes. Otherwise, I can't correct you if you make a mistake." +211500 ,,,,,,,コマコ,Komako,028_CB19_k_071.wav,komakoL,,11,,,,,,,,Ugh... okay... I'll try practicing then... +211600 ,,,,,,,,,,komakoL,,11,,,,,,,,"It seems like this body pillow is okay. It's a shame she\nwon't hug me, but this could be fun in its own way." +211700 ,,,,,,,,,,komakoL,,11,,,,,,,,My dick is getting hard in anticipation of Komako-chan's\nlewd behavior. +211800 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,"Alright, Komako-chan, I'll lend this to you." +211900 ,,,,,,,,,,komakoL,,11,,,,,,,,"Komako-chan took the body pillow from me and hugged it\ntightly, looking anxious." +212000 ,,,,,,,コマコ,Komako,028_CB19_k_072.wav,komakoL,,22,,,,,,,,"Um, when you have sex... you insert the penis..." +212100 ,,,,,,,,,,komakoL,,22,,,,,,,,Komako-chan placed the body pillow on the floor and slowly\nleaned over it. +212200 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"Stop. Komako-chan, when you insert the penis, you're not\nwearing panties, right?" +212300 ,,,,,,,コマコ,Komako,028_CB19_k_073.wav,komakoL,,31,,,,,,,,"Hmm... but this is just practice, right?" +212400 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,"Practice has to be in the same state as the real thing, or\nit won't be effective. Unfortunately, we don't have a toy\npenis right now." +212500 ,,,,,,,コマコ,Komako,028_CB19_k_074.wav,komakoL,,11,,,,,,,,"Hmm... I just have to take them off, right... ugh..." +212600 ,,,,,,,,,,komakoL,,11,,,,,,,,"Despite her embarrassment, Komako-chan took off her panties.\nAfter placing them aside, she hugged the pillow in a\nmissionary position." +212800 ,,,9,,2121000,,コマコ,Komako,028_CB19_k_075.wav,komako,,0,,,,,,,,Like this... um... +212900 ,,,,,2121000,,,,,,,,,,,,,,,"Recalling the video she watched earlier, Komako-chan\nawkwardly thrust her hips." +213000 ,,,,,2121000,,,,,,,,,,,,,,,"However, Komako-chan's hips were thrusting against the\nprinted girl's stomach area." +213100 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, the penis goes into the crotch. Look closely." +213200 ,,,,,2121000,,コマコ,Komako,028_CB19_k_076.wav,komako,,0,,,,,,,,"Okay. Crotch, crotch..." +213300 ,,,,,2121000,,,,,,,,,,,,,,,Komako-chan lowered her hips. I was captivated by her cute\npussy. +213400 ,,,,,2121000,,,,,,,,,,,,,,,"Just a moment ago, she was so wet on top of me. Komako-\nchan's pussy was already quite moist." +213500 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes. That's Chi-chan's crotch. Now, imagine inserting\nthe penis there." +213600 ,,,,,2121000,,コマコ,Komako,028_CB19_k_077.wav,komako,,0,,,,,,,,Nn... nn... Chi-chan... +213700 ,,,,,2121000,,,,,,,,,,,,,,,"Her grip on the pillow tightened. In her mind, she was\nprobably thoroughly ravishing Chi-chan." +213800 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"When inserting the penis, do it slowly, or it'll hurt, so be\ncareful." +213900 ,,,,,2121000,,コマコ,Komako,028_CB19_k_078.wav,komako,,0,,,,,,,,Slowly... +214000 ,,,,,2121000,,,,,,,,,,,,,,,"Gugu, gugu, Komako-chan's hips pressed against the body\npillow." +214100 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, it's in properly. So, what's next?" +214200 ,,,,,2121000,,コマコ,Komako,028_CB19_k_079.wav,komako,,0,,,,,,,,I learned that if you rub deep inside a girl's crotch... it\nfeels good... +214300 ,,,,,2121000,,,,,,,,,,,,,,,"Komako-chan repeated what I taught her earlier. She started\nto move her hips gently, like she did on my lap." +214400 ,,,,,2121000,,コマコ,Komako,028_CB19_k_080.wav,komako,,0,,,,,,,,Nn... ah... +214500 ,,,,,2121000,,,,,,,,,,,,,,,"As she pressed her pussy against the body pillow, Komako-\nchan let out a pleased sound." +214600 ,,,,,2121000,,,,,,,,,,,,,,,Her voice and lewd behavior made me want to take out my cock\nand masturbate right away. +214700 ,,,,,2121000,,,,,,,,,,,,,,,"But... I can't do that now. As Komako-chan's teacher, I have\nto guide her in sex education." +214800 ,,,,,2121000,,,,,,,,,,,,,,,"Feeling frustrated, I continued to watch Komako-chan's\nactions." +214900 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"How is it, Komako-chan?" +215000 ,,,,,2121000,,コマコ,Komako,028_CB19_k_081.wav,komako,,0,,,,,,,,Uu... rubbing my crotch feels good... +215100 ,,,,,2121000,,,,,,,,,,,,,,,The sound of Komako-chan and the pillow rubbing together was\nvery sensual. +215200 ,,,,,2121000,,,,,,,,,,,,,,,"It seemed like more love juices were flowing from her small\npetals. Like a small stream, the juices trickled down\nKomako-chan's soft skin." +215300 ,,,,,2121000,,,,,,,,,,,,,,,Amazing. What an erotic sight. Komako-chan is ravishing the\nbody pillow...! It's hard to imagine from the usually\nreserved Komako- chan. +215400 ,,,,,2121000,,,,,,,,,,,,,,,"Even though I said that, I've seen her masturbating, so I\nknow that Komako-chan is actually very lewd." +215500 ,,,,,2121000,,,,,,,,,,,,,,,"Still, seeing it in person makes me swallow hard. That's how\ncaptivating Komako-chan is." +215600 ,,,,,2121000,,コマコ,Komako,028_CB19_k_082.wav,komako,,0,,,,,,,,Chi-chan... I love you... +215700 ,,,,,2121000,,,,,,,,,,,,,,,Komako-chan whispers at a volume just barely audible to me.\nIt's as if she's really having sex with Chi-chan. +215800 ,,,,,2121000,,,,,,,,,,,,,,,"Since I'm just watching from the side and feel that way, I\nthink she genuinely believes she's having sex with Chi-chan." +215900 ,,,,,2121000,,コマコ,Komako,028_CB19_k_083.wav,komako,,0,,,,,,,,O-Ojisan... am I doing it right...? +216000 ,,,,,2121000,,,,,,,,,,,,,,,"As I was watching Komako-chan show off her erotic side, she\nsuddenly spoke to me, snapping me back to reality." +216100 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, yeah! It's going well. Chi-chan looks like she's\nenjoying having Komako-chan's cock inside her." +216200 ,,,,,2121000,,コマコ,Komako,028_CB19_k_084.wav,komako,,0,,,,,,,,I'm glad... Chi-chan feels good too... chu +216300 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,Oh +216400 ,,,,,2121000,,,,,,,,,,,,,,,"Relieved by my words, Komako-chan pressed her lips against\nthe girl on the pillow." +216500 ,,,,,2121000,,,,,,,,,,,,,,,"The unexpected act made me let out a voice of admiration.\nMoreover, Komako-chan's kiss didn't stop there." +216600 ,,,,,2121000,,コマコ,Komako,028_CB19_k_085.wav,komako,,0,,,,,,,,"Churu... chu, rero... pero... chu" +216700 ,,,,,2121000,,,,,,,,,,,,,,,"A deep kiss like the ones in AVs, intertwining tongues. Of\ncourse, since one side is a pillow, the tongues aren't\nactually intertwining." +216800 ,,,,,2121000,,,,,,,,,,,,,,,But her erotic tongue movements create the illusion of\nintertwining for me. +216900 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"That's great, Komako-chan. With that kiss, Chi-chan is head\nover heels for you." +217000 ,,,,,2121000,,コマコ,Komako,028_CB19_k_086.wav,komako,,0,,,,,,,,"Ehehe... Chi-chan, love me more... nn, chu..." +217100 ,,,,,2121000,,,,,,,,,,,,,,,Komako-chan's kissing assault continues. +217200 ,,,,,2121000,,,,,,,,,,,,,,,"It's like she's diligently following what she saw in AVs,\ngradually shifting the areas she kisses." +217300 ,,,,,2121000,,コマコ,Komako,028_CB19_k_087.wav,komako,,0,,,,,,,,Nn... chu... nmu... haa... Chi-chan... +217400 ,,,,,2121000,,,,,,,,,,,,,,,The way she licks the neck with her tongue is adorable. I\nwish she'd lick me like that too. +217500 ,,,,,2121000,,,,,,,,,,,,,,,"After the neck, it's the breasts next. The girl on the body\npillow I lent her has exposed pink nipples, so licking them\nisn't difficult." +217600 ,,,,,2121000,,,,,,,,,,,,,,,It might be strange to say that licking nipples on a body\npillow isn't difficult. +217700 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you're good at kissing. Make sure to lick Chi-\nchan's breasts a lot." +217800 ,,,,,2121000,,コマコ,Komako,028_CB19_k_088.wav,komako,,0,,,,,,,,"Yeah... I'll... make Chi-chan feel good with kisses and my\ndick... chu, chumu. Lero..." +217900 ,,,,,2121000,,,,,,,,,,,,,,,As if there were real nipples there. +218000 ,,,,,2121000,,,,,,,,,,,,,,,"Komako-chan licks the nipples (of course, it's just fabric)\nwith her tongue as if rolling them around." +218100 ,,,,,2121000,,,,,,,,,,,,,,,"If Chi-chan were really receiving Komako- chan's caresses,\nshe might have lightly climaxed." +218200 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, it's nice to give lots of kisses, but your dick\nhas stopped moving." +218300 ,,,,,2121000,,,,,,,,,,,,,,,"She was so absorbed in kissing that her hips weren't moving.\nEven so, her pussy is still wet, showing how excited Komako-\nchan is." +218400 ,,,,,2121000,,コマコ,Komako,028_CB19_k_089.wav,komako,,0,,,,,,,,Ugh... it's hard to kiss and insert my dick at the same\ntime... +218500 ,,,,,2121000,,,,,,,,,,,,,,,Komako-chan pulls her lips away from the body pillow and\nfocuses on her hip movements. +218600 ,,,,,2121000,,,,,,,,,,,,,,,"The love juices dripping from Komako-chan's white skin are\ncreating stains on the body pillow, spreading more and more." +218700 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,I think Chi-chan is getting used to the dick. Let's try\nmoving your hips a bit faster. +218800 ,,,,,2121000,,コマコ,Komako,028_CB19_k_090.wav,komako,,0,,,,,,,,Got it... like this...? Huh... nngh... I can't do it well. +218900 ,,,,,2121000,,,,,,,,,,,,,,,It seems she doesn't quite know how to apply force to move\nher hips faster. +219000 ,,,,,2121000,,,,,,,,,,,,,,,"Indeed, Komako-chan isn't wearing a strap-on or anything,\nand there's no insertion happening. So being told to speed\nup the thrusts is confusing." +219100 ,,,,,2121000,,,,,,,,,,,,,,,"Since she's practicing movements she's never done before,\nit's understandable. I need to properly teach and support\nher here." +219200 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then try doing it as the old man says, okay?" +219300 ,,,,,2121000,,コマコ,Komako,028_CB19_k_091.wav,komako,,0,,,,,,,,"Yeah, I'll try..." +219400 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Chi-chan, insert the dick all the way in." +219500 ,,,,,2121000,,コマコ,Komako,028_CB19_k_092.wav,komako,,0,,,,,,,,Nngh... kuh... +219600 ,,,,,2121000,,,,,,,,,,,,,,,"A fleeting sigh that seems to melt the brain escapes, and at\nthe same time, Komako-chan's hips press firmly against the\npillow." +219700 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Okay, now pull it out." +219800 ,,,,,2121000,,,,,,,,,,,,,,,"Her hips pull back, lifting her small butt." +219900 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, insert it!" +220000 ,,,,,2121000,,コマコ,Komako,028_CB19_k_093.wav,komako,,0,,,,,,,,Nngh! +220100 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,Pull it out! +220200 ,,,,,2121000,,コマコ,Komako,028_CB19_k_094.wav,komako,,0,,,,,,,,Hah! +220400 ,,,,,2121010,,,,,,,,,,,,,,,Komako-chan moves in sync with my commands. It's somehow so\nmuch fun that I can't help it. Let's try making her do more\nthings. +220500 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,"Then next, let's try stirring inside Chi- chan while it's\ninserted. Do as the old man says." +220600 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,Insert the dick all the way into Chi-chan. +220700 ,,,,,2121010,,コマコ,Komako,028_CB19_k_095.wav,komako,,0,,,,,,,,"Nngh, nngh... like this?" +220800 ,,,,,2121010,,,,,,,,,,,,,,,"She hugs the body pillow as it's meant to be used, burying\nher hips along with it." +220900 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,"Good, good. Now, try swinging your hips alternately to the\nright and left." +221000 ,,,,,2121010,,コマコ,Komako,028_CB19_k_096.wav,komako,,0,,,,,,,,Nngh... kuh... ahn! +221100 ,,,,,2121010,,,,,,,,,,,,,,,"Komako-chan's moans rise. Since she's pressing her hips\nstrongly, her clitoris might be rubbing against the fabric." +221200 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, just like that. Now next, try moving your hips up and\ndown." +221300 ,,,,,2121010,,コマコ,Komako,028_CB19_k_097.wav,komako,,0,,,,,,,,"Hah... hya, nngh..." +221400 ,,,,,2121010,,,,,,,,,,,,,,,Her cute little butt sways and flutters as if inviting me. +221500 ,,,,,2121010,,,,,,,,,,,,,,,"It's a wonderful sight. If I could, I'd grab that butt and\nbury my face in it." +221600 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,"You're doing it, you're doing it! Now try moving right and\nleft faster like before." +221700 ,,,,,2121010,,コマコ,Komako,028_CB19_k_098.wav,komako,,0,,,,,,,,"Hah... hah... nngh! Ah, Chi-chan!" +221800 ,,,,,2121010,,,,,,,,,,,,,,,The sound of the body pillow and Komako-chan rubbing against\neach other creates an incredible eroticism. +221900 ,,,,,2121010,,,,,,,,,,,,,,,"The swaying of her hips from side to side looks like it's\ninviting a man. Furthermore, Komako-chan's moans add a touch\nof beauty to this breathtaking scene." +222000 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,Now try moving up and down faster as well. +222100 ,,,,,2121020,,コマコ,Komako,028_CB19_k_099.wav,komako,,0,,,,,,,,"Auu... haan! Ah, Chi-chan... Chi-chan!" +222200 ,,,,,2121020,,,,,,,,,,,,,,,"From the slit, a clear liquid flows endlessly. It's clearly\nmore than before." +222300 ,,,,,2121020,,,,,,,,,,,,,,,"Pressing her pussy against it, the sensitive parts are being\nstrongly stimulated, and Komako-chan's excitement is at its\npeak." +222400 ,,,,,2121020,,,,,,,,,,,,,,,The sight of her rubbing her crotch against the body pillow\nwith all her might is so lewd that it's hard to believe it's\nreally Komako- chan. +222500 ,,,,,2121020,,,,,,,,,,,,,,,"She's probably never shown this side to anyone before. To\nsee Komako-chan like this, following her masturbation...\nit's unbelievable." +222600 ,,,,,2121010,,コマコ,Komako,028_CB19_k_100.wav,komako,,0,,,,,,,,"Uncle! What should I do next, next?" +222700 ,,,,,2121010,,,,,,,,,,,,,,,"Komako-chan asks, barely able to catch her breath." +222800 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,Let's try combining everything I taught you. Move your hips\nin a circle... can you do it? +222900 ,,,,,2121010,,コマコ,Komako,028_CB19_k_101.wav,komako,,0,,,,,,,,I'll try... to feel good together with Chi- chan... +223000 ,,,,,2121010,,,,,,,,,,,,,,,"Absorbing what was just taught, Komako-chan diligently moves\nher hips in a circular motion." +223100 ,,,,,2121010,,,,,,,,,,,,,,,"At first, she moves slowly, as if confirming the motion.\nThen gradually faster. If any girl had her insides stirred\nlike this, she'd be utterly captivated." +223200 ,,,,,2121010,,コマコ,Komako,028_CB19_k_102.wav,komako,,0,,,,,,,,"Hah... nngh. Chi-chan, does it feel good...?" +223300 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, Chi-chan is happy and says it feels good too." +223400 ,,,,,2121010,,コマコ,Komako,028_CB19_k_103.wav,komako,,0,,,,,,,,I'm glad... I feel good too... Sex with Chi- chan feels\ngood... +223500 ,,,,,2121010,,,,,,,,,,,,,,,"Murmuring as if in a trance, Komako-chan rubs against the\nspot that feels good." +223600 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan... it seems like Chi-chan is reaching her limit\nsoon. +223700 ,,,,,2121010,,コマコ,Komako,028_CB19_k_104.wav,komako,,0,,,,,,,,"Eh, eh, what should I do?" +223800 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,"Use your dick and thrust hard. Then, I think Chi-chan will\ncome too." +223900 ,,,,,2121010,,コマコ,Komako,028_CB19_k_105.wav,komako,,0,,,,,,,,"Mm... got it... Chi-chan, I'll make you feel good now..." +224000 ,,,,,2121010,,,,,,,,,,,,,,,"With a gentle whisper, she starts the swirling motion by\npressing her hips as I taught her earlier." +224100 ,,,,,2121010,,,,,,,,,,,,,,,"I gave her various reasons to teach her, but this movement\nis the one that makes Komako- chan feel the best." +224200 ,,,,,2121010,,,,,,,,,,,,,,,"Since her clitoris and pussy are being rubbed, the pleasure\nmust be quite intense. Komako-chan seems to have understood\nthat." +224300 ,,,,,2121010,,コマコ,Komako,028_CB19_k_106.wav,komako,,0,,,,,,,,"Chi-chan? Are you okay? At this rate, I'll... ah! Feel good\ntoo, right?" +224400 ,,,,,2121010,,,,,,,,,,,,,,,The heated action is reaching its final sprint. +224500 ,,,,,2121010,,,,,,,,,,,,,,,"Thanks to the body pillow being soaked with Komako-chan's\nlove juices, a slightly squelchy sound can be heard mixed\nwith the rubbing noise." +224600 ,,,,,2121010,,,,,,,,,,,,,,,The stain on the pillow seems to reflect Komako-chan's level\nof excitement. +224700 ,,,,,2121020,,コマコ,Komako,028_CB19_k_107.wav,komako,,0,,,,,,,,"Chi-chan, I can't hold it anymore, mm! Hah... ah! Chi-chan!\nMm!" +224800 ,,,,,2121020,,,,,,,,,,,,,,,"A voice filled with urgency, as if there's no turning back.\nHer arms tighten, creating wrinkles in the body pillow." +224900 ,,,,,2121020,,コマコ,Komako,028_CB19_k_108.wav,komako,,0,,,,,,,,"Ah, it's coming! The pleasure is coming!! Nyaaahhh!!" +225100 ,,,,,2121020,,,,,,,,,,,,,,,"With a cute voice, she tries her best to endure the climax.\nBut overwhelmed by pleasure, her small body trembles." +225200 ,,,,,2121020,,,,,,,,,,,,,,,"Her back straightens with a snap, and in the next moment,\nshe collapses limply." +225300 ,,,,,2121020,,,,,,,,,,,,,,,It seems Komako-chan has climaxed during her practice sex\nwith the body pillow. +225400 ,,,,,2121020,,コマコ,Komako,028_CB19_k_109.wav,komako,,0,,,,,,,,"Fwah... ahh, nn... something amazing came..." +225600 ,,,,,2121030,,,,,,,,,,,,,,,Komako-chan's breathing is heavy. It almost makes you worry\nif she's having trouble breathing. +225700 ,,,,,2121030,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, that was amazing. You're perfect at this now." +225800 ,,,,,2121030,,,,,,,,,,,,,,,I praise Komako-chan for her efforts until the end. +225900 ,,,,,2121030,,コマコ,Komako,028_CB19_k_110.wav,komako,,0,,,,,,,,"Really... ah, mm... Can I do it properly with Chi-chan now?" +226000 ,,,,,2121030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, when it comes to this, you're scoring a perfect\nhundred." +226100 ,,,,,2121030,,コマコ,Komako,028_CB19_k_111.wav,komako,,0,,,,,,,,Ehehe... I did it... +226200 ,,,,,2121030,,主人公,Kiyoshi,,,,,,,,,,,,"But there are still many pleasurable things to do with\nsomeone you love. Let's keep learning, okay?" +226300 ,,,,,2121030,,コマコ,Komako,028_CB19_k_112.wav,komako,,0,,,,,,,,"Yeah, I'll keep learning." +226400 ,,,,,2121030,,,,,,,,,,,,,,,Komako-chan nods obediently. What a good girl. +226500 ,,,,,2121030,,,,,,,,,,,,,,,"She's such a good girl that I almost want to pat, or rather,\nlick that exposed pussy of hers." +226600 ,,,,,2121030,,,,,,,,,,,,,,,"Thanks to her climax, delicious-looking love juices are\noverflowing. This body pillow will be a lifelong treasure\nfor me." +226700 ,$event_return,,,,,,,,,,,,,,,,,,, +226900 ,,,5,31,,,コマコ,Komako,028_CB19_k_113.wav,,,,,,,,,,,Alright. Phew... +227000 ,,,,,,,,,,,,,,,,,,,,"With her breathing calmed, Komako-chan puts on her panties\nand tidies herself up for now." +227100 ,,,,,,,,,,,,,,,,,,,,"But," +227200 ,,,,,,,コマコ,Komako,028_CB19_k_114.wav,,,,"komako,privateC",,34,,,,,Ugh... the crotch area feels gross... +227300 ,,,,,,,,,,,,,komako,,34,,,,,"Having wet her panties with her own love juices, Komako-chan\nseems uncomfortable." +227400 ,,,,,,,主人公,Kiyoshi,,,,,komako,,34,,,,,"You'll have to endure it. It's almost time for Tenka-chan\nand Chi-chan to come, right?" +227500 ,,,,,,,,,,,,,komako,,34,,,,,"Looking at the clock, quite some time has passed. Of course,\nit has. After skipping through several AVs and having body\npillow sex, time flew by." +227600 ,,,,,,,,,,,,,komako,,34,,,,,"Wow... when you're doing naughty things, time really flies." +227700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,34,,,,,"Come on, we need to clean up and get ready to open the shop." +227800 ,,,,,,,,,,,,,komako,,34,,,,,"It's already past the usual opening time. If Chi-chan and\nthe others come now, they'll find it suspicious that the\nshop isn't open and Komako-chan is inside." +227900 ,,,,,,,コマコ,Komako,028_CB19_k_115.wav,,,,komako,,13,,,,,I got your body pillow dirty... I'll wipe it off. +228000 ,,,,,,,,,,,,,komako,,13,,,,,Komako-chan takes out a few tissues to wipe the stain she\nmade. +228100 ,,,,,,,,,,,,,komako,,13,,,,,"Noooo, you can't do that!!" +228200 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,"Wait, Komako-chan!" +228300 ,,,,,,,コマコ,Komako,028_CB19_k_116.wav,,,,komako,,24,,,,,"Eh, w-what's wrong?" +228400 ,,,,,,,,,,,,,komako,,24,,,,,I startled Komako-chan by suddenly raising my voice. +228500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,24,,,,,"Ah, no, it's fine. I'll take care of it later." +228600 ,,,,,,,コマコ,Komako,028_CB19_k_117.wav,,,,komako,,23,,,,,"Hmm, okay." +228700 ,,,,,,,,,,,,,,,,,,,,"Body pillow secured! More precisely, the body pillow soaked\nwith Komako-chan's juices is secured!" +228800 ,,,,,,,,,,,,,,,,,,,,"Fortunately, Komako-chan didn't question it and backed off." +228900 ,,,,,,,,,,,,,,,,,,,,"However, I can't just leave the body pillow here, so I\ndecide to put it away in the closet for now." +229000 ,,,,,,,,,,,,,,,,,,,,Chi-chan and the others sometimes come into this room. +229100 ,,,,,,,,,,,,,,,,,,,,I don't know what Chi-chan or Tenka-chan would think of me\nif they saw a body pillow with a printed image of a girl in\na lewd pose. +229200 ,,,,,,,,,,,,,,,,,,,,...Though I feel like Chi-chan wouldn't think much of it... +229300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to put the body pillow away, so could you hold\nthat side, Komako-chan?" +229400 ,,,,,,,コマコ,Komako,028_CB19_k_118.wav,,,,komako,,23,,,,,Okay. +229500 ,,,,,,,,,,,,,komako,,23,,,,,"Just as we lift it on the count of three," +229600 ,,,,,,,千恵,Chie,028_CB19_c_000.wav,,,,komako,,23,,,,,Onii-chan! It's morning! Are you still not up? +229700 ,,,,,,,甜花,Tenka,028_CB19_t_000.wav,,,,komako,,23,,,,,"Chi, it's not morning anymore, it's noon." +229800 ,,,,,,,,,,,,,komako,,4,,,,,Chi-chan and Tenka-chan have arrived. Komako- chan seems\nflustered by this. +229900 ,,,,,,,コマコ,Komako,028_CB19_k_119.wav,,,,komako,,4,,,,,"Ah, w-what should I do...?" +230000 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,,,,,"Anyway, let's put this away!" +230100 ,,,,,,,,,,,,,komako,,4,,,,,We toss the body pillow we just lifted into the closet. +230200 ,,,,,,,千恵,Chie,028_CB19_c_001.wav,,,,komako,,4,,,,,"Onii-chan? Is today your day off? Oh, there's Komako-chan's\nshoes!" +230300 ,,,,,,,,,,,,,komako,,4,,,,,Oops! I should have hidden the shoes. I was planning to\ncasually leave from the front and have Komako-chan join them\nfrom the back. +230400 ,,,,,,,,,,,,,komako,,4,,,,,"Well, now that it's come to this, we can't hide it, so let's\njust go out together boldly." +230500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,,,,,"Let's go, Komako-chan. I'll cover for you, so don't worry." +230600 ,,,,,,,コマコ,Komako,028_CB19_k_120.wav,,,,komako,,32,,,,,O-okay... +230700 ,,,,41,,,,,,,,,,,,,,,,"When I step out to the shop, Chi-chan and Tenka-chan are\nstanding side by side in front of the store." +230800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, good afternoon, you two." +230900 ,,,,,,,,,,,,,,,,,,,,"After I raise my hand lightly in greeting, Komako-chan\ntimidly comes out from behind." +231000 ,,,,,,,,,,,,,,,,,,,, +231100 ,,,,11,,,千恵,Chie,028_CB19_c_002.wav,,,,"chie,privateB",,4,,,,,"Ah! I knew it, Komako-chan was with you, Onii-chan! What\nwere you two doing?" +231200 ,,,,,,,コマコ,Komako,028_CB19_k_121.wav,komako,,13,chie,,4,,,,,"Chi-chan... um, i-it's a secret..." +231300 ,,,,,,,,,,komako,,13,chie,,4,,,,,Komako-chan averts her eyes from Chi-chan. +231400 ,,,,,,,甜花,Tenka,028_CB19_t_001.wav,komako,,13,chie,,4,"tenka,private",,37,,"Komako, did Uncle do anything weird to you?" +231500 ,,,,,,,千恵,Chie,028_CB19_c_003.wav,komako,,13,chie,,24,tenka,,37,,Huh!? +231600 ,,,,,,,主人公,Kiyoshi,,komako,,13,chie,,24,tenka,,37,,Gah!? +231700 ,,"",,,,,,,,komako,,13,chie,,24,tenka,,37,,"Tenka-chan is sharp... Well, I did play a prank on her while\nmeasuring her breasts the other day." +231800 ,,,,,,,,,,komako,,13,chie,,24,tenka,,37,,Maybe that's why she's become suspicious in situations like\nthis. +231900 ,,,,,,,千恵,Chie,028_CB19_c_004.wav,komako,,13,chie,,3,tenka,,37,,"Weird things? What's the secret? Komako- chan, tell me! Chi-\nchan wanted to do secret things too!" +232000 ,,,,,,,コマコ,Komako,028_CB19_k_122.wav,komako,,33,chie,,3,tenka,,37,,"Uh, um... well, with Chi-chan... eventually..." +232100 ,,,,,,,,,,,,,,,,,,,,"Ah, Komako-chan's face is bright red. She must be thinking\nabout doing something naughty together after being told they\nwanted to do it together. How cute." +232200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, Chi-chan. Actually, Uncle and Komako- chan were\nstudying together." +232300 ,,,,,,,千恵,Chie,028_CB19_c_005.wav,,,,chie,,29,,,,,"Eh, studying?" +232400 ,,,,,,,,,,,,,chie,,29,,,,,Chi-chan made a slightly displeased face. She definitely\nprefers playing over studying. +232500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,29,,,,,"Yes. Komako-chan asked me to teach her, so we started\nstudying earlier than everyone else." +232600 ,,,,,,,,,,,,,chie,,29,,,,,I won't say what kind of study. Chi-chan and Tenka-chan\nprobably only think of school- related things when they hear\n'studying.' +232700 ,,,,,,,甜花,Tenka,028_CB19_t_002.wav,,,,,,,tenka,,3,,"If it was studying, we could have done it together." +232800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"Did you want to join too, Tenka-chan?" +232900 ,,,,,,,甜花,Tenka,028_CB19_t_003.wav,,,,,,,tenka,,14,,Uh... not really... +233000 ,,,,,,,,,,,,,,,,tenka,,14,,I see. It seems she felt left out because only Komako-chan\nand I were studying together. +233100 ,,,,,,,千恵,Chie,028_CB19_c_006.wav,,,,chie,,10,,,,,Chi-chan hates studying. +233200 ,,,,,,,,,,,,,chie,,10,,,,,Her straightforwardness is so like Chi-chan. +233300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,10,,,,,"Then, how about we have a study session with everyone next\ntime?" +233400 ,,,,,,,千恵,Chie,028_CB19_c_007.wav,,,,chie,,24,,,,,Eh! Chi-chan doesn't really want to do that. +233500 ,,,,,,,コマコ,Komako,028_CB19_k_123.wav,komako,,0,chie,,24,,,,,"I'll help you with anything you don't understand, Chi-chan." +233600 ,,,,,,,千恵,Chie,028_CB19_c_008.wav,komako,,0,chie,,23,,,,,"Really, Komachan!?" +233700 ,,,,,,,,,,,,,,,,,,,,"Wow, she's quite proactive. At this rate, I think her love\nwill come true someday. Uncle is cheering for you!" +233800 ,,,,,,,,,,,,,,,,,,,,"By the way, I wonder what she doesn't understand..." +233900 ,,,,,,,,,,,,,,,,,,,,"Considering Komako-chan has gained a lot of naughty\nknowledge lately, I can't help but be suspicious." +234000 ,,,,,,,,,,,,,,,,,,,,"No, there's a good chance she really means it that way." +234100 ,,,,,,,千恵,Chie,028_CB19_c_009.wav,,,,chie,,25,,,,,"Ugh... Uncle, can I come inside? It's so hot, I'm going to\ndie!" +234200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"Sure, go ahead. The air conditioner is on, so it's cool\ninside." +234300 ,,,,,,,,,,,,,chie,,25,,,,,I forgot. The weather forecast said it would be a scorching\nhot day today. Both Chi-chan and Tenka-chan are drenched in\nsweat. +234400 ,,,,,,,,,,,,,chie,,25,,,,,"If possible, I'd love to lick the sweat off their necks and\nforeheads." +234500 ,,,,21,,,千恵,Chie,028_CB19_c_010.wav,,,,chie,,21,,,,,"Yay! Ah, it's so cool!" +234600 ,,,,,,,,,,,,,chie,,21,,,,,Chi-chan immediately entered the shop and shouted in\ndelight. +234700 ,,,,,,,甜花,Tenka,028_CB19_t_004.wav,,,,,,,tenka,,21,,Ah... +234800 ,,,,,,,,,,,,,,,,tenka,,21,,"Tenka-chan, who followed her in, also seemed to be enjoying\nthe comfort." +234900 ,,,,,,,,,,,,,,,,tenka,,21,,"Chi-chan, Tenka-chan, and Komako-chan. The usual trio is\nhere. It looks like today will be another fun day." +235000 ,,,,,,,コマコ,Komako,028_CB19_k_124.wav,komakoL,,2,,,,,,,,"Uncle, uncle." +235100 ,,,,,,,,,,komakoL,,2,,,,,,,,"As I was absentmindedly watching the three of them, Komako-\nchan came over and whispered to me in a small voice." +235200 ,,,,,,,主人公,Kiyoshi,,komakoL,,2,,,,,,,,What is it? +235300 ,,,,,,,コマコ,Komako,028_CB19_k_125.wav,komakoL,,22,,,,,,,,"Um, well... uh... thank you." +235400 ,,,,,,,,,,komakoL,,22,,,,,,,,"I wondered what she meant, but it must be about this\nmorning's study session." +235500 ,,,,,,,,,,komakoL,,22,,,,,,,,"I wanted to say that I should be the one thanking her, but\ninstead, I just smiled." +235600 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,You're welcome. Let's study again sometime. +235700 ,,,,,,,コマコ,Komako,028_CB19_k_126.wav,komakoL,,21,,,,,,,,Yeah. +235800 ,,,,,,,,,,,,,,,,,,,,"With that, she quickly moved away from me." +235900 ,,,,,,,,,,,,,,,,,,,,"Komako-chan, shyly expressing her gratitude, was\nirresistibly cute." +236000 ,,,,,,,,,,,,,,,,,,,,"And then, remembering what happened earlier, I almost got an\nerection." +236100 ,,,,,,,,,,,,,,,,,,,,"That's right, after seeing something that delicious, I\nhaven't relieved myself even once. Is this what they call\nbeing left high and dry...?" +236200 ,,,,,,,,,,,,,,,,,,,,It's impossible to man the store all day like this. Just\nlooking at Komako-chan brings back the image of her hugging\nthat body pillow. +236300 ,,,,,,,,,,,,,,,,,,,,"At some point, I'll have to pretend to go to the bathroom\nand take care of it..." +236400 ,,,,,,,,,,,,,,,,,,,,"Wait a minute? Will just one time really be enough...? Even\nif I do it once, this excitement doesn't seem like it'll go\naway!" +236500 ,,,,,,,千恵,Chie,028_CB19_c_011.wav,,,,chie,,3,,,,,Uncle? Are you okay? +236600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"Huh, w-why?" +236700 ,,,,,,,,,,,,,chie,,3,,,,,"As I was thinking about how to deal with this lust, Chie-\nchan looked at me with concern." +236800 ,,,,,,,千恵,Chie,028_CB19_c_012.wav,,,,chie,,23,,,,,It looked like you were in pain or something. +236900 ,,,,,,,,,,,,,chie,,23,,,,,"Yes, I'm so aroused it's painful." +237000 ,,,,,,,,,,,,,chie,,23,,,,,"Right from the start of the day, I'm overwhelmed with lust\nagain." +237100 ,,,0,9001,,,,,,,,,,,,,,,, +237300 ,@029_CB20,,,,,,,,,,,,,,,,,,, +237600 ,,,7,21,,,主人公,Kiyoshi,,,,,,,,,,,,"Phew... I guess that's it for today. Good job, everyone." +237700 ,,,,,,,,,,,,,,,,,,,,It was the usual closing time. I started the tasks to close\nup the shop. +237800 ,,,,,,,コマコ,Komako,029_CB20_k_000.wav,"komako,privateC",,12,,,,,,,,"We didn't have any customers at all, huh." +237900 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,,,,,"Well, it can't be helped... it's a countryside candy store." +238000 ,,,,,,,甜花,Tenka,029_CB20_t_000.wav,,,,,,,"tenka,private",,30,,"If we don't get any customers, we can't have the second\nCenter Election at the end of summer vacation..." +238100 ,,,,,,,,,,,,,,,,tenka,,30,,It seems Tenka-chan is already planning for about a month\nfrom now. +238200 ,,,,,,,甜花,Tenka,029_CB20_t_001.wav,,,,,,,tenka,,12,,"Hmm... well, I guess I'll head home today. It's almost\nsunset." +238300 ,,,,,,,コマコ,Komako,029_CB20_k_001.wav,komako,,3,,,,,,,,"I'm going home too... what about you, Chie- chan?" +238400 ,,,,,,,千恵,Chie,029_CB20_c_000.wav,komako,,3,"chie,privateB",,3,,,,,...Hmm. I think I'll stay a little longer. It seems like my\nmom will be late again today. +238500 ,,,,,,,,,,komako,,3,chie,,3,,,,,Chie-chan answers while watching my reaction. +238600 ,,,,,,,コマコ,Komako,029_CB20_k_002.wav,komako,,20,chie,,3,,,,,...I see. Well then... see you tomorrow! +238700 ,,,,,,,,,,,,,,,,,,,,It seems she's convinced. Komako-chan and Tenka-chan head\ntowards the exit. +238800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ah! +238900 ,,,,,,,,,,,,,,,,tenka,,3,,I rush over to Tenka-chan and whisper secretly in her ear. +239000 ,,,,,,,主人公,Kiyoshi,,,,,,,,"tenkaL,private",,3,,"Come tomorrow morning. We're going to do special training to\nbecome a sexy idol... It's a secret from everyone, right?" +239100 ,,,,,,,甜花,Tenka,029_CB20_t_002.wav,,,,,,,tenka,,20,,...Y-Yeah! Got it...! +239200 ,,,,,,,,,,,,,,,,,,,,Tenka-chan nods with a serious expression. +239300 ,,,,,,,千恵,Chie,029_CB20_c_001.wav,,,,chie,,23,,,,,"Hey, what were you talking about with Tenka- chan?" +239400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,"It's a message for Tenka-chan's mom. It doesn't concern you\nguys, so don't worry about it." +239500 ,,,,,,,コマコ,Komako,029_CB20_k_003.wav,komako,,3,,,,,,,,Hmm... +239600 ,,,,,,,,,,komako,,3,,,,,,,,Komako-chan gave a suspicious glance for a moment but didn't\npursue it further. +239700 ,,,,,,,甜花,Tenka,029_CB20_t_003.wav,,,,,,,tenka,,3,,"...Komako, let's go! If we're too late, my mom will worry." +239800 ,,,,,,,コマコ,Komako,029_CB20_k_004.wav,komako,,0,,,,,,,,"...Yeah. Well then, Chie-chan... bye-bye!" +239900 ,,,,,,,甜花,Tenka,029_CB20_t_004.wav,,,,,,,tenka,,1,,"Chii, see you. Bye-bye!" +240000 ,,,,,,,千恵,Chie,029_CB20_c_002.wav,,,,chie,,1,,,,,Bye-bye!! +240100 ,,,,,,,,,,,,,chie,,1,,,,,Komako-chan and Tenka-chan leave the store. +240200 ,,,,11,,,,,,,,,,,,,,,,"I step outside the store to make sure they head home safely,\nwatching until they're out of sight." +240400 ,,,2,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,...Is it okay for you not to go home yet? +240500 ,,,,,,,千恵,Chie,029_CB20_c_003.wav,chie,,20,,,,,,,,Yeah. I think it's okay if it's just a little longer! +240600 ,,,,,,,,,,chie,,20,,,,,,,,"There's still a little time left... Hmm, in that case..." +240700 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"...Hey, Chie-chan. Do you want to do that special part-time\njob we did before?" +240800 ,,,,,,,千恵,Chie,029_CB20_c_004.wav,chie,,23,,,,,,,,"Do you want Chie-chan to rub your dick again, uncle?" +240900 ,,,,,,,,,,chie,,23,,,,,,,,Chie-chan answers innocently. +241000 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"...Chie-chan! You shouldn't say things like that too much,\nokay?" +241100 ,,,,,,,,,,chie,,23,,,,,,,,It would be a big problem if someone overheard. +241200 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"It's a secret part-time job just between us... okay,\nunderstood?" +241300 ,,,,,,,千恵,Chie,029_CB20_c_005.wav,chie,,3,,,,,,,,"...Yeah. I don't really get it, but okay!" +241400 ,,,,,,,,,,chie,,3,,,,,,,,"...I'm not sure if she really understands, but I have no\nchoice but to trust her." +241500 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Well then, Chie-chan... let's have you do something\ndifferent today." +241600 ,,,,,,,千恵,Chie,029_CB20_c_006.wav,chie,,1,,,,,,,,"...I'll do it, I'll do it! Because I got 100 yen last\ntime... I'll do it today too and buy snacks!" +241700 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Th-then... I'll give you 100 yen today too! It's a special\noffer! +241800 ,,,,,,,千恵,Chie,029_CB20_c_007.wav,chie,,4,,,,,,,,R-really!? With 100 yen... um... I can buy gum... and Champ\nYogurt... lots of things! +241900 ,,,,,,,,,,chie,,4,,,,,,,,Chie-chan's eyes sparkle with excitement. +242000 ,,,,,,,,,,chie,,4,,,,,,,,"I could give her more, but... if I did that, she might pay\noff her debt." +242100 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"For now, let's move to another room... come to my room..." +242200 ,,,,,,,,,,chie,,0,,,,,,,,"After finishing the closing tasks, I invite Chie-chan to my\nroom." +242400 ,,,15,31,,,千恵,Chie,029_CB20_c_008.wav,chie,,3,,,,,,,,"Uncle, what are we doing today?" +242500 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Last time was a trial... so this time... could you lick my\ndick, uncle?" +242600 ,,,,,,,千恵,Chie,029_CB20_c_009.wav,chie,,14,,,,,,,,Ehh... Chie-chan doesn't want to do that. +242700 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,"...Why? You touched it with your hand last time, right?" +242800 ,,,,,,,,,,chie,,14,,,,,,,,Darn... I thought it would work... +242900 ,,,,,,,,,,chie,,14,,,,,,,,With Chie-chan's little mouth... licking my dick... I\nthought it would feel amazing! +243000 ,,,,,,,千恵,Chie,029_CB20_c_010.wav,chie,,15,,,,,,,,"But, it's where pee comes out... it's dirty, so no way." +243100 ,,,,,,,主人公,Kiyoshi,,chie,,15,,,,,,,,Hmm... +243200 ,,,,,,,,,,chie,,15,,,,,,,,She's tough... I thought Chie-chan would obediently lick it. +243300 ,,,,,,,主人公,Kiyoshi,,chie,,15,,,,,,,,"You know, Chie-chan, it's not as dirty as you think." +243400 ,,,,,,,主人公,Kiyoshi,,chie,,15,,,,,,,,"Because, adult men and women play by licking each other's\nprivates, you know?" +243500 ,,,,,,,千恵,Chie,029_CB20_c_011.wav,chie,,29,,,,,,,,Eh... no way. That's definitely a lie. +243600 ,,,,,,,主人公,Kiyoshi,,chie,,29,,,,,,,,"It's not a lie... Oh! Then, I'll lick Chie- chan's crotch.\nWould you believe me then?" +243700 ,,,,,,,千恵,Chie,029_CB20_c_012.wav,chie,,17,,,,,,,,Really... you'll lick it? My crotch...? +243800 ,,,,,,,,,,chie,,17,,,,,,,,Hehe... licking Chie-chan's crotch is nothing but a reward\nfor me! +243900 ,,,,,,,主人公,Kiyoshi,,chie,,17,,,,,,,,I'll lick Chie-chan's crotch. That's today's secret part-\ntime job... is that okay? +244000 ,,,,,,,千恵,Chie,029_CB20_c_013.wav,chie,,3,,,,,,,,"If you're okay with it, then it's fine... really okay?" +244100 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,It's fine! This is an adult game! It's good for Chie-chan to\nknow about it too. +244200 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Come on, Chie-chan... take off your panties. Otherwise, I\ncan't lick it..." +244300 ,,,,,,,千恵,Chie,029_CB20_c_014.wav,chie,,20,,,,,,,,Okay... +244400 ,,,,,,,,,,,,,,,,,,,,Chie-chan obediently takes off her panties. Her beautiful\nslit is exposed in front of me. +244500 ,,,,,,,,,,,,,,,,,,,,"That place... I'm going to lick it now... ha, ha... oh no,\nI'm getting excited..." +244600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan... then, come over here..." +244700 ,,,,,,,,,,,,,,,,,,,,I bring Chie-chan closer and put her in a reverse position. +245000 ,,,13,,1140000,,,,,,,,,,,,,,, +245100 ,*mem,,,,1140000,,,,,,,,,,,,,,, +245200 ,,,13,,1140000,,千恵,Chie,029_CB20_c_015.wav,chie,,0,,,,,,,,――Wahyaa!? +245300 ,,,,,1140000,,,,,,,,,,,,,,,Chie-chan is a bit surprised to be put in a reverse\nposition. +245400 ,,,,,1140000,,,,,,,,,,,,,,,Her cute pussy is right in front of my eyes and nose... +245500 ,,,,,1140000,,,,,,,,,,,,,,,I want to lick it soon... I'm itching... itching... +245600 ,,,,,1140000,,千恵,Chie,029_CB20_c_016.wav,chie,,0,,,,,,,,Oii-chan... are you really going to lick it...? +245700 ,,,,,1140000,,主人公,Kiyoshi,,,,,,,,,,,,I'm really going to lick it. Chie-chan... this is an adult\ngame... +245900 ,,,,,1140000,,,,,,,,,,,,,,,I give it a quick lick with my tongue. A faint salty taste\nspreads on my tongue. +246000 ,,,,,1140010,,千恵,Chie,029_CB20_c_017.wav,chie,,0,,,,,,,,"O-Oii-chan... ahaha! Ahh... wait, there... it's ticklish...\nahahaha!" +246100 ,,,,,1140010,,,,,,,,,,,,,,,"Chie-chan kicks her legs, maybe because it's her first time\nfeeling this sensation." +246300 ,,,,,1140010,,主人公,Kiyoshi,,,,,,,,,,,,"W-Wait... Chie-chan, don't move too much, okay? If you move,\nit's hard to lick..." +246400 ,,,,,1140010,,,,,,,,,,,,,,,I hurriedly pull my mouth away from her pussy. It's really\nhard to do if she moves so much. +246500 ,,,,,1140010,,千恵,Chie,029_CB20_c_018.wav,chie,,0,,,,,,,,Ahahaha! But it's ticklish! +246600 ,,,,,1140010,,,,,,,,,,,,,,,"Ticklish, huh... I feel like I've lost somehow." +246700 ,,,,,1140010,,,,,,,,,,,,,,,I have to teach Chie-chan the pleasure of cunnilingus...! +246800 ,,,,,1140010,,主人公,Kiyoshi,,,,,,,,,,,,Chie-chan... can I lick it again...? +246900 ,,,,,1140000,,千恵,Chie,029_CB20_c_019.wav,chie,,0,,,,,,,,"Y-Yeah... it's okay... but no tickling, okay?" +247000 ,,,,,1140000,,主人公,Kiyoshi,,,,,,,,,,,,I'll try my best to make it feel good... +247100 ,,,,,1140000,,,,,,,,,,,,,,,I stick out my tongue and move it closer to Chie-chan's\npussy. +247300 ,,,,,1140010,,千恵,Chie,029_CB20_c_020.wav,chie,,0,,,,,,,,Ah... hyaaah! Ahhh... nmpf... ahaha...! +247400 ,,,,,1140010,,千恵,Chie,029_CB20_c_021.wav,chie,,0,,,,,,,,Hey... don't... ahhh! That tickles...! +247500 ,,,,,1140010,,,,,,,,,,,,,,,"As expected, Chie-chan bursts into laughter." +247600 ,,,,,1140010,,,,,,,,,,,,,,,"Damn, this wasn't supposed to happen... This time... I'll\nlick her clit!!" +247700 ,,,,,1140010,,,,,,,,,,,,,,,--Lick. +247900 ,,,,,1140020,,千恵,Chie,029_CB20_c_022.wav,chie,,0,,,,,,,,...Nhyahhh!? +248000 ,,,,,1140020,,,,,,,,,,,,,,,...Huh? Just now... did she make a good sound...? +248100 ,,,,,1140020,,,,,,,,,,,,,,,"I focus on her clit, teasing it with my tongue." +248200 ,,,,,1140020,,千恵,Chie,029_CB20_c_023.wav,chie,,0,,,,,,,,Haaaah... ah! Haaah... nngh... ahh...! +248300 ,,,,,1140020,,,,,,,,,,,,,,,"Her breaths are different from when it tickled, a bit more\nheated." +248400 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... Chie-chan... how is it? +248500 ,,,,,1140020,,千恵,Chie,029_CB20_c_024.wav,chie,,0,,,,,,,,"Uuu... I'm getting used to the tickling, but... it feels\nweird..." +248600 ,,,,,1140020,,,,,,,,,,,,,,,Chie-chan is bewildered by the unfamiliar sensation. Her\nface is slightly red. +248700 ,,,,,1140020,,,,,,,,,,,,,,,"Since she's so cute, I have to awaken her to the joys of\nbeing a woman!" +248800 ,,,,,1140020,,,,,,,,,,,,,,,Lick lick... lick... chu~! +248900 ,,,,,1140020,,,,,,,,,,,,,,,"I don't just tease with my tongue, I suck on her clit with\nmy lips." +249100 ,,,,,1140030,,千恵,Chie,029_CB20_c_025.wav,chie,,0,,,,,,,,Ahhh... haahnn... ahhh! +249200 ,,,,,1140030,,,,,,,,,,,,,,,"Oh, this seems good. Maybe she likes being sucked on quite a\nbit...?" +249300 ,,,,,1140030,,千恵,Chie,029_CB20_c_026.wav,chie,,0,,,,,,,,"O-Oi-chan... somehow, Chie-chan... nngh! Feels strange...!" +249400 ,,,,,1140030,,,,,,,,,,,,,,,"Embarrassed, Chie-chan fidgets as she reports the changes in\nher body." +249500 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,"This is an adult game... Chie-chan, soon... you'll feel\nreally good..." +249600 ,,,,,1140030,,千恵,Chie,029_CB20_c_027.wav,chie,,0,,,,,,,,Will it... feel good...? +249700 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. When I lick your pussy like this... the pleasure rises\nfrom deep inside... +249800 ,,,,,1140030,,千恵,Chie,029_CB20_c_028.wav,chie,,0,,,,,,,,From deep inside... my crotch...? +249900 ,,,,,1140030,,,,,,,,,,,,,,,She doesn't seem to understand well. But that's okay for\nnow. I'll teach her body directly. +250000 ,,,,,1140030,,,,,,,,,,,,,,,"This time, I'll lick a bit more intensely than before." +250100 ,,,,,1140030,,,,,,,,,,,,,,,"...lick... lick lick, slurp!!" +250200 ,,,,,1140030,,千恵,Chie,029_CB20_c_029.wav,chie,,0,,,,,,,,...Hyauuu! Nn... ahhh... haaah... ahhh!! +250300 ,,,,,1140030,,,,,,,,,,,,,,,Chie-chan clenches her hands tightly. I can feel her body\ntensing up. +250400 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, you can't... relax... accept my tongue..." +250500 ,,,,,1140030,,千恵,Chie,029_CB20_c_030.wav,chie,,0,,,,,,,,Th-that's... Oi-chan... ahhh! I-it's impossible... ahhh...\nhaaah... nngh! +250600 ,,,,,1140030,,,,,,,,,,,,,,,"Her cute moans start to escape, as if she's beginning to\nfeel pleasure." +250700 ,,,,,1140030,,,,,,,,,,,,,,,"At the same time, Chie-chan's pussy starts to get wet." +250800 ,,,,,1140030,,,,,,,,,,,,,,,Could it be... she's wet? Chie-chan is feeling it from my\ntongue...! +251000 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,"Look, Chie-chan, your crotch is getting all slippery..." +251100 ,,,,,1140020,,千恵,Chie,029_CB20_c_031.wav,chie,,0,,,,,,,,...Eh? What do you mean...? +251200 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,When a girl feels good... her crotch gets wet... +251300 ,,,,,1140020,,,,,,,,,,,,,,,"I lick up the overflowing love juices. The unique taste of a\ngirl spreads on my tongue... mmm, it's the best!" +251400 ,,,,,1140020,,千恵,Chie,029_CB20_c_032.wav,chie,,0,,,,,,,,Does that mean... pee...? Did Chie-chan wet herself...? +251500 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,It's different from pee. It's thicker... and it's naughty\njuice. +251600 ,,,,,1140020,,千恵,Chie,029_CB20_c_033.wav,chie,,0,,,,,,,,Uuu... did Chie-chan become a naughty girl...? +251700 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,"That's right... Chie-chan, you're being licked down there...\nand you've become a naughty girl..." +251800 ,,,,,1140020,,,,,,,,,,,,,,,"I move my tongue again, focusing on the entrance where the\njuices are overflowing, licking it up." +251900 ,,,,,1140030,,千恵,Chie,029_CB20_c_034.wav,chie,,0,,,,,,,,Down there... it feels weird... nnngh... ahhh! It's...\ntingling...! +252000 ,,,,,1140030,,,,,,,,,,,,,,,"With each lick, Chie-chan lets out a cute moan." +252100 ,,,,,1140030,,,,,,,,,,,,,,,I want to hear more of that voice...! I have to lick\nmore...! +252200 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,Chie-chan... nnngh... fuu...! +252300 ,,,,,1140030,,,,,,,,,,,,,,,"This time, I twist my tongue inside her pussy." +252500 ,,,,,1140020,,千恵,Chie,029_CB20_c_035.wav,chie,,0,,,,,,,,...Haaaah!! +252600 ,,,,,1140020,,,,,,,,,,,,,,,"As if she can tell my tongue is inside, Chie- chan twists\nher body, accepting the pleasure." +252700 ,,,,,1140020,,,,,,,,,,,,,,,More... deeper with my tongue... I'll ravish Chie-chan's\nlittle pussy with my tongue...! +252800 ,,,,,1140030,,千恵,Chie,029_CB20_c_036.wav,chie,,0,,,,,,,,"Ah, ah... your tongue... is inside Chie- chan... nnngh...\nnooo...!" +252900 ,,,,,1140030,,千恵,Chie,029_CB20_c_037.wav,chie,,0,,,,,,,,"Ahh... nnngh... haah! There, there... inside... with your\ntongue...!" +253000 ,,,,,1140030,,,,,,,,,,,,,,,"Chie-chan is breathing heavily, her shoulders rising and\nfalling." +253100 ,,,,,1140030,,,,,,,,,,,,,,,"Her pussy is already a flood, with love juices overflowing." +253200 ,,,,,1140030,,,,,,,,,,,,,,,"With the intent to lick it all up, I twist my tongue into\nthe small slit." +253300 ,,,,,1140020,,千恵,Chie,029_CB20_c_038.wav,chie,,0,,,,,,,,"Ahhh... again, inside... nnngh! Ah... it's coming in...\nnnngh!" +253400 ,,,,,1140020,,,,,,,,,,,,,,,She's just too cute! I can't hold back anymore! +253500 ,,,,,1140020,,,,,,,,,,,,,,,"I bury my face in Chie-chan's crotch, devouring her pussy\nwith my tongue." +253600 ,,,,,1140020,,千恵,Chie,029_CB20_c_039.wav,chie,,0,,,,,,,,Nnngh... ahhh... it's so hot down there... haaah! +253700 ,,,,,1140030,,千恵,Chie,029_CB20_c_040.wav,chie,,0,,,,,,,,"O-oi-chan... it's intense... nnngh! Ah, ah... ahhh!" +253900 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan's pussy... nnngh! Delicious... more, lick, lick...\nChie-chan... Chie- chan...!" +254100 ,,,,,1140030,,千恵,Chie,029_CB20_c_041.wav,chie,,0,,,,,,,,N-no... ahh... nnngh... no...! +254200 ,,,,,1140030,,,,,,,,,,,,,,,Chie-chan's juices keep overflowing. +254300 ,,,,,1140030,,,,,,,,,,,,,,,"Slurp, slurp... so tasty! I'll suck up all of Chie-chan's\npussy juice!" +254400 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa...! +254500 ,,,,,1140030,,,,,,,,,,,,,,,"My little guy is rock hard, ready to go off at any moment." +254600 ,,,,,1140030,,,,,,,,,,,,,,,I want to make Chie-chan feel even better... I want us to\nfeel good together... +254700 ,,,,,1140030,,,,,,,,,,,,,,,"To do that, I have to show Chie-chan how good sex can feel!" +254800 ,,,,,1140030,,,,,,,,,,,,,,,"I'll keep licking her pussy more and more, making her feel\ngood!" +254900 ,,,,,1140030,,千恵,Chie,029_CB20_c_042.wav,chie,,0,,,,,,,,"O-oi-chan... ahhh... nnngh, haaah... ahhh!" +255000 ,,,,,1140030,,,,,,,,,,,,,,,Chie-chan's voice is losing its composure. +255100 ,,,,,1140030,,,,,,,,,,,,,,,Could it be... she's going to come? +255200 ,,,,,1140030,,,,,,,,,,,,,,,"This time, I'll alternate between her pussy and clit." +255300 ,,,,,1140020,,千恵,Chie,029_CB20_c_043.wav,chie,,0,,,,,,,,N-no... really... oi-chan... ahhh―n-nooo! +255500 ,,,,,1140020,,,,,,,,,,,,,,,A slightly stronger rejection. Chie-chan is teary-eyed. +255600 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,...S-sorry! Was I too rough...? +255700 ,,,,,1140020,,,,,,,,,,,,,,,"Oh no, what have I done! I was enjoying myself too much..." +255800 ,,,,,1140020,,,,,,,,,,,,,,,I was supposed to make Chie-chan feel good... this is just\ntoo wrong... +255900 ,,,,,1140020,,千恵,Chie,029_CB20_c_044.wav,chie,,0,,,,,,,,"N-no, it's not that... it's more like... Chie-chan...\no-oh..." +256000 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,Yeah...? What do you mean? +256100 ,,,,,1140030,,千恵,Chie,029_CB20_c_045.wav,chie,,0,,,,,,,,So... Chie-chan... I-I feel like I'm going to pee...! +256200 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,...Ah! +256300 ,,,,,1140030,,,,,,,,,,,,,,,I see! Getting licked down there made her feel like she\nneeds to pee. +256400 ,,,,,1140030,,,,,,,,,,,,,,,...I see. I'm relieved... I was worried Chie- chan might\nhate me. +256500 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan... if you want to let it out, you can. It's all\npart of adult play, including peeing..." +256600 ,,,,,1140000,,千恵,Chie,029_CB20_c_046.wav,chie,,0,,,,,,,,...Eh? +256700 ,,,,,1140000,,,,,,,,,,,,,,,"Chie-chan looks surprised, as if she expected me to say no." +256800 ,,,,,1140000,,主人公,Kiyoshi,,,,,,,,,,,,It's quite common to feel like peeing. It's something I\nanticipated. +256900 ,,,,,1140000,,主人公,Kiyoshi,,,,,,,,,,,,So... just let it out... pee... +257000 ,,,,,1140000,,,,,,,,,,,,,,,I say that and start licking her pussy again. +257200 ,,,,,1140030,,千恵,Chie,029_CB20_c_047.wav,chie,,0,,,,,,,,O-oi-chan... hyauu! +257300 ,,,,,1140030,,,,,,,,,,,,,,,Feeling like she's going to pee... what a treat! +257400 ,,,,,1140030,,,,,,,,,,,,,,,"Chie-chan's pee... give it to me quickly! I'll drink it all,\nnot leaving a single drop...!" +257500 ,,,,,1140030,,千恵,Chie,029_CB20_c_048.wav,chie,,0,,,,,,,,Haa... ah... nn... oi-chan... nooo... nooo... ahhh...! +257600 ,,,,,1140030,,,,,,,,,,,,,,,Chie-chan is desperately holding back her pee. +257700 ,,,,,1140030,,,,,,,,,,,,,,,"She's trying to squirm away a bit, but I'm holding her waist\ntightly, so she can't escape!" +257800 ,,,,,1140030,,,,,,,,,,,,,,,"Come on, just let it out! You'll feel better!" +257900 ,,,,,1140020,,千恵,Chie,029_CB20_c_049.wav,chie,,0,,,,,,,,"...Nn! Ahh... no, no... really... nooo...!" +258000 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,It's okay to let it out... give me everything... all of\nChie-chan's... to uncle...! +258100 ,,,,,1140030,,千恵,Chie,029_CB20_c_050.wav,chie,,0,,,,,,,,Really...? Is it really okay to pee...? You won't hate Chie-\nchan for wetting herself...? +258200 ,,,,,1140030,,,,,,,,,,,,,,,"Enduring the urge to pee, Chie-chan pleads with me." +258300 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. No matter what happens, I won't dislike Chie-\nchan." +258400 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,Don't worry... you can pee. You don't have to hold it in\nanymore... +258500 ,,,,,1140030,,千恵,Chie,029_CB20_c_051.wav,chie,,0,,,,,,,,O-oi-chan... okay... I'm going to let it out! I'm going to\npee...! +258600 ,,,,,1140030,,,,,,,,,,,,,,,"Finally giving in, salty liquid starts to overflow from the\ntip." +258700 ,,,,,1140030,,,,,,,,,,,,,,,"I cover her pussy with my mouth, preparing to receive her\npee." +258800 ,,,,,1140030,,千恵,Chie,029_CB20_c_052.wav,chie,,0,,,,,,,,Nn... ahh... it's coming out... I can't hold it anymore...! +258900 ,,,,,1140030,,千恵,Chie,029_CB20_c_053.wav,chie,,0,,,,,,,,"Ahhh... nn... no, no... ahhh――ahhh!!" +259200 ,,,,,1140040,,千恵,Chie,029_CB20_c_054.wav,chie,,0,,,,,,,,...Ahhhhhh!! +259300 ,,,,,1140040,,,,,,,,,,,,,,,"In sync with Chie-chan's voice, a large amount of pee rushes\ninto my mouth." +259400 ,,,,,1140040,,主人公,Kiyoshi,,,,,,,,,,,,Nngh... nngh...! +259500 ,,,,,1140040,,,,,,,,,,,,,,,Ohhh! Finally... Chie-chan's pee... nngh! I have to drink it\nall...! +259600 ,,,,,1140040,,,,,,,,,,,,,,,"Last time, it sadly went down the drain... but not this\ntime! I'm catching it with my mouth...!" +259700 ,,,,,1140040,,千恵,Chie,029_CB20_c_055.wav,chie,,0,,,,,,,,Ahh... haa... haa... +259800 ,,,,,1140040,,,,,,,,,,,,,,,"Having held it in, the force of Chie-chan's pee doesn't\nweaken easily." +259900 ,,,,,1140040,,千恵,Chie,029_CB20_c_056.wav,chie,,0,,,,,,,,Oi-chan... don't suck so much... ahh... nooo... nnngh...! +260000 ,,,,,1140040,,,,,,,,,,,,,,,"With a sucking force, I gulp down the pee." +260100 ,,,,,1140040,,千恵,Chie,029_CB20_c_057.wav,chie,,0,,,,,,,,"...Nn... haa... oi-chan, I finished peeing..." +260200 ,,,,,1140040,,主人公,Kiyoshi,,,,,,,,,,,,...Phew. I caught all of Chie-chan's pee for you...! +260300 ,,,,,1140040,,,,,,,,,,,,,,,Really... truly satisfied! Being able to savor cute Chie-\nchan's pee... I'm overwhelmed with emotion! +260400 ,,,,,1140040,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you... thank you, Chie-chan..." +260500 ,,,,,1140040,,,,,,,,,,,,,,,I was so moved that tears started to fall... +260600 ,,,,,1140040,,千恵,Chie,029_CB20_c_058.wav,chie,,0,,,,,,,,"Eh, ehehe... you're welcome...?" +260700 ,,,,,1140040,,,,,,,,,,,,,,,"Chie-chan gives a shy smile, not quite understanding." +260800 ,,,,,1140040,,,,,,,,,,,,,,,Chie-chan is just too cute! She's the best! +260900 ,$event_return,,,,,,,,,,,,,,,,,,, +261100 ,,,8,32,,,主人公,Kiyoshi,,,,,,,,,,,,"...Alright. It's all good now, Chie-chan. Today's part-time\njob is over!" +261200 ,,,,,,,千恵,Chie,029_CB20_c_059.wav,chie,,25,,,,,,,,"Over...? Haa... somehow, I'm tired..." +261300 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Sorry, it was a bit intense, wasn't it?" +261400 ,,,,,,,千恵,Chie,029_CB20_c_060.wav,chie,,22,,,,,,,,"Yeah... Oi-chan, you were sucking down there, it was\namazing..." +261500 ,,,,,,,主人公,Kiyoshi,,chie,,22,,,,,,,,Chie-chan... how was the adult play...? +261600 ,,,,,,,,,,chie,,22,,,,,,,,I hope she liked it... I wonder... +261700 ,,,,,,,千恵,Chie,029_CB20_c_061.wav,chie,,13,,,,,,,,Hmm... it felt nice and floaty~ +261800 ,,,,,,,,,,chie,,13,,,,,,,,Oh! Surprisingly good response! +261900 ,,,,,,,千恵,Chie,029_CB20_c_062.wav,chie,,13,,,,,,,,Uuu... but it was a little embarrassing... +262000 ,,,,,,,,,,chie,,13,,,,,,,,Chie-chan blushes as she remembers the act. +262100 ,,,,,,,主人公,Kiyoshi,,chie,,13,,,,,,,,"R-really! If it felt good, then it was worth the effort!" +262200 ,,,,,,,主人公,Kiyoshi,,chie,,13,,,,,,,,Next time too... can I ask you for the part- time job? +262300 ,,,,,,,千恵,Chie,029_CB20_c_063.wav,chie,,1,,,,,,,,...Yeah! I'll do it again! +262400 ,,,,,,,,,,chie,,1,,,,,,,,"A bright smile. Even after all that, she still seems full of\nenergy." +262500 ,,,,,,,千恵,Chie,029_CB20_c_064.wav,chie,,24,,,,,,,,"...Ah! Oi-chan, my payment!" +262600 ,,,,,,,,,,chie,,24,,,,,,,,"Chie-chan extends her hand. Oh, right, I almost forgot." +262700 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"Today... since you worked hard, here's 120 yen! How about\nthat?" +262800 ,,,,,,,千恵,Chie,029_CB20_c_065.wav,chie,,4,,,,,,,,"Whoa!! Oi-chan, you're so generous!!" +262900 ,,,,,,,,,,chie,,4,,,,,,,,I place the money in Chie-chan's hand. One 100 yen coin and\ntwo 10 yen coins. +263000 ,,,,,,,千恵,Chie,029_CB20_c_066.wav,chie,,1,,,,,,,,Chie-chan is rich! Now I can buy lots of snacks!! +263100 ,,,,,,,,,,,,,,,,,,,,Chie-chan immediately heads into the store. She's probably\nplanning to buy more snacks. +263200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Haha... it seems she has no intention of paying back her\ndebt... +263300 ,,,,,,,,,,,,,,,,,,,,"I was a bit worried she might pay off her debt, but it was\ncompletely unnecessary." +263400 ,,,,,,,,,,,,,,,,,,,,Chie-chan might have a 'live for today' mentality. +263500 ,,,,,,,千恵,Chie,029_CB20_c_067.wav,,,,,,,,,,,"Oi-chan! Hurry up! Over here, over here! Snacks!!" +263600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, wait! I'm coming over right now!" +263700 ,,,,,,,,,,,,,,,,,,,,"As I head inside, Chie-chan is grinning while holding a\nbunch of snacks." +263800 ,,,,,,,,,,,,,,,,,,,,"After that, we spent time chatting about trivial things\nwhile eating snacks until it was time for Chie-chan to go\nhome." +263900 ,,,0,9000,,,,,,,,,,,,,,,, +264100 ,@030_CB21,,,,,,,,,,,,,,,,,,, +264300 ,,,4,31,,,,,,,,,,,,,,,,Another sunny day. +264400 ,,,,,,,,,,,,,,,,,,,,Bright light is streaming in through the window. It looks\nlike it's going to be another hot day. And it's not just the\ntemperature that's heating up. +264500 ,,,,,,,,,,,,,,,,,,,,"As promised yesterday, Tenka-chan should be arriving soon.\nJust thinking about what's to come makes my crotch heat up." +264600 ,,,,,,,,,,,,,,,,,,,,--Bzzzz. +264700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +264800 ,,,,,,,,,,,,,,,,,,,,"Unable to wait any longer, I was considering how many times\nI could relieve myself before she arrived when my phone\nbuzzed." +264900 ,,,,,,,甜花,Tenka,,,,,,,,,,,,'I'll be there soon.' +265000 ,,,,,,,,,,,,,,,,,,,,"It's a LIME message from Tenka-chan. She's so diligent to\nsend such a message. It feels like we're making a date plan,\nand it makes my heart flutter." +265100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,'Be careful on your way here.' +265200 ,,,,,,,,,,,,,,,,,,,,"After it was marked as read, she sent the first sticker I\ngave her." +265300 ,,,,,,,,,,,,,,,,,,,,It's a sticker of her favorite Sakurai-kun giving a thumbs\nup and saying 'OK!' I'm glad she's using it. +265400 ,,,,,,,,,,,,,,,,,,,,"She said she couldn't buy stickers because they cost money,\nso I think she's using it as a favorite. It makes me want to\ngive her another one." +265500 ,,,,,,,,,,,,,,,,,,,,"That usually slightly cool Tenka-chan showing an unguarded\nsmile unexpectedly, it makes my heart skip a beat." +265600 ,,,,,,,,,,,,,,,,,,,,"If I can see Tenka-chan happy, I feel like I want to do\nanything for her. Ah, they say cuteness is justice, and it's\nso true." +265700 ,,,,,,,甜花,Tenka,030_CB21_t_001.wav,,,,,,,,,,,"Uncle, I'm here." +265800 ,,,,,,,,,,,,,,,,,,,,"Soon, I heard Tenka-chan's voice from the front of the shop." +265900 ,,,,41,,,主人公,Kiyoshi,,,,,,,,,,,,"Good morning, Tenka-chan. Come to this room." +266000 ,,,,,,,甜花,Tenka,030_CB21_t_002.wav,"tenka,privateC",,20,,,,,,,,Excuse me... +266100 ,,,,,,,,,,tenka,,20,,,,,,,,"The way she neatly arranges her shoes shows her good\nupbringing. She can greet properly too, making Tenka-chan\nlook even cuter." +266200 ,,,,,,,,,,tenka,,20,,,,,,,,"I feel the urge to pat her head. But today, I plan to do\nsomething more fun than just patting. I'll hold back for\nnow." +266400 ,,,,31,,,,,,tenka,,23,,,,,,,,"Tenka-chan, who came into the room, asked with a slightly\nuneasy look." +266500 ,,,,,,,,,,tenka,,23,,,,,,,,Is she nervous being alone with me? Maybe she's wary that\nI'll play with her breasts like before. I don't dislike that\nwary expression either. +266600 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Actually, I plan to start Tenka-chan's sexy project in\nearnest from today." +266700 ,,,,,,,甜花,Tenka,030_CB21_t_004.wav,tenka,,3,,,,,,,,Sexy project? What's that? +266800 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,The sexy project is a plan to turn the still-developing\nTenka-chan into a mature and sexy idol! +266900 ,,,,,,,,,,tenka,,3,,,,,,,,Bam! I declare it grandly as if making a major announcement. +267000 ,,,,,,,甜花,Tenka,030_CB21_t_005.wav,tenka,,37,,,,,,,,"Make me an idol... Can you really do that, Uncle?" +267100 ,,,,,,,,,,tenka,,37,,,,,,,,"Though she seems suspicious, Tenka-chan seems interested\nwhen she hears about being an idol. Just as I thought." +267200 ,,,,,,,,,,tenka,,37,,,,,,,,I figured talking about idols would be the best way to pique\nTenka-chan's interest. +267300 ,,,,,,,主人公,Kiyoshi,,tenka,,37,,,,,,,,"If you listen to what Uncle says, there's no doubt you'll\nbecome a hugely popular idol, Tenka-chan." +267400 ,,,,,,,,,,tenka,,37,,,,,,,,"I genuinely think Tenka-chan is cute. If I didn't, I\nwouldn't bother calling her out like this to play tricks." +267500 ,,,,,,,主人公,Kiyoshi,,tenka,,37,,,,,,,,"Tenka-chan is cute, and since you're still growing, if you\nwork hard to polish yourself now, you can become an idol\nlike no one has ever seen before." +267600 ,,,,,,,甜花,Tenka,030_CB21_t_006.wav,tenka,,24,,,,,,,,"C-cute...!? Uncle, is that really true?" +267700 ,,,,,,,,,,tenka,,24,,,,,,,,"She's blushing. When called cute, Tenka-chan gives a very\nhonest reaction." +267800 ,,,,,,,,,,tenka,,24,,,,,,,,"Not just her appearance, but every little gesture Tenka-chan\nmakes is adorable." +267900 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,"I'm not lying. But for that, I think we need to focus on\nenhancing Tenka-chan's sexy qualities, which are your\nstrengths." +268000 ,,,,,,,甜花,Tenka,030_CB21_t_007.wav,tenka,,0,,,,,,,,"If I become sexy, does that mean I can become an idol?" +268100 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,"Exactly. You want to try the sexy project, don't you?" +268700 ,,,,,,,,,,tenka,,0,,,,,,,,Tenka-chan nods eagerly with a smile. +268800 ,,,,,,,,,,tenka,,0,,,,,,,,"It seems Tenka-chan has accepted the sexy project. Well\nthen, let's start today's sexy project right away." +268900 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,"By the way, Tenka-chan, what do you think is necessary to\nbecome sexy?" +269000 ,,,,,,,甜花,Tenka,030_CB21_t_010.wav,tenka,,23,,,,,,,,Um... height? +269100 ,,,,,,,,,,,,,,,,,,,,"Hmm, that was a letdown. I thought she understood to some\nextent. Does she not get why we measured her three sizes\nlast time?" +269200 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Yes, tall and slender women are sexy. But there's something\neven more important." +269300 ,,,,,,,甜花,Tenka,030_CB21_t_011.wav,tenka,,23,,,,,,,,"What? Tell me, Uncle." +269400 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,The answer is the chest. +269500 ,,,,,,,甜花,Tenka,030_CB21_t_012.wav,tenka,,20,,,,,,,,The chest...? +269600 ,,,,,,,,,,tenka,,20,,,,,,,,"Recalling the previous incident, Tenka-chan instinctively\ncovers her chest." +269700 ,,,,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,"Women with large chests are sexy, right? I think there are\nmany idol fans who like big and sexy chests." +269800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"You know, like 'Kojuharu', don't you think she's sexy with\nher big chest?" +269900 ,,,,,,,甜花,Tenka,030_CB21_t_013.wav,tenka,,21,,,,,,,,"Hmm, maybe..." +270000 ,,,,,,,,,,tenka,,21,,,,,,,,Is she imagining it in her head? She's nodding while looking\ndiagonally upward. +270100 ,,,,,,,甜花,Tenka,030_CB21_t_014.wav,tenka,,23,,,,,,,,"So, the sexy project... is it about making the chest...\nbigger?" +270200 ,,,,,,,,,,tenka,,23,,,,,,,,Tenka-chan looks at me a bit anxiously. She seems worried\nthat I might do something strange to her again. +270300 ,,,,,,,,,,tenka,,23,,,,,,,,Well... that's what we're going to do! +270400 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"To become sexy, you need more than just a chest. But today,\nlet's learn how to make the chest bigger." +270500 ,,,,,,,甜花,Tenka,030_CB21_t_015.wav,tenka,,1,,,,,,,,Got it. +270600 ,,,,,,,,,,tenka,,1,,,,,,,,"So, today's curriculum is about how to make the breasts\nbigger." +270700 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Tenka-chan, do you know why a girl's chest gets bigger?" +270800 ,,,,,,,甜花,Tenka,030_CB21_t_016.wav,tenka,,3,,,,,,,,Isn't it because they're girls? +270900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Of course, since boys don't get bigger, that's correct." +271000 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,There's something necessary for the chest to grow. Do you\nknow what it is? +271100 ,,,,,,,甜花,Tenka,030_CB21_t_017.wav,tenka,,14,,,,,,,,"No, I don't know." +271200 ,,,,,,,,,,tenka,,14,,,,,,,,Tenka-chan shakes her head. +271300 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,Have you heard of female hormones? They play a role in\nmaking the chest bigger. +271400 ,,,,,,,甜花,Tenka,030_CB21_t_018.wav,tenka,,34,,,,,,,,"I've heard of it, but... I don't really understand." +271500 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"The topic of hormones can get complicated, so for now, just\nunderstand that female hormones are necessary for making the\nchest bigger." +271600 ,,,,,,,甜花,Tenka,030_CB21_t_019.wav,tenka,,27,,,,,,,,"Yeah, I got it." +271700 ,,,,,,,,,,tenka,,27,,,,,,,,That was fast! +271800 ,,,,,,,,,,tenka,,27,,,,,,,,It seems like Tenka-chan is really into the sexy plan. +271900 ,,,,,,,主人公,Kiyoshi,,tenka,,27,,,,,,,,"Female hormones are produced inside the body. So, if you\nproduce a lot, your chest will grow bigger." +272000 ,,,,,,,甜花,Tenka,030_CB21_t_020.wav,tenka,,7,,,,,,,,How do you produce a lot? Should I eat a lot of food? +272100 ,,,,,,,主人公,Kiyoshi,,tenka,,7,,,,,,,,"Nutrition is somewhat necessary, but that's not it. Hmm,\nlet's see. First... maybe you should learn about erotic\nthings?" +272200 ,,,,,,,甜花,Tenka,030_CB21_t_021.wav,tenka,,4,,,,,,,,Eh... w-why? +272300 ,,,,,,,,,,tenka,,4,,,,,,,,"Since the word 'erotic' suddenly came up, Tenka-chan is\nsurprised." +272400 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"When you do erotic things, a lot of female hormones are\nproduced. So, to make your chest bigger, you need to learn\nabout erotic things." +272500 ,,,,,,,甜花,Tenka,030_CB21_t_022.wav,tenka,,13,,,,,,,,I see... If it's just learning... +272600 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Let me ask you directly, Tenka-chan, do you masturbate?" +272700 ,,,,,,,甜花,Tenka,030_CB21_t_023.wav,tenka,,31,,,,,,,,Eh... I-I don't know about that! +272800 ,,,,,,,,,,tenka,,31,,,,,,,,"Huh? I felt a sense of discomfort at Tenka- chan's strong\ndenial. If she didn't know, her reaction should be more\nnormal..." +272900 ,,,,,,,,,,tenka,,31,,,,,,,,Could it be that she reacts this way because she knows it's\nsomething erotic? +273000 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,Do you really not know? +273100 ,,,,,,,甜花,Tenka,030_CB21_t_024.wav,tenka,,11,,,,,,,,"I told you, I don't know!" +273200 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,Is that so? Are you sure you don't actually know? +273400 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"This is important for becoming an idol, so don't be\nembarrassed and lie, okay?" +273600 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,"It's okay. For a girl around Tenka-chan's age, it's not\nstrange to know about it." +273700 ,,,,,,,,,,tenka,,16,,,,,,,,"In fact, Komako-chan knew about masturbation and even showed\nme how she does it." +274000 ,,,,,,,甜花,Tenka,030_CB21_t_027.wav,tenka,,6,,,,,,,,...I've never done it. I just know a little about it... +274100 ,,,,,,,主人公,Kiyoshi,,tenka,,6,,,,,,,,"You've never done it, but you know what masturbation is?" +274200 ,,,,,,,甜花,Tenka,030_CB21_t_028.wav,tenka,,26,,,,,,,,Yeah... +274300 ,,,,,,,,,,tenka,,26,,,,,,,,"Before I knew it, Tenka-chan's face had turned red, like a\nripe tomato." +274400 ,,,,,,,,,,tenka,,26,,,,,,,,She doesn't have to be so embarrassed. +274500 ,,,,,,,,,,tenka,,26,,,,,,,,"It seems Tenka-chan has never masturbated. Living in the\ncity and having a smartphone, information can come from\nanywhere." +274600 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"Even though you know, you never thought about trying it?" +274700 ,,,,,,,甜花,Tenka,030_CB21_t_029.wav,tenka,,13,,,,,,,,"Well, it's just... scary... My mom told me not to touch down\nthere..." +274800 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,I see~ +275100 ,,,,,,,,,,,,,,,,,,,,"Well, that's only natural. I've never heard of parents\nteaching a girl Tenka-chan's age about masturbation." +275200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Then, to make your breasts bigger, let's learn how to\nmasturbate today." +275400 ,,,,,,,甜花,Tenka,030_CB21_t_030.wav,tenka,,26,,,,,,,,No... I don't want to do that. +275500 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"But Tenka-chan, you want to have bigger breasts and be sexy,\nright? Then you have to try hard now!" +275600 ,,,,,,,甜花,Tenka,030_CB21_t_031.wav,tenka,,6,,,,,,,,B-but! Ugh... +275700 ,,,,,,,,,,tenka,,6,,,,,,,,She wants to be an idol. But she's scared and embarrassed to\nmasturbate. I can see the conflict swirling in Tenka-chan's\nmind. +275800 ,,,,,,,,,,tenka,,6,,,,,,,,I have to give her a little push here. +275900 ,,,,,,,主人公,Kiyoshi,,tenka,,6,,,,,,,,"Don't worry. Even if it's your first time, I'll teach you\nhow to do it properly. That's why I'm here." +276000 ,,,,,,,甜花,Tenka,030_CB21_t_032.wav,tenka,,13,,,,,,,,"...If I do what you say, will I be able to do it right?" +276100 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Leave it to me. I'm one of the world's top masturbators, you\nknow? Oh, but you don't care about that, right?" +276200 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,Alright. Let's try masturbating right away! +276300 ,,,,,,,甜花,Tenka,030_CB21_t_033.wav,tenka,,16,,,,,,,,N-now... right now? +276400 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,That's right. +276500 ,,,,,,,甜花,Tenka,030_CB21_t_034.wav,tenka,,33,,,,,,,,Does that mean... you'll see me... doing it? +276600 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,I can't teach you if I don't watch. +276700 ,,,,,,,甜花,Tenka,030_CB21_t_035.wav,tenka,,26,,,,,,,,Ugh... +276800 ,,,,,,,,,,tenka,,26,,,,,,,,"Hearing that she'll have to show me her masturbation, Tenka-\nchan's face stiffens." +276900 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"Come on, if you don't hurry, it'll be time for Chi-chan and\nthe others to come." +277000 ,,,,,,,甜花,Tenka,030_CB21_t_036.wav,tenka,,31,,,,,,,,But... +277100 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"Come on, sit on this sofa?" +277200 ,,,,,,,甜花,Tenka,030_CB21_t_037.wav,tenka,,24,,,,,,,,Kya! Wait...! +277400 ,,,9,,3120000,,,,,,,,,,,,,,, +277500 ,*mem,,,,3120000,,,,,,,,,,,,,,, +277600 ,,,9,,3120000,,,,,,,,,,,,,,,"I take Tenka-chan's hand and sit her on the sofa. I have her\nsit with her knees up, like in a crouched position." +277700 ,,,,,3120000,,,,,,,,,,,,,,,"From my angle, I can see right up her skirt. Ah, what a\nview~." +277800 ,,,,,3120000,,,,,,,,,,,,,,,"Uh-oh, this is bad... Just this is already quite\nstimulating, and I'm getting hard." +277900 ,,,,,3120000,,,,,,,,,,,,,,,"Hold on, hold on, my penis!" +278000 ,,,,,3120000,,甜花,Tenka,030_CB21_t_038.wav,tenka,,0,,,,,,,,I don't like this position... You can see my panties... +278100 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry. But this way, I can see Tenka- chan's\nmasturbation better." +278200 ,,,,,3120000,,甜花,Tenka,030_CB21_t_039.wav,tenka,,0,,,,,,,,Do I really have to... masturbate? +278300 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"As the first step in the sexy plan, you have to try hard or\nwe can't move forward." +278400 ,,,,,3120000,,甜花,Tenka,030_CB21_t_040.wav,tenka,,0,,,,,,,,Ugh... Even if you say that... hmm... +278500 ,,,,,3120000,,,,,,,,,,,,,,,"It seems Tenka-chan just can't make up her mind. Her face is\nstill red, and her hands aren't moving to her crotch." +278600 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"You know how to do it, right? You just touch your crotch\nwith your hand." +278700 ,,,,,3120000,,甜花,Tenka,030_CB21_t_041.wav,tenka,,0,,,,,,,,"I know that, but... touching my crotch is dirty... and\nscary..." +278800 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. Look, if you touch it over your panties, it won't\nbe as stimulating. Just move your hand like this." +278900 ,,,,,3120000,,甜花,Tenka,030_CB21_t_042.wav,tenka,,0,,,,,,,,"Ah, wait, stop!" +279000 ,,,,,3120000,,,,,,,,,,,,,,,"I place Tenka-chan's hand on her panties, but she quickly\npulls it back." +279100 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan... don't you want to make your breasts bigger? To\nbecome an idol, you have to overcome this hurdle." +279200 ,,,,,3120000,,甜花,Tenka,030_CB21_t_043.wav,tenka,,0,,,,,,,,Do I really... really have to do it? Isn't there another\nway? +279300 ,,,,,3120000,,,,,,,,,,,,,,,Tenka-chan looks at me pleadingly. +279400 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"With such a half-hearted resolve, you can't become a top\nidol." +279500 ,,,,,3120000,,甜花,Tenka,030_CB21_t_044.wav,tenka,,0,,,,,,,,But... +279600 ,,,,,3120000,,,,,,,,,,,,,,,"Her eyes, like those of a small animal about to cry, make my\nconscience ache." +279800 ,,,,,3120000,,,,,,,,,,,,,,,"But I can't back down now. For Tenka-chan's sake and mine,\nshe has to experience her first masturbation." +279900 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,Hmm... +280000 ,,,,,3120000,,,,,,,,,,,,,,,"Come to think of it, I heard on the internet that applying\nmenthol tablets or lip balm to the pussy makes it feel\namazing..." +280100 ,,,,,3120000,,,,,,,,,,,,,,,...Could this work? I should have some lip balm in the back\ndrawer! +280200 ,,,,,3120000,,,,,,,,,,,,,,,I return from the next room with a used lip balm in hand. +280300 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, should I apply some medicine for you?" +280400 ,,,,,3120000,,甜花,Tenka,030_CB21_t_045.wav,tenka,,0,,,,,,,,Medicine? What kind of medicine? +280500 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"It's lip balm. Lip balm has the effect of making you want to\ntouch your crotch. Since it's something you put on your\nlips, it's fine to apply it to your crotch too, right?" +280600 ,,,,,3120000,,,,,,,,,,,,,,,"As I say this, I twist the base of the lip balm." +280900 ,,,,,3120000,,,,,,,,,,,,,,,"Come to think of it, since I'm using this lip balm, does\nthat mean I'm indirectly going down on Tenka-chan?!" +281100 ,,,,,3120000,,,,,,,,,,,,,,,I'm getting really excited... +281200 ,,,,,3120000,,甜花,Tenka,030_CB21_t_046.wav,tenka,,0,,,,,,,,"No, don't just apply that without asking!" +281300 ,,,,,3120000,,,,,,,,,,,,,,,"As I reach for Tenka-chan's panties with the lip balm in\nhand, her hands block my way." +281400 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. I'm just applying some medicine. Come on, can you\nmove your hands?" +281500 ,,,,,3120000,,甜花,Tenka,030_CB21_t_047.wav,tenka,,0,,,,,,,,I-I'll do it myself... +281600 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"It's hard to apply it yourself, right? Let me do it for you." +281700 ,,,,,3120000,,,,,,,,,,,,,,,"Half-forcefully, I move Tenka-chan's hands aside. And\nthen..." +281900 ,,,,,3120010,,甜花,Tenka,030_CB21_t_048.wav,tenka,,0,,,,,,,,"Eek!? Ah... no... Uncle, stop!" +282000 ,,,,,3120010,,,,,,,,,,,,,,,I slide her panties aside with my right hand and apply the\nlip balm along the exposed slit. +282100 ,,,,,3120010,,甜花,Tenka,030_CB21_t_049.wav,tenka,,0,,,,,,,,Ah... ugh... no... I don't want this... +282200 ,,,,,3120010,,主人公,Kiyoshi,,,,,,,,,,,,"I'm just applying medicine. Relax your shoulders. Come on,\ndeep breaths, deep breaths." +282300 ,,,,,3120010,,,,,,,,,,,,,,,"Saying whatever comes to mind, I keep applying the lip balm\nuntil Tenka-chan's slit is shiny." +282400 ,,,,,3120010,,甜花,Tenka,030_CB21_t_050.wav,tenka,,0,,,,,,,,Inhale... exhale... +282700 ,,,,,3120010,,主人公,Kiyoshi,,,,,,,,,,,,"For disinfection, I'll apply a little deeper, okay?" +282800 ,,,,,3120010,,甜花,Tenka,030_CB21_t_051.wav,tenka,,0,,,,,,,,I-I think you've applied enough already... +282900 ,,,,,3120010,,主人公,Kiyoshi,,,,,,,,,,,,"It's an important place for Tenka-chan, right? It would be a\nproblem if something happened." +283100 ,,,,,3120010,,,,,,,,,,,,,,,The disinfection excuse is a complete lie; I just want to\nenjoy myself. +283200 ,,,,,3120010,,甜花,Tenka,030_CB21_t_053.wav,tenka,,0,,,,,,,,Phew... haaah... +283500 ,,,,,3120010,,,,,,,,,,,,,,,"As I carefully apply the lip balm, a little moisture starts\nto seep from the slit." +283600 ,,,,,3120010,,,,,,,,,,,,,,,Could it be that it's getting wet? +283800 ,,,,,3120020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright. With this much applied, it should be fine. Tenka-\nchan, do you feel like touching your crotch?" +283900 ,,,,,3120020,,,,,,,,,,,,,,,I put her panties back in place and leave the rest to Tenka-\nchan. +284100 ,,,,,3120020,,甜花,Tenka,030_CB21_t_054.wav,tenka,,0,,,,,,,,"You're so mean, mister..." +284200 ,,,,,3120020,,主人公,Kiyoshi,,,,,,,,,,,,Sorry. I was a bit forceful. But this is for Tenka-chan's\nsake. +284300 ,,,,,3120020,,甜花,Tenka,030_CB21_t_055.wav,tenka,,0,,,,,,,,I told you to stop... +284400 ,,,,,3120020,,主人公,Kiyoshi,,,,,,,,,,,,How does it feel? +284500 ,,,,,3120020,,甜花,Tenka,030_CB21_t_056.wav,tenka,,0,,,,,,,,...My crotch feels cool... it's a weird feeling... +284600 ,,,,,3120020,,,,,,,,,,,,,,,"That weird feeling must mean she's feeling something. Since\nI confirmed it's wet, there's no doubt." +284700 ,,,,,3120020,,主人公,Kiyoshi,,,,,,,,,,,,"The cool feeling means the medicine is working. Come on,\ndon't you feel like touching your crotch?" +284900 ,,,,,3120020,,,,,,,,,,,,,,,"As I say that, Tenka-chan's fingers slowly approach the\ncrotch area..." +285000 ,,,,,3120030,,甜花,Tenka,030_CB21_t_057.wav,tenka,,0,,,,,,,,...Nn. +285100 ,,,,,3120030,,,,,,,,,,,,,,,"Cautiously reaching out, Tenka-chan finally touches her\npussy over her panties." +285200 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"Oh! You finally did it, Tenka-chan! Just like that, keep\ntouching the slit with your fingers." +285300 ,,,,,3120030,,甜花,Tenka,030_CB21_t_058.wav,tenka,,0,,,,,,,,Haa... nn... +285400 ,,,,,3120030,,,,,,,,,,,,,,,"A soft sigh escapes from Tenka-chan's lips. Seeing Tenka-\nchan's first masturbation, I also got excited, and my dick\nwas rock hard." +285500 ,,,,,3120030,,,,,,,,,,,,,,,"With a slow, gentle motion, Tenka-chan's fingers trace the\nslit of her panties." +285600 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,How is it? Does it feel good? +285700 ,,,,,3120030,,甜花,Tenka,030_CB21_t_059.wav,tenka,,0,,,,,,,,I don't know... But it feels like my crotch is tingling... +285800 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,That's your crotch sending signals that it wants more\nattention. +285900 ,,,,,3120030,,甜花,Tenka,030_CB21_t_060.wav,tenka,,0,,,,,,,,I'm scared... +286000 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"You're doing it right. Once you get used to it, try moving\nyour fingers faster or inserting them into the slit." +286100 ,,,,,3120030,,甜花,Tenka,030_CB21_t_061.wav,tenka,,0,,,,,,,,Okay... Haa... nn... +286200 ,,,,,3120030,,,,,,,,,,,,,,,"Her fingers cautiously moving over her panties are quite\nfrustrating, but it's a captivating sight in its own way." +286300 ,,,,,3120030,,,,,,,,,,,,,,,"From clumsy masturbation, gradually moving to seek her own\npleasure... I want to see that. I want her to show me. So,\nkeep it up, Tenka- chan! Your breasts will grow too!" +286400 ,,,,,3120030,,甜花,Tenka,030_CB21_t_062.wav,tenka,,0,,,,,,,,It feels like my panties... are getting wet... +286500 ,,,,,3120030,,,,,,,,,,,,,,,"Looking closely, there was a small stain on Tenka-chan's\npanties." +286600 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,That's what happens when a girl feels good. It means Tenka-\nchan is enjoying her masturbation right now. +286700 ,,,,,3120030,,甜花,Tenka,030_CB21_t_063.wav,tenka,,0,,,,,,,,No... Don't say things like that... +286800 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"Why not? Knowing you're doing it right should make you feel\nrelieved, right?" +286900 ,,,,,3120030,,甜花,Tenka,030_CB21_t_064.wav,tenka,,0,,,,,,,,It's embarrassing... I don't like it... You're such a\npervert... +287000 ,,,,,3120030,,,,,,,,,,,,,,,"Even as she glares at me resentfully, Tenka- chan's fingers\ndon't stop." +287100 ,,,,,3120030,,,,,,,,,,,,,,,"It's probably because of the menthol, forcing her to touch\nherself, but I think she's starting to feel some sexual\npleasure from it." +287300 ,,,,,3120030,,甜花,Tenka,030_CB21_t_065.wav,tenka,,0,,,,,,,,Haa... haa... nnk +287400 ,,,,,3120030,,,,,,,,,,,,,,,"Her fingers are becoming a bit bolder. It seemed like they\nwere barely moving, but now they're tracing up and down\nfirmly." +287500 ,,,,,3120030,,,,,,,,,,,,,,,"However, she still seems hesitant to insert them into the\nslit." +287600 ,,,,,3120030,,甜花,Tenka,030_CB21_t_066.wav,tenka,,0,,,,,,,,Is this... right? Uncle... +287700 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"If it feels good to you, Tenka-chan, then you're doing it\nright." +287800 ,,,,,3120030,,甜花,Tenka,030_CB21_t_067.wav,tenka,,0,,,,,,,,"Feeling good... I've never done this before, so I don't\nknow..." +287900 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"But your crotch is getting wet, right? It wouldn't get wet\nif it didn't feel good, you know?" +288000 ,,,,,3120030,,甜花,Tenka,030_CB21_t_068.wav,tenka,,0,,,,,,,,I don't know! I-It just came out on its own... Nn... haa... +288100 ,,,,,3120030,,,,,,,,,,,,,,,"She still doesn't want to admit it feels good. But her body\nis honest, and she continues to masturbate." +288200 ,,,,,3120030,,甜花,Tenka,030_CB21_t_069.wav,tenka,,0,,,,,,,,"Even if it doesn't feel good, as long as my breasts get\nbigger..." +288300 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"If it doesn't feel good, then you're not really\nmasturbating. So if it doesn't feel good, your breasts won't\nget bigger." +288400 ,,,,,3120030,,甜花,Tenka,030_CB21_t_070.wav,tenka,,0,,,,,,,,Nn... no way... ah! +288500 ,,,,,3120030,,,,,,,,,,,,,,,Twitch! Tenka-chan's body jolted. Her fingers are gently\npressing into the slit over her panties. +288600 ,,,,,3120030,,,,,,,,,,,,,,,She might be anxious after hearing that her breasts won't\ngrow unless it feels good. +288700 ,,,,,3120030,,甜花,Tenka,030_CB21_t_071.wav,tenka,,0,,,,,,,,"What was that? My voice came out on its own, and I\ntwitched... Should I stop going inside?" +288800 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"No. It's the opposite. It felt so good that your voice came\nout reflexively. Tenka-chan, you're very sensitive inside." +288900 ,,,,,3120030,,甜花,Tenka,030_CB21_t_072.wav,tenka,,0,,,,,,,,No way... What should I do? +289000 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"You should try touching inside more. Then you'll understand\nhow good masturbation feels, Tenka-chan." +289100 ,,,,,3120030,,甜花,Tenka,030_CB21_t_073.wav,tenka,,0,,,,,,,,...Nn... nna... hia... yan! +289200 ,,,,,3120030,,,,,,,,,,,,,,,"Her fingers move lewdly, pressing the fabric of her panties\ninto the slit." +289300 ,,,,,3120030,,,,,,,,,,,,,,,"She seems a bit scared of the intense stimulation, yet her\ncuriosity about the unknown pleasure is driving her\nforward... that's how it seems." +289400 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"See, there... it feels good, right?" +289500 ,,,,,3120030,,甜花,Tenka,030_CB21_t_074.wav,tenka,,0,,,,,,,,"Fua... ah, aah..." +289600 ,,,,,3120030,,,,,,,,,,,,,,,The sighs escaping from Tenka-chan have now turned into what\ncould be called moans. +289700 ,,,,,3120030,,甜花,Tenka,030_CB21_t_075.wav,tenka,,0,,,,,,,,This is... what feeling good means... +289800 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"Looks like you're getting it. With this, you can become a\nsexy idol with curves!" +289900 ,,,,,3120030,,甜花,Tenka,030_CB21_t_076.wav,tenka,,0,,,,,,,,"Yeah...! Haa... hyan! I'll become... an idol... Ah, hin! My\nbreasts, get bigger..." +290000 ,,,,,3120030,,,,,,,,,,,,,,,"The Tenka-chan who once refused to masturbate is no longer\nthere; instead, there's a girl trying her best to feel good\nwith her newfound masturbation skills." +290100 ,,,,,3120030,,甜花,Tenka,030_CB21_t_077.wav,tenka,,0,,,,,,,,"Ah... ah... Uncle, s-something's coming... W-what is this...\nIt's scary, but I don't want to stop my hand...!" +290200 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,Just keep going... you'll feel really good. +290300 ,,,,,3120030,,,,,,,,,,,,,,,"Tenka-chan seems bewildered by the anticipation of her first\nclimax, but bring it on. Come on, show me. The future idol's\nfirst orgasm!" +290400 ,,,,,3120030,,甜花,Tenka,030_CB21_t_078.wav,tenka,,0,,,,,,,,"Haa... nku... ah, what should I do, what should I do? I\ncan't stop... I can't stop..." +290500 ,,,,,3120030,,,,,,,,,,,,,,,"Her fingers, placed on the slit, move busily to reach the\npeak. Tenka-chan's body trembles with a jolt." +290600 ,,,,,3120030,,甜花,Tenka,030_CB21_t_079.wav,tenka,,0,,,,,,,,Nnnn... Nn~~! +290800 ,,,,,3120040,,,,,,,,,,,,,,,"Jolt, shake shake shake――!" +290900 ,,,,,3120040,,甜花,Tenka,030_CB21_t_080.wav,tenka,,0,,,,,,,,Nn... fua... haa... +291000 ,,,,,3120040,,主人公,Kiyoshi,,,,,,,,,,,,Looks like Tenka-chan came. +291100 ,,,,,3120040,,甜花,Tenka,030_CB21_t_081.wav,tenka,,0,,,,,,,,Came...? +291200 ,,,,,3120040,,主人公,Kiyoshi,,,,,,,,,,,,"It means you felt good from masturbating. If you masturbate\nenough to come, you'll have plenty of female hormones." +291300 ,,,,,3120040,,甜花,Tenka,030_CB21_t_082.wav,tenka,,0,,,,,,,,Then...? +291400 ,,,,,3120040,,主人公,Kiyoshi,,,,,,,,,,,,"Congratulations, Tenka-chan. The first session of the sexy\nplan was a huge success!" +291500 ,,,,,3120040,,,,,,,,,,,,,,,I give her a round of applause. +291600 ,,,,,3120040,,,,,,,,,,,,,,,"Tenka-chan, still limp on the sofa," +291700 ,,,,,3120040,,甜花,Tenka,030_CB21_t_083.wav,tenka,,0,,,,,,,,...That was nice... +291800 ,,,,,3120040,,,,,,,,,,,,,,,she said with a smile. +291900 ,,,,,3120040,,,,,,,,,,,,,,,"Thanks to coming, her love juices must have overflowed, as\nthe stain on her panties has grown larger." +292000 ,,,,,3120040,,,,,,,,,,,,,,,Tenka-chan's masturbation was amazing. I can't count how\nmany times I thought about taking out my dick and joining\nin. +292100 ,$event_return,,,,,,,,,,,,,,,,,,, +292300 ,,,5,35,,,主人公,Kiyoshi,,,,,,,,,,,,How was it? Your first time masturbating? +292400 ,,,,,,,甜花,Tenka,030_CB21_t_084.wav,tenka,,16,,,,,,,,"At first, I was scared... but once I started, I couldn't\nstop... it felt good." +292500 ,,,,,,,,,,tenka,,16,,,,,,,,The way she lowers her voice at the end is adorable. +292600 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,But you can't just stop here. You need to do it a lot for it\nto be effective. +292700 ,,,,,,,甜花,Tenka,030_CB21_t_085.wav,tenka,,13,,,,,,,,Yeah... +292800 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"You can masturbate even when I'm not watching, right?" +292900 ,,,,,,,甜花,Tenka,030_CB21_t_086.wav,tenka,,33,,,,,,,,"I think I can... but, my crotch feels a bit sore..." +293000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"That's because I applied lip balm today. If you don't apply\nit, it shouldn't feel sore." +293200 ,,,,,,,甜花,Tenka,030_CB21_t_087.wav,tenka,,26,,,,,,,,I did feel good... but... my panties are all slippery... +293300 ,,,,,,,,,,tenka,,26,,,,,,,,"It's proof of the success of the sexy plan, but Tenka-chan\nseems uncomfortable." +293400 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,Do you want to take a bath before Chie-chan and Komako-chan\ncome over? +293500 ,,,,,,,甜花,Tenka,030_CB21_t_088.wav,tenka,,4,,,,,,,,A bath? Is that okay? +293600 ,,,,,,,,,,tenka,,4,,,,,,,,Tenka-chan's eyes sparkled with delight. +293700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, of course." +293800 ,,,,,,,,,,,,,,,,,,,,It must be really uncomfortable for her to have her pussy so\nwet. +293900 ,,,,,,,,,,,,,,,,,,,,"For a guy, it's like wearing underwear that's stiff with\nsemen or precum. That's definitely uncomfortable." +294000 ,,,,,,,,,,,,,,,,,,,,"Alright, then I'll wash Tenka-chan's panties for her. I\nmight do something before washing them, but since I'm\nwashing them, it doesn't matter, right?" +294100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,The bath is this way. +294200 ,,,,65,,,,,,,,,,,,,,,,I guide Tenka-chan to the bath while bending forward. +294300 ,,,,,,,甜花,Tenka,030_CB21_t_089.wav,tenka,,3,,,,,,,,Uncle? Your walking looks a bit strange? +294400 ,,,,,,,,,,tenka,,3,,,,,,,,"After seeing such a sight, it's strange not to get an\nerection. I tried to hide the bulge in my crotch, but Tenka-\nchan looked at me with a puzzled expression." +294500 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Ha, hahaha... Am I getting old? My back hurts..." +294600 ,,,,,,,,,,tenka,,3,,,,,,,,I cover it up with a rather lame lie. +294900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Well then, I'll go heat up the bath, so wait in the room,\nokay?" +295000 ,,,,,,,甜花,Tenka,030_CB21_t_090.wav,tenka,,1,,,,,,,,Okay. +295100 ,,,,,,,,,,tenka,,1,,,,,,,,I start preparing the bath diligently. All for the sake of\nthe panties! +295200 ,,,,,,,,,,,,,,,,,,,, +295400 ,@031_CB22,,,,,,,,,,,,,,,,,,, +295700 ,,,5,65,,,,,,,,,,,,,,,,"Just as Tenka-chan is about to get ready for the bath, the\nstore's shutter is suddenly banged on!" +295800 ,,,,,,,,,,,,,,,,,,,,"Startled by the sound echoing through the store, I shudder\nviolently." +295900 ,,,,,,,,,,,,,,,,,,,,It seems Tenka-chan was just as surprised. She hurriedly hid\nin the shadow of my back. +296000 ,,,,,,,,,,,,,,,,,,,,I was so close to enjoying Tenka-chan's bath time... Who's\ntrying to interrupt? +296100 ,,,,,,,,,,,,,,,,,,,,This is unacceptable! I want to secretly peek at Tenka-chan\nwhile she's in the bath! +296200 ,,,,,,,,,,,,,,,,,,,,"Ignore those inconsiderate people, just ignore them!" +296300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"That was surprising... Are you okay, Tenka- chan?" +296400 ,,,,,,,甜花,Tenka,031_CB22_t_000.wav,,,,,,,"tenka,privateC",,12,,Y-Yeah... +296500 ,,,,,,,,,,,,,,,,tenka,,12,,"Tenka-chan's body is trembling slightly. ...I was startled\ntoo, so it's no wonder she's scared." +296600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,"Tenka-chan, go ahead and take a bath first. Don't worry\nabout what's outside." +296700 ,,,,,,,,,,,,,,,,tenka,,12,,"As I try to guide Tenka-chan to the changing room, I hear a\nfamiliar voice from outside." +296800 ,,,,,,,千恵,Chie,031_CB22_c_000.wav,,,,,,,tenka,,12,,Uncle! I'm here! +296900 ,,,,,,,,,,,,,,,,tenka,,4,,That energetic voice... It's definitely Chie- chan. +297000 ,,,,,,,,,,,,,,,,tenka,,4,,"I thought about ignoring it, but with Chie- chan, that's\nimpossible." +297100 ,,,,,,,,,,,,,,,,tenka,,4,,"Sorry, Tenka-chan... It looks like the bath will have to\nwait until next time." +297200 ,,,,,,,甜花,Tenka,031_CB22_t_001.wav,,,,,,,tenka,,4,,Huh... Chie and the others are already here? +297300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,4,,"Tenka-chan... I really want to let you use the bath, but\nChie-chan and the others have arrived..." +297400 ,,,,,,,甜花,Tenka,031_CB22_t_002.wav,,,,,,,tenka,,34,,"I won't go in! ...If they ask why I was in the bath later, I\nwon't be able to answer!" +297500 ,,,,,,,,,,,,,,,,tenka,,34,,"Tenka-chan and I were on the same page. Now that it's\ndecided, let's quickly welcome Chie-chan." +297600 ,,,,21,,,主人公,Kiyoshi,,,,,,,,,,,,Just wait a moment. I'll open it right away. ―Alright! +297700 ,,,,,,,,,,,,,,,,,,,,"As I raised the shutter, Chie-chan and Komako-chan entered\nthe shop as if they had been waiting." +297800 ,,,,,2130000,,,,,,,,,,,,,,,"Oh, Komako-chan was with her too... What are they wearing!" +297900 ,,,,,2130000,,千恵,Chie,031_CB22_c_001.wav,,,,,,,,,,,Ugh... Soaked from the rain... +298100 ,,,,,2130000,,主人公,Kiyoshi,,,,,,,,,,,,Why are you both so wet!? +298200 ,,,,,2130000,,,,,,,,,,,,,,,"Even though I was a bit flustered, my eyes were glued to\nChie-chan and Komako-chan." +298300 ,,,,,2130000,,,,,,,,,,,,,,,Their rain-soaked appearance was incredibly alluring to me. +298400 ,,,,,2130000,,,,,,,,,,,,,,,Especially Komako-chan's outfit was spot on. It exuded an\noverwhelming sense of eros. +298500 ,,,,,2130000,,,,,,,,,,,,,,,"The wet white dress clung tightly to her smooth, white skin,\nrevealing her nipples and panties!" +298600 ,,,,,2130000,,コマコ,Komako,031_CB22_k_000.wav,,,,,,,,,,,"...Chie-chan, come over here." +298700 ,,,,,2130000,,千恵,Chie,031_CB22_c_002.wav,,,,,,,,,,,"Huh...? What's wrong, Koma-chan?" +298800 ,,,,,2130000,,コマコ,Komako,031_CB22_k_001.wav,,,,,,,,,,,"...It's nothing. Don't worry about it, Chie- chan." +298900 ,,,,,2130000,,,,,,,,,,,,,,,"Saying that, Komako-chan glared at me as if to protect Chie-\nchan." +299000 ,,,,,2130000,,,,,,,,,,,,,,,...But it was Komako-chan who was being looked at... +299100 ,,,,,2130000,,,,,,,,,,,,,,,"Whether she's oblivious to herself or desperately trying to\nprotect Chie-chan, she's way too defenseless." +299200 ,,,,,2130000,,,,,,,,,,,,,,,"Damn it... After watching Tenka-chan's masturbation, seeing\nthis makes me want to jerk off right away!" +299300 ,,,,,2130000,,,,,,,,,,,,,,,Even though it's still morning... I'm completely aroused. +299400 ,,,,,2130000,,,,,,,,,,,,,,,"As I stood frozen by the overwhelming sight, Chie-chan\ntrotted over to me." +299500 ,,,,,2130000,,,,,,,,,,,,,,,...Could it be she's going to hug me!? Bring it on! I'll hug\nher with all my might! +299600 ,,,,,2130000,,,,,,,,,,,,,,,"Thinking that, I spread my arms wide, but Chie-chan passed\nby my side... Huh? Wasn't she going to hug me?" +299800 ,,,,35,,,千恵,Chie,031_CB22_c_003.wav,,,,"chie,privateC",,4,,,,,"Oh, it's Tenka-chan! You were already here?" +299900 ,,,,,,,甜花,Tenka,031_CB22_t_003.wav,,,,,,,tenka,,11,,"...Y-yeah! Since you guys were late, I was waiting inside\nthe shop." +300000 ,,,,,,,,,,,,,,,,,,,,Oh... she just noticed Tenka-chan... +300100 ,,,,,,,,,,,,,,,,,,,,"Feeling a bit deflated, I watched as Chie- chan and the\nothers, unaware of my feelings, started chatting happily." +300200 ,,,,,,,千恵,Chie,031_CB22_c_004.wav,,,,chie,,28,,,,,"I thought Chie-chan would be the first one here, but I lost!\n...Achoo!" +300300 ,,,,,,,コマコ,Komako,031_CB22_k_002.wav,"komako,private",,4,,,,,,,,...Are you cold? +300400 ,,,,,,,,,,komako,,4,,,,,,,,"Chie-chan, who sneezed, was shivering slightly." +300500 ,,,,,,,,,,komako,,4,,,,,,,,"Even though it's summer, being soaked in the rain might\ncause a cold." +300600 ,,,,,,,,,,komako,,4,,,,,,,,"It's a shame I won't be able to see the see- through Komako-\nchan anymore, but I have to step up." +300700 ,,,,,,,,,,komako,,4,,,,,,,,I was planning to prepare a bath for Tenka- chan anyway.\nThis is a perfect opportunity! +300800 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"You'll catch a cold if you stay in those clothes. I'll run a\nbath for you, so go ahead and get in." +300900 ,,,,,,,千恵,Chie,031_CB22_c_005.wav,,,,chie,,4,,,,,"Huh, really?" +301000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,Of course! It'd be a waste to catch a cold during summer\nvacation. +301100 ,,,,,,,千恵,Chie,031_CB22_c_006.wav,,,,chie,,1,,,,,"Yay! A bath~! In that case, let's take one together, Uncle!" +301200 ,,,,,,,,,,,,,chie,,1,,,,,Chie-chan happily snuggled up to me with a big smile. +301300 ,,,,,,,,,,,,,chie,,1,,,,,What a wonderful thing to say! I never thought I'd get\nanother chance to take a bath with Chie-chan...! +301400 ,,,,,,,,,,,,,chie,,1,,,,,"Ah... I'm getting excited, my pants are starting to bulge!" +301500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,That's right! Maybe I'll join you in the bath! +301600 ,,,,,,,,,,,,,chie,,1,,,,,"Just as I said that, I realized... Tenka-chan and Komako-\nchan were looking at me with disdain." +301700 ,,,,,,,,,,,,,chie,,1,,,,,Oops... It seems I've gotten carried away. +301800 ,,,,,,,,,,,,,chie,,1,,,,,I might have just lost all the trust I've built with the two\nof them. +301900 ,,,,,,,,,,,,,chie,,1,,,,,I should restrain myself and give up on taking a bath\ntogether. Missing out on the bath doesn't mean I'll lose all\nmy fun. +302000 ,,,,,,,,,,,,,chie,,1,,,,,Because there's still one possibility left. I'll bet on that\npossibility! +302100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Ah, no, I can't. Sorry, Chie-chan... I can't join you in the\nbath..." +302200 ,,,,,,,千恵,Chie,031_CB22_c_007.wav,,,,chie,,3,,,,,Why the sudden change? You just said you might join... +302300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"I do want to, but if we all go in together, my bathroom is a\nbit too small." +302400 ,,,,,,,千恵,Chie,031_CB22_c_008.wav,,,,chie,,23,,,,,I see... Chie-chan wanted to take a bath together... +302500 ,,,,,,,,,,,,,chie,,23,,,,,"Seeing Chie-chan's dejected face, my heart was gripped\ntightly." +302600 ,,,,,,,,,,,,,chie,,23,,,,,What a kind child... To have impure thoughts about such an\ninnocent girl... I'm so sinful. +302700 ,,,,,,,,,,,,,chie,,23,,,,,But that's what makes it good! The forbidden feelings swirl\nwithin my heart. +302800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,"Don't worry about me, you three go ahead and take a bath." +302900 ,,,,,,,甜花,Tenka,031_CB22_t_004.wav,,,,,,,tenka,,4,,Huh... me too? +303000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,4,,"Hmm? Tenka-chan, you don't want to join?" +303100 ,,,,,,,甜花,Tenka,031_CB22_t_005.wav,,,,,,,tenka,,16,,"Well, I'm not really wet..." +303200 ,,,,,,,,,,,,,,,,tenka,,16,,"Saying that, Tenka-chan tried to refuse taking a bath." +303300 ,,,,,,,,,,,,,,,,tenka,,16,,She's probably worried that her panties got dirty from the\nmasturbation earlier. +303400 ,,,,,,,,,,,,,,,,tenka,,16,,"I understand not wanting to be seen, but it would be\ntroublesome if the three of them don't head to the bathroom\nnow." +303500 ,,,,,,,,,,,,,,,,tenka,,16,,Let's have Chie-chan give her a little push. +303600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,16,,"Hey, Chie-chan. You want to take a bath with the three of\nyou, right? I think it'll be more fun if everyone goes in\ntogether." +303700 ,,,,,,,千恵,Chie,031_CB22_c_009.wav,,,,chie,,1,,,,,"Chie-chan thinks so too! Tenka-chan, let's go in together!" +303800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"See, Chie-chan is saying that too, so don't hold back. I'll\ntake responsibility and wash your clothes." +303900 ,,,,,,,,,,,,,chie,,1,,,,,"I offer a helping hand to Tenka-chan, giving her the final\npush." +304000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Don't worry, Tenka-chan, I'll take responsibility and clean\nyour panties. If you don't want them to see, you can wrap\nthem in your clothes." +304100 ,,,,,,,甜花,Tenka,031_CB22_t_006.wav,,,,,,,tenka,,33,,............ +304200 ,,,,,,,,,,,,,,,,tenka,,33,,Tenka-chan blushed and hit me. ...Was she that embarrassed? +304300 ,,,,,,,,,,,,,,,,tenka,,33,,"But now, Tenka-chan should be able to take a bath too!" +304400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,33,,"Go in with the two of them, it must feel uncomfortable down\nthere, right?" +304500 ,,,,,,,甜花,Tenka,031_CB22_t_007.wav,,,,,,,tenka,,13,,............Okay. +304600 ,,,,,,,,,,,,,,,,tenka,,13,,Yes! Just as planned! +304700 ,,,,,,,,,,,,,,,,,,,,Yes... the possibility left for me is the clothes left\nbehind after the three of them enter the bath. +304800 ,,,,,,,,,,,,,,,,,,,,"Clothes that cling to the skin... if I had to say, panties!\nTo me, they're like treasures!" +304900 ,,,,,,,,,,,,,,,,,,,,"Collecting them after everyone goes into the bath, that's my\ngoal!" +305000 ,,,,,,,,,,,,,,,,,,,,Just thinking about it makes heat gather in my lower body. I\nneed to calm down quickly or I'll explode on my own. +305100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I'll heat up the water right away, so take off your clothes\nand get ready." +305200 ,,,,,,,,,,,,,,,,,,,,I call out to everyone while trying to maintain my\ncomposure. +305300 ,,,,,,,千恵,Chie,031_CB22_c_010.wav,,,,chie,,21,,,,,Okay! +305400 ,,,,,,,,,,,,,,,,,,,,The only one who responded energetically to my words was\nChie-chan. It seems Tenka-chan still has some reservations\nand isn't very enthusiastic. +305500 ,,,,,,,,,,,,,,,,,,,,Komako-chan is trembling with her head down. ...She's\nprobably happy to be able to take a bath with Chie-chan. +305600 ,,,,,,,,,,,,,,,,,,,,"Each of the three has a different reaction, which is kind of\namusing. ...Damn, I wish I could join them too." +305900 ,,,15,65,,,主人公,Kiyoshi,,,,,,,,,,,,"It might take some time to dry your clothes, so take your\ntime in the bath and warm up your bodies." +306000 ,,,,,,,千恵,Chie,031_CB22_c_011.wav,,,,,,,,,,,"Yeah! Thanks, uncle!" +306100 ,,,,,,,甜花,Tenka,031_CB22_t_008.wav,,,,,,,,,,,"Chii! It's cramped, so don't thrash around! It's dangerous!" +306200 ,,,,,,,,,,,,,,,,,,,,"The frosted glass obstructs my view, but I'm sure there's a\nparadise beyond it." +306300 ,,,15,,,,,,,,,,,,,,,,,"To be blocked by such a thin wall... I'm really unlucky.\n...Oh, I can't take my time here." +306400 ,*mem,,,,,,,,,,,,,,,,,,, +306500 ,,,15,65,,,,,,,,,,,,,,,,"I don't have much time, and I can probably only manage one\nshot... I need to carefully decide which panties to use for\nmy release." +306600 ,,,,,,,,,,,,,,,,,,,,I was faced with the ultimate choice... +306700 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Chie-chan's panties,sel_1a",,,,,,,,,,,,,,,,,,,■@ Chie-chan's panties +↓,"$menu_item 1,Komako-chan's panties,sel_1b",,,,,,,,,,,,,,,,,,,■A Komako-chan's panties +↓,"$menu_item 2,Tenka-chan's panties,sel_1c",,,,,,,,,,,,,,,,,,,■B Tenka-chan's panties +↓,"$menu_item 3,Everyone's panties,sel_1d",,,,,,,,,,,,,,,,,,,■C All of their panties +↓,$menu_end,,,,,,,,,,,,,,,,,,, +306800 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Chie-chan's panties +306900 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +307100 ,,,,,9134000,,,,,,,,,,,,,,,"...It has to be Chie-chan's panties! These thick panties,\nappropriate for her age, are supreme! They pierce my heart." +307200 ,,,,,9134000,,,,,,,,,,,,,,,The fact that they're damp from the rain is also nice. These\nare the best panties I've ever encountered! +307300 ,,,,,9134000,,,,,,,,,,,,,,,It's quite moving to have something I could only glimpse at\nbefore right in front of me. +307400 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan... I'm going to comfort myself with your panties.\n...It's okay, right?" +307500 ,,,,,9134000,,,,,,,,,,,,,,,"I confirm in a voice low enough that she can't hear. Of\ncourse, there's no way I'd get a response. But that's fine." +307600 ,,,,,9134000,,,,,,,,,,,,,,,"I quickly took out my hardened penis. ...When I think about\nit, there are naked girls just beyond this wall. And now I'm\nabout to be naked too." +307700 ,,,,,9134000,,,,,,,,,,,,,,,Being able to be this close and intimate... I'm really glad\nI got along with everyone... +307800 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... these slightly thick cotton panties...! +307900 ,,,,,9134000,,,,,,,,,,,,,,,"As I gaze at the panties, I notice a small stain on the\ncrotch area." +308000 ,,,,,9134000,,,,,,,,,,,,,,,"...Chie-chan, you didn't wipe properly after going to the\nbathroom..." +308200 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Sniff sniff... I see... +308300 ,,,,,9134000,,,,,,,,,,,,,,,"The rich scent tickles my nostrils and stimulates my groin.\nTo give off such an erotic smell, Chie-chan is quite the\nnaughty girl..." +308400 ,,,,,9134000,,,,,,,,,,,,,,,"Wait, could it be that what I'm doing now is indirect\ncunnilingus? ...Yes, that's it, no doubt!" +308500 ,,,,,9134000,,,,,,,,,,,,,,,I'm pressing my nose against the fabric that touched her\npussy... What am I doing! +308600 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Haa... this is the scent of Chie-chan's pussy...! Ugh! +308700 ,,,,,9134000,,,,,,,,,,,,,,,No... I have to hold back a little longer. It would be a\nwaste to release it now. I need to cherish this moment more! +308800 ,,,,,9134000,,,,,,,,,,,,,,,I closed my eyes and listened carefully to Chie-chan's voice\ncoming from the bathroom. +308900 ,,,,,9134000,,,,,,,,,,,,,,,"By doing so, my senses sharpened, and it felt as if Chie-\nchan was right in front of me." +309000 ,,,,,9134000,,千恵,Chie,031_CB22_c_012.wav,chie,,0,,,,,,,,"Kyaa, that tickles! Don't tickle me!" +309100 ,,,,,9134000,,,,,,,,,,,,,,,Ah... I can hear cheerful voices coming from the bathroom. +309200 ,,,,,9134000,,,,,,,,,,,,,,,The girls are touching each other's soft skin... Just\nthinking about it makes me feel like I'm about to lose my\nmind... +309300 ,,,,,9134000,,コマコ,Komako,031_CB22_k_003.wav,komako,,0,,,,,,,,Chie-chan's skin is so smooth... +309400 ,,,,,9134000,,千恵,Chie,031_CB22_c_013.wav,chie,,0,,,,,,,,Hyah! Not there! +309500 ,,,,,9134000,,,,,,,,,,,,,,,"W-What am I doing!? This is so frustrating... If only I had\nx-ray vision, I could easily peek into the bathroom..." +309600 ,,,,,9134000,,,,,,,,,,,,,,,"No, I can't be greedy. Having Chie-chan's panties is enough!\nWhat more could I possibly want!" +309700 ,,,,,9134000,,,,,,,,,,,,,,,I should just think of these panties as Chie- chan and dirty\nthem. That's the only pleasure I can have! +309800 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan... Chie-chan, Chie-chan! Ah, this feels so good!" +309900 ,,,,,9134000,,,,,,,,,,,,,,,"Desperately moving my hand, I stroke my penis. Being able to\nmasturbate so boldly while smelling the panties, what a\nwonderful day this is." +310000 ,,,,,9134000,,,,,,,,,,,,,,,"Surely, the gods made it rain and gifted me this situation!\nThank you!" +310100 ,,,,,9134000,,,,,,,,,,,,,,,"Silently thanking the gods, I heightened my own pleasure." +310200 ,,,,,9134000,,千恵,Chie,031_CB22_c_014.wav,chie,,0,,,,,,,,"Hey, Uncle, the bath feels great! Thanks for preparing it!" +310300 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Eh! A-Ah... that's good to hear! Isn't it cramped with three\npeople? +310400 ,,,,,9134000,,千恵,Chie,031_CB22_c_015.wav,chie,,0,,,,,,,,"Not at all! It's so much fun being with everyone. You should\nhave joined us, Uncle." +310500 ,,,,,9134000,,,,,,,,,,,,,,,"Chie-chan, who kindly speaks to me, probably doesn't\nunderstand. Just those words alone can excite me so much." +310600 ,,,,,9134000,,,,,,,,,,,,,,,"If possible, I would love to join them in the bath... But\nthat's something for after I get closer to everyone." +310700 ,,,,,9134000,,,,,,,,,,,,,,,"For now, I should focus on masturbating without thinking\nabout unnecessary things." +310800 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,"Don't worry about me. More importantly, are you soaking\nproperly in the bath?" +310900 ,,,,,9134000,,千恵,Chie,031_CB22_c_016.wav,chie,,0,,,,,,,,We're all in together up to our shoulders. +311000 ,,,,,9134000,,,,,,,,,,,,,,,...Which means all three of them are fitting in that\nbathtub... +311100 ,,,,,9134000,,,,,,,,,,,,,,,It must be making a nice broth... I'll have a taste after\neveryone leaves. +311200 ,,,,,9134000,,,,,,,,,,,,,,,Phew... there's still so much to do. +311300 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Mmm... haa...! I'm reaching my limit... +311400 ,,,,,9134000,,,,,,,,,,,,,,,The time has come to dirty Chie-chan's panties. The rising\nsensation of ejaculation quickens my hand movements. +311500 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh... Chie-chan, I'm going to come... Make sure to catch\nit!" +311600 ,,,,,9134000,,千恵,Chie,031_CB22_c_017.wav,chie,,0,,,,,,,,"...Huh? Did you call me, Uncle?" +311700 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Oh... whoa...! W-what are you talking about? Uncle didn't\nsay anything! +311800 ,,,,,9134000,,千恵,Chie,031_CB22_c_018.wav,chie,,0,,,,,,,,Hmm? I thought I heard you call me... +311900 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,I-it's just your imagination. +312000 ,,,,,9134000,,,,,,,,,,,,,,,...That was close. I must have shouted without realizing it.\nThis isn't like my usual solo masturbation; I need to be\ncareful. +312100 ,,,,,9134000,,,,,,,,,,,,,,,"Alright, let's try again. This time, I'll definitely cover\nChie-chan's panties!" +312200 ,,,,,9134000,,,,,,,,,,,,,,,Here I go... This is my full power! +312300 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,...Ugh! Ahh! +312500 ,,,,,9134010,,,,,,,,,,,,,,,Passion overflowed from my penis. +312600 ,,,,,9134010,,,,,,,,,,,,,,,Chie-chan's panties were decorated with the milky fluid. +312700 ,,,,,9134010,,主人公,Kiyoshi,,,,,,,,,,,,Phew... What a liberating masturbation... +312800 ,,,,,9134010,,,,,,,,,,,,,,,I might get addicted to this. The feeling of stepping into\nthe secret garden usually hidden will stay with me forever. +312900 ,,,,,9134010,,,,,,,,,,,,,,,I put my hands together in gratitude for the panties that\nbrought me this excitement. +313000 ,,,,,9134010,,主人公,Kiyoshi,,,,,,,,,,,,"...I was able to feel excitement like never before. Thank\nyou, Chie-chan's panties." +313100 ,,,,,9134010,,,,,,,,,,,,,,,"After bowing, I tossed the semen-stained panties into the\nwashing machine." +313200 ,,,,65,,,,,,,,,,,,,,,, +313300 ,$go join_1,,,,,,,,,,,,,,,,,,, +313400 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Komako-chan's Panties +313500 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +313700 ,,,,,9133000,,,,,,,,,,,,,,,"...I'll borrow Komako-chan's panties here. Because I can't\nget the image of her rain- soaked, see-through dress out of\nmy head." +313800 ,,,,,9133000,,,,,,,,,,,,,,,Those budding breasts that were clearly visible. They're\nstill burned into my memory. I can recall them instantly\nwhen I close my eyes. +313900 ,,,,,9133000,,,,,,,,,,,,,,,The panties were white and blue striped... a flawless\nmasterpiece. +314000 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"Since Komako-chan got me all worked up, she has to take\nresponsibility..." +314100 ,,,,,9133000,,,,,,,,,,,,,,,I quickly put away the other panties and focused solely on\nKomako-chan's panties. +314200 ,,,,,9133000,,,,,,,,,,,,,,,"Before tasting, I decided to observe them carefully." +314300 ,,,,,9133000,,,,,,,,,,,,,,,"No matter how you look at it, they're just panties. However,\nthey hold infinite possibilities." +314400 ,,,,,9133000,,,,,,,,,,,,,,,I'm about to feel a glimpse of those possibilities. I took\noff my pants and prepared myself mentally. +314500 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"If the three of them saw me in this situation, they might\nhate me. I need to be careful..." +314600 ,,,,,9133000,,,,,,,,,,,,,,,"Just as I was about to grab my penis, I heard the cheerful\nvoices of Komako-chan and the others from the bathtub." +314700 ,,,,,9133000,,コマコ,Komako,031_CB22_k_004.wav,komako,,0,,,,,,,,"Chie-chan, I'll wash your back for you." +314800 ,,,,,9133000,,千恵,Chie,031_CB22_c_019.wav,chie,,0,,,,,,,,"Thank you! ...Oh, let's all wash each other!" +314900 ,,,,,9133000,,,,,,,,,,,,,,,"What, wash each other!? Chie-chan, are you planning to do\nsomething so naughty in my bathroom!" +315000 ,,,,,9133000,,,,,,,,,,,,,,,"I can't lose to this... When it comes to naughtiness, I\nwon't be defeated." +315100 ,,,,,9133000,,,,,,,,,,,,,,,"While no one is watching, this old man will give it his all.\nWith firm determination, I put my hand on my own penis." +315200 ,,,,,9133000,,,,,,,,,,,,,,,"...Still, it's the first time I've looked at Komako-chan's\npanties so closely." +315300 ,,,,,9133000,,,,,,,,,,,,,,,"I remember seeing them a few times, but they feel fresh." +315400 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"I see... As expected, Komako-chan's panties are cute." +315500 ,,,,,9133000,,,,,,,,,,,,,,,"White and blue stripes... The blue part is nice. Somehow, it\nseems to match Komako- chan's image well." +315600 ,,,,,9133000,,,,,,,,,,,,,,,To think that Komako-chan wore these... Phew... I'm getting\nexcited. +315700 ,,,,,9133000,,,,,,,,,,,,,,,"Without thinking, I placed my hardened penis on the crotch\nlining of the panties." +315800 ,,,,,9133000,,,,,,,,,,,,,,,The fabric soaked with rain was a bit chilly. The sensation\nmade my body shiver involuntarily. +315900 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh... It's cold, but I have to endure... If I back down\nhere, I'm not a man!" +316000 ,,,,,9133000,,,,,,,,,,,,,,,"Indirectly, I can feel the sensation of Komako-chan's\nvagina. I should be able to do that!" +316100 ,,,,,9133000,,,,,,,,,,,,,,,"I gently move my hips, rubbing against the fabric." +316200 ,,,,,9133000,,,,,,,,,,,,,,,"If possible, I'd like her to wear them without washing...\nsuch thoughts cross my mind." +316300 ,,,,,9133000,,,,,,,,,,,,,,,"Even though I know it's an impossible dream, my imagination\nruns wild." +316400 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan unknowingly wearing fishy- smelling panties... +316500 ,,,,,9133000,,,,,,,,,,,,,,,Ah... just thinking about it makes me feel like I'm going to\ncome easily. +316600 ,,,,,9133000,,,,,,,,,,,,,,,"Even though I want to enjoy it more, my hand moves on its\nown." +316700 ,,,,,9133000,,,,,,,,,,,,,,,"As I rub more vigorously against the panties, pre-cum starts\nleaking from my penis." +316800 ,,,,,9133000,,,,,,,,,,,,,,,The slowly oozing clear liquid creates a stain on the crotch\narea. +316900 ,,,,,9133000,,,,,,,,,,,,,,,"At this very moment, I feel like I've become one with\nKomako-chan." +317000 ,,,,,9133000,,,,,,,,,,,,,,,"Even indirectly, I've soiled the place that protects her\nvagina. There's no act more sinful than this!" +317100 ,,,,,9133000,,,,,,,,,,,,,,,"If it were allowed, I'd want to hold onto these panties and\nkeep them safe." +317200 ,,,,,9133000,,コマコ,Komako,031_CB22_k_005.wav,komako,,0,,,,,,,,"Chi-chan, your face is red, are you okay? If it's too hot,\nlet's get out of the bath." +317300 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"―Wha! W-Wait, Komako-chan! Are you getting out already?" +317400 ,,,,,9133000,,コマコ,Komako,031_CB22_k_006.wav,komako,,0,,,,,,,,...Why is the old man panicking? +317500 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"N-No, I'm not panicking! I just thought maybe you should\nstay in a bit longer..." +317600 ,,,,,9133000,,,,,,,,,,,,,,,"If she gets out now, I'll be in big trouble. I was ready to\ncome... but now I'll be left hanging!" +317700 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"Take your time... see, you need to warm up to the core!" +317800 ,,,,,9133000,,コマコ,Komako,031_CB22_k_007.wav,komako,,0,,,,,,,,"...I'm already warm enough, right?" +317900 ,,,,,9133000,,甜花,Tenka,031_CB22_t_009.wav,tenka,,0,,,,,,,,"I feel the same, but... what about you, Chi?" +318000 ,,,,,9133000,,千恵,Chie,031_CB22_c_020.wav,chie,,0,,,,,,,,"I want to stay in a little longer. It's a rare chance to be\nin the bath with everyone, it'd be a waste to leave now." +318100 ,,,,,9133000,,,,,,,,,,,,,,,Chi-chan threw me a lifeline! I can't let this chance slip\naway. I desperately try to persuade Komako-chan. +318200 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"Even if you get out now, your clothes aren't dry yet! You'd\nbe in trouble with nothing to wear, right? So, just wait a\nlittle longer!" +318300 ,,,,,9133000,,コマコ,Komako,031_CB22_k_008.wav,komako,,0,,,,,,,,...If that's the case. +318400 ,,,,,9133000,,,,,,,,,,,,,,,Phew... that was close. It seems the time I have left is\nrunning out. +318500 ,,,,,9133000,,,,,,,,,,,,,,,"If I don't finish quickly, it'll be too late." +318600 ,,,,,9133000,,,,,,,,,,,,,,,"With that in mind, I let my imagination run wild, raising my\nexcitement to the maximum." +318700 ,,,,,9133000,,,,,,,,,,,,,,,"In front of the white and blue striped panties, I handled my\npenis like a demon." +318800 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... hurry... or it'll be too late...! +318900 ,,,,,9133000,,,,,,,,,,,,,,,"And finally, the moment of ejaculation arrived." +319000 ,,,,,9133000,,,,,,,,,,,,,,,I surrendered to the rising sensation and splattered Komako-\nchan's panties! +319200 ,,,,,9133010,,,,,,,,,,,,,,,"The sperm shot out vigorously, dripping onto the panties." +319300 ,,,,,9133010,,,,,,,,,,,,,,,"Even though I was on the verge of being caught masturbating\nby Komako-chan and the others, the ejaculation wouldn't\nstop." +319400 ,,,,,9133010,,,,,,,,,,,,,,,"Before I knew it, Komako-chan's panties were soaked with the\ncloudy liquid." +319500 ,,,,,9133010,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... phew... ha...! I can't believe so much came out...\nit's surprising... +319600 ,,,,,9133010,,,,,,,,,,,,,,,I was a bit bewildered by the unbelievable amount that came\nout. +319700 ,,,,,9133010,,,,,,,,,,,,,,,"...Oops, I can't just stand here dazed. I need to clean this\nup quickly." +319800 ,,,,,9133010,,,,,,,,,,,,,,,All I have to do is put the semen-soaked panties in the\nwashing machine... but my hands won't move. +319900 ,,,,,9133010,,,,,,,,,,,,,,,What a waste... That thought fills my mind. +320000 ,,,,,9133010,,主人公,Kiyoshi,,,,,,,,,,,,"If I say I lost the panties, will Komako- chan believe\nme...?" +320100 ,,,,,9133010,,主人公,Kiyoshi,,,,,,,,,,,,"No... I can't, I can't. If I do that, she might never come\nto the store again... I have to hold back here." +320200 ,,,,,9133010,,,,,,,,,,,,,,,"Reluctantly, I tossed the panties into the washing machine\nand pressed the start button." +320300 ,,,,,9133010,,,,,,,,,,,,,,,"As I watched the soiled panties being washed, I decided to\nsavor the lingering sensation from my earlier actions." +320400 ,,,,65,,,,,,,,,,,,,,,, +320500 ,$go join_1,,,,,,,,,,,,,,,,,,, +320600 ,*sel_1c,,,,,,,,,,,,,,,,,,,■B Tenka-chan's Panties +320700 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +320900 ,,,,,,,,,,,,,,,,,,,,"...Chii-chan and Komako-chan's panties are tempting too, but\nit has to be Tenka-chan's!" +321000 ,,,,,,,,,,,,,,,,,,,,"Just as I had taught her before taking a bath, Tenka-chan's\npanties were hidden wrapped in clothes. I dug them out and\nheld them in my hand." +321100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,So cute... She did exactly as I taught her... +321300 ,,,,,9135000,,,,,,,,,,,,,,,"Thanks to not being wet from the rain, they still retained\nthe warmth of her skin. More importantly, since I had just\nbeen masturbating, the stain from that time remained." +321400 ,,,,,9135000,,,,,,,,,,,,,,,Panties stained with the nectar seeping from her pussy...\nthere's nothing with more added value than this! +321500 ,,,,,9135000,,,,,,,,,,,,,,,"As I closely observed the stained crotch area, I hurriedly\npulled down my pants." +321600 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"Now, how should I enjoy these panties... First, I should\nsavor the scent." +321700 ,,,,,9135000,,,,,,,,,,,,,,,"I pressed my nose against the lining of the panties and\nsniffed. A sweet and sour, erotic scent tickled my nostrils." +321800 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,Sniff sniff... ha... What an indecent smell... This is\nTenka-chan's scent... +321900 ,,,,,9135000,,,,,,,,,,,,,,,"Just by smelling it, my lower abdomen reacted involuntarily." +322000 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,Ah... I want to keep smelling it... I might get addicted...! +322100 ,,,,,9135000,,,,,,,,,,,,,,,"As I started masturbating with Tenka-chan's panties, I heard\ncheerful voices coming from the bathroom." +322200 ,,,,,9135000,,千恵,Chie,031_CB22_c_021.wav,chie,,0,,,,,,,,"Wow! Tenka-chan, your boobs are big!" +322300 ,,,,,9135000,,甜花,Tenka,031_CB22_t_010.wav,tenka,,0,,,,,,,,H-Hey! Where are you looking!? +322400 ,,,,,9135000,,,,,,,,,,,,,,,...Tenka-chan's boobs!? I can't miss this! I focused all my\nattention and listened carefully towards the bathroom. +322500 ,,,,,9135000,,千恵,Chie,031_CB22_c_022.wav,chie,,0,,,,,,,,Eh? Why are you so embarrassed? +322600 ,,,,,9135000,,甜花,Tenka,031_CB22_t_011.wav,tenka,,0,,,,,,,,I-I'm not embarrassed! ...I just don't want to show them! +322700 ,,,,,9135000,,千恵,Chie,031_CB22_c_023.wav,chie,,0,,,,,,,,"You don't have to hide them. Right, Komako- chan?" +322800 ,,,,,9135000,,コマコ,Komako,031_CB22_k_009.wav,komako,,0,,,,,,,,"We're in the bath, so it's natural to be seen. So, Tenka-\nchan, you should look as much as you want." +322900 ,,,,,9135000,,,,,,,,,,,,,,,"They seem to be having so much fun... Compared to them,\nI'm..." +323000 ,,,,,9135000,,,,,,,,,,,,,,,"No, I shouldn't think about that now. I should enjoy this\nsituation thoroughly!" +323100 ,,,,,9135000,,,,,,,,,,,,,,,"...Still, Tenka-chan's boobs are a bit bigger than Chie-\nchan's..." +323200 ,,,,,9135000,,,,,,,,,,,,,,,Breasts that are just starting to swell...! M-My imagination\nis running wild! +323300 ,,,,,9135000,,,,,,,,,,,,,,,"Someday, Tenka-chan will probably play with her boobs and\nmasturbate too." +323400 ,,,,,9135000,,,,,,,,,,,,,,,And she'll make stains on her panties then too. +323500 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"They're already dirty from the start, so it's okay for me to\ndo whatever I want with them, right...?" +323600 ,,,,,9135000,,,,,,,,,,,,,,,I whispered softly so that no one in the bathroom could\nhear. +323700 ,,,,,9135000,,,,,,,,,,,,,,,I felt like I heard a cute voice saying 'It's okay!' and\nrubbed my penis against the panties! +323800 ,,,,,9135000,,,,,,,,,,,,,,,"This way, even indirectly, I can enjoy a frottage play with\nTenka-chan!" +323900 ,,,,,9135000,,,,,,,,,,,,,,,"Feeling the faint warmth of her skin on my penis, I started\nmoving my hand." +324000 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"Phew... ngh... I have to hold back, or I'll come right\naway...! As expected of Tenka- chan's panties..." +324100 ,,,,,9135000,,,,,,,,,,,,,,,"To encounter such a wonderful item, I'm so lucky." +324200 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you, Tenka-chan!" +324300 ,,,,,9135000,,甜花,Tenka,031_CB22_t_012.wav,tenka,,0,,,,,,,,"...Uncle, what are you suddenly saying?" +324400 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,D-Don't worry about it... I just felt like saying thank you. +324500 ,,,,,9135000,,甜花,Tenka,031_CB22_t_013.wav,tenka,,0,,,,,,,,You're weird... +324600 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"By the way, how's the water temperature? Not too hot?" +324700 ,,,,,9135000,,甜花,Tenka,031_CB22_t_014.wav,tenka,,0,,,,,,,,"It's not hot, but..." +324800 ,,,,,9135000,,,,,,,,,,,,,,,"Ah... Tenka-chan, you're talking without knowing anything,\nbut right now, I'm masturbating with your panties." +324900 ,,,,,9135000,,,,,,,,,,,,,,,I'm rubbing my rock-hard penis against them... I'm going to\nmake them so dirty. +325000 ,,,,,9135000,,甜花,Tenka,031_CB22_t_015.wav,tenka,,0,,,,,,,,"What are you fidgeting with since earlier? ...Don't tell me,\nyou're trying to peek into the bath..." +325100 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa!? No, no! I would never do that! It's just, you know,\nI'm washing everyone's clothes!" +325200 ,,,,,9135000,,,,,,,,,,,,,,,"...Well, I'm using the panties. But I'll wash them later, so\nthere shouldn't be a problem, right?" +325300 ,,,,,9135000,,甜花,Tenka,031_CB22_t_016.wav,tenka,,0,,,,,,,,"Then, was it just my imagination..." +325400 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,I would never do something like peeking! +325500 ,,,,,9135000,,,,,,,,,,,,,,,I tried to clear myself of the suspicion of peeking. +325600 ,,,,,9135000,,,,,,,,,,,,,,,"Of course, I didn't stop my hand during that time. Even\nbeing suspected by Tenka-chan adds a spice that heightens my\nexcitement!" +325700 ,,,,,9135000,,,,,,,,,,,,,,,"While talking with Tenka-chan like this, I'm waiting for the\nmoment to ejaculate." +325800 ,,,,,9135000,,,,,,,,,,,,,,,"Finally, my uncontrollable desire exploded. No longer\nsatisfied with indirect frottage play, I wrapped my penis in\nthe panties and stroked it through the fabric." +325900 ,,,,,9135000,,,,,,,,,,,,,,,"Enveloped in a gentle warmth, it felt as if I had inserted\ninto a vagina." +326000 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"This is... amazing...! Wait for me, Tenka- chan... I'll come\ninside soon...!" +326100 ,,,,,9135000,,,,,,,,,,,,,,,I adjusted the grip with my hand while stimulating my penis. +326200 ,,,,,9135000,,,,,,,,,,,,,,,If it's like this with just the panties... what would it be\nlike if I inserted into the real Tenka-chan's vagina! +326300 ,,,,,9135000,,,,,,,,,,,,,,,No... if I think about that now... I'll come! Ugh... there's\nno way I can hold back! +326400 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,Ahh... I'm going to come! Take it all! +326600 ,,,,,9135010,,,,,,,,,,,,,,,I ejaculated aiming at the stain that was already there.\nTenka-chan's panties caught the overflowing semen. +326700 ,,,,,9135010,,,,,,,,,,,,,,,The sense of accomplishment from climaxing on the same\nfabric fills my heart. +326800 ,,,,,9135010,,,,,,,,,,,,,,,"I feel like I've shared a secret just between the two of us.\nEven if it's one-sided, that's enough to satisfy me." +326900 ,,,,,9135010,,,,,,,,,,,,,,,I wonder how Tenka-chan would react if I told her about\nthis... Would she be embarrassed? Or would she be happy? +327000 ,,,,,9135010,,,,,,,,,,,,,,,"She might end up hating me, so I can't confess right away,\nbut I want to tell her someday." +327100 ,,,,,9135010,,主人公,Kiyoshi,,,,,,,,,,,,Phew... I guess it's time to do the laundry... +327200 ,,,,,9135010,,,,,,,,,,,,,,,"As much as I want to linger, I can't stay lost in the\nafterglow forever." +327300 ,,,,,9135010,,,,,,,,,,,,,,,"I gazed at the semen-stained panties, burning the image into\nmy retina, before tossing them into the washing machine." +327400 ,,,,65,,,,,,,,,,,,,,,, +327500 ,$go join_1,,,,,,,,,,,,,,,,,,, +327600 ,*sel_1d,,,,,,,,,,,,,,,,,,,■C All the panties +327700 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +327800 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +327900 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +328100 ,,,,,,,,,,,,,,,,,,,,...What am I hesitating for! I should be enjoying all three\npairs of panties! +328200 ,,,,,,,,,,,,,,,,,,,,"Since there are panties here, it would be a waste to choose\njust one!" +328300 ,,,,,,,,,,,,,,,,,,,,I rummage through the laundry basket and take out Chie-chan\nand the others' panties. +328400 ,,,,,,,,,,,,,,,,,,,,I neatly line up the three pairs and think about whose\npanties belong to whom. +328500 ,,,,,,,,,,,,,,,,,,,,"First, the panties that aren't wet from the rain." +328700 ,,,,,9135000,,,,,,,,,,,,,,,"I figured it out right away. Of course, they're Tenka-\nchan's." +328900 ,,,,,9135000,,,,,,,,,,,,,,,But... they have a city scent! +329000 ,,,,,9135000,,,,,,,,,,,,,,,Pink with small white polka dots... This girly pattern is\nunmistakably Tenka-chan's. +329200 ,,,,,9135000,,,,,,,,,,,,,,,To get this excited from the first pair of panties... I\nwonder if my stamina will last until the third pair... +329300 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,This is... a test... +329400 ,,,,,9135000,,,,,,,,,,,,,,,"Swallowing my saliva, I reach out for Tenka- chan's panties." +329500 ,,,,,9135000,,,,,,,,,,,,,,,"When I gently place my finger on the stained area, it's\nslightly damp." +329600 ,,,,,9135000,,,,,,,,,,,,,,,I lightly rub it with my finger and check the scent just to\nbe sure. +329700 ,,,,,9135000,,,,,,,,,,,,,,,"...I see, it has a sweet and sour aroma. To think a scent\nalone could heat up my lower body, these panties have great\npotential." +329800 ,,,,,9135000,,,,,,,,,,,,,,,How can I fully enjoy Tenka-chan's panties...? +329900 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,Damn... I can't mess this up. I need to carefully think\nabout what's the right move! +330000 ,,,,,9135000,,,,,,,,,,,,,,,"...The scent of the panties... Wait, if I wear them on my\nhead, I can constantly smell them, right?" +330100 ,,,,,9135000,,,,,,,,,,,,,,,That's it... this must be the right answer! +330200 ,,,,,9135000,,,,,,,,,,,,,,,"I take Tenka-chan's panties and put them on my head, making\nsure they don't cover my eyes." +330300 ,,,,,9135000,,,,,,,,,,,,,,,"My nose is right at the spot of the stain. Just by\nbreathing, I can smell Tenka-chan's pussy." +330400 ,,,,,9135000,,,,,,,,,,,,,,,It's like indirect cunnilingus... and hands- free at that! +330500 ,,,,,9135000,,,,,,,,,,,,,,,"It's my first time wearing panties on my head, but this is\ngreat!" +330600 ,,,,,9135000,,,,,,,,,,,,,,,"I'm left wondering why I haven't done this before, it feels\nso natural." +330700 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,Suu~~~~ Haa~~~~... +330800 ,,,,,9135000,,,,,,,,,,,,,,,"I tried taking a deep breath to calm myself, but it had the\nopposite effect." +330900 ,,,,,9135000,,,,,,,,,,,,,,,"The erotic scent stimulates my nostrils, making my penis\nharder. I quickly free it from my tight pants." +331000 ,,,,,9135000,,,,,,,,,,,,,,,My excited cock was fully erect. +331100 ,,,,,9135000,,,,,,,,,,,,,,,...I can't just enjoy Tenka-chan's panties. There are still\ntwo more pairs left here. I need to check them quickly...! +331200 ,,,,,9135000,,,,,,,,,,,,,,,The remaining ones are soaked and drenched from the rain. +331300 ,,,,,9135000,,,,,,,,,,,,,,,I know who one of them belongs to. I confidently pick up the\nwhite and blue striped panties. +331500 ,,,,,9133000,,,,,,,,,,,,,,,Komako-chan's panties... I saw them through her see-through\ndress. +331600 ,,,,,9133000,,,,,,,,,,,,,,,"I also saw her nipples along with the panties, so there's no\nway I could forget." +331700 ,,,,,9133000,,,,,,,,,,,,,,,"If I close my eyes, I can remember it immediately. At that\ntime, I was captivated by her defenseless appearance." +331800 ,,,,,9133000,,,,,,,,,,,,,,,"Unlike Tenka-chan's panties, these might not have any added\nvalue on their own." +331900 ,,,,,9133000,,,,,,,,,,,,,,,However... just looking at Komako-chan's panties reminds me\nof her exposing her nipples. +332000 ,,,,,9133000,,,,,,,,,,,,,,,That wonderful scene revives in my mind. +332100 ,,,,,9133000,,,,,,,,,,,,,,,"If Tenka-chan's panties are for scent collection, then\nKomako-chan's panties are for viewing pleasure!" +332200 ,,,,,9133000,,,,,,,,,,,,,,,"Just looking at them is satisfying. Wanting to gaze at them\nforever, it's no exaggeration to call this a work of art." +332300 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,Soaked panties... what an erotic sound. +332400 ,,,,,9133000,,,,,,,,,,,,,,,These panties must have been clinging tightly to her skin\nbecause they were wet from the rain. +332500 ,,,,,9133000,,,,,,,,,,,,,,,Just thinking about that makes my imagination run wild. +332600 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"Whether it's Tenka-chan's panties or Komako- chan's panties,\nthere's nothing to criticize." +332700 ,,,,,9133000,,,,,,,,,,,,,,,I admired them as I turned my attention to the last\nremaining pair of panties. +332900 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,"By process of elimination, these must be Chii-chan's\npanties..." +333000 ,,,,,9134000,,,,,,,,,,,,,,,"A simple pair of panties with a summery pattern on pure\nwhite fabric. Like Komako- chan's, they're soaked from the\nrain." +333100 ,,,,,9134000,,,,,,,,,,,,,,,"Seeing Chii-chan's panties for the first time today, for\nsome reason, made my heart race." +333200 ,,,,,9134000,,,,,,,,,,,,,,,"...Why is that? Compared to the other two, these panties\nclearly have fewer points of interest." +333300 ,,,,,9134000,,,,,,,,,,,,,,,"It's not that it's bad, but I don't understand the reason..." +333400 ,,,,,9134000,,,,,,,,,,,,,,,Is something within me feeling a sense of sympathy from\nthese panties? +333500 ,,,,,9134000,,,,,,,,,,,,,,,It's certain that Chii-chan's charm is packed into their\nsimplicity. +333600 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,But... couldn't the same be said for Tenka- chan and the\nothers' panties...? +333700 ,,,,,9134000,,,,,,,,,,,,,,,Just looking won't reveal anything... Maybe I can grasp\nsomething by feeling them against my skin. +333800 ,,,,,9134000,,,,,,,,,,,,,,,...I've got a great idea. I'll use Chii- chan's panties for\npractical purposes! +333900 ,,,,,9134000,,,,,,,,,,,,,,,"Once I made the decision, I acted quickly. I covered my\nerect penis with the panties." +334000 ,,,,,9134000,,,,,,,,,,,,,,,Chii-chan's rain-soaked panties clung tightly to my cock. +334100 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Oh... this is... surprisingly pleasant. +334200 ,,,,,9134000,,,,,,,,,,,,,,,Now I'm ready... it's the start of a fun masturbation\nsession! +334400 ,,,,,9133000,,,,,,,,,,,,,,,"While staring intently at Komako-chan's panties, I stroked\nmy penis through Chii- chan's panties." +334500 ,,,,,9133000,,,,,,,,,,,,,,,"Breathing heavily, I constantly inhaled the fragrant scent\nof Tenka-chan's panties." +334600 ,,,,,9133000,,,,,,,,,,,,,,,"Touch, sight, smell... I was now completely dominated by the\npanties in these three senses." +334700 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,Wow... this is amazing! I underestimated the power of\npanties...! +334800 ,,,,,9133000,,,,,,,,,,,,,,,"Even as I was overwhelmed by the three different pairs of\npanties, I desperately kept moving my hand." +334900 ,,,,,9133000,,,,,,,,,,,,,,,I waged a battle against the panties of the three girls who\nwere in the bath. +335000 ,,,,,9133000,,,,,,,,,,,,,,,I wanted to enjoy this blissful time for as long as\npossible. +335100 ,,,,,9133000,,,,,,,,,,,,,,,"I rubbed vigorously against Chii-chan's panties, trying to\nsoak them with the smell of my cock." +335200 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"My cock... thanks to everyone, I'm about to cum!" +335300 ,,,,,9133000,,,,,,,,,,,,,,,I can't take it anymore... I'm really at my limit. I can't\nhold back any longer. +335400 ,,,,,9133000,,,,,,,,,,,,,,,What should I do? Should I just ejaculate inside Chii-chan's\npanties? +335500 ,,,,,9133000,,,,,,,,,,,,,,,Wait... what about Tenka-chan and Komako- chan? +335600 ,,,,,9133000,,,,,,,,,,,,,,,"Having come this far, they must want me to cover them with\nmy semen. I can't give Chii- chan special treatment!" +335700 ,,,,,9133000,,,,,,,,,,,,,,,I clenched my butt to hold back ejaculation and prepared to\ndirty the panties. +335800 ,,"",,,9134000,,,,,,,,,,,,,,, +335900 ,,"",,,9135000,,,,,,,,,,,,,,, +336000 ,,"",,,9133000,,,,,,,,,,,,,,,I lined up Chii-chan's and Tenka-chan's panties next to\nKomako-chan's. +336100 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"Ahh... I'm cumming, cumming, cumming! I'll make sure to\ndirty everyone equally!" +336200 ,,,,,9133000,,,,,,,,,,,,,,,"I released the pent-up urge to ejaculate, showering the\npanties with semen." +336500 ,,,,,9134010,,,,,,,,,,,,,,, +336700 ,,,,,9133010,,,,,,,,,,,,,,, +336900 ,,,,,9135010,,,,,,,,,,,,,,, +337100 ,,,,,9135010,,,,,,,,,,,,,,,The three pairs of panties lined up were beautifully\ndecorated with the milky liquid. +337200 ,,,,,9135010,,主人公,Kiyoshi,,,,,,,,,,,,Hah... hah... phew~~~~~~...! +337300 ,,,,,9135010,,,,,,,,,,,,,,,I feel a great sense of accomplishment... They were quite\nformidable opponents. +337400 ,,,,,9135010,,,,,,,,,,,,,,,"I'm tempted to keep them as a memento, but if three pairs of\npanties go missing at once, it would definitely raise\nsuspicion." +337500 ,,,,65,,,,,,,,,,,,,,,,It's pathetic to be at a standstill here. +337600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...But today was a wonderful day... I'm lucky to have\nexperienced a day like this. Thank you, panties! I won't\nforget you!" +337700 ,,,,,,,,,,,,,,,,,,,,"Satisfied by myself, I reluctantly bid farewell to the\npanties." +337800 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +338100 ,$event_return,,,,,,,,,,,,,,,,,,, +338200 ,,,7,35,,,千恵,Chie,031_CB22_c_024.wav,chie,,21,,,,,,,,"That felt great. Thanks for the bath, uncle!" +338300 ,,,,,,,,,,chie,,21,,,,,,,,"After finishing her bath and getting dressed, Chii-chan\ntrots over to me." +338400 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Chii-chan, your hair is still wet. If you don't dry it\nproperly, you'll catch a cold." +338500 ,,,,,,,千恵,Chie,031_CB22_c_025.wav,chie,,24,,,,,,,,Eh? It's fine! It'll dry in no time! +338600 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"No, no, if you let your guard down like that, you'll catch a\ncold. Bring a towel, and I'll dry it for you." +338700 ,,,,,,,千恵,Chie,031_CB22_c_026.wav,chie,,23,,,,,,,,"Uncle, do you want to dry Chii-chan's hair?" +338800 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"That's right. I'm worried about you, Chii- chan." +338900 ,,,,,,,千恵,Chie,031_CB22_c_027.wav,chie,,1,,,,,,,,"If uncle says so, then I'll do it!" +339000 ,,,,,,,,,,chie,,1,,,,,,,,Chii-chan headed to the bathroom to get a towel. +339100 ,,,,,,,,,,chie,,1,,,,,,,,"As she left, Komako-chan and Tenka-chan returned." +339200 ,,,,,,,コマコ,Komako,031_CB22_k_010.wav,,,,komako,,4,,,,,"Chii-chan ran off, did something happen?" +339300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,,,,,I just asked her to bring a towel so I could dry her hair. +339400 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,,,,,If you and Tenka-chan have wet hair too... but it looks like\nyou've dried it properly. +339500 ,,,,,,,,,,,,,komako,,27,,,,,What a shame... it was a chance to legally pat their heads\nunder the guise of drying their hair. +339600 ,,,,,,,,,,,,,komako,,27,,,,,"Well, I'll settle for just Chii-chan." +339700 ,,,,,,,千恵,Chie,031_CB22_c_028.wav,chie,,1,,,,,,,,"Uncle, I brought the towel!" +339800 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Alright, sit here. Stay still." +339900 ,,,,,,,,,,chie,,1,,,,,,,,"Saying that, I let Chii-chan sit on my lap." +340000 ,,,,,,,,,,chie,,1,,,,,,,,"The soft sensation of her butt is transmitted to my thighs,\nand I almost get aroused." +340100 ,,,,,,,,,,"chieL,privateC",,1,,,,,,,,I manage to suppress the rising excitement with reason and\nstart drying Chii-chan's hair with the towel. +340200 ,,,,,,,千恵,Chie,031_CB22_c_029.wav,chieL,,18,,,,,,,,Hyafu... it tickles! +340300 ,,,,,,,主人公,Kiyoshi,,chieL,,18,,,,,,,,"Bear with it, it'll be over soon." +340400 ,,,,,,,,,,chieL,,18,,,,,,,,"Chii-chan squirmed on my lap, ticklish. Each time, her long\nhair brushed against my nose." +340500 ,,,,,,,,,,chieL,,18,,,,,,,,"The faint scent of shampoo is, of course, one I'm very\nfamiliar with." +340600 ,,,,,,,,,,chieL,,18,,,,,,,,"Using the same shampoo brings a sense of nostalgia. The\nhappiness makes excitement rise again. This time, I might\nnot be able to hold back." +340700 ,,,,,,,千恵,Chie,031_CB22_c_030.wav,chieL,,3,,,,,,,,Huh...? This hard thing against my butt is... +340800 ,,,,,,,主人公,Kiyoshi,,chieL,,3,,,,,,,,"Oops... Chii-chan, your hair is all dry now. Stand up." +340900 ,,,,,,,千恵,Chie,031_CB22_c_031.wav,chie,,1,,,,,,,,Already done? Thank you! +341000 ,,,,,,,,,,chie,,1,,,,,,,,"Chii-chan stood up energetically, not seeming to care much\nabout the earlier discomfort." +341100 ,,,,,,,,,,,,,,,,,,,,Phew... that was close. +341200 ,,,,,,,,,,,,,,,,,,,,"I thought I had taken care of it with my pants, but it seems\nthere's still plenty of energy left." +341300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...I need to be careful... +341400 ,,,,,,,,,,,,,,,,,,,,I pulled myself together and decided to reopen the shop. +341500 ,,,0,9001,,,,,,,,,,,,,,,, +341700 ,@032_CB23,,,,,,,,,,,,,,,,,,, +341900 ,,,,,,,,,,,,,,,,,,,, +342000 ,,,8,12,,,,,,,,,,,,,,,,"As the sun began to set, the cicadas' cries grew much\nquieter." +342100 ,,,,,,,,,,,,,,,,,,,,"The rain had completely stopped, and the summer heat was\nreturning." +342200 ,,,,21,,,主人公,Kiyoshi,,,,,,,,,,,,"...Alright. It's getting late, so let's close up the shop\nsoon." +342300 ,,,,,,,千恵,Chie,032_CB23_c_000.wav,"chie,privateC",,20,,,,,,,,"Then, today's helping is over!" +342400 ,,,,,,,,,,chie,,20,,,,,,,,Chii-chan was happily bouncing around. +342500 ,,,,,,,,,,,,,,,,,,,,Phew... is today really coming to an end? +342600 ,,,,,,,,,,,,,,,,,,,,"So many things happened. Komako-chan's nipples, and\neveryone's panties... It was quite an intense day." +342700 ,,,,,,,,,,,,,,,,,,,,Just remembering it makes my crotch stir. +342800 ,,,,,,,千恵,Chie,032_CB23_c_001.wav,chie,,1,,,,,,,,"I got to take a bath with everyone today, it was kind of\nfun." +342900 ,,,,,,,,,,chie,,1,,,,,,,,Chii-chan seemed happy to have taken a bath too. +343000 ,,,,,,,,,,,,,,,,,,,,"...With this, maybe they'll take a bath together again\nanother time?" +343100 ,,,,,,,,,,,,,,,,,,,,Ah! What am I getting excited about! Just because they might\ntake a bath together doesn't mean they'll use my house's\nbathroom! +343200 ,,,,,,,,,,,,,,,,,,,,I need to come up with a plan before it's too late! I need\nto lay the groundwork! +343300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I see... You enjoyed the bath. In that case, feel free to\ncome over anytime." +343400 ,,,,,,,千恵,Chie,032_CB23_c_002.wav,chie,,4,,,,,,,,Really!? +343500 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"Chii-chan helps out at the shop, so it's only fair." +343600 ,,,,,,,千恵,Chie,032_CB23_c_003.wav,chie,,0,,,,,,,,"See, Tenka-chan! We can take a bath together again!" +343700 ,,,,,,,甜花,Tenka,032_CB23_t_000.wav,,,,,,,"tenka,privateC",,24,,Are we going to take a bath together too? ...Why? +343800 ,,,,,,,,,,,,,,,,tenka,,24,,"Tenka-chan, who was spoken to with a smile, looks a bit\ntroubled." +343900 ,,,,,,,,,,,,,,,,tenka,,24,,She must still be resistant to being seen naked... +344000 ,,,,,,,千恵,Chie,032_CB23_c_004.wav,chie,,23,,,,,,,,"Why, you ask... Tenka-chan, do you not want to take a bath\nwith Chii-chan and the others?" +344100 ,,,,,,,,,,chie,,23,,,,,,,,"Being gently refused by Tenka-chan, Chii-chan becomes\ndejected." +344200 ,,,,,,,,,,,,,,,,,,,,"...Don't give up, Chii-chan! If you ask more, I'm sure\nTenka-chan will nod in agreement!" +344300 ,,,,,,,,,,,,,,,,,,,,I quietly give Chii-chan advice in a voice only she can\nhear. +344400 ,,,,,,,主人公,Kiyoshi,,"chieL,privateC",,3,,,,,,,,"Chii-chan, Chii-chan. If you ask more assertively, Tenka-\nchan will join you in the bath." +344500 ,,,,,,,千恵,Chie,032_CB23_c_005.wav,chieL,,27,,,,,,,,O-Okay... I'll try...! +344600 ,,,,,,,甜花,Tenka,032_CB23_t_001.wav,,,,,,,tenka,,32,,...What are you two talking about? +344700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,32,,"It's a secret from Tenka-chan. Right, Chii- chan?" +344800 ,,,,,,,千恵,Chie,032_CB23_c_006.wav,chie,,1,,,,,,,,"Right, uncle!" +344900 ,,,,,,,,,,,,,"komako,private",,9,,,,,"While sharing a secret with Chii-chan, I received a silent\nglare from Komako-chan." +345000 ,,,,,,,,,,,,,komako,,9,,,,,Is she jealous... but I can't give this up. It's to\nencounter that panty paradise once more! +345100 ,,,,,,,千恵,Chie,032_CB23_c_007.wav,chie,,20,,,,,,,,Tenka-chan! Please! Let's take a bath together again! +345200 ,,,,,,,甜花,Tenka,032_CB23_t_002.wav,chie,,20,,,,tenka,,13,,Even if you say that... +345300 ,,,,,,,千恵,Chie,032_CB23_c_008.wav,chie,,30,,,,tenka,,13,,Please! +345400 ,,,,,,,甜花,Tenka,032_CB23_t_003.wav,chie,,30,,,,tenka,,12,,W-Why do you want to so much... +345500 ,,,,,,,千恵,Chie,032_CB23_c_009.wav,chie,,23,,,,tenka,,12,,"Because it was fun today, right? I think we can become\ncloser friends with Tenka-chan..." +345600 ,,,,,,,,,,chie,,23,,,,tenka,,12,,"Hearing Chii-chan's feelings, Tenka-chan looks a bit\nsurprised." +345700 ,,,,,,,甜花,Tenka,032_CB23_t_004.wav,chie,,23,,,,tenka,,24,,...Did you really think about it that much? +345800 ,,,,,,,,,,chie,,23,,,,tenka,,24,,"Way to go, Chii-chan! Tenka-chan's heart is already\nwavering!" +345900 ,,,,,,,,,,chie,,23,,,,tenka,,24,,"For Tenka-chan, who wanted to get along with everyone, Chii-\nchan's feelings must be a delight!" +346000 ,,,,,,,甜花,Tenka,032_CB23_t_005.wav,chie,,23,,,,tenka,,26,,If you insist that much... I guess I can join you... +346100 ,,,,,,,千恵,Chie,032_CB23_c_010.wav,chie,,1,,,,tenka,,26,,"Thank you, Tenka-chan!" +346200 ,,,,,,,コマコ,Komako,032_CB23_k_000.wav,chie,,1,komako,,32,,,,,"...Chii-chan, don't forget about me either." +346300 ,,,,,,,千恵,Chie,032_CB23_c_011.wav,chie,,21,komako,,32,,,,,Of course! Let's all go in together again! +346400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"That's great, Chii-chan." +346500 ,,,,,,,,,,,,,,,,,,,,"Now, when the three of them take a bath, they'll use my\nhouse. The panty paradise is safe." +346600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Looks like everything's settled, so let's call it a day. If\nwe stay too late, your family might worry." +346700 ,,,,,,,千恵,Chie,032_CB23_c_012.wav,chie,,0,,,,,,,,"Chii-chan will help clean up the shop, so you two can head\nhome first." +346800 ,,,,,,,コマコ,Komako,032_CB23_k_001.wav,,,,komako,,0,,,,,"Got it... Chii-chan, be careful on your way home since it'll\nbe dark." +346900 ,,,,,,,千恵,Chie,032_CB23_c_013.wav,chie,,1,,,,,,,,"Yeah! You be careful too, Komako-chan!" +347000 ,,,,,,,,,,,,,,,,,,,,"I watched Komako-chan and Tenka-chan as they prepared to\nleave, and I started getting ready to close the shop." +347200 ,,,2,12,,,,,,,,,,,,,,,,"As the day comes to an end and night falls, the only one\nleft in the shop is Chii-chan." +347300 ,,,,42,,,千恵,Chie,032_CB23_c_014.wav,chie,,1,,,,,,,,Uncle! What about today's pay? +347400 ,,,,,,,,,,chie,,1,,,,,,,,"...Her eyes are filled with anticipation. However, she\ndidn't do enough work today to warrant payment." +347500 ,,,,,,,,,,chie,,1,,,,,,,,"Because of the rain, there were hardly any customers." +347600 ,,,,,,,,,,chie,,1,,,,,,,,"If I were to pay Chii-chan for her work today... it would be\n0 yen... But if she finds out she won't get any money,\nshe'll be sad." +347700 ,,,,,,,,,,chie,,1,,,,,,,,Let's change our perspective. Chii-chan's greatest\ncontribution today was inviting everyone to the bath again. +347800 ,,,,,,,,,,chie,,1,,,,,,,,"It's different from the usual customer service, but from my\nperspective, there's nothing more delightful. Her\ncontribution is something money can't fully express\ngratitude for." +347900 ,,,,,,,,,,chie,,1,,,,,,,,Let's compromise and give her about 50 yen as a part-time\nwage! +348000 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"...We didn't have any customers today, but I'll give you 50\nyen as a special exception." +348100 ,,,,,,,千恵,Chie,032_CB23_c_014a.wav,chie,,4,,,,,,,,You're giving me that much!? +348200 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"Of course, today is special. It's a bonus to thank you for\nalways helping out." +348300 ,,,,,,,千恵,Chie,032_CB23_c_015.wav,chie,,23,,,,,,,,Bonus...? +348400 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"Yes, it's a token of appreciation." +348500 ,,,,,,,千恵,Chie,032_CB23_c_016.wav,chie,,21,,,,,,,,Ehehe... Uncle is grateful to me. +348600 ,,,,,,,,,,chie,,21,,,,,,,,Chii-chan looked at the 50 yen she received and smiled\nhappily. +348700 ,,,,,,,,,,chie,,21,,,,,,,,"If I can see this smile for just 50 yen, it's a small price\nto pay. It makes me feel warm inside." +348800 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"...Is this okay? Chii-chan, I'll take care of the rest of\nthe cleanup, so go ahead and take a break." +348900 ,,,,,,,千恵,Chie,032_CB23_c_017.wav,chie,,1,,,,,,,,Okay. +349000 ,,,,,,,,,,chie,,1,,,,,,,,I efficiently finished the tasks to spend enjoyable time\nwith Chii-chan as soon as possible. +349200 ,,,,21,,,,,,,,,,,,,,,,"The shop, now completely tidied up, was dim and quiet. From\nhere on, it's just time for me and Chii-chan." +349300 ,,,,,,,,,,,,,,,,,,,,"Even though it's just the two of us, my mind is filled with\nthoughts of Chii-chan, making me restless." +349400 ,,,,,,,,,,,,,,,,,,,,"I'm not nervous, but thinking about what's to come makes it\nhard to contain my excitement." +349500 ,,,,,,,,,,,,,,,,,,,,"I wonder if Chii-chan is aware of me too, as she's now as\nquiet as a borrowed cat, unlike before." +349600 ,,,,,,,,,,,,,,,,,,,,"I want to keep watching her, but my lower body seems to have\nreached its limit. Heat gathers, pushing up the fabric of my\npants." +349700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan... is it okay if I ask you again today? +349800 ,,,,,,,,,,,,,,,,,,,,"As I said that while stroking my lower body, Chii-chan\nlooked back into my eyes." +349900 ,,,,,,,,,,,,,,,,,,,,"If you stare at me like that, it makes me blush..." +350000 ,,,,,,,千恵,Chie,032_CB23_c_018.wav,chie,,3,,,,,,,,Are you asking about... your dick? +350100 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"That's right! Today, just like the other day, I want you to\nlick it for me!" +350200 ,,,,,,,千恵,Chie,032_CB23_c_019.wav,chie,,5,,,,,,,,Lick your dick...? +350300 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,Yeah! ...Is that okay? +350400 ,,,,,,,,,,chie,,5,,,,,,,,"Seeing Chii-chan's troubled expression, I can't help but\nfeel anxious." +350500 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,Please! I'm begging you! +350600 ,,,,,,,,,,chie,,5,,,,,,,,"If I plead desperately, Chii-chan, who is weak to pressure,\nwill surely listen to my request! I have to push forward!" +350700 ,,,,,,,千恵,Chie,032_CB23_c_020.wav,chie,,14,,,,,,,,...But the stuff that comes out of your dick tastes weird... +350800 ,,,,,,,,,,chie,,14,,,,,,,,"Chii-chan looks down, avoiding my gaze." +350900 ,,,,,,,,,,chie,,14,,,,,,,,"...If it comes to this, I have no choice but to use Chii-\nchan's favorite thing!" +351000 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,"Chii-chan, listen! If you lick my dick, I'll get you Champ\nYogurt!" +351100 ,,,,,,,千恵,Chie,032_CB23_c_021.wav,chie,,3,,,,,,,,Champ Yogurt...? +351200 ,,,,,,,,,,chie,,3,,,,,,,,"Oh, Chii-chan doesn't know about it? ...I see, she usually\nonly looks at the 10-yen snack shelf, so she didn't notice." +351300 ,,,,,,,,,,chie,,3,,,,,,,,"If she finds out about this snack, she'll surely be\nsurprised..." +351400 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"You know how you often eat yogurt-flavored snacks, right?" +351500 ,,,,,,,千恵,Chie,032_CB23_c_022.wav,chie,,23,,,,,,,,"Oh, I get it! The 20-yen one! Chii-chan loves that!" +351600 ,,,,,,,,,,chie,,23,,,,,,,,"Her reaction is great. With this, she'll definitely listen\nto me without any problems." +351700 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,Champ Yogurt is a much bigger version of that. +351800 ,,,,,,,千恵,Chie,032_CB23_c_023.wav,chie,,1,,,,,,,,"Bigger...? I want to see it, I want to see it!" +351900 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Wait a moment. I'll get it right away. +352000 ,,,,,,,,,,,,,,,,,,,,"With her eyes sparkling, Chii-chan's chest swells with\nanticipation." +352100 ,,,,,,,,,,,,,,,,,,,,"Just as I thought, I couldn't help but smile. Hiding my\ngrin, I headed to the shelf where the Champ Yogurt was\nplaced." +352200 ,,,,,,,,,,,,,,,,,,,,"Displayed on the upper part of the shelf, it's priced at 250\nyen, which is quite high for a snack, so it's left unsold." +352300 ,,,,,,,,,,,,,,,,,,,,"If it were a bit cheaper, it would probably sell... But I'm\nglad I stocked it." +352400 ,,,,,,,,,,,,,,,,,,,,I'll make sure not to run out of Champ Yogurt for times like\nthis. +352500 ,,,,,,,,,,,,,,,,,,,,"I pick up the snack I was aiming for. It's about the size of\nmy palm, so it has quite a weight. As expected of a 250 yen\nsnack..." +352600 ,,,,,,,千恵,Chie,032_CB23_c_024.wav,,,,,,,,,,,"Uncle, are you done yet?" +352700 ,,,,,,,,,,,,,,,,,,,,"Oops, I'm being rushed. I should show this to her quickly." +352800 ,,,,,,,,,,,,,,,,,,,,"I returned to Chii-chan, who was sitting at the edge of the\ntatami room, eagerly waiting for the Champ Yogurt." +352900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ta-da! This is Champ Yogurt! +353000 ,,,,,,,,,,,,,,,,,,,,"With a flourish that almost needed sound effects, I\npresented the snack in front of Chii-chan." +353100 ,,,,,,,千恵,Chie,032_CB23_c_025.wav,chie,,4,,,,,,,,Wow! It's so big! I didn't know there was a snack like this! +353200 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"It's no wonder you didn't know, Chii-chan. After all, it\ncosts 250 yen." +353300 ,,,,,,,千恵,Chie,032_CB23_c_026.wav,chie,,24,,,,,,,,"250 yen... That's, um... one 10-yen coin, two..." +353400 ,,,,,,,,,,chie,,24,,,,,,,,Chii-chan tries to calculate by folding her fingers. +353500 ,,,,,,,,,,chie,,24,,,,,,,,"I see, since she rarely uses 100-yen coins, she thinks in\nterms of 10-yen coins." +353600 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"If you're using 10-yen coins, you'd need 25 of them." +353700 ,,,,,,,千恵,Chie,032_CB23_c_027.wav,chie,,25,,,,,,,,T-That many!? Chii-chan can't buy it! +353800 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Don't worry, you don't need money. But only if you listen to\nUncle's request." +353900 ,,,,,,,千恵,Chie,032_CB23_c_028.wav,chie,,7,,,,,,,,"I just have to lick it, right? ...Chii-chan will do it!" +354000 ,,,,,,,主人公,Kiyoshi,,chie,,7,,,,,,,,"Thank you, Chii-chan. Now, let's go to Uncle's room." +354100 ,,,,,,,,,,,,,,,,,,,,"To ensure no one interrupted us, I headed to my room with\nher." +354200 ,,,,,,,,,,,,,,,,,,,,"Chii-chan seemed to really like the Champ Yogurt, following\nme cheerfully." +354300 ,,,,,,,,,,,,,,,,,,,,The thought of Chii-chan licking me soon made my breathing\nheavy. +354500 ,,,,32,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Chii-chan, as promised... okay?" +354600 ,,,,,,,,,,,,,,,,,,,,"I took off my pants, exposing my erect penis." +354700 ,,,,,,,千恵,Chie,032_CB23_c_029.wav,chie,,23,,,,,,,,"It's already big... Uncle, how should I lick it?" +354800 ,,,,,,,,,,chie,,23,,,,,,,,You shouldn't look at Uncle's penis with such innocent\neyes... It makes me want to push you down. +354900 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"You can just lick it as it is... But Chii- chan, you're not\nused to the taste yet, right? So, I'll make it easier for\nyou." +355000 ,,,,,,,,,,chie,,23,,,,,,,,I opened the lid of the Champ Yogurt I had and inserted my\npenis into it. +355100 ,,,,,,,,,,chie,,23,,,,,,,,"It was gently enveloped by the soft, paste- like texture." +355200 ,,,,,,,,,,chie,,23,,,,,,,,This is...! It might feel a bit good... What am I trying to\ndo! +355300 ,,,,,,,,,,chie,,23,,,,,,,,Am I planning to start masturbating alone when Chii-chan is\nright in front of me? +355400 ,,,,,,,,,,chie,,23,,,,,,,,I stopped my hips from moving with sheer willpower. +355500 ,,,,,,,千恵,Chie,032_CB23_c_030.wav,chie,,4,,,,,,,,Ah... Champ Yogurt... +355600 ,,,,,,,,,,chie,,4,,,,,,,,"Chii-chan, not knowing what was about to happen, seemed\nshocked that her favorite snack was being violated." +355700 ,,,,,,,,,,chie,,4,,,,,,,,"But don't worry. Soon, Chii-chan will get to eat it\nproperly." +355800 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"Chii-chan, don't make that face. Uncle isn't trying to be\nmean." +355900 ,,,,,,,,,,chie,,9,,,,,,,,Is it about time? I pulled my penis out of the snack\ncontainer. +356000 ,,,,,,,,,,chie,,9,,,,,,,,"Then, a large stick covered in paste and turned completely\nwhite appeared." +356100 ,,,,,,,,,,chie,,9,,,,,,,,This is the yogurt-covered penis that Chii- chan will eat\nnow! +356200 ,,,,,,,,,,chie,,9,,,,,,,,A homemade treat with a unique squid-like flavor and\nrefreshing tang! +356300 ,,,,,,,主人公,Kiyoshi,,chie,,9,,,,,,,,"Chii-chan, you're going to eat this now. I'll treat you\nuntil you're full." +356400 ,,,,,,,千恵,Chie,032_CB23_c_031.wav,chie,,29,,,,,,,,...I wanted to eat it normally... +356500 ,,,,,,,主人公,Kiyoshi,,chie,,29,,,,,,,,"I went through the trouble of preparing this for Chii-chan,\nwho said she didn't like the taste of penis..." +356600 ,,,,,,,,,,chie,,29,,,,,,,,I pretended to be shocked and slumped my shoulders to\nexploit Chii-chan's guilt. +356700 ,,,,,,,千恵,Chie,032_CB23_c_032.wav,chie,,34,,,,,,,,"Uncle... I'm sorry...! Chii-chan will try her best, so cheer\nup!" +356800 ,,,,,,,,,,chie,,34,,,,,,,,Yes! I did it! Chii-chan is going to lick my penis! +356900 ,,,,,,,,,,chie,,34,,,,,,,,"Feeling excited, I eagerly thrust my penis in front of Chii-\nchan's face." +357100 ,,,9,,1150000,,,,,,,,,,,,,,, +357200 ,*mem,,,,1150000,,,,,,,,,,,,,,, +357300 ,,,9,,1150000,,千恵,Chie,032_CB23_c_033.wav,chie,,0,,,,,,,,Sniff sniff... Ah! It smells just like the usual one! +357400 ,,,,,1150000,,,,,,,,,,,,,,,"Cautiously sniffing the yogurt-covered penis, Chii-chan\nrecognized the familiar scent of her usual treat and\nbrightened up." +357500 ,,,,,1150000,,主人公,Kiyoshi,,,,,,,,,,,,"Not just the smell, but the taste is the same too. ...How\nabout it? Do you feel like eating it now?" +357600 ,,,,,1150000,,千恵,Chie,032_CB23_c_034.wav,chie,,0,,,,,,,,Yeah! I want to eat it! +357700 ,,,,,1150000,,,,,,,,,,,,,,,"Chii-chan, saying so clearly that she wants to eat it...\nThis is a penis, you know?" +357800 ,,,,,1150000,,,,,,,,,,,,,,,"But if she insists that much, I can't make her wait." +357900 ,,,,,1150000,,主人公,Kiyoshi,,,,,,,,,,,,"I'll teach you how to eat it. Like a soft serve ice cream,\nlick around it. Don't use your hands... Can you do that?" +358000 ,,,,,1150000,,千恵,Chie,032_CB23_c_035.wav,chie,,0,,,,,,,,Um... Is this how I should do it...? +358100 ,,,,,1150000,,,,,,,,,,,,,,,"Saying that, Chii-chan stuck out her tongue and timidly\nbegan licking the penis." +358300 ,,,,,1150010,,主人公,Kiyoshi,,,,,,,,,,,,"Ohhh! ...Yes, you're doing great...!" +358400 ,,,,,1150010,,,,,,,,,,,,,,,"Every time the paste-like candy is licked off, the sensation\nof her lightly touching tongue... At this moment, I have\ntruly achieved a great feat!" +358500 ,,,,,1150010,,,,,,,,,,,,,,,"The stimulation is minimal, but the situation itself is\nincredibly exciting!" +358600 ,,,,,1150010,,千恵,Chie,032_CB23_c_036.wav,chie,,0,,,,,,,,"Lick... It's delicious! Uncle, this is really tasty!" +358700 ,,,,,1150010,,,,,,,,,,,,,,,"Chii-chan seemed to like the yogurt-flavored penis, happily\nmoving her tongue." +358800 ,,,,,1150010,,,,,,,,,,,,,,,"As she continued eating with abandon, her mouth became white\nand sticky." +358900 ,,,,,1150010,,,,,,,,,,,,,,,"It looked as if it was covered in semen, and the sense of\nguilt made my penis feel like it was going to burst." +359000 ,,,,,1150010,,,,,,,,,,,,,,,To have such an innocent girl licking my penis... What a\nwonderful profession a candy shop owner is! +359100 ,,,,,1150010,,主人公,Kiyoshi,,,,,,,,,,,,"How is it, Chii-chan? Is the penis tasty?" +359200 ,,,,,1150010,,千恵,Chie,032_CB23_c_037.wav,chie,,0,,,,,,,,"It's sweet and delicious, no weird taste!" +359300 ,,,,,1150010,,主人公,Kiyoshi,,,,,,,,,,,,"I'm glad. Then, keep licking until you're full." +359400 ,,,,,1150010,,,,,,,,,,,,,,,"Well, even without me saying it, she seems to be eating more\nand more." +359500 ,,,,,1150010,,,,,,,,,,,,,,,"Oh... Chii-chan, are you licking even there!?" +359600 ,,,,,1150010,,,,,,,,,,,,,,,"The underside is the most sensitive part, so I need her to\nbe careful...!" +359700 ,,,,,1150010,,主人公,Kiyoshi,,,,,,,,,,,,"Ahh...! Oh... that's good, Chii-chan...!" +359800 ,,,,,1150010,,千恵,Chie,032_CB23_c_038.wav,chie,,0,,,,,,,,"Uncle, does it feel good...?" +359900 ,,,,,1150010,,主人公,Kiyoshi,,,,,,,,,,,,Very much... I'm so happy to feel this good. +360000 ,,,,,1150010,,千恵,Chie,032_CB23_c_039.wav,chie,,0,,,,,,,,Really!? Then I'll try even harder! +360100 ,,,,,1150010,,,,,,,,,,,,,,,Chii-chan's persistent licking of the tip stimulates my\nurethra. +360200 ,,,,,1150010,,,,,,,,,,,,,,,"If she keeps attacking the same spot, I'll end up coming..." +360300 ,,,,,1150010,,,,,,,,,,,,,,,"It would be easier if I ejaculated once, but I choose not\nto!" +360400 ,,,,,1150010,,,,,,,,,,,,,,,"I'll hold it in until the limit, and then let Chii-chan\ntaste the final release!" +360500 ,,,,,1150010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, not just the tip, but could you also take care of\nthe shaft? If you keep licking there, the bitter juice will\ncome out." +360600 ,,,,,1150010,,千恵,Chie,032_CB23_c_040.wav,chie,,0,,,,,,,,That weird-tasting juice? ...No way! +360700 ,,,,,1150010,,,,,,,,,,,,,,,"Saying that, Chii-chan hurriedly started licking the shaft." +360800 ,,,,,1150010,,,,,,,,,,,,,,,I guess she's still not used to the taste of a penis. +360900 ,,,,,1150010,,,,,,,,,,,,,,,"For now, I'll have to mask it with the taste of Champ\nYogurt." +361000 ,,,,,1150020,,千恵,Chie,032_CB23_c_041.wav,chie,,0,,,,,,,,Uncle... the yogurt is all gone...? +361200 ,,,,,1150020,,,,,,,,,,,,,,,Chii-chan looked at my penis with a troubled expression. +361300 ,,,,,1150020,,,,,,,,,,,,,,,...Chii-chan eats quickly. +361400 ,,,,,1150020,,,,,,,,,,,,,,,But there's still plenty left in the candy container. We can\ncontinue as much as we want. +361500 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,"Don't worry, Chii-chan. There's still more... you can eat it\nright away." +361600 ,,,,,1150020,,千恵,Chie,032_CB23_c_042.wav,chie,,0,,,,,,,,Yay! I can still eat more! +361700 ,,,,,1150020,,,,,,,,,,,,,,,She raised her hands high and expressed her joy with her\nwhole body. +361800 ,,,,,1150020,,,,,,,,,,,,,,,She likes the yogurt-flavored penis that much! +361900 ,,,,,1150020,,,,,,,,,,,,,,,For her to like my penis... ha... ha...! +362000 ,,,,,1150020,,,,,,,,,,,,,,,"I need to catch my breath, or I won't be able to keep my\ncomposure." +362100 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, use this to make uncle's penis all white." +362200 ,,,,,1150020,,千恵,Chie,032_CB23_c_043.wav,chie,,0,,,,,,,,"Like before, should I spread it where I lick?" +362300 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,You can spread as much as you like. +362400 ,,,,,1150020,,,,,,,,,,,,,,,I handed Chii-chan the Champ Yogurt container and had her\ncoat my penis. +362500 ,,,,,1150020,,千恵,Chie,032_CB23_c_044.wav,chie,,0,,,,,,,,Alright... I'll spread a lot to make it taste good! +362700 ,,,,,1150030,,千恵,Chie,032_CB23_c_045.wav,chie,,0,,,,,,,,Wow... your penis is twitching! +362800 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,Oof... could you do it a bit more gently? +362900 ,,,,,1150030,,千恵,Chie,032_CB23_c_046.wav,chie,,0,,,,,,,,Did it hurt? +363000 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,"It doesn't hurt, but..." +363100 ,,,,,1150030,,,,,,,,,,,,,,,"If it's stimulated too much, I'll end up coming. Even if I\nexplain that, Chii-chan probably wouldn't understand." +363200 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,I'd be happier if you spread it gently. +363300 ,,,,,1150030,,,,,,,,,,,,,,,I took Chii-chan's hand and guided her. +363400 ,,,,,1150030,,,,,,,,,,,,,,,"Thanks to taking some time and applying it carefully, there\nwas almost no skin color left." +363500 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,Now that we're ready... let's try a different way of eating. +363600 ,,,,,1150030,,千恵,Chie,032_CB23_c_047.wav,chie,,0,,,,,,,,A different way... ? Is there another one? +363700 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,"This time, instead of licking, try putting it in your mouth." +363800 ,,,,,1150030,,千恵,Chie,032_CB23_c_048.wav,chie,,0,,,,,,,,Put it in... but something this big won't fit in Chii-chan's\nmouth? +363900 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay... if you listen to what uncle says, you should be\nable to do it." +364000 ,,,,,1150030,,,,,,,,,,,,,,,"We've come this far, if I'm going to come, I'd prefer it to\nbe in Chii-chan's mouth." +364100 ,,,,,1150030,,,,,,,,,,,,,,,"If I don't get a blowjob, I'll surely regret it for the rest\nof my life." +364200 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,"First, open your mouth... just do your best." +364300 ,,,,,1150030,,千恵,Chie,032_CB23_c_049.wav,chie,,0,,,,,,,,...Ahh! +364400 ,,,,,1150030,,,,,,,,,,,,,,,Chii-chan obediently listened and opened her mouth wide. +364500 ,,,,,1150030,,,,,,,,,,,,,,,"Chii-chan's mouth, showing her pearly white teeth... soon,\nuncle's penis will go in there!" +364600 ,,,,,1150030,,,,,,,,,,,,,,,But I need to stay calm and insert it slowly so she doesn't\ngag... +364700 ,,,,,1150030,,,,,,,,,,,,,,,"If I force Chii-chan here and she starts to dislike it, all\nmy efforts will be for nothing." +364800 ,,,,,1150030,,,,,,,,,,,,,,,"Phew... deep breath. Let's go on the count of 3, 2, 1!" +364900 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,"Just like that, okay? Don't suddenly close your mouth." +365000 ,,,,,1150030,,,,,,,,,,,,,,,Alright... I'm mentally prepared. 3... 2... 1... now! +365200 ,,,,,1150050,,千恵,Chie,032_CB23_c_050.wav,chie,,0,,,,,,,,Mmph!? +365300 ,,,,,1150050,,,,,,,,,,,,,,,"Slowly, my penis slides into Chii-chan's mouth." +365400 ,,,,,1150050,,,,,,,,,,,,,,,"Since there's still some candy coating left, I can't feel\nmuch of the inside of her mouth." +365500 ,,,,,1150050,,,,,,,,,,,,,,,"However, once the coating is gone, paradise awaits just\nahead!" +365600 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, I know it's tough, but try moving your tongue\ninside like before." +365700 ,,,,,1150050,,千恵,Chie,032_CB23_c_051.wav,chie,,0,,,,,,,,Mmm... mm... slurp... +365800 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Ahhh... kuh! ...This is it, this is what I've been waiting\nfor!" +365900 ,,,,,1150050,,,,,,,,,,,,,,,"As she moves her mouth, her teeth occasionally graze my\npenis." +366000 ,,,,,1150050,,,,,,,,,,,,,,,"Though there's a sensation of pain, the joy outweighs it.\nInstead of wilting, it becomes even harder." +366100 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,I'm going to move my hips... let me know if it's too much. +366200 ,,,,,1150050,,,,,,,,,,,,,,,"While keeping her mouth open, she nods her head slightly up\nand down... such a sight stirs my protective instincts." +366300 ,,,,,1150050,,,,,,,,,,,,,,,"I vow once more not to be rough, and I start moving my body." +366400 ,,,,,1150050,,,,,,,,,,,,,,,"Her mouth, not very deep, reaches its limit with about half\nof my penis inside." +366500 ,,,,,1150050,,,,,,,,,,,,,,,...The sensation of the tip touching... could it be her\nuvula!? +366600 ,,,,,1150050,,,,,,,,,,,,,,,"This is Chii-chan's...! Girls have three holes, and it feels\nlike I've conquered one of them!" +366700 ,,,,,1150050,,千恵,Chie,032_CB23_c_052.wav,chie,,0,,,,,,,,Mmm...! Nnn~~! +366800 ,,,,,1150050,,,,,,,,,,,,,,,"Oops... it seems like it's too much for her. As Chii-chan\nshakes her head sideways, I stop moving my hips for a\nmoment." +366900 ,,,,,1150050,,,,,,,,,,,,,,,"Someday, I want her to take this cock all the way to the\nbase..." +367000 ,,,,,1150050,,,,,,,,,,,,,,,I'll have her get used to it little by little from now on. +367100 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, Chii-chan, let's take a break." +367200 ,,,,,1150050,,,,,,,,,,,,,,,"Saying that, I pulled my penis out of Chii- chan's mouth." +367400 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,"How was it, trying to take it in?" +367500 ,,,,,1150020,,千恵,Chie,032_CB23_c_053.wav,chie,,0,,,,,,,,It was a bit tough... but it tasted good! So... let me have\nmore! +367600 ,,,,,1150020,,,,,,,,,,,,,,,"Chii-chan's reaction was unexpected... I thought she would\ndislike it more, but that wasn't the case." +367700 ,,,,,1150020,,,,,,,,,,,,,,,"Far from disliking it, she's actually asking for the cock\nherself." +367800 ,,,,,1150020,,,,,,,,,,,,,,,"This is...! It's working! Before Chii-chan changes her mind,\nI move on to the second round." +367900 ,,,,,1150020,,,,,,,,,,,,,,,I reapply the coating that was licked off and let Chii-chan\nhave it again. +368100 ,,,,,1150040,,千恵,Chie,032_CB23_c_054.wav,chie,,0,,,,,,,,Nn... mmm...! +368200 ,,,,,1150040,,,,,,,,,,,,,,,"Chii-chan, who no longer resists taking it in, eagerly bites\nonto the penis." +368300 ,,,,,1150040,,,,,,,,,,,,,,,"The warmth that feels like it could melt me spreads\nthroughout my entire penis. If I'm not careful, my knees\nmight give out." +368400 ,,,,,1150040,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... it feels so good... +368500 ,,,,,1150040,,,,,,,,,,,,,,,Her clumsy yet determined tongue movements to lick off the\ncoating... I even feel moved by her intention to please me. +368600 ,,,,,1150040,,,,,,,,,,,,,,,"Filled with gratitude, I patted Chii-chan's head. She\nlaughed as if it tickled." +368700 ,,,,,1150040,,主人公,Kiyoshi,,,,,,,,,,,,Have you started to like cock? +368800 ,,,,,1150040,,千恵,Chie,032_CB23_c_055.wav,chie,,0,,,,,,,,I'm not sure yet... but I don't dislike it. +368900 ,,,,,1150040,,,,,,,,,,,,,,,"For now, that's enough. If she doesn't dislike it, it means\nwith the help of candy, she'll give me a blowjob anytime." +369000 ,,,,,1150040,,,,,,,,,,,,,,,I must be right about this. +369100 ,,,,,1150040,,,,,,,,,,,,,,,"Thinking about how Chii-chan will become more and more\nnaughty, my heart can't stop racing." +369200 ,,,,,1150040,,,,,,,,,,,,,,,"How quickly she can step up depends on me now. Today, I'll\nteach her all the naughty knowledge!" +369300 ,,,,,1150040,,,,,,,,,,,,,,,"First, let's talk about this cock that Chii- chan is\nlicking!" +369400 ,,,,,1150040,,主人公,Kiyoshi,,,,,,,,,,,,"You're not sure if you like it, huh? Then I'll teach you so\nyou'll come to like it." +369500 ,,,,,1150040,,千恵,Chie,032_CB23_c_056.wav,chie,,0,,,,,,,,Fugu... fugu...! +369600 ,,,,,1150040,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, do you know what the underside of the cock is?\nIt's the lower part." +369700 ,,,,,1150040,,千恵,Chie,032_CB23_c_057.wav,chie,,0,,,,,,,,Nchu... nmu...! ...Hoho? +369800 ,,,,,1150040,,,,,,,,,,,,,,,Chii-chan's tongue crawls along the underside. +369900 ,,,,,1150040,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, there! That's called the underside, and it's a\nsensitive spot on the cock." +370000 ,,,,,1150040,,千恵,Chie,032_CB23_c_058.wav,chie,,0,,,,,,,,Muu... jujutsu! Rerureru... himohii? +370100 ,,,,,1150040,,,,,,,,,,,,,,,"Because her mouth is full, her words come out slurred." +370200 ,,,,,1150040,,,,,,,,,,,,,,,How much is this girl going to please me! +370300 ,,,,,1150040,,主人公,Kiyoshi,,,,,,,,,,,,Keep licking just like that... it's really good! +370400 ,,,,,1150040,,千恵,Chie,032_CB23_c_059.wav,chie,,0,,,,,,,,Jyu... rero... nn...! +370500 ,,,,,1150040,,,,,,,,,,,,,,,"Chii-chan's oral attack torments me. Until now, I've only\nbeen the one doing the teasing, but being teased is nice\ntoo..." +370600 ,,,,,1150040,,,,,,,,,,,,,,,"Discovering new possibilities, my excitement reaches its\npeak." +370700 ,,,,,1150040,,,,,,,,,,,,,,,"The tip of my penis gradually heats up. The moment of\nejaculation is approaching, and pre-cum starts to leak out." +370900 ,,,,,1150020,,千恵,Chie,032_CB23_c_060.wav,chie,,0,,,,,,,,"Afu... puha! H-hey, it's starting to taste weird...!" +371000 ,,,,,1150020,,,,,,,,,,,,,,,Chii-chan spits out the penis. +371100 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,"Ah... that's not good, Chii-chan, you haven't finished it\nyet?" +371200 ,,,,,1150020,,千恵,Chie,032_CB23_c_061.wav,chie,,0,,,,,,,,"But, but... it's not sweet anymore..." +371300 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,"You can't just leave it because of that. Once you've\nstarted, you have to finish it." +371400 ,,,,,1150020,,,,,,,,,,,,,,,"If it's not sweet, I'll add a little cream. I apply cream to\nmy penis and have Chii-chan take it again." +371500 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,"Come on... don't be picky, let's overcome what you don't\nlike." +371700 ,,,,,1150050,,千恵,Chie,032_CB23_c_062.wav,chie,,0,,,,,,,,Nngh! ...Mmm... jyu... fuhii...! +371800 ,,,,,1150050,,,,,,,,,,,,,,,"As I'm nearing my limit, even if it's a bit forceful, I'll\nhave her go all the way." +371900 ,,,,,1150050,,,,,,,,,,,,,,,"Chii-chan, feeling resistant, desperately tries to push back\nthe penis with her tongue." +372000 ,,,,,1150050,,,,,,,,,,,,,,,"Sorry, Chii-chan, but I can't stop now!" +372100 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Hang in there! If you try hard, it'll be over soon!" +372200 ,,,,,1150050,,千恵,Chie,032_CB23_c_063.wav,chie,,0,,,,,,,,Hafuu... jyu! Nn~! +372300 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Savor it more, it might actually taste good?" +372400 ,,,,,1150050,,,,,,,,,,,,,,,"While desperately persuading Chii-chan, I let the penis move\naround in her mouth." +372500 ,,,,,1150050,,,,,,,,,,,,,,,"To let her savor it well, I rub it against her tongue. A\nslightly rough sensation is transmitted to the glans." +372600 ,,,,,1150050,,千恵,Chie,032_CB23_c_064.wav,chie,,0,,,,,,,,Mmm... nn... jyu...! Juchuu! +372700 ,,,,,1150050,,,,,,,,,,,,,,,"Perhaps responding to my persuasion, Chii- chan's resistance\neases." +372800 ,,,,,1150050,,,,,,,,,,,,,,,Is it just my imagination that she looks a bit troubled? +372900 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,Thank you... I'll make sure to repay you for this. +373000 ,,,,,1150050,,,,,,,,,,,,,,,"Despite everything, Chii-chan is a kind girl who stays with\nme until the end." +373100 ,,,,,1150050,,,,,,,,,,,,,,,I realize how immature I am for taking advantage of her\nkindness. +373200 ,,,,,1150050,,,,,,,,,,,,,,,But that doesn't mean I plan to stop. I'm going to have a\ngrand ejaculation! +373300 ,,,,,1150050,,,,,,,,,,,,,,,"As I savor the sensation inside Chii-chan's mouth, the\nmoment finally approaches." +373400 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, I'm about to come... just keep your mouth on it!" +373500 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,In case of oral ejaculation,sel_1a",,,,,,,,,,,,,,,,,,,■@ In the mouth +↓,"$menu_item 1,In case of pulling out,sel_1b",,,,,,,,,,,,,,,,,,,■A Outside +↓,$menu_end,,,,,,,,,,,,,,,,,,, +373600 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ In the mouth +373800 ,,,,,1150050,,千恵,Chie,032_CB23_c_065.wav,chie,,0,,,,,,,,Hefuh!? Nn... muu~! +373900 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa~! It's coming out! I'm going to release it, okay!" +374000 ,,,,,1150050,,,,,,,,,,,,,,,I release all the accumulated heat at once. +374100 ,,,,,1150050,,千恵,Chie,032_CB23_c_066.wav,chie,,0,,,,,,,,Nfuuu~! ...Nnguuu... nnnn! +374200 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"S-sorry! Are you okay, Chii-chan?" +374300 ,,,,,1150050,,,,,,,,,,,,,,,"I ejaculated more than I expected, and Chii- chan seemed to\nbe struggling." +374400 ,,,,,1150050,,,,,,,,,,,,,,,I hurriedly pull my penis out of her mouth. +374600 ,,,,,1150060,,主人公,Kiyoshi,,,,,,,,,,,,...Are you okay? ...You can spit it out if you want? +374700 ,,,,,1150060,,千恵,Chie,032_CB23_c_067.wav,chie,,0,,,,,,,,...Gulp! Phew... I swallowed it! +374800 ,,,,,1150060,,,,,,,,,,,,,,,Chii-chan says that and smiles at me. +374900 ,,,,,1150060,,,,,,,,,,,,,,,She swallowed it... all of that amount? +375000 ,,,,,1150060,,主人公,Kiyoshi,,,,,,,,,,,,Didn't you say you didn't like the taste of my dick? +375100 ,,,,,1150060,,千恵,Chie,032_CB23_c_068.wav,chie,,0,,,,,,,,"I thought it tasted weird, but you seemed like you wanted me\nto swallow it... so I did!" +375200 ,,,,,1150060,,,,,,,,,,,,,,,Chii-chan opens her mouth wide to show me. +375300 ,,,,,1150060,,,,,,,,,,,,,,,"She really drank it all... Chii-chan, you don't have to go\nthat far just for me..." +375400 ,,,,,1150060,,主人公,Kiyoshi,,,,,,,,,,,,"You shouldn't push yourself too hard, okay? If you don't\nlike it, you should say so." +375500 ,,,,,1150060,,千恵,Chie,032_CB23_c_069.wav,chie,,0,,,,,,,,"I don't dislike it. It's for you, after all!" +375600 ,,,,,1150060,,,,,,,,,,,,,,,Chii-chan's innocent smile directed at me was truly angelic. +375700 ,,,,,1150060,,,,,,,,,,,,,,,...To think that my sperm was absorbed into such a cute\ngirl's body... +375800 ,,,,,1150060,,,,,,,,,,,,,,,"Thinking about it like that, I almost felt jealous of my own\nsemen." +375900 ,,,,,1150060,,千恵,Chie,032_CB23_c_070.wav,chie,,0,,,,,,,,"Did it feel good, Kiyoshi?" +376000 ,,,,,1150060,,主人公,Kiyoshi,,,,,,,,,,,,"Of course... thank you, Chii-chan." +376100 ,,,,,1150060,,,,,,,,,,,,,,,I thank Chii-chan while wiping the semen from her mouth. +376200 ,,,,,1150060,,,,,,,,,,,,,,,"She squirmed as if it tickled, but showed no signs of\ndislike." +376300 ,$go join_1,,,,,,,,,,,,,,,,,,, +376400 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A In case of external ejaculation +376600 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... I can't do it! I can't be that cruel! +376700 ,,,,,1150050,,,,,,,,,,,,,,,I somehow suppress the urge to ejaculate in her mouth with\nmy reason. +376800 ,,,,,1150050,,,,,,,,,,,,,,,"For Chii-chan, who wasn't used to the taste of my dick, I\npulled my penis out of her mouth at the moment of\nejaculation." +376900 ,,,,,1150050,,,,,,,,,,,,,,,The momentum of the white fluid showered down on Chii-chan's\nface. +377200 ,,,,,1150061,,千恵,Chie,032_CB23_c_071.wav,chie,,0,,,,,,,,"―Hyaaah!? Wow, so much white stuff is coming out of your\ndick!" +377300 ,,,,,1150061,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... ha... phew...! +377400 ,,,,,1150061,,,,,,,,,,,,,,,"I really wanted her to take it all in her mouth, but I\nshould restrain myself." +377500 ,,,,,1150061,,千恵,Chie,032_CB23_c_072.wav,chie,,0,,,,,,,,Uncle... you came a lot. Did it feel good? +377600 ,,,,,1150061,,主人公,Kiyoshi,,,,,,,,,,,,It's because Chii-chan is such a pro. You made me come. +377700 ,,,,,1150061,,千恵,Chie,032_CB23_c_073.wav,chie,,0,,,,,,,,I'm happy that Uncle felt good! +377800 ,,,,,1150061,,,,,,,,,,,,,,,"She smiled at me, even though her face was covered in sticky\nsemen." +377900 ,,,,,1150061,,主人公,Kiyoshi,,,,,,,,,,,,Thank you for working so hard for me. +378000 ,,,,,1150061,,,,,,,,,,,,,,,"While expressing my gratitude, I wiped the semen off Chii-\nchan's face with a tissue." +378100 ,,,,,1150061,,,,,,,,,,,,,,,"Even though I was the one who released it, I couldn't help\nbut be impressed by how much I came." +378200 ,,,,,1150061,,千恵,Chie,032_CB23_c_074.wav,chie,,0,,,,,,,,...What's wrong? +378300 ,,,,,1150061,,主人公,Kiyoshi,,,,,,,,,,,,I was just thinking about how much Chii-chan worked hard\ntoday. +378400 ,,,,,1150061,,,,,,,,,,,,,,,I patted Chii-chan's head as she looked at me curiously. +378500 ,,,,,1150061,,,,,,,,,,,,,,,"While adoring Chii-chan, I put my pants back on." +378600 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +378700 ,$event_return,,,,,,,,,,,,,,,,,,, +379000 ,,,2,,,,主人公,Kiyoshi,,,,,,,,,,,,―There we go... All clean now. +379100 ,,,,,,,,,,,,,,,,,,,,I used tissues to make sure there was no semen left behind\nduring the cleanup. +379200 ,,,,,,,,,,,,,,,,,,,,"Meanwhile, Chii-chan sat quietly between my legs." +379300 ,,,,,,,,,,,,,,,,,,,,She must have been tired from her first blowjob. +379400 ,,,,,,,,,,,,,,,,,,,,It seems like she pushed herself a bit... Let's cheer her up\nwith something special! +379500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, Chii-chan! There's still some left, so you can\neat it." +379600 ,,,,,,,,,,,,,,,,,,,,What I offered her was a Champ Yogurt. +379700 ,,,,,,,,,,,,,,,,,,,,I gave her the remaining third as a gift. +379800 ,,,,,,,千恵,Chie,032_CB23_c_075.wav,chie,,4,,,,,,,,Eh... Really! +379900 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,Of course! You worked hard today. It's a reward for you. +380000 ,,,,,,,千恵,Chie,032_CB23_c_076.wav,chieL,,1,,,,,,,,Onii-chan! +380100 ,,,,,,,,,,chieL,,1,,,,,,,,"Chii-chan, who had her back turned, suddenly turned around\nand hugged me with great enthusiasm." +380200 ,,,,,,,主人公,Kiyoshi,,chieL,,1,,,,,,,,"Whoa... Chii-chan, it's dangerous to suddenly hug me like\nthat~" +380300 ,,,,,,,,,,chieL,,1,,,,,,,,"Though I was cautioning her with my words, inside I was\noverjoyed." +380400 ,,,,,,,千恵,Chie,032_CB23_c_077.wav,chieL,,21,,,,,,,,I was just so happy! +380500 ,,,,,,,主人公,Kiyoshi,,chieL,,21,,,,,,,,"I see, I see... I didn't expect you to be that happy." +380600 ,,,,,,,千恵,Chie,032_CB23_c_078.wav,chieL,,0,,,,,,,,Chii-chan loves this! ...Are you sure I can really eat it? +380700 ,,,,,,,主人公,Kiyoshi,,chieL,,0,,,,,,,,I wouldn't lie. You can eat it all. +380800 ,,,,,,,千恵,Chie,032_CB23_c_079.wav,chie,,1,,,,,,,,Yay! Thank you! +380900 ,,,,,,,,,,chie,,1,,,,,,,,Chii-chan happily devoured the snack that had once been\npenetrated by my penis. +381000 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Once you're done eating, let's head home for today." +381100 ,,,,,,,千恵,Chie,032_CB23_c_080.wav,chie,,21,,,,,,,,Okay! +381200 ,,,,,,,,,,,,,,,,,,,,Chii-chan energetically responded and finished the Champ\nYogurt without stopping. +381300 ,,,,,,,,,,,,,,,,,,,,"Thinking about how that mouth had my penis in it just a\nwhile ago, my imagination wouldn't stop running wild." +381400 ,,,,,,,,,,,,,,,,,,,,...I'll calm down after Chii-chan goes home. +381500 ,,,,,,,,,,,,,,,,,,,,"Having acquired new material for my fantasies, I cheerfully\nsaw Chii-chan off." +381600 ,,,0,9000,,,,,,,,,,,,,,,, +381800 ,$go commonD_top,,,,,,,,,,,,,,,,,,, +, diff --git a/datascn.tac/04commonD.csv b/datascn.tac/04commonD.csv new file mode 100644 index 0000000..4091f9d --- /dev/null +++ b/datascn.tac/04commonD.csv @@ -0,0 +1,3878 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@commonD_top,,,,,,,,,,,,,,,,,,,Common Part D +10600 ,@033_CB24A,,,,,,,,,,,,,,,,,,, +10900 ,,,5,21,,,主人公,Kiyoshi,,,,,,,,,,,,Haa... +11000 ,,,,,,,,,,,,,,,,,,,,"Today passed by without any incidents... After everything\nthat happened yesterday, it feels a bit unsatisfying." +11100 ,,,,,,,,,,,,,,,,,,,,The reason is that I was so preoccupied with panties that I\ncouldn't make any plans with Komako-chan or Tenka-chan. +11200 ,,,,,,,,,,,,,,,,,,,,"Blinded by immediate desires, I ended up wasting the whole\nday... I still have a lot to learn." +11300 ,,,,,,,,,,,,,,,,,,,,But this is how it should be. Watching over the girls as\nthey buy snacks. This is the true job of a snack shop. +11400 ,,,,,,,,,,,,,,,,,,,,"As usual, I'll enjoy today by myself." +11500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...What should I use as a fantasy... +11600 ,,,,,,,,,,,,,,,,,,,,"If I'm going to worry this much, I should have made plans\nproperly yesterday..." +11700 ,,,,,,,,,,,,,,,,,,,,"Learning from yesterday's reflection, I'll make plans with\nKomako-chan or Tenka-chan early today." +11800 ,,,,,,,,,,,,,,,,,,,,"Who should I spend tomorrow with... Yesterday, I made plans\nwith Tenka-chan, so if I go in order, it should be Komako-\nchan..." +11900 ,,,,,,,,,,,,,,,,,,,,Alright... I'll teach them some more naughty things. I\nheaded over to the three who were chatting lively outside. +12100 ,,,,,,,,,,,,,,,,,,,, +12200 ,,,,11,,,千恵,Chie,033_CB24A_c_000.wav,"chie,private",,3,,,,,,,,"Ah, it's the shopkeeper! Is the store okay now?" +12300 ,,,,,,,,,,chie,,3,,,,,,,,Chie-chan was the first to notice me. She was holding some\nsnacks she had just bought. +12400 ,,,,,,,甜花,Tenka,033_CB24A_t_000.wav,chie,,3,,,,"tenka,private",,12,,"...Chii, are you really helping out at the store?" +12500 ,,,,,,,,,,chie,,3,,,,tenka,,12,,Tenka-chan pointed out in an exasperated voice. +12600 ,,,,,,,,,,chie,,3,,,,tenka,,12,,I can't say I don't understand her feelings. Because Chie-\nchan had joined everyone for snack time in the middle of\nhelping out. +12700 ,,,,,,,,,,chie,,3,,,,tenka,,12,,"Well... even if Chie-chan didn't help, there were no\ncustomers, so it wasn't really a problem." +12800 ,,"",,,,,千恵,Chie,033_CB24A_c_001.wav,chie,,20,,,,tenka,,12,,"I'm helping out properly, you know? There were no customers\ntoday, so I was taking a break." +12900 ,,,,,,,,,,chie,,20,,,,tenka,,12,,Chie-chan's honest words pierce my heart. ...So even Chie-\nchan realizes it's slow... +13000 ,,,,,,,,,,chie,,20,,,,tenka,,12,,"For someone like me who makes a living running a candy\nstore, that's a critical issue." +13100 ,,,,,,,,,,chie,,20,,,,tenka,,12,,"I'm not trying to make a huge profit, but I do want to earn\na decent amount." +13200 ,,,,,,,,,,chie,,20,,,,tenka,,12,,"However, if I'm too busy, I won't have time with Chie-chan\nand the others... Balancing both is quite difficult." +13300 ,,,,,,,甜花,Tenka,033_CB24A_t_001.wav,,,,,,,tenka,,32,,"Uncle... they're saying it's slow, is that okay?" +13400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,32,,"It can't be helped. It's summer vacation, after all.\nBesides, I'm just happy that Tenka-chan and the others come\nby." +13500 ,,,,,,,,,,,,,,,,tenka,,32,,That's right. It's not like I really want Chie-chan to help\nout at the store. +13600 ,,,,,,,,,,,,,,,,tenka,,32,,"Just having her drop by every day is enough. By doing so, I\ninevitably get to see Tenka- chan and Komako-chan every day." +13700 ,,,,,,,,,,,,,,,,tenka,,32,,"In a way, Chie-chan is a bridge connecting me with everyone.\nI can't let go of that now. Plus, it's nice to have\nsomething pleasant to look at." +13800 ,,,,,,,甜花,Tenka,033_CB24A_t_002.wav,,,,,,,tenka,,12,,...You shouldn't spoil her too much. It's not good for Chii. +13900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,"Haha, Tenka-chan, you're like Chie-chan's big sister now." +14000 ,,,,,,,甜花,Tenka,033_CB24A_t_003.wav,,,,,,,tenka,,7,,"If I don't keep it together, it'll be tough for you, right,\nUncle?" +14100 ,,,,,,,,,,,,,,,,tenka,,7,,"I thought she was only worried about Chie- chan, but she was\nthinking about me too..." +14200 ,,,,,,,,,,,,,,,,tenka,,7,,This is proof that we're building a relationship of trust. +14300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,7,,Thank you for worrying about me. +14400 ,,,,,,,甜花,Tenka,033_CB24A_t_004.wav,,,,,,,tenka,,11,,I-I'm not worried about you or anything. +14500 ,,,,,,,,,,,,,,,,tenka,,11,,She turned her face away. ...But I didn't miss that moment. +14600 ,,,,,,,,,,,,,,,,tenka,,11,,Tenka-chan's face was slightly flushed. It seems she's just\nacting cold to hide her embarrassment. +14700 ,,,,,,,,,,,,,,,,tenka,,11,,Honestly... Tenka-chan isn't very straightforward... +14800 ,,,,,,,千恵,Chie,033_CB24A_c_002.wav,chie,,3,,,,,,,,"Hey, hey, Uncle! What were you talking about with Tenka-\nchan?" +14900 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,Hmm? I was just saying that Chie-chan is always so full of\nenergy. +15000 ,,,,,,,千恵,Chie,033_CB24A_c_003.wav,chie,,21,,,,,,,,Really? You think so? +15100 ,,,,,,,,,,chie,,21,,,,,,,,Chie-chan tilted her head with a smile. +15200 ,,,,,,,,,,chie,,21,,,,,,,,Ah... it's so soothing. Chie-chan is my oasis. I hope she\nalways stays this cheerful. +15300 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Oh, Chie-chan, I haven't given you today's pay yet." +15400 ,,,,,,,千恵,Chie,033_CB24A_c_004.wav,chie,,4,,,,,,,,Huh? You're giving it to me today too? +15500 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"I'll make sure to give you what you earned. Since there\nweren't many customers today, it's about 20 yen." +15600 ,,,,,,,千恵,Chie,033_CB24A_c_005.wav,chie,,25,,,,,,,,"Yay! ...Oh, but the store is closed..." +15700 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,Were you planning to spend it already? Why not save it for\nonce? +15800 ,,,,,,,千恵,Chie,033_CB24A_c_006.wav,chie,,25,,,,,,,,But... +15900 ,,,,,,,,,,chie,,25,,,,,,,,Her words trailed off. +16000 ,,,,,,,,,,chie,,25,,,,,,,,"...Chie-chan really loves sweets. I knew that, but it still\nmakes me happy." +16100 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Alright, alright, bring me the sweets you want. I'll sell\nthem to you." +16200 ,,,,,,,千恵,Chie,033_CB24A_c_007.wav,chie,,23,,,,,,,,Really? +16300 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"It's a special occasion, so go ahead and pick them out." +16400 ,,,,,,,,,,,,,,,,,,,,"Hearing those words, Chie-chan happily went into the store." +16500 ,,,,,,,,,,,,,,,,,,,,I wonder what Chie-chan will bring back? +16600 ,,,,,,,,,,,,,,,,,,,,Chie-chan quickly returned to me from inside the store. +16700 ,,,,,,,,,,,,,,,,,,,,In her hand were two large wrapped candies. +16800 ,,,,,,,千恵,Chie,033_CB24A_c_008.wav,chie,,1,,,,,,,,"Uncle, I want these!" +16900 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Oh? Are you eating candy today? +17000 ,,,,,,,千恵,Chie,033_CB24A_c_009.wav,chie,,0,,,,,,,,Yeah! +17100 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Alright, that's 20 yen for two." +17200 ,,,,,,,,,,chie,,0,,,,,,,,The part-time pay I just handed over comes back to me. +17300 ,,,,,,,,,,chie,,0,,,,,,,,It would be faster to just give her the candy directly\ninstead of money. +17400 ,,,,,,,,,,chie,,0,,,,,,,,Maybe I'll consider that next time... +17500 ,,,,,,,,,,chie,,0,,,,,,,,"Chie-chan, not paying any attention to me, immediately\nopened the candy bag." +17600 ,,,,,,,千恵,Chie,033_CB24A_c_010.wav,chie,,21,,,,,,,,"Umm... Oh! Look, Uncle! Both of them are winners!" +17700 ,,,,,,,,,,chie,,21,,,,,,,,Both of them! ...So Chie-chan was planning to eat them all\nat once. +17800 ,,,,,,,,,,chie,,21,,,,,,,,She should savor them one by one instead of being so\ngreedy... +17900 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,...It's true. Good for you. You can go get two more from the\nstore. +18000 ,,,,,,,千恵,Chie,033_CB24A_c_011.wav,chie,,1,,,,,,,,"Yay! I did it, I did it!" +18100 ,,,,,,,,,,chie,,1,,,,,,,,"With the winning candies, Chie-chan's share doubles." +18200 ,,,,,,,,,,chie,,1,,,,,,,,Chie-chan tosses the two newly acquired candies into her\nmouth. +18300 ,,,,,,,,,,chie,,1,,,,,,,,I wonder if it's okay to put so much in her mouth? +18400 ,,,,,,,,,,chie,,1,,,,,,,,"Ignoring my concern, Chie-chan puffed her cheeks like a\nchipmunk." +18500 ,,,,,,,千恵,Chie,033_CB24A_c_012.wav,chie,,21,,,,,,,,Mmm~... These candies are sweet and delicious! +18600 ,,,,,,,,,,chie,,21,,,,,,,,"As expected, her mouth was full, and I couldn't understand\nwhat she was saying." +18700 ,,,,,,,,,,chie,,21,,,,,,,,It would be terrible if she accidentally swallowed them. +18800 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Chie-chan, let's eat them one at a time. It's safer that\nway." +18900 ,,,,,,,千恵,Chie,033_CB24A_c_013.wav,chie,,13,,,,,,,,...Okay~ +19000 ,,,,,,,,,,chie,,13,,,,,,,,"Surprisingly, Chie-chan obediently listened to what I said." +19100 ,,,,,,,主人公,Kiyoshi,,chie,,13,,,,,,,,"I'll bring a plate for you, so put them there." +19200 ,,,,,,,千恵,Chie,033_CB24A_c_014.wav,chie,,18,,,,,,,,Nope! I'm fine! I can eat them all at once! +19300 ,,,,,,,主人公,Kiyoshi,,chie,,18,,,,,,,,W-what did you say? +19400 ,,,,,,,,,,chie,,18,,,,,,,,"Confused by the unclear words, Chie-chan put her finger in\nher mouth and took out one candy." +19500 ,,,,,,,,,,chie,,18,,,,,,,,The candy that was in her mouth was glistening with Chie-\nchan's saliva. +19600 ,,,,,,,千恵,Chie,033_CB24A_c_015.wav,chie,,0,,,,,,,,"Here! I'll give it to you, uncle!" +19700 ,,,,,,,,,,chie,,0,,,,,,,,"With one candy out, it seemed easier for her to speak, and I\nunderstood her words clearly." +19800 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"I see, I see... You're giving uncle a candy as a present.\n...What!?" +19900 ,,,,,,,,,,chie,,0,,,,,,,,The unexpected turn of events sent my mind into a panic! +20000 ,,,,,,,,,,chie,,0,,,,,,,,Chie-chan is giving me a half-eaten candy as a present!? +20100 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"B-but you bought it with your own money, is it okay for\nuncle to take it?" +20200 ,,,,,,,千恵,Chie,033_CB24A_c_016.wav,chie,,1,,,,,,,,It's not just for you. I'm giving the other two to Komako-\nchan and Tenka-chan too! +20300 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"...Thank you, Chie-chan!" +20400 ,,,,,,,,,,chie,,1,,,,,,,,"With heartfelt gratitude, I accepted the candy from Chie-\nchan." +20500 ,,,,,,,,,,chie,,1,,,,,,,,"Then Chie-chan went over to Komako-chan and, just like with\nme, took out a candy from her mouth and gave it as a\npresent." +20600 ,,,,,,,,,,chie,,1,,,,,,,,Komako-chan accepted the saliva-covered candy and put it in\nher mouth without hesitation. +20700 ,,,,,,,,,,chie,,1,,,,,,,,"Rolling the candy around in her mouth, she had a blissful\nexpression on her face." +20800 ,,,,,,,,,,chie,,1,,,,,,,,"Surely, Komako-chan was savoring the joy just like I was." +20900 ,,,,,,,千恵,Chie,033_CB24A_c_017.wav,chie,,0,,,,,,,,"Now it's just Tenka-chan left... Tenka-chan, take it too!" +21000 ,,,,,,,甜花,Tenka,033_CB24A_t_005.wav,chie,,0,,,,tenka,,4,,M-me!? I don't need it! +21100 ,,,,,,,千恵,Chie,033_CB24A_c_018.wav,chie,,23,,,,tenka,,4,,Why not? Let's eat the candy together with everyone! +21200 ,,,,,,,甜花,Tenka,033_CB24A_t_006.wav,chie,,23,,,,tenka,,12,,"You bought it with your own money, so eat it yourself!" +21300 ,,,,,,,,,,chie,,23,,,,tenka,,12,,Tenka-chan was offered the saliva-covered candy and backed\naway. +21400 ,,,,,,,,,,chie,,23,,,,tenka,,12,,"I see... Tenka-chan isn't happy... What a waste, it's such a\nwonderful present." +21500 ,,,,,,,千恵,Chie,033_CB24A_c_019.wav,chie,,1,,,,tenka,,12,,"Don't be shy. Here, say ahh!" +21600 ,,,,,,,甜花,Tenka,033_CB24A_t_007.wav,chie,,1,,,,tenka,,34,,I-I-I said I don't want it~! +21700 ,,,,,,,,,,,,,,,,,,,,"Finally unable to endure it, Tenka-chan tried to escape from\nthe scene." +21800 ,,,,,,,,,,,,,,,,,,,,"However, Chie-chan must have anticipated that. She quickly\nchased after Tenka-chan." +21900 ,,,,,,,,,,,,,,,,,,,,"Watching such a heartwarming scene, I pondered what to do\nwith the candy I was given." +22000 ,,"",,,,,,,,,,,,,,,,,,"Like Komako-chan, I could put it in my mouth and share an\nindirect kiss with Chie-chan... or keep it as a memento." +22100 ,,,,,,,,,,,,,,,,,,,,I worked my brain to its fullest to come up with an answer. +22200 ,,,,,,,,,,,,,,,,,,,,"Before Chie-chan's saliva dries up, I should eat it too!" +22300 ,,,,,,,,,,,,,,,,,,,,"Breathing heavily, I put the candy in my mouth. At that\nmoment, a slippery sensation spread inside my mouth... It's\nChie-chan's saliva." +22400 ,,,,,,,,,,,,,,,,,,,,...I rolled it around in my mouth using my tongue. +22500 ,,,,,,,,,,,,,,,,,,,,This is the taste of Chie-chan's half-eaten candy... +22600 ,,,,,,,,,,,,,,,,,,,,It's different from borrowing her usual leftovers! It was\njust in her mouth a few seconds ago! +22700 ,,,,,,,,,,,,,,,,,,,,"Even though I'm just licking candy, my crotch became hard in\nan instant." +22800 ,,,,,,,,,,,,,,,,,,,,It would be terrible if everyone saw me like this...! +22900 ,,,,,,,,,,,,,,,,,,,,I hurriedly checked my surroundings. +23000 ,,,,,,,千恵,Chie,033_CB24A_c_020.wav,chie,,5,,,,tenka,,9,,"Wait, Tenka-chan!" +23100 ,,,,,,,甜花,Tenka,033_CB24A_t_008.wav,chie,,5,,,,tenka,,9,,I don't want any candy! Don't follow me~! +23200 ,,,,,,,,,,,,,,,,,,,,"The two of them were still playing tag. This way, they\nwouldn't pay attention to me... The problem is Komako-chan." +23300 ,,,,,,,,,,,,,,,,,,,,"I looked for Komako-chan, who, like me, was probably\nsavoring the candy Chie-chan gave her." +23400 ,,,,,,,,,,,,,,,,,,,,"...Huh, where's Komako-chan?" +23500 ,,"",,,,,,,,,,,,,,,,,,"Komako-chan, who was supposed to be right next to me, was\ngone..." +23600 ,,,,,,,,,,,,,,,,,,,,"I looked around, wondering where she went." +23700 ,,,,,,,,,,,,,,,,,,,,"Then, I heard a noise coming from the shop." +23800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan...? +23900 ,,,,,,,,,,,,,,,,,,,,"Thinking it might be her, I checked inside. There, I saw\nKomako-chan heading towards the back of the shop." +24000 ,,,,,,,,,,,,,,,,,,,,Why did she go inside without saying anything? +24100 ,,,,,,,,,,,,,,,,,,,,"Curious, I decided to follow Komako-chan." +24300 ,,,,21,,,,,,,,,,,,,,,,"Komako-chan was heading towards the restroom... Oh, she just\nwent to use the bathroom." +24400 ,,,,,,,,,,,,,,,,,,,,Even I wouldn't be so rude as to peek into the restroom. I\nturned to head back outside. +24500 ,,,,,,,,,,,,,,,,,,,,At that moment... I heard a faint moaning sound. +24800 ,,,,,,,コマコ,???,033_CB24A_k_000a.wav,,,,,,,,,,,Nn... Haa... Nnngh...! +24900 ,,,,,,,,,,,,,,,,,,,,I definitely heard it! And it was coming from the restroom\nKomako-chan went into! +25000 ,,,,,,,,,,,,,,,,,,,,"I quietly approached the restroom, trying not to alert the\nsource of the moaning." +25100 ,,,,,,,,,,,,,,,,,,,,A little light was leaking from the restroom... It seemed\nlike it wasn't properly closed. +25200 ,,,,,,,,,,,,,,,,,,,,...This is practically an invitation to peek! +25300 ,,,,,,,,,,,,,,,,,,,,Then I must answer that expectation! I peeked inside the\nrestroom through the small gap. +25400 ,,,,,,,,,,,,,,,,,,,,What awaited me was a scene beyond my imagination! +25600 ,,,11,,2140000,,,,,,,,,,,,,,, +25700 ,*mem,,,,2140000,,,,,,,,,,,,,,, +25800 ,,,11,,2140000,,主人公,Kiyoshi,,,,,,,,,,,,This is...! +25900 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_000.wav,komako,,0,,,,,,,,Ahh... Nn... Hyah...! +26000 ,,,,,2140000,,,,,,,,,,,,,,,"Komako-chan, with her lower body exposed, was sitting on the\ntoilet, masturbating!" +26100 ,,,,,2140000,,,,,,,,,,,,,,,Could it be that Komako-chan was as excited as I was...? +26200 ,,,,,2140000,,,,,,,,,,,,,,,I never thought she'd beat me to it with masturbation. +26300 ,,,,,2140000,,主人公,Kiyoshi,,,,,,,,,,,,You must have been really happy to get that candy. +26400 ,,,,,2140000,,,,,,,,,,,,,,,I understand that feeling well. It's no wonder she'd end up\nmasturbating. +26500 ,,,,,2140000,,,,,,,,,,,,,,,"But right now, I'm more excited than when I got the candy." +26600 ,,,,,2140000,,,,,,,,,,,,,,,I never imagined I'd see Komako-chan masturbating right in\nfront of me. +26700 ,,,,,2140000,,,,,,,,,,,,,,,"I thought today would end without incident, but it seems I\nwas mistaken." +26800 ,,,,,2140000,,,,,,,,,,,,,,,I decided to hold my breath and watch Komako- chan's\nmasturbation. +26900 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_001.wav,komako,,0,,,,,,,,Fua... Chi-chan... It feels good...! Touch my pussy more! +27000 ,,,,,2140000,,,,,,,,,,,,,,,"...I see, she's fantasizing about being touched by Chi-chan\nwhile masturbating." +27100 ,,,,,2140000,,,,,,,,,,,,,,,Komako-chan is quite skilled at masturbating. +27200 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_002.wav,komako,,0,,,,,,,,"Nnngh...! There, right there feels good!" +27300 ,,,,,2140000,,,,,,,,,,,,,,,Komako-chan's slender fingers rubbed against her pussy. +27400 ,,,,,2140000,,,,,,,,,,,,,,,"If I listened closely, I could hear not only her moans but\nalso the wet sounds." +27500 ,,,,,2140000,,,,,,,,,,,,,,,"...If I reach out, I could touch her, but for Komako-chan's\nsake, I should hold back..." +27600 ,,,,,2140000,,,,,,,,,,,,,,,"Right now, she's calming her excitement by thinking about\nthe girl she loves." +27700 ,,,,,2140000,,,,,,,,,,,,,,,"She probably doesn't want anyone to interrupt her. At the\nvery least, I wouldn't want any unnecessary interference\nwhen I'm masturbating." +27800 ,,,,,2140000,,,,,,,,,,,,,,,I grit my teeth and endure. +27900 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_003.wav,komako,,0,,,,,,,,Chi-chan... touch me more... you can even put your fingers\ninside...! +28000 ,,,,,2140000,,,,,,,,,,,,,,,"Immersed in her fantasy world, Komako-chan finally sank her\nfingers into the forbidden honey pot." +28100 ,,,,,2140000,,,,,,,,,,,,,,,My cock is reacting so much it feels like it's about to\nburst. +28200 ,,,,,2140000,,,,,,,,,,,,,,,"Komako-chan moved her fingers inside her pussy with a\nsquelching sound, her body trembling slightly." +28300 ,,,,,2140000,,,,,,,,,,,,,,,"That finger technique, which seems to be focusing on her\nerogenous zones, isn't something you can acquire overnight." +28400 ,,,,,2140000,,,,,,,,,,,,,,,"I've seen Komako-chan masturbate a few times before, but\nthis time the level of eroticism is different." +28500 ,,,,,2140000,,,,,,,,,,,,,,,The knowledge we've learned together has finally blossomed. +28600 ,,,,,2140000,,主人公,Kiyoshi,,,,,,,,,,,,"Hang in there, Komako-chan... you can do it." +28700 ,,,,,2140000,,,,,,,,,,,,,,,"Watching such an amazing masturbation, I can't help but\ncheer her on." +28800 ,,,,,2140000,,,,,,,,,,,,,,,"Her earnest figure, masturbating while thinking of Chi-chan,\nmoved me deeply." +28900 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_004.wav,komako,,0,,,,,,,,Nnngh... ahh... Chi-chan's fingers feel so good...! +29000 ,,,,,2140000,,,,,,,,,,,,,,,"With each thrust of her fingers, Komako-chan let out moans." +29100 ,,,,,2140000,,,,,,,,,,,,,,,"Finally unable to withstand the pleasure, her knees began to\ntremble." +29200 ,,,,,2140000,,,,,,,,,,,,,,,"I held my breath, wondering if she would climax just like\nthat." +29300 ,,,,,2140000,,主人公,Kiyoshi,,,,,,,,,,,,...Is it about time? +29400 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_005.wav,komako,,0,,,,,,,,Ahhh...! Ngh! Chi-chan...! +29500 ,,,,,2140000,,,,,,,,,,,,,,,"Komako-chan, who was letting out desperate sounds,\nunexpectedly stopped moving her fingers." +29600 ,,,,,2140000,,,,,,,,,,,,,,,...Could it be that she noticed I was watching? +29700 ,,,,,2140000,,,,,,,,,,,,,,,But she doesn't seem suspicious... +29800 ,,,,,2140000,,,,,,,,,,,,,,,"As I wondered why she stopped, Komako-chan took a candy out\nof her mouth." +29900 ,,,,,2140000,,,,,,,,,,,,,,,What is she planning to do by spitting out the candy at this\ntiming? +30000 ,,,,,2140000,,,,,,,,,,,,,,,"She wouldn't throw away something she got from Chi-chan,\nright...?" +30100 ,,,,,2140000,,,,,,,,,,,,,,,"I tilted my head, unable to take my eyes off Komako-chan's\nactions." +30200 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_006.wav,komako,,0,,,,,,,,Chi-chan's saliva... I'll take it here too. +30400 ,,,,,2140010,,,,,,,,,,,,,,,"W-What!? I thought Komako-chan was capable, but I didn't\nexpect her to have mastered such advanced masturbation...\nI'm completely defeated." +30500 ,,,,,2140010,,,,,,,,,,,,,,,Komako-chan used the candy she took out of her mouth as a\nmasturbation tool. +30600 ,,,,,2140010,,,,,,,,,,,,,,,"Instead of her fingers, she began rubbing the candy against\nher pussy." +30700 ,,,,,2140010,,,,,,,,,,,,,,,"...Such an impressive technique, I want to take notes..." +30800 ,,,,,2140010,,,,,,,,,,,,,,,I never thought I'd learn about the possibilities of\nmasturbation from Komako- chan... +30900 ,,,,,2140010,,,,,,,,,,,,,,,I have to properly thank her later. +31000 ,,,,,2140010,,コマコ,Komako,033_CB24A_k_007.wav,komako,,0,,,,,,,,Ahyaa...! This... might be better than doing it myself...! +31100 ,,,,,2140010,,,,,,,,,,,,,,,"With a dazed expression, Komako-chan wasn't satisfied with\njust moving her hand, and started moving her hips as well." +31200 ,,,,,2140010,,,,,,,,,,,,,,,"The candy rubbed against her pussy repeatedly, gradually\ngetting smaller." +31300 ,,,,,2140010,,,,,,,,,,,,,,,It must have melted from her body heat and the friction. +31400 ,,,,,2140010,,,,,,,,,,,,,,,Komako-chan herself didn't notice that. +31500 ,,,,,2140010,,コマコ,Komako,033_CB24A_k_008.wav,komako,,0,,,,,,,,More... more! Nghii...! My pussy is twitching! +31600 ,,,,,2140010,,,,,,,,,,,,,,,She let out a loud moan that could probably be heard\noutside. +31700 ,,,,,2140010,,,,,,,,,,,,,,,"It's a good thing I'm here watching over her... If she were\nalone, Chie-chan and the others might have come to check on\nher after hearing her voice." +31800 ,,,,,2140010,,,,,,,,,,,,,,,"Without noticing my concern, Komako-chan quickened the\nmovement of her hand." +31900 ,,,,,2140010,,,,,,,,,,,,,,,"Her clitoris, swollen with excitement, began to peek out." +32000 ,,,,,2140010,,コマコ,Komako,033_CB24A_k_009.wav,komako,,0,,,,,,,,"It's rubbing... Ahh! I can't... I'm going to cum, I'm going\nto cum...! ―Hyaa!?" +32100 ,,,,,2140020,,,,,,,,,,,,,,,Komako-chan's body shuddered violently as she cried out that\nshe was cumming. +32200 ,,,,,2140020,,,,,,,,,,,,,,,...Did she cum? But she looks kind of surprised... +32300 ,,,,,2140020,,,,,,,,,,,,,,,"Instead of basking in the afterglow of her climax, Komako-\nchan started playing with her pussy." +32400 ,,,,,2140020,,,,,,,,,,,,,,,"What happened? ...Wait, the candy isn't in Komako-chan's\nhand?" +32600 ,,,,,2140020,,コマコ,Komako,033_CB24A_k_010.wav,komako,,0,,,,,,,,"The candy... Ugh! ...Huh, I can't get it out?" +32700 ,,,,,2140020,,,,,,,,,,,,,,,"With a flustered expression, Komako-chan inserted her\nfingers into her pussy." +32800 ,,,,,2140020,,,,,,,,,,,,,,,"Judging from what I heard, it seems the candy got inside her\npussy." +32900 ,,,,,2140020,,コマコ,Komako,033_CB24A_k_011.wav,komako,,0,,,,,,,,W-What should I do...? I'm so close to reaching it... but my\nfingers aren't long enough! +33000 ,,,,,2140020,,,,,,,,,,,,,,,It seems Komako-chan's fingers can't scoop out the candy. +33100 ,,,,,2140020,,,,,,,,,,,,,,,...Is it time for my godly hands to step in? +33200 ,,,,,2140020,,コマコ,Komako,033_CB24A_k_012.wav,komako,,0,,,,,,,,Ngh! ...It's going deeper and deeper! Don't go in! +33300 ,,,,,2140020,,,,,,,,,,,,,,,"Realizing the seriousness of the situation, Komako-chan's\nexpression gradually turned to one of panic." +33400 ,,,,,2140020,,,,,,,,,,,,,,,"She tried desperately to remove it, but even that action was\nmaking Komako-chan feel good." +33600 ,,,,,2140030,,コマコ,Komako,033_CB24A_k_013.wav,komako,,0,,,,,,,,This isn't the time to feel good... Ahh! W-What should I\ndo...? +33700 ,,,,,2140030,,,,,,,,,,,,,,,"...I really want to help her, but... if I move now, I might\nend up ejaculating in my pants." +33800 ,,,,,2140030,,,,,,,,,,,,,,,"Seeing that expression, anyone would end up like this." +33900 ,,,,,2140030,,,,,,,,,,,,,,,"I have to do something... That's it! I'll take care of\nmyself first, then help Komako- chan!" +34000 ,,,,,2140030,,,,,,,,,,,,,,,I unzip my pants and take out my cock. +34100 ,,,,,2140030,,,,,,,,,,,,,,,"The fantasy, of course, is Komako-chan and her lewdness! I'm\ngoing to savor this exquisite dinner!" +34200 ,,,,,2140030,,主人公,Kiyoshi,,,,,,,,,,,,Alright... Here I go! +34300 ,,,,,2140030,,,,,,,,,,,,,,,"Just as I was about to ejaculate, I heard a voice calling me\nfrom behind." +34400 ,$event_return,,,,,,,,,,,,,,,,,,, +34700 ,,,5,41,,,千恵,Chie,033_CB24A_c_021.wav,,,,,,,,,,,"Onii-chan, Komako-chan, where are you?" +34800 ,,,,,,,甜花,Tenka,033_CB24A_t_009.wav,,,,,,,,,,,...When did those two disappear? +34900 ,,,,,,,千恵,Chie,033_CB24A_c_022.wav,,,,,,,,,,,I don't know... Maybe they're back inside the store? +35000 ,,,,,,,,,,,,,,,,,,,,"It's Chie-chan and Tenka-chan... This is bad, they're going\nto come inside the store looking for us..." +35100 ,,,,,,,,,,,,,,,,,,,,In this situation... Komako-chan's masturbation might get\nexposed. +35200 ,,,,,,,,,,,,,,,,,,,,I have to do something! +35300 ,,,,,,,,,,,,,,,,,,,,I'll definitely protect Komako-chan's secret! +35400 ,,,,,,,,,,,,,,,,,,,,I hurried outside the store to stall Chie- chan and the\nothers. +35500 ,,,0,9000,,,,,,,,,,,,,,,, +35700 ,@034_CB24B,,,,,,,,,,,,,,,,,,, +36000 ,,,6,11,,,,,,,,,,,,,,,,"With hurried footsteps, I returned to Chie- chan and the\nothers." +36100 ,,,,,,,,,,,,,,,,,,,,"Outside, the sun had set a bit more, and it was a little\ncooler." +36200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Sorry for disappearing suddenly. Were you looking for us? +36300 ,,,,,,,千恵,Chie,034_CB24B_c_000.wav,"chie,private",,23,,,,,,,,We were looking a bit. What were you doing inside the store? +36400 ,,,,,,,,,,chie,,23,,,,,,,,Chie-chan's words were probing. +36500 ,,,,,,,,,,chie,,23,,,,,,,,...Maybe it's better to tell a bit of the truth rather than\na clumsy lie? +36600 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,I just went to the restroom. +36700 ,,,,,,,千恵,Chie,034_CB24B_c_001.wav,chie,,20,,,,,,,,"Oh, the restroom? Well, that's understandable!" +36800 ,,,,,,,,,,chie,,20,,,,,,,,Chie-chan believed my story and responded cheerfully. +36900 ,,,,,,,千恵,Chie,034_CB24B_c_002.wav,chie,,23,,,,,,,,"Then, Komako-chan is――" +37000 ,,,,,,,,,,chie,,23,,,,,,,,"To divert attention from Komako-chan, I quickly brought up\nanother topic." +37100 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"By the way, what have you two been doing until now?" +37200 ,,,,,,,千恵,Chie,034_CB24B_c_003.wav,chie,,21,,,,,,,,"Huh? Uh, um... playing tag!" +37300 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,What! So you've been running around all this time? +37400 ,,,,,,,,,,chie,,21,,,,,,,,Alright! I managed to change the subject! +37500 ,,,,,,,,,,chie,,21,,,,,,,,Let's keep chatting like this until Komako- chan comes back. +37600 ,,,,,,,甜花,Tenka,034_CB24B_t_000.wav,,,,,,,"tenka,private",,12,,"Listen, uncle... Chie kept chasing me the whole time." +37700 ,,,,,,,,,,,,,,,,tenka,,12,,"Tenka-chan, looking exhausted, was drenched in sweat." +37800 ,,,,,,,,,,,,,,,,tenka,,12,,"Her hair, damp and clinging, told the tale of their game of\ntag." +37900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,You two are full of energy! +38000 ,,,,,,,甜花,Tenka,034_CB24B_t_001.wav,,,,,,,tenka,,30,,"The only one with energy is Chie. Really, you should calm\ndown a bit." +38100 ,,,,,,,,,,,,,,,,tenka,,30,,Tenka-chan scolded Chie-chan like an older sister. +38200 ,,,,,,,千恵,Chie,034_CB24B_c_004.wav,chie,,5,,,,tenka,,30,,But... Tenka-chan wouldn't take the candy from me! +38300 ,,,,,,,甜花,Tenka,034_CB24B_t_002.wav,chie,,5,,,,tenka,,12,,I can't take something that's already been eaten... +38400 ,,,,,,,千恵,Chie,034_CB24B_c_005.wav,chie,,29,,,,tenka,,12,,Huh? But uncle and Komako-chan ate it! +38500 ,,,,,,,,,,chie,,29,,,,tenka,,17,,"Hearing those words, Tenka-chan looked at me with disbelief." +38600 ,,,,,,,,,,chie,,29,,,,tenka,,17,,"...Chie-chan, why did you have to say that now?" +38700 ,,,,,,,,,,chie,,29,,,,tenka,,17,,Tenka-chan's gaze is piercing... +38800 ,,,,,,,主人公,Kiyoshi,,chie,,29,,,,tenka,,17,,B-Because it was a gift! I didn't say I wanted it myself! +38900 ,,,,,,,甜花,Tenka,034_CB24B_t_003.wav,chie,,29,,,,tenka,,37,,The fact that you ate it... I can't believe it... +39000 ,,,,,,,千恵,Chie,034_CB24B_c_006.wav,chie,,3,,,,tenka,,37,,"Tenka-chan, do you not like candy?" +39100 ,,,,,,,甜花,Tenka,034_CB24B_t_004.wav,,,,,,,"tenkaL,private",,12,,"It's not that... Uncle, how do you think I should explain it\nto Chie?" +39200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,12,,Hmm... It might be difficult to explain to Chie-chan. +39300 ,,,,,,,甜花,Tenka,034_CB24B_t_005.wav,,,,,,,tenkaL,,24,,Why are you giving up so easily!? +39400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,24,,"Well... that's part of Chie-chan's charm, you know." +39500 ,,,,,,,甜花,Tenka,034_CB24B_t_006.wav,,,,,,,tenkaL,,30,,You're just trying to dodge the issue... I won't rely on you\nanymore! +39600 ,,,,,,,,,,,,,,,,tenkaL,,30,,All I could do was give a wry smile as Tenka- chan scolded\nme. +39700 ,,,,,,,,,,,,,,,,,,,,"But with this, Komako-chan's attention was completely\ndiverted." +39800 ,,,,,,,,,,,,,,,,,,,,Now there's no worry about my masturbation being discovered. +39900 ,,,,,,,,,,,,,,,,,,,,"As I felt relieved, Chie-chan next to me started fidgeting\nher legs." +40000 ,,,,,,,千恵,Chie,034_CB24B_c_007.wav,chie,,25,,,,,,,,...Chie-chan needs to go to the bathroom too... +40100 ,,,,,,,,,,chie,,25,,,,,,,,"...At this timing, of all times, Chie-chan!?" +40200 ,,,,,,,,,,chie,,25,,,,,,,,This is the worst-case scenario! +40300 ,,,,,,,,,,chie,,25,,,,,,,,"I had been buying time, but now it would all be in vain." +40400 ,,,,,,,,,,chie,,25,,,,,,,,"As she tried to head into the store, I hurriedly called out\nto Chie-chan." +40500 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Ah, ahh! Komako-chan is using the bathroom right now, so\ncould you hold on a bit longer?" +40600 ,,,,,,,甜花,Tenka,034_CB24B_t_007.wav,chie,,25,,,,tenka,,13,,"Komako... I was wondering where you went, and it turns out\nyou were in the bathroom." +40700 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,tenka,,13,,Yes! She's in the bathroom! So it's not available right now. +40800 ,,,,,,,千恵,Chie,034_CB24B_c_008.wav,"chieL,private",,5,,,,,,,,Ugh... but I'm about to pee myself! +40900 ,,,,,,,,,,chieL,,5,,,,,,,,"Chie-chan's face, tormented by the urge to pee, showed an\nexpression of agony." +41000 ,,,,,,,,,,chieL,,5,,,,,,,,"Judging by how she's holding her crotch with both hands,\nshe's really at her limit." +41100 ,,,,,,,主人公,Kiyoshi,,chieL,,5,,,,,,,,Uh... um... +41200 ,,,,,,,,,,chieL,,5,,,,,,,,"As I was hesitating on what to do, Komako- chan peeked out\nfrom inside the store." +41300 ,,,,,,,コマコ,Komako,034_CB24B_k_000.wav,,,,"komako,privateB",,3,,,,,...What is everyone doing? +41400 ,,,,,,,,,,,,,komako,,3,,,,,I was surprised by Komako-chan's nonchalant return. +41500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,,,,,"Ah, ahh... just in time! Chie-chan, it looks like the\nbathroom is free now!" +41600 ,,,,,,,千恵,Chie,034_CB24B_c_009.wav,chie,,24,,,,,,,,I'm going to leak! +41700 ,,,,,,,,,,,,,,,,,,,,Chie-chan hurriedly made her way into the store. +41800 ,,,,,,,,,,,,,,,,,,,,"That was close... It was originally Komako- chan's fault,\nbut I'm glad she came back." +41900 ,,,,,,,,,,,,,,,,,,,,"Since she came out of the bathroom, I wonder if she managed\nto get the candy out?" +42000 ,,,,,,,,,,,,,,,,,,,,I looked at Komako-chan's expression... She seemed a bit\ndown. +42100 ,,,,,,,,,,,,,,,,,,,,...Is it still inside her pussy? +42200 ,,,,,,,,,,,,,,,,,,,,"Noticing my gaze, Komako-chan walked over to me." +42300 ,,,,,,,コマコ,Komako,034_CB24B_k_001.wav,,,,"komakoL,privateB",,23,,,,,"...Mister, I have something to discuss later. Will you\nlisten?" +42400 ,,,,,,,,,,,,,komakoL,,23,,,,,"She came to me in a small voice, trying not to be noticed by\nTenka-chan, seeking help." +42500 ,,,,,,,,,,,,,komakoL,,23,,,,,...I know what the discussion is about. I've been watching\nthe whole time. +42600 ,,,,,,,,,,,,,komakoL,,23,,,,,I made sure not to grin and gladly accepted Komako-chan's\nrequest. +42700 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,23,,,,,Got it. I'll listen after Chie-chan and the others leave. +42800 ,,,,,,,コマコ,Komako,034_CB24B_k_002.wav,,,,komakoL,,22,,,,,...Thank you... +42900 ,,,,,,,,,,,,,komako,,22,,,,,"Being thanked by Komako-chan, I felt a surge of motivation." +43000 ,,,,,,,,,,,,,komako,,22,,,,,I will definitely retrieve the candy that ended up inside\nher pussy! +43100 ,,,,,,,,,,,,,komako,,22,,,,,"With firm determination, I returned to the store and waited\nfor Chie-chan, who had gone to the bathroom." +43400 ,,,,21,,,千恵,Chie,034_CB24B_c_010.wav,,,,chie,,21,,,,,Phew... I feel refreshed! +43500 ,,,,,,,,,,,,,chie,,21,,,,,She returned from the back of the store with a beaming\nsmile. +43600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,I'm glad you made it in time. +43700 ,,,,,,,千恵,Chie,034_CB24B_c_011.wav,,,,chie,,1,,,,,Yeah! +43800 ,,,,,,,,,,,,,chie,,1,,,,,I quickly wrapped up the conversation with Chie-chan and\nbrought up the main topic. +43900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Chie-chan, Tenka-chan... Actually, I have something to\ndiscuss with Komako-chan today." +44000 ,,,,,,,千恵,Chie,034_CB24B_c_012.wav,,,,chie,,3,,,,,"Really, Komako-chan?" +44100 ,,,,,,,コマコ,Komako,034_CB24B_k_003.wav,komako,,13,chie,,3,,,,,...Y-yeah. Could you two head home first? +44200 ,,,,,,,千恵,Chie,034_CB24B_c_013.wav,komako,,13,chie,,1,,,,,"Got it! Then, Tenka-chan, let's go home together!" +44300 ,,,,,,,甜花,Tenka,034_CB24B_t_008.wav,komako,,13,chie,,1,tenka,,12,,"Okay, okay... Komako, mister, see you later." +44400 ,,,,,,,主人公,Kiyoshi,,komako,,13,chie,,1,tenka,,12,,"Yeah, see you. Thanks for today too." +44500 ,,,,,,,,,,komako,,13,,,,,,,,"I watched the two of them leave together, shoulder to\nshoulder." +44600 ,,,,,,,,,,komakoL,,13,,,,,,,,"...Now, I can talk to Komako-chan without worry." +44700 ,,,,,,,,,,komakoL,,13,,,,,,,,I guided Komako-chan to my room to listen to her slowly. +45000 ,,,3,31,,,主人公,Kiyoshi,,,,,komakoL,,13,,,,,"So, what's going on today?" +45100 ,,,,,,,,,,,,,komakoL,,13,,,,,"I pretended to know nothing, making sure she didn't realize\nI had been peeking in the bathroom." +45200 ,,,,,,,,,,,,,komakoL,,13,,,,,Komako-chan hesitated a bit but began to explain the\nsituation. +45300 ,,,,,,,コマコ,Komako,034_CB24B_k_004.wav,,,,komakoL,,22,,,,,...I was just masturbating in the bathroom... +45400 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,22,,,,,W-what!? You were doing that in the bathroom while everyone\nwas around? +45500 ,,,,,,,,,,,,,komakoL,,22,,,,,"I reacted with an exaggerated surprise, even though I knew\nit was insincere." +45600 ,,,,,,,コマコ,Komako,034_CB24B_k_005.wav,,,,komakoL,,11,,,,,Because... I couldn't hold back. +45700 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,11,,,,,Was it because of the candy Chie-chan gave you? +45800 ,,,,,,,コマコ,Komako,034_CB24B_k_006.wav,,,,komakoL,,16,,,,,...Yes. +45900 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,16,,,,,I see... But why did you tell me about it? +46000 ,,,,,,,コマコ,Komako,034_CB24B_k_007.wav,,,,komakoL,,22,,,,,I'm in a bit of trouble... The candy got stuck inside my\nvagina. +46100 ,,,,,,,,,,,,,komakoL,,22,,,,,"Despite her embarrassment, Komako-chan explained clearly." +46200 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,22,,,,,"...You're having trouble getting it out, right?" +46300 ,,,,,,,コマコ,Komako,034_CB24B_k_008.wav,,,,komakoL,,33,,,,,Uncle... will you help me? +46400 ,,,,,,,,,,,,,komakoL,,33,,,,,Komako-chan looked at me anxiously. +46500 ,,,,,,,,,,,,,komakoL,,33,,,,,She probably couldn't handle it on her own. She seemed quite\ndesperate. +46600 ,,,,,,,,,,,,,komakoL,,33,,,,,It seems it's finally time for Uncle's God Finger to make an\nappearance... +46700 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,33,,,,,"Don't worry, Uncle will definitely get it out for you." +46800 ,,,,,,,コマコ,Komako,034_CB24B_k_009.wav,,,,komakoL,,13,,,,,Really!? +46900 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,13,,,,,"Yes, take off your panties and show me." +47000 ,,,,,,,,,,,,,komakoL,,13,,,,,I had Komako-chan take off her panties and get on all fours. +47200 ,,,10,,2141000,,,,,,,,,,,,,,, +47300 ,*mem,,,,2141000,,,,,,,,,,,,,,, +47400 ,,,10,,2141000,,,,,,,,,,,,,,,"A beautiful, single line of her vagina appeared right in\nfront of me." +47500 ,,,,,2141000,,,,,,,,,,,,,,,"It seemed a bit moist, probably because she was masturbating\nearlier." +47600 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_010.wav,komako,,0,,,,,,,,Uncle... can you get it out? +47700 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,Just wait a moment. I'm looking now. +47800 ,,,,,2141000,,,,,,,,,,,,,,,"While Komako-chan looked anxious, my excitement reached its\npeak." +47900 ,,,,,2141000,,,,,,,,,,,,,,,"Driven by desire, I spread her vagina with my fingers to\ncheck inside." +48000 ,,,,,2141000,,,,,,,,,,,,,,,The candy seemed completely buried in the narrow vaginal\ncanal. I couldn't confirm it just by looking. +48100 ,,,,,2141000,,,,,,,,,,,,,,,...It doesn't seem like it'll come out easily. +48200 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_011.wav,komako,,0,,,,,,,,...Uncle... +48300 ,,,,,2141000,,,,,,,,,,,,,,,Oh no. Komako-chan looked like she was about to cry. +48400 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,"D-Don't cry, Komako-chan! It'll come out, I promise!" +48500 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_012.wav,komako,,0,,,,,,,,You looked like it was difficult... +48600 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,"It's not easy, but if you do as I say, it'll be fine." +48700 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_013.wav,komako,,0,,,,,,,,Then... please get it out quickly... +48800 ,,,,,2141000,,,,,,,,,,,,,,,She pleaded with a weak voice. +48900 ,,,,,2141000,,,,,,,,,,,,,,,"There are various methods, but what should I do... First,\nlet's see if she can get it out on her own." +49000 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, can you tighten your stomach?" +49100 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_014.wav,komako,,0,,,,,,,,...I'll try. +49200 ,,,,,2141000,,,,,,,,,,,,,,,Maybe the candy will pop out with the vaginal pressure. +49300 ,,,,,2141000,,,,,,,,,,,,,,,Komako-chan closed her eyes and let out a groan. +49500 ,,,,,2141010,,コマコ,Komako,034_CB24B_k_015.wav,komako,,0,,,,,,,,Nnn~~~! +49600 ,,,,,2141010,,主人公,Kiyoshi,,,,,,,,,,,,"Hang in there, Komako-chan." +49700 ,,,,,2141010,,主人公,Kiyoshi,,,,,,,,,,,,Nnngh... haa... haa...! +49800 ,,,,,2141010,,,,,,,,,,,,,,,"She's trying hard, but instead of her vagina, her anus is\nthe one moving." +49900 ,,,,,2141010,,,,,,,,,,,,,,,I can't take my eyes off that movement. +50000 ,,,,,2141010,,,,,,,,,,,,,,,"Tempted by her anus, my penis started to swell." +50100 ,,,,,2141010,,,,,,,,,,,,,,,Even though Komako-chan is trying so hard... my mind is\nfilled with impure thoughts. +50200 ,,,,,2141010,,,,,,,,,,,,,,,"I want to touch it... As I thought that, my hand naturally\nreached towards her anus." +50300 ,,,,,2141010,,,,,,,,,,,,,,,I teased her anal hole with my fingertips. +50400 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_016.wav,komako,,0,,,,,,,,"Ah! Mister, where are you touching?! That has nothing to do\nwith it!" +50500 ,,,,,2141000,,,,,,,,,,,,,,,"Scolded by Komako-chan, I hurriedly pulled my hand back." +50600 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, sorry... I couldn't help it." +50700 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_017.wav,komako,,0,,,,,,,,Geez! Do it properly! +50800 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,"O-Okay. Then, try this." +50900 ,,,,,2141000,,,,,,,,,,,,,,,I taught Komako-chan the breathing technique used during\nchildbirth. +51000 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,"Hee-hee-hoo! Hee-hee-hoo! Try it, Komako- chan!" +51100 ,,,,,2141010,,コマコ,Komako,034_CB24B_k_018.wav,komako,,0,,,,,,,,...Hee-hee-hoo! Hee-hee-hoo! +51200 ,,,,,2141010,,,,,,,,,,,,,,,"By breathing, the tension in Komako-chan's body eased." +51300 ,,,,,2141010,,,,,,,,,,,,,,,"With this, it's only a matter of time before the candy comes\nout." +51500 ,,,,,2141010,,コマコ,Komako,034_CB24B_k_019.wav,komako,,0,,,,,,,,Ah!? ...The candy is about to come out...! +51600 ,,,,,2141020,,,,,,,,,,,,,,,"When I checked her pussy, the candy was indeed peeking out." +51700 ,,,,,2141020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan! It's coming out, it's coming out! Just a little\nmore!" +51800 ,,,,,2141020,,コマコ,Komako,034_CB24B_k_020.wav,komako,,0,,,,,,,,Nnn~~~! +51900 ,,,,,2141020,,,,,,,,,,,,,,,"She was trying her best to push, but the candy wouldn't come\nout any further." +52000 ,,,,,2141020,,コマコ,Komako,034_CB24B_k_021.wav,komako,,0,,,,,,,,It's so close! Why won't it come out! +52100 ,,,,,2141010,,,,,,,,,,,,,,,It seems it's difficult to do it on her own... +52200 ,,,,,2141010,,,,,,,,,,,,,,,"The moment Komako-chan stopped pushing, the candy sank back\ninto her pussy." +52400 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_022.wav,komako,,0,,,,,,,,I can't get it out after all... +52500 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,It can't be helped... I'll help you out. +52600 ,,,,,2141000,,,,,,,,,,,,,,,"With my godly fingers, I can solve this in no time." +52700 ,,,,,2141000,,,,,,,,,,,,,,,I inserted my finger to scoop out the candy that was near\nthe entrance of her pussy. +52800 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_023.wav,komako,,0,,,,,,,,Nyaa!? ...Nnn! Mister... what are you doing! +52900 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan... relax. +53000 ,,,,,2141000,,,,,,,,,,,,,,,The vaginal walls squeezed tightly around my finger. +53100 ,,,,,2141000,,,,,,,,,,,,,,,"...It wasn't intentional, but it seems Komako-chan felt\nsomething from my finger." +53200 ,,,,,2141010,,コマコ,Komako,034_CB24B_k_024.wav,komako,,0,,,,,,,,...No fingers! The candy is going further in again! +53300 ,,,,,2141010,,,,,,,,,,,,,,,That was careless... I can't use my fingers like this. +53400 ,,,,,2141010,,,,,,,,,,,,,,,"Pushing doesn't work, fingers don't work... there's only one\nmethod left!" +53500 ,,,,,2141010,,主人公,Kiyoshi,,,,,,,,,,,,"In that case, it looks like I'll have to suck it out." +53600 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_025.wav,komako,,0,,,,,,,,...Suck it out... +53700 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan... relax your body. Just relax. +53800 ,,,,,2141000,,,,,,,,,,,,,,,I brought my face close to her pussy and pressed my mouth\nagainst it. +54000 ,,,,,2141030,,主人公,Kiyoshi,,,,,,,,,,,,--Slurp! +54100 ,,,,,2141030,,,,,,,,,,,,,,,I eagerly sucked on her pussy. A salty taste spread in my\nmouth. +54200 ,,,,,2141030,,,,,,,,,,,,,,,...This is the taste of Komako-chan's pussy... +54300 ,,,,,2141030,,,,,,,,,,,,,,,"While savoring her pussy, I moved my tongue to search for\nthe candy." +54400 ,,,,,2141030,,,,,,,,,,,,,,,"I pushed my tongue in, wriggling it around inside her\nvagina." +54500 ,,,,,2141030,,コマコ,Komako,034_CB24B_k_026.wav,komako,,0,,,,,,,,Fwaaah! ...Kuhii! Mister... this is no good! +54600 ,,,,,2141030,,,,,,,,,,,,,,,"Komako-chan, having her pussy sucked, writhed in\noverwhelming pleasure." +54700 ,,,,,2141030,,,,,,,,,,,,,,,But I couldn't stop just because of that. +54800 ,,,,,2141030,,,,,,,,,,,,,,,"As I listened to Komako-chan's moans and searched inside her\nvagina, I felt a round sensation on my tongue." +54900 ,,,,,2141030,,,,,,,,,,,,,,,Found it! It was this deep inside! +55000 ,,,,,2141030,,,,,,,,,,,,,,,"Having discovered the candy, I sucked on her pussy again." +55100 ,,,,,2141030,,主人公,Kiyoshi,,,,,,,,,,,,Slurp! +55200 ,,,,,2141030,,コマコ,Komako,034_CB24B_k_027.wav,komako,,0,,,,,,,,Ahii! ...That's no good! Fuhyaaah! +55300 ,,,,,2141030,,,,,,,,,,,,,,,"Perhaps overwhelmed by the sensation, Komako- chan's hips\nbegan to tremble." +55400 ,,,,,2141030,,,,,,,,,,,,,,,"...If I keep going a little longer, she might climax from my\nmouth alone." +55500 ,,,,,2141030,,,,,,,,,,,,,,,A wicked thought crossed my mind. +55600 ,,,,,2141030,,,,,,,,,,,,,,,My impulsive actions couldn't be controlled by reason. +55700 ,,,,,2141030,,,,,,,,,,,,,,,"Instead of focusing on getting the candy, I devoted myself\nto making Komako-chan climax." +55900 ,,,,,2141040,,コマコ,Komako,034_CB24B_k_028.wav,komako,,0,,,,,,,,Hyafuu...! Don't suck it! My pussy is twitching! +56000 ,,,,,2141040,,,,,,,,,,,,,,,"To prevent Komako-chan from escaping, I firmly grabbed her\nbutt." +56100 ,,,,,2141040,,,,,,,,,,,,,,,"Komako-chan's pussy, relentlessly teased, secreted a large\namount of love juices." +56200 ,,,,,2141040,,,,,,,,,,,,,,,The amount was enough to drip down her thighs. +56300 ,,,,,2141040,,コマコ,Komako,034_CB24B_k_029.wav,komako,,0,,,,,,,,Let go...! This feels too good! ...Ahii! +56400 ,,,,,2141040,,,,,,,,,,,,,,,"If she's giving in at this level, she's still got a long way\nto go!" +56500 ,,,,,2141040,,,,,,,,,,,,,,,I shifted my face slightly and took her clitoris into my\nmouth. +56600 ,,,,,2141040,,コマコ,Komako,034_CB24B_k_030.wav,komako,,0,,,,,,,,Nhaa! To suck out the candy... why are you sucking there?!\nThat's the wrong spot! +56700 ,,,,,2141040,,,,,,,,,,,,,,,"When I sucked on her engorged and hardened clitoris, Komako-\nchan's body reacted amusingly." +56800 ,,,,,2141040,,,,,,,,,,,,,,,I teased it with my tongue as if licking a candy. +56900 ,,,,,2141040,,コマコ,Komako,034_CB24B_k_031.wav,komako,,0,,,,,,,,Naaah! ...I can't hold it anymore! ...I'm gonna cum! +57000 ,,,,,2141040,,,,,,,,,,,,,,,It's about time... +57100 ,,,,,2141040,,,,,,,,,,,,,,,"For the final touch, I vigorously sucked on her pussy." +57200 ,,,,,2141040,,主人公,Kiyoshi,,,,,,,,,,,,Chuduruuuu! +57300 ,,,,,2141040,,コマコ,Komako,034_CB24B_k_032.wav,komako,,0,,,,,,,,...Fyaa! I'm cumming... I'm gonna cum―Hyaaah! +57500 ,,,,,2141040,,,,,,,,,,,,,,, +57600 ,,"",,9001,,,,,,,,,,,,,,,, +57800 ,,"",,,2141050,,コマコ,Komako,034_CB24B_k_033.wav,komako,,0,,,,,,,,Nn... Haa... Haa... +57900 ,,,,,2141050,,,,,,,,,,,,,,,Komako-chan's legs trembled as she climaxed. +58000 ,,,,,2141050,,,,,,,,,,,,,,,"Having achieved my goal, I suddenly felt like I had\nforgotten something." +58100 ,,,,,2141050,,,,,,,,,,,,,,,"...Oh right, the candy!" +58200 ,,,,,2141050,,,,,,,,,,,,,,,"Realizing I had forgotten something very important, I\nchecked the whereabouts of the candy." +58300 ,,,,,2141050,,,,,,,,,,,,,,,"As I checked her pussy, the candy dropped out." +58400 ,,,,,2141050,,,,,,,,,,,,,,,It seemed to have been pushed out by the pressure when she\nclimaxed. +58500 ,,,,,2141050,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan! The candy came out! +58600 ,,,,,2141050,,コマコ,Komako,034_CB24B_k_034.wav,komako,,0,,,,,,,,...Really!? +58700 ,,,,,2141050,,,,,,,,,,,,,,,"With a happy expression, she confirmed with me." +58800 ,,,,,2141050,,,,,,,,,,,,,,,"I handed the candy, the root of all this, to Komako-chan." +58900 ,,,,,2141050,,コマコ,Komako,034_CB24B_k_035.wav,komako,,0,,,,,,,,"Finally got it out... Thank you, mister!" +59000 ,,,,,2141050,,主人公,Kiyoshi,,,,,,,,,,,,"I was worried for a moment, but it's all good now. You did\ngreat, Komako-chan." +59100 ,,,,,2141050,,コマコ,Komako,034_CB24B_k_036.wav,komako,,0,,,,,,,,"It's all thanks to you, mister..." +59200 ,,,,,2141050,,,,,,,,,,,,,,,Komako-chan hugged me and expressed her gratitude. +59300 ,$event_return,,,,,,,,,,,,,,,,,,, +59600 ,,,3,31,,,主人公,Kiyoshi,,,,,komako,,33,,,,,"By the way, what should we do with this candy?" +59700 ,,,,,,,コマコ,Komako,034_CB24B_k_037.wav,,,,komako,,33,,,,,"...Chi-chan gave it to me, but just throw it away." +59800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,33,,,,,Are you sure? +59900 ,,,,,,,コマコ,Komako,034_CB24B_k_038.wav,,,,komako,,13,,,,,Because... I can't eat it anymore. +60000 ,,,,,,,,,,,,,komako,,13,,,,,"...Well then, maybe I'll keep it. I could use it as material\nfor later." +60100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,Then I'll throw it away for you. +60200 ,,,,,,,コマコ,Komako,034_CB24B_k_039.wav,,,,komako,,22,,,,,...Okay. +60300 ,,,,,,,,,,,,,komako,,22,,,,,She nodded slightly but looked a bit down. +60400 ,,,,,,,,,,,,,komako,,22,,,,,"Somewhere in her heart, she probably still thinks it's a\nwaste." +60500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,22,,,,,Don't make that face. I'm sure Chi-chan will give you\nanother present. +60600 ,,,,,,,コマコ,Komako,034_CB24B_k_040.wav,,,,komako,,26,,,,,...Do you think so? +60700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,26,,,,,"Chi-chan is kind, after all." +60800 ,,,,,,,,,,,,,komako,,26,,,,,I comforted Komako-chan. +60900 ,,,,,,,,,,,,,komako,,26,,,,,She quickly cheered up. +61000 ,,,,,,,コマコ,Komako,034_CB24B_k_041.wav,,,,komako,,21,,,,,Thank you for helping me today. +61100 ,,,,,,,,,,,,,komako,,21,,,,,Komako-chan thanked me again. +61200 ,,,,,,,,,,,,,komako,,21,,,,,"...No, I'm the one who should be thanking her." +61300 ,,,,,,,,,,,,,komako,,21,,,,,A day I thought would be uneventful completely changed\nthanks to Komako-chan. +61400 ,,,,,,,,,,,,,komako,,21,,,,,"Observing her masturbation, cunnilingus... I had a wonderful\ntime!" +61500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,21,,,,,You don't need to thank me. I'll always help you when you're\nin trouble. +61600 ,,,,,,,,,,,,,komako,,21,,,,,I said that and smiled at her. +61700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,21,,,,,However! Don't put things in your vagina like today. It's\ndangerous if you're alone. +61800 ,,,,,,,コマコ,Komako,034_CB24B_k_042.wav,,,,komako,,33,,,,,...Yeah. I won't do it again. +61900 ,,,,,,,,,,,,,komako,,33,,,,,Komako-chan obediently listened to what I said. +62000 ,,,,,,,,,,,,,komako,,33,,,,,She must have been really scared when something got stuck in\nher vagina and couldn't be removed. +62100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,33,,,,,That's good! +62200 ,,,,,,,,,,,,,komako,,33,,,,,"After finishing my warning, I patted Komako- chan's head." +62300 ,,,,,,,,,,,,,komako,,33,,,,,"After a while, Komako-chan stood up." +62400 ,,,,,,,コマコ,Komako,034_CB24B_k_043.wav,,,,komako,,0,,,,,"...Well, I should be heading home now." +62500 ,,,,,,,,,,,,,komako,,0,,,,,"When Komako-chan said that, I looked outside. The sky was\ngetting dark." +62600 ,,,,,,,,,,,,,komako,,0,,,,,"I hurriedly checked the clock, and it was almost 7 PM." +62700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,0,,,,,It's already this late! +62800 ,,,,,,,,,,,,,komako,,0,,,,,I must have lost track of time while dealing with Komako-\nchan's vagina. +62900 ,,,,,,,主人公,Kiyoshi,,,,,komako,,0,,,,,"Sorry, I must have kept you. It's getting dark, can you get\nhome by yourself?" +63000 ,,,,,,,コマコ,Komako,034_CB24B_k_044.wav,,,,komako,,1,,,,,I'll be fine... +63100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,1,,,,,"I see, then let's get you home before your parents get mad." +63200 ,,,,,,,,,,,,,komako,,1,,,,,I stood up and saw Komako-chan off to the outside of the\nstore. +63500 ,,,13,33,,,,,,,,,,,,,,,,"After Komako-chan left, alone in my room, I immediately\nstarted masturbating." +63600 ,,,,,,,,,,,,,,,,,,,,"My mind was filled with thoughts of the candy, but when I\nthought about it, I realized I had done something\nincredible." +63700 ,,,,,,,,,,,,,,,,,,,,The taste of her vagina at that time... I remembered as I\nlicked the candy I got from Komako-chan. +63800 ,,,,,,,,,,,,,,,,,,,,Komako-chan's vagina had a salty taste... it was so\nerotic... +63900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I want to taste it again... +64000 ,,,,,,,,,,,,,,,,,,,,"Rolling the candy in my mouth, I stroked my penis." +64100 ,,,,,,,,,,,,,,,,,,,,"Accelerating my unstoppable fantasies, I heightened my sense\nof ejaculation." +64200 ,,,,,,,,,,,,,,,,,,,,"Come to think of it, Komako-chan not only licked it but also\nrubbed the candy against her genitals..." +64300 ,,,,,,,,,,,,,,,,,,,,I recalled the masturbation I saw in the bathroom. +64400 ,,,,,,,,,,,,,,,,,,,,It was a novel playstyle... I wonder if it feels good? +64500 ,,,,,,,,,,,,,,,,,,,,"I thought about trying it, but if I did, I would never be\nable to lick this candy again." +64600 ,,,,,,,,,,,,,,,,,,,,"If I did that, indirectly, I would end up licking my own\npenis." +64700 ,,,,,,,,,,,,,,,,,,,,"If it's a pussy flavor, I'm all for it, but I definitely\nwant to avoid a dick flavor." +64800 ,,,,,,,,,,,,,,,,,,,,I decided to quietly continue licking the candy. +64900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Oh... I'm about to come... +65000 ,,,,,,,,,,,,,,,,,,,,"As the moment of ejaculation approached, I quickened my hand\nmovements." +65100 ,,,,,,,,,,,,,,,,,,,,"Imagining Komako-chan's pussy in my mind, I aimed my semen\nat it." +65200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa... take it, Komako-chan!" +65400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hah... hah... whew... +65500 ,,,,,,,,,,,,,,,,,,,,I basked in the afterglow of climax while cleaning up the\nejaculated semen with tissues... +65600 ,,,,,,,,,,,,,,,,,,,,"I chuckled to myself, thinking I could use this fantasy for\nmasturbation for a while." +65900 ,,,,33,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah... today was a good day... but come to think of it, I\nhaven't made plans to meet anyone tomorrow!" +66000 ,,,,,,,,,,,,,,,,,,,,"Damn... I meant to invite Komako-chan, but I completely\nforgot because of everything that happened..." +66100 ,,,,,,,,,,,,,,,,,,,,"Tomorrow is Saturday, so if I don't make plans, no one will\ncome." +66200 ,,,,,,,,,,,,,,,,,,,,I can't expect the same luck as today. +66300 ,,,,,,,,,,,,,,,,,,,,"At this point, the only one I can invite is Tenka-chan..." +66400 ,,,,,,,,,,,,,,,,,,,,Alright... let's try contacting her. +66500 ,,,,,,,,,,,,,,,,,,,,I took out my smartphone and launched LIME. +66700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,'Good evening' +66800 ,,,,,,,,,,,,,,,,,,,,I typed a greeting message and sent it. ...She might already\nbe asleep. +66900 ,,,,,,,,,,,,,,,,,,,,"Just as I was about to give up, a message came back from\nTenka-chan." +67000 ,,,,,9000020,,甜花,Tenka,,,,,,,,,,,,"'Good evening! What's up, mister?'" +67100 ,,,,,9000020,,主人公,Kiyoshi,,,,,,,,,,,,"'If it's okay with you, can you come tomorrow?'" +67200 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,'Tomorrow?' +67300 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,"'Yeah... it's Saturday, so no one will come to the shop, and\nI'll be lonely.'" +67400 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"'Sure, but what are we going to do?'" +67500 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,"'Well, how about we seriously study about being an idol?'" +67600 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"'Really!? Yay, I'll definitely come!'" +67700 ,,,,,9000000,,,,,,,,,,,,,,,Just hearing about studying idols got Tenka- chan excited. +67800 ,,,,,9000000,,,,,,,,,,,,,,,I also got excited after securing the promise. +67900 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,"'So, what time can you come tomorrow?'" +68000 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'Anytime is fine.' +68100 ,,,,,9000010,,,,,,,,,,,,,,,Excited Tenka-chan replied using a sticker. +68200 ,,,,,9000010,,,,,,,,,,,,,,,"Anytime, huh... then as early as possible would be nice." +68300 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'Then could you come before noon?' +68400 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'Got it!' +68500 ,,,,,9000010,,,,,,,,,,,,,,,Tenka-chan replied energetically. +68600 ,,,,,9000010,,,,,,,,,,,,,,,"Not wanting to lose to her enthusiasm, I responded as well." +68700 ,,,,,9000010,,,,,,,,,,,,,,,"Satisfied with our plans for tomorrow, I brought up another\ntopic with Tenka-chan." +68800 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,"'Today, you had a hard time playing tag with Chie-chan,\ndidn't you?'" +68900 ,,,,,9000010,,,,,,,,,,,,,,,Remembering Chie-chan with the candy made me chuckle. +69000 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'Ah... that...' +69100 ,,,,,9000010,,,,,,,,,,,,,,,A message with clearly lowered enthusiasm came through. +69200 ,,,,,9000010,,,,,,,,,,,,,,,I couldn't help but burst into laughter at Tenka-chan's\nobvious attitude. +69300 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'I was surprised. Even if they're friends, you can't accept\nhalf-eaten candy, right?'" +69400 ,,,,,9000010,,,,,,,,,,,,,,,"...Komako-chan was happy to receive it though... Well, maybe\nshe's an exception because she likes Chie-chan." +69500 ,,,,,9000010,,,,,,,,,,,,,,,"If it were anyone other than Chie-chan, Komako-chan would\nprobably have reacted the same way as Tenka-chan." +69600 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'It's proof that you've become that close.' +69700 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'Is that so?' +69800 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'No doubt about it!' +69900 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'...You're so confident.' +70000 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'I watch you and the others closely. I know everything.' +70100 ,,,,,9000010,,,,,,,,,,,,,,,"After sending that on LIME, I wrapped up the conversation." +70200 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,'Shall we call it a night... it's already late.' +70300 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,'Got it. Good night!' +70400 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,"'Good night, Tenka-chan.'" +70500 ,,,,,,,,,,,,,,,,,,,,I confirmed that my message was read and put down my phone. +70600 ,,,,,,,,,,,,,,,,,,,,Tomorrow is idol study with Tenka-chan... What should I\nteach her? +70700 ,,,,,,,,,,,,,,,,,,,,"I intended to sleep, but restless feelings kept me awake." +70800 ,,,,,,,,,,,,,,,,,,,,...I'll just masturbate once before sleeping. +70900 ,,,,,,,,,,,,,,,,,,,,"Thinking about tomorrow, I took out my dick." +71000 ,,,0,9000,,,,,,,,,,,,,,,, +71200 ,@035_CB25,,,,,,,,,,,,,,,,,,, +71500 ,,,4,11,,,甜花,Tenka,035_CB25_t_000.wav,"tenka,privateC",,1,,,,,,,,"'Uncle, give me some ice cream!'" +71600 ,,,,,,,,,,tenka,,1,,,,,,,,"With a smile on her face, Tenka-chan peeked out from the\nentrance of the candy store." +71700 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,Which ice cream do you want? +71800 ,,,,,,,甜花,Tenka,035_CB25_t_001.wav,tenka,,20,,,,,,,,Umm~ +71900 ,,,,,,,,,,tenka,,20,,,,,,,,Tenka-chan's voice was brighter than usual. +72000 ,,,,,,,,,,tenka,,20,,,,,,,,It seems she's in a good mood today. +72100 ,,,,,,,甜花,Tenka,035_CB25_t_002.wav,tenka,,21,,,,,,,,"Then, this one! I love this one~♪" +72200 ,,,,,,,,,,tenka,,21,,,,,,,,Tenka-chan happily brought over a chocolate ice cream bar. +72300 ,,,,,,,,,,tenka,,21,,,,,,,,It was 108 yen. She seemed to have splurged a bit more than\nusual today. +72400 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"What's up, Tenka-chan? You're in a good mood today." +72500 ,,,,,,,甜花,Tenka,035_CB25_t_003.wav,tenka,,38,,,,,,,,Ehehe♪ Can you tell? +72600 ,,,,,,,,,,tenka,,38,,,,,,,,It seems I was right. +72700 ,,,,,,,甜花,Tenka,035_CB25_t_004.wav,"tenkaL,privateC",,20,,,,,,,,"Today, there was a KGB live on TV. It was a rerun of the\nconcert, but KGB was amazing!" +72800 ,,,,,,,甜花,Tenka,035_CB25_t_005.wav,tenkaL,,38,,,,,,,,"The dance, the singing, the talk directed at the fans,\neverything was great! It made me wish I could have gone to\nsee the concert too!" +72900 ,,,,,,,甜花,Tenka,035_CB25_t_006.wav,tenkaL,,34,,,,,,,,"Ah~ I want to be like that too~. Bathed in the spotlight,\nwearing sparkling costumes..." +73000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,34,,,,,,,,"You really like KGB, don't you, Tenka-chan?" +73100 ,,,,,,,甜花,Tenka,035_CB25_t_007.wav,tenkaL,,1,,,,,,,,Yeah! +73200 ,,,,,,,,,,tenkaL,,1,,,,,,,,"Nodding vigorously, Tenka-chan agreed." +73300 ,,,,,,,甜花,Tenka,035_CB25_t_008.wav,tenkaL,,21,,,,,,,,"And then, and then~!" +73400 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,―Oops! You better eat your ice cream before it melts. +73500 ,,,,,,,甜花,Tenka,035_CB25_t_009.wav,tenka,,4,,,,,,,,"Oh, you're right...! I got so caught up in talking, I forgot\nabout the ice cream..." +73600 ,,,,,,,甜花,Tenka,035_CB25_t_010.wav,tenka,,0,,,,,,,,Lick... +73700 ,,,,,,,,,,tenka,,0,,,,,,,,"From Tenka-chan's pink lips, a red tongue peeked out." +73800 ,,,,,,,甜花,Tenka,035_CB25_t_011.wav,tenka,,1,,,,,,,,Mmm! Cold! ♪ ...What? Mister. Don't stare at me like that.\nIt's embarrassing. +73900 ,,,,,,,,,,tenka,,1,,,,,,,,She was so excited talking just a moment ago. +74000 ,,,,,,,,,,tenka,,17,,,,,,,,Tenka-chan gave me a sullen look. +74100 ,,,,,,,主人公,Kiyoshi,,tenka,,17,,,,,,,,"Sorry. Tenka-chan is just too cute, I couldn't help but\nstare." +74200 ,,,,,,,甜花,Tenka,035_CB25_t_012.wav,tenka,,16,,,,,,,,"Hmm. ...Lick, lick." +74300 ,,,,,,,,,,tenka,,16,,,,,,,,"Tenka-chan blushed shyly, looked away from me, and continued\nto lick the ice cream vigorously." +74400 ,,,,,,,,,,tenka,,16,,,,,,,,Is she trying to hide her embarrassment? Tenka-chan is so\ncute. +74500 ,,,,,,,甜花,Tenka,035_CB25_t_013.wav,tenkaL,,3,,,,,,,,"Hey, mister. Am I... really cute? Not just flattery, tell me\nthe truth." +74600 ,,,,,,,主人公,Kiyoshi,,tenkaL,,3,,,,,,,,O-of course! Tenka-chan is really cute! +74700 ,,,,,,,甜花,Tenka,035_CB25_t_014.wav,tenkaL,,0,,,,,,,,"Really? Then, do you think I can become KGB?" +74800 ,,,,,,,,,,tenkaL,,0,,,,,,,,Tenka-chan looked at me with a serious gaze. +74900 ,,,,,,,,,,tenkaL,,0,,,,,,,,It seems she's seeking a genuine answer. +75000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,0,,,,,,,,"As things are now, it seems difficult. In this countryside,\nit's hard to debut..." +75100 ,,,,,,,甜花,Tenka,035_CB25_t_015.wav,tenka,,12,,,,,,,,"...I see. Yeah, it's tough in the countryside." +75200 ,,,,,,,,,,tenka,,12,,,,,,,,Oh no. Tenka-chan looks dejected. +75300 ,,,,,,,,,,tenka,,12,,,,,,,,"It's true that realistically it's difficult... No, wait!\nThere's the internet now!" +75400 ,,,,,,,,,,tenka,,12,,,,,,,,You often hear about idols who start online these days! +75500 ,,,,,,,,,,tenka,,12,,,,,,,,"When it comes to net idols, there used to be homepages, but\nnow there's something even quicker." +75600 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,"Hey, Tenka-chan. Have you heard of 'Odotte Mita'?" +75700 ,,,,,,,甜花,Tenka,035_CB25_t_016.wav,tenka,,3,,,,,,,,"'Odotte Mita'...? I've heard of it, but..." +75800 ,,,,,,,,,,tenka,,3,,,,,,,,It seems she doesn't know the details. +75900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,It's a video where you upload dance performances online...\nIt might be faster to just show you. Let me grab my laptop! +76000 ,,,,,,,甜花,Tenka,035_CB25_t_017.wav,tenka,,23,,,,,,,,O-okay. +76100 ,,,,,,,,,,tenka,,23,,,,,,,,Tenka-chan still doesn't seem to get it. +76200 ,,,,,,,,,,tenka,,23,,,,,,,,She looks like she doesn't understand why I'm so excited. +76300 ,,,,,,,,,,tenka,,23,,,,,,,,"But surely, once she hears my idea, her eyes will light up." +76400 ,,,,,,,,,,,,,,,,,,,,I hurried to get my laptop. +76700 ,,,,11,,,甜花,Tenka,035_CB25_t_018.wav,tenkaL,,4,,,,,,,,Wow! +76800 ,,,,,,,,,,tenkaL,,4,,,,,,,,Tenka-chan's eyes are sparkling as she looks at the laptop I\nbrought. +76900 ,,,,,,,,,,tenkaL,,4,,,,,,,,On the screen is a video from the popular site 'SukoSuko\nDouga' tagged as 'Odotte Mita'. +77000 ,,,,,,,,,,tenkaL,,4,,,,,,,,"I chose a popular one from the tag to show Tenka-chan, and\nit seems to have piqued her interest." +77100 ,,,,,,,甜花,Tenka,035_CB25_t_019.wav,tenkaL,,24,,,,,,,,Aren't these people... idols? They're so good at dancing. +77200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,24,,,,,,,,"That's right. They were all regular people like you, Tenka-\nchan. But by uploading their dances on this video site, they\nbecame real idols." +77300 ,,,,,,,甜花,Tenka,035_CB25_t_020.wav,tenkaL,,27,,,,,,,,Real... idols... +77400 ,,,,,,,,,,tenkaL,,27,,,,,,,,Tenka-chan gulped. +77500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,27,,,,,,,,"If it's you, Tenka-chan, I'm sure you'd become really\npopular. I'll help you out, so why don't we try it together?" +77600 ,,,,,,,甜花,Tenka,035_CB25_t_021.wav,tenkaL,,7,,,,,,,,Yeah...! I want to try this! +77700 ,,,,,,,甜花,Tenka,035_CB25_t_022.wav,tenkaL,,7,,,,,,,,"And you know, I'm confident in my dancing! I've actually\ntaken dance lessons, so I'm good at it! I was even praised\nin dance class!" +77800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,7,,,,,,,,That's amazing~! As expected of Tenka-chan. Why don't you\ntry doing something like this too? +77900 ,,,,,,,甜花,Tenka,035_CB25_t_023.wav,tenka,,14,,,,,,,,Hmm. What should I do... +78000 ,,,,,,,甜花,Tenka,035_CB25_t_024.wav,tenka,,34,,,,,,,,"I'm just in my regular clothes right now... If we're going\nto film a video, shouldn't I wear something more dazzling?" +78100 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"That's not true! You're already cute as you are! You really\nshow your Tenka-chan charm, and it's great." +78200 ,,,,,,,甜花,Tenka,035_CB25_t_025.wav,tenka,,32,,,,,,,,R-Really? +78300 ,,,,,,,主人公,Kiyoshi,,tenka,,32,,,,,,,,I really want to see Tenka-chan's dance. +78400 ,,,,,,,甜花,Tenka,035_CB25_t_026.wav,tenka,,13,,,,,,,,"R-Really? Then, maybe I can dance. ...Just a little bit." +78500 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Oh, that's right! I actually have a camera with me right\nnow. Would you let me film your dance, Tenka-chan?" +78600 ,,,,,,,,,,tenka,,13,,,,,,,,I showed Tenka-chan the video camera I brought along with\nthe laptop. +78700 ,,,,,,,,,,tenka,,13,,,,,,,,"Tenka-chan looked at the camera with sparkling eyes, as if\nit was something new to her." +78800 ,,,,,,,甜花,Tenka,035_CB25_t_027.wav,tenka,,3,,,,,,,,Can it really capture everything with this? +78900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Of course! I'll make sure to capture Tenka- chan's dance\nperfectly with this camera! +79000 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"So... um, what kind of dance can you do, Tenka-chan? Do you\nhave a favorite song?" +79100 ,,,,,,,甜花,Tenka,035_CB25_t_028.wav,tenka,,13,,,,,,,,Um... I can dance to a Bocado song. +79200 ,,,,,,,,,,tenka,,13,,,,,,,,Tenka-chan shyly mentioned a famous Bocado song. It's a song\nI know too. +79300 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Alright, let's go with that. I'll prepare the music, so just\nwait a moment." +79400 ,,,,,,,,,,tenka,,13,,,,,,,,"I don't have the audio, so I'll search for it online. If I\nlook it up on SukoSuko Douga, I'm sure it'll come up." +79500 ,,,,,,,甜花,Tenka,035_CB25_t_029.wav,tenka,,33,,,,,,,,Okay! +79600 ,,,,,,,,,,tenka,,33,,,,,,,,"Tenka-chan answered energetically, though a bit shyly." +79700 ,,,,,,,,,,,,,,,,,,,,I quickly searched for the song Tenka-chan mentioned. +79800 ,,,,,,,,,,,,,,,,,,,,"Before Tenka-chan loses her motivation, I need to quickly\nplay the song―" +79900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Is this the right song? +80000 ,,,,,,,,,,,,,,,,,,,,The song Tenka-chan mentioned starts playing from the laptop\nspeakers. +80100 ,,,,,,,甜花,Tenka,035_CB25_t_030.wav,tenka,,21,,,,,,,,"Yeah, this is it!" +80200 ,,,,,,,,,,tenka,,21,,,,,,,,Tenka-chan nodded while tapping her foot to the rhythm. +80300 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,Can you dance to it? +80400 ,,,,,,,甜花,Tenka,035_CB25_t_031.wav,tenka,,1,,,,,,,,Of course! +80500 ,,,,,,,,,,tenka,,1,,,,,,,,"Tenka-chan began dancing, swinging her arms and legs in time\nwith the music." +80600 ,,,,,,,,,,tenka,,1,,,,,,,,Her stiff expression gradually turned into a smile as she\ndanced. +80700 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Amazing! Tenka-chan, you're really good!" +80800 ,,,,,,,甜花,Tenka,035_CB25_t_032.wav,tenka,,21,,,,,,,,Ehehe♪ I can dance even more energetically! Watch me...! +80900 ,,,,,,,,,,tenka,,21,,,,,,,,Tenka-chan lifted her leg energetically. +81100 ,,,,,3130000,,,,,,,,,,,,,,,At the end of her slender limbs―there was paradise. +81200 ,,,,,3130000,,,,,,,,,,,,,,,Pure white! An immaculate pure white paradise! +81300 ,,,,,3130000,,,,,,,,,,,,,,,It seems Tenka-chan hasn't noticed that her panties are\ncompletely visible. +81400 ,,,,,3130000,,甜花,Tenka,035_CB25_t_033.wav,tenka,,0,,,,,,,,"Hey, mister! How is it!?" +81500 ,,,,,3130000,,,,,,,,,,,,,,,"Breathless, Tenka-chan asked me." +81600 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,It's the best! It's the best! I've never seen such an\namazing dance in my life! +81700 ,,,,,3130000,,甜花,Tenka,035_CB25_t_034.wav,tenka,,0,,,,,,,,"Mister, you're exaggerating." +81800 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"No, I'm not! Tenka-chan's pan―no, dance! It's so divine, I\nfeel like I might lean forward!" +81900 ,,,,,3130000,,甜花,Tenka,035_CB25_t_035.wav,tenka,,0,,,,,,,,"Leaning forward? Is it that good? Hehe♪ Then, I'll show you\nmy special step!" +82000 ,,,,,3130000,,,,,,,,,,,,,,,Tenka-chan twirled around. Her panties were still completely\nvisible. +82100 ,,,,,3130000,,,,,,,,,,,,,,,...Huh? Are Tenka-chan's panties a bit sweaty? They seem\nslightly damp. +82200 ,,,,,3130000,,,,,,,,,,,,,,,"Tenka-chan's sweat... It's nice. My sweat is greasy, but the\nsweat of such a pure girl can't be dirty. It must taste\nexquisite." +82300 ,,,,,3130000,,甜花,Tenka,035_CB25_t_036.wav,tenka,,0,,,,,,,,Mister... watch me more~! +82400 ,,,,,3130000,,,,,,,,,,,,,,,Tenka-chan voiced her dissatisfaction. +82500 ,,,,,3130000,,,,,,,,,,,,,,,That's right! Not burning such a divine sight into my eyes\nis a loss in life! +82600 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,I'll watch! I'll capture Tenka-chan's shining moment in the\nfilm of my heart! +82700 ,,,,,3130000,,甜花,Tenka,035_CB25_t_037.wav,tenka,,0,,,,,,,,Ehehe♪ +82800 ,,,,,3130000,,,,,,,,,,,,,,,"Tenka-chan wore an innocent, childlike smile." +82900 ,,,,,3130000,,,,,,,,,,,,,,,"However, as soon as the song's chorus ended, Tenka-chan\nswitched to a normal step without lifting her legs." +83000 ,,,,,3130000,,,,,,,,,,,,,,,I want to see more panties...! I want to burn that innocent\nglimpse into my eyes...! +83100 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, how about dancing more energetically?" +83200 ,,,,,3130000,,甜花,Tenka,035_CB25_t_038.wav,tenka,,0,,,,,,,,Energetically...? Like how? +83300 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"The way you lifted your leg earlier was great, so if you do\nthat a lot, everyone will think it's amazing~" +83400 ,,,,,3130000,,甜花,Tenka,035_CB25_t_039.wav,tenka,,0,,,,,,,,"I see! Got it, I'll try. ...Here I go!" +83500 ,,,,,3130000,,,,,,,,,,,,,,,"Once again, Tenka-chan's panties were revealed." +83600 ,,,,,3130000,,甜花,Tenka,035_CB25_t_040.wav,tenka,,0,,,,,,,,L-Like this!? +83700 ,,,,,3130000,,,,,,,,,,,,,,,The white paradise appeared again. I widened my eyes and\nfocused on it. +83800 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"Yes! Yes, that's what everyone wants!" +83900 ,,,,,3130000,,甜花,Tenka,035_CB25_t_041.wav,tenka,,0,,,,,,,,"I see...! To be popular, an intense dance is the way to go!" +84000 ,,,,,3130000,,,,,,,,,,,,,,,"Popular... Even though she's young, Tenka- chan is thinking\nabout the public." +84100 ,,,,,3130000,,,,,,,,,,,,,,,"Surely, to become an idol, she's been making tearful efforts\nlike learning to dance." +84200 ,,,,,3130000,,,,,,,,,,,,,,,"If she doesn't know how, I should teach her. As Tenka-chan's\nexclusive producer." +84300 ,,,,,3130000,,,,,,,,,,,,,,,I'm sure Tenka-chan can become an idol who conquers the\nworld. I believe in her! +84500 ,,,,,,,甜花,Tenka,035_CB25_t_042.wav,tenka,,12,,,,,,,,Haa... haa... +84600 ,,,,,,,,,,tenka,,12,,,,,,,,Tenka-chan's dance ended. I turned off the video camera. +84700 ,,,,,,,,,,tenka,,12,,,,,,,,"Even though she was out of breath, she must have felt a\nsense of accomplishment. Tenka- chan was smiling." +84800 ,,,,,,,甜花,Tenka,035_CB25_t_043.wav,tenka,,3,,,,,,,,"Phew... Uncle, how was it?" +84900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,It was great...! You were really good! +85000 ,,,,,,,,,,tenka,,3,,,,,,,,I applauded so much that my hands hurt. +85100 ,,,,,,,,,,tenka,,3,,,,,,,,The panty flashes were amazing too! +85200 ,,,,,,,甜花,Tenka,035_CB25_t_044.wav,tenka,,38,,,,,,,,"Hehe, right? Haa... But I moved too intensely. I'm out of\nbreath..." +85300 ,,,,,,,主人公,Kiyoshi,,tenka,,38,,,,,,,,"Then, as a thank you for showing me a good dance, I'll bring\nyou some juice." +85400 ,,,,,,,甜花,Tenka,035_CB25_t_045.wav,tenka,,1,,,,,,,,Really!? Yay♪ +85500 ,,,,21,,,,,,,,,,,,,,,,"With a glance at Tenka-chan's happy face, I returned to the\nstore." +85600 ,,,,,,,,,,,,,,,,,,,,―This is a problem. Watching Tenka-chan's panty dance made\nthe tent in my pants reach its peak. +85700 ,,,,,,,,,,,,,,,,,,,,"Should I... masturbate now? No, if I'm late returning,\nTenka-chan might get suspicious." +85800 ,,,,,,,,,,,,,,,,,,,,"That's it...! Earlier, Tenka-chan was sweating a lot. She\nmust feel sticky and uncomfortable now." +85900 ,,,,,,,,,,,,,,,,,,,,"In that case, let's act quickly. ―Oh. I mustn't forget to\nbring the juice." +86100 ,,,,11,,,甜花,Tenka,035_CB25_t_046.wav,tenka,,21,,,,,,,,Yay! It's Kapirus♪ +86200 ,,,,,,,甜花,Tenka,035_CB25_t_047.wav,tenka,,20,,,,,,,,"The Kapirus you make is so rich, I love it. Sometimes it\nforms white lumps in the back of my throat and gets stuck,\nthough♪" +86300 ,,,,,,,,,,tenka,,20,,,,,,,,She must have been really thirsty. Tenka-chan happily drank\nthe Kapirus. +86400 ,,,,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,"Hey, Tenka-chan. Do you want to take a bath at my place?" +86500 ,,,,,,,甜花,Tenka,035_CB25_t_048.wav,tenka,,23,,,,,,,,"A bath? Yeah, I want to. My body feels sticky from the\nsweat♪" +86600 ,,,,,,,,,,tenka,,23,,,,,,,,Alright! It worked perfectly. +86700 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Then, Tenka-chan, I'll go prepare the bath, so drink your\nKapirus in the meantime." +86800 ,,,,,,,甜花,Tenka,035_CB25_t_049.wav,tenka,,21,,,,,,,,Okay. +87000 ,,,4,61,,,甜花,Tenka,035_CB25_t_050.wav,,,,,,,,,,,Fufufu~n♪ +87100 ,,,,,,,,,,,,,,,,,,,,"Through the frosted glass, I could hear Tenka-chan humming." +87200 ,,,,,,,,,,,,,,,,,,,,I picked up the panties that Tenka-chan had taken off. +87300 ,,,,,,,,,,,,,,,,,,,,"They still retained Tenka-chan's body heat. Pressing them to\nmy face, the sweet scent of Tenka-chan's sweat tickled my\nnose." +87400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Haa haa... Today's treat will be this. As long as I return\nthe panties before Tenka- chan gets out of the bath... +87500 ,,,,,,,,,,,,,,,,,,,,"...Huh? Even though Tenka-chan is so close, why am I trying\nto relieve my desires alone?" +87600 ,,,,,,,,,,,,,,,,,,,,"I should have invited Tenka-chan to take a bath with me from\nthe start. Ah, what a foolish thing I've done!" +87700 ,,,,,,,,,,,,,,,,,,,,"―No, even now, it should still be possible!" +87800 ,,,,,,,,,,,,,,,,,,,,This requires boldness. I mustn't hesitate. I opened the\nbathroom door. +87900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan! I'll wash you! +88200 ,,,,,,,,,,,,,,,,,,,, +88300 ,,,,71,,,甜花,Tenka,035_CB25_t_051.wav,"tenkaL,nude",,24,,,,,,,,Eh!? U-Uncle! Why are you coming in!? +88400 ,,,,,,,,,,tenkaL,,24,,,,,,,,Tenka-chan glared at me while covering her small chest. +88500 ,,,,,,,,,,tenkaL,,24,,,,,,,,"But she can't completely cover her chest. Her small, cherry-\ncolored nipples are peeking out. Ah, I want to lick those\nnipples so badly." +88600 ,,,,,,,甜花,Tenka,035_CB25_t_052.wav,tenkaL,,31,,,,,,,,"I-It's embarrassing, so hurry up and get out!" +88700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,31,,,,,,,,"Uncle got sweaty too, so I want to take a bath with Tenka-\nchan~" +88800 ,,,,,,,甜花,Tenka,035_CB25_t_053.wav,tenkaL,,11,,,,,,,,Y-You can take one later! It's embarrassing and weird to\nbathe together! +88900 ,,,,,,,主人公,Kiyoshi,,tenkaL,,11,,,,,,,,"N-No, it's not weird! It's not weird at all!" +89000 ,,,,,,,,,,tenkaL,,11,,,,,,,,I have to somehow persuade Tenka-chan to take a bath with\nme. I piece together the words that come to mind. +89100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,11,,,,,,,,"Tenka-chan, you take baths with your dad, right?" +89200 ,,,,,,,甜花,Tenka,035_CB25_t_054.wav,tenkaL,,26,,,,,,,,Y-Yeah... +89300 ,,,,,,,主人公,Kiyoshi,,tenkaL,,26,,,,,,,,"I'm Tenka-chan's producer, so I'm like a dad. Idols often\nsay that, right? That producers are like fathers." +89400 ,,,,,,,甜花,Tenka,035_CB25_t_055.wav,tenkaL,,33,,,,,,,,Ugh... Some people do say that... +89500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,I want to take care of Tenka-chan as a father would. +89600 ,,,,,,,甜花,Tenka,035_CB25_t_056.wav,tenkaL,,31,,,,,,,,B-But... +89700 ,,,,,,,,,,tenkaL,,31,,,,,,,,"Tenka-chan seems hesitant, averting her eyes as she thinks\nit over." +89800 ,,,,,,,甜花,Tenka,035_CB25_t_057.wav,tenkaL,,33,,,,,,,,If it's like with dad... it should be okay... right? +89900 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Tenka-chan muttered to herself in a small voice, as if\nconvincing herself." +90000 ,,,,,,,甜花,Tenka,035_CB25_t_058.wav,tenkaL,,33,,,,,,,,"I-I see. Okay, I understand." +90100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,"I'm glad you understand, Tenka-chan! Then, I'll wash your\nhair for you." +90200 ,,,,,,,甜花,Tenka,035_CB25_t_059.wav,tenkaL,,22,,,,,,,,"Yeah, that's fine." +90400 ,,,10,,3131000,,,,,,,,,,,,,,, +90500 ,*mem,,,,3131000,,,,,,,,,,,,,,, +90600 ,,,10,,3131000,,,,,,,,,,,,,,,I gently touch Tenka-chan's hair. It's silky and soft. I've\nalways thought that Tenka- chan's hair is more beautiful\nthan other girls her age. +90700 ,,,,,3131000,,甜花,Tenka,035_CB25_t_060.wav,tenka,,0,,,,,,,,Ugh... Be gentle when you wash it. It gets damaged easily if\nyou pull it. +90800 ,,,,,3131000,,主人公,Kiyoshi,,,,,,,,,,,,Y-Yeah. I know! +90900 ,,,,,3131000,,,,,,,,,,,,,,,"It's an honor to wash such beautiful hair. I'll wash it\ngently with the pads of my fingers, as if I'm stroking it." +91000 ,,,,,3131000,,,,,,,,,,,,,,,Tenka-chan keeps her eyes closed. It seems she can't open\nthem because of the bubbles. +91100 ,,,,,3131000,,,,,,,,,,,,,,,"She seemed a bit dissatisfied at first, but she seems to\nhave calmed down as I wash her hair. However, her mouth\nstill pouts in discontent." +91200 ,,,,,3131000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you were really good at dancing. When did you\nstart learning?" +91400 ,,,,,3131010,,甜花,Tenka,035_CB25_t_061.wav,tenka,,0,,,,,,,,I was learning all the time when I was over there. +91500 ,,,,,3131010,,,,,,,,,,,,,,,"Over there"" probably refers to the city she used to live in." +91600 ,,,,,3131010,,甜花,Tenka,035_CB25_t_062.wav,tenka,,0,,,,,,,,There are a lot of skilled kids in the city... so I\npracticed hard every day. +91700 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,"I see. Tenka-chan, you're really hardworking." +91800 ,,,,,3131010,,甜花,Tenka,035_CB25_t_063.wav,tenka,,0,,,,,,,,...Hehe♪ +91900 ,,,,,3131010,,,,,,,,,,,,,,,"Tenka-chan smiled with her eyes closed, only raising the\ncorners of her mouth." +92000 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,Are you keeping your hair beautiful to become an idol too? +92100 ,,,,,3131010,,甜花,Tenka,035_CB25_t_064.wav,tenka,,0,,,,,,,,Yeah. Because an idol's life is long and beautiful hair. +92200 ,,,,,3131010,,,,,,,,,,,,,,,Oh no... What's dangerous is that Tenka- chan's hair is so\nsilky and soft that I feel like my cock might explode. +92300 ,,,,,3131010,,,,,,,,,,,,,,,I wonder if she'd get mad if I jerked off with Tenka-chan's\nhair. +92400 ,,,,,3131010,,,,,,,,,,,,,,,"...Huh? Come to think of it, Tenka-chan has had her eyes\nclosed for a while. Maybe I can get away with it now." +92600 ,,"",,,3131020,,,,,,,,,,,,,,,"I quietly wrapped Tenka-chan's hair around my cock, trying\nnot to get caught." +92700 ,,,,,3131020,,,,,,,,,,,,,,,It seems Tenka-chan hasn't noticed. My cock is rock hard and\ncan't be controlled anymore. +92800 ,,,,,3131020,,,,,,,,,,,,,,,My cock is now wrapped in Tenka-chan's hair! The silky hair\nunique to young girls gently stimulates my cock. +92900 ,,,,,3131020,,,,,,,,,,,,,,,"I tap my cock against the top of Tenka-chan's head, pat pat,\npat pat." +93000 ,,,,,3131020,,甜花,Tenka,035_CB25_t_065.wav,tenka,,0,,,,,,,,"Hmm? Mister, what are you doing?" +93100 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,I-I'm casting a spell to make your hair even more beautiful! +93200 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,"If you do it like this, your hair will become smooth and\nsilky like an idol's!" +93300 ,,,,,3131020,,甜花,Tenka,035_CB25_t_066.wav,tenka,,0,,,,,,,,Hmm... Like an idol? Is that so? Then maybe I want you to do\nit more. +93400 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,M-More!? Got it! I'll cast the spell even more intensely for\nTenka-chan! +93500 ,,,,,3131020,,,,,,,,,,,,,,,"Alright, for Tenka-chan, I'll jerk off with all my might!" +93600 ,,,,,3131020,,,,,,,,,,,,,,,"I rubbed my hard, erect cock against Tenka- chan's head." +93700 ,,,,,3131020,,,,,,,,,,,,,,,――Pat pat pat pat. +93800 ,,,,,3131020,,甜花,Tenka,035_CB25_t_067.wav,tenka,,0,,,,,,,,Ah... It feels like it's working somehow. +93900 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,Really? Then I'll do it even more intensely. +94000 ,,,,,3131020,,,,,,,,,,,,,,,――Shush shush shush! +94100 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,H-How is it? Haa haa...! +94200 ,,,,,3131020,,甜花,Tenka,035_CB25_t_068.wav,tenka,,0,,,,,,,,Yeah. It feels kind of nice! +94300 ,,,,,3131020,,甜花,Tenka,035_CB25_t_069.wav,tenka,,0,,,,,,,,"With this, my hair will become silky like an idol's, right?\nEhehe, I'm really looking forward to it♪" +94400 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,"That's right. Well then, mister... I'll do my best to\nshampoo so I can meet Tenka-chan's expectations!" +94500 ,,,,,3131020,,甜花,Tenka,035_CB25_t_070.wav,tenka,,0,,,,,,,,Yeah! +94600 ,,,,,3131020,,,,,,,,,,,,,,,Ugh... Tenka-chan's hair is even better than I imagined.\nIt's silky yet clings to my cock and won't let go. +94700 ,,,,,3131020,,,,,,,,,,,,,,,"It feels really good. I've never tried a hair job before,\nbut I didn't know it could be this amazing!" +94800 ,,,,,3131020,,,,,,,,,,,,,,,"The more I rub, the more Tenka-chan's hair stimulates my\ncock. It's a fresh sensation, different from using my hand." +94900 ,,,,,3131020,,,,,,,,,,,,,,,Let's try wrapping it around not just the shaft but the head\ntoo. +95000 ,,,,,3131020,,,,,,,,,,,,,,,Oh! It's prickly and feels amazing! The stimulation is\nstronger than when I was just using her hair on the shaft. +95100 ,,,,,3131020,,,,,,,,,,,,,,,I'm almost at my limit. Tenka-chan's hair... it feels way\ntoo good...! +95200 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,Haa haa... Tenka-chan! +95500 ,,,,,3131030,,,,,,,,,,,,,,,――Splat! Splurt! Splurt splurt splurt! +95600 ,,,,,3131030,,甜花,Tenka,035_CB25_t_071.wav,tenka,,0,,,,,,,,Kya! Something slimy... +95700 ,,,,,3131030,,,,,,,,,,,,,,,This is bad. It felt so good that I ended up releasing it\nonto her hair. The white sperm and white shampoo have\nblended together. +95800 ,,,,,3131030,,,,,,,,,,,,,,,Maybe I can get away with this. +95900 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,This is a treatment to make your hair beautiful! +96000 ,,,,,3131030,,甜花,Tenka,035_CB25_t_072.wav,tenka,,0,,,,,,,,"Hmm. I see. In that case, I want you to rub it in\nthoroughly!" +96100 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,R-Rub it in!? +96200 ,,,,,3131030,,甜花,Tenka,035_CB25_t_073.wav,tenka,,0,,,,,,,,"...Huh? But it's a good treatment for the hair, right?" +96300 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,That's right! Let's rub it in! I'll give you even more to\nmake sure it's thoroughly applied! +96400 ,,,,,3131030,,,,,,,,,,,,,,,I have to meet Tenka-chan's expectations! +96500 ,,,,,3131030,,,,,,,,,,,,,,,"However, I've heard that sperm is hard to remove from hair,\nbut if I treat it with shampoo, it should come off pretty\neasily." +96600 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, this old man will do his best!" +96700 ,,,,,3131030,,,,,,,,,,,,,,,"Conveniently, my cock is still erect. I'll keep ejaculating\nuntil my balls are empty!" +96800 ,,,,,3131030,,,,,,,,,,,,,,,――Shush shush shush shush! +96900 ,,,,,3131030,,,,,,,,,,,,,,,Ahh! Tenka-chan's hair is truly the best. It looks beautiful\nand feels amazing when I use it...! A hair job is such a\nwonderful thing! +97000 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, do you always take care of your hair yourself?" +97100 ,,,,,3131030,,甜花,Tenka,035_CB25_t_074.wav,tenka,,0,,,,,,,,"Usually, my mom... I mean, I wash it myself!" +97200 ,,,,,3131030,,,,,,,,,,,,,,,Oh my. Is it really your mom who takes care of it? +97300 ,,,,,3131030,,,,,,,,,,,,,,,But she wants to show off and say she washes it herself.\nThat desire to act grown-up is so like Tenka-chan and\nadorable. +97400 ,,,,,3131030,,甜花,Tenka,035_CB25_t_075.wav,tenka,,0,,,,,,,,"Really, really, I wash it myself!" +97500 ,,,,,3131030,,,,,,,,,,,,,,,"She insists repeatedly, as if to emphasize her point." +97600 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,I see. Tenka-chan is so responsible~ +97700 ,,,,,3131030,,,,,,,,,,,,,,,It's the age where she wants to do everything by herself and\nact mature. +97800 ,,,,,3131030,,,,,,,,,,,,,,,Watching Tenka-chan like this makes my crotch heat up. Her\nreactions alone are enough to excite me to the point of a\nsecond round. +97900 ,,,,,3131030,,甜花,Tenka,035_CB25_t_076.wav,tenka,,0,,,,,,,,Nn... It's more intense than before. I've never had such an\nintense treatment! +98000 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,This is a special treatment. You have to rub it in\nthoroughly like this. +98100 ,,,,,3131030,,,,,,,,,,,,,,,――Shush! Shush! Rub rub rub! +98200 ,,,,,3131030,,,,,,,,,,,,,,,"If I rub this much, the smell might not come off. But I\ncan't control my instincts. I can't hold back!" +98300 ,,,,,3131030,,,,,,,,,,,,,,,I'm at my limit. The second round is about to come. I aimed\nfor the top of Tenka-chan's head and released the second\nejaculation. +98500 ,,,,,3131030,,,,,,,,,,,,,,,――Splat! Splat! Splurt! +98600 ,,,,,3131030,,,,,,,,,,,,,,,"The sperm gushes out vigorously from the tip. But just like\nbefore, it blends with the shampoo and is indistinguishable." +98700 ,,,,,3131030,,甜花,Tenka,035_CB25_t_077.wav,tenka,,0,,,,,,,,Ah... again... This treatment is really warm. +98800 ,,,,,3131030,,,,,,,,,,,,,,,"It's fresh out, I muttered in my heart." +98900 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"H-human warmth makes the treatment penetrate better. Now,\nI'll apply this treatment to your scalp too." +99000 ,,,,,3131030,,甜花,Tenka,035_CB25_t_078.wav,tenka,,0,,,,,,,,Okay! +99100 ,,,,,3131030,,,,,,,,,,,,,,,"Using my cock, I smeared sperm all over Tenka-chan's head.\nThe pleasure of rubbing sperm into her well-maintained\nhair... it's irresistible!" +99200 ,,,,,3131030,,,,,,,,,,,,,,,Oops. I'm erect again. I can easily go for one more round. +99300 ,,,,,3131030,,,,,,,,,,,,,,,"Since it's a rare opportunity, I might as well release it.\nNot doing so at a time like this would be such a waste." +99400 ,,,,,3131030,,,,,,,,,,,,,,,"Once again, I entwined Tenka-chan's black hair around my\nerect cock." +99500 ,,,,,3131030,,甜花,Tenka,035_CB25_t_079.wav,tenka,,0,,,,,,,,"Hmm, what is this treatment? It smells weird. It smells like\ndried squid." +99600 ,,,,,3131030,,,,,,,,,,,,,,,――Thump! +99700 ,,,,,3131030,,,,,,,,,,,,,,,"Did she notice...? No, if she did, Tenka-chan would\ndefinitely be angry. Since she's not angry, she probably\nhasn't noticed." +99800 ,,,,,3131030,,,,,,,,,,,,,,,"But if I don't cover it up here, she might realize it. If\nshe finds out, I might not be able to release the third\nround." +99900 ,,,,,3131030,,,,,,,,,,,,,,,That would be torture. I need to come up with a plausible\nreason...! +100000 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,R-really? Maybe it's because it's made from natural\ningredients? +100100 ,,,,,3131030,,甜花,Tenka,035_CB25_t_080.wav,tenka,,0,,,,,,,,Do natural ingredients smell? +100200 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"It's not that they smell... it's just that they often don't\nhave added scents♪ Sweet scents are usually artificial! But\nin return, it's good for your hair!" +100300 ,,,,,3131030,,甜花,Tenka,035_CB25_t_081.wav,tenka,,0,,,,,,,,Hmm. I see. That's how it is. +100400 ,,,,,3131030,,,,,,,,,,,,,,,"Whether Tenka-chan understood or not, she nodded while\nswinging her legs." +100500 ,,,,,3131030,,,,,,,,,,,,,,,It's true that it's made from natural ingredients. This is\nundoubtedly a 100% natural sperm treatment made by an old\nman. +100600 ,,,,,3131030,,甜花,Tenka,035_CB25_t_082.wav,tenka,,0,,,,,,,,"Hey, mister. Shouldn't we rinse it out soon? I can't open my\neyes, and it's getting a bit tiring." +100700 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"N-no, you can't!" +100800 ,,,,,3131030,,,,,,,,,,,,,,,"If she opened her eyes now, she'd find out that I was\nmasturbating with her hair." +100900 ,,,,,3131030,,,,,,,,,,,,,,,"Besides, my cock shows no sign of calming down." +101000 ,,,,,3131030,,,,,,,,,,,,,,,"I want to release more with Tenka-chan. Since Tenka-chan is\nright in front of me, it would be such a waste to not\nrelease everything here and have to finish off in my room\nlater." +101100 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"You know, I'm a producer! As a producer, I have to escort\nTenka-chan to become more like an idol." +101200 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"I'll make Tenka-chan even cuter. So, could you please follow\nwhat I say a little longer?" +101300 ,,,,,3131030,,甜花,Tenka,035_CB25_t_083.wav,tenka,,0,,,,,,,,Hmm... +101400 ,,,,,3131030,,,,,,,,,,,,,,,Tenka-chan pursed her lips and thought for a moment. +101500 ,,,,,3131030,,甜花,Tenka,035_CB25_t_084.wav,tenka,,0,,,,,,,,"...Okay, I got it. Thank you, mister. I'm really happy to be\nproduced by you!" +101600 ,,,,,3131030,,,,,,,,,,,,,,,"Great. I've got Tenka-chan's consent, so I can do the hair\njob again." +101700 ,,,,,3131030,,,,,,,,,,,,,,,Tenka-chan's hair was more limp than before. +101800 ,,,,,3131030,,,,,,,,,,,,,,,Did I release too much thick sperm? It's become more tangled\nthan the first time. +101900 ,,,,,3131030,,,,,,,,,,,,,,,"At this rate, my cock will start to hurt, and more\nimportantly, there's a risk of damaging Tenka-chan's\nbeautiful hair." +102000 ,,,,,3131030,,,,,,,,,,,,,,,Damaging such well-maintained hair is absolutely\nunacceptable! +102100 ,,,,,3131030,,,,,,,,,,,,,,,I must avoid it at all costs! +102200 ,,,,,3131030,,,,,,,,,,,,,,,"For that, I picked up the shampoo bottle." +102300 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... I'm going to use a bit more shampoo. +102400 ,,,,,3131030,,甜花,Tenka,035_CB25_t_085.wav,tenka,,0,,,,,,,,Okay! +102500 ,,,,,3131030,,,,,,,,,,,,,,,Tenka-chan completely trusts me. +102600 ,,,,,3131030,,,,,,,,,,,,,,,I poured the shampoo into my palm and spread it all over\nTenka-chan's hair. +102700 ,,,,,3131030,,,,,,,,,,,,,,,--Slippery. +102800 ,,,,,3131030,,,,,,,,,,,,,,,Whoa! This is great! +102900 ,,,,,3131030,,,,,,,,,,,,,,,"Thanks to the extra shampoo, it's become more slippery and\nsmooth, like a simple lotion." +103000 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,It's good... Tenka-chan... it's really good! +103100 ,,,,,3131030,,甜花,Tenka,035_CB25_t_086.wav,tenka,,0,,,,,,,,M-mister. Is my hair becoming that beautiful? +103200 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"Yes! It was already beautiful, but it's becoming even more\nbeautiful!" +103300 ,,,,,3131030,,,,,,,,,,,,,,,I pressed my cock against Tenka-chan's scalp. +103400 ,,,,,3131030,,,,,,,,,,,,,,,--Rub rub rub rub! +103500 ,,,,,3131030,,,,,,,,,,,,,,,The hair growing from her scalp is prickling and stimulating\nmy penis. This sensation is fresh and quite good. +103600 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,Like this... I'm rubbing it into Tenka- chan's head... It's\nbecoming beautiful from the scalp. +103700 ,,,,,3131030,,甜花,Tenka,035_CB25_t_087.wav,tenka,,0,,,,,,,,Wow... amazing... nngh...♪ +103800 ,,,,,3131030,,,,,,,,,,,,,,,I feel like Tenka-chan's voice is gradually becoming more\nsultry. +103900 ,,,,,3131030,,甜花,Tenka,035_CB25_t_088.wav,tenka,,0,,,,,,,,Ahh... smelling this... my head is starting to feel dizzy... +104000 ,,,,,3131030,,,,,,,,,,,,,,,"Tenka-chan is fidgeting and rubbing her thighs together. Is\nTenka-chan feeling it too? If so, I'll try even harder!" +104100 ,,,,,3131030,,,,,,,,,,,,,,,"While chanting a spell in my heart to make Tenka-chan's hair\nthe most beautiful in the world, I vigorously rub my cock." +104200 ,,,,,3131030,,,,,,,,,,,,,,,"If I, who loves Tenka-chan the most in the world, pray this\nmuch, surely God will grant my wish." +104300 ,,,,,3131030,,,,,,,,,,,,,,,I alternately imagined the current Tenka-chan and the Tenka-\nchan when she's dancing. +104400 ,,,,,3131030,,,,,,,,,,,,,,,"Tenka-chan, you're so cute. The cutest in the world." +104500 ,,,,,3131030,,,,,,,,,,,,,,,I can't take it anymore...! I'm at my limit. I'll release a\nhuge amount of semen to cover Tenka-chan's head...! +104700 ,,,,,3131030,,,,,,,,,,,,,,,--Splat! Splat! Splat! Splat! +104800 ,,,,,3131030,,甜花,Tenka,035_CB25_t_089.wav,tenka,,0,,,,,,,,Hyaah...! Nngh... ah... +104900 ,,,,,3131030,,,,,,,,,,,,,,,"Almost simultaneously with my ejaculation, Tenka-chan's body\nshivered." +105000 ,,,,,3131030,,甜花,Tenka,035_CB25_t_090.wav,tenka,,0,,,,,,,,Nngh... What is this...? It's tingling down there even more\nthan before... +105100 ,,,,,3131030,,,,,,,,,,,,,,,Did Tenka-chan get turned on by the smell of my semen? +105200 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"Haa haa... Tenka-chan, that was amazing♪ Now your hair\nshould definitely be silky smooth." +105300 ,,,,,3131030,,甜花,Tenka,035_CB25_t_091.wav,tenka,,0,,,,,,,,"Yay. Hey, mister. Can I rinse it off now?" +105400 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"That's right. I'll rinse it off for you. Okay, hold your\nbreath for a bit." +105500 ,,,,,3131030,,甜花,Tenka,035_CB25_t_092.wav,tenka,,0,,,,,,,,Okay...! Mmm... +105800 ,,"",,,3131000,,,,,,,,,,,,,,,--Shhh. +105900 ,,,,,3131000,,,,,,,,,,,,,,,Oops... It seems the semen I released was quite thick. +106000 ,,,,,3131000,,,,,,,,,,,,,,,It's not coming off easily. Her hair feels rough. I\nrepeatedly apply shampoo and rinse it off with the shower. +106100 ,,,,,3131000,,,,,,,,,,,,,,,"After about five repetitions, the rough feeling finally\ndisappeared." +106200 ,,"",,,3131010,,甜花,Tenka,035_CB25_t_093.wav,tenka,,0,,,,,,,,...Phew. Is it okay now? +106300 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, it looks like it's all rinsed out." +106400 ,,,,,3131010,,甜花,Tenka,035_CB25_t_094.wav,tenka,,0,,,,,,,,...Hehe♪ +106500 ,,,,,3131010,,,,,,,,,,,,,,,Tenka-chan touched her hair and smiled happily. +106600 ,,,,,3131010,,甜花,Tenka,035_CB25_t_095.wav,tenka,,0,,,,,,,,I really feel like it's silky smooth. +106700 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,Are you satisfied? +106800 ,,,,,3131010,,甜花,Tenka,035_CB25_t_096.wav,tenka,,0,,,,,,,,"Yes, I'm satisfied." +106900 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,I'm glad... +107000 ,,,,,3131010,,,,,,,,,,,,,,,I was relieved that the semen was properly washed out. +107100 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,"Now, let's wash your body next. Tenka-chan, raise your\narms..." +107200 ,,,,,3131000,,甜花,Tenka,035_CB25_t_097.wav,tenka,,0,,,,,,,,M-my body!? I don't want to wash my body! +107300 ,,,,,3131000,,主人公,Kiyoshi,,,,,,,,,,,,Huh? You're not going to wash your body!? +107400 ,,,,,3131000,,甜花,Tenka,035_CB25_t_098.wav,tenka,,0,,,,,,,,"I will wash it...! But if you wash me... well, you'll see my\nchest and stuff." +107500 ,,,,,3131010,,甜花,Tenka,035_CB25_t_099.wav,tenka,,0,,,,,,,,That's... really embarrassing... +107600 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,But you let me wash your hair... so your body too... +107700 ,,,,,3131010,,甜花,Tenka,035_CB25_t_100.wav,tenka,,0,,,,,,,,"No! No, no, no! Absolutely not! If you keep insisting,\nI'll... get really mad! Seriously!" +107800 ,,,,,3131000,,,,,,,,,,,,,,,"It seems she's genuinely against it. As a girl, she probably\ndoesn't want a guy to see her chest." +107900 ,,,,,3131000,,,,,,,,,,,,,,,It might be best to keep quiet about the fact that it was\nall visible just a moment ago. +108000 ,,,,,3131010,,甜花,Tenka,035_CB25_t_101.wav,tenka,,0,,,,,,,,"I can wash my own body! So, mister, please leave quickly!" +108100 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,...O-okay... +108200 ,,,,,3131010,,,,,,,,,,,,,,,"If she's this against it, I have no choice but to give up." +108300 ,,,,,3131010,,,,,,,,,,,,,,,"If I could wash Tenka-chan's body, I could have done things\nlike armpit play or teasing her small, budding nipples with\nmy fingers..." +108400 ,,,,,3131010,,,,,,,,,,,,,,,"It's quite disappointing, but it can't be helped. I'll just\nhave to hope for another opportunity." +108500 ,,,,,3131010,,,,,,,,,,,,,,,I hunched my shoulders in defeat and left the bathroom. +108600 ,$event_return,,,,,,,,,,,,,,,,,,, +108800 ,,,8,61,,,,,,,,,,,,,,,,"From the bathroom where Tenka-chan was left alone, I could\nhear the sound of the shower." +108900 ,,,,,,,,,,,,,,,,,,,,"In the changing room, Tenka-chan's clothes were left behind.\nAt least, I'll enjoy the scent of Tenka-chan's sweat before\nreturning to my room." +109000 ,,,,,,,,,,,,,,,,,,,,I picked up Tenka-chan's white panties and sniffed the part\nthat touched her crotch. +109100 ,,,,,,,,,,,,,,,,,,,,"From Tenka-chan's panties, I could smell fabric softener,\nsweat, and faintly, urine." +109300 ,,,,31,,,主人公,Kiyoshi,,,,,,,,,,,,Well then... +109400 ,,,,,,,,,,,,,,,,,,,,I opened my laptop and imported the video of Tenka-chan that\nI had just recorded from the video camera. +109500 ,,,,,,,,,,,,,,,,,,,,--Yeah. It was captured beautifully. Even the panty shots\nwere perfectly recorded. +109600 ,,,,,,,,,,,,,,,,,,,,"With this, I'm sure it'll get a lot of views." +109700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Let's adjust the saturation and such to make the video\neasier to watch... +109800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, this should be good enough." +109900 ,,,,,,,,,,,,,,,,,,,,All that's left is to upload it to the video site. I'm sure\npeople with the same preferences as me will replay it over\nand over. +110100 ,,,,,,,甜花,Tenka,035_CB25_t_102.wav,"tenka,privateC",,15,,,,,,,,...I'm done. +110200 ,,,,,,,,,,tenka,,15,,,,,,,,"With a slightly sullen expression, Tenka-chan came into my\nroom." +110300 ,,,,,,,,,,tenka,,15,,,,,,,,Her hair is still damp. Didn't she dry it? +110400 ,,,,,,,主人公,Kiyoshi,,tenka,,15,,,,,,,,"Tenka-chan, I'll dry your hair for you, so come over here." +110500 ,,,,,,,甜花,Tenka,035_CB25_t_103.wav,tenka,,17,,,,,,,,You won't do anything weird...? +110600 ,,,,,,,主人公,Kiyoshi,,tenka,,17,,,,,,,,"I won't, I won't." +110700 ,,,,,,,,,,tenka,,17,,,,,,,,I've already enjoyed myself enough. +110800 ,,,,,,,,,,tenka,,17,,,,,,,,Tenka-chan toddled over and sat down at my knees. +110900 ,,,,,,,甜花,Tenka,035_CB25_t_104.wav,tenka,,30,,,,,,,,"If you go and take a bath on your own again, I'll get mad,\nokay?" +111000 ,,,,,,,,,,tenka,,30,,,,,,,,"Even though she puffed out her cheeks in a pout, Tenka-chan\nnestled comfortably on my lap." +111100 ,,,,,,,,,,tenka,,30,,,,,,,,I used a towel to wipe the droplets from her hair. +111200 ,,,,,,,甜花,Tenka,035_CB25_t_105.wav,tenka,,3,,,,,,,,"Hey, mister. What are you doing?" +111300 ,,,,,,,,,,tenka,,3,,,,,,,,Tenka-chan peeked at the laptop screen and asked. +111400 ,,,,,,,甜花,Tenka,035_CB25_t_106.wav,tenka,,23,,,,,,,,Isn't this the 'SukoSuko Video' you showed me earlier? +111500 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,That's right. I was thinking of uploading your dance from\nearlier here. +111600 ,,,,,,,甜花,Tenka,035_CB25_t_107.wav,tenka,,4,,,,,,,,What! That dance from earlier!? +111700 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,It was really cool. I thought it would be nice for people\naround the world to see how cute Tenka-chan is... +111800 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"What do you think? If you don't want me to, I won't upload\nit, of course." +111900 ,,,,,,,甜花,Tenka,035_CB25_t_108.wav,tenka,,9,,,,,,,,...Hmm. +112000 ,,,,,,,甜花,Tenka,035_CB25_t_109.wav,"tenkaL,privateC",,9,,,,,,,,"Hey, mister, you said there are people who became idols from\nthis site, right?" +112100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,9,,,,,,,,"Yeah, that's right." +112200 ,,,,,,,甜花,Tenka,035_CB25_t_110.wav,tenkaL,,7,,,,,,,,"Then, I... I want you to upload it...!" +112300 ,,,,,,,甜花,Tenka,035_CB25_t_111.wav,tenkaL,,7,,,,,,,,"I don't know how to become an idol. I thought maybe if I\njust walked around the city, I'd get scouted or something..." +112400 ,,,,,,,甜花,Tenka,035_CB25_t_112.wav,tenkaL,,15,,,,,,,,But there are kids my age who have become idols too... +112500 ,,,,,,,甜花,Tenka,035_CB25_t_112a.wav,tenkaL,,27,,,,,,,,"If I really want to become an idol, I thought maybe I should\nstart promoting myself like this now." +112600 ,,,,,,,甜花,Tenka,035_CB25_t_113.wav,tenkaL,,7,,,,,,,,"So, I want you to upload it...!" +112700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,7,,,,,,,,Got it. Then let's create a special account just for Tenka-\nchan. +112800 ,,,,,,,甜花,Tenka,035_CB25_t_114.wav,tenka,,1,,,,,,,,Yeah! +112900 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"I made it an easy-to-remember account name, so I'll tell you\nthe password later." +113000 ,,,,,,,,,,,,,,,,,,,,I moved the mouse and uploaded the video from earlier. +113100 ,,,,,,,,,,,,,,,,,,,,"After a few seconds of waiting, the upload complete message\nappeared on the screen." +113200 ,,,,,,,甜花,Tenka,035_CB25_t_115.wav,tenka,,0,,,,,,,,"Mister, show me! Show me my video!" +113300 ,,,,,,,,,,tenka,,0,,,,,,,,Tenka-chan leaned forward and peeked at the computer screen. +113400 ,,,,,,,,,,tenka,,0,,,,,,,,Displayed there was the freshly uploaded video. I clicked\nthe play button. Tenka- chan's dance from earlier played\nalong with the music. +113500 ,,,,,,,甜花,Tenka,035_CB25_t_116.wav,tenka,,34,,,,,,,,...There are no comments at all. The video from earlier had\nso many... +113600 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"It's just been uploaded, so maybe after a little while,\ncomments will start coming in?" +113700 ,,,,,,,甜花,Tenka,035_CB25_t_117.wav,tenka,,23,,,,,,,,Like the video from earlier? So many comments that you can't\neven see the screen? +113800 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Yeah. I'll promote it in various places, so I'm sure it'll\nget a lot of views." +113900 ,,,,,,,甜花,Tenka,035_CB25_t_118.wav,tenka,,38,,,,,,,,...I see. Hehe♪ I see~ +114000 ,,,,,,,甜花,Tenka,035_CB25_t_119.wav,tenka,,4,,,,,,,,"Ah! My panties are totally visible here! Mister, can't you\nhide something like this?" +114100 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Y-Yeah, I'll edit it later." +114200 ,,,,,,,,,,tenka,,4,,,,,,,,I couldn't exactly say that the panty shot was the main\nattraction! +114300 ,,,,,,,甜花,Tenka,035_CB25_t_120.wav,tenka,,13,,,,,,,,"For now, delete this video! It's embarrassing!" +114400 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Okay, got it. I'll edit it and re-upload it. Is that\nalright?" +114500 ,,,,,,,甜花,Tenka,035_CB25_t_121.wav,tenka,,1,,,,,,,,Yeah! +114600 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Oh, by the way, Tenka-chan. Is it okay if I introduce the\nvideo to my friends? I think they'll help support your idol\ndebut." +114700 ,,,,,,,甜花,Tenka,035_CB25_t_122.wav,tenka,,21,,,,,,,,"Idol debut... Sure, go ahead!" +114800 ,,,,,,,,,,tenka,,21,,,,,,,,"They're friends I met online who share a love for cute\nthings. I'm sure if they see it, it'll rack up a lot of\nviews." +114900 ,,,,,,,,,,tenka,,21,,,,,,,,This is a video that deserves recognition. A cute girl like\nTenka-chan dancing confidently without worrying about panty\nshots. +115000 ,,,,,,,,,,tenka,,21,,,,,,,,Any guy who wouldn't watch such a video isn't a real man! +115100 ,,,,,,,甜花,Tenka,035_CB25_t_123.wav,tenkaL,,3,,,,,,,,"Hey, mister. You said you'd promote it earlier, right? Does\nthat mean telling your friends, or doing something bigger?" +115200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,3,,,,,,,,"Of course, not just my friends. I'll spread it on Toitter\nand get it featured on major summary sites." +115300 ,,,,,,,甜花,Tenka,035_CB25_t_124.wav,tenkaL,,23,,,,,,,,Toitter...? Summary sites? +115400 ,,,,,,,,,,tenkaL,,23,,,,,,,,It seems Tenka-chan isn't very familiar with the internet.\nI'll have to teach her various things considering her future\nactivities. +115500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,23,,,,,,,,"For now, this video will be the first step in Tenka-chan's\nidol activities." +115600 ,,,,,,,甜花,Tenka,035_CB25_t_125.wav,tenkaL,,35,,,,,,,,The first step in idol activities...! I see... +115700 ,,,,,,,,,,tenkaL,,35,,,,,,,,Tenka-chan smiled happily. +115800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,35,,,,,,,,"By the way, on Toitter and video sites, you can directly\ninteract with people who become your fans. Tenka-chan, have\nyou ever seen an idol's blog?" +115900 ,,,,,,,甜花,Tenka,035_CB25_t_126.wav,tenkaL,,0,,,,,,,,I have! I've seen the blog of a KGB girl! +116000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,0,,,,,,,,"On that blog, didn't they sometimes reply to fan comments?" +116100 ,,,,,,,甜花,Tenka,035_CB25_t_127.wav,tenkaL,,20,,,,,,,,"Hmm, some did, some didn't... But mostly, I think many\ndidn't..." +116200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,20,,,,,,,,"Tenka-chan, would you like to get replies to your comments?" +116300 ,,,,,,,甜花,Tenka,035_CB25_t_128.wav,tenkaL,,24,,,,,,,,I would! I really would! +116400 ,,,,,,,主人公,Kiyoshi,,tenkaL,,24,,,,,,,,"On Toitter, you can chat with your fans in real-time. Isn't\nthat really fun?" +116500 ,,,,,,,甜花,Tenka,035_CB25_t_129.wav,tenkaL,,1,,,,,,,,Yeah! I think it would be really fun! +116600 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Then let's start Toitter next time! Tenka- chan, become an\nidol who can easily talk with all your fans and make them\nhappy!" +116700 ,,,,,,,甜花,Tenka,035_CB25_t_130.wav,tenkaL,,21,,,,,,,,Yeah! Wow~♪ I'm excited♪ +116800 ,,,,,,,,,,tenkaL,,21,,,,,,,,Tenka-chan was smiling brightly. She must be imagining her\nshining future. +116900 ,,,,,,,,,,tenkaL,,21,,,,,,,,"Even in this small countryside candy store, we're connected\nto the world through the internet." +117000 ,,,,,,,,,,tenkaL,,21,,,,,,,,"If I work hard, Tenka-chan can surely become an idol." +117100 ,,,,,,,,,,tenkaL,,21,,,,,,,,"Watching Tenka-chan's smile, I strongly wished to make her\ndream come true." +117200 ,,,0,9000,,,,,,,,,,,,,,,, +117400 ,@036_CB26,,,,,,,,,,,,,,,,,,, +117700 ,,,5,21,,,,,,,,,,,,,,,,Today is Sunday. Neither Chie-chan nor Komako-chan nor\nTenka-chan are coming. +117800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm bored... +117900 ,,,,,,,,,,,,,,,,,,,,"The blazing sun was unusually annoying. At that moment, two\nshadows approached from afar." +118000 ,,,,,,,,,,,,,,,,,,,,Could it be Chie-chan and Komako-chan!? +118100 ,,,,,,,子ども,Child,,,,,,,,,,,,"Mister, can we have two candies, please?" +118200 ,,,,,,,,,,,,,,,,,,,,"...It wasn't them. It was the neighborhood girls who often\ncome to the store. They always buy one 10-yen big candy\neach, regular customers." +118300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Here you go, 10 yen." +118400 ,,,,,,,,,,,,,,,,,,,,The children took out 10-yen coins from their purses printed\nwith popular characters and placed them in my hand. +118500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,That's exact. Thank you~ +118600 ,,,,,,,子ども,Child,,,,,,,,,,,,"Hehe, thank you, mister! Let's go~♪" +118700 ,,,,,,,,,,,,,,,,,,,,"The two girls said that and left the candy store. Honestly,\nI wanted to enjoy their company a bit longer, but it can't\nbe helped." +118800 ,,,,,,,,,,,,,,,,,,,,"If it were Chie-chan and the others, they would always eat\ntheir snacks here, and we could chat a lot during that\ntime..." +118900 ,,,,,,,,,,,,,,,,,,,,There's no point in thinking about it. Chie- chan and the\nothers probably won't come today. +119000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Maybe I should close the shop early... +119200 ,,,,31,,,主人公,Kiyoshi,,,,,,,,,,,,"For now, I'll think about it while having lunch... Maybe\nI'll make some cold noodles today." +119300 ,,,,,,,,,,,,,,,,,,,,"It's just instant noodles that you quickly boil, but if you\nadd lots of vegetables, it's nutritious enough." +119400 ,,,,,,,,,,,,,,,,,,,,"While boiling the noodles, I took out a container and\nchopsticks from the cupboard." +119500 ,,,,,,,,,,,,,,,,,,,,"...Come to think of it, Chie-chan and the others have used\nthese chopsticks before..." +119600 ,,,,,,,,,,,,,,,,,,,,"Somehow, just thinking about it makes my heart race." +119700 ,,,,,,,,,,,,,,,,,,,,Haa haa... Since I'll be putting them in my mouth while\neating anyway... there's no problem if I lick them now... +119800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Lick. +119900 ,,,,,,,,,,,,,,,,,,,,Even though they should be thoroughly washed... Is it just\nmy imagination? I felt like I tasted Chie-chan's saliva. +120000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"If I keep this up, I'll just space out. After I finish\neating, I'll take a bath to clear my head..." +120200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm not clear at all! +120300 ,,,,,,,,,,,,,,,,,,,,"Even after taking a bath, I ended up remembering the time I\nbathed with Chie-chan. It's tough to get rid of worldly\ndesires." +120400 ,,,,,,,,,,,,,,,,,,,,"Before I knew it, there was a tent in my crotch... This is\ntroublesome. I have to watch the store again soon..." +120500 ,*mem,,,,,,,,,,,,,,,,,,, +120600 ,,,5,31,,,主人公,Kiyoshi,,,,,,,,,,,,Come to think of it... all three of them used to nap here... +120700 ,,,,,,,,,,,,,,,,,,,,"Looking at the empty tatami, I absentmindedly recalled the\npast." +120900 ,,,,,4130000,,,,,,,,,,,,,,,The three of them had angelic sleeping faces. +121000 ,,,,,4130000,,,,,,,,,,,,,,,Chie-chan always drooled from the corner of her mouth. +121100 ,,,,,4130000,,,,,,,,,,,,,,,"And she always raised her arms, so I couldn't help but be\ncurious about her armpits. Just remembering it makes my dick\ntwitch." +121200 ,,,,,4130000,,,,,,,,,,,,,,,Komako-chan always slept facing Chie-chan. She tried to\nsnuggle up to Chie-chan as much as possible... +121300 ,,,,,4130000,,,,,,,,,,,,,,,Komako-chan must really love Chie-chan. +121400 ,,,,,4130000,,,,,,,,,,,,,,,Tenka-chan always slept in clothes that showed her belly\nbutton... I was worried she'd catch a cold. +121500 ,,,,,4130000,,,,,,,,,,,,,,,"If you keep showing your belly button like that, someone\nlike an old man might just poke it with their thumb..." +121700 ,,,,,,,,,,,,,,,,,,,,Oops. Thinking about that made my dick even harder. +121800 ,,,,,,,,,,,,,,,,,,,,"If I manned the store in this state, I'd probably get\nreported as a suspicious person... And if I close the store,\nI can openly masturbate in the middle of the day." +121900 ,,,,,,,,,,,,,,,,,,,,...I've decided. I'll quietly lock up today. +122000 ,,,,,,,,,,,,,,,,,,,,Should I write a notice just in case? Writing 'Temporary\nClosure' should be fine. +122100 ,,,,,,,,,,,,,,,,,,,,"Alright, let's get to it!" +122400 ,,,,33,,,,,,,,,,,,,,,,"Notice complete, lock-up complete, tissues ready!" +122500 ,,,,,,,,,,,,,,,,,,,,"Alright, now I'm perfectly prepared for masturbation." +122600 ,,,,,,,,,,,,,,,,,,,,I gently stroked the tatami with my palm. +122700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Here... everyone used to sleep... +122800 ,,,,,,,,,,,,,,,,,,,,"Maybe everyone's sweat has soaked into this tatami. How\nnice, tatami. I wish I could be tatami too." +122900 ,,,,,,,,,,,,,,,,,,,,Thinking about that made my dick twitch again. It seems like\nit can't wait any longer. +123000 ,,,,,,,,,,,,,,,,,,,,"I haven't decided who to fantasize about yet... All three\nare so cute, it's hard to choose..." +123100 ,,,,,,,,,,,,,,,,,,,,But if I had to choose― +123200 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Chii-chan,sel_1a",,,,,,,,,,,,,,,,,,,■@ Chie +↓,"$menu_item 1,Komako-chan,sel_1b",,,,,,,,,,,,,,,,,,,■A Komako +↓,"$menu_item 2,Tenka-chan,sel_1c",,,,,,,,,,,,,,,,,,,■B Tenka +↓,"$menu_item 3,Everyone,sel_1d",,,,,,,,,,,,,,,,,,,■C Everyone +↓,$menu_end,,,,,,,,,,,,,,,,,,, +123300 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Chie +123400 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +123600 ,,,,,,,,,,,,,,,,,,,,I guess it's Chie-chan. Chie-chan is an irreplaceable angel\nto me. +123700 ,,,,,,,,,,,,,,,,,,,,I close my eyes and imagine Chie-chan. +124000 ,,,,,1160000,,千恵,Chie,036_CB26_c_000.wav,"chie,private",,0,,,,,,,,"...Kuu, kuu..." +124100 ,,,,,1160000,,,,,,,,,,,,,,,"See, I can imagine it. Chii-chan is lying on the tatami." +124200 ,,,,,1160000,,,,,,,,,,,,,,,"Ah... just like always, with her arms raised, exposing her\narmpits defenselessly." +124300 ,,,,,1160000,,,,,,,,,,,,,,,"If you stay like that, an old man might play a prank on you." +124400 ,,,,,1160000,,,,,,,,,,,,,,,I trace my finger gently along Chii-chan's stomach. +124500 ,,,,,1160000,,千恵,Chie,036_CB26_c_001.wav,chie,,0,,,,,,,,Nn... nn... +124600 ,,,,,1160000,,,,,,,,,,,,,,,"In my imagination, Chii-chan furrowed her brows as if\nticklish. I'm going to tease her even more~." +124700 ,,,,,1160000,,,,,,,,,,,,,,,Chii-chan's stomach was puffed up like a squid. I personally\nfind this belly quite charming. +124800 ,,,,,1160000,,,,,,,,,,,,,,,"I slowly trace my finger along Chii-chan's body, reaching\nher collarbone." +124900 ,,,,,1160000,,千恵,Chie,036_CB26_c_002.wav,chie,,0,,,,,,,,Ah... nfuah... +125000 ,,,,,1160000,,,,,,,,,,,,,,,Is it ticklish? Chii-chan's long eyelashes twitched. +125100 ,,,,,1160000,,,,,,,,,,,,,,,"No matter how much I tickle her, this is just a fantasy, so\nChii-chan will never wake up. In other words, I can do\nwhatever I want!" +125200 ,,,,,1160000,,千恵,Chie,036_CB26_c_003.wav,chie,,0,,,,,,,,Haa... haa... +125300 ,,,,,1160000,,,,,,,,,,,,,,,Chii-chan's breath brushes against my fingers. +125400 ,,,,,1160000,,,,,,,,,,,,,,,"By the way, I wonder what Chii-chan's breath smells like?\nShe loves sweets, so it might smell like ramune." +125500 ,,,,,1160000,,,,,,,,,,,,,,,"Next time, I'll sniff more closely to find out." +125600 ,,,,,1160000,,千恵,Chie,036_CB26_c_004.wav,chie,,0,,,,,,,,...Onii-chan... +125700 ,,,,,1160000,,,,,,,,,,,,,,,"Even while asleep, Chii-chan was calling for me. So cute!\nChii-chan is so cute!" +125800 ,,,,,1160000,,,,,,,,,,,,,,,――Shushushushu! +125900 ,,,,,1160000,,,,,,,,,,,,,,,"I rub my cock vigorously. The real Chii-chan is cute, but\nthe imagined Chii-chan is also incredibly cute!" +126000 ,,,,,1160000,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan's squishy cheeks... so cute...! So cute! +126100 ,,,,,1160000,,千恵,Chie,036_CB26_c_005.wav,chie,,0,,,,,,,,Suu... suu... +126200 ,,,,,1160000,,,,,,,,,,,,,,,"If possible, I want to masturbate while pressing against her\ncheeks. But for now, I'll hold back a little longer. If I'm\ngoing to cum, I want to build it up and release it all at\nonce." +126300 ,,,,,1160000,,,,,,,,,,,,,,,"Alright, let's lift Chii-chan's skirt!" +126500 ,,,,,1160010,,,,,,,,,,,,,,,"I gently reach for her skirt. Lifting the frilly skirt, I\nexpose her panties." +126600 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, your childish panties are so cute...!" +126700 ,,,,,1160010,,,,,,,,,,,,,,,Chii-chan never disappoints. She was wearing age-appropriate\npanties (in my imagination). +126800 ,,,,,1160010,,,,,,,,,,,,,,,I want to touch Chii-chan more... I want to smell her pussy\nmore! +126900 ,,,,,1160010,,,,,,,,,,,,,,,"...It's okay, right? It's just a fantasy. It's all in my\nhead..." +127000 ,,,,,1160010,,,,,,,,,,,,,,,"Alright, let's do it!" +127100 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,Sniff... sniff... +127200 ,,,,,1160010,,,,,,,,,,,,,,,"From Chii-chan's panties, there was a smell of sweat and\npee. I imagined it would be a nice scent. My cock is hard\nand erect." +127300 ,,,,,1160010,,千恵,Chie,036_CB26_c_006.wav,chie,,0,,,,,,,,Ah... ahh... nnngh...! +127400 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, let me smell your scent a lot♪ I'll make sure to\nrelease a lot for you!" +127500 ,,,,,1160010,,,,,,,,,,,,,,,"With one hand, I fervently stroked my cock, while with the\nother, I gently played with Chii-chan's pussy." +127600 ,,,,,1160010,,千恵,Chie,036_CB26_c_007.wav,chie,,0,,,,,,,,Nnngh... uncle... it tickles... +127700 ,,,,,1160010,,,,,,,,,,,,,,,"Chii-chan shook her head in denial. But this Chii-chan isn't\nawake. After all, she's a figment of my imagination, so\nunless I imagine it, she won't wake up." +127800 ,,,,,1160010,,,,,,,,,,,,,,,"Since it's just a fantasy, let's do something even more\ndaring." +127900 ,,,,,1160010,,,,,,,,,,,,,,,I wonder if I should lick Chii-chan's pussy over her\npanties! +128000 ,,,,,1160010,,,,,,,,,,,,,,,I pressed my nose against Chii-chan's panties. +128100 ,,,,,1160010,,千恵,Chie,036_CB26_c_008.wav,chie,,0,,,,,,,,Nn! Nn! Nnnngh! Ah... ahhh... +128200 ,,,,,1160010,,,,,,,,,,,,,,,Chii-chan's body twitched. But the main event is yet to\ncome. +128300 ,,,,,1160010,,,,,,,,,,,,,,,I traced the line of Chii-chan's pussy with my tongue. +128400 ,,,,,1160010,,千恵,Chie,036_CB26_c_009.wav,chie,,0,,,,,,,,Nngh...! Ahh... nnngh... nngh... +128500 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, your panties taste so good♪ They smell like\nsweat, pee, and a girl's scent! Sniff sniff." +128600 ,,,,,1160010,,千恵,Chie,036_CB26_c_010.wav,chie,,0,,,,,,,,No... no... nnngh...! +128700 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,These are really delicious panties. ...Smooch! Lick lick!\nSlurp... gulp! Slurp! Slurrrp! +128800 ,,,,,1160010,,,,,,,,,,,,,,,I sucked up every drop of Chii-chan's love juices soaked\ninto her panties! Chii-chan's love juices are delicious!\nDelicious! +128900 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,Nngh... slurp! Phew...♪ These are the most delicious panties\nI've ever licked♪ +129000 ,,,,,1160010,,千恵,Chie,036_CB26_c_011.wav,chie,,0,,,,,,,,Fwah... ahh... +129100 ,,,,,1160010,,,,,,,,,,,,,,,"Chii-chan's breathing is getting heavier. Even if this is\njust a fantasy, I want to make Chii-chan feel it!" +129200 ,,,,,1160010,,千恵,Chie,036_CB26_c_012.wav,chie,,0,,,,,,,,Ahhhhhh... ah... ahhh... nnnnghhh! +129300 ,,,,,1160010,,,,,,,,,,,,,,,Chii-chan's body twitched like a fish. It seems like Chii-\nchan... has climaxed. +129400 ,,,,,1160010,,千恵,Chie,036_CB26_c_013.wav,chie,,0,,,,,,,,Nngh... s-s... +129500 ,,,,,1160010,,,,,,,,,,,,,,,"Her breathing gradually steadies. Now, it's my turn to feel\ngood." +129600 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan... can I see your... chest? +129800 ,,,,,1160020,,,,,,,,,,,,,,,I lift up Chii-chan's camisole. Her swollen belly and flat\nchest are revealed. +129900 ,,,,,1160020,,,,,,,,,,,,,,,"At the tip of her flat chest, her nipples are just peeking\nout. No matter how many times I see them, they're such cute\nnipples." +130000 ,,,,,1160020,,,,,,,,,,,,,,,Might as well enjoy Chii-chan's nipples. +130100 ,,,,,1160020,,,,,,,,,,,,,,,"I take Chii-chan's nipple into my mouth. Her nipples are\nstill developing, it seems. I roll the rice grain-like\nnipple with my tongue repeatedly." +130200 ,,,,,1160020,,千恵,Chie,036_CB26_c_014.wav,chie,,0,,,,,,,,Fwah... nngh... nnh...♪ +130300 ,,,,,1160020,,,,,,,,,,,,,,,"Chii-chan's breathing became erratic. Could it be that she's\nfeeling it? Alright, let's get excited, old man!" +130400 ,,,,,1160020,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan! Chii-chan! Chii-chan! Lick lick lick lick! +130500 ,,,,,1160020,,千恵,Chie,036_CB26_c_015.wav,chie,,0,,,,,,,,Ah... ahh... ahh... +130600 ,,,,,1160020,,,,,,,,,,,,,,,"Now, let's do something even more daring. Let's take off her\npanties!" +130700 ,,,,,1160020,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, Chii-chan. Let's take off your panties~" +130900 ,,,,,1160030,,千恵,Chie,036_CB26_c_016.wav,chie,,0,,,,,,,,Auh... +131000 ,,,,,1160030,,,,,,,,,,,,,,,I smoothly take off Chii-chan's panties. They were soaked\nwith my drool and Chii-chan's love juices. +131100 ,,,,,1160030,,,,,,,,,,,,,,,Chii-chan's pussy is a beautiful cherry blossom color. Let's\nlightly touch it with my finger. +131200 ,,,,,1160030,,,,,,,,,,,,,,,It's elastic. It's soft and springy. My imagination is truly\nimpressive. The accuracy in recreating Chii-chan is too\nperfect! +131300 ,,,,,1160030,,,,,,,,,,,,,,,Just looking at Chii-chan's pussy made my cock even harder. +131400 ,,,,,1160030,,,,,,,,,,,,,,,It's so erect that it feels like it's going to stick to my\nstomach! +131500 ,,,,,1160030,,,,,,,,,,,,,,,"I can't believe my cock is this hard... Chii- chan, you\ndefinitely have the talent to be a man's fantasy!" +131700 ,,,,,1160050,,,,,,,,,,,,,,,I focused intently on stroking my cock. +131800 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan... you're so cute! So cute! +131900 ,,,,,1160050,,千恵,Chie,036_CB26_c_017.wav,chie,,0,,,,,,,,Nn... nnngh... dried squid... +132000 ,,,,,1160050,,,,,,,,,,,,,,,Could she be talking about the smell of my cock? It's a bit\nshocking to be compared to dried squid... +132100 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, but Chii-chan, you love dried squid, right? You used to\nbuy it often, right? Look, it's dried squid!" +132200 ,,,,,1160050,,,,,,,,,,,,,,,I bring my cock closer to Chii-chan's body. +132300 ,,,,,1160050,,千恵,Chie,036_CB26_c_018.wav,chie,,0,,,,,,,,Dried squid... I love it... dried squid...♪ +132400 ,,,,,1160050,,,,,,,,,,,,,,,"Even while saying such things in her sleep, Chii-chan\ndoesn't open her eyes." +132500 ,,,,,1160050,,,,,,,,,,,,,,,"Alright, then I'll use Chii-chan's body to get off!" +132600 ,,,,,1160050,,,,,,,,,,,,,,,――Stroke stroke stroke stroke! +132700 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan... your skin is so smooth! I'll give your\nbeautiful skin the scent of dried squid♪ +132800 ,,,,,1160050,,,,,,,,,,,,,,,Chii-chan's body was smooth and firm. My cock was very happy\nto be touching Chii-chan's body. +132900 ,,,,,1160050,,,,,,,,,,,,,,,My glans rubbed against Chii-chan's ribs. The stimulation\nwas so strong... I almost came. +133000 ,,,,,1160050,,,,,,,,,,,,,,,I held back and continued to slap my cock against Chii-\nchan's body. +133100 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan... this feels amazing♪ I'm so happy to use you as\nmy fantasy...! +133200 ,,,,,1160050,,,,,,,,,,,,,,,"As I slapped my cock, I caught glimpses of Chii-chan's\nnipples at the edge of my vision." +133300 ,,,,,1160050,,,,,,,,,,,,,,,Rubbing my glans against her nipples... that would feel\ngood. +133400 ,,,,,1160050,,,,,,,,,,,,,,,"Alright, let's try it out." +133500 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, let me rub against your nipples." +133600 ,,,,,1160050,,千恵,Chie,036_CB26_c_019.wav,chie,,0,,,,,,,,Nn... nnngh... +133700 ,,,,,1160050,,,,,,,,,,,,,,,Chii-chan responded with a sound that could be either an\nanswer or sleep talk. +133800 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll use my glans...!" +133900 ,,,,,1160050,,,,,,,,,,,,,,,I pressed my glans against Chii-chan's nipple. +134000 ,,,,,1160050,,,,,,,,,,,,,,,Her rice grain-like nipple stimulated my cock. This... feels\npretty good! +134100 ,,,,,1160050,,,,,,,,,,,,,,,――Stroke stroke stroke stroke! +134200 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan's nipples... they're great! They're amazing! My\ncock feels so good! +134300 ,,,,,1160050,,千恵,Chie,036_CB26_c_020.wav,chie,,0,,,,,,,,Fweh... ah... nnngh! +134400 ,,,,,1160050,,,,,,,,,,,,,,,I'm reaching my limit. I can't hold it in any longer...! +134500 ,,,,,1160050,,千恵,Chie,036_CB26_c_021.wav,chie,,0,,,,,,,,...Nn... Nnngh... +134600 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to come, Chii-chan!" +134700 ,,,,,1160050,,,,,,,,,,,,,,,I moved my hand vigorously on my cock. Chii- chan's nipples\nlightly stimulated my glans. +134800 ,,,,,1160050,,,,,,,,,,,,,,,This feels so good...! It's hard to believe this is just a\nfantasy...! +134900 ,,,,,1160050,,,,,,,,,,,,,,,I'll cover Chii-chan's body with it! +135000 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, I'm going to cover your body with lots of jumbo\nyogurt!" +135300 ,,,,,1160060,,,,,,,,,,,,,,,――Splat! Splat! Splat! Splatsplatsplat! +135400 ,,,,,1160060,,,,,,,,,,,,,,,My mind went blank. It seemed like I released more sperm\nthan usual. My hips were trembling... +135500 ,,,,,1160060,,,,,,,,,,,,,,,And the imaginary Chii-chan's body was covered in my\nsperm... +135600 ,,,,,1160060,,千恵,Chie,036_CB26_c_022.wav,chie,,0,,,,,,,,Haa... haa... +135700 ,,,,,1160060,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, thank you... I love you..." +135800 ,,,,,1160060,,,,,,,,,,,,,,,"And so, my masturbation session came to an end." +135900 ,$event_return,,,,,,,,,,,,,,,,,,, +136000 ,,,,,,,,,,,,,,,,,,,,"In reality, I only released into a tissue, but in my mind,\nit was all over Chii-chan's body." +136100 ,,,,,,,,,,,,,,,,,,,,"I felt a great sense of satisfaction. I've fantasized about\nChii-chan several times before, but today was particularly\ngood." +136200 ,,,,,,,,,,,,,,,,,,,,To think I could have such an amazing masturbation\nsession... I'm really glad I met Chii-chan. +136300 ,,,,,,,,,,,,,,,,,,,,"Next time, I want to have sex with the real Chii-chan..." +136400 ,,,,,,,,,,,,,,,,,,,,I want to see Chii-chan soon. If I could see her tomorrow...\nI'd teach her all sorts of naughty things... +136500 ,,,,,,,,,,,,,,,,,,,,I never knew not being able to see Chii-chan would make me\nfeel so lonely... +136600 ,,,,11,,,千恵,Chie,036_CB26_c_023.wav,"chieL,private",,1,,,,,,,,Ehehe♪ Onii-chan! +136800 ,,,,33,,,,,,,,,,,,,,,,I imagined Chii-chan's smiling face. +136900 ,,,,,,,,,,,,,,,,,,,,"An innocent smile. A light, small body like an angel. I want\nto see Chii-chan soon..." +137000 ,,,,,,,,,,,,,,,,,,,,"With those thoughts in mind, I crumpled up the tissue and\nthrew it away." +137100 ,$go join_1,,,,,,,,,,,,,,,,,,, +137200 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Komako +137300 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +137500 ,,,,,,,,,,,,,,,,,,,,"If I'm going to do it, it has to be with Komako-chan. That\ndoll-like cuteness is a rare find in this countryside." +137600 ,,,,,,,,,,,,,,,,,,,,"Alright, I've decided! I'll masturbate thinking about\nKomako-chan." +137700 ,,,,,,,,,,,,,,,,,,,,Let's start by imagining Komako-chan. Visualize her body. +137800 ,,,,,,,,,,,,,,,,,,,,I'll have Komako-chan lying on the tatami mat. I'll sit next\nto her while she's napping and rub my cock! +137900 ,,,,,,,,,,,,,,,,,,,,I've always wanted to try this~. +138100 ,,,,,2150000,,コマコ,Komako,036_CB26_k_000.wav,"komako,private",,0,,,,,,,,...Chii-chan... +138200 ,,,,,2150000,,,,,,,,,,,,,,,"As usual, Komako-chan seems to be dreaming about Chii-chan.\nEven in her sleep talk, it's Chii-chan, she must really like\nher." +138300 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan... Sometimes I wish you'd look my way too~ +138400 ,,,,,2150000,,,,,,,,,,,,,,,I accidentally let my true feelings slip out. +138500 ,,,,,2150000,,,,,,,,,,,,,,,"Maybe someday, Komako-chan will turn her attention to me.\nWith that faint hope, I gazed at Komako-chan's body." +138600 ,,,,,2150000,,,,,,,,,,,,,,,"She's slender, but her well-proportioned figure might be due\nto her foreign blood." +138700 ,,,,,2150000,,,,,,,,,,,,,,,"Komako-chan's eyelashes... they're so long. Oh, her eyebrows\nare the same color as her hair..." +138800 ,,,,,2150000,,,,,,,,,,,,,,,"Her skin is so white... I heard fair skin is sensitive to\nthe sun, so Komako-chan must be careful about sun\nprotection." +138900 ,,,,,2150000,,,,,,,,,,,,,,,"She's the same age as Chii-chan and Tenka- chan, but she has\na different kind of charm." +139000 ,,,,,2150000,,,,,,,,,,,,,,,I'm going to use Komako-chan as my fantasy material now...! +139100 ,,,,,2150000,,コマコ,Komako,036_CB26_k_001.wav,komako,,0,,,,,,,,Mmm... +139200 ,,,,,2150000,,,,,,,,,,,,,,,Komako-chan seems to be uncomfortable in her sleep. Maybe\nit's because she's wearing those stiff shorts. Poor thing.\nLet's take them off for her! +139300 ,,,,,2150000,,,,,,,,,,,,,,,"In my imagination, I took off Komako-chan's shorts." +139500 ,,,,,2150010,,コマコ,Komako,036_CB26_k_002.wav,komako,,0,,,,,,,,Phew... +139600 ,,,,,2150010,,,,,,,,,,,,,,,Komako-chan let out a sigh of relief. I guess the shorts\nwere too tight? +139700 ,,,,,2150010,,,,,,,,,,,,,,,"Oh? Komako-chan is wearing cute panties. Rabbit pattern,\nhuh? It's so girly and really nice." +139800 ,,,,,2150010,,主人公,Kiyoshi,,,,,,,,,,,,"...Huh? Komako-chan, your panties are wet?" +139900 ,,,,,2150010,,,,,,,,,,,,,,,"Could it be that it was too hot inside the shorts, and they\ngot damp?" +140000 ,,,,,2150010,,,,,,,,,,,,,,,I put my hand inside Komako-chan's panties. +140100 ,,,,,2150010,,,,,,,,,,,,,,,A damp sensation. My hand got sweaty. It seems she's\nsweating quite a bit. +140200 ,,,,,2150010,,,,,,,,,,,,,,,"...By the way, I wonder what Komako-chan's sweat smells\nlike." +140300 ,,,,,2150010,,,,,,,,,,,,,,,I brought my nose close to Komako-chan's panties. +140400 ,,,,,2150010,,,,,,,,,,,,,,,--Sniff sniff. +140500 ,,,,,2150010,,,,,,,,,,,,,,,Komako-chan's panties had a floral scent. It must be the\nsmell of fabric softener. +140600 ,,,,,2150010,,,,,,,,,,,,,,,Is it a foreign brand? I've smelled it at the supermarket\nbefore. It's from a company that's recently become famous in\nJapan. +140700 ,,,,,2150010,,,,,,,,,,,,,,,"The scent of Komako-chan's panties became stronger, probably\nbecause they were damp with sweat." +140800 ,,,,,2150010,,コマコ,Komako,036_CB26_k_003.wav,komako,,0,,,,,,,,Nnngh... Chi-chan... not there... +140900 ,,,,,2150010,,,,,,,,,,,,,,,I wonder what kind of dream Komako-chan is having. Could it\nbe a naughty dream with Chi- chan? +141000 ,,,,,2150010,,主人公,Kiyoshi,,,,,,,,,,,,Haa haa... Komako-chan... Let me smell more... +141100 ,,,,,2150010,,,,,,,,,,,,,,,I pressed my nose against Komako-chan's panties. There was\nhardly any smell of sweat. +141200 ,,,,,2150010,,,,,,,,,,,,,,,"However, when I touched my tongue to the panties, there was\na salty taste, so she must be sweating quite a bit." +141300 ,,,,,2150010,,,,,,,,,,,,,,,Maybe it's because I find Komako-chan as cute as a doll that\nI'm having these fantasies. +141400 ,,,,,2150010,,,,,,,,,,,,,,,I want to smell more and more of Komako-chan. I want to get\ncloser to her. +141500 ,,,,,2150010,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan... Komako-chan...! +141600 ,,,,,2150010,,,,,,,,,,,,,,,"As I buried my nose in Komako-chan's panties, I felt my cock\ngetting rock hard." +141700 ,,,,,2150010,,,,,,,,,,,,,,,Alright! I'm going to pull down my pants! +141800 ,,,,,2150010,,,,,,,,,,,,,,,I slid my pants down. My erect cock sprang out. +141900 ,,,,,2150010,,,,,,,,,,,,,,,"While holding my cock with one hand, I wanted something new\nand exciting." +142000 ,,,,,2150010,,,,,,,,,,,,,,,"I want to see Komako-chan's breasts... Is it okay? It's just\na fantasy, so it's fine, right...?" +142200 ,,,,,2150020,,,,,,,,,,,,,,,I slowly lifted Komako-chan's clothes. +142300 ,,,,,2150020,,,,,,,,,,,,,,,Komako-chan's chest was a bit bigger than Chi-chan's. Maybe\nit's because of her foreign blood. She might be developing\nfaster. +142400 ,,,,,2150020,,,,,,,,,,,,,,,I slipped my fingers under Komako-chan's breast. +142500 ,,,,,2150020,,,,,,,,,,,,,,,--Soft. +142600 ,,,,,2150020,,,,,,,,,,,,,,,The soft sensation. It wasn't big enough for my fingers to\nsink into the underside of her breast. +142700 ,,,,,2150020,,,,,,,,,,,,,,,The pale pink nipples suited her white skin well. +142800 ,,,,,2150020,,コマコ,Komako,036_CB26_k_004.wav,komako,,0,,,,,,,,Nn... nn... +142900 ,,,,,2150020,,,,,,,,,,,,,,,Komako-chan let out a small voice. Could it be that she felt\nsomething from having her chest touched? +143000 ,,,,,2150020,,,,,,,,,,,,,,,I tried pinching her nipple. +143100 ,,,,,2150020,,コマコ,Komako,036_CB26_k_005.wav,komako,,0,,,,,,,,"Nyaa...! Chi-chan, ah... no..." +143200 ,,,,,2150020,,,,,,,,,,,,,,,It seems like she's feeling it. +143300 ,,,,,2150020,,,,,,,,,,,,,,,"Even in my imagination, Komako-chan keeps mentioning Chi-\nchan... I'm surprised at my own image of Komako-chan." +143400 ,,,,,2150020,,,,,,,,,,,,,,,"Feeling a bit down, I pinched Komako-chan's nipple a bit\nharder." +143500 ,,,,,2150020,,コマコ,Komako,036_CB26_k_006.wav,komako,,0,,,,,,,,Hyah... ah... nyaa... +143600 ,,,,,2150020,,,,,,,,,,,,,,,I touched her as if to teach her body the sensation of a\nman's hand. +143700 ,,,,,2150020,,コマコ,Komako,036_CB26_k_007.wav,komako,,0,,,,,,,,Nfu... nn... ah... no... +143800 ,,,,,2150020,,,,,,,,,,,,,,,I teased Komako-chan's nipple with my fingertips. +143900 ,,,,,2150020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, how is it? Does it feel good?" +144000 ,,,,,2150020,,コマコ,Komako,036_CB26_k_008.wav,komako,,0,,,,,,,,Nn... it feels... good... +144100 ,,,,,2150020,,,,,,,,,,,,,,,Komako-chan answered in a dazed voice. +144200 ,,,,,2150020,,主人公,Kiyoshi,,,,,,,,,,,,Can I do something that feels even better? +144300 ,,,,,2150020,,コマコ,Komako,036_CB26_k_009.wav,komako,,0,,,,,,,,U... ua... +144400 ,,,,,2150020,,,,,,,,,,,,,,,"Her response was ambiguous, as if she was awake or asleep. I\ntook it as a yes." +144500 ,,,,,2150020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Komako-chan. I'm going to pull down your panties~♪" +144700 ,,,,,2150030,,,,,,,,,,,,,,,"I slid down Komako-chan's panties. Her cute, smooth pussy,\nthe same color as her skin, was revealed." +144800 ,,,,,2150030,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan's pussy is as white and cute as ever. +144900 ,,,,,2150030,,,,,,,,,,,,,,,"As I said that, I traced the line of Komako- chan's pussy\nwith my finger." +145000 ,,,,,2150030,,コマコ,Komako,036_CB26_k_010.wav,komako,,0,,,,,,,,Nfu... ah... nn! +145100 ,,,,,2150030,,,,,,,,,,,,,,,Komako-chan's body trembled. Was it because I touched her\nclitoris? Is Komako-chan sensitive there? +145200 ,,,,,2150030,,,,,,,,,,,,,,,"Alright, let's play with her clitoris a bit." +145300 ,,,,,2150030,,コマコ,Komako,036_CB26_k_011.wav,komako,,0,,,,,,,,Ah... nn! Nhi... +145400 ,,,,,2150030,,,,,,,,,,,,,,,It seems like Komako-chan is really feeling it. With this\nkind of reaction... could she be awake? +145500 ,,,,,2150030,,,,,,,,,,,,,,,"Even though I'm just imagining it, I'm happy to see a\nreaction either way." +145700 ,,,,,2150050,,,,,,,,,,,,,,,"Alright, I want to feel good too, so let's start\nmasturbating for real." +145800 ,,,,,2150050,,,,,,,,,,,,,,,"Thanks to my imaginary Komako-chan, my cock was standing at\nfull attention." +145900 ,,,,,2150050,,,,,,,,,,,,,,,--Shu shu shu shu! +146000 ,,,,,2150050,,,,,,,,,,,,,,,Komako-chan! Komako-chan! Komako-chan! +146100 ,,,,,2150050,,,,,,,,,,,,,,,I want to feel more of Komako-chan. I wish the real Komako-\nchan was here in front of me...! +146200 ,,,,,2150050,,,,,,,,,,,,,,,I rubbed my cock vigorously. +146300 ,,,,,2150050,,,,,,,,,,,,,,,"Even if it's impossible today, I strongly wish that someday\nI can put this cock inside Komako-chan's pussy...!" +146400 ,,,,,2150050,,,,,,,,,,,,,,,Ah! Just imagining Komako-chan's silky hair... her soft\nskin... is enough to make me cum...! +146500 ,,,,,2150050,,コマコ,Komako,036_CB26_k_012.wav,komako,,0,,,,,,,,...Uhn... Chi-chan... uncle... Chi-chan... uhn... +146600 ,,,,,2150050,,,,,,,,,,,,,,,Huh? Komako-chan is mumbling in her sleep. Was my cock\nmaking her anxious? +146700 ,,,,,2150050,,主人公,Kiyoshi,,,,,,,,,,,,"Uncle is right here, so it's okay..." +146800 ,,,,,2150050,,,,,,,,,,,,,,,"Saying that, I patted the head of my imaginary Komako-chan.\nThen, the tension on Komako-chan's face began to fade." +146900 ,,,,,2150050,,コマコ,Komako,036_CB26_k_013.wav,komako,,0,,,,,,,,Hafuu... +147000 ,,,,,2150050,,,,,,,,,,,,,,,It seems she has calmed down. My inner turmoil might have\naffected my imaginary Komako-chan. I need to get a grip! +147100 ,,,,,2150050,,コマコ,Komako,036_CB26_k_014.wav,komako,,0,,,,,,,,...Haa haa... +147200 ,,,,,2150050,,,,,,,,,,,,,,,Komako-chan's breathing is getting heavier. Just like\nmine... +147300 ,,,,,2150050,,,,,,,,,,,,,,,"My tension is flowing into my imaginary Komako-chan. If I\nget nervous, Komako-chan gets nervous too. It's like we're\none and the same." +147400 ,,,,,2150050,,,,,,,,,,,,,,,One and the same with Komako-chan!? The thought of it made\nmy hand move faster on my cock than usual. +147500 ,,,,,2150050,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan...! Komako-chan...!!! +147600 ,,,,,2150050,,,,,,,,,,,,,,,"Being one and the same with Komako-chan, what an honor...!" +147700 ,,,,,2150050,,,,,,,,,,,,,,,―Throb! +147800 ,,,,,2150050,,,,,,,,,,,,,,,My balls are aching...! I'm about to cum...! +147900 ,,,,,2150050,,,,,,,,,,,,,,,I'll cover my imaginary Komako-chan's body with it all! +148200 ,,,,,2150060,,,,,,,,,,,,,,,―Splat! Splurt! Splat! Splooosh! +148300 ,,,,,2150060,,,,,,,,,,,,,,,The sperm flew through the air and rained down on Komako-\nchan's body. +148400 ,,,,,2150060,,,,,,,,,,,,,,,"After releasing all my sperm, my hips were too exhausted to\nmove due to the intense ejaculation." +148500 ,,,,,2150060,,,,,,,,,,,,,,,It's been a while since I've released so much that my hips\nbecame this tired. +148600 ,,,,,2150060,,,,,,,,,,,,,,,―Splurt...! Splat...! Splooosh! +148700 ,,,,,2150060,,,,,,,,,,,,,,,I smeared every last drop onto Komako-chan's body. +148800 ,,,,,2150060,,,,,,,,,,,,,,,The cum stood out against Komako-chan's white skin. +148900 ,,,,,2150060,,,,,,,,,,,,,,,It was like grated yam on freshly cooked rice. +149000 ,,,,,2150060,,,,,,,,,,,,,,,"Even though I felt guilty for dirtying such a beautiful\nKomako-chan's body, even if only in my imagination, that\nguilt itself started to feel pleasurable." +149100 ,,,,,2150060,,コマコ,Komako,036_CB26_k_015.wav,komako,,0,,,,,,,,Suu... suu... Chi-chan... I love you... +149200 ,,,,,2150060,,,,,,,,,,,,,,,"Even after everything was over, Komako-chan kept talking\nabout Chi-chan." +149300 ,,,,,2150060,,,,,,,,,,,,,,,"If this is how it is in my imagination, then in my mind, the\nimage of Komako-chan as a girl who loves Chi-chan must be\nstrongly ingrained..." +149400 ,,,,,2150060,,,,,,,,,,,,,,,"I have to work hard too, so that Komako-chan will turn her\nattention to me!" +149500 ,$event_return,,,,,,,,,,,,,,,,,,, +149700 ,,,,,,,,,,,,,,,,,,,,I lowered my gaze. The tatami was stained pure white with\nthe semen I had just released. +149800 ,,,,,,,,,,,,,,,,,,,,Ah... I did it... +149900 ,,,,,,,,,,,,,,,,,,,,"I impulsively splattered it onto the tatami. I mean,\nejaculating into a tissue while fantasizing felt like such a\nwaste..." +150000 ,,,,,,,,,,,,,,,,,,,,"I sighed, thinking that cleaning up would be a hassle..." +150100 ,$go join_1,,,,,,,,,,,,,,,,,,, +150200 ,*sel_1c,,,,,,,,,,,,,,,,,,,■BTenka +150300 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +150500 ,,,,,3140000,,,,,,,,,,,,,,,"It's gotta be Tenka-chan here! Tenka-chan wants to be an\nidol, and she's a bit precocious and super cute!" +150600 ,,,,,3140000,,,,,,,,,,,,,,,"Let's fantasize about Tenka-chan. I've seen Tenka-chan\nnapping before, so the recreation should be quite accurate!" +150700 ,,,,,3140000,,,,,,,,,,,,,,,"Tenka-chan's hair is always so shiny. It's amazing how\nbeautiful her black hair is, just like an idol." +150800 ,,,,,3140000,,甜花,Tenka,036_CB26_t_000.wav,"tenka,private",,0,,,,,,,,Suu... suu... +150900 ,,,,,3140000,,,,,,,,,,,,,,,"Tenka-chan is sleeping, letting out small breaths." +151000 ,,,,,3140000,,,,,,,,,,,,,,,"But Tenka-chan, isn't a shoulder-baring outfit a bit too\nsexy?" +151100 ,,,,,3140000,,,,,,,,,,,,,,,And her belly button is exposed too. Wearing such an\nindecent outfit... Kids these days are outrageous! But I'm\nhappy! +151200 ,,,,,3140000,,甜花,Tenka,036_CB26_t_001.wav,tenka,,0,,,,,,,,Nmm... suu... suu... +151300 ,,,,,3140000,,,,,,,,,,,,,,,"Looking at Tenka-chan's innocent sleeping face, a\nmischievous feeling started to well up inside me." +151400 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,This is just a fantasy... this is just a fantasy... +151500 ,,,,,3140000,,,,,,,,,,,,,,,I bring my tongue close to her belly button. +151600 ,,,,,3140000,,,,,,,,,,,,,,,Tenka-chan's belly button... her belly button! +151700 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,Lick... lick lick... lick! +151800 ,,,,,3140000,,,,,,,,,,,,,,,"Tenka-chan's belly button... it smells like soap! As I lick,\nthe taste of sweat spreads in my mouth." +151900 ,,,,,3140000,,,,,,,,,,,,,,,"Since she's showing her stomach, she can't complain about\nthis, right? Tenka-chan!" +152000 ,,,,,3140000,,,,,,,,,,,,,,,"Alright, let's do something even more daring. What I really\nwant to do now is... see Tenka- chan's panties." +152100 ,,,,,3140000,,,,,,,,,,,,,,,"Her plump legs sticking out from her shorts are\nirresistible, but I really want to see her panties!" +152200 ,,,,,3140000,,,,,,,,,,,,,,,"This is my fantasy world, so I can do anything! Even without\nusing my hands, I can undo Tenka-chan's pants button!" +152400 ,,,,,3140010,,,,,,,,,,,,,,,Time to open Tenka-chan's pants! +152500 ,,,,,3140010,,,,,,,,,,,,,,,"Hmm, hmm. Today it's polka dot panties. Tenka-chan usually\ndresses a bit maturely, but her panties are age-appropriate♪" +152600 ,,,,,3140010,,甜花,Tenka,036_CB26_t_002.wav,tenka,,0,,,,,,,,Nn... nn... +152700 ,,,,,3140010,,,,,,,,,,,,,,,Tenka-chan is groaning a little. Did she notice that her\npants button came undone? +152800 ,,,,,3140010,,甜花,Tenka,036_CB26_t_003.wav,tenka,,0,,,,,,,,...Ugh +152900 ,,,,,3140010,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, I'm right here with you." +153000 ,,,,,3140010,,,,,,,,,,,,,,,I said that while continuing to stroke myself beside Tenka-\nchan. +153100 ,,,,,3140010,,甜花,Tenka,036_CB26_t_004.wav,tenka,,0,,,,,,,,Nn... +153200 ,,,,,3140010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, Tenka-chan! You're so cute! So cute!" +153300 ,,,,,3140010,,,,,,,,,,,,,,,--shiko shiko shiko shiko! +153400 ,,,,,3140010,,,,,,,,,,,,,,,I keep stroking desperately. But it feels like something is\nstill missing. That's it! Breasts! It's the breasts that are\nmissing! +153500 ,,,,,3140010,,,,,,,,,,,,,,,"Alright! Let's reveal the breasts too! Come forth, breasts!" +153700 ,,,,,3140020,,,,,,,,,,,,,,,"With a swift motion, Tenka-chan's clothes were lifted,\nrevealing two small buds." +153800 ,,,,,3140020,,,,,,,,,,,,,,,Whoa! It's Tenka-chan's nipples! Her nipples have appeared! +153900 ,,,,,3140020,,,,,,,,,,,,,,,"In my imagination, I can do whatever I want!" +154000 ,,,,,3140020,,,,,,,,,,,,,,,Tenka-chan's chest is about the size between Chii-chan and\nKomako-chan. I think it's just the right size. +154100 ,,,,,3140020,,甜花,Tenka,036_CB26_t_005.wav,tenka,,0,,,,,,,,So... cold... +154200 ,,,,,3140020,,,,,,,,,,,,,,,Tenka-chan's eyebrows twitched. Is she cold? Then I have to\nwarm her up! +154300 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,I'll warm up Tenka-chan's body for you...! +154400 ,,,,,3140020,,,,,,,,,,,,,,,"To warm her up, it's best to use body heat, right? I feel\nlike my tongue has a high temperature. So, I'll warm up\nTenka-chan's body with this tongue." +154500 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,Lick... lick lick +154600 ,,,,,3140020,,甜花,Tenka,036_CB26_t_006.wav,tenka,,0,,,,,,,,Nn... ah... nn... +154700 ,,,,,3140020,,,,,,,,,,,,,,,Tenka-chan is squirming. Is she warming up? Then let's keep\nwarming her up! +154800 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,Lick lick lick... lick lick...! +154900 ,,,,,3140020,,甜花,Tenka,036_CB26_t_007.wav,tenka,,0,,,,,,,,Nn... ahh... nhia... +155000 ,,,,,3140020,,,,,,,,,,,,,,,Tenka-chan's heart is pounding... It feels like her body\ntemperature is gradually rising. +155100 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, how is it? Are you not cold anymore?" +155200 ,,,,,3140020,,甜花,Tenka,036_CB26_t_008.wav,tenka,,0,,,,,,,,Ugh... hot... hot... +155300 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,Hot!? Then I'll cool your body with my saliva. +155400 ,,,,,3140020,,,,,,,,,,,,,,,I filled my mouth with saliva and licked Tenka-chan's\nbreasts thoroughly. +155500 ,,,,,3140020,,甜花,Tenka,036_CB26_t_009.wav,tenka,,0,,,,,,,,Fwa... nn... ahh... +155600 ,,,,,3140020,,,,,,,,,,,,,,,"Tenka-chan's cheeks are turning red. Is she feeling it?\nAlright, I need to cool her down more." +155700 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,Lick... slurp... +155800 ,,,,,3140020,,,,,,,,,,,,,,,"Ugh... As I licked Tenka-chan's breasts, my dick started\ntingling even more." +155900 ,,,,,3140020,,,,,,,,,,,,,,,Maybe I should just let one out quickly. +156000 ,,,,,3140020,,,,,,,,,,,,,,,--Stroke stroke stroke stroke! +156100 ,,,,,3140020,,甜花,Tenka,036_CB26_t_010.wav,tenka,,0,,,,,,,,Nn... ah... haah... +156200 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, Tenka-chan!" +156300 ,,,,,3140020,,,,,,,,,,,,,,,I was absorbed in stroking my dick. The small waves of\npleasure gradually turned into a bigger sensation. +156400 ,,,,,3140020,,,,,,,,,,,,,,,I can't hold it anymore...! Tenka-chan! +156600 ,,,,33,,,,,,,,,,,,,,,,"Thinking of Tenka-chan, I ejaculated into a tissue." +156700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Hah hah. ...Ah, I should have splattered it on Tenka-\nchan's body..." +156800 ,,,,,,,,,,,,,,,,,,,,"Even in my fantasies, I held back. But my dick is still full\nof energy." +156900 ,,,,,,,,,,,,,,,,,,,,"I can easily go for another round. Next time, I'll make sure\nto aim for Tenka-chan's body." +157000 ,,,,,3140020,,,,,,,,,,,,,,,"Alright, time to start stroking again!" +157100 ,,,,,3140020,,,,,,,,,,,,,,,"For the second round, I need something a bit more intense.\nThat's it, I'll pull down Tenka-chan's panties!" +157200 ,,,,,3140020,,,,,,,,,,,,,,,This is a fantasy world... I can do anything here! +157400 ,,,,,3140030,,,,,,,,,,,,,,,"Tenka-chan's panties slowly slide down. Her smooth, hairless\nslit is completely exposed." +157500 ,,,,,3140030,,主人公,Kiyoshi,,,,,,,,,,,,Hah hah... Tenka-chan's slit... it's so beautiful...! +157600 ,,,,,3140030,,,,,,,,,,,,,,,I wonder if Tenka-chan is still masturbating? Let's check by\nobserving her pussy. +157700 ,,,,,3140030,,,,,,,,,,,,,,,I gently reach out my hand to Tenka-chan's pussy. +157800 ,,,,,3140030,,,,,,,,,,,,,,,--Squelch. +157900 ,,,,,3140030,,,,,,,,,,,,,,,"Oh? Tenka-chan. It seems like your pussy is wet. It's not\npee... which means, could it be...?" +158000 ,,,,,3140030,,主人公,Kiyoshi,,,,,,,,,,,,"Lick... ah, it's love juice...!" +158100 ,,,,,3140030,,,,,,,,,,,,,,,"The liquid on her pussy had a slightly salty, fishy taste...\nthe taste of love juice." +158200 ,,,,,3140030,,,,,,,,,,,,,,,I spread Tenka-chan's pussy open and check the color of her\nlabia. +158300 ,,,,,3140030,,,,,,,,,,,,,,,The labia were a beautiful pale pink. I moved my tongue\nalong the labia. +158400 ,,,,,3140030,,甜花,Tenka,036_CB26_t_011.wav,tenka,,0,,,,,,,,Ah... nn... Hah hah...♪ +158500 ,,,,,3140030,,,,,,,,,,,,,,,Tenka-chan's body twitches and trembles. Is she feeling it?\nIs she feeling it with my tongue? +158600 ,,,,,3140030,,甜花,Tenka,036_CB26_t_012.wav,tenka,,0,,,,,,,,Ah... ah... nn!!! +158700 ,,,,,3140030,,,,,,,,,,,,,,,"Tenka-chan's body arched back completely. It seems she\nclimaxed. Yet, Tenka-chan doesn't wake up. This fantasy\nworld is so convenient..." +158800 ,,,,,3140030,,,,,,,,,,,,,,,"Alright, next I'll squeeze her breasts!" +158900 ,,,,,3140040,,,,,,,,,,,,,,,"Tenka-chan's developing breasts weren't quite graspable yet,\nbut they were slightly swollen." +159200 ,,,,,3140040,,,,,,,,,,,,,,,"I squeeze Tenka-chan's breasts, focusing on the nipples." +159300 ,,,,,3140040,,甜花,Tenka,036_CB26_t_013.wav,tenka,,0,,,,,,,,Fwa... n-no... +159400 ,,,,,3140040,,,,,,,,,,,,,,,"Tenka-chan says no with her mouth, but she looks a bit\nhappy." +159500 ,,,,,3140040,,,,,,,,,,,,,,,Could this be one of those 'no means yes' situations? +159600 ,,,,,3140040,,,,,,,,,,,,,,,Alright! I'll do my best to tease her~! +159700 ,,,,,3140040,,,,,,,,,,,,,,,"While squeezing Tenka-chan's breasts, I occasionally\nstimulate her nipples with my fingertips." +159800 ,,,,,3140040,,,,,,,,,,,,,,,This is how you increase the sensitivity of growing breasts. +159900 ,,,,,3140040,,甜花,Tenka,036_CB26_t_014.wav,tenka,,0,,,,,,,,Ahh... nn... ah... +160000 ,,,,,3140040,,,,,,,,,,,,,,,"Tenka-chan looks pleased, with the corners of her mouth\nlifted." +160100 ,,,,,3140040,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... don't let your breasts get any bigger... +160200 ,,,,,3140040,,,,,,,,,,,,,,,I voiced my own desires. +160300 ,,,,,3140040,,主人公,Kiyoshi,,,,,,,,,,,,"Smaller breasts are more suited for models. You can aim to\nbe a model, not just an idol." +160400 ,,,,,3140040,,主人公,Kiyoshi,,,,,,,,,,,,I'm sure Tenka-chan can become any kind of celebrity~♪ +160500 ,,,,,3140040,,,,,,,,,,,,,,,I said that while squeezing Tenka-chan's breasts and\ncontinued to rub my cock. +160600 ,,,,,3140040,,甜花,Tenka,036_CB26_t_015.wav,tenka,,0,,,,,,,,Oji-sa... nn... haa haa... +160700 ,,,,,3140040,,,,,,,,,,,,,,,"Tenka-chan called my name! Even if it's in my imagination,\nI'm happy!" +160800 ,,,,,3140050,,主人公,Kiyoshi,,,,,,,,,,,,I can't hold back anymore! Tenka-chan is too cute! +160900 ,,,,,3140050,,,,,,,,,,,,,,,I shouted loudly while vigorously stroking my cock. +161000 ,,,,,3140050,,,,,,,,,,,,,,,"Tenka-chan's sleeping face is innocent and cute. Usually,\nshe's mature and prickly, but her sleeping face is age-\nappropriate and cute!" +161100 ,,,,,3140050,,,,,,,,,,,,,,,Seeing such a cute face... my cock is rock hard! +161200 ,,,,,3140050,,,,,,,,,,,,,,,I feel a twinge around my balls. It seems like the second\nround is about to come. +161300 ,,,,,3140050,,,,,,,,,,,,,,,I won't make the same mistake as before. +161400 ,,,,,3140050,,,,,,,,,,,,,,,"This time, I'll spray it all over Tenka- chan's body!" +161500 ,,,,,3140050,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, I'm going to cum! I'll cover your body with\nfresh sperm!" +161600 ,,,,,3140050,,,,,,,,,,,,,,,"Ready to fire, okay! I'll spray it all at once!" +161700 ,,,,,3140050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm cumming! I'm cumming, Tenka-chan! Tenka- chan!" +162000 ,,,,,3140060,,,,,,,,,,,,,,,――Splat! Splat! Splat! Splat! +162100 ,,,,,3140060,,,,,,,,,,,,,,,Sperm shot out forcefully from the tip. +162200 ,,,,,3140060,,,,,,,,,,,,,,,A lot of sperm came out with a whoosh. My balls twinged.\nMore sperm came out than the first time. +162300 ,,,,,3140060,,,,,,,,,,,,,,,Tenka-chan's body ended up covered in sperm. +162400 ,,,,,3140060,,,,,,,,,,,,,,,"Ah, there's sperm on her face too..." +162500 ,,,,,3140060,,甜花,Tenka,036_CB26_t_016.wav,tenka,,0,,,,,,,,Nn... ah... lick. +162600 ,,,,,3140060,,,,,,,,,,,,,,,Huh!? +162700 ,,,,,3140060,,,,,,,,,,,,,,,Did Tenka-chan just lick my sperm!? Did she mistake it for\ncandy? +162800 ,,,,,3140060,,甜花,Tenka,036_CB26_t_017.wav,tenka,,0,,,,,,,,...gulp. +162900 ,,,,,3140060,,,,,,,,,,,,,,,Tenka-chan's slender neck moved. She drank my sperm...\nTenka-chan drank it! +163000 ,,,,,3140060,,,,,,,,,,,,,,,I'm so happy! +163100 ,,,,,3140060,,,,,,,,,,,,,,,"Even though it's just in my imagination, Tenka-chan drank my\nsperm. There's nothing more blissful than having the girl I\nlike drink my sperm!" +163200 ,$event_return,,,,,,,,,,,,,,,,,,, +163400 ,,,,,,,,,,,,,,,,,,,,I ended my fantasy while basking in happiness. +163500 ,,,,,,,,,,,,,,,,,,,,Masturbating while imagining Tenka-chan was really exciting. +163600 ,,,,,,,,,,,,,,,,,,,,"It's nice to masturbate to Tenka-chan's usual tsundere\nattitude, but sometimes it's also nice to do it to her calm\nsleeping face." +163700 ,,,,,,,,,,,,,,,,,,,,"Next time, I want to do it to her real sleeping face..." +163800 ,,,,,,,,,,,,,,,,,,,,I wonder if she'll react like in today's fantasy? Or will\nshe be more tsundere even in her sleep? +163900 ,,,,,,,,,,,,,,,,,,,,"Either way, I'm looking forward to it." +164000 ,,,,,,,,,,,,,,,,,,,,"No matter what kind of Tenka-chan it is, her reactions are\nalways fresh and cute." +164100 ,,,,,,,,,,,,,,,,,,,,"So next time, I want to teach the real Tenka- chan, step by\nstep, to become an erotic body..." +164200 ,,,,,,,,,,,,,,,,,,,,Tenka-chan... will you show up tomorrow? +164300 ,,,,,,,,,,,,,,,,,,,,I'm really looking forward to the next time we meet...♪ +164400 ,$go join_1,,,,,,,,,,,,,,,,,,, +164500 ,*sel_1d,,,,,,,,,,,,,,,,,,,■CEveryone +164600 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +164700 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +164800 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +165000 ,,,,,,,,,,,,,,,,,,,,"I can't choose just one! Since it's just a fantasy, I should\nimagine everyone and enjoy it!" +165100 ,,,,,,,,,,,,,,,,,,,,"To masturbate, I enhance my imagination. I recall Chie-\nchan's clothes, Komako-chan's skin texture, and Tenka-chan's\nsilky hair." +165200 ,,,,,,,,,,,,,,,,,,,,"And then, I'll make it a perfect fantasy masturbation with\n100% accuracy!" +165400 ,,,,,4130000,,,,,,,,,,,,,,,"Chie-chan, Komako-chan, and Tenka-chan... They're all\nsleeping with blissful expressions." +165500 ,,,,,4130000,,千恵,Chie,036_CB26_c_024.wav,chie,,0,,,,,,,,Munya... munya... +165600 ,,,,,4130000,,コマコ,Komako,036_CB26_k_016.wav,komako,,0,,,,,,,,Suu... suu... +165700 ,,,,,4130000,,甜花,Tenka,036_CB26_t_018.wav,tenka,,0,,,,,,,,Faa... nnu... +165800 ,,,,,4130000,,,,,,,,,,,,,,,They all have innocent faces and are so cute... +165900 ,,,,,4130000,,,,,,,,,,,,,,,"Alright, in my fantasy, I'll make all three of them feel\ngood!" +166000 ,,,,,4130000,,千恵,Chie,036_CB26_c_025.wav,chie,,0,,,,,,,,Hey... chan... +166100 ,,,,,4130000,,,,,,,,,,,,,,,"Chie-chan is calling me. Her mouth is moving in her sleep,\nbut her mind seems to be in a dream." +166200 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,It's okay. Uncle will make Chie-chan and the others feel\namazing♪ +166300 ,,,,,4130000,,,,,,,,,,,,,,,"Saying that, I reached out to everyone's skirts." +166500 ,,,,,4130010,,,,,,,,,,,,,,,"Chie-chan has plain panties. Komako-chan has rabbit-\npatterned panties. Tenka-chan has polka dot panties. They're\nall different, and they're all great!" +166600 ,,,,,4130010,,,,,,,,,,,,,,,"I wonder if, like their panties' patterns, they each have a\nunique scent?" +166700 ,,,,,4130010,,,,,,,,,,,,,,,"Let's sniff the panties. Surely, they all have different\nscents." +166800 ,,,,,4130010,,,,,,,,,,,,,,,"First, it's Chie-chan's panties." +166900 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Suuuu! Haa haa... sniff sniff...! +167000 ,,,,,4130010,,千恵,Chie,036_CB26_c_026.wav,chie,,0,,,,,,,,Nn... faa... +167100 ,,,,,4130010,,,,,,,,,,,,,,,Chie-chan's body shivered slightly. Her panties became\nslightly wet. I wonder what's happening? Is she feeling it? +167200 ,,,,,4130010,,,,,,,,,,,,,,,Sniff sniff... Chie-chan's panties have a slight smell of\npee. +167300 ,,,,,4130010,,,,,,,,,,,,,,,I want to smell more of Chie-chan's scent. +167400 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Suuuu haa! Suuuu haaa...! +167500 ,,,,,4130010,,,,,,,,,,,,,,,The scent of Chie-chan's panties tickles my nostrils. +167600 ,,,,,4130010,,,,,,,,,,,,,,,"Right now, I'm only breathing through my nose. And this nose\nis pressed against Chie- chan's panties." +167700 ,,,,,4130010,,,,,,,,,,,,,,,"In other words, I'm living off the scent of Chie-chan's\npanties right now...! To experience such supreme pleasure\nthrough this...! It's the best!" +167800 ,,,,,4130010,,コマコ,Komako,036_CB26_k_017.wav,komako,,0,,,,,,,,Mua... nn... Chie... chan... +167900 ,,,,,4130010,,,,,,,,,,,,,,,"Next to Chie-chan, Komako-chan murmured in her sleep." +168000 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,N-Next is Komako-chan's turn! +168100 ,,,,,4130010,,,,,,,,,,,,,,,I pressed my nose against Komako-chan's panties. +168200 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,...Sniff sniff... suuu... suuu... +168300 ,,,,,4130010,,コマコ,Komako,036_CB26_k_018.wav,komako,,0,,,,,,,,Nn... nooo... Chie-chan... that's naughty... +168400 ,,,,,4130010,,,,,,,,,,,,,,,"Does Komako-chan think Chie-chan is smelling her panties?\nToo bad. It's me, the uncle, who's smelling them!" +168500 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Suuuuu! Suuuuuu! Haaa... fuuu +168600 ,,,,,4130010,,,,,,,,,,,,,,,Komako-chan's panties smell like fabric softener. Maybe she\ndoesn't sweat much? +168700 ,,,,,4130010,,,,,,,,,,,,,,,"Unlike Chie-chan, there's no pee smell. Rather, Komako-\nchan's panties have a stronger scent of clothes." +168800 ,,,,,4130010,,コマコ,Komako,036_CB26_k_019.wav,komako,,0,,,,,,,,Faa... Chie-cha... Chie-chan... nooo... +168900 ,,,,,4130010,,,,,,,,,,,,,,,Komako-chan is moaning softly. Something warm and moist is\nseeping from inside her panties. +169000 ,,,,,4130010,,,,,,,,,,,,,,,It's love juice! Komako-chan... she thinks Chie-chan is\nsmelling her panties and she's getting wet! +169100 ,,,,,4130010,,,,,,,,,,,,,,,Komako-chan really loves Chie-chan... I'm a bit jealous. +169200 ,,,,,4130010,,甜花,Tenka,036_CB26_t_019.wav,tenka,,0,,,,,,,,Uaa... kuu... kuu... +169300 ,,,,,4130010,,,,,,,,,,,,,,,"Oops, I need to smell Tenka-chan's scent too." +169400 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Sniff sniff... suuu... suuuuu! +169500 ,,,,,4130010,,,,,,,,,,,,,,,Tenka-chan's panties have a sweaty smell. Maybe she's been\npracticing dancing a lot lately and got really sweaty? +169600 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Sniff sniff... +169700 ,,,,,4130010,,甜花,Tenka,036_CB26_t_020.wav,tenka,,0,,,,,,,,Nn... faa... +169800 ,,,,,4130010,,,,,,,,,,,,,,,Oops. It seems my nose has pressed into Tenka-chan's\npanties. +169900 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Fuuu... ah... sniff sniff sniff! +170000 ,,,,,4130010,,甜花,Tenka,036_CB26_t_021.wav,tenka,,0,,,,,,,,Yaa... nn... ah... naa...♪ +170100 ,,,,,4130010,,,,,,,,,,,,,,,Is Tenka-chan feeling it? She's rubbing her thighs together. +170200 ,,,,,4130010,,,,,,,,,,,,,,,Let's lick it while we're at it. Where's Tenka-chan's\nclitoris? Is it here? +170300 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Lick lick...! +170400 ,,,,,4130010,,甜花,Tenka,036_CB26_t_022.wav,tenka,,0,,,,,,,,Nku! ...Ah! Faa...! +170500 ,,,,,4130010,,,,,,,,,,,,,,,"When I poke her pussy with my tongue over her panties, my\ntongue hits something like a small bean." +170600 ,,,,,4130010,,甜花,Tenka,036_CB26_t_023.wav,tenka,,0,,,,,,,,Haa... haa...♪ Naa... +170700 ,,,,,4130010,,,,,,,,,,,,,,,"It seems Tenka-chan feels the most from this clitoris. Apart\nfrom my saliva, a warm liquid is soaking Tenka-chan's\npanties." +170800 ,,,,,4130010,,,,,,,,,,,,,,,All three of them are so cute. Just imagining it made my\ndick rock hard! +170900 ,,,,,4130010,,,,,,,,,,,,,,,"I want to see more of their sexy outfits! I want to touch\nmore of their naked bodies...! Alright, let's lift up their\ntops!" +171000 ,,,,,4130020,,,,,,,,,,,,,,,"I slowly open everyone's tops. Their developing breasts,\neach with their own unique charm, are fully exposed." +171300 ,,,,,4130020,,,,,,,,,,,,,,,"The biggest breasts belong to Komako-chan, right? Then\nTenka-chan's are next, and the smallest are Chie-chan's." +171400 ,,,,,4130020,,,,,,,,,,,,,,,There's no such thing as the best. Breasts are all\nwonderful. +171500 ,,,,,4130020,,,,,,,,,,,,,,,Maybe the feel of their nipples is different too. +171600 ,,,,,4130020,,,,,,,,,,,,,,,"In my imagination, I can do whatever I want. Alright, let's\nstart with the biggest, Komako-chan, and check the feel." +171800 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Smooch... smooch... +171900 ,,,,,4130020,,コマコ,Komako,036_CB26_k_020.wav,komako,,0,,,,,,,,Ah... faa... +172000 ,,,,,4130020,,,,,,,,,,,,,,,Komako-chan's breasts are overall soft and squishy. They\nmust be just starting to develop. +172100 ,,,,,4130020,,,,,,,,,,,,,,,"Next, let's check the sensitivity of her nipples." +172200 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Smoooch! Smooch... smoooch! +172300 ,,,,,4130020,,コマコ,Komako,036_CB26_k_021.wav,komako,,0,,,,,,,,Hyaa... nyaa... no... Chii-chan...! That's a weak spot... +172400 ,,,,,4130020,,,,,,,,,,,,,,,"I see, Komako-chan's nipples are sensitive. Every time I\nlicked them, they got harder." +172500 ,,,,,4130020,,千恵,Chie,036_CB26_c_027.wav,chie,,0,,,,,,,,Nnngh... Oichan... +172600 ,,,,,4130020,,,,,,,,,,,,,,,Chii-chan called for me. She might be unconsciously seeking\nme. I have to meet her expectations! +172800 ,,,,,4130020,,,,,,,,,,,,,,,"I licked Chii-chan's small breasts with my tongue. Compared\nto Komako-chan, Chii-chan's breasts are a bit firmer. And\nher nipples are also stiff." +172900 ,,,,,4130020,,千恵,Chie,036_CB26_c_028.wav,chie,,0,,,,,,,,Nn... nyaa... Oichan... +173000 ,,,,,4130020,,,,,,,,,,,,,,,"Chii-chan must understand that I'm licking her. Even in my\nimagination, it makes me really happy." +173100 ,,,,,4130020,,千恵,Chie,036_CB26_c_029.wav,chie,,0,,,,,,,,Nn... nnnngh...! +173200 ,,,,,4130020,,,,,,,,,,,,,,,Chii-chan's nipples are rock hard. They were as stiff and\nerect as a man's dick. +173300 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Smooch... smooch...! Lick lick lick lick! +173400 ,,,,,4130020,,千恵,Chie,036_CB26_c_030.wav,chie,,0,,,,,,,,Nyaa...! Oichan...! Oichan♪ +173500 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan...! Chii-chan's breasts are delicious! +173600 ,,,,,4130020,,甜花,Tenka,036_CB26_t_024.wav,tenka,,0,,,,,,,,Fwaa... n~♪ +173700 ,,,,,4130020,,,,,,,,,,,,,,,"Ah, I have to pay attention to Tenka-chan too. Handling\nthree at once is busy work~." +173800 ,,,,,4130020,,,,,,,,,,,,,,,"Now, Tenka-chan's breasts are well-balanced overall. Let's\nsee how they feel to lick." +174000 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Lick... lick lick...! +174100 ,,,,,4130020,,,,,,,,,,,,,,,The deeper part of the breast is a bit firm. Is it a lump\nfor future growth? +174200 ,,,,,4130020,,甜花,Tenka,036_CB26_t_025.wav,tenka,,0,,,,,,,,Nn... nnngh... +174300 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan's breasts... are easy to lick~♪ +174400 ,,,,,4130020,,,,,,,,,,,,,,,The nipples seem a bit larger than Chii- chan's. That makes\nthem easier to lick. +174500 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Nn... smooch... slurp slurp +174600 ,,,,,4130020,,甜花,Tenka,036_CB26_t_026.wav,tenka,,0,,,,,,,,Ahh... ah...! Ahh...♪ +174700 ,,,,,4130020,,,,,,,,,,,,,,,Tenka-chan might be the most sensitive. Her body is\ntrembling greatly. +174900 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, next, let's compare everyone's vaginas! Here we go!" +175000 ,,,,,4130020,,,,,,,,,,,,,,,--Gaba! +175100 ,,,,,4130020,,,,,,,,,,,,,,,I pulled down everyone's skirts and pants. +175200 ,,,,,4130030,,,,,,,,,,,,,,,What a view! Everyone has beautiful slits. +175400 ,,,,,4130030,,,,,,,,,,,,,,,Komako-chan's seems the pinkest. Is it because of her\nforeign blood? +175500 ,,,,,4130030,,,,,,,,,,,,,,,"It contrasts beautifully with her white skin, very pretty." +175600 ,,,,,4130030,,,,,,,,,,,,,,,Chii-chan's vagina is tightly closed. +175700 ,,,,,4130030,,,,,,,,,,,,,,,Tenka-chan's vagina has slightly larger labia than the\nothers. It looks soft and easy to touch. +175800 ,,,,,4130030,,,,,,,,,,,,,,,"Looking at everyone's vaginas, I started to get excited. My\ndick was suddenly bulging with veins and standing erect." +175900 ,,,,,4130030,,,,,,,,,,,,,,,"Since we're at it, let's lick everyone's vaginas while\njerking off!" +176000 ,,,,,4130030,,,,,,,,,,,,,,,Let's start with Tenka-chan. +176200 ,,,,,3140030,,,,,,,,,,,,,,,"Tenka-chan's vagina smells like sweat, as expected. Hm? It's\na bit salty... Is this the taste of her love juices?" +176300 ,,,,,3140030,,,,,,,,,,,,,,,"Alright, since it's a fantasy, let's rub my dick on Tenka-\nchan's cheek and have her hold it!" +176400 ,,,,,3140030,,甜花,Tenka,036_CB26_t_027.wav,tenka,,0,,,,,,,,Nn... Nn... Nmm... +176500 ,,,,,3140030,,,,,,,,,,,,,,,"When I pressed my dick against her cheek, Tenka-chan looked\na bit displeased." +176600 ,,,,,3140030,,主人公,Kiyoshi,,,,,,,,,,,,Haa haa...! Let's try Tenka-chan's armpits too! +176700 ,,,,,3140030,,,,,,,,,,,,,,,"Maybe because Tenka-chan exercises a lot, her upper arms\nwere toned. Thanks to that, the armpit job feels amazing!" +176800 ,,,,,3140030,,甜花,Tenka,036_CB26_t_028.wav,tenka,,0,,,,,,,,Nn... Nn... Ah... +176900 ,,,,,3140030,,主人公,Kiyoshi,,,,,,,,,,,,That's it! That's it! Tenka-chan...! +177000 ,,,,,3140030,,,,,,,,,,,,,,,I can't hold it anymore! I'm going to cum all over Tenka-\nchan's body! +177300 ,,,,,3140060,,,,,,,,,,,,,,,--Splat! Splat! Splurt splurt! +177400 ,,,,,3140060,,甜花,Tenka,036_CB26_t_029.wav,tenka,,0,,,,,,,,Mmm... Ah... It stinks... +177500 ,,,,,3140060,,,,,,,,,,,,,,,Tenka-chan's body was completely covered in my semen. +177600 ,,,,,3140060,,,,,,,,,,,,,,,I wonder if my semen really smells that bad? But being told\nit stinks by a beautiful girl like Tenka-chan isn't so bad. +177700 ,,,,,3140060,,,,,,,,,,,,,,,"Alright, let's move on. There are two more to go. It\nwouldn't be fair to keep them waiting." +177800 ,,,,,3140060,,,,,,,,,,,,,,,Next is Komako-chan! +178000 ,,,,,2150030,,主人公,Kiyoshi,,,,,,,,,,,,I'll cover Komako-chan with lots too...! +178100 ,,,,,2150030,,コマコ,Komako,036_CB26_k_022.wav,komako,,0,,,,,,,,Nn... Nnn... +178200 ,,,,,2150030,,,,,,,,,,,,,,,Komako-chan was sleeping soundly. Her cherry blossom-colored\nlips were letting out faint breathing sounds. +178300 ,,,,,2150030,,コマコ,Komako,036_CB26_k_023.wav,komako,,0,,,,,,,,Suu... Suu... +178400 ,,,,,2150030,,,,,,,,,,,,,,,--Shushushushu! +178500 ,,,,,2150030,,コマコ,Komako,036_CB26_k_024.wav,komako,,0,,,,,,,,Suu... Suu... +178600 ,,,,,2150030,,,,,,,,,,,,,,,"It's kind of boring when there's no reaction... Alright,\nlet's try bringing my cock closer to her nose!" +178800 ,,,,,2150050,,コマコ,Komako,036_CB26_k_025.wav,komako,,0,,,,,,,,...Yaa... Nn... Noo... +178900 ,,,,,2150050,,,,,,,,,,,,,,,She made a displeased face. +179000 ,,,,,2150050,,,,,,,,,,,,,,,But even that face of Komako-chan is irresistibly cute! I'm\ngetting excited! +179100 ,,,,,2150050,,,,,,,,,,,,,,,"I vigorously stroke my cock. Even though I just came all\nover Tenka-chan, I'm about to cum again." +179200 ,,,,,2150050,,コマコ,Komako,036_CB26_k_026.wav,komako,,0,,,,,,,,...Nn... Nnn... +179300 ,,,,,2150050,,,,,,,,,,,,,,,"I pressed my cock against Komako-chan's entire body. Her\nlips, behind her ears, her collarbone, and her breasts." +179400 ,,,,,2150050,,,,,,,,,,,,,,,My cock was so swollen it felt like it was about to burst.\nI'm reaching my limit. +179500 ,,,,,2150050,,主人公,Kiyoshi,,,,,,,,,,,,I'm going to cover Komako-chan's white skin with my\nsemen...! +179800 ,,,,,2150060,,,,,,,,,,,,,,,--Splat! Splurt! +179900 ,,,,,2150060,,コマコ,Komako,036_CB26_k_027.wav,komako,,0,,,,,,,,Nn... Yaa... Ah... Nnn... +180000 ,,,,,2150060,,,,,,,,,,,,,,,I splattered semen all over Komako-chan's body. Let's rub it\nin with my cock while I'm at it. +180100 ,,,,,2150060,,コマコ,Komako,036_CB26_k_028.wav,komako,,0,,,,,,,,Haa... Nn... Nooo... Chi-chan... +180200 ,,,,,2150060,,,,,,,,,,,,,,,"Even while being smeared with semen by my cock, Komako-chan\nis still thinking about Chi-chan." +180400 ,,,,,1160050,,,,,,,,,,,,,,,"Alright, next is Chi-chan. I'll splatter semen all over her\ndefenseless body." +180500 ,,,,,1160050,,千恵,Chie,036_CB26_c_031.wav,chie,,0,,,,,,,,Nn... Oi-chan... +180600 ,,,,,1160050,,,,,,,,,,,,,,,Chi-chan's body has fewer curves compared to Komako-chan and\nthe others. But I think that's the best charm of Chi-chan's\nbody. +180700 ,,,,,1160050,,千恵,Chie,036_CB26_c_032.wav,chie,,0,,,,,,,,Fwa... Nn... +180800 ,,,,,1160050,,,,,,,,,,,,,,,Chi-chan's belly is a bit round. Let's rub my cock against\nit. +180900 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, your belly is so soft and nice...!" +181000 ,,,,,1160050,,,,,,,,,,,,,,,"Chi-chan's belly was soft and bouncy. It didn't give a clear\nsense of pleasure, but the fact that I was pressing against\nit excited me." +181100 ,,,,,1160050,,,,,,,,,,,,,,,"Alright, I've enjoyed the belly, so next, let's savor the\nmain dish: her armpits." +181200 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,Armpit job with Chi-chan's armpits...! I've always wanted to\ntry this! +181300 ,,,,,1160050,,,,,,,,,,,,,,,--Shushushushu! +181400 ,,,,,1160050,,,,,,,,,,,,,,,"Chi-chan's armpits were soft and very easy to handle. They\ngently wrapped around my hard cock, providing stimulation." +181500 ,,,,,1160050,,,,,,,,,,,,,,,"Even if it's just in my imagination, I'm so happy to\nexperience such exquisite armpits!" +181600 ,,,,,1160050,,,,,,,,,,,,,,,"Before I knew it, pre-cum had gotten on Chi- chan's armpits.\nSorry, Chi-chan, but since it's just in my imagination,\nplease forgive me." +181700 ,,,,,1160050,,,,,,,,,,,,,,,I'm reaching my limit. Let's cover Chi-chan's body with it\ntoo. Just as much as the other two... I'll give her plenty. +181800 ,,,,,1160060,,,,,,,,,,,,,,,--Splat! Splurt! +181900 ,,,,,1160060,,千恵,Chie,036_CB26_c_033.wav,chie,,0,,,,,,,,Fwa... Ah... +182000 ,,,,,1160060,,,,,,,,,,,,,,,Chi-chan's body was also stained white with semen. +182200 ,,,,,4130040,,,,,,,,,,,,,,,"Maybe three times was too much. It's just in my imagination\nthat the three of them are covered in semen, but the fact\nthat I came three times is real." +182300 ,,,,,4130040,,主人公,Kiyoshi,,,,,,,,,,,,Haa haa... But now I probably won't need to masturbate\nanymore today... +182400 ,$event_return,,,,,,,,,,,,,,,,,,, +182500 ,,,,33,,,,,,,,,,,,,,,, +182600 ,*join_1,,,,,,,,,,,,,,,,,,, +182800 ,,,,33,,,主人公,Kiyoshi,,,,,,,,,,,,"When I meet Chi-chan and the others tomorrow, I'll be able\nto greet them in sage mode." +182900 ,,,,,,,,,,,,,,,,,,,,"I'm looking forward to tomorrow. Thinking that, I lay down\non the tatami mat." +183000 ,,,,,,,,,,,,,,,,,,,,"I'm really at my limit now. If I let my guard down, I might\nlose consciousness." +183100 ,,,,,,,,,,,,,,,,,,,,"Well, it's fine. The shop is closed for today, and no one\nwill blame me for sleeping naked. I let go of my\nconsciousness as if I had exhausted all my strength." +183200 ,,,0,9000,,,,,,,,,,,,,,,, +183400 ,@037_CB27,,,,,,,,,,,,,,,,,,, +183700 ,,,,,,,,,,,,,,,,,,,, +183800 ,,,2,11,,,千恵,Chie,037_CB27_c_000.wav,"chie,privateC",,1,,,,,,,,"Uncle, hello~!" +183900 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Oh? Chi-chan. Are you alone today? +184000 ,,,,,,,千恵,Chie,037_CB27_c_001.wav,chie,,3,,,,,,,,Yeah. Komako-chan and Tenka-chan are out today. +184100 ,,,,,,,,,,chie,,3,,,,,,,,Both of them aren't here. The candy shop might feel lonely\ntoday. +184200 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,Where did they go? Are they coming back soon? +184300 ,,,,,,,千恵,Chie,037_CB27_c_002.wav,chie,,23,,,,,,,,"Well, Komako-chan went to visit a nearby grandpa. Tenka-chan\nwent back to the Adachi house!" +184400 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"I see. It's lonely without them, isn't it?" +184500 ,,,,,,,千恵,Chie,037_CB27_c_003.wav,chie,,34,,,,,,,,Yeah... +184600 ,,,,,,,,,,chie,,34,,,,,,,,Chi-chan's face looks gloomier than usual. It seems she's\nnot as energetic because the two aren't here. +184700 ,,,,,,,,,,chie,,34,,,,,,,,"Alright, I'll do my best to cheer Chi-chan up!" +184800 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,"Chi-chan, how about we play with bubbles today?" +184900 ,,,,,,,千恵,Chie,037_CB27_c_004.wav,chie,,24,,,,,,,,Huh? What about watching the shop? +185000 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"It's hot today. Not many people will come, and if we play in\nfront of the shop, we can still attend to customers..." +185100 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"Since it's just the two of us, I want to play together." +185200 ,,,,,,,千恵,Chie,037_CB27_c_005.wav,chie,,3,,,,,,,,Really!? Can we play? +185300 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Just for today, it's special." +185400 ,,,,,,,千恵,Chie,037_CB27_c_006.wav,"chieL,privateC",,1,,,,,,,,"Yay! I love you, Uncle!" +185500 ,,,,,,,,,,chieL,,1,,,,,,,,L-Love!? I heard the word 'love' from Chie- chan's mouth!\nThat alone makes me happy! +185600 ,,,,,,,,,,chieL,,1,,,,,,,,I took out the unsold bubbles from the back of the shelf and\nhanded them to Chie-chan. +185700 ,,,,,,,千恵,Chie,037_CB27_c_007.wav,chieL,,21,,,,,,,,Ehehehehe~♪ +185800 ,,,,,,,,,,chieL,,21,,,,,,,,Chie-chan was smiling broadly as she dipped the blowing\nstick into the bubble solution. +185900 ,,,,,,,千恵,Chie,037_CB27_c_008.wav,chie,,0,,,,,,,,"Uncle, let's have a contest to see who can make more\nbubbles!" +186000 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Sure. But I think Uncle might win, you know?" +186100 ,,,,,,,千恵,Chie,037_CB27_c_009.wav,chie,,38,,,,,,,,"That's not true! Chi-chan might win, you know?" +186200 ,,,,,,,主人公,Kiyoshi,,chie,,38,,,,,,,,"Haha. Well then, let's have a contest!" +186300 ,,,,,,,千恵,Chie,037_CB27_c_010.wav,chie,,1,,,,,,,,Yeah! +186400 ,,,,,,,,,,chie,,1,,,,,,,,"With an innocent smile, Chi-chan nodded her head vigorously." +186500 ,,,,,,,千恵,Chie,037_CB27_c_011.wav,chieL,,29,,,,,,,,...Fuuu! +186600 ,,,,,,,,,,chie,,29,,,,,,,,Chi-chan puffed up her cheeks and blew bubbles. +186700 ,,,,,,,,,,chie,,29,,,,,,,,"Alright, I'll make lots of bubbles to earn Chi-chan's\nadmiration!" +186800 ,,,,,,,主人公,Kiyoshi,,chie,,29,,,,,,,,Fuuu! +186900 ,,,,,,,千恵,Chie,037_CB27_c_012.wav,chie,,4,,,,,,,,"Wow! Uncle, you're amazing! So many bubbles!" +187000 ,,,,,,,千恵,Chie,037_CB27_c_013.wav,chie,,9,,,,,,,,Chi-chan won't lose! Fuuu! +187100 ,,,,,,,,,,chie,,9,,,,,,,,"Before we knew it, the front of the candy shop was filled\nwith bubbles." +187200 ,,,,,,,千恵,Chie,037_CB27_c_014.wav,chie,,14,,,,,,,,Haa haa... +187300 ,,,,,,,,,,chie,,14,,,,,,,,"Having made so many bubbles, Chi-chan was out of breath from\nlack of oxygen." +187400 ,,,,,,,,,,chie,,14,,,,,,,,"Since she worked so hard, I have to praise Chi-chan." +187500 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,"Chi-chan, you blew a lot of bubbles. That's amazing!" +187600 ,,,,,,,千恵,Chie,037_CB27_c_015.wav,chie,,34,,,,,,,,Ugh. But Uncle blew more... Chi-chan lost... +187700 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,"Well, Uncle is an adult, you know. I'm bigger than Chi-chan,\nright?" +187800 ,,,,,,,千恵,Chie,037_CB27_c_016.wav,chie,,29,,,,,,,,Yeah... +187900 ,,,,,,,主人公,Kiyoshi,,chie,,29,,,,,,,,That's why I could make so many bubbles. +188000 ,,,,,,,千恵,Chie,037_CB27_c_017.wav,chie,,23,,,,,,,,"Then, then, when Chi-chan grows up, will she be able to blow\nlots of bubbles too?" +188100 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"Yeah, I think so." +188200 ,,,,,,,千恵,Chie,037_CB27_c_018.wav,chie,,20,,,,,,,,Then Chi-chan... wants to grow up fast~ +188300 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,Eh... Uncle likes little Chi-chan. You're really cute just\nthe way you are now. +188400 ,,,,,,,千恵,Chie,037_CB27_c_019.wav,chie,,1,,,,,,,,Really? Ehehehe♪ +188500 ,,,,,,,千恵,Chie,037_CB27_c_020.wav,chie,,3,,,,,,,,"Hey, Uncle. I'm hungry after making so many bubbles." +188600 ,,,,,,,,,,chie,,3,,,,,,,,Chi-chan said that while rubbing her stomach. +188700 ,,,,,,,,,,chie,,3,,,,,,,,"Before I knew it, the sun was high in the sky. It's probably\nlunchtime." +188800 ,,,,,,,,,,chie,,3,,,,,,,,"Speaking of which, I still have some somen noodles left from\nthe summer gift." +188900 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"I have somen noodles, do you want to eat some?" +189000 ,,,,,,,千恵,Chie,037_CB27_c_021.wav,chie,,21,,,,,,,,Yes! Chi-chan loves somen noodles! +189100 ,,,,,,,,,,chie,,21,,,,,,,,Chi-chan laughed innocently. +189200 ,,,,,,,,,,chie,,21,,,,,,,,I'll contact Chi-chan's mom later. She might worry if she's\nmaking lunch. +189400 ,,,,41,,,主人公,Kiyoshi,,,,,,,,,,,,"I'll make it, so just watch TV while you wait." +189500 ,,,,,,,千恵,Chie,037_CB27_c_022.wav,chie,,1,,,,,,,,Okay! +189600 ,,,,,,,,,,chie,,1,,,,,,,,Chi-chan ran noisily into the house. +189700 ,,,,,,,,,,chie,,1,,,,,,,,Somen noodles cook quickly. I'll make it for her before she\ngets bored. +189900 ,,,,31,,,千恵,Chie,037_CB27_c_023.wav,chie,,1,,,,,,,,Yay! Somen noodles! +190000 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"I cooked a lot, so make sure to eat up!" +190100 ,,,,,,,千恵,Chie,037_CB27_c_024.wav,chie,,21,,,,,,,,"Yeah! Chi-chan is super hungry, so I can eat as much as you\ngive me!" +190200 ,,,,,,,,,,chie,,21,,,,,,,,"Saying that, Chi-chan slurped up the somen noodles." +190300 ,,,,,,,,,,chie,,21,,,,,,,,She ate so well that I wondered how it all fit in her small\nstomach. +190400 ,,,,,,,千恵,Chie,037_CB27_c_025.wav,chie,,1,,,,,,,,Uncle's somen noodles are so tasty! +190500 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Really? I thought somen noodles taste the same no matter who\nmakes them. +190600 ,,,,,,,千恵,Chie,037_CB27_c_026.wav,chie,,7,,,,,,,,"Nope, this is different! This!" +190700 ,,,,,,,,,,chie,,7,,,,,,,,Chi-chan pointed at the bowl with the dipping sauce. +190800 ,,,,,,,千恵,Chie,037_CB27_c_027.wav,chie,,20,,,,,,,,Uncle's somen noodles have sweet and delicious sauce! +190900 ,,,,,,,,,,chie,,20,,,,,,,,"I see. It's the taste of the sauce. I'm just using the most\nfamous brand from the store, but it seems to suit Chi-chan's\ntaste." +191100 ,,,,,,,千恵,Chie,037_CB27_c_028.wav,chie,,1,,,,,,,,Ahh~. I'm so full! +191200 ,,,,,,,,,,chie,,1,,,,,,,,Chi-chan finished all the somen noodles on her plate without\nleaving a single strand. +191300 ,,,,,,,千恵,Chie,037_CB27_c_029.wav,chie,,17,,,,,,,,"Fwaa... After eating so much, I'm getting sleepy..." +191400 ,,,,,,,,,,chie,,17,,,,,,,,Chi-chan yawned lightly and tried to lie down. +191500 ,,,,,,,主人公,Kiyoshi,,chie,,17,,,,,,,,"Chi-chan, if you lie down right after eating, you'll turn\ninto a cow!" +191600 ,,,,,,,千恵,Chie,037_CB27_c_030.wav,chie,,30,,,,,,,,I won't... +191700 ,,,,,,,千恵,Chie,037_CB27_c_031.wav,chie,,29,,,,,,,,"...Maybe I should go home for a nap. If I stay like this, I\nwon't be able to help out because I'm too sleepy..." +191800 ,,,,,,,,,,chie,,29,,,,,,,,Chi-chan going home...? It's such a waste to leave on a rare\nMonday when we're alone together! +191900 ,,,,,,,千恵,Chie,037_CB27_c_032.wav,chie,,23,,,,,,,,"...Could it be, Uncle... do you want to nap with Chi-chan?" +192000 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,O-Of course I do! +192100 ,,,,,,,千恵,Chie,037_CB27_c_033.wav,chie,,20,,,,,,,,"Ehh. Then, shall we nap together?" +192200 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,R-Really!? +192300 ,,,,,,,千恵,Chie,037_CB27_c_034.wav,chie,,21,,,,,,,,Yeah! +192400 ,,,,,,,,,,chie,,21,,,,,,,,"With an innocent smile, Chi-chan nodded." +192500 ,,,,,,,,,,chie,,21,,,,,,,,Napping with Chi-chan...! Just thinking about it makes my\ncrotch tingle...! +192700 ,,,9,,1170000,,,,,,,,,,,,,,, +192800 ,*mem,,,,1170000,,,,,,,,,,,,,,, +192900 ,,,9,,1170000,,千恵,Chie,037_CB27_c_035.wav,chie,,0,,,,,,,,Nn... +193000 ,,,,,1170000,,,,,,,,,,,,,,,Chi-chan lay down on the tatami mat and immediately closed\nher eyes. Was she really that sleepy? +193100 ,,,,,1170000,,,,,,,,,,,,,,,Her long eyelashes were trembling slightly. It didn't seem\nlike she had fallen asleep yet. +193200 ,,,,,1170000,,,,,,,,,,,,,,,Chi-chan's stomach... It looks bigger than usual. Maybe it\nswelled up because she ate so much somen? +193300 ,,,,,1170000,,,,,,,,,,,,,,,Ah... Chi-chan's cheeks... They look so soft. I bet they're\nall squishy. +193400 ,,,,,1170000,,,,,,,,,,,,,,,"To sleep so defenselessly... She has no sense of caution. If\nshe shows this side of herself, some strange guy might take\nadvantage of her." +193500 ,,,,,1170000,,千恵,Chie,037_CB27_c_036.wav,chie,,0,,,,,,,,Uncle... +193600 ,,,,,1170000,,,,,,,,,,,,,,,Chi-chan called me in a dreamy voice. +193700 ,,,,,1170000,,主人公,Kiyoshi,,,,,,,,,,,,"What is it, Chi-chan?" +193800 ,,,,,1170000,,千恵,Chie,037_CB27_c_037.wav,chie,,0,,,,,,,,Come closer... +193900 ,,,,,1170000,,主人公,Kiyoshi,,,,,,,,,,,,C-Can I really come closer!? +194000 ,,,,,1170000,,千恵,Chie,037_CB27_c_038.wav,chie,,0,,,,,,,,Yeah... It's more calming that way... +194100 ,,,,,1170000,,,,,,,,,,,,,,,"Is it really okay? It's fine, right? Chi-chan gave me\npermission." +194200 ,,,,,1170000,,,,,,,,,,,,,,,I quietly moved closer to Chi-chan. I could faintly smell\nsweat from her neck. +194300 ,,,,,1170000,,,,,,,,,,,,,,,It was hot today. Chi-chan must have sweated a lot. Sniff\nsniff. +194400 ,,,,,1170000,,,,,,,,,,,,,,,"Haah... Somehow, just smelling her is getting me excited." +194500 ,,,,,1170000,,,,,,,,,,,,,,,"...Is it okay? Is it alright if I play a little prank? It's\nfine, right...?" +194600 ,,,,,1170000,,,,,,,,,,,,,,,I gently ran my finger along Chi-chan's arm. +194700 ,,,,,1170000,,千恵,Chie,037_CB27_c_039.wav,chie,,0,,,,,,,,Fuaa... Hehe... Nn... Hehehe +194800 ,,,,,1170000,,,,,,,,,,,,,,,Chi-chan seems to be holding back her laughter. +194900 ,,,,,1170000,,,,,,,,,,,,,,,"It's okay to do more, right...?" +195000 ,,,,,1170000,,,,,,,,,,,,,,,"Next, I'll try touching her stomach." +195100 ,,,,,1170000,,,,,,,,,,,,,,,Sliiide... +195200 ,,,,,1170000,,千恵,Chie,037_CB27_c_040.wav,chie,,0,,,,,,,,Kuku... Uhi... Nnn... +195300 ,,,,,1170000,,,,,,,,,,,,,,,"She still seems to be holding back. Alright, I'll do even\nmore." +195400 ,,,,,1170000,,,,,,,,,,,,,,,How about under her arms...? +195500 ,,,,,1170000,,,,,,,,,,,,,,,Sliiide... Sliiide... +195600 ,,,,,1170000,,千恵,Chie,037_CB27_c_041.wav,chie,,0,,,,,,,,"Nfuh... Ahaha! Uncle, no! Not there! That's cheating,\ncheating!" +195700 ,,,,,1170000,,,,,,,,,,,,,,,"It seems she couldn't handle under her arms. Laughing\nheartily, she squirms to escape the ticklish sensation." +195800 ,,,,,1170000,,千恵,Chie,037_CB27_c_042.wav,chie,,0,,,,,,,,"Geez. Uncle, you're so naughty~" +195900 ,,,,,1170000,,主人公,Kiyoshi,,,,,,,,,,,,This doesn't count as naughty at all~ +196000 ,,,,,1170000,,千恵,Chie,037_CB27_c_043.wav,chie,,0,,,,,,,,No way. It totally is~♪ It's naughty~♪ +196100 ,,,,,1170000,,,,,,,,,,,,,,,Chi-chan giggles. She's so cute. I want to touch her more. +196200 ,,,,,1170000,,,,,,,,,,,,,,,"If possible, I want to touch her not-yet- developed\nbreasts..." +196300 ,,,,,1170000,,,,,,,,,,,,,,,Alright! I'm going for it! I'm going to touch her breasts! +196400 ,,,,,1170000,,,,,,,,,,,,,,,I slipped my hand into Chi-chan's clothes. +196600 ,,,,,1170010,,千恵,Chie,037_CB27_c_044.wav,chie,,0,,,,,,,,"Ahaha! Ahahaha! Uncle, that tickles~!" +196700 ,,,,,1170010,,,,,,,,,,,,,,,Chi-chan's chest was still flat. +196800 ,,,,,1170010,,,,,,,,,,,,,,,"At the tip of her flat chest, there was a slightly erect\nnipple." +196900 ,,,,,1170010,,,,,,,,,,,,,,,I'm going to tease her here! I played with Chi-chan's small\nnipple with my fingertips. +197000 ,,,,,1170010,,千恵,Chie,037_CB27_c_045.wav,chie,,0,,,,,,,,"Hyauun! Ahaha! Uncle, that feels weird, so don't touch\nthere~!" +197100 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,What kind of weird feeling? +197200 ,,,,,1170010,,,,,,,,,,,,,,,I paused my finger movements and asked. +197400 ,,,,,1170020,,千恵,Chie,037_CB27_c_046.wav,chie,,0,,,,,,,,"Um... well... my body twitches, and it feels weird. Also, it\ngets a little warm..." +197500 ,,,,,1170020,,,,,,,,,,,,,,,Could it be... that...? +197600 ,,,,,1170020,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, are you feeling it?" +197700 ,,,,,1170020,,千恵,Chie,037_CB27_c_047.wav,chie,,0,,,,,,,,Feeling it...? Is that what it is? +197800 ,,,,,1170020,,,,,,,,,,,,,,,She's feeling it... Chi-chan. My fingertips are making Chi-\nchan feel it. +197900 ,,,,,1170020,,,,,,,,,,,,,,,"In that case, I'll make her feel even better." +198000 ,,,,,1170020,,,,,,,,,,,,,,,I'll make her feel so much that she'll love my fingers. +198200 ,,,,,1170010,,,,,,,,,,,,,,,---Sliiide... +198300 ,,,,,1170010,,千恵,Chie,037_CB27_c_048.wav,chie,,0,,,,,,,,Ahh...! Nnngh...! +198400 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,What makes Chi-chan twitch the most? +198500 ,,,,,1170010,,千恵,Chie,037_CB27_c_049.wav,chie,,0,,,,,,,,"Um... when you flick my nipple with your finger, my body\ntwitches~" +198600 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll do that more for you." +198700 ,,,,,1170010,,,,,,,,,,,,,,,I stimulated Chi-chan's nipple with my fingertips. Chi-chan\nis squirming her body. +198800 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,Does this feel good? +198900 ,,,,,1170010,,千恵,Chie,037_CB27_c_050.wav,chie,,0,,,,,,,,Ahh... I-I don't know... My head feels fuzzy... I might go\ncrazy... +199000 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,"That's what feeling good means. If you try harder, you'll\nfeel even better..." +199100 ,,,,,1170010,,千恵,Chie,037_CB27_c_051.wav,chie,,0,,,,,,,,"R-Really? Then, Chi-chan... will try harder..." +199200 ,,,,,1170010,,,,,,,,,,,,,,,"Alright! Since we're at it, let's try touching other places\nbesides the nipples." +199300 ,,,,,1170010,,,,,,,,,,,,,,,Starting with the back... +199400 ,,,,,1170010,,千恵,Chie,037_CB27_c_052.wav,chie,,0,,,,,,,,"Ahh... Nnngh! It's kind of... ticklish, but... different\nfrom before..." +199500 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,"Your body is becoming more sensitive. So, shall I touch even\nmore pleasurable spots?" +199700 ,,,,,1170020,,千恵,Chie,037_CB27_c_053.wav,chie,,0,,,,,,,,...No +199800 ,,,,,1170020,,,,,,,,,,,,,,,Chi-chan shook her head side to side. +199900 ,,,,,1170020,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, you don't like it?" +200000 ,,,,,1170020,,千恵,Chie,037_CB27_c_054.wav,chie,,0,,,,,,,,It's not that... I'm scared... +200100 ,,,,,1170020,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. I'll be gentle with you, alright?" +200200 ,,,,,1170020,,千恵,Chie,037_CB27_c_055.wav,chie,,0,,,,,,,,O-Okay. I understand... +200300 ,,,,,1170020,,,,,,,,,,,,,,,Chi-chan's breathing is getting heavier. Could it be...\nshe's really starting to feel it? +200400 ,,,,,1170020,,,,,,,,,,,,,,,―Which means... +200500 ,,,,,1170020,,,,,,,,,,,,,,,I reached my hand between Chi-chan's thighs. +200600 ,,,,,1170020,,千恵,Chie,037_CB27_c_056.wav,chie,,0,,,,,,,,Hyan! +200700 ,,,,,1170020,,,,,,,,,,,,,,,"Chi-chan's crotch... is all slippery. She's really feeling\nit. Somehow, I'm starting to feel happy." +200800 ,,,,,1170020,,,,,,,,,,,,,,,I felt my desire swelling up. +200900 ,,,,,1170020,,千恵,Chie,037_CB27_c_057.wav,chie,,0,,,,,,,,"Huh? Uncle, something's pressing against my back~" +201000 ,,,,,1170020,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +201200 ,,,,,1170010,,千恵,Chie,037_CB27_c_058.wav,chie,,0,,,,,,,,"It's kind of hard... Ah, maybe... it's your dick! Your dick\nis pressing against me." +201300 ,,,,,1170010,,,,,,,,,,,,,,,Chi-chan laughed innocently. +201400 ,,,,,1170010,,千恵,Chie,037_CB27_c_059.wav,chie,,0,,,,,,,,"Uncle, you're so naughty. Naughty, naughty~!" +201500 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan is just too cute, that's why this happened." +201600 ,,,,,1170010,,千恵,Chie,037_CB27_c_060.wav,chie,,0,,,,,,,,Chi-chan is too cute? +201700 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's right. You might be the cutest in the world~" +201800 ,,,,,1170010,,千恵,Chie,037_CB27_c_061.wav,chie,,0,,,,,,,,"Really? Then, do you like Chi-chan?" +201900 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, I love you♪" +202000 ,,,,,1170010,,千恵,Chie,037_CB27_c_062.wav,chie,,0,,,,,,,,Ehehe♪ Yay~♪ +202100 ,,,,,1170010,,,,,,,,,,,,,,,Chi-chan's ears turned bright red. +202200 ,,,,,1170010,,,,,,,,,,,,,,,I want to make Chi-chan feel even better. And I want to feel\neven better too. +202300 ,,,,,1170010,,,,,,,,,,,,,,,"That's it! We should try frottage! That way, Chi-chan will\nsurely feel good, and I will too!" +202500 ,,,,,1170020,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, Chi-chan. How about we rub my dick against your crotch\nand play?" +202600 ,,,,,1170020,,千恵,Chie,037_CB27_c_063.wav,chie,,0,,,,,,,,Eh? +202700 ,,,,,1170020,,,,,,,,,,,,,,,She doesn't seem to dislike the idea. +202800 ,,,,,1170020,,主人公,Kiyoshi,,,,,,,,,,,,"It'll feel good for me, and I'm sure you'll have fun too." +202900 ,,,,,1170020,,千恵,Chie,037_CB27_c_064.wav,chie,,0,,,,,,,,"Hmm, hmm... Should I try it?" +203000 ,,,,,1170020,,,,,,,,,,,,,,,Alright! I got Chi-chan's consent! +203100 ,,,,,1170020,,,,,,,,,,,,,,,I immediately slid my dick against Chi-chan's smooth crotch. +203300 ,,,,,1170030,,千恵,Chie,037_CB27_c_065.wav,chie,,0,,,,,,,,Nn... What is this... It feels weird... +203400 ,,,,,1170030,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, does it feel good?" +203500 ,,,,,1170030,,千恵,Chie,037_CB27_c_066.wav,chie,,0,,,,,,,,I... I don't know... But I feel like Chi- chan's crotch is\ngetting hotter than before... +203600 ,,,,,1170030,,主人公,Kiyoshi,,,,,,,,,,,,Can I rub it more...? +203700 ,,,,,1170030,,千恵,Chie,037_CB27_c_067.wav,chie,,0,,,,,,,,"...Yeah, it's okay..." +203800 ,,,,,1170030,,主人公,Kiyoshi,,,,,,,,,,,,"Then, then... I'll rub it!" +203900 ,,,,,1170030,,千恵,Chie,037_CB27_c_068.wav,chie,,0,,,,,,,,Fwah... It's weird... Nn... +204000 ,,,,,1170030,,,,,,,,,,,,,,,"---rub, rub, rub..." +204100 ,,,,,1170030,,,,,,,,,,,,,,,"To avoid giving Chi-chan a bad impression, I'll move slowly\nand gently to get her used to it." +204200 ,,,,,1170040,,千恵,Chie,037_CB27_c_069.wav,chie,,0,,,,,,,,Nn... Haa... Haa... +204300 ,,,,,1170040,,,,,,,,,,,,,,,Chi-chan's body temperature is rising. Is she feeling it? +204400 ,,,,,1170040,,千恵,Chie,037_CB27_c_070.wav,chie,,0,,,,,,,,Onii-chan... This... might be good... +204500 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,Really? Does it feel good? +204600 ,,,,,1170040,,千恵,Chie,037_CB27_c_071.wav,chie,,0,,,,,,,,Yeah... Ah... It feels good... +204700 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll make it even better for you..." +204800 ,,,,,1170040,,千恵,Chie,037_CB27_c_072.wav,chie,,0,,,,,,,,Nn... That... Nn... Nn... +204900 ,,,,,1170040,,,,,,,,,,,,,,,Chi-chan's voice is becoming more sensual. It seems she's\nreally feeling it. +205000 ,,,,,1170040,,,,,,,,,,,,,,,"Come to think of it, it's smoother than at the start. I\ngently touch Chi-chan's crotch." +205100 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"...Chi-chan, your pussy is all slippery." +205200 ,,,,,1170030,,千恵,Chie,037_CB27_c_073.wav,chie,,0,,,,,,,,Eh!? Chi-chan didn't wet herself! I didn't! +205300 ,,,,,1170030,,,,,,,,,,,,,,,"Does she not understand what it means to get wet? In that\ncase, I'll teach her with her body." +205400 ,,,,,1170030,,主人公,Kiyoshi,,,,,,,,,,,,"This isn't wetting yourself. When a girl feels good, her\ncrotch gets wet." +205500 ,,,,,1170030,,主人公,Kiyoshi,,,,,,,,,,,,"See, Chi-chan feels good right now, right?" +205600 ,,,,,1170030,,千恵,Chie,037_CB27_c_074.wav,chie,,0,,,,,,,,R-Really...? It's not wetting myself? +205700 ,,,,,1170030,,,,,,,,,,,,,,,"Chi-chan keeps asking repeatedly, as if to confirm." +205800 ,,,,,1170030,,主人公,Kiyoshi,,,,,,,,,,,,That's right. See... doesn't this feel good? +205900 ,,,,,1170040,,千恵,Chie,037_CB27_c_075.wav,chie,,0,,,,,,,,"Uuu... My crotch is tingling... Onii-chan, I feel like I'm\ngoing to pee..." +206000 ,,,,,1170040,,,,,,,,,,,,,,,Is it tingling? Maybe she's mistaking the pleasure for the\nurge to pee. +206100 ,,,,,1170040,,,,,,,,,,,,,,,"Then, to relieve the tingling, I'll rub her more." +206200 ,,,,,1170040,,,,,,,,,,,,,,,"--Rub, rub, rub." +206300 ,,,,,1170040,,千恵,Chie,037_CB27_c_076.wav,chie,,0,,,,,,,,Hyaaah... W-What is this... +206400 ,,,,,1170040,,千恵,Chie,037_CB27_c_077.wav,chie,,0,,,,,,,,Ah... Nn... +206500 ,,,,,1170040,,千恵,Chie,037_CB27_c_078.wav,chie,,0,,,,,,,,Onii-chan... Chi-chan feels like she's going crazy... +206600 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, Chi-chan. Leave everything to me. I'll make sure\nyou feel good." +206700 ,,,,,1170040,,千恵,Chie,037_CB27_c_079.wav,chie,,0,,,,,,,,Nn... Nn... Fwah! +206800 ,,,,,1170040,,,,,,,,,,,,,,,Chi-chan's breathing is getting faster. +206900 ,,,,,1170040,,,,,,,,,,,,,,,The amount of love juices is increasing. It's making it\neasier to rub. +207000 ,,,,,1170040,,,,,,,,,,,,,,,"--Rub... rub, rub, rub..." +207100 ,,,,,1170040,,千恵,Chie,037_CB27_c_080.wav,chie,,0,,,,,,,,Nn... Nnn! Ah... Ahhh... +207200 ,,,,,1170040,,,,,,,,,,,,,,,Her moans are getting louder. Could it be that she's about\nto come? +207300 ,,,,,1170040,,千恵,Chie,037_CB27_c_081.wav,chie,,0,,,,,,,,Onii-chan... Does it feel good? +207400 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,Yeah... It feels good. Chi-chan's crotch is amazing...! +207500 ,,,,,1170040,,,,,,,,,,,,,,,"I'm thrusting eagerly. Chi-chan's crotch is the best. Her\npussy is clean and soft, and her thighs are smooth, like\nexperiencing the ultimate onahole." +207600 ,,,,,1170040,,千恵,Chie,037_CB27_c_082.wav,chie,,0,,,,,,,,Nn... Ah...! +207700 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, you're amazing! I'll make it even more intense, so\nkeep holding my cock tightly...!" +207800 ,,,,,1170040,,,,,,,,,,,,,,,"She's already wet enough, so it should be fine to move more\nvigorously. Alright, I'll go all out and make Chi-chan come\na lot." +207900 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, where does it feel good when I rub? Here?" +208000 ,,,,,1170040,,,,,,,,,,,,,,,I rubbed her thigh vigorously. +208100 ,,,,,1170040,,千恵,Chie,037_CB27_c_083.wav,chie,,0,,,,,,,,Nn... Nn... +208200 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,Or maybe... here? +208300 ,,,,,1170040,,,,,,,,,,,,,,,"Next, I tried rubbing the entrance of her pussy." +208400 ,,,,,1170040,,千恵,Chie,037_CB27_c_084.wav,chie,,0,,,,,,,,Nfuu... +208500 ,,,,,1170040,,,,,,,,,,,,,,,Her reaction improved compared to before. There might be an\neven more sensitive spot. +208600 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,Is it here~? +208700 ,,,,,1170040,,,,,,,,,,,,,,,I rubbed her clitoris with the head of my cock. Chi-chan's\nbody trembled greatly. +208800 ,,,,,1170040,,千恵,Chie,037_CB27_c_085.wav,chie,,0,,,,,,,,Ah... Ahhh! Th-There! Hiiuun! +208900 ,,,,,1170040,,,,,,,,,,,,,,,"It seems Chi-chan feels the best at her clitoris. Then, I'll\nfocus on stimulating here." +209000 ,,,,,1170040,,千恵,Chie,037_CB27_c_086.wav,chie,,0,,,,,,,,Nnn! Ah... Ahhh...! +209100 ,,,,,1170040,,千恵,Chie,037_CB27_c_087.wav,chie,,0,,,,,,,,When you rub that... bump... nn! It makes me feel all tingly\ndown there... +209200 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, this is where you feel it the most, huh?" +209300 ,,,,,1170040,,千恵,Chie,037_CB27_c_088.wav,chie,,0,,,,,,,,"Nnn! Ah... Ahhh...! If you rub it like that...! No... Oi-\nchan, Oi-chan~!" +209400 ,,,,,1170040,,,,,,,,,,,,,,,Chi-chan's heart is pounding... She's really feeling it. +209500 ,,,,,1170040,,,,,,,,,,,,,,,"I want her to experience the ultimate pleasure. While\nteasing her clitoris with the ridge, I gently blow on her\nneck." +209600 ,,,,,1170040,,千恵,Chie,037_CB27_c_089.wav,chie,,0,,,,,,,,Ahhh! It tickles...! Hyaa... Ahhh! +209700 ,,,,,1170040,,千恵,Chie,037_CB27_c_090.wav,chie,,0,,,,,,,,Ah... Ahhhh! +209800 ,,,,,1170040,,,,,,,,,,,,,,,Chi-chan's body trembled. +209900 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, did you... maybe, come...?" +210000 ,,,,,1170040,,千恵,Chie,037_CB27_c_091.wav,chie,,0,,,,,,,,Y-Yeah... I came... +210100 ,,,,,1170040,,,,,,,,,,,,,,,"Chi-chan was still trembling, perhaps still in the\nafterglow. She might be in a state where she can easily come\nagain." +210200 ,,,,,1170040,,,,,,,,,,,,,,,"Alright, let's tease her a bit more." +210300 ,,,,,1170040,,千恵,Chie,037_CB27_c_092.wav,chie,,0,,,,,,,,Ah... Ahh! Oi-chan! Nooo! Nnn! Nfuu! Hiiin! +210400 ,,,,,1170040,,,,,,,,,,,,,,,Just as I thought. Chi-chan's body is more sensitive than\nbefore she came. +210500 ,,,,,1170040,,,,,,,,,,,,,,,"With this, she might come again with my climax." +210600 ,,,,,1170040,,,,,,,,,,,,,,,I quicken my pace. Chi-chan's smooth pussy... drenched in\nlove juices. +210700 ,,,,,1170040,,,,,,,,,,,,,,,"With every movement, her clitoris catches on the tip,\nfeeling amazing." +210800 ,,,,,1170040,,,,,,,,,,,,,,,My cock was nearing its limit. +210900 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,Chi-chan! Chi-chan...! I'm about to come! +211000 ,,,,,1170040,,千恵,Chie,037_CB27_c_093.wav,chie,,0,,,,,,,,Fwah... C-Come...? Oi-chan... you're going to release that\nwhite stuff...? +211100 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,That's right... I'll gently cover Chi-chan's pussy with the\nwhite stuff...! +211200 ,,,,,1170040,,千恵,Chie,037_CB27_c_094.wav,chie,,0,,,,,,,,Nyaa...! Ah...! Ahh! I'm coming again! Chi- chan... is\ncominggg! +211500 ,,,,,1170050,,,,,,,,,,,,,,,――Splat! Splat! Splurrrt! +211600 ,,,,,1170050,,千恵,Chie,037_CB27_c_095.wav,chie,,0,,,,,,,,Ah... Ahhhhhh! +211700 ,,,,,1170050,,,,,,,,,,,,,,,Chi-chan's body jolted in sync with my climax. +211800 ,,,,,1170050,,千恵,Chie,037_CB27_c_096.wav,chie,,0,,,,,,,,Haa... Ah... Haa haa... +211900 ,,,,,1170050,,,,,,,,,,,,,,,It seemed like two consecutive climaxes were tough. Chi-chan\nwas breathing heavily. +212000 ,,,,,1170050,,主人公,Kiyoshi,,,,,,,,,,,,Chi-chan... that was amazing... +212100 ,,,,,1170050,,千恵,Chie,037_CB27_c_097.wav,chie,,0,,,,,,,,Aha... ha♪ It was great... phew...♪ +212200 ,,,,,1170050,,,,,,,,,,,,,,,"Chi-chan slowly exhaled, regulating her breathing rhythm." +212300 ,,,,,1170050,,,,,,,,,,,,,,,"While I was still struggling to catch my breath, Chi-chan\nseemed to have already recovered. Maybe this is the\ndifference in youth..." +212400 ,,,,,1170050,,,,,,,,,,,,,,,Chi-chan was touching and stretching the semen I had\nreleased with her fingers. +212500 ,,,,,1170050,,千恵,Chie,037_CB27_c_098.wav,chie,,0,,,,,,,,Ehehe...♪ Oi-chan's semen really is like yogurt♪ +212600 ,,,,,1170050,,主人公,Kiyoshi,,,,,,,,,,,,"Aha... ha, is that so?" +212700 ,,,,,1170050,,千恵,Chie,037_CB27_c_099.wav,chie,,0,,,,,,,,"Chi-chan loves yogurt, so I love Oi-chan's semen too~♪" +212800 ,,,,,1170050,,,,,,,,,,,,,,,Chi-chan laughed innocently with a smile. +212900 ,,,,,1170050,,主人公,Kiyoshi,,,,,,,,,,,,Hey... did Uncle make Chi-chan feel good? +213000 ,,,,,1170050,,千恵,Chie,037_CB27_c_100.wav,chie,,0,,,,,,,,Yeah! It felt sooo good~♪ +213100 ,,,,,1170050,,,,,,,,,,,,,,,Chi-chan energetically responded with a loud voice. +213300 ,,,,,1170050,,千恵,Chie,037_CB27_c_101.wav,chie,,0,,,,,,,,Ahh... but Chi-chan's crotch is all sticky with semen... +213400 ,,,,,1170050,,,,,,,,,,,,,,,"Like she had peed white, Chi-chan's crotch was dirty with\nsemen." +213500 ,,,,,1170050,,,,,,,,,,,,,,,"If she stays like this, Chi-chan's crotch will become\nunsanitary. That's it, we should take a bath together." +213600 ,,,,,1170050,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, do you want to take a bath together?" +213700 ,,,,,1170050,,千恵,Chie,037_CB27_c_102.wav,chie,,0,,,,,,,,Yeah! Yay! A bath with Oi-chan! A bath! +213800 ,,,,,1170050,,,,,,,,,,,,,,,"Chi-chan seemed really excited about the bath, and dashed\noff to the bathroom." +213900 ,,,,,1170050,,主人公,Kiyoshi,,,,,,,,,,,,"I haven't filled the bath yet, so wait a bit, okay~" +214000 ,,,,,1170050,,千恵,Chie,037_CB27_c_103.wav,chie,,0,,,,,,,,Okay! +214100 ,$event_return,,,,,,,,,,,,,,,,,,, +214200 ,,,,,1170050,,,,,,,,,,,,,,,"For Chi-chan's crotch, let's fill the bath quickly." +214300 ,,,,,1170050,,,,,,,,,,,,,,,"Even though I just finished, and my hips are wobbly, I\nmanaged to stand up and head to the bathroom." +214600 ,,,,,1101000,,千恵,Chie,037_CB27_c_104.wav,chie,,0,,,,,,,,The bath is so warm~♪ +214700 ,,,,,1101000,,,,,,,,,,,,,,,Chi-chan was smiling as she soaked in the water. Maybe she's\na bit tired? She's leaning against my stomach. +214800 ,,,,,1101000,,千恵,Chie,037_CB27_c_105.wav,chie,,0,,,,,,,,Oi-chan's semen is really funny! +214900 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,"You really like Uncle's semen that much, huh~" +215000 ,,,,,1101000,,千恵,Chie,037_CB27_c_106.wav,chie,,0,,,,,,,,Yeah! Because it's like jumbo yogurt♪ But the taste is\ntotally different~ +215100 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,Haha +215300 ,,,,,1101020,,千恵,Chie,037_CB27_c_107.wav,chie,,0,,,,,,,,...Haa. I want to be with Oi-chan forever. +215400 ,,,,,1101020,,,,,,,,,,,,,,,Chi-chan's face suddenly clouded over. +215500 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,What's wrong? Chi-chan. Do you need to pee again? +215600 ,,,,,1101020,,千恵,Chie,037_CB27_c_108.wav,chie,,0,,,,,,,,No... It's not that... +215700 ,,,,,1101020,,,,,,,,,,,,,,,"After a brief silence, Chi-chan looked straight up at me." +215800 ,,,,,1101020,,千恵,Chie,037_CB27_c_109.wav,chie,,0,,,,,,,,Oi-chan... Could you become Chi-chan's dad? +215900 ,,,,,1101020,,,,,,,,,,,,,,,She suddenly said something like that. +216000 ,,,,,1101020,,千恵,Chie,037_CB27_c_110.wav,chie,,0,,,,,,,,Being with Oi-chan is so much fun. I want to be with Oi-chan\nfrom now on too... +216100 ,,,,,1101020,,,,,,,,,,,,,,,It seems Chi-chan really likes me. +216200 ,,,,,1101020,,,,,,,,,,,,,,,But I prefer Chi-chan over her mother... +216300 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,"But, I want to be Chi-chan's husband rather than her dad." +216400 ,,,,,1101020,,千恵,Chie,037_CB27_c_111.wav,chie,,0,,,,,,,,Being a dad is better than being a husband... Because you\ncan come to the parent-teacher meetings... +216500 ,,,,,1101020,,,,,,,,,,,,,,,Chi-chan must feel lonely without a dad. The cheerful Chi-\nchan from earlier had disappeared. +216600 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,"But being a dad is difficult. You have to make Chi-chan's\nmom like you, you know?" +216700 ,,,,,1101020,,千恵,Chie,037_CB27_c_112.wav,chie,,0,,,,,,,,"Mom said you're a good person, Oi-chan." +216800 ,,,,,1101020,,,,,,,,,,,,,,,"Ugh... Is that so? I'm grateful, but... I still like Chi-\nchan more." +216900 ,,,,,1101020,,,,,,,,,,,,,,,"But what Chi-chan wants now isn't a future husband, but a\ndad who can be with her now." +217000 ,,,,,1101020,,,,,,,,,,,,,,,I feel like this isn't something I should answer lightly. +217100 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,"If we stay in the bath too long, we'll get dizzy, so let's\nget out soon." +217200 ,,,,,1101020,,千恵,Chie,037_CB27_c_113.wav,chie,,0,,,,,,,,Okay! +217300 ,,,,,1101020,,,,,,,,,,,,,,,Chi-chan responded energetically with her usual smile. +217600 ,,,8,11,,,,,,,,,,,,,,,,"The sun is about to set. Since Komako-chan and Tenka-chan\naren't here today, it's a bit sad, but I'll have her leave\nearlier than usual." +217700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, can you go home by yourself?" +217800 ,,,,,,,千恵,Chie,037_CB27_c_114.wav,chie,,1,,,,,,,,Yeah! I'm fine! +217900 ,,,,,,,,,,,,,,,,,,,,Chi-chan said that energetically and then turned her back to\nme. +218000 ,,,,,,,,,,,,,,,,,,,,I guess it's about time to lock up the shop... +218100 ,,,,,,,,,,,,,,,,,,,,"At that moment, my shirt was tugged." +218200 ,,,,,,,,,,,,,,,,,,,,"When I turned around, Chi-chan was standing there with a\ndejected expression. It seemed she hadn't left yet." +218300 ,,"",,111,,,千恵,Chie,037_CB27_c_115.wav,chieL,,27,,,,,,,,Uncle... +218400 ,,,,,,,主人公,Kiyoshi,,chieL,,27,,,,,,,,"Chi-chan, aren't you going home?" +218500 ,,,,,,,,,,chieL,,27,,,,,,,,"If she wants to stay over, I'd be more than happy with that." +218600 ,,,,,,,千恵,Chie,037_CB27_c_116.wav,chieL,,29,,,,,,,,"No, I'll go home... But, Uncle... Please think about what I\nsaid earlier." +218700 ,,,,,,,,,,chieL,,29,,,,,,,,Chi-chan looked up at me with eyes as round as a\nChihuahua's. +218800 ,,,,,,,,,,chieL,,29,,,,,,,,I can't refuse such a cute request from Chi- chan! +218900 ,,,,,,,,,,chieL,,29,,,,,,,,But this isn't something I can agree to so easily... +219000 ,,,,,,,,,,chieL,,29,,,,,,,,"Ah, but Chi-chan is so cute..." +219100 ,,,,,,,主人公,Kiyoshi,,chieL,,29,,,,,,,,...I'll think about it. +219200 ,,,,,,,,,,chieL,,29,,,,,,,,I ended up saying that. +219300 ,,,,,,,,,,chieL,,29,,,,,,,,Then Chi-chan gave me a smile as bright as a flower. +219400 ,,,,,,,千恵,Chie,037_CB27_c_117.wav,chie,,1,,,,,,,,Thank you! Uncle♪ I love you! +219500 ,,,,,,,,,,,,,,,,,,,,"Chi-chan said that, waved her hand energetically, and ran\noff in the direction of her home." +219600 ,,,,,,,,,,,,,,,,,,,,Sigh... What should I do from now on? +219700 ,,,0,9001,,,,,,,,,,,,,,,, +219900 ,@038_CB28,,,,,,,,,,,,,,,,,,, +220200 ,,,3,21,,,,,,,,,,,,,,,,"After sending Chi-chan home, another regular customer came\nto the candy shop." +220300 ,,,,,,,コマコ,Komako,038_CB28_k_000.wav,"komako,private",,0,,,,,,,,"Hello, Uncle." +220400 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Oh? Hello, Komako-chan." +220500 ,,,,,,,,,,komako,,0,,,,,,,,"Komako-chan seemed to have run here, as her shoulders were\nmoving up and down vigorously." +220600 ,,,,,,,,,,komako,,0,,,,,,,,"And for some reason, she was holding corn in her arms." +220700 ,,,,,,,,,,komako,,0,,,,,,,,"Ah... it doesn't matter, but her hair wet with sweat is\nreally attractive. Summer is such a great season!" +220800 ,,,,,,,,,,komako,,0,,,,,,,,Her clothes seem slightly wet and see-through too... it's\nmaking my lower half feel lively... +220900 ,,,,,,,,,,komako,,0,,,,,,,,"But, if I remember correctly, Komako-chan..." +221000 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,Weren't you supposed to be at the old man's place nearby? +221100 ,,,,,,,コマコ,Komako,038_CB28_k_001.wav,komako,,20,,,,,,,,"I got back earlier than I thought, so I came here." +221200 ,,,,,,,,,,komako,,20,,,,,,,,"As she said that, Komako-chan looked around the shop,\nsearching for something." +221300 ,,,,,,,,,,komako,,20,,,,,,,,"Is she looking for Chi-chan? Unfortunately, Chi-chan has\nalready gone home." +221400 ,,,,,,,コマコ,Komako,038_CB28_k_002.wav,komako,,23,,,,,,,,"Oh, right. How did you know I went to the old man's house?" +221500 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,I heard it from Chi-chan. +221600 ,,,,,,,コマコ,Komako,038_CB28_k_003.wav,komako,,4,,,,,,,,What! Where is Chi-chan? +221700 ,,,,,,,,,,komako,,4,,,,,,,,"With an excited look, Komako-chan approached me." +221800 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"She was here just a moment ago, but she's already gone home." +221900 ,,,,,,,コマコ,Komako,038_CB28_k_004.wav,komako,,34,,,,,,,,Oh... I see... +222000 ,,,,,,,,,,komako,,34,,,,,,,,Komako-chan was visibly disappointed. +222100 ,,,,,,,コマコ,Komako,038_CB28_k_005.wav,komako,,14,,,,,,,,I was planning to eat this corn with Chi- chan... +222200 ,,,,,,,,,,komako,,14,,,,,,,,"I see, the old man must have given her the corn and told her\nto eat it with a friend." +222300 ,,,,,,,,,,komako,,14,,,,,,,,That's why she hurried here. Komako-chan's love for Chi-chan\nis definitely genuine. +222400 ,,,,,,,コマコ,Komako,038_CB28_k_006.wav,komako,,34,,,,,,,,"...If Chi-chan's not here, I'll go home." +222500 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,W-Wait a minute! +222600 ,,,,,,,,,,komako,,34,,,,,,,,"I can't let her leave just like that. She came all this way,\nso I'll make sure she has a good time." +222700 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,"Since no one's around, how about we do some studying?" +222800 ,,,,,,,コマコ,Komako,038_CB28_k_007.wav,komako,,23,,,,,,,,Studying... +222900 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Yes, studying." +223000 ,,,,,,,,,,komako,,23,,,,,,,,That's all I need to say for Komako-chan to understand. +223100 ,,,,,,,コマコ,Komako,038_CB28_k_008.wav,komako,,13,,,,,,,,Hmm... what should I do... +223200 ,,,,,,,,,,komako,,13,,,,,,,,"Sharp as ever, Komako-chan is starting to realize that this\nstudying is something naughty." +223300 ,,,,,,,,,,komako,,13,,,,,,,,"But at the same time, Komako-chan is also a naughty girl." +223400 ,,,,,,,,,,komako,,13,,,,,,,,If I just stimulate that a little... +223500 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,Don't you want to do naughty things with Chi-chan soon? +223600 ,,,,,,,コマコ,Komako,038_CB28_k_009.wav,komako,,13,,,,,,,,...Hmm... +223700 ,,,,,,,,,,komako,,13,,,,,,,,"Komako-chan glares at me with a sulky look. Yes, in my line\nof work, that's a reward." +223800 ,,,,,,,コマコ,Komako,038_CB28_k_010.wav,komako,,16,,,,,,,,Then... I'll do it. +223900 ,,,,,,,,,,komako,,16,,,,,,,,It's simple. +224000 ,,,,,,,,,,komako,,16,,,,,,,,No one is better than me at handling little girls. +224100 ,,,,,,,コマコ,Komako,038_CB28_k_011.wav,komako,,13,,,,,,,,What are we doing today? +224200 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,I've actually been thinking about that for a while... +224400 ,,,,33,,,,,,,,,,,,,,,,I invited Komako-chan into the room and took out my favorite\nonahole. +224500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Today, let's study more about sex in detail." +224600 ,,,,,,,コマコ,Komako,038_CB28_k_012.wav,komako,,24,,,,,,,,Sex... +224700 ,,,,,,,,,,komako,,24,,,,,,,,"Imagining having sex with Chi-chan, Komako- chan blushed." +224800 ,,,,,,,,,,komako,,24,,,,,,,,"So cute. If I could, I'd press my rock-hard sausage against\nher flushed cheeks right now." +224900 ,,,,,,,コマコ,Komako,038_CB28_k_013.wav,komako,,26,,,,,,,,Will it hurt? +225000 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,"It won't hurt, it feels good." +225100 ,,,,,,,コマコ,Komako,038_CB28_k_014.wav,komako,,22,,,,,,,,Then... I'll do it. +225200 ,,,,,,,,,,komako,,22,,,,,,,,Komako-chan nodded and stared intently at the onahole in my\nhand. +225300 ,,,,,,,コマコ,Komako,038_CB28_k_015.wav,komako,,3,,,,,,,,What's that? +225400 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"This is called an onahole, it's modeled after a vagina." +225500 ,,,,,,,コマコ,Komako,038_CB28_k_016.wav,komako,,9,,,,,,,,But... it doesn't look like it at all... +225600 ,,,,,,,主人公,Kiyoshi,,komako,,9,,,,,,,,"You're right, it doesn't look like it at all. But, this part\nhere..." +225700 ,,,,,,,,,,komako,,9,,,,,,,,I showed Komako-chan the mouth part of the onahole. +225800 ,,,,,,,,,,komako,,24,,,,,,,,Komako-chan's eyes widened. +225900 ,,,,,,,コマコ,Komako,038_CB28_k_017.wav,komako,,24,,,,,,,,You're right... +226000 ,,,,,,,主人公,Kiyoshi,,komako,,24,,,,,,,,See? +226100 ,,,,,,,コマコ,Komako,038_CB28_k_018.wav,komako,,22,,,,,,,,It's weird... +226200 ,,,,,,,,,,komako,,22,,,,,,,,"Komako-chan seemed scared to touch it, keeping a little\ndistance while observing." +226300 ,,,,,,,主人公,Kiyoshi,,komako,,22,,,,,,,,Want to take a closer look? +226400 ,,,,,,,コマコ,Komako,038_CB28_k_019.wav,komako,,24,,,,,,,,Huh? +226500 ,,,,,,,主人公,Kiyoshi,,komako,,24,,,,,,,,"I mean, if you're that far away, you can't really see what\nit is, right?" +226600 ,,,,,,,コマコ,Komako,038_CB28_k_020.wav,komako,,2,,,,,,,,...Yeah. +226700 ,,,,,,,,,,komako,,2,,,,,,,,"Unable to hide her curiosity, Komako-chan looked a little\nembarrassed." +226800 ,,,,,,,主人公,Kiyoshi,,komako,,2,,,,,,,,Experiencing things like this firsthand is important. You\nhave to actually touch it. +226900 ,,,,,,,,,,komako,,2,,,,,,,,"Saying that, I handed the onahole to Komako- chan." +227100 ,,,9,,2160000,,,,,,,,,,,,,,, +227200 ,*mem,,,,2160000,,,,,,,,,,,,,,, +227300 ,,,9,,2160000,,コマコ,Komako,038_CB28_k_021.wav,komako,,0,,,,,,,,Ah... it's squishy... +227400 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan touched the onahole with great interest. +227500 ,,,,,2160000,,,,,,,,,,,,,,,"Yeah... Nice! Having a girl who doesn't know about onaholes\nhold one, it's nice!" +227600 ,,,,,2160000,,,,,,,,,,,,,,,That onahole is a hole I've used countless times for\nmasturbation. And now Komako-chan is holding it... +227700 ,,,,,2160000,,,,,,,,,,,,,,,It's practically the same as Komako-chan holding my dick. +227800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_022.wav,komako,,0,,,,,,,,Amazing. How do they make something like this? +227900 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"I don't know, but... it's craftsmanship." +228000 ,,,,,2160000,,コマコ,Komako,038_CB28_k_023.wav,komako,,0,,,,,,,,Craftsmanship... +228100 ,,,,,2160000,,,,,,,,,,,,,,,"Gripping it entirely, changing its shape, bending it,\nKomako-chan's curiosity was endless." +228200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_024.wav,komako,,0,,,,,,,,Chi-chan also... has the same shape as this... +228300 ,,,,,2160000,,,,,,,,,,,,,,,"Excited by her own words, Komako-chan blushed." +228400 ,,,,,2160000,,,,,,,,,,,,,,,She sniffed the onahole and stared at its material. +228500 ,,,,,2160000,,,,,,,,,,,,,,,"But unfortunately, it's not Chi-chan's pussy, it's my\nonahole." +228600 ,,,,,2160000,,,,,,,,,,,,,,,How many times have I filled that hole with my cum? +228700 ,,,,,2160000,,,,,,,,,,,,,,,"I've even done it while thinking about Komako-chan. And Chi-\nchan, and Tenka-chan too." +228800 ,,,,,2160000,,,,,,,,,,,,,,,"In that sense, it could indeed be called Chi- chan's pussy.\nThough it's a pussy tainted by me." +228900 ,,,,,2160000,,コマコ,Komako,038_CB28_k_025.wav,komako,,0,,,,,,,,How do you use this? +229000 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I see." +229100 ,,,,,2160000,,,,,,,,,,,,,,,"For a guy, there's only one way to use it, but for Komako-\nchan, she doesn't even know how to use this onahole." +229200 ,,,,,2160000,,,,,,,,,,,,,,,I love that pure side of Komako-chan. Corrupting that pure\nmind with my dirty knowledge is an indescribable pleasure. +229300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Look, you insert your dick into this opening. That way, it\nfeels really good." +229400 ,,,,,2160000,,コマコ,Komako,038_CB28_k_026.wav,komako,,0,,,,,,,,Why? +229500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,That's how humans are made. Especially when the partner is a\nlittle girl. +229600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_027.wav,komako,,0,,,,,,,,A little girl... does that mean I'm a girl who feels good\ntoo? +229700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Of course! It's already decided that Komako- chan has a very\npleasurable hole! +229800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_028.wav,komako,,0,,,,,,,,...♪ +229900 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan looked happy. She's probably imagining having\nsex with Chi-chan. +230000 ,,,,,2160000,,,,,,,,,,,,,,,"But I'll be the first to have Komako-chan's pussy before\nChi-chan. That's a decided matter. Well, there are still\nsteps to take..." +230100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"It might be hard to see your own, but it's easy to see with\nan onahole, right?" +230200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_029.wav,komako,,0,,,,,,,,Yeah. I can see all the way inside. +230300 ,,,,,2160000,,,,,,,,,,,,,,,"This onahole is transparent, so you can see inside. Komako-\nchan seems very intrigued by it." +230400 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Look. +230500 ,,,,,2160000,,コマコ,Komako,038_CB28_k_030.wav,komako,,0,,,,,,,,Ah... +230600 ,,,,,2160000,,,,,,,,,,,,,,,"When I stuck my finger into the onahole, Komako-chan looked\nsurprised." +230700 ,,,,,2160000,,,,,,,,,,,,,,,My finger was moving around inside the onahole. +230800 ,,,,,2160000,,,,,,,,,,,,,,,Just sticking my finger into an onahole held by a girl feels\nincredibly good! +230900 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"The inside of a girl is shaped like this. It's elastic, and\nwhen you move inside, it feels like this." +231000 ,,,,,2160000,,コマコ,Komako,038_CB28_k_031.wav,komako,,0,,,,,,,,Somehow... it's erotic. +231100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"That's right. If you understand that feeling, it means\nyou're really smart, Komako-chan." +231200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_032.wav,komako,,0,,,,,,,,Smart... am I? +231300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Yes! So, let's learn more and more things together." +231400 ,,,,,2160000,,,,,,,,,,,,,,,I pushed my finger further inside. +231500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,There's a place called the uterus around here. +231600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_033.wav,komako,,0,,,,,,,,Uterus? +231700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Yes. It's where babies are made. +231800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_034.wav,komako,,0,,,,,,,,"So, sex really does make babies?" +231900 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,That's right. But having a baby isn't a bad thing at all. +232000 ,,,,,2160000,,コマコ,Komako,038_CB28_k_035.wav,komako,,0,,,,,,,,Is that so? +232100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Because if a baby is born, another cute girl will be born,\nright?" +232200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_036.wav,komako,,0,,,,,,,,Yeah. +232300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Then that girl will grow up and be able to feel good things\ntoo. +232400 ,,,,,2160000,,コマコ,Komako,038_CB28_k_037.wav,komako,,0,,,,,,,,I see... that's how it is... +232500 ,,,,,2160000,,,,,,,,,,,,,,,"Komako-chan nodded, but she had a look on her face that\nsuggested the information wasn't quite sinking in." +232600 ,,,,,2160000,,,,,,,,,,,,,,,Maybe she's a bit confused. It was indeed a slightly\ncomplicated topic. +232700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Well, basically, you don't have to worry about it. Just\nremember that it feels good when the uterus is touched." +232800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_038.wav,komako,,0,,,,,,,,Got it. +232900 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"If I play with Chii-chan's uterus, Chii-chan will soon be\nhead over heels for Komako-chan too." +233000 ,,,,,2160000,,コマコ,Komako,038_CB28_k_039.wav,komako,,0,,,,,,,,............ +233100 ,,,,,2160000,,,,,,,,,,,,,,,"Komako-chan looked down shyly, but she was grinning." +233200 ,,,,,2160000,,,,,,,,,,,,,,,"She really loves naughty things. Impressive, impressive." +233300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"There's a pleasurable spot called the uterus deep inside,\nbut there's also one at the entrance." +233400 ,,,,,2160000,,コマコ,Komako,038_CB28_k_040.wav,komako,,0,,,,,,,,The entrance? +233500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Yes. Just above this hole. Komako-chan knows it too, right?" +233600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_041.wav,komako,,0,,,,,,,,Yeah. +233700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"If you play with it, it feels good, right?" +233800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_042.wav,komako,,0,,,,,,,,...Yeah. +233900 ,,,,,2160000,,,,,,,,,,,,,,,Using words to tease like this is quite nice. Komako-chan's\nreactions are adorable. +234000 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"It's usually in this position. It might be covered by skin\nor hidden by the labia, but you should be able to find it\neasily." +234100 ,,,,,2160000,,,,,,,,,,,,,,,"This onahole is realistic, so it even has a clitoris." +234200 ,,,,,2160000,,,,,,,,,,,,,,,It even replicates the light covering of skin. +234300 ,,,,,2160000,,,,,,,,,,,,,,,I practiced a lot with this onahole to make sure girls feel\nas good as possible by playing with the clitoris... +234400 ,,,,,2160000,,コマコ,Komako,013_CB07_k_010,komako,,0,,,,,,,,............ +234500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Huh? Komako-chan, what are you doing?" +234600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_044.wav,komako,,0,,,,,,,,Eh!? I'm not doing anything... +234700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Weren't you just playing with your pussy? +234800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_045.wav,komako,,0,,,,,,,,I wasn't playing with it! +234900 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Then let me smell your fingers. +235000 ,,,,,2160000,,,,,,,,,,,,,,,I brought my nose close to the fingers Komako-chan seemed to\nhave been playing with her pussy. +235100 ,,,,,2160000,,,,,,,,,,,,,,,"It smells of sweat, urine, and that sweet scent unique to\ngirls. Yeah, I could live off this." +235200 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan? You shouldn't lie to your teacher during study\ntime, right?" +235300 ,,,,,2160000,,コマコ,Komako,038_CB28_k_046.wav,komako,,0,,,,,,,,Mmm... but it just felt kind of tingly. +235400 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Did playing with the onahole make you feel aroused? +235500 ,,,,,2160000,,コマコ,Komako,038_CB28_k_047.wav,komako,,0,,,,,,,,I'm not sure if it was arousal or not. +235600 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan quickly lowered her gaze. +235700 ,,,,,2160000,,コマコ,Komako,038_CB28_k_048.wav,komako,,0,,,,,,,,I wanted to know if it was in the same position as mine. +235800 ,,,,,2160000,,,,,,,,,,,,,,,She's not very good at making excuses. +235900 ,,,,,2160000,,,,,,,,,,,,,,,"I know Komako-chan masturbates with her clitoris, but...\nwell, I'll keep quiet about it." +236000 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"But it's good to be eager to learn. So, shall we get back to\nstudying the onahole?" +236100 ,,,,,2160000,,コマコ,Komako,038_CB28_k_049.wav,komako,,0,,,,,,,,Yeah... +236200 ,,,,,2160000,,,,,,,,,,,,,,,"Still, Komako-chan touches, looks at, and smells the\nonahole, but she doesn't try to put her finger inside." +236300 ,,,,,2160000,,,,,,,,,,,,,,,"Usually, you'd want to put your finger in first..." +236400 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, aren't you curious about how it feels inside a\npussy?" +236500 ,,,,,2160000,,コマコ,Komako,038_CB28_k_050.wav,komako,,0,,,,,,,,Inside...? +236600 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. It's a bit hard to understand with your own, right?" +236700 ,,,,,2160000,,コマコ,Komako,038_CB28_k_051.wav,komako,,0,,,,,,,,"Yeah, I don't really understand it well." +236800 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Then let's experience it with this onahole. Here, try\nsticking your finger into this hole." +236900 ,,,,,2160000,,コマコ,Komako,038_CB28_k_052.wav,komako,,0,,,,,,,,Into the hole... my finger... +237000 ,,,,,2160000,,,,,,,,,,,,,,,"Komako-chan, looking a bit nervous, reaches her finger\ntowards the onahole." +237100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. It won't eat you. Come on, push it in." +237200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_053.wav,komako,,0,,,,,,,,Push it in... +237300 ,,,,,2160000,,,,,,,,,,,,,,,"However, unlike with me, Komako-chan's finger didn't go in\nmuch." +237400 ,,,,,2160000,,,,,,,,,,,,,,,"It's because she doesn't have the same boldness as I do, but\nKomako-chan seems shocked." +237500 ,,,,,2160000,,コマコ,Komako,038_CB28_k_054.wav,komako,,0,,,,,,,,My finger won't go in? +237600 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,I think it's because there's not enough lubricant. +237700 ,,,,,2160000,,コマコ,Komako,038_CB28_k_055.wav,komako,,0,,,,,,,,Lubricant...? +237800 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"A slippery liquid. Anything will do, but..." +237900 ,,,,,2160000,,,,,,,,,,,,,,,"I look around, but there's no lotion. I remember we ran out\nthe last time we used the onahole." +238000 ,,,,,2160000,,,,,,,,,,,,,,,"Hmm... what should I do... Water isn't bad, but..." +238100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I know!" +238200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_056.wav,komako,,0,,,,,,,,Lubricant? +238300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that! I found a good lubricant!" +238400 ,,,,,2160000,,,,,,,,,,,,,,,"I run to the store, grab what I need, and quickly return." +238500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"This is it, this!" +238600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_057.wav,komako,,0,,,,,,,,Jelly? +238700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"It's sweet, slippery, and just right." +238800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_058.wav,komako,,0,,,,,,,,Jelly is a lubricant? +238900 ,,,,,2160000,,,,,,,,,,,,,,,"It's a bit of a mistaken way to learn, but it's fine, right?" +239000 ,,,,,2160000,,,,,,,,,,,,,,,"If it were Komako-chan's love juices, it would be slippery,\nsweet, and erotic, which would be the best, but it's a\nhassle." +239100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,I'll put a little of this into the onahole... and spread it\nall around inside... +239200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_059.wav,komako,,0,,,,,,,,"Ah, the jelly is spreading." +239300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Right? I think it'll make it easier to enter. +239400 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan inserted her finger into the onahole again. This\ntime it slides in smoothly. +239500 ,,,,,2160000,,コマコ,Komako,038_CB28_k_060.wav,komako,,0,,,,,,,,It's in! +239600 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"It's in, huh." +239700 ,,,,,2160000,,コマコ,Komako,038_CB28_k_061.wav,komako,,0,,,,,,,,It was so hard to get in before... but now it feels like\nit's being sucked in... +239800 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"When a pussy finds something pleasurable, it tries to suck\nit in." +239900 ,,,,,2160000,,コマコ,Komako,038_CB28_k_062.wav,komako,,0,,,,,,,,Really? +240000 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"It's true. When you insert a dick, it grips and doesn't let\ngo." +240100 ,,,,,2160000,,コマコ,Komako,038_CB28_k_063.wav,komako,,0,,,,,,,,Wow... amazing. +240200 ,,,,,2160000,,,,,,,,,,,,,,,"Komako-chan moves her finger around inside the onahole,\nsquishing it." +240300 ,,,,,2160000,,,,,,,,,,,,,,,"She seems to be having fun. After all, inserting a finger\ninto a hole makes you feel happy, right?" +240400 ,,,,,2160000,,コマコ,Komako,038_CB28_k_064.wav,komako,,0,,,,,,,,It's completely different from mine. +240500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,How is it different? +240600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_065.wav,komako,,0,,,,,,,,Do I have to say? +240700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Yes. +240800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_066.wav,komako,,0,,,,,,,,Hmm... it feels wider than mine. +240900 ,,,,,2160000,,,,,,,,,,,,,,,"I see, so Komako-chan's pussy is tighter." +241000 ,,,,,2160000,,,,,,,,,,,,,,,"That's good to know. From tomorrow, when I imagine Komako-\nchan's pussy, I'll adjust it to be about 30% tighter than\nbefore." +241100 ,,,,,2160000,,コマコ,Komako,038_CB28_k_067.wav,komako,,0,,,,,,,,It's getting really slippery. +241200 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Probably because the jelly has spread throughout the\nonahole. +241300 ,,,,,2160000,,コマコ,Komako,038_CB28_k_068.wav,komako,,0,,,,,,,,It's easy to move in and out. +241400 ,,,,,2160000,,,,,,,,,,,,,,,Hearing the word 'in and out' from Komako- chan's mouth\nmakes me glad I run a candy store. +241500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Want to try licking it a bit? +241600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_069.wav,komako,,0,,,,,,,,Huh? +241700 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan seemed surprised by my sudden suggestion. +241800 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Girls feel good when their crotch is licked. You know that,\nright, Komako-chan?" +241900 ,,,,,2160000,,,,,,,,,,,,,,,"Since I've been licking her pussy a lot lately, there's no\nway she'd forget." +242000 ,,,,,2160000,,コマコ,Komako,038_CB28_k_070.wav,komako,,0,,,,,,,,"It's embarrassing, but... it feels good." +242100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Then you should learn how to lick properly. You'll need it\nto make Chie-chan feel good, right?" +242200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_071.wav,komako,,0,,,,,,,,"But if I lick her pussy, won't Chie-chan dislike it?" +242300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"There's no way she'd dislike it! It's really pleasurable,\nyou know? In fact, she probably wants you to lick it even\nnow." +242400 ,,,,,2160000,,コマコ,Komako,038_CB28_k_072.wav,komako,,0,,,,,,,,Really? +242500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Really, really." +242600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_073.wav,komako,,0,,,,,,,,I see... +242800 ,,,,,2160010,,,,,,,,,,,,,,,Komako-chan gently extends her tongue towards the onahole. +242900 ,,,,,2160010,,,,,,,,,,,,,,,She licks off the jelly that was slightly dripping from the\nonahole's opening with her cute tongue. +243000 ,,,,,2160010,,コマコ,Komako,038_CB28_k_074.wav,komako,,0,,,,,,,,Sweet... +243100 ,,,,,2160010,,,,,,,,,,,,,,,"Since it tastes like jelly, she seems happy." +243200 ,,,,,2160010,,,,,,,,,,,,,,,But just that feels a bit bland. +243300 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,Think of it as Chie-chan's pussy and try licking it. +243400 ,,,,,2160010,,コマコ,Komako,038_CB28_k_075.wav,komako,,0,,,,,,,,But this isn't Chie-chan's pussy. +243500 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,Use your imagination. Image training is really important. +243600 ,,,,,2160010,,,,,,,,,,,,,,,I've done so much image training with that onahole for when\nI have sex with Komako-chan. +243700 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,"If you do your image training properly, you can perform your\nbest when it counts." +243800 ,,,,,2160010,,コマコ,Komako,038_CB28_k_076.wav,komako,,0,,,,,,,,So it's for Chie-chan's sake? +243900 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,Exactly! +244000 ,,,,,2160010,,コマコ,Komako,038_CB28_k_077.wav,komako,,0,,,,,,,,For Chie-chan's... sake. +244100 ,,,,,2160010,,,,,,,,,,,,,,,"Something changed within Komako-chan, and her way of licking\nchanged drastically." +244200 ,,,,,2160010,,,,,,,,,,,,,,,"It wasn't the hesitant approach from before. Instead, she\nwas actively sucking and licking my onahole." +244300 ,,,,,2160010,,,,,,,,,,,,,,,Thinking about how my semen soaked into the onahole was\nbecoming a part of Komako-chan's body made me feel aroused. +244400 ,,,,,2160010,,コマコ,Komako,038_CB28_k_078.wav,komako,,0,,,,,,,,"Lick, lick... ah, fuu, slurp...!" +244500 ,,,,,2160010,,,,,,,,,,,,,,,Komako-chan earnestly serves the onahole. +244600 ,,,,,2160010,,,,,,,,,,,,,,,"She inserts her tongue into the hole, licking out the jelly\ninside." +244700 ,,,,,2160010,,,,,,,,,,,,,,,The sight was so sensual that I started playing with my cock\ninside my pants. +244800 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,"Look, make sure to lick the entrance too. Chie-chan will be\nhappy." +244900 ,,,,,2160010,,コマコ,Komako,038_CB28_k_079.wav,komako,,0,,,,,,,,"Fwah, slurp slurp...! Nchu, chu...!" +245000 ,,,,,2160010,,,,,,,,,,,,,,,Komako-chan obediently starts focusing on licking the\nclitoris. +245100 ,,,,,2160010,,,,,,,,,,,,,,,"Come to think of it, I ejaculated on that clitoris many\ntimes." +245200 ,,,,,2160010,,,,,,,,,,,,,,,I'm happy that Komako-chan is licking it for me. +245300 ,,,,,2160010,,,,,,,,,,,,,,,"That cute, small tongue... it's amazing. I wonder how good\nit would feel to have my cock licked by it." +245400 ,,,,,2160010,,,,,,,,,,,,,,,"While thinking about that, I continue to play with my\ncrotch, hidden from Komako-chan." +245500 ,,,,,2160010,,コマコ,Komako,038_CB28_k_080.wav,komako,,0,,,,,,,,"Chururururu! Nchu, ah... n..." +245600 ,,,,,2160010,,,,,,,,,,,,,,,"Her tongue work is incredible. It's so meticulous, Komako-\nchan really has potential." +245700 ,,,,,2160010,,,,,,,,,,,,,,,But... maybe she's licking a bit too single- mindedly? I\nwonder how long she plans to keep licking. +245800 ,,,,,2160010,,,,,,,,,,,,,,,"I wouldn't mind if she kept licking forever, but we have to\nmove on to the next step eventually." +245900 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Komako-chan. Okay! Komako-chan, your pussy licking\ngets a perfect score." +246000 ,,,,,2160010,,コマコ,Komako,038_CB28_k_081.wav,komako,,0,,,,,,,,Haa... haa... +246100 ,,,,,2160010,,,,,,,,,,,,,,,"Maybe she got too absorbed, as Komako-chan's mouth was\ncovered in drool." +246200 ,,,,,2160010,,,,,,,,,,,,,,,"Amazing. With that much drool, the inside of the onahole\nmust be overflowing with Komako- chan's fluids." +246300 ,,,,,2160010,,,,,,,,,,,,,,,This is promising. +246400 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's move on to the next lesson. Are you ready?" +246500 ,,,,,2160010,,コマコ,Komako,038_CB28_k_082.wav,komako,,0,,,,,,,,Yeah. +246600 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, could you turn the onahole around and hold it for me?" +246800 ,,,,,2161000,,コマコ,Komako,038_CB28_k_083.wav,komako,,0,,,,,,,,Like this? +246900 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, exactly!" +247000 ,,,,,2161000,,コマコ,Komako,038_CB28_k_084.wav,komako,,0,,,,,,,,What are we doing next? +247100 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you want to see how this onahole is actually\nused, right?" +247200 ,,,,,2161000,,,,,,,,,,,,,,,"Saying that, I freed my fully erect cock from my pants." +247300 ,,,,,2161000,,コマコ,Komako,038_CB28_k_085.wav,komako,,0,,,,,,,,Eh!? Why are you taking out your cock...? +247400 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,Onaholes are meant to make your cock feel good. +247500 ,,,,,2161000,,,,,,,,,,,,,,,"Komako-chan observed my erect cock, her cheeks blushing." +247600 ,,,,,2161000,,,,,,,,,,,,,,,She couldn't suppress her curiosity at all. Komako-chan\ndidn't try to look away from my thing. +247700 ,,,,,2161000,,コマコ,Komako,038_CB28_k_086.wav,komako,,0,,,,,,,,"You're not going to put it in my pussy, saying it's like\nhaving sex, right?" +247800 ,,,,,2161000,,,,,,,,,,,,,,,Ugh... Komako-chan is sharp as always. I did think that\ncould be a possibility. +247900 ,,,,,2161000,,,,,,,,,,,,,,,"But today, I really just want to show her how the onahole is\nused." +248000 ,,,,,2161000,,,,,,,,,,,,,,,That's more than enough to make me happy. +248100 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,Don't worry. I'm only going to have sex with the onahole. +248200 ,,,,,2161000,,コマコ,Komako,038_CB28_k_087.wav,komako,,0,,,,,,,,I see. +248300 ,,,,,2161000,,,,,,,,,,,,,,,"It was a bit anticlimactic, or maybe disappointing, or\nsomething." +248400 ,,,,,2161000,,,,,,,,,,,,,,,Komako-chan had a very subtle expression. +248500 ,,,,,2161000,,,,,,,,,,,,,,,I switched gears and started instructing Komako-chan on how\nto hold the onahole. +248600 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,"In the end, I think I'll thrust quite strongly, so hold it\nfirmly." +248700 ,,,,,2161000,,コマコ,Komako,038_CB28_k_088.wav,komako,,0,,,,,,,,Got it. +248800 ,,,,,2161000,,,,,,,,,,,,,,,Komako-chan adjusted her grip on the onahole. +248900 ,,,,,2161000,,コマコ,Komako,038_CB28_k_089.wav,komako,,0,,,,,,,,Like this? +249000 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,A little closer to your mouth like this. +249100 ,,,,,2161000,,,,,,,,,,,,,,,"That way, it feels like Komako-chan is giving me a blowjob." +249200 ,,,,,2161000,,コマコ,Komako,038_CB28_k_090.wav,komako,,0,,,,,,,,Is this okay? +249300 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, that's good." +249400 ,,,,,2161000,,,,,,,,,,,,,,,"Still, Komako-chan has been quite obedient since earlier." +249500 ,,,,,2161000,,,,,,,,,,,,,,,I thought she might question or refuse a bit more... +249600 ,,,,,2161000,,,,,,,,,,,,,,,Having Chie-chan as a trump card must be significant. +249700 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, hold it firmly." +249800 ,,,,,2161000,,,,,,,,,,,,,,,"While giving instructions, my cock, which had been stroked\ncontinuously, was fully ready." +249900 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,"Now, the old man is going to have sex with the onahole, so\nKomako-chan... watch closely." +250000 ,,,,,2161000,,コマコ,Komako,038_CB28_k_091.wav,komako,,0,,,,,,,,Okay. +250100 ,,,,,2161000,,,,,,,,,,,,,,,Komako-chan swallowed her saliva. I slowly inserted my cock\ninto the onahole. +250300 ,,,,,2161010,,,,,,,,,,,,,,,"Ah... I wonder why, it's completely different from usual.\nJust the fact that Komako-chan is watching makes it entirely\ndifferent." +250400 ,,,,,2161010,,コマコ,Komako,038_CB28_k_092.wav,komako,,0,,,,,,,,Amazing. It's going in more and more... +250500 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,That's good... that's good... Komako- chan... +250600 ,,,,,2161010,,,,,,,,,,,,,,,The sensation of Komako-chan's saliva and the jelly she\ncouldn't lick off. +250700 ,,,,,2161010,,,,,,,,,,,,,,,"Komako-chan's saliva clings to my cock. It feels so good, I\nmight collapse." +250800 ,,,,,2161010,,コマコ,Komako,038_CB28_k_093.wav,komako,,0,,,,,,,,It went in easily all the way to the back. +250900 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,It's thanks to Komako-chan's saliva. +251000 ,,,,,2161010,,コマコ,Komako,038_CB28_k_094.wav,komako,,0,,,,,,,,Saliva? +251100 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,"Earlier, Komako-chan licked a lot of jelly, right? At that\ntime, a lot of saliva came out." +251200 ,,,,,2161010,,,,,,,,,,,,,,,Komako-chan seemed like she just realized it for the first\ntime. +251300 ,,,,,2161010,,,,,,,,,,,,,,,She probably wasn't aware because she was so absorbed\nearlier. +251400 ,,,,,2161010,,コマコ,Komako,038_CB28_k_095.wav,komako,,0,,,,,,,,Is saliva good? +251500 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. Thanks to the saliva, the inside of the onahole is all\nslippery, so it goes in easily and feels good to move in and\nout." +251600 ,,,,,2161010,,コマコ,Komako,038_CB28_k_096.wav,komako,,0,,,,,,,,My saliva feels good... +251700 ,,,,,2161010,,,,,,,,,,,,,,,Komako-chan had a curious expression on her face. +251800 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,That's right. Komako-chan's saliva feels great. +251900 ,,,,,2161010,,,,,,,,,,,,,,,I told Komako-chan that while moving my hips. +252000 ,,,,,2161010,,,,,,,,,,,,,,,"Komako-chan looked away, a bit embarrassed." +252100 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,"If you don't watch properly, you won't be able to do it with\nChii-chan." +252200 ,,,,,2161010,,コマコ,Komako,038_CB28_k_097.wav,komako,,0,,,,,,,,I don't want that. +252300 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,Then you have to watch properly. +252400 ,,,,,2161010,,コマコ,Komako,038_CB28_k_098.wav,komako,,0,,,,,,,,Okay... +252500 ,,,,,2161010,,,,,,,,,,,,,,,"Blushing even more than before, Komako-chan stared intently\nat the in-and-out motion of my cock." +252600 ,,,,,2161010,,,,,,,,,,,,,,,Just thinking about my manly cock being reflected in her\ninnocent eyes made it harder. +252700 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,"Now, squeeze the onahole." +252900 ,,,,,2161020,,コマコ,Komako,038_CB28_k_099.wav,komako,,0,,,,,,,,Like this? +253000 ,,,,,2161020,,,,,,,,,,,,,,,A weak pressure. But this isn't enough at all. +253100 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,More. +253200 ,,,,,2161020,,コマコ,Komako,038_CB28_k_100.wav,komako,,0,,,,,,,,More? +253300 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,Squeeze harder. +253400 ,,,,,2161020,,コマコ,Komako,038_CB28_k_101.wav,komako,,0,,,,,,,,But... won't it hurt? +253500 ,,,,,2161020,,,,,,,,,,,,,,,Her anxious eyes. Her breathing. Everything about her is\nerotic. +253600 ,,,,,2161020,,,,,,,,,,,,,,,My thing keeps getting harder. +253700 ,,,,,2161020,,,,,,,,,,,,,,,"But honestly, this pressure isn't enough." +253800 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,"It won't hurt. In fact, if you don't squeeze harder, it\nwon't feel good." +253900 ,,,,,2161020,,コマコ,Komako,038_CB28_k_102.wav,komako,,0,,,,,,,,That's how it is... +254000 ,,,,,2161020,,,,,,,,,,,,,,,Komako-chan nodded as if she understood something and\nadjusted her grip on the onahole. +254100 ,,,,,2161020,,コマコ,Komako,038_CB28_k_103.wav,komako,,0,,,,,,,,Nn! +254200 ,,,,,2161020,,,,,,,,,,,,,,,Just the right amount of pressure. +254300 ,,,,,2161020,,,,,,,,,,,,,,,Komako-chan is probably squeezing with all her might. +254400 ,,,,,2161020,,,,,,,,,,,,,,,"However, it doesn't hurt at all. To be honest, it could be\neven stronger." +254500 ,,,,,2161020,,,,,,,,,,,,,,,"But seeing Komako-chan's earnest expression as she serves,\nit feels just right." +254600 ,,,,,2161020,,コマコ,Komako,038_CB28_k_104.wav,komako,,0,,,,,,,,Ah... it seems to be getting harder than before... +254700 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,"It's thanks to you, Komako-chan." +254800 ,,,,,2161020,,コマコ,Komako,038_CB28_k_105.wav,komako,,0,,,,,,,,Does that mean it feels good? +254900 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. +255000 ,,,,,2161020,,コマコ,Komako,038_CB28_k_106.wav,komako,,0,,,,,,,,I see. +255100 ,,,,,2161020,,,,,,,,,,,,,,,Komako-chan smiled slyly. +255200 ,,,,,2161020,,,,,,,,,,,,,,,"That smile hit my excitement button. I couldn't help but\nthrust my hips, driving my cock all the way to the end." +255300 ,,,,,2161020,,コマコ,Komako,038_CB28_k_107.wav,komako,,0,,,,,,,,Wah! +255400 ,,,,,2161020,,,,,,,,,,,,,,,Komako-chan was surprised. I didn't care and kept thrusting\ndeep into the onahole. +255500 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,"When you tap the back of the pussy like this, girls really\nenjoy it." +255600 ,,,,,2161020,,コマコ,Komako,038_CB28_k_108.wav,komako,,0,,,,,,,,Tapping the back... +255700 ,,,,,2161020,,,,,,,,,,,,,,,"As if engraving my words into her mind, Komako-chan repeated\nthem." +256000 ,,,,,2161020,,,,,,,,,,,,,,,"Getting more and more excited, I naturally increased the\nspeed of my thrusts." +256100 ,,,,,2161020,,,,,,,,,,,,,,,"My erection rubbed against the onahole, made slick by\nKomako-chan's saliva." +256200 ,,,,,2161020,,コマコ,Komako,038_CB28_k_110.wav,komako,,0,,,,,,,,It's so naughty... +256300 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,Right? Watch even more. +256400 ,,,,,2161020,,コマコ,Komako,038_CB28_k_111.wav,komako,,0,,,,,,,,"Yeah, I'll watch." +256500 ,,,,,2161020,,,,,,,,,,,,,,,She nodded obediently to everything I said. +256600 ,,,,,2161020,,,,,,,,,,,,,,,"For when she's with Chie-chan, Komako-chan was intently\nwatching the onahole and my thing." +256700 ,,,,,2161020,,,,,,,,,,,,,,,The speed of my hips kept increasing. +256800 ,,,,,2161020,,コマコ,Komako,038_CB28_k_112.wav,komako,,0,,,,,,,,"Moving that fast, doesn't it hurt?" +256900 ,,,,,2161020,,,,,,,,,,,,,,,I shook my head. +257000 ,,,,,2161020,,コマコ,Komako,038_CB28_k_113.wav,komako,,0,,,,,,,,Does this feel good? +257100 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,Yeah... the more you rub like this... both the dick and the\npussy feel good... ugh! +257300 ,,,,,2161030,,,,,,,,,,,,,,,I unconsciously reached out and touched Komako-chan's head. +257400 ,,,,,2161030,,,,,,,,,,,,,,,Komako-chan was a little surprised too. +257500 ,,,,,2161030,,コマコ,Komako,038_CB28_k_114.wav,komako,,0,,,,,,,,"Mister, what's wrong?" +257600 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,It feels better this way. +257700 ,,,,,2161030,,コマコ,Komako,038_CB28_k_115.wav,komako,,0,,,,,,,,I see... +257800 ,,,,,2161030,,,,,,,,,,,,,,,"She didn't seem to mind. So, I'll keep it like this." +257900 ,,,,,2161030,,,,,,,,,,,,,,,Because it feels like Komako-chan is giving me a blowjob\nthis way. It's amazing. +258000 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, your hair is beautiful." +258100 ,,,,,2161030,,コマコ,Komako,038_CB28_k_116.wav,komako,,0,,,,,,,,Really... you think so? +258200 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. It's really beautiful. The color is great, it's\nperfect." +258300 ,,,,,2161030,,コマコ,Komako,038_CB28_k_117.wav,komako,,0,,,,,,,,...Hehe♪ +258400 ,,,,,2161030,,,,,,,,,,,,,,,Komako-chan showed a smile appropriate for her age. +258500 ,,,,,2161030,,,,,,,,,,,,,,,The texture is amazing. I absolutely want to cover this hair\nwith my semen. I'll make it sticky with my sperm. +258600 ,,,,,2161030,,,,,,,,,,,,,,,"Unaware of my intentions, Komako-chan was earnestly gripping\nthe onahole." +258700 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,That's good... +258800 ,,,,,2161030,,,,,,,,,,,,,,,I repeatedly stroked the beautiful hair that would soon be\nsoiled with white seed. +258900 ,,,,,2161030,,,,,,,,,,,,,,,"Komako-chan looked embarrassed, but at the same time, she\nseemed to enjoy it." +259000 ,,,,,2161030,,コマコ,Komako,038_CB28_k_118.wav,komako,,0,,,,,,,,"Ah... something's coming out from the tip of your dick,\nmister." +259100 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +259200 ,,,,,2161030,,コマコ,Komako,038_CB28_k_119.wav,komako,,0,,,,,,,,It's a clear liquid... +259300 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, that. You surprised me." +259400 ,,,,,2161030,,コマコ,Komako,038_CB28_k_120.wav,komako,,0,,,,,,,,What is this again? +259500 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"This is called pre-cum, it comes out when it feels good." +259600 ,,,,,2161030,,コマコ,Komako,038_CB28_k_121.wav,komako,,0,,,,,,,,Pre-cum... Why does it come out? +259700 ,,,,,2161030,,,,,,,,,,,,,,,Hmm... why was it again? +259800 ,,,,,2161030,,,,,,,,,,,,,,,"Well, a serious answer isn't really needed right now." +259900 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,It comes out so the vagina doesn't hurt. +260000 ,,,,,2161030,,コマコ,Komako,038_CB28_k_122.wav,komako,,0,,,,,,,,I see. +260100 ,,,,,2161030,,,,,,,,,,,,,,,"It was a vague answer, but Komako-chan seemed satisfied." +260200 ,,,,,2161030,,コマコ,Komako,038_CB28_k_123.wav,komako,,0,,,,,,,,I guess it would hurt without something like this... +260300 ,,,,,2161030,,,,,,,,,,,,,,,I wonder if she's ever hurt herself from too much\nmasturbation? +260400 ,,,,,2161030,,,,,,,,,,,,,,,"But honestly, I don't care about that right now. If I let my\nguard down, I might ejaculate at any moment." +260500 ,,,,,2161030,,,,,,,,,,,,,,,I muster all my strength to hold back my ejaculation. +260600 ,,,,,2161030,,コマコ,Komako,038_CB28_k_124.wav,komako,,0,,,,,,,,"Are you okay, mister? You look like you're in pain." +260700 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm fine. It's not pain, it just feels good." +260800 ,,,,,2161030,,コマコ,Komako,038_CB28_k_125.wav,komako,,0,,,,,,,,Really? +260900 ,,,,,2161030,,,,,,,,,,,,,,,"From the outside, it probably looks like I'm in agony." +261000 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"It's true. It really just feels good. So, shall we move\nKomako-chan?" +261100 ,,,,,2161030,,コマコ,Komako,038_CB28_k_126.wav,komako,,0,,,,,,,,Move... this? +261200 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,That's right. +261300 ,,,,,2161030,,コマコ,Komako,038_CB28_k_127.wav,komako,,0,,,,,,,,But... +261400 ,,,,,2161030,,,,,,,,,,,,,,,"Because I was moving my hips, Komako-chan seemed to have a\nhard time moving." +261500 ,,,,,2161030,,,,,,,,,,,,,,,I guess I have no choice. Let's calm down a bit. +261600 ,,,,,2161030,,,,,,,,,,,,,,,I stopped moving my hips. +261700 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Okay, try moving it." +261800 ,,,,,2161030,,コマコ,Komako,038_CB28_k_128.wav,komako,,0,,,,,,,,"Like this, back and forth, back and forth, right?" +261900 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. As fast as you can. +262000 ,,,,,2161030,,コマコ,Komako,038_CB28_k_129.wav,komako,,0,,,,,,,,Got it. +262100 ,,,,,2161030,,,,,,,,,,,,,,,Komako-chan started moving the onahole cautiously. +262200 ,,,,,2161030,,,,,,,,,,,,,,,A unique pleasure surged through my lower body. +262300 ,,,,,2161030,,,,,,,,,,,,,,,Even slow movements feel surprisingly good. But faster is\ndefinitely more intense. +262400 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,You can move it even faster. +262500 ,,,,,2161030,,コマコ,Komako,038_CB28_k_130.wav,komako,,0,,,,,,,,Like this? +262600 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,Still fine. Even faster. +262700 ,,,,,2161030,,,,,,,,,,,,,,,"As I kept telling her to go faster, it gradually reached an\nacceptable speed." +262800 ,,,,,2161030,,,,,,,,,,,,,,,"Before I knew it, the sensation of climax was rapidly\nbuilding up." +262900 ,,,,,2161030,,コマコ,Komako,038_CB28_k_131.wav,komako,,0,,,,,,,,"Mister, your hips are moving." +263000 ,,,,,2161030,,,,,,,,,,,,,,,It seems my hips were moving on their own again due to the\npleasure. +263100 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"It's because Komako-chan moved it, it felt so good." +263200 ,,,,,2161030,,コマコ,Komako,038_CB28_k_132.wav,komako,,0,,,,,,,,"When it feels good, your hips move on their own?" +263300 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,That's right. +263400 ,,,,,2161030,,コマコ,Komako,038_CB28_k_133.wav,komako,,0,,,,,,,,Is it the same for girls? +263500 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'm sure it's the same for Chii-chan too." +263600 ,,,,,2161030,,コマコ,Komako,038_CB28_k_134.wav,komako,,0,,,,,,,,How strange... +263700 ,,,,,2161030,,,,,,,,,,,,,,,Komako-chan's eyes sparkled with excitement. +263800 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Then, let's try moving the onahole in sync with my\nmovements." +263900 ,,,,,2161030,,コマコ,Komako,038_CB28_k_135.wav,komako,,0,,,,,,,,Can I do it? +264000 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sure you can, Komako-chan. You're very talented." +264100 ,,,,,2161030,,コマコ,Komako,038_CB28_k_136.wav,komako,,0,,,,,,,,I'll give it a try. +264200 ,,,,,2161030,,,,,,,,,,,,,,,Komako-chan moved the onahole in sync with my hip movements. +264300 ,,,,,2161030,,,,,,,,,,,,,,,It's the most pleasurable it's ever been. It feels like\nelectricity is running up my spine. +264400 ,,,,,2161030,,,,,,,,,,,,,,,My thing is being rubbed at an incredible speed. I'm\nenveloped by the slippery sensation over and over. +264500 ,,,,,2161030,,,,,,,,,,,,,,,I grabbed Komako-chan's head a bit more firmly and closed my\neyes. +264600 ,,,,,2161030,,,,,,,,,,,,,,,It felt as if I was giving Komako-chan an irrumatio. This is\namazing! +264700 ,,,,,2161030,,コマコ,Komako,038_CB28_k_137.wav,komako,,0,,,,,,,,Nn... nn... +264800 ,,,,,2161030,,,,,,,,,,,,,,,"Even when I grabbed her head firmly and moved my hips\nfaster, Komako-chan didn't let go of the onahole." +264900 ,,,,,2161030,,,,,,,,,,,,,,,"Thanks to that, I could safely increase the speed of my\nthrusts." +265000 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"That's great, Komako-chan... this... it's the best it's ever\nfelt." +265100 ,,,,,2161030,,コマコ,Komako,038_CB28_k_138.wav,komako,,0,,,,,,,,"Mister, your breathing is heavy." +265200 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,Yeah... this... it's really intense...! +265300 ,,,,,2161030,,,,,,,,,,,,,,,How can I describe this sensation? It's just incredibly\npleasurable. +265400 ,,,,,2161030,,,,,,,,,,,,,,,"It's as if my body has become an automatic machine, my hips\nwon't stop." +265500 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,Ah... I'm going to cum... I'm going to ejaculate...! I'm\ngoing to release my semen in Komako-chan's hand! +265600 ,,,,,2161030,,コマコ,Komako,038_CB28_k_139.wav,komako,,0,,,,,,,,Eh!? You're going to cum? +265700 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! I'm going to cum! Is it okay? I'm going to release it!\nHuh... ah... +265800 ,,,,,2161030,,コマコ,Komako,038_CB28_k_140.wav,komako,,0,,,,,,,,"Ah, it's getting bigger..." +265900 ,,,,,2161030,,,,,,,,,,,,,,,I moved my hips while holding back ejaculation. There's\nnothing more pleasurable than this. +266000 ,,,,,2161030,,,,,,,,,,,,,,,All the nerves in my body concentrated on my lower half. +266100 ,,,,,2161030,,,,,,,,,,,,,,,I can't hold it anymore. I really can't. I can't endure it. +266200 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,I'm really going to cum! I can't hold it anymore... I'm\ngoing to release a lot! +266300 ,,,,,2161030,,コマコ,Komako,038_CB28_k_141.wav,komako,,0,,,,,,,,"Yeah... it's okay... Mister, feel as good as you can." +266400 ,,,,,2161030,,,,,,,,,,,,,,,"Hearing Komako-chan's words, I headed straight for the\nfinish." +266500 ,,,,,2161030,,,,,,,,,,,,,,,I moved my hips frantically and held my breath. +266600 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, it's really bad... I'm cumming... I'm cumming, Komako-\nchan! Ah, nhaa! I'm releasing... ahhh...!" +266800 ,,,,,2161040,,,,,,,,,,,,,,,I finally ejaculated in Komako-chan's hand. +266900 ,,,,,2161040,,,,,,,,,,,,,,,I could feel the semen spurting out from the tip. +267000 ,,,,,2161040,,コマコ,Komako,038_CB28_k_142.wav,komako,,0,,,,,,,,Wow! It's coming out a lot from the tip of your dick... +267100 ,,,,,2161040,,,,,,,,,,,,,,,Komako-chan continued to observe the whole process with\ncuriosity. +267200 ,,,,,2161040,,,,,,,,,,,,,,,"As for me, I was a bit anxious because the ejaculation\nwouldn't stop." +267300 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,Ah... this is amazing...! +267400 ,,,,,2161040,,,,,,,,,,,,,,,"Perhaps because I heightened the pleasure before\nejaculating, my hips were tingling with pleasure for a long\ntime." +267500 ,,,,,2161040,,コマコ,Komako,038_CB28_k_143.wav,komako,,0,,,,,,,,It's throbbing... +267600 ,,,,,2161040,,,,,,,,,,,,,,,"In the end, I was overwhelmed by the long- lasting pleasure\nfor a few seconds, and the ejaculation stopped." +267700 ,,,,,2161040,,コマコ,Komako,038_CB28_k_144.wav,komako,,0,,,,,,,,Are you okay? +267800 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... I'm okay... +267900 ,,,,,2161040,,,,,,,,,,,,,,,"Ah, come to think of it, I had planned to ejaculate on\nKomako-chan's face and hair, but I forgot because of the\noverwhelming pleasure." +268000 ,,,,,2161040,,,,,,,,,,,,,,,"It's a bit of a shock... but it felt good, so it's fine." +268100 ,,,,,2161040,,コマコ,Komako,038_CB28_k_145.wav,komako,,0,,,,,,,,............ +268200 ,,,,,2161040,,,,,,,,,,,,,,,"As I was basking in the pleasant afterglow of ejaculation,\nKomako-chan suddenly started moving the onahole." +268300 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, wait a minute, Komako-chan!" +268400 ,,,,,2161040,,コマコ,Komako,038_CB28_k_146.wav,komako,,0,,,,,,,,It looks like more is coming out... +268500 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,Right after ejaculating is no good... ah! +268600 ,,,,,2161040,,,,,,,,,,,,,,,"A strange sensation, like my stomach was being pulled tight." +268700 ,,,,,2161040,,,,,,,,,,,,,,,Komako-chan continued to rub my sensitive part. +268800 ,,,,,2161040,,コマコ,Komako,038_CB28_k_147.wav,komako,,0,,,,,,,,Show me again. +268900 ,,,,,2161040,,,,,,,,,,,,,,,"When she said that, something ignited within me." +269000 ,,,,,2161040,,,,,,,,,,,,,,,"Alright, let's do this. I still regret not being able to\nrelease on her face and hair." +269100 ,,,,,2161040,,,,,,,,,,,,,,,"This time, I'll make sure to cover Komako- chan properly." +269200 ,,,,,2161040,,,,,,,,,,,,,,,"And so, I started moving my hips on my own." +269300 ,,,,,2161040,,コマコ,Komako,038_CB28_k_148.wav,komako,,0,,,,,,,,Ah... your dick is getting hard again... +269400 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,"Then I'll release the second round... I'll cover you,\nKomako-chan." +269500 ,,,,,2161040,,コマコ,Komako,038_CB28_k_149.wav,komako,,0,,,,,,,,Cover? +269600 ,,,,,2161040,,,,,,,,,,,,,,,"She didn't seem to fully understand the meaning of the\nwords, but it didn't matter." +269700 ,,,,,2161040,,,,,,,,,,,,,,,"Honestly, since I just came earlier, I can't hold back the\npleasure. I feel like I'm going to come again soon." +269800 ,,,,,2161040,,,,,,,,,,,,,,,"Without hesitation, I was sure the second round would come\nimmediately." +269900 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,I'm going to come...! +270000 ,,,,,2161040,,コマコ,Komako,038_CB28_k_150.wav,komako,,0,,,,,,,,Already coming? +270100 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! Ah... nngh... I'm coming! +270200 ,,,,,2161040,,,,,,,,,,,,,,,"And this time, I pulled my hips back firmly." +270400 ,,,,,2161050,,コマコ,Komako,038_CB28_k_151.wav,komako,,0,,,,,,,,Ah... +270500 ,,,,,2161050,,,,,,,,,,,,,,,I splattered a large amount of white fluid onto Komako-\nchan's defenseless face and hair. +270600 ,,,,,2161050,,,,,,,,,,,,,,,"In sync with the throbbing, semen spurted out from the tip." +270700 ,,,,,2161050,,,,,,,,,,,,,,,Komako-chan's beautiful hair was getting soiled with my\nsticky semen. +270800 ,,,,,2161050,,コマコ,Komako,038_CB28_k_152.wav,komako,,0,,,,,,,,Wow... it's warm... +270900 ,,,,,2161050,,,,,,,,,,,,,,,"However, Komako-chan accepted my semen without any\ncomplaints." +271000 ,,,,,2161050,,,,,,,,,,,,,,,"She seemed surprised by the force of the ejaculation, her\neyes wide open." +271100 ,,,,,2161050,,コマコ,Komako,038_CB28_k_153.wav,komako,,0,,,,,,,,It comes out so much... +271200 ,,,,,2161050,,主人公,Kiyoshi,,,,,,,,,,,,Ah... that felt so good... +271300 ,,,,,2161050,,,,,,,,,,,,,,,I was able to ejaculate and soil Komako- chan's hair. +271400 ,,,,,2161050,,,,,,,,,,,,,,,I felt very satisfied. +271500 ,,,,,2161050,,コマコ,Komako,038_CB28_k_154.wav,komako,,0,,,,,,,,Is it over now? +271600 ,,,,,2161050,,,,,,,,,,,,,,,Komako-chan was curiously observing me right after I came. +271700 ,,,,,2161050,,主人公,Kiyoshi,,,,,,,,,,,,It's over. It really felt good. +271800 ,,,,,2161050,,コマコ,Komako,038_CB28_k_155.wav,komako,,0,,,,,,,,This is the first time I've seen it... +271900 ,,,,,2161050,,,,,,,,,,,,,,,"Ah, I see." +272000 ,,,,,2161050,,,,,,,,,,,,,,,"It's the first time she's seen semen coming out, so she's\ndoubting if it really felt good." +272100 ,,,,,2161050,,主人公,Kiyoshi,,,,,,,,,,,,"Don't worry. You were really good, Komako- chan." +272200 ,,,,,2161050,,コマコ,Komako,038_CB28_k_156.wav,komako,,0,,,,,,,,I'm glad... +272300 ,,,,,2161050,,,,,,,,,,,,,,,"Even as she said that, Komako-chan was trying to play with\nme again." +272400 ,,,,,2161050,,,,,,,,,,,,,,,I hurriedly stopped her. +272500 ,,,,,2161050,,コマコ,Komako,038_CB28_k_157.wav,komako,,0,,,,,,,,Is it not okay? +272600 ,,,,,2161050,,主人公,Kiyoshi,,,,,,,,,,,,It's just that it hurts now. +272700 ,,,,,2161050,,コマコ,Komako,038_CB28_k_158.wav,komako,,0,,,,,,,,That's a shame... +272800 ,,,,,2161050,,,,,,,,,,,,,,,It seems her curiosity about my cock is exploding. +272900 ,,,,,2161050,,,,,,,,,,,,,,,"At this rate, she'll play with me again." +273000 ,,,,,2161050,,,,,,,,,,,,,,,"To distract Komako-chan, I told her to look at the onahole\nthat was completely dirty with semen." +273100 ,,,,,2161050,,主人公,Kiyoshi,,,,,,,,,,,,This is what a pussy looks like after sex. Chie-chan's would\nbe like this too. +273200 ,,,,,2161050,,コマコ,Komako,038_CB28_k_159.wav,komako,,0,,,,,,,,A pussy after sex... Chie-chan's... +273300 ,,,,,2161050,,,,,,,,,,,,,,,"Hearing that, Komako-chan's interest piqued, and she brought\nher face closer to the onahole." +273500 ,,,,,2160020,,,,,,,,,,,,,,,"Inside the onahole, my semen and Komako- chan's saliva were\nmixed together, becoming gooey." +273600 ,,,,,2160020,,,,,,,,,,,,,,,"With her face still dirty from my semen, Komako-chan sniffed\nthe onahole." +273700 ,,,,,2160020,,コマコ,Komako,038_CB28_k_160.wav,komako,,0,,,,,,,,It smells weird... It's naughty. +273800 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it is." +273900 ,,,,,2160020,,,,,,,,,,,,,,,"When Komako-chan directly says it's naughty, it somehow\nmakes my heart skip a beat." +274000 ,,,,,2160020,,,,,,,,,,,,,,,I want to turn just that part into an MP3 and listen to it\non my phone over and over. +274100 ,,,,,2160020,,,,,,,,,,,,,,,I want to hear more and more provocative words from Komako-\nchan's mouth. +274200 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,"When a pussy feels good from being rubbed or ejaculated in,\nthe entrance part twitches." +274300 ,,,,,2160020,,コマコ,Komako,038_CB28_k_161.wav,komako,,0,,,,,,,,Twitches? +274400 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,It moves. It twitches. +274500 ,,,,,2160020,,コマコ,Komako,038_CB28_k_162.wav,komako,,0,,,,,,,,It moves. I kind of want to see it. +274600 ,,,,,2160020,,,,,,,,,,,,,,,"Komako-chan squeezed the onahole again, watching the semen\noverflow from its mouth." +274700 ,,,,,2160020,,,,,,,,,,,,,,,"She found it amusing to see the semen ooze out, and kept\nplaying with it like that." +274800 ,,,,,2160020,,,,,,,,,,,,,,,"Meanwhile, I watched the semen harden on her hair." +274900 ,,,,,2160020,,,,,,,,,,,,,,,"It's very nice. My DNA is oxidizing on Komako-chan's hair\nand face, thoroughly dirtying her." +275000 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan. Doesn't the semen bother you much? +275100 ,,,,,2160020,,コマコ,Komako,038_CB28_k_163.wav,komako,,0,,,,,,,,I'm more interested in this onahole right now. +275200 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,I see. +275300 ,,,,,2160020,,,,,,,,,,,,,,,"It's the perfect situation. Seeing a girl get annoyed by\nbeing covered in semen is exciting, but being ignored is\nalso quite nice." +275400 ,,,,,2160020,,,,,,,,,,,,,,,I make another naughty suggestion to Komako- chan. +275500 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,"If you lick it, Chie-chan will be happy too." +275600 ,,,,,2160020,,コマコ,Komako,038_CB28_k_164.wav,komako,,0,,,,,,,,Huh? +275700 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,Think of it as Chie-chan's pussy and lick it. +275800 ,,,,,2160020,,コマコ,Komako,038_CB28_k_165.wav,komako,,0,,,,,,,,Why would I do that? +275900 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,"That way, you'll be better when you're with Chie-chan,\nright?" +276000 ,,,,,2160020,,,,,,,,,,,,,,,Komako-chan seemed a bit interested in what I was saying. +276100 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,Let's practice licking Chie-chan's crotch now. +276200 ,,,,,2160020,,コマコ,Komako,038_CB28_k_166.wav,komako,,0,,,,,,,,...Okay. +276300 ,,,,,2160030,,,,,,,,,,,,,,,"Nodding obediently, Komako-chan brought her tongue closer to\nthe onahole and finally licked it." +276400 ,,,,,2160030,,,,,,,,,,,,,,,"Normally, Komako-chan might have refused." +276500 ,,,,,2160030,,,,,,,,,,,,,,,"However, she was probably too excited from our previous\ninteractions to think straight." +276600 ,,,,,2160030,,,,,,,,,,,,,,,Or perhaps the perversion lying dormant within Komako-chan\nhad awakened. +276700 ,,,,,2160030,,,,,,,,,,,,,,,"In reality, as long as she licked the onahole covered in my\nsemen, I didn't care which it was." +276900 ,,,,,2160030,,コマコ,Komako,038_CB28_k_167.wav,komako,,0,,,,,,,,It's kind of... salty. +277000 ,,,,,2160030,,主人公,Kiyoshi,,,,,,,,,,,,"Semen is full of nutrients, so the more you lick, the better\nit is for your body." +277100 ,,,,,2160030,,コマコ,Komako,038_CB28_k_168.wav,komako,,0,,,,,,,,This? +277200 ,,,,,2160030,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. +277300 ,,,,,2160030,,,,,,,,,,,,,,,I don't know if that's true or not. +277400 ,,,,,2160030,,コマコ,Komako,038_CB28_k_169.wav,komako,,0,,,,,,,,Then I'll lick a lot. +277500 ,,,,,2160030,,,,,,,,,,,,,,,Komako-chan carefully licked up the semen overflowing from\nthe onahole's mouth. +277600 ,,,,,2160030,,,,,,,,,,,,,,,And she adorably swallowed it down into her stomach. +277700 ,,,,,2160030,,コマコ,Komako,038_CB28_k_170.wav,komako,,0,,,,,,,,"Haa... haa... nngh! Chururu, rero..." +277800 ,,,,,2160030,,,,,,,,,,,,,,,The semen inside the onahole gradually disappeared. +277900 ,,,,,2160030,,,,,,,,,,,,,,,"In its place, Komako-chan's lovely saliva filled it up." +278000 ,,,,,2160030,,コマコ,Komako,038_CB28_k_171.wav,komako,,0,,,,,,,,"Jururu, nku, fuwaa... nn..." +278100 ,,,,,2160030,,,,,,,,,,,,,,,"With an inappropriately seductive moan for her age, she\nswallowed the semen down her throat." +278200 ,,,,,2160030,,,,,,,,,,,,,,,It was a very sinful and captivating sight. +278300 ,,,,,2160030,,コマコ,Komako,038_CB28_k_172.wav,komako,,0,,,,,,,,Ah... it's all gone... +278400 ,,,,,2160030,,,,,,,,,,,,,,,"Komako-chan inserted her tongue deep into the onahole, but\nthere was no more semen." +278500 ,,,,,2160030,,コマコ,Komako,038_CB28_k_173.wav,komako,,0,,,,,,,,It was just a little tasty... +278600 ,,,,,2160030,,,,,,,,,,,,,,,It seems she had taken a liking to the taste. +278700 ,,,,,2160030,,主人公,Kiyoshi,,,,,,,,,,,,"In that case, there's still some semen left." +278800 ,,,,,2160030,,コマコ,Komako,038_CB28_k_174.wav,komako,,0,,,,,,,,Where? +278900 ,,,,,2160030,,主人公,Kiyoshi,,,,,,,,,,,,"Look, it's in your hair, Komako-chan." +279000 ,,,,,2160030,,,,,,,,,,,,,,,"When I pointed it out, Komako-chan reached for her hair as\nif she realized." +279100 ,,,,,2160030,,,,,,,,,,,,,,,Then she slowly brought the semen on her face and hair to\nher mouth. +279200 ,,,,,2160030,,,,,,,,,,,,,,,"As I watched Komako-chan continuously swallow the semen, I\nwas fiddling with something that was getting excited again." +279300 ,$event_return,,,,,,,,,,,,,,,,,,, +279500 ,,,0,,,,,,,,,,,,,,,,,"In the end, after having her lick off all the semen, I had\nher lightly wash her hair and face so her family wouldn't\nnotice." +279700 ,,,3,,,,主人公,Kiyoshi,,,,,,,,,,,,I think Komako-chan learned a lot today. +279800 ,,,,,,,コマコ,Komako,038_CB28_k_175.wav,komako,,23,,,,,,,,Really? +279900 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Yeah, you should be confident." +280000 ,,,,,,,,,,komako,,0,,,,,,,,"When I praised her, Komako-chan seemed to be in a better\nmood." +280200 ,,,,12,,,,,,"komakoL,private",,0,,,,,,,,"As I walked her to the store's exit, Komako- chan turned\nback." +280300 ,,,,,,,コマコ,Komako,038_CB28_k_176.wav,komakoL,,21,,,,,,,,"Enjoy the corn, okay?" +280400 ,,,,,,,主人公,Kiyoshi,,komakoL,,21,,,,,,,,"Yeah, leave it to me." +280500 ,,,,,,,コマコ,Komako,038_CB28_k_177.wav,komakoL,,22,,,,,,,,If I keep studying like this... do you think I can make\nChie-chan feel good? +280600 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,Absolutely! I guarantee it! +280700 ,,,,,,,コマコ,Komako,038_CB28_k_178.wav,komakoL,,21,,,,,,,,...Yeah! Thank you♪ +280800 ,,,,,,,,,,,,,,,,,,,,Komako-chan waved with a beaming smile and headed home. +280900 ,,,,,,,,,,,,,,,,,,,,"As I watched her back, I was fiddling with myself inside my\npants." +281000 ,,,,,,,,,,,,,,,,,,,,"If I get hard again, I'll try to use that onahole for\nanother round as soon as possible." +281100 ,,,,,,,,,,,,,,,,,,,,"Right now, that onahole is filled with Komako-chan's saliva." +281200 ,,,,,,,,,,,,,,,,,,,,"Moreover, I could still feel the sensation of her hair in my\nhands. Now, I could imagine a hair job and blowjob while\nmasturbating." +281300 ,,,,,,,,,,,,,,,,,,,,"Thinking about that, I tucked the corn under my arm and\nreturned to my room." +281400 ,,,0,9000,,,,,,,,,,,,,,,, +281600 ,@039_CB29,,,,,,,,,,,,,,,,,,, +281900 ,,,5,21,,,,,,,,,,,,,,,,"Around 9:30 in the morning, there was a loud knocking on the\nshutter of our store." +282000 ,,,,,,,,,,,,,,,,,,,,"The knocking was loud and fast, as if in a hurry." +282100 ,,,,,,,甜花,Tenka,039_CB29_t_000.wav,,,,,,,,,,,Uncle! What's going on!? Open up quickly! +282200 ,,,,,,,,,,,,,,,,,,,,It was Tenka-chan. +282300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Huh!? What? Tenka-chan? Wait a minute! Don't knock so hard!\nYou'll disturb the neighbors! +282400 ,,,,,,,甜花,Tenka,039_CB29_t_001.wav,,,,,,,,,,,Hurry! +282500 ,,,,,,,,,,,,,,,,,,,,I hurriedly opened the shutter. +282700 ,,,,,,,甜花,Tenka,039_CB29_t_002.wav,"tenka,privateC",,12,,,,,,,,Haa... haa... +282800 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,What's wrong? +282900 ,,,,,,,,,,tenka,,12,,,,,,,,"There stood Tenka-chan, panting heavily and her shoulders\nrising and falling intensely." +283000 ,,,,,,,甜花,Tenka,039_CB29_t_003.wav,tenka,,16,,,,,,,,Panties... +283100 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,...Huh? +283200 ,,,14,,,,甜花,Tenka,039_CB29_t_004.wav,tenka,,11,,,,,,,,"Panties! Panties, panties, panties!" +283300 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,Huh!? What? Panties? What? +283400 ,,,,,,,甜花,Tenka,039_CB29_t_005.wav,tenka,,11,,,,,,,,"Panties, panties, panties!" +283500 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,So what's with the panties? Do you want me to see them? +283600 ,,,,,,,,,,tenka,,11,,,,,,,,Tenka-chan shook her head so vigorously it seemed like it\nwould make a sound. +283700 ,,,,,,,甜花,Tenka,039_CB29_t_006.wav,"tenkaL,privateC",,11,,,,,,,,"Panties, panties, panties, panties, panties, panties!!!" +283800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,11,,,,,,,,Ahh! Calm down a bit! +283900 ,,,,,,,,,,tenkaL,,11,,,,,,,,"If she kept shouting 'panties' like this in front of the\nstore, it would definitely look suspicious." +284000 ,,,,,,,,,,tenkaL,,11,,,,,,,,I took Tenka-chan's hand and quickly led her to the back of\nthe store. +284200 ,,,,31,,,甜花,Tenka,039_CB29_t_007.wav,tenka,,16,,,,,,,,Haa... haa... panties... +284300 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,"So, what's with the panties?" +284400 ,,,,,,,甜花,Tenka,039_CB29_t_008.wav,tenka,,13,,,,,,,,The panties... danced... +284500 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,The panties danced? +284600 ,,,,,,,甜花,Tenka,039_CB29_t_009.wav,tenkaL,,11,,,,,,,,No! +284700 ,,,,,,,,,,tenka,,11,,,,,,,,Tenka-chan was just angry. She was excited. +284800 ,,,,,,,,,,tenka,,11,,,,,,,,This is no good. We can't have a conversation like this. +284900 ,,,,,,,,,,tenka,,11,,,,,,,,I gave Tenka-chan some well-chilled barley tea. +285000 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"Here, just drink this and calm down." +285100 ,,,,,,,甜花,Tenka,039_CB29_t_010.wav,tenka,,16,,,,,,,,Haa... panties... gulp... gulp... +285200 ,,,,,,,,,,tenka,,16,,,,,,,,Tenka-chan gulped down the barley tea in one go. +285300 ,,,,,,,,,,tenka,,16,,,,,,,,The ice clinked in the glass cup. +285400 ,,,,,,,甜花,Tenka,039_CB29_t_011.wav,tenka,,14,,,,,,,,...I'm calm now. +285500 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,"Good. So, what happened?" +285600 ,,,,,,,甜花,Tenka,039_CB29_t_012.wav,tenka,,30,,,,,,,,"You know, the 'I tried dancing' video we shot before! My\npanties were totally visible!" +285700 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"Well, that's because we filmed it." +285800 ,,,,,,,甜花,Tenka,039_CB29_t_013.wav,tenka,,31,,,,,,,,You said you'd edit it out properly! +285900 ,,,,,,,,,,tenka,,31,,,,,,,,"From what I heard, as soon as the video was uploaded, Tenka-\nchan checked it thoroughly." +286000 ,,,,,,,,,,tenka,,31,,,,,,,,"At first, she thought there was no problem, but the panty\nshot was left as it was, so she rushed over to have it\nremoved immediately." +286100 ,,,,,,,甜花,Tenka,039_CB29_t_014.wav,tenka,,10,,,,,,,,Delete it quickly! +286200 ,,,,,,,主人公,Kiyoshi,,tenka,,10,,,,,,,,"No, I can't do that." +286300 ,,,,,,,甜花,Tenka,039_CB29_t_015.wav,tenka,,30,,,,,,,,Why not!? +286400 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,Because that video needs the panty shot! +286500 ,,,,,,,甜花,Tenka,039_CB29_t_016.wav,tenka,,23,,,,,,,,Huh... what do you mean? +286600 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Could it be that you think that panty shot is something\nlewd, Tenka-chan?" +286700 ,,,,,,,甜花,Tenka,039_CB29_t_017.wav,tenka,,13,,,,,,,,Well... I mean... +286800 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"No, it's not lewd, it's alluring." +286900 ,,,,,,,甜花,Tenka,039_CB29_t_018.wav,tenka,,33,,,,,,,,...What's the difference between lewd and alluring? +287000 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,That's why! A panty shot is charm! It's romance! It's a\ndream! Do you get it!? +287100 ,,,,,,,甜花,Tenka,039_CB29_t_019.wav,tenka,,31,,,,,,,,I... I don't understand... +287200 ,,,,,,,,,,tenka,,31,,,,,,,,"Overwhelmed by my intensity, Tenka-chan was taken aback." +287300 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"You know those shows where idols wear swimsuits and have\nfun, right?" +287400 ,,,,,,,甜花,Tenka,039_CB29_t_020.wav,tenka,,30,,,,,,,,Yeah... +287500 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"Those are practically showing panties, right? Considering\nthe exposure." +287600 ,,,,,,,甜花,Tenka,039_CB29_t_021.wav,tenka,,32,,,,,,,,Is that... so? +287700 ,,,,,,,主人公,Kiyoshi,,tenka,,32,,,,,,,,"Yes! And back in the day, it was normal to show breasts too!" +287800 ,,,,,,,甜花,Tenka,039_CB29_t_022.wav,tenka,,24,,,,,,,,Really? +287900 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,Really! I wouldn't lie. +288000 ,,,,,,,甜花,Tenka,039_CB29_t_023.wav,tenka,,3,,,,,,,,There was a time like that... +288100 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,You can see it if you watch old swimsuit contests. +288200 ,,,,,,,,,,tenka,,3,,,,,,,,Tenka-chan looked dissatisfied but didn't argue. +288300 ,,,,,,,甜花,Tenka,039_CB29_t_024.wav,tenka,,27,,,,,,,,If you say so... I guess that's how it is... +288400 ,,,,,,,主人公,Kiyoshi,,tenka,,27,,,,,,,,"Yeah. And thanks to that panty shot, there were lots of\ncomments, right?" +288500 ,,,,,,,甜花,Tenka,039_CB29_t_025.wav,tenka,,14,,,,,,,,Well... yeah. There were a lot of comments. +288600 ,,,,,,,,,,tenka,,14,,,,,,,,"As she said that, Tenka-chan looked happy. I guess having\nlots of comments really is something to be happy about." +288700 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,See? Panty shots are necessary for idols. +288800 ,,,,,,,甜花,Tenka,039_CB29_t_026.wav,tenka,,12,,,,,,,,I see... I understand. +288900 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,Yeah! I'm glad Tenka-chan is such an understanding girl. +289000 ,,,,,,,甜花,Tenka,039_CB29_t_027.wav,tenka,,21,,,,,,,,...Hehe. +289100 ,,,,,,,,,,tenka,,21,,,,,,,,"Being praised by me, Tenka-chan was genuinely happy." +289200 ,,,,,,,,,,tenka,,21,,,,,,,,She probably doesn't even realize she's being manipulated. +289300 ,,,6,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"Oh, right. Since Tenka-chan came early today and we have\ntime, let's try a gravure photoshoot." +289400 ,,,,,,,甜花,Tenka,039_CB29_t_028.wav,tenka,,3,,,,,,,,Gravure? +289500 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Yeah, you see it often, right?" +289600 ,,,,,,,甜花,Tenka,039_CB29_t_029.wav,tenka,,23,,,,,,,,That sexy one? +289700 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"I told you, it's not sexy. It's romantic." +289800 ,,,,,,,甜花,Tenka,039_CB29_t_030.wav,tenka,,30,,,,,,,,Romantic... what's that? +289900 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,You'll naturally understand it eventually. +290000 ,,,,,,,甜花,Tenka,039_CB29_t_031.wav,tenka,,34,,,,,,,,Romantic... +290100 ,,,,,,,,,,tenka,,34,,,,,,,,"While Tenka-chan was deep in thought, I took out the gravure\noutfit I had prepared beforehand." +290200 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,You'll be wearing this today. +290300 ,,,,,,,甜花,Tenka,039_CB29_t_032.wav,tenka,,4,,,,,,,,Eh!? That is―― +290400 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Yeah, it's a bikini. A micro bikini." +290500 ,,,,,,,,,,tenka,,4,,,,,,,,A tiny swimsuit that barely covers the nipples and genitals. +290600 ,,,,,,,,,,tenka,,4,,,,,,,,"The kind often used in adult videos, completely underground-\nstyle bikini." +290700 ,,,,,,,甜花,Tenka,039_CB29_t_033.wav,tenka,,31,,,,,,,,I can't wear that! +290800 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"You can. Tenka-chan is a future star idol, right?" +290900 ,,,,,,,甜花,Tenka,039_CB29_t_034.wav,tenka,,16,,,,,,,,...I've never seen an idol wearing something like that. +291000 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,Sigh... +291100 ,,,,,,,,,,tenka,,16,,,,,,,,I let out an exaggerated sigh and handed Tenka-chan a\nprovocative junior idol photobook. +291200 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,Take a look. +291300 ,,,,,,,甜花,Tenka,039_CB29_t_035.wav,tenka,,13,,,,,,,,What's this? +291400 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,It's a photobook of a very popular idol. +291500 ,,,,,,,,,,tenka,,13,,,,,,,,Tenka-chan swallowed nervously and slowly opened the\nphotobook. +291600 ,,,,,,,甜花,Tenka,039_CB29_t_036.wav,tenka,,24,,,,,,,,Wow... amazing... +291700 ,,,,,,,,,,tenka,,24,,,,,,,,It was filled with idols wearing outfits as daring as the\nmicro bikini. +291800 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,See? +291900 ,,,,,,,甜花,Tenka,039_CB29_t_037.wav,tenka,,13,,,,,,,,Is this normal? +292000 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,It's normal. +292100 ,,,,,,,甜花,Tenka,039_CB29_t_038.wav,tenka,,12,,,,,,,,I can't believe it... +292200 ,,,,,,,,,,tenka,,12,,,,,,,,I spoke to her in a guiding manner. +292300 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,Idols are in the business of giving dreams to men. +292400 ,,,,,,,,,,tenka,,12,,,,,,,,Tenka-chan listened quietly. +292500 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,Men want to have cute girls like idols as their girlfriends\nor to hang out with them. +292600 ,,,,,,,甜花,Tenka,039_CB29_t_039.wav,tenka,,33,,,,,,,,"I understand that, but..." +292700 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,But it's impossible. Everyone knows that. That's why they\nbecome idol fans. +292800 ,,,,,,,甜花,Tenka,039_CB29_t_040.wav,tenka,,26,,,,,,,,Is it impossible? +292900 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"It's impossible. Well, for some people it might not be,\nbut... generally, it's impossible." +293000 ,,,,,,,甜花,Tenka,039_CB29_t_041.wav,tenka,,36,,,,,,,,"Impossible, huh..." +293100 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"Tenka-chan, you've thought about how nice it would be if\nSakurai-kun was your boyfriend, right?" +293200 ,,,,,,,甜花,Tenka,039_CB29_t_042.wav,tenka,,13,,,,,,,,Yeah... +293300 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"That's why you're a fan, right?" +293400 ,,,,,,,甜花,Tenka,039_CB29_t_043.wav,tenka,,13,,,,,,,,...Yeah. +293500 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"That's why gravure exists, for people like that." +293600 ,,,,,,,,,,tenka,,13,,,,,,,,I explained passionately. +293700 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"With gravure, you can see them in swimsuits without having\nto be their boyfriend or girlfriend, right? Isn't that a\ngood thing?" +293800 ,,,,,,,甜花,Tenka,039_CB29_t_044.wav,tenka,,33,,,,,,,,Is it... a good thing? +293900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"It is a good thing! Aren't you interested in seeing Sakurai-\nkun in a swimsuit, Tenka- chan?" +294000 ,,,,,,,甜花,Tenka,039_CB29_t_045.wav,tenka,,22,,,,,,,,"I am, but..." +294100 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,"See? You're the same, Tenka-chan. You have to wear a\nswimsuit for your fans too." +294200 ,,,,,,,,,,tenka,,22,,,,,,,,"When I said that, Tenka-chan reluctantly nodded." +294300 ,,,,,,,甜花,Tenka,039_CB29_t_046.wav,tenka,,36,,,,,,,,Alright. For the fans... I'll endure it. +294400 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"You're so admirable, Tenka-chan!" +294500 ,,,,,,,,,,tenka,,36,,,,,,,,The slight blush on her cheeks is just perfect! +294600 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"Well then, shall we move?" +294700 ,,,,,,,甜花,Tenka,039_CB29_t_047.wav,tenka,,13,,,,,,,,Huh? Aren't we shooting here? +294800 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,We won't shoot in a place like this. Let's go somewhere that\nhighlights Tenka-chan's charm more. +294900 ,,,6,31,,,,,,tenka,,13,,,,,,,,I had Tenka-chan wear a swimsuit under her clothes and\nheaded outside. +295100 ,,,,,,,,,,,,,,,,,,,, +295200 ,,,7,101,,,甜花,Tenka,039_CB29_t_048.wav,tenka,,24,,,,,,,,We're shooting here!? +295300 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,That's right. +295400 ,,,,,,,甜花,Tenka,039_CB29_t_049.wav,tenka,,33,,,,,,,,We're shooting outside? +295500 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Yeah. +295600 ,,,,,,,甜花,Tenka,039_CB29_t_050.wav,tenka,,11,,,,,,,,No way! People will see us! +295700 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,It's fine. No one comes by here at this time. +295800 ,,,,,,,甜花,Tenka,039_CB29_t_051.wav,tenka,,26,,,,,,,,...Really? +295900 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,Really. I don't want to be interrupted either. +296000 ,,,,,,,甜花,Tenka,039_CB29_t_052.wav,tenka,,26,,,,,,,,I see... +296100 ,,,,,,,,,,tenka,,26,,,,,,,,Tenka-chan wandered around by the river. +296200 ,,,,,,,甜花,Tenka,039_CB29_t_053.wav,tenka,,33,,,,,,,,"So, where are we shooting?" +296300 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Let's see... +296400 ,,"",,,,,,,,tenka,,33,,,,,,,,I looked around. Shooting by the river would be nice. +296500 ,,,,,,,,,,tenka,,33,,,,,,,,"But I have a specific shot in mind. Honestly, for that shot,\nthe river isn't necessary." +296600 ,,,,,,,,,,tenka,,33,,,,,,,,A beautiful sky is all I need. +296700 ,,"",,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Then, let's do it here." +296800 ,,,,,,,甜花,Tenka,039_CB29_t_054.wav,tenka,,16,,,,,,,,Okay... got it. +296900 ,,,,,,,,,,tenka,,16,,,,,,,,"Saying that, Tenka-chan froze." +297000 ,,,,,,,甜花,Tenka,039_CB29_t_055.wav,tenka,,31,,,,,,,,Hey... are we really shooting here? +297100 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"Oh, would you prefer closer to the river?" +297200 ,,,,,,,甜花,Tenka,039_CB29_t_056.wav,tenka,,33,,,,,,,,That's not it... are we really shooting outside? +297300 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Yeah, I want to shoot under the blue sky." +297400 ,,,,,,,甜花,Tenka,039_CB29_t_057.wav,tenka,,33,,,,,,,,............ +297500 ,,,,,,,,,,tenka,,33,,,,,,,,It seems she's hesitant about being in a micro bikini\noutside. +297600 ,,,,,,,,,,tenka,,33,,,,,,,,"However, we've come this far, so backing out is not an\noption." +297700 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Ahh~ the shoot is on hold... +297800 ,,,,,,,甜花,Tenka,039_CB29_t_058.wav,tenkaL,,33,,,,,,,,The shoot... +297900 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,"If this were a real idol, it would be a scandal. I mean,\nsaying you can't do your job." +298000 ,,,,,,,甜花,Tenka,039_CB29_t_059.wav,tenkaL,,16,,,,,,,,Job... +298100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,16,,,,,,,,"If you're a pro, you wouldn't back down here. Because you're\na pro." +298200 ,,,,,,,甜花,Tenka,039_CB29_t_060.wav,tenkaL,,16,,,,,,,,Pro... +298300 ,,,,,,,,,,tenkaL,,16,,,,,,,,"The word 'pro' seemed to be the deciding factor, as Tenka-\nchan slowly began to undress." +298400 ,,,,,,,甜花,Tenka,039_CB29_t_061.wav,tenka,,33,,,,,,,,I can't cause any more trouble... +298500 ,,,,,,,,,,tenka,,33,,,,,,,,"Saying that, she got into the micro bikini. Tenka-chan\nreally is a good, honest girl at heart." +298700 ,,,,,,,甜花,Tenka,039_CB29_t_062.wav,"tenka,bikini",,33,,,,,,,,Is this okay? +298800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Spread your legs more and look over here from there. +298900 ,,,,,,,甜花,Tenka,039_CB29_t_063.wav,tenka,,6,,,,,,,,Like this? +299000 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Yes, yes! Looking good, looking good!" +299200 ,,,10,,3150000,,,,,,,,,,,,,,, +299300 ,*mem,,,,3150000,,,,,,,,,,,,,,, +299400 ,,,10,,3150000,,甜花,Tenka,039_CB29_t_064.wav,tenka,,0,,,,,,,,Is this alright? +299500 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! Perfect! +299600 ,,,,,3150000,,,,,,,,,,,,,,,"With this pose, you can see Tenka-chan's nipples, anus, and\nface all at once." +299700 ,,,,,3150000,,,,,,,,,,,,,,,"I can capture the alluring parts usually hidden, like the\nback of her knees and thighs. It's the perfect composition." +299800 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's get started!" +299900 ,,,,,3150000,,,,,,,,,,,,,,,I took out my smartphone and began shooting. +300000 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Good, good~! Look over here. Come on, look at the camera\nmore." +300100 ,,,,,3150000,,,,,,,,,,,,,,,"Though it's just a smartphone, not a real camera." +300200 ,,,,,3150000,,甜花,Tenka,039_CB29_t_065.wav,tenka,,0,,,,,,,,Mmm... +300300 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Your expression is stiff. Smile more, smile!" +300400 ,,,,,3150000,,甜花,Tenka,039_CB29_t_066.wav,tenka,,0,,,,,,,,Smiling... is hard... +300500 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Naturally, naturally. Just like you always do." +300600 ,,,,,3150000,,甜花,Tenka,039_CB29_t_067.wav,tenka,,0,,,,,,,,Ugh... +300700 ,,,,,3150000,,,,,,,,,,,,,,,Tenka-chan looked embarrassed the whole time. But that's\nwhat makes it even better. +300800 ,,,,,3150000,,,,,,,,,,,,,,,"I moved my smartphone closer to Tenka-chan. Then, I brought\nthe lens to her ankle." +300900 ,,,,,3150000,,,,,,,,,,,,,,,"From there, I slowly moved the smartphone lens along her\nleg, as if licking it." +301000 ,,,,,3150000,,,,,,,,,,,,,,,"Using the burst mode, I saved images of Tenka-chan's bare\nlegs on my smartphone." +301100 ,,,,,3150000,,甜花,Tenka,039_CB29_t_068.wav,tenka,,0,,,,,,,,There's a lot of noise happening. +301200 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,It's burst shooting. I'll use the best photo from it. +301300 ,,,,,3150000,,,,,,,,,,,,,,,"In reality, I plan to use all of them for my own pleasure." +301400 ,,,,,3150000,,甜花,Tenka,039_CB29_t_069.wav,tenka,,0,,,,,,,,Wow... Pros use burst mode. +301500 ,,,,,3150000,,,,,,,,,,,,,,,"I'm not a pro, but it seems like Tenka-chan has flipped a\nstrange switch." +301600 ,,,,,3150000,,,,,,,,,,,,,,,Maybe it's because I kept saying 'pro' earlier. +301700 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, don't close your eyes." +301800 ,,,,,3150000,,甜花,Tenka,039_CB29_t_070.wav,tenka,,0,,,,,,,,Okay... +301900 ,,,,,3150000,,,,,,,,,,,,,,,I smoothly took photos from the back of her knee to her\nthigh. +302000 ,,,,,3150000,,,,,,,,,,,,,,,Tenka-chan had a slight sheen of sweat behind her knee. I\ncould tell even through the lens. +302100 ,,,,,3150000,,,,,,,,,,,,,,,"Her thighs were as plump as ever, making me want to lick\nthem all over." +302200 ,,,,,3150000,,,,,,,,,,,,,,,"But if I did that now, Tenka-chan would get nervous and the\nshoot would end." +302300 ,,,,,3150000,,,,,,,,,,,,,,,I must avoid that at all costs. +302400 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Nice... As expected of Tenka-chan. +302500 ,,,,,3150010,,甜花,Tenka,039_CB29_t_071.wav,tenka,,0,,,,,,,,...I don't know what kind of expression I should make... +302600 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"Basically, just smile." +302700 ,,,,,3150010,,甜花,Tenka,039_CB29_t_072.wav,tenka,,0,,,,,,,,Ugh... That's why smiling is hard... +302800 ,,,,,3150010,,,,,,,,,,,,,,,"Ignoring Tenka-chan's grumbling, I pointed the smartphone at\nher chest." +302900 ,,,,,3150010,,,,,,,,,,,,,,,This micro bikini is designed to be see- through at the\nnipples. +303000 ,,,,,3150010,,,,,,,,,,,,,,,It seems Tenka-chan hasn't noticed that. +303100 ,,,,,3150000,,甜花,Tenka,039_CB29_t_073.wav,tenka,,0,,,,,,,,Don't bring the camera so close to my boobs... +303200 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Why not? +303300 ,,,,,3150000,,甜花,Tenka,039_CB29_t_074.wav,tenka,,0,,,,,,,,Because it's embarrassing... +303400 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine. You're wearing a swimsuit, right?" +303500 ,,,,,3150000,,甜花,Tenka,039_CB29_t_075.wav,tenka,,0,,,,,,,,"That's true, but..." +303600 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"For a pro, this is just an everyday thing." +303700 ,,,,,3150000,,甜花,Tenka,039_CB29_t_076.wav,tenka,,0,,,,,,,,Pro... +303800 ,,,,,3150000,,,,,,,,,,,,,,,The word 'pro' is like magic. +303900 ,,,,,3150000,,,,,,,,,,,,,,,"Just by saying it, Tenka-chan easily listens to what I say." +304000 ,,,,,3150000,,,,,,,,,,,,,,,"Alright, this should be enough. Next is the face." +304100 ,,,,,3150000,,,,,,,,,,,,,,,The face is a very important part in gravure. +304200 ,,,,,3150000,,,,,,,,,,,,,,,"Expressions can be more erotic than any body part, depending\non the situation." +304300 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, smile, smile." +304400 ,,,,,3150000,,甜花,Tenka,039_CB29_t_077.wav,tenka,,0,,,,,,,,T-Too close... +304500 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Don't worry about it. Just imagine you're looking at your\nlover... +304600 ,,,,,3150000,,甜花,Tenka,039_CB29_t_078.wav,tenka,,0,,,,,,,,............ +304700 ,,,,,3150000,,,,,,,,,,,,,,,"When I said that, Tenka-chan made a slightly mature\nexpression." +304800 ,,,,,3150000,,,,,,,,,,,,,,,As expected of someone aiming to be an idol. As expected of\nTenka-chan. +304900 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then... finally..." +305000 ,,,,,3150000,,,,,,,,,,,,,,,I focused on her anus. +305100 ,,,,,3150000,,,,,,,,,,,,,,,"This micro bikini has very little fabric, especially around\nthe butt." +305200 ,,,,,3150000,,,,,,,,,,,,,,,"It's completely string-like, as if to show off the butt\nhole." +305300 ,,,,,3150000,,甜花,Tenka,039_CB29_t_079.wav,tenka,,0,,,,,,,,Stop! My butt hole will show! +305400 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan? You shouldn't hide it, right?" +305500 ,,,,,3150000,,甜花,Tenka,039_CB29_t_080.wav,tenka,,0,,,,,,,,But... +305600 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"The shoot will stop, you know?" +305700 ,,,,,3150000,,甜花,Tenka,039_CB29_t_081.wav,tenka,,0,,,,,,,,"...You're being mean, mister." +305800 ,,,,,3150000,,,,,,,,,,,,,,,"Somehow, being called mean by Tenka-chan gives me chills!" +305900 ,,,,,3150000,,,,,,,,,,,,,,,"I want her to say it more, but I'll hold back for now." +306000 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,That's right! +306100 ,,,,,3150000,,,,,,,,,,,,,,,Tenka-chan moved her hand away from her butt. +306200 ,,,,,3150000,,,,,,,,,,,,,,,Now I can take as many pictures as I want. +306300 ,,,,,3150000,,,,,,,,,,,,,,,"But, as expected, she seems a bit embarrassed, and her legs\nstart to close." +306400 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Don't close them! Open them more! +306600 ,,,,,3150010,,甜花,Tenka,039_CB29_t_082.wav,tenka,,0,,,,,,,,"B-but... really, my butt... the hole will show..." +306700 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"I told you before, right? Don't worry about that!" +306800 ,,,,,3150010,,甜花,Tenka,039_CB29_t_083.wav,tenka,,0,,,,,,,,Ugh... +306900 ,,,,,3150010,,,,,,,,,,,,,,,"Pushed by me, Tenka-chan eventually opened her legs." +307100 ,,,,,3150000,,,,,,,,,,,,,,,I moved my phone around her body as if licking it all over. +307200 ,,,,,3150000,,,,,,,,,,,,,,,Ah... I'm so lucky to be able to use these photos as\nmaterial for later. +307300 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, next is..." +307400 ,,,,,3150000,,,,,,,,,,,,,,,I gently stroked Tenka-chan's leg with my phone. +307500 ,,,,,3150000,,甜花,Tenka,039_CB29_t_084.wav,tenka,,0,,,,,,,,Hyah! +307600 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Hey! I told you not to move! +307700 ,,,,,3150010,,甜花,Tenka,039_CB29_t_085.wav,tenka,,0,,,,,,,,But! You're tickling me with the camera... +307800 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,Endure it! +307900 ,,,,,3150010,,甜花,Tenka,039_CB29_t_086.wav,tenka,,0,,,,,,,,"If you do that, you won't be able to take pictures, you\nknow?" +308000 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"Don't worry about it. It's fine, I'm getting them." +308100 ,,,,,3150010,,甜花,Tenka,039_CB29_t_087.wav,tenka,,0,,,,,,,,Ugh... You're definitely lying... +308200 ,,,,,3150010,,,,,,,,,,,,,,,Watching Tenka-chan squirm from being tickled never gets\nold. +308300 ,,,,,3150010,,,,,,,,,,,,,,,"In fact, the more I watch, the more aroused I get." +308400 ,,,,,3150010,,,,,,,,,,,,,,,I kept teasing Tenka-chan's body with my phone. +308500 ,,,,,3150000,,甜花,Tenka,039_CB29_t_088.wav,tenka,,0,,,,,,,,No... It tickles... +308600 ,,,,,3150000,,,,,,,,,,,,,,,Tenka-chan's knees were trembling. +308700 ,,,,,3150000,,,,,,,,,,,,,,,"If I keep going, she might not be able to stand." +308800 ,,,,,3150000,,,,,,,,,,,,,,,That wouldn't be good. +308900 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Let's move on to the next thing. +309000 ,,,,,3150000,,甜花,Tenka,039_CB29_t_089.wav,tenka,,0,,,,,,,,Next? +309100 ,,,,,3150000,,,,,,,,,,,,,,,I changed the mode on the camera. +309200 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"This time, I'll record a video." +309300 ,,,,,3150000,,甜花,Tenka,039_CB29_t_090.wav,tenka,,0,,,,,,,,A video!? I thought it was just photos? +309400 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Of course. I'll make sure to get a great video too. +309500 ,,,,,3150000,,甜花,Tenka,039_CB29_t_091.wav,tenka,,0,,,,,,,,Isn't this a gravure shoot? +309600 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,We're also making an image video. It'll be more popular that\nway. +309700 ,,,,,3150000,,甜花,Tenka,039_CB29_t_092.wav,tenka,,0,,,,,,,,Popular... but... +309800 ,,,,,3150000,,,,,,,,,,,,,,,"Even at this point, Tenka-chan still resisted." +309900 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"These days, it's common sense for idols to shoot image\nvideos. It would be strange not to." +310000 ,,,,,3150000,,甜花,Tenka,039_CB29_t_093.wav,tenka,,0,,,,,,,,But... in this swimsuit... +310100 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"If you don't, you can't become an idol." +310300 ,,,,,3150010,,甜花,Tenka,039_CB29_t_094.wav,tenka,,0,,,,,,,,That's... not what I want... +310400 ,,,,,3150010,,,,,,,,,,,,,,,Not being able to become an idol. It seemed like those words\nwere unacceptable to Tenka- chan. +310500 ,,,,,3150010,,甜花,Tenka,039_CB29_t_095.wav,tenka,,0,,,,,,,,"Then, fine..." +310600 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,Thank you! +310700 ,,,,,3150010,,,,,,,,,,,,,,,I immediately started recording the video. +310800 ,,,,,3150010,,,,,,,,,,,,,,,"As expected, the way of shooting completely changes from\nbefore." +310900 ,,,,,3150010,,,,,,,,,,,,,,,"Unlike still images, you can capture movement, so the focus\nshifts." +311000 ,,,,,3150010,,,,,,,,,,,,,,,You can capture the feel of sweat and the changes in Tenka-\nchan's expressions. +311100 ,,,,,3150010,,,,,,,,,,,,,,,Video is definitely essential. +311200 ,,,,,3150010,,甜花,Tenka,039_CB29_t_096.wav,tenka,,0,,,,,,,,...Not done yet? +311300 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,Not yet. I'll shoot a lot more. +311400 ,,,,,3150010,,甜花,Tenka,039_CB29_t_097.wav,tenka,,0,,,,,,,,What are you going to do with so much footage? +311500 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,I'll edit it. +311600 ,,,,,3150010,,甜花,Tenka,039_CB29_t_098.wav,tenka,,0,,,,,,,,Edit? +311700 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, edit. I'll keep only the parts where Tenka-chan's charm\nshines the most and cut the rest." +311800 ,,,,,3150010,,甜花,Tenka,039_CB29_t_099.wav,tenka,,0,,,,,,,,Cut? +311900 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,It means to discard. I can't show unnecessary scenes to the\nfans. +312000 ,,,,,3150010,,甜花,Tenka,039_CB29_t_100.wav,tenka,,0,,,,,,,,What happens if you do that? +312100 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"It'll be full of good scenes, so Tenka-chan will gain more\nfans." +312200 ,,,,,3150010,,甜花,Tenka,039_CB29_t_101.wav,tenka,,0,,,,,,,,That's... like magic... +312300 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,It's the same with photos. I only use the good ones. +312400 ,,,,,3150000,,甜花,Tenka,039_CB29_t_102.wav,tenka,,0,,,,,,,,"You're amazing, mister." +312500 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,I'm not amazing. +312600 ,,,,,3150000,,,,,,,,,,,,,,,It's all knowledge borrowed from the internet. I don't\nactually plan to do it. +312700 ,,,,,3150000,,,,,,,,,,,,,,,"In fact, there's nothing to cut from Tenka- chan's videos." +312800 ,,,,,3150000,,,,,,,,,,,,,,,Every bit of it will be my material. +312900 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Tenka-chan. Make sure to look this way." +313000 ,,,,,3150010,,甜花,Tenka,039_CB29_t_103.wav,tenka,,0,,,,,,,,"Oh, sorry." +313100 ,,,,,3150010,,,,,,,,,,,,,,,"You mustn't forget to look at the camera. While Tenka-chan\nlooking away is nice, the basic is to face the camera." +313200 ,,,,,3150010,,,,,,,,,,,,,,,I first took a close-up of her face. Tenka- chan closed and\nopened her eyes to endure the embarrassment. +313300 ,,,,,3150010,,,,,,,,,,,,,,,That gesture was really nice. Why are embarrassed girls so\ncute? +313400 ,,,,,3150010,,甜花,Tenka,039_CB29_t_104.wav,tenka,,0,,,,,,,,Enough... my face is fine... +313500 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, alright." +313600 ,,,,,3150010,,,,,,,,,,,,,,,"Next is the thighs. Here, the play of light and shadow is\nvery artistic." +313700 ,,,,,3150010,,,,,,,,,,,,,,,Tenka-chan's thighs were shining. It wouldn't be the same\nwith an older woman. +313800 ,,,,,3150010,,甜花,Tenka,039_CB29_t_105.wav,tenka,,0,,,,,,,,Is there any point in taking so many shots of my thighs? +313900 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,Men like thighs. +314000 ,,,,,3150010,,甜花,Tenka,039_CB29_t_106.wav,tenka,,0,,,,,,,,Why? +314100 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,Because it's sexy. +314200 ,,,,,3150010,,甜花,Tenka,039_CB29_t_107.wav,tenka,,0,,,,,,,,Thighs are sexy? +314300 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,They're incredibly sexy. +314400 ,,,,,3150010,,甜花,Tenka,039_CB29_t_108.wav,tenka,,0,,,,,,,,"Do you like thighs, mister?" +314500 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. They definitely make it into the top five favorite\nparts of a girl's body. +314600 ,,,,,3150010,,甜花,Tenka,039_CB29_t_109.wav,tenka,,0,,,,,,,,"I see... boys are weird, aren't they?" +314700 ,,,,,3150010,,,,,,,,,,,,,,,"I'm not a boy, I'm a man, but I'll admit we're weird." +314800 ,,,,,3150010,,,,,,,,,,,,,,,This kind of thinking might be too early for Tenka-chan. +314900 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, next is the breasts." +315000 ,,,,,3150010,,,,,,,,,,,,,,,I moved the camera to her translucent nipples. +315100 ,,,,,3150010,,,,,,,,,,,,,,,Tenka-chan's nipples were being recorded as a video on my\nsmartphone. +315200 ,,,,,3150010,,甜花,Tenka,039_CB29_t_110.wav,tenka,,0,,,,,,,,"Mister, your eyes are pervy." +315300 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,I'm being completely serious. +315400 ,,,,,3150010,,甜花,Tenka,039_CB29_t_111.wav,tenka,,0,,,,,,,,Really? +315500 ,,,,,3150010,,,,,,,,,,,,,,,That's a lie. I'm only looking at Tenka-chan with lustful\neyes. +315600 ,,,,,3150010,,,,,,,,,,,,,,,"But in a way, I'm also very serious. I'm extremely focused." +315700 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,Nice... Tenka-chan really is the best... +315800 ,,,,,3150010,,甜花,Tenka,039_CB29_t_112.wav,tenka,,0,,,,,,,,Shut up... +315900 ,,,,,3150010,,,,,,,,,,,,,,,"She says that, but I can tell Tenka-chan is getting into it." +316000 ,,,,,3150010,,,,,,,,,,,,,,,So I moved in for the finale. +316100 ,,,,,3150010,,,,,,,,,,,,,,,I shifted the camera to her twitching asshole. +316200 ,,,,,3150000,,甜花,Tenka,039_CB29_t_113.wav,tenka,,0,,,,,,,,"No! I told you, not there!" +316300 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Don't be shy! Don't hide it! +316400 ,,,,,3150000,,,,,,,,,,,,,,,I quickly said that and moved her hand away. +316500 ,,,,,3150000,,,,,,,,,,,,,,,"As expected, the anus is on a different level. Since it's a\nvideo, I can capture all the twitching." +316600 ,,,,,3150000,,,,,,,,,,,,,,,I ended up filming only her anus. +316700 ,,,,,3150000,,,,,,,,,,,,,,,"After all, it's almost completely visible." +316800 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Nice... Tenka-chan, you use this every day, huh..." +316900 ,,,,,3150000,,甜花,Tenka,039_CB29_t_114.wav,tenka,,0,,,,,,,,D-Don't say weird things! +317000 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"No, but it's amazing. Wow..." +317100 ,,,,,3150000,,,,,,,,,,,,,,,I never thought an asshole could be this good. +317200 ,,,,,3150000,,,,,,,,,,,,,,,"Filming this close, I might have discovered the appeal of an\nanus for the first time." +317300 ,,,,,3150000,,,,,,,,,,,,,,,"Somehow, my gaze is drawn in. It has a unique pull." +317400 ,,,,,3150010,,甜花,Tenka,039_CB29_t_115.wav,tenka,,0,,,,,,,,I never thought something like this would happen... +317500 ,,,,,3150010,,,,,,,,,,,,,,,Tenka-chan looked a bit lonely. She was probably too\nembarrassed and felt sad. +317600 ,,,,,3150010,,,,,,,,,,,,,,,But even that expression is good. +317700 ,,,,,3150010,,,,,,,,,,,,,,,"While looking at Tenka-chan's expression, her whole body,\nand her asshole, I put my hand in my pants." +317800 ,,,,,3150010,,,,,,,,,,,,,,,"And then, I stroked my already rock-hard erection." +317900 ,,,,,3150010,,,,,,,,,,,,,,,Ah... it feels so good. It's been a while since I've had\nsuch a satisfying masturbation. +318000 ,,,,,3150010,,,,,,,,,,,,,,,It's similar to the pleasure of masturbating for the first\ntime. +318100 ,,,,,3150010,,甜花,Tenka,039_CB29_t_116.wav,tenka,,0,,,,,,,,Uncle? +318200 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"Hm? Ah, don't worry about it, don't worry about it." +318300 ,,,,,3150010,,甜花,Tenka,039_CB29_t_117.wav,tenka,,0,,,,,,,,.........? +318400 ,,,,,3150010,,,,,,,,,,,,,,,That was close. I almost got caught. +318500 ,,,,,3150010,,,,,,,,,,,,,,,"I keep stroking my cock repeatedly, making sure Tenka-chan\ndoesn't notice." +318600 ,,,,,3150010,,,,,,,,,,,,,,,Masturbating in secret is quite addictive. +318700 ,,,,,3150010,,,,,,,,,,,,,,,I could do this every day and never get tired of it. +318800 ,,,,,3150010,,,,,,,,,,,,,,,But it's still a bit unsatisfying. Maybe it's hard to move\nbecause it's inside my pants? +318900 ,,,,,3150010,,,,,,,,,,,,,,,"At this point, I should prioritize pleasure." +319100 ,,"",,,3150010,,,,,,,,,,,,,,, +319200 ,,,,,3150020,,甜花,Tenka,039_CB29_t_118.wav,tenka,,0,,,,,,,,...Eh? Uncle! What are you doing!? +319300 ,,,,,3150020,,主人公,Kiyoshi,,,,,,,,,,,,What do you mean? I'm taking out my cock. +319400 ,,,,,3150020,,,,,,,,,,,,,,,I show my cock to Tenka-chan. +319500 ,,,,,3150020,,,,,,,,,,,,,,,Tenka-chan was completely frozen. It seems she couldn't\ncomprehend the situation. +319600 ,,,,,3150020,,,,,,,,,,,,,,,"Without caring, I resume masturbating while filming Tenka-\nchan." +319700 ,,,,,3150020,,,,,,,,,,,,,,,Tenka-chan was dumbfounded. +319800 ,,,,,3150020,,甜花,Tenka,039_CB29_t_119.wav,tenka,,0,,,,,,,,Ah... ah... +319900 ,,,,,3150020,,主人公,Kiyoshi,,,,,,,,,,,,It's good... it feels great. Tenka-chan's body is the best\nafter all. +320000 ,,,,,3150020,,,,,,,,,,,,,,,Tenka-chan stared intently at my cock. +320100 ,,,,,3150020,,,,,,,,,,,,,,,"Anyway, her gaze naturally focused there." +320200 ,,,,,3150020,,,,,,,,,,,,,,,"Right now, she's probably trying to sort things out in her\nhead. This is my chance." +320300 ,,,,,3150020,,,,,,,,,,,,,,,I stroked my cock vigorously. As fast as I could. +320400 ,,,,,3150020,,甜花,Tenka,039_CB29_t_120.wav,tenka,,0,,,,,,,,W-What are you doing!? +320500 ,,,,,3150020,,,,,,,,,,,,,,,"Finally grasping the situation, Tenka-chan shouted." +320600 ,,,,,3150020,,甜花,Tenka,039_CB29_t_121.wav,tenka,,0,,,,,,,,Uncle! Wasn't this a gravure photoshoot!? +320700 ,,,,,3150020,,主人公,Kiyoshi,,,,,,,,,,,,It is a gravure photoshoot. +320800 ,,,,,3150020,,甜花,Tenka,039_CB29_t_122.wav,tenka,,0,,,,,,,,B-But... your cock... +320900 ,,,,,3150020,,主人公,Kiyoshi,,,,,,,,,,,,Being able to get excited is important for gravure. A\ngravure shoot where you can't get hard is worthless. +321000 ,,,,,3150020,,甜花,Tenka,039_CB29_t_123.wav,tenka,,0,,,,,,,,N-No way... +321100 ,,,,,3150020,,,,,,,,,,,,,,,Tenka-chan was terrified. +321200 ,,,,,3150020,,甜花,Tenka,039_CB29_t_124.wav,tenka,,0,,,,,,,,Eh... ehhh... +321300 ,,,,,3150020,,,,,,,,,,,,,,,The shock of the situation left Tenka-chan frozen. +321400 ,,,,,3150020,,,,,,,,,,,,,,,"Hmm... what should I do? At this point, I feel like I should\njust go all the way." +321500 ,,,,,3150020,,,,,,,,,,,,,,,"Besides, I had a feeling I could push through with the\natmosphere right now." +321600 ,,,,,3150020,,甜花,Tenka,039_CB29_t_125.wav,tenka,,0,,,,,,,,U-Uncle... put your cock away... +321700 ,,,,,3150020,,主人公,Kiyoshi,,,,,,,,,,,,"No, no. This is all to make Tenka-chan an idol." +321800 ,,,,,3150020,,,,,,,,,,,,,,,"I masturbated with all my might while looking at Tenka-\nchan's thighs, face, nipples, and asshole." +321900 ,,,,,3150020,,,,,,,,,,,,,,,An overwhelming pleasure surged through me. +322000 ,,,,,3150020,,,,,,,,,,,,,,,"However, I don't intend to finish just yet." +322100 ,,,,,3150020,,,,,,,,,,,,,,,"Today, I'm going all the way." +322200 ,,,,,3150020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then... let's move on to the final step." +322300 ,,,,,3150020,,,,,,,,,,,,,,,"Saying that, I took Tenka-chan's hand and guided it to my\ncock." +322500 ,,,,,3151000,,甜花,Tenka,039_CB29_t_126.wav,tenka,,0,,,,,,,,Eh...? +322600 ,,,,,3151000,,,,,,,,,,,,,,,"With Tenka-chan's cute hand, she wrapped around my cock." +322700 ,,,,,3151000,,,,,,,,,,,,,,,"Placing my hand on her slender shoulder, I began to\nforcefully make her give me a handjob." +322800 ,,,,,3151000,,,,,,,,,,,,,,,"At first, I moved slowly so that Tenka-chan's hand wouldn't\nhurt." +322900 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan's hands are so soft and feel so good. I could\nstay wrapped in them forever... +323000 ,,,,,3151000,,甜花,Tenka,039_CB29_t_127.wav,tenka,,0,,,,,,,,Ah... ahh... +323100 ,,,,,3151000,,,,,,,,,,,,,,,Tenka-chan couldn't keep up with the change in the situation\nat all. +323200 ,,,,,3151000,,,,,,,,,,,,,,,"She was a little scared. But for some reason, seeing her\nlike that made me even harder." +323300 ,,,,,3151000,,,,,,,,,,,,,,,I rubbed at a steady rhythm. I could feel the pleasure\nbuilding up in my lower body. +323400 ,,,,,3151000,,,,,,,,,,,,,,,"Like stacking blocks little by little, the pleasure grew\nlarger." +323500 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan's hands are warm. It feels amazing. +323600 ,,,,,3151000,,甜花,Tenka,039_CB29_t_128.wav,tenka,,0,,,,,,,,Your cock... it's hard... +323700 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,"It's thanks to you, Tenka-chan. Your asshole was so erotic,\nit got me like this." +323800 ,,,,,3151000,,甜花,Tenka,039_CB29_t_129.wav,tenka,,0,,,,,,,,My butt... you were watching after all. +323900 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,I couldn't help but look at such an attractive butt. +324000 ,,,,,3151000,,甜花,Tenka,039_CB29_t_130.wav,tenka,,0,,,,,,,,Ugh... you're the worst... +324100 ,,,,,3151000,,,,,,,,,,,,,,,"However, Tenka-chan was still frozen. It seemed the fear was\ngreater than I thought." +324200 ,,,,,3151000,,,,,,,,,,,,,,,"But if I stop now, it would be a waste of this pleasure." +324300 ,,,,,3151000,,,,,,,,,,,,,,,I moved Tenka-chan's hand at the speed I usually use when I\nmasturbate. +324400 ,,,,,3151000,,,,,,,,,,,,,,,Being stroked by a girl's hand feels incredibly good. +324500 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan's hands... I'm getting addicted... +324600 ,,,,,3151000,,甜花,Tenka,039_CB29_t_131.wav,tenka,,0,,,,,,,,It's... hot... +324700 ,,,,,3151000,,,,,,,,,,,,,,,Tenka-chan's small shoulders seemed to shrink even more. +324800 ,,,,,3151000,,,,,,,,,,,,,,,She was becoming more and more withdrawn. Such an innocent\nreaction. +324900 ,,,,,3151000,,,,,,,,,,,,,,,"Even her reaction excited me, and I increased the speed." +325000 ,,,,,3151000,,,,,,,,,,,,,,,"I rubbed with Tenka-chan's hand faster, not wanting to miss\nthe pleasure." +325100 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,It feels so good... I can't stop. +325200 ,,,,,3151000,,,,,,,,,,,,,,,Tenka-chan didn't take her eyes off my cock. She was frozen\nlike ice. +325300 ,,,,,3151000,,,,,,,,,,,,,,,I took advantage of that and rubbed it repeatedly. Tenka-\nchan's hands were soft. It got harder and harder. +325400 ,,,,,3151000,,,,,,,,,,,,,,,My lower body felt a bit floaty. I was close to ejaculating. +325500 ,,,,,3151000,,,,,,,,,,,,,,,I held back and continued rubbing my cock. +325600 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,I'm about to cum... I'm going to ejaculate... But I'll hold\nback. I want to feel Tenka-chan's hands more... +325700 ,,,,,3151000,,,,,,,,,,,,,,,"Every time I spoke to Tenka-chan, my head felt fuzzy, like\nit was tingling." +325800 ,,,,,3151000,,,,,,,,,,,,,,,I couldn't hold back any longer. I was at my limit. I\nstroked without stopping for a moment. +325900 ,,,,,3151000,,,,,,,,,,,,,,,"Maybe because I had been building it up for so long, the\nfeeling of ejaculation was at its peak." +326000 ,,,,,3151000,,,,,,,,,,,,,,,I couldn't stop anymore. It was at that moment. +326100 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I'm at my limit... I'm going to cum... I'm cumming! I'll\ncover you with it, Tenka- chan!" +326200 ,,,,,3151000,,甜花,Tenka,039_CB29_t_132.wav,tenka,,0,,,,,,,,Eh!? +326300 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,I'm cumming! I'll give you my ejaculation! I'll give you my\nsperm! I'm cumming... ah――! +326500 ,,,,,3151010,,,,,,,,,,,,,,,"Immediately after, I ejaculated intensely into Tenka-chan's\nwarm hands." +326600 ,,,,,3151010,,,,,,,,,,,,,,,I released the semen that surged from the base of my cock\nwithout holding back. +326700 ,,,,,3151010,,,,,,,,,,,,,,,The semen that shot out forcefully from the tip splattered\nall over Tenka-chan's body. +326800 ,,,,,3151010,,甜花,Tenka,039_CB29_t_133.wav,tenka,,0,,,,,,,,Eek! So much is coming out... huh... is it still coming? +326900 ,,,,,3151010,,主人公,Kiyoshi,,,,,,,,,,,,Ah... it's coming... it's still coming... +327000 ,,,,,3151010,,,,,,,,,,,,,,,"Even while ejaculating, I continued to rub myself with\nTenka-chan's hand." +327100 ,,,,,3151010,,,,,,,,,,,,,,,"Thanks to that, I was able to cover Tenka- chan's body with\nall the sperm left in my urethra." +327200 ,,,,,3151010,,,,,,,,,,,,,,,My semen splattered all over the micro bikini Tenka-chan was\nwearing. +327300 ,,,,,3151010,,,,,,,,,,,,,,,"Naturally, my DNA also scattered on Tenka- chan's bare skin." +327400 ,,,,,3151010,,甜花,Tenka,039_CB29_t_134.wav,tenka,,0,,,,,,,,Ejaculation... lasts this long... +327500 ,,,,,3151010,,,,,,,,,,,,,,,I put more strength into my lower body to dirty Tenka-chan\neven more. +327600 ,,,,,3151010,,,,,,,,,,,,,,,"Then, the remaining semen spurted out." +327700 ,,,,,3151010,,,,,,,,,,,,,,,And it dirtied the adorable Tenka-chan's body. +327900 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... phew... +328000 ,,,,,3151020,,,,,,,,,,,,,,,"After taking a deep breath, the ejaculation finally\nsubsided." +328100 ,,,,,3151020,,,,,,,,,,,,,,,"Tenka-chan, who had returned to her senses, already had\ntears in her eyes." +328200 ,,,,,3151020,,甜花,Tenka,039_CB29_t_135.wav,tenka,,0,,,,,,,,Hic... ugh... uncle... that's terrible... +328300 ,,,,,3151020,,,,,,,,,,,,,,,Tenka-chan's voice was damp. +328400 ,,,,,3151020,,甜花,Tenka,039_CB29_t_136.wav,tenka,,0,,,,,,,,It's white... sticky... and feels gross... +328500 ,,,,,3151020,,,,,,,,,,,,,,,Seeing Tenka-chan frown at the sight of the semen was quite\ncharming. +328600 ,,,,,3151020,,甜花,Tenka,039_CB29_t_137.wav,tenka,,0,,,,,,,,"No... I don't want this... Uncle, you're so mean..." +328700 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, Tenka-chan. You might be surprised, but actually,\nthis is something everyone does." +328800 ,,,,,3151020,,甜花,Tenka,039_CB29_t_138.wav,tenka,,0,,,,,,,,That's definitely a lie... +328900 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,It's true. All idols do this kind of thing with important\npeople. +329000 ,,,,,3151020,,甜花,Tenka,039_CB29_t_139.wav,tenka,,0,,,,,,,,That's not true! +329100 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"No, unfortunately, it is." +329200 ,,,,,3151020,,甜花,Tenka,039_CB29_t_140.wav,tenka,,0,,,,,,,,No way... +329300 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"But since Tenka-chan is doing it properly with me here, you\nwon't have to do it anymore." +329400 ,,,,,3151020,,甜花,Tenka,039_CB29_t_141.wav,tenka,,0,,,,,,,,What do you mean? +329500 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"If you do this kind of thing with a man first, you won't\nhave to do it anymore. That's the rule." +329600 ,,,,,3151020,,甜花,Tenka,039_CB29_t_142.wav,tenka,,0,,,,,,,,...I don't get it... +329700 ,,,,,3151020,,,,,,,,,,,,,,,It seemed like Tenka-chan wasn't listening anymore. +329800 ,,,,,3151020,,,,,,,,,,,,,,,But this is where the real part begins. +329900 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, listen carefully. Continuing from earlier, men\nlook at photo books and image videos." +330000 ,,,,,3151020,,甜花,Tenka,039_CB29_t_143.wav,tenka,,0,,,,,,,,............ +330100 ,,,,,3151020,,,,,,,,,,,,,,,"Tenka-chan didn't respond, perhaps because she was angry.\nBut I continued anyway." +330200 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"Men see those and think they want to have sex with idols,\nmarry them, and have babies with them." +330300 ,,,,,3151020,,甜花,Tenka,039_CB29_t_144.wav,tenka,,0,,,,,,,,No... no... +330400 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,I'm Tenka-chan's biggest fan... That's why I wanted you to\nstroke my dick and make me feel good. +330500 ,,,,,3151020,,甜花,Tenka,039_CB29_t_145.wav,tenka,,0,,,,,,,,I don't understand... I don't understand... +330600 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"But you know, the main reason is a bit different. The truth\nis, because Tenka-chan was so cute, my dick got hard." +330700 ,,,,,3151030,,甜花,Tenka,039_CB29_t_146.wav,tenka,,0,,,,,,,,Cute? +330800 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, Tenka-chan in a swimsuit is so cute that no other idol\ncan compare." +331000 ,,,,,3151030,,,,,,,,,,,,,,,"When I said that, Tenka-chan's expression finally softened a\nlittle." +331100 ,,,,,3151030,,,,,,,,,,,,,,,She looked a bit troubled. +331200 ,,,,,3151030,,甜花,Tenka,039_CB29_t_147.wav,tenka,,0,,,,,,,,Cuter than the idols now? +331300 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, definitely." +331400 ,,,,,3151030,,甜花,Tenka,039_CB29_t_148.wav,tenka,,0,,,,,,,,Definitely... cute... +331500 ,,,,,3151030,,,,,,,,,,,,,,,Tenka-chan spoke in a sweet voice. +331600 ,,,,,3151030,,甜花,Tenka,039_CB29_t_149.wav,tenka,,0,,,,,,,,Am I really that cute? +331700 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, incredibly cute." +331800 ,,,,,3151030,,甜花,Tenka,039_CB29_t_150.wav,tenka,,0,,,,,,,,Does this swimsuit suit me too? +331900 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, because I chose it for Tenka- chan." +332000 ,,,,,3151030,,甜花,Tenka,039_CB29_t_151.wav,tenka,,0,,,,,,,,I see... +332100 ,,,,,3151030,,,,,,,,,,,,,,,"Being called the biggest fan, being called cute." +332200 ,,,,,3151030,,,,,,,,,,,,,,,"Various factors combined, and Tenka-chan's sense of ethics\nwas wavering." +332300 ,,,,,3151030,,,,,,,,,,,,,,,"Alright, now's the time." +332400 ,,,,,3151030,,,,,,,,,,,,,,,"Convinced of this, I spoke in as gentle a voice as possible." +332500 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"Next, could Tenka-chan make my dick feel good like the old\nman did earlier?" +332600 ,,,,,3151030,,甜花,Tenka,039_CB29_t_152.wav,tenka,,0,,,,,,,,Huh? +332700 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"Earlier, the old man was moving his hand, right? This time,\nI want Tenka-chan to move it." +332800 ,,,,,3151030,,甜花,Tenka,039_CB29_t_153.wav,tenka,,0,,,,,,,,............ +332900 ,,,,,3151030,,,,,,,,,,,,,,,Tenka-chan was hesitating. +333000 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"If you do that, I think the old man will feel even better." +333100 ,,,,,3151030,,甜花,Tenka,039_CB29_t_154.wav,tenka,,0,,,,,,,,...Will you always be my fan? +333200 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,Of course. The old man will always be Tenka- chan's number\none fan. +333300 ,,,,,3151030,,甜花,Tenka,039_CB29_t_155.wav,tenka,,0,,,,,,,,....................Alright. +333400 ,,,,,3151030,,,,,,,,,,,,,,,"After quite a bit of deliberation, Tenka-chan nodded." +333600 ,,,,,3151040,,甜花,Tenka,039_CB29_t_156.wav,tenka,,0,,,,,,,,L-Like this? +333700 ,,,,,3151040,,,,,,,,,,,,,,,Tenka-chan looked up at me with a bright red face. +333800 ,,,,,3151040,,主人公,Kiyoshi,,,,,,,,,,,,Stronger and faster. +333900 ,,,,,3151040,,甜花,Tenka,039_CB29_t_157.wav,tenka,,0,,,,,,,,Is it okay? +334000 ,,,,,3151040,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, don't worry about the old man. Just go for it without\nholding back." +334200 ,,,,,3151050,,,,,,,,,,,,,,,"Not knowing what to do, Tenka-chan seemed quite troubled." +334300 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,Don't stop. Keep rubbing. +334400 ,,,,,3151050,,甜花,Tenka,039_CB29_t_158.wav,tenka,,0,,,,,,,,O-Okay. +334500 ,,,,,3151050,,,,,,,,,,,,,,,"As instructed, she didn't stop her hand. Her inexperienced\ntouch was actually quite nice." +334600 ,,,,,3151050,,,,,,,,,,,,,,,"Suddenly, I noticed the semen on Tenka-chan's body." +334700 ,,,,,3151050,,,,,,,,,,,,,,,A pure girl stained with semen is irresistibly erotic. +334800 ,,,,,3151050,,,,,,,,,,,,,,,"It's getting harder and bigger. Even though I just\nejaculated, this recovery is thanks to Tenka-chan." +334900 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, it's really okay, so go even faster." +335000 ,,,,,3151050,,甜花,Tenka,039_CB29_t_159.wav,tenka,,0,,,,,,,,I can't go any faster than this... +335100 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,"You can do it, Tenka-chan. Look, rub the ridge here a lot.\nAnd the tip too..." +335200 ,,,,,3151050,,甜花,Tenka,039_CB29_t_160.wav,tenka,,0,,,,,,,,The tip part? +335300 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, exactly!" +335400 ,,,,,3151050,,,,,,,,,,,,,,,Tenka-chan seemed to have suddenly grasped the technique and\nstarted an exquisite handjob. +335500 ,,,,,3151050,,,,,,,,,,,,,,,"Her skill was like that of a different person, and I\ncouldn't help but moan a little." +335600 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,Ah... that's good... +335700 ,,,,,3151050,,,,,,,,,,,,,,,It feels really good. I can't hold it anymore. +335800 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to come again, Tenka-chan! Don't stop no matter\nwhat!" +335900 ,,,,,3151050,,甜花,Tenka,039_CB29_t_161.wav,tenka,,0,,,,,,,,O-Okay! +336000 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,Ah... it's so good... I can't take it anymore...! +336100 ,,,,,3151050,,,,,,,,,,,,,,,A different kind of pleasure surged through me. I couldn't\nhold back anything anymore. +336200 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I'm coming! It feels so good! I'm going to release! I'm\ngoing to cum... ahhh! I can't take it anymore!" +336300 ,,,,,3151050,,甜花,Tenka,039_CB29_t_162.wav,tenka,,0,,,,,,,,Ah... amazing... it's still getting bigger... ah― +336500 ,,,,,3151060,,,,,,,,,,,,,,,Splat! Splat! Throb! Throb! +336600 ,,,,,3151060,,,,,,,,,,,,,,,An amount of semen equal to the first ejaculation was\nreleased from my cock. +336700 ,,,,,3151060,,,,,,,,,,,,,,,"The semen splattered onto Tenka-chan's swimsuit again,\nstaining her." +336800 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,Ah... it's still going... ah! +336900 ,,,,,3151060,,,,,,,,,,,,,,,"Splat, splat, with a pause, the semen shoots out." +337000 ,,,,,3151060,,,,,,,,,,,,,,,I layered more semen onto the semen already on Tenka-chan's\nbody. +337100 ,,,,,3151060,,甜花,Tenka,039_CB29_t_163.wav,tenka,,0,,,,,,,,It's warm... or rather... hot... +337200 ,,,,,3151060,,,,,,,,,,,,,,,"Even while I was ejaculating, Tenka-chan continued to move\nher hand slowly." +337300 ,,,,,3151060,,,,,,,,,,,,,,,"The soft hands of Tenka-chan were covered in semen, making a\nsticky sound." +337400 ,,,,,3151060,,,,,,,,,,,,,,,It was so lewd that I ejaculated again. That was the last\nejaculation. +337500 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,"Phew... thank you, Tenka-chan." +337600 ,,,,,3151060,,甜花,Tenka,039_CB29_t_164.wav,tenka,,0,,,,,,,,Was this okay? +337700 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it was amazing." +337800 ,,,,,3151060,,甜花,Tenka,039_CB29_t_165.wav,tenka,,0,,,,,,,,Do you think I can really become an idol? +337900 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,"You can. You definitely can. You made me climax twice, so be\nconfident." +338000 ,,,,,3151060,,甜花,Tenka,039_CB29_t_166.wav,tenka,,0,,,,,,,,"Yeah... but I don't want to do this kind of thing anymore,\nokay?" +338100 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,I understand. +338200 ,,,,,3151060,,,,,,,,,,,,,,,"Well, we'll probably do it again anyway." +338300 ,,,,,3151060,,甜花,Tenka,039_CB29_t_167.wav,tenka,,0,,,,,,,,Ugh... this is sticky... +338400 ,,,,,3151060,,,,,,,,,,,,,,,Tenka-chan tried to wipe off the semen with her hand. +338500 ,,,,,3151060,,,,,,,,,,,,,,,I stopped her. +338600 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,Wait a moment. I need to take a picture of you like this. +338700 ,,,,,3151060,,甜花,Tenka,039_CB29_t_168.wav,tenka,,0,,,,,,,,Like this? +338800 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. Situations like this don't happen often. +338900 ,,,,,3151060,,甜花,Tenka,039_CB29_t_169.wav,tenka,,0,,,,,,,,"N-No, stop! Don't take pictures!" +339000 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,"I can stop, but then Tenka-chan will have to do the same\nthing again today, right?" +339100 ,,,,,3151060,,甜花,Tenka,039_CB29_t_170.wav,tenka,,0,,,,,,,,Eh... +339200 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,"You don't want that, do you?" +339300 ,,,,,3151060,,甜花,Tenka,039_CB29_t_171.wav,tenka,,0,,,,,,,,Yeah... I don't want that. +339400 ,,,,,3151060,,,,,,,,,,,,,,,"Hearing it so directly was a bit of a shock, but I refocused\nand pointed my phone at Tenka-chan." +339500 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I need to take proper pictures now." +339600 ,,,,,3151060,,,,,,,,,,,,,,,"Saying that, I took pictures of Tenka-chan covered in semen.\nHer body, her swimsuit, everything." +339700 ,,,,,3151060,,,,,,,,,,,,,,,"Of course, I took both photos and videos." +339800 ,$event_return,,,,,,,,,,,,,,,,,,, +340000 ,,,8,101,,,,,,,,,,,,,,,, +340100 ,,,,,,,,,,,,,,,,,,,,"Once the shooting was completely finished, Tenka-chan washed\noff the semen stuck to her body in the river." +340200 ,,,,,,,,,,,,,,,,,,,,"Thanks to the swimsuit, it seemed like the semen came off\nrelatively easily." +340400 ,,,,,,,甜花,Tenka,039_CB29_t_172.wav,"tenkaL,privateC",,11,,,,,,,,.................... +340500 ,,,,,,,,,,tenkaL,,11,,,,,,,,"After changing, Tenka-chan was clearly in a bad mood." +340600 ,,,,,,,甜花,Tenka,039_CB29_t_173.wav,tenkaL,,11,,,,,,,,Maybe someone saw us. +340700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,11,,,,,,,,It's fine. I was keeping watch properly. +340800 ,,,,,,,甜花,Tenka,039_CB29_t_174.wav,tenkaL,,10,,,,,,,,That's a lie. +340900 ,,,,,,,主人公,Kiyoshi,,tenkaL,,10,,,,,,,,It's true. Protecting Tenka-chan is also my job. +341000 ,,,,,,,,,,tenkaL,,10,,,,,,,,"Saying that, Tenka-chan's face turned bright red again." +341100 ,,,,,,,甜花,Tenka,039_CB29_t_175.wav,tenkaL,,16,,,,,,,,...You're not protecting me. +341200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,16,,,,,,,,But Tenka-chan was really cute today. And sexy too. +341300 ,,,,,,,甜花,Tenka,039_CB29_t_176.wav,tenkaL,,30,,,,,,,,"Hey, mister, next time give me something from the store for\nfree, okay?" +341400 ,,,,,,,主人公,Kiyoshi,,tenkaL,,30,,,,,,,,"I guess I have no choice. Alright, up to 100 yen." +341500 ,,,,,,,甜花,Tenka,039_CB29_t_177.wav,"tenka,privateC",,20,,,,,,,,Really!? Yay♪ +341600 ,,,,,,,,,,,,,,,,,,,,Getting all this for just 100 yen is a bargain. +341700 ,,,,,,,,,,,,,,,,,,,,"Thinking that, I headed back to the candy store with Tenka-\nchan." +341800 ,,,0,9000,,,,,,,,,,,,,,,, +341900 ,@040_CC00,,,,,,,,,,,,,,,,,,, +344800 ,,,15,33,,,主人公,Kiyoshi,,,,,,,,,,,,Ahh~ I'm exhausted. +344900 ,,,,,,,,,,,,,,,,,,,,"In the empty night, I lay down on the floor alone." +345000 ,,,,,,,,,,,,,,,,,,,,"As I watched the fan spinning around, memories of recent\nevents came to mind for some reason." +345100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm glad I opened this candy store... +345200 ,,,,,,,,,,,,,,,,,,,,"Chie-chan, Komako-chan, Tenka-chan." +345300 ,,,,,,,,,,,,,,,,,,,,"Surrounded by these three charming girls, I was living\nintensely fulfilling days." +345400 ,,,,,,,,,,,,,,,,,,,,It's the first time I've felt so satisfied both mentally and\nsexually. +345500 ,,,,,,,,,,,,,,,,,,,,The sweet scent of the girls still faintly lingers in this\nroom. +345600 ,,,,,,,,,,,,,,,,,,,,It's something I couldn't have imagined until just recently. +345700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...To make sure I don't forget, let's recall everything for\na moment..." +345800 ,,"",,9000,,,,,,,,,,,,,,,,I rewind time a bit in my mind. +345900 ,,,,,,,,,,,,,,,,,,,,"Then naturally, my thing grew harder. My hand naturally\nmoved towards my penis." +346000 ,,,,,,,,,,,,,,,,,,,,And the most memorable voice that lingered in my ears came\nback to me. +346500 ,*harem_check,,,,,,,,,,,,,,,,,,,Harem route condition check (All heroine flags within +-1) +346600 ,"$fmax %temp1%,%chie%,%komako%",,,,,,,,,,,,,,,,,,, +346700 ,"$fmax %temp1%,%temp1%,%tenka%",,,,,,,,,,,,,,,,,,,"temp1 = max( max( chie, komako ), tenka )" +346800 ,"$warning MAX(千恵、コマコ、甜花),%temp1%",,,,,,,,,,,,,,,,,,, +346900 ,"$fmin %temp2%,%chie%,%komako%",,,,,,,,,,,,,,,,,,, +347000 ,"$fmin %temp2%,%temp2%,%tenka%",,,,,,,,,,,,,,,,,,,"temp2 = min( min( chie, komako ), tenka )" +347100 ,"$warning MIN(千恵、コマコ、甜花),%temp2%",,,,,,,,,,,,,,,,,,, +347200 ,"$fsub %temp1%,%temp2%",,,,,,,,,,,,,,,,,,,"If temp1-temp2 is 0 or 1, it can be said that all heroine\nflags are within +-1." +347400 ,"$cmp %temp1%,<=,1",,,,,,,,,,,,,,,,,,, +347500 ,"$fset %jump%,%cmp_flag%",,,,,,,,,,,,,,,,,,,"If it's 0 or 1, proceed to the harem route." +347600 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,ハーレム成立せず,check_chie",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,全員回想へ(フラグが±1だった),all",,,,,,,,,,,,,,,,,,,→■All +↓,$jump_end,,,,,,,,,,,,,,,,,,, +348000 ,*check_chie,,,,,,,,,,,,,,,,,,, +348100 ,"$fmax %temp1%,%komako%,%tenka%",,,,,,,,,,,,,,,,,,,"temp1 = max( komako, tenka )" +348200 ,"$cmp %chie%,>=,%temp1%",,,,,,,,,,,,,,,,,,,Is Chie's flag greater than or equal to Komako and Tenka's\nflags? +348300 ,"$fset %jump%,%cmp_flag%",,,,,,,,,,,,,,,,,,, +348400 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,千恵回想へ,chie",,,,,,,,,,,,,,,,,,,→■Chie +↓,"$jump_item 0,千恵条件成立せず,check_komako",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +348800 ,*check_komako,,,,,,,,,,,,,,,,,,, +348900 ,"$cmp %komako%,>=,%tenka%",,,,,,,,,,,,,,,,,,,Is Komako's flag greater than or equal to Tenka's flag? +349000 ,"$fset %jump%,%cmp_flag%",,,,,,,,,,,,,,,,,,, +349100 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,コマコ回想へ(コマコ≧甜花),komako",,,,,,,,,,,,,,,,,,,→■Komako +↓,"$jump_item 0,甜花回想へ,tenka",,,,,,,,,,,,,,,,,,,→■Tenka +↓,$jump_end,,,,,,,,,,,,,,,,,,, +349700 ,*chie,,,,,,,,,,,,,,,,,,,■Automatic Branch: Chie +349900 ,,,10,9000,,,千恵,Chie,040_CC00_c_000.wav,,,,,,,,,,,"Hey, mister!" +350000 ,,,,,,,,,,,,,,,,,,,,"That's right, this energetic voice." +350100 ,,,,,,,,,,,,,,,,,,,,Chii-chan's boundless purity was an oasis for me. +350300 ,,,,,1100030,,千恵,Chie,040_CC00_c_001.wav,chie,,0,,,,,,,,"Mister, are you kind of clumsy?" +350400 ,,,,,1100030,,,,,,,,,,,,,,,"Recalling past memories of Chii-chan, I grasp my thing." +350500 ,,,,,1100030,,,,,,,,,,,,,,,"In my imagination, I fell into a world of pleasure." +350600 ,,,,,1100030,,千恵,Chie,040_CC00_c_002.wav,chie,,0,,,,,,,,"Hehe, Chii-chan is better at it!" +350700 ,,,,,1100030,,,,,,,,,,,,,,,"Despite appearances, Chii-chan is good at folding clothes." +350800 ,,,,,1100030,,,,,,,,,,,,,,,There's no doubt she'll make a great wife in the future. +350900 ,,,,,1100030,,,,,,,,,,,,,,,"At least if I become her husband, I can adore Chii-chan's\nbody every day." +351000 ,,,,,1100030,,,,,,,,,,,,,,,A period of boredom would never come. I'm confident I could\nget aroused just by looking at cute Chii-chan every day. +351200 ,,,,,1110000,,千恵,Chie,040_CC00_c_003.wav,chie,,0,,,,,,,,Why...? Why won't mister wake up...? +351300 ,,,,,1110000,,,,,,,,,,,,,,,"Come to think of it, there was a time like that..." +351400 ,,,,,1110000,,,,,,,,,,,,,,,"I think Chii-chan was helping me, and I ended up getting\naroused." +351600 ,,,,,1110010,,,,,,,,,,,,,,,"The feeling of Chii-chan's vagina back then was amazing.\nHonestly, I can't forget it." +351700 ,,,,,1110010,,,,,,,,,,,,,,,Small and squishy to the touch. Yet firm... +351800 ,,,,,1110010,,,,,,,,,,,,,,,Ah... I want to insert my cock into that vagina and rub it a\nlot. +351900 ,,,,,1110010,,千恵,Chie,040_CC00_c_004.wav,chie,,0,,,,,,,,Could it be... did it move...? +352000 ,,,,,1110010,,,,,,,,,,,,,,,Such a pure reaction is something an ordinary girl can't\neasily do. +352100 ,,,,,1110010,,,,,,,,,,,,,,,That's Chii-chan's uniqueness. I love that about her. +352200 ,,,,,1110010,,,,,,,,,,,,,,,"Thinking back, maybe it was those feelings that made me\naroused at that time." +352300 ,,,,,1110010,,,,,,,,,,,,,,,Chii-chan's charm is hard to convey in just a few words. +352400 ,,,,,1110010,,,,,,,,,,,,,,,"If I had to say, maybe it's her age- appropriate vibe that's\nthe best." +352500 ,,,,,1110010,,,,,,,,,,,,,,,Even Komako-chan is crazy about Chii-chan. That charm has an\nattraction that draws in both men and women. +352700 ,,,,,1110020,,千恵,Chie,040_CC00_c_005.wav,chie,,0,,,,,,,,"Nnhya... haa, nn... mister... wake up soon...!" +352800 ,,,,,1110020,,,,,,,,,,,,,,,Ah... thrusting into Chii-chan from below was the best. +352900 ,,,,,1110020,,,,,,,,,,,,,,,"If it were a girl with impure thoughts, she probably would\nhave noticed my ulterior motives after all that." +353000 ,,,,,1110020,,,,,,,,,,,,,,,But Chii-chan is different. She doesn't notice. +353100 ,,,,,1110020,,,,,,,,,,,,,,,"Because from the start, there's no such thing as impure\nthoughts in Chii-chan." +353200 ,,,,,1110020,,,,,,,,,,,,,,,What exists is a cute body and a pure heart. And I'm going\nto taint it all. +353300 ,,,,,1110020,,千恵,Chie,040_CC00_c_006.wav,chie,,0,,,,,,,,Haa... haa... mister... wake up soon...! +353400 ,,,,,1110020,,,,,,,,,,,,,,,"If Chii-chan wakes me up in such a naughty way, I could stay\nasleep forever." +353500 ,,,,,1110020,,,,,,,,,,,,,,,I want to feel Chii-chan's pussy all the time. I even want\nto become Chii-chan's pussy. +353600 ,,,,,1110020,,,,,,,,,,,,,,,"That way, I could smell Chii-chan's pee and sweat all day\nlong." +353700 ,,,,,1110020,,,,,,,,,,,,,,,But that's physically impossible... +353800 ,,,,,1110020,,,,,,,,,,,,,,,So I want to become Chii-chan's husband soon and go down on\nher every day. +354000 ,,,,,1140030,,,,,,,,,,,,,,,I really licked a lot back then... +354100 ,,,,,1140030,,,,,,,,,,,,,,,The different expression on Chii-chan's face is burned into\nmy memory. +354200 ,,,,,1140030,,,,,,,,,,,,,,,That was the expression of a female. Chii- chan has sexual\ndesire after all. +354300 ,,,,,1140030,,,,,,,,,,,,,,,"Deep down, she wants her pussy to be licked." +354400 ,,,,,1140030,,,,,,,,,,,,,,,"Still, that sour smell of her pussy... I can remember it\nvividly even now." +354500 ,,,,,1140030,,,,,,,,,,,,,,,My hand started moving faster on my dick. +354600 ,,,,,1140030,,,,,,,,,,,,,,,"If it's Chii-chan's pussy, I could lick it every day." +354700 ,,,,,1140030,,,,,,,,,,,,,,,I put saliva into that small hole and stir it with my dick. +354800 ,,,,,1140030,,,,,,,,,,,,,,,How good would it feel? I'd probably ejaculate right away. +355000 ,,,,,1140040,,,,,,,,,,,,,,,What I remember is a cute angel moaning. +355100 ,,,,,1140040,,,,,,,,,,,,,,,"Cute collarbones, untouched there. I want to make it all\nmine." +355200 ,,,,,1140040,,,,,,,,,,,,,,,"Even her asshole is the best. If it's Chii- chan's anus, I\ncan lick it without any hesitation." +355300 ,,,,,1140040,,,,,,,,,,,,,,,"No, rather, I'd latch onto it myself and never let go." +355400 ,,,,,1140040,,,,,,,,,,,,,,,"That taste, smell, and sensation. That experience will never\nfade from my hippocampus." +355500 ,,,,,1140040,,,,,,,,,,,,,,,Her embarrassed expression is an irreplaceable spice. +355600 ,,,,,1140040,,,,,,,,,,,,,,,Chii-chan probably doesn't even realize that her\nembarrassment is making me hard. +355700 ,,,,,1140040,,,,,,,,,,,,,,,That's what I like about her. I want to teach her everything\nlittle by little. +355800 ,,,,,1140040,,,,,,,,,,,,,,,The thing in my crotch keeps getting harder. It grows so big\nthat Chii-chan would be surprised if she saw it. +355900 ,,,,,1140040,,,,,,,,,,,,,,,The light in the room reflected off Chii- chan's thighs.\nThey were smooth. I should have licked them more. +356000 ,,,,,1140040,,,,,,,,,,,,,,,"Even the soles of her feet were completely clean. They shone\nso brightly, it was dazzling to me." +356100 ,,,,,1140040,,,,,,,,,,,,,,,"The smell of her armpit sweat. That was memorable too. Sour,\nyet somehow sweet. A charm that can't be found elsewhere." +356200 ,,,,,1140040,,,,,,,,,,,,,,,What exactly is a girl's sweat made of? What are its\ncomponents? +356300 ,,,,,1140040,,,,,,,,,,,,,,,"I've licked a lot, but I still have no idea." +356400 ,,,,,1140040,,,,,,,,,,,,,,,"Chii-chan's hair is wet with that sweat, clinging to her\nfirm skin." +356500 ,,,,,1140040,,,,,,,,,,,,,,,"It's like a work of art. No matter how many times I see it,\nI never get tired of it. In fact, I discover something new." +356600 ,,,,,1140040,,,,,,,,,,,,,,,This is probably not just my memory being beautified over\ntime. +356700 ,,,,,1140040,,,,,,,,,,,,,,,Chii-chan's inherent charm is just that deep. +356800 ,,,,,1140040,,,,,,,,,,,,,,,She probably hasn't realized it yet. Maybe she'll never\nrealize it. +356900 ,,,,,1140040,,,,,,,,,,,,,,,"But I'm the only one who notices. That's why I lick her,\nChii-chan." +357000 ,,,,,1140040,,,,,,,,,,,,,,,"In my memories and in reality, I'll make Chii-chan happy\nover and over again." +357200 ,,,,,1150000,,千恵,Chie,040_CC00_c_007.wav,chie,,0,,,,,,,,Sniff sniff... Ah! It smells just like the usual one! +357300 ,,,,,1150000,,,,,,,,,,,,,,,It was the first time I put so much yogurt on my dick. +357500 ,,,,,1150010,,千恵,Chie,040_CC00_c_008.wav,chie,,0,,,,,,,,"Lick... Delicious! Onii-chan, this is really tasty!" +357600 ,,,,,1150010,,,,,,,,,,,,,,,I honestly didn't expect a yogurt-flavored dick to be so\nwell-received. +357700 ,,,,,1150010,,,,,,,,,,,,,,,But having Chii-chan lick something sticky is definitely\nfun. +357800 ,,,,,1150010,,,,,,,,,,,,,,,"No, maybe that's not quite right. It's not fun, it's\npleasurable." +357900 ,,,,,1150010,,,,,,,,,,,,,,,The impact of Chii-chan innocently doing something naughty\nis unparalleled. +358000 ,,,,,1150010,,,,,,,,,,,,,,,The situation is just right. +358100 ,,,,,1150010,,,,,,,,,,,,,,,It's nice to have her do it while fully understanding it's\nsomething naughty. +358200 ,,,,,1150010,,,,,,,,,,,,,,,But innocence itself is a sexual allure. +358300 ,,,,,1150010,,千恵,Chie,040_CC00_c_009.wav,chie,,0,,,,,,,,"It's sweet and tasty, no weird taste!" +358400 ,,,,,1150010,,,,,,,,,,,,,,,"Yeah, then keep licking more and more." +358500 ,,,,,1150010,,,,,,,,,,,,,,,"As I indulge in these fantasies, the sensation in my hand\ngradually fades away." +358600 ,,,,,1150010,,,,,,,,,,,,,,,"My consciousness brings Chii-chan to life. At this very\nmoment, Chii-chan is licking my dick." +358700 ,,,,,1150010,,千恵,Chie,040_CC00_c_010.wav,chie,,0,,,,,,,,"Onii-chan, does it feel good...?" +358800 ,,,,,1150010,,,,,,,,,,,,,,,"Yeah, it feels great. More than anything else." +358900 ,,,,,1150010,,,,,,,,,,,,,,,"Chii-chan, who persistently teases the tip, definitely has a\ntalent." +359000 ,,,,,1150010,,,,,,,,,,,,,,,She unconsciously understands what pleases a man. +359200 ,,,,,1150020,,千恵,Chie,040_CC00_c_011.wav,chie,,0,,,,,,,,Onii-chan... the yogurt is all gone...? +359300 ,,,,,1150020,,,,,,,,,,,,,,,Chii-chan is so greedy. I want to enjoy it more slowly. +359400 ,,,,,1150020,,,,,,,,,,,,,,,"But there's still plenty of yogurt. In my imagination, it\nnever runs out." +359500 ,,,,,1150020,,千恵,Chie,040_CC00_c_012.wav,chie,,0,,,,,,,,Yay! I can still eat more! +359600 ,,,,,1150020,,,,,,,,,,,,,,,That's right. Chii-chan will keep eating my dick. +359700 ,,,,,1150020,,,,,,,,,,,,,,,"It becomes Chii-chan's daily routine, and drinking my semen\nbecomes her hobby." +359800 ,,,,,1150020,,,,,,,,,,,,,,,I train Chii-chan to make it happen. +360000 ,,,,,1150030,,千恵,Chie,040_CC00_c_013.wav,chie,,0,,,,,,,,Wow... your dick is twitching! +360100 ,,,,,1150030,,,,,,,,,,,,,,,"A fresh reaction. Her emotions are so clear, it's fun just\nto watch." +360200 ,,,,,1150030,,千恵,Chie,040_CC00_c_014.wav,chie,,0,,,,,,,,Did it hurt? +360300 ,,,,,1150030,,,,,,,,,,,,,,,I love that gentle side of her too. +360400 ,,,,,1150030,,,,,,,,,,,,,,,But it's okay. It doesn't hurt. It feels good. +360500 ,,,,,1150030,,,,,,,,,,,,,,,"It feels good, so my dick twitches." +360700 ,,,,,1150050,,千恵,Chie,040_CC00_c_015.wav,chie,,0,,,,,,,,Mmph!? +360800 ,,,,,1150050,,,,,,,,,,,,,,,My fierce thing goes into Chii-chan's small mouth. +360900 ,,,,,1150050,,,,,,,,,,,,,,,It's warm and slippery. +361000 ,,,,,1150050,,,,,,,,,,,,,,,I suppress the urge to thrust deeper. I move my hips\nlightly. +361100 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, I know it's tough, but try moving your tongue\ninside like before." +361200 ,,,,,1150050,,千恵,Chie,040_CC00_c_016.wav,chie,,0,,,,,,,,Mmm... mm... slurp... +361300 ,,,,,1150050,,,,,,,,,,,,,,,"Even though it's hard, Chii-chan serves me diligently. How\nadmirable." +361400 ,,,,,1150050,,,,,,,,,,,,,,,"If possible, I wish I had met Chii-chan sooner." +361500 ,,,,,1150050,,,,,,,,,,,,,,,Then I could have seen an even smaller Chii- chan. +361600 ,,,,,1150050,,,,,,,,,,,,,,,"No, but regretting that now is pointless. Let's enjoy the\nChii-chan in front of me." +361800 ,,,,,1170000,,千恵,Chie,040_CC00_c_017.wav,chie,,0,,,,,,,,Come closer... +361900 ,,,,,1170000,,,,,,,,,,,,,,,Chii-chan's cute voice. +362000 ,,,,,1170000,,,,,,,,,,,,,,,The sound of her breathing from that time still lingers in\nmy ears. +362100 ,,,,,1170000,,,,,,,,,,,,,,,"Chii-chan's voice is always lively, but it felt a bit\ndifferent that time." +362200 ,,,,,1170000,,千恵,Chie,040_CC00_c_018.wav,chie,,0,,,,,,,,Fwaa... hehe... nngh... hehehe +362300 ,,,,,1170000,,,,,,,,,,,,,,,The most fun part of playing with Chii-chan is feeling like\nI've returned to my childhood. +362400 ,,,,,1170000,,,,,,,,,,,,,,,Being able to do naughty things with that childlike\ninnocence gives a strong sense of guilt. +362500 ,,,,,1170000,,,,,,,,,,,,,,,Ahh... I want to insert my cock into Chii- chan's pussy as\nmuch as possible. +362600 ,,,,,1170000,,,,,,,,,,,,,,,And then I want to stir it up until it's all messy! +362700 ,,,,,1170000,,,,,,,,,,,,,,,"Thinking about that, my hand's speed increased." +362900 ,,,,,1170040,,千恵,Chie,040_CC00_c_019.wav,chie,,0,,,,,,,,Nngh... What is this... it feels weird... +363000 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, does it feel good?" +363100 ,,,,,1170040,,千恵,Chie,040_CC00_c_020.wav,chie,,0,,,,,,,,I... I don't know... But it feels like Chii- chan's crotch\nis getting hotter than before... +363200 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,Can I rub it more...? +363300 ,,,,,1170040,,千恵,Chie,040_CC00_c_021.wav,chie,,0,,,,,,,,"...Yeah, it's okay..." +363400 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, then... I'll rub it!" +363500 ,,,,,1170040,,千恵,Chie,040_CC00_c_022.wav,chie,,0,,,,,,,,Fwaa... it's weird... nngh... +363600 ,,,,,1170040,,,,,,,,,,,,,,,"---rub, rub, rub..." +363700 ,,,,,1170040,,,,,,,,,,,,,,,Chii-chan's thighs are warm and soft. +363800 ,,,,,1170040,,,,,,,,,,,,,,,"Yet they're firm, and I can't even put it into words." +363900 ,,,,,1170040,,,,,,,,,,,,,,,"Imagining Chii-chan feeling it with my cock, I went into the\nfinal spurt." +364000 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll make it feel even better for you..." +364100 ,,,,,1170040,,千恵,Chie,040_CC00_c_023.wav,chie,,0,,,,,,,,Nyaa... that... Nngh... Nyaa... +364200 ,,,,,1170040,,,,,,,,,,,,,,,"I'm going to cum! I'm going to cum! The white pee is coming\nout! I'm going to ejaculate, Chii-chan!" +364400 ,,,,,1170050,,,,,,,,,,,,,,,Splat! Splat! Twitch... twitch! +364500 ,,,,,1170050,,千恵,Chie,040_CC00_c_024.wav,chie,,0,,,,,,,,Ah... aahhhhhh! +364600 ,,,,,1170050,,,,,,,,,,,,,,,Chii-chan's voice echoed in my head. +364700 ,,,,,1170050,,,,,,,,,,,,,,,I imagined splattering my semen on Chii-chan in my fantasy\nworld. +364800 ,$event_return,,,,,,,,,,,,,,,,,,, +365000 ,,,,33,,,主人公,Kiyoshi,,,,,,,,,,,,Ah... ha... It's amazing... Chii-chan... +365100 ,,,,,,,,,,,,,,,,,,,,"After ejaculating and calming my sexual desire, my\nconsciousness floated up from the depths and returned to\nreality." +365200 ,$go join,,,,,,,,,,,,,,,,,,,■To the meeting +365600 ,*komako,,,,,,,,,,,,,,,,,,,■Automatic branch: Komako +365800 ,,,10,9000,,,コマコ,Komako,040_CC00_k_000.wav,,,,,,,,,,,...I have something to talk about. +365900 ,,,,,,,,,,,,,,,,,,,,"Looking back, that was the beginning of everything." +366000 ,,,,,,,,,,,,,,,,,,,,I got to know a slightly unusual girl. +366100 ,,,,,,,,,,,,,,,,,,,,And I got more and more hooked. +366300 ,,,,,2100010,,コマコ,Komako,040_CC00_k_001.wav,komako,,0,,,,,,,,"Ah, don't... stare too much..." +366400 ,,,,,2100010,,,,,,,,,,,,,,,Seeing Komako-chan embarrassed made me want to tease her\nmore. +366500 ,,,,,2100010,,,,,,,,,,,,,,,I think I was probably excited to a slightly crazy extent. +366600 ,,,,,2100010,,,,,,,,,,,,,,,The fact that Komako-chan was the type to masturbate by\nwedging her panties into her pussy was shocking. +366700 ,,,,,2100010,,コマコ,Komako,040_CC00_k_002.wav,komako,,0,,,,,,,,"Nfuh, ahhh...! It feels good...!" +366800 ,,,,,2100010,,,,,,,,,,,,,,,"I still vividly remember it. Komako-chan's voice, her\nexpression." +366900 ,,,,,2100010,,,,,,,,,,,,,,,Why is she so cute? +367000 ,,,,,2100010,,,,,,,,,,,,,,,How can such a cute girl be born? +367100 ,,,,,2100010,,コマコ,Komako,040_CC00_k_003.wav,komako,,0,,,,,,,,Even though it's embarrassing to be watched... I feel it\nmore than usual...! +367200 ,,,,,2100010,,,,,,,,,,,,,,,I dive deeper and deeper into my world of fantasies. +367300 ,,,,,2100010,,,,,,,,,,,,,,,This isn't just imagination. Because it really feels like\nKomako-chan is right in front of me. +367400 ,,,,,2100010,,コマコ,Komako,040_CC00_k_004.wav,komako,,0,,,,,,,,Chi-chan... look...! Look at me more...! +367500 ,,,,,2100010,,,,,,,,,,,,,,,"As expected, Komako-chan is in love with Chi- chan." +367600 ,,,,,2100010,,,,,,,,,,,,,,,But that's actually a moe point too. +367700 ,,,,,2100010,,,,,,,,,,,,,,,There's no worry about her showing affection to any other\nguy. +367800 ,,,,,2100010,,,,,,,,,,,,,,,"If I use Chi-chan's presence well, I can make Komako-chan my\ncaptive." +367900 ,,,,,2100010,,コマコ,Komako,040_CC00_k_005.wav,komako,,0,,,,,,,,"Hyahh... ahh, uhh... nooo...!!" +368100 ,,,,,2100020,,,,,,,,,,,,,,,"Feeling it, Komako-chan's panties get soaked with her love\njuices." +368200 ,,,,,2100020,,,,,,,,,,,,,,,I should have licked more of that love juice. It must have\nbeen delicious. +368300 ,,,,,2100020,,コマコ,Komako,040_CC00_k_006.wav,komako,,0,,,,,,,,Fuaaah...! I'm getting wet...! It's overflowing more and\nmore...! +368400 ,,,,,2100020,,コマコ,Komako,040_CC00_k_007.wav,komako,,0,,,,,,,,"Ahh... ahhh, uhh, fuaah... auuuh...!!" +368500 ,,,,,2100020,,,,,,,,,,,,,,,Komako-chan's moans echo in my head. +368600 ,,,,,2100020,,,,,,,,,,,,,,,"Just from this voice, I could ejaculate multiple times." +368700 ,,,,,2100020,,,,,,,,,,,,,,,But not now. I want to remember and enjoy many more intense\nevents. +368800 ,,,,,2100020,,コマコ,Komako,040_CC00_k_008.wav,komako,,0,,,,,,,,It feels good...! My hand won't stop...! Chi-chan...! +368900 ,,,,,2100020,,,,,,,,,,,,,,,"Her small, cute hand moves at an incredible speed. Komako-\nchan was playing with her pussy a lot." +369100 ,,,,,2100030,,コマコ,Komako,040_CC00_k_009.wav,komako,,0,,,,,,,,Nooo...! My pussy is twitching...! I want more and more! +369200 ,,,,,2100030,,コマコ,Komako,040_CC00_k_010.wav,komako,,0,,,,,,,,"Hyahhh... ahh, haah... nn, kuh, no, ahhh...!" +369300 ,,,,,2100030,,,,,,,,,,,,,,,Juicy love juices flow down Komako-chan's thighs. +369400 ,,,,,2100030,,,,,,,,,,,,,,,I can even remember the smell. That scent slightly similar\nto pee. I want to smell it again. +369500 ,,,,,2100030,,コマコ,Komako,040_CC00_k_011.wav,komako,,0,,,,,,,,"Chi-chan...! Look... at lewd me, look more...!" +369600 ,,,,,2100030,,,,,,,,,,,,,,,It's okay. I'm watching. I'm watching Komako- chan's lewd\nparts. +369700 ,,,,,2100030,,,,,,,,,,,,,,,I'm playing with my cock too. I'm excited because of Komako-\nchan. +369800 ,,,,,2100030,,,,,,,,,,,,,,,"Yes, I want to tell Komako-chan from that time." +370000 ,,,,,2100020,,コマコ,Komako,040_CC00_k_012.wav,komako,,0,,,,,,,,Ahh! There... it feels so good...! It's rubbing against\nme...! +370100 ,,,,,2100020,,コマコ,Komako,040_CC00_k_013.wav,komako,,0,,,,,,,,There... it's so hard... rub it harder...! Ahh... ahhh...! +370200 ,,,,,2100020,,,,,,,,,,,,,,,Komako-chan is definitely lewd. No doubt about it. She's a\nbit different from other girls. +370300 ,,,,,2100020,,コマコ,Komako,040_CC00_k_014.wav,komako,,0,,,,,,,,Something amazing is coming...! It feels so good...! Chi-\nchan... Chi-chan...!! +370400 ,,,,,2100020,,,,,,,,,,,,,,,Komako-chan's legs stretch out straight. It was a very\nmemorable moment. +370600 ,,,,,2100030,,コマコ,Komako,040_CC00_k_015.wav,komako,,0,,,,,,,,"Nfuaaah...! Ahh, haaah...!!" +370700 ,,,,,2100030,,コマコ,Komako,040_CC00_k_016.wav,komako,,0,,,,,,,,My pussy is going numb...! It's tingling... getting\nbigger... haaaah!! +370800 ,,,,,2100030,,,,,,,,,,,,,,,Ahh... even remembering it now is erotic. My hand won't\nstop. +370900 ,,,,,2100030,,コマコ,Komako,040_CC00_k_017.wav,komako,,0,,,,,,,,Haa... haa... I've never felt this much before... +371000 ,,,,,2100030,,コマコ,Komako,040_CC00_k_018.wav,komako,,0,,,,,,,,Thinking that Chi-chan was watching made me so excited... +371100 ,,,,,2100030,,,,,,,,,,,,,,,"From now on, I'll teach you many more firsts." +371200 ,,,,,2100030,,,,,,,,,,,,,,,"Thinking that, I caressed the imaginary Komako-chan." +371400 ,,,,,2110000,,コマコ,Komako,040_CC00_k_019.wav,komako,,0,,,,,,,,...Uncle. +371500 ,,,,,2110000,,,,,,,,,,,,,,,Komako-chan was in her school swimsuit. +371700 ,,,,,2110010,,コマコ,Komako,040_CC00_k_020.wav,komako,,0,,,,,,,,"Nn, fu... hya!?" +371800 ,,,,,2110010,,コマコ,Komako,040_CC00_k_021.wav,komako,,0,,,,,,,,Unc... there... +371900 ,,,,,2110010,,,,,,,,,,,,,,,Flustered Komako-chan is nice. My penis gets even harder. +372000 ,,,,,2110010,,コマコ,Komako,040_CC00_k_022.wav,komako,,0,,,,,,,,...Muu... +372100 ,,,,,2110010,,,,,,,,,,,,,,,I love that gesture of Komako-chan. +372200 ,,,,,2110010,,,,,,,,,,,,,,,"A bit mature, yet not knowing what to do, she lets me do as\nI please." +372300 ,,,,,2110010,,,,,,,,,,,,,,,I plan to fully develop her before she can resist. +372500 ,,,,,2110020,,コマコ,Komako,040_CC00_k_023.wav,komako,,0,,,,,,,,"Nn... fu, nn..." +372600 ,,,,,2110020,,コマコ,Komako,040_CC00_k_024.wav,komako,,0,,,,,,,,Nn! Fu! Nnn...!! +372700 ,,,,,2110020,,,,,,,,,,,,,,,"She's feeling it, she's feeling it." +372800 ,,,,,2110020,,,,,,,,,,,,,,,Just roughly playing with her nipples wouldn't make her like\nthis. +372900 ,,,,,2110020,,,,,,,,,,,,,,,I think about Komako-chan and tease her with just the right\nstrength and timing. +373000 ,,,,,2110020,,コマコ,Komako,040_CC00_k_025.wav,komako,,0,,,,,,,,"Nnn~... nn~, nnn~nn...!" +373100 ,,,,,2110020,,コマコ,Komako,040_CC00_k_026.wav,komako,,0,,,,,,,,"Nn, fu, nn... Unc... nn... ah... nn..." +373200 ,,,,,2110020,,,,,,,,,,,,,,,"When she calls me uncle in that sweet voice, I get dazed." +373300 ,,,,,2110020,,,,,,,,,,,,,,,But I don't stop playing with her nipples. +373400 ,,,,,2110020,,,,,,,,,,,,,,,"To keep Komako-chan moaning, I continue to make her feel it." +373500 ,,,,,2110020,,コマコ,Komako,040_CC00_k_027.wav,komako,,0,,,,,,,,"Nn, ha, ah, nn, nn, ah, nna... ah, Chi- chan... ah, ah,\nfuaah...!!" +373600 ,,,,,2110020,,,,,,,,,,,,,,,I want to insert my penis into that small pussy. +373700 ,,,,,2110020,,,,,,,,,,,,,,,I want to make it all wet and let her pussy drink my semen. +373800 ,,,,,2110020,,,,,,,,,,,,,,,"As I think about that, the scene naturally shifts." +374000 ,,,,,2121000,,コマコ,Komako,040_CC00_k_028.wav,komako,,0,,,,,,,,Nn... nn... Chi-chan... +374100 ,,,,,2121000,,,,,,,,,,,,,,,Komako-chan feeling it is a national treasure. +374200 ,,,,,2121000,,コマコ,Komako,040_CC00_k_029.wav,komako,,0,,,,,,,,Nn... ah... +374300 ,,,,,2121000,,コマコ,Komako,040_CC00_k_030.wav,komako,,0,,,,,,,,Uu... rubbing my crotch feels good... +374400 ,,,,,2121000,,,,,,,,,,,,,,,I imagine inserting my penis into Komako- chan's pussy. +374500 ,,,,,2121000,,,,,,,,,,,,,,,I wonder how Komako-chan would react? +374600 ,,,,,2121000,,,,,,,,,,,,,,,It's fine even if she's thinking about Chi- chan. +374700 ,,,,,2121000,,,,,,,,,,,,,,,I just want to do it with Komako-chan. +374800 ,,,,,2121000,,コマコ,Komako,040_CC00_k_031.wav,komako,,0,,,,,,,,"Churu... chu, rero... pero... chu" +374900 ,,,,,2121000,,,,,,,,,,,,,,,Komako-chan desperately kisses the pillow. +375000 ,,,,,2121000,,,,,,,,,,,,,,,"But soon, that partner changes to me." +375100 ,,,,,2121000,,,,,,,,,,,,,,,I entwine my tongue with Komako-chan's. I drink a lot of\nsaliva. Ah... delicious! +375200 ,,,,,2121000,,コマコ,Komako,040_CC00_k_032.wav,komako,,0,,,,,,,,Nn... chu... nmu... haa... Chi-chan... +375300 ,,,,,2121000,,コマコ,Komako,040_CC00_k_033.wav,komako,,0,,,,,,,,Nn... kuu... +375400 ,,,,,2121000,,,,,,,,,,,,,,,"After all, what remains in my head is only Komako-chan's\nvoice feeling it." +375500 ,,,,,2121000,,,,,,,,,,,,,,,"As expected, my memory ability is excellent." +375600 ,,,,,2121000,,,,,,,,,,,,,,,"With Komako-chan's voice and a vague image, I can get off as\nmuch as I want." +375800 ,,,,,2160000,,コマコ,Komako,040_CC00_k_034.wav,komako,,0,,,,,,,,Ah... it's squishy... +375900 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan gazes at the onahole with great interest. +376000 ,,,,,2160000,,,,,,,,,,,,,,,The combination of a little girl and an onahole was quite a\nhit for me. +376100 ,,,,,2160000,,コマコ,Komako,040_CC00_k_035.wav,komako,,0,,,,,,,,Somehow... it's lewd. +376200 ,,,,,2160000,,,,,,,,,,,,,,,"Compared to that, Komako-chan is a hundred times more lewd." +376300 ,,,,,2160000,,,,,,,,,,,,,,,I whisper that in her ear. The Komako-chan in my imagination\ndoesn't make a single displeased face. +376500 ,,,,,2160010,,,,,,,,,,,,,,,Komako-chan's tongue. I want to lick it right away. +376600 ,,,,,2160010,,コマコ,Komako,040_CC00_k_036.wav,komako,,0,,,,,,,,Sweet... +376700 ,,,,,2160010,,,,,,,,,,,,,,,"Come to think of it, I put jelly inside the onahole at that\ntime." +376800 ,,,,,2160010,,コマコ,Komako,040_CC00_k_037.wav,komako,,0,,,,,,,,"Lick, lick... whoa, phew, slurp...!" +376900 ,,,,,2160010,,,,,,,,,,,,,,,"Even though it's a cute tongue, the way she uses it is rough\nand intense." +377000 ,,,,,2160010,,コマコ,Komako,040_CC00_k_038.wav,komako,,0,,,,,,,,"Fwa, slurp slurp...! Nju, chu...!" +377100 ,,,,,2160010,,コマコ,Komako,040_CC00_k_039.wav,komako,,0,,,,,,,,"Slurp slurp slurp! Nchu, ah... n..." +377200 ,,,,,2160010,,,,,,,,,,,,,,,I want her to lick my penis a lot with that tongue. +377300 ,,,,,2160010,,,,,,,,,,,,,,,Especially focusing on the glans. +377400 ,,,,,2160010,,,,,,,,,,,,,,,And I want her to poke her tongue into the urethra. +377500 ,,,,,2160010,,,,,,,,,,,,,,,"After playing with my cock a lot, I want to release a lot of\nsemen into that cute mouth." +377600 ,,,,,2160010,,,,,,,,,,,,,,,I want her to gulp down my sperm. +377800 ,,,,,2161000,,コマコ,Komako,040_CC00_k_040.wav,komako,,0,,,,,,,,Like this? +377900 ,,,,,2161000,,,,,,,,,,,,,,,And then the scene changes again. +378000 ,,,,,2161000,,コマコ,Komako,040_CC00_k_041.wav,komako,,0,,,,,,,,Eh!? Why is your penis out...? +378100 ,,,,,2161000,,,,,,,,,,,,,,,It's so Komako-chan can lick it a lot. +378200 ,,,,,2161000,,,,,,,,,,,,,,,"Once it's fully erect, I'll put it in and out of that small\npussy over and over." +378300 ,,,,,2161000,,,,,,,,,,,,,,,"I'll stir up the inside of her vagina with the glans,\nstimulating the G-spot and cervix a lot." +378400 ,,,,,2161000,,,,,,,,,,,,,,,I also want to see Komako-chan's ahegao face. +378500 ,,,,,2161000,,,,,,,,,,,,,,,But it's hard to say such things in front of her. +378700 ,,,,,2161010,,コマコ,Komako,040_CC00_k_042.wav,komako,,0,,,,,,,,Wow. It's going in more and more... +378800 ,,,,,2161010,,,,,,,,,,,,,,,"Amazing, right? This is a penis, you know?" +378900 ,,,,,2161010,,,,,,,,,,,,,,,"It's something that will make Komako-chan feel really good,\nyou know?" +379000 ,,,,,2161010,,,,,,,,,,,,,,,"Come on, say hello. Say 'Nice to meet you.'" +379100 ,,,,,2161010,,,,,,,,,,,,,,,"Unfortunately, I didn't actually say it, so Komako-chan\ndidn't react." +379200 ,,,,,2161010,,,,,,,,,,,,,,,"I should have said it back then. If I had, Komako-chan would\nhave shown even more varied reactions." +379300 ,,,,,2161010,,コマコ,Komako,040_CC00_k_043.wav,komako,,0,,,,,,,,It went in easily all the way to the back. +379400 ,,,,,2161010,,,,,,,,,,,,,,,"That's right. When it's this erect, it goes in easily." +379500 ,,,,,2161010,,,,,,,,,,,,,,,It's also thanks to Komako-chan's saliva. +379600 ,,,,,2161010,,コマコ,Komako,040_CC00_k_044.wav,komako,,0,,,,,,,,Saliva? +379700 ,,,,,2161010,,,,,,,,,,,,,,,"At that moment, Komako-chan's expression was puzzled." +379800 ,,,,,2161010,,,,,,,,,,,,,,,The sensation of saliva clinging to the glans resurfaces. My\nlower body trembled. +380000 ,,,,,2161020,,,,,,,,,,,,,,,Komako-chan looked up at me. +380100 ,,,,,2161020,,コマコ,Komako,040_CC00_k_045.wav,komako,,0,,,,,,,,Like this? +380200 ,,,,,2161020,,,,,,,,,,,,,,,"More, I want more." +380300 ,,,,,2161020,,,,,,,,,,,,,,,"At that time, Komako-chan seemed really unsure of what to\ndo." +380400 ,,,,,2161020,,,,,,,,,,,,,,,She probably didn't know what to do. +380500 ,,,,,2161020,,コマコ,Komako,040_CC00_k_046.wav,komako,,0,,,,,,,,It's so naughty... +380600 ,,,,,2161020,,,,,,,,,,,,,,,Thinking it's naughty means Komako-chan has potential for\nthe future. +380700 ,,,,,2161020,,,,,,,,,,,,,,,"After all, I think Komako-chan is the most promising." +380900 ,,,,,2161030,,,,,,,,,,,,,,,That's right. I grabbed Komako-chan's head here. +381000 ,,,,,2161030,,,,,,,,,,,,,,,The feel of her hair... ah... I can remember it clearly... +381100 ,,,,,2161030,,コマコ,Komako,040_CC00_k_047.wav,komako,,0,,,,,,,,"Mister, what's wrong?" +381200 ,,,,,2161030,,,,,,,,,,,,,,,This is preparation for ejaculation. +381300 ,,,,,2161030,,,,,,,,,,,,,,,"I'll give you lots of sperm, so wait for it." +381400 ,,,,,2161030,,コマコ,Komako,040_CC00_k_048.wav,komako,,0,,,,,,,,...Hehe♪ +381600 ,,,,,2161040,,,,,,,,,,,,,,,Semen accumulates inside the onahole Komako- chan is\nholding. +381700 ,,,,,2161040,,,,,,,,,,,,,,,It's very arousing. I can't look away. +381800 ,,,,,2161040,,,,,,,,,,,,,,,I rubbed my penis until it hurt. I'm nearing my limit. +381900 ,,,,,2161040,,,,,,,,,,,,,,,But I can't release yet. +382000 ,,,,,2161040,,,,,,,,,,,,,,,There are still erotic memories left. +382200 ,,,,,2161050,,コマコ,Komako,040_CC00_k_049.wav,komako,,0,,,,,,,,Ah... +382300 ,,,,,2161050,,,,,,,,,,,,,,,Komako-chan is getting more and more covered in semen. +382400 ,,,,,2161050,,コマコ,Komako,040_CC00_k_050.wav,komako,,0,,,,,,,,Wow... it's warm... +382500 ,,,,,2161050,,,,,,,,,,,,,,,Komako-chan seemed to be a bit pleased. +382600 ,,,,,2161050,,,,,,,,,,,,,,,Maybe being covered in semen feels good. +382700 ,,,,,2161050,,,,,,,,,,,,,,,"If that's the case, I want to cover Komako- chan's entire\nbody with my semen." +382800 ,,,,,2161050,,,,,,,,,,,,,,,"From the top of her head to between her toes, I'll drench\nher in semen and dirty her." +382900 ,,,,,2161050,,,,,,,,,,,,,,,I'll abstain from masturbation and try it someday. +383100 ,,,,,2160020,,コマコ,Komako,040_CC00_k_051.wav,komako,,0,,,,,,,,It smells weird... it's naughty. +383200 ,,,,,2160020,,,,,,,,,,,,,,,"Semen, an onahole, and a cute girl." +383300 ,,,,,2160020,,,,,,,,,,,,,,,It's a wonderful memory. It's not an exaggeration to say\nit's a memory just for masturbation. +383400 ,,,,,2160020,,,,,,,,,,,,,,,I'm sure I told Komako-chan to lick the onahole here. +383600 ,,,,,2160030,,コマコ,Komako,040_CC00_k_052.wav,komako,,0,,,,,,,,It's kind of... salty. +383700 ,,,,,2160030,,,,,,,,,,,,,,,Komako-chan is tasting my semen. +383800 ,,,,,2160030,,,,,,,,,,,,,,,She's rolling the sperm around on her tongue. +383900 ,,,,,2160030,,,,,,,,,,,,,,,Just thinking about it made my penis feel like it was going\nto explode. +384000 ,,,,,2160030,,コマコ,Komako,040_CC00_k_053.wav,komako,,0,,,,,,,,"Haa... haa... nngh! Chururu, rero..." +384100 ,,,,,2160030,,,,,,,,,,,,,,,Komako-chan desperately licks the sperm inside the onahole. +384200 ,,,,,2160030,,,,,,,,,,,,,,,"If she loves semen that much, I'd let her drink it every\nday." +384300 ,,,,,2160030,,,,,,,,,,,,,,,"Komako-chan is so naughty, she could drink sperm every\nmorning." +384400 ,,,,,2160030,,,,,,,,,,,,,,,"Make semen her staple food. That way, even naughtier things\nwill happen." +384500 ,,,,,2160030,,,,,,,,,,,,,,,"While remembering semen-covered Komako-chan, I imagined such\na future in the corner of my mind." +384600 ,,,,,2160030,,,,,,,,,,,,,,,It's so extreme that I'm nearing my limit all at once. +384700 ,,,,,2160030,,コマコ,Komako,040_CC00_k_054.wav,komako,,0,,,,,,,,Ah... it's all gone... +384800 ,,,,,2160030,,,,,,,,,,,,,,,I'll cum for you again! I'll cover that cute mouth of yours\nwith it! +384900 ,,,,,2160030,,,,,,,,,,,,,,,Ahh... this pleasure... I can't take it anymore! +385000 ,,,,,2160030,,,,,,,,,,,,,,,My hips naturally lifted. The hand stroking my thing was\nalready hot. +385100 ,,,,,2160030,,,,,,,,,,,,,,,"However, in my mind, Komako-chan was still extending her\ntongue to the onahole." +385200 ,,,,,2160030,,,,,,,,,,,,,,,How naughty. The sweet scent of semen and a girl mixed\ntogether. +385300 ,,,,,2160030,,,,,,,,,,,,,,,"Even though it's a memory, it felt like it was spreading in\nthe back of my nose right now." +385400 ,,,,,2160030,,,,,,,,,,,,,,,I can't hold back anymore. +385500 ,,,,,2160030,,主人公,Kiyoshi,,,,,,,,,,,,Ah... I'm cumming! Komako-chan! Komako- chan!! Drink my\nsemen... gulp it down!!! +385600 ,,,,,2160030,,,,,,,,,,,,,,,I splashed it on the Komako-chan in my memory. +385700 ,$event_return,,,,,,,,,,,,,,,,,,, +385900 ,,,,33,,,主人公,Kiyoshi,,,,,,,,,,,,Haa... I can't... move anymore... +386000 ,,,,,,,,,,,,,,,,,,,,It's been a while since I had such intense masturbation. +386100 ,,,,,,,,,,,,,,,,,,,,I should rest a bit. +386200 ,,,,,,,,,,,,,,,,,,,,"As I thought about that, my consciousness was slowly pulled\nback to reality." +386300 ,$go join,,,,,,,,,,,,,,,,,,,■To the meeting +386700 ,*tenka,,,,,,,,,,,,,,,,,,,■Automatic branch: Tenka +386900 ,,,10,9000,,,甜花,Tenka,040_CC00_t_000.wav,,,,,,,,,,,Haa... ugh... it came out... +387000 ,,,,,,,,,,,,,,,,,,,,I can't forget that embarrassed voice. +387100 ,,,,,,,,,,,,,,,,,,,,"At the same time, I recalled the scene of Tenka-chan peeing\nfrom that small slit." +387300 ,,,,,3100010,,甜花,Tenka,040_CC00_t_001.wav,tenka,,0,,,,,,,,"The sound... the old man didn't hear it, right...?" +387400 ,,,,,3100010,,,,,,,,,,,,,,,I heard it loud and clear. My mental recorder captured it\nperfectly. +387500 ,,,,,3100010,,,,,,,,,,,,,,,"As I listened to that sound, I stroked myself." +387600 ,,,,,3100010,,甜花,Tenka,040_CC00_t_002.wav,tenka,,0,,,,,,,,Haa... ugh... I can't hold it anymore... +387700 ,,,,,3100010,,,,,,,,,,,,,,,What a great expression. Only Tenka-chan could pee with such\na sensual look. +387800 ,,,,,3100010,,甜花,Tenka,040_CC00_t_003.wav,tenka,,0,,,,,,,,J-just a little more... can I let it out...? +387900 ,,,,,3100010,,,,,,,,,,,,,,,Drip... whoosh... +388000 ,,,,,3100010,,,,,,,,,,,,,,,"What a nice sound. It's erotic, yet feels so pure." +388100 ,,,,,3100010,,,,,,,,,,,,,,,This had already reached the level of art. +388200 ,,,,,3100010,,甜花,Tenka,040_CC00_t_004.wav,tenka,,0,,,,,,,,Ugh... please finish soon... +388300 ,,,,,3100010,,,,,,,,,,,,,,,I wish it would never end. +388400 ,,,,,3100010,,,,,,,,,,,,,,,"If possible, I want to be the ground where her pee lands." +388500 ,,,,,3100010,,,,,,,,,,,,,,,Then I could have bathed in Tenka-chan's pee all over my\nbody. +388600 ,,,,,3100010,,甜花,Tenka,040_CC00_t_005.wav,tenka,,0,,,,,,,,I should have gone to the bathroom before leaving home... +388700 ,,,,,3100010,,,,,,,,,,,,,,,"No, no, this is perfect." +388800 ,,,,,3100010,,,,,,,,,,,,,,,"Rather, Tenka-chan shouldn't use the bathroom at home." +388900 ,,,,,3100010,,,,,,,,,,,,,,,"Instead, she should pee outside every day. After properly\nreporting to me that she's going to pee." +389000 ,,,,,3100010,,甜花,Tenka,040_CC00_t_006.wav,tenka,,0,,,,,,,,Phew... just a little more... haa... +389100 ,,,,,3100010,,,,,,,,,,,,,,,Listening to Tenka-chan's heavy breathing makes my own\nbreathing become ragged. +389200 ,,,,,3100010,,,,,,,,,,,,,,,My hand stroking myself sped up. +389300 ,,,,,3100010,,,,,,,,,,,,,,,A small pleasure was building up in my lower body. +389500 ,,,,,3100020,,甜花,Tenka,040_CC00_t_007.wav,tenka,,0,,,,,,,,Haa... haa... +389600 ,,,,,3100020,,,,,,,,,,,,,,,"After peeing, Tenka-chan had a somewhat mature expression." +389700 ,,,,,3100020,,,,,,,,,,,,,,,That expression stimulated my penis again. My thing grew\neven bigger than before. +389800 ,,,,,3100020,,,,,,,,,,,,,,,"It can still grow. Convinced of that, I imagined the next\nscene." +390000 ,,,,,3120000,,甜花,Tenka,040_CC00_t_008.wav,tenka,,0,,,,,,,,I hate this outfit... The old man can see my panties... +390100 ,,,,,3120000,,,,,,,,,,,,,,,"Even when she's complaining, Tenka-chan is cute." +390200 ,,,,,3120000,,,,,,,,,,,,,,,It's truly a spectacular view. Her soft- looking pussy makes\nme want to bury my face in it. +390300 ,,,,,3120000,,甜花,Tenka,040_CC00_t_009.wav,tenka,,0,,,,,,,,D-Do I really have to... masturbate? +390400 ,,,,,3120000,,,,,,,,,,,,,,,"Yes, you have to do a naughty masturbation in front of me." +390500 ,,,,,3120000,,,,,,,,,,,,,,,And Tenka-chan will become my material. +390600 ,,,,,3120000,,甜花,Tenka,040_CC00_t_010.wav,tenka,,0,,,,,,,,Kuu... Even if you say that... ugh... +390700 ,,,,,3120000,,,,,,,,,,,,,,,Tenka-chan is hesitating. But I know what happens next. +390800 ,,,,,3120000,,,,,,,,,,,,,,,"In the end, she starts doing naughty things in front of me." +391000 ,,,,,3120010,,甜花,Tenka,040_CC00_t_011.wav,tenka,,0,,,,,,,,"Hyah!? Ahh... no... Stop it, old man!" +391100 ,,,,,3120010,,,,,,,,,,,,,,,That was a bit different. Did I make the first move? +391200 ,,,,,3120010,,,,,,,,,,,,,,,I stare at the glimpse of Tenka-chan's cute pussy. +391300 ,,,,,3120010,,,,,,,,,,,,,,,A pure pussy that you would never see in an uncensored AV. +391400 ,,,,,3120010,,,,,,,,,,,,,,,I can make all of that mine... +391500 ,,,,,3120010,,,,,,,,,,,,,,,"Of course, it depends on my actions from now on." +391600 ,,,,,3120010,,甜花,Tenka,040_CC00_t_012.wav,tenka,,0,,,,,,,,Ah... ugh... no... I hate this... +391700 ,,,,,3120010,,,,,,,,,,,,,,,Tenka-chan's face was bright red with embarrassment. +391800 ,,,,,3120010,,,,,,,,,,,,,,,It must have been the first time in her life that lip balm\nwas applied to her pussy. +392000 ,,,,,3120020,,甜花,Tenka,040_CC00_t_013.wav,tenka,,0,,,,,,,,"You're so mean, old man..." +392100 ,,,,,3120020,,,,,,,,,,,,,,,Thank you. Those words are a reward. +392200 ,,,,,3120020,,甜花,Tenka,040_CC00_t_014.wav,tenka,,0,,,,,,,,I told you to stop... +392300 ,,,,,3120020,,,,,,,,,,,,,,,"If I stopped every time I was told to, my personality would\nfall apart." +392400 ,,,,,3120020,,,,,,,,,,,,,,,"In fact, the more she dislikes it, the more I shine." +392600 ,,,,,3120030,,甜花,Tenka,040_CC00_t_015.wav,tenka,,0,,,,,,,,...Nn +392700 ,,,,,3120030,,甜花,Tenka,040_CC00_t_016.wav,tenka,,0,,,,,,,,Haa... nn... +392800 ,,,,,3120030,,甜花,Tenka,040_CC00_t_017.wav,tenka,,0,,,,,,,,I feel like my panties... are wet... +392900 ,,,,,3120030,,,,,,,,,,,,,,,That's right. There's already a stain on Tenka-chan's\npanties. +393000 ,,,,,3120030,,,,,,,,,,,,,,,Tenka-chan's love juices. I want to keep them in a case. +393100 ,,,,,3120030,,,,,,,,,,,,,,,"However, this is just imagination. I can't actually do that." +393200 ,,,,,3120030,,甜花,Tenka,040_CC00_t_018.wav,tenka,,0,,,,,,,,Haa... haa... nnk +393300 ,,,,,3120030,,,,,,,,,,,,,,,Tenka-chan is becoming bolder. I give her a push. +393400 ,,,,,3120030,,甜花,Tenka,040_CC00_t_019.wav,tenka,,0,,,,,,,,...Nn... naa... hya... yan! +393500 ,,,,,3120030,,甜花,Tenka,040_CC00_t_020.wav,tenka,,0,,,,,,,,"Fua... ah, ahh..." +393600 ,,,,,3120030,,,,,,,,,,,,,,,No one can escape from the masturbation they just learned. +393700 ,,,,,3120030,,甜花,Tenka,040_CC00_t_021.wav,tenka,,0,,,,,,,,"Ah... ah... Old man, s-something's coming... W-what is\nthis... It's scary, but I don't want to stop my hand...!" +393800 ,,,,,3120030,,,,,,,,,,,,,,,"It's okay... Tenka-chan, just like that. Show me more of\nyour naughty side!" +393900 ,,,,,3120030,,,,,,,,,,,,,,,My crotch is about to explode too! But I'll hold back. +394000 ,,,,,3120030,,,,,,,,,,,,,,,I want to remember more about Tenka-chan. +394100 ,,,,,3120030,,甜花,Tenka,040_CC00_t_022.wav,tenka,,0,,,,,,,,Nnnn... Nn~~! +394300 ,,,,,3120040,,甜花,Tenka,040_CC00_t_023.wav,tenka,,0,,,,,,,,Nn... fua... haa... +394400 ,,,,,3120040,,,,,,,,,,,,,,,It seemed like Tenka-chan had reached her climax. +394500 ,,,,,3120040,,,,,,,,,,,,,,,"I almost ejaculated along with her, but I managed to hold\nback at the last moment." +394600 ,,,,,3120040,,,,,,,,,,,,,,,"Then, the scene shifted." +394800 ,,,,,3130000,,,,,,,,,,,,,,,There was a pure white paradise. +394900 ,,,,,3130000,,甜花,Tenka,040_CC00_t_024.wav,tenka,,0,,,,,,,,"Hey, old man! How is it!?" +395000 ,,,,,3130000,,,,,,,,,,,,,,,"Yeah, it's erotic. It's like it exists just for my\nmasturbation." +395100 ,,,,,3130000,,,,,,,,,,,,,,,I want to cover the happy Tenka-chan with a lot of my semen. +395200 ,,,,,3130000,,,,,,,,,,,,,,,I think that pure white would stand out even more. +395300 ,,,,,3130000,,甜花,Tenka,040_CC00_t_025.wav,tenka,,0,,,,,,,,Old man... look more! +395400 ,,,,,3130000,,,,,,,,,,,,,,,"When she asks like that, I get aroused." +395500 ,,,,,3130000,,,,,,,,,,,,,,,"Even without being told, I'm only looking at Tenka-chan." +395600 ,,,,,3130000,,甜花,Tenka,040_CC00_t_026.wav,tenka,,0,,,,,,,,Ehehe♪ +395700 ,,,,,3130000,,,,,,,,,,,,,,,A cute smile. An innocent expression. Untainted by anything. +395800 ,,,,,3130000,,,,,,,,,,,,,,,It was like a precious gem that had been carefully protected\nuntil I could taint it. +396000 ,,,,,3131000,,甜花,Tenka,040_CC00_t_027.wav,tenka,,0,,,,,,,,"Ugh... Be gentle when washing. If you pull, it'll get\ndamaged easily." +396100 ,,,,,3131000,,,,,,,,,,,,,,,"It's okay. This is the second time, so I know how to handle\nit." +396200 ,,,,,3131000,,,,,,,,,,,,,,,"Ah... this texture. Of course, it's completely different\nfrom my hair." +396300 ,,,,,3131000,,,,,,,,,,,,,,,It's worlds apart from other girls' hair too. Tenka-chan\nreally is beautiful... +396500 ,,,,,3131010,,甜花,Tenka,040_CC00_t_028.wav,tenka,,0,,,,,,,,...Hehe♪ +396600 ,,,,,3131010,,,,,,,,,,,,,,,Her small smile was a critical hit to me. +396700 ,,,,,3131010,,,,,,,,,,,,,,,Pre-cum starts to leak out. But not yet. Tenka-chan's charm\nis far from over. +396900 ,,,,,3131020,,,,,,,,,,,,,,,Here it comes! This sensation! It feels so good! +397000 ,,,,,3131020,,甜花,Tenka,040_CC00_t_029.wav,tenka,,0,,,,,,,,"Hmm~? Old man, what are you doing?" +397100 ,,,,,3131020,,,,,,,,,,,,,,,Nothing. Just trying to impregnate Tenka- chan's hair. +397200 ,,,,,3131020,,,,,,,,,,,,,,,Imaginary Tenka-chan just looks puzzled and doesn't react. +397300 ,,,,,3131020,,,,,,,,,,,,,,,"Here, I am a god. I can fantasize however I want." +397400 ,,,,,3131020,,,,,,,,,,,,,,,--Pat pat pat pat. +397500 ,,,,,3131020,,,,,,,,,,,,,,,--Shush shush shush! +397600 ,,,,,3131020,,,,,,,,,,,,,,,"Tenka-chan, does it feel good? Does it feel like your hair\nmight get pregnant?" +397700 ,,,,,3131020,,甜花,Tenka,040_CC00_t_030.wav,tenka,,0,,,,,,,,Yeah. It feels kind of nice! +397800 ,,,,,3131020,,甜花,Tenka,040_CC00_t_031.wav,tenka,,0,,,,,,,,"With this, it'll become silky like an idol's, right? Ehehe,\nI'm really looking forward to it♪" +397900 ,,,,,3131020,,,,,,,,,,,,,,,It's a good smile. Just seeing it gives me pleasure. +398000 ,,,,,3131020,,,,,,,,,,,,,,,"And in my imagination, I keep accelerating." +398300 ,,,,,3131030,,,,,,,,,,,,,,,"In the next moment, an image of Tenka-chan covered in semen\nflashed in my mind." +398400 ,,,,,3131030,,,,,,,,,,,,,,,"However, in reality, I was taking the utmost care not to\nejaculate, so I was safe." +398500 ,,,,,3131030,,,,,,,,,,,,,,,I continue to masturbate while imagining the sensual Tenka-\nchan covered in semen. +398600 ,,,,,3131030,,甜花,Tenka,040_CC00_t_032.wav,tenka,,0,,,,,,,,Kya! Something slimy... +398700 ,,,,,3131030,,,,,,,,,,,,,,,"It's just the treatment, don't worry about it." +398800 ,,,,,3131030,,甜花,Tenka,040_CC00_t_033.wav,tenka,,0,,,,,,,,"Hmm. I see. In that case, I want you to apply it thoroughly!" +398900 ,,,,,3131030,,,,,,,,,,,,,,,Leave it to me. I'll make sure to rub the semen all over\nTenka-chan's hair. +399000 ,,,,,3131030,,,,,,,,,,,,,,,――Shush shush shush shush! +399100 ,,,,,3131030,,甜花,Tenka,040_CC00_t_034.wav,tenka,,0,,,,,,,,Nn... It's more intense than before. I've never had such a\nvigorous treatment before. +399200 ,,,,,3131030,,,,,,,,,,,,,,,"Right? With my technique, I can make it as intense as you\nwant." +399300 ,,,,,3131030,,甜花,Tenka,040_CC00_t_035.wav,tenka,,0,,,,,,,,"Hmm, what is this treatment? It smells weird. It smells like\ndried squid." +399400 ,,,,,3131030,,,,,,,,,,,,,,,It's made from natural ingredients. Organic things tend to\nsmell. +399500 ,,,,,3131030,,甜花,Tenka,040_CC00_t_036.wav,tenka,,0,,,,,,,,Hmm. I see. That's how it is. +399600 ,,,,,3131030,,,,,,,,,,,,,,,"Tenka-chan's hair, wrapped around my penis, is getting more\nand more covered in semen." +399700 ,,,,,3131030,,甜花,Tenka,040_CC00_t_037.wav,tenka,,0,,,,,,,,Fwaa... Amazing. ...Nn...♪ +399800 ,,,,,3131030,,甜花,Tenka,040_CC00_t_038.wav,tenka,,0,,,,,,,,Hyu...! Nn... Naa... +399900 ,,,,,3131030,,甜花,Tenka,040_CC00_t_039.wav,tenka,,0,,,,,,,,Nn... What is this... It's tingling down there more than\nbefore... +400000 ,,,,,3131030,,,,,,,,,,,,,,,"As expected, Tenka-chan can recognize the smell of semen." +400100 ,,,,,3131030,,,,,,,,,,,,,,,It means she's truly a female. +400200 ,,,,,3131030,,,,,,,,,,,,,,,"As I was about to whisper that in her ear, the scene\nsmoothly transitioned." +400400 ,,,,,3150000,,甜花,Tenka,040_CC00_t_040.wav,tenka,,0,,,,,,,,Is this okay? +400500 ,,,,,3150000,,,,,,,,,,,,,,,"Standing by the riverbank, Tenka-chan's cheeks were flushed\nagain." +400600 ,,,,,3150000,,,,,,,,,,,,,,,"Her thighs, absorbing the sunlight, shone brilliantly." +400700 ,,,,,3150000,,,,,,,,,,,,,,,Slightly sweaty behind the knees. +400800 ,,,,,3150000,,,,,,,,,,,,,,,Nipples visible through the bikini. +400900 ,,,,,3150000,,,,,,,,,,,,,,,A plump butt. +401000 ,,,,,3150000,,,,,,,,,,,,,,,And the slightly different colored anus was perfectly\nrecreated in my mind. +401200 ,,,,,3150010,,甜花,Tenka,040_CC00_t_041.wav,tenka,,0,,,,,,,,Ugh... +401300 ,,,,,3150010,,,,,,,,,,,,,,,I personally believe that Tenka-chan's cuteness shines more\nthe more she's pushed to her limits. +401400 ,,,,,3150010,,,,,,,,,,,,,,,"Probably, at her core, she's a masochist. She likes being\ntold to do naughty things." +401500 ,,,,,3150010,,甜花,Tenka,040_CC00_t_042.wav,tenka,,0,,,,,,,,"Do you like thighs, mister?" +401600 ,,,,,3150010,,,,,,,,,,,,,,,"Yeah, I do. I want to rub against those thighs and ejaculate\nover and over." +401700 ,,,,,3150010,,,,,,,,,,,,,,,Then make those thighs all sticky. +401800 ,,,,,3150010,,,,,,,,,,,,,,,I'd leave it unwashed as long as possible and watch Tenka-\nchan squirm with a grin. +401900 ,,,,,3150010,,甜花,Tenka,040_CC00_t_043.wav,tenka,,0,,,,,,,,"I see... Boys are weird, aren't they?" +402000 ,,,,,3150010,,,,,,,,,,,,,,,Really? Aren't most guys like this? +402100 ,,,,,3150010,,甜花,Tenka,040_CC00_t_044.wav,tenka,,0,,,,,,,,"Mister, your eyes are perverted." +402200 ,,,,,3150010,,,,,,,,,,,,,,,"Say more. In front of Tenka-chan, I can become the\nembodiment of lust." +402400 ,,,,,3150020,,甜花,Tenka,040_CC00_t_045.wav,tenka,,0,,,,,,,,...Huh? Mister! What are you doing!? +402500 ,,,,,3150020,,,,,,,,,,,,,,,"Come to think of it, I suddenly took out my penis at that\nmoment." +402600 ,,,,,3150020,,,,,,,,,,,,,,,It's no wonder she was surprised. +402700 ,,,,,3150020,,甜花,Tenka,040_CC00_t_046.wav,tenka,,0,,,,,,,,Ah... Ahh... +402800 ,,,,,3150020,,,,,,,,,,,,,,,Tenka-chan stood frozen with her mouth open. +402900 ,,,,,3150020,,,,,,,,,,,,,,,"Right now, I could spray my semen into that open mouth, but\nI hold back." +403000 ,,,,,3150020,,,,,,,,,,,,,,,"If I did that, this fantasy would completely vanish." +403200 ,,,,,3151000,,甜花,Tenka,040_CC00_t_047.wav,tenka,,0,,,,,,,,Huh...? +403300 ,,,,,3151000,,,,,,,,,,,,,,,The sensation of Tenka-chan's soft hands on my penis comes\nback to me. +403400 ,,,,,3151000,,,,,,,,,,,,,,,It's warm... This is Tenka-chan's body heat... +403500 ,,,,,3151000,,甜花,Tenka,040_CC00_t_048.wav,tenka,,0,,,,,,,,Your penis... it's hard... +403600 ,,,,,3151000,,,,,,,,,,,,,,,"It's hard because it's ready to go inside Tenka-chan's pussy\nand make her feel really good, you know?" +403700 ,,,,,3151000,,,,,,,,,,,,,,,"So, make it even harder." +403800 ,,,,,3151000,,甜花,Tenka,040_CC00_t_049.wav,tenka,,0,,,,,,,,Ugh... You're the worst... +403900 ,,,,,3151000,,,,,,,,,,,,,,,A shiver ran down my spine. A voice filled with emotion has\na certain impact. +404000 ,,,,,3151000,,甜花,Tenka,040_CC00_t_050.wav,tenka,,0,,,,,,,,It's... hot... +404100 ,,,,,3151000,,,,,,,,,,,,,,,The pleasure rises to the point where I lose all feeling in\nmy hips. +404200 ,,,,,3151000,,,,,,,,,,,,,,,This might be a bit... dangerous. +404300 ,,,,,3151000,,,,,,,,,,,,,,,I might come... I might really come! Ah! My head is\nspinning...! +404500 ,,,,,3151010,,,,,,,,,,,,,,,"And then, I really ejaculated." +404600 ,,,,,3151010,,,,,,,,,,,,,,,"But thanks to taking my time with masturbation, or maybe\nthanks to the imagined Tenka-chan, I was ready to go again\nquickly." +404800 ,,,,,3151020,,甜花,Tenka,040_CC00_t_051.wav,tenka,,0,,,,,,,,Hic... Ugh... Mister... you're awful... +404900 ,,,,,3151020,,甜花,Tenka,040_CC00_t_052.wav,tenka,,0,,,,,,,,It's white... sticky... and gross... +405000 ,,,,,3151020,,,,,,,,,,,,,,,"Half-crying, Tenka-chan looks down at my thing even as she\ncries." +405100 ,,,,,3151020,,甜花,Tenka,040_CC00_t_053.wav,tenka,,0,,,,,,,,No... nooo... +405200 ,,,,,3151020,,,,,,,,,,,,,,,You'll soon come to love this kind of thing. Tenka-chan has\nthe potential for it. +405300 ,,,,,3151020,,,,,,,,,,,,,,,So let's try doing even more naughty things. +405500 ,,,,,3151030,,甜花,Tenka,040_CC00_t_054.wav,tenka,,0,,,,,,,,...Okay. +405600 ,,,,,3151030,,,,,,,,,,,,,,,Being honest is a good thing. +405800 ,,,,,3151040,,甜花,Tenka,040_CC00_t_055.wav,tenka,,0,,,,,,,,L-Like this? +405900 ,,,,,3151040,,,,,,,,,,,,,,,Ah... Yes. Tenka-chan's hands are made for stroking my cock. +406100 ,,,,,3151050,,,,,,,,,,,,,,,Tenka-chan looks a bit troubled. +406200 ,,,,,3151050,,,,,,,,,,,,,,,"You can't stop, you know. If you don't keep stroking, I\nwon't be able to come a second time." +406300 ,,,,,3151050,,甜花,Tenka,040_CC00_t_056.wav,tenka,,0,,,,,,,,O-Okay. +406400 ,,,,,3151050,,,,,,,,,,,,,,,"And then, the speed of her stroking suddenly increases." +406500 ,,,,,3151050,,,,,,,,,,,,,,,The dramatic change almost made my hips lift off the ground. +406600 ,,,,,3151050,,,,,,,,,,,,,,,This is... no good. I'm going to come! I'll spray my semen\nall over Tenka-chan! +406700 ,,,,,3151050,,甜花,Tenka,040_CC00_t_057.wav,tenka,,0,,,,,,,,Ah... amazing... it's getting even bigger... ah― +406900 ,,,,,3151060,,,,,,,,,,,,,,,Splat! Throb... throb... squirt...! +407000 ,,,,,3151060,,,,,,,,,,,,,,,"And then I ejaculated again. This time, it lasted longer,\nand the pleasure shook my entire body." +407100 ,,,,,3151060,,甜花,Tenka,040_CC00_t_058.wav,tenka,,0,,,,,,,,Ugh... it's sticky... +407300 ,,,,33,,,,,,,,,,,,,,,,"With those words from Tenka-chan, the scene in my mind faded\nto black." +407400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Ha... that was close. It felt so good I almost passed out... +407500 ,,,,,,,,,,,,,,,,,,,,I need to be careful not to get too carried away with these\nfantasy masturbation sessions. +407600 ,,,,,,,,,,,,,,,,,,,,I took a deep breath and slowly returned to the real world. +407700 ,$go join,,,,,,,,,,,,,,,,,,,■To the Meeting +408100 ,*all,,,,,,,,,,,,,,,,,,,■Automatic Branch: Everyone +408300 ,,,10,9000,,,千恵,Chie,040_CC00_c_025.wav,,,,,,,,,,,Onii-chan! +408400 ,,,,,,,コマコ,Komako,040_CC00_k_055.wav,,,,,,,,,,,...I have something to talk about. +408500 ,,,,,,,甜花,Tenka,040_CC00_t_059.wav,,,,,,,,,,,Haa... ugh... it came out... +408600 ,,,,,,,,,,,,,,,,,,,,"The voices I heard were from Chie-chan, Komako-chan, and\nTenka-chan. All three of them." +408700 ,,,,,,,,,,,,,,,,,,,,I can't choose just one of them. +408800 ,,,,,,,,,,,,,,,,,,,,"In that case, why not think about all of them?" +408900 ,,,,,,,,,,,,,,,,,,,,"Realizing that, I fell into a world of imagination." +409100 ,,,,,1150000,,千恵,Chie,040_CC00_c_026.wav,chie,,0,,,,,,,,Sniff sniff... Ah! It smells just like the usual one! +409200 ,,,,,1150000,,,,,,,,,,,,,,,Chie-chan sniffed the yogurt-covered dick and let out a\ndelighted voice. +409300 ,,,,,1150000,,,,,,,,,,,,,,,Even I didn't expect to be able to coat my own thing so\nneatly with yogurt. +409400 ,,,,,1150000,,,,,,,,,,,,,,,"Chie-chan, what do you think? Do you want to eat this dick?" +409500 ,,,,,1150000,,千恵,Chie,040_CC00_c_027.wav,chie,,0,,,,,,,,Yeah! I want to eat it! +409600 ,,,,,1150000,,,,,,,,,,,,,,,That's a good answer. I like that honest side of Chie-chan. +409700 ,,,,,1150000,,,,,,,,,,,,,,,"Other girls might hesitate, even if it's coated with yogurt." +409800 ,,,,,1150000,,,,,,,,,,,,,,,But Chie-chan is different. That's what makes her good and\nunique. +409900 ,,,,,1150000,,千恵,Chie,040_CC00_c_028.wav,chie,,0,,,,,,,,Um... is this how I should do it...? +410100 ,,,,,1150010,,,,,,,,,,,,,,,Chie-chan's tongue touched my dick. +410200 ,,,,,1150010,,,,,,,,,,,,,,,"In that instant, a shock ran through my lower body." +410300 ,,,,,1150010,,,,,,,,,,,,,,,"The stimulation, the sense of guilt, and the eroticism from\nChie-chan's innocence." +410400 ,,,,,1150010,,,,,,,,,,,,,,,All of it combined into a sensation of pleasure. +410500 ,,,,,1150010,,千恵,Chie,040_CC00_c_029.wav,chie,,0,,,,,,,,"Lick... it's delicious! Uncle, this is really tasty!" +410700 ,,,,,1150050,,,,,,,,,,,,,,,"And then, Chie-chan took my dick into her mouth." +410800 ,,,,,1150050,,千恵,Chie,040_CC00_c_030.wav,chie,,0,,,,,,,,Mmm... mm... slurp... +410900 ,,,,,1150050,,,,,,,,,,,,,,,How is it? Is it tasty? +411000 ,,,,,1150050,,千恵,Chie,040_CC00_c_031.wav,chie,,0,,,,,,,,Mmm...! Mmm~~! +411100 ,,,,,1150050,,千恵,Chie,040_CC00_c_032.wav,chie,,0,,,,,,,,Mmmph! ...Mmm... slurp... fuhii...! +411200 ,,,,,1150050,,千恵,Chie,040_CC00_c_033.wav,chie,,0,,,,,,,,Hahh... slurp! Mmm~! +411300 ,,,,,1150050,,,,,,,,,,,,,,,Keep going! Just a little more. +411400 ,,,,,1150050,,千恵,Chie,040_CC00_c_034.wav,chie,,0,,,,,,,,Hahh... slurp! Mmm~! +411500 ,,,,,1150050,,千恵,Chie,040_CC00_c_035.wav,chie,,0,,,,,,,,Mmm... mm... slurp...! Slurp! +411600 ,,,,,1150050,,,,,,,,,,,,,,,"The sensation inside Chie-chan's mouth. Warm, tight... just\nlike a pussy." +411700 ,,,,,1150050,,,,,,,,,,,,,,,I couldn't stop the pleasure anymore. +411900 ,,,,,1150061,,千恵,Chie,040_CC00_c_036.wav,chie,,0,,,,,,,,"―Ahh!? Wow, so much white stuff is coming out of your dick!" +412000 ,,,,,1150061,,,,,,,,,,,,,,,"Phew... ha... That was great, Chie-chan." +412100 ,,,,,1150061,,千恵,Chie,040_CC00_c_037.wav,chie,,0,,,,,,,,Uncle... a lot came out. Did it feel good? +412200 ,,,,,1150061,,,,,,,,,,,,,,,"Of course it did. If it feels this good, I'd want it every\nday." +412300 ,,,,,1150061,,,,,,,,,,,,,,,"Chie-chan was smiling brightly. Even though she was covered\nin semen, she had an innocent smile." +412400 ,,,,,1150061,,,,,,,,,,,,,,,It was so sinful and irresistible. +412600 ,,,,9000,,,コマコ,Komako,040_CC00_k_056.wav,,,,,,,,,,,...Mmm... +412700 ,,,,,,,,,,,,,,,,,,,,"Just as I was getting caught up with Chie- chan, I heard\nKomako-chan's voice." +412800 ,,,,,,,,,,,,,,,,,,,,"Then, even though I had just ejaculated, my thing started to\nswell up again." +412900 ,,,,,,,,,,,,,,,,,,,,"Thinking about Komako-chan, I grasped my thing once more." +413100 ,,,,,2160000,,コマコ,Komako,040_CC00_k_057.wav,komako,,0,,,,,,,,Ah... it's so squishy... +413200 ,,,,,2160000,,,,,,,,,,,,,,,I think it was the day she came to deliver corn. +413300 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan was intensely curious about the onahole she was\ntouching for the first time. +413400 ,,,,,2160000,,コマコ,Komako,040_CC00_k_058.wav,komako,,0,,,,,,,,Chie-chan... has the same shape as this... +413500 ,,,,,2160000,,,,,,,,,,,,,,,That's right. Komako-chan has one too. +413600 ,,,,,2160000,,,,,,,,,,,,,,,"A part shaped like this, meant to make a penis feel good." +413700 ,,,,,2160000,,コマコ,Komako,040_CC00_k_059.wav,komako,,0,,,,,,,,It's kind of... naughty. +413800 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan's breath was a little heavy as she said that. +413900 ,,,,,2160000,,,,,,,,,,,,,,,She must be excited. +414000 ,,,,,2160000,,,,,,,,,,,,,,,"If we had sex, that excitement could be calmed... but..." +414100 ,,,,,2160000,,コマコ,Komako,040_CC00_k_060.wav,komako,,0,,,,,,,,Does sex really make babies? +414200 ,,,,,2160000,,,,,,,,,,,,,,,"Yes, it does. Well, sometimes it doesn't, though." +414300 ,,,,,2160000,,コマコ,Komako,040_CC00_k_061.wav,komako,,0,,,,,,,,Oh... I see... +414400 ,,,,,2160000,,,,,,,,,,,,,,,"As she said that, Komako-chan's attention returned to the\nonahole." +414500 ,,,,,2160000,,,,,,,,,,,,,,,"Upon closer inspection, Komako-chan was playing with her own\npussy." +414600 ,,,,,2160000,,,,,,,,,,,,,,,"That's not good, Komako-chan." +414700 ,,,,,2160000,,コマコ,Komako,040_CC00_k_062.wav,komako,,0,,,,,,,,Huh!? I'm not doing anything though... +414800 ,,,,,2160000,,,,,,,,,,,,,,,Lying won't work. I clearly saw you playing with your\nvagina. +414900 ,,,,,2160000,,コマコ,Komako,040_CC00_k_063.wav,komako,,0,,,,,,,,I'm not playing with it! +415000 ,,,,,2160000,,,,,,,,,,,,,,,Really? +415100 ,,,,,2160000,,コマコ,Komako,040_CC00_k_064.wav,komako,,0,,,,,,,,Hmm... it's just that it felt kind of tingly. +415200 ,,,,,2160000,,,,,,,,,,,,,,,It's good that you can be honest. +415300 ,,,,,2160000,,,,,,,,,,,,,,,"But as a punishment, you'll have to help me with my\nmasturbation." +415500 ,,,,,2161030,,,,,,,,,,,,,,,"I had Komako-chan hold the onahole firmly, and I inserted my\npenis into it." +415600 ,,,,,2161030,,,,,,,,,,,,,,,Then I grabbed her head and started moving my hips. +415700 ,,,,,2161030,,,,,,,,,,,,,,,I stroked Komako-chan's nice-feeling hair. +415800 ,,,,,2161030,,コマコ,Komako,040_CC00_k_065.wav,komako,,0,,,,,,,,...Ehehe♪ +415900 ,,,,,2161030,,,,,,,,,,,,,,,"Even though we're doing something so naughty, she can still\nsmile so innocently. Komako- chan really is cute." +416000 ,,,,,2161030,,,,,,,,,,,,,,,"She usually has a unique aura, but she's no different from\nChie-chan or Tenka-chan." +416100 ,,,,,2161030,,,,,,,,,,,,,,,"As I thought about that, the speed of my hips naturally\nincreased." +416200 ,,,,,2161030,,コマコ,Komako,040_CC00_k_066.wav,komako,,0,,,,,,,,"Ah... something's coming out from the tip of your penis,\nmister." +416300 ,,,,,2161030,,コマコ,Komako,040_CC00_k_067.wav,komako,,0,,,,,,,,A clear liquid... +416400 ,,,,,2161030,,,,,,,,,,,,,,,Komako-chan was surprised by the precum. +416500 ,,,,,2161030,,,,,,,,,,,,,,,"I would have liked to release it in Komako- chan's mouth,\nbut it's something I can't control, so it can't be helped." +416600 ,,,,,2161030,,,,,,,,,,,,,,,"To pursue more pleasure, I told Komako-chan to move the\nonahole." +416700 ,,,,,2161030,,コマコ,Komako,040_CC00_k_068.wav,komako,,0,,,,,,,,Move it... like this? +416800 ,,,,,2161030,,,,,,,,,,,,,,,"Yes, with that onahole. As fast as you can." +416900 ,,,,,2161030,,コマコ,Komako,040_CC00_k_069.wav,komako,,0,,,,,,,,Like this? +417000 ,,,,,2161030,,,,,,,,,,,,,,,"Not yet. Faster, more." +417100 ,,,,,2161030,,コマコ,Komako,040_CC00_k_070.wav,komako,,0,,,,,,,,Nn... nn... +417200 ,,,,,2161030,,,,,,,,,,,,,,,The movement of the onahole suddenly became faster. +417300 ,,,,,2161030,,,,,,,,,,,,,,,I moved my hips to match it. +417400 ,,,,,2161030,,コマコ,Komako,040_CC00_k_071.wav,komako,,0,,,,,,,,"Mister, your breathing is heavy." +417500 ,,,,,2161030,,,,,,,,,,,,,,,"Komako-chan's movements are amazing. That's why it feels so\ngood, and I can't help but moan." +417600 ,,,,,2161030,,,,,,,,,,,,,,,"Saying that, I moved my hips vigorously." +417700 ,,,,,2161030,,,,,,,,,,,,,,,It's like I'm giving Komako-chan an irrumatio. I'll release\na lot into her mouth. +417800 ,,,,,2161030,,,,,,,,,,,,,,,"Ah, nn! Komako-chan... I'm about to cum soon..." +417900 ,,,,,2161030,,コマコ,Komako,040_CC00_k_072.wav,komako,,0,,,,,,,,Eh!? You're going to cum? +418000 ,,,,,2161030,,,,,,,,,,,,,,,"I'm going to ejaculate a lot, so make sure to catch it all." +418100 ,,,,,2161030,,,,,,,,,,,,,,,Make sure to let my semen cover your whole body. +418200 ,,,,,2161030,,,,,,,,,,,,,,,"With that reminder, I held my breath." +418400 ,,,,,2161050,,,,,,,,,,,,,,,Splurt! Splat! Sploosh! +418500 ,,,,,2161050,,コマコ,Komako,040_CC00_k_073.wav,komako,,0,,,,,,,,Ah... +418600 ,,,,,2161050,,,,,,,,,,,,,,,I released an amount of semen on Komako-chan that seemed\nimpossible for a second time. +418700 ,,,,,2161050,,,,,,,,,,,,,,,The semen arced through the air and stuck to Komako-chan's\nbody. +418800 ,,,,,2161050,,コマコ,Komako,040_CC00_k_074.wav,komako,,0,,,,,,,,Wow... it's warm... +418900 ,,,,,2161050,,,,,,,,,,,,,,,"However, she didn't seem to dislike it at all." +419000 ,,,,,2161050,,,,,,,,,,,,,,,"On the contrary, Komako-chan had a blissful expression." +419100 ,,,,,2161050,,,,,,,,,,,,,,,I basked in the afterglow of ejaculation while gazing at\nKomako-chan. +419300 ,,,,9000,,,甜花,Tenka,040_CC00_t_060.wav,,,,,,,,,,,"Panties! Panties, panties, panties!" +419400 ,,,,,,,,,,,,,,,,,,,,Interrupting my memories with Komako-chan was Tenka-chan's\nshout. +419500 ,,,,,,,,,,,,,,,,,,,,"Come to think of it, there was a time when Tenka-chan kept\nrepeating 'panties.' If I recall correctly, after this..." +419600 ,,,,,,,,,,,,,,,,,,,,"I remembered what happened next. Despite having ejaculated\ntwice, my thing was getting hard again." +419800 ,,,,,3150000,,甜花,Tenka,040_CC00_t_061.wav,tenka,,0,,,,,,,,Is this okay? +419900 ,,,,,3150000,,,,,,,,,,,,,,,"Under the clear blue sky, Tenka-chan was wearing a micro\nbikini that was more erotic than being naked." +420000 ,,,,,3150000,,,,,,,,,,,,,,,Her embarrassment was visible on her face. Tenka-chan was as\ncute as ever. +420100 ,,,,,3150000,,甜花,Tenka,040_CC00_t_062.wav,tenka,,0,,,,,,,,Ugh... +420200 ,,,,,3150000,,,,,,,,,,,,,,,Choosing this micro bikini was definitely the right\ndecision. +420300 ,,,,,3150000,,,,,,,,,,,,,,,Tenka-chan's erotic charm was fully on display. +420500 ,,,,,3150010,,,,,,,,,,,,,,,"As I stared intently at Tenka-chan's butt hole, she furrowed\nher brows." +420600 ,,,,,3150010,,,,,,,,,,,,,,,There's no need to be bothered. This is all just a gravure\nphotoshoot. +420700 ,,,,,3150010,,甜花,Tenka,040_CC00_t_063.wav,tenka,,0,,,,,,,,"B-but... really, my butt... hole will be shown..." +420800 ,,,,,3150010,,,,,,,,,,,,,,,That's a trivial issue. +420900 ,,,,,3150010,,,,,,,,,,,,,,,"If you worry about that, you can't do gravure shoots." +421000 ,,,,,3150010,,甜花,Tenka,040_CC00_t_064.wav,tenka,,0,,,,,,,,Ugh... +421100 ,,,,,3150010,,,,,,,,,,,,,,,Seeing Tenka-chan embarrassed made my penis erect to the\npoint it couldn't fit in my pants. +421300 ,,,,,3150020,,甜花,Tenka,040_CC00_t_065.wav,tenka,,0,,,,,,,,...Huh? Uncle! What are you doing!? +421400 ,,,,,3150020,,,,,,,,,,,,,,,"I forcibly made Tenka-chan hold my dick, surprising her." +421600 ,,,,,3151000,,甜花,Tenka,040_CC00_t_066.wav,tenka,,0,,,,,,,,Eh...? +421700 ,,,,,3151000,,,,,,,,,,,,,,,Tenka-chan couldn't keep up with the sudden change in the\nsituation. +421800 ,,,,,3151000,,,,,,,,,,,,,,,But I didn't stop. Tenka-chan's soft hand... ah... it's\naddictive! +421900 ,,,,,3151000,,甜花,Tenka,040_CC00_t_067.wav,tenka,,0,,,,,,,,The dick... it's hard... +422000 ,,,,,3151000,,,,,,,,,,,,,,,"It's all your fault, Tenka-chan." +422100 ,,,,,3151000,,,,,,,,,,,,,,,Because you're wearing such a lewd outfit. +422200 ,,,,,3151000,,甜花,Tenka,040_CC00_t_068.wav,tenka,,0,,,,,,,,Ugh... you're the worst... +422300 ,,,,,3151000,,,,,,,,,,,,,,,Even those resentful words turn into pleasure when Tenka-\nchan says them. +422400 ,,,,,3151000,,,,,,,,,,,,,,,"As a reward, I'll cover Tenka-chan with semen until there's\nno more left." +422500 ,,,,,3151000,,,,,,,,,,,,,,,"With that resolve, I continued to force Tenka-chan to give\nme a handjob." +422600 ,,,,,3151000,,甜花,Tenka,040_CC00_t_069.wav,tenka,,0,,,,,,,,Uncle's... it's hot... +422700 ,,,,,3151000,,,,,,,,,,,,,,,"It's hot and hard, right?" +422800 ,,,,,3151000,,,,,,,,,,,,,,,"Soon, I'll insert this dick into Tenka-chan's tiny pussy." +422900 ,,,,,3151000,,,,,,,,,,,,,,,"Then, I'll ejaculate aiming for your cute womb. I'll make\nyour cervix drink up the semen." +423000 ,,,,,3151000,,,,,,,,,,,,,,,I whispered that into Tenka-chan's ear. She tensed up her\nbody. +423100 ,,,,,3151000,,,,,,,,,,,,,,,What a good reaction! I want to see more! +423200 ,,,,,3151000,,,,,,,,,,,,,,,"Thinking that, I whispered into Tenka-chan's ear while\nholding her hand." +423300 ,,,,,3151000,,,,,,,,,,,,,,,Rubbing over and over. Again and again. +423400 ,,,,,3151000,,,,,,,,,,,,,,,The smell of my penis is gradually transferring to Tenka-\nchan. +423500 ,,,,,3151000,,,,,,,,,,,,,,,"Even if she washes her hands a little, this smell won't come\noff." +423600 ,,,,,3151000,,,,,,,,,,,,,,,"So when she goes home and sleeps, Tenka-chan will smell the\npenis and remember me." +423700 ,,,,,3151000,,,,,,,,,,,,,,,"That fact makes my thing thicker, bigger, and harder." +423800 ,,,,,3151000,,,,,,,,,,,,,,,Ugh... an unexpected wave of pleasure... what is this...! +423900 ,,,,,3151000,,,,,,,,,,,,,,,A sudden pleasure attacks my lower body. A feeling of\npleasure so strong that I can't resist. +424000 ,,,,,3151000,,,,,,,,,,,,,,,I'm going to cum! I'll cum on Tenka-chan's hands! I'll\nimpregnate those hands with my sperm! +424100 ,,,,,3151000,,甜花,Tenka,040_CC00_t_070.wav,tenka,,0,,,,,,,,Eh!? +424200 ,,,,,3151000,,,,,,,,,,,,,,,"Ignoring the surprised Tenka-chan, I made her give me a\nhandjob at an incredible speed." +424300 ,,,,,3151000,,,,,,,,,,,,,,,--shiko shiko shiko shiko shiko... +424400 ,,,,,3151000,,,,,,,,,,,,,,,"And soon, the limit was reached." +424600 ,,,,,3151010,,,,,,,,,,,,,,,"The moment I felt a tightness at the base of my penis, I was\nhit by a pleasure so intense it turned my vision white." +424700 ,,,,,3151010,,甜花,Tenka,040_CC00_t_071.wav,tenka,,0,,,,,,,,Hyah! So much is coming out... huh... is it still coming? +424800 ,,,,,3151010,,,,,,,,,,,,,,,"It's the third time. The third ejaculation. Yet, the amount\nof semen was extraordinary." +424900 ,,,,,3151010,,,,,,,,,,,,,,,"With that large amount of my white juice, Tenka-chan was\ngetting dirty." +425000 ,,,,,3151010,,,,,,,,,,,,,,,It was a very lewd sight. +425100 ,,,,,3151010,,,,,,,,,,,,,,,I continued to ejaculate on Tenka-chan's body until I was\nout of semen. +425200 ,$event_return,,,,,,,,,,,,,,,,,,, +425400 ,,,,33,,,,,,,,,,,,,,,,The pleasure was so intense that I let out a short scream. +425500 ,,,,,,,,,,,,,,,,,,,,"The afterglow of the ejaculation was long, and I convulsed\nfor a few seconds." +425600 ,,,,,,,,,,,,,,,,,,,,"When I realized it, Tenka-chan, covered in semen, was no\nlonger there." +425700 ,,,,,,,,,,,,,,,,,,,,"At that moment, I realized I was gradually being pulled back\ninto the real world." +425800 ,$go join,,,,,,,,,,,,,,,,,,, +426200 ,*join,,,,,,,,,,,,,,,,,,,■Reunion +426800 ,,,15,33,,,主人公,Kiyoshi,,,,,,,,,,,,――Hah! +426900 ,,,,,,,,,,,,,,,,,,,,"When I jumped up, I was in my usual room." +427000 ,,,,,,,,,,,,,,,,,,,,"However, there was a large amount of semen scattered around\nme." +427100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I've never released this much before... +427200 ,,,,,,,,,,,,,,,,,,,,"When I completely zone out and masturbate, this is what\nhappens." +427300 ,,,,,,,,,,,,,,,,,,,,"I've heard of hypnotic masturbation, is it something like\nthis?" +427400 ,,,,,,,,,,,,,,,,,,,,"Come to think of it, I've done this kind of masturbation\nbefore..." +427500 ,,,,,,,,,,,,,,,,,,,,"But today, the pleasure was different from last time." +427600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ah! +427700 ,,,,,,,,,,,,,,,,,,,,"Upon closer inspection, the semen was starting to harden on\nthe floor." +427800 ,,,,,,,,,,,,,,,,,,,,I quickly grabbed a box of tissues. +427900 ,,,,,,,,,,,,,,,,,,,,"Then, I wiped up the semen. I felt a bit miserable." +428000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Sigh... but, this kind of masturbation is nice once in a\nwhile." +428100 ,,,,,,,,,,,,,,,,,,,,"I muttered softly, impressed by the amount of my own semen." +428200 ,,,0,9000,,,,,,,,,,,,,,,, +428400 ,$go common_end,,,,,,,,,,,,,,,,,,,"Common part ended, moving to route branching." +, diff --git a/datascn.tac/05chie.csv b/datascn.tac/05chie.csv new file mode 100644 index 0000000..28805eb --- /dev/null +++ b/datascn.tac/05chie.csv @@ -0,0 +1,5643 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@route_chie,,,,,,,,,,,,,,,,,,,Chie Route +10600 ,@100_SC00,,,,,,,,,,,,,,,,,,, +10800 ,,,8,21,,,千恵,Chie,100_SC00_c_000.wav,"chie,private",,4,,,,,,,,"Whew, it was hot today too." +10900 ,,,,,,,,,,chie,,4,,,,,,,,Chie-chan fans herself with her hand. It really was hot\ntoday. +11000 ,,,,,,,千恵,Chie,100_SC00_c_001.wav,chie,,1,,,,,,,,"Hey, hey, uncle, shall we take a bath together again today?" +11100 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Is that okay? Uncle might see Chie-chan naked again. +11200 ,,,,,,,千恵,Chie,100_SC00_c_002.wav,chie,,26,,,,,,,,Will uncle get naughty again? +11300 ,,,,,,,主人公,Kiyoshi,,chie,,26,,,,,,,,"If Chie-chan doesn't say no, I'll keep getting naughtier." +11400 ,,,,,,,千恵,Chie,100_SC00_c_003.wav,chie,,21,,,,,,,,"Naughty uncle is funny, so I don't mind." +11500 ,,,,,,,,,,chie,,21,,,,,,,,Chie-chan says with a giggle. She's completely accepted\nnaughtiness as a form of communication. This is a very happy\nthing. A miracle. +11600 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Naughty uncle is funny, huh? Well, I think I'm funny\nusually, but what part is funny?" +11700 ,,,,,,,千恵,Chie,100_SC00_c_004.wav,chie,,20,,,,,,,,It's funny when uncle's penis gets big. +11800 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"I see, girls don't have parts that get big and small like\nthat." +11900 ,,,,,,,,,,chie,,20,,,,,,,,Aside from things like nipple or clitoral engorgement. An\nerection must be a surprising change for girls. +12000 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"Chie-chan, do you perhaps like uncle's penis?" +12100 ,,,,,,,千恵,Chie,100_SC00_c_005.wav,chie,,21,,,,,,,,"Yeah, I like it." +12200 ,,,,,,,,,,chie,,21,,,,,,,,"Chie-chan laughs with a smile, and it's too cute." +12300 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,Th-then do you like uncle himself? +12400 ,,,,,,,千恵,Chie,100_SC00_c_006.wav,chie,,1,,,,,,,,"Huh? Yeah! Of course, I love you!!" +12500 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Oooooooohhhhhhh... +12600 ,,,,,,,,,,chie,,1,,,,,,,,The uncle is overjoyed by Chie-chan's carefree laughter. +12700 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"H-hey, hey, hey, Chie-chan." +12800 ,,,,,,,千恵,Chie,100_SC00_c_007.wav,chie,,3,,,,,,,,Hm? +12900 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"You know, about being, uh, like lovers with uncle..." +13000 ,,,,,,,千恵,Chie,100_SC00_c_008.wav,chie,,23,,,,,,,,You mean like being a bride? +13100 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"Y-yeah, that!!" +13200 ,,,,,,,千恵,Chie,100_SC00_c_009.wav,chie,,3,,,,,,,,"Hmm... but I want uncle to be my dad, you know..." +13300 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"I-I'll try to make that happen too, but it depends on what\nChie-chan's mom says." +13400 ,,,,,,,千恵,Chie,100_SC00_c_010.wav,chie,,4,,,,,,,,Really? +13500 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"Really, really." +13600 ,,,,,,,,,,chie,,4,,,,,,,,"I don't really mean it, but I'll say it for now." +13700 ,,,,,,,,,,chie,,4,,,,,,,,"Unlike the lively Chie-chan, her mother is calm and\ncomposed, but she's also beautiful and resembles Chie-\nchan..." +13800 ,,,,,,,,,,chie,,4,,,,,,,,"But just because she's beautiful doesn't mean she's my type,\nand whether Chie-chan's mom would marry me... well, that's\nimpossible, normally." +13900 ,,,,,,,千恵,Chie,100_SC00_c_011.wav,chie,,1,,,,,,,,Then I can be uncle's bride too! +14000 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Really!? I'm so happy, it's a promise, okay? It's a must!!" +14100 ,,,,,,,千恵,Chie,100_SC00_c_012.wav,chie,,21,,,,,,,,Yeah! +14200 ,,,,,,,,,,chie,,21,,,,,,,,Chie-chan laughs without a care. Seeing that smile makes it\nhard to hold back... +14300 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Then let's play a game to get even closer today, Chie-chan!" +14400 ,,,,,,,千恵,Chie,100_SC00_c_013.wav,chie,,20,,,,,,,,Okay!! +14500 ,,,,,,,,,,chie,,20,,,,,,,,"With that response, Chie-chan is really adorable." +14600 ,,,,,,,千恵,Chie,100_SC00_c_014.wav,chie,,5,,,,,,,,But aren't we going to take a bath? Chii- chan is all sweaty\ntoo! +14700 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,"It's okay, it's okay, uncle will lick you clean." +14800 ,,,,,,,千恵,Chie,100_SC00_c_015.wav,chie,,24,,,,,,,,"Eh? That tickles, oh, hehe." +14900 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"Even if it tickles, it feels good, right?" +15000 ,,,,,,,千恵,Chie,100_SC00_c_016.wav,chie,,33,,,,,,,,It's a little embarrassing though! +15100 ,,,,,,,,,,chie,,33,,,,,,,,Chii-chan's face turns red. But she doesn't deny that it\nfeels good. +15200 ,,,,,,,千恵,Chie,100_SC00_c_017.wav,chie,,3,,,,,,,,"So, uncle, what are we going to do to play even closer?" +15300 ,,,,,,,,,,chie,,3,,,,,,,,"Chii-chan asks energetically. Of course," +15400 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Well, we use Chii-chan's crotch and uncle's dick, and I put\nuncle's dick into the hole in Chii-chan's crotch." +15500 ,,,,,,,,,,chie,,3,,,,,,,,Chii-chan's eyes widen a little. +15600 ,,,,,,,千恵,Chie,100_SC00_c_018.wav,chie,,4,,,,,,,,The hole in the crotch? The pee hole? +15700 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,It doesn't quite fit there. It's the slightly bigger hole\nbelow that. +15900 ,,,,,,,千恵,Chie,100_SC00_c_019.wav,chie,,24,,,,,,,,Ah! The pussy! +16000 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,Chii-chan calls it the pussy. +16100 ,,,,,,,千恵,Chie,100_SC00_c_020.wav,chie,,20,,,,,,,,"Yeah, some kids call it a bun too!" +16200 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"Heh, that's kind of cute." +16300 ,,,,,,,,,,chie,,20,,,,,,,,"It's nice when girls use the word 'pussy', but using child-\nlike words is cute too." +16400 ,,,,,,,千恵,Chie,100_SC00_c_021.wav,chie,,4,,,,,,,,"We learned about putting the dick in there in class! Uh,\nit's called... sex!" +16500 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"Wow, Chii-chan is studying, then this will be quick." +16600 ,,,,,,,千恵,Chie,100_SC00_c_022.wav,chie,,15,,,,,,,,"But, um, I think they said you shouldn't do it easily..." +16700 ,,,,,,,主人公,Kiyoshi,,chie,,15,,,,,,,,"Oh, didn't you study that?" +16800 ,,,,,,,千恵,Chie,100_SC00_c_023.wav,chie,,13,,,,,,,,"Ehehe, I got bored and started doodling on the desk." +16900 ,,,,,,,主人公,Kiyoshi,,chie,,13,,,,,,,,"Chii-chan, you shouldn't skip studying..." +17000 ,,,,,,,,,,chie,,13,,,,,,,,I wonder if she doesn't know about pregnancy yet? +17100 ,,,,,,,主人公,Kiyoshi,,chie,,13,,,,,,,,"Well, thinking of it as studying might make it hard to\nfocus... but with me, it's just for fun." +17200 ,,,,,,,千恵,Chie,100_SC00_c_024.wav,chie,,0,,,,,,,,"Yeah, it seems like it would be fun with you!" +17300 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Oh, you're excited, Chii-chan! That makes me happy!!" +17400 ,,,,,,,千恵,Chie,100_SC00_c_025.wav,chie,,14,,,,,,,,But... +17500 ,,,,,,,,,,chie,,14,,,,,,,,Chii-chan made a thoughtful face. +17600 ,,,,,,,千恵,Chie,100_SC00_c_026.wav,chie,,14,,,,,,,,"Your dick is big... I wonder if it'll fit, is it okay?" +17700 ,,,,,,,,,,chie,,14,,,,,,,,"That's true. Chii-chan seems to be measuring the size of my\npenis with her hands, but it's not as big as a water bottle." +17800 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,"Yeah, at first it might be pretty tight and tough." +17900 ,,,,,,,千恵,Chie,100_SC00_c_027.wav,chie,,24,,,,,,,,Ehh? +18000 ,,,,,,,,,,chie,,24,,,,,,,,Chii-chan raised her voice as if to say that's a problem. +18100 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"It's okay, I'll play with your pussy a lot to help." +18200 ,,,,,,,千恵,Chie,100_SC00_c_028.wav,chie,,25,,,,,,,,? Does playing with it a lot make something good happen? +18300 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Yeah, it gets softer and makes it easier for the dick to go\nin." +18400 ,,,,,,,千恵,Chie,100_SC00_c_029.wav,chie,,3,,,,,,,,Ohh. +18500 ,,,,,,,,,,chie,,3,,,,,,,,Chii-chan said it as if she was really impressed. +18600 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"I'll lick it like last time. You liked that, didn't you,\nChii-chan?" +18700 ,,,,,,,千恵,Chie,100_SC00_c_030.wav,chie,,22,,,,,,,,"I-I wouldn't say I liked it... um, it felt all fluffy\nthough..." +18800 ,,,,,,,主人公,Kiyoshi,,chie,,22,,,,,,,,Was there something wrong? Was it embarrassing after all? +18900 ,,,,,,,千恵,Chie,100_SC00_c_031.wav,chie,,26,,,,,,,,"B-because it's you, it was okay, but..." +19000 ,,,,,,,,,,chie,,26,,,,,,,,Chii-chan averted her eyes a little. +19100 ,,,,,,,千恵,Chie,100_SC00_c_032.wav,chie,,33,,,,,,,,...I-I was a bit worried I might pee. +19200 ,,,,,,,主人公,Kiyoshi,,chie,,33,,,,,,,,"If it's Chii-chan's pee, I don't mind at all!" +19300 ,,,,,,,千恵,Chie,100_SC00_c_033.wav,chie,,31,,,,,,,,"Even if it's you, that's a no!!" +19400 ,,,,,,,,,,chie,,31,,,,,,,,Chii-chan waved her hands and looked embarrassed. How cute. +19500 ,,,,,,,主人公,Kiyoshi,,chie,,31,,,,,,,,"Then let's be careful about that... Do you want to go pee\nfirst? Once you're done, we can play." +19600 ,,,,,,,千恵,Chie,100_SC00_c_034.wav,chie,,0,,,,,,,,"Okay, I'll go to the bathroom!!" +19700 ,,,,,,,,,,chie,,0,,,,,,,,"Chii-chan is so honest. With her, I can do lots of naughty\nthings again... smoothly get to the main event... hehe, I'm\ngetting excited!" +19900 ,,,15,31,,,千恵,Chie,100_SC00_c_035.wav,chie,,3,,,,,,,,"Should I take everything off, mister?" +20000 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Hmm, just take off your skirt and panties for now." +20100 ,,,,,,,千恵,Chie,100_SC00_c_036.wav,"chieL,private",,1,,,,,,,,Okay. +20200 ,,,,,,,,,,chieL,,1,,,,,,,,"This honesty, Chii-chan is really cute. Just like taking a\nbath with her dad, she smoothly takes off her panties." +20300 ,,,,,,,,,,chieL,,1,,,,,,,,"And without hiding anything, she exposes herself completely,\nand I can't take my eyes off it. Indeed... this soft-looking\npart really feels like a 'pussy'." +20400 ,,,,,,,主人公,Kiyoshi,,chieL,,1,,,,,,,,"Okay, Chii-chan, I'm going to lie down, so bring your crotch\ntowards my face." +20500 ,,,,,,,千恵,Chie,100_SC00_c_037.wav,chieL,,3,,,,,,,,Huh? You want me to get on top of you? +20600 ,,,,,,,主人公,Kiyoshi,,chieL,,3,,,,,,,,"Yeah, it's more comfortable for you too, right?" +20700 ,,,,,,,千恵,Chie,100_SC00_c_038.wav,chieL,,25,,,,,,,,"Eh, but it feels like I'm sitting on the toilet, and I feel\nsorry for you. Is it okay?" +20800 ,,,,,,,主人公,Kiyoshi,,chieL,,25,,,,,,,,"It's fine, it's fine! Come on, quickly show your pussy to\nuncle!" +20900 ,,,,,,,千恵,Chie,100_SC00_c_039.wav,chieL,,1,,,,,,,,"Okay. Sorry for getting on top of you, uncle. Wow, uncle's\ndick is really big too!" +21000 ,,,,,,,主人公,Kiyoshi,,chieL,,1,,,,,,,,Uncle is excited because cute Chii-chan is here! +21100 ,,,,,,,千恵,Chie,100_SC00_c_040.wav,chieL,,22,,,,,,,,"Hehe, uncle praised me... Should I tickle uncle's dick again\ntoday?" +21200 ,,,,,,,主人公,Kiyoshi,,chieL,,22,,,,,,,,"I'd love that! If possible, I'd like you to lick it with\nyour mouth like last time." +21300 ,,,,,,,千恵,Chie,100_SC00_c_041.wav,chieL,,20,,,,,,,,"Sure. Hmm... whoa, huh?" +21400 ,,,,,,,主人公,Kiyoshi,,chieL,,20,,,,,,,,What's wrong? +21500 ,,,,,,,千恵,Chie,100_SC00_c_042.wav,chieL,,25,,,,,,,,"Uncle, I can't reach your dick with my mouth." +21600 ,,,,,,,主人公,Kiyoshi,,chieL,,25,,,,,,,,"Oh, I see." +21700 ,,,,,,,,,,chieL,,25,,,,,,,,"The size difference between me and Chii-chan is huge. If I'm\nputting my mouth on Chii- chan's pussy, her small body can't\nreach my penis." +21800 ,,,,,,,,,,chieL,,25,,,,,,,,"If I had a gigantic dick, maybe it would reach... but that\nwould be ridiculous." +21900 ,,,,,,,千恵,Chie,100_SC00_c_043.wav,chieL,,33,,,,,,,,"What should I do, should I rub it with my hand?" +22000 ,,,,,,,主人公,Kiyoshi,,chieL,,33,,,,,,,,"Hmm, that feels good too, but..." +22100 ,,,,,,,,,,chieL,,33,,,,,,,,"Ah, I got it." +22200 ,,,,,,,主人公,Kiyoshi,,chieL,,33,,,,,,,,"Chii-chan, can you reach with your feet?" +22300 ,,,,,,,千恵,Chie,100_SC00_c_044.wav,chieL,,24,,,,,,,,"Huh, my feet?" +22400 ,,,,,,,主人公,Kiyoshi,,chieL,,24,,,,,,,,"Yeah, like stretch your legs over uncle and sit like that." +22500 ,,,,,,,千恵,Chie,100_SC00_c_045.wav,chieL,,29,,,,,,,,"Hmm, I think I can reach with my feet..." +22600 ,,,,,,,主人公,Kiyoshi,,chieL,,29,,,,,,,,"Then, give it a try." +22700 ,,,,,,,千恵,Chie,100_SC00_c_046.wav,chieL,,21,,,,,,,,Okay. +22900 ,,,,,1200000,,,,,,,,,,,,,,, +23000 ,*mem,,,,1200000,,,,,,,,,,,,,,, +23100 ,,,15,,1200000,,千恵,Chie,100_SC00_c_047.wav,chie,,0,,,,,,,,"Wow, I reached! But it's wobbly!" +23200 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, it's okay, just lean against the sofa. I'll hold\nyour butt for you, Chii- chan." +23300 ,,,,,1200000,,千恵,Chie,100_SC00_c_048.wav,chie,,0,,,,,,,,"Wow, that's easy!" +23400 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,Ohhh... Chii-chan's butt is so soft... squishy. +23500 ,,,,,1200000,,千恵,Chie,100_SC00_c_049.wav,chie,,0,,,,,,,,"Uncle, is it really okay to play with your dick with my\nfeet?" +23600 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine, do as you like. As long as you don't kick my\nballs, it's all good." +23700 ,,,,,1200000,,,,,,,,,,,,,,,"In this position, there's not much worry about that." +23800 ,,,,,1200000,,千恵,Chie,100_SC00_c_050.wav,chie,,0,,,,,,,,It'd be scary if it broke... +23900 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,That would be scary! +24000 ,,,,,1200000,,,,,,,,,,,,,,,Please don't do that! +24100 ,,,,,1200000,,千恵,Chie,100_SC00_c_051.wav,chie,,0,,,,,,,,"Yeah, gently, gently. But it's strange to play with uncle's\ndick with my feet." +24200 ,,,,,1200000,,,,,,,,,,,,,,,Chii-chan's feet pressed against my penis. She moved her\nfeet trying to sandwich it with both. +24300 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,Ahh... Chii-chan's feet are soft and feel good... +24400 ,,,,,1200010,,千恵,Chie,100_SC00_c_052.wav,chie,,0,,,,,,,,Uncle's dick is squishy and ticklish too. +24500 ,,,,,1200010,,,,,,,,,,,,,,,Chii-chan giggled. +24600 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Squish it a lot, okay?" +24700 ,,,,,1200010,,千恵,Chie,100_SC00_c_053.wav,chie,,0,,,,,,,,Yeah! This is fun! I can't usually do this! +24800 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,Usually? +24900 ,,,,,1200010,,,,,,,,,,,,,,,"Well, you can't usually play with a dick. But even\n'sometimes' she wouldn't be playing with anyone else's...\nright?" +25000 ,,,,,1200010,,千恵,Chie,100_SC00_c_054.wav,chie,,0,,,,,,,,"When I pick things up with my feet, my mom gets mad at me,\nsaying it's bad manners." +25100 ,,,,,1200010,,,,,,,,,,,,,,,"Ah, so she can't usually pick things up with her feet." +25200 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, that might be true. But today, you can be as naughty as\nyou want. After all, you're sitting on uncle with your\ncrotch bare!" +25300 ,,,,,1200000,,千恵,Chie,100_SC00_c_055.wav,chie,,0,,,,,,,,That's right! But I actually like taking off my panties and\nhaving my crotch bare! +25400 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, oh, Chii-chan likes to take them off, huh?" +25500 ,,,,,1200000,,千恵,Chie,100_SC00_c_056.wav,chie,,0,,,,,,,,"Yeah, it feels refreshing or maybe invigorating? Something\nlike that." +25600 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"It's hot, after all. It feels good for uncle to let his dick\nout too. It gets cramped when it gets big." +25700 ,,,,,1200000,,千恵,Chie,100_SC00_c_057.wav,chie,,0,,,,,,,,"Chii-chan doesn't have a dick, but I might understand the\ncramped feeling. It's so big, after all." +25800 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah." +25900 ,,,,,1200010,,千恵,Chie,100_SC00_c_058.wav,chie,,0,,,,,,,,"Then I'll play with it, is there any spot that's tense?" +26000 ,,,,,1200010,,,,,,,,,,,,,,,"Saying that, Chii-chan stimulates my penis with her feet." +26100 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"It's rock hard, all over." +26200 ,,,,,1200010,,千恵,Chie,100_SC00_c_059.wav,chie,,0,,,,,,,,"Okay, knead, knead..." +26300 ,,,,,1200010,,,,,,,,,,,,,,,"Chii-chan first grips my penis with her toes, kneading it.\nThe soft and small fingers pressing against the surface of\nmy penis already make me feel like I'm dreaming." +26400 ,,,,,1200010,,千恵,Chie,100_SC00_c_060.wav,chie,,0,,,,,,,,"Uncle's dick is twitching. It feels good, doesn't it?" +26500 ,,,,,1200010,,,,,,,,,,,,,,,"Chii-chan has seen and touched my penis many times, so she\nseems quite used to it now." +26600 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, Chii-chan is getting good at handling a dick. Alright,\nnow it's my turn. Chii-chan, spread your legs a bit." +26700 ,,,,,1200000,,千恵,Chie,100_SC00_c_061.wav,chie,,0,,,,,,,,"Wah, hehe, uncle, it's still a bit embarrassing." +26800 ,,,,,1200000,,,,,,,,,,,,,,,Chii-chan says that but seems to be having fun. +27000 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"Really, Chii-chan's skin is so smooth." +27100 ,,,,,1200000,,,,,,,,,,,,,,,"Saying that, I caress Chii-chan's butt. It's a bit sweaty,\nso her skin feels like it's sticking." +27200 ,,,,,1200000,,,,,,,,,,,,,,,"And between Chii-chan's lightly spread legs, there's a cute\nlittle slit." +27300 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, this angle is the best!" +27400 ,,,,,1200010,,千恵,Chie,100_SC00_c_062.wav,chie,,0,,,,,,,,"Uncle, can you see Chii-chan's pussy? Should I move?" +27500 ,,,,,1200010,,,,,,,,,,,,,,,"The service is so good, I might get a nosebleed." +27600 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"No, it's fine, it's perfect. Chii-chan, just stay like that." +27700 ,,,,,1200010,,千恵,Chie,100_SC00_c_063.wav,chie,,0,,,,,,,,"Uncle's tongue is stretching out. Hehe, can it reach?" +27800 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,I'll make it reach!! +27900 ,,,,,1200010,,,,,,,,,,,,,,,I stretch my tongue as far as I can. +28000 ,,,,,1200010,,,,,,,,,,,,,,,"The thrill of almost reaching, or rather, the feeling of\nputting my mouth on such a little girl's pussy is part of\nthe excitement." +28100 ,,,,,1200010,,,,,,,,,,,,,,,"Well, no matter how guilty I feel, it's not like I'm going\nto stop!" +28200 ,,,,,1200010,,千恵,Chie,100_SC00_c_064.wav,chie,,0,,,,,,,,Nn! +28300 ,,,,,1200010,,,,,,,,,,,,,,,"As soon as my tongue touches Chii-chan's pussy, she closes\nher eyes tightly and seems ticklish." +28400 ,,,,,1200010,,千恵,Chie,100_SC00_c_065.wav,chie,,0,,,,,,,,Nnyuu... It still feels weird. +28500 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Really? But you don't hate it, right?" +28600 ,,,,,1200010,,千恵,Chie,100_SC00_c_066.wav,chie,,0,,,,,,,,"Hmm, it's not that I hate it, but if uncle wants to do it, I\nguess it's okay. But when I think that Chii-chan pees from\nthere, it feels weird." +28700 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Well, yeah, it's a bit embarrassing for me too when Chii-\nchan licks my dick, but it feels good." +28800 ,,,,,1200010,,千恵,Chie,100_SC00_c_067.wav,chie,,0,,,,,,,,Uncle gets embarrassed too? +28900 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, a dick isn't something you show to just anyone." +29000 ,,,,,1200000,,千恵,Chie,100_SC00_c_068.wav,chie,,0,,,,,,,,"Hehe, I see. So only Chii-chan can play with uncle's dick." +29100 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,That's right. +29200 ,,,,,1200000,,,,,,,,,,,,,,,Then Chii-chan gives a happy smile. She's really cute! +29300 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,I'm glad that Chii-chan only shows and lets me lick her\npussy! +29400 ,,,,,1200000,,千恵,Chie,100_SC00_c_069.wav,chie,,0,,,,,,,,Pussy? +29500 ,,,,,1200000,,,,,,,,,,,,,,,"When I used a normal word, Chii-chan looked puzzled." +29600 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, yeah, it's about 'omamman.' Most people call it 'pussy,'\nhere." +29700 ,,,,,1200000,,,,,,,,,,,,,,,"As I said that, I gave Chii-chan's pussy a lick." +29800 ,,,,,1200010,,千恵,Chie,100_SC00_c_070.wav,chie,,0,,,,,,,,Fuhnyu...!! Th-that felt tingly... +29900 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,Did it feel good? +30000 ,,,,,1200010,,千恵,Chie,100_SC00_c_071.wav,chie,,0,,,,,,,,"Yeah, but it was a bit too tingly." +30100 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,You'll get used to it soon. +30200 ,,,,,1200010,,千恵,Chie,100_SC00_c_072.wav,chie,,0,,,,,,,,Really? +30300 ,,,,,1200010,,,,,,,,,,,,,,,"Chii-chan still seems unsure, but she's already had an\norgasm from cunnilingus once. She'll get into it soon\nenough." +30400 ,,,,,1200010,,千恵,Chie,100_SC00_c_073.wav,chie,,0,,,,,,,,"Hey, uncle, should Chii-chan say 'pussy' too?" +30500 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Huh? Oh, about 'omamman'? Why?" +30600 ,,,,,1200010,,千恵,Chie,100_SC00_c_074.wav,chie,,0,,,,,,,,"Hmm, I was wondering if 'omamman' sounds childish." +30700 ,,,,,1200010,,,,,,,,,,,,,,,"That's part of the charm, but it's a dilemma... Hearing\n'pussy' from Chii-chan's mouth is exciting too." +30800 ,,,,,1200010,,,,,,,,,,,,,,,It's all about using the right word at the right time. +30900 ,,,,,1200010,,,,,,,,,,,,,,,"Yeah, since we'll be doing lots of naughty things, I'll get\nher used to saying 'pussy' in a naughty way!" +31000 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"So, will Chii-chan say 'pussy' too?" +31100 ,,,,,1200000,,千恵,Chie,100_SC00_c_075.wav,chie,,0,,,,,,,,"Okay! From now on, 'omamman' is 'pussy'!" +31200 ,,,,,1200000,,,,,,,,,,,,,,,"Oh, my lower body is on fire!" +31300 ,,,,,1200000,,千恵,Chie,100_SC00_c_076.wav,chie,,0,,,,,,,,"Wow, wow, wow, uncle's dick just twitched!" +31400 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"Because Chii-chan said 'pussy', uncle got excited!" +31500 ,,,,,1200000,,千恵,Chie,100_SC00_c_077.wav,chie,,0,,,,,,,,Just by saying 'pussy'? +31600 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! +31700 ,,,,,1200000,,千恵,Chie,100_SC00_c_078.wav,chie,,0,,,,,,,,That's weird! +31800 ,,,,,1200000,,,,,,,,,,,,,,,Chii-chan giggles as she says that. +31900 ,,,,,1200000,,千恵,Chie,100_SC00_c_079.wav,chie,,0,,,,,,,,"Ah... uncle, you're licking so much, my pussy... my pussy is\nstarting to tingle." +32000 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,It'll start to feel good... Can I lick deeper inside? +32100 ,,,,,1200000,,千恵,Chie,100_SC00_c_080.wav,chie,,0,,,,,,,,"Hmm, if it tastes like pee and is salty, won't it be yucky\nfor you, uncle...?" +32200 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, it's okay, uncle will clean it for you instead." +32300 ,,,,,1200010,,千恵,Chie,100_SC00_c_081.wav,chie,,0,,,,,,,,"Nyu! Geez, uncle, it's not like Chii-chan isn't embarrassed\ntoo! Having you wipe me like a baby!" +32400 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"It's Chii-chan's fault for not wiping properly after the\ntoilet! As punishment, let uncle taste that salty flavor!" +32500 ,,,,,1200010,,千恵,Chie,100_SC00_c_082.wav,chie,,0,,,,,,,,"Eek, I-I'll wipe properly from now on!" +32600 ,,,,,1200010,,,,,,,,,,,,,,,"I couldn't believe it, but Chii-chan really didn't wipe\nproperly. Her panties will get soaked with pee!" +32700 ,,,,,1200010,,,,,,,,,,,,,,,"That aside, the taste of pee itself is a reward, so I\neagerly lick Chii-chan's pussy. ...Hmm, but Chii-chan's\npussy is clean." +32800 ,,,,,1200010,,,,,,,,,,,,,,,"It's a bit salty, but I can't tell if this saltiness is from\nsweat or pee." +32900 ,,,,,1200010,,千恵,Chie,100_SC00_c_083.wav,chie,,0,,,,,,,,"Mm, mm, uncle's tongue is squirming in Chii- chan's pussy..." +33000 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, Chii-chan's pussy tastes good. How is it? Starting to\nfeel good?" +33200 ,,,,,1200020,,千恵,Chie,100_SC00_c_084.wav,chie,,0,,,,,,,,Eek...! It feels kind of cool... +33300 ,,,,,1200020,,,,,,,,,,,,,,,"Ah, a pussy of someone Chii-chan's age is tightly closed.\nWhen you pry it open like this, it might feel cool from the\noutside air." +33400 ,,,,,1200020,,,,,,,,,,,,,,,"Well, maybe it opens a bit when you pee, but the immature\nclitoris is so hidden you can't even tell where it is." +33500 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Let's clean it up like this... slurp... hmm, is something\ncoming out of Chii-chan's pussy...? Are you starting to feel\nit...?" +33600 ,,,,,1200020,,千恵,Chie,100_SC00_c_085.wav,chie,,0,,,,,,,,"I don't know, but around my pussy, it feels warm and\ntingly..." +33700 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's a good feeling. Should I stop licking for a\nbit?" +33800 ,,,,,1200020,,千恵,Chie,100_SC00_c_086.wav,chie,,0,,,,,,,,"Yeah... ah... uncle, it's getting more tingly... if uncle\ndoesn't lick it, it feels itchy or like I can't stand it..." +33900 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"See, you want more, right? Should I continue?" +34000 ,,,,,1200020,,千恵,Chie,100_SC00_c_087.wav,chie,,0,,,,,,,,"Mm... ah, uncle's licking, yeah, I want more...! Uncle, is\nthis what 'feeling it' means...?" +34100 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"That's right! Chii-chan's pussy is 'feeling it,' 'feeling\ngood,' and 'can't hold back' anymore!" +34200 ,,,,,1200020,,千恵,Chie,100_SC00_c_088.wav,chie,,0,,,,,,,,Fwah... I-I see... Chii-chan's pussy can really feel it...\nwow... it's mysterious... +34300 ,,,,,1200020,,,,,,,,,,,,,,,"Her breathing gradually becomes heavier, and her face turns\nred. I feel like her pussy is also getting flushed." +34400 ,,,,,1200020,,,,,,,,,,,,,,,"More than anything, a lewd scent starts wafting from Chii-\nchan's pussy." +34500 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Good, good, Chii-chan, you're doing well. But if you keep\ngoing like this, you'll come on your own. Make uncle's dick\nfeel good too." +34600 ,,,,,1200020,,千恵,Chie,100_SC00_c_089.wav,chie,,0,,,,,,,,"Ah, that's right...!! Sorry, I forgot because my pussy was\ntingling..." +34700 ,,,,,1200020,,千恵,Chie,100_SC00_c_089a.wav,,,,,,,,,,,"I have to make uncle's dick feel good too...! Here we go,\nhere we go." +34800 ,,,,,1200020,,,,,,,,,,,,,,,Chii-chan starts moving her legs again. Her movements seem\nawkward. It's probably because her pussy is starting to feel\nit! +34900 ,,,,,1200020,,千恵,Chie,100_SC00_c_090.wav,chie,,0,,,,,,,,"Mm, hyah, mm... somehow... the soles of my feet are\nticklish... mm, I can't move them well..." +35000 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Hang in there, Chii-chan! I know your pussy feels good, but\nkeep trying!" +35100 ,,,,,1200020,,千恵,Chie,100_SC00_c_091.wav,chie,,0,,,,,,,,"Yeah, I'll try... mm, mm, mm! Fwaa... uncle's dick is\namazing, I feel like I'm going to lose..." +35200 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"If it's hard to use your fingers, you can squeeze it with\nyour feet and rub it." +35300 ,,,,,1200020,,千恵,Chie,100_SC00_c_092.wav,chie,,0,,,,,,,,"Yeah, got it! Alright... here we go, here we go...!" +35400 ,,,,,1200020,,,,,,,,,,,,,,,"Chii-chan spreads her legs slightly bow- legged and\nsandwiches my penis between her small feet from both sides.\nThen, she starts moving her feet up and down, rubbing it." +35500 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa! Y-yeah, just like that!" +35600 ,,,,,1200020,,千恵,Chie,100_SC00_c_093.wav,chie,,0,,,,,,,,"Mm, Chii-chan will do her best... fwa, mm!" +35700 ,,,,,1200020,,,,,,,,,,,,,,,"To respond to Chii-chan's effort of rubbing my penis with\nher small feet, I stimulate her pussy by digging into it." +35800 ,,,,,1200020,,,,,,,,,,,,,,,Should I try inserting my tongue inside her pussy soon...? +35900 ,,,,,1200020,,千恵,Chie,100_SC00_c_094.wav,chie,,0,,,,,,,,Nhyuu!? U-uncle... something there... nya!! +36000 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, this is the entrance where uncle's dick goes in.\nDo you understand?" +36100 ,,,,,1200020,,千恵,Chie,100_SC00_c_095.wav,chie,,0,,,,,,,,"Mm, mm, mm! Uncle... there, it feels like something's coming\na lot... maybe." +36200 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Does it feel really good, a lot?" +36300 ,,,,,1200020,,千恵,Chie,100_SC00_c_096.wav,chie,,0,,,,,,,,...Yeah. +36400 ,,,,,1200020,,,,,,,,,,,,,,,"Chii-chan, you have plenty of potential for being lewd.\nFeeling it just from having the entrance loosened." +36500 ,,,,,1200020,,,,,,,,,,,,,,,I wonder how she'll feel deep inside. +36600 ,,,,,1200020,,千恵,Chie,100_SC00_c_097.wav,chie,,0,,,,,,,,"Nn, hyaf!? U-uncle, don't bully Chii-chan's pussy..." +36700 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"I'm not bullying it, I'm just being cute and gentle with it!" +36800 ,,,,,1200020,,千恵,Chie,100_SC00_c_098.wav,chie,,0,,,,,,,,"But it feels so fluffy, my head's getting all fuzzy..." +36900 ,,,,,1200020,,,,,,,,,,,,,,,"Chii-chan adds her hands to her feet and earnestly rubs my\npenis. Otherwise, her feet are shaking and can't move, and\nher expression is becoming dazed." +37000 ,,,,,1200020,,千恵,Chie,100_SC00_c_099.wav,chie,,0,,,,,,,,"Mm, mm, is Chii-chan a naughty girl...?" +37100 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,Does it feel that good? +37200 ,,,,,1200020,,千恵,Chie,100_SC00_c_100.wav,chie,,0,,,,,,,,...Yeah. I want uncle to keep licking me forever... +37300 ,,,,,1200020,,,,,,,,,,,,,,,That's very welcome! +37400 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,Uncle loves lewd Chii-chan too. I'm so happy that you show\nthis side only to me. +37500 ,,,,,1200020,,千恵,Chie,100_SC00_c_101.wav,chie,,0,,,,,,,,...Really? Uncle loves lewd Chii-chan... Maybe it's good\nthat Chii-chan is lewd... +37600 ,,,,,1200020,,,,,,,,,,,,,,,"Chii-chan looks enraptured, surrendering herself to the\nstimulation of her pussy." +37700 ,,,,,1200020,,,,,,,,,,,,,,,"Seeing little Chii-chan panting 'haa, haa' as her pussy is\nlicked makes me feel like I could cum just from that." +37800 ,,,,,1200020,,,,,,,,,,,,,,,"But, for the final release, I still want the physical\nstimulation of a dick. My heart is already satisfied, but my\nbody wants to be fulfilled too." +37900 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, come on, work hard with your feet too. Rub\nuncle's dick." +38000 ,,,,,1200020,,,,,,,,,,,,,,,"Saying that, I lightly pat Chii-chan's cute butt." +38100 ,,,,,1200020,,,,,,,,,,,,,,,"Then, as if waking from a pleasant sleep, Chii-chan blinks a\nfew times and sits up." +38200 ,,,,,1200020,,千恵,Chie,100_SC00_c_102.wav,chie,,0,,,,,,,,"Ah, that's right, uncle's dick, rub rub, sorry for leaving\nit alone..." +38300 ,,,,,1200020,,千恵,Chie,100_SC00_c_102a.wav,,,,,,,,,,,I'll make uncle's dick feel as good as Chii- chan's pussy\nfeels... +38400 ,,,,,1200020,,,,,,,,,,,,,,,"Saying that, Chii-chan earnestly rubs my penis with her feet\nagain." +38500 ,,,,,1200020,,,,,,,,,,,,,,,"She's probably feeling quite a bit and is wobbly, so there's\nno fine control, just persistently rubbing my penis with her\nfeet." +38600 ,,,,,1200020,,,,,,,,,,,,,,,"But it's not careless. She's trying her best. She moves her\nfeet vigorously, making sure not to take a break." +38700 ,,,,,1200020,,,,,,,,,,,,,,,"When I lick Chii-chan's pussy, she stiffens her legs at that\nmoment. But she quickly lets out a 'mm!' and continues\nrubbing with her feet." +38800 ,,,,,1200020,,千恵,Chie,100_SC00_c_103.wav,chie,,0,,,,,,,,"Uncle's... dick too, rub it, make it feel as fluffy as Chii-\nchan's pussy... nn!!" +38900 ,,,,,1200020,,千恵,Chie,100_SC00_c_104.wav,chie,,0,,,,,,,,"Fwaa... uncle's licking feels too good... ah, nn, my, my\npussy is turning inside out... nn!" +39000 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"I can feel Chii-chan's pussy opening and closing with the\ntip of my tongue...! It's getting all wet inside, you're\nfeeling it, aren't you...?" +39100 ,,,,,1200020,,千恵,Chie,100_SC00_c_105.wav,chie,,0,,,,,,,,"Nnn! Uncle... ah...! There, I like it there... nn, uncle's\ndick too, more, rub rub, nn...!!" +39200 ,,,,,1200020,,,,,,,,,,,,,,,"Chii-chan's foot technique on the verge of climax is a bit\nrough due to too much force, but with her baby-soft toes,\nthat's just right." +39300 ,,,,,1200020,,,,,,,,,,,,,,,"My glans is being vigorously kneaded, and the exit for my\nsemen is heating up." +39400 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah, Chii-chan, just like that, uncle's almost there,\njust a little more!" +39500 ,,,,,1200020,,千恵,Chie,100_SC00_c_106.wav,chie,,0,,,,,,,,Yeah...! Here we go...!! +39600 ,,,,,1200020,,,,,,,,,,,,,,,"Chii-chan pushes her hips forward a bit, making my face and\nChii-chan's pussy come into full contact. The scent of Chii-\nchan, which I had been intensely feeling, fills the back of\nmy nose." +39700 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,Whoa!! This is amazing!! +39800 ,,,,,1200020,,,,,,,,,,,,,,,I wrap my hands around Chii-chan's butt and pull her closer. +39900 ,,,,,1200020,,,,,,,,,,,,,,,"My mouth is on her pussy, and my cheeks are pressed against\nthe base of Chii-chan's legs and thighs. The soft, squishy\nsensation envelops my face!" +40000 ,,,,,1200020,,千恵,Chie,100_SC00_c_107.wav,chie,,0,,,,,,,,"Just like Chii-chan's pussy... uncle's pee hole is all\nslippery too... squish, squish...!" +40100 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,Whoa!! +40200 ,,,,,1200020,,,,,,,,,,,,,,,"Chii-chan's big toe fiddles with the tip of my twitching\npenis. Just as Chii-chan said, the slippery fluid oozing\nfrom the tip clings to her finger." +40300 ,,,,,1200020,,,,,,,,,,,,,,,The urethral opening is where the semen is about to burst\nout. This direct attack was incredibly effective. The\nvoltage of my penis skyrockets to the max. +40400 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Ch-Chii-chan, slurp slurp slurp! I'm at my limit too...\nslurp! Whoa, sluuuuurp!!" +40500 ,,,,,1200020,,,,,,,,,,,,,,,"To hold back even a little, I press my face against Chii-\nchan's pussy. My face gets sticky with my saliva and Chii-\nchan's juices, but I don't care." +40600 ,,,,,1200020,,,,,,,,,,,,,,,"I inhale Chii-chan's pussy scent deeply into my lungs,\nletting it seep into my body." +40700 ,,,,,1200020,,千恵,Chie,100_SC00_c_108.wav,chie,,0,,,,,,,,"Nn! Ch-Chii-chan, I'm about to cum! Uncle, I can't hold it\nanymore! Ah, ah, ahh!!" +40800 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Ch-Chii-chan, Chii-chan!!" +40900 ,,,,,1200020,,千恵,Chie,100_SC00_c_109.wav,chie,,0,,,,,,,,"Ah, ah, uncle, ah, hyah, ahhhhhhhhhhhhhhh!!" +41100 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,Uncle too... firing!! +41200 ,,,,,1200030,,,,,,,,,,,,,,,"While my tongue is squeezed by the entrance of Chii-chan's\ncontracting vagina, I also ejaculate grandly from my penis." +41300 ,,,,,1200030,,,,,,,,,,,,,,,"The force easily surpasses Chii-chan's face height, raining\ndown in droplets." +41400 ,,,,,1200030,,,,,,,,,,,,,,,"With the first shot, Chii-chan's knees turned completely\nwhite, and the semen continued to rain down, quickly\ncovering Chii-chan's shins, tiny feet, and toes in\nstickiness." +41500 ,,,,,1200030,,千恵,Chie,100_SC00_c_110.wav,chie,,0,,,,,,,,"Hya... hyuu, hyuu..." +41600 ,,,,,1200030,,,,,,,,,,,,,,,Chii-chan was breathing heavily. It's no wonder. +41700 ,,,,,1200030,,,,,,,,,,,,,,,"But, while her small chest rose and fell, she was intently\nwatching my ejaculation." +41800 ,,,,,1200030,,千恵,Chie,100_SC00_c_111.wav,chie,,0,,,,,,,,Wow... so much... +41900 ,,,,,1200030,,,,,,,,,,,,,,,"She didn't mind the sticky liquid raining down on her feet,\njust looking amazed." +42000 ,,,,,1200030,,千恵,Chie,100_SC00_c_112.wav,chie,,0,,,,,,,,"It's still coming out... Uncle, were you holding back a lot?" +42100 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah... it feels better to hold back a lot and release it\nall at once. So, there's still more coming out...!" +42200 ,,,,,1200030,,千恵,Chie,100_SC00_c_113.wav,chie,,0,,,,,,,,Wow... it feels so good to have so much... I can tell\nbecause your penis is twitching a lot... +42300 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, Chii-chan's pussy was twitching too." +42400 ,,,,,1200030,,千恵,Chie,100_SC00_c_114.wav,chie,,0,,,,,,,,"I'm kind of numb, I can't put any strength in..." +42500 ,,,,,1200030,,,,,,,,,,,,,,,"In that case, maybe my penis can go in? But first, I need to\nfinish this ejaculation." +42600 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan... there's still more, so squeeze it all out until\nthe end." +42700 ,,,,,1200030,,,,,,,,,,,,,,,I'm pleading and relying on a little girl. +42800 ,,,,,1200030,,千恵,Chie,100_SC00_c_115.wav,chie,,0,,,,,,,,"Okay, Uncle, got it... here we go, rub rub, rub rub... go,\npenis, go!" +42900 ,,,,,1200030,,,,,,,,,,,,,,,"With Chii-chan's encouragement and footjob, my penis worked\neven harder to continue ejaculating." +43000 ,,,,,1200030,,,,,,,,,,,,,,,"The moment Chii-chan's toes touched the underside, the\nstimulation was so intense I almost fainted." +43100 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,Fuaaaaah +43200 ,,,,,1200030,,千恵,Chie,100_SC00_c_116.wav,chie,,0,,,,,,,,"Oh, did it hurt?" +43300 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,"No, quite the opposite, it felt amazing... alright, alright,\njust a little more..." +43400 ,,,,,1200030,,,,,,,,,,,,,,,"Even I'm surprised at how much came out. But finally, I have\nto put some strength into my hips to get more out." +43500 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,"Phew... thank you, Chii-chan, it's all out." +43600 ,,,,,1200030,,千恵,Chie,100_SC00_c_117.wav,chie,,0,,,,,,,,"Yep, good job to you and your penis, Uncle." +43700 ,,,,,1200030,,,,,,,,,,,,,,,Chii-chan says that to comfort me. Her words make my heart\nfeel warm. +43800 ,,,,,1200030,,,,,,,,,,,,,,,"But today, the real event is just beginning." +43900 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Chii-chan, now I'm going to put my penis into your\nvagina. ...Is that okay?" +44000 ,,,,,1200030,,千恵,Chie,100_SC00_c_118.wav,chie,,0,,,,,,,,"Oh, right, we were going to do that." +44100 ,,,,,1200030,,,,,,,,,,,,,,,Chii-chan still seems a bit anxious. +44200 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,Are you okay? Are you still scared? +44300 ,,,,,1200030,,千恵,Chie,100_SC00_c_119.wav,chie,,0,,,,,,,,Hmm... I don't know. I'm a bit worried if I can do it\nwell... +44400 ,,,,,1200030,,,,,,,,,,,,,,,"Well, that's understandable." +44500 ,,,,,1200030,,千恵,Chie,100_SC00_c_120.wav,chie,,0,,,,,,,,"But since it's Uncle's request, Chii-chan is okay with it." +44600 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan! +44700 ,,,,31,,,,,,,,,,,,,,,,"Chii-chan is such a good girl that it brings tears to my\neyes. But I can't just cry, so I help Chii-chan stand up and\nguide her to the futon." +44900 ,,,9,,1201000,,千恵,Chie,100_SC00_c_121.wav,chie,,0,,,,,,,,Fuaaah... +45000 ,,,,,1201000,,,,,,,,,,,,,,,I undress Chii-chan completely and lay her down on the\nfuton. She looks like a borrowed cat. +45100 ,,,,,1201000,,,,,,,,,,,,,,,"Being naked doesn't mean she's cold, right?" +45200 ,,,,,1201000,,主人公,Kiyoshi,,,,,,,,,,,,Are you okay? Are you still scared? +45300 ,,,,,1201000,,,,,,,,,,,,,,,"In response to my question, Chii-chan shakes her head side\nto side. But with a slightly tense face, she mutters a word." +45400 ,,,,,1201000,,千恵,Chie,100_SC00_c_122.wav,chie,,0,,,,,,,,I-I'm nervous... +45500 ,,,,,1201000,,主人公,Kiyoshi,,,,,,,,,,,,"Relax, relax." +45600 ,,,,,1201000,,千恵,Chie,100_SC00_c_123.wav,chie,,0,,,,,,,,"Y-Yeah, su-ha su-ha, su-ha su-ha." +45700 ,,,,,1201000,,,,,,,,,,,,,,,"Chii-chan takes a deep breath. Each time, her chest rises\nand falls, drawing attention to her nipples, but I guess she\nneeds to relax a bit more." +45800 ,,,,,1201000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, I know my dick is big, so you might be worried if\nit will fit, but everyone puts it in when they have sex." +45900 ,,,,,1201000,,千恵,Chie,100_SC00_c_124.wav,chie,,0,,,,,,,,"Yeah, otherwise it wouldn't be sex, right? But, will it\nreally fit?" +46000 ,,,,,1201000,,,,,,,,,,,,,,,Chii-chan says that and looks down at her own stomach. +46100 ,,,,,1201000,,千恵,Chie,100_SC00_c_125.wav,chie,,0,,,,,,,,I wonder where in Chii-chan it will all fit... +46200 ,,,,,1201000,,主人公,Kiyoshi,,,,,,,,,,,,"Well, let's draw it out." +46300 ,,,,,1201000,,,,,,,,,,,,,,,"Suddenly inspired, I take out a marker." +46400 ,,,,,1201000,,千恵,Chie,100_SC00_c_126.wav,chie,,0,,,,,,,,Uncle? What are you doing? +46500 ,,,,,1201000,,主人公,Kiyoshi,,,,,,,,,,,,I'll draw what's inside Chii-chan's tummy. It might help you\nprepare rather than knowing nothing. +46600 ,,,,,1201000,,,,,,,,,,,,,,,"Saying that, I start doodling on Chii-chan's lower abdomen." +46800 ,,,,,1201010,,千恵,Chie,100_SC00_c_127.wav,chie,,0,,,,,,,,"Hyah, that tickles!" +46900 ,,,,,1201010,,主人公,Kiyoshi,,,,,,,,,,,,"This is Chii-chan's vagina, the entrance for the dick,\nright? From here, the dick goes in and out like this..." +47000 ,,,,,1201010,,千恵,Chie,100_SC00_c_128.wav,chie,,0,,,,,,,,...Wow. +47100 ,,,,,1201010,,主人公,Kiyoshi,,,,,,,,,,,,"And here is the baby's room, and next to it is where the\nbaby-making stuff happens." +47200 ,,,,,1201010,,,,,,,,,,,,,,,"Chii-chan curiously looks at the shapes drawn on her\nstomach... the vagina, uterus, and fallopian tubes." +47300 ,,,,,1201010,,千恵,Chie,100_SC00_c_129.wav,chie,,0,,,,,,,,Is something like this inside Chii-chan? +47400 ,,,,,1201010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. Well, since it's inside the tummy, even Uncle hasn't\nseen it directly." +47500 ,,,,,1201010,,千恵,Chie,100_SC00_c_130.wav,chie,,0,,,,,,,,"Hmm... but it's still small, right?" +47600 ,,,,,1201010,,,,,,,,,,,,,,,"Chii-chan says that. ...Now that she mentions it, maybe\nthat's true? Chii-chan herself is small, after all." +47700 ,,,,,1201010,,,,,,,,,,,,,,,But that's what's nice about it. +47800 ,,,,,1201010,,千恵,Chie,100_SC00_c_131.wav,chie,,0,,,,,,,,"Uncle, show me your penis, okay? Let's compare!" +47900 ,,,,,1201010,,主人公,Kiyoshi,,,,,,,,,,,,I see. +48000 ,,,,,1201010,,,,,,,,,,,,,,,"At Chii-chan's request, I take out my penis." +48100 ,,,,,1201010,,,,,,,,,,,,,,,"I just ejaculated a lot earlier, so it's not fully erect,\nbut since I've been looking at Chii-chan's naked body, it's\nstill somewhat hard." +48200 ,,,,,1201010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'm going to place it, so I'll open Chii-chan's\nlegs." +48300 ,,,,,1201010,,,,,,,,,,,,,,,"Otherwise, I can't get my penis close to Chii-chan's crotch." +48400 ,,,,,1201010,,千恵,Chie,100_SC00_c_132.wav,chie,,0,,,,,,,,"Okay, wow, Chii-chan's crotch is completely visible... even\nmy vagina is all exposed." +48500 ,,,,,1201010,,主人公,Kiyoshi,,,,,,,,,,,,"Well, it can't be helped. If I can't see, I might put it in\nthe wrong place." +48600 ,,,,,1201010,,千恵,Chie,100_SC00_c_133.wav,chie,,0,,,,,,,,You can't make a mistake! +48700 ,,,,,1201010,,,,,,,,,,,,,,,"Well, there aren't many places it could go wrong... but\nanyway." +48900 ,,,,,1201020,,,,,,,,,,,,,,,I place my penis on Chii-chan's stomach. +49000 ,,,,,1201020,,千恵,Chie,100_SC00_c_134.wav,chie,,0,,,,,,,,"Wow... hey, Uncle." +49100 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,...Yeah. +49200 ,,,,,1201020,,,,,,,,,,,,,,,My penis was larger than the drawing on Chii- chan's\nstomach. +49300 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"Well, I'm not going to put it all the way in. It's the first\ntime, after all." +49400 ,,,,,1201020,,千恵,Chie,100_SC00_c_135.wav,chie,,0,,,,,,,,"Uncle's penis is really big, it's cool though." +49500 ,,,,,1201020,,,,,,,,,,,,,,,Is it cool? +49600 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"I'll do it gently, so don't worry." +49700 ,,,,,1201020,,,,,,,,,,,,,,,"It was more of a consolation than anything, almost to the\npoint of being a lie, but I said it. There's no turning back\nnow." +49800 ,,,,,1201020,,千恵,Chie,100_SC00_c_136.wav,chie,,0,,,,,,,,"Hmm, even if I can't do it well, forgive me, okay?" +49900 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"No, even if it doesn't go well, it's not Chii-chan's\nfault... so you don't have to worry too much." +50000 ,,,,,1201020,,,,,,,,,,,,,,,"Saying that, I move my hips and place the tip of my penis\nagainst Chii-chan's vagina." +50100 ,,,,,1201020,,千恵,Chie,100_SC00_c_137.wav,chie,,0,,,,,,,,Fwah...! +50200 ,,,,,1201020,,,,,,,,,,,,,,,"Chii-chan's body twitches. I stimulated her so much earlier,\nshe might still be sensitive." +50300 ,,,,,1201020,,,,,,,,,,,,,,,"I mean, I licked her to loosen her up, so it would be a\nproblem if she wasn't." +50400 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"Here we go, Chii-chan." +50500 ,,,,,1201020,,千恵,Chie,100_SC00_c_138.wav,chie,,0,,,,,,,,Oh... Uncle's penis tip is so squishy. +50600 ,,,,,1201020,,,,,,,,,,,,,,,"Even though she seems anxious, it's a relief that Chii-chan\nisn't rejecting me. I'll take advantage of that." +50700 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan's vagina is also squishy and feels good. +50800 ,,,,,1201020,,千恵,Chie,100_SC00_c_139.wav,chie,,0,,,,,,,,"Uncle licked me a lot earlier, so it's all soft now." +50900 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"I did it to soften you up, so let's see how it worked." +51000 ,,,,,1201020,,,,,,,,,,,,,,,"If I keep pressing my glans against Chii- chan's vagina, it\ncould get dangerous quickly." +51100 ,,,,,1201020,,,,,,,,,,,,,,,And Chii-chan might start feeling scared. I need to act\nquickly and move forward. +51200 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, here we go... Uncle is going to take Chii-chan's\nfirst time..." +51300 ,,,,,1201020,,千恵,Chie,100_SC00_c_140.wav,chie,,0,,,,,,,,"Y-yeah, Chii-chan is going to have sex with Uncle..." +51400 ,,,,,1201020,,,,,,,,,,,,,,,I gently hold her hips and slowly move forward. My glans\npushes into Chii-chan's soft vagina. +51600 ,,,,,1201030,,,,,,,,,,,,,,,"Hidden by Chii-chan's soft pubic mound, my glans gradually\ndisappears." +51700 ,,,,,1201030,,,,,,,,,,,,,,,"But it's still just pressing against Chii- chan's flesh, not\nfully inside yet. I need to push a little more..." +51800 ,,,,,1201030,,,,,,,,,,,,,,,I need to spread Chii-chan's vagina a little. +51900 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, I'm going to spread your... your entrance a bit." +52000 ,,,,,1201030,,千恵,Chie,100_SC00_c_141.wav,chie,,0,,,,,,,,Huh? +52100 ,,,,,1201030,,,,,,,,,,,,,,,I place my fingers on Chii-chan's vagina and gently spread\nthe petals to the sides. I pull back and reposition my glans\nat Chii-chan's entrance. +52200 ,,,,,1201030,,千恵,Chie,100_SC00_c_142.wav,chie,,0,,,,,,,,"Oh, oh? Oh, oh!?" +52300 ,,,,,1201030,,,,,,,,,,,,,,,"Chii-chan's reactions are so fresh. Well, she probably\nhasn't experienced having her vagina spread like this\nbefore." +52400 ,,,,,1201030,,千恵,Chie,100_SC00_c_143.wav,chie,,0,,,,,,,,"Hyah, fuh, it feels weird... ahh..." +52500 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,I can't tell if that's a good or bad reaction! +52600 ,,,,,1201030,,千恵,Chie,100_SC00_c_144.wav,chie,,0,,,,,,,,"I'm still okay, but... I've never had my vagina spread this\nmuch, so it kind of hurts... I think? But it also tingles\nlike when you licked me earlier." +52700 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"I see... Well, you've never had something this big inserted\nbefore." +52800 ,,,,,1201030,,千恵,Chie,100_SC00_c_145.wav,chie,,0,,,,,,,,"I've never put anything in my vagina before, it feels like\nit might get stuck." +52900 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"Haha, just because it feels good after learning with Uncle,\ndon't go playing with pencils or toys in your vagina, okay?" +53000 ,,,,,1201030,,千恵,Chie,100_SC00_c_146.wav,chie,,0,,,,,,,,I-I won't! It's scary without Uncle. +53100 ,,,,,1201030,,,,,,,,,,,,,,,"Yeah, yeah, it's fine to play any naughty games in front of\nUncle." +53200 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's rub Uncle's penis a bit more to loosen up\nChii-chan's vagina." +53300 ,,,,,1201030,,,,,,,,,,,,,,,I hold the shaft of my penis and move it in a circular\nmotion. +53400 ,,,,,1201030,,千恵,Chie,100_SC00_c_147.wav,chie,,0,,,,,,,,"Hyah, nngh! My vagina is tingling..." +53500 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,Does it hurt? +53600 ,,,,,1201030,,千恵,Chie,100_SC00_c_148.wav,chie,,0,,,,,,,,A little... but Uncle's penis feels soft and kind of good\ntoo. +53700 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"I see, alright... It seems like it might hurt if I go too\nhard, so I'll keep the movements small and gentle." +53800 ,,,,,1201030,,千恵,Chie,100_SC00_c_149.wav,chie,,0,,,,,,,,"Nn, nn, nn, ah, Uncle, my crotch is getting hot. Nn, is this\nwhat feeling good in the vagina is like?" +53900 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"Got it, it's feeling pretty good. Then I'll move back and\nforth... slowly make my way inside Chii-chan." +54000 ,,,,,1201030,,千恵,Chie,100_SC00_c_150.wav,chie,,0,,,,,,,,"Nn, I'll do my best... though I don't really know how to do\nthat... Uncle's penis, you can come in, welcome..." +54100 ,,,,,1201030,,,,,,,,,,,,,,,Chii-chan says that with the atmosphere of inviting a friend\nover to her house. +54200 ,,,,,1201030,,,,,,,,,,,,,,,"The problem is, when she says things like that, my already\nbig penis becomes even bigger and harder." +54300 ,,,,,1201030,,,,,,,,,,,,,,,"While getting harder is convenient for pushing into Chii-\nchan's vagina, I don't want her to feel pain." +54400 ,,,,,1201030,,,,,,,,,,,,,,,But the glans is soft. It's being crushed by the pressure of\nChii-chan's vagina... should I call it 'vaginal pressure'? +54500 ,,,,,1201030,,,,,,,,,,,,,,,"If it were this hard, it would be tough for a girl. Maybe\nGod made the glans soft and squishy for having sex with\nlittle ones." +54600 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"Fwa, ah, nn, wawawa, brrrrrrrr" +54700 ,,,,,1201030,,,,,,,,,,,,,,,"Chii-chan says that because I'm moving my hips in a way that\nvibrates while keeping the back-and-forth motion to a\nminimum. Little by little, it feels like the entrance is\ngetting used to it." +54800 ,,,,,1201030,,千恵,Chie,100_SC00_c_151.wav,chie,,0,,,,,,,,"U-Uncle's penis is, fwa, going in, nn, nn, nn!" +54900 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,Is Chii-chan's vagina getting a bit slippery? +55000 ,,,,,1201030,,,,,,,,,,,,,,,It might just be my imagination. It could be my pre-cum\nthat's making it wet. +55100 ,,,,,1201030,,千恵,Chie,100_SC00_c_152.wav,chie,,0,,,,,,,,"U-Uncle, it feels like my stomach is being squeezed... it\nfeels weird..." +55200 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"H-Hang in there, Chii-chan." +55300 ,,,,,1201030,,,,,,,,,,,,,,,"The feeling of being pushed up from inside the stomach is\nsomething a man can't understand... maybe I'd get it if\nsomething was put in my butt. ...No, let's stop thinking\nabout that." +55400 ,,,,,1201030,,千恵,Chie,100_SC00_c_153.wav,chie,,0,,,,,,,,"Y-Yeah, I'll endure... I'll do my best..." +55500 ,,,,,1201030,,,,,,,,,,,,,,,"Feeling moved by Chii-chan's determination, I slowly moved\nmy hips forward." +55600 ,,,,,1201030,,,,,,,,,,,,,,,"Of course, I don't expect it all to go in. Honestly, I could\nejaculate just from doing this. But I want the satisfaction\nof the heart." +55700 ,,,,,1201030,,,,,,,,,,,,,,,"The satisfaction of having my first sex with Chii-chan,\nmaking that first experience mine." +55800 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,Nn... shoo... just a bit more... +55900 ,,,,,1201030,,,,,,,,,,,,,,,I should have prepared some lotion. Chii- chan's small body\nand tight vagina were really snug. +56000 ,,,,,1201030,,,,,,,,,,,,,,,"Since she's physically small, lotion might not have made a\ndifference, but if it could make it a bit easier for Chii-\nchan, it would have been worth it." +56100 ,,,,,1201030,,,,,,,,,,,,,,,"Well, it's too late now..." +56200 ,,,,,1201030,,千恵,Chie,100_SC00_c_154.wav,chie,,0,,,,,,,,"Fwa, ah, i-it... nn! Iii...!" +56300 ,,,,,1201030,,,,,,,,,,,,,,,Is it starting to hurt now? It's understandable. But it\nseems like Chii-chan is still enduring... +56400 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you, Chii-chan, just a little more..." +56500 ,,,,,1201030,,千恵,Chie,100_SC00_c_155.wav,chie,,0,,,,,,,,"Nn, nn, I'll do my b-best..." +56600 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"You're doing great, Chii-chan...!" +56700 ,,,,,1201030,,,,,,,,,,,,,,,"Chii-chan's expression is one of 'endurance.' If we're not\nstopping, there's no point in hesitating. I gradually\nincrease the forward movement." +56800 ,,,,,1201030,,千恵,Chie,100_SC00_c_156.wav,chie,,0,,,,,,,,"Wa, nnah! Uncle's, c-cock is, so much...!!" +56900 ,,,,,1201030,,千恵,Chie,100_SC00_c_157.wav,chie,,0,,,,,,,,"Nn, nn, i-it's so good...! Nnn!!" +57000 ,,,,,1201030,,,,,,,,,,,,,,,"Chii-chan is holding back from saying it hurts. Just a\nlittle more, Chii-chan...!!" +57100 ,,,,,1201030,,千恵,Chie,100_SC00_c_158.wav,chie,,0,,,,,,,,!!!!!!!!!! +57200 ,,,,,1201040,,,,,,,,,,,,,,,Puchi puchi puchi puchi...!! +57400 ,,,,,1201040,,,,,,,,,,,,,,,"It was just a little, but I suddenly felt like something\nthat was blocking the way was gone." +57500 ,,,,,1201040,,,,,,,,,,,,,,,"Looking down, I could see a slight red line around Chii-\nchan's pussy. This is." +57600 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,I did it... I broke Chii-chan's hymen. +57700 ,,,,,1201040,,千恵,Chie,100_SC00_c_159.wav,chie,,0,,,,,,,,H-Hymen...? +57800 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"It means my cock is properly inside Chii- chan, and we were\nable to have sex." +57900 ,,,,,1201040,,千恵,Chie,100_SC00_c_160.wav,chie,,0,,,,,,,,"I-Is that so...? You know, Chii-chan's vagina feels really\ntingly..." +58000 ,,,,,1201040,,,,,,,,,,,,,,,Chii-chan's voice was a bit teary. It's understandable. +58100 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you, I took Chii-chan's first time." +58200 ,,,,,1201040,,千恵,Chie,100_SC00_c_161.wav,chie,,0,,,,,,,,"Uuu... Becoming an adult is painful, huh." +58300 ,,,,,1201040,,,,,,,,,,,,,,,What a deep line. +58400 ,,,,,1201040,,,,,,,,,,,,,,,"Wow, this is amazing. My penis is wrapped in Chii-chan's\nmembranes, and about half of it is inside her." +58500 ,,,,,1201040,,,,,,,,,,,,,,,The sensation of the soft walls surrounding my penis is so\nintense it might drive me crazy if I focus on it. I can't\nbelieve this is all Chii-chan's pussy. +58600 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Inside Chii-chan is warm... or rather, it's almost hot. It's\namazing, soft, but also tight." +58700 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, can you feel Uncle's dick?" +58800 ,,,,,1201040,,千恵,Chie,100_SC00_c_162.wav,chie,,0,,,,,,,,I can feel it... Chii-chan feels like she's filled up with\nUncle's dick... +58900 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"It must hurt, but I want Chii-chan to feel good too, so I\nthink it's better if you focus on the dick." +59000 ,,,,,1201040,,千恵,Chie,100_SC00_c_163.wav,chie,,0,,,,,,,,"F-Funyu... Nn, nn, like this?" +59100 ,,,,,1201040,,,,,,,,,,,,,,,"Inside, though cautiously, tightened, and Chii-chan's pussy\ngripped my penis. Oh, so this is what it feels like when it\ntightens." +59200 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes, just like that. Chii-chan's pussy is making my\ndick feel good by squeezing it." +59300 ,,,,,1201040,,千恵,Chie,100_SC00_c_164.wav,chie,,0,,,,,,,,"I-It's come this far, Uncle." +59400 ,,,,,1201040,,,,,,,,,,,,,,,"Chii-chan placed her hand around the uterus area of the\ndrawing I doodled. If it were really inside the uterus, it\nwould be a big deal, so my penis must be pushing up against\nChii-chan's uterus." +59500 ,,,,,1201040,,,,,,,,,,,,,,,"Thinking about it that way, I could understand why Chii-chan\nwas feeling uncomfortable. I pulled back a little." +59600 ,,,,,1201040,,千恵,Chie,100_SC00_c_165.wav,chie,,0,,,,,,,,"Ah... U-Uncle, is it over now...?" +59700 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Nn, not yet... it's not over, but if it's too much for Chii-\nchan, we can stop here..." +59800 ,,,,,1201040,,,,,,,,,,,,,,,I achieved the main goal of taking Chii- chan's virginity. +59900 ,,,,,1201040,,千恵,Chie,100_SC00_c_166.wav,chie,,0,,,,,,,,"If it's not over yet, Chii-chan will try her best... Uncle,\nwhat's next...?" +60000 ,,,,,1201040,,,,,,,,,,,,,,,"Well, of course..." +60100 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"I want to move my dick in and out of Chii- chan's pussy and\nrelease semen, you know, the white stuff that comes out of\nthe dick, I want to release that inside Chii-chan." +60200 ,,,,,1201040,,千恵,Chie,100_SC00_c_167.wav,chie,,0,,,,,,,,"Wha!? That white stuff, you're going to release it in Chii-\nchan's tummy?" +60300 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, that's what sex is. I release semen, and Chii-chan\ntakes it in her tummy, that's what sex is." +60400 ,,,,,1201040,,千恵,Chie,100_SC00_c_168.wav,chie,,0,,,,,,,,........Hmm. +60500 ,,,,,1201040,,,,,,,,,,,,,,,Chii-chan had a thoughtful expression. But. +60600 ,,,,,1201040,,千恵,Chie,100_SC00_c_169.wav,chie,,0,,,,,,,,"Then, Uncle, you can release it in Chii- chan... it's for\nUncle's sake." +60700 ,,,,,1201040,,,,,,,,,,,,,,,She said. +60800 ,,,,,1201040,,千恵,Chie,100_SC00_c_170.wav,chie,,0,,,,,,,,I'm still not very good at it though... +60900 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"That doesn't matter! Thank you, Chii-chan, I love you!" +61000 ,,,,,1201040,,千恵,Chie,100_SC00_c_171.wav,chie,,0,,,,,,,,"Eh, ehehe..." +61100 ,,,,,1201040,,,,,,,,,,,,,,,"Saying that, I hugged little Chii-chan, and she seemed\nticklish." +61200 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,Then... +61300 ,,,,,1201040,,,,,,,,,,,,,,,"I grabbed Chii-chan's small waist. Then slowly, I moved my\nhips back and forth." +61500 ,,,,,1201050,,千恵,Chie,100_SC00_c_172.wav,chie,,0,,,,,,,,Funyu!! +61600 ,,,,,1201050,,,,,,,,,,,,,,,"As I thrust my penis using my hips, Chii-chan closed her\neyes. She seemed to be enduring it, but it looked painful." +61700 ,,,,,1201050,,,,,,,,,,,,,,,"But if I slowed down and watched Chii-chan's pained\nexpression, I felt like I'd lose my arousal. At a speed that\nensured stimulation to my penis, I moved my hips back and\nforth." +61800 ,,,,,1201050,,千恵,Chie,100_SC00_c_173.wav,chie,,0,,,,,,,,"Hya, nn! Nn, fuh, nn! Nn ah, ah, unyu! Nn, nyu, nyuu!!" +61900 ,,,,,1201050,,,,,,,,,,,,,,,Thrusting into Chii-chan's pussy. The sensation of hitting\nsomething at the tip must be Chii-chan's deepest part. +62000 ,,,,,1201050,,,,,,,,,,,,,,,"Even so, every time I thrust, Chii-chan's legs spread wide,\ntrembling like a frog swimming. Watching that honestly\nexcites me quite a bit." +62100 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, my cock is going in and out of your pussy...!" +62200 ,,,,,1201050,,千恵,Chie,100_SC00_c_174.wav,chie,,0,,,,,,,,Nnnnn! O-Oi-chan...! Oi-chan... nnnn...!! +62300 ,,,,,1201050,,,,,,,,,,,,,,,"Chii-chan places her hands on top of mine, which are\ngripping her waist." +62400 ,,,,,1201050,,,,,,,,,,,,,,,"Feeling her softness and smallness again, I realize just how\nsmall a girl Chii-chan is, and the bad part of me gets even\nmore excited." +62500 ,,,,,1201050,,,,,,,,,,,,,,,"I inserted my penis into Chii-chan's small, reddened pussy,\nthen pulled out, and inserted it again." +62600 ,,,,,1201050,,千恵,Chie,100_SC00_c_175.wav,chie,,0,,,,,,,,"Nn, nn, nnn, my pussy is stretching~...!" +62700 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"If it stretches too much, it might be a problem. It's more\npleasurable and exciting when it's small... Ah, no, no, I\nhope you get used to it so my cock doesn't hurt...!" +62800 ,,,,,1201050,,,,,,,,,,,,,,,The sensation of insertion feels like my glans is being\ntightly gripped by a hand. +62900 ,,,,,1201050,,,,,,,,,,,,,,,"Honestly, it feels a bit cramped, like the exit is blocked." +63000 ,,,,,1201050,,,,,,,,,,,,,,,"But more than that, the sensation of pushing through Chii-\nchan's pussy and the mental satisfaction raises my\nexcitement." +63100 ,,,,,1201050,,,,,,,,,,,,,,,"When pulling out, the ridge of my glans expands, scraping\nagainst Chii-chan's insides, which feels good." +63200 ,,,,,1201050,,,,,,,,,,,,,,,"That said, Chii-chan's pussy is still simple, lacking the\nlewdness that clings and won't let go." +63300 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"But, even though it's tentative, the way you check and\nsqueeze my cock. This feeling of growth is nice..." +63400 ,,,,,1201040,,千恵,Chie,100_SC00_c_176.wav,chie,,0,,,,,,,,"O-Oi-chan, was it... weird?" +63500 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"No, no, just talking to myself." +63600 ,,,,,1201040,,,,,,,,,,,,,,,"Let's pick up the pace. If I take too long, Chii-chan will\nget tired. I lean forward a bit and thrust deeply." +63700 ,,,,,1201040,,,,,,,,,,,,,,,"If I go too hard, it might be tough on Chii- chan, but it's\nbetter than not knowing when it'll end." +63800 ,,,,,1201040,,千恵,Chie,100_SC00_c_177.wav,chie,,0,,,,,,,,"Fwah, ah, nah, Oi-chan, your cock is so rough... nnn, hya,\nnnn!!" +63900 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Oi-chan wants to release his semen, so I'm going to go\nrough, okay? Chii-chan, bear with it for a little bit." +64000 ,,,,,1201050,,千恵,Chie,100_SC00_c_178.wav,chie,,0,,,,,,,,"Nn, Chii-chan will do her best... nn, Oi- chan's cock is,\nmaking a hole inside Chii- chan's stomach..." +64100 ,,,,,1201050,,,,,,,,,,,,,,,Is it starting to get a bit wet? Or is it the slickness from\nbleeding? The lewd sound of squishing is echoing as the love\nbetween me and Chii-chan. +64200 ,,,,,1201050,,,,,,,,,,,,,,,"Alright, just a little more...!" +64300 ,,,,,1201040,,千恵,Chie,100_SC00_c_179.wav,chie,,0,,,,,,,,"Nn, nn, Oi-chan... is the semen going to come out here...?" +64400 ,,,,,1201040,,,,,,,,,,,,,,,"Chii-chan points to the scribbled uterus. Is she remembering\nher studies, or does she just know by instinct?" +64500 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah, I'm going to release a lot into Chii-chan's pussy,\ninto the baby's room...!!" +64600 ,,,,,1201050,,千恵,Chie,100_SC00_c_180.wav,chie,,0,,,,,,,,"Nn, nn, if Oi-chan releases a lot, won't the baby drown...?" +64700 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"No, that's something that happens after it's released..." +64800 ,,,,,1201050,,,,,,,,,,,,,,,I wonder how much Chii-chan understands about the fact that\nreleasing it there can lead to pregnancy...? +64900 ,,,,,1201050,,,,,,,,,,,,,,,"Speaking of which, has Chii-chan had her first period yet?" +65000 ,,,,,1201050,,,,,,,,,,,,,,,"No, surely Chii-chan hasn't had her red rice yet? Ugh, but\nreleasing inside a girl who's had her red rice is quite\nromantic...!!" +65100 ,,,,,1201050,,,,,,,,,,,,,,,"So, I initially intended to release inside, but what should\nI do?" +65200 ,,,,,1201050,,,,,,,,,,,,,,,Pulling out and releasing a lot on Chii- chan's soft-looking\nstomach might be good too...!! +65300 ,,,,,1201050,,,,,,,,,,,,,,,"Ugh, just thinking about it is making it hard to hold\nback...!!" +65500 ,$menu_begin,,,,1201050,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Stick to the original plan and finish inside,sel_1a",,,,1201050,,,,,,,,,,,,,,,■@ Stick to the original plan and release inside +↓,"$menu_item 1,Cover her white skin with a lot,sel_1b",,,,1201050,,,,,,,,,,,,,,,■A Release a lot on her white skin +↓,$menu_end,,,,1201050,,,,,,,,,,,,,,, +65600 ,*sel_1a,,,,1201050,,,,,,,,,,,,,,,■@ Stick to the original plan and release inside +65700 ,,,,,1201050,,,,,,,,,,,,,,,"After all, releasing inside is the way to go!" +65800 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"Ch-Chii-chan! I'm going to release it now, inside Chii-\nchan's pussy!" +65900 ,,,,,1201050,,,,,,,,,,,,,,,"Saying that, I thrust deeply into Chii-chan." +66000 ,,,,,1201050,,千恵,Chie,100_SC00_c_181.wav,chie,,0,,,,,,,,"Nn, nn! O-Oi-chan... nn, I'll catch Oi- chan's semen in\nChii-chan's pussy...!!" +66100 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, in Chii-chan's here, her pussy, in this womb, drink it\nall up...!!" +66200 ,,,,,1201050,,千恵,Chie,100_SC00_c_182.wav,chie,,0,,,,,,,,"Nn ah, u, nn!!" +66300 ,,,,,1201050,,,,,,,,,,,,,,,Chii-chan just nods desperately. She's probably reaching her\nlimit. +66400 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, alright, it's coming, for Chii- chan, inside...\nreleasing inside!!" +66500 ,,,,,1201050,,千恵,Chie,100_SC00_c_183.wav,chie,,0,,,,,,,,"Fwah!? Ah! Oi-chan, your dick... it's hot... ah! Hyah,\naaaaaah!!" +66700 ,,,,,1201060,,,,,,,,,,,,,,,I thrust my penis deeply into Chii-chan and released\neverything I had been holding back inside her vagina. +66800 ,,,,,1201060,,,,,,,,,,,,,,,"Even though the head is being tightly squeezed, the pressure\ncan't match the force of my ejaculation." +66900 ,,,,,1201060,,,,,,,,,,,,,,,"Unlike the usual ejaculation that leads to a sudden sense of\nrelease, it was more like a slow seep, as if I was wetting\nmyself inside." +67000 ,,,,,1201060,,千恵,Chie,100_SC00_c_184.wav,chie,,0,,,,,,,,"O-Oi-chan... hyah, it's hot, Oi-chan's dick is hot... it\nfeels like I'm being peed on..." +67100 ,,,,,1201060,,主人公,Kiyoshi,,,,,,,,,,,,"It's not pee, it's semen... it's not as forceful as usual,\nbut ugh, there's still a lot..." +67200 ,,,,,1201060,,千恵,Chie,100_SC00_c_185.wav,chie,,0,,,,,,,,R-Really... it's spurting... just like Oi- chan's\nejaculation... +67300 ,,,,,1201060,,主人公,Kiyoshi,,,,,,,,,,,,"Look, it's flowing out from Chii-chan's pussy." +67400 ,,,,,1201060,,,,,,,,,,,,,,,My semen can't be contained in Chii-chan's small pussy and\nwomb. +67500 ,,,,,1201060,,,,,,,,,,,,,,,"With a slightly indecent sound, white liquid spurted out\nfrom the gap between Chii-chan's pussy and my penis." +67600 ,,,,,1201060,,千恵,Chie,100_SC00_c_186.wav,chie,,0,,,,,,,,"Nn ah, Oi-cha... my pussy feels weird..." +67700 ,,,,,1201060,,,,,,,,,,,,,,,"Perhaps unsettled by the sensation of being ejaculated\ninside for the first time, Chii- chan squirms. I hold her\nwaist and continue to ejaculate." +67800 ,,,,,1201060,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, oh, oh..." +67900 ,,,,,1201060,,,,,,,,,,,,,,,"Letting out a sound like a seal, I thrust my hips and\nejaculate into Chii-chan." +68000 ,,,,,1201060,,千恵,Chie,100_SC00_c_187.wav,chie,,0,,,,,,,,My stomach feels all gurgly... Oi-chan... +68100 ,,,,,1201060,,主人公,Kiyoshi,,,,,,,,,,,,"Huh, ugh... I think I've... let it all out..." +68200 ,,,,,1201060,,,,,,,,,,,,,,,"The throbbing of my penis was finally subsiding. Considering\nChii-chan's condition, I pulled out from Chii-chan's pussy." +68300 ,,,,,1201070,,,,,,,,,,,,,,,"Then, I wiped the semen that was still dripping around the\nbase of Chii-chan's pussy, near where her clitoris might be." +68500 ,,,,,1201070,,千恵,Chie,100_SC00_c_188.wav,chie,,0,,,,,,,,Hahyu...! +68600 ,,,,,1201070,,,,,,,,,,,,,,,"Then, Chii-chan's pussy opened slightly, and semen started\nto drip out little by little." +68700 ,,,,,1201070,,,,,,,,,,,,,,,"But that was only for a short while, as Chii- chan's pussy\ngradually began to tighten, and it spurted out my semen from\ninside." +68800 ,,,,,1201070,,,,,,,,,,,,,,,A large stain was left on the sheets. +68900 ,,,,,1201070,,主人公,Kiyoshi,,,,,,,,,,,,Semen backflow from the pussy... thank you for the meal! +69000 ,,,,,1201070,,,,,,,,,,,,,,,I couldn't help but put my hands together in gratitude\ntowards Chii-chan's pussy. +69100 ,$go join_1,,,,,,,,,,,,,,,,,,, +69200 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A A large amount on white skin +69300 ,,,,,1201050,,,,,,,,,,,,,,,"Suddenly wanting to cover Chii-chan in semen, I decided to\nchange my approach." +69400 ,,,,,1201050,,,,,,,,,,,,,,,"I thrust into Chii-chan's vagina a few times to build\nmomentum. Then, I memorized the sensation of her pussy." +69500 ,,,,,1201050,,,,,,,,,,,,,,,"With a slight feeling of reluctance, I pulled my penis out\nfrom Chii-chan's pussy." +69600 ,,,,,1201020,,千恵,Chie,100_SC00_c_189.wav,chie,,0,,,,,,,,"Huh, what...?" +69700 ,,,,,1201020,,,,,,,,,,,,,,,"Suddenly freed from my penis, Chii-chan looked puzzled." +69800 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan! I'm going to cover your body with Oji-san's\nsemen! Is that okay? +69900 ,,,,,1201020,,千恵,Chie,100_SC00_c_190.wav,chie,,0,,,,,,,,Eh? Weren't you going to come inside Chii- chan's pussy...? +70000 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"That's nice too, but I wanted you to be covered in Oji-san's\nnaughty liquid! Okay, Chii-chan, watch Oji-san's dick\nclosely...!" +70100 ,,,,,1201020,,千恵,Chie,100_SC00_c_191.wav,chie,,0,,,,,,,,O-Okay. +70200 ,,,,,1201020,,,,,,,,,,,,,,,"Chii-chan nodded, not understanding the sudden turn of\nevents." +70300 ,,,,,1201020,,,,,,,,,,,,,,,"Aiming for her stomach... or perhaps, truthfully, her cute\nface... I began to vigorously stroke my penis with my hand." +70400 ,,,,,1201020,,,,,,,,,,,,,,,"Recalling the sensation of Chii-chan's vagina from earlier,\nthe moment arrived quickly." +70500 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"Ch-Chii-chan, here comes the semen, f-fire!!" +70600 ,,,,,1201020,,千恵,Chie,100_SC00_c_192.wav,chie,,0,,,,,,,,Hyaaah!? +70800 ,,,,,1201071,,,,,,,,,,,,,,,"Sploosh, sploosh, sploosh!!" +70900 ,,,,,1201071,,,,,,,,,,,,,,,"Like water from a hose, a large amount of semen was\nsplattered onto Chii-chan. With great force, it hit its\ntarget, even reaching Chii-chan's face." +71000 ,,,,,1201071,,千恵,Chie,100_SC00_c_193.wav,chie,,0,,,,,,,,"Nnhya!? Oi-chan, ahh, it's hot, it's so sticky..." +71100 ,,,,,1201071,,,,,,,,,,,,,,,Chii-chan instinctively shielded her face with her hands.\nEven her small hands were splattered with semen. +71200 ,,,,,1201071,,,,,,,,,,,,,,,"I changed my aim to cover her entire body, spreading semen\non her chest and stomach." +71300 ,,,,,1201071,,千恵,Chie,100_SC00_c_194.wav,chie,,0,,,,,,,,Fuaa... Oi-chan's smell is so strong... +71400 ,,,,,1201071,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'm going to rub Oji-san's scent all over Chii-chan's\nbody!" +71500 ,,,,,1201071,,,,,,,,,,,,,,,It was almost like a claim of ownership. +71600 ,,,,,1201071,,,,,,,,,,,,,,,"After ejaculating all over Chii-chan's body, I rubbed the\ndripping semen onto the uterus drawn on her stomach. A place\nI hadn't released it today." +71700 ,,,,,1201071,,千恵,Chie,100_SC00_c_195.wav,chie,,0,,,,,,,,Hanyaa... Chii-chan is covered in Oi-chan's semen pack... +71800 ,,,,,1201071,,,,,,,,,,,,,,,Is 'pack' a cosmetic term? I wonder if Chii- chan knows\nabout such things. +71900 ,,,,,1201071,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan belongs to Oji-san, so I'm going to rub this\nstickiness and scent into you." +72000 ,,,,,1201071,,,,,,,,,,,,,,,"Saying that, I spread the scattered semen with my hand,\nrubbing it into her small, soft body." +72100 ,,,,,1201071,,千恵,Chie,100_SC00_c_196.wav,chie,,0,,,,,,,,"Since it's Oi-chan's smell, Chii-chan doesn't hate it, but\nit's going to smell..." +72200 ,,,,,1201071,,,,,,,,,,,,,,,Chii-chan said with a troubled expression. +72300 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +72400 ,$event_return,,,,,,,,,,,,,,,,,,, +72500 ,,,8,31,,,千恵,Chie,100_SC00_c_197.wav,"chie,nude",,34,,,,,,,,Auu... Chii-chan is tired... +72600 ,,,,,,,,,,chie,,34,,,,,,,,"Chii-chan, drenched in sweat, barely managed to say that." +72700 ,,,,,,,,,,chie,,34,,,,,,,,"Chii-chan sprawled on the futon, having used all her energy\non the erotic act, looked indecent and lewd." +72800 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,"Thank you, Chii-chan." +72900 ,,,,,,,,,,chie,,34,,,,,,,,I patted her head. There's no way I couldn't find Chii-chan\nadorable like this. +73000 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,"It must have hurt, right? You did well to endure it." +73100 ,,,,,,,千恵,Chie,100_SC00_c_198.wav,"chieL,nude",,22,,,,,,,,"...Yeah, Chii-chan did her best... ehehe." +73200 ,,,,,,,,,,chieL,,22,,,,,,,,Chii-chan squinted her eyes happily as she was patted. +73300 ,,,,,,,千恵,Chie,100_SC00_c_199.wav,chieL,,2,,,,,,,,"Hmm... Oi-chan, did Chii-chan do well?" +73400 ,,,,,,,主人公,Kiyoshi,,chieL,,2,,,,,,,,"Yeah, it felt really good, Chii-chan. It must have been\ntough since it was your first time." +73500 ,,,,,,,千恵,Chie,100_SC00_c_200.wav,chieL,,13,,,,,,,,Oi-chan's penis was really big... +73600 ,,,,,,,,,,chieL,,13,,,,,,,,"Yeah, maybe so." +73700 ,,,,,,,主人公,Kiyoshi,,chieL,,13,,,,,,,,"But Oji-san wanted to have sex with Chii- chan. Now we're\nlovers, right?" +73800 ,,,,,,,千恵,Chie,100_SC00_c_201.wav,chieL,,6,,,,,,,,L-lovers with Oi-chan? Ahh... Chii-chan feels embarrassed. +73900 ,,,,,,,,,,chieL,,6,,,,,,,,"Even so, Chii-chan looked happy. I patted her even more\nvigorously." +74000 ,,,,,,,千恵,Chie,100_SC00_c_202.wav,chieL,,6,,,,,,,,Ehehe... +74100 ,,,,,,,,,,chieL,,6,,,,,,,,"Seeing that smile made my penis erect again, but I\ndesperately held back the urge." +74200 ,,,,,,,,,,chieL,,6,,,,,,,,"Ah... but still, I took Chii-chan's virginity! With this\npenis!!" +74300 ,,,,,,,,,,chieL,,6,,,,,,,,"As my proud penis stood tall, joy welled up inside me." +74400 ,,,,,,,,,,chieL,,6,,,,,,,,"From now on, I'll get even closer and more intimate with\nChii-chan!!" +74500 ,,,0,9000,,,,,,,,,,,,,,,, +74700 ,@101_SC01,,,,,,,,,,,,,,,,,,, +74900 ,,,,,,,,,,,,,,,,,,,, +75000 ,,,5,11,,,主人公,Kiyoshi,,,,,,,,,,,,Ahh! What a nice day! +75100 ,,,,,,,,,,,,,,,,,,,,"Even though there's almost no difference in temperature\nbetween yesterday and today, and the weather is the same,\nthe world looks different!" +75200 ,,,,,,,,,,,,,,,,,,,,"Yeah, today is a good day." +75300 ,,,,,,,,,,,,,,,,,,,,"After all, I had sex with Chii-chan yesterday. I took her\nvirginity!" +75400 ,,,,,,,,,,,,,,,,,,,,And she even wants to make me her husband! +75500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I can have sex as much as I want legally! +75600 ,,,,,,,,,,,,,,,,,,,,...Legally? +75700 ,,,,,,,,,,,,,,,,,,,,"Well, let's not worry about that." +75800 ,,,,,,,,,,,,,,,,,,,,"Of course, I'll do it today too! After all, I'm her husband!" +75900 ,,,,,,,,,,,,,,,,,,,,"It's summer vacation, so we can have sex from morning till\nnight. Even after summer vacation ends, we can do it after\nschool." +76000 ,,,,,,,,,,,,,,,,,,,,It's not that the world looks different; the world has\nchanged! +76100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...But as an adult, I should calm down a bit." +76200 ,,"",,,,,,,,,,,,,,,,,,"Komako-chan is sharp when it comes to Chii- chan, and Tenka-\nchan seems more mature than the two of them, so I have to be\ncareful not to get noticed." +76400 ,,,,21,,,コマコ,Komako,101_SC01_k_000.wav,"komako,private",,0,,,,,,,,"Hello, Oji-san!" +76500 ,,,,,,,甜花,Tenka,101_SC01_t_000.wav,komako,,0,,,,"tenka,privateB",,0,,Phew... Hello. +76600 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,tenka,,0,,"Ah, all three of you came... wait, where's Chii-chan?" +76700 ,,,,,,,甜花,Tenka,101_SC01_t_001.wav,komako,,0,,,,tenka,,3,,"Chii? ...Hmm, over there." +76800 ,,,,,,,,,,,,,,,,,,,,"When Tenka-chan turned around, Chii-chan came a little\nlater." +76900 ,,,,,,,,,,,,,,,,,,,,"Usually, she runs in and is the first to enter the shop...\nIt's rare for this to happen." +77000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Good morning, Chii-chan." +77100 ,,,,,,,千恵,Chie,101_SC01_c_000.wav,,,,"chie,private",,5,,,,,"G-Good morning, Oji-chan." +77200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,Hmm? What's wrong? You seem a bit down. Can you work today? +77300 ,,,,,,,千恵,Chie,101_SC01_c_001.wav,,,,chie,,13,,,,,"I'm fine, I'm fine! I'm okay, Oji-chan!" +77400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,13,,,,,But... +77500 ,,,,,,,,,,,,,chie,,13,,,,,"When Chii-chan, who's always so energetic, is like this, I\nget really worried." +77600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,13,,,,,Are you really okay? +77700 ,,,,,,,千恵,Chie,101_SC01_c_002.wav,,,,chie,,13,,,,,Yeah! +77800 ,,,,,,,,,,,,,chie,,13,,,,,"...Well, her response is good, so I don't think it's\nheatstroke or an illness." +77900 ,,,,,,,コマコ,Komako,101_SC01_k_001.wav,komako,,14,,,,,,,,Chii-chan said something feels weird around her lower\nstomach. +78000 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,Around her lower stomach? +78100 ,,,,,,,,,,komako,,14,,,,,,,,...Ah! I see! +78200 ,,,,,,,,,,komako,,14,,,,,,,,"She lost her virginity, so she might feel a bit strange." +78300 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,... +78400 ,,,,,,,,,,komako,,14,,,,,,,,Hehehe... The realization that I had sex with Chii-chan is\nsinking in more and more. +78500 ,,,,,,,甜花,Tenka,101_SC01_t_002.wav,,,,,,,tenka,,17,,"...! O-Oji-san, that's sexual harassment!" +78600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,17,,Huh? Did I do something? +78700 ,,,,,,,甜花,Tenka,101_SC01_t_003.wav,,,,,,,tenka,,37,,You're grinning while looking at Chii... +78800 ,,,,,,,コマコ,Komako,101_SC01_k_002.wav,komako,,37,,,,,,,,I think that's just how he always is... +78900 ,,,,,,,千恵,Chie,101_SC01_c_003.wav,,,,chie,,13,,,,,"Haha, that's true!" +79000 ,,,,,,,,,,,,,,,,,,,,......I didn't realize my grin was showing on my face. +79100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Huh? But if I'm always grinning, it shouldn't count as\nsexual harassment, right...?" +79200 ,,,,,,,コマコ,Komako,101_SC01_k_003.wav,komako,,17,,,,,,,,That's true... +79300 ,,,,,,,甜花,Tenka,101_SC01_t_004.wav,komako,,17,,,,tenka,,16,,"Come on, Komako... We learned about this in health class." +79400 ,,,,,,,コマコ,Komako,101_SC01_k_004.wav,komako,,3,,,,tenka,,16,,...? +79500 ,,,,,,,,,,komako,,3,,,,tenka,,16,,Komako-chan made a thoughtful gesture. +79600 ,,,,,,,コマコ,Komako,101_SC01_k_005.wav,komako,,4,,,,tenka,,16,,...Ah! +79700 ,,,,,,,,,,komako,,16,,,,tenka,,16,,"As if realizing something, she glanced at Chii-chan's crotch\narea." +79800 ,,,,,,,千恵,Chie,101_SC01_c_004.wav,komako,,16,chie,,3,tenka,,16,,...? +79900 ,,,,,,,コマコ,Komako,101_SC01_k_006.wav,komako,,16,chie,,3,tenka,,16,,"Chii-chan, did you bleed or anything?" +80000 ,,,,,,,千恵,Chie,101_SC01_c_005.wav,komako,,16,chie,,4,tenka,,16,,"Bleed? ...K-Koma-chan, how do you know!? Only Oji-chan\nknows!" +80100 ,,,,,,,主人公,Kiyoshi,,komako,,16,,,,tenka,,16,,Wait! Chii-chan!? +80200 ,,,,,,,甜花,Tenka,101_SC01_t_005.wav,,,,,,,tenka,,17,,Why does Oji-san know about Chii!? +80300 ,,,,,,,,,,,,,,,,,,,,"No way, there's no way our sex would be found out." +80400 ,,,,,,,,,,,,,,,,,,,,"Wait a minute... She mentioned health class, maybe she\nthinks it's about periods or something." +80500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"N-No, that's not it! There's no way Oji-san would know about\nthat!" +80600 ,,,,,,,,,,,,,,,,,,,,...What should I do about this? +80700 ,,,,,,,甜花,Tenka,101_SC01_t_006.wav,,,,,,,"tenkaL,privateB",,17,,"Oji-san, you're the worst." +80800 ,,,,,,,コマコ,Komako,101_SC01_k_007.wav,"komakoL,private",,17,,,,,,,,You have no delicacy. +80900 ,,,,,,,千恵,Chie,101_SC01_c_006.wav,,,,"chieL,private",,23,,,,,...? +81000 ,,,,,,,,,,,,,,,,,,,,Uuuu... Tenka-chan and Komako-chan hate me now. +81100 ,,,,,,,,,,,,,,,,,,,,"It's fine, it's fine, I still have Chii-chan." +81300 ,,,8,,,,,,,,,,,,,,,,,"Well, it's about time for Komako-chan and Tenka-chan to head\nhome." +81400 ,,,,,,,,,,,,,,,,,,,,I'll have Chii-chan stay a little longer. +81500 ,,,,,,,,,,,,,,,,,,,,"Of course, the purpose is... hehehe." +81600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Chii-chan. Could you stay a little longer today?" +81700 ,,,,,,,千恵,Chie,101_SC01_c_007.wav,chie,,20,,,,,,,,Overtime? Sure! +81800 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"Yeah, thanks. I'm looking forward to it." +81900 ,,,,,,,千恵,Chie,101_SC01_c_008.wav,chie,,21,,,,,,,,Hmm? Looking forward to it? +82000 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"You know, like we did yesterday? I'm counting on you today\ntoo." +82100 ,,,,,,,千恵,Chie,101_SC01_c_009.wav,chie,,24,,,,,,,,Ah... +82200 ,,,,,,,,,,chie,,24,,,,,,,,Chii-chan furrowed her brows slightly. +82300 ,,,,,,,千恵,Chie,101_SC01_c_010.wav,chie,,14,,,,,,,,"Hmm, maybe I can't do overtime today after all." +82400 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,What!? You just said it was fine. +82500 ,,,,,,,千恵,Chie,101_SC01_c_011.wav,chie,,13,,,,,,,,Chii-chan made a mistake. I can't today. +82600 ,,,,,,,主人公,Kiyoshi,,chie,,13,,,,,,,,"...Hmm, I was thinking of giving you a special bonus though." +82700 ,,,,,,,千恵,Chie,101_SC01_c_012.wav,chie,,29,,,,,,,,...Special? ...Ugh. +82800 ,,,,,,,千恵,Chie,101_SC01_c_013.wav,chie,,15,,,,,,,,But... Oji-chan's dick... it hurts. +82900 ,,,,,,,主人公,Kiyoshi,,chie,,15,,,,,,,,Huh? +83000 ,,,,,,,千恵,Chie,101_SC01_c_014.wav,chie,,5,,,,,,,,"Oji-chan, you're going to do the same thing to Chii-chan as\nyesterday, right?" +83100 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,Y-Yeah. That's the plan. +83200 ,,,,,,,千恵,Chie,101_SC01_c_015.wav,chie,,14,,,,,,,,...I really don't want to. +83300 ,,,,,,,,,,chie,,14,,,,,,,,"Ah, I guess her first time was painful." +83400 ,,,,,,,,,,chie,,14,,,,,,,,"It was her first time, and with such a tight little pussy,\nit's no wonder." +83600 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Well, once you get used to it, it feels really good, you\nknow?" +83800 ,,,,,,,千恵,Chie,101_SC01_c_016.wav,chie,,25,,,,,,,,"Sorry, Oji-chan. Chii-chan really doesn't like the pain." +84000 ,,,,,,,,,,chie,,34,,,,,,,,"Hmm, if she says she doesn't want to, then it can't be\nhelped. I want to have fun with Chii-chan, but I don't want\nto force her if she doesn't like it." +84200 ,,,,,,,,,,chie,,34,,,,,,,,"I want Chii-chan to become my bride, after all." +84300 ,,,,,,,,,,chie,,34,,,,,,,,"That said, I don't want her to refuse intimacy forever." +84400 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,"Alright, Chii-chan. Let's not do it today." +84500 ,,,,,,,千恵,Chie,101_SC01_c_018.wav,chie,,25,,,,,,,,"Sorry, Oji-chan." +84600 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,It's okay. But could you come a little earlier tomorrow? +84700 ,,,,,,,千恵,Chie,101_SC01_c_019.wav,chie,,9,,,,,,,,"...? Sure, but we're not doing what we did yesterday, right?" +84800 ,,,,,,,主人公,Kiyoshi,,chie,,9,,,,,,,,Of course not. Do you think Oji-chan would do something\nChii-chan doesn't like? +84900 ,,,,,,,千恵,Chie,101_SC01_c_020.wav,chie,,3,,,,,,,,"No, Oji-chan is on Chii-chan's side, so I don't think you\nwould." +85000 ,,,,,,,,,,chie,,3,,,,,,,,"Sorry, but Oji-chan is on the side of his own desires, so he\nmight do it." +85100 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,See? So I won't. +85200 ,,,,,,,千恵,Chie,101_SC01_c_021.wav,chie,,0,,,,,,,,Okay! Then I'll come a little earlier tomorrow. +85300 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,Yeah. +85400 ,,,,,,,千恵,Chie,101_SC01_c_022.wav,chie,,1,,,,,,,,I'll let Komako-chan and Tenka-chan know that I'll be going\nahead. +85500 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Yeah, thanks." +85600 ,,,,,,,千恵,Chie,101_SC01_c_023.wav,chie,,20,,,,,,,,"Bye, Oji-chan!" +85700 ,,,,21,,,,,,,,,,,,,,,,"Waving her hand energetically, she left the shop." +85900 ,,,,9000,,,,,,,,,,,,,,,,"In the end, that day, Chii-chan left the shop with Komako-\nchan and Tenka-chan." +86000 ,,,,,,,,,,,,,,,,,,,,"Hmm, even though I can legally have sex with Chii-chan,\nthere are such obstacles." +86100 ,,,,,,,,,,,,,,,,,,,,I have to do something about it. +86300 ,,,15,33,,,,,,,,,,,,,,,,"At night, for Chii-chan's pussy, I was searching for\nsomething." +86400 ,,,,,,,,,,,,,,,,,,,,"Uh, most of the tools should be in the closet." +86500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Alright! Found it. +86600 ,,,,,,,,,,,,,,,,,,,,"With this, I can surely manage something!" +86700 ,,,,,,,,,,,,,,,,,,,,Now for the power... +86800 ,,,,,,,,,,,,,,,,,,,,――Vvvvvvvvvv +86900 ,,,,,,,,,,,,,,,,,,,,The egg-shaped pink tool vibrated weakly. +87000 ,,"",,,,,主人公,Kiyoshi,,,,,,,,,,,,I can't wait for tomorrow... hehehe. +87400 ,,,6,41,,,,,,,,,,,,,,,,"The next day, as promised, Chii-chan came early, and I\nguided her to the room for now." +87500 ,,,,,,,千恵,Chie,101_SC01_c_024.wav,"chie,privateB",,3,,,,,,,,Rotor? +87600 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Yes, it's a rotor." +87700 ,,,,,,,,,,chie,,3,,,,,,,,I placed the pink rotor I found yesterday in Chii-chan's\npalm. +87800 ,,,,,,,千恵,Chie,101_SC01_c_025.wav,chie,,1,,,,,,,,"Hmm... oh, string candy?" +87900 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,No... look. +88000 ,,,,,,,,,,chie,,1,,,,,,,,――Vvvvv... Vvvvv... Vvvvv +88100 ,,"",,,,,千恵,Chie,101_SC01_c_026.wav,chie,,4,,,,,,,,Wah!? It vibrated... +88200 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,Right? We're going to put this in Chii- chan's pussy. +88300 ,,,,,,,千恵,Chie,101_SC01_c_027.wav,chie,,24,,,,,,,,"Eh~ In my pussy? ...Why, uncle?" +88400 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"See, it's smaller than uncle's dick, right?" +88500 ,,,,,,,千恵,Chie,101_SC01_c_028.wav,chie,,23,,,,,,,,"Yeah, it's small." +88600 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"It'll fit, right? If you put this in, it'll make it easier\nfor the dick to go in." +88700 ,,,,,,,千恵,Chie,101_SC01_c_029.wav,chie,,3,,,,,,,,R-Really? +88800 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Yes, it massages your pussy with this vibration." +88900 ,,,,,,,千恵,Chie,101_SC01_c_030.wav,chie,,4,,,,,,,,"Ah! When mom is tired, she uses a massager! The one that\nvibrates." +89000 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"See? Just like loosening up your shoulders, it loosens up\nChii-chan's pussy." +89100 ,,,,,,,千恵,Chie,101_SC01_c_031.wav,chie,,1,,,,,,,,So that's why it vibrates? +89200 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,That's right. +89300 ,,,,,,,千恵,Chie,101_SC01_c_032.wav,chie,,21,,,,,,,,"I see, next time I'll use the rotor on mom too." +89400 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,Chii-chan. This is a special massager for your crotch. It's\ndifferent from what your mom uses. +89500 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"And you must never use this word outside, okay?" +89600 ,,,,,,,千恵,Chie,101_SC01_c_033.wav,chie,,3,,,,,,,,Hmm? Hmm... okay. +89700 ,,,,,,,,,,chie,,3,,,,,,,,...That was close. Being too honest can be a problem. +89800 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Shall we try putting it in your pussy? It's much smaller\nthan uncle's dick, so it should be fine, right?" +90200 ,,,,,,,千恵,Chie,101_SC01_c_035.wav,chie,,23,,,,,,,,"Yeah, that might be okay. Um... how do I put it in?" +90300 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,Uncle will do it for you. +90500 ,,,,,,,,,,,,,,,,,,,,I lifted Chii-chan's skirt and pulled her panties down to\nher knees. +90600 ,,,,,,,,,,,,,,,,,,,,In front of me appeared Chii-chan's tight pussy... +90700 ,,,,,,,,,,,,,,,,,,,,"To think it was inside such a small place... Hmm, it's quite\nmoving." +90800 ,,,,,,,千恵,Chie,101_SC01_c_036.wav,"chieL,privateB",,5,,,,,,,,Uncle... what's wrong? +90900 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,"No, it's nothing." +91000 ,,,,,,,,,,,,,,,,,,,,"Even though it's a rotor, it won't easily fit into such a\nsmall pussy." +91100 ,,,,,,,,,,,,,,,,,,,,Let's apply a little lotion. +91200 ,,,,,,,千恵,Chie,101_SC01_c_037.wav,,,,,,,,,,,Nn... +91400 ,,,,,,,,,,,,,,,,,,,,I pressed the now slippery rotor against the entrance of her\npussy. +91500 ,,,,,,,,,,,,,,,,,,,,"Once the center of the rotor, the thickest part, was buried,\nit slid inside without any resistance." +91700 ,,,,41,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, it's in, Chii-chan." +91800 ,,,,,,,千恵,Chie,101_SC01_c_038.wav,"chieL,privateB",,3,,,,,,,,Huh? Really? It doesn't feel that strange. +91900 ,,,,,,,主人公,Kiyoshi,,chieL,,3,,,,,,,,That's how you get used to it. +92000 ,,,,,,,千恵,Chie,101_SC01_c_039.wav,chieL,,4,,,,,,,,I see. +92200 ,,,,,,,主人公,Kiyoshi,,chieL,,4,,,,,,,,"Oh, it's about time for work. Komako-chan and the others\nwill come too, shall we head back to the shop?" +92300 ,,,,,,,千恵,Chie,101_SC01_c_040.wav,chieL,,0,,,,,,,,Yeah! +92400 ,,,,,,,,,,,,,,,,,,,,"And so, Chii-chan and I returned to the shop as usual." +92500 ,,,,,,,,,,,,,,,,,,,,"The only difference was that Chii-chan had a rotor inside\nher pussy, and I had its remote control in my pocket." +92600 ,,,,,,,,,,,,,,,,,,,,Hehehe... when should I turn it on? +92800 ,,,,21,,,コマコ,Komako,101_SC01_k_008.wav,"komako,privateC",,4,,,,"tenka,private",,0,,"Ah, Chii-chan." +92900 ,,,,,,,甜花,Tenka,101_SC01_t_007.wav,komako,,4,,,,tenka,,0,,You were in the back. +93000 ,,,,,,,千恵,Chie,101_SC01_c_041.wav,,,,chie,,1,,,,,"Koma-chan, Tenka-chan! Welcome!" +93100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Welcome, both of you." +93200 ,,,,,,,甜花,Tenka,101_SC01_t_008.wav,,,,,,,tenka,,3,,"Chii, you came so early, what were you doing?" +93300 ,,,,,,,千恵,Chie,101_SC01_c_042.wav,,,,chie,,21,,,,p,"Well, you see, with Oii-chan――" +↓,,,,,,,千恵,Chie,101_SC01_c_042a.wav,,,,chie,,26,,,,,Ngh! +93400 ,,,,,,,,,,,,,,,,,,,,"――With a buzzing sound, Chii-chan's body trembled." +93500 ,,,,,,,,,,,,,,,,,,,,"Of course, it was because I turned on the rotor switch." +93600 ,,,,,,,千恵,Chie,101_SC01_c_043.wav,,,,"chieL,privateB",,26,,,,,"Kyaa... ah, ah...!" +93700 ,,,,,,,コマコ,Komako,101_SC01_k_009.wav,komako,,4,,,,,,,,"...? Chii-chan, what's wrong?" +93800 ,,"",,,,,千恵,Chie,101_SC01_c_044.wav,komako,,14,chie,,4,,,,,"Fwaa, um... well... my stomach feels really... huh? It's\nnothing." +93900 ,,,,,,,,,,komako,,14,chie,,4,,,,,I turn off the switch. +94000 ,,,,,,,千恵,Chie,101_SC01_c_045.wav,,,,chie,,9,,,,,Why is Chii-chan's stomach feeling fine? +94100 ,,,,,,,甜花,Tenka,101_SC01_t_009.wav,,,,chie,,9,tenka,,7,,"If it's nothing, then it's fine." +94200 ,,,,,,,千恵,Chie,101_SC01_c_046.wav,,,,chie,,27,tenka,,7,,Hmm? +94300 ,,,,,,,,,,,,,,,,,,,,"Chii-chan was rubbing her stomach, but she didn't seem\nparticularly different," +94400 ,,,,,,,千恵,Chie,101_SC01_c_047.wav,,,,chie,,0,,,,,"Yeah, that's right." +94500 ,,,,,,,,,,,,,chie,,0,,,,,"she said, smiling as usual." +94600 ,,,,,,,,,,,,,,,,,,,,"Hmm, she's reacting so much, this is interesting." +94700 ,,,,,,,,,,,,,,,,,,,,"Alright, one more time." +94800 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,0,tenka,,0,,"Okay, since we have customers coming, can everyone help with\nthe cleaning? If it gets really clean, I'll throw in some\nice cream as a bonus." +94900 ,,,,,,,コマコ,Komako,101_SC01_k_010.wav,komako,,0,chie,,0,tenka,,0,,Got it. +95000 ,,,,,,,甜花,Tenka,101_SC01_t_010.wav,komako,,0,chie,,0,tenka,,1,,Okay. +95100 ,,,,,,,千恵,Chie,101_SC01_c_048.wav,komako,,0,chie,,1,tenka,,1,p,"Ice cream! Yeah! Alright, Chii-chan will do her best..." +↓,,,,,,,千恵,Chie,101_SC01_c_048a.wav,komako,,0,chie,,26,tenka,,1,,Uuungh!? +95200 ,,"",,,,,,,,komako,,0,chie,,26,tenka,,1,,I turned the switch on for just a moment with a stronger\nsetting. +95300 ,,,,,,,コマコ,Komako,101_SC01_k_011.wav,komako,,3,chie,,26,tenka,,1,,"Chii-chan, what was that response just now?" +95400 ,,,,,,,甜花,Tenka,101_SC01_t_011.wav,komako,,3,chie,,26,tenka,,30,,It felt kind of weird... +95500 ,,,,,,,千恵,Chie,101_SC01_c_049.wav,komako,,3,chie,,25,tenka,,30,,...? ...? It felt like I put strength in a weird part of my\nstomach. +95600 ,,,,,,,コマコ,Komako,101_SC01_k_012.wav,komako,,23,chie,,25,tenka,,30,,"Chii-chan, are you holding it in for the bathroom?" +95700 ,,,,,,,千恵,Chie,101_SC01_c_050.wav,komako,,23,chie,,14,tenka,,30,,"Eh... I'm not, though." +95800 ,,,,,,,,,,komako,,23,chie,,14,tenka,,30,,All three of them have big question marks above their heads. +95900 ,,,,,,,,,,komako,,23,chie,,14,tenka,,30,,"Hehe, they're so cute." +96100 ,,,,,,,甜花,Tenka,101_SC01_t_012.wav,,,,,,,tenka,,27,,Alright... alright. +96200 ,,,,,,,,,,,,,,,,,,,,"Despite the heat, the three of them are diligently cleaning,\nmaking the store look nice." +96300 ,,,,,,,,,,,,,,,,,,,,Small trash and dirt are surprisingly easy to overlook on\nyour own. +96400 ,,,,,,,コマコ,Komako,101_SC01_k_013.wav,komako,,1,,,,,,,,"Over here, I'm done sweeping." +96500 ,,,,,,,甜花,Tenka,101_SC01_t_013.wav,,,,,,,tenka,,1,,"I'm done here too, so Chii, bring the dustpan." +96600 ,,,,,,,千恵,Chie,101_SC01_c_051.wav,,,,chie,,21,tenka,,1,p,Okay. Chii-chan will bring the dustpan... +↓,,,,,,,千恵,Chie,101_SC01_c_051a.wav,,,,chie,,26,tenka,,1,,Fwaa!? Y-yeah! +96700 ,,,,,,,,,,,,,chie,,26,tenka,,1,,"Once again, I turn on the rotor at a stronger setting." +96800 ,,,,,,,甜花,Tenka,101_SC01_t_014.wav,,,,chie,,26,tenka,,4,,W-what? Do you not like the dustpan? +96900 ,,,,,,,千恵,Chie,101_SC01_c_052.wav,,,,chie,,15,tenka,,4,,"N-no... it's not that, um... huff... hiyu." +97000 ,,"",,,,,,,,,,,chie,,15,tenka,,4,,"A strange sound, like 'vununununu,' can be heard from around\nChii-chan's crotch." +97100 ,,,,,,,,,,,,,chie,,15,tenka,,4,,"Well, it's a sound only noticeable to someone who knows it's\nthere." +97200 ,,,,,,,千恵,Chie,101_SC01_c_053.wav,,,,chie,,13,tenka,,4,,"Sorry, Tenka-chan... Chii-chan doesn't know where the\ndustpan is." +97300 ,,,,,,,甜花,Tenka,101_SC01_t_015.wav,,,,chie,,13,tenka,,3,,Isn't it in the cleaning supplies cabinet? +97400 ,,,,,,,千恵,Chie,101_SC01_c_054.wav,,,,chie,,16,tenka,,3,,Nn... ah... I think... I think it's in there... +97500 ,,,,,,,甜花,Tenka,101_SC01_t_016.wav,,,,chie,,16,tenka,,23,,...? +97600 ,,,,,,,甜花,Tenka,101_SC01_t_017.wav,,,,chie,,16,tenka,,32,,T-then... I'll go get it. +97700 ,,,,,,,,,,,,,chie,,16,,,,,"Tenka-chan, with a puzzled expression, went to get the\ndustpan." +97800 ,,,,,,,コマコ,Komako,101_SC01_k_014.wav,komako,,3,chie,,16,,,,,Chii-chan? ...Are you okay? +97900 ,,,,,,,千恵,Chie,101_SC01_c_055.wav,komako,,3,chie,,3,,,,,"Ah... Komako-chan. You know, Chii-chan's stomach is... huh?" +98000 ,,,,,,,千恵,Chie,101_SC01_c_056.wav,komako,,3,chie,,3,,,,,...It's nothing. +98100 ,,,,,,,コマコ,Komako,101_SC01_k_015.wav,komako,,23,chie,,3,,,,,...? +98200 ,,,,,,,,,,komako,,23,chie,,3,,,,,"Haha, they're puzzled, they're puzzled." +98300 ,,,,,,,,,,komako,,23,chie,,3,,,,,"Alright, the reveal is still a bit away." +98500 ,,,,,,,コマコ,Komako,101_SC01_k_016.wav,komako,,21,,,,,,,,Mister. I won this. +98600 ,,,,,,,,,,komako,,21,,,,,,,,Komako-chan comes over to me holding the stick from the ice\ncream she just ate. +98700 ,,,,,,,,,,komako,,21,,,,,,,,"Hmm, a beautiful girl's ice cream stick... how wonderful." +98800 ,,,,,,,,,,komako,,21,,,,,,,,"Well, putting that aside." +98900 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,,,,,"Oh! Congratulations... wait, that's amazing. Isn't this the\nthird time you've won today?" +99000 ,,,,,,,コマコ,Komako,101_SC01_k_017.wav,komako,,1,,,,,,,,"Yeah, somehow I'm really lucky today." +99100 ,,,,,,,主人公,Kiyoshi,,komako,,1,,,,,,,,"You're not cheating, right?" +99200 ,,,,,,,コマコ,Komako,101_SC01_k_018.wav,komako,,10,,,,,,,,I'm not. I don't even want to eat any more ice cream. +99300 ,,,,,,,,,,komako,,10,,,,,,,,"Well, even in summer, if you've already eaten three, that's\nunderstandable." +99400 ,,,,,,,主人公,Kiyoshi,,komako,,10,,,,,,,,"Alright, alright. It doesn't have to be today, but what do\nyou want to do?" +99500 ,,,,,,,コマコ,Komako,101_SC01_k_019.wav,komako,,21,,,,,,,,I'll exchange it because I'll definitely lose the stick.\nThen I'll give it to Chii- chan. +99600 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,,,,,"I see. Well then, here's the exchange." +99700 ,,,,,,,,,,komako,,21,,,,,,,,"With that, Komako-chan ran over to Chii-chan." +99800 ,,,,,,,コマコ,Komako,101_SC01_k_020.wav,komako,,21,,,,,,,,"Chii-chan, a little gift." +99900 ,,,,,,,千恵,Chie,101_SC01_c_057.wav,komako,,21,chie,,4,,,,,"Huh? Is it okay, Komako-chan!" +100000 ,,,,,,,コマコ,Komako,101_SC01_k_021.wav,komako,,1,chie,,4,,,,,"Yeah, because I won." +100100 ,,,,,,,千恵,Chie,101_SC01_c_058.wav,komako,,1,chie,,1,,,,,"Yay! Thank you, Komako-chan." +100200 ,,,,,,,コマコ,Komako,101_SC01_k_022.wav,komako,,21,chie,,1,,,,,Yeah. +100300 ,,,,,,,,,,komako,,21,chie,,1,,,,,"Chii-chan had a delighted expression, while Komako-chan wore\na satisfied smile." +100400 ,,,,,,,,,,komako,,21,chie,,1,,,,,"Hmm, what a beautiful scene." +100500 ,,,,,,,,,,komako,,21,chie,,1,,,,,"Chii-chan opened the ice cream wrapper, took it in her hand,\nand brought it to her mouth to eat." +100600 ,,,,,,,,,,komako,,21,chie,,1,,,,,"―But at that moment, I flipped the switch." +100700 ,,,,,,,千恵,Chie,101_SC01_c_059.wav,komako,,21,chie,,21,,,,p,Itadakima-... +↓,,,,,,,千恵,Chie,101_SC01_c_059a.wav,komako,,21,chie,,24,,,,,Shuu!? +100800 ,,,,,,,コマコ,Komako,101_SC01_k_023.wav,komako,,4,chie,,24,,,,,Ah. +100900 ,,,,,,,,,,komako,,4,chie,,24,,,,,―Splash! The ice cream fell to the ground. +101000 ,,,,,,,,,,komako,,4,chie,,24,,,,,It seems the rotor's stimulation made her lose her grip. +101100 ,,,,,,,千恵,Chie,101_SC01_c_060.wav,komako,,4,chie,,14,,,,,Ah... aaa... no way... +101200 ,,,,,,,,,,komako,,4,chie,,14,,,,,"Chii-chan knelt down, staring at the fallen ice cream." +101300 ,,,,,,,コマコ,Komako,101_SC01_k_024.wav,komako,,23,chie,,14,,,,,"I just cleaned, so... the three-second rule, it's okay." +101400 ,,,,,,,千恵,Chie,101_SC01_c_061.wav,komako,,23,chie,,16,,,,,...If it's the part that didn't touch the ground... huff...\nnngh. +101500 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,16,,,,,"No, you really shouldn't do that." +101600 ,,,,,,,千恵,Chie,101_SC01_c_062.wav,komako,,23,chie,,26,,,,,"U-uh... the ice cream, the ice cream... uuu... nngh...\nhuff... hiyu... n, n, n, ahh..." +101700 ,,"",,,,,千恵,Chie,101_SC01_c_063.wav,komako,,23,chie,,26,,,,,Faaah! Aah... it feels so good... aah... +101800 ,,,,,,,コマコ,Komako,101_SC01_k_025.wav,komako,,14,chie,,26,,,,,"Uncle, Chii-chan is crying." +101900 ,,,,,,,主人公,Kiyoshi,,komako,,14,chie,,26,,,,,"Yeah, she is." +102000 ,,,,,,,,,,komako,,14,chie,,26,,,,,"Actually, she's not crying, she's moaning." +102200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,It seems like we have a lot of customers today. +102300 ,,,,,,,甜花,Tenka,101_SC01_t_018.wav,,,,,,,tenka,,3,,It looks like there's a baseball game or something. +102400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"Oh, now that you mention it, I heard that from a neighbor." +102500 ,,,,,,,,,,,,,,,,,,,,"Apparently, there's a practice match for youth baseball.\nLooking closely, there are many boys with shaved heads, so\nthat's it." +102600 ,,,,,,,,,,,,,,,,,,,,Hmm. If I activate it in front of people... I wonder how\nChii-chan will react? +102700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan. +102800 ,,,,,,,千恵,Chie,101_SC01_c_064.wav,chie,,3,,,,,,,,"What is it, Uncle?" +102900 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"It's fine here, so could you do some calling out in front of\nthe store?" +103000 ,,,,,,,千恵,Chie,101_SC01_c_065.wav,chie,,1,,,,,,,,"Okay, got it." +103100 ,,,,,,,,,,chie,,1,,,,,,,,Chii-chan runs to the front of the store. +103200 ,,,,11,,,千恵,Chie,101_SC01_c_066.wav,chieL,,1,,,,,,,,Welcome! We have cold drinks and ice cream! +103300 ,,,,,,,,,,chieL,,1,,,,,,,,"Yes, yes, that's a good vibe." +103400 ,,,,,,,,,,chieL,,1,,,,,,,,"Then, some boys around Chii-chan's age appear." +103500 ,,,,,,,少年A,Boy A,,chieL,,1,,,,,,,,"Huh? Chii, what are you doing with all that stuff?" +103600 ,,,,,,,千恵,Chie,101_SC01_c_067.wav,chieL,,21,,,,,,,,"Oh, welcome! Chii-chan is working part-time here." +103700 ,,,,,,,少年B,Boy B,,chieL,,21,,,,,,,,Part-time? Is that okay? +103800 ,,,,,,,千恵,Chie,101_SC01_c_068.wav,chieL,,20,,,,,,,p,"Yeah, Chii-chan and Uncle are close, so it's fine..." +↓,,,,,,,千恵,Chie,101_SC01_c_068a.wav,chieL,,24,,,,,,,,Hnngh!? +104000 ,,,15,,1210000,,少年A,Boy A,,,,,,,,,,,,W-what's wrong? +104100 ,,,,,1210000,,千恵,Chie,101_SC01_c_069.wav,chie,,0,,,,,,,,Ah... it's nothing... nngh... ah... ahh... +104200 ,,,,,1210000,,少年B,Boy B,,,,,,,,,,,,I don't get it. +104300 ,,,,,1210000,,千恵,Chie,101_SC01_c_070.wav,chie,,0,,,,,,,,Augh... nngh! Ahh... ugh... uuuu... +104400 ,,,,,1210000,,少年A,Boy A,,,,,,,,,,,,Are you feeling sick or something? +104500 ,*mem,,,,1210000,,,,,,,,,,,,,,, +104600 ,,,15,,1210000,,千恵,Chie,101_SC01_c_071.wav,chie,,0,,,,,,,,"Ha... uuuu, nngh, nngh, nngh! Ahh... my pussy..." +104700 ,,,,,1210000,,少年B,Boy B,,,,,,,,,,,,Huh? What? Chii... did you just say something dirty? +104800 ,,,,,1210000,,少年A,Boy A,,,,,,,,,,,,"Y-you said it, right?" +104900 ,,,,,1210000,,千恵,Chie,101_SC01_c_072.wav,chie,,0,,,,,,,,I... I didn't say it? Chii-chan hasn't come yet. +105000 ,,,,,1210000,,少年A,Boy A,,,,,,,,,,,,W-what!? +105100 ,,,,,1210000,,少年B,Boy B,,,,,,,,,,,,Isn't she doing something dirty? +105300 ,,"",,,1210010,,,,,,,,,,,,,,,Switch off. +105400 ,,,,,1210010,,千恵,Chie,101_SC01_c_073.wav,chie,,0,,,,,,,,"Huh? ...Ah, n-nothing's wrong." +105500 ,,,,,1210010,,少年B,Boy B,,,,,,,,,,,,Huh? W-what... nothing's wrong? +105600 ,,,,,1210010,,千恵,Chie,101_SC01_c_074.wav,chie,,0,,,,,,,,...Ah. +105800 ,,,,,1210000,,,,,,,,,,,,,,,Switch on. +105900 ,,,,,1210000,,千恵,Chie,101_SC01_c_075.wav,chie,,0,,,,,,,,"Nnnngh! Ah, ha... hnnngh." +106000 ,,,,,1210000,,少年A,Boy A,,,,,,,,,,,,"W-what's with you, it's creepy!" +106100 ,,,,,1210000,,少年B,Boy B,,,,,,,,,,,,Let's go. +106200 ,,,,,1210000,,,,,,,,,,,,,,,"The boys, a bit put off, entered the store avoiding Chii-\nchan." +106300 ,,,,,1210000,,千恵,Chie,101_SC01_c_076.wav,chie,,0,,,,,,,,Ah... ah... uuuu... my crotch... it feels tingly. +106400 ,,,,,1210000,,,,,,,,,,,,,,,"Hehe, it seems she's starting to feel it." +106500 ,,,,,1210000,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, are you okay?" +106600 ,,,,,1210000,,千恵,Chie,101_SC01_c_077.wav,chie,,0,,,,,,,,"...Um, Uncle. ...Can I stop calling out now?" +106700 ,,,,,1210000,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? What's wrong? +106800 ,,,,,1210000,,千恵,Chie,101_SC01_c_078.wav,chie,,0,,,,,,,,Uh... um... Chii-chan is a bit tired. +106900 ,,,,,1210000,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, but we just started, you know." +107000 ,,,,,1210000,,千恵,Chie,101_SC01_c_079.wav,chie,,0,,,,,,,,Uuuuuuu~~... but... +107100 ,,,,,1210000,,主人公,Kiyoshi,,,,,,,,,,,,How about we take a break after calling in three more\npeople? +107200 ,,"",,,1210000,,千恵,Chie,101_SC01_c_080.wav,chie,,0,,,,,,,,"Uh... okay. Yawn, ah... nnn." +107400 ,,,,,1210010,,,,,,,,,,,,,,,"And with that, I turn off the switch." +107500 ,,,,,1210010,,千恵,Chie,101_SC01_c_081.wav,chie,,0,,,,,,,,...Ah? ...Did it stop? +107600 ,,,,,1210010,,,,,,,,,,,,,,,"Ah, she's so cute, saying it so honestly." +107700 ,,,,,1210010,,千恵,Chie,101_SC01_c_082.wav,chie,,0,,,,,,,,Alright then. Welcome! +107800 ,,,,,1210010,,,,,,,,,,,,,,,"Okay, this time I'll set the vibration to the minimum..." +107900 ,,,,,1210010,,千恵,Chie,101_SC01_c_083.wav,chie,,0,,,,,,,,Huh? ...Hmm... what is this? +108000 ,,,,,1210010,,,,,,,,,,,,,,,Let's see how she reacts to a barely noticeable stimulation. +108300 ,,,,,1210000,,,,,,,,,,,,,,,"It's been several minutes since then, but no customers have\ncome by." +108400 ,,"",,,1210000,,千恵,Chie,101_SC01_c_084.wav,chie,,0,,,,,,,,W-Welcome... how about it? +108500 ,,,,,1210000,,,,,,,,,,,,,,,"Meanwhile, Chii-chan's rotor was still vibrating." +108600 ,,,,,1210000,,,,,,,,,,,,,,,"Well, it's set to weak, so it should be fine, but her face\nis a bit flushed." +108700 ,,,,,1210000,,,,,,,,,,,,,,,"Moreover, Chii-chan is slightly pigeon-toed and fidgeting a\nlittle." +108800 ,,,,,1210000,,,,,,,,,,,,,,,"Hmm, seeing her pose like that makes my crotch fidget too." +109000 ,,"",,,1210010,,千恵,Chie,101_SC01_c_085.wav,chie,,0,,,,,,,,Ah! W-Welcome! +109100 ,,,,,1210010,,少年A,Boy A,,,,,,,,,,,,Huh? We're just leaving though? +109200 ,,,,,1210010,,千恵,Chie,101_SC01_c_086.wav,chie,,0,,,,,,,,"Oh, I see... Chii-chan made a mistake. B-Bye-bye!" +109300 ,,,,,1210010,,,,,,,,,,,,,,,"Chii-chan tries to wave lightly at the two boys, but her\nhand doesn't quite rise and hovers around her crotch." +109400 ,,,,,1210010,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, Chii-chan. Saying bye-bye... that's not right for a\nstore, is it?" +109600 ,,,,,1210000,,千恵,Chie,101_SC01_c_087.wav,chie,,0,,,,,,,,"Oh, right... thank you... nnnngh!" +109700 ,,,,,1210000,,,,,,,,,,,,,,,"As a bit of a punishment, I turned the rotor's vibration up\nto medium." +109800 ,,,,,1210000,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, Chii-chan, you have to say 'thank you very much'\ntoo." +109900 ,,,,,1210000,,,,,,,,,,,,,,,Then. +110000 ,,,,,1210000,,千恵,Chie,101_SC01_c_088.wav,chie,,0,,,,,,,,Ahh... uuuuuuu~~! Thank you very muuuuuch! +110100 ,,,,,1210000,,少年B,Boy B,,,,,,,,,,,,Uh... isn't that kinda weird? +110300 ,,,,,1210010,,千恵,Chie,101_SC01_c_089.wav,chie,,0,,,,,,,,I-I don't think it's weird... nngh! Nnngh! Ahhhhhh! +110400 ,,,,,1210010,,少年B,Boy B,,,,,,,,,,,,"No, it's super weird." +110500 ,,,,,1210010,,,,,,,,,,,,,,,"The boys seemed put off by the situation, furrowing their\nbrows and slowly backing away." +110600 ,,,,,1210010,,千恵,Chie,101_SC01_c_090.wav,chie,,0,,,,,,,,Auuu... it's vibrating... +110700 ,,,,,1210010,,少年A,Boy A,,,,,,,,,,,,"Well, whatever. See ya, Chii!" +110800 ,,,,,1210010,,,,,,,,,,,,,,,"Saying that, the boy gave Chii-chan a pat on the shoulder." +111000 ,,,,,1210000,,千恵,Chie,101_SC01_c_091.wav,chie,,0,,,,,,,,"Fuwa... ah, ahhhh! Ahhhh!" +111100 ,,,,,1210000,,,,,,,,,,,,,,,"Chii-chan shivered several times, then curled up tightly." +111200 ,,,,,1210000,,少年A,Boy A,,,,,,,,,,,,W-What's up with that? +111300 ,,,,,1210000,,千恵,Chie,101_SC01_c_092.wav,chie,,0,,,,,,,,Ah... auuuuuu... it's not... +111400 ,,,,,1210000,,,,,,,,,,,,,,,...Huh? What was that reaction? +111500 ,,"",,,1210000,,千恵,Chie,101_SC01_c_093.wav,chie,,0,,,,,,,,Ahh... ahh... ahh... fuah... ahhhhhhh... +111700 ,,,,,1210040,,,,,,,,,,,,,,,――Chorororororo +111800 ,,,,,1210040,,千恵,Chie,101_SC01_c_094.wav,chie,,0,,,,,,,,Uuu... s-stop it... +111900 ,,,,,1210040,,少年A,Boy A,,,,,,,,,,,,Huh? ...Gah! ...Chii's peeing herself! +112000 ,,,,,1210040,,主人公,Kiyoshi,,,,,,,,,,,,What!? +112100 ,,,,,1210040,,,,,,,,,,,,,,,Ohhh! Chii-chan's wetting scene! What a treat! +112200 ,,,,,1210040,,,,,,,,,,,,,,,"She's trembling so cutely, it's making me almost leak too!" +112300 ,,,,,1210040,,,,,,,,,,,,,,,"...No, this has gone too far!" +112400 ,,,,,1210040,,千恵,Chie,101_SC01_c_095.wav,chie,,0,,,,,,,,"Huff, huff... uuuuuuu!" +112500 ,,,,,1210040,,,,,,,,,,,,,,,"Chii-chan is breathing heavily, trying to stop peeing, but\nthe yellow stream spilling from her panties mercilessly runs\ndown her legs." +112600 ,,,,,1210040,,,,,,,,,,,,,,,――Chorororororo +112700 ,,,,,1210040,,千恵,Chie,101_SC01_c_096.wav,chie,,0,,,,,,,,N-No... Chii-chan's having an accident... +112800 ,,,,,1210040,,,,,,,,,,,,,,,"Well, she already is." +112900 ,,,,,1210040,,,,,,,,,,,,,,,"As I hurriedly tried to stand up, the rotor's switch seemed\nto have turned to maximum." +113000 ,,,,,1210040,,,,,,,,,,,,,,,――Vvvvvvvvvvvvvvv! +113100 ,,,,,1210040,,千恵,Chie,101_SC01_c_097.wav,chie,,0,,,,,,,,Ahhh! Fwaaaaaa! Ah!? Auuuuuu! +113200 ,,"",,,1210040,,,,,,,,,,,,,,,Chii-chan's hips shook violently as she sprayed pee. +113300 ,,,,,1210040,,,,,,,,,,,,,,,"I hurriedly stopped the rotor, but it was already too\nlate..." +113500 ,,,,,1210050,,千恵,Chie,101_SC01_c_098.wav,chie,,0,,,,,,,,Ah... aaaaaa... it's coming out... all of Chii-chan's pee... +113600 ,,,,,1210050,,,,,,,,,,,,,,,"As if something had burst, she drooled tears and pee,\nshaking her hips repeatedly." +113700 ,,,,,1210050,,,,,,,,,,,,,,,"Oh! What an erotic movement! If we weren't outside, I'd be\nmasturbating!" +113800 ,,,,,1210050,,,,,,,,,,,,,,,――Shhhhhhhhhhh! Splash splash splash splash! +113900 ,,,,,1210050,,,,,,,,,,,,,,,"A yellow stream spilled from her panties, splashing onto the\nground." +114000 ,,,,,1210050,,少年A,Boy A,,,,,,,,,,,,Whoa! That's gross! +114100 ,,,,,1210050,,少年B,Boy B,,,,,,,,,,,,"Ew! Chii, what are you doing!?" +114200 ,,,,,1210050,,千恵,Chie,101_SC01_c_099.wav,chie,,0,,,,,,,,Ahhh... fwaa... uuuu... don't look... +114300 ,,,,,1210050,,,,,,,,,,,,,,,"She tried hard to stop peeing, but it soaked into the\nclothes she grabbed, turning them yellow." +114400 ,,,,,1210050,,千恵,Chie,101_SC01_c_100.wav,chie,,0,,,,,,,,Ahh... ahh... ugh... uaaaa... +114500 ,,,,,1210050,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan! Are you okay!? +114600 ,,,,,1210050,,千恵,Chie,101_SC01_c_101.wav,chie,,0,,,,,,,,O-ojichan... I wet myself... it came out... all of Chii-\nchan's pee came out... all of it... +114700 ,,,,,1210050,,千恵,Chie,101_SC01_c_102.wav,chie,,0,,,,,,,,Ugh... sniff... outside... in front of the boys... I peed... +114800 ,,,,,1210050,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, don't cry, okay? Calm down." +114900 ,,,,,1210050,,少年A,Boy A,,,,,,,,,,,,Ew! That's gross! You're not supposed to pee anywhere but\nthe toilet! +115000 ,,,,,1210050,,少年B,Boy B,,,,,,,,,,,,"Chii, you're still wetting yourself at your age!?" +115100 ,,,,,1210050,,主人公,Kiyoshi,,,,,,,,,,,,Hey! Stop that! +115200 ,,,,,1210050,,千恵,Chie,101_SC01_c_103.wav,chie,,0,,,,,,,,Sniff... uaaaaaa! Uwaaaaa! +115300 ,,,,,1210050,,,,,,,,,,,,,,,"Oh no, she's started crying!" +115500 ,,,,11,,,甜花,Tenka,101_SC01_t_019.wav,,,,,,,"tenka,private",,10,,Hey boys! Get out of here! +115600 ,,,,,,,少年A,Boy A,,,,,,,,tenka,,10,,"Whoa! Adachi, what are you doing!?" +115700 ,,,,,,,,,,,,,,,,tenka,,10,,"Tenka-chan, who was putting away cleaning tools, seemed to\nnotice the commotion and confronted the boys with a broom." +115800 ,,,,,,,甜花,Tenka,101_SC01_t_020.wav,,,,,,,tenka,,31,,Just go away! Boys who watch this are perverts! +115900 ,,,,,,,少年B,Boy B,,,,,,,,tenka,,31,,"Shut up, you hag!" +116000 ,,,,,,,少年A,Boy A,,,,,,,,tenka,,31,,Let's get out of here before we catch pee germs! +116100 ,,,,,,,少年B,Boy B,,,,,,,,tenka,,31,,"Yeah! If we stay close, we'll turn yellow too!" +116200 ,,,,,,,甜花,Tenka,101_SC01_t_021.wav,,,,,,,tenka,,10,,"Are you stupid!? If you're leaving, then hurry up and go!" +116300 ,,,,,,,,,,,,,,,,tenka,,10,,"The boys, perhaps intimidated by Tenka-chan's forcefulness,\nleft the store while grumbling." +116400 ,,,,,,,コマコ,Komako,101_SC01_k_026.wav,"komako,privateC",,32,,,,,,,,"...Chii-chan, are you okay?" +116500 ,,,,,,,千恵,Chie,101_SC01_c_104.wav,komako,,32,"chie,privateB",,34,,,,,Uwaaaaaa! Ahhh! Sniff... ueeeee! +116600 ,,,,,,,コマコ,Komako,101_SC01_k_027.wav,komako,,32,chie,,34,,,,,Do you want to use a handkerchief? +116700 ,,,,,,,千恵,Chie,101_SC01_c_105.wav,komako,,32,chie,,8,,,,,If the boys find out... uwaaa... they'll give me a weird\nnickname at school from tomorrow! +116800 ,,,,,,,,,,komako,,32,chie,,8,,,,,Ah... kids around this age tend to do that when something\nlike this happens. +116900 ,,,,,,,甜花,Tenka,101_SC01_t_022.wav,,,,chie,,8,tenka,,30,,"Chii... it's okay, we're on your side!" +117000 ,,,,,,,コマコ,Komako,101_SC01_k_028.wav,komako,,14,chie,,8,,,,,"Yeah, don't worry about it." +117100 ,,,,,,,千恵,Chie,101_SC01_c_106.wav,komako,,14,chie,,34,,,,,But... sniff... ueeeee! +117200 ,,,,,,,主人公,Kiyoshi,,komako,,14,chie,,34,,,,,"It's okay, Chii-chan. Look, it's still summer vacation.\nThere's no school tomorrow." +117300 ,,,,,,,甜花,Tenka,101_SC01_t_023.wav,,,,,,,"tenkaL,private",,10,,"Uncle, that's not the point." +117400 ,,,,,,,コマコ,Komako,101_SC01_k_029.wav,"komakoL,privateC",,30,,,,,,,,...There's still radio exercises and stuff. +117500 ,,,,,,,千恵,Chie,101_SC01_c_107.wav,,,,chie,,34,,,,,"If... if the boys see me at the store... they'll definitely,\ndefinitely say something..." +117600 ,,,,11,,,,,,,,,chie,,34,,,,,"...Ugh, I tried to comfort her, but it seems I said\nsomething off the mark." +117800 ,,,,9000,,,,,,,,,,,,,,,,"In the end, I had Komako-chan and Tenka-chan go home, and I\nguided Chii-chan to her room." +117900 ,,,,,,,,,,,,,,,,,,,,"I wish I had spare panties at my house, but no matter how\nmuch of a pervert I am, I don't have those." +118100 ,,,,31,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Chii-chan. Let's wash your underwear and clothes,\nokay?" +118200 ,,,,,,,千恵,Chie,101_SC01_c_108.wav,chie,,34,,,,,,,,Y-Yeah... sniff... but Chii-chan... can't go home naked... +118300 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,Then let's just wash your panties. They'll dry quickly. +118400 ,,,,,,,千恵,Chie,101_SC01_c_109.wav,chie,,34,,,,,,,,Okay... +118700 ,,,,,,,,,,chie,,34,,,,,,,,Chii-chan slipped her hand under her dress and took off her\npanties. +118900 ,,,,,,,,,,chie,,34,,,,,,,,"Seeing her clutching her soaking wet panties and crying, my\nheart aches, even though it's my fault." +119000 ,,,,,,,,,,chie,,34,,,,,,,,"...First, I need to comfort her." +119100 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,"Alright, Chii-chan. I'll take out the rotor for you, so come\nsit on my lap." +119200 ,,,,,,,千恵,Chie,101_SC01_c_110.wav,chie,,34,,,,,,,,...Okay. +119400 ,,,10,,1211000,,,,,,,,,,,,,,,"Chii-chan, covered in pee, sat on my lap on the sofa." +119500 ,,,,,1211000,,,,,,,,,,,,,,,"Hmm, I thought she stopped crying, but she still doesn't\nsound cheerful." +119900 ,,,,,1211000,,主人公,Kiyoshi,,,,,,,,,,,,"If you don't wipe properly, it'll get itchy, so leave it to\nme." +120000 ,,,,,1211000,,千恵,Chie,101_SC01_c_111.wav,chie,,0,,,,,,,,...Okay. +120100 ,,,,,1211000,,,,,,,,,,,,,,,"Hmm, she still doesn't seem cheerful." +120200 ,,,,,1211000,,,,,,,,,,,,,,,"If always energetic Chii-chan is like this, the other two\nwill worry too, so I want to cheer her up somehow." +120300 ,,,,,1211000,,,,,,,,,,,,,,,"Let's try this," +120400 ,,,,,1211000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, Chii-chan. Accidents like this happen all the\ntime." +120500 ,,,,,1211000,,千恵,Chie,101_SC01_c_112.wav,chie,,0,,,,,,,,"...No, they don't." +120600 ,,,,,1211000,,主人公,Kiyoshi,,,,,,,,,,,,"They do, they do. Even I wet myself often, even until I was\nolder." +120700 ,,,,,1211000,,千恵,Chie,101_SC01_c_113.wav,chie,,0,,,,,,,,...Really? +120800 ,,,,,1211000,,,,,,,,,,,,,,,Chii-chan turned her face towards me. +120900 ,,,,,1211000,,主人公,Kiyoshi,,,,,,,,,,,,"It's true, Chii-chan. If you cried over something like this,\nI'd have to cry even more, you know?" +121000 ,,,,,1211000,,千恵,Chie,101_SC01_c_114.wav,chie,,0,,,,,,,,Does that mean you did it when you were older than Chii-\nchan? +121100 ,,,,,1211000,,主人公,Kiyoshi,,,,,,,,,,,,"That's right... When was the last time? Hmm, maybe the day\nbefore yesterday?" +122500 ,,,,,1211000,,,,,,,,,,,,,,,"It was a silly dad joke, but I think Chii- chan's expression\nsoftened." +122600 ,,,,,1211000,,,,,,,,,,,,,,,"After all, Chii-chan is best when she's cheerful." +122700 ,,,,,1211000,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to take it out from inside your pussy, okay?" +123000 ,,,,,1211000,,,,,,,,,,,,,,,I slowly pulled the cord of the pink rotor. +123200 ,,,,,1211010,,,,,,,,,,,,,,,"But it didn't come out completely, and the egg-shaped part\npeeked out slightly." +123300 ,,,,,1211010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, does it hurt?" +123500 ,,,,,1211010,,,,,,,,,,,,,,,"Even though I should be comforting Chii-chan, seeing the\nrotor half out and glistening made my cock start to grow." +123800 ,,,,,1211010,,千恵,Chie,101_SC01_c_127.wav,chie,,0,,,,,,,,Ugh... Uncle... it feels weird. +123900 ,,,,,1211010,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? What kind of feeling? +124000 ,,,,,1211010,,千恵,Chie,101_SC01_c_128.wav,chie,,0,,,,,,,,Like when I wet myself... a tingling feeling. +124100 ,,,,,1211010,,主人公,Kiyoshi,,,,,,,,,,,,"I'll try to take it out slowly, can you hold on a bit\nlonger?" +124200 ,,,,,1211010,,千恵,Chie,101_SC01_c_130.wav,chie,,0,,,,,,,,Uh... okay. +124300 ,,,,,1211010,,,,,,,,,,,,,,,"Hearing her weak response, I slowly and gently pulled the\nrotor's cord." +124400 ,,,,,1211010,,千恵,Chie,101_SC01_c_136.wav,chie,,0,,,,,,,,Ah... ugh... ha... +124500 ,,,,,1211010,,,,,,,,,,,,,,,A heated sigh escaped from Chii-chan's lips. +124600 ,,,,,1211010,,,,,,,,,,,,,,,Maybe Chii-chan is feeling it... I thought as I pulled the\nrotor cord more firmly. +124700 ,,,,,1211010,,千恵,Chie,101_SC01_c_143.wav,chie,,0,,,,,,,,Nngh! The entrance... it's tingling. +124900 ,,,,,1211020,,,,,,,,,,,,,,,――Squelch! +125000 ,,,,,1211020,,千恵,Chie,101_SC01_c_135.wav,chie,,0,,,,,,,,Ugh... nngh... +130200 ,,,,,1211030,,,,,,,,,,,,,,,I placed the removed rotor aside and took a tissue to wipe\nChii-chan's pussy. +130300 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, Chii-chan..." +130400 ,,,,,1211030,,千恵,Chie,101_SC01_c_148.wav,chie,,0,,,,,,,,It's because Uncle was playing with the rotor. +130500 ,,,,,1211030,,,,,,,,,,,,,,,"Hearing the energy return to Chii-chan's voice, I also felt\nmy usual self returning." +130600 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,"Eh, really? Is that all? Chii-chan's pussy isn't wet from\npee, it's from something naughty and slippery." +131100 ,,,,,1211030,,千恵,Chie,101_SC01_c_150.wav,chie,,0,,,,,,,,...Really? +131200 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,"See, can you feel how soft Chii-chan's pussy is?" +131300 ,,,,,1211030,,,,,,,,,,,,,,,"As I wiped away the pee and love juices, I gently stimulated\nher pussy." +131400 ,,,,,1211030,,千恵,Chie,101_SC01_c_151.wav,chie,,0,,,,,,,,Nn... Uncle... it tickles. +131500 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,"Does it tickle? But a little while ago, it might have felt\npainful." +131600 ,,,,,1211030,,千恵,Chie,101_SC01_c_152.wav,chie,,0,,,,,,,,"Oh, really?" +131700 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,"So, Chii-chan, can I check if my cock can go in?" +131800 ,,,,,1211030,,,,,,,,,,,,,,,"I pressed the tip of my dick against her pussy, wet with pee\nand love juices." +131900 ,,,,,1211030,,千恵,Chie,101_SC01_c_153.wav,chie,,0,,,,,,,,"Uncle, are you sure it won't hurt?" +132000 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,It should be better than last time. +132100 ,,,,,1211030,,千恵,Chie,101_SC01_c_154.wav,chie,,0,,,,,,,,Eh... last time it really hurt a lot. +132200 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, it's okay! That's why we practiced, right? See,\njust a little at a time." +132300 ,,,,,1211030,,,,,,,,,,,,,,,I slowly pushed my hips into Chii-chan. +132500 ,,,,,1211040,,千恵,Chie,101_SC01_c_155.wav,chie,,0,,,,,,,,Uu... nn... +132600 ,,,,,1211040,,,,,,,,,,,,,,,"Even though I said that, it's still her second time with a\nloli pussy." +132700 ,,,,,1211040,,,,,,,,,,,,,,,It's so tight that it stops at a shallow part. +132800 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, does it seem okay to put it in like this?" +132900 ,,,,,1211040,,千恵,Chie,101_SC01_c_156.wav,chie,,0,,,,,,,,Y-yeah... I think it's okay. It feels like it'll slide in\njust like this. +133000 ,,,,,1211040,,,,,,,,,,,,,,,"Indeed, once the tip gets through, it seems like it'll work\nout somehow." +133100 ,,,,,1211040,,,,,,,,,,,,,,,"Yeah, yeah, the practice with the vibrator paid off." +133200 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, here we go." +133300 ,,,,,1211040,,千恵,Chie,101_SC01_c_157.wav,chie,,0,,,,,,,,Nnuh! ...Ah! It slid in! +133400 ,,,,,1211040,,,,,,,,,,,,,,,The thickest part passed through the entrance and slid into\nthe depths of her pussy. +133500 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, it's true..." +133600 ,,,,,1211040,,千恵,Chie,101_SC01_c_158.wav,chie,,0,,,,,,,,Ha... fuaa~... +133700 ,,,,,1211040,,,,,,,,,,,,,,,Chii-chan smiled happily at that and let out a sigh of\nrelief. +133800 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,Does it hurt? +133900 ,,,,,1211040,,千恵,Chie,101_SC01_c_159.wav,chie,,0,,,,,,,,N-no... it doesn't hurt much today. +134000 ,,,,,1211040,,,,,,,,,,,,,,,"Inside Chii-chan is already slippery, so it probably doesn't\nhurt." +134100 ,,,,,1211040,,千恵,Chie,101_SC01_c_160.wav,chie,,0,,,,,,,,Could it be... Uncle's dick got smaller? +134200 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,I-I don't think so? +134300 ,,,,,1211040,,,,,,,,,,,,,,,"If that's the case, it would hurt my feelings instead..." +134400 ,,,,,1211040,,,,,,,,,,,,,,,"I'm at the age where my functions might decline, so I'm\nsensitive to those words." +134500 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'm going to move, Chii-chan." +134600 ,,,,,1211040,,千恵,Chie,101_SC01_c_161.wav,chie,,0,,,,,,,,"Y-yeah. Just a little at a time, okay?" +134700 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,Got it. Here we go. +134800 ,,,,,1211040,,千恵,Chie,101_SC01_c_162.wav,chie,,0,,,,,,,,"Ugh... ah, fua... ah, ah... kuh, fu... nnngh!" +134900 ,,,,,1211040,,,,,,,,,,,,,,,"She's making noises with just a little movement, but I\nwonder if it still hurts... or if she's feeling it." +135000 ,,,,,1211040,,,,,,,,,,,,,,,"She doesn't have much experience, so it could be the former,\nbut since she's had the vibrator in for a while, it might be\nthe latter." +135100 ,,,,,1211040,,,,,,,,,,,,,,,Alright! Let's assume it's the latter and keep moving! +135200 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... phew. +135300 ,,,,,1211040,,千恵,Chie,101_SC01_c_163.wav,chie,,0,,,,,,,,Ahh... Uncle... ahh... nn... ugh... my vagina feels all\ntingly? +135400 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,Oh... that's the result of our training! You're feeling the\ndick. +135500 ,,,,,1211040,,千恵,Chie,101_SC01_c_164.wav,chie,,0,,,,,,,,"I-is that so? You know, I felt something like this when I\npeed too." +135600 ,,,,,1211040,,,,,,,,,,,,,,,"I see, she was feeling it with the vibrator too." +135700 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll move faster to make Chii-chan feel even better,\nokay?" +135800 ,,,,,1211040,,千恵,Chie,101_SC01_c_165.wav,chie,,0,,,,,,,,"Yeah, if it feels good, then it's fine. Go for it, Uncle!" +135900 ,,,,,1211040,,,,,,,,,,,,,,,What a straightforward girl. +136000 ,,,,,1211040,,,,,,,,,,,,,,,"Alright, as requested, let's move my hips and make Chii-chan\nfeel good!" +136100 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Here we go! Hup, hup!" +136200 ,,,,,1211050,,千恵,Chie,101_SC01_c_166.wav,chie,,0,,,,,,,,"Hau, fua, ahh! Ahh, ooh! Uncle's dick... it's hitting my\npussy, ahhh!" +136300 ,,,,,1211050,,千恵,Chie,101_SC01_c_167.wav,chie,,0,,,,,,,,"Hya, han... han! ...Ahh, ahh... fua, ahhhh!" +136400 ,,,,,1211050,,,,,,,,,,,,,,,"Naturally, the movements became faster, and a different\nsound from the moans began to reach my ears." +136500 ,,,,,1211050,,,,,,,,,,,,,,,"This slurping sound, as expected." +136600 ,,,,,1211050,,千恵,Chie,101_SC01_c_168.wav,chie,,0,,,,,,,,Ah... Chii-chan's pussy... even though I'm not peeing... it\nsounds like I'm peeing... fuaaah! +136700 ,,,,,1211050,,千恵,Chie,101_SC01_c_169.wav,chie,,0,,,,,,,,"Hnn! Nnuh, nn! Fua... hau...! Hyann! It's splashing!\nNaaahhh!" +136800 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,That's the juice that comes out when it feels good. +136900 ,,,,,1211050,,千恵,Chie,101_SC01_c_170.wav,chie,,0,,,,,,,,"Ah, ah, ah, ah...! U-Uncle... Uncle...!" +137000 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? What's wrong? +137100 ,,,,,1211040,,千恵,Chie,101_SC01_c_171.wav,chie,,0,,,,,,,,S-something... Chii-chan's pussy... it feels all tingly...\nmy legs feel like they're going to stretch out. +137200 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, it seems like you're feeling it. Does it feel good?" +137300 ,,,,,1211040,,千恵,Chie,101_SC01_c_172.wav,chie,,0,,,,,,,,"I-I don't know, but... my legs and butt are moving on their\nown!" +137400 ,,,,,1211050,,千恵,Chie,101_SC01_c_173.wav,chie,,0,,,,,,,,Fua...! Uwaaah... nnuh! Nnuh! ...It's twitching. +137500 ,,,,,1211050,,,,,,,,,,,,,,,"Yeah, she doesn't seem to be in pain, so I don't need to\nhold back." +137600 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then. I'll make you feel even better, okay?" +137700 ,,,,,1211040,,千恵,Chie,101_SC01_c_174.wav,chie,,0,,,,,,,,Eh? B-but... +137800 ,,,,,1211040,,,,,,,,,,,,,,,"I arched my back and lifted Chii-chan's body, thrusting in\nall at once." +137900 ,,,,,1211050,,千恵,Chie,101_SC01_c_175.wav,chie,,0,,,,,,,,"Nnuh!? Fuaaah!? U-Uncle...! Ah, ahh! It's going into the\nbaby's room!" +138000 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Whoa! Chii-chan's pussy is so tight! +138100 ,,,,,1211050,,千恵,Chie,101_SC01_c_176.wav,chie,,0,,,,,,,,"Nnuh, au, fwaaah! Uncle's dick is spreading Chii-chan's\npussy..." +138200 ,,,,,1211050,,千恵,Chie,101_SC01_c_177.wav,chie,,0,,,,,,,,"Nnuh! Ah, ah, ahhhh! Deep inside Chii- chan... haun." +138300 ,,,,,1211050,,,,,,,,,,,,,,,Chii-chan's pussy is squeezing my dick so tightly it feels\nlike it might tear it off. +138400 ,,,,,1211050,,,,,,,,,,,,,,,"It's stimulating all the way to the back of the head, and\ninside her pussy, there's no room left at all." +138500 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Kuu... +138600 ,,,,,1211050,,千恵,Chie,101_SC01_c_178.wav,chie,,0,,,,,,,,"Uuu... Uncle's dick... it's hitting all the good spots, you\nknow?" +138700 ,,,,,1211050,,千恵,Chie,101_SC01_c_179.wav,chie,,0,,,,,,,,"Ah, nooo, my pussy, nnngh! It's twitching... fuaaah! It's\nhappening... nnngh!" +138800 ,,,,,1211050,,,,,,,,,,,,,,,"On top of that, it's moving so vigorously... for such a\nsmall girl, what an erotic pussy movement!" +138900 ,,,,,1211050,,,,,,,,,,,,,,,"When it moves, the stimulation is so intense that my vision\nstarts to flicker." +139000 ,,,,,1211050,,,,,,,,,,,,,,,"I almost came, but... if Chii-chan, who's only on her second\ntime, makes me come first, I'd lose a bit of confidence." +139100 ,,,,,1211040,,千恵,Chie,101_SC01_c_180.wav,chie,,0,,,,,,,,"Nn, ah, ah! Uncle...! This... deep... it's tapping my tummy!" +139200 ,,,,,1211040,,千恵,Chie,101_SC01_c_181.wav,chie,,0,,,,,,,,"Is it... deeper than before... like Uncle said... is it\nentering the baby's room? Nngh! Fu, faaah! Ahhh...!" +139300 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm... it might be entering, you know?" +139400 ,,,,,1211040,,千恵,Chie,101_SC01_c_182.wav,chie,,0,,,,,,,,"Fuaa! Ah, ahh! Nnf... u, fuuu! No, no... Uncle, it feels\ngood! Ah, ahhh!" +139500 ,,,,,1211040,,,,,,,,,,,,,,,"Her love juices are flowing out, making it look like she\nhasn't wiped after peeing." +139600 ,,,,,1211040,,,,,,,,,,,,,,,"Ah, to be like this on her second time having sex, I'm\nreally looking forward to the future." +139700 ,,,,,1211050,,千恵,Chie,101_SC01_c_183.wav,chie,,0,,,,,,,,"Ahhh! Inside... inside...! Push deeper...! Ha, ahhh!\nUncle... hafu!" +139800 ,,,,,1211050,,千恵,Chie,101_SC01_c_184.wav,chie,,0,,,,,,,,"Hahyu, hauu... Chii-chan's pussy, just like when I peed\nearlier... it's tingling." +139900 ,,,,,1211050,,千恵,Chie,101_SC01_c_185.wav,chie,,0,,,,,,,,Hauu... auuuuu! Auuuu! No... if you move your dick like\nthat... nngh! Hyann! Ahhh... ahn! Haaaah! +140000 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Is it twitching? +140100 ,,,,,1211040,,千恵,Chie,101_SC01_c_186.wav,chie,,0,,,,,,,,Yeah... yeah! My pussy... it's twitching! +140200 ,,,,,1211040,,千恵,Chie,101_SC01_c_187.wav,chie,,0,,,,,,,,"Naa! Fuaa, hyaa, ah, ah! Just now, it twitched, ha, uf...\nnn!" +140300 ,,,,,1211040,,,,,,,,,,,,,,,"Thanks to the rotor that was in the whole time, she was all\nset. Chii-chan looks like she's about to come any moment." +140400 ,,,,,1211040,,,,,,,,,,,,,,,"As for me, ever since I saw Chii-chan's peeing scene, I've\nbeen dying to release." +140500 ,,,,,1211040,,,,,,,,,,,,,,,"Alright, let's gradually increase the speed... there." +140600 ,,,,,1211040,,千恵,Chie,101_SC01_c_188.wav,chie,,0,,,,,,,,"Ah, ah...! O-uncle's dick... no... fuaa... au! ...Ah!?\nNnngh!" +140700 ,,,,,1211040,,千恵,Chie,101_SC01_c_189.wav,chie,,0,,,,,,,,"Fuwaaaa! T-today feels so good, nnnngh! Yaaa!" +140800 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Not just today, uncle's dick always feels good, right? It's\nbecause Chii-chan is getting used to being naughty." +140900 ,,,,,1211040,,千恵,Chie,101_SC01_c_190.wav,chie,,0,,,,,,,,Nnngh! Hafu! R-really? +141000 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, if we keep doing it more and more, it'll feel\neven better, okay?" +141100 ,,,,,1211040,,千恵,Chie,101_SC01_c_191.wav,chie,,0,,,,,,,,"Really? Nn... nnngh, then, then Chii-chan will try her best\nto get used to it, okay?" +141200 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then uncle will help you too." +141300 ,,,,,1211040,,千恵,Chie,101_SC01_c_192.wav,chie,,0,,,,,,,,Yeah! Auuu! Nnngh faaah! It's coming in deep! +141400 ,,,,,1211040,,,,,,,,,,,,,,,"As I gently explain to Chii-chan, I thrust deeply, and Chii-\nchan arches her body greatly." +141500 ,,,,,1211050,,千恵,Chie,101_SC01_c_193.wav,chie,,0,,,,,,,,Ahh... kuaah! Fuaaah! Nhaa! Ahh! Something's coming out! +141700 ,,,,,1211050,,,,,,,,,,,,,,,"Watching the love juices squirt out in front of me, I\ncontinue to thrust deeply." +141800 ,,,,,1211050,,千恵,Chie,101_SC01_c_194.wav,chie,,0,,,,,,,,"Ah! Aaah! No! Ah! Uncle...! Faa, aaah!" +141900 ,,,,,1211050,,千恵,Chie,101_SC01_c_195.wav,chie,,0,,,,,,,,"Yaaa! It's like pee... uuungh! It's coming out, haaan!" +142000 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, that's not pee, it's the juice that makes it\neasier for my cock to go in, so let it out as much as you\nwant." +142100 ,,,,,1211050,,千恵,Chie,101_SC01_c_196.wav,chie,,0,,,,,,,,"Nngh, kuuu, fuh...! No, ah... Aaah. When you do it with your\ndick, it comes out jupp." +142200 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Let out more. +142300 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ugh... kuu...! Chii-chan's tight little pussy! It's\ntight but getting slippery, it feels so good!" +142400 ,,,,,1211050,,千恵,Chie,101_SC01_c_197.wav,chie,,0,,,,,,,,"Ah, aaah! Uncle's dick is twitching... ah, aaah! Uncle, does\nit feel good for you too?" +142500 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. I-I'm feeling good too, Chii-chan." +142600 ,,,,,1211050,,,,,,,,,,,,,,,"Even though I'm an adult, it's pathetic that I'm already\ngiving in, but every time I move, Chii-chan's little pussy\ntightens, and I can't hold back anymore." +142700 ,,,,,1211050,,千恵,Chie,101_SC01_c_198.wav,chie,,0,,,,,,,,"Hya, haan... haan! Aah, aaah... fua, aaaaah!" +142800 ,,,,,1211050,,千恵,Chie,101_SC01_c_199.wav,chie,,0,,,,,,,,"Hah, ah, afu... ah, auu! Chii-chan's... body is twitching!\nHahuu, ah... kuu...! Nn, nfu...! Ah, ah...!" +142900 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, but inside your pussy, it's not just\ntwitching, it's twitching a lot, right?" +143000 ,,,,,1211040,,千恵,Chie,101_SC01_c_200.wav,chie,,0,,,,,,,,"Ahaa! Is this twitching because Chii-chan's pussy is getting\nused to it? Fuaa, ah, ah...! Hey, Uncle?" +143100 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,That's right! It's because it feels so good with Uncle's\ncock...! +143200 ,,,,,1211040,,千恵,Chie,101_SC01_c_201.wav,chie,,0,,,,,,,,"Nn... fua! Ah, ahaa! Is that so? But it also twitched with\nthe vibrator." +143300 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,Mmm! +143400 ,,,,,1211040,,,,,,,,,,,,,,,I can't let my dick lose to a vibrator! +143500 ,,,,,1211040,,,,,,,,,,,,,,,I have to give it my all too! +143600 ,,,,,1211040,,,,,,,,,,,,,,,"With that decision, I start thrusting harder and harder.\nChii-chan seems to be feeling good too, so I go all out\nwithout holding back!" +143700 ,,,,,1211050,,千恵,Chie,101_SC01_c_202.wav,chie,,0,,,,,,,,"Fuwa!? Aaaah!? Ah, ah...! U-Uncle...! Chii- chan's... pussy\nis tingling again!" +143800 ,,,,,1211050,,千恵,Chie,101_SC01_c_203.wav,chie,,0,,,,,,,,"It's like when I pee... auuu! Hi, hyu! It's making me\ntremble!" +143900 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! I don't want to lose to a vibrator! +144000 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"And look, a vibrator doesn't release semen. Here I go...!\nI'm almost there too..." +144100 ,,,,,1211050,,千恵,Chie,101_SC01_c_204.wav,chie,,0,,,,,,,,"Fuaaaa... Uncle! Ah, ah...! Ah, Chii-chan, Chii-chan is\nalmost there! ...Aaaah!" +144200 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Whoa...! +144300 ,,,,,1211050,,千恵,Chie,101_SC01_c_205.wav,chie,,0,,,,,,,,"Hyan! Aaaaaah! Ah, ah! Nn! Nn! Ah, ahh!" +144400 ,,,,,1211050,,,,,,,,,,,,,,,"Just when I thought her body was trembling, her pussy\nstarted moving and tightening, making me pull back my hips." +144500 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"It... it feels so good, Chii-chan!" +144600 ,,,,,1211050,,千恵,Chie,101_SC01_c_206.wav,chie,,0,,,,,,,,"Fwaaah...! Uncle! Chii-chan feels so good! Ah, ahhhhhh!" +144700 ,,,,,1211050,,千恵,Chie,101_SC01_c_207.wav,chie,,0,,,,,,,,"Hya? Ah, ahh, nnn! Ah, ahhh! Drool is coming out..." +144800 ,,,,,1211050,,,,,,,,,,,,,,,Drool starts dripping from Chii-chan's mouth. +144900 ,,,,,1211050,,,,,,,,,,,,,,,She looks like she's feeling really good. +145000 ,,,,,1211050,,,,,,,,,,,,,,,"Well, I probably have the same expression." +145100 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Kuuuuh! Chii-chan... I'm going to release it inside...! I'm\ngoing to fill your baby room with it! +145200 ,,,,,1211050,,千恵,Chie,101_SC01_c_208.wav,chie,,0,,,,,,,,"Nnn!? I don't really get it but... nn, nn! Ah... ah...!" +145300 ,,,,,1211050,,千恵,Chie,101_SC01_c_209.wav,chie,,0,,,,,,,,"Nn! It's okay, release it... inside Chii- chan, Uncle's...\nit's okay to release it!" +145400 ,,,,,1211050,,,,,,,,,,,,,,,"As I desperately move my hips, I feel a strange sensation as\nif the tip is swelling." +145500 ,,,,,1211050,,,,,,,,,,,,,,,My cock seems desperate to send semen into this tightly\nsqueezing narrow pussy. +145600 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, ahhh...!" +145700 ,,,,,1211050,,,,,,,,,,,,,,,Then I thrust that cock deep inside and let it rampage to my\nheart's content. +145800 ,,,,,1211060,,千恵,Chie,101_SC01_c_210.wav,chie,,0,,,,,,,,"Fwah... ah, ahhh! Aaaaaaah!!" +146000 ,,,,,1211060,,,,,,,,,,,,,,,"I hold Chii-chan close as if her womb might break, and\nrelease my seed without restraint." +146100 ,,,,,1211060,,千恵,Chie,101_SC01_c_211.wav,chie,,0,,,,,,,,"Nnfu!? U, nnn! Ah, ahh! It's coming out...! Uncle's... so\nmuch inside Chii-chan... it's coming out...!" +146200 ,,,,,1211060,,,,,,,,,,,,,,,Splat! Splat! Splurrrt! +146300 ,,,,,1211060,,主人公,Kiyoshi,,,,,,,,,,,,Ohhh... ugh! It's still coming out! +146400 ,,,,,1211060,,,,,,,,,,,,,,,"In Chii-chan's tight yet slippery pussy that keeps\ntwitching, it feels like my cock is being sucked dry." +146500 ,,,,,1211060,,千恵,Chie,101_SC01_c_212.wav,chie,,0,,,,,,,,...Nn... Uncle... fwaa... fwaaah... it felt so good... +146600 ,,,,,1211060,,,,,,,,,,,,,,,Chii-chan says that sweetly and snuggles up against my back. +146700 ,,,,,1211060,,,,,,,,,,,,,,,......I wonder if this is what it would be like if I had a\nchild. +146800 ,,,,,1211060,,千恵,Chie,101_SC01_c_213.wav,chie,,0,,,,,,,,Nn... ahh... it's coming out... +147000 ,,,,,1211070,,,,,,,,,,,,,,,"With a squelch, the semen overflows from her pussy and\nsplatters onto the floor, slowly spreading out." +147100 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Wow... that's so erotic, Chii-chan." +147200 ,,,,,1211070,,,,,,,,,,,,,,,"......I thought about having a child, but a father who gets\naroused watching semen come out of his daughter's pussy is\nabsolutely wrong." +147300 ,,,,,1211070,,千恵,Chie,101_SC01_c_214.wav,chie,,0,,,,,,,,"Ah, ahhh... amazing... Uncle's... from Chii- chan's pussy...\nit's still... coming out..." +147400 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, thanks to Chii-chan's pussy, so much came out." +147500 ,,,,,1211070,,千恵,Chie,101_SC01_c_215.wav,chie,,0,,,,,,,,"Is that so... Uncle, are you happy?" +147600 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'm happy." +147700 ,,,,,1211070,,,,,,,,,,,,,,,"Being able to ejaculate in such a small girl's pussy. Of\ncourse, I'm happy." +147800 ,,,,,1211070,,千恵,Chie,101_SC01_c_216.wav,chie,,0,,,,,,,,"Ehehe~ Chii-chan is happy too, just like Uncle." +147900 ,,,,,1211070,,,,,,,,,,,,,,,Ugh! She's so cute! +148000 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan. If any boys say something to you again, tell\nUncle, okay?" +148100 ,,,,,1211070,,千恵,Chie,101_SC01_c_217.wav,chie,,0,,,,,,,,"If I tell you, will Uncle help me?" +148200 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,Of course. I won't forgive anyone who makes Chii-chan cry! +148300 ,,,,,1211070,,千恵,Chie,101_SC01_c_218.wav,chie,,0,,,,,,,,I see... ehehe~ Then I'll have Uncle help me! +148400 ,,,,,1211070,,千恵,Chie,101_SC01_c_219.wav,chie,,0,,,,,,,,I hope a boy says something soon~ +148500 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Haha, that would defeat the purpose." +148600 ,,,,,1211070,,千恵,Chie,101_SC01_c_220.wav,chie,,0,,,,,,,,Defeat the purpose? +148700 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,It means losing sight of the original goal. +148800 ,,,,,1211070,,千恵,Chie,101_SC01_c_221.wav,chie,,0,,,,,,,,I see~ +148900 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, it's better if no one says anything to you,\nright?" +149000 ,,,,,1211070,,千恵,Chie,101_SC01_c_222.wav,chie,,0,,,,,,,,Yeah! ...But I still want Uncle to help me. Ehehe~ +149100 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Haha, Chii-chan, you're a troublesome kid." +149200 ,,,,,1211070,,,,,,,,,,,,,,,"Yeah, she's back to her usual self without the tears." +149300 ,,,,,1211070,,,,,,,,,,,,,,,I really do like this version of Chii-chan. +149400 ,$event_return,,,,1211070,,,,,,,,,,,,,,, +149500 ,,,,,1211070,,,,,,,,,,,,,,,"Just like I told Chii-chan, if anyone says something, I'll\nreally teach them a lesson." +149600 ,,,,,1211070,,,,,,,,,,,,,,,"I might be called immature, but for this kid..." +149700 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,... +149800 ,,,,,1211070,,,,,,,,,,,,,,,Are my feelings right now those of a husband for Chii-chan? +149900 ,,,,,1211070,,,,,,,,,,,,,,,Or are they those of a father? +150000 ,,,,,1211070,,,,,,,,,,,,,,,"...Well, I guess I won't think too deeply about it for now." +150100 ,,,0,9000,,,,,,,,,,,,,,,, +150300 ,@102_SC02a,,,,,,,,,,,,,,,,,,, +150500 ,,,5,31,,,主人公,Kiyoshi,,,,,,,,,,,,Ah... I'm sleepy. +150600 ,,,,,,,,,,,,,,,,,,,,"At least it's not hot, which is a relief." +150700 ,,,,,,,,,,,,,,,,,,,,"Not much time has passed since the sun came up. Yet, I'm\nawake and starting to get ready to leave the house." +150800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Radio exercises, huh..." +150900 ,,,,,,,,,,,,,,,,,,,,"Yes, today I have to help with the radio exercises." +151000 ,,,,,,,,,,,,,,,,,,,,"Stamping cards and playing music... ugh, it's such a hassle." +151100 ,,,,,,,,,,,,,,,,,,,,"I think it's healthy for kids who go to bed early, but for\nan adult like me who stays up late, it's like torture." +151200 ,,,,,,,,,,,,,,,,,,,,...It might even be unhealthy. +151300 ,,,,,,,,,,,,,,,,,,,,"But well, Chii-chan and the others said they'd come too, so\nI can't just skip it for the sake of neighborhood relations." +151400 ,,,,,,,,,,,,,,,,,,,,Alright... let's change my perspective and get motivated. +151500 ,,,,,,,,,,,,,,,,,,,,Think of it as a gathering where the little kids are\ncompletely obedient to the radio's commands! +151600 ,,,,,,,,,,,,,,,,,,,,...... +151700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Oh! That's not bad! +151800 ,,,,,,,,,,,,,,,,,,,,"Yeah, I'm starting to feel motivated!" +152000 ,,,,,,,,,,,,,,,,,,,, +152100 ,,,,111,,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, it's at the vacant lot, right?" +152200 ,,,,,,,,,,,,,,,,,,,,"Having radio exercises at a vacant lot, what a laid-back\narea. In the city, you'd get scolded for entering a vacant\nlot." +152300 ,,,,,,,,,,,,,,,,,,,,Wouldn't even radio exercises be considered noise pollution\nand lead to complaints? +152400 ,,,,,,,,,,,,,,,,,,,,What a troublesome era... +152500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Oh, I hear the kids' voices." +152700 ,,"",,,,,,,,,,,,,,,,,, +152800 ,,,,131,,,主人公,Kiyoshi,,,,,,,,,,,,Oh! It's Chii-chan and the others. Heeey? +152900 ,,,,,,,,,,,,,,,,,,,,"Something seems off, though?" +153000 ,,,14,,,,少年A,Boy A,,,,,,,,,,,,Hey! Chii's gonna cry! +153100 ,,,,,,,甜花,Tenka,102_SC02a_t_000.wav,,,,,,,"tenka,privateC",,10,,Hey! Stop it! +153200 ,,,,,,,少年B,Boy B,,,,,,,,tenka,,10,,"Oh no, is she gonna cry like when she wet herself again?!" +153300 ,,,,,,,コマコ,Komako,102_SC02a_k_000.wav,"komako,privateB",,10,,,,,,,,"...If you say any more, I'll get mad." +153400 ,,,,,,,千恵,Chie,102_SC02a_c_000.wav,,,,"chie,private",,14,,,,,...... +153500 ,,,,,,,,,,,,,chie,,14,,,,,"I don't really get it, but Komako-chan and Tenka-chan are\nfuming." +153600 ,,,,,,,,,,,,,chie,,14,,,,,"Uh, I'm not the cause of this, right?" +153700 ,,,,,,,少年A,Boy A,,,,,chie,,14,,,,,"Eh, but it's true, right?" +153800 ,,,,,,,少年B,Boy B,,,,,chie,,14,,,,,"Yeah, it's true that Chii wet herself." +153900 ,,,,,,,千恵,Chie,102_SC02a_c_001.wav,,,,chie,,14,,,,,...... +154000 ,,,,,,,少年A,Boy A,,,,,chie,,14,,,,,Chii is 'pee Chii' because she peed herself! +154100 ,,,,,,,,,,,,,chie,,14,,,,,Ah... it seems they're still talking about yesterday's\naccident. +154200 ,,,,,,,,,,,,,chie,,14,,,,,"Well, boys do like those kinds of rumors, and sometimes they\nstick until graduation." +154300 ,,,,,,,,,,,,,chie,,14,,,,,"I feel sorry for Chii-chan, so even though it's a bit\nimmature, I should say something." +154400 ,,,,,,,甜花,Tenka,102_SC02a_t_001.wav,komako,,30,,,,tenka,,10,,"If you say any more, I'll hit you!" +154500 ,,,,,,,コマコ,Komako,102_SC02a_k_001.wav,komako,,30,,,,tenka,,10,,I won't forgive you if you bully Chii-chan. +154600 ,,,,,,,少年A,Boy A,,komako,,30,,,,tenka,,10,,Hmph! I'm not scared of girls! +154700 ,,,,,,,少年B,Boy B,,komako,,30,,,,tenka,,10,,Go ahead and hit us! We'll tell the teacher! +154800 ,,,,,,,甜花,Tenka,102_SC02a_t_002.wav,komako,,30,,,,tenka,,10,,You guys...! +154900 ,,,,,,,コマコ,Komako,102_SC02a_k_002.wav,komako,,27,,,,tenka,,10,,...... +155000 ,,,,,,,,,,komako,,27,,,,tenka,,10,,Tenka-chan and Komako-chan's hands are trembling with anger. +155100 ,,,,,,,,,,komako,,27,,,,tenka,,10,,"It's a tense situation, like they're about to jump at any\nmoment." +155200 ,,,,,,,,,,komako,,27,,,,tenka,,10,,"But the first one to move was," +155300 ,,,,,,,千恵,Chie,102_SC02a_c_002.wav,,,,chie,,13,,,,,"...Koma-chan, Tenka-chan, it's almost time for gymnastics,\nright?" +155400 ,,,,,,,,,,,,,chie,,13,,,,,Chii-chan. +155500 ,,,,,,,甜花,Tenka,102_SC02a_t_003.wav,komako,,3,,,,tenka,,3,,"Huh? Oh, yeah." +155600 ,,,,,,,コマコ,Komako,102_SC02a_k_003.wav,komako,,3,,,,tenka,,3,,Chii-chan... +155700 ,,,,,,,少年A,Boy A,,,,,,,,,,,,What's this? Are you running away? +155800 ,,,,,,,,,,,,,,,,,,,,"Chii-chan smiles her usual cute smile, as if she doesn't\ncare at all." +155900 ,,,,,,,千恵,Chie,102_SC02a_c_003.wav,,,,"chieL,private",,20,,,,,Chii-chan is totally fine with being told that. +156000 ,,,,,,,少年B,Boy B,,,,,chieL,,20,,,,,Huh? You were crying before. +156100 ,,,,,,,千恵,Chie,102_SC02a_c_004.wav,,,,chieL,,20,,,,,"I cried that time because I peed, but I'm not crying today." +156200 ,,,,,,,千恵,Chie,102_SC02a_c_005.wav,,,,chieL,,0,,,,,Being told something like that doesn't bother Chii-chan at\nall. +156300 ,,,,,,,少年A,Boy A,,,,,chieL,,0,,,,,"Come on, cry!" +156400 ,,,,,,,千恵,Chie,102_SC02a_c_006.wav,,,,chieL,,38,,,,,I won't cry! Oi-chan said that everyone has accidents\nsometimes. +156500 ,,,,,,,千恵,Chie,102_SC02a_c_007.wav,,,,chieL,,38,,,,,"Besides, boys must have had white bedwetting incidents too." +156600 ,,,,,,,少年A,Boy A,,,,,chieL,,38,,,,,N-no way! Not that! +156700 ,,,,,,,少年B,Boy B,,,,,chieL,,38,,,,,Huh? What's that? I've never had white bedwetting. +156800 ,,,,,,,少年A,Boy A,,,,,chieL,,38,,,,,...... +156900 ,,,,,,,,,,,,,,,,,,,,"It's okay, boy. Every man experiences it at some point." +157000 ,,,,,,,,,,,,,,,,,,,,And it seems like one of them has already experienced it. +157100 ,,,,,,,少年A,Boy A,,,,,,,,,,,,But it doesn't change the fact that Chii wet herself! +157200 ,,,,,,,甜花,Tenka,102_SC02a_t_004.wav,komako,,10,,,,tenka,,10,,"Hey, enough already!" +157300 ,,,,,,,コマコ,Komako,102_SC02a_k_004.wav,komako,,10,,,,tenka,,10,,"...If you say bad things about Chii-chan, I'll really get\nangry this time." +157400 ,,,,,,,千恵,Chie,102_SC02a_c_008.wav,komako,,10,chie,,21,tenka,,10,,"It's okay, Koma-chan and Tenka-chan... Chii- chan is fine,\nokay?" +157500 ,,,,,,,甜花,Tenka,102_SC02a_t_005.wav,komako,,29,chie,,21,tenka,,9,,But... +157600 ,,,,,,,コマコ,Komako,102_SC02a_k_005.wav,komako,,29,chie,,21,tenka,,9,,... +157800 ,,,5,,,,,,,,,,,,,,,,,"......Well, I guess I don't need to step in." +157900 ,,,,,,,,,,,,,,,,,,,,"Chii-chan can speak up for herself, and she has friends who\nwill stand by her, so it's not my place." +158000 ,,,,,,,,,,,,,,,,,,,,"As an adult, I should just..." +158100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright! It's about time, so let's get in line." +158200 ,,,,,,,千恵,Chie,102_SC02a_c_009.wav,,,,chie,,4,,,,,Ah! Uncle! Good morning! +158300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,"Yeah, good morning." +158400 ,,,,,,,,,,,,,chie,,34,,,,,"Chii-chan greeted cheerfully, but when she looked at me, her\neyes were slightly teary." +158500 ,,,,,,,,,,,,,chie,,34,,,,,"I guess she was just putting on a brave face, but it must\nhave bothered her a bit." +158600 ,,,,,,,,,,,,,chieL,,34,,,,,I approached Chii-chan and whispered softly so no one else\ncould hear. +158700 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,34,,,,,You did well. You were brave not to cry. +158800 ,,,,,,,千恵,Chie,102_SC02a_c_010.wav,,,,chieL,,14,,,,,...Yeah... Chii-chan did her best. +158900 ,,,,,,,千恵,Chie,102_SC02a_c_011.wav,,,,chieL,,14,,,,,............Uncle... thank you. +159000 ,,,,,,,,,,,,,chieL,,14,,,,,"Ah, ah... tears are about to overflow from her eyes." +159100 ,,,,,,,,,,,,,chieL,,14,,,,,"Well, as a small consideration," +159200 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,14,,,,,"Chii-chan, I don't really get the uncle exercises, so could\nyou come in front of me and show me?" +159300 ,,,,,,,千恵,Chie,102_SC02a_c_012.wav,,,,chieL,,13,,,,,"Eh~? Uncle, you're hopeless." +159400 ,,,,,,,,,,,,,chieL,,13,,,,,I placed her there so no one could see her about-to-cry\nface. +159600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, is there anyone who hasn't gotten their stamp? See\nyou again tomorrow." +159700 ,,,,,,,,,,,,,,,,,,,,"The radio exercises ended, and the children scattered back\nto their homes." +159800 ,,,,,,,,,,,,,,,,,,,,And the ones who remained there were. +159900 ,,,,,,,コマコ,Komako,102_SC02a_k_006.wav,komako,,0,,,,,,,,"Good morning, Uncle." +160000 ,,,,,,,甜花,Tenka,102_SC02a_t_006.wav,komako,,0,,,,tenka,,10,,"Uncle, you're late." +160100 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,tenka,,10,,"Ahaha, good morning to both of you." +160200 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,tenka,,10,,"So, what do you mean by I'm late?" +160300 ,,,,,,,甜花,Tenka,102_SC02a_t_007.wav,komako,,0,,,,tenka,,9,,"Well, there was a boy saying bad things about Chii, and I\nthought you could say something to him." +160400 ,,,,,,,千恵,Chie,102_SC02a_c_013.wav,,,,chie,,1,,,,,"Ahaha, it's okay even if Uncle isn't there." +160500 ,,,,,,,,,,,,,chie,,1,,,,,"Hmm, that makes me feel a bit lonely." +160600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Well, thank you both anyway." +160700 ,,,,,,,甜花,Tenka,102_SC02a_t_008.wav,komako,,3,,,,tenka,,3,,...? +160800 ,,,,,,,コマコ,Komako,102_SC02a_k_007.wav,komako,,3,,,,tenka,,3,,What do you mean? +160900 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,tenka,,3,,"Huh? You two were protecting Chii-chan, right? That's why." +161000 ,,,,,,,甜花,Tenka,102_SC02a_t_009.wav,komako,,23,,,,tenka,,23,,...We just protected her because we're Chii's friends. +161100 ,,,,,,,コマコ,Komako,102_SC02a_k_008.wav,komako,,23,,,,tenka,,23,,"Yeah, so why is Uncle thanking us?" +161200 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,tenka,,23,,Huh? ...Now that you mention it. +161300 ,,,,,,,,,,komako,,23,,,,tenka,,23,,I wonder why? Is it like I'm saying 'thank you for taking\ncare of my child' in my mind? +161400 ,,,,,,,,,,komako,,23,,,,tenka,,23,,"...Hmm, I feel like I'm starting to look at Chii-chan with a\nfatherly gaze." +161500 ,,,,,,,,,,komako,,23,,,,tenka,,23,,"No, no! I'm a lolicon! Even if I feel attracted to little\nkids, having paternal feelings is not right!" +161600 ,,,,,,,千恵,Chie,102_SC02a_c_014.wav,,,,chie,,3,,,,,"...? What is it, Uncle?" +161700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"N-no, it's nothing. Shall we go home?" +161800 ,,,,,,,千恵,Chie,102_SC02a_c_015.wav,,,,chie,,1,,,,,Yeah. +162000 ,,,,121,,,コマコ,Komako,102_SC02a_k_009.wav,komako,,0,,,,tenka,,0,,"Well then, it's this way." +162100 ,,,,,,,甜花,Tenka,102_SC02a_t_010.wav,komako,,0,,,,tenka,,0,,I'm going this way. +162200 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,tenka,,0,,"I see, well then, see you both later." +162300 ,,,,,,,千恵,Chie,102_SC02a_c_016.wav,,,,chie,,1,,,,,"Komako-chan, Tenka-chan, see you later." +162400 ,,,,,,,,,,,,,chie,,1,,,,,Chii-chan waves her hand energetically. +162500 ,,,,,,,,,,,,,,,,,,,,"We parted ways with Komako-chan and Tenka- chan here, and I\nended up taking Chii-chan home." +162600 ,,,,,,,,,,,,,,,,,,,,"It's not like I'm favoring Chii-chan, but since she seemed\nabout to cry earlier, I was just a bit worried." +162700 ,,,,,,,千恵,Chie,102_SC02a_c_017.wav,chie,,21,,,,,,,,Ehehe~ I get to go home with Uncle~ +162800 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Hey now, it sounds like I live at Chii- chan's place too?" +162900 ,,,,,,,千恵,Chie,102_SC02a_c_018.wav,chieL,,20,,,,,,,,You should just live there~ +163000 ,,,,,,,主人公,Kiyoshi,,chieL,,20,,,,,,,,"Haha. Well, maybe if I become Chii-chan's husband." +163100 ,,,,,,,,,,chieL,,20,,,,,,,,Grrrrr~~~~... +163200 ,,,,,,,千恵,Chie,102_SC02a_c_019.wav,chieL,,4,,,,,,,,"Ah, Uncle's stomach growled." +163300 ,,,,,,,主人公,Kiyoshi,,chieL,,4,,,,,,,,"Eh? W-well, it was early in the morning." +163400 ,,,,,,,,,,chieL,,4,,,,,,,,Grrr~~... +163500 ,,,,,,,主人公,Kiyoshi,,chieL,,4,,,,,,,,"Wait, Chii-chan's stomach is growling too!?" +163600 ,,,,,,,千恵,Chie,102_SC02a_c_020.wav,chieL,,13,,,,,,,,Ehehe~ Chii-chan is super hungry. +163700 ,,,,,,,千恵,Chie,102_SC02a_c_021.wav,chieL,,7,,,,,,,,Ah... umm... +163800 ,,,,,,,主人公,Kiyoshi,,chieL,,7,,,,,,,,...? +163900 ,,,,,,,,,,chieL,,7,,,,,,,,She has a serious look on her face. ...I wonder what she's\nthinking. +164000 ,,,,,,,千恵,Chie,102_SC02a_c_022.wav,chieL,,33,,,,,,,,"Uncle, do you have breakfast at your place?" +164100 ,,,,,,,主人公,Kiyoshi,,chieL,,33,,,,,,,,"Eh? No, unfortunately, I haven't prepared anything. Oh, you\nwere planning to eat at my place, weren't you?" +164200 ,,,,,,,千恵,Chie,102_SC02a_c_023.wav,chieL,,34,,,,,,,,Nope. +164300 ,,,,,,,主人公,Kiyoshi,,chieL,,34,,,,,,,,Huh? Then why? +164400 ,,,,,,,千恵,Chie,102_SC02a_c_024.wav,chieL,,21,,,,,,,,Fufufu~ It's still a secret from Uncle. +164500 ,,,,,,,,,,chieL,,21,,,,,,,,W-what could it be? +164700 ,,,,111,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Alright, we've arrived at Chii-chan's place." +164800 ,,,,,,,千恵,Chie,102_SC02a_c_025.wav,chie,,1,,,,,,,,"Yeah, thanks, Uncle." +164900 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Well then, see you, Chii-chan." +165000 ,,,,,,,,,,chie,,1,,,,,,,,Just as I was about to leave. +165100 ,,,,,,,千恵,Chie,102_SC02a_c_026.wav,chie,,4,,,,,,,,"Ah, Uncle, wait." +165200 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,Hm? +165300 ,,,,,,,,,,chie,,4,,,,,,,,"For some reason, Chii-chan stopped me." +165400 ,,,,,,,千恵,Chie,102_SC02a_c_027.wav,chieL,,20,,,,,,,,"Uncle, if you don't have breakfast, why don't you come eat\nat Chii-chan's place?" +165500 ,,,,,,,主人公,Kiyoshi,,chieL,,20,,,,,,,,Eh? Ehh!? That wouldn't be right! +165600 ,,,,,,,千恵,Chie,102_SC02a_c_028.wav,chieL,,23,,,,,,,,"But Uncle, you came to Chii-chan's place hungry and then\nyou'll make food after you get home, right?" +165700 ,,,,,,,主人公,Kiyoshi,,chieL,,23,,,,,,,,That's true. +165800 ,,,,,,,千恵,Chie,102_SC02a_c_029.wav,chieL,,21,,,,,,,,Won't you faint from hunger? +165900 ,,,,,,,,,,chieL,,21,,,,,,,,"No... I don't think I'll faint, but..." +166000 ,,,,,,,,,,chieL,,21,,,,,,,,But preparing food afterward is certainly a hassle. +166100 ,,,,,,,,,,chieL,,21,,,,,,,,"If there was a convenience store, it would be nice, but the\nclosest store around here is my own." +166200 ,,,,,,,,,,chieL,,21,,,,,,,,Thinking about that... this is really not good. +166300 ,,,,,,,主人公,Kiyoshi,,chieL,,21,,,,,,,,"No, no, it would bother your mom too." +166400 ,,,,,,,千恵,Chie,102_SC02a_c_030.wav,chieL,,1,,,,,,,,It's fine! +166500 ,,,,,,,主人公,Kiyoshi,,chieL,,1,,,,,,,,It's not fine. +167600 ,,,,,,,千恵,Chie,102_SC02a_c_031.wav,chieL,,21,,,,,,,,"It's okay. Chii-chan eats a lot, so I'll share with you,\nUncle." +167700 ,,,,,,,主人公,Kiyoshi,,chieL,,21,,,,,,,,"No, that's not what I meant." +167800 ,,,,,,,千恵,Chie,102_SC02a_c_032.wav,chieL,,0,,,,,,,,"Then, I'll go ask my mom!" +167900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Wait! Chii-chan!? +168100 ,,,6,111,,,,,,,,,,,,,,,,"In the end, I was treated to breakfast at Chii-chan's house\nand then went outside." +168200 ,,,,,,,優子,Yuuko,102_SC02a_y_000.wav,"yuko,private",,3,,,,,,,,"Um... today, Chie insisted..." +168300 ,,,,,,,主人公,Kiyoshi,,yuko,,3,,,,,,,,"N-no, I'm sorry for barging in so early..." +168400 ,,,,,,,主人公,Kiyoshi,,yuko,,3,,,,,,,,"The food was delicious. I live alone, so I usually eat pre-\nmade stuff..." +168500 ,,,,,,,優子,Yuuko,102_SC02a_y_001.wav,yuko,,0,,,,,,,,"No, no! If I knew you were coming, I could have prepared a\nbit better..." +168600 ,,,,,,,主人公,Kiyoshi,,yuko,,0,,,,,,,,"No, no, it was really delicious home-cooked food!" +168700 ,,,,,,,千恵,Chie,102_SC02a_c_033.wav,yuko,,0,chie,,1,,,,,"Uncle, my mom's good at cooking, right?" +168800 ,,,,,,,主人公,Kiyoshi,,yuko,,0,chie,,1,,,,,"Yes, she is." +168900 ,,,,,,,,,,yuko,,0,chie,,1,,,,,"Hearing me agree with Chii-chan, Yuuko-san looked a little\nembarrassed and lowered her gaze." +169000 ,,,,,,,千恵,Chie,102_SC02a_c_034.wav,yuko,,0,chie,,20,,,,,"Well then, I'm off to Uncle's place!" +169100 ,,,,,,,優子,Yuuko,102_SC02a_y_002.wav,yuko,,3,chie,,20,,,,,"Chii-chan, be a good girl today, okay?" +169200 ,,,,,,,千恵,Chie,102_SC02a_c_035.wav,yuko,,3,chie,,21,,,,,Okay! +169300 ,,,,,,,主人公,Kiyoshi,,yuko,,3,chie,,21,,,,,Thank you for the meal today. Sorry for intruding! +169400 ,,,,,,,,,,,,,,,,,,,,I bowed my head and left Chii-chan's house. +169500 ,,,0,9001,,,,,,,,,,,,,,,, +169900 ,@103_SC02b,,,,,,,,,,,,,,,,,,, +170200 ,,,,,,,,,,,,,,,,,,,, +170300 ,,,8,11,,,主人公,Kiyoshi,,,,,,,,,,,,Yawn... +170400 ,,,,,,,,,,,,,,,,,,,,"Even though it's well past noon, I'm still sleepy..." +170500 ,,,,,,,,,,,,,,,,,,,,I had to do radio exercises early this morning. +170600 ,,,,,,,,,,,,,,,,,,,,"I thought I'd take a nap after getting back, but I ended up\ngoing to Chii-chan's house..." +170700 ,,,,,,,,,,,,,,,,,,,,And having lunch with Chii-chan's mom... it made me really\nnervous. +170800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,... +170900 ,,"",,,,,,,,,,,,,,,,,,"The customers have stopped coming, and the three of them are\nnapping... maybe I'll join them." +171000 ,,,,,,,,,,,,,,,,,,,,"...Well, Tenka-chan might not like it though." +171100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Yawn... maybe I'll close the shop early today. +171200 ,,,,,,,千恵,Chie,103_SC02b_c_000.wav,"chieL,private",,3,,,,,,,,"Uncle, are you sleepy?" +171300 ,,,,,,,主人公,Kiyoshi,,chieL,,3,,,,,,,,"Oh? Chii-chan, weren't you taking a nap?" +171400 ,,,,,,,千恵,Chie,103_SC02b_c_001.wav,"chie,private",,5,,,,,,,,"Hmm, I was trying to sleep while talking, but Komako-chan\nand Tenka-chan fell asleep first." +171500 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,I see. They must have been really sleepy. +171600 ,,,,,,,千恵,Chie,103_SC02b_c_002.wav,chie,,23,,,,,,,,"Uncle, you look sleepy too." +171700 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,Thanks to the radio exercise duty. I never wake up that\nearly. +171800 ,,,,,,,千恵,Chie,103_SC02b_c_003.wav,chie,,24,,,,,,,,"Really? Uncle, you sleep in too much. Chii- chan and the\nothers go to radio exercises every day." +171900 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"But in exchange, all three of you take naps, right?" +172000 ,,,,,,,千恵,Chie,103_SC02b_c_004.wav,chie,,13,,,,,,,,"Oh, I see!" +172100 ,,,,,,,,,,chie,,13,,,,,,,,"Chii-chan said that with a childlike, innocent smile." +172200 ,,,,,,,,,,chie,,13,,,,,,,,Hmm... seeing that face makes me feel like my paternal\ninstincts are awakening. +172300 ,,,,,,,,,,chie,,13,,,,,,,,Having impure thoughts about such a child makes me feel like\nnothing but a pervert. +172400 ,,,,,,,千恵,Chie,103_SC02b_c_005.wav,chie,,3,,,,,,,,"Ah! Then, do you want to take a nap with Chii-chan too,\nUncle?" +172500 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,I-Is that okay!? I might hug you in my sleep! +172600 ,,,,,,,,,,chie,,3,,,,,,,,"...Well, I am a pervert, so I do have those feelings!" +172700 ,,,,,,,千恵,Chie,103_SC02b_c_006.wav,chie,,5,,,,,,,,Eh~? I don't like being hot though. +172800 ,,,,,,,千恵,Chie,103_SC02b_c_007.wav,chie,,21,,,,,,,,"But Chii-chan sleeps restlessly too, so we might end up\ncuddling, and that's fine." +172900 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,Is that so? Then shall we sleep together? +173000 ,,,,,,,千恵,Chie,103_SC02b_c_008.wav,chie,,1,,,,,,,,Yeah! +173100 ,,,,,,,,,,chie,,1,,,,,,,,"Wow, they say the early bird catches the worm, but I didn't\nexpect such a surprise!" +173200 ,,,,,,,,,,chie,,1,,,,,,,,Maybe I'll start waking up early from tomorrow. +173400 ,,,,31,,,千恵,Chie,103_SC02b_c_009.wav,chie,,21,,,,,,,,"Then, Uncle, you can sleep here." +173500 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Oh, can I have the spot next to Chii-chan?" +173600 ,,,,,,,千恵,Chie,103_SC02b_c_010.wav,chie,,1,,,,,,,,Yeah! It's fine. +173700 ,,,,,,,,,,chie,,1,,,,,,,,"Chii-chan said happily, patting the spot next to her." +173800 ,,,,,,,,,,chie,,1,,,,,,,,"As I lay down there, the sweet scent unique to little girls\ntickles my nose." +173900 ,,,,,,,,,,chie,,1,,,,,,,,"Ah, this is nice. Well, as her fiance, I do have the right\nto do this kind of thing." +174000 ,,,,,,,主人公,,,chie,,1,,,,,,,,Ah... Uncle might fall asleep right away. +174100 ,,,,,,,千恵,Chie,103_SC02b_c_011.wav,chie,,5,,,,,,,,"Hey, let's talk? It's not often I get to sleep with Uncle." +174200 ,,,,,,,主人公,,,chie,,5,,,,,,,,"Hmm, I can do this for you anytime, you know?" +174300 ,,,,,,,千恵,Chie,103_SC02b_c_012.wav,chie,,1,,,,,,,,Really! Yay~~~! +174400 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Haha, are you that happy?" +174500 ,,,,,,,千恵,Chie,103_SC02b_c_013.wav,chie,,21,,,,,,,,Yeah! +174600 ,,,,,,,,,,chie,,21,,,,,,,,"Hmm, I'm really loved, aren't I?" +174700 ,,,,,,,主人公,,,chie,,21,,,,,,,,"Then, shall we talk a little?" +174800 ,,,,,,,千恵,Chie,103_SC02b_c_014.wav,chieL,,3,,,,,,,,"Hey, Uncle. There's something I want to ask you." +174900 ,,,,,,,主人公,,,chieL,,3,,,,,,,,Hmm? What is it? +175000 ,,,,,,,,,,chieL,,3,,,,,,,,Chii-chan showed a slightly nervous expression and opened\nher mouth. +175100 ,,,,,,,千恵,Chie,103_SC02b_c_015.wav,chieL,,23,,,,,,,,"Uncle, did you like Mom's cooking?" +175200 ,,,,,,,主人公,,,chieL,,23,,,,,,,,"Hmm? Uh, yeah, of course it was delicious." +175300 ,,,,,,,千恵,Chie,103_SC02b_c_016.wav,chieL,,0,,,,,,,,"Do you think Mom is beautiful, Uncle?" +175400 ,,,,,,,主人公,,,chieL,,0,,,,,,,,"Eh? Uh... yeah, I thought she was a pretty person." +175500 ,,,,,,,,,,chieL,,0,,,,,,,,Then Chii-chan had an incredibly big smile. +175600 ,,,,,,,,,,chieL,,0,,,,,,,,And then she said something unexpected. +175700 ,,,,,,,千恵,Chie,103_SC02b_c_017.wav,chieL,,1,,,,,,,,I see~! Then Uncle should marry Mom~ +175800 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"Pfft! What are you suddenly saying, Chii- chan?" +175900 ,,,,,,,,,,chieL,,1,,,,,,,,I couldn't help but chuckle at the unexpected words. +176000 ,,,,,,,,,,chieL,,1,,,,,,,,"...Well, it's true... she's beautiful and cute... and age-\nwise, it would be more natural." +176100 ,,,,,,,,,,chieL,,1,,,,,,,,"No, no, no... I'm Chii-chan's husband!" +176200 ,,,,,,,主人公,,,chieL,,1,,,,,,,,Chii-chan... marriage isn't something you can just do so\neasily. +176300 ,,,,,,,千恵,Chie,103_SC02b_c_018.wav,chieL,,23,,,,,,,,"But Uncle became Chii-chan's husband right away, didn't you?" +176400 ,,,,,,,主人公,,,chieL,,23,,,,,,,,"W-Well, yeah." +176500 ,,,,,,,主人公,,,chieL,,23,,,,,,,,"But, you know, your mom's feelings are important too." +176600 ,,,,,,,千恵,Chie,103_SC02b_c_019.wav,chieL,,21,,,,,,,,"It's okay! When I asked Mom, she turned all red." +176700 ,,,,,,,,,,chieL,,21,,,,,,,,W-What kind of things are you asking!? +176800 ,,,,,,,主人公,,,chieL,,21,,,,,,,,Uh... did you invite your mom today to set her up with your\nuncle? +176900 ,,,,,,,千恵,Chie,103_SC02b_c_020.wav,chieL,,13,,,,,,,,Ehehe~. Yeah. +177000 ,,,,,,,主人公,,,chieL,,13,,,,,,,,It's not 'ehehe.' I was really surprised by what happened\nall of a sudden. +177100 ,,,,,,,千恵,Chie,103_SC02b_c_021.wav,chieL,,20,,,,,,,,"Sorry, Uncle." +177200 ,,,,,,,千恵,Chie,103_SC02b_c_022.wav,chieL,,20,,,,,,,,But Chii-chan would be really happy if Uncle became Uncle. +177300 ,,,,,,,千恵,Chie,103_SC02b_c_023.wav,chieL,,20,,,,,,,,You protected me today too... +177400 ,,,,,,,主人公,,,chieL,,20,,,,,,,,... +177500 ,,,,,,,,,,,,,,,,,,,,"...Hmm, I wonder if Chii-chan sees me as a potential dad." +177600 ,,,,,,,,,,,,,,,,,,,,"Well, that doesn't mean I'm going to give up the current\nsituation." +177700 ,,,,,,,主人公,,,chieL,,0,,,,,,,,"...But the one I like is Chii-chan, you know?" +177800 ,,,,,,,主人公,,,chieL,,0,,,,,,,,"When I'm with Chii-chan, I feel more like your boyfriend\nthan your dad." +177900 ,,,,,,,主人公,,,chieL,,0,,,,,,,,Is that not okay? +178000 ,,,,,,,千恵,Chie,103_SC02b_c_024.wav,chieL,,13,,,,,,,,Hmm... it's not bad. Chii-chan likes Uncle too... +178100 ,,,,,,,主人公,,,chieL,,13,,,,,,,,Huh? +178200 ,,,,,,,千恵,Chie,103_SC02b_c_025.wav,chieL,,13,,,,,,,,"Hmm? Chii-chan likes Uncle too, you know? When we're like\nthis, my heart races." +178300 ,,,,,,,主人公,,,chieL,,13,,,,,,,,R-Really? +178400 ,,,,,,,,,,chieL,,13,,,,,,,,"Oh, I feel like it's the first time she's said she likes me\nin that way." +178500 ,,,,,,,,,,chieL,,13,,,,,,,,"Up until now, Chii-chan and I have been friends or I've been\nlike a father figure to her." +178600 ,,,,,,,千恵,Chie,103_SC02b_c_026.wav,chieL,,4,,,,,,,,"Ah! Uncle, your face is turning red." +178700 ,,,,,,,主人公,,,chieL,,4,,,,,,,,Ugh... It's embarrassing. +178800 ,,,,,,,主人公,,,chieL,,4,,,,,,,,"But I'm happy. When I think about Chii-chan, my heart races\nand I get in a naughty mood." +178900 ,,,,,,,千恵,Chie,103_SC02b_c_027.wav,chieL,,2,,,,,,,,Chii-chan also sometimes feels strange when thinking about\nUncle. +179000 ,,,,,,,千恵,Chie,103_SC02b_c_028.wav,chieL,,2,,,,,,,,"Even now, my crotch feels slippery and my breasts are\ntingling." +179100 ,,,,,,,,,,chieL,,2,,,,,,,,Oh wow! That's exciting! +179200 ,,,,,,,,,,chieL,,2,,,,,,,,Chii-chan is steadily becoming more lewd. +179300 ,,,,,,,,,,chieL,,2,,,,,,,,"And to confess it so honestly, I'm looking forward to the\nfuture." +179400 ,,,,,,,主人公,,,chieL,,2,,,,,,,,That means Chii-chan is feeling naughty. +179500 ,,,,,,,千恵,Chie,103_SC02b_c_029.wav,chie,,22,,,,,,,,"I see. Speaking of which, when Chii-chan did naughty things\nwith Uncle, I was happy." +179600 ,,,,,,,主人公,,,chie,,22,,,,,,,,Me too. That's probably what it means to like each other. +179700 ,,,,,,,千恵,Chie,103_SC02b_c_030.wav,chie,,2,,,,,,,,"Yeah, probably." +179800 ,,,,,,,主人公,,,chie,,2,,,,,,,,Hearing you say that makes becoming your groom worth it. +179900 ,,,,,,,千恵,Chie,103_SC02b_c_031.wav,chie,,13,,,,,,,,"Ehehe, thank you." +180000 ,,,,,,,,,,chie,,13,,,,,,,,"Saying that, Chii-chan beams with a full smile. Ah, she's\nreally cute." +180100 ,,,,,,,主人公,,,chie,,13,,,,,,,,"Hey, why don't you try touching Uncle's too?" +180200 ,,,,,,,千恵,Chie,103_SC02b_c_032.wav,chie,,4,,,,,,,,"Okay. ...Wow, Uncle's cock is getting hard." +180300 ,,,,,,,主人公,,,chie,,4,,,,,,,,"Uncle likes Chii-chan too, you know." +180400 ,,,,,,,千恵,Chie,103_SC02b_c_033.wav,chie,,13,,,,,,,,Ehehe~ +180500 ,,,,,,,主人公,,,chie,,13,,,,,,,,"Alright, then why don't we do something naughty with Uncle\nlike this?" +180600 ,,,,,,,千恵,Chie,103_SC02b_c_034.wav,chie,,2,,,,,,,,Eh~? +180700 ,,,,,,,,,,chie,,2,,,,,,,,"She says that, but there's no sign of her being\nuncomfortable even when we're close." +180800 ,,,,,,,,,,chie,,2,,,,,,,,I move around a bit and slip my hand inside Chii-chan's\nclothes. +180900 ,,,,,,,,,,chie,,2,,,,,,,,"Then, I place my hand right on her slit." +181000 ,,,,,,,,,,chie,,2,,,,,,,,--Slippery. +181100 ,,,,,,,,,,chie,,2,,,,,,,,"Oh, it's hot and wet! It's really slippery!" +181200 ,,,,,,,千恵,Chie,103_SC02b_c_035.wav,chie,,4,,,,,,,,"Ah... Uncle, don't touch me suddenly. It surprises me, you\nknow?" +181300 ,,,,,,,主人公,,,chie,,4,,,,,,,,"Then, Chii-chan, can I touch your pussy?" +181400 ,,,,,,,千恵,Chie,103_SC02b_c_036.wav,chie,,6,,,,,,,,"Eh~, you're slow~" +181500 ,,,,,,,,,,chie,,6,,,,,,,,"Even as she says that, she lets out a light smile." +181600 ,,,,,,,,,,chie,,6,,,,,,,,"Ever since the painless experience last time, she doesn't\nseem to mind at all." +181700 ,,,,,,,,,,chie,,6,,,,,,,,I guess she doesn't dislike this kind of thing in the first\nplace. +181800 ,,,,,,,主人公,,,chie,,6,,,,,,,,"Then, Chii-chan. If you're wet, should I just put it in?" +181900 ,,,,,,,千恵,Chie,103_SC02b_c_037.wav,chie,,22,,,,,,,,Eh~? But Komako-chan and Tenka-chan are sleeping. +182000 ,,,,,,,主人公,,,chie,,22,,,,,,,,"It's okay, as long as Chii-chan doesn't make a loud noise." +182100 ,,,,,,,千恵,Chie,103_SC02b_c_038.wav,chie,,2,,,,,,,,Ugh~... I wonder if I can do it~ +182200 ,,,,,,,,,,chie,,2,,,,,,,,"Well, it would be a problem if she couldn't. Mainly for me." +182300 ,,,,,,,,,,chie,,2,,,,,,,,If Komako-chan finds out I'm doing it with Chii-chan...\nthings could get really messy. +182400 ,,,,,,,,,,chie,,2,,,,,,,,"You might say I should stop, but situations like this are\nwhat make it exciting!" +182500 ,,,,,,,主人公,,,chie,,2,,,,,,,,"Okay, Chii-chan. I'm going to put it in your pussy." +182600 ,,,,,,,千恵,Chie,103_SC02b_c_039.wav,chie,,13,,,,,,,,Yeah... Chii-chan will try not to make a sound... nngh! +182800 ,,,10,,1220000,,,,,,,,,,,,,,, +182900 ,*mem,,,,1220000,,,,,,,,,,,,,,, +183000 ,,,10,,1220000,,,,,,,,,,,,,,,"Before Chii-chan could respond, I slowly entered her tight\npussy." +183100 ,,,,,1220000,,千恵,Chie,103_SC02b_c_040.wav,chie,,0,,,,,,,,"Ugh, ugh... I made a sound." +183200 ,,,,,1220000,,主人公,,,,,,,,,,,,,Shh! +183300 ,,,,,1220000,,千恵,Chie,103_SC02b_c_041.wav,chie,,0,,,,,,,,"Yeah, shh." +183400 ,,,,,1220000,,,,,,,,,,,,,,,"I thrust my hips forward, pushing in up to the glans." +183500 ,,,,,1220000,,,,,,,,,,,,,,,"Ugh! The first time was a tight pussy, the second time was\nloosened with a vibrator." +183600 ,,,,,1220000,,,,,,,,,,,,,,,"And this time, it's a moderately wet tight pussy getting\nused to sex." +183700 ,,,,,1220000,,,,,,,,,,,,,,,"Hehe, it's wrapping around and squeezing, feeling just\nright." +183800 ,,,,,1220000,,主人公,,,,,,,,,,,,,"Okay, I'll move a little bit, alright?" +183900 ,,,,,1220000,,千恵,Chie,103_SC02b_c_042.wav,chie,,0,,,,,,,,Yeah... haah! Nngh... fuu...! Haan! Uncle's... moving. +184000 ,,,,,1220000,,,,,,,,,,,,,,,"I slowly thrust my hips, parting the soft pussy flesh." +184100 ,,,,,1220000,,主人公,,,,,,,,,,,,,"Gah...! It's tight yet slippery, it feels so good." +184200 ,,,,,1220000,,千恵,Chie,103_SC02b_c_043.wav,chie,,0,,,,,,,,Haa... ahh... Uncle's! It's going all the way... inside! +184300 ,,,,,1220000,,主人公,,,,,,,,,,,,,"Chii-chan, are you okay? Does it still hurt?" +184400 ,,,,,1220000,,千恵,Chie,103_SC02b_c_044.wav,chie,,0,,,,,,,,It doesn't hurt anymore... but it's a little tight. +184500 ,,,,,1220000,,,,,,,,,,,,,,,"Chii-chan clings tightly to my body, letting out soft\nbreaths." +184600 ,,,,,1220000,,,,,,,,,,,,,,,She looks a bit uncomfortable. +184700 ,,,,,1220000,,千恵,Chie,103_SC02b_c_045.wav,chie,,0,,,,,,,,"Nngh, fuu, ahh...! ...Haa, haa." +184800 ,,,,,1220000,,,,,,,,,,,,,,,"Even so, she's slowly catching her breath." +184900 ,,,,,1220000,,千恵,Chie,103_SC02b_c_046.wav,chie,,0,,,,,,,,"Uncle... if you move like this, I'll end up making noise." +185000 ,,,,,1220000,,主人公,,,,,,,,,,,,,"Hmm, then Komako-chan and Tenka-chan might hear us." +185100 ,,,,,1220000,,千恵,Chie,103_SC02b_c_047.wav,chie,,0,,,,,,,,That would be bad. +185200 ,,,,,1220000,,主人公,,,,,,,,,,,,,"Alright, how about Chii-chan tries moving instead?" +185300 ,,,,,1220000,,千恵,Chie,103_SC02b_c_048.wav,chie,,0,,,,,,,,"Hmm, I wonder if I can do it..." +185400 ,,,,,1220000,,主人公,,,,,,,,,,,,,It's okay. You just need to stimulate the spots that feel\ngood with my cock. +185500 ,,,,,1220000,,千恵,Chie,103_SC02b_c_049.wav,chie,,0,,,,,,,,I see. I think I can do that! +185600 ,,,,,1220000,,主人公,,,,,,,,,,,,,"Then, shall we try moving?" +185700 ,,,,,1220000,,千恵,Chie,103_SC02b_c_050.wav,chie,,0,,,,,,,,Yeah! +185900 ,,,,,1220000,,千恵,Chie,103_SC02b_c_051.wav,chie,,0,,,,,,,,Nn... nngh... nnn... Nnngh! +186000 ,,,,,1220000,,主人公,,,,,,,,,,,,,Ugh... oh! +186100 ,,,,,1220000,,,,,,,,,,,,,,,"Chii-chan's tight pussy squeezes my cock, rubbing against\nthe glans." +186200 ,,,,,1220000,,,,,,,,,,,,,,,"Honestly, the overall stimulation on the shaft is weak, but\nthe glans and ridge are being targeted, making it feel like\nher pussy is giving me a blowjob." +186300 ,,,,,1220010,,千恵,Chie,103_SC02b_c_052.wav,chie,,0,,,,,,,,"Nn, nn, nn! Ah! This feels good... ahhh! ...Nnngh!" +186400 ,,,,,1220010,,主人公,,,,,,,,,,,,,"Oh, it feels good, Chii-chan. I can feel your pussy." +186500 ,,,,,1220010,,千恵,Chie,103_SC02b_c_053.wav,chie,,0,,,,,,,,"Really? Does it feel good, Uncle?" +186600 ,,,,,1220010,,千恵,Chie,103_SC02b_c_054.wav,chie,,0,,,,,,,,Will you cum from Chii-chan's pussy? +186700 ,,,,,1220010,,主人公,,,,,,,,,,,,,"Yeah, it feels good. But I won't cum just yet." +186800 ,,,,,1220010,,千恵,Chie,103_SC02b_c_055.wav,chie,,0,,,,,,,,"Then Chii-chan will try harder to make you feel good, Uncle." +186900 ,,,,,1220010,,主人公,,,,,,,,,,,,,That would make me happy too. +187000 ,,,,,1220010,,千恵,Chie,103_SC02b_c_056.wav,chie,,0,,,,,,,,Yeah. +187100 ,,,,,1220010,,,,,,,,,,,,,,,"Hearing my words, Chii-chan slowly started moving her hips." +187200 ,,,,,1220010,,,,,,,,,,,,,,,"Little Chii-chan, moving her hips with my cock inside her\npussy... I can't help but wonder if this sight is even real." +187300 ,,,,,1220010,,千恵,Chie,103_SC02b_c_057.wav,chie,,0,,,,,,,,Nn... if I move slowly... it seems okay. +187400 ,,,,,1220010,,主人公,,,,,,,,,,,,,"But if you make loud noises, we'll get caught, so shh." +187500 ,,,,,1220010,,千恵,Chie,103_SC02b_c_058.wav,chie,,0,,,,,,,,"Yeah, got it. ...Nngh, ah...! Ah! Haa... ahh! Uncle... is\nthis okay?" +187600 ,,,,,1220010,,,,,,,,,,,,,,,"Chii-chan presses the walls of her pussy against the\nunderside of my cock, rubbing it." +187700 ,,,,,1220010,,,,,,,,,,,,,,,Ohhh! The sensation on the underside is something I've never\nquite felt before. +187800 ,,,,,1220010,,千恵,Chie,103_SC02b_c_059.wav,chie,,0,,,,,,,,"Ah, Uncle's... it's twitching...!" +187900 ,,,,,1220010,,主人公,,,,,,,,,,,,,Chii-chan's pussy is also hot and twitching. +188000 ,,,,,1220010,,,,,,,,,,,,,,,"The slippery walls of her pussy rub against my cock, sending\nwaves of pleasure through me." +188100 ,,,,,1220010,,,,,,,,,,,,,,,The tightness of her pussy creates an incredible suction\nfeeling. +188200 ,,,,,1220010,,,,,,,,,,,,,,,"Every time Chii-chan lifts her hips, my cock is pulled in as\nif being sucked." +188300 ,,,,,1220010,,千恵,Chie,103_SC02b_c_060.wav,chie,,0,,,,,,,,"Nn, faaah... nn... Is this good? Does it feel good like\nthis?" +188400 ,,,,,1220010,,主人公,,,,,,,,,,,,,"Yeah, it's good. I'm really happy Chii-chan is moving for\nme." +188500 ,,,,,1220010,,主人公,,,,,,,,,,,,,"But if you could go a little faster, that would be even\nbetter." +188600 ,,,,,1220010,,,,,,,,,,,,,,,"At this speed, it feels good but a bit frustrating. It seems\nlike it would take quite a while to finish." +188700 ,,,,,1220010,,,,,,,,,,,,,,,"If that happens, the two sleeping might wake up." +188800 ,,,,,1220010,,,,,,,,,,,,,,,"If we get caught, there's no way it would conveniently turn\ninto a foursome." +188900 ,,,,,1220010,,主人公,,,,,,,,,,,,,"Chii-chan, can you do it?" +189000 ,,,,,1220010,,千恵,Chie,103_SC02b_c_061.wav,chie,,0,,,,,,,,I'll try my best. +189100 ,,,,,1220010,,主人公,,,,,,,,,,,,,"Well, you know, Uncle feels good at about this speed." +189200 ,,,,,1220010,,,,,,,,,,,,,,,I move my hips gently so Chii-chan doesn't feel any pain. +189300 ,,,,,1220010,,千恵,Chie,103_SC02b_c_062.wav,chie,,0,,,,,,,,"Nn! U-Uncle... nn, nn... I-I got it... Chii- chan will do\nher best." +189500 ,,,,,1220020,,,,,,,,,,,,,,,She said that with a dreamy smile directed at me. +189600 ,,,,,1220020,,,,,,,,,,,,,,,Maybe Chii-chan is starting to feel good too. +189700 ,,,,,1220020,,千恵,Chie,103_SC02b_c_063.wav,chie,,0,,,,,,,,"Nnngh... Uncle... does it feel good? You know, Chii-chan,\nnnngh, nn, nn... it feels good." +189800 ,,,,,1220020,,千恵,Chie,103_SC02b_c_064.wav,chie,,0,,,,,,,,"From my pussy, nn! The juices are dripping... this happens\nwhen it feels good, right?" +189900 ,,,,,1220020,,主人公,,,,,,,,,,,,,"That's right, Chii-chan, you remember well." +190000 ,,,,,1220020,,主人公,,,,,,,,,,,,,"Actually, Uncle's also got some of those good feeling juices\ncoming out of his cock." +190100 ,,,,,1220020,,千恵,Chie,103_SC02b_c_065.wav,chie,,0,,,,,,,,"I see. So I should make Uncle release a lot of that, right?" +190200 ,,,,,1220020,,主人公,,,,,,,,,,,,,"That's right. When you do, it feels really good." +190300 ,,,,,1220020,,,,,,,,,,,,,,,"This being our third time, it seems we've become comfortable\nenough to talk like this." +190400 ,,,,,1220020,,千恵,Chie,103_SC02b_c_066.wav,chie,,0,,,,,,,,Alright! +190500 ,,,,,1220020,,,,,,,,,,,,,,,Chii-chan gradually speeds up her movements on top of me. +190600 ,,,,,1220020,,主人公,,,,,,,,,,,,,"Ugh! Your pussy's movements are amazing! Chii-chan, you're\nso naughty!" +190700 ,,,,,1220020,,千恵,Chie,103_SC02b_c_067.wav,chie,,0,,,,,,,,"Hah, hah, hah, fuaaah... R-Really? Chii-chan is naughty? Nn!\nAh! Aaah!" +190800 ,,,,,1220020,,千恵,Chie,103_SC02b_c_068.wav,chie,,0,,,,,,,,"At school, nn! They say Chii-chan isn't very girly, though." +190900 ,,,,,1220020,,主人公,,,,,,,,,,,,,"But you're feeling good with a cock inside your pussy, so\nthat makes you a naughty girl." +191000 ,,,,,1220020,,千恵,Chie,103_SC02b_c_069.wav,chie,,0,,,,,,,,Hah! Nn! I-I see. But Chii-chan feels even better when Uncle\ndoes it than when I move myself. +191100 ,,,,,1220020,,主人公,,,,,,,,,,,,,R-Really? +191200 ,,,,,1220020,,千恵,Chie,103_SC02b_c_070.wav,chie,,0,,,,,,,,"Yeah, I think Uncle has a talent for being naughty." +191300 ,,,,,1220020,,主人公,,,,,,,,,,,,,Hearing that makes Uncle happy. +191400 ,,,,,1220020,,千恵,Chie,103_SC02b_c_071.wav,chie,,0,,,,,,,,Uncle is amazing. +191500 ,,,,,1220020,,主人公,,,,,,,,,,,,,"Hehe, Uncle is trying his best too." +191600 ,,,,,1220020,,,,,,,,,,,,,,,... +191700 ,,,,,1220020,,,,,,,,,,,,,,,How does it feel to be praised for being naughty by such a\nsmall child? +191800 ,,,,,1220020,,,,,,,,,,,,,,,"Well, being with a small child in this way already puts me\nin a pretty bad category." +191900 ,,,,,1220020,,千恵,Chie,103_SC02b_c_072.wav,chie,,0,,,,,,,,"Then, Chii-chan will try hard to become even naughtier than\nUncle." +192000 ,,,,,1220020,,主人公,,,,,,,,,,,,,Oh? Ooooh! +192100 ,,,,,1220020,,,,,,,,,,,,,,,"Chii-chan is moving her hips back and forth, a bit clumsily\nbut earnestly, increasing her speed." +192200 ,,,,,1220020,,,,,,,,,,,,,,,"Ugh! Her movements are rough, but the soft walls surrounding\nme deliver random waves of pleasure." +192300 ,,,,,1220020,,,,,,,,,,,,,,,It feels good but frustrating! That's the sensation. +192400 ,,,,,1220020,,千恵,Chie,103_SC02b_c_073.wav,chie,,0,,,,,,,,"Fuaaah, uhn! H-How... Uncle... nnngh! Does it feel good?" +192500 ,,,,,1220020,,主人公,,,,,,,,,,,,,"Yeah, it's tight and fast... it feels good!" +192600 ,,,,,1220020,,千恵,Chie,103_SC02b_c_074.wav,chie,,0,,,,,,,,"Nnngh!? Ehehe, I'm glad." +192700 ,,,,,1220020,,,,,,,,,,,,,,,"In the sensation of being squeezed, Chii- chan's movements\nforcibly push me back and forth." +192800 ,,,,,1220020,,,,,,,,,,,,,,,"Ugh! The friction is intense, and it's an incredible\nstimulation." +192900 ,,,,,1220020,,,,,,,,,,,,,,,"But feeling a bit frustrated, I boldly thrust deeper into\nChii-chan." +193000 ,,,,,1220020,,,,,,,,,,,,,,,"As I hit the back of her vagina, feeling a bit of\nresistance, Chii-chan shudders with a twitch." +193100 ,,,,,1220020,,千恵,Chie,103_SC02b_c_075.wav,chie,,0,,,,,,,,"Fuwa!? ...O-Oi-chan... if you do that, I'll make noise." +193200 ,,,,,1220020,,主人公,,,,,,,,,,,,,"It's okay, both of them are sound asleep. Besides, this\nfeels better for me." +193300 ,,,,,1220020,,,,,,,,,,,,,,,"Saying that, I gently placed my finger on her clitoris." +193500 ,,,,,1220030,,千恵,Chie,103_SC02b_c_076.wav,chie,,0,,,,,,,,Nnnn!? Fuwa... ahh...! Oi-chan! T-That feels good! +193600 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Then, try rubbing yourself against it." +193700 ,,,,,1220030,,,,,,,,,,,,,,,I don't move my finger. It's just Chii-chan rubbing against\nit. +193800 ,,,,,1220030,,千恵,Chie,103_SC02b_c_077.wav,chie,,0,,,,,,,,"Yeah. ...Hafu, kuh, fii...! Huh, ah... Ahhh. It feels good." +193900 ,,,,,1220030,,,,,,,,,,,,,,,It turns into a state where Chii-chan is masturbating using\nmy finger. +194000 ,,,,,1220030,,,,,,,,,,,,,,,"Chii-chan's pussy tightens repeatedly, and the stimulation\nkeeps getting stronger." +194100 ,,,,,1220030,,千恵,Chie,103_SC02b_c_078.wav,chie,,0,,,,,,,,"N-No! I'll make noise... Komako-chan and Tenka-chan will\nhear me... Ah, ahhh...!" +194200 ,,,,,1220030,,千恵,Chie,103_SC02b_c_079.wav,chie,,0,,,,,,,,"Ahh! Ah, ah, ahhhhhh! Oi-chan! Here, it feels... good...!" +194300 ,,,,,1220030,,,,,,,,,,,,,,,"Getting used to this stimulation, the moisture inside Chii-\nchan increases, and the wet sounds reach my ears." +194400 ,,,,,1220030,,,,,,,,,,,,,,,The finger I placed on her clitoris soon becomes soaking\nwet. +194500 ,,,,,1220030,,千恵,Chie,103_SC02b_c_080.wav,chie,,0,,,,,,,,"Hah... hah... haaaah... un! Ah, ah, ahh! Naaahhh!" +194600 ,,,,,1220030,,,,,,,,,,,,,,,"Her voice, different from before, pierces through my head.\nIt becomes increasingly erotic, and her face turns red." +194700 ,,,,,1220030,,,,,,,,,,,,,,,"And her hips move as if seeking me, swaying back and forth." +194800 ,,,,,1220030,,千恵,Chie,103_SC02b_c_081.wav,chie,,0,,,,,,,,"Ah, ah, ah! Haaaah! Oi-chan! Oi-chan! Chii- chan feels so\ngood!" +194900 ,,,,,1220030,,主人公,,,,,,,,,,,,,Kuh... kuu... fuu... +195000 ,,,,,1220030,,千恵,Chie,103_SC02b_c_082.wav,chie,,0,,,,,,,,...Nn! Ah! Ah! Ahhhhhh! My pussy is twitching! +195100 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Ugh, my dick is twitching inside Chii-chan's pussy too!" +195200 ,,,,,1220030,,,,,,,,,,,,,,,My cock thrashes around inside Chii-chan's belly as if\nstirring it up. +195300 ,,,,,1220030,,,,,,,,,,,,,,,"The slippery sensation of her flesh becomes better and\nbetter, but her pussy is tight, so my cock is caught\nwherever it tries to escape." +195400 ,,,,,1220030,,,,,,,,,,,,,,,"No matter where my cock goes, there's the same incredible\npleasure, with no rest from her pussy." +195500 ,,,,,1220030,,主人公,,,,,,,,,,,,,Nnn! Oi-chan... it's getting intense! Chii- chan's pussy\nfeels amazing! +195600 ,,,,,1220030,,千恵,Chie,103_SC02b_c_083.wav,chie,,0,,,,,,,,Ch-Chii-chan too! Oi-chan's dick feels so good! My hips\nwon't stop moving! +195700 ,,,,,1220030,,主人公,,,,,,,,,,,,,Uuuu! +195800 ,,,,,1220030,,,,,,,,,,,,,,,"Chii-chan's hips move, seeking pleasure with a jerking\nmotion." +195900 ,,,,,1220030,,,,,,,,,,,,,,,"My cock is relentlessly stroked inside her moving pussy.\nIt's like my cock is being devoured by her pussy, eagerly\nconsuming it." +196000 ,,,,,1220030,,,,,,,,,,,,,,,"Then, Chii-chan's insides tighten repeatedly, signaling the\nlimit." +196100 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Hah, hah! Chii-chan, are you about to come?" +196200 ,,,,,1220030,,千恵,Chie,103_SC02b_c_084.wav,chie,,0,,,,,,,,"Nnn! No, no, I can't! Hauuu... ah, no, nnnnn!" +196300 ,,,,,1220030,,千恵,Chie,103_SC02b_c_085.wav,chie,,0,,,,,,,,"Fua, nna, nn, nnn, ahhhhh~! I-I'm about to come... Chii-chan\nfeels so good, my mind is going blank!" +196400 ,,,,,1220030,,,,,,,,,,,,,,,"As she says that, my cock is repeatedly sucked into her\npussy as if trying to swallow it." +196500 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Yeah, it's okay! Oi-chan is about to come too!" +196600 ,,,,,1220030,,千恵,Chie,103_SC02b_c_086.wav,chie,,0,,,,,,,,"Nkuu! Ah, fuuu... uyaah! Kuun! Hah, really?" +196700 ,,,,,1220030,,千恵,Chie,103_SC02b_c_087.wav,chie,,0,,,,,,,,"Ah! Aaaaaah! Are you coming!? Oi-chan, are you coming too!?" +196800 ,,,,,1220030,,,,,,,,,,,,,,,"Chii-chan arches her body on top of me, convulsing like a\nseal." +196900 ,,,,,1220030,,,,,,,,,,,,,,,She's about to come any moment now! +197000 ,,,,,1220030,,,,,,,,,,,,,,,And at that moment. +197100 ,,,,,1220030,,甜花,Tenka,103_SC02b_t_000.wav,,,,,,,"tenka,private",,0,,...Nn... Nmm +197200 ,,,,,1220030,,主人公,,,,,,,,,,,,,"!? Y-You're in trouble, Chii-chan! If you don't keep your\nvoice down, Tenka-chan might wake up!" +197300 ,,,,,1220030,,千恵,Chie,103_SC02b_c_088.wav,chie,,0,,,,,,,,B-But Chii-chan... is about to come... +197400 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Oi-chan too! But, hold on just a little longer." +197500 ,,,,,1220030,,千恵,Chie,103_SC02b_c_089.wav,chie,,0,,,,,,,,Faaaa~! N! Ah! Ah! Oi-chan... faa! +197600 ,,,,,1220030,,千恵,Chie,103_SC02b_c_090.wav,chie,,0,,,,,,,,"Ch-Chii-chan can't... hold back... coming or... my voice...\nhaa, haa!" +197700 ,,,,,1220030,,,,,,,,,,,,,,,"Saying that, Chii-chan clings tightly to my body while\nmoving her hips." +197800 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Hang in there! Hang in there, Chii-chan." +197900 ,,,,,1220030,,千恵,Chie,103_SC02b_c_091.wav,chie,,0,,,,,,,,O-Oi-chan... Chii-chan wants to come! +198000 ,,,,,1220030,,主人公,,,,,,,,,,,,,"...It's okay, Chii-chan is a good girl, right?" +198100 ,,,,,1220030,,千恵,Chie,103_SC02b_c_092.wav,chie,,0,,,,,,,,U! Uuuu~~~~! Uuuuuu~~~~! +198200 ,,,,,1220030,,,,,,,,,,,,,,,Chii-chan is trying hard to stifle her moans and hold back\nfrom coming. +198300 ,,,,,1220030,,,,,,,,,,,,,,,"Hmm, even that sight is cute." +198400 ,,,,,1220030,,,,,,,,,,,,,,,"...Thinking that, the sense of guilt and her cuteness make\nmy cock react a little." +198500 ,,,,,1220030,,千恵,Chie,103_SC02b_c_093.wav,chie,,0,,,,,,,,"Ah, ah, ooooh... Haaaah... Nnn... Ahh... I'm... I'm\ncoming..." +198600 ,,,,,1220030,,主人公,,,,,,,,,,,,,"J-Just a little more, okay?" +198700 ,,,,,1220030,,千恵,Chie,103_SC02b_c_094.wav,chie,,0,,,,,,,,"Hnn, yeah... Hyah, ah, ah, ah! I got it... Ah! Ah!" +198800 ,,,,,1220030,,,,,,,,,,,,,,,"...At this rate, I don't know when Tenka-chan might wake up." +198900 ,,,,,1220030,,,,,,,,,,,,,,,Maybe it's better to finish this quickly? +199000 ,,,,,1220030,,主人公,,,,,,,,,,,,,Alright! +199100 ,,,,,1220030,,,,,,,,,,,,,,,"I thrust my hips to heighten the pleasure of my cock, making\nChii-chan bounce on top of me." +199200 ,,,,,1220030,,千恵,Chie,103_SC02b_c_095.wav,chie,,0,,,,,,,,Hafu... Nnnnn! Hah! Fuaaah... Ah! Oi-chan... it feels so\ngood! +199300 ,,,,,1220030,,千恵,Chie,103_SC02b_c_096.wav,chie,,0,,,,,,,,No! I'm gonna...! ...Fuwaaah! +199400 ,,,,,1220030,,,,,,,,,,,,,,,"I move my cock back and forth, making our hips collide." +199500 ,,,,,1220030,,千恵,Chie,103_SC02b_c_097.wav,chie,,0,,,,,,,,"Fwa, ah, aaaaah...! Haaaah... Ah! Ugh...! Oi-chan! Oi-chan!" +199600 ,,,,,1220030,,,,,,,,,,,,,,,"Overwhelmed by sudden pleasure, Chii-chan moves her body to\nescape the sensation, stimulating various spots." +199700 ,,,,,1220030,,,,,,,,,,,,,,,"Ugh... From my balls, semen is trying to flow into the shaft\nlike magma." +199800 ,,,,,1220030,,千恵,Chie,103_SC02b_c_098.wav,chie,,0,,,,,,,,"Hyauuun! ...Aaaah! No... Nnn, I'm making noise!" +199900 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Chii-chan! Let's just come while holding back as much as we\ncan! If we get caught, I'll handle it!" +200000 ,,,,,1220030,,千恵,Chie,103_SC02b_c_099.wav,chie,,0,,,,,,,,"R-Really! A-Aaaah! Then Oi-chan, let's come quickly!\n...Hyauuu!" +200100 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Yeah! G-Good, Chii-chan... I'm about to come too!" +200200 ,,,,,1220030,,千恵,Chie,103_SC02b_c_100.wav,chie,,0,,,,,,,,"Oi-chan! Chii-chan, already!" +200300 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Ah, ah, aaaaaah!" +200400 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Ah, me too!" +200500 ,,,,,1220030,,,,,,,,,,,,,,,"My cock is ready to release semen into Chii- chan's pussy,\nand she seems to be at her limit too." +200600 ,,,,,1220030,,,,,,,,,,,,,,,"To reach the final climax, I move my hips quickly and lift\nChii-chan up." +200700 ,,,,,1220030,,千恵,Chie,103_SC02b_c_101.wav,chie,,0,,,,,,,,Ah! Fwaaaa! Oi-chan! Oi-chan!! +200800 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Chii-chan, Chii-chan! L-Let's go together! Let's come\ntogether!" +200900 ,,,,,1220030,,千恵,Chie,103_SC02b_c_102.wav,chie,,0,,,,,,,,"Y-Yeah! Oi-chan, you can release it! Inside Chii-chan! You\ncan release lots of semen inside!" +201000 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Kuuu, Chii-chan!" +201100 ,,,,,1220030,,千恵,Chie,103_SC02b_c_103.wav,chie,,0,,,,,,,,Fuun! Fwaaaaaaaaaah! +201400 ,,,,,1220040,,,,,,,,,,,,,,,Bubyu! Byugu! Byubyubyubyuu! +201500 ,,,,,1220040,,,,,,,,,,,,,,,"Both Chii-chan and I release the pent-up pleasure all at\nonce, and my cock bursts out semen." +201600 ,,,,,1220040,,千恵,Chie,103_SC02b_c_104.wav,chie,,0,,,,,,,,Oi-chan! Fwaaaaaaah...! Uah! Aaaaah...! +201700 ,,,,,1220040,,,,,,,,,,,,,,,"On top of my body, Chii-chan shudders and squirts love\njuices, twitching." +201800 ,,,,,1220040,,,,,,,,,,,,,,,"With a dazed expression, she drools from her mouth, letting\nit fall onto my body." +201900 ,,,,,1220040,,千恵,Chie,103_SC02b_c_105.wav,chie,,0,,,,,,,,Agu... Fwa... It feels so good... Oi-chan. +202000 ,,,,,1220040,,主人公,,,,,,,,,,,,,"Kuh! I... I feel the same, Chii-chan." +202100 ,,,,,1220040,,,,,,,,,,,,,,,"Semen keeps coming out of my cock, but because her pussy is\nsmall, it has nowhere to go." +202200 ,,,,,1220040,,,,,,,,,,,,,,,...I hope it doesn't backflow and return to my cock. +202400 ,,,,,1220050,,千恵,Chie,103_SC02b_c_106.wav,chie,,0,,,,,,,,"F-Fwaaa... Inside, it's full... Oi-chan's... hot stuff... is\ninside." +202500 ,,,,,1220050,,,,,,,,,,,,,,,"Chii-chan's pussy keeps spasming, and my cock releases more\nsemen from the stimulation." +202600 ,,,,,1220050,,千恵,Chie,103_SC02b_c_107.wav,chie,,0,,,,,,,,Hnn... Nn... Fwaa... Haa... Haa... I'm so full... +202700 ,,,,,1220050,,主人公,,,,,,,,,,,,,F-Fufu! Uncle's cock is empty now. +202800 ,,,,,1220050,,千恵,Chie,103_SC02b_c_108.wav,chie,,0,,,,,,,,Ehehe~... Oi-chan. +202900 ,,,,,1220050,,,,,,,,,,,,,,,"With that smile, Chii-chan collapses onto my chest." +203000 ,,,,,1220050,,主人公,,,,,,,,,,,,,"...Hey, are you okay? Chii-chan." +203100 ,,,,,1220050,,千恵,Chie,103_SC02b_c_109.wav,chie,,0,,,,,,,,"Yeah. ...Hey, Oi-chan." +203200 ,,,,,1220050,,主人公,,,,,,,,,,,,,Hmm? What is it? +203300 ,,,,,1220050,,千恵,Chie,103_SC02b_c_110.wav,chie,,0,,,,,,,,Can I fall asleep like this? +203400 ,,,,,1220050,,,,,,,,,,,,,,,"...Hmm, I wonder about that." +203500 ,,,,,1220050,,,,,,,,,,,,,,,It would be a problem if Komako-chan or Tenka-chan woke up. +203600 ,,,,,1220050,,千恵,Chie,103_SC02b_c_111.wav,chie,,0,,,,,,,,...Is it not okay? +203700 ,,,,,1220050,,主人公,,,,,,,,,,,,,... +203800 ,,,,,1220050,,,,,,,,,,,,,,,I guess I have no choice. +203900 ,,,,,1220050,,主人公,,,,,,,,,,,,,"Alright, you can sleep like this." +204000 ,,,,,1220050,,千恵,Chie,103_SC02b_c_112.wav,chie,,0,,,,,,,,Really! +204100 ,,,,,1220050,,主人公,,,,,,,,,,,,,"But only until you fall asleep, okay? Then Uncle has to get\nback to work." +204200 ,,,,,1220050,,千恵,Chie,103_SC02b_c_113.wav,chie,,0,,,,,,,,Ehh... Then I won't sleep. +204300 ,,,,,1220050,,,,,,,,,,,,,,,"That's kind of counterproductive, though." +204400 ,,,,,1220050,,主人公,,,,,,,,,,,,,"Well, it's fine. You're tired from the fun, so rest up." +204500 ,,,,,1220050,,千恵,Chie,103_SC02b_c_114.wav,chie,,0,,,,,,,,"...Yeah. Thanks, Oi-chan." +204600 ,,,,,1220050,,,,,,,,,,,,,,,"With that, Chii-chan let out cute little breaths and fell\nasleep." +204700 ,,,,,1220050,,千恵,Chie,103_SC02b_c_115.wav,chie,,0,,,,,,,,Suu... Suu... +204800 ,,,,,1220050,,主人公,,,,,,,,,,,,,... +204900 ,,,,,1220050,,,,,,,,,,,,,,,Chii-chan looks completely at ease. +205000 ,,,,,1220050,,,,,,,,,,,,,,,"It's like the expression you'd show to family, a bit\ndifferent from what you'd show a lover." +205100 ,,,,,1220050,,,,,,,,,,,,,,,"And seeing that, I can't help but think that this isn't so\nbad..." +205200 ,,,,,1220050,,主人公,,,,,,,,,,,,,Hmm. +205300 ,,,,,1220050,,,,,,,,,,,,,,,I wonder what I really want to do from now on. +205400 ,$event_return,,,,,,,,,,,,,,,,,,, +205500 ,,,0,9000,,,,,,,,,,,,,,,, +205700 ,@104_SC03a,,,,,,,,,,,,,,,,,,, +206000 ,,,,,,,,,,,,,,,,,,,, +206100 ,,,5,11,,,主人公,,,,,,,,,,,,,Yawn... +206200 ,,,,,,,,,,,,,,,,,,,,I rub my sleepy eyes and open the shop. +206300 ,,,,,,,,,,,,,,,,,,,,Today is Saturday. Chii-chan's part-time job is also on\nbreak. +206400 ,,,,,,,,,,,,,,,,,,,,"However, I can't just not open the shop." +206500 ,,,,,,,,,,,,,,,,,,,,"There aren't many kids coming to buy snacks, but my shop\nsells more than just snacks." +206600 ,,,,,,,,,,,,,,,,,,,,The neighborhood grandpas and grandmas might come to buy\nsome goods. +206700 ,,,,,,,,,,,,,,,,,,,,"Well, I don't have any plans to go anywhere, so after\nopening the shop, I just play around doing what I like in\nthe back room." +206800 ,,"",,,,,,,,,,,,,,,,,,"If a customer comes and wants to buy something, they'll call\nout. I can handle it then." +206900 ,,,2,,,,千恵,Chie,104_SC03a_c_000.wav,,,,"chie,privateC",,1,,,,,Oi-chan! +207000 ,,,,,,,,,,,,,chie,,1,,,,,That voice is Chii-chan... and Chii-chan's mom!? +207100 ,,,,,,,,,,,,,chie,,1,,,,,"Seeing Chii-chan's mom bow slowly, I hurriedly bow as well." +207200 ,,,,,,,主人公,,,,,,chie,,1,,,,,"Chii-chan, why did you bring your mom today? Are you going\nout somewhere?" +207300 ,,,,,,,千恵,Chie,104_SC03a_c_001.wav,,,,chie,,0,,,,,Yeah! We're going to Heon Town today! +207400 ,,,,,,,,,,,,,chie,,0,,,,,"Heon Town... Oh, that's the shopping mall about two stations\naway from here." +207500 ,,,,,,,,,,,,,chie,,0,,,,,"When it comes to leisure around here, it's either Heon Town\nor the pool and amusement park by the river." +207600 ,,,,,,,,,,,,,chie,,0,,,,,That's why Chii-chan looks so happy. +207700 ,,,,,,,主人公,,,,,,chie,,0,,,,,That's great. +207800 ,,,,,,,千恵,Chie,104_SC03a_c_002.wav,,,,chie,,21,,,,,"Yeah! And you know, before that, my mom got a lot of\nvegetables, so we brought them to you, Oi-chan." +207900 ,,,,,,,優子,Yuuko,104_SC03a_y_000.wav,"yukoL,private",,0,,,,,,,,"Um... Yesterday, I got a lot of vegetables from work. I\nthought you might like them..." +208000 ,,,,,,,主人公,,,yukoL,,0,,,,,,,,Thank you very much. +208100 ,,,,,,,,,,yukoL,,0,,,,,,,,I take the bulging feed bag from Chii-chan's mom and peek\ninside. +208200 ,,,,,,,,,,yukoL,,0,,,,,,,,Inside are summer vegetables... eggplants and corn packed\ntightly. +208300 ,,,,,,,,,,yukoL,,0,,,,,,,,They look so fresh and delicious. +208400 ,,,,,,,主人公,,,yukoL,,0,,,,,,,,"But, are you sure? There's so much..." +208500 ,,,,,,,優子,Yuuko,104_SC03a_y_001.wav,yukoL,,21,,,,,,,,Chie and I can't eat all of this by ourselves. +208600 ,,,,,,,主人公,,,yukoL,,21,,,,,,,,"Then, I'll gladly accept them." +208700 ,,,,,,,主人公,,,yukoL,,21,,,,,,,,"Well, I wouldn't want to keep you from your family outing.\nChii-chan seems a bit restless too..." +208800 ,,,,,,,主人公,,,yukoL,,21,,,,,,,,"Chii-chan, have fun with your mom today." +208900 ,,,,,,,,,,yukoL,,21,,,,,,,,"As I said that, Chii-chan, who was swaying in front of her\nmom, smiled brightly." +209000 ,,,,,,,千恵,Chie,104_SC03a_c_003.wav,,,,chie,,1,,,,,"Oh, Oi-chan, come with us too!" +209100 ,,,,,,,主人公,,,"yuko,private",,4,chie,,1,,,,,What! +209200 ,,,,,,,優子,Yuuko,104_SC03a_y_002.wav,yuko,,4,chie,,1,,,,,What! +209300 ,,,,,,,,,,yuko,,4,chie,,1,,,,,"Hearing Chii-chan's words, both Yuuko-san and I raised our\nvoices in surprise." +209400 ,,,,,,,主人公,,,yuko,,4,chie,,1,,,,,"W-Wait a minute, Chii-chan. I don't think that's possible..." +209500 ,,,,,,,千恵,Chie,104_SC03a_c_004.wav,yuko,,4,chie,,3,,,,,Why? +209600 ,,,,,,,,,,yuko,,4,chie,,3,,,,,Chii-chan looks at me curiously. +209700 ,,,,,,,主人公,,,yuko,,4,chie,,3,,,,,"Well, I'm not that close with Chii-chan's mom..." +209800 ,,,,,,,千恵,Chie,104_SC03a_c_005.wav,yuko,,4,chie,,23,,,,,"That's not true. Mom likes you, Oi-chan!" +209900 ,,,,,,,優子,Yuuko,104_SC03a_y_003.wav,yuko,,33,chie,,23,,,,,"W-Wait, Chii-chan!" +210000 ,,,,,,,,,,yuko,,33,chie,,23,,,,,Chii-chan's mom turns bright red and panics. +210100 ,,,,,,,,,,yuko,,33,chie,,23,,,,,"Being told that she likes me... even if I don't feel that\nway, it makes me flustered." +210200 ,,,,,,,千恵,Chie,104_SC03a_c_006.wav,yuko,,33,chie,,25,,,,,"But you brought vegetables because you like Oi-chan, right?" +210300 ,,,,,,,優子,Yuuko,104_SC03a_y_004.wav,yuko,,35,chie,,25,,,,,"Well, that's because Chii-chan is being taken care of..." +210400 ,,,,,,,主人公,,,yuko,,35,chie,,25,,,,,"Yeah, yeah, it's not like that, okay?" +210500 ,,,,,,,,,,yuko,,35,chie,,25,,,,,"When I said that, Chii-chan furrowed her brows and looked\nlike she was about to cry." +210600 ,,,,,,,千恵,Chie,104_SC03a_c_007.wav,yuko,,35,chie,,3,,,,,"So, are you and mom not friends? Do you dislike each other?" +210700 ,,,,,,,優子,Yuuko,104_SC03a_y_005.wav,yuko,,4,chie,,3,,,,,"Well, it's not that we dislike each other..." +210800 ,,,,,,,主人公,,,yuko,,4,chie,,3,,,,,Uh... normal! I think your mom and I like each other\nnormally... +210900 ,,,,,,,千恵,Chie,104_SC03a_c_008.wav,yuko,,4,chie,,1,,,,,"Then, so you and mom can like each other more, let's all go\nto Heon together!" +211000 ,,,,,,,優子,Yuuko,104_SC03a_y_006.wav,yuko,,29,chie,,1,,,,,"Now, now... don't trouble the gentleman. Come on, let's go,\nChii-chan..." +211100 ,,,,,,,千恵,Chie,104_SC03a_c_009.wav,yuko,,29,chie,,9,,,,,"No, I want to go with Oi-chan and mom, the three of us!" +211200 ,,,,,,,,,,yuko,,29,chie,,9,,,,,"Chii-chan clings tightly to her mom's leg, and her mom looks\ntroubled." +211300 ,,,,,,,,,,yuko,,29,chie,,9,,,,,"I want to be closer with Chii-chan, but I don't need to be\nthat close with her mom... at least, that's how I feel." +211400 ,,,,,,,,,,yuko,,29,chie,,9,,,,,But Chii-chan is determined to go to Heon with the three of\nus. +211500 ,,,,,,,主人公,,,yuko,,29,chie,,9,,,,,............... +211600 ,,,,,,,,,,yuko,,29,chie,,9,,,,,"Well, if I think of it as spending the day playing with\nChii-chan, going to Heon with the three of us might be okay." +211700 ,,,,,,,,,,yuko,,29,chie,,9,,,,,"Of course, that's if Chii-chan's mom is okay with it..." +211800 ,,,,,,,主人公,,,yuko,,29,,,,,,,,Is it alright if I join you? I was thinking of buying some\nsummer sale items... +211900 ,,,,,,,主人公,,,yuko,,29,,,,,,,,"Of course, only if it's not a bother..." +212000 ,,,,,,,優子,Yuuko,104_SC03a_y_007.wav,yuko,,33,,,,,,,,It's us who would be a bother. The shop and all... +212100 ,,,,,,,主人公,,,yuko,,33,,,,,,,,"Saturdays aren't too busy, so it'll be fine if I put up a\nnotice." +212200 ,,,,,,,主人公,,,yuko,,33,,,,,,,,"So, should I go to Heon with you guys?" +212300 ,,,,,,,千恵,Chie,104_SC03a_c_010.wav,yuko,,33,chie,,1,,,,,Yay! Going to Heon with Oi-chan and mom and Chii-chan♪ +212400 ,,,,,,,優子,Yuuko,104_SC03a_y_008.wav,yuko,,13,chie,,1,,,,,I'm really sorry. It's just... +212500 ,,,,,,,,,,yuko,,13,chie,,1,,,,,"Yuuko-san sighed as she watched Chii-chan dance happily, but\nthen she smiled softly." +212600 ,,,,,,,優子,Yuuko,104_SC03a_y_009.wav,yuko,,0,chie,,1,,,,,"I'll go get the car. Chii-chan, wait here with your uncle,\nokay?" +212700 ,,,,,,,千恵,Chie,104_SC03a_c_011.wav,yuko,,0,chie,,21,,,,,Okay! I'll wait with Oi-chan! +212800 ,,,,,,,,,,,,,,,,,,,,"And so, Chii-chan, her mom, and I ended up going to the\nshopping mall together." +212900 ,,,0,9000,,,,,,,,,,,,,,,, +213100 ,@105_SC03b,,,,,,,,,,,,,,,,,,,※Yuuko Route Branch +213600 ,,,7,201,,,千恵,Chie,105_SC03b_c_000.wav,,,,"chie,privateC",,1,,,,,Shopping with mom and Oi-chan! +213700 ,,,,,,,,,,,,,,,,,,,,The shopping mall on Saturday was bustling with many\nfamilies. +213800 ,,,,,,,,,,,,,,,,,,,,"Parents joyfully playing with their children, holding their\nhands." +213900 ,,,,,,,,,,,,,,,,,,,,"The three of us, led by Chii-chan, might look just like\nthose families to an outsider." +214000 ,,,,,,,,,,,,,,,,,,,,"I've never had kids or even been married, so I don't know\nwhat to do." +214100 ,,,,,,,主人公,,,"yuko,private",,0,chie,,1,,,,,Um... what should we do? +214200 ,,,,,,,,,,yuko,,0,chie,,1,,,,,"Pathetically, I ended up asking Chii-chan's mom." +214300 ,,,,,,,優子,Yuuko,105_SC03b_y_000.wav,yuko,,21,chie,,1,,,,,Um... how about we have lunch first? It's already noon. +214400 ,,,,,,,優子,Yuuko,105_SC03b_y_001.wav,yuko,,0,chie,,1,,,,,"Chii-chan, what do you want to eat?" +214500 ,,,,,,,千恵,Chie,105_SC03b_c_001.wav,yuko,,0,chie,,21,,,,,Um... ramen! And then ice cream! +214600 ,,,,,,,,,,yuko,,0,chie,,21,,,,,"Before she even finished speaking, Chii-chan started pulling\nme and her mom along." +214700 ,,,,,,,優子,Yuuko,105_SC03b_y_002.wav,yuko,,20,chie,,21,,,,,"Chii-chan, don't pull. ...Um, is that okay with you?" +214800 ,,,,,,,主人公,,,yuko,,20,chie,,21,,,,,Yes. I like udon! +215000 ,,,6,,,,千恵,Chie,105_SC03b_c_002.wav,yuko,,0,chie,,1,,,,,That was delicious. It's so tasty when we eat together! +215100 ,,,,,,,主人公,,,yuko,,0,chie,,1,,,,,"Yeah. I've never eaten at a place like this before, so it\nwas fun." +215200 ,,,,,,,千恵,Chie,105_SC03b_c_003.wav,yuko,,0,chie,,3,,,,,"I see. Did you have fun too, mom?" +215300 ,,,,,,,優子,Yuuko,105_SC03b_y_003.wav,yuko,,0,chie,,3,,,,,I had fun. +215400 ,,,,,,,,,,yuko,,15,chie,,3,,,,,"When I looked at Chii-chan's mom, our eyes met..." +215500 ,,,,,,,,,,yuko,,15,chie,,3,,,,,We both shyly looked away. +215600 ,,,,,,,優子,Yuuko,105_SC03b_y_004.wav,yuko,,0,chie,,3,,,,,"Ch-Chii-chan, where should we go next?" +215700 ,,,,,,,千恵,Chie,105_SC03b_c_004.wav,yuko,,0,chie,,1,,,,,I want to look at clothes! +215800 ,,,,,,,優子,Yuuko,105_SC03b_y_005.wav,yuko,,23,chie,,1,,,,,"We just bought some before summer break, so we're only\nlooking today, okay?" +215900 ,,,,,,,千恵,Chie,105_SC03b_c_005.wav,yuko,,23,chie,,21,,,,,Okay! +216000 ,,,,,,,,,,,,,,,,,,,,"Just like before, Chii-chan pulled us along to the clothing\nstore." +216200 ,,,,,,,,,,,,,,,,,,,,"After that, Yuuko-san and I were dragged around the shopping\nmall by Chii-chan." +216300 ,,,,,,,千恵,Chie,105_SC03b_c_006.wav,yuko,,0,chie,,23,,,,,"Hey, mom, you have shopping to do too, right?" +216400 ,,,,,,,優子,Yuuko,105_SC03b_y_006.wav,yuko,,1,chie,,23,,,,,"Finally, we'll buy groceries and head home. You can pick one\nsnack you like, Chii-chan." +216500 ,,,,,,,千恵,Chie,105_SC03b_c_007.wav,yuko,,1,chie,,1,,,,,"Yay! But mom, didn't you say yesterday 'we really need to\nbuy underwear'? Is that okay?" +216600 ,,,,,,,優子,Yuuko,105_SC03b_y_007.wav,yuko,,13,chie,,1,,,,,W-Wait! Chii-chan! A-Ah... +216700 ,,,,,,,,,,yuko,,13,chie,,1,,,,,"Yuuko-san quickly turned her back to me, looking down." +216800 ,,,,,,,主人公,,,yuko,,13,,,,,,,,"U-Um... it's fine, right? I'll wait with Chii-chan at that\nstore over there." +216900 ,,,,,,,,,,yuko,,13,,,,,,,,"When I pointed to the girls' accessory shop, Yuuko-san\nlooked at me with a bright red face." +217000 ,,,,,,,優子,Yuuko,105_SC03b_y_008.wav,yuko,,36,,,,,,,,"Th-Then, I'll just go for a bit!" +217100 ,,,,,,,,,,,,,,,,,,,,"She must have been really embarrassed, as she quickly\ndisappeared into the crowd." +217200 ,,,,,,,千恵,Chie,105_SC03b_c_008.wav,,,,chie,,0,,,,,What's wrong with mom? +217300 ,,,,,,,主人公,,,,,,chie,,0,,,,,"I wonder what's up? More importantly, you like that store\ntoo, right? It's popular among girls, isn't it?" +217400 ,,,,,,,千恵,Chie,105_SC03b_c_009.wav,,,,chie,,1,,,,,"Yeah! I don't have any allowance, so I can only look\nthough..." +217500 ,,,,201,,,主人公,,,,,,chie,,1,,,,,"It might be bad if it's too expensive and your mom gets mad,\nbut I'll buy you one thing." +217600 ,,,,,,,千恵,Chie,105_SC03b_c_010.wav,,,,chie,,21,,,,,Really!? Yay! +217800 ,,,8,121,,,,,,,,,,,,,,,,"After we finished at the grocery section, the three of us\nheaded home from the shopping mall." +217900 ,,,,,,,,,,,,,,,,,,,,"By the time we got back, it was already close to evening." +218000 ,,,,,,,,,,,,,,,,,,,,"I thought it was just going to be the three of us spending\ntime together because Chii- chan insisted, but today was\nfun." +218100 ,,,,,,,,,,,,,,,,,,,,"If you ask what was fun... it's hard to say, but watching\nChii-chan, occasionally sharing a wry smile or glance with\nYuuko-san." +218200 ,,,,,,,,,,,,,,,,,,,,"That's all it was, nothing special happened." +218300 ,,,,,,,,,,,,,,,,,,,,"And now, I'm on my way home with Chii-chan leading the way." +218400 ,,,,,,,主人公,,,,,,,,,,,,,Is it really okay? +218500 ,,,,,,,,,,,,,,,,,,,,"Even if Chii-chan takes me home, I wonder if I'll end up\ntaking her back again." +218600 ,,,,,,,,,,,,,,,,,,,,Then how many times will we end up going back and forth on\nthis road? +218700 ,,,,,,,千恵,Chie,105_SC03b_c_011.wav,chie,,21,,,,,,,,Hum hum hum~♪ +218800 ,,,,,,,,,,,,,,,,,,,,"...Well, it's fine, Chii-chan seems to be having fun." +218900 ,,,,,,,主人公,,,,,,,,,,,,,Are you really that happy with that bag? +219000 ,,,,,,,,,,,,,,,,,,,,"At the Heon general store, I bought Chii-chan a bag." +219100 ,,,,,,,,,,,,,,,,,,,,"It's a cheap red bag with white polka dots, but Chii-chan\nseemed to really like it and has been carrying it on her\nshoulder since we got in the car." +219200 ,,,,,,,,,,,,,,,,,,,,Yuuko-san got a little mad at me though. +219300 ,,,,,,,,,,,,,,,,,,,,"I understand the feeling of not wanting strangers... well,\nnot exactly strangers, but others to buy things for your\nchild without permission." +219400 ,,,,,,,,,,,,,,,,,,,,"But seeing Chii-chan so happy, maybe it was worth getting\nscolded?" +220400 ,,,,,,,千恵,Chie,105_SC03b_c_012.wav,chie,,20,,,,,,,,"Yeah! Hey, hey, uncle. I want to go out with this!" +220500 ,,,,,,,主人公,,,chie,,20,,,,,,,,"Hey now, we just got back from Heon, didn't we?" +220600 ,,,,,,,千恵,Chie,105_SC03b_c_013.wav,chie,,3,,,,,,,,"Oh, that's right." +220700 ,,,,,,,主人公,,,chie,,3,,,,,,,,Just be content with going to your uncle's place today. +220800 ,,,,,,,千恵,Chie,105_SC03b_c_014.wav,chie,,13,,,,,,,,Okaaay. +220900 ,,,,,,,,,,chie,,13,,,,,,,,It's like a conversation between a father and daughter. +221000 ,,,,,,,,,,chie,,13,,,,,,,,...And I find myself thinking that's not a bad thing. +221100 ,,,,,,,主人公,,,chie,,13,,,,,,,,Did you have fun today? +221200 ,,,,,,,千恵,Chie,105_SC03b_c_015.wav,"chieL,privateC",,21,,,,,,,,Yeah! It was fun! +221300 ,,,,,,,主人公,,,chieL,,21,,,,,,,,"I see. Even a shopping mall like that can be enjoyable, huh?" +221400 ,,,,,,,千恵,Chie,105_SC03b_c_016.wav,chieL,,3,,,,,,,,"No, it's because you and mom were there." +221500 ,,,,,,,主人公,,,chieL,,3,,,,,,,,"Well, if that's okay with you, when summer vacation comes,\nyour mom will probably just take you to your uncle's shop\nagain, you know?" +221600 ,,,,,,,主人公,,,chieL,,3,,,,,,,,"Is that really okay with you, Chii-chan?" +221700 ,,,,,,,千恵,Chie,105_SC03b_c_017.wav,chieL,,1,,,,,,,,"Yeah, it's fine!" +221800 ,,,,,,,,,,chieL,,1,,,,,,,,"Chii-chan nodded with a smile, without showing any\nhesitation." +221900 ,,,,,,,,,,chieL,,1,,,,,,,,This is... it's clear what Chii-chan wants from me. +222000 ,,,,,,,主人公,,,chieL,,1,,,,,,,,What kind of person is Chii-chan's mom? +222100 ,,,,,,,千恵,Chie,105_SC03b_c_018.wav,chieL,,23,,,,,,,,"Huh? You just met her earlier, didn't you?" +222200 ,,,,,,,主人公,,,chieL,,23,,,,,,,,"Well, yeah, but I mean, what is she like at home?" +222300 ,,,,,,,千恵,Chie,105_SC03b_c_019.wav,chieL,,4,,,,,,,,"...Uncle, do you like my mom!?" +222400 ,,,,,,,,,,chieL,,4,,,,,,,,She looked at my face with sparkling eyes. +222500 ,,,,,,,,,,chieL,,4,,,,,,,,No... don't look at me with such straightforward eyes. +222600 ,,,,,,,主人公,,,chieL,,4,,,,,,,,"Well, it's not that I like her, but I'm curious... or\nsomething like that." +222700 ,,,,,,,千恵,Chie,105_SC03b_c_020.wav,chieL,,7,,,,,,,,Are you going to marry her? +222800 ,,,,,,,主人公,,,chieL,,7,,,,,,,,That's jumping too far ahead. +222900 ,,,,,,,主人公,,,chieL,,7,,,,,,,,"You know how when you know someone, you want to know more\nabout them?" +223000 ,,,,,,,主人公,,,chieL,,7,,,,,,,,It's like how Chii-chan felt about Tenka- chan before summer\nvacation. +223100 ,,,,,,,千恵,Chie,105_SC03b_c_021.wav,chieL,,25,,,,,,,,Oh... so Uncle won't become my dad... +223200 ,,,,,,,,,,chieL,,25,,,,,,,,"...When she says that, I really have nothing to say." +223300 ,,,,,,,主人公,,,chieL,,25,,,,,,,,"I'm sorry, Chii-chan." +223400 ,,,,,,,千恵,Chie,105_SC03b_c_022.wav,chieL,,9,,,,,,,,Boo... +223500 ,,,,,,,,,,chieL,,9,,,,,,,,"Saying that, Chii-chan squatted down on the spot, sitting\nlike a spoiled child." +223600 ,,,,,,,,,,chieL,,9,,,,,,,,"Even though she's usually such a good girl, is she starting\nto rely on me?" +223700 ,,,,,,,,,,chieL,,9,,,,,,,,"Well, that's not so bad... oh!" +223800 ,,,,,,,主人公,,,chieL,,9,,,,,,,,"Chii-chan, your bag." +223900 ,,,,,,,千恵,Chie,105_SC03b_c_023.wav,chieL,,24,,,,,,,,Huh? Ah... ahhhhh! +224000 ,,,,,,,,,,chieL,,24,,,,,,,,"Because Chii-chan squatted down, the bag on her shoulder\ntouched the ground." +224100 ,,,,,,,,,,chieL,,24,,,,,,,,And it happened to be right on the dirt... +224200 ,,,,,,,千恵,Chie,105_SC03b_c_024.wav,chieL,,34,,,,,,,,Ah! Ah―! Ah―... Chii-chan's bag. +224300 ,,,,,,,,,,chieL,,34,,,,,,,,"She quickly stood up and patted the bag, but it seemed like\nwet mud had stuck to it, leaving a stain." +224400 ,,,,,,,千恵,Chie,105_SC03b_c_025.wav,chieL,,8,,,,,,,,Ahhhh... it's stained. +224500 ,,,,,,,,,,chieL,,8,,,,,,,,She drooped her head and slumped her shoulders in\ndisappointment. +224600 ,,,,,,,主人公,,,chieL,,8,,,,,,,,Ah... that might not come off just by brushing it. +224700 ,,,,,,,千恵,Chie,105_SC03b_c_026.wav,chieL,,34,,,,,,,,How can I get it off? +224800 ,,,,,,,主人公,,,chieL,,34,,,,,,,,"Hmm, I'm not sure, but maybe washing it with water or laund―" +224900 ,,,,,,,千恵,Chie,105_SC03b_c_027.wav,chieL,,14,,,,,,,,"―Hey, Uncle, is there a water faucet around here?" +225000 ,,,,,,,,,,chieL,,14,,,,,,,,"Chii-chan, who had slumped her shoulders, looked around\nwhile standing on tiptoe." +225100 ,,,,,,,主人公,,,chieL,,14,,,,,,,,"No, I don't think there is." +225200 ,,,,,,,主人公,,,chieL,,14,,,,,,,,And that stain might not come off even if you wash it. +225300 ,,,,,,,千恵,Chie,105_SC03b_c_028.wav,chieL,,25,,,,,,,,"What! Then I'll go home and ask Mom! Bye, Uncle!" +225400 ,,,,,,,主人公,,,chieL,,25,,,,,,,,"Wait, Chii-chan! It's dangerous to rush like that! What if a\ncar comes!" +225500 ,,,,,,,千恵,Chie,105_SC03b_c_029.wav,chieL,,24,,,,,,,,Ah... s-sorry. +225600 ,,,,,,,,,,chieL,,24,,,,,,,,"Oops, I ended up yelling because she wasn't paying attention\nto her surroundings." +225700 ,,,,,,,,,,chieL,,24,,,,,,,,"...Don't make me worry like that, this girl." +225800 ,,,,,,,主人公,,,chieL,,24,,,,,,,,"It's okay, Chii-chan." +225900 ,,,,,,,,,,chieL,,24,,,,,,,,"As I said that, I placed my hand on her head and gently\npatted her." +226000 ,,,,,,,千恵,Chie,105_SC03b_c_030.wav,chieL,,14,,,,,,,,... +226100 ,,,,,,,主人公,,,chieL,,14,,,,,,,,"It's not something expensive, so I'll buy you another one." +226200 ,,,,,,,千恵,Chie,105_SC03b_c_031.wav,chieL,,5,,,,,,,,...But... +226300 ,,,,,,,主人公,,,chieL,,5,,,,,,,,Hmm? +226400 ,,,,,,,千恵,Chie,105_SC03b_c_032.wav,chieL,,8,,,,,,,,Because... it was the first thing my dad bought for me... +226500 ,,,,,,,主人公,,,chieL,,8,,,,,,,,... +226600 ,,,,,,,千恵,Chie,105_SC03b_c_033.wav,chieL,,14,,,,,,,,...Even though he's not my dad anymore. +226700 ,,,,,,,,,,,,,,,,,,,,Dad... huh. +226800 ,,,,,,,,,,,,,,,,,,,,"At that moment, I realized once again." +226900 ,,,,,,,,,,,,,,,,,,,,I really love Chii-chan. +227000 ,,,8,121,,,,,,,,,,,,,,,,"I want to do something for Chii-chan, who longs for a\nfather." +227100 ,,"",0,,,,,,,,,,,,,,,,,I want to be for Chii-chan―― +227200 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Embrace her as a father,sel_1a",,,,,,,,,,,,,,,,,,,■@ My paternal instincts outweighed my lolicon tendencies +↓,"$menu_item 1,Embrace her as a lover,sel_1b",,,,,,,,,,,,,,,,,,,■A I like her as a lolicon +↓,$menu_end,,,,,,,,,,,,,,,,,,, +227300 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ My paternal instincts outweighed my lolicon tendencies +227400 ,,,9,,,,,,,,,,,,,,,,,――I wanted to hold her as a father. +227500 ,,,,,,,主人公,,,,,,,,,,,,,...Chii-chan. +227600 ,,,,,,,千恵,Chie,105_SC03b_c_034.wav,chieL,,3,,,,,,,,"What is it, uncle?" +227700 ,,,,,,,主人公,,,chieL,,3,,,,,,,,"I said I wanted to be your husband, but I'm going to stop\nthat now, okay?" +227800 ,,,,,,,千恵,Chie,105_SC03b_c_035.wav,chieL,,24,,,,,,,,"Huh? ...What's wrong, uncle?" +227900 ,,,,,,,,,,chieL,,24,,,,,,,,Chii-chan looked at me with a surprised and bewildered\nexpression. +228000 ,,,,,,,千恵,Chie,105_SC03b_c_036.wav,chieL,,25,,,,,,,,Ah... did you start disliking me because I dirtied my bag? +228100 ,,,,,,,千恵,Chie,105_SC03b_c_037.wav,chieL,,28,,,,,,,,"I-It's okay! If I tell mom, she'll clean it right away..." +228200 ,,,,,,,主人公,,,chieL,,28,,,,,,,,That's not it. +228300 ,,,,,,,千恵,Chie,105_SC03b_c_038.wav,chieL,,8,,,,,,,,"Uh, then... is it because I wet myself the other day?" +228400 ,,,,,,,主人公,,,chieL,,8,,,,,,,,That's not it either. +228500 ,,,,,,,千恵,Chie,105_SC03b_c_039.wav,chieL,,14,,,,,,,,Then... then... +228600 ,,,,,,,,,,chieL,,14,,,,,,,,"Chii-chan was flustered, not knowing what to do, waving her\nhands around." +228700 ,,,,,,,,,,chieL,,14,,,,,,,,"I have to explain, but... phew... I'm kind of nervous." +228800 ,,,,,,,,,,chieL,,14,,,,,,,,"Because even if I say this, I don't know if it'll be\naccepted." +228900 ,,,,,,,,,,chieL,,14,,,,,,,,"But well, I should say it properly." +229000 ,,,,,,,主人公,,,chieL,,14,,,,,,,,"Chii-chan, will you listen to me?" +229100 ,,,,,,,千恵,Chie,105_SC03b_c_040.wav,chie,,3,,,,,,,,Y-Yeah. +229200 ,,,,,,,主人公,,,chie,,3,,,,,,,,I want to be... Chii-chan's father. +229300 ,,,,,,,千恵,Chie,105_SC03b_c_041.wav,chie,,4,,,,,,,,Huh? +229400 ,,,,,,,,,,chie,,4,,,,,,,,...I said it. I really said it. +229500 ,,,,,,,千恵,Chie,105_SC03b_c_042.wav,chie,,23,,,,,,,,R-Really? Really? +229600 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Yeah, that's what I think." +229700 ,,,,,,,千恵,Chie,105_SC03b_c_043.wav,chie,,1,,,,,,,,Yayyyy~~! Uncle is going to be my dad! +229800 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Well... I don't know if your mom will agree, though." +229900 ,,,,,,,千恵,Chie,105_SC03b_c_044.wav,chie,,20,,,,,,,,It'll be fine! +230000 ,,,,,,,,,,chie,,20,,,,,,,,"I don't know why she's so confident, but well, Chii-chan\nseems happy." +230100 ,,,,,,,,,,chie,,20,,,,,,,,"...Yeah, Chii-chan really is a good kid." +230200 ,,,,,,,主人公,,,chie,,20,,,,,,,,"Chii-chan, if I stay as your groom, I can't marry your mom." +230300 ,,,,,,,主人公,,,chie,,20,,,,,,,,"So, today is the end of me being your groom." +230400 ,,,,,,,千恵,Chie,105_SC03b_c_045.wav,chie,,7,,,,,,,,... +230500 ,,,,,,,,,,chie,,7,,,,,,,,"Chii-chan had a complex expression, both happy and a bit\nsad." +230600 ,,,,,,,,,,chie,,7,,,,,,,,"Maybe she was also confused, like me, whether she wanted a\nfather figure or liked me as a partner." +230700 ,,,,,,,,,,chie,,7,,,,,,,,"Of course, it's probably just a feeling." +230800 ,,,,,,,主人公,,,chie,,7,,,,,,,,"So, Chii-chan, for the last time, should we do it?" +230900 ,,,,,,,千恵,Chie,105_SC03b_c_046.wav,chie,,3,,,,,,,,Huh? +231000 ,,,,,,,主人公,,,chie,,3,,,,,,,,"I'm also sad that I won't be your groom anymore, so for the\nlast time... okay?" +231100 ,,,,,,,,,,chie,,3,,,,,,,,Chii-chan thought for a moment. +231200 ,,,,,,,千恵,Chie,105_SC03b_c_047.wav,chie,,2,,,,,,,,Yeah... thinking about not doing this with you anymore...\nmakes me a little sad too. +231300 ,,,,,,,千恵,Chie,105_SC03b_c_048.wav,chie,,2,,,,,,,,"Chii-chan wants to do naughty things with you, uncle." +231400 ,,,,,,,,,,chie,,2,,,,,,,,She said with a bright smile. +231500 ,,,,,,,主人公,,,chie,,2,,,,,,,,"Alright, then after this, I'll do my best to become your\ndad, Chii-chan!" +231600 ,,,,121,,,千恵,Chie,105_SC03b_c_049.wav,chie,,22,,,,,,,,Yeah! +231800 ,,,,9000,,,,,,,,,,,,,,,,We stepped off the path and entered the nearby bushes. +231900 ,,,,,,,,,,,,,,,,,,,,"There aren't many people around at this time, and if we go\nthis far, we shouldn't be found." +232000 ,,,,,,,千恵,Chie,105_SC03b_c_050.wav,,,,,,,,,,,"Uncle, are we doing it outside?" +232100 ,,,,,,,主人公,,,,,,,,,,,,,"Yeah, that's right." +232200 ,,,,,,,主人公,,,,,,,,,,,,,"Then, could you put your hands on that tree and turn your\nbutt this way?" +232300 ,,,,,,,千恵,Chie,105_SC03b_c_051.wav,,,,,,,,,,,L-Like this? +232400 ,,,,,,,主人公,,,,,,,,,,,,,"Yeah, now let's lift your clothes a little, okay?" +232500 ,,,,,,,千恵,Chie,105_SC03b_c_052.wav,,,,,,,,,,,"Okay... hehe, uncle, you're really like a dad." +232600 ,,,,,,,,,,,,,,,,,,,,Though a dad shouldn't be doing this. +232700 ,,,,,,,,,,,,,,,,,,,,"I pulled down Chii-chan's pants and panties, and lifted her\nshirt." +232800 ,,,,,,,,,,,,,,,,,,,,"Yeah, her pussy, her butt hole, and her breasts are all\nexposed." +233000 ,,,,,1231000,,,,,,,,,,,,,,, +233100 ,*mem,,,,1231000,,,,,,,,,,,,,,, +233200 ,,,9,,1231000,,千恵,Chie,105_SC03b_c_053.wav,chie,,0,,,,,,,,"Uncle, is this okay?" +233300 ,,,,,1231000,,主人公,,,,,,,,,,,,,"Yeah, it's fine." +233400 ,,,,,1231000,,,,,,,,,,,,,,,Thinking that this sight will be the last makes me a bit\nsad. +233500 ,,,,,1231000,,千恵,Chie,105_SC03b_c_054.wav,chie,,0,,,,,,,,"...? What's wrong, uncle?" +233600 ,,,,,1231000,,主人公,,,,,,,,,,,,,"No, it's nothing." +233700 ,,,,,1231000,,,,,,,,,,,,,,,"Her beautiful pussy, her butt hole... Did I really make the\nright choice by choosing her mother?" +233800 ,,,,,1231000,,主人公,,,,,,,,,,,,,... +233900 ,,,,,1231000,,,,,,,,,,,,,,,"No! I've decided, I'm going to be Chii-chan's dad!" +234000 ,,,,,1231000,,,,,,,,,,,,,,,So this is the end! +234100 ,,,,,1231000,,主人公,,,,,,,,,,,,,"Alright, Chii-chan, let's make it a bit more comfortable for\nmy cock to go in, okay?" +234200 ,,,,,1231000,,千恵,Chie,105_SC03b_c_055.wav,chie,,0,,,,,,,,Yeah. I'm really happy that uncle is worried about me. +234300 ,,,,,1231000,,主人公,,,,,,,,,,,,,"Haha, after all, I'm your dad." +234400 ,,,,,1231000,,千恵,Chie,105_SC03b_c_056.wav,chie,,0,,,,,,,,Hehe~ +234500 ,,,,,1231000,,,,,,,,,,,,,,,"While saying that, I lightly press my cock against the slit\nof Chii-chan's pussy." +234700 ,,,,,1231010,,千恵,Chie,105_SC03b_c_057.wav,chie,,0,,,,,,,,Nn... +234800 ,,,,,1231010,,,,,,,,,,,,,,,"Then, slowly tracing it, I start to caress her as if bidding\nfarewell." +234900 ,,,,,1231010,,,,,,,,,,,,,,,"Chii-chan places her hands on the tree, spreads her legs on\nher own, and at the same time, her pussy opens slightly." +235000 ,,,,,1231010,,主人公,,,,,,,,,,,,,"Oh... that's naughty, Chii-chan." +235100 ,,,,,1231010,,千恵,Chie,105_SC03b_c_058.wav,chie,,0,,,,,,,,R-Really? +235200 ,,,,,1231010,,,,,,,,,,,,,,,I lightly place my finger on the protrusion near the small\nopen hole. +235300 ,,,,,1231010,,千恵,Chie,105_SC03b_c_059.wav,chie,,0,,,,,,,,"Nnfu! Ah... uncle, there..." +235400 ,,,,,1231010,,,,,,,,,,,,,,,Chii-chan wiggles her hips. She must be surprised because I\nsuddenly touched her clitoris. +235500 ,,,,,1231010,,,,,,,,,,,,,,,"Alright, since it's the last time today, I'll thoroughly\nenjoy Chii-chan's body." +235600 ,,,,,1231010,,,,,,,,,,,,,,,"I lean over her, bringing my hand to her chest, and poke her\nbreasts." +235700 ,,,,,1231010,,千恵,Chie,105_SC03b_c_060.wav,chie,,0,,,,,,,,"Ah, uncle?" +235800 ,,,,,1231010,,主人公,,,,,,,,,,,,,"Oh? Your nipples are already perky, what a naughty body you\nhave." +235900 ,,,,,1231010,,千恵,Chie,105_SC03b_c_061.wav,chie,,0,,,,,,,,I-I don't think so... Chii-chan doesn't have a lewd body...\nhaah! +236000 ,,,,,1231010,,,,,,,,,,,,,,,I knead Chii-chan's nipples with my fingers. +236100 ,,,,,1231010,,千恵,Chie,105_SC03b_c_062.wav,chie,,0,,,,,,,,"Ah... uncle, my breasts are ticklish." +236200 ,,,,,1231010,,千恵,Chie,105_SC03b_c_063.wav,chie,,0,,,,,,,,"Ah... wait... nnngh! Hah, nnngh... no, you can't play with\nthem so much..." +236300 ,,,,,1231010,,,,,,,,,,,,,,,"Hmm... even though they're soft, her nipples are hard and\nfeel nice." +236400 ,,,,,1231010,,,,,,,,,,,,,,,"Alright, next, I bring my mouth close to Chii-chan's nape." +236500 ,,,,,1231010,,主人公,,,,,,,,,,,,,"Mwah. Chu chu, mm, chu, juu juu." +236600 ,,,,,1231010,,千恵,Chie,105_SC03b_c_064.wav,chie,,0,,,,,,,,Huh? Hwaa? Something... nnngh! It tingles! +236700 ,,,,,1231010,,主人公,,,,,,,,,,,,,"Ah, Chii-chan, your neck feels good too, huh? Mwah. Chum,\nchu." +236800 ,,,,,1231010,,千恵,Chie,105_SC03b_c_065.wav,chie,,0,,,,,,,,Hwaa? Chii-chan doesn't really understand... Hah! +236900 ,,,,,1231010,,,,,,,,,,,,,,,Then I place my finger on her pussy. +237000 ,,,,,1231010,,千恵,Chie,105_SC03b_c_066.wav,chie,,0,,,,,,,,Nnngh!? Ah... uncle... +237100 ,,,,,1231010,,,,,,,,,,,,,,,I peel back the clitoral hood and circle the tip with my\nfingertip. +237200 ,,,,,1231010,,千恵,Chie,105_SC03b_c_067.wav,chie,,0,,,,,,,,"Hyaa! Nnnnn!? Ah, hah... nnngh! That's amazing." +237300 ,,,,,1231010,,千恵,Chie,105_SC03b_c_067a.wav,chie,,0,,,,,,,,"Fwaaah... nnngh! No, hwaa! Don't play with it so much." +237400 ,,,,,1231010,,主人公,,,,,,,,,,,,,Hmm? Do you like this? +237500 ,,,,,1231010,,千恵,Chie,105_SC03b_c_068.wav,chie,,0,,,,,,,,"Hyah. Ah... Ahaha, it feels so good. Hah, hah, hah, hah,...\nnnngh!" +237600 ,,,,,1231010,,,,,,,,,,,,,,,Chii-chan's back trembles as if waves are running through\nit. +237700 ,,,,,1231010,,千恵,Chie,105_SC03b_c_069.wav,chie,,0,,,,,,,,"Ah... uhh... oh, ah, ahhh... Chii-chan, something's dripping\nfrom my pussy." +237800 ,,,,,1231010,,,,,,,,,,,,,,,"Then, from her pussy, a lewd-smelling fluid trickled down\nand dripped onto the ground." +237900 ,,,,,1231010,,主人公,,,,,,,,,,,,,"Wow, that's amazing. You're dripping so much." +238000 ,,,,,1231010,,千恵,Chie,105_SC03b_c_070.wav,chie,,0,,,,,,,,"Well, your finger felt so good, uncle." +238100 ,,,,,1231010,,,,,,,,,,,,,,,She says something that makes me happy. +238200 ,,,,,1231010,,主人公,,,,,,,,,,,,,"Then, Chii-chan... I'm going to put it in, okay?" +238300 ,,,,,1231010,,千恵,Chie,105_SC03b_c_071.wav,chie,,0,,,,,,,,Okay. +238400 ,,,,,1231010,,,,,,,,,,,,,,,"Since it's the last time, I kiss Chii-chan on the lips." +238500 ,,,,,1231010,,主人公,,,,,,,,,,,,,Mmm... chu. +238600 ,,,,,1231010,,千恵,Chie,105_SC03b_c_072.wav,chie,,0,,,,,,,,Amu. +238700 ,,,,,1231010,,,,,,,,,,,,,,,I press my cock against her and align it with the entrance. +238800 ,,,,,1231010,,,,,,,,,,,,,,,"And then, all at once." +239000 ,,,,,1231020,,千恵,Chie,105_SC03b_c_073.wav,chie,,0,,,,,,,,Fwah! +239100 ,,,,,1231020,,主人公,,,,,,,,,,,,,Nngh. Nnnngh. +239200 ,,,,,1231020,,,,,,,,,,,,,,,"Thanks to being more than wet enough, it slid all the way in\nsmoothly, even though it was her first time in this\nposition." +239300 ,,,,,1231020,,千恵,Chie,105_SC03b_c_074.wav,chie,,0,,,,,,,,"Fwah, ahh, Chii-chan's inside is filled with uncle's..." +239400 ,,,,,1231020,,主人公,,,,,,,,,,,,,"Guh, ugh." +239500 ,,,,,1231020,,,,,,,,,,,,,,,"When Chii-chan breathes, the walls of her pussy tighten." +239600 ,,,,,1231020,,,,,,,,,,,,,,,...Today is the last day with this kind of pussy. +239700 ,,,,,1231020,,千恵,Chie,105_SC03b_c_075.wav,chie,,0,,,,,,,,"Uncle, you can move now." +239800 ,,,,,1231020,,主人公,,,,,,,,,,,,,"Yeah, it's our last time making love. I'll make sure it\nfeels good for you." +239900 ,,,,,1231020,,,,,,,,,,,,,,,"When I move my cock, Chii-chan's body reacts cutely,\ntwitching." +240000 ,,,,,1231020,,千恵,Chie,105_SC03b_c_076.wav,chie,,0,,,,,,,,"Hyaah, ahh... uncle's cock... nn, nn, nn, nn!" +240100 ,,,,,1231020,,,,,,,,,,,,,,,"Maybe the position is uncomfortable, as she lets out pained\nsounds every time I move." +240200 ,,,,,1231020,,,,,,,,,,,,,,,"Oh, I see she's standing on her tiptoes." +240300 ,,,,,1231020,,主人公,,,,,,,,,,,,,"Chii-chan, don't push yourself too hard. Make yourself more\ncomfortable." +240400 ,,,,,1231020,,千恵,Chie,105_SC03b_c_077.wav,chie,,0,,,,,,,,B-but... I want uncle to feel good. +240500 ,,,,,1231020,,主人公,,,,,,,,,,,,,Hm? +240600 ,,,,,1231020,,千恵,Chie,105_SC03b_c_078.wav,chie,,0,,,,,,,,"...I'm happy that uncle will become my dad, but are you okay\nwith not being able to have sex with Chii-chan anymore?" +240700 ,,,,,1231020,,主人公,,,,,,,,,,,,,...Eh? +240800 ,,,,,1231020,,千恵,Chie,105_SC03b_c_079.wav,chie,,0,,,,,,,,"Chii-chan kind of likes having sex with uncle... it's okay\neven after you become my dad, you know?" +240900 ,,,,,1231020,,主人公,,,,,,,,,,,,,Chii-chan... +241000 ,,,,,1231020,,,,,,,,,,,,,,,...Is that what she's been thinking? +241100 ,,,,,1231020,,主人公,,,,,,,,,,,,,... +241200 ,,,,,1231020,,,,,,,,,,,,,,,"So I can continue having sex with Chii-chan in the future,\nhuh? That's tempting!" +241300 ,,,,,1231020,,,,,,,,,,,,,,,And she even kind of likes having sex with me! That's\nwonderful! +241400 ,,,,,1231020,,千恵,Chie,105_SC03b_c_080.wav,chie,,0,,,,,,,,"What do you think, uncle?" +241500 ,,,,,1231020,,主人公,,,,,,,,,,,,,Of course... +241600 ,,,,,1231020,,,,,,,,,,,,,,,...No. +241700 ,,,,,1231020,,,,,,,,,,,,,,,I love Chii-chan and decided to become her dad. +241800 ,,,,,1231020,,,,,,,,,,,,,,,A dad shouldn't do things like this. I'll be a proper dad\nfor her. +241900 ,,,,,1231020,,主人公,,,,,,,,,,,,,"No, Chii-chan. This is the last time for things like this." +242000 ,,,,,1231020,,千恵,Chie,105_SC03b_c_081.wav,chie,,0,,,,,,,,Uncle. +242100 ,,,,,1231020,,主人公,,,,,,,,,,,,,"A dad shouldn't do things like this, and it would be\ncheating on your mom too." +242200 ,,,,,1231020,,千恵,Chie,105_SC03b_c_082.wav,chie,,0,,,,,,,,"Oh, right!" +242300 ,,,,,1231020,,主人公,,,,,,,,,,,,,"If you don't want to make your mom sad, it ends today." +242400 ,,,,,1231020,,千恵,Chie,105_SC03b_c_083.wav,chie,,0,,,,,,,,... +242500 ,,,,,1231020,,,,,,,,,,,,,,,"Chii-chan seemed to think for a moment, then nodded lightly." +242600 ,,,,,1231020,,千恵,Chie,105_SC03b_c_084.wav,chie,,0,,,,,,,,"Got it. This will be the last time I have sex with you,\nuncle." +242700 ,,,,,1231020,,主人公,,,,,,,,,,,,,Yeah. +242800 ,,,,,1231020,,千恵,Chie,105_SC03b_c_085.wav,chie,,0,,,,,,,,"Then today, you can do whatever you want with Chii-chan,\nokay?" +242900 ,,,,,1231020,,主人公,,,,,,,,,,,,,"Thank you, Chii-chan. In return, I'll make you feel good." +243000 ,,,,,1231020,,千恵,Chie,105_SC03b_c_086.wav,chie,,0,,,,,,,,Okay! +243100 ,,,,,1231020,,,,,,,,,,,,,,,"With that, they exchanged a kiss." +243200 ,,,,,1231020,,千恵,Chie,105_SC03b_c_087.wav,chie,,0,,,,,,,,Mmm... smooch. +243300 ,,,,,1231020,,主人公,,,,,,,,,,,,,Mmm... nngh. +243400 ,,,,,1231020,,,,,,,,,,,,,,,Then I thrust my cock deeper inside her. +243600 ,,,,,1231030,,千恵,Chie,105_SC03b_c_088.wav,chie,,0,,,,,,,,"Ugh... ah, hic, ahh... nngh, it's deep! Ahh, ahh... nngh,\nah, ha... nngh." +243700 ,,,,,1231030,,千恵,Chie,105_SC03b_c_089.wav,chie,,0,,,,,,,,"Ah, ha, nngh! Ahhh, nngh! Deep inside... uncle's... ahh." +243800 ,,,,,1231030,,,,,,,,,,,,,,,Chii-chan convulsed with a shiver. +243900 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Chii-chan, can I go a little faster?" +244000 ,,,,,1231030,,千恵,Chie,105_SC03b_c_090.wav,chie,,0,,,,,,,,"Y-Yeah, nngh! Move however you like, uncle! Hyah! Fuah,\nfuah!" +244100 ,,,,,1231030,,主人公,,,,,,,,,,,,,Then I won't hold back. +244200 ,,,,,1231030,,千恵,Chie,105_SC03b_c_091.wav,chie,,0,,,,,,,,"Nngh! Ahhh... th-that, nngh! It's so squishy, it feels\ngood... ahhh! Haaa, ahhh..." +244300 ,,,,,1231030,,,,,,,,,,,,,,,I thrust in and out of Chii-chan's pussy with a squelching\nsound. +244400 ,,,,,1231030,,,,,,,,,,,,,,,"Her pussy stretches and contracts, like a pump sending out\nmy cock." +244500 ,,,,,1231030,,千恵,Chie,105_SC03b_c_092.wav,chie,,0,,,,,,,,"Hnn, nngh, hya, my pussy... it's moving so much... nngh, ah." +244600 ,,,,,1231030,,千恵,Chie,105_SC03b_c_093.wav,chie,,0,,,,,,,,"Ah, nngh, faaah! Hiiiii! Noooo! My cock is... faaaaah...\nkuh...! Moving around!" +244700 ,,,,,1231030,,主人公,,,,,,,,,,,,,How is it? Does it feel good? +244800 ,,,,,1231030,,千恵,Chie,105_SC03b_c_094.wav,chie,,0,,,,,,,,"Ahh... haah... uncle, it's too late now... faaaah...\nu-uungh!" +244900 ,,,,,1231030,,千恵,Chie,105_SC03b_c_095.wav,chie,,0,,,,,,,,"Ahhh... nngh! Uncle, you've been making me feel good all\nalong, haven't you?" +245000 ,,,,,1231030,,,,,,,,,,,,,,,"Oh, she thought that all along." +245100 ,,,,,1231030,,主人公,,,,,,,,,,,,,Then I'll make you feel even better. +245200 ,,,,,1231030,,,,,,,,,,,,,,,"I spread Chii-chan's soft, small butt open." +245300 ,,,,,1231020,,千恵,Chie,105_SC03b_c_096.wav,chie,,0,,,,,,,,Fwah!? +245400 ,,,,,1231020,,,,,,,,,,,,,,,Her cute little hole twitches tightly. +245500 ,,,,,1231020,,千恵,Chie,105_SC03b_c_097.wav,chie,,0,,,,,,,,U-Uncle?! Th-that's... my butt hole? +245600 ,,,,,1231020,,主人公,,,,,,,,,,,,,"Yeah, there are lots of people who find this feels good too." +245700 ,,,,,1231020,,,,,,,,,,,,,,,I tease her butt hole with my finger. +245800 ,,,,,1231030,,千恵,Chie,105_SC03b_c_098.wav,chie,,0,,,,,,,,"Fuh, haah. Nnnn!?" +245900 ,,,,,1231030,,主人公,,,,,,,,,,,,,Whoa!? Inside her pussy is amazing! +246000 ,,,,,1231030,,,,,,,,,,,,,,,"As Chii-chan twists her body, her pussy moves and sends a\nrush of stimulation to my cock." +246100 ,,,,,1231030,,,,,,,,,,,,,,,"At the same time, it seems like various parts of Chii-chan's\npussy are being stimulated, making her arch her back." +246200 ,,,,,1231030,,千恵,Chie,105_SC03b_c_099.wav,chie,,0,,,,,,,,"Fwah! No, ah! It's amazing... Fwah! Hah, ahhh, ah! Ah! It's\nhitting... all sorts of places." +246300 ,,,,,1231030,,,,,,,,,,,,,,,"Chii-chan's knees tremble, but I hold her waist to keep her\nfrom falling." +246400 ,,,,,1231030,,,,,,,,,,,,,,,"And while doing so, I pull her closer and thrust my hips\nvigorously." +246500 ,,,,,1231030,,千恵,Chie,105_SC03b_c_100.wav,chie,,0,,,,,,,,"Hyu! Nn, ahh! Ahh! Hauuu! It's intense...!" +246600 ,,,,,1231030,,千恵,Chie,105_SC03b_c_101.wav,chie,,0,,,,,,,,"Nngh! Fwah, but it's so... Fwah! It feels so good... Ahhh!\nFyaaah!" +246700 ,,,,,1231030,,主人公,,,,,,,,,,,,,I-I'm feeling good too! +246800 ,,,,,1231030,,千恵,Chie,105_SC03b_c_102.wav,chie,,0,,,,,,,,"Hya! Every time your cock goes in, my pussy tightens...\nChii-chan feels like she's going to come." +246900 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Chii-chan, it's the last time, so hold on a little longer." +247000 ,,,,,1231030,,千恵,Chie,105_SC03b_c_103.wav,chie,,0,,,,,,,,"Fwah! Y-yeah! Chii-chan will hold on. Nngh, ah, haaah!" +247100 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Yeah, do your best." +247200 ,,,,,1231030,,,,,,,,,,,,,,,"Chii-chan's pussy becomes more slippery, changing from a\ntight sensation to a soft, undulating one." +247300 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Oh! Amazing, Chii-chan... It's like your pussy is melting!" +247400 ,,,,,1231030,,千恵,Chie,105_SC03b_c_104.wav,chie,,0,,,,,,,,"Eh!? Is Chii-chan's pussy... melting? Ah, ahhh. Hyah! Fwah!\nNooo!" +247500 ,,,,,1231030,,主人公,,,,,,,,,,,,,"No, it's just like that. But still, it's clinging... it\nfeels like my cock might melt too!" +247600 ,,,,,1231030,,,,,,,,,,,,,,,"When I pull out to the ridge, the newly overflowing love\njuices drip down." +247700 ,,,,,1231030,,主人公,,,,,,,,,,,,,Whoa... Chii-chan! Both your pussy and your butt hole are\ntwitching! +247800 ,,,,,1231030,,千恵,Chie,105_SC03b_c_105.wav,chie,,0,,,,,,,,"No, don't look at Chii-chan's butt so much!" +247900 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Hmm, could it be that something is about to come out?" +248000 ,,,,,1231030,,千恵,Chie,105_SC03b_c_106.wav,chie,,0,,,,,,,,"Fwah! Uuu! Ahhhh. No, Onii-chan, ah! Hah, ahhh! It feels so\ngood, I can't help but move! Hah, hah, hyaaa!" +248100 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Heh, so it feels so good that your butt moves on its own." +248200 ,,,,,1231030,,千恵,Chie,105_SC03b_c_107.wav,chie,,0,,,,,,,,T-this is the first time that's happened today. +248300 ,,,,,1231030,,,,,,,,,,,,,,,"Her anus twitches, and lewd sounds echo from her pussy,\ngoing squish, squish, squish." +248400 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Wow, it's like you wet yourself." +248500 ,,,,,1231030,,千恵,Chie,105_SC03b_c_108.wav,chie,,0,,,,,,,,Chii-chan didn't wet herself! +248600 ,,,,,1231030,,主人公,,,,,,,,,,,,,Hmm? +248700 ,,,,,1231030,,,,,,,,,,,,,,,"Ah, I see! It's because of that accident the other day." +248800 ,,,,,1231030,,,,,,,,,,,,,,,"Alright, in that case." +248900 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Really, even though so much is coming out?" +249000 ,,,,,1231030,,千恵,Chie,105_SC03b_c_109.wav,chie,,0,,,,,,,,This is the juice that comes out when it feels good! +249100 ,,,,,1231030,,主人公,,,,,,,,,,,,,I see. +249200 ,,,,,1231030,,,,,,,,,,,,,,,"When I thrust my hips strongly, loud splashing sounds can be\nheard." +249300 ,,,,,1231030,,,,,,,,,,,,,,,"Wow, that's amazing." +249400 ,,,,,1231030,,千恵,Chie,105_SC03b_c_110.wav,chie,,0,,,,,,,,"Fwah! Nyaa! Ahhh, Onii-chan! Fwaaaa!" +249500 ,,,,,1231030,,,,,,,,,,,,,,,"Her whole body convulses, arching her back, twisting as if\ntrying to escape the pleasure." +249600 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Chii-chan, you're thrashing around too much." +249700 ,,,,,1231030,,千恵,Chie,105_SC03b_c_111.wav,chie,,0,,,,,,,,"Nngh! It's just, it feels too good... Fwah! Onii-chan! Onii-\nchan! Ah, ahhh! Fwaaaa!" +249800 ,,,,,1231030,,主人公,,,,,,,,,,,,,Whoa!? I-I'm feeling really good too. +249900 ,,,,,1231030,,,,,,,,,,,,,,,"Inside Chii-chan's hot pussy, it feels like my cock might\nmelt." +250000 ,,,,,1231030,,千恵,Chie,105_SC03b_c_112.wav,chie,,0,,,,,,,,"Higu! No more! Hiaaa! Chii-chan is going crazy! Ahhh, my\nbody is twitching from Oji- chan's cock!" +250100 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Fuh, O-Oji-san feels like he's going crazy too!" +250200 ,,,,,1231030,,千恵,Chie,105_SC03b_c_113.wav,chie,,0,,,,,,,,"Nngh! Fwah, kuu... Ahh, Oji-chan! Nkuu... Let me rest. Ahh!\nFwaaaaaa!" +250300 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Sorry, Chii-chan! Oji-san's cock... Ah, haah haah. It\ndoesn't seem like it'll stop until I cum!" +250400 ,,,,,1231030,,,,,,,,,,,,,,,"The rhythm of my hips gets faster and faster, and I can hear\nthe sound of air going in and out of her pussy." +250500 ,,,,,1231030,,,,,,,,,,,,,,,Chii-chan looks back at me with a dazed expression. +250600 ,,,,,1231030,,,,,,,,,,,,,,,That expression isn't one you'd show to a father... This is\nthe last time we'll have sex. +250700 ,,,,,1231030,,千恵,Chie,105_SC03b_c_114.wav,chie,,0,,,,,,,,"Oji-chan... Ahh... I love you! Ah, haa, Chii-chan loves Oji-\nchan so much!" +250800 ,,,,,1231030,,主人公,,,,,,,,,,,,,I love Chii-chan too. +250900 ,,,,,1231030,,千恵,Chie,105_SC03b_c_115.wav,chie,,0,,,,,,,,"Hia, Oji-chan! Ah! Haah haah haah. Chii-chan is about to\ncum!" +251000 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Haah, haah, Oji-san too! Let's cum together, Chii-chan!" +251100 ,,,,,1231030,,千恵,Chie,105_SC03b_c_116.wav,chie,,0,,,,,,,,"Ah, nn. Yes! Yes! Oji-chan! Oji-chan! Ahhh! Fwah! Hiaaaaa!" +251200 ,,,,,1231030,,,,,,,,,,,,,,,"The movement of my cock gets faster and faster, indulging in\npleasure as love juices scatter." +251300 ,,,,,1231030,,,,,,,,,,,,,,,"The sound of splashing echoes, making it seem like we've\nreally wet ourselves." +251400 ,,,,,1231030,,千恵,Chie,105_SC03b_c_117.wav,chie,,0,,,,,,,,Nuuu! Ahh! Fwah! Chii-chan's head is getting fuzzy! ...Ahh! +251500 ,,,,,1231030,,主人公,,,,,,,,,,,,,Haah haah! Ch-Chii-chan... Chii-chan... I love you! +251600 ,,,,,1231030,,千恵,Chie,105_SC03b_c_118.wav,chie,,0,,,,,,,,"Nn! Ahh, Oji-chan, Oji-chan, Oji-chan, Oji- chan!" +251700 ,,,,,1231030,,,,,,,,,,,,,,,Chii-chan's pussy tightens and convulses as if it doesn't\nwant to let go of my cock. +251800 ,,,,,1231030,,千恵,Chie,105_SC03b_c_119.wav,chie,,0,,,,,,,,"Oji-chan, can Chii-chan cum?" +251900 ,,,,,1231030,,主人公,,,,,,,,,,,,,Y-Yes! I'm about to cum too! +252000 ,,,,,1231030,,千恵,Chie,105_SC03b_c_120.wav,chie,,0,,,,,,,,"Ahhh! Chii-chan is going to cum! Oji-chan! Oji-chan! Ahh!\nI'm cumming, I'm cumming!!" +252100 ,,,,,1231030,,主人公,,,,,,,,,,,,,Chii-chan! Chii-chan! Chii-chan! Ohhh! Kuh!? +252200 ,,,,,1231030,,,,,,,,,,,,,,,"Chii-chan's body stiffens for a moment, then arches her\nback." +252300 ,$menu_begin,,,,1231030,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_2a",,,,1231030,,,,,,,,,,,,,,,■@ Cum inside +↓,"$menu_item 1,Finish outside,sel_2b",,,,1231030,,,,,,,,,,,,,,,■A Cum outside +↓,$menu_end,,,,1231030,,,,,,,,,,,,,,, +252400 ,*sel_2a,,,,1231030,,,,,,,,,,,,,,,■@ Cum inside +252500 ,,,,,1231030,,主人公,,,,,,,,,,,,,Fwah! Chii-chan! Take Oji-san's final sperm in your pussy! +252600 ,,,,,1231030,,千恵,Chie,105_SC03b_c_121.wav,chie,,0,,,,,,,,Y-Yes! Yes! Hiaaaah! +252700 ,,,,,1231030,,,,,,,,,,,,,,,"A tingling sensation gathers from my hips, balls, and calves\nto my cock, releasing it inside Chii-chan." +252900 ,,,,,1231040,,,,,,,,,,,,,,,――Sploosh! Sploosh-sploosh-sploosh! Sploosh- gush! +253000 ,,,,,1231040,,,,,,,,,,,,,,,"A feeling as if being sucked in rushes through me, pressing\nmy hips and cock into Chii-chan as much as possible." +253100 ,,,,,1231040,,主人公,,,,,,,,,,,,,"Ohh... ah, ah! Kuh, ahhh!" +253200 ,,,,,1231040,,千恵,Chie,105_SC03b_c_122.wav,chie,,0,,,,,,,,"Ahh... ahh, Oji-chan's is coming into Chii- chan's pussy." +253300 ,,,,,1231040,,,,,,,,,,,,,,,"My cock continues to pump out semen, showing no signs of\nstopping." +253400 ,,,,,1231040,,,,,,,,,,,,,,,Chii-chan's pussy also tightens as if reluctant to part with\nmy cock. +253500 ,,,,,1231040,,千恵,Chie,105_SC03b_c_123.wav,chie,,0,,,,,,,,"Fuh... ah, ha... hiyuu! Haah haah... I can feel Oji-chan's\ncoming out a lot, nngh, I-I know..." +253600 ,,,,,1231040,,主人公,,,,,,,,,,,,,"Chii-chan... Ah, haah haah..." +253700 ,,,,,1231040,,,,,,,,,,,,,,,The pleasure of ejaculation is so intense that my whole body\nis tingling. +253800 ,,,,,1231040,,,,,,,,,,,,,,,"...Finally, the ejaculation starts to subside." +253900 ,,,,,1231050,,千恵,Chie,105_SC03b_c_124.wav,chie,,0,,,,,,,,"Ahh... hah! Ah, haah, haah, fuh~. Nngh..." +254000 ,,,,,1231050,,,,,,,,,,,,,,,Chii-chan's body is twitching lewdly over and over again. +254100 ,,,,,1231050,,千恵,Chie,105_SC03b_c_125.wav,chie,,0,,,,,,,,Oji-chan... it felt so good. +254200 ,,,,,1231050,,主人公,,,,,,,,,,,,,"Yeah, me too..." +254300 ,,,,,1231050,,千恵,Chie,105_SC03b_c_126.wav,chie,,0,,,,,,,,Oji-chan... I love you... +254400 ,,,,,1231050,,主人公,,,,,,,,,,,,,Yeah. I'll do my best to make sure Chii-chan loves me as a\nfather too. +254500 ,,,,,1231050,,千恵,Chie,105_SC03b_c_127.wav,chie,,0,,,,,,,,"Ehehe~. Yeah, Oji-chan." +254600 ,$go join_2,,,,,,,,,,,,,,,,,,, +254700 ,*sel_2b,,,,,,,,,,,,,,,,,,,■A Release outside +254800 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Fwah! Chii-chan! We can't have a child as parent and child,\nso I'll spray my sperm!" +254900 ,,,,,1231030,,千恵,Chie,105_SC03b_c_128.wav,chie,,0,,,,,,,,Y-yeah! Yeah! Hyaaah! +255000 ,,,,,1231030,,,,,,,,,,,,,,,"A shiver gathers from my hips, balls, and calves to my cock,\nand I pull it out all at once." +255100 ,,,,,1231030,,千恵,Chie,105_SC03b_c_129.wav,chie,,0,,,,,,,,Fuwaaah!? Oji-chan's cock!? +255200 ,,,,,1231030,,,,,,,,,,,,,,,"Then, I release it all over Chii-chan's body as I please." +255400 ,,,,,1231051,,,,,,,,,,,,,,,――Sploosh! Sploosh-sploosh-sploosh! +255500 ,,,,,1231051,,,,,,,,,,,,,,,"The sensation of releasing all the pleasure from my body\nthrough my cock rushes through me, showering Chii-chan's\nbody with sperm." +255600 ,,,,,1231051,,主人公,,,,,,,,,,,,,"Nngh... ah, ah! Kuh, ahhh!" +255700 ,,,,,1231051,,千恵,Chie,105_SC03b_c_130.wav,chie,,0,,,,,,,,"Agh... it's hot! Ahh, Oji-chan's is getting all over Chii-\nchan." +255800 ,,,,,1231051,,,,,,,,,,,,,,,"My cock continues to spurt out semen, showing no signs of\nstopping." +255900 ,,,,,1231051,,,,,,,,,,,,,,,"Chii-chan's pussy also remains open, as if reluctant to part\nwith my cock." +256000 ,,,,,1231051,,,,,,,,,,,,,,,...But I can't put it in there anymore. +256100 ,,,,,1231051,,千恵,Chie,105_SC03b_c_131.wav,chie,,0,,,,,,,,"Huff... ah, haa... hnn! Haa haa... Oji- chan's is coming out\nso much... my body is all sticky." +256200 ,,,,,1231051,,主人公,,,,,,,,,,,,,"Chii-chan... Ah, haa haa..." +256300 ,,,,,1231051,,,,,,,,,,,,,,,The pleasure of ejaculation is so intense that my whole body\nis tingling. +256400 ,,,,,1231051,,,,,,,,,,,,,,,"...Finally, the ejaculation starts to subside." +256500 ,,,,,1231051,,千恵,Chie,105_SC03b_c_132.wav,chie,,0,,,,,,,,"Ahh... huff! Ah, haa, haa, fuu~. Nngh..." +256600 ,,,,,1231051,,,,,,,,,,,,,,,Chii-chan's body is twitching lewdly over and over again. +256700 ,,,,,1231051,,千恵,Chie,105_SC03b_c_133.wav,chie,,0,,,,,,,,Oji-chan... it felt good. +256800 ,,,,,1231051,,主人公,,,,,,,,,,,,,"Yeah, me too..." +256900 ,,,,,1231051,,千恵,Chie,105_SC03b_c_134.wav,chie,,0,,,,,,,,Oji-chan... I love you... +257000 ,,,,,1231051,,主人公,,,,,,,,,,,,,Yeah. I'll do my best to make Chii-chan say she loves me as\na father too. +257100 ,,,,,1231051,,千恵,Chie,105_SC03b_c_135.wav,chie,,0,,,,,,,,"Ehehe~. Yeah, Oji-chan." +257200 ,*join_2,,,,,,,,,,,,,,,,,,,■Time Passes +257300 ,$event_return,,,,,,,,,,,,,,,,,,, +257500 ,,,8,31,,,主人公,,,,,,,,,,,,,"Alright, we've washed off the sweat and semen." +257600 ,,,,,,,,,,,,,,,,,,,,"We returned home once, took a shower, and washed off the\nsemen and dirt." +257700 ,,,,,,,,,,,,,,,,,,,,We can't just go back to Chii-chan's house like this. +257800 ,,,,,,,主人公,,,,,,,,,,,,,"So, Chii-chan, shall we head back home?" +257900 ,,,,,,,千恵,Chie,105_SC03b_c_136.wav,chie,,3,,,,,,,,Eh? Chii-chan can go home by herself. Is Oji-chan coming\ntoo? +258000 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Yeah, I want to become Chii-chan's father as soon as\npossible." +258100 ,,,,,,,千恵,Chie,105_SC03b_c_137.wav,chie,,23,,,,,,,,...... +258200 ,,,,,,,千恵,Chie,105_SC03b_c_138.wav,chie,,23,,,,,,,,"...Uh, what?" +258300 ,,,,,,,,,,chie,,23,,,,,,,,"Chii-chan doesn't seem to understand what I mean, and tilts\nher head to the side." +258400 ,,,,,,,,,,chie,,23,,,,,,,,And after a while. +258500 ,,,,,,,千恵,Chie,105_SC03b_c_139.wav,chie,,4,,,,,,,,Ah! You're going to propose to my mom! +258600 ,,,,,,,主人公,,,chie,,4,,,,,,,,"N-no... I mean, it's more like confessing... or with\nmarriage in mind..." +258700 ,,,,,,,千恵,Chie,105_SC03b_c_140.wav,chieL,,7,,,,,,,,"Oji-chan, make it clear!" +258800 ,,,,,,,主人公,,,chieL,,7,,,,,,,,"Y-yeah... well, I thought I'd go tell Chii- chan's mom that\nI want to be Chii-chan's dad." +258900 ,,,,,,,,,,chieL,,7,,,,,,,,"As I said that with a wry smile, Chii-chan looked at me with\nsparkling eyes." +259000 ,,,,,,,千恵,Chie,105_SC03b_c_141.wav,chieL,,27,,,,,,,,Really! You're really going to become Chii- chan's dad! So\nsoon!? +259100 ,,,,,,,主人公,,,chieL,,27,,,,,,,,"It's a promise, right? ...Besides, with such a cute child,\neven an uncle would want one." +259200 ,,,,,,,千恵,Chie,105_SC03b_c_142.wav,chieL,,1,,,,,,,,Yayyyy! +259300 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"Hey, didn't I just say that earlier?" +259400 ,,,,,,,千恵,Chie,105_SC03b_c_143.wav,chieL,,15,,,,,,,,"But Oji-chan, you kept making excuses and just doing naughty\nthings with Chii-chan." +259500 ,,,,,,,,,,chieL,,15,,,,,,,,"...Well, that's true." +259600 ,,,,,,,主人公,,,chieL,,15,,,,,,,,"Well, I really do want to become Chii-chan's dad." +259700 ,,,,,,,主人公,,,chieL,,15,,,,,,,,"So, shall we go to your mom together now?" +259800 ,,,,,,,千恵,Chie,105_SC03b_c_144.wav,chieL,,21,,,,,,,,Yeah! +259900 ,,,0,9000,,,,,,,,,,,,,,,, +260100 ,$go yuko_route,,,,,,,,,,,,,,,,,,,⇒■To the Mom Route +260300 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ALiking as a Lolicon +260400 ,,,10,121,,,,,,,,,,,,,,,,――I wanted to hold her as a lover. +260500 ,,,,,,,,,,,,,,,,,,,,I pulled Chii-chan's small body close. +260600 ,,,,,,,千恵,Chie,105_SC03b_c_145.wav,chie,,3,,,,,,,,Oji-chan? +260700 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Sorry, Chii-chan. I made you feel lonely." +260800 ,,,,,,,千恵,Chie,105_SC03b_c_146.wav,chie,,6,,,,,,,,...No. ...Oji-chan plays with Chii-chan. +260900 ,,,,,,,千恵,Chie,105_SC03b_c_147.wav,chie,,2,,,,,,,,"And you're with me when mom's not around... so I'm not\nlonely, okay?" +261000 ,,,,,,,主人公,,,chie,,2,,,,,,,,"But you want me to be your dad, right?" +261100 ,,,,,,,千恵,Chie,105_SC03b_c_148.wav,chie,,16,,,,,,,,... +261200 ,,,,,,,,,,chie,,16,,,,,,,,Chii-chan's gaze wandered as if she was unsure... +261300 ,,,,,,,千恵,Chie,105_SC03b_c_149.wav,chieL,,13,,,,,,,,"But, Oji-chan, you like Chii-chan, right?" +261400 ,,,,,,,主人公,,,chieL,,13,,,,,,,,"Yeah, that's right." +261500 ,,,,,,,千恵,Chie,105_SC03b_c_150.wav,chieL,,2,,,,,,,,More than mom? +261600 ,,,,,,,主人公,,,chieL,,2,,,,,,,,That's how it is. +261700 ,,,,,,,千恵,Chie,105_SC03b_c_151.wav,chieL,,22,,,,,,,,"Then, Oji-chan can't become my dad after all..." +261800 ,,,,,,,,,,chieL,,22,,,,,,,,Chii-chan showed a slightly disappointed expression. +261900 ,,,,,,,,,,,,,,,,,,,,"It's sad, but becoming Chii-chan's dad out of sympathy would\nonly cause trouble." +262000 ,,,,,,,,,,,,,,,,,,,,"I'm sure I'd end up doing naughty things with Chii-chan more\nthan with her mom, and if her mom realized that, it wouldn't\nbe good." +262100 ,,,,,,,,,,,,,,,,,,,,"Besides, you shouldn't get married out of sympathy." +262200 ,,,,,,,,,,,,,,,,,,,,...Oh! I still have such ethics left in me. +262300 ,,,,,,,,,,,,,,,,,,,,"Well, I'll choose to continue my naughty relationship with\nChii-chan as before." +262400 ,,,,,,,主人公,,,,,,,,,,,,,"But instead, as your groom, I won't let you feel lonely.\nKiss." +262500 ,,,,,,,千恵,Chie,105_SC03b_c_152.wav,chieL,,4,,,,,,,,"Oh, Oji-chan! Geez..." +262600 ,,,,,,,主人公,,,chieL,,4,,,,,,,,"Sorry, Chii-chan, if you weren't so charming, I could have\nbecome your dad." +262700 ,,,,,,,主人公,,,chieL,,4,,,,,,,,But Chii-chan is just too cute. +262800 ,,,,,,,千恵,Chie,105_SC03b_c_153.wav,chieL,,22,,,,,,,,Ehehe~ +262900 ,,,,,,,主人公,,,chieL,,22,,,,,,,,But I want to fulfill Chii-chan's wish someday. +263000 ,,,,,,,千恵,Chie,105_SC03b_c_154.wav,chieL,,24,,,,,,,,Huh? What do you mean? +263100 ,,,,,,,主人公,,,chieL,,24,,,,,,,,"I can't do it now, but I'll work hard to become your dad in\nthe future." +263200 ,,,,,,,千恵,Chie,105_SC03b_c_155.wav,chieL,,23,,,,,,,,R-Really! +263300 ,,,,,,,主人公,,,chieL,,23,,,,,,,,"Yeah! But for that, we need to practice, so let's work hard\ntogether." +263400 ,,,,,,,千恵,Chie,105_SC03b_c_156.wav,chieL,,21,,,,,,,,Got it! Chii-chan will do anything~ +263500 ,,,,,,,,,,chieL,,21,,,,,,,,Oh! She said anything! +263600 ,,,,,,,,,,chieL,,21,,,,,,,,"Alright, what should we do starting tomorrow?" +263700 ,,,,,,,,,,chieL,,21,,,,,,,,Hehehe! I'm getting excited! +263800 ,,,0,9000,,,,,,,,,,,,,,,, +264200 ,@106_SC04,,,,,,,,,,,,,,,,,,, +264700 ,,,5,31,,,,,,,,,,,,,,,,Today is a day off for the shop. +264800 ,,,,,,,,,,,,,,,,,,,,"Well, I can take a day off at my discretion, and I can open\nit if I say so, so it's not really fixed." +264900 ,,,,,,,,,,,,,,,,,,,,"It seems like today is a day when families can easily go\nout, so the kids have gone out with their families." +265000 ,,,,,,,,,,,,,,,,,,,,"So, there's almost no point in opening the shop." +265100 ,,,,,,,,,,,,,,,,,,,,"And here, there's me, who doesn't have a family to take out,\nand" +265200 ,,,,,,,千恵,Chie,106_SC04_c_000.wav,"chie,private",,1,,,,,,,,Dad! What are we doing today? +265300 ,,,,,,,,,,chie,,1,,,,,,,,"Chii-chan, who doesn't have a family to take her out." +265400 ,,,,,,,主人公,,,chie,,1,,,,,,,,...... +265500 ,,,,,,,,,,chie,,1,,,,,,,,…Saying it out loud makes me feel sad. +265600 ,,,,,,,,,,chie,,1,,,,,,,,"Well, whatever, I'm going to spend a day off that those\npeople wouldn't even imagine!" +265700 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Alright, Chii-chan, starting today, it's special training!" +265800 ,,,,,,,千恵,Chie,106_SC04_c_001.wav,chie,,0,,,,,,,,Special training! That sounds cool! Chii- chan is excited! +265900 ,,,,,,,千恵,Chie,106_SC04_c_002.wav,chie,,23,,,,,,,,Um... so what kind of training are we doing? +266000 ,,,,,,,主人公,,,chie,,23,,,,,,,,"I mentioned it yesterday, but I want to train to become a\ndad!" +266100 ,,,,,,,千恵,Chie,106_SC04_c_003.wav,chie,,3,,,,,,,,O-Oh~ +266200 ,,,,,,,,,,chie,,3,,,,,,,,Chii-chan gives a cute little clap with her small hands. +266300 ,,,,,,,,,,chie,,3,,,,,,,,Unaware of the naughty things that await ahead. +266400 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Well, you see, I've been thinking. If I were to become Chii-\nchan's dad, what would be the most troublesome thing?" +266500 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Can Chii-chan guess? If you get it right, I'll give you ice\ncream." +266600 ,,,,,,,千恵,Chie,106_SC04_c_004.wav,chie,,24,,,,,,,,"Ice cream! Um, um, um..." +266700 ,,,,,,,千恵,Chie,106_SC04_c_005.wav,chie,,10,,,,,,,,"Hmm, maybe that you might get rejected by mom!" +266800 ,,,,,,,主人公,,,chie,,10,,,,,,,,"Ugh... that's certainly a big problem, but... well, it's a\nproblem before becoming a dad." +266900 ,,,,,,,千恵,Chie,106_SC04_c_006.wav,chie,,3,,,,,,,,"Oh, I see. Hmm... I don't know..." +267000 ,,,,,,,主人公,,,chie,,3,,,,,,,,Bzzzt! Time's up. +267100 ,,,,,,,千恵,Chie,106_SC04_c_007.wav,chie,,8,,,,,,,,Ah... Chii-chan couldn't answer. +267200 ,,,,,,,主人公,,,chie,,8,,,,,,,,Then no ice cream for now. +267300 ,,,,,,,千恵,Chie,106_SC04_c_008.wav,chie,,14,,,,,,,,Ugh... +267400 ,,,,,,,主人公,,,chie,,14,,,,,,,,"Well, I'll give it to you after we finish the training." +267500 ,,,,,,,千恵,Chie,106_SC04_c_009.wav,chie,,4,,,,,,,,Really! +267600 ,,,,,,,主人公,,,chie,,4,,,,,,,,It's true. +267700 ,,,,,,,,,,chie,,4,,,,,,,,"By luring her with a reward from the start, Chii-chan will\nprobably do it even if it's something she doesn't like." +267800 ,,,,,,,,,,chie,,4,,,,,,,,"Well, Chii-chan doesn't really dislike these things, so the\nice cream might make her even more enthusiastic." +267900 ,,,,,,,千恵,Chie,106_SC04_c_010.wav,chie,,3,,,,,,,,What should I do? +268000 ,,,,,,,,,,chie,,3,,,,,,,,"See, she's already interested." +268100 ,,,,,,,主人公,,,chie,,3,,,,,,,,"No, no, I need to talk about the problem first." +268200 ,,,,,,,千恵,Chie,106_SC04_c_011.wav,chie,,13,,,,,,,,"Oh, right... Chii-chan made a mistake." +268300 ,,,,,,,主人公,,,chie,,13,,,,,,,,"Well, the problem is... being naked." +268400 ,,,,,,,千恵,Chie,106_SC04_c_012.wav,chie,,23,,,,,,,,Naked? +268500 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Yes, yes, if we live in the same house, there might be times\nwhen we see each other naked." +268600 ,,,,,,,千恵,Chie,106_SC04_c_013.wav,chie,,0,,,,,,,,Yeah... Chii-chan is sometimes completely naked after a\nbath. +268700 ,,,,,,,主人公,,,chie,,0,,,,,,,,That's something you shouldn't really show to your new dad. +268800 ,,,,,,,千恵,Chie,106_SC04_c_014.wav,chie,,3,,,,,,,,"...Is that so? But since he's dad, isn't it okay?" +268900 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Well, because we're not related by blood, it might lead to\nsome inappropriate feelings." +269000 ,,,,,,,千恵,Chie,106_SC04_c_015.wav,chie,,34,,,,,,,,Oh... Dad also gets those feelings for Chii- chan. +269100 ,,,,,,,,,,chie,,34,,,,,,,,That's something I've experienced more than enough. +269200 ,,,,,,,主人公,,,chie,,34,,,,,,,,"It would be a problem if dad got those feelings, right?" +269300 ,,,,,,,千恵,Chie,106_SC04_c_016.wav,chie,,3,,,,,,,,Is that so? +269400 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Yes. If the man marries your mom and later sees Chii-chan\nnaked and gets those feelings, what would your mom think?" +269500 ,,,,,,,千恵,Chie,106_SC04_c_017.wav,chie,,34,,,,,,,,Umm... +269600 ,,,,,,,千恵,Chie,106_SC04_c_018.wav,chie,,23,,,,,,,,"Oh, she'd think dad is cheating." +269700 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Correct. That's exactly right, Chii-chan." +269800 ,,,,,,,千恵,Chie,106_SC04_c_019.wav,chie,,34,,,,,,,,I see... +269900 ,,,,,,,千恵,Chie,106_SC04_c_020.wav,chie,,3,,,,,,,,But what should we do about that? +270000 ,,,,,,,,,,chie,,3,,,,,,,,"Alright, let's subtly change the theory here." +270100 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Yeah, if we live in the same house, it's hard not to see\neach other naked, right?" +270200 ,,,,,,,千恵,Chie,106_SC04_c_021.wav,chie,,0,,,,,,,,Yeah. +270300 ,,,,,,,主人公,,,chie,,0,,,,,,,,"So, we need to make it okay to see each other naked." +270400 ,,,,,,,千恵,Chie,106_SC04_c_022.wav,chie,,3,,,,,,,,...? +270500 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Well, the training we're going to do now is to make sure we\ndon't get any naughty feelings when we see each other naked." +270600 ,,,,,,,千恵,Chie,106_SC04_c_023.wav,chie,,20,,,,,,,,"Yeah, yeah!" +270700 ,,,,,,,,,,chie,,20,,,,,,,,Chii-chan nods repeatedly. Her trusting nature is really\nadorable. +270800 ,,,,,,,主人公,,,chie,,20,,,,,,,,"Today, both of us will spend the whole day naked in this\nhouse." +270900 ,,,,,,,千恵,Chie,106_SC04_c_024.wav,chie,,3,,,,,,,,In dad's house... all day naked? +271000 ,,,,,,,主人公,,,chie,,3,,,,,,,,Yes. +271100 ,,,,,,,千恵,Chie,106_SC04_c_025.wav,chie,,23,,,,,,,,Even in the break room... the garden... the shop? +271200 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Yes, it's okay because no one can see from outside." +271300 ,,,,,,,千恵,Chie,106_SC04_c_026.wav,chie,,5,,,,,,,,I-I see... +271400 ,,,,,,,千恵,Chie,106_SC04_c_027.wav,"chieL,private",,1,,,,,,,,That sounds fun! Chii-chan will do it! +271500 ,,,,,,,,,,chieL,,1,,,,,,,,"Oh, oh? I thought she'd be a little hesitant, but that's a\nbit of an unexpected reaction." +271600 ,,,,,,,,,,chieL,,1,,,,,,,,"Well, that's just like Chii-chan." +271700 ,,,,,,,千恵,Chie,106_SC04_c_028.wav,chieL,,21,,,,,,,,I wish Komako-chan and Tenka-chan could have come too~ +271800 ,,,,,,,主人公,,,chieL,,21,,,,,,,,"Oh, ohhh... that would be nice." +271900 ,,,,,,,,,,chieL,,21,,,,,,,,Three naked beautiful girls in my house... it's like a dream\ncome true. +272000 ,,,,,,,千恵,Chie,106_SC04_c_029.wav,chieL,,24,,,,,,,,"Ah! O-oh, dad." +272100 ,,,,,,,主人公,,,chieL,,24,,,,,,,,Hmm? What's up? +272200 ,,,,,,,千恵,Chie,106_SC04_c_030.wav,chieL,,3,,,,,,,,"Sometimes we see mom naked too, right? Should we call mom\nover too?" +272300 ,,,,,,,,,,chieL,,3,,,,,,,,"Whoa!? If we do that, all the mischief up to now will be\nexposed!" +272400 ,,,,,,,主人公,,,chieL,,3,,,,,,,,"No, no, no, Chii-chan. Your mom is going to marry your\nuncle, so it's okay if they get in the mood." +272500 ,,,,,,,千恵,Chie,106_SC04_c_031.wav,chieL,,14,,,,,,,,"Oh, right~. Mom and dad do it, don't they?" +272600 ,,,,,,,主人公,,,chieL,,14,,,,,,,,Y-yeah. +272700 ,,,,,,,,,,chieL,,14,,,,,,,,"...At this age, most kids would be grossed out by their\nparents having sex, but Chii- chan just says it so casually." +272800 ,,,,,,,主人公,,,chieL,,14,,,,,,,,"So, Chii-chan, shall we get naked?" +272900 ,,,,,,,千恵,Chie,106_SC04_c_032.wav,chieL,,1,,,,,,,,Yeah! +273100 ,,,7,,,,,,,,,,,,,,,,,"And so, we are completely naked inside the house." +273200 ,,,,,,,千恵,Chie,106_SC04_c_033.wav,"chie,nude",,1,,,,,,,,"It's cool and feels nice, dad." +273300 ,,,,,,,主人公,,,chie,,1,,,,,,,,"That's right, Chii-chan." +273400 ,,,,,,,,,,chie,,1,,,,,,,,"Chii-chan doesn't even try to cover up, her breasts, butt,\nand pussy are all in full view." +273500 ,,,,,,,,,,chie,,1,,,,,,,,...Being this bold doesn't stop me from getting in the\nmood... not at all. +273600 ,,,,,,,,,,chie,,1,,,,,,,,"Isn't it nice, the extraordinary within the ordinary?" +273700 ,,,,,,,,,,chie,,1,,,,,,,,"Doing normal things while naked is incredibly erotic, don't\nyou think, mister!" +273800 ,,,,,,,,,,chie,,1,,,,,,,,"Not in the mood for something erotic? No way, I'm totally in\nthe mood and want to masturbate right now!" +273900 ,,,,,,,千恵,Chie,106_SC04_c_034.wav,chie,,4,,,,,,,,"Huh? Dad, your penis is already hard." +274000 ,,,,,,,主人公,,,chie,,4,,,,,,,,"Huh? Oh, it really is." +274100 ,,,,,,,,,,chie,,4,,,,,,,,"Hmm, I thought I'd try to control myself a bit, but it's not\nlistening at all." +274200 ,,,,,,,千恵,Chie,106_SC04_c_035.wav,chie,,17,,,,,,,,Can you really become a dad? +274300 ,,,,,,,主人公,,,chie,,17,,,,,,,,"Uh, I'll do my best." +274500 ,,,,,,,,,,,,,,,,,,,,"For a while, I moved around with an erection, trying to pass\nthrough a slightly open door and bumping into it, making\nChii-chan laugh out loud." +274600 ,,,,,,,主人公,,,,,,,,,,,,,"Ah, Chii-chan, shall we eat soon?" +274700 ,,,,,,,千恵,Chie,106_SC04_c_036.wav,chie,,0,,,,,,,,"Yeah, Chii-chan brought a lunchbox." +274800 ,,,,,,,主人公,,,chie,,0,,,,,,,,Then I'll make something real quick. +274900 ,,,,,,,,,,chie,,0,,,,,,,,I open a spicy cup noodle and pour hot water from the pot. +275000 ,,,,,,,,,,chie,,0,,,,,,,,――Splash splash splash splash +275100 ,,,,,,,主人公,,,chie,,0,,,,,,,,"Whoa, hot!" +275200 ,,,,,,,千恵,Chie,106_SC04_c_037.wav,chie,,24,,,,,,,,Dad!? +275300 ,,,,,,,主人公,,,chie,,24,,,,,,,,I-I'm okay... it just splashed a bit. +275400 ,,,,,,,千恵,Chie,106_SC04_c_038.wav,chie,,3,,,,,,,,I see. +275500 ,,,,,,,,,,chie,,3,,,,,,,,"It splashed on my chest, stomach, and cock... I didn't\nnotice when I was wearing clothes, but it really splashes." +275600 ,,,,,,,,,,chie,,3,,,,,,,,"Thinking about it, being naked with an apron might be\nincredibly dangerous..." +275700 ,,,,,,,,,,chie,,3,,,,,,,,...Oh well. +275900 ,,,,,,,千恵,Chie,106_SC04_c_039.wav,"chieL,nude",,18,,,,,,,,Let's eat! +276000 ,,,,,,,主人公,,,chie,,0,,,,,,,,Let's eat. +276100 ,,,,,,,,,,chie,,0,,,,,,,,I scoop up the cup noodles with chopsticks and slurp them\nup. +276200 ,,,,,,,主人公,,,chie,,0,,,,,,,,"Ah, hot!?" +276300 ,,,,,,,,,,chie,,0,,,,,,,,"As expected, the soup splashes, and hot water hits my body." +276400 ,,,,,,,,,,chie,,0,,,,,,,,"...Clothes really are necessary, aren't they?" +276500 ,,,,,,,,,,chie,,0,,,,,,,,I think so deeply. +276600 ,,,,,,,千恵,Chie,106_SC04_c_040.wav,chie,,23,,,,,,,,Oops... I spilled it... +276700 ,,,,,,,主人公,,,chie,,23,,,,,,,,Hmm? Let's see... +276800 ,,,,,,,,,,chie,,23,,,,,,,,"When I look closely at Chii-chan, a grain of rice has fallen\nand is stuck next to her nipple." +276900 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Oh! It's okay, Dad will get it for you." +277000 ,,,,,,,,,,chie,,23,,,,,,,,I reach out and pinch her nipple with my fingertips. +277100 ,,,,,,,千恵,Chie,106_SC04_c_041.wav,chie,,2,,,,,,,,"Hey! Dad, that's my boob." +277200 ,,,,,,,主人公,,,chie,,2,,,,,,,,"Sorry, sorry, haha." +277300 ,,,,,,,,,,chie,,2,,,,,,,,Ah... this kind of eroticism is nice. +277400 ,,,,,,,主人公,,,chie,,2,,,,,,,,...Huh? +277500 ,,,,,,,,,,chie,,2,,,,,,,,"When I look at Chii-chan again, there's another grain of\nrice on her face." +277600 ,,,,,,,主人公,,,chie,,2,,,,,,,,"Chii-chan, there's some on your face too... smooch." +277700 ,,,,,,,,,,chie,,2,,,,,,,,I took the grain of rice stuck to Chii-chan's cheek with my\nmouth. +277800 ,,,,,,,千恵,Chie,106_SC04_c_042.wav,chie,,6,,,,,,,,"Hey, Dad. That tickles~" +277900 ,,,,,,,主人公,,,chie,,6,,,,,,,,"Haha, does it feel like a dad thing?" +278000 ,,,,,,,千恵,Chie,106_SC04_c_043.wav,chie,,22,,,,,,,,"Ah, maybe it does." +278100 ,,,,,,,主人公,,,chie,,22,,,,,,,,"Oh, there's some more..." +278200 ,,,,,,,,,,chie,,22,,,,,,,,Then I move my body towards her nipple and gently take it in\nmy mouth. +278300 ,,,,,,,千恵,Chie,106_SC04_c_044.wav,chie,,26,,,,,,,,"Nnngh! D-Dad, that's not rice!" +278400 ,,,,,,,主人公,,,chie,,26,,,,,,,,"Sorry, sorry, I made a mistake." +278500 ,,,,,,,千恵,Chie,106_SC04_c_045.wav,chie,,33,,,,,,,,"Geez, Dad..." +278600 ,,,,,,,,,,chie,,33,,,,,,,,"She's a little pouty, but it seems like this is within the\nrange of family bonding for Chii-chan." +278700 ,,,,,,,主人公,,,,,,,,,,,,,...Huh. +278800 ,,,,,,,,,,,,,,,,,,,,...What if I did the same thing and had Chii- chan take it\nfor me? +278900 ,,,,,,,,,,,,,,,,,,,,"I'll drop it on my dick and have Chii-chan take it with her\nmouth! Yeah, that's a good idea!" +279000 ,,,,,,,,,,,,,,,,,,,,Alright! +279100 ,,,,,,,,,,,,,,,,,,,,I take a piece of pork from the hot cup noodles and\ndeliberately let it slip from my chopsticks. Then... +279200 ,,,,,,,主人公,,,,,,,,,,,,,Whoa!? Ouch!? Ahhh! +279300 ,,,,,,,千恵,Chie,106_SC04_c_046.wav,chie,,24,,,,,,,,Dad? +279400 ,,,,,,,,,,chie,,24,,,,,,,,The spicy and hot pork attacks my crotch. +279500 ,,,,,,,主人公,,,chie,,24,,,,,,,,Hngh! Ugh... Chii-chan... can you take this with your mouth? +279600 ,,,,,,,千恵,Chie,106_SC04_c_047.wav,chie,,29,,,,,,,,Eh? Chii-chan doesn't like that spicy ramen. +279700 ,,,,,,,主人公,,,chie,,29,,,,,,,,... +279800 ,,,,,,,,,,,,,,,,,,,,...What a shame. +280100 ,,,5,21,,,千恵,Chie,106_SC04_c_048.wav,chie,,3,,,,,,,,"Fifteen~, sixteen~, seventeen~" +280200 ,,,,,,,主人公,,,chie,,3,,,,,,,,How about it? Did the count match? +280300 ,,,,,,,千恵,Chie,106_SC04_c_049.wav,chieL,,1,,,,,,,,"Yeah, it matched~" +280400 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"Thanks, Chii-chan." +280500 ,,,,,,,,,,,,,,,,,,,,"Well, it's like inventory at a big store. Checking stock and\ndeciding the next order quantity." +280600 ,,,,,,,,,,,,,,,,,,,,"Of course, I'm doing this task completely naked." +280700 ,,,,,,,,,,,,,,,,,,,,"Every time Chii-chan squats to check the products, her pussy\nand anus change shape amusingly, so I ended up putting her\non the lower shelf." +280800 ,,,,,,,,,,,,,,,,,,,,"And I'm on the upper shelf, so what happens is..." +280900 ,,,,,,,千恵,Chie,106_SC04_c_050.wav,chie,,29,,,,,,,,"Four~, five~, six~, ouch!? It's Dad's dick again." +281000 ,,,,,,,主人公,,,chie,,29,,,,,,,,"Oops, bumped into you again." +281100 ,,,,,,,千恵,Chie,106_SC04_c_051.wav,chie,,10,,,,,,,,"Geez, Dad's dick is in the way~" +281200 ,,,,,,,主人公,,,chie,,10,,,,,,,,S-sorry. +281300 ,,,,,,,,,,chie,,10,,,,,,,,My rock-hard cock hits Chii-chan's head as she squats. +281400 ,,,,,,,,,,chie,,10,,,,,,,,"...Still, being called 'in the way' hurts." +281500 ,,,,,,,主人公,,,,,,,,,,,,,Phew. +281600 ,,,,,,,,,,,,,,,,,,,,"Even though I've been looking at Chii-chan's naked body all\nmorning, my erection hasn't gone down. Not for a single\nsecond." +281700 ,,,,,,,,,,,,,,,,,,,,"I thought I'd get used to it, but there's no sign of that." +281800 ,,,,,,,,,,,,,,,,,,,,"In fact, it even seems to be getting stronger." +281900 ,,,,,,,,,,,,,,,,,,,,"...Wait, is there something off?" +282000 ,,,,,,,主人公,,,,,,,,,,,,,Huh? Hmm~~~? +282100 ,,,,,,,,,,,,,,,,,,,,I scratch the inside of my ear with my pinky... +282200 ,,,,,,,千恵,Chie,106_SC04_c_052.wav,chie,,3,,,,,,,,"Dad, what's wrong?" +282300 ,,,,,,,主人公,,,chie,,3,,,,,,,,Well... my ear suddenly got itchy... +282400 ,,,,,,,千恵,Chie,106_SC04_c_053.wav,chie,,23,,,,,,,,Are you okay? +282500 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Yeah, it's just an itchy ear, nothing serious." +282600 ,,,,,,,千恵,Chie,106_SC04_c_054.wav,chie,,1,,,,,,,,"Dad, Dad, Chii-chan is really good at cleaning ears! Want me\nto do it for you?" +282700 ,,,,,,,主人公,,,chie,,1,,,,,,,,Eh? Really? +282800 ,,,,,,,,,,chie,,1,,,,,,,,...I have this image of Chii-chan being a bit rough. +282900 ,,,,,,,千恵,Chie,106_SC04_c_055.wav,chie,,3,,,,,,,,...? +283000 ,,,,,,,,,,chie,,3,,,,,,,,"But, a naked lap pillow, huh? That sounds nice." +283100 ,,,,,,,,,,chie,,3,,,,,,,,"...Alright, let's have her do it!" +283200 ,,,,,,,,,,chie,,3,,,,,,,,"Before a naked lap pillow, I wouldn't regret losing a couple\nof eardrums!" +283300 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Then, then I'll ask you to do it." +283400 ,,,,,,,千恵,Chie,106_SC04_c_056.wav,chie,,21,,,,,,,,Okay. +283600 ,,,,31,,,,,,,,,,,,,,,,"Chii-chan sits in seiza while naked, and I lie down, resting\nmy head on her lap." +283700 ,,,,,,,千恵,Chie,106_SC04_c_057.wav,chieL,,1,,,,,,,,"Wow, Dad's head is heavy." +283800 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"I'm an adult, you know." +283900 ,,,,,,,,,,chieL,,1,,,,,,,,Having her clean my ears like this really feels like we're a\nparent and child. +284000 ,,,,,,,,,,chieL,,1,,,,,,,,"Well, if we weren't both naked and I didn't have an\nerection, that is." +284100 ,,,,,,,千恵,Chie,106_SC04_c_058.wav,chieL,,20,,,,,,,,"Dad, I'm going to start now." +284200 ,,,,,,,主人公,,,chieL,,20,,,,,,,,"Ah... Chii-chan, wait a moment." +284300 ,,,,,,,千恵,Chie,106_SC04_c_059.wav,chieL,,23,,,,,,,,Hm? What's wrong? +284400 ,,,,,,,主人公,,,chieL,,23,,,,,,,,"It's been a while since I've had a lap pillow, so can I stay\nlike this for a bit?" +284500 ,,,,,,,千恵,Chie,106_SC04_c_060.wav,chieL,,21,,,,,,,,Sure. +284600 ,,,,,,,主人公,,,chieL,,21,,,,,,,,Thank you. +284700 ,,,,,,,千恵,Chie,106_SC04_c_061.wav,chieL,,2,,,,,,,,"Hehe, Dad's such a spoiled child~" +284800 ,,,,,,,,,,,,,,,,,,,,...That might be true. +284900 ,,,,,,,,,,,,,,,,,,,,"After all, I'm being genuinely comforted by having a little\ngirl give me a lap pillow." +285000 ,,,,,,,,,,,,,,,,,,,,Ah... being Chii-chan's father. It might really be nice. +285100 ,,,,,,,,,,,,,,,,,,,,"Somehow, my paternal instincts seem to be taking over, and\nmy cock is gradually shrinking." +285200 ,,,,,,,主人公,,,,,,,,,,,,,Yeah... +285300 ,,,,,,,,,,,,,,,,,,,,I should stop this and work hard to become Chii-chan's\nproper father! +285400 ,,,,,,,,,,,,,,,,,,,,"With that resolve, I take a deep breath to gather my\ndetermination." +285500 ,,,,,,,,,,,,,,,,,,,,...And then. +285700 ,,,9,,1240000,,,,,,,,,,,,,,, +285800 ,*mem,,,,1240000,,,,,,,,,,,,,,, +285900 ,,,9,,1240000,,主人公,,,,,,,,,,,,,Ah... this smell... +286100 ,,,,,1240000,,,,,,,,,,,,,,,The source of the smell is deep in Chii- chan's lap\npillow... around her crotch. +286200 ,,,,,1240000,,,,,,,,,,,,,,,"Ah, it's the smell of Chii-chan's pussy." +286300 ,,,,,1240000,,,,,,,,,,,,,,,The scent of sweat and pee is coming from her pussy. +286400 ,,,,,1240000,,,,,,,,,,,,,,,Ah... I'm already... +286500 ,,,,,1240000,,千恵,Chie,106_SC04_c_062.wav,chie,,0,,,,,,,,"Ah! Daddy, your penis is getting bigger!" +286600 ,,,,,1240000,,,,,,,,,,,,,,,"My cock rises up, going from half-erect to fully erect in no\ntime." +286700 ,,,,,1240000,,,,,,,,,,,,,,,"Yeah, my paternal instincts have flown away. My sexual\ndesire is way stronger!" +286800 ,,,,,1240000,,,,,,,,,,,,,,,"Hmm, but why do the smell of a girl's sweat and pee smell so\ngood?" +286900 ,,,,,1240000,,,,,,,,,,,,,,,"I have to be careful, or I might get aroused just by\nsmelling sweat in a store." +287000 ,,,,,1240000,,主人公,,,,,,,,,,,,,"Ah... sorry, I ended up making it bigger." +287100 ,,,,,1240000,,千恵,Chie,106_SC04_c_063.wav,chie,,0,,,,,,,,Mmm... but you promised. +287200 ,,,,,1240000,,主人公,,,,,,,,,,,,,"Yeah, my bad, my bad." +287300 ,,,,,1240000,,,,,,,,,,,,,,,"When I look at Chii-chan's face, her cheeks are puffed out." +287400 ,,,,,1240000,,,,,,,,,,,,,,,"And at the same time, I notice a small mound." +287500 ,,,,,1240000,,,,,,,,,,,,,,,"Of course, it's Chii-chan's breasts. They're small, but from\nthis angle, I can see they're girlishly rounded." +287600 ,,,,,1240000,,千恵,Chie,106_SC04_c_064.wav,chie,,0,,,,,,,,"...? Daddy, why are you smiling even though you messed up?" +287700 ,,,,,1240000,,主人公,,,,,,,,,,,,,"Well, Chii-chan is cute, but I also think Chii-chan's\nbreasts are cute." +287800 ,,,,,1240000,,,,,,,,,,,,,,,I lift my head and take a bite of the small pink protrusion. +287900 ,,,,,1240000,,千恵,Chie,106_SC04_c_065.wav,chie,,0,,,,,,,,"Fwaa! Daddy, you're sucking on my breast!" +288000 ,,,,,1240000,,主人公,,,,,,,,,,,,,Nom nom... smooch. +288100 ,,,,,1240000,,千恵,Chie,106_SC04_c_066.wav,chie,,0,,,,,,,,"D-Daddy, you look like a baby!" +288200 ,,,,,1240010,,千恵,Chie,106_SC04_c_067.wav,chie,,0,,,,,,,,"What Chii-chan wants is not a baby, but Daddy!" +288300 ,,,,,1240010,,主人公,,,,,,,,,,,,,"Hmm? I'm not a baby. A baby wouldn't have such a big penis,\nright?" +288400 ,,,,,1240010,,,,,,,,,,,,,,,"While sucking on her nipple, I make my cock even bigger,\nmoving it up and down repeatedly." +288600 ,,,,,1240010,,千恵,Chie,106_SC04_c_068.wav,chie,,0,,,,,,,,"Geez, Daddy, even though we're practicing not making your\npenis big, you made it this big. That's not good." +288700 ,,,,,1240010,,主人公,,,,,,,,,,,,,"Sorry, Chii-chan." +288800 ,,,,,1240010,,,,,,,,,,,,,,,"Well, I was totally planning to make it big anyway." +288900 ,,,,,1240010,,,,,,,,,,,,,,,And I was also planning to do this kind of thing again... +289000 ,,,,,1240010,,主人公,,,,,,,,,,,,,"Hey, Chii-chan, we need to make it smaller at least once for\npractice, so could you help me out?" +289100 ,,,,,1240010,,千恵,Chie,106_SC04_c_069.wav,chie,,0,,,,,,,,"Eh~? Daddy, you're hopeless." +289200 ,,,,,1240010,,主人公,,,,,,,,,,,,,Sorry about that. +289300 ,,,,,1240010,,千恵,Chie,106_SC04_c_070.wav,chie,,0,,,,,,,,"It's okay, we're practicing for you to become a daddy,\nright?" +289400 ,,,,,1240020,,千恵,Chie,106_SC04_c_071.wav,chie,,0,,,,,,,,"Um... I just need to rub your penis like this, right?" +289500 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Oh! That's right. You remembered well, just keep holding the\npenis like that." +289600 ,,,,,1240020,,,,,,,,,,,,,,,Chii-chan starts to slowly stroke my cock up and down. +289700 ,,,,,1240020,,,,,,,,,,,,,,,"Her grip is a bit strong... oh, it's an awkward grip, but\nthat awkwardness feels really good." +289800 ,,,,,1240020,,千恵,Chie,106_SC04_c_072.wav,chie,,0,,,,,,,,"Is this okay? Daddy, does it feel good?" +289900 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Yeah, that's fine. If Chii-chan tries hard, I think it'll\nfeel good soon." +290000 ,,,,,1240020,,千恵,Chie,106_SC04_c_073.wav,chie,,0,,,,,,,,"Alright! Chii-chan wants to make Daddy feel good, so I'll do\nmy best~" +290100 ,,,,,1240020,,,,,,,,,,,,,,,"Saying that, Chii-chan grips the cock tightly." +290200 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Thank you, then please go ahead." +290300 ,,,,,1240020,,千恵,Chie,106_SC04_c_074.wav,chie,,0,,,,,,,,Got it~ +290500 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Oh! Nngh, mm... haah, mm." +290600 ,,,,,1240020,,千恵,Chie,106_SC04_c_075.wav,chie,,0,,,,,,,,Is this speed okay? +290700 ,,,,,1240020,,主人公,,,,,,,,,,,,,"That's great, Chii-chan! It's amazing!" +290800 ,,,,,1240020,,,,,,,,,,,,,,,"Watching Chii-chan's breasts while getting a handjob, it's\nthe best!" +290900 ,,,,,1240020,,,,,,,,,,,,,,,I then gently bite the nipple that stands out from her\nbreast. +291000 ,,,,,1240020,,,,,,,,,,,,,,,"Mmm, such nice elasticity." +291100 ,,,,,1240020,,千恵,Chie,106_SC04_c_076.wav,chie,,0,,,,,,,,Nnngh! D-Daddy! +291200 ,,,,,1240020,,主人公,,,,,,,,,,,,,Mmm... chu chu. Chii-chan's... it tastes like her breasts. +291300 ,,,,,1240020,,千恵,Chie,106_SC04_c_077.wav,chie,,0,,,,,,,,Chii-chan doesn't have milk! +291400 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Oh, really? Then, let's see..." +291500 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Mmm, ham ham. Chu~" +291600 ,,,,,1240020,,千恵,Chie,106_SC04_c_078.wav,chie,,0,,,,,,,,Fwaa! Ahh... don't suck on the tip of my breast... +291700 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Then... Kap, kap kap." +291800 ,,,,,1240000,,千恵,Chie,106_SC04_c_079.wav,chie,,0,,,,,,,,Ahh... don't bite it! +291900 ,,,,,1240000,,主人公,,,,,,,,,,,,,"Hey, your hand is taking a break, isn't it?" +292000 ,,,,,1240010,,千恵,Chie,106_SC04_c_080.wav,chie,,0,,,,,,,,Geez... it's because Daddy was nibbling on my breast. +292100 ,,,,,1240010,,,,,,,,,,,,,,,"Even so, Chii-chan's nipple, tasting of sweat, is too\ndelicious." +292200 ,,,,,1240010,,,,,,,,,,,,,,,"Like a baby sucking on a bottle, I move my tongue while\nnibbling on her nipple with my lips." +292300 ,,,,,1240000,,千恵,Chie,106_SC04_c_081.wav,chie,,0,,,,,,,,"Fwah, ahh, D-Daddy!" +292400 ,,,,,1240020,,千恵,Chie,106_SC04_c_082.wav,chie,,0,,,,,,,,"Geez! Even if you make Chii-chan feel good, Daddy can't feel\ngood, right?" +292500 ,,,,,1240020,,主人公,,,,,,,,,,,,,An old man like me can feel good doing this kind of thing. +292600 ,,,,,1240020,,,,,,,,,,,,,,,"With clumsy movements, Chii-chan rubs my cock up and down\nwith her hand." +292700 ,,,,,1240020,,,,,,,,,,,,,,,"In return, I tease her nipple with my tongue." +292800 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Nngh. Nn. Chu chu... Pwah. I-It's okay, Chii-chan, fuh,\nhah... nn, hah." +292900 ,,,,,1240020,,,,,,,,,,,,,,,"I pull my mouth away from her nipple with a pop, catching my\nbreath while looking at the embarrassed Chii-chan." +293000 ,,,,,1240020,,,,,,,,,,,,,,,"Then, I move to the area around her areola." +293100 ,,,,,1240020,,主人公,,,,,,,,,,,,,Lero lero... amu. ...Nmm. +293200 ,,,,,1240020,,,,,,,,,,,,,,,I lick around her nipple and then suck on it. +293300 ,,,,,1240020,,千恵,Chie,106_SC04_c_083.wav,chie,,0,,,,,,,,"Nn! Ah, hah, fuhn! My breasts... feel so good... I can't\nfocus here." +293400 ,,,,,1240020,,主人公,,,,,,,,,,,,,...Whoa! +293500 ,,,,,1240020,,,,,,,,,,,,,,,A shiver runs up my cock. +293600 ,,,,,1240020,,,,,,,,,,,,,,,Chii-chan's hand shifts slightly and mercilessly rubs around\nthe ridge. +293700 ,,,,,1240020,,,,,,,,,,,,,,,It seems like she's doing it unconsciously... +293800 ,,,,,1240020,,,,,,,,,,,,,,,This is bad! My glans is swelling more than ever. +294000 ,,,,,1240030,,千恵,Chie,106_SC04_c_084.wav,chie,,0,,,,,,,,"Nngh! Ah, hah, hah... Daddy's... cock is twitching, ah, hah,\nhah." +294100 ,,,,,1240030,,主人公,,,,,,,,,,,,,U-Uooh! Chii-chan! That! +294200 ,,,,,1240030,,千恵,Chie,106_SC04_c_085.wav,chie,,0,,,,,,,,W-What's wrong? Did it hurt? +294300 ,,,,,1240030,,主人公,,,,,,,,,,,,,"No, it's incredibly good, you're amazing, Chii-chan." +294400 ,,,,,1240030,,,,,,,,,,,,,,,"The underside of the ridge is being rubbed mercilessly, and\nprecum starts to flow out." +294500 ,,,,,1240030,,千恵,Chie,106_SC04_c_086.wav,chie,,0,,,,,,,,"Daddy, are you feeling good from Chii-chan's hand?" +294600 ,,,,,1240030,,主人公,,,,,,,,,,,,,Y-Yeah. +294700 ,,,,,1240030,,千恵,Chie,106_SC04_c_087.wav,chie,,0,,,,,,,,I see. +294800 ,,,,,1240030,,,,,,,,,,,,,,,Chii-chan wears a delighted expression. +294900 ,,,,,1240030,,千恵,Chie,106_SC04_c_088.wav,chie,,0,,,,,,,,Ehehe~ Was it around here? +295000 ,,,,,1240030,,,,,,,,,,,,,,,She grips the cock tightly and moves it up and down around\nthe ridge. +295100 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Uuu!! Ah... nngh. Chii-chan, that's amazing!!" +295200 ,,,,,1240030,,千恵,Chie,106_SC04_c_089.wav,chie,,0,,,,,,,,"Ah, Daddy's making a funny face." +295300 ,,,,,1240030,,,,,,,,,,,,,,,"It seems like she's getting used to it, as she starts to\nstimulate the cock rhythmically." +295400 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Ugh... I-I can't help it, it feels so good." +295500 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Chii-chan, look... when I do this... chomp." +295600 ,,,,,1240030,,千恵,Chie,106_SC04_c_090.wav,chie,,0,,,,,,,,"Fwah, ahh! Kuun!" +295700 ,,,,,1240030,,,,,,,,,,,,,,,I nibble on her nipple with my lips and stimulate it with\nthe tip of my tongue. +295800 ,,,,,1240030,,千恵,Chie,106_SC04_c_091.wav,chie,,0,,,,,,,,Ah! That feels good... +295900 ,,,,,1240030,,主人公,,,,,,,,,,,,,"See, Chii-chan, you're making a face that says it feels good\ntoo, right?" +296000 ,,,,,1240030,,千恵,Chie,106_SC04_c_092.wav,chie,,0,,,,,,,,R-Really? ...Fwaa! Daddy's tongue is making it all slippery. +296100 ,,,,,1240030,,,,,,,,,,,,,,,Wow... my cock feels like it's burning as if the blood is\nflowing backward. It's moving more intensely than my heart! +296200 ,,,,,1240030,,,,,,,,,,,,,,,My cock keeps twitching and bouncing. It feels like it's\ngoing to burst in Chii-chan's hand! +296300 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Ah, fwaah! It f-feels so good... Chii-chan!" +296400 ,,,,,1240030,,,,,,,,,,,,,,,"Before I knew it, I started moving my hips back and forth,\nmatching Chii-chan's hand movements." +296500 ,,,,,1240030,,,,,,,,,,,,,,,"At first, it was a bit frustrating, but now I'm completely\nat her mercy!" +296600 ,,,,,1240030,,,,,,,,,,,,,,,"Kids grow up so fast... but this isn't the time to be\nimpressed! At this rate, I'm going to come!" +296700 ,,,,,1240030,,千恵,Chie,106_SC04_c_093.wav,chie,,0,,,,,,,,"Hehehe, Daddy's hips are moving back and forth~" +296800 ,,,,,1240030,,主人公,,,,,,,,,,,,,O-Old man won't lose either~ +296900 ,,,,,1240030,,主人公,,,,,,,,,,,,,Chomp +297000 ,,,,,1240030,,千恵,Chie,106_SC04_c_094.wav,chie,,0,,,,,,,,"Hau!? Ah, no... my boobs feel so weird." +297100 ,,,,,1240030,,,,,,,,,,,,,,,"I nibble at the base of her nipple, focusing her attention\nthere, and then flick my tongue over it." +297200 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Wow, even such small boobs can stand up so firmly~" +297300 ,,,,,1240030,,千恵,Chie,106_SC04_c_095.wav,chie,,0,,,,,,,,"I-I don't know about that... Nnfu! Fwaa, Chii-chan's boobs,\nso much!" +297400 ,,,,,1240030,,,,,,,,,,,,,,,"Every time I flick her nipple with my tongue, Chii-chan's\nbody trembles." +297500 ,,,,,1240030,,,,,,,,,,,,,,,And... the scent of her love juices is getting stronger from\nher pussy. +297600 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Chii-chan, it feels really good, doesn't it? Nom... Lick\nlick... Chu chu chu!" +297700 ,,,,,1240030,,千恵,Chie,106_SC04_c_096.wav,chie,,0,,,,,,,,"Ah! Y-Yeah... Ah, don't make the tip of my boobs all\nsquishy, no, stop!" +297800 ,,,,,1240030,,,,,,,,,,,,,,,"I lick up her nipple as if digging it out from the base,\nthen suck it up with a Chu." +297900 ,,,,,1240030,,千恵,Chie,106_SC04_c_097.wav,chie,,0,,,,,,,,Auuu! ...Ch-Chii-chan won't lose either! +298000 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Nchu... Chuchu. Ju, nchu... Noh!?" +298100 ,,,,,1240030,,,,,,,,,,,,,,,"As I'm absorbed in sucking her nipple, a strong sensation\nruns through my cock." +298200 ,,,,,1240030,,,,,,,,,,,,,,,"Pre-cum clings to Chii-chan's hand, and with that slippery\nhand, she mercilessly strokes my entire shaft." +298300 ,,,,,1240030,,,,,,,,,,,,,,,"A crawling, tingling sensation on the shaft. Every time her\nfingers pass over the ridge, they run over it with a squish,\nmercilessly stimulating me." +298400 ,,,,,1240030,,,,,,,,,,,,,,,"It's a rough handjob, but it feels so good!" +298500 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Kuh. Ah, ahhh, Chii-chan, ah, kuh!" +298600 ,,,,,1240030,,千恵,Chie,106_SC04_c_098.wav,chie,,0,,,,,,,,Ah! D-Daddy! Daddy's cock is so hard! +298700 ,,,,,1240030,,,,,,,,,,,,,,,"I suck hard on her nipple, drawing it up with a Chu chu." +298800 ,,,,,1240030,,千恵,Chie,106_SC04_c_099.wav,chie,,0,,,,,,,,"Ahh, ahhh, nnnn! Nnnn!" +298900 ,,,,,1240030,,,,,,,,,,,,,,,A strong tingling sensation runs from my balls through my\nentire waist. +299000 ,,,,,1240030,,,,,,,,,,,,,,,Ohhhhh! I'm going to cum! Chii-chan is making me cum! +299100 ,,,,,1240030,,千恵,Chie,106_SC04_c_100.wav,chie,,0,,,,,,,,Nn. Daddy's... it's twitching! +299200 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Kuh. Ah, uncle is already... haa haa haa, already!" +299300 ,,,,,1240030,,千恵,Chie,106_SC04_c_101.wav,chie,,0,,,,,,,,"Daddy, are you about to cum?" +299400 ,,,,,1240030,,主人公,,,,,,,,,,,,,Y-yeah. Will you let me cum? +299500 ,,,,,1240030,,千恵,Chie,106_SC04_c_102.wav,chie,,0,,,,,,,,"Fua! Y-yeah! Daddy, you can cum!" +299600 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Thank you, Chii-chan! Uncle will make Chii- chan feel good\ntoo!" +299700 ,,,,,1240030,,,,,,,,,,,,,,,I take her nipple into my mouth and mercilessly tease it\nwith my tongue. +299800 ,,,,,1240030,,千恵,Chie,106_SC04_c_103.wav,chie,,0,,,,,,,,"Fua, nhaa, ah, ah, ah! Daddy, you're really like a baby." +299900 ,,,,,1240030,,,,,,,,,,,,,,,I'm being given a handjob while sucking on a little girl's\nchest. +300000 ,,,,,1240030,,,,,,,,,,,,,,,"Sucking on her nipple like a baby, preparing to ejaculate\nand cover the little girl..." +300100 ,,,,,1240030,,,,,,,,,,,,,,,Ahh! I feel like I'm going to lose my mind! +300200 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Nmm, nchuu, nn, nmm, nmm... Ero, nmm, Chii- chan! Chii-\nchan's breasts!" +300300 ,,,,,1240030,,千恵,Chie,106_SC04_c_104.wav,chie,,0,,,,,,,,"Fuaaa, ahh! Daddy's cock... it's about to come out!" +300400 ,,,,,1240030,,,,,,,,,,,,,,,"A shiver runs down my spine, feeling like semen is rushing\nthrough." +300500 ,,,,,1240030,,,,,,,,,,,,,,,A bittersweet sensation spreads throughout my lower body. +300600 ,,,,,1240030,,主人公,,,,,,,,,,,,,I'm cumming! Chii-chan! Chii-chan! ...Uaaaaah! +300700 ,,,,,1240030,,,,,,,,,,,,,,,"For a moment, it felt like everything in front of me was\nenveloped in white light." +300800 ,,,,,1240030,,千恵,Chie,106_SC04_c_105.wav,chie,,0,,,,,,,,"It's okay, Daddy! Let it all out in Chii- chan's hand!" +300900 ,,,,,1240030,,,,,,,,,,,,,,,"While squeezing the nipple I was sucking on with my lips, my\nbody trembles." +301000 ,,,,,1240030,,千恵,Chie,106_SC04_c_106.wav,chie,,0,,,,,,,,Huh? Fwaaah?! +301200 ,,,,,1240040,,,,,,,,,,,,,,,――Splat! Splurt! Sploosh! +301300 ,,,,,1240040,,,,,,,,,,,,,,,"With a sound I couldn't believe myself, a large amount of\nwhite, cloudy semen gushes out from the tip of my cock." +301400 ,,,,,1240040,,千恵,Chie,106_SC04_c_107.wav,chie,,0,,,,,,,,"Nnngh! It's hot, fuaaah! Haa, haa, haa... Daddy's... all\nsticky." +301500 ,,,,,1240040,,主人公,,,,,,,,,,,,,Nngh... Nnngh! It's coming out so much! +301600 ,,,,,1240040,,,,,,,,,,,,,,,"Chii-chan keeps holding my cock with her hands, catching the\nspurting semen all over her body." +301700 ,,,,,1240040,,千恵,Chie,106_SC04_c_108.wav,chie,,0,,,,,,,,"Fua, haa, haa, haa, haa..." +301800 ,,,,,1240040,,,,,,,,,,,,,,,"Chii-chan is in a daze for a moment, staring intently at the\ntip." +301900 ,,,,,1240040,,主人公,,,,,,,,,,,,,Haa... haa... Is something wrong? +302100 ,,,,,1240050,,千恵,Chie,106_SC04_c_109.wav,chie,,0,,,,,,,,"Wow, it's the first time I've seen ejaculation up close.\nIt's so intense!" +302200 ,,,,,1240050,,主人公,,,,,,,,,,,,,"Hehe, it's thanks to Chii-chan's hard work." +302300 ,,,,,1240050,,千恵,Chie,106_SC04_c_110.wav,chie,,0,,,,,,,,Ehehe~ +302400 ,,,,,1240050,,主人公,,,,,,,,,,,,,How was Chii-chan's breasts? +302500 ,,,,,1240050,,千恵,Chie,106_SC04_c_111.wav,chie,,0,,,,,,,,"It felt good! But Daddy, you were like a baby." +302600 ,,,,,1240050,,主人公,,,,,,,,,,,,,"Haha, well, as long as it felt good, that's great." +302700 ,,,,,1240050,,,,,,,,,,,,,,,There's more to tease in the future. +302800 ,,,,,1240050,,千恵,Chie,106_SC04_c_112.wav,chie,,0,,,,,,,,"Then Daddy, your penis will go back to normal, and you need\nto practice being a daddy." +302900 ,,,,,1240050,,,,,,,,,,,,,,,Ah... that's right. +303000 ,,,,,1240050,,,,,,,,,,,,,,,"Well, as for me, there's no way I'd be satisfied with just\none ejaculation." +303100 ,,,,,1240050,,,,,,,,,,,,,,,"So, what should I do?" +303200 ,,,,,1240050,,主人公,,,,,,,,,,,,,"Ah... Chii-chan, I just thought of something good." +303300 ,,,,,1240050,,千恵,Chie,106_SC04_c_113.wav,chie,,0,,,,,,,,"Something good? ...Daddy, you're thinking of doing something\nnaughty again, aren't you?" +303400 ,,,,,1240050,,主人公,,,,,,,,,,,,,"N-No, nothing like that." +303500 ,,,,,1240050,,,,,,,,,,,,,,,But I am. +303600 ,,,,,1240050,,主人公,,,,,,,,,,,,,"You know, it's hot and we need to wash off the semen, so why\ndon't we get in the pool?" +303700 ,,,,,1240050,,千恵,Chie,106_SC04_c_114.wav,chie,,0,,,,,,,,"Pool! Daddy, you have a pool!?" +303800 ,,,,,1240050,,主人公,,,,,,,,,,,,,"I thought something like this might happen, so I got one\njust in case." +303900 ,,,,,1240050,,千恵,Chie,106_SC04_c_115.wav,chie,,0,,,,,,,,"Wow, Daddy's place is so fancy!" +304000 ,,,,,1240050,,,,,,,,,,,,,,,Huh? Fancy? ...She's probably misunderstanding. +304100 ,,,,,1240050,,主人公,,,,,,,,,,,,,"No, no, it's an inflatable pool. You know, the small one." +304200 ,,,,,1240050,,千恵,Chie,106_SC04_c_116.wav,chie,,0,,,,,,,,Ah! That one. Chii-chan misunderstood. +304300 ,,,,,1240050,,主人公,,,,,,,,,,,,,"Haha. Well, we usually play in the river around here, so it\nwasn't really necessary." +304400 ,,,,,1240050,,,,,,,,,,,,,,,"But today, it finally gets to see the light of day." +304500 ,,,,,1240050,,主人公,,,,,,,,,,,,,"So, what do you want to do, Chii-chan?" +304600 ,,,,,1240050,,千恵,Chie,106_SC04_c_117.wav,chie,,0,,,,,,,,I want to get in! +304700 ,,,,,1240050,,,,,,,,,,,,,,,"Well, of course." +305000 ,,,10,,1241000,,,,,,,,,,,,,,,I prepare the inflatable pool in the yard and have naked\nChii-chan wait inside. +305100 ,,,,,1241000,,,,,,,,,,,,,,,Then I bring the hose. +305200 ,,,,,1241000,,主人公,,,,,,,,,,,,,"Alright, I'm going to add the water now!" +305300 ,,,,,1241000,,千恵,Chie,106_SC04_c_118.wav,chie,,0,,,,,,,,Ahahaha! It's cold! +305400 ,,,,,1241000,,主人公,,,,,,,,,,,,,Here we go! I'm adding more water! Don't drown! +305500 ,,,,,1241000,,千恵,Chie,106_SC04_c_119.wav,chie,,0,,,,,,,,Eh~? I won't drown in such shallow water! +305600 ,,,,,1241000,,主人公,,,,,,,,,,,,,"Then, here you go!" +305700 ,,,,,1241000,,,,,,,,,,,,,,,I pour the water I had saved in a bucket over Chii-chan's\nhead. +305800 ,,,,,1241000,,千恵,Chie,106_SC04_c_120.wav,chie,,0,,,,,,,,"Abubububu? Pwah! Ahahaha! Daddy, do it again!" +305900 ,,,,,1241000,,主人公,,,,,,,,,,,,,Sure! Here it comes! +306000 ,,,,,1241000,,千恵,Chie,106_SC04_c_121.wav,chie,,0,,,,,,,,Mmm~~~~~! Pwah! I'm soaking wet! +306100 ,,,,,1241000,,,,,,,,,,,,,,,"Haha, if this makes her so happy, I'll do it as much as she\nwants." +306200 ,,,,,1241000,,,,,,,,,,,,,,,"Oh, look, Chii-chan's nipples are standing up from the cold\nwater." +306300 ,,,,,1241000,,,,,,,,,,,,,,,Ugh! I'm already getting hard. +306400 ,,,,,1241000,,千恵,Chie,106_SC04_c_122.wav,chie,,0,,,,,,,,"Alright, I'm going to swim!" +306500 ,,,,,1241000,,主人公,,,,,,,,,,,,,"It's too small, you can only kick your legs." +306600 ,,,,,1241000,,千恵,Chie,106_SC04_c_123.wav,chie,,0,,,,,,,,"That's fine, here I go!" +306700 ,,,,,1241000,,主人公,,,,,,,,,,,,,Wah! Chii-chan! You're splashing water everywhere! +306800 ,,,,,1241000,,千恵,Chie,106_SC04_c_124.wav,chie,,0,,,,,,,,Ehehe~ that's what I'm doing on purpose. +306900 ,,,,,1241000,,,,,,,,,,,,,,,Chii-chan says that while turning her butt towards me. +307000 ,,,,,1241000,,,,,,,,,,,,,,,Oh! This angle! +307100 ,,,,,1241000,,主人公,,,,,,,,,,,,,"Chii-chan, your butt and pussy are completely visible!" +307200 ,,,,,1241000,,千恵,Chie,106_SC04_c_125.wav,chie,,0,,,,,,,,"Huh? Oh, you're right." +307300 ,,,,,1241000,,千恵,Chie,106_SC04_c_126.wav,chie,,0,,,,,,,,"But you're going to be my dad, so it's fine." +307400 ,,,,,1241000,,主人公,,,,,,,,,,,,,Really? Is it okay? Then I'll take a good look! +307500 ,,,,,1241000,,千恵,Chie,106_SC04_c_127.wav,chie,,0,,,,,,,,"Go ahead, look!" +307600 ,,,,,1241000,,主人公,,,,,,,,,,,,,Whoa! Then I won't hold back. +307700 ,,,,,1241000,,,,,,,,,,,,,,,As I bring my face closer to Chii-chan's butt. +307800 ,,,,,1241000,,,,,,,,,,,,,,,Splash splash splash! +307900 ,,,,,1241000,,主人公,,,,,,,,,,,,,Wah! Chii-chan! +308000 ,,,,,1241000,,千恵,Chie,106_SC04_c_128.wav,chie,,0,,,,,,,,"Ahaha! Got you, Dad!" +308100 ,,,,,1241000,,,,,,,,,,,,,,,She splashed water at me with her kicking. +308200 ,,,,,1241000,,,,,,,,,,,,,,,"Alright, in that case!" +308300 ,,,,21,,,主人公,,,,,,,,,,,,,"Wait a moment, Chii-chan." +308400 ,,,,,,,,,,,,,,,,,,,,I hurried back to the shop and grabbed something for sale. +308500 ,,,,,,,主人公,,,,,,,,,,,,,"Alright, with this..." +308600 ,,,,,,,,,,,,,,,,,,,,I returned to the room and started rubbing my cock for a\ncertain plan. +308800 ,,,,,1241000,,千恵,Chie,106_SC04_c_129.wav,chie,,0,,,,,,,,"Oh, Dad's back!" +308900 ,,,,,1241000,,主人公,,,,,,,,,,,,,Sorry to keep you waiting! +309000 ,,,,,1241000,,千恵,Chie,106_SC04_c_130.wav,chie,,0,,,,,,,,"Geez, what were you doing?" +309100 ,,,,,1241000,,主人公,,,,,,,,,,,,,"Hehe, I thought I'd attack Chii-chan with this." +309200 ,,,,,1241000,,,,,,,,,,,,,,,And then I took out something. +309300 ,,,,,1241000,,千恵,Chie,106_SC04_c_131.wav,chie,,0,,,,,,,,"Oh! A water gun! I want one, I want one!" +309400 ,,,,,1241000,,主人公,,,,,,,,,,,,,I'll counter Chii-chan's flutter kicks with this! Take that! +309600 ,,,,,1241010,,千恵,Chie,106_SC04_c_132.wav,chie,,0,,,,,,,,"Wow! Dad, it's cold... or not? Huh?" +309700 ,,,,,1241010,,,,,,,,,,,,,,,"Hehe, actually, there's a trick to this." +309800 ,,,,,1241010,,,,,,,,,,,,,,,"What's inside is diluted semen! So it's not cold, just\nlukewarm!" +309900 ,,,,,1241010,,,,,,,,,,,,,,,"With this, I can splash Chii-chan while playing!" +310000 ,,,,,1241010,,,,,,,,,,,,,,,I came up with something amazing. +310100 ,,,,,1241010,,主人公,,,,,,,,,,,,,Take that! Take that! +310200 ,,,,,1241000,,千恵,Chie,106_SC04_c_133.wav,chie,,0,,,,,,,,"Wah!? Nmp! Ahaha! Dad, you're good at this!" +310300 ,,,,,1241000,,主人公,,,,,,,,,,,,,Hehe! I'll get your face and mouth all wet! +310400 ,,,,,1241000,,,,,,,,,,,,,,,Facial shots are all mine! +310500 ,,,,,1241010,,千恵,Chie,106_SC04_c_134.wav,chie,,0,,,,,,,,Huh? This water feels kind of slimy? +310600 ,,,,,1241010,,主人公,,,,,,,,,,,,,Eh? R-Really? It's just your imagination... take that. +310700 ,,,,,1241010,,千恵,Chie,106_SC04_c_135.wav,chie,,0,,,,,,,,Hap! Ugh... it got in my mouth. +310800 ,,,,,1241010,,,,,,,,,,,,,,,Oh! An oral shot! +310900 ,,,,,1241010,,千恵,Chie,106_SC04_c_136.wav,chie,,0,,,,,,,,"Dad, you've been grinning for a while now, what's up?" +311000 ,,,,,1241010,,主人公,,,,,,,,,,,,,"N-No, it's nothing." +311100 ,,,,,1241010,,千恵,Chie,106_SC04_c_137.wav,chie,,0,,,,,,,,That's weird... +311200 ,,,,,1241010,,,,,,,,,,,,,,,"Alright, next." +311300 ,,,,,1241010,,主人公,,,,,,,,,,,,,"Look, Chii-chan. Now here, squirt squirt!" +311500 ,,,,,1241020,,千恵,Chie,106_SC04_c_138.wav,chie,,0,,,,,,,,"Ah!? No, Dad, that's my pussy!" +311600 ,,,,,1241020,,主人公,,,,,,,,,,,,,"Alright, alright, then let's aim for your butt next." +311700 ,,,,,1241020,,千恵,Chie,106_SC04_c_139.wav,chie,,0,,,,,,,,Ehh~ +311800 ,,,,,1241020,,主人公,,,,,,,,,,,,,"Look, it's Dad's wash toilet. This will make your butt\nclean!" +311900 ,,,,,1241020,,千恵,Chie,106_SC04_c_140.wav,chie,,0,,,,,,,,Ah!? Nnngh! I-It's ticklish! +312000 ,,,,,1241020,,,,,,,,,,,,,,,"Water from the water gun splashes on Chii- chan's butt,\nspreading the semen." +312100 ,,,,,1241020,,,,,,,,,,,,,,,It's a semen wash toilet. +312200 ,,,,,1241020,,,,,,,,,,,,,,,"Alright, next again." +312300 ,,,,,1241020,,千恵,Chie,106_SC04_c_141.wav,chie,,0,,,,,,,,"Wah! Dad, you're aiming at my pussy again!" +312400 ,,,,,1241020,,主人公,,,,,,,,,,,,,"Haha, but your spread pussy looks like a target, so I can't\nhelp but aim for it... There!" +312500 ,,,,,1241020,,千恵,Chie,106_SC04_c_142.wav,chie,,0,,,,,,,,"Ah! Ahh! N-No, it's ticklish!" +312600 ,,,,,1241020,,主人公,,,,,,,,,,,,,Take that! +312700 ,,,,,1241020,,,,,,,,,,,,,,,"――Swoosh, swoosh, swoosh!" +312800 ,,,,,1241020,,千恵,Chie,106_SC04_c_143.wav,chie,,0,,,,,,,,"Wah? Ahh! Ooh! D-Dad, you're only aiming there!" +312900 ,,,,,1241020,,,,,,,,,,,,,,,"My semen water gun hits Chii-chan's pussy, clitoris, and\nurethra, making her twitch each time." +313000 ,,,,,1241020,,,,,,,,,,,,,,,"It's so cute, so fun, and so exciting." +313100 ,,,,,1241020,,千恵,Chie,106_SC04_c_144.wav,chie,,0,,,,,,,,"...? Dad, what's wrong?" +313200 ,,,,,1241020,,主人公,,,,,,,,,,,,,"Eh? No, it's nothing. Anyway, let's keep going... huh?" +313300 ,,,,,1241030,,,,,,,,,,,,,,,A pathetic sound comes from the water gun. +313400 ,,,,,1241030,,主人公,,,,,,,,,,,,,Ah... there's not much water left. I can't shoot much more. +313500 ,,,,,1241030,,千恵,Chie,106_SC04_c_145.wav,chie,,0,,,,,,,,Did the water run out? Should we refill it from the hose? +313600 ,,,,,1241030,,,,,,,,,,,,,,,"Hmm, I'd like to do that, but it wasn't just water." +313700 ,,,,,1241030,,,,,,,,,,,,,,,"To refill with semen, I'd have to masturbate again." +313800 ,,,,,1241030,,主人公,,,,,,,,,,,,,Gulp... +313900 ,,,,,1241030,,,,,,,,,,,,,,,"In front of me is Chii-chan, covered in my semen, sticking\nout her butt." +314000 ,,,,,1241030,,,,,,,,,,,,,,,"...I guess it's okay to go ahead like this, right?" +314100 ,,,,,1241030,,主人公,,,,,,,,,,,,,"Hey, Chii-chan. You're in such a naughty position, you're\nmaking me feel naughty again." +314300 ,,,,,1241030,,千恵,Chie,106_SC04_c_146.wav,chie,,0,,,,,,,,"Eh~? Dad, you're getting too naughty." +314400 ,,,,,1241030,,主人公,,,,,,,,,,,,,But it's because Chii-chan is posing like that. With your\nbutt and pussy all exposed and wiggling. +314500 ,,,,,1241030,,主人公,,,,,,,,,,,,,"Any dad would get naughty seeing that, right?" +314600 ,,,,,1241030,,千恵,Chie,106_SC04_c_147.wav,chie,,0,,,,,,,,"Is that so... hmm, that's tricky." +314700 ,,,,,1241030,,,,,,,,,,,,,,,Chii-chan is still pondering with her butt exposed. +314800 ,,,,,1241030,,主人公,,,,,,,,,,,,,"So, is it okay if I do something naughty?" +314900 ,,,,,1241030,,千恵,Chie,106_SC04_c_148.wav,chie,,0,,,,,,,,"...It's okay. ...Actually, Chii-chan is starting to feel\nnaughty too." +315000 ,,,,,1241030,,主人公,,,,,,,,,,,,,Is that so? +315100 ,,,,,1241030,,千恵,Chie,106_SC04_c_149.wav,chie,,0,,,,,,,,Because Dad was aiming at Chii-chan's pussy and butt. +315200 ,,,,,1241030,,千恵,Chie,106_SC04_c_150.wav,chie,,0,,,,,,,,It felt good and made me feel naughty. +315300 ,,,,,1241030,,,,,,,,,,,,,,,"Well, that's what I was aiming for." +315400 ,,,,,1241030,,,,,,,,,,,,,,,"Then, without hesitation." +315500 ,,,,,1241030,,主人公,,,,,,,,,,,,,Is it okay to put it in your pussy now? +315600 ,,,,,1241030,,千恵,Chie,106_SC04_c_151.wav,chie,,0,,,,,,,,"Yeah, it feels like when Dad used his hand on me, with all\nthe water hitting my pussy..." +315700 ,,,,,1241030,,,,,,,,,,,,,,,"Oh, thanks to the semen water gun, you're all set." +315800 ,,,,,1241030,,,,,,,,,,,,,,,Well then. +315900 ,,,,,1241040,,主人公,,,,,,,,,,,,,Hmm... +316100 ,,,,,1241040,,千恵,Chie,106_SC04_c_152.wav,chie,,0,,,,,,,,Ah... Dad's cock... it's hot. +316200 ,,,,,1241040,,主人公,,,,,,,,,,,,,It's because it's been in the water for so long. +316300 ,,,,,1241040,,千恵,Chie,106_SC04_c_153.wav,chie,,0,,,,,,,,"Oh, I see." +316400 ,,,,,1241040,,,,,,,,,,,,,,,"I press the tip against the hole, drenched in my semen and\nher juices. It feels like she's already ready, her pussy is\nhot." +316500 ,,,,,1241040,,,,,,,,,,,,,,,...She was feeling it from my semen water gun. +316600 ,,,,,1241040,,,,,,,,,,,,,,,"I slowly enter Chii-chan's pussy, covering her as she sticks\nout her butt." +316700 ,,,,,1241040,,千恵,Chie,106_SC04_c_154.wav,chie,,0,,,,,,,,Ahh... ahh. Nnnnnn~~~~! +316800 ,,,,,1241040,,千恵,Chie,106_SC04_c_155.wav,chie,,0,,,,,,,,"Ah... hah, nnn, it's in... ah, ahhh, nnn, nnn!" +316900 ,,,,,1241040,,主人公,,,,,,,,,,,,,Oh! +317000 ,,,,,1241040,,,,,,,,,,,,,,,"Oh, Chii-chan's soft pussy wrapped around my cock tighter\nthan usual." +317100 ,,,,,1241040,,,,,,,,,,,,,,,Did it shrink a bit from being cold in the water? +317200 ,,,,,1241040,,千恵,Chie,106_SC04_c_156.wav,chie,,0,,,,,,,,"Nnn, fua... Dad's... it's warm." +317300 ,,,,,1241040,,主人公,,,,,,,,,,,,,Uncle thinks Chii-chan's pussy is warm and feels good too. +317400 ,,,,,1241040,,千恵,Chie,106_SC04_c_157.wav,chie,,0,,,,,,,,Really? Ehehe~ +317500 ,,,,,1241040,,千恵,Chie,106_SC04_c_158.wav,chie,,0,,,,,,,,"It's warm, so I can tell exactly where Dad's cock is inside\nChii-chan." +317600 ,,,,,1241040,,千恵,Chie,106_SC04_c_159.wav,chie,,0,,,,,,,,"Right now, it's around the entrance of my womb." +317700 ,,,,,1241040,,主人公,,,,,,,,,,,,,"Oh, it seems explaining with drawings paid off." +317800 ,,,,,1241040,,千恵,Chie,106_SC04_c_160.wav,chie,,0,,,,,,,,Yeah. +317900 ,,,,,1241040,,主人公,,,,,,,,,,,,,"Alright, then..." +318000 ,,,,,1241040,,,,,,,,,,,,,,,I slowly and shallowly move in and out of Chii-chan's pussy. +318200 ,,,,,1241050,,千恵,Chie,106_SC04_c_161.wav,chie,,0,,,,,,,,"Nnn. Ahh... ahh, nnn. Nn!" +318300 ,,,,,1241050,,千恵,Chie,106_SC04_c_162.wav,chie,,0,,,,,,,,Hya! Hahnn! My body... is moving on its own. +318400 ,,,,,1241050,,,,,,,,,,,,,,,"Every time I move my hips, the water in the pool splashes." +318500 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Wow... it's warm and wavy, it feels good." +318600 ,,,,,1241050,,千恵,Chie,106_SC04_c_163.wav,chie,,0,,,,,,,,"Hyu, nn, faa, it feels like Dad's cock is stirring my pussy\nfrom inside... ah, hah... nnn." +318700 ,,,,,1241050,,,,,,,,,,,,,,,It feels like I'm warming up her cold pussy. +318800 ,,,,,1241050,,,,,,,,,,,,,,,"Then, I focus on rubbing my cock around the entrance, which\nis probably cold." +318900 ,,,,,1241050,,千恵,Chie,106_SC04_c_164.wav,chie,,0,,,,,,,,Ah! Ah... nnn! Fuaaah! Dad's... it already feels good. +319000 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Wow, that's fast." +319100 ,,,,,1241050,,千恵,Chie,106_SC04_c_165.wav,chie,,0,,,,,,,,"You know, when Dad's water gun... got in my mouth, I started\nfeeling weird." +319200 ,,,,,1241050,,,,,,,,,,,,,,,"Ah, because it had semen in it. Did the smell make her feel\naroused?" +319300 ,,,,,1241050,,主人公,,,,,,,,,,,,,Alright then. +319400 ,,,,,1241050,,,,,,,,,,,,,,,I aimed the remaining liquid in the water gun at Chii-chan's\nbutt and squirted it. +319500 ,,,,,1241050,,千恵,Chie,106_SC04_c_166.wav,chie,,0,,,,,,,,Fwaa!? It's cold! +319600 ,,,,,1241050,,,,,,,,,,,,,,,"Her pussy twitches in response, and her butt hole tightens." +319700 ,,,,,1241050,,主人公,,,,,,,,,,,,,Wow! It's squeezing really tight. +319800 ,,,,,1241050,,千恵,Chie,106_SC04_c_167.wav,chie,,0,,,,,,,,"Ah... because Dad is splashing water on my butt! Ah, ah,\nahhh...!" +319900 ,,,,,1241050,,,,,,,,,,,,,,,"But maybe that's what she wanted, as her voice sounds like\nshe's being spoiled." +320000 ,,,,,1241050,,,,,,,,,,,,,,,"And... the sound of water, different from the pool's, echoes\nwith a squelching noise." +320100 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Ah... Chii-chan, you're really getting into it now." +320200 ,,,,,1241050,,千恵,Chie,106_SC04_c_168.wav,chie,,0,,,,,,,,"Y-yeah... Chii-chan's body... with Dad's cock... is\ntwitching, haa... ahhh..." +320300 ,,,,,1241050,,主人公,,,,,,,,,,,,,"What a troublesome girl. If a girl this naughty became my\ndaughter, I'd be in trouble." +320400 ,,,,,1241050,,千恵,Chie,106_SC04_c_169.wav,chie,,0,,,,,,,,Eh!? N-no! Chii-chan isn't naughty! +320500 ,,,,,1241050,,千恵,Chie,106_SC04_c_170.wav,chie,,0,,,,,,,,It's because Dad is splashing water on my pussy and sucking\nmy breasts. +320600 ,,,,,1241050,,千恵,Chie,106_SC04_c_171.wav,chie,,0,,,,,,,,Anyone would end up like this if you did that. +320700 ,,,,,1241050,,主人公,,,,,,,,,,,,,Really? +320800 ,,,,,1241050,,千恵,Chie,106_SC04_c_172.wav,chie,,0,,,,,,,,Yes! +320900 ,,,,,1241050,,主人公,,,,,,,,,,,,,But isn't this a bit too naughty? +321000 ,,,,,1241050,,,,,,,,,,,,,,,"I place my hand on the part where I'm connected to Chii-\nchan, at the entrance of her pussy." +321100 ,,,,,1241050,,千恵,Chie,106_SC04_c_173.wav,chie,,0,,,,,,,,Fya! +321200 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Wow... you're really soaked, Chii-chan." +321300 ,,,,,1241050,,千恵,Chie,106_SC04_c_174.wav,chie,,0,,,,,,,,"B-because... Dad makes me feel so good, fua, ah, ah,\nahhhh..." +321400 ,,,,,1241050,,主人公,,,,,,,,,,,,,"That's nice to hear. Then, I'll move more, okay?" +321500 ,,,,,1241050,,千恵,Chie,106_SC04_c_175.wav,chie,,0,,,,,,,,Y-yeah... you can move a lot... fuaaa! +321600 ,,,,,1241050,,,,,,,,,,,,,,,"Before Chii-chan finishes speaking, I thrust my hips and\nmove my cock vigorously." +321800 ,,,,,1241060,,千恵,Chie,106_SC04_c_176.wav,chie,,0,,,,,,,,"Dad, suddenly... auuu! Nn! Fwaa!" +321900 ,,,,,1241060,,主人公,,,,,,,,,,,,,"Sorry. Chii-chan's feels so good, I couldn't help it." +322000 ,,,,,1241060,,千恵,Chie,106_SC04_c_177.wav,chie,,0,,,,,,,,"Ah, nkuu... Fuaa... Chii-chan's pussy too... Ah! Ah, Dad's\nis going in and out...!" +322100 ,,,,,1241060,,千恵,Chie,106_SC04_c_178.wav,chie,,0,,,,,,,,"It, it feels, so, good! Nn... Dad..." +322200 ,,,,,1241060,,主人公,,,,,,,,,,,,,"Haha, yeah, yeah! Dad thinks Chii-chan's pussy is amazing\ntoo. Seeing your butt hole is the best." +322300 ,,,,,1241060,,,,,,,,,,,,,,,"As I thrust my hips, Chii-chan leans forward so much that\nher face almost touches the water." +322400 ,,,,,1241060,,,,,,,,,,,,,,,"Ah, Chii-chan might fall into the pool mixed with semen." +322500 ,,,,,1241050,,千恵,Chie,106_SC04_c_179.wav,chie,,0,,,,,,,,"Fuaa! Ahh...! Haa ah ah... No, ah... Ann! The pool... Chii-\nchan's face is reflected..." +322600 ,,,,,1241050,,主人公,,,,,,,,,,,,,Oh! What kind of face are you making? +322700 ,,,,,1241050,,千恵,Chie,106_SC04_c_180.wav,chie,,0,,,,,,,,Eh!? Th-that's +322800 ,,,,,1241050,,,,,,,,,,,,,,,"When I look at the water's surface, Chii- chan's face,\nturned to mush, is reflected." +322900 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Wow, you're making such a sloppy expression, Chii-chan." +323000 ,,,,,1241060,,千恵,Chie,106_SC04_c_181.wav,chie,,0,,,,,,,,Th-that's not... Fwa... Ahh... Auuu... not true! +323100 ,,,,,1241060,,,,,,,,,,,,,,,"Even as she says that, drool from her mouth drips into the\nwater with a plop." +323200 ,,,,,1241060,,,,,,,,,,,,,,,"It's about time to pick up the pace, so I gradually increase\nmy movements and play with her clitoris with my fingers." +323300 ,,,,,1241060,,千恵,Chie,106_SC04_c_182.wav,chie,,0,,,,,,,,"Fua...! Haa... Nn! Dad, not so much... all at once, nn!" +323400 ,,,,,1241060,,千恵,Chie,106_SC04_c_183.wav,chie,,0,,,,,,,,"Fuaa, ahh... Haun! Ahhhh! You're tickling the good spot!\nAnn, ahhh... Auuu!" +323500 ,,,,,1241060,,主人公,,,,,,,,,,,,,Kuu...! +323600 ,,,,,1241060,,,,,,,,,,,,,,,"As I stimulate her clitoris, the walls of her pussy cling to\nmy cock, squeezing tightly." +323700 ,,,,,1241060,,,,,,,,,,,,,,,"Ah, the summer heat and this pleasure... The smell of my\nsemen and Chii-chan's love juices mixing in the pool is\ndizzying." +323800 ,,,,,1241060,,千恵,Chie,106_SC04_c_184.wav,chie,,0,,,,,,,,"Fua! Ah, ah, ahh! Dad's is reaching deep inside...! It's\ncoming! Fuaa!" +323900 ,,,,,1241060,,千恵,Chie,106_SC04_c_185.wav,chie,,0,,,,,,,,Auuu... My head feels fuzzy... +324000 ,,,,,1241060,,主人公,,,,,,,,,,,,,"Kuh, are you okay, Chii-chan?" +324100 ,,,,,1241060,,千恵,Chie,106_SC04_c_186.wav,chie,,0,,,,,,,,"Ah, no, the sound of water from my pussy... it's... fuaaa!" +324200 ,,,,,1241060,,千恵,Chie,106_SC04_c_187.wav,chie,,0,,,,,,,,Dad! ...Nkuu. Fua! Chii-chan feels like she's going to come\nalready! +324300 ,,,,,1241060,,主人公,,,,,,,,,,,,,"Yeah, me too! Chii-chan's pussy feels too good!" +324400 ,,,,,1241060,,,,,,,,,,,,,,,"I gradually speed up my hip movements. No, rather, my hips\nare moving faster on their own." +324500 ,,,,,1241060,,,,,,,,,,,,,,,"Chii-chan seems to be the same, moving her body eagerly to\nseek my cock despite her unstable position." +324600 ,,,,,1241060,,千恵,Chie,106_SC04_c_188.wav,chie,,0,,,,,,,,"Fua, naa, aaaaaah! It feels good... deep inside." +324700 ,,,,,1241060,,千恵,Chie,106_SC04_c_189.wav,chie,,0,,,,,,,,Kufuu! Fua! Nha! Aaaaaah! D-Dad's... ah! It's grinding\ninside Chii-chan! +324800 ,,,,,1241060,,主人公,,,,,,,,,,,,,Chii-chan is squeezing my cock with her pussy too. +324900 ,,,,,1241050,,千恵,Chie,106_SC04_c_190.wav,chie,,0,,,,,,,,Fuee!? I-Is Chii-chan's pussy moving like that? +325000 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Yes, with those naughty movements, you're making my cock\nfeel good." +325100 ,,,,,1241050,,千恵,Chie,106_SC04_c_191.wav,chie,,0,,,,,,,,Dad's is also making Chii-chan's pussy feel really good. +325200 ,,,,,1241050,,千恵,Chie,106_SC04_c_192.wav,chie,,0,,,,,,,,S-So... Chii-chan feels like she's going to come. +325300 ,,,,,1241050,,主人公,,,,,,,,,,,,,I-I'm about to come too! +325400 ,,,,,1241050,,千恵,Chie,106_SC04_c_193.wav,chie,,0,,,,,,,,I want to come... Chii-chan wants to come already. +325500 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Okay, then I'll make you come." +325600 ,,,,,1241050,,千恵,Chie,106_SC04_c_194.wav,chie,,0,,,,,,,,Yes! Yes! Dad! +325700 ,,,,,1241050,,,,,,,,,,,,,,,"I pull Chii-chan close and move my hips wildly, making the\npool water splash around like a washing machine." +325800 ,,,,,1241060,,千恵,Chie,106_SC04_c_195.wav,chie,,0,,,,,,,,"Fuwaaaa! Agu!? Dad, it's amazing! Chii- chan's stomach... is\ngoing to burst!" +325900 ,,,,,1241060,,千恵,Chie,106_SC04_c_196.wav,chie,,0,,,,,,,,"Ah, fuaaah, hiaaaah...! Ah, ah, aaaaah! Pull it out!" +326000 ,,,,,1241060,,主人公,,,,,,,,,,,,,"D-Don't worry! Even though my cock feels like it's going to\nbreak from thrusting, it's totally fine." +326100 ,,,,,1241060,,,,,,,,,,,,,,,"Chii-chan's pussy feels so good, a tingling sensation\nspreads through my lower body." +326200 ,,,,,1241060,,,,,,,,,,,,,,,"The more I move my cock, the stronger that sensation\nbecomes, and now it's even reaching my head." +326300 ,,,,,1241060,,千恵,Chie,106_SC04_c_197.wav,chie,,0,,,,,,,,"Dad! Haaah! Haaah! Dad, aaah, haaah, Dad!" +326400 ,,,,,1241060,,千恵,Chie,106_SC04_c_198.wav,chie,,0,,,,,,,,"Kuun, hiaaah...! Ah... fua! Fuaaah! Fuaaaaah!" +326500 ,,,,,1241060,,主人公,,,,,,,,,,,,,Kuuu...! +326600 ,,,,,1241060,,,,,,,,,,,,,,,"My cock is twitching over and over, showing signs that it's\nclose to its limit." +326700 ,,,,,1241060,,,,,,,,,,,,,,,"My knees are shaking, and the semen is rising from my balls." +326800 ,,,,,1241060,,千恵,Chie,106_SC04_c_199.wav,chie,,0,,,,,,,,"Ah, aaaaah! Haaah! Nfuu! D-Dad, it feels so good! Fuaa...\nChii-chan is going to come!" +326900 ,,,,,1241060,,千恵,Chie,106_SC04_c_200.wav,chie,,0,,,,,,,,Ah! Hah! Haaah! Is Dad about to come too? +327000 ,,,,,1241060,,主人公,,,,,,,,,,,,,Yeah! I'm almost at my limit! +327100 ,,,,,1241060,,千恵,Chie,106_SC04_c_201.wav,chie,,0,,,,,,,,"Ah! Hah! Haaah! M-Make me come, Dad! Ah... aaaaaah!" +327200 ,,,,,1241060,,主人公,,,,,,,,,,,,,Yeah! I'll come together with you! +327300 ,,,,,1241060,,千恵,Chie,106_SC04_c_202.wav,chie,,0,,,,,,,,"Y-Yeah! Come, Dad! Together with Chii- chan!!" +327400 ,,,,,1241060,,,,,,,,,,,,,,,"A bittersweet sensation runs from my thighs to my calves,\nah, I'm at my limit." +327500 ,,,,,1241060,,,,,,,,,,,,,,,"Ah, where should I release it!" +327600 ,$menu_begin,,,,1241060,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_1a",,,,1241060,,,,,,,,,,,,,,,■@ Release inside +↓,"$menu_item 1,Finish outside,sel_1b",,,,1241060,,,,,,,,,,,,,,,■A Release outside +↓,$menu_end,,,,1241060,,,,,,,,,,,,,,, +327700 ,*sel_1a,,,,1241060,,,,,,,,,,,,,,,■@ Release inside +327800 ,,,,,1241060,,主人公,,,,,,,,,,,,,"Huff, huff! ...I'll fill Chii-chan's pussy with Uncle's\nsemen like a pool!" +327900 ,,,,,1241060,,千恵,Chie,106_SC04_c_203.wav,chie,,0,,,,,,,,"Hyaa! Nha! Yeah, Chii-chan's tummy, with Dad's semen...\nfuaaah! Aaaah! Like a pool... fuuuuuuuu!" +328000 ,,,,,1241060,,千恵,Chie,106_SC04_c_204.wav,chie,,0,,,,,,,,"Nnnnn! Haa, haan, hiii! Fuuuuun! It feels so good!" +328100 ,,,,,1241060,,主人公,,,,,,,,,,,,,"Here I go, Chii-chan, I'm almost...!" +328200 ,,,,,1241060,,,,,,,,,,,,,,,Ugh! I can't hold it anymore! I'm really at my limit! +328300 ,,,,,1241060,,千恵,Chie,106_SC04_c_205.wav,chie,,0,,,,,,,,Dad! Dad! ...Chii-chan is about to come... I'm coming! Aaah! +328400 ,,,,,1241060,,主人公,,,,,,,,,,,,,Ugh...! Chii-chan! Chii-chan! +328500 ,,,,,1241060,,,,,,,,,,,,,,,I forget to breathe as I push myself to the limit. +328600 ,,,,,1241060,,千恵,Chie,106_SC04_c_206.wav,chie,,0,,,,,,,,"Ahh... Dad...! Ah, hyaaaaaaah!" +328700 ,,,,,1241060,,,,,,,,,,,,,,,"Moving my hips so intensely it feels like I'm going to\nbreak, Chii-chan lets out a moan as if squeezing it out." +328800 ,,,,,1241060,,主人公,,,,,,,,,,,,,Uuuu...! I'm coming! I'm coming! +328900 ,,,,,1241060,,千恵,Chie,106_SC04_c_207.wav,chie,,0,,,,,,,,"Nfu! Ah, ah, D-Dad! Nnnnnnnnnnnnnn!" +329000 ,,,,,1241060,,,,,,,,,,,,,,,The moment I thrust my cock deep inside... +329200 ,,,,,1241070,,,,,,,,,,,,,,,"--Splat! Sploosh! Throb, throb!" +329300 ,,,,,1241070,,主人公,,,,,,,,,,,,,"Ugh, uaaaaah!" +329400 ,,,,,1241070,,,,,,,,,,,,,,,I release the semen I had been holding back all at once\ninside Chii-chan's pussy. +329500 ,,,,,1241070,,千恵,Chie,106_SC04_c_208.wav,chie,,0,,,,,,,,"Fua, ah, fuuuuuu~~! Auuu~~!" +329600 ,,,,,1241070,,,,,,,,,,,,,,,"My cock bursts repeatedly inside Chii-chan, pumping semen\ninto her." +329700 ,,,,,1241070,,千恵,Chie,106_SC04_c_209.wav,chie,,0,,,,,,,,Auu... Dad's semen... it's filling up inside my tummy. +329800 ,,,,,1241070,,主人公,,,,,,,,,,,,,Ugh... aaaaah... it's still coming out! +329900 ,,,,,1241070,,,,,,,,,,,,,,,"My cock stirs the semen and love juices inside Chii-chan's\npussy, making her body tremble each time." +330000 ,,,,,1241070,,千恵,Chie,106_SC04_c_210.wav,chie,,0,,,,,,,,Augh... ahhh... Chii-chan's womb... it's going to burst. +330100 ,,,,,1241070,,,,,,,,,,,,,,,"I shuddered all over, twisting my cock as if to squeeze out\nthe last drop." +330200 ,,,,,1241070,,主人公,,,,,,,,,,,,,...Phew. ...I really can't anymore. +330400 ,,,,,1241080,,千恵,Chie,106_SC04_c_211.wav,chie,,0,,,,,,,,Fwaa!? +330500 ,,,,,1241080,,,,,,,,,,,,,,,"As I pulled out my cock, with a gurgling sound, semen\nspilled out from the perfectly round hole of her pussy." +330600 ,,,,,1241080,,千恵,Chie,106_SC04_c_212.wav,chie,,0,,,,,,,,Uuuu... Dad's... it's coming out a lot from Chii-chan's\npussy. +330700 ,,,,,1241080,,,,,,,,,,,,,,,"With a splattering sound, my semen fell into the pool." +330800 ,,,,,1241080,,,,,,,,,,,,,,,Wow... that's a huge amount. +330900 ,,,,,1241080,,千恵,Chie,106_SC04_c_213.wav,chie,,0,,,,,,,,"Dad... even though you just came, there's still so much..." +331000 ,,,,,1241080,,主人公,,,,,,,,,,,,,"Haha, well, that's because Chii-chan's pussy feels so good." +331100 ,,,,,1241080,,千恵,Chie,106_SC04_c_214.wav,chie,,0,,,,,,,,Geez... it was supposed to be practice for becoming a dad... +331200 ,,,,,1241080,,主人公,,,,,,,,,,,,,"Sorry, sorry, I'll be more careful next time." +331300 ,,,,,1241080,,千恵,Chie,106_SC04_c_215.wav,chie,,0,,,,,,,,"Dad, next time you can't..." +331400 ,,,,,1241080,,主人公,,,,,,,,,,,,,Okay. +331500 ,,,,,1241080,,,,,,,,,,,,,,,"...That's what Chii-chan says, but with that dazed\nexpression, it's not very convincing." +331600 ,,,,,1241080,,,,,,,,,,,,,,,"I mean, she's probably still expecting more." +331700 ,$go join_1,,,,,,,,,,,,,,,,,,, +331800 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ARelease outside +331900 ,,,,,1241060,,主人公,,,,,,,,,,,,,Huff huff! ...I'm going to spray uncle's semen all over\nChii-chan's body like a water gun and make you all sticky! +332000 ,,,,,1241060,,千恵,Chie,106_SC04_c_216.wav,chie,,0,,,,,,,,"Nnnnn! Haa, haan, hiii! Fuuuun! It feels so good!" +332100 ,,,,,1241060,,千恵,Chie,106_SC04_c_217.wav,chie,,0,,,,,,,,"Hyaa! Nha! Yeah, Chii-chan, with dad's semen... Fuhaa! Aaah!\nAll sticky... Fuaaaaaa!" +332200 ,,,,,1241060,,主人公,,,,,,,,,,,,,"Here I go, Chii-chan, I'm almost...!" +332300 ,,,,,1241060,,,,,,,,,,,,,,,Uuu! I can't hold it anymore! I'm really at my limit! +332400 ,,,,,1241060,,千恵,Chie,106_SC04_c_218.wav,chie,,0,,,,,,,,Dad! Dad! ...Chii-chan is about to! I'm going to... I'm\ngoing to cum! Aaah! +332500 ,,,,,1241060,,主人公,,,,,,,,,,,,,Ugh...! Chii-chan! Chii-chan! +332600 ,,,,,1241060,,,,,,,,,,,,,,,I forget to breathe as I pick up the pace. +332700 ,,,,,1241060,,千恵,Chie,106_SC04_c_219.wav,chie,,0,,,,,,,,"Ahh... Dad...! Ah, hiaaaaaa!" +332800 ,,,,,1241060,,,,,,,,,,,,,,,"Moving my hips so intensely it feels like I'm going to\nbreak, Chii-chan lets out moans as if squeezing out every\nlast bit." +332900 ,,,,,1241060,,主人公,,,,,,,,,,,,,Uuu...! I'm cumming! I'm cumming! +333000 ,,,,,1241060,,千恵,Chie,106_SC04_c_220.wav,chie,,0,,,,,,,,"Nfu! Ah, ah, o, dad! Nnnnnnnnnnnn!" +333100 ,,,,,1241060,,,,,,,,,,,,,,,"Feeling my limit, I pull out my cock, and in the next\nmoment..." +333300 ,,,,,1241081,,,,,,,,,,,,,,,――Splat splat splat! Splat! Splat splat! +333400 ,,,,,1241081,,主人公,,,,,,,,,,,,,"Fu, uaaaaa!" +333500 ,,,,,1241081,,,,,,,,,,,,,,,I release the semen I had been holding back all over Chii-\nchan's body at once. +333600 ,,,,,1241081,,千恵,Chie,106_SC04_c_221.wav,chie,,0,,,,,,,,"Fua, ah, fuaaaaaa~~! Auuu~~!" +333700 ,,,,,1241081,,,,,,,,,,,,,,,"My cock bursts repeatedly, each time shooting semen from the\nurethra, painting Chii-chan's body white." +333800 ,,,,,1241081,,千恵,Chie,106_SC04_c_222.wav,chie,,0,,,,,,,,It's hot... with dad's semen... my whole body feels hot. +333900 ,,,,,1241081,,主人公,,,,,,,,,,,,,Ooooh! Chii-chan is all white... I'm still going to cover\nyou more! +334000 ,,,,,1241081,,千恵,Chie,106_SC04_c_223.wav,chie,,0,,,,,,,,Eh!? +334100 ,,,,,1241081,,,,,,,,,,,,,,,"On her butt, back, and thighs! I keep splattering semen all\nover Chii-chan." +334200 ,,,,,1241081,,千恵,Chie,106_SC04_c_224.wav,chie,,0,,,,,,,,It's hot... ahh... dad's semen... it's hot... +334300 ,,,,,1241081,,,,,,,,,,,,,,,I rub my cock and splatter it all over Chii- chan's body\nuntil the last drop. +334400 ,,,,,1241081,,主人公,,,,,,,,,,,,,...Phew. ...I really can't anymore. +334500 ,,,,,1241081,,千恵,Chie,106_SC04_c_225.wav,chie,,0,,,,,,,,Ah... dad's semen... it got in my mouth. +334600 ,,,,,1241081,,,,,,,,,,,,,,,"Well, to be honest, it already got in during the water gun\nfight." +334700 ,,,,,1241081,,,,,,,,,,,,,,,"Chii-chan's body is coated with my semen, as if covered in\nlotion." +334800 ,,,,,1241081,,千恵,Chie,106_SC04_c_226.wav,chie,,0,,,,,,,,Ugh... I'm all sticky with dad's... +334900 ,,,,,1241081,,,,,,,,,,,,,,,Plop... plop... the semen that dripped from her body fell\ninto the pool. +335000 ,,,,,1241081,,,,,,,,,,,,,,,"Wow, it's like a pool of semen." +335100 ,,,,,1241081,,千恵,Chie,106_SC04_c_227.wav,chie,,0,,,,,,,,"Dad... even though you just came, you still have so much..." +335200 ,,,,,1241081,,主人公,,,,,,,,,,,,,"Haha, well, that's because Chii-chan's pussy feels so good." +335300 ,,,,,1241081,,千恵,Chie,106_SC04_c_228.wav,chie,,0,,,,,,,,Geez... it was supposed to be practice for becoming a dad... +335400 ,,,,,1241081,,主人公,,,,,,,,,,,,,"Sorry, sorry, I'll be more careful next time." +335500 ,,,,,1241081,,千恵,Chie,106_SC04_c_229.wav,chie,,0,,,,,,,,"Dad, next time you can't..." +335600 ,,,,,1241081,,主人公,,,,,,,,,,,,,Okay. +335700 ,,,,,1241081,,,,,,,,,,,,,,,"...That's what Chii-chan says, but with that dazed\nexpression, it's not convincing." +335800 ,,,,,1241081,,,,,,,,,,,,,,,I bet she's still expecting more. +335900 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +336000 ,$event_return,,,,,,,,,,,,,,,,,,, +336100 ,,,8,31,,,千恵,Chie,106_SC04_c_230.wav,chie,,34,,,,,,,,"Phew... playing in the water is tiring, isn't it?" +336200 ,,,,,,,主人公,,,chie,,34,,,,,,,,"Hmm, I don't think it's the water play that tired you out." +336300 ,,,,,,,,,,chie,,34,,,,,,,,"Well, whatever." +336400 ,,,,,,,,,,chie,,34,,,,,,,,"Anyway, I'm satisfied." +336500 ,,,,,,,,,,chie,,34,,,,,,,,"After all, once from breastfeeding handjob, once from\nmasturbating for the semen water gun, and once from the sex\njust now." +336600 ,,,,,,,,,,chie,,34,,,,,,,,That's three times in total. No wonder I'm satisfied. +336700 ,,,,,,,千恵,Chie,106_SC04_c_231.wav,chie,,13,,,,,,,,"...Then, Chii-chan might take a little nap?" +336800 ,,,,,,,主人公,,,chie,,13,,,,,,,,"Yeah, I think that's a good id... huh?" +336900 ,,,,,,,千恵,Chie,106_SC04_c_232.wav,chieL,,22,,,,,,,,...? +337000 ,,,,,,,,,,chieL,,22,,,,,,,,"Looking closely, Chii-chan's nipples are still standing\nerect, and her pussy is quite wet." +337100 ,,,,,,,,,,chieL,,22,,,,,,,,...This means. +337200 ,,,,,,,,,,chieL,,22,,,,,,,,Could it be that Chii-chan still wants to have sex? +337300 ,,,,,,,,,,chieL,,22,,,,,,,,"That's right! I've come three times, but Chii-chan only\nonce. That's not fair." +337400 ,,,,,,,,,,chieL,,22,,,,,,,,"I thought I was satisfied, but seeing Chii- chan all turned\non, I'm getting excited again." +337500 ,,,,,,,主人公,,,chieL,,22,,,,,,,,Chii-chan... could you hug your uncle? +337600 ,,,,,,,千恵,Chie,106_SC04_c_233.wav,chieL,,2,,,,,,,,"Huh? Sure, that's fine." +337700 ,,,,,,,,,,chieL,,2,,,,,,,,"Chii-chan smiles and hugs me. Yeah, yeah, it feels like a\nfather and daughter." +337800 ,,,,,,,,,,chieL,,2,,,,,,,,But what's about to start isn't that. +337900 ,,,,,,,千恵,Chie,106_SC04_c_234.wav,chieL,,13,,,,,,,,"Dad, what's up all of a sudden?" +338000 ,,,,,,,千恵,Chie,106_SC04_c_235.wav,chieL,,24,,,,,,,,"...Ah! Something's poking my butt! Dad, are you feeling\nnaughty again?" +338100 ,,,,,,,主人公,,,chieL,,24,,,,,,,,Hmm? Isn't it Chii-chan who's feeling naughty? Your pussy\nand boobs are twitching like they want more. +338200 ,,,,,,,千恵,Chie,106_SC04_c_236.wav,chieL,,2,,,,,,,,"Uh... yeah, I'm still in the mood." +338300 ,,,,,,,千恵,Chie,106_SC04_c_237.wav,chieL,,26,,,,,,,,"...But, but Chii-chan is already wobbly... I want to take a\nlittle break." +338400 ,,,,,,,主人公,,,chieL,,26,,,,,,,,"Nope, we're practicing becoming a dad, and if Chii-chan gets\nnaughty, we can't practice, right?" +338500 ,,,,,,,主人公,,,chieL,,26,,,,,,,,So let's finish those naughty feelings properly before\ncontinuing. +338600 ,,,,,,,千恵,Chie,106_SC04_c_238.wav,chieL,,16,,,,,,,,"Eh, but..." +338700 ,,,,,,,,,,chieL,,16,,,,,,,,"While holding Chii-chan up, I align my cock with her\npussy... and then sit down on the porch." +338900 ,,,9,,1242000,,,,,,,,,,,,,,, +339000 ,*mem2,,,,1242000,,,,,,,,,,,,,,, +339100 ,,,9,,1242000,,千恵,Chie,106_SC04_c_239.wav,chie,,0,,,,,,,,Whoa! D-Dad's inside again... +339200 ,,,,,1242000,,,,,,,,,,,,,,,"At the same time, my cock enters Chii-chan's pussy,\nnaturally putting us in a face-to-face sitting position." +339300 ,,,,,1242000,,,,,,,,,,,,,,,"Ah, now I can see Chii-chan's face and boobs better than\nbefore, it's a good position." +339400 ,,,,,1242000,,千恵,Chie,106_SC04_c_240.wav,chie,,0,,,,,,,,"Ahh!? Whoa! Dad, this is no good! This is bad for my\ntummy..." +339500 ,,,,,1242000,,主人公,,,,,,,,,,,,,Hmm? What's wrong? +339600 ,,,,,1242000,,,,,,,,,,,,,,,"Chii-chan clings to me desperately, her legs trembling." +339700 ,,,,,1242000,,,,,,,,,,,,,,,"She mentioned her tummy... oh, I see!" +339800 ,,,,,1242000,,,,,,,,,,,,,,,I lightly move my hips upward. +339900 ,,,,,1242000,,千恵,Chie,106_SC04_c_241.wav,chie,,0,,,,,,,,Eek!? +340000 ,,,,,1242000,,,,,,,,,,,,,,,And it hits the wall of her womb. +340100 ,,,,,1242000,,,,,,,,,,,,,,,"I see, Chii-chan's little pussy can't handle the length of\nmy cock." +340200 ,,,,,1242000,,,,,,,,,,,,,,,"If I let go now, she'd be skewered by my cock." +340300 ,,,,,1242000,,千恵,Chie,106_SC04_c_242.wav,chie,,0,,,,,,,,D-Dad... Chii-chan's legs are shaking and can't stand. +340400 ,,,,,1242000,,千恵,Chie,106_SC04_c_243.wav,chie,,0,,,,,,,,At this rate... your cock will stab my tummy. +340500 ,,,,,1242000,,主人公,,,,,,,,,,,,,"It's okay, Chii-chan, see? You're fine now, right?" +340600 ,,,,,1242000,,千恵,Chie,106_SC04_c_244.wav,chie,,0,,,,,,,,It's because Chii-chan is holding onto Dad with her hands\nthat I'm fine! +340700 ,,,,,1242000,,千恵,Chie,106_SC04_c_245.wav,chie,,0,,,,,,,,If Chii-chan's hands slip... ugh. +340800 ,,,,,1242000,,,,,,,,,,,,,,,Chii-chan trembles on top of me. +340900 ,,,,,1242000,,,,,,,,,,,,,,,"Hmm, well, I don't think it would actually pierce her\nstomach." +341000 ,,,,,1242000,,,,,,,,,,,,,,,"Probably, if there was such an impact in this position, my\ncock would break too." +341100 ,,,,,1242000,,,,,,,,,,,,,,,...Ugh! Thinking about it is scary! My cock feels like it's\nshrinking. +341200 ,,,,,1242000,,,,,,,,,,,,,,,No way I'm letting it shrink in this situation! I'm going to\nmove a lot! +341300 ,,,,,1242000,,千恵,Chie,106_SC04_c_246.wav,chie,,0,,,,,,,,"Nnfu? Ah, ah, ahhhh...! Dad! Nooo!" +341400 ,,,,,1242000,,主人公,,,,,,,,,,,,,"It's okay. Come on, Chii-chan, let's feel good, okay?" +341500 ,,,,,1242000,,,,,,,,,,,,,,,"Since we're in this position, I continue from earlier and\nsuck on her nipples." +341600 ,,,,,1242000,,千恵,Chie,106_SC04_c_247.wav,chie,,0,,,,,,,,"Hya! Ah, faaah, nooo! My hands are losing strength!" +341700 ,,,,,1242000,,千恵,Chie,106_SC04_c_248.wav,chie,,0,,,,,,,,M-my body... nyaaah! My legs feel weird. I can't put any\nstrength in them. +341800 ,,,,,1242000,,主人公,,,,,,,,,,,,,"We've done a lot of naughty things since morning, right,\nChii-chan?" +341900 ,,,,,1242000,,千恵,Chie,106_SC04_c_249.wav,chie,,0,,,,,,,,"Eh... does doing a lot of naughty things make it like this?\nFuah, ah... ahhh!" +342000 ,,,,,1242000,,,,,,,,,,,,,,,"She adorably twists her hips, trying to escape from my cock." +342100 ,,,,,1242000,,主人公,,,,,,,,,,,,,Oh? Ohhh? Whoa! +342200 ,,,,,1242000,,,,,,,,,,,,,,,"But that twisting stimulates my cock, making it harder and\nseeking more pleasure." +342300 ,,,,,1242000,,千恵,Chie,106_SC04_c_250.wav,chie,,0,,,,,,,,"Fwaa! Dad, don't move your cock, it's scary!" +342400 ,,,,,1242000,,,,,,,,,,,,,,,I take her soft breasts into my mouth and suck on them. +342500 ,,,,,1242000,,,,,,,,,,,,,,,"Then, I slide my tongue down to her side." +342600 ,,,,,1242000,,千恵,Chie,106_SC04_c_251.wav,chie,,0,,,,,,,,"Ahhhh! Dad, it tickles! My hands are losing strength...\nkuuuhn!" +342700 ,,,,,1242000,,主人公,,,,,,,,,,,,,"You're doing great, Chii-chan. Here's your reward." +342900 ,,,,,1242010,,,,,,,,,,,,,,,"I lick Chii-chan's cheek and press my lips against hers,\nslipping my tongue inside." +343000 ,,,,,1242010,,千恵,Chie,106_SC04_c_252.wav,chie,,0,,,,,,,,"Nn!? Nmmuu... Nn, fuu... nmm..." +343100 ,,,,,1242010,,,,,,,,,,,,,,,"I deepen the kiss, swirling my tongue inside." +343200 ,,,,,1242010,,主人公,,,,,,,,,,,,,Hamu... nmm... +343300 ,,,,,1242010,,千恵,Chie,106_SC04_c_253.wav,chie,,0,,,,,,,,"Nmm, nchuu... chu, chu, chu, hamun... nmm, n, chu" +343400 ,,,,,1242010,,千恵,Chie,106_SC04_c_254.wav,chie,,0,,,,,,,,"Nchuu. ...Nmm, han, nnyu... nn. O, tou- san..." +343500 ,,,,,1242010,,,,,,,,,,,,,,,"Every time I move my mouth, Chii-chan's knees tremble." +343600 ,,,,,1242010,,,,,,,,,,,,,,,"As the kiss relaxes her, I start moving my hips again." +343700 ,,,,,1242010,,千恵,Chie,106_SC04_c_255.wav,chie,,0,,,,,,,,"Nnn... ahh, ah, hachuu... fua, mu, nn... Nchuu, nku. Dad...\nnn, with the kiss, Chii- chan. Nku, muu, it's strange." +343800 ,,,,,1242010,,主人公,,,,,,,,,,,,,Did the kiss make you feel good? +343900 ,,,,,1242010,,千恵,Chie,106_SC04_c_256.wav,chie,,0,,,,,,,,"Ah, haan... U, un. It feels good. Haa, haa, haa... nchuu...\nnnn!" +344000 ,,,,,1242010,,主人公,,,,,,,,,,,,,"Oh, Chii-chan likes kissing... amu." +344100 ,,,,,1242010,,,,,,,,,,,,,,,"For a while, I continue kissing while thrusting." +344300 ,,,,,1242010,,,,,,,,,,,,,,,I trace her slit and place my finger on the little nub at\nthe top. +344400 ,,,,,1242000,,千恵,Chie,106_SC04_c_257.wav,chie,,0,,,,,,,,"Puhah! Fuaa! Ah, ahhh! My pussy... Chii- chan's pussy...\nit's hitting deep inside." +344500 ,,,,,1242000,,,,,,,,,,,,,,,"It seems the kiss made her arms lose strength, causing her\nto slide down a bit." +344600 ,,,,,1242000,,,,,,,,,,,,,,,"But she doesn't seem to be in pain; instead, I hear her\nmoaning..." +344700 ,,,,,1242000,,主人公,,,,,,,,,,,,,"Chii-chan, did kissing make your pussy feel good too?" +344800 ,,,,,1242000,,千恵,Chie,106_SC04_c_258.wav,chie,,0,,,,,,,,"Hya, ah, ahn... My stomach feels tight. Ah, hafu. Fwaaah! It\nfeels good, but it's a strange feeling." +344900 ,,,,,1242000,,主人公,,,,,,,,,,,,,How about this then? +345000 ,,,,,1242000,,,,,,,,,,,,,,,"I move my tip up and down, rubbing against the walls of her\nwomb." +345100 ,,,,,1242000,,千恵,Chie,106_SC04_c_259.wav,chie,,0,,,,,,,,"Nngh, ahk, fwaaaah... Dad, that's... a strange feeling...\nit's scary." +345200 ,,,,,1242000,,主人公,,,,,,,,,,,,,Is it too much for you? +345300 ,,,,,1242000,,千恵,Chie,106_SC04_c_260.wav,chie,,0,,,,,,,,"Hnn! ...Nnngh, no... it's tight and... it feels good...\nChii-chan... hiii!" +345400 ,,,,,1242000,,主人公,,,,,,,,,,,,,"I see, but don't worry. The womb might hurt at first, but it\nstarts to feel good." +345500 ,,,,,1242000,,,,,,,,,,,,,,,"When that happens, I want to tease her womb more... but\nChii-chan is clinging tightly." +345600 ,,,,,1242000,,,,,,,,,,,,,,,...Alright. +345700 ,,,,,1242000,,,,,,,,,,,,,,,"Instead of moving my hips, I shake Chii- chan's body." +345800 ,,,,,1242000,,千恵,Chie,106_SC04_c_261.wav,chie,,0,,,,,,,,"Fua!? Ahhh! D-Dad, it's scary, don't shake me!" +345900 ,,,,,1242000,,主人公,,,,,,,,,,,,,"Come on, Chii-chan, if you don't hold on, you'll fall!" +346000 ,,,,,1242000,,,,,,,,,,,,,,,"Chii-chan's body moves up and down, making my cock go in and\nout repeatedly." +346100 ,,,,,1242000,,千恵,Chie,106_SC04_c_262.wav,chie,,0,,,,,,,,Nooo... fwaaaah! Ahhh! +346200 ,,,,,1242000,,主人公,,,,,,,,,,,,,"Wow! Going in and out, and Chii-chan clinging tightly, it\nfeels amazing!" +346300 ,,,,,1242000,,千恵,Chie,106_SC04_c_263.wav,chie,,0,,,,,,,,"B-because, that's... hiii! D-Dad is... shaking me... nngh.\nAh, ah, ah... fwaaah!" +346400 ,,,,,1242000,,千恵,Chie,106_SC04_c_264.wav,chie,,0,,,,,,,,"Ah, fuuun, your cock is, fwaaah, stirring up my pussy... ah,\nhaa haa... nn! Hiii, Chii- chan is scared." +346500 ,,,,,1242000,,,,,,,,,,,,,,,Chii-chan's reactions are getting more intense than before. +346600 ,,,,,1242000,,主人公,,,,,,,,,,,,,Chii-chan's pussy is twitching. +346700 ,,,,,1242000,,千恵,Chie,106_SC04_c_265.wav,chie,,0,,,,,,,,"Uuu... but, it's scary... but Chii-chan feels good too!" +346800 ,,,,,1242000,,千恵,Chie,106_SC04_c_266.wav,chie,,0,,,,,,,,"Nngh, kuu, fuh...! No, ah... Ahhh. If you don't hold me\ntight... your cock will poke me!" +346900 ,,,,,1242000,,,,,,,,,,,,,,,"Does it feel good... Then, maybe I should move my hips\nwithout holding back." +347000 ,,,,,1242000,,,,,,,,,,,,,,,"I put more strength into my arms and hips, shaking Chii-\nchan's body even more." +347100 ,,,,,1242000,,千恵,Chie,106_SC04_c_267.wav,chie,,0,,,,,,,,"Ah, ahhh! W-Wait... Dad, wait...! Fwaaah!" +347200 ,,,,,1242000,,千恵,Chie,106_SC04_c_268.wav,chie,,0,,,,,,,,"Ah, uuu, aun...! Hau! Fwaaaaaah! It's going deep inside!" +347300 ,,,,,1242000,,,,,,,,,,,,,,,Whoa!? The sensation of going all the way in due to the\nweight... it's like being sucked in to the base. +347400 ,,,,,1242000,,千恵,Chie,106_SC04_c_269.wav,chie,,0,,,,,,,,Kua! Nuuu! My womb! Hiuu...! Nooo! Fuyaaah! Ahhh! +347500 ,,,,,1242000,,千恵,Chie,106_SC04_c_270.wav,chie,,0,,,,,,,,"Ah, no, no, no, stop! It's scary, Dad... haaah... ah! Uuuuu!" +347600 ,,,,,1242000,,,,,,,,,,,,,,,"Even so, the sound of squelching is coming from Chii-chan's\npussy." +347700 ,,,,,1242000,,,,,,,,,,,,,,,"Her love juices are splashing out, and a hot liquid is\ncovering my stomach." +347800 ,,,,,1242000,,主人公,,,,,,,,,,,,,"Chii-chan, you're dripping a lot." +347900 ,,,,,1242000,,千恵,Chie,106_SC04_c_271.wav,chie,,0,,,,,,,,"Because, because... Dad is... making Chii- chan's good spots\nfeel stronger." +348000 ,,,,,1242000,,主人公,,,,,,,,,,,,,Is this the good spot? Deep in the womb? +348100 ,,,,,1242000,,千恵,Chie,106_SC04_c_272.wav,chie,,0,,,,,,,,"Oof, fwaah!? Deep inside! Dad's cock is reaching inside\nChii-chan's tummy." +348200 ,,,,,1242000,,千恵,Chie,106_SC04_c_273.wav,chie,,0,,,,,,,,"Kuuuu! The inside of my pussy is twitching! Ha, ahhhh!" +348300 ,,,,,1242000,,,,,,,,,,,,,,,"Her limbs are starting to tense up, the pleasure is\novertaking the discomfort and fear, isn't it?" +348400 ,,,,,1242000,,,,,,,,,,,,,,,Then let's continue like this. +348500 ,,,,,1242000,,主人公,,,,,,,,,,,,,"Alright, Chii-chan! I'm going to get more intense like this." +348600 ,,,,,1242000,,千恵,Chie,106_SC04_c_274.wav,chie,,0,,,,,,,,"No, it's scary! You can't! Fuh... hah! Ah... nyaaah, Dad!\nFwaaaah!" +348700 ,,,,,1242000,,千恵,Chie,106_SC04_c_275.wav,chie,,0,,,,,,,,"Fwaaah! Nooo, nnngh! But, it feels... good! Haaaah, nnngh,\nfwaaah!" +348800 ,,,,,1242000,,,,,,,,,,,,,,,"I thrust my cock deep inside, pulling it out to the ridge,\nthen thrusting back in to stimulate her." +349000 ,,,,,1242030,,千恵,Chie,106_SC04_c_276.wav,chie,,0,,,,,,,,"Nngh... Fuun!? Ahhh... No, no way... The baby's room is\nalready...!" +349100 ,,,,,1242030,,千恵,Chie,106_SC04_c_277.wav,chie,,0,,,,,,,,"Kuaaa! Uuunn! Fwaaah! It's knocking! Uuuu, haaaah!" +349200 ,,,,,1242030,,,,,,,,,,,,,,,Chii-chan is trembling with an anxious expression. +349300 ,,,,,1242030,,千恵,Chie,106_SC04_c_278.wav,chie,,0,,,,,,,,"But... Dad! Hah, nnn! ...Hah! Hah, it feels good deep in my\ntummy... Hah, ahf, nnn!" +349400 ,,,,,1242030,,,,,,,,,,,,,,,"Every time I reach deep inside, Chii-chan's body reacts with\na tight squeeze." +349500 ,,,,,1242030,,,,,,,,,,,,,,,"Well, I'm thrusting with my cock, though." +349600 ,,,,,1242030,,千恵,Chie,106_SC04_c_279.wav,chie,,0,,,,,,,,Naaah...! Haaaah... Nngh! Don't push so hard... deep inside! +349700 ,,,,,1242030,,千恵,Chie,106_SC04_c_280.wav,chie,,0,,,,,,,,"Hya...? Ah, ahh! Hyuuu! Ah, auuuh! I'm going to cum! I'm\nabout to cum!" +349800 ,,,,,1242030,,主人公,,,,,,,,,,,,,Kuu...! +349900 ,,,,,1242030,,,,,,,,,,,,,,,"Inside Chii-chan is wrapping around my cock, squeezing\ntightly." +350000 ,,,,,1242030,,,,,,,,,,,,,,,The sensation of my cock forcing its way through the narrow\nentrance of her womb. It's unbelievably good...! +350100 ,,,,,1242030,,千恵,Chie,106_SC04_c_281.wav,chie,,0,,,,,,,,"Naaaah...! Oh, ah, ahhh! It's going all the way to my\ntummy...! It's coming, it's coming! Hafuuu!" +350200 ,,,,,1242030,,主人公,,,,,,,,,,,,,"I forced my way into the baby's room, huh? Will I get\nscolded later?" +350300 ,,,,,1242030,,千恵,Chie,106_SC04_c_282.wav,chie,,0,,,,,,,,"Ah! Fuuu, nnn... Nn, haaaah! Ha... ah... fuuun... yaaa!" +350400 ,,,,,1242030,,主人公,,,,,,,,,,,,,Will Chii-chan get mad too? +350500 ,,,,,1242030,,千恵,Chie,106_SC04_c_283.wav,chie,,0,,,,,,,,"I-I'll get mad! But... it feels... good... it feels good\ndeep inside, Dad!" +350600 ,,,,,1242030,,,,,,,,,,,,,,,I put strength into my arms and gradually increase the pace\nof shaking Chii-chan. +350700 ,,,,,1242030,,,,,,,,,,,,,,,"The dry sound of our hips colliding mixes with the sound of\nlove juices, creating an incredibly erotic and loud noise." +350800 ,,,,,1242030,,千恵,Chie,106_SC04_c_284.wav,chie,,0,,,,,,,,Fua! Fuaaa! Daddy's cock! Nhaa! Nn! Aaaah~! +350900 ,,,,,1242030,,主人公,,,,,,,,,,,,,"Chii-chan, your hands have no strength, and it's already\ngoing deep inside your tummy~? My cock is reaching, is that\nokay?" +351000 ,,,,,1242030,,千恵,Chie,106_SC04_c_285.wav,chie,,0,,,,,,,,Ahh... ahh... my head is shaking... Chii- chan doesn't\nunderstand anymore. +351100 ,,,,,1242030,,千恵,Chie,106_SC04_c_286.wav,chie,,0,,,,,,,,My tummy is bulging... but it feels so good~ +351200 ,,,,,1242030,,主人公,,,,,,,,,,,,,"Wow! Chii-chan, you have an incredible face! You're crying,\nand it looks like snot might come out too." +351300 ,,,,,1242030,,千恵,Chie,106_SC04_c_287.wav,chie,,0,,,,,,,,Ch-Chii-chan doesn't make such a face! I won't... let snot\nout! +351400 ,,,,,1242030,,主人公,,,,,,,,,,,,,"Ah, ah, you're slurring your words now." +351500 ,,,,,1242030,,,,,,,,,,,,,,,"Chii-chan is feeling so good that her whole body is relaxed,\nand both her face and pussy are completely melted." +351600 ,,,,,1242030,,千恵,Chie,106_SC04_c_288.wav,chie,,0,,,,,,,,Yaaaah! Uuun! Haaaah! Daddy! Chii-chan... is going to cum! +351700 ,,,,,1242030,,主人公,,,,,,,,,,,,,Kuuu...! I-I'm going to cum too! +351800 ,,,,,1242030,,,,,,,,,,,,,,,"Having ejaculated three times today, a pain runs from my\nanus to the perineum." +351900 ,,,,,1242030,,,,,,,,,,,,,,,"But my entire lower body feels so intense, and my vision is\nturning white... Ah!" +352000 ,,,,,1242030,,,,,,,,,,,,,,,"I feel so dizzy, like I might just die like this!" +352100 ,,,,,1242030,,主人公,,,,,,,,,,,,,"Ah, aaaaahhh! Ugh! Ugh! ...It feels so good!" +352200 ,,,,,1242030,,千恵,Chie,106_SC04_c_289.wav,chie,,0,,,,,,,,"Nnn! Ha, aaaah... Chii-chan feels good too! It feels so\ngood!" +352300 ,,,,,1242030,,主人公,,,,,,,,,,,,,"I'm cumming! I'm cumming, Chii-chan!" +352400 ,,,,,1242030,,,,,,,,,,,,,,,"I shook Chii-chan's completely relaxed body roughly, like a\ndoll, like a sex toy, for my own pleasure." +352500 ,,,,,1242030,,千恵,Chie,106_SC04_c_290.wav,chie,,0,,,,,,,,"Agh! Fuh! Haa! Daddy! If you do that to Chii-chan, I'll cum!\nAaah... nmm! Daddy!" +352600 ,,,,,1242030,,主人公,,,,,,,,,,,,,Oooooh! Chii-chan's pussy and body are wriggling and it\nfeels so good! +352700 ,,,,,1242030,,千恵,Chie,106_SC04_c_291.wav,chie,,0,,,,,,,,Agh! Agh...! Daddy! Daddy! Daddy!! +352800 ,,,,,1242030,,千恵,Chie,106_SC04_c_292.wav,chie,,0,,,,,,,,Hyaa! Nngh! Fah! Nn! I'm cumming! Fuaaaaaaa! +352900 ,,,,,1242030,,主人公,,,,,,,,,,,,,Ugh...! +353000 ,,,,,1242030,,,,,,,,,,,,,,,"Chii-chan's arms and legs twitched unnaturally, and as if\ntrying to escape the pleasure, she flailed around and clung\ntightly to me." +353100 ,,,,,1242030,,,,,,,,,,,,,,,"That added irregularity to the rhythm of my thrusts,\nunexpectedly hitting her womb." +353200 ,,,,,1242030,,主人公,,,,,,,,,,,,,Whoa! +353300 ,,,,,1242030,,千恵,Chie,106_SC04_c_293.wav,chie,,0,,,,,,,,Fuwaaa!? O-oh! Nn! Fuaaaaaa! +353400 ,,,,,1242030,,主人公,,,,,,,,,,,,,"Ah, I'm cumming, cumming, cumming! I'm cumming, Chii-chan!" +353500 ,,,,,1242030,,千恵,Chie,106_SC04_c_294.wav,chie,,0,,,,,,,,Hyaaah!? A-ahhhhhhhhhhhhhh! +353600 ,,,,,1242030,,,,,,,,,,,,,,,"I held down the thrashing Chii-chan, hugging her tightly,\nrubbing my tip against the walls of her womb." +353800 ,,,,,1242040,,,,,,,,,,,,,,,―Byuguh! Dopuu! Dokun! +353900 ,,,,,1242040,,千恵,Chie,106_SC04_c_295.wav,chie,,0,,,,,,,,"Hyauuuu~~! Nn!? Ugh, nn... haa haa haa... hafu..." +354000 ,,,,,1242040,,,,,,,,,,,,,,,I poured as much semen as I could into Chii- chan! +354100 ,,,,,1242040,,,,,,,,,,,,,,,"Even though my urethra was pressed against the walls of\nflesh, semen kept overflowing one after another." +354200 ,,,,,1242040,,主人公,,,,,,,,,,,,,Fuo! Oh! Ooh~! +354300 ,,,,,1242040,,,,,,,,,,,,,,,"Even though it's the fourth ejaculation, an astonishing\namount was released." +354400 ,,,,,1242040,,,,,,,,,,,,,,,"Ah, I'm filling Chii-chan's pussy with my semen..." +354500 ,,,,,1242040,,,,,,,,,,,,,,,"The sperm that started to backflow stimulated my cock again,\ncreating an even greater urge to ejaculate." +354600 ,,,,,1242040,,主人公,,,,,,,,,,,,,Ugh! Fuuuuu! +354700 ,,,,,1242040,,千恵,Chie,106_SC04_c_296.wav,chie,,0,,,,,,,,Fuwaa! Nngh! Chii-chan's tummy... it's so full... +354800 ,,,,,1242040,,,,,,,,,,,,,,,"From the narrow gap between her pussy and my cock, semen was\noozing out like a spring." +355000 ,,,,,1242050,,千恵,Chie,106_SC04_c_297.wav,chie,,0,,,,,,,,Haa haa... nfu... faa... afu +355100 ,,,,,1242050,,千恵,Chie,106_SC04_c_298.wav,chie,,0,,,,,,,,Daddy... you're moving too much +355200 ,,,,,1242050,,主人公,,,,,,,,,,,,,"Sorry, Chii-chan, your pussy feels too good" +355300 ,,,,,1242050,,千恵,Chie,106_SC04_c_299.wav,chie,,0,,,,,,,,Haa... haa... it was supposed to be training for you to\nbecome a daddy... but we're having more sex than usual... +355400 ,,,,,1242050,,主人公,,,,,,,,,,,,,"That's how it turned out. But, I really love Chii-chan after\nall" +355500 ,,,,,1242050,,主人公,,,,,,,,,,,,,...I want to stay as your groom just a little longer than\nyour daddy +355600 ,,,,,1242050,,,,,,,,,,,,,,,I said something unusually nice for me. +355700 ,,,,,1242050,,千恵,Chie,106_SC04_c_300.wav,chie,,0,,,,,,,,...Daddy +355800 ,,,,,1242050,,,,,,,,,,,,,,,"When Chii-chan smiled as if to say ""Oh well,"" our eyes met\nperfectly." +355900 ,,,,,1242050,,,,,,,,,,,,,,,"And as I started to feel more affectionate towards Chii-\nchan, I pressed my lips against hers." +356100 ,,,,,1242060,,千恵,Chie,106_SC04_c_301.wav,chie,,0,,,,,,,,Nn... mu... hachu... nmu +356200 ,,,,,1242060,,主人公,,,,,,,,,,,,,...Amu +356300 ,,,,,1242060,,,,,,,,,,,,,,,We continued to lick each other's tongues for a while. +356400 ,,,,,1242060,,千恵,Chie,106_SC04_c_302.wav,chie,,0,,,,,,,,Nngh... nmu... apua +356500 ,,,,,1242060,,主人公,,,,,,,,,,,,,Nn... +356600 ,,,,,1242060,,千恵,Chie,106_SC04_c_303.wav,chie,,0,,,,,,,,Chu... nmuchu... hapuu... +356700 ,,,,,1242060,,,,,,,,,,,,,,,I licked the inside of her upper lip and gently bit her\nlower lip. +356800 ,,,,,1242060,,千恵,Chie,106_SC04_c_304.wav,chie,,0,,,,,,,,"Nchu... n, nmu... hafuu" +356900 ,,,,,1242060,,主人公,,,,,,,,,,,,,"Chu, chu, dju, djururu!" +357000 ,,,,,1242060,,千恵,Chie,106_SC04_c_305.wav,chie,,0,,,,,,,,"Hafuu... nchu... nchu... fuaa, kissing feels so good~" +357200 ,,,,,1242050,,千恵,Chie,106_SC04_c_306.wav,chie,,0,,,,,,,,Pua... +357300 ,,,,,1242050,,主人公,,,,,,,,,,,,,Phew +357400 ,,,,,1242050,,千恵,Chie,106_SC04_c_307.wav,chie,,0,,,,,,,,"Alright, Dad, let's continue the training until it's time\nfor Chii-chan to go home!" +357500 ,,,,,1242050,,主人公,,,,,,,,,,,,,Yeah... +357600 ,,,,,1242050,,,,,,,,,,,,,,,"...I'm happy that Chii-chan is naked, but can my self-\ncontrol hold out?" +357700 ,,,,,1242050,,,,,,,,,,,,,,,"And if it doesn't, will my body hold out?" +357800 ,,,,,1242050,,,,,,,,,,,,,,,"...Hmm, I'm worried." +357900 ,$event_return,,,,,,,,,,,,,,,,,,, +358200 ,,,8,33,,,千恵,Chie,106_SC04_c_308.wav,chie,,34,,,,,,,,Dad... Chii-chan's crotch is stinging. +358300 ,,,,,,,主人公,,,chie,,34,,,,,,,,"Yeah, so is Uncle's..." +358400 ,,,,,,,,,,chie,,34,,,,,,,,"Well, the reason is simple, after all that sex, it's no\nwonder." +358500 ,,,,,,,,,,chie,,34,,,,,,,,"I didn't notice during the heat of the moment, but we were\nin some crazy positions." +358600 ,,,,,,,千恵,Chie,106_SC04_c_309.wav,chie,,8,,,,,,,,Chii-chan's arms hurt too~ +358700 ,,,,,,,主人公,,,chie,,8,,,,,,,,"Yeah, Uncle's arms hurt too... and my back as well." +358800 ,,,,,,,,,,chie,,8,,,,,,,,But this isn't the time to be saying such things. +358900 ,,,,,,,,,,chie,,8,,,,,,,,It's about time for Chii-chan's mom to come pick her up. +359000 ,,,,,,,,,,chie,,8,,,,,,,,"If her mom sees us naked, it wouldn't be surprising if she\nreports us." +359100 ,,,,,,,主人公,,,chie,,8,,,,,,,,"So, Chii-chan, your mom will be here soon, so let's get\ndressed... or rather, let's put on some clothes?" +359200 ,,,,,,,千恵,Chie,106_SC04_c_310.wav,chie,,5,,,,,,,,Okay +359300 ,,,,,,,,,,,,,,,,,,,,"For the first time in half a day, we put our arms through\nour sleeves." +359400 ,,,,,,,,,,,,,,,,,,,,"In no time, we were both dressed and back to our usual\nselves." +359500 ,,,,,,,千恵,Chie,106_SC04_c_311.wav,"chie,private",,0,,,,,,,,"Phew... clothes are important, aren't they~" +359600 ,,,,,,,主人公,,,chie,,0,,,,,,,,"Yeah, I didn't think we'd end up doing it so much." +359700 ,,,,,,,千恵,Chie,106_SC04_c_312.wav,chie,,0,,,,,,,,"Even if Daddy marries Mommy, Chii-chan will try not to be\nnaked too much." +359800 ,,,,,,,主人公,,,,,,,,,,,,,Eh... +359900 ,,,,,,,,,,chie,,7,,,,,,,,"But if Chii-chan really becomes my daughter and walks around\nnaked, that would be quite a problem." +360000 ,,,,,,,,,,chie,,7,,,,,,,,"Even in front of her mom, my cock would react strongly." +360100 ,,,,,,,,,,chie,,7,,,,,,,,That would be bad... really bad. +360200 ,,,,,,,主人公,,,chie,,7,,,,,,,,"Well, you're a growing girl, so it's better to be careful." +360300 ,,,,,,,千恵,Chie,106_SC04_c_313.wav,chie,,1,,,,,,,,Yeah. +360400 ,,,,,,,,,,chie,,1,,,,,,,,Chii-chan nods obediently. +360500 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Oh, right... Besides this, let's do more training for Daddy\nto become a real dad, okay?" +360600 ,,,,,,,千恵,Chie,106_SC04_c_314.wav,chie,,21,,,,,,,,Yeah! +360700 ,,,,,,,,,,,,,,,,,,,,--Ding dong +360800 ,,,,,,,主人公,,,,,,,,,,,,,Oh! +360900 ,,,,,,,千恵,Chie,106_SC04_c_315.wav,chie,,4,,,,,,,,It's Mommy! +361100 ,,,0,9000,,,,,,,,,,,,,,,, +361300 ,@107_SC05,,,,,,,,,,,,,,,,,,, +361500 ,,,,,,,,,,,,,,,,,,,, +361600 ,,,5,11,,,主人公,,,,,,,,,,,,,Phew... it's going to be a hot day again. +361700 ,,,,,,,,,,,,,,,,,,,,"The sun is strong, there's no wind, and not a single cloud\nin the sky." +361800 ,,,,,,,,,,,,,,,,,,,,"Now, about the training to become Chii-chan's dad that we\ndid before, what happened after that was..." +361900 ,,,,,,,千恵,Chie,107_SC05_c_000.wav,,,,,,,,,,,Daddy! Good morning! +362000 ,,"",,,,,,,,,,,,,,,,,,Chii-chan is waving her hand energetically as she runs\ntowards me. +362100 ,,,,,,,主人公,,,"chie,privateC",,1,,,,,,,,"Good morning, Chii-chan. You're full of energy today too." +362200 ,,,,,,,,,,chie,,1,,,,,,,,She started coming over even before the store opens in the\nmorning. +362300 ,,,,,,,,,,chie,,1,,,,,,,,"Neither Komako-chan nor Tenka-chan have arrived yet, and she\ncomes alone first." +362400 ,,,,,,,主人公,,,chie,,1,,,,,,,,Isn't it too early? Aren't you sleepy? +362500 ,,,,,,,千恵,Chie,107_SC05_c_001.wav,chie,,3,,,,,,,,"Nope, I went to radio exercises, so I'm totally fine." +362600 ,,,,,,,主人公,,,chie,,3,,,,,,,,"I see, you're an early riser." +362700 ,,,,,,,千恵,Chie,107_SC05_c_002.wav,chie,,21,,,,,,,,"Chii-chan hasn't missed a single day, you know?" +362800 ,,,,,,,主人公,,,chie,,21,,,,,,,,"Oh, that's impressive." +362900 ,,,,,,,千恵,Chie,107_SC05_c_003.wav,chie,,13,,,,,,,,Ehehe~ I got praised! +363000 ,,,,,,,千恵,Chie,107_SC05_c_004.wav,chie,,1,,,,,,,,"Well then, Chii-chan will go inside first." +363100 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Yeah, the door's not locked." +363200 ,,,,,,,千恵,Chie,107_SC05_c_005.wav,chie,,1,,,,,,,,Okay! +363300 ,,,,,,,,,,,,,,,,,,,,Chii-chan pattered her feet as she went inside the house. +363400 ,,,,,,,,,,,,,,,,,,,,"By now, it feels less like a frequently visited store and\nmore like a second home." +363500 ,,,,,,,,,,,,,,,,,,,,"Moreover, she seeks praise and acts spoiled, treating me\nlike a father." +363600 ,,,,,,,主人公,,,,,,,,,,,,,...Hmm. +363700 ,,,,,,,,,,,,,,,,,,,,I feel like I need to brace myself for various things. +363900 ,,,,31,,,千恵,Chie,107_SC05_c_006.wav,chie,,23,,,,,,,,"Hey, hey, Dad, did you have breakfast?" +364000 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Yeah, I had something simple." +364100 ,,,,,,,千恵,Chie,107_SC05_c_007.wav,chie,,24,,,,,,,,Ehh... +364200 ,,,,,,,主人公,,,chie,,24,,,,,,,,"Eh, Chii-chan, didn't you eat?" +364300 ,,,,,,,千恵,Chie,107_SC05_c_008.wav,chie,,3,,,,,,,,"I did. Bread, a fried egg, and some sausages." +364400 ,,,,,,,,,,chie,,3,,,,,,,,"Oh, I'd like her to try my sausage too." +364500 ,,,,,,,,,,chie,,3,,,,,,,,"...Well, never mind that." +364600 ,,,,,,,主人公,,,chie,,3,,,,,,,,Then why did you ask? +364700 ,,,,,,,千恵,Chie,107_SC05_c_009.wav,chie,,14,,,,,,,,"If you hadn't eaten, I was going to ask Mom to make you\nbreakfast." +364800 ,,,,,,,千恵,Chie,107_SC05_c_010.wav,chie,,1,,,,,,,,Ah! Don't eat tomorrow morning! +364900 ,,,,,,,主人公,,,chie,,1,,,,,,,,"No, no, no, that's too much. I'll pass." +365000 ,,,,,,,千恵,Chie,107_SC05_c_011.wav,chie,,5,,,,,,,,"Ehh, that's boring..." +365100 ,,,,,,,,,,chie,,5,,,,,,,,Hmm... I feel like I'm being cornered. +365200 ,,,,,,,,,,,,,,,,,,,,"Lately, I've been seeing Chii-chan's mom a lot too." +365300 ,,,,,,,,,,,,,,,,,,,,Chii-chan has been at the store almost every day from\nmorning until her mom picks her up at night. +365400 ,,,,,,,,,,,,,,,,,,,,...Maybe Chii-chan is staying late to match me with her mom. +365500 ,,,,,,,,,,,,,,,,,,,,"If that's the case, she's quite the strategist, Chii-chan." +365700 ,,,6,,,,千恵,Chie,107_SC05_c_012.wav,chie,,1,,,,,,,,"Dad, what are we playing today?" +365800 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Hmm, even if you say play... I have to take care of the\nstore." +365900 ,,,,,,,千恵,Chie,107_SC05_c_013.wav,chie,,24,,,,,,,,Ehh. +366000 ,,,,,,,主人公,,,chie,,24,,,,,,,,"No 'ehh', I have to do my work properly." +366100 ,,,,,,,千恵,Chie,107_SC05_c_014.wav,chie,,35,,,,,,,,Hmph. +366200 ,,,,,,,,,,chie,,35,,,,,,,,She turned away with a pout. +366300 ,,,,,,,,,,chie,,35,,,,,,,,"Originally, Chii-chan wasn't such a selfish child." +366400 ,,,,,,,,,,chie,,35,,,,,,,,"...Maybe she's trying to get scolded by me, her dad." +366500 ,,,,,,,,,,chie,,35,,,,,,,,I'm not sure how to handle this... +366600 ,,,,,,,千恵,Chie,107_SC05_c_015.wav,chie,,23,,,,,,,,"Oh, right, Dad, can I have some ice cream?" +366700 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Hmm, not right now." +366800 ,,,,,,,千恵,Chie,107_SC05_c_016.wav,chie,,10,,,,,,,,"Why not, Dad?" +366900 ,,,,,,,主人公,,,chie,,10,,,,,,,,"It's almost lunchtime, right? It'd be a problem if you can't\neat." +367000 ,,,,,,,千恵,Chie,107_SC05_c_017.wav,chie,,14,,,,,,,,But it's hot. +367100 ,,,,,,,主人公,,,chie,,14,,,,,,,,"Mom made a delicious lunch, so let's hold off a bit longer,\nokay?" +367200 ,,,,,,,千恵,Chie,107_SC05_c_018.wav,chie,,34,,,,,,,,But lunch doesn't cool me down. +367300 ,,,,,,,,,,chie,,34,,,,,,,,"Hmm, that's some twisted logic." +367400 ,,,,,,,,,,chie,,34,,,,,,,,She's probably trying to test me. Kids going to a new parent\noften test their limits like this. +367500 ,,,,,,,,,,chie,,34,,,,,,,,"I read that in a book... Well, I'm quite something for\nreading such books." +367600 ,,,,,,,主人公,,,chie,,34,,,,,,,,"Anyway, no. You can have it after lunch." +367700 ,,,,,,,千恵,Chie,107_SC05_c_019.wav,chie,,28,,,,,,,,...Okay. +367900 ,,,,,,,,,,,,,,,,,,,,It's been less than ten minutes since then. +368000 ,,,,,,,主人公,,,,,,,,,,,,,"Uh, the cigarette order is... three cartons and... the beer\nis..." +368100 ,,,,,,,千恵,Chie,107_SC05_c_020.wav,,,,,,,,,,,Ah! W-w-wait! D-dad! Help! +368200 ,,,,,,,主人公,,,,,,,,,,,,,Chii-chan? +368300 ,,,,,,,,,,,,,,,,,,,,She just said 'help'! +368400 ,,,,,,,千恵,Chie,107_SC05_c_021.wav,,,,,,,,,,,Dad! Dad! Hurry up! Help me! +368500 ,,,,,,,,,,,,,,,,,,,,A rare panicked voice from Chii-chan! +368600 ,,,,,,,,,,,,,,,,,,,,Is it a robbery!? Is she hurt!? What on earth happened to\nChii-chan!? +368700 ,,,,,,,主人公,,,,,,,,,,,,,Chii-chan! I'm coming! +368800 ,,,,,,,,,,,,,,,,,,,,I hurriedly head towards the store. +369000 ,,,2,11,,,主人公,,,,,,,,,,,,,Chii-chan! What's wrong! Are you okay!? +369100 ,,,,,,,千恵,Chie,107_SC05_c_022.wav,,,,,,,,,,,D-Dad! +369200 ,,,,,,,主人公,,,,,,,,,,,,,Chii-chan! +369300 ,,,,,,,,,,,,,,,,,,,,Chii-chan's voice sounded like she was about to cry! When I\nlooked in that direction... +369400 ,,,,,,,主人公,,,,,,,,,,,,,"...Chii-chan, what are you doing?" +369500 ,,,,,,,千恵,Chie,107_SC05_c_023.wav,chie,,8,,,,,,,,U... ugh... +369600 ,,,,,,,,,,chie,,8,,,,,,,,Chii-chan was struggling with her head stuck in the ice\ncream freezer at the store. +369700 ,,,,,,,,,,chie,,8,,,,,,,,"It seems she tried to grab some ice cream, got in up to her\nstomach, and then the lid closed on her." +369800 ,,,,,,,,,,chie,,8,,,,,,,,"...If I posted this picture on a social media app, it would\nprobably go viral in no time." +369900 ,,,,,,,主人公,,,chie,,8,,,,,,,,Chii-chan... +370000 ,,,,,,,千恵,Chie,107_SC05_c_024.wav,chie,,24,,,,,,,,--! +370100 ,,,,,,,,,,chie,,24,,,,,,,,She shivered with a start. +370200 ,,,,,,,主人公,,,chie,,24,,,,,,,,What were you doing? +370300 ,,,,,,,千恵,Chie,107_SC05_c_025.wav,chie,,13,,,,,,,,"Um... I thought you looked hot, so I wanted to get you some\nice cream..." +370400 ,,,,,,,主人公,,,chie,,13,,,,,,,,Chii-chan! Lying is bad! +370500 ,,,,,,,千恵,Chie,107_SC05_c_026.wav,chie,,8,,,,,,,,I-I'm sorry... +370600 ,,,,,,,,,,chie,,8,,,,,,,,"Inside the ice cream freezer, a dejected face can be seen." +370700 ,,,,,,,千恵,Chie,107_SC05_c_027.wav,chie,,25,,,,,,,,Chii-chan... really wanted to eat ice cream... +370800 ,,,,,,,主人公,,,chie,,25,,,,,,,,"But I told you no, didn't I?" +370900 ,,,,,,,千恵,Chie,107_SC05_c_028.wav,chie,,8,,,,,,,,Yeah... +371000 ,,,,,,,主人公,,,chie,,8,,,,,,,,"And yet, you tried to take it on your own and even lied...\nYou know that's wrong, right?" +371100 ,,,,,,,千恵,Chie,107_SC05_c_029.wav,chie,,28,,,,,,,,...Yes. +371200 ,,,,,,,千恵,Chie,107_SC05_c_030.wav,chie,,14,,,,,,,,"...Are you mad, Dad?" +371300 ,,,,,,,主人公,,,chie,,14,,,,,,,,"Yes, I'm mad." +371400 ,,,,,,,千恵,Chie,107_SC05_c_031.wav,chie,,28,,,,,,,,Ugh... I'm sorry. +371500 ,,,,,,,,,,chie,,28,,,,,,,,"Honestly, doing something like this. It's really not okay." +371600 ,,,,,,,,,,chie,,28,,,,,,,,"Well, I should help her out quickly... I thought as I looked\nat Chii-chan, only her butt sticking out of the freezer." +371700 ,,,,,,,,,,chie,,28,,,,,,,,"In this situation... yeah, it seems like I could do\nsomething naughty as a punishment too." +371800 ,,,,,,,主人公,,,chie,,28,,,,,,,,Chii-chan! +371900 ,,,,,,,千恵,Chie,107_SC05_c_032.wav,chie,,4,,,,,,,,Y-Yes! +372000 ,,,,,,,主人公,,,chie,,4,,,,,,,,I'm going to punish you now! +372100 ,,,,,,,千恵,Chie,107_SC05_c_033.wav,chie,,3,,,,,,,,Punishment...? +372200 ,,,,,,,主人公,,,chie,,3,,,,,,,,"That's right! If you think of me as your dad, then from now\non, I'll properly punish kids who do bad things like this!" +372300 ,,,,,,,千恵,Chie,107_SC05_c_034.wav,chie,,8,,,,,,,,U... ugh... okay... +372400 ,,,,,,,主人公,,,chie,,8,,,,,,,,"I don't want to do this either, you know? But if I'm going\nto be your dad, I have to educate you properly." +372500 ,,,,,,,千恵,Chie,107_SC05_c_035.wav,chie,,4,,,,,,,,...D-Dad... what are you going to do? +372700 ,,,11,,1250000,,,,,,,,,,,,,,, +372800 ,*mem,,,,1250000,,,,,,,,,,,,,,, +372900 ,,,11,,1250000,,主人公,,,chie,,4,,,,,,,,"For a bad girl, it's got to be this..." +373100 ,,,,,1250000,,,,,,,,,,,,,,,I pulled down Chii-chan's pants and panties. +373200 ,,,,,1250000,,千恵,Chie,107_SC05_c_036.wav,chie,,0,,,,,,,,Huh? Huh? Dad! What did you just do? +373300 ,,,,,1250000,,,,,,,,,,,,,,,"Oops, it seems Chii-chan can't see what's happening to her\nlower half and doesn't realize what's been done." +373400 ,,,,,1250000,,主人公,,,,,,,,,,,,,I pulled down your panties. +373500 ,,,,,1250000,,千恵,Chie,107_SC05_c_037.wav,chie,,0,,,,,,,,Wha!? Dad... are you going to do something naughty again? +373600 ,,,,,1250000,,主人公,,,,,,,,,,,,,"Wouldn't that make Chii-chan happy too? Now, what should I\ndo?" +373700 ,,,,,1250000,,千恵,Chie,107_SC05_c_038.wav,chie,,0,,,,,,,,... +373800 ,,,,,1250000,,,,,,,,,,,,,,,"Chii-chan trembles, looking anxious about what kind of\npunishment is coming." +373900 ,,,,,1250000,,主人公,,,,,,,,,,,,,Should I leave you like this until Komako- chan or Tenka-\nchan comes? +374000 ,,,,,1250000,,主人公,,,,,,,,,,,,,"It's embarrassing, you know? Your friends will see both your\npussy and your butt hole." +374100 ,,,,,1250000,,千恵,Chie,107_SC05_c_039.wav,chie,,0,,,,,,,,"No... no, no, no! Stop it, Dad!" +374200 ,,,,,1250000,,主人公,,,,,,,,,,,,,Then should I leave you like this until your mom comes? +374300 ,,,,,1250000,,千恵,Chie,107_SC05_c_040.wav,chie,,0,,,,,,,,That's no good either! +374400 ,,,,,1250000,,千恵,Chie,107_SC05_c_041.wav,chie,,0,,,,,,,,Uuuu... I'm sorry... I won't do it again... +374500 ,,,,,1250000,,主人公,,,,,,,,,,,,,"You can say anything with your mouth, but you promised to do\nit after lunch earlier." +374600 ,,,,,1250000,,千恵,Chie,107_SC05_c_042.wav,chie,,0,,,,,,,,But... Chii-chan really wanted to eat it. +374700 ,,,,,1250000,,主人公,,,,,,,,,,,,,Sigh... +374800 ,,,,,1250000,,,,,,,,,,,,,,,"Well, for a child who doesn't understand with words,\nsometimes you have to teach them with a bit of pain or\naction." +374900 ,,,,,1250000,,,,,,,,,,,,,,,Teaching that this is something you shouldn't do is also\npart of education. +375000 ,,,,,1250000,,主人公,,,,,,,,,,,,,"Well then, Chii-chan, if you wanted it so badly, I'll let\nyou eat it from your vagina." +375100 ,,,,,1250000,,,,,,,,,,,,,,,"I pressed the popsicle against Chii-chan's vagina, and she\nreacted with a start. Then," +375300 ,,,,,1250010,,千恵,Chie,107_SC05_c_043.wav,chie,,0,,,,,,,,Fweh... hiii!? +375400 ,,,,,1250010,,,,,,,,,,,,,,,I pushed it further inside. +375500 ,,,,,1250010,,,,,,,,,,,,,,,Chii-chan's body trembled and reacted with a shiver. +375600 ,,,,,1250010,,,,,,,,,,,,,,,"Well, the tip is round, and it's thinner than my dick, so it\nshould be fine." +375700 ,,,,,1250010,,千恵,Chie,107_SC05_c_044.wav,chie,,0,,,,,,,,"I-it's cold! What did you do, Dad!?" +375800 ,,,,,1250010,,主人公,,,,,,,,,,,,,"I put the ice you wanted to eat into your vagina, Chii-chan." +375900 ,,,,,1250010,,千恵,Chie,107_SC05_c_045.wav,chie,,0,,,,,,,,"No, no, no! Take it out, Dad!" +376000 ,,,,,1250010,,,,,,,,,,,,,,,Chii-chan swung the ice around like a tail growing from her\nvagina. +376100 ,,,,,1250010,,,,,,,,,,,,,,,"When it seemed like the ice was about to come out, I pushed\nit back deep into her vagina." +376200 ,,,,,1250010,,千恵,Chie,107_SC05_c_046.wav,chie,,0,,,,,,,,Higu! Ah... ah... it's cold... +376300 ,,,,,1250010,,,,,,,,,,,,,,,"Maybe because it's cold, her vagina tightened as if it was\neating the ice." +376400 ,,,,,1250010,,,,,,,,,,,,,,,I want her to eat my dick too... but the punishment comes\nfirst. +376500 ,,,,,1250010,,千恵,Chie,107_SC05_c_047.wav,chie,,0,,,,,,,,Dad... I don't want the ice! My vagina will get frostbite! +376600 ,,,,,1250010,,主人公,,,,,,,,,,,,,"Hmm... well, that would be a problem if it happened." +376700 ,,,,,1250010,,千恵,Chie,107_SC05_c_048.wav,chie,,0,,,,,,,,I'll apologize... please... Dad. +376800 ,,,,,1250010,,,,,,,,,,,,,,,Chii-chan trembled as she looked at me intently. +376900 ,,,,,1250010,,千恵,Chie,107_SC05_c_049.wav,chie,,0,,,,,,,,Chii-chan has reflected! I won't do it again! +377000 ,,,,,1250010,,,,,,,,,,,,,,,It seems like she's just saying that because she wants to\nget out of this situation. +377100 ,,,,,1250010,,主人公,,,,,,,,,,,,,"No, the punishment will continue." +377200 ,,,,,1250010,,千恵,Chie,107_SC05_c_050.wav,chie,,0,,,,,,,,Ehhh!? Can't you just end it already!? +377300 ,,,,,1250010,,主人公,,,,,,,,,,,,,"Nope, we have to keep going until Chii-chan understands what\nshe did wrong." +377400 ,,,,,1250010,,千恵,Chie,107_SC05_c_051.wav,chie,,0,,,,,,,,It's okay! Chii-chan understands! +377500 ,,,,,1250010,,主人公,,,,,,,,,,,,,"Then, what do you think was wrong?" +377600 ,,,,,1250010,,千恵,Chie,107_SC05_c_052.wav,chie,,0,,,,,,,,Um... trying to eat the ice without permission... maybe? +377700 ,,,,,1250010,,主人公,,,,,,,,,,,,,"Hmm, that's not enough." +377800 ,,,,,1250010,,千恵,Chie,107_SC05_c_053.wav,chie,,0,,,,,,,,"Ehhh... um, what else... what else..." +377900 ,,,,,1250010,,主人公,,,,,,,,,,,,,"Since it seems you don't understand, I'll teach you while\npunishing you." +378000 ,,,,,1250010,,,,,,,,,,,,,,,I lightly raised my hand. +378200 ,,,,,1250020,,,,,,,,,,,,,,,――Smack! +378300 ,,,,,1250020,,千恵,Chie,107_SC05_c_054.wav,chie,,0,,,,,,,,Ouch!? +378400 ,,,,,1250020,,,,,,,,,,,,,,,I smacked Chii-chan's butt with my palm. +378500 ,,,,,1250020,,,,,,,,,,,,,,,"Yeah, her butt jiggled, and it was very erotic." +378600 ,,,,,1250020,,,,,,,,,,,,,,,"...No, no, that's not it, that's not it." +378700 ,,,,,1250020,,主人公,,,,,,,,,,,,,Bad girls get spanked on the butt. +378800 ,,,,,1250020,,千恵,Chie,107_SC05_c_055.wav,chie,,0,,,,,,,,Ehh! But... Chii-chan doesn't like pain. +378900 ,,,,,1250020,,主人公,,,,,,,,,,,,,It's a punishment because you don't like it... see. +379000 ,,,,,1250020,,,,,,,,,,,,,,,――Smack! +379100 ,,,,,1250020,,千恵,Chie,107_SC05_c_056.wav,chie,,0,,,,,,,,Oww! +379200 ,,,,,1250020,,,,,,,,,,,,,,,――Smack! +379300 ,,,,,1250020,,千恵,Chie,107_SC05_c_057.wav,chie,,0,,,,,,,,Fwaa! +379400 ,,,,,1250020,,,,,,,,,,,,,,,――Smack! +379500 ,,,,,1250020,,千恵,Chie,107_SC05_c_058.wav,chie,,0,,,,,,,,Ukyuu! ...Ugh... my butt is cold and it hurts... I don't\nwant this anymore. +379600 ,,,,,1250020,,主人公,,,,,,,,,,,,,"I don't really want to do this to Chii-chan either, you\nknow? I'd rather make your butt and pussy feel good." +379700 ,,,,,1250020,,千恵,Chie,107_SC05_c_059.wav,chie,,0,,,,,,,,...Ugh... but it hurts. +379800 ,,,,,1250020,,主人公,,,,,,,,,,,,,"Well, it's a punishment. In our previous relationship, it\nwould have ended with something naughty, but Chii-chan wants\nme to be like a father, right?" +379900 ,,,,,1250020,,主人公,,,,,,,,,,,,,Then I'll scold you like a father would. +380000 ,,,,,1250020,,千恵,Chie,107_SC05_c_060.wav,chie,,0,,,,,,,,D-Does a father scold like this? +380100 ,,,,,1250020,,主人公,,,,,,,,,,,,,"Yes, when you do something bad, he spanks your butt." +380200 ,,,,,1250020,,千恵,Chie,107_SC05_c_061.wav,chie,,0,,,,,,,,Then what about the ice on my pussy? +380300 ,,,,,1250020,,主人公,,,,,,,,,,,,,... +380400 ,,,,,1250020,,,,,,,,,,,,,,,"Well, that's... yeah, not really a thing." +380500 ,,,,,1250020,,,,,,,,,,,,,,,"To be honest, it's entirely my own preference." +380600 ,,,,,1250020,,,,,,,,,,,,,,,"Because while spanking Chii-chan's butt, I got painfully\nhard." +380700 ,,,,,1250020,,,,,,,,,,,,,,,"Ah, Chii-chan's red butt... it's so cute." +380800 ,,,,,1250020,,主人公,,,,,,,,,,,,,"Alright, here we go again... take this!" +380900 ,,,,,1250020,,,,,,,,,,,,,,,As I raised my hand. +381000 ,,,,,1250020,,千恵,Chie,107_SC05_c_062.wav,chie,,0,,,,,,,,――! +381100 ,,,,,1250020,,,,,,,,,,,,,,,"Her little hole tightens up. Oh, what a cute reaction." +381200 ,,,,,1250020,,千恵,Chie,107_SC05_c_063.wav,chie,,0,,,,,,,,...Huh? +381300 ,,,,,1250020,,,,,,,,,,,,,,,"While I was admiring her little hole, I delayed the spanking\na bit, and Chii-chan slightly relaxed her tense butt." +381400 ,,,,,1250020,,,,,,,,,,,,,,,――Smack! +381500 ,,,,,1250020,,千恵,Chie,107_SC05_c_064.wav,chie,,0,,,,,,,,Ugh!? +381600 ,,,,,1250020,,,,,,,,,,,,,,,"Ah, it ended up being like a feint." +381700 ,,,,,1250020,,千恵,Chie,107_SC05_c_065.wav,chie,,0,,,,,,,,Ugh... wah... it hurts... Chii-chan doesn't want this\nanymore... +381800 ,,,,,1250020,,千恵,Chie,107_SC05_c_066.wav,chie,,0,,,,,,,,Just for trying to eat ice cream... hic... why is it like\nthis... +381900 ,,,,,1250020,,,,,,,,,,,,,,,――Smack! +382000 ,,,,,1250020,,千恵,Chie,107_SC05_c_067.wav,chie,,0,,,,,,,,Gyaah! +382100 ,,,,,1250020,,主人公,,,,,,,,,,,,,"Just for trying to eat ice cream... if you're saying that,\nit means you haven't reflected on it yet." +382200 ,,,,,1250020,,千恵,Chie,107_SC05_c_068.wav,chie,,0,,,,,,,,But... but... ugh... +382300 ,,,,,1250020,,,,,,,,,,,,,,,"Ah, she's already teary-eyed. What a troublemaker." +382400 ,,,,,1250020,,主人公,,,,,,,,,,,,,"Chii-chan, you shoplifted from the old man's store before,\nright?" +382500 ,,,,,1250020,,千恵,Chie,107_SC05_c_069.wav,chie,,0,,,,,,,,Y-yeah... +382600 ,,,,,1250020,,主人公,,,,,,,,,,,,,"You said you'd never do it again, but today you tried to\ntake something without permission again." +382700 ,,,,,1250020,,千恵,Chie,107_SC05_c_070.wav,chie,,0,,,,,,,,... +382800 ,,,,,1250020,,主人公,,,,,,,,,,,,,"I'm happy that you think of me as your dad, but it's still\nnot okay to take things from the store without permission." +382900 ,,,,,1250020,,主人公,,,,,,,,,,,,,"Chii-chan, you broke several promises you made with the old\nman today." +383000 ,,,,,1250020,,千恵,Chie,107_SC05_c_071.wav,chie,,0,,,,,,,,...Yeah. +383100 ,,,,,1250020,,主人公,,,,,,,,,,,,,Remember how worried your mom was back then? You shouldn't\nmake her that worried. +383200 ,,,,,1250020,,主人公,,,,,,,,,,,,,"If you keep doing things like this, your mom and the old man\nmight end up disliking you." +383300 ,,,,,1250020,,千恵,Chie,107_SC05_c_072.wav,chie,,0,,,,,,,,"Huh? N-no, no! ...Don't hate me, Dad!" +383400 ,,,,,1250020,,,,,,,,,,,,,,,――Snap! +383600 ,,,,,1250030,,千恵,Chie,107_SC05_c_073.wav,chie,,0,,,,,,,,Wah! Ah... ugh... I'm sorry... I'm sowwy... +383700 ,,,,,1250030,,,,,,,,,,,,,,,Big tears start to fall from Chii-chan's eyes. +383800 ,,,,,1250030,,,,,,,,,,,,,,,It seems like she's finally starting to truly reflect. +383900 ,,,,,1250030,,主人公,,,,,,,,,,,,,What is it? +384000 ,,,,,1250030,,千恵,Chie,107_SC05_c_074.wav,chie,,0,,,,,,,,I'm sorry for trying to steal. +384100 ,,,,,1250030,,,,,,,,,,,,,,,――Snap! +384200 ,,,,,1250030,,千恵,Chie,107_SC05_c_075.wav,chie,,0,,,,,,,,Ouch! +384300 ,,,,,1250030,,,,,,,,,,,,,,,Chii-chan's reddened butt jiggles. +384400 ,,,,,1250030,,,,,,,,,,,,,,,"Ugh... even in this situation, her cute, bouncy butt is\nirresistible." +384500 ,,,,,1250030,,,,,,,,,,,,,,,"Oops... there's some liquid coming from her pussy, but is\nthat love juice... or just condensation from the ice cream?\n...Hmm." +384600 ,,,,,1250030,,主人公,,,,,,,,,,,,,"Alright. With that spanking, you've reflected on the\nstealing, right? Anything else?" +384700 ,,,,,1250030,,千恵,Chie,107_SC05_c_076.wav,chie,,0,,,,,,,,...Ugh... hic... I was told not to eat the ice cream... but\nI tried to... I'm sorry... hic. +384800 ,,,,,1250030,,,,,,,,,,,,,,,――Snap! +384900 ,,,,,1250030,,千恵,Chie,107_SC05_c_077.wav,chie,,0,,,,,,,,Nnfu! +385000 ,,,,,1250030,,,,,,,,,,,,,,,Oh? That sounded a bit like an erotic voice. +385100 ,,,,,1250030,,,,,,,,,,,,,,,...Or maybe it's just because she's crying? +385200 ,,,,,1250030,,主人公,,,,,,,,,,,,,That's right. Your mom woke up early to make a delicious\nlunch for you. +385300 ,,,,,1250030,,千恵,Chie,107_SC05_c_078.wav,chie,,0,,,,,,,,I-I see... I'm sorry... mom. +385400 ,,,,,1250030,,千恵,Chie,107_SC05_c_079.wav,chie,,0,,,,,,,,Uuuu... when I shoplifted... both mom and dad got mad at\nme... but I did it again... I'm sorry... +385500 ,,,,,1250030,,,,,,,,,,,,,,,"Alright, this is the last one. I raise my hand and bring it\ndown on Chii-chan's butt." +385600 ,,,,,1250030,,,,,,,,,,,,,,,――Smack! +385700 ,,,,,1250030,,千恵,Chie,107_SC05_c_080.wav,chie,,0,,,,,,,,Fuwaaaa~~~... uaaaa... +385800 ,,,,,1250030,,主人公,,,,,,,,,,,,,"Okay, that's it, Chii-chan. You understand you did something\nbad, right?" +385900 ,,,,,1250030,,千恵,Chie,107_SC05_c_081.wav,chie,,0,,,,,,,,Ugh... ugh... hic... I'm sorry... I'm sorry... uuuu... +386000 ,,,,,1250030,,千恵,Chie,107_SC05_c_082.wav,chie,,0,,,,,,,,D-Dad... p-please don't hate Chii-chan... uwaaaaa! +386100 ,,,,,1250030,,主人公,,,,,,,,,,,,,"It's okay, Chii-chan, you've reflected enough, right?" +386200 ,,,,,1250030,,千恵,Chie,107_SC05_c_083.wav,chie,,0,,,,,,,,Yeah... +386300 ,,,,,1250030,,主人公,,,,,,,,,,,,,Then I won't hate you... as proof of that... here we go. +386500 ,,,,,1250040,,千恵,Chie,107_SC05_c_084.wav,chie,,0,,,,,,,,...Fuwa!? +386600 ,,,,,1250040,,,,,,,,,,,,,,,I pulled out the ice cream and replaced it with my cock. +386700 ,,,,,1250040,,,,,,,,,,,,,,,Whoa!? Her cold pussy is wrapping around me! It's a new\nsensation! +386800 ,,,,,1250040,,,,,,,,,,,,,,,"Hmm, if I marketed a chilled onahole, maybe it would sell?" +386900 ,,,,,1250040,,主人公,,,,,,,,,,,,,"See, Chii-chan loves it so much that my cock is getting\nbigger." +387000 ,,,,,1250040,,千恵,Chie,107_SC05_c_085.wav,chie,,0,,,,,,,,Ah... dad's cock... it's warm... +387100 ,,,,,1250040,,主人公,,,,,,,,,,,,,"I'll warm you up a bit like this, okay?" +387200 ,,,,,1250040,,千恵,Chie,107_SC05_c_086.wav,chie,,0,,,,,,,,"Yeah... thank you, dad." +387300 ,,,,,1250040,,,,,,,,,,,,,,,Chii-chan finally stopped crying and gave me a slight smile. +387400 ,,,,,1250040,,,,,,,,,,,,,,,"Yeah, it seems like she's reflected enough, so the education\npart is fine. ...Now it's time for sex education!" +387500 ,,,,,1250040,,,,,,,,,,,,,,,"Hehe! I mean, with a bare butt and pussy right in front of\nme, there's no way an old man like me wouldn't get naughty." +387600 ,,,,,1250040,,,,,,,,,,,,,,,"No matter how serious the situation, I'm always thinking of\nways to turn it into something erotic!" +387700 ,,,,,1250040,,主人公,,,,,,,,,,,,,"Sorry, Chii-chan, did it hurt?" +387800 ,,,,,1250040,,,,,,,,,,,,,,,I gently stroked her bright red butt. Only the spots where\nmy handprints were felt warm. +387900 ,,,,,1250040,,,,,,,,,,,,,,,"Still, why is a girl with a red butt so erotic?" +388000 ,,,,,1250040,,,,,,,,,,,,,,,"Am I a sadist? ...But probably, even if Chii- chan spanked\nme, I'd get excited." +388100 ,,,,,1250040,,,,,,,,,,,,,,,"...In conclusion, I'm a pervert. Yeah." +388200 ,,,,,1250040,,千恵,Chie,107_SC05_c_087.wav,chie,,0,,,,,,,,Yeah... it hurt. +388300 ,,,,,1250040,,主人公,,,,,,,,,,,,,"Your pussy was cold too, right? ...Sorry." +388400 ,,,,,1250040,,千恵,Chie,107_SC05_c_088.wav,chie,,0,,,,,,,,"Y-Yeah... But now, dad is warming me up... so it's okay." +388500 ,,,,,1250040,,主人公,,,,,,,,,,,,,Hmm~ Chii-chan! You're so cute because you always honestly\nsay everything like that. +388600 ,,,,,1250040,,千恵,Chie,107_SC05_c_089.wav,chie,,0,,,,,,,,E-Ehehe~ Is that so? +388700 ,,,,,1250040,,主人公,,,,,,,,,,,,,"That's right? Look, even dad's cock is..." +388800 ,,,,,1250040,,,,,,,,,,,,,,,I slowly started moving inside Chii-chan. +388900 ,,,,,1250040,,千恵,Chie,107_SC05_c_090.wav,chie,,0,,,,,,,,Fuwa! Ah... Dad is coming to warm me up deep inside. +389000 ,,,,,1250040,,千恵,Chie,107_SC05_c_091.wav,chie,,0,,,,,,,,"Nn... My pussy is cold, so it's easy to tell where you are." +389100 ,,,,,1250040,,主人公,,,,,,,,,,,,,"Haha, should we try cooling your pussy sometimes from now\non?" +389200 ,,,,,1250040,,千恵,Chie,107_SC05_c_092.wav,chie,,0,,,,,,,,Eh~... No more ice cream for me. +389300 ,,,,,1250040,,,,,,,,,,,,,,,"Hmm, that's a bit disappointing. A cold pussy... feels good,\nthough." +389400 ,,,,,1250040,,,,,,,,,,,,,,,"As I slowly moved my hips back and forth, a wet sound\nechoed." +389500 ,,,,,1250040,,,,,,,,,,,,,,,"Ah, it's the condensation from the ice cream sticking." +389600 ,,,,,1250040,,千恵,Chie,107_SC05_c_093.wav,chie,,0,,,,,,,,"Ahh... Ah... Somehow, dad's... feels more than usual?" +389700 ,,,,,1250040,,主人公,,,,,,,,,,,,,"Yeah, your pussy is cold and more sensitive." +389800 ,,,,,1250040,,千恵,Chie,107_SC05_c_094.wav,chie,,0,,,,,,,,Nn... And because I can't see dad... +389900 ,,,,,1250040,,,,,,,,,,,,,,,"Oh... that's right, my upper body is in the freezer, and my\nlower body is outside." +390000 ,,,,,1250040,,,,,,,,,,,,,,,"Isn't this a wall-butt situation! Wow, I can't believe it's\nso easy to do with the freezer at home!" +390100 ,,,,,1250040,,,,,,,,,,,,,,,"Because she can't see, she's probably focusing on her pussy." +390200 ,,,,,1250040,,主人公,,,,,,,,,,,,,"Then, I'll warm you up inside, okay, Chii- chan?" +390300 ,,,,,1250040,,千恵,Chie,107_SC05_c_095.wav,chie,,0,,,,,,,,Y-Yeah. +390400 ,,,,,1250040,,,,,,,,,,,,,,,I moved my hot cock back and forth inside Chii-chan. +390500 ,,,,,1250040,,,,,,,,,,,,,,,The cold folds clinging to me felt good but made my cock\nshrink. +390600 ,,,,,1250040,,,,,,,,,,,,,,,But in front of me is Chii-chan's bright red butt! There's\nno way my cock would shrink from just this! +390700 ,,,,,1250040,,主人公,,,,,,,,,,,,,"Alright, let's warm up the cold spots, okay? How about here?" +390900 ,,,,,1250050,,千恵,Chie,107_SC05_c_096.wav,chie,,0,,,,,,,,"Fuwa! Nn... Ah, fuwa! Y-Yeah... I want you to rub there\nmore." +391000 ,,,,,1250050,,主人公,,,,,,,,,,,,,"It's around the womb, right?" +391100 ,,,,,1250050,,千恵,Chie,107_SC05_c_097.wav,chie,,0,,,,,,,,"Hah! Ah, ugh! Y-Yeah. The baby will get cold... Fuwaaah! Ah,\nuhn!?" +391200 ,,,,,1250050,,千恵,Chie,107_SC05_c_098.wav,chie,,0,,,,,,,,"Uwaah! Ahh! Nnfu, haa haa! Dad, that spot is really\nsensitive!" +391300 ,,,,,1250050,,,,,,,,,,,,,,,"Of course, it's the womb and it's cold, so it's probably\nmore sensitive than usual." +391400 ,,,,,1250050,,,,,,,,,,,,,,,"Well, I've been focusing on the inside, but how about\nhere...?" +391500 ,,,,,1250050,,,,,,,,,,,,,,,I held the ice and gently stroked the handprint on her butt\nwith my cold hand. +391600 ,,,,,1250050,,千恵,Chie,107_SC05_c_099.wav,chie,,0,,,,,,,,"Fuwaaa!? S-Something just now... my butt... Fuwaa!? Ah, my\nbutt hole, it tightened up." +391700 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Wow, really? What's wrong, Chii-chan, do you need to fart or\nsomething?" +391800 ,,,,,1250050,,千恵,Chie,107_SC05_c_100.wav,chie,,0,,,,,,,,N-No way! I was just surprised! ...Hya!? My butt hole...\ntouched something cold! +391900 ,,,,,1250050,,,,,,,,,,,,,,,"Wow, it's shrinking and stretching, such a cute anus." +392000 ,,,,,1250050,,,,,,,,,,,,,,,"Since I can't see Chii-chan's face well, maybe I'll watch\nthe expression of her anus instead?" +392100 ,,,,,1250050,,主人公,,,,,,,,,,,,,Is the inside warm now? +392200 ,,,,,1250050,,千恵,Chie,107_SC05_c_101.wav,chie,,0,,,,,,,,"Fuwaa... Uhnnn! Well, it feels like my pussy is being done\nby Dad's cock... Hah!" +392300 ,,,,,1250050,,千恵,Chie,107_SC05_c_102.wav,chie,,0,,,,,,,,"Ah, ha, ahn! It's getting warm... and then it starts to feel\ngood... ahn, my pussy gets all wet." +392400 ,,,,,1250050,,,,,,,,,,,,,,,"Not just her pussy, but her butt hole is also a bit relaxed." +392500 ,,,,,1250050,,主人公,,,,,,,,,,,,,"I see, your pussy gets all wet. Then how about here?" +392600 ,,,,,1250050,,,,,,,,,,,,,,,I touched her butt hole again with my cold finger. +392700 ,,,,,1250050,,千恵,Chie,107_SC05_c_103.wav,chie,,0,,,,,,,,Fuwaa!? Chii-chan's butt hole tightens up... ahh. +392800 ,,,,,1250050,,主人公,,,,,,,,,,,,,Let's see? +392900 ,,,,,1250050,,,,,,,,,,,,,,,I spread Chii-chan's small butt cheeks apart. +393000 ,,,,,1250050,,千恵,Chie,107_SC05_c_104.wav,chie,,0,,,,,,,,Auun! It feels like my butt hole is popping out... +393100 ,,,,,1250050,,,,,,,,,,,,,,,"Ah, it's a place that's not usually exposed to the outside\nair. Well then." +393200 ,,,,,1250050,,主人公,,,,,,,,,,,,,Fuuuu~~ +393300 ,,,,,1250050,,千恵,Chie,107_SC05_c_105.wav,chie,,0,,,,,,,,Hafuu! Nn! It tickles~ +393400 ,,,,,1250050,,,,,,,,,,,,,,,"With my breath, Chii-chan's anus tightens repeatedly." +393500 ,,,,,1250050,,,,,,,,,,,,,,,"Ah, how cute. I want to have sex with her anus next time." +393600 ,,,,,1250050,,,,,,,,,,,,,,,"But not yet, until her period comes, I can cum inside as\nmuch as I want, so until then, it's the pussy." +393700 ,,,,,1250050,,,,,,,,,,,,,,,"Oops, I was neglecting my hip movements. ...Alright, let's\nget serious." +393800 ,,,,,1250050,,千恵,Chie,107_SC05_c_106.wav,chie,,0,,,,,,,,Ah. Ah. Ha... Daddy's cock is reaching deep inside Chii-\nchan! +393900 ,,,,,1250050,,,,,,,,,,,,,,,"Maybe because she's supporting her body only with her\nstomach, when I move my hips, Chii- chan's small body\nshakes." +394000 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Oops, are you scared of the shaking?" +394100 ,,,,,1250050,,千恵,Chie,107_SC05_c_107.wav,chie,,0,,,,,,,,"Ah, haah, haah... Ah! It's like I'm being pushed on a swing\nwith your cock, it's kind of fun." +394200 ,,,,,1250050,,,,,,,,,,,,,,,"Oh, that's quite father-daughter-like. ...Well, the mention\nof a cock kind of ruins that." +394300 ,,,,,1250050,,千恵,Chie,107_SC05_c_108.wav,chie,,0,,,,,,,,"Nn... Ah, haah... Kuu, my pussy... is going back to how it\nusually feels... Fuwaa!" +394400 ,,,,,1250050,,,,,,,,,,,,,,,"Chii-chan's legs are twitching, twitching, as if she's doing\na breaststroke." +394500 ,,,,,1250050,,主人公,,,,,,,,,,,,,Oh? Does that mean it's starting to feel good? +394600 ,,,,,1250050,,千恵,Chie,107_SC05_c_109.wav,chie,,0,,,,,,,,"Yeah, it feels good! Ah, but Chii-chan's pussy is squeezing\nmore than usual." +394700 ,,,,,1250050,,,,,,,,,,,,,,,Is that an unseen influence? +394800 ,,,,,1250050,,千恵,Chie,107_SC05_c_110.wav,chie,,0,,,,,,,,"Hey Daddy, you can move more if you want?" +394900 ,,,,,1250050,,主人公,,,,,,,,,,,,,Oh... got it. I'll be rougher. +395000 ,,,,,1250050,,千恵,Chie,107_SC05_c_111.wav,chie,,0,,,,,,,,"Yeah, I want to feel good too." +395100 ,,,,,1250050,,,,,,,,,,,,,,,"After confirming Chii-chan said that, I move my cock\nvigorously." +395200 ,,,,,1250050,,千恵,Chie,107_SC05_c_112.wav,chie,,0,,,,,,,,"Nn. ...Ah, fuaaaah! Hyaa!! Ah... it's getting faster...\nChii-chan's pussy is getting wet with naughty juices." +395300 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Ah, it's true. Since your body was cold, the warm juices are\neasy to notice, right?" +395400 ,,,,,1250050,,千恵,Chie,107_SC05_c_113.wav,chie,,0,,,,,,,,"Nn, ha, ha, and you know... I could tell that Daddy's precum\ncame out too?" +395500 ,,,,,1250050,,主人公,,,,,,,,,,,,,Huh? +395600 ,,,,,1250050,,千恵,Chie,107_SC05_c_114.wav,chie,,0,,,,,,,,"Fuaah... ah, kuh, ahhh, when it came out in my cold pussy,\nit felt all warm there." +395700 ,,,,,1250050,,主人公,,,,,,,,,,,,,R-Really? +395800 ,,,,,1250050,,,,,,,,,,,,,,,"I wonder why, it's a bit embarrassing that Chii-chan could\nfeel the precum I released unconsciously." +395900 ,,,,,1250050,,,,,,,,,,,,,,,I leaned over the ice freezer and thrust my cock deep into\nChii-chan. +396000 ,,,,,1250050,,,,,,,,,,,,,,,I pressed the tip against the inner wall and twisted my cock\naround to tease it further. +396100 ,,,,,1250050,,千恵,Chie,107_SC05_c_115.wav,chie,,0,,,,,,,,"Ahh... fuaaa! All the way inside again... Ah, ha... you're\ntwisting it around." +396200 ,,,,,1250050,,主人公,,,,,,,,,,,,,Yeah. It seems like Chii-chan can handle it deeper than\nbefore. +396300 ,,,,,1250050,,千恵,Chie,107_SC05_c_116.wav,chie,,0,,,,,,,,"Ahh... nku... nfu! Yeah, ah... nku, it feels... good!" +396400 ,,,,,1250050,,主人公,,,,,,,,,,,,,Ugh! Ahh! +396500 ,,,,,1250050,,千恵,Chie,107_SC05_c_117.wav,chie,,0,,,,,,,,"Ahk! Nn! Ah! Ah, ah, ah, ah... Daddy... I'm really sorry\nabout earlier." +396600 ,,,,,1250050,,主人公,,,,,,,,,,,,,Huh? +396700 ,,,,,1250050,,千恵,Chie,107_SC05_c_118.wav,chie,,0,,,,,,,,"Ahh... haah haah, even though Chii-chan did something bad...\nyou're making me feel good..." +396800 ,,,,,1250050,,千恵,Chie,107_SC05_c_119.wav,chie,,0,,,,,,,,"Nngh...! Hafu... ahh! You got mad because you like Chii-\nchan, right...?" +396900 ,,,,,1250050,,千恵,Chie,107_SC05_c_120.wav,chie,,0,,,,,,,,"Hafu... nku, ahhhh! So, I'm reflecting on it... nku! Hiu!?" +397000 ,,,,,1250050,,主人公,,,,,,,,,,,,,Chii-chan +397100 ,,,,,1250050,,,,,,,,,,,,,,,Uwaaah! Chii-chan is so cute! There aren't many girls who\ncan say things like this with their pussy and ass fully\nexposed! +397200 ,,,,,1250050,,,,,,,,,,,,,,,I feel so incredibly affectionate that I start moving my\ncock as I please. +397300 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Y-Yeah, Chii-chan! I really love you so much, I can't stand\nit anymore!" +397400 ,,,,,1250050,,千恵,Chie,107_SC05_c_121.wav,chie,,0,,,,,,,,"Hyaaah! It's so intense, Daddy! Your cock is going in and\nout... ahhn!" +397500 ,,,,,1250050,,千恵,Chie,107_SC05_c_122.wav,chie,,0,,,,,,,,"But... Daddy, you... higu! Ah, you do this because you love\nChii-chan..." +397600 ,,,,,1250050,,主人公,,,,,,,,,,,,,"That's right, that's right, Chii-chan! I love you so much\nthat I want to put my cock inside you over and over again." +397700 ,,,,,1250050,,千恵,Chie,107_SC05_c_123.wav,chie,,0,,,,,,,,"Nnnnn! Fuhyah! Ah, ha... Your cock is going so deep, I-I\ncan't breathe!" +397800 ,,,,,1250050,,,,,,,,,,,,,,,"Every time I thrust my cock, squelching sounds and dripping\nlove juices fall to the ground." +397900 ,,,,,1250050,,千恵,Chie,107_SC05_c_124.wav,chie,,0,,,,,,,,"Ahyu... hafu... it feels so good, it feels so good... Chii-\nchan is drooling..." +398000 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Chii-chan, that ice cream is for sale, so don't drool on it,\nokay?" +398100 ,,,,,1250050,,千恵,Chie,107_SC05_c_125.wav,chie,,0,,,,,,,,"Ah, haah, haah, nfuuhhh! I'll do my best! Nn!" +398200 ,,,,,1250050,,,,,,,,,,,,,,,"Actually, ice cream with a beautiful girl's saliva on it\nmight sell like hotcakes." +398300 ,,,,,1250050,,,,,,,,,,,,,,,But only to perverts with the same taste as me. +398400 ,,,,,1250050,,,,,,,,,,,,,,,"She closes her mouth tightly, struggling to hold back her\nsaliva, breathing in short gasps." +398500 ,,,,,1250050,,千恵,Chie,107_SC05_c_126.wav,chie,,0,,,,,,,,"Ahh, nku, nku, nku! Ahh... hiyu... ahhh! Fuah... auu! My\nhead is getting hot from your cock too." +398600 ,,,,,1250050,,千恵,Chie,107_SC05_c_127.wav,chie,,0,,,,,,,,Ah! Ah! Ah! Even though Chii-chan's head is in a cold\nplace... it's hot and I'm feeling dizzy. +398700 ,,,,,1250050,,,,,,,,,,,,,,,"Well, given the position, the blood must be rushing to her\nhead." +398800 ,,,,,1250050,,,,,,,,,,,,,,,But let's ask a question... +398900 ,,,,,1250050,,主人公,,,,,,,,,,,,,"You're feeling it a lot, huh? Do you like this kind of play?" +399000 ,,,,,1250050,,千恵,Chie,107_SC05_c_128.wav,chie,,0,,,,,,,,Feh? +399100 ,,,,,1250050,,主人公,,,,,,,,,,,,,Like getting your butt spanked or having ice inserted into\nyour pussy? +399200 ,,,,,1250050,,,,,,,,,,,,,,,"If that's the case, she's awakened to masochism at this age.\nThat would really expand the range of play!" +399300 ,,,,,1250050,,千恵,Chie,107_SC05_c_129.wav,chie,,0,,,,,,,,"Nn, kuh. Ha, haah, haah! No, I didn't like getting my butt\nspanked or having ice inserted." +399400 ,,,,,1250050,,,,,,,,,,,,,,,"Oh, that's a shame." +399500 ,,,,,1250050,,千恵,Chie,107_SC05_c_130.wav,chie,,0,,,,,,,,"Ahhh! Ah, haah, um... because I know Daddy loves Chii-chan,\nI love it." +399600 ,,,,,1250050,,千恵,Chie,107_SC05_c_131.wav,chie,,0,,,,,,,,"Then sex... haah, ahhh! It's starting to feel better than\nusual... fuah!" +399700 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Then, to show how much Uncle loves Chii- chan, I'll move my\ncock even more." +399800 ,,,,,1250050,,千恵,Chie,107_SC05_c_132.wav,chie,,0,,,,,,,,"Ahh, fuh, nnngh, yes!" +399900 ,,,,,1250050,,,,,,,,,,,,,,,Chii-chan nodded inside the ice freezer. +400000 ,,,,,1250050,,主人公,,,,,,,,,,,,,...Hah! +400100 ,,,,,1250050,,,,,,,,,,,,,,,"I increased the speed of my cock, heightening the pleasure\nmore and more." +400200 ,,,,,1250050,,千恵,Chie,107_SC05_c_133.wav,chie,,0,,,,,,,,"Fuah! Ahh... Daddy, ah! It's like I'm about to come." +400300 ,,,,,1250050,,,,,,,,,,,,,,,"She twisted her body at my gaze, writhing in the rough\npleasure." +400400 ,,,,,1250050,,千恵,Chie,107_SC05_c_134.wav,chie,,0,,,,,,,,"Ah, hah... fuahhh! Daddy! Daddy! My pussy feels amazing!" +400500 ,,,,,1250050,,千恵,Chie,107_SC05_c_135.wav,chie,,0,,,,,,,,Nnngh! Ahh! Hyaa! It's moving and squeezing Daddy's cock...\nit's like it's sucking it in. +400600 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Yeah, it's true! The suction is incredible!" +400700 ,,,,,1250050,,,,,,,,,,,,,,,The soft walls squeezed my cock tightly. +400800 ,,,,,1250050,,,,,,,,,,,,,,,Ahh! It feels too good! +400900 ,,,,,1250050,,千恵,Chie,107_SC05_c_136.wav,chie,,0,,,,,,,,"Nnngh! Nnngh! Ah, fuahhhh! It feels so good!" +401000 ,,,,,1250050,,千恵,Chie,107_SC05_c_137.wav,chie,,0,,,,,,,,Chii-chan is about to come! +401100 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Yeah, Uncle is too!" +401200 ,,,,,1250050,,千恵,Chie,107_SC05_c_138.wav,chie,,0,,,,,,,,"Hyaaah! Ahh! Daddy's... semen is... warming up Chii-chan's\nbody, ahh! Ahhh! ...Hyan!" +401300 ,,,,,1250050,,千恵,Chie,107_SC05_c_139.wav,chie,,0,,,,,,,,"Chii-chan's pussy and... body... ngh... nn, ah! Because it's\ncold." +401400 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Yeah, yeah! Just a little more... Uncle's hot semen will\nmelt Chii-chan, haah haah!" +401500 ,,,,,1250050,,千恵,Chie,107_SC05_c_140.wav,chie,,0,,,,,,,,Haah haah... okay! +401600 ,,,,,1250050,,主人公,,,,,,,,,,,,,"But Chii-chan, your face is all melty. Look, even though I\nsaid no earlier, you're drooling." +401700 ,,,,,1250050,,千恵,Chie,107_SC05_c_141.wav,chie,,0,,,,,,,,Fueee! B-but Daddy makes it feel so good... ahh! +401800 ,,,,,1250050,,主人公,,,,,,,,,,,,,Another excuse! ...Here! +401900 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack!* +402000 ,,,,,1250050,,千恵,Chie,107_SC05_c_142.wav,chie,,0,,,,,,,,Fuwaaa! Ahh! S-sorry! +402100 ,,,,,1250050,,主人公,,,,,,,,,,,,,I'm going to make you come by spanking your butt like this. +402200 ,,,,,1250050,,千恵,Chie,107_SC05_c_143.wav,chie,,0,,,,,,,,N-no way~ Chii-chan can't handle pain and pleasure at the\nsame time... nngh! +402300 ,,,,,1250050,,主人公,,,,,,,,,,,,,Don't say that. +402400 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack!* +402500 ,,,,,1250050,,千恵,Chie,107_SC05_c_144.wav,chie,,0,,,,,,,,Higu! Agh! I'm sorryyy! Hnn! +402600 ,,,,,1250050,,主人公,,,,,,,,,,,,,...... +402700 ,,,,,1250050,,,,,,,,,,,,,,,This is bad... I might get hooked on the feeling of\nspanking. +402800 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack!* +402900 ,,,,,1250050,,千恵,Chie,107_SC05_c_145.wav,chie,,0,,,,,,,,Ahhn! It feels good... it feels so good... +403000 ,,,,,1250050,,主人公,,,,,,,,,,,,,Hmm? Does the pain feel good? +403100 ,,,,,1250050,,千恵,Chie,107_SC05_c_146.wav,chie,,0,,,,,,,,"Auu, Chii-chan doesn't know anymore! Ahh!" +403200 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack!* +403300 ,,,,,1250050,,千恵,Chie,107_SC05_c_147.wav,chie,,0,,,,,,,,Agh! ...My butt... it's getting hot... my pussy is getting\nall wet. +403400 ,,,,,1250050,,千恵,Chie,107_SC05_c_148.wav,chie,,0,,,,,,,,"Daddy, no more... ahhn! ...I want to cum... I don't want my\nbutt spanked anymore." +403500 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Haa haa, it's okay! Uncle is at his limit too! Spanking\nChii-chan's butt feels so good! ...Here!" +403600 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack!* +403700 ,,,,,1250050,,千恵,Chie,107_SC05_c_149.wav,chie,,0,,,,,,,,Hyaa! +403800 ,,,,,1250050,,,,,,,,,,,,,,,"As the pleasure increases, I can't help but want to spank\nChii-chan's butt." +403900 ,,,,,1250050,,,,,,,,,,,,,,,"And with that rhythm, I speed up the thrusting." +404000 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack* ――*Smack* ――*Smack Smack Smack Smack!* +404100 ,,,,,1250050,,千恵,Chie,107_SC05_c_150.wav,chie,,0,,,,,,,,"Fuaa! Ah, ah, ah, ah, ahhh! It hurts... it feels good...\nDaddy, faster!" +404200 ,,,,,1250050,,,,,,,,,,,,,,,"Wow! If I get hooked on this kind of play, I'll be thrilled\nevery time Chii-chan does something bad." +404300 ,,,,,1250050,,千恵,Chie,107_SC05_c_151.wav,chie,,0,,,,,,,,"Ah, ahh! Ahhh! I'm going to cum, okay? Chii- chan is about\nto cum! Even though I'm being spanked... Chii-chan is going\nto cum!" +404400 ,,,,,1250050,,,,,,,,,,,,,,,"She trembles a few times, signaling that she's close to her\nlimit." +404500 ,,,,,1250050,,,,,,,,,,,,,,,"I'm also feeling a tightness in my lower body, as if I'm\nabout to cramp." +404600 ,,,,,1250050,,千恵,Chie,107_SC05_c_152.wav,chie,,0,,,,,,,,Ahyu! Ahh... ahhhh! Daddy! Daddy! Thrust into Chii-chan's\npussy more! +404700 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Okay! Ah, but look, Chii-chan! That's why you shouldn't\ndrool." +404800 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack!* +404900 ,,,,,1250050,,千恵,Chie,107_SC05_c_153.wav,chie,,0,,,,,,,,"Hyann! Ah, ahhh... I'm sorry! I'm sorry! Fuah, ahhh! Nnnn!" +405000 ,,,,,1250050,,千恵,Chie,107_SC05_c_154.wav,chie,,0,,,,,,,,"B-but Chii-chan! I can't hold back from cumming anymore, so\neven while spanking is fine! Hurry with your cock!" +405100 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Haa haa! Got it, uncle is at his limit too!" +405200 ,,,,,1250050,,,,,,,,,,,,,,,"Now then, where should I release it?" +405300 ,$menu_begin,,,,1250050,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_1a",,,,1250050,,,,,,,,,,,,,,,■@ Release inside +↓,"$menu_item 1,Finish outside,sel_1b",,,,1250050,,,,,,,,,,,,,,,■A Release outside +↓,$menu_end,,,,1250050,,,,,,,,,,,,,,, +405400 ,*sel_1a,,,,1250050,,,,,,,,,,,,,,,■@ Release inside +405500 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Alright, Chii-chan, I'll release it inside you!" +405600 ,,,,,1250050,,千恵,Chie,107_SC05_c_155.wav,chie,,0,,,,,,,,Yeah! Yeah! Melt Chii-chan's pussy with Daddy's! +405700 ,,,,,1250050,,主人公,,,,,,,,,,,,,Yeah! I'm releasing it! Inside! +405800 ,,,,,1250050,,,,,,,,,,,,,,,"I go all out, making my cock rampage deep inside Chii-chan's\npussy." +405900 ,,,,,1250050,,千恵,Chie,107_SC05_c_156.wav,chie,,0,,,,,,,,"Fuwaaa, it feels so good... Ah, ah, ah, I'm cumming! Chii-\nchan is cumming!" +406000 ,,,,,1250050,,,,,,,,,,,,,,,"Her body, which had gone limp, tightens up." +406100 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Haa haa! Ugh, ugh! I'm cumming!" +406200 ,,,,,1250050,,,,,,,,,,,,,,,I put my entire weight on Chii-chan and bury my cock deep\ninside her pussy! +406300 ,,,,,1250050,,千恵,Chie,107_SC05_c_157.wav,chie,,0,,,,,,,,Hyaaah! I'm cumming! Aaaaahhh! +406500 ,,,,,1250060,,,,,,,,,,,,,,,――Splat! Squirt! Sploosh! +406600 ,,,,,1250060,,,,,,,,,,,,,,,I release an incredible amount of semen inside Chii-chan's\npussy. +406700 ,,,,,1250060,,,,,,,,,,,,,,,"Then, Chii-chan's hips convulse repeatedly. At that moment," +406800 ,,,,,1250060,,主人公,,,,,,,,,,,,,Chii-chan! +406900 ,,,,,1250060,,千恵,Chie,107_SC05_c_158.wav,chie,,0,,,,,,,,Huh? +407000 ,,,,,1250060,,,,,,,,,,,,,,,――*Smack!* I give her butt a final spank. +407100 ,,,,,1250060,,千恵,Chie,107_SC05_c_159.wav,chie,,0,,,,,,,,"Fuaaah, aaaaahhh! Fuaaaah! Fyaaaaahhh!" +407200 ,,,,,1250060,,,,,,,,,,,,,,,Her mouth opens and closes as she's overwhelmed by the mix\nof pain and pleasure. +407300 ,,,,,1250060,,主人公,,,,,,,,,,,,,"Ah, it's still coming out!" +407400 ,,,,,1250060,,千恵,Chie,107_SC05_c_160.wav,chie,,0,,,,,,,,"Ahh? Ah, fuaaah... ha, ahh, fuaah, ahh, ah..." +407500 ,,,,,1250060,,千恵,Chie,107_SC05_c_161.wav,chie,,0,,,,,,,,With Daddy's semen... my pussy... is melting... it's\nmelting... +407600 ,,,,,1250060,,,,,,,,,,,,,,,"Hehe, I really released something hot." +407700 ,,,,,1250060,,,,,,,,,,,,,,,My cock gradually shrinks and slips out of her pussy with a\npop. +407900 ,,,,,1250070,,千恵,Chie,107_SC05_c_162.wav,chie,,0,,,,,,,,Auu... hyauuu... +408000 ,,,,,1250070,,,,,,,,,,,,,,,"As if she was wetting herself, the semen started to spill\nout." +408100 ,,,,,1250070,,千恵,Chie,107_SC05_c_163.wav,chie,,0,,,,,,,,Fugu... ahh... agu... it's hot... +408200 ,,,,,1250070,,,,,,,,,,,,,,,It bubbles up like magma... it must feel really hot. +408300 ,,,,,1250070,,千恵,Chie,107_SC05_c_164.wav,chie,,0,,,,,,,,"Haa haa... Daddy, my pussy is so hot... I wonder if it's\nburned?" +408400 ,,,,,1250070,,主人公,,,,,,,,,,,,,"If it's burned, I'll cool it down with ice again." +408500 ,,,,,1250070,,千恵,Chie,107_SC05_c_165.wav,chie,,0,,,,,,,,Uuuu... I don't want that anymore... +408600 ,$go join_1,,,,,,,,,,,,,,,,,,, +408700 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Release outside +408800 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Then, Chii-chan, I'll pour it on your cooling body!" +408900 ,,,,,1250050,,千恵,Chie,107_SC05_c_166.wav,chie,,0,,,,,,,,Yeah! Yeah! Melt Chii-chan's body with Daddy's semen! +409000 ,,,,,1250050,,主人公,,,,,,,,,,,,,Yeah! I'm going to release it! I'm going to cover you! +409100 ,,,,,1250050,,,,,,,,,,,,,,,"I go all out, making my cock rampage deep inside Chii-chan's\npussy." +409200 ,,,,,1250050,,千恵,Chie,107_SC05_c_167.wav,chie,,0,,,,,,,,"Fuwaaah, it feels so good... ah, ah, ah, ah, I'm cumming!\nChii-chan is going to cum!" +409300 ,,,,,1250050,,,,,,,,,,,,,,,"Her body, which had gone limp, tightens up." +409400 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Haa haa! Ugh, ugh! It's coming out!" +409500 ,,,,,1250050,,,,,,,,,,,,,,,I hurriedly pull out my cock! The slippery sensation creates\nan incredible stimulation. +409600 ,,,,,1250050,,千恵,Chie,107_SC05_c_168.wav,chie,,0,,,,,,,,Hyaaah! I'm cumming! Aaaaahhh! +409800 ,,,,,1250071,,,,,,,,,,,,,,,――Splurt! Splurt! Spluuurt! +409900 ,,,,,1250071,,,,,,,,,,,,,,,An unbelievable amount of semen rains down on Chii-chan's\nbody. +410000 ,,,,,1250071,,,,,,,,,,,,,,,"Then, Chii-chan's hips convulse repeatedly. At that moment," +410100 ,,,,,1250071,,主人公,,,,,,,,,,,,,Chii-chan! +410200 ,,,,,1250071,,千恵,Chie,107_SC05_c_169.wav,chie,,0,,,,,,,,Huh? +410300 ,,,,,1250071,,,,,,,,,,,,,,,――Smack! I give her butt a final slap. +410400 ,,,,,1250071,,千恵,Chie,107_SC05_c_170.wav,chie,,0,,,,,,,,"Fuaaah, aaaaahhh! Fuaaaah! Fuyaaaahhh!" +410500 ,,,,,1250071,,,,,,,,,,,,,,,Her mouth opens and closes as she's overwhelmed by pain and\npleasure. +410600 ,,,,,1250071,,主人公,,,,,,,,,,,,,"Ah, it's still coming out!" +410700 ,,,,,1250071,,千恵,Chie,107_SC05_c_171.wav,chie,,0,,,,,,,,"Hot? Ah! My butt! My back... it's burning! Ah, fuaah... ha,\nah, fuaah, ah, ah" +410800 ,,,,,1250071,,千恵,Chie,107_SC05_c_172.wav,chie,,0,,,,,,,,Daddy's semen... my butt... it's hot... it's so hot +410900 ,,,,,1250071,,,,,,,,,,,,,,,"Hehe, I really released something hot." +411000 ,,,,,1250071,,千恵,Chie,107_SC05_c_173.wav,chie,,0,,,,,,,,Auu... hyauuu... +411100 ,,,,,1250071,,,,,,,,,,,,,,,The semen glistens on Chii-chan's body. +411200 ,,,,,1250071,,千恵,Chie,107_SC05_c_174.wav,chie,,0,,,,,,,,Fugu... ah... agu... it's hot... +411300 ,,,,,1250071,,,,,,,,,,,,,,,"Hmm, even though it's summer, it feels like steam might\nrise." +411400 ,,,,,1250071,,,,,,,,,,,,,,,I somehow spread it and rubbed it onto Chii- chan's reddened\nbutt. +411500 ,,,,,1250071,,千恵,Chie,107_SC05_c_175.wav,chie,,0,,,,,,,,Fuaa!? Daddy... what are you doing? +411600 ,,,,,1250071,,主人公,,,,,,,,,,,,,I'm rubbing the semen onto Chii-chan's naughty body. +411700 ,,,,,1250071,,千恵,Chie,107_SC05_c_176.wav,chie,,0,,,,,,,,Haa... haa... au... my butt... it stings... don't put\nsomething hot on it... +411800 ,,,,,1250071,,主人公,,,,,,,,,,,,,"Ah, it's all red, like a little monkey." +411900 ,,,,,1250071,,千恵,Chie,107_SC05_c_177.wav,chie,,0,,,,,,,,Fuu... fuu... Chii-chan doesn't want to be a monkey... +412000 ,,,,,1250071,,主人公,,,,,,,,,,,,,Then how about I cool your butt with some ice next time? +412100 ,,,,,1250071,,千恵,Chie,107_SC05_c_178.wav,chie,,0,,,,,,,,Uuuu... I don't want that either... +412200 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +412300 ,$event_return,,,,,,,,,,,,,,,,,,, +412500 ,,,8,31,,,千恵,Chie,107_SC05_c_179.wav,chie,,8,,,,,,,,"Daddy, I'm sorry..." +412600 ,,,,,,,,,,chie,,8,,,,,,,,"No, it's fine since you let me do all that..." +412700 ,,,,,,,,,,chie,,8,,,,,,,,"I thought of saying that, but as a father, that's not the\nright thing to say." +412800 ,,,,,,,主人公,,,chie,,8,,,,,,,,"Yes, it's good that you apologized honestly, Chii-chan." +412900 ,,,,,,,,,,"chieL,privateC",,8,,,,,,,,I said that and patted her head. +413000 ,,,,,,,千恵,Chie,107_SC05_c_180.wav,chieL,,13,,,,,,,,Ah... Daddy. +413100 ,,,,,,,,,,chieL,,13,,,,,,,,Chii-chan smiles happily. +413200 ,,,,,,,主人公,,,chieL,,13,,,,,,,,"Honestly, Daddy doesn't want to scold Chii- chan either, you\nknow?" +413300 ,,,,,,,主人公,,,chieL,,13,,,,,,,,But it's a father's job to scold his daughter. +413400 ,,,,,,,千恵,Chie,107_SC05_c_181.wav,chieL,,2,,,,,,,,"Yeah, I understand, Daddy." +413500 ,,,,,,,主人公,,,chieL,,2,,,,,,,,"Then let's have lunch and eat some ice cream afterward,\nokay?" +413600 ,,,,,,,千恵,Chie,107_SC05_c_182.wav,chieL,,3,,,,,,,,Eh? I can have ice cream? +413700 ,,,,,,,主人公,,,chieL,,3,,,,,,,,"Yes, it's a reward for reflecting properly." +413800 ,,,,,,,千恵,Chie,107_SC05_c_183.wav,chieL,,1,,,,,,,,Yay! +413900 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"Alright, go wash your hands." +414000 ,,,,,,,千恵,Chie,107_SC05_c_184.wav,chieL,,21,,,,,,,,Okay! +414100 ,,,,,,,,,,,,,,,,,,,,Chii-chan patters off to the washroom. +414200 ,,,,,,,,,,,,,,,,,,,,"She's so cute... If I had a daughter like her, I'd spoil her\nso much..." +414300 ,,,,,,,,,,,,,,,,,,,,But the fact that I want to do naughty things more than\ncherish her shows I'm a lolicon and a pervert. +414400 ,,,,,,,,,,,,,,,,,,,,"But well, that's fine!" +414500 ,,,0,9000,,,,,,,,,,,,,,,, +414700 ,@108_SC06,,,,,,,,,,,,,,,,,,, +414900 ,,,7,31,,,主人公,,,,,,,,,,,,,Alrighty then! +415000 ,,,,,,,,,,,,,,,,,,,,It's just before noon. +415100 ,,,,,,,,,,,,,,,,,,,,I dragged a futon out of the closet and laid it out in the\nroom. +415200 ,,,,,,,,,,,,,,,,,,,,...It might be a bit dusty. +415300 ,,,,,,,主人公,,,,,,,,,,,,,Hmm. +415400 ,,,,,,,,,,,,,,,,,,,,"Well, it seems like I can lay two of them side by side in\nterms of size..." +415500 ,,,,,,,,,,,,,,,,,,,,It might be better to air them out. +415700 ,,,,,,,,,,,,,,,,,,,, +415800 ,,"",,11,,,,,,,,,,,,,,,,――Miiin miiin miiin +415900 ,,,,,,,,,,,,,,,,,,,,"...In this heat, airing out the futon." +416000 ,,,,,,,,,,,,,,,,,,,,Surely any bugs in the futon will be wiped out. +416100 ,,"",,,,,,,,,,,,,,,,,,"Now, the reason I'm trying to air out the futon is..." +416300 ,,,,21,,,コマコ,Komako,108_SC06_k_000.wav,,,,"komako,private",,0,,,,,Hello. +416400 ,,,,,,,甜花,Tenka,108_SC06_t_000.wav,,,,komako,,0,"tenka,private",,14,,It's so hot... +416500 ,,,,,,,主人公,,,,,,komako,,0,tenka,,14,,"Ah, welcome, Tenka-chan, Komako-chan." +416600 ,,,,,,,甜花,Tenka,108_SC06_t_001.wav,,,,komako,,0,tenka,,3,,"Huh? Uncle, isn't Chii here?" +416700 ,,,,,,,主人公,,,,,,komako,,0,tenka,,3,,"If you're talking about Chii-chan, she's not here right now." +416800 ,,,,,,,甜花,Tenka,108_SC06_t_002.wav,,,,komako,,0,tenka,,23,,"Eh, did she oversleep?" +416900 ,,,,,,,コマコ,Komako,108_SC06_k_001.wav,,,,komako,,12,tenka,,23,,"Maybe. ...Lately, she's been coming to the shop really\nearly, so that might be why." +417000 ,,,,,,,,,,,,,komako,,12,tenka,,23,,The theory that waking up early continuously leads to\noversleeping is something I can't quite grasp. +417100 ,,,,,,,甜花,Tenka,108_SC06_t_003.wav,,,,komako,,21,tenka,,3,,"Because Chii goes to the shop alone, we don't come to the\nshop together as three anymore." +417200 ,,,,,,,コマコ,Komako,108_SC06_k_002.wav,,,,komako,,32,tenka,,3,,Yeah... It's lonely without Chii-chan. It's boring. +417300 ,,,,,,,甜花,Tenka,108_SC06_t_004.wav,,,,komako,,32,tenka,,37,,Huh? Are you saying you don't like it with just me? +417400 ,,,,,,,コマコ,Komako,108_SC06_k_003.wav,,,,komako,,4,tenka,,37,,"That's not it, I want you here. It's way better to have you\nthan not." +417500 ,,,,,,,甜花,Tenka,108_SC06_t_005.wav,,,,komako,,4,tenka,,17,,...Hmm~ +417600 ,,,,,,,,,,,,,,,,,,,,"It doesn't really sound like a compliment, but I think it\nprobably is." +417700 ,,,,,,,主人公,,,,,,,,,,,,,"It's true, Chii-chan has been coming since morning lately." +417800 ,,,,,,,,,,,,,,,,,,,,"Well, that's because I'm practicing to become a father,\ndoing various things." +417900 ,,,,,,,,,,,,,,,,,,,,"Like the other day, being naked all day or enjoying Chii-\nchan's mom's cooking." +418000 ,,,,,,,,,,,,,,,,,,,,Helping with changing clothes or getting help with it.\nGiving piggyback rides or carrying on shoulders. +418100 ,,,,,,,,,,,,,,,,,,,,"And well, things like playing horse that she couldn't do as\na child..." +418200 ,,,,,,,,,,,,,,,,,,,,"Well, each of those ends up leading to something naughty." +418300 ,,,,,,,,,,,,,,,,,,,,"Because of that, it's become rare for Komako- chan and\nTenka-chan to come together as three." +418400 ,,,,,,,,,,,,,,,,,,,,"Watching the three girls having fun together was enjoyable,\nthough." +418500 ,,,,,,,,,,,,,,,,,,,,And as for today... +418600 ,,,,,,,主人公,,,,,,,,,,,,,"Actually, she already came and left today." +418700 ,,,,,,,甜花,Tenka,108_SC06_t_006.wav,,,,komako,,4,tenka,,24,,That was fast! +418800 ,,,,,,,コマコ,Komako,108_SC06_k_004.wav,,,,komako,,4,tenka,,24,,Huh? Why? +418900 ,,,,,,,主人公,,,,,,komako,,4,tenka,,24,,Something about having preparations... I don't really get it\neither. +419000 ,,,,,,,コマコ,Komako,108_SC06_k_005.wav,,,,komako,,13,,,,,"Oh no... If Chii-chan's not here, there's no point in\ncoming." +419100 ,,,,,,,主人公,,,,,,komako,,13,,,,,That's a harsh thing to say... +419200 ,,,,,,,甜花,Tenka,108_SC06_t_007.wav,,,,,,,tenka,,20,,I think I'll buy a photo and contribute to the sales. +419300 ,,,,,,,主人公,,,,,,,,,tenka,,20,,"You're so kind, Tenka-chan." +419400 ,,,,,,,甜花,Tenka,108_SC06_t_008.wav,,,,,,,tenka,,21,,"If this shop closes, there won't be any other place like it." +419500 ,,,,,,,コマコ,Komako,108_SC06_k_006.wav,,,,komako,,23,,,,,Now that you mention it... +419600 ,,,,,,,甜花,Tenka,108_SC06_t_009.wav,,,,,,,tenka,,0,,That's why I have to buy one. +419700 ,,,,,,,,,,,,,,,,tenka,,0,,"Well, buying just one photo won't change the shop's\nfinancial situation, but the thought is appreciated." +419800 ,,,,,,,主人公,,,,,,,,,tenka,,0,,"Thank you, Tenka-chan." +419900 ,,,,,,,甜花,Tenka,108_SC06_t_010.wav,,,,,,,"tenkaL,private",,1,,"No problem, I'll take one, please." +420000 ,,,,,,,,,,,,,,,,,,,,"After handing me the money, Tenka-chan picked up a bundle of\nphotos in a bag." +420100 ,,,,,,,,,,,,,,,,,,,,She carefully selected one from the bunch. +420200 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan, who contributed to the sales. I hope she picks a\ngood one." +420300 ,,,,,,,主人公,,,,,,,,,,,,,I hope Tenka-chan gets a good one. +420400 ,,,,,,,,,,,,,,,,,,,,As I prayed for that... +420500 ,,,,,,,甜花,Tenka,108_SC06_t_011.wav,,,,,,,tenka,,17,,"Uncle, stop it!" +420600 ,,,,,,,主人公,,,,,,,,,tenka,,17,,Huh? +420700 ,,,,,,,甜花,Tenka,108_SC06_t_012.wav,,,,,,,tenka,,37,,"If Sakurai-kun shows up, it'll feel like your spirit is in\nit, and I don't like that!" +420800 ,,,,,,,主人公,,,,,,,,,tenka,,37,,...S-Sorry about that. +420900 ,,,,,,,,,,,,,,,,,,,,These two can be pretty harsh sometimes... +421000 ,,,,,,,,,,,,,,,,,,,,"With Chi-chan around, the balance was just right." +421100 ,,,,,,,主人公,,,,,,,,,,,,,"Oh, by the way, is there anything else you want to buy?" +421200 ,,,,,,,甜花,Tenka,108_SC06_t_013.wav,,,,,,,tenka,,4,,Huh? Why? +421300 ,,,,,,,主人公,,,,,,,,,tenka,,4,,"Well, if you're going to buy something, you should do it\nsoon. Actually, I'm closing the shop at noon today." +421400 ,,,,,,,甜花,Tenka,108_SC06_t_014.wav,,,,,,,tenka,,24,,Really? +421500 ,,,,,,,コマコ,Komako,108_SC06_k_007.wav,,,,komako,,4,,,,,Is it going out of business? +421600 ,,,,,,,主人公,,,,,,komako,,4,,,,,"No, it's not." +421700 ,,,,,,,主人公,,,,,,komako,,4,,,,,"It seems like everyone went back home, so we don't have many\ncustomers this week." +421800 ,,,,,,,甜花,Tenka,108_SC06_t_015.wav,,,,,,,tenka,,3,,"Oh, there were fewer kids at the radio exercises too." +421900 ,,,,,,,主人公,,,,,,,,,tenka,,3,,Right? So there's not much point in staying open. It's too\nhot in the afternoon for anyone to be out... +422000 ,,,,,,,コマコ,Komako,108_SC06_k_008.wav,,,,komako,,3,,,,,I see. +422100 ,,,,,,,主人公,,,,,,komako,,3,,,,,"So, we're closing at noon today." +422200 ,,,,,,,コマコ,Komako,108_SC06_k_009.wav,,,,komako,,27,,,,,Is the sales... going to be okay? +422300 ,,,,,,,主人公,,,,,,komako,,27,,,,,"Haha, well, yeah. Tenka-chan's purchase might be all of\ntoday's sales." +422400 ,,,,,,,コマコ,Komako,108_SC06_k_010.wav,,,,komako,,34,,,,,...!? That doesn't sound okay. +422500 ,,,,,,,,,,,,,komako,,34,,,,,"Well, the sales of a candy store are practically nonexistent\nanyway." +422600 ,,,,,,,甜花,Tenka,108_SC06_t_016.wav,,,,,,,tenka,,32,,"Hmm, should I buy one more?" +422700 ,,,,,,,主人公,,,,,,,,,tenka,,32,,"It's okay, don't waste your money." +422800 ,,,,,,,甜花,Tenka,108_SC06_t_017.wav,,,,,,,tenka,,12,,"Got it, then I'll head home for today." +422900 ,,,,,,,主人公,,,,,,,,,tenka,,12,,"If you want, you can take a nap in the room." +423000 ,,,,,,,コマコ,Komako,108_SC06_k_011.wav,,,,komako,,32,,,,,"No, Chii-chan isn't coming, and if the store is closing,\nthere's no point in staying." +423100 ,,,,,,,,,,,,,komako,,32,,,,,…Komako-chan is really blunt. +423200 ,,,,,,,主人公,,,,,,komako,,32,,,,,"Sorry, we'll be open properly next week." +423300 ,,,,,,,コマコ,Komako,108_SC06_k_012.wav,,,,komako,,12,,,,,"No, it's fine." +423400 ,,,,,,,,,,,,,komako,,12,,,,,Tenka-chan and Komako-chan looked outside with a bored\nexpression and left the store. +423600 ,,,,,,,,,,,,,,,,,,,, +423700 ,,,,11,,,主人公,,,,,,,,,,,,,"Well then, come again." +423800 ,,,,,,,甜花,Tenka,108_SC06_t_018.wav,,,,,,,tenka,,0,,Okay. +423900 ,,,,,,,コマコ,Komako,108_SC06_k_013.wav,,,,komako,,0,,,,,Bye-bye. +424000 ,,,,,,,,,,,,,,,,,,,,"With that, they headed back the way they came, looking\nextremely sluggish from the heat." +424100 ,,,,,,,,,,,,,,,,,,,,"If Chii-chan were here, they'd probably run off somewhere,\nbut without her, they're like that." +424200 ,,,,,,,,,,,,,,,,,,,,"They're calm, and what they say is blunt... they seem less\nchildlike, those two." +424300 ,,,,,,,,,,,,,,,,,,,,"Well, that kind of obvious attitude is also part of being a\nchild." +424400 ,,"",,,,,主人公,,,,,,,,,,,,,Phew... +424500 ,,,,,,,,,,,,,,,,,,,,"Alright, I need to finish preparing before Chii-chan comes." +424600 ,,,,,,,,,,,,,,,,,,,,"It's true that they went home in the morning, but actually,\nthey're coming back." +424700 ,,,,,,,,,,,,,,,,,,,,"Alright, the futon, the futon... there we go." +424900 ,,,8,31,,,,,,,,,,,,,,,,"Today, Chii-chan is coming to stay over at my place." +425000 ,,,,,,,,,,,,,,,,,,,,I should at least air out the futon for her... it's the\nfirst time I'm using a guest futon. +425100 ,,,,,,,,,,,,,,,,,,,,"Well, you might think that since we're going to have sex\nanyway, one futon would be enough, but the problem is Chii-\nchan's mom." +425200 ,,,,,,,,,,,,,,,,,,,,"If she brings Chii-chan over and sees there's only one\nfuton, what would she think?" +425300 ,,,,,,,,,,,,,,,,,,,,"The answer is simple, she'd think I'm a pervert." +425400 ,,,,,,,,,,,,,,,,,,,,"So, just in case, I prepared two sets." +425500 ,,,,,,,主人公,,,,,,,,,,,,,I'm glad Komako-chan and the others left without coming in. +425600 ,,,,,,,,,,,,,,,,,,,,"If they were here, they'd see the futon and ask for an\nexplanation... and it would probably end up with a sleepover\nhere." +425700 ,,,,,,,,,,,,,,,,,,,,"Not that I mind that, but we wouldn't be able to do anything\nnaughty." +425800 ,,,,,,,,,,,,,,,,,,,,The sleepover can wait for another time. +425900 ,,,,,,,主人公,,,,,,,,,,,,,"Uh, what time did she say she'd come?" +426000 ,,,,,,,,,,,,,,,,,,,,"By the way, Chii-chan came in the morning to report that ""I\ncan stay over!" +426100 ,,,,,,,,,,,,,,,,,,,,"But wow, Chii-chan's mom is something else. Allowing her\ndaughter to stay at a guy's house..." +426200 ,,,,,,,,,,,,,,,,,,,,"I mean, she really trusts me a lot." +426300 ,,,,,,,主人公,,,,,,,,,,,,,I feel like I'm seriously being treated like a dad. +426400 ,,,,,,,,,,,,,,,,,,,,"Well, it's fine. But I want to keep having sex with Chii-\nchan." +426500 ,,,,,,,,,,,,,,,,,,,,"As long as I have that feeling, I can't fully become a dad." +426700 ,,,,,,,,,,,,,,,,,,,,"Oh, it looks like Chii-chan has arrived." +426800 ,,,2,11,,,千恵,Chie,108_SC06_c_000.wav,,,,"chie,private",,1,,,,,Onii-chan~! I'm here for the sleepover! +427200 ,,,,,,,主人公,,,,,,chie,,1,,,,,"Welcome, Chii-chan." +427300 ,,,,,,,千恵,Chie,108_SC06_c_001.wav,,,,chie,,21,,,,,Ehehe... +427400 ,,,,,,,,,,,,,chie,,21,,,,,Chii-chan came holding hands with her mom. +427500 ,,,,,,,,,,,,,chie,,21,,,,,It seems like Chii-chan's mom really trusts me. +427600 ,,,,,,,,,,,,,chie,,21,,,,,"It might be my imagination, but she might hold something\nmore than just 'trust' for me." +427700 ,,,,,,,,,,,,,chie,,21,,,,,"Chii-chan's mom... Yuuko-san is very kind, a great cook, and\na really nice person." +427800 ,,,,,,,,,,,,,chie,,21,,,,,"A normal guy... especially a plain guy like me, would be\nthrilled to be liked by someone like Yuuko-san." +427900 ,,,,,,,,,,,,,chie,,21,,,,,I feel guilty for deceiving Yuuko-san. But I just can't stop\nbeing a lolicon. +428000 ,,,,,,,優子,Yuuko,108_SC06_y_000.wav,"yuko,private",,15,chie,,21,,,,,"Chii-chan, be a good girl and don't bother the gentleman,\nokay?" +428100 ,,,,,,,千恵,Chie,108_SC06_c_002.wav,yuko,,15,chie,,1,,,,,Okay! Chii-chan will be a good girl! +428200 ,,,,,,,優子,Yuuko,108_SC06_y_001.wav,yuko,,0,chie,,1,,,,,"If she misbehaves, please scold her. Well then..." +428300 ,,,,,,,主人公,,,yuko,,0,chie,,1,,,,,I'll take responsibility for Chii-chan! +428400 ,,,,,,,千恵,Chie,108_SC06_c_002a.wav,yuko,,0,chie,,0,,,,,"Mom, do your best at work, okay?" +428500 ,,,,,,,優子,Yuuko,108_SC06_y_002.wav,yuko,,1,chie,,0,,,,,"I'll try to come back as soon as possible, okay? Please take\ncare of Chie." +428600 ,,,,,,,,,,yuko,,1,chie,,0,,,,,Yuuko-san gently patted Chii-chan's head and then bowed\ndeeply to me. +428700 ,,,,,,,,,,yuko,,1,chie,,0,,,,,"Then, Chii-chan and I watched Yuuko-san leave until she was\nout of sight." +429500 ,,,,,,,主人公,,,,,,,,,,,,,Mom's gone now... Chii-chan. +429600 ,,,,,,,,,,,,,,,,,,,,I said that with a smile that held many meanings. +429700 ,,,,,,,,,,,,,,,,,,,,"Because, you know? We've done all sorts of naughty things\nbefore, but this situation is different." +429800 ,,,,,,,,,,,,,,,,,,,,"Strangely enough, I even had to think about what would\nhappen after Chii-chan went home." +429900 ,,,,,,,,,,,,,,,,,,,,"If we have sex until she can't stand, and she's in that\nstate at home, her mom will find out." +430000 ,,,,,,,,,,,,,,,,,,,,She might not even be able to go home. +430100 ,,,,,,,,,,,,,,,,,,,,"But today, it's fine! Even if she can't stand, she can sleep\nhere!" +430200 ,,,,,,,,,,,,,,,,,,,,Alright! Let's have sex until she can't stand! +430300 ,,,,,,,主人公,,,,,,,,,,,,,"Welcome again, Chii-chan. Make yourself at home!" +430400 ,,,,,,,千恵,Chie,108_SC06_c_003.wav,chie,,5,,,,,,,,Ehh... +430500 ,,,,,,,主人公,,,chie,,5,,,,,,,,"Ehh, what? Did I do something wrong, Dad?" +430600 ,,,,,,,千恵,Chie,108_SC06_c_004.wav,chie,,9,,,,,,,,"If it were Dad, he wouldn't say 'welcome' or 'make yourself\nat home'." +430700 ,,,,,,,主人公,,,chie,,9,,,,,,,,"Oh, right. It's just a habit in front of everyone." +430800 ,,,,,,,,,,chie,,9,,,,,,,,"Now that it's just the two of us, I should act more like a\ndad." +430900 ,,,,,,,主人公,,,chie,,9,,,,,,,,"Welcome back, Chii-chan." +431000 ,,,,,,,千恵,Chie,108_SC06_c_005.wav,"chieL,private",,21,,,,,,,,I'm back! ...Hehe~ +431100 ,,,,,,,,,,chieL,,21,,,,,,,,"Saying that, Chii-chan shyly hugged me tightly, trying to\nhide her embarrassed face." +431200 ,,,,,,,,,,chieL,,21,,,,,,,,"Oops, with the height difference between Chii-chan and me,\nher face ends up buried in my crotch... and my cock is\ngetting bigger..." +431300 ,,,,,,,,,,chieL,,21,,,,,,,,"No, no, it's too soon for that." +431400 ,,,,,,,,,,chieL,,21,,,,,,,,Chii-chan's mom might still be nearby. +431500 ,,,,,,,,,,chieL,,21,,,,,,,,"If Chii-chan moans loudly, she might hear us..." +431600 ,,,,,,,主人公,,,chieL,,21,,,,,,,,"Chii-chan, if you cling to me like that, it's hot, you know?" +431700 ,,,,,,,千恵,Chie,108_SC06_c_006.wav,chieL,,24,,,,,,,,"Ehh? Dad, you're so stingy~" +431800 ,,,,,,,主人公,,,chieL,,24,,,,,,,,"I'm not stingy. Look, you're sweating, so let's take a bath\nfirst, okay?" +431900 ,,,,,,,千恵,Chie,108_SC06_c_007.wav,chieL,,1,,,,,,,,Yeah! +432100 ,,,8,33,,,主人公,,,,,,,,,,,,,How was uncle's cooking? +432200 ,,,,,,,千恵,Chie,108_SC06_c_008.wav,"chie,pajama",,38,,,,,,,,"Hmm... it was okay, I guess." +432300 ,,,,,,,主人公,,,chie,,38,,,,,,,,"Just okay, huh... Well, I kind of thought so too." +432400 ,,,,,,,千恵,Chie,108_SC06_c_009.wav,"chieL,pajama",,3,,,,,,,,"Dad, do you prefer delicious food?" +432500 ,,,,,,,主人公,,,chieL,,3,,,,,,,,Of course I do. +432600 ,,,,,,,千恵,Chie,108_SC06_c_010.wav,chieL,,21,,,,,,,,Then I think you should marry Mom! +432700 ,,,,,,,,,,chieL,,21,,,,,,,,Hmm... here we go again. +432800 ,,,,,,,,,,,,,,,,,,,,"Lately, Chii-chan's marriage attacks have been getting\nstronger." +432900 ,,,,,,,,,,,,,,,,,,,,"But honestly, I don't think it's a bad idea." +433000 ,,,,,,,,,,,,,,,,,,,,"Chii-chan is a good kid as a daughter, and her mom isn't bad\nat all..." +433100 ,,,,,,,主人公,,,,,,,,,,,,,You're right. I'll try talking to Chii- chan's mom about\nbecoming your dad. +433200 ,,,,,,,千恵,Chie,108_SC06_c_011.wav,chie,,3,,,,,,,,Eh...? +433300 ,,,,,,,,,,chie,,3,,,,,,,,"Chii-chan's eyes went wide, and she was at a loss for words." +433400 ,,,,,,,,,,chie,,3,,,,,,,,She stayed frozen like that for a few seconds. +433500 ,,,,,,,千恵,Chie,108_SC06_c_012.wav,chie,,4,,,,,,,,R-Really? Dad... really? +433600 ,,,,,,,主人公,,,chie,,4,,,,,,,,"Yeah. Well, I don't know what your mom will say, though." +433700 ,,,,,,,千恵,Chie,108_SC06_c_013.wav,chie,,30,,,,,,,,I-It's okay! Chii-chan loves Dad! And Mom loves Dad too! +433800 ,,,,,,,主人公,,,chie,,30,,,,,,,,I hope so. +433900 ,,,,,,,千恵,Chie,108_SC06_c_014.wav,chie,,21,,,,,,,,Yay! Dad is going to be my dad! +434000 ,,,,,,,主人公,,,chie,,21,,,,,,,,"Hey, calm down, Chii-chan. We don't know for sure yet, okay?" +434100 ,,,,,,,千恵,Chie,108_SC06_c_015.wav,chie,,1,,,,,,,,Ehehe~! Humming~♪ Daddy~♪ +434200 ,,,,,,,主人公,,,chie,,1,,,,,,,,...... +434300 ,,,,,,,,,,chie,,1,,,,,,,,Even someone like me can make her this happy by becoming a\ndad. +434400 ,,,,,,,,,,chie,,1,,,,,,,,"It's kind of embarrassing, in a way that doesn't suit me." +434500 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Ah... but you know, in exchange for granting Chii-chan's\nwish, I want you to grant my wish too." +434600 ,,,,,,,千恵,Chie,108_SC06_c_016.wav,chie,,3,,,,,,,,Huh? Daddy's wish? +434700 ,,,,,,,主人公,,,chie,,3,,,,,,,,It's about becoming your groom. Did you forget? +434800 ,,,,,,,千恵,Chie,108_SC06_c_017.wav,chie,,20,,,,,,,,"Nope, Chii-chan remembers!" +434900 ,,,,,,,主人公,,,chie,,20,,,,,,,,"Then, Chii-chan, how about having a wedding with me?" +435000 ,,,,,,,千恵,Chie,108_SC06_c_018.wav,chie,,23,,,,,,,,A wedding? +435100 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Yeah, I want to be Chii-chan's dad, but I want to be your\ngroom even more." +435200 ,,,,,,,主人公,,,chie,,23,,,,,,,,"So, before becoming your dad, I want to have a proper\nwedding with you." +435300 ,,,,,,,千恵,Chie,108_SC06_c_019.wav,chie,,2,,,,,,,,Daddy... +435400 ,,,,,,,千恵,Chie,108_SC06_c_020.wav,chieL,,22,,,,,,,,"Um... yeah, I'm happy... and I want to be Daddy's bride...\nmaybe." +435500 ,,,,,,,,,,chieL,,22,,,,,,,,Chii-chan's face turned bright red. +435600 ,,,,,,,主人公,,,chieL,,22,,,,,,,,"Thank you, Chii-chan. I love you." +435700 ,,,,,,,,,,chieL,,22,,,,,,,,...Huh? Could it be that this is the first time Chii-chan\nhas reacted like this? +435800 ,,,,,,,,,,chieL,,22,,,,,,,,"Since she had the goal of wanting me to become her dad, she\nprobably didn't see me as a man." +435900 ,,,,,,,,,,chieL,,22,,,,,,,,"And now that the promise of becoming her dad is made, her\ngoal is achieved..." +436000 ,,,,,,,千恵,Chie,108_SC06_c_021.wav,chieL,,13,,,,,,,,"Chii-chan loves you too, Daddy." +436100 ,,,,,,,,,,chieL,,13,,,,,,,,"Wow, even a blushing Chii-chan is cute." +436200 ,,,,,,,主人公,,,chieL,,13,,,,,,,,"Then, shall we get married?" +436300 ,,,,,,,千恵,Chie,108_SC06_c_022.wav,chieL,,2,,,,,,,,Yeah... +436400 ,,,,,,,,,,,,,,,,,,,,Well then... I really wanted to give her something proper. +436500 ,,,,,,,,,,,,,,,,,,,,I took out a toy ring from my pocket. +436600 ,,,,,,,,,,,,,,,,,,,,"If I gave her an expensive one, who knows what her mom would\nsay, so it's a toy one." +436700 ,,,,,,,,,,,,,,,,,,,,"With this, even if it gets found out, I can just say it's a\njoke." +436800 ,,,,,,,主人公,,,,,,,,,,,,,"Chii-chan, here." +436900 ,,,,,,,千恵,Chie,108_SC06_c_023.wav,chieL,,4,,,,,,,,"Huh...? Daddy, is this... a ring?" +437000 ,,,,,,,主人公,,,chieL,,4,,,,,,,,"Yeah, it's a wedding ring." +437100 ,,,,,,,千恵,Chie,108_SC06_c_024.wav,chieL,,2,,,,,,,,"Ah, thank you." +437200 ,,,,,,,主人公,,,chieL,,2,,,,,,,,"Yeah, when you grow up, I'll give you a proper one." +437300 ,,,,,,,千恵,Chie,108_SC06_c_025.wav,chieL,,22,,,,,,,,"No, Chii-chan will treasure this. ...Chii- chan will\ntreasure it forever!" +437400 ,,,,,,,主人公,,,chieL,,22,,,,,,,,"If you do that, I'll be happy too." +437500 ,,,,,,,千恵,Chie,108_SC06_c_026.wav,chieL,,23,,,,,,,,"Ah... Daddy, wait a moment!" +437600 ,,,,,,,主人公,,,,,,,,,,,,,Hm? +437700 ,,,,,,,,,,,,,,,,,,,,Chii-chan ran out of the room and went barefoot into the\ngarden. +437800 ,,,,,,,,,,,,,,,,,,,,...? What is she doing? +437900 ,,,,,,,,,,,,,,,,,,,,"After waiting for a while, Chii-chan came back drenched in\nsweat." +438000 ,,,,,,,千恵,Chie,108_SC06_c_027.wav,chieL,,2,,,,,,,,"S-Sorry to keep you waiting, Daddy! H-Here..." +438100 ,,,,,,,,,,chieL,,2,,,,,,,,"Panting heavily, she handed it to me..." +438200 ,,,,,,,主人公,,,chieL,,2,,,,,,,,Ah... a ring. +438300 ,,,,,,,,,,chieL,,2,,,,,,,,It was a ring woven from the oxalis flowers growing in the\ngarden. +438400 ,,,,,,,,,,chieL,,2,,,,,,,,"...Wow, I'm genuinely happy she did something like this." +438500 ,,,,,,,千恵,Chie,108_SC06_c_028.wav,chieL,,13,,,,,,,,"Chii-chan could only prepare this... but I really love you,\nDaddy." +438600 ,,,,,,,主人公,,,chieL,,13,,,,,,,,Chii-chan... thank you. +438700 ,,,,,,,主人公,,,chieL,,13,,,,,,,,"It might not last forever since it could wither, but I'll\ncherish you forever instead." +438800 ,,,,,,,千恵,Chie,108_SC06_c_029.wav,chieL,,22,,,,,,,,Daddy... +438900 ,,,,,,,,,,chieL,,22,,,,,,,,"Ah, how dear she is. As my daughter, as a girl, I'll protect\nher for life." +439000 ,,,,,,,主人公,,,chieL,,22,,,,,,,,Shall we start our wedding ceremony then? +439100 ,,,,,,,千恵,Chie,108_SC06_c_030.wav,chieL,,2,,,,,,,,...Yeah. +439200 ,,,,,,,主人公,,,chieL,,2,,,,,,,,"Alright, Chii-chan, give me your left hand." +439300 ,,,,,,,千恵,Chie,108_SC06_c_031.wav,chieL,,22,,,,,,,,Okay. +439400 ,,,,,,,主人公,,,chieL,,22,,,,,,,,This is how you put a ring on the ring finger of the left\nhand. +439500 ,,,,,,,千恵,Chie,108_SC06_c_032.wav,chieL,,31,,,,,,,,"I know that much, Daddy. Chii-chan isn't that much of a kid." +439600 ,,,,,,,主人公,,,chieL,,31,,,,,,,,"Haha, I see... sorry, sorry." +439700 ,,,,,,,,,,chieL,,31,,,,,,,,I took Chii-chan's small hand and placed the leaf ring on\nher ring finger... +439800 ,,,,,,,千恵,Chie,108_SC06_c_033.wav,chieL,,6,,,,,,,,...Hehe~ +439900 ,,,,,,,,,,chieL,,6,,,,,,,,"After blushing shyly, Chii-chan raised her left hand and\ngazed at the ring repeatedly." +440000 ,,,,,,,,,,chieL,,6,,,,,,,,"After a while, Chii-chan picked up the clover ring." +440100 ,,,,,,,千恵,Chie,108_SC06_c_034.wav,chieL,,22,,,,,,,,"Daddy, give me your left hand too..." +440200 ,,,,,,,主人公,,,chieL,,22,,,,,,,,Okay. +440300 ,,,,,,,千恵,Chie,108_SC06_c_035.wav,chieL,,2,,,,,,,,"Then, Daddy too..." +440400 ,,,,,,,,,,chieL,,2,,,,,,,,Chii-chan slowly placed the ring on my ring finger. +440500 ,,,,,,,千恵,Chie,108_SC06_c_036.wav,chieL,,6,,,,,,,,...There. +440600 ,,,,,,,主人公,,,chieL,,6,,,,,,,,"Thank you, Chii-chan." +440700 ,,,,,,,千恵,Chie,108_SC06_c_037.wav,chieL,,13,,,,,,,,You're welcome~ +440800 ,,,,,,,,,,,,,,,,,,,,"Well, if there were a priest, they'd probably ask for vows,\nbut of course, there's no one here." +440900 ,,,,,,,,,,,,,,,,,,,,"In fact, a proper priest would probably report me for\nmarrying such a young girl as divine punishment." +441000 ,,,,,,,,,,,,,,,,,,,,"So, I guess there's no choice but to..." +441100 ,,,,,,,主人公,,,,,,,,,,,,,"Uh, in sickness and in health... I take Chii-chan as my\nwife... uh, what was it again? Anyway, I vow that I love\nyou." +441200 ,,,,,,,千恵,Chie,108_SC06_c_038.wav,chie,,13,,,,,,,,"Pfft... Daddy, that totally ruins the mood~" +441300 ,,,,,,,主人公,,,chie,,13,,,,,,,,S-Sorry. I tried to remember it. +441400 ,,,,,,,千恵,Chie,108_SC06_c_039.wav,chie,,18,,,,,,,,"If it were Tenka-chan, she'd be really mad, you know?" +441500 ,,,,,,,主人公,,,chie,,18,,,,,,,,That wouldn't happen. The only one I love is Chii-chan. +441600 ,,,,,,,千恵,Chie,108_SC06_c_040.wav,chie,,2,,,,,,,,...Daddy. +441700 ,,,,,,,,,,chie,,2,,,,,,,,Chii-chan's eyes were dreamy. +441800 ,,,,,,,,,,chie,,2,,,,,,,,Without either of us making a move... our lips naturally\nmet. +441900 ,,,,,,,主人公,,,chie,,2,,,,,,,,Mmm... chu... nmm +442000 ,,,,,,,千恵,Chie,108_SC06_c_041.wav,chieL,,22,,,,,,,,Chu... n... nmm +442100 ,,,,,,,,,,chieL,,22,,,,,,,,"When I slipped my tongue in, Chii-chan lovingly licked it." +442200 ,,,,,,,,,,chieL,,22,,,,,,,,"Wait, is it okay to use tongue during a vow kiss?" +442300 ,,,,,,,,,,chieL,,22,,,,,,,,Oh well. +442400 ,,,,,,,主人公,,,chieL,,22,,,,,,,,...Pwah +442500 ,,,,,,,千恵,Chie,108_SC06_c_042.wav,chie,,2,,,,,,,,Phew... +442600 ,,,,,,,千恵,Chie,108_SC06_c_043.wav,chie,,24,,,,,,,,Ah! Chii-chan didn't say her vows! +442700 ,,,,,,,主人公,,,chie,,24,,,,,,,,"Hey, Chii-chan, that's not good either. If it were Tenka-\nchan, she'd be mad, right?" +442800 ,,,,,,,千恵,Chie,108_SC06_c_044.wav,chie,,20,,,,,,,,"Tenka-chan is a girl. ...But if she were a boy, she'd be\nkind of cool, right?" +442900 ,,,,,,,,,,chie,,20,,,,,,,,Ah... indeed. A boy version of Tenka-chan... I feel like I'd\neasily become infatuated. +443000 ,,,,,,,,,,chie,,20,,,,,,,,"Wait, that's not it!" +443100 ,,,,,,,主人公,,,chie,,20,,,,,,,,"Hey! Chii-chan, are you cheating?" +443200 ,,,,,,,千恵,Chie,108_SC06_c_045.wav,chie,,1,,,,,,,,It's okay! I love Daddy the most. +443300 ,,,,,,,,,,chie,,1,,,,,,,,"Ah, fathers with daughters all over the world must want to\nhear these words." +443400 ,,,,,,,主人公,,,chie,,1,,,,,,,,"...Chii-chan, there's a futon here... should we make love?" +443500 ,,,,,,,,,,chie,,1,,,,,,,,Chii-chan blushed and nodded slightly. +443600 ,,,,,,,,,,chie,,1,,,,,,,,She seemed a bit different from her usual carefree self. +443700 ,,,,,,,千恵,Chie,108_SC06_c_046.wav,chie,,0,,,,,,,,"...Hey Daddy. Today, let me do it for you." +443800 ,,,,,,,主人公,,,,,,,,,,,,,Huh? ...From Chii-chan? +443900 ,,,,,,,千恵,Chie,108_SC06_c_047.wav,chie,,2,,,,,,,,I-I'll lick Daddy's cock... for you. +444000 ,,,,,,,,,,chie,,2,,,,,,,,O-oh! +444100 ,,,,,,,,,,chie,,2,,,,,,,,"Ah, lolicons all over the country must want to hear these\nwords from a little girl." +444200 ,,,,,,,主人公,,,chie,,2,,,,,,,,"Ah, then Chii-chan, as a thank you for the other day, how\nabout we switch positions?" +444300 ,,,,,,,千恵,Chie,108_SC06_c_048.wav,chie,,33,,,,,,,,...? +444400 ,,,,,,,主人公,,,chie,,33,,,,,,,,"You gave me a lap pillow the other day, right? This time\nI'll give you one." +444500 ,,,,,,,千恵,Chie,108_SC06_c_049.wav,chie,,22,,,,,,,,Yay! Daddy's lap pillow~♪ +444600 ,,,,,,,主人公,,,chie,,22,,,,,,,,"Oh, and since you played with my cock last time, I'll play\nwith Chii-chan's pussy in return." +444700 ,,,,,,,千恵,Chie,108_SC06_c_050.wav,chie,,6,,,,,,,,Hmm... okay. +444800 ,,,,,,,主人公,,,chie,,6,,,,,,,,"Then, let's take off your pants and panties, shall we?" +444900 ,,,,,,,千恵,Chie,108_SC06_c_051.wav,chie,,2,,,,,,,,Okay! +445100 ,,,10,,1260000,,,,,,,,,,,,,,, +445200 ,*mem,,,,1260000,,,,,,,,,,,,,,, +445300 ,,,10,,1260000,,,,,,,,,,,,,,,"Chii-chan ended up with her head on my lap, and right next\nto her was my cock." +445400 ,,,,,1260000,,千恵,Chie,108_SC06_c_052.wav,chie,,0,,,,,,,,Wow... it's twitching so much. +445500 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Yeah, because Chii-chan said she'd lick my cock, it ended up\nlike this." +445600 ,,,,,1260000,,千恵,Chie,108_SC06_c_053.wav,chie,,0,,,,,,,,I see... poke poke. +445700 ,,,,,1260000,,主人公,,,,,,,,,,,,,Ugh! +445800 ,,,,,1260000,,,,,,,,,,,,,,,Even just a slight touch with her finger made my cock\ntwitch. +445900 ,,,,,1260000,,,,,,,,,,,,,,,"Actually, these little stimuli right after getting hard feel\nreally good, don't they?" +446000 ,,,,,1260000,,千恵,Chie,108_SC06_c_054.wav,chie,,0,,,,,,,,Daddy's... just from poking it. +446100 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Ah, it's embarrassing." +446200 ,,,,,1260000,,千恵,Chie,108_SC06_c_055.wav,chie,,0,,,,,,,,Hey Daddy... I have a request. +446300 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Hmm? Go ahead, tell me." +446400 ,,,,,1260000,,千恵,Chie,108_SC06_c_056.wav,chie,,0,,,,,,,,I want Daddy to keep patting my head like this. +446500 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Oh? Chii-chan is such a spoiled girl, huh?" +446600 ,,,,,1260000,,千恵,Chie,108_SC06_c_057.wav,chie,,0,,,,,,,,I-Is that bad? +446700 ,,,,,1260000,,,,,,,,,,,,,,,"Well, since she doesn't have a father, I wonder if she's\never experienced something like this before." +446800 ,,,,,1260000,,,,,,,,,,,,,,,Let's indulge her as much as she wants. +446900 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Sure. There, there, good girl~" +447000 ,,,,,1260000,,千恵,Chie,108_SC06_c_058.wav,chie,,0,,,,,,,,Fuwa... +447100 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Chii-chan is such a good girl. You're hardworking, and you\neven lick my cock." +447200 ,,,,,1260000,,千恵,Chie,108_SC06_c_059.wav,chie,,0,,,,,,,,Ehehe~ +447300 ,,,,,1260000,,,,,,,,,,,,,,,"Chii-chan smiles contentedly, looking at my face." +447400 ,,,,,1260000,,,,,,,,,,,,,,,I return her gaze with a smile of my own. +447500 ,,,,,1260000,,千恵,Chie,108_SC06_c_060.wav,chie,,0,,,,,,,,"I love you, Daddy." +447600 ,,,,,1260000,,主人公,,,,,,,,,,,,,"I love you too, Chii-chan." +447700 ,,,,,1260000,,,,,,,,,,,,,,,"Hehe, it's right after the wedding, so the atmosphere is\nquite sweet." +447800 ,,,,,1260000,,千恵,Chie,108_SC06_c_061.wav,chie,,0,,,,,,,,Is Daddy's semen in here? +447900 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Oh!? Y-Yeah, it is." +448000 ,,,,,1260000,,,,,,,,,,,,,,,"Chii-chan touches my balls, playfully bouncing them around." +448100 ,,,,,1260000,,,,,,,,,,,,,,,Even that stimulation feels good to me! +448200 ,,,,,1260000,,千恵,Chie,108_SC06_c_062.wav,chie,,0,,,,,,,,"Ahaha, they're squishy and weird~" +448300 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Ch-Chii-chan, I'm already... at my limit." +448400 ,,,,,1260000,,主人公,,,,,,,,,,,,,Could you make me feel good? +448500 ,,,,,1260000,,千恵,Chie,108_SC06_c_063.wav,chie,,0,,,,,,,,"Yeah, sure~" +448700 ,,,,,1260010,,,,,,,,,,,,,,,"Saying that, Chii-chan sticks out her tongue and reaches\ntowards my cock." +448800 ,,,,,1260010,,千恵,Chie,108_SC06_c_064.wav,chie,,0,,,,,,,,Lick... lick... lick... +448900 ,,,,,1260010,,主人公,,,,,,,,,,,,,Ugh! +449000 ,,,,,1260010,,千恵,Chie,108_SC06_c_065.wav,chie,,0,,,,,,,,Ahh... lick... lick... is this okay? +449100 ,,,,,1260010,,,,,,,,,,,,,,,"When Chii-chan's tongue touches it, it twitches, and she\nlicks it again when it comes back." +449200 ,,,,,1260010,,,,,,,,,,,,,,,"It's like she's playing, repeating the licking and bouncing." +449300 ,,,,,1260010,,千恵,Chie,108_SC06_c_066.wav,chie,,0,,,,,,,,"Mmm... mmm... lick... lick... Daddy, keep your cock still. I\ncan't lick it." +449400 ,,,,,1260010,,主人公,,,,,,,,,,,,,Don't say impossible things... ugh. +449500 ,,,,,1260010,,,,,,,,,,,,,,,A ticklish and frustrating sensation attacks my cock. +449600 ,,,,,1260010,,,,,,,,,,,,,,,But this frustration is incredibly irresistible. +449700 ,,,,,1260010,,千恵,Chie,108_SC06_c_067.wav,chie,,0,,,,,,,,"Lick... mmm. Ah, it's twitching." +449800 ,,,,,1260010,,主人公,,,,,,,,,,,,,"Chii-chan... it feels good! But if possible, I'd like you to\nlick more." +449900 ,,,,,1260010,,千恵,Chie,108_SC06_c_068.wav,chie,,0,,,,,,,,"Hmm, okay! I'll try my best." +450000 ,,,,,1260010,,,,,,,,,,,,,,,"Chii-chan brings her face closer to my cock, moving her\nwhole head to follow it." +450100 ,,,,,1260010,,千恵,Chie,108_SC06_c_069.wav,chie,,0,,,,,,,,Lick... lick lick lick lick... lick lick lick... chu chu~ +450200 ,,,,,1260010,,主人公,,,,,,,,,,,,,"Y-Yes, yes! That's good, Chii-chan!" +450300 ,,,,,1260010,,,,,,,,,,,,,,,She licked along the shaft and kissed the tip. +450400 ,,,,,1260010,,,,,,,,,,,,,,,"And while kissing, she moved back to the shaft," +450500 ,,,,,1260010,,主人公,,,,,,,,,,,,,Oh? Ohhh! +450600 ,,,,,1260010,,千恵,Chie,108_SC06_c_070.wav,chie,,0,,,,,,,,"Chu, chuuuu... rero" +450700 ,,,,,1260010,,,,,,,,,,,,,,,"A strange pleasure, like a slug crawling on my cock!" +450800 ,,,,,1260010,,千恵,Chie,108_SC06_c_071.wav,chie,,0,,,,,,,,"I kissed the tip and went all the way to where the semen\ncomes out. How is it, Daddy?" +450900 ,,,,,1260010,,主人公,,,,,,,,,,,,,"I-It's good, Chii-chan! It felt amazing." +451000 ,,,,,1260010,,千恵,Chie,108_SC06_c_072.wav,chie,,0,,,,,,,,Then I'll do it more. Rero rero... chuuuuuu~ +451100 ,,,,,1260010,,,,,,,,,,,,,,,"My cock... or rather, my whole body is twitching and jumping\nfrom Chii-chan's tongue." +451200 ,,,,,1260010,,,,,,,,,,,,,,,It's terrifying how just the tongue of such a small girl can\nmake my body react like this. +451300 ,,,,,1260010,,主人公,,,,,,,,,,,,,"Ah... Chii-chan, could you make more noise?" +451400 ,,,,,1260010,,千恵,Chie,108_SC06_c_073.wav,chie,,0,,,,,,,,"Yeah, sure!" +451500 ,,,,,1260010,,,,,,,,,,,,,,,Chii-chan sticks out her tongue widely and presses it\nagainst my cock again. +451600 ,,,,,1260010,,千恵,Chie,108_SC06_c_074.wav,chie,,0,,,,,,,,"Nchu... rero, nchu... chuuu... jururuu... chu. Like this?" +451700 ,,,,,1260010,,主人公,,,,,,,,,,,,,"Fwa! You're amazing, Chii-chan! You have a talent for\nlicking cock!" +451800 ,,,,,1260010,,千恵,Chie,108_SC06_c_075.wav,chie,,0,,,,,,,,Ehehe~... then Chii-chan will make Daddy feel even better. +451900 ,,,,,1260010,,千恵,Chie,108_SC06_c_076.wav,chie,,0,,,,,,,,"Chu, rero... nmu... rero... chu, nchu... chu... rero,\nchuchuu!" +452000 ,,,,,1260010,,,,,,,,,,,,,,,"Ah, her cute tongue is eagerly licking my dirty cock!" +452100 ,,,,,1260010,,,,,,,,,,,,,,,Just that alone is enough to make me want to cum! +452200 ,,,,,1260010,,,,,,,,,,,,,,,"No, no, it would be uncool to finish here. I have to do my\nbest as a dad!" +452300 ,,,,,1260010,,主人公,,,,,,,,,,,,,"I'll make you feel good too, Chii-chan." +452500 ,,,,,1260020,,,,,,,,,,,,,,,I play with Chii-chan's pussy with my fingers. +452600 ,,,,,1260020,,千恵,Chie,108_SC06_c_077.wav,chie,,0,,,,,,,,Rero rero... fwa? Ah... n... rero rero... Daddy... I can't\nconcentrate. +452700 ,,,,,1260020,,主人公,,,,,,,,,,,,,"Hang in there, Chii-chan. ...Oops, it's getting all squishy,\nisn't it?" +452800 ,,,,,1260020,,千恵,Chie,108_SC06_c_078.wav,chie,,0,,,,,,,,Y-yeah. +452900 ,,,,,1260020,,主人公,,,,,,,,,,,,,"You're already wet, huh? How did it end up like this?" +453000 ,,,,,1260020,,千恵,Chie,108_SC06_c_079.wav,chie,,0,,,,,,,,"Well, you know, when I was licking Daddy's cock... Chii-chan\nstarted feeling good." +453100 ,,,,,1260020,,主人公,,,,,,,,,,,,,"Wow, that's naughty, Chii-chan." +453200 ,,,,,1260020,,,,,,,,,,,,,,,"Well, I made it happen that way." +453300 ,,,,,1260020,,,,,,,,,,,,,,,"Still, getting wet from licking a cock at this age... that's\namazing." +453400 ,,,,,1260020,,主人公,,,,,,,,,,,,,"Then, it wouldn't be fair if only I feel good, so let's make\nChii-chan feel good too." +453500 ,,,,,1260020,,千恵,Chie,108_SC06_c_080.wav,chie,,0,,,,,,,,"Yeah, thank you, Daddy... ah." +453600 ,,,,,1260020,,,,,,,,,,,,,,,"I move my fingers around, stimulating Chii- chan's pussy." +453700 ,,,,,1260020,,千恵,Chie,108_SC06_c_081.wav,chie,,0,,,,,,,,Mm... it feels good... +453800 ,,,,,1260020,,主人公,,,,,,,,,,,,,"Where would you like me to play with, Chii- chan?" +453900 ,,,,,1260020,,千恵,Chie,108_SC06_c_082.wav,chie,,0,,,,,,,,"Nn! Fwa... nnn, um... so that Daddy's cock can go in\neasily... the entrance." +454000 ,,,,,1260020,,主人公,,,,,,,,,,,,,Is it around here? +454100 ,,,,,1260020,,,,,,,,,,,,,,,I draw circles to spread the shallow part of her pussy. +454200 ,,,,,1260020,,千恵,Chie,108_SC06_c_083.wav,chie,,0,,,,,,,,Ugh... kuu...! Fwa... ahh! Chii-chan's pussy... is\nspreading. +454300 ,,,,,1260020,,千恵,Chie,108_SC06_c_084.wav,chie,,0,,,,,,,,The edge of my pussy... being swirled around... hn! It feels\nweird... ahh. +454400 ,,,,,1260020,,,,,,,,,,,,,,,The way her pussy changes shape to match my fingers is\nindescribably erotic. +454500 ,,,,,1260020,,,,,,,,,,,,,,,"Putting a cock inside here, no wonder it feels good." +454600 ,,,,,1260020,,主人公,,,,,,,,,,,,,Then next... maybe here? +454700 ,,,,,1260020,,千恵,Chie,108_SC06_c_085.wav,chie,,0,,,,,,,,Nn... ah! Clitoris... ah... Chii-chan is twitching. +454800 ,,,,,1260020,,主人公,,,,,,,,,,,,,"It's not just twitching, it's really twitching, you know?" +454900 ,,,,,1260020,,千恵,Chie,108_SC06_c_086.wav,chie,,0,,,,,,,,"Ah, hya, nn... fwaa, when Chii-chan's there is rubbed... ah!" +455000 ,,,,,1260020,,千恵,Chie,108_SC06_c_087.wav,chie,,0,,,,,,,,It feels so good... fwaa... I won't be able to do it for\nDaddy. +455100 ,,,,,1260020,,,,,,,,,,,,,,,"Saying that, Chii-chan earnestly stretches out her tongue." +455300 ,,,,,1260030,,主人公,,,,,,,,,,,,,Fugu! +455400 ,,,,,1260030,,千恵,Chie,108_SC06_c_088.wav,chie,,0,,,,,,,,Lick... lick lick... chu chu~. Ah... ah... Daddy's cock...\nChii-chan will make it feel good. +455500 ,,,,,1260030,,千恵,Chie,108_SC06_c_089.wav,chie,,0,,,,,,,,"Lick... slurp, nchuu~~! I'll do it for Daddy." +455600 ,,,,,1260030,,,,,,,,,,,,,,,"Even while feeling my fingers, Chii-chan is earnestly\nlicking my cock." +455700 ,,,,,1260030,,,,,,,,,,,,,,,What happiness! +455800 ,,,,,1260030,,主人公,,,,,,,,,,,,,"Thank you, Chii-chan! It feels good." +455900 ,,,,,1260030,,千恵,Chie,108_SC06_c_090.wav,chie,,0,,,,,,,,"Chuchuchu~~! Yay, Daddy is happy... lick lick." +456000 ,,,,,1260030,,主人公,,,,,,,,,,,,,I'll make Chii-chan feel good too. Look... inside your pussy\nagain. +456100 ,,,,,1260030,,千恵,Chie,108_SC06_c_091.wav,chie,,0,,,,,,,,Ah!? ... Lick lick... ah! Chii-chan's pussy... it's getting\nall squishy. +456200 ,,,,,1260030,,主人公,,,,,,,,,,,,,"It's been squishy for a while now, you know?" +456300 ,,,,,1260030,,千恵,Chie,108_SC06_c_092.wav,chie,,0,,,,,,,,"Eh? But, lick... chu. Daddy's is squishier~." +456400 ,,,,,1260030,,主人公,,,,,,,,,,,,,"That's because of Chii-chan's saliva, you know?" +456500 ,,,,,1260030,,千恵,Chie,108_SC06_c_093.wav,chie,,0,,,,,,,,"No, it's not, because... lick lick lick, chuchu~~~~~~!" +456600 ,,,,,1260030,,主人公,,,,,,,,,,,,,Whoa!? +456700 ,,,,,1260030,,,,,,,,,,,,,,,Chii-chan is vigorously running her tongue along my urethra. +456800 ,,,,,1260030,,,,,,,,,,,,,,,Oh no... this feels amazing! +456900 ,,,,,1260030,,千恵,Chie,108_SC06_c_094.wav,chie,,0,,,,,,,,"See, this taste... it's the taste of semen. Lick... Daddy's\nprecum is amazing." +457000 ,,,,,1260030,,主人公,,,,,,,,,,,,,"Y-Yeah, that might be it. The cause of the squishiness is...\nprobably that." +457100 ,,,,,1260030,,千恵,Chie,108_SC06_c_095.wav,chie,,0,,,,,,,,"Lick... chu, hehe~ we're both squishy, aren't we?" +457200 ,,,,,1260030,,主人公,,,,,,,,,,,,,"Yeah, we're the same." +457300 ,,,,,1260030,,主人公,,,,,,,,,,,,,Then I'll make you feel even better. +457400 ,,,,,1260030,,千恵,Chie,108_SC06_c_096.wav,chie,,0,,,,,,,,Then Chii-chan will... nom...! +457600 ,,,,,1260040,,主人公,,,,,,,,,,,,,Ohhh! My cock is warm. +457700 ,,,,,1260040,,,,,,,,,,,,,,,Chii-chan takes my cock into her mouth. +457800 ,,,,,1260040,,千恵,Chie,108_SC06_c_097.wav,chie,,0,,,,,,,,"Daddy's, mmm, mmm, mmm, cock is full in my mouth." +457900 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Yeah, that's good! Chii-chan's mouth is enveloping my\ncock... whoa!" +458000 ,,,,,1260040,,,,,,,,,,,,,,,It's faster to listen to my cock than to say it out loud. +458100 ,,,,,1260040,,,,,,,,,,,,,,,"Because every time Chii-chan does something, my cock reacts." +458200 ,,,,,1260040,,千恵,Chie,108_SC06_c_098.wav,chie,,0,,,,,,,,Mmm... Chii-chan's pussy... feels so good! +458300 ,,,,,1260040,,千恵,Chie,108_SC06_c_099.wav,chie,,0,,,,,,,,"Mmm, mm, mm... chu... lick, lick... slurp... lick, chu...\nDaddy, it feels good, right?" +458400 ,,,,,1260040,,主人公,,,,,,,,,,,,,Mmm... why do you say that? +458500 ,,,,,1260040,,千恵,Chie,108_SC06_c_100.wav,chie,,0,,,,,,,,"Hehe, your cock... is twitching... the taste of semen is\ngetting stronger." +458600 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Oh, as expected of Chii-chan, you noticed well." +458700 ,,,,,1260040,,千恵,Chie,108_SC06_c_101.wav,chie,,0,,,,,,,,"Hehe~ I've memorized Daddy's taste, you know~" +458800 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Thank you, Chii-chan. Then, in return..." +458900 ,,,,,1260040,,千恵,Chie,108_SC06_c_102.wav,chie,,0,,,,,,,,"Ah, ahh! Ah! Daddy... a little slower... please!" +459000 ,,,,,1260040,,,,,,,,,,,,,,,"When I play with Chii-chan's pussy, she reacts in various\nways, moaning and clenching her teeth." +459100 ,,,,,1260040,,,,,,,,,,,,,,,"With my cock in her mouth, her tongue and teeth stimulate me\nirregularly." +459200 ,,,,,1260040,,,,,,,,,,,,,,,...In other words. +459300 ,,,,,1260040,,千恵,Chie,108_SC06_c_103.wav,chie,,0,,,,,,,,Mmm! Mmm... mmm! Ahh... ah! Mmm... chomp chomp +459400 ,,,,,1260040,,主人公,,,,,,,,,,,,,Oh... your teeth are hitting me. +459500 ,,,,,1260040,,千恵,Chie,108_SC06_c_104.wav,chie,,0,,,,,,,,"Mmm, chu... mmm, sorry, Daddy." +459600 ,,,,,1260040,,主人公,,,,,,,,,,,,,"No, it feels good." +459700 ,,,,,1260040,,,,,,,,,,,,,,,The pleasure I give to Chii-chan comes back to me through\nher mouth. +459800 ,,,,,1260040,,,,,,,,,,,,,,,"If I want to feel good, I just need to play with Chii-chan's\npussy a lot and make her feel good." +459900 ,,,,,1260040,,,,,,,,,,,,,,,It's a perpetual motion of pleasure! +460000 ,,,,,1260040,,千恵,Chie,108_SC06_c_105.wav,chie,,0,,,,,,,,"Ah, chu-chu...! Chu, chu, slurp... ahh, mmm! Slurp...!\nSlurp...!" +460100 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Mmm... ohhh. You're good, Chii-chan!" +460200 ,,,,,1260040,,千恵,Chie,108_SC06_c_106.wav,chie,,0,,,,,,,,Then I'll make you feel even better. +460300 ,,,,,1260040,,,,,,,,,,,,,,,Chii-chan puckers her lips and sucks on my cock. +460400 ,,,,,1260040,,主人公,,,,,,,,,,,,,Whoa! +460500 ,,,,,1260040,,,,,,,,,,,,,,,"While being sucked by Chii-chan's small mouth, she moves her\nhead to stroke my cock." +460600 ,,,,,1260040,,,,,,,,,,,,,,,"She's trying so hard, and it feels so good... ah, what an\nerotic sight!" +460700 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Haa, haa... ngh!" +460800 ,,,,,1260040,,千恵,Chie,108_SC06_c_107.wav,chie,,0,,,,,,,,"Amu, chumu, ngungung! Hachu, chuchuchu! Jururururu!" +460900 ,,,,,1260040,,千恵,Chie,108_SC06_c_108.wav,chie,,0,,,,,,,,"Reru, ngu! Ohin-hin, oishii yo~" +461000 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Chii-chan, sucking on my cock like that, you look like a\nbaby." +461100 ,,,,,1260040,,千恵,Chie,108_SC06_c_109.wav,chie,,0,,,,,,,,"Amu, n, nchuu, chu, reru... reru, reru, nmu, Chii-chan's not\na baby." +461200 ,,,,,1260040,,主人公,,,,,,,,,,,,,"That's right, a baby's pussy wouldn't be dripping such\nnaughty juices like this." +461300 ,,,,,1260040,,千恵,Chie,108_SC06_c_110.wav,chie,,0,,,,,,,,"Mu, muu... that's true. But Daddy, you're being mean~" +461400 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ahaha, it's payback for what you said to me last time, Chii-\nchan." +461500 ,,,,,1260040,,千恵,Chie,108_SC06_c_111.wav,chie,,0,,,,,,,,"U~! ...Nchu, nmm, chu, chu, chuuuuu~" +461600 ,,,,,1260040,,主人公,,,,,,,,,,,,,"O-oh! Then, could you try sucking like a baby for me?" +461700 ,,,,,1260040,,千恵,Chie,108_SC06_c_112.wav,chie,,0,,,,,,,,"Eh? L-like this... npu, ju, jurururu, chuchuuu!" +461800 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Uah...! It feels like my cock is melting, Chii-chan!" +461900 ,,,,,1260040,,千恵,Chie,108_SC06_c_113.wav,chie,,0,,,,,,,,"N, nn... rero, churu, chu! Daddy... even though your cock is\nhard, is it melting?" +462000 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ah, yeah!" +462100 ,,,,,1260040,,,,,,,,,,,,,,,She's really sucking on my cock like she's drawing milk from\na baby bottle. +462200 ,,,,,1260040,,千恵,Chie,108_SC06_c_114.wav,chie,,0,,,,,,,,"Nmun... kokun... ngyu, ngyu... chuchuchuuu! It's not coming\nout?" +462300 ,,,,,1260040,,主人公,,,,,,,,,,,,,Hm? +462400 ,,,,,1260040,,千恵,Chie,108_SC06_c_115.wav,chie,,0,,,,,,,,Daddy's cock isn't giving any milk? +462500 ,,,,,1260040,,主人公,,,,,,,,,,,,,"W-well then, Chii-chan... I'll make sure to give you milk\nfrom Daddy's cock." +462600 ,,,,,1260040,,千恵,Chie,108_SC06_c_116.wav,chie,,0,,,,,,,,"Yeah! Chu, juu! Ju! Nfu, nn! Chii-chan wants Daddy's milk." +462700 ,,,,,1260040,,,,,,,,,,,,,,,"My knees are trembling, and a bittersweet, tingling\nsensation is spreading through me." +462800 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ah... ah! I'm going to cum! It's coming, Chii-chan!" +462900 ,,,,,1260040,,千恵,Chie,108_SC06_c_117.wav,chie,,0,,,,,,,,"Jururu! Daddy, are you about to cum? ...I-it's okay... give\nChii-chan your milk...! Ngu! Chu!" +463000 ,,,,,1260040,,主人公,,,,,,,,,,,,,Chii-chan! Chii-chan! Make it feel even better! +463100 ,,,,,1260040,,千恵,Chie,108_SC06_c_118.wav,chie,,0,,,,,,,,"Amu!? Ngu, ngu, chururu! Your cock, ngu, nmu! I can't\nbreathe...!" +463200 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ah, your mouth is moving so wonderfully, Chii-chan!" +463300 ,,,,,1260040,,千恵,Chie,108_SC06_c_119.wav,chie,,0,,,,,,,,"Ngu, ah, it's starting to twitch, nn, nmu, nchu, nmu... Is\nit coming out? Hachu, ah, nnn... nn, nn!" +463400 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Yeah, just a little more!" +463500 ,,,,,1260040,,,,,,,,,,,,,,,"As I rub my clitoris," +463600 ,,,,,1260040,,千恵,Chie,108_SC06_c_120.wav,chie,,0,,,,,,,,"Hiu. Nn, nchu, nmu, nmu... jujjuju~~~ kapu kapu" +463700 ,,,,,1260040,,,,,,,,,,,,,,,"Chii-chan gently bites my cock, guuu~! Her teeth add\nstimulation to my cock." +463800 ,,,,,1260040,,主人公,,,,,,,,,,,,,Fuaaa! I can't hold it! It's coming out! +463900 ,,,,,1260040,,,,,,,,,,,,,,,"My scrotum is contracting, reaching its limit...!" +464000 ,,,,,1260040,,千恵,Chie,108_SC06_c_121.wav,chie,,0,,,,,,,,"Nchuuu... ju, juruu! Jurururu... afuuu fufu... Daddy, let it\nout!" +464100 ,,,,,1260040,,千恵,Chie,108_SC06_c_122.wav,chie,,0,,,,,,,,"Nmu, nchuu... kuchu, your cock is twitching, it's going to\nspill out, right?" +464200 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ku, Chii-chan!" +464300 ,,,,,1260040,,,,,,,,,,,,,,,"A hot sensation rises from the base of my cock, signaling my\nlimit." +464400 ,,,,,1260040,,,,,,,,,,,,,,,"My own anus is twitching uncontrollably, feeling like it's\nnot even part of my body." +464500 ,,,,,1260040,,千恵,Chie,108_SC06_c_123.wav,chie,,0,,,,,,,,"Hamun!? Nnn! Daddy's! It's getting bigger and wilder, fa...\nah, afu... nnn! It's going to burst out of my mouth." +464600 ,,,,,1260040,,主人公,,,,,,,,,,,,,Ah! Just hold on a little longer! I'm about to cum! Chii-\nchan! Chii-chan! +464700 ,,,,,1260040,,,,,,,,,,,,,,,"Ah, it's coming, it's coming, it's coming!" +464800 ,,,,,1260040,,,,,,,,,,,,,,,It feels like it's going to be too much to fit in her mouth! +464900 ,,,,,1260040,,,,,,,,,,,,,,,What should I do! +465000 ,$menu_begin,,,,1260040,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish in her mouth,sel_1a",,,,1260040,,,,,,,,,,,,,,,■@ Release inside her mouth +↓,"$menu_item 1,Finish outside her mouth,sel_1b",,,,1260040,,,,,,,,,,,,,,,■A Release outside her mouth +↓,$menu_end,,,,1260040,,,,,,,,,,,,,,, +465100 ,*sel_1a,,,,1260040,,,,,,,,,,,,,,,■@ Release inside her mouth +465200 ,,,,,1260040,,,,,,,,,,,,,,,"Ah! I really want Chii-chan to drink my semen! If it doesn't\nfit, I'll just thrust my cock deep into her throat!" +465300 ,,,,,1260040,,,,,,,,,,,,,,,I grab Chii-chan's head and pull her closer to my cock. +465400 ,,,,,1260040,,千恵,Chie,108_SC06_c_124.wav,chie,,0,,,,,,,,"Ngyu!? Nnn, nfu! Nmu! Orohan! Nju~~~~!!" +465500 ,,,,,1260040,,千恵,Chie,108_SC06_c_125.wav,chie,,0,,,,,,,,"Ngu!? Nmu, nbu!? It's coming! Fugu! Nmu!?" +465600 ,,,,,1260040,,主人公,,,,,,,,,,,,,Just a little more! +465700 ,,,,,1260040,,,,,,,,,,,,,,,"Even though she looks like she's struggling, I don't stop my\nhips and continue to thrust my cock into Chii-chan's throat." +465800 ,,,,,1260040,,主人公,,,,,,,,,,,,,Chii-chan! Chii-chan! It's coming out soon!! +465900 ,,,,,1260040,,千恵,Chie,108_SC06_c_126.wav,chie,,0,,,,,,,,"Nguu! Juchururu...! Juru, jupu! Chu, chuuuuuu! If you\nrelease it now, it'll spill out of my throat!" +466000 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ah, it's coming out!" +466100 ,,,,,1260040,,千恵,Chie,108_SC06_c_127.wav,chie,,0,,,,,,,,Amuuu! Daddy! Daddy! +466200 ,,,,,1260040,,,,,,,,,,,,,,,"As Chii-chan sucks on my cock, she calls my name over and\nover again!" +466300 ,,,,,1260040,,主人公,,,,,,,,,,,,,Kuaaaa! +466400 ,,,,,1260040,,,,,,,,,,,,,,,"My cock jerks wildly, thrusting deep into her throat." +466600 ,,,,,1260050,,,,,,,,,,,,,,,"――Splurt! Throb, throb!" +466700 ,,,,,1260050,,千恵,Chie,108_SC06_c_128.wav,chie,,0,,,,,,,,Nmbuuu! Habuu! Nguuuu! Abu!? Nguuuuuuuuu! +466800 ,,,,,1260050,,主人公,,,,,,,,,,,,,Uoooohhh... Haaah! +466900 ,,,,,1260050,,,,,,,,,,,,,,,I pour the ejaculated semen straight into Chii-chan's mouth. +467000 ,,,,,1260050,,千恵,Chie,108_SC06_c_129.wav,chie,,0,,,,,,,,Nku... Ngu gulp gulp... Ngyu!? ...Abu! Buaa! +467100 ,,,,,1260050,,,,,,,,,,,,,,,"Chii-chan tries her best to swallow it all, but it seems she\ncan't keep up, and semen overflows from the gap between her\nmouth and my cock." +467200 ,,,,,1260050,,,,,,,,,,,,,,,"And again, the movement of her swallowing throat stimulates\nmy cock!" +467300 ,,,,,1260050,,主人公,,,,,,,,,,,,,"Ah, ah~~~ it's still coming out... Drink it, Chii-chan!" +467400 ,,,,,1260050,,千恵,Chie,108_SC06_c_130.wav,chie,,0,,,,,,,,Puaa... Ngu ngu... I can't drink it all. +467500 ,,,,,1260050,,千恵,Chie,108_SC06_c_131.wav,chie,,0,,,,,,,,"Abu... Pua... Ah, it's hot... I'm drowning..." +467600 ,,,,,1260050,,主人公,,,,,,,,,,,,,Kua... Haaah. +467800 ,,,,,1260060,,千恵,Chie,108_SC06_c_132.wav,chie,,0,,,,,,,,...Pua! Apu... Apuu... +467900 ,,,,,1260060,,,,,,,,,,,,,,,"As I pull my cock out of Chii-chan's mouth, it bounces and\nthe remaining semen splashes onto her." +468000 ,,,,,1260060,,千恵,Chie,108_SC06_c_133.wav,chie,,0,,,,,,,,Amn... Apu... Daddy's semen is spilling from the back of my\nthroat. +468100 ,,,,,1260060,,,,,,,,,,,,,,,The semen she couldn't swallow drips from her small mouth. +468200 ,,,,,1260060,,主人公,,,,,,,,,,,,,"Chii-chan, is the semen tasty?" +468300 ,,,,,1260060,,千恵,Chie,108_SC06_c_134.wav,chie,,0,,,,,,,,Uu... Drinking a lot makes it taste weird~ +468400 ,,,,,1260060,,主人公,,,,,,,,,,,,,"Well, it's not something delicious, right?" +468500 ,,,,,1260060,,主人公,,,,,,,,,,,,,Still... Phew... I came a lot. +468600 ,,,,,1260060,,千恵,Chie,108_SC06_c_135.wav,chie,,0,,,,,,,,"Haa... Haa... Amazing, Daddy. ...You can release so much." +468700 ,,,,,1260060,,主人公,,,,,,,,,,,,,"Yeah, it's thanks to you, Chii-chan." +468800 ,,,,,1260060,,千恵,Chie,108_SC06_c_136.wav,chie,,0,,,,,,,,Haa... Hafu... Ehehe. +468900 ,,,,,1260060,,,,,,,,,,,,,,,"Chii-chan, with her heavy breathing, is staring at my still\nrock-hard cock." +469000 ,,,,,1260060,,,,,,,,,,,,,,,"Of course, it won't shrink after just one round. Chii-chan\nhasn't come yet either." +469100 ,,,,,1260060,,主人公,,,,,,,,,,,,,"So, Chii-chan, let's have sex like this, okay?" +469200 ,,,,,1260060,,千恵,Chie,108_SC06_c_137.wav,chie,,0,,,,,,,,Haa haa... Okay. +469300 ,,,,,1260060,,,,,,,,,,,,,,,"By the time we finally calmed down, Chii- chan's face was\nalready covered in sticky white fluid." +469400 ,$go join_1,,,,,,,,,,,,,,,,,,, +469500 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Release outside the mouth +469600 ,,,,,1260040,,,,,,,,,,,,,,,Ah! I really want to cover Chii-chan! I'll release a lot and\nmake her all white! +469700 ,,,,,1260040,,,,,,,,,,,,,,,"Grabbing Chii-chan's head, I thrust shallowly for the final\nspurt!" +469800 ,,,,,1260040,,千恵,Chie,108_SC06_c_138.wav,chie,,0,,,,,,,,"Nmyu!? Nn, jubu! Ju, jururu! Orohan! Juju~~~~!!" +469900 ,,,,,1260040,,千恵,Chie,108_SC06_c_139.wav,chie,,0,,,,,,,,"Chuuuuuu! Juchururu...! Juru, jupu! Okuhi, afuiyo!" +470000 ,,,,,1260040,,主人公,,,,,,,,,,,,,J-just a little more! +470100 ,,,,,1260040,,,,,,,,,,,,,,,"Even though it hits her teeth and pushes her cheeks from the\ninside, I don't stop my hips and keep thrusting." +470200 ,,,,,1260040,,主人公,,,,,,,,,,,,,Chii-chan! Chii-chan! I'm about to come!! +470300 ,,,,,1260040,,千恵,Chie,108_SC06_c_140.wav,chie,,0,,,,,,,,"Nguu! Juchururu...! Chupu, ju, jurururu, chuchuuu! Jupu!\nDaddy, it's coming out of my mouth!" +470400 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ah, it's coming out!" +470500 ,,,,,1260040,,千恵,Chie,108_SC06_c_141.wav,chie,,0,,,,,,,,Amuu! Daddy! Daddy! +470600 ,,,,,1260040,,,,,,,,,,,,,,,As Chii-chan sucks my cock and calls my name over and over\nagain! +470700 ,,,,,1260040,,主人公,,,,,,,,,,,,,Kuaaaa! +470800 ,,,,,1260040,,,,,,,,,,,,,,,"My cock bounces wildly, and I pull back my hips to yank it\nout completely." +471000 ,,,,,1260061,,,,,,,,,,,,,,,――Splat! Splurt splurt spluuuuurt! +471100 ,,,,,1260061,,千恵,Chie,108_SC06_c_142.wav,chie,,0,,,,,,,,"Ha, puahhh! Ahhh! Hapu!? Nmmmmm!" +471200 ,,,,,1260061,,主人公,,,,,,,,,,,,,"Fuaaaah... ha, ha! Fuhah!" +471300 ,,,,,1260061,,,,,,,,,,,,,,,"My cock spews semen repeatedly, covering Chii-chan's entire\nbody in white." +471400 ,,,,,1260061,,千恵,Chie,108_SC06_c_143.wav,chie,,0,,,,,,,,Apu... abubu... can't open my eyes... abu!? The semen is\ngetting in my mouth! +471500 ,,,,,1260061,,,,,,,,,,,,,,,"Semen drips down Chii-chan's face, making it impossible for\nher to open her eyes or breathe without it getting in." +471600 ,,,,,1260061,,,,,,,,,,,,,,,I lightly stroke my cock to release the rest. +471700 ,,,,,1260061,,主人公,,,,,,,,,,,,,"Ah, ah~~~ there's still more... I'm going to cover you,\nChii-chan!" +471800 ,,,,,1260061,,千恵,Chie,108_SC06_c_144.wav,chie,,0,,,,,,,,Hepuah... abu... I can't breathe. +471900 ,,,,,1260061,,千恵,Chie,108_SC06_c_145.wav,chie,,0,,,,,,,,"Abu... pua... ah, it's hot... I'm drowning..." +472000 ,,,,,1260061,,主人公,,,,,,,,,,,,,Kua... haah. +472100 ,,,,,1260061,,千恵,Chie,108_SC06_c_146.wav,chie,,0,,,,,,,,Amn... apu... I'm all sticky with Daddy's semen. +472200 ,,,,,1260061,,,,,,,,,,,,,,,"The semen on Chii-chan's body drips down, falling in blobs." +472300 ,,,,,1260061,,主人公,,,,,,,,,,,,,"Chii-chan, you're all sticky, huh?" +472400 ,,,,,1260061,,千恵,Chie,108_SC06_c_147.wav,chie,,0,,,,,,,,Ugh... uuuu... like a slime~ +472500 ,,,,,1260061,,主人公,,,,,,,,,,,,,"A slime, huh..." +472600 ,,,,,1260061,,,,,,,,,,,,,,,Is it really that sticky? +472700 ,,,,,1260061,,主人公,,,,,,,,,,,,,Still... phew... that was a lot. +472800 ,,,,,1260061,,千恵,Chie,108_SC06_c_148.wav,chie,,0,,,,,,,,"Haa... haa... amazing, Daddy. ...You can release so much." +472900 ,,,,,1260061,,主人公,,,,,,,,,,,,,"Yeah, it's all thanks to you, Chii-chan." +473000 ,,,,,1260061,,千恵,Chie,108_SC06_c_149.wav,chie,,0,,,,,,,,Haa... hafu... ehehe. +473100 ,,,,,1260061,,,,,,,,,,,,,,,"Chii-chan, with her heavy breathing, is staring at my still\nrock-hard cock." +473200 ,,,,,1260061,,,,,,,,,,,,,,,"Of course, it won't shrink after just one round. Chii-chan\nhasn't come yet either." +473300 ,,,,,1260061,,主人公,,,,,,,,,,,,,"So, Chii-chan, let's keep going, okay?" +473400 ,,,,,1260061,,千恵,Chie,108_SC06_c_150.wav,chie,,0,,,,,,,,Haa haa... okay. +473500 ,*join_1,,,,,,,,,,,,,,,,,,,■Join +473700 ,,,9,,1261000,,,,,,,,,,,,,,,I push Chii-chan down onto the futon and spread her legs. +473800 ,,,,,1261000,,主人公,,,,,,,,,,,,,"Chii-chan, your pussy is already wet, huh?" +473900 ,,,,,1261000,,千恵,Chie,108_SC06_c_151.wav,chie,,0,,,,,,,,It's because Daddy was playing with it. +474000 ,,,,,1261000,,,,,,,,,,,,,,,"After the rough blowjob, she's panting and looking dazed." +474100 ,,,,,1261000,,主人公,,,,,,,,,,,,,"Chii-chan, do you want the cock? Can you say it?" +474200 ,,,,,1261000,,千恵,Chie,108_SC06_c_152.wav,chie,,0,,,,,,,,"Eh~... hmm, I might want it..." +474300 ,,,,,1261000,,千恵,Chie,108_SC06_c_153.wav,chie,,0,,,,,,,,Daddy made me feel good halfway... it's kind of tingly. +474400 ,,,,,1261000,,,,,,,,,,,,,,,"Ah, I only teased her pussy halfway. I didn't make her come." +474500 ,,,,,1261000,,主人公,,,,,,,,,,,,,"Sorry, Chii-chan. It was unfair that only Daddy came." +474600 ,,,,,1261000,,千恵,Chie,108_SC06_c_154.wav,chie,,0,,,,,,,,"That's right, Daddy's unfair." +474700 ,,,,,1261000,,主人公,,,,,,,,,,,,,"Then, I'll make sure Chii-chan comes too." +474800 ,,,,,1261000,,千恵,Chie,108_SC06_c_155.wav,chie,,0,,,,,,,,"...But if Daddy's already tired, it's okay, Chii-chan\ndoesn't mind." +474900 ,,,,,1261000,,主人公,,,,,,,,,,,,,"No way. I'm not tired, and besides, I want Chii-chan to feel\ngood too." +475000 ,,,,,1261000,,主人公,,,,,,,,,,,,,"We both need to feel good, right? We just had a wedding\nceremony, after all." +475100 ,,,,,1261000,,千恵,Chie,108_SC06_c_156.wav,chie,,0,,,,,,,,...... +475200 ,,,,,1261000,,主人公,,,,,,,,,,,,,We'll always be together for happy and pleasurable moments. +475400 ,,,,,1261010,,千恵,Chie,108_SC06_c_157.wav,chie,,0,,,,,,,,Uh... yeah. +475500 ,,,,,1261010,,,,,,,,,,,,,,,Chii-chan's face turned bright red. +475600 ,,,,,1261010,,,,,,,,,,,,,,,Could it be... she's embarrassed? +475700 ,,,,,1261010,,,,,,,,,,,,,,,"Wow, it's really nice when a straightforward girl gets shy." +475800 ,,,,,1261010,,,,,,,,,,,,,,,"As she grows up, she'll understand more and show different\nsides of herself." +475900 ,,,,,1261010,,,,,,,,,,,,,,,Ah... I can't wait. +476000 ,,,,,1261010,,主人公,,,,,,,,,,,,,"Let's always be together, Chii-chan." +476100 ,,,,,1261010,,千恵,Chie,108_SC06_c_158.wav,chie,,0,,,,,,,,"Yeah, Daddy... I love you." +476200 ,,,,,1261010,,主人公,,,,,,,,,,,,,I love you too... +476300 ,,,,,1261010,,,,,,,,,,,,,,,Well then... +476500 ,,,,,1261020,,千恵,Chie,108_SC06_c_159.wav,chie,,0,,,,,,,,Uh... yeah! Daddy's cock... it feels like it's going deeper\nthan before. +476600 ,,,,,1261020,,,,,,,,,,,,,,,"As I move my hips forward, Chii-chan's pussy eagerly\nwelcomes my cock." +476700 ,,,,,1261020,,,,,,,,,,,,,,,"With a slick lubricant, it slides in all the way to the base\nin no time." +476800 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Ah, maybe Chii-chan's body is ready to welcome Daddy's cock\nnow?" +476900 ,,,,,1261020,,千恵,Chie,108_SC06_c_160.wav,chie,,0,,,,,,,,Huh... eh? R-Really? +477000 ,,,,,1261020,,主人公,,,,,,,,,,,,,"We had a wedding ceremony, so maybe you want to accept it\nemotionally too?" +477100 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Look, today you even licked my cock, Chii- chan." +477200 ,,,,,1261020,,千恵,Chie,108_SC06_c_161.wav,chie,,0,,,,,,,,Ah... maybe so. +477300 ,,,,,1261020,,,,,,,,,,,,,,,Chii-chan says with a smile. +477400 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Then Daddy will do his best to move, so you feel good too,\nokay?" +477500 ,,,,,1261020,,千恵,Chie,108_SC06_c_162.wav,chie,,0,,,,,,,,Got it... Chii-chan will make Daddy's cock feel good. +477600 ,,,,,1261020,,,,,,,,,,,,,,,"Ugh. To think she can say something like that, she's grown\nup to be such a good girl." +477700 ,,,,,1261020,,主人公,,,,,,,,,,,,,Huh... mm. +477800 ,,,,,1261020,,千恵,Chie,108_SC06_c_163.wav,chie,,0,,,,,,,,Ah... guh! Nn! Daddy's... started moving... ahh...! Fah...\nahhh! +477900 ,,,,,1261020,,,,,,,,,,,,,,,"Chii-chan's pussy is soft but still tight, wrapping around\nmy cock as if trying to accept it." +478000 ,,,,,1261020,,千恵,Chie,108_SC06_c_164.wav,chie,,0,,,,,,,,"...Ahh... ngh, ah, ah, ah, mm... Daddy... Chii-chan likes it\nwhen you come in..." +478100 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Is that so, Chii-chan?" +478200 ,,,,,1261020,,千恵,Chie,108_SC06_c_165.wav,chie,,0,,,,,,,,"Yeah, when Daddy pulls out of Chii-chan's pussy, it feels\nlonely..." +478300 ,,,,,1261020,,主人公,,,,,,,,,,,,,I see. Then should I move deeper inside? +478400 ,,,,,1261020,,千恵,Chie,108_SC06_c_166.wav,chie,,0,,,,,,,,"Yeah, Daddy... come deeper into Chii-chan." +478500 ,,,,,1261020,,,,,,,,,,,,,,,"Being asked for my cock by a little girl, as an adult, I\nhave to respond to her request." +478600 ,,,,,1261020,,,,,,,,,,,,,,,"I thrust deep into her pussy, moving my hips to tease the\nwalls with the tip." +478700 ,,,,,1261020,,千恵,Chie,108_SC06_c_167.wav,chie,,0,,,,,,,,Nnngh!! Hyaaah! Ahh! +478800 ,,,,,1261020,,,,,,,,,,,,,,,Just a slight movement of my hips makes Chii- chan cry out\nand shiver. +478900 ,,,,,1261020,,千恵,Chie,108_SC06_c_168.wav,chie,,0,,,,,,,,Ahhh! Ngh... the baby's room... is being stroked by Daddy's\ncock. +479000 ,,,,,1261020,,千恵,Chie,108_SC06_c_169.wav,chie,,0,,,,,,,,"Ahh nn...! Daddy... ahh! Ku, ah, more... kuh! Stroke it\nmore..." +479100 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Ah... ugh, yeah!" +479200 ,,,,,1261020,,,,,,,,,,,,,,,"Ugh... I just came, so my cock is sensitive." +479300 ,,,,,1261020,,,,,,,,,,,,,,,"Moreover, teasing with the tip is the same as having the tip\nteased." +479400 ,,,,,1261020,,,,,,,,,,,,,,,Ahh... it feels so good it's almost painful! +479500 ,,,,,1261020,,主人公,,,,,,,,,,,,,Is this what you mean by stroking? +479600 ,,,,,1261020,,千恵,Chie,108_SC06_c_170.wav,chie,,0,,,,,,,,Fwaaah... Daddy's cock... is swirling inside Chii-chan. +479700 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Yeah, just moving in and out feels more like hitting than\nstroking. So, like drawing a circle... stroke, stroke." +479800 ,,,,,1261020,,千恵,Chie,108_SC06_c_171.wav,chie,,0,,,,,,,,Nnngh...! Hii! Inside my pussy... it tickles! +479900 ,,,,,1261020,,主人公,,,,,,,,,,,,,"But it feels good, right?" +480000 ,,,,,1261020,,千恵,Chie,108_SC06_c_172.wav,chie,,0,,,,,,,,"Yeah... it feels good! Ah, ahh! Nn, nnn! Stroking feels so\ngood!" +480100 ,,,,,1261020,,,,,,,,,,,,,,,"Every time I stimulate the walls with the tip, love juices\nspill out from Chii-chan's pussy." +480200 ,,,,,1261020,,,,,,,,,,,,,,,Chii-chan is so naughty. +480300 ,,,,,1261020,,,,,,,,,,,,,,,"Well, it's only natural since I spent a lot of time\ncaressing her before. With this much wetness, I can move\nfaster without worry." +480400 ,,,,,1261020,,,,,,,,,,,,,,,I gradually changed my hip movements to a faster pace. +480600 ,,,,,1261030,,千恵,Chie,108_SC06_c_173.wav,chie,,0,,,,,,,,"Ahh... ahaha! Daddy... Chii-chan... ahh! Chii-chan, you\nknow!" +480700 ,,,,,1261030,,主人公,,,,,,,,,,,,,"Ugh... kuh! Ah, what's the matter?" +480800 ,,,,,1261030,,千恵,Chie,108_SC06_c_174.wav,chie,,0,,,,,,,,"D-Daddy came inside... I'm happy... nn! Nnn! Ah, ahh! I'm\nhappy." +480900 ,,,,,1261030,,主人公,,,,,,,,,,,,,Daddy is also very happy to be inside Chii- chan. +481000 ,,,,,1261030,,千恵,Chie,108_SC06_c_175.wav,chie,,0,,,,,,,,"Nfuu! Ehehe... ahhhhh! Ah, ahh! It's mutual love, right?" +481100 ,,,,,1261030,,主人公,,,,,,,,,,,,,"That's right, that's why we had a wedding ceremony earlier,\nisn't it?" +481200 ,,,,,1261030,,千恵,Chie,108_SC06_c_176.wav,chie,,0,,,,,,,,"Y-Yeah. Chii-chan's pussy, nn! Loves Daddy's cock... nn, nn!\nAh... ahh...!" +481300 ,,,,,1261030,,千恵,Chie,108_SC06_c_177.wav,chie,,0,,,,,,,,"Daddy's cock, ahh! Fuyahhh! Ahhh! Chii- chan's pussy loves\nit... right!" +481400 ,,,,,1261030,,主人公,,,,,,,,,,,,,"O-Of course, Chii-chan! Daddy's cock loves Chii-chan's\npussy, I'll show you!" +481500 ,,,,,1261030,,千恵,Chie,108_SC06_c_178.wav,chie,,0,,,,,,,,Ahh...! Nuuuuh! Hiuuu...! Yeah! Yeah! +481600 ,,,,,1261030,,,,,,,,,,,,,,,"I repeatedly thrust my hips, stirring Chii- chan's pussy\nwith a squelching sound." +481700 ,,,,,1261030,,,,,,,,,,,,,,,"As if not to be outdone, Chii-chan's pussy clings tightly to\nmy cock." +481800 ,,,,,1261030,,千恵,Chie,108_SC06_c_179.wav,chie,,0,,,,,,,,"Ah, it's good! Nfuuu! Daddy! Naaaah! More, more!" +481900 ,,,,,1261030,,主人公,,,,,,,,,,,,,"Ah... ah, I got it!" +482000 ,,,,,1261030,,千恵,Chie,108_SC06_c_180.wav,chie,,0,,,,,,,,"Hifu!? Ahk, ahh! Hiuuu! Ah, auuuu!" +482100 ,,,,,1261030,,,,,,,,,,,,,,,"I move my cock vigorously, as if to slam it in response to\nher expectations." +482200 ,,,,,1261030,,,,,,,,,,,,,,,Her small body and small pussy. I move my hips as if it\nmight really break. +482300 ,,,,,1261030,,千恵,Chie,108_SC06_c_181.wav,chie,,0,,,,,,,,"Agh! Fwah, ah, ah, ah! Hiuuuu! Ah ah, ahhhh---!" +482400 ,,,,,1261030,,千恵,Chie,108_SC06_c_182.wav,chie,,0,,,,,,,,"Auuu, arama! Booo-roshite auuuu! O-Otoushan... Otoushan!" +482500 ,,,,,1261030,,主人公,,,,,,,,,,,,,"Ah, Chii-chan, Chii-chan! More, I'll give you more!" +482600 ,,,,,1261030,,,,,,,,,,,,,,,"I lean over and bring my face to Chii-chan's breasts, gently\nnibbling on her nipples." +482700 ,,,,,1261020,,千恵,Chie,108_SC06_c_183.wav,chie,,0,,,,,,,,Nnyuuu---! My breasts are being nibbled... auuu! It feels\ntingly! +482800 ,,,,,1261020,,主人公,,,,,,,,,,,,,Do your breasts feel good? +482900 ,,,,,1261020,,千恵,Chie,108_SC06_c_184.wav,chie,,0,,,,,,,,"Good, but it hurts... my breasts are getting all stiff...\nnguuu!" +483000 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Oh, did it hurt? I'm sorry, then I'll have to lick them to\nheal... lero lero, chuchu~~!" +483100 ,,,,,1261020,,千恵,Chie,108_SC06_c_185.wav,chie,,0,,,,,,,,Ahhh! Ahk! It's ticklish... hiyuuun! Fwahhhh! +483200 ,,,,,1261020,,主人公,,,,,,,,,,,,,Chuu... chuchu. Peropero +483300 ,,,,,1261020,,千恵,Chie,108_SC06_c_186.wav,chie,,0,,,,,,,,"Daddy, ahh... I'm turning into a baby again!" +483400 ,,,,,1261020,,,,,,,,,,,,,,,"With each of my movements, her pussy's movements became more\nintense, and I felt the urge to cum getting closer." +483500 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Nn, ah, no, Chii-chan! Daddy's about to cum!" +483600 ,,,,,1261020,,千恵,Chie,108_SC06_c_187.wav,chie,,0,,,,,,,,Huff huff! Chii-chan... just a little more... I can't hold\nit! +483700 ,,,,,1261020,,主人公,,,,,,,,,,,,,Ugh... +483800 ,,,,,1261020,,,,,,,,,,,,,,,"This is bad, at this rate, Chii-chan might not be able to\nfinish." +483900 ,,,,,1261020,,,,,,,,,,,,,,,I have to make her feel good somehow. +484000 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Then, Chii-chan, let's play with this too." +484100 ,,,,,1261030,,千恵,Chie,108_SC06_c_188.wav,chie,,0,,,,,,,,Agh! There... ahh! It's tingling~~! +484200 ,,,,,1261030,,,,,,,,,,,,,,,I peel back the clitoral hood and roll it with the pad of my\nfinger a bit firmly. +484300 ,,,,,1261030,,千恵,Chie,108_SC06_c_189.wav,chie,,0,,,,,,,,Ahh! Huff! Nnn! Daddy! Chii-chan's pussy and breasts are...\ntwitching. +484400 ,,,,,1261030,,主人公,,,,,,,,,,,,,"You're about to cum, aren't you!" +484500 ,,,,,1261030,,千恵,Chie,108_SC06_c_190.wav,chie,,0,,,,,,,,"Yeah... t-together, ah, ahh! Nngh! Fuh... ahh! Ah, ahhh! I'm\ncumming, I'm cumming! Daddy!" +484600 ,,,,,1261030,,主人公,,,,,,,,,,,,,"Ah, Daddy's cumming too!" +484700 ,,,,,1261030,,,,,,,,,,,,,,,"I move my hips as if to crush Chii-chan's body, repeating\nstrong thrusts that feel like they might break us both." +484800 ,,,,,1261030,,,,,,,,,,,,,,,"Splash! Splash! Splash! Like a broken faucet, love juices\noverflow repeatedly." +484900 ,,,,,1261030,,,,,,,,,,,,,,,"The futon and our lower bodies are soaking wet, as if we wet\nthe bed." +485000 ,,,,,1261030,,千恵,Chie,108_SC06_c_191.wav,chie,,0,,,,,,,,"Ah, ahh! Nnnnn! I'm cumming~~~!" +485100 ,,,,,1261030,,主人公,,,,,,,,,,,,,D-Daddy too! +485200 ,,,,,1261030,,,,,,,,,,,,,,,"Chii-chan's body twitches with small convulsions, signaling\nthat she's truly at her limit." +485300 ,,,,,1261030,,主人公,,,,,,,,,,,,,"Ahhh! After holding back, it feels like so much is about to\ncome out!" +485400 ,,,,,1261030,,千恵,Chie,108_SC06_c_192.wav,chie,,0,,,,,,,,"Let it out... Chii-chan, already... already!" +485500 ,,,,,1261030,,主人公,,,,,,,,,,,,,Got it! +485600 ,,,,,1261030,,,,,,,,,,,,,,,"Ah, it feels like my brain and balls are boiling!" +485700 ,,,,,1261030,,,,,,,,,,,,,,,Where should I release this boiling sensation! +485800 ,$menu_begin,,,,1261030,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_2a",,,,1261030,,,,,,,,,,,,,,,■@ Release inside +↓,"$menu_item 1,Finish outside,sel_2b",,,,1261030,,,,,,,,,,,,,,,■A Release outside +↓,$menu_end,,,,1261030,,,,,,,,,,,,,,, +485900 ,*sel_2a,,,,1261030,,,,,,,,,,,,,,,■@ Release inside +486000 ,,,,,1261030,,,,,,,,,,,,,,,It has to be inside! +486100 ,,,,,1261030,,,,,,,,,,,,,,,I'll engrave the proof of marrying Chii-chan inside her\npussy! +486200 ,,,,,1261030,,千恵,Chie,108_SC06_c_193.wav,chie,,0,,,,,,,,No more! Daddy... no more! My pussy is going crazy! +486300 ,,,,,1261030,,主人公,,,,,,,,,,,,,Ah! I'm going to release it! I'll fill your pussy with it! +486400 ,,,,,1261030,,千恵,Chie,108_SC06_c_194.wav,chie,,0,,,,,,,,"Yes! Yes! Ah, nn! Daddy! Ahhh! Fuah! Hyaaaaaaa!" +486500 ,,,,,1261030,,,,,,,,,,,,,,,I pulled Chii-chan close and thrust my cock deep inside her. +486600 ,,,,,1261030,,主人公,,,,,,,,,,,,,Chii-chan! Chii-chaaaaaan! +486700 ,,,,,1261030,,千恵,Chie,108_SC06_c_195.wav,chie,,0,,,,,,,,Daddy! Daddy! Fuwaa!? ...Ahhh! Fuhyaaaaaa! +486900 ,,,,,1261040,,,,,,,,,,,,,,,――Splash! Splash! Splash! +487000 ,,,,,1261040,,千恵,Chie,108_SC06_c_196.wav,chie,,0,,,,,,,,"Hyaaaaaa! Ahh!? Ahhh! Ah, ah, ahhhhh!!" +487100 ,,,,,1261040,,主人公,,,,,,,,,,,,,Uggggghhh! +487200 ,,,,,1261040,,,,,,,,,,,,,,,My thighs and butt are trembling as if my entire lower body\nis helping with the ejaculation. +487300 ,,,,,1261040,,,,,,,,,,,,,,,And I pour an unbelievable amount of semen inside Chii-chan. +487400 ,,,,,1261040,,千恵,Chie,108_SC06_c_197.wav,chie,,0,,,,,,,,"Fua, ahh!? Ahhh! My tummy... it's going to burst..." +487500 ,,,,,1261040,,主人公,,,,,,,,,,,,,Ahhh! Nngh! Ahh! It's such a huge amount! +487600 ,,,,,1261040,,,,,,,,,,,,,,,"――Splat! Splat! ...Drip, drip, drip." +487700 ,,,,,1261040,,千恵,Chie,108_SC06_c_198.wav,chie,,0,,,,,,,,Daddy's... haah haah... it's spilling out of Chii-chan...\nlike I'm wetting myself. +487800 ,,,,,1261040,,主人公,,,,,,,,,,,,,Huh? ...Wow... it's true. +487900 ,,,,,1261040,,,,,,,,,,,,,,,"A large amount of love juices and semen flow out from\nbetween Chii-chan's pussy and my cock, creating a puddle on\nthe futon." +488000 ,,,,,1261040,,,,,,,,,,,,,,,...The world's most erotic puddle. +488100 ,,,,,1261040,,千恵,Chie,108_SC06_c_199.wav,chie,,0,,,,,,,,Haah haah... nnnn! Daddy... my tummy... it's tight. +488200 ,,,,,1261040,,主人公,,,,,,,,,,,,,"Yeah, that's right. It's overflowing so much. It's really\nfull, isn't it? ...Alright." +488300 ,,,,,1261040,,,,,,,,,,,,,,,"When I pull out my cock," +488500 ,,,,,1261050,,,,,,,,,,,,,,,――Splat! +488600 ,,,,,1261050,,千恵,Chie,108_SC06_c_200.wav,chie,,0,,,,,,,,Aghn!? +488700 ,,,,,1261050,,主人公,,,,,,,,,,,,,Whoa! +488800 ,,,,,1261050,,,,,,,,,,,,,,,Semen bursts out from Chii-chan's pussy with such force that\nit splashes onto me. +488900 ,,,,,1261050,,,,,,,,,,,,,,,"It's like filling a balloon with water, as semen gushes out." +489000 ,,,,,1261050,,千恵,Chie,108_SC06_c_201.wav,chie,,0,,,,,,,,Haah... hah... haah... fuaah... +489100 ,,,,,1261050,,主人公,,,,,,,,,,,,,That's an incredible amount... +489200 ,,,,,1261050,,千恵,Chie,108_SC06_c_202.wav,chie,,0,,,,,,,,Phew... phew... will Chii-chan have a baby? +489300 ,,,,,1261050,,主人公,,,,,,,,,,,,,"No, your body isn't made that way, so it's okay." +489400 ,,,,,1261050,,,,,,,,,,,,,,,"...If it were, we'd probably have a huge number of kids all\nat once." +489500 ,,,,,1261050,,千恵,Chie,108_SC06_c_203.wav,chie,,0,,,,,,,,Haa haa... Daddy... can I just fall asleep like this...? +489600 ,,,,,1261050,,主人公,,,,,,,,,,,,,Hmm. +489700 ,,,,,1261050,,,,,,,,,,,,,,,The futon and our bodies are soaked with love juices and\nsemen... +489800 ,,,,,1261050,,,,,,,,,,,,,,,"If we sleep like this, waking up in the morning would be\nterrible." +489900 ,,,,,1261050,,主人公,,,,,,,,,,,,,"Shall we take a bath, just in case?" +490000 ,,,,,1261050,,千恵,Chie,108_SC06_c_204.wav,chie,,0,,,,,,,,Ehh... +490100 ,,,,,1261050,,主人公,,,,,,,,,,,,,Don't you want to go with Daddy? +490200 ,,,,,1261050,,千恵,Chie,108_SC06_c_205.wav,chie,,0,,,,,,,,"Hmm, we've done it a few times already." +490300 ,,,,,1261050,,主人公,,,,,,,,,,,,,"Well, it's fine... Today we're going in not as parent and\nchild, but as newlyweds." +490400 ,,,,,1261050,,千恵,Chie,108_SC06_c_206.wav,chie,,0,,,,,,,,Ah... that's right. +490500 ,,,,,1261050,,,,,,,,,,,,,,,Chii-chan lightly blushes. +490600 ,,,,,1261050,,千恵,Chie,108_SC06_c_207.wav,chie,,0,,,,,,,,Okay... then let's go. +490700 ,$go join_2,,,,,,,,,,,,,,,,,,, +490800 ,*sel_2b,,,,,,,,,,,,,,,,,,,■A Release outside +490900 ,,,,,1261030,,,,,,,,,,,,,,,I really want to spray it here! +491000 ,,,,,1261030,,,,,,,,,,,,,,,I'll make Chii-chan pure white like a wedding dress! +491100 ,,,,,1261030,,千恵,Chie,108_SC06_c_208.wav,chie,,0,,,,,,,,Fuaaah! My pussy... it's at its limit... Daddy... no more! +491200 ,,,,,1261030,,主人公,,,,,,,,,,,,,Ah! Daddy's going to release too! I'll cover Chii-chan's\nbody with lots of it! +491300 ,,,,,1261030,,千恵,Chie,108_SC06_c_209.wav,chie,,0,,,,,,,,"Yes! Yes! Ah, nn! Daddy! Cover Chii-chan! Fuaa!\nHiiiaaaaahhhhhh!" +491400 ,,,,,1261030,,,,,,,,,,,,,,,"I pull Chii-chan close to me and thrust my cock deep inside\nher, waiting for her to tighten around me." +491500 ,,,,,1261030,,,,,,,,,,,,,,,"Then, the moment her pussy clings to me, I pull out all at\nonce, stimulating her entirely." +491600 ,,,,,1261030,,主人公,,,,,,,,,,,,,Chii-chan! Chii-chaaaaaan! +491700 ,,,,,1261030,,,,,,,,,,,,,,,"The folds wrap around the head and underside, creating an\ninsane sensation of ejaculation!" +491800 ,,,,,1261030,,千恵,Chie,108_SC06_c_210.wav,chie,,0,,,,,,,,Daddy! Daddy! Fuaaah!? ...Ahhh! Fuhyaaaaaaah! +492000 ,,,,,1261051,,,,,,,,,,,,,,,――Sploosh!! Splurt! Splurt splurt splurt! +492100 ,,,,,1261051,,千恵,Chie,108_SC06_c_211.wav,chie,,0,,,,,,,,Hiaaaaah! It's hot!? Ahp! Ahhh! Ahh! Ahh!? +492200 ,,,,,1261051,,主人公,,,,,,,,,,,,,Ugggggh! +492300 ,,,,,1261051,,,,,,,,,,,,,,,My thighs and butt tremble as if my entire lower body is\nhelping with the ejaculation. +492400 ,,,,,1261051,,,,,,,,,,,,,,,And I cover Chii-chan's body with an unbelievable amount of\nsemen. +492500 ,,,,,1261051,,千恵,Chie,108_SC06_c_212.wav,chie,,0,,,,,,,,"Faa, ahhh! It's hot! Daddy's semen... it's burning..." +492600 ,,,,,1261051,,主人公,,,,,,,,,,,,,Ahhh! Nngh! It's still coming! It's still coming! +492700 ,,,,,1261051,,,,,,,,,,,,,,,――Splurt splurt splurt! ...Splat... splat splat splat... +492800 ,,,,,1261051,,千恵,Chie,108_SC06_c_213.wav,chie,,0,,,,,,,,Daddy's... haah haah... it's all over Chii- chan... it's\nhot. +492900 ,,,,,1261051,,主人公,,,,,,,,,,,,,Haah haah... Ugh! +493000 ,,,,,1261051,,,,,,,,,,,,,,,"Semen keeps shooting out from my cock, creating a puddle on\nChii-chan's body." +493100 ,,,,,1261051,,,,,,,,,,,,,,,...I can't believe this much was inside my balls. +493200 ,,,,,1261051,,千恵,Chie,108_SC06_c_214.wav,chie,,0,,,,,,,,Haah haah... Daddy... you came a lot. +493300 ,,,,,1261051,,主人公,,,,,,,,,,,,,Y-yeah... it's an incredible amount... +493400 ,,,,,1261051,,千恵,Chie,108_SC06_c_215.wav,chie,,0,,,,,,,,"Haah... haah... haah... faaah... if you came inside Chii-\nchan's pussy, my belly might have burst." +493500 ,,,,,1261051,,,,,,,,,,,,,,,That's a scary thing to say. +493600 ,,,,,1261051,,主人公,,,,,,,,,,,,,"But with this amount, it might not have fit." +493700 ,,,,,1261051,,千恵,Chie,108_SC06_c_216.wav,chie,,0,,,,,,,,Eh~? So Daddy's... can't fit in Chii-chan's pussy...? +493800 ,,,,,1261051,,主人公,,,,,,,,,,,,,It's okay... you'll grow bigger from now on. +493900 ,,,,,1261051,,千恵,Chie,108_SC06_c_217.wav,chie,,0,,,,,,,,Even my pussy...? +494000 ,,,,,1261051,,主人公,,,,,,,,,,,,,"Yeah, even your pussy." +494100 ,,,,,1261051,,,,,,,,,,,,,,,"Well... but if that happens, she'll probably get her period,\nand I won't be able to do it inside." +494200 ,,,,,1261051,,千恵,Chie,108_SC06_c_218.wav,chie,,0,,,,,,,,Ehehe... yay. +494300 ,,,,,1261051,,,,,,,,,,,,,,,"...Hmm, maybe I shouldn't think too deeply about it." +494400 ,,,,,1261051,,千恵,Chie,108_SC06_c_219.wav,chie,,0,,,,,,,,Haah haah... Daddy... can I just fall asleep like this...? +494500 ,,,,,1261051,,主人公,,,,,,,,,,,,,Hmm. +494600 ,,,,,1261051,,,,,,,,,,,,,,,The futon and our bodies are sticky with love juices and\nsemen... +494700 ,,,,,1261051,,,,,,,,,,,,,,,"If we sleep like this, waking up in the morning will be\nterrible." +494800 ,,,,,1261051,,主人公,,,,,,,,,,,,,Shall we take a bath just in case? +494900 ,,,,,1261051,,千恵,Chie,108_SC06_c_220.wav,chie,,0,,,,,,,,Ehh... +495000 ,,,,,1261051,,主人公,,,,,,,,,,,,,You don't want to go with Daddy? +495100 ,,,,,1261051,,千恵,Chie,108_SC06_c_221.wav,chie,,0,,,,,,,,"Hmm, we've done it a few times." +495200 ,,,,,1261051,,主人公,,,,,,,,,,,,,"Well, it's fine... today we're not going in as parent and\nchild, but as newlyweds." +495300 ,,,,,1261051,,千恵,Chie,108_SC06_c_222.wav,chie,,0,,,,,,,,Ah... +495400 ,,,,,1261051,,,,,,,,,,,,,,,Chii-chan lightly blushes. +495500 ,,,,,1261051,,千恵,Chie,108_SC06_c_223.wav,chie,,0,,,,,,,,Okay... then let's get in. +495600 ,*join_2,,,,,,,,,,,,,,,,,,,■Joining +495700 ,$event_return,,,,,,,,,,,,,,,,,,, +495900 ,,,8,73,,,,,,,,,,,,,,,,"Covered in each other's fluids, we decided to take a bath\ntogether." +496000 ,,,,,1101000,,千恵,Chie,108_SC06_c_224.wav,"chie,nude",,1,,,,,,,,Phew... it feels so nice. +496100 ,,,,,1101000,,主人公,,,chie,,1,,,,,,,,"Oh? Which felt better, the bath or the sex earlier?" +496200 ,,,,,1101020,,千恵,Chie,108_SC06_c_225.wav,chie,,22,,,,,,,,Hmm... probably the sex. +496300 ,,,,,1101020,,主人公,,,chie,,22,,,,,,,,"Hehe, it makes Daddy happy to hear that." +496400 ,,,,,1101010,,千恵,Chie,108_SC06_c_226.wav,chie,,13,,,,,,,,"Which did you enjoy more, Daddy?" +496500 ,,,,,1101010,,主人公,,,chie,,13,,,,,,,,"Hmm, maybe the bath?" +496600 ,,,,,1101020,,千恵,Chie,108_SC06_c_227.wav,chie,,11,,,,,,,,No way! +496700 ,,,,,1101020,,千恵,Chie,108_SC06_c_228.wav,chie,,31,,,,,,,,...I won't have sex with Daddy anymore. +496800 ,,,,,1101020,,主人公,,,chie,,31,,,,,,,,"Ugh, I'm sorry! I was just joking, Chii- chan!" +496900 ,,,,,1101020,,千恵,Chie,108_SC06_c_229.wav,chie,,31,,,,,,,,... +497000 ,,,,,1101000,,千恵,Chie,108_SC06_c_230.wav,chie,,13,,,,,,,,"Pfft... haha! It's okay, Daddy, let's do it again sometime~" +497100 ,,,,,1101000,,主人公,,,chie,,13,,,,,,,,Phew... I'm relieved. +497200 ,,,,,1101000,,千恵,Chie,108_SC06_c_231.wav,chie,,1,,,,,,,,"Geez, Daddy, you panicked too much~" +497300 ,,,,,1101000,,主人公,,,chie,,1,,,,,,,,"But you said you wouldn't let me have sex with you, Chii-\nchan." +497400 ,,,,,1101010,,千恵,Chie,108_SC06_c_232.wav,chie,,2,,,,,,,,"It's okay. Even if you become a real Daddy, Chii-chan will\nstill have sex with you." +497500 ,,,,,1101010,,主人公,,,chie,,2,,,,,,,,Thank you. +497600 ,,,,,1101010,,,,,chie,,2,,,,,,,,...Is that really okay? +497800 ,,,,33,,,,,,,,,,,,,,,,"I wipe my body, change into pajamas, and it's almost\nbedtime." +497900 ,,,,,,,,,,,,,,,,,,,,"For adults, this is the real nighttime, perfect for doing\nnaughty things!" +498000 ,,,,,,,,,,,,,,,,,,,,"But for Chii-chan, this time might be tough, so I guess\nwe'll just sleep quietly tonight." +498100 ,,,,,,,千恵,Chie,108_SC06_c_233.wav,"chieL,pajama",,1,,,,,,,,"Then, Daddy, let's sleep together?" +498200 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"Sure. But if we stick too close, we'll get all sweaty from\nthe heat, you know?" +498300 ,,,,,,,千恵,Chie,108_SC06_c_234.wav,chieL,,21,,,,,,,,I don't mind at all. +498400 ,,,,,,,主人公,,,chieL,,21,,,,,,,,Even though we just took a bath? +498500 ,,,,,,,千恵,Chie,108_SC06_c_235.wav,chieL,,20,,,,,,,,Then we can just take another one. Together with Daddy. +498600 ,,,,,,,主人公,,,chieL,,20,,,,,,,,"If we take too many baths, our skin will get all irritated,\nyou know?" +498700 ,,,,,,,千恵,Chie,108_SC06_c_236.wav,chieL,,23,,,,,,,,...? I've never had that happen. +498800 ,,,,,,,主人公,,,chieL,,23,,,,,,,,It happens when you're my age. +498900 ,,,,,,,千恵,Chie,108_SC06_c_237.wav,chieL,,3,,,,,,,,I see. +499000 ,,,,,,,千恵,Chie,108_SC06_c_238.wav,chieL,,1,,,,,,,,"Well, it's fine. Let's sleep together, okay?" +499100 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"Alright, alright." +499200 ,,,,34,,,,,,chieL,,1,,,,,,,,"With that, we lay down on the futon." +499300 ,,,,,,,千恵,Chie,108_SC06_c_239.wav,chieL,,21,,,,,,,,"Chii-chan knows. This is called 'shoya', right?" +499400 ,,,,,,,主人公,,,chieL,,21,,,,,,,,Where did you learn... such a word? +499500 ,,,,,,,千恵,Chie,108_SC06_c_240.wav,chieL,,13,,,,,,,,I forgot... +499600 ,,,,,,,主人公,,,chieL,,13,,,,,,,,But it doesn't matter. You and I will be together forever\nfrom now on. +499700 ,,,,,,,千恵,Chie,108_SC06_c_241.wav,chieL,,22,,,,,,,,Daddy... yeah! It's a promise! +499800 ,,,,,,,主人公,,,chieL,,22,,,,,,,,"Yeah, I won't go anywhere." +499900 ,,,,,,,千恵,Chie,108_SC06_c_242.wav,chieL,,2,,,,,,,,Daddy... I love you. +500000 ,,,,,,,主人公,,,chieL,,2,,,,,,,,"I love you too, Chii-chan." +500100 ,,,,,,,,,,chieL,,2,,,,,,,,"As we exchanged those sweet and happy words, I eventually\ndrifted off to sleep." +500200 ,,,0,9000,,,,,,,,,,,,,,,, +500300 ,@109_SC07,,,,,,,,,,,,,,,,,,, +500700 ,,,,9001,,,,,,,,,,,,,,,,"――Clatter, clatter, clatter, clatter" +500800 ,,,,,,,主人公,,,,,,,,,,,,,...? +500900 ,,,,,,,,,,,,,,,,,,,,What is this sound? +501000 ,,,,,,,,,,,,,,,,,,,,It's like something is boiling... that kind of sound. +501100 ,,,,,,,,,,,,,,,,,,,,And this smell tickling my nose. +501200 ,,,,,,,主人公,,,,,,,,,,,,,...Could it be? +501300 ,,,,,,,,,,,,,,,,,,,,Did I fall asleep with something on the stove yesterday!? +501400 ,,,14,31,,,,,,,,,,,,,,,,Whoa! That's not good! It's a wooden structure to give it a\ncandy store feel! +501500 ,,,,,,,,,,,,,,,,,,,,I quickly threw off the futon and rushed to the kitchen. +501600 ,,,,,,,,,,,,,,,,,,,,...And. +501800 ,,,10,,1270000,,,,,,,,,,,,,,, +501900 ,*mem,,,,1270000,,,,,,,,,,,,,,, +502000 ,,,10,,1270000,,主人公,,,,,,,,,,,,,...Chii-chan? +502100 ,,,,,1270000,,千恵,Chie,109_SC07_c_000.wav,"chie,private",,0,,,,,,,,"Ah, good morning, Daddy." +502200 ,,,,,1270000,,主人公,,,,,,,,,,,,,Huh? ...Uh? +502300 ,,,,,1270000,,千恵,Chie,109_SC07_c_001.wav,chie,,0,,,,,,,,"...? Daddy, are you still sleepy?" +502400 ,,,,,1270000,,主人公,,,,,,,,,,,,,"Ah, ah~... that's right!" +502500 ,,,,,1270000,,,,,,,,,,,,,,,"That's right, Chii-chan came to stay over!" +502600 ,,,,,1270000,,,,,,,,,,,,,,,So Chii-chan woke up earlier than me and cooked for us. +502700 ,,,,,1270000,,,,,,,,,,,,,,,...Huh? +502800 ,,,,,1270000,,主人公,,,,,,,,,,,,,"Chii-chan, you can cook?" +502900 ,,,,,1270000,,千恵,Chie,109_SC07_c_002.wav,chie,,0,,,,,,,,"Yeah, I can." +503000 ,,,,,1270000,,主人公,,,,,,,,,,,,,I see. +503100 ,,,,,1270000,,千恵,Chie,109_SC07_c_003.wav,chie,,0,,,,,,,,Chii-chan gets a lot of praise in home economics class. +503200 ,,,,,1270000,,,,,,,,,,,,,,,That's really surprising. +503300 ,,,,,1270010,,千恵,Chie,109_SC07_c_004.wav,chie,,0,,,,,,,,"I help my mom, and I can cook by myself too. I can make all\nsorts of things." +503400 ,,,,,1270010,,,,,,,,,,,,,,,"Oh, but when I think about it, she's in a single-parent\nhousehold and her mom works." +503500 ,,,,,1270010,,,,,,,,,,,,,,,It's probably natural for her to be able to handle things at\nhome. +503600 ,,,,,1270010,,主人公,,,,,,,,,,,,,"Chii-chan, that's amazing. Not many kids can do that, right?" +503700 ,,,,,1270000,,千恵,Chie,109_SC07_c_005.wav,chie,,0,,,,,,,,"Yeah, everyone said they've never made anything themselves." +503800 ,,,,,1270000,,主人公,,,,,,,,,,,,,"You're amazing, Chii-chan. I'm really happy for you." +503900 ,,,,,1270000,,千恵,Chie,109_SC07_c_006.wav,chie,,0,,,,,,,,R-Really? +504000 ,,,,,1270000,,主人公,,,,,,,,,,,,,"Yeah, waking up to a cooked meal is every man's dream. Chii-\nchan, you made that dream come true." +504100 ,,,,,1270010,,千恵,Chie,109_SC07_c_007.wav,chie,,0,,,,,,,,"Ehehe~. When you say that, Daddy, it makes me blush." +504200 ,,,,,1270010,,主人公,,,,,,,,,,,,,You should be more confident. +504300 ,,,,,1270010,,,,,,,,,,,,,,,"...I mean, just from the smell, I can tell it's better than\nanything I've made." +504400 ,,,,,1270010,,,,,,,,,,,,,,,I'm a little bit jealous. +504500 ,,,,,1270010,,,,,,,,,,,,,,,"Ah, but somehow... this must be what happiness feels like." +504600 ,,,,,1270010,,主人公,,,,,,,,,,,,,"Hmm, Chii-chan, you'll make a great wife someday." +504700 ,,,,,1270000,,千恵,Chie,109_SC07_c_008.wav,chie,,0,,,,,,,,...Daddy! +504800 ,,,,,1270000,,主人公,,,,,,,,,,,,,Huh? Y-Yes! +504900 ,,,,,1270000,,,,,,,,,,,,,,,"For some reason, Chii-chan is puffing her cheeks and giving\nme a sulky look." +505000 ,,,,,1270000,,主人公,,,,,,,,,,,,,W-What is it? +505100 ,,,,,1270000,,千恵,Chie,109_SC07_c_009.wav,chie,,0,,,,,,,,"We had a wedding yesterday, remember!" +505200 ,,,,,1270000,,主人公,,,,,,,,,,,,,"Oh, r-right... that's right! Chii-chan is my wife." +505300 ,,,,,1270000,,千恵,Chie,109_SC07_c_010.wav,chie,,0,,,,,,,,That's right! +505400 ,,,,,1270000,,主人公,,,,,,,,,,,,,I'm sorry. I'm still not used to this feeling. +505600 ,,,,,1270010,,千恵,Chie,109_SC07_c_011.wav,chie,,0,,,,,,,,Geez! +505700 ,,,,,1270010,,,,,,,,,,,,,,,Geez!... huh. +505800 ,,,,,1270010,,,,,,,,,,,,,,,...Haha! This kind of feeling is nice. It's like we're\nreally newlyweds. +505900 ,,,,,1270010,,,,,,,,,,,,,,,"But if we were really newlyweds, that outfit wouldn't be...\nwouldn't be acceptable, Chii- chan!" +506000 ,,,,,1270010,,,,,,,,,,,,,,,It should be a naked apron! +506100 ,,,,,1270010,,,,,,,,,,,,,,,"Well, I'd be surprised if Chii-chan knew about that." +506200 ,,,,,1270010,,主人公,,,,,,,,,,,,,"So, what are you making? Need me to grab anything?" +506300 ,,,,,1270010,,千恵,Chie,109_SC07_c_012.wav,chie,,0,,,,,,,,"Daddy, just sit and wait. You're in the way if you stay\nthere." +506400 ,,,,,1270010,,主人公,,,,,,,,,,,,,Ah... okay. +506500 ,,,,,1270010,,千恵,Chie,109_SC07_c_013.wav,chie,,0,,,,,,,,It'll be ready soon. +506600 ,,,,,1270010,,,,,,,,,,,,,,,"Hmm... still, the sight of her back in an apron is quite\nsexy." +506700 ,,,,,1270010,,,,,,,,,,,,,,,"Even if it's not a naked apron, just a little girl wearing\nan apron is totally sexy!" +506800 ,,,,,1270010,,,,,,,,,,,,,,,"Well, ultimately, I find it sexy just having a little girl\naround!" +506900 ,,,,,1270010,,,,,,,,,,,,,,,"In that case, there's only one thing to do." +507000 ,,,,,1270010,,主人公,,,,,,,,,,,,,Chii-chan. +507100 ,,,,,1270020,,千恵,Chie,109_SC07_c_014.wav,chie,,0,,,,,,,,"Daddy, wha―... whoa!" +507300 ,,,,,1270020,,,,,,,,,,,,,,,"Taking advantage of Chii-chan's occupied hands, I pulled\ndown my pants and underwear, lifting my shirt." +507400 ,,,,,1270020,,千恵,Chie,109_SC07_c_015.wav,chie,,0,,,,,,,,D-Daddy!? +507500 ,,,,,1270020,,主人公,,,,,,,,,,,,,"Hehehe! With both hands busy, Chii-chan can't fix this,\nright?" +507600 ,,,,,1270020,,千恵,Chie,109_SC07_c_016.wav,chie,,0,,,,,,,,What are you doing! Put it back quickly! +507700 ,,,,,1270020,,主人公,,,,,,,,,,,,,"Ah, I can see your chest too, Chii-chan." +507800 ,,,,,1270020,,千恵,Chie,109_SC07_c_017.wav,chie,,0,,,,,,,,"Geez, Daddy! I'm really going to get mad!" +507900 ,,,,,1270020,,,,,,,,,,,,,,,"Ah, a new wife wearing an apron, exposed and angry... it's\nirresistible!" +508100 ,,,,,1270020,,主人公,,,,,,,,,,,,,"Hehehe... Chii-chan, you know what Daddy wants to do, right?\nNow, let's do something naughty―" +508200 ,,,,,1270030,,千恵,Chie,109_SC07_c_018.wav,chie,,0,,,,,,,,―Geez! You shouldn't do that when I'm using fire and knives! +508300 ,,,,,1270030,,主人公,,,,,,,,,,,,,Eh... +508400 ,,,,,1270030,,千恵,Chie,109_SC07_c_019.wav,chie,,0,,,,,,,,"It's really dangerous, you know. ...Are you listening,\nDaddy!" +508500 ,,,,,1270030,,主人公,,,,,,,,,,,,,Ah... yes. I'm sorry. +508600 ,,,,,1270030,,千恵,Chie,109_SC07_c_020.wav,chie,,0,,,,,,,,Geez... +508700 ,,,,,1270030,,,,,,,,,,,,,,,...I got scolded. By such a little girl... with such a valid\npoint. +508800 ,,,,,1270030,,主人公,,,,,,,,,,,,,Haa... +508900 ,,,,,1270030,,,,,,,,,,,,,,,I feel so pathetic... I'm like a total failure of a person. +509000 ,,,,,1270030,,,,,,,,,,,,,,,...... +509100 ,,,,,1270030,,,,,,,,,,,,,,,"Ah, that's right, I am a failure." +509200 ,,,,,1270030,,,,,,,,,,,,,,,"A failure who does naughty things with such a small girl,\nwhat am I even saying now?" +509300 ,,,,,1270030,,,,,,,,,,,,,,,"Haha! Yeah, this old man has come to terms with it!" +509400 ,,,,,1270030,,,,,,,,,,,,,,,"Alright, this time..." +509500 ,,,,,1270030,,主人公,,,,,,,,,,,,,Chii-chan +509600 ,,,,,1270030,,千恵,Chie,109_SC07_c_021.wav,chie,,0,,,,,,,,Wait a sec―whoa!? +509800 ,,,,,1270040,,,,,,,,,,,,,,,I suddenly hug Chii-chan tightly. +509900 ,,,,,1270040,,,,,,,,,,,,,,,Mmm~ Chii-chan in an apron... it's irresistible! +510000 ,,,,,1270040,,千恵,Chie,109_SC07_c_022.wav,chie,,0,,,,,,,,Daddy! Geez! +510100 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Don't be mad, Chii-chan. See, I'm giving you a hug." +510200 ,,,,,1270040,,千恵,Chie,109_SC07_c_023.wav,chie,,0,,,,,,,,That's why it's not okay! +510300 ,,,,,1270040,,,,,,,,,,,,,,,"Chii-chan looks at me with a troubled face, but then she\nseems to realize something." +510400 ,,,,,1270040,,千恵,Chie,109_SC07_c_024.wav,chie,,0,,,,,,,,Huh? D-Daddy... why is your thing out? +510500 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Well, you know... right?" +510600 ,,,,,1270040,,,,,,,,,,,,,,,"Without waiting for Chii-chan's response, I rub my cock\nagainst her." +510700 ,,,,,1270040,,千恵,Chie,109_SC07_c_025.wav,chie,,0,,,,,,,,D-Daddy! +510800 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Heh heh! Mm, mm, mm, mm, mm, mm, mm!" +510900 ,,,,,1270040,,,,,,,,,,,,,,,"Like a dog in heat, I lightly press against Chii-chan and\nmove my hips." +511000 ,,,,,1270040,,千恵,Chie,109_SC07_c_026.wav,chie,,0,,,,,,,,...Wow!? Daddy's thing is so big. +511100 ,,,,,1270040,,千恵,Chie,109_SC07_c_027.wav,chie,,0,,,,,,,,"Even though Chii-chan didn't do anything, it's twitching..." +511200 ,,,,,1270040,,主人公,,,,,,,,,,,,,Chii-chan. Can Daddy rub his thing more? +511300 ,,,,,1270040,,千恵,Chie,109_SC07_c_028.wav,chie,,0,,,,,,,,No! I told you I'm in the middle of cooking! +511400 ,,,,,1270040,,主人公,,,,,,,,,,,,,"But you know, Chii-chan, Daddy's thing wants to let out a\nlot... it's twitching, you see?" +511500 ,,,,,1270040,,千恵,Chie,109_SC07_c_029.wav,chie,,0,,,,,,,,"You're an adult, so hold it in." +511600 ,,,,,1270040,,,,,,,,,,,,,,,It's because I'm an adult that I can't hold it in! +511700 ,,,,,1270040,,,,,,,,,,,,,,,"...Well, most adults live with more self- control." +511800 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Look, Chii-chan... rubbing with your body..." +511900 ,,,,,1270040,,千恵,Chie,109_SC07_c_030.wav,chie,,0,,,,,,,,Ahh... why are you rubbing your thing against Chii-chan? +512000 ,,,,,1270040,,,,,,,,,,,,,,,"Even though only I feel good, I move my hips as if teasing\nChii-chan." +512100 ,,,,,1270040,,主人公,,,,,,,,,,,,,"See, rub rub rub... with Chii-chan's body, my thing is\ntwitching... it feels so good." +512200 ,,,,,1270040,,千恵,Chie,109_SC07_c_031.wav,chie,,0,,,,,,,,D-Daddy...! Really now. +512300 ,,,,,1270040,,主人公,,,,,,,,,,,,,Ahh... your smooth skin rubbing against my thing... it feels\nso good. +512400 ,,,,,1270040,,千恵,Chie,109_SC07_c_032.wav,chie,,0,,,,,,,,"Ah, ahh~! ...Daddy, you got stuff on Chii- chan's apron!" +512500 ,,,,,1270040,,主人公,,,,,,,,,,,,,S-Sorry. The pre-cum came out. I'll wash it and return it\nproperly. +512600 ,,,,,1270040,,千恵,Chie,109_SC07_c_033.wav,chie,,0,,,,,,,,"It was my favorite... Daddy, you're such a dummy!" +512700 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Chii-chan, you shouldn't call Daddy a dummy." +512800 ,,,,,1270040,,千恵,Chie,109_SC07_c_034.wav,chie,,0,,,,,,,,But... +512900 ,,,,,1270040,,,,,,,,,,,,,,,"Well, there's no other way to describe someone who lifts up\nhis daughter's clothes while she's cooking and rubs his\nthing, getting pre-cum on her apron, other than a dummy." +513000 ,,,,,1270040,,,,,,,,,,,,,,,But I think that's not a nice way to say it. +513100 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Calling your parent a dummy is too much, right?" +513200 ,,,,,1270040,,千恵,Chie,109_SC07_c_035.wav,chie,,0,,,,,,,,S-Sorry... +513300 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Yes, you apologized honestly. Even among close\nrelationships, there's etiquette... Ahh! Ohh, mmm! Mm... mm,\nmm! Ah, my cock feels so good." +513400 ,,,,,1270040,,千恵,Chie,109_SC07_c_036.wav,chie,,0,,,,,,,,...Daddy. +513500 ,,,,,1270040,,千恵,Chie,109_SC07_c_037.wav,chie,,0,,,,,,,,"A-Alright... Chii-chan understands. Hurry up and finish, so\nwe can eat together." +513600 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Y-Yeah! Ah, it feels so good! Chii-chan! Chii-chan in the\napron!" +513700 ,,,,,1270040,,,,,,,,,,,,,,,A tingling sensation that makes my knees feel weak. +513800 ,,,,,1270040,,千恵,Chie,109_SC07_c_038.wav,chie,,0,,,,,,,,Ahh... it tickles. +513900 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Ah, I'm going to cum! I'm about to ejaculate!" +514000 ,,,,,1270040,,,,,,,,,,,,,,,"The sensation of ejaculation wells up, and a trembling\nfeeling spreads through my knees." +514100 ,,,,,1270040,,千恵,Chie,109_SC07_c_039.wav,chie,,0,,,,,,,,"If you're going to cum, do it quickly... the food..." +514200 ,,,,,1270040,,主人公,,,,,,,,,,,,,Yeah! Yeah! Ahh... Chii-chan!! I'm going to spray it! +514400 ,,,,,1270050,,千恵,Chie,109_SC07_c_040.wav,chie,,0,,,,,,,,"Huh!? Ah! Ugh... ah, it's hot!?" +514500 ,,,,,1270050,,,,,,,,,,,,,,,"Unable to withstand the stimulation, I repeatedly throbbed\nmy cock and released my semen towards Chii-chan." +514600 ,,,,,1270050,,主人公,,,,,,,,,,,,,Huff huff... +514700 ,,,,,1270050,,千恵,Chie,109_SC07_c_041.wav,chie,,0,,,,,,,,Ah... now the apron is all sticky. +514800 ,,,,,1270050,,,,,,,,,,,,,,,Chii-chan looks at me with a dissatisfied expression. +514900 ,,,,,1270050,,,,,,,,,,,,,,,"Well, having her apron dirtied with my semen... of course,\nshe'd be unhappy." +515000 ,,,,,1270050,,,,,,,,,,,,,,,But I have my own complaints too! +515100 ,,,,,1270050,,,,,,,,,,,,,,,Why can't I have sex with Chii-chan wearing an apron! +515200 ,,,,,1270050,,,,,,,,,,,,,,,"First, we should have sex with the apron, then eat!" +515300 ,,,,,1270050,,千恵,Chie,109_SC07_c_042.wav,chie,,0,,,,,,,,"Okay, Dad, Chii-chan is going to make dinner now. Just wait\na bit." +515400 ,,,,,1270050,,主人公,,,,,,,,,,,,,"Hmm, I really can't wait. ...Alright then." +515500 ,,,,,1270050,,千恵,Chie,109_SC07_c_043.wav,chie,,0,,,,,,,,Wha!? D-Dad!? +515600 ,,,,,1270050,,,,,,,,,,,,,,,I picked up Chii-chan and sat her on the kitchen sink. +515800 ,,,,,1271000,,千恵,Chie,109_SC07_c_044.wav,chie,,0,,,,,,,,Nn... ahh. Dad! Stop it... Chii-chan is making dinner. +515900 ,,,,,1271000,,主人公,,,,,,,,,,,,,"Sorry, Chii-chan! Dad can't hold back!" +516000 ,,,,,1271000,,千恵,Chie,109_SC07_c_045.wav,chie,,0,,,,,,,,Just hold on a little longer. +516100 ,,,,,1271000,,主人公,,,,,,,,,,,,,"I can't hold back, so Dad's going to eat Chii-chan. Ahh...\nmmm." +516200 ,,,,,1271000,,千恵,Chie,109_SC07_c_046.wav,chie,,0,,,,,,,,Ahh! D-Dad... ah... ugh. +516300 ,,,,,1271000,,主人公,,,,,,,,,,,,,Mwah... mmm... smooch... smooch... lick... +516400 ,,,,,1271000,,,,,,,,,,,,,,,I sucked on Chii-chan's breasts and reached my fingers\ntowards her pussy. +516500 ,,,,,1271000,,主人公,,,,,,,,,,,,,"Ah, Chii-chan is getting hard too? You really want to, don't\nyou?" +516600 ,,,,,1271000,,千恵,Chie,109_SC07_c_047.wav,chie,,0,,,,,,,,"Ah... no, no, my breasts... you can't... ah. Ngh!" +516700 ,,,,,1271000,,主人公,,,,,,,,,,,,,"Your nipples are twitching, aren't they? You got excited\nfrom being covered in semen, didn't you?" +516800 ,,,,,1271000,,千恵,Chie,109_SC07_c_048.wav,chie,,0,,,,,,,,"That's not true! Chii-chan thinks cooking is more important,\nso Dad, stop it already." +516900 ,,,,,1271000,,主人公,,,,,,,,,,,,,"For a girl who says that, here's what you get." +517000 ,,,,,1271000,,千恵,Chie,109_SC07_c_049.wav,chie,,0,,,,,,,,Hnn? +517100 ,,,,,1271000,,,,,,,,,,,,,,,"When I pinched her nipple, Chii-chan let out a pained voice." +517200 ,,,,,1271000,,,,,,,,,,,,,,,"...Yeah, it feels good, doesn't it?" +517300 ,,,,,1271000,,,,,,,,,,,,,,,"And then, with my other hand, I reach towards Chii-chan's\npussy." +517400 ,,,,,1271000,,千恵,Chie,109_SC07_c_050.wav,chie,,0,,,,,,,,"Ah! Fuh, haa... nngh, no, ah. Dad." +517500 ,,,,,1271000,,,,,,,,,,,,,,,Then I bring my mouth close to her pussy and give it a lick. +517600 ,,,,,1271000,,千恵,Chie,109_SC07_c_051.wav,chie,,0,,,,,,,,Fuhn! Ah! Chii-chan's pussy... it's not breakfast. +517700 ,,,,,1271000,,主人公,,,,,,,,,,,,,Eh... but it's delicious. The soft texture and the sweaty\ntaste are really nice. +517800 ,,,,,1271000,,,,,,,,,,,,,,,I slowly and carefully lick her pussy. +517900 ,,,,,1271000,,千恵,Chie,109_SC07_c_052.wav,chie,,0,,,,,,,,Higu... stop it... Chii-chan wants to cook and show how\nwifely she can be. +518000 ,,,,,1271000,,主人公,,,,,,,,,,,,,"No, doing this kind of naughty thing is more wifely, isn't\nit?" +518100 ,,,,,1271000,,千恵,Chie,109_SC07_c_053.wav,chie,,0,,,,,,,,That's not true! +518200 ,,,,,1271000,,主人公,,,,,,,,,,,,,But... Chii-chan's pussy is so delicious... I might not need\nbreakfast. +518300 ,,,,,1271000,,千恵,Chie,109_SC07_c_054.wav,chie,,0,,,,,,,,Eh! ...I worked so hard. +518400 ,,,,,1271000,,主人公,,,,,,,,,,,,,"Oh, then Chii-chan, I want to eat some pickles." +518500 ,,,,,1271000,,千恵,Chie,109_SC07_c_055.wav,chie,,0,,,,,,,,Pickles...? Chii-chan didn't make any pickles. +518600 ,,,,,1271000,,主人公,,,,,,,,,,,,,"It's okay, Chii-chan. I'll make them now." +518700 ,,,,,1271000,,千恵,Chie,109_SC07_c_056.wav,chie,,0,,,,,,,,Eh? +518900 ,,,,,1271010,,,,,,,,,,,,,,,I took a slender cucumber from the fridge and placed it\nagainst Chii-chan's pussy. +519000 ,,,,,1271010,,千恵,Chie,109_SC07_c_057.wav,chie,,0,,,,,,,,I-It's cold. What are you going to do with it? +519100 ,,,,,1271010,,,,,,,,,,,,,,,She seems confused by the appearance of the cucumber. +519200 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Chii-chan, how does it feel to have this placed against your\npussy?" +519300 ,,,,,1271010,,千恵,Chie,109_SC07_c_058.wav,chie,,0,,,,,,,,"Uh... um, i-it's ticklish... and gives me shivers... it's a\nlittle scary..." +519400 ,,,,,1271010,,主人公,,,,,,,,,,,,,"I see. Well, it's just a cucumber, so there's nothing to be\nscared of." +519500 ,,,,,1271010,,,,,,,,,,,,,,,"I kept the cucumber against her pussy, rubbing it around the\nentrance." +519600 ,,,,,1271010,,千恵,Chie,109_SC07_c_059.wav,chie,,0,,,,,,,,"Ah, no! If you rub Chii-chan's pussy with the cucumber...\nnngh, nnngh!" +519700 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Look, I'm making pickles with Chii-chan's naughty juices.\nYou can feel even better, you know?" +519800 ,,,,,1271010,,千恵,Chie,109_SC07_c_060.wav,chie,,0,,,,,,,,Eh!? That's not okay~ +519900 ,,,,,1271010,,主人公,,,,,,,,,,,,,Why not? Isn't Chii-chan making dinner? +520000 ,,,,,1271010,,千恵,Chie,109_SC07_c_061.wav,chie,,0,,,,,,,,But that's... +520100 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Oh, when I touch it with the cucumber... your pussy is\ntwitching." +520200 ,,,,,1271010,,,,,,,,,,,,,,,Chii-chan's pussy trembles every time the cucumber touches\nit. +520300 ,,,,,1271010,,千恵,Chie,109_SC07_c_062.wav,chie,,0,,,,,,,,That's... when it touches my pussy... it usually happens. +520400 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Is that so? But the cucumber seems to go in easily, unlike\nother things, right?" +520500 ,,,,,1271010,,,,,,,,,,,,,,,"Saying that, I rubbed the cucumber against Chii-chan's\npussy." +520600 ,,,,,1271010,,千恵,Chie,109_SC07_c_063.wav,chie,,0,,,,,,,,"Haa... haa... nngh! Daddy, Chii-chan doesn't like it." +520700 ,,,,,1271010,,,,,,,,,,,,,,,"She says that, but I bet it feels good." +520800 ,,,,,1271010,,,,,,,,,,,,,,,"Her love juices trickle down Chii-chan's body, dripping into\nthe sink." +520900 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Oh, this could make Chii-chan's naughty pickles. Come on,\nfeel more." +521000 ,,,,,1271010,,千恵,Chie,109_SC07_c_064.wav,chie,,0,,,,,,,,"Nngh... D-Daddy, when you do it with the cucumber, it gives\nme shivers... I really don't like it." +521100 ,,,,,1271010,,,,,,,,,,,,,,,The cucumber is getting wet with Chii-chan's love juices. +521200 ,,,,,1271010,,,,,,,,,,,,,,,"Hehe, it's starting to look delicious." +521300 ,,,,,1271010,,主人公,,,,,,,,,,,,,We need to get more juices on it. +521400 ,,,,,1271010,,千恵,Chie,109_SC07_c_065.wav,chie,,0,,,,,,,,"Haa, haa, ah, ahhh! Don't touch my pussy with the cucumber.\nHyan... ah, ah, ahhh...!" +521500 ,,,,,1271010,,主人公,,,,,,,,,,,,,"If I play with this, maybe another kind of juice will come\nout." +521600 ,,,,,1271010,,千恵,Chie,109_SC07_c_066.wav,chie,,0,,,,,,,,No... not Chii-chan's pee hole! Nyaaah... it feels all\ntingly. +521700 ,,,,,1271010,,千恵,Chie,109_SC07_c_067.wav,chie,,0,,,,,,,,"Nngh, hyaaa! Daddy, don't move the cucumber... haa, kuu...!" +521800 ,,,,,1271010,,主人公,,,,,,,,,,,,,I want to get more juices over here too... +521900 ,,,,,1271010,,千恵,Chie,109_SC07_c_068.wav,chie,,0,,,,,,,,"Haa, ahh... haun! Ahhhh! It hurts!" +522000 ,,,,,1271010,,,,,,,,,,,,,,,"When I move the cucumber up and down along Chii-chan's slit,\nher hips jerk as if trying to escape from the intense\nstimulation." +522100 ,,,,,1271010,,千恵,Chie,109_SC07_c_069.wav,chie,,0,,,,,,,,"It feels prickly... ahh, ahhh... ahhh!" +522200 ,,,,,1271010,,,,,,,,,,,,,,,Or maybe she's reacting because it feels good? +522300 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Oh, it's starting to make squishy sounds?" +522400 ,,,,,1271010,,千恵,Chie,109_SC07_c_070.wav,chie,,0,,,,,,,,That's not... agh... Chii-chan's pussy... the bumps... +522500 ,,,,,1271010,,千恵,Chie,109_SC07_c_071.wav,chie,,0,,,,,,,,Ahh... my pussy... it's getting grated. +522600 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Don't worry, your pussy is tougher than a cucumber." +522700 ,,,,,1271010,,,,,,,,,,,,,,,...I have no proof or certainty of that. +522800 ,,,,,1271010,,,,,,,,,,,,,,,"Still, Chii-chan seems to dislike it quite a bit." +522900 ,,,,,1271010,,,,,,,,,,,,,,,...Could it be that Chii-chan hates cucumbers!? +523000 ,,,,,1271010,,,,,,,,,,,,,,,"If that's the case, I'll make her like them." +523200 ,,,,,1271020,,千恵,Chie,109_SC07_c_072.wav,chie,,0,,,,,,,,"Huu! Nn, ahh! Haa, haaa! Not there! Nn, haa, it's feeling\ngood!" +523300 ,,,,,1271020,,,,,,,,,,,,,,,"When I tease Chii-chan's clitoris with the tip of the\ncucumber, it suddenly becomes slippery and smooth." +523400 ,,,,,1271020,,千恵,Chie,109_SC07_c_073.wav,chie,,0,,,,,,,,"Hyu! Fua, hia... it feels good... my pussy with the\ncucumber, it's so wet... haa... nngh!" +523500 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Chii-chan, your pussy is making naughty sounds... it's\nembarrassing, isn't it? Did the cucumber make you feel\nnaughty?" +523600 ,,,,,1271020,,千恵,Chie,109_SC07_c_074.wav,chie,,0,,,,,,,,"Cu-cucumber... it's tickling the good spot. Ah, nngh ah ah\nah...! Chii-chan is going to go crazy!" +523700 ,,,,,1271020,,,,,,,,,,,,,,,"I trace the tip of the cucumber over her pussy several\ntimes, rubbing the bump at the very top with the cucumber's\nbumps." +523800 ,,,,,1271020,,千恵,Chie,109_SC07_c_075.wav,chie,,0,,,,,,,,"Fua, nngh, aaaaaah...! My pussy... it's tingling...!" +523900 ,,,,,1271020,,主人公,,,,,,,,,,,,,"That's good, Chii-chan. But with just this amount of love\njuice, it's only at dressing level. You need to let out more\nand more." +524000 ,,,,,1271020,,千恵,Chie,109_SC07_c_076.wav,chie,,0,,,,,,,,"I can't... let out that much! Daddy... no more... Chii-chan,\nhaaaah... aaaaaah!" +524100 ,,,,,1271020,,,,,,,,,,,,,,,Hmm? What comes after 'no more... Chii-chan'? +524200 ,,,,,1271020,,,,,,,,,,,,,,,Could it be that Chii-chan is about to come? +524300 ,,,,,1271020,,主人公,,,,,,,,,,,,,Then I'll rub it even more for you. +524400 ,,,,,1271020,,千恵,Chie,109_SC07_c_077.wav,chie,,0,,,,,,,,"Ah, fua, hiaaah! That's not it..." +524500 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Oh, because of the bumps and the love juice, it's starting\nto foam up." +524600 ,,,,,1271020,,千恵,Chie,109_SC07_c_078.wav,chie,,0,,,,,,,,"...Ha, fuuuuu! Ahh, no, Chii-chan's twitching! I don't want\nit... haa, nngh!" +524700 ,,,,,1271020,,千恵,Chie,109_SC07_c_079.wav,chie,,0,,,,,,,,"Ah, fwaaah, hiaaaah...! Ah, ah, aaaaah! Daddy, the\ncucumber... no more!" +524800 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Look, scrub scrub scrub." +524900 ,,,,,1271020,,千恵,Chie,109_SC07_c_080.wav,chie,,0,,,,,,,,"Auuu!? Ha, auuuu! Agu... the bumps!?" +525000 ,,,,,1271020,,,,,,,,,,,,,,,I tickle her clitoris with the tip of the cucumber and rub\nher slit with the bumps. +525100 ,,,,,1271020,,千恵,Chie,109_SC07_c_081.wav,chie,,0,,,,,,,,"Ah, no, no, no, stop, stop! Chii-chan, with the cucumber...\nit feels so good! Aaaah... ahn! Uuuuuu!" +525200 ,,,,,1271020,,千恵,Chie,109_SC07_c_082.wav,chie,,0,,,,,,,,Nooo... it's coming! ...The good feeling is coming! Daddy! +525300 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Chii-chan's here is making the cucumber all slippery and\nwarm, it's starting to look delicious!" +525400 ,,,,,1271020,,,,,,,,,,,,,,,"Chii-chan looks anxious, her body twitching repeatedly." +525500 ,,,,,1271020,,,,,,,,,,,,,,,It seems like she's about to come. +525600 ,,,,,1271020,,,,,,,,,,,,,,,"I speed up my fingers moving the cucumber, intensifying the\nstimulation on her pussy by rubbing it." +525700 ,,,,,1271020,,千恵,Chie,109_SC07_c_083.wav,chie,,0,,,,,,,,"Hah, hah... fwaaah!? ...Uuunh! Chii-chan's pussy... so much\njuice is coming out!" +525800 ,,,,,1271020,,千恵,Chie,109_SC07_c_084.wav,chie,,0,,,,,,,,Nooo! I don't want it! I don't want to feel good! +525900 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Hey, Chii-chan? Don't struggle." +526000 ,,,,,1271020,,,,,,,,,,,,,,,"Her expression is dazed, but her body is moving as if trying\nto escape. What's going on?" +526100 ,,,,,1271020,,主人公,,,,,,,,,,,,,"You're so spoiled, Chii-chan." +526200 ,,,,,1271020,,主人公,,,,,,,,,,,,,"If you keep running away, I'll just put it in your pussy and\nmake it squishy." +526300 ,,,,,1271020,,,,,,,,,,,,,,,"I position the cucumber at her pussy, ready to insert it." +526400 ,,,,,1271020,,千恵,Chie,109_SC07_c_085.wav,chie,,0,,,,,,,,"No, nooo! Daddy, I don't want it! I don't need a cucumber!" +526500 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Oh, then we can make pickles inside Chii- chan. It feels\ngood and it's two birds with one stone." +526600 ,,,,,1271020,,千恵,Chie,109_SC07_c_086.wav,chie,,0,,,,,,,,"No, no, no... I don't want it in." +526700 ,,,,,1271020,,主人公,,,,,,,,,,,,,Don't be picky! I won't allow dislikes! Eat even what you\nhate! +526800 ,,,,,1271020,,千恵,Chie,109_SC07_c_087.wav,chie,,0,,,,,,,,Chii-chan doesn't hate cucumbers... +526900 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Okay, okay. But if it feels good inside your pussy, you'll\nend up loving cucumbers..." +527000 ,,,,,1271020,,,,,,,,,,,,,,,...Huh? +527100 ,,,,,1271020,,千恵,Chie,109_SC07_c_088.wav,chie,,0,,,,,,,,Uu... uah... ueeeh... uaaaaah! +527200 ,,,,,1271020,,主人公,,,,,,,,,,,,,Huh? What... Chii-chan? +527300 ,,,,,1271020,,千恵,Chie,109_SC07_c_089.wav,chie,,0,,,,,,,,Nooo...! I don't want a cucumber in my pussy! +527400 ,,,,,1271020,,主人公,,,,,,,,,,,,,Chii-chan? +527500 ,,,,,1271030,,千恵,Chie,109_SC07_c_090.wav,chie,,0,,,,,,,,Ueeeh... uah... hic... hic... +527600 ,,,,,1271030,,,,,,,,,,,,,,,"Tears are welling up in Chii-chan's eyes, about to spill\nover." +527700 ,,,,,1271030,,,,,,,,,,,,,,,...Huh? Is she really about to cry? +527800 ,,,,,1271030,,千恵,Chie,109_SC07_c_091.wav,chie,,0,,,,,,,,Chii-chan... made dinner for Daddy... +527900 ,,,,,1271030,,千恵,Chie,109_SC07_c_092.wav,chie,,0,,,,,,,,I don't want a cucumber in my pussy... +528000 ,,,,,1271030,,千恵,Chie,109_SC07_c_093.wav,chie,,0,,,,,,,,I don't want this anymore... ugh... ugh... +528200 ,,,,,1271030,,主人公,,,,,,,,,,,,,"S-Sorry, Chii-chan!" +528300 ,,,,,1271030,,千恵,Chie,109_SC07_c_094.wav,chie,,0,,,,,,,,"I hate you, Daddy~... I don't want to do naughty things with\ncucumbers anymore." +528400 ,,,,,1271030,,千恵,Chie,109_SC07_c_095.wav,chie,,0,,,,,,,,I don't want to make pickles with my pussy! +528500 ,,,,,1271030,,主人公,,,,,,,,,,,,,"Ahhh, sorry! I'm really sorry!" +528600 ,,,,,1271030,,主人公,,,,,,,,,,,,,"L-Look! I don't have the cucumber anymore! See, see!" +528700 ,,,,,1271030,,千恵,Chie,109_SC07_c_096.wav,chie,,0,,,,,,,,Uuuuu... I said I didn't want it! I said no! +528800 ,,,,,1271030,,,,,,,,,,,,,,,"Ahhh, what should I do! She's never cried like this before!" +528900 ,,,,,1271030,,千恵,Chie,109_SC07_c_097.wav,chie,,0,,,,,,,,I made dinner... Chii-chan's pussy... it's Daddy's because\nwe're married... so why are you trying to put a cucumber in\nit!? +529000 ,,,,,1271030,,主人公,,,,,,,,,,,,,S-Sorry... +529100 ,,,,,1271030,,,,,,,,,,,,,,,Ahh... this is completely my fault. +529200 ,,,,,1271030,,,,,,,,,,,,,,,"Even though she said no, I kept playing with her pussy...\nit's no wonder she hates me." +529300 ,,,,,1271030,,千恵,Chie,109_SC07_c_098.wav,chie,,0,,,,,,,,Uu... uuuuuuu +529400 ,,,,,1271030,,主人公,,,,,,,,,,,,,"I'm sorry, Chii-chan. I just got carried away." +529500 ,,,,,1271030,,千恵,Chie,109_SC07_c_099.wav,chie,,0,,,,,,,,...... +529600 ,,,,,1271030,,主人公,,,,,,,,,,,,,"Chii-chan is so cute, I just couldn't help but want to tease\nyou." +529700 ,,,,,1271030,,千恵,Chie,109_SC07_c_100.wav,chie,,0,,,,,,,,...... +529800 ,,,,,1271030,,主人公,,,,,,,,,,,,,I was really happy you made dinner for me... and I just got\ncarried away... +529900 ,,,,,1271030,,,,,,,,,,,,,,,Chii-chan puffs out her cheeks. +530000 ,,,,,1271030,,千恵,Chie,109_SC07_c_101.wav,chie,,0,,,,,,,,...When you find someone cute and you're happy... does it\nmake you want to tease them? +530100 ,,,,,1271030,,主人公,,,,,,,,,,,,,"Y-Yeah, yeah! That's how it is! That's how boys are!" +530200 ,,,,,1271030,,千恵,Chie,109_SC07_c_102.wav,chie,,0,,,,,,,,Really? +530300 ,,,,,1271030,,主人公,,,,,,,,,,,,,Yeah! Don't boys tease the popular or cute girls? +530400 ,,,,,1271030,,千恵,Chie,109_SC07_c_103.wav,chie,,0,,,,,,,,...Maybe so. +530500 ,,,,,1271030,,主人公,,,,,,,,,,,,,"See, see! That's why Daddy got carried away too." +530600 ,,,,,1271030,,千恵,Chie,109_SC07_c_104.wav,chie,,0,,,,,,,,...... +530700 ,,,,,1271030,,,,,,,,,,,,,,,Chii-chan furrows her brows as if she's thinking... +530800 ,,,,,1271030,,千恵,Chie,109_SC07_c_105.wav,chie,,0,,,,,,,,You won't do it again? +530900 ,,,,,1271030,,主人公,,,,,,,,,,,,,"Yeah, I won't do it again." +531000 ,,,,,1271030,,千恵,Chie,109_SC07_c_106.wav,chie,,0,,,,,,,,Will you eat Chii-chan's dinner? +531100 ,,,,,1271030,,主人公,,,,,,,,,,,,,Of course! +531200 ,,,,,1271030,,千恵,Chie,109_SC07_c_107.wav,chie,,0,,,,,,,,...Then... it's okay. +531300 ,,,,,1271030,,主人公,,,,,,,,,,,,,"Ah, thank you! Chii-chan." +531400 ,,,,,1271030,,主人公,,,,,,,,,,,,,"But Chii-chan, stopping here feels incomplete... is it okay\nif we do it with my dick instead?" +531500 ,,,,,1271030,,千恵,Chie,109_SC07_c_108.wav,chie,,0,,,,,,,,Geez... Daddy is such a pervert. +531600 ,,,,,1271030,,主人公,,,,,,,,,,,,,Then! Can I do it? +531700 ,,,,,1271030,,千恵,Chie,109_SC07_c_109.wav,chie,,0,,,,,,,,"Yeah, but only if it's with your dick, okay?" +531800 ,,,,,1271030,,主人公,,,,,,,,,,,,,Yeah! Yeah! +531900 ,,,,,1271030,,,,,,,,,,,,,,,Great! I've been forgiven! And I can continue the fun! +532000 ,,,,,1271030,,主人公,,,,,,,,,,,,,"Then, I'll put it in, okay?" +532100 ,,,,,1271030,,千恵,Chie,109_SC07_c_110.wav,chie,,0,,,,,,,,Yeah. +532300 ,,,,,1271040,,千恵,Chie,109_SC07_c_111.wav,chie,,0,,,,,,,,"Ah... ugh, ahh... kuh, fu... nnngh!" +532400 ,,,,,1271040,,,,,,,,,,,,,,,"As I slowly bury my cock into her pussy, Chii-chan's body\ntrembles greatly." +532500 ,,,,,1271040,,千恵,Chie,109_SC07_c_112.wav,chie,,0,,,,,,,,"Nn... ha, as I thought... it's better than a cucumber, ha...\nnn... Daddy's dick is better... fuh..." +532600 ,,,,,1271040,,,,,,,,,,,,,,,"It seems she's serious, as her expression is dazed." +532700 ,,,,,1271040,,千恵,Chie,109_SC07_c_113.wav,chie,,0,,,,,,,,Ah... Daddy's dick... it's warm. +532800 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Ugh, oh! Inside Chii-chan... it's wriggling and feels so\ngood." +532900 ,,,,,1271040,,千恵,Chie,109_SC07_c_114.wav,chie,,0,,,,,,,,"Inside Chii-chan's pussy, it's twitching... amazing... it's\ndifferent from a cucumber." +533000 ,,,,,1271040,,,,,,,,,,,,,,,"Hmm, I might have made her dislike cucumbers." +533100 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Then, I'll move." +533200 ,,,,,1271040,,千恵,Chie,109_SC07_c_115.wav,chie,,0,,,,,,,,Yeah... it's okay. +533300 ,,,,,1271040,,,,,,,,,,,,,,,"As I slowly move my hips a little, Chii- chan's body\nshivers." +533400 ,,,,,1271040,,千恵,Chie,109_SC07_c_116.wav,chie,,0,,,,,,,,"Ahh... hiyuu, Daddy, ah... nnngh! Hiu... kuuu...!" +533500 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Sorry, Chii-chan. I'll make you feel really good as an\napology." +533600 ,,,,,1271040,,千恵,Chie,109_SC07_c_117.wav,chie,,0,,,,,,,,"No more using cucumbers, okay?" +533700 ,,,,,1271040,,主人公,,,,,,,,,,,,,Of course... here. +533800 ,,,,,1271040,,千恵,Chie,109_SC07_c_118.wav,chie,,0,,,,,,,,"Kyaa! Don't pinch my nipples like that... ah, nn, aaaaaah!" +533900 ,,,,,1271040,,千恵,Chie,109_SC07_c_119.wav,chie,,0,,,,,,,,My boobs... nn... they're getting all tingly. +534000 ,,,,,1271040,,,,,,,,,,,,,,,"As I rub Chii-chan's nipples with my fingertips, they perk\nup as if asking for more attention." +534100 ,,,,,1271040,,千恵,Chie,109_SC07_c_120.wav,chie,,0,,,,,,,,"Ah, nnku, hiii! Ahh! Chii-chan's boobs... it feels like\nthey're being tickled. Ah, aaah... aaauuu!" +534200 ,,,,,1271040,,千恵,Chie,109_SC07_c_121.wav,chie,,0,,,,,,,,"If you keep doing that to just the tips, they'll twitch...\nit feels like milk might come out!" +534300 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Oh, that sounds nice. If it comes out, Daddy will drink it\nup... gulp gulp. I bet it'll be delicious." +534400 ,,,,,1271040,,,,,,,,,,,,,,,"...Oops, I just got scolded for trying to pickle with Chii-\nchan's pussy earlier." +534500 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Well, you haven't started your period yet anyway." +534600 ,,,,,1271040,,千恵,Chie,109_SC07_c_122.wav,chie,,0,,,,,,,,"But my boobs are all perky! Hiu! Ah, hia... it feels good." +534700 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Then, Chii-chan, I'll play with this too." +534800 ,,,,,1271040,,,,,,,,,,,,,,,"I lightly pressed my nail against the clitoris, just above\nthe hole where my cock was inserted." +534900 ,,,,,1271040,,千恵,Chie,109_SC07_c_123.wav,chie,,0,,,,,,,,"Nnngh!? Ha, auuu! Ahhh... ah, uuuun! The stimulation is too\nstrong!" +535000 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Oh! Chii-chan's pussy! It's getting all slippery at once, it\nfeels amazing!" +535100 ,,,,,1271040,,千恵,Chie,109_SC07_c_124.wav,chie,,0,,,,,,,,"Daddy... that's no good... it's too much pleasure, if you\nmove your cock while doing that... haaaan... ah! Uuuu!" +535200 ,,,,,1271040,,主人公,,,,,,,,,,,,,"No good? I see... I wouldn't want you to cry like with the\ncucumber, should I stop here?" +535300 ,,,,,1271040,,千恵,Chie,109_SC07_c_125.wav,chie,,0,,,,,,,,Ehh? N-no... it's no good but... it's not the bad kind of no\ngood... +535400 ,,,,,1271040,,千恵,Chie,109_SC07_c_126.wav,chie,,0,,,,,,,,"Ah! You're mean, Daddy... ah, ah, hia, aaaaaah!" +535500 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Then I'll keep going like this, okay?" +535600 ,,,,,1271040,,千恵,Chie,109_SC07_c_127.wav,chie,,0,,,,,,,,"Ahh, yes! Uuuh! Hya! Haa! Keep going, Daddy! Make Chii-\nchan's pussy all wet, touch my clitoris, nyaaah!" +535800 ,,,,,1271050,,主人公,,,,,,,,,,,,,"Then, let's peel it back..." +535900 ,,,,,1271050,,千恵,Chie,109_SC07_c_128.wav,chie,,0,,,,,,,,Aaaaah! Hyann! If you rub it like that... noooo! +536000 ,,,,,1271050,,千恵,Chie,109_SC07_c_129.wav,chie,,0,,,,,,,,"D-Daddy... but more, ahh! Ahh...! Ku, ah... kufuu! Nn, uuuu!" +536100 ,,,,,1271050,,,,,,,,,,,,,,,"From Chii-chan's pussy, lewd wet sounds can be heard." +536200 ,,,,,1271050,,主人公,,,,,,,,,,,,,"What a sound, it's a good thing we're at the sink... it's\nsoaking wet." +536300 ,,,,,1271050,,千恵,Chie,109_SC07_c_130.wav,chie,,0,,,,,,,,I'm sorry... but... it's because Daddy is making Chii-chan\nfeel good. +536400 ,,,,,1271050,,,,,,,,,,,,,,,"When I touch her clitoris, Chii-chan shows an entranced\nexpression and her body trembles." +536500 ,,,,,1271050,,千恵,Chie,109_SC07_c_131.wav,chie,,0,,,,,,,,"Higu, aaaaaah! Ah, ahh! Daddy... auuu...! Ahh! Fuyaaah!\nAaaah!" +536600 ,,,,,1271050,,千恵,Chie,109_SC07_c_132.wav,chie,,0,,,,,,,,"You know, ahh...! Chii-chan, hiyuuu! Nn! Nnn! Ah, ahh!" +536700 ,,,,,1271050,,主人公,,,,,,,,,,,,,What's wrong? Go ahead and tell me the rest. +536800 ,,,,,1271050,,千恵,Chie,109_SC07_c_133.wav,chie,,0,,,,,,,,"Becoming Daddy's... bride... I'm glad. I love... Daddy,\nChii-chan loves you so much... fuaaaaah." +536900 ,,,,,1271050,,主人公,,,,,,,,,,,,,"You're saying such cute things...! If you say that, Daddy\ncan't hold back!" +537000 ,,,,,1271050,,千恵,Chie,109_SC07_c_134.wav,chie,,0,,,,,,,,"Higu...? Ah, ahh! Hyuuu! ...Your cock! Ah, auuu! It's going\nin so deep!" +537100 ,,,,,1271050,,千恵,Chie,109_SC07_c_135.wav,chie,,0,,,,,,,,"Chii-chan! Chii-chan loves Daddy too... fuaaaaah! Ah, ah,\nah, ah! Fuyaaah..." +537200 ,,,,,1271050,,,,,,,,,,,,,,,"With wet sounds rubbing against her pussy, I repeatedly\nattack Chii-chan's weak spots." +537300 ,,,,,1271050,,千恵,Chie,109_SC07_c_136.wav,chie,,0,,,,,,,,"Ah, ah, ah! Auuu! Chii-chan... it feels so good... I can't\ntake it anymore!" +537400 ,,,,,1271050,,主人公,,,,,,,,,,,,,"Yeah! I thought so! You're about to cum, aren't you!" +537500 ,,,,,1271050,,,,,,,,,,,,,,,"The moisture is getting stronger, and the inside of her\npussy is loosening up and becoming creamy." +537600 ,,,,,1271050,,,,,,,,,,,,,,,"Yet, it suddenly spasms." +537700 ,,,,,1271050,,千恵,Chie,109_SC07_c_137.wav,chie,,0,,,,,,,,"Uuu, yeah! ...Nfuu! Nnnnn! Chii-chan, uuuun! I'm about to\ncum! Fwaaaaah!" +537800 ,,,,,1271050,,千恵,Chie,109_SC07_c_138.wav,chie,,0,,,,,,,,"Aaaah, fuaah! Chii-chan's pussy! It's squeezing, and it\nfeels so incredibly good!" +537900 ,,,,,1271050,,主人公,,,,,,,,,,,,,"Yeah, Daddy's cock! It's being squeezed by Chii-chan!" +538000 ,,,,,1271050,,,,,,,,,,,,,,,"Chii-chan's expression is dazed, occasionally drooling and\nshedding tears." +538100 ,,,,,1271050,,,,,,,,,,,,,,,It must feel really good. +538200 ,,,,,1271050,,千恵,Chie,109_SC07_c_139.wav,chie,,0,,,,,,,,Daddy... I love you? Can you squeeze me more? +538300 ,,,,,1271050,,主人公,,,,,,,,,,,,,"Of course I will, Daddy loves Chii-chan so much." +538400 ,,,,,1271050,,,,,,,,,,,,,,,"I hug Chii-chan's body tightly. As a result, my cock goes\neven deeper." +538500 ,,,,,1271050,,千恵,Chie,109_SC07_c_140.wav,chie,,0,,,,,,,,Higuu!! Deep inside! +538600 ,,,,,1271050,,主人公,,,,,,,,,,,,,Ohhh! Such a tight squeeze! +538700 ,,,,,1271050,,,,,,,,,,,,,,,"Chii-chan seems to be reaching her limit, her pussy\nsqueezing repeatedly, and I'm getting close to climaxing\ntoo." +538800 ,,,,,1271050,,,,,,,,,,,,,,,"It's hard to move because of the tightness, but I thrust\ninto her pussy without holding back." +538900 ,,,,,1271050,,千恵,Chie,109_SC07_c_141.wav,chie,,0,,,,,,,,Ahh! It feels so good! Having my pussy probed feels so good! +539000 ,,,,,1271050,,千恵,Chie,109_SC07_c_142.wav,chie,,0,,,,,,,,"Afu! Nnnnn, ah, Chii-chan is going to cum! Chii-chan... nn!\nDaddy...!" +539100 ,,,,,1271050,,主人公,,,,,,,,,,,,,"Ah, ahh! Daddy too! Fhaaaaa, Daddy can't stop feeling so\ngood either!" +539200 ,,,,,1271050,,千恵,Chie,109_SC07_c_143.wav,chie,,0,,,,,,,,"...Daddy! Daddy! Chii-chan, already... already!" +539300 ,,,,,1271050,,,,,,,,,,,,,,,"I move my hips back and forth with all my strength, seeking\npleasure ravenously." +539400 ,,,,,1271050,,,,,,,,,,,,,,,"If I slip out of her pussy and hit somewhere else, my cock\nmight break." +539500 ,,,,,1271050,,,,,,,,,,,,,,,That's how hard I'm thrusting! +539600 ,,,,,1271050,,千恵,Chie,109_SC07_c_144.wav,chie,,0,,,,,,,,"Fuaaah! Nn! Hia, fuaah! Nku! Fu... nnn! Ah, ahhh! I'm\ncumming, I'm cumming!!" +539700 ,,,,,1271050,,千恵,Chie,109_SC07_c_145.wav,chie,,0,,,,,,,,"I can't... I can't take it anymore! Nku! Fu, fuaaaah!" +539800 ,,,,,1271050,,主人公,,,,,,,,,,,,,"Ah, Chii-chan! Me too! Daddy's going to cum!" +539900 ,,,,,1271050,,,,,,,,,,,,,,,"And for the final blow, I pinch her clitoris tightly." +540000 ,,,,,1271050,,千恵,Chie,109_SC07_c_146.wav,chie,,0,,,,,,,,"Hiiu!? Fuaaah! Aaaaah, hah, no... I'm cumming...! Ah, ah,\nDaddy!" +540100 ,,,,,1271050,,主人公,,,,,,,,,,,,,Kuuu~~~~~~! I'm at my limit! +540200 ,,,,,1271050,,千恵,Chie,109_SC07_c_147.wav,chie,,0,,,,,,,,"Ah! Ah! Ah! Daddy! Daddy, Daddy! Daddyyyyy!" +540300 ,,,,,1271050,,主人公,,,,,,,,,,,,,"Ha, ahh ahh! Chii-chan! Chii-chan! Daddy's going to cum now!\nNnnnnn~~!" +540400 ,,,,,1271050,,千恵,Chie,109_SC07_c_148.wav,chie,,0,,,,,,,,P-please! Inside Chii-chan! Daddy! +540500 ,,,,,1271050,,主人公,,,,,,,,,,,,,I-I got it. +540600 ,$menu_begin,,,,1271050,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_1a",,,,1271050,,,,,,,,,,,,,,,■@ Cum inside +↓,"$menu_item 1,Finish outside,sel_1b",,,,1271050,,,,,,,,,,,,,,,■A Cum outside +↓,$menu_end,,,,1271050,,,,,,,,,,,,,,, +540700 ,*sel_1a,,,,1271050,,,,,,,,,,,,,,,■@ Cum inside +540800 ,,,,,1271050,,,,,,,,,,,,,,,Alright then! I'll release it all inside Chii-chan's pussy! +540900 ,,,,,1271050,,主人公,,,,,,,,,,,,,You haven't had your period yet! I'll keep cumming inside\nfrom now on! +541000 ,,,,,1271050,,千恵,Chie,109_SC07_c_149.wav,chie,,0,,,,,,,,"Yes! Cum inside! Fhaaaaaa! Ah, ngu! Inside Chii-chan!" +541100 ,,,,,1271050,,,,,,,,,,,,,,,"A longing rises in my hips. To make it explode, I move my\ncock vigorously." +541200 ,,,,,1271050,,千恵,Chie,109_SC07_c_150.wav,chie,,0,,,,,,,,"Higu!? Fua! Aha! Haa! M-make me cum, Daddy!" +541300 ,,,,,1271050,,,,,,,,,,,,,,,"I slam my hips against Chii-chan's butt, making a dry sound\necho repeatedly as if spanking her." +541400 ,,,,,1271050,,千恵,Chie,109_SC07_c_151.wav,chie,,0,,,,,,,,"Hia, ah, aaaaah! Deep inside my pussy... with your cock\ninside! Nhaaaaaaah!" +541500 ,,,,,1271050,,主人公,,,,,,,,,,,,,"I'm cumming, Chii-chan! Stirring deep inside your pussy...\nDaddy's cumming too!" +541600 ,,,,,1271050,,千恵,Chie,109_SC07_c_152.wav,chie,,0,,,,,,,,Yes... I'm cumming... cumming!! +541700 ,,,,,1271050,,,,,,,,,,,,,,,"I roughly pull Chii-chan's body closer and stimulate deep\ninside her pussy with my cock repeatedly, making it tighten\nintensely." +541800 ,,,,,1271050,,,,,,,,,,,,,,,"Chii-chan bends and stretches her legs repeatedly as if\nkicking the air, and with a particularly large shiver, she\narches her body." +541900 ,,,,,1271050,,千恵,Chie,109_SC07_c_153.wav,chie,,0,,,,,,,,I'm... cumming! ...Nngh! Hyann! Ahhh... ah! Haaaaaaaah! +542000 ,,,,,1271050,,主人公,,,,,,,,,,,,,Chii-chan! Chii-chan! Uwaaaaaah! +542100 ,,,,,1271050,,,,,,,,,,,,,,,"My cock jerks up, releasing all the semen stored in my\nballs." +542200 ,,,,,1271050,,千恵,Chie,109_SC07_c_154.wav,chie,,0,,,,,,,,Nnnngh! Fwaaaaaaaaah! +542400 ,,,,,1271060,,,,,,,,,,,,,,,――Sploosh! Splat! +542500 ,,,,,1271060,,千恵,Chie,109_SC07_c_155.wav,chie,,0,,,,,,,,"Ahhh! Fwa, inside Chii-chan! It's overflowing!\nFyaaaaaaaaaah!" +542600 ,,,,,1271060,,,,,,,,,,,,,,,"While pouring inside Chii-chan, my cock thrashes wildly\nwithin her vagina." +542700 ,,,,,1271060,,千恵,Chie,109_SC07_c_156.wav,chie,,0,,,,,,,,Higu!? Auuuuuu! +542800 ,,,,,1271060,,主人公,,,,,,,,,,,,,Guhhh! The pussy's grip is intense! +542900 ,,,,,1271060,,,,,,,,,,,,,,,"The large amount of semen gushes out, overflowing from her\npussy." +543000 ,,,,,1271060,,,,,,,,,,,,,,,...I really released an incredible amount. +543100 ,,,,,1271060,,千恵,Chie,109_SC07_c_157.wav,chie,,0,,,,,,,,"Ah, ah, ahhh...! The semen... Daddy's semen... is leaking\nout..." +543200 ,,,,,1271060,,主人公,,,,,,,,,,,,,"Phew! Don't worry about it, Chii-chan... Daddy went a bit\noverboard..." +543300 ,,,,,1271060,,千恵,Chie,109_SC07_c_158.wav,chie,,0,,,,,,,,Haa haa... It's amazing... Daddy. Chii- chan's tummy is\nfull... +543400 ,,,,,1271060,,主人公,,,,,,,,,,,,,"Huff, huff... Alright, I'll pull out now, okay?" +543500 ,,,,,1271060,,千恵,Chie,109_SC07_c_159.wav,chie,,0,,,,,,,,Y-yeah. +543700 ,,,,,1271070,,,,,,,,,,,,,,,――Splish splish splish splish +543800 ,,,,,1271070,,千恵,Chie,109_SC07_c_160.wav,chie,,0,,,,,,,,Ah!? Inside my vagina... it's being filled with semen... +543900 ,,,,,1271070,,主人公,,,,,,,,,,,,,Wow... that's a lot. +544000 ,,,,,1271070,,,,,,,,,,,,,,,"The semen that flowed out from Chii-chan's pussy dripped\ninto the sink, forming a jelly- like puddle." +544100 ,,,,,1271070,,千恵,Chie,109_SC07_c_161.wav,chie,,0,,,,,,,,"Haa... haa... ah, nngh... it won't stop... so much is coming\nout." +544200 ,,,,,1271070,,主人公,,,,,,,,,,,,,"Oh dear... you're letting so much drip from your pussy, it's\nembarrassing, isn't it, Chii-chan?" +544300 ,,,,,1271070,,千恵,Chie,109_SC07_c_162.wav,chie,,0,,,,,,,,Geez! Haa... nngh... it's because Daddy released it... hngh! +544400 ,,,,,1271070,,主人公,,,,,,,,,,,,,"Haha, that's right." +544500 ,$go join_1,,,,,,,,,,,,,,,,,,, +544600 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ARelease outside +544700 ,,,,,1271050,,,,,,,,,,,,,,,Alright then! I'll cover Chii-chan with it! +544800 ,,,,,1271050,,主人公,,,,,,,,,,,,,I'm going to dirty Chii-chan with Daddy's semen! I'll color\nyou with Daddy's sperm! +544900 ,,,,,1271050,,千恵,Chie,109_SC07_c_163.wav,chie,,0,,,,,,,,"Yeah! Cover me! Fuhahhhh! Ah, nguh! Cover Chii-chan with\nsemen!" +545000 ,,,,,1271050,,,,,,,,,,,,,,,"A longing rises in my hips. To make it explode, I move my\ncock vigorously." +545100 ,,,,,1271050,,千恵,Chie,109_SC07_c_164.wav,chie,,0,,,,,,,,"Higu!? Fuah! Ahah! Haa! M-make me come, Daddy!" +545200 ,,,,,1271050,,,,,,,,,,,,,,,"I slam my hips against Chii-chan's butt, making a dry sound\necho repeatedly as if spanking her." +545300 ,,,,,1271050,,千恵,Chie,109_SC07_c_165.wav,chie,,0,,,,,,,,"Hia, ah, ahhh! Deep inside my pussy... with your cock\ninside! Nhaaaa!" +545400 ,,,,,1271050,,主人公,,,,,,,,,,,,,"I'm coming, Chii-chan! While stirring deep inside your\npussy... Daddy's going to come too!" +545500 ,,,,,1271050,,千恵,Chie,109_SC07_c_166.wav,chie,,0,,,,,,,,Yeah... I'm coming... I'm coming!! +545600 ,,,,,1271050,,,,,,,,,,,,,,,"I roughly pull Chii-chan's body close and stimulate deep\ninside her pussy with my cock repeatedly, making it tighten\nintensely." +545700 ,,,,,1271050,,,,,,,,,,,,,,,"Then Chii-chan bends and stretches her legs as if kicking\nthe air, trembling greatly and arching her body." +545800 ,,,,,1271050,,千恵,Chie,109_SC07_c_167.wav,chie,,0,,,,,,,,Ugh... I'm coming! ...Nngh! Hyann! Ahhh... ahn! Haaaaaaa! +545900 ,,,,,1271050,,主人公,,,,,,,,,,,,,Chii-chan! Chii-chan! Kuahhhhh! +546000 ,,,,,1271050,,,,,,,,,,,,,,,"I pull out my cock, and it bounces up, releasing all the\nsemen stored in my balls." +546100 ,,,,,1271050,,千恵,Chie,109_SC07_c_168.wav,chie,,0,,,,,,,,Nngh! Fwaaaaaa! +546300 ,,,,,1271071,,,,,,,,,,,,,,,――Sploosh! Sploosh! Sploosh! +546400 ,,,,,1271071,,千恵,Chie,109_SC07_c_169.wav,chie,,0,,,,,,,,Ahhh! It's hot! My whole body feels like it's burning!\nFyaaaaaaaa! +546500 ,,,,,1271071,,,,,,,,,,,,,,,"On top of Chii-chan's body, my cock thrashes around like a\nhose spraying water, repeatedly ejaculating sperm." +546600 ,,,,,1271071,,千恵,Chie,109_SC07_c_170.wav,chie,,0,,,,,,,,Abu! Aguu... it's all over me! Hiiig!? Auuu! +546700 ,,,,,1271071,,主人公,,,,,,,,,,,,,O-ohhh! It's still coming out! +546800 ,,,,,1271071,,,,,,,,,,,,,,,Is my cock broken!? +546900 ,,,,,1271071,,,,,,,,,,,,,,,"A massive amount of semen gushes out, turning Chii-chan\ncompletely white." +547000 ,,,,,1271071,,,,,,,,,,,,,,,...I can't believe I released such an incredible amount. +547100 ,,,,,1271071,,千恵,Chie,109_SC07_c_171.wav,chie,,0,,,,,,,,"Ah, ah, ahhh...! Semen... Daddy's semen... made Chii-chan\nall white..." +547200 ,,,,,1271071,,主人公,,,,,,,,,,,,,Phew! It's true... Chii-chan turned the color of sperm. +547300 ,,,,,1271071,,千恵,Chie,109_SC07_c_172.wav,chie,,0,,,,,,,,Haa haa... Daddy. Both Chii-chan and the apron are all\nsticky... I don't know if I can cook... +547400 ,,,,,1271071,,主人公,,,,,,,,,,,,,It's okay... I'll eat anything Chii-chan makes. There will\nbe plenty of chances for you to cook again. +547500 ,,,,,1271071,,千恵,Chie,109_SC07_c_173.wav,chie,,0,,,,,,,,"Yeah... I love you, Daddy." +547600 ,,,,,1271071,,,,,,,,,,,,,,,――Drip... Drip... Drip +547700 ,,,,,1271071,,千恵,Chie,109_SC07_c_174.wav,chie,,0,,,,,,,,Ahh!? The semen is trickling down my body... it tickles...\nit's like Daddy is caressing me... +547800 ,,,,,1271071,,主人公,,,,,,,,,,,,,Ahaha... it's like the semen is caressing you. +547900 ,,,,,1271071,,,,,,,,,,,,,,,"The semen trickling down Chii-chan's body dripped into the\nsink, forming a jelly-like puddle." +548000 ,,,,,1271071,,千恵,Chie,109_SC07_c_175.wav,chie,,0,,,,,,,,Haa... haa... hehe... it feels good... +548100 ,,,,,1271071,,主人公,,,,,,,,,,,,,Daddy felt good too... +548200 ,,,,,1271071,,千恵,Chie,109_SC07_c_176.wav,chie,,0,,,,,,,,"I'm glad... Daddy... it's better that we didn't use the\ncucumber, right?" +548300 ,,,,,1271071,,主人公,,,,,,,,,,,,,"Ahaha, yeah, that's right." +548400 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +548500 ,$event_return,,,,,,,,,,,,,,,,,,, +548700 ,,,8,112,,,,,,,,,,,,,,,,"After that, we ate the breakfast Chii-chan made and cleaned\nup the room." +548800 ,,,,,,,,,,,,,,,,,,,,"Before we knew it, it was time for Chii-chan to go home." +548900 ,,,,,,,,,,,,,,,,,,,,"But strangely, I didn't feel any sense of longing." +549000 ,,,,,,,千恵,Chie,109_SC07_c_177.wav,"chie,private",,0,,,,,,,,"So, Daddy, what are you going to do now?" +549100 ,,,,,,,主人公,,,chie,,0,,,,,,,,"Hmm, I want to find a way to live with Chii- chan somehow." +549200 ,,,,,,,千恵,Chie,109_SC07_c_178.wav,chie,,1,,,,,,,,Yeah! +549300 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Ideally, it would be best if I could marry Chii-chan, but\nthat's impossible." +549400 ,,,,,,,千恵,Chie,109_SC07_c_179.wav,chie,,21,,,,,,,,"Then, Daddy should marry Mommy, right?" +549500 ,,,,,,,主人公,,,chie,,21,,,,,,,,I guess that's the only option... hmm. +549600 ,,,,,,,主人公,,,chie,,21,,,,,,,,"Chii-chan, won't you be jealous of Mommy?" +549700 ,,,,,,,千恵,Chie,109_SC07_c_180.wav,chie,,3,,,,,,,,Why? +549800 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Because Daddy is Chii-chan's groom, right? And now he'll\nalso be Mommy's groom." +549900 ,,,,,,,千恵,Chie,109_SC07_c_181.wav,chie,,23,,,,,,,,...? +550000 ,,,,,,,千恵,Chie,109_SC07_c_182.wav,"chieL,private",,21,,,,,,,,"Chii-chan is fine with Daddy being Daddy and also being my\ngroom, and even if he becomes Mommy's groom, it's totally\nokay." +550100 ,,,,,,,主人公,,,chieL,,21,,,,,,,,...Hmm? Daddy is Daddy and the groom... and Mommy's groom... +550200 ,,,,,,,主人公,,,chieL,,21,,,,,,,,"Nope, I'm getting confused." +550300 ,,,,,,,千恵,Chie,109_SC07_c_183.wav,chieL,,1,,,,,,,,Well... Chii-chan is happy just being with Mommy and Daddy. +550400 ,,,,,,,主人公,,,chieL,,1,,,,,,,,That's simple. +550500 ,,,,,,,,,,chieL,,1,,,,,,,,"Well, maybe it's better to keep things that simple." +550600 ,,,,,,,,,,chieL,,1,,,,,,,,"Yes, complicated things don't matter." +550700 ,,,,,,,,,,chieL,,1,,,,,,,,"From now on, I'll just look for a way to always be with\nChii-chan, no matter what form it takes." +550800 ,,,,,,,,,,chieL,,1,,,,,,,,"It might be a twisted relationship, or it might become a\nproper one, I don't know." +550900 ,,,,,,,,,,chieL,,1,,,,,,,,"But we'll always, always be together." +551000 ,,,,,,,,,,chieL,,1,,,,,,,,"That wedding was just a toy ring, held at a candy store,\nreally trivial, but the feelings were real." +551100 ,,,,,,,,,,chieL,,1,,,,,,,,Somehow sick... not a healthy relationship at all... but I\nvow to stay by Chii-chan's side. +551200 ,,,0,9000,,,,,,,,,,,,,,,, +551400 ,@110_SE00,,,,,,,,,,,,,,,,,,, +551600 ,,,7,11,,,,,,,,,,,,,,,,A few months have passed since then. +551700 ,,,,,,,,,,,,,,,,,,,,"In the end, I really became Chii-chan's father as promised." +551800 ,,,,,,,,,,,,,,,,,,,,I had a small wedding-like ceremony with Chii-chan's mother\nand told our parents about it. +551900 ,,,,,,,,,,,,,,,,,,,,"If you ask if I love her, well, I guess I do." +552000 ,,,,,,,,,,,,,,,,,,,,"But still, my goal was to become Chii-chan's father rather\nthan marrying her." +552100 ,,,,,,,,,,,,,,,,,,,,"Even so, I think I'm happy, and it seems she feels the same\nway." +552300 ,,"",,21,,,千恵,Chie,110_SE00_c_000.wav,"chie,privateB",,1,,,,,,,,"Daddy, I'm home!" +552400 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Welcome back, Chii-chan. Did you study properly?" +552500 ,,,,,,,千恵,Chie,110_SE00_c_001.wav,chie,,38,,,,,,,,Y-Yeah... probably. +552600 ,,,,,,,主人公,,,chie,,38,,,,,,,,Even though you left your homework and textbooks on the\ndesk? +552700 ,,,,,,,千恵,Chie,110_SE00_c_002.wav,chie,,4,,,,,,,,"Huh!? D-Daddy, did you look at Chii-chan's desk...?" +552800 ,,,,,,,主人公,,,chie,,4,,,,,,,,I did. +552900 ,,,,,,,千恵,Chie,110_SE00_c_003.wav,chie,,10,,,,,,,,P-Privacy? That's an invasion! Why would you do that? +553000 ,,,,,,,主人公,,,chie,,10,,,,,,,,"Well, the store's ramune was missing, so I thought it might\nbe Chii-chan." +553100 ,,,,,,,千恵,Chie,110_SE00_c_004.wav,chie,,24,,,,,,,,Uh... Chii-chan doesn't know anything about that~? +553200 ,,,,,,,主人公,,,chie,,24,,,,,,,,Hey! Lying is...? +553300 ,,,,,,,千恵,Chie,110_SE00_c_005.wav,chie,,34,,,,,,,,"I-It's not allowed. I'm sorry, Daddy, I took one." +553400 ,,,,,,,主人公,,,chie,,34,,,,,,,,"Well, since you apologized honestly, I'll let it go this\ntime." +553500 ,,,,,,,千恵,Chie,110_SE00_c_006.wav,chie,,1,,,,,,,,"T-Thank you, Daddy~" +553600 ,,,,,,,主人公,,,chie,,1,,,,,,,,But forgetting your homework isn't good. How about no snacks\ntoday? +553700 ,,,,,,,千恵,Chie,110_SE00_c_007.wav,chie,,30,,,,,,,,"D-Daddy, you're a meanie!" +553900 ,,"",,11,,,,,,,,,,,,,,,,"In the end, Chii-chan and her mother ended up living in my\nhouse." +554000 ,,,,,,,,,,,,,,,,,,,,"For a family of three, this house is enough." +554100 ,,,,,,,,,,,,,,,,,,,,"However, it's quite difficult to support a family of three\nwith just a candy store, so her mother continues to work." +554200 ,,,,,,,,,,,,,,,,,,,,"For her, having someone to keep Chii-chan from feeling\nlonely is quite a relief." +554300 ,,,,,,,,,,,,,,,,,,,,"Well, I would never let her feel lonely. Even now, and when\nshe's at school, Chii-chan must feel my presence." +554500 ,,"",,21,,,主人公,,,,,,,,,,,,,"So, Chii-chan, shall we take out what we put in this\nmorning?" +554600 ,,,,,,,千恵,Chie,110_SE00_c_008.wav,chie,,26,,,,,,,,"Ah... finally, I can take it out..." +554700 ,,,,,,,,,,chie,,26,,,,,,,,Chii-chan wiggled her butt slightly and let out a small\nsigh. +554800 ,,,,,,,,,,chie,,26,,,,,,,,"Now, what exactly was I having her do?" +554900 ,,,,,,,主人公,,,chie,,26,,,,,,,,"Alright, shall we head to the room?" +555000 ,,,,,,,千恵,Chie,110_SE00_c_009.wav,chie,,2,,,,,,,,Yeah. +555200 ,,,9,,1400000,,,,,,,,,,,,,,, +555300 ,*mem,,,,1400000,,,,,,,,,,,,,,, +555400 ,,,9,,1400000,,主人公,,,,,,,,,,,,,"Are you okay? It didn't hurt, did it?" +555500 ,,,,,1400000,,千恵,Chie,110_SE00_c_010.wav,chie,,0,,,,,,,,"Yeah, I'm fine. It didn't bother me at all." +555600 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Well, that's a bit disappointing..." +555700 ,,,,,1400000,,,,,,,,,,,,,,,"Yes, I had put anal beads in Chii-chan's butt." +555800 ,,,,,1400000,,,,,,,,,,,,,,,"They were all the way in, with just the pulling part\nsticking out from her butt." +555900 ,,,,,1400000,,,,,,,,,,,,,,,When I flicked it. +556000 ,,,,,1400000,,千恵,Chie,110_SE00_c_011.wav,chie,,0,,,,,,,,Huh!? D-Daddy. +556100 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Sorry, but you need to get used to this sensation too." +556200 ,,,,,1400000,,千恵,Chie,110_SE00_c_012.wav,chie,,0,,,,,,,,"Y-Yeah. I understand, Chii-chan will do her best." +556300 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Yes, that's the spirit!" +556400 ,,,,,1400000,,,,,,,,,,,,,,,"Now, why am I doing this... well, you could say it's a\nhobby, but that's not all." +556500 ,,,,,1400000,,,,,,,,,,,,,,,It seems everyone around her has started their periods. +556600 ,,,,,1400000,,,,,,,,,,,,,,,Komako-chan and Tenka-chan also skip gym class once a month. +556700 ,,,,,1400000,,,,,,,,,,,,,,,"Just hearing that made me masturbate several times, but at\nthe same time, I was struck by a certain fear." +556800 ,,,,,1400000,,,,,,,,,,,,,,,Chii-chan will be soon too... I thought. +556900 ,,,,,1400000,,,,,,,,,,,,,,,"When that happens, I won't be able to cum inside Chii-chan!\nInserting without a condom would be dangerous!" +557000 ,,,,,1400000,,,,,,,,,,,,,,,That's when I thought... I could just do it in her butt! +557100 ,,,,,1400000,,千恵,Chie,110_SE00_c_013.wav,chie,,0,,,,,,,,If I get used to these beads... do you think Daddy's dick\nwill fit in my butt? +557200 ,,,,,1400000,,主人公,,,,,,,,,,,,,What do you think? Is your poop thicker than Daddy's dick? +557300 ,,,,,1400000,,千恵,Chie,110_SE00_c_014.wav,chie,,0,,,,,,,,Huh? Uh... I-I don't know. +557400 ,,,,,1400000,,,,,,,,,,,,,,,"Whether she's embarrassed or genuinely doesn't know... well,\nit doesn't matter. I think it'll stretch if we keep doing\nit." +557500 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Okay, let's pull it out from your butt, alright?" +557600 ,,,,,1400000,,千恵,Chie,110_SE00_c_015.wav,chie,,0,,,,,,,,Y-Yeah... +557700 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Alright, let's go slowly." +557800 ,,,,,1400000,,,,,,,,,,,,,,,I hook my finger on the anal beads string and pull it out\nslowly. +558000 ,,,,,1400010,,,,,,,,,,,,,,,"As the anus bulges, pulling a bit more reveals the beads." +558100 ,,,,,1400010,,千恵,Chie,110_SE00_c_016.wav,chie,,0,,,,,,,,Nnngh... it feels... weird. +558200 ,,,,,1400010,,主人公,,,,,,,,,,,,,"Okay, here it comes." +558300 ,,,,,1400010,,,,,,,,,,,,,,,――Plop! +558400 ,,,,,1400010,,千恵,Chie,110_SE00_c_017.wav,chie,,0,,,,,,,,Ahh! +558500 ,,,,,1400010,,主人公,,,,,,,,,,,,,"Wow, the beads came out! Does Chii-chan's poop come out like\nthis too?" +558600 ,,,,,1400010,,千恵,Chie,110_SE00_c_018.wav,chie,,0,,,,,,,,I don't know. +558700 ,,,,,1400010,,,,,,,,,,,,,,,"Chii-chan says that, looking a bit embarrassed." +558800 ,,,,,1400010,,,,,,,,,,,,,,,"Well, she's grown a bit since then, and she's started to\nshow some shyness compared to before." +558900 ,,,,,1400010,,,,,,,,,,,,,,,I guess that question was a bit embarrassing. +559000 ,,,,,1400010,,主人公,,,,,,,,,,,,,"Hmm, so did it feel good?" +559100 ,,,,,1400010,,千恵,Chie,110_SE00_c_019.wav,chie,,0,,,,,,,,Uh... I don't know. +559200 ,,,,,1400010,,主人公,,,,,,,,,,,,,"Well, it can't be helped... then here we go." +559400 ,,,,,1400000,,,,,,,,,,,,,,,"――Plop, plop, plop" +559500 ,,,,,1400000,,千恵,Chie,110_SE00_c_020.wav,chie,,0,,,,,,,,Nngh! +559600 ,,,,,1400000,,主人公,,,,,,,,,,,,,I put it back in your butt again. +559700 ,,,,,1400000,,千恵,Chie,110_SE00_c_021.wav,chie,,0,,,,,,,,"Hah, phew... Geez, that surprised me~" +559800 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Sorry, sorry, I should have told you, right? So, did it feel\ngood when it went in?" +559900 ,,,,,1400000,,千恵,Chie,110_SE00_c_022.wav,chie,,0,,,,,,,,"Hmm, it feels weird because it's going in where things come\nout..." +560000 ,,,,,1400000,,千恵,Chie,110_SE00_c_023.wav,chie,,0,,,,,,,,"Ah, but if you think about it, isn't it the same for the\nvagina?" +560100 ,,,,,1400000,,主人公,,,,,,,,,,,,,...? +560200 ,,,,,1400000,,千恵,Chie,110_SE00_c_024.wav,chie,,0,,,,,,,,"The vagina is also where babies come out, right?" +560300 ,,,,,1400000,,,,,,,,,,,,,,,"Ah... now that she mentions it, that's true." +560400 ,,,,,1400000,,主人公,,,,,,,,,,,,,"But, you know, a penis has to go in first, or else you can't\nmake a baby." +560500 ,,,,,1400000,,千恵,Chie,110_SE00_c_025.wav,chie,,0,,,,,,,,"Oh, I see. Dad is so smart." +560600 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Well, yeah." +560700 ,,,,,1400000,,,,,,,,,,,,,,,"Well, being respected for something like this is a bit...\nbut..." +560800 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Then, shall I pull it out again?" +560900 ,,,,,1400000,,千恵,Chie,110_SE00_c_026.wav,chie,,0,,,,,,,,Y-yeah. +561100 ,,,,,1400010,,,,,,,,,,,,,,,――Squish. +561200 ,,,,,1400010,,千恵,Chie,110_SE00_c_027.wav,chie,,0,,,,,,,,Nngh... it still feels weird... +561300 ,,,,,1400010,,主人公,,,,,,,,,,,,,"Is that so? Then next time, I'll pull it out for you, but\nChii-chan, help me push it out too." +561400 ,,,,,1400010,,千恵,Chie,110_SE00_c_028.wav,chie,,0,,,,,,,,Y-yeah. +561500 ,,,,,1400010,,千恵,Chie,110_SE00_c_029.wav,chie,,0,,,,,,,,Nnn~~~~... Nnn~~~~... +561600 ,,,,,1400010,,,,,,,,,,,,,,,Oh! Her anus is starting to bulge. +561700 ,,,,,1400010,,,,,,,,,,,,,,,"But despite Chii-chan's effort, nothing is coming out at\nall..." +561800 ,,,,,1400010,,,,,,,,,,,,,,,"Well, I guess I'll have to give it a little pull." +561900 ,,,,,1400010,,,,,,,,,,,,,,,I gently applied a bit of force to the string. +562000 ,,,,,1400010,,,,,,,,,,,,,,,"――Pop, pop, po~~~~p." +562100 ,,,,,1400010,,千恵,Chie,110_SE00_c_030.wav,chie,,0,,,,,,,,Nngh! Nya! Nnn~~~ngh!? +562200 ,,,,,1400010,,主人公,,,,,,,,,,,,,Oh! You got three out at once. +562300 ,,,,,1400010,,千恵,Chie,110_SE00_c_031.wav,chie,,0,,,,,,,,"Huh!? Chii-chan didn't poop, right?" +562400 ,,,,,1400010,,主人公,,,,,,,,,,,,,Hmm~? I wonder? +562500 ,,,,,1400010,,,,,,,,,,,,,,,"Of course, nothing came out. Only the anal beads did." +562600 ,,,,,1400010,,,,,,,,,,,,,,,"Chii-chan tries to check her butt, but naturally, she can't\nsee her own anus due to her body's structure." +562700 ,,,,,1400010,,,,,,,,,,,,,,,"She tries to look behind somehow, but she ends up looking\nlike a dog chasing its own tail." +562800 ,,,,,1400010,,主人公,,,,,,,,,,,,,"It's okay, it's okay, nothing came out." +562900 ,,,,,1400010,,千恵,Chie,110_SE00_c_032.wav,chie,,0,,,,,,,,"Phew... Geez! Dad, you're so mean!" +563000 ,,,,,1400010,,主人公,,,,,,,,,,,,,Sorry. +563100 ,,,,,1400010,,主人公,,,,,,,,,,,,,"Then, just a little more..." +563200 ,,,,,1400010,,,,,,,,,,,,,,,――Popopopon +563300 ,,,,,1400010,,千恵,Chie,110_SE00_c_033.wav,chie,,0,,,,,,,,Nnnngh! Fiiiii! +563400 ,,,,,1400010,,,,,,,,,,,,,,,"When I pulled hard unexpectedly, several beads were expelled\nfrom her butt all at once." +563500 ,,,,,1400010,,,,,,,,,,,,,,,"It seemed like an unexpected sensation for Chii-chan, and\nshe let out a rather strange scream." +563600 ,,,,,1400010,,千恵,Chie,110_SE00_c_034.wav,chie,,0,,,,,,,,D-Dad! That was no good... I thought my butt was going to\nturn inside out! +563700 ,,,,,1400010,,主人公,,,,,,,,,,,,,"It's okay. Look, I'll pull out the rest too." +563800 ,,,,,1400010,,千恵,Chie,110_SE00_c_035.wav,chie,,0,,,,,,,,I-I'm scared. +563900 ,,,,,1400010,,主人公,,,,,,,,,,,,,Here... squeeze tight. +564000 ,,,,,1400010,,千恵,Chie,110_SE00_c_036.wav,chie,,0,,,,,,,,"W-Wait a minute. Chii-chan will try not to let it out... Ah,\nah, ah, ah―nngh!" +564100 ,,,,,1400010,,,,,,,,,,,,,,,"――Pop, pop, pop!" +564200 ,,,,,1400010,,,,,,,,,,,,,,,"It seemed like she was clenching her anus, and with each\nbead that came out, it contracted, then swelled up again,\nrepeating the process." +564300 ,,,,,1400010,,,,,,,,,,,,,,,The movement of her anus trying hard not to let it out was\nquite lewd. +564500 ,,,,,1400020,,千恵,Chie,110_SE00_c_037.wav,chie,,0,,,,,,,,Nnn... huff... huff... +564600 ,,,,,1400020,,主人公,,,,,,,,,,,,,"How was it, Chii-chan?" +564700 ,,,,,1400020,,千恵,Chie,110_SE00_c_038.wav,chie,,0,,,,,,,,Ugh... Did it look like I was pooping myself? +564800 ,,,,,1400020,,主人公,,,,,,,,,,,,,Huh? What do you mean? +564900 ,,,,,1400020,,千恵,Chie,110_SE00_c_039.wav,chie,,0,,,,,,,,"Before, it was like I was trying to poop... but now, even\nthough I was trying not to, so much came out..." +565000 ,,,,,1400020,,,,,,,,,,,,,,,"Ah, I see. That's an aptly put expression." +565100 ,,,,,1400020,,,,,,,,,,,,,,,"But whether that 'accident' felt good or not, Chii-chan's\nface looked dazed, and intestinal fluid was coming out of\nher anus." +565200 ,,,,,1400020,,千恵,Chie,110_SE00_c_040.wav,chie,,0,,,,,,,,Ah... something's dripping from my butt... Could it be that\nChii-chan... +565300 ,,,,,1400020,,主人公,,,,,,,,,,,,,Ah... some juice is coming out. +565400 ,,,,,1400020,,千恵,Chie,110_SE00_c_041.wav,chie,,0,,,,,,,,"Eeeh! B-But... this is because of you, Dad." +565500 ,,,,,1400020,,主人公,,,,,,,,,,,,,"Hehe, don't worry. It's something called intestinal fluid." +565600 ,,,,,1400020,,千恵,Chie,110_SE00_c_042.wav,chie,,0,,,,,,,,Intestinal fluid? +565700 ,,,,,1400020,,主人公,,,,,,,,,,,,,"Yeah, it's a juice that comes out when your butt feels good." +565800 ,,,,,1400020,,,,,,,,,,,,,,,"That's not true at all, though..." +565900 ,,,,,1400020,,,,,,,,,,,,,,,"But well, it's something that eases damage when a foreign\nobject is inserted, so for us perverts, it's similar to love\njuices." +566000 ,,,,,1400020,,千恵,Chie,110_SE00_c_043.wav,chie,,0,,,,,,,,I see. So... Chii-chan didn't poop herself. +566100 ,,,,,1400020,,主人公,,,,,,,,,,,,,"That's right, so don't worry." +566200 ,,,,,1400020,,千恵,Chie,110_SE00_c_044.wav,chie,,0,,,,,,,,Phew... +566300 ,,,,,1400020,,,,,,,,,,,,,,,"Still, with such a tempting anus in front of me, I can't\nhelp but want to play with it." +566400 ,,,,,1400020,,主人公,,,,,,,,,,,,,Phew. +566500 ,,,,,1400020,,千恵,Chie,110_SE00_c_045.wav,chie,,0,,,,,,,,Huh!? +566600 ,,,,,1400020,,,,,,,,,,,,,,,"When I blew on it, the anus tightened up." +566700 ,,,,,1400020,,千恵,Chie,110_SE00_c_046.wav,chie,,0,,,,,,,,D-Dad? +566800 ,,,,,1400020,,主人公,,,,,,,,,,,,,Wow! What a reaction! +566900 ,,,,,1400020,,,,,,,,,,,,,,,"Then, when I poked it with my index finger, it clenched\ntightly." +567000 ,,,,,1400020,,千恵,Chie,110_SE00_c_047.wav,chie,,0,,,,,,,,Ah! M-My butt... it's moving on its own. +567100 ,,,,,1400020,,主人公,,,,,,,,,,,,,"It's true, it looks like it might eat my finger, right?" +567200 ,,,,,1400020,,千恵,Chie,110_SE00_c_048.wav,chie,,0,,,,,,,,My butt won't eat anything. +567300 ,,,,,1400020,,千恵,Chie,110_SE00_c_049.wav,chie,,0,,,,,,,,Ah... fingers don't get eaten by mouths either. +567400 ,,,,,1400020,,,,,,,,,,,,,,,"Well, either way is fine." +567500 ,,,,,1400020,,,,,,,,,,,,,,,"Anyway, what your butt is going to eat isn't a finger, but a\ndick." +567600 ,,,,,1400020,,主人公,,,,,,,,,,,,,"Hey, Chii-chan." +567700 ,,,,,1400020,,千恵,Chie,110_SE00_c_050.wav,chie,,0,,,,,,,,"What is it, Dad?" +567800 ,,,,,1400020,,主人公,,,,,,,,,,,,,"From what I can see, it looks like your butt is ready for\nsex." +567900 ,,,,,1400020,,千恵,Chie,110_SE00_c_051.wav,chie,,0,,,,,,,,Really? But today is the first time I've put anything in\nthere. +568000 ,,,,,1400020,,主人公,,,,,,,,,,,,,"Then you must have a talent for butt sex, Chii-chan. That's\namazing!" +568100 ,,,,,1400020,,千恵,Chie,110_SE00_c_052.wav,chie,,0,,,,,,,,R-Really? +568200 ,,,,,1400020,,主人公,,,,,,,,,,,,,"So, let's give it a try. I want to put it in your butt,\nChii-chan." +568300 ,,,,,1400020,,千恵,Chie,110_SE00_c_053.wav,chie,,0,,,,,,,,"Hmm... if you say so, Dad, then it's okay." +568400 ,,,,,1400020,,主人公,,,,,,,,,,,,,I thought you'd say that. +568500 ,,,,,1400020,,,,,,,,,,,,,,,I took out my rock-hard dick and gently placed it against\nChii-chan's beautiful little opening. +568600 ,,,,,1400020,,千恵,Chie,110_SE00_c_054.wav,chie,,0,,,,,,,,Ah... Dad's dick... it's hot. +568700 ,,,,,1400020,,主人公,,,,,,,,,,,,,"Alright, I'm going to put it in, okay?" +568800 ,,,,,1400020,,千恵,Chie,110_SE00_c_055.wav,chie,,0,,,,,,,,Y-Yeah... +568900 ,,,,,1400020,,,,,,,,,,,,,,,"After a squishy sensation, my dick slowly slid in." +569100 ,,,,,1400030,,,,,,,,,,,,,,,Squeeze! The intense pressure enveloped my dick. +569200 ,,,,,1400030,,千恵,Chie,110_SE00_c_056.wav,chie,,0,,,,,,,,Mmm... ooooh... ahhhhh... mmmmmm... +569300 ,,,,,1400030,,主人公,,,,,,,,,,,,,Ugh... this is tight. +569400 ,,,,,1400030,,,,,,,,,,,,,,,"...It's tight, but." +569500 ,,,,,1400030,,主人公,,,,,,,,,,,,,"It feels great, Chii-chan! Your butt is working hard to hold\nmy dick, it's incredibly sexy!" +569600 ,,,,,1400030,,千恵,Chie,110_SE00_c_057.wav,chie,,0,,,,,,,,Nngh... haa haa... nngh~~ +569700 ,,,,,1400030,,,,,,,,,,,,,,,"Chii-chan is groaning with teary eyes, breathing heavily." +569800 ,,,,,1400030,,,,,,,,,,,,,,,"Well, that's how it is at first." +569900 ,,,,,1400030,,千恵,Chie,110_SE00_c_058.wav,chie,,0,,,,,,,,"Nn, nngh, u! Dad's... in my... butt..." +570000 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Yeah, it's in, right? See, you can feel it, can't you?" +570100 ,,,,,1400030,,千恵,Chie,110_SE00_c_059.wav,chie,,0,,,,,,,,Nhooo... aahhh +570200 ,,,,,1400030,,主人公,,,,,,,,,,,,,"I'm going to move a little, okay?" +570300 ,,,,,1400030,,千恵,Chie,110_SE00_c_060.wav,chie,,0,,,,,,,,"Ah, nn ah ah ah... ahhh, I can't" +570400 ,,,,,1400030,,,,,,,,,,,,,,,"When I move a little, it squeezes tightly over and over...\nthis movement is cute and naughty." +570500 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Chii-chan, does it feel good?" +570600 ,,,,,1400030,,千恵,Chie,110_SE00_c_061.wav,chie,,0,,,,,,,,"I'm sorry, Dad... it's just painful... Chii- chan doesn't\nfeel good." +570700 ,,,,,1400030,,主人公,,,,,,,,,,,,,I see... it doesn't feel good? +570800 ,,,,,1400030,,,,,,,,,,,,,,,"Forcing it like this is fine, but thinking about the future,\nthat's not a good idea." +570900 ,,,,,1400030,,,,,,,,,,,,,,,"But if I stop now, she probably won't let me do it again." +571000 ,,,,,1400030,,千恵,Chie,110_SE00_c_062.wav,chie,,0,,,,,,,,Dad... can you take it out? +571100 ,,,,,1400030,,主人公,,,,,,,,,,,,,"You can't give up, Chii-chan. Dad doesn't like kids who give\nup." +571200 ,,,,,1400030,,千恵,Chie,110_SE00_c_063.wav,chie,,0,,,,,,,,"Eh! No, no, no! I finally got to do it with Dad!" +571300 ,,,,,1400030,,千恵,Chie,110_SE00_c_064.wav,chie,,0,,,,,,,,"Chii-chan will try her best, okay? So don't hate me... Chii-\nchan is in pain, but I'll do my best with my butt." +571400 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Calm down... Your pussy was like that at first too, but it\nsoon felt good, right?" +571500 ,,,,,1400030,,千恵,Chie,110_SE00_c_065.wav,chie,,0,,,,,,,,Ah... yeah. Now that you mention it. +571600 ,,,,,1400030,,主人公,,,,,,,,,,,,,"So if you try hard, your butt will soon feel good too." +571700 ,,,,,1400030,,千恵,Chie,110_SE00_c_066.wav,chie,,0,,,,,,,,R-Really? +571800 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Yeah! And I won't dislike you, Chii-chan, so don't worry." +571900 ,,,,,1400030,,千恵,Chie,110_SE00_c_067.wav,chie,,0,,,,,,,,"Oh, thank goodness..." +572000 ,,,,,1400030,,,,,,,,,,,,,,,Oh? Her anus relaxed once she felt relieved. +572100 ,,,,,1400030,,,,,,,,,,,,,,,"So... does that mean her butt is actually fine, but the\ntension is making it uncomfortable?" +572200 ,,,,,1400030,,,,,,,,,,,,,,,If that's the case... +572300 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Then, Chii-chan, try touching your crotch with your fingers." +572400 ,,,,,1400030,,千恵,Chie,110_SE00_c_068.wav,chie,,0,,,,,,,,...? +572500 ,,,,,1400030,,主人公,,,,,,,,,,,,,"If you have sex with your butt while feeling good, it'll\neventually feel good too." +572600 ,,,,,1400030,,千恵,Chie,110_SE00_c_069.wav,chie,,0,,,,,,,,...Really? +572700 ,,,,,1400030,,主人公,,,,,,,,,,,,,It's true. Even Dad has tried it before. +572800 ,,,,,1400030,,千恵,Chie,110_SE00_c_070.wav,chie,,0,,,,,,,,Really!? +572900 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Of course, Dad has a butt hole too. I've pretty much proven\nwhat feels good." +573000 ,,,,,1400030,,千恵,Chie,110_SE00_c_071.wav,chie,,0,,,,,,,,"Dad, you're amazing! Chii-chan really respects you~" +573100 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Heheh. But keep it a secret from others, okay? Don't write\nabout it in those 'What I Respect About My Family' essays\neither." +573200 ,,,,,1400030,,千恵,Chie,110_SE00_c_072.wav,chie,,0,,,,,,,,Eh~ Why not? +573300 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Well, there are various reasons." +573400 ,,,,,1400030,,,,,,,,,,,,,,,"Well, because it could lead to getting arrested." +573500 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Now, go ahead and try it." +573600 ,,,,,1400030,,千恵,Chie,110_SE00_c_073.wav,chie,,0,,,,,,,,Okay! +573800 ,,,,,1400040,,千恵,Chie,110_SE00_c_074.wav,chie,,0,,,,,,,,"Nn... nn, ah. Ahh, nfu." +573900 ,,,,,1400040,,主人公,,,,,,,,,,,,,How does it feel? +574000 ,,,,,1400040,,千恵,Chie,110_SE00_c_075.wav,chie,,0,,,,,,,,"Hyu, yeah, faa... It's a strange feeling... both\nuncomfortable and... good." +574100 ,,,,,1400040,,,,,,,,,,,,,,,Chii-chan is slowly rubbing back and forth around the hole. +574200 ,,,,,1400040,,,,,,,,,,,,,,,I'm sticking my dick into Chii-chan's anus while she's\nmasturbating... what a situation! +574300 ,,,,,1400040,,,,,,,,,,,,,,,Just this situation alone is enough to make me want to come! +574400 ,,,,,1400040,,千恵,Chie,110_SE00_c_076.wav,chie,,0,,,,,,,,Mmph! D-Dad's dick... it's gotten thicker. +574500 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Ah, s-sorry! I'll calm it down." +574600 ,,,,,1400040,,,,,,,,,,,,,,,"But even saying that, I'm barely holding back from coming." +574700 ,,,,,1400040,,千恵,Chie,110_SE00_c_077.wav,chie,,0,,,,,,,,"...Nnngh! Fuaaah! Hahuu... it's, it's different from usual." +574800 ,,,,,1400040,,主人公,,,,,,,,,,,,,Oh? Does it feel good to have it in your butt? +574900 ,,,,,1400040,,千恵,Chie,110_SE00_c_078.wav,chie,,0,,,,,,,,Hmm... I don't know yet... but... my pussy feels good. +575000 ,,,,,1400040,,,,,,,,,,,,,,,"Her voice is slightly sweet, as if she's being pampered." +575100 ,,,,,1400040,,,,,,,,,,,,,,,"And from her pussy, there's a lewd sound of squishing." +575200 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Chii-chan, isn't your pussy getting wet quickly?" +575300 ,,,,,1400040,,千恵,Chie,110_SE00_c_079.wav,chie,,0,,,,,,,,"Because... nn. When it's in my butt... it tickles, fuhah...\nuah." +575400 ,,,,,1400040,,千恵,Chie,110_SE00_c_080.wav,chie,,0,,,,,,,,"Ah, ah, I don't know if my butt feels good, but... I was\nthinking I wanted you to do my pussy?" +575500 ,,,,,1400040,,主人公,,,,,,,,,,,,,I-I see. +575600 ,,,,,1400040,,,,,,,,,,,,,,,"Ah, when you say things like that, it makes me want to\nthrust into your pussy too!" +575700 ,,,,,1400040,,,,,,,,,,,,,,,...But today is all about anal training! I'll harden my\nheart and not put it in your pussy! +575800 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Then, Chii-chan, try playing with your pussy as you like." +575900 ,,,,,1400040,,千恵,Chie,110_SE00_c_081.wav,chie,,0,,,,,,,,"Yeah, got it." +576000 ,,,,,1400040,,,,,,,,,,,,,,,Chii-chan pinched her clitoris along with the skin and\ngently squeezed it. +576100 ,,,,,1400040,,千恵,Chie,110_SE00_c_082.wav,chie,,0,,,,,,,,"Hyah! Nn... nn... when I rub here, it feels good." +576200 ,,,,,1400040,,,,,,,,,,,,,,,"Ah, she knows where it feels good on her own." +576300 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Then, I'll do it for you next time." +576400 ,,,,,1400040,,千恵,Chie,110_SE00_c_083.wav,chie,,0,,,,,,,,"Yeah. Ah, ah, ah, aaaaah... clitoris... feels good." +576500 ,,,,,1400040,,千恵,Chie,110_SE00_c_084.wav,chie,,0,,,,,,,,"Ahh, ahh... when I squeeze it... my pussy tightens up." +576600 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Then, let's move the dick in your butt along with that...\nthere." +576700 ,,,,,1400040,,,,,,,,,,,,,,,I thrust my dick in deeply. +576800 ,,,,,1400040,,千恵,Chie,110_SE00_c_085.wav,chie,,0,,,,,,,,Nfuuu! My butt! Higu...! Auu! +576900 ,,,,,1400040,,,,,,,,,,,,,,,"It seems her butt is still a bit painful, as her body\ntrembles. ...But a little bit of love juice is coming from\nher pussy." +577000 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Come on, Chii-chan, don't stop your hand." +577100 ,,,,,1400040,,千恵,Chie,110_SE00_c_086.wav,chie,,0,,,,,,,,Y-yeah! Hah... nn... clitoris... squeeze---! +577200 ,,,,,1400040,,,,,,,,,,,,,,,"Next, I draw circles with my dick to loosen her tightly\nclenched anus." +577300 ,,,,,1400040,,千恵,Chie,110_SE00_c_087.wav,chie,,0,,,,,,,,Naaaah... it's spreading... Chii-chan's butt hole...\nsquishy. +577400 ,,,,,1400040,,千恵,Chie,110_SE00_c_088.wav,chie,,0,,,,,,,,Chii-chan's butt hole... huff... feels weird somehow. +577500 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Oh? Chii-chan, is your butt starting to feel good?" +577600 ,,,,,1400040,,千恵,Chie,110_SE00_c_089.wav,chie,,0,,,,,,,,"Um, you know... it tingles... my pussy... feels like it's\ngoing to tighten up." +577700 ,,,,,1400040,,,,,,,,,,,,,,,"Hmm, it's full of sound effects, but maybe it's starting to\nfeel good?" +577800 ,,,,,1400040,,主人公,,,,,,,,,,,,,That means it feels good. +577900 ,,,,,1400040,,千恵,Chie,110_SE00_c_090.wav,chie,,0,,,,,,,,B-but... it still hurts. +578000 ,,,,,1400040,,主人公,,,,,,,,,,,,,"That's because the pleasure and pain are fighting. It was\nthe same with your pussy, right?" +578100 ,,,,,1400040,,千恵,Chie,110_SE00_c_091.wav,chie,,0,,,,,,,,"Yeah... it felt good, but it hurt." +578200 ,,,,,1400040,,主人公,,,,,,,,,,,,,"This time, let's work together, Chii-chan and Daddy, to\novercome the pain, okay?" +578300 ,,,,,1400040,,主人公,,,,,,,,,,,,,Then it'll only feel good. +578400 ,,,,,1400040,,千恵,Chie,110_SE00_c_092.wav,chie,,0,,,,,,,,"Yeah! Chii-chan will do her best... Daddy, let's do our best\ntogether!" +578500 ,,,,,1400040,,主人公,,,,,,,,,,,,,Yeah. +578600 ,,,,,1400040,,主人公,,,,,,,,,,,,,"...Then, slowly pull out from your butt." +578700 ,,,,,1400040,,千恵,Chie,110_SE00_c_093.wav,chie,,0,,,,,,,,Fuaaah! Nn... auu. Ah... when it comes out... the pain is\ngone. +578800 ,,,,,1400040,,,,,,,,,,,,,,,"Well, of course. The foreign object is being removed." +578900 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Then, Chii-chan, let's play with your pussy, okay?" +579000 ,,,,,1400040,,千恵,Chie,110_SE00_c_094.wav,chie,,0,,,,,,,,"Got it. ...Chii-chan, around the entrance of her pussy...\nspread it... huff!" +579100 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Oh, you like teasing the entrance, huh?" +579200 ,,,,,1400040,,,,,,,,,,,,,,,"Chii-chan's anus reacts strongly, tightening repeatedly\naround my cock." +579300 ,,,,,1400040,,,,,,,,,,,,,,,"The response is quite good. At this rate, she'll soon be\nable to feel pleasure from her anus." +579400 ,,,,,1400040,,,,,,,,,,,,,,,"Alright, then let's focus on the area around the hole\ninstead of the hole itself..." +579500 ,,,,,1400040,,千恵,Chie,110_SE00_c_095.wav,chie,,0,,,,,,,,Ah!? ...Around my butt... Daddy's fingers are... tickling...\nfuaaah. +579600 ,,,,,1400040,,,,,,,,,,,,,,,"With fingers moistened by love juice, I gently stimulate\naround the hole." +579700 ,,,,,1400040,,千恵,Chie,110_SE00_c_096.wav,chie,,0,,,,,,,,Nnngh... it feels like... it's being licked. +579800 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Ah... if it's Chii-chan's butt, I could lick it for you." +579900 ,,,,,1400040,,千恵,Chie,110_SE00_c_097.wav,chie,,0,,,,,,,,Th-that's dirty... nnngh! +580000 ,,,,,1400040,,主人公,,,,,,,,,,,,,"It's not like that. Well, with my cock inside, it's\nimpossible in this position." +580100 ,,,,,1400040,,,,,,,,,,,,,,,"As I caress around Chii-chan's butt, her anus twitches like\na separate creature, creating an incredibly erotic sight." +580200 ,,,,,1400040,,,,,,,,,,,,,,,It's as if it's trying to devour my cock. +580300 ,,,,,1400040,,千恵,Chie,110_SE00_c_098.wav,chie,,0,,,,,,,,"Ah, ah, ah! ...Daddy... Chii-chan, her butt... the\ndiscomfort... might be going away." +580400 ,,,,,1400040,,千恵,Chie,110_SE00_c_099.wav,chie,,0,,,,,,,,Like this... peeling back the clitoris skin... hiyun!? When\nI touch it... the discomfort goes away. +580500 ,,,,,1400040,,,,,,,,,,,,,,,"Just as she says, Chii-chan repeatedly stimulates her\nclitoris." +580600 ,,,,,1400040,,,,,,,,,,,,,,,And then... +580700 ,,,,,1400040,,主人公,,,,,,,,,,,,,Ah... Chii-chan's butt hole is loosening up. +580800 ,,,,,1400040,,千恵,Chie,110_SE00_c_100.wav,chie,,0,,,,,,,,"R-really? ...Then, Chii-chan will do her best." +580900 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Yeah, you can play with it until you're about to come." +581000 ,,,,,1400050,,千恵,Chie,110_SE00_c_101.wav,chie,,0,,,,,,,,"Y-yeah. Nn, fuh! Ah, ahhh! When I rub it with my finger's\nbelly, nngh! Ahh! Nfuh! It feels good." +581100 ,,,,,1400050,,千恵,Chie,110_SE00_c_102.wav,chie,,0,,,,,,,,And then... ahhh! Ahh! When I pinch it like this... nn! Fuh\nahhh! It makes me twitch! +581200 ,,,,,1400050,,主人公,,,,,,,,,,,,,"I get it, Chii-chan! Chii-chan's butt is twitching too." +581300 ,,,,,1400040,,千恵,Chie,110_SE00_c_103.wav,chie,,0,,,,,,,,"R-really... Chii-chan's butt, like that... nnngh!" +581400 ,,,,,1400040,,主人公,,,,,,,,,,,,,How is it? Still uncomfortable? +581500 ,,,,,1400040,,千恵,Chie,110_SE00_c_104.wav,chie,,0,,,,,,,,Ah... not so much... I might be okay to move... +581600 ,,,,,1400040,,主人公,,,,,,,,,,,,,I see... then... +581700 ,,,,,1400040,,,,,,,,,,,,,,,I grabbed her butt cheeks and sank my hands into them. +581800 ,,,,,1400040,,,,,,,,,,,,,,,"Then, pulling her closer, I pushed my cock back into Chii-\nchan's intestines." +582000 ,,,,,1400050,,千恵,Chie,110_SE00_c_105.wav,chie,,0,,,,,,,,"Fuaaah! Nngh, ooooh, nnngh! Higu, uuuu! Ah... u..." +582100 ,,,,,1400050,,主人公,,,,,,,,,,,,,Whoa... the inside of your butt is twitching... kuh! +582200 ,,,,,1400050,,千恵,Chie,110_SE00_c_106.wav,chie,,0,,,,,,,,Auuu! Daddy... it's not painful... but it's scary... +582300 ,,,,,1400050,,主人公,,,,,,,,,,,,,Scary? Even though you're making such lewd sounds? +582400 ,,,,,1400050,,千恵,Chie,110_SE00_c_107.wav,chie,,0,,,,,,,,But Chii-chan... my body twitches more with my butt than\nwith my pussy... +582500 ,,,,,1400050,,主人公,,,,,,,,,,,,,Maybe Chii-chan feels it more in her butt than her pussy? +582600 ,,,,,1400050,,千恵,Chie,110_SE00_c_108.wav,chie,,0,,,,,,,,"I don't know, I don't know... Daddy, is Chii-chan weird?" +582700 ,,,,,1400050,,主人公,,,,,,,,,,,,,"You're not weird at all. And even if you are like that,\nDaddy loves you very much." +582800 ,,,,,1400050,,千恵,Chie,110_SE00_c_109.wav,chie,,0,,,,,,,,I'm glad... it's okay for Chii-chan to feel good with her\nbutt. +582900 ,,,,,1400050,,主人公,,,,,,,,,,,,,"Yeah, it's okay to feel it." +583000 ,,,,,1400050,,千恵,Chie,110_SE00_c_110.wav,chie,,0,,,,,,,,"Yeah, Chii-chan will feel good with her butt." +583100 ,,,,,1400050,,,,,,,,,,,,,,,"As she said that, Chii-chan's anus responded happily. Each\nwrinkle spread out and then tightened again." +583200 ,,,,,1400050,,主人公,,,,,,,,,,,,,Ugh... Chii-chan's... butt hole is twitching! It's squeezing\nDaddy's cock! +583300 ,,,,,1400050,,主人公,,,,,,,,,,,,,"If that's the case, Daddy will start moving too." +583400 ,,,,,1400050,,,,,,,,,,,,,,,I began to rotate and push inside the loosened anus as if\ndrilling. +583500 ,,,,,1400050,,千恵,Chie,110_SE00_c_111.wav,chie,,0,,,,,,,,"Nn! No, no! My butt is spreading!" +583600 ,,,,,1400050,,主人公,,,,,,,,,,,,,"It's okay, your butt is strong, right? This much is nothing,\nright?" +583700 ,,,,,1400050,,,,,,,,,,,,,,,"As if nodding to my words, Chii-chan's anus tightened again." +583800 ,,,,,1400050,,,,,,,,,,,,,,,...I never thought I'd get consent for anal. +583900 ,,,,,1400050,,主人公,,,,,,,,,,,,,"Then, I'll move more, okay?" +584000 ,,,,,1400050,,千恵,Chie,110_SE00_c_112.wav,chie,,0,,,,,,,,"Hya!? No, Daddy... n... ah, ha... my butt... my butt!" +584100 ,,,,,1400050,,,,,,,,,,,,,,,"Her breath was ragged, but her pussy was dripping with love\njuices, and her voice was so erotic... it seemed there was\nno need to hold back anymore." +584200 ,,,,,1400050,,主人公,,,,,,,,,,,,,"Chii-chan, you look like you're feeling good, but Daddy\nwants to feel good too... so I'll move a lot, okay?" +584300 ,,,,,1400050,,千恵,Chie,110_SE00_c_113.wav,chie,,0,,,,,,,,"Fwa, ahh..." +584400 ,,,,,1400050,,,,,,,,,,,,,,,"Her face was dazed, and her anus twitched as if it were\nbreathing." +584500 ,,,,,1400050,,,,,,,,,,,,,,,With this feeling... I began to thrust back and forth. +584700 ,,,,,1400060,,千恵,Chie,110_SE00_c_114.wav,chie,,0,,,,,,,,"Nngh ooooh!? Hyaa! Fwa, ...nngh uuuuuuu! In and out!\n...Fwaaaa!" +584800 ,,,,,1400060,,千恵,Chie,110_SE00_c_115.wav,chie,,0,,,,,,,,Daddy... nngh! Help me... my butt feels tingly! Hah! It's\nstrange! +584900 ,,,,,1400060,,主人公,,,,,,,,,,,,,"It's okay, Chii-chan." +585000 ,,,,,1400060,,,,,,,,,,,,,,,The cock was forcibly pushed out from inside her intestines.\nThe cock was forcibly thrust back into her intestines. +585100 ,,,,,1400060,,,,,,,,,,,,,,,"Two unknown sensations, and both of them felt good. It might\nindeed be strange." +585200 ,,,,,1400060,,,,,,,,,,,,,,,Chii-chan's body trembled and shook. +585300 ,,,,,1400060,,主人公,,,,,,,,,,,,,Does it feel okay? +585400 ,,,,,1400060,,,,,,,,,,,,,,,I pulled out the cock that was buried to the base. +585500 ,,,,,1400060,,千恵,Chie,110_SE00_c_116.wav,chie,,0,,,,,,,,Nngh! Kuu... it tingles! +585600 ,,,,,1400060,,,,,,,,,,,,,,,"This time, I thrust it all the way to the base in one go." +585700 ,,,,,1400060,,千恵,Chie,110_SE00_c_117.wav,chie,,0,,,,,,,,"Ooooooh!? Kuun, my stomach is being crushed... it feels\ngood, nhaaah!" +585800 ,,,,,1400060,,主人公,,,,,,,,,,,,,Does it not hurt anymore? +585900 ,,,,,1400060,,,,,,,,,,,,,,,"She's making a voice I've never heard before, so I'm a bit\nworried." +586000 ,,,,,1400060,,千恵,Chie,110_SE00_c_118.wav,chie,,0,,,,,,,,"I-It doesn't hurt... but, it's weird." +586100 ,,,,,1400060,,,,,,,,,,,,,,,"As she said that, her body lightly twitched, and her anus\nclung to the cock." +586200 ,,,,,1400060,,,,,,,,,,,,,,,It's clear what she wants to say. +586300 ,,,,,1400060,,主人公,,,,,,,,,,,,,Does it feel good? +586400 ,,,,,1400060,,千恵,Chie,110_SE00_c_119.wav,chie,,0,,,,,,,,Y-Yeah... yeah... it feels good... Chii- chan's butt...\nfeels good with Daddy's cock. +586500 ,,,,,1400060,,,,,,,,,,,,,,,Hearing that makes my movements faster and rougher! +586600 ,,,,,1400060,,千恵,Chie,110_SE00_c_120.wav,chie,,0,,,,,,,,Nghiiii! Ah... my butt is turning inside out... my\nstomach... is being crushed! +586700 ,,,,,1400060,,千恵,Chie,110_SE00_c_121.wav,chie,,0,,,,,,,,"Ah, ahh! Even though it's my butt... the baby's room is\ntwitching, ah, guh!?" +586800 ,,,,,1400060,,主人公,,,,,,,,,,,,,"When you put a cock in the butt, it hits the back of the\nbaby's room." +586900 ,,,,,1400060,,千恵,Chie,110_SE00_c_122.wav,chie,,0,,,,,,,,"Nhaaaa, agh! That's why my stomach feels crushed... ahhh,\nnngh, it feels good!? Ngh, nyaa!" +587000 ,,,,,1400060,,主人公,,,,,,,,,,,,,"That's right, Chii-chan." +587100 ,,,,,1400050,,千恵,Chie,110_SE00_c_123.wav,chie,,0,,,,,,,,"Hahhh... it feels so good, I thought I could have a baby\nfrom my butt." +587200 ,,,,,1400050,,主人公,,,,,,,,,,,,,"Hahaha, that's not possible, but Chii-chan's butt feels\namazing for me too!" +587300 ,,,,,1400050,,,,,,,,,,,,,,,I moved my hips up and down to stimulate her more and hit\nher womb. +587400 ,,,,,1400050,,,,,,,,,,,,,,,"As I did that, Chii-chan's anus twitched, and love juices\nflowed from her pussy." +587500 ,,,,,1400060,,千恵,Chie,110_SE00_c_124.wav,chie,,0,,,,,,,,"Uwaaaa, my... my butt and pussy are so hot... ahhh!" +587600 ,,,,,1400060,,千恵,Chie,110_SE00_c_125.wav,chie,,0,,,,,,,,Daddy... Daddy! Chii-chan... ah! Aaaaah! +587700 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Wow! Chii-chan, what a messy face! Drooling too... amazing." +587800 ,,,,,1400060,,千恵,Chie,110_SE00_c_126.wav,chie,,0,,,,,,,,But... +587900 ,,,,,1400060,,主人公,,,,,,,,,,,,,"And look, Chii-chan's butt is squeezing and opening up, is\nit trying to push out or swallow it? I wonder which one?" +588000 ,,,,,1400060,,千恵,Chie,110_SE00_c_127.wav,chie,,0,,,,,,,,Ahh... it feels good both when it comes out... and when it\ngoes in? Nyaaah! Daddy... Daddy... +588100 ,,,,,1400060,,千恵,Chie,110_SE00_c_128.wav,chie,,0,,,,,,,,If I go to school... nngh! With that thing on again... Chii-\nchan might go crazy... hnn! +588200 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Hehehe, you'll definitely go crazy. All the boys will want\nto put it in Chii-chan's butt, you know?" +588300 ,,,,,1400060,,千恵,Chie,110_SE00_c_129.wav,chie,,0,,,,,,,,No! Chii-chan only lets Daddy put it in! +588400 ,,,,,1400060,,主人公,,,,,,,,,,,,,Thank you for that. +588500 ,,,,,1400060,,,,,,,,,,,,,,,"Before I knew it, not only me but Chii-chan was also moving\nher hips back and forth." +588600 ,,,,,1400060,,,,,,,,,,,,,,,"Ah, her anus and insides are squeezing my cock tightly...\nI'm about to cum soon." +588700 ,,,,,1400060,,千恵,Chie,110_SE00_c_130.wav,chie,,0,,,,,,,,"Nngh, nnnngh! Ah, ahh, no, hyahhh! My butt, my butt... it's\ngoing crazy." +588800 ,,,,,1400060,,千恵,Chie,110_SE00_c_131.wav,chie,,0,,,,,,,,"Chii-chan... is going to cum, ahhh!" +588900 ,,,,,1400060,,主人公,,,,,,,,,,,,,Ah! Daddy is about to cum too! +589000 ,,,,,1400060,,千恵,Chie,110_SE00_c_132.wav,chie,,0,,,,,,,,Fuaaaaah! Chii-chan... is going to cum with her butt! +589100 ,,,,,1400060,,千恵,Chie,110_SE00_c_133.wav,chie,,0,,,,,,,,"Daddy! Daddy too, nn, nnn!? With Chii-chan's butt... you're\ngoing to cum!?" +589200 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Yeah, I'm going to cum with Chii-chan's butt!" +589300 ,,,,,1400060,,,,,,,,,,,,,,,"Saying that, I let my cock rampage inside Chii-chan's butt\ngreedily." +589400 ,,,,,1400060,,千恵,Chie,110_SE00_c_134.wav,chie,,0,,,,,,,,"Uwaaaah! Daddy, Daddy! Daddy! Nnnngh, kwaaaaah!" +589500 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Ah! Chii-chan! The grip is amazing! Daddy is, already!\nAlready!!" +589600 ,,,,,1400060,,,,,,,,,,,,,,,"Now, what should I do?" +589700 ,,,,,1400060,,,,,,,,,,,,,,,Should I pour my semen into her anus as it is? +589800 ,,,,,1400060,,,,,,,,,,,,,,,Or should I spray it on her cute butt? +589900 ,$menu_begin,,,,1400060,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_1a",,,,1400060,,,,,,,,,,,,,,,■@Cum inside +↓,"$menu_item 1,Finish outside,sel_1b",,,,1400060,,,,,,,,,,,,,,,■ACum outside +↓,$menu_end,,,,1400060,,,,,,,,,,,,,,, +590000 ,*sel_1a,,,,1400060,,,,,,,,,,,,,,,■@Cum inside +590100 ,,,,,1400060,,,,,,,,,,,,,,,"Of course, it's anal ejaculation! No need to worry about\npregnancy no matter how much I release inside!" +590200 ,,,,,1400060,,千恵,Chie,110_SE00_c_135.wav,chie,,0,,,,,,,,Fuaaaaah! Daddy! Nnnngh! Nguuuuuh! Aaaaah! Ahh! +590300 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Chii-chan! Chii-chan, I'm going to cum! I'm going to release\nit inside!" +590400 ,,,,,1400060,,千恵,Chie,110_SE00_c_136.wav,chie,,0,,,,,,,,Y-you're going to release it inside Chii- chan's butt!? +590500 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Yeah, catch it with your tummy, Chii-chan!" +590600 ,,,,,1400060,,千恵,Chie,110_SE00_c_137.wav,chie,,0,,,,,,,,Nngh! Is it okay? Chii-chan's tummy... won't it burst? +590700 ,,,,,1400060,,主人公,,,,,,,,,,,,,It's okay! But I'm going to release a lot! +590800 ,,,,,1400060,,,,,,,,,,,,,,,"Inside Chii-chan's tightly squeezing intestines, I\nrelentlessly thrust my cock back and forth, seeking the\nfinal pleasure." +590900 ,,,,,1400060,,千恵,Chie,110_SE00_c_138.wav,chie,,0,,,,,,,,"Nyaaaaah! Akuuuh... Ah, ahh! Haaah! Hiiih! I'm cumming!" +591000 ,,,,,1400060,,千恵,Chie,110_SE00_c_139.wav,chie,,0,,,,,,,,"I-I'm about to cum... hyuun!? Fuaaaaah! With my butt, I'm\ncumming!?" +591100 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Ah, I got it!" +591200 ,,,,,1400060,,,,,,,,,,,,,,,"I sped up, thrusting back and forth inside her intestines,\ncausing the air and intestinal fluids to escape with obscene\nsounds." +591300 ,,,,,1400060,,千恵,Chie,110_SE00_c_140.wav,chie,,0,,,,,,,,With my butt! Fuaaaaaah! +591500 ,,,,,1400070,,,,,,,,,,,,,,,――Splurt splurt splurt! Splat! +591600 ,,,,,1400070,,千恵,Chie,110_SE00_c_141.wav,chie,,0,,,,,,,,"Auuuuh!? Ah, fuaaaaaaaaaaaaaaah!?" +591700 ,,,,,1400070,,主人公,,,,,,,,,,,,,Kuuuuuu!! +591800 ,,,,,1400070,,,,,,,,,,,,,,,"Letting out a scream-like voice, Chii-chan bounces her body\nrepeatedly like a toy frog being inflated." +591900 ,,,,,1400070,,,,,,,,,,,,,,,"Of course, instead of air, it's my semen that's filling her." +592000 ,,,,,1400070,,千恵,Chie,110_SE00_c_142.wav,chie,,0,,,,,,,,Obuu! Aguguuu! Fwaaaaah! Daddy's... in Chii- chan's butt... +592100 ,,,,,1400070,,,,,,,,,,,,,,,"With the repeated semen enema, Chii-chan closes her eyes and\nendures it." +592200 ,,,,,1400070,,主人公,,,,,,,,,,,,,Kuu! ...I-I'm all out! +592300 ,,,,,1400070,,千恵,Chie,110_SE00_c_143.wav,chie,,0,,,,,,,,Nngh... Fwaa... Haa haa... My butt... inside... it's so\nfull... higu +592400 ,,,,,1400070,,千恵,Chie,110_SE00_c_144.wav,chie,,0,,,,,,,,My tummy's so full... Chii-chan... feels like when I had a\nstomach ache +592500 ,,,,,1400070,,主人公,,,,,,,,,,,,,Phew... Phew... That felt good... Chii-chan +592600 ,,,,,1400070,,千恵,Chie,110_SE00_c_145.wav,chie,,0,,,,,,,,Nfuh... Haa haa... Chii-chan too... +592700 ,,,,,1400070,,主人公,,,,,,,,,,,,,Ugh! +592800 ,,,,,1400070,,,,,,,,,,,,,,,"Chii-chan's anus is still squeezing my cock, and it's almost\npainful." +592900 ,,,,,1400070,,主人公,,,,,,,,,,,,,"Chii-chan, I'm going to pull out my cock, okay?" +593000 ,,,,,1400070,,千恵,Chie,110_SE00_c_146.wav,chie,,0,,,,,,,,"Ahh... wait, Daddy..." +593200 ,,,,,1400080,,,,,,,,,,,,,,,As I pull out the throbbing thing from Chii- chan's anus. +593300 ,,,,,1400080,,,,,,,,,,,,,,,――Splurt! Splurt splurt! +593400 ,,,,,1400080,,千恵,Chie,110_SE00_c_147.wav,chie,,0,,,,,,,,Hahyu! +593500 ,,,,,1400080,,主人公,,,,,,,,,,,,,Wow... what a sound... +593600 ,,,,,1400080,,,,,,,,,,,,,,,"Chii-chan's anus is left gaping open, and with a gurgling\nsound, semen flows out." +593700 ,,,,,1400080,,千恵,Chie,110_SE00_c_148.wav,chie,,0,,,,,,,,Ahh... Chii-chan's leaking... from her butt +593800 ,,,,,1400080,,主人公,,,,,,,,,,,,,"Ah well, it's good it was semen, if it were poop, it\nwould've been a disaster." +593900 ,,,,,1400080,,千恵,Chie,110_SE00_c_149.wav,chie,, ,,,,,,,,U-uh... it's because of Daddy... +594000 ,,,,,1400080,,,,,,,,,,,,,,,"It seems like she's trying to squeeze her anus to stop it,\nbut it's just twitching, and to me, it looks like she's\ninviting me." +594100 ,,,,,1400080,,主人公,,,,,,,,,,,,,"...Chii-chan, do you want to keep going?" +594200 ,,,,,1400080,,千恵,Chie,110_SE00_c_150.wav,chie,,0,,,,,,,,Ugh... today... I can't anymore... +594300 ,$go join_1,,,,,,,,,,,,,,,,,,, +594400 ,*sel_1b,,,,,,,,,,,,,,,,,,,■AFinish outside +594500 ,,,,,1400060,,,,,,,,,,,,,,,Alright! Let's aim for that cute butt! +594600 ,,,,,1400060,,千恵,Chie,110_SE00_c_151.wav,chie,,0,,,,,,,,Fuaaaa! Daddy! Nnn! Nguuuu! Aaaaah! Ahh! +594700 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Chii-chan! Chii-chan, I'm going to finish! I'm going to\ncover your butt!" +594800 ,,,,,1400060,,千恵,Chie,110_SE00_c_152.wav,chie,,0,,,,,,,,Fuwaa! Daddy... are you going to cover Chii- chan's butt? +594900 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Yeah, Chii-chan! I'm going to give you lots of warmth!" +595000 ,,,,,1400060,,千恵,Chie,110_SE00_c_153.wav,chie,,0,,,,,,,,"Ahh! Nngh! Okay, I got it!" +595100 ,,,,,1400060,,主人公,,,,,,,,,,,,,I'm going to release a lot and make Chii- chan all white! +595200 ,,,,,1400060,,,,,,,,,,,,,,,"Inside Chii-chan's intestines, which are squeezing tightly,\nI relentlessly move my cock back and forth seeking the final\npleasure." +595300 ,,,,,1400060,,千恵,Chie,110_SE00_c_154.wav,chie,,0,,,,,,,,Naaah! Ahhh... ahh! Hahh! Hii! I'm coming! +595400 ,,,,,1400060,,千恵,Chie,110_SE00_c_155.wav,chie,,0,,,,,,,,I-I'm about to come... hyan!? Fuwaa! I'm going to come with\nmy butt!? +595500 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Yeah, I got it!" +595600 ,,,,,1400060,,,,,,,,,,,,,,,"I pick up the pace, moving back and forth inside her\nintestines, causing the air and intestinal fluids to make\nlewd sounds as they escape." +595700 ,,,,,1400060,,千恵,Chie,110_SE00_c_156.wav,chie,,0,,,,,,,,With my butt! Fwaaaaa! +595900 ,,,,,1400060,,,,,,,,,,,,,,,I pull out my cock at the last moment and let the semen gush\nout as much as I want. +596000 ,,,,,1400081,,,,,,,,,,,,,,,――Splurt splurt splurt~~~! Splurt! Splurt! +596100 ,,,,,1400081,,千恵,Chie,110_SE00_c_157.wav,chie,,0,,,,,,,,"Ahhh!? Ah, fuaaahhhhhh!?" +596200 ,,,,,1400081,,主人公,,,,,,,,,,,,,Kuuuu!! +596300 ,,,,,1400081,,,,,,,,,,,,,,,"Letting out a scream-like voice, Chii-chan bounces her body\nrepeatedly like a toy frog being inflated with air." +596400 ,,,,,1400081,,,,,,,,,,,,,,,"Every time the semen splashes on her, she reacts with a\njolt, as if hot water is being poured on her." +596500 ,,,,,1400081,,千恵,Chie,110_SE00_c_158.wav,chie,,0,,,,,,,,Daddy's semen is so hot! Ahh... auuu... +596600 ,,,,,1400081,,,,,,,,,,,,,,,Chii-chan closes her eyes and accepts the repeated rain of\nsemen. +596700 ,,,,,1400081,,,,,,,,,,,,,,,Her butt and back are completely white now. +596800 ,,,,,1400081,,主人公,,,,,,,,,,,,,Kuu! ...I can't release anymore! +596900 ,,,,,1400081,,千恵,Chie,110_SE00_c_159.wav,chie,,0,,,,,,,,Nngh... fwaa... hahh... Chii-chan's butt... got so much on\nit... huff +597000 ,,,,,1400081,,千恵,Chie,110_SE00_c_160.wav,chie,,0,,,,,,,,My butt... it's all sticky... just like when I wet myself +597100 ,,,,,1400081,,主人公,,,,,,,,,,,,,Huff... huff... it felt so good... Chii- chan +597200 ,,,,,1400081,,千恵,Chie,110_SE00_c_161.wav,chie,,0,,,,,,,,Nfuh... hahh... it did for Chii-chan too... +597300 ,,,,,1400081,,主人公,,,,,,,,,,,,,Ugh! +597400 ,,,,,1400081,,,,,,,,,,,,,,,"Chii-chan's anus is left gaping and twitching, looking like\na separate creature." +597500 ,,,,,1400081,,千恵,Chie,110_SE00_c_162.wav,chie,,0,,,,,,,,Fuaa... Chii-chan's butt... won't close +597600 ,,,,,1400081,,主人公,,,,,,,,,,,,,"It's okay, after squeezing Daddy's cock so much, it won't\nstay open." +597700 ,,,,,1400081,,千恵,Chie,110_SE00_c_163.wav,chie,,0,,,,,,,,U-uhh... what if it doesn't close? +597800 ,,,,,1400081,,,,,,,,,,,,,,,"She seems to be trying to tighten it to stop it, but it's\njust twitching, and to me, it looks like an invitation." +597900 ,,,,,1400081,,,,,,,,,,,,,,,Wow... my cock is reacting again. +598000 ,,,,,1400081,,主人公,,,,,,,,,,,,,"...Chii-chan, do you want to go again?" +598100 ,,,,,1400081,,千恵,Chie,110_SE00_c_164.wav,chie,,0,,,,,,,,Uuu~... I can't do it anymore today... +598200 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +598300 ,$event_return,,,,,,,,,,,,,,,,,,, +598400 ,,,10,31,,,主人公,,,,,,,,,,,,,Phew... I came so much today that I can't anymore. +598500 ,,,,,,,主人公,,,,,,,,,,,,,Chii-chan's anus feels too good. +598600 ,,,,,,,千恵,Chie,110_SE00_c_165.wav,chie,,5,,,,,,,,"Daddy, are you not going to come anymore today?" +598700 ,,,,,,,主人公,,,chie,,5,,,,,,,,"Hmm? If Chii-chan still wants to, I'll try my best." +598800 ,,,,,,,千恵,Chie,110_SE00_c_166.wav,chie,,1,,,,,,,,"That's not it, I was wondering if you should save some for\nMom." +598900 ,,,,,,,主人公,,,chie,,1,,,,,,,,"For Mom, huh..." +599000 ,,,,,,,,,,chie,,1,,,,,,,,I think it's a bit odd for a daughter to worry about her\nmom's share of semen. +599100 ,,,,,,,,,,chie,,1,,,,,,,,"...Well, maybe it's just like my daughter to do so." +599200 ,,,,,,,千恵,Chie,110_SE00_c_167.wav,chie,,23,,,,,,,,"Daddy, don't you want a baby with Mom?" +599300 ,,,,,,,主人公,,,chie,,23,,,,,,,,Hmm... does Chii-chan want a little sister? +599400 ,,,,,,,千恵,Chie,110_SE00_c_168.wav,chie,,4,,,,,,,,I do! +599500 ,,,,,,,千恵,Chie,110_SE00_c_169.wav,chie,,14,,,,,,,,...But I don't want Daddy to be taken away. +599600 ,,,,,,,主人公,,,chie,,14,,,,,,,,I don't think that would happen. +599700 ,,,,,,,千恵,Chie,110_SE00_c_170.wav,chie,,34,,,,,,,,"But Daddy, you like little kids, right? If someone smaller\nthan Chii-chan comes along..." +599800 ,,,,,,,主人公,,,chie,,34,,,,,,,,"No... even Daddy has some sense of ethics, you know?" +599900 ,,,,,,,千恵,Chie,110_SE00_c_171.wav,chie,,23,,,,,,,,Ethics? +600000 ,,,,,,,主人公,,,chie,,23,,,,,,,,It means I know the difference between what's okay and\nwhat's not. +600100 ,,,,,,,千恵,Chie,110_SE00_c_172.wav,chie,,3,,,,,,,,"Is that so? Daddy, you really understand those things, huh." +600200 ,,,,,,,主人公,,,chie,,3,,,,,,,,That's right. +600300 ,,,,,,,主人公,,,chie,,3,,,,,,,,... +600400 ,,,,,,,,,,chie,,3,,,,,,,,"...It's not something I should say, considering I'm putting\nmy dick in my stepdaughter's ass and ejaculating like crazy." +600500 ,,,,,,,千恵,Chie,110_SE00_c_173.wav,chie,,1,,,,,,,,Then I want a little sister! +600600 ,,,,,,,千恵,Chie,110_SE00_c_174.wav,chie,,21,,,,,,,,"Daddy, put it inside Mom's pussy." +600700 ,,,,,,,主人公,,,chie,,21,,,,,,,,"Uh, um... yeah, sure." +600800 ,,,,,,,主人公,,,chie,,21,,,,,,,,"I think Mom might have gone through menopause, though?" +600900 ,,,,,,,千恵,Chie,110_SE00_c_175.wav,chie,,3,,,,,,,,Menopause? What's that? +601000 ,,,,,,,,,,chie,,3,,,,,,,,"Well, it's not something she would understand." +601100 ,,,,,,,主人公,,,chie,,3,,,,,,,,It means she might not be able to have babies anymore. +601200 ,,,,,,,千恵,Chie,110_SE00_c_176.wav,chie,,34,,,,,,,,Really? That's too bad... +601300 ,,,,,,,,,,chie,,34,,,,,,,,Chii-chan looked dejected and buried her face in the futon. +601400 ,,,,,,,,,,chie,,34,,,,,,,,But she quickly got up. +601500 ,,,,,,,千恵,Chie,110_SE00_c_177.wav,chie,,4,,,,,,,,"I know! When I get my period, I'll have Daddy's baby." +601600 ,,,,,,,,,,chie,,4,,,,,,,,"Oh, oh! That's a wonderful idea, but quite a controversial\none for a daughter." +601700 ,,,,,,,千恵,Chie,110_SE00_c_178.wav,chie,,21,,,,,,,,I don't mind having a baby! +601800 ,,,,,,,主人公,,,chie,,21,,,,,,,,Well... maybe when you're a bit older and can get married. +601900 ,,,,,,,千恵,Chie,110_SE00_c_179.wav,chie,,1,,,,,,,,Then I'll grow up fast! And have Daddy's child. +602000 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Yeah, I'm looking forward to it." +602100 ,,,,,,,,,,,,,,,,,,,,...Looking forward to it... huh. +602200 ,,,,,,,,,,,,,,,,,,,,"In this situation, no matter what I do, it won't turn out\nwell." +602300 ,,,,,,,,,,,,,,,,,,,,I don't know when Mom will find out. +602400 ,,,,,,,,,,,,,,,,,,,,"When Chii-chan grows up, she'll realize how abnormal this\nis." +602500 ,,,,,,,,,,,,,,,,,,,,Both Chii-chan and I are in an abnormal world we can't\nreturn from. +602600 ,,,,,,,,,,,,,,,,,,,,"Maybe Chii-chan might accept it, but it would make Mom sad." +602700 ,,,,,,,,,,,,,,,,,,,,Our future is filled with nothing but anxiety. A bright\nfuture will never come. +602800 ,,,,,,,,,,,,,,,,,,,,"So just for now... at least for now, let's enjoy it." +602900 ,,,,,,,主人公,,,"chieL,privateB",,0,,,,,,,,Chii-chan. +603000 ,,,,,,,千恵,Chie,110_SE00_c_180.wav,chieL,,13,,,,,,,,"Ahaha! Daddy, you're squeezing me too tight! What's wrong?" +603100 ,,,,,,,主人公,,,chieL,,13,,,,,,,,Hmm? I just love Chii-chan too much. +603200 ,,,,,,,千恵,Chie,110_SE00_c_181.wav,chieL,,21,,,,,,,,"Then I love Daddy too, so squeeze!" +603300 ,,,,,,,,,,chieL,,21,,,,,,,,"Clinging to the warmth that would eventually disappear, we\nfell asleep." +603400 ,$exit chie,,,,,,,,,,,,,,,,,,, +604000 ,@yuko_route_not_exist,,,,,,,,,,,,,,,,,,,Yuuko Bad END +604200 ,,,8,111,,,主人公,,,"yuko,private",,33,,,,,,,,"Yuuko-san, please marry me!" +604300 ,,,,,,,,,,yuko,,33,,,,,,,,"Having decided to become Chii-chan's father, I confessed to\nYuuko-san without hesitation." +604400 ,,,,,,,,,,yuko,,33,,,,,,,,"Yuuko-san seemed surprised by the sudden proposal, but she\nnodded." +604500 ,,,,31,,,,,,,,,,,,,,,,"And now, I'm living with Chii-chan and Yuuko- san, the three\nof us together." +604600 ,,,,,,,,,,,,,,,,,,,,"Since confessing to Yuuko-san, I've stopped having sex with\nChii-chan." +604700 ,,,,,,,,,,,,,,,,,,,,Because I wanted to live as Chii-chan's father from now on. +604900 ,,,,,,,主人公,,,,,,,,,,,,,"...It's about time for Chii-chan to come home, isn't it?" +605000 ,,,,11,,,,,,,,,,,,,,,,"As I step outside the shop, I hear a familiar voice from\nafar." +605100 ,,,,,,,主人公,,,,,,,,,,,,,"Hey, Chii-chan, welcome back~" +605200 ,,,,,,,,,,,,,,,,,,,,"I waved both hands energetically, and Chii- chan waved back\nin the same way." +605300 ,,,,,,,,,,,,,,,,,,,,"The shape of happiness I once imagined might have changed a\nbit, but right now, I'm incredibly happy." +605400 ,,,,,,,,,,,,,,,,,,,,I want to watch Chii-chan grow up... that's what I think. +605700 ,$exit yuko_bad,,,,,,,,,,,,,,,,,,,The End (Staff Roll) +, diff --git a/datascn.tac/06komako.csv b/datascn.tac/06komako.csv new file mode 100644 index 0000000..37de970 --- /dev/null +++ b/datascn.tac/06komako.csv @@ -0,0 +1,4564 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@route_komako,,,,,,,,,,,,,,,,,,,Komako Route +10600 ,@200_KC00,,,,,,,,,,,,,,,,,,, +10800 ,,,3,41,,,コマコ,Komako,200_KC00_k_000.wav,"komako,privateB",,1,,,,,,,,"Uncle, I'm here." +10900 ,,,,,,,主人公,Kiyoshi,,komako,,1,,,,,,,,"Welcome, come on in." +11000 ,,,,,,,,,,komako,,1,,,,,,,,"Komako-chan, who has gotten quite used to this, quickly\ntakes off her shoes and comes into the room." +11100 ,,,,,,,,,,komako,,1,,,,,,,,She should already know what we're going to do. +11200 ,,,,,,,,,,komako,,1,,,,,,,,"But today, my feelings are a little different from usual." +11300 ,,,,,,,,,,komako,,1,,,,,,,,"It's the usual, yet not quite the usual, 'study session'\nwith Komako-chan that's about to begin." +11400 ,,,,,,,コマコ,Komako,200_KC00_k_001.wav,komako,,3,,,,,,,,What are we doing today? +11500 ,,,,,,,,,,komako,,3,,,,,,,,"Komako-chan seems eager to learn, or rather, she's in a\nhurry to get closer to Chie-chan." +11600 ,,,,,,,,,,komako,,3,,,,,,,,"For such a Komako-chan, I've prepared something special." +11700 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"I have a present for you today, Komako- chan." +11800 ,,,,,,,コマコ,Komako,200_KC00_k_002.wav,komako,,23,,,,,,,,A present? +11900 ,,,,,,,,,,komako,,23,,,,,,,,"Perhaps surprised by the unexpected words, Komako-chan\nlooked puzzled." +12000 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"It's something you've wanted for a while, Komako-chan." +12100 ,,,,,,,コマコ,Komako,200_KC00_k_003.wav,komako,,3,,,,,,,,Something I've wanted? +12200 ,,,,,,,,,,komako,,3,,,,,,,,Komako-chan cutely tilted her head. I took out the 'present'\nand showed it to her. +12300 ,,,,,,,,,,komako,,3,,,,,,,,"Suddenly, Komako-chan jumped up with excitement." +12400 ,,,,,,,コマコ,Komako,200_KC00_k_004.wav,komako,,4,,,,,,,,A penis! +12500 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"Well, it is a penis." +12600 ,,,,,,,,,,komako,,4,,,,,,,,I couldn't help but chuckle at her enthusiastic reaction. +12700 ,,,,,,,,,,komako,,4,,,,,,,,"What Komako-chan called a 'penis' was a strap-on that, when\nworn around a woman's waist, makes it look like she has a\npenis growing from her crotch." +12800 ,,,,,,,コマコ,Komako,200_KC00_k_005.wav,komako,,3,,,,,,,,"Wow... You put this on your crotch, right?" +12900 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"That's right. If you wear this, Komako-chan will have a\npenis! Then you can do it with Chie-chan, right?" +13000 ,,,,,,,コマコ,Komako,200_KC00_k_006.wav,komako,,1,,,,,,,,Yeah! +13100 ,,,,,,,,,,komako,,1,,,,,,,,Komako-chan looked more excited than I expected as she\nexamined the lewdly shaped adult toy. +13200 ,,,,,,,コマコ,Komako,200_KC00_k_007.wav,komako,,0,,,,,,,,"It's bigger than yours, uncle." +13300 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"W-Well, yeah..." +13400 ,,,,,,,,,,komako,,0,,,,,,,,"Don't say things that unintentionally hurt me, Komako-chan." +13500 ,,,,,,,コマコ,Komako,200_KC00_k_008.wav,komako,,21,,,,,,,,Can I try it on? +13600 ,,,,,,,,,,komako,,21,,,,,,,,"Unable to contain her excitement, Komako-chan immediately\ntried to put the strap-on around her waist. I hurriedly\nstopped her." +13700 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,,,,,"W-Wait a minute, Komako-chan, take a closer look at that\ntoy." +13800 ,,,,,,,,,,komako,,21,,,,,,,,I turned the panty-like part of the strap-on inside out and\nshowed it to Komako-chan. +13900 ,,,,,,,,,,komako,,21,,,,,,,,"The part that would go against her vagina also had a\nprotrusion, smaller than the penis in front but still there." +14000 ,,,,,,,コマコ,Komako,200_KC00_k_009.wav,komako,,23,,,,,,,,...There's a penis on the other side too. +14100 ,,,,,,,,,,komako,,23,,,,,,,,"As Komako-chan said, this strap-on was double-ended." +14300 ,,,,,,,コマコ,Komako,200_KC00_k_010.wav,komako,,23,,,,,,,,How do you use this side? Isn't it in the way? +14500 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,The one on the other side is inserted into Komako-chan's\nvagina. +14600 ,,,,,,,コマコ,Komako,200_KC00_k_011.wav,komako,,22,,,,,,,,Into my vagina...? +14700 ,,,,,,,主人公,Kiyoshi,,komako,,22,,,,,,,,"Yes, right here." +14800 ,,,,,,,,,,komako,,22,,,,,,,,I casually reached for Komako-chan's crotch. +14900 ,,,,,,,,,,komako,,22,,,,,,,,"Komako-chan, already used to it, didn't seem to mind.\nInstead, she said, 'If we're going to do it, I'll take it\noff because it'll get dirty.'" +15000 ,,,,,,,コマコ,Komako,200_KC00_k_012.wav,komako,,33,,,,,,,,I don't really need to put it in myself. +15100 ,,,,,,,,,,komako,,33,,,,,,,,"She said that in response to what I mentioned earlier. Well,\nKomako-chan wants to do it with Chie-chan, not have it done\nto her..." +15200 ,,,,,,,主人公,Kiyoshi,,komako,,33,,,,,,,,"But I thought this way, it might feel like you're more\nconnected to Chie-chan." +15300 ,,,,,,,コマコ,Komako,200_KC00_k_013.wav,komako,,26,,,,,,,,...Connected? +15400 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,Yeah. +15500 ,,,,,,,,,,komako,,26,,,,,,,,"Hearing that, she seemed a bit interested." +15600 ,,,,,,,コマコ,Komako,200_KC00_k_014.wav,komako,,6,,,,,,,,But will it fit in my vagina? +15700 ,,,,,,,,,,komako,,6,,,,,,,,"The protrusion isn't that big, but it's natural for Komako-\nchan to be worried since she's inexperienced." +15800 ,,,,,,,主人公,Kiyoshi,,komako,,6,,,,,,,,"That's right. So, we need to get Komako-chan used to it too." +15900 ,,,,,,,主人公,Kiyoshi,,komako,,6,,,,,,,,"If a girl doesn't know how it feels or how painful it might\nbe the first time, Chie-chan might end up in a lot of pain,\nright?" +16000 ,,,,,,,コマコ,Komako,200_KC00_k_015.wav,komako,,2,,,,,,,,Yeah. +16100 ,,,,,,,,,,komako,,2,,,,,,,,"Komako-chan seemed to understand somehow. Alright, now for\nthe main point." +16200 ,,,,,,,主人公,Kiyoshi,,komako,,2,,,,,,,,"So, let's try it with me, okay?" +16300 ,,,,,,,コマコ,Komako,200_KC00_k_016.wav,komako,,24,,,,,,,,Huh? +16400 ,,,,,,,,,,komako,,24,,,,,,,,I decided to be bold and confess. +16500 ,,,,,,,主人公,Kiyoshi,,komako,,24,,,,,,,,"Let's practice with my dick. It's a bit softer and... well,\nit's a bit smaller too." +16600 ,,,,,,,,,,komako,,24,,,,,,,,"Hearing that, Komako-chan made an obviously conflicted face." +16700 ,,,,,,,コマコ,Komako,200_KC00_k_017.wav,komako,,16,,,,,,,,...Hmm. +16800 ,,,,,,,主人公,Kiyoshi,,komako,,16,,,,,,,,Don't make such a displeased face... it hurts my feelings. +16900 ,,,,,,,コマコ,Komako,200_KC00_k_018.wav,komako,,13,,,,,,,,"You're going to put your dick in my pussy, right? That's\n'sex', isn't it?" +17000 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"Y-Yeah, that's right." +17100 ,,,,,,,コマコ,Komako,200_KC00_k_019.wav,komako,,11,,,,,,,,You only have 'sex' with the person you like the most. +17200 ,,,,,,,,,,komako,,11,,,,,,,,Komako-chan said that. +17300 ,,,,,,,主人公,Kiyoshi,,komako,,11,,,,,,,,"So, you won't have 'sex' with me, Komako- chan?" +17400 ,,,,,,,コマコ,Komako,200_KC00_k_020.wav,komako,,22,,,,,,,,Hmm... I guess so... +17500 ,,,,,,,,,,komako,,22,,,,,,,,"After coming this far, that's not an option." +17600 ,,,,,,,,,,komako,,22,,,,,,,,"I mean, I like Komako-chan. I've decided to go all in." +17700 ,,,,,,,,,,komako,,22,,,,,,,,I have to persuade her somehow. +17800 ,,,,,,,主人公,Kiyoshi,,komako,,22,,,,,,,,"Komako-chan, you like Chie-chan the most, but actually, I\nlike you the most." +17900 ,,,,,,,コマコ,Komako,200_KC00_k_021.wav,"komakoL,privateB",,24,,,,,,,,...Really? +18000 ,,,,,,,,,,komakoL,,24,,,,,,,,Komako-chan widened her eyes a little in surprise. +18100 ,,,,,,,主人公,Kiyoshi,,komakoL,,24,,,,,,,,"Yeah. That's why I want to have 'sex' with you, and I don't\nwant to have 'sex' with anyone else." +18200 ,,,,,,,,,,komakoL,,24,,,,,,,,That's not entirely true... but it's true that I want to do\nthe most intimate things with Komako-chan. +18300 ,,,,,,,,,,komakoL,,24,,,,,,,,And that I like Komako-chan the most. +18400 ,,,,,,,主人公,Kiyoshi,,komakoL,,24,,,,,,,,Is it still no good? +18500 ,,,,,,,コマコ,Komako,200_KC00_k_022.wav,komakoL,,13,,,,,,,,Hmm. +18600 ,,,,,,,,,,komakoL,,13,,,,,,,,"Komako-chan is still hesitating. Damn, I won't give up." +18700 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"I know Chie-chan is your number one, but you like me a\nlittle, right?" +18800 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,For example... am I number one among the guys!? +18900 ,,,,,,,コマコ,Komako,200_KC00_k_023.wav,komako,,11,,,,,,,,You're not number one. +19000 ,,,,,,,,,,komako,,11,,,,,,,,Wha- +19100 ,,,,,,,,,,komako,,11,,,,,,,,What did you say!!?? +19200 ,,,,,,,主人公,Kiyoshi,,komako,,11,,,,,,,,W-what rank am I...!? How much do you like me!? +19300 ,,,,,,,コマコ,Komako,200_KC00_k_024.wav,komako,,14,,,,,,,,"You're scary, mister." +19400 ,,,,,,,,,,komako,,14,,,,,,,,"Komako-chan said that with a calm, disapproving look." +19500 ,,,,,,,,,,komako,,14,,,,,,,,"Y-yeah, she's right. C-calm down, calm down, me." +19600 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"But I'm curious about how much you like me. I mean, we're\nsuch good friends, Komako- chan..." +19700 ,,,,,,,,,,komako,,14,,,,,,,,"As I said that, Komako-chan started counting on her fingers." +19800 ,,,,,,,コマコ,Komako,200_KC00_k_025.wav,komako,,33,,,,,,,,Number one is Chie-chan. +19900 ,,,,,,,主人公,Kiyoshi,,komako,,33,,,,,,,,I know that. +20000 ,,,,,,,コマコ,Komako,200_KC00_k_026.wav,komako,,20,,,,,,,,"Then it's my dad, my mom... and next is Tenka-chan, I guess." +20100 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,,,,,Yeah. +20200 ,,,,,,,,,,komako,,20,,,,,,,,"If her dad is included, then I'm definitely not number one\namong the guys... but I guess her dad is unavoidable..." +20300 ,,,,,,,,,,komako,,20,,,,,,,,And it's understandable that Tenka-chan is there since\nthey're close friends. +20400 ,,,,,,,コマコ,Komako,200_KC00_k_027.wav,komako,,1,,,,,,,,And then there's our Laika. +20500 ,,,,,,,主人公,Kiyoshi,,komako,,1,,,,,,,,"...? Who's Laika? Or rather, what is Laika?" +20600 ,,,,,,,コマコ,Komako,200_KC00_k_028.wav,komako,,0,,,,,,,,Our dog. It's cute. +20700 ,,,,,,,,,,komako,,0,,,,,,,,"So it's the name of a pet! Wait, I'm ranked below a dog!" +20800 ,,,,,,,,,,komako,,0,,,,,,,,"But well, I guess it's inevitable to lose to a pet..." +21000 ,,,,,,,コマコ,Komako,200_KC00_k_029.wav,komako,,21,,,,,,,,And then there's the school teacher. +21100 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,,,,,Eh― +21200 ,,,,,,,,,,komako,,21,,,,,,,,I'm ranked below the school teacher... that's quite a shock. +21300 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,,,,,I-Is that teacher a male teacher...? +21400 ,,,,,,,コマコ,Komako,200_KC00_k_030.wav,komako,,23,,,,,,,,It's a female teacher though. +21500 ,,,,,,,,,,komako,,23,,,,,,,,Safe! +21600 ,,,,,,,コマコ,Komako,200_KC00_k_031.wav,komako,,0,,,,,,,,You're around next after that. +21700 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"I-I see, that's how it is." +21800 ,,,,,,,,,,komako,,0,,,,,,,,"Chie-chan, her dad, her mom, Tenka-chan, the pet, the school\nteacher, and then me, so I'm seventh. Is that high or\nlow...?" +21900 ,,,,,,,,,,komako,,0,,,,,,,,"However, among them, only Chie-chan and I have a special\nposition. In other words..." +22000 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Among them, who do you think it's okay to do naughty things\nwith?" +22100 ,,,,,,,コマコ,Komako,200_KC00_k_032.wav,komako,,9,,,,,,,,...M-Mmm. +22200 ,,,,,,,,,,komako,,9,,,,,,,,"Obviously, her dad, mom, pet, and school teacher aren't\npartners for naughty things. Also, she probably doesn't want\nto do naughty things with Tenka-chan either." +22300 ,,,,,,,,,,komako,,9,,,,,,,,"So, my rank keeps moving up. In other words," +22400 ,,,,,,,コマコ,Komako,200_KC00_k_033.wav,komako,,27,,,,,,,,...Second? +22500 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,"After Chie-chan, right?" +22600 ,,,,,,,コマコ,Komako,200_KC00_k_034.wav,komako,,14,,,,,,,,Y-Yeah... +22700 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan nodded with a troubled expression. +22800 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"And if it's a guy, I'm number one." +22900 ,,,,,,,コマコ,Komako,200_KC00_k_035.wav,komako,,16,,,,,,,,Mmm... +23000 ,,,,,,,,,,komako,,16,,,,,,,,"Reluctantly, Komako-chan nodded." +23100 ,,,,,,,主人公,Kiyoshi,,komako,,16,,,,,,,,Is it still no good? +23200 ,,,,,,,コマコ,Komako,200_KC00_k_036.wav,komako,,11,,,,,,,,But... +23300 ,,,,,,,主人公,Kiyoshi,,komako,,11,,,,,,,,"I like you the most, Komako-chan! Look, please! I'm begging\nyou!" +23400 ,,,,,,,コマコ,Komako,200_KC00_k_037.wav,komako,,36,,,,,,,,"But, I don't like you..." +23500 ,,,,,,,,,,komako,,36,,,,,,,,Being told she was liked seemed to leave Komako-chan a bit\nflustered. +23600 ,,,,,,,,,,komako,,36,,,,,,,,"Well, Komako-chan probably hasn't been confessed to before.\nAnd she likely never imagined an adult would beg on their\nknees." +23700 ,,,,,,,,,,komako,,36,,,,,,,,"Is it just my imagination, or does she not seem entirely\ndispleased with the confession itself?" +23800 ,,,,,,,,,,komako,,36,,,,,,,,"Anyway, I have to push forward here." +23900 ,,,,,,,主人公,Kiyoshi,,komako,,36,,,,,,,,"I'm always thinking about you, Komako-chan! I can't wait to\nsee cute Komako-chan! I'm so happy to be with you today too." +24000 ,,,,,,,コマコ,Komako,200_KC00_k_038.wav,komako,,13,,,,,,,,"Mmm, mmm, mmm, mmm..." +24100 ,,,,,,,,,,komako,,13,,,,,,,,She seems to be wavering... I think. +24200 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"Look, I'll even be your lover, Komako-chan!" +24300 ,,,,,,,コマコ,Komako,200_KC00_k_039.wav,komako,,13,,,,,,,,...Lover? +24400 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,Yes! Someone who helps out for Komako-chan. I'll help with\nanything! +24500 ,,,,,,,コマコ,Komako,200_KC00_k_040.wav,komakoL,,24,,,,,,,,Really!? +24600 ,,,,,,,,,,komakoL,,24,,,,,,,,"Ah, as usual, she reacts well when Chie-chan is involved...\nIt's good to see a breakthrough, but it's kind of\ncomplicated." +24700 ,,,,,,,,,,komakoL,,24,,,,,,,,"However, since there's nothing else to use as leverage, I\ndecided to cling to that." +24800 ,,,,,,,主人公,Kiyoshi,,komakoL,,24,,,,,,,,"I'll do my best to make sure things go well between you and\nChie-chan, Komako-chan!" +24900 ,,,,,,,主人公,Kiyoshi,,komakoL,,24,,,,,,,,"In return, I want you to like me sometimes, even just a\nlittle." +25000 ,,,,,,,主人公,Kiyoshi,,komakoL,,24,,,,,,,,"You know, doing naughty things..." +25100 ,,,,,,,,,,komakoL,,24,,,,,,,,"After a lot of thinking, Komako-chan finally spoke up." +25200 ,,,,,,,コマコ,Komako,200_KC00_k_041.wav,komakoL,,22,,,,,,,,...Will you really help me get along with Chie-chan? +25300 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,!! Of course!! +25400 ,,,,,,,コマコ,Komako,200_KC00_k_042.wav,komakoL,,22,,,,,,,,Then... okay. +25500 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"Thank you! I love you, Komako-chan!" +25600 ,,,,,,,コマコ,Komako,200_KC00_k_043.wav,komako,,6,,,,,,,,...You remind me of my grandpa... +25700 ,,,,,,,,,,komako,,6,,,,,,,,The cheek rub I gave her wasn't very well received by\nKomako-chan. +25900 ,,,9,,2200000,,,,,,,,,,,,,,, +26000 ,*mem,,,,2200000,,,,,,,,,,,,,,, +26100 ,,,9,,2200000,,,,,,,,,,,,,,,"Komako-chan sat down, using my chest as a backrest." +26200 ,,,,,2200000,,,,,,,,,,,,,,,Just the feel of her smooth skin had me excited. +26300 ,,,,,2200000,,コマコ,Komako,200_KC00_k_044.wav,komako,,0,,,,,,,,...Naked. +26400 ,,,,,2200000,,,,,,,,,,,,,,,"As she said, Komako-chan wasn't wearing anything. Her\nbreasts and crotch were completely exposed. She was\nstraddling my penis just like that." +26500 ,,,,,2200000,,,,,,,,,,,,,,,I hooked my knee over Komako-chan's slightly closed legs and\nspread them wide. +26600 ,,,,,2200000,,コマコ,Komako,200_KC00_k_045.wav,komako,,0,,,,,,,,...Mmm. +26700 ,,,,,2200000,,,,,,,,,,,,,,,Komako-chan let out a small sound of protest and blushed. +26800 ,,,,,2200000,,,,,,,,,,,,,,,"Looking down at herself, Komako-chan spoke." +26900 ,,,,,2200000,,コマコ,Komako,200_KC00_k_046.wav,komako,,0,,,,,,,,"...It's embarrassing, mister..." +27000 ,,,,,2200000,,主人公,Kiyoshi,,,,,,,,,,,,"But if you don't open your legs like this, it might hurt\nmore when the penis goes in." +27100 ,,,,,2200000,,コマコ,Komako,200_KC00_k_047.wav,komako,,0,,,,,,,,...Okay. +27200 ,,,,,2200000,,,,,,,,,,,,,,,She replied with a hint of nervousness. +27300 ,,,,,2200000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll make you feel good little by little." +27400 ,,,,,2200000,,コマコ,Komako,200_KC00_k_048.wav,komako,,0,,,,,,,,Mm. +27500 ,,,,,2200000,,,,,,,,,,,,,,,I reached out to Komako-chan's chest as she nodded. +27700 ,,,,,2200010,,,,,,,,,,,,,,,"Though it looked like a subtle curve to the eye, I could\nclearly feel the plump, soft, and squishy breasts with my\nhands." +27800 ,,,,,2200010,,,,,,,,,,,,,,,"Under her slightly sweaty skin in the summer heat, Komako-\nchan's heart was beating a little faster." +27900 ,,,,,2200010,,,,,,,,,,,,,,,"I gently opened and closed my hand, as if confirming the\nsoftness, and began to massage Komako-chan's breasts." +28000 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,How is it? Does it feel good? +28100 ,,,,,2200010,,コマコ,Komako,200_KC00_k_049.wav,komako,,0,,,,,,,,...Yeah. My breasts feel good. +28200 ,,,,,2200010,,,,,,,,,,,,,,,Komako-chan is honest about her sexual pleasure. She even\nseems to be trying hard to feel it. +28300 ,,,,,2200010,,,,,,,,,,,,,,,She's probably trying to learn with her body how to make\nChie-chan feel good too. +28400 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,"Make sure to do this for Chie-chan too, okay? Since Chie-\nchan might be nervous her first time, take it slow and help\nher relax like this." +28500 ,,,,,2200010,,コマコ,Komako,200_KC00_k_050.wav,komako,,0,,,,,,,,"Yeah, I got it." +28600 ,,,,,2200010,,,,,,,,,,,,,,,"Komako-chan nodded, wrapping her breasts with her hands and\nkneading them." +28700 ,,,,,2200010,,コマコ,Komako,200_KC00_k_051.wav,komako,,0,,,,,,,,Fwa... ah. +28800 ,,,,,2200010,,,,,,,,,,,,,,,"Komako-chan let out a cute, girlish voice that you wouldn't\nexpect from a girl who likes girls and wants to do naughty\nthings with them." +28900 ,,,,,2200010,,コマコ,Komako,200_KC00_k_052.wav,komako,,0,,,,,,,,"Nn... ah, it feels like something's tingling inside..." +29000 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,Does it tingle? +29100 ,,,,,2200010,,コマコ,Komako,200_KC00_k_053.wav,komako,,0,,,,,,,,Yeah... it feels like it's gathering in my breasts... +29200 ,,,,,2200010,,,,,,,,,,,,,,,"She arched her chest a little, as if pressing her breasts\ninto my hands. It was like she was masturbating with my\nhands." +29300 ,,,,,2200010,,コマコ,Komako,200_KC00_k_054.wav,komako,,0,,,,,,,,...It's getting tingly. +29400 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,Your nipples are getting hard. Should I pinch them? +29500 ,,,,,2200010,,コマコ,Komako,200_KC00_k_055.wav,komako,,0,,,,,,,,"Yeah, it's tingling, so I think it feels really good... ah!" +29600 ,,,,,2200010,,,,,,,,,,,,,,,"Just as she said, when I pinched her nipples, Komako-chan\nlet out a cute voice and arched her back." +29700 ,,,,,2200010,,コマコ,Komako,200_KC00_k_056.wav,komako,,0,,,,,,,,Kneading them feels good too... +29800 ,,,,,2200010,,,,,,,,,,,,,,,"Komako-chan made a request. Following her lead, I stimulated\nher nipples by rotating them with my pinching fingers." +29900 ,,,,,2200010,,コマコ,Komako,200_KC00_k_057.wav,komako,,0,,,,,,,,"Fwa, ah! Nn... ah, nn... ah...!!" +30000 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,"Seems like it feels good, Komako-chan." +30100 ,,,,,2200010,,コマコ,Komako,200_KC00_k_058.wav,komako,,0,,,,,,,,"Yeah, if I do this to Chie-chan, I wonder if she'll feel\ngood too..." +30200 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,Of course she will. +30300 ,,,,,2200010,,コマコ,Komako,200_KC00_k_059.wav,komako,,0,,,,,,,,...I want to do it to Chie-chan soon. +30400 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, let's practice more. This time, I'll touch down below,\nokay?" +30500 ,,,,,2200010,,コマコ,Komako,200_KC00_k_060.wav,komako,,0,,,,,,,,My pussy? +30600 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. +30700 ,,,,,2200010,,,,,,,,,,,,,,,"Komako-chan uses such words so casually. It's kind of\nexciting how she doesn't seem to understand the impact of\nher words, making her seem childlike." +30800 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,I'll loosen it up a bit with my fingers... +30900 ,,,,,2200010,,コマコ,Komako,200_KC00_k_061.wav,komako,,0,,,,,,,,Okay. +31000 ,,,,,2200020,,,,,,,,,,,,,,,"As I extended my fingers, Komako-chan slightly pushed her\nhips forward." +31100 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,You're being generous. +31200 ,,,,,2200020,,コマコ,Komako,200_KC00_k_062.wav,komako,,0,,,,,,,,"You have to touch it, right...?" +31300 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, otherwise it won't feel good, right?" +31400 ,,,,,2200020,,コマコ,Komako,200_KC00_k_063.wav,komako,,0,,,,,,,,"Mm, touch the spot that feels good... otherwise, I won't\nknow." +31500 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,Of course. +31600 ,,,,,2200020,,,,,,,,,,,,,,,"At Komako-chan's request, I search for the spot that seems\nto feel the best." +31800 ,,,,,2200020,,,,,,,,,,,,,,,"Komako-chan's pussy is smooth, and the slit is clearly\nvisible. But her precious clitoris is still hidden under the\nskin." +31900 ,,,,,2200020,,,,,,,,,,,,,,,"I let my fingers glide over it, slowly exploring." +32000 ,,,,,2200020,,コマコ,Komako,200_KC00_k_064.wav,komako,,0,,,,,,,,"Mm, mm, it's trembling..." +32100 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,Where's the important spot...? Here? It's still a bit\nhidden... +32200 ,,,,,2200020,,コマコ,Komako,200_KC00_k_065.wav,komako,,0,,,,,,,,But it still feels good... +32300 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,Really? But I want you to feel even better. Can I uncover\nit? +32400 ,,,,,2200020,,コマコ,Komako,200_KC00_k_066.wav,komako,,0,,,,,,,,"...Mm, it's okay." +32500 ,,,,,2200020,,,,,,,,,,,,,,,"Her face is bright red, but Komako-chan has completely\nentrusted her body to me, letting me do as I please. In\nfact, she seems to be eagerly anticipating what's next." +32600 ,,,,,2200020,,,,,,,,,,,,,,,I explore Komako-chan's pussy. It's very soft and warm. Just\nplaying with it like this makes me feel like I might cum. +32700 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,It's getting a little wet. +32800 ,,,,,2200020,,コマコ,Komako,200_KC00_k_067.wav,komako,,0,,,,,,,,"...It's not pee, okay?" +32900 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,I know. This is proof that Komako-chan is starting to feel\ngood. +33000 ,,,,,2200020,,コマコ,Komako,200_KC00_k_068.wav,komako,,0,,,,,,,,"Yeah. Chie-chan will end up like this too, huh?" +33100 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,Looking forward to it? +33200 ,,,,,2200020,,コマコ,Komako,200_KC00_k_069.wav,komako,,0,,,,,,,,Yeah...! +33300 ,,,,,2200020,,,,,,,,,,,,,,,"Komako-chan's response is quite enthusiastic. She seems\nembarrassed about getting wet herself, but she's genuinely\nlooking forward to making Chie-chan's pussy wet." +33400 ,,,,,2200020,,,,,,,,,,,,,,,"I dig into Komako-chan's pussy, searching for her clitoris.\nAfter swirling my fingers around it a few times, I peel back\nthe skin that covers it." +33500 ,,,,,2200020,,コマコ,Komako,200_KC00_k_070.wav,komako,,0,,,,,,,,Nfyu...!! +33600 ,,,,,2200020,,,,,,,,,,,,,,,Komako-chan lets out an indescribable sound and her body\ntrembles. +33700 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you're in a daze." +33800 ,,,,,2200020,,コマコ,Komako,200_KC00_k_071.wav,komako,,0,,,,,,,,"N, n... that spot makes me feel hazy... my head..." +33900 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,Are you okay? Is it too much? Should I be a bit more gentle? +34000 ,,,,,2200020,,コマコ,Komako,200_KC00_k_072.wav,komako,,0,,,,,,,,"N-no, you can touch more... touch me?" +34100 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,Really? In that case... +34200 ,,,,,2200020,,コマコ,Komako,200_KC00_k_073.wav,komako,,0,,,,,,,,"Nhyuu! N, n, nk, amazing... nnn! So much, twitching, hyafa!" +34300 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, Komako-chan, your body is twitching a lot. Is it too\nmuch? Are you okay?" +34500 ,,,,,2200030,,コマコ,Komako,200_KC00_k_074.wav,komako,,0,,,,,,,,"F, n... it feels so good... nn, fa..." +34600 ,,,,,2200030,,,,,,,,,,,,,,,Komako-chan repeatedly straightens her back and whispers\nwith incredibly hot breaths. +34700 ,,,,,2200030,,コマコ,Komako,200_KC00_k_075.wav,komako,,0,,,,,,,,"Chie-chan's body will be the same, right...?" +34800 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, though Komako-chan might be a bit too sensitive." +34900 ,,,,,2200030,,コマコ,Komako,200_KC00_k_076.wav,komako,,0,,,,,,,,"M, muu... is my body lewd...?" +35000 ,,,,,2200030,,,,,,,,,,,,,,,The way she says her body is lewd is something else. I think\nKomako-chan has great potential for being erotic... +35100 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Well, if Komako-chan teaches Chie-chan carefully, she'll\nbecome just as lewd." +35200 ,,,,,2200030,,コマコ,Komako,200_KC00_k_077.wav,komako,,0,,,,,,,,Yeah... I'll do my best. +35300 ,,,,,2200030,,,,,,,,,,,,,,,It's a bit scary because Komako-chan seems like she'll\nreally try hard. Though it seems very erotic and I'd like to\nsee it... +35400 ,,,,,2200030,,,,,,,,,,,,,,,"Even so, my hand that's playing with Komako- chan's naughty\nparts is already soaking wet." +35500 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, your pussy is already so slippery at the\nentrance. It seems like my dick could just slide right in." +35600 ,,,,,2200030,,,,,,,,,,,,,,,It's hard to believe such a young girl could get this wet. A\ngirl like Komako-chan getting so lewdly wet. +35700 ,,,,,2200030,,コマコ,Komako,200_KC00_k_078.wav,komako,,0,,,,,,,,The dick goes into the pussy hole...? +35800 ,,,,,2200030,,,,,,,,,,,,,,,"Come to think of it, I don't think I explained that clearly." +35900 ,,,,,2200030,,,,,,,,,,,,,,,"Rather, I've never actually touched it myself..." +36000 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,Um... +36100 ,,,,,2200030,,,,,,,,,,,,,,,I probe Komako-chan's pussy with my finger. +36200 ,,,,,2200030,,コマコ,Komako,200_KC00_k_079.wav,komako,,0,,,,,,,,"...Uncle, not there." +36300 ,,,,,2200030,,,,,,,,,,,,,,,Komako-chan suddenly said in a calm manner. +36400 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Eh, s-sorry, did I do something wrong?" +36500 ,,,,,2200030,,コマコ,Komako,200_KC00_k_080.wav,komako,,0,,,,,,,,...That's where pee comes out. +36600 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I'm sorry." +36700 ,,,,,2200030,,,,,,,,,,,,,,,"I apologized sincerely. Well, normally that would be\nexciting, but I wanted to respect the delicate atmosphere we\nhad." +36800 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Maybe it's below that...? Ah, my finger can go in here... is\nit here?" +36900 ,,,,,2200030,,コマコ,Komako,200_KC00_k_081.wav,komako,,0,,,,,,,,...Maybe there. +37000 ,,,,,2200030,,,,,,,,,,,,,,,"I found myself questioning why I was asking Komako-chan, but\nI couldn't help it." +37100 ,,,,,2200030,,,,,,,,,,,,,,,"But Komako-chan didn't seem to mind. In fact, she seemed\neven more excited as I touched the entrance." +37200 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, it feels like my finger might get swallowed\nup... can I put it in?" +37300 ,,,,,2200030,,コマコ,Komako,200_KC00_k_082.wav,komako,,0,,,,,,,,...Uncle's dick? +37400 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,That's right. +37500 ,,,,,2200030,,コマコ,Komako,200_KC00_k_083.wav,komako,,0,,,,,,,,...I guess I have no choice... okay. +37600 ,,,,,2200030,,,,,,,,,,,,,,,"Komako-chan nodded slightly, giving me permission. My heart\nwas pounding so hard it felt like it might leap out of my\nchest, and I felt a bit dizzy for a moment." +37700 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"...Thank you, I'll be gentle." +37800 ,,,,,2200030,,コマコ,Komako,200_KC00_k_084.wav,komako,,0,,,,,,,,I just want to know what happens when a dick goes in. +37900 ,,,,,2200030,,,,,,,,,,,,,,,"Tsundere? Well, that's probably true." +38000 ,,,,,2200030,,コマコ,Komako,200_KC00_k_085.wav,komako,,0,,,,,,,,"...If we're going to try, it might as well be with uncle's." +38100 ,,,,,2200030,,,,,,,,,,,,,,,...Komako-chan! +38200 ,,,,,2200030,,,,,,,,,,,,,,,"Overwhelmed by her cuteness, I couldn't hold back any\nlonger. I had Komako-chan lift her hips and positioned my\npenis at her small vagina." +38300 ,,,,,2200030,,コマコ,Komako,200_KC00_k_086.wav,komako,,0,,,,,,,,Uncle's dick is pretty big too... +38400 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"If it hurts, let me know, okay? I'll put it in little by\nlittle..." +38500 ,,,,,2200030,,コマコ,Komako,200_KC00_k_087.wav,komako,,0,,,,,,,,"Nn, nuh... fuh...!" +38700 ,,,,,2200040,,,,,,,,,,,,,,,"My penis slowly entered the center of Komako- chan's wide-\nopen crotch. The head was distorted by her small vagina,\nchanging into a squeezed shape." +38800 ,,,,,2200040,,,,,,,,,,,,,,,"Even so, it gradually slipped inside." +38900 ,,,,,2200040,,コマコ,Komako,200_KC00_k_088.wav,komako,,0,,,,,,,,"Nn, nn! Ah, it's hot... nnuh... and tight..." +39000 ,,,,,2200040,,,,,,,,,,,,,,,Komako-chan shivered at the sensation. +39100 ,,,,,2200040,,主人公,Kiyoshi,,,,,,,,,,,,Does it feel bad? +39200 ,,,,,2200040,,コマコ,Komako,200_KC00_k_089.wav,komako,,0,,,,,,,,Nn... not really... but it's ticklish... is this all? +39300 ,,,,,2200040,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, the tip isn't even in yet... it'll get much fuller..." +39400 ,,,,,2200040,,コマコ,Komako,200_KC00_k_090.wav,komako,,0,,,,,,,,"Nn, nn! Fuh, it's making a squishy sound...!" +39500 ,,,,,2200040,,主人公,Kiyoshi,,,,,,,,,,,,That's because Komako-chan's pussy was soaking wet. And so\nis uncle's dick. +39600 ,,,,,2200040,,コマコ,Komako,200_KC00_k_091.wav,komako,,0,,,,,,,,"Nn, uncle's dick is all slippery too... nn, it feels a bit\nweird..." +39700 ,,,,,2200040,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, it might feel unpleasant, but please bear with it." +39800 ,,,,,2200040,,コマコ,Komako,200_KC00_k_092.wav,komako,,0,,,,,,,,N-Not yet...? Is this still... halfway...? +39900 ,,,,,2200040,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, just a bit more...! Komako-chan, relax your body..." +40000 ,,,,,2200040,,コマコ,Komako,200_KC00_k_093.wav,komako,,0,,,,,,,,"Nn, ah, but, ah... nnah...!" +40100 ,,,,,2200040,,,,,,,,,,,,,,,"Komako-chan's hips suddenly dropped a bit, and it felt like\nher tight pussy was being stretched open." +40200 ,,,,,2200040,,コマコ,Komako,200_KC00_k_094.wav,komako,,0,,,,,,,,I-It hurts...!! +40300 ,,,,,2200040,,主人公,Kiyoshi,,,,,,,,,,,,A-Are you okay? Komako-chan...!? +40400 ,,,,,2200040,,コマコ,Komako,200_KC00_k_095.wav,komako,,0,,,,,,,,"M-My pussy, it popped or something... ah... nn, hiyu...!!" +40500 ,,,,,2200040,,,,,,,,,,,,,,,"With that, Komako-chan's hips started to drop more and more." +40600 ,,,,,2200040,,コマコ,Komako,200_KC00_k_096.wav,komako,,0,,,,,,,,"Nnnn, i-ah! It hurts, my pussy hurts...!!" +40700 ,,,,,2200040,,,,,,,,,,,,,,,"Even though she said that, Komako-chan's hips, unable to\nhold back due to the pain, kept swallowing my penis." +40800 ,,,,,2200040,,,,,,,,,,,,,,,Her thighs occasionally twitched painfully due to the pain. +40900 ,,,,,2200040,,,,,,,,,,,,,,,"Even so, my penis continued to feel the sensation of Komako-\nchan's inner mucous membranes, keeping it from going soft." +41000 ,,,,,2200040,,,,,,,,,,,,,,,My penis was tightly squeezed by Komako- chan's tight and\nmoist pussy. +41100 ,,,,,2200040,,,,,,,,,,,,,,,"Eventually, Komako-chan's butt fell onto my hips and pressed\nagainst me. Her entire weight was on me, pressing down on my\npenis." +41300 ,,,,,2200050,,コマコ,Komako,200_KC00_k_097.wav,komako,,0,,,,,,,,"Ugh... ugh, uncle, it hurts." +41400 ,,,,,2200050,,,,,,,,,,,,,,,Komako-chan said with a slightly resentful look. +41500 ,,,,,2200050,,主人公,Kiyoshi,,,,,,,,,,,,"S-Sorry? But, a girl's first time is painful..." +41600 ,,,,,2200050,,,,,,,,,,,,,,,I patted her head. Komako-chan puffed out her cheeks. +41700 ,,,,,2200050,,コマコ,Komako,200_KC00_k_098.wav,komako,,0,,,,,,,,Even Chi-chan would cry from this. +41800 ,,,,,2200050,,,,,,,,,,,,,,,I wonder if she's okay with her own situation... +41900 ,,,,,2200050,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Are you okay, Komako-chan?" +42000 ,,,,,2200050,,コマコ,Komako,200_KC00_k_100.wav,komako,,0,,,,,,,,I said it hurts. +42100 ,,,,,2200050,,,,,,,,,,,,,,,"...Ugh, is she mad after all?" +42200 ,,,,,2200050,,主人公,Kiyoshi,,,,,,,,,,,,I'm sorry. +42300 ,,,,,2200050,,コマコ,Komako,200_KC00_k_101.wav,komako,,0,,,,,,,,...I hope it doesn't hurt for Chi-chan too. +42400 ,,,,,2200050,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm... I think it'll hurt for Chi-chan at first too... but\neventually, it'll feel good, you know?" +42500 ,,,,,2200050,,コマコ,Komako,200_KC00_k_102.wav,komako,,0,,,,,,,,Hmm... is that so...? +42600 ,,,,,2200050,,,,,,,,,,,,,,,"Komako-chan, who knows the pleasure of sex as knowledge,\nseems to be trying to reconcile that with her current\nsensations." +42800 ,,,,,2200050,,,,,,,,,,,,,,,Komako-chan looked down at her own pussy. +42900 ,,,,,2200060,,コマコ,Komako,200_KC00_k_103.wav,komako,,0,,,,,,,,Uncle's penis disappeared. +43000 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"That's because it's inside you now, Komako- chan." +43100 ,,,,,2200060,,コマコ,Komako,200_KC00_k_104.wav,komako,,0,,,,,,,,"Uncle, can you feel that you're inside me?" +43200 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"Of course... How about you, Komako-chan? Can you tell like\nthis?" +43300 ,,,,,2200060,,,,,,,,,,,,,,,I put a little strength into my penis and arched it\nslightly. Komako-chan's body reacted with a twitch. +43400 ,,,,,2200060,,コマコ,Komako,200_KC00_k_105.wav,komako,,0,,,,,,,,"Hmm, it twitched inside my stomach." +43500 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"You can feel it, huh?" +43600 ,,,,,2200060,,コマコ,Komako,200_KC00_k_106.wav,komako,,0,,,,,,,,...Yeah. Uncle is in here. It's kind of strange. +43700 ,,,,,2200060,,,,,,,,,,,,,,,Komako-chan stroked below her navel. +43800 ,,,,,2200060,,コマコ,Komako,200_KC00_k_107.wav,komako,,0,,,,,,,,...I had 'sex' with Uncle. +43900 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, we did." +44000 ,,,,,2200060,,,,,,,,,,,,,,,"Komako-chan's words slowly made it feel real for me too. My\nmind, which had been somewhat numb, started responding to\nthe stimulation of my penis." +44100 ,,,,,2200060,,コマコ,Komako,200_KC00_k_108.wav,komako,,0,,,,,,,,"Thinking that I did it with a man before Chi-chan makes me\nfeel like I became an adult first, and it makes my heart\nrace." +44200 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"Haha, Chi-chan is your standard for everything, huh? Is it a\nsense of superiority?" +44300 ,,,,,2200060,,コマコ,Komako,200_KC00_k_109.wav,komako,,0,,,,,,,,"If I tell her I've done more naughty things than Chi-chan,\ndo you think she'd be surprised... she would be, right?" +44400 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,I think so. +44500 ,,,,,2200060,,,,,,,,,,,,,,,"Is it the thrill of keeping a secret, or is it the pleasure?" +44600 ,,,,,2200060,,,,,,,,,,,,,,,"Even so, I'm finding it harder to hold back." +44700 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, can we continue having sex?" +44800 ,,,,,2200060,,コマコ,Komako,200_KC00_k_110.wav,komako,,0,,,,,,,,Huh? +44900 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"I want to release my white pee. I want to release it inside\nyou, Komako-chan. Can I?" +45000 ,,,,,2200060,,コマコ,Komako,200_KC00_k_111.wav,komako,,0,,,,,,,,"...Hmm, mmm... It's sticky..." +45100 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,But it's hard not to finish after coming this far with my\nbeloved Komako-chan. +45200 ,,,,,2200060,,コマコ,Komako,200_KC00_k_112.wav,komako,,0,,,,,,,,"Do you love me that much, Uncle?" +45300 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,I love you very much. +45400 ,,,,,2200060,,コマコ,Komako,200_KC00_k_113.wav,komako,,0,,,,,,,,"Mmm, but it still hurts a little..." +45500 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,I know how to make it feel good by moving inside. +45600 ,,,,,2200060,,コマコ,Komako,200_KC00_k_114.wav,komako,,0,,,,,,,,Chi-chan's? +45700 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,Yes. +45800 ,,,,,2200060,,,,,,,,,,,,,,,"I nodded at Komako-chan, who seemed intrigued." +45900 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"For that, Komako-chan, you'll have to make some noise too." +46000 ,,,,,2200060,,コマコ,Komako,200_KC00_k_115.wav,komako,,0,,,,,,,,"Like saying it feels good, or that's the spot? ...Okay,\nthat's fine." +46100 ,,,,,2200060,,,,,,,,,,,,,,,"Komako-chan said that and opened her legs, which had been\nslightly closed. It seemed like she was making it easier for\nme to move." +46200 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"...Thank you. Alright, I'm going to move." +46300 ,,,,,2200060,,コマコ,Komako,200_KC00_k_116.wav,komako,,0,,,,,,,,...Okay. +46500 ,,,,,2200060,,,,,,,,,,,,,,,"I supported Komako-chan's body and slowly lifted her up. The\nspace between my hips and Komako-chan's butt was drenched\nwith erotic fluids and sweat, making it a bit slippery." +46600 ,,,,,2200070,,コマコ,Komako,200_KC00_k_117.wav,komako,,0,,,,,,,,Hyah. +46700 ,,,,,2200070,,,,,,,,,,,,,,,Komako-chan let out a small scream at the sensation. +46800 ,,,,,2200070,,,,,,,,,,,,,,,"I tried to lift Komako-chan like that, but it seemed quite\ndifficult to move my penis in and out of her tight vagina." +46900 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,Then... +47000 ,,,,,2200070,,,,,,,,,,,,,,,"This time, I tried pushing Komako-chan's hips forward." +47100 ,,,,,2200070,,コマコ,Komako,200_KC00_k_118.wav,komako,,0,,,,,,,,Nnngh... +47200 ,,,,,2200070,,,,,,,,,,,,,,,"Then, little by little, my penis moved with a slithering\nmotion." +47300 ,,,,,2200070,,,,,,,,,,,,,,,"It hurt a bit as my penis was pressed sideways, but the\nsensation of being rubbed against Komako-chan's narrow walls\nsent a strong, intense pleasure inside." +47400 ,,,,,2200070,,コマコ,Komako,200_KC00_k_119.wav,komako,,0,,,,,,,,It's like... it's oozing... +47500 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,It's not painful? +47600 ,,,,,2200070,,コマコ,Komako,200_KC00_k_120.wav,komako,,0,,,,,,,,Nn... I think it feels good... +47700 ,,,,,2200070,,,,,,,,,,,,,,,Komako-chan seemed to be checking the sensation by touching\nher own vagina. She let out small moans each time. +47800 ,,,,,2200070,,コマコ,Komako,200_KC00_k_121.wav,komako,,0,,,,,,,,"Ah, nn, fua... my, vagina, is all sticky..." +47900 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,That's right... +48000 ,,,,,2200070,,,,,,,,,,,,,,,"I rubbed my penis against the narrow inside, moving her\nsmall body." +48100 ,,,,,2200070,,,,,,,,,,,,,,,"Our skin was damp, and my penis was arching. As the pace\npicked up, the sound changed from a wet squelch to a\nrhythmic slap." +48200 ,,,,,2200070,,コマコ,Komako,200_KC00_k_122.wav,komako,,0,,,,,,,,"Ah, mister, there, that might feel good..." +48300 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,L-Like this? +48400 ,,,,,2200070,,コマコ,Komako,200_KC00_k_123.wav,komako,,0,,,,,,,,"Yeah, there, can you rub it...?" +48500 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,I'll try... +48600 ,,,,,2200070,,,,,,,,,,,,,,,"It seemed difficult to rub the targeted spot inside Komako-\nchan's tight vagina, but I tried by moving her hips in a\ncircular motion." +48700 ,,,,,2200070,,コマコ,Komako,200_KC00_k_124.wav,komako,,0,,,,,,,,"Ah, fua!" +48800 ,,,,,2200070,,,,,,,,,,,,,,,"When I rubbed that spot as Komako-chan suggested, her vagina\ntightened." +48900 ,,,,,2200070,,コマコ,Komako,200_KC00_k_125.wav,komako,,0,,,,,,,,"Ah, ah, nn... nn! Hya, nnk...!!" +49000 ,,,,,2200070,,,,,,,,,,,,,,,Komako-chan's voice rose higher. +49100 ,,,,,2200070,,コマコ,Komako,200_KC00_k_126.wav,komako,,0,,,,,,,,"Ah, ah! Ah... nn... nfu... nn! Fua...! It's, it's\nhappening...!!" +49200 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan's vagina is spasming...!! +49300 ,,,,,2200070,,,,,,,,,,,,,,,I thrust my hips upward. Komako-chan's light body bounced on\ntop of me. +49400 ,,,,,2200070,,コマコ,Komako,200_KC00_k_127.wav,komako,,0,,,,,,,,"Ahh... ahh... ah, nn...!" +49500 ,,,,,2200070,,,,,,,,,,,,,,,"Inside, her vagina tightened and squeezed my penis. Komako-\nchan raised her voice in response." +49600 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ah, Komako-chan, your vagina feels so good...!!" +49700 ,,,,,2200070,,コマコ,Komako,200_KC00_k_128.wav,komako,,0,,,,,,,,"Hyuh, nn! S-'sex' is amazing... my penis feels like this...\nah, Chi-chan, this is incredible...!!" +49800 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,"More, more, Komako-chan!" +49900 ,,,,,2200070,,,,,,,,,,,,,,,"I thrust my hips upward, rotating them forcefully, pushing\nup into Komako-chan from below." +50000 ,,,,,2200070,,,,,,,,,,,,,,,"Each time, Komako-chan's abundant juices were pushed out,\nsplattering like a spray." +50100 ,,,,,2200070,,コマコ,Komako,200_KC00_k_129.wav,komako,,0,,,,,,,,"Nn ah, ah, ah, fua, nn, ah, ahh! My, my penis, it's going\nthrob, throb, nn, twitching!!" +50200 ,,,,,2200070,,,,,,,,,,,,,,,"Komako-chan's breathing became ragged. At some point, she\nstarted squeezing her breasts and playing with her clitoris." +50300 ,,,,,2200070,,,,,,,,,,,,,,,"I was also half-lost in the pleasure of my penis being\nsqueezed tightly, feeling like the surface was being scraped\noff. All I could think about was thrusting into her vagina." +50400 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, Komako-chan!!" +50500 ,,,,,2200070,,コマコ,Komako,200_KC00_k_130.wav,komako,,0,,,,,,,,"Nn ah, ah, hya, ah, ahh, it's amazing, my vagina is\ntwitching so much! Nn ah, ah, I can't hold it anymore!" +50600 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to cum, Komako-chan, my penis is going to break!\nIt's going to break!" +50700 ,,,,,2200070,,コマコ,Komako,200_KC00_k_131.wav,komako,,0,,,,,,,,"Ah, ah! Ah! If you do it so much, nn! My vagina is\ntingling..." +50800 ,,,,,2200070,,コマコ,Komako,200_KC00_k_131a.wav,,,,,,,,,,,"Ah, the tingling, nn ah, hya, it's scary... so much, ahh,\nit's coming, it's coming, ahhhhhhhhhhh!!" +50900 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,I'm cumming!! +51100 ,,,,,2200080,,,,,,,,,,,,,,,"Splat, splat splat!!" +51200 ,,,,,2200080,,,,,,,,,,,,,,,"With the force of a water gun, my penis spurted semen,\nsplattering the sticky liquid against the inner walls of\nKomako-chan's small vagina." +51300 ,,,,,2200080,,コマコ,Komako,200_KC00_k_132.wav,komako,,0,,,,,,,,Nnnnnnnnn!! +51400 ,,,,,2200080,,,,,,,,,,,,,,,The semen that spurted out couldn't be contained inside\nKomako-chan and overflowed from the gaps of our connection\nwith white bubbles. +51500 ,,,,,2200080,,,,,,,,,,,,,,,"Even after five or six spurts, the force didn't subside,\ncontinuing to knock against Komako-chan's vagina." +51600 ,,,,,2200080,,コマコ,Komako,200_KC00_k_133.wav,komako,,0,,,,,,,,Nn! Nn! Nn! +51700 ,,,,,2200080,,,,,,,,,,,,,,,"Each time, Komako-chan's legs twitched and her back arched." +51800 ,,,,,2200080,,,,,,,,,,,,,,,I wondered if pinching her nipples in rhythm was because it\nfelt good. I hugged Komako- chan tightly to pour more into\nher. +51900 ,,,,,2200080,,,,,,,,,,,,,,,"After ejaculating ten or twenty times, my penis finally\nsettled down limply." +52000 ,,,,,2200080,,コマコ,Komako,200_KC00_k_134.wav,komako,,0,,,,,,,,"~~~~~~, phew..." +52100 ,,,,,2200080,,,,,,,,,,,,,,,"At the same time, the sweat-drenched Komako- chan leaned\nagainst my body." +52300 ,,,,,2200090,,コマコ,Komako,200_KC00_k_135.wav,komako,,0,,,,,,,,Wow... it's all white... +52400 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,It felt so good for me... I ended up releasing a lot... +52500 ,,,,,2200090,,コマコ,Komako,200_KC00_k_136.wav,komako,,0,,,,,,,,"Yeah, I also got that usual fuzzy feeling in my head." +52600 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, did Komako-chan also finish?" +52700 ,,,,,2200090,,コマコ,Komako,200_KC00_k_137.wav,komako,,0,,,,,,,,"...Yeah, I think so." +52800 ,,,,,2200090,,,,,,,,,,,,,,,"Her hair was sticking to her skin. It really gave off that\npost-coital vibe, and it was quite erotic." +52900 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,I'm glad Komako-chan felt good too. That makes me happy... +53000 ,,,,,2200090,,コマコ,Komako,200_KC00_k_138.wav,komako,,0,,,,,,,,"If you don't make me feel good, I won't learn anything. That\nwould be a problem." +53100 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,That's right. +53200 ,,,,,2200090,,,,,,,,,,,,,,,"Feeling happy, I hugged Komako-chan with affection this\ntime." +53300 ,,,,,2200090,,コマコ,Komako,200_KC00_k_139.wav,komako,,0,,,,,,,,"That tickles, mister." +53400 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,Is it not okay to hug you? +53500 ,,,,,2200090,,コマコ,Komako,200_KC00_k_140.wav,komako,,0,,,,,,,,"It's fine, but it's hot." +53600 ,,,,,2200090,,,,,,,,,,,,,,,"Saying that, Komako-chan chuckled." +53700 ,,,,,2200090,,コマコ,Komako,200_KC00_k_141.wav,komako,,0,,,,,,,,...Ah. +53800 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,W-What is it now? +53900 ,,,,,2200090,,コマコ,Komako,200_KC00_k_142.wav,komako,,0,,,,,,,,"...Mister, maybe you should put something down. It's still\ndripping a lot." +54000 ,,,,,2200090,,,,,,,,,,,,,,,"For a moment, I didn't understand what she meant, but seeing\nKomako-chan looking down at her own vagina, I realized she\nwas talking about the semen I had released." +54100 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, r-really?" +54200 ,,,,,2200090,,,,,,,,,,,,,,,"In a hurry, I grabbed a tissue and placed it under Komako-\nchan's vagina. Just as she said, a large amount of semen\ngushed out." +54300 ,,,,,2200090,,,,,,,,,,,,,,,"It made a slightly indecent sound, like 'splat, splurt'." +54400 ,,,,,2200090,,コマコ,Komako,200_KC00_k_143.wav,komako,,0,,,,,,,,Nn... brr...! +54500 ,,,,,2200090,,,,,,,,,,,,,,,"As Komako-chan's body trembled, the white, cloudy liquid\ndripped from her wide-open vagina." +54600 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,"S-Sorry, this must be embarrassing, like you're wetting\nyourself." +54700 ,,,,,2200090,,コマコ,Komako,200_KC00_k_144.wav,komako,,0,,,,,,,,So much came out. +54800 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,I think it's because I produce a lot more than usual... +54900 ,,,,,2200090,,コマコ,Komako,200_KC00_k_145.wav,komako,,0,,,,,,,,"That's nice, mister." +55000 ,,,,,2200090,,,,,,,,,,,,,,,"Komako-chan murmured, continuing with, 'I can't release\nanything...'." +55100 ,,,,,2200090,,,,,,,,,,,,,,,"Watching her, I felt deeply satisfied that I had my first\nintimate moment with Komako-chan and released so much into\nher small vagina, sinking into the sofa." +55200 ,,,,,2200090,,コマコ,Komako,200_KC00_k_146.wav,komako,,0,,,,,,,,"I'll be asking you for a lot of favors, mister." +55300 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'll help with anything I can do." +55400 ,,,,,2200090,,コマコ,Komako,200_KC00_k_147.wav,komako,,0,,,,,,,,"Promise. Then, can I try attaching the penis first?" +55500 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,Of course. I was planning to give it to you as a gift... I\nthink I'll take a little break... +55600 ,,,,,2200090,,,,,,,,,,,,,,,"As I listened to Komako-chan's voice near my ear, I felt my\neyelids grow heavy." +55800 ,,,9,41,,,,,,,,,,,,,,,,"Feeling exhausted, I noticed a strange sensation in my lower\nbody." +55900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Hmm? +56000 ,,,,,,,,,,,,,,,,,,,,"When I opened my eyes, I saw Komako-chan moving around\nbusily." +56100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,............? +56200 ,,,,,,,,,,,,,,,,,,,,Am I still going to continue studying...? That thought\ncrossed my foggy mind. +56300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Eh... wait, Komako-chan!?" +56400 ,,,,,,,コマコ,Komako,200_KC00_k_148.wav,"komakoL,nude",,11,,,,,,,,Don't move. +56500 ,,,,,,,,,,komakoL,,11,,,,,,,,"I felt something poking at my butt, and my eyes snapped open\nwith a start." +56600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan!? +56700 ,,,,,,,,,,,,,,,,,,,,"When I looked, I saw Komako-chan had somehow put on the\nstrap-on I gave her and was nestled between my legs." +56900 ,,,11,,2201000,,コマコ,Komako,200_KC00_k_149.wav,komako,,0,,,,,,,,Stay still... +57000 ,,,,,2201000,,主人公,Kiyoshi,,,,,,,,,,,,"W-Wait, stay still, ngh!?" +57100 ,,,,,2201000,,,,,,,,,,,,,,,A strong discomfort from my anus being pried open made my\nbody stiffen. +57200 ,,,,,2201000,,コマコ,Komako,200_KC00_k_150.wav,komako,,0,,,,,,,,Wow... the penis is amazing... +57300 ,,,,,2201000,,,,,,,,,,,,,,,"Saying that, Komako-chan spread my legs with both hands and\npushed her hips firmly towards my butt." +57400 ,,"",,,2201000,,主人公,Kiyoshi,,,,,,,,,,,,Ughya!? +57500 ,,,,,2201000,,コマコ,Komako,200_KC00_k_151.wav,komako,,0,,,,,,,,The penis is going into the old man's butt... +57600 ,,,,,2201000,,,,,,,,,,,,,,,"Komako-chan's eyes were glazed over, staring intently at the\npart of the strap-on being inserted." +57700 ,,,,,2201000,,主人公,Kiyoshi,,,,,,,,,,,,"W-Wait, Komako-chan, stop...!" +57800 ,,,,,2201000,,コマコ,Komako,200_KC00_k_152.wav,komako,,0,,,,,,,,"No, you can't. You said you'd help, mister." +57900 ,,,,,2201000,,,,,,,,,,,,,,,Ugh!? I-I did say that!! +58000 ,,,,,2201000,,主人公,Kiyoshi,,,,,,,,,,,,I meant helping with your relationship with Chi-chan...!! +58100 ,,,,,2201000,,コマコ,Komako,200_KC00_k_153.wav,komako,,0,,,,,,,,"This is important practice for being with Chi-chan too, so\nyou have to listen, mister." +58200 ,,,,,2201000,,主人公,Kiyoshi,,,,,,,,,,,,B-But I'm a man...!! +58300 ,,,,,2201000,,コマコ,Komako,200_KC00_k_154.wav,komako,,0,,,,,,,,"I saw it in your adult video, mister. Men have a place to\nput the penis too, right?" +58400 ,,,,,2201000,,,,,,,,,,,,,,,Komako-chan doesn't seem to listen to anything I say! She\npushes her hips forward with a strength you wouldn't expect\nfrom a little girl! +58600 ,,"",,,2201000,,主人公,Kiyoshi,,,,,,,,,,,,Eek! +58700 ,,,,,2201010,,コマコ,Komako,200_KC00_k_155.wav,komako,,0,,,,,,,,"Ahaha, your penis twitched, mister." +58800 ,,,,,2201010,,,,,,,,,,,,,,,"It was just that my lower body tensed and my penis arched\nup, but Komako-chan seemed to mistake it for my excitement." +58900 ,,,,,2201010,,,,,,,,,,,,,,,"With a look of even more enthusiasm, Komako- chan wriggles\nher hips and tries to push the strap-on into me." +59000 ,,,,,2201010,,,,,,,,,,,,,,,"If you only looked at that, it would be a very lewd\nmovement, but each time the strap- on is pushed deeper from\nmy anus into my intestines, it's overwhelming." +59100 ,,,,,2201010,,コマコ,Komako,200_KC00_k_156.wav,komako,,0,,,,,,,,"If the white stuff comes out, it means I did it well, right?" +59200 ,,,,,2201010,,,,,,,,,,,,,,,"In any other situation, that would be an exciting line...!!" +59300 ,,,,,2201010,,,,,,,,,,,,,,,"While I'm thinking that, Komako-chan kneads the strap-on as\nif to make it fit my body, inserting it little by little." +59400 ,,,,,2201010,,コマコ,Komako,200_KC00_k_157.wav,komako,,0,,,,,,,,"If you rush, it'll hurt. Little by little, little by\nlittle..." +59500 ,,,,,2201010,,,,,,,,,,,,,,,"With a dreamy expression, Komako-chan lightly moves in and\nout, inserting it a bit deeper each time she pushes in." +59600 ,,,,,2201010,,コマコ,Komako,200_KC00_k_158.wav,komako,,0,,,,,,,,It's loosening... it's going in more and more... inserting\nthe penis feels so good...!! +59700 ,,,,,2201010,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan...!! +59800 ,,,,,2201010,,,,,,,,,,,,,,,"Before I knew it, she was able to move in and out smoothly,\nand I was astonished. At how quickly Komako-chan learned,\nand at my own body." +59900 ,,,,,2201010,,コマコ,Komako,200_KC00_k_159.wav,komako,,0,,,,,,,,Then... mister...!! +60000 ,,,,,2201010,,主人公,Kiyoshi,,,,,,,,,,,,U-Uwaaaaaah!? +60100 ,,,,,2201010,,,,,,,,,,,,,,,"Komako-chan thrusts her hips forward, and with a sound that\nseems like it would make a squelching noise, my anus is\npierced intensely." +60200 ,,,,,2201010,,コマコ,Komako,200_KC00_k_160.wav,komako,,0,,,,,,,,Haaaaaaaah...!! +60300 ,,,,,2201010,,,,,,,,,,,,,,,Komako-chan lets out a sigh of pleasure. +60400 ,,,,,2201010,,コマコ,Komako,200_KC00_k_161.wav,komako,,0,,,,,,,,"...It's all in, mister." +60500 ,,,,,2201010,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, ugh... my stomach feels tight..." +60600 ,,,,,2201010,,,,,,,,,,,,,,,I find it hard to speak due to the discomfort of my insides\nbeing pushed up. +60700 ,,,,,2201010,,コマコ,Komako,200_KC00_k_162.wav,komako,,0,,,,,,,,"But look, your penis is trembling... isn't it?" +60800 ,,,,,2201010,,,,,,,,,,,,,,,Komako-chan's expression is filled with excitement as she\nwatches me intently. +60900 ,,,,,2201010,,主人公,Kiyoshi,,,,,,,,,,,,"It's not that it doesn't feel good, which makes it feel\nweird...!!" +61000 ,,,,,2201010,,,,,,,,,,,,,,,"I don't even know what I'm saying, but the sensation of my\npenis and testicles being rubbed from the inside is\nstrangely ticklish and mysterious." +61100 ,,,,,2201010,,コマコ,Komako,200_KC00_k_163.wav,komako,,0,,,,,,,,"It's okay, I'll make you feel even better soon. I'll get\nbetter at it quickly." +61200 ,,,,,2201010,,,,,,,,,,,,,,,"Not just thrusting, Komako-chan moves her hips side to side,\nprobing inside my intestines." +61300 ,,,,,2201010,,コマコ,Komako,200_KC00_k_164.wav,komako,,0,,,,,,,,"You like it too, right? Every time I thrust, your penis\ntwitches, this spot feels good, doesn't it?" +61400 ,,,,,2201010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ugh...! K-Komako-chan...!!" +61500 ,,,,,2201010,,,,,,,,,,,,,,,I can't even say stop anymore. My anus is gradually heating\nup. +61600 ,,,,,2201010,,コマコ,Komako,200_KC00_k_165.wav,komako,,0,,,,,,,,"Hehe, you're starting to feel it, mister? Is it here...?" +61700 ,,,,,2201010,,主人公,Kiyoshi,,,,,,,,,,,,Ugh! +61800 ,,,,,2201010,,,,,,,,,,,,,,,Komako-chan's movements become more intense. She\ndeliberately rubs the tip of the strap-on inside my body. +62000 ,,,,,2201020,,コマコ,Komako,200_KC00_k_166.wav,komako,,0,,,,,,,,"Nn, nn! Mister, how is it!? Does this feel good...!?" +62100 ,,,,,2201020,,,,,,,,,,,,,,,"It seems like she's completely gotten the hang of it, as\nKomako-chan grinds her hips." +62200 ,,,,,2201020,,,,,,,,,,,,,,,"The large strokes are impressive enough to rival an AV\nactor. It feels like I'm being ravished by a futanari girl,\nand my head is about to go crazy." +62300 ,,,,,2201020,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan! +62400 ,,,,,2201020,,コマコ,Komako,200_KC00_k_167.wav,komako,,0,,,,,,,,"I can feel you tightening around me, hehe." +62500 ,,,,,2201020,,,,,,,,,,,,,,,T-That's not true...! +62600 ,,,,,2201020,,,,,,,,,,,,,,,"Come to think of it, the strap-on is double- headed. Every\ntime she twists her hips, Komako-chan is also being\nstimulated inside." +62700 ,,,,,2201020,,,,,,,,,,,,,,,Maybe that's why her face is so excited...!! +62800 ,,,,,2201020,,,,,,,,,,,,,,,"Her expression is so seductive and erotic, even though she's\na little girl, with a bit of an S vibe, it's the best." +62900 ,,,,,2201020,,,,,,,,,,,,,,,"When she looks at me with those eyes and asks, 'Does it feel\ngood?', I feel like I'm awakening to a masochistic pleasure." +63000 ,,,,,2201020,,コマコ,Komako,200_KC00_k_168.wav,komako,,0,,,,,,,,"Nn, nn! Is it around here? Does it feel good around here?\nHow is it?" +63100 ,,,,,2201020,,,,,,,,,,,,,,,"While checking my expression, Komako-chan, drenched in\nsweat, probes and attacks the inside of my intestines." +63200 ,,,,,2201020,,,,,,,,,,,,,,,"It's a strange feeling to realize that Komako-chan isn't\ntrying to sadistically torment me, but rather to make me\nfeel good." +63300 ,,,,,2201020,,,,,,,,,,,,,,,"For Komako-chan's sake, should I just say it feels good and\nhonestly enjoy it...!?" +63400 ,,,,,2201020,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan... t-there... +63500 ,,,,,2201020,,コマコ,Komako,200_KC00_k_169.wav,komako,,0,,,,,,,,"That's the spot, huh... I'll push up your cock from the\ninside, like this? Like this?" +63600 ,,,,,2201020,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, ugh!!" +63700 ,,,,,2201020,,,,,,,,,,,,,,,"I've never tried prostate stimulation masturbation, but is\nthis what it's like?" +63800 ,,,,,2201020,,,,,,,,,,,,,,,Something hot is welling up from the base of my penis. +63900 ,,,,,2201020,,コマコ,Komako,200_KC00_k_170.wav,komako,,0,,,,,,,,"Is the clear gooey stuff... coming out a lot? Could it be\nthat you're about to release the white stuff? ...Nn, nn, nn!" +64000 ,,,,,2201020,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ah, ugh!" +64100 ,,,,,2201020,,,,,,,,,,,,,,,"With her voice, Komako-chan thrusts her hips at a fast pace.\nMy penis is being hit harder than before, and an intense\nurge to ejaculate wells up in my untouched penis." +64200 ,,,,,2201020,,,,,,,,,,,,,,,"It's like squeezing and pushing out from the base with a\ntube, I can't hold it back!" +64300 ,,,,,2201020,,主人公,Kiyoshi,,,,,,,,,,,,"I-I'm going to, I'm going to cum!! Aaaaaah!!" +64500 ,,,,,2201030,,コマコ,Komako,200_KC00_k_171.wav,komako,,0,,,,,,,,Nhaaa!! +64600 ,,,,,2201030,,,,,,,,,,,,,,,"With a particularly strong thrust from Komako-chan, my penis\nfinally erupted with semen." +64700 ,,,,,2201030,,,,,,,,,,,,,,,"I ejaculated so intensely, spurting and spurting, that I\nwondered if there was still this much semen left in my body." +64800 ,,,,,2201030,,,,,,,,,,,,,,,It shot up higher than Komako-chan's face and fell onto my\nstomach. +64900 ,,,,,2201040,,コマコ,Komako,200_KC00_k_172.wav,komako,,0,,,,,,,,"Haa, haa, haa..." +65000 ,,,,,2201040,,,,,,,,,,,,,,,"With a satisfied smile that seemed to have heart marks in\nher eyes, Komako-chan looked at my ejaculating penis and my\nexpression." +65100 ,,,,,2201040,,コマコ,Komako,200_KC00_k_173.wav,komako,,0,,,,,,,,"Did I make you cum, mister...? Did it feel good...?" +65200 ,,,,,2201040,,主人公,Kiyoshi,,,,,,,,,,,,Y-Yeah... +65300 ,,,,,2201040,,,,,,,,,,,,,,,That was all I could manage to say. +65400 ,,,,,2201040,,コマコ,Komako,200_KC00_k_174.wav,komako,,0,,,,,,,,"Did I do it well? Now I can make Chii-chan feel good too,\nright..." +65500 ,,,,,2201040,,,,,,,,,,,,,,,"Saying that, Chii-chan smiled brightly." +65600 ,,,,,2201040,,主人公,Kiyoshi,,,,,,,,,,,,Y-Yeah... +65700 ,,,,,2201040,,,,,,,,,,,,,,,That was all I could say for now. +65800 ,$event_return,,,,,,,,,,,,,,,,,,, +65900 ,,,0,9000,,,,,,,,,,,,,,,, +66100 ,@201_KC01,,,,,,,,,,,,,,,,,,, +66300 ,,,13,31,,,主人公,Kiyoshi,,,,,,,,,,,,...Haaa. +66400 ,,,,,,,,,,,,,,,,,,,,I'm happy. Have I ever been this happy since I was born? +66500 ,,,,,,,,,,,,,,,,,,,,"Even after Komako-chan left, I savored the unexpected\nhappiness that had come to me." +66600 ,,,,,,,,,,,,,,,,,,,,"Of course, I wanted to have a naughty relationship with\nKomako-chan, and I had done various things for it... and it\nfinally bore fruit. Of course, I'm happy." +66700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, my butt feels a little tingly though..." +66800 ,,,,,,,,,,,,,,,,,,,,"Komako-chan was always a girl who was very curious about\nnaughty things, and when it came to Chii-chan, she was\nproactive or rather, she would rush into things..." +66900 ,,,,,,,,,,,,,,,,,,,,I never thought I'd be practiced on with my 'butt'. +67000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"But... if it's Komako-chan, it's okay." +67100 ,,,,,,,,,,,,,,,,,,,,"Even if it was practice with Chii-chan, Komako-chan tried\nher best to make me climax." +67200 ,,,,,,,,,,,,,,,,,,,,"That's love, right!? Even if I'm the seventh in line!" +67300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm so happy... I'm Komako-chan's lover. +67400 ,,,,,,,,,,,,,,,,,,,,Just thinking about it makes me drool and pre-cum. +67500 ,,,,,,,,,,,,,,,,,,,,"My butt tingles again, and my cock starts to assert itself\ninside my pants." +67600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I mean, if my butt is tingling here, maybe I've really\nopened a new door..." +67700 ,,,,,,,,,,,,,,,,,,,,But Komako-chan with a dick had a kind of forbidden\neroticism. +67800 ,,,,,,,,,,,,,,,,,,,,"I don't have a futanari fetish, but reverse anal might be\nkind of nice..." +67900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Haa haa, Komako-chan. I'll do my best for you, Komako-\nchan..." +68000 ,,,,,,,,,,,,,,,,,,,,"Unable to hold back, I start jerking off." +68100 ,,,,,,,,,,,,,,,,,,,,"Until now, when I masturbated, I also thought about Chii-\nchan and Tenka-chan. But from today, it's different. My mind\nis filled with Komako-chan." +68200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan...! From today, I'll only do naughty things with\nyou, Komako-chan...! I love you!" +68300 ,,,,,,,,,,,,,,,,,,,,Pyu pyu!! +68400 ,,,,,,,,,,,,,,,,,,,,"While endlessly replaying the memory of my very happy first\ntime, I released my white fluid into a tissue." +68700 ,,,6,11,,,千恵,Chie,201_KC01_c_000.wav,,,,"chie,private",,0,,,,,"Hey uncle, I'm back~!" +68800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"Oh, welcome back, Chii-chan." +68900 ,,,,,,,,,,,,,chie,,0,,,,,"Around noon, Chii-chan and the others came over." +69000 ,,,,,,,,,,,,,,,,,,,,"Usually, they come much earlier, but today there was some\nkind of local summer vacation event with a dance event at\nschool." +69100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,Did you have fun dancing? +69200 ,,,,,,,千恵,Chie,201_KC01_c_001.wav,,,,chie,,1,,,,,Yeah! I danced a lot! It was fun~ +69300 ,,,,,,,甜花,Tenka,201_KC01_t_000.wav,,,,chie,,1,"tenka,privateB",,1,,"Yeah, it was really fun!" +69400 ,,,,,,,,,,,,,chie,,1,tenka,,1,,Was it the choreography they learned? +69500 ,,,,,,,,,,,,,chie,,1,tenka,,1,,"Chii-chan and Tenka-chan twirled around, pointing their\nindex fingers to the sky." +69600 ,,,,,,,,,,,,,chie,,1,tenka,,1,,"Their short skirts fluttered, and for a moment, my heart\nskipped a beat." +69700 ,,,,,,,,,,,,,chie,,1,tenka,,1,,"No, no, no, I've decided to be devoted to Komako-chan!" +69800 ,,,,,,,,,,,,,,,,,,,,"Now, as for the important Komako-chan..." +69900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Welcome back, Komako-chan! Did you have fun too, Komako-\nchan?" +70000 ,,,,,,,コマコ,Komako,201_KC01_k_000a.wav,"komako,private",,11,,,,,,,,...It was okay. +70100 ,,,,,,,,,,,,,,,,,,,,"Oops, she turned away. Maybe she's embarrassed because of\nyesterday?" +70200 ,,,,,,,甜花,Tenka,201_KC01_t_001.wav,,,,,,,tenka,,0,,"Hey, let's eat lunch soon. I'm hungry!" +70300 ,,,,,,,,,,,,,,,,,,,,Tenka-chan must have really enjoyed the dance. She's a bit\nhigh-spirited. +70400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's all have lunch together." +70500 ,,,,,,,コマコ,Komako,201_KC01_k_000.wav,komako,,3,,,,,,,,"Chii-chan, let's go in quickly." +70600 ,,,,,,,千恵,Chie,201_KC01_c_002.wav,,,,chie,,21,,,,,"Yeah! Okay, uncle! Excuse us!" +70700 ,,,,,,,,,,,,,,,,,,,,"I gave Komako-chan a passionate look, but she only had eyes\nfor Chii-chan." +70800 ,,,,,,,,,,,,,,,,,,,,"Gah. Well, it can't be helped, Chii-chan is Komako-chan's\nfavorite after all." +70900 ,,,,,,,,,,,,,,,,,,,,"Even though we did something naughty, I thought she might\npay a little more attention to me." +71000 ,,,,,,,甜花,Tenka,201_KC01_t_002.wav,,,,,,,tenka,,1,,Excuse us. +71100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes, come on in." +71200 ,,,,,,,,,,,,,,,,,,,,"Feeling a bit down, I followed the three of them into the\nback room." +71500 ,,,7,31,,,千恵,Chie,201_KC01_c_003.wav,,,,chie,,21,,,,,Thanks for the meal! +71600 ,,,,,,,,,,,,,chie,,21,,,,,Chii-chan cheerfully clapped her hands together and thanked\nfor the meal. The lunch boxes everyone brought were\ncompletely empty. +71700 ,,,,,,,コマコ,Komako,201_KC01_k_001.wav,komako,,23,,,,,,,,...Thanks for the meal. +71800 ,,,,,,,甜花,Tenka,201_KC01_t_003.wav,,,,,,,tenka,,23,,"Thanks for the meal... Hey, Chii, you've got a grain of rice\non your cheek." +71900 ,,,,,,,千恵,Chie,201_KC01_c_004.wav,,,,chie,,4,tenka,,23,,"Huh, where, where?" +72000 ,,,,,,,甜花,Tenka,201_KC01_t_004.wav,,,,chie,,3,tenka,,32,,On the lower right. It's below your lip. +72100 ,,,,,,,千恵,Chie,201_KC01_c_005.wav,,,,chie,,23,tenka,,32,,Hmm? Hmm? +72200 ,,,,,,,,,,,,,chie,,23,tenka,,32,,She reached for her right cheek to find the grain of rice\nthat was supposedly there. +72300 ,,,,,,,,,,,,,chie,,23,tenka,,32,,"But what Tenka-chan meant was 'from my perspective, it's on\nthe lower right.'" +72400 ,,,,,,,,,,,,,chie,,23,tenka,,32,,"Komako-chan seemed like she wanted to help Chii-chan with\nthe rice on her cheek, but she was hesitating and looked a\nbit flustered." +72500 ,,,,,,,甜花,Tenka,201_KC01_t_005.wav,,,,chie,,23,tenka,,12,,"It's fine, I'll get it for you. Just stay still." +72600 ,,,,,,,コマコ,Komako,201_KC01_k_002.wav,komako,,4,,,,,,,,Ah... +72700 ,,,,,,,,,,komako,,4,,,,,,,,"While Komako-chan was hesitating, Tenka-chan swiftly removed\nthe grain of rice from Chii- chan's cheek and discarded it." +72800 ,,,,,,,千恵,Chie,201_KC01_c_006.wav,,,,chie,,1,,,,,"Yay, thank you, Tenka-chan, you're so kind!" +72900 ,,,,,,,甜花,Tenka,201_KC01_t_006.wav,,,,,,,tenka,,11,,I-Idiot! I just didn't want to see your embarrassing face\nwith rice on it. +73000 ,,,,,,,コマコ,Komako,201_KC01_k_003.wav,komako,,32,,,,,,,,Mmm... +73100 ,,,,,,,,,,komako,,32,,,,,,,,Komako-chan had a complicated expression. +73200 ,,,,,,,,,,,,,,,,,,,,"Thanks to my advice (?), I think Komako-chan and Chii-chan's\nrelationship is progressing... but it's hard to be proactive\nin moments like that." +73300 ,,,,,,,,,,,,,,,,,,,,You get flustered in the spur of the moment. +73400 ,,,,,,,,,,,,,,,,,,,,"Oh, but maybe I should tell her later, 'In situations like\nearlier, if you quickly take the rice and eat it, you can\nhave an indirect kiss.'" +73500 ,,,,,,,,,,,,,,,,,,,,"As practice, maybe I should have Komako-chan eat something\nfrom my lips... Phew, just thinking about it makes my heart\nrace." +73600 ,,,,,,,千恵,Chie,201_KC01_c_007.wav,,,,chie,,4,,,,,"...Hey! Hey, Kiyoshi!" +73700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,"Oh, sorry, sorry, what's up, Chii-chan?" +73800 ,,,,,,,千恵,Chie,201_KC01_c_008.wav,,,,chie,,3,,,,,"You seem more spaced out than usual today, are you okay?" +73900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"Haha, I'm fine. Sorry for worrying you, maybe it's just\nbecause it's a bit hot." +74000 ,,,,,,,,,,,,,chie,,3,,,,,"Oh no, maybe it's because I had sex with Komako-chan, I keep\nthinking about her." +74100 ,,,,,,,,,,,,,chie,,3,,,,,"Since I have the chance to be with all three of them, I need\nto pay attention to everyone." +74200 ,,,,,,,甜花,Tenka,201_KC01_t_007.wav,,,,,,,tenka,,12,,"It really is especially hot today. Well, it's always hot\nthough." +74300 ,,,,,,,千恵,Chie,201_KC01_c_009.wav,,,,chie,,21,,,,,"Maybe it's because we danced a lot? But it was fun, right?\nRight, Komako-chan!" +74400 ,,,,,,,コマコ,Komako,201_KC01_k_004.wav,komako,,1,chie,,21,,,,,"...Yeah, it was fun." +74500 ,,,,,,,,,,,,,,,,,,,,Komako-chan smiled brightly. +74600 ,,,,,,,,,,,,,,,,,,,,"When I asked her, she said it was 'normal'... right?" +74700 ,,,,,,,千恵,Chie,201_KC01_c_010.wav,,,,chie,,1,,,,,"So, Kiyoshi! Today, Chii-chan wants ice cream!" +74800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,Huh? +74900 ,,,,,,,,,,,,,chie,,1,,,,,"I didn't understand what she meant by 'so', but Chii-chan\nlooked up at me with a big smile." +75000 ,,,,,,,千恵,Chie,201_KC01_c_011.wav,,,,chie,,21,,,,,"We exercised a lot today, so just the lunch isn't enough.\nChii-chan is going to have ice cream today." +75100 ,,,,,,,甜花,Tenka,201_KC01_t_008.wav,komako,,14,,,,tenka,,23,,"But Chii, are you okay with your allowance?" +75200 ,,,,,,,コマコ,Komako,201_KC01_k_005.wav,komako,,14,,,,tenka,,23,,"Didn't you say you didn't have money, Chii- chan? Wasting\nmoney isn't good, you know?" +75300 ,,,,,,,,,,komako,,14,,,,tenka,,23,,"Being told that by both Tenka-chan and Komako-chan, Chii-\nchan gave a sly smile." +75400 ,,,,,,,千恵,Chie,201_KC01_c_012.wav,,,,chie,,38,,,,,"Hehehe, today Chii-chan is rich and loaded!" +75500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,38,,,,,Huh!? +75600 ,,,,,,,,,,,,,chie,,38,,,,,Chii-chan is rich!? What happened? +75700 ,,,,,,,千恵,Chie,201_KC01_c_013.wav,,,,"chieL,private",,21,,,,,Mom gave me some allowance to buy juice after dance! 120\nyen! +75800 ,,,,,,,,,,,,,chieL,,21,,,,,"...Well, that's about right." +75900 ,,,,,,,甜花,Tenka,201_KC01_t_009.wav,,,,chie,,21,tenka,,32,,"You know, you should do something about that habit of\nspending money as soon as you get it." +76000 ,,,,,,,千恵,Chie,201_KC01_c_014.wav,,,,chie,,24,tenka,,32,,But even the samurai said it! Don't carry money over to the\nnext day! +76100 ,,,,,,,,,,,,,chie,,24,tenka,,32,,"Oh, that's right, Chii-chan was watching a rerun of a period\ndrama at my place the other day." +76200 ,,,,,,,千恵,Chie,201_KC01_c_015.wav,,,,chieL,,1,,,,,"So, uncle, give me a baseball bar!" +76300 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,1,,,,,"Alright, alright." +76400 ,,,,,,,,,,,,,,,,,,,,"Chii-chan placed 60 yen in her small, soft, cute little hand\nand handed it to me." +76500 ,,,,,,,,,,,,,,,,,,,,"The baseball bar is an old-fashioned square vanilla ice\ncream on a stick, and if you hit a home run, you get another\none. That's probably what excites Chii-chan." +76600 ,,,,,,,,,,,,,,,,,,,,I took the money from Chii-chan and started heading towards\nthe store. +76700 ,,,,,,,,,,,,,,,,,,,,I stopped for a moment and turned around. +76800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Do you two want ice cream too? +76900 ,,,,,,,甜花,Tenka,201_KC01_t_010.wav,,,,,,,tenka,,12,,"Wasting money isn't good... but it's hot, and if I see Chii\neating, I'll definitely want some... Uncle, I'll have a\nmelon ice." +77000 ,,,,,,,コマコ,Komako,201_KC01_k_006.wav,komako,,3,,,,,,,,I'll have... the same baseball bar as Chii- chan. +77100 ,,,,,,,千恵,Chie,201_KC01_c_016.wav,komako,,3,chie,,1,,,,,"Komako-chan, we're matching~" +77200 ,,,,,,,コマコ,Komako,201_KC01_k_007.wav,komako,,21,chie,,1,,,,,"...Yeah, matching." +77300 ,,,,,,,,,,komako,,21,chie,,1,,,,,"Komako-chan smiled shyly. Cute. Thinking that smile is for\nChii-chan makes me a little jealous, but it's cute." +77400 ,,,,,,,千恵,Chie,201_KC01_c_017.wav,,,,chie,,25,,,,,"Uncle, hurry, hurry~!" +77500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, alright." +77600 ,,,,21,,,,,,,,,,,,,,,,I took the money from the two of them and retrieved two\nbaseball bars and a melon- shaped cup of 0% juice melon ice\nfrom the store's freezer. +77700 ,,,,,,,,,,,,,,,,,,,,"After a moment's thought, I decided to grab a chocolate bar\nfor myself as well." +77800 ,,,,,,,,,,,,,,,,,,,,"Even though I've been inside the cool store, it's still\nsummer. I want some ice cream." +77900 ,,,,31,,,千恵,Chie,201_KC01_c_018.wav,,,,chie,,21,,,,,Let's eat~! +78000 ,,,,,,,,,,,,,chieL,,21,,,,,Chii-chan energetically bit into the baseball bar. +78100 ,,,,,,,,,,,,,,,,,,,,"But you know, seeing a girl with something stick-shaped in\nher mouth is always nice." +78200 ,,,,,,,,,,,,,,,,,,,,"And Chii-chan, as you can tell from the rice grains she\nleaves behind, eats in a somewhat childish way." +78300 ,,,,,,,,,,,,,,,,,,,,"Even now, she's got vanilla ice cream all around her\nmouth... It's like, the white, creamy liquid is smearing her\nlips and face..." +78400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Gulp. +78500 ,,,,,,,,,,,,,,,,,,,,"Ah, damn it. I almost succumbed to the devil's whisper\nagain." +78600 ,,,,,,,,,,,,,,,,,,,,"I've decided to be devoted to Komako-chan, but seeing Chii-\nchan covered in that white, creamy liquid, she'll be\ntonight's fantasy." +78700 ,,,,,,,,,,,,,,,,,,,,But if I look away... +78800 ,,,,,,,甜花,Tenka,201_KC01_t_011.wav,,,,,,,"tenkaL,privateB",,3,,"Nom, nom... It's strange how this tastes like melon even\nthough there's no juice in it." +78900 ,,,,,,,,,,,,,,,,tenkaL,,3,,"I can see Tenka-chan eating the ice cream little by little\nfrom the melon cup. Ah, not long ago, I would've definitely\nstuck my dick in that cup and jerked off." +79000 ,,,,,,,コマコ,Komako,201_KC01_k_008.wav,"komakoL,private",,21,,,,,,,,...Nom. +79100 ,,,,,,,,,,komakoL,,21,,,,,,,,"But still, Komako-chan is eating the same baseball bar as\nChii-chan." +79200 ,,,,,,,,,,komakoL,,21,,,,,,,,"Not as messily as Chii-chan, but her lips are stained white\nwith melted ice cream." +79300 ,,,,,,,,,,komakoL,,21,,,,,,,,"And Komako-chan licks the ice cream slowly, making it look\nlike she's licking the tip of a dick." +79400 ,,,,,,,,,,komakoL,,21,,,,,,,,"Ah... Komako-chan is so cute. Yeah, tonight's fantasy will\nbe Komako-chan's licking face." +79500 ,,,,,,,,,,komakoL,,21,,,,,,,,"As I watched the three of them eating ice cream like that,\nChii-chan scooted closer to Tenka-chan." +79600 ,,,,,,,千恵,Chie,201_KC01_c_019.wav,,,,chie,,0,,,,,"Tenka-chan, give me a bite! I'll give you a bite too!" +79700 ,,,,,,,甜花,Tenka,201_KC01_t_012.wav,,,,chie,,0,tenka,,32,,"Eh~... Well, I guess it's okay, but just one bite." +79800 ,,,,,,,千恵,Chie,201_KC01_c_020.wav,,,,chie,,1,tenka,,32,,Yay~! +79900 ,,,,,,,,,,,,,,,,,,,,Chie-chan and Tenka-chan were having a heartwarming ice\ncream exchange. +80000 ,,,,,,,コマコ,Komako,201_KC01_k_009.wav,komako,,33,,,,,,,,"Uh! Ch-Chii-chan, can I have a bite too...?" +80100 ,,,,,,,千恵,Chie,201_KC01_c_021.wav,komako,,33,chie,,20,,,,,"Komako-chan's ice cream is the same as Chii- chan's, so it's\nfine~" +80200 ,,,,,,,コマコ,Komako,201_KC01_k_010.wav,komako,,16,chie,,20,,,,,"Y-Yeah, that's true..." +80300 ,,,,,,,,,,,,,,,,,,,,"With a face of regret, Komako-chan drooped her shoulders." +80400 ,,,,,,,,,,,,,,,,,,,,"Next, Chii-chan set her sights on me." +80500 ,,,,,,,千恵,Chie,201_KC01_c_022.wav,,,,chieL,,1,,,,,"Hey, mister! Give me a bite of your ice cream too!" +80600 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,1,,,,,"Eh? Well, that's..." +80700 ,,,,,,,,,,,,,chieL,,1,,,,,"I'd be thrilled to have an indirect kiss with a cute girl\nlike Chii-chan, but I can't do that with Komako-chan\nwatching." +80800 ,,,,,,,,,,,,,chieL,,1,,,,,I don't want to make Komako-chan sad. +80900 ,,,,,,,,,,,,,chieL,,1,,,,,"In a hurry, I took the last bite." +81000 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,1,,,,,"S-Sorry, mister's is all gone now." +81100 ,,,,,,,,,,,,,chieL,,1,,,,,"I thought Chii-chan would give up with that, but――" +81200 ,,,,,,,千恵,Chie,201_KC01_c_023.wav,,,,chieL,,18,,,,,It's okay! There's still a little left! +81300 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,18,,,,,Eh? Where? +81400 ,,,,,,,,,,,,,chieL,,18,,,,,"In the next moment, Chii-chan suddenly leaned her face close\nto mine." +81500 ,,,,,,,,,,,,,chieL,,18,,,,,"Then, something cool and soft licked up my lips." +81600 ,,,,,,,千恵,Chie,201_KC01_c_024.wav,,,,chieL,,21,,,,,"You had lots of chocolate ice cream on your mouth, mister~" +81700 ,,,,,,,,,,,,,chie,,21,,,,,Chii-chan pulled back and smiled brightly. +81800 ,,,,,,,,,,,,,chie,,21,,,,,My mouth was full of chocolate ice cream... which means that\nwas Chii-chan's tongue just now!? Did I just kiss Chii-\nchan!? +81900 ,,,,,,,千恵,Chie,201_KC01_c_025.wav,,,,chie,,1,,,,,Ehehe~ I wanted to taste both chocolate and vanilla~ +82000 ,,,,,,,甜花,Tenka,201_KC01_t_013.wav,,,,chie,,1,tenka,,12,,"S-Stop it, that's bad manners." +82100 ,,,,,,,千恵,Chie,201_KC01_c_026.wav,,,,chie,,3,tenka,,12,,Why? +82200 ,,,,,,,,,,,,,,,,,,,,"Even though Tenka-chan scolded her, Chii-chan remained\nunfazed and nonchalant." +82300 ,,,,,,,,,,,,,,,,,,,,"That's right, for Chii-chan, it was just 'getting a little\nice cream from the old man.'" +82400 ,,,,,,,,,,,,,,,,,,,,But... there's someone who won't let it slide. +82500 ,,,,,,,コマコ,Komako,201_KC01_k_011.wav,komakoL,,17,,,,,,,,............ +82600 ,,,,,,,,,,komakoL,,17,,,,,,,,H-How should I make up for this? +82700 ,,,,,,,,,,komakoL,,17,,,,,,,,"I was drenched in sweat, feeling Komako- chan's icy gaze on\nmy back." +83000 ,,,3,41,,,主人公,Kiyoshi,,,,,,,,,,,,"Okay... wait, Komako-chan?" +83100 ,,,,,,,,,,,,,,,,,,,,"After everyone left, Komako-chan came back to the shop\nalone." +83200 ,,,,,,,コマコ,Komako,201_KC01_k_012.wav,"komako,private",,37,,,,,,,,I need to talk to you. +83300 ,,,,,,,,,,komako,,37,,,,,,,,She looked up at me with slightly reproachful eyes. +83400 ,,,,,,,,,,komako,,37,,,,,,,,"Ugh, the talk is definitely about the ice cream incident.\nBut that was unavoidable, oh, but Komako-chan is definitely\nmad!" +83500 ,,,,,,,主人公,Kiyoshi,,komako,,37,,,,,,,,"O-Okay, I understand. Come on in." +83600 ,,,,,,,コマコ,Komako,201_KC01_k_013.wav,komako,,7,,,,,,,,Excuse me. +83700 ,,,,,,,,,,komako,,7,,,,,,,,"But if I turn her away, Komako-chan will just hate me even\nmore. Trembling, I invite Komako-chan inside." +83800 ,,,3,31,,,コマコ,Komako,201_KC01_k_014.wav,"komako,private",,9,,,,,,,,............ +83900 ,,,,,,,,,,komako,,9,,,,,,,,"Even after entering the room, Komako-chan didn't sit down\nand just stared at me." +84000 ,,,,,,,,,,komako,,9,,,,,,,,I couldn't help but avert my eyes. +84100 ,,,,,,,主人公,Kiyoshi,,komako,,9,,,,,,,,"Uh, um, for now, why don't you sit down..." +84200 ,,,,,,,コマコ,Komako,201_KC01_k_015.wav,"komakoL,private",,30,,,,,,,,"You're such an idiot, old man." +84300 ,,,,,,,,,,komakoL,,30,,,,,,,,Whack! +84400 ,,,,,,,,,,komakoL,,30,,,,,,,,"When I offered her a cushion, Komako-chan suddenly grabbed\nit and hit me with it." +84500 ,,,,,,,主人公,Kiyoshi,,komakoL,,30,,,,,,,,"Ouch, ouch!" +84600 ,,,,,,,,,,komakoL,,30,,,,,,,,"For Komako-chan, it was rare for her to raise her voice a\nbit as she repeatedly hit me with the cushion." +84700 ,,,,,,,,,,komakoL,,30,,,,,,,,"Of course, it's just a cushion, and no matter how many times\nKomako-chan hits me, it doesn't really hurt... but..." +84800 ,,,,,,,主人公,Kiyoshi,,komakoL,,30,,,,,,,,"W-Wait a minute, did I do something wrong?" +84900 ,,,,,,,コマコ,Komako,201_KC01_k_016.wav,komakoL,,11,,,,,,,,"You kissed Chii-chan. Old man, you kissed Chii-chan." +85000 ,,,,,,,コマコ,Komako,201_KC01_k_017.wav,komakoL,,13,,,,,,,,I hate you... ugh... +85100 ,,,,,,,,,,komakoL,,13,,,,,,,,The word 'hate' she said with teary eyes pierced my heart. +85200 ,,,,,,,,,,komakoL,,13,,,,,,,,N-No way... D-Did Komako-chan start to hate me? +85300 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"I-I'm sorry! I'm sorry! But that was an accident, I didn't\nmean to kiss her..." +85400 ,,,,,,,コマコ,Komako,201_KC01_k_018.wav,komakoL,,28,,,,,,,,"I don't care! I don't care about you anymore, old man!\nWaaah!" +85500 ,,,,,,,,,,komakoL,,28,,,,,,,,"It must have been a huge shock for her that Chii-chan and I\nkissed, as Komako-chan started crying loudly." +85600 ,,,,,,,,,,komakoL,,28,,,,,,,,What should I do... what should I do... I don't want Komako-\nchan to hate me. +85700 ,,,,,,,,,,komakoL,,28,,,,,,,,"But, I felt a bit uneasy. I like Komako-chan so much, yet\nshe's always thinking about Chii-chan..." +85800 ,,,,,,,,,,komakoL,,28,,,,,,,,That's it! +85900 ,,,,,,,主人公,Kiyoshi,,komakoL,,28,,,,,,,,"T-Then, I'll kiss Komako-chan too!" +86000 ,,,,,,,コマコ,Komako,201_KC01_k_019.wav,komakoL,,24,,,,,,,,Huh? +86100 ,,"",,9000,,,,,,,,,,,,,,,,I pushed Komako-chan's slender body down and brought my lips\nclose to her untanned white cheek. +86300 ,,,15,31,2210000,,,,,,,,,,,,,,, +86400 ,*mem,,,,2210000,,,,,,,,,,,,,,, +86500 ,,,15,,2210000,,,,,,,,,,,,,,,Lick. +86600 ,,,,,2210000,,コマコ,Komako,201_KC01_k_020.wav,komako,,0,,,,,,,,Eek! +86700 ,,,,,2210000,,,,,,,,,,,,,,,"I licked Komako-chan's soft cheek, just like Chii-chan did\nto me." +86800 ,,,,,2210000,,,,,,,,,,,,,,,Komako-chan shivered and turned her face away. +86900 ,,,,,2210000,,コマコ,Komako,201_KC01_k_021.wav,komako,,0,,,,,,,,"No... I don't want to kiss you, old man..." +87000 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,Don't say that. I understand Komako-chan's feelings. +87100 ,,,,,2210000,,,,,,,,,,,,,,,"While holding down Komako-chan's struggling arms, I tried to\nkiss her lips." +87200 ,,,,,2210000,,,,,,,,,,,,,,,"But because Komako-chan kept shaking her head, I ended up\nkissing her chin instead." +87300 ,,,,,2210000,,コマコ,Komako,201_KC01_k_022.wav,komako,,0,,,,,,,,Hiyun! +87400 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you're jealous because I kissed Chii-chan,\nright?" +87500 ,,,,,2210000,,コマコ,Komako,201_KC01_k_023.wav,komako,,0,,,,,,,,"...Y-Yes, but..." +87600 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,That's why I thought I'd give Komako-chan lots of kisses\ntoo. +87700 ,,,,,2210000,,コマコ,Komako,201_KC01_k_024.wav,komako,,0,,,,,,,,Why does it have to be like that...? +87800 ,,,,,2210000,,,,,,,,,,,,,,,"Komako-chan looked up at me with teary eyes, trembling." +87900 ,,,,,2210000,,,,,,,,,,,,,,,Her face was so cute that it made my crotch tingle. +88000 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"But I said Komako-chan is my favorite, and yet I haven't\nkissed Komako-chan yet..." +88100 ,,,,,2210000,,,,,,,,,,,,,,,"Before the tears could fall, I licked the corner of her eye\nwith my tongue." +88200 ,,,,,2210000,,,,,,,,,,,,,,,Komako-chan stiffened and twitched her cheek. +88300 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"And because I kissed Chii-chan first, you got jealous,\nright? I'm sorry." +88400 ,,,,,2210010,,コマコ,Komako,201_KC01_k_025.wav,komako,,0,,,,,,,,"N-No... that's not it, it's because you and Chii-chan..." +88500 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, you're jealous because I kissed Chii- chan, right?" +88600 ,,,,,2210000,,コマコ,Komako,201_KC01_k_026.wav,komako,,0,,,,,,,,"That's true, but... that's not it..." +88700 ,,,,,2210000,,,,,,,,,,,,,,,Komako-chan looked confused and furrowed her brows in\ndistress. +88800 ,,,,,2210000,,,,,,,,,,,,,,,"I knew it was a ridiculous excuse, but I wanted Komako-chan\nto think about me more than Chii-chan." +88900 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"So, to prove that Komako-chan is my favorite, I'll give you\nlots of kisses! Even more than I did with Chii-chan!" +89000 ,,,,,2210000,,コマコ,Komako,201_KC01_k_027.wav,komako,,0,,,,,,,,"No, that's not it... I mean with Chii- chan... hyau..." +89100 ,,,,,2210000,,,,,,,,,,,,,,,"Komako-chan tried to escape while crying, but I chased her\nwith my tongue, licking her face all over." +89200 ,,,,,2210000,,,,,,,,,,,,,,,"Komako-chan's cheeks were white and soft, like sweet candy,\nbut when I licked them, they were salty." +89300 ,,,,,2210000,,,,,,,,,,,,,,,Maybe it was because it was hot today and she sweated a lot. +89400 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"The kiss with Chii-chan was sweet, but Komako-chan's kiss is\nsalty. I like Komako- chan's taste better." +89500 ,,,,,2210010,,コマコ,Komako,201_KC01_k_028.wav,komako,,0,,,,,,,,"No... no, don't lick my face. It'll get all sticky with\nsaliva..." +89600 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"But licking and getting all sticky with saliva is an adult\nkiss, you know? Don't you want to practice adult kisses?" +89700 ,,,,,2210000,,コマコ,Komako,201_KC01_k_029.wav,komako,,0,,,,,,,,P-Practice... +89800 ,,,,,2210000,,,,,,,,,,,,,,,The word 'practice' weakened Komako-chan's resistance. +89900 ,,,,,2210000,,,,,,,,,,,,,,,"My chest felt heavy again. Even though I've kissed her so\nmuch and said I love her, in Komako-chan's mind, Chii-chan\nis still more important. I can't help it." +90000 ,,,,,2210000,,,,,,,,,,,,,,,"Even though I felt uneasy, I decided to use Chii-chan as an\nexcuse to kiss Komako-chan more." +90100 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, practice. If you practice adult kisses a lot with me,\nyou won't have any trouble doing adult kisses with Chii-\nchan, right?" +90200 ,,,,,2210010,,コマコ,Komako,201_KC01_k_030.wav,komako,,0,,,,,,,,"...Mmm... Mmm, mmm, mmm" +90300 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,What do you think? +90400 ,,,,,2210010,,,,,,,,,,,,,,,"As I left a trail of saliva on Komako-chan's smooth cheek, I\nwhispered in her ear." +90500 ,,,,,2210010,,,,,,,,,,,,,,,"Seeing my saliva leaving a slimy trail on Komako-chan's cute\nface, like a slug had crawled over it, was exciting in\nitself." +90600 ,,,,,2210010,,,,,,,,,,,,,,,"Thanks to that, more saliva welled up, and I covered Komako-\nchan's ear with it while pressing the front of my bulging\npants against her crotch." +90700 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, right?" +90900 ,,,,,2210010,,,,,,,,,,,,,,,"Komako-chan was silent, but her resistance had weakened\nconsiderably." +91000 ,,,,,2210010,,,,,,,,,,,,,,,"Taking that as agreement, I somewhat forcefully pressed my\nlips against Komako- chan's." +91100 ,,,,,2210010,,コマコ,Komako,201_KC01_k_031.wav,komako,,0,,,,,,,,Mmm~! Mmm mmm~! +91200 ,,,,,2210010,,,,,,,,,,,,,,,"But when I tried to slip my tongue in, Komako-chan\ndesperately clamped her mouth shut." +91300 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"Is it no good? Why? I like you, Komako- chan." +91400 ,,,,,2210010,,コマコ,Komako,201_KC01_k_032.wav,komako,,0,,,,,,,,I said I don't like you. +91500 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"But we did it, right? If we did it, that means you like me,\nright?" +91600 ,,,,,2210000,,コマコ,Komako,201_KC01_k_033.wav,komako,,0,,,,,,,,"Eh? Eh? That's, um, ugh..." +91700 ,,,,,2210000,,,,,,,,,,,,,,,"When I brought up the time we did it, Komako- chan looked\nconfused and furrowed her brows." +91800 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"If you like me enough to do it, then you can kiss me too,\nright? After all, doing it is a higher level than kissing!" +91900 ,,,,,2210000,,コマコ,Komako,201_KC01_k_034.wav,komako,,0,,,,,,,,"That... might be true, but..." +92000 ,,,,,2210000,,,,,,,,,,,,,,,"Even though I thought it was a ridiculous argument, Komako-\nchan was being pressured." +92100 ,,,,,2210000,,,,,,,,,,,,,,,I took this opportunity to press my lips against Komako-\nchan's. +92200 ,,,,,2210010,,コマコ,Komako,201_KC01_k_035.wav,komako,,0,,,,,,,,Mmmph! +92300 ,,,,,2210010,,,,,,,,,,,,,,,I licked her tightly closed lips with my tongue. +92400 ,,,,,2210010,,,,,,,,,,,,,,,"Even though Komako-chan's lips shouldn't have anything on\nthem, they tasted slightly sweet. Like milk." +92500 ,,,,,2210010,,,,,,,,,,,,,,,It was very similar to the vanilla ice cream taste from\nChie-chan's tongue earlier in the day. +92600 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"So, let's have a naughty, adult kiss, okay? Please, I want\nto kiss you, Komako-chan~" +92700 ,,,,,2210010,,コマコ,Komako,201_KC01_k_036.wav,komako,,0,,,,,,,,I-I don't want to... +92800 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,Why not? +92900 ,,,,,2210010,,コマコ,Komako,201_KC01_k_037.wav,komako,,0,,,,,,,,That's not why I came here... +93000 ,,,,,2210010,,,,,,,,,,,,,,,Komako-chan reached out and tried to grab the futon tightly. +93100 ,,,,,2210010,,,,,,,,,,,,,,,It seemed that Komako-chan's anger hadn't subsided yet. +93200 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"I see... that's right, I'm sorry. You were angry, Komako-\nchan." +93300 ,,,,,2210000,,コマコ,Komako,201_KC01_k_038.wav,komako,,0,,,,,,,,"Yeah, I'm angry." +93400 ,,,,,2210000,,,,,,,,,,,,,,,Komako-chan pursed her lips tightly and glared at me with\nteary eyes. +93500 ,,,,,2210000,,,,,,,,,,,,,,,"But somehow, she didn't seem as angry as before." +93600 ,,,,,2210000,,,,,,,,,,,,,,,Maybe it was because her cheeks were starting to blush\nslightly. +93700 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"Then, first, I need to get you in the mood, right?" +93800 ,,,,,2210000,,コマコ,Komako,201_KC01_k_039.wav,komako,,0,,,,,,,,Eh!? +93900 ,,,,,2210000,,,,,,,,,,,,,,,"I kissed Komako-chan again, her eyes wide with surprise." +94000 ,,,,,2210000,,,,,,,,,,,,,,,It was a kiss that wasn't just about pressing lips together. +94100 ,,,,,2210000,,,,,,,,,,,,,,,"While doing that, I gently kneaded Komako- chan's breasts\nwith one hand." +94200 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, you can't have a sexy kiss if you're not in\nthe mood. First, I'll make you feel good, Komako-chan." +94300 ,,,,,2210010,,コマコ,Komako,201_KC01_k_040.wav,komako,,0,,,,,,,,"Eh? No, that's not... mmm~!" +94400 ,,,,,2210010,,,,,,,,,,,,,,,I gently massaged Komako-chan's budding breasts over her\nclothes. +94500 ,,,,,2210010,,,,,,,,,,,,,,,I remember that Komako-chan gets all tingly when her nipples\nare teased. +94600 ,,,,,2210010,,,,,,,,,,,,,,,"While sealing Komako-chan's protests with my lips, I pinched\nthe small nipple poking through her clothes with my\nfingertips." +94700 ,,,,,2210010,,コマコ,Komako,201_KC01_k_041.wav,komako,,0,,,,,,,,Mmm~! +94800 ,,,,,2210010,,,,,,,,,,,,,,,Komako-chan thrashed wildly beneath me. +94900 ,,,,,2210010,,,,,,,,,,,,,,,"But her lips remained tightly shut, refusing to let my\ntongue in." +95000 ,,,,,2210010,,,,,,,,,,,,,,,This is a problem. +95100 ,,,,,2210010,,コマコ,Komako,201_KC01_k_042.wav,komako,,0,,,,,,,,Mmm... mm... mmm... +95200 ,,,,,2210010,,,,,,,,,,,,,,,"In fact, she was even kicking her legs, trying to push me\naway." +95300 ,,,,,2210010,,,,,,,,,,,,,,,"At this rate, I might have to make Komako- chan feel even\nmore aroused and turn her into a puddle before she'll let me\ngive her a deep kiss." +95400 ,,,,,2210010,,,,,,,,,,,,,,,"Alright, this is where I show off my skills!" +95600 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, let me show you the places where a girl feels\ngood when kissed..." +95700 ,,,,,2210000,,コマコ,Komako,201_KC01_k_043.wav,komako,,0,,,,,,,,Huh? The places that feel good when kissed... +95800 ,,,,,2210000,,,,,,,,,,,,,,,"When I pulled away, Komako-chan looked puzzled." +95900 ,,,,,2210000,,,,,,,,,,,,,,,"I'm sure Komako-chan only knows about kissing mouth to\nmouth, so I'll take this opportunity to teach her various\nthings, getting myself psyched up." +96000 ,,,,,2210000,,,,,,,,,,,,,,,"Well, of course, my main desire is to lick Komako-chan all\nover." +96100 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, just like when I kissed your face all over earlier,\nkisses outside the mouth can make a girl feel really good.\nLook..." +96200 ,,,,,2210020,,,,,,,,,,,,,,,Lick. +96300 ,,,,,2210020,,コマコ,Komako,201_KC01_k_044.wav,komako,,0,,,,,,,,Hyau!! +96400 ,,,,,2210020,,,,,,,,,,,,,,,"Exhausted from struggling, I licked the side of Komako-\nchan's body with the tip of my tongue." +96500 ,,,,,2210020,,,,,,,,,,,,,,,"The taste of sweat, much more concentrated than on her face,\ntingled my tongue." +96600 ,,,,,2210020,,,,,,,,,,,,,,,"But it wasn't an unpleasant taste at all. In fact, it could\neven be called delicious." +96700 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,"The armpit is a very sensitive area, you know. When you\ngently kiss it with your tongue like this..." +96800 ,,,,,2210020,,コマコ,Komako,201_KC01_k_045.wav,komako,,0,,,,,,,,"Hyafu, fuh... ah, i-it tickles..." +96900 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it might tickle at first. But gradually, it'll start\nto feel good." +97000 ,,,,,2210020,,コマコ,Komako,201_KC01_k_046.wav,komako,,0,,,,,,,,"I don't get it, it tickles..." +97100 ,,,,,2210020,,,,,,,,,,,,,,,"Unlike her breasts, the ticklish sensation seemed to\noverpower the pleasure, as Komako- chan shook her head from\nside to side." +97200 ,,,,,2210020,,,,,,,,,,,,,,,"However, as I persistently licked that fragrant hollow, her\nvoice began to mix with sweetness." +97300 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,It's okay. Komako-chan already knows how good it feels with\nyour breasts and pussy. You'll soon feel good here too. +97400 ,,,,,2210020,,コマコ,Komako,201_KC01_k_047.wav,komako,,0,,,,,,,,"Nn... but, it tickles..." +97500 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,Even though it tickles? +97600 ,,,,,2210020,,コマコ,Komako,201_KC01_k_048.wav,komako,,0,,,,,,,,"When you lick me, my crotch starts to tingle..." +97700 ,,,,,2210020,,,,,,,,,,,,,,,Komako-chan really is a genius when it comes to sex. +97800 ,,,,,2210020,,,,,,,,,,,,,,,"It seems she's already starting to feel it in her armpit.\nWell, they say ticklish spots are undeveloped erogenous\nzones." +97900 ,,,,,2210020,,,,,,,,,,,,,,,"Komako-chan's body, honest to sexual pleasure, quickly\ntransformed the ticklish sensation of having her armpit\nlicked into pleasure under my guidance." +98000 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,"See, it feels good, right? Right?" +98100 ,,,,,2210020,,コマコ,Komako,201_KC01_k_049.wav,komako,,0,,,,,,,,"B-but, kissing there is weird. I've never heard of it... nn." +98200 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,Because it's an adult kiss. +98300 ,,,,,2210020,,コマコ,Komako,201_KC01_k_050.wav,komako,,0,,,,,,,,It seems perverted. Will Chii-chan really be happy...? +98400 ,,,,,2210020,,,,,,,,,,,,,,,"But perhaps still upset, Komako-chan turned away sulking." +98500 ,,,,,2210020,,,,,,,,,,,,,,,"Desperately trying to melt Komako-chan's anger with\npleasure, I intensified my tongue's caress on her armpit." +98600 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,"She'll be happy! Because feeling good is nice, right? If\nKomako-chan feels good, then Chii-chan will feel good too!" +98700 ,,,,,2210020,,コマコ,Komako,201_KC01_k_051.wav,komako,,0,,,,,,,,"Nn, nnngh... b-but... but..." +98800 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,"See, it feels good, right? If your crotch is tingling, it\nmeans you're starting to feel naughty, right?" +98900 ,,,,,2210020,,コマコ,Komako,201_KC01_k_052.wav,komako,,0,,,,,,,,"Haa... nnngh, nnngh... i-it's tingling, but..." +99000 ,,,,,2210020,,,,,,,,,,,,,,,Komako-chan's armpit was glistening wet with saliva. +99100 ,,,,,2210020,,,,,,,,,,,,,,,A droplet of saliva trickled down the soft yet slightly bony\nhollow. +99200 ,,,,,2210020,,,,,,,,,,,,,,,"It exuded a lewdness as if it had become a sexual organ,\nmaking me want to devour her armpit even more." +99300 ,,,,,2210020,,,,,,,,,,,,,,,"I felt like Komako-chan's panties, pressed against my pants,\nwere also getting warm and damp." +99400 ,,,,,2210020,,コマコ,Komako,201_KC01_k_053.wav,komako,,0,,,,,,,,"B-but, just a little... so it's not a naughty feeling..." +99500 ,,,,,2210020,,,,,,,,,,,,,,,"But today, Komako-chan was a bit stubborn." +99600 ,,,,,2210020,,,,,,,,,,,,,,,"As if refusing to acknowledge the pleasure her body was\nfeeling, she shook her head with a troubled expression." +99700 ,,,,,2210020,,,,,,,,,,,,,,,"...Hmm, it seems the anger from kissing Chii- chan in front\nof her won't easily go away." +99800 ,,,,,2210020,,,,,,,,,,,,,,,In that case! +99900 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,Then I'll give Komako-chan a kiss that feels even better! +100100 ,,,,,2210030,,,,,,,,,,,,,,,"Saying that, I sucked on Komako-chan's breast over her\nclothes." +100200 ,,,,,2210030,,コマコ,Komako,201_KC01_k_054.wav,komako,,0,,,,,,,,"Hiu... Oji-san, that's..." +100300 ,,,,,2210030,,,,,,,,,,,,,,,Komako-chan weakly shook her head as if saying no. +100400 ,,,,,2210030,,,,,,,,,,,,,,,But I didn't stop sucking on her breast. I continued to suck\non Komako-chan's breast through her sweat-drenched clothes. +100500 ,,,,,2210030,,コマコ,Komako,201_KC01_k_055.wav,komako,,0,,,,,,,,"Ah, ah... no, my chest, it's tingling... nn..." +100600 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"You told me last time, remember? That when Komako-chan's\nbreasts are played with, it feels naughty. I remember it\nwell." +100700 ,,,,,2210030,,コマコ,Komako,201_KC01_k_056.wav,komako,,0,,,,,,,,"Fuu... with your tongue, swirling it around..." +100800 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, kissing your breasts feels good, right?" +100900 ,,,,,2210030,,,,,,,,,,,,,,,"Just from lightly teasing them with my fingers earlier,\nKomako-chan's cute nipples had already become hard and\nstiff." +101000 ,,,,,2210030,,,,,,,,,,,,,,,"I teased and played with them with my tongue, asserting\ntheir presence at the top of her soft, fluffy breasts." +101100 ,,,,,2210030,,,,,,,,,,,,,,,"Each time, Komako-chan reacted with a twitch, pressing her\nnow warm and moist crotch against my erect cock." +101200 ,,,,,2210030,,コマコ,Komako,201_KC01_k_057.wav,komako,,0,,,,,,,,My breasts feel slippery... the tingling is throbbing...\nfaa... +101300 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you're wiggling your butt. Does it feel good?\nAre you starting to feel naughty?" +101400 ,,,,,2210030,,コマコ,Komako,201_KC01_k_058.wav,komako,,0,,,,,,,,I'm not... feeling that... nn... +101500 ,,,,,2210030,,,,,,,,,,,,,,,"Even as she said that, Komako-chan's face was becoming\ndazed. Her lips, which she had been trying so hard to keep\nclosed..." +101600 ,,,,,2210030,,コマコ,Komako,201_KC01_k_059.wav,komako,,0,,,,,,,,No... faa... my breasts are hot... nn... +101700 ,,,,,2210030,,,,,,,,,,,,,,,"As I continued to suck on Komako-chan's slightly sweet\nbreasts, which didn't even produce milk, her lips gradually\nparted." +101800 ,,,,,2210030,,,,,,,,,,,,,,,That expression was so erotic and cute that my cock kept\ngetting hotter. +101900 ,,,,,2210030,,,,,,,,,,,,,,,"Even through my pants and trousers, Komako- chan's soft spot\nfelt so good that I continued to thrust my hips as if doing\nfrottage, while continuing to kiss her nipples." +102000 ,,,,,2210030,,コマコ,Komako,201_KC01_k_060.wav,komako,,0,,,,,,,,Nn... nn... haa... haa... +102100 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,How is it? Are you starting to feel good? +102200 ,,,,,2210030,,コマコ,Komako,201_KC01_k_061.wav,komako,,0,,,,,,,,"I don't know, don't dirty my clothes anymore... yaa..." +102300 ,,,,,2210030,,,,,,,,,,,,,,,Komako-chan is really stubborn today. +102400 ,,,,,2210030,,,,,,,,,,,,,,,"Even though her breasts are honestly responding to my\ntongue, saying it feels good." +102500 ,,,,,2210030,,,,,,,,,,,,,,,"But, I guess it's true that I did dirty her clothes." +102600 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, I'll wash them properly later. But kissing your\nbreasts over your clothes like this feels good, right?" +102700 ,,,,,2210030,,コマコ,Komako,201_KC01_k_062.wav,komako,,0,,,,,,,,Hiuu... +102800 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"Even doing it like this, it doesn't hurt much..." +102900 ,,,,,2210030,,,,,,,,,,,,,,,"I remembered that Komako-chan liked having her nipples\npinched, so I lightly nibbled on them." +103000 ,,,,,2210030,,コマコ,Komako,201_KC01_k_063.wav,komako,,0,,,,,,,,Hyafuu...▼ +103100 ,,,,,2210030,,,,,,,,,,,,,,,"Komako-chan arched her back, letting out an incredibly sweet\nvoice." +103200 ,,,,,2210030,,,,,,,,,,,,,,,"I could see her nipples, soaked with my saliva, already\nswollen and engorged." +103300 ,,,,,2210030,,,,,,,,,,,,,,,I then moved my tongue vigorously over her now transparent\nweak spot. +103400 ,,,,,2210030,,コマコ,Komako,201_KC01_k_064.wav,komako,,0,,,,,,,,"Haa... haa... please, stop..." +103500 ,,,,,2210030,,,,,,,,,,,,,,,"After the light nibbling, Komako-chan became more sensitive,\nher eyes wide open and trembling." +103600 ,,,,,2210030,,,,,,,,,,,,,,,"Her body seemed to lose strength, offering little\nresistance." +103700 ,,,,,2210030,,,,,,,,,,,,,,,"But the stimulation to her breasts made her crotch itch\nuncontrollably, and her hips swayed lewdly." +103800 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Komako-chan, you're too cute. If you do that, I won't be\nable to hold back!" +103900 ,,,,,2210030,,,,,,,,,,,,,,,"My cock, on the verge of ejaculation, couldn't hold back and\npressed against Komako-chan's moist slit." +104000 ,,,,,2210030,,コマコ,Komako,201_KC01_k_065.wav,komako,,0,,,,,,,,Ah... haa... +104100 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"It seems like Komako-chan is feeling really naughty now.\nLet's kiss, chu~!" +104300 ,,,,,2210040,,,,,,,,,,,,,,,"I kissed Komako-chan's lips, which were left open, as she\nlet out heavy breaths." +104400 ,,,,,2210040,,,,,,,,,,,,,,,Komako-chan no longer kept her lips tightly closed. +104500 ,,,,,2210040,,コマコ,Komako,201_KC01_k_066.wav,komako,,0,,,,,,,,Nmm~... nnn~... nnn~... +104600 ,,,,,2210040,,,,,,,,,,,,,,,I quickly slipped my tongue inside. +104700 ,,,,,2210040,,,,,,,,,,,,,,,"Wow, it's sweet!" +104800 ,,,,,2210040,,主人公,Kiyoshi,,,,,,,,,,,,"Nchu... nn, amazing... Komako-chan's saliva is as sweet as\nsyrup... chu." +104900 ,,,,,2210040,,コマコ,Komako,201_KC01_k_067.wav,komako,,0,,,,,,,,Nnn~... muu... muu~... +105000 ,,,,,2210040,,,,,,,,,,,,,,,It's like an aphrodisiac. The inside of Komako-chan's small\nand cute mouth was incredibly sweet. +105100 ,,,,,2210040,,,,,,,,,,,,,,,"Just by twisting my tongue in, her cheeks puffed up. I\nsavored every bit of that cute mouth." +105200 ,,,,,2210040,,,,,,,,,,,,,,,I licked up her palate and slowly traced the back of her\nfront teeth with my tongue. +105300 ,,,,,2210040,,コマコ,Komako,201_KC01_k_068.wav,komako,,0,,,,,,,,"Nmp, nfu, nn!" +105400 ,,,,,2210040,,,,,,,,,,,,,,,Komako-chan seemed to find the deep kiss so pleasurable that\nshe was teary-eyed and trembling. +105500 ,,,,,2210040,,,,,,,,,,,,,,,"Her hips were moving slightly, so it must feel good." +105600 ,,,,,2210040,,,,,,,,,,,,,,,I have to give Komako-chan more naughty kisses to make her\nfeel even better. +105700 ,,,,,2210040,,コマコ,Komako,201_KC01_k_069.wav,komako,,0,,,,,,,,"Muuu... nn, nn... nn~..." +105800 ,,,,,2210040,,,,,,,,,,,,,,,"I entwined my tongue with shy Komako-chan's tongue, which\nwas trying to retreat, and rubbed it thoroughly." +105900 ,,,,,2210040,,コマコ,Komako,201_KC01_k_070.wav,komako,,0,,,,,,,,"Nmp, fuu, nmm." +106000 ,,,,,2210040,,,,,,,,,,,,,,,"Perhaps feeling suffocated, she tried to push mine back, so\nI quickly sucked it up." +106100 ,,,,,2210040,,,,,,,,,,,,,,,"While gently biting Komako-chan's tongue, I guided it into\nmy mouth." +106200 ,,,,,2210040,,コマコ,Komako,201_KC01_k_071.wav,komako,,0,,,,,,,,Nku... your mouth... has a strange taste... +106300 ,,,,,2210040,,,,,,,,,,,,,,,"Gulp. ...I try to be mindful of brushing my teeth and such,\nbut maybe it's the smell of aging." +106400 ,,,,,2210040,,,,,,,,,,,,,,,But my excitement wasn't so weak that it would stop over\nsomething like that. +106500 ,,,,,2210040,,コマコ,Komako,201_KC01_k_072.wav,komako,,0,,,,,,,,Hiuu... no more... +106600 ,,,,,2210040,,,,,,,,,,,,,,,Tears spilled from Komako-chan's eyes. +106700 ,,,,,2210040,,コマコ,Komako,201_KC01_k_073.wav,komako,,0,,,,,,,,Chii-chan... Chii-chaan... +106800 ,,,,,2210040,,,,,,,,,,,,,,,"Komako-chan called out Chii-chan's name while crying.\nSomehow, it made me incredibly frustrated." +106900 ,,,,,2210040,,,,,,,,,,,,,,,"Even though it's me who's making Komako-chan feel good with\nkisses, she's only thinking about Chii-chan." +107000 ,,,,,2210040,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, this is to get along better with Chii-chan.\nCome on, practice, practice." +107100 ,,,,,2210040,,コマコ,Komako,201_KC01_k_074.wav,komako,,0,,,,,,,,"Nn, nmm~" +107200 ,,,,,2210040,,,,,,,,,,,,,,,The frustrating feeling only fueled my desire even more. +107300 ,,,,,2210040,,,,,,,,,,,,,,,"Even if she ends up kissing Chii-chan, I'll make sure\ntoday's kiss feels much better." +107400 ,,,,,2210040,,,,,,,,,,,,,,,"With a slightly rough feeling, I ravaged Komako-chan's mouth\nand tongue." +107500 ,,,,,2210040,,コマコ,Komako,201_KC01_k_075.wav,komako,,0,,,,,,,,"Nmm, nn, nnn~!" +107600 ,,,,,2210040,,,,,,,,,,,,,,,I licked the underside of her tongue. I licked her gums up\nand down in order. I sucked on the tip of her tongue and\ngently bit it. I sucked on her lips... +107700 ,,,,,2210040,,,,,,,,,,,,,,,"Repeating that, Komako-chan's body began to tremble." +107800 ,,,,,2210040,,コマコ,Komako,201_KC01_k_076.wav,komako,,0,,,,,,,,"Fumu... fu, gu... nn, nn" +107900 ,,,,,2210040,,,,,,,,,,,,,,,"Her whole body squirmed, not just her butt, and drool\ndripped from her lips that finally accepted my tongue." +108000 ,,,,,2210040,,,,,,,,,,,,,,,Her face was completely absorbed in the kiss. +108100 ,,,,,2210040,,,,,,,,,,,,,,,"Komako-chan was so cute, so cute, I couldn't stop my hips\nfrom moving." +108200 ,,,,,2210040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Komako-chan, Komako-chan! Just kissing you makes me feel\ngood too!" +108300 ,,,,,2210040,,コマコ,Komako,201_KC01_k_077.wav,komako,,0,,,,,,,,No... nmm~ +108400 ,,,,,2210040,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to cum, Komako-chan, while kissing you, I'm going\nto cum..." +108500 ,,,,,2210040,,,,,,,,,,,,,,,"While sucking hard on Komako-chan's tongue, I rubbed my cock\nagainst her crotch with such force it seemed like it would\nbreak through my pants and underwear." +108600 ,,,,,2210040,,,,,,,,,,,,,,,"Splat, splurt!" +108700 ,,,,,2210040,,コマコ,Komako,201_KC01_k_078.wav,komako,,0,,,,,,,,"Hi, ugh..." +108800 ,,,,,2210040,,,,,,,,,,,,,,,Komako-chan shed tears as she cutely sucked on my tongue\nwith her lips. +108900 ,,,,,2210040,,主人公,Kiyoshi,,,,,,,,,,,,Fuuooo... +109000 ,,,,,2210040,,,,,,,,,,,,,,,A strange sound escaped me as she did that at the moment of\nejaculation. +109100 ,,,,,2210040,,,,,,,,,,,,,,,"I continued to savor Komako-chan's sweet, fragrant, and soft\nlips until I finished releasing a thick load of semen." +109300 ,$event_return,,,,,,,,,,,,,,,,,,, +109400 ,,,8,31,,,コマコ,Komako,201_KC01_k_079.wav,komakoL,,22,,,,,,,,"Haa, haa, haa, haa..." +109500 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"Haa, haa, haa, haa..." +109600 ,,,,,,,,,,komakoL,,22,,,,,,,,"After separating our lips, Komako-chan remained dazed for a\nwhile." +109700 ,,,,,,,,,,komakoL,,22,,,,,,,,Her small chest rose and fell as she breathed heavily. +109800 ,,,,,,,コマコ,Komako,201_KC01_k_080.wav,komakoL,,36,,,,,,,,... +109900 ,,,,,,,,,,komakoL,,36,,,,,,,,"Eventually, her tear-filled eyes looked at me." +110000 ,,,,,,,,,,komakoL,,36,,,,,,,,She tightly gripped the cushion with her right hand. +110100 ,,,,,,,コマコ,Komako,201_KC01_k_081.wav,komakoL,,31,,,,,,,,Idiot! +110200 ,,,,,,,,,,komakoL,,31,,,,,,,,Smack! +110300 ,,,,,,,コマコ,Komako,201_KC01_k_082.wav,komakoL,,8,,,,,,,,"Idiot, idiot, idiot, idiot, idiot, idiot!" +110400 ,,,,,,,,,,komakoL,,8,,,,,,,,"Smack, smack, smack, smack!" +110500 ,,,,,,,,,,komakoL,,8,,,,,,,,"Just like before, Komako-chan repeatedly hit me with the\ncushion." +110600 ,,,,,,,主人公,Kiyoshi,,komakoL,,8,,,,,,,,"W-Wait, you don't have to be so mad... Komako-chan, you\nenjoyed it too, right?" +110700 ,,,,,,,コマコ,Komako,201_KC01_k_083.wav,komakoL,,31,,,,,,,,~! +110800 ,,,,,,,,,,komakoL,,31,,,,,,,,"With tears overflowing, Komako-chan swung the cushion down\nwith even more force." +110900 ,,,,,,,,,,komakoL,,31,,,,,,,,"As my deflating cock returned to normal, my lost sense of\nreason gradually came back. I mean, seeing her cry so much\nreally made me feel guilty." +111000 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,...Was kissing with me that bad? +111100 ,,,,,,,コマコ,Komako,201_KC01_k_084.wav,komako,,28,,,,,,,,"I told you to stop so many times, didn't I?" +111200 ,,,,,,,主人公,Kiyoshi,,komako,,28,,,,,,,,...I'm sorry. +111300 ,,,,,,,,,,komako,,28,,,,,,,,"But Komako-chan was just too cute, and she kept talking\nabout Chii-chan... That's why I couldn't hold back." +111400 ,,,,,,,コマコ,Komako,201_KC01_k_085.wav,komako,,30,,,,,,,,"...I hate you, old man." +111500 ,,,,,,,主人公,Kiyoshi,,komako,,30,,,,,,,,Komachaan! +111600 ,,,,,,,,,,komako,,30,,,,,,,,"Oh nooo, did she really hate me this time!?" +111700 ,,,,,,,,,,komako,,3,,,,,,,,I couldn't help but cling to Komako-chan. +111800 ,,,,,,,主人公,Kiyoshi,,komako,,30,,,,,,,,I'm sorry! I'm really sorry! But I wanted to kiss Komako-\nchan more than Chii-chan! +111900 ,,,,,,,コマコ,Komako,201_KC01_k_086.wav,komako,,35,,,,,,,,...So what? +112000 ,,,,,,,主人公,Kiyoshi,,komako,,35,,,,,,,,"I love Komako-chan. Just like you want to kiss Chii-chan, I\nwanted to kiss Komako-chan too!" +112100 ,,,,,,,,,,komako,,35,,,,,,,,"As I desperately said that, I felt like Komako-chan's stern\nexpression softened just a little." +112200 ,,,,,,,,,,komako,,35,,,,,,,,But then she quickly turned away. +112300 ,,,,,,,コマコ,Komako,201_KC01_k_087.wav,komako,,10,,,,,,,,...But no. I still hate you. I won't forgive you. +112400 ,,,,,,,主人公,Kiyoshi,,komako,,10,,,,,,,,"Oh come on! I'll do anything, so please forgive me... Look,\nlike this!" +112500 ,,,,,,,,,,komako,,10,,,,,,,,I put my hands together and rubbed my head against the\ntatami. +112600 ,,,,,,,コマコ,Komako,201_KC01_k_088.wav,komako,,30,,,,,,,,...No. +112700 ,,,,,,,,,,komako,,30,,,,,,,,But what came back were cold words. +112800 ,,,,,,,,,,komako,,30,,,,,,,,"Ugh, there's no choice. It's frustrating, but I have to use\nmy last resort..." +112900 ,,,,,,,主人公,Kiyoshi,,komako,,30,,,,,,,,"Alright. I'll tell you how to kiss Chii- chan, so please\nforgive me." +113000 ,,,,,,,コマコ,Komako,201_KC01_k_089.wav,komako,,23,,,,,,,,...Really? +113100 ,,,,,,,,,,komako,,23,,,,,,,,"As expected, Komako-chan reacted, but... ugh, I still feel\nuneasy." +113200 ,,,,,,,,,,komako,,23,,,,,,,,But it seems like Komako-chan won't forgive me otherwise.\nIt's much better than being hated... right? +113300 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Yeah, it's true. I've never lied to you before, have I,\nKomako-chan?" +113400 ,,,,,,,コマコ,Komako,201_KC01_k_090.wav,komako,,13,,,,,,,,...Alright. But I won't forgive you until I really kiss\nChii-chan. +113500 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"Yeah, don't worry. You'll definitely be able to kiss Chii-\nchan." +113600 ,,,,,,,コマコ,Komako,201_KC01_k_091.wav,komako,,3,,,,,,,,So what should I do? +113700 ,,,,,,,,,,komako,,3,,,,,,,,Komako-chan leaned forward with a curious look. +113800 ,,,,,,,,,,komako,,3,,,,,,,,"I said it lightly, but is there really such a method?" +113900 ,,,,,,,,,,komako,,3,,,,,,,,"No, but if I don't say anything here, I'll really be hated,\nso, um, um, a way for Chii- chan to kiss... that's it!" +114000 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"Uh, you know those long ramune candies, right? Chii-chan\nloves those, doesn't she?" +114100 ,,,,,,,コマコ,Komako,201_KC01_k_092.wav,komako,,23,,,,,,,,The ones shaped like cigarettes? Yeah. Chii- chan loves cola\ncigarettes. +114200 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"You hold the opposite end, Komako-chan... and say let's\nshare it... to Chii-chan." +114300 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Komako-chan and Chii-chan eat it together. From separate\nends at the same time. Then, I think you'll end up kissing\nat the end." +114400 ,,,,,,,,,,komako,,23,,,,,,,,"In other words, it's a kind of urban legend game played at\nmixers using pretzel sticks." +114500 ,,,,,,,,,,komako,,23,,,,,,,,"However, my shop is a candy store... so we'll have to\nsubstitute with cigarette ramune." +114600 ,,,,,,,,,,komako,,23,,,,,,,,"Komako-chan looked puzzled at first, but after thinking for\na bit, she seemed to understand what to do." +114700 ,,,,,,,コマコ,Komako,201_KC01_k_093.wav,komako,,24,,,,,,,,That might be a good idea. +114800 ,,,,,,,,,,komako,,24,,,,,,,,Her eyes were sparkling. I'm glad she's happy. +114900 ,,,,,,,,,,komako,,24,,,,,,,,"Well, it's complicated though." +115000 ,,,,,,,,,,komako,,24,,,,,,,,"Well, such a rough plan probably won't work." +115100 ,,,,,,,,,,komako,,24,,,,,,,,"...But if it doesn't work, Komako-chan might not forgive me,\nhmm..." +115200 ,,,,,,,コマコ,Komako,201_KC01_k_094.wav,komako,,1,,,,,,,,I'll try it tomorrow. +115300 ,,,,,,,主人公,Kiyoshi,,komako,,1,,,,,,,,"Yeah, good luck. I'll have the cola cigarettes ready." +115400 ,,,,,,,コマコ,Komako,201_KC01_k_095.wav,komako,,21,,,,,,,,Okay. +115500 ,,,,,,,,,,komako,,21,,,,,,,,"Komako-chan, staring into space, is probably already\ndreaming of kissing Chii-chan." +115600 ,,,,,,,,,,komako,,21,,,,,,,,Her face looks so happy and cute... +115700 ,,,,,,,,,,komako,,21,,,,,,,,"So, I end up feeling a bit jealous of Chii- chan." +115800 ,,,0,9000,,,,,,,,,,,,,,,, +116000 ,@202_KC02,,,,,,,,,,,,,,,,,,, +116300 ,,,6,31,,,甜花,Tenka,202_KC02_t_000.wav,,,,,,,"tenka,private",,34,,Fuaaah... +116400 ,,,,,,,,,,,,,,,,tenka,,34,,"After we all had lunch as usual, Tenka-chan let out a big\nyawn." +116500 ,,,,,,,,,,,,,,,,tenka,,34,,Her cute eyes were slightly red like a little rabbit's. +116600 ,,,,,,,千恵,Chie,202_KC02_c_000.wav,,,,"chie,privateC",,4,tenka,,34,,"Tenka-chan, you look sleepy~" +116700 ,,,,,,,甜花,Tenka,202_KC02_t_001.wav,,,,chie,,4,tenka,,21,,"Mmm, I went to bed a bit late last night. But if I\noversleep, my mom will find out I stayed up late." +116800 ,,,,,,,コマコ,Komako,202_KC02_k_000.wav,"komako,privateC",,23,,,,tenka,,12,,What were you doing? +116900 ,,,,,,,甜花,Tenka,202_KC02_t_002.wav,komako,,23,,,,tenka,,0,,"LIME... but I don't think you guys would know. A friend from\nover there messaged me for the first time in a while, so we\ntalked late into the night." +117000 ,,,,,,,,,,,,,,,,,,,,"Ah, I get that. You end up staying up late to chat." +117100 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan, you were feeling down before because your\nfriends from before you transferred weren't replying much on\nLIME." +117200 ,,,,,,,,,,,,,,,,,,,,"If you get a message after a long time, of course you'd be\nhappy, yeah." +117300 ,,,,,,,千恵,Chie,202_KC02_c_001.wav,,,,chie,,4,,,,,"Wow~ Staying up late and having long chats, Tenka-chan,\nyou're so grown-up~" +117400 ,,,,,,,甜花,Tenka,202_KC02_t_003.wav,,,,chie,,4,tenka,,32,,"It's not a call though... well, whatever. But if my mom\nfinds out I'm using my phone late at night, she might\nconfiscate it. Ugh, I'm so sleepy." +117500 ,,,,,,,コマコ,Komako,202_KC02_k_001.wav,komako,,23,,,,,,,,Why don't you take a little nap? +117600 ,,,,,,,甜花,Tenka,202_KC02_t_004.wav,,,,,,,tenka,,14,,"Sorry, but I'll do just that~. I'm at my limit~... zzz" +117700 ,,,,,,,,,,,,,,,,,,,,"Saying that, Tenka-chan rolled over onto the tatami and\nstarted to sleep peacefully." +117800 ,,,,,,,,,,,,,,,,,,,,Such a defenseless appearance is rare for Tenka-chan. She\nmust have been really sleepy. +117900 ,,,,,,,,,,,,,,,,,,,,Or maybe it means she's become that comfortable around Chii-\nchan and Komako-chan. +118000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Do you two want to take a nap too? I'll wake you up when\nit's time to go home. +118100 ,,,,,,,,,,,,,,,,,,,,"I say this purely out of kindness, with no ulterior motives." +118200 ,,,,,,,,,,,,,,,,,,,,But Chii-chan shook her head side to side. +118300 ,,,,,,,千恵,Chie,202_KC02_c_002.wav,,,,chie,,0,,,,,"Chii-chan isn't sleepy at all! But, I might be a little\nhungry~" +118400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"Haha, Chii-chan, you always have a good appetite. Want to\nbuy something?" +118500 ,,,,,,,千恵,Chie,202_KC02_c_003.wav,,,,chie,,34,,,,,Ugh... but Chii-chan doesn't have any money... +118600 ,,,,,,,,,,,,,chie,,34,,,,,Chii-chan drooped her shoulders in disappointment. +118700 ,,,,,,,,,,,,,chie,,34,,,,,Komako-chan tugged gently at Chii-chan's sleeve. +118800 ,,,,,,,コマコ,Komako,202_KC02_k_002.wav,komako,,16,chie,,34,,,,,"Chii-chan, I'm buying cola cigarettes, want to share half?" +118900 ,,,,,,,,,,komako,,16,chie,,34,,,,,"Oh, I see! With Tenka-chan asleep, it's practically just\nChii-chan and Komako-chan alone in this room (well, I'm here\ntoo)." +119000 ,,,,,,,,,,komako,,16,chie,,34,,,,,Komako-chan is already trying out the strategy I taught her\nyesterday. +119100 ,,,,,,,千恵,Chie,202_KC02_c_004.wav,komako,,16,chie,,24,,,,,"I love cola cigarettes! But, are you sure? They're yours,\nright?" +119200 ,,,,,,,コマコ,Komako,202_KC02_k_003.wav,komako,,11,chie,,24,,,,,"Well, I don't need all of them, so if you want some, let's\nshare half, okay?" +119300 ,,,,,,,コマコ,Komako,202_KC02_k_003a.wav,komako,,11,chie,,24,,,,,"In return, whenever you can't finish your snacks, can you\nshare half with me?" +119400 ,,,,,,,千恵,Chie,202_KC02_c_005.wav,komako,,11,chie,,1,,,,,"Yeah, sure!" +119500 ,,,,,,,,,,komako,,22,chie,,1,,,,,Chii-chan nodded energetically with innocent enthusiasm. +119600 ,,,,,,,,,,komako,,22,chie,,1,,,,,It's like you could almost see a halo behind her. So cute. I\ntotally get why Komako-chan would fall for Chii-chan. +119700 ,,,,,,,コマコ,Komako,202_KC02_k_004.wav,"komakoL,privateC",,27,,,,,,,,"Mister, this." +119800 ,,,,,,,,,,komakoL,,27,,,,,,,,"Komako-chan looked up at me intently, offering a 50 yen\ncoin." +119900 ,,,,,,,,,,komakoL,,27,,,,,,,,"Yeah, I get it, I get it, Komako-chan. That look is asking\nme to leave you two alone, right?" +120000 ,,,,,,,,,,komakoL,,27,,,,,,,,"Ugh, I'm frustrated, but if Komako-chan and Chii-chan can't\nkiss, Komako-chan won't forgive me..." +120100 ,,,,,,,主人公,Kiyoshi,,komakoL,,27,,,,,,,,"Got it, one cola cigarette." +120200 ,,,,,,,,,,komakoL,,27,,,,,,,,"Feeling a bit jealous inside, I handed over the small red\nbox." +120300 ,,,,41,,,主人公,Kiyoshi,,komakoL,,27,,,,,,,,"Uh, I'll be outside watching the store, so call me if you\nneed anything." +120400 ,,,,,,,コマコ,Komako,202_KC02_k_005.wav,komako,,20,,,,,,,,...Okay. +120500 ,,,,,,,,,,komako,,20,,,,,,,,Komako-chan gave a faint but very happy smile. +120600 ,,,,,,,,,,komako,,20,,,,,,,,"Ah, she's so happy to be alone with Chii- chan. Ugh, I'm\njealous! But it's so cute it makes me shiver!" +120700 ,,,,,,,,,,komako,,20,,,,,,,,"If it comes to this, once they kiss, I won't just be\nforgiven; I'll definitely get a reward from Komako-chan!" +120800 ,,,,,,,,,,komako,,20,,,,,,,,Because I'm helping out that much! +120900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Well... see you later. +121000 ,,,,21,,,,,,,,,,,,,,,,"With firm resolve in my heart, I quietly stepped out to the\nstorefront." +121200 ,,,15,31,,,,,,,,,,,,,,,,"Pretending to leave, I'm actually peeking through the gap in\nthe shoji screen!" +121300 ,,,,,,,千恵,Chie,202_KC02_c_006.wav,komako,,22,chie,,21,,,,,"Yay, I love cola cigarettes~. Let's eat them quickly, I'm so\nexcited♪" +121400 ,,,,,,,コマコ,Komako,202_KC02_k_006.wav,komako,,24,chie,,21,,,,,Wait a moment... here. +121500 ,,,,,,,千恵,Chie,202_KC02_c_007.wav,komako,,33,chie,,3,,,,,? +121600 ,,,,,,,,,,komako,,33,chie,,3,,,,,Komako-chan held a long ramune candy in her mouth and\noffered it to Chii-chan. +121700 ,,,,,,,,,,komako,,33,chie,,3,,,,,Chii-chan looked puzzled. +121800 ,,,,,,,千恵,Chie,202_KC02_c_008.wav,komako,,33,chie,,0,,,,,"Koma-chan, what's up? Oh, I'll take one~" +121900 ,,,,,,,,,,komako,,33,chie,,0,,,,,Chii-chan reached for the bag Komako-chan was holding. +122000 ,,,,,,,コマコ,Komako,202_KC02_k_007.wav,komako,,24,chie,,0,,,,,N-No! +122100 ,,,,,,,,,,komako,,24,chie,,0,,,,,The cola cigarette slipped from Komako-chan's mouth and\nfell. +122200 ,,,,,,,,,,komako,,24,chie,,0,,,,,"Ah, I want to run over and lick it right now! But I won't!" +122300 ,,,,,,,千恵,Chie,202_KC02_c_009.wav,komako,,24,chie,,14,,,,,Huh? Why? You said we'd share... Is it not okay to take one? +122400 ,,,,,,,,,,,,,chie,,14,,,,,"Because Komako-chan instinctively pulled her hand back,\nChii-chan looked sad." +122500 ,,,,,,,コマコ,Komako,202_KC02_k_008.wav,komako,,13,chie,,14,,,,,"N-No, that's not it! Um... we eat it together." +122600 ,,,,,,,千恵,Chie,202_KC02_c_010.wav,komako,,13,chie,,3,,,,,Together? +122700 ,,,,,,,コマコ,Komako,202_KC02_k_009.wav,komako,,2,chie,,3,,,,,"Y-Yeah, they say it's delicious if we eat from both ends\ntogether... Want to try it?" +122800 ,,,,,,,,,,komako,,2,chie,,3,,,,,Komako-chan explained and timidly asked. Her upward glance\nwas cute. +122900 ,,,,,,,,,,komako,,2,chie,,3,,,,,The only sad part is that it's not directed at me... +123000 ,,,,,,,千恵,Chie,202_KC02_c_011.wav,komako,,2,chie,,1,,,,,"It'll be delicious!? Okay, got it! Let's try it!" +123100 ,,,,,,,コマコ,Komako,202_KC02_k_010.wav,komako,,22,chie,,1,,,,,!! +123200 ,,,,,,,,,,komako,,22,chie,,1,,,,,Komako-chan made a small fist pump and once again held the\ncandy between her cherry-like cute lips. +123300 ,,,,,,,,,,komako,,22,chie,,1,,,,,"Ah, the lips I kissed so much yesterday... are being taken\nby Chii-chan right in front of me!" +123400 ,,,,,,,コマコ,Komako,202_KC02_k_011.wav,komako,,16,chie,,1,,,,,Mmm... +123500 ,,,,,,,千恵,Chie,202_KC02_c_012.wav,komako,,16,chie,,21,,,,,"Nom... mmm, crunch, mmm..." +123600 ,,,,,,,コマコ,Komako,202_KC02_k_012.wav,komako,,13,chie,,21,,,,,Mmm... crunch crunch... +123700 ,,,,,,,,,,komako,,13,chie,,21,,,,,"Ahhhh, their lips are getting closer and closer―" +123800 ,,,,31,,,コマコ,Komako,202_KC02_k_013.wav,komako,,2,chie,,21,,,,,Chu▼ +123900 ,,"",,21,,,,,,,,,,,,,,,,They kissed! They finally kissed! +124000 ,,,,,,,,,,,,,,,,,,,,My chest hurts... but a kiss between girls is somehow\nexciting. +124100 ,,,,,,,,,,,,,,,,,,,,"Komako-chan, with her cheeks blushing red and looking happy,\nis cute, and Chii-chan, innocently smiling, is also cute." +124200 ,,,,,,,,,,,,,,,,,,,,"I'm happy they're having fun, but I'm feeling restless... My\ndick is getting hard. Is this what they call NTR?" +124300 ,,"",,31,,,千恵,Chie,202_KC02_c_013.wav,chie,,1,,,,,,,,"It's true! Somehow, the part Komako-chan ate feels fizzy and\ndelicious! Amazing!" +124400 ,,,,,,,,,,chie,,1,,,,,,,,It's probably just her imagination... but Chii-chan is so\nhonest. +124500 ,,,,,,,,,,chie,,1,,,,,,,,"But if I could do it with Komako-chan, even candy I've grown\ntired of would taste incredibly delicious, I'm sure!" +124600 ,,,,,,,コマコ,Komako,202_KC02_k_014.wav,chie,,1,komako,,22,,,,,W-Want to eat more? +124700 ,,,,,,,,,,chie,,1,komako,,22,,,,,"Having succeeded once, a bolder Komako-chan picked up a\nsecond cigarette candy." +124800 ,,,,,,,千恵,Chie,202_KC02_c_014.wav,chie,,21,komako,,22,,,,,Yeah! Ahh! +124900 ,,,,,,,コマコ,Komako,202_KC02_k_015.wav,chie,,21,komako,,2,,,,,!! !! !! +125000 ,,,,,,,,,,chie,,21,komako,,2,,,,,"Chii-chan eagerly opened her mouth wide, waiting for Komako-\nchan's kiss... or rather, the cola cigarette." +125100 ,,,,,,,,,,chie,,21,komako,,2,,,,,"Komako-chan is completely smitten by that angelic, innocent\ncuteness." +125200 ,,,,,,,,,,chie,,21,komako,,2,,,,,"Ugh, I wish I could have been born as a cute girl like Chii-\nchan." +125300 ,,,,,,,コマコ,Komako,202_KC02_k_016.wav,chie,,21,komako,,22,,,,,"...Smooch, smooch. It's delicious, Chii- chan." +125400 ,,,,,,,千恵,Chie,202_KC02_c_015.wav,chie,,1,komako,,22,,,,,"Smooch, smooch♪ Yeah, it's delicious, Komako-chan." +125500 ,,,,,,,,,,chie,,1,komako,,22,,,,,"And so, as I bit down on my handkerchief, watching over\nthem, Komako-chan and Chii-chan shared sweet chocolate-\nflavored kisses over and over again." +125700 ,,,8,31,,,甜花,Tenka,202_KC02_t_005.wav,,,,,,,tenka,,4,,"No way!? It's already this late? I have to go home, my show\nis starting!" +125800 ,,,,,,,千恵,Chie,202_KC02_c_016.wav,chie,,3,,,,,,,,"Ah, Chii-chan should be heading home soon too... Komako-chan\nis..." +125900 ,,,,,,,,,,chie,,3,,,,,,,,Komako-chan is in the bathroom. +126000 ,,,,,,,,,,chie,,3,,,,,,,,"Seizing this perfect timing, I tell a little lie to Chii-\nchan and the others to be alone with Komako-chan." +126100 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Ah, Komako-chan seems like she'll stay a bit longer, so you\nguys go ahead." +126200 ,,,,,,,千恵,Chie,202_KC02_c_017.wav,chie,,1,,,,,,,,"Got it! See you tomorrow, uncle!" +126300 ,,,,,,,,,,,,,,,,,,,,"With that, Tenka-chan and Chii-chan left." +126500 ,,,,,,,コマコ,Komako,202_KC02_k_017.wav,"komako,privateC",,4,,,,,,,,Huh? Where did Chii-chan and the others go? +126600 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,They just left. They said it was time to go home. +126700 ,,,,,,,コマコ,Komako,202_KC02_k_018.wav,komako,,32,,,,,,,,Mmm... They could have waited until I got back. +126800 ,,,,,,,,,,komako,,32,,,,,,,,Komako-chan puffs her cheeks a little in dissatisfaction.\nEven that face is cute. I want to eat her up. +126900 ,,,,,,,主人公,Kiyoshi,,komako,,32,,,,,,,,"Well, well, more importantly... did the kiss with Chii-chan\ngo well?" +127000 ,,,,,,,コマコ,Komako,202_KC02_k_019.wav,komako,,22,,,,,,,,...Y-Yeah. +127100 ,,,,,,,,,,komako,,22,,,,,,,,Komako-chan's cheeks relax just a little. +127200 ,,,,,,,,,,komako,,22,,,,,,,,"As she remembers, her cheeks gradually turn red, and her\neyes glaze over with happiness." +127300 ,,,,,,,コマコ,Komako,202_KC02_k_020.wav,komako,,2,,,,,,,,We kissed a lot. +127400 ,,,,,,,,,,komako,,2,,,,,,,,"As Komako-chan murmurs softly, embarrassed, her profile\nmakes my chest ache again." +127500 ,,,,,,,,,,komako,,2,,,,,,,,"Ugh, I like Komako-chan too... But Komako- chan's number one\nis Chii-chan." +127600 ,,,,,,,,,,komako,,2,,,,,,,,"But today, I held back my jealousy and supported the two of\nthem, so it's okay to get a little reward, right?" +127700 ,,,,,,,主人公,Kiyoshi,,komako,,2,,,,,,,,"So, will you forgive this old man?" +127800 ,,,,,,,コマコ,Komako,202_KC02_k_021.wav,komako,,0,,,,,,,,"Yeah, because it's a promise." +127900 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,Will you give me a reward too? +128000 ,,,,,,,コマコ,Komako,202_KC02_k_022.wav,komako,,23,,,,,,,,"Yeah... wait, a reward?" +128100 ,,,,,,,,,,komako,,23,,,,,,,,"I press on Komako-chan, who looks puzzled." +128200 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"That's right, I left you and Chii-chan alone, and I even\ntaught you how to kiss. This old man worked hard!" +128300 ,,,,,,,コマコ,Komako,202_KC02_k_023.wav,komako,,32,,,,,,,,I guess... you did work hard? +128400 ,,,,,,,,,,komako,,32,,,,,,,,"Maybe because she's happy about kissing Chii- chan, Komako-\nchan doesn't seem entirely against it." +128500 ,,,,,,,,,,komako,,32,,,,,,,,This is... I can push for it. +128600 ,,,,,,,主人公,Kiyoshi,,komako,,32,,,,,,,,"So, I want a reward too... I think if I get one, I can work\nhard to help Komako-chan and Chii-chan get along again..." +128700 ,,,,,,,,,,komako,,32,,,,,,,,"I glance at Komako-chan to appeal, and she nods slightly." +128800 ,,,,,,,コマコ,Komako,202_KC02_k_024.wav,komako,,12,,,,,,,,Okay. But nothing expensive. I don't have much money. +128900 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,,,,,It's okay! It's not about money! +129000 ,,,,,,,コマコ,Komako,202_KC02_k_025.wav,komako,,3,,,,,,,,"Then, what is it?" +129100 ,,,,,,,,,,komako,,3,,,,,,,,"I bring my face closer to the tilting Komako- chan,\nbreathing heavily. Now is the time―" +129200 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,L-Let me have sex! +129300 ,,,,,,,コマコ,Komako,202_KC02_k_026.wav,komakoL,,11,,,,,,,,...No. +129400 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,No way! +129500 ,,,,,,,,,,komakoL,,11,,,,,,,,"Ugh, I thought I could finally have sex with Komako-chan\nagain." +129600 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,Why? You let me before... +129700 ,,,,,,,コマコ,Komako,202_KC02_k_027.wav,komakoL,,33,,,,,,,,"If you let me put it inside you, then it's fine." +129800 ,,,,,,,主人公,Kiyoshi,,komakoL,,33,,,,,,,,"Ugh, that's a bit..." +129900 ,,,,,,,,,,komakoL,,33,,,,,,,,"Well, that felt good in its own way... but now I want my\ncock to be stimulated a bit more gently." +130000 ,,,,,,,主人公,Kiyoshi,,komakoL,,33,,,,,,,,"Then, then! A kiss is fine! Just kiss my cock!" +130100 ,,,,,,,,,,komakoL,,33,,,,,,,,"If sex is out, then a blowjob!" +130200 ,,,,,,,コマコ,Komako,202_KC02_k_028.wav,komakoL,,11,,,,,,,,Ehh... kissing where you pee from is kind of gross. It's\ndirty. +130300 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,Don't say that... Think of it as practice for adult kissing. +130400 ,,,,,,,コマコ,Komako,202_KC02_k_029.wav,komakoL,,36,,,,,,,,"Chii-chan doesn't have a cock, so there's no need to\npractice." +130500 ,,,,,,,,,,komakoL,,36,,,,,,,,She turned away with a pout. +130600 ,,,,,,,コマコ,Komako,202_KC02_k_030.wav,komakoL,,22,,,,,,,,"Besides, I kissed Chii-chan today, so I want to keep my\nmouth like this." +130700 ,,,,,,,,,,komakoL,,22,,,,,,,,"Ugh, I get that feeling. I really do." +130800 ,,,,,,,,,,komakoL,,22,,,,,,,,I didn't brush my teeth before bed last night either. +130900 ,,,,,,,,,,komakoL,,22,,,,,,,,In the morning... I cried while brushing my teeth because I\ndidn't want Chii-chan and the others to say my breath\nstinks. +131000 ,,,,,,,コマコ,Komako,202_KC02_k_031.wav,komakoL,,31,,,,,,,,"If you keep being selfish, I won't give you a reward." +131100 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,I don't want that! +131200 ,,,,,,,,,,komakoL,,31,,,,,,,,"Ugh, no sex or blowjob... But I don't want to be disliked\nfor being too selfish." +131300 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,Then... panties. +131400 ,,,,,,,コマコ,Komako,202_KC02_k_032.wav,komakoL,,23,,,,,,,,Panties? +131500 ,,,,,,,主人公,Kiyoshi,,komakoL,,23,,,,,,,,"Rub my cock with your panties. That's okay, right? It's not\nsex because I'm not putting it inside your pussy." +131600 ,,,,,,,コマコ,Komako,202_KC02_k_033.wav,komakoL,,13,,,,,,,,Rubbing with panties... that's kind of naughty. +131700 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"Ah, it's not that naughty! It's like getting a pat on the\nhead for doing a good job! My cock gets a pat with the\npanties!" +131800 ,,,,,,,,,,komakoL,,13,,,,,,,,I couldn't help but get desperate. +131900 ,,,,,,,,,,komakoL,,13,,,,,,,,"Komako-chan seemed to think about it for a moment, but then\nshe nodded." +132000 ,,,,,,,コマコ,Komako,202_KC02_k_034.wav,komakoL,,12,,,,,,,,"Okay. But just rubbing, alright?" +132100 ,,,,,,,主人公,Kiyoshi,,komakoL,,12,,,,,,,,Y-yeah! Thank you! +132300 ,,,10,,2220000,,,,,,,,,,,,,,, +132400 ,*mem,,,,2220000,,,,,,,,,,,,,,, +132500 ,,,10,,2220000,,コマコ,Komako,202_KC02_k_035.wav,komako,,0,,,,,,,,"Nsho, nsho... is this okay?" +132600 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, it's amazing, Komako-chan!" +132700 ,,,,,2220000,,,,,,,,,,,,,,,"Komako-chan straddled over me, pressing her crotch against\nmy cock as if she were riding." +132800 ,,,,,2220000,,,,,,,,,,,,,,,"The difference is, my cock isn't inside her pussy, it's only\ninside the panties." +132900 ,,,,,2220000,,コマコ,Komako,202_KC02_k_036.wav,komako,,0,,,,,,,,It feels weird... like I have a cock growing from my crotch. +133000 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it looks like there's a cock on your crotch, Komako-\nchan." +133100 ,,,,,2220000,,,,,,,,,,,,,,,The front of Komako-chan's small and cute panties is bulging\nwith my erect cock. +133200 ,,,,,2220000,,,,,,,,,,,,,,,"It looks like a viciously large cock is growing from the\nmodest and petite Komako- chan, which strangely excites me." +133300 ,,,,,2220000,,コマコ,Komako,202_KC02_k_037.wav,komako,,0,,,,,,,,"Ah, it twitched." +133400 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, because just doing this makes me really happy..." +133500 ,,,,,2220000,,,,,,,,,,,,,,,"Above all, the base is perfectly touching Komako-chan's\npussy, which makes me really happy." +133600 ,,,,,2220000,,,,,,,,,,,,,,,"Even though Komako-chan's there wasn't doing anything, it\nwas slippery and hot." +133700 ,,,,,2220000,,,,,,,,,,,,,,,"The love juices overflowed from her slit, rubbing against\nthe base." +133800 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan... could it be that you also feel good doing\nthis with my cock? +133900 ,,,,,2220000,,コマコ,Komako,202_KC02_k_038.wav,komako,,0,,,,,,,,"Huh? No, I just think it's warm." +134000 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,Oh... really? But your pussy is a little wet. +134100 ,,,,,2220000,,コマコ,Komako,202_KC02_k_039.wav,komako,,0,,,,,,,,"When I was kissing Chii-chan, my crotch was tingling, so\nmaybe that's why." +134200 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I see. I see... hahaha." +134300 ,,,,,2220000,,,,,,,,,,,,,,,I see... she just got excited from kissing Chii-chan... +134400 ,,,,,2220000,,,,,,,,,,,,,,,It's not like she was thrilled by my cock. +134500 ,,,,,2220000,,,,,,,,,,,,,,,"But thinking about her getting wet from kissing a girl and\nrubbing it against my cock, it's kind of perverted and nice\nin its own way." +134600 ,,,,,2220000,,コマコ,Komako,202_KC02_k_040.wav,komako,,0,,,,,,,,So... what should I do? +134700 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, um... could you stroke my cock? Gently, okay?" +134800 ,,,,,2220000,,コマコ,Komako,202_KC02_k_041.wav,komako,,0,,,,,,,,"Yeah, got it. Sure." +134900 ,,,,,2220000,,,,,,,,,,,,,,,Komako-chan gently touched the tip through the panties with\nher soft hand. +135000 ,,,,,2220000,,,,,,,,,,,,,,,"Her white, supple fingers gently stroked the tightly\nstretched tip." +135100 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,F-Fuooo... +135200 ,,,,,2220000,,コマコ,Komako,202_KC02_k_042.wav,komako,,0,,,,,,,,Like this? Is this okay? +135300 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah! It feels good... I'm really happy, Komako-chan." +135400 ,,,,,2220000,,コマコ,Komako,202_KC02_k_043.wav,komako,,0,,,,,,,,Do adults also feel happy when they're stroked? +135500 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, even adults feel happy when stroked! Especially when\nit's their cock being stroked!" +135600 ,,,,,2220000,,コマコ,Komako,202_KC02_k_044.wav,komako,,0,,,,,,,,...Then I'll give you lots of strokes. It's a reward. +135700 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you, Komako-chan." +135800 ,,,,,2220000,,,,,,,,,,,,,,,Komako-chan's fingers awkwardly and slowly stroked the tip. +135900 ,,,,,2220000,,,,,,,,,,,,,,,"Each time, a thrilling sensation ran like an electric\ncurrent down my spine." +136000 ,,,,,2220000,,,,,,,,,,,,,,,My hips involuntarily jerked. +136100 ,,,,,2220000,,コマコ,Komako,202_KC02_k_045.wav,komako,,0,,,,,,,,"Nn... don't move around too much, okay?" +136200 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,S-sorry. But Komako-chan's strokes feel so good... +136300 ,,,,,2220000,,コマコ,Komako,202_KC02_k_046.wav,komako,,0,,,,,,,,You kind of remind me of Laika. +136400 ,,,,,2220000,,,,,,,,,,,,,,,"Laika, that's the name of the pet dog, right?" +136500 ,,,,,2220000,,コマコ,Komako,202_KC02_k_047.wav,komako,,0,,,,,,,,"When Laika is happy, sometimes he moves his hips like that\ntoo." +136600 ,,,,,2220000,,,,,,,,,,,,,,,"What, that Laika is quite the lewd dog. Being compared to a\ndog is a bit depressing." +136700 ,,,,,2220000,,コマコ,Komako,202_KC02_k_048.wav,komako,,0,,,,,,,,"...It's kind of cute, though." +136800 ,,,,,2220000,,,,,,,,,,,,,,,"I take back what I said! If Komako-chan calls me cute, I\ndon't mind being a dog or anything." +136900 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"M-my cock is like a dog's tail, it moves a lot when it's\nhappy." +137000 ,,,,,2220000,,コマコ,Komako,202_KC02_k_049.wav,komako,,0,,,,,,,,Really? +137100 ,,,,,2220000,,,,,,,,,,,,,,,Komako-chan's eyes sparkled with interest. +137200 ,,,,,2220000,,,,,,,,,,,,,,,"With fingers that gently stroked like petting my head, my\ncock twitched in response." +137400 ,,,,,2220000,,,,,,,,,,,,,,,"Pre-cum seeped out, creating a stain on Komako-chan's\npanties." +137500 ,,,,,2220010,,コマコ,Komako,202_KC02_k_050.wav,komako,,0,,,,,,,,"Wow, it's true! It twitched!" +137600 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, it's because Komako-chan's hands feel so good. Um,\ncould you try squeezing it a bit more?" +137700 ,,,,,2220010,,コマコ,Komako,202_KC02_k_051.wav,komako,,0,,,,,,,,Like this? +137800 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa, y-yeah..." +137900 ,,,,,2220010,,,,,,,,,,,,,,,Komako-chan gently squeezes my cock through my panties. +138000 ,,,,,2220010,,,,,,,,,,,,,,,"As a result, the head of my cock is tightly wrapped in\nKomako-chan's panties, making me feel incredible." +138100 ,,,,,2220010,,コマコ,Komako,202_KC02_k_052.wav,komako,,0,,,,,,,,Wow... more pre-cum is coming out again? +138200 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Um, when Komako-chan feels good, your crotch gets all\nslippery too, right? It's the same thing." +138300 ,,,,,2220010,,コマコ,Komako,202_KC02_k_053.wav,komako,,0,,,,,,,,"I see... Are you feeling really good, mister?" +138400 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it feels really good. Komako-chan, you're really good\nat this. I'm sure you could make Chie-chan feel good too." +138500 ,,,,,2220010,,コマコ,Komako,202_KC02_k_054.wav,komako,,0,,,,,,,,...Hehe. +138600 ,,,,,2220010,,,,,,,,,,,,,,,Komako-chan gives a shy smile at my compliment. +138700 ,,,,,2220010,,,,,,,,,,,,,,,"I feel a bit jealous of Chie-chan, but thanks to that, I'm\ngetting a handjob from Komako- chan through her panties, so\nI'll let it slide for now." +138800 ,,,,,2220010,,コマコ,Komako,202_KC02_k_055.wav,komako,,0,,,,,,,,It's like you're having an accident. +138900 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,Hearing that makes me a bit embarrassed. +139000 ,,,,,2220010,,コマコ,Komako,202_KC02_k_056.wav,komako,,0,,,,,,,,"But, Laika also has accidents when she's happy. Maybe you\nare a bit like Laika, mister." +139100 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Really? Who's cuter, me or Laika?" +139200 ,,,,,2220010,,コマコ,Komako,202_KC02_k_057.wav,komako,,0,,,,,,,,Laika. +139300 ,,,,,2220010,,,,,,,,,,,,,,,Oof... I still can't beat a pet. +139400 ,,,,,2220010,,,,,,,,,,,,,,,"But still, it's progress that Komako-chan thinks I'm a\nlittle cute." +139500 ,,,,,2220020,,コマコ,Komako,202_KC02_k_058.wav,komako,,0,,,,,,,,"Your cock is really honest. When I pet it, it really does\ntwitch like a dog's tail." +139600 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's right. So, could you pet it more or move your\nhand up and down while holding it?" +139700 ,,,,,2220020,,コマコ,Komako,202_KC02_k_059.wav,komako,,0,,,,,,,,Sure? ...It's starting to be a bit fun. +139800 ,,,,,2220020,,,,,,,,,,,,,,,Komako-chan strokes my glans through my panties with a\nshush-shush motion. +139900 ,,,,,2220020,,,,,,,,,,,,,,,"The fabric, damp with Komako-chan's sweat and love juices,\nrubs against the tip, feeling so good that I might just cum\nfrom that alone." +140000 ,,,,,2220020,,,,,,,,,,,,,,,"The pre-cum I can't hold back spills out, dirtying Komako-\nchan's panties and hand more and more." +140100 ,,,,,2220010,,コマコ,Komako,202_KC02_k_060.wav,komako,,0,,,,,,,,Wow... it's getting more and more slippery. My hand is\nslipping. +140200 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, all this slipperiness feels great. Didn't it feel good\nfor you too, Komako-chan, when it was all slippery?" +140300 ,,,,,2220010,,コマコ,Komako,202_KC02_k_061.wav,komako,,0,,,,,,,,"I guess... yeah, it felt better when my pussy was slippery." +140400 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,Ah... rub that slipperiness even more... +140500 ,,,,,2220010,,コマコ,Komako,202_KC02_k_062.wav,komako,,0,,,,,,,,"You're really being a spoiled child today, mister." +140600 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"But I did my best, right?" +140700 ,,,,,2220010,,,,,,,,,,,,,,,"When I look up at Komako-chan intently, she lets out a small\nsigh." +140800 ,,,,,2220010,,,,,,,,,,,,,,,"I thought she might be exasperated, but it seems that wasn't\nthe case. She grips my glans tightly and strokes it even\nmore vigorously than before." +140900 ,,,,,2220010,,コマコ,Komako,202_KC02_k_063.wav,komako,,0,,,,,,,,"I guess I have no choice. But since I got to kiss thanks to\nyou, it's fine today." +141000 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, thank you!" +141100 ,,,,,2220010,,コマコ,Komako,202_KC02_k_064.wav,komako,,0,,,,,,,,"You're like a spoiled puppy, it's cute." +141200 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,Woof woof! +141400 ,,,,,2220010,,,,,,,,,,,,,,,"I bark like a dog without thinking, and Komako-chan giggles." +141500 ,,,,,2220020,,コマコ,Komako,202_KC02_k_065.wav,komako,,0,,,,,,,,"Your cock tail is wagging... you're happy and making a\nmess... you're a naughty puppy, mister." +141600 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Woof woof! It's because I love you, Komako- chan!" +141700 ,,,,,2220020,,コマコ,Komako,202_KC02_k_066.wav,komako,,0,,,,,,,,"Your cock is so slippery, my hand keeps slipping." +141800 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah... you can rub it harder... no, please do." +141900 ,,,,,2220020,,コマコ,Komako,202_KC02_k_067.wav,komako,,0,,,,,,,,Got it. Harder like this? +142000 ,,,,,2220020,,,,,,,,,,,,,,,"Komako-chan tightens her grip, and a strong squeeze assaults\nmy glans." +142100 ,,,,,2220020,,,,,,,,,,,,,,,"The slippery fabric of her panties clings tightly to the\nshaft and glans, rubbing intensely." +142200 ,,,,,2220020,,,,,,,,,,,,,,,"Oh, it feels like I'm using Komako-chan's panties as a toy,\nand she's stroking me." +142300 ,,,,,2220020,,コマコ,Komako,202_KC02_k_068.wav,komako,,0,,,,,,,,I didn't know a cock could get this hard. +142400 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it gets hard when it feels good. It's like nipples or\nclits." +142500 ,,,,,2220020,,コマコ,Komako,202_KC02_k_069.wav,komako,,0,,,,,,,,"So, are men's bodies and girls' bodies kind of similar?" +142600 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, there are some similarities. Uh, um... try touching\nthe indented part like you would with a clit?" +142700 ,,,,,2220020,,コマコ,Komako,202_KC02_k_070.wav,komako,,0,,,,,,,,Like this? +142800 ,,,,,2220020,,,,,,,,,,,,,,,She tickles the ridge of the glans with her fingertips. +142900 ,,,,,2220020,,,,,,,,,,,,,,,"My cock twitches energetically, and pre-cum oozes out from\nthe tip again." +143000 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Th-there, right there!" +143100 ,,,,,2220020,,コマコ,Komako,202_KC02_k_071.wav,komako,,0,,,,,,,,Wow... it twitched... +143200 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"If you could do the same to the tip where the pee comes out,\nI'd be really happy." +143300 ,,,,,2220020,,コマコ,Komako,202_KC02_k_072.wav,komako,,0,,,,,,,,Is it here this time? +143400 ,,,,,2220020,,,,,,,,,,,,,,,Her fingers come to the urethral opening. +143500 ,,,,,2220020,,,,,,,,,,,,,,,"She scoops up the pre-cum, and the fabric of her panties and\nher fingers press into the urethral opening, sending a\nshockingly strong sensation through me, making my legs\nstraighten." +143600 ,,,,,2220010,,コマコ,Komako,202_KC02_k_073.wav,komako,,0,,,,,,,,"Ahh▼ Mister, I told you not to squirm." +143700 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"S-sorry, but it feels too good..." +143800 ,,,,,2220010,,コマコ,Komako,202_KC02_k_074.wav,komako,,0,,,,,,,,"I'll pet you, so you have to be a good boy, okay?" +143900 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah. But I think I can be a better boy if you stroke it\ninstead of just petting... +144000 ,,,,,2220020,,コマコ,Komako,202_KC02_k_075.wav,komako,,0,,,,,,,,"Oh, fine." +144100 ,,,,,2220020,,,,,,,,,,,,,,,"Even though she said that, Komako-chan seemed quite excited\ntoo." +144200 ,,,,,2220020,,,,,,,,,,,,,,,"Her cheeks were flushed, and her eyes were sparkling. She\nwas fascinated by the reaction of my cock, her gaze fixed on\nit." +144300 ,,,,,2220020,,,,,,,,,,,,,,,"Breathing heavily, she started stroking my cock." +144400 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, Komako-chan, while you're stroking, do that\ncircling thing like before!" +144500 ,,,,,2220020,,コマコ,Komako,202_KC02_k_076.wav,komako,,0,,,,,,,,"Mister, you're being a bit too demanding." +144600 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, but I can't hold it anymore!" +144700 ,,,,,2220020,,コマコ,Komako,202_KC02_k_077.wav,komako,,0,,,,,,,,"Really... you're hopeless. Here, here, I'll give you a\nreward, so be a good boy." +144800 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,Fuuoooh! +144900 ,,,,,2220020,,,,,,,,,,,,,,,"With a slightly mischievous smile, Komako- chan teased the\nurethral opening with her fingers while stroking the shaft\nwith her entwined fingers." +145000 ,,,,,2220020,,,,,,,,,,,,,,,"My pre-cum had soaked my panties, turning them into a\nlubricant, making everything incredibly slippery." +145100 ,,,,,2220020,,,,,,,,,,,,,,,The unique pleasure of having my cock rubbed through the\npre-cum-soaked fabric made my balls tighten. +145200 ,,,,,2220020,,コマコ,Komako,202_KC02_k_078.wav,komako,,0,,,,,,,,Haa haa... haa haa... is it enough now? +145300 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Just a bit more, ahh... the white stuff... it's coming out!" +145500 ,,,,,2220030,,,,,,,,,,,,,,,Sploosh! +145600 ,,,,,2220030,,コマコ,Komako,202_KC02_k_079.wav,komako,,0,,,,,,,,Kyaa! +145700 ,,,,,2220030,,,,,,,,,,,,,,,"Unable to withstand such teasing, I ejaculated." +145800 ,,,,,2220030,,コマコ,Komako,202_KC02_k_080.wav,komako,,0,,,,,,,,W-wow... +145900 ,,,,,2220030,,,,,,,,,,,,,,,"Sploosh, sploosh!" +146000 ,,,,,2220030,,,,,,,,,,,,,,,"Even though it was tightly held by my panties, the\nejaculation couldn't be contained just within them." +146100 ,,,,,2220030,,,,,,,,,,,,,,,"With a force that seemed like it would burst through the\nfabric, the semen spurted out." +146200 ,,,,,2220030,,コマコ,Komako,202_KC02_k_081.wav,komako,,0,,,,,,,,Wow... so that's how the white stuff comes out... +146300 ,,,,,2220030,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah. That's what happened inside your tummy last time,\nKomako-chan." +146400 ,,,,,2220030,,コマコ,Komako,202_KC02_k_082.wav,komako,,0,,,,,,,,"I see, that's why you were twitching so much..." +146500 ,,,,,2220030,,,,,,,,,,,,,,,"Komako-chan, watching the ejaculation up close, was\nsurprised but not disgusted." +146600 ,,,,,2220030,,,,,,,,,,,,,,,"Rather, the slightly excited blush on her cheeks, which she\nhad been showing earlier, only grew stronger." +146700 ,,,,,2220030,,コマコ,Komako,202_KC02_k_083.wav,komako,,0,,,,,,,,It's like milking a cow. Here we go. +146800 ,,,,,2220030,,主人公,Kiyoshi,,,,,,,,,,,,Whoa! +146900 ,,,,,2220030,,,,,,,,,,,,,,,Splat. +147000 ,,,,,2220030,,,,,,,,,,,,,,,"Following Komako-chan's curiosity, she squeezed again, and\nmore semen spurted out forcefully." +147200 ,,,,,2220040,,,,,,,,,,,,,,,"Even after the ejaculation ended, Komako-chan didn't\nimmediately move away from on top of me." +147300 ,,,,,2220040,,コマコ,Komako,202_KC02_k_084.wav,komako,,0,,,,,,,,It's still twitching... +147400 ,,,,,2220040,,,,,,,,,,,,,,,"Though it wasn't like a fountain anymore, she was intently\nwatching my cock twitching from the afterglow." +147500 ,,,,,2220040,,,,,,,,,,,,,,,"Ugh, being watched so closely is a bit embarrassing." +147600 ,,,,,2220040,,コマコ,Komako,202_KC02_k_085.wav,komako,,0,,,,,,,,"You release so much, mister." +147700 ,,,,,2220040,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... sorry. +147800 ,,,,,2220040,,コマコ,Komako,202_KC02_k_086.wav,komako,,0,,,,,,,,"No, it's fine. But I'm still a bit envious." +147900 ,,,,,2220040,,,,,,,,,,,,,,,Komako-chan gazed intently at my crotch. +148000 ,,,,,2220040,,,,,,,,,,,,,,,"Being envious must mean that Komako-chan wants to ejaculate\ntoo, right?" +148100 ,,,,,2220040,,コマコ,Komako,202_KC02_k_087.wav,komako,,0,,,,,,,,"The dick I got before doesn't release the white stuff, does\nit?" +148200 ,,,,,2220040,,主人公,Kiyoshi,,,,,,,,,,,,"No, it can't." +148300 ,,,,,2220040,,,,,,,,,,,,,,,"Hearing that, Komako-chan looked a bit disappointed, her\neyebrows forming a sad shape." +148400 ,,,,,2220040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, b-but if you ever need my white stuff, just let me know!\nI'll make sure to release a lot for Komako-chan!" +148500 ,,,,,2220040,,コマコ,Komako,202_KC02_k_088.wav,komako,,0,,,,,,,,O-okay. +148600 ,,,,,2220040,,,,,,,,,,,,,,,Komako-chan looked a bit surprised but nodded slightly. +148700 ,,,,,2220040,,,,,,,,,,,,,,,"Then, she gave a gentle smile." +148800 ,,,,,2220040,,コマコ,Komako,202_KC02_k_089.wav,komako,,0,,,,,,,,"Thank you, mister." +148900 ,,,,,2220040,,主人公,Kiyoshi,,,,,,,,,,,,"No problem, it's for Komako-chan... I'll work hard again, so\nwill you give me a reward then?" +149000 ,,,,,2220040,,,,,,,,,,,,,,,She gave me a serious look at that. +149100 ,,,,,2220040,,コマコ,Komako,202_KC02_k_090.wav,komako,,0,,,,,,,,If you work hard. +149200 ,,,,,2220040,,,,,,,,,,,,,,,"But even as she said that, Komako-chan patted my head." +149300 ,,,,,2220040,,,,,,,,,,,,,,,"I get a bit jealous about Chie-chan, but if Komako-chan is\nthis kind to me... I'll do my best." +149400 ,,,,,2220040,,,,,,,,,,,,,,,That's what I thought. +149500 ,$event_return,,,,,,,,,,,,,,,,,,, +149800 ,,,8,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I'll wash your panties for you, so take them off. Sorry\nfor making them sticky. I'll return them tomorrow." +149900 ,,,,,,,,,,,,,,,,,,,,"After Komako-chan got off me, I said that and held out my\nhand." +150000 ,,,,,,,,,,,,,,,,,,,,"This way, I could use Komako-chan's panties for\nmasturbation!" +150100 ,,,,,,,,,,,,,,,,,,,,Or so I thought... +150200 ,,,,,,,コマコ,Komako,202_KC02_k_091.wav,komako,,3,,,,,,,,"I'm going to wear them home, so wash them quickly and bring\nthem back." +150300 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,Huh? +150400 ,,,,,,,コマコ,Komako,202_KC02_k_092.wav,komako,,7,,,,,,,,Wash them quickly and bring them back. +150500 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,"Uh, but I don't think they'll dry..." +150600 ,,,,,,,コマコ,Komako,202_KC02_k_093.wav,komako,,13,,,,,,,,They'll dry if I wear them. It's embarrassing to go home\nwithout panties. +150700 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,Got it... +150800 ,,,,,,,,,,komako,,13,,,,,,,,"I had no choice. Before washing them, I'll secretly use them\none more time..." +151000 ,,,,61,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Um, Komako-chan, you can wait over there, okay?" +151100 ,,,,,,,コマコ,Komako,202_KC02_k_094.wav,komakoL,,3,,,,,,,,"I want to talk with you, mister." +151200 ,,,,,,,主人公,Kiyoshi,,komakoL,,3,,,,,,,,R-Really!? +151300 ,,,,,,,,,,komakoL,,3,,,,,,,,"If she said that and followed me, I couldn't possibly do a\npanty masturbation right in front of her." +151400 ,,,,,,,コマコ,Komako,202_KC02_k_095.wav,komakoL,,20,,,,,,,,How can I get closer to Chie-chan next time? +151500 ,,,,,,,主人公,Kiyoshi,,komakoL,,20,,,,,,,,Let's see... +151600 ,,,,,,,,,,komakoL,,20,,,,,,,,"Until I finished washing the panties, I was listening to her\ntalk about Chie-chan the whole time." +151700 ,,,0,9000,,,,,,,,,,,,,,,, +151900 ,@203_KC03a,,,,,,,,,,,,,,,,,,, +152200 ,,,3,21,,,コマコ,Komako,203_KC03a_k_000.wav,"komako,privateB",,22,,,,,,,,Chie-chan▼ +152300 ,,,,,,,千恵,Chie,203_KC03a_c_000.wav,komako,,22,"chie,privateB",,23,,,,,"What's up, Koma-chan?" +152400 ,,,,,,,コマコ,Komako,203_KC03a_k_001.wav,komako,,21,chie,,23,,,,,"Hmm, nothing really." +152500 ,,,,,,,千恵,Chie,203_KC03a_c_001.wav,komako,,21,chie,,3,,,,,"You're so weird, Koma-chan." +152600 ,,,,,,,,,,,,,,,,,,,,"As usual, the three girls came to play at our candy store\ntoday." +152700 ,,,,,,,,,,,,,,,,,,,,It's the same peaceful scene as always. +152800 ,,,,,,,甜花,Tenka,203_KC03a_t_000.wav,,,,,,,"tenka,privateC",,29,,"Hey, Chii, the photo lottery is out of stock." +152900 ,,,,,,,千恵,Chie,203_KC03a_c_002.wav,,,,chie,,3,tenka,,29,,"Oh, you're right! Hey, mister, do we have any new ones?" +153000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,tenka,,29,,"Yes, yes, we have some." +153100 ,,,,,,,,,,,,,chie,,3,tenka,,29,,Chie-chan is really getting the hang of being a shop\nassistant. +153200 ,,,,,,,,,,,,,,,,,,,,I took out a new bundle of bromides from the stock piled on\nthe shelf and handed it to Chie-chan. +153300 ,,,,,,,千恵,Chie,203_KC03a_c_003.wav,,,,chie,,1,tenka,,0,,"Thanks, mister. Tenka-chan, I'll get it ready, so just wait\na bit, okay?" +153400 ,,,,,,,甜花,Tenka,203_KC03a_t_001.wav,,,,chie,,1,tenka,,21,,"Okay, okay." +153500 ,,,,,,,,,,,,,,,,,,,,The bromides are basically hung from the wall with strings. +153600 ,,,,,,,,,,,,,,,,,,,,Chie-chan removed the cover of the empty bromide and started\nto attach a new one. +153700 ,,,,,,,,,,,,,,,,,,,,That's when Komako-chan quietly approached. +153800 ,,,,,,,コマコ,Komako,203_KC03a_k_002.wav,komako,,23,,,,,,,,"Chie-chan, can you do it well?" +153900 ,,,,,,,千恵,Chie,203_KC03a_c_004.wav,komako,,23,chie,,1,,,,,"It's fine~ Koma-chan, you're such a worrywart~" +154000 ,,,,,,,,,,komako,,23,chie,,1,,,,,"As Chie-chan laughed cheerfully, Komako-chan snuggled up\neven closer." +154100 ,,,,,,,,,,komako,,23,chie,,1,,,,,"Wow, Komako-chan is being bold today. Is it because they\nkissed?" +154200 ,,,,,,,千恵,Chie,203_KC03a_c_005.wav,komako,,23,chie,,21,,,,,"Koma-chan, if you stick so close, it tickles~" +154300 ,,,,,,,コマコ,Komako,203_KC03a_k_003.wav,komako,,22,chie,,21,,,,,I'll help you. +154400 ,,,,,,,,,,komako,,22,chie,,21,,,,,Komako-chan reached out and tightly held Chie-chan's hand as\nshe tried to tie the string. +154500 ,,,,,,,,,,komako,,22,chie,,21,,,,,"Her cheeks were slightly flushed, and her eyes seemed a bit\ndreamy." +154600 ,,,,,,,,,,komako,,22,chie,,21,,,,,"Ugh, I'm so jealous, Chie-chan. Even I want Komako-chan to\nlook at me like that!" +154700 ,,,,,,,千恵,Chie,203_KC03a_c_006.wav,komako,,22,chie,,24,,,,,"Koma-chan, I can't work like this~" +154800 ,,,,,,,コマコ,Komako,203_KC03a_k_004.wav,komako,,2,chie,,24,,,,,That's why I'm helping. +154900 ,,,,,,,千恵,Chie,203_KC03a_c_007.wav,komako,,2,chie,,25,,,,,I can do it by myself~ +155000 ,,,,,,,,,,,,,,,,,,,,"While I was secretly burning with jealousy, the two close\nfriends were playfully flirting." +155100 ,,,,,,,,,,,,,,,,,,,,That's when Tenka-chan stepped in. +155200 ,,,,,,,甜花,Tenka,203_KC03a_t_002.wav,,,,,,,tenka,,12,,"Okay, okay, Chii is working, so don't get in the way. If she\ndoesn't finish, I can't buy the bromide, you know." +155300 ,,,,,,,,,,,,,,,,,,,,"Well, she could just tear it off and buy it before setting\nit up... Tenka-chan is really serious about these things." +155400 ,,,,,,,コマコ,Komako,203_KC03a_k_005.wav,komako,,12,,,,,,,,Aww... Chii-chan... +155500 ,,,,,,,千恵,Chie,203_KC03a_c_008.wav,,,,chie,,13,,,,,"Koma-chan, just wait a little bit, okay~? Let's play later~" +155600 ,,,,,,,,,,,,,,,,,,,,"Anyway, Komako-chan was pulled away by Tenka- chan." +155800 ,,,,,,,,,,,,,,,,,,,,"As we were bustling around and dealing with a few customers,\nChii-chan started rubbing her eyes." +155900 ,,,,,,,千恵,Chie,203_KC03a_c_009.wav,,,,chie,,17,,,,,Fuaaah... +156000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,17,,,,,"Chii-chan, are you sleepy?" +156100 ,,,,,,,千恵,Chie,203_KC03a_c_010.wav,,,,chie,,34,,,,,Yeah. +156200 ,,,,,,,,,,,,,chie,,34,,,,,Chii-chan nodded. Her eyes were already droopy. +156300 ,,,,,,,甜花,Tenka,203_KC03a_t_003.wav,,,,,,,tenka,,14,,You were playing a lot at the pool this morning too. Fua...\nI'm a bit sleepy too. +156400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,14,,"You can go take a nap in the back. Tenka- chan, do you want\nto take a nap too?" +156500 ,,,,,,,千恵,Chie,203_KC03a_c_011.wav,,,,chie,,14,,,,,I'll do that... +156600 ,,,,,,,甜花,Tenka,203_KC03a_t_004.wav,,,,,,,tenka,,3,,Then I will too. +156700 ,,,,,,,,,,,,,,,,tenka,,3,,"The two of them headed to the back looking sleepy. Yes, now\nit's just me and Komako- chan!" +156800 ,,,,,,,コマコ,Komako,203_KC03a_k_006.wav,komako,,2,,,,,,,,Then I'll take a nap too. +156900 ,,,,,,,,,,,,,,,,,,,,And then Komako-chan followed them... +157000 ,,,,,,,,,,,,,,,,,,,,"Eh~? They're leaving. I thought, but I couldn't say it out\nloud." +157100 ,,,,,,,,,,,,,,,,,,,,"That's right, Komako-chan likes Chii-chan, so she wants to\ntake a nap together." +157200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...sniff +157300 ,,,,,,,,,,,,,,,,,,,,"My chest ached with jealousy again, but I held it in." +157400 ,,,,,,,,,,,,,,,,,,,,"If I let Chii-chan and Komako-chan get along, maybe I'll get\nrewarded with something naughty again." +157500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Goodnight~ +157600 ,,,,,,,,,,,,,,,,,,,,"Hoping for a reward later, I held back my tears and saw\nKomako-chan off." +157800 ,,,,,,,,,,,,,,,,,,,,After a while. +157900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Phew~ No more customers are coming, so maybe I'll take a nap\nwith Komako-chan and the others too." +158000 ,,,,,,,,,,,,,,,,,,,,I stretched widely and looked towards the back room. +158100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hm? +158200 ,,,,,,,,,,,,,,,,,,,,Huh? Did I just hear something...? +158300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Could they already be awake? +158400 ,,,,,,,,,,,,,,,,,,,,I went right up to the room. Then― +158500 ,,,,,,,コマコ,Komako,203_KC03a_k_007.wav,,,,,,,,,,,Nn... nnn... +158600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,!? +158700 ,,,,,,,,,,,,,,,,,,,,"Was that Komako-chan's voice? It sounded like she was in\npain... no, it's a bit different." +158800 ,,,,,,,コマコ,Komako,203_KC03a_k_008.wav,,,,,,,,,,,"Haa, haa... nnn..." +158900 ,,,,,,,,,,,,,,,,,,,,That's the kind of voice you make when you're doing\nsomething naughty! +159000 ,,,,,,,,,,,,,,,,,,,,"A slightly restrained, sweet moan with a nasal tone. It's\ncoming from inside the room." +159100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, what are you doing? Could it be...\nmasturbation? But Chii-chan and Tenka- chan are there too..." +159200 ,,,,,,,,,,,,,,,,,,,,"Unable to suppress my curiosity, I quietly peeked into the\nroom." +159300 ,,,10,31,,,千恵,Chie,203_KC03a_c_012.wav,,,,,,,,,,,Kuu... suuu... +159400 ,,,,,,,コマコ,Komako,203_KC03a_k_009.wav,,,,"komakoL,privateB",,2,,,,,"Haa haa, nn... Chii-chan, even your sleeping face is cute.\nChu, chu▼" +159500 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,2,,,,,!! +159600 ,,,,,,,コマコ,Komako,203_KC03a_k_010.wav,,,,komakoL,,22,,,,,"Nn, Chii-chan's lips are so soft and squishy... chu▼" +159700 ,,,,,,,,,,,,,komakoL,,22,,,,,Komako-chan is kissing Chii-chan's sleeping lips over and\nover. And that's not all. +159800 ,,,,,,,コマコ,Komako,203_KC03a_k_011.wav,,,,komakoL,,33,,,,,"Haa haa... Chii-chan's hand is so small and cute▼ Her\nfingers are so squishy... ah, if you touch there..." +159900 ,,,,,,,,,,,,,komakoL,,33,,,,,"Saying that, Komako-chan places Chii-chan's hand on her own\ncrotch, writhing her hips." +160000 ,,,,,,,,,,,,,komakoL,,33,,,,,"Her eyes are melting with pleasure, and her breath is heavy\nand sweet." +160100 ,,,,,,,,,,,,,komakoL,,33,,,,,I-Is she masturbating!? +160200 ,,,,,,,コマコ,Komako,203_KC03a_k_012.wav,,,,komakoL,,6,,,,,"Nn, if I do it too much, she might wake up... nnngh, but\nChii-chan's hand feels so good..." +160300 ,,,,,,,,,,,,,komakoL,,6,,,,,"While glancing at Chii-chan's sleeping face, Komako-chan's\nhip-thrusting masturbation doesn't stop." +160400 ,,,,,,,,,,,,,komakoL,,6,,,,,"In fact, it's getting even more intense." +160500 ,,,,,,,コマコ,Komako,203_KC03a_k_013.wav,,,,komakoL,,22,,,,,"I really want awake Chii-chan to touch me a lot. Like my\nbreasts... it feels good when you touch them, you know?\nLook." +160600 ,,,,,,,千恵,Chie,203_KC03a_c_013.wav,,,,,,,,,,,Kuu... suuu... nn. +160700 ,,,,,,,,,,,,,komakoL,,2,,,,,"With no sign of Chii-chan waking up, Komako- chan becomes\neven bolder." +160800 ,,,,,,,,,,,,,komakoL,,2,,,,,She reaches for Chii-chan's modest breasts and squeezes them\ngently. +160900 ,,,,,,,,,,,,,komakoL,,2,,,,,"Then, Chii-chan reacts with a twitch, and Komako-chan\nhurriedly pulls her hand back." +161000 ,,,,,,,コマコ,Komako,203_KC03a_k_014.wav,,,,komakoL,,33,,,,,"Oops... I shouldn't wake her up. Ugh, but Chii-chan's\nbreasts are so cute. I want to touch them more..." +161100 ,,,,,,,,,,,,,komakoL,,33,,,,,"With eyes full of lust, Komako-chan gazes at Chii-chan's\nbreasts." +161200 ,,,,,,,,,,,,,komakoL,,33,,,,,"The crotch of her pants is so tight that you can see the\nshape of her pussy, and Chii- chan's fingertips are touching\nthose creases." +161300 ,,,,,,,,,,,,,komakoL,,33,,,,,I swallowed hard at the incredibly lewd scene of lesbian\nmasturbation. +161400 ,,,,,,,コマコ,Komako,203_KC03a_k_015.wav,,,,komakoL,,2,,,,,"Ah, Chii-chan... Chii-chan, I love you... I love you so\nmuch." +161500 ,,,,21,,,,,,,,,,,,,,,,The urge to interrupt and the desire to just watch and\nmasturbate clash within me. +161600 ,,,,,,,,,,,,,,,,,,,,"It's unfair that only Chii-chan gets to have Komako-chan do\nnaughty things to her. Ah, but Komako-chan masturbating with\nChii-chan is so cute!" +161700 ,,,,,,,,,,,,,,,,,,,,What should I do...? +161900 ,,"",,,,,,,,,,,,,,,,,, +162000 ,,,15,31,,,コマコ,Komako,203_KC03a_k_016.wav,,,,komako,,4,,,,,!!? +162100 ,,,,,,,,,,,,,komako,,4,,,,,Oh no! I accidentally leaned too hard against the shoji\nscreen. +162200 ,,,,,,,,,,,,,komako,,4,,,,,Komako-chan flinched and looked over here. Our eyes met. +162300 ,,,15,31,,,コマコ,Komako,203_KC03a_k_017.wav,,,,"komakoL,privateB",,16,,,,,...I-I wasn't doing anything. +162400 ,,,,,,,,,,,,,komakoL,,16,,,,,"Feeling awkward from being seen, Komako-chan turns away." +162500 ,,,,,,,,,,,,,komakoL,,16,,,,,"No, no, no, you can't say you weren't doing anything after\nall that!" +162600 ,,,,,,,,,,,,,komakoL,,16,,,,,"I mean, with her hair sticking to her sweaty cheeks, her\nflushed neck... and her pants still tight." +162700 ,,,,,,,,,,,,,komakoL,,16,,,,,I can't just pretend I didn't see this! +162800 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,16,,,,,"You don't have to hide it. I totally understand how you\nfeel, Komako-chan." +162900 ,,,,,,,コマコ,Komako,203_KC03a_k_018.wav,,,,komakoL,,32,,,,,What do you mean? +163000 ,,,,,,,,,,,,,komakoL,,32,,,,,I entered the room and lay down next to Komako-chan. +163100 ,,,,,,,,,,,,,komakoL,,32,,,,,"Komako-chan, looking suspicious, moved closer to Chii-chan." +163200 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,32,,,,,"Just like I like you, Komako-chan, you like Chii-chan, so\nyou wanted to do naughty things, right?" +163300 ,,,,,,,コマコ,Komako,203_KC03a_k_019.wav,,,,komakoL,,6,,,,,...Are you going to tell Chii-chan? +163400 ,,,,,,,,,,,,,komakoL,,6,,,,,"Komako-chan glances over here, looking scared. She seems\nreally afraid of Chii-chan finding out." +163500 ,,,,,,,,,,,,,komakoL,,6,,,,,"Even though she managed to kiss, she might still think it's\ntoo early for anything more intimate." +163600 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,6,,,,,"If you want me to keep it a secret, Komako- chan, I won't\ntell. I'm on your side." +163700 ,,,,,,,コマコ,Komako,203_KC03a_k_020.wav,,,,komakoL,,2,,,,,...Thank you. +163800 ,,,,,,,,,,,,,komakoL,,2,,,,,I pull the relieved Komako-chan closer. +163900 ,,,,,,,コマコ,Komako,203_KC03a_k_021.wav,,,,komakoL,,13,,,,,Uncle? +164000 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,13,,,,,"But, Komako-chan, you didn't finish your masturbation,\nright? Don't you want to?" +164100 ,,,,,,,コマコ,Komako,203_KC03a_k_022.wav,,,,komakoL,,26,,,,,Mm... I do feel a bit restless. +164200 ,,,,,,,,,,,,,komakoL,,26,,,,,Komako-chan nods shyly. +164300 ,,,,,,,,,,,,,komakoL,,26,,,,,"She's so cute, being honest about what feels good. I love\nthat about her!" +164400 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,26,,,,,"Then, then, you can use my cock if you want? Look, I'm\nalways ready." +164500 ,,,,,,,コマコ,Komako,203_KC03a_k_023.wav,,,,komakoL,,24,,,,,!!? +164600 ,,,,,,,,,,,,,komakoL,,24,,,,,"Just like Komako-chan did to Chii-chan earlier, I press her\nhand against my cock." +164700 ,,,,,,,,,,,,,komakoL,,24,,,,,Watching Komako-chan's masturbation had already made it\nfully erect. +164800 ,,,,,,,コマコ,Komako,203_KC03a_k_024.wav,,,,komakoL,,26,,,,,N-No... I don't want to do it here. +164900 ,,,,,,,,,,,,,komakoL,,26,,,,,Komako-chan shakes her head and tries to pull her hand away\nfrom my cock. +165000 ,,,,,,,,,,,,,komakoL,,26,,,,,But I won't let her do that. +165100 ,,,,,,,,,,,,,komakoL,,26,,,,,"Here, I have to have sex with Komako-chan and make her\nclimax." +165200 ,,,,,,,,,,,,,komakoL,,26,,,,,Then maybe she'll think my cock feels better than Chii-\nchan's hand... +165300 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,26,,,,,You don't have to hold back. I just want to make Chii-chan\nfeel good. +165400 ,,,,,,,コマコ,Komako,203_KC03a_k_025.wav,,,,komakoL,,13,,,,,I-I'm not holding back... +165500 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,13,,,,,"But look, it's so slippery here. It's saying it wants to\nhave sex, right?" +165600 ,,,,,,,コマコ,Komako,203_KC03a_k_026.wav,,,,komakoL,,6,,,,,"Ah, n-no, don't touch..." +165700 ,,,,,,,,,,,,,komakoL,,6,,,,,I forcefully push my hand in and touch Komako-chan's pussy. +165800 ,,,,,,,,,,,,,komakoL,,6,,,,,"Since she was masturbating with Chii-chan's hand earlier,\nit's all slippery, and when I rub it with my fingers, juices\noverflow." +165900 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,6,,,,,Komako-chan's pussy is saying it wants to feel good. It\nwould be mean to tease it. +166000 ,,,,,,,コマコ,Komako,203_KC03a_k_027.wav,,,,komakoL,,34,,,,,"Hya, fuh, don't play with it there, even though I don't want\nit... nngh..." +166100 ,,,,,,,,,,,,,komakoL,,34,,,,,"When I tease Komako-chan's hard little bud with my fingers\nslick with her love juices, her resistance weakens." +166200 ,,,,,,,,,,,,,komakoL,,34,,,,,I quickly pull down her pants and panties together. +166300 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,34,,,,,"Come on, don't hold back!" +166500 ,,,11,,2230000,,,,,,,,,,,,,,, +166600 ,*mem,,,,2230000,,,,,,,,,,,,,,, +166700 ,,,11,,2230000,,コマコ,Komako,203_KC03a_k_028.wav,komako,,0,,,,,,,,Nnnngh! +166800 ,,,,,2230000,,,,,,,,,,,,,,,"Her pussy, already wet and sticky with thick juices, easily\naccepts my cock." +166900 ,,,,,2230000,,,,,,,,,,,,,,,Komako-chan desperately tries to stifle her voice. +167000 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh? Even though you said no, it went in so easily?" +167100 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_029.wav,komako,,0,,,,,,,,"Y-you idiot, you stupid old man... I said no..." +167200 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"But Komako-chan's here is happy, right? See?" +167300 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_030.wav,komako,,0,,,,,,,,~~~~! +167400 ,,,,,2230000,,,,,,,,,,,,,,,"Just by moving my hips lightly, Komako-chan's insides\nsqueeze tightly." +167500 ,,,,,2230000,,,,,,,,,,,,,,,The juices make a lewd squelching sound at the point of\nconnection. +167600 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"It's twitching and squeezing my cock so tightly. Komako-\nchan's pussy really wanted it, didn't it?" +167700 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_031.wav,komako,,0,,,,,,,,No... What I wanted inside was... +167800 ,,,,,2230010,,,,,,,,,,,,,,,Komako-chan glances at Chie-chan's fingers. +167900 ,,,,,2230010,,,,,,,,,,,,,,,The desire in her eyes ignites a jealous flame in my chest. +168000 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"You wanted Chie-chan's fingers inside? But Chie-chan is\nsleeping, so you can't do that." +168100 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_032.wav,komako,,0,,,,,,,,"I know, but still..." +168200 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"I understand how you feel. So, instead of Chie-chan's\nfingers, bear with my cock, okay?" +168300 ,,,,,2230000,,,,,,,,,,,,,,,There's a slight pain in my chest at being a substitute. +168400 ,,,,,2230000,,,,,,,,,,,,,,,But the joy of being able to have sex with Komako-chan\noutweighs it. +168500 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_033.wav,komako,,0,,,,,,,,No... that's not it at all... +168600 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,How is it different? +168700 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_034.wav,komako,,0,,,,,,,,Your cock is much thicker... ahh... +168800 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, Komako-chan's tiny pussy is completely filled,\nisn't it?" +168900 ,,,,,2230010,,,,,,,,,,,,,,,"Just lightly moving in and out, it hits the deepest part of\nKomako-chan's belly." +169000 ,,,,,2230010,,,,,,,,,,,,,,,And then the entrance tightens again. +169100 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_035.wav,komako,,0,,,,,,,,"No, don't move..." +169200 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,Why not? Because it hits the good spot? +169300 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_036.wav,komako,,0,,,,,,,,"No... Chie-chan and the others are sleeping, doing something\nlewd is bad... take it out..." +169400 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"You say take it out, but it's Komako-chan who's not letting\ngo of my cock, right? See?" +169500 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_037.wav,komako,,0,,,,,,,,"No, that's not it, that's not it... it's not true... ahh..." +169600 ,,,,,2230000,,,,,,,,,,,,,,,I move the tip of my cock as if stirring the depths. +169700 ,,,,,2230000,,,,,,,,,,,,,,,Komako-chan's vaginal walls tremble and cling tightly. The\nentrance narrows as if trying not to let go. +169800 ,,,,,2230000,,,,,,,,,,,,,,,It feels like the base is about to tear. +169900 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"See, you can feel it tightening, right?" +170000 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_038.wav,komako,,0,,,,,,,,"B-because when you touch there with your cock, it tingles on\nits own and tightens up..." +170100 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"It feels good, doesn't it? There's more juice coming out\nthan when Chie-chan used her hand." +170200 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_039.wav,komako,,0,,,,,,,,That's not... +170300 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, but it is." +170400 ,,,,,2230010,,,,,,,,,,,,,,,I slowly move my cock in and out against Komako-chan's tight\ngrip that won't let go. +170500 ,,,,,2230010,,,,,,,,,,,,,,,Then a large amount of love juices overflow together. +170600 ,,,,,2230010,,,,,,,,,,,,,,,I deliberately make a wet sound as I slowly rub my cock\ninside Komako-chan. +170800 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_040.wav,komako,,0,,,,,,,,Ahhh... don't rub there... it makes me shiver... +170900 ,,,,,2230000,,,,,,,,,,,,,,,"When I stimulate the rough part with the tip, Komako-chan\ncouldn't hold back and let out a voice." +171000 ,,,,,2230000,,,,,,,,,,,,,,,She arches her back and tightens her butt. +171100 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan likes being rubbed here with a cock. Chie-chan's\nfingers couldn't reach here, right?" +171200 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_041.wav,komako,,0,,,,,,,,"Nn, b-but if Chie-chan put her fingers inside my panties,\nshe'd definitely wake up..." +171300 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, so I'll rub it a lot with my cock for you." +171400 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_042.wav,komako,,0,,,,,,,,"No, nn, stop... take it out... nnn..." +171500 ,,,,,2230000,,,,,,,,,,,,,,,"Even though she says that, Komako-chan's hips are moving\njust like when she was masturbating with Chie-chan's hand." +171600 ,,,,,2230000,,,,,,,,,,,,,,,"Her butt sways lewdly, coming to take in my cock on her own." +171700 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh? You say no, but Komako-chan's butt is shaking." +171800 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_043.wav,komako,,0,,,,,,,,"Nnnn, that's not true..." +171900 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"It's true. Just like when you were masturbating with Chie-\nchan's hand, you're rubbing your pussy a lot against my\ncock." +172000 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_044.wav,komako,,0,,,,,,,,"I'm not... I'm not doing that... It was because Chie-chan's\nhand felt good, not with your cock..." +172100 ,,,,,2230000,,,,,,,,,,,,,,,Komako-chan looks at Chie-chan with a gaze seeking help. +172200 ,,,,,2230000,,,,,,,,,,,,,,,"Hmm... even though I'm making her feel so good, it's a bit\ndisappointing." +172300 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"If Komako-chan doesn't move, then I'll move a lot. I'm like\nKomako-chan's masturbation tool." +172400 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_045.wav,komako,,0,,,,,,,,"Hyaa, s-stop moving... nnnn, nnnn, ahhh..." +172500 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"Since Komako-chan is too embarrassed to move her hips, I'll\ntouch all the places that feel good for you." +172600 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_046.wav,komako,,0,,,,,,,,"No, ahh, nnn... stop, stop it... don't do it there\nanymore... I'll go crazy..." +172700 ,,,,,2230010,,,,,,,,,,,,,,,"It must be quite a weak point, as every time I rub the\nslightly rough part at the top of her vagina, Komako-chan\nlets out a moan." +172800 ,,,,,2230010,,,,,,,,,,,,,,,"Her insides contract tightly, conveying the pleasure." +172900 ,,,,,2230010,,,,,,,,,,,,,,,"With such a cute reaction, it's a man's nature to want to do\nit even more." +173000 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,What do you mean by going crazy? +173100 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_047.wav,komako,,0,,,,,,,,My stomach gets hot and... the tingling down there becomes\noverwhelming... +173200 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"In other words, Komako-chan's pussy becomes even more\nnaughty." +173300 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_048.wav,komako,,0,,,,,,,,"No... I don't want to feel good with your cock... nnn, with\nChie-chan's hand..." +173400 ,,,,,2230020,,,,,,,,,,,,,,,"Even at this point, Komako-chan still looks longingly at\nChie-chan's hand." +173500 ,,,,,2230020,,,,,,,,,,,,,,,Even though her pussy has completely accepted my cock. +173600 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,"No, come on, today you have to endure with my hand. I'll do\nmy best. If it's not enough, I'll do more for you. Here? Or\nhere?" +173700 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_049.wav,komako,,0,,,,,,,,"Hyaa, ah, nnn... no... nkuu, not inside, not there, stop, I\ndon't want it, take it out..." +173800 ,,,,,2230000,,,,,,,,,,,,,,,"When I thrust deep inside or target Komako- chan's weak\npoints, her pussy becomes honest." +173900 ,,,,,2230000,,,,,,,,,,,,,,,"It clings tightly to my cock, squeezing happily." +174000 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_050.wav,komako,,0,,,,,,,,"Faa... nooo, nn, Chie-chan, Chie-chan..." +174100 ,,,,,2230010,,,,,,,,,,,,,,,"But her gaze is fixed on Chie-chan, making it seem like\nshe's just using my cock to masturbate while thinking of\nChie-chan." +174200 ,,,,,2230010,,,,,,,,,,,,,,,"Honestly, it's a bit frustrating... I wish she'd think more\nabout me." +174300 ,,,,,2230010,,,,,,,,,,,,,,,"Feeling a bit mischievous, I brought my lips close to\nKomako-chan's ear." +174400 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"If you make such loud noises, Chie-chan and the others might\nwake up, you know?" +174600 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_051.wav,komako,,0,,,,,,,,!! +174700 ,,,,,2230020,,,,,,,,,,,,,,,Komako-chan flinched and bit her lip desperately. +174800 ,,,,,2230020,,,,,,,,,,,,,,,"In sync with that, her pussy twitched and convulsed." +174900 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,Is it okay if Chie-chan sees you having sex with me? +175000 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_052.wav,komako,,0,,,,,,,,That's... no... +175100 ,,,,,2230020,,,,,,,,,,,,,,,"Komako-chan shook her head vigorously, her voice barely a\nwhisper." +175200 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,"Then let's try to keep quiet a little longer. You're a good\ngirl, so you can do it, right?" +175300 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_053.wav,komako,,0,,,,,,,,"Before that, take your cock out... nnnnn!" +175400 ,,,,,2230000,,,,,,,,,,,,,,,"Komako-chan tried to escape from me, but when I pulled her\nback and thrust deep inside, she stiffened." +175500 ,,,,,2230000,,,,,,,,,,,,,,,"She bit her lip, trying hard to hold back her voice." +175600 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"If we take too long, they might wake up, so let's finish\nquickly. We'll stop when Komako- chan comes." +175700 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_054.wav,komako,,0,,,,,,,,Nnn!? Coming with your cock... nnnnn! +175800 ,,,,,2230020,,,,,,,,,,,,,,,"Before she could finish speaking, I resumed my strokes." +175900 ,,,,,2230020,,,,,,,,,,,,,,,"Instead of the slow movements from earlier, I rhythmically\nthrust into Komako-chan as if doing push-ups." +176000 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_055.wav,komako,,0,,,,,,,,Nnn!? Nnn! Nnnn~! Nmm... Nnnn~! +176100 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, let me know when you come. I'm just helping\nKomako-chan with her masturbation." +176200 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_056.wav,komako,,0,,,,,,,,"Nnn! Nnnn, nnnnnnmmmmm! Mmmmmm!" +176300 ,,,,,2230020,,,,,,,,,,,,,,,"Komako-chan is shaking her head vigorously, but her pussy is\nsqueezing happily, so it must feel good." +176400 ,,,,,2230020,,,,,,,,,,,,,,,"Before, if I was thrusting into such a tight pussy, I would\nhave come quickly." +176500 ,,,,,2230020,,,,,,,,,,,,,,,"But recently, I've been thinking about my times with Komako-\nchan and relieving myself often, so I still have some\ncontrol." +176600 ,,,,,2230020,,,,,,,,,,,,,,,"Of course, it feels amazing and irresistible." +176700 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_057.wav,komako,,0,,,,,,,,Nmmfuuu... Nnnn... Nnnn... +176800 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry for interrupting your masturbation earlier. It must\nhave been tough, but I'll make sure you come properly." +176900 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_058.wav,komako,,0,,,,,,,,I want to... come... nnnnn! Nmm~! +177000 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh? You want to come? Yeah, yeah, go ahead. Feel as good as\nyou can." +177100 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_059.wav,komako,,0,,,,,,,,No... nnn! Uuuuuuu! +177200 ,,,,,2230020,,,,,,,,,,,,,,,"Komako-chan tries to say something, but each time I\nstimulate her weak spot with my glans, she bites her lip." +177300 ,,,,,2230020,,,,,,,,,,,,,,,"Still, she can't hold back her moans, which escape from the\ncorners of her mouth." +177400 ,,,,,2230020,,,,,,,,,,,,,,,"While glancing at Chie-chan and trying to hold back her\nvoice, Komako-chan looks so erotic and cute that I can't\nhelp but put more heat into my movements." +177600 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_060.wav,komako,,0,,,,,,,,"Please... take it out... forgive me, mister..." +177700 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,Huh? Forgive you? +177800 ,,,,,2230030,,,,,,,,,,,,,,,"However, if I get too intense, I might come before Komako-\nchan, so I slow down a bit." +177900 ,,,,,2230030,,,,,,,,,,,,,,,"Then, Komako-chan looked at me with teary eyes." +178000 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_061.wav,komako,,0,,,,,,,,"Please, stop it already... If you keep going, I'll really go\ncrazy..." +178100 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,What do you mean by going crazy? +178200 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_062.wav,komako,,0,,,,,,,,"Ah, aaaaah... I told you... not there..." +178300 ,,,,,2230030,,,,,,,,,,,,,,,"Even though I slowed down, I grind my cock inside her pussy,\ncaressing it thoroughly." +178400 ,,,,,2230030,,,,,,,,,,,,,,,My glans stirs up Komako-chan's insides with a wet sound. +178500 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_063.wav,komako,,0,,,,,,,,Your cock feels so good... I'm going to remember it... +178600 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"But you said it felt good during your first time too, right?" +178700 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_064.wav,komako,,0,,,,,,,,"Yes, but... it's not that, nnn, more... No, this is better\nthan when Chie-chan used her hand... I don't want it..." +178800 ,,,,,2230010,,,,,,,,,,,,,,,"As she says that, tears well up in the corners of Komako-\nchan's eyes." +178900 ,,,,,2230010,,,,,,,,,,,,,,,"Alright, it's clear that my cock feels better than her\nearlier masturbation." +179000 ,,,,,2230010,,,,,,,,,,,,,,,But... she loves Chie-chan so much that she doesn't want to\nadmit it. +179100 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_065.wav,komako,,0,,,,,,,,"Please, stop it already... take it out..." +179200 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"No way, I've decided to make Komako-chan come." +179300 ,,,,,2230030,,,,,,,,,,,,,,,But I'll shatter that illusion! +179400 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_066.wav,komako,,0,,,,,,,,"Hii, ah... ahhh... please, don't tease me there anymore..." +179500 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,Nope. Because I want Komako-chan to like me too. So I'll\nmake you feel really good. +179600 ,,,,,2230000,,,,,,,,,,,,,,,I persistently rub my glans against Komako- chan's weak\nspots over and over. +179700 ,,,,,2230000,,,,,,,,,,,,,,,"Each time, Komako-chan lets out an erotic moan and wiggles\nher butt cutely." +179800 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_067.wav,komako,,0,,,,,,,,"Hiuu, ah, nn, ahhhh... please, my voice is going to come out\nagain..." +179900 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,That's because Komako-chan is lying. Even though your pussy\nis being so honest. +180000 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_068.wav,komako,,0,,,,,,,,"I'm not lying... really, I can't take it anymore..." +180100 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"But look, Komako-chan's here is twitching like it wants to\ncome, right?" +180200 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_069.wav,komako,,0,,,,,,,,No... +180300 ,,,,,2230030,,,,,,,,,,,,,,,"Even if I stop moving, I can clearly feel Komako-chan's\ninsides twitching." +180400 ,,,,,2230030,,,,,,,,,,,,,,,"If I tease her a little more intensely, she might come right\naway." +180500 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, it's not embarrassing. You were just masturbating\nearlier, so it's natural to be more sensitive." +180600 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_070.wav,komako,,0,,,,,,,,"It's not that I'm embarrassed... ughhh, doing this in front\nof Chie-chan..." +180700 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,You don't want to come in front of Chie-chan because of me? +180800 ,,,,,2230020,,,,,,,,,,,,,,,Komako-chan nods with her ears turning bright red. +180900 ,,,,,2230020,,,,,,,,,,,,,,,"Grrr... but now that we've come this far, I can't back down\neither. Besides, I want to come too." +181000 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,Then you have to come quickly before Chie- chan wakes up. +181100 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_071.wav,komako,,0,,,,,,,,"No, that's not it... ughhh" +181200 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"It's not different~. Look, if you keep holding back, Chie-\nchan will wake up, you know?" +181300 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_072.wav,komako,,0,,,,,,,,"Ah, nn, not so rough... stop... please, forgive me..." +181400 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,Nope. +181500 ,,,,,2230000,,,,,,,,,,,,,,,"While holding Komako-chan's butt, I gradually increase the\nintensity of my movements." +181600 ,,,,,2230000,,,,,,,,,,,,,,,"As a result, Komako-chan can't seem to endure the pleasure\nanymore, and her hips start moving more intensely in sync\nwith my movements." +181800 ,,,,,2230040,,コマコ,Komako,203_KC03a_k_073.wav,komako,,0,,,,,,,,"Ahh, hnn... ughhh, no more, I really can't take it\nanymore..." +181900 ,,,,,2230040,,主人公,Kiyoshi,,,,,,,,,,,,Are you about to come? Are you about to come? +182000 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_074.wav,komako,,0,,,,,,,,"No, not with your dick... being made to do something so lewd\nlike this..." +182100 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"Oh~? Then, is it okay to have sex with Chie- chan's hand on\nyour own?" +182200 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_075.wav,komako,,0,,,,,,,,Th-that's... +182300 ,,,,,2230020,,,,,,,,,,,,,,,"Komako-chan averts her eyes, hit by a sore spot." +182400 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,"You can use my dick anytime you want. If you're ever\ndesperate to have sex, just let me know." +182500 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_076.wav,komako,,0,,,,,,,,"Ahh, no, why with you..." +182600 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"But it feels good, right?" +182700 ,,,,,2230040,,コマコ,Komako,203_KC03a_k_077.wav,komako,,0,,,,,,,,Nnnnnn! +182800 ,,,,,2230040,,主人公,Kiyoshi,,,,,,,,,,,,"It feels good, right?" +182900 ,,,,,2230040,,,,,,,,,,,,,,,"As I ask repeatedly and thrust vigorously into her tight\nhole, Komako-chan nods her head up and down." +183000 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_078.wav,komako,,0,,,,,,,,"It feels good... I admit your dick feels good... so, please,\nenough..." +183100 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"If it feels good, we should do it more." +183200 ,,,,,2230040,,コマコ,Komako,203_KC03a_k_079.wav,komako,,0,,,,,,,,"No, don't teach me any more about how good your dick\nfeels... ahhh, I'm going crazy!" +183300 ,,,,,2230040,,主人公,Kiyoshi,,,,,,,,,,,,Why not? Let's remember all the good feelings! +183400 ,,,,,2230040,,,,,,,,,,,,,,,I'm gradually losing control. +183500 ,,,,,2230040,,,,,,,,,,,,,,,"I want to make Komako-chan come, but at the same time, the\nurge to ejaculate is rising within me." +183600 ,,,,,2230040,,主人公,Kiyoshi,,,,,,,,,,,,"Look, you're going to make Chie-chan feel good, right?\nRemember where it feels good!" +183700 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_080.wav,komako,,0,,,,,,,,"I've already remembered, I've remembered, so please, enough!" +183800 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"Nope, you have to come properly with my dick!" +183900 ,,,,,2230040,,コマコ,Komako,203_KC03a_k_081.wav,komako,,0,,,,,,,,"Hyaaah, ahhhh, no, nnnnnn!" +184000 ,,,,,2230040,,,,,,,,,,,,,,,I didn't care about being jealous of Chie- chan anymore. +184100 ,,,,,2230040,,,,,,,,,,,,,,,"If it's to come together with Komako-chan, I'll use anything\nand everything." +184200 ,,,,,2230040,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, come on, where does it feel good? If you remember,\ntell me!" +184300 ,,,,,2230040,,コマコ,Komako,203_KC03a_k_082.wav,komako,,0,,,,,,,,"My pussy, deep inside... hyaaah, the entrance, the top\npart... no, not there, my stomach is getting hot, it's going\nto!" +184400 ,,,,,2230040,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes, as expected, Komako-chan is an excellent student\nin sex, well said~" +184500 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_083.wav,komako,,0,,,,,,,,"Ah, nnn, kuh, that's why, that's why, enough already!" +184600 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,"As a reward, I'll let you drink lots of uncle's dick milk!" +184700 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_084.wav,komako,,0,,,,,,,,Huh? +184800 ,,,,,2230030,,,,,,,,,,,,,,,Komako-chan looks at me with tears in her eyes. +184900 ,,,,,2230030,,,,,,,,,,,,,,,"I mercilessly thrust my cock deep into Komako-chan,\nwhispering as I stirred near her cervix." +185000 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"If I pull out, your clothes will get dirty, and it'll be\nobvious we had sex, right?" +185100 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_085.wav,komako,,0,,,,,,,,"Y-yeah, but..." +185200 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,That's why I'll release lots of uncle's slippery goodness\ninside Komako-chan! +185300 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_086.wav,komako,,0,,,,,,,,"No, no way, that's..." +185400 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"So let's come together, okay?" +185500 ,,,,,2230040,,コマコ,Komako,203_KC03a_k_087.wav,komako,,0,,,,,,,,"No, nnnn, fuu, fummmm!" +185600 ,,,,,2230040,,,,,,,,,,,,,,,The anticipation of ejaculation makes the head of my cock\nswell even more. +185700 ,,,,,2230040,,,,,,,,,,,,,,,It seems like the tightness inside Komako- chan has\nincreased too. Her trembling vaginal walls tell me she's\nabout to come. +185800 ,,,,,2230040,,,,,,,,,,,,,,,I vigorously rubbed there and thrust up into Komako-chan. +186000 ,,,,,2230050,,コマコ,Komako,203_KC03a_k_088.wav,komako,,0,,,,,,,,Nnnnnnn!? +186100 ,,,,,2230050,,,,,,,,,,,,,,,Splat! +186200 ,,,,,2230050,,,,,,,,,,,,,,,The forcefully spurting semen knocked on Komako-chan's\ncervix and spread inside her vagina. +186300 ,,,,,2230050,,コマコ,Komako,203_KC03a_k_089.wav,komako,,0,,,,,,,,"Nnnngh, nn, fuuu... nnnngh!" +186400 ,,,,,2230050,,,,,,,,,,,,,,,"Splurt, splurt, splurt, splurrrt!" +186500 ,,,,,2230050,,,,,,,,,,,,,,,The second and third waves of semen began their assault on\nKomako-chan's pussy. +186600 ,,,,,2230050,,コマコ,Komako,203_KC03a_k_090.wav,komako,,0,,,,,,,,"Nnfu, nn, kuuu, nn, muu... nn!" +186700 ,,,,,2230050,,,,,,,,,,,,,,,The sensation of semen hitting her vagina and the twitching\nof my cock during ejaculation. +186800 ,,,,,2230050,,,,,,,,,,,,,,,"Komako-chan's overly sensitive pussy seems to feel it\nintensely, with her vaginal spasms being intense since\nearlier." +186900 ,,,,,2230050,,主人公,Kiyoshi,,,,,,,,,,,,"Haha, Komako-chan came too. I can feel it clearly with my\ncock..." +187000 ,,,,,2230050,,コマコ,Komako,203_KC03a_k_091.wav,komako,,0,,,,,,,,Nnngh... hic! +187100 ,,,,,2230050,,,,,,,,,,,,,,,"Komako-chan glared at me with teary eyes, but when I rubbed\nher semen-covered pussy with my still semi-hard cock, she\nlet out a cute voice." +187200 ,,,,,2230050,,,,,,,,,,,,,,,It seems she couldn't hold back after being stimulated while\ncoming. +187300 ,,,,,2230050,,,,,,,,,,,,,,,So cute. +187400 ,,,,,2230050,,コマコ,Komako,203_KC03a_k_092.wav,komako,,0,,,,,,,,"Fuu... nn, nn... uuu..." +187500 ,,,,,2230050,,,,,,,,,,,,,,,"While desperately holding back her voice, Komako-chan\nsavored her climax and squeezed out the semen from my cock." +187600 ,,,,,2230050,,,,,,,,,,,,,,,"When a cocktail of love juices and semen overflowed from our\njoined parts with a gurgle, Komako-chan finally took a\nbreath." +187800 ,,,,,2230060,,コマコ,Komako,203_KC03a_k_093.wav,komako,,0,,,,,,,,"Ugh... down there, it's still tingling..." +187900 ,,,,,2230060,,主人公,Kiyoshi,,,,,,,,,,,,"It's true, it's still twitching." +188000 ,,,,,2230060,,,,,,,,,,,,,,,"Looking at it, Komako-chan's pussy was still twitching from\nthe afterglow of her climax." +188100 ,,,,,2230060,,,,,,,,,,,,,,,"Every time her frilly labia minora trembled with a twitch,\nsemen flowed back out, which was erotic." +188200 ,,,,,2230060,,,,,,,,,,,,,,,Tonight's material is decided with this. +188300 ,,,,,2230060,,コマコ,Komako,203_KC03a_k_094.wav,komako,,0,,,,,,,,Haa haa... haa haa... don't look too much... +188400 ,,,,,2230060,,主人公,Kiyoshi,,,,,,,,,,,,S-sorry. +188500 ,,,,,2230060,,,,,,,,,,,,,,,"Even as I said that, my eyes kept wandering over." +188600 ,,,,,2230060,,,,,,,,,,,,,,,"Komako-chan was still exhausted from just climaxing, and it\nseemed she didn't have the energy to cover up yet." +188700 ,,,,,2230060,,,,,,,,,,,,,,,"Her eyes were glazed over, and there was a bit of drool at\nthe corner of her mouth." +188800 ,,,,,2230060,,主人公,Kiyoshi,,,,,,,,,,,,"But it felt good, right? I'll always be here for you, you\nknow." +188900 ,,,,,2230060,,,,,,,,,,,,,,,It was clear that Komako-chan had climaxed from my cock. +189000 ,,,,,2230060,,,,,,,,,,,,,,,"So I whispered that with a grin, thinking about next time..." +189100 ,,,,,2230060,,コマコ,Komako,203_KC03a_k_095.wav,komako,,0,,,,,,,,!! +189200 ,$event_return,,,,,,,,,,,,,,,,,,, +189400 ,,,8,31,,,,,,,,,,,,,,,,"But at that moment, Komako-chan sprang up with surprising\nagility, despite having been so exhausted just a moment ago." +189500 ,,,,,,,,,,,,,,,,,,,,She quickly pulled up her pants and glared at me. +189600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan? +189700 ,,,,,,,コマコ,Komako,203_KC03a_k_096.wav,komako,,10,,,,,,,,You're such an idiot! +189900 ,,,,,,,,,,komako,,10,,,,,,,,"The next moment, a cushion came flying at my face." +190000 ,,,,,,,主人公,Kiyoshi,,komako,,10,,,,,,,,"Ouch... Komako-chan, what are you..." +190100 ,,,,,,,,,,komako,,10,,,,,,,,"Before I could even question when she had thrown the\ncushion, Komako-chan was approaching with another cushion in\nhand." +190200 ,,,,,,,コマコ,Komako,203_KC03a_k_097.wav,komakoL,,30,,,,,,,,"Idiot, idiot, idiot! I hate you, I absolutely hate you!" +190300 ,,,,,,,主人公,Kiyoshi,,komakoL,,30,,,,,,,,Ehhh?! +190400 ,,,,,,,,,,komakoL,,30,,,,,,,,No way! I made her feel so good! +190500 ,,,,,,,,,,komakoL,,30,,,,,,,,"Sure, she was saying no with her mouth, but in the end, she\nwas feeling it... isn't that just a case of 'no means yes'?" +190600 ,,,,,,,コマコ,Komako,203_KC03a_k_098.wav,komakoL,,29,,,,,,,,"Idiot, I hate you! I won't forgive you this time!" +190800 ,,,,,,,,,,komakoL,,29,,,,,,,,"Thwack, thwack, thwack, a barrage of cushions assaulted my\nface." +190900 ,,,,,,,主人公,Kiyoshi,,komakoL,,29,,,,,,,,"Ouch, ouch, ouch, wait, hold on, Komako- chan! We can talk\nthis out!" +191000 ,,,,,,,コマコ,Komako,203_KC03a_k_099.wav,komakoL,,10,,,,,,,,"No. You're even dumber than a puppy, old man! I absolutely\nwon't forgive you!" +191100 ,,,,,,,主人公,Kiyoshi,,komakoL,,10,,,,,,,,"I'm sorry, I'm sorry, I won't do it again~!" +191200 ,,,,,,,,,,komakoL,,10,,,,,,,,"Getting hit with a cushion doesn't hurt much, but hearing 'I\nhate you' and 'I won't forgive you' makes my chest ache!" +191300 ,,,,,,,,,,komakoL,,10,,,,,,,,"Unable to bear it, I found myself bowing deeply, and Komako-\nchan continued to hit me with the cushion." +191400 ,,,,,,,コマコ,Komako,203_KC03a_k_100.wav,komako,,15,,,,,,,,I won't forgive you even if you apologize! +191500 ,,,,,,,主人公,Kiyoshi,,komako,,15,,,,,,,,I said I'm sorry~! +191600 ,,,,,,,,,,komako,,15,,,,,,,,"Ah, it seems Komako-chan's anger won't subside. Someone,\nhelp me!" +191700 ,,,,,,,千恵,Chie,203_KC03a_c_014.wav,,,,chie,,3,,,,,...What are you doing? +191800 ,,,,,,,,,,,,,chie,,3,,,,,Help came from right beside me. +191900 ,,,,,,,コマコ,Komako,203_KC03a_k_101.wav,komako,,13,chie,,3,,,,,Uh! T-this is because the old man... +192000 ,,,,,,,,,,komako,,13,chie,,3,,,,,"Unable to say she was hitting me because we did something\nnaughty, Komako-chan hesitated." +192100 ,,,,,,,,,,komako,,13,chie,,3,,,,,"Ah, if I cover for her here, maybe she'll forgive me!" +192200 ,,,,,,,主人公,Kiyoshi,,komako,,13,chie,,3,,,,,"Uh, um, the old man accidentally ate Komako- chan's kinako\nstick. I'm sorry, Komako-chan!" +192300 ,,,,,,,,,,komako,,13,chie,,3,,,,,"In reality, it was Komako-chan who ate the stick." +192400 ,,,,,,,コマコ,Komako,203_KC03a_k_102.wav,komako,,14,chie,,3,,,,,Y-yeah! That's why I got mad. +192500 ,,,,,,,千恵,Chie,203_KC03a_c_015.wav,komako,,14,chie,,10,,,,,"Oh, that's not good, old man. Did you apologize?" +192600 ,,,,,,,主人公,Kiyoshi,,komako,,14,chie,,10,,,,,"Yes, I did! I did!" +192700 ,,,,,,,甜花,Tenka,203_KC03a_t_005.wav,komako,,14,chie,,10,tenka,,12,,"Haa... But you don't have to get that angry over just one\nkinako stick. I thought Komako was more mature than Chie,\nbut she's still a child." +192800 ,,,,,,,コマコ,Komako,203_KC03a_k_103.wav,komako,,31,chie,,10,tenka,,12,,............ +192900 ,,,,,,,,,,komako,,31,chie,,10,tenka,,12,,"Hearing that from Tenka-chan, Komako-chan turned bright red." +193000 ,,,,,,,千恵,Chie,203_KC03a_c_016.wav,komako,,31,chie,,23,tenka,,12,,"Koma-chan, the old man apologized, so forgive him. I'll\nshare my kinako stick with you!" +193100 ,,,,,,,コマコ,Komako,203_KC03a_k_104.wav,komako,,13,chie,,23,tenka,,12,,"Ugh! Ugh! Fine, I'll forgive you." +193200 ,,,,,,,,,,komako,,13,chie,,23,tenka,,12,,Yay~! +193300 ,,,,,,,,,,,,,,,,,,,,"Even though it was thanks to Chie-chan, which left me a bit\nunsatisfied, I was forgiven." +193400 ,,,,,,,,,,,,,,,,,,,,But now I'm ranked lower than the pet dog again. +193500 ,,,,,,,,,,,,,,,,,,,,I wonder when I'll become Komako-chan's favorite person. +193600 ,,,,,,,,,,,,,,,,,,,,Haa... The future seems very challenging. +193700 ,,,0,9001,,,,,,,,,,,,,,,, +193900 ,@204_KC03b,,,,,,,,,,,,,,,,,,, +194200 ,,,15,33,,,主人公,Kiyoshi,,,,,,,,,,,,Haa~... Maybe I went a bit too far. +194300 ,,,,,,,,,,,,,,,,,,,,"Even though she said she'd forgive me, Komako-chan didn't\ntalk to me after that." +194400 ,,,,,,,,,,,,,,,,,,,,"When she left, she didn't even say goodbye and just turned\naway." +194500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, what should I do if Komako-chan hates me..." +194600 ,,,,,,,,,,,,,,,,,,,,"Regret is welling up now. During the moment, the pleasure\nand excitement took over, and I ended up having sex with\nKomako-chan enthusiastically..." +194700 ,,,,,,,,,,,,,,,,,,,,"Komako-chan is probably still angry. But, but, she seemed to\nenjoy it too, and I made sure she climaxed..." +194800 ,,,,,,,,,,,,,,,,,,,,"As I doodled circles on the tatami in frustration, I heard\nsomeone enter the shop. Why now, of all times?" +194900 ,,,,,,,,,,,,,,,,,,,,"I couldn't ignore it, so I stood up with a grunt and opened\nthe shoji." +195000 ,,,,43,,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, we're closing up for the day... Wait, Komako-chan!?" +195100 ,,,,,,,,,,,,,,,,,,,,And there stood Komako-chan. +195200 ,,,,23,,,コマコ,Komako,204_KC03b_k_000.wav,"komako,privateB",,37,,,,,,,,............ +195300 ,,,,,,,,,,komako,,37,,,,,,,,She's looking at me with a piercing gaze. As I thought...\nshe's still angry~. +195400 ,,,,,,,,,,komako,,37,,,,,,,,"But, since she went out of her way to come here, maybe she\nhas something to say." +195500 ,,,,,,,主人公,Kiyoshi,,komako,,37,,,,,,,,"Uh, um, for now, come on in. Do you want some tea or\nsomething?" +195600 ,,,,,,,コマコ,Komako,204_KC03b_k_001.wav,komako,,35,,,,,,,,I don't need any. +195700 ,,,,43,,,,,,,,,,,,,,,,"With her cheeks puffed out, Komako-chan stomped into the\nback room with big strides, looking displeased. Ugh, she's\ndefinitely angry!" +195800 ,,,,,,,,,,,,,,,,,,,,What should I do if she says she won't have sex with me\nanymore... I absolutely don't want that! +195900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, um, what's up? Did you forget something?" +196000 ,,,,,,,,,,,,,,,,,,,,"As I nervously spoke to her, Komako-chan glared at me. The\nnext moment, she grabbed a cushion and swung it high." +196100 ,,,14,,,,,,,"komakoL,privateB",,10,,,,,,,,Whack! +196200 ,,,,,,,主人公,Kiyoshi,,komakoL,,10,,,,,,,,Ouch! +196300 ,,,,,,,,,,komakoL,,10,,,,,,,,"Whack, whack, whack, whack, whack, whack!" +196400 ,,,,,,,,,,komakoL,,10,,,,,,,,"The continuous cushion attack assaulted my face, arms,\nchest, and stomach." +196500 ,,,,,,,主人公,Kiyoshi,,komakoL,,1,,,,,,,,"Ouch, ouch, what? What's wrong?" +196600 ,,,,,,,コマコ,Komako,204_KC03b_k_002.wav,komakoL,,30,,,,,,,,"Because I haven't hit you enough. I'm still angry, you know." +196700 ,,,,,,,,,,komakoL,,30,,,,,,,,"Whack, whack, whack!" +196800 ,,,,,,,,,,komakoL,,30,,,,,,,,"Even though she had temporarily put down her weapon in front\nof Chie-chan, it seemed Komako-chan's anger hadn't subsided\nat all." +196900 ,,,,,,,コマコ,Komako,204_KC03b_k_003.wav,komakoL,,15,,,,,,,,"I told you no! I said it was no good, but you forced\nyourself on me. I hate people like that! I really hate it!" +197000 ,,,,,,,主人公,Kiyoshi,,komakoL,,15,,,,,,,,"I'm sorry, I'm sorry, I'm so sorry~. It's just that Komako-\nchan was so cute~." +197100 ,,,,,,,コマコ,Komako,204_KC03b_k_004.wav,komakoL,,10,,,,,,,,"You're an adult, so don't make excuses." +197200 ,,,,,,,主人公,Kiyoshi,,komakoL,,10,,,,,,,,"I'm sorry~. It's just that I like Komako- chan. When you\nshow me such a sexy side, I can't hold back~." +197300 ,,,,,,,コマコ,Komako,204_KC03b_k_005.wav,komakoL,,29,,,,,,,,"You have to hold back! You're such a dummy, old man! Even\nLaika can wait properly!" +197400 ,,,,,,,主人公,Kiyoshi,,komakoL,,29,,,,,,,,"Ugh, I'm sorry for being worse than a dog~." +197500 ,,,,,,,,,,komakoL,,29,,,,,,,,How pathetic. +197600 ,,,,,,,,,,komakoL,,29,,,,,,,,"She said I'm worse than a dog. Ugh, at this rate, Komako-\nchan will hate me." +197700 ,,,,,,,,,,komakoL,,29,,,,,,,,"But I really like Komako-chan, so I wanted to do it~." +197800 ,,,,,,,コマコ,Komako,204_KC03b_k_006.wav,komakoL,,34,,,,,,,,"Hah, hah, hah..." +197900 ,,,,,,,,,,komakoL,,34,,,,,,,,Komako-chan was out of breath from hitting me too much. She\nstopped for a moment and glared at me intensely. +198000 ,,,,,,,,,,komakoL,,34,,,,,,,,"I have to somehow make her feel better during this pause. I\ndon't really want to say it, but there's only one way left." +198100 ,,,,,,,主人公,Kiyoshi,,komakoL,,34,,,,,,,,I-I'll make it so Komako-chan can do it with Chie-chan! +198200 ,,,15,,,,コマコ,Komako,204_KC03b_k_007.wav,komakoL,,24,,,,,,,,!! +198300 ,,,,,,,,,,komakoL,,24,,,,,,,,"Komako-chan, who was about to raise the cushion again,\nsuddenly stopped." +198400 ,,,,,,,,,,komakoL,,24,,,,,,,,She tilted her head in suspicion. +198500 ,,,,,,,コマコ,Komako,204_KC03b_k_008.wav,komakoL,,13,,,,,,,,Really...? But how? +198600 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"If Komako-chan confesses to Chie-chan, you can do it! After\nall, I confessed to Komako- chan and we did it, right?" +198700 ,,,,,,,コマコ,Komako,204_KC03b_k_009.wav,komakoL,,11,,,,,,,,Mmm... hmm. +198800 ,,,,,,,,,,komakoL,,11,,,,,,,,"Komako-chan lowered her arms and started thinking. It's a\nrough plan, but it might work." +198900 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,"Tomorrow, Tenka-chan has to go home early for family stuff,\nright?" +199000 ,,,,,,,コマコ,Komako,204_KC03b_k_010.wav,komakoL,,32,,,,,,,,Yeah. +199100 ,,,,,,,主人公,Kiyoshi,,komakoL,,32,,,,,,,,"Then after that, I'll ask Chie-chan and Komako-chan to\nhouse-sit together, so you can confess then!" +199200 ,,,,,,,主人公,Kiyoshi,,komakoL,,32,,,,,,,,"And if you tell Chie-chan you want to do it, she'll let you!" +199300 ,,,,,,,コマコ,Komako,204_KC03b_k_011.wav,komakoL,,13,,,,,,,,But... can you really do it just by confessing? +199400 ,,,,,,,,,,komakoL,,13,,,,,,,,"Komako-chan looked at me with a suspicious gaze. Ugh, maybe\nthat was too sloppy." +199500 ,,,,,,,,,,komakoL,,13,,,,,,,,"No, but I have to push through with this." +199600 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"It's okay! Girls are happy when someone says they like them,\nand if you say you want to do it because you like them,\nthey'll be glad!" +199700 ,,,,,,,コマコ,Komako,204_KC03b_k_012.wav,komakoL,,12,,,,,,,,"...Even if an old man says he wants to do it or likes me,\nI'm not really happy about it." +199800 ,,,,,,,,,,komakoL,,12,,,,,,,,Ouch! +199900 ,,,,,,,,,,komakoL,,12,,,,,,,,That hit hard. It really hit hard. My chest hurts so much I\nwant to curl up and cry. +200000 ,,,,,,,,,,komakoL,,12,,,,,,,,"But I can't back down here. Holding back my tears, I forced\na smile." +200100 ,,,,,,,主人公,Kiyoshi,,komakoL,,12,,,,,,,,"N-not really... means you were a little happy, right?" +200200 ,,,,,,,コマコ,Komako,204_KC03b_k_013.wav,komakoL,,13,,,,,,,,W-well... a little. Just a little. Really just a little. +200300 ,,,,,,,,,,komakoL,,13,,,,,,,,You don't have to emphasize it that much... +200400 ,,,,,,,,,,komakoL,,13,,,,,,,,"But seeing Komako-chan's pure white cheeks turn slightly\npink, it seems she didn't mind being confessed to." +200500 ,,,,,,,,,,komakoL,,13,,,,,,,,"After all, she did let me do it." +200600 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"But even if Komako-chan was only a little happy, you still\nlet me do it, right?" +200700 ,,,,,,,コマコ,Komako,204_KC03b_k_014.wav,komakoL,,31,,,,,,,,"...You forced it, didn't you?" +200800 ,,,,,,,,,,komakoL,,31,,,,,,,,"Komako-chan tightened her grip on the cushion. Uh-oh, I made\nthings worse." +200900 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,"Ahhh, w-wait, at first it wasn't forced, right? Right?" +201000 ,,,,,,,コマコ,Komako,204_KC03b_k_015.wav,komakoL,,13,,,,,,,,"At first, yeah. It was practice." +201100 ,,,,,,,,,,komakoL,,13,,,,,,,,"Reluctantly, Komako-chan lowered the cushion. Phew." +201200 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"Chi-chan would definitely be much happier if Komako-chan\nconfessed to her than if an old man confessed to Komako-\nchan, so she'd let you do it!" +201300 ,,,,,,,コマコ,Komako,204_KC03b_k_016.wav,komakoL,,26,,,,,,,,R-really? Would she be that happy? +201400 ,,,,,,,主人公,Kiyoshi,,komakoL,,26,,,,,,,,"Yeah, she'd definitely be happy." +201500 ,,,,,,,,,,komakoL,,26,,,,,,,,"Saying it myself makes me sad, but Chi-chan and Komako-chan\nare close friends, and I think she'd be happy if Komako-chan\nsaid she liked her... yeah." +201600 ,,,,,,,,,,komakoL,,26,,,,,,,,"I mean, Komako-chan looks really happy. Ugh, I wish she'd\nmake that face when I said I liked her." +201700 ,,,,,,,コマコ,Komako,204_KC03b_k_017.wav,komakoL,,13,,,,,,,,Do you think Chi-chan would let me do it? +201800 ,,,,,,,,,,komakoL,,13,,,,,,,,"Oops, this isn't the time to be feeling down." +201900 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"Yeah. Plus, Chi-chan is a bit weak to pressure, so if you\nask her earnestly, I'm sure she'd let you." +202000 ,,,,,,,,,,komakoL,,13,,,,,,,,"I actually kind of believe this. Chi-chan seems weak to\nrequests, and it feels like if you begged her, she'd let\nyou." +202100 ,,,,,,,,,,komakoL,,13,,,,,,,,"I hope she doesn't get tricked by bad guys when she grows\nup. No, before that, she's being targeted by a naughty girl." +202200 ,,,,,,,コマコ,Komako,204_KC03b_k_018.wav,komakoL,,2,,,,,,,,Got it. Then I'll try my best to tell Chi- chan I like her\ntomorrow. +202300 ,,,,,,,,,,komakoL,,2,,,,,,,,"After listening to my story, Komako-chan thought for a bit,\nthen nodded firmly." +202400 ,,,,,,,主人公,Kiyoshi,,komakoL,,2,,,,,,,,"I-I see, good luck." +202500 ,,,,,,,,,,komakoL,,2,,,,,,,,"At that moment, my chest ached." +202600 ,,,,,,,,,,komakoL,,2,,,,,,,,Even though I set it up myself... thinking that Komako-chan\nwould confess to Chi-chan tomorrow made me unbearably\nlonely. +202700 ,,,,,,,コマコ,Komako,204_KC03b_k_019.wav,komakoL,,1,,,,,,,,"Thank you, mister. I'm looking forward to tomorrow!" +202800 ,,,,,,,,,,,,,,,,,,,,"But seeing Komako-chan's happy, bashful smile, there was no\nway I could say I didn't want it anymore..." +202900 ,,,,,,,,,,,,,,,,,,,,"While crying inside, I nodded with a smile at Komako-chan." +203000 ,,,0,9000,,,,,,,,,,,,,,,, +203200 ,@205_KC04,,,,,,,,,,,,,,,,,,, +203500 ,,,,,,,,,,,,,,,,,,,, +203600 ,,,3,11,,,,,,,,,,,,,,,,"In the morning, while preparing to open the shop, Komako-\nchan came by herself." +203700 ,,,,,,,コマコ,Komako,205_KC04_k_000.wav,,,,"komako,private",,7,,,,,"Good morning, mister." +203800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,7,,,,,"Good morning, you're quite early today. Did you come by\nyourself?" +203900 ,,,,,,,コマコ,Komako,205_KC04_k_001.wav,,,,komako,,27,,,,,"Yeah, because today is an important day." +204000 ,,,,,,,,,,,,,komako,,27,,,,,I could feel an extraordinary determination from Komako-chan\nas she clenched her fists and made a small guts pose. +204100 ,,,,,,,,,,,,,komako,,27,,,,,She seemed fully motivated. +204200 ,,,,,,,コマコ,Komako,205_KC04_k_002.wav,,,,komako,,23,,,,,I thought we should go over the plan one more time. +204300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,23,,,,,I see. +204400 ,,,,,,,,,,,,,komako,,23,,,,,"Well, it's not really much of a plan, though." +204500 ,,,,,,,,,,,,,komako,,23,,,,,But I couldn't just dismiss the eager Komako- chan. I\nstopped what I was doing and sat with her on the bench in\nfront of the shop. +204600 ,,,,,,,,,,,,,komako,,23,,,,,We went over today's steps one by one. +204700 ,,,,,,,コマコ,Komako,205_KC04_k_003.wav,,,,"komakoL,private",,3,,,,,"Um, Tenka-chan goes home after lunch, right?" +204800 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,3,,,,,"Yeah, that's what I heard. Once Tenka-chan leaves, I'll go\nshopping. I'll leave the shop to you and Chi-chan." +204900 ,,,,,,,コマコ,Komako,205_KC04_k_004.wav,,,,komakoL,,7,,,,,"Got it. Once I'm alone with Chi-chan, it's finally time to\nconfess." +205000 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,7,,,,,"Yeah... Tell her you like her, and that you want to be\nintimate." +205100 ,,,,,,,,,,,,,komakoL,,7,,,,,Ouch. +205200 ,,,,,,,,,,,,,komakoL,,7,,,,,"Saying that made my chest ache again, like being pricked by\na toothpick." +205300 ,,,,,,,,,,,,,komakoL,,7,,,,,But Komako-chan didn't notice my sentimental heart and\nnodded seriously. +205400 ,,,,,,,コマコ,Komako,205_KC04_k_005.wav,,,,komakoL,,22,,,,,I'm nervous and my heart is pounding... but I'll try my\nbest. +205500 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,22,,,,,"Y-yeah, do your best." +205600 ,,,,,,,,,,,,,komakoL,,22,,,,,"I tried to smile, but it ended up stiff. It seemed Komako-\nchan didn't find it suspicious." +205700 ,,,,,,,,,,,,,komakoL,,22,,,,,She was probably too focused on Chi-chan. +205800 ,,,,,,,,,,,,,komakoL,,22,,,,,Moreover―― +205900 ,,,,,,,コマコ,Komako,205_KC04_k_006.wav,,,,komakoL,,27,,,,,"Yeah, I'll do my best. I've prepared thoroughly." +206100 ,,,,,9204000,,,,,,,,,,,,,,,Komako-chan stood up and lifted her skirt. +206200 ,,,,,9204000,,,,,,,,,,,,,,,"Whoa, Komako-chan's panties... I almost got excited for a\nmoment, but what caught my eye was a shiny toy dick." +206300 ,,,,,9204000,,,,,,,,,,,,,,,The strap-on I gave her as a gift before. It seems Komako-\nchan wore it from home. +206400 ,,,,,9204000,,主人公,Kiyoshi,,,,,,,,,,,,"Gulp... Y-you're serious, Komako-chan." +206500 ,,,,,,,コマコ,Komako,205_KC04_k_007.wav,,,,komako,,31,,,,,"Yeah, I'm definitely going to have sex with Chi-chan today." +206600 ,,,,,,,,,,,,,komako,,31,,,,,"Komako-chan declared with slightly flushed cheeks, and even\nat a time like this, she looked incredibly cute." +206700 ,,,,,,,,,,,,,komako,,31,,,,,"No, maybe it's because it's a time like this..." +206800 ,,,,,,,,,,,,,komako,,31,,,,,"The excitement and nervousness before confessing to someone\nyou like turned Komako- chan's white cheeks pink, and her\ndetermined expression looked very dignified and beautiful." +206900 ,,,,,,,主人公,Kiyoshi,,,,,komako,,31,,,,,D-do your best... okay. +207000 ,,,,,,,,,,,,,komako,,31,,,,,But that face wasn't directed at me. The obviousness of that\nfact made me feel incredibly lonely. +207300 ,,,8,31,,,甜花,Tenka,205_KC04_t_000.wav,,,,,,,"tenka,private",,4,,"Wow, it's already this late. Well, I'm heading home today." +207400 ,,,,,,,千恵,Chie,205_KC04_c_000.wav,,,,"chie,private",,1,,,,,"Yeah, let's hang out again tomorrow, Tenka- chan!" +207500 ,,,,,,,コマコ,Komako,205_KC04_k_008.wav,komako,,21,,,,,,,,See you. +207600 ,,,,,,,甜花,Tenka,205_KC04_t_001.wav,,,,,,,tenka,,1,,"See you~. Goodbye, mister." +207700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, goodbye." +207800 ,,,,,,,,,,,,,,,,,,,,"After noon, Tenka-chan went home." +207900 ,,,,,,,コマコ,Komako,205_KC04_k_009.wav,komako,,7,,,,,,,,............ +208000 ,,,,,,,,,,komako,,7,,,,,,,,"Komako-chan was fidgeting and kept glancing at me. I know,\nit's time to execute the plan." +208100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, sorry, mister, I'm going to do some shopping, so could\nyou and Komako-chan watch the house for me?" +208200 ,,,,,,,千恵,Chie,205_KC04_c_001.wav,,,,chie,,3,,,,,Watch the house? Sure! Will you bring us back a souvenir? +208300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"I won't bring a souvenir, but if you watch the house like\ngood kids, I'll give you a treat." +208400 ,,,,,,,千恵,Chie,205_KC04_c_002.wav,,,,chie,,1,,,,,"Yay, let's do our best to watch the house, Komako-chan!" +208500 ,,,,,,,コマコ,Komako,205_KC04_k_010.wav,komako,,1,chie,,1,,,,,Y-yeah. +208600 ,,,,,,,,,,komako,,1,chie,,1,,,,,"Alright, first hurdle cleared. ...Though it feels really\nempty." +208700 ,,,,,,,コマコ,Komako,205_KC04_k_011.wav,komakoL,,17,,,,,,,,"We'll be fine on our own, so mister, you should go shopping\nquickly." +208800 ,,,,,,,,,,komakoL,,17,,,,,,,,"But Komako-chan was persistently pushing me out. It's only\nnatural, but being so blatantly treated as a nuisance really\nbrings my mood down." +208900 ,,,,,,,,,,komakoL,,17,,,,,,,,"That's right, if I'm here, Chie-chan can't have fun with\nher..." +209000 ,,,,,,,,,,komakoL,,17,,,,,,,,"But if I don't leave, Komako-chan will end up disliking me." +209100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Okay, I'm going. Please watch the house." +209200 ,,,,,,,千恵,Chie,205_KC04_c_003.wav,komako,,1,chie,,21,,,,,Okay! Have a good trip! +209300 ,,,,,,,コマコ,Komako,205_KC04_k_012.wav,komako,,1,chie,,21,,,,,Have a good trip. +209400 ,,,,,,,,,,,,,,,,,,,,"Dragging my heavy feet, I headed outside." +209600 ,,,12,11,,,,,,,,,,,,,,,,"As I reached the front of the store, my vision blurred." +209700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, Komako-chan..." +209800 ,,,,,,,,,,,,,,,,,,,,"I created this situation myself, and I feel pathetic. But\nstill, there's no need to be so blatantly kicked out." +209900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...For now, let's see how things go." +210000 ,,,,,,,,,,,,,,,,,,,,"If things don't go well, I'll have to comfort Komako-chan." +210100 ,,,,,,,,,,,,,,,,,,,,I quietly snuck back into the store and decided to watch the\ntwo of them through a gap in the sliding door. +210300 ,,,10,31,,,千恵,Chie,205_KC04_c_004.wav,komako,,22,chie,,1,,,,,"Ehehe, what should we play?" +210400 ,,,,,,,コマコ,Komako,205_KC04_k_013.wav,komako,,20,chie,,1,,,,,Y-Yeah. +210500 ,,,,,,,,,,komako,,20,chie,,1,,,,,"Peeking in, it seemed like she hadn't confessed yet. Well,\nof course. I just left a moment ago." +210600 ,,,,,,,,,,komako,,20,chie,,1,,,,,"Chie-chan was being innocent, while Komako- chan was\nfidgeting." +210700 ,,,,,,,,,,komako,,20,chie,,1,,,,,Just watching them made my chest tighten painfully. +210800 ,,,,,,,千恵,Chie,205_KC04_c_005.wav,komako,,20,chie,,21,,,,,Do you want to draw? Or maybe... +210900 ,,,,,,,コマコ,Komako,205_KC04_k_014.wav,komako,,27,chie,,21,,,,,Chie-chan! +211000 ,,,,,,,千恵,Chie,205_KC04_c_006.wav,komako,,27,chie,,21,,,,,? +211100 ,,,,,,,,,,komako,,27,chie,,21,,,,,Komako-chan tightly grasped Chie-chan's hand. Chie-chan\nlooked puzzled. +211200 ,,,,,,,,,,komako,,27,chie,,21,,,,,Komako-chan leaned her forehead against Chie- chan's\nshoulder as if seeking comfort. +211300 ,,,,,,,千恵,Chie,205_KC04_c_007.wav,komako,,27,chie,,3,,,,,"Koma-chan, what's wrong? It's hot if you cling like that~.\nOh, are we playing cat?" +211400 ,,,,,,,コマコ,Komako,205_KC04_k_015.wav,komako,,7,chie,,3,,,,,"No, that's not it." +211500 ,,,,,,,,,,komako,,7,chie,,3,,,,,"Komako-chan stared intently at Chie-chan's face. My heart\nached as if it would explode. Ah, she's definitely going to\nsay it. Komako- chan is going to confess." +211600 ,,,,,,,,,,komako,,7,chie,,3,,,,,What should I do if Komako-chan and Chie-chan become lovey-\ndovey? +211700 ,,,,,,,,,,komako,,7,chie,,3,,,,,Am I going to be unnecessary? Not needed anymore? +211800 ,,,,,,,,,,komako,,7,chie,,3,,,,,I don't want that! +211900 ,,,,,,,千恵,Chie,205_KC04_c_008.wav,komako,,7,chie,,23,,,,,"Then, what is it? What's wrong?" +212000 ,,,,,,,コマコ,Komako,205_KC04_k_016.wav,komako,,2,chie,,23,,,,,"Um, um..." +212100 ,,,,,,,,,,komako,,2,chie,,23,,,,,"But Komako-chan, unaware of my feelings, was trying her best\nto confess. Holding back the urge to shout, I held my\nbreath." +212200 ,,,,,,,,,,komako,,2,chie,,23,,,,,Komako-chan took a deep breath. +212300 ,,,,,,,,,,komako,,2,chie,,23,,,,,And then―― +212400 ,,,,,,,コマコ,Komako,205_KC04_k_017.wav,komako,,13,chie,,23,,,,,"I like you, Chie-chan." +212500 ,,,,,,,,,,komako,,13,chie,,23,,,,,She said it! +212600 ,,,,,,,千恵,Chie,205_KC04_c_009.wav,komako,,13,chie,,1,,,,,"Yeah, Chie-chan likes Koma-chan too." +212700 ,,,,,,,,,,komako,,13,chie,,1,,,,,"Chie-chan casually responded to Komako-chan's once-in-a-\nlifetime confession. Um, that's as friends... right? It's\nChie-chan, after all." +212800 ,,,,,,,コマコ,Komako,205_KC04_k_018.wav,komako,,22,chie,,1,,,,,Really? I'm happy. Can I kiss you? +212900 ,,,,,,,,,,komako,,22,chie,,1,,,,,"But Komako-chan, having been told she was liked by Chie-\nchan, pressed forward eagerly." +213000 ,,,,,,,千恵,Chie,205_KC04_c_010.wav,komako,,22,chie,,18,,,,,"Kiss? Yeah, sure~" +213100 ,,,,,,,コマコ,Komako,205_KC04_k_019.wav,komako,,6,chie,,18,,,,,"Then, I'll do it. ...Smooch▼" +213200 ,,,,,,,,,,komako,,6,chie,,18,,,,,"Finally, the two of them kissed right in front of me. It was\nstill a childish kiss, just pressing their lips together." +213300 ,,,,,,,,,,komako,,6,chie,,18,,,,,"The sight of two girls kissing was so beautiful and cute, it\nmade my heart race." +213400 ,,,,,,,,,,komako,,6,chie,,18,,,,,"Even though my chest hurt so much, I was getting excited." +213500 ,,,,,,,コマコ,Komako,205_KC04_k_020.wav,komako,,6,chie,,18,,,,,"Mmm... lick, smooch, lick...▼" +213600 ,,,,,,,,,,komako,,6,chie,,18,,,,,"As I watched, Komako-chan actively slipped her tongue in.\nShe never did that when kissing me." +213700 ,,,,,,,,,,komako,,6,chie,,18,,,,,"Even though I was unbearably frustrated, the way Komako-\nchan's pink tongue moved and licked Chie-chan's lips was so\nerotic that my crotch reacted." +213800 ,,,,,,,,,,komako,,6,chie,,18,,,,,"Ugh, my body and heart are separate things." +213900 ,,,,,,,千恵,Chie,205_KC04_c_011.wav,komako,,6,chie,,24,,,,,Huh? Mmm! +214000 ,,,,,,,,,,komako,,6,chie,,24,,,,,Chie-chan flinched when her tongue was inserted and pulled\naway from Komako-chan. +214100 ,,,,,,,千恵,Chie,205_KC04_c_012.wav,komako,,6,chie,,24,,,,,Eh? Wh-what? What was that just now? +214200 ,,,,,,,コマコ,Komako,205_KC04_k_021.wav,komako,,26,chie,,24,,,,,"It's an adult kiss. When people who like each other kiss,\nthey lick inside each other's mouths." +214300 ,,,,,,,千恵,Chie,205_KC04_c_013.wav,komako,,26,chie,,23,,,,,Really? It feels a bit strange... +214400 ,,,,,,,,,,komako,,26,chie,,23,,,,,Komako-chan was doing to Chie-chan what I had taught her the\nother day. +214500 ,,,,,,,,,,komako,,26,chie,,23,,,,,"Chie-chan seemed a bit confused, but once Komako-chan got\ngoing, she wouldn't stop." +214600 ,,,,,,,コマコ,Komako,205_KC04_k_022.wav,komako,,22,chie,,23,,,,,"Hey, Chie-chan. I like you, so I want to do something more\nadult than just kissing." +214700 ,,,,,,,千恵,Chie,205_KC04_c_014.wav,komako,,22,chie,,3,,,,,Something more adult? +214800 ,,,,,,,コマコ,Komako,205_KC04_k_023.wav,komako,,2,chie,,3,,,,,"Let's have sex. You know, right? People who like each other\nhave 'sex'." +214900 ,,,,,,,,,,komako,,2,chie,,3,,,,,Komako-chan whispered as she entwined her sweaty arm with\nChie-chan's. +215000 ,,,,,,,,,,komako,,2,chie,,3,,,,,"With such a lewd look that it sent shivers down my spine, my\ncrotch tingled even though it wasn't directed at me." +215100 ,,,,,,,千恵,Chie,205_KC04_c_015.wav,komako,,2,chie,,4,,,,,"Eh, b-but, 'sex' can't be done between girls." +215200 ,,,,,,,,,,komako,,2,chie,,4,,,,,"Even Chie-chan, with a flustered face, tried to pull away\nfrom Komako-chan. But Komako- chan pressed her body even\ncloser to Chie- chan." +215300 ,,,,,,,,,,komako,,2,chie,,4,,,,,"She slowly lifted her skirt, revealing the 'penis' inside." +215400 ,,,,,,,コマコ,Komako,205_KC04_k_024.wav,komako,,22,chie,,4,,,,,"It's okay. I'll become a boy, okay?" +215500 ,,,,,,,千恵,Chie,205_KC04_c_016.wav,komako,,22,chie,,24,,,,,Huh!? +215600 ,,,,,,,,,,komako,,22,chie,,24,,,,,Komako-chan reached for Chie-chan's chest with a\nsurprisingly bold move. +215700 ,,,,,,,コマコ,Komako,205_KC04_k_025.wav,komako,,2,chie,,24,,,,,"I'll make you feel good. Sex feels good, you know. Look..." +215800 ,,,,,,,千恵,Chie,205_KC04_c_017.wav,komako,,2,chie,,26,,,,,"Ah... my breasts... they feel kind of prickly, Komako-chan,\nit's strange..." +215900 ,,,,,,,,,,komako,,2,chie,,26,,,,,"Komako-chan gently caressed Chie-chan's budding breasts.\nOccasionally, she softly squeezed them." +216000 ,,,,,,,,,,komako,,2,chie,,26,,,,,"As she did so, Chie-chan's nipples began to protrude through\nher thin clothing. Komako- chan played with them with her\nfingertips." +216100 ,,,,,,,コマコ,Komako,205_KC04_k_026.wav,komako,,26,chie,,26,,,,,"During sex, you touch the breasts a lot. It feels good,\nright?" +216200 ,,,,,,,千恵,Chie,205_KC04_c_018.wav,komako,,26,chie,,5,,,,,"It's not just feeling good, my breasts feel prickly. It's\nhot, and my stomach feels tingly..." +216300 ,,,,,,,,,,komako,,26,chie,,5,,,,,"Chie-chan didn't exactly reject it, but she seemed quite\nbewildered." +216400 ,,,,,,,,,,komako,,26,chie,,5,,,,,"Every time Komako-chan's fingers stimulated her nipples\nthrough the fabric, her body shivered and she wore a\nconfused expression." +216500 ,,,,,,,,,,komako,,26,chie,,5,,,,,It's erotic. It's crazy erotic for a girl who knows nothing\nto be taught about sex by another girl. +216600 ,,,,,,,コマコ,Komako,205_KC04_k_027.wav,komako,,2,chie,,5,,,,,"Isn't it not just your stomach, but your crotch feeling\ntingly too?" +216700 ,,,,,,,千恵,Chie,205_KC04_c_019.wav,komako,,2,chie,,33,,,,,"Maybe... It feels weird, like I need to pee..." +216800 ,,,,,,,,,,komako,,2,chie,,33,,,,,"Komako-chan slipped her hand between Chie- chan's legs,\ntilting her head. She rubbed Chie-chan's slit over her\npanties." +216900 ,,,,,,,千恵,Chie,205_KC04_c_020.wav,komako,,2,chie,,5,,,,,"Eek! Komako-chan, that's where I pee from. It's dirty if you\ntouch it." +217000 ,,,,,,,コマコ,Komako,205_KC04_k_028.wav,komako,,13,chie,,5,,,,,"It's not just where you pee, there's a place for 'sex' here\ntoo. It's called a 'vagina'." +217100 ,,,,,,,千恵,Chie,205_KC04_c_021.wav,komako,,13,chie,,25,,,,,V-vagina...? +217200 ,,,,,,,コマコ,Komako,205_KC04_k_029.wav,komako,,22,chie,,25,,,,,"It feels good when you touch the vagina too. And when it\nfeels good, it gets all slippery." +217300 ,,,,,,,,,,komako,,22,chie,,25,,,,,"Komako-chan, the honor student of sex, used what she learned\nwith me to start playing with Chie-chan's vagina." +217400 ,,,,,,,,,,komako,,22,chie,,25,,,,,"She pressed her fingers into the slit over the underwear,\nrubbing it." +217500 ,,,,,,,,,,komako,,22,chie,,25,,,,,"Even though I could tell Komako-chan's attention was\ndrifting away from me and she was getting absorbed in Chie-\nchan, I couldn't help but be excited by the two of them." +217600 ,,,,,,,千恵,Chie,205_KC04_c_022.wav,komako,,22,chie,,26,,,,,"Nn, that place feels weird. It's tingly... I feel like I\nmight wet myself..." +217700 ,,,,,,,コマコ,Komako,205_KC04_k_030.wav,komako,,2,chie,,26,,,,,"Hehe, this is where you put the 'penis' from earlier. That's\nwhat 'sex' is." +217800 ,,,,,,,千恵,Chie,205_KC04_c_023.wav,komako,,2,chie,,26,,,,,F-fue... +217900 ,,,,,,,,,,komako,,2,chie,,26,,,,,"Finally, Komako-chan said it." +218000 ,,,,,,,,,,komakoL,,2,,,,,,,,"Ah, Komako-chan and Chie-chan are going to have sex. They'll\nforget all about me. Even though I don't want that. Even\nthough it hurts." +218100 ,,,,,,,,,,komakoL,,2,,,,,,,,"My cock is painfully erect, and I can't take my eyes off the\ntwo of them." +218200 ,,,,,,,コマコ,Komako,205_KC04_k_031.wav,komakoL,,22,,,,,,,,Chie-chan's here is wet. It feels good to have your breasts\nand vagina touched. +218300 ,,,,,,,,,,komakoL,,22,,,,,,,,"Komako-chan's eyes were completely glazed over, and it was\nclear she was aroused." +218400 ,,,,,,,,,,komakoL,,22,,,,,,,,"The strap-on, standing erect, seemed to perfectly express\nKomako-chan's excitement." +218500 ,,,,,,,コマコ,Komako,205_KC04_k_032.wav,komakoL,,6,,,,,,,,"Hey, Chie-chan, can I put it in? Let's 'have sex'?" +218600 ,,,,,,,,,,komakoL,,6,,,,,,,,"In a sultry voice, Komako-chan pressed Chie- chan." +218700 ,,,,,,,,,,komakoL,,6,,,,,,,,But Chie-chan looked at Komako-chan's 'penis' with\nfrightened eyes. +218800 ,,,,,,,千恵,Chie,205_KC04_c_024.wav,komako,,6,chie,,25,,,,,B-but... it's really big. Something like that won't fit in\nmy crotch. +218900 ,,,,,,,コマコ,Komako,205_KC04_k_033.wav,komako,,26,chie,,25,,,,,"It's okay, it'll fit. I've practiced." +219000 ,,,,,,,,,,komako,,26,chie,,25,,,,,"Even though the strap-on I gave Komako-chan wasn't that big,\nit was understandable to be anxious for the first time." +219100 ,,,,,,,,,,komako,,26,chie,,25,,,,,Chie-chan looked quite worried. +219200 ,,,,,,,千恵,Chie,205_KC04_c_025.wav,komako,,26,chie,,26,,,,,W-will it hurt? +219300 ,,,,,,,コマコ,Komako,205_KC04_k_034.wav,komako,,6,chie,,26,,,,,"Uh, well, it only hurts at first, yeah." +219400 ,,,,,,,,,,komako,,6,chie,,26,,,,,"Instead of sugarcoating it, Komako-chan answered honestly." +219500 ,,,,,,,千恵,Chie,205_KC04_c_026.wav,komako,,6,chie,,24,,,,,"Ehh, then no way!" +219600 ,,,,,,,コマコ,Komako,205_KC04_k_035.wav,komako,,13,chie,,24,,,,,"Only at first! Really, just at first. There might be a\nlittle blood, but it's okay." +219700 ,,,,,,,,,,komako,,13,chie,,24,,,,,"Komako-chan, that's not reassuring..." +219800 ,,,,,,,千恵,Chie,205_KC04_c_027.wav,komako,,13,chie,,14,,,,,"Blood? No, no, no, I can't! Absolutely not!" +219900 ,,,,,,,,,,komako,,13,chie,,14,,,,,Chie-chan finally burst into tears. Komako- chan started to\npanic. +220000 ,,,,,,,コマコ,Komako,205_KC04_k_036.wav,komako,,33,chie,,14,,,,,"Eh? Ch-Chie-chan, don't cry. If you don't want to, we won't\ndo it." +220100 ,,,,,,,千恵,Chie,205_KC04_c_028.wav,komako,,33,chie,,25,,,,,Really? +220200 ,,,,,,,コマコ,Komako,205_KC04_k_037.wav,komako,,26,chie,,25,,,,,"Y-yeah, really." +220300 ,,,,,,,,,,komako,,26,chie,,25,,,,,"Komako-chan, looking truly disappointed, moved away from\nChie-chan and took off the strap-on." +220400 ,,,,,,,,,,komako,,26,chie,,25,,,,,Chie-chan looked relieved at the strap-on placed on the\nfloor. +220500 ,,,,,,,千恵,Chie,205_KC04_c_029.wav,komako,,26,chie,,0,,,,,"I'm glad. You know, I really do like you, Komako-chan.\nBut... I still don't want it to hurt, and it's scary." +220600 ,,,,,,,コマコ,Komako,205_KC04_k_038.wav,komako,,34,chie,,0,,,,,Yeah... I'm sorry for pushing you. +220700 ,,,,,,,,,,komako,,34,chie,,0,,,,,Chie-chan patted Komako-chan's head gently. +220800 ,,,,,,,千恵,Chie,205_KC04_c_030.wav,komako,,34,chie,,1,,,,,"Instead, let's play a game or something. I have a notebook,\nso how about tic-tac-toe?" +220900 ,,,,,,,コマコ,Komako,205_KC04_k_039.wav,komako,,14,chie,,1,,,,,"Yeah, that sounds good..." +221000 ,,,,,,,,,,komako,,14,chie,,1,,,,,"Watching the two start playing, I felt relieved." +221100 ,,,,,,,,,,,,,,,,,,,,"I felt bad for Komako-chan, but I didn't want her to forget\nabout me if things went well between them..." +221200 ,,,,,,,,,,,,,,,,,,,,"But since they couldn't do it, I'm sure Komako-chan will\nrely on me again. When that happens, I'll teach her various\nthings while having fun." +221300 ,,,,,,,,,,,,,,,,,,,,"Someday, I hope she'll say she likes me more than Komako-\nchan..." +221400 ,,,,,,,,,,,,,,,,,,,,"As I watched the two of them, I made up my mind." +221500 ,,,0,9000,,,,,,,,,,,,,,,, +221700 ,@206_KC05,,,,,,,,,,,,,,,,,,, +222000 ,,,5,21,,,主人公,Kiyoshi,,,,,,,,,,,,Hmm hmm hmm hmm~♪ +222100 ,,,,,,,,,,,,,,,,,,,,"I felt bad for Komako-chan, but I was in a good mood because\nher first time with Chie- chan ended in failure." +222200 ,,,,,,,,,,,,,,,,,,,,"After all, this way I could maintain my position as... not\nquite her lover, but at least a friend with benefits." +222300 ,,,,,,,,,,,,,,,,,,,,I even felt like singing a little tune and cleaning the\nshelves. +222400 ,,,,,,,,,,,,,,,,,,,,"But unlike my great mood, Komako-chan was―" +222500 ,,,,,,,甜花,Tenka,206_KC05_t_000.wav,,,,,,,"tenka,privateB",,1,,"Komako, could you pass me that marble over there?" +222600 ,,,,,,,コマコ,Komako,206_KC05_k_000.wav,"komako,privateC",,12,,,,tenka,,1,,............ +222700 ,,,,,,,甜花,Tenka,206_KC05_t_001.wav,komako,,12,,,,tenka,,3,,"Hey, Komako? Are you listening?" +222800 ,,,,,,,コマコ,Komako,206_KC05_k_001.wav,komako,,4,,,,tenka,,3,,"Ah, sorry, I was spacing out because it's so hot." +222900 ,,,,,,,甜花,Tenka,206_KC05_t_002.wav,komako,,12,,,,tenka,,23,,"Get it together, okay? Have you been drinking enough water?\nHeatstroke is scary, you know." +223000 ,,,,,,,コマコ,Komako,206_KC05_k_002.wav,komako,,12,,,,tenka,,23,,"...Yeah, thanks." +223100 ,,,,,,,,,,,,,,,,,,,,"For the past couple of days, Komako-chan hasn't been\nherself." +223200 ,,,,,,,千恵,Chie,206_KC05_c_000.wav,,,,"chie,privateB",,1,,,,,"Koma-chan, want to play with water balloons outside?" +223300 ,,,,,,,コマコ,Komako,206_KC05_k_003.wav,komako,,14,chie,,1,,,,,"Sorry, not right now." +223400 ,,,,,,,千恵,Chie,206_KC05_c_001.wav,komako,,14,chie,,5,,,,,What's wrong? You don't seem well. Are you sick? +223500 ,,,,,,,コマコ,Komako,206_KC05_k_004.wav,komako,,32,chie,,5,,,,,"No, I'm fine. I just want to finish my summer homework to a\ngood point." +223600 ,,,,,,,千恵,Chie,206_KC05_c_002.wav,komako,,32,chie,,0,,,,,"Got it! Then, see you later!" +223800 ,,,,,,,,,,komako,,32,,,,,,,,"In that way, she's not exactly avoiding Chie- chan, but\nKomako-chan's attitude towards her is a bit awkward." +223900 ,,,,,,,コマコ,Komako,206_KC05_k_005.wav,"komako,privateC",,4,,,,,,,,Ah... +224000 ,,,,,,,,,,komako,,14,,,,,,,,"Even now, she looks like she wants to chase after Chie-chan,\nbut she's just fidgeting with a lonely expression." +224100 ,,,,,,,,,,komako,,14,,,,,,,,Watching Komako-chan like this makes my chest ache. It's a\ndifferent kind of ache than when I see her and Chie-chan\ngetting along. +224200 ,,,,,,,,,,komako,,14,,,,,,,,I really want the person I like to be smiling... +224400 ,,,8,31,,,コマコ,Komako,206_KC05_k_006.wav,komako,,12,,,,,,,,What should I have done? +224500 ,,,,,,,,,,komako,,12,,,,,,,,"In the evening, after Chie-chan and Tenka- chan went home." +224600 ,,,,,,,,,,komako,,12,,,,,,,,"When we were alone, Komako-chan muttered that." +224700 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,,,,,"Uh, what do you mean by 'what should I have done'?" +224800 ,,,,,,,,,,komako,,12,,,,,,,,I pretended not to know that Komako-chan had failed in her\nattempt with Chie-chan. I couldn't exactly admit to peeking. +224900 ,,,,,,,コマコ,Komako,206_KC05_k_007.wav,komako,,14,,,,,,,,"I messed up with Chie-chan. When I showed her my dick, she\nsaid she was scared and didn't want it to hurt." +225000 ,,,,,,,,,,komako,,14,,,,,,,,"Komako-chan sits dejectedly, hugging her knees. She's so\nadorable that I want to scoop her up and take her home right\naway..." +225100 ,,,,,,,,,,komako,,14,,,,,,,,Seeing Komako-chan's face on the verge of tears makes my\nchest tighten painfully. +225200 ,,,,,,,,,,komako,,14,,,,,,,,"Even though I think it's foolish, I can't help but offer a\nlifeline." +225300 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"Uh, um, how about trying something intimate without using\nyour dick?" +225400 ,,,,,,,コマコ,Komako,206_KC05_k_008.wav,komako,,4,,,,,,,,Is that even possible!? +225500 ,,,,,,,,,,komako,,4,,,,,,,,Komako-chan's face lights up instantly. My chest aches with\njealousy. +225600 ,,,,,,,,,,komako,,4,,,,,,,,But seeing Komako-chan's happy face makes me happy too...\nIt's such a complicated feeling. +225700 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"It is. Since we're alone right now, do you want to learn? I\neven have a sample DVD." +225800 ,,,,,,,,,,komako,,4,,,,,,,,"I thought it might be useful for Komako-chan, so I bought\nsome lesbian DVDs. Ah, I'm such an idiot." +225900 ,,,,,,,コマコ,Komako,206_KC05_k_009.wav,komako,,7,,,,,,,,Let's do it! +226000 ,,,,,,,,,,komako,,7,,,,,,,,She answers immediately. +226100 ,,,,,,,,,,komako,,7,,,,,,,,"Of course, I did it to make Komako-chan happy, but being\nanswered so quickly is a bit disappointing." +226200 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,There's a condition in return... is that okay? +226300 ,,,,,,,コマコ,Komako,206_KC05_k_010.wav,komako,,14,,,,,,,,What? I don't have much money though... +226400 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"No, that's not it! Just a little, could you like me a bit\nmore... is that okay?" +226500 ,,,,,,,コマコ,Komako,206_KC05_k_011.wav,komako,,35,,,,,,,,Hmm... +226600 ,,,,,,,,,,komako,,35,,,,,,,,Komako-chan pouts her cherry blossom-colored lips and starts\nthinking. Am I really disliked that much? +226700 ,,,,,,,,,,komako,,35,,,,,,,,"Eventually, Komako-chan raises her head." +226800 ,,,,,,,コマコ,Komako,206_KC05_k_012.wav,komako,,27,,,,,,,,"Alright. I don't really like the idea of forcing things, but\nyou've been helping me a lot with Chie-chan." +226900 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,Really? Really? How much do you like me? +227000 ,,,,,,,コマコ,Komako,206_KC05_k_013.wav,komako,,0,,,,,,,,Hmm... maybe a little below Laika. +227100 ,,,,,,,,,,komako,,0,,,,,,,,"Oh, I'm ranked higher than the school teacher! Isn't this a\nbig improvement!" +227200 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Then, when we watch the DVD, will you sit on my lap?" +227300 ,,,,,,,コマコ,Komako,206_KC05_k_014.wav,komako,,21,,,,,,,,"Yeah, sure." +227400 ,,,,,,,,,,komako,,21,,,,,,,,Yes! +227500 ,,,,,,,,,,,,,,,,,,,,"Well, we did that before, and for Komako- chan, just sitting\non my lap isn't considered lewd." +227600 ,,,,,,,,,,,,,,,,,,,,"For me, it's the best because I can smell Komako-chan's nice\nscent up close, her soft thighs and butt press against my\ncock, and I can hold her smooth tummy tightly." +227700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Th-then, I'll go get the DVD. Just wait a moment." +227800 ,,,,,,,,,,,,,,,,,,,,I struggled to keep my voice from rising with excitement as\nI went to get the DVD. +228000 ,,,15,,2120000,,,,,,,,,,,,,,, +228100 ,*mem,,,,2120000,,,,,,,,,,,,,,, +228200 ,,,15,,2120000,,コマコ,Komako,206_KC05_k_015.wav,komako,,0,,,,,,,,Wow... +228300 ,,,,,2120000,,,,,,,,,,,,,,,"As I put the DVD in the player and started it, Komako-chan's\neyes were glued to the screen." +228400 ,,,,,2120000,,コマコ,Komako,206_KC05_k_016.wav,komako,,0,,,,,,,,They're really doing it with each other. +228500 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. +228600 ,,,,,2120000,,,,,,,,,,,,,,,It's a typical girls' school senior-junior scenario. +228700 ,,,,,2120000,,,,,,,,,,,,,,,"On the screen, a cute girl in a school uniform is having her\nbra lifted by a beautiful older girl, and her breasts are\nbeing touched." +228800 ,,,,,2120000,,コマコ,Komako,206_KC05_k_017.wav,komako,,0,,,,,,,,The breasts look like they feel good. +228900 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I think it feels good. Do you want to do that for\nChie-chan too?" +229000 ,,,,,2120000,,コマコ,Komako,206_KC05_k_018.wav,komako,,0,,,,,,,,"Yeah... I mean, I already did it for her." +229100 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,I see. +229200 ,,,,,2120000,,,,,,,,,,,,,,,"I nodded, thinking it might be a bit forced, and steered the\nconversation towards the recent almost-intimate incident." +229300 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"The other day, you couldn't do anything naughty at all?" +229400 ,,,,,2120000,,コマコ,Komako,206_KC05_k_019.wav,komako,,0,,,,,,,,"No, I touched her breasts and vagina over her clothes." +229500 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,How was it? +229600 ,,,,,2120000,,コマコ,Komako,206_KC05_k_020.wav,komako,,0,,,,,,,,"She said it felt tingly. Also, her panties were damp, so I\nthink it felt good for her." +229700 ,,,,,2120000,,,,,,,,,,,,,,,"I already knew because I was watching, but hearing it from\nKomako-chan's mouth gives it a different flavor." +229800 ,,,,,2120000,,,,,,,,,,,,,,,Jealousy and excitement made my cock react. +229900 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"I see, so Chie-chan doesn't actually dislike naughty things." +230000 ,,,,,2120000,,コマコ,Komako,206_KC05_k_021.wav,komako,,0,,,,,,,,Is that... so? +230100 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"I mean, her panties were wet, right? That means she felt\ngood when you touched her breasts and crotch." +230200 ,,,,,2120000,,コマコ,Komako,206_KC05_k_022.wav,komako,,0,,,,,,,,If that's the case... I'm happy. +230300 ,,,,,2120000,,,,,,,,,,,,,,,"While saying it shyly, Komako-chan's eyes remained glued to\nthe erotic older girls on the screen." +230400 ,,,,,2120000,,,,,,,,,,,,,,,"Ugh, I wish she'd look at me a little." +230500 ,,,,,2120000,,,,,,,,,,,,,,,"But for now, I have to teach Komako-chan how she and Chie-\nchan can get intimate, or else the position I've worked hard\nto earn will drop again." +230600 ,,,,,2120000,,コマコ,Komako,206_KC05_k_023.wav,komako,,0,,,,,,,,"Next time, I want to touch Chie-chan's breasts and vagina\ndirectly..." +230700 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,I hope you can. +230800 ,,,,,2120000,,コマコ,Komako,206_KC05_k_024.wav,komako,,0,,,,,,,,Will you help me be alone with her again? +230900 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah... since it's a request from Komako- chan, I'll help." +231000 ,,,,,2120000,,,,,,,,,,,,,,,"I really don't want to do that, but I nodded because I don't\nwant Komako-chan to dislike me." +231100 ,,,,,2120000,,コマコ,Komako,206_KC05_k_025.wav,komako,,0,,,,,,,,Ah... +231200 ,,,,,2120000,,,,,,,,,,,,,,,Komako-chan let out a small voice. +231300 ,,,,,2120000,,,,,,,,,,,,,,,"The two who were wearing clothes stripped them off, becoming\ncompletely naked." +231400 ,,,,,2120000,,,,,,,,,,,,,,,"In front of Komako-chan, who was watching the screen so\nintently it seemed like she might burn a hole in the TV, the\ntwo intertwined their legs and began rubbing their private\nparts together." +231500 ,,,,,2120000,,コマコ,Komako,206_KC05_k_026.wav,komako,,0,,,,,,,,"Is this what you were talking about earlier, girls doing it\ntogether...?" +231600 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's right. They rub their pussies together like\nthis. Pussies are soft and squishy, right?" +231700 ,,,,,2120000,,コマコ,Komako,206_KC05_k_027.wav,komako,,0,,,,,,,,Yeah. +231800 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,Doesn't it seem like it would feel good to press them\ntogether? +231900 ,,,,,2120000,,コマコ,Komako,206_KC05_k_028.wav,komako,,0,,,,,,,,I think so. +232000 ,,,,,2120000,,,,,,,,,,,,,,,"Well, since I can't experience this myself, I can only\nimagine, but thinking about the pleasure of frottage is\nexciting." +232100 ,,,,,2120000,,,,,,,,,,,,,,,"Sex is great, but rubbing against soft thighs and crotches\nhas its own unique appeal." +232200 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"Also, the clit... um... Komako-chan, do you remember the\nlittle thing above your pussy that looks like a tiny penis?" +232300 ,,,,,2120000,,コマコ,Komako,206_KC05_k_029.wav,komako,,0,,,,,,,,"Yeah, it's the spot that makes my stomach feel all tingly\nwhen touched, right?" +232400 ,,,,,2120000,,,,,,,,,,,,,,,"Komako-chan was fidgeting her thighs, perhaps recalling the\nsensation." +232600 ,,,,,2120010,,,,,,,,,,,,,,,A quick glance showed that the crotch of her panties was\nstarting to change color slightly. +232700 ,,,,,2120010,,,,,,,,,,,,,,,"Ugh, Komako-chan is so cute and naughty." +232800 ,,,,,2120010,,,,,,,,,,,,,,,"While secretly pressing my growing cock against the crack of\nKomako-chan's butt, I continued the lesson." +232900 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that little thing is called the clitoris." +233000 ,,,,,2120010,,コマコ,Komako,206_KC05_k_030.wav,komako,,0,,,,,,,,Clitoris...? +233100 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"It's a bit difficult, so let's call it something cute like\nKuri-chan." +233200 ,,,,,2120010,,コマコ,Komako,206_KC05_k_031.wav,komako,,0,,,,,,,,"Hehe, that's kind of cute." +233300 ,,,,,2120010,,,,,,,,,,,,,,,"Watching the DVD happily, Komako-chan was bouncing on my\nlap. She seemed to be getting excited." +233400 ,,,,,2120010,,,,,,,,,,,,,,,"Bouncing up and down like that, her soft butt pressed\nagainst my cock each time. Ah, the perks." +233500 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"So, when you rub your crotches together like that, you also\nrub Kuri-chan against each other. What do you think happens?" +233600 ,,,,,2120010,,コマコ,Komako,206_KC05_k_032.wav,komako,,0,,,,,,,,I think both Chi-chan and I would feel a tightness in our\nstomachs and get really naughty feelings... +233700 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,Right? +233800 ,,,,,2120010,,コマコ,Komako,206_KC05_k_033.wav,komako,,0,,,,,,,,It looks like it feels good... +233900 ,,,,,2120010,,,,,,,,,,,,,,,Komako-chan was watching the screen with intense curiosity. +234000 ,,,,,2120010,,,,,,,,,,,,,,,Her butt had been fidgeting restlessly for a while now. +234100 ,,,,,2120010,,コマコ,Komako,206_KC05_k_034.wav,komako,,0,,,,,,,,So this is what it's like for girls to have sex with each\nother... +234300 ,,,,,2120020,,,,,,,,,,,,,,,The stain spreading on Komako-chan's panties was getting\nbigger. +234400 ,,,,,2120020,,,,,,,,,,,,,,,The dampness was so intense it could be felt through my\npants onto my cock. +234500 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"How about it? This way, you don't use a penis, it doesn't\nhurt, and Chi-chan might be willing to try it too, right?" +234600 ,,,,,2120020,,コマコ,Komako,206_KC05_k_035.wav,komako,,0,,,,,,,,"Yeah, she might." +234700 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Next time you're alone together, why not try it? Girl-on-\ngirl sex." +234800 ,,,,,2120020,,コマコ,Komako,206_KC05_k_036.wav,komako,,0,,,,,,,,"Yeah, yeah." +234900 ,,,,,2120020,,,,,,,,,,,,,,,"Thinking that Komako-chan and Chi-chan might actually have\nsex next time made me feel conflicted, but I was glad that\nKomako-chan seemed to be in a better mood." +235100 ,,,,31,,,,,,,,,,,,,,,,"But then, for some reason, Komako-chan's brow started to\nfurrow." +235200 ,,,,,,,,,,,,,,,,,,,,Huh? +235300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, what's wrong?" +235400 ,,,,,,,コマコ,Komako,206_KC05_k_037.wav,"komako,privateC",,13,,,,,,,,"Hey, mister. You knew that girls could have sex like this,\nright?" +235500 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"Yeah. Otherwise, I wouldn't be able to teach you." +235600 ,,,,,,,,,,komako,,13,,,,,,,,I wondered why she suddenly said that... and then Komako-\nchan grabbed a nearby cushion. +235700 ,,,,,,,,,,komako,,11,,,,,,,,Whack! +235800 ,,,,,,,主人公,Kiyoshi,,komako,,11,,,,,,,,Gyaaah! +235900 ,,,,,,,,,,komako,,11,,,,,,,,The now-familiar cushion attack struck my face. +236000 ,,,11,,,,コマコ,Komako,206_KC05_k_038.wav,komako,,11,,,,,,,,Liar. +236100 ,,,,,,,主人公,Kiyoshi,,komako,,11,,,,,,,,Huh? Huh? +236200 ,,,,,,,コマコ,Komako,206_KC05_k_039.wav,komako,,31,,,,,,,,You lied about not being able to have sex without a penis.\nYou tricked me into practicing and had sex with me. +236300 ,,,,,,,主人公,Kiyoshi,,komako,,31,,,,,,,,What? What? That's not... +236400 ,,,,,,,コマコ,Komako,206_KC05_k_040.wav,komako,,11,,,,,,,,Liar! +236500 ,,,,,,,,,,komako,,11,,,,,,,,"Whack, whack, whack!" +236600 ,,,,,,,,,,komako,,11,,,,,,,,"As if not allowing any excuses, Komako-chan kept hitting me\nwith the cushion over and over." +236700 ,,,,,,,コマコ,Komako,206_KC05_k_041.wav,komako,,16,,,,,,,,"I didn't even want to have 'sex' with you, mister. I just\nthought it was necessary for practice." +236800 ,,,,,,,,,,komako,,16,,,,,,,,"Whack, whack, whack!" +236900 ,,,,,,,主人公,Kiyoshi,,komako,,16,,,,,,,,That's... +237000 ,,,,,,,,,,komako,,16,,,,,,,,"Of course, I knew Komako-chan wasn't enthusiastic about\nhaving sex with me. But hearing it so clearly hurt." +237100 ,,,,,,,,,,komako,,16,,,,,,,,It felt like she didn't care about me at all. +237200 ,,,,,,,コマコ,Komako,206_KC05_k_042.wav,komako,,36,,,,,,,,"If girls don't need a penis for sex, I wouldn't have had\n'sex' with you, mister. Stupid, stupid, you're a liar!" +237300 ,,,,,,,,,,komako,,36,,,,,,,,Whack! +237400 ,,,,,,,,,,,,,,,,,,,,"As she insulted me and hit me hard with the cushion, tears\nwelled up." +237500 ,,,,,,,,,,,,,,,,,,,,"Come on, there's no need to say all that." +237600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I love you so much, Komako-chan..." +237700 ,,,,,,,コマコ,Komako,206_KC05_k_043.wav,komako,,4,,,,,,,,Eh? Are you crying? +237800 ,,,,,,,,,,komako,,4,,,,,,,,Komako-chan looked shocked as the grown man started to shed\ntears. Her hands stopped. +237900 ,,,,,,,,,,komako,,4,,,,,,,,"Taking advantage of the moment, I pushed her down and pinned\nher against the wall." +238000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Why, why, I wanted to have sex with you because I love you,\nKomako-chan. Why don't you understand?" +238100 ,,,,,,,コマコ,Komako,206_KC05_k_044.wav,"komakoL,privateC",,26,,,,,,,,"Ah, mister, it's suffocating..." +238200 ,,,,,,,,,,komakoL,,26,,,,,,,,"Komako-chan squirmed in my arms. But I hugged her slender\nbody tightly, as if to press my feelings of love onto her." +238300 ,,,,,,,,,,komakoL,,26,,,,,,,,I buried my face in her sweet-smelling neck and licked it\nall over. +238400 ,,,,,,,コマコ,Komako,206_KC05_k_045.wav,komakoL,,13,,,,,,,,"No... don't lick me, don't do that..." +238500 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"I wanted you to be a girl for me, Komako- chan. I wanted to\nhave sex with you. No, I want to." +238600 ,,,,,,,コマコ,Komako,206_KC05_k_046.wav,komakoL,,31,,,,,,,,"I don't want to, stop, stop it." +238700 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,"No, I won't stop. Not until you understand my feelings,\nKomako-chan." +238800 ,,,,,,,,,,komakoL,,31,,,,,,,,I licked the sensitive area behind Komako- chan's ears and\nher neck with a tongue full of saliva. Her body twitched and\nher resistance weakened. +238900 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,"See, it feels good when I do naughty things to you, right,\nKomako-chan?" +239000 ,,,,,,,コマコ,Komako,206_KC05_k_047.wav,komakoL,,11,,,,,,,,That's not true... +239100 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,"Liar, it must feel good." +239200 ,,,,,,,,,,komakoL,,11,,,,,,,,"While holding Komako-chan with one hand, I started\nunbuttoning her clothes. Her already erect pink nipples\ngreeted me." +239300 ,,,,,,,,,,komakoL,,11,,,,,,,,I brought my lips close to them and stimulated them lewdly\nwith my tongue. +239400 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,"Your nipples are so hard. When I lick them, they twitch,\ndon't they?" +239500 ,,,,,,,コマコ,Komako,206_KC05_k_048.wav,komakoL,,6,,,,,,,,"Ahh, my breasts, no, mister, that's unfair..." +239600 ,,,,,,,主人公,Kiyoshi,,komakoL,,6,,,,,,,,"It's not unfair, Komako-chan's body is just so naughty." +239700 ,,,,,,,コマコ,Komako,206_KC05_k_049.wav,komakoL,,13,,,,,,,,"Hyaah, ahh... nnn, nooo, I can't put any strength in..." +239800 ,,,,,,,,,,komakoL,,13,,,,,,,,"Komako-chan's nipples, developed by my tongue, became even\nmore sensitive than before, and just a little sucking made\nher body lose strength." +239900 ,,,,,,,,,,komakoL,,13,,,,,,,,"Half-forcefully, I stripped off her skirt and panties." +240000 ,,,,,,,コマコ,Komako,206_KC05_k_050.wav,komakoL,,6,,,,,,,,"No, I really don't want this..." +240100 ,,,,,,,主人公,Kiyoshi,,komakoL,,6,,,,,,,,"Even if you say no, it feels good, right? Your pussy is all\nslippery, isn't it?" +240200 ,,,,,,,,,,komakoL,,6,,,,,,,,"While continuing to lick her nipples, I touched her exposed\npussy with my fingers." +240300 ,,,,,,,,,,komakoL,,6,,,,,,,,A sticky sound was heard. +240400 ,,,,,,,,,,komakoL,,6,,,,,,,,"It was so hot that it seemed like steam would rise, and just\na little scratch with my fingertip made juices overflow from\ninside." +240500 ,,,,,,,主人公,Kiyoshi,,komakoL,,6,,,,,,,,"See, you're all ready. Your pussy is craving for a cock now." +240600 ,,,,,,,コマコ,Komako,206_KC05_k_051.wav,komakoL,,26,,,,,,,,"No, it's not true. I don't want a cock―" +240700 ,,,,,,,,,,komakoL,,26,,,,,,,,"Komako-chan was saying something, but I ignored it. After\nall, Komako-chan doesn't consider my feelings either." +240800 ,,,,,,,,,,komakoL,,26,,,,,,,,"So, I'll change Komako-chan's body. I'll make her unable to\nlive without my dick and make her fall for me." +241000 ,,,,,2250000,,コマコ,Komako,206_KC05_k_052.wav,komako,,0,,,,,,,,"Hyaaah, ahhhh!" +241100 ,,,,,2250000,,,,,,,,,,,,,,,I mercilessly thrust my cock into Komako- chan's pussy. +241200 ,,,,,2250000,,,,,,,,,,,,,,,"As always, Komako-chan's pussy was tight, but thanks to\nbeing so wet, it slid in easily." +241300 ,,,,,2250000,,,,,,,,,,,,,,,"Moreover, just inserting it made her twitch and squeeze\ntightly." +241400 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"See, see, Komako-chan's pussy is welcoming my cock." +241500 ,,,,,2250000,,コマコ,Komako,206_KC05_k_053.wav,komako,,0,,,,,,,,"That's not true, nnn, take it out, take it out!" +241600 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"No way, because Komako-chan is lying." +241700 ,,,,,2250000,,コマコ,Komako,206_KC05_k_054.wav,komako,,0,,,,,,,,"I'm not lying. Stop it, take it out!" +241800 ,,,,,2250000,,,,,,,,,,,,,,,"Komako-chan turned her face away from me in disgust,\nstruggling." +241900 ,,,,,2250000,,,,,,,,,,,,,,,"But, perhaps because she was held with one arm and supported\nforcibly by my cock, her resistance was weak." +242000 ,,,,,2250000,,,,,,,,,,,,,,,"Taking advantage of that, I shook Komako- chan's body and\nstirred her pussy with my cock." +242100 ,,,,,2250000,,コマコ,Komako,206_KC05_k_055.wav,komako,,0,,,,,,,,"Hyaa, don't move it!" +242200 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,Why? Because it feels good? +242300 ,,,,,2250000,,コマコ,Komako,206_KC05_k_056.wav,komako,,0,,,,,,,,No... I don't want to have sex... stop it. +242400 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"Don't say that, you should just admit that my cock feels\ngood." +242500 ,,,,,2250000,,,,,,,,,,,,,,,I grabbed Komako-chan's slender waist and shook her up and\ndown. +242600 ,,,,,2250000,,,,,,,,,,,,,,,"Then my cock hit various spots inside Komako- chan's vagina,\nmaking her wriggle lewdly." +242700 ,,,,,2250000,,コマコ,Komako,206_KC05_k_057.wav,komako,,0,,,,,,,,"It doesn't feel good... you're stupid, I hate you..." +242800 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"But Komako-chan's pussy is all slippery and it's squeezing\nmy cock tightly, not letting go." +242900 ,,,,,2250000,,コマコ,Komako,206_KC05_k_058.wav,komako,,0,,,,,,,,"Th-that's because... hyaa, so don't move it!" +243000 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"When I move it, you make such erotic sounds... doesn't that\nmean it feels good? Or am I wrong?" +243100 ,,,,,2250000,,コマコ,Komako,206_KC05_k_059.wav,komako,,0,,,,,,,,"I don't know, I don't know!" +243200 ,,,,,2250000,,,,,,,,,,,,,,,"Not wanting to admit what I said, Komako-chan desperately\nturned her face away." +243300 ,,,,,2250000,,,,,,,,,,,,,,,"But contrary to her attitude, the folds of her vagina were\nsucking on my cock, welcoming it eagerly." +243400 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"Lying about it not feeling good makes you a bad girl,\nKomako-chan." +243500 ,,,,,2250000,,コマコ,Komako,206_KC05_k_060.wav,komako,,0,,,,,,,,"No, it's not a lie, it's not a lie..." +243600 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,Then what is this lewd squelching sound? +243700 ,,,,,2250000,,コマコ,Komako,206_KC05_k_061.wav,komako,,0,,,,,,,,"Ah, nn, ahh, no, stop making those sounds, no, nooo!" +243800 ,,,,,2250000,,,,,,,,,,,,,,,She must have gotten all excited from watching the AV. +243900 ,,,,,2250000,,,,,,,,,,,,,,,"Even though I hadn't touched her much, Komako-chan's vagina\nwas already fully prepared deep inside." +244000 ,,,,,2250000,,,,,,,,,,,,,,,Just moving my cock roughly inside her made obscene sounds\necho throughout the room. +244100 ,,,,,2250000,,コマコ,Komako,206_KC05_k_062.wav,komako,,0,,,,,,,,"I'm not lying. You're the liar, old man, you idiot..." +244200 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,Oh~? Are you still saying it doesn't feel good? +244300 ,,,,,2250000,,コマコ,Komako,206_KC05_k_063.wav,komako,,0,,,,,,,,"It doesn't feel good, take it out! Hiiun, take it out!" +244400 ,,,,,2250000,,,,,,,,,,,,,,,"Her stubbornness only made me more determined. I was going\nto make her admit it felt good, no matter what." +244500 ,,,,,2250000,,,,,,,,,,,,,,,"I pushed my cock deep inside Komako-chan, stirring her\ninsides, and then licked her cheek." +244600 ,,,,,2250000,,コマコ,Komako,206_KC05_k_064.wav,komako,,0,,,,,,,,Hii! +244700 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,Hmm~ this taste tells me you're lying~ +244800 ,,,,,2250000,,コマコ,Komako,206_KC05_k_065.wav,komako,,0,,,,,,,,Fueh? Eh? C-can you really tell that...? +244900 ,,,,,2250000,,,,,,,,,,,,,,,Komako-chan's face instantly turned anxious. Cute. +245000 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"If it were in your mouth, I'd know even better~" +245100 ,,,,,2250000,,,,,,,,,,,,,,,"As I said that, I tried to ravage her delicate pink lips\nwith my tongue, but she avoided it." +245200 ,,,,,2250000,,,,,,,,,,,,,,,"Come on, we've already kissed before, you don't have to\ndislike it that much." +245300 ,,,,,2250000,,コマコ,Komako,206_KC05_k_066.wav,komako,,0,,,,,,,,Stop licking my face. Your spit smells bad... +245400 ,,,,,2250000,,,,,,,,,,,,,,,And she even said something so mean. +245500 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"I bet you're scared I'll find out you're lying, right,\nKomako-chan?" +245600 ,,,,,2250010,,コマコ,Komako,206_KC05_k_067.wav,komako,,0,,,,,,,,"N-no... hi, ahh, noooo!" +245800 ,,,,,2250010,,,,,,,,,,,,,,,"I skewered Komako-chan with my cock, making sure she\ncouldn't escape, while I licked her cute cheeks all over." +245900 ,,,,,2250010,,,,,,,,,,,,,,,To the point where Komako-chan's face was completely\ndrenched in saliva. +246000 ,,,,,2250010,,コマコ,Komako,206_KC05_k_068.wav,komako,,0,,,,,,,,"Hiu, it's so dirty, stop it, I don't want this anymore..." +246100 ,,,,,2250010,,,,,,,,,,,,,,,Tears welled up in Komako-chan's eyes. She looked like she\nwas about to cry. +246200 ,,,,,2250010,,,,,,,,,,,,,,,"If I were my usual kind self, the candy store uncle, I might\nhave panicked seeing Komako- chan's face like that." +246300 ,,,,,2250010,,,,,,,,,,,,,,,"But not now. I'm just a man who loves Komako- chan and wants\nto make her feel good, so I won't stop my tongue." +246400 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,I'll stop if Komako-chan becomes honest. Because you taste\nlike a lying girl~ +246500 ,,,,,2250010,,コマコ,Komako,206_KC05_k_069.wav,komako,,0,,,,,,,,Higu... but I'm not lying... nnnn +246600 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,Who's saying it doesn't feel good when my cock is inside and\nyour pussy is feeling good? +246700 ,,,,,2250010,,コマコ,Komako,206_KC05_k_070.wav,komako,,0,,,,,,,,"Hiu, nn, b-but it doesn't feel good, it's true, stop, please\nstop" +246800 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,Hmm~? The taste of a liar just got stronger~ +246900 ,,,,,2250010,,コマコ,Komako,206_KC05_k_071.wav,komako,,0,,,,,,,,"Hia, no, that's not true!" +247000 ,,,,,2250010,,,,,,,,,,,,,,,"While teasing her with words like that, I changed the\nmovement of my cock to rub against Komako-chan's weak spots." +247100 ,,,,,2250010,,,,,,,,,,,,,,,"Komako-chan's body is thin and light, so even with my lack\nof exercise, I can easily lift her." +247200 ,,,,,2250010,,,,,,,,,,,,,,,"I matched my hip movements with Komako- chan's, rubbing the\nslightly rough part with the tip of my cock." +247300 ,,,,,2250010,,コマコ,Komako,206_KC05_k_072.wav,komako,,0,,,,,,,,"Ah, no, don't do it like that, there, no!" +247400 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,Hmm~? What's wrong there~? +247500 ,,,,,2250010,,,,,,,,,,,,,,,Komako-chan's weak point is relatively shallow. +247600 ,,,,,2250010,,,,,,,,,,,,,,,"So when I attack it with the tip of my cock, it feels like\nI'm half pulling out, making Komako-chan's butt lift." +247700 ,,,,,2250010,,,,,,,,,,,,,,,"In such a half-hearted state, being persistently attacked at\nher sensitive spot, Komako-chan was on the verge of tears." +247800 ,,,,,2250010,,コマコ,Komako,206_KC05_k_073.wav,komako,,0,,,,,,,,"No, no, it's no good, just no, not there, stop it, no, no!" +247900 ,,,,,2250010,,,,,,,,,,,,,,,"In such an unstable position, Komako-chan can't even\nstruggle, and her sensitive spot is relentlessly teased by\nmy cock." +248000 ,,,,,2250010,,,,,,,,,,,,,,,"Her pussy is opening and closing desperately, as if begging\nfor more." +248100 ,,,,,2250010,,,,,,,,,,,,,,,I licked Komako-chan's cheek again and laughed. +248200 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, hmm, it feels really good here, so it's no good, huh?" +248300 ,,,,,2250010,,コマコ,Komako,206_KC05_k_074.wav,komako,,0,,,,,,,,"I didn't say that, ahhh!" +248400 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,"But the taste of your sweat says so, Komako- chan. What? You\nwant me to go deeper inside your pussy?" +248500 ,,,,,2250010,,コマコ,Komako,206_KC05_k_075.wav,komako,,0,,,,,,,,"That's not true, stop saying whatever you want, idiot!" +248600 ,,,,,2250010,,,,,,,,,,,,,,,"But Komako-chan's pussy is twitching, trying to guide my\ncock deeper inside." +248700 ,,,,,2250010,,,,,,,,,,,,,,,"As I rub the shallow part repeatedly, even Komako-chan's\nflat stomach twitches." +248800 ,,,,,2250010,,,,,,,,,,,,,,,It's as if her womb inside is craving my cock. +248900 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,"But when I keep doing it here, doesn't the inside of your\nstomach get hot and tingly? Don't you start wanting my cock\nall the way inside?" +249000 ,,,,,2250010,,コマコ,Komako,206_KC05_k_076.wav,komako,,0,,,,,,,,"That's not... that's not true, ahhh!" +249100 ,,,,,2250010,,,,,,,,,,,,,,,"Because Komako-chan is being stubborn, her butt is being\nvery honest." +249200 ,,,,,2250010,,,,,,,,,,,,,,,"It's been trembling, trying to somehow push my cock deep\ninto her vagina." +249300 ,,,,,2250010,,,,,,,,,,,,,,,But I can't because I'm holding Komako-chan's hips firmly. +249400 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, you're lying again~" +249500 ,,,,,2250010,,コマコ,Komako,206_KC05_k_077.wav,komako,,0,,,,,,,,... +249600 ,,,,,2250010,,,,,,,,,,,,,,,"I licked her face and grinned. Komako-chan's eyebrows\nfurrowed, and tears seemed ready to spill from her eyes." +249700 ,,,,,2250010,,,,,,,,,,,,,,,"But her butt is already trembling and shaking, looking like\nit can't wait to have my cock deep inside." +249800 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, Komako-chan is a liar, but her body is honest.\nSee, you can have my cock all the way inside, okay?" +250000 ,,,,,2250010,,,,,,,,,,,,,,,I loosened the grip I had on Komako-chan's hips. +250100 ,,,,,2250020,,コマコ,Komako,206_KC05_k_078.wav,komako,,0,,,,,,,,That's not... ahhhhhh! +250200 ,,,,,2250020,,,,,,,,,,,,,,,"In that moment, Komako-chan's butt slipped down, and my cock\nwent all the way inside." +250300 ,,,,,2250020,,コマコ,Komako,206_KC05_k_079.wav,komako,,0,,,,,,,,"Ah, ha, ah, kuh... haaaaaah!" +250400 ,,,,,2250020,,,,,,,,,,,,,,,"Komako-chan, suddenly being thrust deep inside, widened her\neyes in a daze and stiffened." +250500 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,"Oh dear, you pushed your pussy all the way down so suddenly.\nKomako-chan's pussy is really naughty." +250600 ,,,,,2250020,,コマコ,Komako,206_KC05_k_080.wav,komako,,0,,,,,,,,No... no... nnnngh! +250700 ,,,,,2250020,,,,,,,,,,,,,,,"Komako-chan desperately shook her head to deny it, but just\na slight movement of her hips made her let out a sweet voice\nand tense up." +250800 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,"You love cock, so you don't have to lie. Come on, let's feel\ngood together." +250900 ,,,,,2250020,,コマコ,Komako,206_KC05_k_081.wav,komako,,0,,,,,,,,"No, nngh, stop... fuaaah, ahh, nngh, nnnngh!" +251000 ,,,,,2250020,,,,,,,,,,,,,,,I grabbed Komako-chan's slender waist and started thrusting\ndeep inside. +251100 ,,,,,2250020,,,,,,,,,,,,,,,"Stimulating Komako-chan's still undeveloped womb directly, I\nknocked on the tight entrance with my cock and kept\nthrusting." +251200 ,,,,,2250020,,コマコ,Komako,206_KC05_k_082.wav,komako,,0,,,,,,,,"Stop... ahh, no... ahhh, ahh, no, no, ahh, ahhh!" +251300 ,,,,,2250020,,,,,,,,,,,,,,,"Komako-chan tried to argue back, but her lewd voice was\nbecoming more frequent." +251400 ,,,,,2250020,,,,,,,,,,,,,,,"Her face was still teary-eyed, but she seemed to be getting\na bit dazed." +251500 ,,,,,2250020,,コマコ,Komako,206_KC05_k_083.wav,komako,,0,,,,,,,,"Nnnngh... nkuh, no, no, I don't want it, ahhh, nngh!" +251600 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,You're becoming more honest. It's okay to feel even better. +251700 ,,,,,2250020,,コマコ,Komako,206_KC05_k_084.wav,komako,,0,,,,,,,,"No... that's not... haaaah, it feels, ahh, good, hngh,\nsomehow!" +251800 ,,,,,2250020,,,,,,,,,,,,,,,"No matter how much Komako-chan tried to argue back, with\neach thrust of my cock, her face melted, her pussy\nconvulsed, and lewd moans escaped her lips." +251900 ,,,,,2250020,,,,,,,,,,,,,,,Komako-chan's pussy was completely addicted to the old man's\ncock. +252000 ,,,,,2250020,,,,,,,,,,,,,,,"Not just that, I wanted to make her addicted to the old\nman's sex, so I brought my tongue closer to Komako-chan's\nbeloved nipples." +252100 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,"I'll make you feel even better, so come to love having sex\nwith the old man." +252200 ,,,,,2250020,,コマコ,Komako,206_KC05_k_085.wav,komako,,0,,,,,,,,"Fuaaah... nngh, the cock... nngh, while it's inside... ahhh,\nlicking my breasts, hya, ahhhh!" +252300 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,Oh? You love having your breasts licked while the cock is\ninside? Then I'll do it more. +252400 ,,,,,2250020,,コマコ,Komako,206_KC05_k_086.wav,komako,,0,,,,,,,,"No... ahh, it's just... somehow, ahhh!" +252500 ,,,,,2250020,,,,,,,,,,,,,,,Komako-chan's speech was becoming more and more slurred. +252600 ,,,,,2250020,,,,,,,,,,,,,,,"Taking advantage of her becoming less coherent, I\nintensified my tongue's caresses." +252700 ,,,,,2250020,,,,,,,,,,,,,,,"I teased her nipples, which were now pointed and sensitive,\nwith the tip of my tongue, licking them, pinching them with\nmy lips, and sucking on them." +252800 ,,,,,2250020,,コマコ,Komako,206_KC05_k_087.wav,komako,,0,,,,,,,,"Hyuuh, nnnngh, no, it's... becoming strange... nnnfuuu,\nnngh, nngh, nnnngh!" +252900 ,,,,,2250020,,,,,,,,,,,,,,,It seemed like Komako-chan was trying to hold back her voice\nat least. +253000 ,,,,,2250020,,,,,,,,,,,,,,,"But such efforts were futile against the old man's tongue\nand cock, as her pussy was teased deep inside and her\nbreasts were played with by my tongue, causing lewd moans to\nescape." +253100 ,,,,,2250020,,コマコ,Komako,206_KC05_k_088.wav,komako,,0,,,,,,,,"Hi, ha... ahhh, ahhhh, nngh, ahhhh, nngh, no, but..." +253200 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,"How is it? It feels good, right? Komako- chan, you're making\nlots of lewd sounds." +253300 ,,,,,2250020,,コマコ,Komako,206_KC05_k_089.wav,komako,,0,,,,,,,,"Kuhih, hnnngh, iya... nngh, nnnfuuu, nnnngh!" +253400 ,,,,,2250020,,,,,,,,,,,,,,,It seemed like Komako-chan couldn't even give a proper\nresponse anymore. +253500 ,,,,,2250020,,,,,,,,,,,,,,,"Whether consciously or not, she was eagerly moving her hips,\nrubbing her pussy against the cock herself." +253600 ,,,,,2250020,,,,,,,,,,,,,,,Being stroked like that by her meltingly hot vaginal folds\nwas pushing my own limits. +253700 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,"Ahh, Komako-chan, the old man is about to release the white\nstuff. It's going to come out a lot!" +253800 ,,,,,2250020,,コマコ,Komako,206_KC05_k_090.wav,komako,,0,,,,,,,,"No... hnnngh, it's getting bigger inside again... nnnnnnngh!" +253900 ,,,,,2250020,,,,,,,,,,,,,,,My glans swelled even more with the anticipation of\nejaculation. +254000 ,,,,,2250020,,,,,,,,,,,,,,,"Ah, I'm about to come." +254100 ,$menu_begin,,,,2250020,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Release inside,sel_1a",,,,2250020,,,,,,,,,,,,,,,■@ Release inside +↓,"$menu_item 1,Release outside,sel_1b",,,,2250020,,,,,,,,,,,,,,,■A Release outside +↓,$menu_end,,,,2250020,,,,,,,,,,,,,,, +254200 ,*sel_1a,,,,2250020,,,,,,,,,,,,,,,■@ Release inside +254300 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, I'm going to release it. Make sure to take the\nold man's slippery stuff with your pussy...!" +254400 ,,,,,2250020,,,,,,,,,,,,,,,"Thinking that Komako-chan was about to come too, I decided\nto release inside her." +254500 ,,,,,2250020,,コマコ,Komako,206_KC05_k_091.wav,komako,,0,,,,,,,,"Eh? A, a baby..." +254700 ,,,,,2250030,,,,,,,,,,,,,,,"Splat, splat, splat, splat!" +254800 ,,,,,2250030,,コマコ,Komako,206_KC05_k_092.wav,komako,,0,,,,,,,,"Ahhh, ahhhhh, nnnngh, ahhh, nngh, no, I'm coming, I'm going\nto come...!" +254900 ,,,,,2250030,,,,,,,,,,,,,,,The semen forcefully hit deep inside Komako- chan's vagina. +255000 ,,,,,2250030,,,,,,,,,,,,,,,It seemed that the stimulation brought Komako-chan to climax\nas well. +255100 ,,,,,2250030,,コマコ,Komako,206_KC05_k_093.wav,komako,,0,,,,,,,,"Ah, nngh, ahhhh... ahhhhhhh..." +255200 ,,,,,2250030,,,,,,,,,,,,,,,"Her back arched like a bow, her butt shaking with a face\nthat looked like she was about to cry." +255300 ,,,,,2250030,,,,,,,,,,,,,,,"Every fold of her vagina was lewdly convulsing in climax,\ntrying to squeeze the semen out of my cock with intense\ncontractions." +255400 ,,,,,2250030,,コマコ,Komako,206_KC05_k_094.wav,komako,,0,,,,,,,,"Nngh... uuuuuu... no, I can't..." +255500 ,,,,,2250030,,,,,,,,,,,,,,,"When Komako-chan's insides moved greatly, my ejaculation\nstopped." +255600 ,,,,,2250030,,,,,,,,,,,,,,,"With a lewd sound, semen leaked from the point of union." +255700 ,,,,,2250030,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan's pussy is filled with the old man's slippery\nstuff now. +255800 ,,,,,2250030,,コマコ,Komako,206_KC05_k_095.wav,komako,,0,,,,,,,,"Haa haa... haa haa... you idiot, old man..." +255900 ,,,,,2250030,,,,,,,,,,,,,,,"Komako-chan murmured softly, but right after climaxing, she\nseemed too weak to move and leaned against me as if seeking\ncomfort." +256000 ,,,,,2250030,,,,,,,,,,,,,,,So cute. +256100 ,,,,,2250030,,,,,,,,,,,,,,,"Feeling very satisfied, I hugged Komako-chan tightly once\nmore." +256200 ,$go join_1,,,,,,,,,,,,,,,,,,,■To the reunion +256300 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ARelease outside +256400 ,,,,,2250020,,,,,,,,,,,,,,,"Judging that Komako-chan was about to climax, I pulled my\ncock out of her." +256500 ,,,,,2250020,,,,,,,,,,,,,,,"I wanted to mark her white skin with my semen, as if to\nclaim Komako-chan as mine." +256600 ,,,,,2250020,,コマコ,Komako,206_KC05_k_096.wav,komako,,0,,,,,,,,"Hyaaah, I'm cominggg!" +256700 ,,,,,2250020,,,,,,,,,,,,,,,"As I pulled out, my cock must have rubbed against her weak\npoint. Komako-chan reached her climax." +256800 ,,,,,2250020,,,,,,,,,,,,,,,"The tightest part of her vaginal entrance stroked my glans,\nwhich was the final blow." +257000 ,,,,,2250031,,,,,,,,,,,,,,,Splat splat splattttt! +257100 ,,,,,2250031,,コマコ,Komako,206_KC05_k_097.wav,komako,,0,,,,,,,,Hii! +257200 ,,,,,2250031,,,,,,,,,,,,,,,"Like a fountain, semen spurted up, covering Komako-chan's\nsmooth white belly and her wet pink pussy." +257300 ,,,,,2250031,,コマコ,Komako,206_KC05_k_098.wav,komako,,0,,,,,,,,"Haa haa... haa haa... no, it's so slippery... hnn..." +257400 ,,,,,2250031,,,,,,,,,,,,,,,"Even though Komako-chan grimaced, she seemed to have neither\nthe strength nor the will to escape, and just quietly let\nherself be covered in semen." +257500 ,,,,,2250031,,,,,,,,,,,,,,,My cock lavishly decorated her innocent body with semen. +257600 ,,,,,2250031,,コマコ,Komako,206_KC05_k_099.wav,komako,,0,,,,,,,,Uuu... +257700 ,,,,,2250031,,,,,,,,,,,,,,,"As if not to waste a single drop, my cock continued to\nrelease a generous amount of semen." +257800 ,,,,,2250031,,,,,,,,,,,,,,,Komako-chan's belly became slippery with so much semen that\nI wondered where it had all been stored. +257900 ,,,,,2250031,,コマコ,Komako,206_KC05_k_100.wav,komako,,0,,,,,,,,"Idiot... you're such an idiot, old man..." +258000 ,,,,,2250031,,,,,,,,,,,,,,,"By the time I finished ejaculating, Komako- chan's private\narea was drenched in my semen." +258100 ,,,,,2250031,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan's place is all covered in my slippery stuff,\nisn't it?" +258200 ,,,,,2250031,,,,,,,,,,,,,,,I felt like I had successfully marked her. +258300 ,,,,,2250031,,コマコ,Komako,206_KC05_k_101.wav,komako,,0,,,,,,,,"Haa haa... haa haa... you're such an idiot, old man..." +258400 ,,,,,2250031,,,,,,,,,,,,,,,"Komako-chan muttered softly, but perhaps because she had\njust climaxed and had no strength, she leaned against me as\nif seeking comfort." +258500 ,,,,,2250031,,,,,,,,,,,,,,,So cute. +258600 ,,,,,2250031,,,,,,,,,,,,,,,"Feeling very satisfied, I hugged Komako-chan tightly once\nmore." +258800 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +258900 ,$event_return,,,,,,,,,,,,,,,,,,, +259000 ,,,12,31,,,コマコ,Komako,206_KC05_k_102.wav,komakoL,,28,,,,,,,,Ugh... sniff... +259100 ,,,,,,,,,,komakoL,,28,,,,,,,,"After a while, tears began to fall from Komako-chan's eyes." +259200 ,,,,,,,主人公,Kiyoshi,,komakoL,,28,,,,,,,,K-Komako-chan? +259300 ,,,,,,,コマコ,Komako,206_KC05_k_103.wav,komakoL,,8,,,,,,,,"Waaahhh, you're such an idiot, idiot, idiot!" +259400 ,,,,,,,,,,komakoL,,8,,,,,,,,"The tears quickly grew larger, and Komako- chan started to\nsob uncontrollably." +259500 ,,,,,,,,,,komakoL,,8,,,,,,,,"Just a moment ago, I was all confident and pushy because my\ncock was rock hard and I couldn't resist having sex with\nKomako-chan." +259600 ,,,,,,,,,,komakoL,,8,,,,,,,,"But now, in this post-coital clarity, seeing her cry like\nthat―" +259700 ,,,,,,,主人公,Kiyoshi,,komakoL,,8,,,,,,,,"W-w-what's wrong, Komako-chan?" +259800 ,,,,,,,,,,komakoL,,8,,,,,,,,I could only fluster awkwardly. +259900 ,,,,,,,コマコ,Komako,206_KC05_k_104.wav,komakoL,,28,,,,,,,,"Waaahhh, waaahhh, waaahhh!" +260000 ,,,,,,,主人公,Kiyoshi,,komakoL,,28,,,,,,,,"There, there, there, there. Um, do you want some candy? Or\nmaybe some chocolate?" +260100 ,,,,,,,コマコ,Komako,206_KC05_k_105.wav,komakoL,,8,,,,,,,,Waaahhh! +260200 ,,,,,,,,,,komakoL,,8,,,,,,,,"I tried to soothe her by patting her head, but Komako-chan's\ntears only intensified." +260300 ,,,,,,,コマコ,Komako,206_KC05_k_106.wav,komakoL,,15,,,,,,,,"Idiot, you're such an idiot! I told you to stop, but you\nforced me again!" +260400 ,,,,,,,主人公,Kiyoshi,,komakoL,,15,,,,,,,,I-I'm sorry... +260500 ,,,,,,,,,,komakoL,,15,,,,,,,,Hearing her say that made me feel like I did something\nreally wrong. +260600 ,,,,,,,コマコ,Komako,206_KC05_k_107.wav,komakoL,,14,,,,,,,,"I don't understand anymore! I didn't want it! I didn't want\nit, but it felt good... My body is too lewd, I hate it..." +260700 ,,,,,,,,,,komakoL,,14,,,,,,,,"As she said that, Komako-chan started sobbing again." +260800 ,,,,,,,,,,komakoL,,14,,,,,,,,"Huh? She didn't want it, but it felt good?" +260900 ,,,,,,,,,,komakoL,,14,,,,,,,,I see. So she thought it felt good! My spirits lifted a bit. +261000 ,,,,,,,主人公,Kiyoshi,,komakoL,,14,,,,,,,,"I'm sorry, it was wrong to force you... But I like you,\nKomako-chan, so I wanted to make you feel good." +261100 ,,,,,,,コマコ,Komako,206_KC05_k_108.wav,komakoL,,28,,,,,,,,"Sniffle, sniffle..." +261200 ,,,,,,,主人公,Kiyoshi,,komakoL,,28,,,,,,,,"See? See? At least understand that I like you, Komako-chan." +261300 ,,,,,,,,,,komakoL,,28,,,,,,,,"I tried to get her to forgive me, but Komako- chan turned\naway with tears still on her cheeks." +261400 ,,,,,,,コマコ,Komako,206_KC05_k_109.wav,komakoL,,35,,,,,,,,But the one I like is Chi-chan. Not you... +261500 ,,,,,,,,,,komakoL,,35,,,,,,,,Ouch. +261600 ,,,,,,,,,,komakoL,,35,,,,,,,,"Even after all this, she still says that..." +261700 ,,,,,,,主人公,Kiyoshi,,komakoL,,35,,,,,,,,"But you enjoyed sex with me, right? Sex with someone you\nlike feels good, so doesn't that mean you like me, Komako-\nchan?" +261800 ,,,,,,,,,,komakoL,,35,,,,,,,,"I pressed on, trying to confuse her." +261900 ,,,,,,,コマコ,Komako,206_KC05_k_110.wav,komakoL,,15,,,,,,,,"M-maybe that's true, but..." +262000 ,,,,,,,,,,komakoL,,15,,,,,,,,"Oh, she's coming around! Yes! All my efforts paid off!" +262100 ,,,,,,,コマコ,Komako,206_KC05_k_111.wav,komakoL,,8,,,,,,,,But I don't want to have sex by force. +262200 ,,,,,,,,,,komakoL,,8,,,,,,,,"Ugh. ...Well, it's true that all the times we've had sex,\nI've been the one pushing, so it's no wonder she says that." +262300 ,,,,,,,,,,komakoL,,8,,,,,,,,"They say if pushing doesn't work, try pulling, so maybe I\nshouldn't be too forceful here." +262400 ,,,,,,,主人公,Kiyoshi,,komakoL,,8,,,,,,,,"Got it, I won't force sex from now on. I promise." +262500 ,,,,,,,コマコ,Komako,206_KC05_k_112.wav,komakoL,,32,,,,,,,,Really? +262600 ,,,,,,,,,,komakoL,,32,,,,,,,,Komako-chan looked at me with suspicious eyes. Even that\nface is cute. +262700 ,,,,,,,,,,komakoL,,32,,,,,,,,"Ugh, it's tough to hold back from having sex with such a\ncute girl... but I have to endure it here." +262800 ,,,,,,,主人公,Kiyoshi,,komakoL,,32,,,,,,,,"Really. I promise. If I break it, I'll swallow a pufferfish." +262900 ,,,,,,,コマコ,Komako,206_KC05_k_113.wav,komakoL,,23,,,,,,,,Will you help me with Chi-chan too? +263000 ,,,,,,,主人公,Kiyoshi,,komakoL,,23,,,,,,,,Yeah. +263100 ,,,,,,,,,,komakoL,,23,,,,,,,,"It's tough, but if supporting her means I can stay by\nKomako-chan's side, I'll endure it. Yes, I can think that\nway now." +263200 ,,,,,,,コマコ,Komako,206_KC05_k_114.wav,komakoL,,34,,,,,,,,...Alright. Then I'll forgive you for this time. +263300 ,,,,,,,,,,komakoL,,34,,,,,,,,Komako-chan said after thinking for a bit. +263400 ,,,,,,,,,,komakoL,,34,,,,,,,,I felt like jumping for joy. +263500 ,,,,,,,主人公,Kiyoshi,,komakoL,,34,,,,,,,,R-really!? +263600 ,,,,,,,コマコ,Komako,206_KC05_k_115.wav,komakoL,,30,,,,,,,,Really. So please help with Chi-chan. +263700 ,,,,,,,主人公,Kiyoshi,,komakoL,,30,,,,,,,,I understand. +263800 ,,,,,,,,,,komakoL,,30,,,,,,,,"When I nodded, Komako-chan extended her pinky finger." +263900 ,,,,,,,,,,komakoL,,30,,,,,,,,I intertwined my pinky with hers and made a pinky promise. +264000 ,,,0,9000,,,,,,,,,,,,,,,, +264200 ,@207_KC06,,,,,,,,,,,,,,,,,,, +264500 ,,,3,31,,,千恵,Chie,207_KC06_c_000.wav,"komako,private",,22,"chie,privateC",,6,,,,,Ko-ma-chan▼ +264600 ,,,,,,,コマコ,Komako,207_KC06_k_000.wav,komako,,22,chie,,6,,,,,Chi-chan▼ +264700 ,,,,,,,千恵@コマコ,Chie & Komako,207_KC06_c_001.wav@207_KC06_k_001.wav,komako,,22,chie,,6,,,,,Chu~▼ +264800 ,,,,,,,,,,komako,,22,chie,,6,,,,,"Today, Komako-chan and Chi-chan were in the back room,\nsharing a cigarette candy." +264900 ,,,,,,,,,,komako,,22,chie,,6,,,,,"Of course, they weren't breaking it in half." +265000 ,,,,,,,,,,komako,,22,chie,,6,,,,,"They started eating from both ends at the same time, ending\nwith a kiss, you know, that thing." +265100 ,,,,,,,,,,komako,,22,chie,,6,,,,,I thought they were just doing homework together until a\nmoment ago. +265200 ,,,,,,,千恵,Chie,207_KC06_c_002.wav,komako,,22,chie,,21,,,,,"Ehehe, Komako-chan's mouth tastes like candy~" +265300 ,,,,,,,コマコ,Komako,207_KC06_k_002.wav,komako,,2,chie,,21,,,,,Chi-chan's mouth tastes the same. +265400 ,,,,,,,千恵,Chie,207_KC06_c_003.wav,komako,,2,chie,,1,,,,,We're matching. +265500 ,,,,,,,コマコ,Komako,207_KC06_k_003.wav,komako,,22,chie,,1,,,,,"Lick. Yeah, matching, sweet, and very delicious♪" +265600 ,,,,,,,千恵,Chie,207_KC06_c_004.wav,komako,,22,chie,,13,,,,,"Geez, Komako-chan, if you lick me, it tickles and, um..." +265700 ,,,,,,,,,,komako,,22,chie,,13,,,,,"Chi-chan, looking a bit embarrassed, glanced at me while\nbringing her lips close to Komako-chan's ear." +265800 ,,,,,,,千恵,Chie,207_KC06_c_005.wav,komako,,22,chie,,22,,,,,It makes me want to do something naughty. +265900 ,,,,,,,,,,komako,,22,chie,,22,,,,,"Since starting 'those things' with Komako- chan, it seems\nChi-chan has developed a bit of a sense of shame." +266000 ,,,,,,,,,,komako,,22,chie,,22,,,,,"But since Chi-chan is naturally lively, it's perfectly\naudible." +266100 ,,,,,,,コマコ,Komako,207_KC06_k_004.wav,komako,,2,chie,,22,,,,,"Oh, Chi-chan. You've become such a naughty girl." +266200 ,,,,,,,,,,komako,,2,chie,,22,,,,,"Komako-chan giggled happily, poking Chi- chan's side to make\nher squirm." +266300 ,,,,,,,千恵,Chie,207_KC06_c_006.wav,komako,,2,chie,,6,,,,,"Ah▼ Geez, Komako-chan, that tickles~" +266400 ,,,,,,,,,,komako,,2,chie,,6,,,,,"The reason these two have become so close is, of course,\nthanks to my help." +266500 ,,,,,,,,,,komako,,2,chie,,6,,,,,"After making Komako-chan cry a lot, I tried my best to leave\nKomako-chan and Chi-chan alone together as much as possible." +266600 ,,,,,,,,,,komako,,2,chie,,6,,,,,"Recently, Tenka-chan has been coming over later, mainly\nbecause she started attending summer classes at a cram\nschool." +266700 ,,,,,,,,,,komako,,2,chie,,6,,,,,"I was oddly impressed that even in this rural area, there\nare cram schools." +266800 ,,,,,,,コマコ,Komako,207_KC06_k_005.wav,komako,,33,chie,,6,,,,,"Hehe, it's because Chi-chan is ticklish." +266900 ,,,,,,,千恵,Chie,207_KC06_c_007.wav,komako,,33,chie,,26,,,,,"Geez, Komako-chan, you're so mean~" +267000 ,,,,,,,,,,,,,,,,,,,,"So, with more time together, Komako-chan and Chi-chan have\nbecome quite the lovey-dovey pair." +267100 ,,,,,,,,,,,,,,,,,,,,"Honestly, even when I'm in the same room, they don't pay any\nattention to me lately, and it's quite lonely for an old man\nlike me." +267200 ,,,,,,,コマコ,Komako,207_KC06_k_006.wav,komako,,17,,,,,,,,I've finished today's homework... so let's just relax. +267300 ,,,,,,,,,,,,,,,,,,,,Komako-chan glances over at me. +267400 ,,,,,,,,,,,,,,,,,,,,"Yes, yes, I get it. You want to have some intimate fun with\nChi-chan, and I'm just in the way, right?" +267500 ,,,,,,,千恵,Chie,207_KC06_c_008.wav,,,,chie,,1,,,,,"Uncle, you can go into the shop. Chi-chan and I will be fine\non our own." +267600 ,,,,,,,,,,,,,chie,,1,,,,,"Even Chi-chan is subtly telling me to leave. Ugh, am I\nreally such a nuisance?" +267700 ,,,,,,,コマコ,Komako,207_KC06_k_007.wav,komako,,2,,,,,,,,"Chi-chan, I love you▼" +267800 ,,,,,,,千恵,Chie,207_KC06_c_009.wav,,,,chie,,2,,,,,"Yeah, Komako-chan, Chi-chan loves you too." +267900 ,,,,,,,,,,,,,,,,,,,,But I don't feel like I can intrude on the world that\nKomako-chan and Chi-chan have created for themselves. +268000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll be minding the shop, so let me know if you\nneed anything." +268100 ,,,,,,,コマコ@千恵,Chie & Komako,207_KC06_c_010.wav@207_KC06_k_008.wav,komako,,1,chie,,1,,,,,Okay! +268200 ,,,,21,,,,,,,,,,,,,,,,"With their cheerful and excited response behind me, I headed\nout to the shop feeling quite dejected." +268500 ,,,,,,,千恵,Chie,207_KC06_c_011.wav,,,,,,,,,,,"Ahh... Komako-chan, that tickles~" +268600 ,,,,,,,コマコ,Komako,207_KC06_k_009.wav,,,,,,,,,,,"Chi-chan, is that all? Doesn't it feel good?" +268700 ,,,,,,,,,,,,,,,,,,,,"After a while, I could hear their sweet, nasal voices coming\nfrom the back. It's the usual thing." +268800 ,,,,,,,,,,,,,,,,,,,,"My chest aches. Yet, my crotch is so honest, getting all\nexcited just from hearing their naughty voices." +268900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, Komako-chan..." +269000 ,,,,,,,,,,,,,,,,,,,,"Even though I'd definitely get jealous seeing Komako-chan\nand Chi-chan being lovey-dovey, I still get aroused and\ncan't help but be curious." +269100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Just a little, just a little..." +269200 ,,,,,,,,,,,,,,,,,,,,"And so, thinking I'm doing something stupid again today, I\nend up peeking at the two of them." +269400 ,,,9,,2260000,,,,,,,,,,,,,,, +269500 ,*mem,,,,2260000,,,,,,,,,,,,,,, +269600 ,,,9,,2260000,,千恵,Chie,207_KC06_c_012.wav,chie,,0,,,,,,,,"Ehehe, we're naked~" +269700 ,,,,,2260000,,コマコ,Komako,207_KC06_k_010.wav,komako,,0,,,,,,,,"Yeah, Chi-chan's breasts are always so cute." +269800 ,,,,,2260000,,千恵,Chie,207_KC06_c_013.wav,chie,,0,,,,,,,,Koma-chan's breasts are cute too~ +269900 ,,,,,2260000,,,,,,,,,,,,,,,The two of them were already down to just their panties. +270000 ,,,,,2260000,,,,,,,,,,,,,,,"Their cute breasts, forming gentle curves that matched the\nslight bend of their arms, faced each other." +270100 ,,,,,2260000,,,,,,,,,,,,,,,"Both Chi-chan's and Komako-chan's nipples were still a fresh\ncherry blossom pink, matching each other." +270200 ,,,,,2260000,,コマコ,Komako,207_KC06_k_011.wav,komako,,0,,,,,,,,"Let's touch each other a lot today too, Chi- chan." +270300 ,,,,,2260000,,千恵,Chie,207_KC06_c_014.wav,chie,,0,,,,,,,,"Yeah, let's do it. Chi-chan likes touching because it feels\ngood." +270400 ,,,,,2260000,,コマコ,Komako,207_KC06_k_012.wav,komako,,0,,,,,,,,"I'm glad. I'll make Chi-chan feel really, really good today\ntoo." +270500 ,,,,,2260000,,千恵,Chie,207_KC06_c_015.wav,chie,,0,,,,,,,,"Yeah! Chi-chan will make Koma-chan feel really, really good\ntoo." +270600 ,,,,,2260000,,,,,,,,,,,,,,,"Saying that to each other, Komako-chan and Chi-chan reached\nout to each other's crotches." +270700 ,,,,,2260000,,千恵,Chie,207_KC06_c_016.wav,chie,,0,,,,,,,,"Ahh... Koma-chan, you're already so wet here..." +270800 ,,,,,2260000,,コマコ,Komako,207_KC06_k_013.wav,komako,,0,,,,,,,,Mmm. Just thinking about doing it with Chi- chan got me\nexcited. +270900 ,,,,,2260000,,千恵,Chie,207_KC06_c_017.wav,chie,,0,,,,,,,,"I see. Mmm, mmm, Koma-chan, you're such a naughty girl.\nMmmmmm." +271000 ,,,,,2260000,,コマコ,Komako,207_KC06_k_014.wav,komako,,0,,,,,,,,But Chi-chan is getting wet too. Chi-chan is a naughty girl\ntoo. +271100 ,,,,,2260000,,千恵,Chie,207_KC06_c_018.wav,chie,,0,,,,,,,,"Hehe, we're matching, Koma-chan. Nn... hau, nnnn." +271200 ,,,,,2260000,,コマコ,Komako,207_KC06_k_015.wav,komako,,0,,,,,,,,"Fu, nn... u, nn... Chi-chan and I are both naughty...▼" +271300 ,,,,,2260000,,,,,,,,,,,,,,,"Giggling softly, Chi-chan and Komako-chan playfully tease\neach other's slits." +271400 ,,,,,2260000,,,,,,,,,,,,,,,"Chi-chan gently caresses with her fingertips, while Komako-\nchan rubs her slit with a shush- shush sound." +271500 ,,,,,2260000,,千恵,Chie,207_KC06_c_019.wav,chie,,0,,,,,,,,"Ahh, Koma-chan, my crotch is starting to tingle." +271600 ,,,,,2260000,,コマコ,Komako,207_KC06_k_016.wav,komako,,0,,,,,,,,"It's okay, I'll make it tingle even more. Does it feel good?" +271700 ,,,,,2260000,,千恵,Chie,207_KC06_c_020.wav,chie,,0,,,,,,,,"Yeah, it feels good. Nn... does it feel good for you too,\nKoma-chan?" +271800 ,,,,,2260000,,コマコ,Komako,207_KC06_k_017.wav,komako,,0,,,,,,,,"Nn... it feels good, nn, Chi-chan, you've gotten better...\nnnn." +271900 ,,,,,2260000,,千恵,Chie,207_KC06_c_021.wav,chie,,0,,,,,,,,It's because Koma-chan taught me so many ways to make it\nfeel good. Ahh▼ +272000 ,,,,,2260000,,,,,,,,,,,,,,,"With sweet voices, their secret play continues." +272100 ,,,,,2260000,,,,,,,,,,,,,,,Komako-chan's eyes looking at Chi-chan are so gentle and\nfull of affection. Seeing that makes my chest feel like it's\ngoing to burst from loneliness. +272200 ,,,,,2260000,,,,,,,,,,,,,,,She's never looked at me with eyes like that. +272300 ,,,,,2260000,,コマコ,Komako,207_KC06_k_018.wav,komako,,0,,,,,,,,"Ufufu, then I can't lose. As Chi-chan's naughty teacher, I\nhave to try harder." +272400 ,,,,,2260000,,千恵,Chie,207_KC06_c_022.wav,chie,,0,,,,,,,,"Uuu~ I won't lose. Today, Chi-chan will make Koma-chan feel\nreally good." +272500 ,,,,,2260000,,,,,,,,,,,,,,,"With innocent rivalry, Chi-chan gently caresses Komako-\nchan's vagina." +272600 ,,,,,2260000,,,,,,,,,,,,,,,"Komako-chan smiles and accepts it, tickling Chi-chan's slit." +272700 ,,,,,2260000,,,,,,,,,,,,,,,"Watching the lovey-dovey pair is unbearably sad and lonely,\nyet I find myself gripping my erect cock while biting my\nlip. Foolish." +272800 ,,,,,2260000,,コマコ,Komako,207_KC06_k_019.wav,komako,,0,,,,,,,,"Nn... aha, Chi-chan, you've really gotten good. Should I get\nserious too?" +272900 ,,,,,2260000,,千恵,Chie,207_KC06_c_023.wav,chie,,0,,,,,,,,Fueh? S-Serious? +273000 ,,,,,2260000,,コマコ,Komako,207_KC06_k_020.wav,komako,,0,,,,,,,,"Yeah, even over your panties, I know Chi- chan's weak spots\nreally well." +273100 ,,,,,2260000,,,,,,,,,,,,,,,"As she says that, Komako-chan changes her target." +273200 ,,,,,2260000,,,,,,,,,,,,,,,"It's slightly above the slit, where the clit is likely still\nhidden under its hood." +273300 ,,,,,2260000,,千恵,Chie,207_KC06_c_024.wav,chie,,0,,,,,,,,"Nnnn, i-if Koma-chan is going to play there, then Chi-chan\nwill too!" +273400 ,,,,,2260000,,コマコ,Komako,207_KC06_k_021.wav,komako,,0,,,,,,,,Will you? I'm happy to hear that. +273500 ,,,,,2260000,,,,,,,,,,,,,,,"Not wanting to lose to Komako-chan, Chi-chan also focuses on\nthe clit." +273600 ,,,,,2260000,,千恵,Chie,207_KC06_c_025.wav,chie,,0,,,,,,,,Huh? Huh? Um... +273700 ,,,,,2260000,,,,,,,,,,,,,,,"However, since Komako-chan has been masturbating and has\nmore experience with naughty things, she seems to be better\nat it." +273800 ,,,,,2260000,,,,,,,,,,,,,,,"Chi-chan seems unable to find the clitoris well over the\npanties, tilting her head in confusion." +273900 ,,,,,2260000,,,,,,,,,,,,,,,"Meanwhile, Komako-chan's fierce attack assaults Chi-chan's\nsensitive clit bud." +274000 ,,,,,2260000,,コマコ,Komako,207_KC06_k_022.wav,komako,,0,,,,,,,,"Ufufu. Chi-chan, here? This spot is weak, right? You like it\nwhen it's rubbed, don't you?" +274200 ,,,,,2260010,,千恵,Chie,207_KC06_c_026.wav,chie,,0,,,,,,,,"Nnnn... It's not that I like it, but, nn, when you do that,\nit makes my crotch feel all warm..." +274300 ,,,,,2260010,,,,,,,,,,,,,,,Chi-chan pulls her hips back with a troubled expression. +274400 ,,,,,2260010,,,,,,,,,,,,,,,"But as Chi-chan tries to escape, Komako- chan's fingers\nfirmly chase her clitoris, stimulating it precisely." +274500 ,,,,,2260010,,千恵,Chie,207_KC06_c_027.wav,chie,,0,,,,,,,,"Fua! It tingles, it tingles. It's like electricity..." +274600 ,,,,,2260010,,コマコ,Komako,207_KC06_k_023.wav,komako,,0,,,,,,,,"Ufufu, Chi-chan's clit is so sensitive and cute. It makes me\nwant to do more." +274700 ,,,,,2260010,,千恵,Chie,207_KC06_c_028.wav,chie,,0,,,,,,,,"Nn, nn, Koma-chan, if you do it that much, Chi-chan will\ntwitch and my hands will stop..." +274800 ,,,,,2260010,,,,,,,,,,,,,,,Chi-chan looks at Komako-chan with her eyebrows furrowed.\nHer hands have stopped moving since earlier. +274900 ,,,,,2260010,,,,,,,,,,,,,,,She's feeling it from Komako-chan's clit caresses and can't\nmove. +275000 ,,,,,2260010,,コマコ,Komako,207_KC06_k_024.wav,komako,,0,,,,,,,,"You're feeling it that much. Cute▼ Hey, hey, it's okay to\nfeel even better, you know?" +275100 ,,,,,2260010,,,,,,,,,,,,,,,"Watching Chi-chan's reaction with amusement, Komako-chan\ncontinues to rub her clit with her fingers." +275200 ,,,,,2260010,,,,,,,,,,,,,,,Chi-chan's knees are trembling. A stain is starting to form\non the crotch of her panties. +275300 ,,,,,2260010,,千恵,Chie,207_KC06_c_029.wav,chie,,0,,,,,,,,"Nn... but, if I can't make Koma-chan feel good, too..." +275400 ,,,,,2260010,,,,,,,,,,,,,,,Chi-chan pleads while panting heavily. +275500 ,,,,,2260010,,,,,,,,,,,,,,,"She's trying to awkwardly move her fingers to resume\ncaressing, but when Komako-chan flicks her clit, she stops\nagain." +275600 ,,,,,2260010,,千恵,Chie,207_KC06_c_030.wav,chie,,0,,,,,,,,"Ah, haah... I want to make Koma-chan feel good too..." +275700 ,,,,,2260010,,コマコ,Komako,207_KC06_k_025.wav,komako,,0,,,,,,,,"Fufu, it's okay. You're making me feel good, you know?" +275800 ,,,,,2260010,,千恵,Chie,207_KC06_c_031.wav,chie,,0,,,,,,,,"That's a lie. I haven't done anything since earlier, right?" +275900 ,,,,,2260010,,コマコ,Komako,207_KC06_k_026.wav,komako,,0,,,,,,,,It's true. Just seeing your cute face when you're feeling\ngood makes my crotch tingle. +276000 ,,,,,2260010,,,,,,,,,,,,,,,Komako-chan smiles happily. +276100 ,,,,,2260010,,,,,,,,,,,,,,,She pushes her butt out and rubs her slit against Chi-chan's\nfingers. +276200 ,,,,,2260010,,コマコ,Komako,207_KC06_k_027.wav,komako,,0,,,,,,,,"See, touch it. It's even hotter than before, right?" +276300 ,,,,,2260010,,千恵,Chie,207_KC06_c_032.wav,chie,,0,,,,,,,,"Wow, it's really hot... Koma-chan's crotch is so hot..." +276400 ,,,,,2260010,,,,,,,,,,,,,,,Komako-chan slides her fingers and traces Chi-chan's slit. +276500 ,,,,,2260010,,千恵,Chie,207_KC06_c_033.wav,chie,,0,,,,,,,,Hyah! +276600 ,,,,,2260010,,コマコ,Komako,207_KC06_k_028.wav,komako,,0,,,,,,,,Chi-chan's crotch is just as hot... There's even more\nslippery wetness than before. +276700 ,,,,,2260010,,千恵,Chie,207_KC06_c_034.wav,chie,,0,,,,,,,,"Y-yeah... It's soaking my panties, like I wet myself..." +276800 ,,,,,2260010,,コマコ,Komako,207_KC06_k_029.wav,komako,,0,,,,,,,,"Ufufu, even though I'm touching over your panties, it's\nmaking a squishy sound." +276900 ,,,,,2260010,,,,,,,,,,,,,,,Komako-chan deliberately makes a wet sound as she rubs Chi-\nchan's crotch. +277000 ,,,,,2260010,,,,,,,,,,,,,,,Chi-chan blushes a little with embarrassment. +277100 ,,,,,2260010,,千恵,Chie,207_KC06_c_035.wav,chie,,0,,,,,,,,"Ah, nn, making such loud sounds is embarrassing, Koma-chan." +277200 ,,,,,2260010,,コマコ,Komako,207_KC06_k_030.wav,komako,,0,,,,,,,,"Sorry, I just got so happy thinking it's proof that Chi-chan\nis feeling good. It makes my heart race too." +277300 ,,,,,2260010,,千恵,Chie,207_KC06_c_036.wav,chie,,0,,,,,,,,"Well, I guess it can't be helped then. Koma- chan, you're\nsuch a naughty tease." +277400 ,,,,,2260010,,コマコ,Komako,207_KC06_k_031.wav,komako,,0,,,,,,,,But Chi-chan is so cute when she's feeling good or looking\nembarrassed. +277500 ,,,,,2260010,,,,,,,,,,,,,,,Komako-chan giggles softly as she intensifies her caresses\nwith her fingers. +277600 ,,,,,2260010,,,,,,,,,,,,,,,The wet sounds grow louder and louder. +277700 ,,,,,2260010,,,,,,,,,,,,,,,"In response, I find myself stroking my cock faster." +277800 ,,,,,2260010,,コマコ,Komako,207_KC06_k_032.wav,komako,,0,,,,,,,,"It's all because I love Chi-chan so much, you know?" +277900 ,,,,,2260010,,千恵,Chie,207_KC06_c_037.wav,chie,,0,,,,,,,,"Yeah, I know. Chi-chan loves Koma-chan too." +278000 ,,,,,2260010,,コマコ,Komako,207_KC06_k_033.wav,komako,,0,,,,,,,,"Ufufu, I'm so happy. Hey, Chi-chan, can I kiss you?" +278100 ,,,,,2260010,,千恵,Chie,207_KC06_c_038.wav,chie,,0,,,,,,,,"Yeah, it's okay." +278300 ,,,,,2260020,,,,,,,,,,,,,,,"Chi-chan nods energetically, and Komako-chan presses her\nlips against hers." +278400 ,,,,,2260020,,コマコ,Komako,207_KC06_k_034.wav,komako,,0,,,,,,,,"Chu, nn... chuu... lero, chupa... chu, chu" +278500 ,,,,,2260020,,,,,,,,,,,,,,,The Komako-chan who used to run away from the old man's deep\nkisses is no longer there. +278600 ,,,,,2260020,,,,,,,,,,,,,,,"In her place is a naughty Komako-chan, entwining her tongue\nand sucking on the lips of the girl she loves." +278700 ,,,,,2260020,,千恵,Chie,207_KC06_c_039.wav,chie,,0,,,,,,,,"Nnnn... nmu... nha, lero... nchuu, muchu" +278800 ,,,,,2260020,,,,,,,,,,,,,,,Chi-chan isn't surprised like she was the first time she had\na tongue-involved kiss. +278900 ,,,,,2260020,,,,,,,,,,,,,,,She's actively entwining her tongue and welcoming Komako-\nchan's tongue into her mouth. +279000 ,,,,,2260020,,コマコ,Komako,207_KC06_k_035.wav,komako,,0,,,,,,,,"Nfuu... chu... nn, Chi-chan's mouth tastes like ramune...\nchu" +279100 ,,,,,2260020,,千恵,Chie,207_KC06_c_040.wav,chie,,0,,,,,,,,"Nmu... Koma-chan's mouth tastes the same. After all, we just\nate it... nchuu▼" +279200 ,,,,,2260020,,コマコ,Komako,207_KC06_k_036.wav,komako,,0,,,,,,,,"Fuu, nn... that's right... chu, chu, chu" +279300 ,,,,,2260020,,,,,,,,,,,,,,,The panties of the two exchanging kisses are so wet that\ntheir color has clearly changed. +279400 ,,,,,2260020,,,,,,,,,,,,,,,"Not just Chi-chan, who's being thoroughly touched, but\nKomako-chan's are also soaked." +279500 ,,,,,2260020,,,,,,,,,,,,,,,"In other words, Komako-chan is that excited about being\nintimate with Chi-chan..." +279600 ,,,,,2260020,,コマコ,Komako,207_KC06_k_037.wav,komako,,0,,,,,,,,"Chu... nn, kissing feels so good... I just want to keep\ndoing it... nn" +279700 ,,,,,2260020,,千恵,Chie,207_KC06_c_041.wav,chie,,0,,,,,,,,"Nku, fuu... if we keep doing it... nnn, I'll get dizzy...\nnmu" +279800 ,,,,,2260020,,,,,,,,,,,,,,,Thinking about that makes my jealous dick even harder. +279900 ,,,,,2260020,,,,,,,,,,,,,,,"Ugh, I shouldn't have an NTR fetish~." +280100 ,,,,,2260030,,コマコ,Komako,207_KC06_k_038.wav,komako,,0,,,,,,,,"Puh, sorry. I sucked a bit too hard." +280200 ,,,,,2260030,,千恵,Chie,207_KC06_c_042.wav,chie,,0,,,,,,,,"No, it's fine. When you kiss me hard, my head gets fuzzy and\nit feels good." +280300 ,,,,,2260030,,コマコ,Komako,207_KC06_k_039.wav,komako,,0,,,,,,,,"Hehe, if you say such cute things, I'll kiss you again." +280400 ,,,,,2260030,,千恵,Chie,207_KC06_c_043.wav,chie,,0,,,,,,,,W-Wait a bit. Just a little longer. +280500 ,,,,,2260030,,コマコ,Komako,207_KC06_k_040.wav,komako,,0,,,,,,,,Got it. +280600 ,,,,,2260030,,,,,,,,,,,,,,,It seems neither of them cares about the old man jerking off\nin frustration. +280700 ,,,,,2260030,,,,,,,,,,,,,,,"Of course, if they found out he was peeping, it would be a\nbig deal." +280800 ,,,,,2260030,,,,,,,,,,,,,,,"Chi-chan and Komako-chan smile at each other with lips\nglistening with saliva from their deep, mature kiss." +280900 ,,,,,2260030,,コマコ,Komako,207_KC06_k_041.wav,komako,,0,,,,,,,,"Instead, I'll touch here a lot~. Tickle, tickle, tickle..." +281000 ,,,,,2260030,,千恵,Chie,207_KC06_c_044.wav,chie,,0,,,,,,,,"Hyafu, nn... ahh, nn... no sudden moves. Payback!" +281100 ,,,,,2260030,,コマコ,Komako,207_KC06_k_042.wav,komako,,0,,,,,,,,"Ahn, nn, Chi-chan, if you do that much, I'll feel really\ngood." +281200 ,,,,,2260030,,千恵,Chie,207_KC06_c_045.wav,chie,,0,,,,,,,,It's okay to feel good. That's why I'm doing it. Urya urya\nurya urya! +281300 ,,,,,2260030,,,,,,,,,,,,,,,Komako-chan and Chi-chan resume teasing each other's pussies\nplayfully. +281400 ,,,,,2260030,,,,,,,,,,,,,,,"Chi-chan's fingers quickly tickle Komako- chan's slit,\nmaking lewd, wet sounds." +281500 ,,,,,2260030,,,,,,,,,,,,,,,"Both of them have flushed cheeks, completely heated up.\nTheir eyes are melting, making erotic faces." +281600 ,,,,,2260030,,,,,,,,,,,,,,,"Not only are they touching each other with their hands, but\ntheir cute butts are also wiggling." +281700 ,,,,,2260030,,コマコ,Komako,207_KC06_k_043.wav,komako,,0,,,,,,,,"Hey, Chi-chan. I want to kiss again. Can I kiss you one more\ntime?" +281800 ,,,,,2260030,,千恵,Chie,207_KC06_c_046.wav,chie,,0,,,,,,,,"Yeah, sure. I want to too. But this time, can I put my\ntongue in?" +281900 ,,,,,2260030,,コマコ,Komako,207_KC06_k_044.wav,komako,,0,,,,,,,,"Yeah, sure." +282100 ,,,,,2260020,,,,,,,,,,,,,,,"Chi-chan kisses Komako-chan's lips, which are slightly open,\nwaiting for Chi-chan's tongue." +282200 ,,,,,2260020,,千恵,Chie,207_KC06_c_047.wav,chie,,0,,,,,,,,"Nchu... lero lero, lero... nn, chu, chupa, lero." +282300 ,,,,,2260020,,,,,,,,,,,,,,,"A deep kiss begins, with the roles reversed from earlier." +282400 ,,,,,2260020,,コマコ,Komako,207_KC06_k_045.wav,komako,,0,,,,,,,,"Nfu, nn... Chi-chan... fumu, nn, mu... you're good..." +282500 ,,,,,2260020,,千恵,Chie,207_KC06_c_048.wav,chie,,0,,,,,,,,"Nn, nn, chu... yeah, because... I wanted Komako-chan to be\nhappy... nchu." +282600 ,,,,,2260020,,コマコ,Komako,207_KC06_k_046.wav,komako,,0,,,,,,,,"Nnnn... I'm happy... more, lick inside deeper... nnnn." +282700 ,,,,,2260020,,千恵,Chie,207_KC06_c_049.wav,chie,,0,,,,,,,,"Yeah, sure... chu, chupa, lero lero lero, chupa, chu." +282800 ,,,,,2260020,,,,,,,,,,,,,,,"Chi-chan's tongue moves like a separate creature, going in\nand out of Komako-chan's lips." +282900 ,,,,,2260020,,,,,,,,,,,,,,,It was like Chi-chan's tongue-cock was violating Komako-\nchan's mouth-pussy. +283000 ,,,,,2260020,,,,,,,,,,,,,,,"An uncontrollable jealousy burns, and that heat goes\nstraight to the dick." +283100 ,,,,,2260020,,,,,,,,,,,,,,,"Ah, the old man wants to kiss Komako-chan too." +283200 ,,,,,2260020,,コマコ,Komako,207_KC06_k_047.wav,komako,,0,,,,,,,,"Nn, nnnn... it feels good... Chi-chan, nnnn." +283300 ,,,,,2260020,,千恵,Chie,207_KC06_c_050.wav,chie,,0,,,,,,,,"Nnn, I'm glad you're happy... nn, chu." +283500 ,,,,,2260030,,,,,,,,,,,,,,,Chi-chan sucks on Komako-chan's lips and then pulls her face\naway. +283600 ,,,,,2260030,,,,,,,,,,,,,,,A bridge of saliva forms between their lips. It sparkles so\nbrightly that it almost brings tears to my eyes. +283700 ,,,,,2260030,,千恵,Chie,207_KC06_c_051.wav,chie,,0,,,,,,,,"Pwah... nn, kissing is fun, isn't it, Komako-chan?" +283800 ,,,,,2260030,,コマコ,Komako,207_KC06_k_048.wav,komako,,0,,,,,,,,"Yeah, it's fun. I'm glad Chi-chan understands the joy of\nkissing." +283900 ,,,,,2260030,,千恵,Chie,207_KC06_c_052.wav,chie,,0,,,,,,,,"Because it feels good. Oh, touching each other like this is\nfun too, right?" +284000 ,,,,,2260030,,コマコ,Komako,207_KC06_k_049.wav,komako,,0,,,,,,,,"Ahh... yeah, it is. It's fun. Let's do it more? Let's feel\neven better?" +284100 ,,,,,2260030,,千恵,Chie,207_KC06_c_053.wav,chie,,0,,,,,,,,"Yeah. Ah, nn... the way you touch me, Komako-chan, feels so\ngood, it feels like my crotch is melting." +284200 ,,,,,2260030,,コマコ,Komako,207_KC06_k_050.wav,komako,,0,,,,,,,,"Yeah, being touched by Chi-chan makes my crotch all melty\ntoo. It feels like I'm melting from the inside." +284300 ,,,,,2260030,,,,,,,,,,,,,,,Their petting grew increasingly heated. +284400 ,,,,,2260030,,,,,,,,,,,,,,,"At first, Chi-chan's fingers were awkward, but with Komako-\nchan's love juices as lubricant, they became more and more\nlewd." +284500 ,,,,,2260030,,,,,,,,,,,,,,,"And Komako-chan, the honor student of sex, used her fingers\nto skillfully and sensually target Chi-chan's sensitive\nspots." +284600 ,,,,,2260030,,千恵,Chie,207_KC06_c_054.wav,chie,,0,,,,,,,,"Ahh, fuaaah, ahh, it feels good, it feels good, Komako-chan!" +284700 ,,,,,2260030,,コマコ,Komako,207_KC06_k_051.wav,komako,,0,,,,,,,,"Me too, me too, it feels good, Chi-chan!" +284900 ,,,,,2260020,,,,,,,,,,,,,,,"Overwhelmed with emotion, they share yet another kiss today.\nThey press their lips together, intertwine their tongues,\nand exchange their feelings of love along with their saliva." +285000 ,,,,,2260020,,千恵,Chie,207_KC06_c_055.wav,chie,,0,,,,,,,,"Nn... I love you, I love you so much... nnnn, Komako-chan, I\nlove you!" +285100 ,,,,,2260020,,コマコ,Komako,207_KC06_k_052.wav,komako,,0,,,,,,,,"Me too... I love you too, Chi-chan. I love you so much..." +285200 ,,,,,2260020,,,,,,,,,,,,,,,"In between kisses, they whisper their love for each other\nand busily move their fingers to pleasure each other's\nvaginas." +285300 ,,,,,2260020,,,,,,,,,,,,,,,There wasn't even the slightest space for the old man to fit\nbetween them. +285400 ,,,,,2260020,,千恵,Chie,207_KC06_c_056.wav,chie,,0,,,,,,,,"Nn... hey, Komako-chan... do you think it would feel even\nbetter if we put a dick in?" +285500 ,,,,,2260020,,,,,,,,,,,,,,,Chi-chan murmured such a thing in between kisses. +285600 ,,,,,2260020,,,,,,,,,,,,,,,Komako-chan's face lit up instantly. +285700 ,,,,,2260020,,コマコ,Komako,207_KC06_k_053.wav,komako,,0,,,,,,,,"What's this, Chi-chan? Do you want to put a dick in?" +285800 ,,,,,2260020,,,,,,,,,,,,,,,"Even though they have quite a lot of sex, there's no use for\na strap-on. They mostly rub their vaginas together or touch\neach other like this." +285900 ,,,,,2260020,,千恵,Chie,207_KC06_c_057.wav,chie,,0,,,,,,,,"Hmm... but, I'm still a little scared. Sorry." +286000 ,,,,,2260020,,コマコ,Komako,207_KC06_k_054.wav,komako,,0,,,,,,,,"No, it's okay. I don't want you to do anything you don't\nlike, so I'll wait until you're not scared anymore." +286100 ,,,,,2260020,,千恵,Chie,207_KC06_c_058.wav,chie,,0,,,,,,,,"Thank you, Komako-chan. Chu." +286200 ,,,,,2260020,,,,,,,,,,,,,,,"As an apology, Chi-chan repeatedly gives Komako-chan light\nkisses on her lips." +286400 ,,,,,2260030,,コマコ,Komako,207_KC06_k_055.wav,komako,,0,,,,,,,,"Nn, thank you. Don't worry, take your time. Right, Chi-chan?" +286500 ,,,,,2260030,,,,,,,,,,,,,,,"Even as she said that, Komako-chan murmured a little\ndisappointedly." +286600 ,,,,,2260030,,コマコ,Komako,207_KC06_k_056.wav,komako,,0,,,,,,,,"But, you can't have a baby without putting a dick in,\nright...?" +286700 ,,,,,2260030,,千恵,Chie,207_KC06_c_059.wav,chie,,0,,,,,,,,"Komako-chan, do you want a baby?" +286800 ,,,,,2260030,,コマコ,Komako,207_KC06_k_057.wav,komako,,0,,,,,,,,"Yeah, because I love you, Chi-chan. I want to get married\nand have a baby too." +286900 ,,,,,2260030,,,,,,,,,,,,,,,Ouch. +287000 ,,,,,2260030,,,,,,,,,,,,,,,That one sentence pierced deeper than anything before. It\nmade me realize once again that Chi-chan is truly the most\nimportant to Komako-chan. +287100 ,,,,,2260030,,,,,,,,,,,,,,,"Moreover, even Chi-chan didn't seem entirely against the\nidea." +287200 ,,,,,2260030,,千恵,Chie,207_KC06_c_060.wav,chie,,0,,,,,,,,"Hmm... I also want to be with Komako-chan forever, and I\nthink Komako-chan's baby would be cute!" +287300 ,,,,,2260030,,コマコ,Komako,207_KC06_k_058.wav,komako,,0,,,,,,,,Really? +287400 ,,,,,2260030,,千恵,Chie,207_KC06_c_061.wav,chie,,0,,,,,,,,"Yeah. But, do you think two girls can have a baby together?" +287500 ,,,,,2260030,,コマコ,Komako,207_KC06_k_059.wav,komako,,0,,,,,,,,Hmm... +287600 ,,,,,2260030,,,,,,,,,,,,,,,Komako-chan fell silent. +287700 ,,,,,2260030,,コマコ,Komako,207_KC06_k_060.wav,komako,,0,,,,,,,,Maybe it's impossible without a dick? I'll look into it a\nbit. +287800 ,,,,,2260030,,千恵,Chie,207_KC06_c_062.wav,chie,,0,,,,,,,,Yeah. +287900 ,,,,,2260030,,コマコ,Komako,207_KC06_k_061.wav,komako,,0,,,,,,,,"So, for now, let's have lots of sex to get used to it, so\nit's okay to put a dick in later, okay?" +288000 ,,,,,2260030,,千恵,Chie,207_KC06_c_063.wav,chie,,0,,,,,,,,"Yeah, got it! It's practice for making a baby. Mmm..." +288100 ,,,,,2260030,,コマコ,Komako,207_KC06_k_062.wav,komako,,0,,,,,,,,"Yeah, that's right, practice... Mmm..." +288200 ,,,,,2260030,,,,,,,,,,,,,,,"Whispering such things to each other, the two of them\ntouched each other's pussies, reaching their climax." +288300 ,,,,,2260030,,,,,,,,,,,,,,,"I watched in a half-daze, and before I knew it, I had\nejaculated." +288400 ,,,,,2260030,,,,,,,,,,,,,,,White semen dirtied my hand. The essence of a baby. +288500 ,,,,,2260030,,,,,,,,,,,,,,,But this won't be of any use. +288600 ,,,,,2260030,,,,,,,,,,,,,,,"Because what Komako-chan wants is not my baby, but Chi-\nchan's baby..." +288700 ,,,,,2260030,,千恵,Chie,207_KC06_c_064.wav,chie,,0,,,,,,,,"Ahhh, Komachan, I love you!" +288800 ,,,,,2260030,,コマコ,Komako,207_KC06_k_063.wav,komako,,0,,,,,,,,"Yeah, I love you too, Chi-chan!" +288900 ,,,,,2260030,,,,,,,,,,,,,,,"The climax while listening to the voices of the two in love\nwas so empty... and yet, it felt good." +289000 ,$event_return,,,,,,,,,,,,,,,,,,, +289100 ,,,0,9000,,,,,,,,,,,,,,,, +289300 ,@208_KC07,,,,,,,,,,,,,,,,,,, +289600 ,,,8,21,,,,,,,,,,,,,,,,A few days after that empty yet pleasurable ejaculation― +289700 ,,,,,,,,,,,,,,,,,,,,The frequency with which Komako-chan paid attention to me\nhad decreased even more. +289800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ko-Komako-chan, can I talk to you for a moment?" +289900 ,,,,,,,コマコ,Komako,208_KC07_k_000.wav,"komakoL,privateB",,3,,,,,,,,"What is it, uncle?" +290000 ,,,,,,,,,,komakoL,,3,,,,,,,,"Even when I mustered the courage to talk to her," +290100 ,,,,,,,千恵,Chie,208_KC07_c_000.wav,komakoL,,3,,,,,,,,"Komachan, come here for a bit! I don't get this at all!" +290200 ,,,,,,,コマコ,Komako,208_KC07_k_001.wav,komakoL,,4,,,,,,,,"Ah, Chi-chan is calling me, so I'll go. See you later,\nuncle." +290300 ,,,,,,,,,,,,,,,,,,,,"As soon as Chi-chan called her, she would immediately rush\nover there. And again, she would ignore me and flirt with\nChi-chan." +290400 ,,,,,,,,,,,,,,,,,,,,"Ugh, now that she's all lovey-dovey with Chi- chan, am I\njust useless to her?" +290500 ,,,,,,,,,,,,,,,,,,,,I don't want that! +290700 ,,,,,,,コマコ,Komako,208_KC07_k_002.wav,,,,,,,,,,,"Um, Chi-chan, you multiply first and then add, okay?" +290800 ,,,,,,,千恵,Chie,208_KC07_c_001.wav,,,,,,,,,,,"Oh, I see. Komachan, you're so smart!" +290900 ,,,,,,,,,,,,,,,,,,,,"But no matter how much I screamed 'I don't want that' in my\nheart, in reality, all I could hear were the friendly voices\nof Chi- chan and Komako-chan." +291100 ,,,,,,,コマコ,Komako,208_KC07_k_003.wav,,,,,,,,,,,"Hehe, since you did your homework properly, Chi-chan, I'll\nmake you feel good as a reward." +291200 ,,,,,,,千恵,Chie,208_KC07_c_002.wav,,,,,,,,,,,"You're just saying that because you want to do something\nnaughty, right, Komachan? Well, I guess it can't be helped.\nLet's do it." +291300 ,,,,,,,,,,,,,,,,,,,,"Once again, I could only watch their naughty antics while\ncrying and relieve myself." +291600 ,,,3,31,,,,,,,,,,,,,,,,"One day, while I was wasting my sorrowful semen like that..." +291700 ,,,,,,,コマコ,Komako,208_KC07_k_004.wav,"komako,private",,7,,,,,,,,"Uncle, can I talk to you for a moment?" +291800 ,,,,,,,,,,komako,,7,,,,,,,,"After everyone left, Komako-chan came to see me." +291900 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,W-What? Wh-wh-wh-what's up? +292000 ,,,,,,,,,,komako,,7,,,,,,,,"I couldn't help but let my voice waver. After all, it had\nbeen so long since Komako-chan talked to me." +292100 ,,,,,,,,,,komako,,7,,,,,,,,"Oh no, I'm even tearing up." +292200 ,,,,,,,コマコ,Komako,208_KC07_k_005.wav,komako,,13,,,,,,,,"Um, I came because I have a favor to ask you." +292300 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"A favor? What is it? If it's something I can do, I'll do\nanything for you!" +292400 ,,,,,,,,,,komako,,13,,,,,,,,I felt like I was on cloud nine. +292500 ,,,,,,,,,,komako,,13,,,,,,,,"There's nothing more delightful than being relied on by\nKomako-chan. Well, I'd be even happier if we could do\nsomething naughty." +292600 ,,,,,,,,,,komako,,13,,,,,,,,"But if it makes Komako-chan happy, I'd do anything, even\nkneel on a hot iron plate!" +292700 ,,,,,,,コマコ,Komako,208_KC07_k_006.wav,komako,,13,,,,,,,,Um... +292800 ,,,,,,,,,,komako,,13,,,,,,,,"Komako-chan blushed a little shyly and fidgeted. I wonder\nwhat it is, could it be something naughty?" +292900 ,,,,,,,,,,komako,,13,,,,,,,,"Oh, maybe Chie-chan finally said it's okay to put it in, and\nshe wants to know a way that doesn't hurt. That seems\npossible." +293000 ,,,,,,,,,,komako,,13,,,,,,,,"...Thinking about it myself made me depressed, I want to\ndie." +293100 ,,,,,,,,,,komako,,13,,,,,,,,"While I was getting all worked up on my own, Komako-chan\nseemed to have made up her mind, and she looked straight at\nme." +293200 ,,,,,,,コマコ,Komako,208_KC07_k_007.wav,"komakoL,private",,16,,,,,,,,"Um, I want to lick your dick with my mouth." +293300 ,,,,,,,主人公,Kiyoshi,,komakoL,,16,,,,,,,,Huh? Wh-what did you say? +293400 ,,,,,,,,,,komakoL,,16,,,,,,,,I couldn't help but doubt my ears. I feel like I just heard\nsomething unbelievable. +293500 ,,,,,,,コマコ,Komako,208_KC07_k_008.wav,komako,,11,,,,,,,,"I said, can I lick your dick?" +293600 ,,,,,,,主人公,Kiyoshi,,komako,,11,,,,,,,,Huh? Huh? +293700 ,,,,,,,,,,komako,,11,,,,,,,,"No good, even hearing it again, I can't comprehend it.\nBecause 'that' Komako-chan is saying she wants to lick my\ncock." +293800 ,,,,,,,,,,komako,,11,,,,,,,,"As I stood there dumbfounded, Komako-chan stomped her foot\nimpatiently." +293900 ,,,,,,,コマコ,Komako,208_KC07_k_009.wav,komako,,26,,,,,,,,"Your white slippery stuff... it's called semen, right? I\nwant that." +294000 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,"Ah, I see, you want semen, so you want to lick my dick.\n...Wait, what!?" +294100 ,,,,,,,,,,komako,,26,,,,,,,,My confusion only deepened. +294200 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,"Wh-why? Komako-chan, you didn't seem to like slippery stuff\nthat much, right? Why? What happened?" +294300 ,,,,,,,,,,komako,,26,,,,,,,,"As I pressed her for answers, Komako-chan answered\nnonchalantly." +294400 ,,,,,,,コマコ,Komako,208_KC07_k_010.wav,komako,,6,,,,,,,,"Well, I studied, and to make a baby, you need a man's white\nslippery stuff." +294500 ,,,,,,,主人公,Kiyoshi,,komako,,6,,,,,,,,Y-yeah. +294600 ,,,,,,,コマコ,Komako,208_KC07_k_011.wav,komako,,31,,,,,,,,"The sperm in it is the essence of a baby, right? But Chie-\nchan and I can't produce that." +294700 ,,,,,,,,,,komako,,31,,,,,,,,I started to get a bad feeling about this. +294800 ,,,,,,,コマコ,Komako,208_KC07_k_012.wav,komako,,13,,,,,,,,"So, give me your sperm, uncle♪" +294900 ,,,,,,,,,,komako,,13,,,,,,,,My bad feeling came true! +295000 ,,,,,,,,,,komako,,13,,,,,,,,"Even if she asks so cutely, that means she wants me to be a\nstud, right?" +295100 ,,,,,,,,,,komako,,13,,,,,,,,"No, being a stud would be fine, because I could mate with\nKomako-chan. That means I could have sex." +295200 ,,,,,,,,,,komako,,13,,,,,,,,But asking me to do it in her mouth... that's like treating\nme as a living sperm bank! +295300 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,N-no way! +295400 ,,,,,,,コマコ,Komako,208_KC07_k_013.wav,komako,,4,,,,,,,,Huh!? +295500 ,,,,,,,,,,komako,,4,,,,,,,,"Komako-chan looked really surprised, as if she didn't expect\nme to refuse." +295600 ,,,,,,,コマコ,Komako,208_KC07_k_014.wav,komako,,14,,,,,,,,Why? How come? +295700 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"Why, you ask... it's just that there's no love in it... it's\nlike I'm just a tool for you and Chie-chan to make a baby..." +295800 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan looked at me with cold eyes as I mumbled\nexcuses. +295900 ,,,,,,,コマコ,Komako,208_KC07_k_015.wav,komako,,10,,,,,,,,"Uncle, you said before that you were my masturbation tool,\nright? Was that a lie? Did you lie again?" +296000 ,,,,,,,主人公,Kiyoshi,,komako,,10,,,,,,,,"Ugh, th-that was..." +296100 ,,,,,,,,,,komako,,10,,,,,,,,"Stupid, stupid me. Why did I say something like that?" +296200 ,,,,,,,コマコ,Komako,208_KC07_k_016.wav,komako,,8,,,,,,,,"And you said you'd do anything I asked, right? Was that a\nlie too?" +296300 ,,,,,,,主人公,Kiyoshi,,komako,,8,,,,,,,,Ughhh... +296400 ,,,,,,,,,,komako,,8,,,,,,,,"When she accuses me so directly, I have no words to respond." +296500 ,,,,,,,コマコ,Komako,208_KC07_k_017.wav,komako,,27,,,,,,,,I see. Then I won't ask the lying uncle anymore. +296600 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,"What? Then, what will you do?" +296700 ,,,,,,,コマコ,Komako,208_KC07_k_018.wav,komako,,7,,,,,,,,"I'll look for someone who'll give me semen on the internet.\nThere are forums where you can ask, so if I post there, I'll\nfind someone, right?" +296800 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,Ehhhhhh! +296900 ,,,,,,,,,,komako,,7,,,,,,,,"No way, even Komako-chan, who's a pure local like Chie-chan,\nis getting involved in the dark side of the internet...\nunlike the city girl Tenka-chan." +297000 ,,,,,,,,,,komako,,7,,,,,,,,"Well, I mean, Komako-chan has always been precocious, and\nnow they teach about the internet at school, so maybe she\nlearned about those things while researching how babies are\nmade." +297100 ,,,,,,,,,,komako,,7,,,,,,,,"No, that's not the point!" +297200 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,No! That's absolutely not okay! +297300 ,,,,,,,,,,komako,,7,,,,,,,,I can't allow Komako-chan to receive a stranger's semen in\nher mouth! +297400 ,,,,,,,,,,komako,,7,,,,,,,,"Impossible! I can barely tolerate her doing it with Chie-\nchan, but other guys are a no- go! I can't stand it, it's\ntoo much!" +297500 ,,,,,,,コマコ,Komako,208_KC07_k_019.wav,komako,,23,,,,,,,,"Then, will you give me your semen, Uncle?" +297600 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Ugh... f-fine. Okay, I'll give you my semen, Komako-chan." +297700 ,,,,,,,,,,komako,,23,,,,,,,,"When she says something like that, I have no choice but to\nagree..." +297800 ,,,,,,,コマコ,Komako,208_KC07_k_020.wav,komako,,1,,,,,,,,"Thank you, Uncle." +297900 ,,,,,,,,,,komako,,1,,,,,,,,"Honestly, I felt like crying, but Komako- chan's cute smile\nmade my heart skip a beat." +298000 ,,,,,,,,,,komako,,1,,,,,,,,"Ah, after all, I really love Komako-chan." +298100 ,,,,,,,,,,komako,,1,,,,,,,,"Even after all this, just seeing Komako-chan smile makes me\nhappy." +298200 ,,,,,,,コマコ,Komako,208_KC07_k_021.wav,komako,,20,,,,,,,,"Then, take out your penis." +298300 ,,,,,,,,,,komako,,20,,,,,,,,"With incredibly mixed feelings, I was prompted by Komako-\nchan and ended up taking out my erect cock from my pants." +298500 ,,,10,,2270000,,,,,,,,,,,,,,, +298600 ,*mem,,,,2270000,,,,,,,,,,,,,,, +298700 ,,,10,,2270000,,コマコ,Komako,208_KC07_k_022.wav,komako,,0,,,,,,,,"Hehe, it's already this big. Uncle's penis is all ready." +298800 ,,,,,2270000,,,,,,,,,,,,,,,Komako-chan happily grasped my enlarged cock. +298900 ,,,,,2270000,,,,,,,,,,,,,,,I don't think Komako-chan has ever touched my cock with such\njoy before. +299000 ,,,,,2270000,,,,,,,,,,,,,,,"The first time, she seemed curious, but not as excited and\nthrilled as she is now." +299100 ,,,,,2270000,,コマコ,Komako,208_KC07_k_023.wav,komako,,0,,,,,,,,"Um, was it better if I squeezed a little tighter to make it\nfeel good?" +299200 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, you remember well, good job, good job." +299300 ,,,,,2270000,,,,,,,,,,,,,,,"Just like when she gave me a handjob with her panties on,\nKomako-chan squeezed my cock with a firm grip." +299400 ,,,,,2270000,,,,,,,,,,,,,,,It seemed like she was trying to find just the right amount\nof pressure. +299500 ,,,,,2270000,,,,,,,,,,,,,,,"But even just that squeezing felt so good, and my cock,\nhonest to its desires, twitched in response." +299600 ,,,,,2270000,,コマコ,Komako,208_KC07_k_024.wav,komako,,0,,,,,,,,"Ah, Uncle's cock twitched. Hehe, I guess I got it right." +299700 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, Komako-chan's hands feel really good." +299800 ,,,,,2270000,,コマコ,Komako,208_KC07_k_025.wav,komako,,0,,,,,,,,"When a cock feels good, it wags like a dog's tail, so it's\neasy to understand, isn't it?" +299900 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, that's right." +300000 ,,,,,2270000,,,,,,,,,,,,,,,"As she spoke, Komako-chan began to stroke my cock." +300100 ,,,,,2270000,,,,,,,,,,,,,,,"Enjoying the slow touch on my cock, Komako- chan's soft\nhands moved up and down." +300200 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Nn... Komako-chan, it feels good... When you stroke it like\nthat, Uncle's cock tingles." +300300 ,,,,,2270000,,コマコ,Komako,208_KC07_k_026.wav,komako,,0,,,,,,,,It seems so. Uncle's cock keeps twitching. Am I good at\nthis? +300400 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... you're really good. It doesn't feel like it's been\na while since you stroked a cock. +300500 ,,,,,2270000,,コマコ,Komako,208_KC07_k_027.wav,komako,,0,,,,,,,,"Well, I practiced at home. I have to get Uncle's semen\nproperly, right?" +300600 ,,,,,2270000,,,,,,,,,,,,,,,"Huh? P-practiced at home? Could it be with her dad's... no,\nthat can't be." +300700 ,,,,,2270000,,コマコ,Komako,208_KC07_k_028.wav,komako,,0,,,,,,,,I practiced stroking and licking a banana. I'll show you the\nresults of my licking practice later. +300800 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... I'm looking forward to it. +300900 ,,,,,2270000,,,,,,,,,,,,,,,"A banana, huh... I felt a bit let down, but thinking about\nKomako-chan practicing fellatio with a banana is kind of\nerotic..." +301000 ,,,,,2270000,,,,,,,,,,,,,,,"I mean, the fact that she's practicing fellatio just to make\nme ejaculate is so erotic and exciting." +301100 ,,,,,2270000,,,,,,,,,,,,,,,"Thinking that it's to squeeze out semen for Chie-chan, I\ncan't just be happy about it... What should I do?" +301200 ,,,,,2270000,,コマコ,Komako,208_KC07_k_029.wav,komako,,0,,,,,,,,"Hehe, I'll pet your little tail a lot, so get excited and\nsquirt out your semen, okay?" +301300 ,,,,,2270000,,,,,,,,,,,,,,,"Komako-chan, unaware of my inner turmoil, is glancing up at\nme while stroking my cock." +301400 ,,,,,2270000,,,,,,,,,,,,,,,"Komako-chan's hands are smooth, soft, and warm, and just\nbeing touched by them feels good." +301500 ,,,,,2270000,,,,,,,,,,,,,,,"On top of that, being told such cute things is irresistible." +301600 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Komako-chan, it's good. Both the petting and the\nstroking feel amazing!" +301700 ,,,,,2270000,,コマコ,Komako,208_KC07_k_030.wav,komako,,0,,,,,,,,"Yeah, Uncle's little tail likes it when I pet the tip with\nmy fingers while rubbing the bottom, right?" +301800 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I love it. Pet it more. Pamper Uncle's little tail\nmore." +301900 ,,,,,2270000,,,,,,,,,,,,,,,"As she rubbed the shaft while gently stroking the tip with\nher thumb, pleasure overcame my inner conflict." +302000 ,,,,,2270000,,,,,,,,,,,,,,,Komako-chan is watching this uncle with amusement. +302100 ,,,,,2270000,,,,,,,,,,,,,,,The way she looks at me like a toy sends a shiver of\npleasure down my spine. I didn't think I was a masochist. +302200 ,,,,,2270000,,コマコ,Komako,208_KC07_k_031.wav,komako,,0,,,,,,,,"Uncle, you like this too, right? When I tickle this little\ndent here?" +302300 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I love it. I really love it. Touch there a lot too,\nKomako-chan." +302400 ,,,,,2270000,,コマコ,Komako,208_KC07_k_032.wav,komako,,0,,,,,,,,"Yeah, okay. I'll pamper you a lot. Enjoy it." +302500 ,,,,,2270000,,,,,,,,,,,,,,,Komako-chan starts tickling the groove of the glans with her\nfingertips. The stimulation of the sensitive area sent an\nelectric-like sensation throughout my cock. +302700 ,,,,,2270010,,,,,,,,,,,,,,,The overflowing pleasure oozed out as precum from the\nurethra. +302800 ,,,,,2270010,,,,,,,,,,,,,,,"Seeing that, Komako-chan smiled broadly." +302900 ,,,,,2270010,,コマコ,Komako,208_KC07_k_033.wav,komako,,0,,,,,,,,"Ah, it's the clear slippery stuff! This is called precum,\nright? I know. It has sperm in it too, right?" +303000 ,,,,,2270010,,,,,,,,,,,,,,,Komako-chan excitedly cheered at the sight of the precum. +303100 ,,,,,2270010,,,,,,,,,,,,,,,"I mean, she really studied a lot... It's just like diligent\nKomako-chan." +303200 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's right. But there's only a little bit of sperm\nin this..." +303300 ,,,,,2270010,,コマコ,Komako,208_KC07_k_034.wav,komako,,0,,,,,,,,"I see. Then, we need to make sure you release a lot of the\nreal stuff." +303400 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... I'll do my best to release a lot... +303500 ,,,,,2270010,,,,,,,,,,,,,,,"Remembering that I'm being treated like a stud... no, a\nsperm tank, made me feel a bit down." +303600 ,,,,,2270010,,,,,,,,,,,,,,,"But, as soon as Komako-chan started playing with the urethra\nwith her fingers, scooping up the precum, I couldn't help\nbut feel it." +303700 ,,,,,2270010,,,,,,,,,,,,,,,"Despite my mood, my cock showed no signs of wilting." +303800 ,,,,,2270010,,コマコ,Komako,208_KC07_k_035.wav,komako,,0,,,,,,,,"Hehe, release a lot, Mr. Semen. Let's do our best, Mr. Cock." +303900 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... +304000 ,,,,,2270010,,,,,,,,,,,,,,,Komako-chan started spreading the precum she scooped up onto\nthe groove of the glans. +304100 ,,,,,2270010,,,,,,,,,,,,,,,"Even though it's already sensitive, being rubbed with her\nslippery fingers made my cock react intensely." +304200 ,,,,,2270010,,,,,,,,,,,,,,,More and more precum overflowed. It dripped down without\nKomako-chan even needing to scoop it. +304300 ,,,,,2270010,,コマコ,Komako,208_KC07_k_036.wav,komako,,0,,,,,,,,"Wow, wow, so much is coming out. It's dripping all the way\ndown... It's amazing how much there is." +304400 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,It's because Komako-chan's hands feel so good. That's why so\nmuch is coming out. +304500 ,,,,,2270010,,,,,,,,,,,,,,,"Even though I don't want to release it, being rubbed on the\nglans and stroked with her tightly wrapped fingers makes it\nimpossible." +304600 ,,,,,2270010,,,,,,,,,,,,,,,"Unlike pee, I can't hold back the precum. It just overflows\nlike I'm wetting myself." +304700 ,,,,,2270010,,,,,,,,,,,,,,,Why can't I hold back precum even though it's called that?\nStupid cock! +304800 ,,,,,2270010,,コマコ,Komako,208_KC07_k_037.wav,komako,,0,,,,,,,,"For your cock to release so much precum, it's such a smart\nand good boy. I'll give it a pat." +304900 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, if you pat the tip now, even more will come out!" +305000 ,,,,,2270010,,コマコ,Komako,208_KC07_k_038.wav,komako,,0,,,,,,,,"It's okay, release a lot. Because when it feels good, more\nsemen comes out, right?" +305100 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah... The more it feels good, the more semen comes out.\nUgh..." +305200 ,,,,,2270010,,コマコ,Komako,208_KC07_k_039.wav,komako,,0,,,,,,,,"Then, I'll give you lots of pats, rubs, and strokes, so\nlet's make a lot of semen come out▼" +305300 ,,,,,2270010,,,,,,,,,,,,,,,"Ah, I can even see the heart mark that Komako-chan would\nnever have used before." +305400 ,,,,,2270010,,,,,,,,,,,,,,,"I always forced her into doing naughty things, so she\ndisliked it... but today, Komako-chan is very proactive." +305500 ,,,,,2270010,,,,,,,,,,,,,,,"This Komako-chan is so naughty and cute, just watching her\nmakes me excited." +305600 ,,,,,2270010,,コマコ,Komako,208_KC07_k_040.wav,komako,,0,,,,,,,,"Okay, I'll pat the tip. It's so slippery with all the\nprecum, my fingers are sliding." +305700 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Komako-chan, that's good. Having the tip rubbed like\nthat feels amazing." +305800 ,,,,,2270010,,コマコ,Komako,208_KC07_k_041.wav,komako,,0,,,,,,,,Now I'll try stroking your cock with my slippery hands. +305900 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,"Ahh, that's good too. Being stroked with slippery hands\nfeels incredible." +306000 ,,,,,2270010,,コマコ,Komako,208_KC07_k_042.wav,komako,,0,,,,,,,,It's twitching. So interesting. I wonder what will happen if\nI tickle the part that's dented now? +306100 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,"Uwaaah, it's amazing, my cock is tingling, it's like\nelectricity is running through it, it's so hot!" +306200 ,,,,,2270010,,,,,,,,,,,,,,,"Just watching Komako-chan, who is so erotic that I might get\na nosebleed, touch and play with my cock feels so good." +306300 ,,,,,2270010,,,,,,,,,,,,,,,"At this point, trying to hold back is impossible." +306400 ,,,,,2270010,,,,,,,,,,,,,,,"I don't care if I'm a stud or a semen tank, I just want\nKomako-chan to make my cock feel even better." +306500 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,Ko-Komako-chan... just your hands are frustrating. Can you\nuse your mouth soon? +306600 ,,,,,2270010,,,,,,,,,,,,,,,"Even knowing it's a one-way ticket to hell, I couldn't help\nbut ask." +306700 ,,,,,2270010,,,,,,,,,,,,,,,Komako-chan nods with a mischievous and cute smile like a\nlittle devil. +306800 ,,,,,2270010,,コマコ,Komako,208_KC07_k_043.wav,komako,,0,,,,,,,,"Okay, sure. Then I'll do it with my mouth a lot. Hehe, more\nwill come out with my mouth than with my hands... hap." +307000 ,,,,,2270020,,,,,,,,,,,,,,,Komako-chan opened her mouth wide and took my cock in. +307100 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,Hafun. +307200 ,,,,,2270020,,,,,,,,,,,,,,,"At that moment, a strange breath escaped from my nose.\nThat's how good it felt." +307300 ,,,,,2270020,,,,,,,,,,,,,,,It's different from inside a pussy; it's hot and slippery\ninside her mouth. My glans is gently enveloped. +307400 ,,,,,2270020,,コマコ,Komako,208_KC07_k_044.wav,komako,,0,,,,,,,,"Nmpf... if I do it slowly, does it feel good? Tell me." +307500 ,,,,,2270020,,,,,,,,,,,,,,,"With my cock in her mouth, Komako-chan mumbles and asks." +307600 ,,,,,2270020,,,,,,,,,,,,,,,"Honestly, just having her talk with it in her mouth sends\nvibrations through my cock, and it feels good..." +307700 ,,,,,2270020,,,,,,,,,,,,,,,"But, well, it's not enough to make me cum, and I don't want\nher to dislike me, so I answer honestly." +307800 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Um, like you did with your hands earlier, I'd be happy if\nyou licked the tip and the indented parts." +307900 ,,,,,2270020,,コマコ,Komako,208_KC07_k_045.wav,komako,,0,,,,,,,,"Wahaha... nngh, chumu, lero, lero lero, chu, nngh." +308000 ,,,,,2270020,,,,,,,,,,,,,,,"As soon as I tell her, Komako-chan starts doing it." +308100 ,,,,,2270020,,,,,,,,,,,,,,,"She holds the base with her fingers and swirls her tongue\naround, licking the glans." +308200 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, y-yeah, you're good. Like licking an ice cream, keep\nlicking..." +308300 ,,,,,2270020,,コマコ,Komako,208_KC07_k_046.wav,komako,,0,,,,,,,,"Oh? Amu, lero, peropero, lerooo, leron, chu." +308400 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah... Komako-chan, you're really good, it feels\ngreat!" +308500 ,,,,,2270020,,,,,,,,,,,,,,,"Komako-chan's tongue moves slickly, stimulating the entire\nglans." +308600 ,,,,,2270020,,,,,,,,,,,,,,,The sensation of having the tense tip licked by her hot and\nslippery tongue almost makes me stand on my toes. +308700 ,,,,,2270020,,,,,,,,,,,,,,,My cock is twitching and thrashing inside Komako-chan's\nmouth. +308900 ,,,,,2270030,,コマコ,Komako,208_KC07_k_047.wav,komako,,0,,,,,,,,"Puhah... your cock is a bit too wild, mister." +309000 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,S-sorry. +309100 ,,,,,2270030,,,,,,,,,,,,,,,"Komako-chan momentarily pulls her mouth away. Her fingers\nare still entwined, lightly stroking." +309200 ,,,,,2270030,,,,,,,,,,,,,,,"It feels like I'm being teased, making my cock even more\nsensitive." +309300 ,,,,,2270030,,コマコ,Komako,208_KC07_k_048.wav,komako,,0,,,,,,,,And... it tastes a bit strange. +309400 ,,,,,2270030,,,,,,,,,,,,,,,"Komako-chan sticks out her tongue with a curious expression.\nShe doesn't look disgusted, but she seems a bit puzzled." +309500 ,,,,,2270030,,コマコ,Komako,208_KC07_k_049.wav,komako,,0,,,,,,,,"It's more bitter, or salty... Is this the taste of pee?\nMister, are you washing your cock properly?" +309600 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,"I-I wash it properly every day! Well, it's before my bath,\nand I did sweat a lot today..." +309700 ,,,,,2270030,,,,,,,,,,,,,,,"But I make sure to wash thoroughly in the bath every day,\njust in case I get intimate with Komako-chan." +309800 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, that's the taste of precum. Is it that weird? Is it bad?" +309900 ,,,,,2270030,,,,,,,,,,,,,,,"When I said that, Komako-chan blinked a few times but seemed\nto understand." +310000 ,,,,,2270030,,コマコ,Komako,208_KC07_k_050.wav,komako,,0,,,,,,,,"I see. Your cock was covered in precum, wasn't it? So that's\nthe taste of precum." +310100 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,"Well, semen tastes like a stronger version of that..." +310200 ,,,,,2270030,,,,,,,,,,,,,,,What if she says it's bad and stops giving me blowjobs? +310300 ,,,,,2270030,,,,,,,,,,,,,,,"If she tells me to just jerk off and finish myself, I'd\ndefinitely cry." +310400 ,,,,,2270030,,コマコ,Komako,208_KC07_k_051.wav,komako,,0,,,,,,,,"I see. It's a bit bitter and salty, a strange taste, but\nit's not bad. I think I'll get used to it." +310500 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,That's a relief. +310600 ,,,,,2270030,,コマコ,Komako,208_KC07_k_052.wav,komako,,0,,,,,,,,"Okay, I'll continue then." +310800 ,,,,,2270020,,,,,,,,,,,,,,,"Saying that, Komako-chan once again took my cock into her\nsmall mouth." +310900 ,,,,,2270020,,コマコ,Komako,208_KC07_k_053.wav,komako,,0,,,,,,,,"Hyaa, hyappimi hainifune" +311000 ,,,,,2270020,,,,,,,,,,,,,,,Is she saying she'll do it like before? I just nodded my\nhead up and down. +311100 ,,,,,2270020,,コマコ,Komako,208_KC07_k_054.wav,komako,,0,,,,,,,,"Amu... n... lerooo... lero lero, leroo, peropero" +311200 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Fuh, y-yeah, it's good, Komako-chan, really good!" +311300 ,,,,,2270020,,,,,,,,,,,,,,,"Her tongue movements, which were hesitant before, have\nbecome more confident." +311400 ,,,,,2270020,,,,,,,,,,,,,,,"With the help of saliva and precum as dual lubricants,\nKomako-chan's tongue slides around the tip of my cock." +311500 ,,,,,2270020,,,,,,,,,,,,,,,"The only regret is that Komako-chan's mouth is small, so it\nonly fits up to the tip." +311600 ,,,,,2270020,,コマコ,Komako,208_KC07_k_055.wav,komako,,0,,,,,,,,"Oji-san... it feels good, right... leroo, lero lero..." +311700 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Komako-chan, there... if you do that, my cock will go\nwild!" +311800 ,,,,,2270020,,,,,,,,,,,,,,,"The sensitive groove of the glans. It's the most nerve-\nconcentrated part of the cock, and Komako-chan's tongue is\nteasing it." +311900 ,,,,,2270020,,,,,,,,,,,,,,,It feels like my cock is already tingling. +312000 ,,,,,2270020,,,,,,,,,,,,,,,It's become so sensitive that even the precum oozing out\nfeels good. +312100 ,,,,,2270020,,コマコ,Komako,208_KC07_k_056.wav,komako,,0,,,,,,,,"Nmm... chu, leroo... lero lero... nngh, does it feel\ngood...?" +312200 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, it feels good... my cock is all slippery with\nKomako-chan's saliva..." +312300 ,,,,,2270020,,コマコ,Komako,208_KC07_k_057.wav,komako,,0,,,,,,,,"Nngh... leroo... chu, nngh, leroo, lero lero, leroon" +312400 ,,,,,2270020,,,,,,,,,,,,,,,"In response to my words, Komako-chan spreads more saliva\nover the tip with her tongue." +312500 ,,,,,2270020,,,,,,,,,,,,,,,"The saliva overflowing from Komako-chan's mouth trickles\ndown the shaft, sending shivers through me." +312600 ,,,,,2270020,,,,,,,,,,,,,,,"Just being held there makes me feel desperate, and I end up\nbegging." +312700 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Please, Komako-chan, move your hand too and stroke it..." +312800 ,,,,,2270020,,コマコ,Komako,208_KC07_k_058.wav,komako,,0,,,,,,,,"Wahaha... nngh... leroo, lero lero, leroon, pero~" +312900 ,,,,,2270020,,,,,,,,,,,,,,,"Today, Komako-chan is very gentle and listens to my selfish\nrequests, moving her hand right away." +313000 ,,,,,2270020,,,,,,,,,,,,,,,"Her hand, slippery with saliva and precum, strokes the shaft\nwith a squishy sound." +313100 ,,,,,2270020,,,,,,,,,,,,,,,"It feels so good that it wouldn't be surprising if I came\nright away. Yet, I can't." +313300 ,,,,,2270030,,コマコ,Komako,208_KC07_k_059.wav,komako,,0,,,,,,,,Puhah... hmm...? +313400 ,,,,,2270030,,,,,,,,,,,,,,,"Komako-chan seems puzzled too, as she pulls away and tilts\nher head." +313500 ,,,,,2270030,,コマコ,Komako,208_KC07_k_060.wav,komako,,0,,,,,,,,"I've been licking a lot, but no semen is coming out yet...\ndoesn't it feel good?" +313600 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,"N-No, that's not it! Komako-chan's mouth feels amazing!" +313700 ,,,,,2270030,,コマコ,Komako,208_KC07_k_061.wav,komako,,0,,,,,,,,"Then, why isn't any semen coming out...?" +313800 ,,,,,2270030,,,,,,,,,,,,,,,"It's probably because, deep down, I don't want to ejaculate\nfor Komako-chan and Chie- chan." +313900 ,,,,,2270030,,,,,,,,,,,,,,,"But if I say that, Komako-chan will definitely hate me." +314000 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, um... maybe if you sucked a bit harder, it might come\nout..." +314100 ,,,,,2270030,,,,,,,,,,,,,,,"So, I have to think of a way to ejaculate somehow." +314200 ,,,,,2270030,,,,,,,,,,,,,,,"Yes, if the current stimulation isn't enough, I'll just have\nto ask for stronger stimulation." +314300 ,,,,,2270030,,コマコ,Komako,208_KC07_k_062.wav,komako,,0,,,,,,,,Stronger? You mean suck with my mouth? +314400 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. Um... you know the ice in the bottle? +314500 ,,,,,2270030,,コマコ,Komako,208_KC07_k_063.wav,komako,,0,,,,,,,,Yeah. You really have to suck hard to get it out. +314600 ,,,,,2270030,,,,,,,,,,,,,,,"Exactly. Especially when it's not very melted, you have to\nbite and push it out to eat it... but that's not the point\nright now." +314700 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,"If you suck the tip of my cock like when you're eating that\nice, while stroking it... I think it'll come out." +314800 ,,,,,2270030,,コマコ,Komako,208_KC07_k_064.wav,komako,,0,,,,,,,,"Okay, got it. I'll try a bit harder then." +314900 ,,,,,2270030,,,,,,,,,,,,,,,Komako-chan nodded and slowly brought her lips closer to my\ncock with a serious expression. +315100 ,,,,,2270040,,コマコ,Komako,208_KC07_k_065.wav,komako,,0,,,,,,,,"Nmm... chuururururu... nn, nnnnn~" +315200 ,,,,,2270040,,,,,,,,,,,,,,,"And the moment she took it in her mouth, she sucked hard." +315300 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,Whoa! +315400 ,,,,,2270040,,,,,,,,,,,,,,,The intense suction made my hips jerk involuntarily. +315500 ,,,,,2270040,,コマコ,Komako,208_KC07_k_066.wav,komako,,0,,,,,,,,Npuu!? +315600 ,,,,,2270040,,,,,,,,,,,,,,,"I accidentally hit the back of Komako-chan's throat, but she\ndidn't let go of my cock." +315700 ,,,,,2270040,,,,,,,,,,,,,,,"Instead, she looked happy and sucked even harder on my cock." +315800 ,,,,,2270040,,コマコ,Komako,208_KC07_k_067.wav,komako,,0,,,,,,,,"Nn... npu, nnnn, churu, chupa, nmu~" +315900 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Komako-chan, you're amazing. It feels like you're going\nto take my whole cock." +316000 ,,,,,2270040,,コマコ,Komako,208_KC07_k_068.wav,komako,,0,,,,,,,,"Chururu, nn, chumu, u, nn, more, from here... give me\nlots... churururu" +316100 ,,,,,2270040,,,,,,,,,,,,,,,"She wasn't just sucking. She firmly grasped the shaft, now\nslippery with saliva, and stroked it." +316200 ,,,,,2270040,,,,,,,,,,,,,,,The double stimulation made my cock feel like it was burning\nhot. It felt like it was melting. +316300 ,,,,,2270040,,コマコ,Komako,208_KC07_k_069.wav,komako,,0,,,,,,,,"Chumu, chururu, chu, chu, chu~" +316400 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, it feels so good... my cock, it's amazing... I feel\nlike I'm going crazy." +316500 ,,,,,2270040,,コマコ,Komako,208_KC07_k_070.wav,komako,,0,,,,,,,,"Nnpuu, if you do that, quickly... give it to me... chu,\nchururu, I want your semen... chururu" +316600 ,,,,,2270040,,,,,,,,,,,,,,,Komako-chan begged without even taking her mouth off my\ncock. +316700 ,,,,,2270040,,,,,,,,,,,,,,,"It's erotic, cute, and irresistible. Yet, I'm still holding\nback." +316800 ,,,,,2270040,,,,,,,,,,,,,,,"I have to let go, I have to release. Otherwise, Komako-chan\nwill leave me." +316900 ,,,,,2270040,,コマコ,Komako,208_KC07_k_071.wav,komako,,0,,,,,,,,"If I do it like this, is it good? ...Hapu, chururu, if I do\nit like this, will the semen come out... nn, chu" +317000 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, not just sucking, try moving your head too... use both\nyour mouth and hands to stroke my cock." +317100 ,,,,,2270040,,コマコ,Komako,208_KC07_k_072.wav,komako,,0,,,,,,,,"Wahaha... how? Is this good? Churu, chupaa, chupaa, chupu,\nnmu, juru~" +317200 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Uaaah, that's dangerous, that's really dangerous. My cock is\nreally melting, it's going to melt!" +317300 ,,,,,2270040,,,,,,,,,,,,,,,Komako-chan was sucking my cock so strongly that the head\nwas stuck to her upper palate and tongue. +317400 ,,,,,2270040,,,,,,,,,,,,,,,"As Komako-chan vigorously bobbed her head, my cock rubbed\ninside her mouth like a vacuum, awakening an intense\npleasure that was almost painful." +317500 ,,,,,2270040,,コマコ,Komako,208_KC07_k_073.wav,komako,,0,,,,,,,,"Npu, chururu, chu, chu, chu~" +317600 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Aaaah, it's bad, I'm going to cum, Komako- chan, I'm going\nto cum soon!" +317700 ,,,,,2270040,,コマコ,Komako,208_KC07_k_074.wav,komako,,0,,,,,,,,"Nn!! Chuu, chururu, chupachupa, rerooo, chupaa" +317800 ,,,,,2270040,,,,,,,,,,,,,,,The brakes had completely failed by now. +317900 ,,,,,2270040,,,,,,,,,,,,,,,"When I told her I was close to my limit, Komako-chan's eyes\nsparkled brightly, and she shook her head even more\nvigorously." +318000 ,,,,,2270040,,,,,,,,,,,,,,,"Not only that, she combined it with her initial technique of\nswirling her tongue for a combo attack." +318100 ,,,,,2270040,,,,,,,,,,,,,,,"There's no man who could withstand that. It's absolutely\nimpossible. Ah, geez." +318200 ,,,,,2270040,,,,,,,,,,,,,,,I'm going to cum!! +318300 ,,,,,2270040,,,,,,,,,,,,,,,"The moment I thought that, I――" +318400 ,$menu_begin,,,,2270040,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Release in her mouth,sel_1a",,,,2270040,,,,,,,,,,,,,,,■@ Cum in her mouth +↓,"$menu_item 1,Pulled out instinctively,sel_1b",,,,2270040,,,,,,,,,,,,,,,■A Pull out instinctively +↓,$menu_end,,,,2270040,,,,,,,,,,,,,,, +318500 ,*sel_1a,,,,2270040,,,,,,,,,,,,,,,■@ Cum in her mouth +318600 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, I'm going to cum!" +318700 ,,,,,2270040,,,,,,,,,,,,,,,I ejaculated hard while still inside Komako- chan's mouth. +318900 ,,,,,2270050,,,,,,,,,,,,,,,Byukubyukubyukubyukubyukuuu!! +319000 ,,,,,2270050,,コマコ,Komako,208_KC07_k_075.wav,komako,,0,,,,,,,,Nn!? +319100 ,,,,,2270050,,,,,,,,,,,,,,,Komako-chan's eyes widened in shock as she was hit with a\ndirect spray of semen down her throat. +319200 ,,,,,2270050,,,,,,,,,,,,,,,Byukubyukubyukubyuku!! +319300 ,,,,,2270050,,,,,,,,,,,,,,,"But ignoring Komako-chan's confusion, my unruly cock\ncontinued to ejaculate vigorously." +319400 ,,,,,2270050,,コマコ,Komako,208_KC07_k_076.wav,komako,,0,,,,,,,,Nnnkuu... gulp +319500 ,,,,,2270050,,,,,,,,,,,,,,,"Komako-chan's throat moved with a gulp. Her mouth was filled\nwith semen, and she ended up swallowing it." +319600 ,,,,,2270050,,,,,,,,,,,,,,,Komako-chan drank the old man's semen. +319700 ,,,,,2270050,,,,,,,,,,,,,,,"Thinking about that made me even more excited, and I\ncontinued to ejaculate vigorously." +319800 ,,,,,2270050,,コマコ,Komako,208_KC07_k_077.wav,komako,,0,,,,,,,,"Nn~! Nn~... gulp, nn, nmm~!" +319900 ,,,,,2270050,,,,,,,,,,,,,,,"Each time semen spurted out, Komako-chan's throat made a\ngulping sound." +320000 ,,,,,2270050,,,,,,,,,,,,,,,"By the time the semen she couldn't swallow trickled from her\nlips down to her chin, the ejaculation finally subsided." +320200 ,,,,,2270060,,コマコ,Komako,208_KC07_k_078.wav,komako,,0,,,,,,,,Phew... I ended up drinking it... +320300 ,,,,,2270060,,,,,,,,,,,,,,,"Komako-chan held my cock, which still had a bit of semen\ndripping, looking dazed." +320400 ,,,,,2270060,,コマコ,Komako,208_KC07_k_079.wav,komako,,0,,,,,,,,What should I do? I can't take the semen home like this. +320500 ,,,,,2270060,,,,,,,,,,,,,,,"With a troubled expression, she kept glancing back and forth\nbetween my face and my cock." +320600 ,,,,,2270060,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, um... I'm sorry." +320700 ,,,,,2270060,,,,,,,,,,,,,,,"I felt like it wasn't really something I should apologize\nfor, but I ended up apologizing anyway." +320800 ,,,,,2270060,,,,,,,,,,,,,,,Then Komako-chan glared at me with a slightly sulky and\nangry expression. +320900 ,,,,,2270060,,コマコ,Komako,208_KC07_k_080.wav,komako,,0,,,,,,,,"Geez, you suddenly released so much, I ended up drinking it!" +321000 ,,,,,2270060,,主人公,Kiyoshi,,,,,,,,,,,,...I'm sorry. +321100 ,,,,,2270060,,,,,,,,,,,,,,,"I did say I was going to cum, but there's no way the current\nme could defy or argue with Komako-chan." +321200 ,,,,,2270060,,コマコ,Komako,208_KC07_k_081.wav,komako,,0,,,,,,,,What should I do... I want the semen. +321300 ,,,,,2270060,,,,,,,,,,,,,,,Komako-chan tilted her head repeatedly. +321400 ,,,,,2270060,,コマコ,Komako,208_KC07_k_082.wav,komako,,0,,,,,,,,"Oh, I just thought of a good idea!" +321500 ,,,,,2270060,,,,,,,,,,,,,,,"Then, she clapped her hands and looked at me with a\nmischievous smile." +321600 ,$go join_1,,,,,,,,,,,,,,,,,,,■To Merge 1 +321700 ,*sel_1b,,,,,,,,,,,,,,,,,,,■AI instinctively pulled out +321800 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Ahhh, I'm cumming, Komako-chan!" +321900 ,,,,,2270040,,,,,,,,,,,,,,,"Without saying it out loud, I ended up pulling out my cock." +322100 ,,,,,2270051,,,,,,,,,,,,,,,"Splat, splurt, splurt, splurt!" +322200 ,,,,,2270051,,コマコ,Komako,208_KC07_k_083.wav,komako,,0,,,,,,,,Kyaa! +322300 ,,,,,2270051,,,,,,,,,,,,,,,"The underside rubbed against Komako-chan's lips, and the\nhead bounced energetically on her chin." +322400 ,,,,,2270051,,,,,,,,,,,,,,,"Just like that, semen sprayed like a fountain, showering\ndown on Komako-chan's face." +322500 ,,,,,2270051,,コマコ,Komako,208_KC07_k_084.wav,komako,,0,,,,,,,,Huh? W-Why? How come? +322600 ,,,,,2270051,,,,,,,,,,,,,,,"Splurt, splurt, splurt, splurt, splurt!" +322700 ,,,,,2270051,,,,,,,,,,,,,,,"Komako-chan, who seemed to intend to catch the semen in her\nmouth, stared blankly at the semen spurting out in front of\nher." +322800 ,,,,,2270051,,,,,,,,,,,,,,,"The white, sticky semen continued to pour down on Komako-\nchan's cute face." +322900 ,,,,,2270051,,コマコ,Komako,208_KC07_k_085.wav,komako,,0,,,,,,,,"Ah, no, stop it!" +323000 ,,,,,2270051,,主人公,Kiyoshi,,,,,,,,,,,,"Even if you say that, it's impossible." +323100 ,,,,,2270051,,,,,,,,,,,,,,,"Once it starts coming out, it can't be stopped." +323200 ,,,,,2270051,,,,,,,,,,,,,,,"In the end, most of the abundant semen ended up on Komako-\nchan's face. The rest spilled onto the floor." +323300 ,,,,,2270051,,,,,,,,,,,,,,,"With a final small spurt, the ejaculation stopped." +323500 ,,,,,2270061,,コマコ,Komako,208_KC07_k_086.wav,komako,,0,,,,,,,,"Why did you pull out, you idiot..." +323600 ,,,,,2270061,,,,,,,,,,,,,,,"With her face all sticky, Komako-chan puffed out her cheeks." +323700 ,,,,,2270061,,,,,,,,,,,,,,,Oh no. W-What should I do? +323800 ,,,,,2270061,,,,,,,,,,,,,,,"If I say I pulled out because I didn't want to be a semen\ntank for Komako-chan and Chie- chan, I'll definitely be\ndisliked." +323900 ,,,,,2270061,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, I'm sorry, Komako-chan, your mouth felt so good,\nit scared me." +324000 ,,,,,2270061,,,,,,,,,,,,,,,"I apologized desperately, bowing my head repeatedly." +324100 ,,,,,2270061,,,,,,,,,,,,,,,But Komako-chan still had a sulky face as she wiped the\nsemen off her cheek with her fingertip. +324200 ,,,,,2270061,,コマコ,Komako,208_KC07_k_087.wav,komako,,0,,,,,,,,I can't take the semen home like this. You have to finish in\nmy mouth properly. +324300 ,,,,,2270061,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah... I'm really sorry. Truly, I'm sorry." +324400 ,,,,,2270061,,,,,,,,,,,,,,,"Even as I apologized, a part of me felt relieved. After all,\nthis way, Komako-chan and Chie-chan couldn't make a baby\nwith my semen on their own." +324500 ,,,,,2270061,,コマコ,Komako,208_KC07_k_088.wav,komako,,0,,,,,,,,"Ugh, what should I do? I want the semen..." +324600 ,,,,,2270061,,,,,,,,,,,,,,,"However, Komako-chan seemed unable to give up, tilting her\nhead repeatedly." +324700 ,,,,,2270061,,コマコ,Komako,208_KC07_k_089.wav,komako,,0,,,,,,,,That's it. I just thought of something good. +324800 ,,,,,2270061,,,,,,,,,,,,,,,"Then, with a devilish smile, she wiped the semen off her\nface with a tissue and turned back to me." +325000 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion 1 +325200 ,,,9,31,,,主人公,Kiyoshi,,"komakoL,private",,22,,,,,,,,Ko-Komako-chan? What's going on? +325300 ,,,,,,,コマコ,Komako,208_KC07_k_090.wav,komakoL,,22,,,,,,,,"Hehe, I thought I'd have you give me lots of semen, mister." +325400 ,,,,,,,,,,,,,,,,,,,,"In front of me, still exhausted from just finishing, Komako-\nchan eagerly began to undress." +325500 ,,,,,,,,,,,,,,,,,,,,"In no time, Komako-chan was completely naked." +325600 ,,,,,,,コマコ,Komako,208_KC07_k_091.wav,"komakoL,nude",,2,,,,,,,,"How is it? Mister, you like seeing a girl's naked body,\nright? Does it excite you? Will your cock get big again?" +325700 ,,,,,,,主人公,Kiyoshi,,komakoL,,2,,,,,,,,"A-ah, ah..." +325800 ,,,,,,,,,,komakoL,,2,,,,,,,,I couldn't believe the scene in front of me and blinked\nrepeatedly. +325900 ,,,,,,,,,,komakoL,,2,,,,,,,,"But no matter how many times I looked, it was the same. Her\nskin was white and translucent, her soft-looking breasts\nformed modest curves." +326000 ,,,,,,,,,,komakoL,,2,,,,,,,,"A simple slit that looked like a line drawn in. Komako-chan,\nexposing all of that, was smiling." +326100 ,,,,,,,,,,komakoL,,2,,,,,,,,"Just by looking at it, my cock, which had just finished, was\nfully erect again. Ready for another round." +326200 ,,,,,,,主人公,Kiyoshi,,komakoL,,2,,,,,,,,"Komako-chan, w-what are you planning to do?" +326300 ,,,,,,,,,,komakoL,,2,,,,,,,,"I had a vague idea, but I didn't want to believe it was\ntrue, so I asked. I ended up asking." +326400 ,,,,,,,,,,komakoL,,2,,,,,,,,Komako-chan smiled like an angel about to take me to heaven. +326500 ,,,,,,,コマコ,Komako,208_KC07_k_092.wav,komakoL,,22,,,,,,,,"Let's have sex, mister. This time, I'll really squeeze out\nyour semen." +326600 ,,,,,,,,,,,,,,,,,,,,"And then, she pushed me into the abyss." +326800 ,,,,,2271000,,コマコ,Komako,208_KC07_k_093.wav,komako,,0,,,,,,,,Here we go... +326900 ,,,,,2271000,,,,,,,,,,,,,,,"Komako-chan straddled over my still rigid body. As she\nspread her legs, her private area opened up." +327000 ,,,,,2271000,,,,,,,,,,,,,,,"In front of me, cute pink frills fluttered." +327100 ,,,,,2271000,,,,,,,,,,,,,,,I couldn't help but swallow hard at the shameless display. +327200 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan... a-are you really okay with this? Is it okay\nto have sex with me, mister?" +327300 ,,,,,2271000,,,,,,,,,,,,,,,"I asked Komako-chan, who was wiggling her butt on top of my\ncock, trying to find the right angle." +327400 ,,,,,2271000,,,,,,,,,,,,,,,Komako-chan tilted her head curiously. +327500 ,,,,,2271000,,コマコ,Komako,208_KC07_k_094.wav,komako,,0,,,,,,,,"Why? Because if we have sex, mister, you'll give me lots of\nsemen again, right?" +327600 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,"That might be true, but..." +327700 ,,,,,2271000,,,,,,,,,,,,,,,Being told so bluntly made me feel incredibly conflicted. +327800 ,,,,,2271000,,,,,,,,,,,,,,,It felt like even this sex was just a necessary task to\nextract semen. +327900 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you used to hate having sex with me so much..." +328000 ,,,,,2271000,,コマコ,Komako,208_KC07_k_095.wav,komako,,0,,,,,,,,"That's because you forced it, mister. This time, it's\nnecessary, so it's fine." +328100 ,,,,,2271000,,,,,,,,,,,,,,,Ouch. +328200 ,,,,,2271000,,,,,,,,,,,,,,,"As she spoke so nonchalantly, Komako-chan slowly lowered her\nhips." +328300 ,,,,,2271000,,,,,,,,,,,,,,,"The soft entrance of her pussy touched the tip of my cock.\nIt should feel good, but it felt like my heart and body were\ndisconnected." +328400 ,,,,,2271000,,コマコ,Komako,208_KC07_k_096.wav,komako,,0,,,,,,,,"Hmm... I wonder if I can put it in properly? It's my first\ntime doing it myself, so I'm a bit nervous." +328500 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah. +328600 ,,,,,2271000,,,,,,,,,,,,,,,"Komako-chan was spreading her pussy herself, trying to\nwelcome my cock. It should be an incredibly exciting sight." +328700 ,,,,,2271000,,,,,,,,,,,,,,,"In reality, just the tip of my cock barely touched Komako-\nchan's labia, and it twitched in response, delighted." +328800 ,,,,,2271000,,コマコ,Komako,208_KC07_k_097.wav,komako,,0,,,,,,,,"Ugh, mister, make your cock behave a little. Otherwise, it's\nhard to put it in." +328900 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,Don't say something impossible... I'm so happy to have sex\nwith Komako-chan that even my cock tail is wagging. +329000 ,,,,,2271000,,コマコ,Komako,208_KC07_k_098.wav,komako,,0,,,,,,,,"Hmm... but if I can't put it in properly, it'll be a\nproblem. Bear with it." +329100 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,Ehh... +329200 ,,,,,2271000,,,,,,,,,,,,,,,"The way she spoke, as if she wasn't considering me at all,\nmade my heart ache again." +329300 ,,,,,2271000,,,,,,,,,,,,,,,"Normally, even my cock would droop in disappointment... but\nthat's not happening." +329400 ,,,,,2271000,,,,,,,,,,,,,,,"After all, I'm happy to be able to have sex with Komako-\nchan..." +329500 ,,,,,2271000,,コマコ,Komako,208_KC07_k_099.wav,komako,,0,,,,,,,,"Hmm... hmm... when I look at it like this, mister's cock is\nquite big, isn't it?" +329600 ,,,,,2271000,,,,,,,,,,,,,,,"Despite saying she'd do it herself, once she straddled me,\nKomako-chan kept stopping after aligning the tip with her\npussy several times." +329700 ,,,,,2271000,,,,,,,,,,,,,,,She seemed a bit hesitant. +329800 ,,,,,2271000,,,,,,,,,,,,,,,"Or rather, her pussy kept touching the tip with a soft\nsensation repeatedly, which felt really good... but there\nwas something concerning." +329900 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,"Um... Komako-chan, you don't seem very wet. Are you okay?" +330000 ,,,,,2271000,,コマコ,Komako,208_KC07_k_100.wav,komako,,0,,,,,,,,"Hmm... we've had sex so many times already, so it should be\nfine, right?" +330100 ,,,,,2271000,,,,,,,,,,,,,,,"Yes, Komako-chan's there wasn't as slippery as usual." +330200 ,,,,,2271000,,,,,,,,,,,,,,,"She seemed to enjoy the blowjob, but maybe it wasn't because\nshe was feeling aroused." +330300 ,,,,,2271000,,,,,,,,,,,,,,,"It increasingly felt like Komako-chan saw this sex as some\nkind of obligation, which made it painful." +330400 ,,,,,2271000,,コマコ,Komako,208_KC07_k_101.wav,komako,,0,,,,,,,,"But we don't have much time, right? If we take it slow,\nit'll be time for me to go home." +330500 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, ah, no, sex isn't something you should force..." +330600 ,,,,,2271000,,コマコ,Komako,208_KC07_k_102.wav,komako,,0,,,,,,,,"What are you talking about, mister?" +330700 ,,,,,2271000,,,,,,,,,,,,,,,She gave me a slightly reproachful look. Ugh. +330800 ,,,,,2271000,,,,,,,,,,,,,,,"I don't want this loveless sex. I want to run away. But my\neyes are glued to Komako-chan's pussy, and my cock is\npointing that way." +330900 ,,,,,2271000,,,,,,,,,,,,,,,"My body felt paralyzed, unable to move. Komako-chan's\nvaginal entrance finally aimed directly at the tip." +331000 ,,,,,2271000,,コマコ,Komako,208_KC07_k_103.wav,komako,,0,,,,,,,,"Okay, here I go." +331100 ,,,,,2271000,,,,,,,,,,,,,,,Komako-chan took a small breath to steel herself and then\nlowered her hips all at once. +331300 ,,,,,2271010,,コマコ,Komako,208_KC07_k_104.wav,komako,,0,,,,,,,,"Nngh... uh, it feels tighter than usual... maybe." +331400 ,,,,,2271010,,,,,,,,,,,,,,,"In the next moment, there was such pressure that I thought\nthe tip might be crushed." +331500 ,,,,,2271010,,,,,,,,,,,,,,,"Without any foreplay or preparation, Komako- chan's pussy\nwas tighter than I imagined." +331600 ,,,,,2271010,,,,,,,,,,,,,,,"There wasn't much lubrication, so it didn't slide well, and\nshe paused once the tip was in." +331700 ,,,,,2271010,,コマコ,Komako,208_KC07_k_105.wav,komako,,0,,,,,,,,"Phew... let's take a break. It feels like my stomach is\nalready full, but it's just the tip, huh?" +331800 ,,,,,2271010,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, let's take it slow. I'll lick you with my mouth\nand tongue, okay?" +331900 ,,,,,2271010,,コマコ,Komako,208_KC07_k_106.wav,komako,,0,,,,,,,,"No. Just be a good boy and quietly shoot your semen, okay?\nGot it?" +332000 ,,,,,2271010,,主人公,Kiyoshi,,,,,,,,,,,,Oh no... +332100 ,,,,,2271020,,コマコ,Komako,208_KC07_k_107.wav,komako,,0,,,,,,,,"If you don't like it, should I stop getting your semen?\nShould I pull out your cock?" +332200 ,,,,,2271020,,,,,,,,,,,,,,,"As Komako-chan teasingly said that, she tried to lift her\nhips. The tight grip of her labia rubbed against the tip." +332300 ,,,,,2271020,,,,,,,,,,,,,,,"The tight mucous membrane seemed to pull my cock along, and\nmy hips instinctively chased after Komako-chan." +332400 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,"No, I don't want that. I'll be a good boy and release lots\nof semen, so please don't abandon me..." +332500 ,,,,,2271010,,コマコ,Komako,208_KC07_k_108.wav,komako,,0,,,,,,,,"Good boy. I'll insert it at my own pace, so stay still,\nokay? Don't wag your little cock tail too much." +332600 ,,,,,2271010,,,,,,,,,,,,,,,"To Komako-chan, who always says unreasonable things, my cock\nis probably just a meat vibrator that releases semen." +332700 ,,,,,2271010,,,,,,,,,,,,,,,"Even though I said it myself, when Komako- chan treats me\nlike a meat vibrator, it really gets me down." +332800 ,,,,,2271010,,コマコ,Komako,208_KC07_k_109.wav,komako,,0,,,,,,,,"Good boy, good boy. Nn... ahh, my stomach is spreading with\nyour cock... it's going in..." +332900 ,,,,,2271010,,,,,,,,,,,,,,,"Still, when Komako-chan gently pats my head, it makes me\nhappy." +333000 ,,,,,2271010,,,,,,,,,,,,,,,"My cock is swallowed inside, defying the tight inner walls." +333100 ,,,,,2271010,,,,,,,,,,,,,,,"It's like the sensation of gripping a masturbator tightly,\nwith added body heat, such strong stimulation attacks my\ncock, and my hips moved involuntarily." +333200 ,,,,,2271020,,コマコ,Komako,208_KC07_k_110.wav,komako,,0,,,,,,,,"Nn... geez, you can't move on your own. Uncle, you really\ncan't wait, can you..." +333300 ,,,,,2271020,,,,,,,,,,,,,,,"Komako-chan looked at me with exasperated eyes. Ugh, don't\nlook at me like that." +333400 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,"But, but, Komako-chan's pussy feels so good, I can't wait to\nget inside..." +333500 ,,,,,2271010,,コマコ,Komako,208_KC07_k_111.wav,komako,,0,,,,,,,,"Well, I guess it's fine. It just means you want to release\nyour semen quickly. Good boy, uncle." +333600 ,,,,,2271010,,,,,,,,,,,,,,,Komako-chan calmly patted my head and took a small breath. +333700 ,,,,,2271010,,コマコ,Komako,208_KC07_k_112.wav,komako,,0,,,,,,,,"Nn... my stomach feels a bit tight, but it's not\nunbearable... here goes." +333800 ,,,,,2271010,,主人公,Kiyoshi,,,,,,,,,,,,Fuaaah! +333900 ,,,,,2271010,,,,,,,,,,,,,,,Squelch! +334000 ,,,,,2271010,,,,,,,,,,,,,,,"With momentum, Komako-chan forcibly took my cock all the way\nin." +334100 ,,,,,2271010,,,,,,,,,,,,,,,"A crushing pressure enveloped the tip, shaft, and base of my\ncock." +334200 ,,,,,2271010,,,,,,,,,,,,,,,"The tight mucous membrane clung to me, and I could feel it\ntwitching inside every time Komako-chan breathed." +334300 ,,,,,2271010,,コマコ,Komako,208_KC07_k_113.wav,komako,,0,,,,,,,,Ah... it's all in... I feel like your cock is reaching all\nthe way up to here in my stomach. +334400 ,,,,,2271010,,,,,,,,,,,,,,,"Komako-chan rubbed her stomach with one hand, looking a bit\npained, and took several deep breaths." +334500 ,,,,,2271010,,,,,,,,,,,,,,,"Each time she did, her pussy contracted, making it feel like\nit was being squeezed by a hand." +334600 ,,,,,2271010,,コマコ,Komako,208_KC07_k_114.wav,komako,,0,,,,,,,,Just wait a little bit. Nn~... haa~... suuu~... haa~... +334700 ,,,,,2271010,,,,,,,,,,,,,,,"As she did that, Komako-chan's insides gradually loosened.\nIt didn't mean it became loose or less pleasurable." +334800 ,,,,,2271010,,,,,,,,,,,,,,,The painful tightness became just right. +334900 ,,,,,2271010,,,,,,,,,,,,,,,"The suffocating feeling of being tied at the base with a\nrubber band disappeared, leaving only pleasure." +335100 ,,,,,2271020,,コマコ,Komako,208_KC07_k_115.wav,komako,,0,,,,,,,,"Uncle, how is it? Does it feel good?" +335200 ,,,,,2271020,,,,,,,,,,,,,,,Komako-chan asked while pressing her vaginal depths against\nmy cock. +335300 ,,,,,2271020,,,,,,,,,,,,,,,I could only nod like a broken toy. +335400 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah, it feels good... Komako-chan's inside is so hot, I\ncan feel it squeezing my cock." +335500 ,,,,,2271020,,コマコ,Komako,208_KC07_k_116.wav,komako,,0,,,,,,,,"I see. Yeah, your cock is rock hard, and it's grown so big\nit's filling up my stomach." +335600 ,,,,,2271020,,,,,,,,,,,,,,,"Komako-chan tightened her vaginal entrance, contracting it\nseveral times as if to check the hardness of my cock." +335700 ,,,,,2271020,,,,,,,,,,,,,,,Her painfully stretched pink entrance squirmed as if\ndevouring my cock. +335800 ,,,,,2271020,,,,,,,,,,,,,,,"It was incredibly lewd, and my cock twitched." +335900 ,,,,,2271020,,コマコ,Komako,208_KC07_k_117.wav,komako,,0,,,,,,,,"Ah, your cock tail just twitched. Hey, are you about to cum?\nAre you?" +336000 ,,,,,2271020,,,,,,,,,,,,,,,Komako-chan looked at me with eyes full of expectation. +336100 ,,,,,2271020,,,,,,,,,,,,,,,"Feeling sorry for not being able to meet her expectations, I\nshook my head." +336200 ,,,,,2271020,,,,,,,,,,,,,,,"I mean, isn't she going to move her hips? Did the service\ntime end with the blowjob earlier...?" +336300 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,Just putting it in isn't enough to make me cum... +336400 ,,,,,2271020,,コマコ,Komako,208_KC07_k_118.wav,komako,,0,,,,,,,,"I see... Just like with the blowjob earlier, you need to\nfeel a lot more pleasure to release your semen, huh?" +336500 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. So, just like when you used your mouth and hands, I\nwant you to stroke my cock with your pussy... Is that okay?" +336600 ,,,,,2271020,,,,,,,,,,,,,,,I asked hesitantly. +336700 ,,,,,2271020,,,,,,,,,,,,,,,"I already felt like Komako-chan's slave. Because if her mood\nchanged, she'd throw me away." +336800 ,,,,,2271020,,,,,,,,,,,,,,,"Unlike with Chie-chan, I'm not Komako-chan's boyfriend." +336900 ,,,,,2271020,,コマコ,Komako,208_KC07_k_119.wav,komako,,0,,,,,,,,"Okay, I got it. But it's a bit tight, so let's start slowly." +337000 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's fine. Don't push yourself. If it hurts, you can\nstop." +337100 ,,,,,2271020,,コマコ,Komako,208_KC07_k_120.wav,komako,,0,,,,,,,,"It's okay, leave it to me. I'll squeeze lots of semen out of\nyour cock." +337200 ,,,,,2271020,,,,,,,,,,,,,,,"It's not like milking a cow... I thought, but when Komako-\nchan started moving her hips, everything else flew out of my\nmind." +337300 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... +337400 ,,,,,2271010,,コマコ,Komako,208_KC07_k_121.wav,komako,,0,,,,,,,,"Ah, moving makes it rub a lot. Inside, it's grinding..." +337500 ,,,,,2271010,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, my cock feels like it's going to tear... Komako-chan's\ninside is too tight..." +337600 ,,,,,2271010,,,,,,,,,,,,,,,"Even though it had loosened a bit, her still inexperienced\npussy was so tight that without lubrication, it was the\nperfect definition of squeezing." +337700 ,,,,,2271010,,,,,,,,,,,,,,,"It felt like a tight suction device was attached to my cock,\nforcibly trying to extract semen." +337800 ,,,,,2271010,,,,,,,,,,,,,,,It reminded me of a cow being milked by a milking machine. +337900 ,,,,,2271020,,コマコ,Komako,208_KC07_k_122.wav,komako,,0,,,,,,,,"Does it hurt? Doesn't it feel good? ...Ah, should I go a bit\nslower?" +338000 ,,,,,2271020,,,,,,,,,,,,,,,"Even though she looked like she was in pain, Komako-chan was\nconsiderate of me." +338100 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,It's okay. It feels good. +338200 ,,,,,2271020,,,,,,,,,,,,,,,"Yes, the problem is that even though it's tight, it doesn't\nmean it doesn't feel good." +338300 ,,,,,2271020,,,,,,,,,,,,,,,"Rather, for someone like me who's used to masturbating, this\nkind of tightness is really satisfying." +338400 ,,,,,2271020,,,,,,,,,,,,,,,"The slight pain makes my cock tingle and throb, and the\npleasure makes my entire dick feel incredibly hot." +338500 ,,,,,2271020,,コマコ,Komako,208_KC07_k_123.wav,komako,,0,,,,,,,,"I see... nngh, if that's the case... I'll continue. Nngh,\nnn, nngh..." +338600 ,,,,,2271020,,,,,,,,,,,,,,,"More than worrying about myself, I was concerned about\nKomako-chan." +338700 ,,,,,2271020,,,,,,,,,,,,,,,"Breathing heavily, she was forcing her tiny pussy to take in\nmy cock." +338800 ,,,,,2271020,,,,,,,,,,,,,,,"It looked like it might tear, which was a bit scary to\nwatch." +338900 ,,,,,2271020,,,,,,,,,,,,,,,"Since she wasn't stopping, it probably didn't hurt that\nmuch..." +339000 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, are you okay? Don't push yourself, okay? Does\nit hurt for you?" +339100 ,,,,,2271020,,コマコ,Komako,208_KC07_k_124.wav,komako,,0,,,,,,,,"Nngh, I'm okay. It's rubbing a lot, and somehow... nngh,\nit's tingling..." +339200 ,,,,,2271020,,,,,,,,,,,,,,,It seemed my worries were unfounded. +339400 ,,,,,2271030,,コマコ,Komako,208_KC07_k_125.wav,komako,,0,,,,,,,,"Nngh... fuh... nngh... nngh... ah, I'm getting used to it..." +339500 ,,,,,2271030,,,,,,,,,,,,,,,"It wasn't just me who felt good from the rubbing;\napparently, Komako-chan did too." +339600 ,,,,,2271030,,コマコ,Komako,208_KC07_k_126.wav,komako,,0,,,,,,,,"Hah, hah... nngh, ah, my stomach feels so full..." +339700 ,,,,,2271030,,,,,,,,,,,,,,,"With each thrust, a sweet tone began to mix into Komako-\nchan's voice." +339800 ,,,,,2271030,,主人公,Kiyoshi,,,,,,,,,,,,"Is it feeling good for you too, Komako- chan?" +339900 ,,,,,2271030,,コマコ,Komako,208_KC07_k_127.wav,komako,,0,,,,,,,,"Nngh... it doesn't matter about me... right now, it's about\nmaking you feel good..." +340000 ,,,,,2271030,,,,,,,,,,,,,,,"Even as she said that, her pace was gradually increasing." +340100 ,,,,,2271030,,,,,,,,,,,,,,,I could directly feel the slick love juices seeping from her\nvaginal walls. +340200 ,,,,,2271030,,,,,,,,,,,,,,,"What initially felt just warm inside her was steadily\nheating up, becoming hot and flushed." +340300 ,,,,,2271030,,コマコ,Komako,208_KC07_k_128.wav,komako,,0,,,,,,,,"Hah, hah, hah... nngh, is the juice coming out...? Not that\nit feels good for my pussy..." +340400 ,,,,,2271030,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, it's coming out. But having the juice makes it feel\ngood for me too." +340500 ,,,,,2271030,,コマコ,Komako,208_KC07_k_129.wav,komako,,0,,,,,,,,I see. That's good then. +340600 ,,,,,2271030,,,,,,,,,,,,,,,"As always, Komako-chan wouldn't admit that sex with me felt\ngood." +340700 ,,,,,2271030,,,,,,,,,,,,,,,"I didn't want to force her to say it felt good and risk\nbeing called stupid or hated like before, so I swallowed my\nwords." +340800 ,,,,,2271030,,コマコ,Komako,208_KC07_k_130.wav,komako,,0,,,,,,,,"Ah, ngh... fuaa... your dick is so big... rubbing... nngh..." +340900 ,,,,,2271030,,,,,,,,,,,,,,,"But having had sex with Komako-chan many times, I could\nclearly tell that her pussy was starting to accept my cock." +341000 ,,,,,2271030,,,,,,,,,,,,,,,"Her love juices increased, making the thrusting smoother." +341100 ,,,,,2271030,,,,,,,,,,,,,,,"The once too-tight grip loosened, and the quivering folds of\nher vagina wrapped around, melting into a lewd pussy." +341200 ,,,,,2271030,,コマコ,Komako,208_KC07_k_131.wav,komako,,0,,,,,,,,"Nngh... it's getting all slippery, but does it feel good for\nyou, mister?" +341300 ,,,,,2271030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it feels good. So, shake your hips more and rub your\npussy for me?" +341400 ,,,,,2271030,,コマコ,Komako,208_KC07_k_132.wav,komako,,0,,,,,,,,"O-okay... if that's what you want, I'll do it for you...\nnngh..." +341500 ,,,,,2271030,,,,,,,,,,,,,,,"Even as she claimed to be fulfilling my wishes, it was clear\nthat Komako-chan was starting to feel it herself." +341600 ,,,,,2271030,,,,,,,,,,,,,,,"Compared to the awkward movements at first, her hip\nmovements had become noticeably more sensual." +341700 ,,,,,2271030,,,,,,,,,,,,,,,It was like she was trying to find the spots that felt good\nfor her pussy with my cock... +341800 ,,,,,2271030,,コマコ,Komako,208_KC07_k_133.wav,komako,,0,,,,,,,,Fuu... does it feel better when I move up and down like\nthis? +341900 ,,,,,2271030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, it feels good." +342000 ,,,,,2271030,,,,,,,,,,,,,,,"Komako-chan repeatedly pulled out until just the tip was\nleft, then pushed back in to the base, making sure my dick\nrubbed against her pussy as much as possible." +342100 ,,,,,2271030,,,,,,,,,,,,,,,"Though the movements were slow, the sensation of her slick\nvaginal folds rubbing against my cock was incredible every\ntime her hips moved up and down." +342200 ,,,,,2271030,,コマコ,Komako,208_KC07_k_134.wav,komako,,0,,,,,,,,"Hah, hah... hey, aren't you going to cum yet...?" +342300 ,,,,,2271030,,,,,,,,,,,,,,,"As she continued those movements, Komako- chan's voice\nbecame more urgent." +342400 ,,,,,2271030,,主人公,Kiyoshi,,,,,,,,,,,,What's wrong? +342500 ,,,,,2271030,,コマコ,Komako,208_KC07_k_135.wav,komako,,0,,,,,,,,"It's nothing... nnnngh, it's just, you know, there's the\ntime to get back... nnnngh." +342600 ,,,,,2271030,,,,,,,,,,,,,,,Komako-chan blatantly averts her eyes. This is the face she\nmakes when she's lying. +342700 ,,,,,2271030,,,,,,,,,,,,,,,"While trying to hide something, Komako-chan's ass sways even\nmore lewdly, eagerly working my cock with her pussy." +342800 ,,,,,2271030,,コマコ,Komako,208_KC07_k_136.wav,komako,,0,,,,,,,,"If you don't... nnnngh, cum quickly, it'll be a problem..." +342900 ,,,,,2271030,,主人公,Kiyoshi,,,,,,,,,,,,"Even if you say that, it's not something that comes out\nright away... maybe you need to be more intense like before." +343000 ,,,,,2271030,,,,,,,,,,,,,,,"I was happy that Komako-chan's pussy was getting all wet, so\nI said something a bit cheeky." +343100 ,,,,,2271030,,,,,,,,,,,,,,,"Despite everything, I can't help but feel that Komako-chan's\npussy is really into this old man's cock." +343200 ,,,,,2271030,,コマコ,Komako,208_KC07_k_137.wav,komako,,0,,,,,,,,Got it... I'll be a bit more intense... nnnngh. +343300 ,,,,,2271030,,,,,,,,,,,,,,,Komako-chan looked a bit troubled as she tightened her\nstomach. +343400 ,,,,,2271030,,,,,,,,,,,,,,,She moved her hips up and down rhythmically like doing\nsquats. +343500 ,,,,,2271030,,,,,,,,,,,,,,,The speed of my cock sliding in and out increased. +343700 ,,,,,2271040,,コマコ,Komako,208_KC07_k_138.wav,komako,,0,,,,,,,,"Fuaaahhh, nnngh, ahhh, no, my back is tingling..." +343800 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa, it feels good, Komako-chan, this is it, this is it!" +343900 ,,,,,2271040,,,,,,,,,,,,,,,"Finally, the pace of thrusting reached the usual starting\npoint of our sex, and the pleasure intensified." +344000 ,,,,,2271040,,,,,,,,,,,,,,,"And since I'm feeling it that much, it means Komako-chan is\nfeeling it just as much." +344100 ,,,,,2271040,,,,,,,,,,,,,,,"Finally, her love juices overflowed from the joining point,\nmaking a lewd squelching sound." +344200 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ah, I can hear the sound of Komako- chan's naughty\njuices. It's so exciting!" +344300 ,,,,,2271040,,コマコ,Komako,208_KC07_k_139.wav,komako,,0,,,,,,,,"Geez, if you say that, it's embarrassing... nnnngh but if it\nexcites you, then it's fine, I guess..." +344400 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, hey, can I move too? I want to thrust into Komako-\nchan's pussy." +344500 ,,,,,2271040,,コマコ,Komako,208_KC07_k_140.wav,komako,,0,,,,,,,,"Nnngh, I-I guess I have no choice... okay." +344600 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,Yay! +344700 ,,,,,2271040,,,,,,,,,,,,,,,The feeling of disgust or sadness I felt before sex was\nstill lingering. +344800 ,,,,,2271040,,,,,,,,,,,,,,,"But when having this kind of slow, teasing sex, the desire\nto thrust into Komako-chan's pussy becomes stronger." +344900 ,,,,,2271040,,,,,,,,,,,,,,,It felt like my mind was filled with semen. +345000 ,,,,,2271040,,コマコ,Komako,208_KC07_k_141.wav,komako,,0,,,,,,,,"Hyaaah, nnngh, but not so suddenly deep inside!" +345100 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, but when I poke deep inside your pussy, it squeezes\nthe tip and feels so good." +345200 ,,,,,2271040,,,,,,,,,,,,,,,"When I thrust my hips up and twist the head of my cock deep\ninto Komako-chan's vagina, she let out a scream-like moan." +345300 ,,,,,2271040,,,,,,,,,,,,,,,"But I couldn't stop anymore, and I kept thrusting hard." +345400 ,,,,,2271040,,コマコ,Komako,208_KC07_k_142.wav,komako,,0,,,,,,,,"Hahii, hyuu... ahh, hiii, no, don't be so rough... no, wait." +345500 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, sorry, I can't wait anymore. Komako- chan wants me to\ncum too, right?" +345600 ,,,,,2271040,,コマコ,Komako,208_KC07_k_143.wav,komako,,0,,,,,,,,"That's true... fuaaah... ahhh, nnngh, hyuu, nnnngh." +345700 ,,,,,2271040,,,,,,,,,,,,,,,"Komako-chan was losing her composure, and only lewd sounds\nwere coming out." +345800 ,,,,,2271040,,,,,,,,,,,,,,,"Her pussy was already so wet that every time my cock went in\nand out, splashes of love juices flew." +345900 ,,,,,2271040,,,,,,,,,,,,,,,Even Komako-chan herself was moving her hips to take in my\ncock. +346000 ,,,,,2271040,,コマコ,Komako,208_KC07_k_144.wav,komako,,0,,,,,,,,"Nnnngh, hey, aren't you going to cum yet? Please... just\nrelease it soon, or else..." +346100 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,Or else what? +346200 ,,,,,2271040,,,,,,,,,,,,,,,Komako-chan looked at me with eyes clouded with desire. Her\ncheeks were flushed with embarrassment and pleasure. +346300 ,,,,,2271040,,,,,,,,,,,,,,,"I noticed that the inside of her pussy was starting to\ntighten around my cock, so she was probably close to\nclimaxing." +346400 ,,,,,2271040,,,,,,,,,,,,,,,"But knowing Komako-chan, she might not want to be made to\ncum by me." +346500 ,,,,,2271040,,コマコ,Komako,208_KC07_k_145.wav,komako,,0,,,,,,,,"Um, well... it feels weird, so just hurry and cum inside my\npussy!" +346600 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"Got it, I'll do my best." +346700 ,,,,,2271040,,,,,,,,,,,,,,,I felt a little sad that Komako-chan still maintained the\nattitude that sex with me was just for semen collection. +346800 ,,,,,2271040,,,,,,,,,,,,,,,"But more than that, the inside of Komako- chan's pussy felt\nso good that I couldn't stop my hips." +346900 ,,,,,2271040,,コマコ,Komako,208_KC07_k_146.wav,komako,,0,,,,,,,,Fuaaahhh... I didn't say to do it harder... +347000 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"But if I don't do it harder, I can't release my semen." +347100 ,,,,,2271040,,コマコ,Komako,208_KC07_k_147.wav,komako,,0,,,,,,,,"Uuuuh, I get it, I get it, so hurry and release it inside,\nmake it gush out!" +347200 ,,,,,2271040,,,,,,,,,,,,,,,"While making the most enticing request, Komako-chan also\nstarted moving her hips." +347300 ,,,,,2271040,,,,,,,,,,,,,,,"Squish, squish, squish, squish." +347400 ,,,,,2271040,,,,,,,,,,,,,,,The point of our union was already a mess. It was so hot\nthat I couldn't tell where Komako- chan ended and I began. +347500 ,,,,,2271040,,,,,,,,,,,,,,,If only we could just melt into one like this― +347600 ,,,,,2271040,,コマコ,Komako,208_KC07_k_148.wav,komako,,0,,,,,,,,"Ahhh, ahhhh, your dick is getting bigger inside again..." +347700 ,,,,,2271040,,,,,,,,,,,,,,,"But sadly, the end was coming. The semen was rising up,\nunable to be held back any longer." +347800 ,,,,,2271040,,,,,,,,,,,,,,,"I thrust deep into Komako-chan's vagina, hitting her cervix\nin a final spurt." +347900 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to cum, I'm cumming!" +348000 ,$menu_begin,,,,2271040,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Release inside,sel_2a",,,,2271040,,,,,,,,,,,,,,,■@ Cum inside +↓,"$menu_item 1,Release outside,sel_2b",,,,2271040,,,,,,,,,,,,,,,■A Cum outside +↓,$menu_end,,,,2271040,,,,,,,,,,,,,,, +348100 ,*sel_2a,,,,2271040,,,,,,,,,,,,,,,■@ Cum inside +348200 ,,,,,2271040,,,,,,,,,,,,,,,I released it inside as Komako-chan wished. +348400 ,,,,,2271050,,,,,,,,,,,,,,,"Splat, splat, splat, splat, splat, splat, splat, splat!" +348500 ,,,,,2271050,,コマコ,Komako,208_KC07_k_149.wav,komako,,0,,,,,,,,"Ah, it's coming out, so much of your semen is coming out,\nit's shooting deep inside my vagina!" +348600 ,,,,,2271050,,,,,,,,,,,,,,,"An incredible amount of semen poured into Komako-chan's\nwomb, as if it were the first time." +348700 ,,,,,2271050,,,,,,,,,,,,,,,I couldn't hold back. +348800 ,,,,,2271050,,,,,,,,,,,,,,,"Even though I thought it was just being milked, I couldn't\nresist the joy of having sex with Komako-chan and the\npleasure of cumming inside." +348900 ,,,,,2271050,,コマコ,Komako,208_KC07_k_150.wav,komako,,0,,,,,,,,"Ahhh, no, I'm going to cum, I'm going to cum too!" +349000 ,,,,,2271050,,,,,,,,,,,,,,,But it seemed Komako-chan felt the same way. +349100 ,,,,,2271050,,,,,,,,,,,,,,,"Komako-chan was desperately trying to hold back, but the\npleasure of receiving semen deep in her vagina seemed to\npush her to climax." +349200 ,,,,,2271050,,,,,,,,,,,,,,,"Every time the semen spurted out, Komako- chan's body\narched, pressing her spasming vagina against my glans." +349300 ,,,,,2271050,,コマコ,Komako,208_KC07_k_151.wav,komako,,0,,,,,,,,"Ah... my vagina is sucking up the semen, it feels like..." +349400 ,,,,,2271050,,,,,,,,,,,,,,,"Just as she said, my cock was milked dry by the suction deep\nin her vagina." +349600 ,,,,,2271060,,コマコ,Komako,208_KC07_k_152.wav,komako,,0,,,,,,,,Ah... +349700 ,,,,,2271060,,,,,,,,,,,,,,,"With a slurp, my cock slipped out of her vagina after\nejaculation." +349800 ,,,,,2271060,,コマコ,Komako,208_KC07_k_153.wav,komako,,0,,,,,,,,Ah... the semen is leaking out... no... +349900 ,,,,,2271060,,,,,,,,,,,,,,,"Komako-chan, still with a dazed expression from just\ncumming, tightened her butt to not let a single drop of\nprecious semen spill." +350000 ,,,,,2271060,,,,,,,,,,,,,,,"Komako-chan's vagina, which had been stretched by my cock,\ntightened so much that even a finger couldn't fit." +350100 ,,,,,2271060,,主人公,Kiyoshi,,,,,,,,,,,,Ah... I came inside... my semen is inside Komako-chan's\nvagina. +350200 ,,,,,2271060,,コマコ,Komako,208_KC07_k_154.wav,komako,,0,,,,,,,,"Yeah, my tummy is all slippery inside." +350300 ,,,,,2271060,,,,,,,,,,,,,,,Komako-chan rubbed her lower abdomen with a satisfied look. +350400 ,,,,,2271060,,,,,,,,,,,,,,,"All the while, she kept her vagina tightly clenched." +350500 ,,,,,2271060,,,,,,,,,,,,,,,"But thinking about how my semen was packed deep inside her\ntightly closed vaginal hole, it was an incredibly lewd\nsight." +350600 ,,,,,2271060,,コマコ,Komako,208_KC07_k_155.wav,komako,,0,,,,,,,,"Thank you, mister." +350700 ,,,,,2271060,,,,,,,,,,,,,,,Komako-chan thanked me with genuine happiness. But... +350800 ,,"",0,9000,,,,,,,,,,,,,,,,"The sadness in my heart, now unrestrained by the instinct to\nejaculate, became unbearable." +350900 ,$go join_2,,,,,,,,,,,,,,,,,,,■To Merge 2 +351000 ,*sel_2b,,,,,,,,,,,,,,,,,,,■AEjaculate Outside +351100 ,,,,,2271040,,,,,,,,,,,,,,,I went against Komako-chan's wishes and pulled out my cock\nat the moment of ejaculation. +351300 ,,,,,2271061,,,,,,,,,,,,,,,Splooshhhhhhh! +351400 ,,,,,2271061,,コマコ,Komako,208_KC07_k_156.wav,komako,,0,,,,,,,,Huh? +351500 ,,,,,2271061,,,,,,,,,,,,,,,"Komako-chan's eyes widened as she watched my cock bounce on\nher stomach, spurting semen." +351600 ,,,,,2271061,,,,,,,,,,,,,,,Splurt splurt splurt splurt splurt! +351700 ,,,,,2271061,,コマコ,Komako,208_KC07_k_157.wav,komako,,0,,,,,,,,"What? Why? No way, why did you pull out?" +351800 ,,,,,2271061,,,,,,,,,,,,,,,"In front of a flustered Komako-chan, my cock continued to\nwastefully spray sperm." +351900 ,,,,,2271061,,コマコ,Komako,208_KC07_k_158.wav,komako,,0,,,,,,,,"No, don't! You have to release it inside...!" +352000 ,,,,,2271061,,,,,,,,,,,,,,,"Komako-chan hurriedly tried to insert my cock back into her\nvagina, but it was impossible to do so mid-ejaculation." +352100 ,,,,,2271061,,コマコ,Komako,208_KC07_k_159.wav,komako,,0,,,,,,,,Ahhh... all that precious semen... it's spilling\neverywhere... +352200 ,,,,,2271061,,,,,,,,,,,,,,,"In the end, my sperm didn't enter Komako- chan's vagina and\nended up decorating her stomach and the floor." +352300 ,,,,,2271061,,,,,,,,,,,,,,,Komako-chan looked at me with a confused expression. +352400 ,,,,,2271061,,コマコ,Komako,208_KC07_k_160.wav,komako,,0,,,,,,,,"Why did you do that? I told you to release it inside. You're\na liar, mister." +352500 ,,,,,2271061,,,,,,,,,,,,,,,"Being called a liar, something snapped inside me." +352600 ,,"",0,9000,,,,,,,,,,,,,,,,The sadness that had been masked by the pleasure of sex and\nthe desire to ejaculate began to overflow. +352800 ,*join_2,,,,,,,,,,,,,,,,,,,■Reunion 2 +352900 ,$event_return,,,,,,,,,,,,,,,,,,, +353000 ,,,12,31,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you idiot!" +353100 ,,,,,,,コマコ,Komako,208_KC07_k_161.wav,"komako,nude",,4,,,,,,,,Huh? +353200 ,,,,,,,,,,komako,,4,,,,,,,,Komako-chan looked bewildered as I yelled at her. +353300 ,,,,,,,,,,komako,,4,,,,,,,,"Seeing her face, tears began to flow like a dam breaking.\nIt's pathetic, but I couldn't stop." +353400 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"I really hate this, Komako-chan, you're terrible. I'm not\njust a tool for releasing semen!" +353500 ,,,,,,,コマコ,Komako,208_KC07_k_162.wav,komako,,14,,,,,,,,Huh? Huh? +353600 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"I like you, Komako-chan... but you don't see me at all. Do\nyou know how sad that makes me!?" +353700 ,,,,,,,コマコ,Komako,208_KC07_k_163.wav,komako,,14,,,,,,,,............ +353800 ,,,,,,,,,,komako,,14,,,,,,,,"As I cried and shouted, Komako-chan fell silent, looking\nawkward." +353900 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"Even a baby, I want you to have a baby, Komako-chan! I don't\nwant Chii-chan to have a baby with my semen!" +354000 ,,,,,,,コマコ,Komako,208_KC07_k_164.wav,komako,,34,,,,,,,,............ +354100 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,Are you okay with that? Are you happy if Chii-chan has a\nbaby with my semen? +354200 ,,,,,,,コマコ,Komako,208_KC07_k_165.wav,komako,,14,,,,,,,,Well... um... +354300 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"Chii-chan's baby would be my baby, you know? My cock would\nbe indirectly inside Chii- chan!" +354400 ,,,,,,,コマコ,Komako,208_KC07_k_166.wav,komako,,8,,,,,,,,Ugh... +354500 ,,,,,,,,,,komako,,8,,,,,,,,"Realizing what she was doing, Komako-chan bit her lip\ntightly." +354600 ,,,,,,,,,,komako,,8,,,,,,,,She couldn't say anything and just hung her head. +354700 ,,,,,,,,,,komako,,8,,,,,,,,"It's really pathetic and stupid, but even seeing her like\nthat, I couldn't stop. I couldn't hold back." +354800 ,,,,,,,主人公,Kiyoshi,,komako,,8,,,,,,,,"I don't want this! I want to have sex with Komako-chan. I\ndon't want to have sex with Chii-chan, even indirectly!" +354900 ,,,,,,,コマコ,Komako,208_KC07_k_167.wav,komako,,28,,,,,,,,Uncle... +355000 ,,,,,,,,,,komako,,28,,,,,,,,"Komako-chan reached out as if to comfort me by patting my\nhead, but then pulled her hand back." +355100 ,,,,,,,,,,komako,,28,,,,,,,,Even that bothered me. +355200 ,,,,,,,主人公,Kiyoshi,,komako,,28,,,,,,,,"Sure, I said I was okay with being a toy or a tool, right?\nBut if that's the case, then treat me with care!" +355300 ,,,,,,,コマコ,Komako,208_KC07_k_168.wav,komako,,34,,,,,,,,............ +355400 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,"Komako-chan, wouldn't you be sad if Chii- chan did something\nlike this to you!? You understand because you're in love\nwith Chii- chan too, right!?" +355500 ,,,,,,,,,,komako,,34,,,,,,,,"Tears, tears. Not just tears, but even snot was flowing,\nmaking my face a mess." +355600 ,,,,,,,,,,komako,,34,,,,,,,,"Even so, I shouted with all my heart." +355700 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,Uncle is in love with Komako-chan!! +355800 ,,,,,,,,,,komako,,34,,,,,,,,Huff huff huff huff. +355900 ,,,,,,,,,,komako,,34,,,,,,,,"After saying it all, I was completely out of breath. I\nstared at Komako-chan while breathing heavily." +356000 ,,,,,,,,,,komako,,34,,,,,,,,Komako-chan averted her eyes. +356100 ,,,,,,,コマコ,Komako,208_KC07_k_169.wav,komako,,14,,,,,,,,...I-I'm going home today. +356200 ,,,,,,,,,,komako,,14,,,,,,,,She said that and quickly started getting dressed. +356300 ,,,,,,,,,,komako,,14,,,,,,,,I was disappointed that she didn't say anything in response\nto my heartfelt shout. +356400 ,,,,,,,,,,komako,,14,,,,,,,,"After all, to Komako-chan, I was just that kind of person...\nor maybe just a toy." +356500 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,............ +356600 ,,,,,,,,,,,,,,,,,,,,"Feeling incredibly awkward, I turned my back to Komako-chan." +356700 ,,,,,,,,,,,,,,,,,,,,I hugged my knees while looking at the wall. +356800 ,,,,,,,,,,,,,,,,,,,,All I could hear was the sound of Komako-chan getting\ndressed behind me. +356900 ,,,,,,,コマコ,Komako,208_KC07_k_170.wav,,,,,,,,,,,"Well, I'm going home. Bye-bye, mister." +357000 ,,,,,,,,,,,,,,,,,,,,"Even when Komako-chan said goodbye, I didn't feel like\nresponding." +357100 ,,,,,,,,,,,,,,,,,,,,"The sliding door opened, and Komako-chan left." +357200 ,,,,,,,,,,,,,,,,,,,,"I just hugged my knees and continued to sob quietly, not\neven bothering to wipe away the tears that kept flowing." +357300 ,,,,,,,,,,,,,,,,,,,,"It can't be helped, right? After all, I just got my heart\nbroken―" +357400 ,,,0,9000,,,,,,,,,,,,,,,, +357600 ,@209_KC08,,,,,,,,,,,,,,,,,,, +357900 ,,,8,21,,,,,,,,,,,,,,,,I didn't think Komako-chan would come the day after\nsomething like that happened. +358000 ,,,,,,,,,,,,,,,,,,,,"But in the morning, she came to the shop with Chie-chan and\nTenka-chan." +358100 ,,,,,,,千恵,Chie,209_KC08_c_000.wav,"chie,private",,1,,,,,,,,"Hey there, mister, good morning!" +358200 ,,,,,,,甜花,Tenka,209_KC08_t_000.wav,,,,,,,"tenka,privateC",,12,,"Good morning, it's as hot as ever. Anyway, give me some\njuice." +358300 ,,,,,,,,,,,,,,,,,,,,Chie-chan and Tenka-chan were as lively as always. +358400 ,,,,,,,,,,,,,,,,,,,,As for Komako-chan... +358500 ,,,,,,,コマコ,Komako,209_KC08_k_000.wav,,,,"komako,privateC",,14,,,,,...Good morning. +358600 ,,,,,,,,,,,,,komako,,14,,,,,"Just like the first time we met, she quietly greeted me and\nhid behind Chie-chan." +358700 ,,,,,,,,,,,,,komako,,14,,,,,That attitude made my chest ache again. +358800 ,,,,,,,,,,,,,komako,,14,,,,,"But in front of Chie-chan and the others, I couldn't act\nstrangely only towards Komako- chan." +358900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Good morning, everyone." +359000 ,,,,,,,,,,,,,,,,,,,,I mustered all my self-control to put on the best smile I\ncould. +359100 ,,,,,,,,,,,,,,,,,,,,Komako-chan seemed somewhat relieved and stepped out from\nbehind Chie-chan. +359200 ,,,,,,,,,,,,,,,,,,,,"But when our eyes met, she awkwardly looked away again." +359300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,............ +359400 ,,,,,,,,,,,,,,,,,,,,"From her demeanor, I still can't tell if Komako-chan really\ndislikes me now or not." +359500 ,,,,,,,,,,,,,,,,,,,,"Even just a little... I hope my confession from yesterday\nreached her, even just a little..." +359600 ,,,,,,,千恵,Chie,209_KC08_c_001.wav,chie,,20,,,,,,,,"Hey, can we do our homework in the back room for now?" +359700 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,Of course. +359800 ,,,,,,,,,,chie,,20,,,,,,,,"That said, since the three of them came together, I can't\njust focus on Komako-chan." +359900 ,,,,,,,甜花,Tenka,209_KC08_t_001.wav,,,,,,,tenka,,20,,"Phew. Surprisingly, this 30 yen juice isn't bad. Oh, I left\nthe money over there." +360000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,20,,"Alright, alright. Thank you as always." +360100 ,,,,,,,,,,,,,,,,,,,,"While casually dealing with Chie-chan and Tenka-chan, a long\nday of awkward tension with Komako-chan began." +360300 ,,,12,31,,,,,,,,,,,,,,,,"And then, in the evening, Tenka-chan and Chie-chan went\nhome." +360400 ,,,,,,,,,,,,,,,,,,,,"But for some reason, only Komako-chan stayed behind at the\nshop." +360500 ,,,,,,,コマコ,Komako,209_KC08_k_001.wav,"komako,privateC",,14,,,,,,,,............ +360600 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"Um... Komako-chan, aren't you going home...?" +360700 ,,,,,,,,,,komako,,14,,,,,,,,"When I asked hesitantly, Komako-chan flinched and timidly\nlooked at me." +360800 ,,,,,,,コマコ,Komako,209_KC08_k_002.wav,komako,,14,,,,,,,,"Um, well, that is..." +360900 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan mumbled something under her breath but suddenly\nstood up. +361000 ,,,,,,,,,,komako,,14,,,,,,,,Then she faced me and bowed deeply. +361100 ,,,,,,,コマコ,Komako,209_KC08_k_003.wav,komako,,34,,,,,,,,I'm sorry! +361200 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,Huh? +361300 ,,,,,,,,,,komako,,34,,,,,,,,"In front of me, who was left speechless with my mouth agape,\nKomako-chan awkwardly averted her eyes and spoke." +361400 ,,,,,,,コマコ,Komako,209_KC08_k_004.wav,komako,,14,,,,,,,,Because I did something terrible yesterday... +361500 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"Ah, um, uh, yeah." +361600 ,,,,,,,,,,komako,,14,,,,,,,,"Suddenly being apologized to, I didn't know what kind of\nexpression to make. Does this mean... I'm not disliked?" +361700 ,,,,,,,,,,komako,,14,,,,,,,,"As I was bewildered, Komako-chan spoke hesitantly, thinking\ncarefully." +361800 ,,,,,,,コマコ,Komako,209_KC08_k_005.wav,komako,,8,,,,,,,,"You know, I think I was a bit selfish. You always supported\nChie-chan and me, and I thought it was okay to do anything\nfor that." +361900 ,,,,,,,主人公,Kiyoshi,,komako,,8,,,,,,,,Y-yeah. +362000 ,,,,,,,コマコ,Komako,209_KC08_k_006.wav,komako,,12,,,,,,,,And maybe I wanted a little revenge too. +362100 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,,,,,Revenge? +362200 ,,,,,,,コマコ,Komako,209_KC08_k_007.wav,komako,,35,,,,,,,,...Because you always forcefully do naughty things. +362300 ,,,,,,,主人公,Kiyoshi,,komako,,35,,,,,,,,Ugh... I'm sorry. That was my fault. +362400 ,,,,,,,コマコ,Komako,209_KC08_k_008.wav,komako,,14,,,,,,,,"No, it's okay now. I'm not angry." +362500 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan nodded once and sat down on the tatami in a\ngirlish manner. +362600 ,,,,,,,,,,komako,,14,,,,,,,,"She patted the space next to her with her hand, so I\nnervously sat there." +362700 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan sat with her knees up and started speaking\nslowly. +362800 ,,,,,,,コマコ,Komako,209_KC08_k_009.wav,komako,,14,,,,,,,,"You know, I've been thinking about a lot of things since\nthen." +362900 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,Yeah. +363000 ,,,,,,,コマコ,Komako,209_KC08_k_010.wav,komako,,7,,,,,,,,The one I love the most is Chie-chan. That hasn't changed. +363100 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,...Yeah. +363200 ,,,,,,,,,,komako,,7,,,,,,,,"Even though I knew it, hearing it again made my mood sink." +363300 ,,,,,,,,,,komako,,7,,,,,,,,I curled up my knees and hugged them. I didn't want to hear\nanything more. But Komako-chan showed no sign of getting up. +363400 ,,,,,,,,,,komako,,7,,,,,,,,"As I was wondering what to do, Komako-chan suddenly patted\nmy head. Surprised, I looked up." +363500 ,,,,,,,,,,komako,,7,,,,,,,,Komako-chan's gentle smile was there. +363600 ,,,,,,,コマコ,Komako,209_KC08_k_011.wav,"komakoL,privateC",,27,,,,,,,,"You know, uncle. But, I like you too." +363700 ,,,,,,,,,,komakoL,,27,,,,,,,,Thump. My heart raced. +363800 ,,,,,,,コマコ,Komako,209_KC08_k_012.wav,komakoL,,32,,,,,,,,"Um... Laika too, you know, our dog. Even when I say no like\nyou, he suddenly hugs me or licks me." +363900 ,,,,,,,主人公,Kiyoshi,,komakoL,,32,,,,,,,,Yeah. +364000 ,,,,,,,コマコ,Komako,209_KC08_k_013.wav,komakoL,,2,,,,,,,,"But, you know, it's because he likes me, and even though\nit's troublesome, it's also nice. He's really cute." +364100 ,,,,,,,主人公,Kiyoshi,,komakoL,,2,,,,,,,,Yeah. +364200 ,,,,,,,コマコ,Komako,209_KC08_k_014.wav,komakoL,,22,,,,,,,,"Uncle, you're a lot like Laika in that way. When I thought\nabout it slowly, being told 'I like you' might make me a\nlittle happy." +364300 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,R-really!? +364400 ,,,,,,,,,,komakoL,,22,,,,,,,,"The words were so happy that I doubted if it was a dream. I\npinched my cheek without thinking... It hurt, it's not a\ndream." +364500 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,It's not... a dream. +364600 ,,,,,,,コマコ,Komako,209_KC08_k_015.wav,komakoL,,6,,,,,,,,"It's true. You know... I can't say it well, but I think\nyou're a little cute, uncle." +364700 ,,,,,,,,,,komakoL,,6,,,,,,,,"Saying that, Komako-chan giggled." +364800 ,,,,,,,,,,komakoL,,6,,,,,,,,"Wow, wow, wow... It really feels like a dream. But it's not\na dream. I'm so happy." +364900 ,,,,,,,,,,komakoL,,6,,,,,,,,"Because, because, it's the first time Komako- chan said she\nlikes me." +365000 ,,,,,,,主人公,Kiyoshi,,komakoL,,6,,,,,,,,Komachaaaan!! +365100 ,,,,,,,コマコ,Komako,209_KC08_k_016.wav,komakoL,,24,,,,,,,,Kya! +365200 ,,,,,,,,,,komakoL,,24,,,,,,,,"Overwhelmed with emotion, I hugged Komako- chan and rubbed\nmy cheek against hers." +365300 ,,,,,,,コマコ,Komako,209_KC08_k_017.wav,komakoL,,12,,,,,,,,"Geez, uncle. Your beard is prickly~" +365400 ,,,,,,,,,,komakoL,,12,,,,,,,,"Even though she said that, Komako-chan didn't push me away.\nInstead, she gently patted my head." +365500 ,,,,,,,,,,komakoL,,12,,,,,,,,"Feeling happy, I couldn't help but play around more." +365600 ,,,,,,,主人公,Kiyoshi,,komakoL,,12,,,,,,,,Woof woof! Woof woof! +365700 ,,,,,,,,,,komakoL,,12,,,,,,,,"Imitating a dog's bark, I rubbed my head against various\nparts of Komako-chan's body." +365800 ,,,,,,,コマコ,Komako,209_KC08_k_018.wav,komakoL,,21,,,,,,,,"Kya, stop it, it tickles~. Hehe, heheheheh" +365900 ,,,,,,,,,,komakoL,,21,,,,,,,,Komako-chan laughed joyfully and patted me. +366000 ,,,,,,,,,,komakoL,,21,,,,,,,,"Thinking I might as well play the butter dog game, I stuck\nmy head under Komako-chan's skirt." +366100 ,,,,,,,コマコ,Komako,209_KC08_k_019.wav,komakoL,,4,,,,,,,,Wahhh! +366200 ,,,,,,,,,,komakoL,,4,,,,,,,,"And there, I found a treasure." +366300 ,,,,,,,,,,komakoL,,4,,,,,,,,"The usual cute panties. The crotch part was puffed up like a\ndiaper, with something paper-like peeking out from the edge." +366400 ,,,,,,,,,,komakoL,,4,,,,,,,,"Th-this, could it be... a sanitary napkin?" +366500 ,,,,,,,主人公,Kiyoshi,,komakoL,,4,,,,,,,,Wahoooo! +366600 ,,,,,,,,,,komakoL,,4,,,,,,,,"Wow, it's the first time I've seen one! Having a period\nmeans she can have babies!" +366700 ,,,,,,,,,,komakoL,,4,,,,,,,,"Overwhelmed with excitement, I couldn't help but bite the\npanties. I gently nibbled on the napkin and tugged at the\nfabric." +366800 ,,,,,,,コマコ,Komako,209_KC08_k_020.wav,komakoL,,10,,,,,,,,"Kya, hey, uncle, no! Stop! Sit!" +366900 ,,,,,,,主人公,Kiyoshi,,komakoL,,10,,,,,,,,Woof! +367000 ,,,,,,,,,,komakoL,,10,,,,,,,,"Reflexively, I struck a dog sitting pose. I was reluctant to\nleave from under the skirt, but..." +367100 ,,,,,,,,,,komakoL,,10,,,,,,,,I didn't want to force it and get Komako-chan mad at me\nagain. +367200 ,,,,,,,,,,komakoL,,10,,,,,,,,"While sitting obediently, Komako-chan tilted her head and\nasked." +367300 ,,,,,,,コマコ,Komako,209_KC08_k_021.wav,komakoL,,13,,,,,,,,Do you want to lick my crotch? +367400 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,Woof! +367500 ,,,,,,,,,,komakoL,,13,,,,,,,,"I nodded energetically, and Komako-chan laughed as if she\ncouldn't help it. She patted my head." +367600 ,,,,,,,,,,komakoL,,13,,,,,,,,"I was worried, wondering if it was no good or impossible,\nbut Komako-chan put her hand under her skirt." +367700 ,,,,,,,コマコ,Komako,209_KC08_k_022.wav,komakoL,,16,,,,,,,,"Okay, but there might be a little blood, so it could be a\nbit messy. Is that still okay?" +367800 ,,,,,,,主人公,Kiyoshi,,komakoL,,16,,,,,,,,Woof! +367900 ,,,,,,,,,,komakoL,,16,,,,,,,,"Not just okay, it's a reward! I nodded energetically again,\nand after Komako-chan patted my head once more, she took off\nher panties." +368000 ,,,,,,,,,,komakoL,,16,,,,,,,,"As I lay on my back showing my belly, waiting, Komako-chan\nstraddled my face and lowered her butt." +368100 ,,,,,,,,,,komakoL,,16,,,,,,,,"The scent of blood mixed with Komako-chan's smell hit my\nnose, and a pleasant weight pressed on my face." +368300 ,,,9,,2280000,,,,,,,,,,,,,,, +368400 ,*mem,,,,2280000,,,,,,,,,,,,,,, +368500 ,,,9,,2280000,,コマコ,Komako,209_KC08_k_023.wav,komako,,0,,,,,,,,"Hmm... Uncle, are you okay? Is it not too heavy?" +368600 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'm fine. It's not heavy at all. You could lower your\nhips even more." +368700 ,,,,,2280000,,コマコ,Komako,209_KC08_k_024.wav,komako,,0,,,,,,,,Really? +368800 ,,,,,2280000,,,,,,,,,,,,,,,Komako-chan tilted her head slightly and pressed her pussy\nagainst my mouth and nose. +368900 ,,,,,2280000,,,,,,,,,,,,,,,"Her pussy, slippery with blood, touched my lips, and that\nslightly fishy, unique taste flowed in." +369000 ,,,,,2280000,,,,,,,,,,,,,,,The scent of Komako-chan's menstrual blood filled my nose. I\ncouldn't help but take a deep breath. Ah... it's fragrant. +369100 ,,,,,2280000,,コマコ,Komako,209_KC08_k_025.wav,komako,,0,,,,,,,,"Uncle... your breathing is really heavy, it's a bit\nticklish." +369200 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, sorry." +369300 ,,,,,2280000,,コマコ,Komako,209_KC08_k_026.wav,komako,,0,,,,,,,,"So, do you really want to? It's messy, you know? Do you\nreally, really want to lick it?" +369400 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! Because it's Komako-chan's pussy that I love. +369500 ,,,,,2280000,,,,,,,,,,,,,,,"When I said that, Komako-chan showed a slightly embarrassed\nexpression and looked away." +369600 ,,,,,2280000,,コマコ,Komako,209_KC08_k_027.wav,komako,,0,,,,,,,,"W-Well, if that's the case... I guess it's okay... go ahead\nand lick it." +369700 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,Thank you! Then... +369800 ,,,,,2280000,,,,,,,,,,,,,,,I took a deep breath again and extended my tongue to touch\nKomako-chan's vaginal opening. +370000 ,,,,,2280010,,コマコ,Komako,209_KC08_k_028.wav,komako,,0,,,,,,,,"Hya, mm..." +370100 ,,,,,2280010,,,,,,,,,,,,,,,"As I licked up the slit, sticky with blood, Komako-chan's\ninner thighs trembled slightly." +370200 ,,,,,2280010,,,,,,,,,,,,,,,"Komako-chan's taste spread throughout my mouth. It's a\npeculiar taste, but to me, it's like nectar." +370300 ,,,,,2280010,,,,,,,,,,,,,,,"Licking Komako-chan's for the first time was like a drug,\nand I couldn't help but get absorbed in it." +370400 ,,,,,2280010,,コマコ,Komako,209_KC08_k_029.wav,komako,,0,,,,,,,,Mmm... it's a little embarrassing... maybe... +370500 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,"Mmm... really...? If it's a puppy, it's not weird to lick a\nlot, right...? Picha, lero." +370600 ,,,,,2280010,,,,,,,,,,,,,,,"While licking Komako-chan's ketchup-covered slit, I glanced\nup to see her reaction." +370700 ,,,,,2280010,,,,,,,,,,,,,,,"Komako-chan blushed slightly, looking a bit embarrassed." +370800 ,,,,,2280010,,コマコ,Komako,209_KC08_k_030.wav,komako,,0,,,,,,,,"But, it's still dirty there... it's where I pee too... mm..." +370900 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, there's a lot of blood on it. But if I lick it clean\nlike this, doesn't it feel good? Leron." +371000 ,,,,,2280010,,コマコ,Komako,209_KC08_k_031.wav,komako,,0,,,,,,,,"Well... it feels a little good, but... mm, still, it's a\nbit... mm, embarrassing..." +371100 ,,,,,2280010,,,,,,,,,,,,,,,Komako-chan's butt quivered as she occasionally bit her lip. +371200 ,,,,,2280010,,,,,,,,,,,,,,,"Her expression, as if enduring pleasure, was so erotic that\nit made me incredibly excited, and my cock throbbed." +371300 ,,,,,2280010,,,,,,,,,,,,,,,I couldn't help but reach out and stroke my cock while\ncontinuing to serve with my tongue. +371400 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,"Lero... by the way, there wasn't any blood yesterday. Did\nyour period start today?" +371500 ,,,,,2280010,,,,,,,,,,,,,,,"When I asked that, Komako-chan looked a bit confused." +371700 ,,,,,2280000,,コマコ,Komako,209_KC08_k_032.wav,komako,,0,,,,,,,,"Um... when I woke up, there was blood. It was my first time,\nso I was surprised." +371800 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,"Hahaha, your first time!?" +371900 ,,,,,2280000,,,,,,,,,,,,,,,"I figured it was her first time since Komako- chan had never\nbeen on her period before, but hearing it confirmed made me\neven more excited." +372000 ,,,,,2280000,,,,,,,,,,,,,,,My breathing became heavy. +372100 ,,,,,2280000,,コマコ,Komako,209_KC08_k_033.wav,komako,,0,,,,,,,,"Eek, it's hot... Uncle, your breathing is too heavy. Were\nyou that surprised?" +372200 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah. I mean, I've never heard about your period from you\nbefore, Komako-chan. Does your stomach hurt? Are you okay?" +372300 ,,,,,2280000,,コマコ,Komako,209_KC08_k_034.wav,komako,,0,,,,,,,,"It doesn't hurt much. My stomach feels a bit heavy, though.\nBut more than that, the slimy feeling in my panties was\nuncomfortable." +372400 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,I see... +372500 ,,,,,2280000,,,,,,,,,,,,,,,"I've heard that periods can be really tough for some people,\nbut maybe Komako-chan has it easy. If that's the case, maybe\nwe can do lots of naughty things." +372600 ,,,,,2280000,,コマコ,Komako,209_KC08_k_035.wav,komako,,0,,,,,,,,"I was surprised at first, but since I learned about it in\nhealth class, I quickly changed my panties and put on a pad." +372700 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,"Wow... that's impressive. So, Komako-chan is already a\ngrown-up woman." +372800 ,,,,,2280000,,コマコ,Komako,209_KC08_k_036.wav,komako,,0,,,,,,,,Really? +372900 ,,,,,2280000,,,,,,,,,,,,,,,"Komako-chan tilted her head in confusion, still not fully\nunderstanding." +373000 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,"Because having your period means your body is ready to have\na baby if you have sex. That's amazing, I'm so happy for\nyou." +373200 ,,,,,2280000,,,,,,,,,,,,,,,"When I said that, Komako-chan finally understood and blushed\ndeeply, turning her face away." +373300 ,,,,,2280020,,コマコ,Komako,209_KC08_k_037.wav,komako,,0,,,,,,,,"W-When you say it like that, it's a bit embarrassing." +373400 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,Huh? Why? +373500 ,,,,,2280020,,コマコ,Komako,209_KC08_k_038.wav,komako,,0,,,,,,,,...It makes it sound like my body has become even more\nsexual. Geez. +373600 ,,,,,2280020,,,,,,,,,,,,,,,I think her body is already quite sexy. But it seems that\nway of saying it embarrassed Komako-chan. Girls are\ncomplicated. +373700 ,,,,,2280020,,,,,,,,,,,,,,,"Still, hearing about her first period makes me curious about\nvarious things." +373800 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, hey, did your dad or mom celebrate it with you? Did you\neat red rice or anything?" +373900 ,,,,,2280020,,コマコ,Komako,209_KC08_k_039.wav,komako,,0,,,,,,,,...Why are you asking that? +374000 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"Well, it's the first day you became an adult woman, right? I\nwas wondering if there was any celebration." +374100 ,,,,,2280020,,コマコ,Komako,209_KC08_k_040.wav,komako,,0,,,,,,,,I-I don't know! Why do you keep saying such embarrassing\nthings? +374200 ,,,,,2280020,,,,,,,,,,,,,,,She gave me a light glare. I might have made her a bit\nangry. +374300 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"S-Sorry... but, I'm just so happy, I couldn't help it." +374400 ,,,,,2280020,,コマコ,Komako,209_KC08_k_041.wav,komako,,0,,,,,,,,"Whether I can have a baby or not has nothing to do with you,\nuncle." +374500 ,,,,,2280020,,,,,,,,,,,,,,,"She finally turned away from me. Oh no, I might have said\ntoo much in my excitement." +374600 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, I'm sorry. As an apology, I'll make your pussy\nreally clean." +374700 ,,,,,2280020,,,,,,,,,,,,,,,"Saying that, I inserted my tongue into the slit where the\nmenstrual blood was flowing again and started licking." +374900 ,,,,,2280010,,コマコ,Komako,209_KC08_k_042.wav,komako,,0,,,,,,,,"Ahh... that's not an apology... mmm, ahh..." +375000 ,,,,,2280010,,,,,,,,,,,,,,,Komako-chan blushed with embarrassment and tried to pull her\nbutt away. I grabbed her waist and continued to lick\nforcefully. +375100 ,,,,,2280010,,コマコ,Komako,209_KC08_k_043.wav,komako,,0,,,,,,,,"Ah, mmm... uncle, you're really like a puppy... after\ntalking about such naughty things, if you lick there,\nthen..." +375200 ,,,,,2280010,,,,,,,,,,,,,,,Komako-chan suddenly became restless. ...Maybe she didn't\nrealize this was something naughty until now. +375300 ,,,,,2280010,,,,,,,,,,,,,,,Even though she seemed to know that a blowjob was something\nnaughty. +375400 ,,,,,2280010,,,,,,,,,,,,,,,"Ah! Dogs lick all sorts of places, but that's not\nnecessarily something naughty!" +375500 ,,,,,2280010,,コマコ,Komako,209_KC08_k_044.wav,komako,,0,,,,,,,,"Ahh, mmm... I'm starting to feel really embarrassed...\nmaybe. Hey, uncle, soon..." +375600 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,Woof woof woof. Lick lick lick lick... +375700 ,,,,,2280010,,,,,,,,,,,,,,,"It seemed like Komako-chan was about to ask me to stop, but\nI pretended to be an oblivious dog and kept licking." +375800 ,,,,,2280010,,,,,,,,,,,,,,,"Such a delicious situation, it would be a waste to end it so\neasily." +375900 ,,,,,2280010,,コマコ,Komako,209_KC08_k_045.wav,komako,,0,,,,,,,,"Mmm... no, I said no... wait... penis..." +376000 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,Woof! +376100 ,,,,,2280010,,,,,,,,,,,,,,,I wiggled my hips and showed off my erect cock. +376200 ,,,,,2280010,,コマコ,Komako,209_KC08_k_046.wav,komako,,0,,,,,,,,Not that kind of penis... ahhh... mmm... I just thought I\nwas playing with the dog... +376300 ,,,,,2280010,,,,,,,,,,,,,,,I glanced up at Komako-chan's face as she said that. +376400 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,"But, uncle wants to do naughty things because he likes\nKomako-chan. Yesterday, you licked my penis and did naughty\nthings with your mouth, right? It's the same thing, isn't\nit?" +376500 ,,,,,2280010,,コマコ,Komako,209_KC08_k_047.wav,komako,,0,,,,,,,,Ah...! +376600 ,,,,,2280010,,,,,,,,,,,,,,,"Finally realizing the truth, Komako-chan's face turned\nbright red. She looked so cute that I wanted to embarrass\nher even more." +376700 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,"So, can I lick your grown-up pussy more? I want to lick it a\nlot." +376900 ,,,,,2280010,,,,,,,,,,,,,,,"When I said that while looking up at her, Komako-chan looked\na bit angry." +377000 ,,,,,2280020,,コマコ,Komako,209_KC08_k_048.wav,komako,,0,,,,,,,,No... I didn't come here today to do naughty things. +377100 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"Don't say that. You like uncle, right?" +377200 ,,,,,2280020,,コマコ,Komako,209_KC08_k_049.wav,komako,,0,,,,,,,,"I said I like you, but, um, not in that way... ahhhh!" +377300 ,,,,,2280020,,,,,,,,,,,,,,,"Komako-chan tried to escape in embarrassment, but when I\nlicked her pussy, she let out a very naughty voice." +377400 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, you said I could lick your pussy. Are you lying to\nuncle, Komako-chan?" +377500 ,,,,,2280020,,コマコ,Komako,209_KC08_k_050.wav,komako,,0,,,,,,,,Ugh... that's a bit unfair to say it like that... +377600 ,,,,,2280020,,,,,,,,,,,,,,,"I turned my attention away and placed my mouth on Komako-\nchan's pussy, slipping my tongue into the narrow opening." +377700 ,,,,,2280020,,,,,,,,,,,,,,,The more intense taste of menstrual blood stung my tongue.\nKomako-chan's vaginal entrance tightened around my tongue. +377800 ,,,,,2280020,,コマコ,Komako,209_KC08_k_051.wav,komako,,0,,,,,,,,"Hyahh... mmm, so..." +377900 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"See? It's okay to lick, right? Just licking. I won't do\nanything Komako-chan dislikes, and I'll make you feel good,\nand I'll keep helping Chi-chan too..." +378000 ,,,,,2280020,,,,,,,,,,,,,,,"Desperately pleading like that, I moved my tongue in and out\nto loosen her vaginal entrance." +378100 ,,,,,2280020,,,,,,,,,,,,,,,"Then, although reluctantly, Komako-chan nodded." +378200 ,,,,,2280020,,コマコ,Komako,209_KC08_k_052.wav,komako,,0,,,,,,,,"Geez... uncle dog is more stubborn than my Laika... I guess\nI have no choice, it's okay." +378300 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"Wahoo! Thank you, Komako-chan. I'll make you feel really\ngood!" +378400 ,,,,,2280020,,,,,,,,,,,,,,,"With the owner's approval, my excitement skyrocketed, and I\nstarted licking Komako- chan's slit like a silly dog." +378600 ,,,,,2280030,,コマコ,Komako,209_KC08_k_053.wav,komako,,0,,,,,,,,Ahhh... nn... not so suddenly intense... nnnn... +378700 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"Does it feel good? Hey, Komako-chan, does it feel good? Lick\nlick lick, slurp." +378800 ,,,,,2280030,,コマコ,Komako,209_KC08_k_054.wav,komako,,0,,,,,,,,"That's why... nnnn, don't ask things like that... nn, ahh,\nit's embarrassing..." +378900 ,,,,,2280030,,,,,,,,,,,,,,,"Even though she said that, shaking her head, Komako-chan's\nvagina started overflowing with more than just menstrual\nblood." +379000 ,,,,,2280030,,,,,,,,,,,,,,,"The taste of Komako-chan's naughty juices mixed with the\nblood, creating an even more lewd cocktail." +379100 ,,,,,2280030,,,,,,,,,,,,,,,"It felt so erotically delicious that I couldn't stop\nlicking, becoming addicted." +379200 ,,,,,2280030,,コマコ,Komako,209_KC08_k_055.wav,komako,,0,,,,,,,,"Nnn... ahh... I really didn't plan on having sex today...\nnnn, ah, nn..." +379300 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,Didn't plan on it? +379400 ,,,,,2280030,,コマコ,Komako,209_KC08_k_056.wav,komako,,0,,,,,,,,"When you lick inside my pussy like that, it tingles... ahh,\nmy stomach is buzzing..." +379500 ,,,,,2280030,,,,,,,,,,,,,,,Komako-chan's inner thighs were trembling with pleasure. +379600 ,,,,,2280030,,,,,,,,,,,,,,,"Her vaginal entrance was contracting, welcoming my tongue.\nSince I had been wiping away the blood with my tongue, there\nwas more saliva than the slippery blood now." +379700 ,,,,,2280030,,,,,,,,,,,,,,,"And with the addition of Komako-chan's overflowing love\njuices, it was completely wet with lewd fluids." +379800 ,,,,,2280030,,コマコ,Komako,209_KC08_k_057.wav,komako,,0,,,,,,,,"Ahhh... nnnn... my pussy is hot... nnn, your tongue is going\nin and out of my pussy..." +379900 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,Are you getting in the mood? +380000 ,,,,,2280030,,コマコ,Komako,209_KC08_k_058.wav,komako,,0,,,,,,,,"I-I don't know... nnnn... that's why I said not to ask\nembarrassing things... nn, even though I said it... nn..." +380100 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, it's just that Komako-chan's here is starting to\ntaste really naughty." +380200 ,,,,,2280030,,コマコ,Komako,209_KC08_k_059.wav,komako,,0,,,,,,,,"Don't say things like that either... nn, ahh... ahh, nn,\nuncle, you have no delicacy... nnnn..." +380300 ,,,,,2280030,,,,,,,,,,,,,,,"Even though Komako-chan said that, her voice was becoming\nsweeter and sweeter with each lick." +380400 ,,,,,2280030,,,,,,,,,,,,,,,"A cocktail of saliva, love juices, and menstrual blood\ntrickled down her thigh." +380500 ,,,,,2280030,,,,,,,,,,,,,,,"The labia minora that my tongue touched were trembling, as\nif saying it feels good." +380600 ,,,,,2280030,,コマコ,Komako,209_KC08_k_060.wav,komako,,0,,,,,,,,"Nnnn, usually, puppies don't lick inside the vagina..." +380700 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"I see, then I'll lick somewhere else." +380800 ,,,,,2280040,,コマコ,Komako,209_KC08_k_061.wav,komako,,0,,,,,,,,"Huh? Ah, ahhh, not there..." +380900 ,,,,,2280040,,,,,,,,,,,,,,,"Because Komako-chan was being teasing, I couldn't help but\nwant to tease her back, so I withdrew my tongue and licked\nher clitoris." +381000 ,,,,,2280040,,,,,,,,,,,,,,,"There, which I hadn't licked yet, had a slight taste of\nblood." +381100 ,,,,,2280040,,,,,,,,,,,,,,,"Perhaps because she was excited from the previous tongue\nplay, it was already hard and erect." +381200 ,,,,,2280030,,コマコ,Komako,209_KC08_k_062.wav,komako,,0,,,,,,,,"Hyah... nnn, not the clit... the clit is... no... because,\num..." +381300 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"I know, Komako-chan, your clit is sensitive, right? When\nit's licked, your pussy gets naughty, doesn't it?" +381400 ,,,,,2280030,,,,,,,,,,,,,,,"I've always seen her playing with Chii-chan during their\nlesbian sessions, touching each other's clitoris." +381500 ,,,,,2280030,,,,,,,,,,,,,,,I gently swirled my tongue around the clit that was exposed\nand hard. +381600 ,,,,,2280030,,,,,,,,,,,,,,,"Then Komako-chan arched her back in distress, her knees\ntrembling." +381700 ,,,,,2280030,,コマコ,Komako,209_KC08_k_063.wav,komako,,0,,,,,,,,"Nnnnn, the inside of my pussy is tightening... no... not\nthere... nnn, kuh, nnnn" +381800 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,Not here? Then how about here? +381900 ,,,,,2280040,,コマコ,Komako,209_KC08_k_064.wav,komako,,0,,,,,,,,"Ah, nnn, hyuu, there, that's..." +382000 ,,,,,2280040,,,,,,,,,,,,,,,"Since she said no to the clitoris, I poked the urethral\nopening just below it with my tongue. It had a slight taste\nof urine." +382100 ,,,,,2280040,,,,,,,,,,,,,,,"I teased the smallest and narrowest hole in Komako-chan's\nbody with my tongue, like pricking with a needle." +382300 ,,,,,2280040,,コマコ,Komako,209_KC08_k_065.wav,komako,,0,,,,,,,,"Ah, ahh, nnn, hyuu, no, there, I'll feel like I need to\npee..." +382400 ,,,,,2280040,,,,,,,,,,,,,,,Komako-chan said that in a tearful voice while slightly\nclosing her legs. +382500 ,,,,,2280040,,,,,,,,,,,,,,,"Hearing her say that, I got even more excited and couldn't\nstop." +382600 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, if it's Komako-chan's pee, I'll drink it for you." +382700 ,,,,,2280040,,コマコ,Komako,209_KC08_k_066.wav,komako,,0,,,,,,,,"Nn, no, I said no... nnn, that's dirty... hya, don't lick\nit... nnnn" +382800 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll lick your pussy again." +382900 ,,,,,2280040,,コマコ,Komako,209_KC08_k_067.wav,komako,,0,,,,,,,,"Fuaaahhh, hnn, ahh, no, it's more than before... ?" +383000 ,,,,,2280040,,,,,,,,,,,,,,,"Since she said no, I swirled my tongue around the entrance\nof her pussy again." +383100 ,,,,,2280040,,,,,,,,,,,,,,,"It seemed she was more sensitive, as her reaction was even\nmore intense than before." +383200 ,,,,,2280040,,コマコ,Komako,209_KC08_k_068.wav,komako,,0,,,,,,,,"Ah, nn... hya, ahh... no, nn, my pussy is melting... it's\nbecome so sensitive..." +383300 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"Your pussy is no good? You've been saying no a lot, Komako-\nchan." +383400 ,,,,,2280040,,コマコ,Komako,209_KC08_k_069.wav,komako,,0,,,,,,,,"But, but... nnn, you're doing such lewd... licking... fuaaah" +383500 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,But I want to be lewd with Komako-chan. You said it was okay\ntoo. +383600 ,,,,,2280040,,,,,,,,,,,,,,,"Resolving myself, I sucked on her clitoris this time." +383700 ,,,,,2280040,,,,,,,,,,,,,,,I pressed the small nub with my lips and sucked gently. I\nalso flicked the tip with my tongue. +383800 ,,,,,2280040,,,,,,,,,,,,,,,Komako-chan arched her back violently as if electricity ran\nthrough her. +383900 ,,,,,2280040,,コマコ,Komako,209_KC08_k_070.wav,komako,,0,,,,,,,,"Hyaaah, c-clit is no good... my stomach feels tight..." +384000 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"Lick lick... yeah, yeah, your stomach feels tight, and then\nwhat happens?" +384100 ,,,,,2280030,,コマコ,Komako,209_KC08_k_071.wav,komako,,0,,,,,,,,The tingling in my pussy gets intense... it throbs and gets\nhot... it's hot... +384200 ,,,,,2280030,,,,,,,,,,,,,,,It seemed that playing with her clitoris and around her\npussy made it throb uncontrollably. +384300 ,,,,,2280030,,,,,,,,,,,,,,,"So if I keep teasing her clit and the entrance, maybe\nKomako-chan will start wanting my cock?" +384400 ,,,,,2280030,,,,,,,,,,,,,,,"With that hope in mind, I put more passion into my tongue\nservice." +384500 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, hey, does that mean your pussy is tingling and you\nmight start wanting my cock?" +384600 ,,,,,2280040,,コマコ,Komako,209_KC08_k_072.wav,komako,,0,,,,,,,,!!! +384700 ,,,,,2280040,,,,,,,,,,,,,,,"When I tried asking, Komako-chan was obviously embarrassed\nand looked away. Her ears were bright red and trembling." +384800 ,,,,,2280040,,コマコ,Komako,209_KC08_k_073.wav,komako,,0,,,,,,,,I-I-I didn't say anything like that. I-I'm fine without\nhaving your cock inside... really... nnngh. +384900 ,,,,,2280040,,,,,,,,,,,,,,,"Even though Komako-chan says that, her butt is wriggling as\nif wanting more, and the entrance to her pussy is twitching." +385000 ,,,,,2280040,,,,,,,,,,,,,,,"It looks like it's opening and closing, as if saying it\nwants to eat some cock." +385100 ,,,,,2280040,,,,,,,,,,,,,,,"Alright, in that case, I'll make her pussy tingle even more\nand get Komako-chan to ask for my cock herself!" +385200 ,,,,,2280040,,,,,,,,,,,,,,,"Oh, by the way, earlier―" +385300 ,,,,,2280040,,コマコ,Komako,209_KC08_k_074.wav,komako,,0,,,,,,,,"!? T-That's why... that... it's the hole I pee from, it's\ndirty..." +385400 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, that's why I'll clean it with my puppy tongue~" +385500 ,,,,,2280040,,,,,,,,,,,,,,,"I remembered she said that licking her pee hole makes her\nwant to pee, so I started teasing her urethra again." +385600 ,,,,,2280040,,,,,,,,,,,,,,,It seems like it makes her pussy twitch and throb too. And I\ncan drink her pee. I realized it's like killing two birds\nwith one stone. +385700 ,,,,,2280040,,,,,,,,,,,,,,,"Komako-chan tried to pull her red face and butt away to\nescape, but of course, I wouldn't let her." +385800 ,,,,,2280040,,コマコ,Komako,209_KC08_k_075.wav,komako,,0,,,,,,,,"Nnngh, no... if you lick there, I'll really... I'll really\nfeel like peeing..." +385900 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, it's okay, just let it out. If you do, I'll drink\nit all up for you." +386000 ,,,,,2280040,,コマコ,Komako,209_KC08_k_076.wav,komako,,0,,,,,,,,That's no good! It's way too embarrassing! I really can't...\nfuuuuuu~ +386200 ,,,,,2280040,,,,,,,,,,,,,,,"Even though she says no, when I twirled my tongue around her\npee hole, Komako-chan seemed to go limp and couldn't move." +386300 ,,,,,2280040,,,,,,,,,,,,,,,"Occasionally, her hips would twitch." +386400 ,,,,,2280030,,コマコ,Komako,209_KC08_k_077.wav,komako,,0,,,,,,,,"Ah... hey, really... really, no, hey, it's no good... uuuuh,\npee, pee, it's going to come out..." +386500 ,,,,,2280030,,,,,,,,,,,,,,,"It seemed she was really at her limit, as her urethra\nstarted twitching." +386600 ,,,,,2280030,,,,,,,,,,,,,,,"But when you say things like that, it just makes me more\nexcited, and I can't help but move my tongue." +386700 ,,,,,2280030,,,,,,,,,,,,,,,"No, not just licking, I'll even suck on it." +386800 ,,,,,2280030,,コマコ,Komako,209_KC08_k_078.wav,komako,,0,,,,,,,,"Hiiiii, don't suck, don't suck, I'll pee, I'll pee, it's\ngoing to come out!" +386900 ,,,,,2280030,,,,,,,,,,,,,,,"I kiss the tiny hole repeatedly, like giving it little\nkisses." +387000 ,,,,,2280030,,,,,,,,,,,,,,,"Each time, the love juices mixed with menstrual blood\ndripped down her thighs." +387100 ,,,,,2280030,,,,,,,,,,,,,,,Komako-chan was almost in tears. She must really need to\npee. +387200 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,That's why I said it's okay to let it all out. I'll drink it\nfor you. +387300 ,,,,,2280030,,コマコ,Komako,209_KC08_k_079.wav,komako,,0,,,,,,,,"Nnnn, peeing while being watched by you is just too\nembarrassing... I don't want to wet myself..." +387400 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"I won't tell anyone, lick lick." +387500 ,,,,,2280030,,コマコ,Komako,209_KC08_k_080.wav,komako,,0,,,,,,,,"That's not the problem... ahh, no, not my clit too, it'll\nmake me want to pee even more!" +387600 ,,,,,2280030,,,,,,,,,,,,,,,"As I licked both her urethra and clit together, moving my\ntongue back and forth, Komako-chan's voice became even more\nlewd." +387700 ,,,,,2280030,,,,,,,,,,,,,,,I heard something good. +387800 ,,,,,2280030,,,,,,,,,,,,,,,"I thoroughly stimulated both her clit and urethra with the\ntip of my tongue, rubbing them together with a wet tongue." +387900 ,,,,,2280030,,コマコ,Komako,209_KC08_k_081.wav,komako,,0,,,,,,,,"No, I can't... it's coming out, the pee is coming out...\nstop, let me go to the bathroom... nnnn!" +388000 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,Just think of my mouth as the bathroom! Lick lick. +388100 ,,,,,2280030,,コマコ,Komako,209_KC08_k_082.wav,komako,,0,,,,,,,,"There's no way... nnn, I can do that... nooo, I really can't\nanymore..." +388200 ,,,,,2280030,,,,,,,,,,,,,,,"Seeing that she wasn't trying to stand up and go to the\nbathroom, she might really be at the point where she'd leak\nif she moved." +388300 ,,,,,2280030,,,,,,,,,,,,,,,"Well, there's no way I'm letting her escape like that." +388400 ,,,,,2280030,,,,,,,,,,,,,,,"At this point, I'm definitely going to drink Komako-chan's\npee!" +388500 ,,,,,2280040,,コマコ,Komako,209_KC08_k_083.wav,komako,,0,,,,,,,,"Please... don't lick my clit and pee hole anymore... hiiii,\nnooo, it'll leak..." +388600 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"Is it no good with your clit and pee hole? Then, I'll lick\nyour pussy again." +388700 ,,,,,2280040,,コマコ,Komako,209_KC08_k_084.wav,komako,,0,,,,,,,,"Eh, ah, th-that is... hyaaaaaaahhhh!" +388800 ,,,,,2280040,,,,,,,,,,,,,,,"Even when I changed my target to her pussy, Komako-chan's\nreactions didn't change." +388900 ,,,,,2280040,,,,,,,,,,,,,,,"Her entire crotch seemed to be sensitized and aroused, and\nit seemed like touching anywhere would trigger her urge to\npee." +389000 ,,,,,2280040,,,,,,,,,,,,,,,I deliberately teased her by slowly moving my tongue in and\nout of her pussy. +389100 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"It seems like you don't like it rough... slurp, so I tried\ndoing it slowly... slurp, like this, slurp." +389200 ,,,,,2280040,,コマコ,Komako,209_KC08_k_085.wav,komako,,0,,,,,,,,"Ugh, no... ah... hnnn, don't lick my pussy... it resonates,\nit resonates in my pee hole..." +389300 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,Really? Slurp slurp... does it make you want to pee if I do\nthis? Slurp. +389400 ,,,,,2280030,,コマコ,Komako,209_KC08_k_086.wav,komako,,0,,,,,,,,"It does, it does, I can't anymore, no, it'll leak, I don't\nwant to wet myself, noooo!" +389500 ,,,,,2280030,,,,,,,,,,,,,,,"But despite everything, Komako-chan still hasn't peed." +389600 ,,,,,2280030,,,,,,,,,,,,,,,"Komako-chan trying her best to hold it in is cute, but they\nsay holding your pee too much isn't good for your health..." +389700 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, it's okay. It's not embarrassing, I won't tell\nanyone or laugh." +389800 ,,,,,2280030,,コマコ,Komako,209_KC08_k_087.wav,komako,,0,,,,,,,,"Haa haa... that's not the issue... nnngh, hyaaaahhhh,\nnnnghhh!" +389900 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"So, let me drink lots of your pee, Komako- chan. I love you!" +390000 ,,,,,2280030,,,,,,,,,,,,,,,"Saying that as a final push, I pressed my mouth against\nKomako-chan's crotch." +390100 ,,,,,2280030,,,,,,,,,,,,,,,"Then, I sucked hard on her urethra, stimulating her pee hole\nwith the tip of my tongue to encourage her to urinate." +390200 ,,,,,2280030,,,,,,,,,,,,,,,That was the final blow. +390400 ,,,,,2280040,,コマコ,Komako,209_KC08_k_088.wav,komako,,0,,,,,,,,"No more! It's coming out, I'm coming! Aaaaaahhhhhhh!" +390500 ,,,,,2280060,,,,,,,,,,,,,,,Jororororororooooo! +390600 ,,,,,2280060,,,,,,,,,,,,,,,A golden fountain burst vigorously from Komako-chan's\ncrotch. +390700 ,,,,,2280060,,コマコ,Komako,209_KC08_k_089.wav,komako,,0,,,,,,,,"Ah, ahh, no, no, I can't stop, even though I shouldn't..." +390800 ,,,,,2280060,,,,,,,,,,,,,,,"Komako-chan looked like she was about to cry from\nembarrassment, but of course, once the pee started, it\nwasn't going to stop easily." +390900 ,,,,,2280060,,,,,,,,,,,,,,,She must have been holding it in for a long time. +391000 ,,,,,2280060,,,,,,,,,,,,,,,"A surprising amount of pee flowed from her small body into\nmy mouth, overflowing and dirtying my face." +391100 ,,,,,2280060,,コマコ,Komako,209_KC08_k_090.wav,komako,,0,,,,,,,,"Fwaaah... even though it's embarrassing, I'm coming... uuuu,\nI peed on your face, mister..." +391200 ,,,,,2280060,,,,,,,,,,,,,,,"Komako-chan, embarrassed yet writhing in release and\necstasy, was so cute that just watching her while being\nshowered with her pee was overwhelming." +391300 ,,,,,2280060,,,,,,,,,,,,,,,"In fact, being covered in Komako-chan's pee and surrounded\nby her scent made me feel like I could die happy." +391400 ,,,,,2280060,,コマコ,Komako,209_KC08_k_091.wav,komako,,0,,,,,,,,"I'm sorry... uuu, I'm sorry for wetting myself, mister..." +391500 ,,,,,2280060,,,,,,,,,,,,,,,"Komako-chan started apologizing out of sheer embarrassment,\nbut of course, there was no need to worry about that. It was\nmore like a reward." +391600 ,,,,,2280060,,,,,,,,,,,,,,,"I wanted to say that, but I was too busy savoring the pee in\nmy mouth to speak." +391700 ,,,,,2280060,,コマコ,Komako,209_KC08_k_092.wav,komako,,0,,,,,,,,"Fwaaah... please, stop already..." +391800 ,,,,,2280060,,,,,,,,,,,,,,,"I enjoyed Komako-chan's pee shower thoroughly, feeling like\nI was in heaven." +392000 ,,,,31,,,コマコ,Komako,209_KC08_k_093.wav,"komako,privateC",,13,,,,,,,,"Haa haa haa haa... ugh, I told you it was coming out..." +392100 ,,,,,,,,,,komako,,13,,,,,,,,"Komako-chan, out of breath and teary-eyed, glared at me in\nembarrassment." +392200 ,,,,,,,,,,komako,,13,,,,,,,,Her pussy was still spread open right in front of me. +392300 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,Komako-chan! +392400 ,,,,,,,コマコ,Komako,209_KC08_k_094.wav,komako,,24,,,,,,,,Kyaa!? +392500 ,,,,,,,,,,,,,,,,,,,,"I couldn't hold back any longer and pushed Komako-chan down.\nWhile kissing her forcefully, I reached for her clothes." +392700 ,,,10,,2281000,,コマコ,Komako,209_KC08_k_095.wav,komako,,0,,,,,,,,Nnnngh!? +392800 ,,,,,2281000,,,,,,,,,,,,,,,Komako-chan struggled and squirmed in my arms. +392900 ,,,,,2281000,,コマコ,Komako,209_KC08_k_096.wav,komako,,0,,,,,,,,"W-What are you doing? ...And, you smell like pee, mister..." +393000 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, s-sorry." +393100 ,,,,,2281000,,,,,,,,,,,,,,,"Come to think of it, I had just been showered with Komako-\nchan's pee. It was a reward for me, but Komako-chan must not\nlike it." +393200 ,,,,,2281000,,,,,,,,,,,,,,,"For now, I wiped my face with tissues." +393300 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, I couldn't hold back after licking Komako-chan's\ncrotch..." +393400 ,,,,,2281000,,コマコ,Komako,209_KC08_k_097.wav,komako,,0,,,,,,,,You wanted to kiss? +393500 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. +393600 ,,,,,2281000,,,,,,,,,,,,,,,"When I nodded honestly, Komako-chan looked a bit troubled." +393700 ,,,,,2281000,,,,,,,,,,,,,,,"But she didn't try to struggle or run away. Is it okay? I\nthought, as I rubbed my erect cock against Komako-chan's\nspot." +393800 ,,,,,2281000,,コマコ,Komako,209_KC08_k_098.wav,komako,,0,,,,,,,,No... I said we wouldn't do it today... +393900 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, sorry, I wanted to do more than just kiss. Woof woof." +394000 ,,,,,2281000,,,,,,,,,,,,,,,"Though I didn't insert it, I moved my hips like a dog in\nheat, rubbing my cock against her pussy, slick with saliva\nand love juices." +394100 ,,,,,2281010,,コマコ,Komako,209_KC08_k_099.wav,komako,,0,,,,,,,,"N-No... because, um... I'll get pregnant, right...?" +394200 ,,,,,2281010,,,,,,,,,,,,,,,"Komako-chan pulled her hips back a little, looking scared." +394300 ,,,,,2281010,,,,,,,,,,,,,,,But hearing that only made my cock throb even more. Komako-\nchan getting pregnant. +394400 ,,,,,2281010,,,,,,,,,,,,,,,"Oh no, I'm getting excited." +394500 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,"It'll be fine as long as I don't release the baby seed\ninside. Please, just a little, just a little?" +394600 ,,,,,2281010,,コマコ,Komako,209_KC08_k_100.wav,komako,,0,,,,,,,,"Uh, b-but..." +394700 ,,,,,2281010,,,,,,,,,,,,,,,"I poked at Komako-chan's entrance with my cock. Then, I\nnuzzled into her breasts like I was begging." +394800 ,,,,,2281010,,,,,,,,,,,,,,,"Licking her nipples like a dog, I pleaded with upturned\neyes." +394900 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,"Let me have sex... Please, just for today! My cock is\naching, Komako-chan. I really love you..." +395000 ,,,,,2281000,,コマコ,Komako,209_KC08_k_101.wav,komako,,0,,,,,,,,"Uh, ah, u-uh... but I said we wouldn't have sex..." +395100 ,,,,,2281000,,,,,,,,,,,,,,,"Maybe because of what we talked about earlier, when I said I\nlove her, the force she was using to push me away weakened." +395200 ,,,,,2281000,,,,,,,,,,,,,,,"Or rather, there was much less resistance than before." +395300 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,"Please. I'll make you feel really good. Komako-chan, your\npussy must be itching just from teasing the entrance, right?" +395400 ,,,,,2281000,,,,,,,,,,,,,,,I thought about teasing her more to make her beg... but my\nself-control wasn't going to last. +395500 ,,,,,2281000,,,,,,,,,,,,,,,I was itching to put it in Komako-chan's precious pussy that\njust had its first period. +395600 ,,,,,2281000,,コマコ,Komako,209_KC08_k_102.wav,komako,,0,,,,,,,,"That's not true... I don't want to have sex with you,\nuncle..." +395700 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,"But I want to! Because I love you, Komako- chan! I love you\nso much. So please, let me have sex!" +395800 ,,,,,2281000,,コマコ,Komako,209_KC08_k_103.wav,komako,,0,,,,,,,,"...Even if you say that, it's still no..." +395900 ,,,,,2281000,,,,,,,,,,,,,,,I swirled my tongue around Komako-chan's nipple as she\naverted her eyes and said that. Her pussy entrance twitched\nagainst my cock. +396000 ,,,,,2281000,,,,,,,,,,,,,,,"Feeling welcomed, I couldn't help but push my glans in with\na squish." +396200 ,,,,,2281010,,コマコ,Komako,209_KC08_k_104.wav,komako,,0,,,,,,,,!!! +396300 ,,,,,2281010,,,,,,,,,,,,,,,"Komako-chan jerked, causing it to slip out before it could\ngo deeper." +396400 ,,,,,2281010,,,,,,,,,,,,,,,"But the glans ended up sliding along her slit, rubbing her\nclit against the underside." +396500 ,,,,,2281010,,,,,,,,,,,,,,,A shiver of pleasure ran up my spine. +396600 ,,,,,2281010,,コマコ,Komako,209_KC08_k_105.wav,komako,,0,,,,,,,,"I said no, so why are you trying to have sex?" +396700 ,,,,,2281010,,,,,,,,,,,,,,,"Komako-chan looked flustered, kicking her legs." +396800 ,,,,,2281010,,,,,,,,,,,,,,,"Holding her legs firmly, I once again positioned my glans at\nKomako-chan's narrow but dripping wet entrance." +396900 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,"Because I love you~. Komako-chan, you'd be sad if Chi-chan\nrefused to have sex with you, right?" +397000 ,,,,,2281010,,コマコ,Komako,209_KC08_k_106.wav,komako,,0,,,,,,,,"That's true, but..." +397100 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,Don't you ask to have sex or try to make her want to have\nsex with you? +397200 ,,,,,2281000,,コマコ,Komako,209_KC08_k_107.wav,komako,,0,,,,,,,,"Uh, well, I do... but, um... your thing is, um..." +397300 ,,,,,2281000,,,,,,,,,,,,,,,"With a troubled expression, Komako-chan wiggled her butt\nback and forth, trying to escape from my cock." +397400 ,,,,,2281000,,,,,,,,,,,,,,,"But that movement only seemed to invite me more, making me\neven more excited." +397500 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,"You want to have a baby, right? I want you to have my baby\ntoo, Komako-chan! I want to have sex!" +397600 ,,,,,2281010,,コマコ,Komako,209_KC08_k_108.wav,komako,,0,,,,,,,,"No... but, having a baby is a bit..." +397700 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll compromise and hold back! I won't finish inside!\nSo, let me have sex! Please~!" +397800 ,,,,,2281010,,コマコ,Komako,209_KC08_k_109.wav,komako,,0,,,,,,,,"Nn, ah... don't rub it so much with your thing..." +397900 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,"See, when I lick your breasts, you want to have sex too,\nright?" +398000 ,,,,,2281010,,コマコ,Komako,209_KC08_k_110.wav,komako,,0,,,,,,,,"Ah, nn, no... I just came, so it feels really sensitive\nthere... nn, my stomach feels all tingly..." +398100 ,,,,,2281010,,,,,,,,,,,,,,,"As I licked her nipples and teased her entrance with my\nglans, Komako-chan's resistance gradually weakened." +398200 ,,,,,2281010,,,,,,,,,,,,,,,"In fact, her pussy was twitching and sucking on my cock as\nif it was craving it." +398300 ,,,,,2281010,,コマコ,Komako,209_KC08_k_111.wav,komako,,0,,,,,,,,"Haa haa haa... you're unfair... you said we wouldn't have\nsex... but, nn... your thing..." +398400 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, it's all because I love you, Komako-chan! It's\ntrue!" +398500 ,,,,,2281010,,,,,,,,,,,,,,,"Finally, Komako-chan seemed to give in and stopped moving\nher hips." +398600 ,,,,,2281010,,,,,,,,,,,,,,,"Seizing the moment, I buried my glans inside with a squish." +398700 ,,,,,2281010,,,,,,,,,,,,,,,"This time, I thrust all the way in so it wouldn't slip out." +398900 ,,,,,2281020,,コマコ,Komako,209_KC08_k_112.wav,komako,,0,,,,,,,,Hyaaahhh!? +399000 ,,,,,2281020,,,,,,,,,,,,,,,"As I went deep inside, Komako-chan's hot, melting\nmarshmallow-like folds clung tightly around me." +399100 ,,,,,2281020,,,,,,,,,,,,,,,"It seemed like my cock was being warmly welcomed, as it was\nbeing sucked in tightly." +399200 ,,,,,2281020,,,,,,,,,,,,,,,"However, Komako-chan's face was pouting." +399300 ,,,,,2281020,,コマコ,Komako,209_KC08_k_113.wav,komako,,0,,,,,,,,"I told you no... you're such a liar, uncle. You broke your\npromise again..." +399400 ,,,,,2281020,,,,,,,,,,,,,,,She looked up at me with teary eyes. But she didn't call me\na jerk or an idiot like before. +399500 ,,,,,2281020,,,,,,,,,,,,,,,"So, I thought maybe Komako-chan didn't really hate it that\nmuch." +399600 ,,,,,2281020,,,,,,,,,,,,,,,"Besides, Komako-chan was being really gentle today." +399700 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,I'm sorry. This will be the last time I break a promise and\nforce myself on you. +399800 ,,,,,2281020,,コマコ,Komako,209_KC08_k_114.wav,komako,,0,,,,,,,,Really...? For sure? +399900 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"Really, really. But you understand that I do this because I\nlove you, right?" +400000 ,,,,,2281020,,コマコ,Komako,209_KC08_k_115.wav,komako,,0,,,,,,,,...I know. You're like a puppy who can't hold back when you\nlove someone. +400100 ,,,,,2281020,,,,,,,,,,,,,,,"She said it with an exasperated tone, but just understanding\nwas enough for me." +400200 ,,,,,2281020,,,,,,,,,,,,,,,"I slowly moved my hips, whispering as I stimulated the\nsensitive spot on the upper part of her textured vagina." +400300 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,So... will you let me do this with you sometimes? I won't\nforce it. Okay? +400400 ,,,,,2281020,,コマコ,Komako,209_KC08_k_116.wav,komako,,0,,,,,,,,Nn... huh? Wh-what do you mean...? Why...? +400500 ,,,,,2281020,,,,,,,,,,,,,,,"As I teased her sensitive spot, Komako-chan furrowed her\nbrows." +400600 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"I'll keep helping you and Chii-chan, so I want you to let me\ndo this as a reward." +400700 ,,,,,2281020,,コマコ,Komako,209_KC08_k_117.wav,komako,,0,,,,,,,,"Nnn... ah, nn, that's weird... because Chii- chan is my\nlover..." +400800 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, so think of me as your lover's side piece, not the\nmain one." +400900 ,,,,,2281020,,コマコ,Komako,209_KC08_k_118.wav,komako,,0,,,,,,,,Side piece...? +401000 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,Someone you do it with besides the person you love the most.\nI'm fine being your side piece. +401100 ,,,,,2281020,,,,,,,,,,,,,,,I still have the desire to have Komako-chan all to myself. +401200 ,,,,,2281020,,,,,,,,,,,,,,,"But more than that, as long as Komako-chan likes me and I\ncan be by her side, that's all that mattered." +401300 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"See? I'll make you feel good like this... so let's do things\nwith me that you can't do with Chii-chan, okay?" +401400 ,,,,,2281020,,コマコ,Komako,209_KC08_k_119.wav,komako,,0,,,,,,,,Things I can't do with Chii-chan... +401500 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"With my cock, like this... making your pussy all wet... it\nfeels good, right?" +401600 ,,,,,2281020,,コマコ,Komako,209_KC08_k_120.wav,komako,,0,,,,,,,,"Nnn, nnnnn..." +401700 ,,,,,2281020,,,,,,,,,,,,,,,"Komako-chan bit her lip tightly, deep in thought." +401800 ,,,,,2281020,,,,,,,,,,,,,,,"But inside her pussy, it kept twitching, enjoying the\nstimulation of her depths and G-spot with my cock." +401900 ,,,,,2281020,,コマコ,Komako,209_KC08_k_121.wav,komako,,0,,,,,,,,"R-really, you won't force sex? You won't cum inside my\npussy...?" +402000 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"I won't! So please, let me have sex with you as a reward\nsometimes! Make me your lover!" +402100 ,,,,,2281020,,,,,,,,,,,,,,,"Desperately pleading, I moved my cock deep inside, stirring\nher inner walls to resonate with her womb." +402200 ,,,,,2281020,,,,,,,,,,,,,,,"Then, unable to hold back, Komako-chan let out a sweet sigh\nand nodded." +402300 ,,,,,2281020,,コマコ,Komako,209_KC08_k_122.wav,komako,,0,,,,,,,,"Nnn, nnnn... o-okay. I'll make you my lover..." +402400 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,R-really!? +402500 ,,,,,2281020,,,,,,,,,,,,,,,This must be what it feels like to be on cloud nine. +402600 ,,,,,2281020,,,,,,,,,,,,,,,"I was so happy, so happy that I felt like my cock was\nswelling even more than usual as blood rushed to it." +402700 ,,,,,2281020,,コマコ,Komako,209_KC08_k_123.wav,komako,,0,,,,,,,,!!! Your cock is getting bigger inside my stomach...? +402800 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you, Komako-chan! I'll make you feel really good!" +402900 ,,,,,2281020,,,,,,,,,,,,,,,"I grabbed Komako-chan's hips and began to thrust into her,\nmarking our first time as lovers." +403100 ,,,,,2281030,,コマコ,Komako,209_KC08_k_124.wav,komako,,0,,,,,,,,"Nnn, nnnnn!" +403200 ,,,,,2281030,,,,,,,,,,,,,,,"First, just like before, I slowly and thoroughly rub Komako-\nchan's sweet spots with the tip of my cock." +403300 ,,,,,2281030,,,,,,,,,,,,,,,"Now, I'll take my time and make Komako-chan melt with\npleasure using my cock." +403400 ,,,,,2281030,,,,,,,,,,,,,,,I want her to think that being with me feels even better\nthan being with Chie-chan. +403500 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"How is it, Komako-chan? You really like it when I rub the\ntip of my cock here, don't you?" +403600 ,,,,,2281030,,コマコ,Komako,209_KC08_k_125.wav,komako,,0,,,,,,,,"Nn, nnn... th-that's not... true... nnn... at all..." +403700 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"Really? Every time it gets wet here, Komako- chan's pussy\ntightens around my cock." +403800 ,,,,,2281030,,コマコ,Komako,209_KC08_k_126.wav,komako,,0,,,,,,,,"I-I don't know... don't say such embarrassing things... nnn,\nnnnn..." +403900 ,,,,,2281030,,,,,,,,,,,,,,,Komako-chan is trying so hard to hold back the pleasure. She\ndoesn't have to do that. +404000 ,,,,,2281030,,,,,,,,,,,,,,,"Maybe she's worried that if she feels too good with my cock,\nit'll be bad for Chie- chan?" +404100 ,,,,,2281030,,,,,,,,,,,,,,,No way! It's my cock that makes Komako-chan's pussy feel the\nbest! +404200 ,,,,,2281030,,コマコ,Komako,209_KC08_k_127.wav,komako,,0,,,,,,,,"Nnnn!? Hiuu, why are you doing it so slowly... nnn, my\nstomach feels all grindy... nnnn" +404300 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"It's because I want to make you feel good, Komako-chan. This\nway, you can really feel where it feels good, right?" +404400 ,,,,,2281030,,コマコ,Komako,209_KC08_k_128.wav,komako,,0,,,,,,,,"I-I don't know... nnnnn, I told you, it's not like that...\nnnn, nmmuuu" +404500 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"Hasn't Chie-chan ever touched you here or here? Your\nreactions are amazing, like you've been waiting for it." +404600 ,,,,,2281030,,,,,,,,,,,,,,,"When I stimulate her deep inside and her G-spot, Komako-\nchan's ass twitches." +404700 ,,,,,2281030,,,,,,,,,,,,,,,It's cute how she bites her lip to hold back her voice each\ntime. +404800 ,,,,,2281030,,コマコ,Komako,209_KC08_k_129.wav,komako,,0,,,,,,,,"No... because, nn, Chie-chan doesn't really put her fingers\nin... and she can't reach deep inside..." +404900 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"I see... then I'm the only one who can make these places\nfeel good for you, Komako-chan." +405000 ,,,,,2281030,,コマコ,Komako,209_KC08_k_130.wav,komako,,0,,,,,,,,"Nnnnn! Hiuu, nn... nn... don't say things like that... it's\nembarrassing... nn" +405100 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"Well, as your lover, I need you to remember that I'm the one\nwho can make you feel good." +405200 ,,,,,2281030,,,,,,,,,,,,,,,"I start thrusting rhythmically, pushing up." +405300 ,,,,,2281030,,,,,,,,,,,,,,,"As I part the sensitive folds of her vagina, each time the\ntip hits deep inside, Komako- chan bites her lip." +405400 ,,,,,2281030,,,,,,,,,,,,,,,But she can't completely suppress the lewd moans escaping\nfrom the corners of her mouth. +405500 ,,,,,2281030,,コマコ,Komako,209_KC08_k_131.wav,komako,,0,,,,,,,,"Nnn, nnnn... I mean, I didn't say it feels good... nn..." +405600 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"Oh really~? Then I need to make you feel even better so you\nremember. Remember my dick in your pussy, Komako-chan." +405700 ,,,,,2281030,,コマコ,Komako,209_KC08_k_132.wav,komako,,0,,,,,,,,Eh? Huh...? +405800 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"I'll keep thrusting into your pussy, Komako- chan, and\nengrave the pleasure of my dick into it." +405900 ,,,,,2281030,,,,,,,,,,,,,,,"As I say this, I gradually increase the speed of my thrusts." +406000 ,,,,,2281030,,,,,,,,,,,,,,,"I move in and out to stimulate the front wall of her vagina,\npounding deep to shake her womb." +406100 ,,,,,2281030,,,,,,,,,,,,,,,Komako-chan's pussy tightens. It's as if it's trying to\nmemorize the shape of my dick. +406200 ,,,,,2281030,,コマコ,Komako,209_KC08_k_133.wav,komako,,0,,,,,,,,"Nnn, nnnn... No, don't do that... nnnn..." +406300 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"I don't want to force you, so you have to tell me you want\nto have sex, Komako-chan." +406400 ,,,,,2281030,,コマコ,Komako,209_KC08_k_134.wav,komako,,0,,,,,,,,"Nnn, I-I can't say that... nnnn... Chie- chan... um... nnnn" +406500 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"Make sure to remember how good my dick feels today, so\nyou'll want to have sex with me, Komako-chan." +406600 ,,,,,2281040,,コマコ,Komako,209_KC08_k_135.wav,komako,,0,,,,,,,,"Nnn, no... I won't remember... you're such a dummy..." +406800 ,,,,,2281040,,,,,,,,,,,,,,,"Even though she says that, Komako-chan's body is being\nhonest, starting to move her hips." +406900 ,,,,,2281040,,,,,,,,,,,,,,,"Her hips sway lewdly, pressing against the spots that feel\ngood." +407000 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"Oh? It seems like your pussy already remembers how good my\ndick feels, Komako- chan." +407100 ,,,,,2281040,,コマコ,Komako,209_KC08_k_136.wav,komako,,0,,,,,,,,"Hiuu, that's not true... ah, hiuu... d-don't be so rough..." +407200 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"You're making such erotic sounds. I'm happy, let me hear\nmore." +407300 ,,,,,2281040,,コマコ,Komako,209_KC08_k_137.wav,komako,,0,,,,,,,,"Ahhh, no, no, haaah... it's embarrassing... it's\nembarrassing, why... hiyuuu..." +407400 ,,,,,2281040,,,,,,,,,,,,,,,"Unable to withstand the persistent teasing, Komako-chan\nfinally started to let out lewd moans." +407500 ,,,,,2281040,,,,,,,,,,,,,,,"Once she started making sounds, it seemed impossible to hold\nback, and Komako-chan continued to moan shamelessly while\nswaying her hips." +407600 ,,,,,2281040,,コマコ,Komako,209_KC08_k_138.wav,komako,,0,,,,,,,,"Nnn, faaah, so don't be rough... please... no, I really\ncan't..." +407700 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"Really, what?" +407800 ,,,,,2281040,,コマコ,Komako,209_KC08_k_139.wav,komako,,0,,,,,,,,"Really... hiyuu, hi, ahh, I'll remember... my place will\nremember how good your dick feels..." +407900 ,,,,,2281040,,,,,,,,,,,,,,,Hearing her say that just made me want to try even harder. +408000 ,,,,,2281040,,コマコ,Komako,209_KC08_k_140.wav,komako,,0,,,,,,,,"Ahhh, no? Why? Why are you being rough again... hiyuuu, ah,\nreally..." +408100 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"Because I want you to remember how good my dick feels,\nKomako-chan. Besides, haven't you already remembered?" +408200 ,,,,,2281040,,コマコ,Komako,209_KC08_k_141.wav,komako,,0,,,,,,,,"That's not... nnn, ahh, that's not... hiyuu, ahaha, true...\nhiyuuu..." +408300 ,,,,,2281040,,,,,,,,,,,,,,,"To make the stubborn Komako-chan understand, I stopped just\nas I was about to pull out my dick." +408400 ,,,,,2281040,,,,,,,,,,,,,,,"Then only Komako-chan's butt moved lewdly, taking in my dick\nand starting to devour it." +408500 ,,,,,2281040,,コマコ,Komako,209_KC08_k_142.wav,komako,,0,,,,,,,,"Nnn, no, don't move..." +408600 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"I'm not moving. Right now, the only one moving is you,\nKomako-chan. You're rubbing my dick with your pussy all on\nyour own." +408700 ,,,,,2281040,,コマコ,Komako,209_KC08_k_143.wav,komako,,0,,,,,,,,"N-no way... hiyuu, no, no way... faaah, ahhh" +408800 ,,,,,2281040,,,,,,,,,,,,,,,"Komako-chan shook her head in denial, but her hips continued\nto sway lewdly against her words." +408900 ,,,,,2281040,,,,,,,,,,,,,,,"Her butt kept lifting up repeatedly, trying to press my dick\nagainst the spots that felt good." +409000 ,,,,,2281040,,,,,,,,,,,,,,,I felt incredibly happy to have Komako-chan stroking my dick\nwith her pussy like that. +409100 ,,,,,2281040,,コマコ,Komako,209_KC08_k_144.wav,komako,,0,,,,,,,,"No... nnn... why? No... faaah, my body is moving on its\nown... my butt won't stop..." +409200 ,,,,,2281040,,,,,,,,,,,,,,,Komako-chan blushed deeply with embarrassment. +409300 ,,,,,2281040,,,,,,,,,,,,,,,"Even though she's writhing in embarrassment, her pussy is\nlewdly seeking out my cock on its own, and it's irresistibly\nerotic." +409400 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"See? You understand now, right? Komako- chan's pussy\nremembers how good my cock feels, doesn't it?" +409500 ,,,,,2281040,,コマコ,Komako,209_KC08_k_145.wav,komako,,0,,,,,,,,"Ahhh, nn... fuaa... n-no... that's so embarrassing... it's\ntoo embarrassing... why..." +409600 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"It's because Komako-chan is a naughty girl. Right, a girl\nlike that can't be satisfied with just Chi-chan, can she?" +409700 ,,,,,2281040,,コマコ,Komako,209_KC08_k_146.wav,komako,,0,,,,,,,,Hyaa... t-that's not... I'm not that naughty of a girl...\nnnnn... faaah +409800 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"Then what about that butt that's moving back and forth?\nKomako-chan is thrusting her hips like a puppy, isn't she?" +409900 ,,,,,2281040,,コマコ,Komako,209_KC08_k_147.wav,komako,,0,,,,,,,,Uuu... +410000 ,,,,,2281040,,,,,,,,,,,,,,,"Even with tears in her eyes, Komako-chan continues to move\nher hips." +410100 ,,,,,2281040,,,,,,,,,,,,,,,"I couldn't hold back any longer, so I started moving my hips\nagain, pounding into Komako- chan." +410200 ,,,,,2281050,,コマコ,Komako,209_KC08_k_148.wav,komako,,0,,,,,,,,"Hyaaah, a-again... nn, nooo, it's too much, it's coming,\nyour cock is echoing in my stomach..." +410400 ,,,,,2281050,,,,,,,,,,,,,,,"As her pussy tightened around me, Komako-chan arched her\nback." +410500 ,,,,,2281050,,,,,,,,,,,,,,,"While imprinting the taste of my cock into Komako-chan's\npussy, I whispered in her ear as if to brainwash her." +410600 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, even if you're a naughty girl who loves cock, I\nstill love you, Komako-chan." +410700 ,,,,,2281050,,コマコ,Komako,209_KC08_k_149.wav,komako,,0,,,,,,,,"Hiuu, nn... don't say that... faaah, don't say it, don't\nthrust... if you do it any more..." +410800 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay to come from my cock, you know? From now on, I'll\nmake sure to make you come with my cock anytime you want." +410900 ,,,,,2281050,,コマコ,Komako,209_KC08_k_150.wav,komako,,0,,,,,,,,"Ah, nn... anytime...? Hiuu... ahh, nn, this, anytime...\nfaaah... that's..." +411000 ,,,,,2281050,,,,,,,,,,,,,,,Komako-chan's eyes become more and more dazed as she's\npenetrated deep inside. Her slightly ahegao face is\nincredibly erotic and cute. +411100 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"So, can you say my cock feels good? Please? As an apology\nfor yesterday... please." +411200 ,,,,,2281050,,,,,,,,,,,,,,,I whispered to Komako-chan to lower the hurdle for her to\nsay it. +411300 ,,,,,2281050,,,,,,,,,,,,,,,"Komako-chan bit her lip as if she was thinking it over, but\nafter being thrust into deeply a few more times, she opened\nher mouth as if overwhelmed." +411400 ,,,,,2281050,,コマコ,Komako,209_KC08_k_151.wav,komako,,0,,,,,,,,"Ah... nn, oji-san's cock feels good..." +411500 ,,,,,2281050,,,,,,,,,,,,,,,"In that moment, I heard the sound of reason snapping." +411600 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"Ahhh, Komako-chan, you're so cute, you're the best, I love\nyou!" +411700 ,,,,,2281050,,,,,,,,,,,,,,,"I grabbed her small butt, shaking her slender body,\nthrusting in and out with all my might." +411800 ,,,,,2281050,,,,,,,,,,,,,,,"The menstrual blood and love juices mixed together, foaming\nat the point of union." +411900 ,,,,,2281050,,,,,,,,,,,,,,,"The lewd, sticky sound echoed throughout the room." +412000 ,,,,,2281050,,コマコ,Komako,209_KC08_k_152.wav,komako,,0,,,,,,,,"Faaah, nn, hiaa, it's intense, it's too intense, nooo, if\nyou do it like that..." +412100 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, I'm sorry, but I can't stop anymore!" +412200 ,,,,,2281050,,コマコ,Komako,209_KC08_k_153.wav,komako,,0,,,,,,,,I can't hold it anymore... it feels so good... oji-san's\ncock feels good! +412300 ,,,,,2281050,,,,,,,,,,,,,,,It seemed that Komako-chan couldn't hold back either. +412400 ,,,,,2281050,,,,,,,,,,,,,,,"Even without me urging her, Komako-chan conveyed her\npleasure." +412500 ,,,,,2281050,,コマコ,Komako,209_KC08_k_154.wav,komako,,0,,,,,,,,"I can't... nn, my voice, my butt, I can't hold back... nn,\noji-san's cock feels good." +412600 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,R-really? +412700 ,,,,,2281050,,コマコ,Komako,209_KC08_k_155.wav,komako,,0,,,,,,,,"Nn... faaah, I've learned it... my pussy has learned it..." +412800 ,,,,,2281050,,,,,,,,,,,,,,,"Komako-chan's pussy moved as if to wriggle, wrapping around\nmy cock to encourage ejaculation." +412900 ,,,,,2281050,,,,,,,,,,,,,,,Hearing Komako-chan honestly say that my cock feels good\nmade my excitement skyrocket. +413000 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, remember it all... oji-san will have sex with you\nanytime! I want to!" +413100 ,,,,,2281050,,コマコ,Komako,209_KC08_k_156.wav,komako,,0,,,,,,,,"Nn... faaah, y-yeah... I understand, I understand so... nnn,\nahhh, I, I... already..." +413200 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"Are you about to come? It's okay to come, you know?" +413300 ,,,,,2281050,,,,,,,,,,,,,,,"But it seemed Komako-chan was still embarrassed to come from\nmy cock, showing signs of holding back as usual." +413400 ,,,,,2281050,,,,,,,,,,,,,,,"Of course, seeing that face makes me want to make her come\neven more, so I thrust harder." +413500 ,,,,,2281050,,,,,,,,,,,,,,,I want to ejaculate too. +413600 ,,,,,2281050,,コマコ,Komako,209_KC08_k_157.wav,komako,,0,,,,,,,,"Faaah, nooo, if I come from your cock, I'll really... really\nget addicted... cock sex is addictive..." +413700 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay to get addicted, no, do it!" +413800 ,,,,,2281050,,コマコ,Komako,209_KC08_k_158.wav,komako,,0,,,,,,,,"Ah, hnn, ahh, no, not that way of moving, nooo, faaah!" +413900 ,,,,,2281050,,,,,,,,,,,,,,,"Komako-chan's favorite, the dynamic stroke that rubs her\nG-spot and thrusts deep to resonate with her womb." +414000 ,,,,,2281050,,,,,,,,,,,,,,,"When I do this, the roughness of her vaginal walls rubs\nagainst my glans, making it feel incredibly good." +414100 ,,,,,2281050,,,,,,,,,,,,,,,The glans thrust deep inside is tightly squeezed by the\nnarrow mucous membrane. +414200 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, oji-san will come too... come on, come! Come from\nmy cock!" +414300 ,,,,,2281050,,コマコ,Komako,209_KC08_k_159.wav,komako,,0,,,,,,,,"Ah, ahh, ahh, nooo, I'm coming! I'm coming from your cock!" +414400 ,,,,,2281050,,,,,,,,,,,,,,,Komako-chan's whole body trembles violently as she climaxes. +414500 ,,,,,2281050,,,,,,,,,,,,,,,"At the same time, I also reach my peak." +414600 ,"$fset %ninshin%,0",,,,2281050,,,,,,,,,,,,,,, +414700 ,$menu_begin,,,,2281050,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Cum inside,sel_1a",,,,2281050,,,,,,,,,,,,,,,■@ Cum inside +↓,"$menu_item 1,Cum outside,sel_1b",,,,2281050,,,,,,,,,,,,,,,■A Cum outside +↓,$menu_end,,,,2281050,,,,,,,,,,,,,,, +414800 ,*sel_1a,,,,2281050,,,,,,,,,,,,,,,■@ Cum inside +414900 ,"$fset %ninshin%,1",,,,2281050,,,,,,,,,,,,,,, +415100 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm coming, I'm coming, Komako-chan!" +415200 ,,,,,2281060,,,,,,,,,,,,,,,Buburururururururu! +415300 ,,,,,2281060,,コマコ,Komako,209_KC08_k_160.wav,komako,,0,,,,,,,,"Hnn! No, inside...!? It's coming inside!?" +415400 ,,,,,2281060,,,,,,,,,,,,,,,"In such a state, there's no way I could pull out, so I\nejaculated while still deep inside Komako-chan." +415500 ,,,,,2281060,,,,,,,,,,,,,,,"As I continue to ejaculate into her sensitive pussy, Komako-\nchan writhes even more." +415600 ,,,,,2281060,,コマコ,Komako,209_KC08_k_161.wav,komako,,0,,,,,,,,"Nooo, I'll get pregnant! No, I can't... I can't...!" +415700 ,,,,,2281060,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, I'm sorry. It just felt too good inside you,\nKomako-chan." +415800 ,,,,,2281060,,コマコ,Komako,209_KC08_k_162.wav,komako,,0,,,,,,,,"Hnn... it's so hot, the semen is so hot, it feels so good\nbeing filled up..." +415900 ,,,,,2281060,,,,,,,,,,,,,,,"Just like before, Komako-chan's ass trembles as she welcomes\nmy cock deeper inside." +416000 ,,,,,2281060,,,,,,,,,,,,,,,"Moreover, the depths of her vagina cling to my cock, as if\ncraving more semen." +416100 ,,,,,2281060,,コマコ,Komako,209_KC08_k_163.wav,komako,,0,,,,,,,,"I'm coming... not just from the cock, but from the semen\ntoo..." +416200 ,,,,,2281060,,,,,,,,,,,,,,,Splat! +416300 ,,,,,2281060,,,,,,,,,,,,,,,"Komako-chan kept moving her hips until I finished\nejaculating, squeezing out every last drop from my cock." +416500 ,,,,,2281070,,コマコ,Komako,209_KC08_k_164.wav,komako,,0,,,,,,,,Ah... I'm... hnn... ruined... +416600 ,,,,,2281070,,,,,,,,,,,,,,,"As my cock slipped out of her pussy after finishing, Komako-\nchan said that." +416700 ,,,,,2281070,,,,,,,,,,,,,,,"With a lewd sound, semen overflowed from her entrance." +416800 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,What do you mean by ruined? +416900 ,,,,,2281070,,コマコ,Komako,209_KC08_k_165.wav,komako,,0,,,,,,,,"Well... even though Chi-chan is here, I felt so good with\nyour cock..." +417000 ,,,,,2281070,,,,,,,,,,,,,,,"Komako-chan furrows her brows slightly, looking a bit\ntroubled." +417100 ,,,,,2281070,,コマコ,Komako,209_KC08_k_166.wav,komako,,0,,,,,,,,"And... even though you said you wouldn't cum inside, you\ndid. What if I get pregnant...?" +417200 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,I-I'm sorry. +417300 ,,,,,2281070,,コマコ,Komako,209_KC08_k_167.wav,komako,,0,,,,,,,,"Sorry isn't enough. What are you going to do? Well, I guess\nit's not your fault since you're like an uncontrollable\npuppy..." +417400 ,,,,,2281070,,,,,,,,,,,,,,,...Phew. It seems she's not angry about the fact that I came\ninside. +417500 ,,,,,2281070,,,,,,,,,,,,,,,"Or rather, she seems to understand that it couldn't be\nhelped." +417600 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,"If a baby comes, I'll take full responsibility and raise it.\nAfter all, it's a baby with my beloved Komako-chan." +417700 ,,,,,2281070,,コマコ,Komako,209_KC08_k_168.wav,komako,,0,,,,,,,,Eh...? +417800 ,,,,,2281070,,,,,,,,,,,,,,,"When I said that firmly, Komako-chan looked dumbfounded." +417900 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,"I'm Komako-chan's lover, so if you ever want to have sex and\ncum inside, just let me know anytime!" +418000 ,,,,,2281070,,コマコ,Komako,209_KC08_k_169.wav,komako,,0,,,,,,,,............ +418100 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,"Leave everything about the baby to me, Komako-chan. You just\nneed to feel good..." +418200 ,,,,,2281070,,,,,,,,,,,,,,,I said that while lightly rubbing the semen into her vagina\nwith my finger. +418300 ,,,,,2281070,,,,,,,,,,,,,,,Komako-chan reacted with a twitch. +418400 ,,,,,2281070,,,,,,,,,,,,,,,Komako-chan let out a big sigh. +418500 ,,,,,2281070,,コマコ,Komako,209_KC08_k_170.wav,komako,,0,,,,,,,,"...F-Fine. I understand. I'll tell you when I want to. But\nno forcing, okay?" +418600 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I understand!" +418700 ,,,,,2281070,,,,,,,,,,,,,,,"Those words alone are enough. And seeing her reaction now,\nit seems like she'll let me do it occasionally." +418800 ,,,,,2281070,,,,,,,,,,,,,,,I'm already happy just being allowed to be her lover. +418900 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,"I love you, Komako-chan!" +419000 ,,,,,2281070,,,,,,,,,,,,,,,I hugged her tightly and rubbed my cheek against hers. +419100 ,,,,,2281070,,,,,,,,,,,,,,,Komako-chan smiled wryly and patted my head. +419200 ,,,,,2281070,,コマコ,Komako,209_KC08_k_171.wav,komako,,0,,,,,,,,"...I like you too, old man. Just a little bit, though." +419300 ,,,,,2281070,,,,,,,,,,,,,,,She said while smiling. +419400 ,$go join_1,,,,,,,,,,,,,,,,,,,■To the reunion +419500 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Cum outside +419600 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to cum, Komako-chan, I'm cumming!" +419800 ,,,,,2281050,,,,,,,,,,,,,,,"Just before I came, I pulled my cock out of Komako-chan." +419900 ,,,,,2281071,,,,,,,,,,,,,,,"Splat, splat, splat!" +420000 ,,,,,2281071,,コマコ,Komako,209_KC08_k_172.wav,komako,,0,,,,,,,,"Ahh, it's hot... ahh..." +420100 ,,,,,2281071,,,,,,,,,,,,,,,Thick semen splattered all over Komako-chan's stomach. +420200 ,,,,,2281071,,,,,,,,,,,,,,,"It felt like a symbol of our lover's contract, making my\nheart race." +420300 ,,,,,2281071,,コマコ,Komako,209_KC08_k_173.wav,komako,,0,,,,,,,,"Hah, hah, hah... wow... that's a lot..." +420400 ,,,,,2281071,,,,,,,,,,,,,,,"Komako-chan looked up at my cock, still spurting semen\nintermittently, with a somewhat dazed expression." +420500 ,,,,,2281071,,,,,,,,,,,,,,,"Her expression was a bit different from before, making my\nheart race." +420600 ,,,,,2281071,,,,,,,,,,,,,,,"With that look on her face, Komako-chan glanced at me." +420700 ,,,,,2281071,,コマコ,Komako,209_KC08_k_174.wav,komako,,0,,,,,,,,Hmm... you kept your promise and didn't cum inside my pussy. +420800 ,,,,,2281071,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, because I promised..." +420900 ,,,,,2281071,,,,,,,,,,,,,,,I thought I had to at least keep the promise not to cum\ninside. I didn't want to break it and not be allowed to have\nsex anymore. +421000 ,,,,,2281071,,コマコ,Komako,209_KC08_k_175.wav,komako,,0,,,,,,,,"Good boy, good boy." +421100 ,,,,,2281071,,,,,,,,,,,,,,,Komako-chan reached out and gently patted my head. Just that\nmade me feel glad I held back and came outside. +421200 ,,,,,2281071,,,,,,,,,,,,,,,"Yeah, maybe someday I'll be allowed to cum inside if we keep\nbeing lovers like this!" +421300 ,,,,,2281071,,主人公,Kiyoshi,,,,,,,,,,,,Hey? Hey? Did it feel good? +421400 ,,,,,2281071,,,,,,,,,,,,,,,"So, to secure the next chance, I asked Komako-chan, who was\npanting and had just climaxed." +421500 ,,,,,2281071,,,,,,,,,,,,,,,"Surprisingly, Komako-chan nodded honestly." +421600 ,,,,,2281071,,コマコ,Komako,209_KC08_k_176.wav,komako,,0,,,,,,,,"...Well, yeah. You kept your promise too." +421700 ,,,,,2281071,,主人公,Kiyoshi,,,,,,,,,,,,"So, will you let me have sex with you from time to time as\nyour lover?" +421800 ,,,,,2281071,,コマコ,Komako,209_KC08_k_177.wav,komako,,0,,,,,,,,"Sure, as long as you promise not to force it and not to cum\ninside." +421900 ,,,,,2281071,,主人公,Kiyoshi,,,,,,,,,,,,I promise! I promise! +422000 ,,,,,2281071,,コマコ,Komako,209_KC08_k_178.wav,komako,,0,,,,,,,,"Then, let's continue as lovers." +422100 ,,,,,2281071,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! +422200 ,,,,,2281071,,,,,,,,,,,,,,,Hearing that from Komako-chan made me feel like I was on\ncloud nine. +422300 ,,,,,2281071,,,,,,,,,,,,,,,"Just those words were enough. And judging by her reaction,\nit seems like I'll get to do it from time to time." +422400 ,,,,,2281071,,,,,,,,,,,,,,,I'm already happy just being allowed to be her lover. +422500 ,,,,,2281071,,主人公,Kiyoshi,,,,,,,,,,,,"I love you, Komako-chan!" +422600 ,,,,,2281071,,,,,,,,,,,,,,,I hugged her tightly and rubbed my cheek against hers. +422700 ,,,,,2281071,,,,,,,,,,,,,,,Komako-chan smiled wryly and patted my head. +422800 ,,,,,2281071,,コマコ,Komako,209_KC08_k_179.wav,komako,,0,,,,,,,,"...I like you too, old man. Just a little bit, though." +422900 ,,,,,2281071,,,,,,,,,,,,,,,"She said, while smiling." +423100 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +423200 ,$event_return,,,,,,,,,,,,,,,,,,, +423400 ,,,0,9000,,,,,,,,,,,,,,,, +423600 ,@komako_branch,,,,,,,,,,,,,,,,,,,Komako Route Branch +423700 ,"$fset %jump%,%ninshin%",,,,,,,,,,,,,,,,,,, +423800 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,ノーマルEND,210_KE00",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,妊娠END,211_KE01",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +424100 ,@210_KE00,,,,,,,,,,,,,,,,,,, +424400 ,,,3,31,,,,,,,,,,,,,,,,It's been a while since I became Komako- chan's 'lover'. +424500 ,,,,,,,千恵,Chie,210_KE00_c_000.wav,"chie,privateC",,22,,,,,,,,"Koma-chan, shall we touch each other again tomorrow?" +424600 ,,,,,,,コマコ,Komako,210_KE00_k_000.wav,chie,,22,"komako,privateB",,2,,,,,"Yeah, let's do it, Chii-chan." +424700 ,,,,,,,,,,chie,,22,komako,,2,,,,,The relationship between Komako-chan and Chii-chan remains\nunchanged. +424800 ,,,,,,,,,,,,,,,,,,,,But there's something that's changed just a little. And that\nis―― +425000 ,,,,,,,コマコ,Komako,210_KE00_k_001.wav,"komako,privateB",,0,,,,,,,,"Thank you for leaving me alone with Chii- chan again today,\nold man." +425100 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,You're welcome. +425200 ,,,,,,,,,,komako,,0,,,,,,,,"After Komako-chan and Chii-chan have their fun, she always\nthanks me like this." +425300 ,,,,,,,コマコ,Komako,210_KE00_k_002.wav,komako,,21,,,,,,,,"You've been a good boy, so I'll give you a reward. What do\nyou want?" +425400 ,,,,,,,,,,komako,,21,,,,,,,,And it comes with a reward while she pats my head like this. +425500 ,,,,,,,,,,komako,,21,,,,,,,,"Sure, I still get jealous of Chii-chan sometimes, but when\nKomako-chan pats me, it all goes away." +425600 ,,,,,,,,,,komako,,21,,,,,,,,"Plus, I get to do and receive various things too!" +425700 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,,,,,I want to have sex! +425800 ,,,,,,,コマコ,Komako,210_KE00_k_003.wav,"komakoL,privateB",,33,,,,,,,,Not today. +425900 ,,,,,,,主人公,Kiyoshi,,komakoL,,33,,,,,,,,Aww~ +426000 ,,,,,,,,,,komakoL,,33,,,,,,,,"Komako-chan started to gently explain to me, as if talking\nto a child." +426100 ,,,,,,,,,,komakoL,,33,,,,,,,,Even though I'm supposed to be much older than Komako-chan. +426200 ,,,,,,,コマコ,Komako,210_KE00_k_004.wav,komakoL,,13,,,,,,,,"You see, today is a day when it's easy to make a baby, so\nno." +426300 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,What?! +426400 ,,,,,,,,,,komakoL,,13,,,,,,,,"Could it be that it's her ovulation day? Hearing that makes\nme want to do it even more... but if I force it, our lover\ncontract might end, so I'll hold back." +426500 ,,,,,,,,,,komakoL,,13,,,,,,,,"Since her period started, Komako-chan has become strict\nabout that." +426600 ,,,,,,,,,,komakoL,,13,,,,,,,,"Even when she lets me have sex, she insists on using a\ncondom. It seems she's been learning a lot." +426700 ,,,,,,,コマコ,Komako,210_KE00_k_005.wav,komako,,6,,,,,,,,Anything other than putting it in my vagina is fine. What do\nyou want? +426800 ,,,,,,,主人公,Kiyoshi,,komako,,6,,,,,,,,Hmm... +426900 ,,,,,,,,,,komako,,6,,,,,,,,"I think for a moment. As I glance towards the store, I\nnotice a small cup of instant noodles." +427000 ,,,,,,,,,,komako,,6,,,,,,,,It's the one with the raccoon mascot. +427100 ,,,15,,,,,,,komako,,6,,,,,,,,"Ah, that's it!" +427200 ,,,,,,,,,,komako,,6,,,,,,,,I suddenly get an idea and grab the mini cup noodles. I open\nthe lid in front of a puzzled Komako-chan. +427300 ,,,,,,,コマコ,Komako,210_KE00_k_006.wav,komako,,3,,,,,,,,Tanumen? What's up? Are you hungry? +427400 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"Yeah! So, I want you to pour your pee on this and make it\nfor me!" +427500 ,,,,,,,コマコ,Komako,210_KE00_k_007.wav,komako,,24,,,,,,,,Huh? +427600 ,,,,,,,,,,komako,,24,,,,,,,,Komako-chan's eyes widen in surprise. I point at the Tanumen\nagain and explain. +427700 ,,,,,,,主人公,Kiyoshi,,komako,,24,,,,,,,,"So, I want you to pour your pee on these noodles. I want to\neat Komako-chan's pee ramen." +427800 ,,,,,,,コマコ,Komako,210_KE00_k_008.wav,komako,,31,,,,,,,,Th-that's dirty. And you shouldn't play with food. +427900 ,,,,,,,,,,komako,,31,,,,,,,,"Komako-chan hesitates, understandably." +428000 ,,,,,,,,,,komako,,31,,,,,,,,"But if I were to give up here, I wouldn't be her lover in\nthe first place. I place the Tanumen on the table and bow\ndeeply." +428100 ,,,,,,,主人公,Kiyoshi,,komako,,31,,,,,,,,Please! I'll behave today and even use a condom next time!\nLet me eat pee ramen! +428200 ,,,,,,,コマコ,Komako,210_KE00_k_009.wav,komako,,14,,,,,,,,But... +428300 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"You said you'd give me a reward, right? I love Komako-chan,\nso I want to eat anything from you, even pee!" +428400 ,,,,,,,,,,komako,,14,,,,,,,,"As I plead, Komako-chan sighs above my head." +428500 ,,,,,,,,,,komako,,14,,,,,,,,"Oh, yes! That's a sign of approval!" +428600 ,,,,,,,コマコ,Komako,210_KE00_k_010.wav,komako,,12,,,,,,,,"Geez... You're really hopeless, aren't you? Fine, okay." +428700 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,,,,,Yay! +428800 ,,,,,,,コマコ,Komako,210_KE00_k_011.wav,komako,,13,,,,,,,,"But if I pee here, it'll make a mess in the room, so can I\ndo it in the bathroom?" +428900 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"Eh? It's a reward, so I want to see you pee! How about doing\nit in the garden where no one can see?" +429000 ,,,,,,,コマコ,Komako,210_KE00_k_012.wav,komako,,33,,,,,,,,The garden... hmm... +429100 ,,,,,,,,,,komako,,33,,,,,,,,"Komako-chan thought for a moment, but then nodded rather\neasily." +429200 ,,,,,,,コマコ,Komako,210_KE00_k_013.wav,komako,,12,,,,,,,,"Alright, I understand." +429300 ,,,,,,,,,,komako,,12,,,,,,,,"Well, it's not the first time I've seen Komako-chan pee, and\ncountry kids often pee in the bushes around here." +429400 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,,,,,"Yay! Let's go, let's go right away, let's do it!" +429500 ,,,,,,,,,,komako,,12,,,,,,,,"Holding the Tanumen in one hand, I eagerly pull Komako-\nchan's hand with the other." +429600 ,,,,,,,コマコ,Komako,210_KE00_k_014.wav,komakoL,,12,,,,,,,,"Uncle, you're so excited, like a puppy before a walk..." +429700 ,,,,,,,,,,komakoL,,12,,,,,,,,Komako-chan muttered in exasperation as she followed along. +429900 ,,,,,2400000,,,,,,,,,,,,,,, +430000 ,*mem,,,,2400000,,,,,,,,,,,,,,, +430100 ,,,15,,2400000,,主人公,Kiyoshi,,,,,,,,,,,,"It would be a waste if it spills, so I'll help you out." +430200 ,,,,,2400000,,,,,,,,,,,,,,,"When we reached the garden, I took off Komako-chan's pants\nand panties, lifting her up like a baby to pee." +430300 ,,,,,2400000,,,,,,,,,,,,,,,It's the so-called pee-pee pose. +430400 ,,,,,2400000,,コマコ,Komako,210_KE00_k_015.wav,komako,,0,,,,,,,,"Ah... this position is embarrassing. I can do it by myself,\nso put me down." +430500 ,,,,,2400000,,,,,,,,,,,,,,,Komako-chan blushed with embarrassment. +430600 ,,,,,2400000,,,,,,,,,,,,,,,"But since I'm having Komako-chan pee, it would be a waste to\njust watch." +430700 ,,,,,2400000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, can you manage to pee in a cup without spilling\nduring a urine test?" +430800 ,,,,,2400000,,,,,,,,,,,,,,,"Trying to convince her, I asked, and Komako- chan shook her\nhead side to side." +430900 ,,,,,2400000,,コマコ,Komako,210_KE00_k_016.wav,komako,,0,,,,,,,,It's a bit difficult... sometimes it gets on my hand or\nspills... +431000 ,,,,,2400000,,主人公,Kiyoshi,,,,,,,,,,,,I thought so. +431100 ,,,,,2400000,,,,,,,,,,,,,,,"Unlike guys with a steady hose, it seems difficult for girls\nto collect urine for a test, so it was good to ask." +431200 ,,,,,2400000,,,,,,,,,,,,,,,"Adjusting Komako-chan's body towards the position of the\nTanumen cup, I spoke to her slowly." +431300 ,,,,,2400000,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, since we're at it, I don't want to waste Komako-chan's\npee. You understand, right? It's a reward from someone I\nlike." +431400 ,,,,,2400000,,コマコ,Komako,210_KE00_k_017.wav,komako,,0,,,,,,,,"Hmm... well, I guess I understand... maybe?" +431500 ,,,,,2400000,,主人公,Kiyoshi,,,,,,,,,,,,"So, can I help you so it doesn't spill?" +431600 ,,,,,2400010,,コマコ,Komako,210_KE00_k_018.wav,komako,,0,,,,,,,,"That's, um, well..." +431800 ,,,,,2400010,,,,,,,,,,,,,,,"Komako-chan looked troubled, as if this was a different\nmatter." +431900 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, if we do it this way, I can see where Komako-chan's\npee comes out perfectly. It's a reward, so let me enjoy it." +432000 ,,,,,2400010,,コマコ,Komako,210_KE00_k_019.wav,komako,,0,,,,,,,,Even if you say that... it's embarrassing. Put me down! +432100 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, really? Is this position that embarrassing?" +432200 ,,,,,2400010,,コマコ,Komako,210_KE00_k_020.wav,komako,,0,,,,,,,,"It's embarrassing! Because it's like... like a baby, and,\num, my... my vagina is completely visible." +432300 ,,,,,2400010,,,,,,,,,,,,,,,"Yes, although there's a wall so it's not visible from\noutside, this M-shaped pose facing the garden is very lewd." +432400 ,,,,,2400010,,,,,,,,,,,,,,,"After eating the Tanumen with Komako-chan's pee, I plan to\nremember this pose and masturbate." +432500 ,,,,,2400010,,コマコ,Komako,210_KE00_k_021.wav,komako,,0,,,,,,,,I can't pee in such an embarrassing position... +432600 ,,,,,2400010,,,,,,,,,,,,,,,Komako-chan was being stubborn and reluctant. +432700 ,,,,,2400010,,,,,,,,,,,,,,,"But I'm also holding back a lot, so I want Komako-chan to\nindulge me a little." +432800 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"If you can't do it, should I help you?" +432900 ,,,,,2400010,,,,,,,,,,,,,,,"Saying that, I reached out and gently rubbed Komako-chan's\nurethra." +433000 ,,,,,2400010,,,,,,,,,,,,,,,Komako-chan's body jerked violently. +433100 ,,,,,2400010,,コマコ,Komako,210_KE00_k_022.wav,komako,,0,,,,,,,,"Ahh! No, don't touch me there!" +433200 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"But if you make too much noise, the neighbors will find out\nthat Komako-chan is trying to pee in the garden." +433300 ,,,,,2400010,,,,,,,,,,,,,,,"Hearing that, Komako-chan turned even redder." +433400 ,,,,,2400010,,コマコ,Komako,210_KE00_k_023.wav,komako,,0,,,,,,,,That's not okay... +433500 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, let's hurry and pee, okay?" +433600 ,,,,,2400020,,コマコ,Komako,210_KE00_k_024.wav,komako,,0,,,,,,,,Alright... I'll try my best... nngh +433800 ,,,,,2400020,,,,,,,,,,,,,,,"Komako-chan started to tense her stomach, trying to pee." +433900 ,,,,,2400020,,,,,,,,,,,,,,,Her inner thighs were trembling. +434000 ,,,,,2400020,,,,,,,,,,,,,,,But the pee didn't come out. +434100 ,,,,,2400020,,主人公,Kiyoshi,,,,,,,,,,,,"Huh? It's not coming out, is it?" +434200 ,,,,,2400020,,コマコ,Komako,210_KE00_k_025.wav,komako,,0,,,,,,,,"It doesn't come out that quickly... Don't stare too much,\nit's embarrassing..." +434300 ,,,,,2400020,,主人公,Kiyoshi,,,,,,,,,,,,"Well, watching is part of the reward, so I want to see it\nproperly." +434400 ,,,,,2400020,,コマコ,Komako,210_KE00_k_026.wav,komako,,0,,,,,,,,"But if you keep watching, it makes me even more embarrassed\nand I can't go..." +434500 ,,,,,2400020,,,,,,,,,,,,,,,"With her legs spread wide, I could clearly see her slit,\nclit, and urethra." +434600 ,,,,,2400020,,,,,,,,,,,,,,,Both moved cutely every time Komako-chan tensed her stomach. +434700 ,,,,,2400020,,,,,,,,,,,,,,,But the pee still didn't come out. +434800 ,,,,,2400020,,コマコ,Komako,210_KE00_k_027.wav,komako,,0,,,,,,,,"Nngh... It still won't come out. Hey, can't I give you a\ndifferent reward?" +434900 ,,,,,2400020,,主人公,Kiyoshi,,,,,,,,,,,,No way. I've already decided to eat Tanumen with Komako-\nchan's pee today. +435000 ,,,,,2400020,,コマコ,Komako,210_KE00_k_028.wav,komako,,0,,,,,,,,Nngh... But it still won't come out... +435100 ,,,,,2400020,,,,,,,,,,,,,,,"Komako-chan was trying hard to pee, making her clit and\nurethra twitch repeatedly." +435200 ,,,,,2400020,,,,,,,,,,,,,,,I couldn't resist her adorable struggle and reached out my\nhand. +435400 ,,,,,2400010,,コマコ,Komako,210_KE00_k_029.wav,komako,,0,,,,,,,,"Hyuuh... Mister, don't touch my pee hole... It's\nembarrassing." +435500 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"But Komako-chan, you're having trouble peeing, right? So I\nthought I'd help you." +435600 ,,,,,2400010,,コマコ,Komako,210_KE00_k_030.wav,komako,,0,,,,,,,,"Nnngh... No, I don't need it, I can do it by myself..." +435700 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,Really? +435800 ,,,,,2400020,,コマコ,Komako,210_KE00_k_031.wav,komako,,0,,,,,,,,"I really can... Ah, nnngh, so don't touch my pee hole or my\nclit... Nnngh..." +435900 ,,,,,2400020,,,,,,,,,,,,,,,"I didn't want to be disliked for being too forceful, so I\nquietly withdrew my hand." +436000 ,,,,,2400020,,,,,,,,,,,,,,,The urethra I had been gently stimulating to encourage her\nto pee was twitching. +436100 ,,,,,2400020,,,,,,,,,,,,,,,"Right above it, her clit was peeking out from its hood. It\nseemed to have gotten erect from being touched." +436200 ,,,,,2400010,,コマコ,Komako,210_KE00_k_032.wav,komako,,0,,,,,,,,"Haa, haa... Geez, you're such a dummy, mister. I said we\nwouldn't do anything naughty today, so don't touch me there." +436300 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,It's not naughty. I'm just helping with the peeing. Or did\nyou get in the mood for something naughty? +436400 ,,,,,2400020,,コマコ,Komako,210_KE00_k_033.wav,komako,,0,,,,,,,,"...No, that's not it. Just let me pee. Nnngh." +436600 ,,,,,2400020,,,,,,,,,,,,,,,She might be feeling a little aroused. +436700 ,,,,,2400020,,,,,,,,,,,,,,,"As Komako-chan tried to pee by tensing her stomach again,\nher pussy was slightly wet." +436800 ,,,,,2400020,,,,,,,,,,,,,,,It seemed like her love juices came out before her pee. +436900 ,,,,,2400020,,コマコ,Komako,210_KE00_k_034.wav,komako,,0,,,,,,,,"Nnngh... I feel like I need to pee, it's tingling... but it\nwon't come out..." +437000 ,,,,,2400020,,,,,,,,,,,,,,,"Komako-chan strained to pee, making her erect clit twitch." +437100 ,,,,,2400020,,,,,,,,,,,,,,,"With her legs spread wide and her butt lifted, even her\ncute, puckered anus was in full view." +437200 ,,,,,2400020,,,,,,,,,,,,,,,"It was contracting in sync with Komako-chan's efforts, which\nwas quite suggestive." +437300 ,,,,,2400010,,コマコ,Komako,210_KE00_k_035.wav,komako,,0,,,,,,,,Haaa... Putting pee on food isn't right. Let's stop. +437400 ,,,,,2400010,,,,,,,,,,,,,,,"Perhaps because she couldn't pee, Komako-chan started saying\nthat again." +437500 ,,,,,2400010,,,,,,,,,,,,,,,I shook my head firmly. +437600 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"No way. You promised you'd do it. I kept my promise, so\nKomako-chan, you have to keep yours too!" +437700 ,,,,,2400020,,コマコ,Komako,210_KE00_k_036.wav,komako,,0,,,,,,,,Ugh... okay... I'll try a little harder. Nnngh. +437800 ,,,,,2400020,,,,,,,,,,,,,,,"Komako-chan tried again to pee by straining. But still, it\nwouldn't come out easily." +437900 ,,,,,2400020,,,,,,,,,,,,,,,I guess I have no choice. I have to help her after all. +438000 ,,,,,2400020,,,,,,,,,,,,,,,I reached out to Komako-chan's private area once more. +438200 ,,,,,2400010,,コマコ,Komako,210_KE00_k_037.wav,komako,,0,,,,,,,,"Nnngh, ah, wait, I told you not to touch there again..." +438300 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"But if we don't do this, you'll never be able to pee, right?" +438400 ,,,,,2400010,,,,,,,,,,,,,,,"Scooping up the nectar from Komako-chan's now wet slit, I\nbegan to rub her urethra and clit with my slippery fingers." +438500 ,,,,,2400010,,コマコ,Komako,210_KE00_k_038.wav,komako,,0,,,,,,,,"Nnngh... no, that's not good... nnngh, it's making me tingle\ndown there..." +438600 ,,,,,2400010,,,,,,,,,,,,,,,Komako-chan twisted her body in embarrassment. Her stomach\ncontracted with a twitch. +438700 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,But doesn't it feel like you're about to pee? +438800 ,,,,,2400010,,コマコ,Komako,210_KE00_k_039.wav,komako,,0,,,,,,,,"It does, but... this is so embarrassing..." +438900 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"Then let's hurry and get it out. Once you do, it'll be over,\nright?" +439000 ,,,,,2400010,,コマコ,Komako,210_KE00_k_040.wav,komako,,0,,,,,,,,"Nnngh, nnngh, nnngh... even if you say that... nnngh." +439100 ,,,,,2400010,,,,,,,,,,,,,,,"As I continued to rub and play with her clit and urethra,\nKomako-chan struggled to suppress her erotic moans." +439200 ,,,,,2400010,,,,,,,,,,,,,,,"Still, some lewd gasps escaped her lips from time to time." +439300 ,,,,,2400010,,コマコ,Komako,210_KE00_k_041.wav,komako,,0,,,,,,,,"Ah, nnngh, no... don't make it so squishy... ahhh." +439400 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"If you make such loud noises, the neighbors will hear your\nnaughty voice, you know?" +439500 ,,,,,2400010,,コマコ,Komako,210_KE00_k_042.wav,komako,,0,,,,,,,,"No, stop... that's too embarrassing..." +439600 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"I'll keep rubbing like this until you pee, okay? Come on,\ncome on." +439700 ,,,,,2400020,,コマコ,Komako,210_KE00_k_043.wav,komako,,0,,,,,,,,"Hyu, ah, hyuu." +439900 ,,,,,2400020,,,,,,,,,,,,,,,"In a desperate move, Komako-chan thrust her butt forward and\nbegan to strain." +440000 ,,,,,2400020,,,,,,,,,,,,,,,"The urethral opening, which my fingertips touched, started\nto tremble." +440100 ,,,,,2400020,,コマコ,Komako,210_KE00_k_044.wav,komako,,0,,,,,,,,"Nnngh... it's coming out... I feel like I'm going to pee...\nit's hot, it's tingling..." +440200 ,,,,,2400020,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, let it all out. Shh, come on, come on, shh, come\non, come on." +440300 ,,,,,2400020,,,,,,,,,,,,,,,"While saying the phrase to encourage a baby to urinate, I\ngently tickled her urethral opening." +440400 ,,,,,2400020,,コマコ,Komako,210_KE00_k_045.wav,komako,,0,,,,,,,,"Ah, ah, ahh, don't say it like that, it's embarrassing, ah,\nI can't hold it anymore." +440500 ,,,,,2400020,,,,,,,,,,,,,,,Komako-chan's body shook violently. +440600 ,,,,,2400020,,コマコ,Komako,210_KE00_k_046.wav,komako,,0,,,,,,,,"It's coming out, no, uncle, I'm going to pee, I'm going to\npee!" +440800 ,,,,,2400030,,,,,,,,,,,,,,,Splash. +440900 ,,,,,2400030,,コマコ,Komako,210_KE00_k_047.wav,komako,,0,,,,,,,,Ahhh▼ +441000 ,,,,,2400030,,,,,,,,,,,,,,,"As soon as Komako-chan let out a sweet voice, a golden\nstream gushed out." +441100 ,,,,,2400030,,コマコ,Komako,210_KE00_k_048.wav,komako,,0,,,,,,,,"Fuaaah... it's coming out, I'm peeing. Ah, nnngh, don't\nlook... fuaaaah..." +441200 ,,,,,2400030,,主人公,Kiyoshi,,,,,,,,,,,,Ooooh~ +441300 ,,,,,2400030,,,,,,,,,,,,,,,Komako-chan's pee formed a beautiful golden arch and poured\ninto the Tanumen cup. +441400 ,,,,,2400030,,,,,,,,,,,,,,,She stared at it with a bright red face. +441500 ,,,,,2400030,,コマコ,Komako,210_KE00_k_049.wav,komako,,0,,,,,,,,"It won't stop, it won't stop... pee, please stop... why is\nit so much now... ugh." +441600 ,,,,,2400030,,,,,,,,,,,,,,,"I thought she could just look away if she's embarrassed, but\nmaybe she can't take her eyes off it." +441700 ,,,,,2400030,,,,,,,,,,,,,,,"Watching Komako-chan squirm while looking at the grand pee\narch is so cute, it makes me happy!" +441800 ,,,,,2400030,,コマコ,Komako,210_KE00_k_050.wav,komako,,0,,,,,,,,"No... it's overflowing... no, there's so much of my pee. No,\nah... and yet, it still won't stop, please stop..." +441900 ,,,,,2400030,,,,,,,,,,,,,,,"Since it was pee that had been held back and stimulated, the\namount was plentiful." +442000 ,,,,,2400030,,,,,,,,,,,,,,,"Komako-chan squirmed in embarrassment as her pee continued\nto gush out, overflowing from the Tanumen cup." +442100 ,,,,,2400030,,,,,,,,,,,,,,,I thoroughly enjoyed the view from my prime seat. +442300 ,,,,,2400040,,コマコ,Komako,210_KE00_k_051.wav,komako,,0,,,,,,,,"Haa, haa, haa..." +442400 ,,,,,2400040,,,,,,,,,,,,,,,"When her pee finally stopped, Komako-chan leaned her weight\nagainst me, exhausted." +442500 ,,,,,2400040,,コマコ,Komako,210_KE00_k_052.wav,komako,,0,,,,,,,,"Ugh, I can't take it anymore... this is way too\nembarrassing..." +442600 ,,,,,2400040,,,,,,,,,,,,,,,She was so embarrassed that she was teary- eyed and dazed. +442700 ,,,,,2400040,,,,,,,,,,,,,,,"But at the same time, her crotch was a little wet not just\nfrom pee, but from her love juices too." +442800 ,,,,,2400040,,主人公,Kiyoshi,,,,,,,,,,,,Was it just embarrassing? Didn't it feel good? +442900 ,,,,,2400040,,コマコ,Komako,210_KE00_k_053.wav,komako,,0,,,,,,,,That's not... nnngh +443000 ,,,,,2400040,,,,,,,,,,,,,,,"Before she could deny it, I teased her pee- soaked urethra\nwith my finger again." +443100 ,,,,,2400040,,主人公,Kiyoshi,,,,,,,,,,,,"Having to hold it in and then peeing outside felt good,\ndidn't it?" +443200 ,,,,,2400040,,コマコ,Komako,210_KE00_k_054.wav,komako,,0,,,,,,,,"...If you keep saying embarrassing things, I'll stop being\nyour lover, you know?" +443300 ,,,,,2400040,,主人公,Kiyoshi,,,,,,,,,,,,"Wha-I'm sorry, I'm sorry, I won't say it anymore!" +443400 ,,,,,2400040,,,,,,,,,,,,,,,"I couldn't bear the thought of her stopping being my lover,\nso I hurriedly apologized." +443500 ,,,,,2400040,,,,,,,,,,,,,,,"Komako-chan sighed as if to say 'what am I going to do with\nyou,' and rested her head against my chest." +443600 ,,,,,2400040,,コマコ,Komako,210_KE00_k_055.wav,komako,,0,,,,,,,,"...But, well... if you're a good boy, I might give you a pee\nreward again." +443700 ,,,,,2400040,,主人公,Kiyoshi,,,,,,,,,,,,R-Really!? +443800 ,,,,,2400040,,コマコ,Komako,210_KE00_k_056.wav,komako,,0,,,,,,,,If you're a good boy. +443900 ,,,,,2400040,,,,,,,,,,,,,,,"With that, Komako-chan finally got off my lap." +444000 ,$event_return,,,,,,,,,,,,,,,,,,, +444200 ,,,3,,,,,,,,,,,,,,,,,"She quickly put on her panties and pants, still blushing\nwith embarrassment, and pointed at the Tanumen." +444300 ,,,,,,,コマコ,Komako,210_KE00_k_057.wav,komako,,16,,,,,,,,So... are you really going to eat that? +444400 ,,,,,,,主人公,Kiyoshi,,komako,,16,,,,,,,,"Yeah, I'm going to eat it!" +444500 ,,,,,,,,,,komako,,16,,,,,,,,I broke the disposable chopsticks I had prepared and lifted\nthe cup. +444600 ,,,,,,,主人公,Kiyoshi,,komako,,16,,,,,,,,Let's dig in! +444700 ,,,,,,,,,,komako,,16,,,,,,,,I took a light sip of the overly salty pee soup and then\nstabbed it with the chopsticks. +444800 ,,,,,,,,,,komako,,16,,,,,,,,"The Tanumen was a bit soggy from the pee, but still firm as\nI munched on it." +444900 ,,,,,,,,,,komako,,16,,,,,,,,"Hmm, it's a bit salty, but that's the charm! It's 100%\nKomako-chan essence!" +445000 ,,,,,,,,,,komako,,16,,,,,,,,"As I happily ate the pee ramen, Komako-chan sat down next to\nme." +445100 ,,,,,,,コマコ,Komako,210_KE00_k_058.wav,komako,,31,,,,,,,,Is it good? +445200 ,,,,,,,主人公,Kiyoshi,,komako,,31,,,,,,,,Yeah! +445300 ,,,,,,,コマコ,Komako,210_KE00_k_059.wav,komako,,26,,,,,,,,I see... Is it because you like me? +445400 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,"Yeah, that's right! I love Komako-chan!" +445500 ,,,,,,,,,,komako,,26,,,,,,,,"When I said that, Komako-chan gave me a small smile." +445600 ,,,,,,,,,,komako,,26,,,,,,,,She reached out and patted my head. +445700 ,,,,,,,コマコ,Komako,210_KE00_k_060.wav,komakoL,,22,,,,,,,,"That's right, good boy." +445800 ,,,,,,,,,,komakoL,,22,,,,,,,,"Komako-chan didn't say she loved me. But her hand patting my\nhead was so gentle and comforting, it made me happy." +445900 ,,,,,,,,,,komakoL,,22,,,,,,,,I felt plenty of Komako-chan's love from that hand. +446000 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"...Then, will you let me do something naughty?" +446100 ,,,,,,,コマコ,Komako,210_KE00_k_061.wav,komakoL,,11,,,,,,,,"No, that's not allowed. I told you no today." +446200 ,,,,,,,,,,komakoL,,11,,,,,,,,"Like scolding a disobedient pet, Komako-chan glared at me." +446300 ,,,,,,,,,,komakoL,,11,,,,,,,,But she lightly patted my head and smiled. +446400 ,,,,,,,コマコ,Komako,210_KE00_k_062.wav,komakoL,,22,,,,,,,,"But... if it's not today, it's fine. Make me feel good\nagain, my lover." +446500 ,,,,,,,,,,komakoL,,22,,,,,,,,"At those words, I nodded energetically." +446600 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"Yeah, of course!" +446700 ,,,,,,,,,,komakoL,,22,,,,,,,,Aiming for the day when I can become her 'one and only' from\njust a lover. +446800 ,$exit komako,,,,,,,,,,,,,,,,,,,■END +447000 ,@211_KE01,,,,,,,,,,,,,,,,,,, +447300 ,,,8,11,,,千恵,Chie,211_KE01_c_000.wav,"chie,privateB",,21,,,,,,,,"See you, Komako-chan, bye-bye!" +447400 ,,,,,,,甜花,Tenka,211_KE01_t_000.wav,"tenka,private",,1,,,,,,,,"Komako, see you tomorrow." +447500 ,,,,,,,コマコ,Komako,211_KE01_k_000.wav,"komako,privateB",,1,,,,,,,,"Yeah, see you tomorrow." +447600 ,,,,,,,,,,,,,,,,,,,,"A year has passed since then, and summer has come again." +447700 ,,,,,,,,,,,,,,,,,,,,Komako-chan and the others still come to our shop and play\ntogether as a trio. +447800 ,,,,,,,,,,,,,,,,,,,,The change is― +448000 ,,,3,31,,,主人公,Kiyoshi,,,,,,,,,,,,Did Chie-chan and the others leave? +448100 ,,,,,,,コマコ,Komako,211_KE01_k_001.wav,komako,,2,,,,,,,,Yeah. +448200 ,,,,,,,,,,komako,,2,,,,,,,,"After the two of them leave, Komako-chan always stays behind\nlike this." +448300 ,,,,,,,,,,komako,,2,,,,,,,,"At first, it was often after Chie-chan and Komako-chan had\nbeen flirting." +448400 ,,,,,,,,,,komako,,2,,,,,,,,"Seeking something that couldn't be fulfilled with Chie-chan,\nKomako-chan started having sex with me." +448500 ,,,,,,,,,,komako,,2,,,,,,,,Yes! It was worth the effort to make her crazy for my old\nman's cock. +448600 ,,,,,,,,,,komako,,2,,,,,,,,"And Komako-chan, who got completely hooked on creampie\norgasms, her belly is―" +448700 ,,,,,,,コマコ,Komako,211_KE01_k_002.wav,komako,,22,,,,,,,,............ +448800 ,,,,,,,,,,komako,,22,,,,,,,,"It doesn't stand out much over her clothes, but it's gently\nrounded." +448900 ,,,,,,,,,,komako,,22,,,,,,,,"Inside her belly is our baby, mine and Komako-chan's." +449000 ,,,,,,,,,,komako,,22,,,,,,,,"Recently, her breasts have started producing milk, and if\nleft alone, her clothes get wet and her chest feels tight,\nso after school, I help her by milking her breasts." +449100 ,,,,,,,主人公,Kiyoshi,,komako,,22,,,,,,,,I can't wait for Komako-chan and the old man's baby to be\nborn. I'm looking forward to it. +449200 ,,,,,,,コマコ,Komako,211_KE01_k_003.wav,komako,,14,,,,,,,,............ +449300 ,,,,,,,,,,komako,,14,,,,,,,,"Saying that, I hug Komako-chan tightly and nuzzle her cheek\nas usual." +449400 ,,,,,,,,,,komako,,14,,,,,,,,"Normally, Komako-chan would pat my head while saying\nsomething like, ""I'll raise it together with Chie-chan,""\nbut..." +449500 ,,,,,,,,,,komako,,14,,,,,,,,"Today, she remains sullen and doesn't say anything." +449600 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,Is something wrong...? +449700 ,,,,,,,,,,komako,,14,,,,,,,,"Feeling anxious, I ask, and finally, Komako- chan glances at\nme." +449800 ,,,,,,,コマコ,Komako,211_KE01_k_004.wav,komako,,34,,,,,,,,"Today was swimming, but I couldn't swim with everyone." +449900 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,Huh? What happened? Are you sick? +450000 ,,,,,,,コマコ,Komako,211_KE01_k_005.wav,komako,,14,,,,,,,,"No, before swimming, when I showed my belly to Chie-chan and\nTenka-chan... they said it was too noticeable." +450100 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan puffs out her cheeks. +450200 ,,,,,,,コマコ,Komako,211_KE01_k_006.wav,komako,,34,,,,,,,,"So, I decided not to swim. I was really looking forward to\nplaying with everyone." +450300 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,I-I see. That's unfortunate... +450400 ,,,,,,,,,,komako,,34,,,,,,,,"Yeah, I guess so. It's true that swimming with a big belly\nisn't possible." +450500 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,"B-but, you know, the baby will be born soon, and then you\ncan go out and play again. I'll take care of the baby for\nyou." +450600 ,,,,,,,コマコ,Komako,211_KE01_k_007.wav,komako,,2,,,,,,,,............Yeah. +450700 ,,,,,,,主人公,Kiyoshi,,komako,,2,,,,,,,,"For now, let's milk your breasts today too. It must be\nuncomfortable with your chest feeling tight, right?" +450800 ,,,,,,,コマコ,Komako,211_KE01_k_008.wav,komako,,22,,,,,,,,............Yeah. +451000 ,,,10,,2410000,,,,,,,,,,,,,,, +451100 ,*mem,,,,2410000,,,,,,,,,,,,,,, +451200 ,,,10,,2410000,,,,,,,,,,,,,,,"Komako-chan, who still seemed a bit grumpy, started to take\noff her clothes." +451300 ,,,,,2410000,,,,,,,,,,,,,,,"It's true that it doesn't stand out over clothes, but in a\nswimsuit, it's quite noticeable." +451400 ,,,,,2410000,,,,,,,,,,,,,,,"...Wait, a swimsuit?" +451500 ,,,,,2410000,,コマコ,Komako,211_KE01_k_009.wav,komako,,0,,,,,,,,I wore it because I planned to swim. +451600 ,,,,,2410000,,,,,,,,,,,,,,,"As if reading my inner question, Komako-chan muttered\nsoftly." +451700 ,,,,,2410000,,,,,,,,,,,,,,,"Hmm, she must have been really looking forward to the pool.\nOnce the baby is born, I'll definitely take her there." +451800 ,,,,,2410000,,主人公,Kiyoshi,,,,,,,,,,,,"I see. But yeah, with this belly, it does stand out a bit." +451900 ,,,,,2410000,,コマコ,Komako,211_KE01_k_010.wav,komako,,0,,,,,,,,Right? +452000 ,,,,,2410000,,,,,,,,,,,,,,,"While saying that, I gently stroked Komako- chan's belly.\nThen, the baby kicked from inside." +452100 ,,,,,2410000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, it moved. The baby just moved!" +452200 ,,,,,2410000,,コマコ,Komako,211_KE01_k_011.wav,komako,,0,,,,,,,,"It's not the first time, so you don't have to get so\nexcited." +452300 ,,,,,2410000,,,,,,,,,,,,,,,"Usually, she would be happy with me, but today Komako-chan\nwas quite upset." +452400 ,,,,,2410000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry... but, you know, it's the baby of the Komako-chan I\nlove so much." +452500 ,,,,,2410000,,,,,,,,,,,,,,,I gently placed my ear on Komako-chan's belly and spoke to\nthe baby. +452600 ,,,,,2410000,,主人公,Kiyoshi,,,,,,,,,,,,"Baby, be a good little one for a bit longer. We're going to\nmilk your mom's breasts now." +452700 ,,,,,2410000,,コマコ,Komako,211_KE01_k_012.wav,komako,,0,,,,,,,,............ +452800 ,,,,,2410000,,,,,,,,,,,,,,,I reached out to Komako-chan's still grumpy breasts and\nbegan to gently caress them. +452900 ,,,,,2410000,,,,,,,,,,,,,,,"Her breasts, already full, quickly made her nipples perk up." +453000 ,,,,,2410010,,コマコ,Komako,211_KE01_k_013.wav,komako,,0,,,,,,,,Nnngh... +453200 ,,,,,2410010,,,,,,,,,,,,,,,"And then, her breasts slowly started to seep." +453300 ,,,,,2410010,,,,,,,,,,,,,,,"The fabric around her nipples got wet, turning a shade\ndarker." +453400 ,,,,,2410010,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, it's already coming out. You must have been really full\ntoday, wasn't it uncomfortable?" +453500 ,,,,,2410010,,コマコ,Komako,211_KE01_k_014.wav,komako,,0,,,,,,,,Of course it was uncomfortable... you don't have to mention\nit every time. +453600 ,,,,,2410010,,,,,,,,,,,,,,,"With a mix of grumpiness and embarrassment, Komako-chan\nturned her blushing face away." +453700 ,,,,,2410010,,,,,,,,,,,,,,,"But recently, I've gotten used to this attitude, so there's\nno need to panic." +453800 ,,,,,2410010,,,,,,,,,,,,,,,"For now, I'll do what I can as a father." +453900 ,,,,,2410010,,主人公,Kiyoshi,,,,,,,,,,,,Don't worry. I'll make you feel good now. +454000 ,,,,,2410010,,,,,,,,,,,,,,,"I gently massaged her swollen, firm breasts. Warm liquid\nslowly wet my hands." +454100 ,,,,,2410010,,,,,,,,,,,,,,,Her belly twitched and moved. +454200 ,,,,,2410010,,主人公,Kiyoshi,,,,,,,,,,,,I wonder if the baby can tell the milk is coming out. The\nbaby seems happy too. +454300 ,,,,,2410010,,コマコ,Komako,211_KE01_k_015.wav,komako,,0,,,,,,,,...Y-Yeah. +454400 ,,,,,2410010,,主人公,Kiyoshi,,,,,,,,,,,,"Your breasts are getting a bit bigger too, you're getting\nready to be a mom. That's amazing, Komako-chan." +454500 ,,,,,2410010,,コマコ,Komako,211_KE01_k_016.wav,komako,,0,,,,,,,,"Mm... mm, y-yeah." +454600 ,,,,,2410010,,,,,,,,,,,,,,,"As I pinched her nipples to prepare for milking, Komako-\nchan's expression gradually softened." +454700 ,,,,,2410010,,,,,,,,,,,,,,,Pleasure and love for the baby started to outweigh her\nanger. That's how it seemed. +454800 ,,,,,2410020,,主人公,Kiyoshi,,,,,,,,,,,,"Well then, today too... let's dig in." +455000 ,,,,,2410020,,,,,,,,,,,,,,,"I slipped the shoulder strap of her school swimsuit aside\nand exposed her breast, then took Komako-chan's nipple into\nmy mouth." +455100 ,,,,,2410020,,,,,,,,,,,,,,,"It tasted sweet, like a certain milk candy. It's the taste\nof a mom." +455200 ,,,,,2410020,,,,,,,,,,,,,,,Thinking that the taste of a mom came from the still\ninnocent Komako-chan's breasts in her school swimsuit made\nme incredibly excited. +455300 ,,,,,2410020,,,,,,,,,,,,,,,"I'm always excited during milking, but with the school\nswimsuit effect, today is intense. My cock is already rock\nhard." +455400 ,,,,,2410030,,コマコ,Komako,211_KE01_k_017.wav,komako,,0,,,,,,,,"Nnngh... your tongue is warm, mister... nnngh, you're\nsucking so eagerly, just like a baby..." +455500 ,,,,,2410030,,,,,,,,,,,,,,,"Even though Komako-chan still seemed embarrassed, she gently\npatted my head." +455600 ,,,,,2410030,,,,,,,,,,,,,,,It seemed like her mood was improving a bit. +455700 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,"Because Komako-chan's breasts are delicious. With this, the\nbaby will surely be delighted too." +455800 ,,,,,2410030,,コマコ,Komako,211_KE01_k_018.wav,komako,,0,,,,,,,,"Ahh... nnnngh... really...? Nnngh, nnnngh..." +455900 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,Slurp slurp... I'm so absorbed in drinking... smooch. +456000 ,,,,,2410030,,コマコ,Komako,211_KE01_k_019.wav,komako,,0,,,,,,,,You're really like a baby. Such a naughty mister... nnnngh. +456100 ,,,,,2410030,,,,,,,,,,,,,,,"As I rolled the sweet milk-flavored nipple on my tongue, it\nbecame more and more firm." +456200 ,,,,,2410030,,,,,,,,,,,,,,,"I gently pinched it with my lips and gave it a soft bite,\nsucking it up." +456300 ,,,,,2410030,,,,,,,,,,,,,,,"Then, sweet breast milk kept spurting into my mouth." +456400 ,,,,,2410030,,コマコ,Komako,211_KE01_k_020.wav,komako,,0,,,,,,,,"Nnngh, nnnngh... ah... my chest feels full again..." +456500 ,,,,,2410030,,,,,,,,,,,,,,,"As I sucked, it seemed like more milk was being produced,\nand Komako-chan squirmed her hips." +456600 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,I understand. I'll make it easier for you now. +456700 ,,,,,2410030,,,,,,,,,,,,,,,"Not just sucking, but also massaging her breasts with my\nhands and squeezing near the nipple to milk her." +456800 ,,,,,2410030,,,,,,,,,,,,,,,The force of the milk spurting out became stronger. +456900 ,,,,,2410030,,コマコ,Komako,211_KE01_k_021.wav,komako,,0,,,,,,,,"Nnnngh... haaah... it's amazing, so much milk is coming\nout..." +457000 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, with them so full, wasn't it uncomfortable during\nclass?" +457100 ,,,,,2410030,,コマコ,Komako,211_KE01_k_022.wav,komako,,0,,,,,,,,"It was a bit uncomfortable... nnngh, so I milked them in the\nbathroom during break..." +457200 ,,,,,2410030,,,,,,,,,,,,,,,"Whoa, Komako-chan's self-milking! And in a school swimsuit\nplus uniform! I wish I could have seen that!" +457300 ,,,,,2410030,,,,,,,,,,,,,,,"Ah, but just imagining it makes my cock throb even more." +457400 ,,,,,2410030,,,,,,,,,,,,,,,"Ugh, ever since the baby, sex has been off- limits... Do I\nhave to hold back again today?" +457500 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,"I-I see. That must have been tough. If I could have gone to\nschool, I could have helped you. I'm sorry." +457600 ,,,,,2410030,,コマコ,Komako,211_KE01_k_023.wav,komako,,0,,,,,,,,"Nnn... It's not your fault, uncle... you're not a teacher..." +457700 ,,,,,2410030,,,,,,,,,,,,,,,"But if I said I wanted to have sex, she'd get mad, so I\nfocused on making Komako-chan feel better." +457800 ,,,,,2410030,,,,,,,,,,,,,,,"Besides... since I'm holding back on sex, she lets me milk\nher like this and is kind to me in other ways too." +458000 ,,,,,2410030,,コマコ,Komako,211_KE01_k_024.wav,komako,,0,,,,,,,,"Haaah haaah... nnngh, and if you sucked like this at school,\nit would be a problem..." +458100 ,,,,,2410030,,,,,,,,,,,,,,,"Komako-chan rubbed her inner thighs together, looking needy." +458200 ,,,,,2410030,,,,,,,,,,,,,,,"Her nipples were already fully erect, spurting milk like\nthey were ejaculating." +458300 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,Am I touching you that lewdly? +458400 ,,,,,2410030,,コマコ,Komako,211_KE01_k_025.wav,komako,,0,,,,,,,,"Nnnngh... you are. I said it's like a baby, but it's not.\nBabies don't suck like that." +458500 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,Suck like what? +458600 ,,,,,2410030,,コマコ,Komako,211_KE01_k_026.wav,komako,,0,,,,,,,,"Haaah... poking with your tongue... nnngh, nibbling... it's\njust so lewd..." +458700 ,,,,,2410030,,,,,,,,,,,,,,,"Since having the baby, her nipples have become even more\nsensitive, and Komako-chan seemed to be feeling it as I\nsucked and licked them." +458800 ,,,,,2410030,,,,,,,,,,,,,,,"Especially when I massaged her breasts and licked the tips,\nshe reacted lewdly, squeezing her thighs together." +458900 ,,,,,2410030,,コマコ,Komako,211_KE01_k_027.wav,komako,,0,,,,,,,,"See, it's for milking... you don't have to lick them like\nthat... nnngh" +459000 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,"Just like with peeing, doing this makes more come out." +459100 ,,,,,2410030,,,,,,,,,,,,,,,I said whatever came to mind and sucked harder. +459200 ,,,,,2410030,,,,,,,,,,,,,,,"Then, once again, her breasts spurted milk energetically." +459300 ,,,,,2410030,,コマコ,Komako,211_KE01_k_028.wav,komako,,0,,,,,,,,"Don't compare peeing and breasts... Uncle, you're so\ninsensitive... nnngh" +459400 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, sorry. As an apology, I'll make sure to milk your\nbreasts properly." +459500 ,,,,,2410030,,コマコ,Komako,211_KE01_k_029.wav,komako,,0,,,,,,,,"Ahhh... that's why, don't make it so lewd... fuaaah, ahhh" +459600 ,,,,,2410030,,,,,,,,,,,,,,,"I pinched near the areola with my fingertips like milking a\ncow, while massaging her entire breast." +459700 ,,,,,2410030,,,,,,,,,,,,,,,"Then, I took the tip into my mouth and sucked." +459800 ,,,,,2410030,,,,,,,,,,,,,,,"With this literal milking, Komako-chan's whole body\ntrembled." +459900 ,,,,,2410030,,コマコ,Komako,211_KE01_k_030.wav,komako,,0,,,,,,,,"Hiaaah, my breasts, it's amazing... if you do it that much,\na lot will come out, nnngh, nnnngh" +460000 ,,,,,2410030,,,,,,,,,,,,,,,I could feel the baby happily kicking in her belly. +460100 ,,,,,2410030,,コマコ,Komako,211_KE01_k_031.wav,komako,,0,,,,,,,,"Haaah, haaah, my belly... it's tingling in my belly...\nUncle, no, if you do it that much, I..." +460200 ,,,,,2410030,,,,,,,,,,,,,,,The seam of her swimsuit twitched. +460300 ,,,,,2410030,,,,,,,,,,,,,,,It was proof that Komako-chan was about to climax. +460400 ,,,,,2410030,,,,,,,,,,,,,,,I continued milking mercilessly and sucked Komako-chan's\nnipple even harder. +460500 ,,,,,2410030,,コマコ,Komako,211_KE01_k_032.wav,komako,,0,,,,,,,,"Nnnnnnnngh! Fuaaaaaah, I'm cumming!" +460600 ,,,,,2410030,,,,,,,,,,,,,,,Komako-chan's whole body stiffened with a jolt. +460800 ,,,,,2410040,,,,,,,,,,,,,,,Her breasts erupted with a grand spray. +460900 ,,,,,2410040,,コマコ,Komako,211_KE01_k_033.wav,komako,,0,,,,,,,,"Fua... ahh... nnngh, I'm cumming, I'm cumming!" +461000 ,,,,,2410040,,,,,,,,,,,,,,,"Like ejaculation, milk spurted out in sync with Komako-\nchan's climax." +461100 ,,,,,2410040,,,,,,,,,,,,,,,It was like a fountain. +461200 ,,,,,2410040,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, let it all out, feel good." +461300 ,,,,,2410040,,コマコ,Komako,211_KE01_k_034.wav,komako,,0,,,,,,,,"Ah, nnngh, ahh... no, stop, I'm cumming, I'm cumming, so\ndon't rub my nipples like that, nnnngh!" +461400 ,,,,,2410040,,,,,,,,,,,,,,,I pinched and rubbed Komako-chan's nipples as if they were a\npenis while she was cumming. +461500 ,,,,,2410040,,,,,,,,,,,,,,,"As a result, the force of the milk spray intensified even\nmore." +461600 ,,,,,2410040,,,,,,,,,,,,,,,"Komako-chan's face went slack, and her knees trembled." +461700 ,,,,,2410040,,コマコ,Komako,211_KE01_k_035.wav,komako,,0,,,,,,,,"Fuaaah, again, I'm cumming with my breasts again... I'm\ncumminggggg!" +461800 ,,,,,2410040,,,,,,,,,,,,,,,"Pyu, pyu, pyuuuuuuuuuuuu!" +461900 ,,,,,2410040,,,,,,,,,,,,,,,Komako-chan's breasts continued to release milk until they\nsoftened from being so full. +462000 ,,,,,2410040,,,,,,,,,,,,,,,"It seemed like just having her breasts release milk felt\ngood, and Komako-chan's face was in a daze." +462100 ,,,,,2410040,,コマコ,Komako,211_KE01_k_036.wav,komako,,0,,,,,,,,"Fua... ah, ah, nn... I can't anymore..." +462300 ,,,,,2410050,,,,,,,,,,,,,,,"Finally, when her breasts stopped, Komako- chan slumped her\nshoulders." +462400 ,,,,,2410050,,コマコ,Komako,211_KE01_k_037.wav,komako,,0,,,,,,,,I had decided I wouldn't cum with my breasts today... +462500 ,,,,,2410050,,,,,,,,,,,,,,,"Komako-chan glared at me lightly, looking embarrassed." +462600 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"But, but, Komako-chan, you don't hate feeling good, right?\nAnd the baby was happy too." +462700 ,,,,,2410050,,,,,,,,,,,,,,,"As I spoke, I gently stroked Komako-chan's stomach." +462800 ,,,,,2410050,,コマコ,Komako,211_KE01_k_038.wav,komako,,0,,,,,,,,"That's true, but..." +462900 ,,,,,2410050,,,,,,,,,,,,,,,"Even though Komako-chan looked embarrassed and exhausted,\nher face was still a bit flushed." +463000 ,,,,,2410050,,,,,,,,,,,,,,,"Her nipples were still erect, wet with milk... it was\nincredibly erotic." +463100 ,,,,,2410050,,,,,,,,,,,,,,,"Moreover, her plump belly was covered by a school swimsuit.\nThe contrast made my cock throb." +463200 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, Komako-chan." +463300 ,,,,,2410050,,,,,,,,,,,,,,,"Having been abstinent for so long, her current appearance\nwas too tempting, and I couldn't help but rub my groin\nagainst Komako-chan's thigh." +463400 ,,,,,2410050,,,,,,,,,,,,,,,Hoping at least she might use her hand. +463500 ,,,,,2410050,,コマコ,Komako,211_KE01_k_039.wav,komako,,0,,,,,,,,No sex. There's a baby here. +463600 ,,,,,2410050,,,,,,,,,,,,,,,"But, Komako-chan said that so easily." +463700 ,,,,,2410050,,,,,,,,,,,,,,,"Ugh, hearing that just makes me want to do it even more. I\nmean, I don't want just hands or mouth." +463800 ,,,,,2410050,,,,,,,,,,,,,,,I want to have sex with Komako-chan! +463900 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"But, but, once the baby is born, you'll be able to swim\nagain. Besides, it's about time for the baby to be born..." +464000 ,,,,,2410050,,コマコ,Komako,211_KE01_k_040.wav,komako,,0,,,,,,,,"But, the baby hasn't been born yet..." +464100 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,Maybe the baby isn't coming out because we haven't had sex?\nI-I heard something like that before. +464200 ,,,,,2410050,,,,,,,,,,,,,,,"I definitely can't force her, so I tried to convince Komako-\nchan with some hearsay knowledge." +464300 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"When the baby doesn't come out easily, they call it\n'welcoming rod,' and if you poke with your dick, the baby\nwill come out!" +464400 ,,,,,2410050,,コマコ,Komako,211_KE01_k_041.wav,komako,,0,,,,,,,,Really...? Won't the baby be surprised...? +464500 ,,,,,2410050,,,,,,,,,,,,,,,Komako-chan looked at me with a doubtful expression. I\nnodded eagerly. +464600 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"It's true. You see, we haven't had sex because it was for\nthe baby's sake, so the baby must be oversleeping." +464700 ,,,,,2410050,,コマコ,Komako,211_KE01_k_042.wav,komako,,0,,,,,,,,Is that so...? +464800 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, so let's wake up the sleepyhead baby with my dick.\nThen the baby will be born soon! It's true!" +464900 ,,,,,2410050,,,,,,,,,,,,,,,I desperately tried to persuade her while looking into\nKomako-chan's eyes. +465000 ,,,,,2410050,,コマコ,Komako,211_KE01_k_043.wav,komako,,0,,,,,,,,Hmm... +465100 ,,,,,2410050,,,,,,,,,,,,,,,"Komako-chan was thinking with her hand on her cheek, but\neventually nodded." +465200 ,,,,,2410050,,コマコ,Komako,211_KE01_k_044.wav,komako,,0,,,,,,,,"Okay. You've kept your promise all this time, and you\nhaven't lied recently... so it's fine." +465300 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,Yay! Thank you! +465400 ,,,,,2410050,,コマコ,Komako,211_KE01_k_045.wav,komako,,0,,,,,,,,"But, don't overdo it so the baby isn't too surprised." +465500 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I understand." +465600 ,,,,,2410050,,コマコ,Komako,211_KE01_k_046.wav,komako,,0,,,,,,,,Well then... shall we? +465800 ,,,9,,2411000,,,,,,,,,,,,,,,Komako-chan adjusted her school swimsuit and spread her\npussy for me. +465900 ,,,,,2411000,,,,,,,,,,,,,,,"Since she had a milk-squirting orgasm earlier, I placed the\ntip of my dick against her wet entrance and slowly pushed\nin." +466000 ,,,,,2411000,,コマコ,Komako,211_KE01_k_047.wav,komako,,0,,,,,,,,"Ugh, ahh... it's... thick... nngh, was your dick always this\nthick...?" +466100 ,,,,,2411000,,,,,,,,,,,,,,,Komako-chan groaned a bit painfully from the long-awaited\ndick. +466200 ,,,,,2411000,,,,,,,,,,,,,,,"Maybe because we haven't done it in a while, or because of\nthe baby, her pussy felt tighter than before." +466300 ,,,,,2411000,,,,,,,,,,,,,,,"When I pushed all the way in, it felt like it was being\nsqueezed tightly." +466400 ,,,,,2411000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it's gotten really tight. Does it hurt?" +466500 ,,,,,2411000,,コマコ,Komako,211_KE01_k_048.wav,komako,,0,,,,,,,,"Nngh... it doesn't hurt, but it's a bit uncomfortable...\nmaybe? Haa haa, my tummy feels full with your dick..." +466600 ,,,,,2411000,,,,,,,,,,,,,,,"Komako-chan rubbed her belly, breathing heavily." +466700 ,,,,,2411000,,,,,,,,,,,,,,,"Even in that state, she looked so erotic and cute that I\nalmost wanted to thrust hard, but I held back." +466800 ,,,,,2411000,,主人公,Kiyoshi,,,,,,,,,,,,"We have to gently wake the baby, so I'll take it slow." +466900 ,,,,,2411000,,コマコ,Komako,211_KE01_k_049.wav,komako,,0,,,,,,,,Y-yeah. +467000 ,,,,,2411000,,,,,,,,,,,,,,,"Fortunately, even though it was tight, Komako-chan's pussy\nwas slick from feeling so much with her breasts, so my dick\nmoved in and out smoothly." +467100 ,,,,,2411000,,,,,,,,,,,,,,,"I moved my hips slowly, recalling the spots that felt good\nfor Komako-chan." +467200 ,,,,,2411000,,コマコ,Komako,211_KE01_k_050.wav,komako,,0,,,,,,,,"Nngh, nnn... your dick is rubbing so much... nngh... my\npussy is spreading..." +467300 ,,,,,2411000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, if we spread your pussy like this, it'll be easier for\nthe baby to come through." +467400 ,,,,,2411000,,コマコ,Komako,211_KE01_k_051.wav,komako,,0,,,,,,,,"Fuaaah, nngh... I see, nngh, the baby will be born from\nhere..." +467500 ,,,,,2411000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'll make sure to widen the path with my dick so it'll\nbe easier for you when you give birth, Komako-chan." +467600 ,,,,,2411000,,,,,,,,,,,,,,,"I rotated my hips in a swirling motion, stirring her up this\ntime." +467700 ,,,,,2411000,,,,,,,,,,,,,,,"I slowly moved my dick inside her pussy, gently stretching\nand loosening it." +467800 ,,,,,2411000,,,,,,,,,,,,,,,"The thought of our baby being born from Komako-chan's small\npussy, where my dick was now, made me incredibly excited." +468000 ,,,,,2411010,,コマコ,Komako,211_KE01_k_052.wav,komako,,0,,,,,,,,"Nngh, fuah... just now, my stomach twitched a bit... maybe\nthe baby woke up..." +468100 ,,,,,2411010,,,,,,,,,,,,,,,"As I stimulated various spots inside her pussy with my dick,\nKomako-chan's stomach twitched." +468200 ,,,,,2411010,,,,,,,,,,,,,,,I could feel the vibrations from her womb at the tip of my\ndick. +468300 ,,,,,2411010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, you're right! I can clearly feel it on my dick too!" +468400 ,,,,,2411010,,コマコ,Komako,211_KE01_k_053.wav,komako,,0,,,,,,,,"Nngh, nnn... when my pussy is rubbed, my stomach tightens,\nmaybe. Nngh." +468500 ,,,,,2411010,,,,,,,,,,,,,,,"With her usual face of holding back pleasure, Komako-chan\ntilted her head." +468600 ,,,,,2411010,,,,,,,,,,,,,,,"I felt like our baby was blessing this lovemaking, and I\nexcitedly stroked her stomach." +468700 ,,,,,2411010,,主人公,Kiyoshi,,,,,,,,,,,,It seems like the baby is moving in sync with my dick. Maybe\nit knows that mom and dad are getting along. +468800 ,,,,,2411010,,コマコ,Komako,211_KE01_k_054.wav,komako,,0,,,,,,,,"Kuuu... nngh, w-we're not that close... and you're not the\ndad... I'm making Chi-chan the dad... nngh." +468900 ,,,,,2411010,,主人公,Kiyoshi,,,,,,,,,,,,"Don't be mean~. It's our first baby together, Komako-chan..." +469000 ,,,,,2411010,,,,,,,,,,,,,,,"I poked deep inside her, making sure it resonated with her\nwomb." +469100 ,,,,,2411010,,,,,,,,,,,,,,,"Then, a lively response came back as vibrations." +469200 ,,,,,2411010,,,,,,,,,,,,,,,I was so happy that I couldn't help but keep thrusting deep\ninside while stroking her stomach. +469300 ,,,,,2411010,,コマコ,Komako,211_KE01_k_055.wav,komako,,0,,,,,,,,Nnnn... the baby is moving a lot... why all of a sudden...? +469400 ,,,,,2411010,,主人公,Kiyoshi,,,,,,,,,,,,"It's because it knows this dick is its dad. Hey, Komako-chan\nand my baby. Come out soon~" +469500 ,,,,,2411010,,,,,,,,,,,,,,,"While thrusting into Komako-chan's pussy, I called out to\nher stomach." +469600 ,,,,,2411010,,,,,,,,,,,,,,,"With a slightly confused look, Komako-chan gently stroked\nher stomach too." +469700 ,,,,,2411010,,コマコ,Komako,211_KE01_k_056.wav,komako,,0,,,,,,,,Nngh... idiot... now the baby in my stomach thinks you're\nthe dad... +469800 ,,,,,2411010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'm sure of it. See, when I greet with my dick, it\nresponds. Look, look." +469900 ,,,,,2411010,,,,,,,,,,,,,,,"I rhythmically thrust my cock in and out, moving my hips to\nresonate deep inside Komako-chan's stomach." +470000 ,,,,,2411010,,,,,,,,,,,,,,,"Then, the baby kicked Komako-chan's stomach so energetically\nthat it was visibly noticeable." +470100 ,,,,,2411010,,コマコ,Komako,211_KE01_k_057.wav,komako,,0,,,,,,,,"Ah, nn... It's true... If the baby says so, then I guess you\ncan be the dad... nn, okay." +470200 ,,,,,2411010,,主人公,Kiyoshi,,,,,,,,,,,,"Really? Then, I'll work even harder as the dad." +470300 ,,,,,2411010,,,,,,,,,,,,,,,I grabbed Komako-chan's hips and gradually increased the\nintensity of my movements. +470400 ,,,,,2411020,,コマコ,Komako,211_KE01_k_058.wav,komako,,0,,,,,,,,"Ah, nn, if you do it like that... nnnn." +470500 ,,,,,2411020,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. The baby seems healthy. Besides, if Komako-chan\nfeels really good, your pussy will soften up, making it\neasier for the baby to come out." +470600 ,,,,,2411020,,コマコ,Komako,211_KE01_k_059.wav,komako,,0,,,,,,,,"Nnnn... Ah, I see..." +470800 ,,,,,2411020,,,,,,,,,,,,,,,"Hearing my words, Komako-chan's body relaxed. Her pussy felt\nlike it was melting and clinging to me." +470900 ,,,,,2411020,,コマコ,Komako,211_KE01_k_060.wav,komako,,0,,,,,,,,"Fuaa... nn, if feeling good is for the baby's sake... nn,\nI'll do my best... haaan." +471000 ,,,,,2411020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, feel really good. I'll do my best too." +471100 ,,,,,2411020,,コマコ,Komako,211_KE01_k_061.wav,komako,,0,,,,,,,,"Ann, nn, fuaaa, y-yeah... do your best, dad... nnnnn, hi,\nah." +471200 ,,,,,2411020,,,,,,,,,,,,,,,Being called 'dad' by Komako-chan as she started moaning\nhonestly from pleasure made me even more eager. +471300 ,,,,,2411020,,,,,,,,,,,,,,,"My cock became as hard as it could be, spreading Komako-\nchan's pussy wide." +471400 ,,,,,2411020,,,,,,,,,,,,,,,The movements that were considerate for the baby gradually\nturned into intense sex focused on pleasure. +471500 ,,,,,2411020,,コマコ,Komako,211_KE01_k_062.wav,komako,,0,,,,,,,,"Ah, haa... nn, your dick feels so good... hey, if I feel\ngood, nn, the baby feels good too, right...?" +471600 ,,,,,2411020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's right, you can tell it's happy, right?" +471700 ,,,,,2411020,,コマコ,Komako,211_KE01_k_063.wav,komako,,0,,,,,,,,"Yeah, yeah... ah, nn, dad's dick is hitting deep inside, the\nbaby is happy." +471800 ,,,,,2411020,,,,,,,,,,,,,,,"Komako-chan also started moving her hips, indulging in the\npleasure." +471900 ,,,,,2411020,,,,,,,,,,,,,,,The crotch part of the shifted school swimsuit is soaked and\ndiscolored with love juices. +472000 ,,,,,2411020,,,,,,,,,,,,,,,"Every time my cock goes in and out of her still fresh pink\npussy, lewd wet sounds can be heard." +472100 ,,,,,2411020,,コマコ,Komako,211_KE01_k_064.wav,komako,,0,,,,,,,,"Haa haa, haa haa... nn, it feels so good, nn, how much\nshould I... feel good...? nn" +472200 ,,,,,2411020,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, if Komako-chan comes, I'm sure the baby will\nbe born too." +472300 ,,,,,2411020,,コマコ,Komako,211_KE01_k_065.wav,komako,,0,,,,,,,,"Nn... faaah, I-I see... nn, got it. Then... make me come,\ndad... nn" +472400 ,,,,,2411020,,,,,,,,,,,,,,,"Komako-chan entwines her legs around me, pleading." +472500 ,,,,,2411020,,,,,,,,,,,,,,,"My cock, even more excited, rubbed against Komako-chan's\nsensitive parts with all its might." +472600 ,,,,,2411020,,,,,,,,,,,,,,,"Like polishing her pussy shiny with my cock, I repeatedly\nthrust from the entrance to the deepest part." +472700 ,,,,,2411020,,,,,,,,,,,,,,,"Thinking it's for the baby, Komako-chan becomes honest with\nher pleasure without being stubborn. She's really cute.\nAdorable." +472800 ,,,,,2411020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, feel really good and come a lot. For that, Komako-\nchan, shake your butt a lot too." +472900 ,,,,,2411020,,コマコ,Komako,211_KE01_k_066.wav,komako,,0,,,,,,,,"Nn, got it... ah, nn, my breasts feel hot...?" +473000 ,,,,,2411020,,,,,,,,,,,,,,,"Komako-chan, who was vigorously shaking her butt to welcome\nmy cock, widened her eyes." +473200 ,,,,,2411030,,コマコ,Komako,211_KE01_k_067.wav,komako,,0,,,,,,,,"Ah, it's coming out, my milk is coming out." +473300 ,,,,,2411030,,,,,,,,,,,,,,,"With a splash, milk spurted from Komako- chan's nipples\nagain." +473400 ,,,,,2411030,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, wow, even though I'm not squeezing them..." +473500 ,,,,,2411030,,コマコ,Komako,211_KE01_k_068.wav,komako,,0,,,,,,,,"Nnnn... when it feels good, nn, it might come out... because\nwhen you go deep inside... faaah, it's coming out again." +473600 ,,,,,2411030,,,,,,,,,,,,,,,"While thrusting deep into her vagina, milk spurted out\nagain." +473700 ,,,,,2411030,,,,,,,,,,,,,,,"I see, when it feels good, it comes out even without\ntouching. It's kind of really erotic." +473800 ,,,,,2411030,,コマコ,Komako,211_KE01_k_069.wav,komako,,0,,,,,,,,"Fuaa... nn, uncle's cock, more intense... nnnn" +473900 ,,,,,2411030,,主人公,Kiyoshi,,,,,,,,,,,,I'm sorry. I'm sorry. Watching Komako-chan's breasts got me\nexcited. +474000 ,,,,,2411030,,コマコ,Komako,211_KE01_k_070.wav,komako,,0,,,,,,,,"Ahh, nn, geez, you're hopeless... aaahnn" +474100 ,,,,,2411030,,,,,,,,,,,,,,,"Even as she said that, Komako-chan patted my head. But her\nhand gripped my head tightly from the intense pleasure." +474200 ,,,,,2411030,,,,,,,,,,,,,,,"Her hips shook uncontrollably, and her breasts spurted in\nfront of me." +474300 ,,,,,2411030,,コマコ,Komako,211_KE01_k_071.wav,komako,,0,,,,,,,,"Nnn... it's fine, you can be rough... because it's for the\nbaby, it can't be helped..." +474400 ,,,,,2411030,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, it's for the baby, so it can't be helped." +474500 ,,,,,2411030,,コマコ,Komako,211_KE01_k_072.wav,komako,,0,,,,,,,,"Nnn, nn, that's right, feeling good and my breasts leaking\nis for the baby too." +474600 ,,,,,2411030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, it's for the baby that uncle is thrusting hard\ntoo, so it can't be helped." +474700 ,,,,,2411030,,,,,,,,,,,,,,,"While making such excuses to each other, we moved our hips\ntogether, drenched in sweat." +474800 ,,,,,2411030,,,,,,,,,,,,,,,"The baby had been kicking wildly for a while now. As if to\nsay it would be born soon, it kept kicking." +474900 ,,,,,2411030,,,,,,,,,,,,,,,"That reverberated through my cock, creating even more\nexcitement." +475000 ,,,,,2411030,,コマコ,Komako,211_KE01_k_073.wav,komako,,0,,,,,,,,"So, make me come... nnn, it feels so good when my breasts\nleak, I'm about to come." +475100 ,,,,,2411030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, uncle is about to come too, so let's go together,\nokay?" +475200 ,,,,,2411030,,コマコ,Komako,211_KE01_k_074.wav,komako,,0,,,,,,,,"Faaah, got it... nnnn, baby, wait a little, mommy will come\nsoon...!" +475300 ,,,,,2411030,,,,,,,,,,,,,,,"As if it were the last spurt, I thrust my cock intensely\ninto Komako-chan's dripping wet vagina." +475400 ,,,,,2411030,,,,,,,,,,,,,,,"Komako-chan wrapped her legs around my waist, squeezing my\ncock tightly, begging for more with her entire body." +475500 ,,,,,2411030,,,,,,,,,,,,,,,"Her vagina, hot like magma, wrapped around and squeezed as\nif to extract my semen." +475600 ,,,,,2411030,,,,,,,,,,,,,,,An unbearable urge to ejaculate overwhelmed me. +475700 ,,,,,2411030,,主人公,Kiyoshi,,,,,,,,,,,,"Ahhh, I'm coming, Komako-chan, uncle... no, daddy is coming\nnow." +475800 ,,,,,2411030,,コマコ,Komako,211_KE01_k_075.wav,komako,,0,,,,,,,,"Me too... nn, I'm coming too, I'm cominggg!" +475900 ,,,,,2411030,,,,,,,,,,,,,,,"And then, we both reached the peak together." +476000 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Release inside,sel_1a",,,,,,,,,,,,,,,,,,,■@ Finish inside +↓,"$menu_item 1,Release outside,sel_1b",,,,,,,,,,,,,,,,,,,■A Finish outside +↓,$menu_end,,,,,,,,,,,,,,,,,,, +476100 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Finish inside +476300 ,,,,,2411040,,,,,,,,,,,,,,,"Splat, splurt!" +476400 ,,,,,2411040,,コマコ,Komako,211_KE01_k_076.wav,komako,,0,,,,,,,,"Ahhh, ahh, is it coming out? Inside, is it coming inside!?" +476500 ,,,,,2411040,,,,,,,,,,,,,,,"In that state, I had no room to pull out, and I ended up\nreleasing it deep inside her vagina." +476600 ,,,,,2411040,,コマコ,Komako,211_KE01_k_077.wav,komako,,0,,,,,,,,"Nnnn, it's so hot, no, I'm coming, I'm coming, the heat is\nsoaking in, nn!" +476700 ,,,,,2411040,,,,,,,,,,,,,,,"But it seemed Komako-chan had no room either, as her\nclimaxing, convulsing vagina was filled with semen, making\nher twitch." +476800 ,,,,,2411040,,,,,,,,,,,,,,,"With each spurt, her breasts squirted out again." +476900 ,,,,,2411040,,コマコ,Komako,211_KE01_k_078.wav,komako,,0,,,,,,,,"Hya... nn, ahhh, it's coming out, my breasts are leaking,\nnn, no more, really, no more..." +477000 ,,,,,2411040,,主人公,Kiyoshi,,,,,,,,,,,,Wow... Komako-chan's breasts are squirting... it's like\nwe're in sync... +477100 ,,,,,2411040,,,,,,,,,,,,,,,"As if synchronized with ejaculation and lactation, we both\nreleased white fluids at the same time." +477200 ,,,,,2411040,,,,,,,,,,,,,,,"From Komako-chan's vagina, the semen that couldn't be\ncontained oozed out." +477300 ,,,,,2411040,,,,,,,,,,,,,,,Her breasts were covered in white milk. +477400 ,,,,,2411040,,,,,,,,,,,,,,,"With her body inside and out slick with white fluid, Komako-\nchan kept climaxing." +477600 ,,,,,2411050,,コマコ,Komako,211_KE01_k_079.wav,komako,,0,,,,,,,,Haa haa... haa haa... +477700 ,,,,,2411050,,,,,,,,,,,,,,,"Even after Komako-chan's breasts stopped and my ejaculation\nended, we embraced and savored the afterglow." +477800 ,,,,,2411050,,コマコ,Komako,211_KE01_k_080.wav,komako,,0,,,,,,,,"Geez... there's a baby, so you shouldn't finish inside..." +477900 ,,,,,2411050,,主人公,Kiyoshi,,,,,,,,,,,,"S-sorry. It felt so good, I couldn't pull out in time..." +478000 ,,,,,2411050,,,,,,,,,,,,,,,"With a gentle pat, neither too hard nor too soft, Komako-\nchan placed her hand on my head." +478100 ,,,,,2411050,,コマコ,Komako,211_KE01_k_081.wav,komako,,0,,,,,,,,"...Well, I mean, it felt good for me too, so it's fine.\nBesides, I know you're someone who can't hold back." +478200 ,,,,,2411050,,,,,,,,,,,,,,,Komako-chan removed her hand from my head and let out a\nsigh. +478300 ,,,,,2411050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm really sorry... You won't start to hate me, will you?" +478400 ,,,,,2411050,,,,,,,,,,,,,,,"Even though she forgave me, I couldn't help but ask out of\nanxiety." +478500 ,,,,,2411050,,,,,,,,,,,,,,,But Komako-chan smiled gently and patted my head again. +478600 ,,,,,2411050,,コマコ,Komako,211_KE01_k_082.wav,komako,,0,,,,,,,,"It's okay... really. After all, you're the baby's father,\nright? I could never hate you..." +478700 ,,,,,2411050,,,,,,,,,,,,,,,Her voice was so kind that I wanted to indulge a little\nmore. I gently rested my head on Komako-chan's stomach. +478800 ,,,,,2411050,,主人公,Kiyoshi,,,,,,,,,,,,"So, do you like me?" +478900 ,,,,,2411050,,コマコ,Komako,211_KE01_k_083.wav,komako,,0,,,,,,,,"Well... I, uh... huh?" +479000 ,,,,,2411050,,,,,,,,,,,,,,,"Suddenly, Komako-chan's body shivered." +479100 ,$go join_1,,,,,,,,,,,,,,,,,,,■To the reunion +479200 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Release outside +479400 ,,,,,2411051,,,,,,,,,,,,,,,Splattttt! +479500 ,,,,,2411051,,コマコ,Komako,211_KE01_k_084.wav,komako,,0,,,,,,,,Ahhh... it's so hot... +479600 ,,,,,2411051,,,,,,,,,,,,,,,"At the very last moment, with the little self-control I had\nleft, I pulled my cock out of Komako-chan." +479700 ,,,,,2411051,,,,,,,,,,,,,,,"See, I couldn't just spray it on the baby, right?" +479800 ,,,,,2411051,,,,,,,,,,,,,,,Splurt splurt splurt splurtttt! +479900 ,,,,,2411051,,コマコ,Komako,211_KE01_k_085.wav,komako,,0,,,,,,,,"Mmm, mmm... that's a lot... ahh, my whole body is getting\nall slippery..." +480000 ,,,,,2411051,,,,,,,,,,,,,,,"Instead, an incredible amount of semen rained down on\nKomako-chan's stomach and breasts." +480100 ,,,,,2411051,,,,,,,,,,,,,,,"I've been holding back for so long. It's not like I wasn't\ndoing it at all, though." +480200 ,,,,,2411051,,コマコ,Komako,211_KE01_k_086.wav,komako,,0,,,,,,,,"Ahhh, my breasts are leaking too." +480300 ,,,,,2411051,,,,,,,,,,,,,,,"As Komako-chan climaxed from being covered in semen, breast\nmilk spurted out from her breasts again." +480400 ,,,,,2411051,,コマコ,Komako,211_KE01_k_087.wav,komako,,0,,,,,,,,Haa haa haa haa haa haa... mmm... it's so slippery... +480500 ,,,,,2411051,,,,,,,,,,,,,,,"Decorated in white with a cocktail of breast milk and semen,\nKomako-chan murmured with a dazed expression." +480600 ,,,,,2411051,,コマコ,Komako,211_KE01_k_088.wav,komako,,0,,,,,,,,I wonder if the baby will come now... +480700 ,,,,,2411051,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah. Um, Komako-chan. About what you said earlier..." +480800 ,,,,,2411051,,コマコ,Komako,211_KE01_k_089.wav,komako,,0,,,,,,,,What is it? +480900 ,,,,,2411051,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, well, you called me 'dad,' right? Does that mean, um..." +481000 ,,,,,2411051,,,,,,,,,,,,,,,"As I fidgeted, Komako-chan placed her hand on my head with a\ngentle yet firm touch." +481100 ,,,,,2411051,,,,,,,,,,,,,,,"With a very kind and beautiful smile, Komako- chan beamed at\nme." +481200 ,,,,,2411051,,コマコ,Komako,211_KE01_k_090.wav,komako,,0,,,,,,,,"Because... the baby's father is you, uncle. And... I can't\ndislike you anymore." +481300 ,,,,,2411051,,主人公,Kiyoshi,,,,,,,,,,,,Whaaat? Does that mean you like me? +481400 ,,,,,2411051,,,,,,,,,,,,,,,"When I asked, Komako-chan opened her lips while stroking my\nhead." +481500 ,,,,,2411051,,コマコ,Komako,211_KE01_k_091.wav,komako,,0,,,,,,,,"Yes... I, lo... uhh?" +481600 ,,,,,2411051,,,,,,,,,,,,,,,"Suddenly, Komako-chan's body shivered." +481800 ,*join_1,,,,,,,,,,,,,,,,,,,■To the reunion +481900 ,$event_return,,,,,,,,,,,,,,,,,,, +482100 ,,,3,31,,,主人公,Kiyoshi,,,,,,,,,,,,"K-Komako-chan, what's wrong?" +482200 ,,,,,,,,,,,,,,,,,,,,"Suddenly, Komako-chan clutched her stomach in pain." +482300 ,,,,,,,コマコ,Komako,211_KE01_k_092.wav,"komako,swim",,14,,,,,,,,My stomach hurts... +482400 ,,,,,,,,,,komako,,14,,,,,,,,"And then, water started trickling from her crotch." +482500 ,,,,,,,,,,komako,,14,,,,,,,,"At first, I thought she wet herself, but this clear\nliquid... could it be her water broke!?" +482600 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"W-w-w-what should I do, Komako-chan, the baby's coming! An\nambulance? A fire truck!" +482700 ,,,,,,,,,,komako,,14,,,,,,,,"In my panic, Komako-chan gave my head a strong pat." +482800 ,,,,,,,コマコ,Komako,211_KE01_k_093.wav,komako,,10,,,,,,,,"U-uuuuh, c-calm down. Call an ambulance. ...Uuuuuh, get it\ntogether, dad!" +482900 ,,,,,,,主人公,Kiyoshi,,komako,,10,,,,,,,,O-okay! +483000 ,,,,,,,,,,komako,,10,,,,,,,,"Being called dad, I had no choice but to do my best." +483100 ,,,,,,,,,,komako,,10,,,,,,,,"Straightening my back, I picked up my phone." +483200 ,,,,,,,,,,komako,,10,,,,,,,,Komako-chan clung tightly to my arm in pain. +483300 ,,,,,,,コマコ,Komako,211_KE01_k_094.wav,"komakoL,swim",,22,,,,,,,,Yeah... I'm counting on you... because I love you... +483400 ,,,,,,,,,,komakoL,,22,,,,,,,,"Hearing those words between dialing, my eyes widened in\nsurprise." +483500 ,,,,,,,,,,komakoL,,22,,,,,,,,"I wanted to ask again, but Komako-chan was in pain, and the\ncall connected to the emergency center." +483600 ,,,,,,,,,,komakoL,,22,,,,,,,,But it's okay. It's probably not a misunderstanding. +483700 ,,,,,,,,,,komakoL,,22,,,,,,,,Komako-chan clearly said it. She loves me. She loves me. +483800 ,,,,,,,,,,komakoL,,22,,,,,,,,So I'll do my best for Komako-chan. +483900 ,,,,,,,,,,komakoL,,22,,,,,,,,"From now on, forever and ever――" +484000 ,$exit komako_n,,,,,,,,,,,,,,,,,,,■END +, diff --git a/datascn.tac/07tenka.csv b/datascn.tac/07tenka.csv new file mode 100644 index 0000000..3337bfb --- /dev/null +++ b/datascn.tac/07tenka.csv @@ -0,0 +1,5193 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@route_tenka,,,,,,,,,,,,,,,,,,,Tenka Route +10600 ,@300_TC00,,,,,,,,,,,,,,,,,,, +10800 ,,,4,31,,,主人公,Kiyoshi,,,,,,,,,,,,"Let's measure your size again, Tenka-chan." +10900 ,,,,,,,甜花,Tenka,300_TC00_t_000.wav,"tenka,privateB",,17,,,,,,,,I don't think it's been that long since the last time... +11000 ,,,,,,,主人公,Kiyoshi,,,,17,,,,,,,,"No, no, you never know! You're at an age where you're\ngrowing fast, Tenka-chan." +11100 ,,,,,,,甜花,Tenka,300_TC00_t_001.wav,tenka,,29,,,,,,,,I wonder if it's that simple. +11200 ,,,,,,,,,,tenka,,29,,,,,,,,"Even as she says that, Tenka-chan seems a bit hopeful. She\nlightly opens her arms, looking ready to be measured." +11300 ,,,,,,,,,,tenka,,29,,,,,,,,"Not wanting to keep Tenka-chan waiting, I take out the\nmeasuring tape." +11400 ,,,,,,,主人公,Kiyoshi,,tenka,,29,,,,,,,,"Alright, then." +11500 ,,,,,,,甜花,Tenka,300_TC00_t_002.wav,"tenkaL,privateB",,37,,,,,,,,"...It's over my clothes, okay?" +11600 ,,,,,,,,,,tenkaL,,37,,,,,,,,She warned me. +11700 ,,,,,,,,,,tenkaL,,37,,,,,,,,"But even so, she's letting me measure her bust size and\nsmiling, so she must trust me." +11800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,37,,,,,,,,"Alright, I'll gratefully measure you." +11900 ,,,,,,,,,,tenkaL,,37,,,,,,,,"I wrap my hand around Tenka-chan's back and pass the tape\nthrough. Naturally, my face and body get closer to Tenka-\nchan, and her pleasant scent wafts over." +12000 ,,,,,,,,,,tenkaL,,37,,,,,,,,Is it the smell of shampoo? Makeup and perfume are still a\nbit early for her. +12100 ,,,,,,,,,,tenkaL,,37,,,,,,,,"...If I squeezed my arms tight like this, it would turn into\na passionate hug." +12200 ,,,,,,,,,,tenkaL,,37,,,,,,,,I really want to do it. +12300 ,,,,,,,,,,tenkaL,,37,,,,,,,,"I want to, but she'd definitely get mad if I did something\nlike that." +12400 ,,,,,,,,,,tenkaL,,37,,,,,,,,So I hold back and focus on pulling the end of the tape to\nmeasure Tenka-chan's bust size. +12500 ,,,,,,,甜花,Tenka,300_TC00_t_003.wav,tenka,,15,,,,,,,,Ouch...!? +12600 ,,,,,,,,,,tenka,,15,,,,,,,,"Then, for some reason, Tenka-chan suddenly said that and\npulled away." +12700 ,,,,,,,主人公,Kiyoshi,,tenka,,15,,,,,,,,"Huh...? I didn't mean to do anything, but did I hurt you\nsomewhere?" +12800 ,,,,,,,甜花,Tenka,300_TC00_t_004.wav,tenka,,34,,,,,,,,Y-Yeah... a little. +12900 ,,,,,,,,,,tenka,,34,,,,,,,,"That's strange, I just wrapped the tape around, there's no\nway it got caught somewhere, right?" +13000 ,,,,,,,,,,tenka,,34,,,,,,,,"It's a soft fabric tape measure meant for measuring clothes,\nso there shouldn't be any sharp parts to cause injury." +13100 ,,,,,,,甜花,Tenka,300_TC00_t_005.wav,tenka,,30,,,,,,,,"Y-Yeah, I don't think it's your fault." +13200 ,,,,,,,,,,tenka,,30,,,,,,,,Tenka-chan said that to me as I checked the tape measure. +13300 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"...Is that so? Then, what exactly happened?" +13400 ,,,,,,,甜花,Tenka,300_TC00_t_006.wav,tenka,,34,,,,,,,,"Lately, it's been kind of prickly or throbbing, it hurts." +13500 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,Huh? Where? +13600 ,,,,,,,甜花,Tenka,300_TC00_t_007.wav,tenka,,33,,,,,,,,.................. +13700 ,,,,,,,,,,tenka,,33,,,,,,,,"At that point, Tenka-chan fell silent. I'm concerned, I hope\nit's not an injury or anything." +13800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"If it's something important, it could be bad. Well, I'm not\na doctor, but I'm worried." +13900 ,,,,,,,甜花,Tenka,300_TC00_t_008.wav,tenka,,33,,,,,,,,............Um. +14000 ,,,,,,,,,,tenka,,33,,,,,,,,"She seemed to hesitate a bit, but maybe because she was\nworried too, Tenka-chan eventually spoke up." +14100 ,,,,,,,甜花,Tenka,300_TC00_t_009.wav,tenka,,31,,,,,,,,My breasts... +14200 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,Breasts? +14300 ,,,,,,,,,,tenka,,31,,,,,,,,.................. +14400 ,,,,,,,甜花,Tenka,300_TC00_t_010.wav,tenka,,11,,,,,,,,"...Uncle, don't stare." +14500 ,,,,,,,,,,tenka,,11,,,,,,,,"Oh, I realized I was staring intently from 15 centimeters\naway. Well, it was over her clothes though." +14600 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"I was just wondering if you might be injured. That's not the\ncase, right?" +14700 ,,,,,,,,,,tenka,,11,,,,,,,,"I asked as I moved my face away. Tenka-chan looked a bit\nconfused, but then," +14800 ,,,,,,,甜花,Tenka,300_TC00_t_011.wav,tenka,,33,,,,,,,,I'm not injured. I'd know if I bumped into something. +14900 ,,,,,,,,,,tenka,,33,,,,,,,,"She said. Yeah, that makes sense." +15000 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Hmm... +15100 ,,,,,,,,,,tenka,,33,,,,,,,,It's not like she would do something that would get germs in\nher breasts. +15200 ,,,,,,,,,,tenka,,33,,,,,,,,...I'm not sure if I should ask this. +15300 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Tenka-chan, do you ever play with your breasts or nipples at\nhome?" +15400 ,,,,,,,甜花,Tenka,300_TC00_t_012.wav,tenka,,31,,,,,,,,............Wha!? +15500 ,,,,,,,甜花,Tenka,300_TC00_t_013.wav,tenka,,11,,,,,,,,"What are you saying, Uncle!? Is this harassment!?" +15600 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"No, no, no, it's not like that, I don't mean it in a weird\nway." +15700 ,,,,,,,,,,tenka,,11,,,,,,,,"Yeah, honestly, I did have some strange thoughts. Like, what\nif she was masturbating with her nipples!? Or something." +15800 ,,,,,,,,,,tenka,,11,,,,,,,,"Well, maybe that's not the case, but she might unknowingly\nplay with them." +15900 ,,,,,,,甜花,Tenka,300_TC00_t_014.wav,tenka,,16,,,,,,,,"Uh, um..." +16000 ,,,,,,,,,,tenka,,16,,,,,,,,"Then Tenka-chan blushed, looking like she was having a hard\ntime speaking." +16100 ,,,,,,,甜花,Tenka,300_TC00_t_015.wav,tenka,,13,,,,,,,,I-I did a little bit of what's called a bust-up massage... +16200 ,,,,,,,,,,tenka,,13,,,,,,,,...I see. +16300 ,,,,,,,,,,tenka,,13,,,,,,,,"In that case, she might have accidentally hurt herself and\nlet germs in." +16400 ,,,,,,,,,,tenka,,13,,,,,,,,"I mentioned this to Tenka-chan. Hearing that, she seemed to\nstart worrying." +16500 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"So, Tenka-chan. Would you mind showing your breasts to\nUncle?" +16600 ,,,,,,,甜花,Tenka,300_TC00_t_016.wav,tenka,,24,,,,,,,,Eh!? +16700 ,,,,,,,,,,tenka,,24,,,,,,,,Then Tenka-chan jumped up in surprise. +16800 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,"No, you don't have to be that shocked..." +16900 ,,,,,,,,,,tenka,,24,,,,,,,,"It kind of hurts, you know?" +17000 ,,,,,,,甜花,Tenka,300_TC00_t_017.wav,tenka,,33,,,,,,,,"But, showing my breasts to Uncle means, um, um..." +17100 ,,,,,,,甜花,Tenka,300_TC00_t_018.wav,tenka,,33,,,,,,,,...It means Uncle will see my breasts!? +17200 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Y-Yeah, that's right." +17300 ,,,,,,,,,,tenka,,33,,,,,,,,Tenka-chan is confused. +17400 ,,,,,,,甜花,Tenka,300_TC00_t_019.wav,tenka,,31,,,,,,,,...No. It's embarrassing. +17500 ,,,,,,,,,,tenka,,31,,,,,,,,"Well, I understand it's embarrassing. But we can't just\nleave it like that, right? Otherwise, I won't be able to see\nher breasts..." +17600 ,,,,,,,,,,tenka,,31,,,,,,,,"No, no, I mean, I can't check if Tenka-chan's breasts are\nokay." +17700 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,But it might be an illness... +17800 ,,,,,,,甜花,Tenka,300_TC00_t_020.wav,tenkaL,,4,,,,,,,,Eh! An illness...!? +17900 ,,,,,,,,,,tenkaL,,4,,,,,,,,"Hearing the word 'illness,' Tenka-chan raised her voice\nanxiously." +18000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,4,,,,,,,,"That's why I want to see Tenka-chan's breasts, to check." +18100 ,,,,,,,甜花,Tenka,300_TC00_t_021.wav,tenka,,33,,,,,,,,...No. It's still embarrassing. +18200 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Then how about Tenka-chan wears a blindfold? It's\nembarrassing because you know Uncle is watching, right?" +18300 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"If you can't see Uncle, don't you think it won't be as\nembarrassing?" +18400 ,,,,,,,甜花,Tenka,300_TC00_t_022.wav,tenka,,11,,,,,,,,Maybe... but it's still embarrassing! It doesn't change the\nfact that Uncle will see! +18500 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"That's true, but otherwise I can't check." +18600 ,,,,,,,甜花,Tenka,300_TC00_t_023.wav,tenka,,33,,,,,,,,U-uh... +18700 ,,,,,,,甜花,Tenka,300_TC00_t_024.wav,tenka,,33,,,,,,,,"I-if it's really an illness, I should go to the doctor." +18800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"But if you go to the doctor, you'll have to tell your dad\nand mom, and the doctor too, right? About playing with your\nbreasts..." +18900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,They might think Tenka-chan is a girl who likes to play with\nher breasts? +19000 ,,,,,,,甜花,Tenka,300_TC00_t_025.wav,tenka,,16,,,,,,,,Ugh...!! +19100 ,,,,,,,,,,tenka,,16,,,,,,,,This seemed to have an unexpected effect. +19200 ,,,,,,,,,,tenka,,16,,,,,,,,We were talking about breast enhancement... but there might\nbe other motives as well. +19300 ,,,,,,,,,,tenka,,16,,,,,,,,"Considering recent events, it's like she's awakening to her\nsexuality..." +19400 ,,,,,,,甜花,Tenka,300_TC00_t_026.wav,tenkaL,,33,,,,,,,,...Will you look properly? +19500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,Of course. +19600 ,,,,,,,甜花,Tenka,300_TC00_t_027.wav,tenkaL,,16,,,,,,,,You won't laugh? +19700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,16,,,,,,,,I don't know where I'd laugh at seeing a cute girl... I\nwon't laugh. +19800 ,,,,,,,甜花,Tenka,300_TC00_t_028.wav,tenkaL,,16,,,,,,,,"Don't say anything weird, okay? Absolutely, absolutely not,\nokay?" +19900 ,,,,,,,主人公,Kiyoshi,,tenkaL,,16,,,,,,,,Yeah. +20000 ,,,,,,,甜花,Tenka,300_TC00_t_029.wav,tenkaL,,13,,,,,,,,Then... +20100 ,,,,,,,,,,tenkaL,,13,,,,,,,,Alright! It's leading to seeing Tenka-chan's bare breasts!\nI'm happy! So happy! +20200 ,,,,,,,甜花,Tenka,300_TC00_t_030.wav,tenkaL,,33,,,,,,,,...But do you have a blindfold? +20300 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,"Yeah, I think I have an eye mask I use when I sleep... here\nit is." +20500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,"Here, put this on." +20600 ,,,,,,,甜花,Tenka,300_TC00_t_031.wav,tenkaL,,33,,,,,,,,O-okay... +20700 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan nervously puts on the eye mask. Now, Tenka-chan\nshouldn't be able to see anything." +20800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Then, can you take off your top and lie down...? Is that\nokay?" +20900 ,,,,,,,甜花,Tenka,300_TC00_t_032.wav,,,,,,,,,,,Yeah... +21000 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan timidly lifts her clothes. Her white skin\ngradually becomes exposed, and just that alone is exciting!" +21100 ,,,,,,,甜花,Tenka,300_TC00_t_033.wav,,,,,,,,,,,Nn... there... we go +21200 ,,,,,,,,,,,,,,,,,,,,"Since she's blindfolded, I help Tenka-chan a bit as she\nstruggles to undress." +21300 ,,,,,,,,,,,,,,,,,,,,"Breasts! Ohhh! But as soon as her hands slip out of the\nsleeves, Tenka-chan immediately covers them. Even though she\nhas to show them eventually, she's so reluctant..." +21400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Then, lie down there." +21500 ,,,,,,,甜花,Tenka,300_TC00_t_034.wav,,,,,,,,,,,Okay. +21600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Don't cover your breasts. +21700 ,,,,,,,甜花,Tenka,300_TC00_t_035.wav,,,,,,,,,,,"Ugh, I know..." +21800 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan says that, and although she seemed a bit\nhesitant," +21900 ,,,,,,,甜花,Tenka,300_TC00_t_036.wav,,,,,,,,,,,Here goes!! +22000 ,,,,,,,,,,,,,,,,,,,,She says that and lowers her hands. +22300 ,,,10,,3200000,,,,,,,,,,,,,,, +22400 ,*mem,,,,3200000,,,,,,,,,,,,,,, +22500 ,,,10,,3200000,,,,,,,,,,,,,,,"Oh, ohhhhh!!" +22600 ,,,,,3200000,,,,,,,,,,,,,,,Breasts! Breasts! Breasts! +22700 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"...Sorry, I got carried away." +22800 ,,,,,3200000,,甜花,Tenka,300_TC00_t_037.wav,tenka,,0,,,,,,,,...? +22900 ,,,,,3200000,,,,,,,,,,,,,,,"In front of me are Tenka-chan's small mounds. Even though\nthey're small, they still seem bigger than Chii-chan's or\nKomako-chan's." +23000 ,,,,,3200000,,,,,,,,,,,,,,,"Well, I've never actually compared them, so I'm mostly\nspeaking from imagination." +23100 ,,,,,3200000,,,,,,,,,,,,,,,"Anyway, right in front of me, Tenka-chan's breasts are\nexposed, all the way to the small pink tips. There's no way\nI can't be moved by this." +23200 ,,,,,3200000,,,,,,,,,,,,,,,"But if Tenka-chan realizes that, it would be quite\ntroublesome." +23300 ,,,,,3200000,,,,,,,,,,,,,,,"I need to keep my voice calm, calm... Well, she can't see my\nface relaxing, so it's fine, right?" +23400 ,,,,,3200000,,,,,,,,,,,,,,,"I stare intently at Tenka-chan's breasts. They're so\nbeautiful that I'm captivated, but that's not all I should\ndo." +23500 ,,,,,3200000,,,,,,,,,,,,,,,"For now, I should at least check for any abnormalities that\nmight be causing her pain." +23600 ,,,,,3200000,,,,,,,,,,,,,,,...That being said. +23700 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"They're so pretty, there's no redness anywhere, and just by\nlooking at the surface, nothing seems wrong, right?" +23800 ,,,,,3200000,,甜花,Tenka,300_TC00_t_038.wav,tenka,,0,,,,,,,,Is... that so? +23900 ,,,,,3200000,,,,,,,,,,,,,,,"Hearing that, Tenka-chan seems relieved, but not entirely.\nWell, it's understandable since we don't know the cause of\nher breast pain." +24000 ,,,,,3200000,,,,,,,,,,,,,,,Even so... gulp. +24100 ,,,,,3200000,,,,,,,,,,,,,,,"Thinking about Tenka-chan's bare breasts right in front of\nme, I can't help but lose my self-control." +24200 ,,,,,3200000,,,,,,,,,,,,,,,"My lower half is already rock hard... and my head feels like\nit's going crazy, what should I do?" +24300 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,.................. +24400 ,,,,,3200000,,,,,,,,,,,,,,,T-Tenka-chan is blindfolded... she shouldn't know what I'm\nabout to do. +24500 ,,,,,3200000,,,,,,,,,,,,,,,Alright... I'll quietly... move my hand closer... +24600 ,,,,,3200010,,甜花,Tenka,300_TC00_t_039.wav,tenka,,0,,,,,,,,Kyaa!? +24700 ,,,,,3200010,,,,,,,,,,,,,,,"As soon as I touched her skin, Tenka-chan flinched and\nshrank back." +24800 ,,,,,3200010,,甜花,Tenka,300_TC00_t_040.wav,tenka,,0,,,,,,,,W-What? Mister!? +24900 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,Stay still. I'm going to check a bit more. +25000 ,,,,,3200010,,,,,,,,,,,,,,,I say that to Tenka-chan in a voice that sounds serious. +25100 ,,,,,3200010,,,,,,,,,,,,,,,Tenka-chan's skin is smooth and feels really nice. I somehow\nmanage to resist the urge to touch her more firmly. +25200 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"So, Tenka-chan, does it hurt like this?" +25300 ,,,,,3200010,,,,,,,,,,,,,,,"Before Tenka-chan could say anything, I said that. I can't\ngive her enough time to understand what's being done to her." +25400 ,,,,,3200000,,甜花,Tenka,300_TC00_t_041.wav,tenka,,0,,,,,,,,N-No... it doesn't hurt that much... +25500 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"Hey Tenka-chan, it didn't hurt like this before, right?" +25600 ,,,,,3200000,,甜花,Tenka,300_TC00_t_042.wav,tenka,,0,,,,,,,,Y-Yeah... it didn't really hurt until just a little while\nago... +25700 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"I see, I'll touch a bit more then." +25800 ,,,,,3200000,,,,,,,,,,,,,,,"Saying that, I pretend to give a massage and touch Tenka-\nchan's breasts." +25900 ,,,,,3200010,,甜花,Tenka,300_TC00_t_043.wav,tenka,,0,,,,,,,,"Hya, wa!" +26000 ,,,,,3200010,,,,,,,,,,,,,,,Tenka-chan squirms. But it doesn't seem like she's in pain. +26100 ,,,,,3200010,,甜花,Tenka,300_TC00_t_044.wav,tenka,,0,,,,,,,,I-It's ticklish... +26200 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"Better than pain, right?" +26300 ,,,,,3200010,,甜花,Tenka,300_TC00_t_045.wav,tenka,,0,,,,,,,,"Y-Yeah, I guess..." +26400 ,,,,,3200010,,,,,,,,,,,,,,,"Afraid she might say it hurts if I knead them, I tickle\nTenka-chan's breasts by drawing circles with my fingertips." +26500 ,,,,,3200010,,甜花,Tenka,300_TC00_t_046.wav,tenka,,0,,,,,,,,Fua... +26600 ,,,,,3200010,,,,,,,,,,,,,,,Whoa...!? Didn't she just make a slightly pleased sound?\nTenka-chan!? +26700 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,I don't think there's any lumps or anything... +26800 ,,,,,3200010,,,,,,,,,,,,,,,"Saying something plausible, I enjoy the softness of Tenka-\nchan's breasts with my fingertips." +26900 ,,,,,3200010,,,,,,,,,,,,,,,"...Secretly, I gradually move my fingers closer to the\ncenter." +27000 ,,,,,3200000,,甜花,Tenka,300_TC00_t_047.wav,tenka,,0,,,,,,,,"Ah, somehow... I feel like the pain is subsiding a bit..." +27100 ,,,,,3200000,,,,,,,,,,,,,,,It feels like Tenka-chan's breathing is getting a bit\nfaster. Her cheeks seem a little red too... +27200 ,,,,,3200000,,,,,,,,,,,,,,,"Continuing to tickle, I move my fingers from the side\ntowards the peak of the swell." +27300 ,,,,,3200000,,甜花,Tenka,300_TC00_t_048.wav,tenka,,0,,,,,,,,"Fua... n, n, somehow... it feels nice..." +27400 ,,,,,3200000,,,,,,,,,,,,,,,It seems like Tenka-chan's nipples are gradually turning\nred. And they're getting so pointy... is she really feeling\nit? +27500 ,,,,,3200000,,,,,,,,,,,,,,,"Ah, I want to touch them, pinch the tips, play with\nthem...!! Funi." +27600 ,,,,,3200010,,甜花,Tenka,300_TC00_t_049.wav,tenka,,0,,,,,,,,Kyaa!? +27700 ,,,,,3200010,,,,,,,,,,,,,,,"Whoa!? While thinking about that, I accidentally touched her\nnipple!!" +27800 ,,,,,3200010,,甜花,Tenka,300_TC00_t_050.wav,tenka,,0,,,,,,,,Oji-san... you touched the tip of my breast... +27900 ,,,,,3200010,,,,,,,,,,,,,,,W-What should I do... how should I explain this? +28000 ,,,,,3200010,,,,,,,,,,,,,,,"I mean, Tenka-chan was feeling it too! Her nipples were\ngetting pointy!" +28100 ,,,,,3200010,,,,,,,,,,,,,,,"Ah, that's it! I just thought of a good idea!" +28200 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"No, that's not it, I figured it out, Tenka- chan!" +28300 ,,,,,3200010,,甜花,Tenka,300_TC00_t_051.wav,tenka,,0,,,,,,,,"Eh, w-what did you figure out just now!?" +28400 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"Look, the tip of Tenka-chan's breast is puffing up, right?\nThis means Tenka-chan's breasts are trying to grow bigger!!" +28500 ,,,,,3200010,,甜花,Tenka,300_TC00_t_052.wav,tenka,,0,,,,,,,,R-Really...? +28600 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, otherwise, the tips wouldn't get all pointy like an\nadult's. This is proof that they're growing!" +28700 ,,,,,3200010,,甜花,Tenka,300_TC00_t_053.wav,tenka,,0,,,,,,,,"I-Is that so? If that's the case, I'm a little happy..." +28800 ,,,,,3200010,,,,,,,,,,,,,,,"Hearing that it's a sign her breasts are growing, Tenka-chan\nclearly looks happy." +28900 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"So, this pain is what they call 'growing pains'." +29000 ,,,,,3200010,,甜花,Tenka,300_TC00_t_054.wav,tenka,,0,,,,,,,,...'Growing pains'? +29100 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, since your breasts are suddenly trying to grow bigger,\nTenka-chan's body can't keep up... It's like muscle pain?\nThat's what's happening." +29200 ,,,,,3200010,,,,,,,,,,,,,,,"Right now, I'm making excuses for touching Tenka-chan, but I\nfeel like this reasoning isn't entirely wrong about the pain\nshe's feeling." +29300 ,,,,,3200000,,甜花,Tenka,300_TC00_t_055.wav,tenka,,0,,,,,,,,"I see... So, I don't need to go to the doctor?" +29400 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"If it becomes unbearable, you should go. But you don't like\nthe pain, right?" +29500 ,,,,,3200000,,甜花,Tenka,300_TC00_t_056.wav,tenka,,0,,,,,,,,I might not like it. +29600 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"Then, should we try to prevent it from getting more painful?" +29700 ,,,,,3200000,,甜花,Tenka,300_TC00_t_057.wav,tenka,,0,,,,,,,,...Is there a way to do that? +29800 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, like I explained earlier, Tenka-chan's chest pain is\nlike muscle pain... So if you gently massage and loosen it\nup, it'll be fine." +29900 ,,,,,3200000,,,,,,,,,,,,,,,"From here on, I'm just making things up." +30000 ,,,,,3200000,,甜花,Tenka,300_TC00_t_058.wav,tenka,,0,,,,,,,,"B-But if you touch it too hard, it'll hurt." +30100 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"But if we leave it like this, it'll hurt even more." +30200 ,,,,,3200000,,甜花,Tenka,300_TC00_t_059.wav,tenka,,0,,,,,,,,"Hmm, is that so...?" +30300 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, I'll massage it so it doesn't hurt." +30400 ,,,,,3200010,,甜花,Tenka,300_TC00_t_060.wav,tenka,,0,,,,,,,,B-But... kya!? +30500 ,,,,,3200010,,,,,,,,,,,,,,,"Without giving her a chance to refuse, I pressed my tongue\nagainst Tenka-chan's puffed-up spot. I can't hold back\nanymore!" +30600 ,,,,,3200010,,甜花,Tenka,300_TC00_t_061.wav,tenka,,0,,,,,,,,W-What is this slippery feeling... what is it!? +30700 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,I just pressed a wet cloth against it. +30800 ,,,,,3200010,,甜花,Tenka,300_TC00_t_062.wav,tenka,,0,,,,,,,,W-Was it always like this...? +30900 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, this way it doesn't rub against your skin, so it\ndoesn't hurt, right?" +31000 ,,,,,3200010,,,,,,,,,,,,,,,"As I said that, I gently kneaded Tenka-chan's other breast\nwith my hand." +31100 ,,,,,3200010,,甜花,Tenka,300_TC00_t_063.wav,tenka,,0,,,,,,,,"Hya! Huh... no, ah!" +31200 ,,,,,3200010,,,,,,,,,,,,,,,"Wow, Tenka-chan's breath is hitting me." +31300 ,,,,,3200010,,甜花,Tenka,300_TC00_t_064.wav,tenka,,0,,,,,,,,O-Ojisa... it feels kind of strange... +31400 ,,,,,3200010,,,,,,,,,,,,,,,"As I lick her, Tenka-chan's nipple keeps getting harder\nagainst the tip of my tongue. I switch sides and savor the\nother nipple with my tongue." +31500 ,,,,,3200010,,,,,,,,,,,,,,,"Then, I pinched and kneaded the now pointed nipple." +31600 ,,,,,3200010,,甜花,Tenka,300_TC00_t_065.wav,tenka,,0,,,,,,,,"Ah, ah! O-Ojisan, it's tingling...!!" +31700 ,,,,,3200010,,,,,,,,,,,,,,,"I can't hold back anymore. My pants are tight and\nuncomfortable. So I hurriedly pulled down my pants and\nunderwear, freeing my penis." +31800 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"The tip of the breast is where it grows the most. Now, I'll\nmassage the whole thing." +31900 ,,,,,3200000,,甜花,Tenka,300_TC00_t_066.wav,tenka,,0,,,,,,,,O-Okay... +32000 ,,,,,3200000,,,,,,,,,,,,,,,"Tenka-chan's cheeks are completely flushed, and I pressed my\nthrobbing penis, already leaking pre-cum, against her\nnipple." +32300 ,,,,,3200030,,甜花,Tenka,300_TC00_t_067.wav,tenka,,0,,,,,,,,"Kya, kya! It's all sticky!" +32400 ,,,,,3200030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to massage now, so stay still." +32500 ,,,,,3200020,,甜花,Tenka,300_TC00_t_068.wav,tenka,,0,,,,,,,,O-Okay... +32600 ,,,,,3200020,,,,,,,,,,,,,,,"I'm also excited and breathing heavily, but I try my best to\nhide it from Tenka-chan as I rub my penis against her\nbreasts." +32700 ,,,,,3200020,,,,,,,,,,,,,,,Her breasts started to glisten with the pre- cum dripping\nfrom the tip. +32800 ,,,,,3200020,,甜花,Tenka,300_TC00_t_069.wav,tenka,,0,,,,,,,,"It's so soft and smooth... hmm, it feels better than the\ncloth from before..." +32900 ,,,,,3200020,,主人公,Kiyoshi,,,,,,,,,,,,"Really? It's a good one, after all." +33000 ,,,,,3200020,,,,,,,,,,,,,,,She'd be shocked if she knew it was the underside of my\npenis pressing against her. +33100 ,,,,,3200020,,甜花,Tenka,300_TC00_t_070.wav,tenka,,0,,,,,,,,"Hmm, hmm! If you press that hard, it feels weird..." +33200 ,,,,,3200020,,主人公,Kiyoshi,,,,,,,,,,,,"Stay still, it'll be over soon." +33300 ,,,,,3200020,,,,,,,,,,,,,,,My hips move on their own. The way Tenka- chan's still small\nbreasts change shape at the tip of my penis is thrilling. +33400 ,,,,,3200030,,甜花,Tenka,300_TC00_t_071.wav,tenka,,0,,,,,,,,"Ah, nn! Nnn, something... nn, my breasts are getting all\ntingly... It feels weird, mister..." +33500 ,,,,,3200030,,主人公,Kiyoshi,,,,,,,,,,,,I-I'm stimulating them... Tenka-chan's breasts are reacting\nand trying to grow bigger... +33600 ,,,,,3200030,,甜花,Tenka,300_TC00_t_072.wav,tenka,,0,,,,,,,,R-Really...? +33700 ,,,,,3200030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, now for the other side... ugh." +33800 ,,,,,3200030,,,,,,,,,,,,,,,"I move my penis away from her right nipple and switch to the\nother side. Her breasts, freed from my penis, rub against it\nas if to spread the pre-cum." +33900 ,,,,,3200030,,甜花,Tenka,300_TC00_t_073.wav,tenka,,0,,,,,,,,"Nn, kya! Ah, nn...! I, nn...!! Haa, haa...!!" +34000 ,,,,,3200030,,,,,,,,,,,,,,,"With an eye mask on, Tenka-chan gasps with her mouth wide\nopen. I want to thrust my penis into that mouth too, but I\nhold back for now." +34100 ,,,,,3200030,,甜花,Tenka,300_TC00_t_074.wav,tenka,,0,,,,,,,,"S-Still...? M-Mister, I feel like I'm getting weird... or\nsomething...!" +34200 ,,,,,3200030,,,,,,,,,,,,,,,Tenka-chan arches her back and moans. Is she already feeling\nit...? +34300 ,,,,,3200030,,甜花,Tenka,300_TC00_t_075.wav,tenka,,0,,,,,,,,"I-It doesn't hurt, but it's like a prickling... itchy,\nticklish feeling... ah, haa...!!" +34400 ,,,,,3200030,,,,,,,,,,,,,,,"As Tenka-chan twists her body as if to say no, my penis gets\neven harder." +34500 ,,,,,3200030,,主人公,Kiyoshi,,,,,,,,,,,,"J-Just a bit more, it'll be over soon... I'm about to...\ncan't hold it..." +34600 ,,,,,3200020,,甜花,Tenka,300_TC00_t_076.wav,tenka,,0,,,,,,,,M-Mister... what...? +34700 ,,,,,3200020,,,,,,,,,,,,,,,"I have to keep my voice down... Silently, I cover Tenka-\nchan's cute breasts with it... Alright, alright, here it\ncomes, I'm going to cover them now!" +34900 ,,,,,3200040,,主人公,Kiyoshi,,,,,,,,,,,,Ugh...!! +35000 ,,,,,3200040,,,,,,,,,,,,,,,"Suppressing my voice so Tenka-chan can't hear, I groan as I\nlavishly cover her breasts." +35100 ,,,,,3200040,,,,,,,,,,,,,,,"There's still more... My penis is ready to shoot a second\nand third time. Alright, now for the other nipple!" +35200 ,,,,,3200040,,甜花,Tenka,300_TC00_t_077.wav,tenka,,0,,,,,,,,"Nn ah!? Ah, it's hot!!" +35300 ,,,,,3200040,,主人公,Kiyoshi,,,,,,,,,,,,I-It's a medicine that makes you feel that way... it's an\nointment...!! +35400 ,,,,,3200040,,甜花,Tenka,300_TC00_t_078.wav,tenka,,0,,,,,,,,"R-Really...? Ah, hey, that's a lot?" +35500 ,,,,,3200040,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah, I have to apply it all over your breasts for it to\nwork...!!" +35600 ,,,,,3200040,,,,,,,,,,,,,,,"Saying that, I continue to ejaculate over and over again on\nTenka-chan's breasts, alternating between them. In no time,\nboth of Tenka-chan's breasts were completely covered in\nwhite." +35700 ,,,,,3200040,,主人公,Kiyoshi,,,,,,,,,,,,A-Alright... +35800 ,,,,,3200040,,,,,,,,,,,,,,,"Panting heavily, I press my now less vigorous penis against\nTenka-chan's chest." +36000 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,I'll rub it in a bit... +36100 ,,,,,3200050,,,,,,,,,,,,,,,"Using my hands, I spread my semen over Tenka- chan's\nbreasts, rubbing her nipples with the tip of my penis." +36200 ,,,,,3200050,,,,,,,,,,,,,,,"To be able to rub my sticky semen from my penis onto Tenka-\nchan's cute breasts, what a blissful feeling." +36300 ,,,,,3200050,,甜花,Tenka,300_TC00_t_079.wav,tenka,,0,,,,,,,,"Ah, nn... hey, ahh... nn!" +36400 ,,,,,3200050,,,,,,,,,,,,,,,"Tenka-chan shivers as her chest is caressed with the\nslippery semen, almost like lotion. But maybe she's starting\nto feel it, as there's no resistance." +36500 ,,,,,3200050,,,,,,,,,,,,,,,"Being able to thoroughly massage her breasts and even cover\nthem, a great sense of satisfaction welled up inside me." +36600 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Just a little more, bear with it, okay?" +36700 ,,,,,3200050,,甜花,Tenka,300_TC00_t_080.wav,tenka,,0,,,,,,,,Y-Yeah... ah! +36800 ,,,,,3200050,,,,,,,,,,,,,,,"Playing with Tenka-chan while she's asleep is exciting, but\ndoing it while she's awake like this... it gives me a sense\nof guilt." +36900 ,,,,,3200050,,,,,,,,,,,,,,,I might get addicted to it. +37000 ,,,,,3200050,,甜花,Tenka,300_TC00_t_081.wav,tenka,,0,,,,,,,,"Nn... um, um... hey?" +37100 ,,,,,3200050,,,,,,,,,,,,,,,"As I mindlessly touch Tenka-chan's breasts, she speaks to\nme." +37200 ,,,,,3200050,,甜花,Tenka,300_TC00_t_082.wav,tenka,,0,,,,,,,,"Like, if my breasts hurt... or if they're getting bigger,\nand also... if mister gave me a massage..." +37300 ,,,,,3200050,,甜花,Tenka,300_TC00_t_082a.wav,,,,,,,,,,,And also... if I showed mister my breasts... +37400 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,Y-Yeah +37500 ,,,,,3200050,,甜花,Tenka,300_TC00_t_083.wav,tenka,,0,,,,,,,,"I-It's a secret, okay?" +37600 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,Of course. It's a secret between Tenka-chan and me. +37700 ,,,,,3200050,,甜花,Tenka,300_TC00_t_084.wav,tenka,,0,,,,,,,,"You're the only one I can talk to about this, mister..." +37800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_085.wav,tenka,,0,,,,,,,,...Th-Thank you... mister. +37900 ,,,,,3200050,,,,,,,,,,,,,,,"With her eyes still covered, Tenka-chan blushes a little as\nshe says that. C-Could it be...?" +38000 ,,,,,3200050,,,,,,,,,,,,,,,Maybe Tenka-chan likes me...? +38100 ,,,,,3200050,,,,,,,,,,,,,,,It's not normal for a girl to talk about her breasts\nhurting... or to ask for advice on something sexual. +38200 ,,,,,3200050,,,,,,,,,,,,,,,Girls around Tenka-chan's age would usually be too\nembarrassed to even tell their parents. +38300 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,......... +38400 ,,,,,3200050,,,,,,,,,,,,,,,"This... it confirms that Tenka-chan likes me, right? She let\nme see and touch her breasts, so it must mean that, right?" +38500 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, um, Tenka-chan, since we're on the topic, I'll just say\nit..." +38600 ,,,,,3200050,,甜花,Tenka,300_TC00_t_086.wav,tenka,,0,,,,,,,,"Ah... nn... what is it, mister?" +38700 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"I like you, Tenka-chan." +38800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_087.wav,tenka,,0,,,,,,,,W-What? All of a sudden? +38900 ,,,,,3200050,,,,,,,,,,,,,,,"Of course, she'd be flustered. Anyone would be if they were\nsuddenly confessed to. But... she'll understand, right?" +39000 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"You like me too, right, Tenka-chan? So... w-would you be my\ngirlfriend?" +39100 ,,,,,3200050,,甜花,Tenka,300_TC00_t_088.wav,tenka,,0,,,,,,,,!? W-What!? +39200 ,,,,,3200050,,,,,,,,,,,,,,,Tenka-chan was very surprised. +39300 ,,,,,3200050,,甜花,Tenka,300_TC00_t_089.wav,tenka,,0,,,,,,,,I-I don't know what to say to that! +39400 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,Do you dislike me? +39500 ,,,,,3200050,,甜花,Tenka,300_TC00_t_090.wav,tenka,,0,,,,,,,,"Well, you listen to me a lot and help me with various\nthings, so I like that about you..." +39600 ,,,,,3200050,,甜花,Tenka,300_TC00_t_091.wav,tenka,,0,,,,,,,,But that's a friend's kind of like. +39700 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"So, you do like me, Tenka-chan." +39800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_092.wav,tenka,,0,,,,,,,,"That's not what I mean! Besides, if I were to have a\nboyfriend, I'd want someone cool like Sakurai-kun!" +39900 ,,,,,3200050,,,,,,,,,,,,,,,"Ugh... Sakurai-kun? Isn't that a bit too high of an ideal,\nTenka-chan...?" +40000 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Look, I think my nose bridge is a bit similar to Sakurai-\nkun's..." +40100 ,,,,,3200050,,甜花,Tenka,300_TC00_t_093.wav,tenka,,0,,,,,,,,"No way! You're just an old man. Besides, Sakurai-kun is the\ncoolest in the universe." +40200 ,,,,,3200050,,,,,,,,,,,,,,,"She answered immediately! Damn, that stung a bit." +40300 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"I think it's good to have dreams, but don't you think you're\naiming a bit too high, Tenka-chan...?" +40400 ,,,,,3200050,,甜花,Tenka,300_TC00_t_094.wav,tenka,,0,,,,,,,,"That's not true. Someday, I'll have a boyfriend like\nSakurai-kun." +40500 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"All girls say that, but things don't go that smoothly, you\nknow?" +40600 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"If you keep saying things like Tenka-chan, you'll end up\nalone forever. Isn't that lonely?" +40700 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,People might think you're snobby and dislike you. +40800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_095.wav,tenka,,0,,,,,,,,...That... would be... awful... +40900 ,,,,,3200050,,,,,,,,,,,,,,,"Tenka-chan, who has a complex about being alone, suddenly\nlooked troubled." +41000 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"And if by any chance you get someone as cool as Sakurai-kun\nas a boyfriend, there's no guarantee he'll only look at you,\nTenka- chan." +41100 ,,,,,3200050,,甜花,Tenka,300_TC00_t_096.wav,tenka,,0,,,,,,,,"Well! ...Sakurai-kun is cool, so that might happen..." +41200 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"In that regard, I'm devoted to you, Tenka- chan! I'll always\nbe by your side!" +41300 ,,,,,3200050,,甜花,Tenka,300_TC00_t_097.wav,tenka,,0,,,,,,,,"N-No way! If an idol has a boyfriend, they'll get bashed!" +41400 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"That's not true. Sometimes when it's revealed they have a\nboyfriend, don't you think it's just because everyone has\none but they're hiding it?" +41500 ,,,,,3200050,,甜花,Tenka,300_TC00_t_098.wav,tenka,,0,,,,,,,,Ugh... I-Is that so... +41600 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,That's right! There's no way a girl without a boyfriend\ncould become that beautiful and sexy! +41700 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"You know, haven't you heard that girls become prettier when\nthey're in love?" +41800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_099.wav,tenka,,0,,,,,,,,...Ugh... Maybe it's childish not to have a boyfriend... +41900 ,,,,,3200050,,,,,,,,,,,,,,,"Alright, this is the time to push!" +42000 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Exactly, it's because you think of me as an old man that\nit's no good. If you think of me as an older boyfriend...\ndoesn't that sound cool?" +42100 ,,,,,3200050,,甜花,Tenka,300_TC00_t_100.wav,tenka,,0,,,,,,,,True. An older boyfriend... might be a little cool? +42200 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Right!? If you're worried, Tenka-chan, we can start with a\ntrial boyfriend." +42300 ,,,,,3200050,,甜花,Tenka,300_TC00_t_101.wav,tenka,,0,,,,,,,,Trial? +42400 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, like going on dates and practicing, right?" +42500 ,,,,,3200050,,甜花,Tenka,300_TC00_t_102.wav,tenka,,0,,,,,,,,Hmm... +42600 ,,,,,3200050,,甜花,Tenka,300_TC00_t_103.wav,tenka,,0,,,,,,,,Hmm... +42700 ,,,,,3200050,,,,,,,,,,,,,,,Tenka-chan is deep in thought. But it doesn't seem like a\nbad flow... right? +42800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_104.wav,tenka,,0,,,,,,,,"...Then, if it's just a trial, okay." +42900 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,Can I be your old man boyfriend!? +43000 ,,,,,3200050,,甜花,Tenka,300_TC00_t_105.wav,tenka,,0,,,,,,,,"Well, I'll settle for an old man..." +43100 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,Yahoo!! +43200 ,,,,,3200050,,,,,,,,,,,,,,,I couldn't help but raise one hand in the air. But I'm\nreally happy! +43300 ,,,,,3200050,,甜花,Tenka,300_TC00_t_106.wav,tenka,,0,,,,,,,,A-Are you that happy even if it's just a trial? +43400 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,Because I'm Tenka-chan's boyfriend! How could I not be happy\nabout that! +43500 ,,,,,3200050,,甜花,Tenka,300_TC00_t_107.wav,tenka,,0,,,,,,,,I-Is that so... +43600 ,,,,,3200050,,,,,,,,,,,,,,,Tenka-chan doesn't seem entirely against it; her cheeks look\nredder than before. +43700 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's start practicing right away! Tenka-chan,\nlet's have sex with your old man!" +43800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_108.wav,tenka,,0,,,,,,,,"Eh, eeeh!?" +43900 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you want to be sexy, right? Then you need to\nactively learn about erotic things too." +44000 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Since you have a boyfriend now, let's have lots of sex and\nbecome a cute and sexy girl▼" +44100 ,,,,,3200050,,甜花,Tenka,300_TC00_t_109.wav,tenka,,0,,,,,,,,N-No! I want to do it with someone I love! +44200 ,,,,,3200050,,,,,,,,,,,,,,,I inch closer to Tenka-chan. +44300 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"But since we're lovers, Tenka-chan, there's no problem with\nbeing intimate, right?" +44400 ,,,,,3200050,,甜花,Tenka,300_TC00_t_110.wav,tenka,,0,,,,,,,,Nooooo! +44500 ,,,,,3200050,,,,,,,,,,,,,,,"As Tenka-chan tries to get up and escape, I grab her pants\nand forcefully pull them down to her knees along with her\npanties." +44700 ,,,11,,3201000,,甜花,Tenka,300_TC00_t_111.wav,tenka,,0,,,,,,,,N-No... +44800 ,,,,,3201000,,,,,,,,,,,,,,,Tenka-chan looks at me with frightened eyes. +44900 ,,,,,3201000,,主人公,Kiyoshi,,,,,,,,,,,,"You don't have to be so scared, Tenka-chan. I'm your\nboyfriend, right? I wouldn't do anything terrible to you." +45000 ,,,,,3201000,,甜花,Tenka,300_TC00_t_112.wav,tenka,,0,,,,,,,,But your face is scary... +45100 ,,,,,3201000,,主人公,Kiyoshi,,,,,,,,,,,,"That's just your imagination. I'm just an ordinary old man,\nnothing scary about me." +45200 ,,,,,3201000,,甜花,Tenka,300_TC00_t_113.wav,tenka,,0,,,,,,,,"But, but..." +45300 ,,,,,3201000,,,,,,,,,,,,,,,"From behind, her protruding butt looks incredibly sexy." +45400 ,,,,,3201000,,,,,,,,,,,,,,,"And my eyes are glued to Tenka-chan's important place, which\nis perfectly described as a simple 'cleft.'" +45500 ,,,,,3201000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan's naughty part is smooth and plump, it's\nadorable." +45600 ,,,,,3201000,,甜花,Tenka,300_TC00_t_114.wav,tenka,,0,,,,,,,,No! Don't look... +45700 ,,,,,3201000,,主人公,Kiyoshi,,,,,,,,,,,,"It's your pussy, so I have to take a good look. My dick is\ngoing to go in there, you know." +45800 ,,,,,3201000,,甜花,Tenka,300_TC00_t_115.wav,tenka,,0,,,,,,,,"No, no!!" +45900 ,,,,,3201000,,,,,,,,,,,,,,,I grab onto Tenka-chan's thighs as she tries to kick and\nescape. +46100 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"You still seem tense, so I'll help you relax. ...Lick!" +46200 ,,,,,3201010,,甜花,Tenka,300_TC00_t_116.wav,tenka,,0,,,,,,,,Nyaaah!? +46300 ,,,,,3201010,,,,,,,,,,,,,,,Mmm! The smooth feel of her pussy! And Tenka- chan's scent! +46400 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"Mmm, fuu, suuu! Sniff sniff! Lick, slurp, lick lick!!" +46500 ,,,,,3201010,,甜花,Tenka,300_TC00_t_117.wav,tenka,,0,,,,,,,,"Uncle... what are you doing, licking it!? Stop, it's dirty!!" +46600 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"There's nothing dirty about Tenka-chan's body...!! Even\nhere, it's so smooth and delicious!" +46700 ,,,,,3201010,,,,,,,,,,,,,,,"I lick up Tenka-chan's pussy repeatedly, then thrust my\ntongue into the cleft." +46800 ,,,,,3201010,,甜花,Tenka,300_TC00_t_118.wav,tenka,,0,,,,,,,,"Hyah!? I said it's dirty, u-uncle...! It's gross... uncle,\nstop it!" +46900 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"That's harsh, you should be happy your boyfriend is licking\nyou... If you just relax, it'll start to feel good soon." +47000 ,,,,,3201010,,甜花,Tenka,300_TC00_t_119.wav,tenka,,0,,,,,,,,"No way, it won't... hyah, ugh, it's gross... it's all\nsticky...!!" +47100 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"Sniff sniff, such a nice smell... Are you starting to feel a\nlittle good, Tenka-chan? I can smell something naughty." +47200 ,,,,,3201010,,甜花,Tenka,300_TC00_t_120.wav,tenka,,0,,,,,,,,"That's not true... I wouldn't get turned on by you, uncle...\nhnn!!" +47300 ,,,,,3201010,,,,,,,,,,,,,,,"That's what Tenka-chan says, but how about here?" +47400 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"Lick lick lick lick lick lick lick lick! Tenka-chan isn't\nbeing honest, but how long can she keep lying?" +47500 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"Slurp, lick!! Look, when I do this, Tenka- chan's pussy\nstarts twitching!" +47600 ,,,,,3201010,,甜花,Tenka,300_TC00_t_121.wav,tenka,,0,,,,,,,,"Nyaaah... n-no, it's not... it's gross... ah, no, it won't\nfeel good...!" +47700 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, Tenka-chan, you're still a kid. You don't\nreally understand yet, do you? Then I'll keep licking and\nplaying with you until you do...!!" +47800 ,,,,,3201010,,甜花,Tenka,300_TC00_t_122.wav,tenka,,0,,,,,,,,"Stop it, stop it! That's not what I mean!! Nn, nyaaah!!" +47900 ,,,,,3201010,,甜花,Tenka,300_TC00_t_123.wav,tenka,,0,,,,,,,,"Hyah! No, nn!! Nnfuuh... nn! No, auh... it's embarrassing...\nlicking where I pee is weird, you're a pervert!" +48000 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"All popular idols do it, you know? They all say it feels\ngood when they're licked, and they go 'ah ah' when a dick is\ninside them!" +48100 ,,,,,3201010,,甜花,Tenka,300_TC00_t_124.wav,tenka,,0,,,,,,,,"I wouldn't do that... if I did, I'd lose my fans... they'd\ncriticize me... nn!!" +48200 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"That's not true, if Tenka-chan becomes sexy, you'll\ndefinitely gain lots of fans!" +48300 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"If everyone saw Tenka-chan like this, they'd be head over\nheels... your pussy is all wet and open like this..." +48400 ,,,,,3201010,,甜花,Tenka,300_TC00_t_125.wav,tenka,,0,,,,,,,,"Ow... it hurts! Uncle, your finger hurts! It hurts!!" +48500 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"You have to endure this much. After all, a dick is going to\ngo in here soon." +48600 ,,,,,3201010,,甜花,Tenka,300_TC00_t_126.wav,tenka,,0,,,,,,,,"...No way!! It won't fit, a dick won't fit!!" +48700 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"But it's natural to do naughty things with your boyfriend,\nright? Don't worry, with practice, sex will become\nenjoyable." +48800 ,,,,,3201010,,甜花,Tenka,300_TC00_t_127.wav,tenka,,0,,,,,,,,"No, no, no! It definitely won't fit, if you do that I'll\nnever speak to you again...!!" +48900 ,,,,,3201010,,,,,,,,,,,,,,,"Well, I guess it can't be helped. It's her first time having\nsex. I understand being scared and in pain as a virgin." +49000 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,Got it! Then let's not do it in your pussy. The first time\nis important. +49100 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"But my dick can't calm down anymore. So let me put it in\nyour butt, Tenka-chan!" +49200 ,,,,,3201010,,甜花,Tenka,300_TC00_t_128.wav,tenka,,0,,,,,,,,"Huh? No way... what? My butt? My butt? Hyah, no!?" +49300 ,,,,,3201010,,,,,,,,,,,,,,,"I just ejaculated all over Tenka-chan's chest, but my penis\nis already fully revived and hard. I press it against Tenka-\nchan's butt." +49400 ,,,,,3201010,,甜花,Tenka,300_TC00_t_129.wav,tenka,,0,,,,,,,,"My butt, you mean my butt hole!? No, no way... it won't fit,\nthat's where poop comes out!" +49500 ,,,,,3201010,,甜花,Tenka,300_TC00_t_129a.wav,,,,,,,,,,,"Uncle, uncle listen! I said no... nyaaaaaaah!!?????" +49700 ,,,,,3201020,,甜花,Tenka,300_TC00_t_130.wav,tenka,,0,,,,,,,,"It's thick, it's going into my butt... nn, nuh, it feels\ngross, it feels gross... ueeeh... hic, fugu..." +49800 ,,,,,3201020,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, oh, Tenka-chan's butt, the hole, it's so slippery..." +49900 ,,,,,3201020,,甜花,Tenka,300_TC00_t_131.wav,tenka,,0,,,,,,,,"It's not... it's not... pull it out, pull it out, uncle...\nmy butt is being pushed and my stomach feels all weird..." +50000 ,,,,,3201020,,主人公,Kiyoshi,,,,,,,,,,,,"Pull it out...? Yeah, yeah, I'll pull it out plenty, I'll\nrub Tenka-chan's butt and make it come out a lot...!" +50100 ,,,,,3201020,,甜花,Tenka,300_TC00_t_132.wav,tenka,,0,,,,,,,,"No, the other way! Why are you pushing, nooo... stop it...!" +50200 ,,,,,3201020,,主人公,Kiyoshi,,,,,,,,,,,,"You can't run away, Tenka-chan, it won't all fit... see,\nmore, bring your butt here, like this, and...!!" +50300 ,,,,,3201020,,甜花,Tenka,300_TC00_t_133.wav,tenka,,0,,,,,,,,Nngh!? Nnnn! Nuuu!! +50400 ,,,,,3201020,,,,,,,,,,,,,,,"Tenka-chan's butt hole is squeezing tightly, and it feels\ngood. But squeezing that much, won't it hurt...?" +50500 ,,,,,3201020,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, your butt hole is bright red from squeezing too\nhard, relax a bit more...?" +50600 ,,,,,3201020,,甜花,Tenka,300_TC00_t_134.wav,tenka,,0,,,,,,,,"I can't... I can't do that... uncle, my butt is so full and\nit feels weird...!!" +50700 ,,,,,3201020,,主人公,Kiyoshi,,,,,,,,,,,,"But Tenka-chan poops too, right? Just like that, if you push\nlike 'nnn', your butt hole will naturally open." +50900 ,,,,,3201030,,甜花,Tenka,300_TC00_t_135.wav,tenka,,0,,,,,,,,"No! Why are you saying that, uncle...! No... I don't want\nyou to see me poop..." +51000 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, you're not really going to poop." +51100 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"Uncle is plugging it with his dick, so nothing will come\nout. Just push like 'nnn'." +51200 ,,,,,3201030,,甜花,Tenka,300_TC00_t_136.wav,tenka,,0,,,,,,,,I said I can't do that!! +51300 ,,,,,3201030,,,,,,,,,,,,,,,So stubborn. +51400 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"Then I'll do it, okay? If Tenka-chan can't do it, that's\nfine, right? Here we go! There!" +51500 ,,,,,3201030,,甜花,Tenka,300_TC00_t_137.wav,tenka,,0,,,,,,,,Nngh!! +51600 ,,,,,3201030,,,,,,,,,,,,,,,I thrust my hips hard and dig into Tenka- chan's small butt\nas if I'm excavating. Over and over again. +51700 ,,,,,3201030,,甜花,Tenka,300_TC00_t_138.wav,tenka,,0,,,,,,,,"Hah, feh... ugh... my stomach feels weird... haah, haah...\nnngh!" +51800 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan's, haah, butt, haah, erotic, anal sex, haah haah,\nthere, there there, haah, my dick is going in and out!" +51900 ,,,,,3201020,,甜花,Tenka,300_TC00_t_139.wav,tenka,,0,,,,,,,,"Nnnngh... no, stop... my stomach hurts!! No..." +52000 ,,,,,3201020,,主人公,Kiyoshi,,,,,,,,,,,,"O-oh, oh, it's good, my dick is feeling good, here, here,\nhere!" +52100 ,,,,,3201020,,,,,,,,,,,,,,,The tingling sensation in my penis is getting stronger and\nhotter. The tip of my urethra is trembling. It's the usual\nsign that I'm about to cum. +52200 ,,,,,3201030,,甜花,Tenka,300_TC00_t_140.wav,tenka,,0,,,,,,,,"Nnnnn! Eh, eh... nnnnnnn!" +52300 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm pounding, pounding my dick into Tenka- chan's butt!\nLook, pounding!" +52400 ,,,,,3201030,,,,,,,,,,,,,,,"I thrust my hips vigorously, enjoying the sound of hitting\nTenka-chan's butt. Her gradually reddening butt is lewd and\ncute." +52500 ,,,,,3201030,,甜花,Tenka,300_TC00_t_141.wav,tenka,,0,,,,,,,,"Hic, hic, ugh... eeeh... ueeeh... aaah...!" +52600 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm, I'm going to cum! I'll cum inside Tenka-chan's butt!" +52700 ,,,,,3201030,,甜花,Tenka,300_TC00_t_142.wav,tenka,,0,,,,,,,,"W-what are you going to release...!? Not inside my butt! It\nfeels gross! Pull out, pull out, take it out!!" +52800 ,$menu_begin,,,,3201030,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_1a",,,,3201030,,,,,,,,,,,,,,,■@ Cum inside +↓,"$menu_item 1,Finish outside,sel_1b",,,,3201030,,,,,,,,,,,,,,,■A Cum outside +↓,$menu_end,,,,3201030,,,,,,,,,,,,,,, +52900 ,*sel_1a,,,,3201030,,,,,,,,,,,,,,,■@ Cum inside +53000 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm cumming, I'll cum, ooooooooh!" +53100 ,,,,,3201030,,甜花,Tenka,300_TC00_t_143.wav,tenka,,0,,,,,,,,Noooooooo!! +53200 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"Ooooh, cumming inside Tenka-chan's butt!!!" +53300 ,,,,,3201040,,,,,,,,,,,,,,,Splat!! Splurt splurt spluuuuurt!! +53500 ,,,,,3201040,,甜花,Tenka,300_TC00_t_144.wav,tenka,,0,,,,,,,,Hii!? No!? Nooo!? No no!! Something's coming out!!\nSomething's really coming out!! +53600 ,,,,,3201040,,主人公,Kiyoshi,,,,,,,,,,,,"More, more cumming inside!!" +53700 ,,,,,3201040,,甜花,Tenka,300_TC00_t_145.wav,tenka,,0,,,,,,,,Nooooo! It feels gross! It's hot! It feels gross!!!! +53800 ,,,,,3201040,,主人公,Kiyoshi,,,,,,,,,,,,Don't run away! I'm going to pour more in!! Drink it all!! +53900 ,,,,,3201040,,甜花,Tenka,300_TC00_t_146.wav,tenka,,0,,,,,,,,"My stomach... it's swirling, swirling, ugh...!!" +54000 ,,,,,3201040,,,,,,,,,,,,,,,"Splat! Splurt splurt!! Squelch, splurt splurt splurt!!" +54100 ,,,,,3201040,,,,,,,,,,,,,,,The semen that couldn't fit inside started to overflow and\nleak out from Tenka-chan's butt. +54200 ,,,,,3201040,,甜花,Tenka,300_TC00_t_147.wav,tenka,,0,,,,,,,,It feels... it feels gross... no... my stomach is\nchurning... +54300 ,,,,,3201040,,,,,,,,,,,,,,,"After pouring all the semen in, the tight grip of Tenka-\nchan's anus began to weaken." +54400 ,,,,,3201040,,,,,,,,,,,,,,,"Timing it just right, I slowly pulled my penis out from\ninside Tenka-chan." +54600 ,,,,,3201050,,主人公,Kiyoshi,,,,,,,,,,,,"Huff, huff, huff... Tenka-chan's butt..." +54700 ,,,,,3201050,,甜花,Tenka,300_TC00_t_148.wav,tenka,,0,,,,,,,,Haa... n... haa... +54800 ,,,,,3201050,,,,,,,,,,,,,,,"As the penis was withdrawn, the inside of Tenka-chan's butt,\nfilled with semen, was fully visible." +54900 ,,,,,3201050,,,,,,,,,,,,,,,Splat! +55000 ,,,,,3201050,,,,,,,,,,,,,,,"Tenka-chan's anus closed like the mouth of a drawstring bag,\nletting the accumulated semen in her intestines spill out." +55100 ,,,,,3201050,,甜花,Tenka,300_TC00_t_149.wav,tenka,,0,,,,,,,,N-no... +55200 ,,,,,3201050,,,,,,,,,,,,,,,"Tenka-chan weakly whimpered, as if ejaculating back,\nspurting out again and again." +55300 ,,,,,3201050,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa... Tenka-chan, you're so lewd... so sexy..." +55400 ,,,,,3201050,,甜花,Tenka,300_TC00_t_150.wav,tenka,,0,,,,,,,,"No, no... it's terrible, it's terrible..." +55500 ,$go join_1,,,,,,,,,,,,,,,,,,,■Join +55600 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Cum outside +55700 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll cover your butt with it, fwoooooo!" +55800 ,,,,,3201030,,甜花,Tenka,300_TC00_t_151.wav,tenka,,0,,,,,,,,Noooooooo!! +55900 ,,,,,3201051,,,,,,,,,,,,,,,"Splat!! Splurt, splurt, spluuuuurt!!" +56100 ,,,,,3201051,,甜花,Tenka,300_TC00_t_152.wav,tenka,,0,,,,,,,,"Ah, ahh!? No, no!! Something's coming out!! It's gross!" +56200 ,,,,,3201051,,甜花,Tenka,300_TC00_t_153.wav,tenka,,0,,,,,,,,Ahhhh! It's gross! It's hot! +56300 ,,,,,3201051,,,,,,,,,,,,,,,"Splurt! Splish, splish!! Splat, splurt, splurt!!" +56400 ,,,,,3201051,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa... Tenka-chan, you're so lewd... so sexy..." +56500 ,,,,,3201051,,甜花,Tenka,300_TC00_t_154.wav,tenka,,0,,,,,,,,Slimy... gross... it's disgusting... ah... +56600 ,,,,,3201051,,甜花,Tenka,300_TC00_t_155.wav,tenka,,0,,,,,,,,No... sniff... uwaaah~~! +56700 ,*join_1,,,,,,,,,,,,,,,,,,, +56800 ,$event_return,,,,,,,,,,,,,,,,,,, +57100 ,,,8,112,,,主人公,Kiyoshi,,,,,,,,,,,,"S-sorry, Tenka-chan." +57200 ,,,,,,,,,,,,,,,,,,,,I repeated the words I don't know how many times. +57300 ,,,,,,,,,,,,,,,,,,,,"Wiping her body, dressing her." +57400 ,,,,,,,,,,,,,,,,,,,,"Trying to calm her down, but still kneeling in apology to\nthe sobbing Tenka-chan." +57500 ,,,,,,,,,,,,,,,,,,,,"As it got late, I hurried to take her home." +57600 ,,,,,,,,,,,,,,,,,,,,"I felt like I said sorry a hundred or two hundred times.\nBut, of course, Tenka-chan didn't stop crying." +57700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,D-does it still hurt? Are you okay? +57800 ,,,,,,,甜花,Tenka,300_TC00_t_156.wav,tenka,,33,,,,,,,,............ +57900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"I'm really sorry, even if it was just a trial, I got carried\naway because Tenka-chan made me her boyfriend." +58000 ,,,,,,,甜花,Tenka,300_TC00_t_157.wav,tenka,,33,,,,,,,,............ +58100 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,I'm really sorry! +58200 ,,,,,,,甜花,Tenka,300_TC00_t_158.wav,tenka,,33,,,,,,,,............ +58300 ,,,,,,,,,,tenka,,33,,,,,,,,"It hurts that Tenka-chan won't say anything. Of course, I\nknow it's too convenient to ask for forgiveness." +58400 ,,,,,,,,,,tenka,,33,,,,,,,,But it was painful to think that Tenka-chan surely hated me\nnow. +58500 ,,,,,,,,,,tenka,,33,,,,,,,,"So, even though I knew it was pointless, I tried to cheer\nher up somehow." +58600 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Uh, next time, definitely no sex, yes, absolutely no sex,\nlet's just go on a date!" +58700 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"I'll treat Tenka-chan to lots of delicious food, oh, and how\nabout clothes? Something idol-like!!" +58800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"And then, we can buy idol magazines and maybe DVDs too, and\nstudy together! How to bring out that idol vibe!!" +58900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Yeah, yeah, I think Tenka-chan has become much more idol-\nlike lately! Have you noticed it yourself?" +59000 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Look, even your breasts, growing pains! They seem to be\ngetting bigger!!" +59100 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"And then, you know, the center election. ...Tenka-chan\nalready has quite a few fans. It's not just one or two\npeople who said they'd vote for you." +59200 ,,,,,,,甜花,Tenka,300_TC00_t_159.wav,tenka,,36,,,,,,,,……………… +59300 ,,,,,,,,,,tenka,,36,,,,,,,,"In the end, Tenka-chan remained silent." +59400 ,,,,,,,,,,,,,,,,,,,,"In front of her house, she seemed to hide the fact that she\nhad been crying so her family wouldn't notice." +59500 ,,,,,,,,,,,,,,,,,,,,But this might be the last time with Tenka- chan. +59600 ,,,,,,,,,,,,,,,,,,,,"Thinking that made me feel incredibly lonely, and I kept\nstaring at her house from afar for a long time after she\ndisappeared inside." +59700 ,,,0,9000,,,,,,,,,,,,,,,, +59900 ,@301_TC01a,,,,,,,,,,,,,,,,,,, +60200 ,,,,,,,,,,,,,,,,,,,, +60300 ,,,6,11,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... +60400 ,,,,,,,,,,,,,,,,,,,,Tenka-chan probably won't come anymore. +60500 ,,,,,,,,,,,,,,,,,,,,"After all, I suddenly shoved my dick into her ass. If it\nwere me, I definitely wouldn't come back." +60600 ,,,,,,,,,,,,,,,,,,,,"Well... if a beautiful girl used a strap-on on me, I'd come\nevery day though!" +60700 ,,,,,,,,,,,,,,,,,,,,"For a pervert like me, that's a reward!" +60800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Sigh... +60900 ,,,,,,,,,,,,,,,,,,,,"But unfortunately, the chances of Tenka-chan being such a\npervert are slim." +61000 ,,,,,,,,,,,,,,,,,,,,"Ugh... This is the worst, she might call the police." +61100 ,,,,,,,,,,,,,,,,,,,,"Damn it! If that's the case, I should've put it in her\npussy!" +61200 ,,,,,,,,,,,,,,,,,,,,Getting arrested just for anal isn't worth it! I'll fight it\nall the way to the Supreme Court! +61300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Phew. +61400 ,,,,,,,,,,,,,,,,,,,,"Thinking such stupid things, my head was filled with\nanxiety." +61500 ,,,,,,,,,,,,,,,,,,,,This is really bad... I forced myself on such a small girl\nwithout convincing her... +61600 ,,,,,,,,,,,,,,,,,,,,"Moreover, instead of threatening her or making her keep it a\nsecret from her family, I almost sent her back just like\nthat..." +61700 ,,,,,,,,,,,,,,,,,,,,She's probably telling her mom and dad right now. +61800 ,,"",,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, arrest..." +61900 ,,,,,,,,,,,,,,,,,,,,Or maybe Tenka-chan's parents will beat me up. +62100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Sigh... what should I do about the shop? +62200 ,,,,,,,,,,,,,,,,,,,,"If I'm going to be arrested anyway, it might be easier to\njust keep it closed today." +62300 ,,,,,,,,,,,,,,,,,,,,"Thinking that, I considered putting a notice on the shutter." +62500 ,,,,,,,,,,,,,,,,,,,,--Rustle +62600 ,,,,,,,,,,,,,,,,,,,,"Footsteps... The police are finally here! Thinking that, I\nturned around." +62700 ,,,4,,,,甜花,Tenka,301_TC01a_t_000.wav,"tenka,privateB",,15,,,,,,,,... +62800 ,,,,,,,主人公,Kiyoshi,,tenka,,15,,,,,,,,Huh? +62900 ,,,,,,,,,,tenka,,15,,,,,,,,It was Tenka-chan standing there. +63000 ,,,,,,,主人公,Kiyoshi,,tenka,,15,,,,,,,,Ah... uh... good morning. +63100 ,,,,,,,甜花,Tenka,301_TC01a_t_001.wav,tenka,,35,,,,,,,,...Good morning... +63200 ,,,,,,,,,,tenka,,35,,,,,,,,"She muttered that while looking down, almost expressionless." +63300 ,,,,,,,主人公,Kiyoshi,,tenka,,35,,,,,,,,Uh... um... hmm... +63400 ,,,,,,,,,,tenka,,35,,,,,,,,"Oh no, what should I say!?" +63500 ,,,,,,,,,,tenka,,35,,,,,,,,"Maybe 'Sorry about yesterday?' No, that would sound like I'm\nadmitting guilt." +63600 ,,,,,,,,,,tenka,,35,,,,,,,,"Well, it is completely my fault though." +63700 ,,,,,,,甜花,Tenka,301_TC01a_t_002.wav,tenka,,17,,,,,,,,... +63800 ,,,,,,,,,,tenka,,17,,,,,,,,"Uh, uh... It would be easier if Tenka-chan would start\ntalking..." +63900 ,,,,,,,甜花,Tenka,301_TC01a_t_003.wav,tenka,,17,,,,,,,,... +64000 ,,,,,,,,,,tenka,,17,,,,,,,,That seems unlikely. +64100 ,,,,,,,,,,tenka,,17,,,,,,,,"...Come to think of it, why did she come here in the first\nplace?" +64200 ,,,,,,,,,,tenka,,17,,,,,,,,"She didn't bring her parents or the police, and she's not\nhere to insult me... Could it be?" +64300 ,,,,,,,,,,tenka,,17,,,,,,,,Did Tenka-chan come to offer her pussy to me too? +64400 ,,,,,,,主人公,Kiyoshi,,tenka,,17,,,,,,,,"Tenka-chan, could it be that you came to―" +64600 ,,,,,,,甜花,Tenka,301_TC01a_t_004.wav,tenka,,4,,,,,,,,―!? +64700 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,... +64800 ,,,,,,,,,,tenka,,4,,,,,,,,Tenka-chan let out a small scream and took a few steps back. +64900 ,,,,,,,,,,tenka,,4,,,,,,,,Yeah... I knew it. There's no way that would happen. +65000 ,,,,,,,,,,tenka,,4,,,,,,,,"Hmm, even so... this situation is not good." +65100 ,,,,,,,,,,tenka,,4,,,,,,,,"A middle-aged man standing still, and a small girl looking\ndown, not saying a word." +65200 ,,,,,,,,,,tenka,,4,,,,,,,,This is definitely something that could get reported. +65300 ,,,,,,,,,,tenka,,4,,,,,,,,"It would be nice if I could invite her inside, but after\nwhat happened yesterday, she probably wouldn't want to enter\nan old man's house." +65400 ,,,,,,,,,,tenka,,4,,,,,,,,Hmm. +65500 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,...! +65600 ,,,,,,,甜花,Tenka,301_TC01a_t_005.wav,tenka,,35,,,,,,,,...? +65700 ,,,,,,,主人公,Kiyoshi,,tenka,,35,,,,,,,,"T-Tenka-chan, would you like to go out with me if you don't\nmind?" +65800 ,,,,,,,甜花,Tenka,301_TC01a_t_006.wav,tenka,,37,,,,,,,,... +65900 ,,,,,,,主人公,Kiyoshi,,tenka,,37,,,,,,,,"You know, there's a big shopping mall nearby, right? I heard\nthere's a photoshoot and a live event for the fashion\nmagazine you read, Tenka-chan!" +66000 ,,,,,,,,,,tenka,,37,,,,,,,,"Tenka-chan kept her head down, her gaze wandering several\ntimes." +66100 ,,,,,,,,,,tenka,,37,,,,,,,,And then... +66200 ,,,,,,,甜花,Tenka,301_TC01a_t_007.wav,tenka,,15,,,,,,,,...Just a little bit. +66300 ,,,,,,,主人公,Kiyoshi,,tenka,,15,,,,,,,,Shall we go then? +66400 ,,,,,,,,,,tenka,,15,,,,,,,,"With a small nod from Tenka-chan, I moved towards the light\ntruck." +66600 ,,,7,201,,,主人公,Kiyoshi,,tenka,,9,,,,,,,,"We're here, Tenka-chan." +66700 ,,,,,,,甜花,Tenka,301_TC01a_t_008.wav,tenka,,9,,,,,,,,... +66800 ,,,,,,,,,,tenka,,9,,,,,,,,"Even after arriving at the parking lot, Tenka-chan silently\ngot out and went inside by herself." +66900 ,,,,,,,,,,tenka,,9,,,,,,,,"There was no conversation in the light truck either, and\nnothing has been said so far." +67000 ,,,,,,,,,,tenka,,9,,,,,,,,...I'm already feeling disheartened. +67100 ,,,,,,,主人公,Kiyoshi,,tenka,,9,,,,,,,,"Hmm, there are so many different stores here." +67200 ,,,,,,,甜花,Tenka,301_TC01a_t_009.wav,tenka,,29,,,,,,,,... +67300 ,,,,,,,,,,tenka,,29,,,,,,,,"...But unlike Chi-chan or Komako-chan, Tenka- chan, who\nlived in the city, probably wouldn't be surprised by this." +67400 ,,,,,,,,,,tenka,,29,,,,,,,,"So, you see, it's not that I was ignored just now. It's just\nthat Tenka-chan wasn't impressed." +67500 ,,,,,,,主人公,Kiyoshi,,tenka,,29,,,,,,,,"Uh, it looks like we still have some time before the live\nshow? How about we look around a bit?" +67600 ,,,,,,,甜花,Tenka,301_TC01a_t_010.wav,tenka,,35,,,,,,,,...No. +67700 ,,,,,,,主人公,Kiyoshi,,tenka,,35,,,,,,,,"Well... even if you say no, we'll just be in the way of the\nsetup here. Come on, come on, I'll buy you anything you\nwant!" +67800 ,,,,,,,甜花,Tenka,301_TC01a_t_011.wav,tenka,,34,,,,,,,,...I don't want anything from you. +67900 ,,,,,,,,,,tenka,,34,,,,,,,,Ugh... those words pierce my heart. +68000 ,,,,,,,,,,tenka,,34,,,,,,,,"In return for what I did to her ass, my heart is now being\npierced." +68100 ,,,,,,,,,,tenka,,34,,,,,,,,"...Yeah, I need to stop saying stupid things and do\nsomething about this." +68200 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"For now, shall we go?" +68400 ,,,,211,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah... look, doesn't this seem like it would suit Tenka-chan?" +68500 ,,,,,,,,,,,,,,,,,,,,I pick up an accessory. +68600 ,,,,,,,甜花,Tenka,301_TC01a_t_012.wav,tenka,,29,,,,,,,,... +68700 ,,,,,,,,,,,,,,,,,,,,It's not like the candy rings or chocolate necklaces I have\nin my store; it's the real thing. +68800 ,,,,,,,,,,,,,,,,,,,,"The price is... whoa!? It's this much! But, if I think of it\nas an exchange for Tenka- chan's ass, it's a bargain!" +68900 ,,,,,,,,,,,,,,,,,,,,............Huh? Is it really a bargain? +69000 ,,,,,,,,,,,,,,,,,,,,"Well, whatever!" +69100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Here, want to try it on?" +69200 ,,,,,,,甜花,Tenka,301_TC01a_t_013.wav,tenka,,24,,,,,,,,--! +69300 ,,,,,,,,,,tenka,,24,,,,,,,,"As I approached, Tenka-chan once again jumped away." +69400 ,,,,,,,,,,tenka,,24,,,,,,,,Ugh... she really dislikes me. +69500 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,"Uh, how about we go grab something to eat?" +69600 ,,,,,,,甜花,Tenka,301_TC01a_t_014.wav,tenka,,34,,,,,,,,...I don't want to. +69700 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,Aren't you thirsty? +69800 ,,,,,,,甜花,Tenka,301_TC01a_t_015.wav,tenka,,35,,,,,,,,...I don't want to. +69900 ,,,,,,,主人公,Kiyoshi,,tenka,,35,,,,,,,,Um... how about some clothes? +70000 ,,,,,,,甜花,Tenka,301_TC01a_t_016.wav,tenka,,29,,,,,,,,... +70100 ,,,,,,,,,,tenka,,29,,,,,,,,Ugh... this is what they mean by having no way in. +70200 ,,,,,,,,,,tenka,,29,,,,,,,,"Did I do something that bad, old man?" +70300 ,,,,,,,,,,tenka,,29,,,,,,,,Yeah... I did. +70400 ,,,,,,,主人公,Kiyoshi,,tenka,,29,,,,,,,,"...Oh, it's almost time for the concert. Shall we head over?" +70500 ,,,,,,,甜花,Tenka,301_TC01a_t_017.wav,tenka,,27,,,,,,,,... +70600 ,,,,,,,,,,tenka,,27,,,,,,,,"Without saying a word, she just nodded slightly." +70700 ,,,,,,,主人公,Kiyoshi,,tenka,,27,,,,,,,,...Sigh. +70800 ,,,,,,,,,,tenka,,27,,,,,,,,Maybe it was a bit too soon to go for anal... +70900 ,,,,,,,,,,tenka,,27,,,,,,,,"Well, I don't really know when the right time for anal is\nanyway." +71100 ,,,,201,,,,,,,,,,,,,,,,"By the time we arrived at the concert venue, the setup was\nalready complete, and all that was left was to wait for the\nshow to start." +71200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...I'm looking forward to it. +71300 ,,,,,,,甜花,Tenka,301_TC01a_t_018.wav,tenka,,23,,,,,,,,... +71400 ,,,,,,,,,,tenka,,23,,,,,,,,"Honestly, it's probably not going to be anything special." +71500 ,,,,,,,,,,tenka,,23,,,,,,,,"Looking at the performers' names, I don't recognize any of\nthem, and they seem like kids who have never been on TV." +71600 ,,,,,,,,,,tenka,,23,,,,,,,,There aren't any customers at all. +71800 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,Oh! It's starting. +71900 ,,,,,,,甜花,Tenka,301_TC01a_t_019.wav,tenka,,4,,,,,,,,Ah...! +72000 ,,,,,,,,,,tenka,,4,,,,,,,,"Tenka-chan seemed to be in a slightly better mood, standing\non her tiptoes and looking at the stage." +72100 ,,,,,,,,,,tenka,,4,,,,,,,,"I thought it wasn't worth the effort to watch so intently,\nbut..." +72200 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,Wow... she's beautiful... +72300 ,,,,,,,,,,tenka,,4,,,,,,,,Those words slipped out naturally without thinking. +72400 ,,,,,,,,,,tenka,,4,,,,,,,,"I thought Tenka-chan was quite sophisticated compared to\nChie-chan and Komako-chan, but this was even more!" +72500 ,,,,,,,,,,tenka,,4,,,,,,,,"How should I put it, she's sparkling!" +72600 ,,,,,,,甜花,Tenka,301_TC01a_t_020.wav,"tenkaL,privateB",,23,,,,,,,,...Amazing. +72700 ,,,,,,,,,,tenkaL,,23,,,,,,,,"From her walk to her gestures and expressions, everything\nwas different." +72800 ,,,,,,,,,,tenkaL,,23,,,,,,,,"To be honest, as far as looks go, Tenka-chan, Chie-chan, and\nKomako-chan are cuter." +72900 ,,,,,,,,,,tenkaL,,23,,,,,,,,"Yet for some reason, my eyes were drawn to this unknown girl\non stage." +73000 ,,,,,,,甜花,Tenka,301_TC01a_t_021.wav,tenkaL,,4,,,,,,,,Wow... +73100 ,,,,,,,,,,tenkaL,,4,,,,,,,,"And after a while, the live performance began." +73200 ,,,,,,,,,,tenkaL,,4,,,,,,,,"It was a song I'd never heard before, but the girls on stage\nsang and danced with all their might, and before I knew it,\nI was clapping." +73300 ,,,,,,,,,,tenkaL,,4,,,,,,,,"It seemed to be the same for Tenka-chan, who started\nclapping and occasionally showing a smile." +73400 ,,,,,,,,,,tenkaL,,4,,,,,,,,...Idols are amazing. +73500 ,,,,,,,,,,tenkaL,,4,,,,,,,,And Tenka-chan really wants to become an idol. +73600 ,,,,,,,,,,tenkaL,,4,,,,,,,,The live performance is almost over. +73700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,4,,,,,,,,...I'll remember these girls' names. +73800 ,,,,,,,甜花,Tenka,301_TC01a_t_022.wav,tenkaL,,0,,,,,,,,...Yeah... Idols are amazing. +73900 ,,,,,,,,,,tenkaL,,0,,,,,,,,"Before I knew it, Tenka-chan was nodding in agreement to my\nwords." +74000 ,,,,,,,,,,tenkaL,,0,,,,,,,,"...Thank you, idols. Thanks to you, Tenka- chan spoke to me." +74100 ,,,,,,,,,,tenkaL,,0,,,,,,,,"But, sorry idols. The reason I want to remember you isn't\nbecause I want to support you." +74200 ,,,,,,,,,,tenkaL,,0,,,,,,,,It's because I thought it would be really exciting if you\ntransitioned from idols to AV actresses later on. +74400 ,,,,,,,,,,,,,,,,,,,,"The live performance and fashion show ended, and people\nstarted leaving the venue." +74500 ,,,,,,,,,,,,,,,,,,,,We also left the place along with the crowd. +74600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... That was amazing. +74700 ,,,,,,,甜花,Tenka,301_TC01a_t_023.wav,tenka,,29,,,,,,,,... +74800 ,,,,,,,,,,tenka,,29,,,,,,,,"Huh? I thought she showed me a smile earlier, but now she's\nsilent again." +74900 ,,,,,,,,,,tenka,,29,,,,,,,,Sigh... Was it just that one moment? +75000 ,,,,,,,,,,tenka,,29,,,,,,,,"In the end, nothing changed by coming here..." +75100 ,,,,,,,主人公,Kiyoshi,,tenka,,29,,,,,,,,...Shall we head home soon? +75200 ,,,,,,,甜花,Tenka,301_TC01a_t_024.wav,tenka,,27,,,,,,,,... +75300 ,,,,,,,,,,tenka,,27,,,,,,,,"Without replying, she nodded slightly." +75400 ,,,,,,,主人公,Kiyoshi,,tenka,,27,,,,,,,,Sigh... +75500 ,,,,,,,,,,tenka,,27,,,,,,,,"In the end, without saying anything more, we left Heon." +75600 ,,,0,9000,,,,,,,,,,,,,,,, +75800 ,@302_TC01b,,,,,,,,,,,,,,,,,,, +76100 ,,,8,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, we're here?" +76200 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_000.wav,"tenka,privateB",,0,,,,,,,,...Yeah. +76300 ,,,,,3210000,,,,,,,,,,,,,,,"Even though she replied, Tenka-chan shows no sign of getting\nout." +76400 ,,,,,3210000,,,,,,,,,,,,,,,"After watching that live performance, she's back to the same\nstate as this morning, no matter what I say." +76500 ,,,,,3210000,,,,,,,,,,,,,,,Hmm... What's going on? +76600 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, should I take you home?" +76700 ,,,,,3210000,,,,,,,,,,,,,,,"Well, personally, I'd like to avoid that." +76800 ,,,,,3210000,,,,,,,,,,,,,,,"After all, her parents are there, and I forced myself on her\nanally." +77000 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_001.wav,tenka,,0,,,,,,,,...No. +77100 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,I see... +77200 ,,,,,3210000,,,,,,,,,,,,,,,"Phew, that's a relief." +77300 ,,,,,3210000,,,,,,,,,,,,,,,"But then, why isn't she getting out of the car?" +77400 ,,,,,3210000,,,,,,,,,,,,,,,"Could it be... like last time, she's waiting for me to make\na move?" +77500 ,,,,,3210000,,,,,,,,,,,,,,,"Hehehe... If that's the case, this time I won't hold back\nand will enter her pussy as well." +77600 ,,,,,3210000,,,,,,,,,,,,,,,"With that hope in mind, maybe I should ask what she wants to\ndo." +77700 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan... you came because you had something to discuss\nwith me, right?" +77800 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_002.wav,tenka,,0,,,,,,,,... +77900 ,,,,,3210000,,,,,,,,,,,,,,,She nodded slightly. +78000 ,,,,,3210000,,,,,,,,,,,,,,,"Hmm, I hope it's something naughty." +78100 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"So, what is it that you wanted to talk about...?" +78200 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_003.wav,tenka,,0,,,,,,,,... +78300 ,,,,,3210000,,,,,,,,,,,,,,,"Tenka-chan remained silent, looking at her hands, but\neventually seemed to make up her mind and opened her mouth\nslightly." +78400 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_004.wav,tenka,,0,,,,,,,,...I want to be. +78500 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +78600 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_005.wav,tenka,,0,,,,,,,,...I... I really want to become an idol. +78700 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_006.wav,tenka,,0,,,,,,,,Today too... watching the live shows and photoshoots...\nthey're so cute. +78800 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_007.wav,tenka,,0,,,,,,,,I want to be... +78900 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,I see... +79000 ,,,,,3210010,,,,,,,,,,,,,,,"Oh, it's not something naughty. That's disappointing." +79100 ,,,,,3210010,,,,,,,,,,,,,,,"But, Tenka-chan finally started talking. I need to keep the\nconversation lively." +79200 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_008.wav,tenka,,0,,,,,,,,"So, ...I want to learn more about being an idol... but..." +79300 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"I see! That's right, you've come this far studying about\nidols!" +79400 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"If it's you, Tenka-chan, I'm sure you can become an idol if\nyou study!" +79500 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Actually, I wanted to surprise you, so I kept it a secret,\nbut I had an idol song made just for you, Tenka-chan. You\nknow, for practice!" +79600 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"I used to work at a regular company, so I have connections.\nI know a composer." +79700 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_009.wav,tenka,,0,,,,,,,,...Huh? +79800 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_010.wav,tenka,,0,,,,,,,,My song? ...R-Really!? +79900 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"It's true. When I talked about you, they wanted to try\nmaking one!" +80000 ,,,,,3210010,,,,,,,,,,,,,,,"That said, of course, I don't know any professionals." +80100 ,,,,,3210010,,,,,,,,,,,,,,,It's a friend who shares the same hobby as me. +80200 ,,,,,3210010,,,,,,,,,,,,,,,"He's apparently a somewhat famous amateur composer online,\nselling event CDs and such." +80300 ,,,,,3210010,,,,,,,,,,,,,,,"By the way, the shared hobby isn't music, but rather a\nliking for little girls." +80400 ,,,,,3210010,,,,,,,,,,,,,,,"So, he agreed to do it for free for Tenka- chan." +80500 ,,,,,3210010,,,,,,,,,,,,,,,"Well, I think he's expecting some kind of return, though." +80600 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_011.wav,tenka,,0,,,,,,,,...Wow. My song! +80700 ,,,,,3210000,,,,,,,,,,,,,,,"Her face lit up for a moment at those words, but she quickly\nlooked down and returned to a dejected expression." +80800 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,Aren't you happy? +80900 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_012.wav,tenka,,0,,,,,,,,"I'm happy. I'm happy, but..." +81000 ,,,,,3210000,,,,,,,,,,,,,,,...? +81100 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_013.wav,tenka,,0,,,,,,,,My butt... it really hurt... +81200 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_014.wav,tenka,,0,,,,,,,,It felt gross... +81300 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_015.wav,tenka,,0,,,,,,,,"The only one who replies properly on LIME is you, mister..." +81400 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_016.wav,tenka,,0,,,,,,,,But... +81500 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_017.wav,tenka,,0,,,,,,,,I don't want to be hurt... +81600 ,,,,,3210000,,,,,,,,,,,,,,,"So, you want to do it with your pussy! I get it, I get it!\nJust anal wasn't enough for you!" +81700 ,,,,,3210000,,,,,,,,,,,,,,,...That's not what she means. I can read the room that much. +81800 ,,,,,3210000,,,,,,,,,,,,,,,I need to answer her properly and motivate her. +81900 ,,,,,3210000,,,,,,,,,,,,,,,"Her desire to become an idol is genuine, and if she can, I\nwant to help her achieve it." +82000 ,,,,,3210000,,,,,,,,,,,,,,,"Besides, if she trusts me and gets motivated, I can do more\nthings under the guise of lessons." +82100 ,,,,,3210000,,,,,,,,,,,,,,,To motivate her... +82200 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... is it okay if I still remain your fan? +82300 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_018.wav,tenka,,0,,,,,,,,Huh? +82400 ,,,,,3210010,,,,,,,,,,,,,,,Something like this? +82500 ,,,,,3210010,,,,,,,,,,,,,,,"Having fans would boost her motivation, and for Tenka-chan,\nwho was utterly defeated in the general election, these\nwords would be encouraging." +82600 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,I've been a fan of Tenka-chan ever since she became the idol\nof the candy store... +82700 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"The other day, when you said you'd make me your 'boyfriend'\nfor 'practice,' I was over the moon." +82800 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,That's how much I love Tenka-chan. +82900 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_019.wav,tenka,,0,,,,,,,,Uh... yeah. +83000 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_020.wav,tenka,,0,,,,,,,,"But, like the other day... I really hated it..." +83100 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I understand that! I'm really sorry!" +83200 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"You know, if you became Sakurai-kun's girlfriend, wouldn't\nyou want to hold hands or have him pat your head?" +83300 ,,,,,3210000,,,,,,,,,,,,,,,"Tenka-chan looks down a bit, as if she's thinking." +83400 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_021.wav,tenka,,0,,,,,,,,Well... maybe a little. +83500 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"See? I'm Tenka-chan's biggest fan, so I couldn't hold back\non those feelings." +83600 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_022.wav,tenka,,0,,,,,,,,Biggest... fan? +83700 ,,,,,3210000,,,,,,,,,,,,,,,"When the word 'fan' was mentioned, she seemed to savor it as\nshe said it." +83800 ,,,,,3210000,,,,,,,,,,,,,,,"If I use this word as a breakthrough, it might work out." +83900 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, I'm member number one of the Tenka-chan fan\nclub, the world's biggest fan of Tenka-chan!" +84000 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,I've been a fan ever since you said you'd become the idol of\nthe candy store. +84100 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_023.wav,tenka,,0,,,,,,,,I think... I kind of get it. +84200 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"So, is it okay if I continue being Tenka- chan's fan like\nbefore? Of course, if you don't want that, I'll give up..." +84300 ,,,10,,3210000,,甜花,Tenka,302_TC01b_t_024.wav,tenka,,0,,,,,,,,"Yeah... well, it's fine. I'll let you stay my fan." +84400 ,,,,,3210000,,,,,,,,,,,,,,,Alright! It looks like I managed to keep my connection with\nTenka-chan! And it seems like I avoided any trouble with the\npolice too! +84500 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_025.wav,tenka,,0,,,,,,,,"But, having a boyfriend... that's a problem..." +84600 ,,,,,3210000,,,,,,,,,,,,,,,"Well, that's only natural." +84700 ,,,,,3210000,,,,,,,,,,,,,,,"After all, she lost her anal virginity because of the whole\nboyfriend thing." +84800 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,Of course. I'm just a fan of Tenka-chan! Just a fan! +84900 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_026.wav,tenka,,0,,,,,,,,If that's the case... it's fine. +85000 ,,,,,3210000,,,,,,,,,,,,,,,Phew... it seems like she's forgiven me about the anal thing\nfor now. +85100 ,,,,,3210000,,,,,,,,,,,,,,,But I can't be satisfied with just this. I want to keep\nplaying pranks on Tenka-chan in the future. +85200 ,,,,,3210000,,,,,,,,,,,,,,,"Like I said earlier, she looks happy every time she hears\nthe word 'fan', so if I keep pushing with words like that,\nit might work out." +85300 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,But... I want you to understand my feelings too. +85400 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_027.wav,tenka,,0,,,,,,,,Your feelings? +85500 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,I mean that I like Tenka-chan. +85600 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, I like you as a fan too, but I can't help but\nwish I could be your boyfriend, or that I could have sex\nwith you..." +85700 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Especially since you're so close by, Tenka- chan." +85800 ,,,,,3210000,,,,,,,,,,,,,,,"Hearing that, Tenka-chan's face, which had regained a bit of\na smile, tensed up again." +85900 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"O-Of course, I don't want to hurt you, Tenka-chan." +86000 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_028.wav,tenka,,0,,,,,,,,Y-Yeah. +86100 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"So, sometimes... could you give me some fan service?" +86200 ,*mem,,,,3210000,,,,,,,,,,,,,,, +86300 ,,,10,,3210000,,甜花,Tenka,302_TC01b_t_029.wav,tenka,,0,,,,,,,,Fan service? +86400 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, like showing me your panties." +86600 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_030.wav,tenka,,0,,,,,,,,Eh!? Panties!? +86700 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Is it not okay? If I can see Tenka-chan's panties, I can\nhold back my feelings for you." +86800 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_031.wav,tenka,,0,,,,,,,,"But, it's embarrassing..." +86900 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Please. I don't want to hurt you, Tenka- chan..." +87000 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_032.wav,tenka,,0,,,,,,,,"Uh, okay..." +87100 ,,,,,3210010,,,,,,,,,,,,,,,"It sounds like a cool line, but basically, he just wants\nsomething other than sex." +87200 ,,,,,3210010,,,,,,,,,,,,,,,Maybe just one more push. +87300 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Look, even when you're just being an idol, sometimes your\npanties might show." +87400 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_033.wav,tenka,,0,,,,,,,,"...Well, that might be true." +87500 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, if you worry about that, you can't dance or\nstrike good poses at photoshoots." +87600 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, idols sometimes show their panties on purpose. It's\nfan service!" +87700 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"So, showing your panties to your number one fan, me, isn't\nweird." +87800 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_034.wav,tenka,,0,,,,,,,,Hmm... +87900 ,,,,,3210010,,,,,,,,,,,,,,,Tenka-chan looked at me with a difficult expression. +88000 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_035.wav,tenka,,0,,,,,,,,You won't touch? +88100 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"I won't, I won't! You don't have to do anything you don't\nlike, Tenka-chan." +88200 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_036.wav,tenka,,0,,,,,,,,Hmm... +88300 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_037.wav,tenka,,0,,,,,,,,...Since you're my number one fan... I guess it can't be\nhelped? +88400 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_038.wav,tenka,,0,,,,,,,,"It's embarrassing, but... if it's just sometimes, it's okay." +88500 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, thank you!" +88600 ,,,,,3210010,,,,,,,,,,,,,,,Uoooooooh! +88700 ,,,,,3210010,,,,,,,,,,,,,,,I've managed to get a promise of service from such a cute\ngirl! +88800 ,,,,,3210010,,,,,,,,,,,,,,,I have to brag about this to everyone in the loli community\non SNS when I get home! +88900 ,,,,,3210010,,,,,,,,,,,,,,,Just thinking about what kind of service I'll get makes my\nheart race. +89000 ,,,,,3210010,,,,,,,,,,,,,,,And while I was thinking about that... +89100 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_039.wav,tenka,,0,,,,,,,,...! +89200 ,,,,,3210010,,,,,,,,,,,,,,,"Naturally, my crotch also got bigger." +89300 ,,,,,3210010,,,,,,,,,,,,,,,"But it's fine, Tenka-chan said she'd provide service, even\nhandling this." +89400 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, Tenka-chan. It's sudden, but... I can't hold back\nanymore. You said you'd provide service, right?" +89500 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_040.wav,tenka,,0,,,,,,,,Y-Yeah. I did say that... +89600 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_041.wav,tenka,,0,,,,,,,,"...But, it's weird to do it so suddenly. You should hold\nback a little too, mister." +89700 ,,,,,3210010,,,,,,,,,,,,,,,"Well, saying it and doing it are different, and it's sudden,\nI guess." +89800 ,,,,,3210010,,,,,,,,,,,,,,,But I'm not the kind of guy to back down over something like\nthat. +89900 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"But, I felt relieved and happy when Tenka- chan allowed it." +90000 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_042.wav,tenka,,0,,,,,,,,U... Uuu... +90100 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, I won't touch Tenka-chan. I'll just do it alone\nwhile looking at Tenka- chan's panties." +90200 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,I'll think about Tenka-chan and do my best alone! So please! +90300 ,,,,,3210010,,,,,,,,,,,,,,,"Tenka-chan looked at me shyly, glancing at my face." +90400 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_043.wav,tenka,,0,,,,,,,,"B-But, just a little. Just for a moment." +90500 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"At least until the baby juice comes out of my dick.\nOtherwise, I'll feel even more miserable." +90600 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_044.wav,tenka,,0,,,,,,,,...Uuu... +90700 ,,,,,3210010,,,,,,,,,,,,,,,Tenka-chan shyly reached for the zipper of her pants and\nslowly pulled it down. +90900 ,,,,,3210010,,,,,,,,,,,,,,,"Of course, she probably wasn't aware, but the way she teased\nwas an infuriating performance." +91000 ,,,,,3210060,,,,,,,,,,,,,,,"And as she lowered her pants, her cute panties were\nrevealed." +91100 ,,,,,3210060,,甜花,Tenka,302_TC01b_t_045.wav,tenka,,0,,,,,,,,...Ah... Uu... +91200 ,,,,,3210060,,甜花,Tenka,302_TC01b_t_046.wav,tenka,,0,,,,,,,,Uuu... It feels kind of breezy. +91300 ,,,,,3210060,,,,,,,,,,,,,,,"On the other hand, I could feel the heat and smell that had\nbeen trapped in her pants. It was a unique scent of a girl,\nlike a mix of sweat, pee, and body soap." +91400 ,,,,,3210020,,,,,,,,,,,,,,,"I also lowered my zipper, revealing my rock- hard dick." +91500 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_047.wav,tenka,,0,,,,,,,,!? +91600 ,,,,,3210020,,,,,,,,,,,,,,,My painfully erect dick twitched and convulsed repeatedly. +91700 ,,,,,3210020,,,,,,,,,,,,,,,"Even though it was my own, it seemed like it was about to\npounce on Tenka-chan." +91800 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"How about it, Tenka-chan? Can you see how much love for\nTenka-chan is stored up in this?" +91900 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_048.wav,tenka,,0,,,,,,,,...I-I don't know! +92000 ,,,,,3210020,,,,,,,,,,,,,,,"Though she was scared, she seemed to think it would be bad\nto look away, as she kept glancing at my dick." +92100 ,,,,,3210020,,,,,,,,,,,,,,,That look only fueled my excitement even more. +92200 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"Well then, I'll start." +92300 ,,,,,3210020,,,,,,,,,,,,,,,"Saying that, I placed my hand on my dick and began to stroke\nit up and down." +92400 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_049.wav,tenka,,0,,,,,,,,... +92500 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,...Haa... Haa! +92600 ,,,,,3210020,,,,,,,,,,,,,,,"Tenka-chan was staring at my dick with intense eyes.\nOccasionally, she would glance at my face." +92700 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_050.wav,tenka,,0,,,,,,,,D-Does it feel good? +92800 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,Y-Yeah. It's Tenka-chan's real panties. My hand moves more\nthan usual... Ugh! +92900 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_051.wav,tenka,,0,,,,,,,,I-Is that so...? It looks painful though... +93000 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"You've seen it before, right? Look, it feels good for an old\nman when he rubs this protruding part." +93100 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_052.wav,tenka,,0,,,,,,,,I don't know anything about that!! +93200 ,,,,,3210020,,,,,,,,,,,,,,,"When I tried to bring my dick closer to Tenka-chan, she\nfirmly refused." +93300 ,,,,,3210020,,,,,,,,,,,,,,,"However, even though I've seen her breasts, pussy, and ass,\nit's amazing how just panties can excite me." +93400 ,,,,,3210020,,,,,,,,,,,,,,,My crotch is also showing quite a reaction. +93500 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_053.wav,tenka,,0,,,,,,,,Mister... not yet...? +93600 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"Not yet. See, the white stuff hasn't come out yet, right?" +93700 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_054.wav,tenka,,0,,,,,,,,That's true... but it's already slippery. +93800 ,,,,,3210020,,,,,,,,,,,,,,,"Ah, she's talking about pre-cum." +93900 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it's coming out. This comes out as preparation before\nthe white stuff." +94000 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_055.wav,tenka,,0,,,,,,,,Then hurry up and let it out. +94100 ,,,,,3210020,,,,,,,,,,,,,,,"She's urging me, but it would be a waste to ejaculate so\neasily. I need to enjoy it more slowly." +94200 ,,,,,3210020,,,,,,,,,,,,,,,"Besides, Tenka-chan doesn't seem completely uninterested, as\nshe occasionally averts her eyes but doesn't stop staring at\nmy dick." +94300 ,,,,,3210020,,,,,,,,,,,,,,,Let's try escalating the demands a bit. +94400 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"Hey Tenka-chan, can I see your breasts too?" +94500 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_056.wav,tenka,,0,,,,,,,,E-Eh!? My breasts? We promised just the panties... +94600 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"I know, but just the panties don't seem to be enough for me\nto finish. It's embarrassing to keep showing just the\npanties, right?" +94700 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_057.wav,tenka,,0,,,,,,,,"Y-Yeah, but..." +94800 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, I can't forget the sight of Tenka- chan's breasts\nfrom the other day. They were so cute." +94900 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"Please, to finish quickly!" +95000 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_058.wav,tenka,,0,,,,,,,,"Ugh... ugh... really, make it quick, okay?" +95200 ,,,,,3210030,,,,,,,,,,,,,,,"Tenka-chan said that and lifted her clothes, revealing the\nsmall pink protrusions." +95300 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_059.wav,tenka,,0,,,,,,,,...It's embarrassing. +95400 ,,,,,3210030,,,,,,,,,,,,,,,"Ohhhhh! Tenka-chan's breasts! I've seen them a few times,\nbut this might be the first time she's willingly showing\nthem to me!" +95500 ,,,,,3210030,,,,,,,,,,,,,,,"My crotch also jumped up, and pre-cum dripped down." +95600 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_060.wav,tenka,,0,,,,,,,,"Ah, ugh..." +95700 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, you want to finish quickly, right? Where do you\nthink I should rub?" +95800 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_061.wav,tenka,,0,,,,,,,,"Ugh... I don't know... I don't know, but... that protruding\npart." +95900 ,,,,,3210030,,,,,,,,,,,,,,,"Even with such an outrageous question, the earnest Tenka-\nchan reluctantly answered." +96000 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,Here? This part is called the glans. It does feel good here. +96100 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_062.wav,tenka,,0,,,,,,,,"Then, then rub there!" +96200 ,,,,,3210030,,,,,,,,,,,,,,,"Yeah, being ordered by Tenka-chan while doing it is really\nnice." +96300 ,,,,,3210030,,,,,,,,,,,,,,,"Moreover, she's doing it reluctantly while being\nembarrassed, which is exciting." +96400 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'll do that." +96500 ,,,,,3210030,,,,,,,,,,,,,,,Squeeze... squeeze... squeeze. Slowly moving my right hand\nback and forth around the glans. +96600 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_063.wav,tenka,,0,,,,,,,,"M-More quickly! Otherwise, you won't finish!" +96700 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,It's difficult. +96800 ,,,,,3210030,,,,,,,,,,,,,,,"Squeeze, squeeze, squeeze." +96900 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,How about like this? +97000 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_064.wav,tenka,,0,,,,,,,,"I-I don't know... but it's twitching, so I think it's good." +97100 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_065.wav,tenka,,0,,,,,,,,"But earlier, it was making a lot of squishy sounds... so\nmaybe doing it like that is better." +97200 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,How strong should I grip it? +97300 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_066.wav,tenka,,0,,,,,,,,"Eh? ...Um, tightly." +97400 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, I don't really get it. Tenka-chan, could you try\ngripping it a little?" +97500 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_067.wav,tenka,,0,,,,,,,,N-No! That's not allowed! +97600 ,,,,,3210030,,,,,,,,,,,,,,,Hmm... I guess she won't go that far. +97700 ,,,,,3210030,,,,,,,,,,,,,,,"But seeing her like this, I feel like she might do it if I\ntry hard enough, so maybe I'll change my approach." +97800 ,,,,,3210030,,,,,,,,,,,,,,,"Let's try making an unreasonable request first, then lower\nthe bar from there." +97900 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, that was too much, right? I apologize." +98000 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_068.wav,tenka,,0,,,,,,,,Yeah... +98100 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,But it's true that the stimulation is a bit lacking. +98200 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_069.wav,tenka,,0,,,,,,,,R-Really? +98300 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"So, can I rub it a little with your panties or breasts,\nTenka-chan?" +98400 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_070.wav,tenka,,0,,,,,,,,Huh? ...N-No! You said you'd just look! +98500 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,But I'm almost there. If I can't finish here... I might not\nbe able to hold back. +98600 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_071.wav,tenka,,0,,,,,,,,B-But! You absolutely can't touch! +98700 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"If not your panties or breasts, then maybe your thighs, or\neven your hand would be fine?" +98800 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_072.wav,tenka,,0,,,,,,,,"No, no, no, no! That's not what we agreed on!" +98900 ,,,,,3210030,,,,,,,,,,,,,,,"Considering what happened before, she probably has a strong\naversion to me touching her." +99000 ,,,,,3210030,,,,,,,,,,,,,,,"But well, that's part of the plan..." +99100 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"Then, how about you touch it, Tenka-chan? That would be\nokay, right?" +99200 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_073.wav,tenka,,0,,,,,,,,Huh!? ...B-But +99300 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"You don't want me to touch it, right?" +99400 ,,,,,3210030,,,,,,,,,,,,,,,She nods slightly. +99500 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"Then please touch it. I really want to feel your skin,\nTenka-chan. I can't hold back anymore." +99600 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"If I can't hold back and end up losing my job as a fan, I\nwon't be able to give you the song. Please." +99700 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_074.wav,tenka,,0,,,,,,,,... +99800 ,,,,,3210030,,,,,,,,,,,,,,,"Surely, Tenka-chan is thinking this." +99900 ,,,,,3210030,,,,,,,,,,,,,,,"If things stay like this, the old man might do something\nweird to my butt again if he can't hold back. If that\nhappens, I won't get the song." +100000 ,,,,,3210030,,,,,,,,,,,,,,,"So, should I let him touch? But it's scary if he touches me\nhowever he wants." +100100 ,,,,,3210030,,,,,,,,,,,,,,,"Then maybe it's better if I touch him myself? It's not as\nscary if I do it, and I'll get the song." +100200 ,,,,,3210030,,,,,,,,,,,,,,,And as a result. +100300 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_075.wav,tenka,,0,,,,,,,,O-Okay. I'll touch it. +100400 ,,,,,3210030,,,,,,,,,,,,,,,Alright! Just as I expected! +100500 ,,,,,3210030,,,,,,,,,,,,,,,"In the end, Tenka-chan ended up holding my cock." +100700 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_076.wav,tenka,,0,,,,,,,,W-Wow... Ugh... It's twitching! +100800 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,Whoa! +100900 ,,,,,3210040,,,,,,,,,,,,,,,A damp hand timidly rests on my cock. +101000 ,,,,,3210040,,,,,,,,,,,,,,,"Wow! It's soft, yet hot, and feels even better than I\nimagined!" +101100 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,C-Can you make it feel good like that? +101200 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_077.wav,tenka,,0,,,,,,,,M-Make it feel good... I don't really know how. +101300 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"You know, just like you were telling me earlier, Tenka-chan." +101400 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_078.wav,tenka,,0,,,,,,,,...... +101500 ,,,,,3210040,,,,,,,,,,,,,,,"With that, Tenka-chan began to slowly caress the head of my\nnow hard cock with her whole palm." +101600 ,,,,,3210040,,,,,,,,,,,,,,,As expected of the diligent Tenka-chan. She remembered the\nspot that feels good. +101700 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh! Yes, that feels good!" +101800 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_079.wav,tenka,,0,,,,,,,,"I-Is that so? If that's the case, then... Haa... nnn, nnn,\nnnn, nn." +101900 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_080.wav,tenka,,0,,,,,,,,"Ah... Right, I should go a bit faster... right?" +102000 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,Y-Yeah. Could you please? +102100 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_081.wav,tenka,,0,,,,,,,,"...In return, finish quickly." +102200 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_082.wav,tenka,,0,,,,,,,,"Nn... nuh, kuh, kuh, haa, fuh." +102300 ,,,,,3210040,,,,,,,,,,,,,,,"Letting out a groaning voice, Tenka-chan increased her\nspeed." +102400 ,,,,,3210040,,,,,,,,,,,,,,,"This is bad, her small hand is squeezing and moving back and\nforth on the head of my cock." +102500 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_083.wav,tenka,,0,,,,,,,,Ah... also... +102600 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa!? Tenka-chan, that's the urethra, so not too hard\nthere." +102700 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_084.wav,tenka,,0,,,,,,,,"Urethra? I don't know, but there was some slippery stuff\ncoming out from here..." +102800 ,,,,,3210040,,,,,,,,,,,,,,,"Ah, she dutifully touched the precum to make the squishy\nsound just like I had her do earlier." +102900 ,,,,,3210040,,,,,,,,,,,,,,,Ugh... you're touching that spot on purpose. I feel like I'm\ngoing to come just from that. +103000 ,,,,,3210040,,,,,,,,,,,,,,,"Then again, she spreads it from the head to the ridge,\ngripping and rubbing it." +103100 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_085.wav,tenka,,0,,,,,,,,"Ah, kuh, ha, nuh, fuh, huu... Uncle's... kuh, it's making\nsquishy sounds." +103200 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"Ahaha! It feels good, Tenka-chan." +103300 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_086.wav,tenka,,0,,,,,,,,Ugh... if it feels good... hurry up. It's embarrassing... +103400 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, just a little more! I'm almost there!" +103500 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_087.wav,tenka,,0,,,,,,,,Hurry up. Hurry and let it out... +103600 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_088.wav,tenka,,0,,,,,,,,"Haa, nuh, fuu, nuh, kuh... ah, it slipped." +103700 ,,,,,3210040,,,,,,,,,,,,,,,"Her warm hand, slick with my precum, moves up and down the\nridge repeatedly, sometimes slipping and stimulating the\nwhole shaft and head." +103800 ,,,,,3210040,,,,,,,,,,,,,,,"It's completely different from my own hand. Even though it's\nthe same structure... just because it's a beautiful girl's\nhand, it feels this good." +103900 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"I-I'm reaching my limit, Tenka-chan! It's okay! It feels\namazing!" +104000 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_089.wav,tenka,,0,,,,,,,,"Ugh! Nuh, nuh, nuh, nuh! Haa haa... l-like this? Is this how\nI should do it?" +104100 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah! Ahh! Ahh...! It feels good! I'm going to come! It's\ngetting dangerous! +104200 ,,,,,3210040,,,,,,,,,,,,,,,"In Tenka-chan's hand, it's getting hotter, harder, and feels\nlike it's about to burst more than before." +104300 ,,,,,3210040,,,,,,,,,,,,,,,It's throbbing... this is bad! +104400 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_090.wav,tenka,,0,,,,,,,,Faa... faa... fuu...! Ha! ...Nuh! +104500 ,,,,,3210040,,,,,,,,,,,,,,,"Is Tenka-chan getting excited while rubbing me? Or is she\nsimply getting tired from this task, her breathing is\ngetting heavy." +104600 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_091.wav,tenka,,0,,,,,,,,"It's... amazing... It's hot and twitching...! Haa... haa...\nhaa...! Kuh... fuh, nuh, fuu..." +104700 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,Faaa... Te-Tenka-chan! +104800 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_092.wav,tenka,,0,,,,,,,,Your cock is twitching more than before... fuu... nfu! +104900 ,,,,,3210040,,,,,,,,,,,,,,,I feel something rising from my balls... squeezing up. +105000 ,,,,,3210040,,,,,,,,,,,,,,,Th-this is reaching the limit. +105100 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"I-I'm done! I'm going to come, Tenka-chan! I'm going to come\nwith your hand, Tenka- chan...! Squeeze it tighter!" +105200 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_093.wav,tenka,,0,,,,,,,,Haa... haa... n. ...I-I don't know but... u... uuuu~~~~~ +105300 ,,,,,3210040,,,,,,,,,,,,,,,"Responding to my words, Tenka-chan tightly grips my cock and\nmoves her hand up and down vigorously." +105400 ,,,,,3210040,,,,,,,,,,,,,,,Ugh! The sperm is moving from my balls to the base of my\ncock...! +105500 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,Kuaaaaaah! Te-Tenka-chan! Tenka-chan! +105600 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_094.wav,tenka,,0,,,,,,,,Uu! ...Uu! Uuuuu~~~~~~! +105700 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,Kuaaaaaaaaaah! +105900 ,,,,,3210050,,,,,,,,,,,,,,,It's coming out! It's coming out! It won't stop! It's still\ncoming...! +106000 ,,,,,3210050,,甜花,Tenka,302_TC01b_t_095.wav,tenka,,0,,,,,,,,Fwaa!? S-something's coming out! +106100 ,,,,,3210050,,,,,,,,,,,,,,,The semen that shot out from the tip of my shaft attacks\nTenka-chan's thigh with force! +106200 ,,,,,3210050,,甜花,Tenka,302_TC01b_t_096.wav,tenka,,0,,,,,,,,Yaaaaah! It's hot! It's sticky... it feels gross. +106300 ,,,,,3210050,,主人公,Kiyoshi,,,,,,,,,,,,Ugh! +106400 ,,,,,3210050,,,,,,,,,,,,,,,"Hearing Tenka-chan say it feels gross, the sense of guilt\nfrom ejaculating on her makes it impossible to stop." +106500 ,,,,,3210050,,甜花,Tenka,302_TC01b_t_097.wav,tenka,,0,,,,,,,,"No! Stop it, uncle, stop the white stuff!" +106600 ,,,,,3210050,,,,,,,,,,,,,,,"Even as she says this, Tenka-chan doesn't know if she should\nlet go, so she keeps holding and rubbing my cock." +106700 ,,,,,3210050,,主人公,Kiyoshi,,,,,,,,,,,,It's still coming out! +106800 ,,,,,3210050,,甜花,Tenka,302_TC01b_t_098.wav,tenka,,0,,,,,,,,"Fwaa! Auuuuuuuu~! Uncle, enough already!" +106900 ,,,,,3210050,,,,,,,,,,,,,,,"The shaft keeps bouncing up, spurting out what was stored\ninside." +107000 ,,,,,3210050,,甜花,Tenka,302_TC01b_t_099.wav,tenka,,0,,,,,,,,Ugh... my thigh is hot... it got on my panties a little... +107100 ,,,,,3210050,,主人公,Kiyoshi,,,,,,,,,,,,"Phew... ha. That felt good, Tenka-chan." +107200 ,,,,,3210050,,甜花,Tenka,302_TC01b_t_100.wav,tenka,,0,,,,,,,,...Ugh... it was embarrassing... +107400 ,$event_return,,,,,,,,,,,,,,,,,,, +107500 ,,,8,11,,,主人公,Kiyoshi,,,,,,,,,,,,"No, it felt really good. Thank you, Tenka- chan." +107600 ,,,,,,,甜花,Tenka,302_TC01b_t_101.wav,"tenka,privateB",,13,,,,,,,,...Yeah. +107700 ,,,,,,,,,,tenka,,13,,,,,,,,She doesn't look entirely convinced. +107800 ,,,,,,,,,,tenka,,13,,,,,,,,But that reluctant expression is exciting in its own way. +107900 ,,,,,,,甜花,Tenka,302_TC01b_t_102.wav,tenka,,33,,,,,,,,Um... did I do the service properly? +108000 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Yeah, thank you. I definitely want to stay a fan of yours,\nTenka-chan." +108100 ,,,,,,,甜花,Tenka,302_TC01b_t_103.wav,tenka,,26,,,,,,,,Is that so... +108200 ,,,,,,,,,,tenka,,26,,,,,,,,"Her response is curt, but she doesn't seem entirely\ndispleased." +108300 ,,,,,,,甜花,Tenka,302_TC01b_t_104.wav,tenka,,13,,,,,,,,W-well then. I'm going home today. +108400 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Okay. Be careful on your way back, there might be some\nweirdos out there." +108500 ,,,,,,,甜花,Tenka,302_TC01b_t_105.wav,tenka,,16,,,,,,,,"I don't think there are many people weirder than you, uncle." +108600 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,Ugh... that's harsh. +108700 ,,,,,,,,,,tenka,,16,,,,,,,,"But well, she's probably right." +108800 ,,,,,,,甜花,Tenka,302_TC01b_t_106.wav,tenka,,0,,,,,,,,Let me know when the song comes out. +108900 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,"Yeah, I'll contact you right away. As a fan, I can't wait to\nsee you sing and dance, Tenka-chan." +109000 ,,,,,,,甜花,Tenka,302_TC01b_t_107.wav,tenka,,33,,,,,,,,"Ah, thank you, uncle." +109100 ,,,,,,,,,,,,,,,,,,,,"With that, Tenka-chan waved lightly and ran off, saying\n""bye-bye"" as she went." +109200 ,,,,,,,,,,,,,,,,,,,,"I don't really picture her running, but she's probably\nexcited about the future and all sorts of things." +109300 ,,,,,,,,,,,,,,,,,,,,...I'm looking forward to a lot of things too. +109400 ,,,,,,,,,,,,,,,,,,,,"Anyway, I've managed to repair my relationship with Tenka-\nchan, and it seems like I can continue with my pranks... no,\nI might even be able to go harder." +109500 ,,,,,,,,,,,,,,,,,,,,...I'm looking forward to what's to come. +109600 ,,,0,9000,,,,,,,,,,,,,,,, +109700 ,@303_TC02a,,,,,,,,,,,,,,,,,,, +110000 ,,,15,33,,,主人公,Kiyoshi,,,,,,,,,,,,Hmm... I wonder if it's time for some service? +110100 ,,,,,,,,,,,,,,,,,,,,A few days have passed since I made up with Tenka-chan. +110200 ,,,,,,,,,,,,,,,,,,,,"In the end, after she gave me a handjob that day, I haven't\nbeen able to bring myself to ask for more service." +110300 ,,,,,,,,,,,,,,,,,,,,"Well, just remembering the feel of her hand and the panties\nshe showed me is enough to get off, and I've been getting\noff quite a bit to the micro bikini videos too." +110400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I think it's about time for something new. +110500 ,,,,,,,,,,,,,,,,,,,,I should have asked her to show me her pussy or ass instead\nof just her panties back then. +110600 ,,,,,,,,,,,,,,,,,,,,Maybe I should ask... +110700 ,,,,,,,,,,,,,,,,,,,,"But if I rush it, she might end up hating me again." +110800 ,,,,,,,,,,,,,,,,,,,,Hmm... maybe I should use a lesson as an excuse to make her\ndo something naughty. +110900 ,,,,,,,,,,,,,,,,,,,,"Since she eventually forgave me for forcing it into her ass,\nI think I can manage this much." +111000 ,,,,,,,,,,,,,,,,,,,,"But still, she might be a bit suspicious of me." +111100 ,,,,,,,,,,,,,,,,,,,,I wish there was something that could make Tenka-chan\nhappy... +111200 ,,,,,,,,,,,,,,,,,,,,As I was thinking about that. +111400 ,,,,,,,,,,,,,,,,,,,,---Ping +111500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hm? +111600 ,,,,,,,,,,,,,,,,,,,,It seems like an email has arrived on the PC. +111700 ,,,,,,,,,,,,,,,,,,,,"Hmm, let's see? Oh! This address is from a fellow lolicon\nfriend!" +111800 ,,,,,,,,,,,,,,,,,,,,Let's see... +111900 ,,,,,,,,,,,,,,,,,,,,"'Protagonist-san, thank you for waiting. The song you\nrequested is finished, so I'm sending it to you.'" +112000 ,,,,,,,,,,,,,,,,,,,,"Ah, it's the song I asked for about Tenka- chan the other\nday." +112100 ,,,,,,,,,,,,,,,,,,,,They're really quick with their work. After all... +112200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you. I'll make sure to properly thank you, so look\nforward to it. Or rather, maybe it'll be more like having\nyou cooperate with me? ...And send." +112300 ,,,,,,,,,,,,,,,,,,,,"'Yes, of course. I'm looking forward to it... If it's that\nkind of cooperation, I'll do it until I'm completely\nexhausted (lol).'" +112400 ,,,,,,,,,,,,,,,,,,,,"...Well, with a promise like that, it's no wonder they're\nenthusiastic." +112500 ,,,,,,,,,,,,,,,,,,,,"I need to give him something beneficial in some way too.\n...Now, what should I have him do?" +112600 ,,,,,,,,,,,,,,,,,,,,"Well, in any case, it'll be after I've had my fun." +112700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Now then. +112800 ,,,,,,,,,,,,,,,,,,,,"Still, it came at a good time." +112900 ,,,,,,,,,,,,,,,,,,,,"With Tenka-chan's new song... she'll be in a good mood for a\nwhile, and she'll probably listen to what I say." +113000 ,,,,,,,,,,,,,,,,,,,,I might be able to do various things under the guise of a\nlesson... +113100 ,,,,,9000020,,,,,,,,,,,,,,,"Let's inform her on LIME right away. Hmm, 'The song we\ntalked about before is done!'" +113200 ,,,,,9000020,,,,,,,,,,,,,,,I hope she'll be happy. +113300 ,,,,,9000000,,,,,,,,,,,,,,,"Oh! A quick reply, 'Really! Really!?' I can feel her jumping\nfor joy just from the text." +113400 ,,,,,9000000,,,,,,,,,,,,,,,"'Yes, it's true. Will you come tomorrow?' I send, and she\nreplies, 'Yes! I'll definitely come! You have to be at the\nshop!'" +113500 ,,,,,9000000,,,,,,,,,,,,,,,"As I think of replying 'Okay, okay,' messages come in rapid\nsuccession: 'What kind of song is it?' 'What time will the\nshop open tomorrow?' 'Should I bring anything?'" +113600 ,,,,,9000000,,,,,,,,,,,,,,,"Hmm, she's really excited. She must be really happy." +113700 ,,,,,9000000,,,,,,,,,,,,,,,"Well, I calmly send, 'Calm down, Tenka-chan. I'll open the\nshop when you arrive.'" +113800 ,,,,,9000000,,,,,,,,,,,,,,,"Then a quick reply, 'Thank you! I'm glad I trusted you,\nmister!'" +113900 ,,,,,9000000,,,,,,,,,,,,,,,"Wow! To hear something like that, it's an unimaginable\nstatement from just a few days ago! I think it's safe to say\nI've regained her trust!" +114000 ,,,,,9000000,,,,,,,,,,,,,,,"But I shouldn't get carried away. I want to build more\ntrust, so I send, 'Let's listen to the song together when\nyou come. I want you to be the first to hear it.'" +114100 ,,,,,9000000,,,,,,,,,,,,,,,"Of course, I'll listen to it before she arrives. When we\nlisten together for the first time, I'll give some\ninsightful comments and show off my skills." +114200 ,,,,,9000000,,,,,,,,,,,,,,,"'Thank you so much, mister! Please keep helping me from now\non.' How cute." +114300 ,,,,,9000000,,,,,,,,,,,,,,,"Well, I should wrap this up soon, or it'll affect tomorrow.\nI send, 'Maybe you should get some sleep now?'" +114400 ,,,,,9000000,,,,,,,,,,,,,,,"But the response is, 'Eh? I'm too excited to sleep.'" +114500 ,,,,,9000000,,,,,,,,,,,,,,,"It can't be helped. 'Managing your health is an important\npart of being an idol. You have tomorrow too, so listen to\nwhat I say.' Then, 'You're right. Goodnight then.'" +114600 ,,,,,9000000,,,,,,,,,,,,,,,"I also send, 'Goodnight,' and close LIME." +114700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, this should be fine for a while." +114800 ,,,,,,,,,,,,,,,,,,,,"However... speaking of health management, being able to\ncontrol even her bedtime..." +114900 ,,,,,,,,,,,,,,,,,,,,"With this, I could have her drink semen because it's\nnutritious, or say holding it in is bad for her health and\nmake her pee... I can do all sorts of things!" +115000 ,,,,,,,,,,,,,,,,,,,,I'm looking forward to it! +115100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... thinking about that is getting me all worked up. +115200 ,,,,,,,,,,,,,,,,,,,,What should I do? Should I relieve myself? But there might\nbe various things with Tenka- chan tomorrow. It wouldn't do\nif I'm not energetic then. +115300 ,,,,,,,,,,,,,,,,,,,,"Besides, I need to listen to the song to give my opinion,\nand I should watch junior idol DVDs to be able to talk about\nchoreography..." +115400 ,,,91,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll imagine Tenka-chan dancing to the song and\nrelieve myself just once." +115500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"For now, Tenka-chan's song is..." +115700 ,,,,,,,,,,,,,,,,,,,,"In the end, I relieved myself twice thinking of Tenka-chan\nand once with the junior idols, making it three times in\ntotal as the night went on." +115800 ,,,0,9000,,,,,,,,,,,,,,,, +116000 ,@304_TC02b,,,,,,,,,,,,,,,,,,, +116400 ,,,4,31,,,甜花,Tenka,304_TC02b_t_000.wav,"tenka,privateC",,4,,,,,,,,... +116600 ,,,,,,,,,,tenka,,4,,,,,,,,"And the next day, Tenka-chan came to the candy store looking\nexcited." +116700 ,,,,,,,,,,tenka,,4,,,,,,,,"She seemed to be in quite a hurry, as there were crumbs from\nwhat seemed to be her breakfast bread on her clothes...\nwhich was unusual for Tenka-chan, who usually pays attention\nto her appearance and fashion." +116800 ,,,,,,,,,,tenka,,4,,,,,,,,"For now, under the pretense of brushing them off, I touched\nher chest and butt, but she just thanked me without any\nconcern..." +116900 ,,,,,,,,,,tenka,,4,,,,,,,,Hmm... sexual harassment isn't fun unless they show some\nkind of displeasure. +117100 ,,,,,,,,,,tenka,,4,,,,,,,,"Well, without paying any mind to my actions, she requested\nto hear the song quickly, so I played it for her." +117200 ,,,,,,,,,,tenka,,4,,,,,,,,And this was her reaction. +117300 ,,,,,,,甜花,Tenka,304_TC02b_t_001.wav,tenka,,32,,,,,,,,...Amazing. +117400 ,,,,,,,,,,tenka,,32,,,,,,,,"After listening to the song, Tenka-chan was just stunned and\nlooked at me." +117500 ,,,,,,,甜花,Tenka,304_TC02b_t_002.wav,tenka,,32,,,,,,,,Is this really my song? +117600 ,,,,,,,主人公,Kiyoshi,,tenka,,32,,,,,,,,"Yes, it's true." +117700 ,,,,,,,甜花,Tenka,304_TC02b_t_003.wav,tenka,,30,,,,,,,,R-Really really? +117800 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"It's true. It's a song made just for you, Tenka-chan." +117900 ,,,,,,,,,,tenka,,30,,,,,,,,Her eyes sparkled. +118000 ,,,,,,,甜花,Tenka,304_TC02b_t_004.wav,"tenkaL,privateC",,1,,,,,,,,A-Amazing! My song sounds like something on TV! +118100 ,,,,,,,,,,tenkaL,,1,,,,,,,,"It seems like she's trying to express how amazing the song\nis with all her vocabulary, and it's quite endearing." +118200 ,,,,,,,甜花,Tenka,304_TC02b_t_005.wav,tenkaL,,21,,,,,,,,It's really an idol's song! +118300 ,,,,,,,,,,tenkaL,,21,,,,,,,,"Yeah, she's so cute. It's a side of her she doesn't usually\nshow." +118400 ,,,,,,,,,,tenkaL,,21,,,,,,,,"Seeing such a cute side of her makes me look forward to\nfuture services. She's so happy, there's no way I could\nrefuse." +118500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,Do you like it? +118600 ,,,,,,,甜花,Tenka,304_TC02b_t_006.wav,tenkaL,,1,,,,,,,,Yeah! A lot! +118700 ,,,,,,,甜花,Tenka,304_TC02b_t_007.wav,tenkaL,,21,,,,,,,,I didn't expect something so proper to come. I thought you\nlooked kind of lame and wondered if you really understood\nidols. +118800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,"That's a harsh thing to say~. I'm actually really\nknowledgeable about idols, you know?" +118900 ,,,,,,,,,,tenkaL,,21,,,,,,,,"As expected of my little friend. Even though he's not a\nprofessional, he seems to understand idol songs well enough\nto capture Tenka-chan's heart." +119000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,"Well, I tried my best for Tenka-chan. Though it was my\nfriend who made it." +119100 ,,,,,,,甜花,Tenka,304_TC02b_t_008.wav,tenkaL,,3,,,,,,,,"So, it was your friend who tried hard, right?" +119200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,3,,,,,,,,I guess so? +119300 ,,,,,,,甜花,Tenka,304_TC02b_t_009.wav,tenkaL,,1,,,,,,,,"But... um... thank you too, mister." +119400 ,,,,,,,,,,tenkaL,,1,,,,,,,,Oh? Her cheeks are a bit flushed. +119500 ,,,,,,,,,,tenkaL,,1,,,,,,,,"Now, let's give some opinions to gain more trust." +119600 ,,,,,,,主人公,Kiyoshi,,tenkaL,,0,,,,,,,,"Now that we have the song, let's think about future plans\nand prospects, shall we?" +119700 ,,,,,,,甜花,Tenka,304_TC02b_t_010.wav,tenkaL,,23,,,,,,,,Prospects? +119800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,23,,,,,,,,"Yeah, what we'll do from now on. After listening to this\nsong, I kind of got an idea of how to produce Tenka-chan." +119900 ,,,,,,,甜花,Tenka,304_TC02b_t_011.wav,tenkaL,,24,,,,,,,,R-Really? You can see that after just one listen? +120000 ,,,,,,,,,,tenkaL,,24,,,,,,,,"Of course, I listened to it many times last night and formed\nsome plausible opinions." +120100 ,,,,,,,,,,tenkaL,,24,,,,,,,,"Well, the content is about how to gain trust and how to\nsteer things in a lewd direction." +120200 ,,,,,,,甜花,Tenka,304_TC02b_t_012.wav,tenkaL,,3,,,,,,,,"So, what are my prospects?" +120300 ,,,,,,,甜花,Tenka,304_TC02b_t_013.wav,tenkaL,,1,,,,,,,,Oh! Are we going to post again? Then I need to learn the\nsong quickly and film myself dancing. +120400 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Wait, wait, that's for later." +120500 ,,,,,,,甜花,Tenka,304_TC02b_t_014.wav,tenkaL,,3,,,,,,,,O-Okay. +120800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,3,,,,,,,,"I think this song will have a lively choreography with lots\nof jumping and bouncing. Like last time, your panties might\nshow. Are you okay with that?" +120900 ,,,,,,,甜花,Tenka,304_TC02b_t_165.wav,tenkaL,,12,,,,,,,,"W-Well, it's not really okay... but I want to sing this\nsong, so it's fine." +121000 ,,,,,,,甜花,Tenka,304_TC02b_t_166.wav,tenkaL,,11,,,,,,,,"P-Panties... for an idol, that's normal." +121100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,11,,,,,,,,There might be even naughtier things. I might touch your\nbreasts or butt during choreography practice. +121300 ,,,,,,,甜花,Tenka,304_TC02b_t_015.wav,tenkaL,,33,,,,,,,,"Eh? Ugh... but this is my song, so I'll do my best!" +121400 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Alright! Hehe, even with such questions, she doesn't back\ndown. I can keep this going for a while." +121500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,"Okay, I understand your determination, Tenka-chan. This song\nis yours!" +121600 ,,,,,,,甜花,Tenka,304_TC02b_t_016.wav,tenkaL,,1,,,,,,,,Yay! It's my song! My song! +121700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Yes, yes, I'm glad you're happy. The person who provided the\nsong will be very pleased too." +121800 ,,,,,,,甜花,Tenka,304_TC02b_t_017.wav,tenkaL,,4,,,,,,,,Song provider... it really feels like I'm an idol! +121900 ,,,,,,,甜花,Tenka,304_TC02b_t_018.wav,tenkaL,,1,,,,,,,,"I'm so happy! Thank you, mister!" +122000 ,,,,,,,,,,tenkaL,,1,,,,,,,,"A real idol, huh. I want to let her experience as much of\nthat as possible... including pillow business, of course." +122100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,Then let's start practicing the choreography right away? +122200 ,,,,,,,甜花,Tenka,304_TC02b_t_019.wav,tenkaL,,24,,,,,,,,"It's already done!? You're amazing, mister!" +122300 ,,,,,,,主人公,Kiyoshi,,tenkaL,,24,,,,,,,,"Well, I'm Tenka-chan's biggest fan. I'm always thinking\nabout you." +122400 ,,,,,,,,,,tenkaL,,24,,,,,,,,"Actually, I thought about it last night." +122500 ,,,,,,,甜花,Tenka,304_TC02b_t_020.wav,tenkaL,,21,,,,,,,,"Yeah, even if I become a great idol, I won't forget about\nyou." +122600 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,"Haha, please do." +122700 ,,,,,,,,,,tenkaL,,21,,,,,,,,"Well, it's hard to forget a guy who did things like anal or\nmade her give handjobs and peeped on her peeing." +122800 ,,,,,,,,,,tenkaL,,21,,,,,,,,And I plan to do even more unforgettable things from now on.\nHehe. +123100 ,,,91,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,Lift your legs higher! +123200 ,,,,,3130000,,甜花,Tenka,304_TC02b_t_021.wav,tenka,,0,,,,,,,,O-Okay! +123300 ,,,,,3130000,,,,,,,,,,,,,,,"As Tenka-chan dances, she shyly lifts her legs high,\nrevealing her sweaty thighs and panties." +123400 ,,,,,3130000,,,,,,,,,,,,,,,"Whoa! The heat and sweat that must have been trapped under\nher skirt reach me, and I can't stop getting excited!" +123500 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,Let's try singing with a bigger smile and louder voice. Can\nyou do it? +123600 ,,,,,3130000,,甜花,Tenka,304_TC02b_t_022.wav,tenka,,0,,,,,,,,I-I'll try. +123700 ,,,,,3130000,,,,,,,,,,,,,,,"Tenka-chan is panting heavily, sweating all over, and her\nvoice is slurred." +123800 ,,,,,3130000,,,,,,,,,,,,,,,"Of course, you can't help but imagine such things." +123900 ,,,,,3130000,,,,,,,,,,,,,,,"Plus, her panties are wet and sticking to her from the\nsweat, making the outline clear... Whoa!" +124100 ,,,4,11,,,甜花,Tenka,304_TC02b_t_023.wav,tenkaL,,27,,,,,,,,Mister. +124200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,27,,,,,,,,W-Whoa!? What is it? +124300 ,,,,,,,甜花,Tenka,304_TC02b_t_024.wav,tenka,,7,,,,,,,,Is this movement okay like this? +124400 ,,,,,,,,,,,,,,,,,,,,"With an innocent smile directed at me, Tenka- chan cutely\nspins around." +124500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it's good. The spin shows the back of your panties\nclearly, and it gives off a lively vibe." +124600 ,,,,,,,甜花,Tenka,304_TC02b_t_025.wav,tenka,,4,,,,,,,,"Yeah, thank... Whoa! No, no! I'm not showing it on purpose!" +124700 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,You can't be embarrassed! +124800 ,,,,,,,甜花,Tenka,304_TC02b_t_026.wav,tenka,,33,,,,,,,,Ugh... O-Okay. +124900 ,,,,,,,甜花,Tenka,304_TC02b_t_027.wav,tenka,,13,,,,,,,,"B-But, how much did you see?" +125000 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Uh... around here, maybe?" +125200 ,,,,,,,甜花,Tenka,304_TC02b_t_028.wav,tenkaL,,4,,,,,,,,Eek! +125300 ,,,,,,,,,,tenka,,4,,,,,,,,"Taking advantage of the situation, I run my fingers over her\nbutt, feeling the sweat soaking through her panties, making\nthem very damp." +125400 ,,,,,,,,,,tenka,,4,,,,,,,,"I want to use this hand, wet with Tenka- chan's sweat, to\nthoroughly stroke my cock." +125500 ,,,,,,,甜花,Tenka,304_TC02b_t_029.wav,tenka,,11,,,,,,,,M-Mister! You touched my butt! +125600 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,I can't help it. It's hard to explain with words. +125700 ,,,,,,,甜花,Tenka,304_TC02b_t_030.wav,tenka,,33,,,,,,,,Ugh... +125800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Next, like you're emphasizing your breasts... it's a move\nlike this." +125900 ,,,,,,,甜花,Tenka,304_TC02b_t_031.wav,tenkaL,,11,,,,,,,,Wha!? Y-You touched my breasts too! +126000 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"You can't get embarrassed over every little thing like this.\nCome on, let's keep going." +126100 ,,,,,,,甜花,Tenka,304_TC02b_t_032.wav,tenka,,33,,,,,,,,O-Okay... +126200 ,,,,,,,,,,,,,,,,,,,,"Hmm, being able to control a shy girl just by telling her\nwhat to do is really exciting." +126300 ,,,,,,,,,,,,,,,,,,,,"I wonder if eventually, if I tell her to spread them, she'll\ndo it?" +126400 ,,,,,,,甜花,Tenka,304_TC02b_t_033.wav,tenka,,0,,,,,,,,Hey mister. Wrap that towel around your waist. +126500 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,Huh? This one? What are you going to use it for? +126600 ,,,,,,,,,,tenka,,0,,,,,,,,"For now, I do as I'm told and wrap it around my waist like I\njust got out of the bath." +126700 ,,,,,,,甜花,Tenka,304_TC02b_t_034.wav,tenka,,3,,,,,,,,"That's your skirt. Mister, spin around like I did earlier." +126800 ,,,,,,,,,,tenka,,3,,,,,,,,"I see, that's what this is about." +126900 ,,,,,,,,,,tenka,,3,,,,,,,,She's doing this to figure out how fast to spin to show how\nmuch of the panties. +127000 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Then, like this?" +127100 ,,,,,,,,,,tenka,,3,,,,,,,,"I try my best to spin my heavy body around once, making the\ntowel acting as a skirt flutter." +127200 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,...How was that? +127300 ,,,,,,,甜花,Tenka,304_TC02b_t_035.wav,tenkaL,,13,,,,,,,,"Hmm. What should I do, it might be visible up to here..." +127400 ,,,,,,,主人公,Kiyoshi,,tenkaL,,13,,,,,,,,Whoa!? +127500 ,,,,,,,,,,tenkaL,,13,,,,,,,,"Tenka-chan suddenly touched the part of my shaft with her\nfinger. Of course, I reacted to such a thing." +127600 ,,,,,,,甜花,Tenka,304_TC02b_t_036.wav,tenkaL,,4,,,,,,,,Ah... +127700 ,,,,,,,,,,tenkaL,,4,,,,,,,,"Realizing that what she touched had suddenly hardened, she\nlet out a small voice and quickly ran around to my backside." +127800 ,,,,,,,甜花,Tenka,304_TC02b_t_037.wav,tenkaL,,33,,,,,,,,"Uh, was it around here for the butt side? It would be nice\nif the skirt went down a little more." +127900 ,,,,,,,,,,tenkaL,,33,,,,,,,,"She said that as if to cover her embarrassment, but\ninversely, my shaft was reacting." +128000 ,,,,,,,,,,tenkaL,,33,,,,,,,,I had no intention of resisting it either. +128100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,"Tenka-chan, up to where is it okay to show your panties? I\ncan't see from here, so could you touch it?" +128200 ,,,,,,,甜花,Tenka,304_TC02b_t_038.wav,tenkaL,,27,,,,,,,,"Y-yeah. Um... I'd rather not show it, so maybe here?" +128300 ,,,,,,,主人公,Kiyoshi,,tenkaL,,27,,,,,,,,Ugh? That's... +128400 ,,,,,,,,,,tenkaL,,27,,,,,,,,"Between the anus and the balls. Even through the clothes,\nTenka-chan's finger touched the perineum." +128500 ,,,,,,,甜花,Tenka,304_TC02b_t_039.wav,tenkaL,,13,,,,,,,,...... +128600 ,,,,,,,甜花,Tenka,304_TC02b_t_040.wav,tenkaL,,13,,,,,,,,"...Your face, mister... it's kind of..." +128800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,13,,,,,,,,W-what about the front? How much can you show? +128900 ,,,,,,,甜花,Tenka,304_TC02b_t_041.wav,tenkaL,,26,,,,,,,,"Uh... hmm, maybe up to here..." +129000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,26,,,,,,,,Kuh! +129100 ,,,,,,,,,,tenkaL,,26,,,,,,,,"Tenka-chan's finger touched my balls, tracing a line back\nand forth repeatedly." +129200 ,,,,,,,,,,tenkaL,,26,,,,,,,,"Playing pranks is fun, but being pranked is nice too!" +129300 ,,,,,,,甜花,Tenka,304_TC02b_t_042.wav,tenkaL,,2,,,,,,,,...... +129400 ,,,,,,,,,,tenkaL,,2,,,,,,,,"......Still, I wonder how long she'll keep touching me.\nPersonally, I'd like her to keep going until I cum." +129500 ,,,,,,,,,,tenkaL,,2,,,,,,,,"Getting played with by a girl and cumming inside my pants,\nhuh." +129600 ,,,,,,,,,,tenkaL,,2,,,,,,,,"Thinking about it like that, my cock twitches intensely." +129700 ,,,,,,,甜花,Tenka,304_TC02b_t_043.wav,tenkaL,,33,,,,,,,,Ah... +129800 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Noticing it, she stands up slowly, looking embarrassed." +129900 ,,,,,,,甜花,Tenka,304_TC02b_t_044.wav,tenkaL,,2,,,,,,,,"Uh, um... I want to check how much, so I'll practice again." +130000 ,,,,,,,,,,,,,,,,,,,,"I really want to continue like this, but I guess it can't be\nhelped today." +130100 ,,,,,,,,,,,,,,,,,,,,"After all, it's the day her song came out, and that's\nprobably all she's thinking about." +130200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Got it. I'll watch you then. +130300 ,,,,,,,甜花,Tenka,304_TC02b_t_045.wav,tenka,,0,,,,,,,,Not just watch... I think it'd be better if we danced\ntogether. +130400 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,Huh? Even me? +130500 ,,,,,,,,,,tenka,,0,,,,,,,,She nodded. +130600 ,,,,,,,甜花,Tenka,304_TC02b_t_046.wav,tenka,,3,,,,,,,,I also want to know how much of my panties can be seen. +130700 ,,,,,,,,,,tenka,,3,,,,,,,,"Hmm, if I go along with this, I can do things like earlier\ntoo..." +130800 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Alright, I'll do it with you." +130900 ,,,,,,,甜花,Tenka,304_TC02b_t_047.wav,tenka,,1,,,,,,,,Yay! +131000 ,,,,,,,,,,tenka,,1,,,,,,,,"And so, I ended up dancing with Tenka-chan." +131300 ,,,91,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,Phew! ...Phew! +131400 ,,,,,3130000,,,,,,,,,,,,,,,"Oh man... for a guy over 40, this exercise is too intense." +131500 ,,,,,3130000,,,,,,,,,,,,,,,"Considering the number of times I masturbate, I should be\nway younger in terms of stamina... I guess masturbation and\nsports are completely different." +131600 ,,,,,3130000,,甜花,Tenka,304_TC02b_t_048.wav,tenka,,0,,,,,,,,...Hah! ...Yah! +131700 ,,,,,3130000,,,,,,,,,,,,,,,"Thanks to her youth, Tenka-chan is still full of energy." +131800 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, shall we wrap it up soon? If we keep going while\ntired, we might get injured, and if we don't eat lunch,\nwe'll get exhausted." +131900 ,,,,,3130000,,甜花,Tenka,304_TC02b_t_049.wav,tenka,,0,,,,,,,,"Eh... but I just got the hang of it. I'm fine, so just a\nlittle more." +132000 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,Health management. +132100 ,,,,,3130000,,甜花,Tenka,304_TC02b_t_050.wav,tenka,,0,,,,,,,,"Ah... I see. That's part of the job too, right?" +132300 ,,,6,,,,甜花,Tenka,304_TC02b_t_051.wav,tenka,,12,,,,,,,,Got it. I'll stop here for today. +132400 ,,,,,,,,,,tenka,,12,,,,,,,,Phew... I'm saved. +132500 ,,,,,,,,,,tenka,,12,,,,,,,,"If we had continued, I would have been the one to collapse\nfirst." +132600 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,Good job. +132700 ,,,,,,,甜花,Tenka,304_TC02b_t_052.wav,tenka,,0,,,,,,,,Yeah. +132800 ,,,,,,,,,,tenka,,0,,,,,,,,She smiles contentedly while wiping her sweat with a towel. +132900 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,How was it? +133000 ,,,,,,,甜花,Tenka,304_TC02b_t_053.wav,tenka,,21,,,,,,,,"Yeah! It was fun! I think the singing and dancing were good!\nThanks, mister!" +133100 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"Yeah, yeah, that's great to hear." +133200 ,,,,,,,甜花,Tenka,304_TC02b_t_054.wav,tenka,,37,,,,,,,,"But... mister, you touched my butt and boobs too much.\n...There might have been a lot of harassment." +133300 ,,,,,,,,,,tenka,,37,,,,,,,,"Ugh, she noticed. ...Well, I did it pretty blatantly." +133400 ,,,,,,,主人公,Kiyoshi,,tenka,,37,,,,,,,,"But you know, if you don't learn quickly by doing this much,\nyou won't make it in time for the live show. Even I had to\nharden my heart to touch you." +133500 ,,,,,,,甜花,Tenka,304_TC02b_t_055.wav,tenka,,23,,,,,,,,...Live show? +133600 ,,,,,,,,,,tenka,,23,,,,,,,,She looks puzzled. +133700 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Yeah, a live show." +133800 ,,,,,,,甜花,Tenka,304_TC02b_t_056.wav,tenka,,3,,,,,,,,"A live show... the one where you sing in front of everyone?\n...Is it, by any chance, mine?" +133900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Who else would it be? It's Tenka-chan's live show. You'll\nsing and dance to this song in front of everyone. +134000 ,,,,,,,甜花,Tenka,304_TC02b_t_057.wav,tenka,,4,,,,,,,,"Eh, but! Eh? Eh? Ehh?" +134100 ,,,,,,,,,,tenka,,4,,,,,,,,"She's surprised, of course. A live show all of a sudden." +134200 ,,,,,,,,,,tenka,,4,,,,,,,,"Well, it's not a proper live show, just gathering some\nlolicon friends to have her sing there." +134300 ,,,,,,,,,,tenka,,4,,,,,,,,"Even so, having a song and choreography to perform somewhere\nwould surely get her excited." +134400 ,,,,,,,甜花,Tenka,304_TC02b_t_058.wav,tenkaL,,4,,,,,,,,W-When? +134500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,4,,,,,,,,I was thinking this coming Saturday. +134600 ,,,,,,,甜花,Tenka,304_TC02b_t_059.wav,tenkaL,,21,,,,,,,,Wow! Can I debut that soon? +134700 ,,,,,,,,,,tenkaL,,21,,,,,,,,"It's not exactly a debut, but that's fine." +134800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,Yeah. Shall we debut? +134900 ,,,,,,,甜花,Tenka,304_TC02b_t_060.wav,tenkaL,,20,,,,,,,,Yeah! Yeah! Where's the venue? Budokan? +135000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,20,,,,,,,,Budokan for the first live is tough. It's gotta be a store-\nfront live first. +135100 ,,,,,,,甜花,Tenka,304_TC02b_t_061.wav,tenkaL,,3,,,,,,,,"Store-front live? Uh, does that mean here?" +135200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,3,,,,,,,,"Exactly. You've heard that starting idols and artists often\nget places like this to perform, right?" +135300 ,,,,,,,主人公,Kiyoshi,,tenkaL,,3,,,,,,,,"So, I'll lend you the front of the store, and Tenka-chan\nwill start from here." +135400 ,,,,,,,甜花,Tenka,304_TC02b_t_062.wav,tenkaL,,1,,,,,,,,"Y-Yeah! Thank you, mister!" +135500 ,,,,,,,,,,tenkaL,,1,,,,,,,,"With an innocent smile, Tenka-chan replied." +135600 ,,,,,,,甜花,Tenka,304_TC02b_t_063.wav,tenkaL,,23,,,,,,,,But... what about the audience? Don't we need to do any\npromotion? +135700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,23,,,,,,,,"It's okay. When I told my friends about Tenka-chan, several\nof them said they wanted to see you live. I'm planning to\ninvite them this time." +135800 ,,,,,,,甜花,Tenka,304_TC02b_t_064.wav,tenkaL,,24,,,,,,,,Wow... +135900 ,,,,,,,主人公,Kiyoshi,,tenkaL,,24,,,,,,,,"Let's continue tomorrow. Actually, I was so excited about\nthe song that I couldn't sleep much, so I want to take a\nnap." +136000 ,,,,,,,甜花,Tenka,304_TC02b_t_065.wav,tenkaL,,1,,,,,,,,"You couldn't sleep because you were excited? You're just\nlike me, mister!" +136100 ,,,,,,,,,,tenkaL,,1,,,,,,,,"Well, in my case, it was because I was masturbating." +136200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Hahaha. I tried to stay calm in front of a talent, but\nhonestly, I was really happy too." +136300 ,,,,,,,甜花,Tenka,304_TC02b_t_066.wav,tenkaL,,21,,,,,,,,Is that so? Hehe. +136400 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,"Tenka-chan, your mom's preparing lunch, right? See you\ntomorrow." +136500 ,,,,,,,甜花,Tenka,304_TC02b_t_067.wav,tenkaL,,1,,,,,,,,"Yeah, mister, you need to take care of your health too." +136600 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Haha, that's right. Well then, I'll take a bath and then\nsleep." +136700 ,,,,,,,甜花,Tenka,304_TC02b_t_068.wav,tenkaL,,33,,,,,,,,...Take a bath... and then sleep. +136800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,...? +136900 ,,,,,,,,,,tenkaL,,33,,,,,,,,"I felt like her words were a bit awkward, but oh well." +137000 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Now, after washing off the sweat, I'll think back on this\nand relieve myself." +137100 ,,,,,,,,,,tenkaL,,33,,,,,,,,"...Wait, hold on. I've touched Tenka-chan's sweaty body, and\nher sweat is on my hand. Not rubbing this on my dick would\nbe foolish." +137200 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Ugh... But because I exercised, my own sweat is mixed in. To\ntaint the precious sweat of a beautiful girl with my own\nsweat..." +137300 ,,,,,,,,,,tenkaL,,33,,,,,,,,What am I doing?! But touching her again would be\nunnatural... What should I do? +137400 ,,,,,,,甜花,Tenka,304_TC02b_t_069.wav,tenkaL,,22,,,,,,,,"Hey, mister. ...I'll wash your back for you." +137500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,22,,,,,,,,"Ah, sorry. I was just thinking...................." +137600 ,,,,,,,甜花,Tenka,304_TC02b_t_070.wav,tenkaL,,2,,,,,,,,"You're going to take a bath, right? Let's go quickly." +137700 ,,,,,,,,,,tenkaL,,2,,,,,,,,What the heck!? What does that mean!? +137800 ,,,,,,,甜花,Tenka,304_TC02b_t_071.wav,tenkaL,,9,,,,,,,,You don't want to? +137900 ,,,,,,,主人公,Kiyoshi,,tenkaL,,9,,,,,,,,N-No! I definitely don't mind! I'd rather you wash it! +138000 ,,,,,,,甜花,Tenka,304_TC02b_t_072.wav,tenkaL,,33,,,,,,,,"Then, let's go." +138100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,Y-Yeah. +138300 ,,,10,71,,,,,,,,,,,,,,,,"Huh? A dream? A miracle? ...No, wait! Why is Tenka-chan in\nthe bathroom?" +138400 ,,,,,,,甜花,Tenka,304_TC02b_t_073.wav,tenkaL,,21,,,,,,,,"Nn, fuh, fuh, haa, fuh... phew." +138500 ,,,,,,,,,,tenkaL,,21,,,,,,,,"And she's really holding a sponge, washing my back." +138600 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"Um... Tenka-chan, why all of a sudden? Why wash my back?" +138700 ,,,,,,,,,,tenka,,21,,,,,,,,"When I ask that, she tilts her head a little shyly." +138800 ,,,,,,,甜花,Tenka,304_TC02b_t_074.wav,tenka,,33,,,,,,,,"Uh... um, it's a... service, I guess." +138900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"A service? But I didn't ask you for anything, Tenka-chan..." +139000 ,,,,,,,,,,tenka,,33,,,,,,,,Tenka-chan blushes a little shyly and averts her gaze from\nme. +139100 ,,,,,,,甜花,Tenka,304_TC02b_t_075.wav,tenka,,1,,,,,,,,"I realized you're working hard for me, mister. So I thought\nI'd wash your back." +139200 ,,,,,,,甜花,Tenka,304_TC02b_t_076.wav,tenka,,1,,,,,,,,"Because you prepared the songs, let me perform live, and\nprovided the venue." +139300 ,,,,,,,甜花,Tenka,304_TC02b_t_077.wav,tenka,,21,,,,,,,,"I'm really grateful to you, mister... so it's a service." +139400 ,,,,,,,,,,tenka,,21,,,,,,,,W-Wow! Hearing that makes me genuinely moved! +139500 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"Thank you, Tenka-chan." +139600 ,,,,,,,甜花,Tenka,304_TC02b_t_078.wav,tenka,,2,,,,,,,,Y-Yeah. +139700 ,,,,,,,,,,tenka,,2,,,,,,,,"She looks embarrassed. Just like with Chie- chan and Komako-\nchan, she's probably not used to expressing things like this\nhonestly." +139800 ,,,,,,,甜花,Tenka,304_TC02b_t_079.wav,tenka,,1,,,,,,,,"Next, stretch out your hand." +139900 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,Okay. +140000 ,,,,,,,,,,tenka,,1,,,,,,,,"She scrubs my back, neck, and arms. It was a little painful\nand ticklish, but that's part of the charm." +140100 ,,,,,,,甜花,Tenka,304_TC02b_t_080.wav,tenka,,7,,,,,,,,Next is your head. Stay still. +140200 ,,,,,,,主人公,Kiyoshi,,tenka,,7,,,,,,,,Alright. +140300 ,,,,,,,甜花,Tenka,304_TC02b_t_081.wav,tenka,,3,,,,,,,,Here we go... Is this strength okay? +140400 ,,,,,,,,,,tenka,,3,,,,,,,,"Whoa!? It's not through a sponge, but her bare hands\ntouching me! ...Well, of course." +140500 ,,,,,,,,,,tenka,,3,,,,,,,,"Even so, her hands are so small. They're earnestly ruffling\nmy head." +140600 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Hehe... hehehe. +140700 ,,,,,,,甜花,Tenka,304_TC02b_t_082.wav,tenka,,4,,,,,,,,...? Was it ticklish? +140800 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"No, it's fine." +140900 ,,,,,,,,,,tenka,,4,,,,,,,,And after a while of ruffling. +141000 ,,,,,,,甜花,Tenka,304_TC02b_t_083.wav,tenka,,21,,,,,,,,Is this good? Is there any itchy spot? +141100 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,Hmm... maybe you could wash the turtle's head down below? +141200 ,,,,,,,甜花,Tenka,304_TC02b_t_084.wav,tenka,,23,,,,,,,,...? +141300 ,,,,,,,,,,tenka,,23,,,,,,,,Uh... she didn't get it. Oh well. +141400 ,,,,,,,,,,tenka,,23,,,,,,,,"After that, she pours water over my head, washing away the\nbubbles... Yeah, it feels nice." +141500 ,,,,,,,,,,tenka,,23,,,,,,,,I shake my soaking wet head from side to side to shake off\nthe water... +141600 ,,,,,,,甜花,Tenka,304_TC02b_t_085.wav,tenka,,4,,,,,,,,"Wah!? Geez! You're not a dog, mister!" +141700 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Ah, sorry, sorry. I just did it without thinking." +141800 ,,,,,,,,,,tenka,,4,,,,,,,,"Still, it's kind of soothing. Her earnest desire to become\nan idol is really touching." +141900 ,,,,,,,甜花,Tenka,304_TC02b_t_086.wav,tenka,,23,,,,,,,,Phew... I guess that's it? +142000 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,Huh? Is it over already? +142100 ,,,,,,,甜花,Tenka,304_TC02b_t_087.wav,tenka,,23,,,,,,,,"Huh? Yeah, it's over." +142200 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,I was hoping you could wash the front too... +142300 ,,,,,,,,,,tenka,,23,,,,,,,,"But well, my lust tends to win over such things." +142400 ,,,,,,,甜花,Tenka,304_TC02b_t_088.wav,tenka,,4,,,,,,,,F-Front!? +142500 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"You know, since I pee and all, I feel like it's the dirtiest\npart." +142600 ,,,,,,,甜花,Tenka,304_TC02b_t_089.wav,tenka,,13,,,,,,,,Ah... +142700 ,,,,,,,,,,tenka,,13,,,,,,,,I point my rock-hard cock towards Tenka-chan. +142800 ,,,,,,,甜花,Tenka,304_TC02b_t_090.wav,tenka,,6,,,,,,,,B-But... the front... I mean... +142900 ,,,,,,,主人公,Kiyoshi,,tenka,,6,,,,,,,,Is it no good? ...Is Tenka-chan's service only for the back? +143000 ,,,,,,,甜花,Tenka,304_TC02b_t_091.wav,tenka,,33,,,,,,,,...My clothes... they'll get wet... +143100 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Then how about using the swimsuit from before? +143200 ,,,,,,,甜花,Tenka,304_TC02b_t_092.wav,tenka,,13,,,,,,,,B-But... I'm tired from the lesson... I can't move my hands\nlike before. +143300 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,Hmm? +143400 ,,,,,,,,,,tenka,,13,,,,,,,,Saying she can't move her hands like before means she knows\nwhat she's being asked to do. +143500 ,,,,,,,,,,tenka,,13,,,,,,,,Tenka-chan is starting to understand. +143600 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"I see, I see. I understand, I won't push you." +143700 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"I know you're tired, so I won't make you do such things.\nRight, Tenka-chan?" +143800 ,,,,,,,甜花,Tenka,304_TC02b_t_093.wav,tenka,,26,,,,,,,,U... um. +143900 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"I told you, managing your condition is part of the job." +144000 ,,,,,,,甜花,Tenka,304_TC02b_t_094.wav,tenka,,12,,,,,,,,...Phew. +144100 ,,,,,,,,,,tenka,,12,,,,,,,,Her expression is visibly relieved. +144200 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,"So, don't worry about that and go put on the swimsuit." +144300 ,,,,,,,甜花,Tenka,304_TC02b_t_095.wav,tenka,,3,,,,,,,,"Yeah, got it." +144400 ,,,,,,,,,,,,,,,,,,,,"With that, Tenka-chan left the bathroom to get the swimsuit\nfrom my room." +144500 ,,,,,,,,,,,,,,,,,,,,"Well, that swimsuit is quite embarrassing too, but the\nrelief of not having to do a handjob must have lowered the\nhurdle." +144600 ,,,,,,,,,,,,,,,,,,,,"As promised, I don't intend to make her do tiring things\nlike a handjob..." +144700 ,,,,,,,,,,,,,,,,,,,,"I might get tired, though... hehehe." +144800 ,,,,,,,甜花,Tenka,304_TC02b_t_096.wav,"tenka,bikini",,13,,,,,,,,...I-I've changed. +144900 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Yeah, thank you." +145000 ,,,,,,,,,,tenka,,13,,,,,,,,"Ah, a micro bikini on a small girl is really nice." +145100 ,,,,,,,,,,tenka,,13,,,,,,,,"Even adult micro bikinis are quite small, but a micro bikini\nfor a small girl is almost just strings. My crotch is\nreacting quite a bit." +145200 ,,,,,,,甜花,Tenka,304_TC02b_t_097.wav,tenka,,22,,,,,,,,"S-So, mister, I'll wash you..." +145300 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,"Ah, it's okay, Tenka-chan. You're tired, so I'll move on my\nown and wash myself." +145400 ,,,,,,,甜花,Tenka,304_TC02b_t_098.wav,tenka,,4,,,,,,,,Eh? Kyaa!? +145600 ,,,,,3220000,,,,,,,,,,,,,,, +145700 ,*mem,,,,3220000,,,,,,,,,,,,,,, +145800 ,,,10,,3220000,,,,,,,,,,,,,,,"I pull Tenka-chan close, pressing our bodies together as\nmuch as possible." +145900 ,,,,,3220000,,,,,,,,,,,,,,,"Tenka-chan's skin is wet, sticky, and soft, feeling really\nnice." +146000 ,,,,,3220000,,,,,,,,,,,,,,,"Ah, a beautiful girl feels good to touch anywhere on her\nbody." +146100 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_099.wav,tenka,,0,,,,,,,,"W-Why are you doing this all of a sudden, mister?" +146200 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"Well, I thought Tenka-chan might be tired, so I figured I'd\nwash myself." +146300 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_100.wav,tenka,,0,,,,,,,,T-Then why are you doing this!? +146400 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Because my body is big... I thought I'd wash it with Tenka-\nchan's body. +146500 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_101.wav,tenka,,0,,,,,,,,Eeeh!? +146600 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"Well then, let me wash myself." +146700 ,,,,,3220000,,,,,,,,,,,,,,,A part of our bodies that were pressed together seeks even\ncloser contact. +146800 ,,,,,3220000,,,,,,,,,,,,,,,"That part, of course, is..." +146900 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_102.wav,tenka,,0,,,,,,,,Ah... Mister's... on my stomach... +147000 ,,,,,3220000,,,,,,,,,,,,,,,"Yes, it's my fully erect cock." +147100 ,,,,,3220000,,,,,,,,,,,,,,,It's pulsing over and over against Tenka- chan's stomach. +147200 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_103.wav,tenka,,0,,,,,,,,... +147300 ,,,,,3220000,,,,,,,,,,,,,,,"Perhaps too embarrassed to speak, Tenka-chan remains silent\nwith a troubled expression." +147400 ,,,,,3220000,,,,,,,,,,,,,,,"Even though she knows this is happening, she doesn't\nresist... Is she getting a little used to it?" +147500 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan. Let me wash my cock with your body, okay?" +147600 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_104.wav,tenka,,0,,,,,,,,~~~~~ +147800 ,,,,,3220010,,,,,,,,,,,,,,,"Unable to endure the situation, Tenka-chan's face turns\nbright red, and she averts her gaze." +147900 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_105.wav,tenka,,0,,,,,,,,Uu... +148000 ,,,,,3220010,,,,,,,,,,,,,,,"Every time Tenka-chan breathes, the pressure on my cock\nfeels good." +148100 ,,,,,3220010,,,,,,,,,,,,,,,I move my body to rub my cock against her soft belly. +148200 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,Fuuooooo... +148300 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_106.wav,tenka,,0,,,,,,,,Yaaah... Uuuu... It's hot and hard... on my stomach... +148400 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_107.wav,tenka,,0,,,,,,,,"Fwa, uuuu... It feels kind of strange..." +148500 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... Does it feel good? +148600 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_108.wav,tenka,,0,,,,,,,,N-not at all! There's no way it feels good! +148700 ,,,,,3220000,,,,,,,,,,,,,,,"With a flustered expression, she turned her face towards me." +148800 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_109.wav,tenka,,0,,,,,,,,"There's no way it feels good just touching a stomach, even\nfor you, mister." +148900 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"No, it feels good. For me, anywhere on Tenka-chan's body\nfeels good." +149000 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_110.wav,tenka,,0,,,,,,,,Ugh... that's kind of gross... +149100 ,,,,,3220010,,,,,,,,,,,,,,,"Oops, maybe I said too much!" +149200 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"...Well, you know, I'm a fan of Tenka-chan. I'm happy no\nmatter where it is." +149400 ,,,,,3220000,,,,,,,,,,,,,,,"For a moment, she looked puzzled, but then she nodded\nlightly as if she understood." +149500 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"So, I'm going to enjoy myself with Tenka- chan's body." +149600 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_111.wav,tenka,,0,,,,,,,,Th-that... um... well... +149700 ,,,,,3220010,,,,,,,,,,,,,,,She looked around in confusion. That appearance was\nadorable. +149800 ,,,,,3220010,,,,,,,,,,,,,,,"And as I said, I rubbed my cock against her stomach." +149900 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_112.wav,tenka,,0,,,,,,,,"Fya... ah, i-it tickles." +150000 ,,,,,3220000,,,,,,,,,,,,,,,"Even with just a slight movement, Tenka-chan squirmed. It's\nnot like she's used to having a cock rubbed against her\nstomach." +150100 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,...Haa! ...Haa! The smooth skin mixed with sweat feels\namazing! +150200 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"The pleasant elasticity of your stomach feels good too, and\nI want to keep rubbing my sweaty cock against Tenka-chan...\nFuu! Fuu!" +150300 ,,,,,3220000,,,,,,,,,,,,,,,"To get some stimulation for my cock, I hugged Tenka-chan\ntightly, increasing the pressure." +150400 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_113.wav,tenka,,0,,,,,,,,Nn! Ugh...! +150500 ,,,,,3220000,,,,,,,,,,,,,,,Squelch! Squelch! Squelch! I ground my cock repeatedly. +150700 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_114.wav,tenka,,0,,,,,,,,"Hey, wait... wait a minute, mister, nn!?" +150800 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_115.wav,tenka,,0,,,,,,,,"Ah, no, this is weird... doing something like this." +150900 ,,,,,3220010,,,,,,,,,,,,,,,"Ignoring Tenka-chan, I pressed my cock against her stomach\neven more." +151000 ,,,,,3220010,,,,,,,,,,,,,,,"Then, the precum that was about to come out seeped from the\ntip of my cock, making a sticky sound between us." +151100 ,,,,,3220010,,,,,,,,,,,,,,,"I moved my cock on her body, and when I pressed it against\nTenka-chan's stomach, an incredible pleasure surged through\nme." +151200 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_116.wav,tenka,,0,,,,,,,,"Fuu, uhn. No, ah, nuu..." +151300 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,―Haa―Haa! Is Tenka-chan's womb around here? Nn! Nn! +151400 ,,,,,3220010,,,,,,,,,,,,,,,I thrust my cock vertically into Tenka-chan's body and\npushed it in there. +151600 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_117.wav,tenka,,0,,,,,,,,"Nngh! M-my stomach, with your cock... don't do weird things." +151700 ,,,,,3220000,,,,,,,,,,,,,,,"I thought maybe if I pressed near her womb, it might feel\ngood for her. I tried pressing around there with my cock." +151800 ,,,,,3220000,,,,,,,,,,,,,,,"Ah, there's a strong stimulation on the glans, and this\nfeels good too." +151900 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"How is it, Tenka-chan? Is there a place that feels good?" +152000 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_118.wav,tenka,,0,,,,,,,,Ugh... it hurts... it feels gross... +152100 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_119.wav,tenka,,0,,,,,,,,My stomach... being pressed in... there's no way it feels\ngood. +152200 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, I see..." +152300 ,,,,,3220010,,,,,,,,,,,,,,,"From her perspective, it must feel like a strong palpation.\nI guess that's true." +152400 ,,,,,3220010,,,,,,,,,,,,,,,"But well, rubbing my glans feels good for me, so I think\nI'll continue for a while." +152500 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,―Huff―Huff! +152700 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_120.wav,tenka,,0,,,,,,,,Nngh! No... don't press there. +152800 ,,,,,3220010,,主人公,Kiyoshi,,tenka,,0,,,,,,,,Hm? What's wrong? +152900 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_122.wav,tenka,,0,,,,,,,,I-it's like... when I need to pee. +153000 ,,,,,3220010,,,,,,,,,,,,,,,"Ah, it seems I was pressing on her bladder. Which means..." +153100 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's try pressing it like this... there!" +153200 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_123.wav,tenka,,0,,,,,,,,"Ugh, nngh! ...Ah, aah! Nooo! It hurts!" +153300 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan... if I keep pressing here, you'll end up peeing,\nyou know? Come on, shall we try it?" +153400 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_124.wav,tenka,,0,,,,,,,,Nooo! I just went to the bathroom... I can't go anymore! +153500 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,Oh... that's a shame. +153600 ,,,,,3220010,,,,,,,,,,,,,,,"Whether it's true or not, it might be fun to make her wet\nherself. But forcing her to do something painful might make\nme lose her trust again..." +153700 ,,,,,3220010,,,,,,,,,,,,,,,"Let's leave it for today. There will be plenty of chances,\nI'm sure... hehe." +153800 ,,,,,3220010,,,,,,,,,,,,,,,I shift back to rubbing against her body. +153900 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe... look. See, bubbles are forming between my cock and\nyour stomach." +154100 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_125.wav,tenka,,0,,,,,,,,B-bubbles? +154200 ,,,,,3220000,,,,,,,,,,,,,,,"The pre-cum is being stirred between our bodies, creating\nnumerous bubbles." +154300 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"The more bubbles there are, the better it feels for me." +154400 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_126.wav,tenka,,0,,,,,,,,I-is that so... +154500 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"With this much coming out, it means Tenka- chan has made me\nfeel really good." +154600 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_127.wav,tenka,,0,,,,,,,,H-hmm... +154700 ,,,,,3220010,,,,,,,,,,,,,,,――Slide. +154800 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,Whoa!? +154900 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_128.wav,tenka,,0,,,,,,,,...... +155000 ,,,,,3220010,,,,,,,,,,,,,,,D-did Tenka-chan just rub her stomach against me on her own? +155100 ,,,,,3220010,,,,,,,,,,,,,,,――Slide. ――Slide. ――Swish! +155200 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,Ugh! +155300 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_129.wav,tenka,,0,,,,,,,,......wai +155400 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"W-what's up, Tenka-chan? Did you decide to do it on your\nown?" +155500 ,,,,,3220020,,甜花,Tenka,304_TC02b_t_130.wav,tenka,,0,,,,,,,,N-no! I just moved a bit because it tickled! +155600 ,,,,,3220020,,,,,,,,,,,,,,,"Oh, is that so? That's a bit disappointing." +155700 ,,,,,3220020,,,,,,,,,,,,,,,――Squeeze! Squish! Squish! +155800 ,,,,,3220020,,,,,,,,,,,,,,,Whoa! This time she squeezed tightly and moved. Is she\nreally doing this because it tickles? +156000 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_131.wav,tenka,,0,,,,,,,,...waiii +156100 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Did you say something? +156300 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_132.wav,tenka,,0,,,,,,,,N-nothing. +156400 ,,,,,3220010,,,,,,,,,,,,,,,"Well, whatever. As long as it feels good, I don't mind if\nTenka-chan is ticklish." +156500 ,,,,,3220010,,,,,,,,,,,,,,,I start grinding again. +156600 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_133.wav,tenka,,0,,,,,,,,...nngh +156700 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ahh... it feels good." +156800 ,,,,,3220010,,,,,,,,,,,,,,,"Every time I move, my penis bounces between our stomachs,\ncreating bubbles with the pre- cum." +156900 ,,,,,3220010,,,,,,,,,,,,,,,It feels like... my cock is melting. +157000 ,,,,,3220010,,,,,,,,,,,,,,,"When I squeeze it, as if trying to catch the penis that's\ntrying to escape from pleasure, it feels even better and\nthrobs intensely." +157100 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,Kua! +157300 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_134.wav,tenka,,0,,,,,,,,I-it tickles... +157400 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... huh? +157500 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_135.wav,tenka,,0,,,,,,,,Ah... +157700 ,,,,,3220010,,,,,,,,,,,,,,,"Did I just make eye contact with Tenka-chan for a moment?\nUntil now, she had been too embarrassed to look." +157800 ,,,,,3220010,,,,,,,,,,,,,,,"Well, whatever." +157900 ,,,,,3220010,,,,,,,,,,,,,,,"Between the two of us, my penis rubs with lewd squelching\nsounds." +158000 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,T-Tenka-chan...! Haa haa... it feels so good! +158100 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"At this rate, I'll soon! Ugh!" +158300 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_136.wav,tenka,,0,,,,,,,,...... +158400 ,,,,,3220000,,,,,,,,,,,,,,,"Ah, she looked again." +158500 ,,,,,3220000,,,,,,,,,,,,,,,And then. +158600 ,,,,,3220000,,,,,,,,,,,,,,,――Squeeze! Squeeze! Squeeze! +158700 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Hngh!? Whoa... +158800 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_137.wav,tenka,,0,,,,,,,,...amazing. +158900 ,,,,,3220000,,,,,,,,,,,,,,,"Now, Tenka-chan clearly moved. She moved for me..." +159000 ,,,,,3220000,,,,,,,,,,,,,,,And she's glancing over here. +159100 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan... could it be, are you interested in this old\nman?" +159300 ,,,,,3220020,,甜花,Tenka,304_TC02b_t_138.wav,tenka,,0,,,,,,,,Huh? Eh!? N-No way! +159400 ,,,,,3220020,,主人公,Kiyoshi,,,,,,,,,,,,"But you've been glancing at this old man's face, haven't\nyou?" +159500 ,,,,,3220020,,甜花,Tenka,304_TC02b_t_139.wav,tenka,,0,,,,,,,,"I-I'm not looking! Uh, um... your breath tickled me!" +159600 ,,,,,3220020,,主人公,Kiyoshi,,,,,,,,,,,,"Is that really true? Sometimes it seems like you're moving\non your own, and looking at my face, right?" +159700 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_140.wav,tenka,,0,,,,,,,,"If you're going to say that, then I won't move anymore!" +159800 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Huh? Weren't you moving because it tickled? +159900 ,,,,,3220020,,甜花,Tenka,304_TC02b_t_141.wav,tenka,,0,,,,,,,,Eh? Ah... +160000 ,,,,,3220020,,甜花,Tenka,304_TC02b_t_142.wav,tenka,,0,,,,,,,,I-It's fine! I'm not looking at your face! +160100 ,,,,,3220020,,,,,,,,,,,,,,,"Hmm, I don't really get it, but if I push further, she might\nget upset." +160200 ,,,,,3220020,,,,,,,,,,,,,,,"It would be troublesome if she suddenly stopped, so for now,\nI'll prioritize the current pleasure." +160300 ,,,,,3220020,,主人公,Kiyoshi,,,,,,,,,,,,"Well, whatever. This old man is reaching his limit, so I'll\ndo my best." +160500 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_143.wav,tenka,,0,,,,,,,,...Do your best. +160600 ,,,,,3220010,,,,,,,,,,,,,,,"Without needing to be told, I grind my cock, seeking\npleasure." +160700 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,...Hah! Hah! +160800 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_144.wav,tenka,,0,,,,,,,,... +160900 ,,,,,3220010,,,,,,,,,,,,,,,"With each movement, my penis bounces between her stomach,\ncreating even more stimulation." +161000 ,,,,,3220010,,,,,,,,,,,,,,,"Ah, Tenka-chan's stomach... it feels so good." +161200 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_145.wav,tenka,,0,,,,,,,,...D-Does it feel good? +161300 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"Hah... hah! Yeah, it feels insanely good! This old man is\nabout to come soon!" +161400 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_146.wav,tenka,,0,,,,,,,,H-Hmph... +161500 ,,,,,3220000,,,,,,,,,,,,,,,"With an unusually happy face, Tenka-chan looks at me. That\nface is so cute... and so naughty." +161600 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_147.wav,tenka,,0,,,,,,,,...Nn. +161700 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Ah!? +161800 ,,,,,3220000,,,,,,,,,,,,,,,"It seems like Tenka-chan moved a little, and the stimulation\nreaches my cock." +161900 ,,,,,3220000,,,,,,,,,,,,,,,"Sweat and precum mix together, stimulating my cock with a\nslippery sensation... This is bad!" +162100 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_148.wav,tenka,,0,,,,,,,,Aah... I-it's... amazing. +162200 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"I-It's okay, Tenka-chan! This old man is reaching his limit!" +162300 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_149.wav,tenka,,0,,,,,,,,"I-I see... Nn, ah... nn! Nn, nn, nn, nn!" +162400 ,,,,,3220010,,,,,,,,,,,,,,,Is Tenka-chan helping me? She's moving her body little by\nlittle. +162500 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_150.wav,tenka,,0,,,,,,,,"Between my stomach, it's twitching... amazing..." +162600 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Hah! Hah! Tenka-chan! Your stomach is rubbing against this\nold man's cock! +162700 ,,,,,3220000,,,,,,,,,,,,,,,"Her stomach squeezes my shaft and balls, pressing tightly.\nIt's like it's trying to squeeze out the semen." +162800 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_151.wav,tenka,,0,,,,,,,,Old man... you're rubbing your cock against my stomach and\nfeeling good. +162900 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Hah hah! Y-Yeah! It feels amazing! +163000 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_152.wav,tenka,,0,,,,,,,,...Hmm. +163100 ,,,,,3220000,,,,,,,,,,,,,,,"Tenka-chan is now smiling faintly, looking back and forth\nbetween my face and my cock." +163200 ,,,,,3220000,,,,,,,,,,,,,,,"That seductive expression sends a shiver of pleasure through\nmy knees, and I desperately try to hold back as my whole\nbody feels like it's about to give out." +163300 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Ahh! I can't! I'm going to come! I'm coming! +163400 ,,,,,3220000,,,,,,,,,,,,,,,――Squish squish squish squish! +163500 ,,,,,3220000,,,,,,,,,,,,,,,"The persistent sound echoes, and countless bubbles form and\ndisappear." +163600 ,,,,,3220000,,,,,,,,,,,,,,,"With a squelching sound echoing between us, I slide my cock\nrepeatedly, indulging in the pleasure as my balls tighten." +163700 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_153.wav,tenka,,0,,,,,,,,...Hehe. +163800 ,,,,,3220000,,,,,,,,,,,,,,,Tenka-chan gives a slight smile. +163900 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_154.wav,tenka,,0,,,,,,,,"Nn, nn, nn, nn, nn!" +164000 ,,,,,3220000,,,,,,,,,,,,,,,"She twists her body, clearly rubbing against my cock." +164100 ,,,,,3220000,,,,,,,,,,,,,,,"Oh no, this stimulation is...!" +164200 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan! The old man is... about to come! +164300 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_155.wav,tenka,,0,,,,,,,,Y-Yeah... +164400 ,,,,,3220000,,,,,,,,,,,,,,,"I thrust my hips against Tenka-chan, picking up the pace." +164500 ,,,,,3220000,,,,,,,,,,,,,,,It feels so good! I can't think of anything else! +164600 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"I'm coming, ahh! Fu... nnah! Ah, ahhh! I'm going to come,\nTenka-chan!" +164700 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_156.wav,tenka,,0,,,,,,,,Y-Yeah! Yeah! +164800 ,,,,,3220000,,,,,,,,,,,,,,,"I pull Tenka-chan's body roughly, hugging her tightly as if\nour bodies might break, intensifying the stimulation on my\ncock." +164900 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan! The old man! I'm going to come~~~! +165000 ,,,,,3220000,,,,,,,,,,,,,,,"As I say that, Tenka-chan also clings tightly, squeezing my\ncock even harder." +165100 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"Uwaaah, kuaaaaaa!" +165400 ,,,,,3220030,,,,,,,,,,,,,,,"Unable to withstand the stimulation, my penis bounces\nsignificantly, and I release my semen onto Tenka-chan's\nbody." +165500 ,,,,,3220030,,主人公,Kiyoshi,,,,,,,,,,,,Gwoah! ...Fuwaaa! +165600 ,,,,,3220030,,甜花,Tenka,304_TC02b_t_157.wav,tenka,,0,,,,,,,,"Kya!? Nnn... ah, it's hot..." +165700 ,,,,,3220030,,,,,,,,,,,,,,,"My cock bounces repeatedly, spurting semen and staining\nTenka-chan's stomach and chest white." +165800 ,,,,,3220030,,,,,,,,,,,,,,,"The thick semen, like jelly, trickles down her nipple and\ndrips onto her thigh." +165900 ,,,,,3220030,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... ugh! +166000 ,,,,,3220030,,,,,,,,,,,,,,,"Just watching that makes my cock bounce again, staining her\neven more white." +166100 ,,,,,3220030,,主人公,Kiyoshi,,,,,,,,,,,,Fu... fufu... the old man felt really good. +166200 ,,,,,3220030,,主人公,Kiyoshi,,,,,,,,,,,,"You're all covered in semen, Tenka-chan. ...Shall I wash you\noff?" +166300 ,,,,,3220030,,,,,,,,,,,,,,,"And then, onto the next play..." +166400 ,,,,,3220030,,甜花,Tenka,304_TC02b_t_158.wav,tenka,,0,,,,,,,,"...Eh? ...Uh, yeah." +166500 ,,,,,3220030,,主人公,Kiyoshi,,,,,,,,,,,,...? +166600 ,,,,,3220030,,,,,,,,,,,,,,,"Huh, wait? Her reaction is different? ...And she's staring\nat my face." +166700 ,,,,,3220030,,,,,,,,,,,,,,,What's wrong? What's going on? She seems dazed... +166800 ,,,,,3220030,,,,,,,,,,,,,,,"Uh, could it be..." +166900 ,,,,,3220030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, did you maybe feel something when the old man's\ncock rubbed against you?" +167100 ,,,,,3220040,,甜花,Tenka,304_TC02b_t_159.wav,tenka,,0,,,,,,,,...Eh? ...N-No! That's not it! +167200 ,,,,,3220040,,,,,,,,,,,,,,,"Ah, it's her usual reaction." +167300 ,,,,,3220040,,主人公,Kiyoshi,,,,,,,,,,,,"But just now, you seemed dazed, right? Did you get excited\nlooking at the old man's cock?" +167400 ,,,,,3220040,,甜花,Tenka,304_TC02b_t_160.wav,tenka,,0,,,,,,,,!? N-No! That was because of your face... +167500 ,,,,,3220040,,甜花,Tenka,304_TC02b_t_161.wav,tenka,,0,,,,,,,,"Ah... um, that's not it... I wasn't dazed!" +167600 ,,,,,3220040,,,,,,,,,,,,,,,Huh? Is there something on my face? +167700 ,,,,,3220040,,,,,,,,,,,,,,,"Come to think of it, she was glancing at me earlier too. Is\nthere something?" +167800 ,,,,,3220040,,甜花,Tenka,304_TC02b_t_162.wav,tenka,,0,,,,,,,,"It's your misunderstanding, old man!" +167900 ,,,,,3220040,,主人公,Kiyoshi,,,,,,,,,,,,"I see... Well, maybe that's it." +168000 ,,,,,3220040,,主人公,Kiyoshi,,,,,,,,,,,,"Anyway, Tenka-chan... you got dirty, didn't you? If you\nwant, I can wash your body for you―" +168100 ,,,,,3220040,,甜花,Tenka,304_TC02b_t_163.wav,tenka,,0,,,,,,,,"―N-No, it's fine! I can wash myself, I don't need you, old\nman!" +168200 ,,,,,3220040,,,,,,,,,,,,,,,"Hmm, she suddenly got cold. Maybe I hit a nerve somehow." +168300 ,,,,,3220040,,,,,,,,,,,,,,,"I'm curious, but... hmm, I can't think straight when I\nconsider the next play." +168400 ,,,,,3220040,,主人公,Kiyoshi,,,,,,,,,,,,"Don't hold back, as a thank you for washing me..." +168500 ,,,,,3220040,,甜花,Tenka,304_TC02b_t_164.wav,tenka,,0,,,,,,,,"I did it as a service, so no need for thanks! W-Well then,\nsee you tomorrow, old man!" +168600 ,,,,,3220040,,,,,,,,,,,,,,, +168700 ,$event_return,,,,,,,,,,,,,,,,,,, +168900 ,,,8,,,,主人公,Kiyoshi,,,,,,,,,,,,Ah... +169000 ,,,,,,,,,,,,,,,,,,,,"With that, Tenka-chan left." +169100 ,,,,,,,,,,,,,,,,,,,,Hmm... what's going on? +169200 ,,,,,,,,,,,,,,,,,,,,"Well, she said ""see you tomorrow,"" so if she's coming back,\nshe probably doesn't hate me. That's good." +169300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Tomorrow, huh... What should I do tomorrow?" +169400 ,,,,,,,,,,,,,,,,,,,,"I washed off the semen in the shower, looking at my once\nagain erect cock with satisfaction." +169500 ,,,0,9000,,,,,,,,,,,,,,,, +169700 ,@305_TC03a,,,,,,,,,,,,,,,,,,, +169900 ,,,,,,,,,,,,,,,,,,,, +170000 ,,,5,11,,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, it's a nice day today too." +170100 ,,,,,,,,,,,,,,,,,,,,"It's early morning, the weather is clear, perfect for a live\nshow!" +170200 ,,,,,,,,,,,,,,,,,,,,"Though it's indoors, so the weather doesn't really matter." +170300 ,,,,,,,,,,,,,,,,,,,,"I really want to do it outside, but that might be too\nintense." +170400 ,,,,,,,,,,,,,,,,,,,,...Hehehe. +170500 ,,"",,,,,主人公,Kiyoshi,,,,,,,,,,,,Oh... that person is... +170600 ,,,,,,,,,,,,,,,,,,,,"A face I haven't seen around here before, which means..." +170700 ,,,,,,,客,Customer,,,,,,,,,,,,"Uh, um... Is this the right place for the live show?" +170800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, nice to meet you in person. Please go inside and wait." +170900 ,,,,,,,客,Customer,,,,,,,,,,,,Th-thank you. I'm looking forward to the live show. +171000 ,,,,,,,,,,,,,,,,,,,,The man grinned as he walked into the back of the shop. +171100 ,,,,,,,,,,,,,,,,,,,,He's a customer for Tenka-chan's live show. +171200 ,,,,,,,,,,,,,,,,,,,,A fellow online lolicon. +171300 ,,,,,,,,,,,,,,,,,,,,"Sometimes, we share our passions, exchange images and\nvideos..." +171400 ,,,,,,,,,,,,,,,,,,,,"In a world that's tough for people like us, we've lived\ntogether as comrades." +171600 ,,,4,,,,甜花,Tenka,305_TC03a_t_000.wav,"tenka,private",,1,,,,,,,,"Good morning, mister!" +171700 ,,,,,,,,,,tenka,,1,,,,,,,,"Tenka-chan came running to the shop, out of breath in this\nheat." +171800 ,,,,,,,,,,tenka,,1,,,,,,,,"I rarely see her running unless she's with Chie-chan, so she\nmust be really excited." +171900 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Good morning, Tenka-chan. Did you sleep well?" +172000 ,,,,,,,甜花,Tenka,305_TC03a_t_001.wav,tenka,,21,,,,,,,,Yeah! Taking care of my health is part of the job. +172100 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"I see, that's good to hear." +172200 ,,,,,,,,,,tenka,,21,,,,,,,,She's unusually energetic. It's like she's not even Tenka-\nchan. +172300 ,,,,,,,甜花,Tenka,305_TC03a_t_002.wav,tenka,,3,,,,,,,,Ah... Are there a lot of customers? +172400 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,What do you think? +172500 ,,,,,,,甜花,Tenka,305_TC03a_t_003.wav,tenka,,14,,,,,,,,"...I heard there were hardly any when I first started... Is\nit just you, mister?" +172600 ,,,,,,,,,,tenka,,14,,,,,,,,She asked anxiously. +172700 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,"No, no, everyone's here." +172800 ,,,,,,,甜花,Tenka,305_TC03a_t_004.wav,tenka,,3,,,,,,,,Everyone? +172900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Ah... not everyone... but the room is full. +173000 ,,,,,,,,,,tenka,,3,,,,,,,,Phew... that was close. +173100 ,,,,,,,甜花,Tenka,305_TC03a_t_005.wav,tenka,,1,,,,,,,,R-Really! Yay! +173200 ,,,,,,,,,,tenka,,1,,,,,,,,"Tenka-chan is bouncing up and down, her side ponytail\nswaying." +173300 ,,,,,,,,,,tenka,,1,,,,,,,,"Hmm, she's so cute. Just thinking about what this cute girl\nwill do next... it gets me excited!" +173400 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,Shall we get changed and ready then? +173500 ,,,,,,,甜花,Tenka,305_TC03a_t_006.wav,tenka,,4,,,,,,,,"Eh, did you prepare an outfit for me too, mister!?" +173600 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,Of course. I prepared an outfit that will bring out Tenka-\nchan's charm. +173700 ,,,,,,,甜花,Tenka,305_TC03a_t_007.wav,tenka,,1,,,,,,,,I'm so happy. I thought I'd be singing in this outfit! +173800 ,,,,,,,甜花,Tenka,305_TC03a_t_008.wav,tenka,,1,,,,,,,,"Thank you, mister!" +173900 ,,,,,,,,,,tenka,,1,,,,,,,,Tenka-chan nodded energetically and peeked into the bag I\nhanded her. +174000 ,,,,,,,,,,tenka,,1,,,,,,,,"In an instant, Tenka-chan's face turned as red as an apple." +174100 ,,,,,,,甜花,Tenka,305_TC03a_t_009.wav,tenka,,33,,,,,,,,M-Mister... this... +174200 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Hmm? Remember, you wore it during the gravure photo shoot\npractice?" +174300 ,,,,,,,甜花,Tenka,305_TC03a_t_010.wav,tenka,,16,,,,,,,,Eh... it's that swimsuit after all!? +174400 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,"Yes, it's the swimsuit from that time." +174500 ,,,,,,,甜花,Tenka,305_TC03a_t_011.wav,tenka,,11,,,,,,,,Eeeeeeeh~~~~~~!? N-No way! I can't go out in this! +174600 ,,,,,,,,,,tenka,,11,,,,,,,,"Tenka-chan's voice echoed, and the room, which was also the\nbreak room, started to buzz." +174700 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,Shh... +174800 ,,,,,,,甜花,Tenka,305_TC03a_t_012.wav,tenka,,31,,,,,,,,Ah... +174900 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"Well then, I'll go warm up the venue, so come out when\nyou're done changing, okay?" +175000 ,,,,,,,,,,tenka,,31,,,,,,,,"Saying that, I handed her a microphone-shaped candy filled\nwith ramune." +175100 ,,,,,,,,,,tenka,,31,,,,,,,,Tenka-chan hurriedly closed her mouth and began to speak in\na small voice. +175200 ,,,,,,,甜花,Tenka,305_TC03a_t_013.wav,tenka,,11,,,,,,,,Eh!? W-Wait! +175300 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,Hmm? What's wrong? +175400 ,,,,,,,甜花,Tenka,305_TC03a_t_014.wav,tenka,,33,,,,,,,,Mister... I can't wear this swimsuit... it's so\nembarrassing... +175500 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"I understand it's embarrassing, but to show off Tenka-chan's\nsexy side, this is the best choice." +175600 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Besides, since it's summer, it's better to wear something\nsummery..." +175700 ,,,,,,,,,,tenka,,33,,,,,,,,"Normally, the idol would prepare first, and then the\naudience would enter." +175800 ,,,,,,,,,,tenka,,33,,,,,,,,"But today, to make it harder for Tenka-chan to escape, we\nlet the audience in first." +175900 ,,,,,,,甜花,Tenka,305_TC03a_t_015.wav,tenka,,13,,,,,,,,"I kind of get that, but still..." +176000 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"And since it's your first live performance, you need to make\nan impact, right?" +176100 ,,,,,,,甜花,Tenka,305_TC03a_t_016.wav,tenka,,36,,,,,,,,I-Is that so... +176200 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"That's right. You want to make the audience happy too, don't\nyou, Tenka-chan?" +176300 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"Oops! Anyway, hurry up, okay? There's a limit to how long we\ncan keep the audience waiting." +176400 ,,,,,,,甜花,Tenka,305_TC03a_t_017.wav,tenka,,4,,,,,,,,Ah... +176500 ,,,,,,,,,,,,,,,,,,,,"Without listening to Tenka-chan's words, I left the scene." +176700 ,,,15,31,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... Sorry for keeping you waiting. +176800 ,,,,,,,男A,Man A,,,,,,,,,,,,"No, no, it's totally fine." +176900 ,,,,,,,男B,Man B,,,,,,,,,,,,Y-Yeah... We can wait as long as needed. +177000 ,,,,,,,,,,,,,,,,,,,,"Including me, there are five people in the venue." +177100 ,,,,,,,,,,,,,,,,,,,,"A guy who looks like a college student, a chubby guy who\nseems like a hardcore idol otaku, a regular middle-aged man\nabout Tenka- chan's father's age, and a slightly shabby,\noverweight middle-aged man." +177200 ,,,,,,,,,,,,,,,,,,,,And then there's me. +177300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, I can't believe everyone I invited actually showed up." +177400 ,,,,,,,男C,Male C,,,,,,,,,,,,"Of course we did. After all, we always get those pictures\nfrom you." +177500 ,,,,,,,,,,,,,,,,,,,,"The people who came to today's live show. They seem\ncompletely different, but they actually have one big thing\nin common." +177600 ,,,,,,,,,,,,,,,,,,,,"That is, they're all genuine 'lolicons' I met online!" +177700 ,,,,,,,,,,,,,,,,,,,,"Some have had their lives ruined because they're lolicons,\nand others write music just to have a connection with little\ngirls." +177800 ,,,,,,,,,,,,,,,,,,,,"There are those who almost turned to crime, and those who\ncan only love little girls... It's a variety." +177900 ,,,,,,,,,,,,,,,,,,,,"Even though I quit my job to start a candy store to meet\nlittle kids, I have to say, these guys are perverts who've\nthrown their lives away for lolis." +178000 ,,,,,,,,,,,,,,,,,,,,These perverts have gathered today just to catch a glimpse\nof Tenka-chan. +178100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"You didn't invite anyone else, right?" +178200 ,,,,,,,男D,Male D,,,,,,,,,,,,Of course not. +178300 ,,,,,,,,,,,,,,,,,,,,The audience for today's live show consists only of those\nperverts... There's not a single normal person. +178400 ,,,,,,,,,,,,,,,,,,,,"Because if normal people came in, we wouldn't be able to do\nwhat we're planning." +178500 ,,,,,,,,,,,,,,,,,,,,I'm looking forward to it. +178600 ,,,,,,,男A,Man A,,,,,,,,,,,,"But is it really okay for us to join in? Are you okay with\nNTR, Dagashiya-san?" +178700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, it's a thank you for making the music." +178800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"And, well, it's a little sharing... and maybe showing off!" +178900 ,,,,,,,男B,Man B,,,,,,,,,,,,I'm so jealous! Thanks for letting us join in! +179000 ,,,,,,,,,,,,,,,,,,,,As we were saying that... +179100 ,,,,,,,,,,,,,,,,,,,,――Rattle rattle +179200 ,,,,,,,,,,,,,,,,,,,,Oh! The door opens and Tenka-chan makes her entrance! +179400 ,,,4,,3230000,,,,,,,,,,,,,,, +179500 ,*mem,,,,3230000,,,,,,,,,,,,,,, +179600 ,,,4,,3230000,,,,,,,,,,,,,,,"Tenka-chan, dressed in a micro bikini, enters the venue with\na bright red face." +179700 ,,,,,3230000,,甜花,Tenka,305_TC03a_t_018.wav,tenka,,0,,,,,,,,...Ah +179900 ,,,,,3230010,,,,,,,,,,,,,,,"She shyly steps onto the stage, but when she sees the\naudience, her face briefly lights up." +180000 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_019.wav,tenka,,0,,,,,,,,...Uh... um... +180100 ,,,,,3230010,,,,,,,,,,,,,,,But that expression quickly turns back to one of\nembarrassment. +180300 ,,,,,3230000,,,,,,,,,,,,,,,"Moreover, she's glancing down and awkwardly averting her\neyes... I wonder what's wrong." +180400 ,,,,,3230000,,,,,,,,,,,,,,,When I align my gaze with Tenka-chan's line of sight... I\nsee. +180500 ,,,,,3230000,,甜花,Tenka,305_TC03a_t_020.wav,tenka,,0,,,,,,,,...Aah +180600 ,,,,,3230000,,,,,,,,,,,,,,,"Everyone is fully erect, staring at Tenka- chan in her micro\nbikini." +180700 ,,,,,3230000,,,,,,,,,,,,,,,"From Tenka-chan's position, she can see that everyone's cock\nis standing, and she seems unsure where to look." +180900 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_021.wav,tenka,,0,,,,,,,,... +181000 ,,,,,3230010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you need to look at the audience." +181100 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_022.wav,tenka,,0,,,,,,,,Uh... okay. +181300 ,,,,,3230000,,甜花,Tenka,305_TC03a_t_023.wav,tenka,,0,,,,,,,,――! +181400 ,,,,,3230000,,,,,,,,,,,,,,,"Excited by Tenka-chan's fidgeting, everyone's cock is\nvisibly throbbing even through their pants." +181500 ,,,,,3230000,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, you need to say something." +181700 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_024.wav,tenka,,0,,,,,,,,"Eh! Ah, ah! Uh, okay!" +181800 ,,,,,3230010,,主人公,Kiyoshi,,,,,,,,,,,,"This is Adachi Tenka-chan, making her debut today!" +181900 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_025.wav,tenka,,0,,,,,,,,"Um, ah, thank you for gathering here. ...I'm Adachi Tenka...\nah, I'm aiming to be an idol." +182000 ,,,,,3230010,,男A,Man A,,,,,,,,,,,,Tenka-chan! +182100 ,,,,,3230010,,男B,Man B,,,,,,,,,,,,You're so cute! +182200 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_026.wav,tenka,,0,,,,,,,,"Ah, thank you." +182300 ,,,,,3230010,,,,,,,,,,,,,,,"As expected for her first live performance, she seems\nnervous, and her voice sounds a bit uncertain." +182400 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_027.wav,tenka,,0,,,,,,,,"Uh... um... it's my first time singing... in front of\npeople... so I'm a bit nervous, but... I'll do my best!" +182500 ,,,,,3230010,,男C,Male C,,,,,,,,,,,,You're sexy! +182600 ,,,,,3230010,,男D,Male D,,,,,,,,,,,,"It suits you, it suits you!" +182800 ,,,,,3230020,,甜花,Tenka,305_TC03a_t_028.wav,tenka,,0,,,,,,,,Ah... uh... th-thank you... very much... +182900 ,,,,,3230020,,,,,,,,,,,,,,,"Oh? ...It might just be my imagination, but it seems like\nTenka-chan's crotch area is... a little damp." +183000 ,,,,,3230020,,,,,,,,,,,,,,,"It seems like others have noticed it too, as they're\nglancing at her crotch." +183100 ,,,,,3230020,,,,,,,,,,,,,,,"Tenka-chan is also glancing at the erect cocks, and they're\nboth looking at each other's crotches." +183200 ,*tenka_song,,,,,,,,,,,,,,,,,,, +183400 ,,,,,3230030,,甜花,Tenka,305_TC03a_t_029.wav,tenka,,0,,,,,,,,S-so... today I'll be singing a song... +183500 ,,,,,3230030,,甜花,Tenka,305_TC03a_t_030.wav,tenka,,0,,,,,,,,It's a very uplifting song... bright and... fun... I\npracticed the dance a lot too... +183700 ,,,,,3230020,,甜花,Tenka,305_TC03a_t_031.wav,tenka,,0,,,,,,,,I'd be happy if you enjoy it... +183800 ,,,,,3230020,,,,,,,,,,,,,,,She said that and bowed her head. +183900 ,,,,,3230020,,男A,Man A,,,,,,,,,,,,Sounds good! +184000 ,,,,,3230020,,男B,Man B,,,,,,,,,,,,Do your best! +184100 ,,,,,3230020,,,,,,,,,,,,,,,Alright! Let's start the music and begin the live show! +184200 ,,"",0,,3230020,,,,,,,,,,,,,,, +184400 ,$t07_tenka_song,,,,,,,,,,,,,,,,,,, +184600 ,,,4,,3230020,,甜花,Tenka,305_TC03a_t_032.wav,tenka,,0,,,,,,,,Haa... haa... thank you very much! +184700 ,,,,,3230020,,,,,,,,,,,,,,,"Sweaty Tenka-chan seemed to have relaxed, and she flashed a\ncute smile at the audience." +184800 ,,,,,3230020,,男A,Man A,,,,,,,,,,,,That was great! +184900 ,,,,,3230020,,男B,Man B,,,,,,,,,,,,"Amazing, amazing!" +185000 ,,,,,3230020,,男C,Male C,,,,,,,,,,,,Woooooo! Tenka-chan! +185100 ,,,,,3230020,,男D,Male D,,,,,,,,,,,,You did great! +185200 ,,,,,3230020,,,,,,,,,,,,,,,"Then the four of them, and I, gave a thunderous applause\nthat felt like it might break our hands." +185300 ,,,,,3230020,,甜花,Tenka,305_TC03a_t_033.wav,tenka,,0,,,,,,,,Eh... ehehe... thank you very much! +185400 ,,,,,3230020,,,,,,,,,,,,,,,"Bowing her head once more, Tenka-chan left the stage." +185500 ,$event_return,,,,,,,,,,,,,,,,,,, +185700 ,,,,61,,,甜花,Tenka,305_TC03a_t_034.wav,"tenka,bikini",,12,,,,,,,,"Haa, haa... Uncle, how was it?" +185800 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,"It was great, Tenka-chan! The audience was really excited,\nit was a perfect score!" +185900 ,,,,,,,甜花,Tenka,305_TC03a_t_035.wav,tenka,,1,,,,,,,,Really! Really!? Yayyyyy! +186000 ,,,,,,,,,,tenka,,1,,,,,,,,"She jumped up and down repeatedly. Yes, yes, seeing her this\nhappy makes it all worth it for me too!" +186100 ,,,,,,,甜花,Tenka,305_TC03a_t_036.wav,tenka,,3,,,,,,,,"Ah... then I'll change, so Uncle, please leave." +186200 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"What are you talking about, Tenka-chan! It's not over yet?" +186300 ,,,,,,,甜花,Tenka,305_TC03a_t_037.wav,tenka,,4,,,,,,,,Eh? ...Could it be an encore? +186400 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Nope, next is the handshake event. You'll do it in your\nstage outfit." +186500 ,,,,,,,甜花,Tenka,305_TC03a_t_038.wav,tenka,,21,,,,,,,,Handshake event... amazing! +186600 ,,,,,,,,,,tenka,,21,,,,,,,,"A live show, applause, and a handshake event. With all these\ndream words, it seems like Tenka-chan is momentarily\nforgetting the embarrassment of her swimsuit." +186700 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,Shall we go then? +186800 ,,,,,,,甜花,Tenka,305_TC03a_t_039.wav,tenka,,1,,,,,,,,Yeah! +187000 ,,,15,31,,,男A,Man A,,,,,,,,,,,,Oh! Tenka-chan! +187100 ,,,,,,,,,,,,,,,,,,,,"When Tenka-chan and I return to the venue, cheers erupt from\neveryone... well, there are only four people, though." +187200 ,,,,,,,,,,,,,,,,,,,,Tenka-chan bows and greets everyone who has become her fan. +187300 ,,,,,,,,,,,,,,,,,,,,"Yes, yes, it's going well." +187400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, Tenka-chan." +187500 ,,,,,,,甜花,Tenka,305_TC03a_t_040.wav,tenka,,2,,,,,,,,O-Okay. +187600 ,,,,,,,甜花,Tenka,305_TC03a_t_041.wav,"tenkaL,bikini",,26,,,,,,,,"U-Um... we're going to have a handshake event now. I'm\nreally grateful, so I'll put my feelings into it and do my\nbest." +187700 ,,,,,,,甜花,Tenka,305_TC03a_t_042.wav,tenkaL,,2,,,,,,,,Thank you so much for coming today. +187800 ,,,,,,,,,,tenkaL,,2,,,,,,,,Tenka-chan's words are met with cheers of joy from the\nvenue. +187900 ,,,,,,,,,,tenkaL,,2,,,,,,,,Those voices are filled with an almost abnormal level of\necstatic shouts. +188000 ,,,,,,,,,,tenkaL,,2,,,,,,,,"It's no longer looking like a handshake event... well, it's\nnot really a handshake event." +188100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,2,,,,,,,,"Then, Tenka-chan, could you kneel here?" +188300 ,,,11,,3231000,,,,,,,,,,,,,,, +188400 ,*mem2,,,,3231000,,,,,,,,,,,,,,, +188500 ,,,11,,3231000,,甜花,Tenka,305_TC03a_t_043.wav,tenka,,0,,,,,,,,Huh? ...O-Okay. +188600 ,,,,,3231000,,,,,,,,,,,,,,,Why kneel at a handshake event? ...Tenka-chan is confused\nbut follows my instructions and kneels. +188700 ,,,,,3231000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, we'll start the handshake event now." +188800 ,,,,,3231000,,男A,Man A,,,,,,,,,,,,Alright! I'll go first! +188900 ,,,,,3231000,,甜花,Tenka,305_TC03a_t_044.wav,tenka,,0,,,,,,,,"Ah, yes. Thank you for coming toda―" +189100 ,,,,,3231010,,甜花,Tenka,305_TC03a_t_045.wav,tenka,,0,,,,,,,,―Huh? What!? +189200 ,,,,,3231010,,,,,,,,,,,,,,,What Tenka-chan reached out to was not a man's hand... but a\nfully erect cock. +189300 ,,,,,3231010,,甜花,Tenka,305_TC03a_t_046.wav,tenka,,0,,,,,,,,Eh? Um... uh... what? What? What? +189400 ,,,,,3231010,,,,,,,,,,,,,,,"As she averts her eyes in confusion, there's another erect\ncock there." +189500 ,,,,,3231010,,,,,,,,,,,,,,,Tenka-chan is surrounded by cocks on both sides. +189600 ,,,,,3231010,,主人公,Kiyoshi,,,,,,,,,,,,"What's wrong, Tenka-chan?" +189700 ,,,,,3231010,,甜花,Tenka,305_TC03a_t_047.wav,tenka,,0,,,,,,,,Eh? B-but... but... +189800 ,,,,,3231010,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, you have to shake hands with the cocks." +190000 ,,,,,3231020,,甜花,Tenka,305_TC03a_t_048.wav,tenka,,0,,,,,,,,~~~~~!? I-I wasn't told about this. +190100 ,,,,,3231020,,,,,,,,,,,,,,,Tenka-chan is flustered. +190200 ,,,,,3231020,,,,,,,,,,,,,,,She's probably torn between not wanting to do something so\nembarrassing and wanting to express her gratitude to her\nfans. +190300 ,,,,,3231020,,,,,,,,,,,,,,,Well then... +190400 ,,,,,3231020,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, by the way, Tenka-chan. This person here is the one who\ncomposed the song." +190500 ,,,,,3231010,,甜花,Tenka,305_TC03a_t_049.wav,tenka,,0,,,,,,,,Eh? Is that so? It's a wonderful song... thank you very\nmuch. +190600 ,,,,,3231010,,男A,Man A,,,,,,,,,,,,"No, no~. I'm happy that Tenka-chan sang it." +190700 ,,,,,3231010,,主人公,Kiyoshi,,,,,,,,,,,,And this person here sent various videos as references for\nthe choreography. +190800 ,,,,,3231010,,甜花,Tenka,305_TC03a_t_050.wav,tenka,,0,,,,,,,,Is that so? +190900 ,,,,,3231010,,男B,Man B,,,,,,,,,,,,"Well, you know... I'm quite knowledgeable about idols." +191000 ,,,,,3231010,,甜花,Tenka,305_TC03a_t_051.wav,tenka,,0,,,,,,,,Thank you. +191100 ,,,,,3231010,,主人公,Kiyoshi,,,,,,,,,,,,"So, Tenka-chan. Let's properly shake hands to express your\ngratitude, okay?" +191200 ,,,,,3231020,,甜花,Tenka,305_TC03a_t_052.wav,tenka,,0,,,,,,,,U... okay. +191300 ,,,,,3231020,,,,,,,,,,,,,,,"Saying that, she timidly extended her small hand..." +191500 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,Whoa! +191600 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,Huh! +191800 ,,,,,3231020,,甜花,Tenka,305_TC03a_t_053.wav,tenka,,0,,,,,,,,"S-Sorry, did it hurt?" +191900 ,,,,,3231020,,男A,Man A,,,,,,,,,,,,"It's okay, just shake it again." +192000 ,,,,,3231020,,男B,Man B,,,,,,,,,,,,M-Me too. +192100 ,,,,,3231020,,甜花,Tenka,305_TC03a_t_054.wav,tenka,,0,,,,,,,,E-Eh~ +192300 ,,,,,3231030,,,,,,,,,,,,,,,"She grabbed the cock, but seemed unsure of what to do,\nglancing over at me." +192400 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_055.wav,tenka,,0,,,,,,,,O... Oji-san. +192500 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, Tenka-chan. Remember when I said I was a fan, and\nyou did it in the truck?" +192600 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone here is a fan too, so why not do the same for them?" +192700 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_056.wav,tenka,,0,,,,,,,,In the truck... ehh? +192800 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, give it a stroke." +192900 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_057.wav,tenka,,0,,,,,,,,Okay... +193000 ,,,,,3231030,,,,,,,,,,,,,,,"With that, Tenka-chan slowly stroked the man's cock with her\nsmall hand." +193100 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,Ohh! +193200 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_058.wav,tenka,,0,,,,,,,,Um... t-thank you so much for today. +193300 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,Pfft! +193400 ,,,,,3231030,,,,,,,,,,,,,,,She earnestly gave a handshake-like greeting. It was so cute\nthat I couldn't help but laugh. +193500 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,"Ahhh... it's great! It's great, Tenka-chan. It was worth the\nthree-hour trip~" +193600 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_059.wav,tenka,,0,,,,,,,,Y-You came from so far away. ...Thank you. +193700 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,Y-Yeah... +193800 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,"Tenka-chan, your other hand isn't moving! Come on, come on!" +193900 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_060.wav,tenka,,0,,,,,,,,Y-Yes! +194000 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, there are fans waiting too. Why don't you tell\nthem how it feels?" +194100 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_061.wav,tenka,,0,,,,,,,,U-Um... okay. +194200 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_062.wav,tenka,,0,,,,,,,,"Uh, the cock in my right hand... my palm is getting a bit\nslippery." +194300 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,"Hehe! That's pre-cum, you know? I bet you didn't know that,\nTenka-chan." +194400 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_063.wav,tenka,,0,,,,,,,,T-The old man... taught me. +194500 ,,,,,3231030,,男C,Male C,,,,,,,,,,,,Haha! That's unfortunate. +194600 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,Damn it. +194700 ,,,,,3231030,,,,,,,,,,,,,,,"Hehe, I feel a sense of superiority!" +194800 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_064.wav,tenka,,0,,,,,,,,"Okay, what is this?" +194900 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,"Then Tenka-chan, use that juice. You've done it for the old\nman, so you know how to do it, right?" +195000 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_065.wav,tenka,,0,,,,,,,,... +195100 ,,,,,3231030,,,,,,,,,,,,,,,Tenka-chan spread the pre-cum on her palm and gripped the\ncock again. +195200 ,,,,,3231030,,,,,,,,,,,,,,,"With her now slippery hand, she stroked the entire shaft\nwith a wet sound." +195300 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,"Ahhh! That's good, Tenka-chan! Spread the slipperiness all\nover!" +195400 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_066.wav,tenka,,0,,,,,,,,Y-Yes... +195500 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,"Ahh! Tenka-chan, you're being mean, you're neglecting this\ncock over here~" +195600 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_067.wav,tenka,,0,,,,,,,,S-Sorry... +195700 ,,,,,3231030,,,,,,,,,,,,,,,"In Tenka-chan's right hand, a slippery cock, and in her left\nhand, a dry cock." +195800 ,,,,,3231030,,,,,,,,,,,,,,,The lewd stereo sound of squishing and stroking must be\nfilling her ears. +195900 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_068.wav,tenka,,0,,,,,,,,"Nn, nn, nn, nn, nn, nn!" +196000 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_069.wav,tenka,,0,,,,,,,,...How is it? +196100 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,Ahh... it's good. The softness of Tenka- chan's hand is all\nover the shaft...! +196200 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,"Yeah, the slippery feeling from my pre-cum on your hand\nfeels great!" +196300 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,Ahh... ah...! +196400 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_070.wav,tenka,,0,,,,,,,,...That voice... Does it feel that good? +196500 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,"Yes, it feels good, it feels so good!" +196600 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,"Ah, it's completely different from a college girl's hand.\nTenka-chan's hand is amazing!" +196700 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, Tenka-chan, let's work even harder for them." +196800 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_071.wav,tenka,,0,,,,,,,,O-Okay... +196900 ,,,,,3231030,,,,,,,,,,,,,,,The movement of Tenka-chan's hands gradually becomes faster. +197000 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,Ohhh! +197100 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,The stimulation! The stimulation is getting stronger and\nstronger! +197200 ,,,,,3231030,,男C,Male C,,,,,,,,,,,,Huff... huff... I can't wait for my turn any longer. +197300 ,,,,,3231030,,男D,Male D,,,,,,,,,,,,I agree. +197500 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_072.wav,tenka,,0,,,,,,,,Wah!? M-My hair... why? +197600 ,,,,,3231040,,男,Man,,,,,,,,,,,,Ahhh! It's so smooth and feels so nice. +197700 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_073.wav,tenka,,0,,,,,,,,Um... uh... wh-what? On my cheek too? +197800 ,,,,,3231040,,,,,,,,,,,,,,,"The remaining men waiting in line could no longer hold back,\ntaking out their dicks and wrapping them in her hair or\npressing them against her cheek." +197900 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_074.wav,tenka,,0,,,,,,,,"W-Wait a minute... it's a handshake event, you know." +198000 ,,,,,3231040,,男C,Male C,,,,,,,,,,,,I'll settle for a handshake with your hair. +198100 ,,,,,3231040,,男D,Male D,,,,,,,,,,,,I'm fine with your cheek. +198200 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_075.wav,tenka,,0,,,,,,,,Mister... is this okay? Won't I get banned? +198300 ,,,,,3231040,,主人公,Kiyoshi,,,,,,,,,,,,"Well, it's taking time, so it can't be helped." +198400 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_076.wav,tenka,,0,,,,,,,,No way! +198500 ,,,,,3231040,,,,,,,,,,,,,,,It's surprising that they were still sticking to the\nhandshake event setting. +198600 ,,,,,3231040,,,,,,,,,,,,,,,The man was more surprised by that. +198700 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_077.wav,tenka,,0,,,,,,,,My hair... I worked so hard to set it up. +198800 ,,,,,3231040,,男C,Male C,,,,,,,,,,,,"It's okay, I won't be rough." +198900 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_078.wav,tenka,,0,,,,,,,,Uuuu~ +199000 ,,,,,3231040,,男D,Male D,,,,,,,,,,,,"Mine moves on its own, so don't worry about it." +199100 ,,,,,3231040,,,,,,,,,,,,,,,"Saying that, he rubbed his dick against her cheek." +199200 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_079.wav,tenka,,0,,,,,,,,"Mmm!? No, uuuu~... it stinks~" +199300 ,,,,,3231040,,,,,,,,,,,,,,,"Apparently, the dick on her cheek smells. Of all things, it\ncame right in front of her face." +199400 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_080.wav,tenka,,0,,,,,,,,"No, nooo! I can't do this!" +199500 ,,,,,3231040,,男D,Male D,,,,,,,,,,,,Please! My dick is really about to burst! +199600 ,,,,,3231040,,男C,Male C,,,,,,,,,,,,"Look, his dick has thick veins bulging out, throbbing... he\ncan't hold it back anymore." +199700 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_081.wav,tenka,,0,,,,,,,,Uuu... okay... I understand... +199900 ,,,,,3231050,,,,,,,,,,,,,,,"Saying that, the movement of her hands gripping the two\ndicks she first grabbed became even faster." +200000 ,,,,,3231050,,,,,,,,,,,,,,,"At the same time, Tenka-chan's breathing also..." +200100 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_082.wav,tenka,,0,,,,,,,,"Nnn, nnn, nnn! Haa... haa... nn, fuu...!" +200200 ,,,,,3231050,,主人公,Kiyoshi,,,,,,,,,,,,Is Tenka-chan getting excited too? Are you feeling good\nwhile rubbing your fans' dicks? +200300 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_083.wav,tenka,,0,,,,,,,,Th-that's not... +200400 ,,,,,3231050,,,,,,,,,,,,,,,It probably is. +200500 ,,,,,3231050,,,,,,,,,,,,,,,"Her face is flushed, and her expression is somewhat dazed." +200600 ,,,,,3231050,,男D,Male D,,,,,,,,,,,,Ahh! Tenka-chan's cheek feels so good! +200700 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_084.wav,tenka,,0,,,,,,,,"Umm!? It's so hot and hard...! Ah, haa... haa... haa...!" +200800 ,,,,,3231050,,男C,Male C,,,,,,,,,,,,"Fuuoooh...! Rubbing with Tenka-chan's hair, I'm about to\ncum!" +200900 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_085.wav,tenka,,0,,,,,,,,Uuu... +201000 ,,,,,3231050,,男A,Man A,,,,,,,,,,,,"Ohhh! My dick is twitching! My balls are... tightening up,\nit's almost... at the limit!" +201100 ,,,,,3231050,,男A,Man A,,,,,,,,,,,,"Come on, move your hands faster! You can't make me cum like\nthat." +201200 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_086.wav,tenka,,0,,,,,,,,"S-sorry, haa haa! Nnn, nnn, nnnnn!" +201300 ,,,,,3231050,,男B,Man B,,,,,,,,,,,,P-please do mine too! I want to be made to cum by Tenka-\nchan's hands. +201400 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_087.wav,tenka,,0,,,,,,,,"Y-yes! Uuu! Uuu, uuu! Ah, the dick... it's twitching." +201500 ,,,,,3231050,,男C,Male C,,,,,,,,,,,,Ahhh! I'm going to cum from Tenka-chan's hair job! I'm\ncumming! I'll cum on your head! +201600 ,,,,,3231050,,男D,Male D,,,,,,,,,,,,"Haa haa, Tenka-chan's cheek! It's so smooth and soft, it\nfeels amazing!" +201700 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_088.wav,tenka,,0,,,,,,,,No! If you rub it that much... it stinks! +201800 ,,,,,3231050,,,,,,,,,,,,,,,"The men's dicks throbbed repeatedly, signaling that\nejaculation was near." +201900 ,,,,,3231050,,男B,Man B,,,,,,,,,,,,"Ah, ahhhhhhh~~! I-I can't hold it anymore! Let me cum!\nPlease let me cum!" +202100 ,,,,,3231060,,甜花,Tenka,305_TC03a_t_089.wav,tenka,,0,,,,,,,,I-I understand...! I'll do my best. +202200 ,,,,,3231060,,,,,,,,,,,,,,,"Responding to his words, Tenka-chan tightly gripped the dick\nand moved her hand up and down vigorously." +202300 ,,,,,3231060,,男A,Man A,,,,,,,,,,,,"Ahhhhh! I'm cumming! Cumming, cumming, cumming! I'm going to\ncum, Tenka-chan!" +202400 ,,,,,3231060,,,,,,,,,,,,,,,"The other men also moved their hips or rubbed against her,\nall seemingly ready to go." +202500 ,,,,,3231060,,甜花,Tenka,305_TC03a_t_090.wav,tenka,,0,,,,,,,,"Haa, haa, haa, d-does this feel good...? Nmm!? If you do\nthat to my cheek, it hurts!" +202600 ,,,,,3231060,,甜花,Tenka,305_TC03a_t_091.wav,tenka,,0,,,,,,,,"Ah!? My hair is being pulled, nnn! Ah, this dick is\ntwitching so much..." +202700 ,,,,,3231060,,男A,Man A,,,,,,,,,,,,"See, Tenka-chan, my dick twitched, right? It's about to come\nout!" +202800 ,,,,,3231060,,甜花,Tenka,305_TC03a_t_092.wav,tenka,,0,,,,,,,,"Fuwaaaa~... I don't know... There are so many dicks, I can't\ntell~~" +202900 ,,,,,3231060,,甜花,Tenka,305_TC03a_t_093.wav,tenka,,0,,,,,,,,Which dick is it? W-where is it coming from!? +203000 ,,,,,3231060,,,,,,,,,,,,,,,"In response to Tenka-chan's question, all the dicks bounced\nup high." +203100 ,,,,,3231060,,甜花,Tenka,305_TC03a_t_094.wav,tenka,,0,,,,,,,,Ah!? Fwaaaaaaaaaa! +203300 ,,,,,3231070,,,,,,,,,,,,,,,――Splat! Splat! Splurt! Splurt splurt splurt! Splurt!\nSplurt! +203400 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_095.wav,tenka,,0,,,,,,,,"Ah, ahhhhh! It's hot... it's so hot!" +203500 ,,,,,3231070,,,,,,,,,,,,,,,"Around Tenka-chan, the dicks bounced repeatedly, each time\nreleasing sperm." +203600 ,,,,,3231070,,,,,,,,,,,,,,,――Splurt splurt splurt! Splurt splurt splurttt! Splurt!\nSplurt! +203700 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_096.wav,tenka,,0,,,,,,,,Hap... ugh... in my mouth... nnn! No... I can't open my\neyes... +203800 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_097.wav,tenka,,0,,,,,,,,Ahh... hepa! No... it's still coming out... I'm drowning...\nI can't breathe... +203900 ,,,,,3231070,,主人公,Kiyoshi,,,,,,,,,,,,Wow... it's really coming out. Everyone's amazing. +204000 ,,,,,3231070,,男A,Man A,,,,,,,,,,,,"Hehe, I abstained for a week just for this day!" +204100 ,,,,,3231070,,男B,Man B,,,,,,,,,,,,Haa haa... Th-thank you for inviting me to such a wonderful\nevent. +204200 ,,,,,3231070,,男C,Male C,,,,,,,,,,,,Yeah... I really enjoyed it. +204300 ,,,,,3231070,,男D,Male D,,,,,,,,,,,,Phew... I'm really satisfied. +204400 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_098.wav,tenka,,0,,,,,,,,Ah... ugh... +204500 ,,,,,3231070,,,,,,,,,,,,,,,"In the middle of all the dicks, Tenka-chan, covered in\nwhite, was just in a daze." +204600 ,,,,,3231070,,,,,,,,,,,,,,,"Well, it's impossible to stay normal after being showered\nwith sperm by strangers like that." +204700 ,,,,,3231070,,主人公,Kiyoshi,,,,,,,,,,,,"Hehehe, you're all sticky... Tenka-chan." +204800 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_099.wav,tenka,,0,,,,,,,,...Is it... over? +204900 ,,,,,3231070,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's it for today. You must be tired, right?" +205000 ,,,,,3231070,,,,,,,,,,,,,,,"Then, with vacant eyes, Tenka-chan..." +205100 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_100.wav,tenka,,0,,,,,,,,"Ah... um... everyone," +205200 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_101.wav,tenka,,0,,,,,,,,Thank you for coming to the live and handshake event\ntoday... +205300 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_102.wav,tenka,,0,,,,,,,,"I'll keep doing my best, so please support me..." +205400 ,,,,,3231070,,主人公,Kiyoshi,,,,,,,,,,,,... +205500 ,,,,,3231070,,,,,,,,,,,,,,,"Whether she still thought it was a handshake event or if the\nexperience was too overwhelming and confused her memory,\nTenka- chan said that." +205600 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_103.wav,tenka,,0,,,,,,,,P-please come again... +205700 ,,,,,3231070,,,,,,,,,,,,,,,"...I don't know what's true, but she's a professional." +205800 ,,,,,3231070,,,,,,,,,,,,,,,I was a bit moved. +205900 ,$event_return,,,,,,,,,,,,,,,,,,, +206000 ,,,0,9001,,,,,,,,,,,,,,,, +206200 ,@306_TC03b,,,,,,,,,,,,,,,,,,, +206500 ,,,15,31,,,,,,,,,,,,,,,,"Phew... that was exciting. An idol getting showered with\nfans' sperm for popularity, what an irresistible situation." +206600 ,,,,,,,,,,,,,,,,,,,,"The first live and handshake event ended, and I started\ntidying up the place." +206700 ,,,,,,,,,,,,,,,,,,,,All my fellow lolicon friends left looking satisfied. +206800 ,,,,,,,,,,,,,,,,,,,,"Oops, I should clean up the sperm quickly before someone\ncomes and thinks it's weird." +206900 ,,,,,,,,,,,,,,,,,,,,"I mean, I don't want my shop smelling like sperm." +207000 ,,,,,,,甜花,Tenka,306_TC03b_t_000.wav,"tenkaL,bikini",,26,,,,,,,,...... +207100 ,,,,,,,,,,tenkaL,,26,,,,,,,,"And the star of the show, Tenka-chan, stood there, dazed for\na while." +207200 ,,,,,,,,,,tenkaL,,26,,,,,,,,Hmm. Maybe we went a bit too far this time... +207300 ,,,,,,,,,,tenkaL,,26,,,,,,,,"Just when I was starting to regain her trust. If she gets\nupset or starts crying, that could be a problem." +208500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, how was your first live?" +208600 ,,,,,,,,,,,,,,,,,,,,"When I asked, she looked at me with a happy yet slightly\nanxious expression." +208700 ,,,,,,,甜花,Tenka,306_TC03b_t_003.wav,"tenka,bikini",,3,,,,,,,,"Uh, um. How did it look to you, mister?" +208800 ,,,,,,,,,,tenka,,3,,,,,,,,Tenka-chan wasn't her usual confident self; she seemed a bit\nnervous and fidgety. +208900 ,,,,,,,,,,tenka,,3,,,,,,,,"Well, to cheer her up, I should probably give her some\npraise here." +209000 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Hmm, let's see. I think it was really great!" +209100 ,,,,,,,甜花,Tenka,306_TC03b_t_004.wav,tenka,,23,,,,,,,,Really? +209200 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Of course, there are still things you need to work on and\nareas to improve." +209300 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"But I think the audience was really happy, don't you?" +209400 ,,,,,,,甜花,Tenka,306_TC03b_t_005.wav,tenka,,1,,,,,,,,"Y-yeah! They were happy, right!" +209500 ,,,,,,,,,,tenka,,1,,,,,,,,"Well, with a girl like her doing that, there's no way those\nlolicons wouldn't be happy." +209600 ,,,,,,,,,,tenka,,1,,,,,,,,"Even I was overjoyed, so that's a guarantee!" +209700 ,,,,,,,,,,tenka,,1,,,,,,,,"But even without that, Tenka-chan was cute, and she worked\nhard on her singing and dancing. I might have really become\na fan." +209800 ,,,,,,,,,,tenka,,1,,,,,,,,"I think she probably has a desire to be seen and likes\nstanding out in front of people. Personality-wise, I think\nshe truly has talent." +209900 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"So, how was it for you, Tenka-chan?" +210000 ,,,,,,,甜花,Tenka,306_TC03b_t_006.wav,tenka,,22,,,,,,,,"Uh, um... It was a little embarrassing, but everyone was\nhappy... I was really happy." +210100 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,"Oh, you were happy?" +210200 ,,,,,,,,,,tenka,,22,,,,,,,,"I thought she might get angry about the micro bikini thing,\nbut it seems that's not the case." +210300 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,What made you happy? +210400 ,,,,,,,甜花,Tenka,306_TC03b_t_007.wav,tenka,,2,,,,,,,,"Hmm, when I was singing and dancing, everyone was watching\nme properly and they clapped for me." +210500 ,,,,,,,甜花,Tenka,306_TC03b_t_008.wav,tenka,,2,,,,,,,,"There were a lot of things, but I think it went really well.\nIt felt great to sing in front of everyone, and I think it\nwas a success." +210600 ,,,,,,,主人公,Kiyoshi,,tenka,,2,,,,,,,,"I see, I'm glad you were able to sing comfortably, Tenka-\nchan." +210700 ,,,,,,,甜花,Tenka,306_TC03b_t_009.wav,tenka,,16,,,,,,,,"Y-yeah... and, um, mister." +210800 ,,,,,,,,,,tenka,,16,,,,,,,,Tenka-chan shyly smiled and started to sway her body\nbashfully. +210900 ,,,,,,,,,,tenka,,16,,,,,,,,I wonder what's up? +211000 ,,,,,,,甜花,Tenka,306_TC03b_t_010.wav,tenka,,16,,,,,,,,"Um... you know. Uh... thank you, mister." +211100 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,Huh? +211200 ,,,,,,,甜花,Tenka,306_TC03b_t_011.wav,tenka,,0,,,,,,,,"Thanks to you, mister... I was able to do songs, dances, and\nlive shows, and I got fans too." +211300 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,... +211400 ,,,,,,,甜花,Tenka,306_TC03b_t_012.wav,tenka,,21,,,,,,,,"So, thank you." +211500 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,Y-yeah. +211600 ,,,,,,,甜花,Tenka,306_TC03b_t_013.wav,tenka,,1,,,,,,,,"Ehehe... I'm glad you're my first fan, mister." +211700 ,,,,,,,,,,tenka,,1,,,,,,,,My face is starting to feel hot... +211800 ,,,,,,,,,,tenka,,1,,,,,,,,"When she thanks me so honestly, it's kind of embarrassing...\nI feel shy despite my age." +211900 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,I'm really happy to be your first fan too. +212000 ,,,,,,,甜花,Tenka,306_TC03b_t_014.wav,tenka,,21,,,,,,,,"Hehe, keep supporting me, okay?" +212100 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"Yeah, of course." +212200 ,,,,,,,,,,tenka,,21,,,,,,,,"Seeing her smile like this, I might genuinely become a fan\nwithout any ulterior motives. No, I probably already am." +212300 ,,,,,,,,,,tenka,,21,,,,,,,,"There might have been other ways to do naughty things, but\npreparing songs and dances might mean I've been captivated\nby her idol charm." +212400 ,,,,,,,,,,tenka,,21,,,,,,,,"Hmm, to be swayed by such a young girl..." +212500 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"Keep doing your best, okay?" +212600 ,,,,,,,甜花,Tenka,306_TC03b_t_015.wav,tenka,,1,,,,,,,,Yeah! +212700 ,,,,,,,,,,tenka,,1,,,,,,,,"She responded energetically, but only for a moment." +212800 ,,,,,,,甜花,Tenka,306_TC03b_t_016.wav,tenka,,12,,,,,,,,...Phew~ +212900 ,,,,,,,,,,tenka,,12,,,,,,,,"Now that I think about it, Tenka-chan's face has been red\nand her breathing a bit heavy... Did the live show tire her\nout?" +213000 ,,,,,,,,,,tenka,,12,,,,,,,,But it doesn't seem like she's lacking energy. +213100 ,,,,,,,,,,tenka,,12,,,,,,,,She's fidgeting and swaying her body. Could it be that she's\nexcited because of what happened? +213200 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,"By the way, Tenka-chan." +213300 ,,,,,,,甜花,Tenka,306_TC03b_t_017.wav,tenka,,34,,,,,,,,...? What is it? +213400 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,How was it with other guys' dicks? +213500 ,,,,,,,甜花,Tenka,306_TC03b_t_018.wav,tenka,,4,,,,,,,,Eh!? W-what do you mean!? +213600 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"There were a lot of people who got like that looking at you,\nTenka-chan. How did it feel? Were you happy about it?" +213700 ,,,,,,,甜花,Tenka,306_TC03b_t_019.wav,tenka,,16,,,,,,,,N-no way! That's... sexual harassment. +213800 ,,,,,,,,,,tenka,,16,,,,,,,,"Even as she says that, she unconsciously fidgets around her\ncrotch, perhaps recalling what happened earlier." +213900 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,"By the way, how was the handshake event after the live show?" +214000 ,,,,,,,甜花,Tenka,306_TC03b_t_020.wav,tenka,,36,,,,,,,,The handshake event was... n-not that much. +214100 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"Really? You looked happy, Tenka-chan. Weren't you actually\nhappier at the handshake event than the live show?" +214200 ,,,,,,,甜花,Tenka,306_TC03b_t_021.wav,tenkaL,,11,,,,,,,,N-no way! I was happier at the live show! +214300 ,,,,,,,主人公,Kiyoshi,,tenkaL,,11,,,,,,,,"You were happier at the live show... which means you were at\nleast a little happy at the handshake event too, right?" +214400 ,,,,,,,甜花,Tenka,306_TC03b_t_022.wav,tenka,,13,,,,,,,,...Ah. +214500 ,,,,,,,,,,tenka,,13,,,,,,,,"Tenka-chan lets out a voice as if it slipped from her\nthroat. Yeah, she must have been a little happy." +214600 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,How was it? +214700 ,,,,,,,甜花,Tenka,306_TC03b_t_023.wav,tenka,,31,,,,,,,,"Y-you're unfair, mister!" +214800 ,,,,,,,,,,tenka,,31,,,,,,,,It's easy to catch a girl of this age. +214900 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"But as a girl, I think it's nice when a guy's dick reacts to\nyour body." +215000 ,,,,,,,甜花,Tenka,306_TC03b_t_024.wav,tenka,,33,,,,,,,,...I-is that so? +215100 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Yeah, because it's getting bigger thanks to you. It means\nyou're attractive, right? Isn't that nice?" +215200 ,,,,,,,甜花,Tenka,306_TC03b_t_025.wav,tenka,,13,,,,,,,,... +215300 ,,,,,,,甜花,Tenka,306_TC03b_t_026.wav,tenka,,13,,,,,,,,J-just a little. +215400 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Seeing those dicks react made you happy too, didn't it,\nTenka-chan?" +215500 ,,,,,,,,,,tenka,,13,,,,,,,,Tenka-chan keeps averting her gaze and then looking back at\nme repeatedly. +215600 ,,,,,,,,,,tenka,,13,,,,,,,,And after a while... +215700 ,,,,,,,甜花,Tenka,306_TC03b_t_027.wav,tenka,,22,,,,,,,,"I was embarrassed, but... I was a little happy." +215800 ,,,,,,,甜花,Tenka,306_TC03b_t_028.wav,tenka,,22,,,,,,,,When everyone in the audience looked at me and their dicks\ngot bigger... I thought it was nice. +215900 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,"I see, I see." +216000 ,,,,,,,,,,tenka,,22,,,,,,,,She spoke more honestly than I expected. +216100 ,,,,,,,,,,tenka,,22,,,,,,,,Maybe she doesn't actually dislike being watched like this. +216200 ,,,,,,,,,,tenka,,22,,,,,,,,"No, she might even like it." +216300 ,,,,,,,,,,tenka,,22,,,,,,,,"Tenka-chan is fidgeting, rubbing her thighs together,\nclearly excited... or aroused, right?" +216400 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,"During the handshake event earlier... you were actually\nexcited too, weren't you, Tenka-chan?" +216500 ,,,,,,,甜花,Tenka,306_TC03b_t_029.wav,tenka,,31,,,,,,,,Eh? Eh!? T-that's not true! +216600 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"You're feeling a bit naughty, aren't you?" +216700 ,,,,,,,甜花,Tenka,306_TC03b_t_030.wav,tenka,,11,,,,,,,,"I-I was happy, but... I'm not feeling naughty!" +216800 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"Hmm, then..." +216900 ,,,,,,,甜花,Tenka,306_TC03b_t_031.wav,tenka,,24,,,,,,,,Eh? Kyah!? +217100 ,,,11,,3232000,,,,,,,,,,,,,,, +217200 ,*mem,,,,3232000,,,,,,,,,,,,,,, +217300 ,,,11,,3232000,,,,,,,,,,,,,,,"I grabbed Tenka-chan and flipped her onto the floor. Aiming\nfor her crotch area... I positioned my face between her\nlegs, in what's known as the sixty-nine position." +217400 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_032.wav,tenka,,0,,,,,,,,Mister! What are you doing! +217500 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, but I have to check something." +217600 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_033.wav,tenka,,0,,,,,,,,Check what... ah!? +217700 ,,,,,3232000,,,,,,,,,,,,,,,I brought my face closer to her crotch. +217800 ,,,,,3232000,,,,,,,,,,,,,,,"Upon closer inspection, the color of the micro bikini\nbottoms Tenka-chan was wearing had darkened slightly." +217900 ,,,,,3232000,,,,,,,,,,,,,,,"Hmm, I hadn't noticed because the fabric area is small,\nbut... this is." +218000 ,,,,,3232000,,,,,,,,,,,,,,,I gently pressed my finger into her crotch. +218100 ,,,,,3232000,,,,,,,,,,,,,,,――Squish. +218200 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_034.wav,tenka,,0,,,,,,,,"Hyah! M-Mister, what are you doing!?" +218300 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, sorry, but Tenka-chan, this sound..." +218400 ,,,,,3232000,,,,,,,,,,,,,,,"Yeah, it was hard to notice because the swimsuit is small,\nbut it was sticky and wet there." +218500 ,,,,,3232000,,,,,,,,,,,,,,,And probably with Tenka-chan's love juices. +218600 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,"Here, Tenka-chan's crotch is wet with naughty juices, and\nit's leaving a stain, you know?" +218700 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,"You really did get in the mood, didn't you?" +218800 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_035.wav,tenka,,0,,,,,,,,"Eh? ...No, that's not true!" +218900 ,,,,,3232000,,,,,,,,,,,,,,,"She shook her head vigorously, her face bright red." +219000 ,,,,,3232000,,,,,,,,,,,,,,,"This reaction, she's so flustered because I hit the mark." +219100 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,Hmm... I wonder if you got excited seeing everyone's dicks? +219200 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_036.wav,tenka,,0,,,,,,,,"No! ...I'm not wet, and I was happy, but... I'm not excited!" +219300 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,"Not wet? ...Then, what is this sound?" +219400 ,,,,,3232000,,,,,,,,,,,,,,,"I started to play with that spot again with my finger, and a\nsticky sound of squish, squish, squelch... could be heard." +219500 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_037.wav,tenka,,0,,,,,,,,Hah! N-No! Mister! +219600 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,"See, it's like this, isn't it?" +219700 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_038.wav,tenka,,0,,,,,,,,Ugh... uuu +219800 ,,,,,3232000,,,,,,,,,,,,,,,"Getting wet just from a handjob, she really has that kind of\npotential." +219900 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,To end up like this... it seems like Tenka- chan is becoming\na sexy girl who loves dicks. +220100 ,,,,,3232010,,甜花,Tenka,306_TC03b_t_039.wav,tenka,,0,,,,,,,,N-No! That's... not naughty juice! +220200 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? Then, what is this?" +220300 ,,,,,3232010,,甜花,Tenka,306_TC03b_t_040.wav,tenka,,0,,,,,,,,That is... um... +220400 ,,,,,3232010,,甜花,Tenka,306_TC03b_t_041.wav,tenka,,0,,,,,,,,I-It's pee... that's why... I just got wet from pee. +220500 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,... +220600 ,,,,,3232010,,,,,,,,,,,,,,,"A pee stain, huh... that excites me in its own way." +220700 ,,,,,3232010,,,,,,,,,,,,,,,"In fact, it's a reward in itself." +220800 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,"But this, it's kind of slippery, isn't it?" +220900 ,,,,,3232010,,甜花,Tenka,306_TC03b_t_042.wav,tenka,,0,,,,,,,,! +221000 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,"Pee isn't slippery, right?" +221100 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,It seems like Tenka-chan is becoming a naughty girl. +221200 ,,,,,3232010,,甜花,Tenka,306_TC03b_t_043.wav,tenka,,0,,,,,,,,That's not true... +221300 ,,,,,3232010,,,,,,,,,,,,,,,"Her face turned bright red, looking a bit sulky." +221400 ,,,,,3232010,,,,,,,,,,,,,,,But that reaction just proves I hit the mark. +221500 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, for Tenka-chan who's feeling naughty, I should do\nsomething naughty for you." +221600 ,,,,,3232010,,甜花,Tenka,306_TC03b_t_044.wav,tenka,,0,,,,,,,,I-I'm not feeling naughty at all. +221700 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, what is this?" +221900 ,,,,,3232020,,,,,,,,,,,,,,,"When I took off Tenka-chan's swimsuit, a sticky string\nformed between her pussy and it." +222000 ,,,,,3232020,,甜花,Tenka,306_TC03b_t_045.wav,tenka,,0,,,,,,,,Ah!? Mister!? +222100 ,,,,,3232020,,,,,,,,,,,,,,,"Even though it was a tiny piece of fabric, you really have\nto see the pussy bare." +222200 ,,,,,3232020,,,,,,,,,,,,,,,"Even though it's just a slit, her pussy is twitching, as if\nwaiting to be touched." +222300 ,,,,,3232020,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll lick it and make you feel good now." +222400 ,,,,,3232020,,甜花,Tenka,306_TC03b_t_046.wav,tenka,,0,,,,,,,,"N-No, no! Don't lick there―ah!?" +222500 ,,,,,3232020,,主人公,Kiyoshi,,,,,,,,,,,,Mmm... slurp... lick... lick +222600 ,,,,,3232020,,,,,,,,,,,,,,,"Ignoring her protests, I suck on her exposed, smooth pussy." +222700 ,,,,,3232020,,甜花,Tenka,306_TC03b_t_047.wav,tenka,,0,,,,,,,,"Ahh! Nn... ah... no, no, mister... fuuun!" +222800 ,,,,,3232020,,,,,,,,,,,,,,,"The scent of a girl, her sweet moans, and the sensation\nclinging to my mouth." +222900 ,,,,,3232020,,主人公,Kiyoshi,,,,,,,,,,,,"Mmm... this definitely tastes like naughty juices, not pee." +223000 ,,,,,3232020,,甜花,Tenka,306_TC03b_t_048.wav,tenka,,0,,,,,,,,"That's not true! It's pee! Have you ever tasted pee,\nmister!?" +223100 ,,,,,3232020,,,,,,,,,,,,,,,Hmm... how should I answer that? +223200 ,,,,,3232020,,,,,,,,,,,,,,,"For now, I'll keep teasing to avoid answering." +223300 ,,,,,3232020,,,,,,,,,,,,,,,"I eagerly suck on the hot, soft spot covered in sweat,\nmoving my tongue." +223500 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_049.wav,tenka,,0,,,,,,,,"No, nnngh! Stop... ah, fuuun, don't lick... let go, nnngh,\nhya!" +223600 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_050.wav,tenka,,0,,,,,,,,"Fuuun, no, no... don't suck... nnngh, don't suck... hya,\nnnnngh!" +223700 ,,,,,3232030,,,,,,,,,,,,,,,"I slip my tongue into the closed slit, tracing it repeatedly\nas if cleaning." +223800 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_051.wav,tenka,,0,,,,,,,,"Nnngh!? It tingles! ...Hyuuh! ...Fuuun, ahh!" +223900 ,,,,,3232030,,,,,,,,,,,,,,,"Since she was dancing earlier, the salty taste of sweat\nmixes with the taste of her juices. Hmm, but proportionally,\nthere's more of her juices?" +224000 ,,,,,3232030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, doesn't it feel good around here?" +224100 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_052.wav,tenka,,0,,,,,,,,"Kuun, nnngh, nnnngh! Haa, nn... haa haa, that's... no...\nhya!?" +224200 ,,,,,3232030,,,,,,,,,,,,,,,"Then I stop licking the slit, spread the flesh on both sides\nto open it up. I focus my target on the clitoris." +224300 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_053.wav,tenka,,0,,,,,,,,Ah!? Th-that's! +224400 ,,,,,3232030,,,,,,,,,,,,,,,"At that moment, Tenka-chan shivered and closed her thighs,\ntrapping my face." +224500 ,,,,,3232030,,,,,,,,,,,,,,,"But the strength of a child, especially a girl, isn't much.\nI apply a little force and push my face between her thighs." +224600 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_054.wav,tenka,,0,,,,,,,,"Ah... no, stop... mister, that's..." +224700 ,,,,,3232030,,,,,,,,,,,,,,,"Her body turns red, and she shows slight resistance while\ntrembling." +224800 ,,,,,3232030,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? What's this place, I wonder?" +224900 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_055.wav,tenka,,0,,,,,,,,...It's a no-go zone. +225000 ,,,,,3232030,,主人公,Kiyoshi,,,,,,,,,,,,Could it be that touching here feels good? +225100 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_056.wav,tenka,,0,,,,,,,,!! N-no... that's... hyah!? +225200 ,,,,,3232030,,,,,,,,,,,,,,,"Ignoring Tenka-chan's words, I forcibly move my tongue to\nlick there." +225300 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_057.wav,tenka,,0,,,,,,,,"No, no, no! Ahh!" +225400 ,,,,,3232030,,,,,,,,,,,,,,,"Tenka-chan tries to twist away and escape, but I don't allow\nit and continue licking." +225500 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_058.wav,tenka,,0,,,,,,,,"Nn, nn! Auu! Nn, ahhh!" +225600 ,,,,,3232030,,,,,,,,,,,,,,,"Soon, I start to feel a slippery liquid frequently on my\ntongue." +225700 ,,,,,3232030,,,,,,,,,,,,,,,"Gradually, her love juices increase, and her pussy becomes\nall gooey. It's not just a physiological reaction; it's\nturning into pleasure." +225800 ,,,,,3232030,,主人公,Kiyoshi,,,,,,,,,,,,How is it? Is it starting to feel good? +225900 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_059.wav,tenka,,0,,,,,,,,"Hauu! Nku, kuun... no, stop... nnngh! It's no good... ah,\nahh, it feels good... auu!!" +226000 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_060.wav,tenka,,0,,,,,,,,"Hyah! Ahhh! Uu... nn, nn... nngh! Twitch... twitching." +226100 ,,,,,3232030,,,,,,,,,,,,,,,"When I look at Tenka-chan's face, it's as dazed as her\npussy." +226200 ,,,,,3232030,,,,,,,,,,,,,,,"Every time I move my tongue, Tenka-chan's body jumps, and\nher naughty juices keep overflowing." +226300 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_061.wav,tenka,,0,,,,,,,,"Ah, nku, no, uncle... haa haa... I... fuaa, ah!!" +226400 ,,,,,3232030,,,,,,,,,,,,,,,"I lightly bite her clitoris, and as her focus shifts there,\nI suck strongly." +226500 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_062.wav,tenka,,0,,,,,,,,Nnnngh! Ahhh!! Fwaaaah!! +226600 ,,,,,3232030,,,,,,,,,,,,,,,"Tenka-chan arches her back, lifting her hips, and her body\nstiffens as she trembles." +226700 ,,,,,3232030,,,,,,,,,,,,,,,It seems like she just came. +226800 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_063.wav,tenka,,0,,,,,,,,"Nn! ...! N, nnnngh... ...hah... hafu..." +226900 ,,,,,3232030,,,,,,,,,,,,,,,She's cutely twitching. +227000 ,,,,,3232030,,,,,,,,,,,,,,,Ah... she's so cute and sexy... I want to come too! +227100 ,,,,,3232030,,,,,,,,,,,,,,,"Just watching her makes me feel like I'm going to ejaculate,\nbut that would be a waste." +227200 ,,,,,3232030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan... I'm a fan too, so you have to do a handshake\nevent like with everyone else." +227300 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_064.wav,tenka,,0,,,,,,,,... +227500 ,,,,,3232040,,,,,,,,,,,,,,,Tenka-chan silently nods and gently places her small hand on\nmy cock. +227600 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,Uwa... +227700 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_065.wav,tenka,,0,,,,,,,,Ah... +227800 ,,,,,3232040,,,,,,,,,,,,,,,"As if trying to escape from Tenka-chan's hand, my cock\nreacts sharply." +227900 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_066.wav,tenka,,0,,,,,,,,...As expected... uncle's... is amazing. +228000 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,Eh? +228100 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_067.wav,tenka,,0,,,,,,,,It's twitching more than other fans'. +228200 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"W-Well, I'm... Tenka-chan's biggest fan, after all." +228300 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_068.wav,tenka,,0,,,,,,,,...Y-Yeah. +228400 ,,,,,3232040,,,,,,,,,,,,,,,"As she said that, my cock was gently grasped." +228500 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,Ugh! +228600 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_069.wav,tenka,,0,,,,,,,,Wow... it's trying to escape. +228700 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,Could you squeeze a bit tighter? Like you're holding a\nmicrophone? +228800 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_070.wav,tenka,,0,,,,,,,,L-Like holding a microphone? ...Like this? +228900 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa! That's great, Tenka-chan! Just like that, up and down." +229000 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_071.wav,tenka,,0,,,,,,,,"...Nn, nn, nn. ...Haa, haa." +229100 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"Ahh! That's it, Tenka-chan! Just like that, stroke it!" +229200 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_072.wav,tenka,,0,,,,,,,,"...Stroke, stroke." +229300 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"Ohhh! Now, try swirling around the ridge part." +229400 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_073.wav,tenka,,0,,,,,,,,"...Swirl, swirl. Wow, when I rub this protruding part, it\nmoves a lot." +229500 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,Y-Yeah! It feels really good! +229600 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"Now, Tenka-chan, do it however you like." +229700 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_074.wav,tenka,,0,,,,,,,,O-Okay. +229800 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_075.wav,tenka,,0,,,,,,,,"...Stroke, stroke, stroke... Swirl, swirl... Stroke..." +229900 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"Ohhh! That's great, Tenka-chan!" +230000 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_076.wav,tenka,,0,,,,,,,,"Swirl, swirl, swirl, swirl~... The ridge part, knead,\nknead~... Phew~" +230100 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,Huh!? +230200 ,,,,,3232040,,,,,,,,,,,,,,,Whoa! She blew on my cock!? I couldn't help but let out a\nvoice at the pleasant surprise! +230300 ,,,,,3232040,,,,,,,,,,,,,,,Ahh. I can't hold back with just her hand anymore. +230400 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, could you lick it for me too?" +230500 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_077.wav,tenka,,0,,,,,,,,Eh? L-Lick... your cock? +230600 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, Tenka-chan, you felt good when I licked you\nearlier, right?" +230700 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_078.wav,tenka,,0,,,,,,,,... +230800 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,I want you to lick it too. +230900 ,,,,,3232040,,,,,,,,,,,,,,,"With that, Tenka-chan stuck out her tongue and hesitantly\nbrought her face closer to my cock, trembling slightly." +231100 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_079.wav,tenka,,0,,,,,,,,...Lick. +231200 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,Mmm! +231300 ,,,,,3232050,,,,,,,,,,,,,,,"With the small but soft stimulation, my cock twitched and\njumped." +231400 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_080.wav,tenka,,0,,,,,,,,Ah... amazing... +231500 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, can you keep going like this?" +231600 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_081.wav,tenka,,0,,,,,,,,Y-Yeah. +231700 ,,,,,3232050,,,,,,,,,,,,,,,Oh! It seems like she's not as resistant as I thought! +231800 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_082.wav,tenka,,0,,,,,,,,"Lick... nibble... chu, chumu... chu, chuuu...!" +231900 ,,,,,3232050,,,,,,,,,,,,,,,Her small tongue moved around my cock as if crawling over\nit. +232000 ,,,,,3232050,,,,,,,,,,,,,,,"It's not exactly skillful, but it feels like a child playing\na prank, and it's strangely exciting." +232100 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_083.wav,tenka,,0,,,,,,,,"Chu, lero... pero, chu, chu, lero. Your cock... it's\ntwitching." +232200 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah... your mouth feels good, Tenka- chan." +232300 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_084.wav,tenka,,0,,,,,,,,"Lero... heru, n, nchuu, is that so? Nn... nchujururuu...\nchu." +232400 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_085.wav,tenka,,0,,,,,,,,"Phew... Uncle, are you feeling good with my tongue?" +232500 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it feels good." +232600 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_086.wav,tenka,,0,,,,,,,,I-Is that so... then... +232700 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_087.wav,tenka,,0,,,,,,,,"Nom, pero... lero, lero... juru... lero, nchuu..." +232800 ,,,,,3232050,,,,,,,,,,,,,,,"It does feel good... it feels good, but..." +232900 ,,,,,3232050,,,,,,,,,,,,,,,"I guess it can't be helped, but she's just licking my cock\nwithout any intention of finding the best spot or making me\nclimax." +233000 ,,,,,3232050,,,,,,,,,,,,,,,"A while ago, just this situation would have been enough to\nmake me cum, but now that I can do more intense things..." +233100 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_088.wav,tenka,,0,,,,,,,,"Pero... lero, lero!" +233200 ,,,,,3232050,,,,,,,,,,,,,,,"Hmm, it's frustrating. I want her to take more in her mouth\nand stroke it hard." +233300 ,,,,,3232050,,,,,,,,,,,,,,,"Well, I guess that's an impossible request." +233400 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm... sorry, Tenka-chan. It might be a bit uncomfortable." +233500 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_089.wav,tenka,,0,,,,,,,,...? +233600 ,,,,,3232050,,,,,,,,,,,,,,,I move my hips to position it so that it's perpendicular to\nTenka-chan's mouth. +233700 ,,,,,3232050,,,,,,,,,,,,,,,"Then I thrust forward all at once, aiming for her mouth.\nIt's called an irrumatio." +233900 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_090.wav,tenka,,0,,,,,,,,Amn!? Nmmuu~~~~~! Ngu!? Nn!? Nfuu! +234000 ,,,,,3232060,,,,,,,,,,,,,,,I thrust my cock deep into Tenka-chan's small mouth. +234100 ,,,,,3232060,,,,,,,,,,,,,,,"It hits the back of her throat, and the uvula irregularly\nstimulates the glans." +234200 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,"Fuu! Tenka-chan's mouth is stimulating my cock, it feels\ngreat!" +234300 ,,,,,3232060,,,,,,,,,,,,,,,"My cock fits snugly in her small throat, and the tight\npleasure envelops it." +234400 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_091.wav,tenka,,0,,,,,,,,Nbu! Ubu! Nee! Nmuuu! Nnnn!? Nooo!? +234500 ,,,,,3232060,,,,,,,,,,,,,,,"Oops... at this rate, she won't be able to breathe because\nof my cock." +234600 ,,,,,3232060,,,,,,,,,,,,,,,Let's pull out once. +234700 ,,,,,3232060,,,,,,,,,,,,,,,I slowly lift my hips and pull my saliva- covered cock out\nof her mouth. +234800 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_092.wav,tenka,,0,,,,,,,,"―Phaaah! Cough! Cough, cough! Ugh... bleh..." +234900 ,,,,,3232050,,,,,,,,,,,,,,,"It seems the sudden irrumatio was too much for her, as she's\ncoughing and tearing up." +235000 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_093.wav,tenka,,0,,,,,,,,"W-What are you doing, mister! I thought I was going to die!" +235100 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,"Well, this is called irrumatio, and it's another way to have\nsex, you know?" +235200 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_094.wav,tenka,,0,,,,,,,,"Even if it exists, it's still suffocating!" +235300 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,"But Tenka-chan, your throat feels amazing... Let's do it\nagain, okay?" +235400 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_095.wav,tenka,,0,,,,,,,,"Ugh... bleh... M-Mister, stop it. It's hard to\nbreathe―nngh!?" +235500 ,,,,,3232060,,,,,,,,,,,,,,,I mercilessly thrust my erect cock back into Tenka-chan's\ncute mouth. +235600 ,,,,,3232060,,,,,,,,,,,,,,,"And to feel pleasure, I mercilessly move it up and down." +235700 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_096.wav,tenka,,0,,,,,,,,"Nmm!? Nmmuu! Ngu!? Nnn! N, n, n, n~~~~!" +235800 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_097.wav,tenka,,0,,,,,,,,"Mister―nngh!? I can't breathe―nngh! Nngh! Hahyu―nn, nn, ngu!\nHapu―ammu!?" +235900 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,Whoa!? Your throat is moving and it feels amazing! +236000 ,,,,,3232060,,,,,,,,,,,,,,,"Her mouth and throat are desperately moving for air,\ntransmitting an irregular pleasure." +236100 ,,,,,3232060,,,,,,,,,,,,,,,I have to be careful not to get too caught up in the\npleasure and forget to let her breathe. +236200 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_098.wav,tenka,,0,,,,,,,,"Hebu! Abu... phaa! Haa! Haa! Haa, haa... haa―nngh!! Nmmuu!" +236300 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_099.wav,tenka,,0,,,,,,,,"Jupu, ju, jurururu, juu! N, chu, chupu, jupu... juuuu...!" +236400 ,,,,,3232060,,,,,,,,,,,,,,,"The saliva in Tenka-chan's mouth mixes with my pre-cum,\nmaking a strange sloshing sound." +236500 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,"It feels so good! It feels great, Tenka- chan! I'm glad I'm\na fan of yours!" +236600 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_100.wav,tenka,,0,,,,,,,,"Juuuuuu!? Buhah! Nmbu! Jururu...! Juru, jupu!" +236700 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_101.wav,tenka,,0,,,,,,,,It's tight! Nmbuu!? My throat... your dick is twitching...\nnmu!? Nnnnn! +236800 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_102.wav,tenka,,0,,,,,,,,"My mouth... nmu, it's getting so messy, jupu...! N, fuuu...!" +236900 ,,,,,3232060,,,,,,,,,,,,,,,"With Tenka-chan's voice arousing her masochistic side and\nthe pleasure from her mouth and throat, my cock was on the\nverge of climax." +237000 ,,,,,3232060,,,,,,,,,,,,,,,"Now, where should I release it?" +237100 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_103.wav,tenka,,0,,,,,,,,Abu!? Nmbu! Haa haa! Hachumu! +237200 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,Haa haa! Tenka-chan! I'm going to cum! My sperm is about to\ncome out! +237300 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_104.wav,tenka,,0,,,,,,,,Nmmuuuu! Mu! Muuu! Nguuuuuuuuuuu! +237400 ,,,,,3232060,,,,,,,,,,,,,,,"Now, where should I release it?" +237500 ,$menu_begin,,,,3232060,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish in her mouth,sel_1a",,,,3232060,,,,,,,,,,,,,,,■@ Release in her mouth +↓,"$menu_item 1,Cover her body,sel_1b",,,,3232060,,,,,,,,,,,,,,,■A Spray all over her body +↓,$menu_end,,,,3232060,,,,,,,,,,,,,,, +237600 ,*sel_1a,,,,3232060,,,,,,,,,,,,,,,■@ Release in her mouth. +237700 ,,,,,3232060,,,,,,,,,,,,,,,"My cock is thrust into her mouth, which is open as wide as\npossible. Saliva overflows from the gaps like lubricant." +237800 ,,,,,3232060,,,,,,,,,,,,,,,The sight is so erotic that I want to let my sperm overflow\nfrom there. +237900 ,,,,,3232060,,,,,,,,,,,,,,,I want to send my sperm deep into her cute mouth. +238000 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to cum! I'm going to release it in your mouth,\nTenka-chan!" +238100 ,,,,,3232060,,,,,,,,,,,,,,,I repeatedly thrust my cock deep into her throat as if to\nspur on the climax. +238200 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_105.wav,tenka,,0,,,,,,,,Nguuu!? It's coming out! Ngu! Ngu!? Ngu!? Ngu!? Ngu!?\nNguuu!? +238400 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_106.wav,tenka,,0,,,,,,,,Offu! It's so much! Nmm!? Nmm!? Nbu!? Nn!? Noe! +238500 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan! Tenka-chan! Nnfu! Nnfu! +238600 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_107.wav,tenka,,0,,,,,,,,Hammph! Nnguffuuuuuu! +238700 ,,,,,3232060,,,,,,,,,,,,,,,"Ah! It's coming, it's coming! The base is tightening,\nsignaling that I'm about to ejaculate!" +238800 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,"Nn, it's coming out!" +238900 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_108.wav,tenka,,0,,,,,,,,Nmmuuuuuuuuuu!? +239100 ,,,,,3232060,,,,,,,,,,,,,,,"When I thrust my cock deep into her throat, it thrashes\nunbelievably and spews out semen." +239200 ,,,,,3232070,,甜花,Tenka,306_TC03b_t_109.wav,tenka,,0,,,,,,,,Nmmmmm! Bweh!? Bubwa!? Nnbuuu! +239300 ,,,,,3232070,,,,,,,,,,,,,,,"It seems like the amount was too much for her mouth, and it\noverflowed, leaking out from the gap between her mouth and\nmy cock." +239400 ,,,,,3232070,,,,,,,,,,,,,,,"――Gurgle, gurgle" +239500 ,,,,,3232070,,,,,,,,,,,,,,,The semen spills out with a sound that seems like it would\nmake. +239600 ,,,,,3232070,,甜花,Tenka,306_TC03b_t_110.wav,tenka,,0,,,,,,,,Nnbuu!? Nmmuu!? Muuu~~~~! +239700 ,,,,,3232070,,,,,,,,,,,,,,,"She twitches painfully, giving even more stimulation to my\ncock." +239800 ,,,,,3232070,,,,,,,,,,,,,,,"...If I keep going, she won't be able to breathe." +239900 ,,,,,3232070,,主人公,Kiyoshi,,,,,,,,,,,,...yo +240000 ,,,,,3232070,,,,,,,,,,,,,,,I lift my hips and pull my cock out from her wide-open\nmouth. +240200 ,,,,,3232080,,甜花,Tenka,306_TC03b_t_111.wav,tenka,,0,,,,,,,,Phaaa! Cough cough! Uwe! Uweee... +240300 ,,,,,3232080,,,,,,,,,,,,,,,"As she takes in air for the first time in a while, she gags\nfrom the assault on her throat." +240400 ,,,,,3232080,,甜花,Tenka,306_TC03b_t_112.wav,tenka,,0,,,,,,,,Bweee... Hahh hahh! Cough cough! Ugh... +240500 ,,,,,3232080,,,,,,,,,,,,,,,"And from deep in her throat, she expels a large amount of my\nsemen." +240600 ,,,,,3232080,,,,,,,,,,,,,,,"...I released that much, huh." +240700 ,,,,,3232080,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, that felt good." +240800 ,,,,,3232080,,甜花,Tenka,306_TC03b_t_113.wav,tenka,,0,,,,,,,,Hahh hahh... it was suffocating... +240900 ,,,,,3232080,,主人公,Kiyoshi,,,,,,,,,,,,"I didn't expect to get so excited, it's all thanks to your\ncharm, Tenka-chan." +241000 ,,,,,3232080,,甜花,Tenka,306_TC03b_t_114.wav,tenka,,0,,,,,,,,"I'm glad you got excited, but... the suffocating part... I\ndon't want that anymore..." +241100 ,,,,,3232080,,,,,,,,,,,,,,,Maybe it was too much to do an irrumatio with someone who\ndoesn't have much experience. +241200 ,,,,,3232080,,主人公,Kiyoshi,,,,,,,,,,,,"I'm really glad to be your fan, Tenka-chan. Thank you so\nmuch." +241300 ,,,,,3232080,,甜花,Tenka,306_TC03b_t_115.wav,tenka,,0,,,,,,,,... +241400 ,,,,,3232080,,,,,,,,,,,,,,,"But well, when I say things like this, Tenka- chan gets\nhappy." +241500 ,$event_return,,,,,,,,,,,,,,,,,,, +241700 ,,,,9000,,,,,,,,,,,,,,,,"After that, I took Tenka-chan, covered in white fluid, to\nthe bathroom and gave her a shower." +241800 ,$go join_1,,,,,,,,,,,,,,,,,,,■To the reunion +241900 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ACover her whole body +242000 ,,,,,3232060,,,,,,,,,,,,,,,"My cock thrust into her mouth, opened as wide as possible.\nSaliva overflowed from the gaps like lubricant." +242100 ,,,,,3232060,,,,,,,,,,,,,,,"She seems to be struggling a bit, maybe I should pull out." +242200 ,,,,,3232060,,,,,,,,,,,,,,,"That's one reason, but honestly, I had a bit of a\ncompetitive spirit." +242300 ,,,,,3232060,,,,,,,,,,,,,,,The lolicon friends from earlier... I wanted to overwrite\ntheir semen with mine! +242400 ,,,,,3232060,,,,,,,,,,,,,,,I was overflowing with that desire. +242500 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to cum! I'm going to cover you, Tenka-chan!" +242600 ,,,,,3232060,,,,,,,,,,,,,,,I repeatedly thrust my cock deep into her throat as if\nsprinting. +242700 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_116.wav,tenka,,0,,,,,,,,Nnguuu!? Hurry up! Nnguu! Nng!? Nng!? Nng!? Nng!? Nnguuu!? +242900 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_117.wav,tenka,,0,,,,,,,,Offh! Please pull out quickly! Nmm!? Nmm!? Nbu!? Nn!? Noe! +243000 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan! Tenka-chan! Nnfu! Nnfu! +243100 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_118.wav,tenka,,0,,,,,,,,Nng nng! Nnfu! +243200 ,,,,,3232060,,,,,,,,,,,,,,,"Ah! It's coming, it's coming! The base is tightening,\nsignaling that I'm about to cum!" +243300 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,"Nn, it's coming!" +243400 ,,,,,3232060,,,,,,,,,,,,,,,I pull out my cock and get ready in front of Tenka-chan's\nface. +243500 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_119.wav,tenka,,0,,,,,,,,"―Puhah! Ah, your cock is twitching! Ah, fuwah!" +243700 ,,,,,3232081,,,,,,,,,,,,,,,"As I pull out my cock, it thrashes unbelievably and spews\nout semen." +243800 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_120.wav,tenka,,0,,,,,,,,Abuh! Hep! Hapuh!? Au!? It's hot! +243900 ,,,,,3232081,,,,,,,,,,,,,,,"The amount covers her in white, making her sound like she's\ndrowning." +244000 ,,,,,3232081,,,,,,,,,,,,,,,"―Byub, Byugug!" +244100 ,,,,,3232081,,,,,,,,,,,,,,,The semen gushes out with such a sound. +244200 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_121.wav,tenka,,0,,,,,,,,Auu!? Uuuu! Is it still coming? +244300 ,,,,,3232081,,,,,,,,,,,,,,,"She twitches every time the semen hits her, looking somewhat\ncute." +244400 ,,,,,3232081,,主人公,Kiyoshi,,,,,,,,,,,,...Phew. +244500 ,,,,,3232081,,,,,,,,,,,,,,,"Finally, my cock is calming down." +244600 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_122.wav,tenka,,0,,,,,,,,Uwaa... It feels like it's going into my nose... I can't\nopen my eyes... +244700 ,,,,,3232081,,,,,,,,,,,,,,,"Her face is covered in semen, and if she breathes, she might\ninhale it." +244800 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_123.wav,tenka,,0,,,,,,,,Fuwaa... Hah hah! Uuu! Wash it off... +244900 ,,,,,3232081,,,,,,,,,,,,,,,...I released so much. +245000 ,,,,,3232081,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, it felt so good." +245100 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_124.wav,tenka,,0,,,,,,,,Hah hah... I was struggling... +245200 ,,,,,3232081,,主人公,Kiyoshi,,,,,,,,,,,,"I didn't expect to get so excited, it's all thanks to your\ncharm, Tenka-chan." +245300 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_125.wav,tenka,,0,,,,,,,,"I'm glad you got excited, but... the struggling... I don't\nwant it anymore..." +245400 ,,,,,3232081,,,,,,,,,,,,,,,Maybe it was too much to do an imaratio with someone who\ndoesn't have much experience. +245500 ,,,,,3232081,,主人公,Kiyoshi,,,,,,,,,,,,"I'm really glad to be a fan of Tenka-chan, thank you so\nmuch." +245600 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_126.wav,tenka,,0,,,,,,,,... +245700 ,,,,,3232081,,,,,,,,,,,,,,,"But well, when I say things like this, Tenka- chan gets\nhappy." +245800 ,$event_return,,,,,,,,,,,,,,,,,,, +246000 ,,,,9000,,,,,,,,,,,,,,,,"After that, I took Tenka-chan, covered in white fluid, to\nthe bathroom and let her take a shower." +246100 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +246300 ,,,8,32,,,主人公,Kiyoshi,,,,,,,,,,,,Feeling better? +246400 ,,,,,,,甜花,Tenka,306_TC03b_t_127.wav,"tenka,private",,2,,,,,,,,Yeah... +246500 ,,,,,,,,,,tenka,,2,,,,,,,,"Tenka-chan came out of the bath still looking a bit flushed,\nbut much calmer compared to earlier." +246600 ,,,,,,,,,,tenka,,2,,,,,,,,I stood up to see Tenka-chan off and moved to the front of\nthe shop. +246700 ,,,,,,,,,,tenka,,2,,,,,,,,"I might have gone a bit too far, so I should try to cheer\nher up a little." +246800 ,,,,,,,主人公,Kiyoshi,,tenka,,2,,,,,,,,"By the way, Tenka-chan. The shop's sales were good today." +246900 ,,,,,,,甜花,Tenka,306_TC03b_t_128.wav,tenka,,3,,,,,,,,Huh? +247000 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,It's because the customers who came to see your live show\nbought a lot. +247100 ,,,,,,,甜花,Tenka,306_TC03b_t_129.wav,tenka,,4,,,,,,,,Huh? Really! +247200 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,I think today's live show was really exciting. +247300 ,,,,,,,,,,tenka,,4,,,,,,,,"Well, mostly in a sexual sense though." +247400 ,,,,,,,甜花,Tenka,306_TC03b_t_130.wav,tenka,,21,,,,,,,,Yeah! That's right! +247500 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"If you'd like, could you do it again? There might even be a\nhandshake event, you know." +247600 ,,,,,,,甜花,Tenka,306_TC03b_t_131.wav,tenka,,20,,,,,,,,"Uh... yeah. It was embarrassing, but... I was happy too!" +247700 ,,,,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,"Yeah, thank you." +247800 ,,,,,,,甜花,Tenka,306_TC03b_t_132.wav,tenka,,1,,,,,,,,"Well then, I'm going home now." +247900 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Yeah, be careful on your way back." +248000 ,,,,42,,,,,,,,,,,,,,,,Tenka-chan waved goodbye energetically and ran home. +248100 ,,,,,,,,,,,,,,,,,,,,"...Even after such a performance, she's full of energy." +248200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Still though... +248300 ,,,,,,,,,,,,,,,,,,,,Embarrassed but happy... Could it be that Tenka-chan likes\nbeing watched? +248400 ,,,0,9000,,,,,,,,,,,,,,,, +248600 ,@307_TC04a,,,,,,,,,,,,,,,,,,, +248900 ,,,5,21,,,主人公,Kiyoshi,,,,,,,,,,,,Ahh... it's hot today too... +249000 ,,,,,,,,,,,,,,,,,,,,"In the sweltering heat, I prepare to open the shop as usual." +249100 ,,,,,,,,,,,,,,,,,,,,I put my hand on the shutter and try to lift it up. +249200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hot! +249300 ,,,,,,,,,,,,,,,,,,,,The shutter had become like a scorching hot iron plate. +249400 ,,,,,,,,,,,,,,,,,,,,...I could probably fry an egg on it. +249500 ,,,,,,,,,,,,,,,,,,,,"As I finish raising the shutter, I marvel at how amazing\nkids are to run around in this heat." +249600 ,,,,,,,,,,,,,,,,,,,, +249700 ,,,,11,,,,,,,,,,,,,,,,"The opening time of a candy shop is pretty flexible, but\nTenka-chan comes to practice in the morning," +249800 ,,,,,,,,,,,,,,,,,,,,so I have to open it for her by then. +249900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Phew. +250000 ,,,,,,,,,,,,,,,,,,,,"Even so, Tenka-chan is really dedicated to her practice." +250100 ,,,,,,,,,,,,,,,,,,,,"After that live performance the other night, I thought maybe\nwe overdid it... but that wasn't the case." +250400 ,,"",,,,,,,,,,,,,,,,,, +250500 ,,,7,11,,,主人公,Kiyoshi,,,,,,,,,,,,"...Tenka-chan, you're late today." +250600 ,,,,,,,,,,,,,,,,,,,,The day after Tenka-chan's debut live. +250700 ,,,,,,,,,,,,,,,,,,,,Quite some time has passed since I opened the shop... +250800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...She's not coming. +250900 ,,,,,,,,,,,,,,,,,,,,Tenka-chan is later than usual. +251000 ,,,,,,,,,,,,,,,,,,,,"Normally, she'd be practicing by now." +251100 ,,,,,,,,,,,,,,,,,,,,...Maybe she realized something was off after going back\nhome. +251200 ,,,,,,,,,,,,,,,,,,,,"It wasn't just a prank, we did something flashy..." +251300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Is she okay? Did she get found out and reported...? +251400 ,,,,,,,,,,,,,,,,,,,,Just when things were getting good and she was starting to\nlet me do naughty things! +251500 ,,,,,,,,,,,,,,,,,,,,"If I get caught, it'll all be for nothing!" +251600 ,,,,,,,,,,,,,,,,,,,,I should have been more careful... +251700 ,,,,,,,甜花,Tenka,307_TC04a_t_000.wav,"tenka,privateB",,12,,,,,,,,"Huff... Huff... Good morning, mister." +251800 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,T-Tenka-chan!? G-Good morning! +251900 ,,,,,,,甜花,Tenka,307_TC04a_t_001.wav,tenka,,1,,,,,,,,Yeah! +252000 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,Um... you're a bit late today. +252100 ,,,,,,,甜花,Tenka,307_TC04a_t_002.wav,tenka,,34,,,,,,,,"I wanted to come earlier, but... I overslept because I was\ntired from the live." +252200 ,,,,,,,,,,tenka,,34,,,,,,,,"Ah, I see... that's what happened." +252300 ,,,,,,,,,,tenka,,34,,,,,,,,Phew... that's a relief. +252400 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"Then maybe you should have taken today off? Practicing the\nday after a live show must be tough, right?" +252500 ,,,,,,,甜花,Tenka,307_TC04a_t_003.wav,tenka,,7,,,,,,,,"Nope. Yesterday felt really good, so I want to practice\nwhile it's still fresh." +252600 ,,,,,,,主人公,Kiyoshi,,tenka,,7,,,,,,,,"I see, let's do our best, Tenka-chan!" +252700 ,,,,,,,甜花,Tenka,307_TC04a_t_004.wav,tenka,,1,,,,,,,,Yeah! +252900 ,,,5,11,,,,,,,,,,,,,,,,"And so, without any particular worries, the usual days of\npractice began." +253000 ,,,,,,,,,,,,,,,,,,,,There was really nothing to worry about. +253100 ,,,,,,,,,,,,,,,,,,,,"There wasn't, but..." +253200 ,,,,,,,,,,,,,,,,,,,,"From that day on, her dance felt somehow different..." +253300 ,,,,,,,,,,,,,,,,,,,,How should I put it― +253400 ,,,4,,,,甜花,Tenka,307_TC04a_t_005.wav,"tenka,privateC",,20,,,,,,,,"Good morning, mister." +253500 ,,,,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,"Oh!? Good morning, Tenka-chan." +253600 ,,,,,,,甜花,Tenka,307_TC04a_t_006.wav,tenka,,3,,,,,,,,...? What's up? You seemed spaced out. +253700 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Ah, I was just lost in thought." +253800 ,,,,,,,甜花,Tenka,307_TC04a_t_007.wav,tenka,,14,,,,,,,,I thought you had heatstroke. +253900 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,"I'm fine. It's hot, so make sure you stay hydrated during\npractice, Tenka-chan." +254000 ,,,,,,,甜花,Tenka,307_TC04a_t_008.wav,tenka,,1,,,,,,,,Okay! +254100 ,,,,,,,甜花,Tenka,307_TC04a_t_009.wav,tenka,,27,,,,,,,,"Well then, I'll do my best in practice today too!" +254200 ,,,,,,,主人公,Kiyoshi,,tenka,,27,,,,,,,,"Yeah, keep it up!" +254300 ,,,,,,,甜花,Tenka,307_TC04a_t_010.wav,tenka,,0,,,,,,,,"Alright, I'm heading inside." +254400 ,,,,,,,,,,,,,,,,,,,,Tenka-chan pattered her feet as she entered the store. +254500 ,,,,,,,,,,,,,,,,,,,,"Hmm, she's so energetic despite the heat." +254700 ,,,,,,,,,,,,,,,,,,,,"Now, I got distracted when she showed up, but about how her\ndance has changed..." +254900 ,,,,,3130000,,甜花,Tenka,307_TC04a_t_011.wav,tenka,,0,,,,,,,,"Haa... haa... Mister, how was it?" +255000 ,,,,,3130000,,,,,,,,,,,,,,,"Tenka-chan danced with her usual choreography, lifting her\nlegs high, revealing her panties." +255100 ,,,,,3130000,,,,,,,,,,,,,,,"Yeah, as always, nice panties." +255200 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I think it's really good." +255300 ,,,,,3130000,,甜花,Tenka,307_TC04a_t_012.wav,tenka,,0,,,,,,,,Yay! I got praised! +255400 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,...... +255500 ,,,,,3130000,,甜花,Tenka,307_TC04a_t_013.wav,tenka,,0,,,,,,,,"Then, how about doing it like this here!" +255600 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,Oh! +255700 ,,,,,3130000,,,,,,,,,,,,,,,"This time, she moved her legs more when lifting them, making\nher underwear even more visible." +255800 ,,,,,3130000,,,,,,,,,,,,,,,"Hmm, even though she's so small, there's a hint of allure\npeeking through." +255900 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"...Hey, that's not part of the choreography." +256000 ,,,,,3130000,,甜花,Tenka,307_TC04a_t_014.wav,tenka,,0,,,,,,,,"Ehehe, is that a no?" +256100 ,,,,,3130000,,,,,,,,,,,,,,,I wonder what's up? +256200 ,,,,,3130000,,,,,,,,,,,,,,,Maybe she's gotten a bit bolder after experiencing the live\nshow? +256300 ,,,,,3130000,,,,,,,,,,,,,,,"Yes, ever since the day after that live show, there's been\nsomething different about her dancing." +256400 ,,,,,3130000,,,,,,,,,,,,,,,It's like she's no longer hesitant about showing her\npanties. +256500 ,,,,,3130000,,,,,,,,,,,,,,,"Hmm, dancing without embarrassment like that, she's really\ngrowing as an idol." +256600 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, it's about time for the two of them to arrive, isn't it?" +256700 ,,,,,3130000,,甜花,Tenka,307_TC04a_t_015.wav,tenka,,0,,,,,,,,"Huh? Oh, you're right." +256800 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,Shall we call it a day for practice then? +256900 ,,,,,3130000,,甜花,Tenka,307_TC04a_t_016.wav,tenka,,0,,,,,,,,Yeah! +257200 ,,,6,21,,,千恵,Chie,307_TC04a_c_000.wav,"komako,private",,1,"chie,privateB",,1,,,,,Hey there! Good morning! +257300 ,,,,,,,コマコ,Komako,307_TC04a_k_000.wav,komako,,1,chie,,1,,,,,Good morning. +257400 ,,,,,,,,,,komako,,1,chie,,1,,,,,"Just as we were talking about them, Chie-chan and Komako-\nchan came running over." +257500 ,,,,,,,主人公,Kiyoshi,,komako,,1,chie,,1,,,,,"Hey, good morning to both of you." +257600 ,,,,,,,千恵,Chie,307_TC04a_c_001.wav,,,,chie,,4,,,,,"Oh, Tenka-chan, good morning! You're already here!" +257700 ,,,,,,,甜花,Tenka,307_TC04a_t_017.wav,,,,chie,,4,tenka,,0,,"Yeah, good morning. I had a little errand to run." +257800 ,,,,,,,千恵,Chie,307_TC04a_c_002.wav,,,,chie,,3,tenka,,0,,An errand? Did you buy something? What did you buy? Show me\ntoo! +257900 ,,,,,,,甜花,Tenka,307_TC04a_t_018.wav,,,,chie,,3,tenka,,3,,I didn't buy anything. I just had a little errand. +258000 ,,,,,,,千恵,Chie,307_TC04a_c_003.wav,,,,chie,,23,tenka,,3,,You had an errand at a store but didn't buy anything? +258100 ,,,,,,,甜花,Tenka,307_TC04a_t_019.wav,,,,chie,,23,tenka,,13,,I-It doesn't matter. I just had something to do with the old\nman. +258200 ,,,,,,,千恵,Chie,307_TC04a_c_004.wav,,,,chie,,1,tenka,,13,,"Oh, I see!" +258300 ,,,,,,,コマコ,Komako,307_TC04a_k_001.wav,komako,,7,,,,tenka,,13,,An errand with the old man... I can't think of anything. +258400 ,,,,,,,,,,,,,,,,,,,,"Ouch, that stings..." +258500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, well, then all three of you, please help out today\ntoo." +258600 ,,,,,,,,,,,,,,,,,,,,The three of them cheerfully responded and went into the\nstore. +258800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +258900 ,,,,,,,,,,,,,,,,,,,,"After a while, I looked inside the store and saw Chie-chan\nand Komako-chan cleaning, while Tenka-chan was struggling to\nkeep up, working slowly." +259000 ,,,,,,,甜花,Tenka,307_TC04a_t_020.wav,,,,,,,tenka,,12,,"Hey, you two are too fast~" +259100 ,,,,,,,コマコ,Komako,307_TC04a_k_002.wav,komako,,3,,,,tenka,,12,,...Are you okay? +259200 ,,,,,,,甜花,Tenka,307_TC04a_t_021.wav,komako,,3,,,,tenka,,34,,"Y-Yeah, I'm okay..." +259300 ,,,,,,,千恵,Chie,307_TC04a_c_005.wav,,,,chie,,5,tenka,,34,,You don't look very okay though. +259400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,tenka,,34,,"Huh? Tenka-chan, are you feeling unwell?" +259500 ,,,,,,,甜花,Tenka,307_TC04a_t_022.wav,,,,chie,,5,tenka,,15,,"Eh? Uh, well..." +259600 ,,,,,,,千恵,Chie,307_TC04a_c_006.wav,,,,chie,,23,tenka,,15,,"Tenka-chan was exercising earlier, so she's just thirsty." +259700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,tenka,,15,,"Oh? Ah, I see." +259800 ,,,,,,,,,,,,,,,,,,,,"Right after practice, Chie-chan and the others came, so she\nhadn't had anything to drink." +259900 ,,,,,,,,,,,,,,,,,,,,I just told them to stay hydrated frequently. +260000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Moving that slowly doesn't look okay, you know?" +260100 ,,,,,,,コマコ,Komako,307_TC04a_k_003.wav,komako,,14,,,,,,,,Like an old man... +260200 ,,,,,,,千恵,Chie,307_TC04a_c_007.wav,,,,chie,,1,,,,,"Really, just like an old man~" +260300 ,,,,,,,甜花,Tenka,307_TC04a_t_023.wav,,,,,,,tenka,,12,,Eh... +260400 ,,,,,,,,,,,,,,,,tenka,,12,,Eh... that feels incredibly rude to me. +260500 ,,,,,,,コマコ,Komako,307_TC04a_k_004.wav,komako,,1,,,,,,,,Matching with the old man. +260600 ,,,,,,,甜花,Tenka,307_TC04a_t_024.wav,,,,,,,tenka,,30,,Stop it! It's not like I want to be like an old man! +260700 ,,,,,,,,,,,,,,,,tenka,,30,,"That's harsh, I didn't become an old man because I wanted to\neither." +260800 ,,,,,,,千恵,Chie,307_TC04a_c_008.wav,,,,chie,,3,tenka,,30,,"But you know, she won't tell us what kind of exercise she\ndid." +260900 ,,,,,,,千恵,Chie,307_TC04a_c_009.wav,,,,chie,,23,tenka,,30,,Hey~ Tenka-chan. Tell us what you were playing with~ +261000 ,,,,,,,甜花,Tenka,307_TC04a_t_025.wav,,,,chie,,23,tenka,,10,,"No, I won't tell Chii. And it wasn't playing, it was\npractice." +261100 ,,,,,,,千恵,Chie,307_TC04a_c_010.wav,,,,chie,,3,tenka,,10,,What kind of practice? +261200 ,,,,,,,甜花,Tenka,307_TC04a_t_026.wav,,,,chie,,3,tenka,,35,,I won't tell. +261300 ,,,,,,,千恵,Chie,307_TC04a_c_011.wav,,,,chie,,24,tenka,,35,,Ehh~... Then tell Komako-chan. I'll hear it from her. Okay? +261400 ,,,,,,,コマコ,Komako,307_TC04a_k_005.wav,komako,,7,,,,tenka,,35,,"Yeah, I'll tell her." +261500 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,tenka,,35,,"That just means more people will know, right?" +261600 ,,,,,,,甜花,Tenka,307_TC04a_t_027.wav,komako,,7,,,,tenka,,30,,Then I won't tell even more! +261700 ,,,,,,,千恵,Chie,307_TC04a_c_012.wav,,,,chie,,29,tenka,,30,,"Ehh~... Tenka-chan, you're stingy." +261800 ,,,,,,,,,,,,,,,,,,,,"I was a bit worried when her dance changed, but it seems\nlike Tenka-chan is the same as always." +261900 ,,,,,,,,,,,,,,,,,,,,"When I happened to meet Tenka-chan's eyes, she signaled with\nher gaze, ""It's a secret." +262000 ,,,,,,,,,,,,,,,,,,,,...I kind of like this sort of thing. +262100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"More importantly, Tenka-chan. It's dangerous if you\ncollapse, so go drink some water in your room." +262200 ,,,,,,,甜花,Tenka,307_TC04a_t_029.wav,,,,,,,tenka,,3,,Is it okay when you two are cleaning? +262300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"It's totally fine. Right, you two?" +262400 ,,,,,,,コマコ,Komako,307_TC04a_k_006.wav,komako,,1,,,,tenka,,3,,Yeah. +262500 ,,,,,,,千恵,Chie,307_TC04a_c_013.wav,,,,chie,,1,tenka,,3,,Of course. +262600 ,,,,,,,甜花,Tenka,307_TC04a_t_030.wav,,,,chie,,1,tenka,,12,,...Then just a little. +262700 ,,,,,,,,,,,,,chie,,1,tenka,,12,,"Saying that, Tenka-chan headed towards the room." +263000 ,,,8,23,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... It's about time to close up shop for today. +263100 ,,,,,,,,,,,,,,,,,,,,The three helpers finished their time and went home for the\nday. +263200 ,,,,,,,,,,,,,,,,,,,,I should lower the shutters and head back to my room too. +263400 ,,,,43,,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +263500 ,,,,,,,,,,,,,,,,,,,,"When I returned to the room, there was an unfamiliar\nsmartphone lying there." +263600 ,,,,,,,,,,,,,,,,,,,,"It's not mine, and with this cute decoration, it must be\nTenka-chan's, right?" +263700 ,,,,,,,,,,,,,,,,,,,,"No one else has one like this, so it must be hers." +263800 ,,,,,,,,,,,,,,,,,,,,She probably forgot it when she came to drink water. +263900 ,,,,,,,,,,,,,,,,,,,,I should check the contents just in case. +264000 ,,,,,,,,,,,,,,,,,,,,I unlocked the phone and looked at the screen. +264100 ,,,,,,,,,,,,,,,,,,,,"There was no password, and the last used app was open on the\nscreen." +264200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? Is this that app? +264300 ,,,,,,,,,,,,,,,,,,,,It's an app where you can post short messages online. +264400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan was doing this too... She could have told me. +264500 ,,,15,,,,,,,,,,,,,,,,,"It's a good opportunity, maybe I'll take a look." +264600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, the first post is..." +264700 ,,,,,,,,,,,,,,,,,,,,"It seems she started recently, not too many days have\npassed." +264800 ,,,,,,,,,,,,,,,,,,,,"The first few posts were like a diary, talking about what\nshe ate or played, just trivial things." +264900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, it's a picture of Chie-chan and Komako- chan." +265000 ,,,,,,,,,,,,,,,,,,,,"Their faces aren't shown, but two girls are pictured with\nsome snacks." +265100 ,,,,,,,,,,,,,,,,,,,,This is definitely Tenka-chan's phone. +265200 ,,,,,,,,,,,,,,,,,,,,"There are also posts about lessons, being happy about her\nown song, and various other things." +265300 ,,,,,,,,,,,,,,,,,,,,But. +265400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? +265500 ,,,,,,,,,,,,,,,,,,,,"Actually, the other day, I had sex with my boyfriend. It was\nmy first time, but he was really cute trying his best." +265600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,What? +265700 ,,,,,,,,,,,,,,,,,,,,That's what it said. +265800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,W-Wait a minute! +265900 ,,,,,,,,,,,,,,,,,,,,What!? Tenka-chan had sex? And a boyfriend!? +266000 ,,,,,,,,,,,,,,,,,,,,"Since when!? Ahhh, who is the guy!? Who is it!?" +266100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Damn it! +266200 ,,,,,,,,,,,,,,,,,,,,To have her first time taken! What a netorare! +266300 ,,,,,,,,,,,,,,,,,,,,Even though I settled for anal! +266400 ,,,,,,,,,,,,,,,,,,,,"For now, let's keep reading." +266500 ,,,,,,,,,,,,,,,,,,,,"The other day, my boyfriend gave me a breast massage, and\nthey got a little bigger. If I get 100 RTs, I might upload a\npicture." +266600 ,,,,,,,,,,,,,,,,,,,,"A breast massage for Tenka-chan!? If she asked, I would do\nit!" +266700 ,,,,,,,,,,,,,,,,,,,,Is there such a lucky guy out there! +266800 ,,,,,,,,,,,,,,,,,,,,"And this post easily surpassed 100 RTs, and a picture of her\ncleavage with her nipples hidden was uploaded." +266900 ,,,,,,,,,,,,,,,,,,,,"Well, it wasn't much of a cleavage though." +267000 ,,,,,,,,,,,,,,,,,,,,Let's keep looking. +267100 ,,,,,,,,,,,,,,,,,,,,"When I licked my boyfriend's dick, he got excited and pushed\nit deep into my throat. Even though he's older, he's cute." +267200 ,,,,,,,,,,,,,,,,,,,,"To push it all the way into her throat, damn it! Even that!" +267300 ,,,,,,,,,,,,,,,,,,,,"And then a DM was sent saying, 'Please lick mine too!' with\nan attached picture of an erect dick." +267400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... +267500 ,,,,,,,,,,,,,,,,,,,,...I don't want to see something like that. +267600 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan, what are you saving this stuff for?" +267700 ,,,,,,,,,,,,,,,,,,,,"And as I rummaged through the image folder, I found several\nsimilar pictures of Tenka-chan." +267800 ,,,,,,,,,,,,,,,,,,,,It seems like they were failed selfies. +267900 ,,,,,,,,,,,,,,,,,,,,"Some had a bit of nipple showing, or even her private parts." +268000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,What a waste... I'll copy this data to my phone. +268100 ,,,,,,,,,,,,,,,,,,,,"But Tenka-chan, uploading pictures like this..." +268200 ,,,,,,,,,,,,,,,,,,,,"I once thought she might like being seen, but now I might be\ncertain." +268300 ,,,,,,,,,,,,,,,,,,,,Or maybe it's the hobby of the so-called boyfriend\nmentioned. +268400 ,,,,,,,,,,,,,,,,,,,,"But this boyfriend, making Tenka-chan do an irrumatio..." +268500 ,,,,,,,,,,,,,,,,,,,,It's like he's making her do the same things I did. +268600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +268700 ,,,,,,,,,,,,,,,,,,,,Looking at the date she tweeted about the irrumatio... +268800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,The day of the live? +268900 ,,,,,,,,,,,,,,,,,,,,"...Wait, could it be?" +269000 ,,,,,,,,,,,,,,,,,,,,Let's check the next one. +269100 ,,,,,,,,,,,,,,,,,,,,"'The swimsuit my boyfriend made me wear. Ugh, there's almost\nno fabric... I'm so happy my followers are increasing,\nshould I upload it?'" +269200 ,,,,,,,,,,,,,,,,,,,,"And the picture, although it didn't show her face or the\nimportant parts, was a photo of a swimsuit that barely\ncovered anything." +269300 ,,,,,,,,,,,,,,,,,,,,This swimsuit... it's the micro bikini I prepared. +269400 ,,,,,,,,,,,,,,,,,,,,"There were also things like the play I made her do, or\nsexual pranks, written as 'My boyfriend made me do ○○.'" +269500 ,,,,,,,,,,,,,,,,,,,,Which means... +269600 ,,,,,,,,,,,,,,,,,,,,This boyfriend... is me!? +269700 ,,,4,,,,甜花,Tenka,307_TC04a_t_031.wav,tenka,,10,,,,,,,,O-ojisan! +269800 ,,,,,,,主人公,Kiyoshi,,tenka,,10,,,,,,,,Whoa!? +269900 ,,,,,,,,,,tenka,,10,,,,,,,,I was so surprised by the sudden call that I jumped. +270000 ,,,,,,,,,,tenka,,10,,,,,,,,"Wait, why is Tenka-chan here when she should have gone\nhome!?" +270100 ,,,,,,,甜花,Tenka,307_TC04a_t_032.wav,tenka,,34,,,,,,,,Huff huff... my phone... I lost my phone! I thought it might\nbe here. +270200 ,,,,,,,,,,tenka,,34,,,,,,,,"Looking closely, she's drenched in sweat and breathing\nheavily." +270300 ,,,,,,,,,,tenka,,34,,,,,,,,It seems she ran all the way here. +270400 ,,,,,,,,,,tenka,,34,,,,,,,,"I see, she came to get her phone." +270500 ,,,,,,,,,,tenka,,34,,,,,,,,"Well, she forgot it, so of course she'd come back." +270600 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"Ah, this is it, right?" +270700 ,,,,,,,甜花,Tenka,307_TC04a_t_033.wav,tenka,,14,,,,,,,,Ah... yeah! That's it! I'm so glad it's here. +270800 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,"Haha, you need to be more careful." +270900 ,,,,,,,甜花,Tenka,307_TC04a_t_034.wav,tenka,,1,,,,,,,,"Yeah. Thank you, ojisan." +271000 ,,,,,,,,,,tenka,,1,,,,,,,,"With a relieved expression, Tenka-chan reached out to take\nher phone from me." +271100 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Here, don't drop it again. There might be things you don't\nwant others to see." +271200 ,,,,,,,,,,tenka,,1,,,,,,,,"As I said that, I placed it on my palm so the screen was\nvisible." +271300 ,,,,,,,甜花,Tenka,307_TC04a_t_035.wav,tenka,,4,,,,,,,,Huh? ...Ah! +271400 ,,,,,,,,,,tenka,,4,,,,,,,,"Suddenly, she started trembling and looked back and forth\nbetween the screen and my face." +271500 ,,,,,,,甜花,Tenka,307_TC04a_t_036.wav,tenka,,33,,,,,,,,"Uh, um... ojisan..." +271600 ,,,,,,,,,,tenka,,33,,,,,,,,"She seemed unable to grasp the situation, flustered and\nconfused." +271700 ,,,,,,,,,,tenka,,33,,,,,,,,"Well, I guess I'll have to help her out." +271800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Tenka-chan. +271900 ,,,,,,,甜花,Tenka,307_TC04a_t_037.wav,tenka,,22,,,,,,,,W-What? +272000 ,,,,,,,,,,tenka,,22,,,,,,,,"She trembled again, such a cute reaction." +272100 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,"Tenka-chan, you're such a naughty girl." +272200 ,,,,,,,甜花,Tenka,307_TC04a_t_038.wav,tenka,,13,,,,,,,,W-What do you mean? +272300 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Keeping a boyfriend a secret from your biggest fan, and even\ndoing naughty things with him." +272400 ,,,,,,,甜花,Tenka,307_TC04a_t_039.wav,tenka,,11,,,,,,,,Ojisan... did you see!? +272500 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"Yeah, I didn't know whose phone it was, so I took a peek\ninside." +272600 ,,,,,,,甜花,Tenka,307_TC04a_t_040.wav,tenka,,33,,,,,,,,~~~~~~! +272700 ,,,,,,,,,,tenka,,33,,,,,,,,Tenka-chan's face turned bright red. +272800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"It said you did naughty things with your boyfriend, like\ngiving him a blowjob." +272900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,I wonder who that's about? +273000 ,,,,,,,,,,tenka,,33,,,,,,,,"Of course, I know she's talking about me." +273100 ,,,,,,,,,,tenka,,33,,,,,,,,That's why it's so fun to tease her. It makes me want to\nplayfully bully her a bit. +273200 ,,,,,,,甜花,Tenka,307_TC04a_t_041.wav,tenka,,26,,,,,,,,W-Well... um... I don't want to say... +273300 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"Oh, as your fan, I'm shocked." +273400 ,,,,,,,甜花,Tenka,307_TC04a_t_042.wav,tenka,,16,,,,,,,,Ugh. +273500 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,"At this rate, I might not be able to stay your fan." +273600 ,,,,,,,甜花,Tenka,307_TC04a_t_043.wav,tenka,,24,,,,,,,,What!? +273700 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,"You licked your boyfriend's dick, right?" +273800 ,,,,,,,甜花,Tenka,307_TC04a_t_044.wav,tenka,,33,,,,,,,,Uh... maybe I didn't after all... +273900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,So you wrote a lie here? That's shocking too... +274000 ,,,,,,,甜花,Tenka,307_TC04a_t_045.wav,tenka,,16,,,,,,,,...I'm sorry. +274100 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,Tenka-chan. +274200 ,,,,,,,甜花,Tenka,307_TC04a_t_046.wav,tenka,,24,,,,,,,,Y-Yes! +274300 ,,,,,,,,,,tenka,,24,,,,,,,,"Like a child, she trembled slightly." +274400 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,"Lying is bad, you know? I don't want to be a fan of a liar." +274500 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,Tenka-chan... what's the truth? +274600 ,,,,,,,甜花,Tenka,307_TC04a_t_047.wav,tenka,,16,,,,,,,,... +274700 ,,,,,,,甜花,Tenka,307_TC04a_t_048.wav,tenka,,33,,,,,,,,Um... I... I licked it. ...My boyfriend's dick... I licked\nit. +274800 ,,,,,,,,,,tenka,,33,,,,,,,,A shiver ran through my crotch and body. +274900 ,,,,,,,,,,tenka,,33,,,,,,,,Seeing a strong-willed girl cornered is really something. +275000 ,,,,,,,甜花,Tenka,307_TC04a_t_049.wav,tenka,,36,,,,,,,,So... it's not a lie. +275100 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"Then, as it says, you also had sex with your boyfriend,\nright? Who is your boyfriend? Is it someone I know?" +275200 ,,,,,,,甜花,Tenka,307_TC04a_t_050.wav,tenka,,33,,,,,,,,Well... +275300 ,,,,,,,,,,tenka,,33,,,,,,,,"Tenka-chan was trembling, perhaps from embarrassment." +275400 ,,,,,,,,,,tenka,,33,,,,,,,,"In this situation, she has no choice but to say it." +275500 ,,,,,,,甜花,Tenka,307_TC04a_t_051.wav,"tenkaL,privateC",,13,,,,,,,,"U-Um... it's about you, uncle..." +275600 ,,,,,,,主人公,Kiyoshi,,tenkaL,,13,,,,,,,,Hmm? +275700 ,,,,,,,,,,tenkaL,,13,,,,,,,,"Tenka-chan turned her gaze away, her ears turning bright red\nas she spoke." +275800 ,,,,,,,甜花,Tenka,307_TC04a_t_052.wav,tenkaL,,33,,,,,,,,"When I say boyfriend... I mean you, uncle..." +275900 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Finally, those words came out of Tenka-chan's mouth!" +276000 ,,,,,,,,,,tenkaL,,33,,,,,,,,Hehehe! Now I can legally do all sorts of naughty things! +276100 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Hmm... is it legal? Well, whatever!" +276200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,Is that so? +276300 ,,,,,,,甜花,Tenka,307_TC04a_t_053.wav,tenkaL,,26,,,,,,,,"The swimsuit you gave me... licking your dick... the breast\nmassage... it was all with you, uncle." +276400 ,,,,,,,甜花,Tenka,307_TC04a_t_054.wav,tenka,,16,,,,,,,,...Are you mad? +276500 ,,,,,,,,,,tenka,,16,,,,,,,,Tenka-chan looked at me with a flushed face and teary eyes. +276600 ,,,,,,,,,,tenka,,16,,,,,,,,"Now, what should I do?" +276700 ,,,,,,,,,,tenka,,16,,,,,,,,"If I pretend to be angry, I might be able to have some\nintense fun under the guise of punishment..." +276800 ,,,,,,,,,,tenka,,16,,,,,,,,"But she might think I've stopped being a fan and get scared,\nnever coming back." +276900 ,,,,,,,,,,tenka,,16,,,,,,,,"Of course, I love Tenka-chan too, so here I should――." +277000 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,Nope. I'm not mad. +277100 ,,,,,,,甜花,Tenka,307_TC04a_t_055.wav,tenka,,14,,,,,,,,...Phew. +277200 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,"On the contrary, I'm happy. I get to be Tenka-chan's\nboyfriend." +277300 ,,,,,,,甜花,Tenka,307_TC04a_t_056.wav,tenka,,13,,,,,,,,R-Really? +277400 ,,,,,,,,,,tenka,,13,,,,,,,,"She looked to the side with a cute smile, not entirely\ndispleased." +277500 ,,,,,,,甜花,Tenka,307_TC04a_t_057.wav,tenka,,2,,,,,,,,"Then, from now on, you and I are... w-we're a couple..." +277600 ,,,,,,,,,,tenka,,2,,,,,,,,"...Ah, having a girlfriend this young, I'm glad I quit my\njob and started a candy store!" +277700 ,,,,,,,,,,tenka,,2,,,,,,,,"But as an adult, I need to stay calm here." +277800 ,,,,,,,主人公,Kiyoshi,,tenka,,2,,,,,,,,"But you know, Tenka-chan. You should apologize properly." +277900 ,,,,,,,甜花,Tenka,307_TC04a_t_058.wav,tenka,,4,,,,,,,,Huh? +278000 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"I think it's not good to keep lying to your followers,\nright?" +278100 ,,,,,,,甜花,Tenka,307_TC04a_t_059.wav,tenka,,34,,,,,,,,Ah... +278200 ,,,,,,,甜花,Tenka,307_TC04a_t_060.wav,tenka,,34,,,,,,,,...I'm sorry. +278300 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"Yeah, let's make sure to tell your followers that, okay?" +278400 ,,,,,,,甜花,Tenka,307_TC04a_t_061.wav,tenka,,14,,,,,,,,Yeah... I wonder if they'll forgive me. +278500 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,"Hmm, how about we do this?" +278600 ,,,,,,,甜花,Tenka,307_TC04a_t_062.wav,tenka,,3,,,,,,,,...? +278700 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,How about we stream us having sex and apologize that way? +278800 ,,,,,,,甜花,Tenka,307_TC04a_t_063.wav,tenkaL,,4,,,,,,,,What? No waaaaaaay~~~~~~! +278900 ,,,,,,,,,,tenkaL,,4,,,,,,,,"Tenka-chan, who was bewildered, widened her eyes in\nsurprise." +279000 ,,,,,,,甜花,Tenka,307_TC04a_t_064.wav,tenka,,10,,,,,,,,T-That's impossible! I absolutely won't do it! +279100 ,,,,,,,主人公,Kiyoshi,,tenka,,10,,,,,,,,"But you have to apologize properly, right?" +279200 ,,,,,,,甜花,Tenka,307_TC04a_t_065.wav,tenka,,30,,,,,,,,"But even if I do that, it won't count as an apology!" +279300 ,,,,,,,甜花,Tenka,307_TC04a_t_066.wav,tenka,,30,,,,,,,,I absolutely refuse to do something lewd in front of\neveryone! +279400 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,Oh? Do you really hate it that much? +279500 ,,,,,,,甜花,Tenka,307_TC04a_t_067.wav,tenka,,10,,,,,,,,N-No! +279600 ,,,,,,,主人公,Kiyoshi,,tenka,,10,,,,,,,,"But you uploaded lewd pictures online, didn't you? Maybe you\nactually like being seen?" +279700 ,,,,,,,甜花,Tenka,307_TC04a_t_068.wav,tenka,,34,,,,,,,,Th-That's not it! It's... um... +279800 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"Your dad and mom would be shocked, wouldn't they? If they\nfound out their beloved child likes being seen and uploaded\nlewd pictures." +279900 ,,,,,,,甜花,Tenka,307_TC04a_t_069.wav,tenka,,9,,,,,,,,"―! Uncle, are you going to tell my parents?" +280000 ,,,,,,,主人公,Kiyoshi,,tenka,,9,,,,,,,,Of course. You lied to so many people and haven't apologized\nat all. +280100 ,,,,,,,主人公,Kiyoshi,,tenka,,9,,,,,,,,"As an adult in the community, I have to properly report the\nbad things a child has done." +280200 ,,,,,,,甜花,Tenka,307_TC04a_t_070.wav,tenka,,8,,,,,,,,B-But... if you do that... I'll get scolded... ugh... +280300 ,,,,,,,,,,tenka,,8,,,,,,,,Smart Tenka-chan probably understands the situation\nsomewhat. +280400 ,,,,,,,,,,tenka,,8,,,,,,,,"If her parents find out, she'll be scolded, her phone taken\naway, and her idol dreams crushed." +280500 ,,,,,,,,,,tenka,,8,,,,,,,,"Even if she tries to be an idol in secret, she won't have\nany supporters if she doesn't listen to me." +280600 ,,,,,,,,,,tenka,,8,,,,,,,,She'll lose contact with her friends from her previous\nschool and won't be able to do what she wants. +280700 ,,,,,,,,,,tenka,,8,,,,,,,,"Nothing will be left. The lessons from the past few days,\nthe live performances, and even the lewd things she's\nendured will all be for nothing." +280800 ,,,,,,,甜花,Tenka,307_TC04a_t_071.wav,tenka,,28,,,,,,,,...Uncle... please don't tell them. +280900 ,,,,,,,主人公,Kiyoshi,,tenka,,28,,,,,,,,... +281000 ,,,,,,,甜花,Tenka,307_TC04a_t_072.wav,tenka,,28,,,,,,,,"P-Please, I'm begging you." +281100 ,,,,,,,,,,tenka,,28,,,,,,,,"With teary eyes, she looks at me as if clinging for help." +281200 ,,,,,,,,,,tenka,,28,,,,,,,,"Hehe, to think strong-willed Tenka-chan would make such a\nweak expression... Even though we're having a serious\nconversation, it's exciting." +281300 ,,,,,,,主人公,Kiyoshi,,tenka,,28,,,,,,,,...Can you apologize to everyone like I mentioned earlier? +281400 ,,,,,,,甜花,Tenka,307_TC04a_t_073.wav,tenka,,8,,,,,,,,... +281500 ,,,,,,,甜花,Tenka,307_TC04a_t_074.wav,tenka,,8,,,,,,,,...Yeah. +281600 ,,,,,,,主人公,Kiyoshi,,tenka,,8,,,,,,,,"Good, good. Tenka-chan is a good girl. Let's make sure to\napologize properly, okay?" +281700 ,,,,,,,甜花,Tenka,307_TC04a_t_075.wav,tenka,,8,,,,,,,,...Yeah. +281800 ,,,,,,,主人公,Kiyoshi,,tenka,,8,,,,,,,,"Alright! Since you're going to apologize properly, I'll keep\nit a secret from your mom and dad!" +281900 ,,,,,,,甜花,Tenka,307_TC04a_t_076.wav,tenka,,6,,,,,,,,"Th-Thank you, Uncle." +282000 ,,,,,,,,,,tenka,,6,,,,,,,,I placed my hand on Tenka-chan's head and gently patted her\nlike a good girl. +282100 ,,,,,,,,,,tenka,,6,,,,,,,,"Perhaps relieved that her parents won't be informed, she\nlets herself be patted with a relaxed expression." +282200 ,,,,,,,主人公,Kiyoshi,,tenka,,6,,,,,,,,Hehehe... +282400 ,,,15,33,,,,,,,,,,,,,,,,"I've become her boyfriend, taken her virginity, and now I\nhave leverage over her. She's completely under my control." +282500 ,,,,,,,,,,,,,,,,,,,,Then I asked Tenka-chan to post this online for me. +282600 ,,,,,,,,,,,,,,,,,,,,[Announcement] Live broadcast starting at 10 AM tomorrow...\nit says. +282700 ,,,,,,,,,,,,,,,,,,,,A live sex broadcast... I'm looking forward to it. +282800 ,,,0,9000,,,,,,,,,,,,,,,, +283000 ,@308_TC04b,,,,,,,,,,,,,,,,,,, +283300 ,,,,,,,,,,,,,,,,,,,, +283400 ,,,15,111,,,主人公,Kiyoshi,,,,,,,,,,,,...Well then. +283500 ,,,,,,,,,,,,,,,,,,,,I step outside the store to check if the shutter is properly\nclosed. +283600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, it's fine. It won't open from the outside." +283700 ,,,,,,,,,,,,,,,,,,,,Then I put up a notice on the shutter. It reads... +283800 ,,,,,,,,,,,,,,,,,,,,"'Due to urgent matters, we are out today. We sincerely\napologize, but we will open in the afternoon. -The Owner'" +283900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, that's done." +284000 ,,,,,,,,,,,,,,,,,,,,"If I don't put up a notice like this, people might come to\nthe house looking for us." +284100 ,,,,,,,,,,,,,,,,,,,,"Today, I can't afford to be interrupted by anyone." +284200 ,,,,,,,,,,,,,,,,,,,,"After all, it's my first time having sex with Tenka-chan,\nand there's the bonus of streaming it." +284300 ,,,,,,,,,,,,,,,,,,,,It was really tough holding back from masturbating since\nlast night. But it would be embarrassing if I couldn't get\nit up during the live broadcast. +284400 ,,,,,,,,,,,,,,,,,,,,"Hehe, I'm going to unleash all this pent-up energy on Tenka-\nchan." +284500 ,,,,,,,,,,,,,,,,,,,,"Should I do it inside? Or outside? Hmm, since it's a live\nbroadcast, maybe I should ask the viewers." +284600 ,,"",,,,,主人公,Kiyoshi,,,,,,,,,,,,"Oops, it's almost time..." +284800 ,,,,33,,,,,,,,,,,,,,,,"I return to the room, boot up the computer, and do a final\ncheck on the camera." +284900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I wonder if this angle won't show our faces? Come here,\nTenka-chan." +285000 ,,,,,,,甜花,Tenka,308_TC04b_t_000.wav,"tenka,privateC",,13,,,,,,,,Uh... okay. +285100 ,,,,,,,,,,tenka,,13,,,,,,,,"With a nervous expression, Tenka-chan timidly appears in\nfront of the camera." +285200 ,,,,,,,甜花,Tenka,308_TC04b_t_001.wav,tenka,,33,,,,,,,,"...It's not showing yet, right?" +285300 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Yeah, it's fine." +285400 ,,,,,,,甜花,Tenka,308_TC04b_t_002.wav,tenka,,33,,,,,,,,... +285500 ,,,,,,,,,,tenka,,33,,,,,,,,"She seems really nervous, not saying much." +285600 ,,,,,,,,,,tenka,,33,,,,,,,,"I wonder if she's nervous about her first time or about\nbeing watched by everyone. ...As for me, I'm excited for\nboth reasons." +285700 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,It's almost time. +285800 ,,,,,,,甜花,Tenka,308_TC04b_t_003.wav,tenka,,13,,,,,,,,...Yeah. +285900 ,,,,,,,,,,tenka,,13,,,,,,,,Tenka-chan made sure to come to the store before the live\nbroadcast started. +286000 ,,,,,,,,,,tenka,,13,,,,,,,,To be honest... I was kind of thinking that maybe she\nwouldn't come today... +286100 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,I'm glad you came. +286200 ,,,,,,,甜花,Tenka,308_TC04b_t_004.wav,tenka,,16,,,,,,,,"Y-Yeah... I have to apologize properly. I'm an idol, so if I\ndo something wrong, I have to hold an apology event." +286300 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,"Yeah, that's right." +286400 ,,,,,,,,,,tenka,,16,,,,,,,,"After Tenka-chan made that tweet yesterday, she was\nbombarded with questions from several followers." +286500 ,,,,,,,,,,tenka,,16,,,,,,,,What are you doing this time? +286600 ,,,,,,,,,,tenka,,16,,,,,,,,Will it be something sexy again? +286700 ,,,,,,,,,,tenka,,16,,,,,,,,I'm looking forward to it! +286800 ,,,,,,,,,,tenka,,16,,,,,,,,Ranging from gentlemanly comments like these to indecent\nones that can't be spoken aloud. +286900 ,,,,,,,,,,tenka,,16,,,,,,,,I'm not the only one looking forward to it. I have to convey\nTenka-chan's charm to everyone on the other side of the\nscreen. +287000 ,,,,,,,,,,tenka,,16,,,,,,,,"Alright, this old man has to do his best." +287100 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,Shall we start soon? +287200 ,,,,,,,甜花,Tenka,308_TC04b_t_005.wav,tenka,,36,,,,,,,,Y-Yeah. +287400 ,,,11,,3240000,,,,,,,,,,,,,,, +287500 ,*mem,,,,3240000,,,,,,,,,,,,,,, +287600 ,,,11,,3240000,,,,,,,,,,,,,,,I position Tenka-chan in front of the camera and operate the\nkeyboard. +287700 ,,,,,3240000,,,,,,,,,,,,,,,I'll support Tenka-chan as much as I can. +287800 ,,,,,3240000,,,,,,,,,,,,,,,"But in the end, I want her to take the final step herself." +287900 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,"I'll start the broadcast, so could you tweet that?" +288000 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_006.wav,tenka,,0,,,,,,,,O-Okay. +288100 ,,,,,3240000,,,,,,,,,,,,,,,She operates her smartphone and types this. +288200 ,,,,,3240000,,,,,,,,,,,,,,,"[Live Broadcast] We're about to start. Sorry, but no voice\nor face reveal." +288400 ,,,,,3240000,,,,,,,,,,,,,,,Starting at 10 o'clock. +288500 ,,,,,3240000,,,,,,,,,,,,,,,"Then the smartphone began to vibrate repeatedly, indicating\na flood of replies from followers." +288600 ,,,,,3240000,,,,,,,,,,,,,,,"'If voice and face are NG, does that mean everything else is\nOK? lolololol'" +288700 ,,,,,3240000,,,,,,,,,,,,,,,"'If you're not showing your face, you're going to do\nsomething interesting, right? lololololol'" +288800 ,,,,,3240000,,,,,,,,,,,,,,,'I'm waiting in front of the monitor with my pants off\nlololol' +288900 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,You're really popular. +289000 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_007.wav,tenka,,0,,,,,,,,"W-Well, yeah." +289100 ,,,,,3240000,,,,,,,,,,,,,,,"I said it intending to tease her a bit, but surprisingly,\nTenka-chan unconsciously let her cheeks relax a little." +289200 ,,,,,3240000,,,,,,,,,,,,,,,"Hmm, I guess this girl really likes being watched." +289300 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,Shall we start then? +289400 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_008.wav,tenka,,0,,,,,,,,Y-Yeah. +289500 ,,,,,3240000,,,,,,,,,,,,,,,"Still, she seemed scared, letting out a small voice while\nlightly trembling." +289600 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_009.wav,tenka,,0,,,,,,,,"Uh... um, am I showing? You can't see my face, right?" +289700 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. The camera is set up on the PC, but you can check\nwhat's being broadcasted from that TV." +289800 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_010.wav,tenka,,0,,,,,,,,O-Okay. +289900 ,,,,,3240000,,,,,,,,,,,,,,,"The TV showed Tenka-chan from the mouth down. Even without\nher expression visible, her fidgety movements made it clear\nshe was embarrassed." +290000 ,,,,,3240000,,,,,,,,,,,,,,,There are 80 viewers... I wonder how many there will be by\nthe time we get to the lewd part. +290100 ,,,,,3240000,,,,,,,,,,,,,,,"Comments are flowing in like 'Hurry up', 'Are you arguing?',\n'Say something', and so on, mostly urging us on." +290200 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,"We shouldn't keep everyone waiting, so I'll type the live\ncomments, and Tenka-chan, you just talk normally." +290300 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_011.wav,tenka,,0,,,,,,,,...I-Is that okay? +290400 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,It's okay. Look. +290500 ,,,,,3240000,,,,,,,,,,,,,,,Tenka-chan turned to the camera and began to speak as if she\nhad made up her mind. +290600 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_012.wav,tenka,,0,,,,,,,,Um... thank you everyone for coming to watch. +290700 ,,,,,3240000,,,,,,,,,,,,,,,Comments started flowing in response to her statement. +290800 ,,,,,3240000,,,,,,,,,,,,,,,"Oh..."" ""Finally wwww"" ""Her energy is low"" ""Where's the\nexcitement from her tweets..."" ""It's past the start time..." +290900 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_013.wav,tenka,,0,,,,,,,,"S-Sorry for being late. And, um... sorry for the low energy\ntoo." +291000 ,,,,,3240000,,,,,,,,,,,,,,,"And again, comments flowed in." +291100 ,,,,,3240000,,,,,,,,,,,,,,,"Eh, are you really not showing your face?"" ""I want to hear\nyour voice"" ""A girl's live stream! Hoping for some\nsurprises!" +291200 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_014.wav,tenka,,0,,,,,,,,"Ah, I really can't show my face... and my voice is a bit..." +291300 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, it's okay. You don't have to respond to every\ncomment." +291400 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_015.wav,tenka,,0,,,,,,,,Y-Yeah. +291500 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_016.wav,tenka,,0,,,,,,,,Um... there's something I need to apologize to everyone for\ntoday. +291600 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_017.wav,tenka,,0,,,,,,,,Um... has anyone seen my tweets or photos? +291700 ,,,,,3240000,,,,,,,,,,,,,,,"Then comments like ""Of course"" and ""More daring ones""\nstarted flowing in." +291800 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_018.wav,tenka,,0,,,,,,,,"There are a lot of you, huh." +291900 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_019.wav,tenka,,0,,,,,,,,"Um... in my tweets, I wrote things like 'I have a boyfriend'\nor 'I did it'..." +292000 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_020.wav,tenka,,0,,,,,,,,I also wrote that I'm a naughty girl and uploaded naughty\npictures if you became a fan. +292100 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_021.wav,tenka,,0,,,,,,,,"B-But... the truth is, I don't have a boyfriend... and I've\nnever done it..." +292200 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_022.wav,tenka,,0,,,,,,,,I pretended to be naughty to get everyone to become fans...\nI'm sorry. +292300 ,,,,,3240000,,,,,,,,,,,,,,,"Tenka-chan bowed her head carefully, making sure her face\nwasn't visible." +292400 ,,,,,3240000,,,,,,,,,,,,,,,"Looking at the comments section... wow, it's getting heated." +292500 ,,,,,3240000,,,,,,,,,,,,,,,"Is this just for attention?!"" ""Don't mess with us!"" ""Well,\nat least we got to see a girl's boobs."" ""RT beggar!"" and so\non." +292600 ,,,,,3240000,,,,,,,,,,,,,,,"Tenka-chan must have seen those comments too, as her\nexpression turned gloomy." +292700 ,,,,,3240000,,,,,,,,,,,,,,,"She looked at me with a worried expression, but I couldn't\nsay anything." +292800 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_023.wav,tenka,,0,,,,,,,,"Um... so, I've thought of a way to apologize. I've been\nthinking about how to get everyone to forgive me." +292900 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_024.wav,tenka,,0,,,,,,,,"If a friend said they had a smartphone when they didn't, I'd\nbe mad." +293000 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_025.wav,tenka,,0,,,,,,,,"But if they bought a smartphone afterward and gave me their\nemail or ID, I'd forgive them." +293100 ,,,,,3240000,,,,,,,,,,,,,,,"I was a bit confused myself, and the comments section\nreflected the same confusion." +293200 ,,,,,3240000,,,,,,,,,,,,,,,"Huh...?"" ""What does that mean?"" ""What are you trying to say\nlolololol"" ""Someone decode this"" and so on." +293300 ,,,,,3240000,,,,,,,,,,,,,,,"But Tenka-chan wasn't deterred... or rather, she seemed too\nnervous to notice anything around her." +293400 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_026.wav,tenka,,0,,,,,,,,"Um... so... I'm going to become a naughty girl now, so\nplease forgive me." +293500 ,,,,,3240000,,,,,,,,,,,,,,,"As she said that, the comments section erupted." +293600 ,,,,,3240000,,,,,,,,,,,,,,,"Decode! She's saying she lied, but now she's going to make\nthat lie come true, so forgive her!"" ""She's going to become\nnaughty now lolololol" +293700 ,,,,,3240000,,,,,,,,,,,,,,,"...I see, that's why she said that." +293800 ,,,,,3240000,,,,,,,,,,,,,,,"Is she going to strip?!"" ""I'm getting excited."" ""Can she\nreally do it lololol"" ""This is all part of the bait, right\nlolololol" +293900 ,,,,,3240000,,,,,,,,,,,,,,,"And many comments saying ""If she really does it, then of\ncourse I'll forgive her"" and so on." +294000 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_027.wav,tenka,,0,,,,,,,,"Um... then, I'm going to do something naughty now." +294100 ,,,,,3240000,,,,,,,,,,,,,,,"Comments like ""Even if she says that, at her age, it's\nprobably just a panty flash"" and so on." +294200 ,,,,,3240000,,,,,,,,,,,,,,,But Tenka-chan... +294500 ,,,,,3240010,,,,,,,,,,,,,,,She placed her hands on her skirt and slowly started to\nlower it. +294600 ,,,,,3240010,,甜花,Tenka,308_TC04b_t_028.wav,tenka,,0,,,,,,,,...... +294700 ,,,,,3240010,,,,,,,,,,,,,,,"Eventually, it fell to the floor, revealing everything, not\njust a panty flash." +294800 ,,,,,3240010,,,,,,,,,,,,,,,"Her soft body, with a small piece of fabric slightly digging\nin... the comments section was going wild." +294900 ,,,,,3240010,,,,,,,,,,,,,,,"Seriously?!"" ""This is way more than a panty flash lololol""\n""Saved a million times lololol" +295000 ,,,,,3240010,,,,,,,,,,,,,,,"Well, if I were watching this, I'd probably write the same\nthing." +295100 ,,,,,3240010,,甜花,Tenka,308_TC04b_t_029.wav,tenka,,0,,,,,,,,...Haa... Nnfu +295200 ,,,,,3240010,,,,,,,,,,,,,,,"Whoa! Tenka-chan's face is bright red, and her eyes are\nteary! Ah! I wish I could show everyone!" +295300 ,,,,,3240010,,甜花,Tenka,308_TC04b_t_030.wav,tenka,,0,,,,,,,,H-How is it? +295400 ,,,,,3240010,,,,,,,,,,,,,,,"Looking at the TV, someone must have tweeted about this\nsituation, as the number of viewers keeps increasing." +295500 ,,,,,3240010,,,,,,,,,,,,,,,"Hehe, I wonder how Tenka-chan would react if she knew so\nmany people were watching." +295600 ,,,,,3240010,,甜花,Tenka,308_TC04b_t_031.wav,tenka,,0,,,,,,,,...N-Next is +295700 ,,,,,3240010,,,,,,,,,,,,,,,"Tenka-chan placed her hands on her top and took it off,\nletting it fall to the ground." +295900 ,,,,,3240020,,,,,,,,,,,,,,,A cute bra and flawless skin were revealed. +296000 ,,,,,3240020,,,,,,,,,,,,,,,The live strip show turned the comments into a barrage. +296100 ,,,,,3240020,,,,,,,,,,,,,,,"Whoa!"" ""Is this girl for real?!"" ""I was hoping she was\nbraless lololol" +296200 ,,,,,3240020,,,,,,,,,,,,,,,"A girl is about to get naked in front of the screen. I can't\nhelp but look at the TV instead of the real thing. Somehow,\nit feels more exciting that way." +296300 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_032.wav,tenka,,0,,,,,,,,Uncle... there are so many people here. +296400 ,,,,,3240020,,主人公,Kiyoshi,,,,,,,,,,,,That's right. Everyone's gathered to see Tenka-chan. +296500 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_033.wav,tenka,,0,,,,,,,,I-Is that so? +296600 ,,,,,3240020,,主人公,Kiyoshi,,,,,,,,,,,,"It seems like everyone watching is working hard to spread\nthe word, right?" +296700 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_034.wav,tenka,,0,,,,,,,,...I wonder if I'll get more fans? +296800 ,,,,,3240020,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, that depends on how hard Tenka-chan works, doesn't it?" +296900 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_035.wav,tenka,,0,,,,,,,,Uh... yeah. +297000 ,,,,,3240020,,,,,,,,,,,,,,,"Now, it's finally time to reach for her underwear." +297100 ,,,,,3240020,,,,,,,,,,,,,,,"Tenka-chan seems embarrassed, but she's also excited by the\nincreasing number of viewers and comments." +297200 ,,,,,3240020,,,,,,,,,,,,,,,"The number of viewers has already exceeded 1,000. ...Indeed,\nit's a bit thrilling to think that 1,000 people are reacting\nto your actions." +297300 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_036.wav,tenka,,0,,,,,,,,Um... everyone. Next... um... which should I take off first? +297400 ,,,,,3240020,,,,,,,,,,,,,,,"With those words, an overwhelming number of comments flood\nin." +297500 ,,,,,3240020,,,,,,,,,,,,,,,It's to the point where you can't even see Tenka-chan\nwithout turning off the comments. +297600 ,,,,,3240020,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, I can't tell what everyone's saying, so why not try\ntaking off your panties first?" +297700 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_037.wav,tenka,,0,,,,,,,,...But +297800 ,,,,,3240020,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone surely wants to see Tenka-chan's beautiful pussy,\nright?" +297900 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_038.wav,tenka,,0,,,,,,,,...O-Okay. +298000 ,,,,,3240020,,,,,,,,,,,,,,,"Surprisingly, Tenka-chan accepted it easily and reached for\nher panties." +298100 ,,,,,3240020,,,,,,,,,,,,,,,"Well, with so many people wanting it, she must have gotten\nexcited." +298300 ,,,,,3240030,,,,,,,,,,,,,,,"With one hand covering her pussy, she used the other hand to\nlower her panties." +298400 ,,,,,3240030,,,,,,,,,,,,,,,"Her face was already red up to her ears, and her breathing\nseemed a bit rough. She looked like she was about to cry." +298500 ,,,,,3240030,,,,,,,,,,,,,,,"Oooooooh!!"" ""Seriously?!"" ""The hand's in the way!"" ""I saw a\nglimpse of pink!"" ""As expected, she's shaved!" +298600 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_039.wav,tenka,,0,,,,,,,,I-I took them off... +298700 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Tenka-chan, maybe it's time to answer some questions?" +298800 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_040.wav,tenka,,0,,,,,,,,O-Okay. +298900 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,How about this question? +299000 ,,,,,3240030,,,,,,,,,,,,,,,"'You're showing your pussy to everyone, how do you feel\nabout it?'" +299100 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_041.wav,tenka,,0,,,,,,,,...How do I feel? +299200 ,,,,,3240030,,,,,,,,,,,,,,,"I typed out the question before Tenka-chan could respond,\nposting it as a live comment." +299300 ,,,,,3240030,,,,,,,,,,,,,,,"Tenka-chan looked at me with a ""Huh?"" expression but\nreluctantly began to read it." +299400 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_043.wav,tenka,,0,,,,,,,,"Um, I'm going to answer this person's question now. I'll\nshare my thoughts on showing my... my pussy." +299500 ,,,,,3240030,,,,,,,,,,,,,,,"From here, it's her own feelings." +299600 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_044.wav,tenka,,0,,,,,,,,Being seen by so many people... it's really embarrassing. +299700 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_045.wav,tenka,,0,,,,,,,,But... when they say it's pretty... I'm happy... and I feel\nlike my efforts were worth it. +299800 ,,,,,3240030,,,,,,,,,,,,,,,Comments like 'There's a pervert here lol' and 'This is\ncrazy at her age lololol' were flowing in. +299900 ,,,,,3240030,,,,,,,,,,,,,,,"Yeah, I think so too." +300000 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,"Alright then, Tenka-chan. How about the last piece?" +300100 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_046.wav,tenka,,0,,,,,,,,... +300200 ,,,,,3240030,,,,,,,,,,,,,,,She seemed a bit hesitant and didn't nod right away. +300300 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,"What's wrong? You uploaded your boobs, didn't you?" +300400 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_047.wav,tenka,,0,,,,,,,,I-I didn't show the tips... +300500 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,Then today is your chance to show the tips! +300600 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_048.wav,tenka,,0,,,,,,,,Huh? +300700 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,"Look, if you go through the embarrassment of uploading it,\nbut no one's there, it's all for nothing, right?" +300800 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,"But today, there are a lot of people, so even if you're\nembarrassed, if you try hard, it'll surely lead to results." +300900 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_049.wav,tenka,,0,,,,,,,,Is that... so? +301000 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. If you're going to show your boobs and try hard,\nwouldn't you want more people to see it rather than just a\nfew?" +301100 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_050.wav,tenka,,0,,,,,,,,M-Maybe so. +301200 ,,,,,3240030,,,,,,,,,,,,,,,"Well, normally, you wouldn't want to expose yourself like\nthat to a lot of people." +301300 ,,,,,3240030,,,,,,,,,,,,,,,"The conversation had completely shifted, but she seemed to\nagree without realizing it." +301400 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_051.wav,tenka,,0,,,,,,,,"...Then, then next... I'll show my boobs." +301500 ,,,,,3240030,,,,,,,,,,,,,,,"Ohhh! That line and her shyness! Even though I've seen her\nboobs many times, it still excites me anew." +301600 ,,,,,3240030,,,,,,,,,,,,,,,"And just like me, the comment section was also in a frenzy." +301700 ,,,,,3240030,,,,,,,,,,,,,,,Then she reached for her underwear with one hand. +301900 ,,,,,3240040,,主人公,Kiyoshi,,,,,,,,,,,,Ohhhhhhh! +302000 ,,,,,3240040,,,,,,,,,,,,,,,'Ohhhhhhh!''It's real!''Her nipples are pink!''Boobs! A\nyoung girl's lololol''They're small! But that's good!' +302100 ,,,,,3240040,,,,,,,,,,,,,,,Both I and the comments were in high excitement. +302200 ,,,,,3240040,,甜花,Tenka,308_TC04b_t_052.wav,tenka,,0,,,,,,,,...Ahh... +302300 ,,,,,3240040,,,,,,,,,,,,,,,Tenka-chan let out a sigh that seemed to spill over. +302400 ,,,,,3240040,,,,,,,,,,,,,,,"Well, she's showing her boobs in front of thousands of\npeople. Whether or not she has an exhibitionist streak, it's\nenough to drive anyone crazy." +302500 ,,,,,3240040,,甜花,Tenka,308_TC04b_t_053.wav,tenka,,0,,,,,,,,Uncle... is everyone happy? +302600 ,,,,,3240040,,主人公,Kiyoshi,,,,,,,,,,,,"Of course. I'm happy too, and look at the number of\ncomments." +302700 ,,,,,3240040,,甜花,Tenka,308_TC04b_t_054.wav,tenka,,0,,,,,,,,Ah... yeah. ...So many people are watching me... +302800 ,,,,,3240040,,主人公,Kiyoshi,,,,,,,,,,,,"That's right. At this moment, thousands of eyes are glued to\nTenka-chan's boobs." +302900 ,,,,,3240040,,甜花,Tenka,308_TC04b_t_055.wav,tenka,,0,,,,,,,,S-So embarrassing... +303000 ,,,,,3240040,,,,,,,,,,,,,,,"Even as she said that, her flushed face seemed a bit\nexcited, and just her expression was enough to excite the\nold man." +303100 ,,,,,3240040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, Tenka-chan, let's show your pussy and properly\napologize." +303300 ,,,,,3240050,,甜花,Tenka,308_TC04b_t_056.wav,tenka,,0,,,,,,,,Eh? A-Are you really going to show it? +303400 ,,,,,3240050,,主人公,Kiyoshi,,,,,,,,,,,,Of course. +303500 ,,,,,3240050,,,,,,,,,,,,,,,"At this point, Tenka-chan didn't resist at all and slowly\nbegan to move her hands placed in front." +303600 ,,,,,3240050,,,,,,,,,,,,,,,The comment section also reacted to it. +303700 ,,,,,3240050,,,,,,,,,,,,,,,"'Whoa lololol is this for real lololol' 'Here it comes, here\nit comes!' 'Is this girl a goddess lololol' 'Right hand\nlololol too much progress lolololol'" +303800 ,,,,,3240050,,,,,,,,,,,,,,,"'I bet there's going to be a front cover after this lololol'\n'No, there'll be unnatural lighting lololol' 'Pussy! Pussy!'" +303900 ,,,,,3240050,,,,,,,,,,,,,,,"Yes, yes, they're overjoyed." +304000 ,,,,,3240050,,甜花,Tenka,308_TC04b_t_057.wav,tenka,,0,,,,,,,,...... +304200 ,,,,,3240060,,,,,,,,,,,,,,,Tenka-chan moved her hands behind her and exposed her pussy\nin front of the camera. +304300 ,,,,,3240060,,,,,,,,,,,,,,,"On the screen was a soft, clean, marshmallow- like pussy." +304400 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_058.wav,tenka,,0,,,,,,,,...Haa...n... +304500 ,,,,,3240060,,,,,,,,,,,,,,,"And a few seconds later, an overwhelming number of comments\nfilled the screen." +304600 ,,,,,3240060,,,,,,,,,,,,,,,'Pussy! Pussy!' 'Whoa! It's a real slit!' 'No signs of use!' +304700 ,,,,,3240060,,,,,,,,,,,,,,,'I've never seen such a beautiful pussy!' 'The destructive\npower of a loli pussy! My cock exploded lololol' +304800 ,,,,,3240060,,,,,,,,,,,,,,,'What's happening to this country lololol' 'Lo lol li lol\nman lol ko lol' +304900 ,,,,,3240060,,主人公,Kiyoshi,,,,,,,,,,,,"Amazing reaction, Tenka-chan." +305000 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_059.wav,tenka,,0,,,,,,,,Y-Yeah. +305100 ,,,,,3240060,,,,,,,,,,,,,,,"Even though she's extremely embarrassed, her voice is a\nlittle bit lively." +305200 ,,,,,3240060,,,,,,,,,,,,,,,It seems like she's happy to get this much attention from so\nmany people. +305300 ,,,,,3240060,,主人公,Kiyoshi,,,,,,,,,,,,How does it feel to be watched by everyone? +305400 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_060.wav,tenka,,0,,,,,,,,I-I don't know... +305500 ,,,,,3240060,,,,,,,,,,,,,,,Hmm... I guess she can't answer honestly with someone she\nknows like me asking. +305600 ,,,,,3240060,,,,,,,,,,,,,,,"In that case, let's display a comment from the viewers." +305700 ,,,,,3240060,,,,,,,,,,,,,,,"Um... I'll answer any questions from now on. Even naughty\nones, I'll answer them." +305800 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_061.wav,tenka,,0,,,,,,,,Eh? I didn't say that! +305900 ,,,,,3240060,,,,,,,,,,,,,,,"And to remind Tenka-chan of her guilt, I added this." +306000 ,,,,,3240060,,,,,,,,,,,,,,,"I've told a lot of lies until now, so this time I'll answer\nhonestly." +306100 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_062.wav,tenka,,0,,,,,,,,Ah... +306200 ,,,,,3240060,,,,,,,,,,,,,,,"Yes, this is a message to make it harder for her to refuse\nby letting her know it's for an apology." +306300 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_063.wav,tenka,,0,,,,,,,,O-Okay... I'll answer. +306400 ,,,,,3240060,,,,,,,,,,,,,,,"Alright, let's pick up some random comments... How about\nthis one?" +306500 ,,,,,3240060,,,,,,,,,,,,,,,Have you ever played with your pussy yourself? +306600 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_064.wav,tenka,,0,,,,,,,,Eh!? ...Um +306700 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_065.wav,tenka,,0,,,,,,,,Y-Yes... There was a time when I applied medicine there...\nand then it felt itchy... so I played with it. +306800 ,,,,,3240060,,,,,,,,,,,,,,,Did it feel good? +306900 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_066.wav,tenka,,0,,,,,,,,Y-Yeah... my mind went blank. +307000 ,,,,,3240060,,,,,,,,,,,,,,,"Hehe, as expected. She answers properly to questions from\nthe other side of the screen." +307100 ,,,,,3240060,,,,,,,,,,,,,,,"Alright, then next... let's go with something light." +307200 ,,,,,3240060,,,,,,,,,,,,,,,'Do you have someone you like?' +307300 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_067.wav,tenka,,0,,,,,,,,Hmm... I like Sakurai-kun. +307400 ,,,,,3240060,,,,,,,,,,,,,,,Eh... you should say it's the old man. +307500 ,,,,,3240060,,,,,,,,,,,,,,,"'Do you ever imagine doing naughty things with Sakurai-kun,\nor masturbate thinking about him?'" +307600 ,,,,,3240060,,,,,,,,,,,,,,,"Oh! I thought it was going to be light, but that's a nice\ntransition!" +307700 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_068.wav,tenka,,0,,,,,,,,"N-No, but... when I do bust-up massages, I sometimes think\nabout it a little." +307800 ,,,,,3240060,,,,,,,,,,,,,,,"'Hello, this is Sakurai.'" +307900 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_069.wav,tenka,,0,,,,,,,,Eh... Ehh!? R-Really!? What should I do! Sakurai-kun is\nwatching! +308000 ,,,,,3240060,,,,,,,,,,,,,,,"Of course, it's a lie meant to tease her, but it seems\nTenka-chan can't tell." +308100 ,,,,,3240060,,,,,,,,,,,,,,,Then... +308200 ,,,,,3240060,,,,,,,,,,,,,,,"'Lol, her nipples are hard lol' 'A girl getting excited\nbeing seen by someone she likes! That's too much!' 'Aren't\nher pussy getting wet too?'" +308300 ,,,,,3240060,,,,,,,,,,,,,,,Comments like that started flowing in. +308400 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_070.wav,tenka,,0,,,,,,,,T-That's not true! +308500 ,,,,,3240060,,,,,,,,,,,,,,,'Huh? Isn't that a lie?' 'Her nipples are definitely hard.'\n'Don't you only tell the truth?' +308600 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_071.wav,tenka,,0,,,,,,,,U... Ugh. ...The tips of my breasts... are actually... hard. +308700 ,,,,,3240060,,,,,,,,,,,,,,,"Indeed, Tenka-chan's nipples are standing firm, as if\nwaiting to be touched." +308800 ,,,,,3240060,,,,,,,,,,,,,,,"Even though I haven't touched her, her nipples are so hard\nand she's that excited." +308900 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_072.wav,tenka,,0,,,,,,,,B-But... I'm not wet... +309000 ,,,,,3240060,,,,,,,,,,,,,,,'Why don't you check?' +309100 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_073.wav,tenka,,0,,,,,,,,...Okay. +309200 ,,,,,3240060,,,,,,,,,,,,,,,Tenka-chan places her hand on her pussy for a moment. +309300 ,,,,,3240060,,,,,,,,,,,,,,,"By the way, from my perspective and the monitor, there's no\nsign of wetness. The viewers are just teasing her." +309400 ,,,,,3240060,,,,,,,,,,,,,,,"...At least, that's what I thought." +309500 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_074.wav,tenka,,0,,,,,,,,I-I'm sorry. I didn't mean to lie... but it's a little wet. +309600 ,,,,,3240060,,,,,,,,,,,,,,,What!? Really!? +309700 ,,,,,3240060,,,,,,,,,,,,,,,"'Lol, seriously! It was just random harassment, but she was\nactually wet!'" +309800 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_075.wav,tenka,,0,,,,,,,,Eh!? It was a lie... +309900 ,,,,,3240060,,,,,,,,,,,,,,,...These people really know how to tease Tenka-chan. +310000 ,,,,,3240060,,,,,,,,,,,,,,,"Wow... getting wet while being naked in front of others,\nTenka-chan really must like being watched." +310100 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_076.wav,tenka,,0,,,,,,,,Um... I'm really sorry for lying... +310200 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_077.wav,tenka,,0,,,,,,,,I don't have a boyfriend... and I've never done anything\nnaughty... +310300 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_078.wav,tenka,,0,,,,,,,,"I was just happy that everyone was saying something, so I\nlied..." +310400 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_079.wav,tenka,,0,,,,,,,,"From now on, I won't lie, and I'll work hard to make the\nlies I've told come true." +310500 ,,,,,3240060,,,,,,,,,,,,,,,She said that and bowed her head. +310600 ,,,,,3240060,,,,,,,,,,,,,,,This must be Tenka-chan's sincere apology. Her effort to\nfind the right words from her limited vocabulary to\napologize is touching. +310700 ,,,,,3240060,,,,,,,,,,,,,,,And the reaction of the people watching this heartfelt\napology is... +310800 ,,,,,3240060,,,,,,,,,,,,,,,"'I wanted to see that bow from an anal angle lol' 'Tears\nwon't stop, just like my semen lol' 'Next is spreading, I\nget it.'" +310900 ,,,,,3240060,,主人公,Kiyoshi,,,,,,,,,,,,... +311000 ,,,,,3240060,,,,,,,,,,,,,,,"Well, that's how it is. If I didn't know better, I'd comment\nlike that too." +311100 ,,,,,3240060,,,,,,,,,,,,,,,"Well... this is already quite exciting, but the real show\nstarts now. Literally." +311200 ,,,,,3240060,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Tenka-chan, it's about time." +311300 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_080.wav,tenka,,0,,,,,,,,...Y-yeah. +311400 ,,,,,3240060,,,,,,,,,,,,,,,Her gaze is on the verge of tears... yet filled with\nanticipation. +311500 ,,,,,3240060,,,,,,,,,,,,,,,"Hehehe... finally, Tenka-chan's virginity will be mine..." +311600 ,,,,,3240060,,,,,,,,,,,,,,,"With the anticipation from yesterday and the public strip\nshow, my cock is already about to explode." +311700 ,,,,,3240060,,主人公,Kiyoshi,,,,,,,,,,,,Alright then... here we go. +311900 ,,,,33,,,,,,,,,,,,,,,,I remove the camera filming Tenka-chan and move it in front\nof the sofa. +312000 ,,,,,,,,,,,,,,,,,,,,"The screen is flooded with confused comments, but I don't\nhave the luxury to respond." +312100 ,,,,,,,,,,,,,,,,,,,,"Because from here on, I have to participate too." +312200 ,,,,,,,,,,,,,,,,,,,,I sit on the sofa and have Tenka-chan sit on top of me. +312400 ,,,,,3241000,,,,,,,,,,,,,,,Then I spread her legs so everyone can see her pussy even\nmore. +312500 ,,,,,3241000,,,,,,,,,,,,,,,"As expected, the comment section is in an uproar, filled\nwith vulgar words and praises calling me a god or something." +312600 ,,,,,3241000,,,,,,,,,,,,,,,"And it seems they've noticed my presence spreading her legs,\nwith comments like 'Who's behind her?' mixed in." +312700 ,,,,,3241000,,主人公,Kiyoshi,,,,,,,,,,,,"So, Tenka-chan, I won't be able to type comments after this,\nso you'll have to do it yourself from your phone." +312800 ,,,,,3241000,,甜花,Tenka,308_TC04b_t_081.wav,tenka,,0,,,,,,,,O-okay. +312900 ,,,,,3241000,,主人公,Kiyoshi,,,,,,,,,,,,"You have to let everyone know just how naughty of a girl you\nare, alright?" +313000 ,,,,,3241000,,甜花,Tenka,308_TC04b_t_082.wav,tenka,,0,,,,,,,,I'm... not naughty. +313100 ,,,,,3241000,,,,,,,,,,,,,,,Even though she's showing her pussy to thousands of\npeople... there's no convincing power in that. +313200 ,,,,,3241000,,,,,,,,,,,,,,,"Well, even in such a state, her trying to act tough or\nresist is kind of cute." +313300 ,,,,,3241000,,主人公,Kiyoshi,,,,,,,,,,,,"Well then, shall we get started? Can you type that for me?" +313400 ,,,,,3241000,,甜花,Tenka,308_TC04b_t_083.wav,tenka,,0,,,,,,,,...Okay. Um... +313500 ,,,,,3241000,,主人公,Kiyoshi,,,,,,,,,,,,I'd like you to say it out loud so I can understand too. +313600 ,,,,,3241000,,甜花,Tenka,308_TC04b_t_084.wav,tenka,,0,,,,,,,,O-okay. +313700 ,,,,,3241000,,甜花,Tenka,308_TC04b_t_085.wav,tenka,,0,,,,,,,,"...As I explained earlier, we're going to... have sex now." +313800 ,,,,,3241000,,,,,,,,,,,,,,,"As soon as she typed that, the comments section erupted like\nnever before." +313900 ,,,,,3241000,,,,,,,,,,,,,,,"Whoa! Are they really going to do it!?"" ""Can someone\nsummarize in three lines?" +314000 ,,,,,3241000,,,,,,,,,,,,,,,"A girl made fake lewd tweets to gather people, confessed it\nwasn't lewd, now says she'll make it real by getting lewd." +314100 ,,,,,3241000,,,,,,,,,,,,,,,"Does that mean she's losing her virginity now!?"" ""Live sex\nbroadcast!?"" ""Lol, the number of viewers is insane!" +314200 ,,,,,3241000,,,,,,,,,,,,,,,The number of viewers is so high that even I'm a bit\nsurprised. +314300 ,,,,,3241000,,,,,,,,,,,,,,,"All these people are now staring at Tenka- chan's pussy, and\nthey're going to watch us have sex." +314400 ,,,,,3241000,,,,,,,,,,,,,,,I can't tell if I should be excited or not... +314500 ,,,,,3241000,,主人公,Kiyoshi,,,,,,,,,,,,"Well then, Tenka-chan, shall we start?" +314600 ,,,,,3241000,,甜花,Tenka,308_TC04b_t_086.wav,tenka,,0,,,,,,,,...Okay. ...Nnngh! +314700 ,,,,,3241000,,,,,,,,,,,,,,,"When I gently touch her, she shivers, but it's not out of\nfear or surprise; it's as if she's feeling it." +314800 ,,,,,3241000,,,,,,,,,,,,,,,I unzip and take out my erect cock from my pants. +315000 ,,,,,3241010,,甜花,Tenka,308_TC04b_t_087.wav,tenka,,0,,,,,,,,Ah... +315100 ,,,,,3241010,,,,,,,,,,,,,,,"It's throbbing intensely. Even without a heart, with this\nmovement, it feels like it could pump blood throughout my\nbody." +315200 ,,,,,3241010,,,,,,,,,,,,,,,"Well, that's a silly thought anyway." +315300 ,,,,,3241010,,,,,,,,,,,,,,,"When I look at the comments section, it's flowing with\ncomments just as much as before. What's being said...?" +315400 ,,,,,3241010,,,,,,,,,,,,,,,"'Whoa lol, the dick's in the way, can't see the loli pussy\nlol' 'Seriously in the way! What is that?' 'And who is that\nanyway lol'" +315500 ,,,,,3241010,,甜花,Tenka,308_TC04b_t_088.wav,tenka,,0,,,,,,,,"Uh... um, the person behind me is my boyfriend. ...We became\na couple yesterday." +315600 ,,,,,3241010,,,,,,,,,,,,,,,'Isn't he an old man lol' 'Lucky old man lol' 'An old man as\na boyfriend lol Sakurai-kun is crying lol' +315700 ,,,,,3241010,,甜花,Tenka,308_TC04b_t_089.wav,tenka,,0,,,,,,,,I'm sorry for lying until now... +315800 ,,,,,3241010,,甜花,Tenka,308_TC04b_t_090.wav,tenka,,0,,,,,,,,"But... I have a boyfriend now, and we're going to have sex,\nso... everything will be true. Please continue to support\nme." +315900 ,,,,,3241010,,,,,,,,,,,,,,,Tenka-chan says this and bows her head. +316000 ,,,,,3241010,,,,,,,,,,,,,,,"And almost simultaneously, I press my cock against Tenka-\nchan's entrance." +316100 ,,,,,3241010,,,,,,,,,,,,,,,--Squish +316200 ,,,,,3241010,,主人公,Kiyoshi,,,,,,,,,,,,Oh! +316300 ,,,,,3241010,,,,,,,,,,,,,,,"It's hot and wet, and it feels like she's fully prepared." +316400 ,,,,,3241010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Tenka-chan, let's show everyone how sorry you are." +316500 ,,,,,3241010,,甜花,Tenka,308_TC04b_t_091.wav,tenka,,0,,,,,,,,Uh... okay. +316600 ,,,,,3241010,,,,,,,,,,,,,,,"Then, while spreading her slit, I try to push my cock\nfurther inside." +316800 ,,,,,3241020,,甜花,Tenka,308_TC04b_t_092.wav,tenka,,0,,,,,,,,Ah... ugh! It hurts... mister... I can't... +316900 ,,,,,3241020,,主人公,Kiyoshi,,,,,,,,,,,,Ughhh! Her pussy's so tight! +317000 ,,,,,3241020,,,,,,,,,,,,,,,"It's squeezing tightly, and it's a struggle just to get the\nhead in." +317100 ,,,,,3241020,,,,,,,,,,,,,,,"Tenka-chan's pussy is stretched to its limit, taking the\nshape of my cock." +317200 ,,,,,3241020,,甜花,Tenka,308_TC04b_t_093.wav,tenka,,0,,,,,,,,Haa... hic... it's so... stretched out... +317300 ,,,,,3241020,,,,,,,,,,,,,,,"However, from there, slippery love juices overflow, showing\nthat she's trying to welcome it." +317400 ,,,,,3241020,,,,,,,,,,,,,,,I cautiously move my hips forward. +317500 ,,,,,3241020,,,,,,,,,,,,,,,Then I felt resistance inside her vagina. So this is Tenka-\nchan's hymen. +317600 ,,,,,3241020,,,,,,,,,,,,,,,"Thinking back to when we first met, it's quite moving." +317700 ,,,,,3241020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Tenka-chan, I'm going to go deeper." +317800 ,,,,,3241020,,甜花,Tenka,308_TC04b_t_094.wav,tenka,,0,,,,,,,,Ah... mister... nnngh!? +317900 ,,,,,3241020,,,,,,,,,,,,,,,"Feeling a tearing sensation, I press all the way to the base\nagainst Tenka-chan's body." +318000 ,,,,,3241020,,,,,,,,,,,,,,,"I penetrate into the slippery, soft vagina." +318100 ,,,,,3241020,,甜花,Tenka,308_TC04b_t_095.wav,tenka,,0,,,,,,,,It hurts... mister... it hurts... ugh... ah... your cock...\nit's in. +318200 ,,,,,3241020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it's all the way in... how is it? Feels good, right?" +318300 ,,,,,3241020,,甜花,Tenka,308_TC04b_t_096.wav,tenka,,0,,,,,,,,"Ugh... ha. Ha, ha." +318400 ,,,,,3241020,,,,,,,,,,,,,,,"Tenka-chan lets out hot breaths repeatedly, shaking her head\nside to side." +318500 ,,,,,3241020,,,,,,,,,,,,,,,"But with every breath, the warm flesh inside clings to my\npenis." +318600 ,,,,,3241020,,甜花,Tenka,308_TC04b_t_097.wav,tenka,,0,,,,,,,,"Ugh... ah, hya, ha. ...Nn. Mister's... nngh. Ha, ha..." +318700 ,,,,,3241020,,,,,,,,,,,,,,,'...Wow! It all went into that loli pussy! 'The wonders of\nthe human body!' 'The old man's dick is just small.' 'Blood!\nIs she really a virgin?' +318800 ,,,,,3241040,,甜花,Tenka,308_TC04b_t_098.wav,tenka,,0,,,,,,,,"I'm also... ngh, a bit curious. Nn. Hya, fua... nn, ha,\nkuh... nn" +318900 ,,,,,3241040,,,,,,,,,,,,,,,"Even though it must be painful for Tenka- chan, she's\nearnestly responding to the comments. Yeah, she's a good\ngirl." +319000 ,,,,,3241040,,,,,,,,,,,,,,,'How does it feel with the old man's dick inside?' +319100 ,,,,,3241040,,甜花,Tenka,308_TC04b_t_099.wav,tenka,,0,,,,,,,,It's painful... that's all. +319200 ,,,,,3241040,,,,,,,,,,,,,,,'The old man's dick is just painful lolol' 'Old man in tears\nlolol' +319300 ,,,,,3241040,,,,,,,,,,,,,,,"No, I'm really about to cry, you know?" +319400 ,,,,,3241040,,,,,,,,,,,,,,,"But well, as I start moving, that might change." +319500 ,,,,,3241040,,主人公,Kiyoshi,,,,,,,,,,,,Shall I move? +319600 ,,,,,3241040,,,,,,,,,,,,,,,I can't stay still forever. My hips are itching to rub\nagainst the walls of her pussy. +319800 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_100.wav,tenka,,0,,,,,,,,"Uh, yeah. If you go slowly... ahhh. Fwah, fua, ah." +319900 ,,,,,3241030,,,,,,,,,,,,,,,"Just by moving my hips back and forth slowly, there's a\nlewd, clinging sensation." +320000 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_101.wav,tenka,,0,,,,,,,,"No... having sex... with a lover... nngh, ha. Ahhh, fua...\nhya!" +320100 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_102.wav,tenka,,0,,,,,,,,"My first time... having sex... nngh, nfu. And everyone's...\nwatching... ah!?" +320200 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Isn't it great? Tenka-chan, who loves being watched, having\nher first time while everyone's watching." +320300 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_103.wav,tenka,,0,,,,,,,,Nn... ah. ...No way? That's not... fua... +320400 ,,,,,3241030,,,,,,,,,,,,,,,"Every time her pussy makes a wet sound, Tenka-chan twists\nher hips as if trying to escape." +320500 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"And it feels good, doesn't it?" +320600 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_104.wav,tenka,,0,,,,,,,,N-no it doesn't... +320700 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,But look at the comments. +320800 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_105.wav,tenka,,0,,,,,,,,Haa... nngh... huh? +320900 ,,,,,3241030,,,,,,,,,,,,,,,"'Whoa... she's getting wet lolol' 'At this age, that's crazy\nlolol' 'Slut lololol' 'She's moaning!'" +321000 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_106.wav,tenka,,0,,,,,,,,Fwaa! I'm feeling good... and everyone... is watching. +321100 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_107.wav,tenka,,0,,,,,,,,"Hya... nn. Ah, ah, nnnn! Ah, uh. It's embarrassing... ah,\nI'm feeling weird... ah, it's weird!" +321200 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe, you're starting to feel good. Just let yourself go." +321300 ,,,,,3241030,,,,,,,,,,,,,,,Tenka-chan's hips twitch as if convulsing. +321400 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_108.wav,tenka,,0,,,,,,,,B-but... that's... +321500 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Sex is meant to feel good, so it's okay to let it happen." +321600 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_109.wav,tenka,,0,,,,,,,,R-really? +321700 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it's normal. Plus, since it's your first time, I want\nit to be a good memory, and it makes me happy if Tenka-chan\nfeels good." +321800 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_110.wav,tenka,,0,,,,,,,,...Oji-san. +321900 ,,,,,3241030,,,,,,,,,,,,,,,Tenka-chan lightly blushes and her eyes become glazed. +322000 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Can you let Oji-san hear your cute, sexy moans, Tenka-chan?" +322100 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_111.wav,tenka,,0,,,,,,,,Y-yeah. I understand... +322200 ,,,,,3241030,,,,,,,,,,,,,,,"Hearing that response, I start moving my hips in a circular\nmotion." +322300 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_112.wav,tenka,,0,,,,,,,,"Ukuu!? O-Oji-san... hafu, Oji-san's... inside me... ah!?\nYou're moving so hard, aren't you?" +322400 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I want you to feel really good." +322500 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_113.wav,tenka,,0,,,,,,,,"Auuu! Nfu!? Hah ah, ah, ahhh! I might be happy..." +322600 ,,,,,3241030,,,,,,,,,,,,,,,"In reality, it's unlikely to feel this much during a first\ntime, but the excitement of being watched by everyone must\nbe releasing a lot of adrenaline." +322700 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,How about this? +322800 ,,,,,3241030,,,,,,,,,,,,,,,I rub against the inside of Tenka-chan's melting pussy as if\nto tickle it. +322900 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_114.wav,tenka,,0,,,,,,,,"Auh!? Nkuh... it feels good. Hah! Ahh! Fwah, hah hah... Oji-\nsan... it feels so good!" +323000 ,,,,,3241030,,,,,,,,,,,,,,,'Whoa!? She's starting to moan!?''The old man is desperately\nmoving his hips lolol''These two are crazy. They're total\nperverts lolol' +323100 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_115.wav,tenka,,0,,,,,,,,"Nkuh! Ahh, don't mess up my pussy like that! Nn, fuh... ah.\nAh, hah, no! Anh! Nnnn!" +323200 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,Kuooh!? It's Tenka-chan's pussy that's moving like that!? +323300 ,,,,,3241030,,,,,,,,,,,,,,,The warm and sticky pussy seems to be trying to squeeze and\ncapture the dick tightly. +323400 ,,,,,3241030,,,,,,,,,,,,,,,"But the dick keeps going in and out, making it hard to\ncatch." +323500 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, hah, hah... Inside Tenka-chan feels so good." +323600 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_116.wav,tenka,,0,,,,,,,,"Ugh, ah... Oji-san's too... Ah! Nyaaaah!" +323700 ,,,,,3241030,,,,,,,,,,,,,,,I pull Tenka-chan's body close and thrust my dick deep\ninside. +323800 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_117.wav,tenka,,0,,,,,,,,Hagu... Ahih! +323900 ,,,,,3241030,,,,,,,,,,,,,,,Oh!? Is this the entrance to the womb? +324000 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_118.wav,tenka,,0,,,,,,,,"Higu, Oji-san... there! If you do it like that... Hah, I-I\ncan't... breathe." +324100 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,Sorry. Oji-san's dick... just won't stop. +324200 ,,,,,3241030,,,,,,,,,,,,,,,"It becomes stronger and faster, hitting that spot\nrepeatedly." +324300 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_119.wav,tenka,,0,,,,,,,,"Aaaah, hiaaah! Nkuh! Aaaaaah!" +324400 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_120.wav,tenka,,0,,,,,,,,"Ah! Fuh, ahhh! Oji-sa... Nnn!" +324500 ,,,,,3241030,,,,,,,,,,,,,,,I mercilessly torment Tenka-chan's convulsing pussy. +324600 ,,,,,3241030,,,,,,,,,,,,,,,"But the wet sounds, chuju, chuju, are getting more intense." +324700 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_121.wav,tenka,,0,,,,,,,,"Ahhh! Ah, hah! My pussy... it's gonna break... Uuu. Anh!\nAhhh!" +324800 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay! If it breaks, Oji-san will take responsibility." +324900 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_122.wav,tenka,,0,,,,,,,,"Ugh. Ah, hah hah hah... Ah! Ooooh! Fuyah... Ah. Inside my\npussy, the dick is twitching." +325000 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, Oji-san is about to cum soon. Tenka- chan feels the\nsame, right?" +325100 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_123.wav,tenka,,0,,,,,,,,"I-I don't know... I don't know! Ugh... Ah, hah... Kuh." +325200 ,,,,,3241030,,,,,,,,,,,,,,,Tenka-chan said that with teary eyes and a slurred voice. +325300 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe. You're cute. But you can't cum yet, okay?" +325400 ,,,,,3241030,,,,,,,,,,,,,,,I slowly pull back my hips that had stopped and thrust\nforward again. +325500 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_124.wav,tenka,,0,,,,,,,,"Nn! Oji-san. Fuh, nah, hah... Ah... Can't I cum?" +325600 ,,,,,3241030,,,,,,,,,,,,,,,"As I repeat that, her pussy starts to twitch lewdly." +325700 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"See, look, there are lots of comments coming in, right?" +325800 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_125.wav,tenka,,0,,,,,,,,Huh? +325900 ,,,,,3241030,,,,,,,,,,,,,,,"How does it feel?"" ""It looks like it feels good, are you\nabout to cum?"" ""What's happening with the loli pussy?" +326000 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"There are lots of questions coming in, so you have to answer\nthem properly." +326100 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_126.wav,tenka,,0,,,,,,,,"Nn, ah... Hah, hah, hah! Y-yeah." +326300 ,,,,,3241050,,,,,,,,,,,,,,,"Tenka-chan fiddles with her smartphone, typing while\nspeaking the words out loud." +326400 ,,,,,3241050,,,,,,,,,,,,,,,"Saliva is already dripping from her mouth, and her speech is\nbecoming slurred." +326500 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_127.wav,tenka,,0,,,,,,,,Um... it feels good. My pussy... being rubbed by the dick...\nfeels good. +326600 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_128.wav,tenka,,0,,,,,,,,"Um, n-next... yes, I'm about to cum... Nn... Ah. Ahh, ahh.\nI-inside... If you stir it up like that... Nn!" +326700 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_129.wav,tenka,,0,,,,,,,,"And now... my loli pussy... Oji-san's dick is... inside,\nsquirming, ah, nn!?" +326800 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, so you were about to cum after all." +326900 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_130.wav,tenka,,0,,,,,,,,Ah... Hah! Nn! Nnnnn! +327000 ,,,,,3241050,,,,,,,,,,,,,,,It seems like the guilt of lying makes her answer honestly\nto the monitor. +327100 ,,,,,3241050,,,,,,,,,,,,,,,"Then, comments come back in response to that." +327200 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_131.wav,tenka,,0,,,,,,,,Ah... Ahh! Everyone is watching me and Oji- san having\nsex... +327300 ,,,,,3241050,,,,,,,,,,,,,,,The awareness of being watched through the comments seems to\nintensify the wet sounds even more. +327400 ,,,,,3241050,,主人公,Kiyoshi,,tenka,,0,,,,,,,,"You're about to cum, right, Tenka-chan? But not yet." +327500 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_133.wav,tenka,,0,,,,,,,,"Nn... Ah, but... my body is twitching... Ahhn!" +327600 ,,,,,3241050,,,,,,,,,,,,,,,Her body repeatedly twitches in small spasms. It seems she's\non the verge of cumming. +327700 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_134.wav,tenka,,0,,,,,,,,"Ah... Hah... Ah, ahhhh! I'm... already... fuaaahhh!" +327800 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm holding back too, so you should as well, Tenka-chan.\nNow, let's ask everyone one last thing, okay?" +327900 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_135.wav,tenka,,0,,,,,,,,"Hic, nnk... Uh, yeah. Nnn!? Wh... what are you going to ask?" +328000 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,Where should I release my sperm? +328100 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_136.wav,tenka,,0,,,,,,,,If you ask that... can I cum...? +328200 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,Yes. +328300 ,,,,,3241050,,,,,,,,,,,,,,,Tenka-chan is trembling repeatedly while desperately\nfiddling with her smartphone. +328400 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_137.wav,tenka,,0,,,,,,,,"Hic, nnk... Uh, hiaaaaahhh! When I cum... inside or\noutside... which is, ahhhh, better?" +328500 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_138.wav,tenka,,0,,,,,,,,"Hiaaah! Ah, is this okay?" +328600 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, now it's up to everyone to answer." +328700 ,,,,,3241050,,,,,,,,,,,,,,,"'Lol, ultimate choice lol', 'What should we do lol', 'Inside\nfirst, then another round and finish outside'" +328800 ,,,,,3241050,,,,,,,,,,,,,,,"Oh, it seems everyone is also confused." +328900 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_139.wav,tenka,,0,,,,,,,,"Nn, hah, ah, hah, hah, hurry! Yaaah, ah, I can't hold it...\nanymore, ah, ahhhhhhh!" +329000 ,,,,,3241050,,,,,,,,,,,,,,,"'Which does she prefer?', 'True lol, let's hear her\nopinion', 'If you go inside, you'll become a mom, is that\nokay?'" +329100 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_140.wav,tenka,,0,,,,,,,,"Uh, um... I'm okay with inside." +329200 ,,,,,3241050,,,,,,,,,,,,,,,"'Lol, she's totally ready to get pregnant lol', 'Real young\nmom', 'If an old man's sperm goes into a loli pussy, won't\nit be like a manga with a swollen belly?'" +329300 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_141.wav,tenka,,0,,,,,,,,"N-no, it's not like that... Hah!? Ahh... I haven't had my\nperiod yet." +329400 ,,,,,3241050,,,,,,,,,,,,,,,"'Seriously!?', 'She's really at a dangerous age lol', 'No,\nshe might be saying that but actually... be careful old man\nlol'" +329500 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_142.wav,tenka,,0,,,,,,,,"Ah, huh... nnn! ~~~~~! Ahhhh! Hia, fuyaa! Hurry, hah...\nhurry... nnnnn!" +329600 ,,,,,3241050,,,,,,,,,,,,,,,"'But I say outside!', 'I want to see her drowning in sperm\nlol', 'Being covered feels more conquering lol', 'Outside\nrelease!'" +329700 ,,,,,3241050,,,,,,,,,,,,,,,"Hmm, it seems the opinions are split." +329800 ,,,,,3241050,,,,,,,,,,,,,,,"Which means, in the end, it's up to me to decide." +329900 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Inside finish,sel_1a",,,,,,,,,,,,,,,,,,,■@ Inside +↓,"$menu_item 1,Outside finish,sel_1b",,,,,,,,,,,,,,,,,,,■A Outside +↓,$menu_end,,,,,,,,,,,,,,,,,,, +330000 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Inside +330100 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, ah... Tenka-chan, I'm going to come inside, okay?" +330200 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_143.wav,tenka,,0,,,,,,,,"Y-yeah! Hah! I get it, so hurry... hurry!" +330300 ,,,,,3241050,,,,,,,,,,,,,,,"A shiver runs through Tenka-chan's legs, making her bounce\nas if she's swimming in the air." +330400 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,Come on! You have to tell everyone how good it feels! +330500 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_144.wav,tenka,,0,,,,,,,,"Nnn! Ahhhh, e-everyone... it feels so good! Ahhhh! Having\nsex with my boyfriend... nnn" +330600 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_144a.wav,,,,,,,,,,,"Hyaa... fuh, ahhhh. It feels so good!! I'm going to come." +330700 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ugh... hah, I'm coming!" +330800 ,,,,,3241050,,,,,,,,,,,,,,,"I can feel the semen reaching the tip of my cock, and I move\nmy hips frantically." +330900 ,,,,,3241050,,,,,,,,,,,,,,,I can't hold back any longer. I pull Tenka- chan close and\nthrust my cock deep inside her. +331000 ,,,,,3241050,,,,,,,,,,,,,,,"Ugh, oooohhh!?" +331100 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_145.wav,tenka,,0,,,,,,,,Hagun!? Fuaaaaaaaaahhh!? +331200 ,,,,,3241050,,,,,,,,,,,,,,,"For a moment, Tenka-chan's whole body jerks up, and at the\nsame time, my urethra is flooded with an intense rush of\nsemen." +331300 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,Nngh... +331400 ,,,,,3241060,,,,,,,,,,,,,,,――Sploosh! ――Splash! Sploosh sploosh! +331600 ,,,,,3241060,,甜花,Tenka,308_TC04b_t_146.wav,tenka,,0,,,,,,,,"Nnn!? Nnnnnn!? Higu! Ah, ah! Aaaaaah! I'm coming! Aaaaaah!\nNn, fuh! Fuaaaaaaaaah!" +331700 ,,,,,3241060,,,,,,,,,,,,,,,"Her pussy squeezes tightly around the head, the ridge, and\nthe entire shaft, and semen spills out from the nonexistent\ngaps." +331800 ,,,,,3241060,,甜花,Tenka,308_TC04b_t_147.wav,tenka,,0,,,,,,,,"Ugh, yeah. Ah, the semen! Inside my pussy! Ah, hah hah,\nahh... it feels so good!" +331900 ,,,,,3241060,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, uoooh..." +332000 ,,,,,3241060,,,,,,,,,,,,,,,My cock erupts repeatedly inside Tenka-chan's pussy as if\nit's exploding over and over. +332100 ,,,,,3241060,,甜花,Tenka,308_TC04b_t_148.wav,tenka,,0,,,,,,,,Ha... ngh... hah hah hah... ahyu... I... I did it... in\nfront of everyone... +332200 ,,,,,3241060,,,,,,,,,,,,,,,Hehehe... I finally made Tenka-chan's virginity mine. +332300 ,,,,,3241060,,,,,,,,,,,,,,,"Man, quitting my job and opening a candy store was really\nworth it." +332400 ,,,,,3241060,,主人公,Kiyoshi,,,,,,,,,,,,"Now, Tenka-chan. We have to show everyone the proof of the\ncreampie." +332600 ,,,,,3241070,,,,,,,,,,,,,,,"I pulled back my hips and withdrew my penis, wet with blood,\nsemen, and love juices." +332700 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_149.wav,tenka,,0,,,,,,,,Higun!? Ah... don't pull out suddenly! +332800 ,,,,,3241070,,,,,,,,,,,,,,,――Gush ――Gush gush gush gush... +332900 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_150.wav,tenka,,0,,,,,,,,Auu... it's spilling out... +333000 ,,,,,3241070,,主人公,Kiyoshi,,,,,,,,,,,,Wow... that's a lot. +333100 ,,,,,3241070,,,,,,,,,,,,,,,'How much did that old man release lololol' 'Too much\nlololol brutal lololol' 'He really came inside lololol'\n'That's a reportable offense lololol' +333200 ,,,,,3241070,,,,,,,,,,,,,,,"Oh, even the word 'report' is starting to appear." +333300 ,,,,,3241070,,,,,,,,,,,,,,,"Hmm, reporting now. They must have waited until they\nfinished jerking off." +333400 ,,,,,3241070,,,,,,,,,,,,,,,"It would be troublesome if they really reported or\nidentified me, so let's wrap this up." +333500 ,,,,,3241070,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, let's finish up soon." +333600 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_151.wav,tenka,,0,,,,,,,,Okay. +333700 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_152.wav,tenka,,0,,,,,,,,"...With this, my apology is over... I'm really sorry for\nlying..." +333800 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_153.wav,tenka,,0,,,,,,,,If you watch again... ah... I'd be happy. +333900 ,,,,,3241070,,,,,,,,,,,,,,,"She said in a slurred voice, waving slowly with a dazed\nexpression." +334000 ,,,,,3241070,,,,,,,,,,,,,,,I ended the broadcast there. +334100 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_154.wav,tenka,,0,,,,,,,,Haa... n... haa... +334200 ,,,,,3241070,,,,,,,,,,,,,,,Tenka-chan relaxed her body and leaned against me. +334300 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_155.wav,tenka,,0,,,,,,,,H-How was it? +334400 ,,,,,3241070,,主人公,Kiyoshi,,,,,,,,,,,,Yeah... I think it went well. I think everyone will forgive\nyou for that. +334500 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_156.wav,tenka,,0,,,,,,,,Haa... haa... nfu... I-I see... +334600 ,,,,,3241070,,主人公,Kiyoshi,,,,,,,,,,,,"The old man was moved too, you know? At least, I forgive you\nfor lying, Tenka-chan." +334700 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_157.wav,tenka,,0,,,,,,,,"...Yeah, thank you." +334800 ,,,,,3241070,,主人公,Kiyoshi,,,,,,,,,,,,Because I'm Tenka-chan's boyfriend and her biggest fan. +334900 ,,,,,3241070,,,,,,,,,,,,,,,"Hearing that, Tenka-chan let saliva drip from the corner of\nher mouth as she relaxed her whole body and leaned on me." +335000 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_158.wav,tenka,,0,,,,,,,,"I love you, old man..." +335100 ,,,,,3241070,,,,,,,,,,,,,,,"Saying that, she fell asleep." +335200 ,,,,,3241070,,,,,,,,,,,,,,,"Hmm... a lot happened, and the shop is closed, so I'll let\nher sleep until she wakes up." +335300 ,$go join_1,,,,,,,,,,,,,,,,,,, +335400 ,*sel_1b,,,,,,,,,,,,,,,,,,,■AOutside +335500 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, ah... Tenka-chan, I'm going to come on you!" +335600 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_159.wav,tenka,,0,,,,,,,,Y-Yeah! Hafu! I get it! Hurry... hurry! +335700 ,,,,,3241050,,,,,,,,,,,,,,,"A shiver ran through Tenka-chan's legs, and she bounced as\nif she were doing a breaststroke in the air." +335800 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,Come on! You have to tell everyone how good it feels! +335900 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_144.wav,tenka,,0,,,,,,,,"Nnngh! Aaaah, e-everyone... it feels so good...! Aaaah!\nHaving sex with my boyfriend... nnngh." +336000 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_144a.wav,,,,,,,,,,,"Hyagu... fu, fuaaaah. It feels so good!! I'm going to come." +336100 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, kuh... ha, I'm going to come!" +336200 ,,,,,3241050,,,,,,,,,,,,,,,"I could feel the semen reaching the tip of my cock, and I\nmoved my hips frantically." +336300 ,,,,,3241050,,,,,,,,,,,,,,,I couldn't hold back any longer. I pulled Tenka-chan close\nand quickly withdrew my cock from her vagina. +336400 ,,,,,3241050,,,,,,,,,,,,,,,"Kuh, oooohhh!?" +336500 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_161.wav,tenka,,0,,,,,,,,Hiuuu!? Fuaaaaaaahhh!? +336600 ,,,,,3241050,,,,,,,,,,,,,,,"For a moment, Tenka-chan's whole body jerked, and at the\nsame time, sperm shot through my urethra with incredible\nforce." +336700 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,Nngh... +336800 ,,,,,3241071,,,,,,,,,,,,,,,--Splat! --Splash! Patatat! Sploosh! Sploosh! +337000 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_162.wav,tenka,,0,,,,,,,,"Nnngh!? Nnnnnngh!? Higu! Ah, ah! Aaaaahhh! I'm coming!\nAaaaahhh! Nnngh, fu! Fuaaaaaaahhh!" +337100 ,,,,,3241071,,,,,,,,,,,,,,,"As if refusing to let go, her pussy clung to my withdrawing\ncock, causing an enormous amount of sperm to gush out." +337200 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_163.wav,tenka,,0,,,,,,,,"Ugh, ahn. Ah, the semen! On my face... on my stomach! Ah,\nhaah haah, ahh... it's so hot!" +337300 ,,,,,3241071,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, uooohhh..." +337400 ,,,,,3241071,,,,,,,,,,,,,,,My cock kept erupting like an explosion in front of Tenka-\nchan's eyes. +337500 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_164.wav,tenka,,0,,,,,,,,Hap? ...Nngh... haah haah haah... ahyu... it... it\nhappened... in front of everyone... +337600 ,,,,,3241071,,,,,,,,,,,,,,,Hehehe... I finally made Tenka-chan mine. +337700 ,,,,,3241071,,,,,,,,,,,,,,,Quitting my job and opening a candy shop was really worth\nit. +338000 ,,,,,3241071,,,,,,,,,,,,,,,"I gave Tenka-chan one last ejaculation from my penis, soaked\nin blood, semen, and love juices." +338100 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_165.wav,tenka,,0,,,,,,,,Oji-san... ah... puah +338200 ,,,,,3241071,,,,,,,,,,,,,,,--Drip --Splat... Splat... +338300 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_166.wav,tenka,,0,,,,,,,,Ah... the semen is on the floor... +338400 ,,,,,3241071,,主人公,Kiyoshi,,,,,,,,,,,,Wow... that's a lot +338500 ,,,,,3241071,,,,,,,,,,,,,,,"How much is the old man releasing lololol"" ""Too much lololol\nbrutal lololol"" ""Fantasy semen lololol"" ""Should be reported\nlololol" +338600 ,,,,,3241071,,,,,,,,,,,,,,,"Oh, the word 'report' is starting to appear." +338700 ,,,,,3241071,,,,,,,,,,,,,,,"Hmm, reporting now? They probably waited until they\nfinished." +338800 ,,,,,3241071,,,,,,,,,,,,,,,"It would be troublesome if they really reported or\nidentified us, so let's wrap this up." +338900 ,,,,,3241071,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, let's finish up soon." +339000 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_167.wav,tenka,,0,,,,,,,,Okay. +339100 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_168.wav,tenka,,0,,,,,,,,"...With this, my apology is over... I'm really sorry for\nlying..." +339200 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_169.wav,tenka,,0,,,,,,,,If you watch again... ah... I'd be happy. +339300 ,,,,,3241071,,,,,,,,,,,,,,,"She said that in a slurred voice, waving slowly with a dazed\nexpression." +339400 ,,,,,3241071,,,,,,,,,,,,,,,I ended the broadcast there. +339500 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_170.wav,tenka,,0,,,,,,,,Haa... nn... haa... +339600 ,,,,,3241071,,,,,,,,,,,,,,,Tenka-chan relaxed her body and leaned against me. +339700 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_171.wav,tenka,,0,,,,,,,,H-How was it? +339800 ,,,,,3241071,,主人公,Kiyoshi,,,,,,,,,,,,Yeah... I think it went well. I think everyone will forgive\nyou for that. +339900 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_172.wav,tenka,,0,,,,,,,,Haa... haa... nfu... I-I see... +340000 ,,,,,3241071,,主人公,Kiyoshi,,,,,,,,,,,,"Oji-san was moved too. At least, oji-san forgives you for\nlying, Tenka-chan." +340100 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_173.wav,tenka,,0,,,,,,,,"...Yeah, thank you." +340200 ,,,,,3241071,,主人公,Kiyoshi,,,,,,,,,,,,Because I'm Tenka-chan's boyfriend and her biggest fan. +340300 ,,,,,3241071,,,,,,,,,,,,,,,"As I said that, Tenka-chan let saliva drip from the corner\nof her mouth, relaxing her whole body and leaning against\nme." +340400 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_174.wav,tenka,,0,,,,,,,,Oji-san... I love you... +340500 ,,,,,3241071,,,,,,,,,,,,,,,"Saying that, she fell asleep." +340600 ,,,,,3241071,,,,,,,,,,,,,,,"Well... a lot happened, and the shop is closed, so I'll let\nher sleep until she wakes up." +340700 ,$event_return,,,,,,,,,,,,,,,,,,, +340800 ,*join_1,,,,,,,,,,,,,,,,,,, +340900 ,,,0,9000,,,,,,,,,,,,,,,, +341100 ,@309_TC05,,,,,,,,,,,,,,,,,,, +341400 ,,,7,21,,,主人公,Kiyoshi,,,,,,,,,,,,...Phew. +341500 ,,,,,,,,,,,,,,,,,,,,"Wow, yesterday's public sex was quite a hit." +341600 ,,,,,,,,,,,,,,,,,,,,"After checking it out later, it seems like there was an\nincredible number of views, and now I'm embarrassed about\nshowing my dick to so many people." +341700 ,,,,,,,,,,,,,,,,,,,,"But well, the one who was really embarrassed was probably\nTenka-chan." +341800 ,,,,,,,,,,,,,,,,,,,,"I mean... maybe because of that, her embarrassment limiter\ngot messed up." +341900 ,,,,,,,,,,,,,,,,,,,,After all... +342000 ,,,,,,,甜花,Tenka,309_TC05_t_000.wav,,,,,,,"tenka,privateB",,21,,Oji-san. +342100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,21,,"Hm? What is it, Tenka-chan?" +342200 ,,,,,,,甜花,Tenka,309_TC05_t_001.wav,,,,,,,tenka,,1,,Ehehe~ I just called you. +342300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,1,,I see~... haha. +342400 ,,,,,,,甜花,Tenka,309_TC05_t_002.wav,,,,,,,"tenkaL,privateB",,1,,Oji-san... hug. +342500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,1,,W-Wha? What's wrong? Did a weird bug appear? +342600 ,,,,,,,甜花,Tenka,309_TC05_t_003.wav,,,,,,,tenkaL,,21,,"Nope, I just wanted to hug you~" +342700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,21,,Eh? W-Why is that? +342800 ,,,,,,,甜花,Tenka,309_TC05_t_004.wav,,,,,,,tenkaL,,2,,Eh~? Because... I-I love you. +342900 ,,,,,,,,,,,,,,,,tenkaL,,2,,O-Oh... Being told 'I love you' by a little girl... what\ndestructive power. I'm about to collapse. +343000 ,,,,,,,甜花,Tenka,309_TC05_t_005.wav,,,,,,,tenkaL,,3,,"What about you, Oji-san?" +343100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,3,,"Hm? I love you too, Tenka-chan." +343200 ,,,,,,,甜花,Tenka,309_TC05_t_006.wav,,,,,,,tenkaL,,22,,"Yay~! But of course. We're lovers, after all~♪" +343300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,22,,That's right. +343400 ,,,,,,,甜花,Tenka,309_TC05_t_007.wav,,,,,,,tenkaL,,31,,Ah... should I call you... D-Daddy instead of Oji-san? +343500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,"...N-No, people might think it's weird, so just keep calling\nme Oji-san. You know, Tenka-chan is an idol after all." +343600 ,,,,,,,甜花,Tenka,309_TC05_t_008.wav,,,,,,,tenkaL,,2,,Ah... Oji-san is so kind... thinking about me. +343700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,2,,Ahaha... +343800 ,,,,,,,,,,,,,,,,,,,,I wonder if her embarrassment limiter really broke... +343900 ,,,,,,,,,,,,,,,,,,,,"Somehow, after yesterday's first experience, Tenka-chan\nbecame... affectionate." +344000 ,,,,,,,,,,,,,,,,,,,,I never expected her to become this affectionate. I thought\nshe'd be more shy... +344200 ,,,,,,,甜花,Tenka,309_TC05_t_009.wav,,,,,,,tenka,,13,,"Hehe~. You know, Oji-san, it's going to be hot today. So I\ndon't think anyone will come, should we close the shop?" +344300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,13,,We're not closing!? Oji-san won't be able to make a living! +344400 ,,,,,,,甜花,Tenka,309_TC05_t_010.wav,,,,,,,tenka,,36,,...Boring~ +344500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, Chie-chan and the others will probably come too." +344600 ,,,,,,,,,,,,,,,,,,,,"Sigh... She's definitely affectionate and cute... cute,\nbut..." +344700 ,,,,,,,,,,,,,,,,,,,,It's just not what Oji-san is looking for in Tenka-chan! +344800 ,,,,,,,,,,,,,,,,,,,,"Right now, if I said 'lick my dick,' she'd probably do it,\nand she'd let me have her pussy and ass too." +344900 ,,,,,,,,,,,,,,,,,,,,"But you know, this isn't how Tenka-chan is supposed to be! I\nwant her to resist a little! I want to trouble her! Tenka-\nchan!" +345000 ,,,,,,,,,,,,,,,,,,,,"With this kind of Tenka-chan, Oji-san definitely can't cum!" +345100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...... +345200 ,,,,,,,,,,,,,,,,,,,,"...No, I can. I could do it a million times." +345300 ,,,,,,,,,,,,,,,,,,,,"In fact, I got hard when she hugged me earlier. And I still\nam." +345400 ,,,,,,,,,,,,,,,,,,,,"But still, I want to make Tenka-chan embarrassed! That's\nmore exciting!" +345500 ,,,,,,,,,,,,,,,,,,,,"...Now, how should I embarrass this affectionate Tenka-chan?" +345700 ,,,,,,,千恵,Chie,309_TC05_c_000.wav,"komako,privateB",,0,"chie,private",,0,,,,,"Ah, Oji-chan! Tenka-chan! Good morning!" +345800 ,,,,,,,コマコ,Komako,309_TC05_k_000.wav,komako,,0,chie,,0,,,,,Good morning. +345900 ,,,,,,,,,,komako,,0,chie,,0,,,,,"Oh! Chie-chan and the others are here, full of energy today." +346000 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,0,,,,,"Good morning, both of you." +346100 ,,,,,,,甜花,Tenka,309_TC05_t_011.wav,,,,chie,,0,tenka,,30,,"Good morning. Chii, your voice is loud from the morning." +346200 ,,,,,,,,,,,,,chie,,0,tenka,,30,,...Oh? It's the usual Tenka-chan. +346300 ,,,,,,,千恵,Chie,309_TC05_c_001.wav,,,,chie,,0,tenka,,30,,"Ehehe, sorry~" +346400 ,,,,,,,甜花,Tenka,309_TC05_t_012.wav,,,,chie,,0,tenka,,3,,Isn't it a bit later than usual today? +346500 ,,,,,,,コマコ,Komako,309_TC05_k_001.wav,komako,,12,,,,tenka,,3,,"I overslept, so we're late." +346600 ,,,,,,,甜花,Tenka,309_TC05_t_013.wav,komako,,12,,,,tenka,,1,,"I see. It's good it's summer vacation, otherwise it might\nhave been dangerous." +346700 ,,,,,,,コマコ,Komako,309_TC05_k_002.wav,komako,,20,,,,tenka,,1,,"Yeah. But thanks to that, I'm wide awake." +346800 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,tenka,,1,,"Haha, but you look sleepy." +346900 ,,,,,,,コマコ,Komako,309_TC05_k_003.wav,komako,,30,,,,tenka,,1,,That's just how my face is. +347000 ,,,,,,,甜花,Tenka,309_TC05_t_014.wav,komako,,30,,,,tenka,,30,,"Uncle, saying things like that is sexual harassment." +347100 ,,,,,,,主人公,Kiyoshi,,komako,,30,,,,tenka,,30,,R-Really? +347200 ,,,,,,,コマコ,Komako,309_TC05_k_004.wav,komako,,12,,,,tenka,,30,,It's okay. I don't mind what Uncle says. +347300 ,,,,,,,,,,,,,,,,,,,,"…Is she saying that to cover for him, or does she just not\ncare about Uncle…?" +347400 ,,,,,,,,,,,,,,,,,,,,"If it's the latter, that's harsh." +347500 ,,,,,,,千恵,Chie,309_TC05_c_002.wav,,,,"chieL,private",,20,,,,,"Alright then, Uncle, I'll do my best at work today~" +347600 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,20,,,,,"Yeah, do your best." +347700 ,,,,,,,,,,,,,,,,,,,,The three of them pattered off into the back of the shop. +347800 ,,,,,,,,,,,,,,,,,,,,"…Hmm, in front of those two, Tenka-chan's attitude towards\nme was normal." +347900 ,,,,,,,,,,,,,,,,,,,,I guess she's still embarrassed to show her affectionate\nside in front of them. +348000 ,,,,,,,,,,,,,,,,,,,,…Alright. +348200 ,,,15,,,,,,,,,,,,,,,,,"…Now, it's time for all three of them to take a nap." +348300 ,,,,,,,,,,,,,,,,,,,,Let's see? +348500 ,,,,,4130000,,,,,,,,,,,,,,, +348600 ,*mem,,,,4130000,,,,,,,,,,,,,,, +348700 ,,,15,,4130000,,千恵,Chie,309_TC05_c_003.wav,chie,,0,,,,,,,,Kuu~... Kuu~... +348800 ,,,,,4130000,,甜花,Tenka,309_TC05_t_015.wav,tenka,,0,,,,,,,,Suu... Suu... +348900 ,,,,,4130000,,コマコ,Komako,309_TC05_k_005.wav,komako,,0,,,,,,,,...Suu... +349000 ,,,,,4130000,,,,,,,,,,,,,,,"Yeah, yeah, they seem to be sleeping well." +349100 ,,,,,4130000,,,,,,,,,,,,,,,"Hehehe! Then, shall I play a little prank?" +349200 ,,,,,4130000,,,,,,,,,,,,,,,I approached the sleeping Tenka-chan to check if she was\nreally asleep. +349300 ,,,,,3140000,,甜花,Tenka,309_TC05_t_016.wav,tenka,,0,,,,,,,,Suu... Nmm... +349400 ,,,,,3140000,,,,,,,,,,,,,,,"Alright, alright, she's really asleep." +349500 ,,,,,3140000,,,,,,,,,,,,,,,"Now, let's pull down her pants..." +349700 ,,,,,3140010,,甜花,Tenka,309_TC05_t_017.wav,tenka,,0,,,,,,,,...Munya... +349800 ,,,,,3140010,,,,,,,,,,,,,,,"...Hmm, she doesn't notice at all." +349900 ,,,,,3140010,,,,,,,,,,,,,,,"Alright, next is..." +350100 ,,,,,3140020,,,,,,,,,,,,,,,Oh! Pink nipples! +350200 ,,,,,3140020,,,,,,,,,,,,,,,"Honestly, I've seen them many times, but nipples seen during\na prank have more value than those shown willingly!" +350300 ,,,,,3140020,,,,,,,,,,,,,,,"Alright, last is the pussy!" +350500 ,,,,,3140030,,,,,,,,,,,,,,,I pull down her panties along with her pants. +350600 ,,,,,3140030,,,,,,,,,,,,,,,...The pussy that lost its virginity yesterday. +350700 ,,,,,3140030,,,,,,,,,,,,,,,It's completely different from the virgin pussy I saw\nbefore. +350800 ,,,,,3140030,,,,,,,,,,,,,,,"...Well, I'm the one who made it that way." +350900 ,,,,,3140030,,,,,,,,,,,,,,,Now then... what am I going to do next? +351100 ,,,11,,3250000,,,,,,,,,,,,,,,"Of course, it's insertion!" +351200 ,,,,,3250000,,,,,,,,,,,,,,,"If I have sex in front of these two, even Tenka-chan will\nsurely feel embarrassed." +351300 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,Oh! It goes in more smoothly than I thought... +351400 ,,,,,3250000,,,,,,,,,,,,,,,"It's only the second time, so it's still tight, but there's\nnot as much resistance as yesterday." +351500 ,,,,,3250000,,甜花,Tenka,309_TC05_t_018.wav,tenka,,0,,,,,,,,Ah... Ugh? W-What... Ugh... It's painful... +351600 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, good morning, Tenka-chan." +351700 ,,,,,3250000,,甜花,Tenka,309_TC05_t_019.wav,tenka,,0,,,,,,,,U-Uncle!? Eh? Eh? Eh? What are you doing!? +351800 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? It's sex, you know?" +351900 ,,,,,3250000,,甜花,Tenka,309_TC05_t_020.wav,tenka,,0,,,,,,,,S-Sex... Wait a minute! +352000 ,,,,,3250000,,,,,,,,,,,,,,,Tenka-chan lowered her voice midway and glanced over at\nChie-chan and Komako-chan. +352100 ,,,,,3250000,,,,,,,,,,,,,,,She finally started to wake up and realized the situation\nshe was in while being penetrated. +352200 ,,,,,3250000,,甜花,Tenka,309_TC05_t_021.wav,tenka,,0,,,,,,,,"W-Wait, Uncle! N-No! Pull it out... Pull out your dick!" +352300 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? What's wrong? Do you not want to have sex with Uncle? +352400 ,,,,,3250000,,甜花,Tenka,309_TC05_t_022.wav,tenka,,0,,,,,,,,I... I don't hate it... but Chii and Komako are sleeping\nthere... +352500 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine. A lot of people saw us last time, so what's two\nmore now?" +352600 ,,,,,3250000,,甜花,Tenka,309_TC05_t_023.wav,tenka,,0,,,,,,,,It's different with strangers and friends! +352700 ,,,,,3250000,,,,,,,,,,,,,,,"Hmm, it's touching that she calls the two she used to mock\nas 'country kids' her 'friends' now." +352800 ,,,,,3250000,,,,,,,,,,,,,,,"Well, putting that aside..." +352900 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah... I see, sorry. We can't have proper sex here, can we?" +353000 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"You want to feel good, right?" +353100 ,,,,,3250000,,甜花,Tenka,309_TC05_t_024.wav,tenka,,0,,,,,,,,I-I don't need it to be proper... +353200 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"No, Tenka-chan. It's better to do these things properly so\nit feels good." +353300 ,,,,,3250000,,甜花,Tenka,309_TC05_t_025.wav,tenka,,0,,,,,,,,That's not it! +353400 ,,,,,3250000,,千恵,Chie,309_TC05_c_004.wav,chie,,0,,,,,,,,Mmm... Hm? +353500 ,,,,,3250000,,,,,,,,,,,,,,,Chie-chan slightly opened her eyes at Tenka- chan's loud\nvoice. +353600 ,,,,,3250000,,甜花,Tenka,309_TC05_t_026.wav,tenka,,0,,,,,,,,Ah... +353700 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,Whoa!? +353800 ,,,,,3250000,,,,,,,,,,,,,,,"As Tenka-chan let out a small voice, her pussy tightened\naround my cock." +353900 ,,,,,3250000,,,,,,,,,,,,,,,"If we get caught like this, there's no excuse." +354000 ,,,,,3250000,,千恵,Chie,309_TC05_c_005.wav,chie,,0,,,,,,,,...Mmm... Sigh... Sigh +354100 ,,,,,3250000,,,,,,,,,,,,,,,"But soon, she closed her eyes again and started breathing\nsoftly in her sleep." +354200 ,,,,,3250000,,甜花,Tenka,309_TC05_t_027.wav,tenka,,0,,,,,,,,...Phew +354300 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"Phew... That was close. You can't do that, Tenka-chan." +354400 ,,,,,3250000,,甜花,Tenka,309_TC05_t_028.wav,tenka,,0,,,,,,,,"S-Sorry... No, it's your fault!" +354500 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,Shh. +354600 ,,,,,3250000,,甜花,Tenka,309_TC05_t_029.wav,tenka,,0,,,,,,,,Ah... W-We can't do this in front of them... Hurry and pull\nout. +354700 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, it's not okay, huh?" +354800 ,,,,,3250000,,,,,,,,,,,,,,,"But the more Tenka-chan tells me it's not okay, the more I\nwant to do it." +354900 ,,,,,3250000,,,,,,,,,,,,,,,"Tenka-chan is cute when she's obedient and sweet, but I get\nexcited when she resists or refuses." +355000 ,,,,,3250000,,,,,,,,,,,,,,,I stick out my tongue slightly and tease her neck with\ngentle licks. +355200 ,,,,,3250010,,甜花,Tenka,309_TC05_t_030.wav,tenka,,0,,,,,,,,Ah... Hah... Nn? +355300 ,,,,,3250010,,甜花,Tenka,309_TC05_t_031.wav,tenka,,0,,,,,,,,"O-Oji-san... Really... Ah, Nnn!" +355400 ,,,,,3250010,,,,,,,,,,,,,,,"Then, I slowly start moving my hips, making my cock move\ninside her pussy." +355500 ,,,,,3250010,,甜花,Tenka,309_TC05_t_032.wav,tenka,,0,,,,,,,,"No... Not like this... Ah! W-Wait... Nn! Nn, ah... Uuuuu!" +355600 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Huh? Tenka-chan, aren't you feeling too much even though\nit's so slow?" +355700 ,,,,,3250010,,甜花,Tenka,309_TC05_t_033.wav,tenka,,0,,,,,,,,"B-Because... Hah, hah, hah... Ah. B-Because Chie and Komako\nare... right next to us..." +355800 ,,,,,3250010,,,,,,,,,,,,,,,I see. So Tenka-chan gets excited when her friends might see\nher. +355900 ,,,,,3250010,,,,,,,,,,,,,,,"Then, should I make some loud noises to heighten that\nanxiety a bit?" +356000 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Chuu, chupa, nchuu" +356100 ,,,,,3250010,,甜花,Tenka,309_TC05_t_034.wav,tenka,,0,,,,,,,,"No, not the neck... or the armpits... Ah... No, you can't\nmake those sounds! Ah... Fuaaah!" +356200 ,,,,,3250010,,,,,,,,,,,,,,,Then the lewd wet sounds from her crotch gradually start\ngetting louder. +356300 ,,,,,3250010,,,,,,,,,,,,,,,"And her nipples are also perking up, as if begging to be\ntouched." +356400 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, Tenka-chan's nipples. They've gotten all hard and\npointy, huh?" +356500 ,,,,,3250010,,甜花,Tenka,309_TC05_t_035.wav,tenka,,0,,,,,,,,"Ah, fuaah, haaah... Oji-san... They'll wake up, so really,\nit's no good." +356600 ,,,,,3250010,,甜花,Tenka,309_TC05_t_036.wav,tenka,,0,,,,,,,,"Sho, shoko, ah, ah, aaah! If you rub it like that...!" +356700 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay... Come on, let's show it off to Komako-chan next\nto us." +356800 ,,,,,3250010,,,,,,,,,,,,,,,"When I poke her nipples with my fingertips, she lets out a\ncute scream." +356900 ,,,,,3250010,,,,,,,,,,,,,,,Listening to Tenka-chan's pleas while violating her sends\nshivers down my spine. +357000 ,,,,,3250010,,甜花,Tenka,309_TC05_t_037.wav,tenka,,0,,,,,,,,Nnn. Ah... Nku. Ku...! Nnnnn! +357100 ,,,,,3250010,,甜花,Tenka,309_TC05_t_038.wav,tenka,,0,,,,,,,,"Don't move your cock... Nnnnn! Ah, fuaah! Fuaah fuaah, Nnn!" +357200 ,,,,,3250010,,,,,,,,,,,,,,,I use my cock to grind around the entrance while teasing\nher. +357300 ,,,,,3250010,,,,,,,,,,,,,,,"Trying not to wake the others, she desperately suppresses\nher voice, letting out muffled moans." +357400 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, let's tease deeper inside too." +357500 ,,,,,3250010,,甜花,Tenka,309_TC05_t_039.wav,tenka,,0,,,,,,,,"Haku!? Ah... Ah. Fu, ah... Nnn! No... No... Fuaaah! Ah...!\nAaaaah!" +357600 ,,,,,3250010,,,,,,,,,,,,,,,"I let my cock, which is trying to bounce around, rampage\ninside Tenka-chan's pussy." +357700 ,,,,,3250010,,甜花,Tenka,309_TC05_t_040.wav,tenka,,0,,,,,,,,"Nfuh! Auh! Nfuh, ah, ha... Aaaah! That... Ku, aah, inside...\nNo... They'll hear." +357800 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, your mouth that was trying so hard to stay closed has\nopened up? They'll hear your lewd voice." +357900 ,,,,,3250010,,甜花,Tenka,309_TC05_t_041.wav,tenka,,0,,,,,,,,"Hya... Ku, ah... It's because of you, mister... Ah, fu...\nFuaaah, it's all your fault!" +358000 ,,,,,3250010,,甜花,Tenka,309_TC05_t_042.wav,tenka,,0,,,,,,,,"If they hear us... Ah, nfu! What will we do! Fuaaaaaah!" +358100 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,I don't really mind though? +358200 ,,,,,3250010,,,,,,,,,,,,,,,"I pull my cock out to the very edge, then thrust it back in\nwith a strong motion." +358300 ,,,,,3250010,,甜花,Tenka,309_TC05_t_043.wav,tenka,,0,,,,,,,,Eh?! Ah! ...No. It's too strong... Ah! Hya! Hya! Aaaah!!\nNhi! +358400 ,,,,,3250010,,,,,,,,,,,,,,,"Feeling like her body is being pierced by my cock, Tenka-\nchan finally starts to let out her voice." +358500 ,,,,,3250010,,甜花,Tenka,309_TC05_t_044.wav,tenka,,0,,,,,,,,"Higi... Nuuu~~~! Fuaaaah! No! Mister, ah... I-I can't hold\nback my voice anymore..." +358600 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you don't have to hold back so much, you know?" +358700 ,,,,,3250010,,甜花,Tenka,309_TC05_t_045.wav,tenka,,0,,,,,,,,B-But... No! Nuuu! ...If I can't play with the others...\nFuyaaaa! +358800 ,,,,,3250010,,,,,,,,,,,,,,,"Hmm, it seems like she's feeling it, but she's not really\nfocused." +358900 ,,,,,3250010,,,,,,,,,,,,,,,"Alright, in that case." +359000 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, then I'll cover for you, so you can let out your\nvoice as much as you want." +359200 ,,,,,3250020,,甜花,Tenka,309_TC05_t_046.wav,tenka,,0,,,,,,,,"Feh? Npu? Nmu... Nn, fu... Chu, nmu?" +359300 ,,,,,3250020,,,,,,,,,,,,,,,I press my lips against Tenka-chan's and slide my tongue\ninside. +359400 ,,,,,3250020,,甜花,Tenka,309_TC05_t_047.wav,tenka,,0,,,,,,,,"Nchu. Mu, nn, nnu... Nn. Ah... K-Kiss." +359500 ,,,,,3250020,,,,,,,,,,,,,,,"With her face flushed red, she moves her tongue in response\nto the kiss." +359600 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,Hehe... Tenka-chan's mouth is sweet and delicious. +359700 ,,,,,3250020,,甜花,Tenka,309_TC05_t_048.wav,tenka,,0,,,,,,,,Ah... Uu... I kissed like a lover... +359800 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,Hm? +359900 ,,,,,3250020,,,,,,,,,,,,,,,Tenka-chan shows a dazed expression. I wonder what's wrong?\nWas she weak to kisses? +360000 ,,,,,3250020,,,,,,,,,,,,,,,"...No, that's not it. Come to think of it, this is the first\ntime I've kissed Tenka- chan!" +360100 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,It's our first kiss. +360200 ,,,,,3250020,,甜花,Tenka,309_TC05_t_049.wav,tenka,,0,,,,,,,,...Uncle... you're late... +360300 ,,,,,3250020,,,,,,,,,,,,,,,"It seems like she's happy about her first kiss, as her tense\nexpression softens all at once." +360400 ,,,,,3250020,,,,,,,,,,,,,,,"...She experienced anal sex before her first time, and oral\nbefore her first kiss. Even though I was the one who did\nit... she's an amazing girl." +360500 ,,,,,3250020,,甜花,Tenka,309_TC05_t_050.wav,tenka,,0,,,,,,,,"Uncle, you're being unfair... I want to too..." +360600 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,Huh!? +360700 ,,,,,3250020,,,,,,,,,,,,,,,"This time, Tenka-chan initiates the kiss." +360800 ,,,,,3250020,,甜花,Tenka,309_TC05_t_051.wav,tenka,,0,,,,,,,,Nmu! Hapu... Chu... Nn! +360900 ,,,,,3250020,,,,,,,,,,,,,,,"She's quite assertive, and it's hard to believe she was\nreluctant just a moment ago." +361000 ,,,,,3250020,,甜花,Tenka,309_TC05_t_052.wav,tenka,,0,,,,,,,,"Ah... Hafu, ah, ha... Fua... Nchu, nku... Nn, kisu...\nMore..." +361100 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,"Nn, nchu... You're asking for kisses a lot. Alright, I'll\ngive you more." +361200 ,,,,,3250020,,甜花,Tenka,309_TC05_t_053.wav,tenka,,0,,,,,,,,"But... Nmu, nku, pu, haa." +361300 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll move in and out while kissing, okay? ―See?" +361400 ,,,,,3250020,,甜花,Tenka,309_TC05_t_054.wav,tenka,,0,,,,,,,,"Nfu... Jyu, nn... Nn, nnn! Ha, kissing while... Aaaaah! Nmu!\nNfuuu! Hapuuuu!" +361500 ,,,,,3250020,,,,,,,,,,,,,,,"As I thrust my cock deep inside repeatedly, Tenka-chan tilts\nher head back, seeking more kisses." +361600 ,,,,,3250020,,甜花,Tenka,309_TC05_t_055.wav,tenka,,0,,,,,,,,"Nmu, uncle... more kisses, nchu, nmu, ah... Ugh, ahhh... Nn,\nnn, nn, nnn!" +361700 ,,,,,3250020,,,,,,,,,,,,,,,"Thanks to the kisses, her mind and body seem to have relaxed\nall at once, and she's focusing on the pleasure with a\nblissful expression." +361800 ,,,,,3250020,,,,,,,,,,,,,,,"It seems like she doesn't have a care in the world about the\nothers, moving her hips and sticking out her tongue." +361900 ,,,,,3250020,,,,,,,,,,,,,,,"But if she makes this much noise, won't the others wake up?" +362000 ,,,,,3250020,,,,,,,,,,,,,,,"As I thought that, I looked to the side." +362100 ,,,,,3250020,,コマコ,Komako,309_TC05_k_006.wav,komako,,0,,,,,,,,――! +362200 ,,,,,3250020,,,,,,,,,,,,,,,Komako-chan is squeezing her eyes shut unnaturally tight. +362300 ,,,,,3250020,,,,,,,,,,,,,,,"...Could it be, without a doubt." +362400 ,,,,,3250020,,甜花,Tenka,309_TC05_t_056.wav,tenka,,0,,,,,,,,"Uncle! Uncle! Ah! Fua, fua, fuaaaah! I'm gonna cum! I'm\ngonna cum!" +362500 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, you can cum whenever you want. Come on, let's cum in\nfront of Komako-chan who's watching, okay?" +362600 ,,,,,3250020,,コマコ,Komako,309_TC05_k_007.wav,komako,,0,,,,,,,,~~~~~~~~!! +362800 ,,,,,3250030,,甜花,Tenka,309_TC05_t_057.wav,tenka,,0,,,,,,,,Fueee? Eh? Komako!? +362900 ,,,,,3250030,,,,,,,,,,,,,,,"Even though she's surprised, she calls out her friend's name\nwith a slurred voice." +363000 ,,,,,3250030,,,,,,,,,,,,,,,Komako-chan slightly opens her eyes to confirm. +363100 ,,,,,3250030,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan said she overslept and is wide awake today. +363200 ,,,,,3250030,,コマコ,Komako,309_TC05_k_008.wav,komako,,0,,,,,,,,... +363300 ,,,,,3250030,,甜花,Tenka,309_TC05_t_058.wav,tenka,,0,,,,,,,,"No, no! Uncle, no! Komako is watching! She's awake!" +363400 ,,,,,3250030,,,,,,,,,,,,,,,Tenka-chan seems to have confirmed it too and moves her body\nas if trying to escape from me. +363500 ,,,,,3250030,,主人公,Kiyoshi,,,,,,,,,,,,But Tenka-chan's pussy is squeezing tight and won't let go\nof me. +363600 ,,,,,3250030,,甜花,Tenka,309_TC05_t_059.wav,tenka,,0,,,,,,,,"Ah! That's not true! Nn, fu, fu... Nnhi! Ah, I'm cumming!\nNnn!" +363700 ,,,,,3250030,,甜花,Tenka,309_TC05_t_060.wav,tenka,,0,,,,,,,,"Ah, no! Aaaaaah! There!" +363800 ,,,,,3250030,,,,,,,,,,,,,,,"It seems like she's trying to return to her usual self, but\nher pussy is tightening." +363900 ,,,,,3250030,,主人公,Kiyoshi,,,,,,,,,,,,"That's true, are you excited because Komako- chan is\nwatching?" +364000 ,,,,,3250030,,甜花,Tenka,309_TC05_t_061.wav,tenka,,0,,,,,,,,"Ugh, no... Hanu? No... way! Afu... Ah! Ah! Ah, haah haah\nhaah haah!" +364100 ,,,,,3250030,,甜花,Tenka,309_TC05_t_062.wav,tenka,,0,,,,,,,,Komako is... Ahhh! Hyaaah! She was just sleepy earlier...\nI'm sure she's asleep again. +364200 ,,,,,3250030,,主人公,Kiyoshi,,,,,,,,,,,,Hmm~? Is that so? +364300 ,,,,,3250030,,コマコ,Komako,309_TC05_k_009.wav,komako,,0,,,,,,,,... +364400 ,,,,,3250030,,,,,,,,,,,,,,,"When I glanced at Komako-chan, her eyes were wide open,\nwatching us with great interest." +364500 ,,,,,3250030,,,,,,,,,,,,,,,She's studying hard for her time with Chie- chan. +364700 ,,,,,3250040,,甜花,Tenka,309_TC05_t_063.wav,tenka,,0,,,,,,,,"Hii... Ah! She's watching... Hah, kuhun! Ah, haah...\nKomako... Ah, hah hah!?" +364800 ,,,,,3250040,,,,,,,,,,,,,,,The sound of me thrusting in and out of her pussy echoed\nlewdly in the room. +364900 ,,,,,3250040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah... it's making quite a sound, isn't it?" +365000 ,,,,,3250040,,甜花,Tenka,309_TC05_t_064.wav,tenka,,0,,,,,,,,"Ah, ahhh... faa... ahaha... ahaha? She's watching...\nKomako..." +365100 ,,,,,3250040,,,,,,,,,,,,,,,"It seems like the pleasure, the kissing, and being watched\nare mixing together, making her head a mess." +365200 ,,,,,3250040,,,,,,,,,,,,,,,"Drool drips down, and tears well up at the corners of her\neyes." +365300 ,,,,,3250040,,,,,,,,,,,,,,,"I'm a little worried, but I can't stop now." +365400 ,,,,,3250040,,,,,,,,,,,,,,,"After all, Komako-chan is trying to use this as a model for\nher time with Chie-chan, so as an adult, I have to set an\nexample!" +365500 ,,,,,3250040,,甜花,Tenka,309_TC05_t_065.wav,tenka,,0,,,,,,,,Fuaaa? Aaaaah! Again... inside! Ah. It feels so good... Ah!\nNoooo! +365600 ,,,,,3250040,,,,,,,,,,,,,,,Her pussy squeezed my cock tightly over and over. +365700 ,,,,,3250040,,甜花,Tenka,309_TC05_t_066.wav,tenka,,0,,,,,,,,"Faa... faa. Being watched, nnnnn! By Komako... ah... haah,\nhah... faa... Nn! Nnnnnnn!" +365800 ,,,,,3250040,,,,,,,,,,,,,,,"She shook her cute face from side to side, and drool\nsplattered onto the tatami." +365900 ,,,,,3250040,,甜花,Tenka,309_TC05_t_067.wav,tenka,,0,,,,,,,,"It's good! Ahhh! Uncle, it feels so good! Ah, aaaaaah! Fuaa!\nNo... don't stop... I don't want you to stop?" +366000 ,,,,,3250040,,主人公,Kiyoshi,,,,,,,,,,,,There's no way I'd stop! Neither Tenka-chan nor I have come\nyet! +366100 ,,,,,3250040,,,,,,,,,,,,,,,"Tenka-chan's sweat, drool, and love juices dripped onto the\ntatami." +366200 ,,,,,3250040,,甜花,Tenka,309_TC05_t_068.wav,tenka,,0,,,,,,,,"Ihih...! Ah, ah, more, harder... do it! Ah. Fuku! Kua!\nNnfu... Nnn!" +366300 ,,,,,3250040,,,,,,,,,,,,,,,"Her well-formed face twisted into a mess, making it hard to\nbelieve she's an idol." +366400 ,,,,,3250040,,主人公,Kiyoshi,,,,,,,,,,,,Ugh! +366500 ,,,,,3250040,,,,,,,,,,,,,,,"My cock, fully erect, began to throb painfully." +366600 ,,,,,3250040,,,,,,,,,,,,,,,I'm close to coming... my cock feels like it's going to melt\nfrom the pleasure. +366700 ,,,,,3250040,,甜花,Tenka,309_TC05_t_069.wav,tenka,,0,,,,,,,,Nnnnnn! Hiu! It's coming again! The pleasure is coming! +366800 ,,,,,3250040,,,,,,,,,,,,,,,"Her back arched, and she moved her hips closer, devouring my\ncock." +366900 ,,,,,3250040,,,,,,,,,,,,,,,"Unconsciously, I sped up my thrusts, putting all my effort\ninto reaching climax." +367000 ,,,,,3250040,,甜花,Tenka,309_TC05_t_070.wav,tenka,,0,,,,,,,,"Ahhh, being watched by Komako... ah! ...The pleasure is\ncoming! Ah! I'm going to come!" +367100 ,,,,,3250040,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, Tenka-chan! Let's come together in front of\nKomako-chan, okay?" +367200 ,,,,,3250040,,甜花,Tenka,309_TC05_t_071.wav,tenka,,0,,,,,,,,Nhia! Y-yeah... being watched by so many people... and by\nKomako... I'm going to come! +367300 ,,,,,3250040,,,,,,,,,,,,,,,"With a wet squelching sound, I quickened the pace of my\nthrusts." +367400 ,,,,,3250040,,,,,,,,,,,,,,,"Both Tenka-chan and I were excited from being watched,\npistoning my cock with a roughness that could be called\nwild." +367500 ,,,,,3250040,,甜花,Tenka,309_TC05_t_072.wav,tenka,,0,,,,,,,,"Nhyuuu! Nn, ugh, fuaaa! Ahhh, it's... ahh! It's... already!\nFuaaaa! Nkuu...! Nfu!" +367600 ,,,,,3250040,,,,,,,,,,,,,,,Drool dripped down as sweat covered her entire body. +367700 ,,,,,3250040,,主人公,Kiyoshi,,,,,,,,,,,,I'm going to come! I'm going to fill Tenka- chan's pussy\nwith it! +367800 ,,,,,3250040,,甜花,Tenka,309_TC05_t_073.wav,tenka,,0,,,,,,,,"I'm coming! Ah, ahhhhh! Fuaaa! Being watched by Komako, I'm\ncoming! Fuhyaaaaaa!" +367900 ,,,,,3250040,,,,,,,,,,,,,,,"Her pussy, which had become so wet and soft, squeezed my\ncock so tightly it couldn't move." +368000 ,,,,,3250040,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, uooooo! I'm coming! I'm coming!" +368100 ,,,,,3250050,,,,,,,,,,,,,,,Tenka-chan's back convulsed and arched. +368200 ,,,,,3250050,,甜花,Tenka,309_TC05_t_074.wav,tenka,,0,,,,,,,,"Fuuuuun! Fua, fua!? Fwaaaaaa!?" +368400 ,,,,,3250050,,甜花,Tenka,309_TC05_t_075.wav,tenka,,0,,,,,,,,"Auh... ugh. Ah. Nku, hah hah hah hah hah. Ah!? Hah... kuh,\nahhhh!" +368500 ,,,,,3250050,,,,,,,,,,,,,,,"Her back arched and stiffened, her mouth opening and\nclosing." +368600 ,,,,,3250050,,甜花,Tenka,309_TC05_t_076.wav,tenka,,0,,,,,,,,It's coming out... in my tummy... uncle's... semen. +368700 ,,,,,3250050,,主人公,Kiyoshi,,,,,,,,,,,,Phew... phew. +368800 ,,,,,3250050,,,,,,,,,,,,,,,"The unbelievable amount of semen spilled out from the gap\nbetween my cock and her pussy, even though I came inside." +368900 ,,,,,3250050,,,,,,,,,,,,,,,There was hardly any gap at all. +369000 ,,,,,3250050,,甜花,Tenka,309_TC05_t_077.wav,tenka,,0,,,,,,,,"My, my tummy... it's full... I can't take anymore." +369100 ,,,,,3250050,,主人公,Kiyoshi,,,,,,,,,,,,"It felt good, Tenka-chan." +369200 ,,,,,3250050,,甜花,Tenka,309_TC05_t_078.wav,tenka,,0,,,,,,,,"Mm... yeah. I, I did too..." +369300 ,,,,,3250050,,主人公,Kiyoshi,,,,,,,,,,,,Was it because... Komako-chan was watching? +369400 ,,,,,3250050,,コマコ,Komako,309_TC05_k_010.wav,komako,,0,,,,,,,,--! +369500 ,,,,,3250050,,甜花,Tenka,309_TC05_t_079.wav,tenka,,0,,,,,,,,"I-I don't know, but... knowing Komako was watching... it\nmight have felt a little good." +369600 ,,,,,3250050,,,,,,,,,,,,,,,"Perhaps because she had just climaxed and was in a daze, she\nsaid something she normally wouldn't." +369700 ,,,,,3250050,,主人公,Kiyoshi,,,,,,,,,,,,Well then... here we go. +369800 ,,,,,3250050,,,,,,,,,,,,,,,I pulled my cock out of her pussy. +369900 ,,,,,3250050,,甜花,Tenka,309_TC05_t_080.wav,tenka,,0,,,,,,,,Hyah! +370000 ,,,,,3250050,,,,,,,,,,,,,,,"At the same time as she let out a short scream, semen gushed\nout--" +370200 ,,,,,3250060,,,,,,,,,,,,,,,--Blub blub splurt splurt splurt! +370300 ,,,,,3250060,,,,,,,,,,,,,,,A vulgar sound echoed. +370400 ,,,,,3250060,,甜花,Tenka,309_TC05_t_081.wav,tenka,,0,,,,,,,,Hyaa!? What is this!? +370500 ,,,,,3250060,,,,,,,,,,,,,,,Even Komako-chan was wide-eyed in shock. +370600 ,,,,,3250060,,,,,,,,,,,,,,,Hehehe! Should I embarrass her a little? +370700 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... was that a fart? +370800 ,,,,,3250060,,甜花,Tenka,309_TC05_t_082.wav,tenka,,0,,,,,,,,~~~~~~~~~~~~~~~~!! +370900 ,,,,,3250060,,甜花,Tenka,309_TC05_t_083.wav,tenka,,0,,,,,,,,N-No! I didn't fart! Idols don't do that! +371000 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,Then maybe you had an upset stomach? It sounded like\ndiarrhea. +371100 ,,,,,3250060,,甜花,Tenka,309_TC05_t_084.wav,tenka,,0,,,,,,,,I didn't! I didn't! I didn't do... anything like that! +371200 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,Really? Are you sure? +371300 ,,,,,3250060,,甜花,Tenka,309_TC05_t_085.wav,tenka,,0,,,,,,,,I-I'm sure! +371400 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,"Heh, hehe... haha! I know. It's the sound of air getting\ntrapped in your pussy and coming out with the semen." +371500 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,It's called a queef. +371600 ,,,,,3250060,,甜花,Tenka,309_TC05_t_086.wav,tenka,,0,,,,,,,,"Haa... haa... I-I don't know, but... it's not a fart, right?\nIdols... don't do that." +371700 ,,,,,3250060,,甜花,Tenka,309_TC05_t_087.wav,tenka,,0,,,,,,,,If they did... it would ruin the dream... +371800 ,,,,,3250060,,,,,,,,,,,,,,,"As an older guy, I find it exciting when girls like her do\nthat." +371900 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it's okay. It's not a fart." +372000 ,,,,,3250060,,甜花,Tenka,309_TC05_t_088.wav,tenka,,0,,,,,,,,...Phew. +372100 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,Try pressing around your womb area. +372200 ,,,,,3250060,,甜花,Tenka,309_TC05_t_089.wav,tenka,,0,,,,,,,,"Nn!? My stomach, nnngh!?" +372300 ,,,,,3250060,,,,,,,,,,,,,,,Bubububububuuu... +372400 ,,,,,3250060,,,,,,,,,,,,,,,"With that sound, the semen and air spilled out." +372500 ,,,,,3250060,,甜花,Tenka,309_TC05_t_090.wav,tenka,,0,,,,,,,,"It's embarrassing, so don't press it anymore..." +372600 ,,,,,3250060,,,,,,,,,,,,,,,"Hearing the lewd sound coming from Tenka- chan's pussy got\nme excited again, but... it seems like there's no more room\nfor semen, so I'll stop here." +372700 ,$event_return,,,,,,,,,,,,,,,,,,, +372800 ,,,0,9001,,,,,,,,,,,,,,,, +373000 ,@310_TC06,,,,,,,,,,,,,,,,,,, +373300 ,,,6,21,,,千恵,Chie,310_TC06_c_000.wav,,,,"chie,private",,20,,,,,"Hey, uncle! The package is here!" +373400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,"Oh? Thanks, Chii-chan. I'm a bit tied up right now, so could\nyou all help carry it in?" +373500 ,,,,,,,千恵,Chie,310_TC06_c_001.wav,,,,chie,,21,,,,,Got it! +373600 ,,,,,,,,,,,,,chie,,21,,,,,Chii-chan cheerfully raised her hand and ran towards the\ndelivery. +373700 ,,,,,,,,,,,,,,,,,,,,"Following her, Tenka-chan and Komako-chan went along, but..." +373800 ,,,,,,,コマコ,Komako,310_TC06_k_000.wav,"komako,privateB",,24,,,,"tenka,privateB",,4,,Ah...! +373900 ,,,,,,,甜花,Tenka,310_TC06_t_000.wav,komako,,24,,,,tenka,,4,,...Ugh +374000 ,,,,,,,,,,komako,,24,,,,tenka,,4,,"When their eyes met, both of them froze." +374100 ,,,,,,,千恵,Chie,310_TC06_c_002.wav,,,,chie,,3,,,,,Hmm? What are Tenka-chan and Komako-chan doing? Help us\ncarry the stuff! +374200 ,,,,,,,コマコ,Komako,310_TC06_k_001.wav,komako,,13,,,,tenka,,16,,Y-Yeah. +374300 ,,,,,,,甜花,Tenka,310_TC06_t_001.wav,komako,,13,,,,tenka,,16,,Got it... +374400 ,,,,,,,,,,,,,,,,,,,,Both of them seem awkward. +374500 ,,,,,,,,,,,,,,,,,,,,"Well, it's understandable." +374600 ,,,,,,,,,,,,,,,,,,,,"In the end, Komako-chan pretended to be asleep until the\nvery end." +374700 ,,,,,,,,,,,,,,,,,,,,"Even though it's obvious what they were doing, they're\npretending like nothing happened." +374800 ,,,,,,,,,,,,,,,,,,,,"Hmm, maybe it would be better to just reveal it? Then,\nsomehow, Komako-chan might end up joining in on the sex..." +374900 ,,,,,,,甜花,Tenka,310_TC06_t_002.wav,,,,,,,tenka,,3,,Uncle. +375000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,Whoa! Sorry! +375100 ,,,,,,,甜花,Tenka,310_TC06_t_003.wav,,,,,,,tenka,,12,,...? Why are you apologizing? +375200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,"Ah... no, it's nothing." +375300 ,,,,,,,甜花,Tenka,310_TC06_t_004.wav,,,,,,,tenka,,15,,"More importantly, Komako... she noticed, right?" +375400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,15,,Hmm... I wonder. +375500 ,,,,,,,甜花,Tenka,310_TC06_t_005.wav,,,,,,,tenka,,32,,"What do you mean 'I wonder'? I mean... Komako had her eyes\nopen, right?" +375600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,32,,That's right. Tenka-chan was having sex with Uncle right in\nfront of Komako-chan. +375700 ,,,,,,,甜花,Tenka,310_TC06_t_006.wav,,,,,,,tenka,,33,,Ugh... to think she saw us... it's embarrassing. +375800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,33,,"Hmm? But it looked like you were really enjoying it, though?" +375900 ,,,,,,,甜花,Tenka,310_TC06_t_007.wav,,,,,,,tenka,,26,,"Ugh... w-well, it did feel... good." +376000 ,,,,,,,,,,,,,,,,tenka,,26,,"Tenka-chan likes being watched. Even if it's by a friend,\nshe probably finds it exciting." +376100 ,,,,,,,,,,,,,,,,,,,,I glance over at Komako-chan. +376200 ,,,,,,,コマコ,Komako,310_TC06_k_002.wav,komako,,24,,,,,,,,...! +376300 ,,,,,,,,,,,,,,,,,,,,"Then, she quickly averted her gaze and ran over to Chie-\nchan." +376400 ,,,,,,,甜花,Tenka,310_TC06_t_008.wav,,,,,,,tenka,,36,,...Sigh. I don't know how to talk to Komako. +376500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,36,,"Ah... if we don't handle this soon, it might put a strain on\nthe relationship between the three of you." +376600 ,,,,,,,甜花,Tenka,310_TC06_t_009.wav,,,,,,,tenka,,30,,No way! I don't want that! We just became friends... +376700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,30,,"Hmm, if we don't do something, she might start avoiding you." +376800 ,,,,,,,甜花,Tenka,310_TC06_t_010.wav,,,,,,,tenka,,10,,"It's your fault, Uncle! Do something!" +376900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,10,,"Yeah, I suppose so." +377000 ,,,,,,,,,,,,,,,,tenka,,10,,"Pretending to be worried, but in reality, it's a simple\nmatter." +377100 ,,,,,,,,,,,,,,,,tenka,,10,,All I have to do is say that Tenka-chan and I are dating. +377200 ,,,,,,,,,,,,,,,,tenka,,10,,"Komako-chan likes Chie-chan, so in the end, it doesn't\nmatter to her if we're together." +377300 ,,,,,,,,,,,,,,,,tenka,,10,,She was probably just surprised because we suddenly started\ndoing something intimate. +377400 ,,,,,,,,,,,,,,,,tenka,,10,,But well... I can use this situation. +377500 ,,,,,,,甜花,Tenka,310_TC06_t_011.wav,,,,,,,tenka,,34,,"Hey, Uncle!" +377600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,34,,"Yeah, it's okay. ...Uncle will take care of it." +377700 ,,,,,,,甜花,Tenka,310_TC06_t_012.wav,,,,,,,tenka,,3,,R-Really? +377800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,Yeah. But I think I'll need Tenka-chan's help too. +377900 ,,,,,,,甜花,Tenka,310_TC06_t_013.wav,,,,,,,tenka,,0,,Got it. I'll help too! +378000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,0,,Alright! Then you don't have to worry about the rest. +378100 ,,,,,,,甜花,Tenka,310_TC06_t_014.wav,,,,,,,tenka,,2,,Yeah! Uncle... I love you. +378200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,2,,Haha. +378300 ,,,,,,,,,,,,,,,,tenka,,2,,"Wow... when she suddenly gets affectionate, it's really\npowerful." +378500 ,,,8,,,,千恵,Chie,310_TC06_c_003.wav,,,,chie,,1,,,,,"See you later, Uncle!" +378600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Yeah, be careful on your way home." +378700 ,,,,,,,千恵,Chie,310_TC06_c_004.wav,,,,chie,,21,,,,,It's okay! Komako-chan and Tenka-chan are with me. +378800 ,,,,,,,甜花,Tenka,310_TC06_t_015.wav,,,,chie,,21,tenka,,3,,"Ah... sorry, Chie. I'm staying behind today." +378900 ,,,,,,,千恵,Chie,310_TC06_c_005.wav,,,,chie,,3,tenka,,3,,...? Overtime? +379000 ,,,,,,,甜花,Tenka,310_TC06_t_016.wav,,,,chie,,3,tenka,,23,,S-Something like that. +379100 ,,,,,,,千恵,Chie,310_TC06_c_006.wav,,,,chie,,21,,,,,"I see. Then, Komako-chan, shall we head home together?" +379200 ,,,,,,,コマコ,Komako,310_TC06_k_003.wav,komako,,1,chie,,21,,,,,Yeah. See you tomorrow. +379300 ,,,,,,,主人公,Kiyoshi,,komako,,1,,,,,,,,Ah! Komako-chan! Could you wait a moment? +379400 ,,,,,,,コマコ,Komako,310_TC06_k_004.wav,komako,,4,,,,,,,,Huh? +379500 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"Sorry, there's something important I need to discuss." +379600 ,,,,,,,甜花,Tenka,310_TC06_t_017.wav,komako,,4,,,,tenka,,9,,Komako... please. +379700 ,,,,,,,コマコ,Komako,310_TC06_k_005.wav,komako,,14,,,,tenka,,9,,Uh... um. Okay... I understand. +379800 ,,,,,,,,,,komako,,14,,,,tenka,,9,,Both Tenka-chan and Komako-chan are blushing without saying\nanything specific to each other. +379900 ,,,,,,,千恵,Chie,310_TC06_c_007.wav,,,,chie,,3,,,,,Komako-chan is staying behind... is it an important talk? +380000 ,,,,,,,,,,,,,chie,,3,,,,,Then Chie-chan suddenly had a startled expression. +380100 ,,,,,,,千恵,Chie,310_TC06_c_008.wav,,,,chie,,7,,,,,"N-No, Uncle! Komako-chan isn't the type to do something like\nthat!" +380200 ,,,,,,,コマコ,Komako,310_TC06_k_006.wav,komako,,4,,,,tenka,,4,,Huh? +380300 ,,,,,,,甜花,Tenka,310_TC06_t_018.wav,komako,,4,,,,tenka,,4,,Chie? +380400 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,tenka,,4,,"...? Ah, no! It's not like that, Komako-chan hasn't done\nanything wrong. That's not why I stopped her." +380500 ,,,,,,,千恵,Chie,310_TC06_c_009.wav,,,,chie,,14,,,,,...Really? +380600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,14,,,,,"Really, really. It's fine." +380700 ,,,,,,,千恵,Chie,310_TC06_c_010.wav,,,,chie,,34,,,,,Hmm... +380800 ,,,,,,,,,,,,,chie,,34,,,,,She was probably reminded of the time she was left alone\nafter shoplifting. +380900 ,,,,,,,,,,,,,chie,,34,,,,,"Now that Komako-chan is also being left alone, maybe... it\ncrossed her mind." +381000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,34,,,,,"It's okay, Chie-chan, you should head home now." +381100 ,,,,,,,千恵,Chie,310_TC06_c_011.wav,,,,chie,,7,,,,,"Hmm, got it! I trust you, Uncle!" +381200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,7,,,,,"Yes, yes. See you tomorrow then." +381300 ,,,,,,,千恵,Chie,310_TC06_c_012.wav,,,,chie,,1,,,,,"Yeah! Bye-bye, Komako-chan, Tenka-chan, and Uncle!" +381400 ,,,,,,,,,,,,,,,,,,,,"Saying that, she waved her hand energetically and ran back\nhome." +381500 ,,,,,,,甜花,Tenka,310_TC06_t_019.wav,,,,komako,,13,tenka,,34,,...... +381600 ,,,,,,,コマコ,Komako,310_TC06_k_007.wav,,,,komako,,13,tenka,,34,,...... +381700 ,,,,,,,,,,,,,komako,,13,tenka,,34,,"Ah, there's an awkward atmosphere over here too." +381800 ,,,,,,,甜花,Tenka,310_TC06_t_020.wav,,,,komako,,13,tenka,,3,,"By the way, Uncle, what was that conversation with Chie\nabout?" +381900 ,,,,,,,コマコ,Komako,310_TC06_k_008.wav,,,,komako,,4,tenka,,3,,"Ah, I'm curious too..." +382000 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,tenka,,3,,Eh? Uh... +382100 ,,,,,,,,,,,,,komako,,4,tenka,,3,,I can't exactly say she shoplifted before... +382200 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,tenka,,3,,I-It's a secret. +382300 ,,,,,,,甜花,Tenka,310_TC06_t_021.wav,,,,komako,,4,tenka,,37,,Uncle... you're keeping secrets from me. +382400 ,,,,,,,コマコ,Komako,310_TC06_k_009.wav,,,,komako,,27,tenka,,37,,A secret between Uncle and Chie-chan... +382500 ,,,,,,,,,,,,,komako,,27,tenka,,37,,"Tenka-chan, who loves me. And Komako-chan, who loves Chie-\nchan." +382600 ,,,,,,,甜花,Tenka,310_TC06_t_022.wav,,,,komako,,27,tenka,,17,,...Hmph. +382700 ,,,,,,,コマコ,Komako,310_TC06_k_010.wav,,,,komako,,35,tenka,,17,,...Pout. +382800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,35,tenka,,17,,Eh... +382900 ,,,,,,,,,,,,,komako,,35,tenka,,17,,"Because of the secret talk with Chie-chan in front of them,\nI ended up getting jealousy from both." +383100 ,,,15,33,,,,,,,,,,,,,,,,"When we went up to the room, Tenka-chan and I sat down, but\nKomako-chan kept a strange distance." +383200 ,,,,,,,,,,,,,,,,,,,,"Moreover, she stands ready to escape at any moment... that's\nthe impression I get." +383300 ,,,,,,,,,,,,,,,,,,,,"Do I really look like I'm going to do something weird,\nUncle?" +383400 ,,,,,,,,,,,,,,,,,,,,"Well, since I actually do weird things, it's no wonder I\nlook that way." +383500 ,,,,,,,甜花,Tenka,310_TC06_t_023.wav,,,,komako,,13,tenka,,34,,... +383600 ,,,,,,,コマコ,Komako,310_TC06_k_011.wav,,,,komako,,13,tenka,,34,,... +383700 ,,,,,,,,,,,,,komako,,13,tenka,,34,,"Both of them seem unsure of how to start the conversation,\nso they remain silent." +383800 ,,,,,,,,,,,,,komako,,13,tenka,,34,,"I can't exactly ask, ""Did you see me doing it with Uncle?""\nor ""Were you doing it with Uncle?" +383900 ,,,,,,,,,,,,,komako,,13,tenka,,34,,"It's amusing to watch them like this, but I should lend them\na helping hand." +384000 ,,,,,,,,,,,,,komako,,13,tenka,,34,,I turn to Komako-chan and speak as gently as I can. +384100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,tenka,,34,,"You see, Komako-chan. Actually, Uncle and Tenka-chan have\nbeen dating for a little while now." +384200 ,,,,,,,甜花,Tenka,310_TC06_t_024.wav,,,,komako,,4,tenka,,24,,U-Uncle!? +384300 ,,,,,,,,,,,,,komako,,4,tenka,,24,,I signal with my eyes that it's okay. +384400 ,,,,,,,コマコ,Komako,310_TC06_k_012.wav,,,,komako,,23,tenka,,24,,...? Dating? +384500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,23,tenka,,24,,"Yes, as in being a couple." +384600 ,,,,,,,コマコ,Komako,310_TC06_k_013.wav,,,,komako,,34,tenka,,24,,I-I see... Tenka-chan and Uncle... +384700 ,,,,,,,,,,,,,komako,,34,tenka,,24,,She looks at us as if she's seeing something unbelievable. +384800 ,,,,,,,,,,,,,komako,,34,tenka,,24,,"Well, I guess that's understandable." +384900 ,,,,,,,コマコ,Komako,310_TC06_k_014.wav,,,,komako,,3,tenka,,24,,"Um... so Tenka-chan likes Uncle, and Uncle likes Tenka-chan?" +385000 ,,,,,,,甜花,Tenka,310_TC06_t_025.wav,,,,komako,,3,tenka,,2,,Y-Yeah. +385100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,tenka,,2,,"Yeah, that's right." +385200 ,,,,,,,,,,,,,komako,,3,tenka,,2,,"Well, up to this point, we've just revealed our secret." +385300 ,,,,,,,,,,,,,komako,,3,tenka,,2,,It simply becomes a coming out for Komako- chan. But... +385400 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,tenka,,2,,It's like the relationship Komako-chan wants with Chii-chan. +385500 ,,,,,,,コマコ,Komako,310_TC06_k_015.wav,,,,komako,,31,tenka,,2,,Wha!? Uncle!? +385600 ,,,,,,,甜花,Tenka,310_TC06_t_026.wav,,,,komako,,31,tenka,,4,,Komako wants a relationship with Chii... Eh!? +385700 ,,,,,,,甜花,Tenka,310_TC06_t_027.wav,,,,komako,,31,tenka,,24,,Ehhhhhhhhhh!? +385800 ,,,,,,,,,,,,,komako,,31,tenka,,24,,"Komako-chan leans forward, and Tenka-chan pulls back." +385900 ,,,,,,,,,,,,,komako,,31,tenka,,24,,"Alright, now we've revealed each other's secrets." +386000 ,,,,,,,,,,,,,komako,,31,tenka,,24,,Now we can talk on equal terms. +386100 ,,,,,,,コマコ,Komako,310_TC06_k_016.wav,,,,komako,,11,tenka,,24,,Uncle! Why did you say that? +386200 ,,,,,,,主人公,Kiyoshi,,,,,komako,,11,tenka,,24,,"Well, since you're friends, if you share a secret, you\nshould share one back." +386300 ,,,,,,,コマコ,Komako,310_TC06_k_017.wav,,,,komako,,31,tenka,,24,,Uncle just said it on his own! +386400 ,,,,,,,甜花,Tenka,310_TC06_t_028.wav,,,,komako,,31,tenka,,30,,Y-Yeah! I wanted to keep it a secret too! +386500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,31,tenka,,30,,"But look, don't you both feel relieved now?" +386600 ,,,,,,,甜花,Tenka,310_TC06_t_029.wav,,,,komako,,31,tenka,,34,,"W-Well, yeah..." +386700 ,,,,,,,コマコ,Komako,310_TC06_k_018.wav,,,,komako,,36,tenka,,34,,Uh... yeah. I guess. +386800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,36,tenka,,34,,"Well, that's why, since Uncle and Tenka-chan are dating,\nthere's no problem with doing it." +386900 ,,,,,,,,,,,,,komako,,36,tenka,,34,,"Well, there actually is, though." +387000 ,,,,,,,コマコ,Komako,310_TC06_k_019.wav,,,,komako,,13,tenka,,34,,I see... So you were doing it after all. +387100 ,,,,,,,甜花,Tenka,310_TC06_t_030.wav,,,,komako,,13,tenka,,33,,Ugh... ugh... Yeah. +387200 ,,,,,,,,,,,,,komako,,13,tenka,,33,,Tenka-chan nodded with her face bright red. +387300 ,,,,,,,コマコ,Komako,310_TC06_k_020.wav,,,,komako,,36,tenka,,33,,Oh... +387400 ,*mem,,,,,,,,,,,,,,,,,,, +387500 ,,,15,33,,,甜花,Tenka,310_TC06_t_031.wav,,,,"komako,privateB",,36,"tenka,privateB",,3,,"Ah... but, Komako, you said you like Chii... Is that true?" +387600 ,,,,,,,コマコ,Komako,310_TC06_k_021.wav,,,,komako,,2,tenka,,3,,...Y-Yeah. +387700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,2,tenka,,3,,"That's right, Tenka-chan. Actually, Komako- chan likes Chii-\nchan and wants to do it like we do." +387800 ,,,,,,,甜花,Tenka,310_TC06_t_032.wav,,,,komako,,2,tenka,,4,,R-Really!? +387900 ,,,,,,,コマコ,Komako,310_TC06_k_022.wav,,,,komako,,22,tenka,,4,,...Yeah. +388000 ,,,,,,,,,,,,,komako,,22,tenka,,4,,"Komako-chan nodded, her pale skin turning bright red." +388100 ,,,,,,,甜花,Tenka,310_TC06_t_033.wav,,,,komako,,22,tenka,,23,,"But, even though you're both girls..." +388200 ,,,,,,,コマコ,Komako,310_TC06_k_023.wav,,,,komako,,22,tenka,,23,,... +388300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,22,tenka,,23,,"Yeah. But you know, girls can do it with each other too." +388400 ,,,,,,,甜花,Tenka,310_TC06_t_034.wav,,,,komako,,22,tenka,,3,,Really? +388500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,22,tenka,,3,,"You don't know, right? So, how about Uncle and Tenka-chan\nshow you?" +388600 ,,,,,,,甜花,Tenka,310_TC06_t_035.wav,,,,komako,,22,tenka,,30,,...? What do you mean? +388700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,22,tenka,,30,,Like this. +388800 ,,,,,,,甜花,Tenka,310_TC06_t_036.wav,,,,komako,,22,tenka,,24,,Eh? ...Kyaa! +389000 ,,,10,,3260000,,,,,,,,,,,,,,,I grabbed Tenka-chan and flipped her around. +389100 ,,,,,3260000,,,,,,,,,,,,,,,"Her head was on the ground, and her butt was facing the\nceiling." +389200 ,,,,,3260000,,コマコ,Komako,310_TC06_k_024.wav,komako,,0,,,,,,,,Wow... +389300 ,,,,,3260000,,甜花,Tenka,310_TC06_t_037.wav,tenka,,0,,,,,,,,"Hey, Uncle! What are you doing!?" +389400 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,Stay still. +389500 ,,,,,3260000,,,,,,,,,,,,,,,"I took off her pants and panties, putting her in a position\nlike a reverse somersault." +389600 ,,,,,3260010,,甜花,Tenka,310_TC06_t_038.wav,tenka,,0,,,,,,,,"N-No! Komako, don't just watch! Help me!" +389700 ,,,,,3260010,,コマコ,Komako,310_TC06_k_025.wav,komako,,0,,,,,,,,...... +389800 ,,,,,3260010,,,,,,,,,,,,,,,"Komako-chan seemed captivated by the scene, staring blankly." +389900 ,,,,,3260010,,,,,,,,,,,,,,,"In no time, Tenka-chan's pussy and butt hole appeared in\nfront of Komako-chan." +390000 ,,,,,3260000,,甜花,Tenka,310_TC06_t_039.wav,tenka,,0,,,,,,,,Uncle! What are you really doing!? +390100 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? I told you, I'm going to show Komako- chan." +390200 ,,,,,3260010,,甜花,Tenka,310_TC06_t_040.wav,tenka,,0,,,,,,,,Eh? Eh? W-What do you mean? +390300 ,,,,,3260010,,コマコ,Komako,310_TC06_k_026.wav,komako,,0,,,,,,,,...... +390400 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"You see, Komako-chan, the first time having sex can be\nreally painful." +390500 ,,,,,3260010,,コマコ,Komako,310_TC06_k_027.wav,komako,,0,,,,,,,,"R-Really? Was it like that for you too, Tenka-chan?" +390600 ,,,,,3260000,,甜花,Tenka,310_TC06_t_041.wav,tenka,,0,,,,,,,,U... Yeah... +390700 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"So, if it's painful, Chi-chan might not like it, so we need\nto practice to make it feel good." +390800 ,,,,,3260000,,甜花,Tenka,310_TC06_t_042.wav,tenka,,0,,,,,,,,Eh... Could it be!? +390900 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Now, with Tenka-chan, I'll show you the places that feel\ngood for girls." +391000 ,,,,,3260010,,甜花,Tenka,310_TC06_t_043.wav,tenka,,0,,,,,,,,"Eeeeh! No, no! I absolutely can't!" +391100 ,,,,,3260010,,コマコ,Komako,310_TC06_k_028.wav,komako,,0,,,,,,,,...Is it okay? +391200 ,,,,,3260010,,甜花,Tenka,310_TC06_t_044.wav,tenka,,0,,,,,,,,No way! Absolutely not! +391300 ,,,,,3260010,,コマコ,Komako,310_TC06_k_029.wav,komako,,0,,,,,,,,...I see. +391400 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan! It's for your friends! Do you want Chi-chan and\nKomako-chan to have painful sex? +391500 ,,,,,3260000,,甜花,Tenka,310_TC06_t_045.wav,tenka,,0,,,,,,,,Th-That's... +391600 ,,,,,3260000,,コマコ,Komako,310_TC06_k_030.wav,komako,,0,,,,,,,,Tenka-chan... please. I want to make Chi- chan feel good. +391700 ,,,,,3260000,,甜花,Tenka,310_TC06_t_046.wav,tenka,,0,,,,,,,,But... +391800 ,,,,,3260000,,コマコ,Komako,310_TC06_k_031.wav,komako,,0,,,,,,,,I can only ask Tenka-chan for something like this... +391900 ,,,,,3260000,,甜花,Tenka,310_TC06_t_047.wav,tenka,,0,,,,,,,,Ugh... +392000 ,,,,,3260000,,コマコ,Komako,310_TC06_k_032.wav,komako,,0,,,,,,,,I haven't told anyone else that I like Chi- chan... and I\ncan't tell anyone else. +392100 ,,,,,3260000,,甜花,Tenka,310_TC06_t_048.wav,tenka,,0,,,,,,,,... +392200 ,,,,,3260000,,,,,,,,,,,,,,,Ah... Komako-chan really knows how to push Tenka-chan's\nbuttons. +392300 ,,,,,3260000,,,,,,,,,,,,,,,"For Tenka-chan, who doesn't have many friends here,\nstraightforward words of friendship really hit home." +392500 ,,,,,3260010,,甜花,Tenka,310_TC06_t_049.wav,tenka,,0,,,,,,,,D-Do as you like. +392600 ,,,,,3260010,,コマコ,Komako,310_TC06_k_033.wav,komako,,0,,,,,,,,Really? +392700 ,,,,,3260010,,甜花,Tenka,310_TC06_t_050.wav,tenka,,0,,,,,,,,"It's... it's Komako's request, and the old man is saying so\ntoo." +392800 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then let's have Tenka-chan be our model and study\nsex!" +392900 ,,,,,3260010,,コマコ,Komako,310_TC06_k_034.wav,komako,,0,,,,,,,,Yay! +393000 ,,,,,3260010,,,,,,,,,,,,,,,"Komako-chan stretched her arms to the sky, looking full of\nenthusiasm." +393100 ,,,,,3260000,,甜花,Tenka,310_TC06_t_051.wav,tenka,,0,,,,,,,,"...I-I don't want to do anything too embarrassing, okay?" +393200 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Komako-chan. First, I'll explain the hole where the\npenis goes in." +393300 ,,,,,3260000,,コマコ,Komako,310_TC06_k_035.wav,komako,,0,,,,,,,,Okay. +393400 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"This is the hole where the penis goes in. If you put it in\nsuddenly, it hurts, so first, you loosen it with your\nfingers to get used to it." +393500 ,,,,,3260000,,コマコ,Komako,310_TC06_k_036.wav,komako,,0,,,,,,,,Around here? +393600 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes." +393700 ,,,,,3260000,,甜花,Tenka,310_TC06_t_052.wav,tenka,,0,,,,,,,,Ah... ugh... it's embarrassing... it tickles. +393800 ,,,,,3260000,,,,,,,,,,,,,,,Komako-chan followed my explanation and pressed her index\nfinger against Tenka-chan's pussy... +393900 ,,,,,3260000,,コマコ,Komako,310_TC06_k_037.wav,komako,,0,,,,,,,,Hmm. +394000 ,,,,,3260000,,,,,,,,,,,,,,,--Squelch +394100 ,,,,,3260000,,甜花,Tenka,310_TC06_t_053.wav,tenka,,0,,,,,,,,Hya!? +394200 ,,,,,3260000,,,,,,,,,,,,,,,...and suddenly inserted her finger all the way to the base. +394300 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan? +394400 ,,,,,3260000,,コマコ,Komako,310_TC06_k_038.wav,komako,,0,,,,,,,,"Um, like loosening it... squish, squish~? Like this?" +394500 ,,,,,3260010,,甜花,Tenka,310_TC06_t_054.wav,tenka,,0,,,,,,,,"Nkyu!? Ah, ah... Komako... it hurts!? Oh... phew!" +394600 ,,,,,3260010,,,,,,,,,,,,,,,"It seems like Komako-chan, without hesitation, inserted her\nfinger into the pussy and moved it around without restraint." +394700 ,,,,,3260010,,,,,,,,,,,,,,,"Come to think of it, country kids are okay with frogs and\nbugs, and they touch those kinds of slimy things without\nmercy." +394800 ,,,,,3260010,,,,,,,,,,,,,,,I've often heard about sticking a straw into a frog's anus\nand inflating it. +394900 ,,,,,3260010,,コマコ,Komako,310_TC06_k_039.wav,komako,,0,,,,,,,,"Around here... squish, squish, squish, squish~" +395000 ,,,,,3260010,,甜花,Tenka,310_TC06_t_055.wav,tenka,,0,,,,,,,,"Nguh!? Ha, ha... it hurts! Ha, ha! Ha, ha!" +395100 ,,,,,3260010,,,,,,,,,,,,,,,"I need to properly lecture her, or Chie-chan will have a\nhard time." +395200 ,,,,,3260010,,,,,,,,,,,,,,,"Actually, Tenka-chan is having a hard time right now. It\nreally feels like she might get a straw stuck in her anus." +395300 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, let's stop for a moment?" +395400 ,,,,,3260010,,コマコ,Komako,310_TC06_k_040.wav,komako,,0,,,,,,,,...Okay. +395500 ,,,,,3260010,,,,,,,,,,,,,,,"And once again, without hesitation, she pulled her finger\nout with a pop." +395600 ,,,,,3260010,,甜花,Tenka,310_TC06_t_056.wav,tenka,,0,,,,,,,,Hii!? +395700 ,,,,,3260010,,,,,,,,,,,,,,,"Wow... her pupils are dilating and contracting, and she's\nteary-eyed... it must have been an intense sensation." +395800 ,,,,,3260000,,甜花,Tenka,310_TC06_t_057.wav,tenka,,0,,,,,,,,"Ugh... uuuu... it hurts... Komako, you dummy..." +395900 ,,,,,3260000,,コマコ,Komako,310_TC06_k_041.wav,komako,,0,,,,,,,,...I wanted to make you feel good... I did what the old man\nsaid. So... it's the old man's fault. +396000 ,,,,,3260000,,,,,,,,,,,,,,,Huh? It's my fault now!? +396100 ,,,,,3260000,,甜花,Tenka,310_TC06_t_058.wav,tenka,,0,,,,,,,,"Sniff... old man, you dummy!" +396200 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan!? It's not the old man's fault!? I said that\nbecause I thought you'd touch more gently, normally?" +396300 ,,,,,3260000,,コマコ,Komako,310_TC06_k_042.wav,komako,,0,,,,,,,,"Old man, you made Tenka-chan cry... you're the worst." +396400 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"I think it's because Komako-chan gave such a strong\nstimulus, though..." +396500 ,,,,,3260000,,,,,,,,,,,,,,,"Even as I said that, Komako-chan turned away, saying, ""Your\nteaching was bad." +396600 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Well, it's Komako-chan's first time doing something like\nthis, after all." +396700 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright! Then, Tenka-chan, why don't you tell Komako-chan\nwhere it feels good and how much stimulation feels good,\nfrom your own mouth?" +396800 ,,,,,3260010,,甜花,Tenka,310_TC06_t_059.wav,tenka,,0,,,,,,,,Eh? Eeeeeeeeeeeeh~~~~~~! But you said you'd teach her! +396900 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"But I can't tell if it really feels good for you, Tenka-\nchan." +397000 ,,,,,3260010,,甜花,Tenka,310_TC06_t_060.wav,tenka,,0,,,,,,,,I-I think you know... w-what you do feels good... +397100 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,...Is that so? +397200 ,,,,,3260010,,,,,,,,,,,,,,,"In this situation, if she acts all sweet, I might forget\nit's a lesson and end up sticking my dick in." +397300 ,,,,,3260010,,,,,,,,,,,,,,,"...No, no." +397400 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, but if we don't do it this way, it won't be a learning\nexperience for Komako- chan." +397500 ,,,,,3260010,,甜花,Tenka,310_TC06_t_061.wav,tenka,,0,,,,,,,,T-That's impossible! Absolutely not! +397600 ,,,,,3260010,,,,,,,,,,,,,,,"Even though Tenka-chan is saying it with a really scary\nface, there's no impact when her butt hole is in full view." +397700 ,,,,,3260010,,,,,,,,,,,,,,,"Well, normally you wouldn't want to tell your friend where\nit feels good." +397800 ,,,,,3260010,,,,,,,,,,,,,,,"Then, as a return favor to the sweet Tenka- chan, I'll also\nact as her boyfriend..." +397900 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"But you know, Komako-chan might feel the same way, but I\nalso want to know where it feels good." +398000 ,,,,,3260010,,甜花,Tenka,310_TC06_t_062.wav,tenka,,0,,,,,,,,You want to know? +398100 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"I want to know where Tenka-chan feels good too. As her\nboyfriend, I want to make sure Tenka-chan has a pleasurable\nexperience." +398200 ,,,,,3260000,,甜花,Tenka,310_TC06_t_063.wav,tenka,,0,,,,,,,,...Uncle. +398300 ,,,,,3260000,,,,,,,,,,,,,,,"Her face turns bright red, showing an embarrassed\nexpression." +398400 ,,,,,3260000,,甜花,Tenka,310_TC06_t_064.wav,tenka,,0,,,,,,,,"...Then, if it's just a little..." +398500 ,,,,,3260000,,,,,,,,,,,,,,,"Hmm, Tenka-chan is easy to handle once she gets sweet." +398600 ,,,,,3260010,,甜花,Tenka,310_TC06_t_065.wav,tenka,,0,,,,,,,,"B-But... I don't really know where it feels good, so I can't\nsay it out loud..." +398700 ,,,,,3260010,,,,,,,,,,,,,,,"Well, that's true. If she suddenly started saying words like\nclitoris or cervix, I'd be the one surprised." +398800 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,Then just touch and tell us if it feels good. +398900 ,,,,,3260000,,甜花,Tenka,310_TC06_t_066.wav,tenka,,0,,,,,,,,O-Okay. +399000 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Komako-chan. Let's try it that way this time, okay?" +399100 ,,,,,3260000,,コマコ,Komako,310_TC06_k_044.wav,komako,,0,,,,,,,,Got it. +399200 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Okay, first... gently stroke Tenka-chan's slit." +399300 ,,,,,3260000,,コマコ,Komako,310_TC06_k_045.wav,komako,,0,,,,,,,,"Okay, got it." +399400 ,,,,,3260000,,,,,,,,,,,,,,,Komako-chan gently touches Tenka-chan's pussy with her\nfinger. +399500 ,,,,,3260000,,甜花,Tenka,310_TC06_t_067.wav,tenka,,0,,,,,,,,...Nn. +399600 ,,,,,3260000,,,,,,,,,,,,,,,"As she let out a cute whimper, Komako-chan kept her\nfinger..." +399700 ,,,,,3260000,,コマコ,Komako,310_TC06_k_046.wav,komako,,0,,,,,,,,...Here I go! +399800 ,,,,,3260010,,甜花,Tenka,310_TC06_t_068.wav,tenka,,0,,,,,,,,Hya!? +399900 ,,,,,3260010,,,,,,,,,,,,,,,"...She traced the slit swiftly, like scanning a credit card." +400000 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"H-Hey, Komako-chan! Be gentler, okay?" +400100 ,,,,,3260010,,コマコ,Komako,310_TC06_k_047.wav,komako,,0,,,,,,,,Got it. +400200 ,,,,,3260010,,,,,,,,,,,,,,,...Does she really understand? +400300 ,,,,,3260010,,甜花,Tenka,310_TC06_t_069.wav,tenka,,0,,,,,,,,Ko-Komako... you've been hurting me since earlier. +400400 ,,,,,3260010,,コマコ,Komako,310_TC06_k_048.wav,komako,,0,,,,,,,,It's okay. I'll do it right next time. +400500 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, then next, try it like this. Oh, and do it slowly, okay?" +400600 ,,,,,3260010,,,,,,,,,,,,,,,"Following my instructions, Komako-chan gently rotated her\nfinger over Tenka-chan's clitoris, through the skin." +400700 ,,,,,3260010,,甜花,Tenka,310_TC06_t_070.wav,tenka,,0,,,,,,,,"―! Nn, nn, haa, haa, nn!" +400800 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"How is it, Tenka-chan?" +400900 ,,,,,3260010,,甜花,Tenka,310_TC06_t_071.wav,tenka,,0,,,,,,,,Nn... this... ah... my body is twitching. +401000 ,,,,,3260010,,コマコ,Komako,310_TC06_k_049.wav,komako,,0,,,,,,,,Does it feel good? +401100 ,,,,,3260010,,甜花,Tenka,310_TC06_t_072.wav,tenka,,0,,,,,,,,Nn... yeah. +401200 ,,,,,3260010,,コマコ,Komako,310_TC06_k_050.wav,komako,,0,,,,,,,,I see... touching here feels good? +401300 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, this is called the clitoris. It's a place where nerves\nare concentrated, making it feel good." +401400 ,,,,,3260000,,甜花,Tenka,310_TC06_t_073.wav,tenka,,0,,,,,,,,"Ah... ah. Fu, ah... ahn! Nfu... Ko-Komako... it feels good\nthere." +401500 ,,,,,3260000,,コマコ,Komako,310_TC06_k_051.wav,komako,,0,,,,,,,,"Then, a little faster..." +401600 ,,,,,3260010,,甜花,Tenka,310_TC06_t_074.wav,tenka,,0,,,,,,,,"Ah... no... fuahh! Nn, ah...! Ahhhh!" +401700 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Next, peel back the clitoral hood." +401800 ,,,,,3260010,,コマコ,Komako,310_TC06_k_052.wav,komako,,0,,,,,,,,...Like this? +401900 ,,,,,3260010,,,,,,,,,,,,,,,Komako-chan peeled back the clitoral hood with a gentle\nmotion. +402000 ,,,,,3260010,,,,,,,,,,,,,,,I pinched the exposed base of the clitoris and rubbed it\nwith the pad of my finger. +402100 ,,,,,3260010,,甜花,Tenka,310_TC06_t_075.wav,tenka,,0,,,,,,,,Ah? Nnnnn! The stimulation... it's strong... +402200 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"You're doing great. Now, try touching the place where the\npenis goes in too, okay?" +402300 ,,,,,3260010,,コマコ,Komako,310_TC06_k_053.wav,komako,,0,,,,,,,,...Here? +402400 ,,,,,3260010,,,,,,,,,,,,,,,――Squish. +402500 ,,,,,3260000,,甜花,Tenka,310_TC06_t_076.wav,tenka,,0,,,,,,,,Ah... +402600 ,,,,,3260000,,,,,,,,,,,,,,,"The moment Komako-chan's small fingertip touched the\nentrance, a small wet sound echoed." +402700 ,,,,,3260000,,コマコ,Komako,310_TC06_k_054.wav,komako,,0,,,,,,,,It's wet... +402800 ,,,,,3260000,,,,,,,,,,,,,,,――Squish squish +402900 ,,,,,3260000,,甜花,Tenka,310_TC06_t_077.wav,tenka,,0,,,,,,,,No... ah +403000 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"This is a fluid that comes out when it feels good. See, it's\nslippery, so it seems easier to insert your finger than\nbefore, right?" +403100 ,,,,,3260000,,コマコ,Komako,310_TC06_k_055.wav,komako,,0,,,,,,,,It's true... +403200 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"If you do it slowly, I think it's okay to insert it." +403300 ,,,,,3260000,,コマコ,Komako,310_TC06_k_056.wav,komako,,0,,,,,,,,"...Then," +403400 ,,,,,3260000,,,,,,,,,,,,,,,――Squelch! +403500 ,,,,,3260010,,甜花,Tenka,310_TC06_t_078.wav,tenka,,0,,,,,,,,"Kyaa, ah...! Fuahhh! Komako's finger... it's going in!" +403600 ,,,,,3260010,,,,,,,,,,,,,,,"Holding down Tenka-chan, who tries to squirm and bounce, I\ncontinue the caresses." +403700 ,,,,,3260010,,コマコ,Komako,310_TC06_k_057.wav,komako,,0,,,,,,,,"Inside, it's all wet... making squishy sounds." +403800 ,,,,,3260010,,甜花,Tenka,310_TC06_t_079.wav,tenka,,0,,,,,,,,"Hah, nn. Ah, hah... it's embarrassing... ah! Making such\nsounds, ah, ah, ah, hah!" +403900 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, it's really wet. I wonder if it's because Komako-chan\nis watching?" +404000 ,,,,,3260000,,甜花,Tenka,310_TC06_t_080.wav,tenka,,0,,,,,,,,Nnfu! I don't... think that's it... +404100 ,,,,,3260000,,コマコ,Komako,310_TC06_k_058.wav,komako,,0,,,,,,,,Hey... where does it feel good? Around here? +404200 ,,,,,3260000,,,,,,,,,,,,,,,"Komako-chan moves her finger in and out, rubbing the shallow\narea." +404300 ,,,,,3260010,,甜花,Tenka,310_TC06_t_081.wav,tenka,,0,,,,,,,,~~~~~! +404400 ,,,,,3260010,,,,,,,,,,,,,,,Tenka-chan is fidgeting her hips with a dazed expression. +404500 ,,,,,3260010,,,,,,,,,,,,,,,"It seems like she's feeling a bit frustrated, huh?" +404600 ,,,,,3260010,,コマコ,Komako,310_TC06_k_059.wav,komako,,0,,,,,,,,Or... is it over here? +404700 ,,,,,3260010,,,,,,,,,,,,,,,"This time, she slips her finger deeper and moves it around." +404800 ,,,,,3260010,,甜花,Tenka,310_TC06_t_082.wav,tenka,,0,,,,,,,,"Agh! Nn, ah, hah... Ahhh! That... kuh, ahh, it's so intense!" +404900 ,,,,,3260010,,コマコ,Komako,310_TC06_k_060.wav,komako,,0,,,,,,,,Does that mean it feels good? +405000 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, whether strong stimulation feels good or not depends on\nthe person, I guess?" +405100 ,,,,,3260010,,コマコ,Komako,310_TC06_k_061.wav,komako,,0,,,,,,,,I see. +405200 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"I think Chii-chan will honestly tell you, so it might be\nbetter to ask while doing it." +405300 ,,,,,3260010,,コマコ,Komako,310_TC06_k_062.wav,komako,,0,,,,,,,,"Yeah, I'll do that." +405400 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,I wonder how it is for Tenka-chan? +405500 ,,,,,3260010,,甜花,Tenka,310_TC06_t_083.wav,tenka,,0,,,,,,,,"Fua... kuh, ah... when it's strong... it feels\nsuffocating... and painful... but maybe a little good...\nnfu!" +405600 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,I see. +405700 ,,,,,3260010,,,,,,,,,,,,,,,"Indeed, with Tenka-chan, her first experiences were with\nanal and irrumatio... only painful things." +405800 ,,,,,3260010,,,,,,,,,,,,,,,She might have been conditioned to associate pain with\npleasure. +405900 ,,,,,3260020,,コマコ,Komako,310_TC06_k_063.wav,komako,,0,,,,,,,,...? Something else came out. +406000 ,,,,,3260020,,主人公,Kiyoshi,,,,,,,,,,,,Something else? +406200 ,,,,,3260020,,,,,,,,,,,,,,,"Looking closer, the semen I released into Tenka-chan's pussy\nwas being scooped out by Komako-chan's finger." +406300 ,,,,,3260040,,甜花,Tenka,310_TC06_t_084.wav,tenka,,0,,,,,,,,Ah... that's... +406400 ,,,,,3260040,,コマコ,Komako,310_TC06_k_064.wav,komako,,0,,,,,,,,...? ...relle +406500 ,,,,,3260040,,,,,,,,,,,,,,,Oh! Whoa! +406600 ,,,,,3260040,,,,,,,,,,,,,,,Komako-chan is licking the semen I poured into Tenka-chan's\npussy! +406700 ,,,,,3260040,,,,,,,,,,,,,,,What an exciting sight! +406800 ,,,,,3260040,,コマコ,Komako,310_TC06_k_065.wav,komako,,0,,,,,,,,...Weird taste. +406900 ,,,,,3260050,,甜花,Tenka,310_TC06_t_085.wav,tenka,,0,,,,,,,,"Th-that's not mine, it's from the old man's dick! So it's\nnot my fault!" +407000 ,,,,,3260050,,コマコ,Komako,310_TC06_k_066.wav,komako,,0,,,,,,,,"The old man's... I thought it was Tenka- chan's, but...\nknowing it's the old man's is kind of unpleasant..." +407100 ,,,,,3260050,,,,,,,,,,,,,,,...I guess that's understandable. +407200 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, kind of unpleasant, huh... But I did put a lot inside\nTenka-chan." +407300 ,,,,,3260050,,コマコ,Komako,310_TC06_k_067.wav,komako,,0,,,,,,,,...Ehh~. Is there still more coming out? +407400 ,,,,,3260050,,,,,,,,,,,,,,,"Komako-chan, with a displeased expression, seemed to have an\nidea and increased the number of fingers in the pussy from\none to two." +407500 ,,,,,3260050,,コマコ,Komako,310_TC06_k_068.wav,komako,,0,,,,,,,,"Then, I'll scoop it out..." +407600 ,,,,,3260020,,甜花,Tenka,310_TC06_t_086.wav,tenka,,0,,,,,,,,Eh?! Ah! ...No. Ugh. If you do that... It's too intense...\nNngh! Hii! Hyaa! Aahh!! Ngh! +407700 ,,,,,3260020,,,,,,,,,,,,,,,"With the increased fingers, Komako-chan mercilessly scoops\nout the semen from the pussy." +407800 ,,,,,3260020,,,,,,,,,,,,,,,"It's a bit rough, but she diligently goes back and forth\nrepeatedly." +407900 ,,,,,3260020,,,,,,,,,,,,,,,"Kids can be merciless and cruel. Well, the old man is\nexcited by the way Tenka-chan is being teased like that!" +408000 ,,,,,3260020,,甜花,Tenka,310_TC06_t_087.wav,tenka,,0,,,,,,,,"Hiu... Nooo~! Fuaaah! Stop! Ah, ahh... Kuahh. M-more!\nForgive me! Komako, I can't... hold it... anymore!" +408100 ,,,,,3260020,,コマコ,Komako,310_TC06_k_069.wav,komako,,0,,,,,,,,Just a little more. +408200 ,,,,,3260020,,甜花,Tenka,310_TC06_t_088.wav,tenka,,0,,,,,,,,"Uh, huh? Fuaa... H-hurry... up. Ah... Hah, uh, ahhh... Nngh,\nnngh, ngh, nngh! I'm coming! I'm coming!" +408300 ,,,,,3260020,,,,,,,,,,,,,,,"Tenka-chan occasionally holds her breath and curls up her\nbody, repeating the process." +408400 ,,,,,3260020,,,,,,,,,,,,,,,"She's close to climaxing, and I thought she'd finish with\nTenka-chan's fingers..." +408500 ,,,,,3260020,,コマコ,Komako,310_TC06_k_070.wav,komako,,0,,,,,,,,...Is this enough? +408600 ,,,,,3260050,,甜花,Tenka,310_TC06_t_089.wav,tenka,,0,,,,,,,,Huh? +408700 ,,,,,3260050,,,,,,,,,,,,,,,"It seems she scooped out a fair amount, and Komako-chan\nstopped her fingers." +408800 ,,,,,3260050,,甜花,Tenka,310_TC06_t_090.wav,tenka,,0,,,,,,,,...Ah... ugh +408900 ,,,,,3260050,,,,,,,,,,,,,,,"Tenka-chan, who missed her climax, lets out a dissatisfied\nvoice." +409000 ,,,,,3260050,,,,,,,,,,,,,,,"Well, there are still things I need to teach Komako-chan, so\nit wouldn't do for her to finish here." +409100 ,,,,,3260050,,コマコ,Komako,310_TC06_k_071.wav,komako,,0,,,,,,,,Hey... old man. +409200 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? What is it? +409300 ,,,,,3260050,,コマコ,Komako,310_TC06_k_072.wav,komako,,0,,,,,,,,"It was tight with two fingers, but can a dick really fit in\nhere?" +409400 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it fits. Komako-chan saw the old man put it in Tenka-\nchan earlier, right?" +409500 ,,,,,3260050,,コマコ,Komako,310_TC06_k_073.wav,komako,,0,,,,,,,,Yeah. Tenka-chan looked like she was feeling good. +409600 ,,,,,3260020,,甜花,Tenka,310_TC06_t_091.wav,tenka,,0,,,,,,,,~~~~! +409700 ,,,,,3260020,,,,,,,,,,,,,,,"Oh, she's blushing bright red." +409800 ,,,,,3260020,,コマコ,Komako,310_TC06_k_074.wav,komako,,0,,,,,,,,But it looks smaller than a mouth... can it really fit? +409900 ,,,,,3260020,,主人公,Kiyoshi,,,,,,,,,,,,It fits. How about we compare it with your mouth? Uh... +410000 ,,,,,3260020,,,,,,,,,,,,,,,I pick up a string candy nearby and dangle it in front of\nKomako-chan. +410100 ,,,,,3260020,,,,,,,,,,,,,,,It's bigger than the candy Komako-chan put in her mouth\nbefore. +410200 ,,,,,3260020,,主人公,Kiyoshi,,,,,,,,,,,,"This fits in your mouth, right? Do you think it will fit in\nyour pussy?" +410300 ,,,,,3260020,,コマコ,Komako,310_TC06_k_075.wav,komako,,0,,,,,,,,...Barely? +410400 ,,,,,3260020,,主人公,Kiyoshi,,,,,,,,,,,,Shall we give it a try then? +410500 ,,,,,3260020,,コマコ,Komako,310_TC06_k_076.wav,komako,,0,,,,,,,,Yeah. +410600 ,,,,,3260020,,,,,,,,,,,,,,,Komako-chan and I exchange questions and answers like an\neducational program experiment. +410700 ,,,,,3260020,,,,,,,,,,,,,,,Though the experiment is about whether the candy will fit in\nTenka-chan's pussy. +410800 ,,,,,3260040,,甜花,Tenka,310_TC06_t_092.wav,tenka,,0,,,,,,,,"W-Wait, old man. What are you doing?" +410900 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? It's okay, I'm just putting in the candy." +411000 ,,,,,3260040,,甜花,Tenka,310_TC06_t_093.wav,tenka,,0,,,,,,,,"Stop it, old man! What if it doesn't come out!?" +411100 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine. It has a string, and Komako-chan has done it\nbefore." +411200 ,,,,,3260040,,甜花,Tenka,310_TC06_t_094.wav,tenka,,0,,,,,,,,Komako too!? +411300 ,,,,,3260040,,コマコ,Komako,310_TC06_k_077.wav,komako,,0,,,,,,,,--! +411400 ,,,,,3260040,,,,,,,,,,,,,,,--Thud! +411500 ,,,,,3260040,,,,,,,,,,,,,,,Ouch... Komako-chan lightly kicked me. +411600 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'm going to put it in, okay?" +411700 ,,,,,3260050,,甜花,Tenka,310_TC06_t_095.wav,tenka,,0,,,,,,,,"Wait, old ma... nnngh!?" +411800 ,,,,,3260030,,,,,,,,,,,,,,,I press the candy against her pussy and push it deep inside. +412000 ,,,,,3260030,,甜花,Tenka,310_TC06_t_096.wav,tenka,,0,,,,,,,,Nnngh?! +412100 ,,,,,3260030,,,,,,,,,,,,,,,"Suddenly, Tenka-chan's back arches sharply." +412200 ,,,,,3260030,,甜花,Tenka,310_TC06_t_097.wav,tenka,,0,,,,,,,,Nnnnnngh!? +412300 ,,,,,3260030,,,,,,,,,,,,,,,"It seems that the candy is reaching deeper than my fingers,\ngiving her unexpected stimulation." +412400 ,,,,,3260030,,甜花,Tenka,310_TC06_t_098.wav,tenka,,0,,,,,,,,"Hah, haaah. Nnngh! Inside my... pussy!" +412500 ,,,,,3260030,,,,,,,,,,,,,,,I gently hold down Tenka-chan as she squirms and moves her\nlegs. +412600 ,,,,,3260030,,主人公,Kiyoshi,,,,,,,,,,,,It's all the way in now. +412700 ,,,,,3260030,,コマコ,Komako,310_TC06_k_078.wav,komako,,0,,,,,,,,Wow... it really fits. +412800 ,,,,,3260030,,甜花,Tenka,310_TC06_t_099.wav,tenka,,0,,,,,,,,Ugh... uuu... it's embarrassing. +412900 ,,,,,3260030,,,,,,,,,,,,,,,"From Tenka-chan's pussy, the string of the candy dangles\nlike a tampon." +413000 ,,,,,3260030,,,,,,,,,,,,,,,"But since she said she hasn't had her period yet, she\nprobably doesn't understand." +413100 ,,,,,3260030,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, shall we use this candy to make her feel good\nnow?" +413200 ,,,,,3260030,,コマコ,Komako,310_TC06_k_079.wav,komako,,0,,,,,,,,How? +413300 ,,,,,3260030,,主人公,Kiyoshi,,,,,,,,,,,,"When it was my fingers, moving them in and out felt good,\nright? It's the same with the candy." +413400 ,,,,,3260030,,コマコ,Komako,310_TC06_k_080.wav,komako,,0,,,,,,,,...Ah! +413500 ,,,,,3260030,,,,,,,,,,,,,,,"Komako-chan seems to understand and grabs the string,\npulling it." +413600 ,,,,,3260030,,甜花,Tenka,310_TC06_t_100.wav,tenka,,0,,,,,,,,"Ah... haah! If you do that, nnngh! The candy... nnngh!" +413800 ,,,,,3260040,,,,,,,,,,,,,,,――Squelch! +413900 ,,,,,3260040,,甜花,Tenka,310_TC06_t_101.wav,tenka,,0,,,,,,,,Nngh!? +414000 ,,,,,3260040,,,,,,,,,,,,,,,The candy string shot out from Tenka-chan's pussy with\nforce. +414100 ,,,,,3260040,,コマコ,Komako,310_TC06_k_081.wav,komako,,0,,,,,,,,Like this? +414200 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, well done." +414300 ,,,,,3260040,,甜花,Tenka,310_TC06_t_102.wav,tenka,,0,,,,,,,,Ah... don't do weird things... +414400 ,,,,,3260040,,,,,,,,,,,,,,,"Though Tenka-chan gives a reproachful look, Komako-chan\npresses the candy against her pussy again." +414600 ,,,,,3260030,,甜花,Tenka,310_TC06_t_103.wav,tenka,,0,,,,,,,,Nngh!? Ah... haah! You put it in again! +414700 ,,,,,3260030,,,,,,,,,,,,,,,And then―― +414800 ,,,,,3260030,,甜花,Tenka,310_TC06_t_104.wav,tenka,,0,,,,,,,,"No, no, when you pull it!" +415000 ,,,,,3260040,,,,,,,,,,,,,,,――Squelch +415100 ,,,,,3260040,,甜花,Tenka,310_TC06_t_105.wav,tenka,,0,,,,,,,,"Nngh! Haah, haah, no! It feels weird when it comes\nout――haah!?" +415300 ,,,,,3260030,,,,,,,,,,,,,,,――Squelch! +415400 ,,,,,3260030,,,,,,,,,,,,,,,"And again, the candy is pushed into Tenka- chan's pussy." +415500 ,,,,,3260030,,甜花,Tenka,310_TC06_t_106.wav,tenka,,0,,,,,,,,Ko-Komako! No! Do it slower! +415700 ,,,,,3260040,,,,,,,,,,,,,,,――Squelch! +415800 ,,,,,3260040,,,,,,,,,,,,,,,The candy pulled out scatters Tenka-chan's love juices. +415900 ,,,,,3260040,,甜花,Tenka,310_TC06_t_107.wav,tenka,,0,,,,,,,,"Nngh! Ah, hyan! I told you to do it slowly!" +416000 ,,,,,3260040,,コマコ,Komako,310_TC06_k_082.wav,komako,,0,,,,,,,,Sorry... I'll do it slowly next time. +416200 ,,,,,3260030,,甜花,Tenka,310_TC06_t_108.wav,tenka,,0,,,,,,,,N-Next time... huh!? Ahhh... it's going in slowly! +416300 ,,,,,3260030,,,,,,,,,,,,,,,"――Squelch, squelch, squelch, squelch." +416400 ,,,,,3260030,,甜花,Tenka,310_TC06_t_109.wav,tenka,,0,,,,,,,,Haa... haa... haa... it's going in again... +416500 ,,,,,3260030,,コマコ,Komako,310_TC06_k_083.wav,komako,,0,,,,,,,,I'll do it slowly. +416600 ,,,,,3260030,,甜花,Tenka,310_TC06_t_110.wav,tenka,,0,,,,,,,,"W-Wait, let me rest... nnghhhhhh." +416700 ,,,,,3260030,,甜花,Tenka,310_TC06_t_111.wav,tenka,,0,,,,,,,,Ah... I can feel... the candy... coming out of my pussy... +416900 ,,,,,3260040,,,,,,,,,,,,,,,――Sluuuuurp. +417000 ,,,,,3260040,,甜花,Tenka,310_TC06_t_112.wav,tenka,,0,,,,,,,,Nngh!? +417100 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, it's going well, Komako-chan. Tenka-chan looks\nlike she's feeling good, right?" +417200 ,,,,,3260040,,コマコ,Komako,310_TC06_k_084.wav,komako,,0,,,,,,,,Yeah. +417300 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Then let's try putting this in next, okay?" +417500 ,,,,,3260050,,,,,,,,,,,,,,,What I offered was a candy in a microphone- shaped\ncontainer. +417600 ,,,,,3260050,,コマコ,Komako,310_TC06_k_085.wav,komako,,0,,,,,,,,Will this... fit? +417700 ,,,,,3260050,,甜花,Tenka,310_TC06_t_113.wav,tenka,,0,,,,,,,,Huh? W-What are you putting in? +417800 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? It's a microphone-shaped candy. Tenka- chan, you used\nit during the live show, right?" +417900 ,,,,,3260040,,甜花,Tenka,310_TC06_t_114.wav,tenka,,0,,,,,,,,"Huh? ...U-Uncle, that's impossible." +418000 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, I don't think so. My dick fit, so it'll be fine." +418100 ,,,,,3260040,,,,,,,,,,,,,,,That microphone is smaller than Uncle's... probably. +418200 ,,,,,3260040,,コマコ,Komako,310_TC06_k_086.wav,komako,,0,,,,,,,,Then I think it'll be fine. +418300 ,,,,,3260020,,甜花,Tenka,310_TC06_t_115.wav,tenka,,0,,,,,,,,"Wait, Komako... nnnnnn!" +418500 ,,,,,3260060,,,,,,,,,,,,,,,The microphone is slowly being swallowed by Tenka-chan's\npussy. +418600 ,,,,,3260060,,甜花,Tenka,310_TC06_t_116.wav,tenka,,0,,,,,,,,Ugh... it's cold... nnn... hard... +418700 ,,,,,3260060,,コマコ,Komako,310_TC06_k_087.wav,komako,,0,,,,,,,,Wow... it went in. +418800 ,,,,,3260060,,主人公,Kiyoshi,,,,,,,,,,,,"See, just like I said, right?" +418900 ,,,,,3260060,,甜花,Tenka,310_TC06_t_117.wav,tenka,,0,,,,,,,,Uuuuu... it feels weird. +419000 ,,,,,3260060,,,,,,,,,,,,,,,"With a microphone sticking out of her pussy, Tenka-chan\nlooks uneasy." +419100 ,,,,,3260060,,甜花,Tenka,310_TC06_t_118.wav,tenka,,0,,,,,,,,"No... I don't like this, Uncle..." +419200 ,,,,,3260060,,主人公,Kiyoshi,,,,,,,,,,,,"But I think this is about the same size as my dick, don't\nyou think?" +419300 ,,,,,3260060,,甜花,Tenka,310_TC06_t_119.wav,tenka,,0,,,,,,,,I... I prefer Uncle's dick. +419400 ,,,,,3260060,,,,,,,,,,,,,,,Aww... she's saying such cute things. +419500 ,,,,,3260060,,コマコ,Komako,310_TC06_k_088.wav,komako,,0,,,,,,,,Does it feel good? +419600 ,,,,,3260060,,甜花,Tenka,310_TC06_t_120.wav,tenka,,0,,,,,,,,N-Not really... +419700 ,,,,,3260060,,主人公,Kiyoshi,,,,,,,,,,,,"Then let's move it a bit and make you feel good, okay?" +419800 ,,,,,3260060,,コマコ,Komako,310_TC06_k_089.wav,komako,,0,,,,,,,,Okay. +420000 ,,,,,3260070,,甜花,Tenka,310_TC06_t_121.wav,tenka,,0,,,,,,,,Nnn! Nnnnn! Th-The microphone... it's moving! +420100 ,,,,,3260070,,主人公,Kiyoshi,,,,,,,,,,,,"Then Komako-chan, let's also tease her clitoris, shall we?" +420200 ,,,,,3260070,,コマコ,Komako,310_TC06_k_090.wav,komako,,0,,,,,,,,Okay... like this? +420300 ,,,,,3260070,,甜花,Tenka,310_TC06_t_122.wav,tenka,,0,,,,,,,,"Eh? Ah, fuaaahhh!" +420400 ,,,,,3260070,,,,,,,,,,,,,,,"With a jolt, Tenka-chan's whole body jumps." +420500 ,,,,,3260070,,甜花,Tenka,310_TC06_t_123.wav,tenka,,0,,,,,,,,"Ugh, ahhh, the clitoris, touching it suddenly, fuaah,\ns-stop! Ahhhh!" +420600 ,,,,,3260070,,,,,,,,,,,,,,,Komako-chan is gently teasing her clitoris with her\nfingertips. +420700 ,,,,,3260070,,甜花,Tenka,310_TC06_t_124.wav,tenka,,0,,,,,,,,"Nnn! Ahhh! N-No! If you do it like that, nnah! Ahhhhh!" +420800 ,,,,,3260070,,コマコ,Komako,310_TC06_k_091.wav,komako,,0,,,,,,,,Wow... the microphone is shaking. +420900 ,,,,,3260070,,,,,,,,,,,,,,,"Tenka-chan is convulsing her hips and vagina, shaking the\nmicrophone like a tail." +421000 ,,,,,3260070,,,,,,,,,,,,,,,"And then, she moves it around as if operating a lever." +421100 ,,,,,3260060,,甜花,Tenka,310_TC06_t_125.wav,tenka,,0,,,,,,,,"Fuaa... nnk! Ahhh! The m-microphone... if you move it like\nthat, kuuuh!" +421200 ,,,,,3260060,,コマコ,Komako,310_TC06_k_092.wav,komako,,0,,,,,,,,Tenka-chan... you have such a blissful expression. +421300 ,,,,,3260070,,甜花,Tenka,310_TC06_t_126.wav,tenka,,0,,,,,,,,"Eh!? Fuh... ah, hah hah hah hah... nnngh! Komako saw my\nface... It's so embarrassing... ah. I feel like I'm going to\ndie." +421400 ,,,,,3260070,,,,,,,,,,,,,,,"From Tenka-chan's pussy, love juices are dripping down." +421500 ,,,,,3260070,,,,,,,,,,,,,,,"As expected, she's a girl who loves being watched." +421600 ,,,,,3260070,,甜花,Tenka,310_TC06_t_127.wav,tenka,,0,,,,,,,,"Ah, haa... Even my clitoris... fua, it's ticklish... nnngh.\nIt feels good... fua!" +421700 ,,,,,3260070,,コマコ,Komako,310_TC06_k_093.wav,komako,,0,,,,,,,,Amazing... it's twitching and becoming like this. +421800 ,,,,,3260070,,甜花,Tenka,310_TC06_t_128.wav,tenka,,0,,,,,,,,"D-Don't observe me so much... fua... nnngh! Nnf! Hah, ah!\nNn! Ah! The microphone... it's making squelching sounds...\nAhhhh!" +421900 ,,,,,3260070,,,,,,,,,,,,,,,"The in-and-out motion of the microphone is making louder wet\nsounds than before, echoing lewdly." +422000 ,,,,,3260060,,甜花,Tenka,310_TC06_t_129.wav,tenka,,0,,,,,,,,"Hah... It's embarrassing. Nnnnnngh! Komako... ah! Your\nfinger, my clitoris... Nnnngh!" +422100 ,,,,,3260070,,主人公,Kiyoshi,,,,,,,,,,,,"It looks like it feels good. Look, your butt hole is\ntightening up, isn't it?" +422200 ,,,,,3260070,,コマコ,Komako,310_TC06_k_094.wav,komako,,0,,,,,,,,It's true... +422300 ,,,,,3260070,,,,,,,,,,,,,,,"Every time Tenka-chan moans, her butt hole adorably tightens\nup." +422400 ,,,,,3260070,,甜花,Tenka,310_TC06_t_130.wav,tenka,,0,,,,,,,,D-Don't look at weird places~! +422500 ,,,,,3260070,,,,,,,,,,,,,,,"Her pussy is melting and dripping, and even with the\ninorganic microphone candy, she's feeling it enough." +422600 ,,,,,3260070,,,,,,,,,,,,,,,"Alright, it seems like she's ready, so it's time for that." +422700 ,,,,,3260070,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, there's a pair of panties with a dick in the\ncloset, could you bring them?" +422800 ,,,,,3260070,,コマコ,Komako,310_TC06_k_095.wav,komako,,0,,,,,,,,...Huh? O-Okay. +422900 ,,,,,3260070,,,,,,,,,,,,,,,It's about time to teach Komako-chan about girl-on-girl sex. +423000 ,,,,,3260070,,甜花,Tenka,310_TC06_t_131.wav,tenka,,0,,,,,,,,Fua... +423100 ,,,,,3260070,,,,,,,,,,,,,,,"Tenka-chan, who was feeling it intensely and was probably\nclose to climax, let out a disappointed voice when the\nmicrophone was suddenly stopped." +423200 ,,,,,3260070,,,,,,,,,,,,,,,And then... +423400 ,,,,,3260020,,甜花,Tenka,310_TC06_t_132.wav,tenka,,0,,,,,,,,Ah... no... nnngh! +423500 ,,,,,3260020,,,,,,,,,,,,,,,"Because her pussy had become so wet, the microphone slipped\nout with a pop from her pussy." +423600 ,,,,,3260020,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe, your pussy looks lonely." +423700 ,,,,,3260040,,甜花,Tenka,310_TC06_t_133.wav,tenka,,0,,,,,,,,Hah... hah... uuuuuuu... +423800 ,,,,,3260040,,,,,,,,,,,,,,,"Judging by her lack of rebuttal, it seems to be true." +423900 ,,,,,3260040,,コマコ,Komako,310_TC06_k_096.wav,komako,,0,,,,,,,,"Uncle, is this okay?" +424000 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, that's it! It suits you well." +424100 ,,,,,3260040,,コマコ,Komako,310_TC06_k_097.wav,komako,,0,,,,,,,,Is that... a compliment? +424200 ,,,,,3260040,,,,,,,,,,,,,,,Komako-chan had become a girl with a strap-on penis that I\nhad bought for her. +424300 ,,,,,3260040,,甜花,Tenka,310_TC06_t_134.wav,tenka,,0,,,,,,,,"Komako!? Uncle, what's that!?" +424400 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Hm? It's called a penis band, it's a tool for girls to have\nsex with each other." +424500 ,,,,,3260050,,甜花,Tenka,310_TC06_t_135.wav,tenka,,0,,,,,,,,Is that... going inside me? +424600 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,That's right. Komako-chan wants to learn various things\nbefore having sex with Chii- chan. +424700 ,,,,,3260050,,コマコ,Komako,310_TC06_k_098.wav,komako,,0,,,,,,,,"Yeah, please..." +424800 ,,,,,3260040,,甜花,Tenka,310_TC06_t_136.wav,tenka,,0,,,,,,,,"B-But... Uncle, are you okay with it!? Even if I have sex\nwith someone else?" +424900 ,,,,,3260050,,甜花,Tenka,310_TC06_t_137.wav,tenka,,0,,,,,,,,I-I... with anyone other than Uncle... no... +425000 ,,,,,3260050,,,,,,,,,,,,,,,She says such cute things. +425100 ,,,,,3260050,,,,,,,,,,,,,,,"But for the sake of Komako-chan and Chii- chan's love. And\nfor my desire to see girls having sex with each other, I\nwant her to endure just a little." +425200 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,"Uncle doesn't like it much either, but since it's between\ngirls, it's probably okay, right?" +425300 ,,,,,3260040,,甜花,Tenka,310_TC06_t_138.wav,tenka,,0,,,,,,,,T-That's... +425400 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"The other person is also Tenka-chan's friend, so I won't get\njealous." +425500 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, I believe that Tenka-chan will still like me." +425600 ,,,,,3260040,,甜花,Tenka,310_TC06_t_139.wav,tenka,,0,,,,,,,,...Uncle. +425700 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan is the senpai in sex, so teach Komako-chan." +425800 ,,,,,3260040,,コマコ,Komako,310_TC06_k_099.wav,komako,,0,,,,,,,,...Tenka-chan. +425900 ,,,,,3260040,,甜花,Tenka,310_TC06_t_140.wav,tenka,,0,,,,,,,,...Ugh... Uuu~... +426000 ,,,,,3260050,,甜花,Tenka,310_TC06_t_141.wav,tenka,,0,,,,,,,,Then... just a little... +426100 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, that's great, Komako-chan." +426200 ,,,,,3260050,,コマコ,Komako,310_TC06_k_100.wav,komako,,0,,,,,,,,"Yeah. Thank you, Tenka-chan." +426300 ,,,,,3260040,,甜花,Tenka,310_TC06_t_142.wav,tenka,,0,,,,,,,,...Uuu~ +426400 ,,,,,3260040,,,,,,,,,,,,,,,"Probably because she was brought to the brink with the mic,\nshe couldn't hold back anymore." +426500 ,,,,,3260040,,コマコ,Komako,310_TC06_k_101.wav,komako,,0,,,,,,,,"So, should I do it like Uncle did earlier?" +426600 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, but be gentle at first, okay?" +426700 ,,,,,3260040,,コマコ,Komako,310_TC06_k_102.wav,komako,,0,,,,,,,,Got it. +426800 ,,,,,3260040,,,,,,,,,,,,,,,Komako-chan places the fake dick at the entrance of Tenka-\nchan's pussy. +426900 ,,,,,3260020,,甜花,Tenka,310_TC06_t_143.wav,tenka,,0,,,,,,,,Nn... It feels... weird. +427000 ,,,,,3260020,,,,,,,,,,,,,,,"Then, slowly but without hesitation, she pushes it in." +427200 ,,,,,3260090,,甜花,Tenka,310_TC06_t_144.wav,tenka,,0,,,,,,,,"Nnn... Ah. Haa, haa... Ko-Komako... Nnn." +427300 ,,,,,3260090,,コマコ,Komako,310_TC06_k_103.wav,komako,,0,,,,,,,,The dick... it's twitching... Is Tenka- chan's insides\nwrapping around the dick? +427400 ,,,,,3260090,,甜花,Tenka,310_TC06_t_145.wav,tenka,,0,,,,,,,,"Ha... Nnn! Y-yeah, Komako's dick... my pussy is... squeezing\nit." +427500 ,,,,,3260090,,主人公,Kiyoshi,,,,,,,,,,,,"How is it, Komako-chan? What's your impression of your first\ntime?" +427600 ,,,,,3260090,,コマコ,Komako,310_TC06_k_104.wav,komako,,0,,,,,,,,...Tenka-chan is cute. It's kind of exciting... +427700 ,,,,,3260090,,甜花,Tenka,310_TC06_t_146.wav,tenka,,0,,,,,,,,Eh... It's embarrassing... +427800 ,,,,,3260090,,,,,,,,,,,,,,,"Yeah, it's going well." +427900 ,,,,,3260090,,コマコ,Komako,310_TC06_k_105.wav,komako,,0,,,,,,,,"Then, I'll start moving." +428000 ,,,,,3260090,,甜花,Tenka,310_TC06_t_147.wav,tenka,,0,,,,,,,,"Eh? Nn! Nnn! Ah, ah... Fu, ah... No, ah! It's reaching deep\ninside!" +428100 ,,,,,3260090,,,,,,,,,,,,,,,"Every time Komako-chan moves the fake dick in and out, a wet\nsound echoes." +428200 ,,,,,3260090,,コマコ,Komako,310_TC06_k_106.wav,komako,,0,,,,,,,,Does my dick... feel good? +428300 ,,,,,3260090,,甜花,Tenka,310_TC06_t_148.wav,tenka,,0,,,,,,,,"No! It's embarrassing! Nnn! Ah, ha! No! Stop... Nnn!\nFuaaaaah!" +428400 ,,,,,3260090,,,,,,,,,,,,,,,"Ignoring Tenka-chan's plea, Komako-chan thrusts repeatedly\ninto her pussy." +428500 ,,,,,3260090,,主人公,Kiyoshi,,,,,,,,,,,,You might want to change your hip movement a bit. Try\ndrawing circles with the dick. +428600 ,,,,,3260090,,コマコ,Komako,310_TC06_k_107.wav,komako,,0,,,,,,,,Hmm... like this? +428700 ,,,,,3260090,,甜花,Tenka,310_TC06_t_149.wav,tenka,,0,,,,,,,,...Nn. Uuuu~~. It's spreading! My pussy is spreading! +428800 ,,,,,3260090,,,,,,,,,,,,,,,Tenka's hips twitched and jerked forward. +428900 ,,,,,3260090,,コマコ,Komako,310_TC06_k_108.wav,komako,,0,,,,,,,,Is my dick... pressing against you? +429000 ,,,,,3260090,,甜花,Tenka,310_TC06_t_150.wav,tenka,,0,,,,,,,,"Ah, ugh... N-No... My body is moving on its own..." +429100 ,,,,,3260090,,,,,,,,,,,,,,,"Probably, the stimulation was too strong and made her jump,\nbut from another perspective, it looked like she was begging\nfor it." +429200 ,,,,,3260090,,,,,,,,,,,,,,,"In fact, it seemed Komako-chan took it that way." +429300 ,,,,,3260090,,コマコ,Komako,310_TC06_k_109.wav,komako,,0,,,,,,,,...Is my hip movement not enough? +429400 ,,,,,3260090,,,,,,,,,,,,,,,She had a slightly troubled look on her face as she said\nthat. +429500 ,,,,,3260090,,甜花,Tenka,310_TC06_t_151.wav,tenka,,0,,,,,,,,"N-No, that's not it... Fuaaah!? K-Komako! No! It's knocking!" +429600 ,,,,,3260090,,,,,,,,,,,,,,,"But in the next moment, Komako-chan started moving her hips\nvigorously to satisfy Tenka- chan." +429700 ,,,,,3260090,,甜花,Tenka,310_TC06_t_152.wav,tenka,,0,,,,,,,,"Hyah! No. No, Komako, stop! Ohh, ngh! Nnn! Komako's dick,\nit's amazing! Ahh!" +429800 ,,,,,3260090,,コマコ,Komako,310_TC06_k_110.wav,komako,,0,,,,,,,,"As I thought, this much feels better... Ah... that's right." +429900 ,,,,,3260090,,甜花,Tenka,310_TC06_t_153.wav,tenka,,0,,,,,,,,"Eh? Hyah?! Komako, w-wait a minute... don't play with my\nclitoris... ah... ah!" +430000 ,,,,,3260090,,,,,,,,,,,,,,,"With the pad of her index finger, she touched the clitoris\nand slowly drew circles." +430100 ,,,,,3260090,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, stimulating the clitoris along with the pussy,\nKomako-chan is quite skilled." +430200 ,,,,,3260090,,コマコ,Komako,310_TC06_k_111.wav,komako,,0,,,,,,,,"Hehe... when I do this, Tenka-chan makes such pleasurable\nsounds." +430300 ,,,,,3260090,,甜花,Tenka,310_TC06_t_154.wav,tenka,,0,,,,,,,,"Nnnnnnngh! Ugh. Ahh... that's not... ah, ahh... true. No.\nAh, ahh, ha... No... nnnngh!" +430400 ,,,,,3260090,,,,,,,,,,,,,,,"Hmm, zero persuasiveness." +430500 ,,,,,3260090,,,,,,,,,,,,,,,"Tenka-chan started trembling and drooling, her expression\nand voice completely overwhelmed with pleasure." +430600 ,,,,,3260090,,,,,,,,,,,,,,,My girlfriend Tenka-chan moaning under Komako-chan's\ntouch... ugh. +430700 ,,,,,3260090,,,,,,,,,,,,,,,"I'm a bit jealous but... more than that, it's exciting!" +430800 ,,,,,3260090,,甜花,Tenka,310_TC06_t_155.wav,tenka,,0,,,,,,,,"Nngh! Ha... Nn, ah, ngh. Ahh. Hah... Uuuu. Ah, haah.\nKomako's dick, ah, ahh! Out... in... nnnngh!" +430900 ,,,,,3260090,,コマコ,Komako,310_TC06_k_112.wav,komako,,0,,,,,,,,Does it feel good? +431000 ,,,,,3260090,,甜花,Tenka,310_TC06_t_156.wav,tenka,,0,,,,,,,,"Ugh... yeah... it feels good... being touched by a friend,\nhah, hah... nnn, it feels so good!" +431100 ,,,,,3260090,,,,,,,,,,,,,,,Ugh! No way! Tenka-chan writhing in pleasure from someone\nelse's dick! I'm getting excited! +431200 ,,,,,3260100,,,,,,,,,,,,,,,I take out my cock and bring it in front of Tenka-chan. +431300 ,,,,,3260100,,甜花,Tenka,310_TC06_t_157.wav,tenka,,0,,,,,,,,Eh? O-ojisan? +431400 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"I can't hold back, Tenka-chan. My girlfriend is feeling\ngood, so I want to feel good too." +431500 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,Can you make me feel good with your mouth? +431600 ,,,,,3260100,,,,,,,,,,,,,,,"Tenka-chan doesn't respond verbally, but she seems to\nunderstand what to do..." +431800 ,,,,,3260100,,甜花,Tenka,310_TC06_t_158.wav,tenka,,0,,,,,,,,...relle... amu +431900 ,,,,,3260100,,,,,,,,,,,,,,,She wraps her tongue around my cock. +432000 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, that's good! It feels great, Tenka- chan!" +432100 ,,,,,3260100,,コマコ,Komako,310_TC06_k_113.wav,komako,,0,,,,,,,,"...? Tenka-chan, what are you doing?" +432200 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"This is called fellatio, it's a way to make a dick feel good\nwith your mouth." +432300 ,,,,,3260100,,コマコ,Komako,310_TC06_k_114.wav,komako,,0,,,,,,,,...Would it feel good if you licked my dick too? +432400 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"No, that's a fake one. But instead, licking the clitoris\nmight feel good." +432500 ,,,,,3260100,,コマコ,Komako,310_TC06_k_115.wav,komako,,0,,,,,,,,"...Okay, got it." +432600 ,,,,,3260100,,,,,,,,,,,,,,,"As Komako-chan tries to bring her face closer to the\nconnection point, the angle causes the fake dick to thrust\nawkwardly into her pussy." +432700 ,,,,,3260100,,甜花,Tenka,310_TC06_t_159.wav,tenka,,0,,,,,,,,"Ahh! Nngh... Hahiii! No! It's going to break! Ahguh... ahh.\nHah. Ah, ahh, nnnngh!" +432800 ,,,,,3260100,,,,,,,,,,,,,,,"Tenka-chan tries to speak desperately, but my cock fills her\nmouth." +432900 ,,,,,3260100,,,,,,,,,,,,,,,Her desperate appearance excites me intensely. +433000 ,,,,,3260100,,コマコ,Komako,310_TC06_k_116.wav,komako,,0,,,,,,,,Lick... slurp slurp. +433100 ,,,,,3260100,,甜花,Tenka,310_TC06_t_160.wav,tenka,,0,,,,,,,,Ngh! Ahm! Nbu! Chubu! Lick! Fwaaah... it's tickling! It\ntickles... nbu! +433200 ,,,,,3260100,,甜花,Tenka,310_TC06_t_161.wav,tenka,,0,,,,,,,,"Hah, nn! Aaaah, amazing, ah, amazing! Fwaaah! Nnnngh! ...Ah,\nhah. It's so, ah! Fwaaah!! It feels so good!!" +433300 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe, even while sucking a dick, you say such things while\nyour friend is violating your pussy." +433400 ,,,,,3260100,,甜花,Tenka,310_TC06_t_162.wav,tenka,,0,,,,,,,,"B-but... nngh! Huff huff, nngh! Nnnngh! It feels so good!" +433500 ,,,,,3260100,,コマコ,Komako,310_TC06_k_117.wav,komako,,0,,,,,,,,I can feel it twitching from the dick the whole time. +433600 ,,,,,3260100,,甜花,Tenka,310_TC06_t_163.wav,tenka,,0,,,,,,,,"Ngh, aaah, but... aaah! Uah. ...It feels so good... that's\nwhy. Ah! Ah, Komako! Aaah!" +433700 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,Are you about to come soon? +433800 ,,,,,3260100,,甜花,Tenka,310_TC06_t_164.wav,tenka,,0,,,,,,,,"Nghaa! Nnnngh! Lick, slurp! O-ojisan, aren't you going to\ncome too?" +433900 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,I'm about to come too! Watching Tenka-chan being violated by\nKomako-chan makes my cock want to release its semen the\nwhole time. +434000 ,,,,,3260100,,甜花,Tenka,310_TC06_t_165.wav,tenka,,0,,,,,,,,"Haa haa... then, so you can come too, ah, huh!? Nnnngh! I'll\ndo my best too!" +434100 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe, thank you, Tenka-chan." +434200 ,,,,,3260100,,,,,,,,,,,,,,,"Hearing those words, my cock reacts strongly." +434300 ,,,,,3260100,,,,,,,,,,,,,,,I feel something rising from my balls to my cock. +434400 ,,,,,3260100,,,,,,,,,,,,,,,"Even though I just released so much inside Tenka-chan\nearlier, it seems like there's still more to come out?" +434500 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, Tenka-chan is about to come soon. Go at her\nmore intensely." +434600 ,,,,,3260100,,コマコ,Komako,310_TC06_k_118.wav,komako,,0,,,,,,,,Got it. +434700 ,,,,,3260100,,,,,,,,,,,,,,,Komako-chan put her weight into it and thrust the fake dick\ndeep into Tenka-chan. +434800 ,,,,,3260100,,甜花,Tenka,310_TC06_t_166.wav,tenka,,0,,,,,,,,"Nngh! Aaah...! Ah, ah, aaaah! All the way inside...! It's\ncoming in deep! Aaaaah!" +434900 ,,,,,3260100,,甜花,Tenka,310_TC06_t_167.wav,tenka,,0,,,,,,,,Nn! Haaa! Nbu! Ham... chu! Lick... nmu! Ojisan too! Feel\ngood! +435000 ,,,,,3260100,,,,,,,,,,,,,,,My hips start moving faster on their own. +435100 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... kuh... kuuu...! +435200 ,,,,,3260100,,,,,,,,,,,,,,,"My balls contract tightly, and something hot rises to the\nbase of my shaft." +435300 ,,,,,3260100,,コマコ,Komako,310_TC06_k_119.wav,komako,,0,,,,,,,,Haa... haa... does it feel good? +435400 ,,,,,3260100,,甜花,Tenka,310_TC06_t_168.wav,tenka,,0,,,,,,,,"Ah, aaah! Hah! Ugh! Komako... it feels so good. So, so good!" +435500 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,I-I'm also... feeling amazing...! My cock... feels like it's\nmelting! +435600 ,,,,,3260100,,,,,,,,,,,,,,,"Ah, it seems like I'm reaching my limit!" +435700 ,,,,,3260100,,コマコ,Komako,310_TC06_k_120.wav,komako,,0,,,,,,,,"Then, I'll go even faster." +435800 ,,,,,3260100,,,,,,,,,,,,,,,"Squish, squish, squish, squish, the thrusting speeds up." +435900 ,,,,,3260100,,甜花,Tenka,310_TC06_t_169.wav,tenka,,0,,,,,,,,"Fuwaaa... Nn, nn, hyaaah! Ah, I'm... aaah! Aaaaaah! Nbu...\nNbu!" +436000 ,,,,,3260100,,,,,,,,,,,,,,,Tenka-chan's expression is completely melted and she's fully\ncraving Komako-chan's cock. +436100 ,,,,,3260100,,甜花,Tenka,310_TC06_t_170.wav,tenka,,0,,,,,,,,"Nn... ah, fuaaa! So good! So good! Lick my cock! Komako is\nputting it in! I'm... ah, coming, nhyaaah!" +436200 ,,,,,3260100,,コマコ,Komako,310_TC06_k_121.wav,komako,,0,,,,,,,,"Are you coming? Tenka-chan, are you going to come?" +436300 ,,,,,3260100,,甜花,Tenka,310_TC06_t_171.wav,tenka,,0,,,,,,,,"I'm coming, aaah, I'm coming! I'm coming!" +436400 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah! I'm coming too! Ah, ah!" +436500 ,,,,,3260100,,,,,,,,,,,,,,,"Suddenly, the soft mouth clamps down with teeth and bites\nonto the cock." +436600 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,Uugh! That gentle bite! It's dangerous! +436700 ,,,,,3260100,,甜花,Tenka,310_TC06_t_172.wav,tenka,,0,,,,,,,,"Kuuuuun! Fua, fua!" +436800 ,,,,,3260100,,,,,,,,,,,,,,,Biku biku biku biku! Tenka-chan's whole body convulses\nviolently. +436900 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,Ah! It's coming out! It's coming out! It's coming oooout! +437000 ,,,,,3260100,,コマコ,Komako,310_TC06_k_122.wav,komako,,0,,,,,,,,Tenka-chan! Come with my cock! +437100 ,,,,,3260100,,甜花,Tenka,310_TC06_t_173.wav,tenka,,0,,,,,,,,"Hyaa! With Komako's cock, hyaa! Ah, aaaaaah! Fuaaaah! I'm\ncoming! Hyaaaaaah!" +437300 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,Uwaaaah! +437400 ,,,,,3260110,,,,,,,,,,,,,,,"Straightening the bent spine, convulsing repeatedly over and\nover." +437500 ,,,,,3260110,,,,,,,,,,,,,,,And I release my semen into that small mouth over and over. +437600 ,,,,,3260110,,甜花,Tenka,310_TC06_t_174.wav,tenka,,0,,,,,,,,"Abu!? Ngu!? Fu... ha, aaah fuaah, afu, I came. Ah... n, ha,\nwith Komako's cock... I came. Ahh." +437700 ,,,,,3260110,,コマコ,Komako,310_TC06_k_123.wav,komako,,0,,,,,,,,Tenka-chan... inside is squeezing tight. Your stomach is\ntwitching too... +437800 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe, when a girl comes, it happens like this." +437900 ,,,,,3260110,,コマコ,Komako,310_TC06_k_124.wav,komako,,0,,,,,,,,Is that so? +438000 ,,,,,3260110,,甜花,Tenka,310_TC06_t_175.wav,tenka,,0,,,,,,,,Abu... ubu... drowning in semen. +438100 ,,,,,3260110,,コマコ,Komako,310_TC06_k_125.wav,komako,,0,,,,,,,,Tenka-chan... thank you. +438200 ,,,,,3260110,,甜花,Tenka,310_TC06_t_176.wav,tenka,,0,,,,,,,,"Nn! Hafu... n, aaah... Komako's... cock..." +438300 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,"She might not be able to hear us, huh?" +438400 ,,,,,3260110,,,,,,,,,,,,,,,"The tension that had been straining Tenka- chan's whole body\nslowly dissipates, leaving her body limp and her face dazed." +438500 ,,,,,3260110,,コマコ,Komako,310_TC06_k_126.wav,komako,,0,,,,,,,,"With this, will Chii-chan feel good too?" +438600 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, since Tenka-chan felt so good. It'll be fine." +438700 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,"Right, Tenka-chan?" +438800 ,,,,,3260110,,甜花,Tenka,310_TC06_t_177.wav,tenka,,0,,,,,,,,"Ah... u. Yeah. Haa haa haa haa haa... Komako... do your\nbest. Ah, ha... ku, aaaah!" +438900 ,,,,,3260110,,コマコ,Komako,310_TC06_k_127.wav,komako,,0,,,,,,,,Yeah. +439000 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll give this to Komako-chan as a present. I'll leave\nit here, so use it anytime." +439100 ,,,,,3260110,,コマコ,Komako,310_TC06_k_128.wav,komako,,0,,,,,,,,"Uncle... thank you. And Tenka-chan, really, thank you too." +439200 ,,,,,3260110,,,,,,,,,,,,,,,"Yeah, yeah. Letting a friend use your pussy, what a\nbeautiful friendship." +439300 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, Tenka-chan." +439400 ,,,,,3260110,,甜花,Tenka,310_TC06_t_178.wav,tenka,,0,,,,,,,,"...What is it, Uncle?" +439500 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,"If Komako-chan wants to practice again, should we help her\nout?" +439600 ,,,,,3260110,,甜花,Tenka,310_TC06_t_179.wav,tenka,,0,,,,,,,,Eh? ...Again? +439700 ,,,,,3260110,,,,,,,,,,,,,,,"Despite saying that, Tenka-chan didn't seem entirely against\nthe idea." +439800 ,$event_return,,,,,,,,,,,,,,,,,,, +439900 ,,,0,9000,,,,,,,,,,,,,,,, +440100 ,@311_TC07,,,,,,,,,,,,,,,,,,, +440400 ,,,5,131,,,主人公,Kiyoshi,,,,,,,,,,,,Fuwaaaa~... I'm sleepy. +440500 ,,,,,,,,,,,,,,,,,,,,The children are exercising in time with the music and\nvoices coming from the radio. +440600 ,,,,,,,,,,,,,,,,,,,,"Well, it's the usual summer vacation radio exercises." +440700 ,,,,,,,,,,,,,,,,,,,,"It seems that local adults take turns every few days to\nstamp the attendance cards, and finally, it's my turn." +440800 ,,,,,,,ラジオ,Radio,,,,,,,,,,,,"One, two, three, four!" +440900 ,,,,,,,,,,,,,,,,,,,,"Hmm, even so, everyone is moving according to the voice." +441000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,... +441100 ,,,,,,,,,,,,,,,,,,,,Everyone is moving in time with the radio person's voice... +441200 ,,,,,,,,,,,,,,,,,,,,"Which means, if the radio person said ""M-shaped leg spread\npose!"", everyone here would strike that pose, right!?" +441300 ,,,,,,,,,,,,,,,,,,,,"No! Even more, all the little girls across Japan would do an\nM-shaped leg spread at that moment!" +441400 ,,,,,,,,,,,,,,,,,,,,Amazing! How amazing! Radio exercises are amazing! +441500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Fwa... +441600 ,,,,,,,,,,,,,,,,,,,,"...Thinking of such ridiculous things, I let out a yawn." +441700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Oh. +441800 ,,,,,,,,,,,,,,,,,,,,"Among the children, there was one girl doing exercises with\nsharp, precise movements." +441900 ,,,,,,,甜花,Tenka,311_TC07_t_000.wav,"tenka,private",,4,,,,,,,,...! +442000 ,,,,,,,,,,tenka,,1,,,,,,,,It's Tenka-chan. +442100 ,,,,,,,,,,tenka,,1,,,,,,,,"When she notices me, she smiles and occasionally waves." +442200 ,,,,,,,,,,tenka,,1,,,,,,,,"Hmm, it's nice and kind of romantic." +442400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Here, your stamp. Oh! You've been coming every day... that's\nimpressive!" +442500 ,,,,,,,,,,,,,,,,,,,,...which means she hasn't been taken anywhere during summer\nvacation. +442600 ,,,,,,,,,,,,,,,,,,,,That's a bit sad. +442700 ,,,,,,,甜花,Tenka,311_TC07_t_001.wav,tenka,,1,,,,,,,,Uncle! +442800 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Oh, Tenka-chan! Good morning." +442900 ,,,,,,,甜花,Tenka,311_TC07_t_002.wav,tenka,,21,,,,,,,,Good morning! +443000 ,,,,,,,甜花,Tenka,311_TC07_t_003.wav,tenka,,21,,,,,,,,"Hey, hey, how was it?" +443100 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,Hmm? You danced really well. +443200 ,,,,,,,甜花,Tenka,311_TC07_t_004.wav,tenka,,1,,,,,,,,Right? It's thanks to the lessons! +443300 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Yeah. But Tenka-chan, there are people lined up behind you,\nso let's talk about it later." +443400 ,,,,,,,甜花,Tenka,311_TC07_t_005.wav,tenka,,4,,,,,,,,"Ah! Then I'll wait until you're done, Uncle." +443500 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,Ah... okay. Got it. +443600 ,,,,,,,,,,,,,,,,,,,,"...Hmm, she left without getting her stamp, but is that\nokay?" +443700 ,,,,,,,,,,,,,,,,,,,,"Well, I'll see her later, so it's fine." +443900 ,,,,111,,,,,,,,,,,,,,,,"In the end, while I was stamping everyone's cards and\ncleaning up, quite a bit of time passed." +444000 ,,,4,,,,甜花,Tenka,311_TC07_t_006.wav,tenka,,30,,,,,,,,"Uncle, you're slow!" +444100 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"Sorry, sorry. Let's head home." +444200 ,,,,,,,甜花,Tenka,311_TC07_t_007.wav,tenka,,1,,,,,,,,Okay. +444300 ,,,,,,,,,,,,,,,,,,,,"Seeing Tenka-chan's angry face turn into a smile, I couldn't\nhelp but smile back." +444400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Still, coming to the radio exercises, Tenka- chan, you're an\nearly riser." +444500 ,,,,,,,甜花,Tenka,311_TC07_t_008.wav,tenka,,12,,,,,,,,"Hmm, I just come when I can wake up. I overslept yesterday\nand barely made it today." +444600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Haha, I see." +444700 ,,,,,,,甜花,Tenka,311_TC07_t_009.wav,tenka,,13,,,,,,,,"I actually overslept today too, but I changed clothes right\nafter waking up and ran here." +444800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,So you haven't had breakfast either? +444900 ,,,,,,,甜花,Tenka,311_TC07_t_010.wav,tenka,,0,,,,,,,,"Yeah, I couldn't even wash my face... But when I heard you\nwere in charge, I had to come." +445000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Haha... that makes me happy. +445100 ,,,,,,,甜花,Tenka,311_TC07_t_011.wav,"tenkaL,private",,1,,,,,,,,Ehehe... hug! +445200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Whoa, it's dangerous to suddenly hug like that." +445300 ,,,,,,,甜花,Tenka,311_TC07_t_012.wav,tenkaL,,2,,,,,,,,Ehehe... +445400 ,,,,,,,,,,tenkaL,,2,,,,,,,,"Well, I gently stopped her and walked hand in hand with\nTenka-chan." +445500 ,,,,,,,,,,tenkaL,,2,,,,,,,,This much shouldn't make me look suspicious. +445800 ,,,,131,,,主人公,Kiyoshi,,tenkaL,,0,,,,,,,,Um... Tenka-chan. It feels like it's taking a long time to\nget home. +445900 ,,,,,,,甜花,Tenka,311_TC07_t_013.wav,tenkaL,,1,,,,,,,,Really? +446000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Yeah, because this is the place where we did the radio\nexercises earlier, right?" +446100 ,,,,,,,甜花,Tenka,311_TC07_t_014.wav,tenkaL,,21,,,,,,,,Ehehe~ +446200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,"It's not just 'ehehe', you know?" +446300 ,,,,,,,甜花,Tenka,311_TC07_t_015.wav,tenkaL,,0,,,,,,,,"Because I want to be with you, mister." +446400 ,,,,,,,,,,tenkaL,,0,,,,,,,,"Ugh... I'm happy about that, but I have a lot of things I\nneed to do too." +446500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,0,,,,,,,,Isn't it enough already? You'll come to the shop again later\nanyway. +446600 ,,,,,,,甜花,Tenka,311_TC07_t_016.wav,tenka,,32,,,,,,,,"Ehh... you're so stingy, mister." +446700 ,,,,,,,,,,tenka,,32,,,,,,,,"...While we've been walking for a long time, I started to\nfeel the urge." +446800 ,,,,,,,,,,tenka,,32,,,,,,,,"Hmm, as an adult, I wonder if it's okay, but well, it's such\na rural area, so it's fine, right?" +446900 ,,,,,,,主人公,Kiyoshi,,tenka,,32,,,,,,,,"Sorry, Tenka-chan, I need to go pee for a bit, okay?" +447000 ,,,,,,,甜花,Tenka,311_TC07_t_017.wav,tenka,,4,,,,,,,,Huh? But there's no toilet around here. +447100 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Well, it's what you call peeing standing up." +447200 ,,,,,,,甜花,Tenka,311_TC07_t_018.wav,tenka,,17,,,,,,,,"Ehh... is that okay, mister?" +447300 ,,,,,,,主人公,Kiyoshi,,tenka,,17,,,,,,,,"Well, it's this rural, so it's fine." +447400 ,,,,,,,,,,,,,,,,,,,,"As I moved a little away from the path, Tenka-chan followed\nme. ...Could it be." +447500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Um, Tenka-chan?" +447600 ,,,,,,,甜花,Tenka,311_TC07_t_019.wav,tenka,,2,,,,,,,,"I want to be with you, mister..." +447700 ,,,,,,,,,,tenka,,2,,,,,,,,Tenka-chan's face turned a little red. +447800 ,,,,,,,,,,tenka,,2,,,,,,,,"Hmm, she's following me to the toilet. ...Well, girls do go\nto the toilet together." +447900 ,,,,,,,,,,tenka,,2,,,,,,,,"Well, it's fine. It's not embarrassing to be seen now... or\nrather, it's exciting." +448000 ,,,,,,,,,,tenka,,2,,,,,,,,I unzipped my pants and exposed my dick to the open air. +448100 ,,,,,,,甜花,Tenka,311_TC07_t_020.wav,tenka,,4,,,,,,,,...Wow. +448200 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,Hm? +448300 ,,,,,,,,,,tenka,,4,,,,,,,,"I felt her gaze on my dick, and when I looked at Tenka-chan,\nshe quickly averted her eyes." +448400 ,,,,,,,,,,tenka,,4,,,,,,,,But when I was about to start peeing. +448500 ,,,,,,,甜花,Tenka,311_TC07_t_021.wav,tenka,,26,,,,,,,,... +448600 ,,,,,,,,,,tenka,,26,,,,,,,,Her gaze returned to my dick. +448700 ,,,,,,,,,,tenka,,26,,,,,,,,"Ugh, it's hard to go like this." +448800 ,,,,,,,,,,tenka,,26,,,,,,,,...I know. +448900 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"Tenka-chan, do you want to go together?" +449000 ,,,,,,,甜花,Tenka,311_TC07_t_022.wav,tenka,,4,,,,,,,,Huh? +449100 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"You know, girls like to go to the bathroom together, right?\nDon't you often go with Chii-chan or Komako-chan?" +449200 ,,,,,,,甜花,Tenka,311_TC07_t_023.wav,tenka,,13,,,,,,,,"I-I do, but that's with other girls." +449300 ,,,,,,,,,,tenka,,13,,,,,,,,"Tenka-chan's face turned bright red, and her eyes wandered." +449400 ,,,,,,,,,,tenka,,13,,,,,,,,Even a lovestruck Tenka-chan seems embarrassed to pee\ntogether. +449500 ,,,,,,,,,,tenka,,13,,,,,,,,But seeing Tenka-chan so flustered excites me! +449600 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Come on, if you came here right after waking up, you haven't\ngone yet, right?" +449700 ,,,,,,,甜花,Tenka,311_TC07_t_024.wav,tenka,,33,,,,,,,,"Y-Yeah, but..." +449800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"It's bad for your beauty if you don't go, you know?" +449900 ,,,,,,,甜花,Tenka,311_TC07_t_025.wav,tenka,,13,,,,,,,,But... it's embarrassing... +450000 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"It's fine, I'm going too." +450100 ,,,,,,,甜花,Tenka,311_TC07_t_026.wav,tenka,,33,,,,,,,,But you're a man... +450200 ,,,,,,,,,,tenka,,33,,,,,,,,"Hmm, it seems like she won't do it even if I say it." +450300 ,,,,,,,,,,tenka,,33,,,,,,,,There's no choice. +450400 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Alright, then Tenka-chan, could you turn around for me?" +450500 ,,,,,,,甜花,Tenka,311_TC07_t_027.wav,tenka,,23,,,,,,,,...? Like this? +450600 ,,,,,,,,,,tenka,,23,,,,,,,,"The moment Tenka-chan turned around, I quickly slipped my\nhand under her skirt and pulled down her panties in one go." +450700 ,,,14,,,,甜花,Tenka,311_TC07_t_028.wav,tenka,,4,,,,,,,,Eh? Kyaaaaaaaa! +450800 ,,,,,,,,,,tenka,,4,,,,,,,,"Hehe! I've done this prank with guys before, but I never\nthought the day would come to do it to a girl." +450900 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Hey! Quiet, quiet! Someone might come!" +451000 ,,,,,,,甜花,Tenka,311_TC07_t_029.wav,tenka,,11,,,,,,,,"B-But... what are you doing, mister!?" +451100 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"Well, Tenka-chan wouldn't pee with me." +451200 ,,,,,,,甜花,Tenka,311_TC07_t_030.wav,tenka,,4,,,,,,,,Even so! +451300 ,,,,,,,,,,tenka,,4,,,,,,,,"Tenka-chan tried to pull up her lowered panties, but..." +451400 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,Take that! +451500 ,,,,,,,甜花,Tenka,311_TC07_t_031.wav,tenka,,31,,,,,,,,Againnnnn! +451600 ,,,,,,,,,,tenka,,31,,,,,,,,I pulled her panties down once more. +451700 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,Hehe! I'll keep pulling them down until you pee! +451800 ,,,,,,,甜花,Tenka,311_TC07_t_032.wav,tenka,,11,,,,,,,,"What are you doing!? Are you stupid, mister!?" +451900 ,,,,,,,,,,tenka,,11,,,,,,,,"Oh wow, I used to be told that by girls a lot, but I never\nthought I'd hear it at this age." +452000 ,,,,,,,,,,tenka,,11,,,,,,,,"But it's fine to be stupid! In front of pee, everyone can be\nstupid!" +452100 ,*mem,,,,,,,,,,,,,,,,,,, +452200 ,,,14,131,,,主人公,Kiyoshi,,"tenka,private",,11,,,,,,,,"Please, Tenka-chan. Let's pee standing together?" +452300 ,,,,,,,甜花,Tenka,311_TC07_t_033.wav,tenka,,16,,,,,,,,Uuu~~~~... +452400 ,,,,,,,甜花,Tenka,311_TC07_t_034.wav,tenka,,36,,,,,,,,Fine... +452500 ,,,,,,,,,,tenka,,36,,,,,,,,"Finally giving in, Tenka-chan reluctantly agreed." +452600 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"Then, come on, show me your pussy." +452700 ,,,,,,,甜花,Tenka,311_TC07_t_035.wav,tenka,,13,,,,,,,,"Uuuu~~~~... It's embarrassing, you know." +452800 ,,,,,,,,,,tenka,,13,,,,,,,,"Tenka-chan lowered her panties and tried to sit down," +452900 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Ah, no, Tenka-chan." +453000 ,,,,,,,,,,tenka,,13,,,,,,,,But I wouldn't allow it. +453100 ,,,,,,,甜花,Tenka,311_TC07_t_036.wav,tenka,,4,,,,,,,,Huh? Why? +453200 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Because we promised to pee standing, right? Come on, stand\nup." +453300 ,,,,,,,甜花,Tenka,311_TC07_t_037.wav,tenka,,24,,,,,,,,Huh? Huh? Huh? But... +453400 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,It's okay... come on. +453600 ,,,,,3270000,,甜花,Tenka,311_TC07_t_038.wav,tenka,,0,,,,,,,,U... uuu... but if someone comes... +453700 ,,,,,3270000,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine. From this position, we won't be caught." +453800 ,,,,,3270000,,,,,,,,,,,,,,,"Actually, if it were Tenka-chan, getting caught might be\nmore exciting." +453900 ,,,,,3270000,,主人公,Kiyoshi,,,,,,,,,,,,Come on... +454000 ,,,,,3270000,,甜花,Tenka,311_TC07_t_039.wav,tenka,,0,,,,,,,,Even if you say that... I can't go suddenly... +454100 ,,,,,3270000,,主人公,Kiyoshi,,,,,,,,,,,,"Then should I help you, little lady?" +454200 ,,,,,3270000,,甜花,Tenka,311_TC07_t_040.wav,tenka,,0,,,,,,,,"No, that's fine!" +454300 ,,,,,3270000,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll just watch until it comes out." +454400 ,,,,,3270000,,甜花,Tenka,311_TC07_t_041.wav,tenka,,0,,,,,,,,D-Do whatever you want... but I'll stop once a little comes\nout. +454500 ,,,,,3270000,,主人公,Kiyoshi,,,,,,,,,,,,Ehh~ just a little? +454600 ,,,,,3270000,,,,,,,,,,,,,,,"I'd like to watch until it's all out, but the main goal is\nto embarrass Tenka-chan, so I guess it's fine." +454700 ,,,,,3270000,,甜花,Tenka,311_TC07_t_042.wav,tenka,,0,,,,,,,,N... nuh... nnn~~~ +454900 ,,,,,3270010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, even in the countryside, if we stay here too\nlong, someone will come, you know?" +455000 ,,,,,3270010,,甜花,Tenka,311_TC07_t_043.wav,tenka,,0,,,,,,,,"I-It doesn't come out that quickly! You're the one who told\nme to do it, so wait properly!" +455100 ,,,,,3270010,,主人公,Kiyoshi,,,,,,,,,,,,"Well, that's true." +455200 ,,,,,3270010,,,,,,,,,,,,,,,"It seems like Tenka-chan isn't feeling the urge yet, just\ngroaning." +455300 ,,,,,3270010,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, shh, shh." +455400 ,,,,,3270010,,甜花,Tenka,311_TC07_t_044.wav,tenka,,0,,,,,,,,I-I'm not a baby! Stop that! +455500 ,,,,,3270010,,,,,,,,,,,,,,,"With her pussy fully exposed, Tenka-chan is really upset.\nIt's quite a contrast." +455600 ,,,,,3270010,,,,,,,,,,,,,,,"Still, from this soft slit, pee is about to come out soon." +455700 ,,,,,3270010,,,,,,,,,,,,,,,"Yes, it's moving!" +455800 ,,,,,3270010,,甜花,Tenka,311_TC07_t_045.wav,tenka,,0,,,,,,,,Ah... n... +455900 ,,,,,3270010,,主人公,Kiyoshi,,,,,,,,,,,,Oh! +456000 ,,,,,3270010,,,,,,,,,,,,,,,The slit twitches a few times. +456200 ,,,,,3270020,,,,,,,,,,,,,,,...Drip... Drip drip drip drip... +456300 ,,,,,3270020,,甜花,Tenka,311_TC07_t_046.wav,tenka,,0,,,,,,,,N... phew. +456400 ,,,,,3270020,,,,,,,,,,,,,,,"Wow! From the slit, pee is dripping like a spring water." +456500 ,,,,,3270020,,主人公,Kiyoshi,,,,,,,,,,,,It's coming out. +456600 ,,,,,3270020,,甜花,Tenka,311_TC07_t_047.wav,tenka,,0,,,,,,,,"I-It's not because of you, mister..." +456700 ,,,,,3270020,,甜花,Tenka,311_TC07_t_048.wav,tenka,,0,,,,,,,,Ah... ugh... the pee... it's coming out. +456800 ,,,,,3270020,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, it's yellow... and it smells too." +456900 ,,,,,3270020,,甜花,Tenka,311_TC07_t_049.wav,tenka,,0,,,,,,,,"S-Stop it, mister! You don't have to say that." +457000 ,,,,,3270020,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, but seeing Tenka-chan's pee is making me excited." +457100 ,,,,,3270020,,甜花,Tenka,311_TC07_t_050.wav,tenka,,0,,,,,,,,N-No more! It's over! +457200 ,,,,,3270020,,,,,,,,,,,,,,,"Saying that, Tenka-chan tries to stop peeing." +457300 ,,,,,3270020,,甜花,Tenka,311_TC07_t_051.wav,tenka,,0,,,,,,,,Ah... huh? +457500 ,,,,,3270030,,甜花,Tenka,311_TC07_t_052.wav,tenka,,0,,,,,,,,Ah... no... the pee... it won't stop. +457600 ,,,,,3270030,,,,,,,,,,,,,,,"Well, it's hard to stop peeing halfway." +457700 ,,,,,3270030,,主人公,Kiyoshi,,,,,,,,,,,,Oh? Are you going to show me more? +457800 ,,,,,3270030,,甜花,Tenka,311_TC07_t_053.wav,tenka,,0,,,,,,,,"N-No, that's not it... nngh... ahh." +457900 ,,,,,3270030,,,,,,,,,,,,,,,--Splash... splash splash splash. +458000 ,,,,,3270030,,甜花,Tenka,311_TC07_t_054.wav,tenka,,0,,,,,,,,Huff... nngh... please stop. +458100 ,,,,,3270030,,,,,,,,,,,,,,,"She seems to be trying desperately to stop, but the flow of\npee is only getting stronger." +458200 ,,,,,3270030,,甜花,Tenka,311_TC07_t_055.wav,tenka,,0,,,,,,,,"Ah, ah... no... a lot is going to come out..." +458400 ,,,,,3270040,,甜花,Tenka,311_TC07_t_056.wav,tenka,,0,,,,,,,,"Ah, ahh! It's coming out! It's coming out... I'm peeing a\nlot..." +458500 ,,,,,3270040,,,,,,,,,,,,,,,--Ssssshhhhh splash splash splash! +458600 ,,,,,3270040,,,,,,,,,,,,,,,The yellow stream forms an arch and hits the ground. +458700 ,,,,,3270040,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, Tenka-chan, it's coming out with such force! I can hear\nthe sound of pee coming from your pussy, and it's splashing\non the ground." +458800 ,,,,,3270040,,甜花,Tenka,311_TC07_t_057.wav,tenka,,0,,,,,,,,D-Don't listen! +458900 ,,,,,3270040,,,,,,,,,,,,,,,The splashing pee hits my legs and my dick. +459000 ,,,,,3270040,,,,,,,,,,,,,,,"My dick, bathed in the morning pee, grows bigger and bigger." +459100 ,,,,,3270040,,主人公,Kiyoshi,,,,,,,,,,,,"Youth is amazing, isn't it? An old man like me can't shoot\nit that far anymore." +459200 ,,,,,3270040,,甜花,Tenka,311_TC07_t_058.wav,tenka,,0,,,,,,,,Ugh... it's still coming out... +459300 ,,,,,3270040,,主人公,Kiyoshi,,,,,,,,,,,,"Look, it's reaching all the way to the road. Someone passing\nby might get curious and come over here." +459400 ,,,,,3270040,,甜花,Tenka,311_TC07_t_059.wav,tenka,,0,,,,,,,,"What!? No... no... really, no..." +459500 ,,,,,3270040,,,,,,,,,,,,,,,--Ssssshhhhh splash splash splash. +459600 ,,,,,3270040,,,,,,,,,,,,,,,The puddle formed by the pee is expanding with Tenka-chan's\nunrelenting stream. +459700 ,,,,,3270040,,主人公,Kiyoshi,,,,,,,,,,,,"That's amazing, it's a yellow puddle." +459800 ,,,,,3270040,,甜花,Tenka,311_TC07_t_060.wav,tenka,,0,,,,,,,,Huff... huff... ugh... +460000 ,,,,,3270050,,,,,,,,,,,,,,,--Ssshhh... drip... drip. +460100 ,,,,,3270050,,甜花,Tenka,311_TC07_t_061.wav,tenka,,0,,,,,,,,Ugh... it's all out. It's all out... +460200 ,,,,,3270050,,,,,,,,,,,,,,,"Finally done peeing, Tenka-chan stares blankly at the\npuddle." +460300 ,,,,,3270050,,,,,,,,,,,,,,,"The summer heat quickly brings the smell to my nose, further\nstimulating my dick." +460400 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,That was amazing. You did it well. +460500 ,,,,,3270050,,甜花,Tenka,311_TC07_t_062.wav,tenka,,0,,,,,,,,Mmm... it's my first time peeing standing up... so\nembarrassing. +460700 ,,,,,3270050,,甜花,Tenka,311_TC07_t_063.wav,tenka,,0,,,,,,,,"...Hey, old man! You didn't pee!" +460800 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? Oh, that's right." +460900 ,,,,,3270050,,甜花,Tenka,311_TC07_t_064.wav,tenka,,0,,,,,,,,"You said you wanted to do it, right? Why aren't you doing\nit!?" +461000 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, well, I really wanted to, but you see..." +461100 ,,,,,3270050,,,,,,,,,,,,,,,My dick is already rock hard. +461200 ,,,,,3270050,,甜花,Tenka,311_TC07_t_065.wav,tenka,,0,,,,,,,,"Oh. ...But, so what?" +461300 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,"When a penis is hard, it's difficult to pee." +461400 ,,,,,3270050,,甜花,Tenka,311_TC07_t_066.wav,tenka,,0,,,,,,,,R-Really? +461500 ,,,,,3270050,,,,,,,,,,,,,,,"Hmm... alright, let's steer this towards something naughty." +461600 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,"So, you see, Tenka-chan. Even if I want to, I can't." +461700 ,,,,,3270050,,甜花,Tenka,311_TC07_t_067.wav,tenka,,0,,,,,,,,"You're unfair, old man, you lied! You said we'd pee\ntogether." +461800 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. So, I don't want to be a liar, Tenka- chan, will you\nhelp me?" +461900 ,,,,,3270050,,甜花,Tenka,311_TC07_t_068.wav,tenka,,0,,,,,,,,H-Help? +462000 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, help me make my penis smaller so I can pee easier." +462100 ,,,,,3270050,,甜花,Tenka,311_TC07_t_069.wav,tenka,,0,,,,,,,,"...? Um, how do I do that?" +462200 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,Hmm... like this. +462300 ,,,,,3270050,,甜花,Tenka,311_TC07_t_070.wav,tenka,,0,,,,,,,,Eh... kya!? +462400 ,,,,,3270050,,,,,,,,,,,,,,,I pick up Tenka-chan and take her to the bushes. +462500 ,,,10,,3271000,,,,,,,,,,,,,,,"Then I position her so she's leaning against a tree, with\nher butt facing me." +462700 ,,,,,3271000,,甜花,Tenka,311_TC07_t_071.wav,tenka,,0,,,,,,,,"Ah, wait... o-old man. Hyah!" +462800 ,,,,,3271000,,,,,,,,,,,,,,,I spread her soft slit open. +462900 ,,,,,3271000,,,,,,,,,,,,,,,Her naughty pussy and cute little butt hole are in full\nview. +463000 ,,,,,3271000,,甜花,Tenka,311_TC07_t_072.wav,tenka,,0,,,,,,,,W-What are you doing! You surprised me. +463100 ,,,,,3271000,,主人公,Kiyoshi,,,,,,,,,,,,"When I release sperm, my penis gets smaller. So I thought\nI'd have you help with that." +463200 ,,,,,3271000,,甜花,Tenka,311_TC07_t_073.wav,tenka,,0,,,,,,,,Eh... does that mean we're going to do it!? +463300 ,,,,,3271000,,主人公,Kiyoshi,,,,,,,,,,,,"Of course... Ah, Tenka-chan's pussy is wet." +463400 ,,,,,3271000,,,,,,,,,,,,,,,The area around her pee hole was wet and glistening vividly. +463500 ,,,,,3271000,,,,,,,,,,,,,,,But at the same time. +463600 ,,,,,3271000,,主人公,Kiyoshi,,,,,,,,,,,,"As I thought, your pussy is soaking wet too. Did you get\nexcited seeing the old man's penis earlier?" +463700 ,,,,,3271000,,甜花,Tenka,311_TC07_t_074.wav,tenka,,0,,,,,,,,I-I'm not excited at all! +463800 ,,,,,3271000,,主人公,Kiyoshi,,,,,,,,,,,,Or maybe you got turned on thinking someone would see you\npeeing? +463900 ,,,,,3271000,,甜花,Tenka,311_TC07_t_075.wav,tenka,,0,,,,,,,,"...N-No, don't look! It's just pee." +464000 ,,,,,3271000,,主人公,Kiyoshi,,,,,,,,,,,,"Pee isn't this slippery, is it?" +464100 ,,,,,3271000,,甜花,Tenka,311_TC07_t_076.wav,tenka,,0,,,,,,,,Ugh... uuuu~~~~! +464200 ,,,,,3271000,,主人公,Kiyoshi,,,,,,,,,,,,"But with how wet you are, we don't need foreplay. I'll just\nput it in without playing with my fingers, okay?" +464300 ,,,,,3271000,,甜花,Tenka,311_TC07_t_077.wav,tenka,,0,,,,,,,,Eh? ...B-But... kya! +464400 ,,,,,3271000,,,,,,,,,,,,,,,I press down on Tenka-chan's hips from above and position my\ncock at her entrance. +464500 ,,,,,3271000,,甜花,Tenka,311_TC07_t_078.wav,tenka,,0,,,,,,,,O-Old man! Wait a sec―nnngh! +464700 ,,,,,3271010,,,,,,,,,,,,,,,"Tenka-chan arches her back and accepts my cock... or rather,\nI almost forcefully thrust it in." +464800 ,,,,,3271010,,甜花,Tenka,311_TC07_t_079.wav,tenka,,0,,,,,,,,Nn! Ah... Nnngh! It's going in. +464900 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah. Haha, the pee from Tenka-chan's pussy is running down my\ncock." +465000 ,,,,,3271010,,甜花,Tenka,311_TC07_t_080.wav,tenka,,0,,,,,,,,D-Don't say weird things! +465100 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, oh?" +465200 ,,,,,3271010,,,,,,,,,,,,,,,"Her pussy tightens around my cock, as if trying to deal with\nthe dripping pee." +465300 ,,,,,3271010,,,,,,,,,,,,,,,"Hmm, the soft sensation feels good." +465400 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'm going to move." +465500 ,,,,,3271010,,甜花,Tenka,311_TC07_t_081.wav,tenka,,0,,,,,,,,O-Old man! We're outside! +465600 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,It's fine. Isn't it better if someone sees us? +465700 ,,,,,3271010,,甜花,Tenka,311_TC07_t_082.wav,tenka,,0,,,,,,,,~~~~~~! +465800 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Here we go. Mm, huh..." +465900 ,,,,,3271010,,甜花,Tenka,311_TC07_t_083.wav,tenka,,0,,,,,,,,"Ah, ha, nnngh, nnngh. Ha, ha, ha... no... we're really\nstarting to have sex..." +466000 ,,,,,3271010,,,,,,,,,,,,,,,"Every time I move inside Tenka-chan, a sweet pleasure\ncaresses my cock." +466100 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"How is it? Does it feel good? Hah, hah, hah..." +466200 ,,,,,3271010,,甜花,Tenka,311_TC07_t_083a.wav,,,,,,,,,,,"Ah, nnngh? Ha, kuh, nnngh. Out here... there's no way it\nfeels... nnngh!?" +466300 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, hah, hah. It feels good for me, Tenka- chan." +466400 ,,,,,3271010,,,,,,,,,,,,,,,"From behind, her anal hole is in full view, and when I pinch\nher nipple, her anus tightens." +466500 ,,,,,3271010,,甜花,Tenka,311_TC07_t_084.wav,tenka,,0,,,,,,,,"Ah, ha... Nnngh! No... What if someone comes!?" +466600 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Wouldn't it be better if someone came? Maybe not just\nfriends, but your parents might see us." +466700 ,,,,,3271010,,甜花,Tenka,311_TC07_t_085.wav,tenka,,0,,,,,,,,"N-No way! Ha, nnngh! Ahh! Nnngh!" +466800 ,,,,,3271010,,,,,,,,,,,,,,,Tenka-chan shakes her head as if saying no. +466900 ,,,,,3271010,,甜花,Tenka,311_TC07_t_086.wav,tenka,,0,,,,,,,,"Ah, ha, ha, ha, kuh..." +467000 ,,,,,3271010,,,,,,,,,,,,,,,"Tenka-chan is trembling, but it seems more from pleasure\nthan fear." +467100 ,,,,,3271010,,,,,,,,,,,,,,,"I thrust my cock as if pounding, and her shoulders jerk up\nsharply." +467300 ,,,,,3271020,,甜花,Tenka,311_TC07_t_087.wav,tenka,,0,,,,,,,,"Hah, ha... Nnngh. Hyah! Nngh! I-I can't help but make noise!\nAh, ha, ha... Hyah, ah, no!" +467400 ,,,,,3271020,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? But Tenka-chan's pussy is moving so much, I have to\nkeep up too." +467500 ,,,,,3271020,,甜花,Tenka,311_TC07_t_088.wav,tenka,,0,,,,,,,,"Hah, ah... No... Is mine... moving on its own? Ah, ahhh,\nfuaaahhh! No, nooo!" +467600 ,,,,,3271020,,主人公,Kiyoshi,,,,,,,,,,,,Wow. Tenka-chan's face looks so naughty. +467700 ,,,,,3271020,,甜花,Tenka,311_TC07_t_089.wav,tenka,,0,,,,,,,,"D-Don't say things like that! Besides, you can't see my face\nfrom your angle, can you!?" +467800 ,,,,,3271020,,,,,,,,,,,,,,,Tenka-chan's words become increasingly desperate. +467900 ,,,,,3271020,,,,,,,,,,,,,,,――Pachun ――Pachun +468000 ,,,,,3271020,,,,,,,,,,,,,,,"It seems Tenka-chan has resigned herself to the pleasure, as\nher love juices start to flow in earnest." +468100 ,,,,,3271020,,,,,,,,,,,,,,,"The mixed scent of urine, love juices, and grass reaches my\nnose, and an indescribable pleasure is felt in my cock." +468200 ,,,,,3271020,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, hah... Tenka-chan! It's starting to smell naughty?" +468400 ,,,,,3271010,,甜花,Tenka,311_TC07_t_090.wav,tenka,,0,,,,,,,,"Nnngh!? Ah, hah... No! Ah, hah... Don't say that... Nnngh!" +468500 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh! Tenka-chan, you're starting to feel it too!" +468600 ,,,,,3271010,,,,,,,,,,,,,,,Tenka-chan's pussy squeezes my cock even tighter. +468700 ,,,,,3271010,,甜花,Tenka,311_TC07_t_091.wav,tenka,,0,,,,,,,,"N-No... Ah, hah... Hurry up and finish... Hyaaah! Just do\nit! Fuah! Nnngh! Nnngh!" +468800 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah! Ahhh! Ugh, ahh! Even your anal hole... is getting warm?\nIt's so naughty." +468900 ,,,,,3271010,,甜花,Tenka,311_TC07_t_092.wav,tenka,,0,,,,,,,,"Ahhh! D-Don't touch me there! Hyaaah! Nnnngh! Ah, hah, hah." +469000 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you're about to come, aren't you?" +469200 ,,,,,3271040,,甜花,Tenka,311_TC07_t_093.wav,tenka,,0,,,,,,,,"Ah! N-No... I'm not about to come... I'm not feeling it...\nNnngh, ah!" +469300 ,,,,,3271040,,,,,,,,,,,,,,,"Despite her words, she continues to lewdly stimulate my cock\nwith wet sounds." +469400 ,,,,,3271040,,,,,,,,,,,,,,,Tenka-chan's knees tremble and she keeps stumbling and\nalmost falling. +469500 ,,,,,3271040,,,,,,,,,,,,,,,"Thanks to that, my cock is being rubbed from various angles,\nand it feels good." +469600 ,,,,,3271040,,甜花,Tenka,311_TC07_t_094.wav,tenka,,0,,,,,,,,"Ah, hah... Ah! Nnngh!? Hihah, ahh! No... Nnnngh! Hah, hyaa!!" +469700 ,,,,,3271040,,,,,,,,,,,,,,,"On the other hand, Tenka-chan seems to be stimulated in\nunexpected places, making her body jump each time." +469800 ,,,,,3271040,,,,,,,,,,,,,,,"I twist my hips greedily to savor the pleasure, thrusting my\ncock and focusing on the spots that get a reaction." +469900 ,,,,,3271040,,甜花,Tenka,311_TC07_t_095.wav,tenka,,0,,,,,,,,"Ahhh, ahh! It's deep inside! Hngh! It feels like there's a\ndick in my back... Hyaa, hah, hah, ahhhhhhh!" +470000 ,,,,,3271040,,甜花,Tenka,311_TC07_t_096.wav,tenka,,0,,,,,,,,"Nnngh!? Ah, fuh, fuaa! It feels like something's happening\nfrom inside... to my butt... Hii, hyan!" +470100 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,"Hah, hah! Inside Tenka-chan, it's twitching so much, it\nfeels amazing!" +470200 ,,,,,3271040,,甜花,Tenka,311_TC07_t_097.wav,tenka,,0,,,,,,,,Th-then hurry up... and come! I'm already... Nnngh! Ah!\nNnnngh! +470300 ,,,,,3271040,,甜花,Tenka,311_TC07_t_098.wav,tenka,,0,,,,,,,,Hah! Haaah! I have to stop... I need to do my lessons! +470400 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,Is that so? Then should I go all out too? +470500 ,,,,,3271040,,甜花,Tenka,311_TC07_t_099.wav,tenka,,0,,,,,,,,Huh? Ah... Nnnngh! +470600 ,,,,,3271040,,,,,,,,,,,,,,,"When I grab her hips and pull her closer to thrust my cock,\nTenka-chan arches her back and squeezes my penis tightly." +470700 ,,,,,3271040,,甜花,Tenka,311_TC07_t_100.wav,tenka,,0,,,,,,,,"Hah!? Nngh!? M-Mister! Nnngh! No, that's too strong!" +470800 ,,,,,3271040,,,,,,,,,,,,,,,Her pussy keeps pulsating lewdly over and over. +470900 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,"It feels good! It feels good, Tenka-chan! How about it?\nDoesn't it feel good for you too?" +471000 ,,,,,3271040,,甜花,Tenka,311_TC07_t_101.wav,tenka,,0,,,,,,,,"Ah, nnngh! It feels... painful! Hah hah hah... Nnngh! Haaah!" +471100 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,But... your voice sounds so naughty? +471200 ,,,,,3271040,,甜花,Tenka,311_TC07_t_102.wav,tenka,,0,,,,,,,,"Hihah, ahhh! No, it's not! It's just coming out because it\nhurts!" +471300 ,,,,,3271040,,,,,,,,,,,,,,,I thrust into her wet pussy from behind over and over. +471400 ,,,,,3271040,,甜花,Tenka,311_TC07_t_103.wav,tenka,,0,,,,,,,,"Ah, fuh, ahhh!? Ah, ah, hiaaaaah!" +471500 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,Kuh...! +471600 ,,,,,3271040,,,,,,,,,,,,,,,"With each thrust, her small pussy grips my penis tightly." +471700 ,,,,,3271040,,,,,,,,,,,,,,,"Tenka-chan's body seems to have gotten used to sex, so I\nprioritize my own desire and thrust into her vigorously." +471800 ,,,,,3271040,,甜花,Tenka,311_TC07_t_104.wav,tenka,,0,,,,,,,,"All the way inside...! It's coming, coming, coming! Haaaah!\nNnngh! I can't... breathe... fuaaaah!" +471900 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,"Kuh, ah" +472000 ,,,,,3271040,,甜花,Tenka,311_TC07_t_105.wav,tenka,,0,,,,,,,,"Ah, fuh... no. It's... hnn... I'm going crazy. Ah!\nHiaaaaaah!" +472100 ,,,,,3271040,,,,,,,,,,,,,,,"My hips move faster on their own, and Tenka- chan shakes her\nhair wildly, drooling onto the ground." +472200 ,,,,,3271040,,甜花,Tenka,311_TC07_t_106.wav,tenka,,0,,,,,,,,"Kua! Fuaa! Nnngh! Fuaaaaah! Hiaaaaaah~! Inside, it's going\nwild! Ahh... my pussy... it's breaking!" +472300 ,,,,,3271040,,,,,,,,,,,,,,,"A tingling sensation spreads from my lower body, sending\nshivers of pleasure from my calves to my thighs and cock." +472400 ,,,,,3271040,,甜花,Tenka,311_TC07_t_107.wav,tenka,,0,,,,,,,,"Yah! Uuunnngh! Haaaah! This is... Ah, ah... ah, ah, no!" +472500 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,"Heh! I'm about to cum! Kuh... Nnngh... kuuu...! Tenka-chan,\nare you almost there too?" +472600 ,,,,,3271040,,,,,,,,,,,,,,,My cock twitches inside Tenka-chan. +472700 ,,,,,3271040,,甜花,Tenka,311_TC07_t_108.wav,tenka,,0,,,,,,,,"Ahih. Hinnngh, hikuuhhhh! Ah, I don't feel anything outside!\nI-I'm not gonna... ah, hiaaaaaah!" +472800 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,You're still saying that? +472900 ,,,,,3271040,,,,,,,,,,,,,,,A hot sensation wells up from my balls. +473000 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,I'm about to cum... Just hold on a little longer... +473100 ,,,,,3271040,,甜花,Tenka,311_TC07_t_109.wav,tenka,,0,,,,,,,,"Hih, hah, hah, hah, nnnnnngh! R-right there! Ahf. I'm not\ncumming! Nnf" +473200 ,,,,,3271040,,,,,,,,,,,,,,,"Well, if she says that, I can go all out without holding\nback." +473300 ,,,,,3271040,,,,,,,,,,,,,,,I thrust my cock in strongly. +473400 ,,,,,3271040,,甜花,Tenka,311_TC07_t_110.wav,tenka,,0,,,,,,,,"Wah!? Hyaaaaaah! Nn, ah, haaaaah! So strong!" +473500 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,"I'm cumming!? Ah, I'm cumming. Nnnngh. Hah, hah, ooooh!" +473600 ,,,,,3271040,,甜花,Tenka,311_TC07_t_111.wav,tenka,,0,,,,,,,,"Ahee! Ah, aaaaaah~! Nuuu!? Ah, hick!?" +473700 ,,,,,3271040,,甜花,Tenka,311_TC07_t_112.wav,tenka,,0,,,,,,,,"Naaaaah! I-! Iyaaaaaah!! Ah, nn!! Ufuuun! Hagu... kuua...\nfua! Hah, uaaah!" +473800 ,,,,,3271040,,,,,,,,,,,,,,,"Unable to withstand my intense thrusts, Tenka-chan's pussy\nsuddenly contracts, squeezing my cock tightly." +473900 ,,,,,3271040,,甜花,Tenka,311_TC07_t_113.wav,tenka,,0,,,,,,,,"Hiuuu! Ah, nooo! I-I'm cumming, I'm cumming! I'm gonna cum!" +474000 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,"You finally came, Tenka-chan! Ugh... ah! I-I'm gonna... I'm\ngonna cum too!" +474100 ,,,,,3271050,,甜花,Tenka,311_TC07_t_114.wav,tenka,,0,,,,,,,,"Nahaah!! I'm cumming! Higu, ki, cumming! Nuu!? Cumm...ing!!" +474300 ,,,,,3271050,,主人公,Kiyoshi,,,,,,,,,,,,"Hah, hah, hah, hah... nnngh, ah. Fuu, fuu. Nnngh. I came,\nTenka-chan." +474400 ,,,,,3271050,,,,,,,,,,,,,,,"From our joined bodies, my semen slowly seeps out." +474500 ,,,,,3271050,,甜花,Tenka,311_TC07_t_115.wav,tenka,,0,,,,,,,,"Hah, hah, hah... Fuu... To think we'd do this outside...\nAfuu." +474600 ,,,,,3271050,,,,,,,,,,,,,,,"Supporting Tenka-chan's body as she almost collapses, I look\nat her face, which is completely dazed." +474700 ,,,,,3271050,,,,,,,,,,,,,,,"She says she didn't feel anything, but that's hard to\nbelieve." +474800 ,,,,,3271050,,甜花,Tenka,311_TC07_t_116.wav,tenka,,0,,,,,,,,Haa... haa... nfu... I-I never want to do it outside again. +474900 ,,,,,3271050,,主人公,Kiyoshi,,,,,,,,,,,,"Oh~? Really? But when we did it outside, Tenka-chan's\ninsides were twitching and it felt amazing." +475000 ,,,,,3271050,,甜花,Tenka,311_TC07_t_117.wav,tenka,,0,,,,,,,,T-that's because I was helping you pee... +475100 ,,,,,3271050,,主人公,Kiyoshi,,,,,,,,,,,,"Even so, Tenka-chan seemed to feel really good too, right?" +475300 ,,,,,3271060,,甜花,Tenka,311_TC07_t_118.wav,tenka,,0,,,,,,,,"N-no way! If your dick has shrunk, hurry up and pee!" +475400 ,,,,,3271060,,,,,,,,,,,,,,,"Oh, she's being quite prickly." +475500 ,,,,,3271060,,,,,,,,,,,,,,,"Even though Tenka-chan felt really good too, there's no need\nto be so angry..." +475600 ,,,,,3271060,,,,,,,,,,,,,,,"Alright, maybe I should give a little punishment." +475700 ,,,,,3271060,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, let's do that then." +475800 ,,,,,3271060,,甜花,Tenka,311_TC07_t_119.wav,tenka,,0,,,,,,,,Hurry up. +475900 ,,,,,3271060,,,,,,,,,,,,,,,"I stay completely still to avoid stimulating my cock, and\nonce it shrinks, I put pressure on my bladder all at once." +476000 ,,,,,3271060,,主人公,Kiyoshi,,,,,,,,,,,,Nn... +476100 ,,,,,3271070,,,,,,,,,,,,,,,――Jojjojjojjo... (sound of urination) +476300 ,,,,,3271070,,甜花,Tenka,311_TC07_t_120.wav,tenka,,0,,,,,,,,Huh? ...Inside my stomach... it's warm...? +476400 ,,,,,3271070,,甜花,Tenka,311_TC07_t_121.wav,tenka,,0,,,,,,,,"Wait, are you...!" +476500 ,,,,,3271070,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe... How is it, Tenka-chan, my pee?" +476600 ,,,,,3271070,,甜花,Tenka,311_TC07_t_122.wav,tenka,,0,,,,,,,,"Eh!? N-no! Pull it out, pull it out quickly! Don't pee\ninside me!" +476700 ,,,,,3271070,,主人公,Kiyoshi,,,,,,,,,,,,"Ah~... I've been holding it in, so there's a lot coming out." +476800 ,,,,,3271070,,甜花,Tenka,311_TC07_t_123.wav,tenka,,0,,,,,,,,W-wait... oh no... my stomach... it's bloating! Ugh... I\nfeel sick. +476900 ,,,,,3271070,,,,,,,,,,,,,,,"It feels incredibly good for me. Peeing inside Tenka-chan...\nahh... this is bad, I might get hard again." +477000 ,,,,,3271070,,甜花,Tenka,311_TC07_t_124.wav,tenka,,0,,,,,,,,Uuuuuu! Nnguuu! Haa haa! Hafuuh! +477100 ,,,,,3271070,,主人公,Kiyoshi,,,,,,,,,,,,"Phew~... It's all out, Tenka-chan." +477200 ,,,,,3271070,,甜花,Tenka,311_TC07_t_125.wav,tenka,,0,,,,,,,,Uuuu... kuuuu... +477300 ,,,,,3271070,,主人公,Kiyoshi,,,,,,,,,,,,"What's wrong, Tenka-chan? Did you maybe start to enjoy my\npee?" +477400 ,,,,,3271070,,主人公,Kiyoshi,,,,,,,,,,,,"If so, then one more time..." +477500 ,,,,,3271070,,甜花,Tenka,311_TC07_t_126.wav,tenka,,0,,,,,,,,Ugh... sniff... sniff... waaaaaa! +477600 ,,,,,3271070,,,,,,,,,,,,,,,Huh? ...What? +477800 ,,,,,3271080,,甜花,Tenka,311_TC07_t_127.wav,tenka,,0,,,,,,,,Waaaaah! I'm not a toilet! +477900 ,,,,,3271080,,主人公,Kiyoshi,,,,,,,,,,,,"W-wait, Tenka-chan?" +478000 ,,,,,3271080,,甜花,Tenka,311_TC07_t_128.wav,tenka,,0,,,,,,,,Uwaaaa! The old man peed on me! +478100 ,,,,,3271080,,,,,,,,,,,,,,,Tears are streaming down Tenka-chan's face in large drops. +478200 ,,,,,3271080,,,,,,,,,,,,,,,Oh no! I went way too far! I made the usually strong Tenka-\nchan cry! +478300 ,,,,,3271080,,主人公,Kiyoshi,,,,,,,,,,,,"T-Tenka-chan, please stop crying!" +478400 ,,,,,3271080,,,,,,,,,,,,,,,"My cock has completely shrunk, and my pee is flowing out\nfrom the side." +478500 ,,,,,3271080,,甜花,Tenka,311_TC07_t_129.wav,tenka,,0,,,,,,,,Uwaaaaa... so much pee is coming out! +478600 ,,,,,3271080,,主人公,Kiyoshi,,,,,,,,,,,,I-I'm sorry! It was my fault! I'm really sorry! +478700 ,,,,,3271080,,甜花,Tenka,311_TC07_t_130.wav,tenka,,0,,,,,,,,I'm not a toilet... I'm your girlfriend! I'm an idol! +478800 ,,,,,3271080,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, I'm really, really sorry! That's not something\nyou do to your girlfriend!" +478900 ,,,,,3271080,,甜花,Tenka,311_TC07_t_131.wav,tenka,,0,,,,,,,,"Idiot! You're such an idiot, old man! Uwaaaaaa!" +479000 ,$event_return,,,,3271080,,,,,,,,,,,,,,, +479100 ,,,,,3271080,,主人公,Kiyoshi,,,,,,,,,,,,"Ahhhh, p-people will come, so please stop crying, I'm\nbegging you..." +479300 ,,,12,,,,甜花,Tenka,311_TC07_t_132.wav,tenka,,8,,,,,,,,Sniff... sniff... +479400 ,,,,,,,主人公,Kiyoshi,,tenka,,8,,,,,,,,I'm really sorry... +479500 ,,,,,,,甜花,Tenka,311_TC07_t_133.wav,tenka,,28,,,,,,,,...Hmph. +479600 ,,,,,,,主人公,Kiyoshi,,tenka,,28,,,,,,,,"Ah... I'm sorry. When I see Tenka-chan's cute face, I just\ncan't help it." +479700 ,,,,,,,主人公,Kiyoshi,,tenka,,28,,,,,,,,"I never thought of you as a toilet. If Tenka-chan leaves me,\nI'll never have a girlfriend again." +479800 ,,,,,,,甜花,Tenka,311_TC07_t_134.wav,tenka,,14,,,,,,,,Sniff... sniff... hic... you'll never do it again? +479900 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,I-I won't. At least not when Tenka-chan doesn't want it. +480000 ,,,,,,,甜花,Tenka,311_TC07_t_135.wav,tenka,,34,,,,,,,,"Hic... hic... then, it's fine." +480100 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,...Phew. +480200 ,,,,,,,甜花,Tenka,311_TC07_t_136.wav,tenka,,30,,,,,,,,"I-If you do it again, I definitely won't forgive you!" +480300 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"Yeah, yeah! So please stop crying now!" +480400 ,,,,,,,,,,tenka,,30,,,,,,,,"After that, it took quite a while to calm her down, and the\nstore opening was significantly delayed." +480500 ,,,,,,,,,,tenka,,30,,,,,,,,"...Well, it was entirely my fault." +480600 ,,,0,9000,,,,,,,,,,,,,,,, +480800 ,@312_TC08,,,,,,,,,,,,,,,,,,, +481100 ,,,5,21,,,千恵,Chie,312_TC08_c_000.wav,"komako,privateB",,1,"chie,private",,1,"tenka,privateC",,12,,"Onii-chan, the cleaning is done!" +481200 ,,,,,,,コマコ,Komako,312_TC08_k_000.wav,komako,,1,chie,,1,tenka,,12,,It's done! +481300 ,,,,,,,甜花,Tenka,312_TC08_t_000.wav,komako,,1,chie,,1,tenka,,12,,Phew... it's hot. +481400 ,,,,,,,主人公,Kiyoshi,,komako,,1,chie,,1,tenka,,12,,"Yeah, good job, all three of you. Make sure to drink some\nwater so you don't get heatstroke, okay?" +481500 ,,,,,,,千恵,Chie,312_TC08_c_001.wav,komako,,1,chie,,21,tenka,,12,,"Okay! Then, Chii-chan will bring the water." +481600 ,,,,,,,コマコ,Komako,312_TC08_k_001.wav,komako,,0,chie,,21,tenka,,12,,Ah... thank you. +481700 ,,,,,,,甜花,Tenka,312_TC08_t_001.wav,komako,,0,chie,,21,tenka,,32,,"Don't spill it, okay?" +481800 ,,,,,,,千恵,Chie,312_TC08_c_002.wav,komako,,0,chie,,25,tenka,,32,,I know! +481900 ,,,,,,,,,,komako,,0,,,,tenka,,32,,Chii-chan cheerfully went into the back of the store. +482000 ,,,,,,,,,,komako,,0,,,,tenka,,32,,"And then, those who remained were." +482100 ,,,,,,,コマコ,Komako,312_TC08_k_002.wav,komako,,0,,,,tenka,,0,,... +482200 ,,,,,,,甜花,Tenka,312_TC08_t_002.wav,komako,,0,,,,tenka,,0,,... +482300 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,tenka,,0,,... +482400 ,,,,,,,,,,komako,,0,,,,tenka,,0,,"Yes, the three who had that intimate lesson back then." +482500 ,,,,,,,,,,komako,,0,,,,tenka,,0,,Just when I thought it would get a bit awkward... +482600 ,,,,,,,コマコ,Komako,312_TC08_k_003.wav,komako,,22,,,,tenka,,0,,"Uncle, Tenka-chan... thank you for the other day." +482700 ,,,,,,,甜花,Tenka,312_TC08_t_003.wav,komako,,22,,,,tenka,,13,,The other day... +482800 ,,,,,,,,,,komako,,22,,,,tenka,,13,,Tenka-chan's face turned bright red. +482900 ,,,,,,,主人公,Kiyoshi,,komako,,22,,,,tenka,,13,,"Haha, you don't have to worry about me. It was Tenka-chan\nwho did her best." +483000 ,,,,,,,コマコ,Komako,312_TC08_k_004.wav,komako,,21,,,,tenka,,13,,Yeah. +483100 ,,,,,,,コマコ,Komako,312_TC08_k_005.wav,komako,,20,,,,tenka,,13,,"Thank you, Tenka-chan." +483200 ,,,,,,,甜花,Tenka,312_TC08_t_004.wav,komako,,20,,,,tenka,,16,,"N-No, I just did what was natural as a senpai." +483300 ,,,,,,,甜花,Tenka,312_TC08_t_005.wav,komako,,20,,,,tenka,,16,,"So, you don't have to worry about it." +483400 ,,,,,,,コマコ,Komako,312_TC08_k_006.wav,komako,,21,,,,tenka,,16,,"Yeah, thank you." +483500 ,,,,,,,甜花,Tenka,312_TC08_t_006.wav,komako,,21,,,,tenka,,31,,I-I'm telling you! +483600 ,,,,,,,,,,komako,,21,,,,tenka,,31,,The slightly awkward conversation made me smile\nunintentionally. +483700 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,tenka,,31,,"If you're still worried, do you want to try it again with\nTenka-chan?" +483800 ,,,,,,,甜花,Tenka,312_TC08_t_007.wav,komako,,21,,,,tenka,,22,,Eh!? B-But... if Komako is really worried... +483900 ,,,,,,,コマコ,Komako,312_TC08_k_007.wav,komako,,23,,,,tenka,,22,,"No, it's okay. I mostly understood from last time." +484000 ,,,,,,,甜花,Tenka,312_TC08_t_008.wav,komako,,23,,,,tenka,,33,,I-I see... +484100 ,,,,,,,,,,komako,,23,,,,tenka,,33,,Tenka-chan's voice sounded a bit disappointed. +484200 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,tenka,,33,,"Well then, I'll be cheering for you, Komako- chan." +484300 ,,,,,,,コマコ,Komako,312_TC08_k_008.wav,komako,,1,,,,tenka,,33,,"Yeah... Uncle and Tenka-chan, get along well too." +484400 ,,,,,,,甜花,Tenka,312_TC08_t_009.wav,komako,,1,,,,tenka,,1,,Y-Yeah. +484500 ,,,,,,,千恵,Chie,312_TC08_c_003.wav,,,,chie,,1,,,,,Sorry for the wait! I brought some for everyone! +484600 ,,"",,,,,,,,,,,chie,,4,,,,, +484700 ,,"",,,,,千恵,Chie,312_TC08_c_004.wav,,,,chie,,4,,,,,--Whoa! +484800 ,,,,,,,甜花,Tenka,312_TC08_t_010.wav,,,,chie,,4,tenka,,10,,Kya! C-Chie~~! I told you not to spill it! +484900 ,,,,,,,千恵,Chie,312_TC08_c_005.wav,,,,chie,,13,tenka,,10,,"Sorry, Tenka-chan! B-But... it's so hot, it'll dry quickly!" +485000 ,,,,,,,甜花,Tenka,312_TC08_t_011.wav,,,,chie,,13,tenka,,30,,That's not the point! +485100 ,,,,,,,,,,,,,,,,,,,,"As they were having this exchange, Komako- chan took out a\nhandkerchief," +485200 ,,,,,,,コマコ,Komako,312_TC08_k_009.wav,komako,,3,,,,,,,,Tenka-chan... let me wipe it for you. +485300 ,,,,,,,甜花,Tenka,312_TC08_t_012.wav,komako,,3,,,,tenka,,0,,Ah... thank you. +485400 ,,,,,,,,,,,,,,,,,,,,"Yeah, yeah, these two are getting along well." +485500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Ah... by the way. +485600 ,,,,,,,千恵@コマコ@甜花,Three People,312_TC08_c_005a@312_TC08_k_009a@312_TC08_t_012a.wav,,,,,,,,,,,? +485700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, you three, but I actually have to go out for a\ndelivery today. I'll be leaving the store for a bit." +485800 ,,,,,,,千恵,Chie,312_TC08_c_006.wav,komako,,0,chie,,0,tenka,,3,,"Okay, got it." +485900 ,,,,,,,甜花,Tenka,312_TC08_t_013.wav,komako,,0,chie,,0,tenka,,3,,Are we going to run the store by ourselves? +486000 ,,,,,,,コマコ,Komako,312_TC08_k_010.wav,komako,,34,chie,,0,tenka,,3,,Can we do it? +486100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"No, no, that's too dangerous, so it's fine." +486200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I'll hang a sign that says 'I'll be back soon,' so you three\ncan take a nap in the back." +486300 ,,,,,,,,,,,,,,,,,,,,"This is the countryside, so there's no one who would steal\nanything." +486400 ,,,,,,,,,,,,,,,,,,,,"There have been a few times like this, but most people leave\nmoney at the register even when I'm not around." +486500 ,,,,,,,,,,,,,,,,,,,,"And, well, since it's boring, they wait for me to come back." +486600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"So, I'm going out for a delivery, okay?" +486700 ,,,,,,,千恵,Chie,312_TC08_c_007.wav,,,,chie,,1,,,,,"Yeah, got it." +486800 ,,,,,,,コマコ,Komako,312_TC08_k_011.wav,komako,,1,,,,,,,,Take care. +486900 ,,,,,,,甜花,Tenka,312_TC08_t_014.wav,,,,,,,tenka,,1,,Be careful. +487000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then I'm counting on you." +487300 ,,,6,121,,,主人公,Kiyoshi,,,,,,,,,,,,Thank you very much. +487400 ,,,,,,,,,,,,,,,,,,,,I hand over two cartons of cigarettes to a lady living\nnearby and receive the payment. +487500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, this is the last delivery, so I guess I'll head back\nto the store." +487600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Still, I can't believe that lady smokes these." +487700 ,,,,,,,,,,,,,,,,,,,,What she ordered was incredibly strong cigarettes. +487800 ,,,,,,,,,,,,,,,,,,,,"I don't know why, but country ladies and grandmas tend to\nsmoke really strong cigarettes." +487900 ,,,,,,,,,,,,,,,,,,,,...Maybe it's just my own bias. +488100 ,,,,11,,,主人公,Kiyoshi,,,,,,,,,,,,"Now, I wonder if everyone is sleeping like good kids." +488200 ,,,,,,,,,,,,,,,,,,,,I hope they haven't been eating the store's goods without\npermission... +488400 ,,,,21,,,甜花,Tenka,312_TC08_t_015.wav,,,,,,,tenka,,3,,... +488500 ,,,,,,,,,,,,,,,,tenka,,3,,...Huh? Only Tenka-chan is outside the room. +488600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"Tenka-chan, what are you doing――" +488700 ,,,,,,,甜花,Tenka,312_TC08_t_016.wav,,,,,,,"tenkaL,privateC",,4,,"――!? O-ojisan, shh!" +488800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,4,,...? +488900 ,,,,,,,,,,,,,,,,tenkaL,,4,,Why is she telling me to shh? +489000 ,,,,,,,,,,,,,,,,tenkaL,,4,,"Without making a sound, I quietly approached Tenka-chan." +489100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,4,,...What's going on? +489200 ,,,,,,,甜花,Tenka,312_TC08_t_017.wav,,,,,,,tenkaL,,33,,"Uh, um... Komako is..." +489300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,33,,Huh? Komako-chan is... doing what? +489400 ,,,,,,,,,,,,,,,,,,,,"I wondered what she meant, and then..." +489600 ,,,,,,,コマコ,Komako,312_TC08_k_012.wav,,,,,,,,,,,Chii-chan... does it feel good? +489700 ,,,,,,,千恵,Chie,312_TC08_c_008.wav,,,,,,,,,,,Ah... Koma-chan... there... it feels weird. +489800 ,,,15,,,,,,,,,,,,,,,,,---!? +489900 ,,,,,,,,,,,,,,,,,,,,"Komako-chan, wearing a strap-on, was on top of Chii-chan." +490000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Eh? Eh? Could it be... Komako-chan is doing that to Chii-\nchan!? +490200 ,,,,,,,甜花,Tenka,312_TC08_t_018.wav,,,,,,,tenka,,14,,"Y-yeah. Komako consulted me, and after that, I left the room\ntoo." +490300 ,,,,,,,甜花,Tenka,312_TC08_t_019.wav,,,,,,,tenka,,12,,And when I peeked in a little... +490400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,They started doing something naughty? +490500 ,,,,,,,甜花,Tenka,312_TC08_t_020.wav,,,,,,,tenka,,13,,Y-yeah. +490600 ,,,,,,,,,,,,,,,,tenka,,13,,"Tenka-chan gulped and was on all fours, peeking through the\ngap in the sliding door." +490800 ,,,,,,,コマコ,Komako,312_TC08_k_013.wav,,,,,,,,,,,This here is called the clitoris... it's a place that feels\ngood. +490900 ,,,,,,,千恵,Chie,312_TC08_c_009.wav,,,,,,,,,,,Uuu! When you pinch it... nnn! +491100 ,,,,,,,甜花,Tenka,312_TC08_t_021.wav,,,,,,,tenka,,6,,W-wow... +491200 ,,,,,,,,,,,,,,,,tenka,,6,,"Watching that, her crotch area was fidgeting frequently." +491300 ,,,,,,,,,,,,,,,,tenka,,6,,...Could this be? +491400 ,,,,,,,,,,,,,,,,tenka,,6,,I quietly reached out to Tenka-chan's skirt so she wouldn't\nnotice. +491500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,6,,Wow... +491600 ,,,,,,,,,,,,,,,,tenka,,6,,Her cute panties were soaked because of her love juices. +491700 ,,,,,,,,,,,,,,,,tenka,,6,,"Well, it could just be the pattern, but I have to touch and\nconfirm." +491800 ,,,,,,,,,,,,,,,,tenka,,6,,――squelch +491900 ,,,,,,,甜花,Tenka,312_TC08_t_022.wav,,,,,,,tenkaL,,4,,Hyan!? +492000 ,,,,,,,,,,,,,,,,tenkaL,,2,,"With a wet sound, Tenka-chan let out a very lewd voice." +492100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,2,,"Tenka-chan, shh!" +492200 ,,,,,,,甜花,Tenka,312_TC08_t_023.wav,,,,,,,tenkaL,,31,,"Shh! It's your fault, mister! What are you doing all of a\nsudden!? I ended up making a sound!" +492300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,"Well, watching those two being naughty, I thought Tenka-chan\nmight be getting excited too." +492400 ,,,,,,,甜花,Tenka,312_TC08_t_024.wav,,,,,,,tenkaL,,11,,I-I'm not! +492500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,11,,"But your panties were wet, weren't they?" +492600 ,,,,,,,甜花,Tenka,312_TC08_t_025.wav,,,,,,,tenkaL,,31,,B-but that's not it! +492700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,"It's okay, you don't have to hide it. Even I got excited\nwatching those two, it's normal." +492800 ,,,,,,,甜花,Tenka,312_TC08_t_026.wav,,,,,,,tenkaL,,11,,"You get excited over anything, mister!" +492900 ,,,,,,,,,,,,,,,,tenkaL,,11,,...So that's what Tenka-chan thinks of me... +493000 ,,,,,,,,,,,,,,,,tenkaL,,11,,"Well, she's mostly right." +493100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,11,,"Tenka-chan, you're feeling naughty too, right? Let's just do\nit?" +493200 ,,,,,,,甜花,Tenka,312_TC08_t_027.wav,,,,,,,tenkaL,,16,,"N-no... not now, mister." +493300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,16,,"It's okay, they're both too caught up in their own thing." +493400 ,,,,,,,甜花,Tenka,312_TC08_t_028.wav,,,,,,,tenkaL,,26,,"Hey, mister... stop it." +493500 ,,,,,,,,,,,,,,,,tenkaL,,26,,"I lean over Tenka-chan, pinning her down so she can't move." +493600 ,,,,,,,甜花,Tenka,312_TC08_t_029.wav,,,,,,,tenkaL,,31,,M-mister!? What are you doing!? +493700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,"Shh! If you're not quiet, we'll get caught." +493800 ,,,,,,,甜花,Tenka,312_TC08_t_030.wav,,,,,,,tenkaL,,26,,Ah... +493900 ,,,,,,,,,,,,,,,,tenkaL,,26,,"Tenka-chan hurriedly covers her mouth to keep her voice from\nescaping. It's such a cute, childlike gesture." +494000 ,*mem,,,,,,,,,,,,,,,,,,, +494100 ,,,15,21,,,甜花,Tenka,312_TC08_t_031.wav,,,,,,,"tenkaL,privateC",,6,,Mister... what are you doing...? +494200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,6,,Hmm? Could you spread your legs a little...? +494300 ,,,,,,,甜花,Tenka,312_TC08_t_032.wav,,,,,,,tenkaL,,26,,Huh? +494400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,26,,"Watching those two get it on, I couldn't hold back anymore." +494500 ,,,,,,,甜花,Tenka,312_TC08_t_033.wav,,,,,,,tenkaL,,13,,"Eh!? M-mister, are you really..." +494600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,13,,Shall we just do it like this? +494700 ,,,,,,,甜花,Tenka,312_TC08_t_034.wav,,,,,,,tenkaL,,13,,No way! We'll definitely get caught! +494800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,13,,"But, isn't Tenka-chan feeling like she wants to as well?" +494900 ,,,,,,,甜花,Tenka,312_TC08_t_035.wav,,,,,,,tenkaL,,33,,T-that's not... +495000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,33,,Ah... it looks like Chi-chan is having a dick inside her for\nthe first time. +495100 ,,,,,,,甜花,Tenka,312_TC08_t_036.wav,,,,,,,tenkaL,,16,,Huh? +495200 ,,,,,,,,,,,,,,,,tenkaL,,16,,"While we were having this exchange, I took my cock out of my\npants." +495300 ,,,,,,,,,,,,,,,,tenkaL,,16,,Then I pressed my cock against Tenka-chan's slit. +495400 ,,,,,,,,,,,,,,,,tenkaL,,16,,--squelch. +495500 ,,,,,,,甜花,Tenka,312_TC08_t_037.wav,,,,,,,tenkaL,,6,,Nngh. +495600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,6,,"See, you're wet after all, aren't you? Did you get excited\nwatching those two being naughty?" +495700 ,,,,,,,甜花,Tenka,312_TC08_t_038.wav,,,,,,,tenkaL,,31,,T-this is... +495800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,"Ah, Tenka-chan. It looks like Komako-chan is finally\ninserting it? Oh, she's rushing... it looks painful." +495900 ,,,,,,,甜花,Tenka,312_TC08_t_039.wav,,,,,,,tenkaL,,33,,Ah... Chi... she's crying a little. +496000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,33,,It would be better if they did it more like this. +496100 ,,,,,,,甜花,Tenka,312_TC08_t_040.wav,,,,,,,tenkaL,,13,,...Huh? +496200 ,,,,,,,,,,,,,,,,tenkaL,,13,,"Before Tenka-chan could speak, I slowly twisted my cock into\nher hot pussy." +496400 ,,,10,,3280000,,甜花,Tenka,312_TC08_t_041.wav,tenka,,0,,,,,,,,"Nngh... Ah, ha... Nnngh." +496500 ,,,,,3280000,,,,,,,,,,,,,,,"The entrance of her vagina spread to the shape of the glans,\nswallowing it with a slurp." +496600 ,,,,,3280000,,甜花,Tenka,312_TC08_t_042.wav,tenka,,0,,,,,,,,"Ha... Nngh, ah... The old man's... inside... Nnngh. Even\nthough I said no, ah, ha, ha, ha... Nngh." +496700 ,,,,,3280000,,,,,,,,,,,,,,,My cock gradually pushed open her soft pussy. +496800 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,It would have been better to wait for it to go in naturally\nlike this. +496900 ,,,,,3280000,,甜花,Tenka,312_TC08_t_043.wav,tenka,,0,,,,,,,,Nngh... It wasn't natural... the old man put it in\nsuddenly... +497000 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,But they both look so happy and innocent. When we did it for\nthe first time... +497100 ,,,,,3280000,,主人公,Kiyoshi,,tenka,,0,,,,,,,,...It wasn't like that. +497200 ,,,,,3280000,,甜花,Tenka,312_TC08_t_045.wav,tenka,,0,,,,,,,,"It's your fault, old man!" +497300 ,,,,,3280000,,,,,,,,,,,,,,,My first time with Tenka-chan was forced anal. Her virginity\nwas broadcasted. +497400 ,,,,,3280000,,甜花,Tenka,312_TC08_t_046.wav,tenka,,0,,,,,,,,I was scared... my butt hurt... and everyone saw my first\ntime... it was embarrassing! +497500 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,"But Tenka-chan, you like being watched, don't you?" +497600 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan looked like she was in pain, but Tenka-chan seemed\nto be feeling good, right?" +497700 ,,,,,3280000,,甜花,Tenka,312_TC08_t_047.wav,tenka,,0,,,,,,,,"Ugh, uuu~~~" +497800 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,"You got turned on being watched by so many people, didn't\nyou? It's good that it didn't hurt." +497900 ,,,,,3280000,,甜花,Tenka,312_TC08_t_048.wav,tenka,,0,,,,,,,,~~~~~! I don't know! +498000 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, sorry! Instead, I'll make you feel good from now on." +498100 ,,,,,3280000,,甜花,Tenka,312_TC08_t_049.wav,tenka,,0,,,,,,,,"Ah, hah!? I-It's fine, old man! Really... they'll find out!" +498200 ,,,,,3280000,,,,,,,,,,,,,,,I slowly pushed my cock deeper inside. +498300 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, ngh. Just a little more... just a little more and it'll\nbe all the way in." +498400 ,,,,,3280000,,甜花,Tenka,312_TC08_t_050.wav,tenka,,0,,,,,,,,"Listen, old ma... ngh!?" +498500 ,,,,,3280000,,,,,,,,,,,,,,,My hips bumped against Tenka-chan's butt. +498600 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,"...It's all in, you know?" +498700 ,,,,,3280000,,甜花,Tenka,312_TC08_t_051.wav,tenka,,0,,,,,,,,Huuu. ...Nngh! +498800 ,,,,,3280000,,,,,,,,,,,,,,,"Tenka-chan tried to escape from under me, but I moved my\nhips to follow her." +498900 ,,,,,3280010,,甜花,Tenka,312_TC08_t_052.wav,tenka,,0,,,,,,,,Huh. Ngh!? +499000 ,,,,,3280010,,,,,,,,,,,,,,,"Stimulated by the pursuing cock, Tenka-chan's shoulders\ntrembled slightly." +499100 ,,,,,3280010,,,,,,,,,,,,,,,"And to prevent her from escaping, I grabbed her body. That\nplace was..." +499300 ,,,,,3280010,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan's breasts are so erotic. +499400 ,,,,,3280010,,,,,,,,,,,,,,,Around her breasts. And then I pinched her nipples. +499500 ,,,,,3280010,,甜花,Tenka,312_TC08_t_053.wav,tenka,,0,,,,,,,,"No! O-Old man, don't touch the tips!" +499600 ,,,,,3280010,,,,,,,,,,,,,,,"Pinching and pulling, her nipples changed shape with the\nmovement of my fingers." +499700 ,,,,,3280010,,甜花,Tenka,312_TC08_t_054.wav,tenka,,0,,,,,,,,"Hah, ha... Huh, huh... Nngh. Hah, hah... No." +499800 ,,,,,3280010,,,,,,,,,,,,,,,"As I continued to fondle her eagerly, Tenka- chan's\nbreathing became ragged." +499900 ,,,,,3280010,,甜花,Tenka,312_TC08_t_055.wav,tenka,,0,,,,,,,,"If you touch me so much, hah, hah... Nngh. I'll..." +500000 ,,,,,3280010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan's breasts might get all perky, you know? Does it\nfeel good?" +500100 ,,,,,3280010,,甜花,Tenka,312_TC08_t_056.wav,tenka,,0,,,,,,,,"Nngh, kuh, ah, hah, hah... That's not..." +500200 ,,,,,3280010,,,,,,,,,,,,,,,"I continued to stimulate her, gently kneading and rubbing." +500300 ,,,,,3280010,,甜花,Tenka,312_TC08_t_057.wav,tenka,,0,,,,,,,,"Nn... Hoo. Nngh... I'll make noise, so... stop it." +500400 ,,,,,3280010,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, look. Chie-chan and Komako-chan seem to be feeling good.\nHow about you, Tenka-chan?" +500500 ,,,,,3280010,,甜花,Tenka,312_TC08_t_058.wav,tenka,,0,,,,,,,,I-I don't know about that! +500600 ,,,,,3280010,,,,,,,,,,,,,,,The moment I pinched both of her nipples tightly. +500700 ,,,,,3280010,,甜花,Tenka,312_TC08_t_059.wav,tenka,,0,,,,,,,,Nngh! +500800 ,,,,,3280010,,,,,,,,,,,,,,,She convulsed slightly as if trying to escape. +500900 ,,,,,3280010,,甜花,Tenka,312_TC08_t_060.wav,tenka,,0,,,,,,,,"Ah... Nngh, huh. Nngh... My breasts... no." +501000 ,,,,,3280010,,,,,,,,,,,,,,,She trembled slightly in small movements. Is this reaction\nbecause she's starting to feel good? +501100 ,,,,,3280010,,主人公,Kiyoshi,,,,,,,,,,,,What's wrong? Did it hurt? +501200 ,,,,,3280010,,甜花,Tenka,312_TC08_t_061.wav,tenka,,0,,,,,,,,Eh? ...Um. +501300 ,,,,,3280010,,,,,,,,,,,,,,,"She placed her hand over her cute mouth. ...I see, she's\ntrying to hold back her voice." +501400 ,,,,,3280010,,,,,,,,,,,,,,,In that case... +501500 ,,,,,3280010,,,,,,,,,,,,,,,"I rubbed her nipples with my thumb and forefinger, shush-\nshush." +501700 ,,,,,3280020,,甜花,Tenka,312_TC08_t_062.wav,tenka,,0,,,,,,,,"Hyah! No... W-Wait a minute... Hah, old man. Hold on..." +501800 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,I can't wait. +501900 ,,,,,3280020,,甜花,Tenka,312_TC08_t_063.wav,tenka,,0,,,,,,,,"No way... Ah, nngh. Hah... Hah, stop..." +502000 ,,,,,3280020,,,,,,,,,,,,,,,"After a few strokes, her voice started to sound more\nsensual." +502100 ,,,,,3280020,,甜花,Tenka,312_TC08_t_064.wav,tenka,,0,,,,,,,,"Ah... Nngh, hyah, hah." +502200 ,,,,,3280020,,,,,,,,,,,,,,,"Her nipples swelled up, becoming hard and firm." +502300 ,,,,,3280020,,,,,,,,,,,,,,,"On her small chest, the pink protrusions stood out as if\nasserting themselves." +502400 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan. Do your nipples feel good? +502500 ,,,,,3280020,,甜花,Tenka,312_TC08_t_065.wav,tenka,,0,,,,,,,,N-No. It's not like that... Hyah?! +502600 ,,,,,3280020,,,,,,,,,,,,,,,I continued to stimulate her by rotating my fingertips\naround them. +502700 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"Your nipples have gotten all hard, haven't they?" +502800 ,,,,,3280030,,甜花,Tenka,312_TC08_t_066.wav,tenka,,0,,,,,,,,"T-That's... Nngh. Hah... Ah. ...Well, anyone would if\nthey're teased..." +502900 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"But isn't your mouth letting out some naughty sounds, Tenka-\nchan?" +503000 ,,,,,3280030,,甜花,Tenka,312_TC08_t_067.wav,tenka,,0,,,,,,,,Eh? Ah... +503100 ,,,,,3280030,,甜花,Tenka,312_TC08_t_068.wav,tenka,,0,,,,,,,,~~~~~~~~~~~~~~~~~ +503200 ,,,,,3280030,,,,,,,,,,,,,,,"Tenka-chan placed her hand over her mouth, letting out a\ngroan." +503300 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? Are you worried about making noise now? They've\nprobably already heard you. +503400 ,,,,,3280020,,甜花,Tenka,312_TC08_t_069.wav,tenka,,0,,,,,,,,...That's not true. The two of them haven't noticed us. +503500 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"Well, even if those two find out, it's fine. So don't hold\nback and just feel it." +503600 ,,,,,3280020,,甜花,Tenka,312_TC08_t_070.wav,tenka,,0,,,,,,,,"Hah, nngh, hah. I'm not... holding back... at all." +503700 ,,,,,3280020,,,,,,,,,,,,,,,"Hmm, Tenka-chan's defiant and slightly rebellious side is\nreally charming." +503800 ,,,,,3280020,,,,,,,,,,,,,,,"When it comes to this, I really want to make her say it\nfeels good." +503900 ,,,,,3280020,,,,,,,,,,,,,,,"I slowly pull my hips back. The ridge of my cock rubs\nagainst her folds, sending pleasure through me." +504100 ,,,,,3280030,,甜花,Tenka,312_TC08_t_071.wav,tenka,,0,,,,,,,,"Ah, hah... Ugh, when your cock pulls out... ah, it\ncatches... hah hah hah..." +504200 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,I'll put it back in. +504300 ,,,,,3280030,,,,,,,,,,,,,,,"I pull out until just below the head, then slowly push back\nin." +504400 ,,,,,3280030,,甜花,Tenka,312_TC08_t_072.wav,tenka,,0,,,,,,,,"Nngh! Ah, hah... nngh! Ah, hah... nngh. Ah, hah! Nngh!" +504500 ,,,,,3280030,,,,,,,,,,,,,,,"Little by little, she's starting to let out sounds of\npleasure." +504600 ,,,,,3280030,,,,,,,,,,,,,,,I gradually increase the pace of my thrusts. +504700 ,,,,,3280020,,甜花,Tenka,312_TC08_t_073.wav,tenka,,0,,,,,,,,"Hngh!? Ah... hah... nngh, hah hah... ah... my, my voice...\nno!" +504800 ,,,,,3280020,,,,,,,,,,,,,,,"As I keep thrusting, her pussy contracts irregularly,\nsqueezing my cock tightly." +504900 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh. Ah, hah... Tenka-chan, I wonder if Chie-chan is feeling\nthe same way right now?" +505000 ,,,,,3280020,,甜花,Tenka,312_TC08_t_074.wav,tenka,,0,,,,,,,,I-I don't know! +505100 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"You can't say you don't know, right? You were also taken by\nKomako-chan's cock, weren't you?" +505200 ,,,,,3280030,,甜花,Tenka,312_TC08_t_075.wav,tenka,,0,,,,,,,,"Ugh... ugh... hah! Y-Yeah, but" +505300 ,,,,,3280030,,甜花,Tenka,312_TC08_t_076.wav,tenka,,0,,,,,,,,"Kuhhh! Ah, hah... Nngh. B-But... your's feels better... so\nChie might not be feeling it." +505400 ,,,,,3280030,,,,,,,,,,,,,,,Oh! That's a nice thing to say! +505500 ,,,,,3280030,,,,,,,,,,,,,,,"Well, if my technique lost to a girl's first time with a\ntoy, that would be pretty embarrassing." +505600 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Then Tenka-chan, I'll make sure you feel it properly, okay?" +505700 ,,,,,3280030,,甜花,Tenka,312_TC08_t_077.wav,tenka,,0,,,,,,,,"T-That's why, mister... if the two of them find out... Nngh!" +505800 ,,,,,3280030,,,,,,,,,,,,,,,"I thrust hard, making a slapping sound as Tenka-chan's butt\nchanges shape." +505900 ,,,,,3280030,,甜花,Tenka,312_TC08_t_078.wav,tenka,,0,,,,,,,,"Ahh! Hah... ahh. Ooh, nngh!" +506000 ,,,,,3280030,,,,,,,,,,,,,,,Tenka-chan's back shivers and trembles. +506100 ,,,,,3280030,,甜花,Tenka,312_TC08_t_079.wav,tenka,,0,,,,,,,,"Hic, ahh... nngh! Ah, hah, nngh! My voice... it's coming\nout, fiii!" +506200 ,,,,,3280030,,,,,,,,,,,,,,,"With a thrusting motion, I repeatedly pierce with my cock,\nfocusing on her undulating butt." +506300 ,,,,,3280030,,甜花,Tenka,312_TC08_t_080.wav,tenka,,0,,,,,,,,"Ah, hah... even though I don't want to, a w-weird voice\nis... Ugh, ah... ahn! Ahhh!" +506400 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"It feels good, doesn't it?" +506500 ,,,,,3280030,,甜花,Tenka,312_TC08_t_081.wav,tenka,,0,,,,,,,,"Ah, kuh, ahh, fuah, ahn! Your's, mister! I'm... with my\npussy... fua!" +506600 ,,,,,3280030,,,,,,,,,,,,,,,"Drawn in by Tenka-chan's erotic voice, I also start moving\nmy hips roughly." +506700 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, nngh! Even if you don't make a sound, those lewd noises\nmight be heard." +506800 ,,,,,3280030,,,,,,,,,,,,,,,"A dry sound echoes as I hit her butt, and a sticky sound\ncomes from her pussy." +506900 ,,,,,3280020,,甜花,Tenka,312_TC08_t_082.wav,tenka,,0,,,,,,,,"Ah, hah... ahhh, ...fuah. Fuaaa! Ah, ahh! It's being\nheard... nngh!" +507000 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"See, if they hear you, next time Chie-chan might see you\ntoo. 'What are you doing, Tenka-chan?'" +507100 ,,,,,3280020,,甜花,Tenka,312_TC08_t_083.wav,tenka,,0,,,,,,,,Hic! Even Chie!? +507200 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"Then next time, let's show Chie-chan the good spots too,\nokay?" +507300 ,,,,,3280030,,甜花,Tenka,312_TC08_t_084.wav,tenka,,0,,,,,,,,Ah... ahh!? Uuuuu~~~~ +507400 ,,,,,3280030,,,,,,,,,,,,,,,"Tenka-chan trembles several times, squeezing my cock\ntightly." +507500 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Kuh. Ah! It's getting really tight. It feels good. +507600 ,,,,,3280030,,,,,,,,,,,,,,,Did the switch for wanting to be seen get flipped? +507700 ,,,,,3280030,,,,,,,,,,,,,,,"Tenka-chan starts shaking her head side to side like a drum,\nher hair flying wildly." +507800 ,,,,,3280030,,甜花,Tenka,312_TC08_t_085.wav,tenka,,0,,,,,,,,"Hiiiaaaahhh! Mister... it's getting more! Feels good! Hafu!\nHyah! Mister's... ah, hah, ahhhhhhh!" +507900 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Kuh... Ah, whoa!" +508000 ,,,,,3280030,,甜花,Tenka,312_TC08_t_086.wav,tenka,,0,,,,,,,,"Ah... Nn, nn, ah, hah, hah... Mister's... It's starting to\nfeel good... I'm making... such sounds." +508100 ,,,,,3280020,,甜花,Tenka,312_TC08_t_087.wav,tenka,,0,,,,,,,,"Hiiyaah! Ah, ahhh! Nooo! Ahh! Ah, fuaaa... No! No! Ah, ah,\nah. I'm making weird sounds..." +508200 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay to let it out, come on." +508300 ,,,,,3280020,,甜花,Tenka,312_TC08_t_088.wav,tenka,,0,,,,,,,,"Hah, noooo! Chie and Komako will hear me. No, ahhh!" +508400 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, you're friends who share embarrassing moments,\nright?" +508500 ,,,,,3280020,,甜花,Tenka,312_TC08_t_089.wav,tenka,,0,,,,,,,,"Ah, no, no. Nooo. Re... Really? Ahh! Mister... Ah, hah,\nfuaa!" +508600 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, it's okay to feel good. It's alright, okay? Come\non, let your voice out more." +508700 ,,,,,3280030,,甜花,Tenka,312_TC08_t_090.wav,tenka,,0,,,,,,,,"Hiu, hah, ahh, nn, ah, really? Is it really okay?" +508800 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. Come on, I'll take care of it, so just feel it\nproperly." +508900 ,,,,,3280030,,甜花,Tenka,312_TC08_t_091.wav,tenka,,0,,,,,,,,Y-yeah... yeah! +509000 ,,,,,3280030,,,,,,,,,,,,,,,Tenka-chan pulls her hips back in sync with my movements. +509100 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Nnngh! +509200 ,,,,,3280030,,甜花,Tenka,312_TC08_t_092.wav,tenka,,0,,,,,,,,"Ah, hah, ahhh, ugh, ahh! Even though it's embarrassing! My\nvoice... ah, hah hah hah, won't stop! Fuaaaaah!" +509300 ,,,,,3280030,,,,,,,,,,,,,,,"Tenka-chan moves her hips eagerly, seeking my cock." +509400 ,,,,,3280030,,甜花,Tenka,312_TC08_t_093.wav,tenka,,0,,,,,,,,"Ahh! Ahh, ah, hah... it feels good! Mister! Mister! Mister!!" +509500 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Kuh. Hah, hah... It feels good for me too, Tenka-chan!" +509600 ,,,,,3280030,,,,,,,,,,,,,,,--Pachun --Pachun +509700 ,,,,,3280030,,,,,,,,,,,,,,,The sound of water grows louder in sync with our hip\nmovements. +509800 ,,,,,3280030,,,,,,,,,,,,,,,"The moment our butts and thighs separate, Tenka-chan's love\njuices and my pre-cum form strings between us." +509900 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Wow... what a lewd sight. Look, look, there's so much\nnaughty juice." +510000 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Oh dear... Tenka-chan is producing more naughty juice than\nChie-chan, isn't she?" +510100 ,,,,,3280020,,甜花,Tenka,312_TC08_t_094.wav,tenka,,0,,,,,,,,Huun! No... don't say that! It's embarrassing! Nnfu! Nn!\nNnnnn! +510200 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,Hmm! It makes me want to try putting it in a dry pussy like\nthat. +510300 ,,,,,3280020,,甜花,Tenka,312_TC08_t_095.wav,tenka,,0,,,,,,,,Eh!? +510400 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"And look, Chie-chan isn't making as loud noises as Tenka-\nchan, and she's not moving her hips on her own either." +510500 ,,,,,3280030,,甜花,Tenka,312_TC08_t_096.wav,tenka,,0,,,,,,,,N-nooo! Stop saying weird things! It's not because I'm\nlewd... +510600 ,,,,,3280030,,甜花,Tenka,312_TC08_t_097.wav,tenka,,0,,,,,,,,"Nya! Hah! It's because you're good at being lewd, mister!\nAh! Ahh!" +510700 ,,,,,3280030,,甜花,Tenka,312_TC08_t_098.wav,tenka,,0,,,,,,,,"A-and, fuwaa!? Nnku, because I'm your girlfriend, mister...\nI'll satisfy you... so no being lewd with other girls... nn!" +510800 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,I-is that so... nngh! +510900 ,,,,,3280030,,,,,,,,,,,,,,,"Unexpectedly flattered by her words and affection, I\ncouldn't help but smile." +511000 ,,,,,3280030,,,,,,,,,,,,,,,"I see... I'm good at being lewd, and I'm her boyfriend who\nsatisfies her... then I'll live up to those expectations." +511100 ,,,,,3280030,,,,,,,,,,,,,,,I moved my hips in sync with Tenka-chan's movements. +511200 ,,,,,3280030,,甜花,Tenka,312_TC08_t_099.wav,tenka,,0,,,,,,,,Nn!? Ahh! You're hitting a different spot! +511300 ,,,,,3280030,,甜花,Tenka,312_TC08_t_100.wav,tenka,,0,,,,,,,,"Hii, hah, nn, ah! Nnfu, nnnn! Mister, it feels so good! I\ncan feel yours twitching... nn. I-I can tell." +511400 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Huff, huff, huff!" +511500 ,,,,,3280030,,,,,,,,,,,,,,,"Our breathing became erratic to the limit, and we fiercely\ncollided with each other's pleasurable spots. Each time, the\nliquid overflowed from her pussy and splattered." +511600 ,,,,,3280030,,,,,,,,,,,,,,,"Tenka-chan also pressed her hips eagerly, as if begging." +511700 ,,,,,3280030,,,,,,,,,,,,,,,Wow. I can't believe Tenka-chan is doing something like this\nfor me... +511800 ,,,,,3280030,,甜花,Tenka,312_TC08_t_101.wav,tenka,,0,,,,,,,,"Hyah! I'm cumming! Fuyaaah! Nn, ahhhh! Ah, I'm! Hic! Nn,\nhic! I'm about to cum! No! Ah!" +511900 ,,,,,3280030,,,,,,,,,,,,,,,Tenka-chan's pussy tightened so strongly that it was almost\nimpossible to move my cock. +512000 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa! Ah, I'm also... nn!" +512100 ,,,,,3280030,,,,,,,,,,,,,,,A tingling sensation surged up from the area between my anus\nand scrotum. +512200 ,,,,,3280030,,甜花,Tenka,312_TC08_t_102.wav,tenka,,0,,,,,,,,"Yaaah! I'm gonna... cum! Ah, I'm... Ah, ahhhhhhhhhhhhhh!" +512300 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Nn, me too! I'm going to... cum! Nnnn!" +512400 ,,,,,3280030,,,,,,,,,,,,,,,"When I glanced at Chie-chan and the others, they were also\nmoaning, drooling, and convulsing all over." +512500 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm cumming! Let's all go together, all four of us!" +512600 ,,,,,3280030,,,,,,,,,,,,,,,"My glans swelled, pumping up the semen like a pump." +512700 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Nn. I'm cumming. +512800 ,,,,,3280030,,,,,,,,,,,,,,,The intense pleasure almost made me dizzy. +512900 ,,,,,3280030,,,,,,,,,,,,,,,I thrust my cock deep into Tenka-chan's depths and let it\nrampage as much as I wanted. +513000 ,,,,,3280030,,甜花,Tenka,312_TC08_t_103.wav,tenka,,0,,,,,,,,"Ah, no more... Nn, ahhh, no! Nn, fua, ah, ah, ah, ah...\nhyaaaaaah!" +513100 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan! Komako-chan's cock doesn't release semen, but\nmine does, you know?" +513200 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"So, where do you want me to release it?" +513300 ,,,,,3280030,,甜花,Tenka,312_TC08_t_104.wav,tenka,,0,,,,,,,,Fuwaa! E-either is fine! +513400 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Then... +513500 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_1a",,,,,,,,,,,,,,,,,,,■@ Release inside +↓,"$menu_item 1,Finish outside,sel_1b",,,,,,,,,,,,,,,,,,,■A Release outside +↓,$menu_end,,,,,,,,,,,,,,,,,,, +513600 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Release inside +513700 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to release it! I'm going to release it inside,\nTenka-chan!" +513800 ,,,,,3280030,,甜花,Tenka,312_TC08_t_105.wav,tenka,,0,,,,,,,,"Yeah! Yeah! Give me your semen, uncle!" +513900 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Ugh! Ahhhhh! +514100 ,,,,,3280040,,,,,,,,,,,,,,,I release an astonishing amount of semen inside Tenka-chan's\npussy. +514200 ,,,,,3280040,,甜花,Tenka,312_TC08_t_106.wav,tenka,,0,,,,,,,,"Hagu!? Fuwaa! Ha, fuwaa! Nnnnnnnnnnn!" +514300 ,,,,,3280040,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... ugh... it's coming out... it's still coming out... +514400 ,,,,,3280040,,甜花,Tenka,312_TC08_t_107.wav,tenka,,0,,,,,,,,Fua!? Ah... nn. M-my tummy... it's so hot and full... my\npussy... it's going crazy... +514500 ,,,,,3280040,,,,,,,,,,,,,,,"Tenka-chan is trembling like she's been shocked, with her\nbutt facing me." +514600 ,,,,,3280040,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... I'm pulling out. +514700 ,,,,,3280040,,甜花,Tenka,312_TC08_t_108.wav,tenka,,0,,,,,,,,U-uncle! Wait a moment. +514800 ,,,,,3280040,,,,,,,,,,,,,,,"Without hesitation, I pull out my cock and..." +515000 ,,,,,3280050,,,,,,,,,,,,,,,--Gobo --Bubo +515100 ,,,,,3280050,,,,,,,,,,,,,,,"With a vulgar sound, semen gushes out from her pussy." +515200 ,,,,,3280050,,主人公,Kiyoshi,,,,,,,,,,,,Wow... what a sound. It's hard to believe you're an idol. +515300 ,,,,,3280050,,甜花,Tenka,312_TC08_t_109.wav,tenka,,0,,,,,,,,"It's your fault, uncle!" +515400 ,,,,,3280050,,,,,,,,,,,,,,,"As Tenka-chan gets angry, it seems she tenses her stomach,\nand" +515500 ,,,,,3280050,,,,,,,,,,,,,,,--Bubooo... +515600 ,,,,,3280050,,,,,,,,,,,,,,,"With a sound, even more semen spills out." +515700 ,,,,,3280050,,甜花,Tenka,312_TC08_t_110.wav,tenka,,0,,,,,,,,"Ugh... ugh... it's not a fart, so it's okay. Idols don't\nfart." +515800 ,,,,,3280050,,主人公,Kiyoshi,,,,,,,,,,,,"Hahaha, that's right." +515900 ,,,,,3280050,,,,,,,,,,,,,,,"...Well, this is way more embarrassing than a fart, but I\nguess that's fine." +516000 ,$go join_1,,,,,,,,,,,,,,,,,,,■To the Reunion +516100 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ARelease Outside +516200 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Then I'll spray it! I'll cover you with it, Tenka-chan!" +516300 ,,,,,3280030,,甜花,Tenka,312_TC08_t_111.wav,tenka,,0,,,,,,,,"Yeah! Yeah! Cover me with your semen, uncle!" +516400 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Here it comes! Haa haa! Ugh! Aaaaaah! +516600 ,,,,,3280051,,,,,,,,,,,,,,,I pull my cock out of Tenka-chan's pussy and release an\nastonishing amount of semen onto her body. +516700 ,,,,,3280051,,甜花,Tenka,312_TC08_t_112.wav,tenka,,0,,,,,,,,Habu!? Pwaa! Hah fwaa! Nnnnnnnnnnn! +516800 ,,,,,3280051,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... ugh... it's still coming out... still coming... +516900 ,,,,,3280051,,甜花,Tenka,312_TC08_t_113.wav,tenka,,0,,,,,,,,Fua!? Ah... nn. My face and stomach... so much hot stuff...\nsuch a strong smell... it's making me feel weird... +517000 ,,,,,3280051,,,,,,,,,,,,,,,"Tenka-chan is shaking like she's been electrified, with her\nbutt facing me." +517100 ,,,,,3280051,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... +517200 ,,,,,3280051,,甜花,Tenka,312_TC08_t_114.wav,tenka,,0,,,,,,,,So... so much... nn... licking +517300 ,,,,,3280051,,,,,,,,,,,,,,,Tenka-chan lightly licks the semen near her face. +517400 ,,,,,3280051,,甜花,Tenka,312_TC08_t_115.wav,tenka,,0,,,,,,,,Licking... nchu... nguh +517500 ,,,,,3280051,,,,,,,,,,,,,,,"She's making vulgar sounds in her mouth, savoring the semen." +517600 ,,,,,3280051,,主人公,Kiyoshi,,,,,,,,,,,,Wow... I can't believe you're an idol. +517700 ,,,,,3280051,,甜花,Tenka,312_TC08_t_116.wav,tenka,,0,,,,,,,,"Nn... but... with Chie or Komako, there's no semen." +517800 ,,,,,3280051,,甜花,Tenka,312_TC08_t_117.wav,tenka,,0,,,,,,,,Comparing uncle's and Komako's dicks... the good part is...\nthat's how it is. +517900 ,,,,,3280051,,主人公,Kiyoshi,,,,,,,,,,,,... +518000 ,,,,,3280051,,,,,,,,,,,,,,,The difference between me and Komako-chan is whether or not\nsemen comes out... +518100 ,,,,,3280051,,,,,,,,,,,,,,,It's a bit sad. +518300 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +518400 ,$event_return,,,,,,,,,,,,,,,,,,, +518600 ,,,8,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, I hope you felt good, but what do you think?" +518700 ,,,,,,,甜花,Tenka,312_TC08_t_118.wav,,,,,,,tenka,,3,,Why are you asking me? +518800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"Huh? Well, Tenka-chan, you had Komako-chan's dick inside\nyou, right?" +518900 ,,,,,,,甜花,Tenka,312_TC08_t_119.wav,,,,,,,tenka,,13,,"Y-Yeah, but..." +519000 ,,,,,,,甜花,Tenka,312_TC08_t_120.wav,,,,,,,tenka,,33,,"...Well, I guess it felt good..." +519100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,33,,"Ah, Komako-chan's dick felt good, huh?" +519200 ,,,,,,,,,,,,,,,,tenka,,33,,As we were having that conversation. +519400 ,,,,,,,千恵@コマコ,Chie & Komako,312_TC08_c_010.wav@312_TC08_k_014.wav,komako,,24,chie,,33,tenka,,33,,Ah +519500 ,,,,,,,甜花,Tenka,312_TC08_t_121.wav,komako,,24,chie,,33,tenka,,13,,Ah... Chi... Komako +519600 ,,,,,,,,,,komako,,24,chie,,33,tenka,,13,,"Both Chi-chan and Komako-chan have a blush on their cheeks,\nand their expressions are somewhat dazed." +519700 ,,,,,,,,,,komako,,24,chie,,33,tenka,,13,,"But Chi-chan quickly returns to her usual expression," +519800 ,,,,,,,千恵,Chie,312_TC08_c_011.wav,komako,,13,chie,,13,,,,,"Ah... um, um... did Uncle and Tenka-chan see?" +519900 ,,,,,,,,,,komako,,13,chie,,13,,,,,"She said, starting to panic." +520000 ,,,,,,,主人公,Kiyoshi,,komako,,13,chie,,13,,,,,"Hmm? What is it, Chi-chan?" +520100 ,,,,,,,千恵,Chie,312_TC08_c_012.wav,komako,,13,chie,,26,,,,,"Uh, um... well, that's..." +520200 ,,,,,,,甜花,Tenka,312_TC08_t_122.wav,komako,,13,chie,,26,tenka,,17,,Uncle's sexual harassment... +520300 ,,,,,,,コマコ,Komako,312_TC08_k_015.wav,komako,,31,chie,,26,tenka,,17,,Don't trouble Chi-chan. +520400 ,,,,,,,主人公,Kiyoshi,,komako,,31,chie,,26,tenka,,17,,U-uh... I'm sorry. +520500 ,,,,,,,,,,komako,,31,chie,,26,tenka,,17,,I can't really argue back when these two are scolding me. +520600 ,,,,,,,甜花,Tenka,312_TC08_t_123.wav,komako,,31,chie,,26,tenka,,21,,"Chi, it's okay. I already know." +520700 ,,,,,,,千恵,Chie,312_TC08_c_013.wav,komako,,31,chie,,3,tenka,,21,,Huh? +520800 ,,,,,,,コマコ,Komako,312_TC08_k_016.wav,komako,,22,chie,,3,tenka,,21,,I talked to both of them. Tenka-chan and Uncle know how I\nfeel. +520900 ,,,,,,,千恵,Chie,312_TC08_c_014.wav,komako,,22,chie,,23,tenka,,21,,I see... +521000 ,,,,,,,千恵,Chie,312_TC08_c_015.wav,komako,,22,chie,,13,tenka,,21,,Then you should have told me sooner! +521100 ,,,,,,,甜花,Tenka,312_TC08_t_124.wav,komako,,22,chie,,13,tenka,,30,,"There's no way I could, you idiot Chi! You have to say these\nthings yourself!" +521200 ,,,,,,,千恵,Chie,312_TC08_c_016.wav,komako,,22,chie,,23,tenka,,30,,"Oh, I see." +521300 ,,,,,,,千恵,Chie,312_TC08_c_017.wav,komako,,22,chie,,9,tenka,,30,,But it's not fair that Chi-chan was left out! +521400 ,,,,,,,コマコ,Komako,312_TC08_k_017.wav,komako,,23,chie,,9,tenka,,30,,Ah... there's one more thing you were left out of. +521500 ,,,,,,,千恵,Chie,312_TC08_c_018.wav,komako,,23,chie,,3,tenka,,30,,What? What is it? +521600 ,,,,,,,コマコ,Komako,312_TC08_k_018.wav,komako,,0,chie,,3,tenka,,30,,"Tenka-chan and Uncle are a couple, and they're doing it." +521700 ,,,,,,,千恵,Chie,312_TC08_c_019.wav,komako,,0,chie,,4,tenka,,30,,... Eh eh eh eh eh~~~~~~!? +521800 ,,,,,,,甜花,Tenka,312_TC08_t_125.wav,komako,,0,chie,,4,tenka,,11,,H-hey! You're overreacting! +521900 ,,,,,,,千恵,Chie,312_TC08_c_020.wav,komako,,0,chie,,24,tenka,,11,,I-I see. +522000 ,,,,,,,千恵,Chie,312_TC08_c_021.wav,komako,,0,chie,,7,tenka,,11,,Then Chi-chan will make an announcement too! +522100 ,,,,,,,千恵,Chie,312_TC08_c_022.wav,komako,,0,chie,,18,tenka,,11,,Chi-chan and Komako-chan have started dating! +522200 ,,,,,,,,,,komako,,0,chie,,18,tenka,,11,,"Chi-chan said that, puffing out her chest proudly... though\nit's a small chest." +522300 ,,,,,,,甜花,Tenka,312_TC08_t_126.wav,komako,,0,chie,,18,tenka,,12,,...I already knew. +522400 ,,,,,,,千恵,Chie,312_TC08_c_023.wav,komako,,0,chie,,4,tenka,,12,,Huh? +522500 ,,,,,,,甜花,Tenka,312_TC08_t_127.wav,komako,,0,chie,,4,tenka,,32,,"If you're doing such naughty things, it's normal to be\ndating." +522600 ,,,,,,,千恵,Chie,312_TC08_c_024.wav,komako,,0,chie,,13,tenka,,32,,Ah... I see. +522700 ,,,,,,,コマコ,Komako,312_TC08_k_019.wav,komako,,17,chie,,13,tenka,,32,,"But if that's the case, then Tenka-chan and I are dating\ntoo." +522800 ,,,,,,,甜花,Tenka,312_TC08_t_128.wav,komako,,17,chie,,13,tenka,,4,,Hey! Komako! +522900 ,,,,,,,千恵,Chie,312_TC08_c_025.wav,komako,,17,chie,,3,tenka,,4,,"Eh! Eh! What do you mean? Uh, cheating...?" +523000 ,,,,,,,主人公,Kiyoshi,,komako,,1,chie,,3,tenka,,4,,"Haha, it seems like we've all learned a lot of secrets about\neach other." +523100 ,,,,,,,,,,,,,,,,,,,,"In the end, it turned into a big reveal of everyone's\nsecrets, and we grew closer." +523200 ,,,0,9000,,,,,,,,,,,,,,,, +523400 ,@313_TC09,,,,,,,,,,,,,,,,,,, +523800 ,,,,,,,,,,,,,,,,,,,, +523900 ,,,5,11,,,千恵,Chie,313_TC09_c_000.wav,,,,"chie,private",,1,,,,,"Uncle, good morning!" +524000 ,,,,,,,,,,,,,chie,,1,,,,,"Oh, the three of them are running energetically again today." +524100 ,,,,,,,甜花,Tenka,313_TC09_t_000.wav,,,,,,,"tenka,privateB",,12,,"W-wait, Chie... too fast." +524200 ,,,,,,,コマコ,Komako,313_TC09_k_000.wav,"komako,privateB",,12,,,,tenka,,12,,Haa... haa... +524300 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,tenka,,12,,"Good morning, all three of you." +524400 ,,,,,,,甜花,Tenka,313_TC09_t_001.wav,komako,,12,,,,tenka,,0,,G-good morning. +524500 ,,,,,,,コマコ,Komako,313_TC09_k_001.wav,komako,,0,,,,tenka,,0,,...Good morning. +524600 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,tenka,,0,,You're energetic even though it's hot today. +524700 ,,,,,,,甜花,Tenka,313_TC09_t_002.wav,komako,,0,,,,tenka,,12,,The only one energetic is Chie. +524800 ,,,,,,,コマコ,Komako,313_TC09_k_002.wav,komako,,1,,,,tenka,,12,,"But Tenka-chan, when it was about meeting Uncle, you started\nwalking faster." +524900 ,,,,,,,千恵,Chie,313_TC09_c_001.wav,komako,,1,chie,,1,tenka,,12,,"Ah, that's right." +525000 ,,,,,,,甜花,Tenka,313_TC09_t_003.wav,komako,,1,chie,,1,tenka,,10,,Chie! Komako! +525100 ,,"",,,,,主人公,Kiyoshi,,komako,,1,chie,,1,tenka,,10,,"Haha, if you came rushing like that, it makes me happy." +525200 ,,,,,,,甜花,Tenka,313_TC09_t_004.wav,komako,,1,chie,,1,tenka,,13,,I-I see... +525300 ,,,,,,,,,,komako,,1,chie,,1,tenka,,13,,"In the past few days, the quality of the heat has gradually\nchanged." +525400 ,,,,,,,主人公,Kiyoshi,,komako,,1,chie,,1,tenka,,13,,"Hmm, but you three have become really close. Will you go to\nschool together when it starts?" +525500 ,,,,,,,コマコ,Komako,313_TC09_k_003.wav,komako,,21,chie,,1,tenka,,13,,Yeah. +525600 ,,,,,,,千恵,Chie,313_TC09_c_002.wav,komako,,21,chie,,3,tenka,,13,,"Uncle, Chie-chan and the others have been close from the\nstart, you know?" +525700 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,3,tenka,,13,,"I see, I see, sorry about that." +525800 ,,,,,,,甜花,Tenka,313_TC09_t_005.wav,komako,,21,chie,,3,tenka,,2,,... +525900 ,,,,,,,,,,,,,,,,,,,,"Well, that's not entirely true. Tenka-chan kept her distance\nfrom everyone at first." +526000 ,,,,,,,,,,,,,,,,,,,,"But over this summer vacation, they quickly became close." +526100 ,,,,,,,,,,,,,,,,,,,,"Well, it's a closeness that goes beyond normal friendship,\nso it must have been a good summer vacation for her." +526200 ,,,,,,,,,,,,,,,,,,,,"In just about a week, these kids' summer vacation will be\nover." +526300 ,,,,,,,,,,,,,,,,,,,,The first summer vacation I've spent since coming to this\nplace will also end. +526400 ,,,,,,,,,,,,,,,,,,,,"It'll be a bit lonely without the cute trio from the candy\nstore, but we'll just meet again after school." +526500 ,,,,,,,,,,,,,,,,,,,,"But before the last week ends, there's something that needs\nto be finished." +526600 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,0,tenka,,0,,"Now, starting today for three days, it's the second general\nelection, right? Is everyone ready?" +526700 ,,,,,,,千恵,Chie,313_TC09_c_003.wav,komako,,0,chie,,1,tenka,,0,,Yeah! Chie-chan is aiming for the center again! +526800 ,,,,,,,甜花,Tenka,313_TC09_t_006.wav,komako,,0,chie,,1,tenka,,38,,"I won't let that happen. This time, I've properly trained as\nan idol!" +526900 ,,,,,,,コマコ,Komako,313_TC09_k_004.wav,komako,,21,chie,,1,tenka,,38,,"Tenka-chan, you're really good at both dancing and singing." +527000 ,,,,,,,千恵,Chie,313_TC09_c_004.wav,komako,,21,chie,,30,tenka,,38,,"That's true. I saw it yesterday, and it was amazing!" +527100 ,,,,,,,甜花,Tenka,313_TC09_t_007.wav,komako,,21,chie,,30,tenka,,7,,"I'm seriously aiming to be an idol. But if I can't even\nbecome the center of the candy store idols, I don't think I\ncan become an idol who appears on TV." +527200 ,,,,,,,甜花,Tenka,313_TC09_t_008.wav,komako,,21,chie,,30,tenka,,7,,That's why I'm going all out to become the center! +527300 ,,,,,,,千恵,Chie,313_TC09_c_005.wav,komako,,21,chie,,7,tenka,,7,,Chie-chan won't lose either. I'll do my best! +527400 ,,,,,,,コマコ,Komako,313_TC09_k_005.wav,komako,,10,chie,,7,tenka,,7,,"Good luck, both of you!" +527500 ,,,,,,,主人公,Kiyoshi,,komako,,10,chie,,7,tenka,,7,,"Everyone, give it your all for the grand finale of summer\nvacation, okay?" +527600 ,,,,,,,甜花,Tenka,313_TC09_t_009.wav,komako,,10,chie,,7,tenka,,1,,"I'll make the candy store a huge success for you, uncle!" +527700 ,,,,,,,主人公,Kiyoshi,,komako,,10,chie,,7,tenka,,1,,"Well, I think that's a bit impossible, though." +527800 ,,,,,,,甜花,Tenka,313_TC09_t_010.wav,komako,,10,chie,,7,tenka,,0,,"Alright, everyone!" +527900 ,,,,,,,,,,komako,,10,chie,,7,tenka,,0,,"When Tenka-chan extended her hand, the three of them formed\na circle and stacked their hands together." +528000 ,,,,,,,甜花,Tenka,313_TC09_t_011.wav,komako,,10,chie,,7,tenka,,1,,"Ready... Always grateful to our customers! Let's do our\nbest, the three of us!" +528500 ,,,,,,,千恵@コマコ@甜花,Three People,313_TC09_c_006.wav@313_TC09_k_006.wav@313_TC09_t_012.wav,komako,,1,chie,,1,tenka,,1,,Yeah! +528700 ,,,7,31,,,,,,,,,,,,,,,,"And just like that, the center voting ended in no time." +528800 ,,,,,,,,,,,,,,,,,,,,"For three days, all three of them worked really hard." +528900 ,,,,,,,,,,,,,,,,,,,,"Chie-chan, with her innocent and straightforward nature,\nremained as popular as ever." +529000 ,,,,,,,,,,,,,,,,,,,,But Tenka-chan also worked really hard. +529100 ,,,,,,,,,,,,,,,,,,,,"During the very first general election, she was pushy and\ntried to make everyone vote for her, which was terrible." +529200 ,,,,,,,,,,,,,,,,,,,,"This time, she was earnest but natural... or something like\nthat." +529300 ,,,,,,,,,,,,,,,,,,,,"Oh, I said all three worked hard... but Komako-chan was just\nas usual." +529400 ,,,,,,,,,,,,,,,,,,,,She still doesn't seem interested in being an idol. +529500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Well then... +529600 ,,,,,,,,,,,,,,,,,,,,The vote counting is almost over. I need to report the\nresults of this general election to the three waiting inside\nthe store. +529700 ,,,,,,,,,,,,,,,,,,,,"Personally, I'd like to make everyone the center, but that's\nnot possible." +529900 ,,,,11,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll announce the voting results!" +530000 ,,,,,,,千恵,Chie,313_TC09_c_007.wav,,,,chie,,34,,,,,"I wonder if Chie-chan can win two times in a row. Hey, hey,\nTenka-chan, I'm getting nervous!" +530100 ,,,,,,,,,,,,,chie,,34,,,,,Chie-chan anxiously tugs at the hem of Tenka- chan's jacket. +530200 ,,,,,,,甜花,Tenka,313_TC09_t_013.wav,,,,,,,tenka,,30,,"H-Hey, Chie. I-I'm nervous too!" +530300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"The first place in the general election, with 21 votes..." +530500 ,,,,,,,,,,,,,,,,,,,,"And so, the general election for the three of them ended." +530600 ,,,,,,,,,,,,,,,,,,,,"As they praised each other's efforts and had a little\ncelebration party, it was about time for the three to head\nhome." +530700 ,,,,,,,,,,,,,,,,,,,,Chie-chan and Komako-chan started walking side by side. +530800 ,,,,,,,千恵,Chie,313_TC09_c_008.wav,,,,chie,,1,,,,,"Bye-bye, uncle!" +530900 ,,,,,,,コマコ,Komako,313_TC09_k_007.wav,komako,,1,chie,,1,,,,,Bye-bye. +531000 ,,,,,,,主人公,Kiyoshi,,komako,,1,chie,,1,,,,,"Everyone, be careful on your way home!" +531200 ,,,9,,3290000,,甜花,Tenka,313_TC09_t_014.wav,tenka,,0,,,,,,,,Uncle! +531300 ,,,,,3290000,,,,,,,,,,,,,,,I can feel Tenka-chan's warmth from behind. +531400 ,,,,,3290000,,主人公,Kiyoshi,,,,,,,,,,,,"Congratulations on being first in the center general\nelection, Tenka-chan!" +531500 ,,,,,3290000,,甜花,Tenka,313_TC09_t_015.wav,tenka,,0,,,,,,,,"Thank you! I became first thanks to you, uncle!" +531600 ,,,,,3290000,,,,,,,,,,,,,,,"With a smile I've never seen before, Tenka- chan clings to\nmy arm." +531700 ,,,,,3290000,,,,,,,,,,,,,,,I really thought she was happy... +531800 ,,,,,3290000,,主人公,Kiyoshi,,,,,,,,,,,,"When you look at me so directly, it makes me a bit\nembarrassed..." +531900 ,,,,,3290000,,甜花,Tenka,313_TC09_t_016.wav,tenka,,0,,,,,,,,"It's fine, I'm grateful. Ehehe..." +532000 ,,,,,3290000,,,,,,,,,,,,,,,"However, Tenka-chan's expression quickly turns serious." +532200 ,,,,,3290010,,甜花,Tenka,313_TC09_t_017.wav,tenka,,0,,,,,,,,Um... well... +532300 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,"What's wrong, Tenka-chan? I'll listen properly, so go ahead\nand talk?" +532400 ,,,,,3290010,,甜花,Tenka,313_TC09_t_018.wav,tenka,,0,,,,,,,,Okay. +532500 ,,,,,3290010,,,,,,,,,,,,,,,...She probably doesn't want me to see her face. She clings\nto my back and doesn't let go. +532600 ,,,,,3290010,,甜花,Tenka,313_TC09_t_019.wav,tenka,,0,,,,,,,,"I... I think I want to say goodbye to you, uncle." +532700 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,Huh? W-Why!? Did I do something wrong? Well... I guess I\nhave a lot of faults. +532800 ,,,,,3290010,,甜花,Tenka,313_TC09_t_020.wav,tenka,,0,,,,,,,,"No... I loved even your faults, uncle..." +532900 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, then why?" +533000 ,,,,,3290010,,甜花,Tenka,313_TC09_t_021.wav,tenka,,0,,,,,,,,You see... I really want to become an idol... +533100 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,... +533200 ,,,,,3290010,,甜花,Tenka,313_TC09_t_022.wav,tenka,,0,,,,,,,,"I want to properly talk to my parents, take auditions... and\nbecome an idol." +533300 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,I see... +533400 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,"Idols aren't allowed to have romantic scandals, right?\n...Especially not with an old guy like me." +533500 ,,,,,3290010,,甜花,Tenka,313_TC09_t_023.wav,tenka,,0,,,,,,,,That's not it! +533600 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +533700 ,,,,,3290010,,甜花,Tenka,313_TC09_t_024.wav,tenka,,0,,,,,,,,"I... I rely on you too much, uncle. Honestly... I should\nhave been getting along with Chie and the others on my own." +533800 ,,,,,3290010,,甜花,Tenka,313_TC09_t_025.wav,tenka,,0,,,,,,,,I should have been working towards becoming an idol on my\nown too. +533900 ,,,,,3290010,,甜花,Tenka,313_TC09_t_026.wav,tenka,,0,,,,,,,,"But you're so kind, uncle, you helped me with everything." +534000 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,... +534100 ,,,,,3290010,,甜花,Tenka,313_TC09_t_027.wav,tenka,,0,,,,,,,,"If things stay like this, I think I'll end up relying on you\ntoo much, uncle..." +534200 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,............ +534300 ,,,,,3290010,,,,,,,,,,,,,,,I couldn't say anything. +534400 ,,,,,3290010,,,,,,,,,,,,,,,"As an adult, I couldn't come up with any comforting words." +534500 ,,,,,3290010,,甜花,Tenka,313_TC09_t_028.wav,tenka,,0,,,,,,,,"You know, I'm going to work really hard and appear on TV!\nSo, will you always be my fan?" +534600 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. I'm the number one member of the Tenka-chan fan club.\nI'm looking forward to the day I can see you on TV. +534700 ,,,,,3290010,,甜花,Tenka,313_TC09_t_029.wav,tenka,,0,,,,,,,,...Sniff... Uncle... thank you. +534800 ,,,,,3290010,,甜花,Tenka,313_TC09_t_030.wav,tenka,,0,,,,,,,,I... I'm really happy... +534900 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... +535100 ,,,,,,,甜花,Tenka,313_TC09_t_031.wav,tenka,,28,,,,,,,,"I'm sorry... One last request. If I see your face, I might\nlose my resolve... so please don't look this way." +535200 ,,,,,,,甜花,Tenka,313_TC09_t_032.wav,tenka,,14,,,,,,,,"I think I'll be busy with idol studies, so I might not be\nable to come to the shop often..." +535300 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,...Yeah. I understand. +535400 ,,,,,,,,,,tenka,,14,,,,,,,,Tenka-chan's warmth slowly drifted away. +535500 ,,,,,,,甜花,Tenka,313_TC09_t_033.wav,,,,,,,,,,,...Uncle... I love you... Goodbye. +535600 ,,"",,111,,,主人公,Kiyoshi,,,,,,,,,,,,Ah... +535700 ,,,,,,,,,,,,,,,,,,,,"The sound of Tenka-chan's footsteps gradually faded away,\nbecoming smaller and more distant." +535800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... +535900 ,,,,,,,,,,,,,,,,,,,,"At first, I just thought it would be nice to have some\nfun..." +536000 ,,,,,,,,,,,,,,,,,,,,It feels like there's a hole in my heart. +536100 ,,,,,,,,,,,,,,,,,,,,I quit my corporate job and started a candy shop because I\nwanted to meet young girls. +536200 ,,,,,,,,,,,,,,,,,,,,"It was a foolish dream, but maybe that's why I was drawn to\nTenka-chan, who had dreams of her own..." +536300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,... +536400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Good luck, Tenka-chan." +536500 ,,,,,,,,,,,,,,,,,,,,"Muttering that, I returned to the shop." +536600 ,,,0,9000,,,,,,,,,,,,,,,, +536800 ,@314_TE00,,,,,,,,,,,,,,,,,,, +537000 ,,,12,11,,,,,,,,,,,,,,,,A few months have passed since Tenka-chan and I parted ways. +537100 ,,"",,31,,,主人公,Kiyoshi,,,,,,,,,,,,"...Oh, it's about time." +537200 ,,,,,,,,,,,,,,,,,,,,"I turned on the TV, and a morning children's show began." +537300 ,,,,,,,,,,,,,,,,,,,,"The host shouted ""Good morning!"" loudly, and the girls\naround him followed with their greetings." +537400 ,,,,,,,,,,,,,,,,,,,,Among them was a familiar face. +537500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, she's doing her best, Tenka-chan." +537600 ,,,,,,,,,,,,,,,,,,,,"Yes. Since then, Tenka-chan has achieved her dream through\nher own efforts." +537700 ,,,,,,,,,,,,,,,,,,,,"She's not the world's top idol yet, but maybe someday she\nreally will be." +537800 ,,,,,,,,,,,,,,,,,,,,"She convinced her parents, went to countless auditions, and\nnow she's appearing on TV." +537900 ,,,,,,,,,,,,,,,,,,,,"According to Chie-chan and the others, she hasn't neglected\nher studies and is working hard in school too." +538000 ,,,,,,,,,,,,,,,,,,,,"Apparently, she had to do that to convince her parents." +538100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... +538200 ,,,,,,,,,,,,,,,,,,,,It feels like she's become someone far away... +538300 ,,,,,,,,,,,,,,,,,,,,...or so I thought. +538500 ,,,4,21,,,コマコ,Komako,314_TE00_k_000.wav,"komako,privateC",,0,,,,,,,,"Bye-bye, see you tomorrow." +538600 ,,,,,,,千恵,Chie,314_TE00_c_000.wav,komako,,0,"chie,privateC",,1,,,,,"Bye, uncle! I'll come by after school tomorrow too!" +538700 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,1,,,,,"Yeah, be careful on your way home!" +538800 ,,,,,,,千恵,Chie,314_TE00_c_001.wav,komako,,0,chie,,21,,,,,"Okay! See you tomorrow, Tenka-chan!" +538900 ,,,,,,,甜花,Tenka,314_TE00_t_000.wav,"tenka,private",,1,,,,,,,,"Yeah. Chie and Komako, take care!" +539000 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,...... +539100 ,,,,,,,,,,tenka,,1,,,,,,,,Yeah... it was just a feeling. +539200 ,,,,,,,甜花,Tenka,314_TE00_t_001.wav,tenka,,12,,,,,,,,Chie and Komako always leave without buying anything... just\nwindow shopping. +539300 ,,,,,,,,,,tenka,,12,,,,,,,,"Even though Tenka-chan is busy with work, studies, and\nlessons, she still comes to visit here when she has free\ntime after school." +539400 ,,,,,,,,,,tenka,,12,,,,,,,,"Moreover, she comes into the room as if it's her own house." +539500 ,,,,,,,,,,tenka,,12,,,,,,,,"Well, she lets me have some fun sometimes, so I don't really\nmind." +539600 ,,,,,,,,,,tenka,,12,,,,,,,,"In the end, Tenka-chan is still the same Tenka-chan, doing\nidol work sometimes, going to lessons sometimes, not much\nhas changed." +539700 ,,,,,,,,,,tenka,,12,,,,,,,,"Honestly, it makes me wonder what that tearful farewell was\nall about." +539800 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,"Oh, by the way! I saw the morning show! Congratulations!" +539900 ,,,,,,,甜花,Tenka,314_TE00_t_002.wav,tenka,,21,,,,,,,,Oh... Uncle watched it! Thank you! +540000 ,,,,,,,,,,tenka,,21,,,,,,,,"...she says that, but she put sticky notes on my TV, marked\nthe program guide in red, and even registered it on the\nrecorder without asking." +540100 ,,,,,,,,,,tenka,,21,,,,,,,,"If I didn't watch it, who knows what she'd say." +540200 ,,,,,,,甜花,Tenka,314_TE00_t_003.wav,tenka,,12,,,,,,,,But... I'm not really into it. +540300 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,Huh? Why not? +540400 ,,,,,,,甜花,Tenka,314_TE00_t_004.wav,tenka,,30,,,,,,,,"Because... the other girls are leaders or dance committee\nmembers, right?" +540500 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"Yeah, they do have those titles." +540600 ,,,,,,,甜花,Tenka,314_TE00_t_005.wav,tenka,,10,,,,,,,,I'm the only one who's the 'Energy Committee'! Don't you\nthink that's weird!? +540700 ,,,,,,,,,,tenka,,10,,,,,,,,"Ah... well, it is kind of vague. It's like they just gave\nyou a title for the sake of it." +540800 ,,,,,,,,,,tenka,,10,,,,,,,,"Noticing that, Tenka-chan has really grown up." +540900 ,,,,,,,,,,tenka,,10,,,,,,,,"...If I said that, she'd probably get upset again." +541000 ,,,,,,,主人公,Kiyoshi,,tenka,,10,,,,,,,,"Hmm, but I think it's great." +541100 ,,,,,,,甜花,Tenka,314_TE00_t_006.wav,tenka,,30,,,,,,,,Really? +541200 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"Because Tenka-chan, you're always so earnest and shining\nbrightly." +541300 ,,,,,,,甜花,Tenka,314_TE00_t_007.wav,tenka,,13,,,,,,,,... +541400 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"A leader is just someone who organizes, and a dance\ncommittee member sounds like they can only dance, right?" +541500 ,,,,,,,甜花,Tenka,314_TE00_t_008.wav,tenka,,11,,,,,,,,Now that you mention it... +541600 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"Maybe they don't want to limit Tenka-chan to just that role?\nWhether you're dancing or singing, I think everyone gets\nenergy from you." +541700 ,,,,,,,甜花,Tenka,314_TE00_t_009.wav,tenka,,13,,,,,,,,"R-Really...? Hearing that from you, Uncle... makes me happy." +541800 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,That's right. That blue uniform looks great on you too. So\nbe confident. +541900 ,,,,,,,甜花,Tenka,314_TE00_t_010.wav,tenka,,1,,,,,,,,Yeah! +542000 ,,,,,,,,,,tenka,,1,,,,,,,,"Tenka-chan's expression turned into a big smile, and she\nshyly snuggled up to me." +542100 ,,,,,,,,,,tenka,,1,,,,,,,,"Hmm, even though we said goodbye, she hasn't changed in this\nway." +542200 ,,,,,,,甜花,Tenka,314_TE00_t_011.wav,tenka,,3,,,,,,,,"Ah... that's right! I have something nice to show you,\nUncle." +542300 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Hmm? +542400 ,,,,,,,,,,tenka,,3,,,,,,,,"As Tenka-chan rummaged through her bag, what she pulled out\nwas..." +542500 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Whoa! Isn't that the uniform you wear on TV! +542600 ,,,,,,,甜花,Tenka,314_TE00_t_012.wav,tenka,,21,,,,,,,,"I thought I'd show it to you, Uncle, so I brought it back!" +542700 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,Really! I'm so happy! +542800 ,,,,,,,甜花,Tenka,314_TE00_t_013.wav,tenka,,38,,,,,,,,...Should I change into it for you? +542900 ,,,,,,,主人公,Kiyoshi,,tenka,,38,,,,,,,,Yes! Please do! +543000 ,,,,,,,,,,tenka,,38,,,,,,,,She changed into her idol uniform... and there was Tenka-\nchan in that outfit! +543100 ,,,,,,,甜花,Tenka,314_TE00_t_014.wav,tenka,,37,,,,,,,,"Ah... but no naughty stuff, okay?" +543200 ,,,,,,,主人公,Kiyoshi,,tenka,,37,,,,,,,,What!? +543300 ,,,,,,,甜花,Tenka,314_TE00_t_015.wav,tenka,,10,,,,,,,,"If that kind of thing gets found out, the agency will get\nreally mad." +543400 ,,,,,,,,,,tenka,,10,,,,,,,,N-No way... what a tease! +543500 ,,,,,,,,,,tenka,,10,,,,,,,,Then what's the point of having her change into the uniform!\nWhat am I supposed to do just looking at it! +543600 ,,,,,,,,,,tenka,,10,,,,,,,,"...But, but as a fan." +543700 ,,,,21,,,主人公,Kiyoshi,,tenka,,10,,,,,,,,"I see, just seeing Tenka-chan as a real idol is enough to\nsatisfy me." +543800 ,,,,,,,甜花,Tenka,314_TE00_t_016.wav,tenka,,38,,,,,,,,"Hehe, look forward to it!" +543900 ,,,,,,,,,,,,,,,,,,,,"With that, Tenka-chan went to the back room to change." +544000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,U... ugh... ughhh~~~~ +544100 ,,,,,,,,,,,,,,,,,,,,"Having a real idol in front of me, and especially since\nshe's someone I was intimate with in the past, there's no\nway I can hold back!" +544200 ,,,,,,,,,,,,,,,,,,,,"...But I have to hold back... If the agency finds out, my\nmisdeeds will be exposed too." +544300 ,,,4,,,,,,,,,,,,,,,,,"Thinking about scary people from the talent agency or the\npolice showing up... ugh, it makes me shiver." +544400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,But... but! +544500 ,,,,,,,,,,,,,,,,,,,,"Alright! As long as I don't do anything naughty, it's fine!\nThen... then!" +544700 ,,,14,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan. +544800 ,*mem,,,,3400000,,,,,,,,,,,,,,, +544900 ,,,14,,3400000,,甜花,Tenka,314_TE00_t_017.wav,tenka,,0,,,,,,,,O-ojisan!? +545000 ,,,,,3400000,,,,,,,,,,,,,,,I burst into the room where Tenka-chan was changing. +545100 ,,,,,3400000,,,,,,,,,,,,,,,"After she finished changing and was lightly brushing her\nhair, I took out my cock in front of Tenka-chan." +545200 ,,,,,3400000,,,,,,,,,,,,,,,"This much should be okay, right...?" +545300 ,,,,,3400010,,甜花,Tenka,314_TE00_t_018.wav,tenka,,0,,,,,,,,"W-wait a minute, ojisan!" +545400 ,,,,,3400010,,主人公,Kiyoshi,,,,,,,,,,,,"D-don't worry, I won't do anything weird." +545500 ,,,,,3400020,,甜花,Tenka,314_TE00_t_019.wav,tenka,,0,,,,,,,,You are! You're showing your dick! +545600 ,,,,,3400020,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, I'm just going to masturbate while looking at\nTenka-chan." +545700 ,,,,,3400000,,甜花,Tenka,314_TE00_t_020.wav,tenka,,0,,,,,,,,Eh? Ehhhh!? +545800 ,,,,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,"I'm a fan of Tenka-chan, so this much is fine, right?" +545900 ,,,,,3400000,,,,,,,,,,,,,,,Tenka-chan looked at me with slightly disapproving eyes. +546000 ,,,,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,W-what is it? +546100 ,,,,,3400010,,甜花,Tenka,314_TE00_t_021.wav,tenka,,0,,,,,,,,...The agency people said... fans who support idols for\nsexual reasons are just casual fans... +546200 ,,,,,3400010,,,,,,,,,,,,,,,"Oh. The agency people, saying unnecessary things." +546300 ,,,,,3400010,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm... well, that might be true." +546400 ,,,,,3400000,,甜花,Tenka,314_TE00_t_022.wav,tenka,,0,,,,,,,,"Eh? Ojisan, you're admitting it!?" +546500 ,,,,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,"Actually, ojisan doesn't really like idols that much." +546600 ,,,,,3400000,,甜花,Tenka,314_TE00_t_023.wav,tenka,,0,,,,,,,,...Eh!? Th-then... +546700 ,,,,,3400000,,,,,,,,,,,,,,,"Tenka-chan was speechless. Well, I guess that's\nunderstandable." +546800 ,,,,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,"But I'm a lolicon, and I really love Tenka- chan." +546900 ,,,,,3400030,,甜花,Tenka,314_TE00_t_024.wav,tenka,,0,,,,,,,,Eh? +547000 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,"It's exciting that you became an idol, but I think I would\nhave been a fan of Tenka-chan even if you weren't an idol." +547100 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,"Whether you wanted to be a singer or a jockey, if it's\nsomething Tenka-chan does, I'd support you and become a fan." +547200 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,"So, I might be a casual fan as an idol fan, but I'm not a\ncasual fan of Tenka-chan." +547300 ,,,,,3400030,,,,,,,,,,,,,,,"Tenka-chan had a dazed expression, her cheeks slightly\nflushed." +547400 ,,,,,3400020,,甜花,Tenka,314_TE00_t_025.wav,tenka,,0,,,,,,,,...I-I won't lick it or anything... +547500 ,,,,,3400020,,主人公,Kiyoshi,,,,,,,,,,,,Hm? +547600 ,,,,,3400010,,甜花,Tenka,314_TE00_t_026.wav,tenka,,0,,,,,,,,"Also... if you get it on my uniform, I'll be mad." +547700 ,,,,,3400010,,甜花,Tenka,314_TE00_t_027.wav,tenka,,0,,,,,,,,"This is... your house, so as long as you don't touch me...\nyou're free to do whatever you want." +547800 ,,,,,3400020,,甜花,Tenka,314_TE00_t_028.wav,tenka,,0,,,,,,,,"So, just go ahead and, um, masturbate if you want?" +547900 ,,,,,3400020,,,,,,,,,,,,,,,Wow! How open-minded! As expected of Tenka- chan! +548000 ,,,,,3400020,,主人公,Kiyoshi,,,,,,,,,,,,Alright! Then I'll go ahead and enthusiastically masturbate! +548100 ,,,,,3400020,,甜花,Tenka,314_TE00_t_029.wav,tenka,,0,,,,,,,,"F-fine, do what you want." +548200 ,,,,,3400020,,,,,,,,,,,,,,,I grabbed my cock and started stroking it. +548300 ,,,,,3400020,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ahh... ha... Tenka-chan's idol appearance... ugh... it's\nexciting." +548400 ,,,,,3400030,,甜花,Tenka,314_TE00_t_030.wav,tenka,,0,,,,,,,,... +548500 ,,,,,3400030,,,,,,,,,,,,,,,"She looked away in embarrassment, but her eyes kept glancing\nat my cock." +548600 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,The idol Tenka-chan is watching me in this embarrassing\nstate... +548700 ,,,,,3400020,,甜花,Tenka,314_TE00_t_031.wav,tenka,,0,,,,,,,,I-I'm not looking! +548800 ,,,,,3400020,,,,,,,,,,,,,,,I exaggeratedly let out pleasurable moans while moving my\nfingers frantically around my crotch. +548900 ,,,,,3400020,,甜花,Tenka,314_TE00_t_032.wav,tenka,,0,,,,,,,,"That sound, it's all wet and squishy..." +549000 ,,,,,3400020,,主人公,Kiyoshi,,,,,,,,,,,,Ahhhh... it's the sound of my pre-cum. +549100 ,,,,,3400030,,甜花,Tenka,314_TE00_t_033.wav,tenka,,0,,,,,,,,Pre-cum... +549200 ,,,,,3400030,,,,,,,,,,,,,,,Tenka-chan's skin gradually turned a shade of pink. +549300 ,,,,,3400030,,甜花,Tenka,314_TE00_t_034.wav,tenka,,0,,,,,,,,Ah... +549400 ,,,,,3400030,,,,,,,,,,,,,,,"The slippery pre-cum dripped onto the floor, leaving a\ntrail." +549500 ,,,,,3400030,,,,,,,,,,,,,,,Tenka-chan was staring intently at the scene. +549600 ,,,,,3400030,,,,,,,,,,,,,,,...Ugh... being watched by Tenka-chan makes it even\nharder...! +549700 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,Ahhh! Tenka-chan! Tenka-chan! I'm so happy to do something\nnaughty with you after so long! +549800 ,,,,,3400030,,甜花,Tenka,314_TE00_t_035.wav,tenka,,0,,,,,,,,...Ah...uh +549900 ,,,,,3400030,,甜花,Tenka,314_TE00_t_036.wav,tenka,,0,,,,,,,,O-ojisan... you look like you're feeling good. +550000 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it feels great! Because Tenka-chan is right in front\nof me, watching me." +550100 ,,,,,3400030,,甜花,Tenka,314_TE00_t_037.wav,tenka,,0,,,,,,,,Sniff... sniff... sniff... the smell is... intense... +550200 ,,,,,3400030,,,,,,,,,,,,,,,"Ah, it's true, the smell of semen is really strong." +550300 ,,,,,3400030,,甜花,Tenka,314_TE00_t_038.wav,tenka,,0,,,,,,,,O-ojisan... doesn't it hurt doing it that much? +550400 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,"Ahhh, Tenka-chan! It's okay! It feels good!" +550500 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,It feels so much better than when I was doing it alone! +550600 ,,,,,3400030,,,,,,,,,,,,,,,I imagined Tenka-chan licking it with her tongue while\nteasing the tip with my fingers. +550700 ,,,,,3400000,,甜花,Tenka,314_TE00_t_039.wav,tenka,,0,,,,,,,,...Amazing... +550800 ,,,,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,"I-I was masturbating alone, thinking about Tenka-chan!" +550900 ,,,,,3400000,,甜花,Tenka,314_TE00_t_040.wav,tenka,,0,,,,,,,,"...Ojisan, your dick... it's throbbing so much...! Ojisan...\nare you going to cum?" +551000 ,,,,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... Ojisan is at his limit... already! +551200 ,,,,,3400030,,,,,,,,,,,,,,,"Tenka-chan, with her face flushed, is intently watching my\nexpression as I feel so good." +551300 ,,,,,3400030,,,,,,,,,,,,,,,"Ah, just that alone makes Ojisan already!" +551400 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,"W-watch me, Tenka-chan! While thinking of you, Ojisan is\ngoing to cum a lot!" +551500 ,,,,,3400030,,甜花,Tenka,314_TE00_t_042.wav,tenka,,0,,,,,,,,...Mm... okay. +551600 ,,,,,3400030,,,,,,,,,,,,,,,"The area between my legs tingles, and I realize I can't hold\nback anymore." +551700 ,,,,,3400030,,,,,,,,,,,,,,,"Ah! Here I go! Using idol Tenka-chan as my fantasy, I'm\ngoing to cum!" +551800 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,Ah! Aaaaaahhhhhhhhhh~~! +552000 ,,,,,3400040,,甜花,Tenka,314_TE00_t_043.wav,tenka,,0,,,,,,,,Puaa! Hapu!? +552100 ,,,,,3400040,,主人公,Kiyoshi,,,,,,,,,,,,Aaaaah! Tenka-chan!! +552200 ,,,,,3400040,,,,,,,,,,,,,,,"A large amount of semen spurts from my cock, flying\nvigorously towards Tenka-chan." +552300 ,,,,,3400040,,甜花,Tenka,314_TE00_t_044.wav,tenka,,0,,,,,,,,Ugh...! It's hot...! It's on me! +552400 ,,,,,3400040,,,,,,,,,,,,,,,Tenka-chan looks surprised as she gets covered in my semen. +552500 ,,,,,3400040,,主人公,Kiyoshi,,,,,,,,,,,,Ahh... ha... ha... +552600 ,,,,,3400050,,甜花,Tenka,314_TE00_t_045.wav,tenka,,0,,,,,,,,Ahh... It's amazing... The smell is intense... It's filled\nwith Ojisan's scent... +552700 ,,,,,3400050,,主人公,Kiyoshi,,,,,,,,,,,,Hehe... Ojisan can release this much just by thinking about\nTenka-chan. +552800 ,,,,,3400050,,甜花,Tenka,314_TE00_t_046.wav,tenka,,0,,,,,,,,The smell... it's intense... +552900 ,,,,,3400050,,,,,,,,,,,,,,,"Tenka-chan, covered in semen, sits on the floor with a dazed\nexpression." +553000 ,,,,,3400050,,甜花,Tenka,314_TE00_t_047.wav,tenka,,0,,,,,,,,Nnn... haa... +553100 ,,,,,3400050,,,,,,,,,,,,,,,She looks at me with a dazed expression. +553200 ,,,,,3400050,,,,,,,,,,,,,,,Maybe she's remembering all the pleasurable things we did\nback then... Or maybe she's in heat? +553300 ,,,,,3400050,,,,,,,,,,,,,,,"Hmm, with that face, I could probably go for another round.\nAlright, let's go for it." +553400 ,,,,,3400050,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, let's see, my phone... there it is!" +553500 ,,,,,3400050,,,,,,,,,,,,,,,I point the camera at Tenka-chan and take a picture of her. +553600 ,,,,,3400050,,,,,,,,,,,,,,,--Click +553700 ,,,,,3400060,,甜花,Tenka,314_TE00_t_048.wav,tenka,,0,,,,,,,,--!? Ojisan!? W-What did you just do? +553800 ,,,,,3400060,,主人公,Kiyoshi,,,,,,,,,,,,Hm? I took a picture. +553900 ,,,,,3400060,,甜花,Tenka,314_TE00_t_049.wav,tenka,,0,,,,,,,,N-No! You absolutely can't take pictures! +554000 ,,,,,3400060,,主人公,Kiyoshi,,,,,,,,,,,,"Haha, but I already took it." +554100 ,,,,,3400060,,甜花,Tenka,314_TE00_t_050.wav,tenka,,0,,,,,,,,Delete it! You have to delete it! +554200 ,,,,,3400060,,主人公,Kiyoshi,,,,,,,,,,,,But I wanted to use it to masturbate... +554300 ,,,,,3400060,,甜花,Tenka,314_TE00_t_051.wav,tenka,,0,,,,,,,,"No! If it leaks, it'll be a problem! I won't be able to\ncontinue as an idol, so no lewd photos!" +554400 ,,,,,3400060,,主人公,Kiyoshi,,,,,,,,,,,,I won't let it leak. Don't you trust Ojisan? +554500 ,,,,,3400070,,甜花,Tenka,314_TE00_t_052.wav,tenka,,0,,,,,,,,Of course not! You lied about all sorts of things to do lewd\nstuff! +554600 ,,,,,3400070,,,,,,,,,,,,,,,"...Well, she's right, so I can't really argue." +554700 ,,,,,3400070,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine. Even if it leaks, you can live as an AV idol." +554800 ,,,,,3400070,,主人公,Kiyoshi,,,,,,,,,,,,An AV of an idol who was on a morning kids' show is\nsomething Ojisan really loves! +554900 ,,,,,3400070,,甜花,Tenka,314_TE00_t_053.wav,tenka,,0,,,,,,,,"I finally became an idol, so I don't want that! I want to be\nthe center as an idol!" +555000 ,,,,,3400070,,主人公,Kiyoshi,,,,,,,,,,,,"But probably, you'll become even more popular than now, and\nyou'll have lots of fans! You can definitely be the center\nas an AV idol!" +555100 ,,,,,3400070,,,,,,,,,,,,,,,Tenka-chan's eyes fill with tears as she glares at me. +555200 ,,,,,3400080,,甜花,Tenka,314_TE00_t_054.wav,tenka,,0,,,,,,,,Uuu~~~... Uuuuu~~~... +555300 ,,,,,3400080,,甜花,Tenka,314_TE00_t_055.wav,tenka,,0,,,,,,,,"I'm definitely going to be the center as an idol! You're\nsuch a dummy, Ojisan!" +555400 ,,,,,3400080,,,,,,,,,,,,,,,An idol covered in semen shouts that. +555500 ,,,,,3400080,,,,,,,,,,,,,,,I don't know if she'll really become the center of an idol\ngroup in the future. +555600 ,,,,,3400080,,,,,,,,,,,,,,,She might actually fall into the AV industry. +555700 ,,,,,3400080,,,,,,,,,,,,,,,"But I... no matter what she becomes, I'll support her." +555800 ,,,,,3400080,,,,,,,,,,,,,,,"I got involved with her for lewd reasons, but in the end, I\nfell for her earnest nature." +555900 ,,,,,3400080,,,,,,,,,,,,,,,So even if she stops being an idol... I'll continue to be a\nfan of Tenka-chan. +556000 ,,,,,3400080,,主人公,Kiyoshi,,,,,,,,,,,,"Do your best, Tenka-chan." +556100 ,,,,,3400080,,甜花,Tenka,314_TE00_t_056.wav,tenka,,0,,,,,,,,Huh? ...Y-Yeah! +556200 ,$event_return,,,,,,,,,,,,,,,,,,, +556300 ,$exit tenka,,,,,,,,,,,,,,,,,,, +, diff --git a/datascn.tac/11BAE9F76AE58827.csv b/datascn.tac/11BAE9F76AE58827.csv new file mode 100644 index 0000000..eeab635 --- /dev/null +++ b/datascn.tac/11BAE9F76AE58827.csv @@ -0,0 +1,5193 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@route_tenka,,,,,,,,,,,,,,,,,,,Tenka Route +10600 ,@300_TC00,,,,,,,,,,,,,,,,,,, +10800 ,,,4,31,,,主人公,Kiyoshi,,,,,,,,,,,,"Let's measure your size again, Tenka-chan." +10900 ,,,,,,,甜花,Tenka,300_TC00_t_000.wav,"tenka,privateB",,17,,,,,,,,I don't think it's been that long since the last time... +11000 ,,,,,,,主人公,Kiyoshi,,,,17,,,,,,,,"No, no, you never know! You're at an age where you're\ngrowing fast, Tenka-chan." +11100 ,,,,,,,甜花,Tenka,300_TC00_t_001.wav,tenka,,29,,,,,,,,"I wonder, is it really that simple?" +11200 ,,,,,,,,,,tenka,,29,,,,,,,,"Despite saying that, Tenka-chan seems a bit hopeful. She\nlightly opens her arms, looking ready to be measured." +11300 ,,,,,,,,,,tenka,,29,,,,,,,,"Not wanting to keep Tenka-chan waiting, I take out the\nmeasuring tape." +11400 ,,,,,,,主人公,Kiyoshi,,tenka,,29,,,,,,,,"Alright, then." +11500 ,,,,,,,甜花,Tenka,300_TC00_t_002.wav,"tenkaL,privateB",,37,,,,,,,,"...It's over my clothes, okay?" +11600 ,,,,,,,,,,tenkaL,,37,,,,,,,,She warned me. +11700 ,,,,,,,,,,tenkaL,,37,,,,,,,,"But even so, she's letting me measure her bust size and is\nsmiling, so she must trust me." +11800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,37,,,,,,,,"Alright, I'll gratefully measure you." +11900 ,,,,,,,,,,tenkaL,,37,,,,,,,,"I wrap my hand around Tenka-chan's back and pass the\nmeasuring tape through. Naturally, my face and body get\ncloser to Tenka-chan, and her pleasant scent wafts over." +12000 ,,,,,,,,,,tenkaL,,37,,,,,,,,Is it the smell of shampoo? Makeup and perfume are still a\nbit early for her. +12100 ,,,,,,,,,,tenkaL,,37,,,,,,,,"...If I squeezed my arms tight like this, it would turn into\na passionate hug." +12200 ,,,,,,,,,,tenkaL,,37,,,,,,,,I really want to do it. +12300 ,,,,,,,,,,tenkaL,,37,,,,,,,,"I want to, but she'd definitely get mad if I did something\nlike that." +12400 ,,,,,,,,,,tenkaL,,37,,,,,,,,So I hold back and focus on pulling the end of the measuring\ntape to measure Tenka-chan's bust size. +12500 ,,,,,,,甜花,Tenka,300_TC00_t_003.wav,tenka,,15,,,,,,,,Ouch...!? +12600 ,,,,,,,,,,tenka,,15,,,,,,,,"Then, suddenly, Tenka-chan pulled back and said that." +12700 ,,,,,,,主人公,Kiyoshi,,tenka,,15,,,,,,,,"Huh...? I didn't mean to do anything, but did I hurt you\nsomewhere?" +12800 ,,,,,,,甜花,Tenka,300_TC00_t_004.wav,tenka,,34,,,,,,,,Y-Yeah... a little. +12900 ,,,,,,,,,,tenka,,34,,,,,,,,"That's strange, I just wrapped the measuring tape, so it\nshouldn't be pinching anywhere, right?" +13000 ,,,,,,,,,,tenka,,34,,,,,,,,"It's a fabric measuring tape meant for measuring clothes, so\nit's soft and doesn't have any sharp parts that could cause\ninjury." +13100 ,,,,,,,甜花,Tenka,300_TC00_t_005.wav,tenka,,30,,,,,,,,"Y-Yeah, I don't think it's your fault." +13200 ,,,,,,,,,,tenka,,30,,,,,,,,"As I checked the measuring tape, Tenka-chan said that too." +13300 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"...Is that so? Then, what exactly happened?" +13400 ,,,,,,,甜花,Tenka,300_TC00_t_006.wav,tenka,,34,,,,,,,,"Lately, it's been kind of prickly or throbbing, it hurts." +13500 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,Huh? Where? +13600 ,,,,,,,甜花,Tenka,300_TC00_t_007.wav,tenka,,33,,,,,,,,.................. +13700 ,,,,,,,,,,tenka,,33,,,,,,,,"At that point, Tenka-chan fell silent. I'm concerned, I hope\nshe's not injured or anything." +13800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"If it's something important, it could be bad. Well, I'm not\na doctor, but I'm worried." +13900 ,,,,,,,甜花,Tenka,300_TC00_t_008.wav,tenka,,33,,,,,,,,............Um. +14000 ,,,,,,,,,,tenka,,33,,,,,,,,"She seemed to hesitate a bit, but maybe because she's\nworried too, Tenka-chan eventually spoke up." +14100 ,,,,,,,甜花,Tenka,300_TC00_t_009.wav,tenka,,31,,,,,,,,My breasts... are. +14200 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,Breasts? +14300 ,,,,,,,,,,tenka,,31,,,,,,,,.................. +14400 ,,,,,,,甜花,Tenka,300_TC00_t_010.wav,tenka,,11,,,,,,,,"...Uncle, don't stare." +14500 ,,,,,,,,,,tenka,,11,,,,,,,,"Oh, I realized I was staring intently from 15 centimeters\naway. Well, it was over her clothes though." +14600 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"No, I was just wondering if you were injured or something.\nThat's not the case, right?" +14700 ,,,,,,,,,,tenka,,11,,,,,,,,"I asked as I moved my face away. Tenka-chan looked a bit\nconfused, but then," +14800 ,,,,,,,甜花,Tenka,300_TC00_t_011.wav,tenka,,33,,,,,,,,I'm not injured. I'd know if I bumped into something. +14900 ,,,,,,,,,,tenka,,33,,,,,,,,"She said. Yeah, that makes sense." +15000 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Hmm... +15100 ,,,,,,,,,,tenka,,33,,,,,,,,There's no way she did something that would cause an\ninfection in her breasts. +15200 ,,,,,,,,,,tenka,,33,,,,,,,,...I'm not sure if I should ask this. +15300 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Tenka-chan, do you ever play with your breasts or nipples at\nhome?" +15400 ,,,,,,,甜花,Tenka,300_TC00_t_012.wav,tenka,,31,,,,,,,,............Wha!? +15500 ,,,,,,,甜花,Tenka,300_TC00_t_013.wav,tenka,,11,,,,,,,,"What are you saying, Uncle!? Is this harassment!?" +15600 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"No, no, no, it's not like that, I don't mean it in a weird\nway." +15700 ,,,,,,,,,,tenka,,11,,,,,,,,"Yeah, honestly, I did have some strange thoughts. Like, what\nif she was masturbating with her nipples!? Or something." +15800 ,,,,,,,,,,tenka,,11,,,,,,,,"Well, maybe that's not the case, but she might unknowingly\nplay with them." +15900 ,,,,,,,甜花,Tenka,300_TC00_t_014.wav,tenka,,16,,,,,,,,"Uh, um..." +16000 ,,,,,,,,,,tenka,,16,,,,,,,,"Then Tenka-chan blushed, looking like she was having a hard\ntime speaking." +16100 ,,,,,,,甜花,Tenka,300_TC00_t_015.wav,tenka,,13,,,,,,,,I-I did a little bit of what's called a bust-up massage... +16200 ,,,,,,,,,,tenka,,13,,,,,,,,...I see. +16300 ,,,,,,,,,,tenka,,13,,,,,,,,"In that case, she might have accidentally hurt herself and\ncaused an infection." +16400 ,,,,,,,,,,tenka,,13,,,,,,,,"I mentioned this to Tenka-chan. Hearing that, she seemed to\nstart worrying." +16500 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"So, Tenka-chan. Would you mind showing your breasts to Uncle\nfor a bit?" +16600 ,,,,,,,甜花,Tenka,300_TC00_t_016.wav,tenka,,24,,,,,,,,Eh!? +16700 ,,,,,,,,,,tenka,,24,,,,,,,,Then Tenka-chan jumped up in surprise. +16800 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,"No, you don't have to be that shocked..." +16900 ,,,,,,,,,,tenka,,24,,,,,,,,"It kind of hurts, you know?" +17000 ,,,,,,,甜花,Tenka,300_TC00_t_017.wav,tenka,,33,,,,,,,,"But, showing my breasts to Uncle means, um, um..." +17100 ,,,,,,,甜花,Tenka,300_TC00_t_018.wav,tenka,,33,,,,,,,,...It means Uncle will see my breasts!? +17200 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Y-Yeah, that's right." +17300 ,,,,,,,,,,tenka,,33,,,,,,,,Tenka-chan is confused. +17400 ,,,,,,,甜花,Tenka,300_TC00_t_019.wav,tenka,,31,,,,,,,,...No. It's embarrassing. +17500 ,,,,,,,,,,tenka,,31,,,,,,,,"Well, I understand it's embarrassing. But we can't just\nleave it like that, right? Otherwise, I won't be able to see\nher breasts..." +17600 ,,,,,,,,,,tenka,,31,,,,,,,,"No, no, I mean, I won't be able to check if Tenka-chan's\nbreasts are okay." +17700 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,But it might be an illness... +17800 ,,,,,,,甜花,Tenka,300_TC00_t_020.wav,tenkaL,,4,,,,,,,,Eh! An illness...!? +17900 ,,,,,,,,,,tenkaL,,4,,,,,,,,"Hearing the word 'illness,' Tenka-chan raised her voice in\nworry." +18000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,4,,,,,,,,"That's why I want to see Tenka-chan's breasts, to check." +18100 ,,,,,,,甜花,Tenka,300_TC00_t_021.wav,tenka,,33,,,,,,,,...No. It's still embarrassing. +18200 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Then how about Tenka-chan wears a blindfold? It's\nembarrassing because you know Uncle is watching, right?" +18300 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"If you can't see Uncle, don't you think it won't be as\nembarrassing?" +18400 ,,,,,,,甜花,Tenka,300_TC00_t_022.wav,tenka,,11,,,,,,,,Maybe... but it's still embarrassing! It doesn't change the\nfact that Uncle will see! +18500 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"That's true, but otherwise I can't check." +18600 ,,,,,,,甜花,Tenka,300_TC00_t_023.wav,tenka,,33,,,,,,,,U-uh... +18700 ,,,,,,,甜花,Tenka,300_TC00_t_024.wav,tenka,,33,,,,,,,,"I-if it's really an illness, I should go to the doctor." +18800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"But if you go to the doctor, you'll have to tell your dad,\nmom, and the doctor about it, right? About playing with your\nbreasts..." +18900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,They might think Tenka-chan is a girl who likes to play with\nher breasts? +19000 ,,,,,,,甜花,Tenka,300_TC00_t_025.wav,tenka,,16,,,,,,,,Ugh...!! +19100 ,,,,,,,,,,tenka,,16,,,,,,,,It seemed that this had an unexpected effect. +19200 ,,,,,,,,,,tenka,,16,,,,,,,,We were talking about breast enhancement... but there might\nbe other motives as well. +19300 ,,,,,,,,,,tenka,,16,,,,,,,,"Considering recent events, maybe she's becoming more aware\nof her sexuality..." +19400 ,,,,,,,甜花,Tenka,300_TC00_t_026.wav,tenkaL,,33,,,,,,,,...Will you look properly? +19500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,Of course. +19600 ,,,,,,,甜花,Tenka,300_TC00_t_027.wav,tenkaL,,16,,,,,,,,You won't laugh? +19700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,16,,,,,,,,I don't know where I'd laugh at seeing a cute girl... but I\nwon't laugh. +19800 ,,,,,,,甜花,Tenka,300_TC00_t_028.wav,tenkaL,,16,,,,,,,,"Don't say anything weird, okay? Absolutely, absolutely not,\nokay?" +19900 ,,,,,,,主人公,Kiyoshi,,tenkaL,,16,,,,,,,,Yeah. +20000 ,,,,,,,甜花,Tenka,300_TC00_t_029.wav,tenkaL,,13,,,,,,,,Then... +20100 ,,,,,,,,,,tenkaL,,13,,,,,,,,Alright! It's leading to seeing Tenka-chan's bare breasts!\nI'm happy! So happy! +20200 ,,,,,,,甜花,Tenka,300_TC00_t_030.wav,tenkaL,,33,,,,,,,,...But do you have a blindfold? +20300 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,"Yeah, I think I have an eye mask I use when I sleep... here\nit is." +20500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,"Here, put this on." +20600 ,,,,,,,甜花,Tenka,300_TC00_t_031.wav,tenkaL,,33,,,,,,,,O-okay... +20700 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan nervously puts on the eye mask. Now, Tenka-chan\nshouldn't be able to see anything." +20800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Then, can you take off your top and lie down...? Is that\nokay?" +20900 ,,,,,,,甜花,Tenka,300_TC00_t_032.wav,,,,,,,,,,,Yeah... +21000 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan timidly lifts her clothes. Her white skin\ngradually becomes exposed, and just that alone is exciting!" +21100 ,,,,,,,甜花,Tenka,300_TC00_t_033.wav,,,,,,,,,,,Nn... there... we go +21200 ,,,,,,,,,,,,,,,,,,,,"Since she's blindfolded, I help Tenka-chan a bit as she\nstruggles to undress." +21300 ,,,,,,,,,,,,,,,,,,,,"Breasts! Ohhh! But as soon as her hands slip out of the\nsleeves, Tenka-chan immediately covers them. Even though she\nhas to show them eventually, she's being so stubborn..." +21400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Then, lie down there." +21500 ,,,,,,,甜花,Tenka,300_TC00_t_034.wav,,,,,,,,,,,Okay. +21600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,You can't cover your breasts. +21700 ,,,,,,,甜花,Tenka,300_TC00_t_035.wav,,,,,,,,,,,"Ugh, I know..." +21800 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan says that, but she still seems a bit hesitant." +21900 ,,,,,,,甜花,Tenka,300_TC00_t_036.wav,,,,,,,,,,,Here goes!! +22000 ,,,,,,,,,,,,,,,,,,,,"Saying that, she lowers her hands." +22300 ,,,10,,3200000,,,,,,,,,,,,,,, +22400 ,*mem,,,,3200000,,,,,,,,,,,,,,, +22500 ,,,10,,3200000,,,,,,,,,,,,,,,"Oh, ohhhhh!!" +22600 ,,,,,3200000,,,,,,,,,,,,,,,Breasts! Breasts! Breasts! +22700 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"...Sorry, I got carried away." +22800 ,,,,,3200000,,甜花,Tenka,300_TC00_t_037.wav,tenka,,0,,,,,,,,...? +22900 ,,,,,3200000,,,,,,,,,,,,,,,"In front of me are Tenka-chan's small mounds. Even though\nthey're small, they still seem bigger than Chii-chan's or\nKomako-chan's." +23000 ,,,,,3200000,,,,,,,,,,,,,,,"Well, I've never actually compared them, so I'm mostly\nspeaking from imagination." +23100 ,,,,,3200000,,,,,,,,,,,,,,,"Anyway, right in front of me, Tenka-chan's breasts are\nexposed, all the way to the small pink tips. There's no way\nI can't be moved by this." +23200 ,,,,,3200000,,,,,,,,,,,,,,,"But if Tenka-chan realizes that, it would be troublesome." +23300 ,,,,,3200000,,,,,,,,,,,,,,,"I need to keep my voice calm, calm... Well, she can't see my\nface relaxing, so it's fine, right?" +23400 ,,,,,3200000,,,,,,,,,,,,,,,"I stare intently at Tenka-chan's breasts. They're so\nbeautiful that I'm captivated, but that's not all I should\ndo." +23500 ,,,,,3200000,,,,,,,,,,,,,,,"At the very least, I need to check for any abnormalities\nthat might be causing her pain." +23600 ,,,,,3200000,,,,,,,,,,,,,,,...That being said. +23700 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"They're beautiful, and there's no redness anywhere. Just by\nlooking at the surface, nothing seems wrong, right?" +23800 ,,,,,3200000,,甜花,Tenka,300_TC00_t_038.wav,tenka,,0,,,,,,,,Is... that so? +23900 ,,,,,3200000,,,,,,,,,,,,,,,"Hearing that, Tenka-chan seems relieved, yet not entirely.\nWell, it's understandable since we don't know the cause of\nher breast pain." +24000 ,,,,,3200000,,,,,,,,,,,,,,,Even so... gulp. +24100 ,,,,,3200000,,,,,,,,,,,,,,,"Thinking about Tenka-chan's bare breasts right in front of\nme, I can't help but struggle to hold back." +24200 ,,,,,3200000,,,,,,,,,,,,,,,"My lower half is already rock hard... and my head feels like\nit's going crazy, what should I do?" +24300 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,.................. +24400 ,,,,,3200000,,,,,,,,,,,,,,,T-Tenka-chan is blindfolded... she shouldn't know what I'm\nabout to do. +24500 ,,,,,3200000,,,,,,,,,,,,,,,"Alright... gently, I'll... move my hand closer..." +24600 ,,,,,3200010,,甜花,Tenka,300_TC00_t_039.wav,tenka,,0,,,,,,,,Kyaa!? +24700 ,,,,,3200010,,,,,,,,,,,,,,,"The moment I touched her skin, Tenka-chan flinched and\nshrank back." +24800 ,,,,,3200010,,甜花,Tenka,300_TC00_t_040.wav,tenka,,0,,,,,,,,W-What? Mister!? +24900 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,Stay still. I'm going to check a bit more. +25000 ,,,,,3200010,,,,,,,,,,,,,,,I say that to Tenka-chan in a voice that sounds serious. +25100 ,,,,,3200010,,,,,,,,,,,,,,,Tenka-chan's skin is smooth and feels really nice. I\nstruggle to resist the urge to touch her more firmly. +25200 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"So, Tenka-chan, does it hurt like this?" +25300 ,,,,,3200010,,,,,,,,,,,,,,,"Before Tenka-chan could say anything, I said that. I can't\ngive her enough time to understand what's being done to her." +25400 ,,,,,3200000,,甜花,Tenka,300_TC00_t_041.wav,tenka,,0,,,,,,,,N-No... it doesn't hurt that much... +25500 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, Tenka-chan, it didn't hurt like this before, right?" +25600 ,,,,,3200000,,甜花,Tenka,300_TC00_t_042.wav,tenka,,0,,,,,,,,Y-Yeah... it didn't really hurt until a little while ago... +25700 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"I see, I'll touch a bit more then." +25800 ,,,,,3200000,,,,,,,,,,,,,,,"Saying that, I pretend to give a massage and touch Tenka-\nchan's breasts." +25900 ,,,,,3200010,,甜花,Tenka,300_TC00_t_043.wav,tenka,,0,,,,,,,,"Hya, wa!" +26000 ,,,,,3200010,,,,,,,,,,,,,,,Tenka-chan squirms. But it doesn't seem like she's in pain. +26100 ,,,,,3200010,,甜花,Tenka,300_TC00_t_044.wav,tenka,,0,,,,,,,,I-It's ticklish... +26200 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"Better than pain, right?" +26300 ,,,,,3200010,,甜花,Tenka,300_TC00_t_045.wav,tenka,,0,,,,,,,,"Y-Yeah, I guess..." +26400 ,,,,,3200010,,,,,,,,,,,,,,,"To avoid her saying it hurts when I squeeze, I tickle Tenka-\nchan's breasts by drawing circles with my fingertips." +26500 ,,,,,3200010,,甜花,Tenka,300_TC00_t_046.wav,tenka,,0,,,,,,,,Fua... +26600 ,,,,,3200010,,,,,,,,,,,,,,,Whoa...!? Didn't she just make a slightly pleased sound?\nTenka-chan!? +26700 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,I don't think there's any lumps or anything... +26800 ,,,,,3200010,,,,,,,,,,,,,,,"Saying something plausible, I enjoy the softness of Tenka-\nchan's breasts with my fingertips." +26900 ,,,,,3200010,,,,,,,,,,,,,,,"...Secretly, I gradually move my fingers closer to the\ncenter." +27000 ,,,,,3200000,,甜花,Tenka,300_TC00_t_047.wav,tenka,,0,,,,,,,,"Ah, somehow... I feel like the pain is subsiding a bit..." +27100 ,,,,,3200000,,,,,,,,,,,,,,,"As she says that, I feel like Tenka-chan's breathing is\ngetting a bit faster. Her cheeks seem a little red too..." +27200 ,,,,,3200000,,,,,,,,,,,,,,,"Continuing to tickle, I move my fingers from the side\ntowards the peak of the swell." +27300 ,,,,,3200000,,甜花,Tenka,300_TC00_t_048.wav,tenka,,0,,,,,,,,"Fua... n, n, somehow... it feels kind of nice..." +27400 ,,,,,3200000,,,,,,,,,,,,,,,I feel like Tenka-chan's nipples are gradually turning red.\nAnd they're getting so pointy... is she really feeling it? +27500 ,,,,,3200000,,,,,,,,,,,,,,,"Ah, I want to touch them, pinch the tips, play with\nthem...!! Funi." +27600 ,,,,,3200010,,甜花,Tenka,300_TC00_t_049.wav,tenka,,0,,,,,,,,Kyaa!? +27700 ,,,,,3200010,,,,,,,,,,,,,,,"Whoa!? While thinking about that, I accidentally touched her\nnipple!!" +27800 ,,,,,3200010,,甜花,Tenka,300_TC00_t_050.wav,tenka,,0,,,,,,,,Uncle... you touched the tip of my breast... +27900 ,,,,,3200010,,,,,,,,,,,,,,,W-What should I do... how should I explain this? +28000 ,,,,,3200010,,,,,,,,,,,,,,,"I mean, Tenka-chan was feeling it too! Her nipples were\ngetting pointy!" +28100 ,,,,,3200010,,,,,,,,,,,,,,,"Ah, that's it! I just thought of a good idea!" +28200 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"No, that's not it, I figured it out, Tenka- chan!" +28300 ,,,,,3200010,,甜花,Tenka,300_TC00_t_051.wav,tenka,,0,,,,,,,,"Eh, w-what did you figure out just now!?" +28400 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"Look, the tip of Tenka-chan's breast is puffing up, right?\nThis means Tenka-chan's breasts are trying to grow bigger!!" +28500 ,,,,,3200010,,甜花,Tenka,300_TC00_t_052.wav,tenka,,0,,,,,,,,R-Really...? +28600 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, otherwise, the tips wouldn't get all pointy like an\nadult's. This is proof that they're growing!" +28700 ,,,,,3200010,,甜花,Tenka,300_TC00_t_053.wav,tenka,,0,,,,,,,,"I-Is that so? If that's the case, I'm a little happy..." +28800 ,,,,,3200010,,,,,,,,,,,,,,,"Hearing that it's a sign her breasts are growing, Tenka-chan\nclearly looks happy." +28900 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"So, this pain is what they call 'growing pains'." +29000 ,,,,,3200010,,甜花,Tenka,300_TC00_t_054.wav,tenka,,0,,,,,,,,...'Growing pains'? +29100 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, because your breasts are trying to grow suddenly,\nTenka-chan's body can't keep up... It's like muscle pain?\nThat's what's happening." +29200 ,,,,,3200010,,,,,,,,,,,,,,,"Right now, I'm making excuses for touching Tenka-chan, but I\nfeel like this reasoning isn't entirely wrong about the pain\nshe's feeling." +29300 ,,,,,3200000,,甜花,Tenka,300_TC00_t_055.wav,tenka,,0,,,,,,,,"I see... So, I don't need to go to the doctor?" +29400 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"If it becomes unbearable, you should go. But you don't like\nthe pain, right?" +29500 ,,,,,3200000,,甜花,Tenka,300_TC00_t_056.wav,tenka,,0,,,,,,,,I might not like it. +29600 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"Then, should we try to prevent it from getting more painful?" +29700 ,,,,,3200000,,甜花,Tenka,300_TC00_t_057.wav,tenka,,0,,,,,,,,...Is there a way to do that? +29800 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, like I explained earlier, Tenka-chan's chest pain is\nlike muscle pain... So if you gently massage and loosen it,\nit'll be fine." +29900 ,,,,,3200000,,,,,,,,,,,,,,,"From here on, it's all nonsense." +30000 ,,,,,3200000,,甜花,Tenka,300_TC00_t_058.wav,tenka,,0,,,,,,,,"B-But if you touch it too hard, it hurts." +30100 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"But if we leave it like this, it'll hurt even more." +30200 ,,,,,3200000,,甜花,Tenka,300_TC00_t_059.wav,tenka,,0,,,,,,,,Mmm... Is that so...? +30300 ,,,,,3200000,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, I'll massage it so it doesn't hurt." +30400 ,,,,,3200010,,甜花,Tenka,300_TC00_t_060.wav,tenka,,0,,,,,,,,B-But... kya!? +30500 ,,,,,3200010,,,,,,,,,,,,,,,"Without giving her a chance to refuse, I pressed my tongue\nagainst Tenka-chan's puffed-up spot. I can't hold back\nanymore!" +30600 ,,,,,3200010,,甜花,Tenka,300_TC00_t_061.wav,tenka,,0,,,,,,,,W-What is this slippery feeling... what is this!? +30700 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,I just applied a wet cloth. +30800 ,,,,,3200010,,甜花,Tenka,300_TC00_t_062.wav,tenka,,0,,,,,,,,W-Was it always like this...? +30900 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, this way it doesn't rub against the skin, so it doesn't\nhurt, right?" +31000 ,,,,,3200010,,,,,,,,,,,,,,,"As I said that, I gently kneaded Tenka-chan's other breast\nwith my hand." +31100 ,,,,,3200010,,甜花,Tenka,300_TC00_t_063.wav,tenka,,0,,,,,,,,"Hya! Huh... no, ah!" +31200 ,,,,,3200010,,,,,,,,,,,,,,,"Wow, Tenka-chan's breath is hitting me." +31300 ,,,,,3200010,,甜花,Tenka,300_TC00_t_064.wav,tenka,,0,,,,,,,,O-Ojisa... it feels kind of strange... +31400 ,,,,,3200010,,,,,,,,,,,,,,,"As I lick, Tenka-chan's nipple that touches the tip of my\ntongue gets harder and harder. I switch sides and savor the\nother nipple with my tongue." +31500 ,,,,,3200010,,,,,,,,,,,,,,,"Then, I pinched the pointed nipple and kneaded it." +31600 ,,,,,3200010,,甜花,Tenka,300_TC00_t_065.wav,tenka,,0,,,,,,,,"Ah, ah! O-Ojisan, it's tingling...!!" +31700 ,,,,,3200010,,,,,,,,,,,,,,,"I can't hold back anymore. My pants are tight and\nbothersome. So I hurriedly pulled down my pants along with\nmy underwear, freeing my penis." +31800 ,,,,,3200010,,主人公,Kiyoshi,,,,,,,,,,,,"The tip of the breast is where it grows the most. Now, I'll\nmassage the whole thing next." +31900 ,,,,,3200000,,甜花,Tenka,300_TC00_t_066.wav,tenka,,0,,,,,,,,O-Okay... +32000 ,,,,,3200000,,,,,,,,,,,,,,,"Tenka-chan, her cheeks now completely red, I pressed my\nthrobbing penis, already leaking pre-cum, against her\nnipple." +32300 ,,,,,3200030,,甜花,Tenka,300_TC00_t_067.wav,tenka,,0,,,,,,,,"Kya, kya! It's all sticky!" +32400 ,,,,,3200030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to massage it now, so stay still." +32500 ,,,,,3200020,,甜花,Tenka,300_TC00_t_068.wav,tenka,,0,,,,,,,,O-Okay... +32600 ,,,,,3200020,,,,,,,,,,,,,,,"I'm also excited and breathing heavily, but I try my best to\nhide it from Tenka-chan as I rub my penis against her\nbreasts." +32700 ,,,,,3200020,,,,,,,,,,,,,,,Her breasts began to glisten with the pre-cum dripping from\nthe tip. +32800 ,,,,,3200020,,甜花,Tenka,300_TC00_t_069.wav,tenka,,0,,,,,,,,"It's so soft and smooth... hmm, it feels better than the\ncloth from before..." +32900 ,,,,,3200020,,主人公,Kiyoshi,,,,,,,,,,,,"Really? It's a good one, after all." +33000 ,,,,,3200020,,,,,,,,,,,,,,,She'd be shocked if she knew it was the underside of my\npenis pressing against her. +33100 ,,,,,3200020,,甜花,Tenka,300_TC00_t_070.wav,tenka,,0,,,,,,,,"Hmm, hmm! If you press that much, it feels... strange..." +33200 ,,,,,3200020,,主人公,Kiyoshi,,,,,,,,,,,,"Stay still, it'll be over soon." +33300 ,,,,,3200020,,,,,,,,,,,,,,,My hips move on their own. The way Tenka- chan's still small\nbreasts change shape at the tip of my penis is thrilling. +33400 ,,,,,3200030,,甜花,Tenka,300_TC00_t_071.wav,tenka,,0,,,,,,,,"Ah, nn! Nnn, something... nn, my breasts are getting all\ntingly... It might be weird, mister..." +33500 ,,,,,3200030,,主人公,Kiyoshi,,,,,,,,,,,,I-I'm stimulating them... Tenka-chan's breasts are reacting\nand trying to grow bigger... +33600 ,,,,,3200030,,甜花,Tenka,300_TC00_t_072.wav,tenka,,0,,,,,,,,R-Really...? +33700 ,,,,,3200030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, now for the other side... ugh." +33800 ,,,,,3200030,,,,,,,,,,,,,,,"I move my penis away from her right nipple and switch to the\nother side. Her breasts, now free from my penis, rub against\nit as if to absorb the pre-cum." +33900 ,,,,,3200030,,甜花,Tenka,300_TC00_t_073.wav,tenka,,0,,,,,,,,"Nn, kya! Ah, nn...! I, nn...!! Haa, haa...!!" +34000 ,,,,,3200030,,,,,,,,,,,,,,,"With an eye mask on, Tenka-chan gasps with her mouth wide\nopen. I want to thrust my penis into that mouth, but I hold\nback for now." +34100 ,,,,,3200030,,甜花,Tenka,300_TC00_t_074.wav,tenka,,0,,,,,,,,"Is it... still not over...? Mister, I feel like I'm becoming\nstrange... maybe...!" +34200 ,,,,,3200030,,,,,,,,,,,,,,,Tenka-chan arches her back and moans. Is Tenka-chan already\nfeeling it...? +34300 ,,,,,3200030,,甜花,Tenka,300_TC00_t_075.wav,tenka,,0,,,,,,,,"It's not pain, but it's like a prickling... itchy, ticklish\nfeeling... ah, haa...!!" +34400 ,,,,,3200030,,,,,,,,,,,,,,,"As Tenka-chan twists her body as if saying no, my penis\nbecomes even harder." +34500 ,,,,,3200030,,主人公,Kiyoshi,,,,,,,,,,,,"J-Just a little more, it'll be over soon... I'm about to...\ncan't hold it..." +34600 ,,,,,3200020,,甜花,Tenka,300_TC00_t_076.wav,tenka,,0,,,,,,,,M-Mister... what...? +34700 ,,,,,3200020,,,,,,,,,,,,,,,"I have to keep my voice down... Silently, I cover Tenka-\nchan's cute breasts with it... Alright, alright, it's\ncoming, I'm going to cover you now!" +34900 ,,,,,3200040,,主人公,Kiyoshi,,,,,,,,,,,,Ugh...!! +35000 ,,,,,3200040,,,,,,,,,,,,,,,"Suppressing my voice to a whisper so Tenka- chan can't hear,\nI lavishly cover her breasts." +35100 ,,,,,3200040,,,,,,,,,,,,,,,"It's still coming out... My penis is about to shoot a second\nand third time. Alright, now for the other nipple!" +35200 ,,,,,3200040,,甜花,Tenka,300_TC00_t_077.wav,tenka,,0,,,,,,,,Ahh!? It's hot!! +35300 ,,,,,3200040,,主人公,Kiyoshi,,,,,,,,,,,,It's a medicine that makes you feel that way... it's an\nointment...!! +35400 ,,,,,3200040,,甜花,Tenka,300_TC00_t_078.wav,tenka,,0,,,,,,,,"I-Is that so...? Ah, hey, so much?" +35500 ,,,,,3200040,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah, it won't work unless it's applied all over the\nbreasts...!!" +35600 ,,,,,3200040,,,,,,,,,,,,,,,"Saying that, I continue to ejaculate over and over again on\nTenka-chan's breasts, alternating between them. In no time,\nboth of Tenka-chan's breasts were completely covered in\nwhite." +35700 ,,,,,3200040,,主人公,Kiyoshi,,,,,,,,,,,,A-Alright... +35800 ,,,,,3200040,,,,,,,,,,,,,,,"Panting heavily, I press my now less forceful penis against\nTenka-chan's chest." +36000 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,I'll rub it in a little... +36100 ,,,,,3200050,,,,,,,,,,,,,,,"While swirling the tip of my penis on her nipples, I use my\nhands to spread my semen into Tenka-chan's breasts." +36200 ,,,,,3200050,,,,,,,,,,,,,,,"To be able to rub my sticky semen from my penis into Tenka-\nchan's cute breasts, how happy I am." +36300 ,,,,,3200050,,甜花,Tenka,300_TC00_t_079.wav,tenka,,0,,,,,,,,"Ah, nngh... hey, ahh... nngh!" +36400 ,,,,,3200050,,,,,,,,,,,,,,,"As if being massaged with lotion, Tenka-chan shivers as her\nchest is caressed with the slippery semen. But maybe she's\nstarting to feel it, as there's no resistance." +36500 ,,,,,3200050,,,,,,,,,,,,,,,"Being able to thoroughly massage her breasts and even cover\nthem, a great sense of satisfaction welled up in my chest." +36600 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Just a little more, bear with it, okay?" +36700 ,,,,,3200050,,甜花,Tenka,300_TC00_t_080.wav,tenka,,0,,,,,,,,Y-Yeah... nngh! +36800 ,,,,,3200050,,,,,,,,,,,,,,,"Playing with Tenka-chan while she's asleep is exciting, of\ncourse, but doing this... playing with Tenka-chan while\nshe's awake gives me a sense of guilt." +36900 ,,,,,3200050,,,,,,,,,,,,,,,It might become a habit. +37000 ,,,,,3200050,,甜花,Tenka,300_TC00_t_081.wav,tenka,,0,,,,,,,,"Nngh... um, um... hey?" +37100 ,,,,,3200050,,,,,,,,,,,,,,,"While mindlessly touching Tenka-chan's breasts, she spoke to\nme." +37200 ,,,,,3200050,,甜花,Tenka,300_TC00_t_082.wav,tenka,,0,,,,,,,,"Like, if my breasts hurt... or if they're getting bigger,\nand also... if mister gave me a massage..." +37300 ,,,,,3200050,,甜花,Tenka,300_TC00_t_082a.wav,,,,,,,,,,,And also... if I showed mister my breasts... +37400 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,Y-Yeah +37500 ,,,,,3200050,,甜花,Tenka,300_TC00_t_083.wav,tenka,,0,,,,,,,,"I-It's a secret, okay?" +37600 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,Of course. It's a secret between Tenka-chan and me. +37700 ,,,,,3200050,,甜花,Tenka,300_TC00_t_084.wav,tenka,,0,,,,,,,,"You're the only one I can talk to about this, mister..." +37800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_085.wav,tenka,,0,,,,,,,,...Th-Thank you... mister. +37900 ,,,,,3200050,,,,,,,,,,,,,,,"With her eyes covered, Tenka-chan blushed a little as she\nsaid that. Th-This is..." +38000 ,,,,,3200050,,,,,,,,,,,,,,,Could it be that Tenka-chan likes me...? +38100 ,,,,,3200050,,,,,,,,,,,,,,,It's not normal for a girl to talk about her breasts\nhurting... or to ask for such intimate advice. +38200 ,,,,,3200050,,,,,,,,,,,,,,,Girls around Tenka-chan's age would usually be too\nembarrassed to even tell their parents. +38300 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,............ +38400 ,,,,,3200050,,,,,,,,,,,,,,,"This... it confirms that Tenka-chan likes me, right? She let\nme see and touch her breasts, so it must mean that, right?" +38500 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, um, Tenka-chan, since we're on the topic, I'll just say\nit..." +38600 ,,,,,3200050,,甜花,Tenka,300_TC00_t_086.wav,tenka,,0,,,,,,,,"Ah... nngh... what is it, mister?" +38700 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"I like you, Tenka-chan." +38800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_087.wav,tenka,,0,,,,,,,,W-What are you saying all of a sudden? +38900 ,,,,,3200050,,,,,,,,,,,,,,,"Of course, she'd be flustered. Anyone would be if they were\nsuddenly confessed to. But... she'll understand, right?" +39000 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"You like me too, right, Tenka-chan? So... w-would you be my\ngirlfriend?" +39100 ,,,,,3200050,,甜花,Tenka,300_TC00_t_088.wav,tenka,,0,,,,,,,,!? W-What!? +39200 ,,,,,3200050,,,,,,,,,,,,,,,Tenka-chan was very surprised. +39300 ,,,,,3200050,,甜花,Tenka,300_TC00_t_089.wav,tenka,,0,,,,,,,,I-I don't know what to say to that! +39400 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,Do you dislike me? +39500 ,,,,,3200050,,甜花,Tenka,300_TC00_t_090.wav,tenka,,0,,,,,,,,"Well, you listen to me a lot and help me with various\nthings, so I like that about you..." +39600 ,,,,,3200050,,甜花,Tenka,300_TC00_t_091.wav,tenka,,0,,,,,,,,But that's a friend's kind of like. +39700 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"So, you do like me, Tenka-chan." +39800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_092.wav,tenka,,0,,,,,,,,"That's not what I mean! Besides, if I were to have a\nboyfriend, I'd want someone cool like Sakurai-kun!" +39900 ,,,,,3200050,,,,,,,,,,,,,,,"Ugh... Sakurai-kun? Isn't that a bit too high of an ideal,\nTenka-chan...?" +40000 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Look, I think my nose bridge is a bit similar to Sakurai-\nkun's..." +40100 ,,,,,3200050,,甜花,Tenka,300_TC00_t_093.wav,tenka,,0,,,,,,,,"No way! You're just an old man. Besides, Sakurai-kun is the\ncoolest in the universe." +40200 ,,,,,3200050,,,,,,,,,,,,,,,"She answered immediately! Damn, that stung a bit." +40300 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"I think it's good to have dreams, but don't you think you're\naiming a bit too high, Tenka-chan...?" +40400 ,,,,,3200050,,甜花,Tenka,300_TC00_t_094.wav,tenka,,0,,,,,,,,"That's not true. Someday, I'll have a boyfriend like\nSakurai-kun." +40500 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"All girls say that, but it doesn't work out that easily, you\nknow?" +40600 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"If you keep saying things like Tenka-chan, you'll end up\nalone forever until you die. Isn't that lonely?" +40700 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"People might think you're snobby and unpleasant, and you\nmight end up being disliked." +40800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_095.wav,tenka,,0,,,,,,,,...That... would be... awful... +40900 ,,,,,3200050,,,,,,,,,,,,,,,"Tenka-chan, who has a complex about being alone, suddenly\nlooked troubled." +41000 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"And if by any chance you did get someone as cool as Sakurai-\nkun as a boyfriend, there's no guarantee he'd only look at\nyou, Tenka- chan." +41100 ,,,,,3200050,,甜花,Tenka,300_TC00_t_096.wav,tenka,,0,,,,,,,,"Well! ...Sakurai-kun is cool, so that might happen..." +41200 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"In that regard, I'm devoted to you, Tenka- chan! I'll always\nbe by your side!" +41300 ,,,,,3200050,,甜花,Tenka,300_TC00_t_097.wav,tenka,,0,,,,,,,,"N-No way! If an idol had a boyfriend, they'd get bashed!" +41400 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"That's not true. Sometimes when it's revealed they have\nboyfriends, don't you think it's just because everyone has\none but they're hiding it?" +41500 ,,,,,3200050,,甜花,Tenka,300_TC00_t_098.wav,tenka,,0,,,,,,,,Ugh... I-Is that so...? +41600 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,That's right! There's no way a girl without a boyfriend\ncould become that beautiful and sexy! +41700 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"You know, haven't you heard that girls become prettier when\nthey're in love...?" +41800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_099.wav,tenka,,0,,,,,,,,"...Ugh... It's true, not having a boyfriend might make me\nseem childish..." +41900 ,,,,,3200050,,,,,,,,,,,,,,,"Alright, this is the time to push!" +42000 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Exactly, see, thinking of me as just an old guy is the\nproblem. If you think of me as an older boyfriend... doesn't\nthat sound cool?" +42100 ,,,,,3200050,,甜花,Tenka,300_TC00_t_100.wav,tenka,,0,,,,,,,,Indeed. An older boyfriend... might be a bit cool? +42200 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Right!? If you're worried, Tenka-chan, we can start with a\ntrial boyfriend." +42300 ,,,,,3200050,,甜花,Tenka,300_TC00_t_101.wav,tenka,,0,,,,,,,,Trial? +42400 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, like going on dates and practicing, right?" +42500 ,,,,,3200050,,甜花,Tenka,300_TC00_t_102.wav,tenka,,0,,,,,,,,Hmm............ +42600 ,,,,,3200050,,甜花,Tenka,300_TC00_t_103.wav,tenka,,0,,,,,,,,Hmm............ +42700 ,,,,,3200050,,,,,,,,,,,,,,,Tenka-chan is deep in thought. But it doesn't seem like a\nbad flow... right? +42800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_104.wav,tenka,,0,,,,,,,,"...W-Well, if it's just a trial, then okay." +42900 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,Is it okay if I become your old guy boyfriend!? +43000 ,,,,,3200050,,甜花,Tenka,300_TC00_t_105.wav,tenka,,0,,,,,,,,"Well, I'll settle... for an old guy." +43100 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,Yahoo!! +43200 ,,,,,3200050,,,,,,,,,,,,,,,I couldn't help but raise one hand in the air. But I'm\nreally happy! +43300 ,,,,,3200050,,甜花,Tenka,300_TC00_t_106.wav,tenka,,0,,,,,,,,A-Are you that happy even if it's just a trial? +43400 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, because I'm Tenka-chan's boyfriend! How could I\nnot be happy about that!" +43500 ,,,,,3200050,,甜花,Tenka,300_TC00_t_107.wav,tenka,,0,,,,,,,,I-I see... +43600 ,,,,,3200050,,,,,,,,,,,,,,,Tenka-chan doesn't seem entirely against it; her cheeks look\nredder than before. +43700 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's start practicing right away! Tenka-chan,\nlet's get naughty with your old guy!" +43800 ,,,,,3200050,,甜花,Tenka,300_TC00_t_108.wav,tenka,,0,,,,,,,,W-What!? +43900 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you want to be sexy, right? Then you need to\nactively learn about naughty things too." +44000 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"Since you have a boyfriend now, let's have lots of sex and\nbecome a cute and sexy girl▼" +44100 ,,,,,3200050,,甜花,Tenka,300_TC00_t_109.wav,tenka,,0,,,,,,,,N-No! I want to do it with someone I love! +44200 ,,,,,3200050,,,,,,,,,,,,,,,I inch closer to Tenka-chan. +44300 ,,,,,3200050,,主人公,Kiyoshi,,,,,,,,,,,,"But Tenka-chan, we're lovers, so there's no problem with\nbeing naughty, right?" +44400 ,,,,,3200050,,甜花,Tenka,300_TC00_t_110.wav,tenka,,0,,,,,,,,Nooooo! +44500 ,,,,,3200050,,,,,,,,,,,,,,,"As Tenka-chan tries to get up and escape, I grab her pants\nand forcefully pull them down to her knees along with her\npanties." +44700 ,,,11,,3201000,,甜花,Tenka,300_TC00_t_111.wav,tenka,,0,,,,,,,,N-No... +44800 ,,,,,3201000,,,,,,,,,,,,,,,Tenka-chan looks at me with frightened eyes. +44900 ,,,,,3201000,,主人公,Kiyoshi,,,,,,,,,,,,"You don't have to be so scared, Tenka-chan. I'm your\nboyfriend, right? I wouldn't do anything terrible to you." +45000 ,,,,,3201000,,甜花,Tenka,300_TC00_t_112.wav,tenka,,0,,,,,,,,But your face is scary... +45100 ,,,,,3201000,,主人公,Kiyoshi,,,,,,,,,,,,"That's just your imagination. I'm just an ordinary old guy,\nright? There's nothing scary about me." +45200 ,,,,,3201000,,甜花,Tenka,300_TC00_t_113.wav,tenka,,0,,,,,,,,"But, but..." +45300 ,,,,,3201000,,,,,,,,,,,,,,,"From behind, her protruding butt looks very sexy." +45400 ,,,,,3201000,,,,,,,,,,,,,,,"And my eyes are glued to Tenka-chan's important place, which\nis perfectly described as a simple 'cleft.'" +45500 ,,,,,3201000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan's naughty part is smooth and plump, it's\nadorable." +45600 ,,,,,3201000,,甜花,Tenka,300_TC00_t_114.wav,tenka,,0,,,,,,,,No! Don't look... +45700 ,,,,,3201000,,主人公,Kiyoshi,,,,,,,,,,,,"It's your pussy, so I have to take a good look. My dick is\ngoing to go in there, you know." +45800 ,,,,,3201000,,甜花,Tenka,300_TC00_t_115.wav,tenka,,0,,,,,,,,N-No!! +45900 ,,,,,3201000,,,,,,,,,,,,,,,I grab onto Tenka-chan's thighs as she tries to kick and\nescape. +46100 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"You still seem tense, so I'll help you relax. ...Lick!" +46200 ,,,,,3201010,,甜花,Tenka,300_TC00_t_116.wav,tenka,,0,,,,,,,,Nyaaah!? +46300 ,,,,,3201010,,,,,,,,,,,,,,,Mmm! The smooth feeling of her pussy! And Tenka-chan's\nscent! +46400 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"Mmm, fuu, suuu! Sniff sniff! Lick, slurp, lick lick!!" +46500 ,,,,,3201010,,甜花,Tenka,300_TC00_t_117.wav,tenka,,0,,,,,,,,"Uncle... what are you doing, licking it!? Stop, it's dirty!!" +46600 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"There's nothing dirty about Tenka-chan's body...!! Even\nhere, it's so smooth and delicious!" +46700 ,,,,,3201010,,,,,,,,,,,,,,,"I lick Tenka-chan's pussy repeatedly, then thrust my tongue\ninto the slit." +46800 ,,,,,3201010,,甜花,Tenka,300_TC00_t_118.wav,tenka,,0,,,,,,,,"Hyah!? It's dirty, y-you're...! It's gross... Uncle, stop\nit!" +46900 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"That's harsh, you should be happy your boyfriend is licking\nyou... If you just relax, it'll start to feel good soon." +47000 ,,,,,3201010,,甜花,Tenka,300_TC00_t_119.wav,tenka,,0,,,,,,,,"No way, it won't... hyah, uuu, it's gross... it's\nsticky...!!" +47100 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"Sniff sniff, it smells nice... You're starting to feel a\nlittle good, aren't you, Tenka-chan? I can smell something\nnaughty." +47200 ,,,,,3201010,,甜花,Tenka,300_TC00_t_120.wav,tenka,,0,,,,,,,,"That's not true... I wouldn't get turned on by you, Uncle...\nHnn!!" +47300 ,,,,,3201010,,,,,,,,,,,,,,,"That's what Tenka-chan says, but what about here?" +47400 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"Lick lick lick lick lick lick lick lick! Tenka-chan isn't\nbeing honest, but how long can she keep lying?" +47500 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"Slurp, lick!! Look, when I do this, Tenka- chan's pussy\nstarts twitching!" +47600 ,,,,,3201010,,甜花,Tenka,300_TC00_t_121.wav,tenka,,0,,,,,,,,"Nyaaah... n-no, it's not... it's gross... ah, no, it won't\nfeel good...!" +47700 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, Tenka-chan, you're still a child. You don't\nreally understand yet, do you? Then I'll keep licking and\nplaying with you until you do...!!" +47800 ,,,,,3201010,,甜花,Tenka,300_TC00_t_122.wav,tenka,,0,,,,,,,,"Stop it, stop it! That's not what I mean!! Nn, nyaaah!!" +47900 ,,,,,3201010,,甜花,Tenka,300_TC00_t_123.wav,tenka,,0,,,,,,,,"Hyah! No, nn!! Nnfu... nn! No, au... it's embarrassing...\nlicking where I pee is weird, you're a pervert!" +48000 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"All popular idols do it, you know? They all say it feels\ngood when they get licked, and they go 'ah ah' when they\nhave a dick inside them!" +48100 ,,,,,3201010,,甜花,Tenka,300_TC00_t_124.wav,tenka,,0,,,,,,,,"I wouldn't do that... no way... if I did that, I'd lose my\nfans... they'd criticize me... nn!!" +48200 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"That's not true, if Tenka-chan becomes sexy, you'll\ndefinitely gain lots of fans!" +48300 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"If everyone saw Tenka-chan like this, they'd be head over\nheels... your pussy is all wet and sticky, opening up like\nthis..." +48400 ,,,,,3201010,,甜花,Tenka,300_TC00_t_125.wav,tenka,,0,,,,,,,,"Ow... it hurts! Uncle, your finger hurts! It hurts!!" +48500 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"You have to endure this much. After all, a dick is going to\ngo in here soon." +48600 ,,,,,3201010,,甜花,Tenka,300_TC00_t_126.wav,tenka,,0,,,,,,,,"...No!! It won't fit, a dick won't fit!!" +48700 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,"But it's natural to do naughty things with your boyfriend,\nright? Don't worry, with practice, sex will become\nenjoyable." +48800 ,,,,,3201010,,甜花,Tenka,300_TC00_t_127.wav,tenka,,0,,,,,,,,"No, no, no! It definitely won't fit, if you do that I'll\nnever speak to you again...!!" +48900 ,,,,,3201010,,,,,,,,,,,,,,,"Well, I guess it can't be helped. It's her first time having\nsex. I understand that it's scary and painful for a virgin." +49000 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,Got it! Then let's not do it in your pussy. The first time\nis important. +49100 ,,,,,3201010,,主人公,Kiyoshi,,,,,,,,,,,,But my dick can't be contained anymore. So let me put it in\nTenka-chan's butt! +49200 ,,,,,3201010,,甜花,Tenka,300_TC00_t_128.wav,tenka,,0,,,,,,,,"Huh? No way... what? My butt? My butt? Hyah, no!?" +49300 ,,,,,3201010,,,,,,,,,,,,,,,"I just ejaculated all over Tenka-chan's chest, but my penis\nis already fully revived and hard. I press it against Tenka-\nchan's butt." +49400 ,,,,,3201010,,甜花,Tenka,300_TC00_t_129.wav,tenka,,0,,,,,,,,"My butt, you mean my butt hole!? No, no way... it won't fit,\nthat's where poop comes out!" +49500 ,,,,,3201010,,甜花,Tenka,300_TC00_t_129a.wav,,,,,,,,,,,"Uncle, Uncle listen! I said no... nyaaaaaaah!!?????" +49700 ,,,,,3201020,,甜花,Tenka,300_TC00_t_130.wav,tenka,,0,,,,,,,,"It's thick, it's going into my butt... nn, nuh, it feels\ngross, it feels gross... ugh... hic, sob..." +49800 ,,,,,3201020,,主人公,Kiyoshi,,,,,,,,,,,,"Ohhh, Tenka-chan's butt, the hole is so slippery..." +49900 ,,,,,3201020,,甜花,Tenka,300_TC00_t_131.wav,tenka,,0,,,,,,,,"It's not... it's not slippery... pull it out, pull it out,\nUncle... my butt is being pushed and my stomach feels\nweird..." +50000 ,,,,,3201020,,主人公,Kiyoshi,,,,,,,,,,,,"Pull it out...? Yeah, yeah, I'll pull it out plenty, I'll\nrub Tenka-chan's butt and make it come out a lot...!" +50100 ,,,,,3201020,,甜花,Tenka,300_TC00_t_132.wav,tenka,,0,,,,,,,,"No, the opposite! Why are you pushing, nooo... stop it...!" +50200 ,,,,,3201020,,主人公,Kiyoshi,,,,,,,,,,,,"You can't run away, Tenka-chan, it won't all fit... see,\nmore, bring your butt here, like this, and push it in...!!" +50300 ,,,,,3201020,,甜花,Tenka,300_TC00_t_133.wav,tenka,,0,,,,,,,,Nngh!? Nnnn! Nuuuu!! +50400 ,,,,,3201020,,,,,,,,,,,,,,,"Tenka-chan's butt hole is squeezing tightly, and it feels\ngood. But squeezing that much, doesn't it hurt...?" +50500 ,,,,,3201020,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, your butt hole is bright red from squeezing too\nhard, relax more...?" +50600 ,,,,,3201020,,甜花,Tenka,300_TC00_t_134.wav,tenka,,0,,,,,,,,"I can't do it... I can't do that... Uncle, my butt is so\nfull and it feels weird...!!" +50700 ,,,,,3201020,,主人公,Kiyoshi,,,,,,,,,,,,"But Tenka-chan poops too, right? Just like that, if you push\nlike 'nnn', your butt hole will naturally open." +50900 ,,,,,3201030,,甜花,Tenka,300_TC00_t_135.wav,tenka,,0,,,,,,,,"No! Why are you saying that, Uncle...! No... I don't want\nyou to see me poop..." +51000 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, you're not really going to poop." +51100 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"Uncle is plugging it with his dick, so nothing will come\nout. Just push like 'nnn'." +51200 ,,,,,3201030,,甜花,Tenka,300_TC00_t_136.wav,tenka,,0,,,,,,,,I said I can't do that!! +51300 ,,,,,3201030,,,,,,,,,,,,,,,So stubborn. +51400 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"Then Uncle will do it, okay? If Tenka-chan can't do it,\nthat's fine, right? Here we go! There!" +51500 ,,,,,3201030,,甜花,Tenka,300_TC00_t_137.wav,tenka,,0,,,,,,,,Nngh!! +51600 ,,,,,3201030,,,,,,,,,,,,,,,"I thrust my hips hard, digging into Tenka- chan's small butt\nlike I'm excavating. Thrust, thrust, thrust, repeatedly." +51700 ,,,,,3201030,,甜花,Tenka,300_TC00_t_138.wav,tenka,,0,,,,,,,,"Hah, feh... ugh... my stomach feels weird... haah, haah...\nnngh!" +51800 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan's, haah, butt, haah, sexy, anal sex, haah haah,\nthere, there there, haah, my dick is going in and out!" +51900 ,,,,,3201020,,甜花,Tenka,300_TC00_t_139.wav,tenka,,0,,,,,,,,"Nnnngh... no, stop... my stomach hurts!! No..." +52000 ,,,,,3201020,,主人公,Kiyoshi,,,,,,,,,,,,"O-oh, oh, it's feeling good, my dick is feeling good, here\nwe go, here we go, here we go!" +52100 ,,,,,3201020,,,,,,,,,,,,,,,The tingling sensation in my penis is getting stronger and\nhotter. The tip is starting to tremble. It's the usual sign\nthat I'm about to release. +52200 ,,,,,3201030,,甜花,Tenka,300_TC00_t_140.wav,tenka,,0,,,,,,,,"Nnnnnn! Eh, eh... nnnnnnnn!" +52300 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to pound, pound my dick into Tenka-chan's butt!\nHere, pound, pound!" +52400 ,,,,,3201030,,,,,,,,,,,,,,,"I thrust my hips vigorously, enjoying the sound of hitting\nTenka-chan's butt. Her butt is getting redder and looks lewd\nand cute." +52500 ,,,,,3201030,,甜花,Tenka,300_TC00_t_141.wav,tenka,,0,,,,,,,,"Hic, hic, ugh... waaaah... waaaah... aaaaah...!" +52600 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,I'm about to cum! I'll cum inside Tenka- chan's butt! +52700 ,,,,,3201030,,甜花,Tenka,300_TC00_t_142.wav,tenka,,0,,,,,,,,"W-what are you going to release...!? Not inside my butt! It\nfeels gross! Pull it out, pull it out, take it out!!" +52800 ,$menu_begin,,,,3201030,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_1a",,,,3201030,,,,,,,,,,,,,,,■@ Cum inside +↓,"$menu_item 1,Finish outside,sel_1b",,,,3201030,,,,,,,,,,,,,,,■A Cum outside +↓,$menu_end,,,,3201030,,,,,,,,,,,,,,, +52900 ,*sel_1a,,,,3201030,,,,,,,,,,,,,,,■@ Cum inside +53000 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm cumming, I'm cumming, ooooooooh!" +53100 ,,,,,3201030,,甜花,Tenka,300_TC00_t_143.wav,tenka,,0,,,,,,,,Noooooooo!! +53200 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"Ooooh, cumming inside Tenka-chan's butt!!!" +53300 ,,,,,3201040,,,,,,,,,,,,,,,"Splat!! Sploosh, sploosh, sploooooosh!!" +53500 ,,,,,3201040,,甜花,Tenka,300_TC00_t_144.wav,tenka,,0,,,,,,,,"Hii!? No!? Nooo!? No, no!! Something's coming out!!\nSomething's really coming out!!" +53600 ,,,,,3201040,,主人公,Kiyoshi,,,,,,,,,,,,"More, more cumming inside!!" +53700 ,,,,,3201040,,甜花,Tenka,300_TC00_t_145.wav,tenka,,0,,,,,,,,Nooooo! It feels gross! It's hot! It feels gross!!!! +53800 ,,,,,3201040,,主人公,Kiyoshi,,,,,,,,,,,,Don't run away! I'm going to pour more in!! Drink it all!! +53900 ,,,,,3201040,,甜花,Tenka,300_TC00_t_146.wav,tenka,,0,,,,,,,,"My stomach... it's swirling, swirling, ugh...!!" +54000 ,,,,,3201040,,,,,,,,,,,,,,,"Splat! Splish, splish!! Sploosh, sploosh!!" +54100 ,,,,,3201040,,,,,,,,,,,,,,,The semen that couldn't fit inside started to overflow and\nleak out from Tenka-chan's butt. +54200 ,,,,,3201040,,甜花,Tenka,300_TC00_t_147.wav,tenka,,0,,,,,,,,It feels... it feels gross... no... my stomach is\nchurning... +54300 ,,,,,3201040,,,,,,,,,,,,,,,"After pouring all the semen in, the tight grip of Tenka-\nchan's anus started to weaken." +54400 ,,,,,3201040,,,,,,,,,,,,,,,"Timing it just right, I slowly pulled my penis out from\ninside Tenka-chan." +54600 ,,,,,3201050,,主人公,Kiyoshi,,,,,,,,,,,,"Huff, huff, huff... Tenka-chan's butt..." +54700 ,,,,,3201050,,甜花,Tenka,300_TC00_t_148.wav,tenka,,0,,,,,,,,Ha... ah... ha... +54800 ,,,,,3201050,,,,,,,,,,,,,,,"As the penis was withdrawn, the inside of Tenka-chan's butt,\nfilled with semen, was fully visible." +54900 ,,,,,3201050,,,,,,,,,,,,,,,Splat! +55000 ,,,,,3201050,,,,,,,,,,,,,,,"Tenka-chan's anus closed like the mouth of a drawstring bag,\nletting the accumulated semen in her intestines spill out." +55100 ,,,,,3201050,,甜花,Tenka,300_TC00_t_149.wav,tenka,,0,,,,,,,,"No, ah..." +55200 ,,,,,3201050,,,,,,,,,,,,,,,"Tenka-chan weakly whimpered, as if ejaculating back,\nspurting out again and again." +55300 ,,,,,3201050,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa... Tenka-chan, you're so lewd... so sexy..." +55400 ,,,,,3201050,,甜花,Tenka,300_TC00_t_150.wav,tenka,,0,,,,,,,,"No, no... it's terrible, it's terrible..." +55500 ,$go join_1,,,,,,,,,,,,,,,,,,,■Join +55600 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Cum outside +55700 ,,,,,3201030,,主人公,Kiyoshi,,,,,,,,,,,,"Then I'll cover your butt with it, here it comes! Foooooo!" +55800 ,,,,,3201030,,甜花,Tenka,300_TC00_t_151.wav,tenka,,0,,,,,,,,Noooooooo!! +55900 ,,,,,3201051,,,,,,,,,,,,,,,Splat!! Splurt splurt spluuuuurt!! +56100 ,,,,,3201051,,甜花,Tenka,300_TC00_t_152.wav,tenka,,0,,,,,,,,"Ah, ahh!? No, no!! Something's coming out!! It feels gross!" +56200 ,,,,,3201051,,甜花,Tenka,300_TC00_t_153.wav,tenka,,0,,,,,,,,Ahhhh! It feels gross! It's hot! +56300 ,,,,,3201051,,,,,,,,,,,,,,,"Splurt! Splish!! Splat, splurt splurt!!" +56400 ,,,,,3201051,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa... Tenka-chan, you're so lewd... so sexy..." +56500 ,,,,,3201051,,甜花,Tenka,300_TC00_t_154.wav,tenka,,0,,,,,,,,Slippery... gross... it feels gross... ah... +56600 ,,,,,3201051,,甜花,Tenka,300_TC00_t_155.wav,tenka,,0,,,,,,,,No... sniff... uwaaah~~! +56700 ,*join_1,,,,,,,,,,,,,,,,,,, +56800 ,$event_return,,,,,,,,,,,,,,,,,,, +57100 ,,,8,112,,,主人公,Kiyoshi,,,,,,,,,,,,"S-sorry, Tenka-chan." +57200 ,,,,,,,,,,,,,,,,,,,,I repeated words I couldn't count how many times I've said\nbefore. +57300 ,,,,,,,,,,,,,,,,,,,,"Wiping her body, dressing her." +57400 ,,,,,,,,,,,,,,,,,,,,"Trying to calm her down, but still kneeling in apology to\nthe sobbing Tenka-chan." +57500 ,,,,,,,,,,,,,,,,,,,,"As it got late, I hurried to take her home." +57600 ,,,,,,,,,,,,,,,,,,,,"I felt like I said sorry a hundred or two hundred times.\nBut, of course, Tenka-chan didn't stop crying." +57700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,D-does it still hurt? Are you okay? +57800 ,,,,,,,甜花,Tenka,300_TC00_t_156.wav,tenka,,33,,,,,,,,............ +57900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"I'm really sorry, even if it was just a trial, I got carried\naway because Tenka-chan made me her boyfriend." +58000 ,,,,,,,甜花,Tenka,300_TC00_t_157.wav,tenka,,33,,,,,,,,............ +58100 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,I'm really sorry! +58200 ,,,,,,,甜花,Tenka,300_TC00_t_158.wav,tenka,,33,,,,,,,,............ +58300 ,,,,,,,,,,tenka,,33,,,,,,,,"It hurts that Tenka-chan isn't saying anything. Of course, I\nknow it's too convenient to ask for forgiveness." +58400 ,,,,,,,,,,tenka,,33,,,,,,,,But it was painful to think that Tenka-chan surely hated me\nnow. +58500 ,,,,,,,,,,tenka,,33,,,,,,,,"So, even though I knew it was pointless, I tried to cheer\nher up somehow." +58600 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Uh, next time, definitely no sex, yes, absolutely no sex,\nlet's just go on a date!" +58700 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"I'll treat Tenka-chan to lots of delicious food, oh, and how\nabout clothes? Something idol-like!!" +58800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"And then, we can buy idol magazines and maybe DVDs too, and\nstudy together! How to bring out that idol vibe!!" +58900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Yeah, yeah, lately, I think Tenka-chan has become more idol-\nlike! Have you noticed it yourself?" +59000 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Look, even your breasts, growing pains! They seem to be\ngetting bigger!!" +59100 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"And then, you know, the center election. ...Actually, Tenka-\nchan already has quite a few fans. It's not just one or two\npeople who said they'd vote for you." +59200 ,,,,,,,甜花,Tenka,300_TC00_t_159.wav,tenka,,36,,,,,,,,……………… +59300 ,,,,,,,,,,tenka,,36,,,,,,,,"In the end, Tenka-chan remained silent." +59400 ,,,,,,,,,,,,,,,,,,,,"In front of her house, she seemed to hide the fact that she\nhad been crying so her family wouldn't notice." +59500 ,,,,,,,,,,,,,,,,,,,,But this might be the last time with Tenka- chan. +59600 ,,,,,,,,,,,,,,,,,,,,"Thinking that made me feel incredibly lonely, and I kept\nstaring at her house from afar for a long time after she\ndisappeared inside." +59700 ,,,0,9000,,,,,,,,,,,,,,,, +59900 ,@301_TC01a,,,,,,,,,,,,,,,,,,, +60200 ,,,,,,,,,,,,,,,,,,,, +60300 ,,,6,11,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... +60400 ,,,,,,,,,,,,,,,,,,,,Tenka-chan probably won't come anymore. +60500 ,,,,,,,,,,,,,,,,,,,,"After all, I suddenly shoved my dick into her ass. If it\nwere me, I definitely wouldn't come back." +60600 ,,,,,,,,,,,,,,,,,,,,"Well... if a beautiful girl used a strap-on on me, I'd come\nevery day!" +60700 ,,,,,,,,,,,,,,,,,,,,"For a pervert like me, that's a reward!" +60800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Sigh... +60900 ,,,,,,,,,,,,,,,,,,,,"But unfortunately, the chances of Tenka-chan being such a\npervert are slim." +61000 ,,,,,,,,,,,,,,,,,,,,Ugh... This is the worst. She might call the police. +61100 ,,,,,,,,,,,,,,,,,,,,"Damn it! If that's the case, I should've put it in her\npussy!" +61200 ,,,,,,,,,,,,,,,,,,,,Getting arrested just for anal isn't worth it! I'll fight it\nall the way to the Supreme Court! +61300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Phew. +61400 ,,,,,,,,,,,,,,,,,,,,"Thinking such stupid things, my head was filled with panic." +61500 ,,,,,,,,,,,,,,,,,,,,This is really bad... I forced myself on such a small girl\nwithout convincing her... +61600 ,,,,,,,,,,,,,,,,,,,,"Moreover, I should've threatened her or made her keep it a\nsecret from her family, but I almost sent her back just like\nthat..." +61700 ,,,,,,,,,,,,,,,,,,,,She's probably telling her mom and dad right now. +61800 ,,"",,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, arrest, huh..." +61900 ,,,,,,,,,,,,,,,,,,,,Or maybe Tenka-chan's parents will beat me up. +62100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Sigh... What should I do about the shop? +62200 ,,,,,,,,,,,,,,,,,,,,"If I'm going to get arrested anyway, it might be easier to\nkeep it closed today." +62300 ,,,,,,,,,,,,,,,,,,,,"Thinking that, I considered putting a notice on the shutter." +62500 ,,,,,,,,,,,,,,,,,,,,--Rustle +62600 ,,,,,,,,,,,,,,,,,,,,"Footsteps... The police are finally here! Thinking that, I\nturned around." +62700 ,,,4,,,,甜花,Tenka,301_TC01a_t_000.wav,"tenka,privateB",,15,,,,,,,,... +62800 ,,,,,,,主人公,Kiyoshi,,tenka,,15,,,,,,,,Huh? +62900 ,,,,,,,,,,tenka,,15,,,,,,,,It was Tenka-chan standing there. +63000 ,,,,,,,主人公,Kiyoshi,,tenka,,15,,,,,,,,Ah... uh... good morning. +63100 ,,,,,,,甜花,Tenka,301_TC01a_t_001.wav,tenka,,35,,,,,,,,...Good morning... +63200 ,,,,,,,,,,tenka,,35,,,,,,,,"She muttered that while looking down, almost expressionless." +63300 ,,,,,,,主人公,Kiyoshi,,tenka,,35,,,,,,,,Uh... um... hmm... +63400 ,,,,,,,,,,tenka,,35,,,,,,,,"Oh no, what should I say!?" +63500 ,,,,,,,,,,tenka,,35,,,,,,,,Maybe 'Sorry about yesterday?' But that sounds like I'm\nadmitting guilt. +63600 ,,,,,,,,,,tenka,,35,,,,,,,,"Well, it is completely my fault though." +63700 ,,,,,,,甜花,Tenka,301_TC01a_t_002.wav,tenka,,17,,,,,,,,... +63800 ,,,,,,,,,,tenka,,17,,,,,,,,"Uh, uh... It would be easier if Tenka-chan would start\ntalking..." +63900 ,,,,,,,甜花,Tenka,301_TC01a_t_003.wav,tenka,,17,,,,,,,,... +64000 ,,,,,,,,,,tenka,,17,,,,,,,,That seems unlikely. +64100 ,,,,,,,,,,tenka,,17,,,,,,,,"...Come to think of it, why did she come here in the first\nplace?" +64200 ,,,,,,,,,,tenka,,17,,,,,,,,"She didn't bring her parents or the police, and she's not\nhere to insult me... Could it be?" +64300 ,,,,,,,,,,tenka,,17,,,,,,,,Did Tenka-chan come to offer her pussy to this old man? +64400 ,,,,,,,主人公,Kiyoshi,,tenka,,17,,,,,,,,"Tenka-chan, could it be that you came to―" +64600 ,,,,,,,甜花,Tenka,301_TC01a_t_004.wav,tenka,,4,,,,,,,,―!? +64700 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,... +64800 ,,,,,,,,,,tenka,,4,,,,,,,,Tenka-chan let out a small scream and took a few steps back. +64900 ,,,,,,,,,,tenka,,4,,,,,,,,Yeah... I knew it. There's no way that would happen. +65000 ,,,,,,,,,,tenka,,4,,,,,,,,"Hmm, even so... this situation is not good." +65100 ,,,,,,,,,,tenka,,4,,,,,,,,"A middle-aged man standing still, and a small girl looking\ndown, not saying a word." +65200 ,,,,,,,,,,tenka,,4,,,,,,,,This is definitely a scene that could get reported. +65300 ,,,,,,,,,,tenka,,4,,,,,,,,"It would be nice if I could invite her inside, but after\nwhat happened yesterday, she probably wouldn't want to enter\nan old man's house." +65400 ,,,,,,,,,,tenka,,4,,,,,,,,Hmm. +65500 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,...! +65600 ,,,,,,,甜花,Tenka,301_TC01a_t_005.wav,tenka,,35,,,,,,,,...? +65700 ,,,,,,,主人公,Kiyoshi,,tenka,,35,,,,,,,,"T-Tenka-chan, would you like to go out with me if you don't\nmind?" +65800 ,,,,,,,甜花,Tenka,301_TC01a_t_006.wav,tenka,,37,,,,,,,,... +65900 ,,,,,,,主人公,Kiyoshi,,tenka,,37,,,,,,,,"You know, there's a big shopping mall nearby, right? I heard\nthere's a photoshoot and a live event for the fashion\nmagazine you read, Tenka-chan!" +66000 ,,,,,,,,,,tenka,,37,,,,,,,,"Tenka-chan kept her head down, her gaze wandering several\ntimes." +66100 ,,,,,,,,,,tenka,,37,,,,,,,,And then... +66200 ,,,,,,,甜花,Tenka,301_TC01a_t_007.wav,tenka,,15,,,,,,,,...Just for a little while. +66300 ,,,,,,,主人公,Kiyoshi,,tenka,,15,,,,,,,,Shall we go then? +66400 ,,,,,,,,,,tenka,,15,,,,,,,,"With a small nod from Tenka-chan, I moved towards the light\ntruck." +66600 ,,,7,201,,,主人公,Kiyoshi,,tenka,,9,,,,,,,,"We're here, Tenka-chan." +66700 ,,,,,,,甜花,Tenka,301_TC01a_t_008.wav,tenka,,9,,,,,,,,... +66800 ,,,,,,,,,,tenka,,9,,,,,,,,"Even after arriving at the parking lot, Tenka-chan silently\ngot out and went inside alone." +66900 ,,,,,,,,,,tenka,,9,,,,,,,,"There was no conversation in the light truck either, and no\nwords were exchanged up to this point." +67000 ,,,,,,,,,,tenka,,9,,,,,,,,...This old man is already feeling heartbroken. +67100 ,,,,,,,主人公,Kiyoshi,,tenka,,9,,,,,,,,"Hmm, there are so many different shops here." +67200 ,,,,,,,甜花,Tenka,301_TC01a_t_009.wav,tenka,,29,,,,,,,,... +67300 ,,,,,,,,,,tenka,,29,,,,,,,,"...But unlike Chie-chan or Komako-chan, Tenka-chan, who\nlived in the city, probably wouldn't be surprised by this." +67400 ,,,,,,,,,,tenka,,29,,,,,,,,"So, you see, it's not that I was ignored just now. It's just\nthat Tenka-chan wasn't impressed." +67500 ,,,,,,,主人公,Kiyoshi,,tenka,,29,,,,,,,,"Uh, it looks like we still have some time before the live\nshow? How about we look around a bit?" +67600 ,,,,,,,甜花,Tenka,301_TC01a_t_010.wav,tenka,,35,,,,,,,,...No. +67700 ,,,,,,,主人公,Kiyoshi,,tenka,,35,,,,,,,,"Well... even if you say no, we'll be in the way of the setup\nhere. Come on, come on, I'll buy you anything you want!" +67800 ,,,,,,,甜花,Tenka,301_TC01a_t_011.wav,tenka,,34,,,,,,,,...I don't want anything from you. +67900 ,,,,,,,,,,tenka,,34,,,,,,,,Ugh... those words pierce my heart. +68000 ,,,,,,,,,,tenka,,34,,,,,,,,"In return for what I did to her ass, my heart is now being\nstabbed." +68100 ,,,,,,,,,,tenka,,34,,,,,,,,"...Yeah, I need to stop saying stupid things and do\nsomething about this." +68200 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"For now, shall we go?" +68400 ,,,,211,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah... look, doesn't this seem like it would suit Tenka-chan?" +68500 ,,,,,,,,,,,,,,,,,,,,I pick up an accessory. +68600 ,,,,,,,甜花,Tenka,301_TC01a_t_012.wav,tenka,,29,,,,,,,,... +68700 ,,,,,,,,,,,,,,,,,,,,It's not like the candy rings or chocolate necklaces I have\nin my shop; it's the real deal. +68800 ,,,,,,,,,,,,,,,,,,,,"The price is... whoa!? It's this much! But if I think of it\nas an exchange for Tenka-chan's ass, it's a bargain!" +68900 ,,,,,,,,,,,,,,,,,,,,............Wait? Is it really a bargain? +69000 ,,,,,,,,,,,,,,,,,,,,"Well, whatever!" +69100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Here, want to try it on?" +69200 ,,,,,,,甜花,Tenka,301_TC01a_t_013.wav,tenka,,24,,,,,,,,--! +69300 ,,,,,,,,,,tenka,,24,,,,,,,,"As I approached, Tenka-chan once again jumped away." +69400 ,,,,,,,,,,tenka,,24,,,,,,,,Ugh... she really dislikes me. +69500 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,"Uh, how about we go grab something to eat?" +69600 ,,,,,,,甜花,Tenka,301_TC01a_t_014.wav,tenka,,34,,,,,,,,...I don't want to. +69700 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,Aren't you thirsty? +69800 ,,,,,,,甜花,Tenka,301_TC01a_t_015.wav,tenka,,35,,,,,,,,...I don't want to. +69900 ,,,,,,,主人公,Kiyoshi,,tenka,,35,,,,,,,,Um... how about some clothes? +70000 ,,,,,,,甜花,Tenka,301_TC01a_t_016.wav,tenka,,29,,,,,,,,... +70100 ,,,,,,,,,,tenka,,29,,,,,,,,Ugh... this is what they mean by having no way in. +70200 ,,,,,,,,,,tenka,,29,,,,,,,,"Did I do something that bad, old man?" +70300 ,,,,,,,,,,tenka,,29,,,,,,,,Yeah... I did. +70400 ,,,,,,,主人公,Kiyoshi,,tenka,,29,,,,,,,,"...Oh, it's almost time for the concert. Shall we head over?" +70500 ,,,,,,,甜花,Tenka,301_TC01a_t_017.wav,tenka,,27,,,,,,,,... +70600 ,,,,,,,,,,tenka,,27,,,,,,,,"Without saying a word, she just nodded slightly." +70700 ,,,,,,,主人公,Kiyoshi,,tenka,,27,,,,,,,,...Sigh. +70800 ,,,,,,,,,,tenka,,27,,,,,,,,Maybe it was a bit too soon to go for the anal... +70900 ,,,,,,,,,,tenka,,27,,,,,,,,"Well, I don't really know when the right time for anal is\nanyway." +71100 ,,,,201,,,,,,,,,,,,,,,,"By the time we arrived at the concert venue, the setup was\nalready complete, and all that was left was to wait for them\nto come out." +71200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...I'm looking forward to it. +71300 ,,,,,,,甜花,Tenka,301_TC01a_t_018.wav,tenka,,23,,,,,,,,... +71400 ,,,,,,,,,,tenka,,23,,,,,,,,"Honestly, it's probably not going to be anything special." +71500 ,,,,,,,,,,tenka,,23,,,,,,,,"Looking at the performers' names, I don't recognize any of\nthem, and they seem like kids who have never been on TV." +71600 ,,,,,,,,,,tenka,,23,,,,,,,,There aren't any customers either. +71800 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,Oh! It's starting. +71900 ,,,,,,,甜花,Tenka,301_TC01a_t_019.wav,tenka,,4,,,,,,,,Ah...! +72000 ,,,,,,,,,,tenka,,4,,,,,,,,"Tenka-chan seemed to be in a slightly better mood, standing\non her tiptoes and looking at the stage." +72100 ,,,,,,,,,,tenka,,4,,,,,,,,"I thought it wouldn't be worth the effort to watch, but..." +72200 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,Wow... she's beautiful... +72300 ,,,,,,,,,,tenka,,4,,,,,,,,Those words slipped out naturally. +72400 ,,,,,,,,,,tenka,,4,,,,,,,,"I thought Tenka-chan was more refined compared to Chie-chan\nand Komako-chan, but this was even more!" +72500 ,,,,,,,,,,tenka,,4,,,,,,,,"How should I put it, she's sparkling!" +72600 ,,,,,,,甜花,Tenka,301_TC01a_t_020.wav,"tenkaL,privateB",,23,,,,,,,,...Amazing. +72700 ,,,,,,,,,,tenkaL,,23,,,,,,,,"From her walk to her gestures and expressions, everything\nwas different." +72800 ,,,,,,,,,,tenkaL,,23,,,,,,,,"To be honest, as far as looks go, Tenka-chan, Chie-chan, and\nKomako-chan are cuter." +72900 ,,,,,,,,,,tenkaL,,23,,,,,,,,"Yet for some reason, my eyes were drawn to this unknown girl\non stage." +73000 ,,,,,,,甜花,Tenka,301_TC01a_t_021.wav,tenkaL,,4,,,,,,,,Wow... +73100 ,,,,,,,,,,tenkaL,,4,,,,,,,,"And after a while, the live performance began." +73200 ,,,,,,,,,,tenkaL,,4,,,,,,,,"It was a song I'd never heard before, but the girls on stage\nsang and danced with all their might, and before I knew it,\nI was clapping." +73300 ,,,,,,,,,,tenkaL,,4,,,,,,,,"It seemed the same for Tenka-chan, who started clapping and\noccasionally showing a smile." +73400 ,,,,,,,,,,tenkaL,,4,,,,,,,,...Idols are amazing. +73500 ,,,,,,,,,,tenkaL,,4,,,,,,,,And Tenka-chan really wants to become an idol too. +73600 ,,,,,,,,,,tenkaL,,4,,,,,,,,The live performance is almost over. +73700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,4,,,,,,,,...I'll remember these girls' names. +73800 ,,,,,,,甜花,Tenka,301_TC01a_t_022.wav,tenkaL,,0,,,,,,,,...Yeah... Idols are amazing. +73900 ,,,,,,,,,,tenkaL,,0,,,,,,,,"Before I knew it, Tenka-chan was nodding along to my words." +74000 ,,,,,,,,,,tenkaL,,0,,,,,,,,"...Thank you, idols. Thanks to you, Tenka- chan spoke to me." +74100 ,,,,,,,,,,tenkaL,,0,,,,,,,,"But, sorry idols. The reason I want to remember you isn't\nbecause I want to support you." +74200 ,,,,,,,,,,tenkaL,,0,,,,,,,,It's because I thought it would be really exciting if you\ntransitioned from idols to AV actresses later on. +74400 ,,,,,,,,,,,,,,,,,,,,"The live performance and fashion show ended, and people\nstarted leaving the venue." +74500 ,,,,,,,,,,,,,,,,,,,,We also left the place along with the crowd. +74600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... That was amazing. +74700 ,,,,,,,甜花,Tenka,301_TC01a_t_023.wav,tenka,,29,,,,,,,,... +74800 ,,,,,,,,,,tenka,,29,,,,,,,,"Huh? I thought she showed me a smile earlier, but now she's\nsilent again." +74900 ,,,,,,,,,,tenka,,29,,,,,,,,Sigh... Was it just that one moment? +75000 ,,,,,,,,,,tenka,,29,,,,,,,,"In the end, nothing changed even after coming here..." +75100 ,,,,,,,主人公,Kiyoshi,,tenka,,29,,,,,,,,...Shall we head home soon? +75200 ,,,,,,,甜花,Tenka,301_TC01a_t_024.wav,tenka,,27,,,,,,,,... +75300 ,,,,,,,,,,tenka,,27,,,,,,,,"Without replying, she nodded slightly." +75400 ,,,,,,,主人公,Kiyoshi,,tenka,,27,,,,,,,,Sigh... +75500 ,,,,,,,,,,tenka,,27,,,,,,,,"In the end, without saying anything more, we left Heon." +75600 ,,,0,9000,,,,,,,,,,,,,,,, +75800 ,@302_TC01b,,,,,,,,,,,,,,,,,,, +76100 ,,,8,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, we're here?" +76200 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_000.wav,"tenka,privateB",,0,,,,,,,,...Yeah. +76300 ,,,,,3210000,,,,,,,,,,,,,,,"Even though she replied, Tenka-chan shows no sign of getting\nout." +76400 ,,,,,3210000,,,,,,,,,,,,,,,"After watching that live show, she's back to the same state\nas this morning, no matter what I say." +76500 ,,,,,3210000,,,,,,,,,,,,,,,Hmm... What could it mean? +76600 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, should I take you home?" +76700 ,,,,,3210000,,,,,,,,,,,,,,,"Well, personally, I'd like to avoid that." +76800 ,,,,,3210000,,,,,,,,,,,,,,,"After all, her parents are there, and I forcibly took her\nanal virginity." +77000 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_001.wav,tenka,,0,,,,,,,,...No. +77100 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,I see... +77200 ,,,,,3210000,,,,,,,,,,,,,,,"Phew, that's a relief." +77300 ,,,,,3210000,,,,,,,,,,,,,,,"But then, why isn't she getting out of the car?" +77400 ,,,,,3210000,,,,,,,,,,,,,,,"Could it be... like last time, she's waiting for me to make\na move?" +77500 ,,,,,3210000,,,,,,,,,,,,,,,"Hehehe... If that's the case, this time I won't hold back\nand will enter her pussy as well." +77600 ,,,,,3210000,,,,,,,,,,,,,,,"With that hopeful thought, maybe I should ask what she wants\nto do." +77700 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan... you came to see me for something, right?" +77800 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_002.wav,tenka,,0,,,,,,,,... +77900 ,,,,,3210000,,,,,,,,,,,,,,,She nodded slightly. +78000 ,,,,,3210000,,,,,,,,,,,,,,,"Hmm, I hope it's something naughty." +78100 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"So, what is it that you wanted...?" +78200 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_003.wav,tenka,,0,,,,,,,,... +78300 ,,,,,3210000,,,,,,,,,,,,,,,"Tenka-chan kept looking at her hands silently, but\neventually, she seemed to make up her mind and opened her\nmouth slightly." +78400 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_004.wav,tenka,,0,,,,,,,,...I want to be. +78500 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,Hm? +78600 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_005.wav,tenka,,0,,,,,,,,...I... I really want to become an idol. +78700 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_006.wav,tenka,,0,,,,,,,,Today too... watching the live shows and photoshoots...\nthey're so cute. +78800 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_007.wav,tenka,,0,,,,,,,,I want to be one... +78900 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,I see... +79000 ,,,,,3210010,,,,,,,,,,,,,,,"Oh, it's not something naughty. That's disappointing." +79100 ,,,,,3210010,,,,,,,,,,,,,,,"But hey, Tenka-chan finally started talking. I need to keep\nthe conversation going." +79200 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_008.wav,tenka,,0,,,,,,,,"So, ...I want to learn more about being an idol... but..." +79300 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"I see! That's right, you've come this far studying about\nidols!" +79400 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"If it's you, Tenka-chan, I'm sure you can become an idol if\nyou study!" +79500 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Actually, I wanted to surprise you, so I kept it a secret,\nbut I had an idol song made just for you, Tenka-chan. You\nknow, for practice!" +79600 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"I used to work at a regular company, so I have connections.\nI know a composer." +79700 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_009.wav,tenka,,0,,,,,,,,...Huh? +79800 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_010.wav,tenka,,0,,,,,,,,A song for me? ...R-Really!? +79900 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"It's true. When I talked about you, they wanted to make one!" +80000 ,,,,,3210010,,,,,,,,,,,,,,,"That said, of course, I don't know any professionals." +80100 ,,,,,3210010,,,,,,,,,,,,,,,It's a friend who shares the same hobby as me. +80200 ,,,,,3210010,,,,,,,,,,,,,,,"He's apparently a somewhat famous amateur composer online,\nselling event CDs and such." +80300 ,,,,,3210010,,,,,,,,,,,,,,,"By the way, the shared hobby isn't music, but rather a\nliking for little girls." +80400 ,,,,,3210010,,,,,,,,,,,,,,,"So, he agreed to do it for free for Tenka- chan." +80500 ,,,,,3210010,,,,,,,,,,,,,,,"Well, I think he's expecting some kind of return, though." +80600 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_011.wav,tenka,,0,,,,,,,,...Wow. My own song! +80700 ,,,,,3210000,,,,,,,,,,,,,,,"Her face lit up for a moment at those words, but she quickly\nlooked down and returned to a dejected expression." +80800 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,Aren't you happy? +80900 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_012.wav,tenka,,0,,,,,,,,"I'm happy. I'm happy, but..." +81000 ,,,,,3210000,,,,,,,,,,,,,,,...? +81100 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_013.wav,tenka,,0,,,,,,,,My butt... it really hurt... +81200 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_014.wav,tenka,,0,,,,,,,,It felt gross... +81300 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_015.wav,tenka,,0,,,,,,,,"...You're the only one who replies properly on LIME,\nuncle..." +81400 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_016.wav,tenka,,0,,,,,,,,But... +81500 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_017.wav,tenka,,0,,,,,,,,I don't want to be hurt... +81600 ,,,,,3210000,,,,,,,,,,,,,,,"So, you want to do it with your pussy! I get it, I get it!\nJust anal wasn't enough for you!" +81700 ,,,,,3210000,,,,,,,,,,,,,,,...That's not what she means. I can read the room that much. +81800 ,,,,,3210000,,,,,,,,,,,,,,,I need to answer properly here and motivate her. +81900 ,,,,,3210000,,,,,,,,,,,,,,,"Her desire to become an idol is genuine, and if she can, I\nwant to help her achieve it." +82000 ,,,,,3210000,,,,,,,,,,,,,,,"Besides, if she trusts me and gets motivated, I can use\nlessons as an excuse to do more things with her." +82100 ,,,,,3210000,,,,,,,,,,,,,,,To motivate her... +82200 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... is it okay if I still remain your fan? +82300 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_018.wav,tenka,,0,,,,,,,,Huh? +82400 ,,,,,3210010,,,,,,,,,,,,,,,Is this okay? +82500 ,,,,,3210010,,,,,,,,,,,,,,,"Having fans would boost her motivation, and for Tenka-chan,\nwho had a crushing defeat in the general election, these\nwords would be encouraging." +82600 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,I've been a fan of Tenka-chan ever since she became the idol\nof the candy store... +82700 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"The other day, when you said you'd make me your 'boyfriend'\nfor 'practice,' I was over the moon." +82800 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,That's how much I love Tenka-chan. +82900 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_019.wav,tenka,,0,,,,,,,,Uh... yeah. +83000 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_020.wav,tenka,,0,,,,,,,,"But, like the other day... I really hated it..." +83100 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I understand that! I'm really sorry!" +83200 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"You know, if you became Sakurai-kun's girlfriend, wouldn't\nyou want to hold hands or have him pat your head?" +83300 ,,,,,3210000,,,,,,,,,,,,,,,"Tenka-chan looks down a bit, as if she's thinking." +83400 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_021.wav,tenka,,0,,,,,,,,Well... maybe a little. +83500 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"See? I'm Tenka-chan's biggest fan, so I couldn't hold back\non those things." +83600 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_022.wav,tenka,,0,,,,,,,,Biggest... fan? +83700 ,,,,,3210000,,,,,,,,,,,,,,,"When the word 'fan' was mentioned, she repeated it as if\nsavoring it." +83800 ,,,,,3210000,,,,,,,,,,,,,,,"If I use this word as a breakthrough, it might work out." +83900 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, I'm member number one of the Tenka-chan fan club, the\nworld's biggest fan of Tenka- chan!" +84000 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,I've been a fan ever since you said you'd become the idol of\nthe candy store. +84100 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_023.wav,tenka,,0,,,,,,,,I think... I understand a little. +84200 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"So, can I continue being Tenka-chan's fan as always? Of\ncourse, if you don't like it, I'll give up..." +84300 ,,,10,,3210000,,甜花,Tenka,302_TC01b_t_024.wav,tenka,,0,,,,,,,,"Yeah... well, it's fine. I'll let you stay my fan." +84400 ,,,,,3210000,,,,,,,,,,,,,,,Alright! It looks like I managed to keep my connection with\nTenka-chan! And it seems like I avoided any trouble with the\npolice too! +84500 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_025.wav,tenka,,0,,,,,,,,"But, having a boyfriend... would be a problem..." +84600 ,,,,,3210000,,,,,,,,,,,,,,,"Well, that's only natural." +84700 ,,,,,3210000,,,,,,,,,,,,,,,"After all, she lost her anal virginity because of the whole\nboyfriend thing." +84800 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,Of course. I'm just Tenka-chan's fan! Just a fan! +84900 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_026.wav,tenka,,0,,,,,,,,If that's the case... it's fine. +85000 ,,,,,3210000,,,,,,,,,,,,,,,Phew... it seems like she's forgiven me about the anal thing\nfor now. +85100 ,,,,,3210000,,,,,,,,,,,,,,,But I can't be satisfied with just this. I want to keep\nplaying pranks on Tenka-chan in the future. +85200 ,,,,,3210000,,,,,,,,,,,,,,,"Like I said earlier, she looks happy whenever she hears the\nword 'fan', so if I keep pushing with words like that, it\nmight work out." +85300 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,But... I want you to understand my feelings too. +85400 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_027.wav,tenka,,0,,,,,,,,Your feelings? +85500 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"I mean, I like Tenka-chan." +85600 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, I like you as a fan too, but I can't help but\nwish I could be your boyfriend, or that we could do naughty\nthings together..." +85700 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Especially since you're so close by, Tenka- chan." +85800 ,,,,,3210000,,,,,,,,,,,,,,,"Hearing that, Tenka-chan's face, which had regained a bit of\na smile, tensed up again." +85900 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"O-Of course, I don't want to hurt you, Tenka-chan." +86000 ,,,,,3210000,,甜花,Tenka,302_TC01b_t_028.wav,tenka,,0,,,,,,,,Y-Yeah. +86100 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"So, sometimes... could you give me some fan service?" +86200 ,*mem,,,,3210000,,,,,,,,,,,,,,, +86300 ,,,10,,3210000,,甜花,Tenka,302_TC01b_t_029.wav,tenka,,0,,,,,,,,Fan service? +86400 ,,,,,3210000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, like showing me your panties." +86600 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_030.wav,tenka,,0,,,,,,,,Eh!? Panties!? +86700 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Is it not okay? If I can see Tenka-chan's panties, I can\nhold back my feelings for you." +86800 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_031.wav,tenka,,0,,,,,,,,"But, it's embarrassing..." +86900 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Please. I don't want to hurt you, Tenka- chan..." +87000 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_032.wav,tenka,,0,,,,,,,,"Uh, okay..." +87100 ,,,,,3210010,,,,,,,,,,,,,,,"It sounds like a cool line, but basically, he just wants to\ndo something other than sex." +87200 ,,,,,3210010,,,,,,,,,,,,,,,Maybe just one more push. +87300 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Look, even when you're just being an idol, sometimes your\npanties might show." +87400 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_033.wav,tenka,,0,,,,,,,,"...Well, that might be true." +87500 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, if you worry about that, you can't dance or\nstrike good poses at photoshoots." +87600 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, idols sometimes show their panties on purpose. It's\nfan service!" +87700 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"So, showing your panties to your number one fan, me, isn't\nweird at all." +87800 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_034.wav,tenka,,0,,,,,,,,Hmm... +87900 ,,,,,3210010,,,,,,,,,,,,,,,Tenka-chan looked at me with a difficult expression. +88000 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_035.wav,tenka,,0,,,,,,,,You won't touch? +88100 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"I won't, I won't! You don't have to do anything you don't\nlike, Tenka-chan." +88200 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_036.wav,tenka,,0,,,,,,,,Hmm... +88300 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_037.wav,tenka,,0,,,,,,,,"...Since you're my number one fan... I guess it can't be\nhelped, right?" +88400 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_038.wav,tenka,,0,,,,,,,,"It's embarrassing, but... if it's only sometimes, it's okay." +88500 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, thank you!" +88600 ,,,,,3210010,,,,,,,,,,,,,,,Uooooooo! +88700 ,,,,,3210010,,,,,,,,,,,,,,,I managed to get a promise of service from such a cute girl! +88800 ,,,,,3210010,,,,,,,,,,,,,,,I have to brag about this to everyone in the loli community\non SNS when I get home! +88900 ,,,,,3210010,,,,,,,,,,,,,,,Just thinking about what kind of service I'll get makes my\nheart race. +89000 ,,,,,3210010,,,,,,,,,,,,,,,While I was thinking about that. +89100 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_039.wav,tenka,,0,,,,,,,,...! +89200 ,,,,,3210010,,,,,,,,,,,,,,,"Naturally, my crotch also got bigger." +89300 ,,,,,3210010,,,,,,,,,,,,,,,"But it's fine, Tenka-chan said she'd provide service, even\nhandling this." +89400 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, Tenka-chan. It's sudden, but... this old man can't hold\nback anymore. You said you'd provide service, right?" +89500 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_040.wav,tenka,,0,,,,,,,,Y-Yeah. I did say that... +89600 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_041.wav,tenka,,0,,,,,,,,"...But, it's weird to do it so suddenly. Old man, you should\nhold back a little too." +89700 ,,,,,3210010,,,,,,,,,,,,,,,"Well, saying it and doing it are different, and being told\nsuddenly might be overwhelming." +89800 ,,,,,3210010,,,,,,,,,,,,,,,But I'm not the kind of old man to back down over something\nlike that. +89900 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"But, I felt relieved and happy when Tenka- chan forgave me." +90000 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_042.wav,tenka,,0,,,,,,,,U... uu... +90100 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, I won't touch Tenka-chan. I'll just do it alone\nwhile looking at Tenka- chan's panties." +90200 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,I'll think about Tenka-chan and do my best alone! So please! +90300 ,,,,,3210010,,,,,,,,,,,,,,,"Tenka-chan looked at me shyly, glancing at my face." +90400 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_043.wav,tenka,,0,,,,,,,,"B-But, just a little bit. Just for a moment." +90500 ,,,,,3210010,,主人公,Kiyoshi,,,,,,,,,,,,"At least, let me see until the baby juice comes out from my\ndick. Otherwise, this old man will feel even more miserable." +90600 ,,,,,3210010,,甜花,Tenka,302_TC01b_t_044.wav,tenka,,0,,,,,,,,...Uu... +90700 ,,,,,3210010,,,,,,,,,,,,,,,Tenka-chan shyly placed her hand on the zipper of her pants\nand slowly pulled it down. +90900 ,,,,,3210010,,,,,,,,,,,,,,,"Of course, she probably wasn't aware, but the way she teased\nwas an infuriating performance." +91000 ,,,,,3210060,,,,,,,,,,,,,,,"And as she pulled down her pants, her cute panties were\nrevealed." +91100 ,,,,,3210060,,甜花,Tenka,302_TC01b_t_045.wav,tenka,,0,,,,,,,,...Ah... u... +91200 ,,,,,3210060,,甜花,Tenka,302_TC01b_t_046.wav,tenka,,0,,,,,,,,Uu... it feels kind of breezy. +91300 ,,,,,3210060,,,,,,,,,,,,,,,"On the other hand, I could feel the heat and smell that had\nlikely built up inside my pants. It was a unique scent of a\ngirl, a mix of sweat, pee, and body soap." +91400 ,,,,,3210020,,,,,,,,,,,,,,,"I also unzipped my pants, revealing my rock- hard dick." +91500 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_047.wav,tenka,,0,,,,,,,,!? +91600 ,,,,,3210020,,,,,,,,,,,,,,,My painfully erect dick twitched repeatedly. +91700 ,,,,,3210020,,,,,,,,,,,,,,,"Even though it's my own, it seemed like it was about to\npounce on Tenka-chan with its intensity." +91800 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"How about it, Tenka-chan? Can you see how much love for\nTenka-chan is stored up in this old man?" +91900 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_048.wav,tenka,,0,,,,,,,,...I-I don't know! +92000 ,,,,,3210020,,,,,,,,,,,,,,,"Though she was scared, she seemed to think it would be\ndangerous to look away, as she kept glancing at my dick." +92100 ,,,,,3210020,,,,,,,,,,,,,,,That look only fueled this old man's excitement. +92200 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"Well then, I'll start." +92300 ,,,,,3210020,,,,,,,,,,,,,,,"Saying that, I placed my hand on my dick and began to stroke\nit up and down." +92400 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_049.wav,tenka,,0,,,,,,,,... +92500 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,...Haa... haa! +92600 ,,,,,3210020,,,,,,,,,,,,,,,"Tenka-chan was staring at my dick with intense eyes.\nOccasionally, she would glance at my face." +92700 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_050.wav,tenka,,0,,,,,,,,D-Does it feel good? +92800 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,Y-Yeah. It's Tenka-chan's real panties. My hand moves more\nthan usual... ugh! +92900 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_051.wav,tenka,,0,,,,,,,,I-Is that so...? It looks painful though... +93000 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"You've seen it before, right? Look, it feels good when I rub\nthis protruding part." +93100 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_052.wav,tenka,,0,,,,,,,,I don't know anything about that!! +93200 ,,,,,3210020,,,,,,,,,,,,,,,"When I tried to bring my dick closer to Tenka-chan, she\nfirmly refused." +93300 ,,,,,3210020,,,,,,,,,,,,,,,"However, even though I've seen her breasts, pussy, and ass,\nit's amazing how just panties can excite me." +93400 ,,,,,3210020,,,,,,,,,,,,,,,My crotch is also showing quite a reaction. +93500 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_053.wav,tenka,,0,,,,,,,,Mister... are you done yet...? +93600 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"Not yet. See, the white stuff hasn't come out yet, right?" +93700 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_054.wav,tenka,,0,,,,,,,,That's true... but it's already slippery. +93800 ,,,,,3210020,,,,,,,,,,,,,,,"Ah, she's talking about the pre-cum." +93900 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it's coming out. This comes out as preparation before\nthe white stuff." +94000 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_055.wav,tenka,,0,,,,,,,,Then hurry up and let it out. +94100 ,,,,,3210020,,,,,,,,,,,,,,,"She's rushing me, but it would be a waste to ejaculate so\neasily. I need to enjoy it more slowly." +94200 ,,,,,3210020,,,,,,,,,,,,,,,"Besides, Tenka-chan doesn't seem completely uninterested, as\nshe occasionally averts her eyes but doesn't stop staring at\nmy dick." +94300 ,,,,,3210020,,,,,,,,,,,,,,,Let's escalate the demands a bit more. +94400 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"Hey Tenka-chan, can I see your breasts too?" +94500 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_056.wav,tenka,,0,,,,,,,,W-What!? My breasts? We promised just the panties... +94600 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"I know, but just the panties don't seem to be enough for me\nto finish. It's embarrassing to keep showing just the\npanties, right?" +94700 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_057.wav,tenka,,0,,,,,,,,"Y-Yeah, but..." +94800 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, I can't forget the sight of Tenka- chan's breasts\nfrom the other day. They were so cute." +94900 ,,,,,3210020,,主人公,Kiyoshi,,,,,,,,,,,,"Please, to finish quickly!" +95000 ,,,,,3210020,,甜花,Tenka,302_TC01b_t_058.wav,tenka,,0,,,,,,,,"Ugh... uuu... really, make it quick, okay?" +95200 ,,,,,3210030,,,,,,,,,,,,,,,"Tenka-chan said that and lifted her clothes, revealing the\nsmall pink protrusions." +95300 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_059.wav,tenka,,0,,,,,,,,...It's so embarrassing. +95400 ,,,,,3210030,,,,,,,,,,,,,,,"Ohhhhh! Tenka-chan's breasts! I've seen them a few times,\nbut this might be the first time she's showing them to me\nvoluntarily!" +95500 ,,,,,3210030,,,,,,,,,,,,,,,"My crotch also jumped up, and pre-cum dripped down." +95600 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_060.wav,tenka,,0,,,,,,,,"Ah, ugh..." +95700 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, you want to finish quickly, right? Where do you\nthink I should rub?" +95800 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_061.wav,tenka,,0,,,,,,,,"Ugh... I don't know... I don't know, but... that protruding\npart." +95900 ,,,,,3210030,,,,,,,,,,,,,,,"Even with such an outrageous question, the earnest Tenka-\nchan reluctantly answered." +96000 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,Here? This part is called the glans. It does feel good here. +96100 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_062.wav,tenka,,0,,,,,,,,"Then, then rub there!" +96200 ,,,,,3210030,,,,,,,,,,,,,,,"Yeah, being ordered by Tenka-chan while doing it is really\nnice." +96300 ,,,,,3210030,,,,,,,,,,,,,,,"Moreover, she's doing it reluctantly while being\nembarrassed, which is exciting." +96400 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'll do that." +96500 ,,,,,3210030,,,,,,,,,,,,,,,Squeeze... squeeze... squeeze. Slowly moving my right hand\nback and forth around the glans. +96600 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_063.wav,tenka,,0,,,,,,,,"M-More quickly! Otherwise, you won't finish!" +96700 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,It's difficult. +96800 ,,,,,3210030,,,,,,,,,,,,,,,"Squeeze, squeeze, squeeze." +96900 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,How about like this? +97000 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_064.wav,tenka,,0,,,,,,,,"I-I don't know... but it's twitching, so I think it's good." +97100 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_065.wav,tenka,,0,,,,,,,,"But earlier, it was making a lot of squishy sounds... so\nmaybe doing it like that is better." +97200 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,How strong should I grip it? +97300 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_066.wav,tenka,,0,,,,,,,,"Eh? ...Um, tightly." +97400 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, I don't really get it. Tenka-chan, could you try\ngripping it a little?" +97500 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_067.wav,tenka,,0,,,,,,,,N-No! That's not allowed! +97600 ,,,,,3210030,,,,,,,,,,,,,,,Hmm... I guess she won't go that far. +97700 ,,,,,3210030,,,,,,,,,,,,,,,"But seeing her like this, I feel like she might do it if I\ntry hard enough, so maybe I should change my approach." +97800 ,,,,,3210030,,,,,,,,,,,,,,,"Let's try making an unreasonable request first, then lower\nthe bar from there." +97900 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, that was too much, right? I apologize." +98000 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_068.wav,tenka,,0,,,,,,,,Yeah... +98100 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,But it's true that the stimulation is a bit lacking. +98200 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_069.wav,tenka,,0,,,,,,,,R-Really? +98300 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"So, can I rub it a little with your panties or breasts,\nTenka-chan?" +98400 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_070.wav,tenka,,0,,,,,,,,Huh? ...N-No! You said you'd only look! +98500 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,But I'm almost there. If I can't finish here... I might not\nbe able to hold back. +98600 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_071.wav,tenka,,0,,,,,,,,B-But! You absolutely can't touch! +98700 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"If not your panties or breasts, then maybe your thighs or\neven your hand would be fine?" +98800 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_072.wav,tenka,,0,,,,,,,,"No, no, no, no! That's not what we agreed on!" +98900 ,,,,,3210030,,,,,,,,,,,,,,,"Considering what happened last time, she's probably strongly\nagainst me touching her." +99000 ,,,,,3210030,,,,,,,,,,,,,,,"But well, that's all part of the plan..." +99100 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"Then, how about you touch it, Tenka-chan? That would be\nokay, right?" +99200 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_073.wav,tenka,,0,,,,,,,,Huh!? ...B-But +99300 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"You don't want me to touch it, right?" +99400 ,,,,,3210030,,,,,,,,,,,,,,,She nods slightly. +99500 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"Then please touch it. I really want to feel your skin,\nTenka-chan. I can't hold back any longer." +99600 ,,,,,3210030,,主人公,Kiyoshi,,,,,,,,,,,,"If I can't hold back and end up losing my job as a fan, I\nwon't be able to give you the song. Please." +99700 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_074.wav,tenka,,0,,,,,,,,... +99800 ,,,,,3210030,,,,,,,,,,,,,,,I'm sure Tenka-chan is thinking this. +99900 ,,,,,3210030,,,,,,,,,,,,,,,"If things stay like this, the old man who can't hold back\nmight do something weird to her butt again. If that happens,\nshe won't get the song." +100000 ,,,,,3210030,,,,,,,,,,,,,,,"So, should she let him touch her? But it's scary to be\ntouched as he pleases." +100100 ,,,,,3210030,,,,,,,,,,,,,,,"Then maybe it's better if she touches him herself? It's not\nas scary if she does it herself, and she'll get the song." +100200 ,,,,,3210030,,,,,,,,,,,,,,,And as a result... +100300 ,,,,,3210030,,甜花,Tenka,302_TC01b_t_075.wav,tenka,,0,,,,,,,,O-Okay. I'll touch it. +100400 ,,,,,3210030,,,,,,,,,,,,,,,Alright! Just as expected! +100500 ,,,,,3210030,,,,,,,,,,,,,,,"In the end, Tenka-chan ended up holding my cock." +100700 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_076.wav,tenka,,0,,,,,,,,W-Wow... Ugh... It's twitching! +100800 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,Whoa! +100900 ,,,,,3210040,,,,,,,,,,,,,,,A damp hand timidly touches my cock. +101000 ,,,,,3210040,,,,,,,,,,,,,,,"Wow! It's soft, yet hot, and feels even better than I\nimagined!" +101100 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,C-Can you make it feel good like that? +101200 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_077.wav,tenka,,0,,,,,,,,M-Make it feel good... I don't really know how. +101300 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"Remember what you told me earlier, Tenka- chan?" +101400 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_078.wav,tenka,,0,,,,,,,,... +101500 ,,,,,3210040,,,,,,,,,,,,,,,"With that, Tenka-chan began to slowly caress the head of my\nnow hard cock with her whole palm." +101600 ,,,,,3210040,,,,,,,,,,,,,,,As expected of the diligent Tenka-chan. She remembered the\nspot that feels good. +101700 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh! Yes, that feels good!" +101800 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_079.wav,tenka,,0,,,,,,,,"I-Is that so? If that's the case, then... Haa... nnn, nnn,\nnnn, nn." +101900 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_080.wav,tenka,,0,,,,,,,,"Ah... Right, I should go a bit faster, right?" +102000 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah. Could you do that, please?" +102100 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_081.wav,tenka,,0,,,,,,,,"...In return, finish quickly." +102200 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_082.wav,tenka,,0,,,,,,,,"Nn... nuh, kuh, kuh, haa, fuh." +102300 ,,,,,3210040,,,,,,,,,,,,,,,"Letting out a groaning voice, Tenka-chan increased her\nspeed." +102400 ,,,,,3210040,,,,,,,,,,,,,,,"This is bad, her small hand is squeezing and moving back and\nforth on the head of my cock." +102500 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_083.wav,tenka,,0,,,,,,,,Ah... and... +102600 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa!? Tenka-chan, that's the urethra, so not too hard." +102700 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_084.wav,tenka,,0,,,,,,,,"Urethra? I don't know, but since it was making a squishy\nsound from here..." +102800 ,,,,,3210040,,,,,,,,,,,,,,,"Ah, she dutifully touched the precum to make the squishy\nsound just like I had her do earlier." +102900 ,,,,,3210040,,,,,,,,,,,,,,,Ugh... You're touching such a sensitive spot. I feel like\nI'm going to come just from that. +103000 ,,,,,3210040,,,,,,,,,,,,,,,"Then again, she spreads it from the head to the ridge, grips\nit, and rubs it gently." +103100 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_085.wav,tenka,,0,,,,,,,,"Ah, kuh, ha, nuh, fuh, fuu... Uncle's... kuh, it's making a\nsquishy sound." +103200 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"Ahh! It feels so good, Tenka-chan." +103300 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_086.wav,tenka,,0,,,,,,,,Ugh... then... hurry up. It's embarrassing... +103400 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, just a little more! I'm almost there!" +103500 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_087.wav,tenka,,0,,,,,,,,Hurry up. Hurry and let it out... +103600 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_088.wav,tenka,,0,,,,,,,,"Haa, nn, fuu, nn, kuu... Ah... it slipped." +103700 ,,,,,3210040,,,,,,,,,,,,,,,"Her warm hand, slick with my precum, moves up and down the\nridge repeatedly, sometimes slipping and stimulating the\nentire shaft and head." +103800 ,,,,,3210040,,,,,,,,,,,,,,,"It's completely different from my own hand. Even though it's\nthe same structure... just because it's a beautiful girl's\nhand, it feels this good." +103900 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"I-I'm reaching my limit, Tenka-chan! It's okay! It feels\namazing!" +104000 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_089.wav,tenka,,0,,,,,,,,"Ugh! Nn, nn, nn, nn! Haa haa... L-Like this? Is this how I\nshould do it?" +104100 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,Y-Yes! Ahh! Ahh...! It feels so good! I'm going to come!\nIt's getting dangerous! +104200 ,,,,,3210040,,,,,,,,,,,,,,,"In Tenka-chan's hand, it's getting hotter, harder, and feels\nlike it's about to burst more than before." +104300 ,,,,,3210040,,,,,,,,,,,,,,,It's throbbing intensely... This is bad! +104400 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_090.wav,tenka,,0,,,,,,,,Faa... faa... fuu...! Ha! ...Nn! +104500 ,,,,,3210040,,,,,,,,,,,,,,,Is Tenka-chan getting excited while rubbing me? Or is she\nsimply getting tired from this task? Her breathing is\nbecoming rough. +104600 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_091.wav,tenka,,0,,,,,,,,"It's... amazing... It's hot and twitching...! Haa... haa...\nhaa...! Kuu... fuh, nn, fuu..." +104700 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,Faaah... T-Tenka-chan! +104800 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_092.wav,tenka,,0,,,,,,,,The cock is twitching more than before... fuu... nnfuu! +104900 ,,,,,3210040,,,,,,,,,,,,,,,I feel something rising from my balls... squeezing up. +105000 ,,,,,3210040,,,,,,,,,,,,,,,I-I'm reaching my limit. +105100 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,"I-I'm done for! I'm going to come, Tenka- chan! I'm going to\ncome with your hand, Tenka-chan...! Squeeze it tighter!" +105200 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_093.wav,tenka,,0,,,,,,,,"Haa... haa... nn. ...I-I don't really get it, but... u...\nuuuuu~~~" +105300 ,,,,,3210040,,,,,,,,,,,,,,,"Responding to my words, Tenka-chan tightly grips my cock and\nmoves her hand up and down vigorously." +105400 ,,,,,3210040,,,,,,,,,,,,,,,Ugh! The sperm is moving from my balls to the base of my\ncock...! +105500 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,Kuaaaaaah! T-Tenka-chan! Tenka-chan! +105600 ,,,,,3210040,,甜花,Tenka,302_TC01b_t_094.wav,tenka,,0,,,,,,,,Uuu! ...Uuu! Uuuuuuu~~~! +105700 ,,,,,3210040,,主人公,Kiyoshi,,,,,,,,,,,,Kuaaaaaah! +105900 ,,,,,3210050,,,,,,,,,,,,,,,It's coming out! It's coming out! It won't stop! It's still\ncoming out...! +106000 ,,,,,3210050,,甜花,Tenka,302_TC01b_t_095.wav,tenka,,0,,,,,,,,Fwaa!? S-Something's coming out! +106100 ,,,,,3210050,,,,,,,,,,,,,,,"The semen shoots out from the tip of my shaft, splattering\nonto Tenka-chan's thigh!" +106200 ,,,,,3210050,,甜花,Tenka,302_TC01b_t_096.wav,tenka,,0,,,,,,,,Yaaaaah! It's hot! It's all sticky... it feels gross. +106300 ,,,,,3210050,,主人公,Kiyoshi,,,,,,,,,,,,Ugh! +106400 ,,,,,3210050,,,,,,,,,,,,,,,"Hearing Tenka-chan say it feels gross, combined with the\nguilty pleasure of splattering her, my ejaculation doesn't\nstop." +106500 ,,,,,3210050,,甜花,Tenka,302_TC01b_t_097.wav,tenka,,0,,,,,,,,"No! Stop it, uncle, stop the white stuff!" +106600 ,,,,,3210050,,,,,,,,,,,,,,,"Even as she says that, Tenka-chan doesn't know if she should\nlet go, so she keeps holding and rubbing my cock." +106700 ,,,,,3210050,,主人公,Kiyoshi,,,,,,,,,,,,I-It's still coming out! +106800 ,,,,,3210050,,甜花,Tenka,302_TC01b_t_098.wav,tenka,,0,,,,,,,,"Fwaa! Auuuuuuu~! Uncle, enough already!" +106900 ,,,,,3210050,,,,,,,,,,,,,,,"My shaft keeps twitching, spurting out everything that had\nbuilt up." +107000 ,,,,,3210050,,甜花,Tenka,302_TC01b_t_099.wav,tenka,,0,,,,,,,,Ugh... my thigh is hot... some got on my panties... +107100 ,,,,,3210050,,主人公,Kiyoshi,,,,,,,,,,,,"Phew... ha. That felt good, Tenka-chan." +107200 ,,,,,3210050,,甜花,Tenka,302_TC01b_t_100.wav,tenka,,0,,,,,,,,...Ugh... it was embarrassing... +107400 ,$event_return,,,,,,,,,,,,,,,,,,, +107500 ,,,8,11,,,主人公,Kiyoshi,,,,,,,,,,,,"No, it felt really good. Thank you, Tenka- chan." +107600 ,,,,,,,甜花,Tenka,302_TC01b_t_101.wav,"tenka,privateB",,13,,,,,,,,...Yeah. +107700 ,,,,,,,,,,tenka,,13,,,,,,,,She doesn't look entirely convinced. +107800 ,,,,,,,,,,tenka,,13,,,,,,,,But that reluctant expression is exciting in its own way. +107900 ,,,,,,,甜花,Tenka,302_TC01b_t_102.wav,tenka,,33,,,,,,,,Um... did I do a good job with the service? +108000 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Yeah, thank you. I definitely want to stay a fan of yours,\nTenka-chan." +108100 ,,,,,,,甜花,Tenka,302_TC01b_t_103.wav,tenka,,26,,,,,,,,Is that so... +108200 ,,,,,,,,,,tenka,,26,,,,,,,,"Her response is curt, but she doesn't seem entirely\ndispleased." +108300 ,,,,,,,甜花,Tenka,302_TC01b_t_104.wav,tenka,,13,,,,,,,,W-Well then. I'm going home today. +108400 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Okay. Be careful on your way back, there might be some\nweirdos out there." +108500 ,,,,,,,甜花,Tenka,302_TC01b_t_105.wav,tenka,,16,,,,,,,,"I don't think there are many people weirder than you, uncle." +108600 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,Ugh... that's harsh. +108700 ,,,,,,,,,,tenka,,16,,,,,,,,"But well, she's probably right." +108800 ,,,,,,,甜花,Tenka,302_TC01b_t_106.wav,tenka,,0,,,,,,,,Let me know when the song comes out. +108900 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,"Yeah, I'll contact you right away. As a fan, I can't wait to\nsee you sing and dance, Tenka-chan." +109000 ,,,,,,,甜花,Tenka,302_TC01b_t_107.wav,tenka,,33,,,,,,,,"Ah, thank you, uncle." +109100 ,,,,,,,,,,,,,,,,,,,,"With that, Tenka-chan waved lightly and ran off, saying\n""bye-bye"" as she left." +109200 ,,,,,,,,,,,,,,,,,,,,"I don't really picture her running much, but she's probably\nlooking forward to a lot of things from now on." +109300 ,,,,,,,,,,,,,,,,,,,,...I'm looking forward to a lot of things too. +109400 ,,,,,,,,,,,,,,,,,,,,"Anyway, I've managed to repair my relationship with Tenka-\nchan, and it seems like I can continue with my pranks... no,\nI can probably go even harder." +109500 ,,,,,,,,,,,,,,,,,,,,...I'm excited for what's to come. +109600 ,,,0,9000,,,,,,,,,,,,,,,, +109700 ,@303_TC02a,,,,,,,,,,,,,,,,,,, +110000 ,,,15,33,,,主人公,Kiyoshi,,,,,,,,,,,,Hmm... I wonder if it's time for some service? +110100 ,,,,,,,,,,,,,,,,,,,,A few days have passed since I made up with Tenka-chan. +110200 ,,,,,,,,,,,,,,,,,,,,"In the end, after she gave me a handjob that day, I haven't\nbeen able to bring myself to ask for more service." +110300 ,,,,,,,,,,,,,,,,,,,,"Well, just remembering the feel of her hand and the panties\nshe showed me is enough to get off, and I've been getting\noff quite a bit to the micro bikini videos too." +110400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I think it's about time for something new. +110500 ,,,,,,,,,,,,,,,,,,,,I should have asked to see her pussy or ass instead of just\nher panties back then. +110600 ,,,,,,,,,,,,,,,,,,,,Maybe I should ask... +110700 ,,,,,,,,,,,,,,,,,,,,"But if I rush it, she might end up hating me again." +110800 ,,,,,,,,,,,,,,,,,,,,Hmm... maybe I should use a lesson as an excuse to make her\ndo something naughty. +110900 ,,,,,,,,,,,,,,,,,,,,"Since she eventually forgave me for forcing it into her ass,\nI think I can manage this much." +111000 ,,,,,,,,,,,,,,,,,,,,"But still, she's probably a bit suspicious of me." +111100 ,,,,,,,,,,,,,,,,,,,,I wish there was something that could make Tenka-chan\nhappy... +111200 ,,,,,,,,,,,,,,,,,,,,As I was thinking about that. +111400 ,,,,,,,,,,,,,,,,,,,,--Ping +111500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hm? +111600 ,,,,,,,,,,,,,,,,,,,,It seems an email has arrived on the PC. +111700 ,,,,,,,,,,,,,,,,,,,,"Let's see, what do we have here? Oh! This email is from a\nfellow lolicon friend!" +111800 ,,,,,,,,,,,,,,,,,,,,What's this? +111900 ,,,,,,,,,,,,,,,,,,,,"'Protagonist-san, thank you for waiting. The song you\nrequested is finished, so I'm sending it to you.'" +112000 ,,,,,,,,,,,,,,,,,,,,"Ah, it's the song I asked for about Tenka- chan." +112100 ,,,,,,,,,,,,,,,,,,,,"Impressive, the work is fast. After all..." +112200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you. I'll make sure to properly thank you, so look\nforward to it. Or rather, maybe it will be in the form of\ncooperation? ...and send." +112300 ,,,,,,,,,,,,,,,,,,,,"'Yes, of course. I'm looking forward to it... If it's that\nkind of cooperation, I'll do it until I'm completely\nexhausted (lol)'" +112400 ,,,,,,,,,,,,,,,,,,,,"...Well, with a promise like this, it's only natural to be\nenthusiastic." +112500 ,,,,,,,,,,,,,,,,,,,,"I need to give him some kind of benefit too... Now, what\nshould I let him do?" +112600 ,,,,,,,,,,,,,,,,,,,,"Well, in any case, it'll be after I enjoy it." +112700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Now then. +112800 ,,,,,,,,,,,,,,,,,,,,"Still, it came at a good time." +112900 ,,,,,,,,,,,,,,,,,,,,"With Tenka-chan's new song... she'll be in a good mood for a\nwhile, and she'll listen to what I say." +113000 ,,,,,,,,,,,,,,,,,,,,I might be able to do various things under the guise of a\nlesson... +113100 ,,,,,9000020,,,,,,,,,,,,,,,"Let's inform her on LIME right away. Let's see, 'The song we\ntalked about before is done!'" +113200 ,,,,,9000020,,,,,,,,,,,,,,,I hope she'll be happy. +113300 ,,,,,9000000,,,,,,,,,,,,,,,"Oh! A quick reply, 'Really! Really!?' I can feel her jumping\nfor joy just from the text." +113400 ,,,,,9000000,,,,,,,,,,,,,,,"'Yes, it's true. Will you come tomorrow?' I send, and she\nreplies, 'Yes! I'll definitely come! You have to be at the\nshop!'" +113500 ,,,,,9000000,,,,,,,,,,,,,,,"As I think of replying 'Okay, okay,' messages come in rapid\nsuccession: 'What kind of song is it?' 'What time will the\nshop open tomorrow?' 'Should I bring anything?'" +113600 ,,,,,9000000,,,,,,,,,,,,,,,"Hmm, she's really excited. She must be really happy." +113700 ,,,,,9000000,,,,,,,,,,,,,,,"Well, I calmly send, 'Calm down, Tenka-chan. I'll open the\nshop when you arrive.'" +113800 ,,,,,9000000,,,,,,,,,,,,,,,"Then a quick reply, 'Thank you! I'm glad I trusted you,\nmister!'" +113900 ,,,,,9000000,,,,,,,,,,,,,,,"Wow! To hear something like that, it's an unimaginable\nstatement from just a few days ago! I think it's safe to say\nI've regained her trust!" +114000 ,,,,,9000000,,,,,,,,,,,,,,,"But I shouldn't get carried away. I want to build more\ntrust, so I send, 'Let's listen to the song together when\nyou come. I want you to be the first to hear it.'" +114100 ,,,,,9000000,,,,,,,,,,,,,,,"Of course, I'll listen to it before she arrives. When we\nlisten together, I'll give some insightful comments to show\noff my skills." +114200 ,,,,,9000000,,,,,,,,,,,,,,,"'Thank you so much, mister! Please keep helping me from now\non.' How cute." +114300 ,,,,,9000000,,,,,,,,,,,,,,,"Well, I should wrap this up soon, or it'll affect tomorrow,\nso I send, 'Maybe you should get some sleep now?'" +114400 ,,,,,9000000,,,,,,,,,,,,,,,"But the response was, 'Eh? I'm too excited to sleep!'" +114500 ,,,,,9000000,,,,,,,,,,,,,,,"It can't be helped. 'Managing your health is an important\npart of being an idol. You have tomorrow too, so listen to\nme.' Then she replies, 'You're right. Goodnight then.'" +114600 ,,,,,9000000,,,,,,,,,,,,,,,"I also send, 'Goodnight,' and close LIME." +114700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, this should be fine for a while." +114800 ,,,,,,,,,,,,,,,,,,,,"However... speaking of health management, being able to\ncontrol even her bedtime..." +114900 ,,,,,,,,,,,,,,,,,,,,"With this, I could have her drink semen for its nutrients or\nmake her pee because holding it in is bad for her health...\nI can do all sorts of things!" +115000 ,,,,,,,,,,,,,,,,,,,,I'm looking forward to it! +115100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... thinking about that is getting me all worked up. +115200 ,,,,,,,,,,,,,,,,,,,,What should I do? Should I relieve myself? But there might\nbe a lot going on with Tenka- chan tomorrow. It wouldn't do\nto be out of energy then. +115300 ,,,,,,,,,,,,,,,,,,,,"Besides, I need to listen to the song to give feedback, and\nI should watch junior idol DVDs to be able to talk about\nchoreography..." +115400 ,,,91,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll imagine Tenka-chan dancing to the song and\nrelieve myself just once." +115500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"For now, let's start with Tenka-chan's song..." +115700 ,,,,,,,,,,,,,,,,,,,,"In the end, I relieved myself twice thinking of Tenka-chan\nand once with the junior idols, making it three times in\ntotal as the night went on." +115800 ,,,0,9000,,,,,,,,,,,,,,,, +116000 ,@304_TC02b,,,,,,,,,,,,,,,,,,, +116400 ,,,4,31,,,甜花,Tenka,304_TC02b_t_000.wav,"tenka,privateC",,4,,,,,,,,... +116600 ,,,,,,,,,,tenka,,4,,,,,,,,"And the next day, Tenka-chan came to the candy store looking\nexcited." +116700 ,,,,,,,,,,tenka,,4,,,,,,,,"She seemed to be in quite a hurry, as there were crumbs from\nwhat seemed to be her breakfast bread on her clothes...\nwhich was unusual for Tenka-chan, who usually pays attention\nto her appearance and fashion." +116800 ,,,,,,,,,,tenka,,4,,,,,,,,"Under the pretense of brushing them off, I touched her chest\nand butt, but she just thanked me without any concern..." +116900 ,,,,,,,,,,tenka,,4,,,,,,,,Hmm... harassment isn't fun if they don't show any signs of\ndisliking it. +117100 ,,,,,,,,,,tenka,,4,,,,,,,,"Well, without paying any mind to my actions, she requested\nto hear the song quickly, so I played it for her." +117200 ,,,,,,,,,,tenka,,4,,,,,,,,And this was her reaction. +117300 ,,,,,,,甜花,Tenka,304_TC02b_t_001.wav,tenka,,32,,,,,,,,...Amazing. +117400 ,,,,,,,,,,tenka,,32,,,,,,,,"After listening to the song, Tenka-chan was just stunned and\nlooked at me." +117500 ,,,,,,,甜花,Tenka,304_TC02b_t_002.wav,tenka,,32,,,,,,,,Is this really my song? +117600 ,,,,,,,主人公,Kiyoshi,,tenka,,32,,,,,,,,"Yes, it's true." +117700 ,,,,,,,甜花,Tenka,304_TC02b_t_003.wav,tenka,,30,,,,,,,,R-Really really? +117800 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"It's true. It's a song made just for you, Tenka-chan." +117900 ,,,,,,,,,,tenka,,30,,,,,,,,Her eyes sparkled. +118000 ,,,,,,,甜花,Tenka,304_TC02b_t_004.wav,"tenkaL,privateC",,1,,,,,,,,A-Amazing! My song sounds like something on TV! +118100 ,,,,,,,,,,tenkaL,,1,,,,,,,,"It seems like she's trying to express how amazing the song\nis with all her vocabulary, and it's quite endearing." +118200 ,,,,,,,甜花,Tenka,304_TC02b_t_005.wav,tenkaL,,21,,,,,,,,It's really an idol's song! +118300 ,,,,,,,,,,tenkaL,,21,,,,,,,,"Yeah, she's cute. It's a side of her she doesn't usually\nshow." +118400 ,,,,,,,,,,tenkaL,,21,,,,,,,,"Seeing such a cute side of her makes me look forward to\nfuture services. She's so happy, there's no way I could\nrefuse." +118500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,Do you like it? +118600 ,,,,,,,甜花,Tenka,304_TC02b_t_006.wav,tenkaL,,1,,,,,,,,Yeah! A lot! +118700 ,,,,,,,甜花,Tenka,304_TC02b_t_007.wav,tenkaL,,21,,,,,,,,I didn't expect something so proper to come. I thought you\nlooked kind of lame and wondered if you really understood\nidols. +118800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,"That's a harsh way to put it~. But I'm really knowledgeable\nabout idols, you know?" +118900 ,,,,,,,,,,tenkaL,,21,,,,,,,,"As expected of my loli friend. Even though he's not a\nprofessional, he seems to understand idol songs well enough\nto capture Tenka-chan's heart." +119000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,"Well, I tried my best for Tenka-chan. Though it was my\nfriend who made it." +119100 ,,,,,,,甜花,Tenka,304_TC02b_t_008.wav,tenkaL,,3,,,,,,,,"Then, it was your friend who tried hard, right?" +119200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,3,,,,,,,,I guess so? +119300 ,,,,,,,甜花,Tenka,304_TC02b_t_009.wav,tenkaL,,1,,,,,,,,"But... um... thank you too, mister." +119400 ,,,,,,,,,,tenkaL,,1,,,,,,,,Oh? She's blushing a little. +119500 ,,,,,,,,,,tenkaL,,1,,,,,,,,"Now, let's give some opinions to gain more trust." +119600 ,,,,,,,主人公,Kiyoshi,,tenkaL,,0,,,,,,,,"Now that we have the song, let's think about future plans\nand prospects, shall we?" +119700 ,,,,,,,甜花,Tenka,304_TC02b_t_010.wav,tenkaL,,23,,,,,,,,Prospects? +119800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,23,,,,,,,,"Yeah, what we'll do from now on. After listening to this\nsong, I kind of got an idea of how to produce Tenka-chan." +119900 ,,,,,,,甜花,Tenka,304_TC02b_t_011.wav,tenkaL,,24,,,,,,,,R-Really? You can see that after just one listen? +120000 ,,,,,,,,,,tenkaL,,24,,,,,,,,"Of course, I listened to it many times last night and formed\nsome opinions." +120100 ,,,,,,,,,,tenkaL,,24,,,,,,,,"Well, the content is about how to gain trust and how to\nsteer things in a lewd direction." +120200 ,,,,,,,甜花,Tenka,304_TC02b_t_012.wav,tenkaL,,3,,,,,,,,"So, what are my prospects?" +120300 ,,,,,,,甜花,Tenka,304_TC02b_t_013.wav,tenkaL,,1,,,,,,,,Oh! Are we going to post again? Then I need to quickly learn\nthe song and film myself dancing. +120400 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Wait, wait, that's for later." +120500 ,,,,,,,甜花,Tenka,304_TC02b_t_014.wav,tenkaL,,3,,,,,,,,O-Okay. +120800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,3,,,,,,,,"I think this song will have a lively choreography with lots\nof jumping and bouncing. Like last time, your panties might\nshow. Are you okay with that?" +120900 ,,,,,,,甜花,Tenka,304_TC02b_t_165.wav,tenkaL,,12,,,,,,,,"W-Well, I'm not really okay with it... but I want to sing\nthis song, so it's fine." +121000 ,,,,,,,甜花,Tenka,304_TC02b_t_166.wav,tenkaL,,11,,,,,,,,"P-Panties... for an idol, that's normal." +121100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,11,,,,,,,,There might be even naughtier things. I might touch your\nbreasts or butt during choreography practice. +121300 ,,,,,,,甜花,Tenka,304_TC02b_t_015.wav,tenkaL,,33,,,,,,,,"Eh? Ugh... but this is my song, so I'll do my best!" +121400 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Alright! Hehe, even with such questions, she doesn't back\ndown. I can keep this going for a while." +121500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,"Okay, I understand your determination, Tenka-chan. This song\nis yours!" +121600 ,,,,,,,甜花,Tenka,304_TC02b_t_016.wav,tenkaL,,1,,,,,,,,Yay! It's my song! My song! +121700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Yes, yes, I'm glad you're happy. The person who provided the\nsong will be very pleased too." +121800 ,,,,,,,甜花,Tenka,304_TC02b_t_017.wav,tenkaL,,4,,,,,,,,Song provider... it really feels like I'm an idol! +121900 ,,,,,,,甜花,Tenka,304_TC02b_t_018.wav,tenkaL,,1,,,,,,,,"I'm so happy! Thank you, mister!" +122000 ,,,,,,,,,,tenkaL,,1,,,,,,,,"A real idol, huh. I want to let her experience as much of\nthat as possible... including pillow business, of course." +122100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,Then let's start practicing the choreography right away? +122200 ,,,,,,,甜花,Tenka,304_TC02b_t_019.wav,tenkaL,,24,,,,,,,,"It's already done!? You're amazing, mister!" +122300 ,,,,,,,主人公,Kiyoshi,,tenkaL,,24,,,,,,,,"Well, I'm Tenka-chan's biggest fan. I'm always thinking\nabout you." +122400 ,,,,,,,,,,tenkaL,,24,,,,,,,,"Actually, I thought about it last night." +122500 ,,,,,,,甜花,Tenka,304_TC02b_t_020.wav,tenkaL,,21,,,,,,,,"Yeah, even if I become a great idol, I won't forget you,\nmister." +122600 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,"Haha, please do." +122700 ,,,,,,,,,,tenkaL,,21,,,,,,,,"Well, it's hard to forget a guy who did anal, made her give\nhandjobs, and peeked at her peeing." +122800 ,,,,,,,,,,tenkaL,,21,,,,,,,,And I plan to do even more unforgettable things from now on.\nHehehe. +123100 ,,,91,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,Lift your legs higher! +123200 ,,,,,3130000,,甜花,Tenka,304_TC02b_t_021.wav,tenka,,0,,,,,,,,O-Okay! +123300 ,,,,,3130000,,,,,,,,,,,,,,,"As Tenka-chan dances, she shyly lifts her leg high,\nrevealing her sweaty thighs and panties." +123400 ,,,,,3130000,,,,,,,,,,,,,,,"Whoa! The heat and smell of sweat that must have been\ntrapped under her skirt reach me, and I can't stop getting\nexcited!" +123500 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,Let's try singing with a bigger smile and louder voice. Can\nyou do it? +123600 ,,,,,3130000,,甜花,Tenka,304_TC02b_t_022.wav,tenka,,0,,,,,,,,I-I'll try. +123700 ,,,,,3130000,,,,,,,,,,,,,,,"Tenka-chan is panting heavily, sweat flying off her body,\nand her voice is slurred." +123800 ,,,,,3130000,,,,,,,,,,,,,,,"Of course, you end up imagining things like that." +123900 ,,,,,3130000,,,,,,,,,,,,,,,"Plus, her panties are wet with sweat and sticking to her,\nmaking the outline clearly visible... whoa!" +124100 ,,,4,11,,,甜花,Tenka,304_TC02b_t_023.wav,tenkaL,,27,,,,,,,,Mister. +124200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,27,,,,,,,,W-Whoa!? What is it? +124300 ,,,,,,,甜花,Tenka,304_TC02b_t_024.wav,tenka,,7,,,,,,,,Is this movement okay like this? +124400 ,,,,,,,,,,,,,,,,,,,,"With an innocent smile directed at me, Tenka- chan cutely\nspins around." +124500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it's good. The spin shows the back of your panties\nclearly, and it gives off a lively vibe." +124600 ,,,,,,,甜花,Tenka,304_TC02b_t_025.wav,tenka,,4,,,,,,,,"Yeah, thank you... whoa! No, no! I'm not showing it on\npurpose!" +124700 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,You can't be embarrassed! +124800 ,,,,,,,甜花,Tenka,304_TC02b_t_026.wav,tenka,,33,,,,,,,,Ugh... I-I got it. +124900 ,,,,,,,甜花,Tenka,304_TC02b_t_027.wav,tenka,,13,,,,,,,,"B-But, how much did you see?" +125000 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,Uh... around here? +125200 ,,,,,,,甜花,Tenka,304_TC02b_t_028.wav,tenkaL,,4,,,,,,,,Eek! +125300 ,,,,,,,,,,tenka,,4,,,,,,,,"Taking advantage of the situation, I run my fingers over her\nbutt, feeling the sweat soaking through her panties, making\nthem very damp." +125400 ,,,,,,,,,,tenka,,4,,,,,,,,"I want to use this hand, wet with Tenka- chan's sweat, to\nthoroughly stroke my dick." +125500 ,,,,,,,甜花,Tenka,304_TC02b_t_029.wav,tenka,,11,,,,,,,,M-Mister! You touched my butt! +125600 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,I can't help it. It's hard to explain with words alone. +125700 ,,,,,,,甜花,Tenka,304_TC02b_t_030.wav,tenka,,33,,,,,,,,Ugh... +125800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Next, emphasize your breasts like this... with a move like\nthis." +125900 ,,,,,,,甜花,Tenka,304_TC02b_t_031.wav,tenkaL,,11,,,,,,,,Wha!? Y-You touched my breasts too! +126000 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"You can't get embarrassed over every little thing like this.\nCome on, let's keep going." +126100 ,,,,,,,甜花,Tenka,304_TC02b_t_032.wav,tenka,,33,,,,,,,,O-Okay... +126200 ,,,,,,,,,,,,,,,,,,,,"Hmm, it's really exciting to be able to control a shy girl\njust by telling her what to do." +126300 ,,,,,,,,,,,,,,,,,,,,"I wonder if eventually, she'll do it if I tell her to spread\nherself open?" +126400 ,,,,,,,甜花,Tenka,304_TC02b_t_033.wav,tenka,,0,,,,,,,,Hey mister. Wrap that towel around your waist. +126500 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,Huh? This one? What are you going to use it for? +126600 ,,,,,,,,,,tenka,,0,,,,,,,,"For now, I do as I'm told and wrap it around my waist like I\njust got out of the bath." +126700 ,,,,,,,甜花,Tenka,304_TC02b_t_034.wav,tenka,,3,,,,,,,,"That's your skirt. Mister, spin around like I did earlier." +126800 ,,,,,,,,,,tenka,,3,,,,,,,,"I see, that's what this is about." +126900 ,,,,,,,,,,tenka,,3,,,,,,,,She's doing this to figure out how fast to spin to show how\nmuch of the panties are visible. +127000 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Alright, like this?" +127100 ,,,,,,,,,,tenka,,3,,,,,,,,"I try my best to spin my heavy body around once, making the\ntowel acting as a skirt flutter." +127200 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,...How was that? +127300 ,,,,,,,甜花,Tenka,304_TC02b_t_035.wav,tenkaL,,13,,,,,,,,"Hmm. What should I do, it might be visible up to here..." +127400 ,,,,,,,主人公,Kiyoshi,,tenkaL,,13,,,,,,,,Whoa!? +127500 ,,,,,,,,,,tenkaL,,13,,,,,,,,"Tenka-chan suddenly touched the part of my shaft with her\nfinger. Of course, I reacted to such a thing." +127600 ,,,,,,,甜花,Tenka,304_TC02b_t_036.wav,tenkaL,,4,,,,,,,,Ah... +127700 ,,,,,,,,,,tenkaL,,4,,,,,,,,"Realizing that what she touched had suddenly hardened, she\nlet out a small voice and quickly ran around to my backside." +127800 ,,,,,,,甜花,Tenka,304_TC02b_t_037.wav,tenkaL,,33,,,,,,,,"Uh, was it around here for the butt side? It would be nice\nif the skirt went down a little more." +127900 ,,,,,,,,,,tenkaL,,33,,,,,,,,"She said that as if to cover up her embarrassment, but in\ncontrast, my shaft was reacting." +128000 ,,,,,,,,,,tenkaL,,33,,,,,,,,I had no intention of resisting it either. +128100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,"Tenka-chan, up to where is it okay to show your panties? I\ncan't see from here, so could you touch it for me?" +128200 ,,,,,,,甜花,Tenka,304_TC02b_t_038.wav,tenkaL,,27,,,,,,,,"Y-yeah. Um... I'd rather not show it, so maybe here?" +128300 ,,,,,,,主人公,Kiyoshi,,tenkaL,,27,,,,,,,,Ugh? There is... +128400 ,,,,,,,,,,tenkaL,,27,,,,,,,,"Between the anus and the balls. Even through the clothes,\nTenka-chan's finger touched the perineum." +128500 ,,,,,,,甜花,Tenka,304_TC02b_t_039.wav,tenkaL,,13,,,,,,,,...... +128600 ,,,,,,,甜花,Tenka,304_TC02b_t_040.wav,tenkaL,,13,,,,,,,,"...Your face, mister... it's kind of..." +128800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,13,,,,,,,,W-what about the front? How much can you show? +128900 ,,,,,,,甜花,Tenka,304_TC02b_t_041.wav,tenkaL,,26,,,,,,,,"Uh... hmm, maybe up to here..." +129000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,26,,,,,,,,Kuh! +129100 ,,,,,,,,,,tenkaL,,26,,,,,,,,"Tenka-chan's finger touched my balls, tracing a line back\nand forth repeatedly." +129200 ,,,,,,,,,,tenkaL,,26,,,,,,,,"Playing pranks is fun, but being pranked is nice too!" +129300 ,,,,,,,甜花,Tenka,304_TC02b_t_042.wav,tenkaL,,2,,,,,,,,...... +129400 ,,,,,,,,,,tenkaL,,2,,,,,,,,"......Still, I wonder how long she'll keep touching me.\nPersonally, I'd like her to keep going until I climax." +129500 ,,,,,,,,,,tenkaL,,2,,,,,,,,"Getting played with by a girl and ejaculating inside my\npants, huh." +129600 ,,,,,,,,,,tenkaL,,2,,,,,,,,Just thinking about it makes my cock twitch intensely. +129700 ,,,,,,,甜花,Tenka,304_TC02b_t_043.wav,tenkaL,,33,,,,,,,,Ah... +129800 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Noticing it, she stands up slowly, looking embarrassed." +129900 ,,,,,,,甜花,Tenka,304_TC02b_t_044.wav,tenkaL,,2,,,,,,,,"Uh, um... I want to check how much, so I'll practice again." +130000 ,,,,,,,,,,,,,,,,,,,,"I really want to continue, but I guess it can't be helped\ntoday." +130100 ,,,,,,,,,,,,,,,,,,,,"After all, it's the day her song came out, and that's\nprobably all she's thinking about." +130200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Got it. I'll watch you then. +130300 ,,,,,,,甜花,Tenka,304_TC02b_t_045.wav,tenka,,0,,,,,,,,Not just watch... I think it'd be better if we danced\ntogether. +130400 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,Huh? Me too? +130500 ,,,,,,,,,,tenka,,0,,,,,,,,She nodded. +130600 ,,,,,,,甜花,Tenka,304_TC02b_t_046.wav,tenka,,3,,,,,,,,I also want to know how much of my panties are visible. +130700 ,,,,,,,,,,tenka,,3,,,,,,,,"Hmm, if I go along with this, I can do things like earlier\ntoo..." +130800 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Alright, I'll do it with you." +130900 ,,,,,,,甜花,Tenka,304_TC02b_t_047.wav,tenka,,1,,,,,,,,Yay! +131000 ,,,,,,,,,,tenka,,1,,,,,,,,"And so, I ended up dancing with Tenka-chan." +131300 ,,,91,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,Phew! ...Phew! +131400 ,,,,,3130000,,,,,,,,,,,,,,,Oh man... this exercise is too hard for a guy in his\nforties. +131500 ,,,,,3130000,,,,,,,,,,,,,,,"Considering the number of times I masturbate, I should be\nrelatively young for my age... I guess masturbation and\nsports are completely different." +131600 ,,,,,3130000,,甜花,Tenka,304_TC02b_t_048.wav,tenka,,0,,,,,,,,...Hah! ...Yah! +131700 ,,,,,3130000,,,,,,,,,,,,,,,"Perhaps due to her youth, Tenka-chan is still full of\nenergy." +131800 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, shall we wrap it up soon? If you keep going\nwhile tired, you might get injured, and if we don't eat\nlunch, you'll get exhausted." +131900 ,,,,,3130000,,甜花,Tenka,304_TC02b_t_049.wav,tenka,,0,,,,,,,,"Aw... I was just getting the hang of it. I'm fine, so just a\nlittle more." +132000 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,Health management. +132100 ,,,,,3130000,,甜花,Tenka,304_TC02b_t_050.wav,tenka,,0,,,,,,,,"Ah... I see. That's part of the job too, right?" +132300 ,,,6,,,,甜花,Tenka,304_TC02b_t_051.wav,tenka,,12,,,,,,,,Got it. I'll stop here for today. +132400 ,,,,,,,,,,tenka,,12,,,,,,,,Phew... I'm relieved. +132500 ,,,,,,,,,,tenka,,12,,,,,,,,"If we had continued, I would have been the one to collapse\nfirst." +132600 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,Good job. +132700 ,,,,,,,甜花,Tenka,304_TC02b_t_052.wav,tenka,,0,,,,,,,,Yeah. +132800 ,,,,,,,,,,tenka,,0,,,,,,,,She smiles contentedly while wiping her sweat with a towel. +132900 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,How was it? +133000 ,,,,,,,甜花,Tenka,304_TC02b_t_053.wav,tenka,,21,,,,,,,,"Yeah! It was fun! I think both the singing and dancing were\ngood! Thank you, mister!" +133100 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"Yeah, yeah, I'm glad to hear that." +133200 ,,,,,,,甜花,Tenka,304_TC02b_t_054.wav,tenka,,37,,,,,,,,"But... mister, you touched my butt and boobs too much.\n...There might have been a lot of harassment." +133300 ,,,,,,,,,,tenka,,37,,,,,,,,"Ugh, she noticed. ...Well, I did it quite blatantly." +133400 ,,,,,,,主人公,Kiyoshi,,tenka,,37,,,,,,,,"But you know, if you don't learn quickly by doing this much,\nyou won't make it in time for the live show. Even I had to\nharden my heart to touch you." +133500 ,,,,,,,甜花,Tenka,304_TC02b_t_055.wav,tenka,,23,,,,,,,,...Live show? +133600 ,,,,,,,,,,tenka,,23,,,,,,,,She looks puzzled. +133700 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Yeah, a live show." +133800 ,,,,,,,甜花,Tenka,304_TC02b_t_056.wav,tenka,,3,,,,,,,,"A live show... singing in front of everyone? ...Is it, by\nany chance, mine?" +133900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Who else would it be? It's Tenka-chan's live show. You'll\nsing and dance to this song in front of everyone. +134000 ,,,,,,,甜花,Tenka,304_TC02b_t_057.wav,tenka,,4,,,,,,,,"Eh, but! Eh? Eh? Ehh?" +134100 ,,,,,,,,,,tenka,,4,,,,,,,,"She's surprised, she's surprised. Well, of course, suddenly\ntalking about a live show." +134200 ,,,,,,,,,,tenka,,4,,,,,,,,"Well, it's not a proper live show, just gathering some\nlolicon friends and having her sing there." +134300 ,,,,,,,,,,tenka,,4,,,,,,,,"Even so, having a song and choreography to perform in front\nof an audience must be exciting." +134400 ,,,,,,,甜花,Tenka,304_TC02b_t_058.wav,tenkaL,,4,,,,,,,,W-When? +134500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,4,,,,,,,,I was thinking this coming Saturday. +134600 ,,,,,,,甜花,Tenka,304_TC02b_t_059.wav,tenkaL,,21,,,,,,,,Amazing! Can I debut that soon? +134700 ,,,,,,,,,,tenkaL,,21,,,,,,,,"It's a bit different from a debut, but that's fine." +134800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,Yeah. Shall we debut? +134900 ,,,,,,,甜花,Tenka,304_TC02b_t_060.wav,tenkaL,,20,,,,,,,,Yeah! Yeah! Where's the venue? Budokan? +135000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,20,,,,,,,,Budokan for the first live is tough. It's gotta be a store-\nfront live first. +135100 ,,,,,,,甜花,Tenka,304_TC02b_t_061.wav,tenkaL,,3,,,,,,,,"Store-front live? Uh, does that mean here?" +135200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,3,,,,,,,,"That's right. You've heard that starting idols and artists\noften perform in places like this, right?" +135300 ,,,,,,,主人公,Kiyoshi,,tenkaL,,3,,,,,,,,"So, I'll lend you the front of the store, and Tenka-chan\nwill start from here." +135400 ,,,,,,,甜花,Tenka,304_TC02b_t_062.wav,tenkaL,,1,,,,,,,,"Y-Yeah! Thank you, mister!" +135500 ,,,,,,,,,,tenkaL,,1,,,,,,,,"With an innocent smile, Tenka-chan answered like that." +135600 ,,,,,,,甜花,Tenka,304_TC02b_t_063.wav,tenkaL,,23,,,,,,,,But... what about the audience? Don't we need to do any\npromotion? +135700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,23,,,,,,,,"It's okay. When I told my friends about Tenka-chan, several\nof them said they wanted to see you live. I'm planning to\ninvite them this time." +135800 ,,,,,,,甜花,Tenka,304_TC02b_t_064.wav,tenkaL,,24,,,,,,,,Wow... +135900 ,,,,,,,主人公,Kiyoshi,,tenkaL,,24,,,,,,,,"Let's continue tomorrow. Actually, I was so excited about\nthe song that I couldn't sleep much, so I want to take a\nnap." +136000 ,,,,,,,甜花,Tenka,304_TC02b_t_065.wav,tenkaL,,1,,,,,,,,"You couldn't sleep because you were excited? You're just\nlike me, mister!" +136100 ,,,,,,,,,,tenkaL,,1,,,,,,,,"Well, in my case, it was because I was masturbating." +136200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Hahaha. I tried to stay calm in front of a talent, but\nhonestly, I was really happy too." +136300 ,,,,,,,甜花,Tenka,304_TC02b_t_066.wav,tenkaL,,21,,,,,,,,Is that so? Hehe. +136400 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,"Tenka-chan, your mom is preparing lunch, right? See you\ntomorrow." +136500 ,,,,,,,甜花,Tenka,304_TC02b_t_067.wav,tenkaL,,1,,,,,,,,"Yeah, mister, you need to take care of your health too." +136600 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Haha, that's right. Well then, I'll take a bath and then\nsleep." +136700 ,,,,,,,甜花,Tenka,304_TC02b_t_068.wav,tenkaL,,33,,,,,,,,...Take a bath... and then sleep. +136800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,...? +136900 ,,,,,,,,,,tenkaL,,33,,,,,,,,"I felt like her words were a bit awkward, but oh well." +137000 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Alright, I'll wash off the sweat and then relieve myself\nthinking about this." +137100 ,,,,,,,,,,tenkaL,,33,,,,,,,,"...Wait, hold on. I've touched Tenka-chan's sweaty body, and\nher sweat is on my hand. Not rubbing this on my dick would\nbe a waste." +137200 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Ugh... But because I exercised, my own sweat got mixed in.\nTo taint the precious sweat of a beautiful girl with my own\nsweat..." +137300 ,,,,,,,,,,tenkaL,,33,,,,,,,,What am I doing?! But touching her again would be\nunnatural... What should I do? +137400 ,,,,,,,甜花,Tenka,304_TC02b_t_069.wav,tenkaL,,22,,,,,,,,"Hey, mister. ...I'll wash your back for you." +137500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,22,,,,,,,,"Ah, sorry. I was just thinking...................." +137600 ,,,,,,,甜花,Tenka,304_TC02b_t_070.wav,tenkaL,,2,,,,,,,,"You're going to take a bath, right? Let's go quickly." +137700 ,,,,,,,,,,tenkaL,,2,,,,,,,,What the heck!? What does that mean!? +137800 ,,,,,,,甜花,Tenka,304_TC02b_t_071.wav,tenkaL,,9,,,,,,,,You don't want to? +137900 ,,,,,,,主人公,Kiyoshi,,tenkaL,,9,,,,,,,,N-No! I definitely don't mind! I'd rather you wash it! +138000 ,,,,,,,甜花,Tenka,304_TC02b_t_072.wav,tenkaL,,33,,,,,,,,"Then, let's go." +138100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,Y-Yeah. +138300 ,,,10,71,,,,,,,,,,,,,,,,"Huh? A dream? A miracle? ...No, wait! Why is Tenka-chan in\nthe bathroom?" +138400 ,,,,,,,甜花,Tenka,304_TC02b_t_073.wav,tenkaL,,21,,,,,,,,"Nn, fuh, fuh, haa, fuh... phew." +138500 ,,,,,,,,,,tenkaL,,21,,,,,,,,"And she's actually holding a sponge, washing my back." +138600 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"Um... Tenka-chan, why all of a sudden? Why wash my back?" +138700 ,,,,,,,,,,tenka,,21,,,,,,,,"When I asked that, she tilted her head a bit shyly." +138800 ,,,,,,,甜花,Tenka,304_TC02b_t_074.wav,tenka,,33,,,,,,,,"Uh... um, it's a... service, I guess." +138900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"A service? But I didn't ask you for anything, Tenka-chan..." +139000 ,,,,,,,,,,tenka,,33,,,,,,,,Tenka-chan blushed a little and averted her gaze from me. +139100 ,,,,,,,甜花,Tenka,304_TC02b_t_075.wav,tenka,,1,,,,,,,,"I realized you're working hard for me, mister. So I thought\nI'd wash your back." +139200 ,,,,,,,甜花,Tenka,304_TC02b_t_076.wav,tenka,,1,,,,,,,,"Because you prepared the songs, let me perform live, and\nprovided the venue." +139300 ,,,,,,,甜花,Tenka,304_TC02b_t_077.wav,tenka,,21,,,,,,,,"I'm really grateful to you, mister... so it's a service." +139400 ,,,,,,,,,,tenka,,21,,,,,,,,W-Wow! Hearing that makes me genuinely moved! +139500 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"Thank you, Tenka-chan." +139600 ,,,,,,,甜花,Tenka,304_TC02b_t_078.wav,tenka,,2,,,,,,,,Y-Yeah. +139700 ,,,,,,,,,,tenka,,2,,,,,,,,"She looks embarrassed. Just like with Chie- chan and Komako-\nchan, she's probably not used to expressing these things\nhonestly." +139800 ,,,,,,,甜花,Tenka,304_TC02b_t_079.wav,tenka,,1,,,,,,,,"Next, stretch out your hand." +139900 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,Okay. +140000 ,,,,,,,,,,tenka,,1,,,,,,,,"She scrubs my back, neck, and arms. It was a little painful\nand ticklish, but that's part of the charm." +140100 ,,,,,,,甜花,Tenka,304_TC02b_t_080.wav,tenka,,7,,,,,,,,Next is your head. Stay still. +140200 ,,,,,,,主人公,Kiyoshi,,tenka,,7,,,,,,,,Alright. +140300 ,,,,,,,甜花,Tenka,304_TC02b_t_081.wav,tenka,,3,,,,,,,,Here we go... Is this strength okay? +140400 ,,,,,,,,,,tenka,,3,,,,,,,,"Whoa!? She's touching me directly, not through a sponge!\n...Well, of course." +140500 ,,,,,,,,,,tenka,,3,,,,,,,,"Even so, her hands are so small. They're earnestly ruffling\nthrough my hair." +140600 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Hehe... hehehe. +140700 ,,,,,,,甜花,Tenka,304_TC02b_t_082.wav,tenka,,4,,,,,,,,...? Was it ticklish? +140800 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"No, it's fine." +140900 ,,,,,,,,,,tenka,,4,,,,,,,,And after a while of ruffling. +141000 ,,,,,,,甜花,Tenka,304_TC02b_t_083.wav,tenka,,21,,,,,,,,Is this good? Is there any itchy spot? +141100 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,Hmm... maybe you could wash the turtle's head down below? +141200 ,,,,,,,甜花,Tenka,304_TC02b_t_084.wav,tenka,,23,,,,,,,,...? +141300 ,,,,,,,,,,tenka,,23,,,,,,,,Uh... she didn't get it. Oh well. +141400 ,,,,,,,,,,tenka,,23,,,,,,,,"After that, she pours water over my head, washing away the\nbubbles... Yeah, it feels nice." +141500 ,,,,,,,,,,tenka,,23,,,,,,,,I shake my soaking wet head from side to side to fling off\nthe water... +141600 ,,,,,,,甜花,Tenka,304_TC02b_t_085.wav,tenka,,4,,,,,,,,"Wah!? Geez! You're not a dog, mister!" +141700 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Ah, sorry, sorry. I couldn't help it." +141800 ,,,,,,,,,,tenka,,4,,,,,,,,"Still, it's kind of soothing in a normal way. Her earnest\ndesire to become an idol is touching." +141900 ,,,,,,,甜花,Tenka,304_TC02b_t_086.wav,tenka,,23,,,,,,,,Phew... I guess that's it? +142000 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,Huh? Is it over already? +142100 ,,,,,,,甜花,Tenka,304_TC02b_t_087.wav,tenka,,23,,,,,,,,"Huh? Yeah, it's over." +142200 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,I was hoping you could wash the front too... +142300 ,,,,,,,,,,tenka,,23,,,,,,,,"But well, my lust tends to win over such things." +142400 ,,,,,,,甜花,Tenka,304_TC02b_t_088.wav,tenka,,4,,,,,,,,F-Front!? +142500 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"You know, since I pee and all, I feel like it's the dirtiest\npart." +142600 ,,,,,,,甜花,Tenka,304_TC02b_t_089.wav,tenka,,13,,,,,,,,Ah... +142700 ,,,,,,,,,,tenka,,13,,,,,,,,I point my rock-hard cock towards Tenka-chan. +142800 ,,,,,,,甜花,Tenka,304_TC02b_t_090.wav,tenka,,6,,,,,,,,B-But... the front... I mean... +142900 ,,,,,,,主人公,Kiyoshi,,tenka,,6,,,,,,,,Is it no good? ...Is Tenka-chan's service only for the back? +143000 ,,,,,,,甜花,Tenka,304_TC02b_t_091.wav,tenka,,33,,,,,,,,...My clothes... they'll get wet... +143100 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Then how about the swimsuit from before? +143200 ,,,,,,,甜花,Tenka,304_TC02b_t_092.wav,tenka,,13,,,,,,,,B-But... I'm tired from the lesson... I can't move my hands\nlike before. +143300 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,Hmm? +143400 ,,,,,,,,,,tenka,,13,,,,,,,,Saying she can't move her hands like before means she knows\nwhat she's being asked to do. +143500 ,,,,,,,,,,tenka,,13,,,,,,,,Tenka-chan is starting to understand. +143600 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"I see, I see. I understand, I won't push you." +143700 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"I know you're tired, so I won't make you do that. Right,\nTenka-chan?" +143800 ,,,,,,,甜花,Tenka,304_TC02b_t_093.wav,tenka,,26,,,,,,,,U... um. +143900 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"I told you, managing your condition is part of the job." +144000 ,,,,,,,甜花,Tenka,304_TC02b_t_094.wav,tenka,,12,,,,,,,,...Phew. +144100 ,,,,,,,,,,tenka,,12,,,,,,,,Her expression clearly shows relief. +144200 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,"So, don't worry about that and go put on the swimsuit." +144300 ,,,,,,,甜花,Tenka,304_TC02b_t_095.wav,tenka,,3,,,,,,,,"Yeah, got it." +144400 ,,,,,,,,,,,,,,,,,,,,"With that, Tenka-chan left the bathroom to get the swimsuit\nfrom my room." +144500 ,,,,,,,,,,,,,,,,,,,,"Well, that swimsuit is quite embarrassing too, but the\nrelief of not having to do a handjob must have lowered the\nhurdle." +144600 ,,,,,,,,,,,,,,,,,,,,"As promised, I don't intend to make her do anything tiring\nlike a handjob..." +144700 ,,,,,,,,,,,,,,,,,,,,"I might get tired, though... hehehe." +144800 ,,,,,,,甜花,Tenka,304_TC02b_t_096.wav,"tenka,bikini",,13,,,,,,,,...I-I've changed. +144900 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Yeah, thank you." +145000 ,,,,,,,,,,tenka,,13,,,,,,,,"Ah, a micro bikini on a small girl is really something." +145100 ,,,,,,,,,,tenka,,13,,,,,,,,"Even adult micro bikinis are quite small, but a micro bikini\nfor a small girl is almost just strings. My crotch is\nreacting quite a bit." +145200 ,,,,,,,甜花,Tenka,304_TC02b_t_097.wav,tenka,,22,,,,,,,,"S-So, mister, I'll wash you..." +145300 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,"Ah, it's okay, Tenka-chan. You're tired, so I'll move on my\nown and wash myself." +145400 ,,,,,,,甜花,Tenka,304_TC02b_t_098.wav,tenka,,4,,,,,,,,Eh? Kyaa!? +145600 ,,,,,3220000,,,,,,,,,,,,,,, +145700 ,*mem,,,,3220000,,,,,,,,,,,,,,, +145800 ,,,10,,3220000,,,,,,,,,,,,,,,"I pull Tenka-chan close, pressing our bodies together as\nmuch as possible." +145900 ,,,,,3220000,,,,,,,,,,,,,,,"Tenka-chan's skin is wet, sticky, and pleasantly soft." +146000 ,,,,,3220000,,,,,,,,,,,,,,,"Ah, touching any part of a beautiful girl's body feels good." +146100 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_099.wav,tenka,,0,,,,,,,,"W-Why are you doing this all of a sudden, mister?" +146200 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"Well, I thought Tenka-chan might be tired, so I figured I'd\nwash myself." +146300 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_100.wav,tenka,,0,,,,,,,,T-Then why are you doing this!? +146400 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Because my body is big... I thought I'd wash it with Tenka-\nchan's body. +146500 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_101.wav,tenka,,0,,,,,,,,Eeeh!? +146600 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"Well then, let me wash myself." +146700 ,,,,,3220000,,,,,,,,,,,,,,,A part of our bodies that were pressed together seeks even\ncloser contact. +146800 ,,,,,3220000,,,,,,,,,,,,,,,"That part, of course, is..." +146900 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_102.wav,tenka,,0,,,,,,,,Ah... Mister's... on my stomach... +147000 ,,,,,3220000,,,,,,,,,,,,,,,"Yes, it's my fully erect cock." +147100 ,,,,,3220000,,,,,,,,,,,,,,,It's throbbing repeatedly around Tenka-chan's stomach. +147200 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_103.wav,tenka,,0,,,,,,,,... +147300 ,,,,,3220000,,,,,,,,,,,,,,,"Perhaps too embarrassed to speak, Tenka-chan remains silent\nwith a troubled expression." +147400 ,,,,,3220000,,,,,,,,,,,,,,,"Even though she knows this is happening, she doesn't\nresist... Is she getting a little used to it?" +147500 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan. Can I wash my cock with your body? +147600 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_104.wav,tenka,,0,,,,,,,,~~~~~ +147800 ,,,,,3220010,,,,,,,,,,,,,,,"Unable to endure the situation, Tenka-chan's face turns\nbright red, and she averts her gaze." +147900 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_105.wav,tenka,,0,,,,,,,,Uu... +148000 ,,,,,3220010,,,,,,,,,,,,,,,"With each breath Tenka-chan takes, the pressure on my cock\nfeels good." +148100 ,,,,,3220010,,,,,,,,,,,,,,,I move my body to rub my cock against her soft belly. +148200 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,Fuuooooo... +148300 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_106.wav,tenka,,0,,,,,,,,Yaaa... uuuu... It's hot and hard... on my stomach... +148400 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_107.wav,tenka,,0,,,,,,,,"Fwa, uuuu... It feels kind of strange..." +148500 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... Does it feel good? +148600 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_108.wav,tenka,,0,,,,,,,,N-not at all! There's no way it feels good! +148700 ,,,,,3220000,,,,,,,,,,,,,,,"With a flustered expression, she turned her face towards me." +148800 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_109.wav,tenka,,0,,,,,,,,"There's no way it feels good just touching a stomach, even\nfor you, mister." +148900 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"No, it feels good. For me, anywhere on Tenka-chan's body\nfeels good." +149000 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_110.wav,tenka,,0,,,,,,,,Ugh... it feels kind of gross... +149100 ,,,,,3220010,,,,,,,,,,,,,,,"Oops, maybe I said too much!" +149200 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"...Well, you know, I'm a fan of Tenka-chan. I'm happy no\nmatter where it is." +149400 ,,,,,3220000,,,,,,,,,,,,,,,"For a moment, she looked puzzled, but then nodded lightly as\nif she understood." +149500 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"So, I'm going to enjoy myself with Tenka- chan's body." +149600 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_111.wav,tenka,,0,,,,,,,,"Um, well... uh..." +149700 ,,,,,3220010,,,,,,,,,,,,,,,She looked around in confusion. That appearance was\nadorable. +149800 ,,,,,3220010,,,,,,,,,,,,,,,"And as I said, I rubbed my cock against her stomach." +149900 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_112.wav,tenka,,0,,,,,,,,"Fya... ah, i-it tickles." +150000 ,,,,,3220000,,,,,,,,,,,,,,,"Even with just a slight movement, Tenka-chan squirmed. It's\nnot like she's used to having a cock rubbed against her\nstomach." +150100 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,...Haa! ...Haa! The smooth skin mixed with sweat feels\namazing! +150200 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"The pleasant firmness of your stomach feels good too, and I\nwant to keep rubbing my sweaty cock against Tenka-chan...\nFuu! Fuu!" +150300 ,,,,,3220000,,,,,,,,,,,,,,,I hugged Tenka-chan tightly to increase the pressure and\nstimulate my cock. +150400 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_113.wav,tenka,,0,,,,,,,,Nn! Ugh...! +150500 ,,,,,3220000,,,,,,,,,,,,,,,Squelch! Squelch! Squelch! I grind my cock repeatedly. +150700 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_114.wav,tenka,,0,,,,,,,,"Hey, wait... wait, mister, nn!?" +150800 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_115.wav,tenka,,0,,,,,,,,"Ah, no, this is weird... doing something like this." +150900 ,,,,,3220010,,,,,,,,,,,,,,,"Ignoring Tenka-chan, I pressed my cock against her stomach\neven more." +151000 ,,,,,3220010,,,,,,,,,,,,,,,"Then, precum started to ooze from the tip of my cock, making\na sticky sound between us." +151100 ,,,,,3220010,,,,,,,,,,,,,,,"I continued to move my cock on her body, and when I pressed\nit against Tenka-chan's stomach, an incredible pleasure\nsurged through me." +151200 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_116.wav,tenka,,0,,,,,,,,"Fuu, uhn. No, ah, nuu..." +151300 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,―Haa―Haa! Is Tenka-chan's womb around here? Nn! Nn! +151400 ,,,,,3220010,,,,,,,,,,,,,,,I thrust my cock vertically against Tenka- chan's body and\npushed it in. +151600 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_117.wav,tenka,,0,,,,,,,,"Nngh! M-my stomach, with your... don't do weird things with\nyour cock." +151700 ,,,,,3220000,,,,,,,,,,,,,,,I wondered if pressing near her womb might make her feel\ngood. I tried pressing around there with my cock. +151800 ,,,,,3220000,,,,,,,,,,,,,,,"Ah, the strong stimulation on the glans feels good too." +151900 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"How is it, Tenka-chan? Is there a spot that feels good?" +152000 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_118.wav,tenka,,0,,,,,,,,Ugh... it hurts... it feels gross... +152100 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_119.wav,tenka,,0,,,,,,,,My stomach... being pressed in... there's no way it feels\ngood. +152200 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, I see..." +152300 ,,,,,3220010,,,,,,,,,,,,,,,"From her perspective, it must feel like a strong\nexamination. I guess that's true." +152400 ,,,,,3220010,,,,,,,,,,,,,,,"But well, rubbing my glans feels good for me, so I think\nI'll continue for a while." +152500 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,―Huff―Huff! +152700 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_120.wav,tenka,,0,,,,,,,,Nngh! No... don't press there. +152800 ,,,,,3220010,,主人公,Kiyoshi,,tenka,,0,,,,,,,,Hm? What's wrong? +152900 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_122.wav,tenka,,0,,,,,,,,I-it's like... when I need to pee. +153000 ,,,,,3220010,,,,,,,,,,,,,,,"Ah, it seems I was pressing on her bladder. Which means..." +153100 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's try pressing it like this... there!" +153200 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_123.wav,tenka,,0,,,,,,,,"Ugh, nn! ...Ah, aaah! Nooo! It hurts!" +153300 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan... if I keep pressing here, you'll end up peeing,\nyou know? Come on, let's try it?" +153400 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_124.wav,tenka,,0,,,,,,,,Nooo! I just went to the bathroom... I can't go anymore! +153500 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,Oh... that's a shame. +153600 ,,,,,3220010,,,,,,,,,,,,,,,"Whether it's true or not, it might be amusing to make her\nwet herself. But forcing something painful might make me\nlose her trust again..." +153700 ,,,,,3220010,,,,,,,,,,,,,,,"Let's leave it for today. There will be plenty of chances,\nI'm sure... hehe." +153800 ,,,,,3220010,,,,,,,,,,,,,,,I shift back to rubbing against her body. +153900 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe... look. See, bubbles are forming between my cock and\nyour stomach." +154100 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_125.wav,tenka,,0,,,,,,,,B-bubbles? +154200 ,,,,,3220000,,,,,,,,,,,,,,,"The pre-cum is being stirred between our bodies, creating\nnumerous bubbles." +154300 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"The more bubbles there are, the better it feels for me." +154400 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_126.wav,tenka,,0,,,,,,,,I-is that so... +154500 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"With this much coming out, it means Tenka- chan has made me\nfeel really good." +154600 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_127.wav,tenka,,0,,,,,,,,H-hmm... +154700 ,,,,,3220010,,,,,,,,,,,,,,,――Slide. +154800 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,Whoa!? +154900 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_128.wav,tenka,,0,,,,,,,,...... +155000 ,,,,,3220010,,,,,,,,,,,,,,,D-did Tenka-chan just rub her stomach against me on her own? +155100 ,,,,,3220010,,,,,,,,,,,,,,,――Slide. ――Slide. ――Swoosh! +155200 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,Ugh! +155300 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_129.wav,tenka,,0,,,,,,,,......wa +155400 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"W-what's up, Tenka-chan? Did you decide to do it on your\nown?" +155500 ,,,,,3220020,,甜花,Tenka,304_TC02b_t_130.wav,tenka,,0,,,,,,,,N-no way! I just moved a bit because it tickled! +155600 ,,,,,3220020,,,,,,,,,,,,,,,"Oh, is that so? That's a bit disappointing." +155700 ,,,,,3220020,,,,,,,,,,,,,,,――Squeeze! Squish! Squish! +155800 ,,,,,3220020,,,,,,,,,,,,,,,Whoa! This time she squeezed tightly and moved. Is she\nreally doing this because it tickles? +156000 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_131.wav,tenka,,0,,,,,,,,......waiii +156100 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Did you say something? +156300 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_132.wav,tenka,,0,,,,,,,,N-nothing at all. +156400 ,,,,,3220010,,,,,,,,,,,,,,,"Well, whatever. As long as it feels good, I don't mind if\nTenka-chan is ticklish." +156500 ,,,,,3220010,,,,,,,,,,,,,,,I start grinding again. +156600 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_133.wav,tenka,,0,,,,,,,,......nngh +156700 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ahh... it feels good." +156800 ,,,,,3220010,,,,,,,,,,,,,,,"Every time I move, my penis bounces between our stomachs,\ncreating bubbles with the pre- cum." +156900 ,,,,,3220010,,,,,,,,,,,,,,,It feels like... it feels like my dick is melting. +157000 ,,,,,3220010,,,,,,,,,,,,,,,"When I squeeze it as if to catch the penis that's trying to\nescape from pleasure, it feels so good that it throbs even\nmore." +157100 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,Kua! +157300 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_134.wav,tenka,,0,,,,,,,,I-it tickles... +157400 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... huh? +157500 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_135.wav,tenka,,0,,,,,,,,Ah... +157700 ,,,,,3220010,,,,,,,,,,,,,,,Did I just make eye contact with Tenka-chan for a moment?\nShe's been shyly avoiding it until now. +157800 ,,,,,3220010,,,,,,,,,,,,,,,"Well, whatever." +157900 ,,,,,3220010,,,,,,,,,,,,,,,"Between the two of us, my penis rubs with lewd squelching\nsounds." +158000 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,T-Tenka-chan...! Haa haa... it feels so good! +158100 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"At this rate, soon! Ugh!" +158300 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_136.wav,tenka,,0,,,,,,,,...... +158400 ,,,,,3220000,,,,,,,,,,,,,,,"Ah, she looked again." +158500 ,,,,,3220000,,,,,,,,,,,,,,,And then. +158600 ,,,,,3220000,,,,,,,,,,,,,,,――Squeeze! Squeeze! Squeeze! +158700 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Hug!? Whoa... +158800 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_137.wav,tenka,,0,,,,,,,,...Amazing. +158900 ,,,,,3220000,,,,,,,,,,,,,,,"Now, Tenka-chan clearly moved. She moved for me..." +159000 ,,,,,3220000,,,,,,,,,,,,,,,And she's glancing over here. +159100 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan... could it be, are you interested in me?" +159300 ,,,,,3220020,,甜花,Tenka,304_TC02b_t_138.wav,tenka,,0,,,,,,,,Huh? Eh!? N-No way! +159400 ,,,,,3220020,,主人公,Kiyoshi,,,,,,,,,,,,"But you've been glancing at my face, haven't you?" +159500 ,,,,,3220020,,甜花,Tenka,304_TC02b_t_139.wav,tenka,,0,,,,,,,,"I-I'm not looking! Uh, um... your breath tickled me!" +159600 ,,,,,3220020,,主人公,Kiyoshi,,,,,,,,,,,,"Really? Sometimes it seems like you're moving on your own\nand looking at my face, right?" +159700 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_140.wav,tenka,,0,,,,,,,,"If you're going to say that, then I won't move anymore!" +159800 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Huh? Weren't you moving because it tickled? +159900 ,,,,,3220020,,甜花,Tenka,304_TC02b_t_141.wav,tenka,,0,,,,,,,,Eh? Ah... +160000 ,,,,,3220020,,甜花,Tenka,304_TC02b_t_142.wav,tenka,,0,,,,,,,,I-It's fine! I'm not looking at your face! +160100 ,,,,,3220020,,,,,,,,,,,,,,,"Hmm, I don't really get it, but if I push further, she might\nget upset." +160200 ,,,,,3220020,,,,,,,,,,,,,,,"It would be troublesome if she suddenly stopped, so for now,\nI'll prioritize the current pleasure." +160300 ,,,,,3220020,,主人公,Kiyoshi,,,,,,,,,,,,"Well, whatever. I'm reaching my limit, so I'll do my best." +160500 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_143.wav,tenka,,0,,,,,,,,...Do your best. +160600 ,,,,,3220010,,,,,,,,,,,,,,,"Without needing to be told, I grind my cock, seeking\npleasure." +160700 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,...Hah! Hah! +160800 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_144.wav,tenka,,0,,,,,,,,... +160900 ,,,,,3220010,,,,,,,,,,,,,,,"With each movement, my penis bounces between her stomach,\ncreating more stimulation." +161000 ,,,,,3220010,,,,,,,,,,,,,,,"Ah, Tenka-chan's stomach... it feels so good." +161200 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_145.wav,tenka,,0,,,,,,,,...Does it feel good? +161300 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"Hah... Hah! Yeah, it feels insanely good! I'm about to come\nsoon!" +161400 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_146.wav,tenka,,0,,,,,,,,H-Hmph... +161500 ,,,,,3220000,,,,,,,,,,,,,,,"With an unusually happy face, Tenka-chan looks at me. That\nface is so cute... and so naughty." +161600 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_147.wav,tenka,,0,,,,,,,,...Nn. +161700 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Ah!? +161800 ,,,,,3220000,,,,,,,,,,,,,,,"It seems like Tenka-chan moved a little, and the stimulation\nreaches my cock." +161900 ,,,,,3220000,,,,,,,,,,,,,,,"Sweat and precum mix together, stimulating my cock with a\nslippery sensation... This is bad!" +162100 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_148.wav,tenka,,0,,,,,,,,Aah... I-it's... amazing. +162200 ,,,,,3220010,,主人公,Kiyoshi,,,,,,,,,,,,"I-It's okay, Tenka-chan! I'm almost at my limit!" +162300 ,,,,,3220010,,甜花,Tenka,304_TC02b_t_149.wav,tenka,,0,,,,,,,,"I-I see... Nn, ah... Nnn! Nn, nn, nn, nn!" +162400 ,,,,,3220010,,,,,,,,,,,,,,,"It seems like Tenka-chan is helping too, moving her body\nlittle by little." +162500 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_150.wav,tenka,,0,,,,,,,,"Between my stomach, it's twitching... amazing..." +162600 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Hah! Hah! Tenka-chan! Your stomach is rubbing against my\ncock! +162700 ,,,,,3220000,,,,,,,,,,,,,,,"Her stomach squeezes my shaft and balls, pressing tightly.\nIt's like it's trying to milk the semen out." +162800 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_151.wav,tenka,,0,,,,,,,,Uncle... you're rubbing your cock against my stomach and\nfeeling good. +162900 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Hah hah! Y-Yeah! It feels amazing! +163000 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_152.wav,tenka,,0,,,,,,,,...Hmm. +163100 ,,,,,3220000,,,,,,,,,,,,,,,"Tenka-chan is now smiling faintly, looking back and forth\nbetween my face and my cock." +163200 ,,,,,3220000,,,,,,,,,,,,,,,"That seductive expression sends a shiver of pleasure through\nmy knees, and I desperately try to hold back as my whole\nbody feels like it's about to give out." +163300 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Ahh! I can't! I'm going to come! I'm coming! +163400 ,,,,,3220000,,,,,,,,,,,,,,,――Squish squish squish squish! +163500 ,,,,,3220000,,,,,,,,,,,,,,,"The persistent sound echoes, and countless bubbles form and\ndisappear." +163600 ,,,,,3220000,,,,,,,,,,,,,,,"With a squelching sound echoing between us, I slide my cock\nrepeatedly, indulging in the pleasure, and my balls tighten." +163700 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_153.wav,tenka,,0,,,,,,,,...Hehe. +163800 ,,,,,3220000,,,,,,,,,,,,,,,Tenka-chan gives a slight smile. +163900 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_154.wav,tenka,,0,,,,,,,,"Nn, nn, nn, nn, nn!" +164000 ,,,,,3220000,,,,,,,,,,,,,,,"She twists her body, clearly rubbing against my cock." +164100 ,,,,,3220000,,,,,,,,,,,,,,,"Oh no, this sensation is...!" +164200 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan! Uncle is... going to come! +164300 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_155.wav,tenka,,0,,,,,,,,Y-Yeah... +164400 ,,,,,3220000,,,,,,,,,,,,,,,"I thrust my hips against Tenka-chan, picking up the pace." +164500 ,,,,,3220000,,,,,,,,,,,,,,,It feels so good! I can't think of anything else! +164600 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"I'm coming, ahh! Fu... nngh! Ah, ahhh! I'm going to come,\nTenka-chan!" +164700 ,,,,,3220000,,甜花,Tenka,304_TC02b_t_156.wav,tenka,,0,,,,,,,,Y-Yeah! Yeah! +164800 ,,,,,3220000,,,,,,,,,,,,,,,"I pull Tenka-chan's body roughly towards me, hugging her so\ntightly it feels like we might break, intensifying the\nstimulation on my cock." +164900 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan! Uncle is! G-Going to come~~~! +165000 ,,,,,3220000,,,,,,,,,,,,,,,"As I say that, Tenka-chan clings tightly, squeezing my cock\neven harder." +165100 ,,,,,3220000,,主人公,Kiyoshi,,,,,,,,,,,,"Uwaaah, kuahhhhhh!" +165400 ,,,,,3220030,,,,,,,,,,,,,,,"Unable to withstand the stimulation, my penis bounces\nsignificantly, and I release my semen onto Tenka-chan's\nbody." +165500 ,,,,,3220030,,主人公,Kiyoshi,,,,,,,,,,,,Guhh! ...Fuwaaah! +165600 ,,,,,3220030,,甜花,Tenka,304_TC02b_t_157.wav,tenka,,0,,,,,,,,"Kya!? Nnngh... ah, it's hot..." +165700 ,,,,,3220030,,,,,,,,,,,,,,,"My cock bounces repeatedly, spurting semen and staining\nTenka-chan's stomach and chest white." +165800 ,,,,,3220030,,,,,,,,,,,,,,,"The thick semen, like jelly, trickles down her nipple and\ndrips onto her thigh." +165900 ,,,,,3220030,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... ugh! +166000 ,,,,,3220030,,,,,,,,,,,,,,,"Just watching that makes my cock bounce again, staining her\neven more with white." +166100 ,,,,,3220030,,主人公,Kiyoshi,,,,,,,,,,,,Fu... hehe... Uncle felt really good. +166200 ,,,,,3220030,,主人公,Kiyoshi,,,,,,,,,,,,"You're all covered in semen, Tenka-chan. ...Shall I wash you\noff?" +166300 ,,,,,3220030,,,,,,,,,,,,,,,"And then, onto the next play..." +166400 ,,,,,3220030,,甜花,Tenka,304_TC02b_t_158.wav,tenka,,0,,,,,,,,...Eh? ...Y-Yeah. +166500 ,,,,,3220030,,主人公,Kiyoshi,,,,,,,,,,,,...? +166600 ,,,,,3220030,,,,,,,,,,,,,,,"Huh, wait? Her reaction is different? ...And she's staring\nat my face." +166700 ,,,,,3220030,,,,,,,,,,,,,,,What's wrong? What's going on? She seems dazed... +166800 ,,,,,3220030,,,,,,,,,,,,,,,"Uh, could it be..." +166900 ,,,,,3220030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, did you maybe feel something when Uncle rubbed\nhis cock on you?" +167100 ,,,,,3220040,,甜花,Tenka,304_TC02b_t_159.wav,tenka,,0,,,,,,,,...Eh? ...N-No! That's not it! +167200 ,,,,,3220040,,,,,,,,,,,,,,,"Ah, it's her usual reaction." +167300 ,,,,,3220040,,主人公,Kiyoshi,,,,,,,,,,,,"But just now, you seemed dazed, right? Did you get excited\nlooking at Uncle's cock?" +167400 ,,,,,3220040,,甜花,Tenka,304_TC02b_t_160.wav,tenka,,0,,,,,,,,!? N-No! That was because of Uncle's face... +167500 ,,,,,3220040,,甜花,Tenka,304_TC02b_t_161.wav,tenka,,0,,,,,,,,"Ah... um, that's not it... I wasn't dazed!" +167600 ,,,,,3220040,,,,,,,,,,,,,,,Huh? Is there something on my face? +167700 ,,,,,3220040,,,,,,,,,,,,,,,"Come to think of it, she was glancing at me earlier too. Is\nthere something?" +167800 ,,,,,3220040,,甜花,Tenka,304_TC02b_t_162.wav,tenka,,0,,,,,,,,It's Uncle's misunderstanding! +167900 ,,,,,3220040,,主人公,Kiyoshi,,,,,,,,,,,,"I see... Well, maybe that's the case." +168000 ,,,,,3220040,,主人公,Kiyoshi,,,,,,,,,,,,"Anyway, Tenka-chan... you got dirty, didn't you? If you\nwant, Uncle can help wash your body―" +168100 ,,,,,3220040,,甜花,Tenka,304_TC02b_t_163.wav,tenka,,0,,,,,,,,"―N-No, it's fine! I can wash myself, I don't need Uncle's\nhelp!" +168200 ,,,,,3220040,,,,,,,,,,,,,,,"Hmm, she suddenly got cold. Maybe I hit a nerve or\nsomething." +168300 ,,,,,3220040,,,,,,,,,,,,,,,"I'm curious, but... hmm, I can't think straight when I\nconsider the next play." +168400 ,,,,,3220040,,主人公,Kiyoshi,,,,,,,,,,,,"Don't hesitate, as a thank you for washing me..." +168500 ,,,,,3220040,,甜花,Tenka,304_TC02b_t_164.wav,tenka,,0,,,,,,,,"I did it as a service, so no thanks needed! W-Well then, see\nyou tomorrow, Uncle!" +168600 ,,,,,3220040,,,,,,,,,,,,,,, +168700 ,$event_return,,,,,,,,,,,,,,,,,,, +168900 ,,,8,,,,主人公,Kiyoshi,,,,,,,,,,,,Ah... +169000 ,,,,,,,,,,,,,,,,,,,,"With that, Tenka-chan left." +169100 ,,,,,,,,,,,,,,,,,,,,Hmm... what's going on? +169200 ,,,,,,,,,,,,,,,,,,,,"Well, she said ""see you tomorrow,"" so if she's coming back,\nshe probably doesn't dislike me. It's fine." +169300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Tomorrow, huh... What should I do tomorrow?" +169400 ,,,,,,,,,,,,,,,,,,,,"I washed off the semen in the shower, looking at my once\nagain erect cock with satisfaction." +169500 ,,,0,9000,,,,,,,,,,,,,,,, +169700 ,@305_TC03a,,,,,,,,,,,,,,,,,,, +169900 ,,,,,,,,,,,,,,,,,,,, +170000 ,,,5,11,,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, it's a nice day today." +170100 ,,,,,,,,,,,,,,,,,,,,"It's early morning, the weather is clear, perfect for a live\nshow!" +170200 ,,,,,,,,,,,,,,,,,,,,"Though it's indoors, so the weather doesn't really matter." +170300 ,,,,,,,,,,,,,,,,,,,,"I actually want to do it outside, but that might be too\nstimulating." +170400 ,,,,,,,,,,,,,,,,,,,,...Hehehe. +170500 ,,"",,,,,主人公,Kiyoshi,,,,,,,,,,,,Oh... that person is... +170600 ,,,,,,,,,,,,,,,,,,,,"A face I haven't seen around here before, which means..." +170700 ,,,,,,,客,Customer,,,,,,,,,,,,"Uh, hello... um, is this the right place for the live show?" +170800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, nice to meet you in person. Please go inside and wait." +170900 ,,,,,,,客,Customer,,,,,,,,,,,,Th-thank you. I'm looking forward to the show. +171000 ,,,,,,,,,,,,,,,,,,,,The man grinned as he walked into the back of the shop. +171100 ,,,,,,,,,,,,,,,,,,,,He's a customer for Tenka-chan's live show. +171200 ,,,,,,,,,,,,,,,,,,,,An online loli enthusiast. +171300 ,,,,,,,,,,,,,,,,,,,,"Sometimes, we share our passions, exchange images and\nvideos..." +171400 ,,,,,,,,,,,,,,,,,,,,"In a world that's tough for people like us, we've lived\ntogether as comrades." +171600 ,,,4,,,,甜花,Tenka,305_TC03a_t_000.wav,"tenka,private",,1,,,,,,,,"Good morning, mister!" +171700 ,,,,,,,,,,tenka,,1,,,,,,,,"Tenka-chan came running to the shop, out of breath in this\nheat." +171800 ,,,,,,,,,,tenka,,1,,,,,,,,"I rarely see her running unless she's with Chie-chan, so she\nmust be really excited." +171900 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Good morning, Tenka-chan. Did you sleep well?" +172000 ,,,,,,,甜花,Tenka,305_TC03a_t_001.wav,tenka,,21,,,,,,,,Yeah! Taking care of my health is part of the job. +172100 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"I see, that's good to hear." +172200 ,,,,,,,,,,tenka,,21,,,,,,,,She's unusually energetic. It's like she's not even Tenka-\nchan. +172300 ,,,,,,,甜花,Tenka,305_TC03a_t_002.wav,tenka,,3,,,,,,,,Ah... are there a lot of customers? +172400 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,What do you think? +172500 ,,,,,,,甜花,Tenka,305_TC03a_t_003.wav,tenka,,14,,,,,,,,"...I heard there were hardly any when I first started...\njust you, mister?" +172600 ,,,,,,,,,,tenka,,14,,,,,,,,She asked anxiously. +172700 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,"No, no, everyone's here." +172800 ,,,,,,,甜花,Tenka,305_TC03a_t_004.wav,tenka,,3,,,,,,,,Everyone? +172900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Ah... not everyone... but the room is full. +173000 ,,,,,,,,,,tenka,,3,,,,,,,,Phew... that was close. +173100 ,,,,,,,甜花,Tenka,305_TC03a_t_005.wav,tenka,,1,,,,,,,,R-Really! Yay! +173200 ,,,,,,,,,,tenka,,1,,,,,,,,"Tenka-chan is bouncing up and down, her side ponytail\nswaying." +173300 ,,,,,,,,,,tenka,,1,,,,,,,,"Hmm, she's so cute. Just thinking about what this cute girl\nis going to do next gets me excited!" +173400 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,Shall we get changed and get ready? +173500 ,,,,,,,甜花,Tenka,305_TC03a_t_006.wav,tenka,,4,,,,,,,,"Eh, did you prepare an outfit for me, mister!?" +173600 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,Of course. I prepared an outfit that will bring out Tenka-\nchan's charm. +173700 ,,,,,,,甜花,Tenka,305_TC03a_t_007.wav,tenka,,1,,,,,,,,I'm so happy. I thought I'd be singing in this outfit! +173800 ,,,,,,,甜花,Tenka,305_TC03a_t_008.wav,tenka,,1,,,,,,,,"Thank you, mister!" +173900 ,,,,,,,,,,tenka,,1,,,,,,,,Tenka-chan nodded energetically and peeked into the bag I\nhanded her. +174000 ,,,,,,,,,,tenka,,1,,,,,,,,"In an instant, Tenka-chan's face turned as red as an apple." +174100 ,,,,,,,甜花,Tenka,305_TC03a_t_009.wav,tenka,,33,,,,,,,,M-Mister... this... +174200 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Hmm? Remember, you wore it during the gravure photo shoot\npractice?" +174300 ,,,,,,,甜花,Tenka,305_TC03a_t_010.wav,tenka,,16,,,,,,,,Eh... it's that swimsuit!? +174400 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,"Yes, it's the swimsuit from that time." +174500 ,,,,,,,甜花,Tenka,305_TC03a_t_011.wav,tenka,,11,,,,,,,,Eeeeeeh~~~~~~!? N-No way! I can't go out in this! +174600 ,,,,,,,,,,tenka,,11,,,,,,,,"Tenka-chan's voice echoed, and the room, which was also the\nbreak room, started to buzz." +174700 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,Shh... +174800 ,,,,,,,甜花,Tenka,305_TC03a_t_012.wav,tenka,,31,,,,,,,,Ah... +174900 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"Well, I'll go warm up the venue, so come out when you're\ndone changing, okay?" +175000 ,,,,,,,,,,tenka,,31,,,,,,,,"Saying that, I handed her a microphone-shaped candy filled\nwith ramune." +175100 ,,,,,,,,,,tenka,,31,,,,,,,,Tenka-chan hurriedly closed her mouth and began to speak in\na small voice. +175200 ,,,,,,,甜花,Tenka,305_TC03a_t_013.wav,tenka,,11,,,,,,,,Eh!? W-Wait! +175300 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,Hmm? What's wrong? +175400 ,,,,,,,甜花,Tenka,305_TC03a_t_014.wav,tenka,,33,,,,,,,,Mister... I can't wear this swimsuit... it's so\nembarrassing... +175500 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"I understand it's embarrassing, but to show off Tenka-chan's\nsexy side, this is the best choice." +175600 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Besides, since it's summer, it's better to wear something\nsummery..." +175700 ,,,,,,,,,,tenka,,33,,,,,,,,"Normally, the idol would prepare first, and then the\naudience would enter." +175800 ,,,,,,,,,,tenka,,33,,,,,,,,"But today, to make it harder for Tenka-chan to escape, we\nlet the audience in first." +175900 ,,,,,,,甜花,Tenka,305_TC03a_t_015.wav,tenka,,13,,,,,,,,"I kind of get that, but still..." +176000 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"And since it's your first live performance, you need to make\nan impact, right?" +176100 ,,,,,,,甜花,Tenka,305_TC03a_t_016.wav,tenka,,36,,,,,,,,I-Is that so... +176200 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"That's right. You want to make the audience happy too, don't\nyou, Tenka-chan?" +176300 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"Oops! Anyway, hurry up, okay? There's a limit to how long we\ncan keep the audience waiting." +176400 ,,,,,,,甜花,Tenka,305_TC03a_t_017.wav,tenka,,4,,,,,,,,Ah... +176500 ,,,,,,,,,,,,,,,,,,,,"Without listening to Tenka-chan's words, I left the room." +176700 ,,,15,31,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... Sorry for keeping you waiting. +176800 ,,,,,,,男A,Man A,,,,,,,,,,,,"No, no, it's totally fine." +176900 ,,,,,,,男B,Man B,,,,,,,,,,,,Y-Yeah... I'll wait as long as it takes. +177000 ,,,,,,,,,,,,,,,,,,,,"Including me, there are five people in the venue." +177100 ,,,,,,,,,,,,,,,,,,,,"A guy who looks like a college student, a chubby guy who\nseems like a hardcore idol fan, a normal middle-aged man\naround Tenka- chan's father's age, and a slightly shabby,\noverweight middle-aged man." +177200 ,,,,,,,,,,,,,,,,,,,,And then there's me. +177300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, I can't believe everyone I invited actually showed up." +177400 ,,,,,,,男C,Male C,,,,,,,,,,,,"Of course we did. After all, we always get those pictures\nfrom you." +177500 ,,,,,,,,,,,,,,,,,,,,"The people who came to today's live show. They seem\ncompletely different, but they actually have a big\ncommonality." +177600 ,,,,,,,,,,,,,,,,,,,,It's that they're all genuine 'lolicons' I met online! +177700 ,,,,,,,,,,,,,,,,,,,,"Some have had their lives ruined because they're lolicons,\nand others write music just to have contact with little\ngirls." +177800 ,,,,,,,,,,,,,,,,,,,,"There are those who almost turned to crime, and those who\ncan only love little girls... a variety of people." +177900 ,,,,,,,,,,,,,,,,,,,,"Even though I quit my job to start a candy shop to meet\nlittle kids, these guys are perverts who've thrown their\nlives away for lolis." +178000 ,,,,,,,,,,,,,,,,,,,,These perverts have gathered today to catch a glimpse of\nTenka-chan. +178100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"You didn't invite anyone else, right?" +178200 ,,,,,,,男D,Male D,,,,,,,,,,,,Of course not. +178300 ,,,,,,,,,,,,,,,,,,,,The audience for today's live show consists only of those\nperverts... not a single normal person. +178400 ,,,,,,,,,,,,,,,,,,,,"Because if normal people came in, we wouldn't be able to do\nwhat we want." +178500 ,,,,,,,,,,,,,,,,,,,,I'm looking forward to it. +178600 ,,,,,,,男A,Man A,,,,,,,,,,,,"But is it really okay for us to join in? Are you okay with\nNTR, Dagashiya-san?" +178700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"No, it's a thank you for making the music." +178800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"And well, it's a little sharing... and maybe showing off!" +178900 ,,,,,,,男B,Man B,,,,,,,,,,,,"Ugh, I'm so jealous! Well, thanks for letting us join!" +179000 ,,,,,,,,,,,,,,,,,,,,As we were saying that. +179100 ,,,,,,,,,,,,,,,,,,,,――Rattle rattle +179200 ,,,,,,,,,,,,,,,,,,,,Oh! The door opens and Tenka-chan makes her entrance! +179400 ,,,4,,3230000,,,,,,,,,,,,,,, +179500 ,*mem,,,,3230000,,,,,,,,,,,,,,, +179600 ,,,4,,3230000,,,,,,,,,,,,,,,"Tenka-chan, dressed in a micro bikini, enters the venue with\nher face bright red." +179700 ,,,,,3230000,,甜花,Tenka,305_TC03a_t_018.wav,tenka,,0,,,,,,,,...ah +179900 ,,,,,3230010,,,,,,,,,,,,,,,"She shyly steps onto the stage, but when she sees the\naudience, her face briefly lights up." +180000 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_019.wav,tenka,,0,,,,,,,,...uh... um... +180100 ,,,,,3230010,,,,,,,,,,,,,,,But that expression quickly turns back to one of\nembarrassment. +180300 ,,,,,3230000,,,,,,,,,,,,,,,"Moreover, she keeps glancing down and awkwardly averting her\neyes... I wonder what's wrong." +180400 ,,,,,3230000,,,,,,,,,,,,,,,When I follow Tenka-chan's gaze... I see. +180500 ,,,,,3230000,,甜花,Tenka,305_TC03a_t_020.wav,tenka,,0,,,,,,,,...au +180600 ,,,,,3230000,,,,,,,,,,,,,,,"Everyone is fully erect, staring at Tenka- chan in her micro\nbikini." +180700 ,,,,,3230000,,,,,,,,,,,,,,,"From Tenka-chan's position, she can see that everyone's cock\nis standing, and she seems unsure where to look." +180900 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_021.wav,tenka,,0,,,,,,,,... +181000 ,,,,,3230010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you need to look at the audience." +181100 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_022.wav,tenka,,0,,,,,,,,Uh... okay. +181300 ,,,,,3230000,,甜花,Tenka,305_TC03a_t_023.wav,tenka,,0,,,,,,,,――! +181400 ,,,,,3230000,,,,,,,,,,,,,,,"Excited by Tenka-chan's fidgeting, everyone's cock is\nvisibly throbbing even through their pants." +181500 ,,,,,3230000,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, you need to say something." +181700 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_024.wav,tenka,,0,,,,,,,,"Eh! Ah, ah! Uh, okay!" +181800 ,,,,,3230010,,主人公,Kiyoshi,,,,,,,,,,,,"This is Adachi Tenka-chan, making her debut today!" +181900 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_025.wav,tenka,,0,,,,,,,,"Um, ah, thank you for gathering here. ...I'm Adachi Tenka...\naiming to be an idol." +182000 ,,,,,3230010,,男A,Man A,,,,,,,,,,,,Tenka-chan! +182100 ,,,,,3230010,,男B,Man B,,,,,,,,,,,,You're so cute! +182200 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_026.wav,tenka,,0,,,,,,,,"Ah, thank you." +182300 ,,,,,3230010,,,,,,,,,,,,,,,"As expected from her first live performance, her voice\nsounds somewhat uncertain, probably due to nerves." +182400 ,,,,,3230010,,甜花,Tenka,305_TC03a_t_027.wav,tenka,,0,,,,,,,,"Uh... um... it's my first time singing... in front of\npeople... so I'm a bit nervous, but... I'll do my best!" +182500 ,,,,,3230010,,男C,Male C,,,,,,,,,,,,You're sexy! +182600 ,,,,,3230010,,男D,Male D,,,,,,,,,,,,"It suits you, it suits you!" +182800 ,,,,,3230020,,甜花,Tenka,305_TC03a_t_028.wav,tenka,,0,,,,,,,,Ah... uh... th-thank you... very much... +182900 ,,,,,3230020,,,,,,,,,,,,,,,"Oh? ...It might just be my imagination, but it seems like\nTenka-chan's crotch area is... a little damp." +183000 ,,,,,3230020,,,,,,,,,,,,,,,"It seems like others have noticed it too, as they keep\nglancing at her crotch." +183100 ,,,,,3230020,,,,,,,,,,,,,,,"Tenka-chan is also glancing at the erect cocks, and they're\nboth looking at each other's crotches." +183200 ,*tenka_song,,,,,,,,,,,,,,,,,,, +183400 ,,,,,3230030,,甜花,Tenka,305_TC03a_t_029.wav,tenka,,0,,,,,,,,S-so... today I'll be singing a song... +183500 ,,,,,3230030,,甜花,Tenka,305_TC03a_t_030.wav,tenka,,0,,,,,,,,It's a very uplifting song... bright and... fun... I\npracticed the dance a lot too... +183700 ,,,,,3230020,,甜花,Tenka,305_TC03a_t_031.wav,tenka,,0,,,,,,,,I'd be happy if you enjoy it... +183800 ,,,,,3230020,,,,,,,,,,,,,,,She said that and bowed her head. +183900 ,,,,,3230020,,男A,Man A,,,,,,,,,,,,That's great! +184000 ,,,,,3230020,,男B,Man B,,,,,,,,,,,,Do your best! +184100 ,,,,,3230020,,,,,,,,,,,,,,,Alright! Let's start the music and begin the live\nperformance! +184200 ,,"",0,,3230020,,,,,,,,,,,,,,, +184400 ,$t07_tenka_song,,,,,,,,,,,,,,,,,,, +184600 ,,,4,,3230020,,甜花,Tenka,305_TC03a_t_032.wav,tenka,,0,,,,,,,,Haa... haa... thank you very much! +184700 ,,,,,3230020,,,,,,,,,,,,,,,"Sweaty Tenka-chan seemed to have relaxed, and she flashed a\ncute smile at the audience." +184800 ,,,,,3230020,,男A,Man A,,,,,,,,,,,,That was great! +184900 ,,,,,3230020,,男B,Man B,,,,,,,,,,,,"Amazing, amazing!" +185000 ,,,,,3230020,,男C,Male C,,,,,,,,,,,,Wooooooo! Tenka-chan! +185100 ,,,,,3230020,,男D,Male D,,,,,,,,,,,,You did great! +185200 ,,,,,3230020,,,,,,,,,,,,,,,"Then the four of them, and I, applauded so hard it felt like\nour hands might break." +185300 ,,,,,3230020,,甜花,Tenka,305_TC03a_t_033.wav,tenka,,0,,,,,,,,Eh... ehehe... thank you very much! +185400 ,,,,,3230020,,,,,,,,,,,,,,,"Bowing her head once more, Tenka-chan left the stage." +185500 ,$event_return,,,,,,,,,,,,,,,,,,, +185700 ,,,,61,,,甜花,Tenka,305_TC03a_t_034.wav,"tenka,bikini",,12,,,,,,,,"Haa, haa... Uncle, how was it?" +185800 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,"It was great, Tenka-chan! The audience was excited too, it\nwas a perfect score!" +185900 ,,,,,,,甜花,Tenka,305_TC03a_t_035.wav,tenka,,1,,,,,,,,Really! Really!? Yayyyyy! +186000 ,,,,,,,,,,tenka,,1,,,,,,,,"She jumped up and down repeatedly. Yes, yes, seeing her this\nhappy makes it all worth it for me too!" +186100 ,,,,,,,甜花,Tenka,305_TC03a_t_036.wav,tenka,,3,,,,,,,,"Ah... then I'll change, so Uncle, please leave." +186200 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"What are you talking about, Tenka-chan! It's not over yet?" +186300 ,,,,,,,甜花,Tenka,305_TC03a_t_037.wav,tenka,,4,,,,,,,,Eh? ...Could it be an encore? +186400 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Nope, next is the handshake event. You'll do it in your\nstage outfit." +186500 ,,,,,,,甜花,Tenka,305_TC03a_t_038.wav,tenka,,21,,,,,,,,Handshake event... amazing! +186600 ,,,,,,,,,,tenka,,21,,,,,,,,"A live performance, applause, and a handshake event. With\nall these dream words, it seems like Tenka-chan is\nmomentarily forgetting the embarrassment of her swimsuit." +186700 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,Shall we go then? +186800 ,,,,,,,甜花,Tenka,305_TC03a_t_039.wav,tenka,,1,,,,,,,,Yeah! +187000 ,,,15,31,,,男A,Man A,,,,,,,,,,,,Oh! Tenka-chan! +187100 ,,,,,,,,,,,,,,,,,,,,"When Tenka-chan and I return to the venue, cheers erupt from\neveryone... well, there are only four people, though." +187200 ,,,,,,,,,,,,,,,,,,,,Tenka-chan bows and greets everyone who has become her fan. +187300 ,,,,,,,,,,,,,,,,,,,,"Yes, yes, it's going well." +187400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, Tenka-chan." +187500 ,,,,,,,甜花,Tenka,305_TC03a_t_040.wav,tenka,,2,,,,,,,,O-Okay. +187600 ,,,,,,,甜花,Tenka,305_TC03a_t_041.wav,"tenkaL,bikini",,26,,,,,,,,"U-Um... we're going to have a handshake event now. I'm\nreally grateful, so I'll put my feelings into it and do my\nbest." +187700 ,,,,,,,甜花,Tenka,305_TC03a_t_042.wav,tenkaL,,2,,,,,,,,Thank you so much for coming today. +187800 ,,,,,,,,,,tenkaL,,2,,,,,,,,"In response to Tenka-chan's words, the venue is filled with\nvoices of joy." +187900 ,,,,,,,,,,tenkaL,,2,,,,,,,,Those voices are filled with a roar of excitement that is\nbeyond normal. +188000 ,,,,,,,,,,tenkaL,,2,,,,,,,,"It's no longer like a handshake event... well, it's not\nreally a handshake event." +188100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,2,,,,,,,,"Alright, Tenka-chan, could you kneel here?" +188300 ,,,11,,3231000,,,,,,,,,,,,,,, +188400 ,*mem2,,,,3231000,,,,,,,,,,,,,,, +188500 ,,,11,,3231000,,甜花,Tenka,305_TC03a_t_043.wav,tenka,,0,,,,,,,,Huh? ...O-Okay. +188600 ,,,,,3231000,,,,,,,,,,,,,,,"Why kneel at a handshake event? ...Though confused, Tenka-\nchan follows my instructions and kneels." +188700 ,,,,,3231000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, we'll start the handshake event now." +188800 ,,,,,3231000,,男A,Man A,,,,,,,,,,,,Alright! Then I'll go first! +188900 ,,,,,3231000,,甜花,Tenka,305_TC03a_t_044.wav,tenka,,0,,,,,,,,"Ah, yes. Thank you for coming toda―" +189100 ,,,,,3231010,,甜花,Tenka,305_TC03a_t_045.wav,tenka,,0,,,,,,,,―Huh? Wha!? +189200 ,,,,,3231010,,,,,,,,,,,,,,,What Tenka-chan reached out to was not a man's hand... but a\nrock-hard cock. +189300 ,,,,,3231010,,甜花,Tenka,305_TC03a_t_046.wav,tenka,,0,,,,,,,,Eh? Um... uh... what? What? What? +189400 ,,,,,3231010,,,,,,,,,,,,,,,"As she averted her eyes in confusion, there was another\nerect cock." +189500 ,,,,,3231010,,,,,,,,,,,,,,,Tenka-chan was surrounded by cocks on both sides. +189600 ,,,,,3231010,,主人公,Kiyoshi,,,,,,,,,,,,"What's wrong, Tenka-chan?" +189700 ,,,,,3231010,,甜花,Tenka,305_TC03a_t_047.wav,tenka,,0,,,,,,,,Eh? B-But... but... +189800 ,,,,,3231010,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, you have to shake hands with the cocks." +190000 ,,,,,3231020,,甜花,Tenka,305_TC03a_t_048.wav,tenka,,0,,,,,,,,~~~~~!? I-I wasn't told about this. +190100 ,,,,,3231020,,,,,,,,,,,,,,,Tenka-chan was flustered. +190200 ,,,,,3231020,,,,,,,,,,,,,,,She was probably torn between the embarrassment of doing\nsuch a thing and wanting to express her gratitude to the\nfans. +190300 ,,,,,3231020,,,,,,,,,,,,,,,Well then... +190400 ,,,,,3231020,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, by the way, Tenka-chan. This person here is the one who\ncomposed the song." +190500 ,,,,,3231010,,甜花,Tenka,305_TC03a_t_049.wav,tenka,,0,,,,,,,,Eh? I-Is that so? T-Thank you for the wonderful song... +190600 ,,,,,3231010,,男A,Man A,,,,,,,,,,,,"No, no~. I'm happy that Tenka-chan sang it for me." +190700 ,,,,,3231010,,主人公,Kiyoshi,,,,,,,,,,,,And this person here sent various videos as references for\nthe choreography. +190800 ,,,,,3231010,,甜花,Tenka,305_TC03a_t_050.wav,tenka,,0,,,,,,,,I-Is that so? +190900 ,,,,,3231010,,男B,Man B,,,,,,,,,,,,W-Well... I'm quite knowledgeable about idols. +191000 ,,,,,3231010,,甜花,Tenka,305_TC03a_t_051.wav,tenka,,0,,,,,,,,Thank you. +191100 ,,,,,3231010,,主人公,Kiyoshi,,,,,,,,,,,,"So, Tenka-chan. Let's properly shake hands to express your\ngratitude." +191200 ,,,,,3231020,,甜花,Tenka,305_TC03a_t_052.wav,tenka,,0,,,,,,,,U... okay. +191300 ,,,,,3231020,,,,,,,,,,,,,,,"Saying that, she timidly extended her small hand..." +191500 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,Whoa! +191600 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,Ah! +191800 ,,,,,3231020,,甜花,Tenka,305_TC03a_t_053.wav,tenka,,0,,,,,,,,"S-Sorry, did it hurt?" +191900 ,,,,,3231020,,男A,Man A,,,,,,,,,,,,"It's fine, just shake it again." +192000 ,,,,,3231020,,男B,Man B,,,,,,,,,,,,M-Me too. +192100 ,,,,,3231020,,甜花,Tenka,305_TC03a_t_054.wav,tenka,,0,,,,,,,,E-Eh~ +192300 ,,,,,3231030,,,,,,,,,,,,,,,"She grabbed the cock, but seemed unsure of what to do,\nglancing over at me." +192400 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_055.wav,tenka,,0,,,,,,,,O... Oji-san. +192500 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, Tenka-chan. Remember when I said I was a fan, and\nyou did it in the truck?" +192600 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone here is a fan too, so why not do the same for them?" +192700 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_056.wav,tenka,,0,,,,,,,,In the truck... ehh? +192800 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, give it a stroke." +192900 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_057.wav,tenka,,0,,,,,,,,Okay... +193000 ,,,,,3231030,,,,,,,,,,,,,,,"With that, Tenka-chan slowly stroked the man's cock with her\nsmall hand." +193100 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,Oh! +193200 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_058.wav,tenka,,0,,,,,,,,Um... t-thank you so much for today. +193300 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,Pfft! +193400 ,,,,,3231030,,,,,,,,,,,,,,,She earnestly gave a greeting like at a handshake event. It\nwas so cute that I couldn't help but laugh. +193500 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,"Ahhh... it's great! It's great, Tenka-chan. It was worth the\nthree-hour trip~" +193600 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_059.wav,tenka,,0,,,,,,,,Y-you came from so far away. ...Thank you. +193700 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,Y-yeah... +193800 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,"Tenka-chan, your other hand isn't moving! Come on, come on!" +193900 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_060.wav,tenka,,0,,,,,,,,Y-yes! +194000 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, there are fans waiting, so why not tell them how\nit feels?" +194100 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_061.wav,tenka,,0,,,,,,,,"U-uh, okay." +194200 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_062.wav,tenka,,0,,,,,,,,"Um, the cock in my right hand... my palm is getting a bit\nslippery." +194300 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,"Hehe! That's pre-cum, you know? I bet you didn't know that,\nTenka-chan." +194400 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_063.wav,tenka,,0,,,,,,,,The... the old man taught me. +194500 ,,,,,3231030,,男C,Male C,,,,,,,,,,,,Haha! That's unfortunate. +194600 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,Damn it. +194700 ,,,,,3231030,,,,,,,,,,,,,,,"Hehe, I feel a sense of superiority!" +194800 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_064.wav,tenka,,0,,,,,,,,"Okay, what is this?" +194900 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,"Then Tenka-chan, use that juice. You've done it for the old\nman, so you know how to do it, right?" +195000 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_065.wav,tenka,,0,,,,,,,,... +195100 ,,,,,3231030,,,,,,,,,,,,,,,Tenka-chan spread the pre-cum on her palm and gripped the\ncock again. +195200 ,,,,,3231030,,,,,,,,,,,,,,,"With her now slippery hand, she stroked the entire shaft\nwith a wet sound." +195300 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,"Ahhh! That's good, Tenka-chan! Spread the slipperiness all\nover!" +195400 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_066.wav,tenka,,0,,,,,,,,Y-yes... +195500 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,"Ahh! Tenka-chan, you're being mean, you're neglecting this\ncock over here~" +195600 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_067.wav,tenka,,0,,,,,,,,S-sorry... +195700 ,,,,,3231030,,,,,,,,,,,,,,,"In Tenka-chan's right hand, a slippery cock, and in her left\nhand, a dry cock." +195800 ,,,,,3231030,,,,,,,,,,,,,,,The obscene stereo sound of squishing and stroking must be\nfilling her ears. +195900 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_068.wav,tenka,,0,,,,,,,,"Nn, nn, nn, nn, nn, nn!" +196000 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_069.wav,tenka,,0,,,,,,,,...How is it? +196100 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,Ahh... it's good. The softness of Tenka- chan's hand is all\nover the shaft...! +196200 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,"Yeah, the slippery feeling from my pre-cum on your hand\nfeels great!" +196300 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,Ahh... ah...! +196400 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_070.wav,tenka,,0,,,,,,,,...That voice... Does it feel that good? +196500 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,"Yes, it feels good, it feels so good!" +196600 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,"Ah, it's completely different from a college girl's hand.\nTenka-chan's hand is amazing!" +196700 ,,,,,3231030,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, Tenka-chan, let's work even harder." +196800 ,,,,,3231030,,甜花,Tenka,305_TC03a_t_071.wav,tenka,,0,,,,,,,,O-okay... +196900 ,,,,,3231030,,,,,,,,,,,,,,,Tenka-chan's hand movements gradually become faster. +197000 ,,,,,3231030,,男A,Man A,,,,,,,,,,,,Ohhh! +197100 ,,,,,3231030,,男B,Man B,,,,,,,,,,,,The stimulation! The stimulation is getting stronger and\nstronger! +197200 ,,,,,3231030,,男C,Male C,,,,,,,,,,,,Huff... huff... I can't wait for my turn any longer. +197300 ,,,,,3231030,,男D,Male D,,,,,,,,,,,,I agree. +197500 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_072.wav,tenka,,0,,,,,,,,Wah!? M-my hair... why? +197600 ,,,,,3231040,,男,Man,,,,,,,,,,,,Ahhh! It's so smooth and feels so nice. +197700 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_073.wav,tenka,,0,,,,,,,,Um... uh... wh-what? On my cheek too? +197800 ,,,,,3231040,,,,,,,,,,,,,,,"The remaining men waiting in line could no longer hold back,\ntaking out their dicks and wrapping them in her hair or\npressing them against her cheek." +197900 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_074.wav,tenka,,0,,,,,,,,"W-wait... this is a handshake event, you know." +198000 ,,,,,3231040,,男C,Male C,,,,,,,,,,,,I'll settle for a hair handshake. +198100 ,,,,,3231040,,男D,Male D,,,,,,,,,,,,I'm fine with the cheek. +198200 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_075.wav,tenka,,0,,,,,,,,Mister... is this okay? Won't I get banned? +198300 ,,,,,3231040,,主人公,Kiyoshi,,,,,,,,,,,,"Well, it's taking time, so it can't be helped." +198400 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_076.wav,tenka,,0,,,,,,,,No way! +198500 ,,,,,3231040,,,,,,,,,,,,,,,"Speaking of which, they were still sticking to the handshake\nevent setting." +198600 ,,,,,3231040,,,,,,,,,,,,,,,The fact that they were is more surprising to the man. +198700 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_077.wav,tenka,,0,,,,,,,,My hair... I worked so hard to set it up. +198800 ,,,,,3231040,,男C,Male C,,,,,,,,,,,,"It's okay, I won't be rough." +198900 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_078.wav,tenka,,0,,,,,,,,Uuuu~ +199000 ,,,,,3231040,,男D,Male D,,,,,,,,,,,,"Mine moves on its own, so don't worry about it." +199100 ,,,,,3231040,,,,,,,,,,,,,,,"Saying that, he rubs his dick against her cheek." +199200 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_079.wav,tenka,,0,,,,,,,,"Mmm!? No, uuuu~... it stinks~" +199300 ,,,,,3231040,,,,,,,,,,,,,,,"Apparently, the dick on her cheek smells. Of all things, it\nended up right in front of her face." +199400 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_080.wav,tenka,,0,,,,,,,,"No, nooo! I can't do this!" +199500 ,,,,,3231040,,男D,Male D,,,,,,,,,,,,Please! My dick is really about to burst! +199600 ,,,,,3231040,,男C,Male C,,,,,,,,,,,,"Look, his dick has thick veins bulging out, throbbing... he\ncan't hold it back anymore." +199700 ,,,,,3231040,,甜花,Tenka,305_TC03a_t_081.wav,tenka,,0,,,,,,,,U-uuu... I-I understand... I understand... +199900 ,,,,,3231050,,,,,,,,,,,,,,,"Saying that, the movement of her hands gripping the two\ndicks she first grabbed becomes even faster." +200000 ,,,,,3231050,,,,,,,,,,,,,,,"At the same time, Tenka-chan's breathing also..." +200100 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_082.wav,tenka,,0,,,,,,,,"Nn, nn, nn! Haa... haa... nn, fuu...!" +200200 ,,,,,3231050,,主人公,Kiyoshi,,,,,,,,,,,,Is Tenka-chan getting excited too? Are you feeling good\nwhile rubbing your fans' dicks? +200300 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_083.wav,tenka,,0,,,,,,,,Th-that's not... +200400 ,,,,,3231050,,,,,,,,,,,,,,,It probably is. +200500 ,,,,,3231050,,,,,,,,,,,,,,,"Her face is flushed, and her expression is somewhat dazed." +200600 ,,,,,3231050,,男D,Male D,,,,,,,,,,,,Ahh! Tenka-chan's cheek feels so good! +200700 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_084.wav,tenka,,0,,,,,,,,"Umm!? It's so hot and hard...! Ah, haa... haa... haa...!" +200800 ,,,,,3231050,,男C,Male C,,,,,,,,,,,,"Fuuoooh... Rubbing with Tenka-chan's hair, I'm about to cum!" +200900 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_085.wav,tenka,,0,,,,,,,,Uuu... +201000 ,,,,,3231050,,男A,Man A,,,,,,,,,,,,"Ooooh! My dick is twitching! My balls are... getting tight,\nit's almost... at the limit!" +201100 ,,,,,3231050,,男A,Man A,,,,,,,,,,,,"Come on, move your hands faster! You can't make me cum like\nthat." +201200 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_086.wav,tenka,,0,,,,,,,,"S-sorry, haa haa! Nn, nn, nn, nnnn!" +201300 ,,,,,3231050,,男B,Man B,,,,,,,,,,,,P-please do mine too! I want to be made to cum by Tenka-\nchan's hands. +201400 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_087.wav,tenka,,0,,,,,,,,"Y-yes! Uuu! Uuu, uuu! Ah, the dick... it's twitching." +201500 ,,,,,3231050,,男C,Male C,,,,,,,,,,,,Aaaah! I'm going to cum from Tenka-chan's hair job! I'm\ncumming! I'll cum on your head! +201600 ,,,,,3231050,,男D,Male D,,,,,,,,,,,,"Haa haa, Tenka-chan's cheek! It's so smooth and soft, it\nfeels amazing!" +201700 ,,,,,3231050,,甜花,Tenka,305_TC03a_t_088.wav,tenka,,0,,,,,,,,No! If you rub it that much... it stinks! +201800 ,,,,,3231050,,,,,,,,,,,,,,,"The men's dicks throbbed repeatedly, signaling that\nejaculation was near." +201900 ,,,,,3231050,,男B,Man B,,,,,,,,,,,,"Ah, aaaaahhhh~~! I-I can't hold it anymore! Let me cum!\nPlease let me cum!" +202100 ,,,,,3231060,,甜花,Tenka,305_TC03a_t_089.wav,tenka,,0,,,,,,,,I-I understand...! I'll do my best. +202200 ,,,,,3231060,,,,,,,,,,,,,,,"Responding to his words, Tenka-chan tightly gripped the dick\nand moved her hand up and down vigorously." +202300 ,,,,,3231060,,男A,Man A,,,,,,,,,,,,"Aaaaah! I'm cumming! Cumming, cumming, cumming! I'm cumming,\nTenka-chan!" +202400 ,,,,,3231060,,,,,,,,,,,,,,,"The other men also moved their hips or rubbed themselves,\nlooking completely ready." +202500 ,,,,,3231060,,甜花,Tenka,305_TC03a_t_090.wav,tenka,,0,,,,,,,,"Haa, haa, haa, d-does this feel good...? Nnmu!? If you do\nthat to my cheek, it hurts!" +202600 ,,,,,3231060,,甜花,Tenka,305_TC03a_t_091.wav,tenka,,0,,,,,,,,"Ah!? My hair is being pulled, nn nn! Ah, this dick is\ntwitching so much..." +202700 ,,,,,3231060,,男A,Man A,,,,,,,,,,,,"See, Tenka-chan, my dick twitched, right? It's about to come\nout!" +202800 ,,,,,3231060,,甜花,Tenka,305_TC03a_t_092.wav,tenka,,0,,,,,,,,"Fuwaaa~~... I don't know... There are so many dicks, I can't\ntell~~" +202900 ,,,,,3231060,,甜花,Tenka,305_TC03a_t_093.wav,tenka,,0,,,,,,,,Which dick is it? W-where is it coming from!? +203000 ,,,,,3231060,,,,,,,,,,,,,,,"In response to Tenka-chan's question, all the dicks bounced\nup high." +203100 ,,,,,3231060,,甜花,Tenka,305_TC03a_t_094.wav,tenka,,0,,,,,,,,Ah!? Fwaaaaaaaahhhhhh! +203300 ,,,,,3231070,,,,,,,,,,,,,,,――Splat! Splat! Splurt! Splurt splurt splurt! Splurt!\nSplurt! Splurt! +203400 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_095.wav,tenka,,0,,,,,,,,A-aaahhhh! It's hot... it's so hot! +203500 ,,,,,3231070,,,,,,,,,,,,,,,"Around Tenka-chan, the dicks bounced repeatedly, each time\nreleasing semen." +203600 ,,,,,3231070,,,,,,,,,,,,,,,――Splurt splurt splurt! Splurt splurt spluuuuurt! Splurt!\nSplurt! +203700 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_096.wav,tenka,,0,,,,,,,,Hap... ugh... in my mouth... nnngh! No... I can't open my\neyes... +203800 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_097.wav,tenka,,0,,,,,,,,Ahh... hepa! No... it's still coming out... I'm drowning...\nI can't breathe... +203900 ,,,,,3231070,,主人公,Kiyoshi,,,,,,,,,,,,Wow... it's really coming out. Everyone's amazing. +204000 ,,,,,3231070,,男A,Man A,,,,,,,,,,,,"Hehe, I abstained for a week just for this day!" +204100 ,,,,,3231070,,男B,Man B,,,,,,,,,,,,Haa haa... T-thank you for inviting me to such a wonderful\nevent. +204200 ,,,,,3231070,,男C,Male C,,,,,,,,,,,,Yeah... I really enjoyed it. +204300 ,,,,,3231070,,男D,Male D,,,,,,,,,,,,Phew... I'm really satisfied. +204400 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_098.wav,tenka,,0,,,,,,,,Ah... ugh... +204500 ,,,,,3231070,,,,,,,,,,,,,,,"In the middle of all the dicks, Tenka-chan was left\ncompletely dazed." +204600 ,,,,,3231070,,,,,,,,,,,,,,,It's impossible to stay normal after being covered in semen\nby strangers like that. +204700 ,,,,,3231070,,主人公,Kiyoshi,,,,,,,,,,,,"Hehehe, you're all sticky... Tenka-chan." +204800 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_099.wav,tenka,,0,,,,,,,,...I-is it over? +204900 ,,,,,3231070,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's it for today. Are you tired?" +205000 ,,,,,3231070,,,,,,,,,,,,,,,"Then, with vacant eyes, Tenka-chan..." +205100 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_100.wav,tenka,,0,,,,,,,,"Ah... um... everyone," +205200 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_101.wav,tenka,,0,,,,,,,,Thank you for coming to the live and handshake event\ntoday... +205300 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_102.wav,tenka,,0,,,,,,,,"I'll keep doing my best, so please support me..." +205400 ,,,,,3231070,,主人公,Kiyoshi,,,,,,,,,,,,... +205500 ,,,,,3231070,,,,,,,,,,,,,,,"Whether she still thought it was a handshake event or if the\nexperience was too overwhelming and confused her memory,\nTenka- chan said that." +205600 ,,,,,3231070,,甜花,Tenka,305_TC03a_t_103.wav,tenka,,0,,,,,,,,P-please come again... +205700 ,,,,,3231070,,,,,,,,,,,,,,,"...I don't know what the truth is, but she's a professional." +205800 ,,,,,3231070,,,,,,,,,,,,,,,I was a bit moved. +205900 ,$event_return,,,,,,,,,,,,,,,,,,, +206000 ,,,0,9001,,,,,,,,,,,,,,,, +206200 ,@306_TC03b,,,,,,,,,,,,,,,,,,, +206500 ,,,15,31,,,,,,,,,,,,,,,,"Phew... that was exciting. An idol getting covered in fans'\nsemen for popularity, what an irresistible situation." +206600 ,,,,,,,,,,,,,,,,,,,,"With the first live and handshake event over, I started\ntidying up the place." +206700 ,,,,,,,,,,,,,,,,,,,,All my fellow lolicon friends left looking satisfied. +206800 ,,,,,,,,,,,,,,,,,,,,"Oops, I should clean up the semen quickly before someone\ncomes and thinks it's weird." +206900 ,,,,,,,,,,,,,,,,,,,,"I mean, I don't want my shop smelling like semen." +207000 ,,,,,,,甜花,Tenka,306_TC03b_t_000.wav,"tenkaL,bikini",,26,,,,,,,,... +207100 ,,,,,,,,,,tenkaL,,26,,,,,,,,"And the star of the show, Tenka-chan, stood there, dazed for\na while." +207200 ,,,,,,,,,,tenkaL,,26,,,,,,,,Hmm. Maybe I went a bit too far this time... +207300 ,,,,,,,,,,tenkaL,,26,,,,,,,,"Just when I was starting to regain her trust. If I made her\nupset or cry, that could be a problem." +208500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, how was your first live?" +208600 ,,,,,,,,,,,,,,,,,,,,"When I asked, she looked at me with a happy yet slightly\nanxious expression." +208700 ,,,,,,,甜花,Tenka,306_TC03b_t_003.wav,"tenka,bikini",,3,,,,,,,,"Uh, um. How did it look to you, mister?" +208800 ,,,,,,,,,,tenka,,3,,,,,,,,Tenka-chan wasn't her usual confident self; she seemed a bit\nnervous and fidgety. +208900 ,,,,,,,,,,tenka,,3,,,,,,,,"Well, to cheer her up, I should probably give her some\npraise here." +209000 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Hmm, let's see. I think it was really great!" +209100 ,,,,,,,甜花,Tenka,306_TC03b_t_004.wav,tenka,,23,,,,,,,,Really? +209200 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Of course, there are still things you need to work on and\nareas to improve." +209300 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"But I think the audience was really happy, don't you?" +209400 ,,,,,,,甜花,Tenka,306_TC03b_t_005.wav,tenka,,1,,,,,,,,"Y-yeah! They were happy, right!" +209500 ,,,,,,,,,,tenka,,1,,,,,,,,"Well, with a girl like her doing that, there's no way those\nlolicons wouldn't be pleased." +209600 ,,,,,,,,,,tenka,,1,,,,,,,,"Even I was thrilled, so that's a guarantee!" +209700 ,,,,,,,,,,tenka,,1,,,,,,,,"But even without that, Tenka-chan was cute, and she worked\nhard on her singing and dancing. I might have really become\na fan." +209800 ,,,,,,,,,,tenka,,1,,,,,,,,I think she probably has a desire to be seen and likes\nstanding out in front of people. I really think she has a\ntalent for it. +209900 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"So, how was it for you, Tenka-chan?" +210000 ,,,,,,,甜花,Tenka,306_TC03b_t_006.wav,tenka,,22,,,,,,,,"Uh, um... I was a little embarrassed, but everyone was\nhappy... so I was really happy." +210100 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,"Oh, you were happy?" +210200 ,,,,,,,,,,tenka,,22,,,,,,,,"I thought she might get angry about the micro bikini thing,\nbut it seems that's not the case." +210300 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,What made you happy? +210400 ,,,,,,,甜花,Tenka,306_TC03b_t_007.wav,tenka,,2,,,,,,,,"Hmm, when I was singing and dancing, everyone was watching\nme, and they clapped for me." +210500 ,,,,,,,甜花,Tenka,306_TC03b_t_008.wav,tenka,,2,,,,,,,,"There were a lot of things, but I think it went really well.\nSinging in front of everyone felt great, and I think it was\na success." +210600 ,,,,,,,主人公,Kiyoshi,,tenka,,2,,,,,,,,"I see, I'm glad you were able to sing comfortably, Tenka-\nchan." +210700 ,,,,,,,甜花,Tenka,306_TC03b_t_009.wav,tenka,,16,,,,,,,,"Y-yeah... and, um, mister." +210800 ,,,,,,,,,,tenka,,16,,,,,,,,Tenka-chan shyly smiled and started to sway her body\nbashfully. +210900 ,,,,,,,,,,tenka,,16,,,,,,,,I wonder what's up? +211000 ,,,,,,,甜花,Tenka,306_TC03b_t_010.wav,tenka,,16,,,,,,,,"Um... you know. Uh... thank you, mister." +211100 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,Huh? +211200 ,,,,,,,甜花,Tenka,306_TC03b_t_011.wav,tenka,,0,,,,,,,,"Thanks to you, I was able to do the songs, dances, and live\nperformances, and I got fans too." +211300 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,... +211400 ,,,,,,,甜花,Tenka,306_TC03b_t_012.wav,tenka,,21,,,,,,,,"So, thank you." +211500 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,Y-yeah. +211600 ,,,,,,,甜花,Tenka,306_TC03b_t_013.wav,tenka,,1,,,,,,,,"Ehehe... I'm glad you're my first fan, mister." +211700 ,,,,,,,,,,tenka,,1,,,,,,,,My face is starting to feel hot... +211800 ,,,,,,,,,,tenka,,1,,,,,,,,Being thanked so sincerely makes me feel embarrassed... or\nmaybe I'm just blushing despite my age. +211900 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,I'm really happy to be your first fan too. +212000 ,,,,,,,甜花,Tenka,306_TC03b_t_014.wav,tenka,,21,,,,,,,,"Hehe, keep supporting me, okay?" +212100 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"Yeah, of course." +212200 ,,,,,,,,,,tenka,,21,,,,,,,,"Seeing her smile like this, I might genuinely become a fan\nwithout any ulterior motives. No, I probably already am." +212300 ,,,,,,,,,,tenka,,21,,,,,,,,"There might have been other ways to do naughty things, but\npreparing songs and dances might mean I've been captivated\nby her idol charm." +212400 ,,,,,,,,,,tenka,,21,,,,,,,,"Hmm, to be swayed by such a little girl..." +212500 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"Keep doing your best, okay?" +212600 ,,,,,,,甜花,Tenka,306_TC03b_t_015.wav,tenka,,1,,,,,,,,Yeah! +212700 ,,,,,,,,,,tenka,,1,,,,,,,,"She responded energetically, but only for a moment." +212800 ,,,,,,,甜花,Tenka,306_TC03b_t_016.wav,tenka,,12,,,,,,,,...Phew~ +212900 ,,,,,,,,,,tenka,,12,,,,,,,,"Come to think of it, Tenka-chan's face has been red and her\nbreathing a bit heavy... Did the live performance tire her\nout?" +213000 ,,,,,,,,,,tenka,,12,,,,,,,,But it doesn't seem like she's lacking energy. +213100 ,,,,,,,,,,tenka,,12,,,,,,,,She's fidgeting and swaying her body. Could it be that she's\nexcited because of what happened? +213200 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,"By the way, Tenka-chan." +213300 ,,,,,,,甜花,Tenka,306_TC03b_t_017.wav,tenka,,34,,,,,,,,...? What is it? +213400 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,How was it with other guys' dicks? +213500 ,,,,,,,甜花,Tenka,306_TC03b_t_018.wav,tenka,,4,,,,,,,,Eh!? W-what do you mean!? +213600 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"There were a lot of people who got like that looking at you,\nTenka-chan. Did it make you happy?" +213700 ,,,,,,,甜花,Tenka,306_TC03b_t_019.wav,tenka,,16,,,,,,,,N-no way! That's... sexual harassment. +213800 ,,,,,,,,,,tenka,,16,,,,,,,,"Even as she says that, she unconsciously fidgets around her\ncrotch, perhaps recalling what happened earlier." +213900 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,"By the way, how was the handshake event after the live\nperformance?" +214000 ,,,,,,,甜花,Tenka,306_TC03b_t_020.wav,tenka,,36,,,,,,,,The handshake event was... n-not that much. +214100 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"Really? You looked happy, Tenka-chan. Weren't you actually\nhappier at the handshake event than the live performance?" +214200 ,,,,,,,甜花,Tenka,306_TC03b_t_021.wav,tenkaL,,11,,,,,,,,N-no way! I was happier at the live performance! +214300 ,,,,,,,主人公,Kiyoshi,,tenkaL,,11,,,,,,,,"You were happier at the live performance... which means you\nwere at least a little happy at the handshake event too,\nright?" +214400 ,,,,,,,甜花,Tenka,306_TC03b_t_022.wav,tenka,,13,,,,,,,,...Ah. +214500 ,,,,,,,,,,tenka,,13,,,,,,,,"Tenka-chan lets out a voice as if it slipped from her\nthroat. Yeah, she must have been a little happy." +214600 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,How was it? +214700 ,,,,,,,甜花,Tenka,306_TC03b_t_023.wav,tenka,,31,,,,,,,,"Y-you're unfair, mister!" +214800 ,,,,,,,,,,tenka,,31,,,,,,,,It's easy to catch a girl of this age. +214900 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"But as a girl, I think it's nice when a guy's dick reacts to\nyour body." +215000 ,,,,,,,甜花,Tenka,306_TC03b_t_024.wav,tenka,,33,,,,,,,,...I-is that so? +215100 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Yeah, because it's getting bigger thanks to you. It means\nyou're attractive, right? Isn't that nice?" +215200 ,,,,,,,甜花,Tenka,306_TC03b_t_025.wav,tenka,,13,,,,,,,,... +215300 ,,,,,,,甜花,Tenka,306_TC03b_t_026.wav,tenka,,13,,,,,,,,M-maybe just a little. +215400 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Seeing the reacting dick made you happy too, didn't it,\nTenka-chan?" +215500 ,,,,,,,,,,tenka,,13,,,,,,,,Tenka-chan keeps averting her gaze and then looking back at\nme repeatedly. +215600 ,,,,,,,,,,tenka,,13,,,,,,,,And after a while... +215700 ,,,,,,,甜花,Tenka,306_TC03b_t_027.wav,tenka,,22,,,,,,,,"I was embarrassed, but... I was a little happy." +215800 ,,,,,,,甜花,Tenka,306_TC03b_t_028.wav,tenka,,22,,,,,,,,When everyone in the audience looked at me and their dicks\ngot bigger... I thought it was nice. +215900 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,"I see, I see." +216000 ,,,,,,,,,,tenka,,22,,,,,,,,She spoke surprisingly honestly. +216100 ,,,,,,,,,,tenka,,22,,,,,,,,Maybe she doesn't dislike being watched like this. +216200 ,,,,,,,,,,tenka,,22,,,,,,,,"No, she might actually like it." +216300 ,,,,,,,,,,tenka,,22,,,,,,,,"Tenka-chan is fidgeting, rubbing her thighs together,\nclearly excited... or aroused, right?" +216400 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,"During the handshake event earlier... you were actually\nexcited too, weren't you, Tenka-chan?" +216500 ,,,,,,,甜花,Tenka,306_TC03b_t_029.wav,tenka,,31,,,,,,,,Eh? Eh!? T-that's not true! +216600 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"You're feeling a bit naughty, aren't you?" +216700 ,,,,,,,甜花,Tenka,306_TC03b_t_030.wav,tenka,,11,,,,,,,,"I-I was happy, but... I'm not feeling naughty!" +216800 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"Hmm, in that case..." +216900 ,,,,,,,甜花,Tenka,306_TC03b_t_031.wav,tenka,,24,,,,,,,,Eh? Kya!? +217100 ,,,11,,3232000,,,,,,,,,,,,,,, +217200 ,*mem,,,,3232000,,,,,,,,,,,,,,, +217300 ,,,11,,3232000,,,,,,,,,,,,,,,"I grabbed Tenka-chan and flipped her onto the floor. Aiming\nfor her crotch area... I placed my face between her legs,\nassuming a so- called sixty-nine position." +217400 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_032.wav,tenka,,0,,,,,,,,Mister! What are you doing! +217500 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, but I have to check something." +217600 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_033.wav,tenka,,0,,,,,,,,Check what... ah!? +217700 ,,,,,3232000,,,,,,,,,,,,,,,I brought my face closer to her crotch. +217800 ,,,,,3232000,,,,,,,,,,,,,,,"Looking closely, the color of the micro bikini bottoms\nTenka-chan was wearing had become a bit darker." +217900 ,,,,,3232000,,,,,,,,,,,,,,,"Hmm, I didn't notice because the fabric area is small,\nbut... this is." +218000 ,,,,,3232000,,,,,,,,,,,,,,,I gently pressed my finger into her crotch. +218100 ,,,,,3232000,,,,,,,,,,,,,,,――Squish. +218200 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_034.wav,tenka,,0,,,,,,,,"Hyah! M-Mister, what are you doing!?" +218300 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, sorry, but Tenka-chan, this sound..." +218400 ,,,,,3232000,,,,,,,,,,,,,,,"Yeah, it was hard to notice because the swimsuit is small,\nbut it was moist there." +218500 ,,,,,3232000,,,,,,,,,,,,,,,And probably with Tenka-chan's love juices. +218600 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,"Here, Tenka-chan's crotch is wet with naughty juices, and\nit's leaving a stain, you know?" +218700 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,"You really did get in the mood, didn't you?" +218800 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_035.wav,tenka,,0,,,,,,,,"Eh? ...N-No, that's not true!" +218900 ,,,,,3232000,,,,,,,,,,,,,,,"She shook her head vigorously, her face bright red." +219000 ,,,,,3232000,,,,,,,,,,,,,,,"This reaction, she's panicking because I hit the mark." +219100 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,Hmm... did you get excited seeing everyone's dicks? +219200 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_036.wav,tenka,,0,,,,,,,,"No! ...I'm not wet, and I was happy, but... I'm not excited!" +219300 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,"Not wet? ...Then, what is this sound?" +219400 ,,,,,3232000,,,,,,,,,,,,,,,"I started to play with it again with my finger, and a sticky\nsound of squish, squish, squelch... could be heard." +219500 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_037.wav,tenka,,0,,,,,,,,Hah! S-Stop! Mister! +219600 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,"See, it's like this, isn't it?" +219700 ,,,,,3232000,,甜花,Tenka,306_TC03b_t_038.wav,tenka,,0,,,,,,,,Ugh... uuu +219800 ,,,,,3232000,,,,,,,,,,,,,,,"Getting wet just from a handjob, she really has that kind of\npotential." +219900 ,,,,,3232000,,主人公,Kiyoshi,,,,,,,,,,,,To end up like this... it seems like Tenka- chan is becoming\na sexy girl who loves dicks. +220100 ,,,,,3232010,,甜花,Tenka,306_TC03b_t_039.wav,tenka,,0,,,,,,,,N-No! That's... not naughty juice! +220200 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? Then, what is this?" +220300 ,,,,,3232010,,甜花,Tenka,306_TC03b_t_040.wav,tenka,,0,,,,,,,,That is... um... +220400 ,,,,,3232010,,甜花,Tenka,306_TC03b_t_041.wav,tenka,,0,,,,,,,,I-It's pee... that's why... I just got wet from pee. +220500 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,... +220600 ,,,,,3232010,,,,,,,,,,,,,,,"A pee stain, huh... that excites me in its own way." +220700 ,,,,,3232010,,,,,,,,,,,,,,,"In fact, it's a reward in itself." +220800 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,"But this, it's kind of slippery, isn't it?" +220900 ,,,,,3232010,,甜花,Tenka,306_TC03b_t_042.wav,tenka,,0,,,,,,,,! +221000 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,"Pee isn't slippery, right?" +221100 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,It seems like Tenka-chan is becoming a naughty girl. +221200 ,,,,,3232010,,甜花,Tenka,306_TC03b_t_043.wav,tenka,,0,,,,,,,,That's not... true. +221300 ,,,,,3232010,,,,,,,,,,,,,,,"Her face turned bright red, looking a bit sulky." +221400 ,,,,,3232010,,,,,,,,,,,,,,,But that reaction just proves I hit the mark. +221500 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, for Tenka-chan who's feeling naughty, I should do\nsomething naughty for you." +221600 ,,,,,3232010,,甜花,Tenka,306_TC03b_t_044.wav,tenka,,0,,,,,,,,I-I'm not feeling naughty at all. +221700 ,,,,,3232010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, what is this?" +221900 ,,,,,3232020,,,,,,,,,,,,,,,"When I took off Tenka-chan's swimsuit, a sticky string\nformed between her pussy and it." +222000 ,,,,,3232020,,甜花,Tenka,306_TC03b_t_045.wav,tenka,,0,,,,,,,,Ah!? Mister!? +222100 ,,,,,3232020,,,,,,,,,,,,,,,"Even though it was a tiny piece of fabric, you really have\nto see the pussy bare." +222200 ,,,,,3232020,,,,,,,,,,,,,,,"Even though it's almost just a slit, her pussy is twitching,\nas if waiting to be touched." +222300 ,,,,,3232020,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll lick it and make you feel good now." +222400 ,,,,,3232020,,甜花,Tenka,306_TC03b_t_046.wav,tenka,,0,,,,,,,,"N-No, no! Don't lick there―fwaa!?" +222500 ,,,,,3232020,,主人公,Kiyoshi,,,,,,,,,,,,Mmm... slurp... lick... lick +222600 ,,,,,3232020,,,,,,,,,,,,,,,"Ignoring her protests, I suck on her exposed, smooth pussy." +222700 ,,,,,3232020,,甜花,Tenka,306_TC03b_t_047.wav,tenka,,0,,,,,,,,"Fwaa! Nn... ah... no... no, mister... fuhn!" +222800 ,,,,,3232020,,,,,,,,,,,,,,,"The scent of a girl spreads, along with her sweet moans and\nthe sensation clinging to my mouth." +222900 ,,,,,3232020,,主人公,Kiyoshi,,,,,,,,,,,,"Mmm... this isn't pee, it's the taste of naughty juices." +223000 ,,,,,3232020,,甜花,Tenka,306_TC03b_t_048.wav,tenka,,0,,,,,,,,"That's not true! It's pee! Have you ever drunk pee, mister!?" +223100 ,,,,,3232020,,,,,,,,,,,,,,,Hmm... how should I answer that? +223200 ,,,,,3232020,,,,,,,,,,,,,,,"For now, I'll keep teasing to cover it up." +223300 ,,,,,3232020,,,,,,,,,,,,,,,"I eagerly suck on the hot, soft spot covered in sweat,\nmoving my tongue." +223500 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_049.wav,tenka,,0,,,,,,,,"No, nnngh! Stop... ahh, fuhn, don't lick... let go, nnngh,\nhyaa!" +223600 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_050.wav,tenka,,0,,,,,,,,"Fuhn, no, no... don't suck... nnngh, don't suck... hyuun,\nnnnngh!" +223700 ,,,,,3232030,,,,,,,,,,,,,,,"I slip my tongue into the closed slit, tracing it repeatedly\nas if cleaning." +223800 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_051.wav,tenka,,0,,,,,,,,"Nnngh!? It tingles! ...Hyuu! ...Fuhn, auu!" +223900 ,,,,,3232030,,,,,,,,,,,,,,,"Having just danced, the salty taste of sweat mixes with the\ntaste of her juices. Hmm, but proportionally, there's more\nof her juices?" +224000 ,,,,,3232030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, doesn't it feel good around here?" +224100 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_052.wav,tenka,,0,,,,,,,,"Kuun, nnngh, nnnngh! Haa, nn... haa haa, that's... no...\nhyau!?" +224200 ,,,,,3232030,,,,,,,,,,,,,,,Then I stop licking the slit and spread the flesh on both\nsides to open it up. I focus my target on the clitoris. +224300 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_053.wav,tenka,,0,,,,,,,,Ah!? Th-that place! +224400 ,,,,,3232030,,,,,,,,,,,,,,,"At that moment, Tenka-chan shivered and closed her thighs,\ntrying to trap my face." +224500 ,,,,,3232030,,,,,,,,,,,,,,,"But the strength of a child, especially a girl, isn't much.\nI apply a bit of force and push my face between her thighs." +224600 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_054.wav,tenka,,0,,,,,,,,"Ah... no, stop... mister, not there..." +224700 ,,,,,3232030,,,,,,,,,,,,,,,"Her body turns red, and she shows slight resistance while\ntrembling." +224800 ,,,,,3232030,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? What's this place, I wonder?" +224900 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_055.wav,tenka,,0,,,,,,,,...It's a no-go zone. +225000 ,,,,,3232030,,主人公,Kiyoshi,,,,,,,,,,,,Could it be that touching here feels good? +225100 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_056.wav,tenka,,0,,,,,,,,!! N-no... that's... hyah!? +225200 ,,,,,3232030,,,,,,,,,,,,,,,"Ignoring Tenka-chan's words, I forcibly move my tongue to\nlick that spot." +225300 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_057.wav,tenka,,0,,,,,,,,"No, no, no! Ahh!" +225400 ,,,,,3232030,,,,,,,,,,,,,,,"Tenka-chan tries to twist her body and escape, but I don't\nallow it and continue licking." +225500 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_058.wav,tenka,,0,,,,,,,,"Nn, nn! Auu! Nn, ahhh!" +225600 ,,,,,3232030,,,,,,,,,,,,,,,"Soon, I start to feel a slippery liquid frequently on my\ntongue." +225700 ,,,,,3232030,,,,,,,,,,,,,,,"Gradually, her love juices increase, and her pussy becomes\nmore and more slippery. It's not just a physiological\nreaction; it's turning into pleasure." +225800 ,,,,,3232030,,主人公,Kiyoshi,,,,,,,,,,,,How is it? Is it starting to feel good? +225900 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_059.wav,tenka,,0,,,,,,,,"Hauu! Nku, kuun... no, stop... nnngh! It's no good... ah,\nahh, it feels good... auu!!" +226000 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_060.wav,tenka,,0,,,,,,,,"Hyann! Ahhh! Uu... nn, nn... nngh! Twitch... twitching." +226100 ,,,,,3232030,,,,,,,,,,,,,,,"When I look at Tenka-chan's face, it's as dazed as her\npussy." +226200 ,,,,,3232030,,,,,,,,,,,,,,,"Every time I move my tongue, Tenka-chan's body jumps, and\nher erotic juices overflow more and more." +226300 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_061.wav,tenka,,0,,,,,,,,"Ah, nku, no, uncle... haa haa... I... fuaa, ah!!" +226400 ,,,,,3232030,,,,,,,,,,,,,,,"I lightly bite her clitoris, and as her focus shifts there,\nI suck strongly." +226500 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_062.wav,tenka,,0,,,,,,,,Nnnngh! Ahhh!! Fwaaaa!! +226600 ,,,,,3232030,,,,,,,,,,,,,,,"Tenka-chan arches her back, lifting her hips, and her body\nstiffens and trembles." +226700 ,,,,,3232030,,,,,,,,,,,,,,,It seems like she just came. +226800 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_063.wav,tenka,,0,,,,,,,,"Nn! ...! N, nnnngh... ...hah... hafu..." +226900 ,,,,,3232030,,,,,,,,,,,,,,,Her body is twitching cutely. +227000 ,,,,,3232030,,,,,,,,,,,,,,,Ah... she's so cute and erotic... I want to come too! +227100 ,,,,,3232030,,,,,,,,,,,,,,,"Just watching is enough to make me want to ejaculate, but\nthat would be a waste." +227200 ,,,,,3232030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan... I'm a fan too, so you have to do a handshake\nevent with me like everyone else." +227300 ,,,,,3232030,,甜花,Tenka,306_TC03b_t_064.wav,tenka,,0,,,,,,,,... +227500 ,,,,,3232040,,,,,,,,,,,,,,,Tenka-chan nods silently and gently places her small hand on\nmy cock. +227600 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,Uwa... +227700 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_065.wav,tenka,,0,,,,,,,,Ah... +227800 ,,,,,3232040,,,,,,,,,,,,,,,"As if trying to escape from Tenka-chan's hand, my cock\nreacts sharply." +227900 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_066.wav,tenka,,0,,,,,,,,...As expected... uncle's... is amazing. +228000 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,Eh? +228100 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_067.wav,tenka,,0,,,,,,,,It's twitching more than other fans'. +228200 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"W-Well, I'm... Tenka-chan's biggest fan, after all." +228300 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_068.wav,tenka,,0,,,,,,,,...Y-Yeah. +228400 ,,,,,3232040,,,,,,,,,,,,,,,"As she said that, my cock was gently grasped." +228500 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,Ugh! +228600 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_069.wav,tenka,,0,,,,,,,,Wow... it's trying to escape. +228700 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,Could you squeeze a bit tighter? Like you're holding a\nmicrophone? +228800 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_070.wav,tenka,,0,,,,,,,,L-Like holding a microphone? ...Like this? +228900 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa! That's good, Tenka-chan! Now, just like that, up and\ndown." +229000 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_071.wav,tenka,,0,,,,,,,,"...Nn, nn, nn. ...Haa, haa." +229100 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah! That's good, Tenka-chan! Just like that, stroke it!" +229200 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_072.wav,tenka,,0,,,,,,,,"...Stroke, stroke." +229300 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"Ohhh! Now, try rubbing the part that's sticking out, the\ntip." +229400 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_073.wav,tenka,,0,,,,,,,,"...Rub, rub. Wow, when I touch this part, it moves a lot." +229500 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,Y-Yeah! It feels really good! +229600 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"Now, Tenka-chan, do it however you like." +229700 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_074.wav,tenka,,0,,,,,,,,O-Okay. +229800 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_075.wav,tenka,,0,,,,,,,,"...Stroke, stroke, stroke... Rub, rub... Stroke..." +229900 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"Ohhh! That's good, Tenka-chan!" +230000 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_076.wav,tenka,,0,,,,,,,,"Rub, rub, rub, rub... The tip part, squish, squish... Phew~" +230100 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,Huh!? +230200 ,,,,,3232040,,,,,,,,,,,,,,,Ohhh! She blew on my cock!? I couldn't help but let out a\nvoice at the pleasant surprise! +230300 ,,,,,3232040,,,,,,,,,,,,,,,Ah. I can't hold back with just her hand anymore. +230400 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, could you lick it for me too?" +230500 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_077.wav,tenka,,0,,,,,,,,Eh? L-Lick... the penis? +230600 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, Tenka-chan, you felt good when I licked you\nearlier, right?" +230700 ,,,,,3232040,,甜花,Tenka,306_TC03b_t_078.wav,tenka,,0,,,,,,,,...... +230800 ,,,,,3232040,,主人公,Kiyoshi,,,,,,,,,,,,I want you to lick it too. +230900 ,,,,,3232040,,,,,,,,,,,,,,,"With that, Tenka-chan stuck out her tongue and hesitantly\nbrought her face closer to my cock, trembling slightly." +231100 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_079.wav,tenka,,0,,,,,,,,...Lick. +231200 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,Mmm! +231300 ,,,,,3232050,,,,,,,,,,,,,,,"With the small but soft sensation, my cock twitched and\njumped." +231400 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_080.wav,tenka,,0,,,,,,,,Ah... amazing... +231500 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, can you keep going like this?" +231600 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_081.wav,tenka,,0,,,,,,,,Y-Yeah. +231700 ,,,,,3232050,,,,,,,,,,,,,,,Oh! It seems like she's not as resistant as I thought! +231800 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_082.wav,tenka,,0,,,,,,,,"Lick... nibble... chu, chumu... chu, chuuu...!" +231900 ,,,,,3232050,,,,,,,,,,,,,,,Her small tongue moved around my cock as if crawling over\nit. +232000 ,,,,,3232050,,,,,,,,,,,,,,,"It's not exactly skillful, but it feels like a child playing\na prank, and it's strangely exciting." +232100 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_083.wav,tenka,,0,,,,,,,,"Chu, lick... lick, chu, chu, lick. Your, your penis... it's\ntwitching." +232200 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah... your mouth feels good, Tenka- chan." +232300 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_084.wav,tenka,,0,,,,,,,,"Lick... slurp, mm, mmchu, is that so? Mmm... mchu slurp...\nchu." +232400 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_085.wav,tenka,,0,,,,,,,,"Phew... Uncle, are you feeling good with my tongue?" +232500 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it feels good." +232600 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_086.wav,tenka,,0,,,,,,,,I-Is that so... then... +232700 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_087.wav,tenka,,0,,,,,,,,"Nom, lick... slurp, slurp... slurp... slurp, mmchu..." +232800 ,,,,,3232050,,,,,,,,,,,,,,,"It does feel good... it feels good, but..." +232900 ,,,,,3232050,,,,,,,,,,,,,,,"Maybe it's inevitable, but she's just licking my cock, and I\ndon't feel any intention to make me feel good or make me\ncome." +233000 ,,,,,3232050,,,,,,,,,,,,,,,"A while ago, just this situation would have been enough to\nmake me come, but now that I'm in a situation where more\namazing things can happen..." +233100 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_088.wav,tenka,,0,,,,,,,,"Lick... slurp, slurp!" +233200 ,,,,,3232050,,,,,,,,,,,,,,,"Hmm, it's frustrating. I want her to take more into her\nmouth and stroke it hard." +233300 ,,,,,3232050,,,,,,,,,,,,,,,"Well, such a request is probably impossible." +233400 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm... sorry, Tenka-chan. It might be a little\nuncomfortable." +233500 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_089.wav,tenka,,0,,,,,,,,...? +233600 ,,,,,3232050,,,,,,,,,,,,,,,I move my hips to position it so that it's perpendicular to\nTenka-chan's mouth. +233700 ,,,,,3232050,,,,,,,,,,,,,,,"Then I thrust forward all at once, aiming for her mouth.\nIt's called an irrumatio." +233900 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_090.wav,tenka,,0,,,,,,,,Amn!? Nmmmmm~~~~~~! Nguh!? Nnn!? Nfuu! +234000 ,,,,,3232060,,,,,,,,,,,,,,,I thrust my cock deep into Tenka-chan's small mouth. +234100 ,,,,,3232060,,,,,,,,,,,,,,,"It hits the back of her throat, and the uvula irregularly\nstimulates the ridge." +234200 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,"Phew! Tenka-chan's mouth is stimulating my cock, it feels\ngood!" +234300 ,,,,,3232060,,,,,,,,,,,,,,,"My cock fits snugly in her small throat, and the tight\npleasure envelops it." +234400 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_091.wav,tenka,,0,,,,,,,,Nbu! Ubu! Nee! Nmmmmm! Nnnnn!? Nooooo!? +234500 ,,,,,3232060,,,,,,,,,,,,,,,"Oops... at this rate, she won't be able to breathe because\nof my cock." +234600 ,,,,,3232060,,,,,,,,,,,,,,,Let's pull it out for a moment. +234700 ,,,,,3232060,,,,,,,,,,,,,,,I slowly lift my hips and pull my saliva- covered cock out\nof her mouth. +234800 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_092.wav,tenka,,0,,,,,,,,"―Pwahhhhh! Cough! Cough, cough! Ugh... bleh..." +234900 ,,,,,3232050,,,,,,,,,,,,,,,"It seems the sudden irrumatio was too much for her, as she's\ncoughing and tearing up." +235000 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_093.wav,tenka,,0,,,,,,,,"W-What are you doing, mister! I thought I was going to die!" +235100 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,"Well, this is called irrumatio, and it's another way to have\nsex, you know?" +235200 ,,,,,3232050,,甜花,Tenka,306_TC03b_t_094.wav,tenka,,0,,,,,,,,"Even if it exists, it's still suffocating!" +235300 ,,,,,3232050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, but Tenka-chan, your throat feels amazing... Let's do it\nagain, okay?" +235400 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_095.wav,tenka,,0,,,,,,,,"Ugh... bleh... M-Mister, stop it. It's hard to\nbreathe―Nmbuh!?" +235500 ,,,,,3232060,,,,,,,,,,,,,,,I mercilessly thrust my erect cock back into Tenka-chan's\ncute mouth. +235600 ,,,,,3232060,,,,,,,,,,,,,,,"And to feel pleasure, I mercilessly move it up and down." +235700 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_096.wav,tenka,,0,,,,,,,,"Fmm!? Nmmmmm! Nguh!? Nnn! N, n, n, n~~~~!" +235800 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_097.wav,tenka,,0,,,,,,,,"Mister―Nmm!? Nggh! I can't breathe―Nmbuh! Nmbuh! Hahyu―Nnn,\nNnn, Nguh! Hap―Amuuu!?" +235900 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,Whoa!? Your throat is moving and it feels amazing! +236000 ,,,,,3232060,,,,,,,,,,,,,,,"Her mouth and throat are desperately moving for air,\ntransmitting an irregular pleasure." +236100 ,,,,,3232060,,,,,,,,,,,,,,,I have to be careful not to get too caught up in the\npleasure and forget to let her breathe. +236200 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_098.wav,tenka,,0,,,,,,,,"Hebuh! Abu... Pwah! Hah! Hah! Hah, hah... Hah―Nmbuh!! Mmmm!" +236300 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_099.wav,tenka,,0,,,,,,,,"Jupu, ju, jurururu, juuuh! N, chu, chupu, jupu... juuuu...!" +236400 ,,,,,3232060,,,,,,,,,,,,,,,"The saliva accumulated in Tenka-chan's mouth mixes with my\npre-cum, making a strange sloshing sound." +236500 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,"It feels so good! It feels good, Tenka-chan! I'm glad I'm a\nfan of yours!" +236600 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_100.wav,tenka,,0,,,,,,,,"Juuuuuu!? Buhah! Nmbuh! Jururu...! Juru, jupu!" +236700 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_101.wav,tenka,,0,,,,,,,,It's tight! Nmbuh!? My throat... your cock is twitching...\nNmm!? Nnnnn! +236800 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_102.wav,tenka,,0,,,,,,,,"My mouth... Nmm, it's getting so messy, jupu...! N, fuuu...!" +236900 ,,,,,3232060,,,,,,,,,,,,,,,"With Tenka-chan's voice arousing my masochistic side and the\npleasure from her mouth and throat, my cock was on the verge\nof climax." +237000 ,,,,,3232060,,,,,,,,,,,,,,,"Now, where should I release it?" +237100 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_103.wav,tenka,,0,,,,,,,,Abu!? Nmbuh! Hah hah! Hachumu! +237200 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,Hah hah! Tenka-chan! I'm going to cum! My sperm is about to\ncome out! +237300 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_104.wav,tenka,,0,,,,,,,,Nmmmmm! Mmm! Mmmmmm! Nggggggg! +237400 ,,,,,3232060,,,,,,,,,,,,,,,"Now, where should I release it?" +237500 ,$menu_begin,,,,3232060,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish in her mouth,sel_1a",,,,3232060,,,,,,,,,,,,,,,■@ Release in her mouth +↓,"$menu_item 1,Cover her body,sel_1b",,,,3232060,,,,,,,,,,,,,,,■A Spray all over her body +↓,$menu_end,,,,3232060,,,,,,,,,,,,,,, +237600 ,*sel_1a,,,,3232060,,,,,,,,,,,,,,,■@ Release in her mouth. +237700 ,,,,,3232060,,,,,,,,,,,,,,,My cock is thrust into her wide-open mouth. Saliva overflows\nfrom the gaps like lubricant. +237800 ,,,,,3232060,,,,,,,,,,,,,,,"The sight is somehow erotic, making me want to let my sperm\noverflow from there." +237900 ,,,,,3232060,,,,,,,,,,,,,,,I want to send my sperm deep into her cute mouth. +238000 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to cum! I'll release it in your mouth, Tenka-chan!" +238100 ,,,,,3232060,,,,,,,,,,,,,,,I repeatedly thrust my cock deep into her throat as if to\nspur on the climax. +238200 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_105.wav,tenka,,0,,,,,,,,Ngggg!? It's coming out! Ngg! Ngg!? Ngg!? Ngg!? Ngg!?\nNgggg!? +238400 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_106.wav,tenka,,0,,,,,,,,Ohfuh! It's so much! Nmm!? Nmm!? Nmbuh!? Nnn!? Noe! +238500 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan! Tenka-chan! Nnfu! Nnfuuhhh! +238600 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_107.wav,tenka,,0,,,,,,,,Hamun! Ngguhhhhhh! +238700 ,,,,,3232060,,,,,,,,,,,,,,,"Ah! It's coming, it's coming! The base is tightening,\nsignaling that I'm about to ejaculate!" +238800 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,"Nn, it's coming outtttt!" +238900 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_108.wav,tenka,,0,,,,,,,,Nmmmmm!? +239100 ,,,,,3232060,,,,,,,,,,,,,,,"As I thrust my cock deep into her throat, it thrashes\nunbelievably and spews out semen." +239200 ,,,,,3232070,,甜花,Tenka,306_TC03b_t_109.wav,tenka,,0,,,,,,,,Nmmmmm! Bweh!? Bubwah!? Nmbuhhh! +239300 ,,,,,3232070,,,,,,,,,,,,,,,"It seems like the amount was too much for her mouth, and it\noverflowed, leaking out from the gap between her mouth and\nmy cock." +239400 ,,,,,3232070,,,,,,,,,,,,,,,"――Gurgle, gurgle" +239500 ,,,,,3232070,,,,,,,,,,,,,,,"The semen spills out, making a sound like that." +239600 ,,,,,3232070,,甜花,Tenka,306_TC03b_t_110.wav,tenka,,0,,,,,,,,Nmbuh!? Nmmmmm!? Mmmmmm! +239700 ,,,,,3232070,,,,,,,,,,,,,,,"She twitches painfully, giving even more stimulation to my\ncock." +239800 ,,,,,3232070,,,,,,,,,,,,,,,"...If I keep going, she won't be able to breathe." +239900 ,,,,,3232070,,主人公,Kiyoshi,,,,,,,,,,,,...yo +240000 ,,,,,3232070,,,,,,,,,,,,,,,I lift my hips and pull my cock out from her wide-open\nmouth. +240200 ,,,,,3232080,,甜花,Tenka,306_TC03b_t_111.wav,tenka,,0,,,,,,,,Pwahhh! Cough cough! Uweh! Uwehhhh... +240300 ,,,,,3232080,,,,,,,,,,,,,,,"As she takes in air for the first time in a while, she gags\nfrom the assault on her throat." +240400 ,,,,,3232080,,甜花,Tenka,306_TC03b_t_112.wav,tenka,,0,,,,,,,,Bwehhh... Hahh hahh! Cough cough! Ugh... +240500 ,,,,,3232080,,,,,,,,,,,,,,,"And from deep in her throat, she expels a large amount of my\nsemen." +240600 ,,,,,3232080,,,,,,,,,,,,,,,"...I released that much, huh." +240700 ,,,,,3232080,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, that felt good." +240800 ,,,,,3232080,,甜花,Tenka,306_TC03b_t_113.wav,tenka,,0,,,,,,,,Hahh hahh... it was suffocating... +240900 ,,,,,3232080,,主人公,Kiyoshi,,,,,,,,,,,,"I didn't expect to get so excited, it's all thanks to your\ncharm, Tenka-chan." +241000 ,,,,,3232080,,甜花,Tenka,306_TC03b_t_114.wav,tenka,,0,,,,,,,,"I'm glad you got excited, but... the suffocating part... I\ndon't want that anymore..." +241100 ,,,,,3232080,,,,,,,,,,,,,,,Maybe it was too much to do an irrumatio with someone who\ndoesn't have much experience. +241200 ,,,,,3232080,,主人公,Kiyoshi,,,,,,,,,,,,"I'm really glad to be a fan of yours, Tenka- chan. Thank you\nso much." +241300 ,,,,,3232080,,甜花,Tenka,306_TC03b_t_115.wav,tenka,,0,,,,,,,,... +241400 ,,,,,3232080,,,,,,,,,,,,,,,"But well, when I say things like this, Tenka- chan gets\nhappy." +241500 ,$event_return,,,,,,,,,,,,,,,,,,, +241700 ,,,,9000,,,,,,,,,,,,,,,,"After that, I took Tenka-chan, covered in white fluid, to\nthe bathroom and gave her a shower." +241800 ,$go join_1,,,,,,,,,,,,,,,,,,,■To the meeting +241900 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ACover her whole body +242000 ,,,,,3232060,,,,,,,,,,,,,,,"My cock thrust into her mouth, opened as wide as possible.\nSaliva overflowed from the gaps like lubricant." +242100 ,,,,,3232060,,,,,,,,,,,,,,,"She seems to be struggling a bit, maybe I should pull out." +242200 ,,,,,3232060,,,,,,,,,,,,,,,"That's one reason, but honestly, I had a bit of a\ncompetitive spirit." +242300 ,,,,,3232060,,,,,,,,,,,,,,,The lolicon friends from earlier... I wanted to overwrite\ntheir semen with mine! +242400 ,,,,,3232060,,,,,,,,,,,,,,,I was overflowing with that desire. +242500 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to cum! I'm going to cover you, Tenka-chan!" +242600 ,,,,,3232060,,,,,,,,,,,,,,,I repeatedly thrust my cock deep into her throat as if\nsprinting. +242700 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_116.wav,tenka,,0,,,,,,,,Nnguuu!? Hurry up! Nguu! Ngu!? Ngu!? Ngu!? Ngu!? Nguuuu!? +242900 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_117.wav,tenka,,0,,,,,,,,Offh! Please pull out quickly! Nmm!? Nmm!? Nbu!? Nn!? Noe! +243000 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan! Tenka-chan! Nnfu! Nnfu! +243100 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_118.wav,tenka,,0,,,,,,,,Nng nng! Nnfu! +243200 ,,,,,3232060,,,,,,,,,,,,,,,"Ah! It's coming, it's coming! The base is tightening,\nsignaling I'm about to cum!" +243300 ,,,,,3232060,,主人公,Kiyoshi,,,,,,,,,,,,"Nn, it's coming!" +243400 ,,,,,3232060,,,,,,,,,,,,,,,I pull out my cock and get ready in front of Tenka-chan's\nface. +243500 ,,,,,3232060,,甜花,Tenka,306_TC03b_t_119.wav,tenka,,0,,,,,,,,"―Puhah! Ah, your cock is twitching! Ah, fuwah!" +243700 ,,,,,3232081,,,,,,,,,,,,,,,"As I pull out, it thrashes unbelievably and spews out semen." +243800 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_120.wav,tenka,,0,,,,,,,,Abuh! Hep! Hapuu!? Au!? It's hot! +243900 ,,,,,3232081,,,,,,,,,,,,,,,"The amount covers her in white, making her sound like she's\ndrowning." +244000 ,,,,,3232081,,,,,,,,,,,,,,,"―Byub, Byugugu!" +244100 ,,,,,3232081,,,,,,,,,,,,,,,The semen gushes out with such force it seems to make that\nsound. +244200 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_121.wav,tenka,,0,,,,,,,,Auu!? Uuuu! Am I being drowned? +244300 ,,,,,3232081,,,,,,,,,,,,,,,She twitches cutely every time the semen hits her. +244400 ,,,,,3232081,,主人公,Kiyoshi,,,,,,,,,,,,...Phew. +244500 ,,,,,3232081,,,,,,,,,,,,,,,"Finally, my cock is calming down." +244600 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_122.wav,tenka,,0,,,,,,,,Uwaa... It feels like it's going into my nose... I can't\nopen my eyes... +244700 ,,,,,3232081,,,,,,,,,,,,,,,"Her face is covered in semen, and breathing might make her\ninhale it." +244800 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_123.wav,tenka,,0,,,,,,,,Fuwaa... Hahh hahh! Uuu! Wash it off... +244900 ,,,,,3232081,,,,,,,,,,,,,,,...I released so much. +245000 ,,,,,3232081,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, it felt amazing." +245100 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_124.wav,tenka,,0,,,,,,,,Hahh hahh... I was struggling... +245200 ,,,,,3232081,,主人公,Kiyoshi,,,,,,,,,,,,"I didn't expect to get so excited, it's all thanks to Tenka-\nchan's charm." +245300 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_125.wav,tenka,,0,,,,,,,,"I'm glad you got excited, but... being in pain... I don't\nwant that anymore..." +245400 ,,,,,3232081,,,,,,,,,,,,,,,Maybe it was too much to do an imaratio with someone who\ndoesn't have much experience. +245500 ,,,,,3232081,,主人公,Kiyoshi,,,,,,,,,,,,"I'm really glad to be a fan of Tenka-chan, thank you so\nmuch." +245600 ,,,,,3232081,,甜花,Tenka,306_TC03b_t_126.wav,tenka,,0,,,,,,,,... +245700 ,,,,,3232081,,,,,,,,,,,,,,,"But well, when I say things like this, Tenka- chan gets\nhappy." +245800 ,$event_return,,,,,,,,,,,,,,,,,,, +246000 ,,,,9000,,,,,,,,,,,,,,,,"After that, I took Tenka-chan, covered in white fluid, to\nthe bathroom and let her take a shower." +246100 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +246300 ,,,8,32,,,主人公,Kiyoshi,,,,,,,,,,,,Feeling better? +246400 ,,,,,,,甜花,Tenka,306_TC03b_t_127.wav,"tenka,private",,2,,,,,,,,Yeah... +246500 ,,,,,,,,,,tenka,,2,,,,,,,,"Tenka-chan came out of the bath still looking a bit flushed,\nbut much calmer than before." +246600 ,,,,,,,,,,tenka,,2,,,,,,,,I stood up to see Tenka-chan off and moved to the front of\nthe shop. +246700 ,,,,,,,,,,tenka,,2,,,,,,,,"I might have gone a bit too far, so I should try to cheer\nher up a little." +246800 ,,,,,,,主人公,Kiyoshi,,tenka,,2,,,,,,,,"By the way, Tenka-chan. The shop's sales were great today." +246900 ,,,,,,,甜花,Tenka,306_TC03b_t_128.wav,tenka,,3,,,,,,,,Huh? +247000 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,It's because the customers who came to see Tenka-chan's live\nbought a lot. +247100 ,,,,,,,甜花,Tenka,306_TC03b_t_129.wav,tenka,,4,,,,,,,,Huh? Really! +247200 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,I think today's live was really exciting. +247300 ,,,,,,,,,,tenka,,4,,,,,,,,"Well, mostly in a sexual sense though." +247400 ,,,,,,,甜花,Tenka,306_TC03b_t_130.wav,tenka,,21,,,,,,,,Yeah! That's right! +247500 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"If you'd like, could you do it again? There might even be a\nhandshake event, you know." +247600 ,,,,,,,甜花,Tenka,306_TC03b_t_131.wav,tenka,,20,,,,,,,,"Uh... yeah. It was embarrassing, but... I was happy too!" +247700 ,,,,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,"Yeah, thank you." +247800 ,,,,,,,甜花,Tenka,306_TC03b_t_132.wav,tenka,,1,,,,,,,,"Well then, I'm going home now." +247900 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Yeah, be careful on your way back." +248000 ,,,,42,,,,,,,,,,,,,,,,Tenka-chan waved goodbye energetically and ran home. +248100 ,,,,,,,,,,,,,,,,,,,,"...Even after such a performance, she's full of energy." +248200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Still... +248300 ,,,,,,,,,,,,,,,,,,,,Embarrassed but happy... Could it be that Tenka-chan likes\nbeing watched? +248400 ,,,0,9000,,,,,,,,,,,,,,,, +248600 ,@307_TC04a,,,,,,,,,,,,,,,,,,, +248900 ,,,5,21,,,主人公,Kiyoshi,,,,,,,,,,,,Ah~... It's hot today too~ +249000 ,,,,,,,,,,,,,,,,,,,,"In the sweltering heat, I prepare to open the shop as usual." +249100 ,,,,,,,,,,,,,,,,,,,,I put my hand on the shutter and try to lift it up. +249200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hot! +249300 ,,,,,,,,,,,,,,,,,,,,The shutter had become like a scorching hot iron plate. +249400 ,,,,,,,,,,,,,,,,,,,,...I could probably fry an egg on it. +249500 ,,,,,,,,,,,,,,,,,,,,"As I finish raising the shutter, I marvel at how amazing\nkids are to run around in this heat." +249600 ,,,,,,,,,,,,,,,,,,,, +249700 ,,,,11,,,,,,,,,,,,,,,,"The opening time of a candy shop is pretty flexible, but\nTenka-chan comes to practice in the morning," +249800 ,,,,,,,,,,,,,,,,,,,,so I have to open it up for her by then. +249900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Phew +250000 ,,,,,,,,,,,,,,,,,,,,"Even so, Tenka-chan is really dedicated to her practice." +250100 ,,,,,,,,,,,,,,,,,,,,"After that live performance the other night, I thought maybe\nwe overdid it... but that wasn't the case." +250400 ,,"",,,,,,,,,,,,,,,,,, +250500 ,,,7,11,,,主人公,Kiyoshi,,,,,,,,,,,,"...Tenka-chan, she's late today." +250600 ,,,,,,,,,,,,,,,,,,,,The day after Tenka-chan's debut live. +250700 ,,,,,,,,,,,,,,,,,,,,Quite some time has passed since I opened the shop... +250800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...She's not coming. +250900 ,,,,,,,,,,,,,,,,,,,,Tenka-chan is coming later than usual. +251000 ,,,,,,,,,,,,,,,,,,,,"Normally, she'd be practicing by now." +251100 ,,,,,,,,,,,,,,,,,,,,...Maybe she realized something was off after going back\nhome. +251200 ,,,,,,,,,,,,,,,,,,,,"It's one thing to play pranks, but we did something\nflashy..." +251300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Is she okay? Did we get found out and reported...? +251400 ,,,,,,,,,,,,,,,,,,,,Just when things were getting good and she was starting to\nlet me do naughty things! +251500 ,,,,,,,,,,,,,,,,,,,,"If I get caught, it'll all be for nothing!" +251600 ,,,,,,,,,,,,,,,,,,,,I should have been more careful... +251700 ,,,,,,,甜花,Tenka,307_TC04a_t_000.wav,"tenka,privateB",,12,,,,,,,,"Huff, huff... Uncle, good morning!" +251800 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,T-Tenka-chan!? G-Good morning! +251900 ,,,,,,,甜花,Tenka,307_TC04a_t_001.wav,tenka,,1,,,,,,,,Yeah! +252000 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,Um... you're a bit late today. +252100 ,,,,,,,甜花,Tenka,307_TC04a_t_002.wav,tenka,,34,,,,,,,,"I wanted to come earlier, but I overslept because I was\ntired from the live." +252200 ,,,,,,,,,,tenka,,34,,,,,,,,"Ah, I see... that's what happened." +252300 ,,,,,,,,,,tenka,,34,,,,,,,,Phew... that's a relief. +252400 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"Then maybe you should have taken today off? Practicing the\nday after a live show must be tough, right?" +252500 ,,,,,,,甜花,Tenka,307_TC04a_t_003.wav,tenka,,7,,,,,,,,"Nope. Yesterday felt really good, so I want to practice\nwhile it's still fresh." +252600 ,,,,,,,主人公,Kiyoshi,,tenka,,7,,,,,,,,"I see, let's do our best, Tenka-chan!" +252700 ,,,,,,,甜花,Tenka,307_TC04a_t_004.wav,tenka,,1,,,,,,,,Yeah! +252900 ,,,5,11,,,,,,,,,,,,,,,,"And so, without any particular worries, the usual days of\npractice began." +253000 ,,,,,,,,,,,,,,,,,,,,There was really nothing to worry about. +253100 ,,,,,,,,,,,,,,,,,,,,"There wasn't, but..." +253200 ,,,,,,,,,,,,,,,,,,,,"From that day on, her dance felt somehow different..." +253300 ,,,,,,,,,,,,,,,,,,,,How should I put it― +253400 ,,,4,,,,甜花,Tenka,307_TC04a_t_005.wav,"tenka,privateC",,20,,,,,,,,"Uncle, good morning!" +253500 ,,,,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,"Oh!? Good morning, Tenka-chan." +253600 ,,,,,,,甜花,Tenka,307_TC04a_t_006.wav,tenka,,3,,,,,,,,...? What's up? You seemed spaced out. +253700 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Ah, I was just lost in thought." +253800 ,,,,,,,甜花,Tenka,307_TC04a_t_007.wav,tenka,,14,,,,,,,,I thought you had heatstroke. +253900 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,"I'm fine. It's hot, so make sure you stay hydrated during\npractice, Tenka-chan." +254000 ,,,,,,,甜花,Tenka,307_TC04a_t_008.wav,tenka,,1,,,,,,,,Okay! +254100 ,,,,,,,甜花,Tenka,307_TC04a_t_009.wav,tenka,,27,,,,,,,,"Well then, I'll do my best in practice today too!" +254200 ,,,,,,,主人公,Kiyoshi,,tenka,,27,,,,,,,,"Yeah, keep it up!" +254300 ,,,,,,,甜花,Tenka,307_TC04a_t_010.wav,tenka,,0,,,,,,,,"Alright, I'm heading inside." +254400 ,,,,,,,,,,,,,,,,,,,,Tenka-chan pattered her feet as she entered the store. +254500 ,,,,,,,,,,,,,,,,,,,,"Hmm, she's energetic despite the heat." +254700 ,,,,,,,,,,,,,,,,,,,,"Now, I got distracted when she showed up, but as for how her\ndance has changed..." +254900 ,,,,,3130000,,甜花,Tenka,307_TC04a_t_011.wav,tenka,,0,,,,,,,,"Haa... haa... Uncle, how was it?" +255000 ,,,,,3130000,,,,,,,,,,,,,,,"Tenka-chan danced with her usual big leg lifts, making her\npanties completely visible." +255100 ,,,,,3130000,,,,,,,,,,,,,,,"Yeah, as always, nice panties." +255200 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I think it's really good." +255300 ,,,,,3130000,,甜花,Tenka,307_TC04a_t_012.wav,tenka,,0,,,,,,,,Yay! I got praised! +255400 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,...... +255500 ,,,,,3130000,,甜花,Tenka,307_TC04a_t_013.wav,tenka,,0,,,,,,,,"Then, how about doing it like this here!" +255600 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,Oh! +255700 ,,,,,3130000,,,,,,,,,,,,,,,"This time, she moved her legs more when lifting them,\ndancing in a way that made her underwear even more visible." +255800 ,,,,,3130000,,,,,,,,,,,,,,,"Hmm, even though she's so small, there's a hint of allure\npeeking through." +255900 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"...Hey, that's not part of the choreography." +256000 ,,,,,3130000,,甜花,Tenka,307_TC04a_t_014.wav,tenka,,0,,,,,,,,"Ehehe, is that a no?" +256100 ,,,,,3130000,,,,,,,,,,,,,,,I wonder what's up? +256200 ,,,,,3130000,,,,,,,,,,,,,,,Maybe she's gotten a bit bolder after experiencing the live\nshow? +256300 ,,,,,3130000,,,,,,,,,,,,,,,"Yes, ever since the day after that live show, there's been\nsomething different about her dancing." +256400 ,,,,,3130000,,,,,,,,,,,,,,,It's like she no longer hesitates to show her panties. +256500 ,,,,,3130000,,,,,,,,,,,,,,,"Hmm, dancing without being embarrassed about it, she's\nreally growing as an idol." +256600 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, it's about time for the two of them to arrive, isn't it?" +256700 ,,,,,3130000,,甜花,Tenka,307_TC04a_t_015.wav,tenka,,0,,,,,,,,"Huh? Oh, you're right." +256800 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,Shall we call it a day for practice then? +256900 ,,,,,3130000,,甜花,Tenka,307_TC04a_t_016.wav,tenka,,0,,,,,,,,Yeah! +257200 ,,,6,21,,,千恵,Chie,307_TC04a_c_000.wav,"komako,private",,1,"chie,privateB",,1,,,,,"Hey there, Kiyoshi-chan! Good morning!" +257300 ,,,,,,,コマコ,Komako,307_TC04a_k_000.wav,komako,,1,chie,,1,,,,,Good morning. +257400 ,,,,,,,,,,komako,,1,chie,,1,,,,,"Speak of the devil, Chie-chan and Komako-chan came running\nover." +257500 ,,,,,,,主人公,Kiyoshi,,komako,,1,chie,,1,,,,,"Hey, good morning to both of you." +257600 ,,,,,,,千恵,Chie,307_TC04a_c_001.wav,,,,chie,,4,,,,,"Oh, Tenka-chan, good morning! You're already here!" +257700 ,,,,,,,甜花,Tenka,307_TC04a_t_017.wav,,,,chie,,4,tenka,,0,,"Yeah, good morning. I had a little errand to run." +257800 ,,,,,,,千恵,Chie,307_TC04a_c_002.wav,,,,chie,,3,tenka,,0,,An errand? Did you buy something? What did you buy? Show\nChie-chan too! +257900 ,,,,,,,甜花,Tenka,307_TC04a_t_018.wav,,,,chie,,3,tenka,,3,,"I didn't buy anything. I just had a little errand, that's\nall." +258000 ,,,,,,,千恵,Chie,307_TC04a_c_003.wav,,,,chie,,23,tenka,,3,,You had an errand at a store but didn't buy anything? +258100 ,,,,,,,甜花,Tenka,307_TC04a_t_019.wav,,,,chie,,23,tenka,,13,,"I-it's fine, isn't it? I just had a little business with the\nold man." +258200 ,,,,,,,千恵,Chie,307_TC04a_c_004.wav,,,,chie,,1,tenka,,13,,"Oh, I see!" +258300 ,,,,,,,コマコ,Komako,307_TC04a_k_001.wav,komako,,7,,,,tenka,,13,,Having business with the old man... I can't imagine what\nthat would be. +258400 ,,,,,,,,,,,,,,,,,,,,"Ouch, that stings..." +258500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, well, then all three of you, please help out today\ntoo." +258600 ,,,,,,,,,,,,,,,,,,,,The three of them cheerfully responded and went into the\nstore. +258800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +258900 ,,,,,,,,,,,,,,,,,,,,"After a while, when I looked inside the store, Chie-chan and\nKomako-chan were cleaning, and Tenka-chan seemed to be\nstruggling to keep up, working slowly." +259000 ,,,,,,,甜花,Tenka,307_TC04a_t_020.wav,,,,,,,tenka,,12,,"Hey, you two are too fast~" +259100 ,,,,,,,コマコ,Komako,307_TC04a_k_002.wav,komako,,3,,,,tenka,,12,,...Are you okay? +259200 ,,,,,,,甜花,Tenka,307_TC04a_t_021.wav,komako,,3,,,,tenka,,34,,"Y-yeah, I'm okay..." +259300 ,,,,,,,千恵,Chie,307_TC04a_c_005.wav,,,,chie,,5,tenka,,34,,You don't look very okay though. +259400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,tenka,,34,,"Huh? Tenka-chan, are you not feeling well?" +259500 ,,,,,,,甜花,Tenka,307_TC04a_t_022.wav,,,,chie,,5,tenka,,15,,"Eh? Uh, well..." +259600 ,,,,,,,千恵,Chie,307_TC04a_c_006.wav,,,,chie,,23,tenka,,15,,"Tenka-chan was exercising earlier, so she's just thirsty." +259700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,tenka,,15,,"Oh? Ah, I see." +259800 ,,,,,,,,,,,,,,,,,,,,"Right after practice, Chie-chan and the others came, so she\nhadn't had anything to drink." +259900 ,,,,,,,,,,,,,,,,,,,,I just told them to stay hydrated frequently. +260000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Moving that slowly doesn't look okay, you know?" +260100 ,,,,,,,コマコ,Komako,307_TC04a_k_003.wav,komako,,14,,,,,,,,Like an old man... +260200 ,,,,,,,千恵,Chie,307_TC04a_c_007.wav,,,,chie,,1,,,,,"Really, like an old man~" +260300 ,,,,,,,甜花,Tenka,307_TC04a_t_023.wav,,,,,,,tenka,,12,,Ehh... +260400 ,,,,,,,,,,,,,,,,tenka,,12,,Ehh... that feels incredibly rude to me. +260500 ,,,,,,,コマコ,Komako,307_TC04a_k_004.wav,komako,,1,,,,,,,,Matching with the old man. +260600 ,,,,,,,甜花,Tenka,307_TC04a_t_024.wav,,,,,,,tenka,,30,,Stop it! It's not like I want to be like an old man! +260700 ,,,,,,,,,,,,,,,,tenka,,30,,"That's harsh, I didn't become an old man because I wanted to\neither." +260800 ,,,,,,,千恵,Chie,307_TC04a_c_008.wav,,,,chie,,3,tenka,,30,,"But you know, she won't tell us what kind of exercise she\ndid." +260900 ,,,,,,,千恵,Chie,307_TC04a_c_009.wav,,,,chie,,23,tenka,,30,,Hey~ Tenka-chan. Tell us what you were playing with~ +261000 ,,,,,,,甜花,Tenka,307_TC04a_t_025.wav,,,,chie,,23,tenka,,10,,"No, I won't tell Chii. And it wasn't playing, it was\npractice." +261100 ,,,,,,,千恵,Chie,307_TC04a_c_010.wav,,,,chie,,3,tenka,,10,,What kind of practice? +261200 ,,,,,,,甜花,Tenka,307_TC04a_t_026.wav,,,,chie,,3,tenka,,35,,I won't tell. +261300 ,,,,,,,千恵,Chie,307_TC04a_c_011.wav,,,,chie,,24,tenka,,35,,Ehh~... Then tell Komako-chan. I'll just hear it from her.\nOkay? +261400 ,,,,,,,コマコ,Komako,307_TC04a_k_005.wav,komako,,7,,,,tenka,,35,,"Yeah, I'll tell her." +261500 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,tenka,,35,,"That just means more people will know, right?" +261600 ,,,,,,,甜花,Tenka,307_TC04a_t_027.wav,komako,,7,,,,tenka,,30,,Then I won't tell even more! +261700 ,,,,,,,千恵,Chie,307_TC04a_c_012.wav,,,,chie,,29,tenka,,30,,"Ehh~... Tenka-chan, you're so stingy." +261800 ,,,,,,,,,,,,,,,,,,,,"I was a bit worried when her dance changed, but it seems\nlike Tenka-chan is the same as always." +261900 ,,,,,,,,,,,,,,,,,,,,"When I happened to meet Tenka-chan's eyes, she signaled with\nher gaze, ""It's a secret." +262000 ,,,,,,,,,,,,,,,,,,,,...I kind of like this sort of thing. +262100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"More importantly, Tenka-chan. It's dangerous if you\ncollapse, so go drink some water in your room." +262200 ,,,,,,,甜花,Tenka,307_TC04a_t_029.wav,,,,,,,tenka,,3,,Is it okay when you two are cleaning? +262300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"It's totally fine. Right, you two?" +262400 ,,,,,,,コマコ,Komako,307_TC04a_k_006.wav,komako,,1,,,,tenka,,3,,Yeah. +262500 ,,,,,,,千恵,Chie,307_TC04a_c_013.wav,,,,chie,,1,tenka,,3,,Of course. +262600 ,,,,,,,甜花,Tenka,307_TC04a_t_030.wav,,,,chie,,1,tenka,,12,,...Then just for a bit. +262700 ,,,,,,,,,,,,,chie,,1,tenka,,12,,"Saying that, Tenka-chan headed towards the room." +263000 ,,,8,23,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... It's about time to close up shop for today. +263100 ,,,,,,,,,,,,,,,,,,,,The three helpers finished their time and went home for the\nday. +263200 ,,,,,,,,,,,,,,,,,,,,I should lower the shutter and head back to my room too. +263400 ,,,,43,,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +263500 ,,,,,,,,,,,,,,,,,,,,"When I returned to the room, there was an unfamiliar\nsmartphone lying there." +263600 ,,,,,,,,,,,,,,,,,,,,"It's not mine, and with this cute decoration, it must be\nTenka-chan's." +263700 ,,,,,,,,,,,,,,,,,,,,"No one else has one like this, so it must be hers." +263800 ,,,,,,,,,,,,,,,,,,,,She probably forgot it when she came to drink water. +263900 ,,,,,,,,,,,,,,,,,,,,I should check the contents just in case. +264000 ,,,,,,,,,,,,,,,,,,,,I unlocked the phone's sleep mode and looked at the screen. +264100 ,,,,,,,,,,,,,,,,,,,,"There was no password, and the last used app was displayed\non the screen." +264200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? Is this that app? +264300 ,,,,,,,,,,,,,,,,,,,,It's an app where you can post short messages online. +264400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan was doing this too... She could have told me. +264500 ,,,15,,,,,,,,,,,,,,,,,"It's a good opportunity, maybe I'll take a look." +264600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Let's see, the first post is..." +264700 ,,,,,,,,,,,,,,,,,,,,"It seems she started recently, not much time has passed." +264800 ,,,,,,,,,,,,,,,,,,,,"The first few posts were like a diary, talking about what\nshe ate or played, just trivial things." +264900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, it's a picture of Chie-chan and Komako- chan." +265000 ,,,,,,,,,,,,,,,,,,,,"Their faces aren't shown, but two girls are pictured with\nsome snacks." +265100 ,,,,,,,,,,,,,,,,,,,,This is definitely Tenka-chan's phone. +265200 ,,,,,,,,,,,,,,,,,,,,"There were also posts about lessons, being happy about her\nown song, and various other things." +265300 ,,,,,,,,,,,,,,,,,,,,But. +265400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? +265500 ,,,,,,,,,,,,,,,,,,,,"Actually, the other day, I had sex with my boyfriend. It was\nmy first time, but he was really cute, trying so hard." +265600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,What? +265700 ,,,,,,,,,,,,,,,,,,,,That's what it said. +265800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,W-Wait a minute! +265900 ,,,,,,,,,,,,,,,,,,,,What!? Tenka-chan had sex? And a boyfriend!? +266000 ,,,,,,,,,,,,,,,,,,,,"Since when!? Ahhh, who is the guy!? Who is he!?" +266100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Damn it! +266200 ,,,,,,,,,,,,,,,,,,,,To have her first time taken! What a netorare! +266300 ,,,,,,,,,,,,,,,,,,,,Even though I settled for anal! +266400 ,,,,,,,,,,,,,,,,,,,,"For now, let's keep reading." +266500 ,,,,,,,,,,,,,,,,,,,,"The other day, my boyfriend gave me a breast massage, and\nthey got a little bigger. If it reaches 100 RTs, I might\nupload a picture." +266600 ,,,,,,,,,,,,,,,,,,,,"A breast massage for Tenka-chan!? If she asked, I would do\nit!" +266700 ,,,,,,,,,,,,,,,,,,,,Is there such a lucky guy out there! +266800 ,,,,,,,,,,,,,,,,,,,,"And this tweet easily surpassed 100 RTs, and a picture of\nher cleavage with her nipples hidden was uploaded." +266900 ,,,,,,,,,,,,,,,,,,,,"Well, it wasn't much of a cleavage though." +267000 ,,,,,,,,,,,,,,,,,,,,Let's keep looking. +267100 ,,,,,,,,,,,,,,,,,,,,"When I licked my boyfriend's dick, he got so excited that he\npushed it deep into my throat. Even though he's older, he's\nso cute." +267200 ,,,,,,,,,,,,,,,,,,,,"To push it all the way into her throat, damn it! Even that!" +267300 ,,,,,,,,,,,,,,,,,,,,"And then a DM was sent saying, 'Please lick mine too!' with\nan erect dick attached." +267400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... +267500 ,,,,,,,,,,,,,,,,,,,,I really don't want to see something like that. +267600 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan, what are you saving this stuff for?" +267700 ,,,,,,,,,,,,,,,,,,,,"And as I rummage through the image folder, I find several\nsimilar pictures of Tenka-chan." +267800 ,,,,,,,,,,,,,,,,,,,,It seems like they were failed selfies. +267900 ,,,,,,,,,,,,,,,,,,,,"Some had a bit of nipple showing, others had her private\nparts exposed." +268000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,What a waste... I'll copy this data to my phone. +268100 ,,,,,,,,,,,,,,,,,,,,"But Tenka-chan, uploading pictures like this..." +268200 ,,,,,,,,,,,,,,,,,,,,"I once thought she might like being seen, but now I'm almost\ncertain." +268300 ,,,,,,,,,,,,,,,,,,,,Or maybe it's the boyfriend's hobby or something. +268400 ,,,,,,,,,,,,,,,,,,,,"But this boyfriend, he's even making Tenka- chan do throat\npenetration." +268500 ,,,,,,,,,,,,,,,,,,,,It's like he's making her do the same things I did. +268600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +268700 ,,,,,,,,,,,,,,,,,,,,Looking at the date she tweeted about the throat\npenetration... +268800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,The day of the live? +268900 ,,,,,,,,,,,,,,,,,,,,"...Wait, could it be?" +269000 ,,,,,,,,,,,,,,,,,,,,Let's check the next one. +269100 ,,,,,,,,,,,,,,,,,,,,"'The swimsuit my boyfriend made me wear. Ugh, there's almost\nno fabric... I'm so happy my followers are increasing,\nshould I upload it?'" +269200 ,,,,,,,,,,,,,,,,,,,,"And the picture didn't show her face or the important parts,\nbut it was a photo of a swimsuit that barely covered\nanything." +269300 ,,,,,,,,,,,,,,,,,,,,This swimsuit... it's the micro bikini I prepared. +269400 ,,,,,,,,,,,,,,,,,,,,"There were also things like the play I made her do, or\nsexual pranks, written as 'My boyfriend made me do ○○.'" +269500 ,,,,,,,,,,,,,,,,,,,,Which means... +269600 ,,,,,,,,,,,,,,,,,,,,This boyfriend is me!? +269700 ,,,4,,,,甜花,Tenka,307_TC04a_t_031.wav,tenka,,10,,,,,,,,O-ojisan! +269800 ,,,,,,,主人公,Kiyoshi,,tenka,,10,,,,,,,,Whoa!? +269900 ,,,,,,,,,,tenka,,10,,,,,,,,I was so surprised by the sudden voice that I jumped. +270000 ,,,,,,,,,,tenka,,10,,,,,,,,"Wait, why is Tenka-chan here when she should have gone\nhome!?" +270100 ,,,,,,,甜花,Tenka,307_TC04a_t_032.wav,tenka,,34,,,,,,,,Huff huff... my phone... I lost my phone! I thought it might\nbe here. +270200 ,,,,,,,,,,tenka,,34,,,,,,,,"Looking closely, she's drenched in sweat and breathing\nheavily." +270300 ,,,,,,,,,,tenka,,34,,,,,,,,It seems she ran all the way here. +270400 ,,,,,,,,,,tenka,,34,,,,,,,,"I see, she came to get her phone." +270500 ,,,,,,,,,,tenka,,34,,,,,,,,"Well, she forgot it, so of course she'd come back." +270600 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"Ah, this is it, right?" +270700 ,,,,,,,甜花,Tenka,307_TC04a_t_033.wav,tenka,,14,,,,,,,,Ah... yes! That's it! I'm so glad it's here. +270800 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,"Haha, you need to be more careful." +270900 ,,,,,,,甜花,Tenka,307_TC04a_t_034.wav,tenka,,1,,,,,,,,"Yeah. Thank you, ojisan." +271000 ,,,,,,,,,,tenka,,1,,,,,,,,"With a relieved expression, Tenka-chan reaches out to take\nher phone from me." +271100 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Here, don't drop it again. There might be things you don't\nwant others to see." +271200 ,,,,,,,,,,tenka,,1,,,,,,,,"As I said that, I deliberately placed it on my palm so the\nscreen was visible." +271300 ,,,,,,,甜花,Tenka,307_TC04a_t_035.wav,tenka,,4,,,,,,,,Eh? ...Ah! +271400 ,,,,,,,,,,tenka,,4,,,,,,,,"Suddenly, she started trembling and looked back and forth\nbetween the screen and my face." +271500 ,,,,,,,甜花,Tenka,307_TC04a_t_036.wav,tenka,,33,,,,,,,,"Uh, um... ojisan..." +271600 ,,,,,,,,,,tenka,,33,,,,,,,,She seems unable to grasp the situation and is flustered. +271700 ,,,,,,,,,,tenka,,33,,,,,,,,"Well, I guess I'll have to help her out by starting the\nconversation." +271800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Tenka-chan. +271900 ,,,,,,,甜花,Tenka,307_TC04a_t_037.wav,tenka,,22,,,,,,,,W-What? +272000 ,,,,,,,,,,tenka,,22,,,,,,,,"She trembled again, such a cute reaction." +272100 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,"Tenka-chan, you're a naughty girl." +272200 ,,,,,,,甜花,Tenka,307_TC04a_t_038.wav,tenka,,13,,,,,,,,W-What do you mean? +272300 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"You went and got a boyfriend and even did naughty things\nwith him without telling your biggest fan, ojisan." +272400 ,,,,,,,甜花,Tenka,307_TC04a_t_039.wav,tenka,,11,,,,,,,,O-Ojisan... did you see it!? +272500 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"Yeah, I didn't know whose phone it was, so I took a peek\ninside." +272600 ,,,,,,,甜花,Tenka,307_TC04a_t_040.wav,tenka,,33,,,,,,,,~~~~~~! +272700 ,,,,,,,,,,tenka,,33,,,,,,,,Tenka-chan's face turned bright red. +272800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Then I saw things like you did naughty stuff with your\nboyfriend and even gave him a blowjob. +272900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,I wonder who that's about? +273000 ,,,,,,,,,,tenka,,33,,,,,,,,"Of course, I know she's talking about me." +273100 ,,,,,,,,,,tenka,,33,,,,,,,,That's why it's so fun to tease her. It makes me want to\nmess with her a little. +273200 ,,,,,,,甜花,Tenka,307_TC04a_t_041.wav,tenka,,26,,,,,,,,W-Well... um... I don't want to say... +273300 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"Oh, as your fan, I'm shocked." +273400 ,,,,,,,甜花,Tenka,307_TC04a_t_042.wav,tenka,,16,,,,,,,,Ugh. +273500 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,"At this rate, I might not be able to stay your fan." +273600 ,,,,,,,甜花,Tenka,307_TC04a_t_043.wav,tenka,,24,,,,,,,,What!? +273700 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,"You licked your boyfriend's dick, right?" +273800 ,,,,,,,甜花,Tenka,307_TC04a_t_044.wav,tenka,,33,,,,,,,,Uh... maybe I didn't after all... +273900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,So you wrote a lie here? That's shocking too... +274000 ,,,,,,,甜花,Tenka,307_TC04a_t_045.wav,tenka,,16,,,,,,,,...I'm sorry. +274100 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,Tenka-chan. +274200 ,,,,,,,甜花,Tenka,307_TC04a_t_046.wav,tenka,,24,,,,,,,,Y-Yes! +274300 ,,,,,,,,,,tenka,,24,,,,,,,,"Like a child, she trembled slightly." +274400 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,"Lying is bad, you know? I don't want to be a fan of a lying\ngirl." +274500 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,Tenka-chan... what's the truth? +274600 ,,,,,,,甜花,Tenka,307_TC04a_t_047.wav,tenka,,16,,,,,,,,... +274700 ,,,,,,,甜花,Tenka,307_TC04a_t_048.wav,tenka,,33,,,,,,,,Um... I... I licked it. My boyfriend's dick... I licked it. +274800 ,,,,,,,,,,tenka,,33,,,,,,,,A shiver ran through my crotch and body. +274900 ,,,,,,,,,,tenka,,33,,,,,,,,Seeing a strong-willed girl cornered is really something. +275000 ,,,,,,,甜花,Tenka,307_TC04a_t_049.wav,tenka,,36,,,,,,,,So... it's not a lie. +275100 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"Then, as it says, you also had sex with your boyfriend,\nright? Who is your boyfriend? Is it someone I know?" +275200 ,,,,,,,甜花,Tenka,307_TC04a_t_050.wav,tenka,,33,,,,,,,,Well... +275300 ,,,,,,,,,,tenka,,33,,,,,,,,"Tenka-chan was trembling, perhaps from embarrassment." +275400 ,,,,,,,,,,tenka,,33,,,,,,,,"In this situation, she has no choice but to say it." +275500 ,,,,,,,甜花,Tenka,307_TC04a_t_051.wav,"tenkaL,privateC",,13,,,,,,,,"U-Um... it's about you, uncle..." +275600 ,,,,,,,主人公,Kiyoshi,,tenkaL,,13,,,,,,,,Hmm? +275700 ,,,,,,,,,,tenkaL,,13,,,,,,,,"Tenka-chan turned her gaze away, her ears turning bright red\nas she spoke." +275800 ,,,,,,,甜花,Tenka,307_TC04a_t_052.wav,tenkaL,,33,,,,,,,,"When I say boyfriend... I mean you, uncle..." +275900 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Finally, those words came out of Tenka-chan's mouth!" +276000 ,,,,,,,,,,tenkaL,,33,,,,,,,,Hehehe! Now I can legally do all sorts of naughty things! +276100 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Hmm... is it legal? Well, whatever!" +276200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,Is that so? +276300 ,,,,,,,甜花,Tenka,307_TC04a_t_053.wav,tenkaL,,26,,,,,,,,"The swimsuit you gave me... licking your dick... the breast\nmassage... it was all with you, uncle." +276400 ,,,,,,,甜花,Tenka,307_TC04a_t_054.wav,tenka,,16,,,,,,,,...A-Are you mad? +276500 ,,,,,,,,,,tenka,,16,,,,,,,,Tenka-chan looked at me with a bright red face and teary\neyes. +276600 ,,,,,,,,,,tenka,,16,,,,,,,,"Now, what should I do?" +276700 ,,,,,,,,,,tenka,,16,,,,,,,,"If I pretend to be angry, I might be able to have some\nintense fun under the guise of punishment..." +276800 ,,,,,,,,,,tenka,,16,,,,,,,,"But she might think I've stopped being a fan, and she might\nbe too scared to come back." +276900 ,,,,,,,,,,tenka,,16,,,,,,,,"Of course, I love Tenka-chan too, so here..." +277000 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,"No, I'm not mad." +277100 ,,,,,,,甜花,Tenka,307_TC04a_t_055.wav,tenka,,14,,,,,,,,...Phew. +277200 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,"In fact, I'm happy. I get to be Tenka-chan's boyfriend." +277300 ,,,,,,,甜花,Tenka,307_TC04a_t_056.wav,tenka,,13,,,,,,,,I-Is that so? +277400 ,,,,,,,,,,tenka,,13,,,,,,,,"She turned to the side with a cute smile, not entirely\ndispleased." +277500 ,,,,,,,甜花,Tenka,307_TC04a_t_057.wav,tenka,,2,,,,,,,,"Then, from now on, you and I are... w-we're lovers..." +277600 ,,,,,,,,,,tenka,,2,,,,,,,,"...Ah, having a girlfriend this young, I'm glad I quit my\njob and started a candy store!" +277700 ,,,,,,,,,,tenka,,2,,,,,,,,"But as an adult, I need to stay calm here." +277800 ,,,,,,,主人公,Kiyoshi,,tenka,,2,,,,,,,,"But, Tenka-chan. You need to apologize properly." +277900 ,,,,,,,甜花,Tenka,307_TC04a_t_058.wav,tenka,,4,,,,,,,,Huh? +278000 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"You can't just leave your followers with a lie, right?" +278100 ,,,,,,,甜花,Tenka,307_TC04a_t_059.wav,tenka,,34,,,,,,,,Ah... +278200 ,,,,,,,甜花,Tenka,307_TC04a_t_060.wav,tenka,,34,,,,,,,,...I'm sorry. +278300 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"Yes, let's make sure to tell your followers that, okay?" +278400 ,,,,,,,甜花,Tenka,307_TC04a_t_061.wav,tenka,,14,,,,,,,,Yeah... I wonder if they'll forgive me. +278500 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,"Hmm, how about we do this?" +278600 ,,,,,,,甜花,Tenka,307_TC04a_t_062.wav,tenka,,3,,,,,,,,...? +278700 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,How about we stream us having sex and apologize that way? +278800 ,,,,,,,甜花,Tenka,307_TC04a_t_063.wav,tenkaL,,4,,,,,,,,Wha? Nooooooo~~~~~~! +278900 ,,,,,,,,,,tenkaL,,4,,,,,,,,"Tenka-chan, who was looking blankly, widened her eyes in\nshock." +279000 ,,,,,,,甜花,Tenka,307_TC04a_t_064.wav,tenka,,10,,,,,,,,T-That's impossible! I absolutely won't do it! +279100 ,,,,,,,主人公,Kiyoshi,,tenka,,10,,,,,,,,"But you have to apologize properly, right?" +279200 ,,,,,,,甜花,Tenka,307_TC04a_t_065.wav,tenka,,30,,,,,,,,"But even if we do that, it won't count as an apology!" +279300 ,,,,,,,甜花,Tenka,307_TC04a_t_066.wav,tenka,,30,,,,,,,,I absolutely refuse to do something lewd in front of\neveryone! +279400 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,Oh? Do you really hate it that much? +279500 ,,,,,,,甜花,Tenka,307_TC04a_t_067.wav,tenka,,10,,,,,,,,N-No! +279600 ,,,,,,,主人公,Kiyoshi,,tenka,,10,,,,,,,,"But you uploaded lewd pictures online, didn't you? Maybe you\nactually like being seen?" +279700 ,,,,,,,甜花,Tenka,307_TC04a_t_068.wav,tenka,,34,,,,,,,,Th-That's not it! It's... um... +279800 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"Your dad and mom would be shocked, wouldn't they? If they\nfound out their beloved child likes being seen and uploaded\nlewd pictures." +279900 ,,,,,,,甜花,Tenka,307_TC04a_t_069.wav,tenka,,9,,,,,,,,"―! Uncle, are you going to tell Dad and Mom?" +280000 ,,,,,,,主人公,Kiyoshi,,tenka,,9,,,,,,,,Of course. You lied to so many people and haven't apologized\nat all. +280100 ,,,,,,,主人公,Kiyoshi,,tenka,,9,,,,,,,,"As an adult in the community, I have to report the bad\nthings a child has done." +280200 ,,,,,,,甜花,Tenka,307_TC04a_t_070.wav,tenka,,8,,,,,,,,B-But... if you do that... I'll get scolded... ugh... +280300 ,,,,,,,,,,tenka,,8,,,,,,,,Smart Tenka-chan probably understands the situation\nsomewhat. +280400 ,,,,,,,,,,tenka,,8,,,,,,,,"If her parents find out, she'll be scolded, have her phone\ntaken away, and her idol dreams will be crushed." +280500 ,,,,,,,,,,tenka,,8,,,,,,,,"Even if she tries to be an idol secretly, she won't have any\nsupporters if she doesn't listen to me." +280600 ,,,,,,,,,,tenka,,8,,,,,,,,She won't be able to contact her friends from her previous\nschool or do what she wants. +280700 ,,,,,,,,,,tenka,,8,,,,,,,,"Nothing will be left. The lessons from the past few days,\nthe live performances, and all the lewd things she's endured\nwill be for nothing." +280800 ,,,,,,,甜花,Tenka,307_TC04a_t_071.wav,tenka,,28,,,,,,,,...Uncle... please don't tell them. +280900 ,,,,,,,主人公,Kiyoshi,,tenka,,28,,,,,,,,...... +281000 ,,,,,,,甜花,Tenka,307_TC04a_t_072.wav,tenka,,28,,,,,,,,I'm... begging you. +281100 ,,,,,,,,,,tenka,,28,,,,,,,,"With teary eyes, she looks at me as if clinging for help." +281200 ,,,,,,,,,,tenka,,28,,,,,,,,"Hehe, seeing strong-willed Tenka-chan with such a weak\nexpression... even though we're having a serious\nconversation, it's exciting." +281300 ,,,,,,,主人公,Kiyoshi,,tenka,,28,,,,,,,,...Can you apologize to everyone like I mentioned earlier? +281400 ,,,,,,,甜花,Tenka,307_TC04a_t_073.wav,tenka,,8,,,,,,,,... +281500 ,,,,,,,甜花,Tenka,307_TC04a_t_074.wav,tenka,,8,,,,,,,,...Yeah. +281600 ,,,,,,,主人公,Kiyoshi,,tenka,,8,,,,,,,,"Good, good, Tenka-chan is a good girl. Let's make sure to\napologize to everyone, okay?" +281700 ,,,,,,,甜花,Tenka,307_TC04a_t_075.wav,tenka,,8,,,,,,,,...Yeah. +281800 ,,,,,,,主人公,Kiyoshi,,tenka,,8,,,,,,,,"Alright! Since you're going to apologize properly, I'll keep\nit a secret from your mom and dad!" +281900 ,,,,,,,甜花,Tenka,307_TC04a_t_076.wav,tenka,,6,,,,,,,,"Th-Thank you, Uncle." +282000 ,,,,,,,,,,tenka,,6,,,,,,,,I placed my hand on Tenka-chan's head and gently patted her\nlike a good girl. +282100 ,,,,,,,,,,tenka,,6,,,,,,,,"Perhaps relieved that her parents won't be informed, she let\nherself be patted with a relaxed expression." +282200 ,,,,,,,主人公,Kiyoshi,,tenka,,6,,,,,,,,Hehehe... +282400 ,,,15,33,,,,,,,,,,,,,,,,"I've become her boyfriend, taken her virginity, and now I\nhave leverage over her. She's completely under my control." +282500 ,,,,,,,,,,,,,,,,,,,,Then I asked Tenka-chan to post this online for me. +282600 ,,,,,,,,,,,,,,,,,,,,[Announcement] Live broadcast starting at 10 AM tomorrow...\nit says. +282700 ,,,,,,,,,,,,,,,,,,,,A live sex broadcast... I'm looking forward to it. +282800 ,,,0,9000,,,,,,,,,,,,,,,, +283000 ,@308_TC04b,,,,,,,,,,,,,,,,,,, +283300 ,,,,,,,,,,,,,,,,,,,, +283400 ,,,15,111,,,主人公,Kiyoshi,,,,,,,,,,,,...Well then. +283500 ,,,,,,,,,,,,,,,,,,,,I stepped outside the store to check if the shutter was\nproperly closed. +283600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, it's fine. It won't open from the outside." +283700 ,,,,,,,,,,,,,,,,,,,,Then I put up a notice on the shutter. It reads... +283800 ,,,,,,,,,,,,,,,,,,,,"'Due to urgent matters, we are out today. We sincerely\napologize, but we will open in the afternoon. -The Owner'" +283900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, that's done." +284000 ,,,,,,,,,,,,,,,,,,,,"If I don't put up a notice like this, people might come to\nthe house looking for us." +284100 ,,,,,,,,,,,,,,,,,,,,"Today, I can't afford to be interrupted by anyone." +284200 ,,,,,,,,,,,,,,,,,,,,"After all, it's my first time having sex with Tenka-chan,\nand there's the bonus of streaming it." +284300 ,,,,,,,,,,,,,,,,,,,,It was really tough holding back from masturbating since\nlast night. But it would be embarrassing if I couldn't get\nit up during the live broadcast. +284400 ,,,,,,,,,,,,,,,,,,,,"Hehe, I'm going to unleash all this pent-up energy on Tenka-\nchan." +284500 ,,,,,,,,,,,,,,,,,,,,"Should it be inside? Or outside? Hmm, since it's a live\nbroadcast, maybe I should ask the viewers." +284600 ,,"",,,,,主人公,Kiyoshi,,,,,,,,,,,,"Oops, it's almost time..." +284800 ,,,,33,,,,,,,,,,,,,,,,"I return to the room, boot up the computer, and do a final\ncheck on the camera." +284900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I wonder if this angle won't show our faces? Come here,\nTenka-chan." +285000 ,,,,,,,甜花,Tenka,308_TC04b_t_000.wav,"tenka,privateC",,13,,,,,,,,Uh... okay. +285100 ,,,,,,,,,,tenka,,13,,,,,,,,"With a nervous expression, Tenka-chan timidly appears in\nfront of the camera." +285200 ,,,,,,,甜花,Tenka,308_TC04b_t_001.wav,tenka,,33,,,,,,,,"...It's not showing yet, right?" +285300 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Yeah, it's fine." +285400 ,,,,,,,甜花,Tenka,308_TC04b_t_002.wav,tenka,,33,,,,,,,,... +285500 ,,,,,,,,,,tenka,,33,,,,,,,,"She seems really nervous, not saying much." +285600 ,,,,,,,,,,tenka,,33,,,,,,,,"I wonder if she's nervous about her first time or about\nbeing watched by everyone. ...As for me, I'm excited for\nboth reasons." +285700 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,It's almost time. +285800 ,,,,,,,甜花,Tenka,308_TC04b_t_003.wav,tenka,,13,,,,,,,,...Yeah. +285900 ,,,,,,,,,,tenka,,13,,,,,,,,Tenka-chan made sure to come to the store before the live\nbroadcast started. +286000 ,,,,,,,,,,tenka,,13,,,,,,,,To be honest... I was kind of thinking that maybe she\nwouldn't come today... +286100 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,I'm glad you came. +286200 ,,,,,,,甜花,Tenka,308_TC04b_t_004.wav,tenka,,16,,,,,,,,"Y-Yeah... I have to apologize properly. I'm an idol, so if I\ndo something wrong, I have to hold an apology event." +286300 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,"Yeah, that's right." +286400 ,,,,,,,,,,tenka,,16,,,,,,,,"After Tenka-chan made that tweet yesterday, she was\nbombarded with questions from several followers." +286500 ,,,,,,,,,,tenka,,16,,,,,,,,What are you doing this time? +286600 ,,,,,,,,,,tenka,,16,,,,,,,,Will it be something sexy again? +286700 ,,,,,,,,,,tenka,,16,,,,,,,,I'm looking forward to it! +286800 ,,,,,,,,,,tenka,,16,,,,,,,,Ranging from gentlemanly comments like these to indecent\nones that can't be spoken aloud. +286900 ,,,,,,,,,,tenka,,16,,,,,,,,I'm not the only one looking forward to it. I have to convey\nTenka-chan's charm to everyone on the other side of the\nscreen. +287000 ,,,,,,,,,,tenka,,16,,,,,,,,"Alright, this old man has to do his best." +287100 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,Shall we start soon? +287200 ,,,,,,,甜花,Tenka,308_TC04b_t_005.wav,tenka,,36,,,,,,,,Y-Yeah. +287400 ,,,11,,3240000,,,,,,,,,,,,,,, +287500 ,*mem,,,,3240000,,,,,,,,,,,,,,, +287600 ,,,11,,3240000,,,,,,,,,,,,,,,I position Tenka-chan in front of the camera and operate the\nkeyboard. +287700 ,,,,,3240000,,,,,,,,,,,,,,,I'll support Tenka-chan as much as possible. +287800 ,,,,,3240000,,,,,,,,,,,,,,,"But in the end, I want her to take the final step herself." +287900 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,"I'll start the broadcast, so could you tweet that?" +288000 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_006.wav,tenka,,0,,,,,,,,O-Okay. +288100 ,,,,,3240000,,,,,,,,,,,,,,,She operates her smartphone and types this. +288200 ,,,,,3240000,,,,,,,,,,,,,,,"[Live Broadcast] We're about to start. Sorry, no voice or\nface reveal." +288400 ,,,,,3240000,,,,,,,,,,,,,,,Starting at 10 o'clock. +288500 ,,,,,3240000,,,,,,,,,,,,,,,"Then the smartphone began to vibrate repeatedly, indicating\na flood of replies from followers." +288600 ,,,,,3240000,,,,,,,,,,,,,,,"If voice and face are NG, does that mean everything else is\nOK? lololol" +288700 ,,,,,3240000,,,,,,,,,,,,,,,"Not showing your face means you're going to do something\ninteresting, right? lolololol" +288800 ,,,,,3240000,,,,,,,,,,,,,,,I'm waiting in front of the monitor with my pants off lol +288900 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,You're really popular. +289000 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_007.wav,tenka,,0,,,,,,,,"W-Well, yeah." +289100 ,,,,,3240000,,,,,,,,,,,,,,,"I said it intending to tease her a bit, but surprisingly,\nTenka-chan unconsciously let her cheeks relax a little." +289200 ,,,,,3240000,,,,,,,,,,,,,,,"Hmm, I guess this girl really likes being watched." +289300 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,Shall we start then? +289400 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_008.wav,tenka,,0,,,,,,,,Y-Yeah. +289500 ,,,,,3240000,,,,,,,,,,,,,,,"Still, she seemed scared, letting out a small voice while\ntrembling slightly." +289600 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_009.wav,tenka,,0,,,,,,,,"Uh... um, am I showing? You can't see my face, right?" +289700 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine. The camera is set up on the PC, but you can check\nwhat's being broadcasted from that TV over there." +289800 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_010.wav,tenka,,0,,,,,,,,O-Okay. +289900 ,,,,,3240000,,,,,,,,,,,,,,,"The TV showed Tenka-chan from the mouth down. Even without\nher expression visible, her fidgety movements made it clear\nshe was embarrassed." +290000 ,,,,,3240000,,,,,,,,,,,,,,,There are 80 viewers... I wonder how many more will join by\nthe time we get to the lewd part. +290100 ,,,,,3240000,,,,,,,,,,,,,,,"Comments are flowing in like 'Hurry up', 'Are you\nfighting?', 'Say something', mostly urging us on." +290200 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,"We shouldn't keep everyone waiting, so I'll type the host\ncomments. Tenka-chan, just talk normally." +290300 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_011.wav,tenka,,0,,,,,,,,...I-Is it really okay? +290400 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,It's okay. Look. +290500 ,,,,,3240000,,,,,,,,,,,,,,,Tenka-chan turned to face the camera and began to speak as\nif she had made up her mind. +290600 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_012.wav,tenka,,0,,,,,,,,Um... thank you all for coming to watch. +290700 ,,,,,3240000,,,,,,,,,,,,,,,Comments started flowing in response to her statement. +290800 ,,,,,3240000,,,,,,,,,,,,,,,"Oh..."" ""Finally, lol"" ""Her energy is low"" ""Where's the\nenergy from her tweets..."" ""It's past the start time..." +290900 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_013.wav,tenka,,0,,,,,,,,"S-Sorry for being late. And, um... sorry for the low energy\ntoo." +291000 ,,,,,3240000,,,,,,,,,,,,,,,"And again, comments appeared." +291100 ,,,,,3240000,,,,,,,,,,,,,,,"Eh, are you really not showing your face?"" ""I want to hear\nyour voice"" ""A girl's live stream! Looking forward to any\nsurprises!" +291200 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_014.wav,tenka,,0,,,,,,,,"Ah, I really can't show my face... and my voice is a bit..." +291300 ,,,,,3240000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, it's okay. You don't have to respond to every\ncomment." +291400 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_015.wav,tenka,,0,,,,,,,,Y-Yeah. +291500 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_016.wav,tenka,,0,,,,,,,,Um... there's something I need to apologize to everyone for\ntoday. +291600 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_017.wav,tenka,,0,,,,,,,,Um... has anyone seen my tweets or photos? +291700 ,,,,,3240000,,,,,,,,,,,,,,,"Then comments like ""Of course"" and ""More daring ones""\nstarted flowing in." +291800 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_018.wav,tenka,,0,,,,,,,,"There are a lot of you, huh." +291900 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_019.wav,tenka,,0,,,,,,,,"Um... in my tweets, I wrote things like 'I have a boyfriend'\nor 'I did naughty things'." +292000 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_020.wav,tenka,,0,,,,,,,,I also wrote that I'm a naughty girl... and said I'd upload\nnaughty pictures if you became my fan. +292100 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_021.wav,tenka,,0,,,,,,,,"B-But... the truth is, I don't have a boyfriend... and I've\nnever done anything naughty..." +292200 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_022.wav,tenka,,0,,,,,,,,I was pretending to be naughty to get everyone to become my\nfans... I'm sorry. +292300 ,,,,,3240000,,,,,,,,,,,,,,,"Tenka-chan bowed her head carefully, making sure her face\nwasn't visible." +292400 ,,,,,3240000,,,,,,,,,,,,,,,"Looking at the comments section... wow, it's getting heated." +292500 ,,,,,3240000,,,,,,,,,,,,,,,"Is this just for attention?!"" ""Don't mess with us!"" ""Well,\nat least we got to see a girl's boobs."" ""RT beggar!"" and so\non." +292600 ,,,,,3240000,,,,,,,,,,,,,,,"Tenka-chan seemed to have seen those comments too, and her\nexpression turned gloomy." +292700 ,,,,,3240000,,,,,,,,,,,,,,,"She looked at me with a worried expression, but I couldn't\nsay anything." +292800 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_023.wav,tenka,,0,,,,,,,,"Um... so, I've thought of a way to apologize. I've been\nthinking about how to get everyone to forgive me." +292900 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_024.wav,tenka,,0,,,,,,,,"If a friend said they had a smartphone when they didn't, I'd\nbe mad." +293000 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_025.wav,tenka,,0,,,,,,,,"But if they bought a smartphone afterward and gave me their\nemail or ID, I'd forgive them." +293100 ,,,,,3240000,,,,,,,,,,,,,,,"I was also a bit confused, and the same was written in the\ncomments section." +293200 ,,,,,3240000,,,,,,,,,,,,,,,"Huh...?"" ""What does that mean?"" ""What are you trying to say\nlolololol"" ""Someone decode this"" and so on." +293300 ,,,,,3240000,,,,,,,,,,,,,,,"But Tenka-chan didn't falter... or rather, she seemed too\nnervous to notice anything around her." +293400 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_026.wav,tenka,,0,,,,,,,,"Um... so... I'm going to become a naughty girl now, so\nplease forgive me." +293500 ,,,,,3240000,,,,,,,,,,,,,,,"As she said that, the comments section suddenly became\nlively." +293600 ,,,,,3240000,,,,,,,,,,,,,,,"Decode! She's saying she lied, but now she's going to make\nthat lie come true, so forgive her!"" ""She's going to become\nnaughty now lolololol" +293700 ,,,,,3240000,,,,,,,,,,,,,,,"...I see, that's why she said that." +293800 ,,,,,3240000,,,,,,,,,,,,,,,"Is she going to strip?!"" ""I'm getting excited."" ""Can she\nreally do it lololol"" ""This is all part of the bait, right\nlolololol" +293900 ,,,,,3240000,,,,,,,,,,,,,,,"And many comments like ""If she really does it, then of\ncourse I'll forgive her"" flowed in." +294000 ,,,,,3240000,,甜花,Tenka,308_TC04b_t_027.wav,tenka,,0,,,,,,,,"Um... so now, I'm going to do something naughty." +294100 ,,,,,3240000,,,,,,,,,,,,,,,"Comments like ""Even if she says that, at her age, being\nnaughty is probably just a panty flash"" and so on." +294200 ,,,,,3240000,,,,,,,,,,,,,,,But Tenka-chan... +294500 ,,,,,3240010,,,,,,,,,,,,,,,She placed her hands on her skirt and slowly started to\nlower it. +294600 ,,,,,3240010,,甜花,Tenka,308_TC04b_t_028.wav,tenka,,0,,,,,,,,...... +294700 ,,,,,3240010,,,,,,,,,,,,,,,"Eventually, it fell to the floor, revealing everything, not\njust a panty flash." +294800 ,,,,,3240010,,,,,,,,,,,,,,,"Her soft body, with a small piece of fabric slightly digging\nin... the comments section was going wild." +294900 ,,,,,3240010,,,,,,,,,,,,,,,"Seriously?!"" ""This is way more than a panty flash lololol""\n""Saved a million times lololol" +295000 ,,,,,3240010,,,,,,,,,,,,,,,"Well, if I were watching this, I'd probably write the same\nthing." +295100 ,,,,,3240010,,甜花,Tenka,308_TC04b_t_029.wav,tenka,,0,,,,,,,,...Haa... Nnfu +295200 ,,,,,3240010,,,,,,,,,,,,,,,"Whoa! Tenka-chan's face is bright red, and her eyes are\nteary! Ah! I wish I could show everyone!" +295300 ,,,,,3240010,,甜花,Tenka,308_TC04b_t_030.wav,tenka,,0,,,,,,,,H-How is it? +295400 ,,,,,3240010,,,,,,,,,,,,,,,"Looking at the TV, someone must have tweeted about this\nsituation, as the number of viewers kept increasing." +295500 ,,,,,3240010,,,,,,,,,,,,,,,"Hehe, I wonder how Tenka-chan would react if she knew so\nmany people were watching." +295600 ,,,,,3240010,,甜花,Tenka,308_TC04b_t_031.wav,tenka,,0,,,,,,,,...N-Next is +295700 ,,,,,3240010,,,,,,,,,,,,,,,"Tenka-chan placed her hands on her top and took it off,\nletting it fall to the ground." +295900 ,,,,,3240020,,,,,,,,,,,,,,,A cute bra and flawless skin were revealed. +296000 ,,,,,3240020,,,,,,,,,,,,,,,The live strip show turned the comments into a barrage. +296100 ,,,,,3240020,,,,,,,,,,,,,,,"Whoa!"" ""Is this girl for real?!"" ""I was hoping she was\nbraless lololol" +296200 ,,,,,3240020,,,,,,,,,,,,,,,"A girl is about to get naked in front of the screen. I can't\nhelp but look at the TV instead of the real thing. Somehow,\nit feels more exciting that way." +296300 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_032.wav,tenka,,0,,,,,,,,Uncle... there are so many people here. +296400 ,,,,,3240020,,主人公,Kiyoshi,,,,,,,,,,,,That's right. Everyone's gathered to see Tenka-chan. +296500 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_033.wav,tenka,,0,,,,,,,,I-Is that so? +296600 ,,,,,3240020,,主人公,Kiyoshi,,,,,,,,,,,,"It seems like everyone watching is working hard to spread\nthe word, right?" +296700 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_034.wav,tenka,,0,,,,,,,,...I wonder if I'll get more fans? +296800 ,,,,,3240020,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, that depends on how hard Tenka-chan works, doesn't it?" +296900 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_035.wav,tenka,,0,,,,,,,,Uh... yeah. +297000 ,,,,,3240020,,,,,,,,,,,,,,,"Now, it's finally time to reach for her underwear." +297100 ,,,,,3240020,,,,,,,,,,,,,,,"Tenka-chan seems embarrassed, but she's also excited by the\nincreasing number of viewers and comments." +297200 ,,,,,3240020,,,,,,,,,,,,,,,"The number of viewers has already exceeded 1,000. ...Indeed,\nit's a bit thrilling to think that 1,000 people are reacting\nto your actions." +297300 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_036.wav,tenka,,0,,,,,,,,Um... everyone. Next... um... which should I take off first? +297400 ,,,,,3240020,,,,,,,,,,,,,,,"With those words, an overwhelming number of comments flood\nin." +297500 ,,,,,3240020,,,,,,,,,,,,,,,It's to the point where you can't even see Tenka-chan\nwithout turning off the comments. +297600 ,,,,,3240020,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, I can't tell what everyone's saying, so why not try\ntaking off your panties first?" +297700 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_037.wav,tenka,,0,,,,,,,,...But +297800 ,,,,,3240020,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone surely wants to see Tenka-chan's beautiful pussy,\nright?" +297900 ,,,,,3240020,,甜花,Tenka,308_TC04b_t_038.wav,tenka,,0,,,,,,,,...O-Okay. +298000 ,,,,,3240020,,,,,,,,,,,,,,,"Surprisingly, Tenka-chan accepted it easily and reached for\nher panties." +298100 ,,,,,3240020,,,,,,,,,,,,,,,"Well, with so many people wanting it, she must have gotten\nexcited." +298300 ,,,,,3240030,,,,,,,,,,,,,,,"While covering her pussy with one hand, she lowered her\npanties with the other." +298400 ,,,,,3240030,,,,,,,,,,,,,,,"Her face was completely red up to her ears, and her\nbreathing seemed a bit rough. She looked like she was about\nto cry." +298500 ,,,,,3240030,,,,,,,,,,,,,,,"Ooooooh!!"" ""Seriously?!"" ""The hand's in the way!"" ""I saw a\nglimpse of pink!"" ""As expected, she's shaved!" +298600 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_039.wav,tenka,,0,,,,,,,,I-I took them off... +298700 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Tenka-chan, maybe it's time to answer some questions?" +298800 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_040.wav,tenka,,0,,,,,,,,O-Okay. +298900 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,How about this question? +299000 ,,,,,3240030,,,,,,,,,,,,,,,"'You're showing your pussy to everyone, how do you feel\nabout it?'" +299100 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_041.wav,tenka,,0,,,,,,,,...How do I feel? +299200 ,,,,,3240030,,,,,,,,,,,,,,,"I typed out the comment ahead of Tenka-chan's words, posting\nit as if it were a live stream comment." +299300 ,,,,,3240030,,,,,,,,,,,,,,,"Tenka-chan looked at me with a ""Huh?"" expression, but\nreluctantly began to read it." +299400 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_043.wav,tenka,,0,,,,,,,,"Um, I'm going to answer this person's question now. I'll...\nI'll talk about how I feel showing my pussy." +299500 ,,,,,3240030,,,,,,,,,,,,,,,"From here, it's her own feelings." +299600 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_044.wav,tenka,,0,,,,,,,,Being seen by so many people... it's really embarrassing. +299700 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_045.wav,tenka,,0,,,,,,,,But... when they say it's pretty... I'm happy... and I feel\nlike my efforts were worth it. +299800 ,,,,,3240030,,,,,,,,,,,,,,,Comments like 'There's a pervert here lol' and 'This is\ncrazy at her age lololol' were flowing in. +299900 ,,,,,3240030,,,,,,,,,,,,,,,"Yeah, I think so too." +300000 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,"Then, Tenka-chan. How about the last piece?" +300100 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_046.wav,tenka,,0,,,,,,,,... +300200 ,,,,,3240030,,,,,,,,,,,,,,,She seemed a bit hesitant and didn't nod right away. +300300 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,"What's wrong? You uploaded your breasts, didn't you?" +300400 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_047.wav,tenka,,0,,,,,,,,I-I didn't show the tips... +300500 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,Then today is your chance to show them! +300600 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_048.wav,tenka,,0,,,,,,,,Huh? +300700 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,"Look, if you upload something embarrassing and no one's\nthere, it's a waste of effort, right?" +300800 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,"But today, there are a lot of people, so if you try hard\neven if you're embarrassed, it will surely lead to results." +300900 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_049.wav,tenka,,0,,,,,,,,Is that... so? +301000 ,,,,,3240030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. If you're going to show your breasts and try hard,\nwouldn't you want more people to see it rather than just a\nfew?" +301100 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_050.wav,tenka,,0,,,,,,,,M-Maybe so. +301200 ,,,,,3240030,,,,,,,,,,,,,,,"Well, normally, you wouldn't want to expose yourself like\nthat to many people." +301300 ,,,,,3240030,,,,,,,,,,,,,,,"The conversation had completely shifted, but she seemed to\nagree without realizing it." +301400 ,,,,,3240030,,甜花,Tenka,308_TC04b_t_051.wav,tenka,,0,,,,,,,,"...Then, then next... I'll show my breasts." +301500 ,,,,,3240030,,,,,,,,,,,,,,,"Ohhh! That line and her shyness! Even though I've seen her\nbreasts many times, it still excites me anew." +301600 ,,,,,3240030,,,,,,,,,,,,,,,"And just like me, the comment section was already in an\nuproar." +301700 ,,,,,3240030,,,,,,,,,,,,,,,Then she reached for her underwear with one hand. +301900 ,,,,,3240040,,主人公,Kiyoshi,,,,,,,,,,,,Ohhhhhhh! +302000 ,,,,,3240040,,,,,,,,,,,,,,,'Ohhhhhhh!''It's real!''Her nipples are pink!''Breasts! A\nyoung girl's lololol''So small! But that's what's good!' +302100 ,,,,,3240040,,,,,,,,,,,,,,,Both I and the comments were in a frenzy. +302200 ,,,,,3240040,,甜花,Tenka,308_TC04b_t_052.wav,tenka,,0,,,,,,,,...Ahh... +302300 ,,,,,3240040,,,,,,,,,,,,,,,Tenka-chan let out a breathy sigh. +302400 ,,,,,3240040,,,,,,,,,,,,,,,"Well, she's showing her breasts in front of thousands of\npeople. Whether or not she has an exhibitionist streak, it's\nenough to drive anyone crazy." +302500 ,,,,,3240040,,甜花,Tenka,308_TC04b_t_053.wav,tenka,,0,,,,,,,,Uncle... is everyone happy? +302600 ,,,,,3240040,,主人公,Kiyoshi,,,,,,,,,,,,"Of course. I'm happy too, and look at the number of\ncomments." +302700 ,,,,,3240040,,甜花,Tenka,308_TC04b_t_054.wav,tenka,,0,,,,,,,,Ah... yeah. ...So many people are watching me... +302800 ,,,,,3240040,,主人公,Kiyoshi,,,,,,,,,,,,"That's right. At this moment, thousands of eyes are glued to\nTenka-chan's breasts." +302900 ,,,,,3240040,,甜花,Tenka,308_TC04b_t_055.wav,tenka,,0,,,,,,,,I-I'm embarrassed... +303000 ,,,,,3240040,,,,,,,,,,,,,,,"Even as she said that, her flushed face seemed a bit\nexcited, and just her expression was enough to excite the\nold man." +303100 ,,,,,3240040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, Tenka-chan, let's show your pussy and properly\napologize." +303300 ,,,,,3240050,,甜花,Tenka,308_TC04b_t_056.wav,tenka,,0,,,,,,,,Eh? A-Are you really going to show it? +303400 ,,,,,3240050,,主人公,Kiyoshi,,,,,,,,,,,,Of course. +303500 ,,,,,3240050,,,,,,,,,,,,,,,"At this point, Tenka-chan didn't resist at all and slowly\nbegan to move her hands placed in front." +303600 ,,,,,3240050,,,,,,,,,,,,,,,The comment section reacted to that. +303700 ,,,,,3240050,,,,,,,,,,,,,,,"'Wait wwww Seriously wwww' 'Here it comes, here it comes!'\n'Is this girl a goddess wwww' 'Right hand wwww too much\nprogress wwww'" +303800 ,,,,,3240050,,,,,,,,,,,,,,,"'I bet there's a front cover after this wwww' 'No, there'll\nbe unnatural lighting wwww' 'Pussy! Pussy!'" +303900 ,,,,,3240050,,,,,,,,,,,,,,,"Yes, yes, they're overjoyed." +304000 ,,,,,3240050,,甜花,Tenka,308_TC04b_t_057.wav,tenka,,0,,,,,,,,...... +304200 ,,,,,3240060,,,,,,,,,,,,,,,Tenka-chan moved her hands behind her and exposed her pussy\nin front of the camera. +304300 ,,,,,3240060,,,,,,,,,,,,,,,"On the screen was a soft, unblemished, marshmallow-like\npussy." +304400 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_058.wav,tenka,,0,,,,,,,,...Haa...n... +304500 ,,,,,3240060,,,,,,,,,,,,,,,"And a few seconds later, an overwhelming number of comments\nfilled the screen." +304600 ,,,,,3240060,,,,,,,,,,,,,,,'Pussy! Pussy!' 'Whoa! It's a real virgin slit!' 'No signs\nof use!' +304700 ,,,,,3240060,,,,,,,,,,,,,,,'I've never seen such a beautiful pussy!' 'The destructive\npower of a loli pussy! My cock exploded wwww' +304800 ,,,,,3240060,,,,,,,,,,,,,,,'What's happening to this country wwww' 'Lo www li www pu\nwww ssy www' +304900 ,,,,,3240060,,主人公,Kiyoshi,,,,,,,,,,,,"Amazing reaction, Tenka-chan." +305000 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_059.wav,tenka,,0,,,,,,,,Y-Yeah. +305100 ,,,,,3240060,,,,,,,,,,,,,,,"Even though she's extremely embarrassed, her voice is a bit\nlively." +305200 ,,,,,3240060,,,,,,,,,,,,,,,It seems like she's happy to get such a reaction from so\nmany people. +305300 ,,,,,3240060,,主人公,Kiyoshi,,,,,,,,,,,,How does it feel to be watched by everyone? +305400 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_060.wav,tenka,,0,,,,,,,,I-I don't know... +305500 ,,,,,3240060,,,,,,,,,,,,,,,Hmm... I guess she can't answer honestly with someone she\nknows like me asking. +305600 ,,,,,3240060,,,,,,,,,,,,,,,"In that case, let's display a comment from the live stream." +305700 ,,,,,3240060,,,,,,,,,,,,,,,"Um... I'll answer any questions from now on. Even naughty\nones, I'll answer them." +305800 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_061.wav,tenka,,0,,,,,,,,Eh? I didn't say that! +305900 ,,,,,3240060,,,,,,,,,,,,,,,"And to remind Tenka-chan of her guilt, I added this." +306000 ,,,,,3240060,,,,,,,,,,,,,,,"I've told a lot of lies until now, so this time I'll answer\nhonestly." +306100 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_062.wav,tenka,,0,,,,,,,,Ah... +306200 ,,,,,3240060,,,,,,,,,,,,,,,"Yes, this is a message to make it hard for her to refuse by\nletting her know it's for an apology." +306300 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_063.wav,tenka,,0,,,,,,,,O-Okay... I'll answer. +306400 ,,,,,3240060,,,,,,,,,,,,,,,"Alright, let's pick up some random comments... How about\nthis one?" +306500 ,,,,,3240060,,,,,,,,,,,,,,,Have you ever played with your pussy yourself? +306600 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_064.wav,tenka,,0,,,,,,,,Eh!? ...Um +306700 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_065.wav,tenka,,0,,,,,,,,Y-Yes... There was a time when I applied medicine there...\nand then it felt itchy... so I played with it. +306800 ,,,,,3240060,,,,,,,,,,,,,,,Did it feel good? +306900 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_066.wav,tenka,,0,,,,,,,,Y-Yeah... my mind went blank. +307000 ,,,,,3240060,,,,,,,,,,,,,,,"Hehe, as expected. She answers properly to questions from\nthe other side of the screen." +307100 ,,,,,3240060,,,,,,,,,,,,,,,"Alright, then next... let's go with something light." +307200 ,,,,,3240060,,,,,,,,,,,,,,,'Do you have someone you like?' +307300 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_067.wav,tenka,,0,,,,,,,,Hmm... I like Sakurai-kun. +307400 ,,,,,3240060,,,,,,,,,,,,,,,Oh... you should say it's the old man. +307500 ,,,,,3240060,,,,,,,,,,,,,,,"'Do you ever imagine doing naughty things with Sakurai-kun,\nor fantasize about it, or masturbate?'" +307600 ,,,,,3240060,,,,,,,,,,,,,,,"Oh! I thought it was going to be light, but that's a nice\ntransition!" +307700 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_068.wav,tenka,,0,,,,,,,,"N-No, but... when I do bust-up massages, I sometimes think\nabout it a little." +307800 ,,,,,3240060,,,,,,,,,,,,,,,"'Hello, this is Sakurai.'" +307900 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_069.wav,tenka,,0,,,,,,,,Eh... Ehh!? R-Really!? What should I do! Sakurai-kun is\nwatching! +308000 ,,,,,3240060,,,,,,,,,,,,,,,"Of course, it's probably a lie to tease her, but it seems\nTenka-chan can't make that judgment." +308100 ,,,,,3240060,,,,,,,,,,,,,,,Then... +308200 ,,,,,3240060,,,,,,,,,,,,,,,"'Lol, her nipples are hard lol' 'A girl getting excited\nbeing seen by someone she likes! That's too much!' 'Aren't\nher pussy getting wet too?'" +308300 ,,,,,3240060,,,,,,,,,,,,,,,Comments like that started flowing in. +308400 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_070.wav,tenka,,0,,,,,,,,T-That's not true! +308500 ,,,,,3240060,,,,,,,,,,,,,,,'Huh? Isn't that a lie?' 'Her nipples are definitely hard.'\n'Aren't you supposed to only tell the truth?' +308600 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_071.wav,tenka,,0,,,,,,,,U... Ugh... The tips of my breasts... are really... hard. +308700 ,,,,,3240060,,,,,,,,,,,,,,,"Indeed, Tenka-chan's nipples are standing firm as if waiting\nto be touched." +308800 ,,,,,3240060,,,,,,,,,,,,,,,"Even though I haven't touched her, her nipples are so hard\nand she's so excited." +308900 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_072.wav,tenka,,0,,,,,,,,B-But... I'm not wet... +309000 ,,,,,3240060,,,,,,,,,,,,,,,'Why don't you check?' +309100 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_073.wav,tenka,,0,,,,,,,,...Okay. +309200 ,,,,,3240060,,,,,,,,,,,,,,,Tenka-chan places her hand on her pussy for a moment. +309300 ,,,,,3240060,,,,,,,,,,,,,,,"By the way, from my perspective and the monitor, I can't\nconfirm if she's wet. The viewers are just teasing her." +309400 ,,,,,3240060,,,,,,,,,,,,,,,...That's what I thought. +309500 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_074.wav,tenka,,0,,,,,,,,S-Sorry. I didn't mean to lie... but I'm a little wet. +309600 ,,,,,3240060,,,,,,,,,,,,,,,What!? Really!? +309700 ,,,,,3240060,,,,,,,,,,,,,,,"'Lol, seriously! It was just random harassment, but she was\nactually wet!'" +309800 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_075.wav,tenka,,0,,,,,,,,Eh!? It was a lie... +309900 ,,,,,3240060,,,,,,,,,,,,,,,...These people really know how to tease Tenka-chan. +310000 ,,,,,3240060,,,,,,,,,,,,,,,"Wow... getting wet while being naked in front of people,\nTenka-chan really likes being watched." +310100 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_076.wav,tenka,,0,,,,,,,,Um... I'm really sorry for lying... +310200 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_077.wav,tenka,,0,,,,,,,,I don't have a boyfriend... and I've never done anything\nnaughty... +310300 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_078.wav,tenka,,0,,,,,,,,"I was just happy that everyone was saying something, so I\nlied..." +310400 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_079.wav,tenka,,0,,,,,,,,"From now on, I won't lie, and I'll work hard to make the\nlies I've told become true." +310500 ,,,,,3240060,,,,,,,,,,,,,,,She bowed her head as she said that. +310600 ,,,,,3240060,,,,,,,,,,,,,,,This must be Tenka-chan's sincere apology. Her effort to\nfind the right words from her limited vocabulary is\ntouching. +310700 ,,,,,3240060,,,,,,,,,,,,,,,And the reaction of the people watching this heartfelt\napology is... +310800 ,,,,,3240060,,,,,,,,,,,,,,,"'I wanted to see that bow from an anal angle lol' 'Tears\nwon't stop, just like my semen lol' 'Next is spreading, I\nget it.'" +310900 ,,,,,3240060,,主人公,Kiyoshi,,,,,,,,,,,,... +311000 ,,,,,3240060,,,,,,,,,,,,,,,"Well, that's how it is. If I didn't know better, I'd comment\nlike that too." +311100 ,,,,,3240060,,,,,,,,,,,,,,,"Well... this is already quite exciting, but the main event\nstarts now. Literally." +311200 ,,,,,3240060,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Tenka-chan, it's about time." +311300 ,,,,,3240060,,甜花,Tenka,308_TC04b_t_080.wav,tenka,,0,,,,,,,,...Y-yeah. +311400 ,,,,,3240060,,,,,,,,,,,,,,,Her gaze is on the verge of tears... yet filled with\nanticipation. +311500 ,,,,,3240060,,,,,,,,,,,,,,,"Hehehe... finally, Tenka-chan's virginity will be mine..." +311600 ,,,,,3240060,,,,,,,,,,,,,,,"With the anticipation from yesterday and the public strip\nshow, my cock is already about to explode." +311700 ,,,,,3240060,,主人公,Kiyoshi,,,,,,,,,,,,Alright then... here we go. +311900 ,,,,33,,,,,,,,,,,,,,,,I remove the camera filming Tenka-chan and move it in front\nof the sofa. +312000 ,,,,,,,,,,,,,,,,,,,,"The screen is flooded with confused comments, but I don't\nhave the luxury to respond." +312100 ,,,,,,,,,,,,,,,,,,,,"Because from here on, I have to participate too." +312200 ,,,,,,,,,,,,,,,,,,,,I sit on the sofa and have Tenka-chan sit on top of me. +312400 ,,,,,3241000,,,,,,,,,,,,,,,Then I spread her legs so everyone can see her pussy even\nmore. +312500 ,,,,,3241000,,,,,,,,,,,,,,,"As expected, the comment section is in an uproar, filled\nwith obscene words and praises calling me a god or\nsomething." +312600 ,,,,,3241000,,,,,,,,,,,,,,,"And it seems they've noticed my presence spreading her legs,\nwith comments like 'Who's behind her?' mixed in." +312700 ,,,,,3241000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Tenka-chan, I won't be able to type comments after\nthis, so you'll have to do it yourself from your phone." +312800 ,,,,,3241000,,甜花,Tenka,308_TC04b_t_081.wav,tenka,,0,,,,,,,,O-okay. +312900 ,,,,,3241000,,主人公,Kiyoshi,,,,,,,,,,,,"You have to let everyone know just how naughty of a girl you\nare, okay?" +313000 ,,,,,3241000,,甜花,Tenka,308_TC04b_t_082.wav,tenka,,0,,,,,,,,I'm... not naughty. +313100 ,,,,,3241000,,,,,,,,,,,,,,,Even though she's showing her pussy to thousands of\npeople... there's no convincing power in that. +313200 ,,,,,3241000,,,,,,,,,,,,,,,"Well, even in such a state, her trying to act tough or\nresist is kind of cute." +313300 ,,,,,3241000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, shall we get started? Can you type that for me?" +313400 ,,,,,3241000,,甜花,Tenka,308_TC04b_t_083.wav,tenka,,0,,,,,,,,...Okay. Umm... +313500 ,,,,,3241000,,主人公,Kiyoshi,,,,,,,,,,,,I want you to say it out loud so I can understand too. +313600 ,,,,,3241000,,甜花,Tenka,308_TC04b_t_084.wav,tenka,,0,,,,,,,,O-okay. +313700 ,,,,,3241000,,甜花,Tenka,308_TC04b_t_085.wav,tenka,,0,,,,,,,,"...As I explained earlier, we're going to... have sex now." +313800 ,,,,,3241000,,,,,,,,,,,,,,,"As soon as she typed that, the comments section erupted like\nnever before." +313900 ,,,,,3241000,,,,,,,,,,,,,,,"Whoa! Are they really going to do it!?"" ""Can someone\nsummarize in three lines?" +314000 ,,,,,3241000,,,,,,,,,,,,,,,"A girl made fake lewd tweets to gather people, confessed it\nwasn't lewd, now says she'll make it real by getting lewd." +314100 ,,,,,3241000,,,,,,,,,,,,,,,"Does that mean she's losing her virginity now!?"" ""Live sex\nbroadcast!?"" ""Whoa, the number of viewers is insane!" +314200 ,,,,,3241000,,,,,,,,,,,,,,,"The number of viewers is astonishing, even I'm a bit\nsurprised." +314300 ,,,,,3241000,,,,,,,,,,,,,,,"All these people are now staring at Tenka- chan's pussy, and\nthey're going to watch us have sex." +314400 ,,,,,3241000,,,,,,,,,,,,,,,I don't know if I should be excited or not... +314500 ,,,,,3241000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Tenka-chan, shall we begin?" +314600 ,,,,,3241000,,甜花,Tenka,308_TC04b_t_086.wav,tenka,,0,,,,,,,,...Okay. ...Nnngh! +314700 ,,,,,3241000,,,,,,,,,,,,,,,"When I gently touch her, she shivers, but it's not out of\nfear or surprise; it's as if she's feeling it." +314800 ,,,,,3241000,,,,,,,,,,,,,,,I unzip and take out my erect cock from my pants. +315000 ,,,,,3241010,,甜花,Tenka,308_TC04b_t_087.wav,tenka,,0,,,,,,,,Ah... +315100 ,,,,,3241010,,,,,,,,,,,,,,,"It's throbbing intensely. Even without a heart, with this\nmovement, it could probably pump blood throughout my body." +315200 ,,,,,3241010,,,,,,,,,,,,,,,"Well, that's a silly thought." +315300 ,,,,,3241010,,,,,,,,,,,,,,,"When I look at the comments section, it's flowing with\ncomments just as much as before. What's being said...?" +315400 ,,,,,3241010,,,,,,,,,,,,,,,"'Lol, the dick is in the way, can't see the loli pussy lol'\n'Seriously in the way! What is that?' 'Who is that anyway\nlol'" +315500 ,,,,,3241010,,甜花,Tenka,308_TC04b_t_088.wav,tenka,,0,,,,,,,,"Um... um, the person behind me is my boyfriend. ...We became\na couple yesterday." +315600 ,,,,,3241010,,,,,,,,,,,,,,,'Isn't he an old man lol' 'Lucky old man lol' 'An old man as\na boyfriend lol Sakurai-kun must be crying lol' +315700 ,,,,,3241010,,甜花,Tenka,308_TC04b_t_089.wav,tenka,,0,,,,,,,,I'm sorry for lying until now... +315800 ,,,,,3241010,,甜花,Tenka,308_TC04b_t_090.wav,tenka,,0,,,,,,,,But... now that I have a boyfriend and we're going to have\nsex... everything will be true. Please continue to support\nme. +315900 ,,,,,3241010,,,,,,,,,,,,,,,Tenka-chan says this and bows her head. +316000 ,,,,,3241010,,,,,,,,,,,,,,,"And almost simultaneously, I press my cock against Tenka-\nchan's entrance." +316100 ,,,,,3241010,,,,,,,,,,,,,,,――Squelch +316200 ,,,,,3241010,,主人公,Kiyoshi,,,,,,,,,,,,Oh! +316300 ,,,,,3241010,,,,,,,,,,,,,,,"It's hot and wet, perfectly ready." +316400 ,,,,,3241010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Tenka-chan, let's show everyone how sorry you are." +316500 ,,,,,3241010,,甜花,Tenka,308_TC04b_t_091.wav,tenka,,0,,,,,,,,Uh... okay. +316600 ,,,,,3241010,,,,,,,,,,,,,,,"Then, while spreading her slit, my cock attempts to\npenetrate deeper." +316800 ,,,,,3241020,,甜花,Tenka,308_TC04b_t_092.wav,tenka,,0,,,,,,,,Ah... ugh! It hurts... mister... I can't... +316900 ,,,,,3241020,,主人公,Kiyoshi,,,,,,,,,,,,Ugh! Her pussy is so tight! +317000 ,,,,,3241020,,,,,,,,,,,,,,,"It's squeezing tightly, making it a struggle to even get the\nhead in." +317100 ,,,,,3241020,,,,,,,,,,,,,,,"Tenka-chan's pussy is stretched to its limit, taking the\nshape of my cock." +317200 ,,,,,3241020,,甜花,Tenka,308_TC04b_t_093.wav,tenka,,0,,,,,,,,Haa... hic... it's so... stretched... +317300 ,,,,,3241020,,,,,,,,,,,,,,,"However, from there, slippery love juices overflow, showing\nthat she's trying to welcome it." +317400 ,,,,,3241020,,,,,,,,,,,,,,,I cautiously move my hips forward. +317500 ,,,,,3241020,,,,,,,,,,,,,,,Then I felt resistance inside her vagina. So this is Tenka-\nchan's hymen. +317600 ,,,,,3241020,,,,,,,,,,,,,,,"Thinking back to when we first met, it's quite moving." +317700 ,,,,,3241020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Tenka-chan, I'm going to go deeper." +317800 ,,,,,3241020,,甜花,Tenka,308_TC04b_t_094.wav,tenka,,0,,,,,,,,Ah... mister... nnngh!? +317900 ,,,,,3241020,,,,,,,,,,,,,,,"Feeling a tearing sensation, I press all the way to the base\nagainst Tenka-chan's body." +318000 ,,,,,3241020,,,,,,,,,,,,,,,"I penetrate into the slippery, soft vagina." +318100 ,,,,,3241020,,甜花,Tenka,308_TC04b_t_095.wav,tenka,,0,,,,,,,,It hurts... mister... it hurts... ugh... ah... your cock...\nit's in. +318200 ,,,,,3241020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it's all the way in... how is it? Feels good, right?" +318300 ,,,,,3241020,,甜花,Tenka,308_TC04b_t_096.wav,tenka,,0,,,,,,,,"Ugh... ha. Ha, ha." +318400 ,,,,,3241020,,,,,,,,,,,,,,,"Tenka-chan lets out hot breaths repeatedly, shaking her\nhead." +318500 ,,,,,3241020,,,,,,,,,,,,,,,"But with each breath, the warm flesh inside clings to my\npenis." +318600 ,,,,,3241020,,甜花,Tenka,308_TC04b_t_097.wav,tenka,,0,,,,,,,,"Ugh... ah, hya, ha. ...Nn. Mister's... nngh. Ha, ha..." +318700 ,,,,,3241020,,,,,,,,,,,,,,,'...Wow! It all went into that loli pussy! 'The wonders of\nthe human body!' 'The old man's dick is just small.' 'Blood!\nIs she really a virgin?' +318800 ,,,,,3241040,,甜花,Tenka,308_TC04b_t_098.wav,tenka,,0,,,,,,,,"I'm also... ngh, a bit amazed. Nn. Hya, fua... nn, ha, ku...\nnn" +318900 ,,,,,3241040,,,,,,,,,,,,,,,"Even though it must be painful for Tenka- chan, she's\nearnestly responding to the comments. Yeah, she's a good\ngirl." +319000 ,,,,,3241040,,,,,,,,,,,,,,,'How does it feel with the old man's dick inside?' +319100 ,,,,,3241040,,甜花,Tenka,308_TC04b_t_099.wav,tenka,,0,,,,,,,,It's just... painful... that's all. +319200 ,,,,,3241040,,,,,,,,,,,,,,,'The old man's dick is just painful lolol' 'Old man in tears\nlolol' +319300 ,,,,,3241040,,,,,,,,,,,,,,,"No, I'm really about to cry, you know?" +319400 ,,,,,3241040,,,,,,,,,,,,,,,"But well, as I start moving, that might change." +319500 ,,,,,3241040,,主人公,Kiyoshi,,,,,,,,,,,,Shall I move? +319600 ,,,,,3241040,,,,,,,,,,,,,,,I can't stay still forever. My hips are itching to rub\nagainst the walls of her pussy. +319800 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_100.wav,tenka,,0,,,,,,,,"Uh, yeah. If you go slowly... ahhh. Fwah, fua, ah." +319900 ,,,,,3241030,,,,,,,,,,,,,,,"Just by moving my hips back and forth slowly, there's a\nlewd, clinging sensation." +320000 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_101.wav,tenka,,0,,,,,,,,"No... Making love with... a lover... nngh, ha. Ahhhh, fua...\nhya!" +320100 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_102.wav,tenka,,0,,,,,,,,"My first time... having sex... nngh, nfu. And... everyone's\nwatching! Ah!?" +320200 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Isn't it great? Tenka-chan, who loves being watched, having\nher first time while everyone's watching." +320300 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_103.wav,tenka,,0,,,,,,,,Nngh... ah. ...No way? That's not... fua... +320400 ,,,,,3241030,,,,,,,,,,,,,,,"Every time her vagina makes a wet sound, Tenka-chan twists\nher hips as if trying to escape." +320500 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"And it feels good, doesn't it?" +320600 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_104.wav,tenka,,0,,,,,,,,"N-no, it doesn't..." +320700 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"But look, check the comments." +320800 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_105.wav,tenka,,0,,,,,,,,Haa... nngh... huh? +320900 ,,,,,3241030,,,,,,,,,,,,,,,"'Whoa... she's getting wet lolol' 'At this age, that's crazy\nlolol' 'Slut lololol' 'She's moaning!'" +321000 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_106.wav,tenka,,0,,,,,,,,Fwaa! I'm feeling good... and everyone... is watching. +321100 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_107.wav,tenka,,0,,,,,,,,"Hya... nngh. Ahfu, ah, nnnngh! Ah, ugh. It's embarrassing...\nah, I'm feeling weird... ah, it's weird!" +321200 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe, you're starting to feel good. Just let yourself go." +321300 ,,,,,3241030,,,,,,,,,,,,,,,"With a twitch, Tenka-chan's hips move as if convulsing." +321400 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_108.wav,tenka,,0,,,,,,,,B-but... that's... +321500 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Sex is meant to feel good, so it's okay to let it happen." +321600 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_109.wav,tenka,,0,,,,,,,,R-really? +321700 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it's normal. Plus, since it's your first time, I want\nit to be a good memory, and it makes me happy if Tenka-chan\nfeels good." +321800 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_110.wav,tenka,,0,,,,,,,,...Uncle. +321900 ,,,,,3241030,,,,,,,,,,,,,,,Tenka-chan lightly blushes and her eyes become glazed over. +322000 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Can you let Uncle hear your cute, sexy moans, Tenka-chan?" +322100 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_111.wav,tenka,,0,,,,,,,,Y-yeah. I understand... +322200 ,,,,,3241030,,,,,,,,,,,,,,,"Hearing that response, I start moving my hips in a circular\nmotion." +322300 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_112.wav,tenka,,0,,,,,,,,"Ugh!? U-Uncle... huff, Uncle's... inside me... ah!? You're\ntrying so hard to move, aren't you?" +322400 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I want you to feel really good." +322500 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_113.wav,tenka,,0,,,,,,,,"Auuu! Nn!? Hah, ah, ahhh! I might be happy..." +322600 ,,,,,3241030,,,,,,,,,,,,,,,"In reality, it's unlikely to feel this much during a first\ntime, but the excitement of being watched by everyone must\nbe releasing a lot of adrenaline." +322700 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,How about this? +322800 ,,,,,3241030,,,,,,,,,,,,,,,I rub against the inside of Tenka-chan's melting pussy as if\nto tickle it. +322900 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_114.wav,tenka,,0,,,,,,,,"Ah!? Nngh. ...It f-feels good. Hah! Ahh! Fwah, hah...\nUncle... it feels so good!" +323000 ,,,,,3241030,,,,,,,,,,,,,,,'Whoa!? She's starting to moan!?''The old man is desperately\nmoving his hips lolol''These two are crazy. Total perverts\nlolol' +323100 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_115.wav,tenka,,0,,,,,,,,"Nngh! Ahh, don't make my pussy so squishy! Nn, fuh... ah.\nAh, hah, no! Ah! Nnnngh!" +323200 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,Whoa!? It's Tenka-chan's pussy that's moving like that!? +323300 ,,,,,3241030,,,,,,,,,,,,,,,The warm and sticky pussy seems to be trying to squeeze and\ncapture the dick tightly. +323400 ,,,,,3241030,,,,,,,,,,,,,,,"But the dick keeps going in and out, making it hard to\ncatch." +323500 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, hah, hah... Inside Tenka-chan feels so good." +323600 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_116.wav,tenka,,0,,,,,,,,"Ugh, ah... Uncle's too... Ah! Nngh!" +323700 ,,,,,3241030,,,,,,,,,,,,,,,I pull Tenka-chan's body close and thrust my dick deep\ninside. +323800 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_117.wav,tenka,,0,,,,,,,,Hngh... ah! +323900 ,,,,,3241030,,,,,,,,,,,,,,,Whoa!? Could this be the entrance to the womb? +324000 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_118.wav,tenka,,0,,,,,,,,"Hngh, Uncle... if you do it like that... I-I can't...\nbreathe..." +324100 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,Sorry. Uncle's dick... just won't stop. +324200 ,,,,,3241030,,,,,,,,,,,,,,,"It gets stronger and faster, tapping against that spot." +324300 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_119.wav,tenka,,0,,,,,,,,"Ahhh, hyaa! Nngh! Ahhhh!" +324400 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_120.wav,tenka,,0,,,,,,,,"Ah! Fuh, ahh! Uncle... Nngh!" +324500 ,,,,,3241030,,,,,,,,,,,,,,,I mercilessly torment Tenka-chan's convulsing pussy. +324600 ,,,,,3241030,,,,,,,,,,,,,,,"But the wet sounds, chuju, chuju, are getting more intense." +324700 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_121.wav,tenka,,0,,,,,,,,"Ahh! Ah, hah! My pussy... it's gonna break... ugh. Ah! Ahh!" +324800 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay! If it breaks, Uncle will take responsibility." +324900 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_122.wav,tenka,,0,,,,,,,,"Ugh. Ah, hah hah hah... Ah! Ohh! Fwah... ah. Inside my\npussy, the dick is twitching." +325000 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, Uncle's about to cum soon. You too, right, Tenka-chan?" +325100 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_123.wav,tenka,,0,,,,,,,,"I-I don't know... I don't know! Ugh... ah, hah... Nngh." +325200 ,,,,,3241030,,,,,,,,,,,,,,,Tenka-chan said that with teary eyes and a slurred voice. +325300 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe. You're cute. But you can't cum yet, okay?" +325400 ,,,,,3241030,,,,,,,,,,,,,,,I slowly pull back my hips and thrust forward again. +325500 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_124.wav,tenka,,0,,,,,,,,"Nngh! Uncle. Fuh, ngh, hah... Ah... Can't I cum?" +325600 ,,,,,3241030,,,,,,,,,,,,,,,"Repeating that, her pussy starts to lewdly twitch and\nripple." +325700 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"See, look, there are a lot of comments coming in, right?" +325800 ,,,,,3241030,,甜花,Tenka,308_TC04b_t_125.wav,tenka,,0,,,,,,,,Huh? +325900 ,,,,,3241030,,,,,,,,,,,,,,,"How does it feel?"" ""Looks like it feels good, are you about\nto cum?"" ""What's happening with the loli pussy?" +326000 ,,,,,3241030,,主人公,Kiyoshi,,,,,,,,,,,,"There are a lot of questions coming in, so you have to\nanswer them properly." +326100 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_126.wav,tenka,,0,,,,,,,,"Nngh, ah... Hah, hah, hah! Y-yeah." +326300 ,,,,,3241050,,,,,,,,,,,,,,,"Tenka-chan fiddles with her smartphone, typing while\nspeaking the words out loud." +326400 ,,,,,3241050,,,,,,,,,,,,,,,"Saliva is already dripping from her mouth, and her speech is\nbecoming slurred." +326500 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_127.wav,tenka,,0,,,,,,,,Um... it feels good. My pussy... is being rubbed by the\ndick... it feels good. +326600 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_128.wav,tenka,,0,,,,,,,,"Um, n-next... yes, I'm about to cum... Nngh... Ah. Ahh, ahh.\nI-inside... If you stir it up like that... Nngh!" +326700 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_129.wav,tenka,,0,,,,,,,,"And now, um... my loli pussy... Uncle's dick is... squirming\ninside, ah, Nngh!?" +326800 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, so you were about to cum after all." +326900 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_130.wav,tenka,,0,,,,,,,,Ah... Hah! Nngh! Nnnnnngh! +327000 ,,,,,3241050,,,,,,,,,,,,,,,"It seems that out of guilt for lying, she answers honestly\nto the monitor." +327100 ,,,,,3241050,,,,,,,,,,,,,,,"Then, comments come back in response to that." +327200 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_131.wav,tenka,,0,,,,,,,,Ah... Ahh! Everyone is watching me and Uncle having sex... +327300 ,,,,,3241050,,,,,,,,,,,,,,,The awareness of being watched through the comments seems to\nintensify the wet sounds even more. +327400 ,,,,,3241050,,主人公,Kiyoshi,,tenka,,0,,,,,,,,"You're about to cum, right, Tenka-chan? But not yet." +327500 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_133.wav,tenka,,0,,,,,,,,"Nngh... Fwah, but... my body is twitching... Ahhn!" +327600 ,,,,,3241050,,,,,,,,,,,,,,,Her body repeatedly twitches in small spasms. It seems she's\non the verge of cumming. +327700 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_134.wav,tenka,,0,,,,,,,,"Ah... Hah... Ah, ahhhh! I'm... already... Fwaaaaah!" +327800 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm holding back too, so you should as well, Tenka-chan.\nNow, let's ask everyone one last time?" +327900 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_135.wav,tenka,,0,,,,,,,,"Hic, ngh... Uh, yeah. Nngh!? Wh... what are you going to\nask?" +328000 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,Where should I release my semen? +328100 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_136.wav,tenka,,0,,,,,,,,If you ask that... can I cum...? +328200 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,Yes. +328300 ,,,,,3241050,,,,,,,,,,,,,,,"Tenka-chan is trembling repeatedly, fiddling with her\nsmartphone with all her might." +328400 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_137.wav,tenka,,0,,,,,,,,"Hic, ngh... Uh, hyaaaaaah! When I cum... inside or\noutside... which is, ahhhh, better?" +328500 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_138.wav,tenka,,0,,,,,,,,"Hyaaah! Ah, is this okay?" +328600 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, now it's up to everyone to answer." +328700 ,,,,,3241050,,,,,,,,,,,,,,,"'Lol, the ultimate choice lol', 'What should we do lol',\n'After inside, do it again and spray it on her'" +328800 ,,,,,3241050,,,,,,,,,,,,,,,"Oh, it seems everyone is also confused." +328900 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_139.wav,tenka,,0,,,,,,,,"Nngh, hah, ah, hah, hah, hurry! Nooo, ah, I can't hold it...\nanymore, ah, ahhhhhhh!" +329000 ,,,,,3241050,,,,,,,,,,,,,,,"'By the way, which does she prefer?', 'Indeed lol, I want to\nhear her opinion', 'If you cum inside, you'll become a mom,\nis that okay?'" +329100 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_140.wav,tenka,,0,,,,,,,,"Uh, um... I'm okay with inside." +329200 ,,,,,3241050,,,,,,,,,,,,,,,"'Lol, she's totally ready to get pregnant lol', 'A real\nyoung mom', 'If an old man's cum goes into a loli pussy,\nwon't it become a pregnant belly like in manga?'" +329300 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_141.wav,tenka,,0,,,,,,,,"N-no, it's not like that... Hah!? Ahh... I haven't had my\nperiod yet." +329400 ,,,,,3241050,,,,,,,,,,,,,,,"'Seriously!?', 'She's at a dangerously young age lol', 'No,\nshe might be saying that but actually... there's a\npossibility. Be careful, old man lol'" +329500 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_142.wav,tenka,,0,,,,,,,,"Ah, hah... Nngh! ~~~~~~! Ahhhh! Hya, fwaah! Hurry, hah...\nhurry... Nnnnnn!" +329600 ,,,,,3241050,,,,,,,,,,,,,,,"'But I say outside!', 'I want to see her drowning in semen\nlol', 'Being sprayed on feels more like conquest lol',\n'Outside release!'" +329700 ,,,,,3241050,,,,,,,,,,,,,,,"Hmm, it seems the opinions are split." +329800 ,,,,,3241050,,,,,,,,,,,,,,,"Which means, in the end, it's up to me to decide." +329900 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_1a",,,,,,,,,,,,,,,,,,,■@ Inside +↓,"$menu_item 1,Finish outside,sel_1b",,,,,,,,,,,,,,,,,,,■A Outside +↓,$menu_end,,,,,,,,,,,,,,,,,,, +330000 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Inside +330100 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, ah... Tenka-chan, I'm going to come inside, okay?" +330200 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_143.wav,tenka,,0,,,,,,,,"Y-yeah! Hah! I get it, so... hurry... hurry!" +330300 ,,,,,3241050,,,,,,,,,,,,,,,"A shiver runs through Tenka-chan's legs, making her bounce\nas if she's swimming in the air." +330400 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,Come on! You have to tell everyone how good it feels! +330500 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_144.wav,tenka,,0,,,,,,,,"Nngh! Ahhhh, e-everyone... it feels so good! Ahhhh! Having\nsex with my boyfriend... nngh" +330600 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_144a.wav,,,,,,,,,,,"Hyah... fuh, fuaaah! It feels so good!! I'm going to cum!" +330700 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ugh... hah, I'm coming!" +330800 ,,,,,3241050,,,,,,,,,,,,,,,"I can feel the semen reaching the tip of my cock, and I move\nmy hips frantically." +330900 ,,,,,3241050,,,,,,,,,,,,,,,I can't hold back any longer. I pull Tenka- chan close and\nthrust my cock deep inside her. +331000 ,,,,,3241050,,,,,,,,,,,,,,,"Ugh, oooohhh!?" +331100 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_145.wav,tenka,,0,,,,,,,,Hngh!? Fuaaaaaaahhhhhh!? +331200 ,,,,,3241050,,,,,,,,,,,,,,,"For a moment, Tenka-chan's whole body arches, and at the\nsame time, the semen rushes through my urethra with\nincredible force." +331300 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,Nngh... +331400 ,,,,,3241060,,,,,,,,,,,,,,,--Splat! --Splash! Splat splat! +331600 ,,,,,3241060,,甜花,Tenka,308_TC04b_t_146.wav,tenka,,0,,,,,,,,"Nngh!? Nnnnnngh!? Hic! Ah, ah! Aaaaaah! I'm cumming!\nAaaaaah! Nngh, fuh! Fuaaaaaaahhh!" +331700 ,,,,,3241060,,,,,,,,,,,,,,,"Her pussy squeezes tightly around the head, the ridge, and\nthe entire shaft, and semen spills out from the nonexistent\ngaps." +331800 ,,,,,3241060,,甜花,Tenka,308_TC04b_t_147.wav,tenka,,0,,,,,,,,"Ugh, yeah. Ah, the semen! Inside my pussy! Ah, hah hah,\nahh... it feels so good!" +331900 ,,,,,3241060,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, whoa..." +332000 ,,,,,3241060,,,,,,,,,,,,,,,My cock erupts repeatedly inside Tenka-chan's pussy as if\nit's exploding over and over. +332100 ,,,,,3241060,,甜花,Tenka,308_TC04b_t_148.wav,tenka,,0,,,,,,,,Ha... ngh... hah hah hah... ahyu... I... I did it... in\nfront of everyone... +332200 ,,,,,3241060,,,,,,,,,,,,,,,Hehehe... I finally made Tenka-chan's virginity mine. +332300 ,,,,,3241060,,,,,,,,,,,,,,,"Man, quitting my job and opening a candy store was really\nworth it." +332400 ,,,,,3241060,,主人公,Kiyoshi,,,,,,,,,,,,"Now, Tenka-chan. We have to show everyone the proof of the\ncreampie." +332600 ,,,,,3241070,,,,,,,,,,,,,,,"I pulled back my hips and slid out my penis, wet with blood,\nsemen, and love juices." +332700 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_149.wav,tenka,,0,,,,,,,,Hic!? Ah... don't pull out so suddenly! +332800 ,,,,,3241070,,,,,,,,,,,,,,,--Gush --Gush gush gush gush... +332900 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_150.wav,tenka,,0,,,,,,,,Auh... it's spilling out... +333000 ,,,,,3241070,,主人公,Kiyoshi,,,,,,,,,,,,Wow... that's a lot. +333100 ,,,,,3241070,,,,,,,,,,,,,,,'How much did that old man release? lol' 'Too much lol\nbrutal lol' 'He really came inside lol' 'That's a reportable\noffense lol' +333200 ,,,,,3241070,,,,,,,,,,,,,,,"Oh, even the word 'report' is starting to appear." +333300 ,,,,,3241070,,,,,,,,,,,,,,,"Hmm, reporting now? They must have waited until they\nfinished jerking off." +333400 ,,,,,3241070,,,,,,,,,,,,,,,"It would be troublesome if they really reported or\nidentified me, so let's wrap this up." +333500 ,,,,,3241070,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, let's finish up soon." +333600 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_151.wav,tenka,,0,,,,,,,,Okay. +333700 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_152.wav,tenka,,0,,,,,,,,"...With this, my apology is over... I'm really sorry for\nlying..." +333800 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_153.wav,tenka,,0,,,,,,,,If you watch again... ah... I'd be happy. +333900 ,,,,,3241070,,,,,,,,,,,,,,,"She said in a slurred voice, waving slowly with a dazed\nexpression." +334000 ,,,,,3241070,,,,,,,,,,,,,,,I ended the broadcast there. +334100 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_154.wav,tenka,,0,,,,,,,,Haa... n... haa... +334200 ,,,,,3241070,,,,,,,,,,,,,,,Tenka-chan relaxed her body and leaned against me. +334300 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_155.wav,tenka,,0,,,,,,,,H-How was it? +334400 ,,,,,3241070,,主人公,Kiyoshi,,,,,,,,,,,,Yeah... I think it went well. I think everyone will forgive\nyou for that. +334500 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_156.wav,tenka,,0,,,,,,,,Haa... haa... nfu... I-I see... +334600 ,,,,,3241070,,主人公,Kiyoshi,,,,,,,,,,,,"I was moved too, you know? At least, I forgive you for\nlying, Tenka-chan." +334700 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_157.wav,tenka,,0,,,,,,,,"...Yeah, thank you." +334800 ,,,,,3241070,,主人公,Kiyoshi,,,,,,,,,,,,"Because I'm your boyfriend and your biggest fan, Tenka-chan." +334900 ,,,,,3241070,,,,,,,,,,,,,,,"Hearing that, Tenka-chan relaxed her whole body and leaned\nagainst me, drooling from the corner of her mouth." +335000 ,,,,,3241070,,甜花,Tenka,308_TC04b_t_158.wav,tenka,,0,,,,,,,,I love you... +335100 ,,,,,3241070,,,,,,,,,,,,,,,"Saying that, she fell asleep." +335200 ,,,,,3241070,,,,,,,,,,,,,,,"Hmm... a lot happened, and the shop is closed, so I'll let\nher sleep until she wakes up." +335300 ,$go join_1,,,,,,,,,,,,,,,,,,, +335400 ,*sel_1b,,,,,,,,,,,,,,,,,,,■AOutside +335500 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, ah... Tenka-chan, I'm going to come!" +335600 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_159.wav,tenka,,0,,,,,,,,Y-Yeah! Hafu! I get it! Hurry... hurry! +335700 ,,,,,3241050,,,,,,,,,,,,,,,"A shiver ran through Tenka-chan's legs, and she bounced as\nif swimming in the air." +335800 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,Come on! You have to tell everyone how good it feels! +335900 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_144.wav,tenka,,0,,,,,,,,"Nnngh! Aaaah, e-everyone... it feels so good...! Aaaah!\nHaving sex with my boyfriend... nnngh" +336000 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_144a.wav,,,,,,,,,,,"Hyagu... fu, fuaaaah. It feels so good!! I'm going to come." +336100 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, kuh... ha, I'm going to come!" +336200 ,,,,,3241050,,,,,,,,,,,,,,,"I could feel the semen reaching the tip of my cock, and I\nmoved my hips frantically." +336300 ,,,,,3241050,,,,,,,,,,,,,,,I couldn't hold back any longer. I pulled Tenka-chan close\nand withdrew my cock from her vagina with force. +336400 ,,,,,3241050,,,,,,,,,,,,,,,"Kuh, oooohhh!?" +336500 ,,,,,3241050,,甜花,Tenka,308_TC04b_t_161.wav,tenka,,0,,,,,,,,Hiuuu!? Fuaaaaaaahhhhhh!? +336600 ,,,,,3241050,,,,,,,,,,,,,,,"For a moment, Tenka-chan's whole body jerked, and at the\nsame time, sperm shot through my urethra with incredible\nforce." +336700 ,,,,,3241050,,主人公,Kiyoshi,,,,,,,,,,,,Nngh... +336800 ,,,,,3241071,,,,,,,,,,,,,,,--Splat! --Splash! Patatat! Sploosh! Sploosh! +337000 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_162.wav,tenka,,0,,,,,,,,"Nnngh!? Nnnnnngh!? Higu! Ah, ah! Aaaaahhh! I'm coming!\nAaaaahhh! Nngh, fu! Fuaaaaaaahhhhhh!" +337100 ,,,,,3241071,,,,,,,,,,,,,,,"As if rejecting the withdrawal of my cock, her pussy clung\nto it, causing an enormous amount of sperm to gush out." +337200 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_163.wav,tenka,,0,,,,,,,,"Ugh, ahn. Ah, the semen! On my face... on my stomach! Ah,\nhaa haa, ah... it's hot!" +337300 ,,,,,3241071,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, uooohhh..." +337400 ,,,,,3241071,,,,,,,,,,,,,,,My cock kept erupting like an explosion in front of Tenka-\nchan's eyes. +337500 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_164.wav,tenka,,0,,,,,,,,Hap? ...Nngh... haa haa haa... ahyu... it... it happened...\nin front of everyone... +337600 ,,,,,3241071,,,,,,,,,,,,,,,Hehehe... I finally made Tenka-chan's virginity mine. +337700 ,,,,,3241071,,,,,,,,,,,,,,,"Ah, quitting my job and opening a candy store was really\nworth it." +338000 ,,,,,3241071,,,,,,,,,,,,,,,"I gave Tenka-chan one last ejaculation from my penis, soaked\nin blood, semen, and love juices." +338100 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_165.wav,tenka,,0,,,,,,,,O-Ojisan... ah... puah +338200 ,,,,,3241071,,,,,,,,,,,,,,,--Drip --Sss... splat... splat... +338300 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_166.wav,tenka,,0,,,,,,,,Auu... the semen is on the floor... +338400 ,,,,,3241071,,主人公,Kiyoshi,,,,,,,,,,,,Wow... that's a lot. +338500 ,,,,,3241071,,,,,,,,,,,,,,,'How much did the old man release? lol' 'Too much lol brutal\nlol' 'Fantasy semen lol' 'Should be reported lol' +338600 ,,,,,3241071,,,,,,,,,,,,,,,"Oh, even the word 'report' is starting to appear." +338700 ,,,,,3241071,,,,,,,,,,,,,,,"Hmm, reporting now? They must have waited until everyone\nfinished." +338800 ,,,,,3241071,,,,,,,,,,,,,,,"It would be troublesome if I really got reported or\nidentified, so let's wrap this up." +338900 ,,,,,3241071,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, let's finish up soon." +339000 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_167.wav,tenka,,0,,,,,,,,Okay. +339100 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_168.wav,tenka,,0,,,,,,,,"...With this, my apology is over... for lying... I'm really\nsorry..." +339200 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_169.wav,tenka,,0,,,,,,,,If you watch again... ah... I'd be happy. +339300 ,,,,,3241071,,,,,,,,,,,,,,,"She said that in a slurred voice, waving her hand slowly\nwith a dazed expression." +339400 ,,,,,3241071,,,,,,,,,,,,,,,I ended the broadcast there. +339500 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_170.wav,tenka,,0,,,,,,,,Haa... nn... haa... +339600 ,,,,,3241071,,,,,,,,,,,,,,,Tenka-chan relaxed her body and leaned against me. +339700 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_171.wav,tenka,,0,,,,,,,,H-How was it? +339800 ,,,,,3241071,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah... I think it went well. With that, everyone might\nforgive you." +339900 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_172.wav,tenka,,0,,,,,,,,Haa... haa... nnfuu... I-I see... +340000 ,,,,,3241071,,主人公,Kiyoshi,,,,,,,,,,,,"Ojisan was moved too, you know? At least, Ojisan forgives\nyou for lying, Tenka-chan." +340100 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_173.wav,tenka,,0,,,,,,,,"...Yeah, thank you." +340200 ,,,,,3241071,,主人公,Kiyoshi,,,,,,,,,,,,Because Ojisan is Tenka-chan's boyfriend and her biggest\nfan. +340300 ,,,,,3241071,,,,,,,,,,,,,,,"As she said that, Tenka-chan let saliva drip from the corner\nof her mouth, relaxing her whole body and leaning against\nme." +340400 ,,,,,3241071,,甜花,Tenka,308_TC04b_t_174.wav,tenka,,0,,,,,,,,Ojisan... I love you... +340500 ,,,,,3241071,,,,,,,,,,,,,,,"Saying that, she fell asleep." +340600 ,,,,,3241071,,,,,,,,,,,,,,,"Well... a lot happened, and the shop is closed, so I'll let\nher sleep until she wakes up." +340700 ,$event_return,,,,,,,,,,,,,,,,,,, +340800 ,*join_1,,,,,,,,,,,,,,,,,,, +340900 ,,,0,9000,,,,,,,,,,,,,,,, +341100 ,@309_TC05,,,,,,,,,,,,,,,,,,, +341400 ,,,7,21,,,主人公,Kiyoshi,,,,,,,,,,,,...Phew. +341500 ,,,,,,,,,,,,,,,,,,,,"Wow, yesterday's public sex was quite a hit." +341600 ,,,,,,,,,,,,,,,,,,,,"After checking it out later, it seems like there was an\nincredible number of views, and now I'm embarrassed about\nshowing my dick to so many people." +341700 ,,,,,,,,,,,,,,,,,,,,"But well, the one who was really embarrassed was probably\nTenka-chan." +341800 ,,,,,,,,,,,,,,,,,,,,"I mean... maybe because of that, her embarrassment limiter\ngot messed up." +341900 ,,,,,,,,,,,,,,,,,,,,After all... +342000 ,,,,,,,甜花,Tenka,309_TC05_t_000.wav,,,,,,,"tenka,privateB",,21,,Ojisan. +342100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,21,,"Hm? What is it, Tenka-chan?" +342200 ,,,,,,,甜花,Tenka,309_TC05_t_001.wav,,,,,,,tenka,,1,,Ehehe~ I just called you. +342300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,1,,I see~... hahaha. +342400 ,,,,,,,甜花,Tenka,309_TC05_t_002.wav,,,,,,,"tenkaL,privateB",,1,,Ojisan... hug. +342500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,1,,W-Wha? What's wrong? Did a weird bug appear? +342600 ,,,,,,,甜花,Tenka,309_TC05_t_003.wav,,,,,,,tenkaL,,21,,"Nope, I just wanted to hug you~" +342700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,21,,Eh? W-Why is that? +342800 ,,,,,,,甜花,Tenka,309_TC05_t_004.wav,,,,,,,tenkaL,,2,,Eh~? Because... I-I love you. +342900 ,,,,,,,,,,,,,,,,tenkaL,,2,,O-Oh... A little girl's 'I love you'... what destructive\npower. Ojisan might just collapse. +343000 ,,,,,,,甜花,Tenka,309_TC05_t_005.wav,,,,,,,tenkaL,,3,,"What about you, Ojisan?" +343100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,3,,Hm? Ojisan loves you too. +343200 ,,,,,,,甜花,Tenka,309_TC05_t_006.wav,,,,,,,tenkaL,,22,,"Yay~! But of course. We're lovers, after all~♪" +343300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,22,,That's right. +343400 ,,,,,,,甜花,Tenka,309_TC05_t_007.wav,,,,,,,tenkaL,,31,,Ah... instead of Ojisan... should I call you... D-Daddy or\nsomething? +343500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,"...N-No, people might think it's weird, so just keep it as\nOjisan. You know, Tenka-chan is an idol after all." +343600 ,,,,,,,甜花,Tenka,309_TC05_t_008.wav,,,,,,,tenkaL,,2,,Ah... Ojisan is so kind... thinking about me. +343700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,2,,Ahaha... +343800 ,,,,,,,,,,,,,,,,,,,,I wonder if her embarrassment limiter really broke... +343900 ,,,,,,,,,,,,,,,,,,,,"Somehow, after yesterday's first experience, Tenka-chan\nbecame... affectionate." +344000 ,,,,,,,,,,,,,,,,,,,,I never expected her to become this affectionate. I thought\nshe'd be more shy... +344200 ,,,,,,,甜花,Tenka,309_TC05_t_009.wav,,,,,,,tenka,,13,,"Hehehe~. You know, Ojisan, it's going to be hot today. So I\ndon't think anyone will come, should we close the shop?" +344300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,13,,We're not closing! Ojisan won't be able to make a living! +344400 ,,,,,,,甜花,Tenka,309_TC05_t_010.wav,,,,,,,tenka,,36,,...Boring~ +344500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, Chie-chan and the others will probably come too." +344600 ,,,,,,,,,,,,,,,,,,,,"Sigh... She's definitely affectionate and cute... but cute,\nthough..." +344700 ,,,,,,,,,,,,,,,,,,,,It's just not what Ojisan is looking for in Tenka-chan! +344800 ,,,,,,,,,,,,,,,,,,,,"Right now, if I said 'lick my dick,' she'd probably do it,\nand she'd let me have her pussy and ass too." +344900 ,,,,,,,,,,,,,,,,,,,,"But you know, Tenka-chan isn't like this! I want her to\nresist a little! I want to trouble her! Tenka-chan!" +345000 ,,,,,,,,,,,,,,,,,,,,"With this kind of Tenka-chan, Ojisan definitely can't cum!" +345100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...... +345200 ,,,,,,,,,,,,,,,,,,,,"......No, I can. I could do it a million times." +345300 ,,,,,,,,,,,,,,,,,,,,"In fact, I got an erection when she hugged me earlier. And\nit's still there now." +345400 ,,,,,,,,,,,,,,,,,,,,"But still, I want to make Tenka-chan embarrassed! That's\nmore exciting!" +345500 ,,,,,,,,,,,,,,,,,,,,"......Now, how should I embarrass this affectionate Tenka-\nchan?" +345700 ,,,,,,,千恵,Chie,309_TC05_c_000.wav,"komako,privateB",,0,"chie,private",,0,,,,,"Oh, Ojisan! Tenka-chan! Good morning!" +345800 ,,,,,,,コマコ,Komako,309_TC05_k_000.wav,komako,,0,chie,,0,,,,,Good morning. +345900 ,,,,,,,,,,komako,,0,chie,,0,,,,,"Oh! Chie-chan and the others are here, full of energy today." +346000 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,0,,,,,"Good morning, both of you." +346100 ,,,,,,,甜花,Tenka,309_TC05_t_011.wav,,,,chie,,0,tenka,,30,,"Good morning. Chii, your voice is loud from the morning." +346200 ,,,,,,,,,,,,,chie,,0,tenka,,30,,......Oh? It's the usual Tenka-chan. +346300 ,,,,,,,千恵,Chie,309_TC05_c_001.wav,,,,chie,,0,tenka,,30,,"Ehehe, sorry~" +346400 ,,,,,,,甜花,Tenka,309_TC05_t_012.wav,,,,chie,,0,tenka,,3,,Isn't it a bit later than usual today? +346500 ,,,,,,,コマコ,Komako,309_TC05_k_001.wav,komako,,12,,,,tenka,,3,,We were late because I overslept. +346600 ,,,,,,,甜花,Tenka,309_TC05_t_013.wav,komako,,12,,,,tenka,,1,,"I see. It's good it's summer vacation, but if it wasn't, it\nmight have been dangerous." +346700 ,,,,,,,コマコ,Komako,309_TC05_k_002.wav,komako,,20,,,,tenka,,1,,"Yeah. But thanks to that, I'm wide awake." +346800 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,tenka,,1,,"Haha, but you look sleepy." +346900 ,,,,,,,コマコ,Komako,309_TC05_k_003.wav,komako,,30,,,,tenka,,1,,That's just how my face is. +347000 ,,,,,,,甜花,Tenka,309_TC05_t_014.wav,komako,,30,,,,tenka,,30,,"Uncle, saying things like that is sexual harassment." +347100 ,,,,,,,主人公,Kiyoshi,,komako,,30,,,,tenka,,30,,R-Really? +347200 ,,,,,,,コマコ,Komako,309_TC05_k_004.wav,komako,,12,,,,tenka,,30,,It's okay. I don't mind what Uncle says. +347300 ,,,,,,,,,,,,,,,,,,,,"......Is she saying that to cover for him, or does she\nreally not care about Uncle...?" +347400 ,,,,,,,,,,,,,,,,,,,,"If it's the latter, that's harsh." +347500 ,,,,,,,千恵,Chie,309_TC05_c_002.wav,,,,"chieL,private",,20,,,,,"Alright then, Uncle, I'll do my best at work today~" +347600 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,20,,,,,"Yeah, do your best." +347700 ,,,,,,,,,,,,,,,,,,,,The three of them pattered into the back of the store. +347800 ,,,,,,,,,,,,,,,,,,,,"......Hmm, in front of those two, Tenka- chan's attitude\ntowards me was normal." +347900 ,,,,,,,,,,,,,,,,,,,,I guess she's still embarrassed to show her affectionate\nside in front of them. +348000 ,,,,,,,,,,,,,,,,,,,,......Alright. +348200 ,,,15,,,,,,,,,,,,,,,,,"......Now, it's nap time for all three of them." +348300 ,,,,,,,,,,,,,,,,,,,,Let's see? +348500 ,,,,,4130000,,,,,,,,,,,,,,, +348600 ,*mem,,,,4130000,,,,,,,,,,,,,,, +348700 ,,,15,,4130000,,千恵,Chie,309_TC05_c_003.wav,chie,,0,,,,,,,,Zzz... Zzz... +348800 ,,,,,4130000,,甜花,Tenka,309_TC05_t_015.wav,tenka,,0,,,,,,,,Snooze... Snooze... +348900 ,,,,,4130000,,コマコ,Komako,309_TC05_k_005.wav,komako,,0,,,,,,,,...Snooze... +349000 ,,,,,4130000,,,,,,,,,,,,,,,"Yeah, yeah, they seem to be sleeping well." +349100 ,,,,,4130000,,,,,,,,,,,,,,,"Hehehe! Then, maybe I'll play a little prank!" +349200 ,,,,,4130000,,,,,,,,,,,,,,,I approached the sleeping Tenka-chan to check if she was\nreally asleep. +349300 ,,,,,3140000,,甜花,Tenka,309_TC05_t_016.wav,tenka,,0,,,,,,,,Snooze... Mmm... +349400 ,,,,,3140000,,,,,,,,,,,,,,,"Alright, alright, she's really asleep." +349500 ,,,,,3140000,,,,,,,,,,,,,,,"Now, let's pull down her pants..." +349700 ,,,,,3140010,,甜花,Tenka,309_TC05_t_017.wav,tenka,,0,,,,,,,,...Munya... +349800 ,,,,,3140010,,,,,,,,,,,,,,,"...Hmm, she doesn't notice at all." +349900 ,,,,,3140010,,,,,,,,,,,,,,,Next up is... +350100 ,,,,,3140020,,,,,,,,,,,,,,,Oh! Pink nipples! +350200 ,,,,,3140020,,,,,,,,,,,,,,,"Honestly, I've seen them many times, but nipples seen as a\nprank are more valuable than those shown willingly!" +350300 ,,,,,3140020,,,,,,,,,,,,,,,"Alright, last is the pussy!" +350500 ,,,,,3140030,,,,,,,,,,,,,,,I pull down her panties along with her pants. +350600 ,,,,,3140030,,,,,,,,,,,,,,,...The pussy that lost its virginity yesterday. +350700 ,,,,,3140030,,,,,,,,,,,,,,,It's completely different from the virgin pussy I saw\nbefore. +350800 ,,,,,3140030,,,,,,,,,,,,,,,"...Well, I'm the one who made it that way." +350900 ,,,,,3140030,,,,,,,,,,,,,,,Now then... what am I going to do next? +351100 ,,,11,,3250000,,,,,,,,,,,,,,,"Of course, it's insertion!" +351200 ,,,,,3250000,,,,,,,,,,,,,,,"If I have sex in front of these two, even Tenka-chan will\nsurely feel embarrassed." +351300 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,Oh! It goes in more smoothly than I thought... +351400 ,,,,,3250000,,,,,,,,,,,,,,,"It's only the second time, so it's still tight, but there's\nnot as much resistance as yesterday." +351500 ,,,,,3250000,,甜花,Tenka,309_TC05_t_018.wav,tenka,,0,,,,,,,,Ah... ugh? W-what... ugh... it's uncomfortable... +351600 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, good morning, Tenka-chan." +351700 ,,,,,3250000,,甜花,Tenka,309_TC05_t_019.wav,tenka,,0,,,,,,,,O-uncle!? Huh? Huh? Huh? What are you doing!? +351800 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? It's sex, you know?" +351900 ,,,,,3250000,,甜花,Tenka,309_TC05_t_020.wav,tenka,,0,,,,,,,,S-sex... wait a minute! +352000 ,,,,,3250000,,,,,,,,,,,,,,,Tenka-chan lowered her voice midway and glanced over at\nChii-chan and Komako-chan. +352100 ,,,,,3250000,,,,,,,,,,,,,,,She finally started to wake up and realized the situation\nshe was in while being penetrated. +352200 ,,,,,3250000,,甜花,Tenka,309_TC05_t_021.wav,tenka,,0,,,,,,,,"W-wait, uncle! N-no! Pull it out... pull your dick out!" +352300 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? What's wrong? You don't want to have sex with uncle? +352400 ,,,,,3250000,,甜花,Tenka,309_TC05_t_022.wav,tenka,,0,,,,,,,,I... I don't hate it... but Chii and Komako are sleeping\nright there... +352500 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine. A lot of people saw us last time, so what's two\nmore?" +352600 ,,,,,3250000,,甜花,Tenka,309_TC05_t_023.wav,tenka,,0,,,,,,,,It's different with strangers and friends! +352700 ,,,,,3250000,,,,,,,,,,,,,,,"Hmm, it's touching that she calls the two she used to mock\nas 'country kids' her 'friends' now." +352800 ,,,,,3250000,,,,,,,,,,,,,,,"Well, putting that aside..." +352900 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah... sorry. We can't have proper sex in a place like this,\ncan we?" +353000 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"You want to feel good, right?" +353100 ,,,,,3250000,,甜花,Tenka,309_TC05_t_024.wav,tenka,,0,,,,,,,,I-it's not like I need it to be proper... +353200 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"No, Tenka-chan. It's better to do these things properly so\nit feels good." +353300 ,,,,,3250000,,甜花,Tenka,309_TC05_t_025.wav,tenka,,0,,,,,,,,That's not what I mean! +353400 ,,,,,3250000,,千恵,Chie,309_TC05_c_004.wav,chie,,0,,,,,,,,Mmm... huh? +353500 ,,,,,3250000,,,,,,,,,,,,,,,Chii-chan slightly opened her eyes at Tenka- chan's loud\nvoice. +353600 ,,,,,3250000,,甜花,Tenka,309_TC05_t_026.wav,tenka,,0,,,,,,,,Ah... +353700 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,Whoa!? +353800 ,,,,,3250000,,,,,,,,,,,,,,,"As Tenka-chan let out a small voice, her pussy tightened\naround my cock." +353900 ,,,,,3250000,,,,,,,,,,,,,,,"If we get caught like this, there's no excuse." +354000 ,,,,,3250000,,千恵,Chie,309_TC05_c_005.wav,chie,,0,,,,,,,,...Mmm... sss... sss +354100 ,,,,,3250000,,,,,,,,,,,,,,,"But soon, she closed her eyes again and started breathing\nsoftly in her sleep." +354200 ,,,,,3250000,,甜花,Tenka,309_TC05_t_027.wav,tenka,,0,,,,,,,,...Phew +354300 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"Phew... that was close. You can't do that, Tenka-chan." +354400 ,,,,,3250000,,甜花,Tenka,309_TC05_t_028.wav,tenka,,0,,,,,,,,S-sorry... I mean! It's your fault! +354500 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,Shh. +354600 ,,,,,3250000,,甜花,Tenka,309_TC05_t_029.wav,tenka,,0,,,,,,,,Ah... We can't do naughty things in front of them... so\nhurry and pull out. +354700 ,,,,,3250000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, it's not okay, huh?" +354800 ,,,,,3250000,,,,,,,,,,,,,,,"But you know, the more Tenka-chan tells me it's not okay,\nthe more I want to do it." +354900 ,,,,,3250000,,,,,,,,,,,,,,,"Tenka-chan is cute when she's obedient and sweet, but I get\nexcited when she's resisting or refusing." +355000 ,,,,,3250000,,,,,,,,,,,,,,,I stick out my tongue slightly and tease her neck with\ngentle licks. +355200 ,,,,,3250010,,甜花,Tenka,309_TC05_t_030.wav,tenka,,0,,,,,,,,Ah... ha... Huh? +355300 ,,,,,3250010,,甜花,Tenka,309_TC05_t_031.wav,tenka,,0,,,,,,,,"O-uncle... really... ah, mmm!" +355400 ,,,,,3250010,,,,,,,,,,,,,,,"Then, I slowly start moving my hips, making my cock move\ninside her pussy." +355500 ,,,,,3250010,,甜花,Tenka,309_TC05_t_032.wav,tenka,,0,,,,,,,,"No... not like that... ah! Wait, wait... mmm! Ah, ah...\nuuuuu!" +355600 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Huh? Tenka-chan, aren't you feeling too much even though\nit's so slow?" +355700 ,,,,,3250010,,甜花,Tenka,309_TC05_t_033.wav,tenka,,0,,,,,,,,"B-because... ha, ha, ha... ah. B-because Chii and Komako\nare... right next to us..." +355800 ,,,,,3250010,,,,,,,,,,,,,,,I see. So Tenka-chan gets excited even if her friends might\nsee. +355900 ,,,,,3250010,,,,,,,,,,,,,,,"Then, maybe I'll make some loud noises to heighten that\nanxiety a bit?" +356000 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Smooch, slurp, smack" +356100 ,,,,,3250010,,甜花,Tenka,309_TC05_t_034.wav,tenka,,0,,,,,,,,"No, not the neck... or the armpits... ah... no, you can't\nmake those sounds! Ah... fuaaah!" +356200 ,,,,,3250010,,,,,,,,,,,,,,,Then the lewd wet sounds from her crotch gradually start\ngetting louder. +356300 ,,,,,3250010,,,,,,,,,,,,,,,"And her nipples are also perking up, as if begging to be\ntouched." +356400 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, Tenka-chan's nipples. They've gotten all hard and\npointy, huh?" +356500 ,,,,,3250010,,甜花,Tenka,309_TC05_t_035.wav,tenka,,0,,,,,,,,"Ah, fuaah, haaah... Uncle... they'll wake up, really, we\ncan't..." +356600 ,,,,,3250010,,甜花,Tenka,309_TC05_t_036.wav,tenka,,0,,,,,,,,"Sh-shoko, ah, ah, aaah! If you rub it like that...!" +356700 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay... come on, let's show it off to Komako-chan next\nto us?" +356800 ,,,,,3250010,,,,,,,,,,,,,,,"When I poke her nipples with my fingertips, she lets out a\ncute little scream." +356900 ,,,,,3250010,,,,,,,,,,,,,,,Hearing Tenka-chan's pleas while I'm doing this makes a\nshiver run down my spine. +357000 ,,,,,3250010,,甜花,Tenka,309_TC05_t_037.wav,tenka,,0,,,,,,,,Nnn. Ah... Nkuh. Kuh...! Nnnnn! +357100 ,,,,,3250010,,甜花,Tenka,309_TC05_t_038.wav,tenka,,0,,,,,,,,"Don't move your cock... Nnnnn! Ah, fuaah! Fuaah fuaah, nnn!" +357200 ,,,,,3250010,,,,,,,,,,,,,,,I use my dick to grind around the entrance while teasing\nher. +357300 ,,,,,3250010,,,,,,,,,,,,,,,"Trying not to wake the others, she desperately stifles her\nvoice, letting out muffled moans." +357400 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, let's go deeper and tease you more." +357500 ,,,,,3250010,,甜花,Tenka,309_TC05_t_039.wav,tenka,,0,,,,,,,,"Haku!? Ah... ah. Fu, ah... nnn! No... no... fuaah! Ah...!\nAaaaah!" +357600 ,,,,,3250010,,,,,,,,,,,,,,,"I let my cock, which is trying to bounce around, rampage\ninside Tenka-chan's pussy." +357700 ,,,,,3250010,,甜花,Tenka,309_TC05_t_040.wav,tenka,,0,,,,,,,,"Nfuh! Auh! Nfuh, ah, ha... Aaaah! That... kuh, aah,\ndeeper... no... they'll hear." +357800 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, your mouth that was trying so hard to stay closed has\nopened up? They'll hear your naughty voice." +357900 ,,,,,3250010,,甜花,Tenka,309_TC05_t_041.wav,tenka,,0,,,,,,,,"Hyaah... kuh, ah... it's because of you, mister... ah, fu...\nfuaah, it's all your fault!" +358000 ,,,,,3250010,,甜花,Tenka,309_TC05_t_042.wav,tenka,,0,,,,,,,,"If they hear us... aah, nfu! What will we do! Fuaaaaah!" +358100 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"I don't really mind, you know?" +358200 ,,,,,3250010,,,,,,,,,,,,,,,"I pull my cock out to the very edge, then thrust it back in\ndeeply with a strong motion." +358300 ,,,,,3250010,,甜花,Tenka,309_TC05_t_043.wav,tenka,,0,,,,,,,,Eh?! Ah! ...No. It's too strong... ah! Hya! Hya! Aaaah!!\nNhi! +358400 ,,,,,3250010,,,,,,,,,,,,,,,"Feeling like her body is being pierced by my cock, Tenka-\nchan finally starts to let out her voice." +358500 ,,,,,3250010,,甜花,Tenka,309_TC05_t_044.wav,tenka,,0,,,,,,,,"Higi... nnnnn~~~! Fuaaaah! No! Mister, aah... I can't...\nhold back my voice... anymore." +358600 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you don't have to hold back so much, you know?" +358700 ,,,,,3250010,,甜花,Tenka,309_TC05_t_045.wav,tenka,,0,,,,,,,,But... no! Nnn! ...Not being able to play with the others...\nfuyaaah! +358800 ,,,,,3250010,,,,,,,,,,,,,,,"Hmm, it seems like she's feeling it, but she's not really\nfocused." +358900 ,,,,,3250010,,,,,,,,,,,,,,,"Alright, in that case." +359000 ,,,,,3250010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, then I'll cover for you, so you can let your\nvoice out as much as you want." +359200 ,,,,,3250020,,甜花,Tenka,309_TC05_t_046.wav,tenka,,0,,,,,,,,"Feh? Nmpf? Nmmuu... Nn, fu... chu, nmm?" +359300 ,,,,,3250020,,,,,,,,,,,,,,,I press my lips against Tenka-chan's and slide my tongue\ninside. +359400 ,,,,,3250020,,甜花,Tenka,309_TC05_t_047.wav,tenka,,0,,,,,,,,"Nchu. Mmm, nn, nnu... nn. Ah... a kiss." +359500 ,,,,,3250020,,,,,,,,,,,,,,,"With her face flushed red, she moves her tongue in response\nto the kiss." +359600 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,Hehe... Tenka-chan's mouth is sweet and delicious. +359700 ,,,,,3250020,,甜花,Tenka,309_TC05_t_048.wav,tenka,,0,,,,,,,,Ah... uuu... I kissed like a lover. +359800 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,Hm? +359900 ,,,,,3250020,,,,,,,,,,,,,,,Tenka-chan shows a dazed expression. I wonder what's wrong?\nIs she weak to kisses? +360000 ,,,,,3250020,,,,,,,,,,,,,,,"...No, that's not it. Come to think of it, this is the first\ntime I've kissed Tenka- chan!" +360100 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,It's our first kiss. +360200 ,,,,,3250020,,甜花,Tenka,309_TC05_t_049.wav,tenka,,0,,,,,,,,...Uncle... you're late... +360300 ,,,,,3250020,,,,,,,,,,,,,,,"It seems like she's happy about her first kiss, and her\ntense expression softens all at once." +360400 ,,,,,3250020,,,,,,,,,,,,,,,"...She's experienced anal sex before her first time, and\noral sex before her first kiss. Even though I was the one\nwho did it... she's an amazing girl." +360500 ,,,,,3250020,,甜花,Tenka,309_TC05_t_050.wav,tenka,,0,,,,,,,,"Uncle, you're so unfair... I want to..." +360600 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,Huh!? +360700 ,,,,,3250020,,,,,,,,,,,,,,,"This time, Tenka-chan initiates the kiss." +360800 ,,,,,3250020,,甜花,Tenka,309_TC05_t_051.wav,tenka,,0,,,,,,,,Nmm! Hapu... chu... nn! +360900 ,,,,,3250020,,,,,,,,,,,,,,,"She's quite assertive, and it's hard to believe she was\nhesitant just a moment ago." +361000 ,,,,,3250020,,甜花,Tenka,309_TC05_t_052.wav,tenka,,0,,,,,,,,"Ah... hafu, ah, ha... fua... Nchu, nku... nn, kisu...\nmore..." +361100 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,"Nn, nchu... You're asking for kisses a lot. Alright, I'll\ngive you more." +361200 ,,,,,3250020,,甜花,Tenka,309_TC05_t_053.wav,tenka,,0,,,,,,,,"But... nmm, nku, pu, haa." +361300 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll move in and out while we kiss, okay? ―See?" +361400 ,,,,,3250020,,甜花,Tenka,309_TC05_t_054.wav,tenka,,0,,,,,,,,"Nfu... dyu, nn... nn, nnnn! Ha, while kissing... aaaaah!\nNmm! Nfuuu! Hapuuuu!" +361500 ,,,,,3250020,,,,,,,,,,,,,,,"As I thrust my cock deep inside repeatedly, Tenka-chan tilts\nher head back, seeking more kisses." +361600 ,,,,,3250020,,甜花,Tenka,309_TC05_t_055.wav,tenka,,0,,,,,,,,"Nmm, Uncle... more kisses, nchu, nmm, ah... Ugh, aaaah...\nNn, nn, nn, nnn!" +361700 ,,,,,3250020,,,,,,,,,,,,,,,"Thanks to the kisses, her mind and body seem to have relaxed\nall at once, and she's focusing on the pleasure with a\nblissful expression." +361800 ,,,,,3250020,,,,,,,,,,,,,,,"It seems like she doesn't have a care in the world about the\nothers anymore, as she moves her hips and sticks out her\ntongue." +361900 ,,,,,3250020,,,,,,,,,,,,,,,"But if she makes this much noise, won't the others wake up?" +362000 ,,,,,3250020,,,,,,,,,,,,,,,"As I thought that, I looked to the side." +362100 ,,,,,3250020,,コマコ,Komako,309_TC05_k_006.wav,komako,,0,,,,,,,,――! +362200 ,,,,,3250020,,,,,,,,,,,,,,,Komako-chan is squeezing her eyes shut unnaturally tight. +362300 ,,,,,3250020,,,,,,,,,,,,,,,"...Could it be, without a doubt." +362400 ,,,,,3250020,,甜花,Tenka,309_TC05_t_056.wav,tenka,,0,,,,,,,,"Uncle! Uncle! Ah! Fua, fua, fuaaaah! I'm gonna cum! I'm\ngonna cum!" +362500 ,,,,,3250020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, you can cum whenever you want. Come on, let's cum\nwhile Komako-chan is watching, okay?" +362600 ,,,,,3250020,,コマコ,Komako,309_TC05_k_007.wav,komako,,0,,,,,,,,~~~~~~~~!! +362800 ,,,,,3250030,,甜花,Tenka,309_TC05_t_057.wav,tenka,,0,,,,,,,,Fueee? Eh? Komako!? +362900 ,,,,,3250030,,,,,,,,,,,,,,,"Even in surprise, she manages to say her friend's name with\nher slurred speech." +363000 ,,,,,3250030,,,,,,,,,,,,,,,"Komako-chan opens her eyes slightly, as if to confirm." +363100 ,,,,,3250030,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan said she overslept and is wide awake today. +363200 ,,,,,3250030,,コマコ,Komako,309_TC05_k_008.wav,komako,,0,,,,,,,,...... +363300 ,,,,,3250030,,甜花,Tenka,309_TC05_t_058.wav,tenka,,0,,,,,,,,"N-no! Uncle, no! Komako is watching! She's awake!" +363400 ,,,,,3250030,,,,,,,,,,,,,,,"Tenka-chan seems to have confirmed it too, and she moves her\nbody as if trying to escape from me." +363500 ,,,,,3250030,,主人公,Kiyoshi,,,,,,,,,,,,But Tenka-chan's pussy is squeezing tight and won't let go\nof me. +363600 ,,,,,3250030,,甜花,Tenka,309_TC05_t_059.wav,tenka,,0,,,,,,,,"Ah! T-that's not true! Nn, fu, fu... Nnh! Ah, I'm cumming!\nNnngh!" +363700 ,,,,,3250030,,甜花,Tenka,309_TC05_t_060.wav,tenka,,0,,,,,,,,"Ah, no! Aaaaaah! There!" +363800 ,,,,,3250030,,,,,,,,,,,,,,,"It seems like she's trying to return to her usual self, but\nher pussy tightens with a squeeze." +363900 ,,,,,3250030,,主人公,Kiyoshi,,,,,,,,,,,,Is that true? Did you get excited being watched by Komako-\nchan? +364000 ,,,,,3250030,,甜花,Tenka,309_TC05_t_061.wav,tenka,,0,,,,,,,,"Ugh, no... Hnn? No... way! Ahh... Ah! Ah! Ah, haa haa haa\nhaa!" +364100 ,,,,,3250030,,甜花,Tenka,309_TC05_t_062.wav,tenka,,0,,,,,,,,Komako too... Ahhh! Hyaaah! She was just half-asleep\nearlier... I'm sure she's asleep again. +364200 ,,,,,3250030,,主人公,Kiyoshi,,,,,,,,,,,,Hmm~? Is that so? +364300 ,,,,,3250030,,コマコ,Komako,309_TC05_k_009.wav,komako,,0,,,,,,,,...... +364400 ,,,,,3250030,,,,,,,,,,,,,,,"When I glanced at Komako-chan, her eyes were wide open,\nwatching us with great interest." +364500 ,,,,,3250030,,,,,,,,,,,,,,,She's studying hard for her time with Chie- chan. +364700 ,,,,,3250040,,甜花,Tenka,309_TC05_t_063.wav,tenka,,0,,,,,,,,"Hii... Ah! I'm being watched... Hah, kuhun! Ah, haa... by\nKomako... Ah, hah haa!?" +364800 ,,,,,3250040,,,,,,,,,,,,,,,The sound of me thrusting in and out of her pussy echoed in\nthe room with a lewd squelching noise. +364900 ,,,,,3250040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah... it's making quite a sound, isn't it?" +365000 ,,,,,3250040,,甜花,Tenka,309_TC05_t_064.wav,tenka,,0,,,,,,,,"Ah, aaaaah... faa... ahaha... ahaha? I'm being watched... by\nKomako..." +365100 ,,,,,3250040,,,,,,,,,,,,,,,"It seems like the pleasure, the kissing, and being watched\nare all mixing together, making her head a mess." +365200 ,,,,,3250040,,,,,,,,,,,,,,,"Drool drips down, and tears well up at the corners of her\neyes." +365300 ,,,,,3250040,,,,,,,,,,,,,,,"I'm a little worried, but I can't stop now." +365400 ,,,,,3250040,,,,,,,,,,,,,,,"After all, Komako-chan is trying to use this as a model for\nher time with Chie-chan, so as an adult, I have to set an\nexample!" +365500 ,,,,,3250040,,甜花,Tenka,309_TC05_t_065.wav,tenka,,0,,,,,,,,Fuaaa? Aaaaah! Again... deep inside! Ah. It feels so good...\nAh! Nooooo! +365600 ,,,,,3250040,,,,,,,,,,,,,,,Squeeze! Squeeze! Her vagina tightened around my cock\nrepeatedly. +365700 ,,,,,3250040,,甜花,Tenka,309_TC05_t_066.wav,tenka,,0,,,,,,,,"Faa... faa. Being watched, nnnnnn! By Komako... ah... ah.\nHaa, ha... fua... Nn! Nnnnnnn!" +365800 ,,,,,3250040,,,,,,,,,,,,,,,"She shook her cute face from side to side, and drool\nsplattered onto the tatami." +365900 ,,,,,3250040,,甜花,Tenka,309_TC05_t_067.wav,tenka,,0,,,,,,,,"It's good! Ahhh! Uncle, it feels so good! Ah, aaaaaah! Fuaa!\nNo... don't stop... I don't want you to stop?" +366000 ,,,,,3250040,,主人公,Kiyoshi,,,,,,,,,,,,There's no way I'd stop! Neither Tenka-chan nor I have come\nyet! +366100 ,,,,,3250040,,,,,,,,,,,,,,,"Tenka-chan's sweat, drool, and love juices dripped onto the\ntatami." +366200 ,,,,,3250040,,甜花,Tenka,309_TC05_t_068.wav,tenka,,0,,,,,,,,"Ihih...! Ah, ah, more, harder... do it! Ah. Fuku! Kua!\nNnfu... Nnn!" +366300 ,,,,,3250040,,,,,,,,,,,,,,,"Her well-formed face twisted into a mess, making it hard to\nbelieve she's an idol." +366400 ,,,,,3250040,,主人公,Kiyoshi,,,,,,,,,,,,Ugh! +366500 ,,,,,3250040,,,,,,,,,,,,,,,My fully erect cock throbbed painfully. +366600 ,,,,,3250040,,,,,,,,,,,,,,,I'm close to coming... My cock feels like it's going to melt\nfrom the pleasure. +366700 ,,,,,3250040,,甜花,Tenka,309_TC05_t_069.wav,tenka,,0,,,,,,,,Nnnnnnn! Hiu! It's coming again! The good feeling is coming! +366800 ,,,,,3250040,,,,,,,,,,,,,,,"Her back arched, and she moved her hips closer, devouring my\ncock." +366900 ,,,,,3250040,,,,,,,,,,,,,,,"Unconsciously, I sped up my thrusts, putting all my effort\ninto ejaculation." +367000 ,,,,,3250040,,甜花,Tenka,309_TC05_t_070.wav,tenka,,0,,,,,,,,"Ahhh, being watched by Komako... Ah! ...The good feeling is\ncoming! Ah! I'm going to come!" +367100 ,,,,,3250040,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, Tenka-chan! Let's come together in front of\nKomako-chan, okay?" +367200 ,,,,,3250040,,甜花,Tenka,309_TC05_t_071.wav,tenka,,0,,,,,,,,Nhia! Y-yeah... being watched by so many people... and by\nKomako... I'm going to come! +367300 ,,,,,3250040,,,,,,,,,,,,,,,"Squish, squish, squish, squish, the pace quickened." +367400 ,,,,,3250040,,,,,,,,,,,,,,,"Both Tenka-chan and I were excited from being watched,\nthrusting my cock roughly." +367500 ,,,,,3250040,,甜花,Tenka,309_TC05_t_072.wav,tenka,,0,,,,,,,,"Nhyuuuu! Nn, ugh, fuaaaaa! Ahhh, ahhh... ahhh! Ahhh... more!\nFuaaaaaa! Nkuu...! Nfu!" +367600 ,,,,,3250040,,,,,,,,,,,,,,,"Drool dripped down, and sweat covered her entire body." +367700 ,,,,,3250040,,主人公,Kiyoshi,,,,,,,,,,,,I'm coming! I'm going to fill Tenka-chan's pussy with lots! +367800 ,,,,,3250040,,甜花,Tenka,309_TC05_t_073.wav,tenka,,0,,,,,,,,"I'm coming! Ah, ahhhhhhh! Fuaaaa! Being watched by Komako\nand coming! Fuhyaaaaaa!" +367900 ,,,,,3250040,,,,,,,,,,,,,,,"Her pussy, which had become so wet, tightened so much that\nit stopped my cock from moving." +368000 ,,,,,3250040,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, uoooooo! I'm coming! I'm coming!" +368100 ,,,,,3250050,,,,,,,,,,,,,,,Tenka-chan's back convulsed and arched. +368200 ,,,,,3250050,,甜花,Tenka,309_TC05_t_074.wav,tenka,,0,,,,,,,,"Fuuuuuun! Fua, fua!? Fwaaaaaaaa!?" +368400 ,,,,,3250050,,甜花,Tenka,309_TC05_t_075.wav,tenka,,0,,,,,,,,"Auh... ugh. Ah. Nku, haa haa haa haa haa. Afu!? Ha... ku,\nahhhh" +368500 ,,,,,3250050,,,,,,,,,,,,,,,"Her back arched and stiffened, her mouth opening and\nclosing." +368600 ,,,,,3250050,,甜花,Tenka,309_TC05_t_076.wav,tenka,,0,,,,,,,,It's coming out... in my tummy... uncle's... semen. +368700 ,,,,,3250050,,主人公,Kiyoshi,,,,,,,,,,,,Phew... phew. +368800 ,,,,,3250050,,,,,,,,,,,,,,,"An unbelievable amount of semen spilled out from the gap\nbetween my cock and her pussy, even though I came inside." +368900 ,,,,,3250050,,,,,,,,,,,,,,,"There was almost no gap, though." +369000 ,,,,,3250050,,甜花,Tenka,309_TC05_t_077.wav,tenka,,0,,,,,,,,"My, my tummy... it's full... I can't take anymore." +369100 ,,,,,3250050,,主人公,Kiyoshi,,,,,,,,,,,,"It felt good, Tenka-chan." +369200 ,,,,,3250050,,甜花,Tenka,309_TC05_t_078.wav,tenka,,0,,,,,,,,"Mm... yeah. I, I did too..." +369300 ,,,,,3250050,,主人公,Kiyoshi,,,,,,,,,,,,Was it because... Komako-chan was watching? +369400 ,,,,,3250050,,コマコ,Komako,309_TC05_k_010.wav,komako,,0,,,,,,,,--! +369500 ,,,,,3250050,,甜花,Tenka,309_TC05_t_079.wav,tenka,,0,,,,,,,,"I-I don't know, but... when I realized Komako was\nwatching... it felt a little good." +369600 ,,,,,3250050,,,,,,,,,,,,,,,"Perhaps because she had just climaxed and was dazed, she\nsaid something she normally wouldn't." +369700 ,,,,,3250050,,主人公,Kiyoshi,,,,,,,,,,,,Well then... here we go. +369800 ,,,,,3250050,,,,,,,,,,,,,,,I pulled my cock out of her pussy. +369900 ,,,,,3250050,,甜花,Tenka,309_TC05_t_080.wav,tenka,,0,,,,,,,,Hyann! +370000 ,,,,,3250050,,,,,,,,,,,,,,,"At the same time as she let out a short scream, semen gushed\nout--" +370200 ,,,,,3250060,,,,,,,,,,,,,,,--Bubobo Bchubchubchu! +370300 ,,,,,3250060,,,,,,,,,,,,,,,A vulgar sound echoed. +370400 ,,,,,3250060,,甜花,Tenka,309_TC05_t_081.wav,tenka,,0,,,,,,,,Fyaa!? What is this!? +370500 ,,,,,3250060,,,,,,,,,,,,,,,Even Komako-chan was wide-eyed in surprise. +370600 ,,,,,3250060,,,,,,,,,,,,,,,Hehehe! Should I embarrass her a little? +370700 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... was that a fart? +370800 ,,,,,3250060,,甜花,Tenka,309_TC05_t_082.wav,tenka,,0,,,,,,,,~~~~~~~~~~~~~~~~!! +370900 ,,,,,3250060,,甜花,Tenka,309_TC05_t_083.wav,tenka,,0,,,,,,,,N-No! I didn't fart! Idols don't do that! +371000 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,Then maybe you had an upset stomach? It sounded like\ndiarrhea. +371100 ,,,,,3250060,,甜花,Tenka,309_TC05_t_084.wav,tenka,,0,,,,,,,,No! I didn't! I didn't do... anything like that! +371200 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,Really? Are you sure? +371300 ,,,,,3250060,,甜花,Tenka,309_TC05_t_085.wav,tenka,,0,,,,,,,,I-I'm sure! +371400 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,"Heh, hehe... haha! I know. It's the sound of air getting\ntrapped in your pussy and coming out with the semen." +371500 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,It's called a queef. +371600 ,,,,,3250060,,甜花,Tenka,309_TC05_t_086.wav,tenka,,0,,,,,,,,"Haa... haa... I-I don't know, but... it's not a fart, right?\nIdols... don't do that." +371700 ,,,,,3250060,,甜花,Tenka,309_TC05_t_087.wav,tenka,,0,,,,,,,,If they did... it would ruin the dream... +371800 ,,,,,3250060,,,,,,,,,,,,,,,"As an older guy, I find it exciting when girls like her do\nthat." +371900 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it's okay. It's not a fart." +372000 ,,,,,3250060,,甜花,Tenka,309_TC05_t_088.wav,tenka,,0,,,,,,,,...Phew. +372100 ,,,,,3250060,,主人公,Kiyoshi,,,,,,,,,,,,Try pressing around your womb area. +372200 ,,,,,3250060,,甜花,Tenka,309_TC05_t_089.wav,tenka,,0,,,,,,,,"Nn!? My stomach, nnngh!?" +372300 ,,,,,3250060,,,,,,,,,,,,,,,Bubububububuuu... +372400 ,,,,,3250060,,,,,,,,,,,,,,,"With that sound, the semen and air spilled out." +372500 ,,,,,3250060,,甜花,Tenka,309_TC05_t_090.wav,tenka,,0,,,,,,,,"N-No more pressing, it's embarrassing..." +372600 ,,,,,3250060,,,,,,,,,,,,,,,"Hearing the lewd sound coming from Tenka- chan's pussy got\nme excited again, but... it seems like there's no more room\nfor semen, so I'll stop here." +372700 ,$event_return,,,,,,,,,,,,,,,,,,, +372800 ,,,0,9001,,,,,,,,,,,,,,,, +373000 ,@310_TC06,,,,,,,,,,,,,,,,,,, +373300 ,,,6,21,,,千恵,Chie,310_TC06_c_000.wav,,,,"chie,private",,20,,,,,"Hey, uncle! The package is here!" +373400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,"Oh? Thanks, Chie-chan. I'm a bit tied up right now, so could\nyou all help carry it?" +373500 ,,,,,,,千恵,Chie,310_TC06_c_001.wav,,,,chie,,21,,,,,Got it! +373600 ,,,,,,,,,,,,,chie,,21,,,,,Chie-chan cheerfully raised her hand and ran towards the\ndelivery. +373700 ,,,,,,,,,,,,,,,,,,,,"Following her, Tenka-chan and Komako-chan went along, but..." +373800 ,,,,,,,コマコ,Komako,310_TC06_k_000.wav,"komako,privateB",,24,,,,"tenka,privateB",,4,,Ah...! +373900 ,,,,,,,甜花,Tenka,310_TC06_t_000.wav,komako,,24,,,,tenka,,4,,...Ugh +374000 ,,,,,,,,,,komako,,24,,,,tenka,,4,,"When their eyes met, both of them froze." +374100 ,,,,,,,千恵,Chie,310_TC06_c_002.wav,,,,chie,,3,,,,,"Hmm? What are you doing, Tenka-chan and Komako-chan? Help us\ncarry the stuff!" +374200 ,,,,,,,コマコ,Komako,310_TC06_k_001.wav,komako,,13,,,,tenka,,16,,Y-Yeah. +374300 ,,,,,,,甜花,Tenka,310_TC06_t_001.wav,komako,,13,,,,tenka,,16,,Got it... +374400 ,,,,,,,,,,,,,,,,,,,,Both of them seem awkward. +374500 ,,,,,,,,,,,,,,,,,,,,"Well, it's understandable." +374600 ,,,,,,,,,,,,,,,,,,,,"In the end, Komako-chan pretended to be asleep until the\nvery end." +374700 ,,,,,,,,,,,,,,,,,,,,"Even though it's obvious what they were doing, they're\npretending like nothing happened." +374800 ,,,,,,,,,,,,,,,,,,,,"Hmm, maybe it would be better to just reveal it? Then,\nsomehow, Komako-chan might end up joining in for sex too..." +374900 ,,,,,,,甜花,Tenka,310_TC06_t_002.wav,,,,,,,tenka,,3,,Uncle. +375000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,Whoa! Sorry! +375100 ,,,,,,,甜花,Tenka,310_TC06_t_003.wav,,,,,,,tenka,,12,,...? Why are you apologizing? +375200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,"Ah... no, it's nothing." +375300 ,,,,,,,甜花,Tenka,310_TC06_t_004.wav,,,,,,,tenka,,15,,"More importantly, Komako... you noticed, right?" +375400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,15,,Hmm... I wonder. +375500 ,,,,,,,甜花,Tenka,310_TC06_t_005.wav,,,,,,,tenka,,32,,"What do you mean 'I wonder'? I mean... Komako had her eyes\nopen, right?" +375600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,32,,That's right. Tenka-chan was having sex with Uncle right in\nfront of Komako-chan. +375700 ,,,,,,,甜花,Tenka,310_TC06_t_006.wav,,,,,,,tenka,,33,,Ugh... to think she saw us... it's embarrassing. +375800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,33,,"Hmm? But you looked like you were really enjoying it,\nthough?" +375900 ,,,,,,,甜花,Tenka,310_TC06_t_007.wav,,,,,,,tenka,,26,,"Ugh... w-well, it did feel... good." +376000 ,,,,,,,,,,,,,,,,tenka,,26,,"Tenka-chan likes being watched. Even if it's by a friend,\nshe probably enjoys being seen." +376100 ,,,,,,,,,,,,,,,,,,,,I glance over at Komako-chan. +376200 ,,,,,,,コマコ,Komako,310_TC06_k_002.wav,komako,,24,,,,,,,,...! +376300 ,,,,,,,,,,,,,,,,,,,,"Then, she quickly averted her gaze and ran over to Chie-\nchan." +376400 ,,,,,,,甜花,Tenka,310_TC06_t_008.wav,,,,,,,tenka,,36,,...Sigh. I don't know how to talk to Komako. +376500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,36,,"Ah... if we don't handle this soon, it might put a strain on\nthe relationship between the three of you." +376600 ,,,,,,,甜花,Tenka,310_TC06_t_009.wav,,,,,,,tenka,,30,,No way! I don't want that! We just became friends... +376700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,30,,"Hmm, if we don't do something, she might start avoiding you." +376800 ,,,,,,,甜花,Tenka,310_TC06_t_010.wav,,,,,,,tenka,,10,,"It's your fault, Uncle! Do something about it!" +376900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,10,,"Yeah, I suppose so." +377000 ,,,,,,,,,,,,,,,,tenka,,10,,"Pretending to be worried, but in reality, it's a simple\nmatter." +377100 ,,,,,,,,,,,,,,,,tenka,,10,,All I have to do is say that Tenka-chan and I are dating. +377200 ,,,,,,,,,,,,,,,,tenka,,10,,"Komako-chan likes Chie-chan, so in the end, it doesn't\nmatter to her if we're together." +377300 ,,,,,,,,,,,,,,,,tenka,,10,,She was probably just surprised because we suddenly started\ngetting intimate. +377400 ,,,,,,,,,,,,,,,,tenka,,10,,But well... I can use this situation. +377500 ,,,,,,,甜花,Tenka,310_TC06_t_011.wav,,,,,,,tenka,,34,,"Hey, Uncle!" +377600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,34,,"Yeah, it's okay. ...Uncle will take care of it." +377700 ,,,,,,,甜花,Tenka,310_TC06_t_012.wav,,,,,,,tenka,,3,,R-Really? +377800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,Yeah. But I think I'll need Tenka-chan's help too. +377900 ,,,,,,,甜花,Tenka,310_TC06_t_013.wav,,,,,,,tenka,,0,,Got it. I'll help too! +378000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,0,,Alright! Then you don't have to worry about the rest. +378100 ,,,,,,,甜花,Tenka,310_TC06_t_014.wav,,,,,,,tenka,,2,,Yeah! Uncle... I love you. +378200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,2,,Haha. +378300 ,,,,,,,,,,,,,,,,tenka,,2,,"Wow... when she suddenly gets affectionate, it's really\npowerful." +378500 ,,,8,,,,千恵,Chie,310_TC06_c_003.wav,,,,chie,,1,,,,,"See you later, Uncle!" +378600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Yeah, be careful on your way home." +378700 ,,,,,,,千恵,Chie,310_TC06_c_004.wav,,,,chie,,21,,,,,It's okay! Komako-chan and Tenka-chan are with me. +378800 ,,,,,,,甜花,Tenka,310_TC06_t_015.wav,,,,chie,,21,tenka,,3,,"Ah... sorry, Chie. I'm staying behind today." +378900 ,,,,,,,千恵,Chie,310_TC06_c_005.wav,,,,chie,,3,tenka,,3,,...? Overtime? +379000 ,,,,,,,甜花,Tenka,310_TC06_t_016.wav,,,,chie,,3,tenka,,23,,S-Something like that. +379100 ,,,,,,,千恵,Chie,310_TC06_c_006.wav,,,,chie,,21,,,,,"I see. Then, Komako-chan, shall we head home together?" +379200 ,,,,,,,コマコ,Komako,310_TC06_k_003.wav,komako,,1,chie,,21,,,,,Yeah. See you tomorrow. +379300 ,,,,,,,主人公,Kiyoshi,,komako,,1,,,,,,,,Ah! Komako-chan! Could you wait a moment? +379400 ,,,,,,,コマコ,Komako,310_TC06_k_004.wav,komako,,4,,,,,,,,Huh? +379500 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"Sorry, there's something important I need to discuss." +379600 ,,,,,,,甜花,Tenka,310_TC06_t_017.wav,komako,,4,,,,tenka,,9,,Komako... please. +379700 ,,,,,,,コマコ,Komako,310_TC06_k_005.wav,komako,,14,,,,tenka,,9,,Uh... um. Okay... I understand. +379800 ,,,,,,,,,,komako,,14,,,,tenka,,9,,Both Tenka-chan and Komako-chan are blushing without saying\nanything specific. +379900 ,,,,,,,千恵,Chie,310_TC06_c_007.wav,,,,chie,,3,,,,,Komako-chan is staying behind... an important talk? +380000 ,,,,,,,,,,,,,chie,,3,,,,,Then Chie-chan suddenly had a startled expression. +380100 ,,,,,,,千恵,Chie,310_TC06_c_008.wav,,,,chie,,7,,,,,"N-No, Uncle! Komako-chan isn't the type to do something like\nthat!" +380200 ,,,,,,,コマコ,Komako,310_TC06_k_006.wav,komako,,4,,,,tenka,,4,,Huh? +380300 ,,,,,,,甜花,Tenka,310_TC06_t_018.wav,komako,,4,,,,tenka,,4,,Chie? +380400 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,tenka,,4,,"...? Ah, no! It's not like Komako-chan did anything wrong.\nThat's not why I stopped her." +380500 ,,,,,,,千恵,Chie,310_TC06_c_009.wav,,,,chie,,14,,,,,...Really? +380600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,14,,,,,"Really, really. It's fine." +380700 ,,,,,,,千恵,Chie,310_TC06_c_010.wav,,,,chie,,34,,,,,Hmm... +380800 ,,,,,,,,,,,,,chie,,34,,,,,She was probably remembering the time she was left alone\nafter shoplifting. +380900 ,,,,,,,,,,,,,chie,,34,,,,,"Now that Komako-chan is also being left alone, maybe... it\ncrossed her mind." +381000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,34,,,,,"It's okay, so Chie-chan, you should head home now." +381100 ,,,,,,,千恵,Chie,310_TC06_c_011.wav,,,,chie,,7,,,,,"Hmm, got it! I trust you, Uncle!" +381200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,7,,,,,"Yes, yes. See you tomorrow then." +381300 ,,,,,,,千恵,Chie,310_TC06_c_012.wav,,,,chie,,1,,,,,"Yeah! Bye-bye, Komako-chan, Tenka-chan, and Uncle!" +381400 ,,,,,,,,,,,,,,,,,,,,"Saying that, she waved her hand energetically and ran back\nhome." +381500 ,,,,,,,甜花,Tenka,310_TC06_t_019.wav,,,,komako,,13,tenka,,34,,...... +381600 ,,,,,,,コマコ,Komako,310_TC06_k_007.wav,,,,komako,,13,tenka,,34,,...... +381700 ,,,,,,,,,,,,,komako,,13,tenka,,34,,"And over here, there's an awkward atmosphere." +381800 ,,,,,,,甜花,Tenka,310_TC06_t_020.wav,,,,komako,,13,tenka,,3,,"By the way, Uncle, what was that conversation with Chie\nabout?" +381900 ,,,,,,,コマコ,Komako,310_TC06_k_008.wav,,,,komako,,4,tenka,,3,,"Ah, I'm curious too..." +382000 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,tenka,,3,,Eh? Uh... +382100 ,,,,,,,,,,,,,komako,,4,tenka,,3,,I can't exactly say she shoplifted before... +382200 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,tenka,,3,,I-It's a secret. +382300 ,,,,,,,甜花,Tenka,310_TC06_t_021.wav,,,,komako,,4,tenka,,37,,Uncle... you're keeping secrets from me. +382400 ,,,,,,,コマコ,Komako,310_TC06_k_009.wav,,,,komako,,27,tenka,,37,,A secret between Uncle and Chie-chan... +382500 ,,,,,,,,,,,,,komako,,27,tenka,,37,,"Tenka-chan, who loves me. And Komako-chan, who loves Chie-\nchan." +382600 ,,,,,,,甜花,Tenka,310_TC06_t_022.wav,,,,komako,,27,tenka,,17,,...Hmph. +382700 ,,,,,,,コマコ,Komako,310_TC06_k_010.wav,,,,komako,,35,tenka,,17,,...Hmph. +382800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,35,tenka,,17,,Ehh... +382900 ,,,,,,,,,,,,,komako,,35,tenka,,17,,"Because of the secret conversation with Chie- chan in front\nof them, I ended up getting jealousy from both." +383100 ,,,15,33,,,,,,,,,,,,,,,,"When we went up to the room, Tenka-chan and I sat down, but\nKomako-chan kept a strange distance." +383200 ,,,,,,,,,,,,,,,,,,,,"Moreover, she stands there, always ready to escape at any\nmoment... that's the impression I get." +383300 ,,,,,,,,,,,,,,,,,,,,"Do I really look like I'm going to do something weird, I\nwonder." +383400 ,,,,,,,,,,,,,,,,,,,,"Well, since I actually do weird things, it's no surprise if\nit seems that way." +383500 ,,,,,,,甜花,Tenka,310_TC06_t_023.wav,,,,komako,,13,tenka,,34,,... +383600 ,,,,,,,コマコ,Komako,310_TC06_k_011.wav,,,,komako,,13,tenka,,34,,... +383700 ,,,,,,,,,,,,,komako,,13,tenka,,34,,"It seems like neither of them knows how to start the\nconversation, so they remain silent." +383800 ,,,,,,,,,,,,,komako,,13,tenka,,34,,"I can't exactly ask, ""Did you see me doing it with Uncle?""\nor ""Were you doing it with Uncle?" +383900 ,,,,,,,,,,,,,komako,,13,tenka,,34,,"It's amusing to watch them like this, but I should lend them\na helping hand." +384000 ,,,,,,,,,,,,,komako,,13,tenka,,34,,I turn to Komako-chan and speak as gently as I can. +384100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,tenka,,34,,"You see, Komako-chan. Actually, Uncle and Tenka-chan have\nbeen dating for a little while now." +384200 ,,,,,,,甜花,Tenka,310_TC06_t_024.wav,,,,komako,,4,tenka,,24,,U-Uncle!? +384300 ,,,,,,,,,,,,,komako,,4,tenka,,24,,I signal with my eyes that it's okay. +384400 ,,,,,,,コマコ,Komako,310_TC06_k_012.wav,,,,komako,,23,tenka,,24,,...? Dating? +384500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,23,tenka,,24,,"Yes, as in being a couple." +384600 ,,,,,,,コマコ,Komako,310_TC06_k_013.wav,,,,komako,,34,tenka,,24,,I-I see... Tenka-chan and Uncle are... +384700 ,,,,,,,,,,,,,komako,,34,tenka,,24,,She looks at us as if she's seeing something unbelievable. +384800 ,,,,,,,,,,,,,komako,,34,tenka,,24,,"Well, I guess that's understandable." +384900 ,,,,,,,コマコ,Komako,310_TC06_k_014.wav,,,,komako,,3,tenka,,24,,"Um... Tenka-chan likes Uncle, and Uncle likes Tenka-chan?" +385000 ,,,,,,,甜花,Tenka,310_TC06_t_025.wav,,,,komako,,3,tenka,,2,,Y-Yeah. +385100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,tenka,,2,,"Yes, that's right." +385200 ,,,,,,,,,,,,,komako,,3,tenka,,2,,"Well, up to this point, we've just revealed our secret." +385300 ,,,,,,,,,,,,,komako,,3,tenka,,2,,It's simply like Komako-chan coming out. But... +385400 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,tenka,,2,,It's the same kind of relationship Komako- chan wants with\nChii-chan. +385500 ,,,,,,,コマコ,Komako,310_TC06_k_015.wav,,,,komako,,31,tenka,,2,,Wha!? Uncle!? +385600 ,,,,,,,甜花,Tenka,310_TC06_t_026.wav,,,,komako,,31,tenka,,4,,Komako wants the same relationship with Chii... Eh!? +385700 ,,,,,,,甜花,Tenka,310_TC06_t_027.wav,,,,komako,,31,tenka,,24,,Ehhhhhhhhhh!? +385800 ,,,,,,,,,,,,,komako,,31,tenka,,24,,"Komako-chan leans forward, while Tenka-chan pulls back." +385900 ,,,,,,,,,,,,,komako,,31,tenka,,24,,"Yes, yes, now we've revealed each other's secrets." +386000 ,,,,,,,,,,,,,komako,,31,tenka,,24,,Now we can talk on equal terms. +386100 ,,,,,,,コマコ,Komako,310_TC06_k_016.wav,,,,komako,,11,tenka,,24,,Uncle! Why did you say that? +386200 ,,,,,,,主人公,Kiyoshi,,,,,komako,,11,tenka,,24,,"Well, since you're friends, if you share a secret, you\nshould share one back." +386300 ,,,,,,,コマコ,Komako,310_TC06_k_017.wav,,,,komako,,31,tenka,,24,,Uncle just said it on his own! +386400 ,,,,,,,甜花,Tenka,310_TC06_t_028.wav,,,,komako,,31,tenka,,30,,Y-Yeah! I wanted to keep it a secret too! +386500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,31,tenka,,30,,"But look, don't you both feel relieved now?" +386600 ,,,,,,,甜花,Tenka,310_TC06_t_029.wav,,,,komako,,31,tenka,,34,,"Y-Yeah, but..." +386700 ,,,,,,,コマコ,Komako,310_TC06_k_018.wav,,,,komako,,36,tenka,,34,,U... Yeah. Well. +386800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,36,tenka,,34,,"Well, that's how it is. Uncle and Tenka-chan are dating, so\nthere's no problem with doing naughty things." +386900 ,,,,,,,,,,,,,komako,,36,tenka,,34,,"Well, there actually is, though." +387000 ,,,,,,,コマコ,Komako,310_TC06_k_019.wav,,,,komako,,13,tenka,,34,,I see... So you were doing naughty things after all. +387100 ,,,,,,,甜花,Tenka,310_TC06_t_030.wav,,,,komako,,13,tenka,,33,,U... Ugh... Yeah. +387200 ,,,,,,,,,,,,,komako,,13,tenka,,33,,Tenka-chan nodded with her face bright red. +387300 ,,,,,,,コマコ,Komako,310_TC06_k_020.wav,,,,komako,,36,tenka,,33,,Oh... +387400 ,*mem,,,,,,,,,,,,,,,,,,, +387500 ,,,15,33,,,甜花,Tenka,310_TC06_t_031.wav,,,,"komako,privateB",,36,"tenka,privateB",,3,,"Ah... But, Komako, you said you like Chii... Is that true?" +387600 ,,,,,,,コマコ,Komako,310_TC06_k_021.wav,,,,komako,,2,tenka,,3,,...Y-Yeah. +387700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,2,tenka,,3,,"That's right, Tenka-chan. Actually, Komako- chan likes Chii-\nchan and wants to do naughty things like us." +387800 ,,,,,,,甜花,Tenka,310_TC06_t_032.wav,,,,komako,,2,tenka,,4,,R-Really!? +387900 ,,,,,,,コマコ,Komako,310_TC06_k_022.wav,,,,komako,,22,tenka,,4,,...Yeah. +388000 ,,,,,,,,,,,,,komako,,22,tenka,,4,,Komako-chan's pale skin turned bright red as she nodded. +388100 ,,,,,,,甜花,Tenka,310_TC06_t_033.wav,,,,komako,,22,tenka,,23,,"But, even though you're both girls..." +388200 ,,,,,,,コマコ,Komako,310_TC06_k_023.wav,,,,komako,,22,tenka,,23,,... +388300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,22,tenka,,23,,"Yeah. But you know, girls can do naughty things together\ntoo." +388400 ,,,,,,,甜花,Tenka,310_TC06_t_034.wav,,,,komako,,22,tenka,,3,,Really? +388500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,22,tenka,,3,,"You don't know, right? So, how about Uncle and Tenka-chan\nshow her?" +388600 ,,,,,,,甜花,Tenka,310_TC06_t_035.wav,,,,komako,,22,tenka,,30,,...? What do you mean? +388700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,22,tenka,,30,,Like this. +388800 ,,,,,,,甜花,Tenka,310_TC06_t_036.wav,,,,komako,,22,tenka,,24,,Huh? ...Kyaa! +389000 ,,,10,,3260000,,,,,,,,,,,,,,,I grabbed Tenka-chan and flipped her around. +389100 ,,,,,3260000,,,,,,,,,,,,,,,"Her head was on the ground, and her butt was facing the\nceiling." +389200 ,,,,,3260000,,コマコ,Komako,310_TC06_k_024.wav,komako,,0,,,,,,,,Wow... +389300 ,,,,,3260000,,甜花,Tenka,310_TC06_t_037.wav,tenka,,0,,,,,,,,"Hey, Uncle! What are you doing!?" +389400 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,Stay still. +389500 ,,,,,3260000,,,,,,,,,,,,,,,"I took off her pants and panties, leaving her in a position\nlike a reverse somersault." +389600 ,,,,,3260010,,甜花,Tenka,310_TC06_t_038.wav,tenka,,0,,,,,,,,"N-No! Komako, don't just watch! Help me!" +389700 ,,,,,3260010,,コマコ,Komako,310_TC06_k_025.wav,komako,,0,,,,,,,,...... +389800 ,,,,,3260010,,,,,,,,,,,,,,,"Komako-chan seemed captivated by the scene, staring in a\ndaze." +389900 ,,,,,3260010,,,,,,,,,,,,,,,"In no time, Tenka-chan's pussy and butt hole appeared right\nin front of Komako-chan." +390000 ,,,,,3260000,,甜花,Tenka,310_TC06_t_039.wav,tenka,,0,,,,,,,,Uncle! What are you really doing!? +390100 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? I told you, I'm going to show Komako- chan." +390200 ,,,,,3260010,,甜花,Tenka,310_TC06_t_040.wav,tenka,,0,,,,,,,,Eh? Eh? W-What do you mean? +390300 ,,,,,3260010,,コマコ,Komako,310_TC06_k_026.wav,komako,,0,,,,,,,,...... +390400 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"You see, Komako-chan, the first time having sex can be\nreally painful." +390500 ,,,,,3260010,,コマコ,Komako,310_TC06_k_027.wav,komako,,0,,,,,,,,"R-Really? Was it like that for you too, Tenka-chan?" +390600 ,,,,,3260000,,甜花,Tenka,310_TC06_t_041.wav,tenka,,0,,,,,,,,U... Yeah... +390700 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"And you know, if it hurts, Chi-chan might not like it, so we\nneed to practice to make it feel good." +390800 ,,,,,3260000,,甜花,Tenka,310_TC06_t_042.wav,tenka,,0,,,,,,,,Eh... Could it be!? +390900 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Now, with Tenka-chan, I'll show you the places that feel\ngood for girls." +391000 ,,,,,3260010,,甜花,Tenka,310_TC06_t_043.wav,tenka,,0,,,,,,,,"Eeeeh! No, no! I absolutely can't!" +391100 ,,,,,3260010,,コマコ,Komako,310_TC06_k_028.wav,komako,,0,,,,,,,,...Is it okay? +391200 ,,,,,3260010,,甜花,Tenka,310_TC06_t_044.wav,tenka,,0,,,,,,,,No way! Absolutely not! +391300 ,,,,,3260010,,コマコ,Komako,310_TC06_k_029.wav,komako,,0,,,,,,,,...I see. +391400 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan! It's for your friends! Do you want Chi-chan and\nKomako-chan to have painful sex? +391500 ,,,,,3260000,,甜花,Tenka,310_TC06_t_045.wav,tenka,,0,,,,,,,,Th-That's... +391600 ,,,,,3260000,,コマコ,Komako,310_TC06_k_030.wav,komako,,0,,,,,,,,Tenka-chan... please. I want to make Chi- chan feel good. +391700 ,,,,,3260000,,甜花,Tenka,310_TC06_t_046.wav,tenka,,0,,,,,,,,But... +391800 ,,,,,3260000,,コマコ,Komako,310_TC06_k_031.wav,komako,,0,,,,,,,,I can only ask Tenka-chan for something like this... +391900 ,,,,,3260000,,甜花,Tenka,310_TC06_t_047.wav,tenka,,0,,,,,,,,Ugh... +392000 ,,,,,3260000,,コマコ,Komako,310_TC06_k_032.wav,komako,,0,,,,,,,,I haven't told anyone else that I like Chi- chan... and I\ncan't tell anyone else. +392100 ,,,,,3260000,,甜花,Tenka,310_TC06_t_048.wav,tenka,,0,,,,,,,,... +392200 ,,,,,3260000,,,,,,,,,,,,,,,Ah... Komako-chan really knows how to push Tenka-chan's\nbuttons. +392300 ,,,,,3260000,,,,,,,,,,,,,,,"For Tenka-chan, who doesn't have many friends here,\nstraightforward words of friendship really hit home." +392500 ,,,,,3260010,,甜花,Tenka,310_TC06_t_049.wav,tenka,,0,,,,,,,,D-Do as you like. +392600 ,,,,,3260010,,コマコ,Komako,310_TC06_k_033.wav,komako,,0,,,,,,,,Really? +392700 ,,,,,3260010,,甜花,Tenka,310_TC06_t_050.wav,tenka,,0,,,,,,,,"It's... it's Komako's request, and the old man is saying so\ntoo." +392800 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then let's have Tenka-chan be our model and start\nour sex education!" +392900 ,,,,,3260010,,コマコ,Komako,310_TC06_k_034.wav,komako,,0,,,,,,,,Yay! +393000 ,,,,,3260010,,,,,,,,,,,,,,,"Komako-chan stretched her arms to the sky, looking full of\nenthusiasm." +393100 ,,,,,3260000,,甜花,Tenka,310_TC06_t_051.wav,tenka,,0,,,,,,,,"...Ah, I don't want to do anything too embarrassing, okay?" +393200 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Komako-chan. First, I'll explain the hole where the\npenis goes in." +393300 ,,,,,3260000,,コマコ,Komako,310_TC06_k_035.wav,komako,,0,,,,,,,,Okay. +393400 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"This is the hole where the penis goes in. If you put it in\nsuddenly, it hurts, so first, you loosen it with your\nfingers to get used to it." +393500 ,,,,,3260000,,コマコ,Komako,310_TC06_k_036.wav,komako,,0,,,,,,,,Around here? +393600 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes." +393700 ,,,,,3260000,,甜花,Tenka,310_TC06_t_052.wav,tenka,,0,,,,,,,,Ah... ugh... it's embarrassing... it tickles. +393800 ,,,,,3260000,,,,,,,,,,,,,,,Komako-chan followed my explanation and pointed her index\nfinger as if to pierce Tenka-chan's pussy... +393900 ,,,,,3260000,,コマコ,Komako,310_TC06_k_037.wav,komako,,0,,,,,,,,Hmm. +394000 ,,,,,3260000,,,,,,,,,,,,,,,--Squelch +394100 ,,,,,3260000,,甜花,Tenka,310_TC06_t_053.wav,tenka,,0,,,,,,,,Hya!? +394200 ,,,,,3260000,,,,,,,,,,,,,,,...She suddenly inserted her finger all the way to the base. +394300 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan? +394400 ,,,,,3260000,,コマコ,Komako,310_TC06_k_038.wav,komako,,0,,,,,,,,"Um, like loosening it... squish-squish? Like this?" +394500 ,,,,,3260010,,甜花,Tenka,310_TC06_t_054.wav,tenka,,0,,,,,,,,"Nkyu!? Ah, ah... Komako... it hurts!? Oh... phew!" +394600 ,,,,,3260010,,,,,,,,,,,,,,,"Komako-chan, without hesitation, seemed to have thrust her\nfinger into the pussy and was moving it around without\nrestraint." +394700 ,,,,,3260010,,,,,,,,,,,,,,,"...Come to think of it, kids from the countryside are okay\nwith frogs and bugs, and they touch those kinds of raw\nthings without mercy." +394800 ,,,,,3260010,,,,,,,,,,,,,,,I've often heard about sticking a straw into a frog's anus\nand inflating it. +394900 ,,,,,3260010,,コマコ,Komako,310_TC06_k_039.wav,komako,,0,,,,,,,,Around here... squish-squish-squish-squish~ +395000 ,,,,,3260010,,甜花,Tenka,310_TC06_t_055.wav,tenka,,0,,,,,,,,"Nguh!? Ha, huff... it hurts! Huff! Ha, huff!" +395100 ,,,,,3260010,,,,,,,,,,,,,,,"I need to properly lecture her, or Chie-chan will have a\nhard time." +395200 ,,,,,3260010,,,,,,,,,,,,,,,"Actually, Tenka-chan is having a hard time right now. It\nreally feels like she might get a straw stuck in her anus." +395300 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, let's stop for a moment?" +395400 ,,,,,3260010,,コマコ,Komako,310_TC06_k_040.wav,komako,,0,,,,,,,,...Okay. +395500 ,,,,,3260010,,,,,,,,,,,,,,,"And once again, without hesitation, she pulled her finger\nout with a pop." +395600 ,,,,,3260010,,甜花,Tenka,310_TC06_t_056.wav,tenka,,0,,,,,,,,Hii!? +395700 ,,,,,3260010,,,,,,,,,,,,,,,"Wow... her pupils are dilating and contracting, and she's\nteary-eyed... it must have been an intense sensation." +395800 ,,,,,3260000,,甜花,Tenka,310_TC06_t_057.wav,tenka,,0,,,,,,,,"Ugh... uuuu... it hurts... Komako, you dummy..." +395900 ,,,,,3260000,,コマコ,Komako,310_TC06_k_041.wav,komako,,0,,,,,,,,...I wanted to make you feel good... I did what the old man\nsaid. So... it's the old man's fault. +396000 ,,,,,3260000,,,,,,,,,,,,,,,Huh? It's my fault now!? +396100 ,,,,,3260000,,甜花,Tenka,310_TC06_t_058.wav,tenka,,0,,,,,,,,"Sniff... you dummy, old man!" +396200 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan!? It's not the old man's fault!? I said that\nbecause I thought you'd touch more gently, normally?" +396300 ,,,,,3260000,,コマコ,Komako,310_TC06_k_042.wav,komako,,0,,,,,,,,Old man made Tenka-chan cry. ...The worst. +396400 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,I think it's because Komako-chan gave a strong stimulus\nthough... +396500 ,,,,,3260000,,,,,,,,,,,,,,,"Even as I said that, Komako-chan turned away, saying ""the\nway you taught was bad." +396600 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Well, it's Komako-chan's first time doing something like\nthis too." +396700 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright! Then Tenka-chan, why don't you tell Komako-chan\nwhere it feels good and how much stimulation feels good,\nfrom your own mouth?" +396800 ,,,,,3260010,,甜花,Tenka,310_TC06_t_059.wav,tenka,,0,,,,,,,,Eh? Eeeeeeeeeeeeh~~~~~~! But you said you'd teach her! +396900 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"But I can't tell if Tenka-chan really feels good, you know?" +397000 ,,,,,3260010,,甜花,Tenka,310_TC06_t_060.wav,tenka,,0,,,,,,,,I-I think you know... w-what the old man does... feels good. +397100 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,...Is that so? +397200 ,,,,,3260010,,,,,,,,,,,,,,,"When she acts all sweet like this, I might forget it's a\nlesson and end up sticking my dick in." +397300 ,,,,,3260010,,,,,,,,,,,,,,,"...No, no." +397400 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, but if we don't do it this way, it won't be a learning\nexperience for Komako- chan." +397500 ,,,,,3260010,,甜花,Tenka,310_TC06_t_061.wav,tenka,,0,,,,,,,,T-That's impossible! Absolutely not! +397600 ,,,,,3260010,,,,,,,,,,,,,,,"Even though Tenka-chan is angrily glaring with a scary face,\nit lacks any impact when her butt hole is in full view." +397700 ,,,,,3260010,,,,,,,,,,,,,,,"Well, normally you wouldn't want to tell your friend where\nit feels good." +397800 ,,,,,3260010,,,,,,,,,,,,,,,"Then, as a return favor to the sweet Tenka- chan, I'll also\nact as her boyfriend..." +397900 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"But you know, Komako-chan probably feels the same, and I\nwant to know where it feels good too." +398000 ,,,,,3260010,,甜花,Tenka,310_TC06_t_062.wav,tenka,,0,,,,,,,,You want to know? +398100 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"I want to know where Tenka-chan feels good too. As your\nboyfriend, I want to make sure you have a pleasurable\nexperience." +398200 ,,,,,3260000,,甜花,Tenka,310_TC06_t_063.wav,tenka,,0,,,,,,,,...Old man. +398300 ,,,,,3260000,,,,,,,,,,,,,,,"Her face turns bright red, showing an embarrassed\nexpression." +398400 ,,,,,3260000,,甜花,Tenka,310_TC06_t_064.wav,tenka,,0,,,,,,,,"...Then, if it's just a little..." +398500 ,,,,,3260000,,,,,,,,,,,,,,,"Hmm, Tenka-chan is easy to handle once she gets sweet." +398600 ,,,,,3260010,,甜花,Tenka,310_TC06_t_065.wav,tenka,,0,,,,,,,,"B-But... I don't really know where it feels good, so I can't\nsay it out loud..." +398700 ,,,,,3260010,,,,,,,,,,,,,,,"Well, that's true. If she suddenly started saying words like\nclitoris or cervix, I'd be the one surprised." +398800 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,Then just touch and tell us if it feels good. +398900 ,,,,,3260000,,甜花,Tenka,310_TC06_t_066.wav,tenka,,0,,,,,,,,O-Okay. +399000 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Komako-chan. Let's try it that way this time." +399100 ,,,,,3260000,,コマコ,Komako,310_TC06_k_044.wav,komako,,0,,,,,,,,Got it. +399200 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"Okay, first, gently stroke Tenka-chan's slit." +399300 ,,,,,3260000,,コマコ,Komako,310_TC06_k_045.wav,komako,,0,,,,,,,,"Okay, got it." +399400 ,,,,,3260000,,,,,,,,,,,,,,,Komako-chan gently touches Tenka-chan's pussy with her\nfinger. +399500 ,,,,,3260000,,甜花,Tenka,310_TC06_t_067.wav,tenka,,0,,,,,,,,...Nn. +399600 ,,,,,3260000,,,,,,,,,,,,,,,"Just as she let out a cute whimper, Komako- chan kept her\nfinger..." +399700 ,,,,,3260000,,コマコ,Komako,310_TC06_k_046.wav,komako,,0,,,,,,,,...Here I go! +399800 ,,,,,3260010,,甜花,Tenka,310_TC06_t_068.wav,tenka,,0,,,,,,,,Hya!? +399900 ,,,,,3260010,,,,,,,,,,,,,,,"...She traced the slit swiftly, like scanning a credit card." +400000 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"H-Hey, Komako-chan! Be gentler, okay?" +400100 ,,,,,3260010,,コマコ,Komako,310_TC06_k_047.wav,komako,,0,,,,,,,,Got it. +400200 ,,,,,3260010,,,,,,,,,,,,,,,...Does she really understand? +400300 ,,,,,3260010,,甜花,Tenka,310_TC06_t_069.wav,tenka,,0,,,,,,,,Ko-Komako... you've been rough since earlier. +400400 ,,,,,3260010,,コマコ,Komako,310_TC06_k_048.wav,komako,,0,,,,,,,,It's okay. I'll do it right next time. +400500 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, okay, then try it like this. Oh, and slowly, of course." +400600 ,,,,,3260010,,,,,,,,,,,,,,,"Following my instructions, Komako-chan gently circles Tenka-\nchan's clitoris with her fingertip over the skin." +400700 ,,,,,3260010,,甜花,Tenka,310_TC06_t_070.wav,tenka,,0,,,,,,,,"―! Nn, nn, haa, haa, nn!" +400800 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"How is it, Tenka-chan?" +400900 ,,,,,3260010,,甜花,Tenka,310_TC06_t_071.wav,tenka,,0,,,,,,,,Nn... this... ah... my body twitches. +401000 ,,,,,3260010,,コマコ,Komako,310_TC06_k_049.wav,komako,,0,,,,,,,,Does it feel good? +401100 ,,,,,3260010,,甜花,Tenka,310_TC06_t_072.wav,tenka,,0,,,,,,,,Nn... yeah. +401200 ,,,,,3260010,,コマコ,Komako,310_TC06_k_050.wav,komako,,0,,,,,,,,I see... it feels good when I touch here? +401300 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, this is called the clitoris. It's a place where nerves\nare concentrated, making it feel good." +401400 ,,,,,3260000,,甜花,Tenka,310_TC06_t_073.wav,tenka,,0,,,,,,,,"Ah... ah. Fu, ah... ahn! Nfu... Ko-Komako... it feels good\nthere." +401500 ,,,,,3260000,,コマコ,Komako,310_TC06_k_051.wav,komako,,0,,,,,,,,"Then, a little faster..." +401600 ,,,,,3260010,,甜花,Tenka,310_TC06_t_074.wav,tenka,,0,,,,,,,,"Ah... no... fuahh! Nn, ah...! Ahhhh!" +401700 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Next, peel back the clitoral hood." +401800 ,,,,,3260010,,コマコ,Komako,310_TC06_k_052.wav,komako,,0,,,,,,,,...Like this? +401900 ,,,,,3260010,,,,,,,,,,,,,,,Komako-chan gently peels back the clitoral hood. +402000 ,,,,,3260010,,,,,,,,,,,,,,,I pinch the base of the exposed clitoris and rub it with the\npad of my finger. +402100 ,,,,,3260010,,甜花,Tenka,310_TC06_t_075.wav,tenka,,0,,,,,,,,Ah? Nnnnn! The stimulation... it's strong... +402200 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"You're doing great. Now, try touching the place where the\npenis goes in too, okay?" +402300 ,,,,,3260010,,コマコ,Komako,310_TC06_k_053.wav,komako,,0,,,,,,,,...Here? +402400 ,,,,,3260010,,,,,,,,,,,,,,,――Squish. +402500 ,,,,,3260000,,甜花,Tenka,310_TC06_t_076.wav,tenka,,0,,,,,,,,Ah... +402600 ,,,,,3260000,,,,,,,,,,,,,,,"The moment Komako-chan's small fingertip touched the\nentrance, a small wet sound echoed." +402700 ,,,,,3260000,,コマコ,Komako,310_TC06_k_054.wav,komako,,0,,,,,,,,It's wet... +402800 ,,,,,3260000,,,,,,,,,,,,,,,――Squish squish +402900 ,,,,,3260000,,甜花,Tenka,310_TC06_t_077.wav,tenka,,0,,,,,,,,No... ah. +403000 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"This is a fluid that comes out when it feels good. See, it's\nslippery, so it seems easier to insert your finger than\nbefore, right?" +403100 ,,,,,3260000,,コマコ,Komako,310_TC06_k_055.wav,komako,,0,,,,,,,,It's true... +403200 ,,,,,3260000,,主人公,Kiyoshi,,,,,,,,,,,,"If you go slowly, I think it's okay to insert it." +403300 ,,,,,3260000,,コマコ,Komako,310_TC06_k_056.wav,komako,,0,,,,,,,,"...Then," +403400 ,,,,,3260000,,,,,,,,,,,,,,,――Squelch! +403500 ,,,,,3260010,,甜花,Tenka,310_TC06_t_078.wav,tenka,,0,,,,,,,,"Kyaa, ah...! Fuahhh! Komako's finger... is going in!" +403600 ,,,,,3260010,,,,,,,,,,,,,,,"Holding down Tenka-chan, who was trying to squirm and\ntwitch, I continued the caresses." +403700 ,,,,,3260010,,コマコ,Komako,310_TC06_k_057.wav,komako,,0,,,,,,,,"Inside, it's all wet... making squishy sounds." +403800 ,,,,,3260010,,甜花,Tenka,310_TC06_t_079.wav,tenka,,0,,,,,,,,"Hah, nn. Ah, hah... it's embarrassing... ah! Making such\nsounds, ah, ah, ah, hah!" +403900 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, it's really wet. I wonder if it's because Komako-chan\nis watching?" +404000 ,,,,,3260000,,甜花,Tenka,310_TC06_t_080.wav,tenka,,0,,,,,,,,Nnfu! I don't... think that's it... +404100 ,,,,,3260000,,コマコ,Komako,310_TC06_k_058.wav,komako,,0,,,,,,,,Hey... where does it feel good? Around here? +404200 ,,,,,3260000,,,,,,,,,,,,,,,"Komako-chan moved her finger in and out, rubbing the shallow\narea." +404300 ,,,,,3260010,,甜花,Tenka,310_TC06_t_081.wav,tenka,,0,,,,,,,,~~~~! +404400 ,,,,,3260010,,,,,,,,,,,,,,,Tenka-chan wiggled her hips with a dazed expression. +404500 ,,,,,3260010,,,,,,,,,,,,,,,"It seems like she's feeling a bit frustrated, doesn't it?" +404600 ,,,,,3260010,,コマコ,Komako,310_TC06_k_059.wav,komako,,0,,,,,,,,Or... is it over here? +404700 ,,,,,3260010,,,,,,,,,,,,,,,"This time, she slipped her finger deeper and moved it\naround." +404800 ,,,,,3260010,,甜花,Tenka,310_TC06_t_082.wav,tenka,,0,,,,,,,,"Agh! Nn, ah, hah... Ahhh! That... kuh, ahh, the\nstimulation... is strong!" +404900 ,,,,,3260010,,コマコ,Komako,310_TC06_k_060.wav,komako,,0,,,,,,,,Does that mean it feels good? +405000 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, whether strong stimulation feels good or not depends on\nthe person, I guess?" +405100 ,,,,,3260010,,コマコ,Komako,310_TC06_k_061.wav,komako,,0,,,,,,,,I see. +405200 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,"I think Chie-chan would honestly tell you, so it might be\nbetter to ask while doing it." +405300 ,,,,,3260010,,コマコ,Komako,310_TC06_k_062.wav,komako,,0,,,,,,,,"Yeah, I'll do that." +405400 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,I wonder how it is for Tenka-chan? +405500 ,,,,,3260010,,甜花,Tenka,310_TC06_t_083.wav,tenka,,0,,,,,,,,"Fua... kuh, ah... when it's strong... it feels\nsuffocating... and painful... but maybe a little, a little\ngood... nfu!" +405600 ,,,,,3260010,,主人公,Kiyoshi,,,,,,,,,,,,I see. +405700 ,,,,,3260010,,,,,,,,,,,,,,,"Indeed, with Tenka-chan's first experience, it was all about\ndoing painful things like anal and irrumatio." +405800 ,,,,,3260010,,,,,,,,,,,,,,,She might have been conditioned to associate pain with\npleasure. +405900 ,,,,,3260020,,コマコ,Komako,310_TC06_k_063.wav,komako,,0,,,,,,,,...? Something else came out. +406000 ,,,,,3260020,,主人公,Kiyoshi,,,,,,,,,,,,Something else? +406200 ,,,,,3260020,,,,,,,,,,,,,,,"Looking closer, the semen I released into Tenka-chan's pussy\nwas being scooped out by Komako-chan's finger." +406300 ,,,,,3260040,,甜花,Tenka,310_TC06_t_084.wav,tenka,,0,,,,,,,,Ah... that's... +406400 ,,,,,3260040,,コマコ,Komako,310_TC06_k_064.wav,komako,,0,,,,,,,,...? ...relle +406500 ,,,,,3260040,,,,,,,,,,,,,,,Oh! Whoa whoa whoa whoa whoa! +406600 ,,,,,3260040,,,,,,,,,,,,,,,Komako-chan is licking the semen I poured into Tenka-chan's\npussy! +406700 ,,,,,3260040,,,,,,,,,,,,,,,W-what an exciting sight! +406800 ,,,,,3260040,,コマコ,Komako,310_TC06_k_065.wav,komako,,0,,,,,,,,...Weird taste. +406900 ,,,,,3260050,,甜花,Tenka,310_TC06_t_085.wav,tenka,,0,,,,,,,,"Th-that's not mine, it's from the old man's dick! So it's\nnot my fault!" +407000 ,,,,,3260050,,コマコ,Komako,310_TC06_k_066.wav,komako,,0,,,,,,,,"The old man's... I thought it was Tenka- chan's, but...\nknowing it's the old man's is kind of unpleasant..." +407100 ,,,,,3260050,,,,,,,,,,,,,,,...I don't think that's quite right. +407200 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, kind of unpleasant, huh... But I did put a lot inside\nTenka-chan." +407300 ,,,,,3260050,,コマコ,Komako,310_TC06_k_067.wav,komako,,0,,,,,,,,...Ehh~. Is there still more coming out? +407400 ,,,,,3260050,,,,,,,,,,,,,,,"Though Komako-chan looked displeased, as if she had an idea,\nshe increased the number of fingers in the pussy from one to\ntwo." +407500 ,,,,,3260050,,コマコ,Komako,310_TC06_k_068.wav,komako,,0,,,,,,,,"Then, I'll scoop it out..." +407600 ,,,,,3260020,,甜花,Tenka,310_TC06_t_086.wav,tenka,,0,,,,,,,,Eh?! Ah! ...No. Ugh. If you do that... That! It's too\nintense... Nngh! Hya! Hyaa! Aahh!! Ngh! +407700 ,,,,,3260020,,,,,,,,,,,,,,,"With the increased number of fingers, Komako- chan\nmercilessly scoops out the semen from the pussy." +407800 ,,,,,3260020,,,,,,,,,,,,,,,"It's a bit rough, but she diligently goes back and forth\nrepeatedly." +407900 ,,,,,3260020,,,,,,,,,,,,,,,"Kids can be merciless and cruel. Well, the old man is\nexcited by the way Tenka-chan is being teased like that!" +408000 ,,,,,3260020,,甜花,Tenka,310_TC06_t_087.wav,tenka,,0,,,,,,,,"Hyu... Nooo~! Fuaaah! No! Ah, ahh... Kuaaah. M-more! Forgive\nme! Komako can't hold it... anymore!" +408100 ,,,,,3260020,,コマコ,Komako,310_TC06_k_069.wav,komako,,0,,,,,,,,Just a little more. +408200 ,,,,,3260020,,甜花,Tenka,310_TC06_t_088.wav,tenka,,0,,,,,,,,"Uh, huh? Fuaa... H-hurry... Ah. Ah... Hah, uh, ahhh... Nngh,\nnngh, ngh, nngh! I'm coming! I'm coming!" +408300 ,,,,,3260020,,,,,,,,,,,,,,,"Tenka-chan sometimes holds her breath and curls up her body,\nrepeating the process." +408400 ,,,,,3260020,,,,,,,,,,,,,,,"She's close to climaxing, and I thought she'd finish with\nTenka-chan's fingers..." +408500 ,,,,,3260020,,コマコ,Komako,310_TC06_k_070.wav,komako,,0,,,,,,,,...Is this enough? +408600 ,,,,,3260050,,甜花,Tenka,310_TC06_t_089.wav,tenka,,0,,,,,,,,Huh? +408700 ,,,,,3260050,,,,,,,,,,,,,,,"It seems she scooped out a fair amount, and Komako-chan\nstopped her fingers." +408800 ,,,,,3260050,,甜花,Tenka,310_TC06_t_090.wav,tenka,,0,,,,,,,,...Ah... ugh +408900 ,,,,,3260050,,,,,,,,,,,,,,,"Tenka-chan, who missed her climax, lets out a dissatisfied\nvoice." +409000 ,,,,,3260050,,,,,,,,,,,,,,,"Well, there are still things I need to teach Komako-chan, so\nit would be troublesome if she climaxed here." +409100 ,,,,,3260050,,コマコ,Komako,310_TC06_k_071.wav,komako,,0,,,,,,,,Hey... old man. +409200 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? What is it? +409300 ,,,,,3260050,,コマコ,Komako,310_TC06_k_072.wav,komako,,0,,,,,,,,"It was tight with two fingers, but can a dick really fit in\nhere?" +409400 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it fits. Komako-chan saw the old man put it in Tenka-\nchan earlier, right?" +409500 ,,,,,3260050,,コマコ,Komako,310_TC06_k_073.wav,komako,,0,,,,,,,,Yeah. Tenka-chan looked like she was feeling good. +409600 ,,,,,3260020,,甜花,Tenka,310_TC06_t_091.wav,tenka,,0,,,,,,,,~~~~~! +409700 ,,,,,3260020,,,,,,,,,,,,,,,"Oh, she's blushing bright red." +409800 ,,,,,3260020,,コマコ,Komako,310_TC06_k_074.wav,komako,,0,,,,,,,,But it looks smaller than a mouth... can it really fit? +409900 ,,,,,3260020,,主人公,Kiyoshi,,,,,,,,,,,,It fits. How about we compare it with your mouth? Let's\nsee... +410000 ,,,,,3260020,,,,,,,,,,,,,,,I pick up a string candy nearby and dangle it in front of\nKomako-chan. +410100 ,,,,,3260020,,,,,,,,,,,,,,,It's bigger than the candy Komako-chan put in her mouth\nbefore. +410200 ,,,,,3260020,,主人公,Kiyoshi,,,,,,,,,,,,"This fits in your mouth, right? Do you think it will fit in\nyour pussy?" +410300 ,,,,,3260020,,コマコ,Komako,310_TC06_k_075.wav,komako,,0,,,,,,,,...Barely? +410400 ,,,,,3260020,,主人公,Kiyoshi,,,,,,,,,,,,Shall we give it a try then? +410500 ,,,,,3260020,,コマコ,Komako,310_TC06_k_076.wav,komako,,0,,,,,,,,Yeah. +410600 ,,,,,3260020,,,,,,,,,,,,,,,Komako-chan and I exchange questions and answers like an\neducational program experiment. +410700 ,,,,,3260020,,,,,,,,,,,,,,,Though the experiment is about whether the candy will fit in\nTenka-chan's pussy. +410800 ,,,,,3260040,,甜花,Tenka,310_TC06_t_092.wav,tenka,,0,,,,,,,,"W-Wait, old man. What are you doing?" +410900 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? It's okay, I'm just putting in the candy." +411000 ,,,,,3260040,,甜花,Tenka,310_TC06_t_093.wav,tenka,,0,,,,,,,,"Stop it, old man! What if it doesn't come out!?" +411100 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine. It has a string, and Komako-chan has done it\nbefore." +411200 ,,,,,3260040,,甜花,Tenka,310_TC06_t_094.wav,tenka,,0,,,,,,,,Komako too!? +411300 ,,,,,3260040,,コマコ,Komako,310_TC06_k_077.wav,komako,,0,,,,,,,,--! +411400 ,,,,,3260040,,,,,,,,,,,,,,,--Thud! +411500 ,,,,,3260040,,,,,,,,,,,,,,,Ouch... Komako-chan lightly kicked me. +411600 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'm going to put it in, okay?" +411700 ,,,,,3260050,,甜花,Tenka,310_TC06_t_095.wav,tenka,,0,,,,,,,,"Wait, old ma... nnngh!?" +411800 ,,,,,3260030,,,,,,,,,,,,,,,I press the candy against her pussy and push it deep inside. +412000 ,,,,,3260030,,甜花,Tenka,310_TC06_t_096.wav,tenka,,0,,,,,,,,Nnngh?! +412100 ,,,,,3260030,,,,,,,,,,,,,,,"Suddenly, Tenka-chan's back arches sharply." +412200 ,,,,,3260030,,甜花,Tenka,310_TC06_t_097.wav,tenka,,0,,,,,,,,Nnnnnngh!? +412300 ,,,,,3260030,,,,,,,,,,,,,,,"It seems that the candy is reaching deeper than my fingers,\ngiving her unexpected stimulation." +412400 ,,,,,3260030,,甜花,Tenka,310_TC06_t_098.wav,tenka,,0,,,,,,,,"Hah, haaah. Nnngh! Inside my... pussy!" +412500 ,,,,,3260030,,,,,,,,,,,,,,,I gently hold down Tenka-chan as she squirms and moves her\nlegs. +412600 ,,,,,3260030,,主人公,Kiyoshi,,,,,,,,,,,,It's all the way in now. +412700 ,,,,,3260030,,コマコ,Komako,310_TC06_k_078.wav,komako,,0,,,,,,,,Wow... it fits. +412800 ,,,,,3260030,,甜花,Tenka,310_TC06_t_099.wav,tenka,,0,,,,,,,,Ugh... uuu... it's embarrassing. +412900 ,,,,,3260030,,,,,,,,,,,,,,,"From Tenka-chan's pussy, the string of the candy dangles\nlike a tampon." +413000 ,,,,,3260030,,,,,,,,,,,,,,,"But since she said she hasn't had her period yet, she\nprobably doesn't understand." +413100 ,,,,,3260030,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, shall we use this candy to make her feel good\nnext?" +413200 ,,,,,3260030,,コマコ,Komako,310_TC06_k_079.wav,komako,,0,,,,,,,,How? +413300 ,,,,,3260030,,主人公,Kiyoshi,,,,,,,,,,,,"When it was my fingers, moving them in and out felt good,\nright? It's the same with the candy." +413400 ,,,,,3260030,,コマコ,Komako,310_TC06_k_080.wav,komako,,0,,,,,,,,...Ah! +413500 ,,,,,3260030,,,,,,,,,,,,,,,"Komako-chan seems to understand and grabs the string,\npulling it." +413600 ,,,,,3260030,,甜花,Tenka,310_TC06_t_100.wav,tenka,,0,,,,,,,,"Ah... haah! If you do that, nnngh! The candy... nnngh!" +413800 ,,,,,3260040,,,,,,,,,,,,,,,――Chupon! +413900 ,,,,,3260040,,甜花,Tenka,310_TC06_t_101.wav,tenka,,0,,,,,,,,Nngh!? +414000 ,,,,,3260040,,,,,,,,,,,,,,,The candy string shot out from Tenka-chan's pussy with\nforce. +414100 ,,,,,3260040,,コマコ,Komako,310_TC06_k_081.wav,komako,,0,,,,,,,,Like this? +414200 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, well done." +414300 ,,,,,3260040,,甜花,Tenka,310_TC06_t_102.wav,tenka,,0,,,,,,,,Ah... don't do weird things... +414400 ,,,,,3260040,,,,,,,,,,,,,,,"Though Tenka-chan looked at them with reproachful eyes,\nKomako-chan pressed the candy against her pussy again." +414600 ,,,,,3260030,,甜花,Tenka,310_TC06_t_103.wav,tenka,,0,,,,,,,,Nn!? Ah... haah! You put it in again! +414700 ,,,,,3260030,,,,,,,,,,,,,,,And then―― +414800 ,,,,,3260030,,甜花,Tenka,310_TC06_t_104.wav,tenka,,0,,,,,,,,"No, no, if you pull it!" +415000 ,,,,,3260040,,,,,,,,,,,,,,,――Chupon +415100 ,,,,,3260040,,甜花,Tenka,310_TC06_t_105.wav,tenka,,0,,,,,,,,"Nngh! Haah, haah, no, no! It feels weird when it comes\nout――Hah!?" +415300 ,,,,,3260030,,,,,,,,,,,,,,,――Jupu! +415400 ,,,,,3260030,,,,,,,,,,,,,,,"And once again, the candy was pushed into Tenka-chan's\npussy." +415500 ,,,,,3260030,,甜花,Tenka,310_TC06_t_106.wav,tenka,,0,,,,,,,,Ko-Komako! No! Do it slower! +415700 ,,,,,3260040,,,,,,,,,,,,,,,――Chubo! +415800 ,,,,,3260040,,,,,,,,,,,,,,,"The candy pulled out, scattering Tenka-chan's love juices." +415900 ,,,,,3260040,,甜花,Tenka,310_TC06_t_107.wav,tenka,,0,,,,,,,,"Nngh! Ah, hyan! I told you to do it slowly!" +416000 ,,,,,3260040,,コマコ,Komako,310_TC06_k_082.wav,komako,,0,,,,,,,,Sorry... I'll do it slowly next time. +416200 ,,,,,3260030,,甜花,Tenka,310_TC06_t_108.wav,tenka,,0,,,,,,,,N-Next time... Hah!? Ahhh... it's going in slowly! +416300 ,,,,,3260030,,,,,,,,,,,,,,,――Jubu jubu jubu jubu. +416400 ,,,,,3260030,,甜花,Tenka,310_TC06_t_109.wav,tenka,,0,,,,,,,,Haa... haa... haa... it's going in again... +416500 ,,,,,3260030,,コマコ,Komako,310_TC06_k_083.wav,komako,,0,,,,,,,,I'll do it slowly. +416600 ,,,,,3260030,,甜花,Tenka,310_TC06_t_110.wav,tenka,,0,,,,,,,,"W-Wait, let me rest... Nnnnnnnn." +416700 ,,,,,3260030,,甜花,Tenka,310_TC06_t_111.wav,tenka,,0,,,,,,,,Ah... I can feel the candy coming out of my pussy... +416900 ,,,,,3260040,,,,,,,,,,,,,,,――Chuuuuuupon. +417000 ,,,,,3260040,,甜花,Tenka,310_TC06_t_112.wav,tenka,,0,,,,,,,,Nngh!? +417100 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, it's looking good, Komako-chan. Tenka-chan seems\nto be enjoying it, right?" +417200 ,,,,,3260040,,コマコ,Komako,310_TC06_k_084.wav,komako,,0,,,,,,,,Yeah. +417300 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Then let's try putting this in next, okay?" +417500 ,,,,,3260050,,,,,,,,,,,,,,,What I offered was a candy in a microphone- shaped\ncontainer. +417600 ,,,,,3260050,,コマコ,Komako,310_TC06_k_085.wav,komako,,0,,,,,,,,Will this... fit? +417700 ,,,,,3260050,,甜花,Tenka,310_TC06_t_113.wav,tenka,,0,,,,,,,,Huh? W-What are you putting in? +417800 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? It's a microphone-shaped candy. Tenka- chan, you used\nit during the live show, right?" +417900 ,,,,,3260040,,甜花,Tenka,310_TC06_t_114.wav,tenka,,0,,,,,,,,"Huh? ...U-Uncle, that's impossible." +418000 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, I don't think so. My dick fit, so it'll be fine." +418100 ,,,,,3260040,,,,,,,,,,,,,,,That microphone is smaller than Uncle's... probably. +418200 ,,,,,3260040,,コマコ,Komako,310_TC06_k_086.wav,komako,,0,,,,,,,,Then I think it'll be fine. +418300 ,,,,,3260020,,甜花,Tenka,310_TC06_t_115.wav,tenka,,0,,,,,,,,"Wait, Komako... nnnnnn!" +418500 ,,,,,3260060,,,,,,,,,,,,,,,The microphone was slowly sucked into Tenka- chan's pussy. +418600 ,,,,,3260060,,甜花,Tenka,310_TC06_t_116.wav,tenka,,0,,,,,,,,Ahh... it's cold... nnn... it's hard... +418700 ,,,,,3260060,,コマコ,Komako,310_TC06_k_087.wav,komako,,0,,,,,,,,Wow... it went in. +418800 ,,,,,3260060,,主人公,Kiyoshi,,,,,,,,,,,,"See, I told you, right?" +418900 ,,,,,3260060,,甜花,Tenka,310_TC06_t_117.wav,tenka,,0,,,,,,,,Uuuu... it feels weird... +419000 ,,,,,3260060,,,,,,,,,,,,,,,"With a microphone sticking out of her pussy, Tenka-chan\nlooks uneasy." +419100 ,,,,,3260060,,甜花,Tenka,310_TC06_t_118.wav,tenka,,0,,,,,,,,"No... I don't like this, Uncle..." +419200 ,,,,,3260060,,主人公,Kiyoshi,,,,,,,,,,,,"But I think this is about the same size as my dick, don't\nyou think?" +419300 ,,,,,3260060,,甜花,Tenka,310_TC06_t_119.wav,tenka,,0,,,,,,,,I... I prefer Uncle's dick... +419400 ,,,,,3260060,,,,,,,,,,,,,,,Aww... she says such cute things. +419500 ,,,,,3260060,,コマコ,Komako,310_TC06_k_088.wav,komako,,0,,,,,,,,Does this feel good? +419600 ,,,,,3260060,,甜花,Tenka,310_TC06_t_120.wav,tenka,,0,,,,,,,,"Ah, not really..." +419700 ,,,,,3260060,,主人公,Kiyoshi,,,,,,,,,,,,"Then let's move it a bit and make it feel good, shall we?" +419800 ,,,,,3260060,,コマコ,Komako,310_TC06_k_089.wav,komako,,0,,,,,,,,Okay. +420000 ,,,,,3260070,,甜花,Tenka,310_TC06_t_121.wav,tenka,,0,,,,,,,,Nnn! Nnnnn! Th-The microphone... it's moving! +420100 ,,,,,3260070,,主人公,Kiyoshi,,,,,,,,,,,,"Then Komako-chan, let's also tease her clitoris, shall we?" +420200 ,,,,,3260070,,コマコ,Komako,310_TC06_k_090.wav,komako,,0,,,,,,,,Okay... like this? +420300 ,,,,,3260070,,甜花,Tenka,310_TC06_t_122.wav,tenka,,0,,,,,,,,"Eh? Ah, fuaaahhh!" +420400 ,,,,,3260070,,,,,,,,,,,,,,,"With a jolt, Tenka-chan's whole body jumps." +420500 ,,,,,3260070,,甜花,Tenka,310_TC06_t_123.wav,tenka,,0,,,,,,,,"Ugh, ahhh, c-clitoris, touching it suddenly, fuaah, s-stop!\nAhhhh!" +420600 ,,,,,3260070,,,,,,,,,,,,,,,Komako-chan is gently teasing her clitoris with her\nfingertips. +420700 ,,,,,3260070,,甜花,Tenka,310_TC06_t_124.wav,tenka,,0,,,,,,,,"Nnn! Ahhh! N-No! If you do it like that, nnah! Ahhhhh!" +420800 ,,,,,3260070,,コマコ,Komako,310_TC06_k_091.wav,komako,,0,,,,,,,,Wow... the microphone is shaking. +420900 ,,,,,3260070,,,,,,,,,,,,,,,"Tenka-chan is convulsing her hips and vagina, shaking the\nmicrophone like a tail." +421000 ,,,,,3260070,,,,,,,,,,,,,,,"And then, she moves it around as if operating a lever." +421100 ,,,,,3260060,,甜花,Tenka,310_TC06_t_125.wav,tenka,,0,,,,,,,,"Fuaa... nnk! Ahhh! The m-microphone... if you move it like\nthat, kuuuuu!" +421200 ,,,,,3260060,,コマコ,Komako,310_TC06_k_092.wav,komako,,0,,,,,,,,Tenka-chan... you have such a pleasurable expression. +421300 ,,,,,3260070,,甜花,Tenka,310_TC06_t_126.wav,tenka,,0,,,,,,,,"Eh!? Fuh... ah, hah hah hah hah... nnngh! Komako saw my\nface... It's so embarrassing... ah. I feel like I'm going to\ndie." +421400 ,,,,,3260070,,,,,,,,,,,,,,,"From Tenka-chan's pussy, love juices are dripping down." +421500 ,,,,,3260070,,,,,,,,,,,,,,,"As expected, she's a girl who loves being watched." +421600 ,,,,,3260070,,甜花,Tenka,310_TC06_t_127.wav,tenka,,0,,,,,,,,"Ah, haa... Even my clitoris... fua, it's ticklish... nnngh.\nIt feels good... fua!" +421700 ,,,,,3260070,,コマコ,Komako,310_TC06_k_093.wav,komako,,0,,,,,,,,Amazing... it's twitching and becoming like this. +421800 ,,,,,3260070,,甜花,Tenka,310_TC06_t_128.wav,tenka,,0,,,,,,,,"D-Don't observe me so much... fua... nnngh! Nnf! Hah, ah!\nNnngh! Ah! The microphone... it's making a slurping sound...\nAhhhh!" +421900 ,,,,,3260070,,,,,,,,,,,,,,,"The in-and-out motion of the microphone is making louder wet\nsounds than before, echoing lewdly." +422000 ,,,,,3260060,,甜花,Tenka,310_TC06_t_129.wav,tenka,,0,,,,,,,,"Hah... It's embarrassing. Nnnnnngh! Komako... ah! Your\nfinger, my clitoris... Nnngh!" +422100 ,,,,,3260070,,主人公,Kiyoshi,,,,,,,,,,,,"It looks like it feels good. Look, your butt hole is\ntightening up, isn't it?" +422200 ,,,,,3260070,,コマコ,Komako,310_TC06_k_094.wav,komako,,0,,,,,,,,It's true... +422300 ,,,,,3260070,,,,,,,,,,,,,,,"Every time Tenka-chan moans, her butt hole adorably tightens\nup." +422400 ,,,,,3260070,,甜花,Tenka,310_TC06_t_130.wav,tenka,,0,,,,,,,,D-Don't look at weird places! +422500 ,,,,,3260070,,,,,,,,,,,,,,,"Her pussy is melting and dripping, and even the inorganic\nmicrophone candy is enough to make her feel it." +422600 ,,,,,3260070,,,,,,,,,,,,,,,"Alright, it seems like she's ready, so it's time for that." +422700 ,,,,,3260070,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, there's a pair of panties with a dick in the\ncloset, could you bring them?" +422800 ,,,,,3260070,,コマコ,Komako,310_TC06_k_095.wav,komako,,0,,,,,,,,...Huh? O-Okay. +422900 ,,,,,3260070,,,,,,,,,,,,,,,It's about time to teach Komako-chan about girl-on-girl sex. +423000 ,,,,,3260070,,甜花,Tenka,310_TC06_t_131.wav,tenka,,0,,,,,,,,Fua... +423100 ,,,,,3260070,,,,,,,,,,,,,,,"Tenka-chan, who was feeling it intensely and was probably\nclose to climax, let out a disappointed voice when the\nmicrophone was suddenly stopped." +423200 ,,,,,3260070,,,,,,,,,,,,,,,And then... +423400 ,,,,,3260020,,甜花,Tenka,310_TC06_t_132.wav,tenka,,0,,,,,,,,Ah... no... nnngh! +423500 ,,,,,3260020,,,,,,,,,,,,,,,"Because her pussy was so wet, the microphone slipped out\nwith a pop from her pussy." +423600 ,,,,,3260020,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe, your pussy looks lonely." +423700 ,,,,,3260040,,甜花,Tenka,310_TC06_t_133.wav,tenka,,0,,,,,,,,Hah... hah... uuuu~~~~... +423800 ,,,,,3260040,,,,,,,,,,,,,,,"Judging by her lack of rebuttal, it seems to be true." +423900 ,,,,,3260040,,コマコ,Komako,310_TC06_k_096.wav,komako,,0,,,,,,,,"Uncle, is this okay?" +424000 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, that's it! It suits you well." +424100 ,,,,,3260040,,コマコ,Komako,310_TC06_k_097.wav,komako,,0,,,,,,,,Is that... a compliment? +424200 ,,,,,3260040,,,,,,,,,,,,,,,Komako-chan had become a girl with a strap-on penis that I\nhad bought for her. +424300 ,,,,,3260040,,甜花,Tenka,310_TC06_t_134.wav,tenka,,0,,,,,,,,"Komako!? Uncle, what is that!?" +424400 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Hm? It's called a penis band, it's a tool for girls to have\nsex with each other." +424500 ,,,,,3260050,,甜花,Tenka,310_TC06_t_135.wav,tenka,,0,,,,,,,,C-Could it be... you're going to put that in me? +424600 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,That's right. Komako-chan wants to learn various things\nbefore having sex with Chii- chan. +424700 ,,,,,3260050,,コマコ,Komako,310_TC06_k_098.wav,komako,,0,,,,,,,,"Yeah, please..." +424800 ,,,,,3260040,,甜花,Tenka,310_TC06_t_136.wav,tenka,,0,,,,,,,,"B-But... Uncle, are you okay with it!? Even if I have sex\nwith someone else?" +424900 ,,,,,3260050,,甜花,Tenka,310_TC06_t_137.wav,tenka,,0,,,,,,,,I-I... with anyone other than Uncle... no... +425000 ,,,,,3260050,,,,,,,,,,,,,,,She says such cute things. +425100 ,,,,,3260050,,,,,,,,,,,,,,,"But for the sake of Komako-chan and Chii- chan's love. And\nfor my desire to see girls having sex with each other, I\nwant her to endure just a little." +425200 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,"Uncle doesn't like it much either, but since it's between\ngirls, it's probably okay, right?" +425300 ,,,,,3260040,,甜花,Tenka,310_TC06_t_138.wav,tenka,,0,,,,,,,,T-That's... +425400 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"The other person is also Tenka-chan's friend, so I won't get\njealous." +425500 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, I believe that Tenka-chan will still like me." +425600 ,,,,,3260040,,甜花,Tenka,310_TC06_t_139.wav,tenka,,0,,,,,,,,...Uncle. +425700 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan is the senpai in sex, so teach Komako-chan." +425800 ,,,,,3260040,,コマコ,Komako,310_TC06_k_099.wav,komako,,0,,,,,,,,...Tenka-chan. +425900 ,,,,,3260040,,甜花,Tenka,310_TC06_t_140.wav,tenka,,0,,,,,,,,...Ugh... Uuu~... +426000 ,,,,,3260050,,甜花,Tenka,310_TC06_t_141.wav,tenka,,0,,,,,,,,W-Well... if it's just a little... +426100 ,,,,,3260050,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, that's great, Komako-chan." +426200 ,,,,,3260050,,コマコ,Komako,310_TC06_k_100.wav,komako,,0,,,,,,,,"Yeah. Thank you, Tenka-chan." +426300 ,,,,,3260040,,甜花,Tenka,310_TC06_t_142.wav,tenka,,0,,,,,,,,...Uuu~ +426400 ,,,,,3260040,,,,,,,,,,,,,,,"Probably because she was almost brought to climax with the\nmic, she couldn't hold back anymore." +426500 ,,,,,3260040,,コマコ,Komako,310_TC06_k_101.wav,komako,,0,,,,,,,,"So, should I do it like Uncle did earlier?" +426600 ,,,,,3260040,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, but be gentle at first, okay?" +426700 ,,,,,3260040,,コマコ,Komako,310_TC06_k_102.wav,komako,,0,,,,,,,,Got it. +426800 ,,,,,3260040,,,,,,,,,,,,,,,Komako-chan places the fake dick at the entrance of Tenka-\nchan's pussy. +426900 ,,,,,3260020,,甜花,Tenka,310_TC06_t_143.wav,tenka,,0,,,,,,,,Nn... It feels... weird. +427000 ,,,,,3260020,,,,,,,,,,,,,,,"Then, slowly but without hesitation, she pushes it in." +427200 ,,,,,3260090,,甜花,Tenka,310_TC06_t_144.wav,tenka,,0,,,,,,,,"Nnngh... Ah. Haa, haa... Ko-Komako... Nnngh." +427300 ,,,,,3260090,,コマコ,Komako,310_TC06_k_103.wav,komako,,0,,,,,,,,The dick... it's twitching... Is Tenka- chan's insides\nwrapping around the dick? +427400 ,,,,,3260090,,甜花,Tenka,310_TC06_t_145.wav,tenka,,0,,,,,,,,"Ha... Nnngh! Y-Yeah, Komako's dick... my pussy is...\nsqueezing it tight." +427500 ,,,,,3260090,,主人公,Kiyoshi,,,,,,,,,,,,"How is it, Komako-chan? What's your impression of your first\ntime?" +427600 ,,,,,3260090,,コマコ,Komako,310_TC06_k_104.wav,komako,,0,,,,,,,,...Tenka-chan is cute. It's kind of exciting... +427700 ,,,,,3260090,,甜花,Tenka,310_TC06_t_146.wav,tenka,,0,,,,,,,,Eh... It's so embarrassing... +427800 ,,,,,3260090,,,,,,,,,,,,,,,"Yeah, it's going well." +427900 ,,,,,3260090,,コマコ,Komako,310_TC06_k_105.wav,komako,,0,,,,,,,,"Then, I'll start moving." +428000 ,,,,,3260090,,甜花,Tenka,310_TC06_t_147.wav,tenka,,0,,,,,,,,"Eh? Nn! Nnngh! Ah, ahh... Fu, ahh... No, ah! It's\nreaching... all the way inside!" +428100 ,,,,,3260090,,,,,,,,,,,,,,,"Every time Komako-chan moves the fake dick in and out, a wet\nsound echoes." +428200 ,,,,,3260090,,コマコ,Komako,310_TC06_k_106.wav,komako,,0,,,,,,,,Does my dick... feel good? +428300 ,,,,,3260090,,甜花,Tenka,310_TC06_t_148.wav,tenka,,0,,,,,,,,"Nooo! It's embarrassing! Nnngh! Ah, ha! Nooo! Stop... Nnngh!\nFuaaahhh!" +428400 ,,,,,3260090,,,,,,,,,,,,,,,"Ignoring Tenka-chan's plea, Komako-chan thrusts her hips\nrepeatedly, penetrating her pussy." +428500 ,,,,,3260090,,主人公,Kiyoshi,,,,,,,,,,,,You might want to change your hip movement a bit. Like\ndrawing circles with the dick. +428600 ,,,,,3260090,,コマコ,Komako,310_TC06_k_107.wav,komako,,0,,,,,,,,Hmm... like this? +428700 ,,,,,3260090,,甜花,Tenka,310_TC06_t_149.wav,tenka,,0,,,,,,,,...Nn. Uuuu~~~. It's spreading! My pussy is spreading! +428800 ,,,,,3260090,,,,,,,,,,,,,,,Tenka's hips twitched and jerked forward. +428900 ,,,,,3260090,,コマコ,Komako,310_TC06_k_108.wav,komako,,0,,,,,,,,Are you... pressing against my dick? +429000 ,,,,,3260090,,甜花,Tenka,310_TC06_t_150.wav,tenka,,0,,,,,,,,"Ah, ugh... N-no... my body is moving on its own..." +429100 ,,,,,3260090,,,,,,,,,,,,,,,"Maybe the stimulation was too strong and she bounced, but\nfrom another perspective, it looked like she was begging for\nit." +429200 ,,,,,3260090,,,,,,,,,,,,,,,"Or rather, that's how Komako-chan seemed to interpret it." +429300 ,,,,,3260090,,コマコ,Komako,310_TC06_k_109.wav,komako,,0,,,,,,,,...Is my hip movement not enough? +429400 ,,,,,3260090,,,,,,,,,,,,,,,She said with a slightly troubled expression. +429500 ,,,,,3260090,,甜花,Tenka,310_TC06_t_151.wav,tenka,,0,,,,,,,,"N-no, that's not it... Fuaaah!? K-Komako! No! It's knocking!" +429600 ,,,,,3260090,,,,,,,,,,,,,,,"But in the next moment, Komako-chan started moving her hips\nvigorously to satisfy Tenka- chan." +429700 ,,,,,3260090,,甜花,Tenka,310_TC06_t_152.wav,tenka,,0,,,,,,,,"Hyah! No. No, Komako, stop! Ohh, ngh! Nnnngh! Komako's dick,\nit's amazing! Ahh!" +429800 ,,,,,3260090,,コマコ,Komako,310_TC06_k_110.wav,komako,,0,,,,,,,,"I knew it, this feels better... Ah... that's right." +429900 ,,,,,3260090,,甜花,Tenka,310_TC06_t_153.wav,tenka,,0,,,,,,,,"Eh? Hyah?! Komako, w-wait a minute... don't play with my\nclitoris... ah... ah!" +430000 ,,,,,3260090,,,,,,,,,,,,,,,"She gently touched the clitoris with the pad of her index\nfinger, slowly drawing circles." +430100 ,,,,,3260090,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, stimulating the clitoris along with the pussy,\nKomako-chan is quite skilled." +430200 ,,,,,3260090,,コマコ,Komako,310_TC06_k_111.wav,komako,,0,,,,,,,,"Hehe... when I do this, Tenka-chan makes such pleasurable\nsounds." +430300 ,,,,,3260090,,甜花,Tenka,310_TC06_t_154.wav,tenka,,0,,,,,,,,"Nnnnnngh! Ugh. Ahh... that's not... ah, ahh... no. Ah, ahh,\nha... no... nnnngh!" +430400 ,,,,,3260090,,,,,,,,,,,,,,,"Hmm, zero persuasiveness." +430500 ,,,,,3260090,,,,,,,,,,,,,,,"Tenka-chan started trembling and drooling, her expression\nand voice completely overwhelmed with pleasure." +430600 ,,,,,3260090,,,,,,,,,,,,,,,My girlfriend Tenka-chan moaning under Komako-chan's\ntouch... ugh. +430700 ,,,,,3260090,,,,,,,,,,,,,,,"I'm a bit jealous, but... more than that, it's exciting!" +430800 ,,,,,3260090,,甜花,Tenka,310_TC06_t_155.wav,tenka,,0,,,,,,,,"Nngh! Ha... Nngh, ah, ngh. Ahh. Hah... Uuuu. Ah, haah.\nKomako's dick, ah, ahh! Out... ha, in... nnnngh!" +430900 ,,,,,3260090,,コマコ,Komako,310_TC06_k_112.wav,komako,,0,,,,,,,,Does it feel good? +431000 ,,,,,3260090,,甜花,Tenka,310_TC06_t_156.wav,tenka,,0,,,,,,,,"Ugh... yeah... it feels good... being touched by a friend,\nha, ha... nnn, it feels so good!" +431100 ,,,,,3260090,,,,,,,,,,,,,,,Ugh! No way! Tenka-chan writhing in pleasure from someone\nelse's dick! I'm getting excited! +431200 ,,,,,3260100,,,,,,,,,,,,,,,I take out my cock and bring it in front of Tenka-chan. +431300 ,,,,,3260100,,甜花,Tenka,310_TC06_t_157.wav,tenka,,0,,,,,,,,Eh? O-ojisan? +431400 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"I can't hold back, Tenka-chan. My girlfriend is feeling\ngood, so I want to feel good too." +431500 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,Can you make me feel good with your mouth? +431600 ,,,,,3260100,,,,,,,,,,,,,,,"Tenka-chan doesn't respond verbally, but she seems to\nunderstand what to do..." +431800 ,,,,,3260100,,甜花,Tenka,310_TC06_t_158.wav,tenka,,0,,,,,,,,...re... amu +431900 ,,,,,3260100,,,,,,,,,,,,,,,She wraps her tongue around my cock. +432000 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, that's good! It feels great, Tenka- chan!" +432100 ,,,,,3260100,,コマコ,Komako,310_TC06_k_113.wav,komako,,0,,,,,,,,"...? Tenka-chan, what are you doing?" +432200 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"This is called fellatio, it's a way to make a dick feel good\nwith your mouth." +432300 ,,,,,3260100,,コマコ,Komako,310_TC06_k_114.wav,komako,,0,,,,,,,,...Would it feel good if you licked my dick too? +432400 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"No, that's a fake one. But instead, licking the clitoris\nmight feel good." +432500 ,,,,,3260100,,コマコ,Komako,310_TC06_k_115.wav,komako,,0,,,,,,,,"...Okay, got it." +432600 ,,,,,3260100,,,,,,,,,,,,,,,"As Komako-chan tries to bring her face closer to the\nconnection point, the angle causes the fake dick to thrust\nawkwardly into the pussy." +432700 ,,,,,3260100,,甜花,Tenka,310_TC06_t_159.wav,tenka,,0,,,,,,,,"Ahh! Nngh... Hahiiiii! No! It's going to break! Ahguh...\nahh. Hah. Ah, ahh, nnnngh!" +432800 ,,,,,3260100,,,,,,,,,,,,,,,"Tenka-chan tries to speak desperately, but my cock fills her\nmouth." +432900 ,,,,,3260100,,,,,,,,,,,,,,,Her desperate appearance excites me intensely. +433000 ,,,,,3260100,,コマコ,Komako,310_TC06_k_116.wav,komako,,0,,,,,,,,Lick... slurp slurp. +433100 ,,,,,3260100,,甜花,Tenka,310_TC06_t_160.wav,tenka,,0,,,,,,,,Ngh! Mmm! Mmph! Slurp! Lick! Fwaaah... it's tickling! It\ntickles... mmph! +433200 ,,,,,3260100,,甜花,Tenka,310_TC06_t_161.wav,tenka,,0,,,,,,,,"Hah, nn! Aaaah, it's amazing, ah, amazing! Fwaaah! Nnnngh!\n...Ah, hah. It's so, ah! Fwaaah!! It feels so good!!" +433300 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe, even while sucking on a dick, you're saying that while\nyour friend is violating your pussy." +433400 ,,,,,3260100,,甜花,Tenka,310_TC06_t_162.wav,tenka,,0,,,,,,,,"B-but... nngh! Huff huff, nngh! Nnnngh! It feels so good!" +433500 ,,,,,3260100,,コマコ,Komako,310_TC06_k_117.wav,komako,,0,,,,,,,,I can feel it twitching from the dick the whole time. +433600 ,,,,,3260100,,甜花,Tenka,310_TC06_t_163.wav,tenka,,0,,,,,,,,"Ngh, aaah, but... ahh! Ugh. ...It feels so good... that's\nwhy. Ah! Ah, it feels amazing! Aaah!" +433700 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,Are you about to come soon? +433800 ,,,,,3260100,,甜花,Tenka,310_TC06_t_164.wav,tenka,,0,,,,,,,,"Nghaa! Nnnngh! Lick, slurp! M-Mister, aren't you going to\ncome too?" +433900 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,I'm about to come too! Watching Tenka-chan being violated by\nKomako-chan makes my cock want to release its semen the\nwhole time. +434000 ,,,,,3260100,,甜花,Tenka,310_TC06_t_165.wav,tenka,,0,,,,,,,,"Haa haa... then, so Mister can come too, ah, huh!? Nnnngh!\nI'll do my best too!" +434100 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe, thank you, Tenka-chan." +434200 ,,,,,3260100,,,,,,,,,,,,,,,"Hearing those words, my cock reacts strongly." +434300 ,,,,,3260100,,,,,,,,,,,,,,,I feel something rising from my balls to my cock. +434400 ,,,,,3260100,,,,,,,,,,,,,,,"Even though I just released so much inside Tenka-chan\nearlier, it seems like there's still more to come out?" +434500 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, Tenka-chan is about to come soon. Give it to\nher harder." +434600 ,,,,,3260100,,コマコ,Komako,310_TC06_k_118.wav,komako,,0,,,,,,,,Got it. +434700 ,,,,,3260100,,,,,,,,,,,,,,,Komako-chan put her weight into it and thrust the fake dick\ndeep into Tenka-chan. +434800 ,,,,,3260100,,甜花,Tenka,310_TC06_t_166.wav,tenka,,0,,,,,,,,"Nngh! Aaah...! Ah, ah, aaaah! All the way inside...! It's\nreaching deep inside! Aaaaah!" +434900 ,,,,,3260100,,甜花,Tenka,310_TC06_t_167.wav,tenka,,0,,,,,,,,Nn! Haaa! Mmph! Nibble... slurp! Lick... mmph! Mister too!\nFeel good too! +435000 ,,,,,3260100,,,,,,,,,,,,,,,My hips start moving faster on their own. +435100 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... kuh... kuuu...! +435200 ,,,,,3260100,,,,,,,,,,,,,,,"My balls contract tightly, and something hot rises to the\nbase of my shaft." +435300 ,,,,,3260100,,コマコ,Komako,310_TC06_k_119.wav,komako,,0,,,,,,,,Haa... haa... does it feel good? +435400 ,,,,,3260100,,甜花,Tenka,310_TC06_t_168.wav,tenka,,0,,,,,,,,"Ah, aaah! Hnn! Ugh! Komako... it feels so good. So, so good!" +435500 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,M-me too... it feels amazing...! My cock... feels like it's\nmelting! +435600 ,,,,,3260100,,,,,,,,,,,,,,,"Ah, it seems like I'm reaching my limit!" +435700 ,,,,,3260100,,コマコ,Komako,310_TC06_k_120.wav,komako,,0,,,,,,,,"Then, I'll go even faster." +435800 ,,,,,3260100,,,,,,,,,,,,,,,"Squish, squish, squish, squish, the thrusting becomes\nfaster." +435900 ,,,,,3260100,,甜花,Tenka,310_TC06_t_169.wav,tenka,,0,,,,,,,,"Fuwaaa... Nn, nn, hyaaah! Aaah, I'm... aaah! Aaaaaah!\nMmph... mmph!" +436000 ,,,,,3260100,,,,,,,,,,,,,,,"Tenka-chan's expression is completely melted, fully craving\nKomako-chan's cock." +436100 ,,,,,3260100,,甜花,Tenka,310_TC06_t_170.wav,tenka,,0,,,,,,,,"Nn... ah, fuaaah! So good! So good! Lick the cock! Komako is\nputting it in! I'm... ah, coming, nhyaaah!" +436200 ,,,,,3260100,,コマコ,Komako,310_TC06_k_121.wav,komako,,0,,,,,,,,"Are you coming? Tenka-chan, are you going to come?" +436300 ,,,,,3260100,,甜花,Tenka,310_TC06_t_171.wav,tenka,,0,,,,,,,,"I'm coming, aaah, I'm coming! I'm really coming!" +436400 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah! I'm coming too! Ah, ah!" +436500 ,,,,,3260100,,,,,,,,,,,,,,,"Suddenly, the soft mouth clamps down with teeth and bites\nonto the cock." +436600 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,Uugh! That gentle bite! It's dangerous! +436700 ,,,,,3260100,,甜花,Tenka,310_TC06_t_172.wav,tenka,,0,,,,,,,,"Kuuuuun! Fua, fua!" +436800 ,,,,,3260100,,,,,,,,,,,,,,,"Twitch, twitch, twitch, twitch! Tenka-chan's whole body\nconvulses greatly." +436900 ,,,,,3260100,,主人公,Kiyoshi,,,,,,,,,,,,Ah! It's coming! It's coming! It's coming out! +437000 ,,,,,3260100,,コマコ,Komako,310_TC06_k_122.wav,komako,,0,,,,,,,,Tenka-chan! Come with my cock! +437100 ,,,,,3260100,,甜花,Tenka,310_TC06_t_173.wav,tenka,,0,,,,,,,,"Hyaa! With Komako's cock, hyaa! Ah, aaaaah! Fuaaaah! I'm\ncoming! Hyaaaaaah!" +437300 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,Uwaaaah! +437400 ,,,,,3260110,,,,,,,,,,,,,,,"Straightening the bent back, convulsing repeatedly over and\nover." +437500 ,,,,,3260110,,,,,,,,,,,,,,,And I release my semen into that small mouth over and over. +437600 ,,,,,3260110,,甜花,Tenka,310_TC06_t_174.wav,tenka,,0,,,,,,,,"Ahbu!? Nng!? Fu... ha, ahh fuaah, I came. Ah... nng, ha,\nwith Komako's cock... I came. Ahh." +437700 ,,,,,3260110,,コマコ,Komako,310_TC06_k_123.wav,komako,,0,,,,,,,,Tenka-chan... inside is squeezing tight. Your stomach is\ntwitching too... +437800 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe, when a girl comes, it happens like this." +437900 ,,,,,3260110,,コマコ,Komako,310_TC06_k_124.wav,komako,,0,,,,,,,,Is that so? +438000 ,,,,,3260110,,甜花,Tenka,310_TC06_t_175.wav,tenka,,0,,,,,,,,Abu... ubu... drowning in semen. +438100 ,,,,,3260110,,コマコ,Komako,310_TC06_k_125.wav,komako,,0,,,,,,,,Tenka-chan... thank you. +438200 ,,,,,3260110,,甜花,Tenka,310_TC06_t_176.wav,tenka,,0,,,,,,,,"Nnn! Hafu... Nng, ahh... Komako's... cock..." +438300 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,Maybe she can't hear us? +438400 ,,,,,3260110,,,,,,,,,,,,,,,"The tension that had been building in Tenka- chan's whole\nbody slowly dissipates, leaving her body limp and her face\ndazed." +438500 ,,,,,3260110,,コマコ,Komako,310_TC06_k_126.wav,komako,,0,,,,,,,,"With this, will Chii-chan feel good too?" +438600 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, since Tenka-chan felt so good. It'll be fine." +438700 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,"Right, Tenka-chan?" +438800 ,,,,,3260110,,甜花,Tenka,310_TC06_t_177.wav,tenka,,0,,,,,,,,"Ah... ugh. Yeah. Haa haa haa haa haa... Komako... do your\nbest. Ah, ha... kuh, aaaah!" +438900 ,,,,,3260110,,コマコ,Komako,310_TC06_k_127.wav,komako,,0,,,,,,,,Yeah. +439000 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll give this to Komako-chan as a present. I'll leave\nit here, so use it anytime." +439100 ,,,,,3260110,,コマコ,Komako,310_TC06_k_128.wav,komako,,0,,,,,,,,"Ojisan... thank you. Tenka-chan, really, thank you too." +439200 ,,,,,3260110,,,,,,,,,,,,,,,"Yeah, yeah. Letting her use her pussy for a friend's sake,\nwhat a beautiful friendship." +439300 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, Tenka-chan." +439400 ,,,,,3260110,,甜花,Tenka,310_TC06_t_178.wav,tenka,,0,,,,,,,,"...What is it, Ojisan?" +439500 ,,,,,3260110,,主人公,Kiyoshi,,,,,,,,,,,,"If Komako-chan wants to practice again, should we help her\nout?" +439600 ,,,,,3260110,,甜花,Tenka,310_TC06_t_179.wav,tenka,,0,,,,,,,,Eh? ...Again? +439700 ,,,,,3260110,,,,,,,,,,,,,,,"Despite saying that, Tenka-chan didn't seem entirely against\nthe idea." +439800 ,$event_return,,,,,,,,,,,,,,,,,,, +439900 ,,,0,9000,,,,,,,,,,,,,,,, +440100 ,@311_TC07,,,,,,,,,,,,,,,,,,, +440400 ,,,5,131,,,主人公,Kiyoshi,,,,,,,,,,,,Fuwaaaa~... I'm sleepy. +440500 ,,,,,,,,,,,,,,,,,,,,The children are exercising in time with the music and\nvoices coming from the radio. +440600 ,,,,,,,,,,,,,,,,,,,,"Well, it's the usual summer vacation radio exercises." +440700 ,,,,,,,,,,,,,,,,,,,,"The local adults take turns every few days to stamp\nattendance, and finally, it's my turn." +440800 ,,,,,,,ラジオ,Radio,,,,,,,,,,,,"One, two, three, four!" +440900 ,,,,,,,,,,,,,,,,,,,,"Hmm, even so, everyone is moving according to the voice." +441000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,... +441100 ,,,,,,,,,,,,,,,,,,,,Everyone is moving in time with the radio person's voice... +441200 ,,,,,,,,,,,,,,,,,,,,"Which means, if the radio person said ""M-shaped leg spread\npose!"", everyone here would strike that pose, right!?" +441300 ,,,,,,,,,,,,,,,,,,,,"No! Even more, all the little girls across Japan would do\nthe M-shaped leg spread at that moment!" +441400 ,,,,,,,,,,,,,,,,,,,,Amazing! How amazing! Radio exercises are amazing! +441500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Fwa... +441600 ,,,,,,,,,,,,,,,,,,,,"...Thinking of such ridiculous things, I let out a yawn." +441700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Oh. +441800 ,,,,,,,,,,,,,,,,,,,,"Among the children, there was one girl doing exercises with\nsharp, precise movements." +441900 ,,,,,,,甜花,Tenka,311_TC07_t_000.wav,"tenka,private",,4,,,,,,,,...! +442000 ,,,,,,,,,,tenka,,1,,,,,,,,It's Tenka-chan. +442100 ,,,,,,,,,,tenka,,1,,,,,,,,"When she notices me, she smiles and occasionally waves." +442200 ,,,,,,,,,,tenka,,1,,,,,,,,"Hmm, it's kind of nice, like we're a couple." +442400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Here, your stamp. Oh! You've been coming every day... that's\nimpressive!" +442500 ,,,,,,,,,,,,,,,,,,,,...which means she hasn't been taken anywhere during summer\nvacation. +442600 ,,,,,,,,,,,,,,,,,,,,That's a bit sad. +442700 ,,,,,,,甜花,Tenka,311_TC07_t_001.wav,tenka,,1,,,,,,,,Mister! +442800 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Oh, Tenka-chan! Good morning." +442900 ,,,,,,,甜花,Tenka,311_TC07_t_002.wav,tenka,,21,,,,,,,,Good morning! +443000 ,,,,,,,甜花,Tenka,311_TC07_t_003.wav,tenka,,21,,,,,,,,"Hey, hey, how was it?" +443100 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,Hmm? You danced really well. +443200 ,,,,,,,甜花,Tenka,311_TC07_t_004.wav,tenka,,1,,,,,,,,Right? It's thanks to the lessons! +443300 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Yeah. But Tenka-chan, there are people lined up behind you,\nso let's talk about it later." +443400 ,,,,,,,甜花,Tenka,311_TC07_t_005.wav,tenka,,4,,,,,,,,"Ah! Then I'll wait until you're done, mister." +443500 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,Ah... okay. Got it. +443600 ,,,,,,,,,,,,,,,,,,,,"...Hmm, she left without getting her stamp, but is that\nokay?" +443700 ,,,,,,,,,,,,,,,,,,,,"Well, we'll meet later, so it's fine." +443900 ,,,,111,,,,,,,,,,,,,,,,"In the end, while I was stamping everyone's cards and\ncleaning up, quite a bit of time passed." +444000 ,,,4,,,,甜花,Tenka,311_TC07_t_006.wav,tenka,,30,,,,,,,,"Mister, you're slow!" +444100 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"Sorry, sorry. Let's head home." +444200 ,,,,,,,甜花,Tenka,311_TC07_t_007.wav,tenka,,1,,,,,,,,Okay. +444300 ,,,,,,,,,,,,,,,,,,,,"Seeing Tenka-chan's angry face turn into a smile, I couldn't\nhelp but smile back." +444400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Still, coming to morning exercises, Tenka- chan, you're an\nearly riser." +444500 ,,,,,,,甜花,Tenka,311_TC07_t_008.wav,tenka,,12,,,,,,,,"Hmm, I just come when I can wake up. I overslept yesterday\nand barely made it today." +444600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Haha, I see." +444700 ,,,,,,,甜花,Tenka,311_TC07_t_009.wav,tenka,,13,,,,,,,,"I actually overslept today too, but I changed clothes right\nafter waking up and ran here." +444800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,So you haven't had breakfast either? +444900 ,,,,,,,甜花,Tenka,311_TC07_t_010.wav,tenka,,0,,,,,,,,"Yeah, I couldn't even wash my face... But I heard you were\nin charge, so I had to come." +445000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Haha... that makes me happy. +445100 ,,,,,,,甜花,Tenka,311_TC07_t_011.wav,"tenkaL,private",,1,,,,,,,,Ehehe... hug! +445200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Whoa, it's dangerous to suddenly hug like that." +445300 ,,,,,,,甜花,Tenka,311_TC07_t_012.wav,tenkaL,,2,,,,,,,,Ehehe... +445400 ,,,,,,,,,,tenkaL,,2,,,,,,,,"Well, I gently stopped her and walked hand in hand with\nTenka-chan." +445500 ,,,,,,,,,,tenkaL,,2,,,,,,,,This much shouldn't make me look suspicious. +445800 ,,,,131,,,主人公,Kiyoshi,,tenkaL,,0,,,,,,,,Um... Tenka-chan. It feels like it's taking a really long\ntime to get home. +445900 ,,,,,,,甜花,Tenka,311_TC07_t_013.wav,tenkaL,,1,,,,,,,,Really? +446000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Yeah, because this is the place where we did morning\nexercises earlier, right?" +446100 ,,,,,,,甜花,Tenka,311_TC07_t_014.wav,tenkaL,,21,,,,,,,,Ehehe~ +446200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,"Not just 'ehehe', right?" +446300 ,,,,,,,甜花,Tenka,311_TC07_t_015.wav,tenkaL,,0,,,,,,,,"Because I want to be with you, uncle." +446400 ,,,,,,,,,,tenkaL,,0,,,,,,,,"Ugh... I'm happy about that, but I have a lot of things I\nneed to do too." +446500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,0,,,,,,,,Isn't it enough already? You'll come to the shop later\nanyway. +446600 ,,,,,,,甜花,Tenka,311_TC07_t_016.wav,tenka,,32,,,,,,,,"Ehh... you're so stingy, uncle." +446700 ,,,,,,,,,,tenka,,32,,,,,,,,"...While we've been walking for a long time, I started to\nfeel the urge." +446800 ,,,,,,,,,,tenka,,32,,,,,,,,"Hmm, as an adult, I wonder if this is okay, but well, it's\nsuch a rural area, so it's fine, right?" +446900 ,,,,,,,主人公,Kiyoshi,,tenka,,32,,,,,,,,"Sorry, Tenka-chan, uncle needs to go pee for a bit, okay?" +447000 ,,,,,,,甜花,Tenka,311_TC07_t_017.wav,tenka,,4,,,,,,,,Huh? But there's no toilet around here. +447100 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Well, it's what you call peeing standing up." +447200 ,,,,,,,甜花,Tenka,311_TC07_t_018.wav,tenka,,17,,,,,,,,"Ehh... is that okay, uncle?" +447300 ,,,,,,,主人公,Kiyoshi,,tenka,,17,,,,,,,,"Well, it's this rural, so it's fine." +447400 ,,,,,,,,,,,,,,,,,,,,"As I move a little away from the path, Tenka- chan follows\nme. ...Could it be." +447500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Um, Tenka-chan?" +447600 ,,,,,,,甜花,Tenka,311_TC07_t_019.wav,tenka,,2,,,,,,,,"I want to be with you, uncle..." +447700 ,,,,,,,,,,tenka,,2,,,,,,,,Tenka-chan blushes a little. +447800 ,,,,,,,,,,tenka,,2,,,,,,,,"Hmm, she's following me to the toilet. ...Well, girls do go\nto the toilet together." +447900 ,,,,,,,,,,tenka,,2,,,,,,,,"Well, it's fine. It's not embarrassing to be seen now...\nactually, it's kind of exciting." +448000 ,,,,,,,,,,tenka,,2,,,,,,,,I unzip my pants and expose my dick to the open air. +448100 ,,,,,,,甜花,Tenka,311_TC07_t_020.wav,tenka,,4,,,,,,,,...Wow. +448200 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,Hm? +448300 ,,,,,,,,,,tenka,,4,,,,,,,,"I feel her gaze on my dick, and when I look at Tenka-chan,\nshe quickly averts her eyes." +448400 ,,,,,,,,,,tenka,,4,,,,,,,,But as I try to start peeing. +448500 ,,,,,,,甜花,Tenka,311_TC07_t_021.wav,tenka,,26,,,,,,,,... +448600 ,,,,,,,,,,tenka,,26,,,,,,,,Her gaze returns to my dick. +448700 ,,,,,,,,,,tenka,,26,,,,,,,,"Ugh, it's hard to go like this." +448800 ,,,,,,,,,,tenka,,26,,,,,,,,...I know. +448900 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"Tenka-chan, do you want to go together?" +449000 ,,,,,,,甜花,Tenka,311_TC07_t_022.wav,tenka,,4,,,,,,,,Huh? +449100 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"You know, girls like to go to the bathroom together, right?\nDon't you often go with Chii-chan or Komako-chan?" +449200 ,,,,,,,甜花,Tenka,311_TC07_t_023.wav,tenka,,13,,,,,,,,"W-We do, but that's with other girls." +449300 ,,,,,,,,,,tenka,,13,,,,,,,,"Tenka-chan's face turns bright red, and her eyes wander." +449400 ,,,,,,,,,,tenka,,13,,,,,,,,Even a lovestruck Tenka-chan seems embarrassed to pee\ntogether. +449500 ,,,,,,,,,,tenka,,13,,,,,,,,But seeing Tenka-chan so flustered excites me! +449600 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Come on, if you came here right after waking up, you haven't\ngone yet, right?" +449700 ,,,,,,,甜花,Tenka,311_TC07_t_024.wav,tenka,,33,,,,,,,,"Y-Yeah, but..." +449800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,It's bad for your beauty if you don't go. +449900 ,,,,,,,甜花,Tenka,311_TC07_t_025.wav,tenka,,13,,,,,,,,But... it's embarrassing... +450000 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"It's fine, I'm going too." +450100 ,,,,,,,甜花,Tenka,311_TC07_t_026.wav,tenka,,33,,,,,,,,But you're a man... +450200 ,,,,,,,,,,tenka,,33,,,,,,,,"Hmm, it seems like she won't do it even if I ask." +450300 ,,,,,,,,,,tenka,,33,,,,,,,,I guess it can't be helped. +450400 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Alright, then Tenka-chan, could you turn around for me?" +450500 ,,,,,,,甜花,Tenka,311_TC07_t_027.wav,tenka,,23,,,,,,,,...? Like this? +450600 ,,,,,,,,,,tenka,,23,,,,,,,,"The moment Tenka-chan turned around, I quickly slipped my\nhand under her skirt and pulled down her panties in one\nswift motion." +450700 ,,,14,,,,甜花,Tenka,311_TC07_t_028.wav,tenka,,4,,,,,,,,Eh? Kyaaaaaaaa! +450800 ,,,,,,,,,,tenka,,4,,,,,,,,"Hehehe! I've done this prank with guys before, but I never\nthought the day would come to do it to a girl." +450900 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Hey! Quiet, quiet! Someone might come!" +451000 ,,,,,,,甜花,Tenka,311_TC07_t_029.wav,tenka,,11,,,,,,,,"B-But... what are you doing, mister!?" +451100 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"Well, it's because Tenka-chan won't pee with me." +451200 ,,,,,,,甜花,Tenka,311_TC07_t_030.wav,tenka,,4,,,,,,,,Even so! +451300 ,,,,,,,,,,tenka,,4,,,,,,,,"Tenka-chan tries to pull up her lowered panties, but..." +451400 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,Take that! +451500 ,,,,,,,甜花,Tenka,311_TC07_t_031.wav,tenka,,31,,,,,,,,Againnnnn! +451600 ,,,,,,,,,,tenka,,31,,,,,,,,I pull her panties down once more. +451700 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,Hehehe! I'll keep pulling them down until you pee! +451800 ,,,,,,,甜花,Tenka,311_TC07_t_032.wav,tenka,,11,,,,,,,,"What are you doing!? Are you stupid, mister!?" +451900 ,,,,,,,,,,tenka,,11,,,,,,,,"Oh wow, I used to hear that from girls a lot back in the\nday, but I never thought I'd hear it at this age." +452000 ,,,,,,,,,,tenka,,11,,,,,,,,"But it's fine to be stupid! In front of pee, everyone can be\nstupid!" +452100 ,*mem,,,,,,,,,,,,,,,,,,, +452200 ,,,14,131,,,主人公,Kiyoshi,,"tenka,private",,11,,,,,,,,"Please, Tenka-chan. Let's pee standing up together?" +452300 ,,,,,,,甜花,Tenka,311_TC07_t_033.wav,tenka,,16,,,,,,,,Uuu~~~~... +452400 ,,,,,,,甜花,Tenka,311_TC07_t_034.wav,tenka,,36,,,,,,,,Fine... +452500 ,,,,,,,,,,tenka,,36,,,,,,,,"Finally giving in, Tenka-chan reluctantly agreed." +452600 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"Then, come on, show me your pussy." +452700 ,,,,,,,甜花,Tenka,311_TC07_t_035.wav,tenka,,13,,,,,,,,"Uuuu~~~~... It's embarrassing, you know." +452800 ,,,,,,,,,,tenka,,13,,,,,,,,"Tenka-chan lowers her panties and tries to sit down," +452900 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Ah, no, Tenka-chan." +453000 ,,,,,,,,,,tenka,,13,,,,,,,,But I won't allow that. +453100 ,,,,,,,甜花,Tenka,311_TC07_t_036.wav,tenka,,4,,,,,,,,Huh? Why? +453200 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Because we promised to pee standing up, right? Come on,\nstand up." +453300 ,,,,,,,甜花,Tenka,311_TC07_t_037.wav,tenka,,24,,,,,,,,Huh? Huh? Huh? But... +453400 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,It's okay... come on. +453600 ,,,,,3270000,,甜花,Tenka,311_TC07_t_038.wav,tenka,,0,,,,,,,,U... uuu... but if someone comes... +453700 ,,,,,3270000,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine. From this position, no one will notice." +453800 ,,,,,3270000,,,,,,,,,,,,,,,"Actually, with Tenka-chan, it might be more exciting if\nsomeone did notice." +453900 ,,,,,3270000,,主人公,Kiyoshi,,,,,,,,,,,,Come on... +454000 ,,,,,3270000,,甜花,Tenka,311_TC07_t_039.wav,tenka,,0,,,,,,,,Even if you say that... I can't go suddenly... +454100 ,,,,,3270000,,主人公,Kiyoshi,,,,,,,,,,,,Then should I help you out? +454200 ,,,,,3270000,,甜花,Tenka,311_TC07_t_040.wav,tenka,,0,,,,,,,,"No, that's fine!" +454300 ,,,,,3270000,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll just watch until it comes out." +454400 ,,,,,3270000,,甜花,Tenka,311_TC07_t_041.wav,tenka,,0,,,,,,,,D-Do whatever you want... but I'll stop once a little comes\nout. +454500 ,,,,,3270000,,主人公,Kiyoshi,,,,,,,,,,,,Ehh~ just a little? +454600 ,,,,,3270000,,,,,,,,,,,,,,,"I'd like to watch until it's all out, but the main goal is\nto embarrass Tenka-chan, so I guess it can't be helped." +454700 ,,,,,3270000,,甜花,Tenka,311_TC07_t_042.wav,tenka,,0,,,,,,,,N... nuu... n~~~~ +454900 ,,,,,3270010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, even in the countryside, if we stay here too\nlong, someone will come, you know?" +455000 ,,,,,3270010,,甜花,Tenka,311_TC07_t_043.wav,tenka,,0,,,,,,,,"I-It doesn't come out that quickly! You're the one who told\nme to do it, so wait properly!" +455100 ,,,,,3270010,,主人公,Kiyoshi,,,,,,,,,,,,"Well, that's true." +455200 ,,,,,3270010,,,,,,,,,,,,,,,"It seems like Tenka-chan isn't feeling the urge yet, and\nshe's just groaning." +455300 ,,,,,3270010,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, shh, shh." +455400 ,,,,,3270010,,甜花,Tenka,311_TC07_t_044.wav,tenka,,0,,,,,,,,I-I'm not a baby! Stop doing that! +455500 ,,,,,3270010,,,,,,,,,,,,,,,"With her pussy fully exposed, Tenka-chan is really angry.\nIt's quite a contrast." +455600 ,,,,,3270010,,,,,,,,,,,,,,,"Still, from this soft slit, pee is about to come out soon." +455700 ,,,,,3270010,,,,,,,,,,,,,,,"Yes, yes, it's moving!" +455800 ,,,,,3270010,,甜花,Tenka,311_TC07_t_045.wav,tenka,,0,,,,,,,,Ah... n... +455900 ,,,,,3270010,,主人公,Kiyoshi,,,,,,,,,,,,Oh! +456000 ,,,,,3270010,,,,,,,,,,,,,,,The slit twitches several times. +456200 ,,,,,3270020,,,,,,,,,,,,,,,...Drip... Drip drip drip drip... +456300 ,,,,,3270020,,甜花,Tenka,311_TC07_t_046.wav,tenka,,0,,,,,,,,N... phew. +456400 ,,,,,3270020,,,,,,,,,,,,,,,"Wow! From the slit, pee is dripping like a spring water." +456500 ,,,,,3270020,,主人公,Kiyoshi,,,,,,,,,,,,It's coming out. +456600 ,,,,,3270020,,甜花,Tenka,311_TC07_t_047.wav,tenka,,0,,,,,,,,"I-It's not because of you, mister..." +456700 ,,,,,3270020,,甜花,Tenka,311_TC07_t_048.wav,tenka,,0,,,,,,,,Ah... ugh... the pee... it's coming out. +456800 ,,,,,3270020,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, it's yellow... and it smells too." +456900 ,,,,,3270020,,甜花,Tenka,311_TC07_t_049.wav,tenka,,0,,,,,,,,"S-Stop it, mister! You don't have to say that." +457000 ,,,,,3270020,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, but seeing Tenka-chan's pee is making me excited." +457100 ,,,,,3270020,,甜花,Tenka,311_TC07_t_050.wav,tenka,,0,,,,,,,,N-No more! It's over! +457200 ,,,,,3270020,,,,,,,,,,,,,,,"Saying that, Tenka-chan tries to stop peeing." +457300 ,,,,,3270020,,甜花,Tenka,311_TC07_t_051.wav,tenka,,0,,,,,,,,Ah... huh? +457500 ,,,,,3270030,,甜花,Tenka,311_TC07_t_052.wav,tenka,,0,,,,,,,,Ah... no... the pee... it won't stop. +457600 ,,,,,3270030,,,,,,,,,,,,,,,"Well, it's hard to stop peeing halfway." +457700 ,,,,,3270030,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, oh? Are you going to show me more?" +457800 ,,,,,3270030,,甜花,Tenka,311_TC07_t_053.wav,tenka,,0,,,,,,,,"N-No, that's not it... ngh... ahh." +457900 ,,,,,3270030,,,,,,,,,,,,,,,――Splash... splash splash splash. +458000 ,,,,,3270030,,甜花,Tenka,311_TC07_t_054.wav,tenka,,0,,,,,,,,Huff... ngh... please stop. +458100 ,,,,,3270030,,,,,,,,,,,,,,,"She seems to be desperately trying to stop, but the flow of\npee is only getting stronger." +458200 ,,,,,3270030,,甜花,Tenka,311_TC07_t_055.wav,tenka,,0,,,,,,,,"Ah, ah... no... a lot is going to come out..." +458400 ,,,,,3270040,,甜花,Tenka,311_TC07_t_056.wav,tenka,,0,,,,,,,,"Ah, ahh! It's coming out! It's coming out... I'm peeing a\nlot..." +458500 ,,,,,3270040,,,,,,,,,,,,,,,――SPLASH splash splash splash! +458600 ,,,,,3270040,,,,,,,,,,,,,,,The yellow stream forms an arch and hits the ground. +458700 ,,,,,3270040,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, Tenka-chan, it's coming out with such force! I can hear\nthe sound of pee coming from your pussy, and it's splashing\non the ground." +458800 ,,,,,3270040,,甜花,Tenka,311_TC07_t_057.wav,tenka,,0,,,,,,,,D-Don't listen! +458900 ,,,,,3270040,,,,,,,,,,,,,,,The splashing pee hits my legs and my cock. +459000 ,,,,,3270040,,,,,,,,,,,,,,,"My cock, bathed in the morning pee, grows bigger and bigger." +459100 ,,,,,3270040,,主人公,Kiyoshi,,,,,,,,,,,,"Youth is amazing, isn't it? An old man like me can't shoot\nit that far anymore." +459200 ,,,,,3270040,,甜花,Tenka,311_TC07_t_058.wav,tenka,,0,,,,,,,,Ugh... it's still coming out... +459300 ,,,,,3270040,,主人公,Kiyoshi,,,,,,,,,,,,"Look, it's reaching all the way to the road. Someone passing\nby might get curious and come over here." +459400 ,,,,,3270040,,甜花,Tenka,311_TC07_t_059.wav,tenka,,0,,,,,,,,"Eh!? No... no... really, no..." +459500 ,,,,,3270040,,,,,,,,,,,,,,,――SPLASH... splash splash splash. +459600 ,,,,,3270040,,,,,,,,,,,,,,,The puddle formed by the pee is expanding with Tenka-chan's\nunrelenting stream. +459700 ,,,,,3270040,,主人公,Kiyoshi,,,,,,,,,,,,"That's amazing, a yellow puddle." +459800 ,,,,,3270040,,甜花,Tenka,311_TC07_t_060.wav,tenka,,0,,,,,,,,Huff... huff... ugh... +460000 ,,,,,3270050,,,,,,,,,,,,,,,――SPLASH... drip... drip. +460100 ,,,,,3270050,,甜花,Tenka,311_TC07_t_061.wav,tenka,,0,,,,,,,,Ugh... it's all out. It's all out... +460200 ,,,,,3270050,,,,,,,,,,,,,,,"Finally done peeing, Tenka-chan stares blankly at the\npuddle." +460300 ,,,,,3270050,,,,,,,,,,,,,,,"The summer heat quickly brings the smell to my nose, further\nstimulating my cock." +460400 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,That was amazing. You did it well. +460500 ,,,,,3270050,,甜花,Tenka,311_TC07_t_062.wav,tenka,,0,,,,,,,,Mm... it's my first time peeing standing up... so\nembarrassing. +460700 ,,,,,3270050,,甜花,Tenka,311_TC07_t_063.wav,tenka,,0,,,,,,,,"...Hey, old man! You didn't pee!" +460800 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,"Hm? Oh, that's right." +460900 ,,,,,3270050,,甜花,Tenka,311_TC07_t_064.wav,tenka,,0,,,,,,,,"You said you wanted to do it, right? Why aren't you doing\nit, old man!?" +461000 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, well, I really wanted to, but you see..." +461100 ,,,,,3270050,,,,,,,,,,,,,,,My cock is already rock hard. +461200 ,,,,,3270050,,甜花,Tenka,311_TC07_t_065.wav,tenka,,0,,,,,,,,"Oh. ...But, so what?" +461300 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,"When a penis gets big, it's hard to pee." +461400 ,,,,,3270050,,甜花,Tenka,311_TC07_t_066.wav,tenka,,0,,,,,,,,R-Really? +461500 ,,,,,3270050,,,,,,,,,,,,,,,"Hmm... alright, let's steer this towards something naughty." +461600 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,"So, you see, Tenka-chan. Even if I want to, I can't." +461700 ,,,,,3270050,,甜花,Tenka,311_TC07_t_067.wav,tenka,,0,,,,,,,,"You're unfair, old man, you lied! You said we'd pee\ntogether." +461800 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. So, I don't want to be a liar, Tenka- chan, can you\nhelp me out?" +461900 ,,,,,3270050,,甜花,Tenka,311_TC07_t_068.wav,tenka,,0,,,,,,,,Help? +462000 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, help me make my penis smaller so I can pee easier." +462100 ,,,,,3270050,,甜花,Tenka,311_TC07_t_069.wav,tenka,,0,,,,,,,,"...? Um, how do I do that?" +462200 ,,,,,3270050,,主人公,Kiyoshi,,,,,,,,,,,,Hmm. Like this. +462300 ,,,,,3270050,,甜花,Tenka,311_TC07_t_070.wav,tenka,,0,,,,,,,,Eh... kya!? +462400 ,,,,,3270050,,,,,,,,,,,,,,,I pick up Tenka-chan and take her to the bushes. +462500 ,,,10,,3271000,,,,,,,,,,,,,,,"I position her so she's leaning against a tree, with her\nbutt facing me." +462700 ,,,,,3271000,,甜花,Tenka,311_TC07_t_071.wav,tenka,,0,,,,,,,,"Ah, wait... o-old man. Hyah!" +462800 ,,,,,3271000,,,,,,,,,,,,,,,I spread her soft slit open. +462900 ,,,,,3271000,,,,,,,,,,,,,,,Her naughty pussy and cute little butt hole are in full\nview. +463000 ,,,,,3271000,,甜花,Tenka,311_TC07_t_072.wav,tenka,,0,,,,,,,,W-What are you doing!? You scared me! +463100 ,,,,,3271000,,主人公,Kiyoshi,,,,,,,,,,,,"When I release sperm, my penis gets smaller. So I thought\nyou could help me with that." +463200 ,,,,,3271000,,甜花,Tenka,311_TC07_t_073.wav,tenka,,0,,,,,,,,Eh... does that mean we're going to have sex!? +463300 ,,,,,3271000,,主人公,Kiyoshi,,,,,,,,,,,,"Of course... Ah, Tenka-chan, your pussy is wet." +463400 ,,,,,3271000,,,,,,,,,,,,,,,The area around her pee hole was wet and glistening vividly. +463500 ,,,,,3271000,,,,,,,,,,,,,,,But at the same time. +463600 ,,,,,3271000,,主人公,Kiyoshi,,,,,,,,,,,,"As I thought, your pussy is soaking wet too. Did you get\nexcited seeing the old man's penis earlier?" +463700 ,,,,,3271000,,甜花,Tenka,311_TC07_t_074.wav,tenka,,0,,,,,,,,I-I'm not excited at all! +463800 ,,,,,3271000,,主人公,Kiyoshi,,,,,,,,,,,,Or maybe you got turned on thinking someone would see you\npeeing? +463900 ,,,,,3271000,,甜花,Tenka,311_TC07_t_075.wav,tenka,,0,,,,,,,,"...N-No, don't look! It's just pee!" +464000 ,,,,,3271000,,主人公,Kiyoshi,,,,,,,,,,,,"Pee isn't this slippery, is it?" +464100 ,,,,,3271000,,甜花,Tenka,311_TC07_t_076.wav,tenka,,0,,,,,,,,Ugh... uuuu~~~~! +464200 ,,,,,3271000,,主人公,Kiyoshi,,,,,,,,,,,,"But with how wet you are, we don't need foreplay. I'll just\nput it in without playing with my fingers, okay?" +464300 ,,,,,3271000,,甜花,Tenka,311_TC07_t_077.wav,tenka,,0,,,,,,,,Eh? ...B-But... kya! +464400 ,,,,,3271000,,,,,,,,,,,,,,,I press down on Tenka-chan's hips from above and position my\ncock at her entrance. +464500 ,,,,,3271000,,甜花,Tenka,311_TC07_t_078.wav,tenka,,0,,,,,,,,O-Old man! Wait a sec―nnngh! +464700 ,,,,,3271010,,,,,,,,,,,,,,,"Tenka-chan arches her back and accepts my cock... or rather,\nI almost forcefully thrust it in." +464800 ,,,,,3271010,,甜花,Tenka,311_TC07_t_079.wav,tenka,,0,,,,,,,,Nn! Ah... Nnngh! I-It's going in. +464900 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah... haha, the pee from Tenka-chan's pussy is running down\nmy cock." +465000 ,,,,,3271010,,甜花,Tenka,311_TC07_t_080.wav,tenka,,0,,,,,,,,D-Don't say weird things! +465100 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, oh?" +465200 ,,,,,3271010,,,,,,,,,,,,,,,"Her pussy tightens around my cock, as if trying to deal with\nthe dripping pee." +465300 ,,,,,3271010,,,,,,,,,,,,,,,"Mmm, the soft sensation feels so good." +465400 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'm going to move." +465500 ,,,,,3271010,,甜花,Tenka,311_TC07_t_081.wav,tenka,,0,,,,,,,,O-Old man! We're outside! +465600 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,It's fine. Maybe it's better if someone sees us? +465700 ,,,,,3271010,,甜花,Tenka,311_TC07_t_082.wav,tenka,,0,,,,,,,,~~~~! +465800 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Here we go. Mm, huh..." +465900 ,,,,,3271010,,甜花,Tenka,311_TC07_t_083.wav,tenka,,0,,,,,,,,"Ah, ha, nn, nngh. Ha, ha, ha... no... we're really starting\nto have sex..." +466000 ,,,,,3271010,,,,,,,,,,,,,,,"Every time I move inside Tenka-chan, a sweet pleasure\ncaresses my cock." +466100 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"How is it? Does it feel good? Hah, hah, hah..." +466200 ,,,,,3271010,,甜花,Tenka,311_TC07_t_083a.wav,,,,,,,,,,,"Ah, nngh? Ha, kuh, nngh. Out here... there's no way it\nfeels... nngh!?" +466300 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, hah, hah. It feels good for me, Tenka- chan." +466400 ,,,,,3271010,,,,,,,,,,,,,,,"From behind, her anal hole is in full view, and when I pinch\nher nipple, her anus tightens." +466500 ,,,,,3271010,,甜花,Tenka,311_TC07_t_084.wav,tenka,,0,,,,,,,,"Ah, ha... Nngh! No... What if someone comes!?" +466600 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,Maybe it would be better if someone did come? What if it's\nnot your friends but your mom and dad who see us? +466700 ,,,,,3271010,,甜花,Tenka,311_TC07_t_085.wav,tenka,,0,,,,,,,,"N-No way! Ha, nngh! Ah! Nngh!" +466800 ,,,,,3271010,,,,,,,,,,,,,,,Tenka-chan shakes her head as if saying no. +466900 ,,,,,3271010,,甜花,Tenka,311_TC07_t_086.wav,tenka,,0,,,,,,,,"Ah, ha, ha, ha, kuh..." +467000 ,,,,,3271010,,,,,,,,,,,,,,,"Tenka-chan is trembling, but it seems more like she's\nfeeling it rather than being scared." +467100 ,,,,,3271010,,,,,,,,,,,,,,,"I thrust my cock as if pounding, and her shoulders jerk up\nsharply." +467300 ,,,,,3271020,,甜花,Tenka,311_TC07_t_087.wav,tenka,,0,,,,,,,,"Hah, ah... Nngh. Hyah! Nngh! I-I can't help but make noise!\nAh, hah, hah... Hyah, ah, no!" +467400 ,,,,,3271020,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm? But Tenka-chan's pussy is moving so much, I have to\nkeep up too." +467500 ,,,,,3271020,,甜花,Tenka,311_TC07_t_088.wav,tenka,,0,,,,,,,,"Hah, ah... No... Is mine... moving on its own? Ah, ahhh,\nfuaaahhh! No, nooo!" +467600 ,,,,,3271020,,主人公,Kiyoshi,,,,,,,,,,,,Wow. Tenka-chan's face looks so naughty. +467700 ,,,,,3271020,,甜花,Tenka,311_TC07_t_089.wav,tenka,,0,,,,,,,,"D-Don't say things like that! Besides, you can't see my face\nfrom your angle, can you!?" +467800 ,,,,,3271020,,,,,,,,,,,,,,,Tenka-chan's words become increasingly desperate. +467900 ,,,,,3271020,,,,,,,,,,,,,,,――Pachun ――Pachun +468000 ,,,,,3271020,,,,,,,,,,,,,,,"It seems Tenka-chan has resigned herself to the pleasure, as\nher love juices start to flow in earnest." +468100 ,,,,,3271020,,,,,,,,,,,,,,,"The mixed scent of urine, love juices, and grass reaches my\nnose, and an indescribable pleasure is felt in my cock." +468200 ,,,,,3271020,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, hah... Tenka-chan! It's starting to smell naughty?" +468400 ,,,,,3271010,,甜花,Tenka,311_TC07_t_090.wav,tenka,,0,,,,,,,,"Nnngh!? Ah, hah... No! Ah, hah... Don't say that... Nnngh!" +468500 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh! Tenka-chan, you're starting to feel it too!" +468600 ,,,,,3271010,,,,,,,,,,,,,,,Tenka-chan's pussy squeezes my cock even tighter. +468700 ,,,,,3271010,,甜花,Tenka,311_TC07_t_091.wav,tenka,,0,,,,,,,,"N-No... Ah, hah... Hurry up and finish... Hyaaah! Just do\nit! Fuah! Nngh! Nnngh!" +468800 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah! Ahhh! Ugh, ahh! Even your anal hole is... getting warm?\nIt's so naughty." +468900 ,,,,,3271010,,甜花,Tenka,311_TC07_t_092.wav,tenka,,0,,,,,,,,"Ahhh! D-Don't touch me there! Hyaaah! Nnnngh! Ah, hah, hah." +469000 ,,,,,3271010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you're about to come, aren't you?" +469200 ,,,,,3271040,,甜花,Tenka,311_TC07_t_093.wav,tenka,,0,,,,,,,,"Ah! N-No... I'm not about to come... I'm not feeling it...\nNngh, ah!" +469300 ,,,,,3271040,,,,,,,,,,,,,,,"Despite her words, she continues to lewdly stimulate my cock\nwith wet sounds." +469400 ,,,,,3271040,,,,,,,,,,,,,,,Tenka-chan's knees tremble and she keeps stumbling and\nalmost falling. +469500 ,,,,,3271040,,,,,,,,,,,,,,,"Thanks to that, my cock is being rubbed from various angles,\nand it feels good." +469600 ,,,,,3271040,,甜花,Tenka,311_TC07_t_094.wav,tenka,,0,,,,,,,,"Ah, hah... Ah! Nnngh!? Hihah, ahh! No... Nnnngh! Hah, hyaa!!" +469700 ,,,,,3271040,,,,,,,,,,,,,,,"On the other hand, Tenka-chan seems to be stimulated in\nunexpected places, making her body jump each time." +469800 ,,,,,3271040,,,,,,,,,,,,,,,"I greedily twist my hips and thrust my cock, focusing on the\nspots that got a reaction." +469900 ,,,,,3271040,,甜花,Tenka,311_TC07_t_095.wav,tenka,,0,,,,,,,,"Ahhh, ahh! It's deep inside! Hngh! It feels like there's a\ndick in my back... Hyaa, hah, hah, ahhhhhhh!" +470000 ,,,,,3271040,,甜花,Tenka,311_TC07_t_096.wav,tenka,,0,,,,,,,,"Nn!? Ah, fuh, hyaa! It feels like something's happening from\ninside there... to my butt... Hii, hyan!" +470100 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,"Hah, hah! Inside Tenka-chan, it's twitching so much, it\nfeels amazing!" +470200 ,,,,,3271040,,甜花,Tenka,311_TC07_t_097.wav,tenka,,0,,,,,,,,T-Then hurry up... and come! I'm already... Nn! Ah! Nnnngh! +470300 ,,,,,3271040,,甜花,Tenka,311_TC07_t_098.wav,tenka,,0,,,,,,,,Hah! Haaah! I have to stop... I need to do my lessons! +470400 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,Is that so? Then should I go all out too? +470500 ,,,,,3271040,,甜花,Tenka,311_TC07_t_099.wav,tenka,,0,,,,,,,,Huh? Ah... Nnnngh! +470600 ,,,,,3271040,,,,,,,,,,,,,,,"When I grab her hips and pull her closer to thrust my cock,\nTenka-chan arches her back and squeezes my penis tightly." +470700 ,,,,,3271040,,甜花,Tenka,311_TC07_t_100.wav,tenka,,0,,,,,,,,"Hah!? Nngh!? M-Mister! Nnngh! No, that's too strong!" +470800 ,,,,,3271040,,,,,,,,,,,,,,,Her pussy keeps pulsating lewdly over and over. +470900 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,"It feels good! It feels so good, Tenka-chan! How about it?\nDoesn't it feel good for you too?" +471000 ,,,,,3271040,,甜花,Tenka,311_TC07_t_101.wav,tenka,,0,,,,,,,,"Ah, nnngh! It feels... painful! Hah hah hah... Nnngh! Haaah!" +471100 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,But... your voice sounds so erotic? +471200 ,,,,,3271040,,甜花,Tenka,311_TC07_t_102.wav,tenka,,0,,,,,,,,"Hihah, ahhh! N-No! It's just coming out because it hurts!" +471300 ,,,,,3271040,,,,,,,,,,,,,,,I thrust into her wet pussy from behind over and over. +471400 ,,,,,3271040,,甜花,Tenka,311_TC07_t_103.wav,tenka,,0,,,,,,,,"Ah, fuh, ahhh!? Ah, ah, hyaaaaan!" +471500 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,Kuu...! +471600 ,,,,,3271040,,,,,,,,,,,,,,,"With each thrust, her small pussy clings to my penis,\nsqueezing tightly." +471700 ,,,,,3271040,,,,,,,,,,,,,,,"It seems like Tenka-chan's body is getting used to sex, so I\nprioritize my own desires and thrust into her vigorously." +471800 ,,,,,3271040,,甜花,Tenka,311_TC07_t_104.wav,tenka,,0,,,,,,,,"All the way inside...! It's coming, coming, coming! Haaaah!\nNnngh! I can't... breathe... fuaaaah!" +471900 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,"Kuh, ah" +472000 ,,,,,3271040,,甜花,Tenka,311_TC07_t_105.wav,tenka,,0,,,,,,,,"Ah, fuh... no. I'm... hngh... going crazy. Ah! Hyaaaaaah!" +472100 ,,,,,3271040,,,,,,,,,,,,,,,"My hips move faster on their own, and Tenka- chan shakes her\nhair wildly, drooling onto the ground." +472200 ,,,,,3271040,,甜花,Tenka,311_TC07_t_106.wav,tenka,,0,,,,,,,,"Kua! Fuaa! Nnngh! Fuaaaaaah! Hyaaaaaa~h! Inside, it's going\nwild! Ahh... my pussy... it's breaking!" +472300 ,,,,,3271040,,,,,,,,,,,,,,,"A tingling sensation spreads from my lower body, sending\nshivers of pleasure from my calves to my thighs and cock." +472400 ,,,,,3271040,,甜花,Tenka,311_TC07_t_107.wav,tenka,,0,,,,,,,,"Yah! Uuungh! Haaaahn! This is... Ah, ah... ah, no!" +472500 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe! I'm about to cum! Kuh... Nnngh... Kuuu...! Tenka-chan,\nare you almost there too?" +472600 ,,,,,3271040,,,,,,,,,,,,,,,My cock twitches inside Tenka-chan. +472700 ,,,,,3271040,,甜花,Tenka,311_TC07_t_108.wav,tenka,,0,,,,,,,,"Ahih. Hinh, hikuuhhhh! Ah, I don't feel anything outside!\nI-I'm not gonna... ah, hihahaaaaah!" +472800 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,You're still saying that? +472900 ,,,,,3271040,,,,,,,,,,,,,,,A hot sensation wells up from my balls. +473000 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,I'm about to cum... Just hold on a little longer... +473100 ,,,,,3271040,,甜花,Tenka,311_TC07_t_109.wav,tenka,,0,,,,,,,,"Hih, hah, hah, hah, nnnnnngh! R-right there! Ahf. Not\ncumming! Nnf" +473200 ,,,,,3271040,,,,,,,,,,,,,,,"Well, if she says that, I can go all out without holding\nback." +473300 ,,,,,3271040,,,,,,,,,,,,,,,I thrust my cock in strongly. +473400 ,,,,,3271040,,甜花,Tenka,311_TC07_t_110.wav,tenka,,0,,,,,,,,"Wah!? Hyaaaaaah! Nn, ah, haaaaah! So strong!" +473500 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,"I'm cumming!? Ah, I'm cumming. Nnnngh. Hah, hah, ooooh!" +473600 ,,,,,3271040,,甜花,Tenka,311_TC07_t_111.wav,tenka,,0,,,,,,,,"Ahee! Ah, aaaaaah~! Nuuu!? Ah, hih!?" +473700 ,,,,,3271040,,甜花,Tenka,311_TC07_t_112.wav,tenka,,0,,,,,,,,"Nyaaaaah! I-! Iyaaaaaah!! Ah, nn!! Ufuhn! Hagu... kuua...\nfua! Hah, uah!" +473800 ,,,,,3271040,,,,,,,,,,,,,,,"Unable to withstand my intense thrusts, Tenka-chan's pussy\nsuddenly contracts, squeezing my cock tightly." +473900 ,,,,,3271040,,甜花,Tenka,311_TC07_t_113.wav,tenka,,0,,,,,,,,"Hiuuu! Ah, nooo! I-I'm cumming, cumming! I'm gonna cum!" +474000 ,,,,,3271040,,主人公,Kiyoshi,,,,,,,,,,,,"You finally came, Tenka-chan! Ugh... ah! I-I'm gonna... I'm\ngonna cum too!" +474100 ,,,,,3271050,,甜花,Tenka,311_TC07_t_114.wav,tenka,,0,,,,,,,,"Nahaah!! Cumming! Higu, ki, cumming! Nuu!? Cumm... iiiing!!" +474300 ,,,,,3271050,,主人公,Kiyoshi,,,,,,,,,,,,"Hah, hah, hah, hah... nnngh, ah. Fuu, fuu. Nnngh. I came,\nTenka-chan." +474400 ,,,,,3271050,,,,,,,,,,,,,,,"From our joined bodies, my semen slowly seeps out." +474500 ,,,,,3271050,,甜花,Tenka,311_TC07_t_115.wav,tenka,,0,,,,,,,,"Hah, hah, hah... Fuu... Doing something like this outside...\nafuu." +474600 ,,,,,3271050,,,,,,,,,,,,,,,"Supporting Tenka-chan's body as she almost collapses, I look\nat her face, which is completely dazed." +474700 ,,,,,3271050,,,,,,,,,,,,,,,She really can't say she didn't feel anything. +474800 ,,,,,3271050,,甜花,Tenka,311_TC07_t_116.wav,tenka,,0,,,,,,,,Haa... haa... nfu... Doing it outside is... never again. +474900 ,,,,,3271050,,主人公,Kiyoshi,,,,,,,,,,,,"Eh~? Really? When we did it outside, Tenka- chan's insides\nwere twitching and it felt amazing." +475000 ,,,,,3271050,,甜花,Tenka,311_TC07_t_117.wav,tenka,,0,,,,,,,,T-that's because I was helping you pee... +475100 ,,,,,3271050,,主人公,Kiyoshi,,,,,,,,,,,,"Even so, Tenka-chan seemed to feel really good, right~?" +475300 ,,,,,3271060,,甜花,Tenka,311_TC07_t_118.wav,tenka,,0,,,,,,,,"N-no way! If your dick has shrunk, hurry up and pee!" +475400 ,,,,,3271060,,,,,,,,,,,,,,,"Oh, she's being quite prickly." +475500 ,,,,,3271060,,,,,,,,,,,,,,,"Even though Tenka-chan felt really good too, there's no need\nto be so angry..." +475600 ,,,,,3271060,,,,,,,,,,,,,,,"Alright, maybe I should give a little punishment." +475700 ,,,,,3271060,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, let's do that then." +475800 ,,,,,3271060,,甜花,Tenka,311_TC07_t_119.wav,tenka,,0,,,,,,,,Hurry up. +475900 ,,,,,3271060,,,,,,,,,,,,,,,"I stay completely still to avoid stimulating my cock, and\nonce it softens, I quickly apply pressure to my bladder." +476000 ,,,,,3271060,,主人公,Kiyoshi,,,,,,,,,,,,Nn... +476100 ,,,,,3271070,,,,,,,,,,,,,,,――Jojjojjojjo... (sound of urination) +476300 ,,,,,3271070,,甜花,Tenka,311_TC07_t_120.wav,tenka,,0,,,,,,,,Huh? ...Inside my stomach... it's warm...? +476400 ,,,,,3271070,,甜花,Tenka,311_TC07_t_121.wav,tenka,,0,,,,,,,,"Wait, are you...!" +476500 ,,,,,3271070,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe... How is it, Tenka-chan, my pee?" +476600 ,,,,,3271070,,甜花,Tenka,311_TC07_t_122.wav,tenka,,0,,,,,,,,"Eh!? N-no! Pull out, pull out quickly! Don't pee inside me!" +476700 ,,,,,3271070,,主人公,Kiyoshi,,,,,,,,,,,,"Ah~... Since I was holding it in, there's a lot coming out." +476800 ,,,,,3271070,,甜花,Tenka,311_TC07_t_123.wav,tenka,,0,,,,,,,,W-wait... oh no... my stomach... it's so full! Ugh... I feel\nsick. +476900 ,,,,,3271070,,,,,,,,,,,,,,,"On my end, it feels incredibly good. Peeing inside Tenka-\nchan, ah... this is bad, I might get hard again." +477000 ,,,,,3271070,,甜花,Tenka,311_TC07_t_124.wav,tenka,,0,,,,,,,,Uuuuuu! Nnguuu! Hah hah! Haaah! +477100 ,,,,,3271070,,主人公,Kiyoshi,,,,,,,,,,,,"Phew~... It's all out, Tenka-chan." +477200 ,,,,,3271070,,甜花,Tenka,311_TC07_t_125.wav,tenka,,0,,,,,,,,Uuuu... Kuuuuu... +477300 ,,,,,3271070,,主人公,Kiyoshi,,,,,,,,,,,,"What's wrong, Tenka-chan? Did you maybe start to enjoy my\npee?" +477400 ,,,,,3271070,,主人公,Kiyoshi,,,,,,,,,,,,"If so, then one more time..." +477500 ,,,,,3271070,,甜花,Tenka,311_TC07_t_126.wav,tenka,,0,,,,,,,,Ugh... sniff... sniff... waaaaaa! +477600 ,,,,,3271070,,,,,,,,,,,,,,,Huh? ...What? +477800 ,,,,,3271080,,甜花,Tenka,311_TC07_t_127.wav,tenka,,0,,,,,,,,Waaaaa! I'm not a toilet! +477900 ,,,,,3271080,,主人公,Kiyoshi,,,,,,,,,,,,"W-wait, Tenka-chan?" +478000 ,,,,,3271080,,甜花,Tenka,311_TC07_t_128.wav,tenka,,0,,,,,,,,Uwaaaa! The old man peed on me! +478100 ,,,,,3271080,,,,,,,,,,,,,,,Tears are streaming down Tenka-chan's face. +478200 ,,,,,3271080,,,,,,,,,,,,,,,Oh no! I went too far! I made the usually strong Tenka-chan\ncry! +478300 ,,,,,3271080,,主人公,Kiyoshi,,,,,,,,,,,,"T-Tenka-chan, please stop crying!" +478400 ,,,,,3271080,,,,,,,,,,,,,,,"My dick has completely shrunk, and my pee is flowing out\nfrom the side." +478500 ,,,,,3271080,,甜花,Tenka,311_TC07_t_129.wav,tenka,,0,,,,,,,,Uwaaaa... there's so much pee! +478600 ,,,,,3271080,,主人公,Kiyoshi,,,,,,,,,,,,I-I'm sorry! It was my fault! I'm really sorry! +478700 ,,,,,3271080,,甜花,Tenka,311_TC07_t_130.wav,tenka,,0,,,,,,,,I'm not a toilet... I'm your girlfriend! I'm an idol! +478800 ,,,,,3271080,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, I'm really, really sorry! That's not something\nyou do to your girlfriend!" +478900 ,,,,,3271080,,甜花,Tenka,311_TC07_t_131.wav,tenka,,0,,,,,,,,Idiot! You're such an idiot! Uwaaaaa! +479000 ,$event_return,,,,3271080,,,,,,,,,,,,,,, +479100 ,,,,,3271080,,主人公,Kiyoshi,,,,,,,,,,,,"Ahhhh, p-people will come, so please stop crying, I'm\nbegging you..." +479300 ,,,12,,,,甜花,Tenka,311_TC07_t_132.wav,tenka,,8,,,,,,,,Sniff... sniff... +479400 ,,,,,,,主人公,Kiyoshi,,tenka,,8,,,,,,,,I'm really sorry... +479500 ,,,,,,,甜花,Tenka,311_TC07_t_133.wav,tenka,,28,,,,,,,,...Hmph. +479600 ,,,,,,,主人公,Kiyoshi,,tenka,,28,,,,,,,,"Ah... I'm sorry. When I see Tenka-chan's cute face, I just\ncan't help it." +479700 ,,,,,,,主人公,Kiyoshi,,tenka,,28,,,,,,,,"I never think of you as a toilet. If Tenka- chan leaves me,\nI'll never have a girlfriend again." +479800 ,,,,,,,甜花,Tenka,311_TC07_t_134.wav,tenka,,14,,,,,,,,Sniff... sniff... hic... you'll never do it again? +479900 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,I-I won't. At least not when Tenka-chan doesn't want it. +480000 ,,,,,,,甜花,Tenka,311_TC07_t_135.wav,tenka,,34,,,,,,,,Hic... hic... then it's fine. +480100 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,...Phew. +480200 ,,,,,,,甜花,Tenka,311_TC07_t_136.wav,tenka,,30,,,,,,,,"I-If you do it again, I definitely won't forgive you!" +480300 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"Yeah, yeah! So please stop crying now!" +480400 ,,,,,,,,,,tenka,,30,,,,,,,,"After that, it took quite a while to calm her down, and we\nended up opening the shop much later than usual." +480500 ,,,,,,,,,,tenka,,30,,,,,,,,"...Well, it was entirely my fault." +480600 ,,,0,9000,,,,,,,,,,,,,,,, +480800 ,@312_TC08,,,,,,,,,,,,,,,,,,, +481100 ,,,5,21,,,千恵,Chie,312_TC08_c_000.wav,"komako,privateB",,1,"chie,private",,1,"tenka,privateC",,12,,"Onii-chan, the cleaning is done!" +481200 ,,,,,,,コマコ,Komako,312_TC08_k_000.wav,komako,,1,chie,,1,tenka,,12,,It's done! +481300 ,,,,,,,甜花,Tenka,312_TC08_t_000.wav,komako,,1,chie,,1,tenka,,12,,Phew... it's hot. +481400 ,,,,,,,主人公,Kiyoshi,,komako,,1,chie,,1,tenka,,12,,"Yeah, good job, all three of you. Make sure to drink some\nwater so you don't get heatstroke, okay?" +481500 ,,,,,,,千恵,Chie,312_TC08_c_001.wav,komako,,1,chie,,21,tenka,,12,,Okay! Then Chii-chan will bring the water. +481600 ,,,,,,,コマコ,Komako,312_TC08_k_001.wav,komako,,0,chie,,21,tenka,,12,,Ah... thank you. +481700 ,,,,,,,甜花,Tenka,312_TC08_t_001.wav,komako,,0,chie,,21,tenka,,32,,"Don't spill it, okay?" +481800 ,,,,,,,千恵,Chie,312_TC08_c_002.wav,komako,,0,chie,,25,tenka,,32,,I knowww. +481900 ,,,,,,,,,,komako,,0,,,,tenka,,32,,Chii-chan cheerfully dashed to the back of the shop. +482000 ,,,,,,,,,,komako,,0,,,,tenka,,32,,"And then, those who remained were." +482100 ,,,,,,,コマコ,Komako,312_TC08_k_002.wav,komako,,0,,,,tenka,,0,,... +482200 ,,,,,,,甜花,Tenka,312_TC08_t_002.wav,komako,,0,,,,tenka,,0,,... +482300 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,tenka,,0,,... +482400 ,,,,,,,,,,komako,,0,,,,tenka,,0,,"Yes, the three who had that intimate lesson back then." +482500 ,,,,,,,,,,komako,,0,,,,tenka,,0,,Just when I thought it would get a bit awkward... +482600 ,,,,,,,コマコ,Komako,312_TC08_k_003.wav,komako,,22,,,,tenka,,0,,"Uncle, Tenka-chan... thank you for the other day." +482700 ,,,,,,,甜花,Tenka,312_TC08_t_003.wav,komako,,22,,,,tenka,,13,,The other day... +482800 ,,,,,,,,,,komako,,22,,,,tenka,,13,,Tenka-chan's face turned bright red. +482900 ,,,,,,,主人公,Kiyoshi,,komako,,22,,,,tenka,,13,,"Haha, you don't have to worry about me. It was Tenka-chan\nwho did her best." +483000 ,,,,,,,コマコ,Komako,312_TC08_k_004.wav,komako,,21,,,,tenka,,13,,Yeah. +483100 ,,,,,,,コマコ,Komako,312_TC08_k_005.wav,komako,,20,,,,tenka,,13,,"Thank you, Tenka-chan." +483200 ,,,,,,,甜花,Tenka,312_TC08_t_004.wav,komako,,20,,,,tenka,,16,,"N-No, I just did what was natural as a senpai." +483300 ,,,,,,,甜花,Tenka,312_TC08_t_005.wav,komako,,20,,,,tenka,,16,,"So, you don't have to worry about it." +483400 ,,,,,,,コマコ,Komako,312_TC08_k_006.wav,komako,,21,,,,tenka,,16,,"Yeah, thank you." +483500 ,,,,,,,甜花,Tenka,312_TC08_t_006.wav,komako,,21,,,,tenka,,31,,I-I said it's fine! +483600 ,,,,,,,,,,komako,,21,,,,tenka,,31,,The slightly awkward conversation made me smile\nunintentionally. +483700 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,tenka,,31,,"If you're still worried, should we try it again with Tenka-\nchan?" +483800 ,,,,,,,甜花,Tenka,312_TC08_t_007.wav,komako,,21,,,,tenka,,22,,Eh!? B-But... if Komako is really worried... +483900 ,,,,,,,コマコ,Komako,312_TC08_k_007.wav,komako,,23,,,,tenka,,22,,"No, it's okay. I mostly understood from last time." +484000 ,,,,,,,甜花,Tenka,312_TC08_t_008.wav,komako,,23,,,,tenka,,33,,I-I see... +484100 ,,,,,,,,,,komako,,23,,,,tenka,,33,,Tenka-chan's voice sounded a bit disappointed. +484200 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,tenka,,33,,"Well then, I'll be cheering for you, Komako- chan." +484300 ,,,,,,,コマコ,Komako,312_TC08_k_008.wav,komako,,1,,,,tenka,,33,,"Yeah... Uncle and Tenka-chan, get along well too." +484400 ,,,,,,,甜花,Tenka,312_TC08_t_009.wav,komako,,1,,,,tenka,,1,,Y-Yeah. +484500 ,,,,,,,千恵,Chie,312_TC08_c_003.wav,,,,chie,,1,,,,,Sorry for the wait! I brought some for everyone! +484600 ,,"",,,,,,,,,,,chie,,4,,,,, +484700 ,,"",,,,,千恵,Chie,312_TC08_c_004.wav,,,,chie,,4,,,,,--Whoa! +484800 ,,,,,,,甜花,Tenka,312_TC08_t_010.wav,,,,chie,,4,tenka,,10,,Kya! Ch-Chie~~! I told you not to spill it! +484900 ,,,,,,,千恵,Chie,312_TC08_c_005.wav,,,,chie,,13,tenka,,10,,"Sorry, Tenka-chan! B-But... it's so hot, it'll dry quickly!" +485000 ,,,,,,,甜花,Tenka,312_TC08_t_011.wav,,,,chie,,13,tenka,,30,,That's not the point! +485100 ,,,,,,,,,,,,,,,,,,,,"As they were having this exchange, Komako- chan took out a\nhandkerchief," +485200 ,,,,,,,コマコ,Komako,312_TC08_k_009.wav,komako,,3,,,,,,,,Tenka-chan... let me wipe it for you. +485300 ,,,,,,,甜花,Tenka,312_TC08_t_012.wav,komako,,3,,,,tenka,,0,,Ah... thank you. +485400 ,,,,,,,,,,,,,,,,,,,,"Yeah, yeah, these two are getting along well." +485500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Ah... by the way. +485600 ,,,,,,,千恵@コマコ@甜花,Three People,312_TC08_c_005a@312_TC08_k_009a@312_TC08_t_012a.wav,,,,,,,,,,,? +485700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, you three, but I actually have to go out for a\ndelivery today. I'll be leaving the store for a bit." +485800 ,,,,,,,千恵,Chie,312_TC08_c_006.wav,komako,,0,chie,,0,tenka,,3,,"Okay, got it." +485900 ,,,,,,,甜花,Tenka,312_TC08_t_013.wav,komako,,0,chie,,0,tenka,,3,,Are we going to run the store by ourselves? +486000 ,,,,,,,コマコ,Komako,312_TC08_k_010.wav,komako,,34,chie,,0,tenka,,3,,Can we do it? +486100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"No, no, that's too risky, so it's fine." +486200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I'll hang a 'Be right back' sign, so you three can take a\nnap in the back." +486300 ,,,,,,,,,,,,,,,,,,,,"This is the countryside, so there's no one who would steal\nanything." +486400 ,,,,,,,,,,,,,,,,,,,,"There have been a few times like this, but most people leave\nmoney at the register even when I'm not around." +486500 ,,,,,,,,,,,,,,,,,,,,"And, well, since it's quiet, they wait for me to return." +486600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"So, I'm going out for a delivery, okay?" +486700 ,,,,,,,千恵,Chie,312_TC08_c_007.wav,,,,chie,,1,,,,,"Yeah, got it." +486800 ,,,,,,,コマコ,Komako,312_TC08_k_011.wav,komako,,1,,,,,,,,Take care. +486900 ,,,,,,,甜花,Tenka,312_TC08_t_014.wav,,,,,,,tenka,,1,,Be careful. +487000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'm counting on you." +487300 ,,,6,121,,,主人公,Kiyoshi,,,,,,,,,,,,Thank you very much. +487400 ,,,,,,,,,,,,,,,,,,,,I handed two cartons of cigarettes to a nearby lady and\nreceived the payment. +487500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, this is the last delivery, so I guess I'll head back\nto the store." +487600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Still, I can't believe that lady smokes these." +487700 ,,,,,,,,,,,,,,,,,,,,What she ordered was incredibly strong cigarettes. +487800 ,,,,,,,,,,,,,,,,,,,,"I don't know why, but country ladies and grandmas tend to\nsmoke really strong cigarettes." +487900 ,,,,,,,,,,,,,,,,,,,,...Maybe it's just my own bias. +488100 ,,,,11,,,主人公,Kiyoshi,,,,,,,,,,,,"Now, I wonder if everyone is sleeping like good kids." +488200 ,,,,,,,,,,,,,,,,,,,,I hope they haven't been eating the store's goods without\npermission... +488400 ,,,,21,,,甜花,Tenka,312_TC08_t_015.wav,,,,,,,tenka,,3,,... +488500 ,,,,,,,,,,,,,,,,tenka,,3,,...Huh? Only Tenka-chan is outside the room. +488600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"Tenka-chan, what are you doing――" +488700 ,,,,,,,甜花,Tenka,312_TC08_t_016.wav,,,,,,,"tenkaL,privateC",,4,,"――!? O-Oji-san, shh!" +488800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,4,,...? +488900 ,,,,,,,,,,,,,,,,tenkaL,,4,,Why is she telling me to shh? +489000 ,,,,,,,,,,,,,,,,tenkaL,,4,,"Without making a sound, I quietly approached Tenka-chan." +489100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,4,,...What's going on? +489200 ,,,,,,,甜花,Tenka,312_TC08_t_017.wav,,,,,,,tenkaL,,33,,"Uh, um... Komako is..." +489300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,33,,Huh? Komako-chan is... what happened? +489400 ,,,,,,,,,,,,,,,,,,,,I wondered what was going on... +489600 ,,,,,,,コマコ,Komako,312_TC08_k_012.wav,,,,,,,,,,,Chi-chan... does it feel good? +489700 ,,,,,,,千恵,Chie,312_TC08_c_008.wav,,,,,,,,,,,Ah... Koma-chan... there... it feels weird. +489800 ,,,15,,,,,,,,,,,,,,,,,――!? +489900 ,,,,,,,,,,,,,,,,,,,,"Komako-chan, wearing a strap-on, was on top of Chi-chan." +490000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Eh? Eh? Could it be... Komako-chan is doing that to Chi-\nchan!? +490200 ,,,,,,,甜花,Tenka,312_TC08_t_018.wav,,,,,,,tenka,,14,,"Y-yeah. Komako consulted me, and after that, I left the room\ntoo." +490300 ,,,,,,,甜花,Tenka,312_TC08_t_019.wav,,,,,,,tenka,,12,,And when I peeked a little... +490400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,They started doing something naughty? +490500 ,,,,,,,甜花,Tenka,312_TC08_t_020.wav,,,,,,,tenka,,13,,Y-yeah. +490600 ,,,,,,,,,,,,,,,,tenka,,13,,"Tenka-chan gulped and was on all fours, peeking through the\ngap in the sliding door." +490800 ,,,,,,,コマコ,Komako,312_TC08_k_013.wav,,,,,,,,,,,This here is called the clitoris... it's a place that feels\ngood. +490900 ,,,,,,,千恵,Chie,312_TC08_c_009.wav,,,,,,,,,,,Uuu! When you pinch it... nnn! +491100 ,,,,,,,甜花,Tenka,312_TC08_t_021.wav,,,,,,,tenka,,6,,W-wow... +491200 ,,,,,,,,,,,,,,,,tenka,,6,,"Watching that, her crotch area was fidgeting frequently." +491300 ,,,,,,,,,,,,,,,,tenka,,6,,...Could this be? +491400 ,,,,,,,,,,,,,,,,tenka,,6,,I quietly reached out to Tenka-chan's skirt so she wouldn't\nnotice. +491500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,6,,Wow... +491600 ,,,,,,,,,,,,,,,,tenka,,6,,Her cute panties were soaked because of her love juices. +491700 ,,,,,,,,,,,,,,,,tenka,,6,,"Well, it could just be the pattern, so I need to touch and\nconfirm." +491800 ,,,,,,,,,,,,,,,,tenka,,6,,――squelch +491900 ,,,,,,,甜花,Tenka,312_TC08_t_022.wav,,,,,,,tenkaL,,4,,Hyan!? +492000 ,,,,,,,,,,,,,,,,tenkaL,,2,,Tenka-chan let out a very erotic voice along with the wet\nsound. +492100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,2,,"Tenka-chan, shh!" +492200 ,,,,,,,甜花,Tenka,312_TC08_t_023.wav,,,,,,,tenkaL,,31,,"Shh! It's your fault, uncle! What are you doing all of a\nsudden!? I ended up making a sound!" +492300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,"Well, watching those two being naughty, I thought Tenka-chan\nmight be excited too." +492400 ,,,,,,,甜花,Tenka,312_TC08_t_024.wav,,,,,,,tenkaL,,11,,I-I'm not! +492500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,11,,"But your panties were wet, weren't they?" +492600 ,,,,,,,甜花,Tenka,312_TC08_t_025.wav,,,,,,,tenkaL,,31,,B-but that's not it! +492700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,"It's okay, you don't have to hide it. Even I got excited\nwatching those two, it's normal." +492800 ,,,,,,,甜花,Tenka,312_TC08_t_026.wav,,,,,,,tenkaL,,11,,"Uncle, you get excited over anything!" +492900 ,,,,,,,,,,,,,,,,tenkaL,,11,,...Is that how Tenka-chan thinks of me...? +493000 ,,,,,,,,,,,,,,,,tenkaL,,11,,"Well, she's mostly right." +493100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,11,,"Tenka-chan, you're feeling naughty too, right? Let's just do\nit." +493200 ,,,,,,,甜花,Tenka,312_TC08_t_027.wav,,,,,,,tenkaL,,16,,"N-no... not now, uncle." +493300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,16,,"It's okay, they're both too caught up in their own thing." +493400 ,,,,,,,甜花,Tenka,312_TC08_t_028.wav,,,,,,,tenkaL,,26,,Uncle... stop it. +493500 ,,,,,,,,,,,,,,,,tenkaL,,26,,"I lean over Tenka-chan, pinning her down so she can't move." +493600 ,,,,,,,甜花,Tenka,312_TC08_t_029.wav,,,,,,,tenkaL,,31,,U-Uncle!? What are you doing!? +493700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,"Shh! If you're not quiet, they'll find us." +493800 ,,,,,,,甜花,Tenka,312_TC08_t_030.wav,,,,,,,tenkaL,,26,,Ah... +493900 ,,,,,,,,,,,,,,,,tenkaL,,26,,"Tenka-chan hurriedly covers her mouth to keep her voice from\nescaping. It's such a cute, childlike gesture." +494000 ,*mem,,,,,,,,,,,,,,,,,,, +494100 ,,,15,21,,,甜花,Tenka,312_TC08_t_031.wav,,,,,,,"tenkaL,privateC",,6,,Uncle... what are you doing...? +494200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,6,,Hm? Could you spread your legs a little...? +494300 ,,,,,,,甜花,Tenka,312_TC08_t_032.wav,,,,,,,tenkaL,,26,,Huh? +494400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,26,,"Watching those two got me all worked up, I can't hold back\nanymore." +494500 ,,,,,,,甜花,Tenka,312_TC08_t_033.wav,,,,,,,tenkaL,,13,,"Eh!? U-Uncle, are you really..." +494600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,13,,Shall we just do it like this? +494700 ,,,,,,,甜花,Tenka,312_TC08_t_034.wav,,,,,,,tenkaL,,13,,No way! We'll definitely get caught! +494800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,13,,"But, isn't Tenka-chan feeling it too?" +494900 ,,,,,,,甜花,Tenka,312_TC08_t_035.wav,,,,,,,tenkaL,,33,,T-That's not... +495000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,33,,Ah... it looks like Chi-chan is about to have a dick inside\nher for the first time. +495100 ,,,,,,,甜花,Tenka,312_TC08_t_036.wav,,,,,,,tenkaL,,16,,Huh? +495200 ,,,,,,,,,,,,,,,,tenkaL,,16,,"While we're having this exchange, I take my cock out of my\npants." +495300 ,,,,,,,,,,,,,,,,tenkaL,,16,,Then I press my cock against Tenka-chan's slit. +495400 ,,,,,,,,,,,,,,,,tenkaL,,16,,--Squelch. +495500 ,,,,,,,甜花,Tenka,312_TC08_t_037.wav,,,,,,,tenkaL,,6,,Nn. +495600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,6,,"See, you're wet, aren't you? Did you get excited watching\nthose two being naughty?" +495700 ,,,,,,,甜花,Tenka,312_TC08_t_038.wav,,,,,,,tenkaL,,31,,T-This is... +495800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,"Ah, Tenka-chan. It looks like Komako-chan is finally going\nto insert it? Oh, she's rushing... it looks painful." +495900 ,,,,,,,甜花,Tenka,312_TC08_t_039.wav,,,,,,,tenkaL,,33,,Ah... Chi... she's crying a little. +496000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,33,,It would be better if they did it more like this. +496100 ,,,,,,,甜花,Tenka,312_TC08_t_040.wav,,,,,,,tenkaL,,13,,...Huh? +496200 ,,,,,,,,,,,,,,,,tenkaL,,13,,"Before Tenka-chan can speak, I slowly twist my cock into her\nhot pussy." +496400 ,,,10,,3280000,,甜花,Tenka,312_TC08_t_041.wav,tenka,,0,,,,,,,,"Nn... Ah, ha. ...Nnn." +496500 ,,,,,3280000,,,,,,,,,,,,,,,"The entrance of her vagina stretches to the shape of the\nglans, swallowing it with a squelch." +496600 ,,,,,3280000,,甜花,Tenka,312_TC08_t_042.wav,tenka,,0,,,,,,,,"Ha... Nn, ah... Uncle's is... inside... Nnn. Even though I\nsaid no, ah, ha, ha, ha... Nn." +496700 ,,,,,3280000,,,,,,,,,,,,,,,My cock gradually pushes open her soft pussy. +496800 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,It would have been better to wait for it to go in naturally\nlike this. +496900 ,,,,,3280000,,甜花,Tenka,312_TC08_t_043.wav,tenka,,0,,,,,,,,Nngh... It wasn't natural... Uncle put it in suddenly... +497000 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,But they both look so happy and innocent. When we had our\nfirst time... +497100 ,,,,,3280000,,主人公,Kiyoshi,,tenka,,0,,,,,,,,...It wasn't like that. +497200 ,,,,,3280000,,甜花,Tenka,312_TC08_t_045.wav,tenka,,0,,,,,,,,"It's your fault, Uncle!" +497300 ,,,,,3280000,,,,,,,,,,,,,,,My first time with Tenka-chan was forced anal. Her virginity\nwas broadcasted. +497400 ,,,,,3280000,,甜花,Tenka,312_TC08_t_046.wav,tenka,,0,,,,,,,,I was scared... my butt hurt... Everyone saw our first\ntime... It was embarrassing! +497500 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,"But Tenka-chan, you like being watched, don't you?" +497600 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan looked like she was in pain, but Tenka-chan seemed\nto be feeling good, right?" +497700 ,,,,,3280000,,甜花,Tenka,312_TC08_t_047.wav,tenka,,0,,,,,,,,"Ugh, uuu~~~" +497800 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,"You got turned on being watched by so many people, didn't\nyou? It's good it didn't hurt." +497900 ,,,,,3280000,,甜花,Tenka,312_TC08_t_048.wav,tenka,,0,,,,,,,,~~~~~! I don't know! +498000 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, sorry! Instead, I'll make you feel good from now on." +498100 ,,,,,3280000,,甜花,Tenka,312_TC08_t_049.wav,tenka,,0,,,,,,,,"Ah, hah!? I-It's fine, Uncle! Really... they'll find out!" +498200 ,,,,,3280000,,,,,,,,,,,,,,,I slowly push my cock deeper inside. +498300 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, nn. Just a little more... just a little more and it'll\nbe all the way in." +498400 ,,,,,3280000,,甜花,Tenka,312_TC08_t_050.wav,tenka,,0,,,,,,,,"Listen, Uncle... nn!?" +498500 ,,,,,3280000,,,,,,,,,,,,,,,My hips bumped against Tenka-chan's butt with a smack. +498600 ,,,,,3280000,,主人公,Kiyoshi,,,,,,,,,,,,"...It's all in, you know?" +498700 ,,,,,3280000,,甜花,Tenka,312_TC08_t_051.wav,tenka,,0,,,,,,,,Huuu. ...Nn! +498800 ,,,,,3280000,,,,,,,,,,,,,,,"Tenka-chan tries to escape from under me, but I move my hips\nto follow her." +498900 ,,,,,3280010,,甜花,Tenka,312_TC08_t_052.wav,tenka,,0,,,,,,,,Huh. Nn!? +499000 ,,,,,3280010,,,,,,,,,,,,,,,"Stimulated by the pursuing cock, Tenka-chan's shoulders\ntrembled slightly." +499100 ,,,,,3280010,,,,,,,,,,,,,,,"And to prevent her from escaping, I grab her body. That\nplace is..." +499300 ,,,,,3280010,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan's breasts are so erotic. +499400 ,,,,,3280010,,,,,,,,,,,,,,,Around her breasts. And then I pinch her nipples. +499500 ,,,,,3280010,,甜花,Tenka,312_TC08_t_053.wav,tenka,,0,,,,,,,,"No! U-Uncle, don't touch the tips!" +499600 ,,,,,3280010,,,,,,,,,,,,,,,"Pinching and pulling, her nipples change shape with the\nmovement of my fingers." +499700 ,,,,,3280010,,甜花,Tenka,312_TC08_t_054.wav,tenka,,0,,,,,,,,"Fwah, ha... Huh, huh... Nn. Ha, ha... No." +499800 ,,,,,3280010,,,,,,,,,,,,,,,"As I continued to touch her eagerly, Tenka- chan's breathing\nbecame heavy." +499900 ,,,,,3280010,,甜花,Tenka,312_TC08_t_055.wav,tenka,,0,,,,,,,,"If you touch me so much, ha, ha... Nn. I'll..." +500000 ,,,,,3280010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan's breasts might get all perky, you know? Does it\nfeel good?" +500100 ,,,,,3280010,,甜花,Tenka,312_TC08_t_056.wav,tenka,,0,,,,,,,,"Nn, kuh, ah, haa, haa... That's not..." +500200 ,,,,,3280010,,,,,,,,,,,,,,,"I continue to stimulate her, gently kneading." +500300 ,,,,,3280010,,甜花,Tenka,312_TC08_t_057.wav,tenka,,0,,,,,,,,"Nn... Fuu. Nn... I'll make noise, so... stop it." +500400 ,,,,,3280010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, look. Chie-chan and Komako-chan seem to be feeling good,\nright? How about you, Tenka- chan?" +500500 ,,,,,3280010,,甜花,Tenka,312_TC08_t_058.wav,tenka,,0,,,,,,,,I-I don't know about that! +500600 ,,,,,3280010,,,,,,,,,,,,,,,The moment I pinched both nipples tightly. +500700 ,,,,,3280010,,甜花,Tenka,312_TC08_t_059.wav,tenka,,0,,,,,,,,Nnngh! +500800 ,,,,,3280010,,,,,,,,,,,,,,,She convulses as if trying to escape. +500900 ,,,,,3280010,,甜花,Tenka,312_TC08_t_060.wav,tenka,,0,,,,,,,,"Ah... Nn, huh. Nnngh... My breasts... no." +501000 ,,,,,3280010,,,,,,,,,,,,,,,She trembles slightly in small movements. Is this reaction\nbecause she's starting to feel good? +501100 ,,,,,3280010,,主人公,Kiyoshi,,,,,,,,,,,,What's wrong? Did it hurt? +501200 ,,,,,3280010,,甜花,Tenka,312_TC08_t_061.wav,tenka,,0,,,,,,,,Eh? ...Um. +501300 ,,,,,3280010,,,,,,,,,,,,,,,"She places her hand on her cute mouth. ...I see, she's\ntrying to hold back her voice." +501400 ,,,,,3280010,,,,,,,,,,,,,,,In that case... +501500 ,,,,,3280010,,,,,,,,,,,,,,,"I rub her nipples with my thumb and forefinger, shush,\nshush." +501700 ,,,,,3280020,,甜花,Tenka,312_TC08_t_062.wav,tenka,,0,,,,,,,,"Hyah! No... Wait, wait... Ha, Uncle. Hold on..." +501800 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,I can't wait. +501900 ,,,,,3280020,,甜花,Tenka,312_TC08_t_063.wav,tenka,,0,,,,,,,,"No way... Ah, nn. Huh... Hah, ha... ya." +502000 ,,,,,3280020,,,,,,,,,,,,,,,"After a few strokes, her voice starts to sound more sensual." +502100 ,,,,,3280020,,甜花,Tenka,312_TC08_t_064.wav,tenka,,0,,,,,,,,"Ah... nn, hyu, ha." +502200 ,,,,,3280020,,,,,,,,,,,,,,,"Her nipples swell up, becoming hard and firm." +502300 ,,,,,3280020,,,,,,,,,,,,,,,"On her small chest, the pink protrusions stand out as if\nasserting themselves." +502400 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan. Do your nipples feel good? +502500 ,,,,,3280020,,甜花,Tenka,312_TC08_t_065.wav,tenka,,0,,,,,,,,N-No. It's not like that... Hyah?! +502600 ,,,,,3280020,,,,,,,,,,,,,,,I continue to stimulate her by rotating my fingertips. +502700 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"Your nipples have gotten all hard, haven't they?" +502800 ,,,,,3280030,,甜花,Tenka,312_TC08_t_066.wav,tenka,,0,,,,,,,,Th-That's... Nn. Hah... Ah. ...If anyone's touched like\nthis... +502900 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"But isn't your mouth making some naughty sounds, Tenka-chan?" +503000 ,,,,,3280030,,甜花,Tenka,312_TC08_t_067.wav,tenka,,0,,,,,,,,Eh? Ah... +503100 ,,,,,3280030,,甜花,Tenka,312_TC08_t_068.wav,tenka,,0,,,,,,,,~~~~~~~~~~~~~~~~~ +503200 ,,,,,3280030,,,,,,,,,,,,,,,"Tenka-chan places her hand over her mouth, groaning softly." +503300 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? Are you worried about making noise now? They've\nprobably already heard you. +503400 ,,,,,3280020,,甜花,Tenka,312_TC08_t_069.wav,tenka,,0,,,,,,,,...That's not true. Neither of them has noticed us. +503500 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"Well, even if those two find out, it's fine. Don't hold\nback, just feel it." +503600 ,,,,,3280020,,甜花,Tenka,312_TC08_t_070.wav,tenka,,0,,,,,,,,"Hya, fu, ha. I'm not... holding back... at all." +503700 ,,,,,3280020,,,,,,,,,,,,,,,"Hmm, Tenka-chan's defiance and slight rebelliousness are\nreally charming." +503800 ,,,,,3280020,,,,,,,,,,,,,,,"When it comes to this, I really want to make her say it\nfeels good." +503900 ,,,,,3280020,,,,,,,,,,,,,,,"I slowly pull my hips back. The ridge of my cock rubs\nagainst her folds, sending pleasure through me." +504100 ,,,,,3280030,,甜花,Tenka,312_TC08_t_071.wav,tenka,,0,,,,,,,,"Ah, ha... When your cock pulls out... ah, it catches... haah\nhaah haah..." +504200 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,I'll put it back in. +504300 ,,,,,3280030,,,,,,,,,,,,,,,"I pull out until just below the head, then slowly push back\nin." +504400 ,,,,,3280030,,甜花,Tenka,312_TC08_t_072.wav,tenka,,0,,,,,,,,"Nngh! Ah, ha... nnngh! Ah, ha... nnngh. Ah, haah, nnngh!" +504500 ,,,,,3280030,,,,,,,,,,,,,,,"Little by little, she's starting to let out sounds of\npleasure." +504600 ,,,,,3280030,,,,,,,,,,,,,,,I gradually increase the pace of my thrusts. +504700 ,,,,,3280020,,甜花,Tenka,312_TC08_t_073.wav,tenka,,0,,,,,,,,"Hngh!? Ah... haah... nngh, haah haah... ah... my, my\nvoice... no!" +504800 ,,,,,3280020,,,,,,,,,,,,,,,"As I keep rubbing, her pussy contracts irregularly,\nsqueezing my cock tightly." +504900 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh. Ah, ha... Tenka-chan, I wonder if Chie- chan is feeling\nlike this too right now?" +505000 ,,,,,3280020,,甜花,Tenka,312_TC08_t_074.wav,tenka,,0,,,,,,,,I-I don't know! +505100 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"You can't say you don't know, right? You were also taken by\nKomako-chan's cock, weren't you?" +505200 ,,,,,3280030,,甜花,Tenka,312_TC08_t_075.wav,tenka,,0,,,,,,,,"Ugh... ugh... haah! Th-that's true, but" +505300 ,,,,,3280030,,甜花,Tenka,312_TC08_t_076.wav,tenka,,0,,,,,,,,"Kuuu! Ah, ha... nnngh. But... your's feels better... so Chie\nmight not be feeling it." +505400 ,,,,,3280030,,,,,,,,,,,,,,,Oh! That's a nice thing to say! +505500 ,,,,,3280030,,,,,,,,,,,,,,,"Well, if my technique lost to a girl's first experience with\na toy, that would be quite embarrassing." +505600 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Then Tenka-chan, I'll make sure you feel it properly, okay?" +505700 ,,,,,3280030,,甜花,Tenka,312_TC08_t_077.wav,tenka,,0,,,,,,,,"Th-that's why, if they find out... nnngh!" +505800 ,,,,,3280030,,,,,,,,,,,,,,,"I thrust hard, making a slapping sound as Tenka-chan's butt\nchanges shape." +505900 ,,,,,3280030,,甜花,Tenka,312_TC08_t_078.wav,tenka,,0,,,,,,,,"Hah! Fuah... ahh. Auh, nnnngh!" +506000 ,,,,,3280030,,,,,,,,,,,,,,,"A shiver runs through Tenka-chan's back, making her tremble." +506100 ,,,,,3280030,,甜花,Tenka,312_TC08_t_079.wav,tenka,,0,,,,,,,,"Hic, ah... nnnngh! Ah, ha, nnnngh! My voice... it's coming\nout, fiii!" +506200 ,,,,,3280030,,,,,,,,,,,,,,,"With a squelching sound, I thrust my cock repeatedly,\nfocusing on her undulating butt." +506300 ,,,,,3280030,,甜花,Tenka,312_TC08_t_080.wav,tenka,,0,,,,,,,,"Ah, ha... even though I don't want to, a, a weird voice\nis... Uah, ah... ahn! Ahhh!" +506400 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"It feels good, doesn't it?" +506500 ,,,,,3280030,,甜花,Tenka,312_TC08_t_081.wav,tenka,,0,,,,,,,,"Ah, kuh, ahh, fuah, ahn! Yours, mister! I'm... with my\npussy... fua!" +506600 ,,,,,3280030,,,,,,,,,,,,,,,"Drawn in by Tenka-chan's lewd voice, I also start moving my\nhips roughly." +506700 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, nnnngh! Even if you don't make a sound, those lewd\nnoises might be heard." +506800 ,,,,,3280030,,,,,,,,,,,,,,,"A dry sound echoes as I hit her butt, and a sticky sound\ncomes from her pussy." +506900 ,,,,,3280020,,甜花,Tenka,312_TC08_t_082.wav,tenka,,0,,,,,,,,"Ah, ha... ahhh, ...fuah. Fuaaa! Ah, ahh! It's being heard...\nnnnngh!" +507000 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"See, if they hear us, next time Chie-chan might see too?\nShe'll ask, 'What is Tenka- chan doing?'" +507100 ,,,,,3280020,,甜花,Tenka,312_TC08_t_083.wav,tenka,,0,,,,,,,,Hug! Even Chie!? +507200 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"Then next time, let's show Chie-chan the good spots too,\nokay?" +507300 ,,,,,3280030,,甜花,Tenka,312_TC08_t_084.wav,tenka,,0,,,,,,,,Ah... ahh!? Uuuuuuu~~~~ +507400 ,,,,,3280030,,,,,,,,,,,,,,,"Tenka-chan trembles several times, squeezing my cock\ntightly." +507500 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Kuh. Ah! It's getting really tight. It feels good. +507600 ,,,,,3280030,,,,,,,,,,,,,,,Did the switch for wanting to be seen get flipped? +507700 ,,,,,3280030,,,,,,,,,,,,,,,"Tenka-chan starts shaking her head side to side like a den-\nden drum, her hair flying wildly." +507800 ,,,,,3280030,,甜花,Tenka,312_TC08_t_085.wav,tenka,,0,,,,,,,,"Hiiiaaaahhhh! Mister... it's getting more! Pleasurable!\nHafu! Hyah! Mister's... ah, ha, ahhhhhhh!" +507900 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Kuh... Ah, whoa!" +508000 ,,,,,3280030,,甜花,Tenka,312_TC08_t_086.wav,tenka,,0,,,,,,,,"Ah... Nn, nn, ah, haa, haa... Mister's... It's starting to\nfeel good... I'm making... such sounds." +508100 ,,,,,3280020,,甜花,Tenka,312_TC08_t_087.wav,tenka,,0,,,,,,,,"Hiiiaah! Ah, ahhh! Nooo! Ahh! Ah, fuaaa... No! No! Ah, ah,\nah. I'm making weird sounds..." +508200 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay to let them out, come on." +508300 ,,,,,3280020,,甜花,Tenka,312_TC08_t_088.wav,tenka,,0,,,,,,,,"Ah, noooo! Chie and Komako will hear. No, ahhhh!" +508400 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, you're friends who share embarrassing moments,\nright?" +508500 ,,,,,3280020,,甜花,Tenka,312_TC08_t_089.wav,tenka,,0,,,,,,,,"Ah, no, no. Nooo. Re... Really? Ahh! Mister... ah, ha, fuaa!" +508600 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, it's okay to feel good. It's alright, okay? Come\non, let your voice out more." +508700 ,,,,,3280030,,甜花,Tenka,312_TC08_t_090.wav,tenka,,0,,,,,,,,"Hiu, ha, ahh, nn, ah, really? Is it really okay?" +508800 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. Come on, I'll take care of it, so just feel it\nproperly." +508900 ,,,,,3280030,,甜花,Tenka,312_TC08_t_091.wav,tenka,,0,,,,,,,,Y-yeah... yeah! +509000 ,,,,,3280030,,,,,,,,,,,,,,,Tenka-chan pulls her hips back in sync with my movements. +509100 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Nnngh! +509200 ,,,,,3280030,,甜花,Tenka,312_TC08_t_092.wav,tenka,,0,,,,,,,,"Ah, ha, ahhh, ugh, ahh! Even though it's embarrassing! My\nvoice... ah, haa haa haa, won't stop! Fuaaaaah!" +509300 ,,,,,3280030,,,,,,,,,,,,,,,"Tenka-chan moves her hips eagerly, seeking my cock." +509400 ,,,,,3280030,,甜花,Tenka,312_TC08_t_093.wav,tenka,,0,,,,,,,,"Ahh! Ahh, ah, haa... it feels so good! Mister! Mister!\nMister!!" +509500 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Kuh. Huh, ha... It feels good for me too, Tenka-chan!" +509600 ,,,,,3280030,,,,,,,,,,,,,,,--Pachun --Pachun +509700 ,,,,,3280030,,,,,,,,,,,,,,,The sound of water grows louder in sync with our hip\nmovements. +509800 ,,,,,3280030,,,,,,,,,,,,,,,"As our hips and thighs separate, Tenka-chan's love juices\nand my pre-cum form strings between us." +509900 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Wow... what a naughty sight. Look, look, there's so much\nnaughty juice." +510000 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Oh dear... Tenka-chan is producing more naughty juice than\nChie-chan, isn't she?" +510100 ,,,,,3280020,,甜花,Tenka,312_TC08_t_094.wav,tenka,,0,,,,,,,,Huun! No... don't say that! It's embarrassing! Nnfu! Nn!\nNnnnn! +510200 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,Hmm! It makes me want to try putting it in a dry pussy like\nthat. +510300 ,,,,,3280020,,甜花,Tenka,312_TC08_t_095.wav,tenka,,0,,,,,,,,Eh!? +510400 ,,,,,3280020,,主人公,Kiyoshi,,,,,,,,,,,,"And look, Chie-chan isn't making as loud noises as Tenka-\nchan, and she's not moving her hips on her own either." +510500 ,,,,,3280030,,甜花,Tenka,312_TC08_t_096.wav,tenka,,0,,,,,,,,N-nooo! Stop saying weird things! It's not because I'm\nnaughty... +510600 ,,,,,3280030,,甜花,Tenka,312_TC08_t_097.wav,tenka,,0,,,,,,,,"Nya! Haa! It's because you're so good at being naughty,\nmister! Ah! Ahh!" +510700 ,,,,,3280030,,甜花,Tenka,312_TC08_t_098.wav,tenka,,0,,,,,,,,"A-and, fuwaa!? Nku, because I'm your girlfriend, mister...\nI'll satisfy you... so no being naughty with other girls...\nNn!" +510800 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,I-is that so... Nnngh! +510900 ,,,,,3280030,,,,,,,,,,,,,,,"Unexpectedly flattered by her words and affection, I\ncouldn't help but smile." +511000 ,,,,,3280030,,,,,,,,,,,,,,,"I see... I'm good at being naughty, and I'm her boyfriend\nwho satisfies her... Then I'll live up to those\nexpectations." +511100 ,,,,,3280030,,,,,,,,,,,,,,,I moved my hips in sync with Tenka-chan's movements. +511200 ,,,,,3280030,,甜花,Tenka,312_TC08_t_099.wav,tenka,,0,,,,,,,,Nnn!? Ahh! You're hitting a different spot! +511300 ,,,,,3280030,,甜花,Tenka,312_TC08_t_100.wav,tenka,,0,,,,,,,,"Hii, ha, nn, ah! Nfu, Nnnn! Mister, it feels so good! I can\nfeel yours twitching... Nn. I-I can tell." +511400 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Huff, huff, huff!" +511500 ,,,,,3280030,,,,,,,,,,,,,,,"Our breathing became erratic to the limit, and we fiercely\ncollided with each other's pleasurable spots. Each time, the\nliquid overflowed from her pussy and splattered." +511600 ,,,,,3280030,,,,,,,,,,,,,,,"Tenka-chan also pressed her hips eagerly, as if begging." +511700 ,,,,,3280030,,,,,,,,,,,,,,,Wow. I can't believe Tenka-chan is doing this for me... +511800 ,,,,,3280030,,甜花,Tenka,312_TC08_t_101.wav,tenka,,0,,,,,,,,"Hya! I'm cumming! Fuyaaah! Nn, ahhhh! Ah, I'm! Hic! Nn, hic!\nI'm about to cum! No! Ah!" +511900 ,,,,,3280030,,,,,,,,,,,,,,,Tenka-chan's pussy tightened so strongly that I couldn't\nmove my cock. +512000 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa! Ah, I'm also... nn!" +512100 ,,,,,3280030,,,,,,,,,,,,,,,A tingling sensation surged up from the area between my anus\nand scrotum. +512200 ,,,,,3280030,,甜花,Tenka,312_TC08_t_102.wav,tenka,,0,,,,,,,,"Yaaah! I'm... cumming! Ah, I'm... Ah, ahhhhhhhhhh!" +512300 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Nn, me too! I'm going to... cum! Nnnn!" +512400 ,,,,,3280030,,,,,,,,,,,,,,,"When I glanced at Chie-chan and the others, they were also\nmoaning, drooling, and convulsing all over." +512500 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm cumming! Let's all cum together, all four of us!" +512600 ,,,,,3280030,,,,,,,,,,,,,,,"My glans swelled, pumping up the semen like a pump." +512700 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Nn. I'm cumming. +512800 ,,,,,3280030,,,,,,,,,,,,,,,The intense pleasure almost made me dizzy. +512900 ,,,,,3280030,,,,,,,,,,,,,,,I thrust my cock deep into Tenka-chan and let it rampage as\nmuch as I wanted. +513000 ,,,,,3280030,,甜花,Tenka,312_TC08_t_103.wav,tenka,,0,,,,,,,,"Ah, no more... Nn, ahhh, no! Nn, fua, ah, ah, ah, ah...\nhyaaaaaaah!" +513100 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan! Komako-chan's cock doesn't release semen, but\nmine does, you know?" +513200 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"So, where do you want me to release it?" +513300 ,,,,,3280030,,甜花,Tenka,312_TC08_t_104.wav,tenka,,0,,,,,,,,Fuwaa! E-either is fine! +513400 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Then... +513500 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_1a",,,,,,,,,,,,,,,,,,,■@ Release inside +↓,"$menu_item 1,Finish outside,sel_1b",,,,,,,,,,,,,,,,,,,■A Release outside +↓,$menu_end,,,,,,,,,,,,,,,,,,, +513600 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Release inside +513700 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to release it! I'm going to release it inside,\nTenka-chan!" +513800 ,,,,,3280030,,甜花,Tenka,312_TC08_t_105.wav,tenka,,0,,,,,,,,"Yeah! Yeah! Give me your semen, uncle!" +513900 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Ugh! Ahhhhh! +514100 ,,,,,3280040,,,,,,,,,,,,,,,I release an astonishing amount of semen inside Tenka-chan's\npussy. +514200 ,,,,,3280040,,甜花,Tenka,312_TC08_t_106.wav,tenka,,0,,,,,,,,"Hagu!? Fuwaa! Ha, fuwaa! Nnnnnnnnnnn!" +514300 ,,,,,3280040,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... ugh... it's coming out... it's still coming out... +514400 ,,,,,3280040,,甜花,Tenka,312_TC08_t_107.wav,tenka,,0,,,,,,,,Fua!? Ah... nn. M-my tummy... it's so hot and full... my\npussy... it's going crazy... +514500 ,,,,,3280040,,,,,,,,,,,,,,,"Tenka-chan is trembling like she's been shocked, with her\nbutt facing me." +514600 ,,,,,3280040,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... I'm pulling out. +514700 ,,,,,3280040,,甜花,Tenka,312_TC08_t_108.wav,tenka,,0,,,,,,,,U-uncle! Wait a moment. +514800 ,,,,,3280040,,,,,,,,,,,,,,,"Without hesitation, I pull out my cock and..." +515000 ,,,,,3280050,,,,,,,,,,,,,,,--Gobo --Bubo +515100 ,,,,,3280050,,,,,,,,,,,,,,,"With a vulgar sound, semen gushes out from her pussy." +515200 ,,,,,3280050,,主人公,Kiyoshi,,,,,,,,,,,,Wow... what a sound. It's hard to believe you're an idol. +515300 ,,,,,3280050,,甜花,Tenka,312_TC08_t_109.wav,tenka,,0,,,,,,,,"It's your fault, uncle!" +515400 ,,,,,3280050,,,,,,,,,,,,,,,"As Tenka-chan gets angry, it seems she tenses her stomach," +515500 ,,,,,3280050,,,,,,,,,,,,,,,--Buboboo... +515600 ,,,,,3280050,,,,,,,,,,,,,,,making a sound and causing even more semen to overflow. +515700 ,,,,,3280050,,甜花,Tenka,312_TC08_t_110.wav,tenka,,0,,,,,,,,"Ugh... ugh... it's not a fart, so it's okay. Idols don't\nfart." +515800 ,,,,,3280050,,主人公,Kiyoshi,,,,,,,,,,,,"Hahaha, that's right." +515900 ,,,,,3280050,,,,,,,,,,,,,,,"...Well, this is way more embarrassing than a fart, but I\nguess that's fine." +516000 ,$go join_1,,,,,,,,,,,,,,,,,,,■To the Reunion +516100 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ARelease Outside +516200 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,"Then I'll spray it! I'll cover you with it, Tenka-chan!" +516300 ,,,,,3280030,,甜花,Tenka,312_TC08_t_111.wav,tenka,,0,,,,,,,,"Yeah! Yeah! Cover me with your semen, uncle!" +516400 ,,,,,3280030,,主人公,Kiyoshi,,,,,,,,,,,,Here it comes! Haa haa! Ugh! Aaaaaah! +516600 ,,,,,3280051,,,,,,,,,,,,,,,I pull my cock out of Tenka-chan's pussy and release an\nastonishing amount of semen onto her body. +516700 ,,,,,3280051,,甜花,Tenka,312_TC08_t_112.wav,tenka,,0,,,,,,,,Habu!? Pwaa! Hah fwaa! Nnnnnnnnnnn! +516800 ,,,,,3280051,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... ugh... it's still coming out... still coming... +516900 ,,,,,3280051,,甜花,Tenka,312_TC08_t_113.wav,tenka,,0,,,,,,,,Fwah!? Ah... nn. My face and stomach... so much hot stuff...\nsuch a strong smell... it's making me feel weird... +517000 ,,,,,3280051,,,,,,,,,,,,,,,"Tenka-chan is trembling as if electricity is coursing\nthrough her, with her butt facing me." +517100 ,,,,,3280051,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... +517200 ,,,,,3280051,,甜花,Tenka,312_TC08_t_114.wav,tenka,,0,,,,,,,,So... so much... nn... licking +517300 ,,,,,3280051,,,,,,,,,,,,,,,Tenka-chan lightly licks the semen near her face. +517400 ,,,,,3280051,,甜花,Tenka,312_TC08_t_115.wav,tenka,,0,,,,,,,,Licking... nnchu... nguh +517500 ,,,,,3280051,,,,,,,,,,,,,,,"She's making vulgar sounds in her mouth, as if savoring the\nsemen." +517600 ,,,,,3280051,,主人公,Kiyoshi,,,,,,,,,,,,Wow... it's hard to believe you're an idol. +517700 ,,,,,3280051,,甜花,Tenka,312_TC08_t_116.wav,tenka,,0,,,,,,,,"Nn... but... with Chie or Komako, it doesn't come out like\nthis." +517800 ,,,,,3280051,,甜花,Tenka,312_TC08_t_117.wav,tenka,,0,,,,,,,,Comparing uncle's and Komako's dicks... the good part is...\nthis kind of thing. +517900 ,,,,,3280051,,主人公,Kiyoshi,,,,,,,,,,,,...... +518000 ,,,,,3280051,,,,,,,,,,,,,,,The difference between me and Komako-chan is whether or not\nsemen comes out... +518100 ,,,,,3280051,,,,,,,,,,,,,,,It's a bit sad. +518300 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +518400 ,$event_return,,,,,,,,,,,,,,,,,,, +518600 ,,,8,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, I hope you felt good, but what do you think?" +518700 ,,,,,,,甜花,Tenka,312_TC08_t_118.wav,,,,,,,tenka,,3,,Why are you asking me? +518800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"Huh? Well, Tenka-chan, you had Komako-chan's dick inside\nyou, right?" +518900 ,,,,,,,甜花,Tenka,312_TC08_t_119.wav,,,,,,,tenka,,13,,"Y-Yeah, but..." +519000 ,,,,,,,甜花,Tenka,312_TC08_t_120.wav,,,,,,,tenka,,33,,"...Well, I guess it felt good..." +519100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,33,,"Ah, so Komako-chan's dick felt good, huh?" +519200 ,,,,,,,,,,,,,,,,tenka,,33,,As we were having that conversation. +519400 ,,,,,,,千恵@コマコ,Chie & Komako,312_TC08_c_010.wav@312_TC08_k_014.wav,komako,,24,chie,,33,tenka,,33,,Ah. +519500 ,,,,,,,甜花,Tenka,312_TC08_t_121.wav,komako,,24,chie,,33,tenka,,13,,Ah... Chi... Komako. +519600 ,,,,,,,,,,komako,,24,chie,,33,tenka,,13,,"Both Chi-chan and Komako-chan have a blush on their cheeks,\nand their expressions are somewhat dazed." +519700 ,,,,,,,,,,komako,,24,chie,,33,tenka,,13,,"But Chi-chan quickly returns to her usual expression," +519800 ,,,,,,,千恵,Chie,312_TC08_c_011.wav,komako,,13,chie,,13,,,,,"Ah... um, did you and Tenka-chan see us, uncle?" +519900 ,,,,,,,,,,komako,,13,chie,,13,,,,,"She said, starting to panic." +520000 ,,,,,,,主人公,Kiyoshi,,komako,,13,chie,,13,,,,,"Hmm? What do you mean, Chi-chan?" +520100 ,,,,,,,千恵,Chie,312_TC08_c_012.wav,komako,,13,chie,,26,,,,,"Uh, well... that's..." +520200 ,,,,,,,甜花,Tenka,312_TC08_t_122.wav,komako,,13,chie,,26,tenka,,17,,Uncle's sexual harassment... +520300 ,,,,,,,コマコ,Komako,312_TC08_k_015.wav,komako,,31,chie,,26,tenka,,17,,Don't trouble Chi-chan. +520400 ,,,,,,,主人公,Kiyoshi,,komako,,31,chie,,26,tenka,,17,,U-uh... I'm sorry. +520500 ,,,,,,,,,,komako,,31,chie,,26,tenka,,17,,I can't really argue back when these two are scolding me. +520600 ,,,,,,,甜花,Tenka,312_TC08_t_123.wav,komako,,31,chie,,26,tenka,,21,,"Chi, it's okay. I already know." +520700 ,,,,,,,千恵,Chie,312_TC08_c_013.wav,komako,,31,chie,,3,tenka,,21,,Huh? +520800 ,,,,,,,コマコ,Komako,312_TC08_k_016.wav,komako,,22,chie,,3,tenka,,21,,I talked to both of them. Tenka-chan and uncle know how I\nfeel. +520900 ,,,,,,,千恵,Chie,312_TC08_c_014.wav,komako,,22,chie,,23,tenka,,21,,I see... +521000 ,,,,,,,千恵,Chie,312_TC08_c_015.wav,komako,,22,chie,,13,tenka,,21,,Then you should have told me sooner! +521100 ,,,,,,,甜花,Tenka,312_TC08_t_124.wav,komako,,22,chie,,13,tenka,,30,,"There's no way I could, you idiot Chi! It's something you\nhave to say yourself." +521200 ,,,,,,,千恵,Chie,312_TC08_c_016.wav,komako,,22,chie,,23,tenka,,30,,"Oh, I see." +521300 ,,,,,,,千恵,Chie,312_TC08_c_017.wav,komako,,22,chie,,9,tenka,,30,,But it's not fair that Chi-chan was left out! +521400 ,,,,,,,コマコ,Komako,312_TC08_k_017.wav,komako,,23,chie,,9,tenka,,30,,Ah... there's one more thing you were left out of. +521500 ,,,,,,,千恵,Chie,312_TC08_c_018.wav,komako,,23,chie,,3,tenka,,30,,What? What is it? +521600 ,,,,,,,コマコ,Komako,312_TC08_k_018.wav,komako,,0,chie,,3,tenka,,30,,"Tenka-chan and uncle are a couple, and they've been\nintimate." +521700 ,,,,,,,千恵,Chie,312_TC08_c_019.wav,komako,,0,chie,,4,tenka,,30,,... Eh eh eh eh eh~~~~~~!? +521800 ,,,,,,,甜花,Tenka,312_TC08_t_125.wav,komako,,0,chie,,4,tenka,,11,,H-hey! You're overreacting! +521900 ,,,,,,,千恵,Chie,312_TC08_c_020.wav,komako,,0,chie,,24,tenka,,11,,I-I see. +522000 ,,,,,,,千恵,Chie,312_TC08_c_021.wav,komako,,0,chie,,7,tenka,,11,,Then Chi-chan will make an announcement too! +522100 ,,,,,,,千恵,Chie,312_TC08_c_022.wav,komako,,0,chie,,18,tenka,,11,,Chi-chan and Komako-chan have decided to start dating! +522200 ,,,,,,,,,,komako,,0,chie,,18,tenka,,11,,"Chi-chan said that, puffing out her chest proudly... though\nit's a small chest." +522300 ,,,,,,,甜花,Tenka,312_TC08_t_126.wav,komako,,0,chie,,18,tenka,,12,,...I already knew. +522400 ,,,,,,,千恵,Chie,312_TC08_c_023.wav,komako,,0,chie,,4,tenka,,12,,Huh? +522500 ,,,,,,,甜花,Tenka,312_TC08_t_127.wav,komako,,0,chie,,4,tenka,,32,,"If you're doing such naughty things, it's normal to be\ndating." +522600 ,,,,,,,千恵,Chie,312_TC08_c_024.wav,komako,,0,chie,,13,tenka,,32,,Ah... I see. +522700 ,,,,,,,コマコ,Komako,312_TC08_k_019.wav,komako,,17,chie,,13,tenka,,32,,"But if that's the case, then Tenka-chan and I are also\ndating." +522800 ,,,,,,,甜花,Tenka,312_TC08_t_128.wav,komako,,17,chie,,13,tenka,,4,,Hey! Komako! +522900 ,,,,,,,千恵,Chie,312_TC08_c_025.wav,komako,,17,chie,,3,tenka,,4,,"Eh! Eh! What do you mean? Um, cheating...?" +523000 ,,,,,,,主人公,Kiyoshi,,komako,,1,chie,,3,tenka,,4,,"Haha, it seems like we've all learned a lot of secrets about\neach other." +523100 ,,,,,,,,,,,,,,,,,,,,"In the end, it turned into a big reveal of everyone's\nsecrets, and we grew closer." +523200 ,,,0,9000,,,,,,,,,,,,,,,, +523400 ,@313_TC09,,,,,,,,,,,,,,,,,,, +523800 ,,,,,,,,,,,,,,,,,,,, +523900 ,,,5,11,,,千恵,Chie,313_TC09_c_000.wav,,,,"chie,private",,1,,,,,"Uncle, good morning!" +524000 ,,,,,,,,,,,,,chie,,1,,,,,"Oh, the three of them came running energetically again\ntoday." +524100 ,,,,,,,甜花,Tenka,313_TC09_t_000.wav,,,,,,,"tenka,privateB",,12,,"W-wait, Chie... too fast." +524200 ,,,,,,,コマコ,Komako,313_TC09_k_000.wav,"komako,privateB",,12,,,,tenka,,12,,Haa... haa... +524300 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,tenka,,12,,"Good morning, all three of you." +524400 ,,,,,,,甜花,Tenka,313_TC09_t_001.wav,komako,,12,,,,tenka,,0,,G-good morning. +524500 ,,,,,,,コマコ,Komako,313_TC09_k_001.wav,komako,,0,,,,tenka,,0,,...Good morning. +524600 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,tenka,,0,,You're all energetic despite the heat today. +524700 ,,,,,,,甜花,Tenka,313_TC09_t_002.wav,komako,,0,,,,tenka,,12,,The only energetic one is Chie. +524800 ,,,,,,,コマコ,Komako,313_TC09_k_002.wav,komako,,1,,,,tenka,,12,,"But Tenka-chan, when it was time to meet uncle, you started\nwalking faster." +524900 ,,,,,,,千恵,Chie,313_TC09_c_001.wav,komako,,1,chie,,1,tenka,,12,,"Ah, that's right." +525000 ,,,,,,,甜花,Tenka,313_TC09_t_003.wav,komako,,1,chie,,1,tenka,,10,,Chie! Komako! +525100 ,,"",,,,,主人公,Kiyoshi,,komako,,1,chie,,1,tenka,,10,,"Haha, if you hurried here so much, it makes me happy." +525200 ,,,,,,,甜花,Tenka,313_TC09_t_004.wav,komako,,1,chie,,1,tenka,,13,,I-I see... +525300 ,,,,,,,,,,komako,,1,chie,,1,tenka,,13,,"In the past few days, the quality of the heat has gradually\nchanged." +525400 ,,,,,,,主人公,Kiyoshi,,komako,,1,chie,,1,tenka,,13,,"Hmm, but you three have really become close. Even when\nschool starts, will you go to school together?" +525500 ,,,,,,,コマコ,Komako,313_TC09_k_003.wav,komako,,21,chie,,1,tenka,,13,,Yeah. +525600 ,,,,,,,千恵,Chie,313_TC09_c_002.wav,komako,,21,chie,,3,tenka,,13,,"Uncle, Chie and the others have been close from the start,\nyou know?" +525700 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,3,tenka,,13,,"I see, I see, sorry about that." +525800 ,,,,,,,甜花,Tenka,313_TC09_t_005.wav,komako,,21,chie,,3,tenka,,2,,... +525900 ,,,,,,,,,,,,,,,,,,,,"Well, that's not entirely true. Tenka-chan kept her distance\nfrom everyone at first." +526000 ,,,,,,,,,,,,,,,,,,,,"But over this summer vacation, she quickly became close with\neveryone." +526100 ,,,,,,,,,,,,,,,,,,,,"Well, it's a closeness that goes beyond normal friendship,\nso it must have been a good summer vacation for her." +526200 ,,,,,,,,,,,,,,,,,,,,"In just about a week, these kids' summer vacation will be\nover." +526300 ,,,,,,,,,,,,,,,,,,,,The first summer vacation I've spent since coming to this\nplace will also end. +526400 ,,,,,,,,,,,,,,,,,,,,"It's a bit lonely that the cute trio from the candy store\nwill be gone, but we'll just meet again after school." +526500 ,,,,,,,,,,,,,,,,,,,,"But before the last week ends, there's something that needs\nto be finished." +526600 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,0,tenka,,0,,"Well then, starting today for three days, it's the second\ngeneral election, right? Is everyone ready?" +526700 ,,,,,,,千恵,Chie,313_TC09_c_003.wav,komako,,0,chie,,1,tenka,,0,,Yeah! Chie is aiming for the center again! +526800 ,,,,,,,甜花,Tenka,313_TC09_t_006.wav,komako,,0,chie,,1,tenka,,38,,"I won't let that happen. This time, I've properly trained as\nan idol!" +526900 ,,,,,,,コマコ,Komako,313_TC09_k_004.wav,komako,,21,chie,,1,tenka,,38,,"Tenka-chan, you're really good at both dancing and singing." +527000 ,,,,,,,千恵,Chie,313_TC09_c_004.wav,komako,,21,chie,,30,tenka,,38,,"That's true. I saw it yesterday, and it was amazing!" +527100 ,,,,,,,甜花,Tenka,313_TC09_t_007.wav,komako,,21,chie,,30,tenka,,7,,"I'm seriously aiming to be an idol. But if I can't even\nbecome the center of the candy store idols, I don't think I\ncan become an idol who appears on TV." +527200 ,,,,,,,甜花,Tenka,313_TC09_t_008.wav,komako,,21,chie,,30,tenka,,7,,That's why I'm seriously going for the center! +527300 ,,,,,,,千恵,Chie,313_TC09_c_005.wav,komako,,21,chie,,7,tenka,,7,,Chie-chan won't lose either. I'll do my best! +527400 ,,,,,,,コマコ,Komako,313_TC09_k_005.wav,komako,,10,chie,,7,tenka,,7,,"Good luck, both of you!" +527500 ,,,,,,,主人公,Kiyoshi,,komako,,10,chie,,7,tenka,,7,,"Everyone, give it your all for the grand finale of summer\nvacation, okay?" +527600 ,,,,,,,甜花,Tenka,313_TC09_t_009.wav,komako,,10,chie,,7,tenka,,1,,"I'll make the candy store a huge success for you, uncle!" +527700 ,,,,,,,主人公,Kiyoshi,,komako,,10,chie,,7,tenka,,1,,"Well, I think that's impossible, though." +527800 ,,,,,,,甜花,Tenka,313_TC09_t_010.wav,komako,,10,chie,,7,tenka,,0,,"Alright, everyone!" +527900 ,,,,,,,,,,komako,,10,chie,,7,tenka,,0,,"When Tenka-chan extended her hand, the three of them formed\na circle and stacked their hands together." +528000 ,,,,,,,甜花,Tenka,313_TC09_t_011.wav,komako,,10,chie,,7,tenka,,1,,"Ready... Always grateful to our customers! Let's do our\nbest, the three of us!" +528500 ,,,,,,,千恵@コマコ@甜花,Three People,313_TC09_c_006.wav@313_TC09_k_006.wav@313_TC09_t_012.wav,komako,,1,chie,,1,tenka,,1,,Yeah! +528700 ,,,7,31,,,,,,,,,,,,,,,,"And just like that, the center voting ended in no time." +528800 ,,,,,,,,,,,,,,,,,,,,"For three days, all three of them worked really hard." +528900 ,,,,,,,,,,,,,,,,,,,,"Chie-chan, with her innocent and straightforward nature,\nremained as popular as ever." +529000 ,,,,,,,,,,,,,,,,,,,,But Tenka-chan also worked really hard. +529100 ,,,,,,,,,,,,,,,,,,,,"During the very first general election, she was pushy and\ntried to force people to vote for her, which was terrible." +529200 ,,,,,,,,,,,,,,,,,,,,"This time, she was earnest but natural... or something like\nthat." +529300 ,,,,,,,,,,,,,,,,,,,,"Oh, I said all three worked hard... but Komako-chan was just\nas usual." +529400 ,,,,,,,,,,,,,,,,,,,,"As always, she doesn't seem interested in being an idol." +529500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Well then... +529600 ,,,,,,,,,,,,,,,,,,,,The vote counting is almost over. I need to report the\nresults of this general election to the three waiting inside\nthe store. +529700 ,,,,,,,,,,,,,,,,,,,,"Personally, I'd like to make everyone the center, but that's\nnot possible." +529900 ,,,,11,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll announce the election results!" +530000 ,,,,,,,千恵,Chie,313_TC09_c_007.wav,,,,chie,,34,,,,,"I wonder if Chie-chan can win two times in a row. Hey, hey,\nTenka-chan, I'm getting nervous!" +530100 ,,,,,,,,,,,,,chie,,34,,,,,Chie-chan anxiously tugs at the hem of Tenka- chan's jacket. +530200 ,,,,,,,甜花,Tenka,313_TC09_t_013.wav,,,,,,,tenka,,30,,"H-Hey, Chie. I-I'm nervous too!" +530300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"The first place in the general election, with 21 votes..." +530500 ,,,,,,,,,,,,,,,,,,,,"And so, the general election for the three of them ended." +530600 ,,,,,,,,,,,,,,,,,,,,"As they praised each other's efforts and had a little\ncelebration party, it was about time for the three to head\nhome." +530700 ,,,,,,,,,,,,,,,,,,,,Chie-chan and Komako-chan started walking side by side. +530800 ,,,,,,,千恵,Chie,313_TC09_c_008.wav,,,,chie,,1,,,,,"Bye-bye, uncle!" +530900 ,,,,,,,コマコ,Komako,313_TC09_k_007.wav,komako,,1,chie,,1,,,,,Bye-bye. +531000 ,,,,,,,主人公,Kiyoshi,,komako,,1,chie,,1,,,,,"Everyone, be careful on your way home!" +531200 ,,,9,,3290000,,甜花,Tenka,313_TC09_t_014.wav,tenka,,0,,,,,,,,Uncle! +531300 ,,,,,3290000,,,,,,,,,,,,,,,I can feel Tenka-chan's warmth from behind. +531400 ,,,,,3290000,,主人公,Kiyoshi,,,,,,,,,,,,"Congratulations on winning first place in the center\nelection, Tenka-chan!" +531500 ,,,,,3290000,,甜花,Tenka,313_TC09_t_015.wav,tenka,,0,,,,,,,,"Thank you! I became first place thanks to you, uncle!" +531600 ,,,,,3290000,,,,,,,,,,,,,,,"With a smile I've never seen before, Tenka- chan clings to\nmy arm." +531700 ,,,,,3290000,,,,,,,,,,,,,,,I really thought she was happy... +531800 ,,,,,3290000,,主人公,Kiyoshi,,,,,,,,,,,,Being stared at so directly like that makes me a bit\nembarrassed... +531900 ,,,,,3290000,,甜花,Tenka,313_TC09_t_016.wav,tenka,,0,,,,,,,,"It's fine, I'm grateful. Ehehe..." +532000 ,,,,,3290000,,,,,,,,,,,,,,,"But soon, Tenka-chan's expression turns serious." +532200 ,,,,,3290010,,甜花,Tenka,313_TC09_t_017.wav,tenka,,0,,,,,,,,Um... well... +532300 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,"What's wrong, Tenka-chan? I'll listen properly, so go ahead\nand talk?" +532400 ,,,,,3290010,,甜花,Tenka,313_TC09_t_018.wav,tenka,,0,,,,,,,,Okay. +532500 ,,,,,3290010,,,,,,,,,,,,,,,...She probably doesn't want me to see her face. She clings\nto my back and doesn't let go. +532600 ,,,,,3290010,,甜花,Tenka,313_TC09_t_019.wav,tenka,,0,,,,,,,,"I... I think I want to say goodbye to you, uncle." +532700 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,What? W-Why!? Did I do something wrong? Well... I guess I\nhave a lot of faults. +532800 ,,,,,3290010,,甜花,Tenka,313_TC09_t_020.wav,tenka,,0,,,,,,,,"No... I loved even your faults, uncle..." +532900 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, then why?" +533000 ,,,,,3290010,,甜花,Tenka,313_TC09_t_021.wav,tenka,,0,,,,,,,,You know... I really want to become an idol... +533100 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,... +533200 ,,,,,3290010,,甜花,Tenka,313_TC09_t_022.wav,tenka,,0,,,,,,,,"I want to talk to my parents properly, take auditions... and\nbecome an idol." +533300 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,I see... +533400 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,"Romance is forbidden for idols, right? ...Especially with\nsomeone like me." +533500 ,,,,,3290010,,甜花,Tenka,313_TC09_t_023.wav,tenka,,0,,,,,,,,That's not it! +533600 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +533700 ,,,,,3290010,,甜花,Tenka,313_TC09_t_024.wav,tenka,,0,,,,,,,,"I... I rely on you too much, uncle. Honestly... even getting\nalong with Chie and the others, I should have done it\nmyself." +533800 ,,,,,3290010,,甜花,Tenka,313_TC09_t_025.wav,tenka,,0,,,,,,,,"Becoming an idol, I should have done it myself too." +533900 ,,,,,3290010,,甜花,Tenka,313_TC09_t_026.wav,tenka,,0,,,,,,,,"But you're so kind, uncle, you helped me with everything." +534000 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,... +534100 ,,,,,3290010,,甜花,Tenka,313_TC09_t_027.wav,tenka,,0,,,,,,,,"If things stay like this, I think I'll end up relying on you\ntoo much, uncle..." +534200 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,...... +534300 ,,,,,3290010,,,,,,,,,,,,,,,I couldn't say anything. +534400 ,,,,,3290010,,,,,,,,,,,,,,,"As an adult, I couldn't come up with any comforting words." +534500 ,,,,,3290010,,甜花,Tenka,313_TC09_t_028.wav,tenka,,0,,,,,,,,"You know, I'm going to work really hard and appear on TV!\nSo, will you always be my fan?" +534600 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. I'm the number one member of the Tenka-chan fan club.\nI'm looking forward to the day I can see you on TV. +534700 ,,,,,3290010,,甜花,Tenka,313_TC09_t_029.wav,tenka,,0,,,,,,,,...Sniff... Uncle... thank you. +534800 ,,,,,3290010,,甜花,Tenka,313_TC09_t_030.wav,tenka,,0,,,,,,,,I... I'm really happy... +534900 ,,,,,3290010,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... +535100 ,,,,,,,甜花,Tenka,313_TC09_t_031.wav,tenka,,28,,,,,,,,"I'm sorry... One last request. If I see your face, I might\nwaver in my decision... so please don't look this way." +535200 ,,,,,,,甜花,Tenka,313_TC09_t_032.wav,tenka,,14,,,,,,,,"I think I'll be busy studying to become an idol, so I might\nnot be able to come to the shop often..." +535300 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,...Yeah. I understand. +535400 ,,,,,,,,,,tenka,,14,,,,,,,,The warmth of Tenka-chan slowly drifted away. +535500 ,,,,,,,甜花,Tenka,313_TC09_t_033.wav,,,,,,,,,,,...Uncle... I love you... Goodbye. +535600 ,,"",,111,,,主人公,Kiyoshi,,,,,,,,,,,,Ah... +535700 ,,,,,,,,,,,,,,,,,,,,"The sound of Tenka-chan's footsteps gradually faded away,\nbecoming smaller and more distant." +535800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... +535900 ,,,,,,,,,,,,,,,,,,,,"At first, I just thought it would be nice to have some\nfun..." +536000 ,,,,,,,,,,,,,,,,,,,,It feels like there's a hole in my chest. +536100 ,,,,,,,,,,,,,,,,,,,,I quit my job and started a candy shop because I wanted to\nmeet young girls. +536200 ,,,,,,,,,,,,,,,,,,,,"It was a foolish dream, but maybe that's why I was drawn to\nTenka-chan, who had dreams of her own..." +536300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,... +536400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Good luck, Tenka-chan." +536500 ,,,,,,,,,,,,,,,,,,,,"Muttering that, I returned to the shop." +536600 ,,,0,9000,,,,,,,,,,,,,,,, +536800 ,@314_TE00,,,,,,,,,,,,,,,,,,, +537000 ,,,12,11,,,,,,,,,,,,,,,,A few months have passed since Tenka-chan and I parted ways. +537100 ,,"",,31,,,主人公,Kiyoshi,,,,,,,,,,,,"...Oh, it's about time." +537200 ,,,,,,,,,,,,,,,,,,,,"When I turned on the TV, a morning children's show had\nstarted." +537300 ,,,,,,,,,,,,,,,,,,,,"The host shouted ""Good morning!"" loudly, and the girls\naround him followed with their greetings." +537400 ,,,,,,,,,,,,,,,,,,,,Among them was a familiar face. +537500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, she's doing her best, Tenka-chan." +537600 ,,,,,,,,,,,,,,,,,,,,"Yes. Since then, Tenka-chan has achieved her dream through\nher own efforts." +537700 ,,,,,,,,,,,,,,,,,,,,"She's not the world's number one idol yet, but maybe someday\nshe really will be." +537800 ,,,,,,,,,,,,,,,,,,,,"She convinced her parents on her own, went through countless\nauditions, and now she's appearing on TV." +537900 ,,,,,,,,,,,,,,,,,,,,"According to Chie-chan and the others, she hasn't neglected\nher studies either and is working hard academically." +538000 ,,,,,,,,,,,,,,,,,,,,"Apparently, she had to do that to convince her parents." +538100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... +538200 ,,,,,,,,,,,,,,,,,,,,It feels like she's become someone far away... +538300 ,,,,,,,,,,,,,,,,,,,,...or so I thought. +538500 ,,,4,21,,,コマコ,Komako,314_TE00_k_000.wav,"komako,privateC",,0,,,,,,,,"Bye-bye, see you tomorrow." +538600 ,,,,,,,千恵,Chie,314_TE00_c_000.wav,komako,,0,"chie,privateC",,1,,,,,"Bye, uncle! I'll come by after school tomorrow too!" +538700 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,1,,,,,"Yeah, be careful on your way home!" +538800 ,,,,,,,千恵,Chie,314_TE00_c_001.wav,komako,,0,chie,,21,,,,,"Okay! See you tomorrow, Tenka-chan!" +538900 ,,,,,,,甜花,Tenka,314_TE00_t_000.wav,"tenka,private",,1,,,,,,,,"Yeah. You too, Chie and Komako, take care!" +539000 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,...... +539100 ,,,,,,,,,,tenka,,1,,,,,,,,Yeah... it was just a feeling. +539200 ,,,,,,,甜花,Tenka,314_TE00_t_001.wav,tenka,,12,,,,,,,,Chie and Komako always leave without buying anything... just\nwindow shopping. +539300 ,,,,,,,,,,tenka,,12,,,,,,,,"Even though Tenka-chan is busy with work, studies, and\nlessons, she still comes to hang out here when she has free\ntime after school." +539400 ,,,,,,,,,,tenka,,12,,,,,,,,"Moreover, she comes into my room as if it's her own house." +539500 ,,,,,,,,,,tenka,,12,,,,,,,,"Well, she lets me have some fun with her sometimes, so I\ndon't really mind." +539600 ,,,,,,,,,,tenka,,12,,,,,,,,"In the end, Tenka-chan is still the same Tenka-chan, doing\nidol work sometimes, going to lessons sometimes, not much\nhas changed." +539700 ,,,,,,,,,,tenka,,12,,,,,,,,"Honestly, it makes me wonder what that tearful farewell was\nall about." +539800 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,"Oh, by the way! I saw the morning show! Congratulations!" +539900 ,,,,,,,甜花,Tenka,314_TE00_t_002.wav,tenka,,21,,,,,,,,"Oh... you watched it, uncle! Thank you!" +540000 ,,,,,,,,,,tenka,,21,,,,,,,,"...she says that, but she also put sticky notes on my TV,\nmarked the program guide in red, and registered it on the\nrecorder without asking." +540100 ,,,,,,,,,,tenka,,21,,,,,,,,"If I hadn't watched it, who knows what she would have said." +540200 ,,,,,,,甜花,Tenka,314_TE00_t_003.wav,tenka,,12,,,,,,,,But... I'm not really that great. +540300 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,Huh? Why not? +540400 ,,,,,,,甜花,Tenka,314_TE00_t_004.wav,tenka,,30,,,,,,,,"Because... the other girls are leaders or dance committee\nmembers, right?" +540500 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"Yeah, they do have those titles." +540600 ,,,,,,,甜花,Tenka,314_TE00_t_005.wav,tenka,,10,,,,,,,,I'm the only one who's the cheer committee member! Don't you\nthink that's weird!? +540700 ,,,,,,,,,,tenka,,10,,,,,,,,"Ah... well, it is kind of vague. It's like they just gave\nyou a title for the sake of it." +540800 ,,,,,,,,,,tenka,,10,,,,,,,,"Noticing that, Tenka-chan has really grown up." +540900 ,,,,,,,,,,tenka,,10,,,,,,,,"...If I said that, she'd probably get upset again." +541000 ,,,,,,,主人公,Kiyoshi,,tenka,,10,,,,,,,,"Hmm, but I think it's great." +541100 ,,,,,,,甜花,Tenka,314_TE00_t_006.wav,tenka,,30,,,,,,,,Really? +541200 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"Because Tenka-chan, you're always so earnest and sparkling." +541300 ,,,,,,,甜花,Tenka,314_TE00_t_007.wav,tenka,,13,,,,,,,,... +541400 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"A leader is just a coordinator, and a dance committee member\nsounds like they can only dance, right?" +541500 ,,,,,,,甜花,Tenka,314_TE00_t_008.wav,tenka,,11,,,,,,,,Now that you mention it... +541600 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"Maybe they don't want to confine Tenka-chan to that role?\nWhether you're dancing or singing, I think everyone gets\nenergy from you." +541700 ,,,,,,,甜花,Tenka,314_TE00_t_009.wav,tenka,,13,,,,,,,,"R-Really...? Hearing that from you, uncle... makes me happy." +541800 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,That's right. That blue uniform looks great on you too. So\nbe confident. +541900 ,,,,,,,甜花,Tenka,314_TE00_t_010.wav,tenka,,1,,,,,,,,Yeah! +542000 ,,,,,,,,,,tenka,,1,,,,,,,,"Tenka-chan's expression turned into a big smile, and she\nshyly snuggled up to me." +542100 ,,,,,,,,,,tenka,,1,,,,,,,,"Hmm, even though we said goodbye, she hasn't changed in this\nway." +542200 ,,,,,,,甜花,Tenka,314_TE00_t_011.wav,tenka,,3,,,,,,,,"Ah... that's right! I have something nice to show you,\nuncle." +542300 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Hmm? +542400 ,,,,,,,,,,tenka,,3,,,,,,,,"As Tenka-chan rummaged through her bag, what she pulled out\nwas..." +542500 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Whoa! Isn't that the uniform you wear on TV! +542600 ,,,,,,,甜花,Tenka,314_TE00_t_012.wav,tenka,,21,,,,,,,,"I thought I'd show it to you, uncle, so I brought it back!" +542700 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,Really! I'm so happy! +542800 ,,,,,,,甜花,Tenka,314_TE00_t_013.wav,tenka,,38,,,,,,,,...Should I change into it for you? +542900 ,,,,,,,主人公,Kiyoshi,,tenka,,38,,,,,,,,Yes! Please do! +543000 ,,,,,,,,,,tenka,,38,,,,,,,,She changed into her idol uniform... and there was Tenka-\nchan in that outfit! +543100 ,,,,,,,甜花,Tenka,314_TE00_t_014.wav,tenka,,37,,,,,,,,"Ah... but no naughty stuff, okay?" +543200 ,,,,,,,主人公,Kiyoshi,,tenka,,37,,,,,,,,What!? +543300 ,,,,,,,甜花,Tenka,314_TE00_t_015.wav,tenka,,10,,,,,,,,"If that kind of thing gets found out, the agency will get\nreally mad." +543400 ,,,,,,,,,,tenka,,10,,,,,,,,N-No way... what a tease! +543500 ,,,,,,,,,,tenka,,10,,,,,,,,Then what's the point of her changing into the uniform! What\nam I supposed to do just by looking at it! +543600 ,,,,,,,,,,tenka,,10,,,,,,,,"...But, but as a fan." +543700 ,,,,21,,,主人公,Kiyoshi,,tenka,,10,,,,,,,,"I see, just seeing Tenka-chan as a real idol is enough to\nsatisfy me." +543800 ,,,,,,,甜花,Tenka,314_TE00_t_016.wav,tenka,,38,,,,,,,,"Hehe, look forward to it!" +543900 ,,,,,,,,,,,,,,,,,,,,"Saying that, Tenka-chan went to the back room to change." +544000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,U... ugh... ughhh~~~~ +544100 ,,,,,,,,,,,,,,,,,,,,"Having a real idol in front of me, and especially since\nshe's someone I was intimate with in the past, there's no\nway I can hold back!" +544200 ,,,,,,,,,,,,,,,,,,,,"...But I have to hold back... if the agency finds out, my\nmisdeeds will be exposed too." +544300 ,,,4,,,,,,,,,,,,,,,,,"Thinking about scary people from the talent agency or the\npolice showing up... ugh, it makes me shiver." +544400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,But... but! +544500 ,,,,,,,,,,,,,,,,,,,,"Alright! As long as I don't do anything naughty, it's fine!\nThen... then!" +544700 ,,,14,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan +544800 ,*mem,,,,3400000,,,,,,,,,,,,,,, +544900 ,,,14,,3400000,,甜花,Tenka,314_TE00_t_017.wav,tenka,,0,,,,,,,,O-ojisan!? +545000 ,,,,,3400000,,,,,,,,,,,,,,,I burst into the room where Tenka-chan was changing. +545100 ,,,,,3400000,,,,,,,,,,,,,,,"After she finished changing and was lightly brushing her\nhair, I took out my cock in front of Tenka-chan." +545200 ,,,,,3400000,,,,,,,,,,,,,,,"This much should be okay, right...?" +545300 ,,,,,3400010,,甜花,Tenka,314_TE00_t_018.wav,tenka,,0,,,,,,,,"W-wait a minute, ojisan!" +545400 ,,,,,3400010,,主人公,Kiyoshi,,,,,,,,,,,,"I-it's okay, I won't do anything weird." +545500 ,,,,,3400020,,甜花,Tenka,314_TE00_t_019.wav,tenka,,0,,,,,,,,You are! You're showing your dick! +545600 ,,,,,3400020,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, I'm just going to masturbate while looking at\nTenka-chan." +545700 ,,,,,3400000,,甜花,Tenka,314_TE00_t_020.wav,tenka,,0,,,,,,,,Eh? Ehhhh!? +545800 ,,,,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,"I'm a fan of Tenka-chan, so this much is fine, right?" +545900 ,,,,,3400000,,,,,,,,,,,,,,,Tenka-chan looked at me with slightly disapproving eyes. +546000 ,,,,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,W-what is it? +546100 ,,,,,3400010,,甜花,Tenka,314_TE00_t_021.wav,tenka,,0,,,,,,,,...The agency people said... fans who support idols for\nsexual reasons are just casual fans... +546200 ,,,,,3400010,,,,,,,,,,,,,,,"Oh. The agency people, saying unnecessary things." +546300 ,,,,,3400010,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm... well, that might be true." +546400 ,,,,,3400000,,甜花,Tenka,314_TE00_t_022.wav,tenka,,0,,,,,,,,"Eh? Ojisan, you're admitting it!?" +546500 ,,,,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,"Actually, ojisan doesn't really like idols that much." +546600 ,,,,,3400000,,甜花,Tenka,314_TE00_t_023.wav,tenka,,0,,,,,,,,...Eh!? Th-then +546700 ,,,,,3400000,,,,,,,,,,,,,,,"Tenka-chan was speechless. Well, I guess that's\nunderstandable." +546800 ,,,,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,"But I'm a lolicon, and I really love Tenka- chan." +546900 ,,,,,3400030,,甜花,Tenka,314_TE00_t_024.wav,tenka,,0,,,,,,,,Eh? +547000 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,"It's exciting that you became an idol, but I think I would\nhave been a fan of Tenka-chan even if you weren't an idol." +547100 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,"Whether you wanted to be a singer or a jockey, if it's\nsomething Tenka-chan does, I'd support you and become a fan." +547200 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,"So, I might be a casual fan as an idol fan, but I'm not a\ncasual fan of Tenka-chan." +547300 ,,,,,3400030,,,,,,,,,,,,,,,"Tenka-chan had a dazed expression, her cheeks slightly\nflushed." +547400 ,,,,,3400020,,甜花,Tenka,314_TE00_t_025.wav,tenka,,0,,,,,,,,...I-I won't lick it or anything... +547500 ,,,,,3400020,,主人公,Kiyoshi,,,,,,,,,,,,Hm? +547600 ,,,,,3400010,,甜花,Tenka,314_TE00_t_026.wav,tenka,,0,,,,,,,,"Also... if you get it on my uniform, I'll be mad." +547700 ,,,,,3400010,,甜花,Tenka,314_TE00_t_027.wav,tenka,,0,,,,,,,,"This is... your house, so as long as you don't touch me...\nyou're free to do whatever you want." +547800 ,,,,,3400020,,甜花,Tenka,314_TE00_t_028.wav,tenka,,0,,,,,,,,"So, just go ahead and, um, masturbate if you want?" +547900 ,,,,,3400020,,,,,,,,,,,,,,,Oh! How open-minded! As expected of Tenka- chan! +548000 ,,,,,3400020,,主人公,Kiyoshi,,,,,,,,,,,,Alright! Then I'll go ahead and enthusiastically masturbate! +548100 ,,,,,3400020,,甜花,Tenka,314_TE00_t_029.wav,tenka,,0,,,,,,,,"F-fine, do what you want." +548200 ,,,,,3400020,,,,,,,,,,,,,,,I grabbed my cock and started stroking it. +548300 ,,,,,3400020,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ahh... ha... Tenka-chan's idol look... ugh... it's\nexciting." +548400 ,,,,,3400030,,甜花,Tenka,314_TE00_t_030.wav,tenka,,0,,,,,,,,... +548500 ,,,,,3400030,,,,,,,,,,,,,,,"She looked away in embarrassment, but her eyes kept glancing\nat my cock." +548600 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,The idol Tenka-chan is watching me in this embarrassing\nstate... +548700 ,,,,,3400020,,甜花,Tenka,314_TE00_t_031.wav,tenka,,0,,,,,,,,I-I'm not watching! +548800 ,,,,,3400020,,,,,,,,,,,,,,,I exaggeratedly let out pleasurable moans while moving my\nfingers frantically around my crotch. +548900 ,,,,,3400020,,甜花,Tenka,314_TE00_t_032.wav,tenka,,0,,,,,,,,"That wet sound, it's like squish, squish..." +549000 ,,,,,3400020,,主人公,Kiyoshi,,,,,,,,,,,,Ahhhh... it's the sound of my pre-cum. +549100 ,,,,,3400030,,甜花,Tenka,314_TE00_t_033.wav,tenka,,0,,,,,,,,Pre-cum... +549200 ,,,,,3400030,,,,,,,,,,,,,,,Tenka-chan's skin gradually turns a shade of pink. +549300 ,,,,,3400030,,甜花,Tenka,314_TE00_t_034.wav,tenka,,0,,,,,,,,Ah... +549400 ,,,,,3400030,,,,,,,,,,,,,,,"The slippery pre-cum drips onto the floor, leaving a trail." +549500 ,,,,,3400030,,,,,,,,,,,,,,,Tenka-chan is staring intently at the scene. +549600 ,,,,,3400030,,,,,,,,,,,,,,,...Ugh... being watched by Tenka-chan makes me even\nharder...! +549700 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,Ahhh! Tenka-chan! Tenka-chan! I'm so happy to do something\nnaughty with you again after so long! +549800 ,,,,,3400030,,甜花,Tenka,314_TE00_t_035.wav,tenka,,0,,,,,,,,...Ah...uh +549900 ,,,,,3400030,,甜花,Tenka,314_TE00_t_036.wav,tenka,,0,,,,,,,,O-ojisan... you look like you're feeling good. +550000 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it feels great! Because Tenka-chan is right in front\nof me, watching me." +550100 ,,,,,3400030,,甜花,Tenka,314_TE00_t_037.wav,tenka,,0,,,,,,,,Sniff... sniff... sniff... the smell is... intense... +550200 ,,,,,3400030,,,,,,,,,,,,,,,"Ah, it's true, the smell of semen is wafting strongly." +550300 ,,,,,3400030,,甜花,Tenka,314_TE00_t_038.wav,tenka,,0,,,,,,,,O-ojisan... doesn't it hurt doing it so much? +550400 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,"Ahhh, Tenka-chan! It's okay! It feels good!" +550500 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,It feels much better than when I was doing it alone! +550600 ,,,,,3400030,,,,,,,,,,,,,,,I imagine Tenka-chan licking me with her tongue while\nteasing the tip with my fingers. +550700 ,,,,,3400000,,甜花,Tenka,314_TE00_t_039.wav,tenka,,0,,,,,,,,...Amazing... +550800 ,,,,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,"I-I was masturbating alone, thinking about Tenka-chan!" +550900 ,,,,,3400000,,甜花,Tenka,314_TE00_t_040.wav,tenka,,0,,,,,,,,"...Ojisan, your cock... it's throbbing so much...! Ojisan...\nare you going to cum?" +551000 ,,,,,3400000,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... Ojisan is at his limit... already! +551200 ,,,,,3400030,,,,,,,,,,,,,,,"Even with her face turning red, Tenka-chan is watching my\nexpression of pleasure intently." +551300 ,,,,,3400030,,,,,,,,,,,,,,,"Ah, just that alone makes Ojisan already!" +551400 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,"W-watch me, Tenka-chan! While thinking of you, Ojisan will\ncum a lot!" +551500 ,,,,,3400030,,甜花,Tenka,314_TE00_t_042.wav,tenka,,0,,,,,,,,...Mm... okay. +551600 ,,,,,3400030,,,,,,,,,,,,,,,"The area between my legs tingles, and I realize I have no\nmore composure." +551700 ,,,,,3400030,,,,,,,,,,,,,,,"Ah! Here I go! Using idol Tenka-chan as my fantasy, I'm\ngoing to cum!" +551800 ,,,,,3400030,,主人公,Kiyoshi,,,,,,,,,,,,Ah! Aaaaaahhhhhhhhhh~~! +552000 ,,,,,3400040,,甜花,Tenka,314_TE00_t_043.wav,tenka,,0,,,,,,,,Puaa! Hapu!? +552100 ,,,,,3400040,,主人公,Kiyoshi,,,,,,,,,,,,Aaaaah! Tenka-chan!! +552200 ,,,,,3400040,,,,,,,,,,,,,,,"A large amount of semen gushes from my cock, flying\nvigorously towards Tenka-chan." +552300 ,,,,,3400040,,甜花,Tenka,314_TE00_t_044.wav,tenka,,0,,,,,,,,Ugh...! It's hot...! It's all over me! +552400 ,,,,,3400040,,,,,,,,,,,,,,,Tenka-chan looks surprised as she gets covered in my semen. +552500 ,,,,,3400040,,主人公,Kiyoshi,,,,,,,,,,,,Ahh... ha... ha... +552600 ,,,,,3400050,,甜花,Tenka,314_TE00_t_045.wav,tenka,,0,,,,,,,,Ahh... It's amazing... The smell is intense... It's filled\nwith Ojisan's scent... +552700 ,,,,,3400050,,主人公,Kiyoshi,,,,,,,,,,,,"Hehe... Ojisan can release this much just by thinking about\nTenka-chan, you know?" +552800 ,,,,,3400050,,甜花,Tenka,314_TE00_t_046.wav,tenka,,0,,,,,,,,The smell... it's intense... +552900 ,,,,,3400050,,,,,,,,,,,,,,,"Tenka-chan, covered in semen, sits on the floor with a dazed\nexpression." +553000 ,,,,,3400050,,甜花,Tenka,314_TE00_t_047.wav,tenka,,0,,,,,,,,Nnn... haa... +553100 ,,,,,3400050,,,,,,,,,,,,,,,She looks at me with a dazed expression. +553200 ,,,,,3400050,,,,,,,,,,,,,,,Maybe she's remembering all the pleasurable things we did\nback then... Or maybe she's in heat? +553300 ,,,,,3400050,,,,,,,,,,,,,,,"Hmm, with that face, I could probably go for another round.\nAlright, let's go for it." +553400 ,,,,,3400050,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, smartphone, smartphone... found it!" +553500 ,,,,,3400050,,,,,,,,,,,,,,,I point the camera at Tenka-chan and take a picture of her. +553600 ,,,,,3400050,,,,,,,,,,,,,,,--Click +553700 ,,,,,3400060,,甜花,Tenka,314_TE00_t_048.wav,tenka,,0,,,,,,,,--!? Ojisan!? W-What did you just do? +553800 ,,,,,3400060,,主人公,Kiyoshi,,,,,,,,,,,,Hm? I took a picture. +553900 ,,,,,3400060,,甜花,Tenka,314_TE00_t_049.wav,tenka,,0,,,,,,,,N-No! You absolutely can't take pictures! +554000 ,,,,,3400060,,主人公,Kiyoshi,,,,,,,,,,,,"Haha, but I already took it." +554100 ,,,,,3400060,,甜花,Tenka,314_TE00_t_050.wav,tenka,,0,,,,,,,,Delete it! You have to delete it! +554200 ,,,,,3400060,,主人公,Kiyoshi,,,,,,,,,,,,But I wanted to use it to masturbate... +554300 ,,,,,3400060,,甜花,Tenka,314_TE00_t_051.wav,tenka,,0,,,,,,,,"No! If it leaks, it'll be a problem! I won't be able to\ncontinue as an idol, so no erotic photos!" +554400 ,,,,,3400060,,主人公,Kiyoshi,,,,,,,,,,,,I won't let it leak. Don't you trust Ojisan? +554500 ,,,,,3400070,,甜花,Tenka,314_TE00_t_052.wav,tenka,,0,,,,,,,,Of course not! You lied about all sorts of things to do lewd\nstuff! +554600 ,,,,,3400070,,,,,,,,,,,,,,,"...Well, she's right, so I can't say anything." +554700 ,,,,,3400070,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. Even if it leaks, you can live as an AV idol." +554800 ,,,,,3400070,,主人公,Kiyoshi,,,,,,,,,,,,An AV of an idol who was on a morning kids' show is\nsomething Ojisan really loves! +554900 ,,,,,3400070,,甜花,Tenka,314_TE00_t_053.wav,tenka,,0,,,,,,,,"I finally became an idol, so I don't want that! I want to be\nthe center as an idol!" +555000 ,,,,,3400070,,主人公,Kiyoshi,,,,,,,,,,,,"But probably, you'll become even more popular and have lots\nof fans! You can definitely be the center of AV idols!" +555100 ,,,,,3400070,,,,,,,,,,,,,,,Tenka-chan's eyes fill with tears as she glares at me. +555200 ,,,,,3400080,,甜花,Tenka,314_TE00_t_054.wav,tenka,,0,,,,,,,,Uuu~~~... Uuuuu~~~... +555300 ,,,,,3400080,,甜花,Tenka,314_TE00_t_055.wav,tenka,,0,,,,,,,,"I will definitely become the center as an idol! You're such\na dummy, Ojisan!" +555400 ,,,,,3400080,,,,,,,,,,,,,,,An idol shouting that while covered in semen. +555500 ,,,,,3400080,,,,,,,,,,,,,,,I don't know if she'll really become the center of idols in\nthe future. +555600 ,,,,,3400080,,,,,,,,,,,,,,,Maybe she really will fall into the AV world. +555700 ,,,,,3400080,,,,,,,,,,,,,,,"But I... no matter what happens, I'll keep supporting her." +555800 ,,,,,3400080,,,,,,,,,,,,,,,"I got involved with her for lewd purposes, but in the end, I\nfell for her earnestness." +555900 ,,,,,3400080,,,,,,,,,,,,,,,So even if she stops being an idol... I'll continue to be a\nfan of Tenka-chan. +556000 ,,,,,3400080,,主人公,Kiyoshi,,,,,,,,,,,,"Do your best, Tenka-chan." +556100 ,,,,,3400080,,甜花,Tenka,314_TE00_t_056.wav,tenka,,0,,,,,,,,Huh? ...Y-Yeah! +556200 ,$event_return,,,,,,,,,,,,,,,,,,, +556300 ,$exit tenka,,,,,,,,,,,,,,,,,,, +, diff --git a/datascn.tac/1F27A5A0B6F2D8B2.csv b/datascn.tac/1F27A5A0B6F2D8B2.csv new file mode 100644 index 0000000..fd34ae0 --- /dev/null +++ b/datascn.tac/1F27A5A0B6F2D8B2.csv @@ -0,0 +1,1014 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@common_top,,,,,,,,,,,,,,,,,,,Common Part Start +10500 ,@000_CA00,,,,,,,,,,,,,,,,,,, +10800 ,,,15,33,,,,,,,,,,,,,,,,"When you think of a railway that cuts through a suburban\narea heading towards the city center, the first thing that\ncomes to mind might be the overwhelming rush of the morning\ncommute." +10900 ,,,,,,,,,,,,,,,,,,,,"However, if you ride that train in the opposite direction\nfor an hour, you'll find yourself surrounded by mountains\nand greenery that make it hard to believe you're still in\nthe same city." +11000 ,,,,,,,,,,,,,,,,,,,,"After getting off at the final station deep in the\nmountains, you take a bus further into the countryside." +11100 ,,,,,,,,,,,,,,,,,,,,"The road winds up and down, with small clusters of houses\nappearing on either side, creating a quaint atmosphere." +11200 ,,,,,,,,,,,,,,,,,,,,"On one side of the road, where it drops steeply, there's a\nstream that looks perfect for playing in the water." +11300 ,,,,,,,,,,,,,,,,,,,,"Even though it's still within the city limits, this place is\nundeniably 'countryside.'" +11400 ,,,,,,,,,,,,,,,,,,,,"I came here to fulfill my dream. I took early retirement\nfrom my job, saved up a decent amount of money, and moved to\nthis rural area." +11500 ,,"",,14,,,,,,,,,,,,,,,,The new home I bought in this place with nothing around is\nan old private shop that still retains a Showa-era\natmosphere. +11600 ,,,,,,,,,,,,,,,,,,,,"The previous owner was an elderly woman who closed the shop\nyears ago to live with her son, but she couldn't bear to\ndemolish the store she had run for so long, so it remained\nvacant." +11700 ,,,,,,,,,,,,,,,,,,,,"Due to these circumstances, I was able to acquire it at a\nlow price on the condition that I run a shop." +11800 ,,,,,,,,,,,,,,,,,,,,"For me, it was an offer I couldn't refuse. It was like a\ngodsend." +11900 ,,,,,,,,,,,,,,,,,,,,It's been about five months since I opened the shop. +12000 ,,"",,23,,,,,,,,,,,,,,,,"As for business, it's not exactly profitable." +12100 ,,,,,,,,,,,,,,,,,,,,"That was obvious. In such a rural area, there aren't many\ncustomers." +12200 ,,,,,,,,,,,,,,,,,,,,"Moreover, most of the products I sell are cheap snacks... in\nother words, my shop is a candy store." +12300 ,,,,,,,,,,,,,,,,,,,,"The snacks that were 10 yen when I was a child are now 20\nyen, but it's still a business of selling items that cost\nonly a few dozen yen." +12400 ,,,,,,,,,,,,,,,,,,,,Other products include detergents and cigarettes that I\norder at the request of local residents... just small\nhousehold items. +12500 ,,,,,,,,,,,,,,,,,,,,There's no way to make a profit from this. +12600 ,,,,,,,,,,,,,,,,,,,,But I have a mission. +12700 ,,,,,,,,,,,,,,,,,,,,I want to teach today's kids the taste of the snacks I ate\nwhen I was little and the fun of gathering at a candy store. +12800 ,,,,,,,,,,,,,,,,,,,,"The joy of thinking, 'What should I eat today...' while\nlooking at colorful snacks." +12900 ,,,,,,,,,,,,,,,,,,,,The happiness of deciding how to spend your allowance by\nyourself. +13000 ,,,,,,,,,,,,,,,,,,,,"In short, to sum it up roughly..." +13100 ,,,,,,,,,,,,,,,,,,,,"I like girls. I like small, cute girls." +13200 ,,,,,,,,,,,,,,,,,,,,I wanted a reason to get closer to those kinds of kids. +13300 ,,,,,,,,,,,,,,,,,,,,"Being the only shop near the school, and a candy store at\nthat, students started stopping by on their way home from\nschool as soon as I opened." +13400 ,,,,,,,,,,,,,,,,,,,,"Now, I remember almost all of my customers' names, and it's\nlike we're friends." +13500 ,,,,,,,,,,,,,,,,,,,,Except for that girl who recently moved here. +13600 ,,"",,33,,,主人公,Kiyoshi,,,,,,,,,,,,"Today, just one candy was bought..." +13700 ,,,,,,,,,,,,,,,,,,,,"From the collected trash bin... no, treasure chest, I pick\nup the containers of snacks that cute girls have touched\nwith their mouths and place them on the desk." +13800 ,,,,,,,,,,,,,,,,,,,,It's a small yogurt snack container and spoon. Just thinking\nthat a girl put her mouth on this makes my heart race. +13900 ,,,,,,,,,,,,,,,,,,,,My crotch is also on high alert. +14000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Since she went through the trouble of putting her mouth on\nthis container, licking it is the best answer..." +14100 ,,,,,,,,,,,,,,,,,,,,But is that really the case? +14200 ,,,,,,,,,,,,,,,,,,,,"That might satisfy my heart, but it doesn't make my dick\nfeel good." +14300 ,,,,,,,,,,,,,,,,,,,,"So if I focus on making my dick feel good, what would\nhappen?" +14400 ,,,,,,,,,,,,,,,,,,,,"If I put this container or spoon on my dick, wouldn't that\nbe like an indirect blowjob?" +14500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I see, isn't that a brilliant idea?" +14600 ,,,,,,,,,,,,,,,,,,,,"No, but if I make my dick feel good with that, then I can't\nhave an indirect kiss..." +14700 ,,,,,,,,,,,,,,,,,,,,It would be more like an indirect self- blowjob than an\nindirect kiss with a girl. +14800 ,,,,,,,,,,,,,,,,,,,,"Licking the part a girl licked is basic behavior for guys,\neven without a soprano recorder. If I can't do that, my\nheart might not be satisfied." +14900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I have to carefully choose which is better... +15000 ,,,,,,,,,,,,,,,,,,,,This is a dilemma. +15100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,No. +15200 ,,,,,,,,,,,,,,,,,,,,"The girl licked both the yogurt container and the spoon. So\nif I lick one and use the other to make my dick feel good,\nthis problem is solved." +15300 ,,,,,,,,,,,,,,,,,,,,But when will I have the chance to get a yogurt container\nand spoon again? +15400 ,,,,,,,,,,,,,,,,,,,,"Thinking about it, using both of these delicious finds at\nthe same time is quite a luxury, isn't it?" +15500 ,,,,,,,,,,,,,,,,,,,,"In that case, using something another girl used is an\noption, but today everyone bought rice crackers or\nchocolate..." +15600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Brr... ugh... +15700 ,,,,,,,,,,,,,,,,,,,,"It's troubling, but I need to decide quickly or do something\nabout this erect dick. I might catch a cold." +15800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, today I'll indulge and use both!" +15900 ,,,,,,,,,,,,,,,,,,,,"Having decided that, I thought a bit more about which to\nlick and which to use on my dick, then chose to lick the\nspoon and use the container on my dick, and started\nmasturbating." +16000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah... you licked here, didn't you..." +16100 ,,,,,,,,,,,,,,,,,,,,"Imagining that simple and rustic-looking girl who visited\nthe store, I put the spoon in my mouth and forcefully push\nmy dick into the small yogurt container." +16200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,It's like I'm pushing my dick into a small mouth... ugh. +16300 ,,,,,,,,,,,,,,,,,,,,The leftover yogurt clinging to the container transmits a\nslippery sensation to my dick. +16400 ,,,,,,,,,,,,,,,,,,,,The satisfaction of having something tangible is immense.\nImagining the girl's tongue as I lick the spoon and rub the\ncontainer against my dick. +16500 ,,,,,,,,,,,,,,,,,,,,"There's no way a fully erect dick can fit into a small\nyogurt container, but feeling the slightly rough edge and\nthe tight part of the container..." +16600 ,,,,,,,,,,,,,,,,,,,,"It felt like the entrance to a girl's vagina, and my already\nrock-hard dick quickly reached its peak with that\nimagination." +16800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,It's coming... ugh! +16900 ,,,,,,,,,,,,,,,,,,,,"My dick twitches and spasms. Seeing it about to overflow\nfrom the container, I quickly switch to a tissue and wrap my\ncock." +17000 ,,,,,,,,,,,,,,,,,,,,This reflex action is something I'm used to. It's not for\nnothing that I have a long history of masturbation. +17100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... that was a lot. +17200 ,,,,,,,,,,,,,,,,,,,,The container is filled with a sticky white liquid. +17300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,It's like I refilled it with yogurt. It'd be amazing if that\ngirl licked it. +17400 ,,,,,,,,,,,,,,,,,,,,"Maybe I went too hard, as the post- masturbation exhaustion\nmakes my eyelids heavy." +17500 ,,,,,,,,,,,,,,,,,,,,"While wiping my dick with a tissue, I somehow fell asleep\njust like that." +17600 ,,,,,,,,,,,,,,,,,,,,I felt like I saw that girl's figure even in my dreams... +17700 ,,,0,9000,,,,,,,,,,,,,,,, +17800 ,@001_CA01,,,,,,,,,,,,,,,,,,,"CG:SA00A,KA00A" +18000 ,,,,,,,,,,,,,,,,,,,, +18100 ,,,5,11,,,主人公,Kiyoshi,,,,,,,,,,,,Yawn... +18200 ,,,,,,,,,,,,,,,,,,,,I fell asleep right after masturbating yesterday. Sleeping\non the tatami mat made my body ache. +18300 ,,,,,,,,,,,,,,,,,,,,"That said, there's hardly any customers from morning to\nnoon, so oversleeping a bit isn't a problem at all." +18400 ,,,,,,,,,,,,,,,,,,,,"I stretch my back and... hmm, the sunlight is strong." +18500 ,,,,,,,,,,,,,,,,,,,,"With this weather, I can expect the usual kids to come\ntoday." +18600 ,,,,,,,,,,,,,,,,,,,,"Customers visit this store from early afternoon to evening.\nIf they're early, it should be soon." +18700 ,,,,,,,,,,,,,,,,,,,,I prepare for opening while waiting for that time. +18800 ,,"",,,,,,,,,,,,,,,,,,"Before long, a small customer appeared." +18900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Oh!? +19000 ,,,,,,,,,,,,,,,,,,,,"Today, three girls came together!" +19100 ,,,,,,,千恵,Chie,001_CA01_c_000.wav,"chie,private",,0,,,,,,,,"Hey, mister, hello!" +19200 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,Welcome! You're full of energy today too. +19300 ,,,,,,,千恵,Chie,001_CA01_c_001.wav,chie,,21,,,,,,,,"Yeah, mister! Chii-chan is full of energy!" +19400 ,,,,,,,,,,chie,,21,,,,,,,,She laughs without a care. I wish I could take a picture. +19500 ,,,,,,,,,,chie,,21,,,,,,,,"This girl is Sayama Chie-chan. Everyone, including me, calls\nher 'Chii-chan'." +19600 ,,,,,,,,,,chie,,21,,,,,,,,"She's been a regular since the store opened, and we're\npractically friends." +19700 ,,,,,,,,,,chie,,21,,,,,,,,"She loves snacks, always looking around the store with\nsparkling eyes and buying them with genuine joy." +19800 ,,,,,,,,,,chie,,21,,,,,,,,"Her energy always seems to overflow from her body, which is\nreally nice." +19900 ,,,,,,,,,,chie,,21,,,,,,,,"She's very friendly and seems to have a relaxed guard,\nespecially in that aspect." +20000 ,,,,,,,,,,chie,,21,,,,,,,,"Being called 'mister' doesn't bother me at all. In fact, it\nmakes me happy." +20100 ,,,,,,,千恵,Chie,001_CA01_c_002.wav,chie,,1,,,,,,,,Ehehe. +20200 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Ehehe. +20300 ,,,,,,,,,,chie,,1,,,,,,,,"As Chii-chan and I exchange smiles, the girl holding Chii-\nchan's hand looks at me with a slightly cautious expression." +20400 ,,,,,,,千恵,Chie,001_CA01_c_003.wav,chie,,0,,,,,,,,"Koma-chan, is something wrong?" +20500 ,,,,,,,コマコ,Komako,001_CA01_k_000.wav,,,,"komako,private",,3,,,,,"No, it's nothing." +20600 ,,,,,,,,,,,,,komako,,3,,,,,"This girl, with features and hair color that don't seem\nJapanese, is 'Koma-chan', or Komako Semenovich-chan. I call\nher Komako- chan." +20700 ,,,,,,,,,,,,,komako,,3,,,,,I heard that she's half Russian from her father and half\nJapanese from her mother. +20800 ,,,,,,,,,,,,,komako,,3,,,,,"When she first came to the store, I panicked thinking, 'I\nonly speak Japanese!' but it turns out she's been living in\nJapan since birth and is fluent in Japanese." +20900 ,,,,,,,,,,,,,komako,,3,,,,,She's also been a regular since the store opened. +21000 ,,,,,,,,,,,,,komako,,3,,,,,"That said, she only comes with Chii-chan, and sometimes it\nfeels like she's avoiding me... Well, even so, she's an\nimportant customer to me." +21100 ,,,,,,,千恵,Chie,001_CA01_c_004.wav,chie,,1,,,,,,,,"Hey, Tenka-chan, come over here too!" +21200 ,,,,,,,,,,chie,,1,,,,,,,,Chii-chan calls out and beckons to the slightly more mature\ngirl who remains. +21300 ,,,,,,,,,,chie,,1,,,,,,,,"Unlike Komako-chan, who's clinging closely, this 'Tenka-\nchan' is a bit distant." +21400 ,,,,,,,,,,chie,,1,,,,,,,,The last girl is someone who recently started coming to the\nstore. +21500 ,,,,,,,,,,chie,,1,,,,,,,,She seems a bit more polished and slightly mature. +21600 ,,,,,,,,,,chie,,1,,,,,,,,"Come to think of it, her name... or rather, her nickname, is\nsomething I heard for the first time." +21700 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Tenka-chan? ...This is the second time you've brought her,\nright? A friend?" +21800 ,,,,,,,千恵,Chie,001_CA01_c_005.wav,chie,,20,,,,,,,,Yeah! She recently moved here. +21900 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,I see. +22000 ,,,,,,,,,,chie,,20,,,,,,,,Maybe that's why she seems a bit out of place. +22100 ,,,,,,,千恵,Chie,001_CA01_c_006.wav,chie,,21,,,,,,,,"You came from the city, right?" +22200 ,,,,,,,,,,chie,,21,,,,,,,,"Chii-chan's way of saying it made me chuckle a bit. A city\nkid, huh." +22300 ,,,,,,,,,,chie,,21,,,,,,,,"I wonder if she realizes she's a country girl? Compared to\nhere, anywhere would be a city." +22400 ,,,,,,,甜花,Tenka,001_CA01_t_000.wav,chie,,21,"tenka,private",,15,,,,,It's not... like that... +22500 ,,,,,,,,,,chie,,21,tenka,,15,,,,,"Tenka-chan seems a bit hesitant. Or rather, she looks unsure\nof how to respond." +22600 ,,,,,,,主人公,Kiyoshi,,chie,,21,tenka,,15,,,,,"Tenka-chan. If you find something you like, feel free to buy\nit, okay?" +22700 ,,,,,,,千恵,Chie,001_CA01_c_007.wav,chie,,1,tenka,,15,,,,,"You'll find something today, right, Tenka- chan? Come on,\nlet's go inside!" +22800 ,,,,,,,主人公,Kiyoshi,,chie,,1,tenka,,15,,,,,"Please, come in." +23000 ,,,,,,,甜花,Tenka,001_CA01_t_001.wav,chie,,1,tenka,,10,,,,,I-I'm fine... I just... +23100 ,,,,,,,,,,,,,,,,,,,,Chii-chan forcefully pulls Tenka-chan's hand and leads her\ninto the store. +23200 ,,,,21,,,千恵,Chie,001_CA01_c_008.wav,chie,,21,,,,,,,,"Look, look! Hey, Tenka-chan, there's a KGB card here!" +23300 ,,,,,,,,,,chie,,21,,,,,,,,"Chii-chan points to a photo lottery of the idol group\n'KGB48', which is very popular among girls." +23400 ,,,,,,,,,,chie,,21,,,,,,,,"It's the type where you pull out a bag without seeing the\ncontents and enjoy finding out who you get, a classic style." +23500 ,,,,,,,,,,chie,,21,,,,,,,,"Well, it doesn't seem like they have proper licensing...\nit's more like cheap knockoff goods with cutouts from idol\nmagazines printed on paper." +23600 ,,,,,,,甜花,Tenka,001_CA01_t_002.wav,chie,,21,tenka,,29,,,,,I don't... need that. +23700 ,,,,,,,千恵,Chie,001_CA01_c_009.wav,chie,,3,tenka,,29,,,,,"Eh? Tenka-chan, do you not like KGB?" +23800 ,,,,,,,主人公,Kiyoshi,,chie,,3,tenka,,29,,,,,"Are idols popular among you and your friends too, Chii-chan?" +23900 ,,,,,,,千恵,Chie,001_CA01_c_010.wav,chie,,0,tenka,,29,,,,,"Yeah, we trade them and collect cards of our favorite\nmembers. Some kids also collect cards from idol card games." +24000 ,,,,,,,,,,chie,,0,tenka,,29,,,,,"Yeah, I'm quite familiar with that." +24100 ,,,,,,,,,,chie,,0,tenka,,29,,,,,"Since I'm running a candy store, I thought about getting an\nidol training card game machine." +24200 ,,,,,,,,,,chie,,0,tenka,,29,,,,,"But it seems like those can only be installed in places that\nsell a huge number of cards, so I gave up on it." +24300 ,,,,,,,,,,chie,,0,tenka,,29,,,,,"Besides, I wouldn't want weird adult customers hanging\naround." +24400 ,,,,,,,,,,chie,,0,tenka,,29,,,,,"In city electronics stores, you often see adults who are\nclearly not parents hogging the machines." +24500 ,,,,,,,主人公,Kiyoshi,,chie,,0,tenka,,29,,,,,"Do you like idols, Chii-chan?" +24600 ,,,,,,,千恵,Chie,001_CA01_c_011.wav,chie,,25,tenka,,29,,,,,"Chii-chan... hmm, I wonder. Maybe a little?" +24700 ,,,,,,,主人公,Kiyoshi,,chie,,25,tenka,,29,,,,,"You like sweets more, right?" +24800 ,,,,,,,千恵,Chie,001_CA01_c_012.wav,chie,,1,tenka,,29,,,,,Yeah!! +24900 ,,,,,,,,,,chie,,1,tenka,,29,,,,,"Chii-chan answered with a beaming smile. Ah, she's so cute." +25000 ,,,,,,,千恵,Chie,001_CA01_c_013.wav,chie,,21,tenka,,29,,,,,"Oh, Tenka-chan, let's buy some sweets then. These sweets are\ndelicious!" +25100 ,,,,,,,甜花,Tenka,001_CA01_t_003.wav,chie,,21,tenka,,30,,,,,............ +25200 ,,,,,,,,,,chie,,21,tenka,,30,,,,,"Chii-chan seems to be trying hard to get Tenka-chan's\nattention, but as usual, Tenka- chan isn't very\nenthusiastic." +25300 ,,,,,,,甜花,Tenka,001_CA01_t_004.wav,chie,,21,tenka,,9,,,,,............I don't need that. I have delicious chocolate at\nhome. +25400 ,,,,,,,,,,chie,,21,tenka,,9,,,,,Even her eventual response was curt and dismissive. +25500 ,,,,,,,千恵,Chie,001_CA01_c_014.wav,chie,,25,tenka,,9,,,,,I see... +25600 ,,,,,,,,,,,,,,,,,,,,Komako-chan looked at Chii-chan's unusually sad face with a\ntroubled expression. +25700 ,,,,,,,,,,,,,,,,,,,,"Still, Tenka-chan isn't very sociable." +25800 ,,,,,,,,,,,,,,,,,,,,"But despite that, she comes to the candy store with them.\nShe actually likes the photo lottery, too." +25900 ,,,,,,,,,,,,,,,,,,,,"In the end, Tenka-chan just can't be honest with herself." +26000 ,,,,,,,,,,,,,,,,,,,,"While I was thinking that, Chii-chan had already turned her\nattention to the sweets and was engrossed in them." +26100 ,,,,,,,千恵,Chie,001_CA01_c_015.wav,chie,,21,,,,,,,,What should I get! +26200 ,,,,,,,,,,chie,,21,,,,,,,,I wonder how many minutes Chii-chan will take to choose her\nsweets today. +26300 ,,,,,,,千恵,Chie,001_CA01_c_016.wav,chie,,14,,,,,,,,Hmm... let's see... +26400 ,,,,,,,,,,chie,,14,,,,,,,,Chii-chan's eyes sparkled as she looked around the shelves.\nKomako-chan followed her from behind. +26500 ,,,,,,,,,,chie,,14,,,,,,,,Oh? It seems she's already decided. That was surprisingly\nquick. +26600 ,,,,,,,千恵,Chie,001_CA01_c_017.wav,"chieL,private",,0,,,,,,,,This one! Please! +26700 ,,,,,,,主人公,Kiyoshi,,chieL,,0,,,,,,,,"Alright, alright, Chii-chan really likes this one, huh? It's\n30 yen." +26900 ,,,,,,,,,,chieL,,0,,,,,,,,"Chii-chan chose a candy called 'Bat Chocolate,' which is a\nbiscuit covered in chocolate. It has a picture of a baseball\nbat on it." +27000 ,,,,,,,,,,chieL,,0,,,,,,,,It's been a long-selling product since I was a kid. +27100 ,,,,,,,,,,chieL,,0,,,,,,,,"It's supposed to be a seasonal product because the chocolate\nmelts... but in my candy store, I keep it chilled in the\njuice fridge and sell it." +27200 ,,,,,,,,,,chieL,,0,,,,,,,,"I want her to try various snacks, and Chii- chan likes them\ntoo." +27300 ,,,,,,,千恵,Chie,001_CA01_c_018.wav,chieL,,21,,,,,,,,"One, two, three... here, thirty yen!" +27400 ,,,,,,,主人公,Kiyoshi,,chieL,,21,,,,,,,,Thank you for your purchase! +27500 ,,,,,,,,,,chie,,21,,,,,,,,"Even though it's just 30 yen, it's quite a sum for Chii-\nchan. Seeing her carefully count and hand it over is\nheartwarming." +27600 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,You decided quickly today. +27700 ,,,,,,,千恵,Chie,001_CA01_c_019.wav,chie,,0,,,,,,,,"Last time, I thought I should have chosen this one." +27800 ,,,,,,,,,,chie,,0,,,,,,,,I see. +27900 ,,,,,,,,,,chie,,0,,,,,,,,"Chii-chan carefully opens it, making sure not to tear the\nblacked-out part." +28000 ,,,,,,,,,,chie,,0,,,,,,,,It's a prize-winning product. You get another one if you\ncollect four 'Hits' or one 'Home Run.' +28100 ,,,,,,,,,,chie,,0,,,,,,,,"From what I found online, there's usually only one winning\nticket per box." +28200 ,,,,,,,,,,chie,,0,,,,,,,,"I remember eating quite a few as a kid, but I don't recall\never getting a 'Home Run.'" +28300 ,,,,,,,千恵,Chie,001_CA01_c_020.wav,chie,,4,,,,,,,,Ugh... ah! A Hit! +28400 ,,,,,,,コマコ,Komako,001_CA01_k_001.wav,chie,,4,komako,,24,,,,,Wow...! +28500 ,,,,,,,,,,chie,,4,komako,,24,,,,,"Komako-chan, who hadn't reacted much until now, raised her\nvoice." +28600 ,,,,,,,コマコ,Komako,001_CA01_k_002.wav,chie,,4,komako,,1,,,,,"That's amazing, Chii-chan, good for you." +28700 ,,,,,,,千恵,Chie,001_CA01_c_021.wav,chie,,21,komako,,1,,,,,Yeah! +28800 ,,,,,,,主人公,Kiyoshi,,chie,,21,komako,,1,,,,,"Congratulations, Chii-chan." +28900 ,,,,,,,千恵,Chie,001_CA01_c_022.wav,chie,,0,,,,,,,,"Yay, it's Chii-chan's first Hit! Uncle, how many do I get\nfor a Hit!?" +29000 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Well, for a Hit, you need to collect four to exchange for\none." +29100 ,,,,,,,千恵,Chie,001_CA01_c_023.wav,chie,,5,,,,,,,,What... I don't get even one? I have to collect four... +29200 ,,,,,,,,,,chie,,5,,,,,,,,Chii-chan looked a bit disappointed. I almost burst out\nlaughing at the change in her mood. +29300 ,,,,,,,,,,chie,,5,,,,,,,,"I see, now that I think about it, Chii-chan always buys\nsnacks with prizes." +29400 ,,,,,,,,,,chie,,5,,,,,,,,"With her small allowance, she aimed to eat a lot of snacks\nby targeting those with prize tickets." +29500 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,"Well, maybe you'll hit a Home Run next time." +29600 ,,,,,,,千恵,Chie,001_CA01_c_024.wav,chie,,21,,,,,,,,"Yeah, I'll get it next time!" +29700 ,,,,,,,,,,chie,,21,,,,,,,,"Chii-chan doesn't give up, ah, she's really cute." +29800 ,,,,,,,千恵,Chie,001_CA01_c_025.wav,chie,,20,,,,,,,,"This one's expensive but delicious, I've been wanting to try\nit." +29900 ,,,,,,,,,,chie,,20,,,,,,,,"Yeah, I get it. But as her uncle, it's a bit disappointing\nthat there won't be any containers or spoons left that Chii-\nchan used." +30000 ,,,,,,,,,,chie,,20,,,,,,,,"If Chii-chan gets obsessed with this snack for a while, it\nmight be a little, no, quite disappointing." +30100 ,,,,,,,千恵,Chie,001_CA01_c_026.wav,chie,,0,,,,,,,,"Komako-chan, which one are you getting?" +30200 ,,,,,,,,,,chie,,0,,,,,,,,"Komako-chan finally moved away from Chii-chan and was\nlooking at the lined-up snacks. It seemed like she was\nsearching for something rather than being indecisive... oh,\nshe chose." +30300 ,,,,,,,コマコ,Komako,001_CA01_k_003.wav,,,,"komakoL,private",,20,,,,,This one. Please. +30400 ,,,,,,,,,,,,,komakoL,,20,,,,,Komako-chan chose the squid legs on a skewer with a sweet\nand spicy taste that gets more intense the more you chew. +30500 ,,,,,,,,,,,,,komakoL,,20,,,,,"It might be a mature choice for kids these days, but Komako-\nchan seems to love it and buys it often." +30600 ,,,,,,,,,,,,,komakoL,,20,,,,,"Other snacks Komako-chan buys include kinako sticks and\nwheat snacks, which are quite mature choices." +30700 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,20,,,,,That's 20 yen. +30800 ,,,,,,,コマコ,Komako,001_CA01_k_004.wav,,,,komakoL,,0,,,,,Here you go. +30900 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,0,,,,,"That's exact, thank you for your purchase!" +31000 ,,,,,,,,,,,,,komako,,0,,,,,"If it's pickled squid, the skewer will be left... That's\ngood, that's good." +31100 ,,,,,,,,,,,,,komako,,0,,,,,"Chii-chan and Komako-chan, having bought their snacks, sat\non the bench in front of the store and started eating." +31300 ,,,,,1000000,,千恵,Chie,001_CA01_c_027.wav,chie,,0,,,,,,,,Itadakimasu... *lick* +31400 ,,,,,1000000,,,,,,,,,,,,,,,Chii-chan took out about half of the snack from the bag and\ngave it a lick. Ohhh! +31500 ,,,,,1000000,,,,,,,,,,,,,,,"Suddenly, my crotch twitched." +31600 ,,,,,1000000,,,,,,,,,,,,,,,"Ah, I can't get a spoon, but this is enjoyable in its own\nway." +31700 ,,,,,1000000,,千恵,Chie,001_CA01_c_028.wav,chie,,0,,,,,,,,The chocolate is delicious! +31800 ,,,,,1000000,,,,,,,,,,,,,,,"Chii-chan is all smiles. The chocolate stick sticking out of\nthe bag is a bit thin, but it looks just like a dick." +31900 ,,,,,1000000,,,,,,,,,,,,,,,A beautiful girl licking it so deliciously...!! +32000 ,,,,,1000000,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, the chocolate looks tasty." +32100 ,,,,,1000010,,千恵,Chie,001_CA01_c_029.wav,chie,,0,,,,,,,,"Yeah, the chocolate is delicious!" +32200 ,,,,,1000010,,,,,,,,,,,,,,,"In my mind, I replace the word 'chocolate' Chii-chan said\nwith 'dick'. Dick is delicious! It's the best!" +32400 ,,,,,1000010,,,,,,,,,,,,,,,"Chii-chan is in a great mood, licking the chocolate. She\ndoesn't bite it." +32500 ,,,,,1000010,,コマコ,Komako,001_CA01_k_005.wav,komako,,0,,,,,,,,"Chii-chan, why do you lick it?" +32600 ,,,,,1000000,,千恵,Chie,001_CA01_c_030.wav,chie,,0,,,,,,,,"Well, because if I eat bread after licking it, I can enjoy\nit twice!" +32700 ,,,,,1000000,,コマコ,Komako,001_CA01_k_006.wav,komako,,0,,,,,,,,I see. +32800 ,,,,,1000000,,,,,,,,,,,,,,,GJ! GJ Chii-chan! +33000 ,,,,,2000000,,,,,,,,,,,,,,,"Meanwhile, Komako-chan, who bought squid, is nibbling on the\ntip." +33100 ,,,,,2000000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you like squid, right? How does it taste? Is it\ngood?" +33200 ,,,,,2000000,,コマコ,Komako,001_CA01_k_007.wav,komako,,0,,,,,,,,It tastes like squid and it's delicious. +33300 ,,,,,2000000,,主人公,Kiyoshi,,,,,,,,,,,,............ +33400 ,,,,,2000000,,,,,,,,,,,,,,,"It smells like squid and it's delicious,"" she'll surely\nbecome a girl who loves dick too!" +33500 ,,,,,2000000,,千恵,Chie,001_CA01_c_031.wav,chie,,0,,,,,,,,"By the way, summer vacation is coming soon, right?" +33600 ,,,,,2000010,,コマコ,Komako,001_CA01_k_008.wav,komako,,0,,,,,,,,"Yeah, that's right." +33700 ,,,,,2000010,,,,,,,,,,,,,,,"The two beautiful girls, one licking and the other munching,\nare having a conversation." +33800 ,,,,,2000010,,,,,,,,,,,,,,,"I see, summer vacation is coming soon." +33900 ,,,,,2000010,,主人公,Kiyoshi,,,,,,,,,,,,"That's nice, summer vacation. Do you have any plans for it,\nChii-chan?" +34000 ,,,,,1000000,,千恵,Chie,001_CA01_c_032.wav,chie,,0,,,,,,,,"Hmm, not really." +34100 ,,,,,1000000,,,,,,,,,,,,,,,"No plans, huh. Well, if she said she's going on a trip and\nwon't be around, that would be a shock too." +34200 ,,,,,1000010,,千恵,Chie,001_CA01_c_033.wav,chie,,0,,,,,,,,"I get a little more allowance during summer vacation! So,\nI'll come to your place every day!" +34300 ,,,,,1000010,,,,,,,,,,,,,,,"Oh wow, really!?" +34400 ,,,,,1000010,,主人公,Kiyoshi,,,,,,,,,,,,That's great! I want you to come a lot. +34500 ,,,,,2000000,,コマコ,Komako,001_CA01_k_009.wav,komako,,0,,,,,,,,You don't seem to have many customers. +34600 ,,,,,2000000,,主人公,Kiyoshi,,,,,,,,,,,,"Well... yeah, that's true..." +34700 ,,,,,2000000,,,,,,,,,,,,,,,"As always, Komako-chan is blunt. It hurts a little." +34800 ,,,,,2000000,,,,,,,,,,,,,,,"...Huh? Komako-chan, your shoulder strap is slipping... oh\nwow!?" +34900 ,,,,,2000000,,,,,,,,,,,,,,,"I didn't notice, but is she flashing her nipple!?" +35000 ,,,,,2000000,,,,,,,,,,,,,,,"That pink thing is... right? If the shoulder strap slips a\nbit more, I might see it..." +35100 ,,,,,2000000,,,,,,,,,,,,,,,Just a little more... the angle... +35300 ,,,,,2000010,,コマコ,Komako,001_CA01_k_010.wav,komako,,0,,,,,,,,? What? +35400 ,,,,,2000010,,主人公,Kiyoshi,,,,,,,,,,,,"Huh? Oh, I was just thinking you look like you're enjoying\nyour food, haha." +35500 ,,,,,2000010,,コマコ,Komako,001_CA01_k_011.wav,komako,,0,,,,,,,,"It's delicious, but..." +35600 ,,,,,2000010,,,,,,,,,,,,,,,"Komako-chan tilts her head with a ""?"" expression. Ah, she's\nas unbearably cute as ever! And with her nipple almost\nshowing, it's practically art!" +35700 ,,,,,2000010,,,,,,,,,,,,,,,"But with her looking at me, I can't just stare at her chest,\nit's tough." +35800 ,,,,,2000010,,,,,,,,,,,,,,,Just being looked at by this cute face could motivate me a\nhundred times today... +35900 ,,,,,2000010,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, do you have any plans for summer vacation?" +36000 ,,,,,2000010,,コマコ,Komako,001_CA01_k_012.wav,komako,,0,,,,,,,,Playing with Chii-chan. +36100 ,,,,,2000010,,,,,,,,,,,,,,,She answered immediately. +36200 ,,,,,2000010,,主人公,Kiyoshi,,,,,,,,,,,,"I see, you two are close, huh?" +36300 ,,,,,2000010,,コマコ,Komako,001_CA01_k_013.wav,komako,,0,,,,,,,,Yeah. +36400 ,,,,,2000010,,,,,,,,,,,,,,,"It's curt, but somehow strong." +36600 ,,,,,1000020,,千恵,Chie,001_CA01_c_034.wav,chie,,0,,,,,,,,Chii-chan and Komako-chan are close. Right? +36700 ,,,,,1000020,,コマコ,Komako,001_CA01_k_014.wav,komako,,0,,,,,,,,...Yeah. +36800 ,,,,,1000020,,,,,,,,,,,,,,,Komako-chan nods strongly again. +36900 ,,,,,1000020,,,,,,,,,,,,,,,And Chii-chan is at it again! She's kicking her legs and\nlicking a lollipop! +37000 ,,,,,1000020,,,,,,,,,,,,,,,"And the tip of the chocolate has already been licked off,\nexposing the biscuit part. It's like a peeled dick." +37100 ,,,,,1000020,,,,,,,,,,,,,,,It looks just like my peeled dick...!! +37200 ,,,,,1000020,,,,,,,,,,,,,,,"And as she lifts her legs, her enticing panties keep\nflashing." +37300 ,,,,,1000020,,,,,,,,,,,,,,,"If it were allowed, I'd want to take it out right here\nwithout a care in the world!" +37400 ,,,,,1000020,,,,,,,,,,,,,,,"I somehow suppress that urge... I'm leaning forward. When\nI'm working, I wear an apron that doesn't suit me, but I\njust realized it's perfect for hiding an erection." +37500 ,,,,,1000020,,,,,,,,,,,,,,,"As I watch her looking so happy, Chii-chan turns to Tenka-\nchan, who hasn't been part of the conversation yet." +37600 ,,,,,1000020,,千恵,Chie,001_CA01_c_035.wav,chie,,0,,,,,,,,"So, Tenka-chan, what are you doing for summer vacation?" +37700 ,,,,,1000020,,甜花,Tenka,001_CA01_t_005.wav,tenka,,0,,,,,,,,...Huh? Um... +37800 ,,,,,1000020,,,,,,,,,,,,,,,"Suddenly being addressed, Tenka-chan seemed a bit flustered." +37900 ,,,,,1000020,,,,,,,,,,,,,,,"Even though Tenka-chan could sit on the bench, perhaps\nbecause she hasn't bought anything, she's watching us from a\nlittle distance." +38000 ,,,,,1000020,,甜花,Tenka,001_CA01_t_006.wav,tenka,,0,,,,,,,,I don't have any plans... +38100 ,,,,,1000020,,千恵,Chie,001_CA01_c_036.wav,chie,,0,,,,,,,,Then let's hang out with Chii-chan and the others! +38200 ,,,,,1000020,,甜花,Tenka,001_CA01_t_007.wav,tenka,,0,,,,,,,,Hang out... doing what... +38300 ,,,,,1000020,,千恵,Chie,001_CA01_c_037.wav,chie,,0,,,,,,,,Huh? I haven't thought about that yet... +38400 ,,,,,1000020,,甜花,Tenka,001_CA01_t_008.wav,tenka,,0,,,,,,,,"Think about it... oh, no, I mean, it's not like I want to\nhang out..." +38500 ,,,,,1000020,,千恵,Chie,001_CA01_c_038.wav,chie,,0,,,,,,,,"I'll think about it before summer vacation, so let's hang\nout, okay?" +38600 ,,,,,1000020,,甜花,Tenka,001_CA01_t_009.wav,tenka,,0,,,,,,,,"Uh, um..." +38700 ,,,,,1000020,,,,,,,,,,,,,,,"Tenka-chan looks troubled. But even though she looks\ntroubled, she doesn't seem to dislike it." +38800 ,,,,,1000020,,,,,,,,,,,,,,,Guuuuuuuuuu. +39000 ,,,,11,,,主人公,Kiyoshi,,,,,,,,,,,,Was that... +39100 ,,,,,,,,,,,,,,,,,,,,The sound of a stomach growling. +39200 ,,,,,,,甜花,Tenka,001_CA01_t_010.wav,,,,tenka,,24,,,,,!! +39300 ,,,,,,,,,,,,,tenka,,24,,,,,"The gazes of me, Chii-chan, and Komako-chan all gather on\nTenka-chan. It was Tenka-chan's stomach that growled." +39400 ,,,,,,,千恵,Chie,001_CA01_c_039.wav,chie,,3,tenka,,24,,,,,"Huh? Ah, Tenka-chan is hungry." +39500 ,,,,,,,コマコ,Komako,001_CA01_k_015.wav,chie,,3,tenka,,24,komako,,3,,Um... +39600 ,,,,,,,甜花,Tenka,001_CA01_t_011.wav,chie,,3,tenka,,11,komako,,3,,...I-I'm going home! +39700 ,,,,,,,千恵,Chie,001_CA01_c_040.wav,chie,,4,,,,komako,,3,,"Ah, Tenka-chan!!" +39800 ,,,,,,,,,,chie,,4,,,,komako,,3,,"...Yeah, that was quite a loud sound, so maybe she was\nembarrassed." +39900 ,,,,,,,,,,chie,,4,,,,komako,,3,,"Tenka-chan, maybe she actually wanted to eat something too?" +40000 ,,,,,,,千恵,Chie,001_CA01_c_041.wav,chie,,28,,,,komako,,3,,...Do you think Tenka-chan got mad...? +40100 ,,,,,,,主人公,Kiyoshi,,chie,,28,,,,komako,,3,,"Hmm, I think she was just a little embarrassed." +40200 ,,,,,,,千恵,Chie,001_CA01_c_042.wav,chie,,25,,,,komako,,3,,Really...? +40300 ,,,,,,,コマコ,Komako,001_CA01_k_016.wav,chie,,25,,,,komako,,27,,"Yeah, I don't think she's mad." +40400 ,,,,,,,,,,chie,,25,,,,komako,,27,,Komako-chan agrees with me. +40500 ,,,,,,,千恵,Chie,001_CA01_c_043.wav,chie,,14,,,,komako,,27,,Really? Chii-chan wants to be friends with Tenka-chan\nthough. +40600 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,komako,,27,,"I'm sure, in a little while, Tenka-chan will understand\nChii-chan's feelings of wanting to be friends." +40700 ,,,,,,,千恵,Chie,001_CA01_c_044.wav,chie,,20,,,,komako,,27,,Really? I hope so. But I want to become friends before\nsummer vacation. +40800 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,komako,,27,,When does summer vacation start again? +40900 ,,,,,,,コマコ,Komako,001_CA01_k_017.wav,chie,,20,,,,komako,,3,,In about a week... I think. +41000 ,,,,,,,千恵,Chie,001_CA01_c_045.wav,chie,,0,,,,komako,,3,,Next week is the closing ceremony. +41100 ,,,,,,,,,,chie,,0,,,,komako,,3,,"I see, it's that time of year. I wonder if Chii-chan and\nKomako-chan will come to the shop during summer vacation\ntoo?" +41200 ,,,,,,,,,,chie,,0,,,,komako,,3,,"As I was thinking about that, a melody started playing from\nthe local disaster prevention radio speaker." +41300 ,,,,,,,千恵,Chie,001_CA01_c_046.wav,chie,,4,,,,komako,,3,,"Ah, I have to go home!" +41400 ,,,,,,,,,,chie,,4,,,,komako,,3,,"This melody is the chime that signals 5 PM. When this music\nstarts playing, everyone instinctively begins to prepare to\ngo home." +41500 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,komako,,3,,"That's right, we should head back before your mom gets\nworried." +41600 ,,,,,,,千恵,Chie,001_CA01_c_047.wav,chie,,21,,,,komako,,3,,Yeah! I'll come again tomorrow! +41700 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,komako,,3,,"Haha, that's great. Ah... Komako-chan, can I take the\nfinished skewers? I'll throw them away for you." +41800 ,,,,,,,コマコ,Komako,001_CA01_k_018.wav,chie,,21,,,,komako,,20,,...Yeah. Here you go. +41900 ,,,,,,,,,,chie,,21,,,,komako,,20,,"...Alright, treasure acquired." +42000 ,,,,,,,千恵,Chie,001_CA01_c_048.wav,chie,,20,,,,komako,,20,,"Okay, Komako-chan, let's go home?" +42100 ,,,,,,,コマコ,Komako,001_CA01_k_019.wav,chie,,20,,,,komako,,0,,Yeah. +42200 ,,,,,,,千恵,Chie,001_CA01_c_049.wav,chie,,1,,,,komako,,0,,"See you later! Bye, mister!" +42300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Okay, thanks! Come again!" +42400 ,,,,,,,,,,,,,,,,,,,,"And so, the three beautiful girls went their separate ways\nhome." +42500 ,,,,,,,,,,,,,,,,,,,,So it's summer vacation... This is a chance to get closer to\neveryone. +42600 ,,,,,,,,,,,,,,,,,,,,"Alright, first I'll have a quick nostalgic jerk-off session\nwhile the memory is still fresh!" +42700 ,,,,,,,,,,,,,,,,,,,,"No, I should prepare for closing first!" +42800 ,,,0,9001,,,,,,,,,,,,,,,, +43000 ,@002_CA02,,,,,,,,,,,,,,,,,,,CG:TA00A +43200 ,,,8,11,,,,,,,,,,,,,,,,"Ah, let's close up quickly." +43300 ,,,,,,,,,,,,,,,,,,,,"And then, I'll smear my fishy-smelling semen all over the\nfishy-smelling skewer Komako- chan ate." +43400 ,,,,,,,,,,,,,,,,,,,,"As I was thinking about that and covering the ice cream\nfreezer at the storefront, someone called out to me from\nbehind." +43500 ,,,,,,,甜花,Tenka,002_CA02_t_000.wav,"tenka,private",,3,,,,,,,,...Are you still open? +43600 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Tenka-chan... right? Yeah, we're still open." +43700 ,,,,,,,,,,tenka,,3,,,,,,,,"When I answered, Tenka-chan looked relieved." +43800 ,,,,,,,,,,tenka,,3,,,,,,,,"This slightly aloof girl... Tenka-chan has shown up about\nthree times before at this time when no one else is around,\njust before closing." +43900 ,,,,,,,,,,tenka,,3,,,,,,,,"When she's with Chii-chan and the others, she doesn't buy\nanything, but she comes alone at this time to buy something." +44000 ,,,,,,,,,,tenka,,3,,,,,,,,That something is the 'Idol Photo Lottery' that Chii-chan\nrecommended just an hour ago. +44100 ,,,,,,,,,,tenka,,3,,,,,,,,It seems Tenka-chan likes the famous female idol group\n'KGB48' and the popular handsome idol group that's said to\nbe No.1 around town. +44200 ,,,,,,,,,,tenka,,3,,,,,,,,"In a store with so few customers, you quickly get to know\ntheir preferences." +44400 ,,,,21,,,甜花,Tenka,002_CA02_t_001.wav,tenka,,23,,,,,,,,Um... this... +44500 ,,,,,,,,,,tenka,,23,,,,,,,,"Today, it seems she's drawing a photo lottery of a famous\nhandsome idol." +44600 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Alright, alright, it's 30 yen per draw. Feel free to draw as\nmany as you like and let me know the count later." +44700 ,,,,,,,甜花,Tenka,002_CA02_t_002.wav,tenka,,3,,,,,,,,...I'll take one. +44800 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Thank you for your purchase! +44900 ,,,,,,,,,,tenka,,3,,,,,,,,Tenka-chan is seriously contemplating which bag to pick. +45000 ,,,,,,,,,,tenka,,3,,,,,,,,"Since it's randomly packed, choosing doesn't really mean\nanything... but I guess that's just how I think now that I'm\nan adult." +45100 ,,,,,,,,,,tenka,,3,,,,,,,,"Besides, seeing a girl so serious like that is cute... but I\nshould hurry up and close the shop to go masturbate." +45400 ,,,7,,3000000,,甜花,Tenka,002_CA02_t_003.wav,,,,,,,,,,,I did ittttttt!! +45500 ,,,,,3000000,,,,,,,,,,,,,,,"Wow, what a loud voice! Was that Tenka-chan just now?" +45600 ,,,,,3000000,,,,,,,,,,,,,,,"I stopped what I was doing and looked towards the voice, and\nthere was Tenka-chan, staring at the bromide she just drew,\noverjoyed." +45800 ,,,,,3000000,,甜花,Tenka,002_CA02_t_004.wav,tenka,,0,,,,,,,,"I did it, I did it! It's Sakurai-kun!" +45900 ,,,,,3000000,,,,,,,,,,,,,,,"Ohhh, p-panty shot!" +46000 ,,,,,3000000,,,,,,,,,,,,,,,"From between Tenka-chan's legs as she crouched down, I could\nsee glimpses of simple and clean-looking panties!" +46100 ,,,,,3000000,,,,,,,,,,,,,,,"I mean, the panties are amazing, but the soft curve from her\nbutt to her thighs evokes an indescribable sense of awe." +46200 ,,,,,3000000,,,,,,,,,,,,,,,A girl's crouched figure is a work of art! +46300 ,,,,,3000000,,,,,,,,,,,,,,,"Still, those panties, oh those panties... they're great,\nreally great, the way they look plump as they're pressed by\nher soft thighs is just wonderful." +46400 ,,,,,3000000,,,,,,,,,,,,,,,"If my eye line were a bit lower, I might see everything,\nthough it's a bit regrettable that I can't; crawling on the\nfloor would definitely look suspicious..." +46600 ,,,,,3000010,,甜花,Tenka,002_CA02_t_005.wav,tenka,,0,,,,,,,,"Ah, sorry, the money..." +46700 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"No, you don't have to rush so much." +46800 ,,,,,3000010,,,,,,,,,,,,,,,"Or rather, I wish she'd stay in that position a bit longer!" +46900 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, do you like Sakurai-kun?" +47000 ,,,,,3000010,,甜花,Tenka,002_CA02_t_006.wav,tenka,,0,,,,,,,,Y-yeah... +47100 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"You bought a photo lottery last time you came too, right?" +47200 ,,,,,3000010,,,,,,,,,,,,,,,Wasn't it a female idol group that time? +47300 ,,,,,3000010,,甜花,Tenka,002_CA02_t_007.wav,tenka,,0,,,,,,,,"I did buy it, but..." +47400 ,,,,,3000010,,,,,,,,,,,,,,,"Tenka-chan nodded, looking a bit cautious." +47500 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"See, why not buy it together when you come with Chie-chan\nand the others? You like them, right?" +47600 ,,,,,3000010,,甜花,Tenka,002_CA02_t_008.wav,tenka,,0,,,,,,,,............ +47700 ,,,,,3000010,,甜花,Tenka,002_CA02_t_009.wav,tenka,,0,,,,,,,,Because... those girls are lame. +47800 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"Lame, you say." +47900 ,,,,,3000010,,,,,,,,,,,,,,,She was quite blunt. +48000 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,I don't think they're lame. What's lame about Chie-chan and\nKomako-chan? +48100 ,,,,,3000010,,甜花,Tenka,002_CA02_t_010.wav,tenka,,0,,,,,,,,Well... they seem kind of country-like... and they don't\nhave smartphones... +48200 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,Smartphones? +48300 ,,,,,3000010,,甜花,Tenka,002_CA02_t_011.wav,tenka,,0,,,,,,,,"Yeah! Nowadays, it's normal to have a smartphone! At the\nvery least, people have cell phones!" +48400 ,,,,,3000010,,,,,,,,,,,,,,,Tenka-chan passionately explained. +48600 ,,,,,3000010,,甜花,Tenka,002_CA02_t_012.wav,tenka,,0,,,,,,,,"I said I'd be friends if they had LIME, and when I asked,\n'Do you use it?' they said, 'What's that?'" +48700 ,,,,,3000010,,,,,,,,,,,,,,,'LIME' is a social networking service... an SNS that allows\nyou to send messages and make calls on cell phones and\nsmartphones. +48800 ,,,,,3000010,,,,,,,,,,,,,,,It's popular because you can chat by attaching various\npictures called stamps. +48900 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you use LIME!" +49000 ,,,,,3000010,,甜花,Tenka,002_CA02_t_013.wav,tenka,,0,,,,,,,,Huh? Y-yeah. +49100 ,,,,,3000010,,,,,,,,,,,,,,,"Oops, I got a bit too excited." +49200 ,,,,,3000010,,,,,,,,,,,,,,,My LIME friends are just the loli buddies I met online. +49300 ,,,,,3000010,,,,,,,,,,,,,,,"But it's a dream, isn't it, to exchange LIME with cute girls\nand chat. Right?" +49400 ,,,,,3000010,,,,,,,,,,,,,,,"Anyway, it seems like Tenka-chan tried her best to make\nfriends in her own way, but it didn't go well... is that it?" +49500 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"So, you're having trouble getting along with Chie-chan and\nKomako-chan, right, Tenka- chan?" +49600 ,,,,,3000010,,甜花,Tenka,002_CA02_t_014.wav,tenka,,0,,,,,,,,I-I'm not having trouble! +49700 ,,,,,3000010,,,,,,,,,,,,,,,"Her determined expression is cute. I thought she might be a\nmature kid, but she might actually be quite normal." +49800 ,,,,,3000010,,甜花,Tenka,002_CA02_t_015.wav,tenka,,0,,,,,,,,"Even if those lame girls were my friends, it wouldn't be a\nplus." +49900 ,,,,,3000010,,主人公,Kiyoshi,,,,,,,,,,,,"But without friends, school isn't fun, right?" +50000 ,,,,,3000010,,甜花,Tenka,002_CA02_t_016.wav,tenka,,0,,,,,,,,I do have friends! Lots of friends from my old school! +50200 ,,,,,3000020,,甜花,Tenka,002_CA02_t_017.wav,tenka,,0,,,,,,,,I talk to them on LIME! Though lately... they've been\nignoring me... +50300 ,,,,,3000020,,,,,,,,,,,,,,,Tears quickly welled up in Tenka-chan's eyes. +50400 ,,,,,3000020,,,,,,,,,,,,,,,"So she's being 'read and ignored,' huh?" +50500 ,,,,,3000020,,,,,,,,,,,,,,,"Well, it's hard to keep up with friends you've drifted apart\nfrom..." +50600 ,,,,,3000020,,甜花,Tenka,002_CA02_t_018.wav,tenka,,0,,,,,,,,"Anyway, I'm aiming to be an idol, and I've even been\nfeatured in the reader's section of Petit Lemon." +50700 ,,,,,3000020,,,,,,,,,,,,,,,'Petit Lemon' is a fashion magazine for girls around Tenka-\nchan's age. +50800 ,,,,,3000020,,,,,,,,,,,,,,,She's actually working pretty hard at it. +50900 ,,,,,3000020,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan wants to be an idol. That's why she was\ncollecting photo cards. +51000 ,,,,,3000020,,甜花,Tenka,002_CA02_t_019.wav,tenka,,0,,,,,,,,Y-Yeah... +51100 ,,,,,3000020,,,,,,,,,,,,,,,Could this be a chance to get closer to her? +51200 ,,,,,3000020,,,,,,,,,,,,,,,"She's putting on a brave face saying things like 'I'm not\nlonely' and 'I don't want to hang out with lame kids,' but\nsaying that with teary eyes is like admitting it's a lie." +51300 ,,,,,3000020,,,,,,,,,,,,,,,"And now that she's clearly down from being ignored, maybe I\ncan get closer to Tenka- chan." +51400 ,,,,,3000020,,,,,,,,,,,,,,,"For example, becoming LIME friends..." +51500 ,,,,,3000020,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, if you'd like, would you exchange LIME with me?" +51600 ,,,,,3000020,,甜花,Tenka,002_CA02_t_020.wav,tenka,,0,,,,,,,,"...With you, mister?" +51700 ,,,,,3000020,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. I'm pretty knowledgeable about idols and fashion. I\neven read Petit Lemon sometimes. +51800 ,,,,,,,甜花,Tenka,002_CA02_t_021.wav,"tenkaL,private",,3,,,,,,,,Really!? +52000 ,,,,,,,,,,tenkaL,,3,,,,,,,,"Tenka-chan stood up with a happy face, but soon looked\nanxious again." +52100 ,,,,,,,,,,tenkaL,,3,,,,,,,,...Is it no good after all? +52200 ,,,,,,,甜花,Tenka,002_CA02_t_022.wav,tenka,,29,,,,,,,,"...Will you really reply, mister?" +52300 ,,,,,,,主人公,Kiyoshi,,tenka,,29,,,,,,,,O-Of course. +52400 ,,,,,,,甜花,Tenka,002_CA02_t_023.wav,tenka,,32,,,,,,,,You promise...? +52500 ,,,,,,,主人公,Kiyoshi,,tenka,,32,,,,,,,,Yeah. +52600 ,,,,,,,甜花,Tenka,002_CA02_t_024.wav,tenka,,1,,,,,,,,"Um, then..." +52700 ,,,,,,,,,,tenka,,1,,,,,,,,Tenka-chan took out her smartphone from her bag and\ndisplayed the QR code for the LIME invitation. +52800 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,Hold on a second. With this... +53000 ,,,,,,,,,,tenka,,1,,,,,,,,Pirororon! +53100 ,,,,,,,,,,tenka,,1,,,,,,,,"Oh, oh, it came! A new name appeared on the LIME add screen!\nYes!" +53200 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,Adachi Tenka... Is this Tenka-chan's name? +53300 ,,,,,,,甜花,Tenka,002_CA02_t_025.wav,tenka,,0,,,,,,,,"Yeah, Adachi Tenka." +53400 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,"Alright, Tenka-chan, looking forward to getting along with\nyou!" +53500 ,,,,,,,甜花,Tenka,002_CA02_t_026.wav,tenka,,1,,,,,,,,Yeah. +53600 ,,,,,,,,,,tenka,,1,,,,,,,,"Alright, haven't I gotten quite close to Tenka-chan!? I know\nher real name and got her on LIME!" +53700 ,,,,,,,,,,tenka,,1,,,,,,,,Let's use this as a stepping stone to get even closer! +53800 ,,,,,,,甜花,Tenka,002_CA02_t_027.wav,tenka,,3,,,,,,,,"Oh, right... Um, the money for the photo lottery." +53900 ,,,,,,,,,,tenka,,3,,,,,,,,"Oh... I hadn't received it yet. Well, it's just 30 yen, but\ncompared to this address, it's an amount I could forget\nabout." +54000 ,,,,,,,,,,tenka,,3,,,,,,,,But the real weight of getting close to a girl who bought a\nfake card for 30 yen seemed to be conveyed through the three\n10-yen coins placed in my hand. +54100 ,,,,,,,甜花,Tenka,002_CA02_t_028.wav,tenka,,20,,,,,,,,"Ah, it's gotten late, so I have to hurry home. See you...\nmister." +54200 ,,,,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,"Ah, right. Be careful." +54300 ,,,,,,,,,,,,,,,,,,,,"With that, Tenka-chan left the store, sneaking out just like\nwhen she came." +54400 ,,,,,,,,,,,,,,,,,,,,"Still, Tenka-chan's name added to the LIME friends list! I\ncan't help but grin every time I see it." +54500 ,,,,,,,,,,,,,,,,,,,,"I hope, I hope a message comes soon!" +54600 ,,,,,,,,,,,,,,,,,,,,I'm really looking forward to it! +54700 ,,,0,9001,,,,,,,,,,,,,,,, +54900 ,@003_CA03,,,,,,,,,,,,,,,,,,,CG:XA00A +55100 ,,,15,33,,,,,,,,,,,,,,,,I'm grinning. +55200 ,,,,,,,,,,,,,,,,,,,,"Honestly, it's creepy, but I'm a creepy person to begin\nwith, and since it's a situation where I can't help but\ngrin, I don't mind." +55300 ,,,,,9000020,,,,,,,,,,,,,,,"In my tightly held smartphone, the screen shows the LIME\napp, with Tenka-chan's name displayed." +55400 ,,,,,9000020,,,,,,,,,,,,,,,"In the friends list, that cute Tenka-chan's name is\ndisplayed. In the name section!" +55500 ,,,,,9000020,,,,,,,,,,,,,,,"Just this alone, ah... I could use it as material..." +55600 ,,,,,9000020,,,,,,,,,,,,,,,"Since then, my face has been in a constant grin." +55700 ,,,,,9000020,,,,,,,,,,,,,,,"Well, should I try sending a message... or rather, I have to\nsend one quickly." +55800 ,,,,,9000020,,,,,,,,,,,,,,,"Currently, Tenka-chan is added to my LIME friends list, but\nI'm not added to Tenka- chan's LIME friends list." +55900 ,,,,,9000020,,,,,,,,,,,,,,,"In other words, unless I send a message to Tenka-chan, no\nmessage will come." +56000 ,,,,,9000020,,,,,,,,,,,,,,,"So, I have to send a message anyway." +56100 ,,,,,9000020,,,,,,,,,,,,,,,"Well, for starters, 'It's the candy store guy. What are you\ndoing now?' should be fine." +56200 ,,,,,9000020,,,,,,,,,,,,,,,"Whoa!? A reply came immediately. Of course, it's from Tenka-\nchan!" +56300 ,,,,,9000000,,,,,,,,,,,,,,,"'I just had dinner and I'm about to do my homework. What are\nyou doing, mister?'" +56400 ,,,,,9000000,,,,,,,,,,,,,,,I'm so thrilled that Tenka-chan sent me a message. Time to\nreply!! +56500 ,,,,,9000000,,,,,,,,,,,,,,,'I'm taking a break after closing the shop.' +56600 ,,,,,9000000,,,,,,,,,,,,,,,"Hmm... yeah, if I leave it at this, the conversation might\nend..." +56700 ,,,,,9000000,,,,,,,,,,,,,,,"'If there's anything you don't understand, I'll help you\nout.'" +56800 ,,,,,9000000,,,,,,,,,,,,,,,...there. +56900 ,,,,,9000000,,,,,,,,,,,,,,,'Thank you!' +57000 ,,,,,9000000,,,,,,,,,,,,,,,That's what she replied! +57100 ,,,,,9000000,,,,,,,,,,,,,,,"Still, the stamps Tenka-chan uses are all pretty normal. I\nthought there were idol stamps or something... I'll ask." +57200 ,,,,,9000000,,,,,,,,,,,,,,,"Hmm, 'Because it costs money'? Ah, I see. They are paid,\nhuh. Doesn't she buy them with her allowance?" +57300 ,,,,,9000000,,,,,,,,,,,,,,,"'I'm not allowed to spend money on my smartphone'... Ah, I\nsee. That makes sense. You could end up spending without\nlimits." +57400 ,,,,,9000000,,,,,,,,,,,,,,,"'I used to get told that a lot by my friends' Hmm, that must\nhave been a bit embarrassing." +57500 ,,,,,9000000,,,,,,,,,,,,,,,"Well then, maybe this is a chance for me to give her a gift!" +57600 ,,,,,9000000,,,,,,,,,,,,,,,"Oh wow, Tenka-chan's message is really excited." +57700 ,,,,,9000010,,,,,,,,,,,,,,,"'Thank you!!' Oh, she replied with the stamp I gifted her!\nYeah, I'm happy too." +57800 ,,,,,9000010,,,,,,,,,,,,,,,"This might be a good way to keep her in a good mood, though\nif I send too many, she might get suspicious of my\nintentions." +57900 ,,,,,9000010,,,,,,,,,,,,,,,"'I've been on my phone for a while, so my mom is worried,\nand I got a bit loud too' Oh, it seems the stamp gift made\nreal-life Tenka- chan quite excited too." +58000 ,,,,,9000010,,,,,,,,,,,,,,,"I wanted to chat more and learn about Tenka- chan, but maybe\nit's best to be mindful of her mom's watchful eye for today." +58100 ,,,,,9000010,,,,,,,,,,,,,,,Let's wrap it up here... 'Yeah' she replied. We managed to\nhave a pretty friendly chat from the start. This is a good\nsign. +58200 ,,,,,9000010,,,,,,,,,,,,,,,"'I was relieved you replied quickly'... Ah, it seems Tenka-\nchan was often left on read." +58300 ,,,,,9000010,,,,,,,,,,,,,,,"Or maybe she thought I wouldn't be good with smartphones\nbecause I'm older? Well, either way, I'll make sure to reply\nquickly." +58400 ,,,,,9000010,,,,,,,,,,,,,,,"'Good night~' Wow, this makes me happy, a cute goodnight\nfrom a cute girl. Well, it's still a bit early for goodnight\nthough." +58500 ,,,,,9000010,,,,,,,,,,,,,,,Then she replied 'Yeah'. So this is really the last one for\ntoday. And she replied 'Yeah' again! +58600 ,,,,,9000010,,,,,,,,,,,,,,,"The conversation won't end, Tenka-chan!" +58700 ,,,,,9000010,,,,,,,,,,,,,,,"'Then this is really, really the last one'... Tenka-chan\nmust really want to chat with someone." +58800 ,,,,,9000010,,,,,,,,,,,,,,,"But it won't end like this, so I'll send the last reply...\nSee you later, and sent it. The message was read." +58900 ,,,,,,,,,,,,,,,,,,,,Wait a few minutes... It seems today's chat is over. +59000 ,,,,,,,,,,,,,,,,,,,,Looking at the chat history with Tenka-chan lined up. It\nmakes me feel warm and happy again. +59100 ,,,,,,,,,,,,,,,,,,,,I wonder if Tenka-chan is also looking at the screen on the\nother side of her phone. +59200 ,,,,,,,,,,,,,,,,,,,,I'm really looking forward to Tenka-chan coming to the shop\nagain! +59300 ,,,0,9000,,,,,,,,,,,,,,,, +59500 ,@004_CA04,,,,,,,,,,,,,,,,,,,CG:XA01A +59700 ,,,,,,,,,,,,,,,,,,,, +59800 ,,,5,11,,,,,,,,,,,,,,,,"…Ah, I opened the shop a bit late today." +59900 ,,,,,,,,,,,,,,,,,,,,That's because I was busy reminiscing about yesterday's\nevents and indulging in some masturbation. +60000 ,,,,,,,,,,,,,,,,,,,,"Especially when I used Tenka-chan as the subject, it was\nvery effective since she showed me her panties and added me\nas a friend on LIME." +60100 ,,,,,,,,,,,,,,,,,,,,"But I couldn't just focus on her, so I also thought about\nChie-chan and Komako-chan to be fair, which resulted in an\nexcessive number of times." +60200 ,,,,,,,,,,,,,,,,,,,,"Thanks to that, I slept soundly at night... but since I\npushed my limits, it took a while to recover, and I ended up\noversleeping." +60300 ,,,,,,,,,,,,,,,,,,,,"Well, even if I open the shop in the morning, it's just a\ncandy store, so no customers come anyway." +60400 ,,,,,,,,,,,,,,,,,,,,I take out my smartphone to check the time. +60500 ,,,,,,,,,,,,,,,,,,,,Looking at my smartphone reminds me. I immediately launched\nLIME. +60600 ,,,,,,,,,,,,,,,,,,,,"Sure enough, the name ""Adachi Tenka"" is right there." +60700 ,,,,,,,,,,,,,,,,,,,,It feels like a dream. I can't believe I exchanged LIME\naddresses with such a cute girl. +60800 ,,,,,,,,,,,,,,,,,,,,"I thought about sending her a message, but I decided against\nit since it's not good to message Tenka-chan while she's at\nschool." +60900 ,,,,,,,,,,,,,,,,,,,,"If it got out that Tenka-chan and I are LIME friends, it\nwould honestly be a big problem." +61000 ,,,,,,,,,,,,,,,,,,,,"Anyway, let's open the shop and wait for the girls today\ntoo." +61100 ,,,,,,,,,,,,,,,,,,,,It's not guaranteed they'll come... but I don't have\nanything else to do. +61200 ,,"",,,,,,,,,,,,,,,,,,"As I was thinking that and cleaning the storefront, I heard\na cheerful voice at the usual time." +61300 ,,,,,,,千恵,Chie,004_CA04_c_000.wav,"komako,privateB",,20,"chie,privateC",,1,"tenka,privateB",,9,,Hello! +61400 ,,,,,,,主人公,Kiyoshi,,komako,,20,chie,,1,tenka,,9,,Welcome! +61500 ,,,,,,,,,,komako,,20,chie,,1,tenka,,9,,"As always, Chie-chan comes running energetically. She's\nholding Komako-chan's and Tenka-chan's hands with her right\nand left hands respectively." +61600 ,,,,,,,,,,komako,,20,chie,,1,tenka,,9,,"It looks more like she's swinging their arms around rather\nthan just holding them, but those two have it tough." +61700 ,,,,,,,,,,komako,,20,chie,,1,tenka,,9,,But bringing Komako-chan and Tenka-chan to the shop is GJ! I\nalmost want to give a thumbs up. +61800 ,,,,,,,,,,komako,,20,chie,,1,tenka,,9,,"Even Chie-chan, who ran from who knows where, collapsed onto\nthe bench." +61900 ,,,,,,,,,,komako,,20,chie,,1,tenka,,9,,Komako-chan and Tenka-chan followed suit. +62000 ,,,,,,,千恵,Chie,004_CA04_c_001.wav,komako,,20,chie,,21,tenka,,9,,It's so hot!! +62100 ,,,,,,,主人公,Kiyoshi,,komako,,20,chie,,21,tenka,,9,,"Well, of course, it is if you run in this sunlight." +62200 ,,,,,,,,,,komako,,20,chie,,21,tenka,,9,,"It's already mid-July. It's hot whether you're walking or\nstanding still. Even Chie- chan is like this, so as for the\nother two..." +62300 ,,,,,,,甜花,Tenka,004_CA04_t_000.wav,komako,,20,chie,,21,tenka,,34,,I'm tired... +62400 ,,,,,,,,,,komako,,20,chie,,21,tenka,,34,,Komako-chan is silent. +62600 ,,,,21,,,千恵,Chie,004_CA04_c_002.wav,,,,chie,,8,,,,,"I'm thirsty, it's so hot." +62700 ,,,,,,,千恵,Chie,004_CA04_c_003.wav,,,,chie,,25,,,,,I want some juice... +62800 ,,,,,,,,,,,,,chie,,25,,,,,"In this increasingly hot season, that sounds very tempting." +62900 ,,,,,,,,,,,,,chie,,25,,,,,"Naturally, we sell juice here too." +63000 ,,,,,,,,,,,,,chie,,25,,,,,"Just canned juice, though." +63100 ,,,,,,,,,,,,,chie,,25,,,,,The price is 100 yen. +63200 ,,,,,,,,,,,,,chie,,25,,,,,It's just the products from the vending machine outside\nplaced in the store's fridge. +63300 ,,,,,,,,,,,,,chie,,25,,,,,"Chie-chan looked sadly at the canned juice lying inside the\nglass door of the store and lowered her eyes. Well, that's\nhow it is." +63400 ,,,,,,,,,,,,,chie,,25,,,,,"In a candy store, items over 50 yen have always been\nreserved for a select few who can afford them." +63500 ,,,,,,,,,,,,,chie,,25,,,,,"With 100 yen, you can buy five 20-yen candies." +63600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,How about powdered juice or a frozen ice pop? +63700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"The ice pops are chilled, and we offer cold water to\ndissolve the powdered juice for free." +63800 ,,,,,,,千恵,Chie,004_CA04_c_004.wav,,,,chie,,34,,,,,But there are other things I want to eat... +63900 ,,,,,,,千恵,Chie,004_CA04_c_005.wav,,,,chie,,25,,,,,And powdered juice doesn't taste that good when mixed with\nwater... +64000 ,,,,,,,,,,,,,chie,,25,,,,,"Chie-chan seems to have learned. Indeed, eating powdered\njuice as is, is the way to go." +64100 ,,,,,,,,,,,,,chie,,25,,,,,Dissolving it in water is not cost-effective at all. +64200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"Then, just water?" +64300 ,,,,,,,コマコ,Komako,004_CA04_k_000.wav,komako,,23,chie,,25,,,,,...Please. +64400 ,,,,,,,千恵,Chie,004_CA04_c_006.wav,komako,,23,chie,,1,,,,,"Thanks, mister!" +64600 ,,,,,,,,,,,,,,,,,,,,"After pouring the chilled tap water from the store's fridge,\nthe three of them gulped it down in no time." +64700 ,,,,,,,千恵,Chie,004_CA04_c_007.wav,,,,chie,,21,,,,,It's so cold and tasty! +64800 ,,,,,,,コマコ,Komako,004_CA04_k_001.wav,komako,,1,chie,,21,,,,,I feel alive again... +65000 ,,,,,,,甜花,Tenka,004_CA04_t_001.wav,,,,,,,tenka,,29,,...Um... thank you for the treat. +65100 ,,,,,,,,,,,,,,,,tenka,,29,,Tenka-chan said as she handed back the cup. We exchanged a\nslightly awkward glance. +65200 ,,,,,,,,,,,,,,,,tenka,,29,,Tenka-chan gave a shy little smile. +65300 ,,,,,,,,,,,,,,,,tenka,,29,,"Hmm, I feel like I've gotten a lot closer to Tenka-chan. I'm\nhappy." +65400 ,,,,,,,千恵,Chie,004_CA04_c_008.wav,,,,chie,,1,,,,,Alright! What should I buy today? +65500 ,,,,,,,,,,,,,chie,,1,,,,,"Chie-chan, who recovered quickly, said that and started\nbrowsing the store." +65600 ,,,,,,,千恵,Chie,004_CA04_c_009.wav,,,,chie,,0,,,,,"Tenka-chan, you should buy something too!" +65700 ,,,,,,,甜花,Tenka,004_CA04_t_002.wav,,,,chie,,0,tenka,,24,,Eh? +65800 ,,,,,,,,,,,,,chie,,0,tenka,,24,,"Suddenly being addressed, Tenka-chan panicked." +65900 ,,,,,,,甜花,Tenka,004_CA04_t_003.wav,,,,chie,,0,tenka,,34,,...I don't know what to buy. +66000 ,,,,,,,,,,,,,chie,,0,tenka,,34,,I wonder if she's not as distant as yesterday because she\nvented to me and now wants friends? +66100 ,,,,,,,,,,,,,chie,,0,tenka,,34,,I feel like Chie-chan instinctively noticed that too. She's\ntrying harder to talk to Tenka-chan than yesterday. +66200 ,,,,,,,千恵,Chie,004_CA04_c_010.wav,,,,chie,,20,tenka,,34,,I was really confused too when I first came to the store! +66300 ,,,,,,,千恵,Chie,004_CA04_c_011.wav,,,,chie,,1,tenka,,34,,"Tenka-chan, this is delicious! And this, and this, and that\ntoo!" +66400 ,,,,,,,甜花,Tenka,004_CA04_t_004.wav,,,,chie,,1,tenka,,9,,"Wait a minute, I can't understand if you say so much at\nonce." +66500 ,,,,,,,コマコ,Komako,004_CA04_k_002.wav,komako,,27,chie,,1,tenka,,9,,"Chie-chan, calm down." +66600 ,,,,,,,,,,komako,,27,chie,,1,tenka,,9,,"Komako-chan, who had joined in at some point, stopped Chie-\nchan." +66700 ,,,,,,,,,,komako,,27,chie,,1,tenka,,9,,"Watching the three of them from behind... no, their backs\nlined up like this is quite a sight." +66800 ,,,,,,,,,,komako,,27,chie,,1,tenka,,9,,"Looking at them like this, it feels like they're getting\nalong... or maybe it's just because Chie-chan is so pushy." +66900 ,,,,,,,,,,komako,,27,chie,,1,tenka,,9,,"After all, you need a common topic to become friends." +67000 ,,,,,,,,,,komako,,27,chie,,1,tenka,,9,,"Should I, the older guy, lend a helping hand here?" +67100 ,,,,,,,主人公,Kiyoshi,,komako,,27,chie,,1,tenka,,9,,"Tenka-chan, aren't you buying any idol photo lottery tickets\ntoday?" +67200 ,,,,,,,甜花,Tenka,004_CA04_t_005.wav,,,,,,,"tenkaL,privateB",,4,,"Huh, what!?" +67300 ,,,,,,,,,,,,,,,,tenka,,4,,That reaction was funny! +67400 ,,,,,,,,,,,,,,,,tenka,,4,,"Tenka-chan turned around in a fluster. Judging by her\ngestures, it seems like she's saying 'Keep it a secret!' but\nit's too late." +67500 ,,,,,,,千恵,Chie,004_CA04_c_012.wav,,,,chie,,4,tenka,,4,,"What, what!? Tenka-chan, you're buying idol cards too!?" +67600 ,,,,,,,,,,,,,chie,,4,tenka,,4,,Chie-chan immediately latched onto it. Her eyes are\nsparkling. +67700 ,,,,,,,甜花,Tenka,004_CA04_t_006.wav,,,,chie,,4,tenka,,33,,Y-yeah... just a little bit. +67800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,tenka,,33,,"She hasn't collected many cards yet, so she was keeping it a\nsecret from everyone." +67900 ,,,,,,,千恵,Chie,004_CA04_c_013.wav,,,,chie,,20,tenka,,33,,"Which ones are you collecting, Tenka-chan? Is it this one\nafter all?" +68000 ,,,,,,,,,,,,,chie,,20,tenka,,33,,"Saying that, Chie-chan pointed at the local idol in\nquestion." +68100 ,,,,,,,甜花,Tenka,004_CA04_t_007.wav,,,,chie,,20,tenka,,33,,"I'm buying that too, but..." +68200 ,,,,,,,千恵,Chie,004_CA04_c_014.wav,,,,chie,,1,tenka,,33,,We're the same! +68300 ,,,,,,,,,,,,,chie,,1,tenka,,33,,"Chie-chan happily grabbed Tenka-chan's hand. Tenka-chan's\nface turned bright red, but she didn't seem to mind it too\nmuch." +68400 ,,,,,,,千恵,Chie,004_CA04_c_015.wav,,,,chie,,0,tenka,,33,,Let's trade cards then! Chie-chan has some duplicate cards\nand some she wants. +68500 ,,,,,,,甜花,Tenka,004_CA04_t_008.wav,,,,chie,,0,tenka,,16,,"Y-yeah... If you'll trade with me, then maybe we can draw\ntogether..." +68600 ,,,,,,,,,,,,,chie,,0,tenka,,16,,"With that, the two of them started to choose which bromides\nto draw... though it was more like staring intently at the\nopaque bags and hoping for good cards to come out..." +68700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,tenka,,16,,Aren't you going for the boys' ones today? +68800 ,,,,,,,甜花,Tenka,004_CA04_t_009.wav,,,,chie,,0,tenka,,31,,I'll save those for next time. I got Sakurai-kun yesterday. +68900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,tenka,,31,,I see. +69000 ,,,,,,,千恵,Chie,004_CA04_c_016.wav,,,,chie,,21,tenka,,31,,"Then let's go with these ones, Tenka-chan." +69100 ,,,,,,,甜花,Tenka,004_CA04_t_010.wav,,,,chie,,21,tenka,,20,,"Okay, then I'll draw this one, uncle." +69200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,tenka,,20,,"Alright, thank you for your purchase." +69300 ,,,,,,,,,,,,,chie,,21,tenka,,20,,Then the two of them immediately took out the cards from the\nbags they had drawn. +69400 ,,,,,,,千恵,Chie,004_CA04_c_017.wav,,,,chie,,25,tenka,,20,,"Um, who is this again?" +69500 ,,,,,,,甜花,Tenka,004_CA04_t_011.wav,,,,chie,,25,tenka,,4,,You don't know!? That girl is... +69600 ,,,,,,,,,,,,,chie,,25,tenka,,4,,"Peeking at the card Chie-chan drew, Tenka- chan began her\nexplanation. As expected, she was quite knowledgeable." +69700 ,,,,,,,,,,,,,chie,,25,tenka,,4,,"From the idol's hometown to the recent rock- paper-scissors\nresults, she provided very detailed information. Whether\nChie-chan understood or not, she was nodding\nenthusiastically." +69800 ,,,,,,,千恵,Chie,004_CA04_c_018.wav,,,,chie,,0,tenka,,4,,"Show me yours too, Tenka-chan." +69900 ,,,,,,,,,,,,,chie,,0,tenka,,4,,"In response, Tenka-chan showed the card she had drawn." +70000 ,,,,,,,千恵,Chie,004_CA04_c_019.wav,,,,chie,,25,tenka,,4,,"Wow, it's Yuu-chan, the girl who's always in the center!\nLucky you!" +70100 ,,,,,,,甜花,Tenka,004_CA04_t_012.wav,,,,chie,,25,tenka,,16,,"Ah, you can have it. I already have a duplicate of this\ncard." +70200 ,,,,,,,,,,,,,chie,,25,tenka,,16,,"If she just gives it away, it defeats the purpose of the\nexchange meeting." +70300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,tenka,,16,,"Tenka-chan, why not make it a trade since it's a special\noccasion?" +70400 ,,,,,,,千恵,Chie,004_CA04_c_020.wav,,,,chie,,0,tenka,,16,,"Oh, right! Tenka-chan, is there a card you want?" +70500 ,,,,,,,,,,,,,chie,,0,tenka,,16,,Chie-chan took out some cards from her bag that she could\ntrade and showed them to Tenka-chan. +70600 ,,,,,,,甜花,Tenka,004_CA04_t_013.wav,,,,chie,,0,tenka,,33,,"Ah, um... then, is it okay to trade for this one?" +70700 ,,,,,,,千恵,Chie,004_CA04_c_021.wav,,,,chie,,1,tenka,,33,,Sure! +70800 ,,,,,,,甜花,Tenka,004_CA04_t_014.wav,,,,chie,,1,tenka,,16,,...Thank you. +70900 ,,,,,,,千恵,Chie,004_CA04_c_022.wav,,,,chie,,21,tenka,,16,,"I'm glad if you're happy too, Tenka-chan!" +71000 ,,,,,,,,,,,,,chie,,21,tenka,,16,,"As the two of them quickly deepened their friendship,\nKomako-chan pulled on Chie-chan's hand from behind." +71100 ,,,,,,,コマコ,Komako,004_CA04_k_003.wav,komako,,9,chie,,21,,,,,"Chie-chan, Chie-chan." +71200 ,,,,,,,千恵,Chie,004_CA04_c_023.wav,komako,,9,chie,,3,,,,,"Hmm? What's up, Komako-chan?" +71300 ,,,,,,,コマコ,Komako,004_CA04_k_004.wav,komako,,27,chie,,3,,,,,Let's eat some snacks too? +71400 ,,,,,,,,,,komako,,27,chie,,3,,,,,"I wonder if it's just my imagination, but Komako-chan seems\na bit sulky." +71500 ,,,,,,,千恵,Chie,004_CA04_c_024.wav,komako,,27,chie,,20,,,,,"Ah, yeah! I'm getting a little hungry." +71600 ,,,,,,,甜花,Tenka,004_CA04_t_015.wav,komako,,27,chie,,20,tenka,,23,,Is your allowance still okay? +71700 ,,,,,,,,,,komako,,27,chie,,20,tenka,,23,,It feels like Tenka-chan is starting to show a big sister\nvibe. +71800 ,,,,,,,千恵,Chie,004_CA04_c_025.wav,komako,,27,chie,,35,tenka,,23,,"Ugh... yeah, I-I think it's still okay!" +71900 ,,,,,,,,,,komako,,27,chie,,35,tenka,,23,,...It doesn't seem okay. +72100 ,,,,,,,,,,,,,,,,,,,,"In the end, Chie-chan bought a 10-yen Umaibo corn potage\nflavor, Komako-chan got a kinako stick (how refined), and\nTenka-chan picked up a cherry mochi." +72200 ,,,,,,,甜花,Tenka,004_CA04_t_016.wav,,,,,,,tenka,,3,,It's more like a gummy than mochi. +72300 ,,,,,,,千恵,Chie,004_CA04_c_026.wav,,,,chie,,1,tenka,,3,,"You know, it's fun to eat it by sticking a lot of them on a\ntoothpick." +72400 ,,,,,,,甜花,Tenka,004_CA04_t_017.wav,,,,chie,,1,tenka,,0,,"Hmm, I see." +72500 ,,,,,,,,,,,,,chie,,1,tenka,,0,,"Yes, all three of them are adorably holding stick-shaped\nsnacks in their mouths. It's quite a delightful sight. I'll\nmake sure to engrave it in my memory." +72600 ,,,,,,,甜花,Tenka,004_CA04_t_018.wav,,,,chie,,1,tenka,,23,,Um... what is Komako-chan eating? +72700 ,,,,,,,コマコ,Komako,004_CA04_k_005.wav,komako,,20,,,,tenka,,23,,Kinako stick. It's like mochi with kinako on it. +72800 ,,,,,,,甜花,Tenka,004_CA04_t_019.wav,komako,,20,,,,tenka,,3,,I wonder what kinako is... +72900 ,,,,,,,千恵,Chie,004_CA04_c_027.wav,komako,,20,chie,,21,tenka,,3,,"I don't really know, but it's tasty too. It makes your mouth\na bit dry though." +73000 ,,,,,,,甜花,Tenka,004_CA04_t_020.wav,komako,,20,chie,,21,tenka,,0,,I see... it's all snacks I've never tried before. +73100 ,,,,,,,千恵,Chie,004_CA04_c_028.wav,komako,,20,chie,,1,tenka,,0,,"They're all delicious, right, Komako-chan?" +73200 ,,,,,,,,,,komako,,20,chie,,1,tenka,,0,,Komako-chan pulled the toothpick out of the kinako stick in\nher mouth to reply. +73300 ,,,,,,,コマコ,Komako,004_CA04_k_006.wav,komako,,4,,,,,,,,"Yeah... oh, I won..." +73400 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"Alright, alright, another kinako stick for you~" +73500 ,,,,,,,,,,komako,,4,,,,,,,,Komako-chan handed me the toothpick with red food coloring\non it. +73600 ,,,,,,,,,,komako,,4,,,,,,,,"Then, she offered a new kinako stick to Tenka-chan." +73700 ,,,,,,,コマコ,Komako,004_CA04_k_007.wav,komako,,20,,,,,,,,"I'll give it to you, Tenka-chan." +73800 ,,,,,,,甜花,Tenka,004_CA04_t_021.wav,komako,,20,,,,tenka,,16,,"Ah, thank you." +73900 ,,,,,,,,,,komako,,20,,,,tenka,,16,,"Still not used to it, she thanked Komako and mimicked her by\nholding the kinako stick in her mouth and pulling out the\ntoothpick." +74000 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,tenka,,16,,"Alright, another win. Another kinako stick, right?" +74100 ,,,,,,,甜花,Tenka,004_CA04_t_022.wav,,,,,,,tenka,,1,,"Really!? Then, you should eat the next one." +74200 ,,,,,,,千恵,Chie,004_CA04_c_029.wav,,,,chie,,1,tenka,,1,,Okay! +74300 ,,,,,,,,,,,,,chie,,1,tenka,,1,,"It seems like Tenka-chan has really warmed up to everyone,\nwhich is great." +74400 ,,,,,,,,,,,,,chie,,1,tenka,,1,,I'll have to ask her about her thoughts on today later on\nLIME. +74500 ,,,0,9001,,,,,,,,,,,,,,,, +74700 ,@005_CA05,,,,,,,,,,,,,,,,,,, +74900 ,,,15,33,,,,,,,,,,,,,,,, +75000 ,,,,,9000000,,,,,,,,,,,,,,,Why did you mention the photo lottery! +75100 ,,,,,9000000,,,,,,,,,,,,,,,"That message came flying into the LIME app right after the\nthree of them left the shop. Of course, it was from Tenka-\nchan." +75200 ,,,,,9000000,,,,,,,,,,,,,,,"Sorry, sorry, it seemed like those two also wanted a\nconversation starter..." +75300 ,,,,,9000000,,,,,,,,,,,,,,,"Well, that's half a lie, but at least Chie- chan probably\nwants to chat with Tenka-chan, so it's not entirely untrue." +75400 ,,,,,9000000,,,,,,,,,,,,,,,"You see, Chie-chan seems to like idols and probably admires\nTenka-chan, who knows a lot about them from the city." +75500 ,,,,,9000000,,,,,,,,,,,,,,,"Do you think so?"" was the reply. She seems doubtful, but the\nstamp is a shy smile, Tenka-chan." +75600 ,,,,,9000000,,,,,,,,,,,,,,,"Not having a smartphone is a problem."" Ah, because they\ncan't chat on LIME." +75700 ,,,,,9000000,,,,,,,,,,,,,,,"But for me, it's a bit convenient. If the girls start using\nLIME, I feel like the old man might get left out..." +75800 ,,,,,9000000,,,,,,,,,,,,,,,"Well, I probably won't be blatantly excluded, but there's a\nchance I'll be somewhat ignored if the conversation doesn't\nmatch." +75900 ,,,,,9000000,,,,,,,,,,,,,,,"But what should I talk about?"" Oh, I didn't expect that kind\nof question. It's actually the old man who wants to know\nwhat topics would excite girls." +76000 ,,,,,9000000,,,,,,,,,,,,,,,But it seems like Tenka-chan is genuinely anxious about\nthese things. It's understandable. +76100 ,,,,,9000000,,,,,,,,,,,,,,,I'll just say that I'll help out and let her know if I find\nout what topics they like... +76200 ,,,,,9000000,,,,,,,,,,,,,,,"Promise?""... I couldn't help but chuckle, Tenka-chan. You're\nfrom the manual generation! Or maybe not quite." +76300 ,,,,,,,,,,,,,,,,,,,,"Anyway, it's good to know that Tenka-chan doesn't dislike\ntalking or getting along with the two of them." +76400 ,,,,,,,,,,,,,,,,,,,,"Well, if she didn't like them, she wouldn't have come to the\nshop with them in the first place." +76500 ,,,,,,,,,,,,,,,,,,,,I'm looking forward to seeing these three beautiful girls\nhaving fun in my shop... I can't wait for more! +76600 ,,,,,,,,,,,,,,,,,,,,"After that, as usual, the conversation with Tenka-chan\ndidn't end easily, and we ended up exchanging 'this is the\nend' messages several times." +76700 ,,,,,,,,,,,,,,,,,,,,But even that was so much fun that I couldn't help it. +76800 ,,,0,9000,,,,,,,,,,,,,,,, +77000 ,@006_CB00,,,,,,,,,,,,,,,,,,, +77200 ,,,,,,,,,,,,,,,,,,,, +77300 ,,,6,11,,,,,,,,,,,,,,,,It's the second day since summer vacation started. +77400 ,,,,,,,,,,,,,,,,,,,,"For me, it's the first summer vacation since I started\nrunning the candy shop." +77500 ,,,,,,,,,,,,,,,,,,,,I was worried that summer vacation might be lonely without\nthe little customers who always come by... +77600 ,,,,,,,,,,,,,,,,,,,,"But so far, instead of having fewer customers, more are\ncoming and staying longer than usual." +77700 ,,,,,,,,,,,,,,,,,,,,"Of course, it doesn't necessarily lead to sales, but I'm\nhappy that customers come every day." +77800 ,,"",,,,,,,,,,,,,,,,,,"Chie-chan, Komako-chan, and Tenka-chan have also come for\ntwo consecutive days." +77900 ,,,,21,,,主人公,Kiyoshi,,,,,,,,,,,,How's everyone doing now that summer vacation has started?\nIs it fun to have a break? +78000 ,,,,,,,千恵,Chie,006_CB00_c_000.wav,"komako,privateC",,3,"chie,privateB",,21,"tenka,privateC",,0,,Yeah! I can't decide what to do every day! +78100 ,,,,,,,,,,komako,,3,chie,,21,tenka,,0,,You can tell just by looking that Chie-chan's excitement is\noverflowing. +78200 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,21,tenka,,0,,"I bet you're going to various places to play, but I hope\nyou'll come to the old man's shop sometimes too." +78300 ,,,,,,,千恵,Chie,006_CB00_c_001.wav,komako,,3,chie,,0,tenka,,0,,Chie-chan will come every day! +78400 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,0,tenka,,0,,"Eh, really? That's great. But aren't you going out somewhere\nwith your family?" +78500 ,,,,,,,千恵,Chie,006_CB00_c_002.wav,komako,,3,chie,,34,tenka,,0,,Hmm... I don't know about that yet. +78600 ,,,,,,,甜花,Tenka,006_CB00_t_000.wav,komako,,3,chie,,34,tenka,,37,,"It's impossible to come every day, Chii." +78700 ,,,,,,,千恵,Chie,006_CB00_c_003.wav,komako,,3,chie,,3,tenka,,37,,"Eh, really? But I've come two days in a row!" +78800 ,,,,,,,コマコ,Komako,006_CB00_k_000.wav,komako,,20,chie,,3,tenka,,37,,"If Chie-chan says she'll come, she probably will... she\nloves sweets." +78900 ,,,,,,,甜花,Tenka,006_CB00_t_001.wav,komako,,20,chie,,3,tenka,,3,,"Speaking of which, Chii buys and eats something every time,\nis your allowance okay?" +79100 ,,,,,,,千恵,Chie,006_CB00_c_004.wav,komako,,20,chie,,24,tenka,,3,,"Uh, well..." +79200 ,,,,,,,主人公,Kiyoshi,,komako,,20,chie,,24,tenka,,3,,"Hahaha, Tenka-chan, you're like Chie-chan's older sister or\nmother." +79300 ,,,,,,,甜花,Tenka,006_CB00_t_002.wav,komako,,20,chie,,24,tenka,,24,,...!? +79400 ,,,,,,,千恵,Chie,006_CB00_c_005.wav,komako,,20,chie,,3,tenka,,24,,Now that you mention it... +79500 ,,,,,,,コマコ,Komako,006_CB00_k_001.wav,komako,,21,chie,,3,tenka,,24,,...That might be true. +79600 ,,,,,,,甜花,Tenka,006_CB00_t_003.wav,komako,,21,chie,,3,tenka,,12,,...!! +79700 ,,,,,,,,,,,,,,,,,,,,"Oh, Tenka-chan was so shocked that she collapsed into that\nfamous three-letter pose from the internet. Was it really\nthat shocking?" +79800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"But you three have become quite close, haven't you?" +79900 ,,,,,,,,,,,,,,,,,,,,"It's only been about a week since Tenka-chan first exchanged\ncards with Chie-chan and Komako-chan, but they seem to have\nbecome good friends already." +80000 ,,,,,,,,,,,,,,,,,,,,They've gotten to the point where they can talk like this. +80100 ,,,,,,,甜花,Tenka,006_CB00_t_004.wav,,,,,,,tenka,,36,,Y-Yeah... I guess. +80200 ,,,,,,,千恵,Chie,006_CB00_c_006.wav,,,,chie,,0,tenka,,36,,"We've always been close, you know?" +80300 ,,,,,,,コマコ,Komako,006_CB00_k_002.wav,komako,,0,chie,,0,tenka,,36,,Yeah. +80400 ,,,,,,,甜花,Tenka,006_CB00_t_005.wav,komako,,0,chie,,0,tenka,,13,,R-Really...? +80500 ,,,,,,,,,,,,,,,,,,,,Tenka-chan looks a bit confused but also happy. She's so\ncute. I'll send her a 'That's great' message later. +80600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, I'd be happy if you could drop by when you can. If I\ndon't get to see everyone's faces often, I'll get lonely\ntoo." +80700 ,,,,,,,千恵,Chie,006_CB00_c_007.wav,,,,chie,,21,,,,,Got it! +80800 ,,,,,,,甜花,Tenka,006_CB00_t_006.wav,,,,chie,,21,tenka,,0,p,"Yeah, well, when I have free time." +↓,,,,,,,甜花,Tenka,006_CB00_t_006a.wav,,,,chie,,21,tenka,,17,,"Besides, there's not really anywhere else to go..." +80900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,tenka,,17,,"Hahaha, it's a bit troublesome having so few places to hang\nout, isn't it?" +81000 ,,,,,,,,,,,,,chie,,21,tenka,,17,,"It's convenient for me, though." +81100 ,,,,,,,コマコ,Komako,006_CB00_k_003.wav,komako,,23,,,,,,,,"Do you have any days off, uncle?" +81200 ,,,,,,,,,,komako,,23,,,,,,,,"Then, Komako-chan, who had been listening to the\nconversation, asked that question." +81300 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Hmm? Well, if I take a day off, the local customers would be\ntroubled, you know." +81400 ,,,,,,,,,,komako,,23,,,,,,,,"Honestly, I hadn't thought about taking a break. Even if I\ndid, there's nothing to do, and the reason I started this\ncandy store was to meet the girls." +81500 ,,,,,,,コマコ,Komako,006_CB00_k_004.wav,komako,,3,,,,,,,,"So, no days off?" +81600 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"If Komako-chan comes by, I'll work hard without any days\noff." +81700 ,,,,,,,コマコ,Komako,006_CB00_k_005.wav,komako,,27,,,,,,,,"I don't know, but I think Chie-chan would be disappointed if\nthe store was closed." +81800 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,Ah. +81900 ,,,,,,,千恵,Chie,006_CB00_c_008.wav,komako,,27,chie,,25,,,,,"Huh? Uncle, are you taking a summer break too!?" +82000 ,,,,,,,,,,komako,,27,chie,,25,,,,,Chie-chan stood there in shock. +82100 ,,,,,,,主人公,Kiyoshi,,komako,,27,chie,,25,,,,,"No, no, I'll work hard without any days off for Chie-chan." +82200 ,,,,,,,千恵,Chie,006_CB00_c_009.wav,komako,,27,chie,,1,,,,,Yay!! +82300 ,,,,,,,コマコ,Komako,006_CB00_k_006.wav,komako,,21,chie,,1,,,,,"Yeah, I'm cheering for you." +82400 ,,,,,,,,,,komako,,21,chie,,1,,,,,Such kind words. +82500 ,,,,,,,,,,,,,,,,,,,,"If I close the store, it means I can't see all the cute\ngirls, so there's no benefit for me to take a break." +82600 ,,,,,,,,,,,,,,,,,,,,"After that conversation ended, the three of them started\nbrowsing the store at their own pace." +82700 ,,,,,,,コマコ,Komako,006_CB00_k_007.wav,komako,,24,,,,,,,,"Oh, there are so many airplanes..." +82800 ,,,,,,,主人公,Kiyoshi,,komako,,24,,,,,,,,"Ah, those are called propeller gliders. You assemble the\nstyrofoam body and wings, attach a propeller, and throw them\nto make them fly. They're light, so they fly well." +82900 ,,,,,,,コマコ,Komako,006_CB00_k_008.wav,komako,,23,,,,,,,,Hmm... +83000 ,,,,,,,,,,komako,,23,,,,,,,,"Since it's summer vacation, I thought boys would like these\nkinds of things, so I decided to stock them." +83100 ,,,,,,,,,,komako,,23,,,,,,,,"When we were obsessed with flying them, they were designed\nlike fighter planes, which was the reason we got so into\nthem. But now, I'm surprised to see character-themed ones\ntoo." +83200 ,,,,,,,,,,komako,,23,,,,,,,,"Character designs might be more popular with boys these\ndays, but of course, I stocked the fighter plane versions." +83300 ,,,,,,,,,,komako,,23,,,,,,,,"I was happy that the toys I played with as a child are still\naround, and I feel like boys' toys should be like this." +83400 ,,,,,,,,,,komako,,23,,,,,,,,I thought I could just play with them myself if they didn't\nsell... but I've already sold two. +83500 ,,,,,,,,,,komako,,23,,,,,,,,Even kids these days can recognize fun things. +83600 ,,,,,,,,,,komako,,23,,,,,,,,Now I'm thinking of getting some electromechanical toys too. +83800 ,,,,,,,,,,,,,,,,,,,,"While everyone is looking at various toys with curiosity,\nTenka-chan is tilting her head in front of the candy." +83900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"What's wrong, Tenka-chan?" +84000 ,,,,,,,甜花,Tenka,006_CB00_t_007.wav,,,,,,,tenka,,9,,"Huh? Well, I've never tried the candy sold here, so they're\nall new to me..." +84100 ,,,,,,,甜花,Tenka,006_CB00_t_008.wav,,,,,,,tenka,,17,,"...The colors are amazing, right?" +84200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,17,,"W-Well, yeah..." +84300 ,,,,,,,,,,,,,,,,tenka,,17,,"The colors of candy in a dagashi shop are vivid, or rather,\nthey're full of primary colors." +84400 ,,,,,,,甜花,Tenka,006_CB00_t_009.wav,,,,,,,tenka,,23,,"I can imagine the taste of orange or green, but blue..." +84500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,23,,"W-Well, you know, shaved ice has blue too." +84600 ,,,,,,,甜花,Tenka,006_CB00_t_010.wav,,,,,,,tenka,,23,p,"Oh, right. So, Hawaiian flavor?" +↓,,,,,,,甜花,Tenka,006_CB00_t_010a.wav,,,,,,,tenka,,37,,Hmm~ +84700 ,,,,,,,,,,,,,,,,tenka,,37,,"Tenka-chan has a somewhat uncertain expression, as if she's\nconvinced but not quite." +84800 ,,,,,,,甜花,Tenka,006_CB00_t_011.wav,,,,,,,tenka,,1,,...But I'll go with this today. +84900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,1,,"Black Lightning, huh. It's tasty, right?" +85100 ,,,,,,,甜花,Tenka,006_CB00_t_012.wav,,,,,,,tenka,,3,,"Is it? I've never tried it, but I thought cookies and\nchocolate would be safe. I've seen it at the convenience\nstore." +85200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"Oh, is that so? Yeah, this is chocolate with cookies, so\nit's normally delicious." +85300 ,,,,,,,,,,,,,,,,tenka,,3,,But still... +85400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,Black Lightning is quite a name... I wonder who came up with\nit... +85500 ,,,,,,,甜花,Tenka,006_CB00_t_013.wav,,,,,,,tenka,,37,,Yeah... It says 'A big hit with girls!' but really? It\ndoesn't look like it's for girls... +85600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,37,,You're right... +85700 ,,,,,,,,,,,,,,,,tenka,,37,,"It's a mysterious sense of style. But it's genuinely\ndelicious, and there's nothing strange about it except the\nname." +85800 ,,,,,,,甜花,Tenka,006_CB00_t_014.wav,,,,,,,tenka,,1,,"...! Wow, this is really good!!" +85900 ,,,,,,,,,,,,,,,,tenka,,1,,"And Tenka-chan, who just tasted it, seems to be captivated\nalready." +86000 ,,,,,,,,,,,,,,,,,,,,"Now, the last person is..." +86100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, what are you buying today?" +86200 ,,,,,,,千恵,Chie,006_CB00_c_010.wav,,,,chie,,34,,,,,"Huh!? Ah, um..." +86300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,34,,,,,Hmm? +86400 ,,,,,,,千恵,Chie,006_CB00_c_011.wav,,,,chie,,25,,,,,"Hmm... Sorry, Onii-chan, I'll hold back today." +86500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"No, no, you don't need to apologize! Sorry, sorry, I didn't\nmean to pressure you." +86600 ,,,,,,,,,,,,,chie,,25,,,,,"Wow, the way I said that made it sound like I was telling\nher to buy something! That's not good." +86700 ,,,,,,,コマコ,Komako,006_CB00_k_009.wav,komako,,24,,,,,,,,"Chii-chan held back... Amazing, so admirable." +86800 ,,,,,,,甜花,Tenka,006_CB00_t_015.wav,komako,,24,,,,tenka,,24,,"Or rather, is it going to rain tomorrow?" +86900 ,,,,,,,,,,,,,,,,,,,,Chii-chan's friend's comment is rather merciless. +87000 ,,,,,,,,,,,,,,,,,,,,"Or rather, from Komako-chan's perspective, it seems like a\nrare occurrence. Well, I think it's rare too." +87100 ,,,,,,,,,,,,,,,,,,,,I can't ask if she's spent all her allowance already; that\nwould be too cruel. +87200 ,,,,,,,千恵,Chie,006_CB00_c_012.wav,,,,chie,,0,,,,,"Yeah, when I get my next allowance, I'll do lots of\nshopping, so sorry, Uncle!" +87300 ,,,,,,,,,,,,,chie,,0,,,,,So she really didn't have any allowance... Komako-chan and\nTenka-chan also have that 'I knew it' look on their faces. +87400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"Yeah, I'll count on you then." +87500 ,,,,,,,コマコ,Komako,006_CB00_k_010.wav,komako,,21,chie,,0,,,,,"If it's Chii-chan, she'll probably come to spend it right\naway, so there's no need to worry." +87600 ,,,,,,,甜花,Tenka,006_CB00_t_016.wav,komako,,21,chie,,0,tenka,,37,,I think spending it all right away is a bit questionable\nthough... +87700 ,,,,,,,,,,komako,,21,chie,,0,tenka,,37,,Both of them are really merciless. +87800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, you don't have to force yourself to spend it, okay? Not\njust Chii-chan, but Komako-chan and Tenka-chan too." +87900 ,,,,,,,,,,,,,,,,,,,,"Judging from Chii-chan's behavior so far, it seems like\nshe'll come to hang out even if she runs out of allowance.\nAnd she'll probably bring the other two along." +88000 ,,,,,,,,,,,,,,,,,,,,"While we were having that conversation, time passed, and it\nwas time for the three of them to go home." +88200 ,,,8,11,,,甜花,Tenka,006_CB00_t_017.wav,tenka,,21,,,,,,,,"Uncle, see you again." +88300 ,,,,,,,コマコ,Komako,006_CB00_k_011.wav,komako,,1,,,,,,,,Bye-bye! +88400 ,,,,,,,千恵,Chie,006_CB00_c_013.wav,chie,,1,,,,,,,,I'll come again!! +88500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Okay, see you next time!" +88600 ,,,,,,,,,,,,,,,,,,,,"…When the three of them leave, the shop suddenly feels\nlonely. Even though it's summer, it feels like it's gotten\ncold." +88700 ,,,,21,,,,,,,,,,,,,,,,"Well, let's clean up the shop alone in solitude. After that,\nmaybe some nostalgic masturbation..." +88800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? +88900 ,,,,,,,,,,,,,,,,,,,,That's when I suddenly noticed something off in the shop. +89000 ,,,,,,,,,,,,,,,,,,,,"It's not that big of a shop, but the place where I had lined\nup some snacks. Now it's just an empty box." +89100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Huh? That's strange. Did this snack sell today...? +89200 ,,,,,,,,,,,,,,,,,,,,What was there was a very small container of yogurt-flavored\ncandy. +89300 ,,,,,,,,,,,,,,,,,,,,"As indicated by 'yogurt-flavored', its ingredients are\nshortening... in other words, oil, sugar, and flavoring,\nmaking it a terribly unhealthy snack," +89400 ,,,,,,,,,,,,,,,,,,,,"but it's a popular treat both now and in the past, even\nthough you can finish it in just a few bites with a wooden\nspoon." +89500 ,,,,,,,,,,,,,,,,,,,,That candy is gone. +89600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I think there were about two left when I checked at noon... +89700 ,,,,,,,,,,,,,,,,,,,,"Chie-chan likes this candy, so I was careful not to run out." +89800 ,,,,,,,,,,,,,,,,,,,,"Huh? Does that mean, huh?" +89900 ,,,,,,,,,,,,,,,,,,,,"Oh no, could it be shoplifting?" +90000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I-I hope it didn't just roll onto the floor... +90100 ,,,,,,,,,,,,,,,,,,,,"I crawl around to check, but it's not there." +90200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Wait, wait, before jumping to conclusions, let's think this\nthrough." +90300 ,,,,,,,,,,,,,,,,,,,,Hmm... +90400 ,,,,,,,,,,,,,,,,,,,,Was the yogurt candy there until yesterday? +90500 ,,,,,,,,,,,,,,,,,,,,...It should have been. I remember thinking yesterday that I\nneed to make sure it doesn't sell out and disappoint Chie-\nchan. +90600 ,,,,,,,,,,,,,,,,,,,,Could it really be shoplifting!? +90700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Huh? But the last ones to come to the shop today were just\nChie-chan and the other two... right...? +90800 ,,,,,,,,,,,,,,,,,,,,.................... +90900 ,,,,,,,,,,,,,,,,,,,,"No way, no way, but, no, huh!? Could that really happen?" +91000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Could one of those three have shoplifted? No, no, no..." +91100 ,,,,,,,,,,,,,,,,,,,,"I can't even imagine it. Honestly, I don't want to suspect\nthem." +91200 ,,,,,,,,,,,,,,,,,,,,Hmm... +91300 ,,,,,,,,,,,,,,,,,,,,"That being said, it's unsettling to just leave it be when\nsomething from the store goes missing. The amount isn't a\nbig deal, but I don't want it to continue." +91400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Anyway, first I need to confirm if it really is shoplifting." +91500 ,,,,,,,,,,,,,,,,,,,,But how do I do that? +91600 ,,,,,,,,,,,,,,,,,,,,"Even though I've been in the shop all day today, I didn't\nnotice anything. Well, I wasn't really keeping a close watch\nbecause I didn't think something like that would happen." +91700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Surveillance... surveillance... I don't mind ogling, but I\ndon't like surveillance. If people realize they're being\nwatched, they'll feel uncomfortable." +91800 ,,,,,,,,,,,,,,,,,,,,"So what should I do? When it comes to surveillance, the\nclassic choice is a camera." +91900 ,,,,,,,,,,,,,,,,,,,,Camera...!! +92000 ,,,,,,,,,,,,,,,,,,,,"Using a camera for spying, I mean, surveillance might be a\ngood idea!!" +92100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Camera, camera... but even if I say surveillance camera,\nit's not like I can get one right away..." +92200 ,,,,,,,,,,,,,,,,,,,,"Oh, now that I think about it, I have an unused webcam and a\nspy camera I bought on a whim but never had a use for... I\nmean, a surveillance camera." +92300 ,,,,,,,,,,,,,,,,,,,,Let's get those out right away. +92400 ,,,,,,,,,,,,,,,,,,,,"I'll set up the camera in the shop, and when a customer\ncomes in, I'll instruct the computer to start recording...\nYeah, I think this might work." +92500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Now, where to set up the camera..." +92600 ,,,,,,,,,,,,,,,,,,,,"If I set it up high, it might get noticed, so I'll hide it\nat ground level. Let's do that." +92700 ,,,,,,,,,,,,,,,,,,,,"It's not like I'm expecting any upskirt shots or anything,\nnot that I know who I'm making excuses to." +92800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, now that I've decided on a plan, let's set it up\nright away!" +92900 ,,,,,,,,,,,,,,,,,,,,"I'm curious to see what the camera captures... No, no, I\nhope it doesn't capture any evidence of shoplifting..." +93000 ,,,,,,,,,,,,,,,,,,,,"If I catch evidence, I'll have to give a lecture or\npunishment..." +93100 ,,,,,,,,,,,,,,,,,,,,"Punishment? That sounds kind of fun, doesn't it?" +93200 ,,,,,,,,,,,,,,,,,,,,"No, no, as long as it records some panties, that's fine...\nNo, that's not it. Let's hope it's all just my\nmisunderstanding and there was no shoplifting. Yes, let's do\nthat." +93300 ,,,0,9000,,,,,,,,,,,,,,,, +93500 ,@007_CB01,,,,,,,,,,,,,,,,,,,"CG:XB00S,XB00K,XB00T" +93700 ,,,6,12,,,,,,"komako,privateB",,0,"chie,private",,1,"tenka,private",,1,, +93800 ,,,,,,,千恵,Chie,007_CB01_c_000.wav,komako,,0,chie,,1,tenka,,1,,"See you later, old man!" +93900 ,,,,,,,,,,,,,,,,,,,,The first day of business with the camera set up in the shop\nhas passed. +94000 ,,,,,,,,,,,,,,,,,,,,"Today, Chie-chan, Tenka, and Komako-chan came by, bought\nsome snacks, talked about idols, and then left." +94100 ,,,,,,,,,,,,,,,,,,,,…Alright then. +94300 ,,,15,33,,,,,,,,,,,,,,,,"I went up to the room and checked the PC I had set up there.\nSince it was still recording, I stopped it." +94400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Now the real work begins... +94500 ,,,,,,,,,,,,,,,,,,,,"I secretly activated the camera after the three of them\narrived, but it's still two or three hours of footage.\nChecking what was captured is going to be quite a task." +94600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I wonder what was really captured... hehe. ...Ahem, I hope\nthere's no shoplifting or anything..." +94700 ,,,,,,,,,,,,,,,,,,,,"Muttering to myself, I started playing the recorded file." +94800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,It's clearer than I thought. +94900 ,,,,,,,,,,,,,,,,,,,,"Oh, the camera caught glimpses of the three of them. This\nfeels like peeping and might become addictive... Wait, this\nis peeping." +95000 ,,,,,,,,,,,,,,,,,,,,"Even so, I thought they were just gathered and talking, but\nall three of them are moving around quite a bit." +95100 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan seems unfamiliar with the candy store items, so\nshe's looking around with interest... Oh, she's surprised by\na frog- shaped toy." +95200 ,,,,,,,,,,,,,,,,,,,,"As for Komako-chan, after staring at the pickled squid, she\nsuddenly took one and brought it to me." +95300 ,,,,,,,,,,,,,,,,,,,,"...Come to think of it, she bought it today. She was chewing\nit slowly as if savoring it." +95400 ,,,,,,,,,,,,,,,,,,,,"Well, it only captured ordinary things. The angle is\ndifferent from usual, and just seeing the three of them is\nfun, but I wish there was something more..." +95500 ,,,,,,,,,,,,,,,,,,,,...Oh!? +95700 ,,,,,9105000,,,,,,,,,,,,,,,"Oh, oh! Oh! Panties, panties!" +95800 ,,,,,9105000,,,,,,,,,,,,,,,"Who is this? Is it Tenka-chan? Yes, yes, this is what I was\nhoping for!!" +95900 ,,,,,9105000,,,,,,,,,,,,,,,"Wow, that's nice... She's wearing such cute panties after\nall..." +96000 ,,,,,9105000,,,,,,,,,,,,,,,"Alright, let's save this as a still image separately. Got\nsome material for later!" +96100 ,,,,,9105000,,,,,,,,,,,,,,,I wonder if there's anything else captured... +96200 ,,,,,9105000,,,,,,,,,,,,,,,"Oh, now Komako-chan is passing by..." +96300 ,,,,,,,,,,,,,,,,,,,,......... +96400 ,,,,,,,,,,,,,,,,,,,,"Come to think of it, Komako-chan was wearing hot pants. Is\nit impossible to see her panties...?" +96500 ,,,,,,,,,,,,,,,,,,,,"No, I shouldn't decide so easily. Even hot pants have gaps!\nThey're not completely secure!" +96600 ,,,,,,,,,,,,,,,,,,,,Let's advance the recording frame by frame... Maybe there's\na glimpse of something... +96700 ,,,,,,,,,,,,,,,,,,,,"Oh, oh, oh!?" +96900 ,,,,,9104000,,,,,,,,,,,,,,,"Yes! This is it, right!?" +97000 ,,,,,9104000,,,,,,,,,,,,,,,The soft-looking fabric visible through the gap in the hot\npants!! +97100 ,,,,,9104000,,,,,,,,,,,,,,,"Wonderful! Thank you, God!!" +97200 ,,,,,9104000,,,,,,,,,,,,,,,"Hot pants often seem disappointing due to their strong\nguard, but when you catch a glimpse, you realize the charm\nyou've been missing!" +97300 ,,,,,9104000,,,,,,,,,,,,,,,"When you think about it, they expose up to the base of the\nthighs, and that's dazzling in itself." +97400 ,,,,,9104000,,,,,,,,,,,,,,,"And when you add a glimpse of panties, the contrast between\nthe skin tone inside the bright hot pants and the clean\ncolor of the panties is really nice." +97500 ,,,,,9104000,,,,,,,,,,,,,,,Let's save this as a still image too... Definitely adding 20\nmore rounds. +97600 ,,,,,,,,,,,,,,,,,,,,"Now, how about the problematic Chie-chan...?" +97700 ,,,,,,,,,,,,,,,,,,,,"I mean, Chie-chan is moving around so much that she's not\nclearly captured at all! Calm down!" +97800 ,,,,,,,,,,,,,,,,,,,,Though it's pointless to say that to a recorded video. +97900 ,,,,,,,,,,,,,,,,,,,,"Even so, she doesn't bump into things or knock them over in\nthe store, so maybe it's a 'talent for being restless' or\nsomething." +98000 ,,,,,,,,,,,,,,,,,,,,"Hmm, even when I pause it, it's like saying 'afterimage' and\nit's barely captured. Maybe I set the camera too close\nbecause I was too focused on the angle..." +98100 ,,,,,,,,,,,,,,,,,,,,"Well, let's try to find something peeking out..." +98200 ,,,,,,,,,,,,,,,,,,,,"Ah, no, the goal is to find evidence of shoplifting, but if\nI don't find any, that's even better..." +98300 ,,,,,,,,,,,,,,,,,,,,...Oh? +98500 ,,,,,9103000,,,,,,,,,,,,,,,Could it be... what's peeking out from Chie- chan's\nsleeveless top is... +98600 ,,,,,9103000,,,,,,,,,,,,,,,Let's zoom in a bit. +98800 ,,,,,9103000,,,,,,,,,,,,,,,"This little bump... it's a nipple, right? Chie-chan's!" +98900 ,,,,,9103000,,,,,,,,,,,,,,,Yes!! A treasure video!! Conquered all three beautiful\ngirls!! +99000 ,,,,,9103000,,,,,,,,,,,,,,,I'm glad I set up the hidden camera!! I can't believe it\ncaptured so well!! +99100 ,,,,,9103000,,,,,,,,,,,,,,,This small protrusion captured has infinite value. Girls are\namazing. +99200 ,,,,,9103000,,,,,,,,,,,,,,,...Huh? +99300 ,,,,,9103000,,,,,,,,,,,,,,,Chie-chan on the screen made a strange move. She seemed a\nbit concerned about her surroundings... +99400 ,,,,,9103000,,,,,,,,,,,,,,,"Wait, could it be..." +99500 ,,,,,9103000,,,,,,,,,,,,,,,Then Chie-chan quickly grabbed the candy in front of her and\nhid it in her hand. +99600 ,,,,,9103000,,,,,,,,,,,,,,,That scene was clearly captured in the recorded video. +99700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm in trouble... +99800 ,,,,,,,,,,,,,,,,,,,,Those words slipped out of my mouth. I can't believe she was\nreally shoplifting. +99900 ,,,,,,,,,,,,,,,,,,,,Chie-chan seemed like the least likely person to be involved\nin something like this. +100000 ,,,,,,,,,,,,,,,,,,,,"Hmm, no matter how cute Chie-chan is, shoplifting is not\nokay, shoplifting is (boron)." +100100 ,,,,,,,,,,,,,,,,,,,,"Ah, that was the sound effect of me unzipping and taking out\nmy penis." +100200 ,,,,,,,,,,,,,,,,,,,,"I really need to have a proper talk with Chie-chan. In\nexchange for something naughty... ahem, no, I need to give\nher a lecture." +100300 ,,,,,,,,,,,,,,,,,,,,"She's already shoplifted twice, so I'm sure she'll do it\nagain, Chie-chan... First, I need to catch her in the act.\nThen, what should I do..." +100400 ,,,,,,,,,,,,,,,,,,,,Thinking about it makes things heavy... in my crotch. +100500 ,,,,,,,,,,,,,,,,,,,,"Hehe, hehehe... I'm looking forward to the next time you\ncome to the store, Chie-chan." +100600 ,,,,,,,,,,,,,,,,,,,,My imagination for masturbation is running wild... shiko\nshiko shiko shiko... +100700 ,,,0,9000,,,,,,,,,,,,,,,, +100900 ,@008_CB02,,,,,,,,,,,,,,,,,,, +101100 ,,,7,21,,,千恵,Chie,008_CB02_c_000.wav,"komako,private",,0,"chie,privateC",,0,"tenka,privateB",,37,,Uncle! Hello! +101200 ,,,,,,,甜花,Tenka,008_CB02_t_000.wav,komako,,0,chie,,0,tenka,,37,,You really come to the uncle's store every day. +101300 ,,,,,,,コマコ,Komako,008_CB02_k_000.wav,"komako,private",,0,chie,,0,tenka,,37,,I'm glad the uncle's store is here. +101400 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,0,tenka,,37,,I'm honored to hear that. +101500 ,,,,,,,,,,komako,,0,chie,,0,tenka,,37,,"Today, Chie-chan and the other two came to the store again." +101600 ,,,,,,,,,,komako,,0,chie,,0,tenka,,37,,"Hmm, Chie-chan is as cheerful and carefree as ever. It's\nhard to imagine she's shoplifting." +101700 ,,,,,,,,,,komako,,0,chie,,0,tenka,,37,,"Well, let's keep an eye on things..." +101800 ,,,,,,,,,,,,,,,,,,,,The three of them are talking about idols and TV shows again\ntoday. And about homework. But it seems like no one has\nstarted on it yet. +101900 ,,,,,,,,,,,,,,,,,,,,"They mentioned trying to do a morning glory observation\ndiary for a free project but gave up after forgetting about\nit in just one day, which is quite amusing." +102000 ,,,,,,,,,,,,,,,,,,,,"By the way, this story isn't about Chie-chan but about\nKomako-chan. Just to clarify for Chie-chan's honor." +102100 ,,,,,,,,,,,,,,,,,,,,"Chie-chan said, 'Did we have such homework?' As expected of\nChie-chan." +102200 ,,,,,,,,,,,,,,,,,,,,"Now, when should I confront Chie-chan?" +102300 ,,,,,,,,,,,,,,,,,,,,"I have the recorded footage, and that's enough evidence, but\nit's not good if they find out I set up a camera." +102400 ,,,,,,,,,,,,,,,,,,,,"In that case, it's better to catch Chie-chan actually\nshoplifting." +102500 ,,,,,,,,,,,,,,,,,,,,"And no matter how wrong Chie-chan is, it would be cruel to\ntell Tenka-chan and Komako- chan about it." +102600 ,,,,,,,,,,,,,,,,,,,,"Well, if everyone knew, it wouldn't be much of a threat..." +102700 ,,,,,,,,,,,,,,,,,,,,"So, let's wait until Chie-chan makes a move." +102900 ,,,,,,,,,,,,,,,,,,,,"As I watch the three of them, Chie-chan starts moving inside\nthe store. Is it time?" +103000 ,,,,,,,,,,,,,,,,,,,,I observe Chie-chan carefully so she doesn't notice. +103100 ,,,,,,,,,,,,,,,,,,,,"That said, Chie-chan seems too engrossed in picking out\nsnacks to notice me. It's a bit surprising she's not\nchecking my reaction." +103200 ,,,,,,,,,,,,,,,,,,,,"Could it be that she's getting desensitized? Hmm, that's not\ngood." +103300 ,,,,,,,,,,,,,,,,,,,,"Oh, she's at least keeping an eye on Komako- chan and Tenka-\nchan outside. And... ah, she quickly slipped a cherry mochi\ninto her pocket!" +103400 ,,,,,,,,,,,,,,,,,,,,Then she casually rejoined the conversation with Komako-chan\nand Tenka-chan. +103500 ,,,,,,,,,,,,,,,,,,,,"I have leverage now, but seeing it happen right in front of\nme is quite shocking... A girl like Chie-chan shoplifting." +103600 ,,,,,,,,,,,,,,,,,,,,"It's not like I'm overwhelmed by her cuteness, but I do feel\na bit mischievous." +103700 ,,,,,,,,,,,,,,,,,,,,Alright... +103900 ,,,8,,,,,,,,,,,,,,,,,Now it's time for the three of them to leave. +104000 ,,,,,,,,,,,,,,,,,,,,How should I stop just Chie-chan? +104100 ,,,,,,,,,,,,,,,,,,,,"Her friends Komako-chan and Tenka-chan are here too, so I\nneed Chie-chan to stay at the store voluntarily." +104200 ,,,,,,,,,,,,,,,,,,,,Maybe I should subtly let her know I saw her shoplifting? +104300 ,,,,,,,,,,,,,,,,,,,,"As Chie-chan is about to leave, I beckon her from inside the\nstore." +104400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, Chie-chan." +104500 ,,,,,,,千恵,Chie,008_CB02_c_001.wav,"chieL,privateC",,3,,,,,,,,"Hm? What is it, mister?" +104600 ,,,,,,,,,,chieL,,3,,,,,,,,"......Hmm, she doesn't seem to be hiding anything or acting\nsuspicious... impressive." +104700 ,,,15,,,,主人公,Kiyoshi,,chieL,,3,,,,,,,,In your pocket. +104800 ,,,,,,,,,,chieL,,3,,,,,,,,"I speak in a small voice so only Chie-chan, who came running\nover, can hear." +104900 ,,,,,,,,,,chieL,,28,,,,,,,,"Suddenly, Chie-chan's face turned pale." +105000 ,,,,,,,,,,chieL,,28,,,,,,,,"Ah, so she turns pale when she's caught. I'm relieved." +105100 ,,,,,,,コマコ,Komako,008_CB02_k_001.wav,,,,komako,,23,,,,,...Chie-chan? +105200 ,,,,,,,千恵,Chie,008_CB02_c_002.wav,chie,,28,komako,,23,,,,,"Ah, um, uh..." +105300 ,,,,,,,千恵,Chie,008_CB02_c_003.wav,chie,,24,komako,,23,,,,,"T-today, my mom's coming home late! So I have to stay with\nmister!!" +105400 ,,,,,,,,,,chie,,24,komako,,23,,,,,"Oh, that's a pretty good lie for being on the spot." +105500 ,,,,,,,甜花,Tenka,008_CB02_t_001.wav,chie,,24,komako,,23,tenka,,23,,"Really? If that's the case, we'll head home first, is that\nokay?" +105600 ,,,,,,,コマコ,Komako,008_CB02_k_002.wav,chie,,24,komako,,14,tenka,,23,,"Chie-chan, is that so... I want to stay with you too, but..." +105700 ,,,,,,,主人公,Kiyoshi,,chie,,24,komako,,14,tenka,,23,,"No, you can't. If you don't go home soon, your parents will\nworry." +105800 ,,,,,,,コマコ,Komako,008_CB02_k_003.wav,chie,,24,komako,,28,tenka,,23,,Okay... +105900 ,,,,,,,千恵,Chie,008_CB02_c_004.wav,chie,,1,komako,,28,tenka,,23,,"It's okay, Komako-chan, go ahead. Let's play again\ntomorrow...!" +106000 ,,,,,,,,,,chie,,1,komako,,28,tenka,,23,,"Even with a pale face, Chie-chan is desperately trying to be\ncheerful. She's doing her best..." +106100 ,,,,,,,コマコ,Komako,008_CB02_k_004.wav,chie,,1,komako,,0,tenka,,23,,"Okay, then I'll head home first, Chie-chan." +106200 ,,,,,,,甜花,Tenka,008_CB02_t_002.wav,chie,,1,komako,,0,tenka,,0,,"See you, bye." +106300 ,,,,,,,千恵,Chie,008_CB02_c_005.wav,chie,,0,komako,,0,tenka,,0,,Bye-bye! +106400 ,,,,,,,,,,chie,,0,,,,,,,,And then Tenka-chan and Komako-chan went home ahead. Now\nthen... +106500 ,,,,,,,千恵,Chie,008_CB02_c_006.wav,chie,,28,,,,,,,,............ +106600 ,,,,,,,,,,chie,,28,,,,,,,,"With the two gone, Chie-chan looks so scared she's about to\ncry." +106700 ,,,,,,,主人公,Kiyoshi,,chie,,28,,,,,,,,I think you understand. +106800 ,,,,,,,千恵,Chie,008_CB02_c_007.wav,chie,,24,,,,,,,,Eek! +106900 ,,,,,,,,,,chie,,24,,,,,,,,"Chie-chan let out a scream like something from an anime. I\nstarted to feel sorry for her, so I decided to move the\nconversation along." +107000 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,Can you take out what's in your pocket? +107100 ,,,,,,,千恵,Chie,008_CB02_c_008.wav,chie,,14,,,,,,,,............ +107200 ,,,,,,,,,,chie,,14,,,,,,,,Chie-chan timidly took out the cherry mochi from her pocket. +107300 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,"I haven't received the money for this, have I?" +107400 ,,,,,,,千恵,Chie,008_CB02_c_009.wav,chie,,8,,,,,,,,I-I'm sorry... +107500 ,,,,,,,,,,chie,,8,,,,,,,,"Finally, Chie-chan started to cry." +107600 ,,,,,,,主人公,Kiyoshi,,chie,,8,,,,,,,,"If you're honest, I'll forgive you. How many times have you\ndone this before?" +107700 ,,,,,,,千恵,Chie,008_CB02_c_010.wav,chie,,34,,,,,,,,A-about five or six times... +107800 ,,,,,,,,,,chie,,34,,,,,,,,"She's done it quite a bit! Well, seeing her earlier, I can\nunderstand. But is this number really true?" +107900 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,Why did you do something like this? +108000 ,,,,,,,千恵,Chie,008_CB02_c_011.wav,chie,,25,,,,,,,,"Um, well... during summer vacation, my allowance ran out\nquickly..." +108100 ,,,,,,,,,,chie,,25,,,,,,,,...I see. So she's probably being honest about the number of\ntimes too. +108200 ,,,,,,,千恵,Chie,008_CB02_c_012.wav,chie,,8,,,,,,,,"I'm sorry, I won't do it again! I'm really sorry!" +108300 ,,,,,,,主人公,Kiyoshi,,chie,,8,,,,,,,,"But if I hadn't stopped you today, you might have done it\nmore, right?" +108400 ,,,,,,,千恵,Chie,008_CB02_c_013.wav,chie,,8,,,,,,,,"...sniff, sob..." +108500 ,,,,,,,,,,chie,,8,,,,,,,,"When I said that, Chie-chan fell silent. It seems to have\nhit her hard." +108600 ,,,,,,,主人公,Kiyoshi,,chie,,8,,,,,,,,"I'm not angry, but since you did something wrong, you need\nto make up for it properly." +108700 ,,,,,,,千恵,Chie,008_CB02_c_014.wav,chie,,28,,,,,,,,I-I'm sorry... I'll pay back the money for what I stole... +108800 ,,,,,,,主人公,Kiyoshi,,chie,,28,,,,,,,,"But you don't have any allowance left, right?" +108900 ,,,,,,,千恵,Chie,008_CB02_c_015.wav,chie,,25,,,,,,,,I-I'll help out at your shop... I'll work to pay back for\nthe snacks I ate... Is that okay? +109000 ,,,,,,,,,,chie,,25,,,,,,,,"Chie-chan working part-time at my shop! A beautiful girl as\na clerk, that's quite appealing..." +109100 ,,,,,,,,,,chie,,25,,,,,,,,"But even if she works at my shop, it's not something Chie-\nchan and I can decide on our own." +109200 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"I'm okay with that, but we have to talk to your mom first." +109300 ,,,,,,,千恵,Chie,008_CB02_c_016.wav,chie,,8,,,,,,,,"N-No! Please don't tell my mom! I'm sorry! I'll pay back the\nmoney properly, so please don't tell her!!" +109400 ,,,,,,,主人公,Kiyoshi,,chie,,8,,,,,,,,"I can't do that. Chie-chan stole, so at the very least, we\nneed to explain to your mom." +109500 ,,,,,,,,,,chie,,8,,,,,,,,"To be honest, I initially thought about keeping it a secret\nand threatening Chie- chan." +109600 ,,,,,,,,,,chie,,8,,,,,,,,"But if Chie-chan ran to an adult, it would be over, and I\nwas quite drawn to the idea of her working at my shop." +109700 ,,,,,,,,,,chie,,8,,,,,,,,"If I asked her, Tenka-chan and Komako-chan would inevitably\nfind out, and then others would hear about it too. It would\nturn into a story about what I'm doing with a child." +109800 ,,,,,,,,,,chie,,8,,,,,,,,So I thought it would be best to get her parents' approval\nfrom the start by framing it as 'helping out at the shop to\nmake up for shoplifting.' +109900 ,,,,,,,千恵,Chie,008_CB02_c_017.wav,chie,,29,,,,,,,,Chie-chan's mom isn't home today! And I promise I won't take\nany more snacks! +110000 ,,,,,,,主人公,Kiyoshi,,chie,,29,,,,,,,,Nope! I'll close the shop now... then let's go to your\nhouse. +110100 ,,,,,,,千恵,Chie,008_CB02_c_018.wav,chie,,28,,,,,,,,No... +110200 ,,,,,,,,,,chie,,28,,,,,,,,I quickly closed up the shop and took the reluctant Chie-\nchan outside. +110500 ,,,,,,,,,,,,,,,,,,,, +110600 ,,,8,122,,,主人公,Kiyoshi,,,,,,,,,,,,"Which way is your house, Chie-chan?" +110700 ,,,,,,,千恵,Chie,008_CB02_c_019.wav,chie,,34,,,,,,,,This way... +110800 ,,,,,,,,,,chie,,34,,,,,,,,"Resigned, Chie-chan looked down and gave a small response as\nwe headed to her house." +110900 ,,,,112,,,,,,chie,,34,,,,,,,,Did we walk for about 15 minutes? +111000 ,,,,,,,,,,chie,,34,,,,,,,,"Chie-chan stopped in front of an old, small apartment and\npointed to a room on the first floor." +111100 ,,,,,,,千恵,Chie,008_CB02_c_020.wav,chie,,15,,,,,,,,Here... +111200 ,,,,,,,,,,chie,,15,,,,,,,,"Chie-chan seems nervous, and somehow, I'm feeling a bit\ntense too." +111300 ,,"",,,,,,,,,,,,,,,,,,Ding dong! +111500 ,,,,,,,優子,???,008_CB02_y_000.wav,,,,,,,,,,,Yes? +111700 ,,,,,,,,,,,,,,,,,,,,Click! +111800 ,,,,,,,優子,Yuuko,008_CB02_y_001.wav,,,,"yuko,private",,23,,,,,Um... +111900 ,,,,,,,主人公,Kiyoshi,,,,,yuko,,23,,,,,"Uh... I'm the, uh, candy shop owner..." +112000 ,,,,,,,,,,,,,yuko,,23,,,,,"As soon as her mother appeared, Chie-chan quickly hid behind\nme." +112100 ,,,,,,,,,,,,,yuko,,23,,,,,Is this Chie-chan's mother? +112200 ,,,,,,,優子,Yuuko,008_CB02_y_002.wav,,,,yuko,,3,,,,,What can I do for you? +112300 ,,,,,,,,,,,,,yuko,,3,,,,,Her wavy hair tied back and her ample bosom... she seems\nlike a very kind person. +112400 ,,,,,,,,,,,,,yuko,,3,,,,,"...Wait, this isn't the time to be staring." +112500 ,,,,,,,主人公,Kiyoshi,,,,,yuko,,3,,,,,"Uh, well, I'm here today because Chie-chan was caught\nshoplifting from my store..." +112600 ,,,,,,,優子,Yuuko,008_CB02_y_003.wav,,,,yuko,,24,,,,,Shoplifting?! +112700 ,,,,,,,千恵,Chie,008_CB02_c_021.wav,chie,,8,yuko,,24,,,,,"Mom, I'm sorry~!" +112800 ,,,,,,,,,,chie,,8,yuko,,24,,,,,"Hearing her mother's surprised voice, Chie- chan jumped out\nfrom behind me and started apologizing with tears in her\neyes." +112900 ,,,,,,,優子,Yuuko,008_CB02_y_004.wav,chie,,8,yuko,,29,,,,,"Chie-chan! You should be apologizing to the candy shop\nowner, not me!" +113000 ,,,,,,,千恵,Chie,008_CB02_c_022.wav,chie,,8,yuko,,29,,,,,I-I'm sorry~! +113200 ,,,,,,,,,,,,,,,,,,,,"And so, I stood there for a while, unable to do anything,\njust listening to Chie-chan and her mother talk." +113300 ,,,,,,,,,,,,,,,,,,,,"Her mother spoke in a way that wasn't overly emotional or\nangry, yet not without sternness, and it seemed Chie-chan\nreflected well on what she had done." +113400 ,,,,,,,,,,,,,,,,,,,,She had completely stopped crying and was looking at her\nmother with a serious expression. +113500 ,,,,,,,,,,,,,,,,,,,,"Somehow, Chie-chan's mother seems like a very intelligent\nperson." +113600 ,,,,,,,優子,Yuuko,008_CB02_y_005.wav,chie,,8,yuko,,9,,,,,"So, Chie-chan, how do you plan to pay back the candy shop\nowner?" +113700 ,,,,,,,千恵,Chie,008_CB02_c_023.wav,chie,,25,yuko,,9,,,,,Chie-chan will work at the candy shop during summer\nvacation. Uncle said it's okay... +113800 ,,,,,,,優子,Yuuko,008_CB02_y_006.wav,chie,,25,yuko,,29,,,,,"But that's not really possible, is it? Do you know what kind\nof work you would do at the candy shop, Chie-chan?" +113900 ,,,,,,,,,,chie,,25,yuko,,29,,,,,"Seeing Chie-chan silently shake her head, her mother looked\nat me." +114000 ,,,,,,,優子,Yuuko,008_CB02_y_007.wav,,,,"yukoL,private",,15,,,,,"Um, we'll compensate for what Chie shoplifted..." +114100 ,,,,,,,,,,,,,yukoL,,15,,,,,"Uh, if things continue like this, it'll end in the most\nboring way possible." +114200 ,,,,,,,主人公,Kiyoshi,,,,,yukoL,,15,,,,,"Ah, no, look! I think it's great for Chie- chan to work\npart-time at the candy shop!" +114300 ,,,,,,,主人公,Kiyoshi,,,,,yukoL,,15,,,,,"We don't have that many customers, and it's mostly just\ncustomer service!" +114400 ,,,,,,,主人公,Kiyoshi,,,,,yukoL,,15,,,,,"Besides, if she learns how hard it is to earn money... I\nthink Chie-chan won't ever want to shoplift again!" +114500 ,,,,,,,主人公,Kiyoshi,,,,,yukoL,,15,,,,,"So, I'm all for it. Chie-chan's part-time job. It's just in\ntime for summer vacation." +114600 ,,,,,,,優子,Yuuko,008_CB02_y_008.wav,,,,yukoL,,35,,,,,But wouldn't it be a bother to have such a small child in\nthe store...? +114700 ,,,,,,,主人公,Kiyoshi,,,,,yukoL,,35,,,,,"It's fine! Chie-chan comes to the candy shop every day\nanyway, so it won't be much different!" +114800 ,,,,,,,,,,,,,yukoL,,35,,,,,I was impressed with myself for being able to come up with\nsuch words so smoothly. +114900 ,,,,,,,優子,Yuuko,008_CB02_y_009.wav,,,,yukoL,,35,,,,,But... +115000 ,,,,,,,主人公,Kiyoshi,,,,,yukoL,,35,,,,,"Chie-chan, you'll work hard, right? You'll be a good girl,\nright?" +115100 ,,,,,,,千恵,Chie,008_CB02_c_024.wav,chie,,21,yuko,,35,,,,,Yes! +115200 ,,,,,,,,,,chie,,21,yuko,,35,,,,,Chie-chan responded energetically. +115300 ,,,,,,,,,,chie,,21,yuko,,35,,,,,"Chie-chan's mother still seemed a bit worried, but after a\nwhile, she looked at me apologetically and bowed her head." +115400 ,,,,,,,優子,Yuuko,008_CB02_y_010.wav,chie,,21,yuko,,3,,,,,"Well then, please take care of her." +115500 ,,,,,,,千恵,Chie,008_CB02_c_025.wav,chie,,7,yuko,,3,,,,,"Yeah, Chie-chan will help out at uncle's shop." +115600 ,,,,,,,主人公,Kiyoshi,,chie,,7,yuko,,3,,,,,Yeah. +115700 ,,,,,,,,,,,,,,,,,,,,"With this, Chie-chan will be our store clerk starting\ntomorrow! We'll have more opportunities to interact, and we\ncan do all sorts of things!" +115800 ,,,,,,,,,,,,,,,,,,,,"Adults might think it's sneaky to say this, but I might be\nable to take advantage of Chie-chan's guilt..." +116000 ,,,,42,,,,,,,,,,,,,,,,"Still, it seems like Chie-chan's family has it tough." +116100 ,,,,,,,,,,,,,,,,,,,,"After it was decided that Chie-chan would work part-time at\nmy candy shop, I had a little chat with Chie-chan's mother." +116200 ,,,,,,,,,,,,,,,,,,,,"I heard that Chie-chan doesn't have a father. So, during the\nday, Chie-chan's mother goes out to work." +116300 ,,,,,,,,,,,,,,,,,,,,I always thought she was a cheerful kid... but Chie-chan's\nhome life is complicated. +116400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, let's put the difficult stuff aside..." +116500 ,,,,,,,,,,,,,,,,,,,,I forcibly switched my slightly melancholic thoughts. +116600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Starting tomorrow, Chie-chan will be our store clerk! I'll\nhave her do all sorts of things! All sorts!" +116700 ,,,,,,,,,,,,,,,,,,,,"Thinking about it made my energy surge, and my crotch\nswelled up as well." +116800 ,,,0,9000,,,,,,,,,,,,,,,, +117200 ,$go commonB_top,,,,,,,,,,,,,,,,,,,To 02commonB +, diff --git a/datascn.tac/28C9D158E028909F.csv b/datascn.tac/28C9D158E028909F.csv new file mode 100644 index 0000000..6c8bc3a --- /dev/null +++ b/datascn.tac/28C9D158E028909F.csv @@ -0,0 +1,106 @@ +%name%,%bgm%,%bg%,%info%,%replace% +stop_id_effect,,,ID付きエフェクト全般停止(1〜9まで全部), +,,,【テンプレート】ID付きSE停止, +,,,ID=1 のSEを停止, +,,,―――――――――――――――― ラベル冒頭 ――――――――――――――――, +Lbegin_morning,,,:一日の始まり(朝・起床), +Lbegin_day_change,,,:前のラベルから日をまたいだ次のシーン, +Lbegin_scene_change,,,:前のラベルから日をまたがず次のシーン, +Lbegin_move,,,:前のラベルから場所を移動してきた, +Lbegin_continue,,,:前のラベルからそのまま継続(特にエフェクトなし), +,,,―――――――――――――――― ラベル末尾 ――――――――――――――――, +Lend_night,0,9000,:一日の終わり(夜・就寝), +Lend_day_change,0,9000,:次のラベルは日をまたぐ(この日はこれでおしまい), +Lend_scene_change,0,9001,:次のラベルは日をまたがない, +Lend_move,0,9000,:場所を移動して次のラベルへ, +Lend_continue,,,:次のラベルへそのまま継続(特にエフェクト無し), +,,,――――――――――― ラベル中・シーン切り替え ―――――――――――――――――――――, +scene_charchange,,,:人物変更(主人公視点→ヒロイン視点), +scene_past_begin,,,:回想開始(以前の話を思い出す, +scene_past_end,,,:回想終了, +scene_h_begin,,,:エロシーン開始, +scene_h_end,,,:エロシーン終了, +,,,――――――――――― ラベル中・場所移動(進む・目的地へ移動) ―――――――――――――――――――――, +move_veryshort,,,:最短(部屋の中でのちょっとした移動・または移動せずに視線だけ移動), +move_short,,,:短(ドアをくぐる程度), +move_middle,,,:中(エリア内での移動。建物内移動とか外→内とか), +move_long,,,:大(エリアをまたぐ本格的な場所移動), +,,,――――――――――― ラベル中・場所移動(戻る・帰る) ―――――――――――――――――――――, +move_short_r,,,:短(ドアをくぐる程度), +move_middle_r,,,:中(エリア内での移動。建物内移動とか外→内とか), +move_long_r,,,:大(エリアをまたぐ本格的な場所移動), +,,,――――――――――― ラベル中・時間変化 ―――――――――――――――――――――, +timepass_quick,,,:最短(シーンが途切れない程度), +timepass_short,,,:短(シーンにワンテンポ間が空く程度), +timepass_middle,,,:中(シーンが一度区切られる程度), +timepass_bgchange,,,:背景時間変化(背景の時間帯が変わる。昼→夜など), +timepass_day_short,,,:日付も変わる - 短(次の日), +timepass_day_long,,,:日付も変わる - 長(数日後), +,,,―――――――――――――――― その他エフェクト ――――――――――――――――, +ef_shasei_l,,,射精・絶頂フラッシュ(強。2回フラッシュ), +ef_shasei,,,射精・絶頂フラッシュ(弱l。1回ショートフラッシュ), +ef_shasei_tokusyu,,,射精・フラッシュなしバージョン。先から精液でるだけ, +ef_flash_l,,,絶頂フラッシュ(強。2回フラッシュ) ※射精音なし, +ef_flash,,,絶頂フラッシュ(弱l。1回ショートフラッシュ) ※射精音なし, +,,,―――――――――――――――― 肉体系エフェクト ――――――――――――――――, +"",,,【テンプレート】:画面揺れ, +ef_punch,,,殴る(SE・画面揺れ),"" +ef_punch_hard,,,強く殴る(SE・画面揺れ),"" +ef_punch_comical,,,ポコンとコミケルに叩く(SE・画面揺れ) (頭叩いたような縦揺れ),"" +ef_kick,,,キック(SE・画面揺れ),"" +ef_bodyhit_fall_soft,,,人間同士衝突(ソフトな感じ)(SE・画面揺れ),"" +ef_bodyfall_floor,,,床に倒れる・倒す(SE・画面揺れ),"" +ef_oshitaoshi,,,床に押し倒す(SE・画面揺れ) ドサ・バサ,"" +ef_binta,,,ビンタ(SE・画面揺れ),"" +ef_hit_zabuton,,,俺が座布団で叩かれる(SE・画面揺れ),"" +ef_futon_dive,,,布団ダイブ系(SE・画面揺れ),"" +se_futon,,,布団をバサっとやるSE, +se_run_come,,,走ってくる(SE) 音がだんだん大きくなる(停止時はID=1), +se_run_go,,,走ってゆく(SE) 音がだんだん小さくなる(停止時はID=1), +,,,―――――――――――――――― SE・場所/時間系 ――――――――――――――――, +se_inaka_semi,,,[loop] 田舎感ある野外SE:昼(セミ・大) (停止時はID=1), +se_inaka_semi_M,,,[loop] 田舎感ある野外SE:昼(セミ・中) (停止時はID=1), +se_inaka_semi_S,,,[loop] 田舎感ある野外SE:昼(セミ・小) (停止時はID=1), +se_inaka_night,,,[loop] 田舎感ある野外SE:夜の虫 (停止時はID=1), +se_inaka_river,,,[loop] 田舎感ある野外SE:川・渓流 (停止時はID=2) ※ID注意!, +,,,―――――――――――――――― SE・ドア系 ――――――――――――――――, +se_door_entrance_open,,,玄関ドア開く, +se_door_entrance_close,,,玄関ドア閉まる, +se_door_room_open,,,住宅内ドア開く, +se_door_room_open_hard,,,住宅内ドア開く(乱暴に), +se_door_room_close,,,住宅内ドア閉める, +se_door_room_close_hard,,,住宅内ドア閉める(乱暴に), +se_door_apart_open,,,アパートのドア開く(木造アパート), +se_chime_home,,,玄関チャイム, +se_window_open,,,窓開ける(サッシ), +se_door_bath_open,,,風呂場ドア開ける, +,,,―――――――――――――――― SE・水系 ――――――――――――――――, +se_shower,,,シャワー音:直接聞く, +se_shower_ext,,,シャワーしてる:浴室外から聞く, +se_bath_water1,,,湯船の水音(弱), +se_bath_water2,,,湯船の水音(中), +se_bath_water3,,,湯船の水音(強), +se_water_dive,,,水に飛び込むSE, +se_water_play1,,,水辺で遊ぶ水音1, +se_water_play2,,,水辺で遊ぶ水音2, +se_water_play3,,,水辺で遊ぶ水音3, +se_water_play4,,,水辺で遊ぶ水音4, +,,,―――――――――――――――― SE・エロ系 ――――――――――――――――, +se_piss,,,放尿・汎用, +se_manko,,,エロ:クチュ音(短), +se_zipper,,,ズボンのチャック下ろす, +se_vib_loop,,,[loop] ローターのヴヴヴ音 (停止時はID=1), +se_vib_loop2,,,[loop] ローターのヴヴヴ音2 (停止時はID=1) くぐもった感じ 挿入済とかで使用, +,,,―――――――――――――――― SE・その他単発 ――――――――――――――――, +se_phone_ring,,,固定電話着信音 (停止時はID=1), +se_phone_call,,,電話コール音 (停止時はID=1), +se_phone_connect,,,電話接続音 ついでにID=1の効果音を停止, +se_keitai_ring,,,主人公携帯着信音 (停止時はID=1), +se_keitai_vibe,,,主人公携帯着信(バイブモード) (停止時はID=1), +se_keitai_mail,,,主人公メール着信音 (停止時はID=1), +se_keitai_pi,,,携帯操作音(ピ) ついでにID=1の効果音を停止, +se_shutter_digital,,,シャッター音:デジカメ(スマホ含む), +se_shutter_digital2,,,シャッター音 ×2回:デジカメ(スマホ含む), +se_shutter_digital_multi,,,連続シャッター音:デジカメ(スマホ含む), +se_coins,,,小銭の音 チャリン(お金払ったりとか渡したりとか), + diff --git a/datascn.tac/36A39BE576E1605C.csv b/datascn.tac/36A39BE576E1605C.csv new file mode 100644 index 0000000..6206a31 --- /dev/null +++ b/datascn.tac/36A39BE576E1605C.csv @@ -0,0 +1,2956 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@commonB_top,,,,,,,,,,,,,,,,,,,Common Part B +10500 ,@009_CB03,,,,,,,,,,,,,,,,,,, +10800 ,,,2,21,,,千恵,Chie,009_CB03_c_000.wav,,,,,,,,,,,Uncle! Good morning! +10900 ,,,,,,,,,,,,,,,,,,,,"While preparing to open the shop, I heard a cheerful and\ncute voice from outside." +11000 ,,,,,,,,,,,,,,,,,,,,"Peeking from inside the air-conditioned store, I saw Chie-\nchan energetically running towards me." +11100 ,,,,11,,,主人公,Kiyoshi,,,,,"chie,private",,0,,,,,Good morning. You came so early. +11200 ,,,,,,,千恵,Chie,009_CB03_c_001.wav,,,,chie,,1,,,,,"Yeah! Because if I don't work properly, I can't make it up\nto you, Uncle!" +11300 ,,,,,,,千恵,Chie,009_CB03_c_002.wav,,,,chie,,1,,,,,"Besides, working part-time at a shop I always visit sounds\nfun!" +11400 ,,,,,,,,,,,,,chie,,1,,,,,"Seeing her talk so happily, I felt a bit relieved." +11500 ,,,,,,,,,,,,,chie,,1,,,,,I was worried that Chie-chan might be too burdened by the\n'shoplifting compensation' and become mentally exhausted. +11600 ,,,,,,,,,,,,,chie,,1,,,,,"I like the usual energetic Chie-chan, so seeing her down\nwould be tough." +11800 ,,,,21,,,千恵,Chie,009_CB03_c_003.wav,,,,chie,,23,,,,,"Uncle, what should Chie-chan do?" +11900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,Well... how about cleaning before we open? +12000 ,,,,,,,千恵,Chie,009_CB03_c_004.wav,,,,chie,,0,,,,,"I help my mom with cleaning, you know." +12100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"That's great. Then, can I leave the cleaning to you?" +12200 ,,,,,,,千恵,Chie,009_CB03_c_005.wav,,,,chie,,1,,,,,Leave it to me! I'll make it sparkling clean! +12300 ,,,,,,,,,,,,,chie,,1,,,,,"When I handed her the broom, Chie-chan raised it high above\nher head, perhaps to show her enthusiasm." +12400 ,,,,,,,,,,,,,chie,,1,,,,,"...In doing so, the broom hit some products, scattering them\non the floor." +12500 ,,,,,,,千恵,Chie,009_CB03_c_006.wav,,,,chie,,24,,,,,Ah! U-Uncle... I'm sorry...! I'll pick them up right\naway―ouch! +12600 ,,,,,,,,,,,,,,,,,,,,"In her haste to pick up the snacks, Chie-chan accidentally\nbumped her head against the product shelf." +12700 ,,,,,,,千恵,Chie,009_CB03_c_007.wav,,,,,,,,,,,Ouch...!! +12800 ,,,,,,,主人公,Kiyoshi,,,,,"chieL,private",,34,,,,,"Chie-chan, are you okay!?" +12900 ,,,,,,,,,,,,,chieL,,34,,,,,"I rushed over to Chie-chan, forgetting all about the\nproducts." +13000 ,,,,,,,,,,,,,chieL,,34,,,,,"When I checked where she hit, it was a little red, but\nluckily there was no bump." +13100 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,34,,,,,W-What should I do!? Should I get some ice!? +13200 ,,,,,,,千恵,Chie,009_CB03_c_008.wav,,,,chieL,,13,,,,,"No, it's okay! This is nothing!" +13300 ,,,,,,,千恵,Chie,009_CB03_c_009.wav,,,,chieL,,13,,,,,"More importantly, we need to clean up quickly, right?" +13400 ,,,,,,,千恵,Chie,009_CB03_c_010.wav,,,,chieL,,20,,,,,"I'll handle this, so Uncle, you do your work." +13500 ,,,,,,,,,,,,,,,,,,,,"Hearing that, I finally removed my hand from Chie-chan's\nforehead." +13600 ,,,,,,,,,,,,,,,,,,,,I was too flustered to think earlier... but I managed to get\nclose to Chie-chan. +13700 ,,,,,,,,,,,,,,,,,,,,"As soon as I realized it, I got an erection. I wanted to\nrush to the bathroom and masturbate while the warmth\nlingered in my palm!" +13800 ,,,,,,,千恵,Chie,009_CB03_c_011.wav,,,,chie,,3,,,,,Uncle? What's wrong? +13900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"Huh!? N-No, it's nothing." +14000 ,,,,,,,,,,,,,chie,,3,,,,,I forced a smile and helped Chie-chan. +14100 ,,,,,,,千恵,Chie,009_CB03_c_012.wav,,,,chie,,5,,,,,It's fine! I'll clean up here! +14200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,"It'll be faster if we do it together. Besides, you're\nputting the products in the wrong box." +14300 ,,,,,,,千恵,Chie,009_CB03_c_013.wav,,,,chie,,24,,,,,"Oh, you're right!" +14400 ,,,,,,,,,,,,,chie,,24,,,,,"I crouched close to Chie-chan, almost touching, and\nexplained where to put the snacks and toys as we picked them\nup." +14500 ,,,,,,,,,,,,,chie,,24,,,,,"Chie-chan nodded seriously, her expression focused. The\nscent of shampoo and sweat tickled my nose every time she\nmoved her head." +14600 ,,,,,,,,,,,,,chie,,24,,,,,Ah... this scent is dangerous. It feels like my reason is\nabout to fly away...! +14800 ,,,5,,,,コマコ,Komako,009_CB03_k_000.wav,,,,,,,,,,,"Chie-chan, Uncle, are you here?" +14900 ,,,,,,,,,,,,,,,,,,,,The door slid open with a rattle. Standing in front of the\nstore was Komako-chan. Next to her was Tenka-chan. +15000 ,,,,,,,甜花,Tenka,009_CB03_t_000.wav,"komako,privateB",,0,,,,"tenka,privateB",,23,,"Wow, you really started a part-time job!" +15100 ,,,,,,,千恵,Chie,009_CB03_c_014.wav,komako,,0,"chie,private",,4,tenka,,23,,How did you know!? +15200 ,,,,,,,コマコ,Komako,009_CB03_k_001.wav,komako,,0,chie,,4,tenka,,23,,"I heard from Chie-chan's mom. When I went to your house, you\nweren't there." +15300 ,,,,,,,千恵,Chie,009_CB03_c_015.wav,komako,,0,chie,,23,tenka,,23,,"Oh, I see! Sorry, Komako-chan, Tenka-chan. Chie-chan is\nworking part-time at Uncle's candy store during summer\nvacation." +15400 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,23,tenka,,23,,"Good morning, you two. Sorry to interrupt your excitement,\nbut we're in the middle of preparing to open the store." +15500 ,,,,,,,甜花,Tenka,009_CB03_t_001.wav,komako,,0,chie,,23,tenka,,17,,"Yeah, you can't open the store like this." +15600 ,,,,,,,千恵,Chie,009_CB03_c_016.wav,komako,,0,chie,,5,tenka,,17,,"Th-This is, well, just a little mistake..." +15700 ,,,,,,,,,,komako,,0,chie,,5,tenka,,17,,Chie-chan hurriedly gathered the products. Tenka-chan sighed\nin exasperation. +15800 ,,,,,,,コマコ,Komako,009_CB03_k_002.wav,komako,,27,chie,,5,tenka,,17,,"Chie-chan, do your best." +15900 ,,,,,,,千恵,Chie,009_CB03_c_017.wav,komako,,27,chie,,21,tenka,,17,,"Yeah, I'll do my best! If I don't work hard, there's no\npoint in starting a part-time job!" +16000 ,,,,,,,,,,,,,,,,,,,,"Chie-chan carried armfuls of snacks and toys, returning them\nto their original places." +16100 ,,,,,,,,,,,,,,,,,,,,It's the best having a beautiful girl help out at the\nstore... What a feast for the eyes. +16200 ,,,,,,,,,,,,,,,,,,,,"...Just as I was thinking that, someone tugged at the hem of\nmy clothes." +16300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan? What's up? +16400 ,,,,,,,甜花,Tenka,009_CB03_t_002.wav,,,,,,,"tenkaL,privateB",,3,,"Hey, Uncle. Can't we work part-time too?" +16500 ,,,,,,,主人公,Kiyoshi,,,,,,,,"tenkaL,privateB",,3,,"Of course, it's okay... No, no, it's not okay. Definitely\nnot." +16600 ,,,,,,,,,,,,,,,,"tenkaL,privateB",,3,,I almost reflexively agreed to the sudden suggestion. +16700 ,,,,,,,,,,,,,,,,"tenkaL,privateB",,3,,I somehow managed to use my reason to refuse Tenka-chan's\nsweet proposal. +16800 ,,,,,,,甜花,Tenka,009_CB03_t_003.wav,,,,,,,"tenkaL,privateB",,30,,Why not? I want to work part-time and get some pocket money\ntoo! +16900 ,,,,,,,コマコ,Komako,009_CB03_k_003.wav,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,I want to work part-time with Chie-chan too. +17000 ,,,,,,,,,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,Komako-chan seems eager as well. The two of them look at me\nwith serious expressions. +17100 ,,,,,,,,,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,"I also feel like I'd like them to work if possible, but..." +17200 ,,,,,,,,,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,"But if three of them gather, it becomes difficult to manage\nvarious things." +17300 ,,,,,,,,,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,"Moreover, if it becomes a part-time job, I can't avoid\ntalking to their parents." +17400 ,,,,,,,,,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,"In Chie-chan's case, there's the pretext of 'repaying the\ncost of shoplifting,' so it's still okay." +17500 ,,,,,,,,,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,If I tell the parents that I'm hiring Komako- chan and\nTenka-chan for part-time work... they might think I'm a\nsuspicious candy store owner. +17600 ,,,,,,,主人公,Kiyoshi,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,"That's not how it works. Chie-chan asked earnestly to work\nand learn how to earn money, so I hired her for a part-time\njob." +17700 ,,,,,,,主人公,Kiyoshi,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,"You have to talk to your mom yourself, okay?" +17800 ,,,,,,,主人公,Kiyoshi,,"komakoL,privateB",,27,,,,"tenkaL,privateB",,30,,"Tenka-chan, have you thought about that?" +17900 ,,,,,,,甜花,Tenka,009_CB03_t_004.wav,,,,,,,tenka,,12,,Ah... I see. That's true... +18000 ,,,,,,,,,,,,,,,,tenka,,12,,Tenka-chan hesitated with her words. +18100 ,,,,,,,コマコ,Komako,009_CB03_k_004.wav,komako,,14,,,,tenka,,12,,"But if Chie-chan is working part-time, we can't play\ntogether." +18200 ,,,,,,,千恵,Chie,009_CB03_c_018.wav,komako,,14,chie,,25,tenka,,12,,"I'm sorry! Even though it's summer vacation, our playtime is\nreduced..." +18300 ,,,,,,,,,,komako,,14,chie,,25,tenka,,12,,Komako-chan looks sad. +18400 ,,,,,,,,,,komako,,14,chie,,25,tenka,,12,,"That's true. But still, not being able to play with friends\nduring summer vacation seems a bit off." +18500 ,,,,,,,主人公,Kiyoshi,,komako,,14,chie,,25,tenka,,12,,"It's not like you can't come to the store, you know? I'd be\nhappy if you come to buy snacks, and you can play during\nChie-chan's break time." +18600 ,,,,,,,コマコ,Komako,009_CB03_k_005.wav,komako,,20,chie,,25,tenka,,12,,Really? Then I'll come shopping all the time. +18700 ,,,,,,,甜花,Tenka,009_CB03_t_005.wav,komako,,20,chie,,25,tenka,,20,,Then maybe I'll do that too. I don't have any other plans. +18800 ,,,,,,,千恵,Chie,009_CB03_c_019.wav,komako,,20,chie,,1,tenka,,20,,"Eh, really!? Chie-chan is so happy!" +18900 ,,,,,,,,,,komako,,20,chie,,1,tenka,,20,,"It seems like the conversation was decided on its own, but\nlooking at the three of them, I can't say no." +19000 ,,,,,,,主人公,Kiyoshi,,komako,,20,chie,,1,tenka,,20,,"It's okay to play when there are no customers, but when the\nuncle asks you to work, make sure you do it properly." +19100 ,,,,,,,千恵,Chie,009_CB03_c_020.wav,komako,,20,chie,,21,tenka,,20,,"Okay! Thank you, uncle!" +19200 ,,,,,,,,,,,,,chie,,21,,,,,Chie-chan jumps up happily. She clings to my waist. +19300 ,,,,,,,,,,,,,chie,,21,,,,,The sudden happy event makes my heart feel like it's going\nto jump out. +19400 ,,,,,,,,,,,,,chie,,21,,,,,I pretended to be calm and patted Chie-chan's head. Her thin\nand soft hair tangled around my fingers...! +19500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,"S-so, Chie-chan. We have to open the store soon, so let's\nfinish cleaning quickly." +19600 ,,,,,,,千恵,Chie,009_CB03_c_021.wav,,,,chie,,0,,,,,Got it! I'll clean up quickly! +19700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"Komako-chan and Tenka-chan, you can relax over there." +19800 ,,,,,,,千恵,Chie,009_CB03_c_022.wav,,,,chie,,5,,,,,Don't eat the store's stuff without permission! +19900 ,,,,,,,甜花,Tenka,009_CB03_t_006.wav,,,,,,,tenka,,32,,? I wouldn't do that. +20000 ,,,,,,,,,,,,,,,,tenka,,32,,Komako-chan and Tenka-chan exchange puzzled looks. +20100 ,,,,,,,,,,,,,,,,tenka,,32,,"If you say things like that, you'll get caught shoplifting,\nyou know?" +20200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,32,,"Alright, let's open the store now." +20400 ,,,7,,,,千恵,Chie,009_CB03_c_023.wav,komako,,0,"chie,private",,1,tenka,,0,,Thank you very much! +20500 ,,,,,,,甜花,Tenka,009_CB03_t_007.wav,komako,,0,chie,,1,tenka,,29,,"It's so hot! Komako, close the door quickly." +20600 ,,,,,,,コマコ,Komako,009_CB03_k_006.wav,komako,,20,chie,,1,tenka,,29,,Okay. Here we go... +20700 ,,,,,,,,,,,,,,,,,,,,"After seeing off the grandma who came to buy daily\nnecessities, the three of them return inside the store." +20800 ,,,,,,,,,,,,,,,,,,,,"As expected of summer vacation, the strong summer sunlight\nis shining brightly." +20900 ,,,,,,,,,,,,,,,,,,,,"Even though I was only outside for a minute or two, a light\nsheen of sweat appeared on my pure, unblemished skin." +21000 ,,,,,,,,,,,,,,,,,,,,I take a deep breath to suppress the urge to lick off the\nhealthy sweat... to rub my penis against it and jerk off... +21100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I-It’s almost lunchtime. Everyone, go home and have your\nmeal." +21200 ,,,,,,,甜花,Tenka,009_CB03_t_008.wav,,,,,,,tenka,,34,,I'm already starving... +21300 ,,,,,,,コマコ,Komako,009_CB03_k_007.wav,komako,,0,,,,tenka,,34,,"Chie-chan, let's go." +21400 ,,,,,,,千恵,Chie,009_CB03_c_024.wav,,,,chie,,23,,,,,But... is it okay not to work during lunch? +21500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,"I’ll be taking a lunch break too. Come back after you eat.\nYour mom is waiting for you, right?" +21600 ,,,,,,,千恵,Chie,009_CB03_c_025.wav,,,,chie,,28,,,,,...Mom is at work... +21700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,28,,,,,Oh. +21800 ,,,,,,,,,,,,,chie,,28,,,,,I see... I had completely forgotten. +21900 ,,,,,,,千恵,Chie,009_CB03_c_026.wav,,,,chie,,0,,,,,But you know! Mom made me a bento. It's really delicious! +22000 ,,,,,,,,,,,,,chie,,0,,,,,Chie-chan suddenly smiles and starts boasting about her\nmom's bento. +22100 ,,,,,,,,,,,,,chie,,0,,,,,But she still looks a little lonely. +22200 ,,,,,,,,,,,,,chie,,0,,,,,I wonder if she always eats alone during long breaks like\nsummer or winter vacation. +22300 ,,,,,,,千恵,Chie,009_CB03_c_027.wav,,,,chie,,1,,,,,"Uncle, I'll eat quickly and come back!" +22400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"W-Wait! ...If you’d like, would you eat at my place?" +22500 ,,,,,,,千恵,Chie,009_CB03_c_028.wav,,,,chie,,4,,,,,Here? Is that okay!? +22600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,"Yeah. ...Most of the time, lunch at my place is just somen\nnoodles, but if that's okay, would you like to have lunch\nwith me from today?" +22700 ,,,,,,,千恵,Chie,009_CB03_c_029.wav,,,,chie,,1,,,,,Yay! I love somen noodles! +22800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Ah, but you should eat your bento too. Your mom went through\nthe trouble of making it." +22900 ,,,,,,,千恵,Chie,009_CB03_c_030.wav,,,,chie,,21,,,,,"Yeah, you're right. I'll go get it!" +23000 ,,,,,,,千恵,Chie,009_CB03_c_031.wav,,,,chie,,20,,,,,"Komako-chan and Tenka-chan, let's eat together! Is that\nokay, Uncle?" +23100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,"It's fine, but I think Komako-chan and Tenka-chan's moms\nmight have made lunch for them, right?" +23200 ,,,,,,,コマコ,Komako,009_CB03_k_008.wav,komako,,14,chie,,20,,,,,...Yeah. +23300 ,,,,,,,甜花,Tenka,009_CB03_t_009.wav,komako,,14,chie,,20,tenka,,20,,"Then, I'll ask my mom to make me a bento from tomorrow, so\ncan I eat lunch here?" +23400 ,,,,,,,コマコ,Komako,009_CB03_k_009.wav,komako,,4,chie,,20,tenka,,20,,I'll do the same! +23500 ,,,,,,,主人公,Kiyoshi,,komako,,4,chie,,20,tenka,,20,,"Of course, that's fine. But make sure to explain to your\nmoms that you're eating lunch with friends at the candy\nstore, okay?" +23600 ,,,,,,,甜花,Tenka,009_CB03_t_010.wav,komako,,4,chie,,20,tenka,,21,,"I will! Thanks, Uncle!" +23700 ,,,,,,,コマコ,Komako,009_CB03_k_010.wav,komako,,0,chie,,20,tenka,,21,,I'll ask my mom to make me a bento too. +23800 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,20,tenka,,21,,"Then, go have lunch at home today. Chie- chan, go get your\nbento. In the meantime, I'll prepare the somen noodles." +23900 ,,,,,,,千恵,Chie,009_CB03_c_032.wav,komako,,0,chie,,1,tenka,,21,,Okay! I'll hurry and get it. +24000 ,,,,,,,コマコ,Komako,009_CB03_k_011.wav,komako,,20,chie,,1,tenka,,21,,"Chie-chan, let's go together partway." +24100 ,,,,,,,甜花,Tenka,009_CB03_t_011.wav,,,,,,,tenka,,24,,Ah~! I'll go too! +24300 ,,,,,,,,,,,,,,,,,,,,The three of them dashed out of the store and ran with all\ntheir might. +24400 ,,,,,,,,,,,,,,,,,,,,I put up a 'On Break' sign at the storefront. +24500 ,,,,,,,,,,,,,,,,,,,,"Now, I guess I'll boil some somen noodles..." +24800 ,,,,31,,,,,,,,,,,,,,,,"After that, I ate somen with Chie-chan, who returned out of\nbreath." +24900 ,,,,,,,,,,,,,,,,,,,,"During lunch, Chie-chan proudly showed me the bento her mom\nmade." +25000 ,,,,,,,,,,,,,,,,,,,,"I got a little taste, and it was as delicious as she\nboasted―homemade and really tasty." +25100 ,,,,,,,千恵,Chie,009_CB03_c_033.wav,chie,,21,,,,,,,,Ah~! I'm so full! Thank you for the meal! +25200 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Thank you for the meal. Chie-chan, you ate a lot." +25300 ,,,,,,,,,,,,,,,,,,,,I took the dishes and chopsticks Chie-chan used to the\nkitchen. +25400 ,,,,,,,,,,,,,,,,,,,,I'm really glad I hired Chie-chan as a part- timer. +25500 ,,,,,,,,,,,,,,,,,,,,I sipped a bit of the leftover noodle broth and let it roll\naround in my mouth. +25600 ,,,,,,,,,,,,,,,,,,,,I'm really glad I opened this candy store...! +25700 ,,,,,,,,,,,,,,,,,,,,"Starting tomorrow, I might be able to get Komako-chan and\nTenka-chan's help too." +26100 ,,,,,,,甜花@コマコ,Tenka & Komako,009_CB03_t_012.wav@009_CB03_k_012.wav,,,,,,,,,,,Hello +26200 ,,,,,,,,,,,,,,,,,,,,"I wanted to savor the happiness a bit longer, but I quickly\nreturned to the room and invited Tenka-chan and Komako-chan\nin." +26300 ,,,,41,,,主人公,Kiyoshi,,,,,,,,,,,,You two can come in. +26400 ,,,,,,,千恵,Chie,009_CB03_c_034.wav,komako,,0,chie,,17,tenka,,0,,"Mmm... fuaaah~... welcome, everyone." +26500 ,,,,,,,,,,komako,,0,chie,,17,tenka,,0,,What a big yawn! I could see right inside her mouth! +26600 ,,,,,,,コマコ,Komako,009_CB03_k_013.wav,komako,,21,chie,,17,tenka,,0,,"Chie-chan, that was a big yawn." +26700 ,,,,,,,千恵,Chie,009_CB03_c_035.wav,komako,,21,chie,,17,tenka,,0,,"I'm so full, Chie-chan is getting sleepy..." +26800 ,,,,,,,千恵,Chie,009_CB03_c_036.wav,komako,,21,chie,,14,tenka,,0,,"But, ...I have work..." +26900 ,,,,,,,,,,komako,,21,chie,,14,tenka,,0,,"Chie-chan was already nodding off, starting to doze." +27000 ,,,,,,,甜花,Tenka,009_CB03_t_013.wav,komako,,21,chie,,14,tenka,,37,,Chii is really like a child. Can you really work like that? +27100 ,,,,,,,千恵,Chie,009_CB03_c_037.wav,komako,,21,chie,,17,tenka,,37,,Chie-chan will do her best. +27200 ,,,,,,,,,,,,,,,,,,,,"Contrary to her words, I saw drool dripping from Chie-chan's\nmouth." +27300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"If you're sleepy, you should take a nap instead of forcing\nyourself." +27400 ,,,,,,,千恵,Chie,009_CB03_c_038.wav,,,,chie,,14,,,,,"Ehh... but, work..." +27500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,14,,,,,"If you push yourself too hard on the first day, you'll get\ntired. Taking proper breaks is part of the job too." +27600 ,,,,,,,千恵,Chie,009_CB03_c_039.wav,,,,chie,,17,,,,,If that's the case... goodnight! +27700 ,,,,,,,千恵,Chie,009_CB03_c_040.wav,,,,,,,,,,,Snooze... snooze... +27800 ,,,,,,,,,,,,,,,,,,,,"As expected of Chie-chan. Once she decides, she acts\nquickly." +27900 ,,,,,,,,,,,,,,,,,,,,She lay down with a thud and fell asleep in no time. +28000 ,,,,,,,甜花,Tenka,009_CB03_t_014.wav,,,,,,,tenka,,37,,"Ah, geez, I rushed here for nothing." +28100 ,,,,,,,コマコ,Komako,009_CB03_k_014.wav,komako,,26,,,,tenka,,37,,I-I'll sleep too... next to Chie-chan. +28200 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,tenka,,37,,"Y-Yeah. Why don't you two take a nap too? At your age,\nsleeping is also an important part of learning." +28300 ,,,,,,,甜花,Tenka,009_CB03_t_015.wav,komako,,26,,,,tenka,,1,,"Then, I'll sleep over here." +28400 ,,,,,,,,,,,,,,,,,,,,Komako-chan and Tenka-chan lay down on either side of Chie-\nchan. +28500 ,,,,,,,,,,,,,,,,,,,,They closed their eyes and soon fell asleep as well. +28700 ,,,15,,4130000,,,,,,,,,,,,,,, +28800 ,*mem,,,,4130000,,,,,,,,,,,,,,, +28900 ,,,15,,4130000,,コマコ,Komako,009_CB03_k_015.wav,,,,komako,,0,,,,,Zzz... zzz... +29000 ,,,,,4130000,,甜花,Tenka,009_CB03_t_016.wav,,,,tenka,,0,,,,,Mmm... +29100 ,,,,,4130000,,,,,,,,,,,,,,,Three beautiful girls... sleeping in my room... The scene I\ndreamed of has become reality...! +29200 ,,,,,4130000,,,,,,,,,,,,,,,"After confirming they were all deeply asleep, I took out my\nsmartphone." +29300 ,,,,,4130000,,,,,,,,,,,,,,,I activated the silent camera app I had downloaded just for\nthis and took pictures of their sleeping faces one by one. +29400 ,,,,,4130000,,,,,,,,,,,,,,,"Amazing...! Just looking at their sleeping faces, I don't\nknow how many times I could get off...!" +29500 ,,,,,4130000,,千恵,Chie,009_CB03_c_041.wav,,,,chie,,0,,,,,Mmm...! +29600 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,Eek...! +29700 ,,,,,4130000,,千恵,Chie,009_CB03_c_042.wav,,,,chie,,0,,,,,"...snooze, snooze" +29800 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,W-Whoa...!! She just turned over... +29900 ,,,,,4130000,,,,,,,,,,,,,,,"I almost panicked, thinking Chie-chan had woken up." +30000 ,,,,,4130000,,,,,,,,,,,,,,,Chie-chan shifted her position slightly. My eyes were drawn\nto her lower body. +30100 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,O-Oh...! +30200 ,,,,,4130000,,,,,,,,,,,,,,,Her skirt... is disheveled...! +30300 ,,,,,4130000,,,,,,,,,,,,,,,"If I adjust it just a little more, I might be able to see\nher panties." +30400 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,This might be a once-in-a-lifetime opportunity... +30500 ,,,,,4130000,,,,,,,,,,,,,,,"I looked at Tenka-chan and Komako-chan. Unlike Chie-chan,\nthey were wearing shorts." +30600 ,,,,,4130000,,,,,,,,,,,,,,,"Since all of them had short hems, their thighs were fully\nexposed. I felt an urge to bury my face in their smooth,\nsoft skin." +30700 ,,,,,4130000,,,,,,,,,,,,,,,"I somehow suppressed my instincts with reason and took\npictures of their thighs. From above, from the side, I saved\nthe angelic bodies from various angles as data." +30800 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,Ah... I can't take it anymore...! +30900 ,,,,,4130000,,,,,,,,,,,,,,,"As I continued taking pictures, my desires gradually began\nto surpass my reason." +31000 ,,,,,4130000,,,,,,,,,,,,,,,I can't suppress the urge to see their panties... +31100 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone's asleep, so if it's just a little peek... just a\nglance..." +31200 ,,,,,4130000,,,,,,,,,,,,,,,"Surely they won't notice, surely they won't notice... In\nfact, wouldn't it be rude not to make a move here?" +31300 ,,,,,4130000,,,,,,,,,,,,,,,The situation is perfect. All that's left is for me to take\naction. +31400 ,,,,,4130000,,,,,,,,,,,,,,,"With just a little courage, I can peek into paradise..." +31500 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,...Gulp +31600 ,,,,,4130000,,,,,,,,,,,,,,,"Now, whose panties should I look at...?" +31700 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Chii-chan,sel_1a",,,,,,,,,,,,,,,,,,,■@ Chie +↓,"$menu_item 1,Komako-chan,sel_1b",,,,,,,,,,,,,,,,,,,■A Komako +↓,"$menu_item 2,Tenka-chan,sel_1c",,,,,,,,,,,,,,,,,,,■B Tenka +↓,"$menu_item 3,Everyone,sel_1d",,,,,,,,,,,,,,,,,,,■C Everyone +↓,$menu_end,,,,,,,,,,,,,,,,,,, +31800 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Chie +31900 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +32100 ,,,,,1160000,,,,,,,,,,,,,,,"Of course, it has to be Chie-chan, the easiest to undress." +32200 ,,,,,1160000,,,,,,,,,,,,,,,"Wearing a skirt is basically saying, 'Look at my panties.' I\nhave to respond to that desire." +32300 ,,,,,1160000,,主人公,Kiyoshi,,,,,,,,,,,,"Wait for me, Chie-chan... I'll look right now..." +32400 ,,,,,1160000,,,,,,,,,,,,,,,"Just a single piece of fabric. Even though it's just a\nsimple lift, my heart is pounding. My hands were trembling." +32500 ,,,,,1160000,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa...! +32600 ,,,,,1160000,,,,,,,,,,,,,,,"Trying to calm my ragged breathing, I gently touch Chie-\nchan's skirt with my fingertips." +32700 ,,,,,1160000,,,,,,,,,,,,,,,The pleated skirt has a soft texture and is very light. +32800 ,,,,,1160000,,,,,,,,,,,,,,,"Pinching it with my thumb and index finger, I slowly... lift\nit without causing any stimulation." +32900 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, oh, ohhh...!!" +33000 ,,,,,1160010,,,,,,,,,,,,,,,"Little by little, Chie-chan's cute panties are revealed." +33100 ,,,,,1160010,,,,,,,,,,,,,,,"With a bold move, I flip it up all at once, and the sacred\nfabric hidden by the skirt is fully exposed." +33200 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,Th-this is...! +33300 ,,,,,1160010,,,,,,,,,,,,,,,"I can clearly see the shape of her plump mound. Ah, the\nmystery of the female body...!" +33400 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,Ah! P-picture... camera...!! +33500 ,,,,,1160010,,,,,,,,,,,,,,,"Holding up the skirt, I aimed my smartphone. However, my\nhands were shaking, and I couldn't focus." +33600 ,,,,,1160010,,,,,,,,,,,,,,,"Gently lowering the skirt, I steadied my smartphone with\nboth hands. Then, I captured the miraculous shot." +33700 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,G-God...! +33800 ,,,,,1160010,,,,,,,,,,,,,,,There was a sense of accomplishment that couldn't be felt\njust by looking at panty shots online. +33900 ,,,,,1160010,,,,,,,,,,,,,,,"I stared at the photo I had just taken, as if I could burn a\nhole through it." +34000 ,,,,,1160010,,,,,,,,,,,,,,,"This wasn't something that happened in a distant, separate\nworld... It's happening right now, in reality, right in\nfront of me... and I've recorded it!" +34100 ,,,,,1160010,,千恵,Chie,009_CB03_c_043.wav,,,,chie,,0,,,,,"Mmm, hmm... uncle..." +34200 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,W-w-w-w-what is it?! +34300 ,,,,,1160010,,千恵,Chie,009_CB03_c_044.wav,,,,chie,,0,,,,,Snoo... snoo... +34400 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,...Sleep talking? +34500 ,,,,,1160010,,,,,,,,,,,,,,,A cold sweat broke out on my back. The tension was so high\nthat my teeth were chattering. +34600 ,,,,,1160010,,,,,,,,,,,,,,,"Waving my hand in front of Chie-chan to confirm she was\nreally asleep, I took a few more photos." +34700 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,I guess this is enough... +34800 ,,,,,4130000,,,,,,,,,,,,,,,"After letting out a sigh, I looked alternately at Komako-\nchan and Tenka-chan." +34900 ,,,,,4130000,,,,,,,,,,,,,,,"...After all, since they're all friends, it would be unfair\nnot to include them." +35000 ,,,,,4130000,,,,,,,,,,,,,,,"Yeah, yeah... It's not fair for only Chie- chan to show her\npanties." +35100 ,,,,,4130000,,,,,,,,,,,,,,,I approached Komako-chan and Tenka-chan and began\nunbuttoning their shorts one by one. +35200 ,$go join_1,,,,,,,,,,,,,,,,,,, +35300 ,*sel_1b,,,,,,,,,,,,,,,,,,,■AKomako +35400 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +35600 ,,,,,2150000,,,,,,,,,,,,,,,"It should be Komako-chan. After all, the chance to undress a\nhalf-Japanese girl's shorts might never come again." +35700 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,Excuse me... +35800 ,,,,,2150000,,,,,,,,,,,,,,,I slowly reached out and first checked the texture of the\nshorts. +35900 ,,,,,2150000,,,,,,,,,,,,,,,Komako-chan's warmth is transmitted to my palm...! +36000 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,...This is no time to be doing something like this. +36100 ,,,,,2150000,,,,,,,,,,,,,,,"Suppressing the urge to stroke her more with my willpower, I\nreached for the button on her shorts." +36200 ,,,,,2150000,,,,,,,,,,,,,,,"This is the first hurdle... If I fumble, Komako-chan might\nwake up." +36300 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,Hmm...? It's a bit tight... +36400 ,,,,,2150000,,,,,,,,,,,,,,,"It must be a perfect fit, as pulling from both sides doesn't\ncreate much slack." +36500 ,,,,,2150000,,,,,,,,,,,,,,,"I try to push the button through the buttonhole, but perhaps\ndue to my nervousness, it doesn't go well." +36600 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,Calm down... calm down...! +36700 ,,,,,2150000,,,,,,,,,,,,,,,"My hands tremble even more from the anxiety. Thinking this\nwon't do, I let go for a moment." +36800 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,Phew... +36900 ,,,,,2150000,,,,,,,,,,,,,,,I shake my hands and exhale. +37000 ,,,,,2150000,,,,,,,,,,,,,,,I didn't expect to be this nervous. The excessive stress\nmakes me feel a bit sick. +37100 ,,,,,2150000,,,,,,,,,,,,,,,But I can't stop. Because there's a beautiful girl sleeping\nright there. +37200 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,One more time... +37300 ,,,,,2150000,,,,,,,,,,,,,,,"In my mind, I imagine a scene where Komako- chan is inviting\nme." +37400 ,,,,,2150000,,,,,,,,,,,,,,,"Hurry and undress me... please... Okay, I got it, Komako-\nchan..." +37500 ,,,,,2150000,,,,,,,,,,,,,,,"With a sense of mission, my trembling hands stopped as if it\nwas a lie." +37600 ,,,,,2150000,,,,,,,,,,,,,,,The button smoothly went through the buttonhole and slipped\nout. +37700 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,"Now, let's unveil~" +37800 ,,,,,2150010,,,,,,,,,,,,,,,"As I unzip, Komako-chan's panties appear before my eyes. The\nsight is so divine that I almost shed tears and something\nelse." +37900 ,,,,,2150010,,,,,,,,,,,,,,,But I can't be satisfied here. This is the second hurdle. +38000 ,,,,,2150010,,,,,,,,,,,,,,,I pinch the hem of the shorts and gently slide them down. +38100 ,,,,,2150010,,,,,,,,,,,,,,,"This requires delicate work. If I pull too hard, Komako-chan\nwill wake up." +38200 ,,,,,2150010,,主人公,Kiyoshi,,,,,,,,,,,,...!! +38300 ,,,,,4130000,,,,,,,,,,,,,,,"After struggling for a few minutes while biting my lip,\nKomako-chan's panties are almost fully visible." +38400 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,"Ha, harasho...!" +38500 ,,,,,4130000,,,,,,,,,,,,,,,"I made a small fist pump. Along with a sense of\naccomplishment, I even feel a strange sense of omnipotence." +38600 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,"Now that I've come this far, I have to undress Chie-chan and\nTenka-chan too..." +38700 ,,,,,4130000,,,,,,,,,,,,,,,"They're all friends, so it's unfair if only Komako-chan has\nher panties exposed." +38800 ,,,,,4130000,,,,,,,,,,,,,,,I approached Chie-chan and Tenka-chan and exposed their\npanties in turn. +38900 ,$go join_1,,,,,,,,,,,,,,,,,,, +39000 ,*sel_1c,,,,,,,,,,,,,,,,,,,■BTenka +39100 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +39300 ,,,,,3140000,,,,,,,,,,,,,,,Should I go with Tenka-chan...? I'm curious about what kind\nof stylish panties the girl from the city is wearing. +39400 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,What kind of panties does a future idol prefer? +39500 ,,,,,3140000,,,,,,,,,,,,,,,There's another reason I chose Tenka-chan. Her shorts always\nhave the button undone. +39600 ,,,,,3140000,,,,,,,,,,,,,,,It's probably a fashion statement not to button them. I\nthink it's cute too. +39700 ,,,,,3140000,,,,,,,,,,,,,,,"But because the button is undone, every time I look at her\nshorts, I get aroused." +39800 ,,,,,3140000,,,,,,,,,,,,,,,I have to release all this pent-up arousal here. Surely this\nopportunity was made for that purpose. +39900 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... I'm going to open it now... +40000 ,,,,,3140000,,,,,,,,,,,,,,,I pinch the zipper and slowly apply force... huh? +40100 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,It won't move at all? +40200 ,,,,,3140000,,,,,,,,,,,,,,,"I try pulling it firmly, but it still won't move. This\nzipper seems to be a bit stiff." +40300 ,,,,,3140000,,,,,,,,,,,,,,,"However, I can't pull too hard. It would be a problem if\nTenka-chan woke up halfway through." +40400 ,,,,,3140000,,,,,,,,,,,,,,,I pinch the waist part with one hand and give it a quick\ntug. But it doesn't move. +40500 ,,,,,3140000,,甜花,Tenka,009_CB03_t_017.wav,,,,tenka,,0,,,,,―Achoo! +40600 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,Eek!? +40700 ,,,,,3140000,,,,,,,,,,,,,,,"Startled by the sudden sneeze, my heart almost jumped out of\nmy mouth." +40800 ,,,,,3140000,,,,,,,,,,,,,,,"I quickly let go and distance myself from Tenka-chan. If she\nwas conscious just now, how would I even explain this...!" +40900 ,,,,,3140000,,甜花,Tenka,009_CB03_t_018.wav,,,,tenka,,0,,,,,Mmm... nngh... zzz... zzz... +41000 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,...Is she asleep? +41100 ,,,,,3140000,,,,,,,,,,,,,,,It seems she just sneezed. I let out a deep sigh and look\nfor the air conditioner remote. +41200 ,,,,,3140000,,,,,,,,,,,,,,,Only Tenka-chan's belly button is exposed. It must be cold\nwith the air conditioner on... +41300 ,,,,,3140000,,,,,,,,,,,,,,,"I lower the air conditioning and approach Tenka-chan again.\nIf she's still asleep, I'll continue." +41400 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? It's moving... +41500 ,,,,,3140000,,,,,,,,,,,,,,,"When I pinch the zipper, it slides smoothly. Did it loosen\nfrom the sneeze?" +41600 ,,,,,3140010,,,,,,,,,,,,,,,"In any case, this is lucky. I quickly lower the zipper and\ntake a look at her panties." +41700 ,,,,,3140010,,主人公,Kiyoshi,,,,,,,,,,,,W-what a cute pair... +41800 ,,,,,3140010,,,,,,,,,,,,,,,"As expected of Tenka-chan. Choosing such cute panties, she's\na fashion expert." +41900 ,,,,,3140010,,,,,,,,,,,,,,,"I really want to shift the shorts and check the crack, but\nthe sneeze is stuck in my mind, and I don't have the courage\nto go that far." +42000 ,,,,,4130000,,,,,,,,,,,,,,,"I'll have to relieve this frustration with Chie-chan and\nKomako-chan... No, since they're friends, it would be unfair\nnot to let them show their panties too." +42100 ,,,,,4130000,,,,,,,,,,,,,,,"Driven by righteous indignation, I made sure the remaining\ntwo also had their panties visible equally." +42200 ,$go join_1,,,,,,,,,,,,,,,,,,, +42300 ,*sel_1d,,,,,,,,,,,,,,,,,,,■CEveryone +42400 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +42500 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +42600 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +42800 ,,,,,4130000,,,,,,,,,,,,,,,I can't choose just one... I can't do it. +42900 ,,,,,4130000,,,,,,,,,,,,,,,"Chie-chan, Komako-chan, and Tenka-chan, they're all friends.\nIt wouldn't be fair if they weren't together." +43000 ,,,,,4130000,,,,,,,,,,,,,,,"...So, I decided to admire all three of their panties." +43100 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,Who should I start with... +43200 ,,,,,4130000,,,,,,,,,,,,,,,I check each of their outfits in order. Komako-chan and\nTenka-chan are in shorts. Chie-chan is wearing a skirt... +43400 ,,,,,1160000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll start with Chie-chan." +43500 ,,,,,1160000,,,,,,,,,,,,,,,"Suppressing my racing heart, I approach Chie- chan. When\ndoing something for the first time, the lower the\ndifficulty, the better." +43600 ,,,,,1160000,,,,,,,,,,,,,,,"Among the three, Chie-chan is undoubtedly the easiest to see\npanties from. All I have to do is lift her skirt." +43700 ,,,,,1160000,,主人公,Kiyoshi,,,,,,,,,,,,Chie-chan's panties... Chie-chan's panties... +43800 ,,,,,1160010,,,,,,,,,,,,,,,"As I pinch the hem of her skirt, what I desired appeared\neasily before my eyes." +43900 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ah... ahhh...!!" +44000 ,,,,,1160010,,,,,,,,,,,,,,,"With her legs spread wide open, I can clearly see the mound\nof her pubic area, and the crack of her crotch and butt." +44100 ,,,,,1160010,,,,,,,,,,,,,,,I want to jerk off and cover her...! I want to express my\nutmost affection...! +44200 ,,,,,1160010,,,,,,,,,,,,,,,"Caught up in immediate lust, I put my hand in my pants and\ntouched my penis." +44300 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,"...No, wait. I can't give in..." +44400 ,,,,,1160010,,,,,,,,,,,,,,,"However, I came to my senses and shook off the lust with a\nsteely will." +44500 ,,,,,1160010,,,,,,,,,,,,,,,"So far, only Chie-chan is showing her panties. I need to get\nKomako-chan and Tenka- chan in the same situation quickly." +44700 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,"Then, next is... Tenka-chan." +44800 ,,,,,3140000,,,,,,,,,,,,,,,"The next target is Tenka-chan. Since the button on her\nshorts is undone, I should be able to easily take them off." +44900 ,,,,,3140000,,,,,,,,,,,,,,,"I pinched the waist and zipper of the shorts and slowly\npulled them down, trying not to make a sound." +45000 ,,,,,3140010,,主人公,Kiyoshi,,,,,,,,,,,,Ribbons... so cute... +45100 ,,,,,3140010,,,,,,,,,,,,,,,"I confirmed that Tenka-chan was wearing small, cute panties\nwith a ribbon that suited her perfectly." +45200 ,,,,,3140010,,主人公,Kiyoshi,,,,,,,,,,,,I-I want to see more...! +45300 ,,,,,3140010,,,,,,,,,,,,,,,Just opening the front part doesn't let me see everything. I\nput my hand on the hem to pull down the shorts. +45400 ,,,,,3140010,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? Is this... impossible? +45500 ,,,,,3140010,,,,,,,,,,,,,,,"I tried pulling, but it didn't seem like they would come\ndown at all. Shorts are indeed high difficulty." +45600 ,,,,,3140010,,,,,,,,,,,,,,,"If I shook her body any more, Tenka-chan might wake up, so I\nreluctantly gave up." +45800 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright... then, lastly, it's Komako-chan's turn." +45900 ,,,,,2150000,,,,,,,,,,,,,,,"Komako-chan... like Tenka-chan, she's wearing shorts, but\nhers are buttoned up tightly. The difficulty is at its peak." +46000 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,"But, with my current self... I can do it!" +46100 ,,,,,2150000,,,,,,,,,,,,,,,"Having succeeded with Chie-chan and Tenka- chan, I should be\nable to succeed with Komako-chan too with this momentum." +46200 ,,,,,2150000,,,,,,,,,,,,,,,"Perhaps the confidence overflowing in my heart led to the\nresult, as the button I thought was a challenge came undone\nsmoothly." +46300 ,,,,,2150000,,,,,,,,,,,,,,,I lowered the zipper... huh? It doesn't go down much... I\ncan't see much of the panties like this. +46400 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,...It can't be helped. +46500 ,,,,,2150000,,,,,,,,,,,,,,,"Even if it involves some risk, I need to shift Komako-chan's\nshorts." +46600 ,,,,,2150000,,,,,,,,,,,,,,,I held the waist from both sides and slightly lifted Komako-\nchan's hips. +46700 ,,,,,2150010,,,,,,,,,,,,,,,"Whether it worked or not, unlike with Tenka- chan, the\nshorts slid off smoothly." +46800 ,,,,,2150010,,主人公,Kiyoshi,,,,,,,,,,,,I did it... I pulled it off...! +46900 ,,,,,2150010,,,,,,,,,,,,,,,"With this, I succeeded in exposing everyone's panties. I\nfelt like a hero who had won a battle." +47000 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +47200 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,How cute they are... Is it okay to be this happy...? +47300 ,,,,,4130010,,,,,,,,,,,,,,,In front of me are three beautiful girls sleeping in my\nroom. And all of them are showing their panties. +47400 ,,,,,4130010,,,,,,,,,,,,,,,"I held up my smartphone and wandered around them, taking\npictures from various angles." +47500 ,,,,,4130010,,,,,,,,,,,,,,,Just this alone could provide material for days... hundreds\nof times. Just imagining it makes my dick ache. +47600 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,So cute...! So cute...! +47700 ,,,,,4130010,,,,,,,,,,,,,,,I couldn't keep my emotions inside anymore. Words of praise\nslipped out of my mouth on their own. +47800 ,,,,,4130010,,,,,,,,,,,,,,,May this moment last forever... +47900 ,,,,,4130010,,千恵,Chie,009_CB03_c_045.wav,,,,,,,,,,,Mmm... +48000 ,,,,,4130010,,コマコ,Komako,009_CB03_k_016.wav,,,,,,,,,,,Suu... suu... +48100 ,,,,,4130010,,甜花,Tenka,009_CB03_t_019.wav,,,,,,,,,,,"Kuu... nn, nn..." +48200 ,,,,,4130010,,,,,,,,,,,,,,,"From a little distance, I gazed at the sleeping faces of the\nangelic beautiful girls." +48300 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,...Let's call it a day for now. +48400 ,,,,,4130010,,,,,,,,,,,,,,,Girls' panties... it's not an exaggeration to say they are a\nsanctuary for men. +48500 ,,,,,4130010,,,,,,,,,,,,,,,"Today, in this short time, I was able to touch the\nsanctuaries of three girls. Any more and I might be\npunished." +48600 ,,,,,4130010,,,,,,,,,,,,,,,"Besides, if I don't put everything back before they wake up,\nthere might be a fuss about why their clothes are\ndisheveled." +48700 ,,,,,4130010,,,,,,,,,,,,,,,"If my bad reputation spreads here, my time with the girls\nwill decrease. I must avoid that at all costs..." +48800 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Ah... let's definitely meet again someday... +48900 ,,,,,4130000,,,,,,,,,,,,,,,"After saying goodbye to their panties, I carefully adjusted\ntheir clothes so as not to wake them." +49000 ,$event_return,,,,,,,,,,,,,,,,,,, +49100 ,,,0,41,,,,,,,,,,,,,,,, +49300 ,@010_CB04,,,,,,,,,,,,,,,,,,, +49600 ,,,7,21,,,千恵,Chie,010_CB04_c_000.wav,,,,"chie,private",,20,,,,,"―Mmm, I slept well! Good morning, mister!" +49700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,"Good morning, Chii-chan. Did you sleep well?" +49800 ,,,,,,,千恵,Chie,010_CB04_c_001.wav,,,,chie,,4,,,,,"Yeah! I'm full of energy now―oh, I have to work!" +49900 ,,,,,,,甜花,Tenka,010_CB04_t_000.wav,,,,,,,"tenka,privateB",,9,,"Geez... Chii, you're so noisy..." +50000 ,,,,,,,コマコ,Komako,010_CB04_k_000.wav,"komako,privateB",,34,,,,tenka,,9,,Why are you making such a fuss... is something wrong? +50100 ,,,,,,,,,,komako,,34,,,,tenka,,9,,It seems everyone woke up to the sound of Chii-chan bustling\naround getting ready for work. +50200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"We haven't had any customers since noon, so there's no need\nto rush." +50300 ,,,,,,,千恵,Chie,010_CB04_c_002.wav,,,,chie,,9,,,,,"No, I decided to work, so I have to do it properly!" +50400 ,,,,,,,千恵,Chie,010_CB04_c_003.wav,,,,chie,,9,,,,,"Hey mister, Chii-chan, what should I do?" +50500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,9,,,,,Let's see... how about you clean around the shop? +50600 ,,,,,,,千恵,Chie,010_CB04_c_004.wav,,,,chie,,21,,,,,Got it! I'm on it! +50700 ,,,,,,,コマコ,Komako,010_CB04_k_001.wav,komako,,3,,,,,,,,"Wait, I'll go too." +50800 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"Komako-chan, you're not working, so you can take it easy." +50900 ,,,,,,,コマコ,Komako,010_CB04_k_002.wav,komako,,27,,,,,,,,"I want to go, so I'm going. I'll help Chii- chan." +51000 ,,,,,,,甜花,Tenka,010_CB04_t_001.wav,komako,,27,,,,tenka,,0,,Then I'll go too! There's nothing to do here anyway... +51100 ,,,,,,,千恵,Chie,010_CB04_c_005.wav,komako,,27,chie,,1,tenka,,0,,Everyone's helping!? Thank you! +51200 ,,,,,,,甜花,Tenka,010_CB04_t_002.wav,komako,,27,chie,,1,tenka,,1,,"Since there are three of us, let's divide the roles. One for\nsweeping, one for the dustpan, and one for the trash bags." +51300 ,,,,,,,千恵,Chie,010_CB04_c_006.wav,komako,,27,chie,,20,tenka,,1,,Sounds good! How should we decide? +51400 ,,,,,,,コマコ,Komako,010_CB04_k_003.wav,komako,,0,chie,,20,tenka,,1,,Rock-paper-scissors. +51500 ,,,,,,,千恵,Chie,010_CB04_c_007.wav,,,,chie,,1,,,,,Okay! Here we go! ...Rock-paper-scissors― +51900 ,,,,,,,千恵@コマコ@甜花,Three People,010_CB04_c_008.wav@010_CB04_k_004.wav@010_CB04_t_003.wav,komako,,23,chie,,1,tenka,,1,,Pon! +52000 ,,,,,,,千恵,Chie,010_CB04_c_008a.wav,komako,,23,chie,,4,tenka,,1,,...Huh? Chii-chan lost all by herself!? +52100 ,,,,,,,甜花,Tenka,010_CB04_t_004.wav,komako,,23,chie,,4,tenka,,21,,"Too bad! Komako, which role do you want? You can choose\nfirst." +52200 ,,,,,,,コマコ,Komako,010_CB04_k_005.wav,komako,,0,chie,,4,tenka,,21,,...I want to be in charge of the dustpan. +52300 ,,,,,,,甜花,Tenka,010_CB04_t_005.wav,komako,,0,chie,,4,tenka,,0,,"I want to be in charge of the broom. ...So, Chii, you're in\ncharge of the trash bags." +52400 ,,,,,,,千恵,Chie,010_CB04_c_009.wav,komako,,0,chie,,25,tenka,,0,,What!? Chii-chan wanted to be in charge of the broom or\ndustpan too! +52500 ,,,,,,,甜花,Tenka,010_CB04_t_006.wav,komako,,0,chie,,25,tenka,,38,,"You lost at rock-paper-scissors, so no hard feelings!" +52600 ,,,,,,,コマコ,Komako,010_CB04_k_006.wav,komako,,26,chie,,25,tenka,,38,,...Chii-chan. Should I switch with you? +52700 ,,,,,,,千恵,Chie,010_CB04_c_010.wav,komako,,26,chie,,4,tenka,,38,,Really!? +52800 ,,,,,,,甜花,Tenka,010_CB04_t_007.wav,komako,,26,chie,,4,tenka,,9,,No way! That would make the rock-paper- scissors pointless! +52900 ,,,,,,,千恵,Chie,010_CB04_c_011.wav,komako,,26,chie,,33,tenka,,9,,"Y-yeah, you're right... Thanks, Komako-chan. Chii-chan will\ndo the trash bags." +53000 ,,,,,,,,,,,,,,,,,,,,"Chattering excitedly, the three of them left the store." +53100 ,,,,,,,,,,,,,,,,,,,,Being able to see such innocent interactions up close... I\ncouldn't have imagined it a little while ago. +53200 ,,,,,,,,,,,,,,,,,,,,"There aren't many customers, but it gives me more time to\nhang out with the beautiful girls, so I'm satisfied." +53300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, I guess I'll do a bit of work too..." +53400 ,,,,,,,,,,,,,,,,,,,,I stood up slowly and looked around the store. It seems like\nnot many snacks have sold today. There's nothing in\nparticular that needs restocking. +53600 ,,,,,,,千恵,Chie,010_CB04_c_012.wav,,,,chie,,1,,,,,We're back! We cleaned up nicely! +53700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Good job. It was hot, wasn't it?" +53800 ,,,,,,,甜花,Tenka,010_CB04_t_008.wav,,,,,,,tenka,,12,,It was super hot! It didn't have to get this hot! +53900 ,,,,,,,,,,,,,,,,,,,,"As for me, I welcome the heat. You can't see beautiful girls\nin light clothing during winter." +54000 ,,,,,,,千恵,Chie,010_CB04_c_013.wav,,,,chie,,0,,,,,"Uncle, what's the next job?" +54100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,Well... let's take a break until new customers come. +54200 ,,,,,,,千恵,Chie,010_CB04_c_014.wav,,,,chie,,5,,,,,"But we just took a break, didn't we?" +54300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,"Taking breaks is part of the job too, remember? Until\ncustomers come, you can all play together." +54400 ,,,,,,,,,,,,,,,,,,,,"Chie-chan looked a bit dissatisfied, but she was invited by\nKomako-chan and Tenka-chan to go play outside." +54500 ,,,,,,,,,,,,,,,,,,,,"From the cool interior of the store, I watched the beautiful\ngirls play under the summer sun." +54600 ,,,,,,,,,,,,,,,,,,,,"In the end, no customers came after lunch that day." +54800 ,,,6,,,,,,,,,,,,,,,,,"The sun was still high, but when I checked the clock, it was\nalready late." +54900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone, it's about time to go home. Chie- chan, your help\nis done. Good job." +55000 ,,,,,,,,,,,,,,,,,,,,Has it already gotten this late...? A feeling of loneliness\nfilled my chest. +55100 ,,,,,,,コマコ,Komako,010_CB04_k_007.wav,komako,,0,,,,,,,,"Chie-chan, let's go home." +55200 ,,,,,,,千恵,Chie,010_CB04_c_015.wav,,,,chie,,1,,,,,"Yeah! Uncle, thank you for today!" +55300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Ah, Chie-chan, wait a moment. There's still some cleaning up\nto do." +55400 ,,,,,,,コマコ,Komako,010_CB04_k_008.wav,komako,,20,,,,,,,,"We'll help too. That way it'll finish faster, right?" +55500 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,,,,,"I really appreciate the thought, but that's not allowed. You\nneed to get home before it gets dark, or your family will\nworry." +55600 ,,,,,,,,,,komako,,29,,,,,,,,"Komako-chan looked dissatisfied. Since she offered to help,\nmaybe I shouldn't refuse too much?" +55700 ,,,,,,,主人公,Kiyoshi,,komako,,29,,,,,,,,"Besides, it's Chie-chan's first job today. I want her to do\nas much as she can on her own." +55800 ,,,,,,,コマコ,Komako,010_CB04_k_009.wav,komako,,9,,,,,,,,...If that's the case. +55900 ,,,,,,,,,,komako,,9,,,,,,,,She nodded reluctantly. +56000 ,,,,,,,甜花,Tenka,010_CB04_t_009.wav,komako,,9,,,,tenka,,0,,"Komako, let's go home. Chii is working part- time, so don't\npush her too much." +56100 ,,,,,,,コマコ,Komako,010_CB04_k_010.wav,komako,,34,,,,tenka,,0,,Yeah... I understand. +56300 ,,,,111,,,甜花,Tenka,010_CB04_t_010.wav,komako,,34,,,,tenka,,20,,"Chii, Uncle, see you tomorrow." +56400 ,,,,,,,千恵,Chie,010_CB04_c_016.wav,,,,chie,,1,,,,,Bye-bye! +56500 ,,,,,,,コマコ,Komako,010_CB04_k_011.wav,komako,,20,,,,,,,,...Bye-bye. +56600 ,,,,,,,,,,,,,,,,,,,,Chie-chan and I waved until Komako-chan and Tenka-chan were\nout of sight. +56800 ,,,2,21,,,主人公,Kiyoshi,,,,,,,,,,,,"...Well then, I should give you today's part-time pay." +56900 ,,,,,,,千恵,Chie,010_CB04_c_017.wav,,,,chie,,1,,,,,Part-time pay!? Yay! +57000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,Can you hold out your hands like a bowl and close your eyes? +57100 ,,,,,,,千恵,Chie,010_CB04_c_018.wav,,,,chie,,20,,,,,Got it! +57200 ,,,,,,,,,,,,,"chieL,private",,38,,,,,"She closed her eyes eagerly, unable to contain her\nexcitement, fidgeting restlessly." +57300 ,,,,,,,,,,,,,chieL,,38,,,,,It would be perfect if I could just kiss her like this... +57400 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,38,,,,,Be careful not to drop it. +57500 ,,,,,,,,,,,,,chieL,,38,,,,,"I handed a few coins to Chie-chan. With her eyes tightly\nshut, she rolled the coins around in her palms." +57600 ,,,,,,,千恵,Chie,010_CB04_c_019.wav,,,,chieL,,34,,,,,"Uncle, is it ready yet? Can I open my eyes now?" +57700 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,34,,,,,It's okay now. Go ahead and check. +57800 ,,,,,,,千恵,Chie,010_CB04_c_020.wav,,,,chie,,14,,,,,Yay! ...Huh? +57900 ,,,,,,,,,,,,,chie,,14,,,,,"As soon as she checked the amount, Chie-chan tilted her\nhead. She recounted the coins, one, two... and tilted her\nhead again." +58000 ,,,,,,,千恵,Chie,010_CB04_c_021.wav,,,,chie,,5,,,,,"...Uncle, you're not tricking me, are you?" +58100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,"That's harsh, I'm not tricking you." +58200 ,,,,,,,千恵,Chie,010_CB04_c_022.wav,,,,chie,,14,,,,,"But, but...! I worked so hard, and it's only 20 yen!?" +58300 ,,,,,,,,,,,,,chie,,14,,,,,"Clutching the two 10-yen coins, Chie-chan protested. She\nmust have expected to receive more." +58400 ,,,,,,,千恵,Chie,010_CB04_c_023.wav,,,,chie,,34,,,,,20 yen... I can only buy two pieces of gum! +58500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,34,,,,,"You see, Chie-chan, I'm not trying to trick you or be mean." +58600 ,,,,,,,千恵,Chie,010_CB04_c_024.wav,,,,chie,,14,,,,,But... +58700 ,,,,,,,,,,,,,chie,,14,,,,,Hmm... It might be difficult to explain this indirectly. +58800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,14,,,,,"...This might be a bit complicated, but can you listen?" +58900 ,,,,,,,千恵,Chie,010_CB04_c_025.wav,,,,chie,,25,,,,,Okay... what is it? +59000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,Running a candy shop is actually a really tough job. +59100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"For the 10-yen candy you love, how much do you think I earn\nfrom selling one?" +59200 ,,,,,,,千恵,Chie,010_CB04_c_026.wav,,,,chie,,5,,,,,Um... about 8 yen? +59300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,"I don't earn that much. From a 10-yen candy, I only make 1\nyen." +59400 ,,,,,,,千恵,Chie,010_CB04_c_027.wav,,,,chie,,29,,,,,"...1 yen? Uncle, are you really not lying?" +59500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,29,,,,,I'm not lying. If you ask how much I earned today... it's\nabout 100 yen. +59600 ,,,,,,,千恵,Chie,010_CB04_c_028.wav,,,,chie,,4,,,,,What? That's all!? +59700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,"You understand that 100 yen is really cheap, right?" +59800 ,,,,,,,千恵,Chie,010_CB04_c_029.wav,,,,chie,,14,,,,,"Yeah... if I buy candy, it'll be gone right away..." +59900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,14,,,,,"I also need to eat, so even if you work hard, your pay ends\nup being around that much." +60000 ,,,,,,,千恵,Chie,010_CB04_c_030.wav,,,,chie,,25,,,,,I see... I didn't know at all... +60100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"Yes. That's why, when there's shoplifting, it really\ntroubles me." +60200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"To make up for what you shoplifted, I'd have to sell at\nleast 3,000 yen worth of candy." +60400 ,,,,,,,千恵,Chie,010_CB04_c_031.wav,,,,chie,,28,,,,,Ugh... I'm sorry... +60500 ,,,,,,,千恵,Chie,010_CB04_c_032.wav,,,,chie,,5,,,,,I see... running a candy store is tough. Chii-chan will\nsettle for 20 yen... +60600 ,,,,,,,,,,,,,chie,,5,,,,,It seems she understood. Chii-chan is so honest and cute. +60700 ,,,,,,,,,,,,,chie,,5,,,,,But... +60800 ,,,,,,,千恵,Chie,010_CB04_c_033.wav,,,,chie,,3,,,,,... +60900 ,,,,,,,,,,,,,chie,,3,,,,,Chii-chan looked at her part-time pay and then looked up at\nme. +61000 ,,,,,,,,,,,,,chie,,3,,,,,It seems like she's thinking about something. Her gaze is\ngoing back and forth between her pay and me. +61100 ,,,,,,,千恵,Chie,010_CB04_c_034.wav,,,,chie,,25,,,,,"...Uncle, can I buy some candy?" +61200 ,,,,,,,,,,,,,chie,,25,,,,,"Even so, it seems she can't resist the temptation of candy." +61300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"You can buy it. That part-time pay is yours, Chii-chan." +61400 ,,,,,,,千恵,Chie,010_CB04_c_035.wav,,,,chie,,1,,,,,Yay! What should I buy? +61500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,Make sure to think carefully before you spend it. +61600 ,,,,,,,,,,,,,chie,,1,,,,,Her part-time pay is 20 yen... I wonder if she'll use 10 yen\nto compensate? +61700 ,,,,,,,千恵,Chie,010_CB04_c_036.wav,,,,chie,,21,,,,,"Then, then... this! I'll get this!" +61800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,This is... +61900 ,,,,,,,,,,,,,chie,,21,,,,,She shows me two 10-yen ramen snacks that come with a prize\nticket. +62000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,"...Your part-time pay will be all gone, you know?" +62100 ,,,,,,,千恵,Chie,010_CB04_c_037.wav,,,,chie,,25,,,,,"But, I want to eat that..." +62200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"Chii-chan, why are you working part-time again?" +62300 ,,,,,,,千恵,Chie,010_CB04_c_038.wav,,,,chie,,34,,,,,"T-To pay you back, Uncle..." +62400 ,,,,,,,千恵,Chie,010_CB04_c_039.wav,,,,chie,,14,,,,,"...Then, I'll get this!" +62500 ,,,,,,,,,,,,,chie,,14,,,,,The ramen snack turned into a 5-yen chocolate. +62600 ,,,,,,,,,,,,,chie,,14,,,,,"Well, it can't be helped. Spending summer vacation without\nany allowance is impossible, after all." +62700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,14,,,,,"Alright. Then, 15 yen. I'll deduct the remaining 5 yen from\nChii-chan's debt, okay?" +62800 ,,,,,,,千恵,Chie,010_CB04_c_040.wav,,,,chie,,21,,,,,"Yeah, Uncle! ...Mmm, delicious!!" +62900 ,,,,,,,,,,,,,chie,,21,,,,,"As soon as she received the snack from me, Chii-chan tore\nopen the 5-yen chocolate bag." +63000 ,,,,,,,,,,,,,chie,,21,,,,,Watching Chii-chan happily munch on the snack made me not\ncare about the compensation anymore. +63100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,"Alright, I'm going to close the shop soon. Chii-chan, get\nready to go home. It'll get dark if you don't hurry." +63200 ,,,,,,,千恵,Chie,010_CB04_c_041.wav,,,,chie,,4,,,,,"Okay, got it! Wow, I won 10 yen!" +63300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,"Then, why don't you save that for tomorrow?" +63400 ,,,,,,,千恵,Chie,010_CB04_c_042.wav,,,,chie,,1,,,,,Yeah! I'll do that! +63500 ,,,,,,,,,,,,,chie,,1,,,,,"She replied while jumping up and down, staring at the 10-yen\nmark under the lid." +63600 ,,,,,,,,,,,,,chie,,1,,,,,"And so, the day's work ended. Her first part- time job...\nI'm really glad it ended without any major trouble." +63800 ,,,,12,,,千恵,Chie,010_CB04_c_043.wav,,,,chie,,0,,,,,"See you tomorrow, Uncle!" +63900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,Be careful on your way home. +64100 ,,,,33,,,,,,,,,,,,,,,,I saw Chii-chan off and locked up the shop for the last\ntime. +64200 ,,,,,,,,,,,,,,,,,,,,"After confirming all the locks were secure and no one was\naround, I took out my smartphone from my pocket." +64300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Now... finally, this time has come..." +64400 ,,,,,,,,,,,,,,,,,,,,"The panty pictures of Chii-chan, Komako-chan, and Tenka-chan\ntaken at noon..." +64500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I don't know what time I'll be able to sleep tonight. +64600 ,,,,,,,,,,,,,,,,,,,,"Gripping my fully swollen member, I began self-stimulation." +64700 ,,,,,,,,,,,,,,,,,,,,"In the end, that day, no matter how many times I ejaculated,\nmy penis remained rock hard." +64800 ,,,0,9000,,,,,,,,,,,,,,,, +65000 ,@011_CB05,,,,,,,,,,,,,,,,,,, +65200 ,,,,,,,,,,,,,,,,,,,, +65300 ,,,5,11,,,主人公,Kiyoshi,,,,,,,,,,,,It's so hot...!! +65400 ,,,,,,,,,,,,,,,,,,,,The scorching sunlight made me say that out loud. +65500 ,,,,,,,,,,,,,,,,,,,,"This area has a lot of greenery and a river, so compared to\nthe city full of buildings, the scenery is cooler, but it's\nstill summer." +65600 ,,,,,,,,,,,,,,,,,,,,"As expected with this temperature, the shop has the entrance\nclosed and the air conditioner on." +65700 ,,,,,,,,,,,,,,,,,,,,"I remember when I was a kid, candy shops didn't really close\ntheir doors... I wonder if the products were okay back then." +65800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"But in this state, it's hard to tell if we're open or not." +65900 ,,,,,,,,,,,,,,,,,,,,The sunlight is so strong that the inside of the shop looks\npitch black. +66000 ,,"",,,,,,,,,,,,,,,,,,"Well, there were quite a few days when there were no\ncustomers even when we were open." +66100 ,,,,,,,千恵,Chie,011_CB05_c_000.wav,,,,,,,,,,,Uncle! +66200 ,,,,,,,,,,,,,,,,,,,,Oh? I heard a lively voice. +66300 ,,,,,,,,,,,,,,,,,,,,"When I turned around, Chii-chan, Komako-chan, and Tenka-chan\nwere coming this way." +66400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Welcome! +66500 ,,,,,,,,,,,,,,,,,,,,"I couldn't help but sound cheerful. Ever since Chii-chan\nstarted coming to the shop, it feels like we've had a few\nmore customers." +66600 ,,,,,,,,,,,,,,,,,,,,Today seems like it's going to be a fun day too. +66700 ,,,,,,,千恵,Chie,011_CB05_c_001.wav,,,,"chie,privateC",,1,,,,,Uncle! Hello! +66800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Chii-chan, you're full of energy today too." +66900 ,,,,,,,甜花,Tenka,011_CB05_t_000.wav,,,,,,,"tenka,private",,12,,"I think Chii is just needlessly energetic by herself... ha,\nit's hot." +67000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,"Haha, good work. It's cool inside." +67200 ,,,,21,,,甜花,Tenka,011_CB05_t_001.wav,,,,,,,tenka,,18,,"I'll cool off for now... ah, it's cool..." +67300 ,,,,,,,コマコ,Komako,011_CB05_k_000.wav,"komako,privateC",,21,,,,,,,,It's cool. +67400 ,,,,,,,,,,,,,,,,,,,,"Just by opening the door, a refreshing breeze flows out from\ninside. Tenka-chan and Komako- chan stand there, looking\nrelaxed and enjoying the cool air." +67500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"By the way, it seems like everyone has some luggage today?" +67600 ,,,,,,,コマコ,Komako,011_CB05_k_001.wav,komako,,0,,,,,,,,"Yeah, I brought a bento." +67700 ,,,,,,,,,,komako,,0,,,,,,,,"Komako-chan, who was enjoying the breeze, turned around and\nshowed the wrapped package she was holding." +67800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,You really got someone to make you a bento? +68300 ,,,,,,,コマコ,Komako,011_CB05_k_002.wav,komako,,21,,,,,,,,I want to eat with Chii-chan too. +68400 ,,,,,,,甜花,Tenka,011_CB05_t_002.wav,,,,,,,tenka,,32,,"As for me, Chii insisted, so it's like... I'm just tagging\nalong..." +68500 ,,,,,,,,,,,,,,,,tenka,,32,,Tenka-chan isn't very honest. But it seems like the two of\nthem are getting along quite well. That's a good thing. +68600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,32,,"Then everyone, let's eat together with your uncle." +68900 ,,,,,,,千恵,Chie,011_CB05_c_003.wav,,,,chie,,0,,,,,Okay! +69000 ,,,,,,,,,,,,,chie,,0,,,,,Hearing Chii-chan's energetic response made me so happy I\nalmost started dancing. +69100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,I'm really happy. It's more fun to eat with everyone than to\neat alone. +69200 ,,,,,,,,,,,,,chie,,0,,,,,That's my honest feeling. Having lunch with cute girls is\nlike a dream. +69300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"Well then, shall we have lunch? It's about lunchtime.\nEveryone, come on up." +69400 ,,,,,,,千恵,Chie,011_CB05_c_004.wav,,,,chie,,1,,,,,Okay! +69500 ,,,,,,,甜花,Tenka,011_CB05_t_003.wav,,,,,,,tenka,,1,,"Well, excuse us." +69600 ,,,,,,,コマコ,Komako,011_CB05_k_003.wav,komako,,0,,,,,,,,Excuse us. +69800 ,,,,31,,,,,,,,,,,,,,,,"When I put up the 'On Break' sign at the shop front and came\nback, the three of them had already spread out their bentos." +69900 ,,,,,,,千恵,Chie,011_CB05_c_005.wav,,,,chie,,23,,,,,"Ah, Komako-chan's croquettes look delicious." +70000 ,,,,,,,コマコ,Komako,011_CB05_k_004.wav,komako,,24,chie,,23,,,,,...W-Want to try one? +70100 ,,,,,,,千恵,Chie,011_CB05_c_006.wav,komako,,24,chie,,4,,,,,Really!? +70200 ,,,,,,,甜花,Tenka,011_CB05_t_004.wav,,,,,,,tenka,,3,,"If you're going to take one, you should trade something for\nit." +70300 ,,,,,,,千恵,Chie,011_CB05_c_007.wav,,,,chie,,0,,,,,"That's right, as expected of Tenka-chan! Komako-chan, you\ncan take whatever you like." +70400 ,,,,,,,コマコ,Komako,011_CB05_k_005.wav,komako,,22,chie,,0,,,,,...Then I'll take this meatball. +70500 ,,,,,,,千恵,Chie,011_CB05_c_008.wav,komako,,22,chie,,21,,,,,"Ah, that's the one Chii-chan was going to eat, you know?\nThis one's bigger." +70600 ,,,,,,,コマコ,Komako,011_CB05_k_006.wav,komako,,13,chie,,21,,,,,"............Then, I'll take the bigger one." +70700 ,,,,,,,,,,,,,,,,,,,,"Wanting to join the girls who were happily eating their\ndelicious-looking bentos, I spoke up." +70800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Uncle's having somen for lunch, but would you all like some\ntoo?" +70900 ,,,,,,,千恵,Chie,011_CB05_c_009.wav,,,,chie,,1,,,,,I want some! +71000 ,,,,,,,コマコ,Komako,011_CB05_k_007.wav,komako,,0,,,,,,,,Yeah. +71100 ,,,,,,,甜花,Tenka,011_CB05_t_005.wav,,,,,,,tenka,,3,,But won't you get too full with the bento as well? +71200 ,,,,,,,千恵,Chie,011_CB05_c_010.wav,,,,chie,,0,tenka,,3,,Then let's trade with Uncle too. We'll trade somen for\nbento. +71300 ,,,,,,,,,,,,,,,,,,,,Chii-chan placed a meatball on the lid of her bento box and\noffered it to me. +71400 ,,,,,,,,,,,,,,,,,,,,Komako-chan and Tenka-chan also placed some of their side\ndishes from their bento boxes for me. +71500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Uncle is so happy... +71700 ,,,,,,,,,,,,,,,,,,,,"And just like that, lunchtime was over in no time." +71800 ,,,,,,,コマコ,Komako,011_CB05_k_008.wav,komako,,20,,,,,,,,Thank you for the meal. +71900 ,,,,,,,甜花,Tenka,011_CB05_t_006.wav,komako,,20,,,,tenka,,14,,"Phew, I might have eaten too much..." +72000 ,,,,,,,千恵,Chie,011_CB05_c_011.wav,komako,,20,chie,,1,tenka,,14,,Eating with everyone is so much fun! +72100 ,,,,,,,コマコ,Komako,011_CB05_k_009.wav,komako,,21,chie,,1,tenka,,14,,"Yeah, it's fun." +72200 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,1,tenka,,14,,"I'm happy too, since I usually eat alone." +72300 ,,,,,,,甜花,Tenka,011_CB05_t_007.wav,komako,,21,chie,,1,tenka,,37,,"If we keep up this energy, we'll definitely get tired\nhalfway through." +72400 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,1,tenka,,37,,"Haha, that might be true." +72500 ,,,,,,,千恵,Chie,011_CB05_c_012.wav,komako,,21,chie,,21,tenka,,37,,It's summer vacation after all! I want to do all sorts of\nthings! +72600 ,,,,,,,,,,,,,,,,,,,,"Chii-chan is as energetic as ever, not losing to the intense\nsunlight. Yeah, yeah, I want to do all sorts of things too." +72700 ,,,,,,,,,,,,,,,,,,,,Things like this and that... +72800 ,,,,,,,,,,,,,,,,,,,,"Of course, the girls couldn't hear the voice in my heart,\nand the three of them continued chatting happily." +72900 ,,,,,,,千恵,Chie,011_CB05_c_013.wav,,,,chie,,1,,,,,"Hey, hey, what should we do after a little break?" +73000 ,,,,,,,甜花,Tenka,011_CB05_t_008.wav,,,,chie,,1,tenka,,37,,"Chii, you should work." +73100 ,,,,,,,千恵,Chie,011_CB05_c_014.wav,,,,chie,,34,tenka,,37,,Okay. +73200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,34,tenka,,37,,That's sharp! +73300 ,,,,,,,,,,,,,chie,,34,tenka,,37,,Tenka-chan is quite strict. +73400 ,,,,,,,甜花,Tenka,011_CB05_t_009.wav,,,,chie,,34,tenka,,32,,"Because Chii said working at the shop seems fun but she gets\nlonely without us, so I'm reluctantly accompanying her." +73500 ,,,,,,,千恵,Chie,011_CB05_c_015.wav,,,,chie,,34,tenka,,32,,Aww... +73600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,34,tenka,,32,,"With a guardian, huh?" +73700 ,,,,,,,コマコ,Komako,011_CB05_k_010.wav,komako,,20,chie,,34,,,,,"I want to play with Chii-chan, so it's fine with me." +73800 ,,,,,,,千恵,Chie,011_CB05_c_016.wav,komako,,20,chie,,1,,,,,Komako-chan! +73900 ,,,,,,,,,,komako,,20,chie,,1,,,,,Chii-chan clung tightly to Komako-chan. +74000 ,,,,,,,甜花,Tenka,011_CB05_t_010.wav,,,,,,,tenka,,12,,Just watching them makes me feel hot... +74100 ,,,,,,,千恵,Chie,011_CB05_c_017.wav,,,,chie,,0,,,,,"Alright! Time to work, time to work!" +74200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"I know you're all fired up, but I wonder if any customers\nwill come today." +74300 ,,,,,,,千恵,Chie,011_CB05_c_018.wav,,,,chie,,25,,,,,"I hope customers come. Otherwise, my paycheck..." +74400 ,,,,,,,,,,,,,,,,,,,,"Hmm, if they don't come, we can't just go without pay, so\nthat's something we need to think about..." +74500 ,,,,,,,,,,,,,,,,,,,,"But the amount Chii-chan shoplifted wasn't that much, and if\nwe keep giving a little every day, the compensation will be\nover soon..." +74600 ,,,,,,,,,,,,,,,,,,,,Hmm... +74800 ,,,6,21,,,,,,,,,,,,,,,,"While thinking about such things, the sun began to set\nlittle by little. It's still bright because of the season,\nbut according to the clock, it's already evening." +74900 ,,,,,,,,,,,,,,,,,,,,"I want to keep these cute three around forever, but I can't.\nI can't let strange rumors start either." +75000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Let's wrap up today's help soon. Chii-chan, good job.\nKomako-chan and Tenka-chan, it's time to head home." +75100 ,,,,,,,,,,,,,,,,,,,,I have to tell myself they'll come again tomorrow and say\nsomething like a proper adult. +75200 ,,,,,,,コマコ,Komako,011_CB05_k_011.wav,komako,,0,,,,,,,,"Ah, okay." +75300 ,,,,,,,甜花,Tenka,011_CB05_t_011.wav,,,,,,,tenka,,20,,There were very few customers. Sorry we didn't buy anything. +75400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,20,,"Don't worry about it, Tenka-chan. If you spend your\nallowance every day, it'll run out quickly." +75500 ,,,,,,,甜花,Tenka,011_CB05_t_012.wav,,,,,,,tenka,,12,,"Yeah. But being in the store makes me want to spend, so it's\ntempting." +75600 ,,,,,,,千恵,Chie,011_CB05_c_019.wav,,,,chie,,21,tenka,,12,,"Spend it, spend it! That'll become Chii- chan's salary!" +75700 ,,,,,,,甜花,Tenka,011_CB05_t_013.wav,,,,chie,,21,tenka,,10,,What?! +75800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,tenka,,10,,Chii-chan is quite the strategist... +75900 ,,,,,,,甜花,Tenka,011_CB05_t_014.wav,,,,chie,,21,tenka,,30,,"I can't say I won't shop in front of the old man, but the\nfact that it becomes Chii's allowance is somehow\nunsatisfying..." +76000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,tenka,,30,,"Haha, well, don't worry too much about it." +76100 ,,,,,,,コマコ,Komako,011_CB05_k_012.wav,komako,,0,,,,,,,,"Then Chii-chan, let's go home?" +76200 ,,,,,,,千恵,Chie,011_CB05_c_020.wav,komako,,0,chie,,20,,,,,"Ah, Chii-chan will stay a little longer with uncle." +76300 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,20,,,,,Eh? Really? +76400 ,,,,,,,コマコ,Komako,011_CB05_k_013.wav,komako,,23,chie,,20,,,,,"Eh, w-why?" +76500 ,,,,,,,甜花,Tenka,011_CB05_t_015.wav,komako,,23,chie,,20,tenka,,3,,Even the old man is surprised. +76600 ,,,,,,,千恵,Chie,011_CB05_c_021.wav,komako,,23,chie,,0,tenka,,3,,Mom's not coming home yet today... so I'll stay with uncle\nuntil then. +76700 ,,,,,,,,,,,,,chie,,0,,,,,"Ah, I see. It was sudden, so I was surprised, but well, if\nit means spending more time with Chii-chan, then it's all\ngood." +76800 ,,,,,,,,,,,,,chie,,0,,,,,It would be nice if the two of them could stay too... but\nthat's a bit impossible. It's getting darker outside. +76900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,Komako-chan and Tenka-chan should probably head home. Your\nfamilies will worry. +77000 ,,,,,,,甜花,Tenka,011_CB05_t_016.wav,,,,,,,tenka,,20,,"...Yeah, you're right. Let's go home together, Komako." +77100 ,,,,,,,コマコ,Komako,011_CB05_k_014.wav,komako,,14,,,,tenka,,20,,...Hmm. +77200 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,tenka,,20,,"I'll make sure Chii-chan gets home safely, so don't worry,\nKomako-chan." +77300 ,,,,,,,千恵,Chie,011_CB05_c_022.wav,,,,chie,,1,,,,,"Yeah, it's fine. I'll visit your place again tomorrow,\nKomako." +77400 ,,,,,,,コマコ,Komako,011_CB05_k_015.wav,komako,,34,chie,,1,,,,,"...Okay, got it." +77500 ,,,,,,,,,,komako,,34,chie,,1,,,,,"Finally convinced, Komako-chan nodded and left the store\nwith Tenka-chan." +77700 ,,,,11,,,千恵,Chie,011_CB05_c_023.wav,komako,,20,chie,,21,,,,,See you!! +77800 ,,,,,,,コマコ,Komako,011_CB05_k_016.wav,komako,,20,chie,,21,,,,,See you tomorrow!! +77900 ,,,,,,,,,,,,,,,,,,,,"Hmm... when the two of them leave, it suddenly gets\nquieter..." +78100 ,,,2,21,,,千恵,Chie,011_CB05_c_024.wav,,,,chie,,0,,,,,It's just the two of us now. +78200 ,,,,,,,,,,,,,chie,,0,,,,,"...Well, that's nice too, hehe." +78300 ,,,,,,,,,,,,,chie,,0,,,,,"Yeah, come to think of it, it's just me and Chii-chan. Being\nsurrounded by three beautiful girls is heaven, but being\none-on- one like this is really nice too." +78400 ,,,,,,,千恵,Chie,011_CB05_c_025.wav,,,,chie,,26,,,,,"So, you know... Uncle, um..." +78500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,26,,,,,Y-yeah? +78600 ,,,,,,,,,,,,,chie,,26,,,,,What's this atmosphere? Is this something I should be\nexcited about!? +78700 ,,,,,,,千恵,Chie,011_CB05_c_026.wav,,,,"chieL,privateC",,1,,,,,Can I have today's pay for my part-time job! +78800 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,1,,,,,Gah!! +78900 ,,,,,,,,,,,,,chieL,,1,,,,,I said it out loud! My feelings just slipped out!! +79000 ,,,,,,,,,,,,,chieL,,1,,,,,"So that's why she wanted to be alone with me... Well, I\nguess it's hard to ask for money in front of Komako-chan and\nTenka-chan." +79100 ,,,,,,,,,,,,,chieL,,1,,,,,"Sigh... Well, let's get that out of the way first. But\ntoday... we didn't have any customers today either." +79200 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,1,,,,,"We didn't have many customers today, so it's about this\nmuch. ...20 yen. Is that okay?" +79300 ,,,,,,,千恵,Chie,011_CB05_c_027.wav,,,,chie,,21,,,,,"Yeah! Then, um, can I buy this snack?" +79400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,You're going to spend it already! +79500 ,,,,,,,,,,,,,chie,,21,,,,,"At this rate, the repayment will never end..." +79600 ,,,,,,,,,,,,,chie,,21,,,,,"But then again, maybe that's okay. It means Chii-chan will\nkeep coming to the store." +79700 ,,,,,,,千恵,Chie,011_CB05_c_028.wav,,,,chie,,1,,,,,Yay! Then I'll dig in! +79800 ,,,,,,,,,,,,,chie,,1,,,,,She's quick. Chii-chan really loves snacks. +79900 ,,,,,,,,,,,,,chie,,1,,,,,"Phew, it was hot today too. I was outside quite a bit, and I\nsweated a lot." +80000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Okay, Chii-chan, I'll go run the bath." +80100 ,,,,,,,千恵,Chie,011_CB05_c_029.wav,,,,chie,,23,,,,,"Uncle, are you taking a bath? Chii-chan wants to join too." +80200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,"What? Did you sweat a lot too, Chii-chan? Wait, what!?" +80300 ,,,,,,,,,,,,,chie,,23,,,,,What did Chii-chan just say? +80400 ,,,,,,,,,,,,,chie,,23,,,,,Want to join? Where? In the bath!? +80500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,"Ch-Chii-chan, you want to take a bath with your uncle?" +80600 ,,,,,,,千恵,Chie,011_CB05_c_030.wav,,,,chie,,0,,,,,"Yeah, is that bad? I'm all sticky from sweat, and I want to\ntake a bath too..." +80700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"O-o-o-of course it's fine! You have to get clean or you'll\nfeel gross, right!" +80800 ,,,,,,,,,,,,,chie,,0,,,,,My mouth isn't working properly from the shock! But I can't\nmiss this chance!! +80900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"I-I-I'll go heat it up quickly, wait for me, Chii-chan!" +81000 ,,,,,,,,,,,,,,,,,,,,I dashed to the bathroom. +81200 ,,,13,,1100000,,,,,,,,,,,,,,, +81300 ,*mem,,,,1100000,,,,,,,,,,,,,,, +81400 ,,,13,,1100000,,千恵,Chie,011_CB05_c_031.wav,,,,chie,,0,,,,,"Bath time, bath time!" +81500 ,,,,,1100000,,主人公,Kiyoshi,,,,,,,,,,,,P-put your clothes in the basket over there. +81600 ,,,,,1100000,,千恵,Chie,011_CB05_c_032.wav,,,,chie,,0,,,,,"Okay, got it!" +81700 ,,,,,1100000,,,,,,,,,,,,,,,"I said that intending to hurry her up, but before that,\nChii-chan had already taken off her pants and panties\ntogether!" +81800 ,,,,,1100000,,,,,,,,,,,,,,,"Whoa...!! Even without staring, I can see between her\nlegs... gulp!!" +81900 ,,,,,1100000,,,,,,,,,,,,,,,"I feel like kneeling and worshiping. Thank you, thank you..." +82000 ,,,,,1100000,,千恵,Chie,011_CB05_c_033.wav,,,,chie,,0,,,,,"Uncle, you have to take off your clothes too, or you can't\nget in the bath!" +82100 ,,,,,1100000,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... I have to take off my clothes... +82200 ,,,,,1100000,,,,,,,,,,,,,,,"Is it okay to take off my clothes in this state? I feel like\nmy lower half is reacting a lot. W-well, for now, I'll just\ntake off my top." +82300 ,,,,,1100000,,主人公,Kiyoshi,,,,,,,,,,,,"It was hot today too, huh?" +82400 ,,,,,1100000,,千恵,Chie,011_CB05_c_034.wav,,,,chie,,0,,,,,"Yeah, I might have gotten tanned again." +82500 ,,,,,1100000,,主人公,Kiyoshi,,,,,,,,,,,,"Since you're a girl, do you worry about getting tanned?" +82600 ,,,,,1100000,,,,,,,,,,,,,,,"Of course, from my perspective, a healthy tan is very\nwelcome." +82700 ,,,,,1100000,,,,,,,,,,,,,,,"Especially if you can enjoy the contrast with the parts\nhidden by clothes, there's nothing more wonderful than that,\nI can assure you." +82900 ,,,,,1100010,,千恵,Chie,011_CB05_c_035.wav,,,,chie,,0,,,,,"Uncle, you have to fold them more neatly!" +83000 ,,,,,1100010,,主人公,Kiyoshi,,,,,,,,,,,,"Huh, what?" +83100 ,,,,,1100010,,,,,,,,,,,,,,,"Looking into the basket, Chii-chan's pants and panties were\nneatly folded. Even though she was so rough when she took\nthem off all at once..." +83200 ,,,,,1100010,,,,,,,,,,,,,,,"In contrast, my clothes looked more like they were just\nrolled up rather than folded." +83300 ,,,,,1100010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, you're good at folding. Did your mom teach you?" +83400 ,,,,,1100010,,千恵,Chie,011_CB05_c_036.wav,,,,chie,,0,,,,,"Yeah, that's part of it, but if I leave them messy, it makes\nthings hard for mom. Sometimes she's tired from work too." +83500 ,,,,,1100010,,主人公,Kiyoshi,,,,,,,,,,,,I see... +83600 ,,,,,1100010,,,,,,,,,,,,,,,"Chii-chan is really responsible. I don't fully understand\nthe difficulty, but it's a single-parent household." +83700 ,,,,,1100010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I should do it properly... Oh, oh, wait? I can't fold\nthem as neatly as Chii- chan." +83800 ,,,,,1100010,,,,,,,,,,,,,,,I usually just roll up my clothes and toss them into the\nwashing machine... This is a bit embarrassing as an uncle. +84000 ,,,,,1100020,,千恵,Chie,011_CB05_c_037.wav,,,,chie,,0,,,,,"Oh well, watch how Chii-chan does it, okay?" +84100 ,,,,,1100020,,主人公,Kiyoshi,,,,,,,,,,,,"Eh? Uh, yeah... wait" +84200 ,,,,,1100020,,,,,,,,,,,,,,,"Chii-chan took off her top all at once too... in other\nwords, she's completely naked!" +84300 ,,,,,1100020,,千恵,Chie,011_CB05_c_038.wav,,,,chie,,0,,,,,"So, you do it like this and like this to fold them." +84400 ,,,,,1100020,,主人公,Kiyoshi,,,,,,,,,,,,"Eh? Eh? Sorry, I wasn't watching closely." +84500 ,,,,,1100020,,,,,,,,,,,,,,,"To be precise, I was staring at Chii-chan's body." +84700 ,,,,,1100030,,千恵,Chie,011_CB05_c_039.wav,,,,chie,,0,,,,,"Uncle, are you pretty clumsy?" +84800 ,,,,,1100030,,主人公,Kiyoshi,,,,,,,,,,,,"N-no, that's not true." +84900 ,,,,,1100030,,千恵,Chie,011_CB05_c_040.wav,,,,chie,,0,,,,,"Ehehe, Chii-chan is better at it!" +85000 ,,,,,1100030,,,,,,,,,,,,,,,"Hmm, I have to admit it. I didn't expect Chii-chan to be so\nresponsible in this way." +85100 ,,,,,1100030,,,,,,,,,,,,,,,"Thanks to that, even though Chii-chan is naked right in\nfront of me and it's dazzling, I feel kind of strange." +85200 ,,,,,1100030,,千恵,Chie,011_CB05_c_041.wav,,,,chie,,0,,,,,"Chii-chan took off her clothes! Uncle, hurry up and let's\nget in the bath!" +85300 ,,,,,1100030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ah, yeah, right." +85400 ,,,,,1100030,,,,,,,,,,,,,,,I follow Chii-chan as she happily opens the bathroom door. +85600 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, it's a bit cramped, isn't it, our bathroom?" +85700 ,,,,,1101000,,千恵,Chie,011_CB05_c_042.wav,,,,chie,,0,,,,,"Not at all, it's probably bigger than Chii- chan's place!" +85800 ,,,,,1101000,,,,,,,,,,,,,,,"When we soak in the bath together like this, I can really\nsee how small Chii-chan's body is. She fits perfectly in\nfront of me with my legs open." +85900 ,,,,,1101000,,,,,,,,,,,,,,,"Otherwise, we probably wouldn't be able to fit in together." +86000 ,,,,,1101000,,千恵,Chie,011_CB05_c_043.wav,,,,chie,,0,,,,,"Ahh, it feels so good." +86100 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, soak up to your shoulders." +86200 ,,,,,1101000,,千恵,Chie,011_CB05_c_044.wav,,,,chie,,0,,,,,"Okay! Bathing with Uncle, ehehe." +86300 ,,,,,1101000,,,,,,,,,,,,,,,"Saying that, Chii-chan leans her small body against me. When\nher smooth back touches my stomach, I feel a little flutter." +86400 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,"Th-thank you for washing my back, Chii- chan." +86500 ,,,,,1101000,,,,,,,,,,,,,,,"To calm my racing heart, I try to make casual conversation." +86600 ,,,,,1101000,,,,,,,,,,,,,,,"It's common courtesy to wash your body before soaking in the\nbath, but earlier, when we were washing up, Chii-chan\nearnestly scrubbed my back." +86700 ,,,,,1101000,,,,,,,,,,,,,,,"It's a place that's literally hard for me to reach myself,\nso having it thoroughly washed felt really nice." +86800 ,,,,,1101000,,千恵,Chie,011_CB05_c_045.wav,,,,chie,,0,,,,,"No problem, when Chii-chan bathes with Mom, I wash her back\ntoo." +86900 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,I see. +87000 ,,,,,1101000,,千恵,Chie,011_CB05_c_046.wav,,,,chie,,0,,,,,"Yeah, I was surprised because Uncle's back is a bit big." +87100 ,,,,,1101000,,千恵,Chie,011_CB05_c_047.wav,,,,chie,,0,,,,,"And then, Mom washes Chii-chan's hair." +87200 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,"I see. You're really close with your mom, huh?" +87300 ,,,,,1101000,,千恵,Chie,011_CB05_c_048.wav,,,,chie,,0,,,,,Yeah! +87400 ,,,,,1101000,,,,,,,,,,,,,,,She really is close with her mom. +87500 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,"So, should Uncle wash Chii-chan's hair too?" +87600 ,,,,,1101000,,千恵,Chie,011_CB05_c_049.wav,,,,chie,,0,,,,,Yeah! I want Uncle to wash my hair! +87700 ,,,,,1101000,,,,,,,,,,,,,,,Ah... she's really cute. +87800 ,,,,,1101000,,,,,,,,,,,,,,,"Bathing with a naked little girl, it's strange that I'm not\nalready climaxing just from that, but I feel uneasy." +87900 ,,,,,1101000,,,,,,,,,,,,,,,"Of course, there's the worry that if Chii- chan's mom finds\nout we're bathing together, it would be bad..." +88000 ,,,,,1101000,,,,,,,,,,,,,,,"But seeing Chii-chan so defenseless and innocent, I\nstrangely don't get aroused." +88300 ,,,,,1101010,,,,,,,,,,,,,,,Chii-chan turned around and our eyes met. +88400 ,,,,,1101010,,千恵,Chie,011_CB05_c_050.wav,,,,chie,,0,,,,,Ehehe. +88500 ,,,,,1101010,,,,,,,,,,,,,,,"Really, she's so cute..." +88600 ,,,,,1101010,,,,,,,,,,,,,,,Bathing with such a cute girl. +88700 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"Um... Chii-chan, are you okay with seeing a man's naked\nbody?" +88800 ,,,,,1101020,,千恵,Chie,011_CB05_c_051.wav,,,,chie,,0,,,,,Naked? +88900 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, you know, is it okay for you to bathe with Uncle?" +89000 ,,,,,1101020,,,,,,,,,,,,,,,"I mean, it was Chii-chan who suggested we bathe together. I\nwas really surprised." +89100 ,,,,,1101010,,千恵,Chie,011_CB05_c_052.wav,,,,chie,,0,,,,,I've seen boys playing naked before. +89200 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, it's the countryside, after all." +89300 ,,,,,1101010,,,,,,,,,,,,,,,"Girls don't really mind, do they? Boys probably care even\nless." +89400 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"But you don't usually bathe with boys, right?" +89500 ,,,,,1101010,,,,,,,,,,,,,,,"Or have you bathed with boys before? I-I won't allow such a\nthing, Uncle won't!" +89600 ,,,,,1101010,,千恵,Chie,011_CB05_c_053.wav,,,,chie,,0,,,,,Bathing is only with Uncle. +89700 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +89800 ,,,,,1101010,,千恵,Chie,011_CB05_c_054.wav,,,,chie,,0,,,,,Chii-chan wants to be Uncle's child. +89900 ,,,,,1101010,,,,,,,,,,,,,,,Whoa!? Problematic statement!? +90000 ,,,,,1101010,,千恵,Chie,011_CB05_c_055.wav,,,,chie,,0,,,,,There's lots of snacks too. +90100 ,,,,,1101010,,,,,,,,,,,,,,,"Oh, so that's what it is." +90200 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, you want to be Uncle's child, but you have a mom,\nright?" +90300 ,,,,,1101010,,千恵,Chie,011_CB05_c_056.wav,,,,chie,,0,,,,,That's right. +90400 ,,,,,1101010,,,,,,,,,,,,,,,"Chii-chan retracted her words so easily. It's a bit\ndisappointing, though." +90500 ,,,,,1101010,,千恵,Chie,011_CB05_c_057.wav,,,,chie,,0,,,,,Uncle's body is cool. +90600 ,,,,,1101010,,,,,,,,,,,,,,,Her words made my heart skip a beat. +90700 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,R-Really!? +90800 ,,,,,1101010,,,,,,,,,,,,,,,I think it's an unfit body from lack of exercise though!? +90900 ,,,,,1101010,,,,,,,,,,,,,,,"Well, moving here has made me walk more and become a bit\nhealthier, I guess..." +91000 ,,,,,1101010,,千恵,Chie,011_CB05_c_058.wav,,,,chie,,0,,,,,Yeah. It's big and hard. Like a robot. Ehehe. +91100 ,,,,,1101010,,,,,,,,,,,,,,,Whoa! Chii-chan pressed her back against me again. +91200 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"Well, compared to a girl like Chii-chan, maybe a little...!?" +91300 ,,,,,1101010,,千恵,Chie,011_CB05_c_059.wav,,,,chie,,0,,,,,"Chii-chan, it's fun taking a bath with Uncle." +91400 ,,,,,1101010,,,,,,,,,,,,,,,"She looked at me with her big, round eyes over her shoulder." +91500 ,,,,,1101020,,千恵,Chie,011_CB05_c_060.wav,,,,chie,,0,,,,,"Uncle, is your face red?" +91600 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,R-Really? Maybe I'm a bit overheated... +91700 ,,,,,1101010,,千恵,Chie,011_CB05_c_061.wav,,,,chie,,0,,,,,"Ah, Chii-chan should probably head home soon... Uncle, will\nyou walk me home?" +91800 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,O-Of course. +91900 ,,,,,1101010,,千恵,Chie,011_CB05_c_062.wav,,,,chie,,0,,,,,"Then let's get out after counting to 50! Uncle, soak up to\nyour shoulders too!" +92000 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,I can't do that! The bath is too small! +92100 ,,,,,1101010,,,,,,,,,,,,,,,"After counting slowly to 50 while chatting, we got out of\nthe bath, and I walked Chii- chan home." +92200 ,$event_return,,,,,,,,,,,,,,,,,,, +92400 ,,,6,33,,,,,,,,,,,,,,,,"When I returned home, I suddenly realized something." +92500 ,,,,,,,,,,,,,,,,,,,,"Even though I was with naked Chii-chan the whole time, I\ndidn't do anything!" +92600 ,,,,,,,,,,,,,,,,,,,,"In fact, I don't think I even got an erection!" +92700 ,,,,,,,,,,,,,,,,,,,,"Suddenly, my penis started to swell." +92800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,W-Why is that? Maybe I was too nervous because of the sudden\nsituation...!? +92900 ,,,,,,,,,,,,,,,,,,,,"As I vigorously stroked my fully erect penis, I recalled the\nbath with Chii-chan, her naked body, and the sensation." +93000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh! ...Yeah, seeing Chii-chan like that, it's normal to\nshoot immediately..." +93100 ,,,,,,,,,,,,,,,,,,,,"I quickly prepared for a second round. No worries, I've got\nplenty of ammo. My hanging balls are ready to go anytime!\nThey're urging me to release quickly." +93200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"It's strange... Well, it felt good even without ejaculating,\nand it was really fun... but why? Next time, I want to do\nsomething naughty... Ugh!" +93300 ,,,,,,,,,,,,,,,,,,,,"While pondering, I remembered how incredibly cute Chii-chan\nwas, and I continued my nostalgic masturbation." +93400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I feel like I could go all night tonight...!! +93500 ,,,,,,,,,,,,,,,,,,,,That's what I thought. +93600 ,,,0,9000,,,,,,,,,,,,,,,, +93800 ,@012_CB06,,,,,,,,,,,,,,,,,,, +94100 ,,,5,31,,,,,,,,,,,,,,,,"Today, for lunch, it was the four of us: me, Chii-chan,\nKomako-chan, and Tenka-chan." +94200 ,,,,,,,,,,,,,,,,,,,,"I only ever prepare somen noodles, but the bento boxes of\nthe beautiful girls were truly impressive." +94300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"No matter when I see them, everyone's bento is amazing. I'm\nreally impressed." +94400 ,,,,,,,千恵,Chie,012_CB06_c_000.wav,,,,"chie,privateB",,0,,,,,"Your somen is delicious too, Oi-chan." +94600 ,,,,,,,,,,,,,chie,,0,,,,,"Yeah, yeah. It's really delicious. Especially the noodle\nbroth that the beautiful girls have tasted after finishing\ntheir meal is the best." +94700 ,,,,,,,甜花,Tenka,012_CB06_t_000.wav,,,,chie,,0,"tenka,privateB",,3,,Isn't there a way to make somen even more delicious? +94800 ,,,,,,,千恵,Chie,012_CB06_c_001.wav,,,,chie,,38,tenka,,3,,I think it's fine just the way it is now. +94900 ,,,,,,,甜花,Tenka,012_CB06_t_001.wav,,,,chie,,38,tenka,,20,,"Curry is delicious, but if you put pork cutlet on it, it's\neven better, right?" +95000 ,,,,,,,コマコ,Komako,012_CB06_k_001.wav,"komako,private",,21,chie,,38,tenka,,23,,Katsu curry is delicious. +95100 ,,,,,,,千恵,Chie,012_CB06_c_002.wav,komako,,21,chie,,1,tenka,,23,,Wow... Chii-chan loves katsu curry! +95200 ,,,,,,,甜花,Tenka,012_CB06_t_002.wav,komako,,21,chie,,1,tenka,,35,,That's why I think somen can be even more delicious too. +95300 ,,,,,,,千恵,Chie,012_CB06_c_003.wav,komako,,21,chie,,1,tenka,,35,,You mean adding something! ...But what could it be? +95400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,There's already green onions... Was there anything else? +95500 ,,,,,,,,,,,,,,,,,,,,"I searched the fridge, but there was nothing that seemed to\ngo well with somen." +95600 ,,,,,,,,,,,,,,,,,,,,"As I rummaged around, I noticed some condiments in the door\npocket." +95700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Should we try adding myoga? +95800 ,,,,,,,千恵,Chie,012_CB06_c_004.wav,,,,chie,,3,,,,,Is myoga tasty? +95900 ,,,,,,,コマコ,Komako,012_CB06_k_002.wav,komako,,27,chie,,3,,,,,It's an adult taste. I'm not a big fan. +96100 ,,,,,,,甜花,Tenka,012_CB06_t_003.wav,komako,,27,chie,,3,tenka,,9,,"I'm not a fan either. It tastes weird, like leaves or\nsomething." +96200 ,,,,,,,千恵,Chie,012_CB06_c_005.wav,komako,,27,chie,,3,tenka,,9,,"Oh~. Can I try adding it, Oi-chan?" +96300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,Maybe you should start with just a little bit? +96400 ,,,,,,,千恵,Chie,012_CB06_c_006.wav,,,,chie,,20,,,,,Just a little... +96500 ,,,,,,,,,,,,,chie,,20,,,,,Chii-chan dumped a heap of shredded myoga into her bowl. +96600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,"Chii-chan, isn't that a bit too much?" +96700 ,,,,,,,,,,,,,chie,,20,,,,,"I picked up most of the myoga from Chii- chan's bowl,\nleaving just a little behind." +96800 ,,,,,,,千恵,Chie,012_CB06_c_007.wav,,,,chie,,14,,,,,It feels like there's not enough... +96900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,14,,,,,"If it's tasty, I'll give you the rest, okay?" +97000 ,,,,,,,千恵,Chie,012_CB06_c_008.wav,,,,chie,,1,,,,,"Well then, let's eat!" +97100 ,,,,,,,,,,,,,chie,,1,,,,,"She mixed wasabi with the somen and brought it to her mouth.\nAs she chewed a few times, tears welled up in Chii-chan's\neyes." +97200 ,,,,,,,千恵,Chie,012_CB06_c_009.wav,,,,chie,,8,,,,,"Mm, mm... It tastes like grass..." +97300 ,,,,,,,コマコ,Komako,012_CB06_k_003.wav,komako,,26,,,,,,,,"Chii-chan, here's some tea." +97400 ,,,,,,,,,,komako,,26,,,,,,,,Komako-chan quickly handed her some tea. +97500 ,,,,,,,千恵,Chie,012_CB06_c_010.wav,,,,chie,,14,,,,,"Gulp, gulp... Ah~!! It tastes like crunchy grass. Is this\nwhat adult taste is?" +97600 ,,,,,,,,,,,,,chie,,14,,,,,Chii-chan asked everyone with a grimace. +97700 ,,,,,,,甜花,Tenka,012_CB06_t_004.wav,,,,chie,,14,tenka,,9,,That's why I said it tastes weird. +97800 ,,,,,,,千恵,Chie,012_CB06_c_011.wav,,,,chie,,34,tenka,,9,,Chii-chan shouldn't have eaten it... +97900 ,,,,,,,,,,,,,chie,,34,tenka,,9,,"And so, the four of us enjoyed slurping somen together\ntoday." +98100 ,,,7,,,,,,,,,,,,,,,,, +98200 ,,,,,,,コマコ,Komako,012_CB06_k_004.wav,komako,,21,,,,,,,,Thank you for the meal. +98300 ,,,,,,,甜花,Tenka,012_CB06_t_005.wav,,,,,,,tenka,,14,,Phew~ I might have eaten too much... +98400 ,,,,,,,千恵,Chie,012_CB06_c_012.wav,,,,chie,,1,,,,,"Food tastes better when we eat together, right?" +98500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, now that lunch is over, is everyone going to take a\nnap again today? I'll watch the shop while you do." +98600 ,,,,,,,,,,,,,,,,,,,,The fun time has come again today. +98700 ,,,,,,,,,,,,,,,,,,,,"Eating lunch together is fun, but for me, nap time is what I\nlook forward to the most." +98800 ,,,,,,,千恵,Chie,012_CB06_c_013.wav,,,,chie,,1,,,,,"Okay, goodnight!" +98900 ,,,,,,,コマコ,Komako,012_CB06_k_005.wav,komako,,23,,,,,,,,"Uncle, I can help with the dishes, you know?" +99000 ,,,,,,,甜花,Tenka,012_CB06_t_006.wav,komako,,23,,,,tenka,,21,,"Me too, me too!" +99100 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,tenka,,21,,"No, no. Don't worry about it. Your job is to sleep, right?" +99200 ,,,,,,,,,,komako,,23,,,,tenka,,21,,"If they washed the dishes so easily, it would take away some\nof the fun." +99300 ,,,,,,,,,,komako,,23,,,,tenka,,21,,"Besides, I want them to go to sleep quickly." +99400 ,,,,,,,甜花,Tenka,012_CB06_t_007.wav,komako,,23,,,,tenka,,1,,"Well, I'm going to sleep too~" +99500 ,,,,,,,千恵,Chie,012_CB06_c_014.wav,komako,,23,chie,,0,,,,,"Komako-chan, let's sleep together!" +99600 ,,,,,,,コマコ,Komako,012_CB06_k_006.wav,komako,,22,chie,,0,,,,,Yeah... +99700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, goodnight." +99900 ,,,15,,,,,,,,,,,,,,,,,"After making sure everyone had started sleeping, I began\ncleaning up." +100000 ,,,,,,,,,,,,,,,,,,,,I spent some time slowly licking the chopsticks that had\ntouched the three girls' mouths. +100100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... Maybe it's time for a little mischief~ +100200 ,,,,,,,,,,,,,,,,,,,,"Yesterday, I got a glimpse of their panties, so maybe I can\npush a bit further?" +100300 ,,,,,,,,,,,,,,,,,,,,"...Like their breasts, for example." +100400 ,,,,,,,,,,,,,,,,,,,,"None of them wear bras yet, so poking them over their\nclothes sounds good. This way, even if I get caught, I can\nmake an excuse..." +100500 ,,,,,,,,,,,,,,,,,,,,Ah... The romance is unfolding. +100600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...! Komako-chan, are you awake...?" +100700 ,,,,,,,,,,,,,,,,,,,,"When I returned to the room, Komako-chan was sitting next to\nChie-chan, staring blankly." +100800 ,,,,,,,,,,,,,,,,,,,,"I wondered if she was still half-asleep... As I watched,\nKomako-chan's face slowly moved closer to Chie-chan." +100900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? +101000 ,,,,,,,,,,,,,,,,,,,,Komako-chan gently touched her forehead to Chie-chan's. +101100 ,,,,,,,,,,,,,,,,,,,,"Then she pulled back a little, her cheeks blushing as she\nlooked down at Chie-chan." +101200 ,,,,,,,コマコ,Komako,012_CB06_k_007.wav,"komakoL,private",,22,,,,,,,,Chie-chan... +101300 ,,,,,,,,,,komakoL,,22,,,,,,,,Komako-chan murmured softly and stroked Chie- chan's hair. +101400 ,,,,,,,,,,komakoL,,22,,,,,,,,"Komako-chan's lips slowly approached Chie- chan's cheek,\nlightly touched it, and then quickly pulled away." +101600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,W-Whoa!? +101700 ,,,,,,,,,,,,,,,,,,,,I was shaken by the unexpected event. +101800 ,,,,,,,,,,,,,,,,,,,,I instinctively took a step back and bumped into the shelf. +101900 ,,,,,,,コマコ,Komako,012_CB06_k_009.wav,komakoL,,24,,,,,,,,--!! +102000 ,,,,,,,,,,komakoL,,24,,,,,,,,"Hearing the clattering noise, Komako-chan looked over at me." +102100 ,,,,,,,主人公,Kiyoshi,,komakoL,,24,,,,,,,,............ +102200 ,,,,,,,,,,komakoL,,24,,,,,,,,Our eyes met... +102300 ,,,,,,,,,,,,,,,,,,,,"I hurriedly left the spot, and from the room, I could hear\nrustling sounds. After a while, it became silent." +102400 ,,,,,,,,,,,,,,,,,,,,"When I fearfully peeked in, Komako-chan was lying next to\nChie-chan, pretending to sleep as if nothing had happened." +102500 ,,,,,,,,,,,,,,,,,,,,"I couldn't move from that spot for a while, replaying the\nscene in my mind over and over, as I watched Komako-chan and\nChie-chan." +102600 ,,,0,9001,,,,,,,,,,,,,,,, +102800 ,@013_CB07,,,,,,,,,,,,,,,,,,, +103100 ,,,6,21,,,,,,,,,,,,,,,,The sun's strength gradually weakens. Another day is coming\nto an end. +103200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, shall we wrap it up soon?" +103300 ,,,,,,,千恵,Chie,013_CB07_c_000.wav,,,,"chie,privateB",,1,,,,,Okay! +103400 ,,,,,,,,,,,,,,,,,,,,Chie-chan cheerfully responded and started bringing in the\nitems displayed outside the shop. +103500 ,,,,,,,,,,,,,,,,,,,,"As I was about to go help, someone tugged at the hem of my\nclothes." +103600 ,,,,,,,コマコ,Komako,013_CB07_k_000.wav,"komakoL,private",,14,,,,,,,,...... +103700 ,,,,,,,主人公,Kiyoshi,,komakoL,,14,,,,,,,,What's wrong? +103800 ,,,,,,,,,,komakoL,,14,,,,,,,,The one pulling my clothes was Komako-chan. +103900 ,,,,,,,,,,komakoL,,14,,,,,,,,"She seemed to have something to say, but Komako-chan\nremained silent, looking down." +104000 ,,,,,,,コマコ,Komako,013_CB07_k_001.wav,komakoL,,13,,,,,,,,...I have something to talk about. +104100 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,What is it about? +104200 ,,,,,,,コマコ,Komako,013_CB07_k_002.wav,komakoL,,13,,,,,,,,I can't say it here... because everyone is around. +104300 ,,,,,,,,,,komakoL,,13,,,,,,,,"She whispered softly, making sure Chie-chan and Tenka-chan\ncouldn't hear." +104400 ,,,,,,,,,,komakoL,,13,,,,,,,,"Finally, I realized she wanted to talk about what happened\nat noon..." +104500 ,,,,,,,千恵,Chie,013_CB07_c_001.wav,komakoL,,13,,,,,,,,"Komako-chan, can you help me for a bit~!" +104600 ,,,,,,,コマコ,Komako,013_CB07_k_003.wav,"komako,private",,24,,,,,,,,Ah... yeah! I'm coming! +104700 ,,,,,,,甜花,Tenka,013_CB07_t_000.wav,,,,,,,"tenka,privateB",,37,,"Cleaning up is part of the part-time job, right? Does that\nmean you'll get pocket money from Chie?" +104800 ,,,,,,,千恵,Chie,013_CB07_c_002.wav,,,,chie,,24,tenka,,37,,W-Well...! +104900 ,,,,,,,甜花,Tenka,013_CB07_t_001.wav,,,,,,,tenka,,1,,"Haha, just kidding! You started the part- time job because\nyou ran out of pocket money, right?" +105000 ,,,,,,,,,,,,,,,,,,,,Chie-chan and Tenka-chan were chatting happily at the shop\nfront. +105100 ,,,,,,,,,,,,,,,,,,,,"Seeing that, Komako-chan joined the conversation a bit\nnervously." +105200 ,,,,,,,コマコ,Komako,013_CB07_k_004.wav,komako,,20,,,,,,,,What should I help with? +105300 ,,,,,,,千恵,Chie,013_CB07_c_003.wav,komako,,20,chie,,25,,,,,"The toys got scattered, so please gather them up! Please!" +105400 ,,,,,,,甜花,Tenka,013_CB07_t_002.wav,komako,,20,chie,,25,tenka,,12,,It's because you tried to clean up in a hurry~ +105500 ,,,,,,,千恵,Chie,013_CB07_c_004.wav,komako,,20,chie,,5,tenka,,12,,"N-No, it's not! I just lost my balance a little!" +105600 ,,,,,,,,,,komako,,20,chie,,5,tenka,,12,,The three of them finished gathering the toys and carried\nthem inside the shop. The preparations for closing were\ncomplete. +105700 ,,,,,,,主人公,Kiyoshi,,komako,,20,chie,,5,tenka,,12,,"Good job, everyone. Komako-chan and Tenka- chan, it's great\nthat you helped Chie-chan." +105800 ,,,,,,,甜花,Tenka,013_CB07_t_003.wav,,,,,,,tenka,,23,,"Well, Chie asked for help, so we had no choice." +105900 ,,,,,,,コマコ,Komako,013_CB07_k_005.wav,komako,,21,,,,tenka,,23,,I enjoy working with Chie-chan. +106000 ,,,,,,,千恵,Chie,013_CB07_c_005.wav,komako,,21,chie,,1,tenka,,23,,"I see, hehe." +106100 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,1,tenka,,12,,"Alright, it's about time for everyone to head home! In about\n30 minutes, the closing music will start playing, okay?" +106200 ,,,,,,,甜花,Tenka,013_CB07_t_004.wav,,,,,,,tenka,,0,,"Komako, let's head home soon. Chie will probably stay behind\nagain." +106300 ,,,,,,,コマコ,Komako,013_CB07_k_006.wav,komako,,4,,,,tenka,,0,,"Eh... ah, yeah. That's right." +106400 ,,,,,,,,,,,,,,,,,,,,"Together with Tenka-chan, Komako-chan left the shop. She\nsaid she had something to talk about... I wonder what she's\nplanning to do?" +106500 ,,,,,,,千恵,Chie,013_CB07_c_006.wav,,,,chie,,20,,,,,"Hey, uncle. Can I have my part-time pay?" +106600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,"Alright, alright, just a moment." +106700 ,,,,,,,,,,,,,chie,,20,,,,,Chie-chan looked at me with sparkling eyes. She'll probably\nuse her part-time pay to buy sweets again... +106800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,We had a decent number of customers today... so here's 30\nyen. +106900 ,,,,,,,千恵,Chie,013_CB07_c_007.wav,,,,chie,,1,,,,,"Okay, okay... I'll buy this!" +107000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Uh, you know, Chie-chan..." +107100 ,,,,,,,,,,,,,chie,,1,,,,,It seems like she has no intention of paying it back...\nShould I really say something about this? +107200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"...Well, whatever. Here, exactly 30 yen." +107300 ,,,,,,,千恵,Chie,013_CB07_c_008.wav,,,,chie,,21,,,,,"Thank you! ...Mmm, since I worked so hard, these sweets\ntaste delicious!" +107400 ,,,,,,,,,,,,,chie,,21,,,,,I'm starting to think it might be better to pay Chie-chan's\npart-time wages in goods. +107500 ,,,,,,,,,,,,,chie,,21,,,,,But then she really wouldn't be able to pay it back... It\nwould defeat the purpose of her working part-time. +107600 ,,,,,,,,,,,,,chie,,21,,,,,I did talk to Chie-chan's mother with the understanding that\nshe'd pay it back. +107800 ,,,,,,,千恵,Chie,013_CB07_c_009.wav,,,,chie,,0,,,,,"Well, Chie-chan is going to head home now." +107900 ,,,,,,,,,,,,,chie,,0,,,,,She said that with a satisfied look after finishing her\nsweets. +108000 ,,,,,,,,,,,,,chie,,0,,,,,I feel a bit lonely that she's leaving already... but I have\nto listen to what Komako-chan has to say today. +108100 ,,,,,,,,,,,,,chie,,0,,,,,"I don't know if she'll come back, but it's probably best for\nChie-chan to head home early." +108200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,Can you get home by yourself? +108400 ,,,,11,,,千恵,Chie,013_CB07_c_010.wav,,,,chie,,1,,,,,"I'm fine! See you, until tomorrow!" +108500 ,,,,,,,,,,,,,,,,,,,,Chie-chan turned around and waved her hand energetically. +108600 ,,,,,,,,,,,,,,,,,,,,I waved back and saw her off. +108700 ,,,3,,,,コマコ,Komako,013_CB07_k_007.wav,,,,komako,,13,,,,,...Uncle. +108800 ,,,,,,,,,,,,,komako,,13,,,,,"Just as Chie-chan disappeared from view and I was about to\ngo back inside, Komako appeared." +108900 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,"Komako-chan, you came back." +109000 ,,,,,,,コマコ,Komako,013_CB07_k_008.wav,,,,komako,,33,,,,,Yeah... +109100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,33,,,,,"...Ah, come on in for now." +109200 ,,,,,,,コマコ,Komako,013_CB07_k_009.wav,,,,komako,,33,,,,,Yeah... +109300 ,,,,,,,,,,,,,komako,,33,,,,,"Komako-chan was fidgeting and didn't seem ready to talk. For\nnow, I invited her into the room to change the mood." +109500 ,,,,31,,,コマコ,Komako,013_CB07_k_010.wav,,,,komako,,13,,,,,............ +109600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,............ +109700 ,,,,,,,,,,,,,komako,,13,,,,,"Komako-chan and I sat facing each other on the cushions,\nboth remaining silent." +109800 ,,,,,,,,,,,,,komako,,13,,,,,"Komako-chan had a slightly tearful expression, her lips\ntightly pressed together, making it difficult to start a\nconversation." +109900 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,...Do you like Chie-chan? +110000 ,,,,,,,,,,,,,komako,,13,,,,,Komako-chan flinched. She remained tense for a while but\nthen nodded slightly. +110100 ,,,,,,,コマコ,Komako,013_CB07_k_011.wav,,,,komako,,31,,,,,P-please don't tell Chie-chan...! +110200 ,,,,,,,,,,,,,komako,,31,,,,,She pleaded with a voice that seemed on the verge of tears.\nHearing such a voice made me want to ask her to do various\nthings. +110300 ,,,,,,,,,,,,,komako,,31,,,,,...But wait a minute. +110400 ,,,,,,,,,,,,,komako,,31,,,,,"Certainly, it would be easy to manipulate Komako-chan as I\nwish right now." +110500 ,,,,,,,,,,,,,komako,,31,,,,,"Making a reluctant girl do naughty things might be tempting,\nbut..." +110600 ,,,,,,,,,,,,,komako,,31,,,,,I also want to see how Komako-chan's love will turn out. +110700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,31,,,,,"It's okay. I won't tell, so don't worry." +110900 ,,,,,,,,,,,,,komako,,31,,,,,Komako-chan's body was trembling slightly. +111000 ,,,,,,,,,,,,,komako,,31,,,,,"Ah, I see... She thinks she's done something wrong." +111100 ,,,,,,,コマコ,Komako,013_CB07_k_013.wav,,,,komako,,13,,,,,Is it weird for a girl to like another girl? +111200 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,"Hmm, I don't think so. It's not wrong for Komako-chan to\nlike Chie-chan." +111300 ,,,,,,,コマコ,Komako,013_CB07_k_014.wav,,,,komako,,24,,,,,...Really? Is that so? +111400 ,,,,,,,主人公,Kiyoshi,,,,,komako,,24,,,,,"Yes, that's right. The feeling of liking someone isn't about\nbeing a boy or a girl, right?" +111500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,24,,,,,"In some countries, girls can even marry each other." +111600 ,,,,,,,,,,,,,komako,,24,,,,,"She probably thought I wouldn't understand. Komako-chan\nlooked surprised at first, then gave a relieved smile." +111700 ,,,,,,,コマコ,Komako,013_CB07_k_015.wav,,,,komako,,0,,,,,Really? That's good... I'm not weird... +111800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,0,,,,,How long have you liked her? +111900 ,,,,,,,コマコ,Komako,013_CB07_k_016.wav,,,,komako,,33,,,,,"Uh, um... since I enrolled..." +112000 ,,,,,,,コマコ,Komako,013_CB07_k_017.wav,,,,komako,,33,,,,,Because my hair color and skin color are different... I was\nbullied a lot... +112100 ,,,,,,,コマコ,Komako,013_CB07_k_018.wav,,,,komako,,22,,,,,But Chie-chan said I was pretty... +112200 ,,,,,,,コマコ,Komako,013_CB07_k_019.wav,,,,komako,,22,,,,,And she helped me against the mean boys... +112400 ,,,,,,,コマコ,Komako,013_CB07_k_021.wav,,,,komako,,22,,,,,"When I think about Chie-chan, sometimes I get all tingly..." +112500 ,,,,,,,,,,,,,komako,,22,,,,,"The way she spoke shyly was irresistibly erotic. Oh no, I'm\ngetting aroused." +112600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,22,,,,,"Do you ever think about Chie-chan and, um, m-m-m...\nmasturbate?" +112700 ,,,,,,,コマコ,Komako,013_CB07_k_022.wav,,,,komako,,3,,,,,Masturbate... what's that? +112800 ,,,,,,,,,,,,,komako,,3,,,,,Komako-chan didn't even know the word 'masturbate.' So\ninnocent. +112900 ,,,,,,,,,,,,,komako,,3,,,,,"I want to color her pure, innocent self, like a blank\ncanvas, with my own hues." +113000 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,,,,,"Uh, have you ever touched your chest or the area between\nyour legs to feel good?" +113100 ,,,,,,,コマコ,Komako,013_CB07_k_023.wav,,,,komako,,33,,,,,The area... between my legs... +113200 ,,,,,,,,,,,,,komako,,33,,,,,"As soon as she said it, Komako-chan's face turned bright\nred." +113300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,33,,,,,"Komako-chan, your face is all red... have you done it\nbefore?" +113400 ,,,,,,,コマコ,Komako,013_CB07_k_024.wav,,,,komako,,13,,,,,............ +113500 ,,,,,,,,,,,,,komako,,13,,,,,Komako-chan gave a small nod. +113600 ,,,,,,,,,,,,,komako,,13,,,,,T-This cute Komako-chan is masturbating...! +113700 ,,,,,,,,,,,,,komako,,13,,,,,I want to see it... I want to see it live! I want to see\nKomako-chan getting aroused thinking about Chie-chan! +114300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,26,,,,,"Alright, I've decided! I'm going to support Komako-chan's\nlove!" +114400 ,,,,,,,コマコ,Komako,013_CB07_k_026.wav,,,,komako,,24,,,,,R-Really? +114500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,24,,,,,Yes. But... I'm not sure if Komako-chan's feelings are\ngenuine love. +114600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,24,,,,,"So, could you show me how much you like Chie-chan, Komako-\nchan?" +114700 ,,,,,,,コマコ,Komako,013_CB07_k_027.wav,,,,komako,,3,,,,,Show you... how? +114800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,,,,,"When you think about Chie-chan, your pussy tingles, right?" +114900 ,,,,,,,コマコ,Komako,013_CB07_k_028.wav,,,,komako,,2,,,,,Pussy? You mean down there... right. Yeah... +115000 ,,,,,,,主人公,Kiyoshi,,,,,komako,,2,,,,,"Then, I want you to show me what you always do when you\nthink about Chie-chan... your masturbation." +115100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,2,,,,,"If I understand your feelings, I think I can really help\nyou." +115200 ,,,,,,,コマコ,Komako,013_CB07_k_029.wav,,,,komako,,33,,,,,That's... embarrassing. +115300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,33,,,,,"If you think it's wrong to show someone, then why do you\nmasturbate, Komako-chan? Do you think what you're doing is\nbad?" +115400 ,,,,,,,主人公,Kiyoshi,,,,,komako,,33,,,,,"If not, then you can show me your masturbation, right?" +115500 ,,,,,,,コマコ,Komako,013_CB07_k_030.wav,,,,komako,,13,,,,,"...Maybe, but..." +115600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,"Chie-chan is the most important, right?" +115700 ,,,,,,,コマコ,Komako,013_CB07_k_031.wav,,,,komako,,26,,,,,Yeah... Chie-chan is my favorite. +115800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,26,,,,,"Then prove it. If you can't show me your masturbation, then\nI can't help you." +115900 ,,,,,,,コマコ,Komako,013_CB07_k_032.wav,,,,komako,,33,,,,,...Alright. I'll do it... I'll show you my masturbation... +116000 ,,,,,,,,,,,,,,,,,,,,"Resolutely, Komako-chan stood up." +116100 ,,,,,,,,,,,,,,,,,,,,She slowly lifts the hem of her skirt... +116300 ,,,10,,2100000,,,,,,,,,,,,,,, +116400 ,*mem,,,,2100000,,,,,,,,,,,,,,, +116500 ,,,10,,2100000,,,,,,,,,,,,,,,Panties... I can see Komako-chan's panties...! +116600 ,,,,,2100000,,,,,,,,,,,,,,,"And this time, it's not because I took them off. She's\nshowing them to me voluntarily...!" +116700 ,,,,,2100000,,,,,,,,,,,,,,,"I want to grab the camera, I want to jerk off, I want to\nbury my face in those panties...!" +116800 ,,,,,2100000,,,,,,,,,,,,,,,"While enduring various desires and worldly thoughts, I\nmaintain a calm exterior. If I show my ulterior motives,\nKomako-chan might become distrustful." +116900 ,,,,,2100000,,コマコ,Komako,013_CB07_k_033.wav,,,,komako,,0,,,,,U-uhh...! +117000 ,,,,,2100000,,,,,,,,,,,,,,,Komako-chan grabs her panties with a bright red face. +117100 ,,,,,2100000,,コマコ,Komako,013_CB07_k_034.wav,,,,komako,,0,,,,,D-don't stare too much... +117200 ,,,,,2100000,,主人公,Kiyoshi,,,,,,,,,,,,I can't do that. I need to confirm Komako- chan's feelings. +117300 ,,,,,2100000,,コマコ,Komako,013_CB07_k_035.wav,,,,komako,,0,,,,,But... it's still embarrassing... +117400 ,,,,,2100000,,主人公,Kiyoshi,,,,,,,,,,,,"It might be embarrassing, but do your best. Also, if you\nshow me more of what you like, it would make this old man\nhappy." +117500 ,,,,,2100010,,,,,,,,,,,,,,,Komako-chan slowly blinks once and bites the hem of her\nskirt. +117700 ,,,,,2100010,,コマコ,Komako,013_CB07_k_036.wav,,,,komako,,0,,,,,Chie-chan... +117800 ,,,,,2100010,,,,,,,,,,,,,,,"Murmuring Chie-chan's name, she pulls her panties more\nforcefully than before." +117900 ,,,,,2100010,,,,,,,,,,,,,,,"I see, Komako-chan masturbates by wedging her panties into\nher vagina." +118000 ,,,,,2100010,,コマコ,Komako,013_CB07_k_037.wav,,,,komako,,0,,,,,"Nngh, ahh... Chie-chan... haah, haah...!" +118100 ,,,,,2100010,,,,,,,,,,,,,,,"Komako-chan's hips start to move restlessly. To react this\nquickly, she must be quite experienced." +118200 ,,,,,2100010,,,,,,,,,,,,,,,The panties wedged into her vagina clearly outline the shape\nof her slit. +118300 ,,,,,2100010,,コマコ,Komako,013_CB07_k_038.wav,,,,komako,,0,,,,,"Nnph, ahhh..." +118400 ,,,,,2100010,,,,,,,,,,,,,,,"Perhaps, in her imagination, Komako-chan is doing something\nnaughty with Chie-chan." +118500 ,,,,,2100010,,コマコ,Komako,013_CB07_k_039.wav,,,,komako,,0,,,,,Haa... It's still embarrassing to be watched... but... +118600 ,,,,,2100010,,,,,,,,,,,,,,,"As she pulls her panties hard, they dig in deeper and\ndeeper." +118700 ,,,,,2100010,,,,,,,,,,,,,,,Her soft pussy changes shape under the pressure of the\npanties. +118800 ,,,,,2100010,,コマコ,Komako,013_CB07_k_040.wav,,,,komako,,0,,,,,"Hyahuu... ahn, uu... yaaah...!!" +118900 ,,,,,2100010,,,,,,,,,,,,,,,"As Komako-chan's pleasure heightens, the stain on her\npanties spreads more and more." +119100 ,,,,,2100020,,コマコ,Komako,013_CB07_k_041.wav,,,,komako,,0,,,,,Fuaaah...! Panties... +119200 ,,,,,2100020,,,,,,,,,,,,,,,"Even though she's just rubbing with her panties, her love\njuices keep overflowing." +119300 ,,,,,2100020,,,,,,,,,,,,,,,"When Komako-chan moves her hand, her love juices make a lewd\nsquelching sound." +119400 ,,,,,2100020,,コマコ,Komako,013_CB07_k_042.wav,,,,komako,,0,,,,,"Ahn... ahhh, uhh, fuaah... auuu...!!" +119500 ,,,,,2100020,,,,,,,,,,,,,,,Komako-chan's voice is gradually getting louder. +119600 ,,,,,2100020,,,,,,,,,,,,,,,"It's fortunate that in the countryside, houses aren't\nadjacent... if it were the city, making this much noise\nwould immediately give her away." +119700 ,,,,,2100020,,コマコ,Komako,013_CB07_k_043.wav,,,,komako,,0,,,,,"Nn, it feels good... more, squeeze the panties..." +119800 ,,,,,2100020,,,,,,,,,,,,,,,She's completely immersed in her fantasy world. It seems\nlike she doesn't even notice me. +119900 ,,,,,2100020,,,,,,,,,,,,,,,"I feel a bit lonely, but if I can see Komako- chan being\nthis lewd, it's fine." +120000 ,,,,,2100020,,,,,,,,,,,,,,,I desperately widen my eyes and focus my nerves to remember\nevery single movement of Komako-chan. +120200 ,,,,,2100030,,コマコ,Komako,013_CB07_k_044.wav,,,,komako,,0,,,,,My legs... are twitching... nn...! +120300 ,,,,,2100030,,コマコ,Komako,013_CB07_k_045.wav,,,,komako,,0,,,,,"Hyaaah... auh, haa haa... nn, kuh, yaa, ahhhh...!" +120400 ,,,,,2100030,,,,,,,,,,,,,,,The endless flow of love juices runs down Komako-chan's\nthighs. +120500 ,,,,,2100030,,,,,,,,,,,,,,,"Ah, what a waste... I want to lick it all up and clean it\nfor her..." +120600 ,,,,,2100030,,,,,,,,,,,,,,,"Just for now, I want to be Komako-chan's panties. Then I\ncould drink up all her love juices." +120700 ,,,,,2100030,,コマコ,Komako,013_CB07_k_046.wav,,,,komako,,0,,,,,Chi-chan... I love you... I want to kiss Chi-chan... +120800 ,,,,,2100030,,,,,,,,,,,,,,,"Perhaps due to the pleasure, Komako-chan's legs start\ntrembling." +120900 ,,,,,2100030,,,,,,,,,,,,,,,"However, her hands don't stop. They move greedily and\nintensely, seeking more pleasure." +121100 ,,,,,2100020,,コマコ,Komako,013_CB07_k_047.wav,,,,komako,,0,,,,,Ahh! Squeeze the panties more... +121200 ,,,,,2100020,,,,,,,,,,,,,,,She's probably stimulating her clitoris by pulling on her\npanties. +121300 ,,,,,2100020,,,,,,,,,,,,,,,"Even though she didn't know the word 'masturbation,' she\nknows exactly where it feels good." +121400 ,,,,,2100020,,コマコ,Komako,013_CB07_k_048.wav,,,,komako,,0,,,,,There... it's digging in deep... ah... ahhh...! +121500 ,,,,,2100020,,,,,,,,,,,,,,,The trembling in her legs grows stronger. It seems like\nshe's barely able to stand. +121600 ,,,,,2100020,,コマコ,Komako,013_CB07_k_049.wav,,,,komako,,0,,,,,It feels so good...! Chi-chan... Chi- chan...!! +121700 ,,,,,2100020,,,,,,,,,,,,,,,Komako-chan pulls her panties tight and stretches her legs\nstraight. +121900 ,,,,,2100030,,コマコ,Komako,013_CB07_k_050.wav,,,,komako,,0,,,,,"Nfuaaah...! Ah, haaaah...!!" +122000 ,,,,,2100030,,コマコ,Komako,013_CB07_k_051.wav,,,,komako,,0,,,,,My pussy is going numb...! It's tingling... getting\nbigger... haaaaaah!! +122100 ,,,,,2100030,,,,,,,,,,,,,,,"Komako-chan shivers, tears welling up at the corners of her\neyes, savoring the pleasure with her eyes closed." +122200 ,,,,,2100030,,コマコ,Komako,013_CB07_k_052.wav,,,,komako,,0,,,,,Haa... haa... nn... haa... +122300 ,,,,,2100030,,コマコ,Komako,013_CB07_k_053.wav,,,,komako,,0,,,,,I tried my hardest ever... it felt so good... +122400 ,,,,,2100030,,主人公,Kiyoshi,,,,,,,,,,,,"It seems so. Your panties are soaking wet, right? I\nunderstand what you like, Komako- chan." +122500 ,,,,,2100030,,コマコ,Komako,013_CB07_k_054.wav,,,,komako,,0,,,,,Haa haa... I'm glad... +122600 ,,,,,2100030,,,,,,,,,,,,,,,"Hearing my words, Komako-chan smiles and collapses, sitting\ndown." +122700 ,$event_return,,,,,,,,,,,,,,,,,,, +123000 ,,,3,,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, do you want to kiss Chi-chan?" +123100 ,,,,,,,コマコ,Komako,013_CB07_k_055.wav,,,,komako,,31,,,,,I do. +123200 ,,,,,,,主人公,Kiyoshi,,,,,komako,,31,,,,,What about more than that? +123300 ,,,,,,,コマコ,Komako,013_CB07_k_056.wav,,,,komako,,24,,,,,More than... that? +123400 ,,,,,,,主人公,Kiyoshi,,,,,komako,,24,,,,,Like doing naughty things with Chi-chan. Don't you think it\nwould be fun to do what you just showed me with Chi-chan? +123500 ,,,,,,,コマコ,Komako,013_CB07_k_057.wav,,,,komako,,22,,,,,...I want to do naughty things with Chi- chan. +123600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,22,,,,,Do you want Chi-chan to feel good too? +123700 ,,,,,,,コマコ,Komako,013_CB07_k_058.wav,,,,komako,,2,,,,,If Chi-chan feels good... I'd be really happy. +123800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,2,,,,,"Then, how about we study together? I know a lot of secrets\nabout girls that you don't know, Komako-chan." +123900 ,,,,,,,コマコ,Komako,013_CB07_k_059.wav,,,,komako,,3,,,,,"You do...? But you're not a girl, how do you know?" +124000 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,,,,,"Boys have the power to make girls feel naughty. I know a lot\nof places that feel good for girls that you don't know,\nKomako- chan." +124100 ,,,,,,,コマコ,Komako,013_CB07_k_060.wav,,,,komako,,17,,,,,...Hmm. +124200 ,,,,,,,,,,,,,komako,,17,,,,,It seems like I'm not really trusted. +124300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,17,,,,,"I can also teach you how to confess to Chi- chan and other\nthings. I'm a boy, after all." +124400 ,,,,,,,コマコ,Komako,013_CB07_k_061.wav,,,,komako,,23,,,,,Yeah... maybe... +124500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,23,,,,,"Let's study together and surprise Chi-chan. Let's work hard\nso you can do naughty things with Chi-chan, okay?" +124600 ,,,,,,,コマコ,Komako,013_CB07_k_062.wav,,,,komako,,27,,,,,...Okay. I'll study with you. I'll do my best! +124700 ,,,,,,,,,,,,,komako,,27,,,,,"When it comes to Chi-chan, she seems to agree to anything\nright away." +124800 ,,,,,,,,,,,,,komako,,27,,,,,This is great... I can do naughty things with Komako-chan\nunder the guise of studying...! +124900 ,,,,,,,コマコ,Komako,013_CB07_k_063.wav,,,,komako,,17,,,,,...Stare. +125000 ,,,,,,,主人公,Kiyoshi,,,,,komako,,17,,,,,W-What? +125100 ,,,,,,,コマコ,Komako,013_CB07_k_064.wav,,,,komako,,37,,,,,I felt something strange. +125200 ,,,,,,,主人公,Kiyoshi,,,,,komako,,37,,,,,There's nothing like that! +125300 ,,,,,,,コマコ,Komako,013_CB07_k_065.wav,,,,komako,,29,,,,,Hmm... +125400 ,,,,,,,,,,,,,komako,,29,,,,,A cold gaze is directed at me. Could it be that my ulterior\nmotives have been found out...? +125500 ,,,,,,,コマコ,Komako,013_CB07_k_066.wav,,,,komako,,0,,,,,Doing naughty things with Chi-chan... I have to do my best. +125600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,0,,,,,"I'll do my best too, so let's study a lot, Komako-chan." +125700 ,,,,,,,コマコ,Komako,013_CB07_k_067.wav,,,,komako,,21,,,,,Yeah. I'll work hard for Chi-chan's sake. +125800 ,,,,,,,,,,,,,komako,,21,,,,,Komako-chan said with her eyes sparkling brightly. +125900 ,,,,,,,,,,,,,komako,,21,,,,,"I was careful not to let my ulterior motives show on my\nface, while thinking about what kind of studying we should\ndo from tomorrow..." +126000 ,,,0,9001,,,,,,,,,,,,,,,, +126200 ,@014_CB08,,,,,,,,,,,,,,,,,,, +126500 ,,,7,33,,,,,,,,,,,,,,,,"After Komako-chan left, I was alone." +126600 ,,,,,,,,,,,,,,,,,,,,I can't get the image of Komako-chan's masturbation out of\nmy head. It keeps replaying in my mind over and over. +126700 ,,,,,,,,,,,,,,,,,,,,"Since there's no other noise, I can perfectly recreate her\ncute moans. This is going to make my masturbation more\nproductive." +126800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... phew. +126900 ,,,,,,,,,,,,,,,,,,,,"I finished ejaculating for who knows how many times, and\ncleaned up with tissues." +127000 ,,,,,,,,,,,,,,,,,,,,"I've been stroking too much and started to feel pain in my\ncock. Yet, my erection doesn't subside." +127100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I never thought I'd get to see such a beautiful girl's\nmasturbation scene live. +127200 ,,,,,,,,,,,,,,,,,,,,"Oops, my little guy is stirring again. It's urging me to\nstroke it quickly." +127300 ,,,,,,,,,,,,,,,,,,,,"Just as I was about to comfort my stiff cock, I noticed my\nphone blinking." +127400 ,,,,,9000020,,,,,,,,,,,,,,,...The only person who would contact me at this hour is that\ngirl. I cleaned my sticky hands and opened the LIME app. +127600 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'Just now, there was an idol special on TV! I got so\nexcited!'" +127700 ,,,,,9000010,,,,,,,,,,,,,,,"After the message, there was a sticker I had given her as a\ngift. She must have really wanted to convey her excitement." +127800 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'Real idols are amazing, aren't they? They're so dazzling.'" +127900 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,"'Tenka-chan, you're dazzling too.'" +128000 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'Really? I'm so happy!' +128100 ,,,,,9000010,,,,,,,,,,,,,,,"She sent a blushing smile sticker. In my mind, I imagined\nTenka-chan with a shy smile. Unable to resist her cuteness,\nI relieved myself once." +128200 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'I want to become an idol...' +128300 ,,,,,9000010,,,,,,,,,,,,,,,"As usual, Tenka-chan murmured. She says something like this\nat least once a day." +128400 ,,,,,9000010,,,,,,,,,,,,,,,It shows just how strong Tenka-chan's desire to become an\nidol is. +128500 ,,,,,9000010,,,,,,,,,,,,,,,"I wish I could make it happen for her, but there are things\nI can and can't do..." +128600 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'......' +128700 ,,,,,9000010,,,,,,,,,,,,,,,"No, maybe... there's something I can do?" +128800 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,"'So, do you want to try being an idol?'" +128900 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'What do you mean?' +129000 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'How about being the idol of my uncle's candy store?' +129100 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'At your uncle's store? Is that really being an idol?' +129200 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,"'You know, like a local idol.'" +129300 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'A local idol, huh.'" +129400 ,,,,,9000010,,,,,,,,,,,,,,,She sent a sticker that seemed to be pondering. Her reaction\nwasn't very positive. +129500 ,,,,,9000010,,,,,,,,,,,,,,,"Well, that's understandable. The idols Tenka- chan thinks of\nare probably those who shine on TV." +129600 ,,,,,9000010,,,,,,,,,,,,,,,She might not be interested in being an idol at a rundown\ncandy store in the countryside. +129700 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'That sounds kind of fun!' +129800 ,,,,,9000010,,,,,,,,,,,,,,,"Oh, she seems more interested than I thought. Maybe she's\nwilling to try anything under the guise of idol activities." +129900 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'But, it's embarrassing to do it alone...'" +130000 ,,,,,9000010,,,,,,,,,,,,,,,A sticker of embarrassment. +130100 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'You need to build stage confidence in places like this.' +130200 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'That's true, but...'" +130300 ,,,,,9000010,,,,,,,,,,,,,,,Another sticker of embarrassment. +130400 ,,,,,9000010,,,,,,,,,,,,,,,"Even if she dreams of becoming an idol, embarrassment is\nstill embarrassing." +130500 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'Idols are supposed to be in groups, right?'" +130600 ,,,,,9000010,,,,,,,,,,,,,,,"Saying that, Tenka-chan mentions KGB48 and some handsome guy\ngroups, emphasizing the importance of being in a group." +130700 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'See? Idols have to be in groups, don't they?'" +130800 ,,,,,9000010,,,,,,,,,,,,,,,"Indeed, with such a strong argument, I start to think she\nmight be right." +130900 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'Then why not invite Chie-chan and Komako- chan?' +131000 ,,,,,9000010,,,,,,,,,,,,,,,A trio of beautiful girls as an idol group... just thinking\nabout it makes my heart race. +131100 ,,,,,9000010,,,,,,,,,,,,,,,"What kind of outfits would look cutest on them? No, no, they\nwould look good in any outfit..." +131200 ,,,,,9000010,,,,,,,,,,,,,,,I imagine the beautiful girls dressed in idol costumes and\nfeel a wave of happiness. +131300 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'Ah, that might be nice.'" +131400 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'I wonder if Chie and Komako are interested in being idols?' +131500 ,,,,,9000010,,,,,,,,,,,,,,,"In situations like this, Tenka-chan always hesitates. She\nprobably can't invite them straightforwardly." +131600 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,"'I think they'd do it if it's with you, Tenka-chan.'" +131700 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'Really...?' +131800 ,,,,,9000010,,,,,,,,,,,,,,,A stamp with a thoughtful expression. +131900 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,"'Think about it overnight. If you still feel okay being\nalone, I'm all for it.'" +132000 ,,,,,9000010,,,,,,,,,,,,,,,"I decide to end the conversation here, as it's not good to\npush her too hard." +132100 ,,,,,9000010,,,,,,,,,,,,,,,"If we do too much LIME, Tenka-chan might get scolded by her\nmom." +132200 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'Yeah, I'll do that.'" +132300 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'Thanks, uncle. Good night.'" +132400 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'Good night.' +132500 ,,,,,9000010,,,,,,,,,,,,,,,"Finally, Tenka-chan sent a good night stamp." +132600 ,,,,,,,,,,,,,,,,,,,,Exchanging messages like this every night makes me feel like\nwe're a couple. +132700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"'A couple, huh...'" +132800 ,,,,,,,,,,,,,,,,,,,,"I scroll back through the history, imagining that Tenka-chan\nand I are actually in a relationship, and reread our\nexchanges." +132900 ,,,,,,,,,,,,,,,,,,,,"Since we're each other's first, we start off nervous, but\ngradually open up to each other as days go by..." +133000 ,,,,,,,,,,,,,,,,,,,,"Oh, what bliss." +133100 ,,,,,,,,,,,,,,,,,,,,"I've had enough satisfaction from tonight's masturbation, so\nI'll sleep wrapped in this happy feeling..." +133200 ,,,0,9000,,,,,,,,,,,,,,,, +133400 ,@015_CB09,,,,,,,,,,,,,,,,,,, +133700 ,,,,,,,,,,,,,,,,,,,, +133800 ,,,5,11,,,千恵,Chie,015_CB09_c_000.wav,,,,"chie,privateB",,5,,,,,"'Wow, it's so hot.'" +133900 ,,,,,,,,,,,,,chie,,5,,,,,"While cleaning in front of the store, Chie- chan wiped her\nsweat." +134000 ,,,,,,,千恵,Chie,015_CB09_c_001.wav,,,,chie,,5,,,,,'I'm starting to crave ice cream.' +134100 ,,,,,,,コマコ,Komako,015_CB09_k_000.wav,"komako,privateC",,23,chie,,5,,,,,"'Chie-chan, you don't have any allowance left, do you?'" +134200 ,,,,,,,千恵,Chie,015_CB09_c_002.wav,komako,,23,chie,,25,,,,,'That's true... but ice cream is expensive! Can't it be a\nlittle cheaper?' +134300 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,25,,,,,"'Even with my power, I can't do that.'" +134400 ,,"",,,,,,,,komako,,23,chie,,25,,,,,Even cheap ice cream costs over 60 yen... It's a luxury for\nChie-chan and the others. +134500 ,,,,,,,甜花,Tenka,015_CB09_t_000.wav,,,,,,,"tenka,privateC",,34,,... +134600 ,,,,,,,,,,,,,,,,tenka,,34,,"Listening to our conversation, Tenka-chan sat silently on\nthe bench." +134700 ,,,,,,,,,,,,,,,,tenka,,34,,She's probably thinking about the local idol I mentioned on\nLIME yesterday. +134800 ,,,,,,,,,,,,,,,,tenka,,34,,"As proof, she repeatedly opened her mouth to call out to\nChie-chan or Komako-chan, but lacked the courage and closed\nit again." +134900 ,,,,,,,千恵,Chie,015_CB09_c_003.wav,,,,chie,,3,tenka,,34,,"Tenka-chan, you seem a bit down today." +135000 ,,,,,,,甜花,Tenka,015_CB09_t_001.wav,,,,chie,,3,tenka,,23,,R-Really? I'm just the same as always. +135100 ,,,,,,,コマコ,Komako,015_CB09_k_001.wav,komako,,20,,,,tenka,,23,,You're usually more lively. +135200 ,,,,,,,甜花,Tenka,015_CB09_t_002.wav,komako,,20,,,,tenka,,10,,I'm not being noisy! +135300 ,,,,,,,千恵,Chie,015_CB09_c_004.wav,komako,,20,chie,,1,tenka,,10,,That's right! You're just full of energy! +135400 ,,,,,,,甜花,Tenka,015_CB09_t_003.wav,komako,,20,chie,,1,tenka,,30,,It's nothing... I'm just being normal. +135500 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan turned away with a pout. Somehow, it seemed like\nKomako-chan's mood soured because Chie-chan defended Tenka-\nchan." +135600 ,,,,,,,,,,,,,,,,,,,,"...Upon closer observation, Komako-chan is really attached\nto Chie-chan." +135700 ,,,,,,,,,,,,,,,,,,,,"She always tries to stay by Chie-chan's side. Even when she\nhas to be apart, she keeps glancing at Chie-chan and doesn't\ngo far." +135800 ,,,,,,,,,,,,,,,,,,,,I wonder if her pussy gets all wet when she's thinking about\nChie-chan like that? +135900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...This is bad. +136000 ,,,,,,,甜花,Tenka,015_CB09_t_004.wav,,,,,,,tenka,,4,,Huh? Where are you going? +136100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,4,,"I'm going to the restroom. Chie-chan, could you watch the\nstore for me?" +136200 ,,,,,,,千恵,Chie,015_CB09_c_005.wav,,,,chie,,1,,,,,Leave it to me! +136300 ,,,,,,,コマコ,Komako,015_CB09_k_002.wav,komako,,0,,,,,,,,I don't think anyone will come. +136400 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,Don't say something so sad... +136500 ,,,,,,,,,,,,,,,,,,,,"Probably no one will come, though." +136700 ,,,,51,,,,,,,,,,,,,,,,I left the store in the hands of the three beautiful girls\nand rushed to the restroom. It was because I remembered\nKomako-chan's masturbation scene. +136800 ,,,,,,,,,,,,,,,,,,,,Just recalling the image of a beautiful girl with soaking\nwet panties turns my penis into a raging spear. +136900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Just a little... I have to get back soon... +137000 ,,,,,,,,,,,,,,,,,,,,"Thinking that, my masturbation in the restroom didn't end\nuntil I ejaculated more than ten times." +137200 ,,,6,21,,,甜花,Tenka,015_CB09_t_005.wav,komako,,23,chie,,23,tenka,,32,,"Ah, you finally came back." +137300 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,23,tenka,,32,,"Thanks, everyone. Did any customers come?" +137400 ,,,,,,,千恵,Chie,015_CB09_c_006.wav,komako,,23,chie,,1,tenka,,32,,No one came! We were just chatting the whole time. +137500 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,1,tenka,,32,,"Oh, what were you talking about?" +137600 ,,,,,,,コマコ,Komako,015_CB09_k_003.wav,komako,,0,chie,,1,tenka,,32,,Summer vacation homework. We were talking about how far\nwe've gotten. +137700 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,1,tenka,,32,,"Homework, huh... Everyone's been playing here all afternoon,\nbut are you making progress?" +137800 ,,,,,,,甜花,Tenka,015_CB09_t_006.wav,komako,,0,chie,,1,tenka,,7,,"I'm doing it little by little. If I don't do my homework, my\nmom will take away my phone." +137900 ,,,,,,,コマコ,Komako,015_CB09_k_004.wav,komako,,21,chie,,1,tenka,,7,,I'm progressing according to plan. +138000 ,,,,,,,千恵,Chie,015_CB09_c_006a.wav,komako,,21,chie,,21,tenka,,7,,Chii-chan hasn't done any at all! +138100 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,21,tenka,,7,,You don't need to report that so energetically... +138200 ,,,,,,,コマコ,Komako,015_CB09_k_005.wav,komako,,0,chie,,21,tenka,,7,,Chii-chan is the type to do it all at once at the end of\nsummer vacation. +138300 ,,,,,,,甜花,Tenka,015_CB09_t_007.wav,komako,,0,chie,,21,tenka,,37,,Aren't you just copying the answers? +138400 ,,,,,,,千恵,Chie,015_CB09_c_007.wav,komako,,0,chie,,33,tenka,,37,,"N-no, I'm not! Really!" +138500 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,33,tenka,,37,,So you are doing it. +138600 ,,,,,,,千恵,Chie,015_CB09_c_008.wav,komako,,0,chie,,33,tenka,,37,,...I'm sorry. +138700 ,,,,,,,コマコ,Komako,015_CB09_k_006.wav,komako,,21,chie,,33,tenka,,37,,"Do you want to do homework together? If you do it with\nsomeone, it'll be done in no time." +138800 ,,,,,,,甜花,Tenka,015_CB09_t_008.wav,komako,,21,chie,,33,tenka,,16,,"A study session? If you really want to, I guess I could\njoin..." +138900 ,,,,,,,千恵,Chie,015_CB09_c_009.wav,komako,,21,chie,,1,tenka,,16,,Then it's decided! When should we do it? +139000 ,,,,,,,,,,,,,,,,,,,,"Everyone started talking enthusiastically. When it comes to\nhomework, I can't really join in... It feels a bit lonely." +139100 ,,,,,,,,,,,,,,,,,,,,"I glanced at Tenka-chan. With this flow, she probably can't\nbring up the local idol thing..." +139200 ,,,,,,,,,,,,,,,,,,,,"Maybe I should give her a little help. It might seem\nindulgent, but spoiling a beautiful girl is only natural." +139300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, does summer vacation homework include a free research\nproject?" +139400 ,,,,,,,千恵,Chie,015_CB09_c_010.wav,,,,chie,,0,,,,,"It does! I haven't decided what to do yet, though." +139500 ,,,,,,,甜花,Tenka,015_CB09_t_009.wav,,,,chie,,0,tenka,,3,,I haven't decided either. I should probably figure it out\nsoon. +139600 ,,,,,,,コマコ,Komako,015_CB09_k_007.wav,komako,,3,chie,,0,tenka,,3,,Do you have any good ideas for a topic? +139700 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,0,tenka,,3,,"Here's a suggestion from your uncle: since Chii-chan is\nworking part-time, why not make it about a job experience?" +139800 ,,,,,,,千恵,Chie,015_CB09_c_011.wav,komako,,3,chie,,21,tenka,,3,,That's a great idea! It sounds really fun! +139900 ,,,,,,,甜花,Tenka,015_CB09_t_010.wav,komako,,3,chie,,21,tenka,,29,,But only Chii can write about that. Can we do part-time jobs\ntoo? +140000 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,21,tenka,,29,,"That might be good too, but since it's a special\nopportunity, wouldn't a more girly job be better?" +140100 ,,,,,,,コマコ,Komako,015_CB09_k_008.wav,komako,,23,,,,,,,,"Then, what would be good?" +140200 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Well, since there are three girls here, how about 'idol'?" +140300 ,,,,,,,千恵,Chie,015_CB09_c_012.wav,komako,,23,chie,,1,,,,,Idol!? That sounds fun! +140400 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,1,,,,,"Right? Since you're doing a job experience, I think aiming\nfor a big dream like being an idol is great." +140500 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,1,,,,,"You know, local idols are popular these days. I think an\nidol for my candy shop isn't a bad idea either..." +140600 ,,,,,,,甜花,Tenka,015_CB09_t_011.wav,,,,,,,tenka,,16,,H-Hmph. That might be nice... +140700 ,,,,,,,,,,,,,,,,tenka,,16,,"Somehow, Tenka-chan tries to act mature, but her emotions\nalways show on her body." +140800 ,,,,,,,,,,,,,,,,tenka,,16,,"Her words suggest reluctance... but her body is fidgeting,\nunable to hide her excitement." +140900 ,,,,,,,,,,,,,,,,tenka,,16,,She's such a cute girl. +141000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,16,,"What about you, Komako-chan? Want to try being an idol?" +141100 ,,,,,,,コマコ,Komako,015_CB09_k_009.wav,komako,,33,,,,,,,,"...If Chii-chan does it, I'll do it too." +141200 ,,,,,,,,,,komako,,33,,,,,,,,"Komako-chan doesn't seem very interested. It's not that she\nwants to be an idol, she just wants to play with Chii-chan." +141300 ,,,,,,,千恵,Chie,015_CB09_c_013.wav,,,,chie,,1,,,,,"Then let's form a three-person group! All three of us\ntogether... um, uh..." +141400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Oh, right. We need to decide on a group name right away." +141500 ,,,,,,,千恵,Chie,015_CB09_c_014.wav,,,,chie,,0,,,,,What do you think? Should we go with 'Dagashiya Princess'? +141600 ,,,,,,,甜花,Tenka,015_CB09_t_012.wav,,,,chie,,0,tenka,,10,,No way! That's a rip-off from an anime and it's childish. We\nneed a more fitting name! +141700 ,,,,,,,千恵,Chie,015_CB09_c_015.wav,,,,chie,,25,tenka,,10,,Is it really that bad...? +141800 ,,,,,,,コマコ,Komako,015_CB09_k_010.wav,komako,,20,chie,,25,tenka,,10,,I think Dagashiya Princess is fine too. +141900 ,,,,,,,甜花,Tenka,015_CB09_t_013.wav,komako,,20,chie,,25,tenka,,10,,No! No means no! +142000 ,,,,,,,甜花,Tenka,015_CB09_t_014.wav,komako,,20,chie,,25,tenka,,38,,"An idol group name should be more memorable, but catchy..." +142100 ,,,,,,,千恵,Chie,015_CB09_c_016.wav,komako,,20,chie,,3,tenka,,38,,What does catchy mean? +142200 ,,,,,,,コマコ,Komako,015_CB09_k_011.wav,komako,,23,chie,,3,tenka,,38,,"Something easy to remember or impressive, like that." +142300 ,,,,,,,甜花,Tenka,015_CB09_t_015.wav,komako,,23,chie,,3,tenka,,1,,Exactly! And it has to be a cute name too! +142400 ,,,,,,,,,,komako,,23,chie,,3,tenka,,1,,"As soon as the idol group formation was decided, Tenka-\nchan's excitement soared." +142500 ,,,,,,,,,,komako,,23,chie,,3,tenka,,1,,She must have been dying to talk about this today. It was\ndefinitely the right call to lend a helping hand. +142600 ,,,,,,,千恵,Chie,015_CB09_c_017.wav,komako,,23,chie,,34,tenka,,1,,"I see, a cute name... Hmm, that's tough." +142700 ,,,,,,,コマコ,Komako,015_CB09_k_012.wav,komako,,20,chie,,34,tenka,,1,,"Chii-chan, since we're at it, let's think a bit more? I'll\ndo my best too." +142800 ,,,,,,,甜花,Tenka,015_CB09_t_016.wav,komako,,20,chie,,34,tenka,,20,,"That's right, the current one is no good, but if we all\nthink together, I'm sure we'll come up with a great group\nname!" +142900 ,,,,,,,,,,,,,,,,,,,,The three of them immediately formed a circle and started\ntheir meeting. Chii-chan seemed to have forgotten all about\nher part-time job. +143000 ,,,,,,,,,,,,,,,,,,,,They look like they're having fun. I wonder if there's a way\nfor me to join the circle of these beautiful girls. +143100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, I thought of a name like this――" +143200 ,,,,,,,甜花,Tenka,015_CB09_t_017.wav,,,,,,,"tenkaL,privateC",,10,,"No, Uncle! We decide the group name ourselves! Chii, Komako,\nlet's have our first meeting in the tatami room now!" +143300 ,,,,,,,千恵,Chie,015_CB09_c_018.wav,komako,,20,chie,,20,,,,,"Uncle, is it okay if we have a meeting?" +143400 ,,,,,,,コマコ,Komako,015_CB09_k_013.wav,komako,,20,chie,,20,tenka,,10,,"If it's not okay, then it's fine?" +143500 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,chie,,20,,"Ah... it's fine, it's fine. It's your summer homework after\nall. I'll mind the store today." +143600 ,,,,,,,甜花,Tenka,015_CB09_t_018.wav,komako,,20,tenka,,1,chie,,20,,"Alright, let's do our best for the first meeting!" +144000 ,,,,,,,千恵@甜花,Chie & Tenka,015_CB09_c_019.wav@015_CB09_t_019.wav,,,,chie,,1,tenka,,1,,Yeah! +144100 ,,,,,,,,,,,,,,,,,,,,Tenka-chan and Chii-chan confidently entered the tatami\nroom. +144200 ,,,,,,,,,,,,,,,,,,,,Komako-chan followed after them. +144300 ,,,,,,,コマコ,Komako,015_CB09_k_014.wav,"komakoL,privateC",,20,,,,,,,,"Sorry, okay?" +144400 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,,,,,Thank you... Komako-chan's kindness has lifted my spirits a\nbit. +144500 ,,,,,,,,,,komako,,20,,,,,,,,"Immediately, Tenka-chan and Chii-chan's voices could be\nheard from the back tatami room." +144600 ,,,,,,,おばあさん,Old Woman,,,,,,,,,,,,Excuse me. +144700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, welcome." +144800 ,,,,,,,甜花,Tenka,015_CB09_t_020.wav,,,,,,,,,,,"That's why, stop thinking of names like something-Ranger!" +144900 ,,,,,,,千恵,Chie,015_CB09_c_020.wav,,,,,,,,,,,I think it's catchy though... +145000 ,,,,,,,おばあさん,Old Woman,,,,,,,,,,,,I can hear such lively voices. Just hearing them lifts my\nspirits. +145100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, indeed. Hahaha..." +145200 ,,,,,,,,,,,,,,,,,,,,I continued to mind the store with a wry smile. +145500 ,,,7,,,,,,,,,,,,,,,,,"Since not many people come today, when the customers stop\ncoming, I can't help but eavesdrop on the meeting of the\nbeautiful girls." +145600 ,,,,,,,,,,,,,,,,,,,,"When I glanced over, the three of them were huddled\ntogether, looking quite heated." +145800 ,,"",,31,,,甜花,Tenka,015_CB09_t_021.wav,,,,chie,,21,tenka,,32,,"...Chii, do you maybe have no sense for naming?" +145900 ,,,,,,,千恵,Chie,015_CB09_c_021.wav,,,,chie,,5,tenka,,32,,"What~! Tenka-chan, that's mean!" +146000 ,,,,,,,甜花,Tenka,015_CB09_t_022.wav,,,,chie,,5,tenka,,10,,Then could you stop trying to name the group after snacks!? +146100 ,,,,,,,千恵,Chie,015_CB09_c_022.wav,,,,chie,,38,tenka,,10,,"Since we're idols from a snack shop, I thought snack names\nwould be better..." +146200 ,,,,,,,コマコ,Komako,015_CB09_k_015.wav,komako,,20,chie,,38,tenka,,10,,"Chii-chan, it's fine to use your favorite snacks, but there\nare cute snack names too, like Apricot..." +146300 ,,,,,,,千恵,Chie,015_CB09_c_023.wav,komako,,20,chie,,23,tenka,,10,,Apricot? Chii-chan doesn't know that... +146400 ,,,,,,,コマコ,Komako,015_CB09_k_016.wav,komako,,21,chie,,23,tenka,,10,,It's another name for apricot. +146500 ,,,,,,,甜花,Tenka,015_CB09_t_023.wav,komako,,21,chie,,23,tenka,,1,,"Ah, that might be a good idea!" +146800 ,,,,,,,,,,,,,,,,,,,,"Since Tenka-chan wants to become an idol someday, she might\nbe thinking of her own group name." +146900 ,,,,,,,,,,,,,,,,,,,,She probably has a name she wants to debut with... +147000 ,,,,,,,,,,,,,,,,,,,,Whether she wants to keep it special until her debut or just\ncan't bring it up... +147100 ,,,,,,,,,,,,,,,,,,,,It's probably the latter. +147200 ,,,,,,,千恵,Chie,015_CB09_c_024.wav,,,,chie,,10,,,,,Ugh... I'm tired~!! +147300 ,,,,,,,,,,,,,,,,,,,,"With a thud, Chii-chan sprawled out on the floor. Tenka-chan\nand Komako-chan also sat back on their cushions, looking\ntired." +147400 ,,,,,,,コマコ,Komako,015_CB09_k_017.wav,komako,,20,,,,,,,,Let's take a break. It's getting hot... +147500 ,,,,,,,甜花,Tenka,015_CB09_t_024.wav,komako,,20,,,,tenka,,12,,"I thought we'd decide more easily, but it's taking a while." +147600 ,,,,,,,千恵,Chie,015_CB09_c_025.wav,,,,chie,,5,,,,,"Phew, it's hot~. At times like this..." +147700 ,,,,,,,,,,,,,,,,,,,,Chii-chan suddenly got up and stood in front of the fan. +147800 ,,,,,,,,,,,,,,,,,,,,She grabbed the hem of her skirt... and started flapping it. +147900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... ohhh...! +148000 ,,,,,,,千恵,Chie,015_CB09_c_026.wav,,,,chie,,1,,,,,"Ahhh~ so cool~! Komako-chan, you should try it too!" +148400 ,,,,,,,コマコ,Komako,015_CB09_k_018.wav,komako,,21,,,,,,,,"Yeah, I'll do it..." +148500 ,,,,,,,,,,komako,,21,,,,,,,,"While I was flustered, Komako-chan also stood in front of\nthe fan." +148700 ,,,13,,4190000,,,,,,,,,,,,,,, +148800 ,*mem,,,,4190000,,,,,,,,,,,,,,, +148900 ,,,13,,4190000,,コマコ,Komako,015_CB09_k_019.wav,,,,komako,,0,,,,,"...Chii-chan, it's cool and feels nice, right?" +149000 ,,,,,4190000,,,,,,,,,,,,,,,"With the fan's wind and Chii-chan and Komako- chan's hand\nmovements, not only their panties but also their cute belly\nbuttons were visible." +149100 ,,,,,4190000,,,,,,,,,,,,,,,"Smartphone... where's my smartphone...? I hurriedly searched\nmy pocket, launched the silent camera app, and got ready." +149200 ,,,,,4190000,,,,,,,,,,,,,,,"I confirmed that no one was looking this way. After checking\nthe store, I pressed the shutter button repeatedly." +149300 ,,,,,4190000,,,,,,,,,,,,,,,"Hey, hey... everyone, you're not being cautious enough. What\nif a pervert saw you like this? You'd be in trouble." +149400 ,,,,,4190000,,,,,,,,,,,,,,,"Fortunately, I'm a gentleman among perverts, so I wouldn't\ndo anything rash like attacking suddenly." +149500 ,,,,,4190000,,,,,,,,,,,,,,,"I just capture this moment from afar, hoping it lasts\nforever." +149600 ,,,,,4190000,,甜花,Tenka,015_CB09_t_025.wav,,,,tenka,,0,,,,,H-Hey! What are you two doing?! Your panties are showing! +149700 ,,,,,4190000,,千恵,Chie,015_CB09_c_027.wav,,,,chie,,0,,,,,No one's watching~. This feels really cool. +149800 ,,,,,4190000,,千恵,Chie,015_CB09_c_028.wav,,,,chie,,0,,,,,Is the wind a bit weak? Let's turn it to the strongest! +149900 ,,,,,4190000,,,,,,,,,,,,,,,"With a click, the fan's button was pressed. The wind\nsuddenly became strong, and the skirts of the beautiful\ngirls fluttered and danced." +150000 ,,,,,4190000,,コマコ,Komako,015_CB09_k_020.wav,,,,komako,,0,,,,,"My crotch feels breezy... Chii-chan, your belly button is\ncompletely visible." +150100 ,,,,,4190000,,千恵,Chie,015_CB09_c_029.wav,,,,chie,,0,,,,,"Ahahaha! My skirt is fluttering, and it tickles a bit!" +150200 ,,,,,4190000,,,,,,,,,,,,,,,"Chii-chan and Komako-chan seem to be cooling off, but my\ncrotch is getting unbearably hot." +150300 ,,,,,4190000,,,,,,,,,,,,,,,I continue taking pictures while letting the occasional\nbreeze cool me down. +150400 ,,,,,4190000,,千恵,Chie,015_CB09_c_030.wav,,,,chie,,0,,,,,"Tenka-chan, have you ever tried it?" +150500 ,,,,,4190000,,甜花,Tenka,015_CB09_t_026.wav,,,,tenka,,0,,,,,I've never done it! I've never used a fan before... and my\npanties would be completely visible! +150600 ,,,,,4190000,,千恵,Chie,015_CB09_c_031.wav,,,,chie,,0,,,,,"Oh, I don't think you need to worry. We don't do it when\nboys are around, but it's just us girls now." +150700 ,,,,,4190000,,,,,,,,,,,,,,,"That's right, there's no need to worry. I'm just like air.\nNot a man." +150800 ,,,,,4190000,,甜花,Tenka,015_CB09_t_027.wav,,,,tenka,,0,,,,,"You say that easily, but I don't think it's normal..." +150900 ,,,,,4190000,,,,,,,,,,,,,,,It seems Tenka-chan is quite resistant to having her panties\nexposed. +151000 ,,,,,4190000,,,,,,,,,,,,,,,"As someone aiming to be an idol, she's probably sensitive\nabout panty flashes." +151100 ,,,,,4190000,,コマコ,Komako,015_CB09_k_021.wav,,,,komako,,0,,,,,All the girls at school do it. +151200 ,,,,,4190000,,千恵,Chie,015_CB09_c_032.wav,,,,chie,,0,,,,,"Yeah, yeah. When we all stayed over at Komako-chan's house,\nwe did it after the bath, right?" +151300 ,,,,,4190000,,千恵,Chie,015_CB09_c_033.wav,,,,chie,,0,,,,,"It's so stuffy under the skirt. Isn't it the same for you,\nTenka-chan?" +151400 ,,,,,4190000,,甜花,Tenka,015_CB09_t_028.wav,,,,tenka,,0,,,,,"I... kind of think so, but..." +151500 ,,,,,4190000,,甜花,Tenka,015_CB09_t_029.wav,,,,tenka,,0,,,,,"...Well, just a little..." +151600 ,,,,,4190000,,,,,,,,,,,,,,,"Succumbing to their persuasion, Tenka-chan decided to join\nthem." +151700 ,,,,,4190000,,,,,,,,,,,,,,,"Chii-chan, Komako-chan, good job! Since the three of you are\nsuch good friends, you have to flash your panties together!" +151900 ,,,,,4190010,,甜花,Tenka,015_CB09_t_030.wav,,,,tenka,,0,,,,,Ah... it feels nice... +152000 ,,,,,4190010,,千恵,Chie,015_CB09_c_034.wav,,,,chie,,0,,,,,Right? It's nice to let your skirt flutter like this. +152100 ,,,,,4190010,,甜花,Tenka,015_CB09_t_031.wav,,,,tenka,,0,,,,,"Geez... if you do that, you'll see my stomach too..." +152200 ,,,,,4190010,,コマコ,Komako,015_CB09_k_022.wav,,,,komako,,0,,,,,But it's really refreshing. +152300 ,,,,,4190010,,甜花,Tenka,015_CB09_t_032.wav,,,,tenka,,0,,,,,"I get that... but, hey, Chii! Don't lift my skirt!" +152400 ,,,,,4190010,,千恵,Chie,015_CB09_c_035.wav,,,,chie,,0,,,,,Ahahaha! Your face is all red! +152500 ,,,,,4190010,,,,,,,,,,,,,,,"Chii-chan vigorously flapped Tenka-chan's skirt, which had\nbeen modestly lifted." +152600 ,,,,,4190010,,,,,,,,,,,,,,,We got a full panty and belly button shot. The camera has\nalready switched to video mode. +152700 ,,,,,4190010,,,,,,,,,,,,,,,"I want to observe more closely, but if I get closer, Tenka-\nchan will quickly move away from the fan. I continue filming\nwhile trying hard to suppress my urges." +152800 ,,,,,4190010,,千恵,Chie,015_CB09_c_036.wav,,,,chie,,0,,,,,"Tenka-chan, your panties are cute. Where did you get them?" +152900 ,,,,,4190010,,甜花,Tenka,015_CB09_t_033.wav,,,,tenka,,0,,,,,T-These... I got them before I moved. +153000 ,,,,,4190010,,千恵,Chie,015_CB09_c_037.wav,,,,chie,,0,,,,,"Oh, really? My mom buys my panties for me!" +153100 ,,,,,4190010,,コマコ,Komako,015_CB09_k_023.wav,,,,komako,,0,,,,,"...Um, I think Chii-chan's panties are cute too." +153200 ,,,,,4190010,,千恵,Chie,015_CB09_c_038.wav,,,,chie,,0,,,,,"Really? Thanks, Komako-chan!" +153300 ,,,,,4190010,,,,,,,,,,,,,,,Komako-chan's cheeks turned a rosy red at Chii-chan's smile. +153400 ,,,,,4190010,,甜花,Tenka,015_CB09_t_034.wav,,,,tenka,,0,,,,,Ugh... why are we talking about panties in front of the\nfan... +153500 ,,,,,4190010,,千恵,Chie,015_CB09_c_039.wav,,,,chie,,0,,,,,"Hey, hey, Tenka-chan, what do you think of Chii-chan's\npanties?" +153600 ,,,,,4190010,,甜花,Tenka,015_CB09_t_035.wav,,,,tenka,,0,,,,,They're cute! +153700 ,,,,,4190010,,千恵,Chie,015_CB09_c_040.wav,,,,chie,,0,,,,,"―Oh! About the group name, how about 'Ribbon Girls'?" +153800 ,,,,,4190010,,コマコ,Komako,015_CB09_k_024.wav,,,,komako,,0,,,,,That's kind of cute... +153900 ,,,,,4190010,,甜花,Tenka,015_CB09_t_036.wav,,,,tenka,,0,,,,,"That's pretty good for you, Chii. How did you come up with\nit?" +154000 ,,,,,4190010,,千恵,Chie,015_CB09_c_041.wav,,,,chie,,0,,,,,Because everyone has ribbons on their panties! +154100 ,,,,,4190010,,甜花,Tenka,015_CB09_t_037.wav,,,,tenka,,0,,,,,"N-No way! If that's the reason, then no!" +154200 ,,,,,4190010,,千恵,Chie,015_CB09_c_042.wav,,,,chie,,0,,,,,What!? Why not!? +154300 ,,,,,4190010,,甜花,Tenka,015_CB09_t_038.wav,,,,tenka,,0,,,,,Are you planning to answer 'because everyone has ribbons on\ntheir panties' when asked about the group name!? +154400 ,,,,,4190010,,甜花,Tenka,015_CB09_t_039.wav,,,,tenka,,0,,,,,I can't imagine doing idol activities with such an\nembarrassing name! +154500 ,,,,,4190010,,千恵,Chie,015_CB09_c_043.wav,,,,chie,,0,,,,,But Komako-chan and Tenka-chan are wearing cute panties... I\nthought it was a good idea... +154600 ,,,,,4190010,,,,,,,,,,,,,,,"It's true, everyone has cute panties. I can understand\nwanting to name it that way." +154700 ,,,,,4190010,,,,,,,,,,,,,,,Well then... if I had to choose the cutest panties from an\nuncle's perspective... +154800 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Chii-chan,sel_1a",,,,,,,,,,,,,,,,,,,■@ Chie +↓,"$menu_item 1,Komako-chan,sel_1b",,,,,,,,,,,,,,,,,,,■A Komako +↓,"$menu_item 2,Tenka-chan,sel_1c",,,,,,,,,,,,,,,,,,,■B Tenka +↓,"$menu_item 3,All of them are cute,sel_1d",,,,,,,,,,,,,,,,,,,■C Everyone's cute +↓,$menu_end,,,,,,,,,,,,,,,,,,, +154900 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Chie +155000 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +155200 ,,,,,4190010,,,,,,,,,,,,,,,"It's a tough choice, but Chii-chan takes the win here." +155300 ,,,,,4190010,,,,,,,,,,,,,,,Simple white panties with a single ribbon. It's the perfect\nbalance. +155400 ,,,,,4190010,,,,,,,,,,,,,,,"White panties are a man's romance. The fact that Chii-chan,\nwho doesn't know about men's preferences, is wearing them\nmakes their value skyrocket." +155500 ,,,,,4190010,,,,,,,,,,,,,,,"Therefore, today's winner is Chii-chan. It was a difficult\ndecision, but I am confident in my choice." +155600 ,$go join_1,,,,,,,,,,,,,,,,,,, +155700 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Komako +155800 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +156000 ,,,,,4190010,,,,,,,,,,,,,,,"It's tough... really tough, but... one vote for Komako-chan!" +156100 ,,,,,4190010,,,,,,,,,,,,,,,The white base with blue patterns is refreshing and matches\nperfectly with half- Japanese Komako-chan. +156200 ,,,,,4190010,,,,,,,,,,,,,,,"Among the three, these are the most mature- looking panties,\nbut they highlight Komako- chan's cuteness and stimulate my\npenis." +156300 ,,,,,4190010,,,,,,,,,,,,,,,"Therefore, today's winner is Komako-chan. Today, I become a\nman who loves Komako-chan's panties." +156400 ,$go join_1,,,,,,,,,,,,,,,,,,, +156500 ,*sel_1c,,,,,,,,,,,,,,,,,,,■B Tenka +156600 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +156800 ,,,,,4190010,,,,,,,,,,,,,,,"After carefully observing the three and taking a long time\nto deliberate, the result I arrived at is... Tenka-chan." +156900 ,,,,,4190010,,,,,,,,,,,,,,,"Pink with white polka dots, the cutest panties among the\nthree. As expected of an aspiring idol. Her sense shines." +157000 ,,,,,4190010,,,,,,,,,,,,,,,She intends to captivate fans' crotches with those panties.\nI've already become a big fan. +157100 ,,,,,4190010,,,,,,,,,,,,,,,"Therefore, today's winner is Tenka-chan. Please continue to\ndelight my crotch with those panties." +157200 ,$go join_1,,,,,,,,,,,,,,,,,,, +157300 ,*sel_1d,,,,,,,,,,,,,,,,,,,■C Everyone's cute +157400 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +157500 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +157600 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +157800 ,,,,,4190010,,,,,,,,,,,,,,,Having to choose just one from these three cute girls...\nthere's no way I can do that! +157900 ,,,,,4190010,,,,,,,,,,,,,,,"Panties are individuality. Individuality should be\nrespected. Therefore, I can't decide on just one." +158000 ,,,,,4190010,,,,,,,,,,,,,,,I don't mind being called indecisive. I love all the\npanties! May the panties worn by beautiful girls be blessed! +158100 ,,,,,4190010,,,,,,,,,,,,,,,"Therefore, today's winner is everyone! Panties are beautiful\nwhen worn by beautiful girls!" +158200 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +158300 ,,,,,4190010,,甜花,Tenka,015_CB09_t_040.wav,,,,tenka,,0,,,,,"Hey, let's continue our discussion. We have to decide on a\nlot of things today. It's cool enough now, right?" +158400 ,,,,,4190010,,千恵,Chie,015_CB09_c_044.wav,,,,chie,,0,,,,,Isn't it just the group name we need to decide? +158500 ,,,,,4190010,,甜花,Tenka,015_CB09_t_041.wav,,,,tenka,,0,,,,,"We have to think about poses, signatures... a lot of things,\nor we can't become idols..." +158600 ,,,,,4190010,,コマコ,Komako,015_CB09_k_025.wav,,,,komako,,0,,,,,It feels a bit early for signatures. +158700 ,,,,,4190010,,甜花,Tenka,015_CB09_t_042.wav,,,,tenka,,0,,,,,"There's no harm in thinking ahead, right? What if someone\nsuddenly asks for a signature?" +158800 ,,,,,4190010,,千恵,Chie,015_CB09_c_045.wav,,,,chie,,0,,,,,Um... I'll try my best to scribble something. +158900 ,,,,,4190010,,甜花,Tenka,015_CB09_t_043.wav,,,,tenka,,0,,,,,"Don't underestimate signatures! They may look like\nscribbles, but they have meaning and need to show\nindividuality too―" +159000 ,,,,,4190010,,,,,,,,,,,,,,,"Once again, Tenka-chan's switch was flipped. She talked\nabout what it means to be an idol and the mindset of an\nidol." +159100 ,,,,,4190010,,,,,,,,,,,,,,,"Chie-chan was nodding and listening seriously, but Komako-\nchan looked a bit bored. She really isn't interested, huh..." +159200 ,,,,,4190010,,千恵,Chie,015_CB09_c_046.wav,,,,chie,,0,,,,,"Alright, let's resume the meeting!" +159300 ,$event_return,,,,,,,,,,,,,,,,,,, +159500 ,,,13,21,,,,,,,,,,,,,,,,"Seeing the three of them move away from the fan, I quietly\nleft the spot as well." +159600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,This meeting... seems like it's going to drag on. +159700 ,,,,,,,,,,,,,,,,,,,,Chie-chan seems to have forgotten about her part-time job... +159800 ,,,,,,,,,,,,,,,,,,,,"Oh well. I don't want to interrupt them when they're having\nso much fun, so I'll let them talk as much as they want." +159900 ,,,,,,,,,,,,,,,,,,,,"While occasionally attending to customers who came into the\nshop, I watched the beautiful girls engrossed in\nconversation in the room." +160100 ,,,7,32,,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone, it's about time to head home." +160200 ,,,,,,,甜花,Tenka,015_CB09_t_044.wav,,,,,,,tenka,,4,,What! Is it that late already? +160300 ,,,,,,,千恵,Chie,015_CB09_c_047.wav,,,,chie,,5,tenka,,4,,"Time flew by, didn't it?" +160700 ,,,,,,,甜花,Tenka,015_CB09_t_045.wav,,,,chie,,5,tenka,,32,,"I've been talking so much, my throat is dry..." +160800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,tenka,,32,,"So, did you decide on a group name?" +160900 ,,,,,,,甜花,Tenka,015_CB09_t_046.wav,,,,,,,"tenka,privateC",,1,,We nailed it! It's a cute and idol-like name! +161000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,1,,I'm curious. Will you tell me? +161100 ,,,,,,,甜花,Tenka,015_CB09_t_047.wav,,,,,,,tenka,,18,,"If you're that eager, maybe I'll tell you. ...Ready, set!" +161200 ,,,,,,,千恵@コマコ@甜花,Three People,015_CB09_c_049.wav@015_CB09_k_027.wav@015_CB09_t_048.wav,komako,,1,tenka,,1,chie,,1,,'DGS48'! +161300 ,,,,,,,主人公,Kiyoshi,,komako,,1,tenka,,1,chie,,1,,Oh... huh? +161400 ,,,,,,,,,,,,,,,,,,,,48? +161500 ,,,,,,,甜花,Tenka,015_CB09_t_049.wav,,,,,,,tenka,,17,,...Why do you look so puzzled? +161600 ,,,,,,,,,,,,,,,,tenka,,17,,"Seeing my reaction, Tenka-chan suddenly becomes displeased.\nShe probably thought I'd be more surprised." +161700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,17,,S-Sorry. I was just curious about the origin of the name. +161800 ,,,,,,,千恵,Chie,015_CB09_c_050.wav,,,,chie,,1,,,,,"You know, you know, DGS is short for dagashi!" +161900 ,,,,,,,コマコ,Komako,015_CB09_k_028.wav,komako,,21,chie,,1,,,,,"Since we're idols of a dagashi shop, we thought a name based\non dagashi would be perfect." +162000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I see. +162100 ,,,,,,,,,,,,,,,,,,,,"So what does the 48 mean...? There aren't 48 members. If\nthere were 48 members in the future, I'd be thrilled." +162200 ,,,,,,,甜花,Tenka,015_CB09_t_050.wav,,,,,,,tenka,,0,,There are two reasons for the 48. The first is because we\nwant to be like KGB48. +162300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,0,,"Ah, so that's the reference." +162400 ,,,,,,,甜花,Tenka,015_CB09_t_051.wav,,,,,,,tenka,,38,,"The second reason is... 4 plus 8 is 12, right? 1 plus 2 is\n3, right? ...See, it becomes 3!" +162500 ,,,,,,,,,,,,,,,,tenka,,38,,"Tenka-chan proudly puffs out her chest, as if to say, 'How\nabout that?' It's likely that Tenka-chan pushed this idea\nthrough." +162600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,38,,"It's clever or maybe a bit of a stretch... but anyway, it's\na good name!" +162700 ,,,,,,,甜花,Tenka,015_CB09_t_052.wav,,,,,,,tenka,,1,,Right! +162800 ,,,,,,,,,,,,,,,,,,,,"She looks really happy, but in the end, they couldn't come\nup with anything and just copied it. Yeah, they copied it." +162900 ,,,,,,,,,,,,,,,,,,,,"But since Tenka-chan and everyone else seem satisfied, it's\nprobably fine." +163000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"So, does that mean you'll start activities as soon as\ntomorrow?" +163100 ,,,,,,,甜花,Tenka,015_CB09_t_053.wav,,,,,,,tenka,,20,,"That's right, but before we start full- fledged idol\nactivities, we've decided to hold a general election!" +163200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,20,,A general election? Like what KGB48 does? +163300 ,,,,,,,甜花,Tenka,015_CB09_t_054.wav,,,,,,,tenka,,18,,"Yes! After all, if we don't decide on a center, the group\nwon't feel complete, right? So we're going to have the\ndagashi shop customers vote!" +163400 ,,,,,,,甜花,Tenka,015_CB09_t_055.wav,,,,,,,tenka,,0,,"Is that okay, Uncle? Komako and I plan to help out at the\nshop too, but since it's part of our idol activities, we\ndon't need any part-time wages!" +163500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,0,,"That's fine. If the three of you become the shop's idols,\nI'd be more than happy." +163600 ,,,,,,,,,,,,,,,,tenka,,0,,"I thought they were just deciding on a group name, but they\ndiscussed all that too." +163700 ,,,,,,,甜花,Tenka,015_CB09_t_056.wav,,,,,,,tenka,,21,,"It's really idol-like, right!" +163800 ,,,,,,,,,,,,,,,,tenka,,21,,Tenka-chan's eyes are sparkling. She must have really wanted\nto try something like this. +163900 ,,,,,,,コマコ,Komako,015_CB09_k_029.wav,komako,,3,,,,tenka,,21,,I don't really care about being the center. +164000 ,,,,,,,甜花,Tenka,015_CB09_t_057.wav,komako,,3,,,,tenka,,10,,You can't be so passive! Idols need to be more aggressive! +164100 ,,,,,,,千恵,Chie,015_CB09_c_051.wav,komako,,3,chie,,1,tenka,,10,,I love meat! +164200 ,,,,,,,甜花,Tenka,015_CB09_t_058.wav,komako,,3,chie,,1,tenka,,32,,"That's not what I meant... oh, never mind." +164300 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,1,tenka,,32,,"If it's an election, we'll need to make voting tickets. And\nwe have to decide on the voting method too." +164400 ,,,,,,,甜花,Tenka,015_CB09_t_059.wav,komako,,3,chie,,1,tenka,,4,,"Oh, right... We haven't decided on any of that." +164500 ,,,,,,,千恵,Chie,015_CB09_c_052.wav,komako,,3,chie,,20,tenka,,4,,Should we discuss it now? +164600 ,,,,,,,コマコ,Komako,015_CB09_k_030.wav,komako,,27,chie,,20,tenka,,4,,"We should head home soon, or it'll get dark." +164700 ,,,,,,,主人公,Kiyoshi,,komako,,27,chie,,20,tenka,,4,,You all should head home. I'll take care of making the\nvoting tickets and deciding the rules. +164800 ,,,,,,,千恵,Chie,015_CB09_c_053.wav,,,,chie,,5,,,,,"Are you sure? Won't it be tough for you alone, Uncle?" +164900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,"You're promoting my shop, right? Then I should at least do\nthis much." +165000 ,,,,,,,,,,,,,chie,,5,,,,,I also want to repay them for showing me their panties\nearlier. +165100 ,,,,,,,甜花,Tenka,015_CB09_t_060.wav,,,,chie,,5,tenka,,1,,"Thanks! Then, please take care of the voting stuff." +165200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,tenka,,1,,"In return, make sure you do your homework... especially you,\nChie-chan." +165300 ,,,,,,,千恵,Chie,015_CB09_c_054.wav,,,,chie,,34,tenka,,1,,Ugh... okay. I'll do my best... +165400 ,,,,,,,甜花,Tenka,015_CB09_t_061.wav,,,,chie,,34,tenka,,37,,"Chii is all talk, though." +165500 ,,,,,,,千恵,Chie,015_CB09_c_055.wav,,,,chie,,5,tenka,,37,,I-I'm not just talk! I'll really do it! +165600 ,,,,,,,甜花,Tenka,015_CB09_t_062.wav,,,,chie,,5,tenka,,0,,"Then, if Chii finishes her homework before me, I'll buy you\nice cream." +165700 ,,,,,,,千恵,Chie,015_CB09_c_056.wav,,,,chie,,1,tenka,,0,,Really!? Then I'll do my best! +165800 ,,,,,,,コマコ,Komako,015_CB09_k_031.wav,komako,,20,chie,,1,tenka,,0,,"Chii-chan, fight!" +165900 ,,,,,,,甜花,Tenka,015_CB09_t_063.wav,komako,,20,chie,,1,tenka,,38,,"If Chii loses, you have to buy me ice cream." +166000 ,,,,,,,千恵,Chie,015_CB09_c_057.wav,komako,,20,chie,,24,tenka,,38,,N-No way! That's impossible! +166100 ,,,,,,,コマコ,Komako,015_CB09_k_032.wav,komako,,21,chie,,24,tenka,,38,,"Chii-chan, fight!" +166200 ,,,,12,,,,,,,,,,,,,,,,"Laughing, the three beautiful girls headed home. I went out\nto the shopfront and waved them off until they disappeared\nfrom sight." +166300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Alright then... +166400 ,,,,,,,,,,,,,,,,,,,,"I locked up the shop, prepared the voting tickets, decided\non the voting rules, and... took care of myself with the\npanty pictures from earlier... I had a mountain of things to\ndo." +166500 ,,,,,,,,,,,,,,,,,,,,But just imagining the girls' happy faces gives me the\nstrength to keep going. +166600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Alright! Let's get fired up and do this! +166700 ,,,,,,,,,,,,,,,,,,,,"Though I started off energetically, the unfamiliar tasks\ntook longer than expected, and I ended up staying awake\nuntil late at night..." +166800 ,,,0,9000,,,,,,,,,,,,,,,, +166900 ,@016_CB10,,,,,,,,,,,,,,,,,,, +167200 ,,,,,,,,,,,,,,,,,,,, +167300 ,,,5,11,,,主人公,Kiyoshi,,,,,,,,,,,,Yaaawn...!! +167400 ,,,,,,,,,,,,,,,,,,,,"I yawned for what felt like the umpteenth time today. Even\nthough it's almost noon, I just can't seem to wake up..." +167500 ,,,,,,,千恵,Chie,016_CB10_c_000.wav,,,,"chie,private",,3,,,,,That's a big yawn. Couldn't sleep? +167600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"I was thinking about DGS48, so I ended up going to bed late." +167700 ,,,,,,,甜花,Tenka,016_CB10_t_000.wav,,,,,,,"tenka,private",,32,,"You didn't have to go that far... Uncle, you'll catch a\ncold." +167800 ,,"",,,,,コマコ,Komako,016_CB10_k_000.wav,"komako,privateB",,23,,,,,,,,It'd be a problem if the shop closed. +167900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Thanks for worrying about me. But don't worry, I'm pretty\nstrong." +168000 ,,,,,,,,,,,,,,,,,,,,I have enough stamina to handle ejaculating dozens of times\na day. +168100 ,,,,,,,,,,,,,,,,,,,,My body's resilience might be built from daily masturbation. +168200 ,,,,,,,甜花,Tenka,016_CB10_t_001.wav,,,,,,,tenka,,0,,"So, when are we starting the general election?" +168300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,0,,"Well, hold on. I'm not done with the preparations yet.\n...Alright, everyone, could you line up in front of the\nshop? I want to take a photo for the poster." +168400 ,,,,,,,千恵,Chie,016_CB10_c_001.wav,,,,chie,,21,,,,,"Okay! Then, Chie-chan in the center!" +168500 ,,,,,,,甜花,Tenka,016_CB10_t_002.wav,,,,chie,,21,tenka,,10,,Huh!? The center is mine! I won't give it up! +168600 ,,,,,,,コマコ,Komako,016_CB10_k_001.wav,komako,,3,chie,,21,tenka,,10,,I don't mind where I stand. +168700 ,,,,,,,,,,,,,,,,,,,,"Oh, oops... That's right. Even for a poster photo, there's a\nfight for the center spot." +168800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Um... then, how about we line up in alphabetical order from\nthe left? That should be fair, right?" +168900 ,,,,,,,甜花,Tenka,016_CB10_t_003.wav,,,,,,,tenka,,29,,...Alright. That's fine. +169000 ,,,,,,,,,,,,,,,,,,,,"So, the order became Tenka-chan, Komako-chan, and Chie-chan." +169100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Oh, before the photo shoot, I need to hand these out." +169200 ,,,,,,,千恵,Chie,016_CB10_c_002.wav,,,,chie,,3,,,,,What's this? Name tags? +169300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"That's right. We need to make sure everyone knows your\nnames, or they might vote incorrectly." +169400 ,,,,,,,,,,,,,chie,,3,,,,,"Of course, these name tags are handmade. I tried to make\nthem as eye-catching and cute as possible by playing with\nthe fonts." +169500 ,,,,,,,,,,,,,chie,,3,,,,,"They don't compare to what a professional would make, but I\nthink they turned out well." +169600 ,,,,,,,甜花,Tenka,016_CB10_t_004.wav,,,,,,,tenka,,23,,"To think you'd prepare something like this, Uncle, you're\namazing." +169700 ,,,,,,,コマコ,Komako,016_CB10_k_002.wav,komako,,20,,,,tenka,,23,,It feels like we're real idols. +169800 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,tenka,,23,,"I wish I could've prepared costumes too, but that was a bit\nmuch..." +169900 ,,,,,,,甜花,Tenka,016_CB10_t_005.wav,komako,,20,,,,tenka,,38,,"Idols' casual clothes are important too, so we're fine as we\nare!" +170000 ,,,,,,,千恵,Chie,016_CB10_c_003.wav,komako,,20,chie,,1,tenka,,38,,It would be fun if we all wore matching outfits though. +170100 ,,,,,,,コマコ,Komako,016_CB10_k_003.wav,komako,,22,chie,,1,tenka,,38,,Matching clothes with... Chii-chan... +170200 ,,,,,,,,,,komako,,22,chie,,1,tenka,,0,,Imagining matching outfits must be exciting her. Seeing\nKomako-chan like that excites me too. +170300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone, once you've got your name tags on, look this way!" +170400 ,,,,,,,千恵,Chie,016_CB10_c_004.wav,,,,chie,,5,,,,,Is this okay? Did I put it on right? +170500 ,,,,,,,コマコ,Komako,016_CB10_k_004.wav,komako,,0,chie,,5,,,,,It's a bit crooked. Let me fix it for you. +170600 ,,,,,,,千恵,Chie,016_CB10_c_005.wav,komako,,0,chie,,1,,,,,"Thanks, Komachan!" +170700 ,,,,,,,コマコ,Komako,016_CB10_k_005.wav,komako,,21,chie,,1,,,,,...You're welcome. +170800 ,,,,,,,甜花,Tenka,016_CB10_t_006.wav,komako,,21,chie,,1,tenka,,23,,Where should I put the name tag to make it look cutest...? +170900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,... +171000 ,,,,,,,,,,,,,,,,,,,,It takes quite a bit of time just to put on a name tag.\nBeing an idol is tough. +171100 ,,,,,,,千恵,Chie,016_CB10_c_006.wav,,,,chie,,1,,,,,"Uncle, we're ready! You can take the picture anytime!" +171200 ,,,,,,,,,,,,,,,,,,,,"It seems like they're finally ready, so I prepare the\ncamera. In front of the lens, the three of them strike their\nown poses." +171300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm taking it now... Say cheese! +171500 ,,,,,,,甜花,Tenka,016_CB10_t_007.wav,,,,,,,tenka,,9,,"Oh, Uncle! Can we do it again? I think my smile was a bit\nawkward just now!" +171600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,9,,Really? It looked like the best smile to me. +171700 ,,,,,,,甜花,Tenka,016_CB10_t_008.wav,,,,,,,tenka,,7,,"I'm not satisfied, so please!" +172000 ,,,,,,,千恵,Chie,016_CB10_c_007.wav,,,,chie,,0,,,,,"I think Tenka-chan is cute, so there's no need for a retake." +172100 ,,,,,,,甜花,Tenka,016_CB10_t_010.wav,,,,,,,tenka,,13,,R-Really? +172200 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan didn't seem displeased with the compliment from\nher friend. However, Komako- chan's expression turned\nsullen." +172300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you're all cute too. Right, Chii-chan?" +172400 ,,,,,,,千恵,Chie,016_CB10_c_008.wav,,,,chie,,1,,,,,Yeah! Komako-chan is cute too! +172500 ,,,,,,,コマコ,Komako,016_CB10_k_007.wav,komako,,22,,,,,,,,...... +172600 ,,,,,,,,,,komako,,22,,,,,,,,"Oh, Komako-chan smiled a little! It seems like she's cheered\nup." +172700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's make this photo into a poster." +172800 ,,,,,,,甜花,Tenka,016_CB10_t_011.wav,,,,,,,tenka,,1,,I can't wait to see what kind of poster it becomes~! +173000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"―Alright, how about this?" +173100 ,,,,,,,千恵,Chie,016_CB10_c_009.wav,komako,,4,chie,,4,tenka,,4,,Wow~! +173200 ,,,,,,,甜花,Tenka,016_CB10_t_012.wav,komako,,4,chie,,4,tenka,,4,,It's looking pretty good. +173300 ,,,,,,,コマコ,Komako,016_CB10_k_008.wav,komako,,4,chie,,4,tenka,,4,,It looks idol-like. +173400 ,,,,,,,,,,,,,,,,,,,,I print out the freshly made poster on my home printer and\nstick it on the shop's door. +173500 ,,,,,,,,,,,,,,,,,,,,Dagashi Shop Idol DGS48 Center Election Contest! +173600 ,,,,,,,,,,,,,,,,,,,,"I wonder if there were too many words... Maybe the balance\nis off... I tilt my head. Well, it's made by an amateur, so\nthis is how it is." +173700 ,,,,,,,甜花,Tenka,016_CB10_t_013.wav,,,,,,,tenka,,3,,Idol... +173800 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan stares at the poster intently, her cheeks\nflushed." +173900 ,,,,,,,,,,,,,,,,,,,,"Even though it's based in a countryside dagashi shop,\nthey're starting their activities as idols. She must be\noverjoyed." +174000 ,,,,,,,,,,,,,,,,,,,,"I want to keep watching Tenka-chan's profile. But if I do\nthat, we won't be able to start the election..." +174100 ,,,,,,,,,,,,,,,,,,,,"I force myself to look away from Tenka-chan, exercising\nself-control." +174200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll explain the election rules to everyone." +174300 ,,,,,,,,,,,,,,,,,,,,I hand out the voting tickets I made yesterday to the three\nof them. They're simple tickets with just the three names\nwritten on them. +174400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,We'll give these voting tickets to customers who make a\npurchase. We'll give them to customers who spend 30 yen. +174500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"If we give them to every customer, there might be fraudulent\nvoting." +174700 ,,,,,,,甜花,Tenka,016_CB10_t_014.wav,,,,,,,tenka,,18,,It's like how KGB48 CDs come with voting tickets. +174800 ,,,,,,,コマコ,Komako,016_CB10_k_009.wav,komako,,3,,,,tenka,,18,,People who buy a lot will get a lot of voting tickets. +174900 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,tenka,,18,,"Exactly. The voting tickets will be placed in this ballot\nbox. So, do your best to promote yourself and make sales to\nget votes." +175000 ,,,,,,,千恵,Chie,016_CB10_c_010.wav,komako,,3,chie,,3,tenka,,20,,What should we do to promote ourselves? +175100 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,3,tenka,,20,,"Hmm, there are various ways. Like finding what the customer\nwants from the store." +175200 ,,,,,,,甜花,Tenka,016_CB10_t_015.wav,komako,,3,chie,,3,tenka,,38,,How we promote ourselves is also part of our job as idols. +175300 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,3,tenka,,38,,That's right. But don't bother the customers. +175400 ,,,,,,,甜花,Tenka,016_CB10_t_016.wav,komako,,3,chie,,3,tenka,,7,,"I know. If you bother people, you're not fit to be an idol." +175500 ,,,,,,,コマコ,Komako,016_CB10_k_010.wav,komako,,32,chie,,3,tenka,,7,,...Will that many customers really come? +175600 ,,,,,,,主人公,Kiyoshi,,komako,,32,chie,,3,tenka,,7,,Don't say that. It hurts a little. +175700 ,,,,,,,,,,komako,,32,chie,,3,tenka,,7,,"What I'm most worried about is, as Komako- chan said,\nwhether customers will come." +175800 ,,,,,,,,,,komako,,32,chie,,3,tenka,,7,,"If there aren't many customers, the election won't work..." +175900 ,,,,,,,甜花,Tenka,016_CB10_t_017.wav,komako,,32,chie,,3,tenka,,23,,How long will the period be? +176000 ,,,,,,,主人公,Kiyoshi,,komako,,32,chie,,3,tenka,,23,,"Let's make it until this weekend. If it goes on too long,\npeople might lose interest." +176100 ,,,,,,,コマコ,Komako,016_CB10_k_011.wav,komako,,3,chie,,3,tenka,,23,,We should pray for lots of customers to come. +176200 ,,,,,,,千恵,Chie,016_CB10_c_011.wav,komako,,3,chie,,21,tenka,,23,,"It's okay! If Chi-chan and the others do their best, lots of\npeople will come!" +176300 ,,,,,,,おじいさん,Old Man,,,,,,,,,,,,―Sorry. Can I get some cigarettes? +176400 ,,,,,,,,,,,,,,,,,,,,"Unexpectedly, the first customer arrived." +176500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Welcome. Uh, the usual, right?" +176600 ,,,,,,,おじいさん,Old Man,,,,,,,,,,,,Please. ...Huh? What's this? +176700 ,,,,,,,,,,,,,,,,,,,,The regular old man noticed the poster at the store\nentrance. +176800 ,,,,,,,おじいさん,Old Man,,,,,,,,,,,,"Oh, an election, huh..." +176900 ,,,,,,,千恵,Chie,016_CB10_c_012.wav,,,,chie,,1,,,,,Chi-chan and the others are doing an idol thing! We're\nhaving a vote to see who becomes the center... +177000 ,,,,,,,甜花,Tenka,016_CB10_t_018.wav,,,,chie,,1,tenka,,7,,"If you give us lots of votes, we can become the center!\nGrandpa, will you vote for me?" +177100 ,,,,,,,コマコ,Komako,016_CB10_k_012.wav,komako,,20,chie,,1,tenka,,7,,You can get a voting ticket for 30 yen. +177200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,It's also part of our summer vacation project. We appreciate\nyour cooperation. +177300 ,,,,,,,おじいさん,Old Man,,,,,,,,,,,,"Wow, you're doing something fun. I have to tell everyone\nabout this." +177400 ,,,,,,,,,,,,,,,,,,,,The old man took the cigarettes and voting ticket from me.\nHe left with a beaming smile after seeing the three\nbeautiful girls. +177500 ,,,,,,,,,,,,,,,,,,,,"I understand the feeling of being captivated by beautiful\ngirls, but I'd prefer if he didn't stare so much." +177600 ,,,,,,,,,,,,,,,,,,,,"...But, being an idol means being in the spotlight. It's a\ncomplicated feeling." +177700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Oh, the old man left without voting." +177900 ,,,6,11,,,千恵,Chie,016_CB10_c_013.wav,,,,chie,,21,,,,,"You know, these snacks are really delicious!" +178000 ,,,,,,,甜花,Tenka,016_CB10_t_019.wav,,,,,,,tenka,,0,,"Voting tickets are 30 yen each, so I hope you buy a lot and\nvote for me!" +178100 ,,,,,,,コマコ,Komako,016_CB10_k_013.wav,komako,,21,,,,,,,,Recommended snacks... Vinegar squid is delicious. +178200 ,,,,,,,,,,,,,,,,,,,,"Even though there are still few customers, the three\nbeautiful girls are working hard to promote, making the\nstore entrance quite lively." +178300 ,,,,,,,千恵,Chie,016_CB10_c_014.wav,,,,chie,,1,,,,,"Wow, mister! There are more customers than usual!" +178400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,I'm sure that old man spread the word for us. +178500 ,,,,,,,,,,,,,,,,,,,,"After the old man left, customers started trickling in." +178600 ,,,,,,,,,,,,,,,,,,,,"In the countryside, news like this spreads quickly." +178700 ,,,,,,,,,,,,,,,,,,,,"If I were to make a move on Chie-chan, Komako-chan, or\nTenka-chan, rumors would spread instantly..." +178800 ,,,,,,,,,,,,,,,,,,,,It's terrifying to think about. I need to be careful with my\nactions. +178900 ,,,,,,,コマコ,Komako,016_CB10_k_014.wav,komako,,20,,,,,,,,"Kinako sticks are also delicious. Since there's a chance to\nwin, you might get another one." +179000 ,,,,,,,,,,komako,,20,,,,,,,,"Oh, Komako-chan is talking to a boy around her age." +179100 ,,,,,,,,,,komako,,20,,,,,,,,It's such a natural scene... So why do I feel so jealous? +179200 ,,,,,,,,,,komako,,20,,,,,,,,Komako-chan is not for you! Go away! ...is what I feel like\nshouting. +179300 ,,,,,,,甜花,Tenka,016_CB10_t_020.wav,,,,,,,tenka,,0,,"Have you decided who to vote for? If you're unsure, I'd love\nfor you to vote for me." +179400 ,,,,,,,,,,,,,,,,tenka,,0,,Tenka-chan steps in between Komako-chan and the boy. +179500 ,,,,,,,,,,,,,,,,tenka,,0,,"Among the three, Tenka-chan is the most enthusiastic about\npromoting. I can sense her strong desire to be the center." +179600 ,,,,,,,,,,,,,,,,tenka,,0,,But I also think she might be a bit too eager... There have\nbeen times when she recommended expensive snacks and got\nturned down. +179700 ,,,,,,,甜花,Tenka,016_CB10_t_021.wav,,,,,,,tenka,,38,,"If you buy 90 yen worth, you get three voting tickets, so\nyou can vote for everyone... or, of course, you can vote all\nfor me!" +179800 ,,,,,,,甜花,Tenka,016_CB10_t_022.wav,,,,,,,tenka,,21,,"Not enough money? Oh, that's too bad. How about these snacks\nthen?" +180000 ,,,,,,,コマコ,Komako,,komako,,23,,,,,,,,...... +180100 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Komako-chan, the customer got taken by Tenka-chan." +180400 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,I see... then that's fine. +180500 ,,,,,,,,,,komako,,23,,,,,,,,"The two of us look at Chie-chan. She's eagerly explaining\nher favorite snacks to an old woman, completely ignoring the\nvoting." +180600 ,,,,,,,千恵,Chie,016_CB10_c_015.wav,,,,chie,,21,,,,,"It's really delicious! I think you'll say it's delicious\ntoo, grandma!" +180700 ,,,,,,,おばあさん,Old Woman,,,,,chie,,21,,,,,"Oh, is that so? Then I'll take one." +180800 ,,,,,,,,,,,,,chie,,21,,,,,The old woman bought the snack Chie-chan recommended. She\nhanded the product along with a voting ticket to the old\nwoman. +180900 ,,,,,,,おばあさん,Old Woman,,,,,chie,,21,,,,,"Chie-chan, would you accept this?" +181000 ,,,,,,,千恵,Chie,016_CB10_c_016.wav,,,,chie,,3,,,,,"Huh? Is that okay? Aren't you going to eat it, grandma?" +181100 ,,,,,,,おばあさん,Old Woman,,,,,chie,,3,,,,,"It's fine. Grandma is full, so Chie-chan, you eat it." +181200 ,,,,,,,千恵,Chie,016_CB10_c_017.wav,,,,chie,,21,,,,,"Got it! Thank you, grandma!" +181300 ,,,,,,,,,,,,,chie,,21,,,,,"Even though she was just doing normal customer service,\nChie-chan ended up getting some snacks." +181400 ,,,,,,,コマコ,Komako,016_CB10_k_018.wav,komako,,4,,,,,,,,Chie-chan even charms the grandmas. +181500 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,That's an amazing ability... +181600 ,,,,,,,,,,,,,,,,,,,,"Unlike Tenka-chan, who actively promotes, Chie-chan seems to\nnaturally gather votes." +181700 ,,,,,,,,,,,,,,,,,,,,"Customers continued to come in sporadically, and it didn't\nstop until evening." +182000 ,,,7,21,,,千恵,Chie,016_CB10_c_018.wav,,,,chie,,1,,,,,Thank you! +182100 ,,,,,,,甜花,Tenka,016_CB10_t_023.wav,,,,,,,tenka,,21,,Please give me a vote! +182200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Finally, the customers are gone... Well, let's start getting\nready to go home." +182300 ,,,,,,,コマコ,Komako,016_CB10_k_019.wav,komako,,4,,,,,,,,Is it that time already? +182400 ,,,,,,,甜花,Tenka,016_CB10_t_024.wav,,,,,,,tenka,,29,,They didn't buy as much as I thought they would. +182500 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan sounded dissatisfied. Indeed, there were more\ncustomers than usual, but the sales weren't much different\nfrom the usual." +182600 ,,,,,,,,,,,,,,,,,,,,Many people probably just came to see what this 'General\nElection' was all about. +182700 ,,,,,,,千恵,Chie,016_CB10_c_019.wav,,,,chie,,1,,,,,I had fun talking a lot! +182800 ,,,,,,,コマコ,Komako,016_CB10_k_020.wav,komako,,34,,,,,,,,I'm tired. +182900 ,,,,,,,甜花,Tenka,016_CB10_t_025.wav,komako,,34,,,,tenka,,3,,"Komako, you weren't very proactive in selling." +183000 ,,,,,,,コマコ,Komako,016_CB10_k_021.wav,komako,,3,,,,tenka,,3,,I'm okay with not becoming the center. +183100 ,,,,,,,甜花,Tenka,016_CB10_t_026.wav,komako,,3,,,,tenka,,29,,That's not good! You need to be hungrier! +183200 ,,,,,,,千恵,Chie,016_CB10_c_020.wav,komako,,3,chie,,3,tenka,,29,,What's 'hungry'? +186600 ,,,,,,,主人公,Kiyoshi,,komako,,3,chie,,3,tenka,,29,,"Alright, alright, good job everyone. Now, I'll hand out your\npay." +186700 ,,,,,,,,,,komako,,3,chie,,3,tenka,,29,,"It seemed like it was going to turn into a troublesome\nconversation, so I forcibly intervened." +187200 ,,,,,,,コマコ,Komako,016_CB10_k_022.wav,komako,,24,,,,,,,,We get paid too? +187300 ,,,,,,,主人公,Kiyoshi,,komako,,24,,,,,,,,"Tenka-chan said she didn't need it... but since you did the\nsame work as Chie-chan, I can't just not pay you." +187400 ,,,,,,,,,,komako,,24,,,,,,,,"Considering today's sales, giving everyone their pay would\nleave almost no profit." +187500 ,,,,,,,,,,komako,,24,,,,,,,,"...but profit wasn't the goal in the first place, and as I\nsaid, I can't just pay Chie- chan alone." +187800 ,,,,,,,甜花,Tenka,016_CB10_t_029.wav,,,,,,,tenka,,1,,Yay! +187900 ,,,,,,,,,,,,,,,,tenka,,1,,I handed 30 yen to each of the three. Half of today's sales\nwere gone. Labor costs are scary. +188000 ,,,,,,,千恵,Chie,016_CB10_c_022.wav,,,,chie,,1,,,,,"Let's buy snacks, everyone! Which one do you want?" +188700 ,,,,,,,,,,,,,,,,,,,,The three of them each chose 30 yen worth of snacks and paid\nme with their freshly received pay. +188800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Thank you for your purchase. +188900 ,,,,,,,甜花,Tenka,016_CB10_t_032.wav,,,,,,,tenka,,27,,Shall we have a little reflection meeting? +189000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,27,,It's almost time to go home. +189100 ,,,,,,,甜花,Tenka,016_CB10_t_033.wav,,,,,,,tenka,,9,,"Just while we eat snacks! Come on, please?" +189200 ,,,,,,,コマコ,Komako,016_CB10_k_024.wav,komako,,23,,,,tenka,,9,,Is there anything to reflect on? +189300 ,,,,,,,甜花,Tenka,016_CB10_t_034.wav,komako,,23,,,,tenka,,0,,We'll discuss that too! +189400 ,,,,,,,千恵,Chie,016_CB10_c_025.wav,komako,,23,chie,,1,tenka,,0,,"A reflection meeting sounds fun! Let's do it, let's do it!" +189500 ,,,,,,,,,,komako,,23,chie,,1,tenka,,0,,"And so, the reflection meeting began without any regard for\nmy permission." +189600 ,,,,,,,,,,komako,,23,chie,,1,tenka,,0,,Well... it's fine. We still have a little time. +189700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...I wonder how many votes are in there. +189800 ,,,,,,,,,,,,,,,,,,,,"Feeling a bit curious, I secretly checked the ballot box\nwithout letting anyone notice." +189900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,............ +190000 ,,,,,,,,,,,,,,,,,,,,There aren't many votes in there... +190100 ,,,,,,,,,,,,,,,,,,,,"I thought I handed out quite a few, but I guess not many\npeople were interested enough to vote." +190300 ,,,,,,,,,,,,,,,,,,,,"Plus, Tenka-chan was annoying. She kept watching who people\nwere voting for after they got their ballots." +190400 ,,,,,,,,,,,,,,,,,,,,That makes it hard to vote. +190900 ,,,,,,,,,,,,,,,,,,,,This is supposed to be a free research project. We need to\ntry different things and think about them. +191000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, let's see how it turns out..." +191100 ,,,0,9000,,,,,,,,,,,,,,,, +191300 ,@017_CB11,,,,,,,,,,,,,,,,,,, +191600 ,,,6,21,,,,,,,,,,,,,,,,"It's been a few days since the Center Election started.\nToday is the promised deadline, the weekend." +191700 ,,,,,,,,,,,,,,,,,,,,"Having idols at the candy store brought in a few more\ncustomers, but it mostly just increased window shoppers and\ndidn't really boost sales." +191800 ,,,,,,,,,,,,,,,,,,,,"I haven't checked the ballot box since the first day, so I\ndon't know how much has accumulated now." +191900 ,,,,,,,千恵,Chie,017_CB11_c_000.wav,,,,"chie,privateB",,20,,,,,I wonder what the results will be? +192000 ,,,,,,,甜花,Tenka,017_CB11_t_000.wav,,,,,,,"tenka,privateB",,18,,"Of course, I'll be number one. I worked so hard for it." +192100 ,,,,,,,コマコ,Komako,017_CB11_k_000.wav,"komako,private",,20,,,,,,,,Exciting! +192200 ,,,,,,,,,,,,,,,,,,,,"After today's work, everyone is having a reflection meeting\nwhile munching on snacks they bought with their part-time\npay. Well, it's more like a casual chat under the guise of a\nreflection meeting." +192300 ,,,,,,,千恵,Chie,017_CB11_c_001.wav,,,,chie,,1,,,,,"Idols are amazing, aren't they? I got so many snacks!" +192400 ,,,,,,,甜花,Tenka,017_CB11_t_001.wav,,,,chie,,1,tenka,,23,,"Come to think of it, Chie seemed to be eating snacks the\nwhole time..." +192500 ,,,,,,,コマコ,Komako,017_CB11_k_001.wav,komako,,0,chie,,1,tenka,,23,,She was only promoting the snacks she wanted to eat herself. +192600 ,,,,,,,千恵,Chie,017_CB11_c_002.wav,komako,,0,chie,,33,tenka,,23,,"B-but they're delicious! Besides, if you get snacks, you\nhave to eat them!" +192700 ,,,,,,,甜花,Tenka,017_CB11_t_002.wav,komako,,0,chie,,33,tenka,,14,,Why did Chie get so many snacks...? +192800 ,,,,,,,コマコ,Komako,017_CB11_k_002.wav,komako,,21,chie,,20,tenka,,14,,I got a few too. +192900 ,,,,,,,甜花,Tenka,017_CB11_t_003.wav,komako,,21,chie,,20,tenka,,34,,Really? I didn't get any at all. +193000 ,,,,,,,,,,komako,,21,chie,,20,tenka,,34,,Tenka-chan looks dejected. She was so proactive in promoting\nthat it was probably hard for people to give her snacks. +193100 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,20,tenka,,34,,Don't be discouraged. The center isn't decided by the number\nof snacks you get. +193200 ,,,,,,,甜花,Tenka,017_CB11_t_004.wav,komako,,21,chie,,20,tenka,,30,,Yeah... But isn't the amount of gifts important for idols\ntoo? +193300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you know a lot of things, don't you?" +193400 ,,,,,,,,,,,,,,,,,,,,She has knowledge in strange areas. +193500 ,,,,,,,,,,,,,,,,,,,,"If she knows that much, she might also know about idols\ndoing pillow business..." +193600 ,,,,,,,コマコ,Komako,017_CB11_k_003.wav,komako,,20,,,,,,,,"Shall we count the votes? If we all do it, it'll be over\nquickly." +193700 ,,,,,,,千恵,Chie,017_CB11_c_003.wav,,,,chie,,1,,,,,Let's do it! I want to know the results soon! +193800 ,,,,,,,甜花,Tenka,017_CB11_t_005.wav,,,,,,,tenka,,38,,"Even though I'm sure I'll be the center, I still need to see\nthe vote count with my own eyes." +193900 ,,,,,,,,,,,,,,,,,,,,Everyone seems impatient. They're fidgeting and restless\nwhile eating snacks. +194000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I understand how you feel, but it's time to go home. I'll\nhandle the counting." +194100 ,,,,,,,甜花,Tenka,017_CB11_t_006.wav,,,,,,,tenka,,10,,"Uncle, don't cheat, okay?" +194200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,10,,"I won't do that. I'm neutral, you know?" +194300 ,,,,,,,千恵,Chie,017_CB11_c_004.wav,,,,chie,,3,tenka,,10,,"Cheating means messing with the vote count, right?" +194400 ,,,,,,,コマコ,Komako,017_CB11_k_004.wav,komako,,37,chie,,3,tenka,,10,,They often show that on the news. +194500 ,,,,,,,主人公,Kiyoshi,,komako,,37,chie,,3,tenka,,10,,Can't you all trust me? I would never cheat. +194600 ,,,,,,,,,,,,,,,,,,,,There's no way to cheat when we can't even decide who's the\nbest among the three. +194700 ,,,,,,,,,,,,,,,,,,,,I wish they could all tie for first place... but that's not\nlikely to happen. +194800 ,,,,,,,甜花,Tenka,017_CB11_t_007.wav,,,,,,,tenka,,7,,"No hard feelings, no matter who becomes the center, okay?" +194900 ,,,,,,,コマコ,Komako,017_CB11_k_005.wav,komako,,7,,,,tenka,,7,,It's fine. +195000 ,,,,,,,千恵,Chie,017_CB11_c_005.wav,komako,,7,chie,,0,tenka,,7,,"Since everyone voted for us, I won't complain!" +195100 ,,,,,,,,,,,,,,,,,,,,"With these three, no matter the result, there won't be any\nfighting." +195200 ,,,,,,,,,,,,,,,,,,,,"We'll do the vote counting tomorrow or later... but first, I\nneed to thank everyone for their hard work on the campaign." +195300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Does anyone have plans for tomorrow? +195400 ,,,,,,,千恵,Chie,017_CB11_c_006.wav,,,,chie,,3,,,,,Not really! +195500 ,,,,,,,,,,,,,chie,,3,,,,,Komako-chan and Tenka-chan shake their heads. +195600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"Then, as a reward for your hard work as idols, let's go out\nand have fun tomorrow." +195700 ,,,,,,,千恵,Chie,017_CB11_c_007.wav,,,,chie,,21,,,,,Yay! Where? Where are we going? +195800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,"I've already thought about it, but where could it be!" +195900 ,,,,,,,千恵,Chie,017_CB11_c_008.wav,,,,chie,,0,,,,,"Um, um... school?" +196000 ,,,,,,,コマコ,Komako,017_CB11_k_006.wav,komako,,20,chie,,0,,,,,"Chi-chan, school is closed for summer vacation." +196100 ,,,,,,,甜花,Tenka,017_CB11_t_008.wav,,,,,,,tenka,,0,,"I got it! It's summer, so maybe the beach... or something?" +196200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,0,,"So close~ Tenka-chan, so close!" +196300 ,,,,,,,コマコ,Komako,017_CB11_k_007.wav,komako,,3,,,,tenka,,0,,"Then, the river?" +196400 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,tenka,,0,,"Komako-chan, you got it! Playing by the river is a summer\nclassic, right?" +196500 ,,,,,,,千恵,Chie,017_CB11_c_009.wav,komako,,3,chie,,23,tenka,,0,,"Come to think of it, Chi-chan had a part- time job, so I\nhaven't gone yet this year!" +196700 ,,,,,,,コマコ,Komako,017_CB11_k_008.wav,komako,,27,chie,,23,tenka,,0,,But we can't go by ourselves. +196800 ,,,,,,,主人公,Kiyoshi,,komako,,27,chie,,23,tenka,,0,,"That's why, if I'm there, there's no problem, right?" +196900 ,,,,,,,千恵,Chie,017_CB11_c_010.wav,,,,chie,,1,,,,,"Yay! Then tomorrow, it's river play! Everyone, let's have\nlots of fun!" +197000 ,,,,,,,コマコ,Komako,017_CB11_k_009.wav,komako,,0,chie,,1,,,,,I have to prepare my swimsuit. +197100 ,,,,,,,千恵,Chie,017_CB11_c_011.wav,komako,,0,chie,,21,,,,,We also need to prepare snacks! +197200 ,,,,,,,甜花,Tenka,017_CB11_t_010.wav,komako,,0,chie,,21,tenka,,17,,"Chi, do you have any allowance left?" +197300 ,,,,,,,千恵,Chie,017_CB11_c_012.wav,komako,,0,chie,,5,tenka,,17,,Ah... th-that's right... +197400 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,5,tenka,,17,,"Since everyone worked hard, I'll give each of you 50 yen for\nsnacks before we go, okay?" +197500 ,,,,,,,千恵,Chie,017_CB11_c_013.wav,komako,,21,chie,,21,tenka,,1,,Really!? Yay! +197600 ,,,,,,,コマコ,Komako,017_CB11_k_010.wav,komako,,21,chie,,21,tenka,,1,,"Chi-chan, that's great." +197700 ,,,,,,,甜花,Tenka,017_CB11_t_011.wav,komako,,21,chie,,21,tenka,,1,,"Uncle, you're the best! I'm definitely getting a jelly\nstick!" +197800 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,21,tenka,,1,,"Everyone's all excited, but make sure to get permission from\nyour parents, okay?" +197900 ,,,,,,,千恵,Chie,017_CB11_c_014.wav,komako,,21,chie,,0,tenka,,1,,"If I say I'm going with Uncle, they'll definitely say yes!" +198000 ,,,,,,,コマコ,Komako,017_CB11_k_011.wav,komako,,33,chie,,0,tenka,,1,,What if they say no? Will one of us not be able to go? +198100 ,,,,,,,主人公,Kiyoshi,,komako,,33,chie,,0,tenka,,1,,"If even one person is told no, we'll do something else. It's\nnot fun unless we're all together, right?" +198200 ,,,,,,,甜花,Tenka,017_CB11_t_012.wav,komako,,33,chie,,0,tenka,,21,,Yeah! It'll be my first time swimming in a river! I'm\nexcited! +198300 ,,,,,,,主人公,Kiyoshi,,komako,,33,chie,,0,tenka,,21,,I'm also looking forward to going to the river with\neveryone. +198400 ,,,,,,,,,,,,,,,,,,,,Thinking about seeing the three of them in swimsuits makes\nmy dreams and my crotch swell. +198500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Now that tomorrow's plans are set, let's wrap it up. If you\nget home too late, they might say you can't go out tomorrow." +198600 ,,,,,,,千恵,Chie,017_CB11_c_015.wav,,,,chie,,4,,,,,Th-that would be a problem! I have to hurry home! +198700 ,,,,,,,コマコ,Komako,017_CB11_k_012.wav,komako,,21,,,,,,,,"If I don't sleep early, I might oversleep." +198800 ,,,,,,,千恵,Chie,017_CB11_c_016.wav,,,,chie,,1,,,,,"Alright, let's meet at the shop at the usual time tomorrow!" +198900 ,,,,,,,コマコ,Komako,017_CB11_k_013.wav,komako,,1,chie,,1,,,,,"Yeah, got it!" +199000 ,,,,,,,甜花,Tenka,017_CB11_t_013.wav,komako,,1,chie,,1,tenka,,1,,"Don't be late, everyone!" +199200 ,,,,33,,,,,,,,,,,,,,,,"I see everyone off and lock up the shop. Honestly, just\nthinking about seeing the three of them in swimsuits has my\npenis fully erect." +199300 ,,,,,,,,,,,,,,,,,,,,"I thought about saving my energy for tomorrow, but I can't\nlet my lust get the better of me and do something\nunnecessary. I'll relieve myself with some masturbation\ntoday too." +199400 ,,,,,,,,,,,,,,,,,,,,I opened the image folder on my smartphone and repeatedly\nmasturbated using pictures of beautiful girls' panties as\nmaterial. +199500 ,,,0,9000,,,,,,,,,,,,,,,, +199700 ,@018_CB12,,,,,,,,,,,,,,,,,,, +200000 ,,,,,,,,,,,,,,,,,,,, +200100 ,,,5,21,,,,,,,,,,,,,,,,"Alright, today I'm going out with three beautiful girls!\nIt's a riverside date!" +200200 ,,,,,,,,,,,,,,,,,,,,"To think I can see three beautiful girls playing by the\nwater all at once... Ah, I'm a lucky guy." +200300 ,,,,,,,,,,,,,,,,,,,,"As I waited anxiously inside the shop, there was a knock on\nthe door." +200400 ,,,,,,,千恵,Chie,018_CB12_c_000.wav,,,,,,,,,,,"Uncle, we're here! Open up!" +200500 ,,,,,,,甜花,Tenka,018_CB12_t_000.wav,,,,,,,,,,,"It's hot... If we stay outside too long, we'll get\nheatstroke..." +200600 ,,,,,,,コマコ,Komako,018_CB12_k_000.wav,,,,,,,,,,,The weather is perfect. It's great for swimming. +200700 ,,,,11,,,主人公,Kiyoshi,,"komako,privateB",,0,"chie,privateC",,1,"tenka,privateC",,0,,"Good morning, everyone. Did you get permission to go to the\nriver?" +200800 ,,,,,,,千恵,Chie,018_CB12_c_001.wav,komako,,0,chie,,1,tenka,,1,,"We did! They said it's fine as long as we're with you,\nUncle!" +200900 ,,,,,,,,,,komako,,0,chie,,1,tenka,,1,,Komako-chan and Tenka-chan nod. It seems I'm somewhat\ntrusted as the candy shop uncle. +201000 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,1,tenka,,1,,"Then let's pick out some snacks before we go... Wait, what\nabout your luggage?" +201100 ,,,,,,,千恵,Chie,018_CB12_c_002.wav,,,,chie,,3,,,,,Luggage? We don't have anything. +201200 ,,,,,,,コマコ,Komako,018_CB12_k_001.wav,komako,,23,chie,,3,,,,,"We're going to the river, so we don't really need anything." +201300 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,3,,,,,Huh? What about towels and swimsuits? +201400 ,,,,,,,千恵,Chie,018_CB12_c_003.wav,komako,,23,chie,,20,,,,,Swimsuits? We're wearing them under our clothes! +201500 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,20,,,,,"Ah, ah... is that so?" +201700 ,,,,,,,コマコ,Komako,018_CB12_k_002.wav,komako,,20,chie,,20,,,,,"Uncle, you're wearing a swimsuit too, right?" +201800 ,,,,,,,主人公,Kiyoshi,,komako,,20,chie,,20,,,,,"Yeah... well, that's true..." +201900 ,,,,,,,,,,,,,,,,,,,,"One of my little pleasures has been taken away. No, I did\nconsider that possibility... But as a man, I couldn't\ncompletely give up hope." +202000 ,,,,,,,千恵,Chie,018_CB12_c_004.wav,,,,chie,,3,,,,,"Uncle, why do you look a little sad?" +202100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,I'm not sad at all. Uncle is very energetic. +202200 ,,,,,,,,,,,,,,,,,,,,That's right... I need to cheer up. +202300 ,,,,,,,,,,,,,,,,,,,,"Even if I can't see the changing scene, I can still admire\nthe beautiful girls in their swimsuits to my heart's\ncontent!" +202400 ,,,,,,,甜花,Tenka,018_CB12_t_002.wav,,,,,,,tenka,,30,,"Hey, let's go quickly. We'll run out of playtime." +202500 ,,,,,,,,,,,,,,,,,,,,Tenka-chan urges us impatiently. +202600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, alright. Once you've bought 50 yen worth of snacks,\nwe'll head out." +202700 ,,,,,,,,,,,,,,,,,,,,"While the three of them pick out snacks, I prepare to close\nthe shop." +204100 ,,,,,,,,,,,,,,,,,,,, +204200 ,,,,121,,,千恵,Chie,018_CB12_c_009.wav,,,,chie,,0,,,,,Walking hand in hand like this is fun! +204300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,Is it? I haven't held hands with anyone in a while. +204400 ,,,,,,,,,,,,,chie,,0,,,,,I usually just grip my own rod. +204500 ,,,,,,,千恵,Chie,018_CB12_c_010.wav,,,,chie,,21,,,,,Then let's hold hands! This hand is free! +204600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,Huh? R-really? Are you sure? +204700 ,,,,,,,千恵,Chie,018_CB12_c_011.wav,,,,chie,,0,,,,,It's fine! Here. +204800 ,,"",,,,,,,,,,,,,,,,,,"Chie-chan offers her free hand. Ah, what a beautiful hand..." +204900 ,,,,,,,,,,,,,,,,,,,,"Is it okay to place my hand, always sticky with semen and\npre-cum, on this hand...?" +205000 ,,,,,,,,,,,,,,,,,,,,"Ooooooh, calm down... There's no time to hesitate...! This\nkind of chance might not come again!" +205100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"W-w-well... then, excuse me." +205200 ,,,,,,,千恵,Chie,018_CB12_c_012.wav,,,,"chieL,privateC",,1,,,,,Here you go! +205300 ,,,,,,,コマコ,Komako,018_CB12_k_006.wav,komako,,37,,,,,,,,............ +205400 ,,,,,,,,,,komako,,37,,,,,,,,"I feel like Komako-chan's gaze is piercing, but it's just my\nimagination, right...?" +205500 ,,,,,,,,,,komako,,37,,,,,,,,I hold hands with Chie-chan. A girl's hand is... this\nsoft...! +205600 ,,,,,,,千恵,Chie,018_CB12_c_013.wav,,,,chie,,4,,,,,"Your hand is hard, Oi-chan. It's completely different from\nmy mom's." +205700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,"Chie-chan's hand is soft. And your fingers are so slender.\nRight, Komako-chan, don't you think so too?" +205800 ,,,,,,,,,,,,,chie,,4,,,,,"Since I said I'd support love, I have to act like it." +205900 ,,,,,,,コマコ,Komako,018_CB12_k_007.wav,komako,,20,,,,,,,,"...Chie-chan, your skin is smooth too. It's really\nbeautiful." +206000 ,,,,,,,千恵,Chie,018_CB12_c_014.wav,,,,chie,,21,,,,,Ehehe~ Thank you! It makes me blush when Koma-chan says it~ +206100 ,,,,,,,甜花,Tenka,018_CB12_t_005.wav,,,,,,,tenka,,34,,... +206200 ,,,,,,,,,,,,,,,,tenka,,34,,"Suddenly, I notice Tenka-chan looking bored. She has her\nhands behind her back and is walking a step behind us." +206300 ,,,,,,,コマコ,Komako,018_CB12_k_008.wav,komako,,20,,,,tenka,,34,,"Tenka-chan, do you want to hold hands too?" +206400 ,,,,,,,甜花,Tenka,018_CB12_t_006.wav,komako,,20,,,,tenka,,31,,"N-no, it's fine..." +206500 ,,,,,,,千恵,Chie,018_CB12_c_015.wav,,,,chie,,4,tenka,,31,,Why? It's definitely more fun if we all hold hands together! +207000 ,,,,,,,甜花,Tenka,018_CB12_t_008.wav,,,,,,,tenka,,16,,Then... hm. +207100 ,,,,,,,コマコ,Komako,018_CB12_k_009.wav,komako,,21,,,,tenka,,16,,Hm. +207200 ,,,,,,,,,,,,,,,,,,,,"Komako-chan and Tenka-chan hold hands. I'm a bit sad they\ndidn't come to me, but as long as Tenka-chan is happy,\nthat's fine." +207300 ,,,,,,,,,,,,,,,,,,,,"...However, when one hand is free, I feel like touching my\nrod." +207400 ,,,,,,,,,,,,,,,,,,,,"I put my free hand in my pocket, adjust the position of my\nerect penis, and stimulate the tip with my fingers." +207500 ,,,,,,,,,,,,,,,,,,,,"If I climax now, it would be a disaster. While enjoying the\nfeeling of Chie-chan's hand, I continue to stimulate my rod\nat the edge of climaxing but not quite there." +207800 ,,,,,,,,,,,,,,,,,,,, +207900 ,,,,101,,,,,,,,,,,,,,,,"After walking for about 10 minutes, we arrive at an open\narea." +208000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Wow... so this is the place. +208100 ,,,,,,,コマコ,Komako,018_CB12_k_010.wav,komako,,20,,,,,,,,"It's beautiful, and the current isn't too fast." +208200 ,,,,,,,甜花,Tenka,018_CB12_t_009.wav,komako,,20,,,,tenka,,0,,"Oh, it's quite a nice spot." +208300 ,,,,,,,千恵,Chie,018_CB12_c_016.wav,komako,,20,chie,,21,tenka,,0,,It looks like no one's here. Yay! +208400 ,,"",,,,,,,,,,,,,,,,,,Chie-chan lets go of my and Komako-chan's hands and runs\ntowards the river. +208500 ,,"",,,,,,,,,,,,,,,,,,"Suddenly, my free hand feels lonely. I have no choice but to\nhold my cock... But now isn't the time to masturbate..." +208600 ,,,,,,,甜花,Tenka,018_CB12_t_010.wav,,,,,,,tenka,,10,,"Hey, Chii! You need to do warm-up exercises first!" +208700 ,,,,,,,千恵,Chie,018_CB12_c_017.wav,,,,chie,,5,tenka,,10,,"Oh, right. Otherwise, I'll get cramps." +208800 ,,,,,,,コマコ,Komako,018_CB12_k_011.wav,komako,,27,chie,,5,,,,,"If you drown, I'll save you." +208900 ,,,,,,,千恵,Chie,018_CB12_c_018.wav,komako,,27,chie,,1,,,,,As expected of Koma-chan! So reliable! +209000 ,,,,,,,甜花,Tenka,018_CB12_t_011.wav,,,,,,,tenka,,17,,"No, you should make sure not to drown in the first place..." +209100 ,,,,,,,,,,,,,,,,,,,,Komako-chan doesn't seem to mind being relied on by Chii-\nchan. Only Tenka-chan starts doing warm-up exercises\nseriously by herself. +209200 ,,,,,,,,,,,,,,,,,,,,"I join Tenka-chan in doing warm-up exercises. I'm not young\nanymore, and I'm out of shape, so moving suddenly could be a\nproblem." +209300 ,,,,,,,,,,,,,,,,,,,,The only part of my body that's not out of shape is probably\nmy penis. +209400 ,,,,,,,コマコ,Komako,018_CB12_k_012.wav,komako,,20,,,,,,,,Let's do warm-up exercises too. +209500 ,,,,,,,千恵,Chie,018_CB12_c_019.wav,komako,,20,chie,,1,,,,,Yeah. Let's do it together! +209600 ,,,,,,,,,,,,,,,,,,,,Chii-chan starts doing warm-up exercises with Komako-chan.\nKomako-chan sits on the riverbank while Chii-chan stretches\nby pushing from behind. +209700 ,,,,,,,コマコ,Komako,018_CB12_k_013.wav,komako,,26,chie,,0,,,,,"Nn... hey, you're pushing too hard." +209800 ,,,,,,,千恵,Chie,018_CB12_c_020.wav,komako,,26,chie,,0,,,,,A little pain is just right. +209900 ,,,,,,,コマコ,Komako,018_CB12_k_014.wav,komako,,12,chie,,0,,,,,"Ah, nn... ha, ugh... ah..." +210000 ,,,,,,,千恵,Chie,018_CB12_c_021.wav,komako,,12,chie,,1,,,,,"I'm going to push hard, so let me know if it hurts." +210100 ,,,,,,,コマコ,Komako,018_CB12_k_015.wav,komako,,26,chie,,1,,,,,"Yah... ah, no... it hurts a bit...! Chii- chan...!" +210200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...That's nice. +210300 ,,,,,,,,,,,,,,,,,,,,"My penis reacts to Komako-chan's voice. Even though I know\nthey're just stretching, that voice is so seductive." +210400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan. How about we pair up and stretch too? +210500 ,,,,,,,甜花,Tenka,018_CB12_t_012.wav,,,,,,,tenka,,17,,"No, I'm good. I'm already done." +210600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,17,,"Oh, I see..." +210700 ,,,,,,,,,,,,,,,,,,,,I was rejected so easily. +210800 ,,,,,,,千恵,Chie,018_CB12_c_022.wav,,,,chie,,0,,,,,"Now that we're done with warm-up exercises, it's finally\ntime!" +210900 ,,,,,,,コマコ,Komako,018_CB12_k_016.wav,komako,,1,chie,,0,,,,,I can't wait. +211000 ,,,,,,,甜花,Tenka,018_CB12_t_013.wav,komako,,1,chie,,0,tenka,,1,,"Alright, let's take them off on three. One, two, three!" +211200 ,,,,,,,,,,,,,,,,,,,, +211300 ,,,,,,,千恵,Chie,018_CB12_c_023.wav,,,,"chie,swim",,1,,,,,Taah! +211400 ,,,,,,,コマコ,Komako,018_CB12_k_017.wav,"komako,swim",,0,,,,,,,,Ei! +211500 ,,,,,,,甜花,Tenka,018_CB12_t_014.wav,,,,,,,"tenka,swim",,1,,There! +211600 ,,,,,,,,,,,,,,,,,,,, +211700 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,1,tenka,,1,,"...Oh, beautiful." +211800 ,,,,,,,,,,komako,,0,chie,,1,tenka,,1,,In front of me... three beautiful girls in swimsuits...!! +211900 ,,,,,,,,,,,,,,,,,,,,"My penis swells up. It's a refreshing and healthy kind of\neroticism, different from when I saw their panties... It's\nirresistible!" +212000 ,,,,,,,千恵,Chie,018_CB12_c_024.wav,,,,chie,,4,,,,,Wow! Tenka-chan's swimsuit is so cute!! +212100 ,,,,,,,甜花,Tenka,018_CB12_t_015.wav,,,,chie,,4,tenka,,38,,"Hehe, isn't it nice?" +212200 ,,,,,,,コマコ,Komako,018_CB12_k_018.wav,komako,,4,chie,,4,tenka,,38,,Your tummy is showing. Sexy. +212300 ,,,,,,,甜花,Tenka,018_CB12_t_016.wav,komako,,4,chie,,4,tenka,,3,,"Chii and Komako, why are you wearing those swimsuits?" +212400 ,,,,,,,千恵,Chie,018_CB12_c_025.wav,komako,,4,chie,,24,tenka,,3,,Huh? Is it weird? +212500 ,,,,,,,甜花,Tenka,018_CB12_t_017.wav,komako,,4,chie,,24,tenka,,23,,"It's not weird, but... aren't those swimsuits not for\nplaying around?" +212600 ,,,,,,,コマコ,Komako,018_CB12_k_019.wav,komako,,14,chie,,24,tenka,,23,,It's the only one I have. +212700 ,,,,,,,,,,,,,,,,,,,,"From an older guy's perspective, those swimsuits score high\npoints. While I'm all for the revealing ones like Tenka-\nchan's, there's a certain charm in less revealing swimsuits\ntoo." +212800 ,,,,,,,甜花,Tenka,018_CB12_t_018.wav,,,,,,,tenka,,21,,"Oh well. More importantly, let's go splash around!" +212900 ,,,,,,,千恵,Chie,018_CB12_c_026.wav,,,,chie,,1,,,,,Chii-chan is going first!! +213000 ,,,,,,,甜花,Tenka,018_CB12_t_019.wav,,,,,,,tenka,,10,,"Ah, no fair!" +213100 ,,,,,,,コマコ,Komako,018_CB12_k_020.wav,komako,,4,,,,,,,,Wait... +213200 ,,,,,,,,,,,,,,,,,,,,Tenka-chan and Komako-chan chase after Chii- chan. +213400 ,,,,,,,,,,,,,,,,,,,, +213500 ,,,,,,,千恵,Chie,018_CB12_c_027.wav,,,,chie,,21,,,,,Wow! It's cold and feels great!! +213600 ,,,,,,,甜花,Tenka,018_CB12_t_020.wav,,,,,,,tenka,,24,,Eek...! I didn't know the river was this cold...! +213700 ,,,,,,,コマコ,Komako,018_CB12_k_021.wav,komako,,1,,,,,,,,This is normal. +213800 ,,,,,,,主人公,Kiyoshi,,komako,,1,,,,,,,,"Hey, don't go too far!" +213900 ,,,,,,,千恵,Chie,018_CB12_c_028.wav,,,,chie,,1,,,,,Okay! I know! +214000 ,,,,,,,,,,,,,,,,,,,,I decided to sit near the luggage and watch the three of\nthem play in the river. +214100 ,,,,,,,,,,,,,,,,,,,,"I want to relieve myself right now, but I can't masturbate\nin this situation... It's tough, but I have to endure." +214200 ,,,,,,,,,,,,,,,,,,,,"If by any chance an accident happens while I'm not watching,\nI don't have the confidence to bear the guilt." +214300 ,,"",,,,,,,,,,,,,,,,,,"...With that noble excuse, I'll take my time observing. It's\na perk of the job." +214500 ,,,,,4220000,,,,,,,,,,,,,,, +214600 ,*mem,,,,4220000,,,,,,,,,,,,,,, +214700 ,,,5,,4220000,,千恵,Chie,018_CB12_c_029.wav,,,,chie,,0,,,,,Take this! Attack~!! +214900 ,,,,,4220000,,甜花,Tenka,018_CB12_t_021.wav,,,,tenka,,0,,,,,Hey―it's cold! Stop it! +215000 ,,,,,4220000,,千恵,Chie,018_CB12_c_030.wav,,,,chie,,0,,,,,"Ahahaha! Komako-chan, take this too!" +215100 ,,,,,4220000,,コマコ,Komako,018_CB12_k_022.wav,,,,komako,,0,,,,,"Ah... it's cold. I'll get you back, Chii- chan." +215200 ,,,,,4220000,,甜花,Tenka,018_CB12_t_022.wav,,,,tenka,,0,,,,,"Komako, let's attack Chii together!" +215300 ,,,,,4220000,,千恵,Chie,018_CB12_c_031.wav,,,,chie,,0,,,,,Kyaa~! No attacking at the same time! Wait a minute~! +215400 ,,,,,4220000,,コマコ,Komako,018_CB12_k_023.wav,,,,komako,,0,,,,,"Take this, take this!" +215500 ,,,,,4220000,,甜花,Tenka,018_CB12_t_023.wav,,,,tenka,,0,,,,,It's your fault for ambushing us! We're going all out! +215600 ,,,,,4220000,,千恵,Chie,018_CB12_c_032.wav,,,,chie,,0,,,,,"Wah, blub blub...! Onii-chan, help me~!" +215700 ,,,,,4220000,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, hang in there! You can handle attacks from two\npeople!" +215800 ,,,,,4220000,,千恵,Chie,018_CB12_c_033.wav,,,,chie,,0,,,,,Handling two people alone... I see! Chii- chan will do her\nbest! +215900 ,,,,,4220000,,,,,,,,,,,,,,,"Maybe my random encouragement fired her up, as Chii-chan\nstarted to counterattack." +216000 ,,,,,4220000,,千恵,Chie,018_CB12_c_034.wav,,,,chie,,0,,,,,"Take this, this, this, this! How about that~!" +216100 ,,,,,4220000,,甜花,Tenka,018_CB12_t_024.wav,,,,tenka,,0,,,,,"Wow, amazing... kya!!" +216200 ,,,,,4220000,,,,,,,,,,,,,,,"The moment the water splashed, Tenka-chan slipped." +216300 ,,,,,4220000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, watch out!" +216400 ,,,,,4220000,,コマコ,Komako,018_CB12_k_024.wav,,,,komako,,0,,,,,―Phew! That was close... +216500 ,,,,,4220000,,,,,,,,,,,,,,,"In an instant, Komako-chan reached out and saved Tenka-chan." +216600 ,,,,,4220000,,コマコ,Komako,018_CB12_k_025.wav,,,,komako,,0,,,,,It's slippery around here... so be careful. +216700 ,,,,,4220000,,甜花,Tenka,018_CB12_t_025.wav,,,,tenka,,0,,,,,"Ah, thank you... Geez! It's because Chii did something\nunnecessary!" +216800 ,,,,,4220000,,千恵,Chie,018_CB12_c_035.wav,,,,chie,,0,,,,,Eh! I'm sorry! +216900 ,,,,,4220000,,甜花,Tenka,018_CB12_t_026.wav,,,,tenka,,0,,,,,I won't forgive you! You're getting punished! +217000 ,,,,,4220000,,,,,,,,,,,,,,,"While splashing water at each other, everyone moved towards\nthe deeper part." +217100 ,,,,,4220000,,,,,,,,,,,,,,,"Even though the riverbed is slippery, the current is gentle,\nand if you go a little deeper, you shouldn't hit any rocks\neven if you fall." +217200 ,,,,,4220000,,,,,,,,,,,,,,,"Water droplets glisten on the skin of the beautiful girls.\nAh, it's divine." +217300 ,$event_return,,,,,,,,,,,,,,,,,,, +217400 ,,,,,,,千恵,Chie,018_CB12_c_036.wav,,,,chie,,1,,,,,"Hey, let's go to a deeper spot!" +217500 ,,,,,,,,,,,,,,,,,,,, +217600 ,,,,,,,甜花,Tenka,018_CB12_t_027.wav,,,,tenka,,24,,,,,"Wait a minute! There's a current, so it's a bit hard to\nwalk..." +217700 ,,,,,,,,,,,,,,,,,,,, +217800 ,,,,,,,,,,,,,,,,,,,,...and then Komako-chan stopped midway and returned to the\nshore. Chii-chan and Tenka- chan went deeper without\nworrying. +217900 ,,,,,,,,,,,,,,,,,,,,"Everyone is gradually moving farther away... I could just\nwatch them, but that would be a bit boring." +218000 ,,,,,,,,,,,,,,,,,,,,Hmm... what should I do? +218100 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Go to Chii-chan,019_CB12S",,,,,,,,,,,,,,,,,,,■@ Go to Chii-chan +↓,"$menu_item 1,Go to Komako-chan,020_CB12K",,,,,,,,,,,,,,,,,,,■A Go to Komako-chan +↓,"$menu_item 2,Do nothing,021_CB12T",,,,,,,,,,,,,,,,,,,■B Do nothing +↓,$menu_end,,,,,,,,,,,,,,,,,,, +218300 ,@019_CB12S,,,,,,,,,,,,,,,,,,,Chie Flag +1 +218400 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +218600 ,,,2,101,,,,,,,,,,,,,,,,"Alright, let's go to Chii-chan. She should be swimming with\nTenka-chan." +218700 ,,,,,,,,,,,,,,,,,,,,"I'm a little worried about leaving Komako- chan alone, but\nshe's heading towards the luggage, so it should be fine." +218800 ,,,,,,,,,,,,,,,,,,,,"Once decided, let's start moving." +218900 ,,,,,,,,,,,,,,,,,,,,"As I walked downstream along the riverbank for a while, two\nsmall figures appeared ahead. It's Chii-chan and Tenka-chan." +219000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...! +219100 ,,,,,,,,,,,,,,,,,,,,"Just as I was about to call out, ""Hey!"", I hurriedly covered\nmy mouth." +219200 ,,,,,,,,,,,,,,,,,,,,Two girls in swimsuits walking ahead. I can't miss the\nchance to observe this. +219300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hehehe... +219400 ,,,,,,,,,,,,,,,,,,,,I'll secretly observe them from behind without being\nnoticed. +219500 ,,,,,,,,,,,,,,,,,,,,"Hmm... as expected, both of them are small..." +219600 ,,,,,,,千恵,Chie,019_CB12S_c_000.wav,,,,"chie,swim",,23,,,,,Nnsho... there! +219700 ,,,,,,,,,,,,,chie,,23,,,,,...Hmm! I saw it! +219800 ,,,,,,,,,,,,,chie,,23,,,,,"Just now, Chii-chan adjusted her swimsuit that was wedged\ninto her butt with her fingers!" +219900 ,,,,,,,,,,,,,chie,,23,,,,,I wish I could slip my hand into that swimsuit and adjust it\nfor her... +220000 ,,,,,,,甜花,Tenka,019_CB12S_t_000.wav,,,,chie,,1,"tenka,swim",,32,,"Chii, where are you heading?" +220100 ,,,,,,,千恵,Chie,019_CB12S_c_001.wav,,,,chie,,1,tenka,,32,,It's just ahead. I've wanted to go there for a while! +220200 ,,,,,,,甜花,Tenka,019_CB12S_t_001.wav,,,,chie,,1,tenka,,3,,"Hmm. Well, anywhere is fine." +220300 ,,,,,,,,,,,,,,,,,,,,"Still, Tenka-chan has a bold swimsuit. Are all city kids\nlike this?" +220400 ,,,,,,,,,,,,,,,,,,,,"School swimsuits are nice, but these kinds of swimsuits\naren't bad either..." +220500 ,,,,,,,,,,,,,,,,,,,,"Ahh, I never get tired of watching. I could gaze at them\nforever..." +220600 ,,,,,,,千恵,Chie,019_CB12S_c_002.wav,,,,chie,,3,,,,,...Hmm? +220700 ,,,,,,,,,,,,,chie,,3,,,,,Chii-chan stopped and turned around. +220800 ,,,,,,,千恵,Chie,019_CB12S_c_003.wav,,,,chie,,1,,,,,"Oh, hey mister! Don't just stand there, come over here!" +220900 ,,,,,,,,,,,,,chie,,1,,,,,Chii-chan waves her hand energetically. +221000 ,,,,,,,,,,,,,chie,,1,,,,,...Darn! I've been spotted. Oh well. I got a good look\nanyway. +221100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Wait! I'm coming over there now... Whoa, whoa!?" +221200 ,,,,,,,,,,,,,chie,,1,,,,,I almost tripped over a stone. +221300 ,,,,,,,千恵,Chie,019_CB12S_c_004.wav,,,,chie,,21,,,,,"Haha! Mister, you almost fell!" +221400 ,,,,,,,,,,,,,,,,,,,,I managed to steady myself and avoid falling. +221500 ,,,,,,,,,,,,,,,,,,,,"Phew, that was close. It would be terrible to fall and hit\nmy head here." +221600 ,,,,,,,,,,,,,,,,,,,,I've finally got the chance to play in the water with such\ncute kids. Missing this opportunity would be unforgivable. +221700 ,,,,,,,,,,,,,,,,,,,,"This time, I carefully watch my step as I head towards Chii-\nchan." +221800 ,,,,,,,甜花,Tenka,019_CB12S_t_002.wav,,,,,,,tenka,,3,,"...Are you okay, mister?" +221900 ,,,,,,,,,,,,,,,,tenka,,3,,Tenka-chan is staring at me. +222000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"Yeah, I'm fine! I almost twisted my ankle, though..." +222100 ,,,,,,,甜花,Tenka,019_CB12S_t_003.wav,,,,,,,tenka,,9,,"As long as you're okay, that's good. It would be a problem\nif you couldn't move here..." +222200 ,,,,,,,,,,,,,,,,tenka,,9,,"Ugh, Tenka-chan is worried about me... I'm so happy..." +222300 ,,,,,,,千恵,Chie,019_CB12S_c_005.wav,,,,chie,,25,tenka,,9,,"Mister, you have to be careful, okay? There are a lot of big\nstones around here." +222400 ,,,,,,,,,,,,,chie,,25,tenka,,9,,"Chii-chan also warned me. Yes, yes, I'll be careful. The\nriverbank seems to be full of dangers." +222500 ,,,,,,,甜花,Tenka,019_CB12S_t_004.wav,,,,chie,,25,tenka,,3,,"...By the way, where's Komako?" +222600 ,,,,,,,,,,,,,chie,,25,tenka,,3,,Tenka-chan looks around behind me. +222700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,tenka,,3,,"Oh, yeah. Komako-chan said she was going to the luggage\narea. Maybe she forgot something?" +222800 ,,,,,,,千恵,Chie,019_CB12S_c_006.wav,,,,chie,,1,tenka,,3,,"It's okay! Unlike you, mister, Komako-chan comes here often!" +222900 ,,,,,,,甜花,Tenka,019_CB12S_t_005.wav,,,,chie,,1,tenka,,23,,"That might be true. ...Well, let's go quickly." +223000 ,,,,,,,,,,,,,chie,,1,,,,,It seems she's convinced. Tenka-chan turns on her heel and\nquickly heads off. +223100 ,,,,,,,千恵,Chie,019_CB12S_c_007.wav,,,,chie,,4,,,,,"...Ah! Tenka-chan, don't leave me behind~!" +223200 ,,,,,,,,,,,,,,,,,,,,Chii-chan chases after Tenka-chan. +223300 ,,,,,,,,,,,,,,,,,,,,"Ah, what a cute pair they are... but I can't just stand here\nadmiring them. I need to catch up with them." +223400 ,,,,,,,千恵,Chie,019_CB12S_c_008.wav,,,,,,,,,,,"Mister, you're slow~~!" +223500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Even if you say that... surprisingly, there are a lot of\nstones here..." +223600 ,,,,,,,,,,,,,,,,,,,,"There are so many jagged rocks, it's really hard to walk.\nHow can those two move ahead so easily?" +223700 ,,,,,,,,,,,,,,,,,,,,"Struggling with the unfamiliar riverbank, I desperately\nchased after Chii-chan and the others." +223900 ,,,,,,,,,,,,,,,,,,,,"Reuniting with Komako-chan who caught up from behind, we\nheaded to the place Chii-chan was guiding us to." +224000 ,,,,,,,千恵,Chie,019_CB12S_c_009.wav,,,,chie,,1,,,,,...We've arrived! +224100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,This place is...? +224200 ,,,,,,,,,,,,,chie,,1,,,,,I see a large rock that looks like a diving platform. +224300 ,,,,,,,千恵,Chie,019_CB12S_c_010.wav,,,,chie,,0,,,,,"If you jump off from there with a splash, it feels really\ngreat!" +224400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,With a splash... +224500 ,,,,,,,,,,,,,chie,,0,,,,,The river flowing below the rock seems quite deep. The water\nflow is also quite slow. +224600 ,,,,,,,,,,,,,chie,,0,,,,,I see... is this a place for testing courage? +224700 ,,,,,,,,,,,,,chie,,0,,,,,"It seems pretty dangerous, but maybe this is normal in the\ncountryside...?" +224800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,From the top of that rock... you jump? +224900 ,,,,,,,千恵,Chie,019_CB12S_c_011.wav,,,,chie,,21,,,,,Yeah! Everyone jumps from there! +225000 ,,,,,,,,,,,,,chie,,21,,,,,"Chie-chan points to the top of the rock, saying, ""Over\nthere, over there." +225100 ,,,,,,,,,,,,,chie,,21,,,,,"Hmm, it's a decent height, but the river is deep, so it\ndoesn't seem like you'd get hurt. But still..." +225200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,Do Komako-chan and Tenka-chan jump in too? +225300 ,,,,,,,コマコ,Komako,019_CB12S_k_000.wav,"komako,swim",,14,chie,,21,,,,,"It's my first time here, but... if Chie-chan jumps in with\nme... then it's okay..." +225400 ,,,,,,,,,,komako,,14,chie,,21,,,,,Komako-chan says weakly. +225500 ,,,,,,,,,,komako,,14,chie,,21,,,,,"She's probably really scared, but if she's with Chie-chan,\nshe might manage to jump in." +225600 ,,,,,,,,,,komako,,14,chie,,21,,,,,"It does seem scary no matter how you look at it... it's\nhigh, and even though there's water below..." +225700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,What about Tenka-chan? +225800 ,,,,,,,甜花,Tenka,019_CB12S_t_006.wav,,,,,,,tenka,,24,,I-I might not be able to... +225900 ,,,,,,,千恵,Chie,019_CB12S_c_011a.wav,,,,,,,tenka,,24,,"Eh~ Tenka-chan, you're not jumping in?" +226000 ,,,,,,,甜花,Tenka,019_CB12S_t_007.wav,,,,,,,tenka,,30,,I've never done this kind of thing in the city... and the\nrock is high. +226100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,30,,"...Yeah, yeah. I think that's a normal reaction. That height\nis scary, after all." +226200 ,,,,,,,甜花,Tenka,019_CB12S_t_008.wav,,,,,,,tenka,,34,,"...R-Right! You think so too, right, mister!" +226300 ,,,,,,,,,,,,,,,,tenka,,34,,"Tenka-chan breathes a sigh of relief, patting her chest." +226400 ,,,,,,,,,,,,,,,,tenka,,34,,"For a modern girl like Tenka-chan, it seems pretty tough.\nYeah, I get it. Even for someone like me, it seems\nimpossible." +226500 ,,,,,,,千恵,Chie,019_CB12S_c_012.wav,,,,chie,,0,,,,,"Hmm, then maybe I'll jump in with you today, mister!" +226600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,...Huh? +226700 ,,,,,,,千恵,Chie,019_CB12S_c_013.wav,,,,chie,,1,,,,,"'Huh?' isn't right. Since it's your first time jumping in\ntoday, Chie-chan will jump with you!" +226800 ,,,,,,,,,,,,,chie,,1,,,,,Chie-chan will jump with me...? +226900 ,,,,,,,,,,,,,chie,,1,,,,,"That's a really nice invitation, but... it's a bit too much\nfor me..." +227000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Ah, yeah... but, I'm not really good at that kind of\nthing..." +227100 ,,,,,,,千恵,Chie,019_CB12S_c_014.wav,,,,"chieL,swim",,21,,,,,"It's fine, it's fine! Come on, come on, this way!" +227200 ,,,,,,,,,,,,,chieL,,21,,,,,Chie-chan pulls my arm vigorously. +227300 ,,,,,,,,,,,,,chieL,,21,,,,,If you pull that hard... wait!? In this situation... could\nit be that my arm is touching Chie-chan's swimsuit...? +227400 ,,,,,,,,,,,,,chieL,,21,,,,,Which means... this sensation is... Chie- chan's breasts! +227500 ,,,,,,,,,,,,,chieL,,21,,,,,"I can't really tell through the swimsuit, but there's\ndefinitely a slight, soft squishiness..." +227600 ,,,,,,,,,,,,,chieL,,21,,,,,"Yeah, there's no mistake about this feeling. These are Chie-\nchan's breasts." +227700 ,,,,,,,,,,,,,chieL,,21,,,,,"The small breasts I saw in the bath, Chie- chan's compact\nbreasts that seem to fit perfectly in my hand." +227800 ,,,,,,,,,,,,,chieL,,21,,,,,"Ah, I'm so happy... I never thought this would happen... I\nwas hoping a little, but for it to happen so soon..." +227900 ,,,,,,,千恵,Chie,019_CB12S_c_015.wav,,,,chieL,,20,,,,,"Mister, you're all fired up! Come on, jump just like that!" +228100 ,,,,,,,,,,,,,,,,,,,,Whoooosh. +228200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? +228300 ,,,,,,,,,,,,,,,,,,,,What is this pleasant breeze? +228400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"--Wait!? Whoa, whoa, whoa!? Why am I here!?" +228500 ,,,,,,,,,,,,,,,,,,,,Why am I on top of the rock!? +228600 ,,,,,,,,,,,,,,,,,,,,Could it be... I was so focused on Chie- chan's breasts that\nI didn't notice being pulled up here!? +228700 ,,,,,,,,,,,,,,,,,,,,"No, but this is definitely impossible! It's too high! It's\ndangerous!" +228800 ,,,,,,,千恵,Chie,019_CB12S_c_016.wav,,,,chieL,,20,,,,,"Mister, come on, jump! Jump!" +228900 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,20,,,,,"No, it's impossible! I can't do this...!" +229000 ,,,,,,,千恵,Chie,019_CB12S_c_017.wav,,,,chieL,,29,,,,,"Aw, that's boring! If you splash down, it'll definitely be\nfun!" +229100 ,,,,,,,千恵,Chie,019_CB12S_c_018.wav,,,,chieL,,21,,,,,"Come on! I'll give you a push! Mister, you can do it!" +229200 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,2,,,,,"Wait, Chie-chan... Ahhh, ahhhhhhhhhh!?" +229300 ,,,,,,,,,,,,,,,,,,,,"My body was thrown into the air, gravity took hold, and I\nfell into the river--." +229600 ,,"",,,,,,,,,,,,,,,,,,Splash!! +229700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Gngh... Blub, bwaah! Wait, ngh... this, wait... haa,\nbwaah...!" +229800 ,,,,,,,,,,,,,,,,,,,,The impact with the water knocked all the air out of my\nlungs! Air... I need air! +229900 ,,,,,,,,,,,,,,,,,,,,"No, this is bad... I haven't swum in a while... and\nsuddenly, my legs are cramping..." +230000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"To the shore... haa... ngh, bwaah...!" +230100 ,,"",,,,,,,,,,,,,,,,,,"Desperately moving my cramping legs, I barely made it to the\nriverbank." +230200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... I thought I was going to die... +230300 ,,,,,,,,,,,,,,,,,,,,"I thought it was just fun and games, but I almost lost my\nlife. That was close." +230400 ,,,,,,,,,,,,,,,,,,,,But I'm at my limit. I need to lie down for a while and\nrecover my strength... +230500 ,,,,,,,千恵,Chie,019_CB12S_c_019.wav,,,,,,,,,,,Misteeeer!! +230600 ,,,,,,,,,,,,,,,,,,,,Chie-chan and the others' voices. They're getting closer. +230700 ,,,,,,,,,,,,,,,,,,,,"Sorry, I don't even have the energy to get up right now...\njust let me lie here a little longer..." +231000 ,,"",,9000,,,主人公,Kiyoshi,,,,,,,,,,,,............ +231100 ,,,,,,,千恵,Chie,019_CB12S_c_020.wav,,,,,,,,,,,M-Mister... are you okay? +231200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...... +231300 ,,,,,,,甜花,Tenka,019_CB12S_t_009.wav,,,,,,,,,,,...Could it be that because Chie pushed him so hard... the\nold man collapsed...? +231400 ,,,,,,,コマコ,Komako,019_CB12S_k_001.wav,,,,,,,,,,,"That's not true. I mean, Chie-chan always jumps in and she's\nfine..." +231500 ,,,,,,,甜花,Tenka,019_CB12S_t_010.wav,,,,,,,,,,,"B-But... then, why did the old man collapse...?" +231600 ,,,,,,,千恵,Chie,019_CB12S_c_021.wav,,,,,,,,,,,Maybe it was the way he fell...? +231700 ,,,,,,,甜花,Tenka,019_CB12S_t_010a,,,,,,,,,,,"Hey, Chii... the old man will wake up, right...?" +231800 ,,,,,,,千恵,Chie,019_CB12S_c_021a,,,,,,,,,,,Tenka-chan...? +231900 ,,,,,,,甜花,Tenka,019_CB12S_t_010b,,,,,,,,,,,"My mom said... if you hit your head, you might collapse..." +232000 ,,,,,,,コマコ,Komako,019_CB12S_k_002.wav,,,,,,,,,,,"Could it be... when the old man fell into the river, he hit\nhis head or something?" +232100 ,,,,,,,千恵,Chie,019_CB12S_c_021b,,,,,,,,,,,"Now that you mention it, he did fall headfirst..." +232300 ,,,,,,,千恵,Chie,019_CB12S_c_021c,,,,,,,,,,,"So, Chii-chan... did I knock the old man out!?" +232400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...... +232500 ,,,,,,,,,,,,,,,,,,,,It seems I lost consciousness for a moment. Was it due to\nlack of oxygen? +232600 ,,,,,,,,,,,,,,,,,,,,"Even so, the conversation seems to be heading in a rather\ndangerous direction. I'm still alive, though..." +232700 ,,,,,,,,,,,,,,,,,,,,...I've got a good idea. What if I pretend to stay\nunconscious like this? +232800 ,,,,,,,,,,,,,,,,,,,,"It's bad to push someone who doesn't want it, so Chii-chan\nneeds a little punishment." +232900 ,,,,,,,千恵,Chie,019_CB12S_c_021d,,,,,,,,,,,I-I have to save Mister...! R-Rescue~~~!! +233200 ,,"",,,,,,,,,,,,,,,,,,――Thud!! +233300 ,,,13,,1110000,,,,,,,,,,,,,,, +233400 ,*mem,,,,1110000,,,,,,,,,,,,,,, +233500 ,,,13,,1110000,,,,,,,,,,,,,,,"Feeling something on top of me, I instinctively open my\neyes." +233600 ,,,,,1110000,,,,,,,,,,,,,,,I quickly close them and then slightly open them again. What\nI see is Chii-chan straddling me. +233700 ,,,,,1110000,,,,,,,,,,,,,,,T-This is... a feast for the eyes! What a wonderful view! +233800 ,,,,,1110000,,,,,,,,,,,,,,,"Chii-chan in her swimsuit, this close... and straddling\nme...!" +233900 ,,,,,1110000,,,,,,,,,,,,,,,The smooth sensation of her thighs and the direct feel of\nher swimsuit at the base of her crotch are transmitted\ndirectly to my skin. +234000 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_003.wav,,,,komako,,0,,,,,"Chii-chan, what are you planning to do?" +234100 ,,,,,1110000,,千恵,Chie,019_CB12S_c_022.wav,,,,chie,,0,,,,,"I saw it on TV! To save someone who's collapsed, you have to\nmassage their chest!" +234200 ,,,,,1110000,,千恵,Chie,019_CB12S_c_023.wav,,,,chie,,0,,,,,Mister collapsed... so Chii-chan has to save him! +234300 ,,,,,1110000,,,,,,,,,,,,,,,Chii-chan's small hands are placed on my chest. She starts\npressing down on my chest with a firm grip. +234400 ,,,,,1110000,,,,,,,,,,,,,,,"T-This is... an indescribable sensation. It's a bit\nuncomfortable, but not too much. It's a ticklish, strange\nfeeling." +234500 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_004.wav,,,,komako,,0,,,,,"Chii-chan, do your best!" +234600 ,,,,,1110000,,甜花,Tenka,019_CB12S_t_011.wav,,,,tenka,,0,,,,,"Chii, fight...!" +234700 ,,,,,1110000,,,,,,,,,,,,,,,It seems like Komako-chan and Tenka-chan are cheering for\nChii-chan. +234800 ,,,,,1110000,,千恵,Chie,019_CB12S_c_024.wav,,,,chie,,0,,,,,Nsho... nsho... is it around here...? Nsho... nsho... +234900 ,,,,,1110000,,,,,,,,,,,,,,,Chii-chan is desperately pressing around my chest. +235000 ,,,,,1110000,,,,,,,,,,,,,,,A cute girl is moving up and down repeatedly on top of me.\nIt's like she's riding me. +235100 ,,,,,1110000,,,,,,,,,,,,,,,"This situation... ugh, this is bad. I'm going to get an\nerection like this..." +235200 ,,,,,1110000,,,,,,,,,,,,,,,"If I get an erection, it'll be obvious that I'm awake. That\nwouldn't be a punishment." +235300 ,,,,,1110000,,,,,,,,,,,,,,,I focus my mind to endure the stimulation Chii-chan is\ngiving me. +235400 ,,,,,1110000,,主人公,Kiyoshi,,,,,,,,,,,,............ +235500 ,,,,,1110000,,千恵,Chie,019_CB12S_c_025.wav,,,,chie,,0,,,,,Why...? Why isn't Mister waking up...? +235600 ,,,,,1110000,,甜花,Tenka,019_CB12S_t_012.wav,,,,tenka,,0,,,,,Maybe you're doing it wrong...? +235700 ,,,,,1110000,,千恵,Chie,019_CB12S_c_026.wav,,,,chie,,0,,,,,No way...? But they did it like this on TV...!? +235800 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_005.wav,,,,komako,,0,,,,,Maybe you're pressing the wrong spot...? +235900 ,,,,,1110000,,千恵,Chie,019_CB12S_c_027.wav,,,,chie,,0,,,,,The wrong spot...? I wonder? I don't remember that well! +236000 ,,,,,1110000,,,,,,,,,,,,,,,Chii-chan is starting to look teary-eyed. +236100 ,,,,,1110000,,,,,,,,,,,,,,,"I feel a bit sorry for her, but this is a punishment, so it\ncan't be helped." +236200 ,,,,,1110000,,千恵,Chie,019_CB12S_c_028.wav,,,,chie,,0,,,,,Hmm... maybe a little lower? Around here...? +236300 ,,,,,1110000,,主人公,Kiyoshi,,,,,,,,,,,,............!? +236400 ,,,,,1110000,,,,,,,,,,,,,,,Ch-Chii-chan!? Where are you touching!? +236500 ,,,,,1110000,,,,,,,,,,,,,,,"That's my stomach... ugh, endure it! It's ticklish, but...\nendure it, me!" +236600 ,,,,,1110000,,,,,,,,,,,,,,,"Actually, if possible, I'd like her to massage a bit\nlower... just kidding." +236800 ,,,,,1110010,,,,,,,,,,,,,,,"Rising, rising, rising." +236900 ,,,,,1110010,,千恵,Chie,019_CB12S_c_029.wav,,,,chie,,0,,,,,...!? +237000 ,,,,,1110010,,,,,,,,,,,,,,,"Oh no! I was thinking weird thoughts, and it got bigger!" +237100 ,,,,,1110010,,千恵,Chie,019_CB12S_c_030.wav,,,,chie,,0,,,,,Could it be... it moved...? +237200 ,,,,,1110010,,,,,,,,,,,,,,,"Hold it... hold it down. Don't think about anything, or I'll\nget caught...!" +237300 ,,,,,1110010,,,,,,,,,,,,,,,"Think about something else... right, let's think about the\nsnacks that will be stocked in the store next time." +237400 ,,,,,1110010,,,,,,,,,,,,,,,"Come to think of it, I feel like we haven't stocked many\nsnack-type sweets." +237500 ,,,,,1110010,,,,,,,,,,,,,,,"Since not many people buy them, I've been ignoring them, but\nmaybe we should stock a few." +237600 ,,,,,1110010,,,,,,,,,,,,,,,"Boys seem to like potato chips, but maybe girls don't?" +237700 ,,,,,1110010,,,,,,,,,,,,,,,"Maybe something like bat chocolate...? It's thick, hard, and\ndelicious..." +237800 ,,,,,1110010,,,,,,,,,,,,,,,"...N-No! That's no good! Ugh, if I think about that... my\ncrotch will...!" +237900 ,,,,,1110010,,千恵,Chie,019_CB12S_c_031.wav,,,,chie,,0,,,,,I-It really is moving! Because this part... it's pushing\nChii-chan up! +238000 ,,,,,1110010,,甜花,Tenka,019_CB12S_t_013.wav,,,,tenka,,0,,,,,R-Really...? Where...? +238100 ,,,,,1110010,,千恵,Chie,019_CB12S_c_032.wav,,,,chie,,0,,,,,So... around Chii-chan's crotch...? +238200 ,,,,,1110010,,,,,,,,,,,,,,,"T-This is bad! Calm down... calm down, my little buddy...!" +238300 ,,,,,1110010,,,,,,,,,,,,,,,"Focus your mind―right! At times like this, maybe I should\nthink about mature women's panties." +238400 ,,,,,1110010,,,,,,,,,,,,,,,"Loose, saggy panties... unlike bear panties or white\npanties, more mature panties... mysterious purple or brown\nmature women's panties..." +238500 ,,,,,1110010,,主人公,Kiyoshi,,,,,,,,,,,,............ +238700 ,,,,,1110000,,甜花,Tenka,019_CB12S_t_014.wav,,,,tenka,,0,,,,,...? What's moving? It's the same as before. It's not moving\nat all. +238800 ,,,,,1110000,,千恵,Chie,019_CB12S_c_033.wav,,,,chie,,0,,,,,Ehh~? No way!? It was moving a lot just now!? +238900 ,,,,,1110000,,,,,,,,,,,,,,,"...Phew. Somehow, I managed." +239000 ,,,,,1110000,,,,,,,,,,,,,,,"Still, mature women's panties... that was quite a quick\nthinking for me." +239100 ,,,,,1110000,,,,,,,,,,,,,,,"No, it's not that I dislike mature women. But, I prefer\nyounger girls." +239200 ,,,,,1110000,,,,,,,,,,,,,,,This method might be useful again. It's perfect for\nemergencies. +239300 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_006.wav,,,,komako,,0,,,,,I believe in you. In Chii-chan. +239400 ,,,,,1110000,,千恵,Chie,019_CB12S_c_034.wav,,,,chie,,0,,,,,"Yeah... thanks, Komachan..." +239500 ,,,,,1110000,,,,,,,,,,,,,,,"Thinking I wasn't moving, Chii-chan went back to being\nteary-eyed again." +239600 ,,,,,1110000,,千恵,Chie,019_CB12S_c_035.wav,,,,chie,,0,,,,,"Geez! Why won't you wake up, old man!? Chii- chan is trying\nso hard!" +239700 ,,,,,1110000,,,,,,,,,,,,,,,Chii-chan pushes against my chest in frustration. +239800 ,,,,,1110000,,,,,,,,,,,,,,,"It's not painful, but if she keeps bouncing like that, her\ncrotch will hit mine..." +239900 ,,,,,1110000,,,,,,,,,,,,,,,"Ugh, this is bad. At this rate, I might get hard again..." +240000 ,,,,,1110000,,千恵,Chie,019_CB12S_c_036.wav,,,,chie,,0,,,,,"―I remembered! For rescue, you have to do artificial\nrespiration, right!?" +240100 ,,,,,1110000,,甜花,Tenka,019_CB12S_t_015.wav,,,,tenka,,0,,,,,Artificial respiration? What's that? +240200 ,,,,,1110000,,千恵,Chie,019_CB12S_c_037.wav,,,,chie,,0,,,,,"I don't really get it, but it's the thing where you blow\ninto their mouth!" +240300 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_007.wav,,,,komako,,0,,,,,...!? +240400 ,,,,,1110000,,千恵,Chie,019_CB12S_c_038.wav,,,,chie,,0,,,,,"Komachan, do you know about it?" +240500 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_008.wav,,,,komako,,0,,,,,"W-Well, I mean... um..." +240600 ,,,,,1110000,,,,,,,,,,,,,,,Komako-chan mumbles hesitantly. +240700 ,,,,,1110000,,,,,,,,,,,,,,,I never thought we'd be talking about artificial\nrespiration. Isn't this a once-in- a-lifetime chance? +240800 ,,,,,1110000,,,,,,,,,,,,,,,"I swear, it's not for any impure reason. This is a\npunishment for Chii-chan. It's just part of the punishment\nthat led to artificial respiration...!" +240900 ,,,,,1110000,,千恵,Chie,019_CB12S_c_039.wav,,,,chie,,0,,,,,"Komachan, if you know about artificial respiration, do it!\nBlow into the old man's mouth!" +241000 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_009.wav,,,,komako,,0,,,,,I-I... um... those kinds of things... with Chii-chan... +241100 ,,,,,1110000,,千恵,Chie,019_CB12S_c_040.wav,,,,chie,,0,,,,,...Chii-chan? +241200 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_010.wav,,,,komako,,0,,,,,"Ah, no... I didn't mean it like that... ah, but... um...!" +241300 ,,,,,1110000,,,,,,,,,,,,,,,"Komako-chan flusters, her face turning bright red." +241400 ,,,,,1110000,,,,,,,,,,,,,,,"Well, artificial respiration is kind of like a kiss. For\nKomako-chan, who knows about kissing, she probably wants to\ndo it with Chii-chan." +241500 ,,,,,1110000,,,,,,,,,,,,,,,"Seeing Komako-chan flustered like this is rare, so it's\nrefreshing. She's incredibly cute." +241600 ,,,,,1110000,,千恵,Chie,019_CB12S_c_041.wav,,,,chie,,0,,,,,"Hmm? If Komachan can't do it... then Tenka- chan, you do it!" +241700 ,,,,,1110000,,甜花,Tenka,019_CB12S_t_016.wav,,,,tenka,,0,,,,,"Eh, me!? But, that means... with the old man... mouth to..." +241800 ,,,,,1110000,,,,,,,,,,,,,,,Now it's Tenka-chan's turn. I'd be thrilled if anyone would\ngive me artificial respiration! +241900 ,,,,,1110000,,,,,,,,,,,,,,,But it seems like Tenka-chan isn't too keen on the idea\neither. +242000 ,,,,,1110000,,,,,,,,,,,,,,,Could it be... that Tenka-chan also knows about kissing...? +242100 ,,,,,1110000,,千恵,Chie,019_CB12S_c_042.wav,,,,chie,,0,,,,,...Got it! Then Chii-chan will give the old man artificial\nrespiration... +242200 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_011.wav,,,,komako,,0,,,,,...N-No! +242300 ,,,,,1110000,,千恵,Chie,019_CB12S_c_043.wav,,,,chie,,0,,,,,K-Komachan...? +242400 ,,,,,1110000,,コマコ,Komako,019_CB12S_k_012.wav,,,,komako,,0,,,,,Chii-chan... you can't! +242500 ,,,,,1110000,,千恵,Chie,019_CB12S_c_044.wav,,,,chie,,0,,,,,Eh... huh? No way...? +242600 ,,,,,1110000,,,,,,,,,,,,,,,Chii-chan's head is completely filled with '???'. +242700 ,,,,,1110000,,主人公,Kiyoshi,,,,,,,,,,,,...!! +242800 ,,,,,1110000,,,,,,,,,,,,,,,I feel the sensation of a swimsuit rubbing against my lower\nabdomen. +242900 ,,,,,1110000,,,,,,,,,,,,,,,"C-Chii-chan... with the change in position, Chii-chan's...\nis touching mine...!" +243100 ,,,,,1110010,,,,,,,,,,,,,,,Muku muku muku. +243200 ,,,,,1110010,,千恵,Chie,019_CB12S_c_045.wav,,,,chie,,0,,,,,...Nn... ha... +243300 ,,,,,1110010,,,,,,,,,,,,,,,A sweet voice escapes from Chii-chan's mouth. My erect cock\nis perfectly aligned with Chii- chan's there. +243400 ,,,,,1110010,,,,,,,,,,,,,,,C-Could it be... did Chii-chan find that... pleasurable just\nnow...? +243500 ,,,,,1110010,,千恵,Chie,019_CB12S_c_046.wav,,,,chie,,0,,,,,O-Oi-chan...? Are you waking up a little...? +243600 ,,,,,1110010,,,,,,,,,,,,,,,"Ugh, damn it. Did she completely find out...?" +243700 ,,,,,1110010,,,,,,,,,,,,,,,"But, I can't hold back anymore! My cock is touching Chii-\nchan's there, and I can't do anything...!" +243800 ,,,,,1110010,,主人公,Kiyoshi,,,,,,,,,,,,............ +243900 ,,,,,1110010,,,,,,,,,,,,,,,"Just a little... it's okay, right? Just a bit... just the\ntip, touching Chii-chan's there..." +244000 ,,,,,1110010,,千恵,Chie,019_CB12S_c_047.wav,,,,chie,,0,,,,,"O-Oi-chan... nn, ahh...! Is it moving...? Almost waking\nup...?" +244100 ,,,,,1110010,,千恵,Chie,019_CB12S_c_048.wav,,,,chie,,0,,,,,I have to try harder...! Chii-chan will rescue Oi-chan...! +244300 ,,,,,1110020,,,,,,,,,,,,,,,"Chii-chan, now motivated, starts moving more vigorously on\ntop of my chest." +244400 ,,,,,1110020,,,,,,,,,,,,,,,I-If you move that vigorously... Chii- chan's... is\nhitting...! +244500 ,,,,,1110020,,,,,,,,,,,,,,,"I-I can't lose either! I'll thrust up from below, hitting\nChii-chan's there!" +244600 ,,,,,1110020,,千恵,Chie,019_CB12S_c_049.wav,,,,chie,,0,,,,,"Nnhya... haa, nn... Oi-chan... wake up soon...!" +244700 ,,,,,1110020,,,,,,,,,,,,,,,I rub my erect cock against her crotch from below. +244800 ,,,,,1110020,,,,,,,,,,,,,,,It's quite difficult to rub my cock without making Chii-chan\nsuspicious. +244900 ,,,,,1110020,,,,,,,,,,,,,,,"Damn, just a little more... If I could match Chii-chan's\nmovements, we could both feel good...!" +245000 ,,,,,1110020,,主人公,Kiyoshi,,,,,,,,,,,,...! +245100 ,,,,,1110020,,,,,,,,,,,,,,,"I lift my hips, thrusting my cock slightly every time Chii-\nchan moves, rubbing it." +245200 ,,,,,1110020,,,,,,,,,,,,,,,The randomness of when it will hit and the thrilling\nsensation when it does. +245300 ,,,,,1110020,,,,,,,,,,,,,,,"Oh no, this... might feel really good..." +245400 ,,,,,1110020,,千恵,Chie,019_CB12S_c_050.wav,,,,chie,,0,,,,,"Haa... ah, nn... fuu... haa... what is this... it's so\nhot...!" +245500 ,,,,,1110020,,千恵,Chie,019_CB12S_c_051.wav,,,,chie,,0,,,,,"Rescue is difficult... maybe I'm getting tired...? Nn, ah...\nfuu... nnh...!" +245600 ,,,,,1110020,,,,,,,,,,,,,,,It seems like Chii-chan is feeling a little good too. But\nshe doesn't seem to understand why. +245700 ,,,,,1110020,,,,,,,,,,,,,,,This is convenient. Maybe I'll try being a bit more\nvigorous? +245800 ,,,,,1110020,,,,,,,,,,,,,,,I thrust my cock up vigorously in sync with Chii-chan's\nmovements. +245900 ,,,,,1110020,,千恵,Chie,019_CB12S_c_052.wav,,,,chie,,0,,,,,...Nnhaaa!! +246000 ,,,,,1110020,,,,,,,,,,,,,,,"A great success. At this timing, I can make Chii-chan feel\nit without anyone noticing!" +246100 ,,,,,1110020,,甜花,Tenka,019_CB12S_t_017.wav,,,,tenka,,0,,,,,"Chii, what's wrong...? Your face is red..." +246200 ,,,,,1110020,,千恵,Chie,019_CB12S_c_053.wav,,,,chie,,0,,,,,I'm okay... maybe it's because this massage... is quite\ntiring... +246300 ,,,,,1110020,,コマコ,Komako,019_CB12S_k_013.wav,,,,komako,,0,,,,,"Chii-chan, don't push yourself, okay...?" +246400 ,,,,,1110020,,千恵,Chie,019_CB12S_c_054.wav,,,,chie,,0,,,,,"Yeah... thank you. But, I think it's just a little more..." +246500 ,,,,,1110020,,,,,,,,,,,,,,,"Just a little more... yeah, that might be true..." +246600 ,,,,,1110020,,,,,,,,,,,,,,,Doing something this naughty... I might not last much\nlonger... +246700 ,,,,,1110020,,千恵,Chie,019_CB12S_c_055.wav,,,,chie,,0,,,,,Haa... haa... uncle... wake up quickly...! +246800 ,,,,,1110020,,コマコ,Komako,019_CB12S_k_014.wav,,,,komako,,0,,,,,"Chii-chan, hang in there...!" +246900 ,,,,,1110020,,,,,,,,,,,,,,,I can feel everyone's eyes on me. +247000 ,,,,,1110020,,,,,,,,,,,,,,,"Is this... maybe, a shame play? Doing something this naughty\nin front of everyone... and they haven't noticed. It's the\nbest!" +247100 ,,,,,1110020,,,,,,,,,,,,,,,I'm getting so hard! I want to rub against Chii-chan even\nmore...! +247200 ,,,,,1110020,,千恵,Chie,019_CB12S_c_056.wav,,,,chie,,0,,,,,"...Nnhyaa... ahh, nn... haaah! Uncle... nn, haa... ah...!" +247300 ,,,,,1110020,,,,,,,,,,,,,,,Sweeter sounds escape from Chii-chan's mouth than before. +247400 ,,,,,1110020,,,,,,,,,,,,,,,"Chii-chan, you're so cute! I want to reach out and touch all\nover through the swimsuit...!" +247500 ,,,,,1110020,,千恵,Chie,019_CB12S_c_057.wav,,,,chie,,0,,,,,Ah... nn... nn... haa... ah... nnh... fuuun...! +247600 ,,,,,1110020,,千恵,Chie,019_CB12S_c_058.wav,,,,chie,,0,,,,,"Oh no, it's weird... somehow, it's really... hot... ahhh...\nhaaah...!" +247700 ,,,,,1110020,,,,,,,,,,,,,,,"Chii-chan's breath is filled with heat. After all, Chii-chan\nis a girl too. Being stimulated there, she's feeling good." +247800 ,,,,,1110020,,千恵,Chie,019_CB12S_c_059.wav,,,,chie,,0,,,,,"Nnnaaah... no... ahhh! Uncle... no... Chii- chan, can't...\ntake it anymore...!" +247900 ,,,,,1110020,,,,,,,,,,,,,,,"Chii-chan's voice is losing strength. Could it be,\nperhaps...?" +248000 ,,,,,1110020,,千恵,Chie,019_CB12S_c_060.wav,,,,chie,,0,,,,,"Ah... nn... kuuuh... uncle, wake up...! Hurry, wake up...!" +248100 ,,,,,1110020,,,,,,,,,,,,,,,"Chii-chan moves vigorously on top of me. Our crotches rub\nagainst each other, creating an intense pleasure." +248200 ,,,,,1110020,,,,,,,,,,,,,,,Oh no... my crotch is about to burst...! +248300 ,,,,,1110020,,,,,,,,,,,,,,,"Finally, just one more rub... just once... I want to rub it\nhard against there...!" +248400 ,,,,,1110020,,千恵,Chie,019_CB12S_c_061.wav,,,,chie,,0,,,,,U-Uncle...? You're moving so much... ah... nn... haaah...! +248500 ,,,,,1110020,,,,,,,,,,,,,,,I thrust my hips up with all my might. The greatest pleasure\nof the day hits my crotch. +248600 ,,,,,1110020,,,,,,,,,,,,,,,"Ugh, I can't hold it anymore...! Chii-chan, receive it!\nMy... burning passion...!" +248700 ,,,,,1110020,,,,,,,,,,,,,,,"A pure white sensation rushes through my body, and I release\na large amount of essence into my swim trunks." +248800 ,,,,,1110020,,主人公,Kiyoshi,,,,,,,,,,,,...Uuugh!! +249000 ,,,,,1110020,,千恵,Chie,019_CB12S_c_061a.wav,,,,,,,,,,,...Wah wah... U-Uncle...!? +249100 ,$event_return,,,,,,,,,,,,,,,,,,, +249300 ,,,7,101,,,,,,,,,,,,,,,,――Gasp!! +249400 ,,,,,,,千恵,Chie,019_CB12S_c_062.wav,,,,chie,,4,,,,,U-Uncle... did you come back to life...? +249500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,Fu... Revival~~~!! I'm back to life!! +249600 ,,,,,,,甜花,Tenka,019_CB12S_t_018.wav,,,,,,,tenka,,4,,Massage... success...? +249700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's right! Thanks to Chii-chan's massage, I was\nable to come back to life!" +249800 ,,,,,,,,,,,,,,,,,,,,"Regardless of where the massage was, it felt really good,\nChii-chan!" +249900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you, Chii-chan! And Komako-chan and Tenka-chan too!" +250000 ,,,,,,,甜花,Tenka,019_CB12S_t_019.wav,,,,,,,tenka,,23,,"Eh, ah... yeah. You're welcome..." +250100 ,,,,,,,千恵,Chie,019_CB12S_c_063.wav,,,,chie,,1,,,,,"Heh heh~! It's Chii-chan's massage, so of course you'd come\nback to life~!" +250200 ,,,,,,,,,,,,,chie,,1,,,,,"Chii-chan says that, puffing out her chest. Yeah, yeah, it\nwas the best massage ever!" +250300 ,,,,,,,コマコ,Komako,019_CB12S_k_015.wav,komako,,4,,,,,,,,...Uncle... did you wet yourself...? +250400 ,,,,,,,,,,komako,,4,,,,,,,,Komako-chan's gaze is fixed on my crotch. +250500 ,,,,,,,,,,komako,,4,,,,,,,,Everyone follows Komako-chan's lead and looks at me. +250600 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"Th-This is... not what it looks like! Yes, it's just... the\nswim trunks haven't dried completely yet!" +250700 ,,,,,,,コマコ,Komako,019_CB12S_k_016.wav,komako,,13,,,,,,,,...Hmm. +250800 ,,,,,,,,,,,,,,,,,,,,"Komako-chan, don't look at me like that!" +250900 ,,,,,,,,,,,,,,,,,,,,"Damn, at this rate, it's only a matter of time before I'm\nfound out!" +251000 ,,,,,,,,,,,,,,,,,,,,In that case... I'll escape to the river! +251100 ,,,,,,,千恵,Chie,019_CB12S_c_065.wav,,,,chie,,4,,,,,"...Ah! Uncle, where are you going!" +251200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,"I just feel like swimming! Come on, everyone, join me!" +251300 ,,,,,,,,,,,,,,,,,,,,"Saying that, I dive into the river." +251400 ,,,,,,,千恵,Chie,019_CB12S_c_066.wav,,,,chie,,1,,,,,"Ah, no fair~! Chii-chan wants to swim too~!!" +251500 ,,,,,,,コマコ,Komako,019_CB12S_k_017.wav,komako,,1,,,,,,,,"If Chii-chan is swimming, then I will too!" +251600 ,,,,,,,甜花,Tenka,019_CB12S_t_020.wav,,,,,,,tenka,,24,,"Ah, wait... don't leave me behind...!" +251700 ,,,,,,,,,,,,,,,,,,,,Everyone follows Chii-chan and jumps into the river. +251800 ,,,,,,,コマコ,Komako,019_CB12S_k_018.wav,"komakoL,swim",,15,,,,,,,,...Mmm. +251900 ,,,,,,,,,,komakoL,,15,,,,,,,,Komako-chan glares at me with a sulky look. Could it be that\nshe noticed I was rubbing against Chii-chan? +252000 ,,,,,,,主人公,Kiyoshi,,komakoL,,15,,,,,,,,"W-What's wrong, Komako-chan?" +252100 ,,,,,,,コマコ,Komako,019_CB12S_k_019.wav,komako,,35,,,,,,,,...Riding on Chii-chan... that's unfair. +252200 ,,,,,,,,,,komako,,35,,,,,,,,"Ah, so that's it. Phew... I'm saved." +252300 ,,,,,,,主人公,Kiyoshi,,komako,,35,,,,,,,,"Sorry, sorry. But this time it was unavoidable. I almost\ndrowned in the river, and because of that..." +252400 ,,,,,,,コマコ,Komako,019_CB12S_k_020.wav,komako,,29,,,,,,,,Ugh... +252500 ,,,,,,,千恵,Chie,019_CB12S_c_067.wav,,,,chie,,3,,,,,"Uncle, Komako-chan, what's up?" +252600 ,,,,,,,,,,,,,chie,,3,,,,,"Chii-chan, who was splashing water with Tenka-chan, calls\nout to us." +252700 ,,,,,,,コマコ,Komako,019_CB12S_k_021.wav,komako,,4,,,,,,,,N-Nothing...! +252800 ,,,,,,,,,,,,,,,,,,,,Komako-chan took Chii-chan's hand and went over to Tenka-\nchan. +252900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hehe... heh... +253000 ,,,,,,,,,,,,,,,,,,,,"Watching the three of them play innocently in the water, I\nrecall what happened earlier." +253100 ,,,,,,,,,,,,,,,,,,,,I was rubbing this against Chii-chan's crotch just a while\nago... +253200 ,,,,,,,,,,,,,,,,,,,,"As I indulge in my fantasies, my dick starts to get hard\nagain." +253300 ,,,,,,,,,,,,,,,,,,,,"With this, I might not run out of material for masturbation\nfor a while..." +253400 ,,,,,,,,,,,,,,,,,,,,Ugh... this is bad. I'm really starting to want to\nmasturbate. I could go at it all night tonight... +253500 ,,,,,,,千恵,Chie,019_CB12S_c_068.wav,,,,chie,,1,,,,,"Hey, Uncle! Come play over here too!" +253600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm coming over now! Wait for me! +253700 ,,,,,,,,,,,,,,,,,,,,Let's put thoughts of tonight aside for now. +253800 ,,,,,,,,,,,,,,,,,,,,I might get even more material. Water play... hooray! +253900 ,,,,,,,,,,,,,,,,,,,,"And so, we continued playing in the river―" +254000 ,,,0,9001,,,,,,,,,,,,,,,, +254100 ,$go 022_CB13,,,,,,,,,,,,,,,,,,,022_CB13 +254600 ,@020_CB12K,,,,,,,,,,,,,,,,,,,Komako Flag +1 +254700 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +255000 ,,,3,101,,,,,,,,,,,,,,,,Let's go check on Komako-chan. I'm a bit curious about what\nshe brought. +255100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,What are you doing? +255200 ,,,,,,,コマコ,Komako,020_CB12K_k_000.wav,,,,"komako,swim",,3,,,,,Ah... Uncle. +255300 ,,,,,,,,,,,,,komako,,3,,,,,"Komako-chan, who was rummaging through her bag, noticed me\nand looked up." +255400 ,,,,,,,コマコ,Komako,020_CB12K_k_001.wav,,,,komako,,20,,,,,"I forgot, I need to put this on." +255500 ,,,,,,,,,,,,,komako,,20,,,,,"Saying that, Komako-chan took out a container that looked\nlike lotion from her bag." +255600 ,,,,,,,主人公,Kiyoshi,,,,,komako,,20,,,,,What's that? +255700 ,,,,,,,コマコ,Komako,020_CB12K_k_002.wav,,,,komako,,0,,,,,Sunscreen. +255800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,0,,,,,Sunscreen? That's quite a grown-up thing to have. +255900 ,,,,,,,,,,,,,komako,,0,,,,,"Hearing that, Komako-chan tilted her head curiously." +256000 ,,,,,,,コマコ,Komako,020_CB12K_k_003.wav,,,,komako,,3,,,,,Grown-up? +256100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,,,,,"Yeah. From an uncle's perspective, I just kind of assumed\ngirls your age wouldn't worry about sunburn and would just\nplay without a care." +256200 ,,,,,,,,,,,,,komako,,3,,,,,I wonder if Chie-chan will be completely tanned by the end\nof summer. +256300 ,,,,,,,,,,,,,komako,,3,,,,,That would be cute in its own way. I'd like to see a tan\nline on bare skin... +256400 ,,,,,,,コマコ,Komako,020_CB12K_k_004.wav,,,,komako,,23,,,,,I don't tan. +256500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,23,,,,,Huh? Really? +256600 ,,,,,,,,,,,,,komako,,23,,,,,"Hmm, needing sunscreen even though she doesn't tan?" +256700 ,,,,,,,コマコ,Komako,020_CB12K_k_005.wav,,,,komako,,14,,,,,"If I don't put it on, I turn bright red and it hurts. It\nstings." +256800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,14,,,,,"Ah, I see. You have sensitive skin." +256900 ,,,,,,,,,,,,,komako,,14,,,,,"Hearing that, Komako-chan nodded firmly." +257000 ,,,,,,,,,,,,,komako,,14,,,,,"Indeed, if she were exposed to the relentless sunlight of\nthis season, Komako-chan's white and smooth skin might not\nstand a chance." +257100 ,,,,,,,,,,,,,"komakoL,swim",,0,,,,,"Komako-chan took off the cap and shook it carelessly, then\ntook some sunscreen in her hand." +257200 ,,,,,,,,,,,,,komakoL,,0,,,,,"Then, she held the sunscreen container between her cute\nthighs to keep it from falling over and started applying the\nsunscreen to her arms." +257300 ,,,,,,,,,,,,,komakoL,,0,,,,,I observed this up close. +257400 ,,,,,,,,,,,,,komakoL,,14,,,,,"The slight sheen on her skin was nice, and the way she moved\nas if washing her body was also nice!" +257500 ,,,,,,,,,,,,,komakoL,,14,,,,,"After finishing her arms, she raised one knee and started\napplying sunscreen to her thighs." +257600 ,,,,,,,,,,,,,komakoL,,14,,,,,"I mean, even though I'm staring at her so intently from this\nclose, she doesn't seem to mind at all." +257700 ,,,,,,,,,,,,,komakoL,,14,,,,,"The way her legs come together, making her crotch look a bit\nplump, is just perfect." +257800 ,,,,,,,,,,,,,komakoL,,1,,,,,Then she switched legs and continued diligently applying\nsunscreen. +257900 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,1,,,,,Huh? +258000 ,,,,,,,,,,,,,komakoL,,1,,,,,"As I watched, Komako-chan started putting the cap back on\nthe sunscreen after finishing her legs." +258100 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,1,,,,,Are you done already? +258200 ,,,,,,,コマコ,Komako,020_CB12K_k_006.wav,,,,komakoL,,3,,,,,"? Yeah, I'm done, but?" +258300 ,,,,,,,,,,,,,komakoL,,3,,,,,Komako-chan looked puzzled at my spontaneous comment. +258400 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,3,,,,,"That's not good, you'll get sunburned like that." +258500 ,,,,,,,コマコ,Komako,020_CB12K_k_007.wav,,,,komakoL,,4,,,,,Even though I put on sunscreen? +258600 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,4,,,,,"Yeah, you missed the important parts." +258700 ,,,,,,,コマコ,Komako,020_CB12K_k_008.wav,,,,komakoL,,23,,,,,............? +258800 ,,,,,,,,,,,,,komakoL,,23,,,,,This is my chance. I should push forward. +258900 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,23,,,,,"Let me help you. Can you lend me the sunscreen? Come on, sit\ndown." +259100 ,,,10,,2110000,,,,,,,,,,,,,,, +259200 ,*mem,,,,2110000,,,,,,,,,,,,,,, +259300 ,,,10,,2110000,,,,,,,,,,,,,,,"Komako-chan sat down right in front of me. Or rather, I made\nher sit." +259400 ,,,,,2110000,,,,,,,,,,,,,,,"Visually, it seems like most of the sunscreen has been\napplied, but when I place my hand on her shoulder, it still\nfeels a bit damp." +259500 ,,,,,2110000,,,,,,,,,,,,,,,Her shoulders are so small. +259600 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_009.wav,,,,komako,,0,,,,,...Mister. +259700 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? +259800 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_010.wav,,,,komako,,0,,,,,What are you planning to do? +259900 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, th-that sounds a bit sharp, Komako- chan." +260000 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_011.wav,,,,komako,,0,,,,,It feels kind of unusual. +260100 ,,,,,2110000,,,,,,,,,,,,,,,"She's seeing right through me. Komako-chan doesn't talk\nmuch, but she's sharp." +260200 ,,,,,2110000,,,,,,,,,,,,,,,"But to me, even her suspicious expression looks cute and\nfeels like a reward." +260300 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,That's why I'm helping you apply sunscreen. +260400 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_012.wav,,,,komako,,0,,,,,I already put it on. +260500 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,"There are still some spots you missed, right?" +260600 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_013.wav,,,,komako,,0,,,,,...Like my back? +260700 ,,,,,2110000,,,,,,,,,,,,,,,"Yeah, that's one of them." +260800 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,The sun's rays can penetrate through swimsuits and reach\nyour skin. +260900 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_014.wav,,,,komako,,0,,,,,Swimsuits... are see-through!? +261000 ,,,,,2110000,,,,,,,,,,,,,,,Komako-chan hurriedly checked her appearance. +261100 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,"No, it's not like you look naked or anything." +261200 ,,,,,2110000,,コマコ,Komako,020_CB12K_k_015.wav,,,,komako,,0,,,,,"Oh, I see." +261300 ,,,,,2110000,,,,,,,,,,,,,,,"Komako-chan looked at me with eyes that seemed to accuse me\nof lying, rather than relieved." +261400 ,,,,,2110000,,,,,,,,,,,,,,,"Of course, those eyes are a treat for me, so I didn't\nflinch, but Komako-chan seemed displeased and gave me an\neven harsher glare." +261500 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, even if the swimsuit protects you to some extent,\nthe sleeves can shift while you're playing and expose your\nskin to the sun, right? Then that area might turn bright\nred." +261600 ,,,,,2110000,,,,,,,,,,,,,,,"Saying that, I took a bit more sunscreen in my hand." +261700 ,,,,,2110000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright then, let's get started..." +261900 ,,,,,2110010,,,,,,,,,,,,,,,"Using the slipperiness of the sunscreen, I smoothly slipped\nmy hand under Komako-chan's swimsuit." +262000 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_016.wav,,,,komako,,0,,,,,Nya!? +262100 ,,,,,2110010,,,,,,,,,,,,,,,Komako-chan let out a cute voice immediately. +262200 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_017.wav,,,,komako,,0,,,,,...Uncle. +262300 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"You have to apply sunscreen properly on these edges, you\nknow." +262400 ,,,,,2110010,,,,,,,,,,,,,,,"Ignoring Komako-chan's inevitable protest, I boldly slid my\nhand in, claiming it was for the edges, and caressed her\nskin." +262500 ,,,,,2110010,,,,,,,,,,,,,,,"My palm glided over her smooth, flawless skin." +262600 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_018.wav,,,,komako,,0,,,,,"Nn, fu... hya!?" +262700 ,,,,,2110010,,,,,,,,,,,,,,,Correction. There is something to catch on. +262800 ,,,,,2110010,,,,,,,,,,,,,,,"Though there's hardly any swell, the difference in texture\nclearly indicates the presence of Komako-chan's breasts." +262900 ,,,,,2110010,,,,,,,,,,,,,,,"In the middle of each side, there's a slightly firm spot." +263000 ,,,,,2110010,,,,,,,,,,,,,,,...It's Komako-chan's nipples. +263100 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_019.wav,,,,komako,,0,,,,,U-Uncle... there... +263200 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,Hm? Where is 'there'? +263300 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_020.wav,,,,komako,,0,,,,,...Muu... +263500 ,,,,,2110010,,,,,,,,,,,,,,,Komako-chan furrowed her brows and pouted in\ndissatisfaction. +263600 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"If you don't tell me exactly where, Uncle won't know..." +263700 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_021.wav,,,,komako,,0,,,,,"You're touching my breasts! Uncle, you're being obvious." +263800 ,,,,,2110010,,,,,,,,,,,,,,,"Whoa, just as I was about to start the usual verbal teasing,\nshe beat me to it." +263900 ,,,,,2110010,,,,,,,,,,,,,,,"Alright, let's change the plan." +264000 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,Doesn't it feel good when I do this? +264100 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_022.wav,,,,komako,,0,,,,,Feel good...? +264200 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, girls feel good when their breasts are touched." +264300 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_023.wav,,,,komako,,0,,,,,Hmm... +264400 ,,,,,2110010,,,,,,,,,,,,,,,Komako-chan looked down at her own breasts and focused\nintently. +264500 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_024.wav,,,,komako,,0,,,,,It might be tingling a bit. +264600 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,Right? +264700 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_025.wav,,,,komako,,0,,,,,"Hmm... just a little, though." +264800 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"Just a little, huh. Well, compared to the masturbation you\nwere doing, Komako-chan..." +264900 ,,,,,2110010,,,,,,,,,,,,,,,"Still, though." +265000 ,,,,,2110010,,,,,,,,,,,,,,,"Usually, girls learn from playing with their breasts first,\nright? Learning from masturbating with their pussy seems\nbackwards." +265100 ,,,,,2110010,,,,,,,,,,,,,,,"But since she knows about masturbating with her pussy, she\nunderstands what feeling good means, which makes things\nquicker." +265200 ,,,,,2110010,,,,,,,,,,,,,,,"Because, unlike before, Komako-chan now has a troubled yet\ncurious expression." +265300 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,Continuing from our last lesson. +265400 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_026.wav,,,,komako,,0,,,,,Hmm... +265500 ,,,,,2110010,,,,,,,,,,,,,,,"Komako-chan groaned. Since it's neither 'no' nor 'hmm,' it\nmeans she's somewhat open to it. But since it's something\nlewd, she's understandably hesitant." +265600 ,,,,,2110010,,,,,,,,,,,,,,,Then Komako-chan spoke up. +265700 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_027.wav,,,,komako,,0,,,,,"Chi-chan would feel good if she did this too, right?" +265800 ,,,,,2110010,,,,,,,,,,,,,,,So that's how it is. +265900 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I think she'd feel good. But it might take a bit of\ngetting used to before she understands what feeling good\nmeans." +266000 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_028.wav,,,,komako,,0,,,,,Not right away? +266100 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, are you aiming to make Chi-chan fall into\npleasure all at once?" +266200 ,,,,,2110010,,,,,,,,,,,,,,,That's scary. +266300 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_029.wav,,,,komako,,0,,,,,...? +266400 ,,,,,2110010,,,,,,,,,,,,,,,"Ah, maybe the words were too difficult. Anyway, there's no\npoint in discussing that. Let's focus on Komako-chan's\n'studies.'" +266500 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,I think it's more normal to start with this than to suddenly\nmess with the crotch. +266600 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_030.wav,,,,komako,,0,,,,,!? +266700 ,,,,,2110010,,,,,,,,,,,,,,,What a surprised expression. It's kind of amusing. +266800 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"Don't you and your friends ever touch each other's breasts?\nLike when a girl's breasts start to grow, saying they're big\nor something?" +266900 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_031.wav,,,,komako,,0,,,,,"We don't do that. But... if I could touch Chi-chan's\nbreasts, I'd want to." +267000 ,,,,,2110010,,主人公,Kiyoshi,,,,,,,,,,,,"You're quite honest, Komako-chan." +267100 ,,,,,2110010,,コマコ,Komako,020_CB12K_k_032.wav,,,,komako,,0,,,,,Hmm... +267300 ,,,,,2110020,,,,,,,,,,,,,,,Is her voice getting a bit sweeter...? +267400 ,,,,,2110020,,,,,,,,,,,,,,,And I think her face is turning a little red too. +267500 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_033.wav,,,,komako,,0,,,,,"Nn... fuh, nn..." +267600 ,,,,,2110020,,,,,,,,,,,,,,,Komako-chan lets out a nasal voice. +267700 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,You're making the same sounds as before. Are you starting to\nfeel good? +267800 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_034.wav,,,,komako,,0,,,,,"Nn, I think I am..." +267900 ,,,,,2110020,,,,,,,,,,,,,,,"As expected, it's easier with someone who already knows what\n'feeling good' is. Since she understands that touching a lot\nfeels good, her resistance to being touched is probably\nlower." +268000 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_035.wav,,,,komako,,0,,,,,Fwah!! +268100 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,While I massage your breasts like this... +268200 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_036.wav,,,,komako,,0,,,,,Nn~... muu~~... +268300 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,I'll just tweak the tip... like this. +268400 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_037.wav,,,,komako,,0,,,,,Nn! Fuh! Nnn...!! +268500 ,,,,,2110020,,,,,,,,,,,,,,,"When I pinch and knead Komako-chan's nipples like this, they\nstart to harden more and more." +268600 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_038.wav,,,,komako,,0,,,,,"Nn, nn, nn, it tingles..." +268700 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,Does it hurt? +268800 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_039.wav,,,,komako,,0,,,,,It doesn't hurt... I'm okay... but it's kind of itchy or\nsomething... +268900 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,"If you don't keep touching it, it starts to throb and\nbecomes unbearable, right? I get it." +269000 ,,,,,2110020,,,,,,,,,,,,,,,"Well, I don't do nipple play myself, but I have nipples, so\nI understand the feeling. Komako-chan gives a small nod in\nagreement." +269100 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_040.wav,,,,komako,,0,,,,,It's a different feeling from my crotch... +269200 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,Really? Which one feels better? +269300 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_041.wav,,,,komako,,0,,,,,Muu... I don't know... +269400 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,"This feels just as good, right?" +269500 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_042.wav,,,,komako,,0,,,,,"I don't know if it's the same... but, nn, this also... feels\ngood, I think." +269600 ,,,,,2110020,,,,,,,,,,,,,,,Komako-chan is quite mature. It's amazing that such a small\nbody can already react to these things. +269700 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's see if we can make you feel even better with\nyour breasts, just like we did with your crotch." +269800 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_043.wav,,,,komako,,0,,,,,Nnn~... nn~... nnn~nn...! +269900 ,,,,,2110020,,,,,,,,,,,,,,,"Komako-chan shakes her head as if saying no. But it's clear\nshe doesn't want me to stop, as she doesn't push my hands\naway or grab them." +270000 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_044.wav,,,,komako,,0,,,,,"Nn, fuh, nn... uncle... nn... ah... nn..." +270100 ,,,,,2110020,,,,,,,,,,,,,,,"As I knead her small breasts while teasing her nipples,\nKomako-chan tightly grips her own legs and moves her head\nslightly." +270200 ,,,,,2110020,,,,,,,,,,,,,,,Her occasionally tightly closed mouth must be enduring the\nbig waves of pleasure that come from time to time. +270300 ,,,,,2110020,,,,,,,,,,,,,,,If I keep doing this... Komako-chan will... reach climax\nright in front of me...!! +270400 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan... remember this pleasant feeling well, okay?\nFor when you do the same to Chi-chan." +270500 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,Here...! +270600 ,,,,,2110020,,,,,,,,,,,,,,,Just let it go! Show it to me! +270700 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_045.wav,,,,komako,,0,,,,,"Nn, ha, ah, nn ah, nn, nn, ah, nn ah... ah, Chi-chan... ah,\nah, fuaah...!!" +270800 ,,,,,2110020,,,,,,,,,,,,,,,"Komako-chan's mouth takes a deep breath, and her voice\nbecomes noticeably louder. Right now, in front of me,\nKomako-chan is...!!" +270900 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,Ugh!? +271000 ,,,,,2110020,,,,,,,,,,,,,,,............... +271100 ,,,,,2110020,,,,,,,,,,,,,,,............... +271200 ,,,,,2110020,,,,,,,,,,,,,,,...I feel some discomfort in my crotch... +271300 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_046.wav,,,,komako,,0,,,,,...Uncle? +271400 ,,,,,2110020,,,,,,,,,,,,,,,Komako-chan looks puzzled at my sudden stop. +271500 ,,,,,2110020,,,,,,,,,,,,,,,"Yes, before Komako-chan's climax, it was my crotch that\nerupted first." +271600 ,,,,,2110020,,,,,,,,,,,,,,,"I try to hold back ejaculation by squeezing the base of my\npenis, but it was impossible. The pressure only made my\npenis throb more." +271700 ,,,,,2110020,,,,,,,,,,,,,,,"And the glans rubbed just right, accelerating the\nejaculation." +271800 ,,,,,2110020,,主人公,Kiyoshi,,,,,,,,,,,,"Ha, haha... I'm glad I'm wearing swim trunks... ugh..." +271900 ,,,,,2110020,,,,,,,,,,,,,,,"Once ejaculation starts, it can't be stopped. Moreover,\nKomako-chan's erotic appearance and the feel of her breasts\nheightened my excitement too much." +272000 ,,,,,2110020,,,,,,,,,,,,,,,It keeps spurting out endlessly. +272100 ,,,,,2110020,,,,,,,,,,,,,,,This is bad. It's going to drip onto the leisure sheet. +272200 ,,,,,2110020,,コマコ,Komako,020_CB12K_k_047.wav,,,,komako,,36,,,,,...? Uncle? +272300 ,,,,,2110020,,,,,,,,komako,,36,,,,,Komako-chan finally started to find my behavior strange. +272400 ,$event_return,,,,,,,,,,,,,,,,,,, +272500 ,,,3,,,,主人公,Kiyoshi,,,,,komako,,36,,,,,"Uh, um... That's it for today's lesson!" +272600 ,,,,,,,コマコ,Komako,020_CB12K_k_048.wav,,,,komako,,4,,,,,Really? +272700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,,,,,Y-Yeah! I think I'll go for a swim now~ +272800 ,,,,,,,,,,,,,komako,,4,,,,,"I stood up, but I couldn't hide the discomfort in my crotch.\nI ended up moving awkwardly." +272900 ,,,,,,,,,,,,,komako,,4,,,,,"Moreover, the sticky feeling from what I released only\nincreased my discomfort." +273000 ,,,,,,,,,,,,,komako,,4,,,,,"Seeing this, Komako-chan gave me her usual disapproving\nlook." +273100 ,,,,,,,コマコ,Komako,020_CB12K_k_049.wav,,,,komako,,36,,,,,"Uncle, did you wet yourself? Hmph." +273200 ,,,,,,,,,,,,,komako,,36,,,,,That look of disappointment... it's strangely exciting! +273300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,36,,,,,"No, I-I didn't wet myself, okay? I'm an adult, you know?" +273400 ,,,,,,,,,,,,,komako,,36,,,,,"No, this is definitely wetting myself! I retorted to myself\ninternally as I started to move sideways like a crab towards\nthe river." +273500 ,,,,,,,,,,,,,komako,,36,,,,,I'll just rinse it off in the river... though I'm not sure\nif it'll wash away. +273600 ,,,,,,,コマコ,Komako,020_CB12K_k_050.wav,,,,komako,,34,,,,,We're going to play in the river with Chii- chan... Uncle's\npee... hmph...!! +273700 ,,,,,,,,,,,,,komako,,34,,,,,"Komako-chan puffed out her cheeks. I'm sorry. I'll try to go\ndownstream, so please forgive me." +273800 ,,,,,,,,,,,,,komako,,34,,,,,"I mean, don't you guys also do it in the river when you need\nto?!" +273900 ,,,,,,,,,,,,,komako,,34,,,,,"Thinking that, while holding my increasingly sticky crotch,\nI hurried to the river." +274000 ,,,0,9001,,,,,,,,,,,,,,,, +274200 ,$go 022_CB13,,,,,,,,,,,,,,,,,,,To 022_CB13 +274700 ,@021_CB12T,,,,,,,,,,,,,,,,,,,Tenka Flag +1 +274800 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +275000 ,,,6,101,,,,,,,,,,,,,,,,"No, I'll just watch everyone playing without doing anything." +275100 ,,,,,,,,,,,,,,,,,,,,"It's not often you get to see everyone in their swimsuits\nlike this. Ah, damn. I should have bought a video camera." +275300 ,,"",,,,,千恵,Chie,021_CB12T_c_000.wav,,,,"chie,swim",,1,,,,,"Wow, the water is so cold and refreshing!" +275400 ,,,,,,,甜花,Tenka,021_CB12T_t_000.wav,,,,chie,,1,"tenka,swim",,3,,"If you get too excited, you'll fall. It's slippery in the\nriver." +275500 ,,,,,,,千恵,Chie,021_CB12T_c_001.wav,,,,chie,,21,tenka,,3,,Take this! +275600 ,,,,,,,甜花,Tenka,021_CB12T_t_001.wav,,,,chie,,21,tenka,,10,,Wah!? It's cold! +275700 ,,,,,,,千恵,Chie,021_CB12T_c_002.wav,,,,chie,,1,tenka,,10,,"How's that, did you give up? Haha, run away!" +275800 ,,,,,,,甜花,Tenka,021_CB12T_t_002.wav,,,,,,,tenka,,1,,"Hey, wait up, Chii!" +275900 ,,,,,,,,,,,,,,,,,,,,"I watched Chii-chan and Tenka-chan playing happily in the\nriver, eyeing them from head to toe. Or rather, I wanted to." +276000 ,,,,,,,,,,,,,,,,,,,,"Even though I say head to toe, their feet are in the river,\nso I can't see them." +276100 ,,,,,,,,,,,,,,,,,,,,"By the way, what is Komako-chan doing? She seems to have\ngone over to the luggage..." +276200 ,,,,,,,,,,,,,,,,,,,,"As I was thinking that," +276300 ,,,,,,,千恵,Chie,021_CB12T_c_003.wav,,,,chie,,1,,,,,Komako-chan! Over here! +276400 ,,,,,,,コマコ,Komako,021_CB12T_k_000.wav,"komako,swim",,1,chie,,1,,,,,Yeah~. I'm coming! +276500 ,,,,,,,,,,,,,,,,,,,,"With a cute little trot, Komako-chan came back." +276600 ,,,,,,,,,,,,,,,,,,,,Komako-chan's fair skin was reflecting the sunlight. +276700 ,,,,,,,,,,,,,,,,,,,,That white and beautiful skin... Does it have a purifying\neffect on those who see it? I felt like I was about to\nascend in various ways. +276800 ,,,,,,,甜花,Tenka,021_CB12T_t_003.wav,komako,,1,,,,tenka,,3,,"Komako, what were you doing over there?" +276900 ,,,,,,,コマコ,Komako,021_CB12T_k_001.wav,komako,,3,,,,tenka,,3,,Um... I forgot to put on sunscreen... +277000 ,,,,,,,,,,komako,,3,,,,tenka,,3,,It seems Komako-chan was putting on sunscreen over there.\nI'm surprised. She's taking good care of her skin. +277100 ,,,,,,,,,,komako,,3,,,,tenka,,3,,"Yeah, that's probably why her skin is so fair. Girls work\nhard behind the scenes, regardless of appearances." +277200 ,,,,,,,甜花,Tenka,021_CB12T_t_004.wav,komako,,3,,,,tenka,,12,,Ah~... Maybe I should have put some on too. +277300 ,,,,,,,コマコ,Komako,021_CB12T_k_002.wav,komako,,23,,,,tenka,,12,,"If you don't apply it properly, it'll sting when you take a\nbath, you know?" +277400 ,,,,,,,甜花,Tenka,021_CB12T_t_005.wav,komako,,23,,,,tenka,,14,,"Yeah, yeah. It stings and hurts, right?" +277500 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan, like Komako-chan, also has fair skin that hasn't\nbeen tanned." +277600 ,,,,,,,,,,,,,,,,,,,,The two of them are discussing skincare. This is a perfect\ngirl talk. +277700 ,,,,,,,,,,,,,,,,,,,,And listening to the conversation of these girls makes me\nfeel incredibly happy. +277800 ,,,,,,,千恵,Chie,021_CB12T_c_004.wav,,,,chie,,1,,,,,Chi-chan isn't afraid of getting sunburned! +277900 ,,,,,,,コマコ,Komako,021_CB12T_k_003.wav,komako,,4,,,,tenka,,4,,Kyaa! +278000 ,,,,,,,甜花,Tenka,021_CB12T_t_006.wav,komako,,4,,,,tenka,,4,,Hyaa! +278100 ,,,,,,,,,,,,,,,,,,,,"With a splash, Chi-chan jumps in, sending water everywhere." +278200 ,,,,,,,甜花,Tenka,021_CB12T_t_007.wav,komako,,12,chie,,1,tenka,,23,,"Chi isn't afraid, she's already nicely tanned." +278300 ,,,,,,,コマコ,Komako,021_CB12T_k_004.wav,komako,,21,chie,,1,tenka,,23,,But I think it suits Chi-chan well. +278400 ,,,,,,,千恵,Chie,021_CB12T_c_005.wav,komako,,21,chie,,21,tenka,,23,,Ehehe~ +278500 ,,,,,,,,,,,,,,,,,,,,Chi-chan responds with a happy smile to Komako-chan's words. +278600 ,,,,,,,千恵,Chie,021_CB12T_c_006.wav,,,,chie,,0,,,,,"Both of you, come over here a bit more. It's amazing here.\nThe water reaches up to your waist!" +278700 ,,,,,,,,,,,,,,,,,,,,"Chi-chan moves through the river, followed by Tenka-chan and\nKomako-chan." +278800 ,,,,,,,,,,,,,,,,,,,,"The river's flow is gentle unless it rains, so I don't think\nthere's much danger. It's not deep enough for the three of\nthem to drown." +278900 ,,,,,,,,,,,,,,,,,,,,"And just in case, I'm keeping watch." +279000 ,,,,,,,甜花,Tenka,021_CB12T_t_008.wav,,,,,,,tenka,,9,,Ah... +279100 ,,,,,,,,,,,,,,,,tenka,,9,,"Did something happen? Suddenly, Tenka-chan's body froze as\nif she stopped moving." +279200 ,,,,,,,千恵,Chie,021_CB12T_c_007.wav,,,,chie,,3,,,,,Tenka-chan? +279300 ,,,,,,,甜花,Tenka,021_CB12T_t_009.wav,,,,,,,tenka,,16,,What should I do... I need to pee. +279400 ,,,,,,,,,,,,,,,,tenka,,16,,I see. That's what's going on. +279500 ,,,,,,,千恵,Chie,021_CB12T_c_008.wav,,,,chie,,13,,,,,"Ah, Chi-chan might need to pee a little too." +279600 ,,,,,,,コマコ,Komako,021_CB12T_k_005.wav,komako,,3,,,,,,,,Me too... +279700 ,,,,,,,,,,,,,,,,,,,,"Wow, all three of them need to pee at the same time. When\none person needs to go, everyone else does too. It's like a\ngroup bathroom trip." +279800 ,,,,,,,,,,,,,,,,,,,,"But there's no bathroom around here, is there? Oh, I see! I\ncould be their bathroom!" +279900 ,,,,,,,,,,,,,,,,,,,,"As I practice opening my mouth wide to be ready to be their\nbathroom anytime, Chi-chan and Komako-chan squat down right\nthere." +280000 ,,,,,,,,,,,,,,,,,,,,They end up submerged in the water up to just below their\nshoulders. +280100 ,,,,,,,,,,,,,,,,,,,,"It seems I'm not the only one curious about this, as Tenka-\nchan is also staring intently at the two of them." +280200 ,,,,,,,千恵,Chie,021_CB12T_c_009.wav,,,,chie,,26,,,,,Fuaah... +280300 ,,,,,,,コマコ,Komako,021_CB12T_k_006.wav,komako,,22,,,,,,,,Nn... +280400 ,,,,,,,,,,,,,,,,,,,,I hear some suspicious sounds. What exactly are those two\ndoing? Is it okay for me to join in? +280500 ,,,,,,,,,,,,,,,,,,,,"The two of them shiver with what seems like pleasure―wait,\ncould it be!?" +280600 ,,,,,,,甜花,Tenka,021_CB12T_t_010.wav,,,,,,,tenka,,4,,Are they... peeing? +280700 ,,,,,,,,,,,,,,,,tenka,,4,,"Tenka-chan has her mouth half-open, looking as if she's\nwitnessing something unbelievable." +280800 ,,,,,,,千恵,Chie,021_CB12T_c_010.wav,,,,chie,,0,,,,,"That's right~. Since it's a river, it's okay because it just\nflows away! Right, Komako- chan?" +280900 ,,,,,,,コマコ,Komako,021_CB12T_k_007.wav,komako,,13,,,,,,,,"Yeah. Ah, ahh." +281000 ,,,,,,,,,,,,,,,,,,,,Whaaaat!? +281100 ,,,,,,,,,,,,,,,,,,,,You should have told me sooner! +281200 ,,,,,,,,,,,,,,,,,,,,I quickly rush downstream and stick my face into the spot\nwhere Chie-chan and Komako- chan's pee seems to be flowing. +281300 ,,,,,,,,,,,,,,,,,,,,"It's cold! Somewhere in this river, their pee must be\nflowing! Uoooooh!!" +281400 ,,,,,,,,,,,,,,,,,,,,"However, I can't breathe underwater, so naturally, I can't\nsmell anything." +281500 ,,,,,,,,,,,,,,,,,,,,Damn it! I have no idea where the pee is flowing...! +281600 ,,,,,,,,,,,,,,,,,,,,"Even when I lift my face from the river, I can't find any\nspot that looks yellowish." +281700 ,,,,,,,,,,,,,,,,,,,,"Frustrating as it is, I guess I have to give up..." +281800 ,,,,,,,千恵,Chie,021_CB12T_c_011.wav,,,,chie,,3,,,,,"Tenka-chan, don't you want to pee too?" +281900 ,,,,,,,,,,,,,chie,,3,,,,,"Chie-chan, having finished peeing underwater, calls out to\nthe dumbfounded Tenka-chan." +282000 ,,,,,,,,,,,,,,,,,,,,"Alright! Tenka-chan is still left! Come on! Even if it's in\nthe vast ocean, I'll find Tenka-chan's pee!" +282100 ,,,,,,,,,,,,,,,,,,,,"I stand by the riverbank, ready to drink Tenka-chan's pee at\nany time." +282200 ,,,,,,,,,,,,,,,,,,,,"However, contrary to my expectations, Tenka- chan..." +282300 ,,,,,,,甜花,Tenka,021_CB12T_t_011.wav,,,,chie,,3,tenka,,16,,I-I won't do something so dirty! +282400 ,,,,,,,,,,,,,chie,,3,tenka,,16,,Refuses to pee underwater. +282500 ,,,,,,,千恵,Chie,021_CB12T_c_012.wav,,,,chie,,23,tenka,,16,,"It's not dirty, you know? There's a lot of water flowing, so\na little bit is fine!" +282600 ,,,,,,,甜花,Tenka,021_CB12T_t_012.wav,,,,chie,,23,tenka,,31,,"In the city, we don't do things like that!" +282700 ,,,,,,,コマコ,Komako,021_CB12T_k_008.wav,komako,,3,,,,tenka,,31,,We've been doing it all along. +282800 ,,,,,,,甜花,Tenka,021_CB12T_t_013.wav,komako,,3,,,,tenka,,36,,Peeing outside like this... absolutely not! +282900 ,,,,,,,,,,,,,,,,,,,,It seems Chie-chan and the others' underwater peeing culture\nwas a culture shock for Tenka- chan. +283000 ,,,,,,,,,,,,,,,,,,,,"Come to think of it, I used to pee standing up too, but do\nkids these days still do that? Well, they probably do.\nWatching Chie-chan and the others, I'm convinced." +283100 ,,,,,,,,,,,,,,,,,,,,"It seems that for city kids like Tenka-chan, such a culture\nhasn't taken root." +283200 ,,,,,,,,,,,,,,,,,,,,"But well, whatever the case... it seems Tenka-chan won't\npee. I had no choice but to quietly leave the riverbank,\ndisappointed by this reality." +283300 ,,,,,,,,,,,,,,,,,,,,"But... I see, Chie-chan and the others pee in the river\nwithout a care. I wonder if I can somehow draw water from\nthis river to my house." +283400 ,,,,,,,,,,,,,,,,,,,,"I couldn't drink pee, but let's get back to the job of\nwatching the three of them." +283500 ,,,,,,,,,,,,,,,,,,,,"Then, Tenka-chan came up from the river. She's coming\ntowards me." +283600 ,,,,,,,甜花,Tenka,021_CB12T_t_014.wav,,,,,,,"tenkaL,swim",,11,,"Mister, I need to go to the bathroom." +283700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,11,,"I see, that's a problem. There's no bathroom around here..." +283800 ,,,,,,,,,,,,,,,,tenkaL,,11,,"Her inward knees are very vivid. She's probably holding it\nin, about to leak at any moment." +283900 ,,,,,,,,,,,,,,,,tenkaL,,11,,"When it comes to the urge to pee, if you don't think about\nit, it's not so bad, but the moment you realize 'Oh, I need\nto pee now,' you really want to go." +284000 ,,,,,,,,,,,,,,,,tenkaL,,11,,"By the way, in my case, when I think 'Oh, I want to\nmasturbate now,' I can't calm down for a while." +284100 ,,,,,,,甜花,Tenka,021_CB12T_t_015.wav,,,,,,,tenkaL,,9,,Ugh... I'm going to leak... +284200 ,,,,,,,,,,,,,,,,tenkaL,,9,,"Tenka-chan, holding her crotch and expressing her urge to\npee, is incredibly cute. I almost want to make a figure of\nher and display it." +284300 ,,,,,,,,,,,,,,,,tenkaL,,9,,It seems like there are tears welling up in her eyes. Tenka-\nchan in a bikini having an accident... What an exciting\nsight. +284400 ,,,,,,,甜花,Tenka,021_CB12T_t_016.wav,,,,,,,tenkaL,,31,,Mister... +284500 ,,,,,,,,,,,,,,,,tenkaL,,31,,"As I'm pretending to be troubled about what to do, Tenka-\nchan comes to me with a voice that sounds like she's about\nto cry, asking for help." +284600 ,,,,,,,,,,,,,,,,tenkaL,,31,,"When she asks like that, I can't help but want to assist\nher." +284700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,There's no choice. Let's do it where no one is around. +284800 ,,,,,,,甜花,Tenka,021_CB12T_t_017.wav,,,,,,,tenkaL,,11,,Is there really no bathroom anywhere? +284900 ,,,,,,,,,,,,,,,,tenkaL,,11,,It seems she really has a strong resistance to peeing\noutside. +285000 ,,,,,,,,,,,,,,,,tenkaL,,11,,"Even in the river, she was so against it. But unfortunately,\nI'm not being mean; there really is no bathroom." +285100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,11,,"It's impossible to go back home, right?" +285200 ,,,,,,,甜花,Tenka,021_CB12T_t_018.wav,,,,,,,tenkaL,,9,,I-I can't... +285300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,9,,Then you'll have to endure the lack of a bathroom. +285400 ,,,,,,,甜花,Tenka,021_CB12T_t_019.wav,,,,,,,tenkaL,,32,,Okay... +285500 ,,,,,,,,,,,,,,,,tenkaL,,32,,It seems she's having a hard time making up her mind. +285600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,32,,Or would you rather wet yourself in front of Chii-chan and\nthe others? +285700 ,,,,,,,甜花,Tenka,021_CB12T_t_020.wav,,,,,,,tenkaL,,11,,"N-No... If that happens, they might say we're not friends\nanymore." +285800 ,,,,,,,,,,,,,,,,tenkaL,,11,,"Though I doubt Chii-chan and the others would say that.\nStill, it's not a reason to let it happen." +285900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,11,,"It's okay. I'll keep watch so no one sees you, alright?" +286000 ,,,,,,,甜花,Tenka,021_CB12T_t_021.wav,,,,,,,tenkaL,,33,,...Okay. +286100 ,,,,,,,,,,,,,,,,tenkaL,,33,,"Reluctantly, very reluctantly, Tenka-chan finally agrees." +286200 ,,,,,,,,,,,,,,,,tenkaL,,33,,"Oh, right. If we disappear without saying anything, Chii-\nchan or Komako-chan might come looking for us." +286300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Sorry! I'm just taking Tenka-chan to the bathroom for a bit! +286400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,You two play together! And don't do anything dangerous! +286500 ,,,,,,,千恵,Chie,021_CB12T_c_012a,komako,,1,chie,,1,,,,,Okay! +286600 ,,,,,,,コマコ,Komako,021_CB12T_k_009.wav,komako,,1,chie,,1,,,,,Okay. +286700 ,,,,,,,,,,,,,,,,,,,,"After hearing their cheerful responses, I quickly walk away\nfrom where Chii-chan and the others are." +286800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Can you still hold it? +286900 ,,,,,,,甜花,Tenka,021_CB12T_t_022.wav,,,,,,,tenkaL,,16,,Barely... +287000 ,,,,,,,,,,,,,,,,tenkaL,,16,,She really looks like she's struggling. I can't tell if the\ndroplets on her forehead are from playing in the water or\ncold sweat. +287100 ,,,,,,,,,,,,,,,,tenkaL,,16,,"I found a perfect bush a little away from where we were\nearlier, by the riverbank." +287200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,16,,"How about you pee here? Thanks to the grass and rocks, I\ndon't think anyone can see you." +287300 ,,,,,,,甜花,Tenka,021_CB12T_t_023.wav,,,,,,,tenkaL,,33,,"Yeah, here's fine..." +287400 ,,,,,,,,,,,,,,,,tenkaL,,33,,"Tenka-chan goes into the bush, ready to pee! Or so I\nthought, but she suddenly turns around." +287500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,33,,What's wrong? Aren't you going to pee? +287600 ,,,,,,,甜花,Tenka,021_CB12T_t_024.wav,,,,,,,tenkaL,,11,,"Why are you looking this way, mister?" +287700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,11,,"Ah, sorry, sorry! You're right, you can't do it if I'm\nwatching." +287800 ,,,,,,,甜花,Tenka,021_CB12T_t_025.wav,,,,,,,tenkaL,,31,,"You're supposed to keep watch so no one comes, right,\nmister?" +287900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,"Oh, right, right. Yeah, that's right! I'll keep a good\nwatch, so don't worry and go ahead!" +288000 ,,,,,,,甜花,Tenka,021_CB12T_t_026.wav,,,,,,,tenkaL,,31,,"Let me know if someone comes, okay? Really, make sure you're\nwatching." +288100 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,31,,Leave it to me! +288200 ,,,,,,,,,,,,,,,,,,,,I quickly turn my back to Tenka-chan and pretend to walk\naway from the bush. +288300 ,,,,,,,,,,,,,,,,,,,,"But, I mean, come on? Tenka-chan's peeing scene is right\nthere! Just standing guard would go against my principles!" +288400 ,,,,,,,,,,,,,,,,,,,,"So, sorry Tenka-chan, but I'm abandoning my lookout duty. I\ncrouch down and sneak closer to the bush." +288500 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan, you said it yourself. Make sure you're watching.\nYeah, mister will make sure to watch you pee!" +288600 ,,,,,,,,,,,,,,,,,,,,"Having switched my job to watching over Tenka-chan's peeing,\nI quietly peek through the grass." +288800 ,,,13,,3100000,,,,,,,,,,,,,,, +288900 ,*mem,,,,3100000,,,,,,,,,,,,,,, +289000 ,,,13,,3100000,,主人公,Kiyoshi,,,,,,,,,,,,Oh― +289100 ,,,,,3100000,,,,,,,,,,,,,,,"I almost let out a sound and quickly cover my mouth. If I\nmake a noise here and Tenka-chan notices, it'll all be for\nnothing." +289200 ,,,,,3100000,,,,,,,,,,,,,,,"Inside the bush, Tenka-chan had pulled down her polka dot\nbikini bottom to her knees. Luckily for me, I have a clear\nview of Tenka- chan's beautiful pussy from this angle." +289300 ,,,,,3100000,,,,,,,,,,,,,,,"It's no wonder I almost let out a sound. Being shown\nsomething like this, staying silent is the hard part." +289400 ,,,,,3100000,,甜花,Tenka,021_CB12T_t_027.wav,,,,tenka,,0,,,,,Haa... +289500 ,,,,,3100000,,,,,,,,,,,,,,,"Tenka-chan is squatting like a country delinquent, seemingly\ntrying to pee." +289600 ,,,,,3100000,,,,,,,,,,,,,,,Her face is a mix of anxiety and embarrassment. +289700 ,,,,,3100000,,,,,,,,,,,,,,,"My pants are about to be stained with excitement from Tenka-\nchan's adorable pussy. Soon, pee will come out from those\nsmall petals." +289800 ,,,,,3100000,,,,,,,,,,,,,,,"However, pee isn't flowing from Tenka-chan's crotch yet." +289900 ,,,,,3100000,,,,,,,,,,,,,,,"Even though she said she was about to burst, is she still\nhesitating?" +290000 ,,,,,3100000,,,,,,,,,,,,,,,"Unlike Chi-chan and Komako-chan, Tenka-chan is a city girl.\nJudging from the earlier conversation, this must be her\nfirst time peeing outdoors." +290100 ,,,,,3100000,,,,,,,,,,,,,,,"Even knowing no one is watching, and that there's no other\nway, she must be struggling internally." +290200 ,,,,,3100000,,,,,,,,,,,,,,,"Surely, Tenka-chan's pride can't easily allow her to pee\noutdoors." +290300 ,,,,,3100000,,甜花,Tenka,021_CB12T_t_028.wav,,,,tenka,,0,,,,,Kuu... +290400 ,,,,,3100000,,,,,,,,,,,,,,,A voice as if she's squeezing it out. +290500 ,,,,,3100000,,,,,,,,,,,,,,,"No matter the struggle, the outcome is clear. It's easy to\nimagine that Tenka-chan's pee dam is on the verge of\nbreaking." +290600 ,,,,,3100000,,,,,,,,,,,,,,,The proof of that is her pussy trembling since earlier. +290800 ,,,,,3100000,,,,,,,,,,,,,,,"'Alright, just do it!' 'No, I can't, after all...' 'But I\nhave no choice but to do it here!' 'But it's\nembarrassing...'" +290900 ,,,,,3100000,,,,,,,,,,,,,,,Such a battle must be happening inside that pussy. +291000 ,,,,,3100000,,,,,,,,,,,,,,,"The First Outdoor Pee War has begun. And if it doesn't end\nsoon, my penis will explode." +291100 ,,,,,3100000,,,,,,,,,,,,,,,"Hang in there, Tenka-chan. There's nothing to fear about\npeeing outdoors." +291200 ,,,,,3100000,,,,,,,,,,,,,,,"When humanity was born, there were no toilets. In fact,\npeeing outdoors is the true form of a toilet...!" +291300 ,,,,,3100000,,,,,,,,,,,,,,,"To encourage Tenka-chan, I send her my utmost cheer in my\nmind." +291400 ,,,,,3100000,,,,,,,,,,,,,,,And finally――. +291600 ,,,,,3100010,,,,,,,,,,,,,,,"Drip, drip, drip..." +291700 ,,,,,3100010,,,,,,,,,,,,,,,Golden water. +291800 ,,,,,3100010,,,,,,,,,,,,,,,The first thing that came to mind was that phrase. +291900 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_029.wav,,,,tenka,,0,,,,,Ahh... ugh... it came out... +292000 ,,,,,3100010,,,,,,,,,,,,,,,"Dripping, it wells up from Tenka-chan's slit like a spring.\nThe expression 'leaking out' would be more accurate." +292100 ,,,,,3100010,,,,,,,,,,,,,,,"As a guy, whether it's a toilet or a river, I just let it\nout with a strong stream, but is it different for girls?" +292200 ,,,,,3100010,,,,,,,,,,,,,,,"No, no, that can't be right. Girls should also pee with a\nbit more force." +292300 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_030.wav,,,,tenka,,0,,,,,"You can't hear the sound, right, mister...?" +292400 ,,,,,3100010,,,,,,,,,,,,,,,"Ah, I see... Tenka-chan doesn't want me to hear the sound,\nso she's deliberately holding back the output." +292500 ,,,,,3100010,,,,,,,,,,,,,,,"Even though the expression 'holding back the output' for\npeeing sounds strange, my eyes are glued to Tenka-chan." +292600 ,,,,,3100010,,,,,,,,,,,,,,,"Tenka-chan doesn't need to hold back. I'm already watching\nher pee, not just listening to the sound." +292700 ,,,,,3100010,,,,,,,,,,,,,,,"In fact, I wouldn't mind if she peed with enough force for\nthe splash to reach me. No, I definitely want that! Tenka-\nchan! Please pee this way!" +292800 ,,,,,3100010,,,,,,,,,,,,,,,"Like asking for her gaze, I send my thoughts to Tenka-chan.\nBut the pee continues to trickle out as before." +292900 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_031.wav,,,,tenka,,0,,,,,Ahh... ugh... I can't hold it anymore... +293000 ,,,,,3100010,,,,,,,,,,,,,,,"While peeing, Tenka-chan muttered as if in a daze." +293100 ,,,,,3100010,,,,,,,,,,,,,,,What can't she hold back? She's already peeing... could it\nbe that her pussy is throbbing!? +293200 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_032.wav,,,,tenka,,0,,,,,J-just a little more... can I let it out...? +293300 ,,,,,3100010,,,,,,,,,,,,,,,Drip... whoosh... +293400 ,,,,,3100010,,,,,,,,,,,,,,,Tenka-chan's golden water gained a bit more force. +293500 ,,,,,3100010,,,,,,,,,,,,,,,My guess was wrong. It seems 'can't hold it' meant she\ncouldn't hold her pee after all. +293600 ,,,,,3100010,,,,,,,,,,,,,,,"No, in a way, saying her pussy is throbbing might actually\nbe correct." +293700 ,,,,,3100010,,,,,,,,,,,,,,,"Somehow, Tenka-chan's face looks like she's feeling good." +293800 ,,,,,3100010,,,,,,,,,,,,,,,"There are moments when you want to pee more, but it only\ntrickles out, and it's really frustrating... right?" +293900 ,,,,,3100010,,,,,,,,,,,,,,,"For example, when you have to pee while erect, the pee might\nshoot off in unexpected directions, so be careful." +294000 ,,,,,3100010,,,,,,,,,,,,,,,"And when your bladder is full, you want to pee more, but it\nonly comes out little by little, and it feels uncomfortable." +294100 ,,,,,3100010,,,,,,,,,,,,,,,I'm sure Tenka-chan felt the same way. +294200 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_033.wav,,,,tenka,,0,,,,,Ugh... please finish soon... +294300 ,,,,,3100010,,,,,,,,,,,,,,,"It seems like she had a lot of pee stored up, as the flow\nshows no sign of weakening. The golden stream flows like\nsome kind of eternal spring water deep in the mountains." +294400 ,,,,,3100010,,,,,,,,,,,,,,,"Even if it's not in the mountains, to me, Tenka-chan's pee\nis like sacred water!" +294500 ,,,,,3100010,,,,,,,,,,,,,,,The pee endlessly flowing from her pussy formed a yellow\npuddle between Tenka-chan's legs. +294600 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_034.wav,,,,tenka,,0,,,,,I should have gone to the bathroom before leaving home... +294700 ,,,,,3100010,,,,,,,,,,,,,,,"Hearing Tenka-chan's sorrowful mutter, I can only feel\ngrateful." +294800 ,,,,,3100010,,,,,,,,,,,,,,,"Thanks to her not going to the bathroom before coming over,\nI get to watch Tenka-chan pee." +294900 ,,,,,3100010,,,,,,,,,,,,,,,"Because she's crouching while peeing, a few drops of the\ngolden liquid trickle down her butt. They glisten in the\nmidsummer sunlight." +295000 ,,,,,3100010,,,,,,,,,,,,,,,Ah... summer has come again this year. +295100 ,,,,,3100010,,,,,,,,,,,,,,,I reflect on the golden droplets. +295200 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_035.wav,,,,tenka,,0,,,,,Phew... just a little more... ah... +295300 ,,,,,3100010,,,,,,,,,,,,,,,"With heavy breaths, I sense a slightly relieved atmosphere\nfrom Tenka-chan." +295400 ,,,,,3100010,,,,,,,,,,,,,,,"Even though I got to see Tenka-chan's outdoor peeing, it\nfeels like a waste for it to end like this." +295500 ,,,,,3100010,,,,,,,,,,,,,,,"That's right, let's tease Tenka-chan a little." +295600 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, are you done peeing?" +295700 ,,,,,3100010,,,,,,,,,,,,,,,"I deliberately call out, taking care not to let her realize\nI'm nearby." +295800 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_036.wav,,,,tenka,,0,,,,,Eek!? O-ojisan!? Where are you!? +295900 ,,,,,3100010,,,,,,,,,,,,,,,"With a stream still flowing, Tenka-chan panics." +296000 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,It's okay. I'm really close by. I'll come over now. +296100 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_037.wav,,,,tenka,,0,,,,,"No! No, no, no! I'm still peeing, so don't!" +296200 ,,,,,3100010,,,,,,,,,,,,,,,"The moment she realizes I'm coming, the stream weakens. Is\nit almost over... or...?" +296300 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_038.wav,,,,tenka,,0,,,,,"I-I'm almost done, so don't come over, okay!? Absolutely\ndon't come here!" +296400 ,,,,,3100010,,,,,,,,,,,,,,,"What a strong rejection. Well, it's only natural." +296500 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,Really? Are you just peeing? Isn't it taking a long time?\nI'm worried you might have heatstroke. +296600 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_039.wav,,,,tenka,,0,,,,,I'm fine! I'll come over once I'm done! +296700 ,,,,,3100010,,,,,,,,,,,,,,,Tenka-chan desperately trying to keep me from coming is so\ncute. Even though I'm already here. I wonder how she'd react\nif I peeked out from here? +296800 ,,,,,3100010,,,,,,,,,,,,,,,"As that curiosity arises, I can easily imagine a future\nwhere Tenka-chan's trust in me plummets." +296900 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,"Got it. But if you don't come out by the time I count to\nten, I'll come check because I'm worried." +297000 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_040.wav,,,,tenka,,0,,,,,"No, you can't! Ojisan, wait there!" +297100 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,"One, two..." +297200 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_041.wav,,,,tenka,,0,,,,,"Ah, wait...!" +297300 ,,,,,3100010,,,,,,,,,,,,,,,Tenka-chan's face turns pale. +297400 ,,,,,3100010,,,,,,,,,,,,,,,"Sensing danger, the stream suddenly strengthens. The arching\nstream flowing to the ground looks like a golden work of\nart." +297500 ,,,,,3100010,,,,,,,,,,,,,,,"As I thought, when I spoke earlier, she consciously weakened\nit. She must have tried to stop peeing quickly, thinking I\nmight see her." +297600 ,,,,,3100010,,,,,,,,,,,,,,,"And this time, the opposite. Tenka-chan is peeing with\nconsiderable force. The stream is so strong that it creates\na large splash." +297700 ,,,,,3100010,,,,,,,,,,,,,,,The splashing pee from Tenka-chan flies close to where I'm\npeeking. +297800 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,"Three, four, five..." +297900 ,,,,,3100010,,,,,,,,,,,,,,,The merciless countdown continues. +298000 ,,,,,3100010,,甜花,Tenka,021_CB12T_t_042.wav,,,,tenka,,0,,,,,"You're counting too fast... I'm not done yet, okay!? Nn..." +298100 ,,,,,3100010,,,,,,,,,,,,,,,"Then, a particularly loud splash is heard. A drop of golden\nliquid flies and lands on the grass right in front of me.\nO-oh, ohhh!" +298200 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,Six... se... se... +298300 ,,,,,3100010,,,,,,,,,,,,,,,"Carefully, so as not to rustle the grass and get noticed, I\npush my face forward and stick out my tongue." +298400 ,,,,,3100010,,,,,,,,,,,,,,,"I lick up the golden liquid... If I can just get that, I'll\nbe satisfied!" +298500 ,,,,,3100010,,,,,,,,,,,,,,,"Having gone this far, I might be scolded for being so\nsinful, but I can't compromise." +298600 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,Haaah... chi... +298700 ,,,,,3100010,,,,,,,,,,,,,,,Just a little more... just a few more millimeters... and my\ntongue will reach that droplet! +298800 ,,,,,3100010,,主人公,Kiyoshi,,,,,,,,,,,,Nine... uuuugh! +299000 ,,,,,3100010,,,,,,,,,,,,,,,"I reached it! This salty, fishy taste is unmistakably Tenka-\nchan's pee!" +299100 ,,,,,3100020,,甜花,Tenka,021_CB12T_t_043.wav,,,,tenka,,0,,,,,Haa... haa... +299200 ,,,,,3100020,,,,,,,,,,,,,,,"Because of the awkward position while counting down, I let\nout a terribly strained voice, but Tenka-chan seems too\npreoccupied to notice." +299300 ,,,,,3100020,,,,,,,,,,,,,,,"Almost simultaneously with my success in licking Tenka-\nchan's pee, it seems she finally stopped peeing." +299400 ,,,,,3100020,,,,,,,,,,,,,,,"Of course, in the great outdoors without toilet paper, she\ncan't wipe herself. Pee drips down Tenka-chan's thighs and\nbutt." +299500 ,,,,,3100020,,,,,,,,,,,,,,,"Then, Tenka-chan starts putting her swimsuit back on." +299700 ,$event_return,,,,,,,,,,,,,,,,,,, +299800 ,,,4,,,,,,,,,,,,,,,,,"If I stay here any longer, she'll find out I was peeking. I\nquickly move away from the bushes," +299900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Ten! +300000 ,,,,,,,,,,,,,,,,,,,,I finish the final countdown. +300100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan? Are you done peeing? +300200 ,,,,,,,,,,,,,,,,,,,,"I approach the bushes where Tenka-chan is, trying to give\noff the impression that I was keeping watch." +300300 ,,,,,,,甜花,Tenka,021_CB12T_t_044.wav,,,,tenka,,33,,,,,"Y-Yeah. It's okay, I managed to do it..." +300400 ,,,,,,,,,,,,,tenka,,33,,,,,"Tenka-chan emerges quietly from the bushes, her cheeks\nflushed." +300500 ,,,,,,,,,,,,,tenka,,33,,,,,Her first outdoor pee must have been quite embarrassing. +300600 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,33,,,,,"Tenka-chan, there's pee on your leg." +300700 ,,,,,,,,,,,,,tenka,,33,,,,,"She hurriedly put on her swimsuit, so she didn't have the\ntime to notice such things." +300800 ,,,,,,,甜花,Tenka,021_CB12T_t_045.wav,,,,tenka,,31,,,,,"No! Mister, don't look over here!" +300900 ,,,,,,,,,,,,,tenka,,31,,,,,"When I point it out to her, Tenka-chan hastily covers her\ncrotch with both hands. But by doing that," +301000 ,,,,,,,甜花,Tenka,021_CB12T_t_046.wav,,,,tenka,,16,,,,,Ah... my hands... +301100 ,,,,,,,,,,,,,,,,,,,,now her hands are getting dirty. +301200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Go wash up in the river. +301300 ,,,,,,,,,,,,,,,,,,,,I deeply feel that the countryside environment must be\nunfamiliar to city-raised Tenka-chan. +301400 ,,,,,,,,,,,,,,,,,,,,Tenka-chan splashes water on her hands and then on her\ncrotch and thighs to wash away the pee. +301500 ,,,,,,,甜花,Tenka,021_CB12T_t_047.wav,,,,tenka,,12,,,,,I want to take a shower soon... +301600 ,,,,,,,,,,,,,tenka,,12,,,,,"Tenka-chan climbs out of the river, looking dejected." +301700 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,12,,,,,It's okay. The water in this river is clean. +301800 ,,,,,,,甜花,Tenka,021_CB12T_t_048.wav,,,,tenka,,13,,,,,Yeah... +301900 ,,,,,,,,,,,,,tenka,,13,,,,,"The experience of peeing outdoors must have been quite\nshocking, as Tenka-chan seems down." +302000 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,13,,,,,"What do you want to do? We still have time, but do you want\nto head back early?" +302100 ,,,,,,,甜花,Tenka,021_CB12T_t_049.wav,,,,tenka,,34,,,,,"But if we do that, Chii and Komako will probably want to\nplay more..." +302200 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,34,,,,,"That's true. We just got here to play, after all." +302300 ,,,,,,,甜花,Tenka,021_CB12T_t_050.wav,,,,tenka,,13,,,,,"It's okay, I'm fine. I did manage to pee... after all..." +302400 ,,,,,,,,,,,,,tenka,,13,,,,,"Even though she might want to go back, Tenka- chan tries to\nhide it." +302500 ,,,,,,,,,,,,,tenka,,13,,,,,She probably doesn't want to disappoint Chii- chan and\nKomako-chan with her selfishness. She's such a considerate\nand good friend. +302600 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,13,,,,,"Then let's go back to the others. I'm sure they're waiting\nfor you, Tenka-chan." +302700 ,,,,,,,甜花,Tenka,021_CB12T_t_051.wav,,,,tenka,,3,,,,,Yeah. Hey... uncle? +302800 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,3,,,,,What is it? +302900 ,,,,,,,甜花,Tenka,021_CB12T_t_052.wav,,,,tenka,,33,,,,,In the countryside... do you have to pee in the river? +303000 ,,,,,,,,,,,,,tenka,,33,,,,,Tenka-chan asked me that with such concern that I almost\nlaughed. +303100 ,,,,,,,,,,,,,tenka,,33,,,,,But Tenka-chan's face was completely serious. So I answered\nseriously too. +303200 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,33,,,,,"Well, yeah. I think it's more convenient that way." +303300 ,,,,,,,主人公,Kiyoshi,,,,,tenka,,33,,,,,"But since you're a city girl, it's okay to be embarrassed.\nIf there's no toilet and you're in trouble again, I'll keep\nwatch for you." +303400 ,,,,,,,,,,,,,tenka,,33,,,,,I thought it was a pretty nice follow-up. Saying this might\ngive me another chance to peek at Tenka-chan peeing\noutdoors. +303500 ,,,,,,,甜花,Tenka,021_CB12T_t_053.wav,,,,tenka,,22,,,,,"Yeah... Next time, I'll make sure to pee before we go out so\nI don't have to go." +303600 ,,,,,,,,,,,,,tenka,,22,,,,,"The conversation went in a different direction than I\nexpected. Ugh... Tenka-chan is smart, so she's cautious\nabout these things." +303700 ,,,,,,,,,,,,,tenka,,22,,,,,"For today, I'll be satisfied with having observed Tenka-\nchan's outdoor peeing." +303800 ,,,,,,,,,,,,,,,,,,,,Now then. I'm worried about the two we left behind. Let's\nhurry back. +303900 ,,,0,9001,,,,,,,,,,,,,,,, +304100 ,$go 022_CB13,,,,,,,,,,,,,,,,,,,022_CB13へ +304600 ,@022_CB13,,,,,,,,,,,,,,,,,,, +304900 ,,,,,,,,,,,,,,,,,,,, +305000 ,,,7,122,,,,,,,,,,,,,,,,"On the way back from the riverbank, we walked side by side\non the road." +305100 ,,,,,,,千恵,Chie,022_CB13_c_000.wav,,,,"chie,privateC",,5,,,,,I wanted to play a little longer~. It was such a rare chance\nto play in the water. +305200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,"I wanted to as well, but we promised your moms we'd be back\nbefore sunset." +305300 ,,,,,,,,,,,,,chie,,5,,,,,"We had promised to return before sunset. So, it couldn't be\nhelped." +305400 ,,,,,,,,,,,,,chie,,5,,,,,"Honestly, I wanted to keep watching Chie-chan, Komako-chan,\nand Tenka-chan in their swimsuits forever!" +305500 ,,,,,,,,,,,,,chie,,5,,,,,"But, it can't be helped... Please forgive me, everyone." +305600 ,,"",,,,,コマコ,Komako,022_CB13_k_000.wav,"komako,privateB",,14,,,,,,,,Fwaaah... I might be a little tired... +305700 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan let out a big yawn. +305800 ,,,,,,,,,,komako,,14,,,,,,,,We did play a lot. It's only natural to be tired. +305900 ,,,,,,,甜花,Tenka,022_CB13_t_000.wav,,,,,,,"tenka,privateC",,12,,"Yeah. It's been a while since I swam so much, I'm...\nfwaaah..." +306000 ,,,,,,,,,,,,,,,,tenka,,12,,Tenka-chan yawned as well. +306100 ,,,,,,,千恵,Chie,022_CB13_c_001.wav,,,,chie,,17,,,,,Now that you mention it... Chie-chan might be getting sleepy\ntoo... +306200 ,,,,,,,,,,,,,chie,,17,,,,,"Everyone seemed tired. Maybe because I was so excited, my\nbody felt sluggish too." +306300 ,,,,,,,千恵,Chie,022_CB13_c_002.wav,,,,"chieL,privateC",,25,,,,,"Hey, hey~ Uncle. Give me a piggyback ride~. Chie-chan is\ntired too." +306400 ,,,,,,,,,,,,,chieL,,25,,,,,Chie-chan reached out her hand towards me. +306500 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,25,,,,,"A... piggyback ride? I-I don't mind, but..." +306600 ,,,,,,,,,,,,,chieL,,25,,,,,"A piggyback ride!? That means... Chie-chan would be on my\nback, right...!?" +306700 ,,,,,,,,,,,,,chieL,,25,,,,,"Please, please! You're more than welcome! I'd even ask for\nit myself!" +306800 ,,,,,,,,,,,,,chieL,,25,,,,,If I give her a piggyback ride... Chie-chan's chest will\npress against my back... hehe. I'm looking forward to this! +306900 ,,,,,,,コマコ,Komako,022_CB13_k_001.wav,komako,,17,,,,,,,,A-a piggyback ride... +307000 ,,,,,,,,,,komako,,17,,,,,,,,Komako-chan seemed like she wanted to say something. +307100 ,,,,,,,コマコ,Komako,022_CB13_k_002.wav,komako,,27,,,,,,,,C-Chie-chan...! I'll... give you a piggyback ride instead of\nUncle! +307200 ,,,,,,,千恵@甜花,Chie & Tenka,022_CB13_c_002a@022_CB13_t_000a,,,,chie,,4,tenka,,4,,Eh...!? +307300 ,,,,,,,,,,,,,,,,,,,,An unexpected statement. Komako-chan... giving a piggyback\nride...? +307400 ,,,,,,,,,,,,,,,,,,,,Chie-chan's body would cover the small Komako-chan. +307500 ,,,,,,,,,,,,,,,,,,,,"It's a nice scene in its own way, but... is it really\nokay...?" +307600 ,,,,,,,,,,,,,,,,,,,,"I understand she doesn't want Chie-chan to be taken by me,\nbut..." +307700 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,Does that mean... Komako-chan will... give Chie-chan a\npiggyback ride? Is it really okay? +307800 ,,,,,,,コマコ,Komako,022_CB13_k_003.wav,komako,,7,,,,,,,,"P-probably... okay! So... come on, Chie- chan... get on!" +307900 ,,,,,,,,,,komako,,7,,,,,,,,"Komako-chan made up her mind. She crouched down, ready for a\npiggyback ride." +308000 ,,,,,,,千恵,Chie,022_CB13_c_003.wav,komako,,7,chie,,14,,,,,O-okay... if Komako-chan is doing it... then it's fine... +308200 ,,,,,,,コマコ,Komako,022_CB13_k_004.wav,"komakoL,privateB",,2,,,,,,,,Fwaa...! +308300 ,,,,,,,,,,komakoL,,2,,,,,,,,Komako-chan's expression softened. Maybe she's happy to be\nclose to Chie-chan. +308400 ,,,,,,,千恵,Chie,022_CB13_c_004.wav,,,,chie,,5,,,,,"T-then... here I go, Komako-chan...!" +308500 ,,,,,,,,,,,,,chie,,5,,,,,Chie-chan hesitantly leaned her weight onto Komako-chan. +308600 ,,,,,,,,,,,,,chie,,5,,,,,Komako-chan grabbed Chie-chan's legs and stood up. She\nwobbled forward two or three steps― +308700 ,,,,,,,コマコ,Komako,022_CB13_k_005.wav,komako,,4,,,,,,,,Mmm... uuu―hakyuu!? +308900 ,,,,,,,千恵,Chie,022_CB13_c_005.wav,,,,chie,,4,,,,,"Ouch ouch... Komako-chan, are you okay...?" +309000 ,,,,,,,,,,,,,,,,,,,,"Chie-chan called out to Komako-chan, who had fallen beneath\nher." +309100 ,,,,,,,,,,,,,,,,,,,,"Ouch, that looks painful... It feels like she fell forward\nwith all her might..." +309200 ,,,,,,,甜花,Tenka,022_CB13_t_001.wav,,,,,,,tenka,,24,,That looks painful... Are you okay? A piggyback ride is too\nmuch... +309300 ,,,,,,,コマコ,Komako,022_CB13_k_006.wav,komako,,28,,,,,,,,Mmm... but... ugh... sniff... +309400 ,,,,,,,,,,komako,,28,,,,,,,,What should I do... Komako-chan is on the verge of tears. +309500 ,,,,,,,,,,komako,,28,,,,,,,,"Komako-chan got up. Her legs aren't scraped, but her knees\nare red." +309600 ,,,,,,,千恵,Chie,022_CB13_c_006.wav,komako,,28,chie,,24,,,,,Koma-chan... are you okay? It's red here... I'm sorry. +309700 ,,,,,,,コマコ,Komako,022_CB13_k_007.wav,komako,,8,chie,,24,,,,,"Chie-chan, you don't have to apologize! It's my fault..." +309800 ,,,,,,,千恵,Chie,022_CB13_c_007.wav,komako,,8,chie,,5,,,,,That's not true! I was the one who asked for a piggyback\nride! +309900 ,,,,,,,,,,komako,,8,chie,,5,,,,,"Saying that, Chie-chan placed her hand on Komako-chan's\nknee." +310000 ,,,,,,,千恵,Chie,022_CB13_c_008.wav,komako,,8,chie,,7,,,,,"Pain, pain, go away. Koma-chan's pain, go away!" +310100 ,,,,,,,,,,komako,,8,chie,,7,,,,,Chie-chan chanted the spell while rubbing her hand. +310200 ,,,,,,,,,,komako,,8,chie,,7,,,,,"Somehow... I'm a little jealous. If I fell now, would she do\nit for me too?" +310300 ,,,,,,,千恵,Chie,022_CB13_c_009.wav,komako,,8,chie,,1,,,,,"Alright! All better now! Koma-chan, it doesn't hurt anymore,\nright?" +310400 ,,,,,,,コマコ,Komako,022_CB13_k_008.wav,komako,,22,chie,,1,,,,,"...Yeah! Thank you, Chie-chan!" +310500 ,,,,,,,,,,,,,,,,,,,,Komako-chan is completely back to her cheerful self. +310600 ,,,,,,,,,,,,,,,,,,,,"...Ah, that's a relief. I was worried for a moment." +310700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then... shall we head back? It looks like the sun\nis starting to set." +310800 ,,,,,,,千恵,Chie,022_CB13_c_010.wav,,,,chie,,1,,,,,Let's go! +310900 ,,,,,,,,,,,,,chie,,1,,,,,"With Chie-chan's call, everyone started moving." +311000 ,,,,,,,,,,,,,chie,,1,,,,,"After walking a bit, Chie-chan suddenly stopped." +311100 ,,,,,,,千恵,Chie,022_CB13_c_011.wav,,,,chieL,,4,,,,,"...Ah, I forgot! Then, Uncle, give me a piggyback ride\ninstead!" +311200 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,5,,,,,...Huh? +311300 ,,,,,,,,,,,,,chieL,,0,,,,,"Oh, right, we were talking about that." +311400 ,,,,,,,,,,,,,chieL,,0,,,,,"It's a delightful offer, and I'm all for it, but..." +311500 ,,,,,,,コマコ,Komako,022_CB13_k_009.wav,komako,,30,,,,,,,,Muuu...! +311600 ,,,,,,,,,,komako,,30,,,,,,,,I feel like Komako-chan is glaring at me intensely. +311700 ,,,,,,,,,,,,,,,,,,,,I want to give a piggyback ride... I really do...! +311800 ,,,,,,,,,,,,,,,,,,,,B-but giving a piggyback ride here... isn't a wise choice! I\ndon't want Komako-chan to dislike me! +311900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ha... haha... Uncle's a bit tired too... sorry, Chie-chan." +312000 ,,,,,,,,,,,,,,,,,,,,"Sorry, Chie-chan... Uncle's facing the ultimate choice\nhere..." +312100 ,,,,,,,,,,,,,,,,,,,,Sigh... A piggyback ride... maybe there'll be another\nchance... oh dear. +312200 ,,,,,,,千恵,Chie,022_CB13_c_012.wav,,,,chie,,24,,,,,Ehhh---! No way---! +312300 ,,,,,,,甜花,Tenka,022_CB13_t_002.wav,,,,chie,,24,tenka,,3,,"Chii, don't stop walking. We'll leave you behind." +312400 ,,,,,,,,,,,,,chie,,24,tenka,,3,,Tenka-chan walks ahead briskly. +312500 ,,,,,,,千恵,Chie,022_CB13_c_013.wav,,,,chie,,25,tenka,,3,,Muuu---! W-wait! Don't leave me behind---! +312600 ,,,,,,,,,,,,,chie,,25,tenka,,3,,Chie-chan runs to catch up with Tenka-chan. +312700 ,,,,,,,甜花,Tenka,022_CB13_t_003.wav,,,,chie,,25,tenka,,32,,"Not waiting. Come on, hurry up." +312800 ,,,,,,,,,,,,,chie,,25,tenka,,32,,"Tenka-chan starts running too, so Chie-chan won't catch up." +312900 ,,,,,,,コマコ,Komako,022_CB13_k_010.wav,komako,,4,,,,,,,,Ah... me too... wait...! +313000 ,,,,,,,,,,komako,,4,,,,,,,,"I also started moving my feet to chase after Komako-chan,\nwho dashed off last." +313200 ,,,,12,,,千恵,Chie,022_CB13_c_014.wav,,,,chie,,34,,,,,"Phew, we made it!" +313300 ,,,,,,,,,,,,,chie,,34,,,,,"Finally, we arrived at my house. I suddenly felt a wave of\nexhaustion..." +313400 ,,,,,,,甜花,Tenka,022_CB13_t_004.wav,,,,,,,tenka,,12,,"Ah, I'm tired." +313500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,"Everyone, good job! I'll bring some water, so wait here!" +313600 ,,,,,,,千恵,Chie,022_CB13_c_015.wav,,,,chie,,21,,,,,"Really!? You're the best, uncle!" +313700 ,,,,,,,,,,,,,,,,,,,,"Alright, let's quickly get some water. But I can't let them\nstay too long. The sun is already starting to set." +313900 ,,,,,,,千恵,Chie,022_CB13_c_016.wav,,,,chie,,1,,,,,"Gulp gulp... ahh... phew~~! Thanks, uncle!" +314000 ,,,,,,,,,,,,,chie,,1,,,,,"Chie-chan drinks the water with gusto, finishing it off." +314100 ,,,,,,,コマコ,Komako,022_CB13_k_011.wav,komako,,1,,,,,,,,"Thank you, uncle." +314200 ,,,,,,,甜花,Tenka,022_CB13_t_005.wav,,,,,,,tenka,,1,,"Thanks, uncle. The water was delicious." +314300 ,,,,,,,,,,,,,,,,,,,,The three of them each express their gratitude. +314400 ,,,,,,,,,,,,,,,,,,,,"Ah, I'm so happy... Just giving them water makes them this\ndelighted, it makes me glad!" +314500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well then, it's getting late, so maybe it's time to head\nhome." +314600 ,,,,,,,千恵,Chie,022_CB13_c_017.wav,,,,chie,,24,,,,,Ehh. Chie-chan wants to stay a little longer. +314700 ,,,,,,,甜花,Tenka,022_CB13_t_006.wav,,,,chie,,24,tenka,,12,,"Chii, you can't. We promised to go home before it gets dark,\nremember?" +314800 ,,,,,,,コマコ,Komako,022_CB13_k_012.wav,komako,,20,chie,,24,tenka,,12,,"Chie-chan, let's go home. Your mom will be worried..." +314900 ,,,,,,,,,,komako,,20,chie,,24,tenka,,12,,Komako-chan soothes the reluctant Chie-chan. +315000 ,,,,,,,,,,,,,,,,,,,,"Persuaded by Komako-chan, Chie-chan reluctantly went home." +315100 ,,,,,,,,,,,,,,,,,,,,I watched until the three of them disappeared from sight. +315200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Alright. +315300 ,,,,,,,,,,,,,,,,,,,,I've got three cups now. +315400 ,,,,,,,,,,,,,,,,,,,,"The one on the left is Chie-chan's cup, the middle one is\nTenka-chan's. The one on the right should be Komako-chan's\ncup. I need to remember this well." +315500 ,,,,,,,,,,,,,,,,,,,,How should I use these cups...? +315600 ,,,,,,,,,,,,,,,,,,,,"I went back inside the house, thinking about material for my\nmasturbation." +315800 ,,,5,33,,,,,,,,,,,,,,,,Hehehe... Today was the best day... +316000 ,,,,,,,,,,,,,,,,,,,,"A lot happened, and I feel like I've got a ton of new\nmaterial for masturbation!" +316100 ,,,,,,,,,,,,,,,,,,,,Hooray for summer vacation! I wish every day could be summer\nvacation from now on! +316200 ,,,,,,,,,,,,,,,,,,,,"Still, Chie-chan's swimsuit was really nice..." +316400 ,,,,101,,,,,,,,,"chieL,swim",,0,,,,,"A school swimsuit on tanned skin is a classic, after all." +316500 ,,,,,,,,,,,,,chieL,,20,,,,,The navy shoulder straps digging into her skin. Her plump\nthighs. +316600 ,,,,,,,,,,,,,chieL,,21,,,,,Ahh~ It's really great! I could probably masturbate all day\njust thinking about it! +316700 ,,,,,,,,,,,,,chieL,,1,,,,,"Just remembering it... ugh, I'm getting hard..." +316800 ,,,,,,,,,,,,,chieL,,1,,,,,It's not bad to get off thinking about Chie- chan like\nthis... +317000 ,,"",,,,,,,,"komakoL,swim",,0,,,,,,,,"...But, Komako-chan wasn't losing either..." +317100 ,,,,,,,,,,komakoL,,20,,,,,,,,"Unlike Chie-chan, her skin isn't tanned, but she has that\nunique fairness of a half- Japanese, like a doll, really\ncute." +317200 ,,,,,,,,,,komakoL,,21,,,,,,,,"It's hard to believe they're wearing the same school\nswimsuit, there's such a difference..." +317300 ,,,,,,,,,,komakoL,,1,,,,,,,,"Hmm, it's hard to choose between them." +317400 ,,,,,,,,,,komakoL,,1,,,,,,,,"I feel like rubbing my ramune stick against that shiny hair\nof hers, rubbing it in, and then shooting it all over to\ndirty it." +317500 ,,,,,,,,,,komakoL,,1,,,,,,,,"Should I get off to that fantasy today...? No, wait...?" +317700 ,,"",,,,,,,,,,,,,,"tenkaL,swim",,0,,"In that regard, Tenka-chan isn't losing either." +317800 ,,,,,,,,,,,,,,,,tenkaL,,20,,That shiny black hair must feel amazing to touch. +317900 ,,,,,,,,,,,,,,,,tenkaL,,21,,"Rubbing my dick against it... ah, just imagining it makes me\nwant to cum..." +318000 ,,,,,,,,,,,,,,,,tenkaL,,1,,The swimsuit was cute too~. Kids from the city really are\nsomething else~. +318200 ,,,,33,,,,,,,,,,,,,,,,"Hmm, it's so hard to decide... too hard..." +318300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ah +318400 ,,,,,,,,,,,,,,,,,,,,"Come to think of it, I was planning to do the vote counting\nfor the 'DGS48' center election today. I almost forgot, that\nwas close." +318500 ,,,,,,,,,,,,,,,,,,,,I wonder how many votes there are? +318600 ,,,,,,,,,,,,,,,,,,,,"I spread the voting tickets on the floor. The number is...\nhmm, not that many." +318700 ,,,,,,,,,,,,,,,,,,,,"Well, that's to be expected. Not many people come to this\ncandy store in the first place." +318800 ,,,,,,,,,,,,,,,,,,,,"Now then, what should I do? I could just tally them up as\nthey are..." +318900 ,,,,,,,,,,,,,,,,,,,,"...I guess it's okay if I cast one vote too, right? I mean,\nit's not like I'm favoring anyone that much..." +319000 ,,,,,,,,,,,,,,,,,,,,"One vote won't change the rankings, right? Yeah, that's\nright. It must be." +319100 ,,,,,,,,,,,,,,,,,,,,"Alright, let's get started―." +319200 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Vote for Chii-chan,sel_1a",,,,,,,,,,,,,,,,,,,■@ Vote for Chie-chan +↓,"$menu_item 1,Vote for Komako-chan,sel_1b",,,,,,,,,,,,,,,,,,,■A Vote for Komako-chan +↓,"$menu_item 2,Vote for Tenka-chan,sel_1c",,,,,,,,,,,,,,,,,,,■B Vote for Tenka-chan +↓,"$menu_item 3,I can't choose just one. Vote for everyone!,sel_1d",,,,,,,,,,,,,,,,,,,■C I can't choose just one. Vote for everyone! +↓,$menu_end,,,,,,,,,,,,,,,,,,, +319300 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Vote for Chie-chan +319400 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +319600 ,,"",,101,,,,,,,,,chieL,,1,,,,,"Yeah, yeah... after all, a bright and energetic girl is best\nfor the center!" +319700 ,,,,,,,,,,,,,chieL,,1,,,,,"Chie-chan is cute, and she seems popular with everyone in\nthe community." +319800 ,,,,,,,,,,,,,chieL,,1,,,,,"She also works part-time at our place... thinking about it,\nChie-chan might be the best choice." +320000 ,,"",,33,,,,,,,,,,,,,,,,"So, I'm voting for Chie-chan!" +320100 ,,,,,,,,,,,,,,,,,,,,"'Sayama Chie'... alright, that's my vote done." +320200 ,,,,,,,,,,,,,,,,,,,,"But if Chie-chan becomes the center, she might lead\nenergetically, but it might lack cohesion..." +320300 ,,,,,,,,,,,,,,,,,,,,But that's where Komako-chan and Tenka-chan can support her! +320400 ,,,,,,,,,,,,,,,,,,,,"Yeah, yeah, Chie-chan as the center is definitely the right\nchoice!" +320500 ,,,,,,,,,,,,,,,,,,,,...Even though my vote alone probably won't change the\noutcome. +320600 ,,,,,,,,,,,,,,,,,,,,"I'm just slightly pushing for Chie-chan. Yeah, that's all." +320700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,......... +320800 ,,,,,,,,,,,,,,,,,,,,Thinking about Chie-chan so much is making me feel all hot\nand bothered... +320900 ,,,,,,,,,,,,,,,,,,,,"Alright, today it's decided―I'll masturbate to Chie-chan!" +321000 ,,,,,,,,,,,,,,,,,,,,"What scenario should I go with today...? Yeah, it has to be\nswimsuits today..." +321100 ,,,,,,,,,,,,,,,,,,,,"Chie-chan playing by the river... a wet school swimsuit...\nher healthy, sun-kissed skin..." +321200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ugh!! +321300 ,,,,,,,,,,,,,,,,,,,,"Ah... I already came once. At this rate, I could go as many\ntimes as I want...!" +321500 ,$go join_1,,,,,,,,,,,,,,,,,,, +321600 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Vote for Komako-chan +321700 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +321900 ,,"",,101,,,,,,komakoL,,21,,,,,,,,"...Surprisingly, Komako-chan might be suited for the center?" +322000 ,,,,,,,,,,komakoL,,21,,,,,,,,Cool and mysterious... she could become quite popular. +322100 ,,,,,,,,,,komakoL,,21,,,,,,,,"She's half Russian, and her Japanese is fluent... wait, was\nshe a strong candidate all along?" +322300 ,,"",,33,,,,,,,,,,,,,,,,"So, I'm voting for Komako-chan!" +322400 ,,,,,,,,,,,,,,,,,,,,"『Komako Semenovich』 and... okay, done!" +322500 ,,,,,,,,,,,,,,,,,,,,"Of course, my one vote might not decide it. But, Komako-chan\nis my favorite member..." +322600 ,,,,,,,,,,,,,,,,,,,,"She doesn't seem to be great at talking much, but I think\nChie-chan and Tenka-chan will support her in that area..." +322700 ,,,,,,,,,,,,,,,,,,,,"Yeah, yeah, it'll be fine. Komako-chan is the type who gets\nthings done when it counts!" +322800 ,,,,,,,,,,,,,,,,,,,,"...Still, Komako-chan was really cute today..." +322900 ,,,,,,,,,,,,,,,,,,,,"Foreigners really do have beautiful skin, don't they? Like a\ndoll..." +323000 ,,,,,,,,,,,,,,,,,,,,The navy school swimsuit highlights her fair skin... her\nlight-colored hair stands out too... and her chest is just a\nlittle bit developed... +323100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ugh!! +323200 ,,,,,,,,,,,,,,,,,,,,Thinking about that... I already came once. My little guy\nseems quite energetic today. +323300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hehehe... +323400 ,,,,,,,,,,,,,,,,,,,,"At this rate, I could go as many times as I want...! Today,\nI'm going to get off to Komako-chan a lot!" +323600 ,$go join_1,,,,,,,,,,,,,,,,,,, +323700 ,*sel_1c,,,,,,,,,,,,,,,,,,,■B Vote for Tenka-chan +323800 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +324000 ,,"",,101,,,,,,,,,,,,tenkaL,,0,,"When it comes to idols, it's got to be Tenka- chan." +324100 ,,,,,,,,,,,,,,,,tenkaL,,0,,She's working so hard. It would be a shame if she doesn't\nget rewarded. +324200 ,,,,,,,,,,,,,,,,tenkaL,,0,,"Plus, Tenka-chan was cute today... the center should be a\nbit more mature, right? Since they're leading everyone." +324400 ,,"",,33,,,,,,,,,,,,,,,,"So, I'm voting for Tenka-chan." +324500 ,,,,,,,,,,,,,,,,,,,,『Adachi Tenka』 and... alright... this should be good. +324600 ,,,,,,,,,,,,,,,,,,,,"I'm Tenka-chan's number one fan, so of course, it's only\nright to vote for her." +324700 ,,,,,,,,,,,,,,,,,,,,Tenka-chan is reliable and seems like she can lead everyone. +324800 ,,,,,,,,,,,,,,,,,,,,"The promotional activities... yeah, she worked hard!" +324900 ,,,,,,,,,,,,,,,,,,,,"Well, that method was a bit over the top or... felt a bit\nunfair, but it's one of the strategies... yeah, well, it's\nTenka-chan!" +325000 ,,,,,,,,,,,,,,,,,,,,"That willingness to do whatever it takes... is one of Tenka-\nchan's charms, right?" +325100 ,,,,,,,,,,,,,,,,,,,,"Yeah, yeah, there's no doubt about it. With her, 'DGS48' is\nbound to be a huge success!" +325200 ,,,,,,,,,,,,,,,,,,,,An idol group led by Tenka-chan... and I'm the producer...\nteaching her all sorts of things step by step... +325300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hehe... hehehe... +325400 ,,,,,,,,,,,,,,,,,,,,I'm starting to feel motivated! I need to get the vote\ncounting done quickly! +325500 ,,,,,,,,,,,,,,,,,,,,"No, I'm not giving Tenka-chan any special treatment, okay?\nI'm just making her my favorite member, that's all." +325600 ,,,,,,,,,,,,,,,,,,,,"Even if someone else becomes the center, I'll proudly accept\nthat fact!" +325700 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan as an idol... if that happens, what should I\ndo..." +325800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,............ +325900 ,,,,,,,,,,,,,,,,,,,,"No, no. I'm starting to think about something lewd." +326000 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan being scolded by the producer... she's a city\ngirl, so she's a bit precocious... maybe some pillow\nbusiness...?" +326100 ,,,,,,,,,,,,,,,,,,,,"Ah, Tenka-chan getting tainted... even though she's so\ncute... ha... ha..." +326200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ugh!! +326300 ,,,,,,,,,,,,,,,,,,,,Oh no!? I got too excited and already came once... +326400 ,,,,,,,,,,,,,,,,,,,,My little guy is still energetic today. I might be able to\ngo two or three more times... +326500 ,,,,,,,,,,,,,,,,,,,,Tenka-chan... today I'm going to use you as my fantasy...\nhehehe... +326700 ,$go join_1,,,,,,,,,,,,,,,,,,, +326800 ,*sel_1d,,,,,,,,,,,,,,,,,,,■C I can't choose just one. I'll vote for everyone! +326900 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +327000 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +327100 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +327300 ,,"",,101,4220000,,,,,"komako,swim",,21,"chie,swim",,1,"tenka,swim",,0,,Ughhh. All the girls look great in swimsuits... even if you\ntell me to choose... it's impossible!! +327400 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,"Eh, no... it's not like I'm choosing based on their swimsuit\nlooks?" +327500 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,"But, I do think that a girl's swimsuit look, which is one of\nher charming aspects, is an important factor for being the\ncenter." +327600 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,So... ughhh. I just can't choose...! +327700 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,"Chie-chan, Komako-chan, and Tenka-chan, all three are\ndifferent and have their own wonderful qualities." +327800 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,"To narrow it down to just one, that's too cruel...!" +327900 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,"My favorite member is... everyone! So, I'll give one vote to\neach!" +328000 ,,,,,4220000,,,,,komako,,21,chie,,1,tenka,,0,,"This way it's fair, and the rankings won't change. As an\nidol producer, I have to be fair!" +328200 ,,"",,33,,,,,,,,,,,,,,,,"So, I'm voting for each of them!" +328300 ,,,,,,,,,,,,,,,,,,,,"'Sayama Chie', 'Komako Semenovich', 'Adachi Tenka'... there,\nthat should do it." +328400 ,,,,,,,,,,,,,,,,,,,,"Yeah, yeah, this was the right choice. Narrowing it down to\njust one is no good after all." +328500 ,,,,,,,,,,,,,,,,,,,,"Now, I have to start the vote counting. I can't wait to see\nwho will be number one~." +328600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,............ +328700 ,,,,,,,,,,,,,,,,,,,,"Ugh, somehow... I'm starting to feel aroused..." +328800 ,,,,,,,,,,,,,,,,,,,,"Come to think of it, I don't think I've masturbated at all\ntoday. Even though I gathered so much material!" +328900 ,,,,,,,,,,,,,,,,,,,,I guess I have no choice but to masturbate! The vote\ncounting can wait! +329000 ,,,,,,,,,,,,,,,,,,,,"Now, who should I fantasize about while I masturbate...?" +329100 ,,,,,,,,,,,,,,,,,,,,"Should I start with Chie-chan? No, maybe Komako-chan...? Or\nTenka-chan...?" +329200 ,,,,,,,,,,,,,,,,,,,,"...Oh well! At this point, it's all of them! A 4P, a 4P!" +329300 ,,,,,,,,,,,,,,,,,,,,I'll take all three of them in swimsuits at once! +329400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hehehe... hehe... +329500 ,,,,,,,,,,,,,,,,,,,,Slowly taking off their swimsuits... everyone becomes so\nexposed... and then... rubbing against their smooth skin... +329600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ugh!? +329700 ,,,,,,,,,,,,,,,,,,,,Phew... I already came once. +329800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Wait!? +329900 ,,,,,,,,,,,,,,,,,,,,Oh no!? I got sperm on the voting tickets!? +330000 ,,,,,,,,,,,,,,,,,,,,"I need to wipe it with tissue... if Chie-chan and the others\nsee this, it'll be bad!" +330100 ,,,,,,,,,,,,,,,,,,,,"Ah, but... maybe I can say I spilled some water?" +330200 ,,,,,,,,,,,,,,,,,,,,"...No, no good! I'm in such a mood to masturbate!" +330300 ,,,,,,,,,,,,,,,,,,,,I feel like I can go at it with great intensity today! My\nlittle guy is still rock hard! +330400 ,,,,,,,,,,,,,,,,,,,,"I have plenty of material! Ah, I can't hold back anymore...\nit's time for a fantasy- filled masturbation session!" +330600 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +330700 ,,,,,,,,,,,,,,,,,,,,...Ah... I'm satisfied... I got carried away and ended up\nmasturbating multiple times. +330800 ,,,,,,,,,,,,,,,,,,,,"I don't even remember how many times I did it... I overdid\nit, and now my little guy hurts a bit..." +330900 ,,,,,,,,,,,,,,,,,,,,But it's been a while since I had such a satisfying\nmasturbation session... the rumor that fresh material makes\nfor a better experience was true. +331000 ,,,,,,,,,,,,,,,,,,,,Chie-chan... Komako-chan... Tenka-chan... oh no... I might\nstill not be satisfied... +331100 ,,,,,,,,,,,,,,,,,,,,"I can do the vote counting after I wake up, right? Yeah, I\nshould be able to. There aren't that many after all..." +331200 ,,,,,,,,,,,,,,,,,,,,"Right now, I'm in the mood, so I just want to masturbate..." +331300 ,,,,,,,,,,,,,,,,,,,,"―Alright! Today is all about masturbation! Even if it hurts\ndown there, I'm not stopping!" +331400 ,,,,,,,,,,,,,,,,,,,,"Let's aim to break my personal record! Here we go, time to\nstart masturbating!" +331500 ,,,0,9000,,,,,,,,,,,,,,,, +331700 ,$go commonC_top,,,,,,,,,,,,,,,,,,, +, diff --git a/datascn.tac/4E1F922A36CFE806.csv b/datascn.tac/4E1F922A36CFE806.csv new file mode 100644 index 0000000..aa5a0d8 --- /dev/null +++ b/datascn.tac/4E1F922A36CFE806.csv @@ -0,0 +1,2871 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@commonC_top,,,,,,,,,,,,,,,,,,,Common Part C +10600 ,@023_CB14,,,,,,,,,,,,,,,,,,, +10900 ,,,5,21,,,千恵,Chie,023_CB14_c_000.wav,,,,"chie,private",,20,,,,,"Hey, uncle! Are you here?" +11000 ,,,,,,,コマコ,Komako,023_CB14_k_000.wav,"komako,privateC",,1,chie,,20,,,,,Excuse us for coming in. +11100 ,,,,,,,,,,komako,,1,chie,,20,,,,,"I hear Chie-chan and Komako-chan's voices from the\nstorefront. It's already that time, huh." +11200 ,,,,,,,主人公,Kiyoshi,,komako,,1,chie,,20,,,,,I'm here. You're right on time as usual today. +11300 ,,,,,,,,,,komako,,1,chie,,20,,,,,I poke my head out from the tatami room into the store. +11400 ,,,,,,,千恵,Chie,023_CB14_c_001.wav,komako,,1,chie,,1,,,,,"Yeah! It's summer vacation, after all!" +11500 ,,,,,,,,,,komako,,1,chie,,1,,,,,Chie-chan is full of energy. +11600 ,,,,,,,甜花,Tenka,023_CB14_t_000.wav,,,,,,,"tenka,privateB",,9,,Uncle... um... the voting results... +11700 ,,,,,,,,,,,,,,,,tenka,,9,,"Tenka-chan is fidgeting, as if she can't wait any longer." +11800 ,,,,,,,,,,,,,,,,tenka,,9,,"Yes, today is the announcement day for the 'DGS48' voting\nresults." +11900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,9,,"Don't be in such a rush, Tenka-chan. The results won't\nchange even if you hurry." +12000 ,,,,,,,,,,,,,,,,tenka,,9,,"I was involved in the vote counting the other day, so I\nalready know the results. It was quite a close race, and I\ngot excited all by myself while counting." +12100 ,,,,,,,千恵,Chie,023_CB14_c_002.wav,,,,chie,,1,tenka,,9,,Chie-chan will definitely be the center! +12200 ,,,,,,,甜花,Tenka,023_CB14_t_001.wav,,,,chie,,1,tenka,,30,,"N-No, I'll be the center!" +12300 ,,,,,,,,,,,,,chie,,9,tenka,,30,,Chie-chan and Tenka-chan are glaring at each other\nintensely. +12500 ,,,,,,,コマコ,Komako,023_CB14_k_001.wav,komako,,13,chie,,9,tenka,,30,,"W-Well, I... think Chie-chan..." +12600 ,,,,,,,,,,komako,,13,chie,,9,tenka,,30,,"Komako-chan is mumbling, trying to say something." +12700 ,,,,,,,主人公,Kiyoshi,,komako,,13,chie,,9,tenka,,30,,"Hey, hey, don't fight. You're in the same idol group, after\nall." +12800 ,,,,,,,甜花,Tenka,023_CB14_t_002.wav,,,,,,,tenka,,14,,Ugh... okay. +12900 ,,,,,,,,,,,,,,,,tenka,,14,,Tenka-chan reluctantly agrees. +13000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then... let's announce the voting results!" +13100 ,,,,,,,,,,,,,,,,,,,,"Saying that, I bring over the bundled voting tickets." +13200 ,,,,,,,甜花,Tenka,023_CB14_t_003.wav,komako,,7,chie,,7,tenka,,7,,...Gulp. +13300 ,,,,,,,千恵,Chie,023_CB14_c_003.wav,komako,,7,chie,,7,tenka,,7,,One... two... three... +13400 ,,,,,,,甜花,Tenka,023_CB14_t_004.wav,komako,,7,chie,,7,tenka,,7,,Five... seven... eight... +13500 ,,,,,,,コマコ,Komako,023_CB14_k_002.wav,komako,,7,chie,,7,,,,,Eight... nine... eleven... +13600 ,,,,,,,千恵,Chie,023_CB14_c_004.wav,komako,,4,chie,,7,tenka,,7,,Ten... twelve... thirteen! +13700 ,,,,,,,,,,,,,,,,,,,,Everyone counts the stacked voting tickets. The one with the\nmost votes is― +13800 ,,,,,,,千恵,Chie,023_CB14_c_005.wav,,,,chie,,23,,,,,Huh...? Chie-chan is... number one...? +13900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Congratulations, Chie-chan! With thirteen votes, you're\nnumber one! The difference with second place is just two\nvotes! You narrowly won the center election!" +14000 ,,,,,,,,,,,,,,,,,,,,"First place: Thirteen votes, Chie-chan. Second place: Eleven\nvotes, Komako-chan. Third place: Nine votes, Tenka-chan." +14100 ,,,,,,,,,,,,,,,,,,,,"Honestly, it was an unexpected result for me too." +14200 ,,,,,,,,,,,,,,,,,,,,"Honestly, I thought Tenka-chan would be number one..." +14300 ,,,,,,,,,,,,,,,,,,,,"Sure, she made some aggressive approaches to the elderly and\nwas blatantly asking for votes, but..." +14400 ,,,,,,,甜花,Tenka,023_CB14_t_005.wav,,,,,,,tenka,,28,,No way... +14500 ,,,,,,,,,,,,,,,,tenka,,28,,"It's a shame for Tenka-chan, who was the most\nenthusiastic..." +14600 ,,,,,,,千恵,Chie,023_CB14_c_006.wav,,,,chie,,1,,,,,I did it... I did it!! Chie-chan is number one!! +14700 ,,,,,,,,,,,,,chie,,1,,,,,Chie-chan expresses her joy of being number one with a\nbeaming smile. +14800 ,,,,,,,コマコ,Komako,023_CB14_k_003.wav,komako,,21,chie,,1,,,,,Chie-chan! Congratulations! +14900 ,,,,,,,,,,komako,,21,chie,,1,,,,,It seems Komako-chan wasn't aiming for first place from the\nstart. She looks happy that Chie-chan won. +15000 ,,,,,,,甜花,Tenka,023_CB14_t_006.wav,,,,,,,tenka,,30,,W-Why isn't it me!? I can't accept this at all! +15100 ,,,,,,,,,,,,,,,,tenka,,30,,"Tenka-chan complains, her eyes slightly teary." +16000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,30,,Hmm... maybe Tenka-chan couldn't fully utilize her charm? +16400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,30,,"Chie-chan and Komako-chan were very natural and earnestly\nexplained the sweets, and I think that's what made the\ncustomers happy." +16500 ,,,,,,,,,,,,,,,,tenka,,30,,"I understand that Tenka-chan wanted to be the center and was\nworking really hard, but it didn't seem like she was doing\nit for the customers." +16600 ,,,,,,,甜花,Tenka,023_CB14_t_008.wav,,,,,,,tenka,,28,,R-Really...? +16700 ,,,,,,,,,,,,,,,,tenka,,28,,"Tenka-chan's expression clouds over, as if she has an idea." +16800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,28,,"Ah, but! It's not that Tenka-chan doesn't have charm, okay?\nIt's just that this time, Tenka-chan couldn't fully utilize\nher charm. That's what I think." +17000 ,,,,,,,甜花,Tenka,023_CB14_t_009.wav,,,,,,,tenka,,16,,"I-If that's what you say, uncle..." +17100 ,,,,,,,,,,,,,,,,tenka,,16,,"She seems slightly unconvinced, but for now, is this okay?" +17200 ,,,,,,,千恵,Chie,023_CB14_c_007.wav,chie,,1,,,,,,,,Chie-chan is number one! Number one in the center election! +17300 ,,,,,,,,,,chie,,1,,,,,,,,Chie-chan makes a peace sign towards us. +17400 ,,,,,,,,,,chie,,1,,,,,,,,"Chie-chan is lively and cute, and above all, she has no\nmalice." +17500 ,,,,,,,,,,chie,,1,,,,,,,,"This area has a lot of elderly people, so a simple girl like\nChie-chan is probably very popular." +17600 ,,,,,,,千恵,Chie,023_CB14_c_008.wav,chie,,20,,,,,,,,"Uncle, camera, camera! Let's take a picture of the election!" +17700 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"Uh, is it okay if I just use my smartphone camera?" +17800 ,,,,,,,千恵,Chie,023_CB14_c_009.wav,chie,,21,,,,,,,,"Then, let's do that! Come on, hurry up!" +17900 ,,,,,,,,,,chie,,21,,,,,,,,"Chie-chan hops around, urging us to hurry." +18000 ,,,,,,,,,,chie,,21,,,,,,,,"If you move around so much, your clothes will lift...\nrevealing your cute belly button... or not..." +18200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"A-Alright, shall we take it outside?" +18300 ,,,,,,,,,,,,,,,,,,,,I must capture this moment! A belly button photo of Chie-\nchan! +18400 ,,,,11,,,主人公,Kiyoshi,,,,,,,,,,,,"Okay, everyone line up~. Chie-chan, of course, you're in the\ncenter!" +18500 ,,,,,,,千恵,Chie,023_CB14_c_010.wav,komako,,23,"chie,private",,1,tenka,,1,,Okay! +18700 ,,,,,,,,,,komako,,23,"chie,private",,1,tenka,,1,,Snap! +18800 ,,,,,,,千恵,Chie,023_CB14_c_011.wav,,,,chie,,20,,,,,...How is it? Did it turn out well? +18900 ,,,,,,,,,,,,,chie,,20,,,,,The three of them come closer to peek at the screen. +19000 ,,,,,,,甜花,Tenka,023_CB14_t_010.wav,,,,chie,,20,tenka,,29,,"It's blurry... Uncle, you're terrible." +19100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,tenka,,29,,Ugh... +19200 ,,,,,,,,,,,,,chie,,20,tenka,,29,,Tenka-chan is strict. I haven't had many chances to take\nphotos... please forgive me. +19300 ,,,,,,,コマコ,Komako,023_CB14_k_004.wav,komako,,20,chie,,20,tenka,,29,,Let's take... another photo. +19400 ,,,,,,,,,,,,,,,,,,,,"At Komako-chan's words, the three gather again." +19500 ,,,,,,,主人公,Kiyoshi,,komako,,21,chie,,1,tenka,,1,,"Alright, here we go... say cheese!" +19600 ,,,,,,,,,,komako,,21,chie,,1,tenka,,1,,Snap snap! +19700 ,,,,,,,,,,,,,,,,,,,,"Oh, this time it might have turned out well!" +19800 ,,,,,,,甜花,Tenka,023_CB14_t_011.wav,,,,,,,tenka,,0,,"How does it look... oh, it's good. It's taken normally." +19900 ,,,,,,,,,,,,,,,,tenka,,0,,"For the first group photo of 'DGS48', Tenka- chan doesn't\nseem displeased." +20000 ,,,,,,,,,,,,,,,,tenka,,0,,Th-This photo... I have to preserve it forever. Back it up\non the computer's HDD... make it a family treasure. +20100 ,,,,,,,甜花,Tenka,023_CB14_t_012.wav,,,,,,,tenka,,20,,"Uncle, send that photo to me on LIME later." +20200 ,,,,,,,コマコ,Komako,023_CB14_k_005.wav,komako,,23,,,,tenka,,20,,...LIME? +20300 ,,,,,,,甜花,Tenka,023_CB14_t_013.wav,komako,,23,,,,tenka,,24,,--!? N-Nothing! It's the name of a new candy! +20400 ,,,,,,,,,,komako,,23,,,,tenka,,24,,Tenka-chan desperately tries to cover it up. +20500 ,,,,,,,,,,komako,,23,,,,tenka,,24,,"Komako-chan, who doesn't have a phone, seems confused." +20600 ,,,,,,,千恵,Chie,023_CB14_c_012.wav,,,,chie,,1,,,,,"Uncle, over here, over here~! A photo of Chie-chan in the\ncenter!" +20700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Oh, do you want a solo photo too?" +20800 ,,,,,,,千恵,Chie,023_CB14_c_013.wav,,,,chie,,21,,,,,That's it! Take lots of photos! +20900 ,,,,,,,,,,,,,,,,,,,,"Chie-chan is in high spirits, eagerly asking for photos." +21000 ,,,,,,,,,,,,,,,,,,,,"She's just spinning around without any particular pose,\nwhich is typical of Chie- chan... but she looks happy, so\nit's fine." +21100 ,,,,,,,,,,,,,,,,,,,,I'm also happy to legally get photos of Chie- chan. +21300 ,,,,,,,コマコ,Komako,023_CB14_k_006.wav,komako,,9,,,,,,,,It's unfair that only uncle gets to take them. ...I want to\ntake photos of Chie-chan too. +21400 ,,,,,,,,,,komako,,9,,,,,,,,Komako-chan uncharacteristically voices her dissatisfaction. +21500 ,,,,,,,主人公,Kiyoshi,,komako,,9,,,,,,,,"Sure. Do you know how to take them? You hold it like this...\nand when you want to take a photo, just touch the screen." +21600 ,,,,,,,コマコ,Komako,023_CB14_k_007.wav,komako,,34,,,,,,,,...I don't understand. +21700 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,"Then I'll teach you, so come closer. Here, hold the\nsmartphone. Don't drop it, okay?" +21800 ,,,,,,,,,,komako,,34,,,,,,,,I beckon Komako-chan over and hand her the smartphone. +22000 ,,,,,,,,,,komako,,34,,,,,,,,I wonder if she's never seen a smartphone before? +22100 ,,,,,,,コマコ,Komako,023_CB14_k_008.wav,komako,,24,,,,,,,,...Chie-chan is in the picture... +22200 ,,,,,,,千恵,Chie,023_CB14_c_014.wav,,,,chie,,1,,,,,"Koma-chan, make sure to take a cute one!" +22300 ,,,,,,,コマコ,Komako,023_CB14_k_009.wav,komako,,27,,,,,,,,Y-Yeah... I'll try my best... +22400 ,,,,,,,,,,komako,,27,,,,,,,,Komako-chan is getting all stiff from nervousness. +22500 ,,,,,,,,,,komako,,27,,,,,,,,"There's no need to be so nervous; taking photos is easy.\n...Well, I did mess up earlier, though." +22600 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,"Just hold it like that... when Chie-chan strikes a pose,\ntouch the screen here... with your finger." +22700 ,,,,,,,千恵,Chie,023_CB14_c_015.wav,,,,chie,,21,,,,,"Koma-chan! Then, next... please take one with this pose!" +22800 ,,,,,,,,,,,,,chie,,21,,,,,"Chie-chan bends forward in a crouch. That pose makes her\nbreasts look like they might spill out, so I hope she does\nit more." +22900 ,,,,,,,コマコ,Komako,023_CB14_k_010.wav,komako,,4,chie,,21,,,,,W-Wa... now... okay! +23000 ,,,,,,,,,,,,,,,,,,,,Snap! +23100 ,,,,,,,千恵,Chie,023_CB14_c_016.wav,,,,chie,,0,,,,,"How is it, Koma-chan?" +23200 ,,,,,,,コマコ,Komako,023_CB14_k_011.wav,komako,,28,chie,,0,,,,,"It's blurry... ugh... I'm sorry, Chie- chan..." +23300 ,,,,,,,,,,,,,,,,,,,,Chie-chan's cute gravure pose is so blurry that you can't\ntell who's who. +23400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, hmm... it got blurry. You have to keep still and not\nmove when you take the shot." +23500 ,,,,,,,コマコ,Komako,023_CB14_k_012.wav,komako,,7,,,,,,,,I'll try my best... +23600 ,,,,,,,,,,komako,,7,,,,,,,,Komako-chan gets motivated. +23700 ,,,,,,,,,,komako,,7,,,,,,,,"Right next to me, Komako-chan is desperately holding the\nphone and snapping photos." +23800 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,...Huh!? +23900 ,,,,,,,コマコ,Komako,023_CB14_k_013.wav,"komakoL,privateC",,3,,,,,,,,U-Uncle... what's wrong? +24000 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"Ha, hahaha... it's nothing!" +24100 ,,,,,,,,,,komako,,3,,,,,,,,"I was so focused on teaching the camera function that I\ndidn't notice, but this position..." +24200 ,,,,,,,,,,komako,,3,,,,,,,,"In this position, I end up looking down at Komako-chan from\nabove. Which means... Komako-chan's chest is..." +24300 ,,,,,,,主人公,Kiyoshi,,komakoL,,3,,,,,,,,Just a little more... just a little more... +24400 ,,,,,,,甜花,Tenka,023_CB14_t_014.wav,komakoL,,0,,,,,,,,...U-Uncle...? +24500 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,23,,Y-Yes! +24600 ,,,,,,,,,,,,,,,,tenka,,23,,Did Tenka-chan get suspicious!? Maybe I should stop\nobserving Komako-chan's chest any further? +24700 ,,,,,,,,,,,,,,,,tenka,,23,,"But, I want to see... just a little more... I might be able\nto see Komako-chan's nipples...!" +24800 ,,,,,,,千恵,Chie,023_CB14_c_017.wav,,,,chie,,1,,,,,"Komako-chan! Then, this pose!" +24900 ,,,,,,,,,,,,,,,,,,,,"For some reason, there's been a bottle crate here since I\nopened this shop... Chie-chan stands on the overturned\nplastic box for bottled drinks." +25000 ,,,,,,,,,,,,,,,,,,,,"Is it a stage...? I don't get it, but I can almost see her\npanties." +25100 ,,,,,,,,,,,,,,,,,,,,"Here, I'll give up on Komako-chan and focus on Chie-chan..." +29500 ,,,,,,,コマコ,Komako,023_CB14_k_014.wav,komako,,21,,,,,,,,"I-I'm going... okay, cheese...!" +29600 ,,,,,,,,,,komako,,21,,,,,,,,"Snap, snap." +30000 ,,,,,,,コマコ,Komako,023_CB14_k_015.wav,komakoL,,0,,,,,,,,U-Uncle... how's this photo...? +30100 ,,,,,,,主人公,Kiyoshi,,komakoL,,0,,,,,,,,"...Huh? Oh, um... it might be a little tilted." +30200 ,,,,,,,コマコ,Komako,023_CB14_k_016.wav,komakoL,,29,,,,,,,,...Mmm... +30300 ,,,,,,,,,,komakoL,,29,,,,,,,,Komako-chan puffs her cheeks a little. +30500 ,,,,,,,主人公,Kiyoshi,,komakoL,,29,,,,,,,,"But, for your first time, I think it's really good." +30600 ,,,,,,,コマコ,Komako,023_CB14_k_017.wav,komakoL,,0,,,,,,,,R-Really...? Then... I'll try harder... +30700 ,,,,,,,,,,komakoL,,0,,,,,,,,Komako-chan holds up the smartphone again. +30800 ,,,,,,,甜花,Tenka,023_CB14_t_015.wav,komako,,23,,,,tenka,,0,,Komako... watch. This is how you use the camera. +30900 ,,,,,,,,,,komako,,23,,,,tenka,,0,,"Tenka-chan, who had been observing until now, takes out her\nown smartphone and holds up the camera." +31000 ,,,,,,,,,,,,,,,,,,,,"Snap, snap." +31100 ,,,,,,,千恵,Chie,023_CB14_c_018.wav,,,,chie,,4,,,,,"Tenka-chan, you can take photos!? That's amazing!" +31500 ,,,,,,,千恵,Chie,023_CB14_c_019.wav,,,,chie,,21,,,,,"Tenka-chan, Tenka-chan! Then, take a picture of Chii-chan!" +31600 ,,,,,,,コマコ,Komako,023_CB14_k_018.wav,komako,,35,,,,,,,,...Mmm... +31700 ,,,,,,,,,,komako,,35,,,,,,,,"Perhaps because the fun time with Chii-chan has ended,\nKomako-chan seems a bit upset. Hang in there, Komako-chan." +31800 ,,,,,,,甜花,Tenka,023_CB14_t_017.wav,,,,,,,tenka,,0,,"It's unfair if only Chii gets her picture taken. Let's take\nturns, everyone." +39700 ,,,,,,,千恵,Chie,023_CB14_c_026.wav,,,,chie,,21,,,,,That's right! Let's have the next general election at the\nend of summer vacation! +39800 ,,,,,,,甜花,Tenka,023_CB14_t_024.wav,,,,chie,,21,tenka,,4,,...Huh? +39900 ,,,,,,,千恵,Chie,023_CB14_c_027.wav,,,,chie,,20,tenka,,4,,We'll use the photos we took today for the second center\nelection! +40000 ,,,,,,,コマコ,Komako,023_CB14_k_025.wav,komako,,4,chie,,20,tenka,,4,,U-Using photos...? +40100 ,,,,,,,千恵,Chie,023_CB14_c_028.wav,komako,,4,chie,,21,tenka,,4,,Yeah! Maybe give photos to those who vote for us? +40200 ,,,,,,,,,,komako,,4,chie,,21,tenka,,4,,Photo distribution... that might be a pretty good idea? +40300 ,,,,,,,甜花,Tenka,023_CB14_t_025.wav,komako,,4,chie,,21,tenka,,38,,"Hmm... sounds interesting. This time, I'll take the center\nposition!" +40400 ,,,,,,,千恵,Chie,023_CB14_c_029.wav,komako,,4,chie,,18,tenka,,38,,Chii-chan won't lose either! I'll win two in a row! +40500 ,,,,,,,甜花,Tenka,023_CB14_t_026.wav,komako,,4,chie,,18,tenka,,0,,"Chii, I'll accept that challenge!" +40600 ,,,,,,,,,,komako,,4,chie,,18,tenka,,0,,"And so, while the three of them discussed plans for the next\nelection and took photos of each other, I ended up manning\nthe store alone." +41000 ,,,6,,,,コマコ,Komako,023_CB14_k_026.wav,komako,,20,chie,,20,tenka,,21,,Well then... see you tomorrow. +41100 ,,,,,,,甜花,Tenka,023_CB14_t_028.wav,komako,,20,chie,,20,tenka,,1,,"Okay, bye-bye." +41200 ,,,,,,,千恵,Chie,023_CB14_c_031.wav,komako,,20,chie,,0,tenka,,1,,Bye-bye! +41300 ,,,,,,,,,,,,,,,,,,,,The three of them waved to each other at the storefront and\nheaded home. Today's business is about to end. +41400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"...Hey, isn't Chii-chan going home?" +41500 ,,,,,,,千恵,Chie,023_CB14_c_030.wav,komako,,4,chie,,20,tenka,,21,,"Hmm... even if I go home, my mom's not there... I'll hang\nout with you a bit more, Uncle!" +41600 ,,,,,,,,,,,,,,,,,,,,"Chii-chan is surprisingly a bit of a lonely person. Well,\nI'm happy to be alone with Chii-chan too." +41700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I see, well, I'm closing up the shop, so you can relax in\nthe tatami room." +42000 ,,,,,,,千恵,Chie,023_CB14_c_032.wav,,,,chie,,38,,,,,"Hmm... I played a lot and got all sweaty, so, bath time!" +42100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,38,,,,,What!? +42200 ,,,,,,,,,,,,,chie,,38,,,,,A bath... again with the bath!? +42300 ,,,,,,,千恵,Chie,023_CB14_c_033.wav,,,,chie,,25,,,,,...Is that a no? +42400 ,,,,,,,主人公,Kiyoshi,023_CB14_c_033.wav,,,,chie,,25,,,,,No! Of course not! You're more than welcome! +42500 ,,,,,,,,,,,,,chie,,1,,,,,...Oh no! My inner thoughts slipped out! +42600 ,,,,,,,,,,,,,,,,,,,,"The second bath with Chii-chan. Today, I'll definitely get\naroused!" +42800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,W-Well then... I'll go prepare the bath. +42900 ,,,,,,,千恵,Chie,023_CB14_c_034.wav,,,,chie,,1,,,,,"Okay! Thanks, Uncle!" +43000 ,,,,,,,,,,,,,chie,,1,,,,,I hurried to the bathroom. Before Chii-chan changes her\nmind... I need to prepare the bath! +43300 ,,,,61,,,千恵,Chie,023_CB14_c_035.wav,,,,chie,,21,,,,,...Bath time!! +43400 ,,,,,,,,,,,,,chie,,21,,,,,Chii-chan came to the changing room. She's already super\nexcited. +43500 ,,,,,,,千恵,Chie,023_CB14_c_036.wav,,,,"chie,under",,23,,,,,"Hmm... hmm... huh? Uncle, aren't you coming in too?" +44000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,"If Chii-chan doesn't mind, I'd love to join..." +44100 ,,,,,,,千恵,Chie,023_CB14_c_037.wav,,,,chie,,1,,,,,"Yeah, it's fine! Uncle, wash my hair!" +44400 ,,,,,,,,,,,,,chie,,1,,,,,"What am I hesitating for? Chii-chan is inviting me to join\nher in the bath, and isn't this what I hoped for when I\nhired her as a part-timer?" +44600 ,,,,,,,,,,,,,chie,,1,,,,,"Today, I'll definitely get aroused. I'll watch Chii-chan's\nnaked body and masturbate in the bath." +44700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Alright, let's head to the bath~" +44900 ,,,,,,,,,,,,,,,,,,,,I quickly took off my clothes and opened the bathroom door―. +45300 ,,,,,,,,,,,,,,,,,,,, +45400 ,,,10,,1101000,,,,,,,,,,,,,,, +45500 ,*mem,,,,1101000,,,,,,,,,,,,,,, +45600 ,,,10,,1101000,,千恵,Chie,023_CB14_c_037a.wav,,,,,,,,,,,Phew~............ +45700 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,Is the water too hot? I made it a bit lukewarm. +45800 ,,,,,1101010,,千恵,Chie,023_CB14_c_038.wav,,,,,,,,,,,"Nope, it's fine! It's about the same as at home!" +45900 ,,,,,1101010,,,,,,,,,,,,,,,"I soak in the bath with Chii-chan. We've bathed together\nlike this before, but..." +46000 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,............ +46100 ,,,,,1101010,,,,,,,,,,,,,,,"She's really cute. Her skin is so smooth, and her hair\nsmells wonderfully of shampoo." +46200 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"You washed me again today. Thanks, Chii- chan." +46300 ,,,,,1101000,,千恵,Chie,023_CB14_c_039.wav,chie,,0,,,,,,,,Ehehe~. Chii-chan is good at washing backs. Mom always\npraises me for it~ +46400 ,,,,,1101000,,,,,,,,,,,,,,,Chii-chan looks up at me with a big smile. +46500 ,,,,,1101000,,,,,,,,,,,,,,,Her round eyes stare straight at me... and I can't help but\nlook away. +46600 ,,,,,1101020,,千恵,Chie,023_CB14_c_040.wav,chie,,0,,,,,,,,"...What's wrong, Uncle?" +46700 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,No... it's nothing. +46900 ,,,,,1101020,,,,,,,,,,,,,,,I don't even know why I looked away. +47000 ,,,,,1101000,,千恵,Chie,023_CB14_c_041.wav,chie,,0,,,,,,,,Hehe~. Silly Uncle~ +47100 ,,,,,1101000,,,,,,,,,,,,,,,"She says, leaning her body against me." +47200 ,,,,,1101000,,,,,,,,,,,,,,,Chii-chan's back is pressing against my chest... +47300 ,,,,,1101000,,千恵,Chie,023_CB14_c_042.wav,chie,,0,,,,,,,,"Nsho~... Mmm, it feels good!" +47400 ,,,,,1101000,,,,,,,,,,,,,,,Chii-chan splashes her feet in the bathtub. +47500 ,,,,,1101000,,,,,,,,,,,,,,,"When she moves her feet... well, I can see Chii-chan's\ncrotch... sometimes I can, sometimes I can't..." +47600 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,............ +47700 ,,,,,1101000,,,,,,,,,,,,,,,I guess today is no good either... +47800 ,,,,,1101000,,,,,,,,,,,,,,,It's a situation where I should be rock hard... but maybe\nI'm just nervous because we're in the bath? +47900 ,,,,,1101000,,,,,,,,,,,,,,,"Oh well... I can get hard when I'm alone. Even if I can't\nmasturbate now, I can do it plenty later!" +48000 ,,,,,1101020,,千恵,Chie,023_CB14_c_043.wav,chie,,0,,,,,,,,I wonder if Chii-chan can't become Uncle's child after all. +48100 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? What's wrong? +48200 ,,,,,1101020,,千恵,Chie,023_CB14_c_044.wav,chie,,0,,,,,,,,"Well, it's just... being with Uncle is so much fun..." +48300 ,,,,,1101020,,,,,,,,,,,,,,,"Yeah, yeah, Uncle can't masturbate, but it's fun too." +48400 ,,,,,1101010,,千恵,Chie,023_CB14_c_045.wav,chie,,0,,,,,,,,And there's lots of snacks... +48500 ,,,,,1101010,,,,,,,,,,,,,,,"...Ah, is that really the reason?" +48600 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"Do you not like your mom, Chii-chan...?" +48800 ,,,,,1101000,,千恵,Chie,023_CB14_c_046.wav,chie,,0,,,,,,,,"Nope, I like Mom." +48900 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,Then why do you want to be Uncle's child? +49100 ,,,,,1101010,,千恵,Chie,023_CB14_c_047.wav,chie,,0,,,,,,,,"Hmm, I don't really know!!" +49400 ,,,,,1101010,,,,,,,,,,,,,,,"I don't really understand either, but somehow... it's\nembarrassing." +49500 ,,,,,1101010,,主人公,Kiyoshi,,,,,,,,,,,,"A-alright, let's get out of the bath after counting to 100~" +49600 ,,,,,1101000,,千恵,Chie,013_CB07_c_000.wav,,,,,,,,,,,Okay~ +49800 ,,,,,1101030,,主人公,Kiyoshi,,,,,,,,,,,,"Seventy-two, seventy-three..." +60300 ,,,,,1101030,,千恵,Chie,023_CB14_c_049.wav,chie,,0,,,,,,,,U-Uncle...! +60400 ,,,,,1101030,,,,,,,,,,,,,,,"Chii-chan turns to me, looking a bit fidgety as if she wants\nto say something. Her face is slightly red." +60500 ,,,,,1101030,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan...? What's wrong? +60600 ,,,,,1101030,,,,,,,,,,,,,,,W-what's going on? Suddenly... could it be... a love\nconfession...? +60700 ,,,,,1101030,,千恵,Chie,023_CB14_c_050.wav,chie,,0,,,,,,,,...I...I... +60800 ,,,,,1101030,,主人公,Kiyoshi,,,,,,,,,,,,I...? +60900 ,,,,,1101030,,千恵,Chie,023_CB14_c_051.wav,chie,,0,,,,,,,,...I need to pee... +61000 ,,,,,1101030,,主人公,Kiyoshi,,,,,,,,,,,,............Eh!? +61100 ,,,,,1101030,,,,,,,,,,,,,,,"Before I could react, Chii-chan jumped out of the bathtub\nand squatted over the bathroom drain." +62500 ,,,,,1120000,,,,,,,,,,,,,,,"I was taken aback, but my instincts as a lolicon naturally\nmade my eyes follow Chii- chan's pee." +62700 ,,,,,1120000,,主人公,Kiyoshi,,,,,,,,,,,,"Um... Chii-chan, you really need to pee!?" +62800 ,,,,,1120000,,千恵,Chie,023_CB14_c_052.wav,chie,,0,,,,,,,,Y-yeah... I can't hold it anymore...! +62900 ,,,,,1120000,,,,,,,,,,,,,,,"She spreads her legs in an M-shape over the drain, trying\nher best to hold it in by thrusting her hips forward." +63000 ,,,,,1120000,,,,,,,,,,,,,,,"Every time her hips thrust forward, I catch glimpses of her\nplump little pussy over her shoulder." +63100 ,,,,,1120000,,主人公,Kiyoshi,,,,,,,,,,,,Whoa... +63400 ,,,,,1120000,,千恵,Chie,023_CB14_c_055.wav,chie,,0,,,,,,,,"Ugh... Uncle, don't look too much..." +63500 ,,,,,1120000,,,,,,,,,,,,,,,Even Chii-chan seems embarrassed to be watched while peeing.\nHer face turns red with embarrassment. +65100 ,,,,,1120000,,主人公,Kiyoshi,,,,,,,,,,,,"C-Chii-chan, can't you hold it until the toilet?" +65200 ,,,,,1120000,,千恵,Chie,023_CB14_c_058.wav,chie,,0,,,,,,,,No... +65300 ,,,,,1120000,,,,,,,,,,,,,,,"She nods while swaying her small butt side to side, as if\nwaiting for my permission." +65400 ,,,,,1120000,,主人公,Kiyoshi,,,,,,,,,,,,"You shouldn't pee in the bath, you know?" +65500 ,,,,,1120000,,,,,,,,,,,,,,,"Of course, that's a lie. I want to see Chii- chan pee in the\nbath!" +65600 ,,,,,1120000,,,,,,,,,,,,,,,But I had to say it to set an example as an adult... and\nalso because I wanted to see Chii-chan squirming and holding\nit in a bit longer. +66100 ,,,,,1120000,,千恵,Chie,023_CB14_c_061.wav,chie,,0,,,,,,,,...U-Uncle...! Chii-chan... can't hold it anymore...! +66200 ,,,,,1120000,,,,,,,,,,,,,,,"But it seems like she's reached her limit. Chii-chan lets\nout a pained voice, looking at me as if seeking permission\nto pee." +66300 ,,,,,1120000,,千恵,Chie,023_CB14_c_063.wav,chie,,0,,,,,,,,U-Uncle...! +66400 ,,,,,1120000,,,,,,,,,,,,,,,Maybe it's too cruel to make her wait any longer? Tears are\nwelling up in Chii-chan's eyes. +66500 ,,,,,1120000,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, next time you need to go, make sure to say so,\nokay? If you promise, you can pee now." +67200 ,,,,,1120000,,千恵,Chie,023_CB14_c_064.wav,chie,,0,,,,,,,,"Okay... Ahh, mm... haaah..." +67400 ,,,,,1120010,,,,,,,,,,,,,,,Jororororo... +67600 ,,,,,1120010,,,,,,,,,,,,,,,She starts peeing with a long sigh of relief. +67700 ,,,,,1120010,,,,,,,,,,,,,,,"From Chii-chan's small slit, the golden liquid gushes out\nand is absorbed by the drain." +67800 ,,,,,1120010,,,,,,,,,,,,,,,I watch the scene intently without blinking. +67900 ,,,,,1120010,,主人公,Kiyoshi,,,,,,,,,,,,...Gulp. +68000 ,,,,,1120010,,,,,,,,,,,,,,,Ah... such beautiful pee... Chii-chan's pee... the pee of a\ncute girl... +68100 ,,,,,1120010,,千恵,Chie,023_CB14_c_066.wav,chie,,0,,,,,,,,Haa... mm... it won't stop at all...! +68200 ,,,,,1120010,,,,,,,,,,,,,,,She must have been holding it in for a long time; the flow\ndoesn't weaken at all. +68300 ,,,,,1120010,,,,,,,,,,,,,,,"In fact, the flow is getting stronger." +68400 ,,,,,1120010,,,,,,,,,,,,,,,The increasingly strong stream of pee jumps over the drain\nand lands on the bathroom floor. +68800 ,,,,,1120010,,千恵,Chie,023_CB14_c_068.wav,chie,,0,,,,,,,,Mmm... haaah... mm... +68900 ,,,,,1120010,,,,,,,,,,,,,,,"Concerned about it, Chii-chan wiggles her hips to make sure\nthe pee goes into the drain." +70300 ,,,,,1120010,,,,,,,,,,,,,,,Jororororo... +70400 ,,,,,1120010,,千恵,Chie,023_CB14_c_073.wav,chie,,0,,,,,,,,Ahhh... haa... phew... haaah... +70500 ,,,,,1120010,,,,,,,,,,,,,,,Chii-chan gazes at her own pee with slightly vacant eyes. +70800 ,,,,,1120010,,千恵,Chie,023_CB14_c_074.wav,chie,,0,,,,,,,,Nnngh... nn... haa... it's almost all out...! +70900 ,,,,,1120010,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. +71000 ,,,,,1120010,,,,,,,,,,,,,,,I'll watch over her until the very last drop of pee! +71200 ,,,,,1120010,,,,,,,,,,,,,,,"As if squeezing out the last bit, the pee spurts out." +71400 ,,,,,1120010,,千恵,Chie,023_CB14_c_076.wav,chie,,0,,,,,,,,Haa... haa... haa... +71500 ,,,,,1120010,,,,,,,,,,,,,,,Chii-chan catches her breath. Sensual sighs escape from her\nsmall mouth. +71700 ,,,,,1120010,,主人公,Kiyoshi,,,,,,,,,,,,Are you done peeing? Are you okay? +71800 ,,,,,1120020,,千恵,Chie,023_CB14_c_077.wav,chie,,0,,,,,,,,Yeah... I'm okay! I'm all good now! Peeing is over! +71900 ,,,,,1120020,,,,,,,,,,,,,,,Chii-chan looks relieved. She must have been holding it in\nfor a long time. +72000 ,,,,,1120020,,千恵,Chie,023_CB14_c_078.wav,chie,,0,,,,,,,,Ah... I need to flush the pee...! +72300 ,,,,,1120020,,,,,,,,,,,,,,,"No way, flushing the pee is unthinkable!" +72400 ,,,,,1120020,,,,,,,,,,,,,,,"I don't intend to collect the pee that went down the drain,\nbut it's such a waste to flush it!" +72500 ,,,,71,1120020,,,,,,,,,,,,,,,Please let me use it as material for my fantasies. I'm\nbegging you! +72700 ,$event_return,,,,,,,,,,,,,,,,,,, +72800 ,,,,71,,,主人公,Kiyoshi,,,,,,,,,,,,Ah...! +72900 ,,,,,,,,,,,,,,,,,,,,"However, before I could stop her, Chii-chan scooped water\nfrom the bath and flushed it away." +73400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Chii-chan, you'll catch a chill if you stay too long, so\nlet's get out soon, okay?" +73500 ,,,,,,,千恵,Chie,023_CB14_c_080.wav,"chie,nude",,0,,,,,,,,"...Yeah! Thank you, Kiyoshi!" +73600 ,,,,,,,,,,,,,,,,,,,,"Chii-chan leaves the bath. After glancing at the drain, I\nalso leave the bathroom." +73900 ,,,13,71,,,,,,,,,,,,,,,,"After seeing Chii-chan off, I quickly return to the\nbathroom." +74000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Heh... hehehe... +74100 ,,,,,,,,,,,,,,,,,,,,This is where Chii-chan was peeing earlier... +74200 ,,,,,,,,,,,,,,,,,,,,"I gaze at the drain, entranced." +74300 ,,,,,,,,,,,,,,,,,,,,Ah... just imagining it brings a vivid image of Chii-chan's\npeeing to my mind... +74400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Well then... +74500 ,,,,,,,,,,,,,,,,,,,,Let's start masturbating right away! +74600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Sniff... sniff sniff... +74700 ,,,,,,,,,,,,,,,,,,,,"Hmm, as expected, there's no smell anymore. What a shame." +74800 ,,,,,,,,,,,,,,,,,,,,Then... how about the taste...? +74900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Lick... mmm! +75000 ,,,,,,,,,,,,,,,,,,,,Th-this is...!! +75100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,--Ptooey! It's moldy... I guess it's impossible... +75400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh... there's no choice... if it comes to this, at least\nthe smell..." +75500 ,,,,,,,,,,,,,,,,,,,,I lie down with my face close to the drain and take out my\ncock. +75600 ,,,,,,,,,,,,,,,,,,,,"While sniffing the drain, I vigorously stroke myself." +75700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan... Chii-chan... ugh!! +75800 ,,,,,,,,,,,,,,,,,,,,That's one shot. Let's keep going while the scent of pee\nlingers! +76000 ,,,0,9001,,,,,,,,,,,,,,,, +76200 ,@024_CB15,,,,,,,,,,,,,,,,,,, +76600 ,,,7,33,,,主人公,Kiyoshi,,,,,,,,,,,,...Phew +76700 ,,,,,,,,,,,,,,,,,,,,Today was quite eventful. +76800 ,,,,,,,,,,,,,,,,,,,,"There was the center general election vote counting, and\nthen we took photos together..." +76900 ,,,,,,,,,,,,,,,,,,,,And I got to fully enjoy Chii-chan's fresh pee...! +77000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hehehe... +77100 ,,,,,,,,,,,,,,,,,,,,"After that, I ended up masturbating like crazy thinking\nabout Chii-chan." +77200 ,,,,,,,,,,,,,,,,,,,,"I might have released as much semen as the amount of pee\nChii-chan let out? ...No, that's probably an exaggeration." +77300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Hmm... hmm... +77400 ,,,,,,,,,,,,,,,,,,,,...But why don't I get an erection when Chii- chan is in the\nbath? +77500 ,,,,,,,,,,,,,,,,,,,,"Hmm... why is that? Chii-chan's naked body is so attractive,\nand her fresh pee was amazing..." +77600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...It's a mystery. +77700 ,,,,,,,,,,,,,,,,,,,,I have no idea. Maybe my dick was in a bad mood? +77800 ,,,,,,,,,,,,,,,,,,,,Oh well. I won't worry about it too much. +77900 ,,,,,,,,,,,,,,,,,,,,"Even if I don't get hard when Chii-chan is around, I can\nstill masturbate as much as I want in my fantasies!" +78000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Alright then. +78100 ,,,,,,,,,,,,,,,,,,,,"Maybe I'll masturbate again. It's been quite a while since I\ndid it in the bathroom, so I should be recharged!" +78200 ,,,,,,,,,,,,,,,,,,,,"Chii-chan's naked body... Chii-chan's pussy... smooth,\npink... looks like it would be tight..." +78300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Haa... haa... I'm about to come again...! +78500 ,,,,,,,,,,,,,,,,,,,,Looks like it's going to be a long night! Let's masturbate! +78600 ,,,,,,,,,,,,,,,,,,,,Ding dong! +78700 ,,,,,,,,,,,,,,,,,,,,Who is it at such a good time? I was just about to indulge\nin my nightly pre-sleep masturbation routine. +78900 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"Uncle, are you awake?" +79000 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,...!? +79100 ,,,,,9000000,,,,,,,,,,,,,,,It's Tenka-chan! +79200 ,,,,,9000000,,,,,,,,,,,,,,,"Well, that makes sense. The only one who messages me on LIME\nis Tenka-chan." +79300 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,'What's up?' +79400 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,I still think the results of the center election are\nstrange! +79500 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"I mean, being in last place is weird! I worked so hard." +79600 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"Uncle, you didn't tamper with the voting tickets, did you!?" +79700 ,,,,,9000000,,,,,,,,,,,,,,,Tenka-chan seems really dissatisfied with the results. +79800 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,I didn't do anything like that. +79900 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,But it's still strange! +80000 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,I think it's because Tenka-chan doesn't fully understand her\nown charm. +80100 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,But! It's still strange! +80200 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,"I think Tenka-chan has talent, so I'll be honest." +80300 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,Being able to honestly acknowledge your flaws is also\nnecessary if you want to aim to be an idol. +80700 ,,,,,9000000,,,,,,,,,,,,,,,No response. Was I too harsh? +80800 ,,,,,9000000,,,,,,,,,,,,,,,Ding dong! +80900 ,,,,,9000000,,,,,,,,,,,,,,,"Just as I was about to put my phone on the table, the LIME\nnotification sound rings." +81000 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"Sorry for taking it out on you, Uncle." +81200 ,,,,,9000000,,,,,,,,,,,,,,,"Alright, she understood. Tenka-chan is a good girl." +81300 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,I'm not bothered by it. +81400 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"But, I want to be number one in the next general election.\nWhat should I do?" +81800 ,,,,,9000000,,,,,,,,,,,,,,,"…Ugh, so that's how it is." +81900 ,,,,,9000000,,,,,,,,,,,,,,,"I want to be fair, but... I kind of want to help Tenka-chan\nwin this time." +82100 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,"I can't cheat during the voting, but I can give you advice\nanytime." +82200 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"Really? ...Thanks, Uncle!" +82300 ,,,,,9000000,,,,,,,,,,,,,,,"Good, good. She's working hard, so a little favoritism\nshould be fine. Ultimately, it's decided by the number of\nvotes from the audience." +82400 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"Ahh, I'm glad you're my LIME friend, Uncle. I feel a bit\nrelieved." +82500 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,I'm happy to hear that. +82600 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"Uncle, you're reliable sometimes!" +82700 ,,,,,9000000,,,,,,,,,,,,,,,"Sometimes, huh... Well, I'm still happy about it." +82800 ,,,,,9000000,,,,,,,,,,,,,,,"From tomorrow, I'll work hard to become someone Tenka-chan\ncan't do without." +85400 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,Mom's here! I'll get in trouble if I'm found out. +85500 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"Sorry about that. Goodnight, Uncle." +85700 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,Goodnight. +91400 ,,,,,,,,,,,,,,,,,,,,……Phew. I managed to get through it somehow. +91500 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan really likes LIME, doesn't she?" +91600 ,,,,,,,,,,,,,,,,,,,,Hehehe... Today's conversation felt really close and\nintimate. +91700 ,,,,,,,,,,,,,,,,,,,,I feel motivated! Alright... Tonight's last masturbation\nsession will be dedicated to Tenka-chan! +92200 ,,,0,9000,,,,,,,,,,,,,,,, +92300 ,@025_CB16,,,,,,,,,,,,,,,,,,, +92600 ,,,,,,,,,,,,,,,,,,,, +92800 ,,,5,11,,,,,,,,,,,,,,,,"Maybe because I had a satisfying masturbation session\nyesterday, I woke up feeling great... two hours earlier than\nusual." +92900 ,,,,,,,,,,,,,,,,,,,,"So, today I started preparing for the opening earlier than\nusual." +93100 ,,,4,,,,甜花,Tenka,025_CB16_t_000.wav,"tenka,private",,1,,,,,,,,"...Good morning, Uncle." +93200 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Oh, Tenka-chan? You're quite early today." +93300 ,,,,,,,甜花,Tenka,025_CB16_t_001.wav,tenka,,20,,,,,,,,"Yeah, I wanted to talk to you about something." +93500 ,,"",,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,What's up? +93800 ,,,,,,,甜花,Tenka,025_CB16_t_003.wav,tenka,,7,,,,,,,,I came to ask what exactly we're going to do. It's better to\nact sooner rather than later. +93900 ,,,,,,,主人公,Kiyoshi,,tenka,,7,,,,,,,,Ah... +94000 ,,,,,,,,,,tenka,,7,,,,,,,,Could it be about the advice? +94100 ,,,,,,,,,,tenka,,7,,,,,,,,"She's really fired up, isn't she?" +94300 ,,,,,,,,,,tenka,,7,,,,,,,,"Uncle, I was too busy with masturbation yesterday to think\nabout it." +94400 ,,,,,,,主人公,Kiyoshi,,tenka,,7,,,,,,,,"...Uh, well... Even if you say 'specifically,' it was just\nyesterday, so..." +94600 ,,,,,,,甜花,Tenka,025_CB16_t_004.wav,tenka,,29,,,,,,,,"Eh... Uncle, you haven't thought about anything?" +94700 ,,,,,,,,,,tenka,,29,,,,,,,,Tenka-chan's expression clearly showed her displeasure. +94800 ,,,,,,,,,,tenka,,29,,,,,,,,"Ugh... Even if you make that face... I mean, I didn't expect\nyou to come asking so early in the morning." +94900 ,,,,,,,甜花,Tenka,025_CB16_t_005.wav,tenka,,12,,,,,,,,This is the worst... Coming early was pointless. ...Maybe I\nshould just go home. +95000 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,W-w-wait!! Hold on! I'll gather my thoughts! +95100 ,,,,,,,,,,tenka,,12,,,,,,,,"I've just started getting closer to Tenka- chan, losing her\ntrust now would be bad." +95400 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,"So, as I've said many times... I think it would be good to\nenhance Tenka-chan's charm..." +95500 ,,,,,,,甜花,Tenka,025_CB16_t_006.wav,tenka,,3,,,,,,,,My charm... +95600 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Chi-chan is always energetic and cute, right? And Komako-\nchan has that quiet and cool side." +95700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,And as for Tenka-chan... I think you're the sexy type. +95800 ,,,,,,,甜花,Tenka,025_CB16_t_007.wav,tenka,,23,,,,,,,,...Sexy type? Like a gravure model? +96000 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"You have a great figure... I think it suits you, you know?" +96100 ,,,,,,,,,,"tenkaL,private",,23,,,,,,,,"Saying that, I took a good look at Tenka- chan's body." +96200 ,,,,,,,甜花,Tenka,025_CB16_t_008.wav,tenkaL,,31,,,,,,,,H-hey! Don't stare at me like that! ...That's harassment! +96300 ,,,,,,,,,,tenka,,31,,,,,,,,...Gah! She called it harassment... +96400 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,That's harsh... I'm thinking so much about Tenka-chan. +96500 ,,,,,,,甜花,Tenka,025_CB16_t_009.wav,tenka,,34,,,,,,,,"Ugh... I'm sorry, Uncle." +96600 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"No, it's fine as long as you understand. I have no intention\nof harassing Tenka-chan at all." +96700 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,I'm Tenka-chan's producer and her number one fan! +96800 ,,,,,,,,,,tenka,,34,,,,,,,,"...Though honestly, I can't help but want to harass her." +97200 ,,,,,,,甜花,Tenka,025_CB16_t_011.wav,tenka,,38,,,,,,,,"Hehe... My fan, huh..." +97300 ,,,,,,,,,,tenka,,38,,,,,,,,A small smile appeared. It seemed like Tenka- chan's mood\nwas improving. +97400 ,,,,,,,,,,tenka,,38,,,,,,,,"I came up with the sexy type on the spot, but it feels like\nit fits." +97800 ,,,,,,,,,,tenka,,38,,,,,,,,"Tenka-chan has long, beautiful legs, and she has a lot of\nsoft, girlish qualities too..." +98100 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,...Ugh! +98200 ,,,,,,,,,,tenka,,23,,,,,,,,Oh no. I'm getting an erection. +98400 ,,,,,,,甜花,Tenka,025_CB16_t_013.wav,tenka,,3,,,,,,,,...Uncle? +98500 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"It's nothing. Anyway, come on in. We can't talk comfortably\nout here." +98600 ,,,,,,,甜花,Tenka,025_CB16_t_014.wav,tenka,,0,,,,,,,,"Yeah, let's do that. It's hot out here." +98700 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,"Come on in, come on in..." +98800 ,,,,,,,,,,tenka,,0,,,,,,,,I opened the door and invited Tenka-chan inside the shop. +99100 ,,,,,,,,,,,,,,,,,,,,■Time Passes +100300 ,,,,31,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's get started, Tenka-chan!" +100400 ,,,,,,,甜花,Tenka,025_CB16_t_019.wav,tenka,,1,,,,,,,,...Yeah! +100500 ,,,,,,,,,,tenka,,1,,,,,,,,Tenka-chan responded energetically. +100600 ,,,,,,,,,,tenka,,1,,,,,,,,"She's usually quite calm, but this reaction is more fitting\nfor her age. Well, this gap is part of Tenka-chan's charm." +101200 ,,,,,,,甜花,Tenka,025_CB16_t_021.wav,tenka,,20,,,,,,,,So... what should I do? +109100 ,,,,,,,,,,tenka,,20,,,,,,,,"Even if she asks what to do, I have no plan. However, I want\nto avoid upsetting Tenka-chan now that she's in the mood." +109200 ,,,,,,,,,,tenka,,20,,,,,,,,"But, I want to get closer to Tenka-chan... In other words, I\nwant to do something lewd with her." +109300 ,,,,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,"...Tenka-chan, have you ever measured your three sizes?" +109400 ,,,,,,,甜花,Tenka,025_CB16_t_039.wav,tenka,,31,,,,,,,,Three sizes...? +109600 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"Yes, yes, an idol's profile must include their three sizes.\nIt's especially important if you're going for a sexy image." +109700 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"First, know yourself! Whether you're an idol or anything\nelse, it's important, right?" +109800 ,,,,,,,,,,tenka,,31,,,,,,,,"It sounds reasonable, but in the end, I just want to measure\nTenka-chan's body." +109900 ,,,,,,,甜花,Tenka,025_CB16_t_041.wav,tenka,,33,,,,,,,,Yeah... +110100 ,,,,,,,,,,tenka,,33,,,,,,,,"But it seems Tenka-chan doesn't understand my ulterior\nmotives, as she nodded slightly with downcast eyes." +110300 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"S-So, does that mean I can measure your three sizes?" +110400 ,,,,,,,甜花,Tenka,025_CB16_t_040.wav,tenka,,16,,,,,,,,"...Ugh... It's embarrassing, but... it's fine. It's for\nbecoming an idol..." +110500 ,,,,,,,,,,tenka,,16,,,,,,,,"Tenka-chan agreed, looking a bit embarrassed." +110600 ,,,,,,,,,,tenka,,16,,,,,,,,Ohhh! It's worth trying anything once. +110700 ,,,,,,,,,,tenka,,16,,,,,,,,"Alright, let's measure Tenka-chan's three sizes before she\nchanges her mind." +110900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Okay... then come over here and raise your arms. I'll start\nby measuring your bust, okay?" +111100 ,,,,,,,,,,tenka,,33,,,,,,,,"Following my lead, Tenka-chan raises her arms in a banzai\npose." +111200 ,,,,,,,,,,tenka,,33,,,,,,,,I quickly extend the measuring tape I brought and wrap it\naround Tenka-chan's small chest. +111500 ,,,10,,3110000,,,,,,,,,,,,,,, +111600 ,*mem,,,,3110000,,,,,,,,,,,,,,, +111700 ,,,10,,3110000,,甜花,Tenka,025_CB16_t_042.wav,tenka,,0,,,,,,,,U-Um... maybe we should stop? Th-This is... +111800 ,,,,,3110000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, it's okay. Just for a little bit..." +111900 ,,,,,3110000,,主人公,Kiyoshi,,,,,,,,,,,,Or... do you want to stop? It's fine with me if you do... +112000 ,,,,,3110000,,甜花,Tenka,025_CB16_t_043.wav,tenka,,0,,,,,,,,"...No, let's do it." +112100 ,,,,,3110000,,,,,,,,,,,,,,,"Yes, yes, that's the spirit, Tenka-chan! Becoming an idol\nrequires tough training!" +112200 ,,,,,3110000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll measure now." +112300 ,,,,,3110000,,,,,,,,,,,,,,,I gently pull the measuring tape a bit tighter. +112400 ,,,,,3110000,,,,,,,,,,,,,,,...Huh? Measuring is surprisingly difficult... How do you do\nit? Is it enough to just wrap it around? +112500 ,,,,,3110000,,,,,,,,,,,,,,,"Even so, seeing Tenka-chan up close like this... she's\nreally cute." +112600 ,,,,,3110000,,,,,,,,,,,,,,,"Compared to girls our age, she seems a bit more mature...\nmaybe she's got a sexy vibe?" +112700 ,,,,,3110000,,,,,,,,,,,,,,,Her chest seems to be slightly developed too... +112800 ,,,,,3110000,,甜花,Tenka,025_CB16_t_044.wav,tenka,,0,,,,,,,,Nn... Ah! Haa... n...! +112900 ,,,,,3110000,,主人公,Kiyoshi,,,,,,,,,,,,...Huh? +113000 ,,,,,3110000,,,,,,,,,,,,,,,"As I fumble around, Tenka-chan lets out a small sound." +113100 ,,,,,3110000,,,,,,,,,,,,,,,C-Could it be... she's feeling something? +113200 ,,,,,3110000,,,,,,,,,,,,,,,"To confirm it, I deliberately act exaggeratedly and press\nthe tape measure into her chest." +113300 ,,,,,3110000,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... it's difficult... How do you use a tape measure? +113500 ,,,,,3110010,,甜花,Tenka,025_CB16_t_045.wav,tenka,,0,,,,,,,,...Nyaaah!? +113600 ,,,,,3110010,,,,,,,,,,,,,,,An irresistibly cute voice escapes. +113700 ,,,,,3110010,,,,,,,,,,,,,,,Ugh... Tenka-chan is too cute! Playing around like this...\nit's getting me excited too! +113800 ,,,,,3110010,,甜花,Tenka,025_CB16_t_046.wav,tenka,,0,,,,,,,,O-Oji-san... hurry up and measure...! +113900 ,,,,,3110010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I want to, but... using a tape measure is pretty hard.\nI don't really know where to measure." +114000 ,,,,,3110010,,,,,,,,,,,,,,,"This time, I press the tape measure around her nipple area." +114100 ,,,,,3110020,,甜花,Tenka,025_CB16_t_047.wav,tenka,,0,,,,,,,,......Nnngh! Haaah... ahh... nnngh... nyaaah...! +114200 ,,,,,3110020,,,,,,,,,,,,,,,"Squeak, squeak, squeak..." +114300 ,,,,,3110020,,甜花,Tenka,025_CB16_t_048.wav,tenka,,0,,,,,,,,O-Oji-sa... ahhh! Th-that's... no! Nhaaah... ahh... ahhh! +114400 ,,,,,3110020,,,,,,,,,,,,,,,"Every time the tape measure wraps around her nipples, Tenka-\nchan lets out a sultry moan." +114500 ,,,,,3110020,,,,,,,,,,,,,,,Could it be... Tenka-chan is really excited? +114600 ,,,,,3110020,,,,,,,,,,,,,,,"To confirm it, I pretend it's an accident and let my\nfingertip brush against her nipple." +114700 ,,,,,3110020,,甜花,Tenka,025_CB16_t_049.wav,tenka,,0,,,,,,,,...Nhaaaah! H-Hey... Oji-san... you touched it just now! +114800 ,,,,,3110020,,主人公,Kiyoshi,,,,,,,,,,,,"W-Wait! I was just adjusting the tape measure. It's a\nmisunderstanding, a misunderstanding." +114900 ,,,,,3110020,,甜花,Tenka,025_CB16_t_050.wav,tenka,,0,,,,,,,,"...Really? If that's the case, it's fine... but if it's\nharassment, I'll get mad, okay?" +115000 ,,,,,3110020,,,,,,,,,,,,,,,Phew... that was close. But now I've realized something. +115100 ,,,,,3110020,,,,,,,,,,,,,,,"Tenka-chan's nipples were a bit erect. Not as hard as my own\nexcitement, but they were slightly firm." +115200 ,,,,,3110020,,,,,,,,,,,,,,,I guess I need to tease her even more! +115300 ,,,,,3110020,,主人公,Kiyoshi,,,,,,,,,,,,"I think I'm getting the hang of it... Alright, let's\nmeasure... okay?" +115400 ,,,,,3110020,,,,,,,,,,,,,,,"Saying that, I suddenly pull the tape measure to the sides.\nI loosen and tighten it, stimulating her nipples." +115500 ,,,,,3110020,,甜花,Tenka,025_CB16_t_051.wav,tenka,,0,,,,,,,,...Nyaaah! Ahh... ah! Nn... haaah... nfuuh...! +115600 ,,,,,3110020,,甜花,Tenka,025_CB16_t_052.wav,tenka,,0,,,,,,,,Th-This is... ahhh! No... nn... fuu... nyaaah! +115700 ,,,,,3110020,,,,,,,,,,,,,,,Tenka-chan's breathing is getting heavier. +115800 ,,,,,3110020,,,,,,,,,,,,,,,"If I overdo it, she'll get suspicious, so I'll measure her\nunderbust for now." +116000 ,,,,,3110030,,甜花,Tenka,025_CB16_t_053.wav,tenka,,0,,,,,,,,"Haa... haa... Oji-san, are you done yet...?" +116100 ,,,,,3110030,,主人公,Kiyoshi,,,,,,,,,,,,"Nope, I thought I'd measure your underbust first." +116200 ,,,,,3110030,,甜花,Tenka,025_CB16_t_054.wav,tenka,,0,,,,,,,,Eh!? You haven't measured my bust yet? ...Geez! +116300 ,,,,,3110030,,,,,,,,,,,,,,,Tenka-chan protests with her face bright red. +116400 ,,,,,3110030,,,,,,,,,,,,,,,Her cute gesture makes me feel like I'm about to burst. +116500 ,,,,,3110030,,,,,,,,,,,,,,,I feel like masturbating right in front of Tenka-chan... but\nI can't do that. +116600 ,,,,,3110030,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's quickly measure this part." +116700 ,,,,,3110030,,,,,,,,,,,,,,,I smoothly slide the tape measure under her chest and take\nthe measurement. +116800 ,,,,,3110030,,甜花,Tenka,025_CB16_t_055.wav,tenka,,0,,,,,,,,"Nn... haa... Oji-san, hurry up..." +116900 ,,,,,3110030,,主人公,Kiyoshi,,,,,,,,,,,,...Alright! That's okay. Next is... the top. +117000 ,,,,,3110030,,甜花,Tenka,025_CB16_t_056.wav,tenka,,0,,,,,,,,"A-Again... ugh... please, be gentle..." +117100 ,,,,,3110030,,,,,,,,,,,,,,,"Tenka-chan's voice is so faint, as if she's embarrassed." +117200 ,,,,,3110030,,,,,,,,,,,,,,,It seems the tape measure attack from earlier really got to\nher. +117300 ,,,,,3110030,,主人公,Kiyoshi,,,,,,,,,,,,...Yeah. I'll be as gentle as I can... +117400 ,,,,,3110030,,,,,,,,,,,,,,,It's not good to tease too much. It needs to be just the\nright amount of stimulation. +117500 ,,,,,3110030,,,,,,,,,,,,,,,I slowly move the tape measure closer to her nipples. +117700 ,,,,,3110020,,甜花,Tenka,025_CB16_t_057.wav,tenka,,0,,,,,,,,......Nnngh! +117800 ,,,,,3110020,,,,,,,,,,,,,,,"Her clothes are clinging tightly to her skin, making it\nclear that her nipples are erect." +117900 ,,,,,3110020,,,,,,,,,,,,,,,I deliberately place the tape measure over her nipples. +118000 ,,,,,3110020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'm going to measure now." +118100 ,,,,,3110020,,甜花,Tenka,025_CB16_t_058.wav,tenka,,0,,,,,,,,W-Wait... ahh! +118200 ,,,,,3110020,,,,,,,,,,,,,,,Tenka-chan shivers as her body twitches. +118300 ,,,,,3110020,,,,,,,,,,,,,,,"I slowly pull the tape measure from side to side, increasing\nthe pressure." +118500 ,,,,,3110020,,甜花,Tenka,025_CB16_t_059.wav,tenka,,0,,,,,,,,Haaah... nn... nnngh... haaah...! +118600 ,,,,,3110020,,,,,,,,,,,,,,,Tenka-chan's breathing becomes shallow and rough. +118700 ,,,,,3110020,,,,,,,,,,,,,,,"I loosen and tighten the tape measure, gradually\nintensifying the pressure on her nipples." +118800 ,,,,,3110020,,主人公,Kiyoshi,,,,,,,,,,,,"The tip of your breasts is... around here? Hmm, I can't\nquite tell where the tip is~" +118900 ,,,,,3110020,,甜花,Tenka,025_CB16_t_060.wav,tenka,,0,,,,,,,,"O-Oji-san... gently... ahhh! Nnngh... ah, ah... nnngh!" +119000 ,,,,,3110020,,主人公,Kiyoshi,,,,,,,,,,,,"Just a little more... just a little more, hang in there...\nreally, just a bit more...!" +119100 ,,,,,3110020,,甜花,Tenka,025_CB16_t_061.wav,tenka,,0,,,,,,,,"Haa... ah... nnngh... nn, ahh... haaah...!" +119200 ,,,,,3110020,,甜花,Tenka,025_CB16_t_062.wav,tenka,,0,,,,,,,,"N-No...! Something, I... ahh... nnngh!!" +119300 ,$event_return,,,,3110020,,,,,,,,,,,,,,, +119400 ,,,,,3110020,,千恵,Chie,025_CB16_c_000.wav,,,,,,,,,,,--Oji-chan!! +119700 ,,,6,41,,,主人公,Kiyoshi,,,,,"chieL,private",,1,,,,,......!? +119800 ,,,,,,,,,,,,,chieL,,1,,,,,I quickly retrieve the tape measure and toss it onto the\ndesk. +119900 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,1,,,,,C-Chie-chan? You came? +120000 ,,,,,,,,,,,,,"chie,private",,1,,,,,I pretend nothing happened and try to act calm. +120100 ,,,,,,,千恵,Chie,025_CB16_c_001.wav,,,,chie,,3,,,,,"I did! ...Wait, Tenka-chan? You're early today." +120200 ,,,,,,,,,,,,,chie,,3,,,,,Chie-chan enters the room. +120300 ,,,,,,,甜花,Tenka,025_CB16_t_063.wav,,,,chie,,3,"tenka,private",,16,,"Y-Yeah... I just happened to come early today. Really, just\nby chance." +120400 ,,,,,,,,,,,,,chie,,3,tenka,,16,,Tenka-chan's eyes dart around nervously. She looks\nsuspicious. +120500 ,,,,,,,,,,,,,chie,,3,tenka,,16,,"Is it okay...? We haven't been found out, right...?" +120600 ,,,,,,,コマコ,Komako,025_CB16_k_000.wav,"komako,private",,3,,,,tenka,,16,,"Hmm, I see. That's why you weren't there when I went to call\nyou." +120700 ,,,,,,,甜花,Tenka,025_CB16_t_064.wav,,,,,,,tenka,,33,,"Y-Yeah, that's right! Sorry for coming ahead of you." +120800 ,,,,,,,千恵,Chie,025_CB16_c_002.wav,,,,chie,,1,tenka,,33,,"No, it's fine! I was planning to come to Oji-chan's house\nanyway!" +120900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,tenka,,3,,W-Well... I'll get some water ready. It must have been hot\noutside. +121000 ,,,,,,,,,,,,,,,,,,,,Cold sweat hasn't stopped since earlier. Let's drink some\nwater and calm down. +121100 ,,,,,,,千恵,Chie,025_CB16_c_003.wav,,,,chie,,21,,,,,"Thanks, Oji-chan!" +121200 ,,,,,,,コマコ,Komako,025_CB16_k_001.wav,komako,,23,,,,,,,,...? What's this...? +121300 ,,,,,,,,,,komako,,23,,,,,,,,Komako-chan reaches for the tape measure on the desk. +121400 ,,,,,,,甜花,Tenka,025_CB16_t_065.wav,,,,,,,tenka,,24,,...!! +121500 ,,,,,,,,,,,,,,,,tenka,,24,,T-Tenka-chan! Don't react! +121600 ,,,,,,,,,,,,,,,,tenka,,13,,I signal with my eyes. +121700 ,,,,,,,,,,,,,,,,tenka,,13,,Tenka-chan nods repeatedly. +121800 ,,,,,,,コマコ,Komako,025_CB16_k_002.wav,komako,,23,,,,,,,,...? Oh well. +121900 ,,,,,,,,,,,,,,,,,,,,Komako-chan lost interest in the tape measure. +122000 ,,,,,,,,,,,,,,,,,,,,Phew... That was close. +122100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll go get some water..." +122200 ,,,,,,,,,,,,,,,,,,,,I quickly distanced myself from the scene― +122500 ,,,,51,,,,,,,,,,,,,,,,"Leaving Chie-chan and the others to watch the store, I\nhurriedly locked myself in the bathroom." +122600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Phew... That was dangerous... +122700 ,,,,,,,,,,,,,,,,,,,,I almost got caught by Chie-chan and Komako- chan. +122800 ,,,,,,,,,,,,,,,,,,,,"But, Tenka-chan was so cute..." +123100 ,,,,,3110010,,,,,,,,,,,,,,,Just touching her nipples a little made her feel so much... +123200 ,,,,,3110010,,,,,,,,,,,,,,,"Her reactions were so good, I ended up teasing her too much." +123300 ,,,,,3110010,,,,,,,,,,,,,,,I hope Tenka-chan isn't mad. I should send a follow-up LIME\nmessage later... +123400 ,,,,,3110010,,主人公,Kiyoshi,,,,,,,,,,,,............ +123600 ,,,,,,,,,,,,,,,,,,,,Oh no... Just thinking about Tenka-chan is making me really\naroused. +123700 ,,,,,,,,,,,,,,,,,,,,"I planned to masturbate after everyone left, but... I can't\nhold it anymore!" +123800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... Tenka-chan... +123900 ,,,,,,,,,,,,,,,,,,,,"With her nipples standing erect, she's really such a naughty\ngirl, Tenka-chan..." +124000 ,,,,,,,,,,,,,,,,,,,,Ah... I want to have sex... I want to rub my cock all over\nthat sexy body... +124100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ugh! +124200 ,,,,,,,,,,,,,,,,,,,,"I came a lot... Phew, I feel a bit relieved for now." +124300 ,,,,,,,,,,,,,,,,,,,,Everyone's still here... Maybe I'll masturbate one more time\nbefore going back to the store. +124400 ,,,0,9001,,,,,,,,,,,,,,,, +124600 ,@026_CB17,,,,,,,,,,,,,,,,,,, +124800 ,,,7,21,,,,,,,,,,,,,,,,"As the sun set, the 5 PM melody chime rang. In response,\nKomako-chan and Tenka-chan started getting ready to leave.\nAs for Chie- chan," +124900 ,,,,,,,千恵,Chie,026_CB17_c_000.wav,,,,"chie,private",,20,,,,,"Uncle, my mom's late again today. So, I'll stay here a\nlittle longer." +125000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,20,,,,,"I see. That's fine, that's fine." +125100 ,,,,,,,,,,,,,chie,,20,,,,,"On days when Chie-chan stays, my spirits naturally lift." +125200 ,,,,,,,,,,,,,chie,,20,,,,,I held back from doing a fist pump. +125300 ,,,,,,,コマコ,Komako,026_CB17_k_000.wav,"komako,private",,14,chie,,20,,,,,Chie-chan... is it today too? +125400 ,,,,,,,千恵,Chie,026_CB17_c_001.wav,komako,,14,chie,,5,,,,,"Yeah. Sorry, I want to go home with you and Komako-chan,\nbut..." +125500 ,,,,,,,主人公,Kiyoshi,,komako,,14,chie,,5,,,,,"Sorry, Komako-chan. Chie-chan seems lonely being home alone." +125600 ,,,,,,,コマコ,Komako,026_CB17_k_001.wav,komako,,28,,,,,,,,"Hmm... Chie-chan, see you tomorrow. Bye-bye, Uncle." +125700 ,,,,,,,,,,komako,,28,,,,,,,,"Komako-chan's shoulders drooped slightly. It's lonely not\nbeing able to go home with someone you like, right? But\ndon't worry, Uncle will take responsibility and protect\nChie-chan!" +125800 ,,,,,,,甜花,Tenka,026_CB17_t_000.wav,komako,,28,,,,"tenka,private",,16,,"Well then, see you..." +125900 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan seemed really embarrassed about having her\nbreasts measured, so she quickly left without making much\neye contact with me." +126000 ,,,,,,,,,,,,,,,,,,,,Those innocent reactions are just so cute. +126100 ,,,,,,,,,,,,,,,,,,,,Today's fantasy material will be Tenka-chan. It has to be. +126200 ,,,,,,,,,,,,,,,,,,,,But before that... +126300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, can you help with closing up?" +126500 ,,,,,,,,,,,,,,,,,,,,Chie-chan and I started cleaning up together. +126600 ,,,,,,,,,,,,,,,,,,,,Chie-chan seems to have a good memory. +126700 ,,,,,,,,,,chie,,20,,,,,,,,"At first, she asked me a lot about how to clean up, but now\nI don't have to say anything." +126900 ,,,,,,,,,,chie,,20,,,,,,,,"Even now, she's proactively sweeping the store. Really,\nhaving Chie-chan here is a big help." +127000 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"Thanks. With Chie-chan helping, we're already done." +127100 ,,,,,,,,,,chie,,20,,,,,,,,There's no one who doesn't grow from being praised. +127200 ,,,,,,,,,,chie,,20,,,,,,,,"No one dislikes being praised for their work, and at Chie-\nchan's age, it must be even more delightful, right?" +127300 ,,,,,,,千恵,Chie,026_CB17_c_002.wav,chie,,21,,,,,,,,"Really? Ehehe. Then, will my salary increase?" +127400 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,Gah. +127500 ,,,,,,,,,,,,,,,,,,,,I couldn't help but let out a sound of disappointment. +127600 ,,,,,,,,,,,,,,,,,,,,"That's right, she wants a salary. For Chie- chan, money\nseems to be more appealing than praise." +127700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm... Chie-chan works really hard, and I'd love to raise\nyour salary, but..." +127800 ,,,,,,,,,,,,,,,,,,,,There is some increase in sales thanks to the candy shop\nidol. But it's not skyrocketing. +127900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"You're tired, right? Let's go up to the room and rest with\nuncle." +128000 ,,,,41,,,,,,,,,,,,,,,,The two of us move from the shop to the room. +128100 ,,,,,,,,,,,,,,,,,,,,"Chie-chan seems to be pondering something, following along\nwhile muttering, ""Hmm, hmm." +128200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,What's wrong? +128300 ,,,,,,,千恵,Chie,026_CB17_c_003.wav,chie,,3,,,,,,,,"Hey, uncle. If we get more customers... will Chie-chan's\nsalary go up?" +128400 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"That's right. If we sell a lot of candy, I can increase the\nsalary I give to Chie-chan, but..." +128500 ,,,,,,,,,,chie,,3,,,,,,,,"However, unfortunately, the location isn't one where we can\nexpect much profit." +128600 ,,,,,,,,,,chie,,3,,,,,,,,"In the first place, I didn't open the shop here with sales\nin mind." +128700 ,,,,,,,,,,chie,,3,,,,,,,,"I just wanted to gaze at cute girls, get close to them, and\ndo naughty things..." +128800 ,,,,,,,,,,chie,,3,,,,,,,,"―Of course, I can't say that." +128900 ,,,,,,,,,,chie,,3,,,,,,,,"But I do understand Chie-chan's feelings, and when she looks\nat me with those cute eyes, I want to do something for her." +129000 ,,,,,,,千恵,Chie,026_CB17_c_004.wav,chie,,1,,,,,,,,"Got it! Then, uncle, let's have a meeting!" +129100 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,A meeting? +129200 ,,,,,,,千恵,Chie,026_CB17_c_005.wav,chie,,27,,,,,,,,Yeah. Let's think together about how to get more customers! +129300 ,,,,,,,,,,chie,,27,,,,,,,,Chie-chan is unusually serious. There's no way I can refuse\nwhen such a dedicated girl asks me to think together. +129400 ,,,,,,,,,,chie,,27,,,,,,,,"In fact, I'd love to talk as much as possible." +129500 ,,,,,,,主人公,Kiyoshi,,chie,,27,,,,,,,,"Alright, let's have a meeting." +129600 ,,,,,,,,,,chie,,27,,,,,,,,I don't have any specific ideas. But having this kind of\ncommunication is important as an employer. +129700 ,,,,,,,,,,chie,,27,,,,,,,,"I listen, pretending to be Chie-chan's kind boss." +129800 ,,,,,,,主人公,Kiyoshi,,chie,,27,,,,,,,,"Chie-chan, how do you think we can get more customers?" +129900 ,,,,,,,千恵,Chie,026_CB17_c_006.wav,chie,,14,,,,,,,,Um... well... +130000 ,,,,,,,,,,chie,,14,,,,,,,,"Just like before, Chie-chan makes a difficult face and\ngroans." +130100 ,,,,,,,,,,chie,,14,,,,,,,,"Even when she's thinking hard like this, Chie-chan is cute." +130200 ,,,,,,,,,,chie,,14,,,,,,,,"Such a cute girl even takes baths with an old guy like me,\nso life isn't so bad." +130300 ,,,,,,,,,,chie,,14,,,,,,,,Bath... a bath... +130400 ,,,,,,,千恵,Chie,026_CB17_c_007.wav,chie,,29,,,,,,,,Maybe we could make flyers for the shop and hand them out...\nhmm... +130500 ,,,,,,,,,,chie,,29,,,,,,,,"While Chie-chan seems like she's about to overheat and start\nsmoking from her head, I start thinking about something\nelse." +130600 ,,,,,,,,,,,,,,,,,,,,"I, who used to masturbate so much with the containers and\nskewers from the sweets Chie- chan ate," +130700 ,,,,,,,,,,,,,,,,,,,,"remembering her innocent smile and defenseless appearance\nthat she shows me every day, releasing billions and\ntrillions of sperm into tissues," +130800 ,,,,,,,,,,,,,,,,,,,,"I took a bath with Chie-chan and saw her pure, naked body\nright in front of me, yet somehow I didn't react." +130900 ,,,,,,,,,,,,,,,,,,,,The soft skin of Chie-chan that I've undressed countless\ntimes in my fantasies and even dreamed about. +131000 ,,,,,,,,,,,,,,,,,,,,"It's hard to believe that even after seeing that, my little\nguy didn't react." +131100 ,,,,,,,,,,,,,,,,,,,,"I wondered if my balls were exhausted from too much jerking\noff lately, but when I played with Tenka-chan's breasts\nduring the day, I got painfully hard." +131200 ,,,,,,,,,,,,,,,,,,,,"...Yeah. Even now, just remembering Tenka- chan's\nembarrassed face and her cute little moans makes my dick\ngrow." +131300 ,,,,,,,千恵,Chie,026_CB17_c_008.wav,chie,,5,,,,,,,,"--chan? Hey, old man?" +131400 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,Huh...? +131500 ,,,,,,,,,,chie,,5,,,,,,,,A small hand was waving in front of my eyes. +131600 ,,,,,,,千恵,Chie,026_CB17_c_009.wav,chie,,25,,,,,,,,"Are you okay, old man? Were you listening to Chie-chan's\nstory?" +131700 ,,,,,,,,,,chie,,25,,,,,,,,Chie-chan's slightly troubled face was right in front of me. +131800 ,,,,,,,,,,chie,,25,,,,,,,,"Oops. Even though Chie-chan is right in front of me, I was\nthinking about another girl and got half-hard." +131900 ,,,,,,,,,,chie,,25,,,,,,,,I'm such a sinful man. +132000 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Sorry, sorry. I was thinking about a lot of things too, so I\nguess I didn't hear Chie- chan's voice." +132100 ,,,,,,,,,,chie,,25,,,,,,,,I put my hands together and apologized honestly. +132200 ,,,,,,,千恵,Chie,026_CB17_c_010.wav,chie,,0,,,,,,,,Really? Then it's okay. +132300 ,,,,,,,,,,chie,,0,,,,,,,,Chie-chan seemed relieved and forgave me. +132400 ,,,,,,,,,,chie,,0,,,,,,,,Seeing Chie-chan like that made me feel relieved from the\nbottom of my heart too. +132500 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Could you tell me what you said earlier again, Chie-chan?" +132600 ,,,,,,,,,,,,,,,,,,,,"When I prompted her, Chie-chan started talking about the\nidea she must have thought hard about (since her name is\nChie)." +132700 ,,,,,,,,,,,,,,,,,,,,"...But unfortunately, I got distracted by something else,\nand once again, Chie-chan's words went in one ear and out\nthe other." +132800 ,,,,,,,,,,,,,,,,,,,,That something else was none other than my penis. +132900 ,,,,,,,,,,,,,,,,,,,,"Earlier, my little guy was only half-erect, but while\ntalking to Chie-chan, it had become fully erect." +133000 ,,,,,,,,,,,,,,,,,,,,This is bad... I can't stay calm and talk to Chie-chan like\nthis. +133100 ,,,,,,,,,,,,,,,,,,,,"No, no, no. Isn't this actually a chance?" +133200 ,,,,,,,,,,,,,,,,,,,,"Fortunately, it's just me and Chie-chan right now. This must\nbe a big chance given by God." +133300 ,,,,,,,,,,,,,,,,,,,,Chie-chan is currently working hard in the meeting because\nshe wants a raise. +133400 ,,,,,,,,,,,,,,,,,,,,If I say I'll give her a special raise... Chie-chan might\nhold and stroke my dick. +133500 ,,,,,,,,,,,,,,,,,,,,"In this unexpected, dream-come-true situation, I, an\natheist, couldn't help but thank God and say amen in my\nheart." +133600 ,,,,,,,,,,,,,,,,,,,,...But is it really okay...? +133700 ,,,,,,,,,,,,,,,,,,,,"Even without thinking deeply, Chie-chan trusts me." +133800 ,,,,,,,,,,,,,,,,,,,,She would never think that I'm a pervert who picks up the\nyogurt containers she ate from the trash and rubs them on my\npenis. +133900 ,,,,,,,,,,,,,,,,,,,,"Is it really okay for me to taint her, someone so innocent\nthat she would take a bath with me without any caution?" +134000 ,,,,,,,,,,,,,,,,,,,,"Sure, doing pleasurable things with a cute girl is a dream\nand aspiration of mine since I opened a candy store." +134100 ,,,,,,,,,,,,,,,,,,,,"It's strange for someone like me, who has indulged in\nfantasies and done borderline things countless times, to\nthink this way now." +134200 ,,,,,,,,,,,,,,,,,,,,"But while I have the desire to taint Chie- chan to my\nheart's content, there's also a part of me that condemns it." +134300 ,,,,,,,,,,,,,,,,,,,,What is this feeling? +134400 ,,,,,,,,,,,,,,,,,,,,"Even now, my erection doesn't subside. My rock-hard erection\njust wants to ejaculate and messes with my head, telling me\nto 'use Chie-chan.'" +134500 ,,,,,,,,,,,,,,,,,,,,No way. There's no way I can resist such desires. +134600 ,,,,,,,,,,,,,,,,,,,,Ugh! What am I thinking about? This isn't like me at all! +134700 ,,,,,,,千恵,Chie,026_CB17_c_011.wav,chie,,21,,,,,,,,"―So, I was thinking, what if we try selling things cheaply\nlike a supermarket?" +134800 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,Chie-chan. +134900 ,,,,,,,,,,chie,,21,,,,,,,,"I try to suppress my heart and crotch, both about to\nexplode." +135000 ,,,,,,,千恵,Chie,026_CB17_c_012.wav,chie,,5,,,,,,,,"What? Um, is Chie-chan's idea no good after all?" +135100 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,"It's not that. Chie-chan, you want your salary to increase,\nright?" +135200 ,,,,,,,千恵,Chie,026_CB17_c_013.wav,chie,,23,,,,,,,,Yeah. +135300 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,I've thought about it too. But I couldn't come up with a way\nto sell candy quickly. +135400 ,,,,,,,千恵,Chie,026_CB17_c_014.wav,chie,,25,,,,,,,,Yeah... +135500 ,,,,,,,,,,chie,,25,,,,,,,,Chie-chan looks down sadly. +135600 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,I don't think Chie-chan's method would change things much.\nAnd... +135700 ,,,,,,,千恵,Chie,026_CB17_c_015.wav,chie,,3,,,,,,,,? +135800 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Even if your salary increases a little, Chie-chan, you'll\njust spend it on candy right away, won't you?" +135900 ,,,,,,,千恵,Chie,026_CB17_c_016.wav,chie,,5,,,,,,,,Is it bad to buy candy? +136000 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,"Why are you working part-time at my place, Chie-chan?" +136100 ,,,,,,,千恵,Chie,026_CB17_c_017.wav,chie,,28,,,,,,,,That's because... I have to pay back the money for the candy\nI shoplifted from you... +136200 ,,,,,,,,,,chie,,28,,,,,,,,"I thought she might have forgotten since she spends her\nsalary right away, but that wasn't the case." +136300 ,,,,,,,主人公,Kiyoshi,,chie,,28,,,,,,,,"That's right. But you haven't paid me back at all yet, have\nyou?" +136400 ,,,,,,,千恵,Chie,026_CB17_c_018.wav,chie,,14,,,,,,,,But... if I pay it back with my salary... I won't be able to\neat candy... +136500 ,,,,,,,,,,chie,,14,,,,,,,,Seeing Chie-chan looking so down and about to cry makes my\nheart ache a little. +136600 ,,,,,,,,,,chie,,14,,,,,,,,"So, if I'm going to offer a lifeline, now's the time." +136700 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,I have some good news for Chie-chan. +136800 ,,,,,,,千恵,Chie,026_CB17_c_019.wav,chie,,3,,,,,,,,Huh? +136900 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"It's hard to increase sales at the candy store, so why not\ntry a new part-time job instead?" +137000 ,,,,,,,千恵,Chie,026_CB17_c_020.wav,chie,,23,,,,,,,,Huh? Huh? A new part-time job...? +137100 ,,,,,,,,,,chie,,23,,,,,,,,"Chie-chan looks puzzled, waiting for my words. Great, it\nseems like she's interested." +137200 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"Well... if Chie-chan takes on this new part- time job, I'll\npay you about 100 yen." +137300 ,,,,,,,千恵,Chie,026_CB17_c_021.wav,chie,,4,,,,,,,,One hundred...!? +137400 ,,,,,,,,,,chie,,4,,,,,,,,"To Chie-chan, 100 yen is a fortune." +137500 ,,,,,,,,,,chie,,4,,,,,,,,"If this were a manga, her eyes would probably turn into '¥'\nmarks." +137600 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,How about it? Want to give it a try? +137700 ,,,,,,,千恵,Chie,026_CB17_c_022.wav,chie,,21,,,,,,,,Yeah... yeah! +137800 ,,,,,,,,,,chie,,21,,,,,,,,"Her demeanor changes completely, and she nods her head\nvigorously, making me almost burst out laughing. Chie-chan's\never-changing expressions are truly soothing." +137900 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"But, promise me one thing." +138000 ,,,,,,,千恵,Chie,026_CB17_c_023.wav,chie,,5,,,,,,,,What kind of promise? +138100 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,"If Chie-chan's mom finds out that I gave you money, both you\nand I will get in trouble, so keep it a secret from your\nmom." +138200 ,,,,,,,千恵,Chie,026_CB17_c_024.wav,chie,,0,,,,,,,,Got it. What do I have to do for the new part-time job? +138300 ,,,,,,,,,,chie,,0,,,,,,,,"It seems Chie-chan has agreed. The joy and excitement make\nme want to hug her right away and rub my cock against her,\nbut I must hold back. I need to endure for now." +138400 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Alright. So, since today is a trial..." +138500 ,,,,,,,,,,chie,,0,,,,,,,,"I hesitate a bit before saying the next words, but it's\nnonsensical to stop now, so I encourage myself." +138600 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Could you rub uncle's cock with your hands, Chie-chan?" +138700 ,,,,,,,,,,chie,,0,,,,,,,,I said it!! I said it! I actually said it!? +138800 ,,,,,,,千恵,Chie,026_CB17_c_025.wav,chie,,20,,,,,,,,Cock? Sure~ +138900 ,,,,,,,,,,chie,,20,,,,,,,,Innocent! What is this divine level of innocence! Uncle\nfeels like he might evaporate from his own filth! +139000 ,,,,,,,,,,chie,,20,,,,,,,,This is no time to be moved. I have to send her home before\nher mom comes back. +139100 ,,,,,,,,,,chie,,20,,,,,,,,"Time is money... no, time is ejaculation. I quickly exposed\nmy penis in front of Chie- chan." +139200 ,,,,,,,千恵,Chie,026_CB17_c_026.wav,"chieL,private",,23,,,,,,,,Ohhh... +139300 ,,,,,,,,,,"chieL,private",,23,,,,,,,,"I had been aroused earlier thinking about teasing Tenka-\nchan, but amidst everything, it had gone flaccid again." +139400 ,,,,,,,,,,"chieL,private",,23,,,,,,,,Chie-chan stared intently at my penis. +139600 ,,,,,,,主人公,Kiyoshi,,"chieL,private",,23,,,,,,,,"You've seen uncle's penis during bath time, right?" +139700 ,,,,,,,千恵,Chie,026_CB17_c_027.wav,"chieL,private",,3,,,,,,,,"Um, seeing it this close... it's my first time..." +139800 ,,,,,,,,,,"chieL,private",,3,,,,,,,,"Of course. Seeing it this close is something that only\nhappens during sexual activities. Besides, Chie-chan's\nfamily has been a single-parent household for a long time." +140700 ,,,,,,,主人公,Kiyoshi,,"chieL,private",,3,,,,,,,,"Then, Chie-chan, could you try holding uncle's penis? Take\nyour time, okay?" +140900 ,,,,,,,千恵,Chie,026_CB17_c_030.wav,"chieL,private",,0,,,,,,,,"Yeah, got it." +141100 ,,,10,,1130000,,,,,,,,,,,,,,, +141200 ,*mem,,,,1130000,,,,,,,,,,,,,,, +141300 ,,,10,,1130000,,,,,,,,,,,,,,,"Cautiously, Chie-chan's hand gently wrapped around my penis." +141400 ,,,,,1130000,,,,,,,,,,,,,,,Fwoooaaahhh!! +141500 ,,,,,1130000,,,,,,,,,,,,,,,This is... this is the warmth of Chie-chan's hand! +141600 ,,,,,1130000,,千恵,Chie,026_CB17_c_031.wav,chie,,0,,,,,,,,It's so squishy. So this is what a penis is like... +141700 ,,,,,1130000,,,,,,,,,,,,,,,"Chie-chan leaned in closer to the penis, looking intrigued." +141800 ,,,,,1130000,,,,,,,,,,,,,,,"She lightly squeezed her fingers, as if testing the texture." +141900 ,,,,,1130000,,,,,,,,,,,,,,,Ugh...! I never imagined the day would come when Chie-chan\nwould hold my penis! I'm overwhelmed with emotion and\nexcitement. +142000 ,,,,,1130000,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, this is your first time touching a penis, right?" +142100 ,,,,,1130000,,千恵,Chie,026_CB17_c_032.wav,chie,,0,,,,,,,,Yeah. I didn't know a penis was so squishy. It's kind of\ncute. +142200 ,,,,,1130000,,主人公,Kiyoshi,,,,,,,,,,,,Cute? +142300 ,,,,,1130000,,千恵,Chie,026_CB17_c_033.wav,chie,,0,,,,,,,,"Uncle's penis is cute... poke, poke. So squishy." +142400 ,,,,,1130000,,,,,,,,,,,,,,,"Chie-chan seemed to be getting used to it, squeezing and\nplaying with it happily... but when she does that..." +142600 ,,,,,1130010,,千恵,Chie,026_CB17_c_034.wav,chie,,0,,,,,,,,"Ah, huh... ah... what!?" +142700 ,,,,,1130010,,,,,,,,,,,,,,,The penis that was being squished in Chie- chan's hand\nsuddenly increased in hardness and became erect. +142800 ,,,,,1130010,,,,,,,,,,,,,,,Seeing Chie-chan's surprised reaction was so innocent that I\ncouldn't help but grin. +142900 ,,,,,1130010,,千恵,Chie,026_CB17_c_035.wav,chie,,0,,,,,,,,"U-Uncle! Uncle, your penis is swollen!" +143000 ,,,,,1130010,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. When a penis feels good, it gets bigger." +143100 ,,,,,1130010,,千恵,Chie,026_CB17_c_036.wav,chie,,0,,,,,,,,Really? +143200 ,,,,,1130010,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. It just got bigger because Chie-chan's hands feel\ngood. +143300 ,,,,,1130010,,千恵,Chie,026_CB17_c_037.wav,chie,,0,,,,,,,,I see... +143400 ,,,,,1130010,,,,,,,,,,,,,,,"Chie-chan grasped the now fully erect penis again, as if to\nconfirm its size." +143500 ,,,,,1130010,,千恵,Chie,026_CB17_c_038.wav,chie,,0,,,,,,,,The penis is hot... it's like it has a fever... +143600 ,,,,,1130010,,主人公,Kiyoshi,,,,,,,,,,,,That's a sign of a healthy penis. +143800 ,,,,,1130030,,千恵,Chie,026_CB17_c_039.wav,chie,,0,,,,,,,,"It was so squishy before, but now it's hard." +143900 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,Isn't a hard penis cute too? +144000 ,,,,,1130030,,千恵,Chie,026_CB17_c_040.wav,chie,,0,,,,,,,,"Hmm, both are cute because they're Uncle's penis." +144100 ,,,,,1130030,,,,,,,,,,,,,,,"With those words, the penis twitched in response. Hearing\nsomething so delightful made it impossible to hold back any\nlonger." +144200 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, could you grip and rub the penis for me?" +144400 ,,,,,1130020,,千恵,Chie,026_CB17_c_041.wav,chie,,0,,,,,,,,L-Like this...? +144500 ,,,,,1130020,,,,,,,,,,,,,,,"Her soft palm enveloped the entire shaft, moving slowly up\nand down." +144600 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes, oh... it feels so good..." +144700 ,,,,,1130020,,,,,,,,,,,,,,,"The moment her hand touched the ridge, a sharp pleasure shot\nthrough my body. It felt so incredibly good that I couldn't\nhelp but let out a moan." +144800 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,Ah... Chie-chan's hand is making Uncle feel so good... +144900 ,,,,,1130020,,千恵,Chie,026_CB17_c_042.wav,chie,,0,,,,,,,,Does it feel that good? +145000 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,It's the best. Uncle always wanted Chie-chan to make my\npenis feel good like this. +145100 ,,,,,1130020,,千恵,Chie,026_CB17_c_043.wav,chie,,0,,,,,,,,"Really? Which feels better, this or a shoulder massage?" +145200 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, this does." +145300 ,,,,,1130020,,千恵,Chie,026_CB17_c_044.wav,chie,,0,,,,,,,,Hmm. But Mom always says a shoulder massage feels so good. +145400 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,"For men, the penis is the place that feels the best." +145500 ,,,,,1130020,,千恵,Chie,026_CB17_c_045.wav,chie,,0,,,,,,,,I see... +145600 ,,,,,1130020,,,,,,,,,,,,,,,Her small hand rubbed the large penis over and over again. +145800 ,,,,,1130030,,千恵,Chie,026_CB17_c_046.wav,chie,,0,,,,,,,,"Um... Uncle, am I doing it right?" +145900 ,,,,,1130030,,,,,,,,,,,,,,,The pleasure I felt in my crotch weakened. Chie-chan stopped\nher hand and looked up at my face. +146000 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. Chie-chan, you're really good at this. Uncle\nfeels like he might faint." +146100 ,,,,,1130030,,千恵,Chie,026_CB17_c_047.wav,chie,,0,,,,,,,,"But, but Uncle... sticky pee is coming out of your penis..." +146200 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +146300 ,,,,,1130030,,,,,,,,,,,,,,,"Could it be that I ejaculated unconsciously? Thinking that,\nI checked myself and understood what Chie-chan was talking\nabout." +146400 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, this is something that comes out of the penis when it\nfeels good, Chie-chan." +146500 ,,,,,1130030,,,,,,,,,,,,,,,"Pre-cum was flowing out, not only covering the head but also\ndirtying Chie-chan's hand." +146600 ,,,,,1130030,,千恵,Chie,026_CB17_c_048.wav,chie,,0,,,,,,,,"So, Uncle just felt good?" +146700 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"That's right. Sorry, it's kind of dirty when that comes out,\nisn't it?" +146800 ,,,,,1130030,,,,,,,,,,,,,,,"I thought about offering her a tissue," +146900 ,,,,,1130030,,千恵,Chie,026_CB17_c_049.wav,chie,,0,,,,,,,,"No, it's okay if it's not pee." +147000 ,,,,,1130030,,,,,,,,,,,,,,,I see. So that's the issue. +147100 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"Got it. Then, keep rubbing like you did before." +147200 ,,,,,1130030,,千恵,Chie,026_CB17_c_050.wav,chie,,0,,,,,,,,Okay. +147400 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... +147500 ,,,,,1130020,,,,,,,,,,,,,,,Chie-chan's handjob resumed. +147600 ,,,,,1130020,,,,,,,,,,,,,,,"Thanks to the pre-cum making it slippery, the sensation was\nmuch more pleasurable than before." +147700 ,,,,,1130020,,,,,,,,,,,,,,,"Perhaps because this was a part-time job for Chie-chan, she\nmoved her hand with a very earnest expression." +147800 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,Are your hands getting tired? +147900 ,,,,,1130020,,千恵,Chie,026_CB17_c_051.wav,chie,,0,,,,,,,,Nope. I'm fine! +148000 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,"Then, can you move a little faster?" +148100 ,,,,,1130030,,千恵,Chie,026_CB17_c_052.wav,chie,,0,,,,,,,,Faster? Won't it hurt your penis? +148200 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,It feels better when it's faster. I'll tell you if it hurts. +148300 ,,,,,1130020,,千恵,Chie,026_CB17_c_053.wav,chie,,0,,,,,,,,"Okay, okay... How fast should I go?" +148400 ,,,,,1130020,,,,,,,,,,,,,,,"As she increased the speed, Chie-chan asked." +148500 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,"A little faster, maybe." +148600 ,,,,,1130020,,,,,,,,,,,,,,,The speed increased to the point where it made a squelching\nsound. This... resonates in my balls! +148700 ,,,,,1130020,,,,,,,,,,,,,,,It felt as if Chie-chan's hand was commanding my balls to\nproduce a lot of sperm. +148800 ,,,,,1130020,,,,,,,,,,,,,,,"With excitement and pleasure, my vision started to flicker.\nIf she keeps going like this, I'll probably come soon." +148900 ,,,,,1130020,,,,,,,,,,,,,,,"But since Chie-chan is giving me a handjob, I want to savor\nthis blissful pleasure running through my penis for as long\nas possible." +149000 ,,,,,1130020,,,,,,,,,,,,,,,"Even though I think that in my head, the limit of my penis\nis approaching moment by moment." +149100 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, oh no. Chie-chan's hands are irresistible!" +149200 ,,,,,1130030,,千恵,Chie,026_CB17_c_054.wav,chie,,0,,,,,,,,"You look like you're in pain, are you okay?" +149300 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"Don't worry. It's just... I'm really happy that Chie-chan is\ndoing this for me, ah... ha... ha!" +149400 ,,,,,1130030,,,,,,,,,,,,,,,"The more I try to hold back, the more my breathing becomes\nragged. It seems like ejaculation is really close." +149500 ,,,,,1130030,,,,,,,,,,,,,,,"If I'm going to come, I want it to be the most pleasurable\nrelease ever." +149600 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, as fast as you can, could you rub it really hard?" +149700 ,,,,,1130020,,千恵,Chie,026_CB17_c_055.wav,chie,,0,,,,,,,,"Okay. I'll try, but... my hand is starting to hurt a bit." +149800 ,,,,,1130020,,,,,,,,,,,,,,,It seems like Chie-chan is getting pretty tired too. There's\nno point in holding back now. +149900 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,Don't worry. It's almost over. +150000 ,,,,,1130020,,千恵,Chie,026_CB17_c_056.wav,chie,,0,,,,,,,,I see. Chie-chan will do her best! +150100 ,,,,,1130020,,,,,,,,,,,,,,,"A wet, erotic sound is played between Chie- chan and my\npenis." +150200 ,,,,,1130020,,,,,,,,,,,,,,,"With so much pre-cum, I wonder how much semen will come out\nwhen I ejaculate." +150300 ,,,,,1130020,,,,,,,,,,,,,,,There's nothing left to hold back. I just have to entrust my\nbody to Chie-chan's vigorous hand movements. +150400 ,,,,,1130030,,千恵,Chie,026_CB17_c_057.wav,chie,,0,,,,,,,,Ha... ha... uncle! +150500 ,,,,,1130030,,,,,,,,,,,,,,,"Breathing cutely, Chie-chan looks up at me as if she's\nreached her limit." +150600 ,,,,,1130030,,,,,,,,,,,,,,,Just a little more... just a little more...! +150700 ,,,,,1130030,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh... Chie-chan, just a bit more! Hang in there! Uncle is\nalso trying his best to feel good!" +150800 ,,,,,1130020,,千恵,Chie,026_CB17_c_058.wav,chie,,0,,,,,,,,Nn... haah haah... +150900 ,,,,,1130020,,,,,,,,,,,,,,,"Chie-chan's small, plump hands are relentlessly teasing my\npenis." +151000 ,,,,,1130020,,,,,,,,,,,,,,,I can feel it trembling on the verge of its limit. There's\nno point in holding back any longer. +151100 ,,,,,1130020,,,,,,,,,,,,,,,My rock-hard cock can't possibly resist Chie- chan's hands. +151200 ,,,,,1130020,,,,,,,,,,,,,,,The pleasure I've fantasized about countless times in my\nhead is right here. +151300 ,,,,,1130020,,主人公,Kiyoshi,,,,,,,,,,,,Ahhh... I'm going to cum! Chie-chan! I'm cumming!! +151500 ,,,,,1130040,,千恵,Chie,026_CB17_c_059.wav,chie,,0,,,,,,,,Kya!? +151600 ,,,,,1130040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ahh..." +151700 ,,,,,1130040,,,,,,,,,,,,,,,An overwhelming sensation of ecstasy pierced through my\nbrain. It's an indescribable pleasure I've never experienced\nfrom masturbating by myself. +151800 ,,,,,1130040,,,,,,,,,,,,,,,"Semen gushes out one after another, like a fountain." +151900 ,,,,,1130040,,,,,,,,,,,,,,,"And after the wave of ejaculation subsided, I saw something\nincredible." +152100 ,,,,,1130050,,千恵,Chie,026_CB17_c_060.wav,chie,,0,,,,,,,,No way... what is this... +152200 ,,,,,1130050,,,,,,,,,,,,,,,The milky white liquid that spurted from my penis had\nsplattered all over Chie-chan's face. +152300 ,,,,,1130050,,千恵,Chie,026_CB17_c_061.wav,chie,,0,,,,,,,,It's sticky... +152400 ,,,,,1130050,,,,,,,,,,,,,,,"She gently wiped the semen off her face and hair with her\nhand, her eyes looking at me as if she might cry at any\nmoment." +152500 ,,,,,1130050,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, Chie-chan. It surprised you, didn't it?" +152600 ,,,,,1130050,,,,,,,,,,,,,,,I hurriedly apologized. I grabbed several tissues from the\nnearby tissue box and wiped off the mess for her. +152700 ,,,,,1130050,,千恵,Chie,026_CB17_c_062.wav,chie,,0,,,,,,,,Ugh... it's bitter... It got in my mouth... +152800 ,,,,,1130050,,,,,,,,,,,,,,,Eh! Could it be that she swallowed it!? +152900 ,,,,,1130050,,主人公,Kiyoshi,,,,,,,,,,,,Did you swallow it? +153000 ,,,,,1130050,,千恵,Chie,026_CB17_c_063.wav,chie,,0,,,,,,,,It just got in my mouth a little... I didn't swallow it. +153100 ,,,,,1130050,,主人公,Kiyoshi,,,,,,,,,,,,I-I see... +153200 ,,,,,1130050,,,,,,,,,,,,,,,"I thought I had skipped several steps and made her swallow,\nbut it seems that wasn't the case." +153300 ,,,,,1130050,,主人公,Kiyoshi,,,,,,,,,,,,"You got dirty, huh? How about we take a bath together, Chie-\nchan?" +153400 ,,,,,1130050,,,,,,,,,,,,,,,"If I send Chie-chan home like this, there's a risk her\nmother might notice the smell." +153500 ,,,,,1130050,,,,,,,,,,,,,,,I must prevent that at all costs! +153800 ,$event_return,,,,,,,,,,,,,,,,,,, +154000 ,,,7,61,,,千恵,Chie,026_CB17_c_064.wav,chie,,1,,,,,,,,"Yeah. Let's take a bath! Bath time, bath time~♪" +154100 ,,,,,,,,,,,,,,,,,,,,"Whether it was because the semen felt gross or she just\nloves baths, Chie-chan happily ran to the bathroom." +154200 ,,,,,,,,,,,,,,,,,,,,"Following Chie-chan, who quickly stripped and got naked, I\nalso got completely undressed." +154400 ,,,,,,,千恵,Chie,026_CB17_c_065.wav,"chie,nude",,4,,,,,,,,"Oh, you're so great, uncle! You can fold your clothes\nproperly!" +154500 ,,,,,,,,,,chie,,4,,,,,,,,Chie-chan clapped her hands and praised me after seeing me\nfold my clothes and put them in the laundry basket. +154600 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"That's because you taught me, Chie-chan." +154700 ,,,,,,,千恵,Chie,026_CB17_c_066.wav,chie,,18,,,,,,,,Ehehe! +154800 ,,,,,,,主人公,Kiyoshi,,chie,,18,,,,,,,,"Yeah, yeah. But if you stick your belly out like that,\nyou'll catch a cold, you know?" +154900 ,,,,71,,,,,,chie,,0,,,,,,,,"I took Chie-chan's hand as she proudly puffed out her chest,\nand we headed to the bathroom together." +155000 ,,,,,,,,,,,,,,,,,,,,"Then, I washed Chie-chan's hair as she sat on the bath\nstool." +155100 ,,,,,,,,,,,,,,,,,,,,"Even though I'm looking at Chie-chan's naked body, it's not\nstrange that I'm not reacting; my groin remains calm in this\nplace." +155200 ,,,,,,,,,,,,,,,,,,,,"In fact, today I feel a bit guilty. Of course, it's because\nI lured Chie-chan with money to give me a handjob." +155300 ,,,,,,,,,,,,,,,,,,,,Even though I'm the one who made her do it. +155400 ,,,,,,,千恵,Chie,026_CB17_c_067.wav,"chieL,nude",,3,,,,,,,,"Hey, uncle." +155500 ,,,,,,,,,,"chieL,nude",,3,,,,,,,,"As I was washing Chie-chan's hair, she turned around to face\nme." +155600 ,,,,,,,千恵,Chie,026_CB17_c_068.wav,"chieL,nude",,23,,,,,,,,"Hey, uncle, what was that white sticky stuff that came out\nof your dick earlier?" +155700 ,,,,,,,主人公,Kiyoshi,,"chieL,nude",,23,,,,,,,,That's semen. +155800 ,,,,,,,千恵,Chie,026_CB17_c_069.wav,"chieL,nude",,3,,,,,,,,Semen...? +155900 ,,,,,,,主人公,Kiyoshi,,"chieL,nude",,3,,,,,,,,"When a man feels good, it comes out of his dick." +156000 ,,,,,,,千恵,Chie,026_CB17_c_070.wav,"chieL,nude",,3,,,,,,,,"But pee also comes out of the dick, right?" +156100 ,,,,,,,,,,"chieL,nude",,3,,,,,,,,"Chie-chan tilted her head curiously, showing interest in the\nmysteries of the human body." +156200 ,,,,,,,主人公,Kiyoshi,,"chieL,nude",,3,,,,,,,,"Both pee and semen can come out. It's amazing, right?" +156300 ,,,,,,,,,,"chieL,nude",,3,,,,,,,,I puffed out my chest like Chie-chan did earlier. +156400 ,,,,,,,千恵,Chie,026_CB17_c_071.wav,"chieL,nude",,23,,,,,,,,Hmm. So men are different from women. +156500 ,,,,,,,主人公,Kiyoshi,,"chieL,nude",,23,,,,,,,,"That's right. I'm going to rinse the shampoo now, so close\nyour eyes." +156600 ,,,,,,,千恵,Chie,026_CB17_c_072.wav,"chieL,nude",,1,,,,,,,,Okay. Eek! +156700 ,,,,,,,,,,"chieL,nude",,1,,,,,,,,"Chie-chan let out a playful voice, having fun." +156800 ,,,,,,,,,,"chieL,nude",,1,,,,,,,,"The bubbles flowed down her beautiful brown hair, and I\ncould smell the tonic shampoo I always use." +156900 ,,,,,,,,,,"chieL,nude",,1,,,,,,,,It's a strange feeling to think that Chie- chan smells like\nme now. +157000 ,,,,,,,,,,"chieL,nude",,1,,,,,,,,"Chie-chan washed my hair too, and we both soaked in the\nfilled bathtub." +157100 ,,,,,,,主人公,Kiyoshi,,"chieL,nude",,1,,,,,,,,"Chie-chan, about that new part-time job earlier... do you\nwant to do it again?" +157200 ,,,,,,,,,,"chieL,nude",,1,,,,,,,,"Even though we went that far, I thought I'd stop if Chie-\nchan didn't want to continue." +157300 ,,,,,,,千恵,Chie,026_CB17_c_073.wav,"chieL,nude",,20,,,,,,,,"Um... I do... It was fun touching your dick, uncle. I was\nsurprised when the semen suddenly came out though!" +157400 ,,,,,,,主人公,Kiyoshi,,"chieL,nude",,20,,,,,,,,"I see. Yeah. I see, I see! Then let's do it again." +157500 ,,,,,,,,,,"chieL,nude",,20,,,,,,,,"Since Chie-chan was so eager, I decided not to think about\nit any further." +157700 ,,,6,41,,,主人公,Kiyoshi,,,,,,,,,,,,Here. The promised 100 yen. +157800 ,,,,,,,千恵,Chie,026_CB17_c_074.wav,"chie,private",,1,,,,,,,,"Yay! Thank you, uncle!" +157900 ,,,,,,,,,,chie,,1,,,,,,,,"After getting out of the bath, I gave Chie- chan the 100 yen\nas her salary, just as promised." +158000 ,,,,,,,,,,chie,,1,,,,,,,,"She looked so happy and her eyes sparkled as she received\nthe 100 yen coin, making me feel like I did something really\ngood." +158100 ,,,,,,,千恵,Chie,026_CB17_c_075.wav,chie,,21,,,,,,,,"Yay, yay. 100 yen♪ 100 yen♪" +158200 ,,,,,,,,,,chie,,21,,,,,,,,"She ran around cheerfully. Then, she came over to me and\nsaid," +158300 ,,,,,,,千恵,Chie,026_CB17_c_076.wav,chie,,0,,,,,,,,"Uncle, I'm going to buy ice cream!" +158400 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,Huh? You're going to spend it? +158500 ,,,,,,,,,,chie,,0,,,,,,,,"Even though she earned the money from a part- time job to\npay me back, Chie-chan was already planning to spend it on\nice cream." +158600 ,,,,,,,,,,chie,,0,,,,,,,,"However, there's no particular reason to scold her for that.\nThe loss from shoplifting isn't significant." +158700 ,,,,,,,,,,chie,,0,,,,,,,,"In fact, it's easier to find an excuse to invite her for\nanother lewd part-time job if she spends the money." +158800 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Well, with 100 yen, it's okay to buy ice cream." +158900 ,,,,,,,千恵,Chie,026_CB17_c_077.wav,chie,,21,,,,,,,,"Right! After all, it's 100 yen!" +159000 ,,,,,,,,,,chie,,21,,,,,,,,Chie-chan seemed to be getting carried away with the large\nsalary she received. +159100 ,,,,,,,,,,chie,,21,,,,,,,,But I accepted it with a smile and went to get ice cream\nfrom the freezer. +159200 ,,,,,,,,,,,,,,,,,,,,Just watching Chie-chan being so lively makes me feel\nenergized too. +159300 ,,,,,,,,,,,,,,,,,,,,I wonder what kind of part-time job I should have Chie-chan\ndo next. +159400 ,,,0,9000,,,,,,,,,,,,,,,, +159600 ,@027_CB18,,,,,,,,,,,,,,,,,,, +159800 ,,,15,31,,,,,,,,,,,,,,,,"As the afternoon passed, the noisy living room in my house\nbecame quiet." +159900 ,,,,,,,,,,,,,,,,,,,,This time has become a regular nap time for Chie-chan and\nthe other two. +160600 ,,,15,,4130000,,,,,,,,,,,,,,, +160700 ,*mem,,,,4130000,,,,,,,,,,,,,,, +160800 ,,,15,,4130000,,,,,,,,,,,,,,,"In the back room of the shop, Chie-chan, Tenka-chan, and\nKomako-chan are all sleeping side by side." +160900 ,,,,,4130000,,,,,,,,,,,,,,,"With three beautiful girls lying there defenseless, there's\nno time to be minding the shop." +161000 ,,,,,4130000,,,,,,,,,,,,,,,Their nap time is my break time. +161400 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,......... +161500 ,,,,,4130000,,,,,,,,,,,,,,,Phew... Just looking at their cute sleeping faces makes me\nfeel like I could eat several bowls of rice. +161600 ,,,,,4130000,,,,,,,,,,,,,,,I've made a move on all three of these girls. +161700 ,,,,,4130000,,,,,,,,,,,,,,,"But I don't regret it. Each of them is cute in their own\nway, and I'm a philanthropist at heart." +161800 ,,,,,4130000,,,,,,,,,,,,,,,"Though, only when it comes to little ones." +162000 ,,,,,4130000,,,,,,,,,,,,,,,"I'll do my best, okay? I'll do my best to do lots of naughty\nthings with everyone, okay?" +162100 ,,,,,4130000,,,,,,,,,,,,,,,"If I reach out, their innocent bodies are right there. I\nswallow hard." +162200 ,,,,,4130000,,,,,,,,,,,,,,,"Since it's summer and they're lightly dressed, if I lift\ntheir clothes, their cute little breasts will be exposed." +162300 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, today I'll play a prank on all three of you.\nBecause I love you all, okay?" +162500 ,,,,,4130000,,,,,,,,,,,,,,,"With a warm heart but a calm body, I slowly lifted their\nclothes." +166500 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Ohhoh +166600 ,,,,,4130010,,,,,,,,,,,,,,,I let out a voice of admiration. In front of me were three\npairs of panties lined up. +166700 ,,,,,4130010,,,,,,,,,,,,,,,"From the skirts and shorts, the panties of the three,\nthoroughly steamed, seemed to give off an enticing scent." +167200 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,"It was fine before, so it should be fine today too... right?" +167300 ,,,,,4130010,,,,,,,,,,,,,,,Seeing the three of them breathing peacefully in their sleep\nmakes me feel bold. +167500 ,,,,,4130010,,,,,,,,,,,,,,,"I place my hands on either side of Chie- chan's hips and\nslowly bring my nose closer to her panties, careful not to\nwake them." +167700 ,,,,,4130010,,,,,,,,,,,,,,,Sniff sniff... +167800 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,This is Chie-chan's pussy scent... +167900 ,,,,,4130010,,,,,,,,,,,,,,,"There's a slight smell of pee. Come to think of it, she went\nto the bathroom before her nap." +168000 ,,,,,4130010,,,,,,,,,,,,,,,"If you don't wipe your crotch well, your smooth crotch might\nget irritated, you know?" +168100 ,,,,,4130010,,,,,,,,,,,,,,,"Remembering the only time I've seen Chie- chan's pussy, I\ntake a deep breath." +168200 ,,,,,4130010,,,,,,,,,,,,,,,"As much as I want to linger, there's not much time left." +168300 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,I wonder what Komako-chan's crotch smells like? +168400 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,"Huff, huff" +168500 ,,,,,4130010,,,,,,,,,,,,,,,"Unable to contain my excitement, I bury my face into Komako-\nchan's panties." +168600 ,,,,,4130010,,,,,,,,,,,,,,,I bring my nose close to Komako-chan's plump mound. +168700 ,,,,,4130010,,,,,,,,,,,,,,,"After confirming that Komako-chan hasn't noticed, I take a\ndeep breath." +168800 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Suu~~~~~... Haa~~~~~... +168900 ,,,,,4130010,,,,,,,,,,,,,,,"I take a deep breath, trying to inhale Komako-chan's scent." +169000 ,,,,,4130010,,,,,,,,,,,,,,,So this is Komako-chan's scent... +169100 ,,,,,4130010,,,,,,,,,,,,,,,"I thought there would be more of a body odor, but instead,\nthere's a faint smell of detergent." +169200 ,,,,,4130010,,,,,,,,,,,,,,,"Since Komako-chan masturbates with her crotch, she might be\nwashing thoroughly in the bath." +169300 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,"Someday, I'll lick away Komako-chan's smegma with my tongue." +169500 ,,,,,4130010,,,,,,,,,,,,,,,"As much as I hate to part with Komako-chan's panties, I take\none last deep breath of their scent and move my nose to\nTenka-chan's panties." +170500 ,,,,,4130010,,,,,,,,,,,,,,,"While gazing at her cute belly button, I press my nose into\nthe open part of her pants." +170600 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Suuu~~~~... Haaa~~~~... +171900 ,,,,,4130010,,,,,,,,,,,,,,,"Ah, Tenka-chan... Tenka-chan's scent is filling me up!" +172100 ,,,,,4130010,,,,,,,,,,,,,,,"Tenka-chan's panties have a sweet, girly scent that smells\ndelicious." +172200 ,,,,,4130010,,,,,,,,,,,,,,,It's different from detergent or urine... it's Tenka-chan's\nbody scent... could it be her sexual scent? +172300 ,,,,,4130010,,,,,,,,,,,,,,,I wonder if she's about to start her period soon? +172400 ,,,,,4130010,,,,,,,,,,,,,,,I should prepare a trash can in my bathroom soon. +172800 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Suu... Haa... +172900 ,,,,,4130010,,,,,,,,,,,,,,,"After thoroughly enjoying myself, I gaze at the three of\nthem again." +173200 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,"Let's learn lots of naughty things with me, okay?" +173300 ,,,,,4130010,,,,,,,,,,,,,,,"Alright, since it's a special occasion, let's take a\ncommemorative photo." +173400 ,,,,,4130010,,,,,,,,,,,,,,,It's the day I decided to be with these girls forever. +173500 ,,,,,4130010,,,,,,,,,,,,,,,"So, today, show me all your breasts..." +173600 ,,,,,4130010,,,,,,,,,,,,,,,"I slowly lift up their tops, freeing the bulges underneath." +174900 ,,,,,4130020,,,,,,,,,,,,,,,"Then, the adorable breasts of the three girls come into\nview. All of their nipples are a lovely light pink." +175200 ,,,,,4130020,,,,,,,,,,,,,,,I swallow hard. +175300 ,,,,,4130020,,,,,,,,,,,,,,,I wonder what they taste like if I suck them? Milk flavor?\nLemon flavor? +175400 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,I have to hold back today... +175500 ,,,,,4130020,,,,,,,,,,,,,,,"Suppressing the urge to suck on them, I open the camera app\non my smartphone and point the lens at the three sleeping\ngirls." +175900 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Keep showing your breasts this way... +176000 ,,,,,4130020,,,,,,,,,,,,,,,"It's their first nude... no, first breast photo shoot. I\nhave to take cute pictures of them." +176100 ,,,,,4130020,,,,,,,,,,,,,,,"Feeling like a photographer at a model shoot, I point the\nlens and press the shutter." +176200 ,,,,,4130020,,,,,,,,,,,,,,,Click! +176300 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,...! +176500 ,,,,,4130020,,千恵,Chie,027_CB18_c_000.wav,"chie,private",,0,,,,,,,,Suu... fuu... +176600 ,,,,,4130020,,コマコ,Komako,027_CB18_k_000.wav,"komako,private",,0,,,,,,,,Nn... suu... +176700 ,,,,,4130020,,甜花,Tenka,027_CB18_t_000.wav,"tenka,private",,0,,,,,,,,Kuu... fuu... +176800 ,,,,,4130020,,,,,,,,,,,,,,,"The unexpectedly loud shutter sound made me tense up, but\nthe three of them continued to sleep soundly." +176900 ,,,,,4130020,,,,,,,,,,,,,,,Phew... +177000 ,,,,,4130020,,,,,,,,,,,,,,,"Regaining my composure, I cover the speaker part of the\nsmartphone with my hand to minimize the sound as I continue\ntaking pictures." +177100 ,,,,,4130020,,,,,,,,,,,,,,,Tenka-chan's budding breasts. Here we go. +177300 ,,,,,4130020,,,,,,,,,,,,,,,"Next is Chii-chan's almost non-existent, tiny breasts. Let's\ntake about three shots." +177400 ,,,,,4130020,,,,,,,,,,,,,,,"Nice, even if they're small and not developed, they look\nlike they'd feel great to touch with that smooth skin." +177500 ,,,,,4130020,,,,,,,,,,,,,,,"Komako-chan's breasts, which seem to be the largest among\nthe three. Snap from various angles." +177600 ,,,,,4130020,,,,,,,,,,,,,,,I'm looking forward to seeing how they develop in the\nfuture. But I really love Komako-chan's developing breasts\nright now too. +177700 ,,,,,4130020,,,,,,,,,,,,,,,Several images worthy of permanent preservation are stored\non my smartphone. +177800 ,,,,,4130020,,,,,,,,,,,,,,,"As much as I hate to, it's probably time to wrap this up." +178400 ,$event_return,,,,,,,,,,,,,,,,,,, +178600 ,,,,21,4130020,,,,,,,,,,,,,,,I put their clothes back on and returned to the storefront\nas if nothing had happened. +178800 ,,,7,21,,,千恵,Chie,027_CB18_c_001.wav,,,,"chie,private",,25,,,,,"I slept a lot! Hey, why didn't you wake us up?" +178900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"You all looked so comfortable sleeping, I felt bad waking\nyou up." +179000 ,,,,,,,,,,,,,chie,,25,,,,,"Chii-chan and the others woke up several minutes after I\nfinished my mischief. I felt a bit disappointed, thinking I\ncould have continued a bit longer..." +179100 ,,,,,,,甜花,Tenka,027_CB18_t_001.wav,,,,chie,,25,"tenka,privateB",,37,,"Chii, you have to work part-time, so you shouldn't be\nsleeping." +179200 ,,,,,,,,,,,,,chie,,25,tenka,,37,,Tenka-chan hits a sore spot. +179300 ,,,,,,,千恵,Chie,027_CB18_c_002.wav,,,,chie,,5,tenka,,37,,"Ugh. But, but, it was you who didn't wake us up, Uncle." +179400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,tenka,,37,,"It's fine, it's fine. It's nice to have a day like this once\nin a while. Besides, we hardly had any customers today." +179500 ,,,,,,,,,,,,,chie,,5,tenka,,37,,"That's true. While Chii-chan and the others were sleeping,\nwe only had a handful of customers." +179600 ,,,,,,,甜花,Tenka,027_CB18_t_002.wav,,,,chie,,5,tenka,,17,,"Uncle, you're spoiling Chii too much." +179700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,tenka,,17,,Uh. Really? +179800 ,,,,,,,,,,,,,chie,,5,tenka,,17,,Tenka-chan's sharp remark left me at a loss for words. +179900 ,,,,,,,甜花,Tenka,027_CB18_t_003.wav,,,,chie,,5,tenka,,37,,"Even though you're an adult, Uncle, I don't think that's\ngood." +180000 ,,,,,,,,,,,,,chie,,5,tenka,,37,,I got scolded. Being lectured by a cute girl isn't so bad. +180100 ,,,,,,,,,,,,,chie,,5,tenka,,37,,"Wait, no, no. I'm being scolded, so I should properly\napologize." +180200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,tenka,,37,,"You're right. Just like Tenka-chan said, I need to get it\ntogether." +180300 ,,,,,,,甜花,Tenka,027_CB18_t_004.wav,,,,chie,,5,tenka,,32,,As long as you understand... +180400 ,,,,,,,千恵,Chie,027_CB18_c_003.wav,,,,chie,,21,tenka,,32,,Wow. Tenka-chan is scolding Uncle! +180500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,tenka,,32,,"Haha, I got scolded." +181400 ,,,,,,,,,,,,,,,,,,,,"With a wry smile, I checked the clock and saw that it was\nalmost time for the three of them to head home. Really, they\nall slept well today." +181500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone, it's about time to go home." +181700 ,,,,,,,千恵,Chie,027_CB18_c_005.wav,,,,chie,,25,,,,,I slept too much and didn't get to play much! +181800 ,,,,,,,コマコ,Komako,027_CB18_k_002.wav,"komako,privateB",,21,chie,,25,,,,,Let's play a lot tomorrow. +181900 ,,,,,,,甜花,Tenka,027_CB18_t_007.wav,komako,,21,chie,,25,tenka,,0,,That's right. Just go to bed early today and play tomorrow. +182000 ,,,,,,,千恵,Chie,027_CB18_c_006.wav,komako,,21,chie,,0,tenka,,0,,"Tenka-chan, were you lonely because you couldn't play much\neither?" +182100 ,,,,,,,甜花,Tenka,027_CB18_t_008.wav,komako,,21,chie,,0,tenka,,33,,"Eh, no... I'm fine even if I can't play..." +182200 ,,,,,,,,,,komako,,21,chie,,0,tenka,,33,,"Even as she says that, she definitely had a face that wanted\nto play. Tenka-chan's expression when she can't be honest is\nso cute, it makes you want to hug her." +182300 ,,,,,,,千恵,Chie,027_CB18_c_007.wav,,,,chie,,1,,,,,"See you, Uncle! I'll come again tomorrow!" +182400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Yeah, yeah. I'll be waiting." +182500 ,,,,,,,,,,,,,,,,,,,,"The three of them were about to leave the shop together, but\nthen I remembered something important." +182600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, a moment please." +182700 ,,,,,,,コマコ,Komako,027_CB18_k_003.wav,"komakoL,privateB",,3,,,,,,,,...? +182800 ,,,,,,,,,,komakoL,,3,,,,,,,,I beckoned Komako-chan over with a wave. +182900 ,,,,,,,,,,komakoL,,3,,,,,,,,"Then, leaning in close so Tenka-chan and Chie-chan couldn't\nhear," +183000 ,,,,,,,主人公,Kiyoshi,,komakoL,,3,,,,,,,,"It's about time we start some serious studying for Chie-\nchan, don't you think? Can you come to my place tomorrow\nmorning?" +183100 ,,,,,,,コマコ,Komako,027_CB18_k_004.wav,komakoL,,23,,,,,,,,Tomorrow? +183200 ,,,,,,,主人公,Kiyoshi,,komakoL,,23,,,,,,,,"Yeah. If you come before everyone else, we can study just\nthe two of us, right?" +183300 ,,,,,,,,,,,,,,,,,,,,Komako-chan shyly nodded once with a big nod and then dashed\nout of the shop. +183400 ,,,,11,,,主人公,Kiyoshi,,,,,,,,,,,,It's a promise then. See you tomorrow. +183500 ,,,,,,,コマコ,Komako,027_CB18_k_005.wav,komako,,0,,,,,,,,"Yeah. Bye-bye, Uncle." +183600 ,,,,,,,,,,,,,,,,,,,,"Waving her hand slightly, Komako-chan ran towards the two\nwho were waiting." +183700 ,,,,,,,,,,,,,,,,,,,,"Hehe. Tomorrow, I'll support Komako-chan's love and have fun\nwith this and that." +183800 ,,,,,,,,,,,,,,,,,,,,"Today, while I was playing pranks on the three sleeping\ngirls, I realized something." +183900 ,,,,,,,,,,,,,,,,,,,,"That is, time is limited." +184000 ,,,,,,,,,,,,,,,,,,,,"Even though there's plenty of summer vacation, it will\neventually end. When that happens, the chances to play\npranks on the three will definitely decrease compared to\nnow." +184100 ,,,,,,,,,,,,,,,,,,,,"So, I've decided to actively do naughty things with those\ngirls from now on." +184200 ,,,,,,,,,,,,,,,,,,,,The orange sunset shines as if cheering me on. +184300 ,,,,,,,,,,,,,,,,,,,,"Alright. First, I need to plan what kind of naughty studying\nI'll do with Komako-chan tomorrow." +184400 ,,,,,,,,,,,,,,,,,,,,My heart and crotch swell with anticipation. +184500 ,,,0,9000,,,,,,,,,,,,,,,, +184700 ,@028_CB19,,,,,,,,,,,,,,,,,,, +184900 ,,,,,,,,,,,,,,,,,,,, +185000 ,,,3,11,,,,,,,,,,,,,,,,"Today, another scorching midsummer day has begun." +185100 ,,,,,,,,,,,,,,,,,,,,"The temperature is quite high from the morning, and\naccording to the weather forecast, it will exceed 30 degrees\nduring the day, becoming a sweltering day." +185200 ,,,,,,,,,,,,,,,,,,,,"The weather forecast says ""the hottest midsummer day ever""\nevery year, but is that really true? Aren't they breaking\nrecords too often?" +185300 ,,,,,,,,,,,,,,,,,,,,"By the way, I started the day fresh after jerking off three\ntimes upon waking up, and there's a reason for that." +185400 ,,,,,,,,,,,,,,,,,,,,It's because of today's promise with Komako- chan. +185500 ,,,,,,,,,,,,,,,,,,,,"Under the pretext of helping Komako-chan with her feelings\nfor Chii-chan, I have a plan to do this and that with her." +185600 ,,,,,,,,,,,,,,,,,,,,Komako-chan is advanced enough to masturbate with that.\nThinking about what kind of appearance she'll show today got\nme aroused from the morning. +185700 ,,"",,,,,,,,,,,,,,,,,,"Well, it's almost time for my promise with Komako-chan." +185800 ,,,,,,,,,,,,,,,,,,,,"We decided to have a secret study session from this time,\nabout two hours before Chii- chan and the others arrive." +185900 ,,,,,,,コマコ,Komako,028_CB19_k_000.wav,"komako,privateC",,0,,,,,,,,Uncle... good morning... +186000 ,,,,,,,,,,komako,,0,,,,,,,,Komako-chan quietly entered the shop and timidly greeted me. +186100 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Good morning, Komako-chan. I've been waiting for you. Shall\nwe start studying right away?" +186200 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Or, since it seems hot, do you want to cool down a bit\nfirst?" +186300 ,,,,,,,,,,komako,,0,,,,,,,,"Komako-chan, who entered the shop, was sweating on her neck\nand face." +186400 ,,,,,,,コマコ,Komako,028_CB19_k_001.wav,komako,,7,,,,,,,,No. It's fine. Let's study. +186500 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,Got it. Then come on up. +186600 ,,,,,,,,,,komako,,7,,,,,,,,I invited Komako-chan into the back room of the shop. +186700 ,,,,31,,,コマコ,Komako,028_CB19_k_002.wav,komako,,27,,,,,,,,Excuse me. +186800 ,,,,,,,,,,komako,,27,,,,,,,,Her little steps are adorable. She's like a mascot\ncharacter. +186900 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,"Komako-chan, today I'll be your teacher." +187000 ,,,,,,,,,,komako,,27,,,,,,,,"I started talking to Komako-chan, who was sitting quietly in\nthe room." +187100 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Today, I thought we could study something called 'ecchi'\ntogether." +187200 ,,,,,,,コマコ,Komako,028_CB19_k_003.wav,komako,,3,,,,,,,,Ecchi? +187300 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"Do you know what ecchi is, Komako-chan?" +187400 ,,,,,,,,,,komako,,3,,,,,,,,Komako-chan silently shook her head. +187500 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"Once you understand ecchi, you can feel good with Chii-chan\nand become closer." +187600 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"You want to learn about ecchi, right?" +187700 ,,,,,,,コマコ,Komako,028_CB19_k_004.wav,komako,,26,,,,,,,,"I do... I want to get closer to Chii-chan... Uncle, teach\nme." +187800 ,,,,,,,,,,komako,,26,,,,,,,,"She looked at me with pleading eyes, almost making me faint." +187900 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,Alright. Then let's watch an ecchi video together. +188000 ,,,,,,,,,,komako,,26,,,,,,,,I set up my favorite AV that I've relied on for years in the\ndeck. +188100 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,"Komako-chan, come sit on my lap. It's the best view from\nhere." +188200 ,,,,,,,,,,komako,,26,,,,,,,,"I beckoned her to sit on my lap," +188300 ,,,,,,,コマコ,Komako,028_CB19_k_005.wav,komako,,13,,,,,,,,"No, it's fine. I'll watch from here." +188400 ,,,,,,,,,,komako,,13,,,,,,,,She's being distant. +188500 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"It's okay, it's okay. If you study on my lap, your love will\ncome true." +188600 ,,,,,,,コマコ,Komako,028_CB19_k_006.wav,komako,,27,,,,,,,,That's a lie. +188700 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,"You won't know until you try, right?" +188800 ,,,,,,,コマコ,Komako,028_CB19_k_007.wav,komako,,11,,,,,,,,Kyaa! What are you doing! +189000 ,,,9,,2120000,,,,,,,,,,,,,,, +189100 ,*mem,,,,2120000,,,,,,,,,,,,,,, +189200 ,,,9,,2120000,,,,,,,,,,,,,,,"I lifted the stubborn Komako-chan and placed her on my lap,\nsitting cross-legged... positioning her crotch right over my\ndick." +189300 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"From here, it's easier for me to explain ecchi things.\nRight?" +189400 ,,,,,2120000,,コマコ,Komako,028_CB19_k_008.wav,komako,,0,,,,,,,,Mmm... +189500 ,,,,,2120000,,,,,,,,,,,,,,,"Though she looked unconvinced, Komako-chan didn't try to\nescape from my lap. She must have given in to my insistence." +189600 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's play it." +189700 ,,,,,2120000,,,,,,,,,,,,,,,I operated the remote and started the AV. +189800 ,,,,,2120000,,,,,,,,,,,,,,,"By the way, this AV's genre is lovey-dovey ecchi. I don't\ndislike rape themes, but for a first-time viewer, it's\nbetter to start with normal sex." +189900 ,,,,,2120000,,,,,,,,,,,,,,,"Since it's not interesting until the couple starts\ninteracting, I fast-forwarded to the part where they were\ndeep kissing." +190000 ,,,,,2120000,,コマコ,Komako,028_CB19_k_009.wav,komako,,0,,,,,,,,They're kissing. +190100 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,That's right. But that's not an ordinary kiss. +190200 ,,,,,2120000,,コマコ,Komako,028_CB19_k_010.wav,komako,,0,,,,,,,,How so? +190300 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"A normal kiss is just pressing lips together, right? That\nkiss involves their tongues. Look closely." +190400 ,,,,,2120000,,コマコ,Komako,028_CB19_k_011.wav,komako,,0,,,,,,,,With their tongues... they're kissing... +190500 ,,,,,2120000,,,,,,,,,,,,,,,"On the TV, the couple continued a kiss that seemed to devour\neach other's tongues." +190600 ,,,,,2120000,,,,,,,,,,,,,,,Komako-chan watched with great interest. +190700 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you should try it with Chii- chan too. I think\nkissing with tongues feels good." +190800 ,,,,,2120000,,コマコ,Komako,028_CB19_k_012.wav,komako,,0,,,,,,,,"Eh, but... Chii-chan might say it's dirty..." +190900 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,Then you have to show Komako-chan that it's not dirty at\nall. +191000 ,,,,,2120000,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Since Komako-chan knows more, you should take the lead." +191100 ,,,,,2120000,,コマコ,Komako,028_CB19_k_014.wav,komako,,0,,,,,,,,Yeah... Ah! +191200 ,,,,,2120000,,,,,,,,,,,,,,,"The couple, having finished their kiss, moved on to\ncaressing the woman." +191300 ,,,,,2120000,,,,,,,,,,,,,,,"The man ran his tongue along her neck, her ear, her\ncollarbone, and finally reached her chest." +191400 ,,,,,2120000,,,,,,,,,,,,,,,"As he kneaded her breasts and sucked on one of her nipples,\nthe woman let out small gasps." +191500 ,,,,,2120000,,コマコ,Komako,028_CB19_k_015.wav,komako,,0,,,,,,,,They're kissing a lot and licking her breasts a lot... +191600 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"When a girl's breasts are licked or touched, it feels good.\nKomako-chan knows that, right?" +191700 ,,,,,2120000,,コマコ,Komako,028_CB19_k_016.wav,komako,,0,,,,,,,,Yeah... +191800 ,,,,,2120000,,,,,,,,,,,,,,,"Seemingly more interested, Komako-chan was glued to the\nscene on the TV." +191900 ,,,,,2120000,,,,,,,,,,,,,,,"After the attention to her chest, the man positioned himself\nto bury his face in the woman's crotch." +192000 ,,,,,2120000,,,,,,,,,,,,,,,The sound of wet licking and the woman's moans could be\nheard from the TV. +192200 ,,,,,2120010,,コマコ,Komako,028_CB19_k_017.wav,komako,,0,,,,,,,,He's licking the girl's crotch! +192300 ,,,,,2120010,,,,,,,,,,,,,,,"Komako-chan seemed to be getting excited, her cheeks\nslightly flushed." +192400 ,,,,,2120010,,,,,,,,,,,,,,,"As for me, being alone with Komako-chan for this 'study\nsession' was causing a painful bulge in my pants." +192500 ,,,,,2120010,,,,,,,,,,,,,,,"However, Komako-chan didn't notice my erection. She was too\nfocused on the AV." +192600 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"Just like with breasts, it feels good when the crotch is\nlicked. Since Komako-chan touches herself, you already know\nthat, right?" +192700 ,,,,,2120010,,コマコ,Komako,028_CB19_k_018.wav,komako,,0,,,,,,,,But I always just use my hand... Does it feel good when it's\nlicked? +192800 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. It feels better than using your hand. So, Komako-chan\nshould do it for Chii-chan too." +192900 ,,,,,2120010,,コマコ,Komako,028_CB19_k_019.wav,komako,,0,,,,,,,,Chii-chan's crotch... hau. +193000 ,,,,,2120010,,,,,,,,,,,,,,,"Imagining it made her embarrassed, and Komako-chan let out a\ncute sound and fell silent." +193100 ,,,,,2120010,,,,,,,,,,,,,,,"Even so, her gaze remained fixed on the TV." +193200 ,,,,,2120010,,,,,,,,,,,,,,,"The foreplay ended, and it was finally time for the main\nevent. Although it was obscured by a mosaic, the erect penis\nwas positioned at the woman's crotch." +193300 ,,,,,2120010,,,,,,,,,,,,,,,"The man was on top of the woman lying on her back on the\nbed. In the so-called missionary position, the mosaic-\ncovered cock was being inserted into the mosaic-covered\npussy." +193400 ,,,,,2120010,,コマコ,Komako,028_CB19_k_020.wav,komako,,0,,,,,,,,"Ah, ah... This is what my dad and mom were doing..." +193500 ,,,,,2120010,,,,,,,,,,,,,,,A shocking statement from Komako-chan. +193600 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, have you seen it before?" +193700 ,,,,,2120010,,コマコ,Komako,028_CB19_k_021.wav,komako,,0,,,,,,,,"Yeah. My mom looked like she was in pain, and my dad's penis\nwas inside her crotch..." +193800 ,,,,,2120010,,,,,,,,,,,,,,,I felt a little sympathy for Komako-chan's parents for\nhaving their daughter witness them having sex. +193900 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,Do you know why a penis is inserted into a crotch? +194000 ,,,,,2120010,,コマコ,Komako,028_CB19_k_022.wav,komako,,0,,,,,,,,...? Why? +194100 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,Because rubbing the inside of the crotch with a penis feels\nreally good. +194200 ,,,,,2120010,,コマコ,Komako,028_CB19_k_023.wav,komako,,0,,,,,,,,"I see. But neither Chii-chan nor I have a penis, right?" +194300 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"That's right. This is a video of a boy and a girl having\nsex. So, let's watch girls having sex with each other." +194400 ,,,,,2120010,,,,,,,,,,,,,,,I switched the DVD to another AV for Komako- chan. This time\nit was a lesbian strap-on sex video. +194500 ,,,,,2120010,,,,,,,,,,,,,,,I fast-forwarded to the insertion scene and showed it to\nKomako-chan. +194600 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"When it's between girls, you can do it like this. Instead of\na penis, you can use a toy to have sex in the same way." +194700 ,,,,,2120020,,コマコ,Komako,028_CB19_k_024.wav,komako,,0,,,,,,,,Wow... Amazing... It's like even girls have a penis. +194900 ,,,,,2120020,,,,,,,,,,,,,,,"Since it was about girls having sex with each other, Komako-\nchan seemed more interested than with the AV she watched\nearlier." +195000 ,,,,,2120020,,,,,,,,,,,,,,,"Her gaze remained on the TV, but she was lightly swaying her\nbody, perhaps influenced by the AV." +195100 ,,,,,2120020,,,,,,,,,,,,,,,"I see, Komako-chan wants to be the one doing the teasing." +195200 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"If Komako-chan plays the boy's role, you can make Chii-chan\nfeel really good." +195300 ,,,,,2120020,,コマコ,Komako,028_CB19_k_025.wav,komako,,0,,,,,,,,Yeah... I want to make Chii-chan feel good. +195400 ,,,,,2120020,,,,,,,,,,,,,,,"Swaying on my lap, Komako-chan said while moving her body." +195500 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Then, let's watch the woman playing the boy's role closely.\nIf you imitate her, Komako-chan can make Chii-chan feel good\ntoo." +195600 ,,,,,2120020,,コマコ,Komako,028_CB19_k_026.wav,komako,,0,,,,,,,,Got it... mmm... +195700 ,,,,,2120020,,,,,,,,,,,,,,,"A soft moan escaped her lips. Looking down, I saw that\nKomako-chan's panties were soaked with her juices, even\nwetting my pants." +195800 ,,,,,2120020,,,,,,,,,,,,,,,I never expected Komako-chan to become so eager about\nlearning these naughty things. It seems my plan from last\nnight paid off. +195900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_027.wav,komako,,0,,,,,,,,Uncle... +196000 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,What's wrong? +196100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_028.wav,komako,,0,,,,,,,,Sex is amazing... I really want to do it with Chii-chan\nsoon... +196200 ,,,,,2120020,,,,,,,,,,,,,,,Komako-chan's flushed cheeks looked incredibly alluring. +196300 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. But I don't think Chii-chan knows anything about sex,\nso Komako-chan needs to study hard with me." +196400 ,,,,,2120020,,コマコ,Komako,028_CB19_k_029.wav,komako,,0,,,,,,,,I'll work hard on my studies so I can teach Chii-chan. +196500 ,,,,,2120020,,,,,,,,,,,,,,,"Panting softly, Komako-chan stared intently at the TV." +196600 ,,,,,2120020,,,,,,,,,,,,,,,"Eventually, the woman being teased let out a loud moan and\nreached her climax." +196700 ,,,,,2120020,,コマコ,Komako,028_CB19_k_030.wav,komako,,0,,,,,,,,What just happened? +196800 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,She was rubbed deep inside her crotch and came. It means she\nfelt really good. +196900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_031.wav,komako,,0,,,,,,,,I see... +197000 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"The sex scene is over, but how did you feel watching it on\nvideo?" +197100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_032.wav,komako,,0,,,,,,,,I also... started wanting to have sex with Chii-chan... I\nwant us both to feel good together. +197200 ,,,,,2120020,,,,,,,,,,,,,,,"Even though the AV scene had ended, Komako- chan continued\nto sway her body." +197300 ,,,,,2120020,,,,,,,,,,,,,,,It seemed like Komako-chan's body was craving more erotic\nknowledge. +197400 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"This video is over, but I have others. Want to watch them?" +197500 ,,,,,2120020,,コマコ,Komako,028_CB19_k_033.wav,komako,,0,,,,,,,,Yeah. I want to see more. Show me more erotic videos. +197600 ,,,,,2120020,,,,,,,,,,,,,,,"Heterosexual scenes wouldn't be beneficial for Komako-chan.\nSo, I decided to show her the gems from my collection of\nlesbian AVs." +197700 ,,,,,2120020,,,,,,,,,,,,,,,"I'm glad I got into lesbian AVs for a while. Now, I can have\na fun viewing session with Komako-chan, so I thank my past\nself." +197800 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Inserting the penis is important, but what comes before is\nalso important, so let's watch from the beginning." +197900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_034.wav,komako,,0,,,,,,,,Why? +198000 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, doesn't it hurt if you're not wet when you\ntouch your crotch?" +198100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_035.wav,komako,,0,,,,,,,,Yeah... it might hurt a little... +198200 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,That's why you need to make sure your crotch is well-\nlubricated first. +198300 ,,,,,2120020,,コマコ,Komako,028_CB19_k_036.wav,komako,,0,,,,,,,,I see... +198400 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Once your crotch is wet, it means it's okay to insert the\npenis." +198500 ,,,,,2120020,,,,,,,,,,,,,,,"We decided to watch the AV currently playing from the\nbeginning, focusing on the foreplay." +198600 ,,,,,2120020,,,,,,,,,,,,,,,"What they're doing isn't much different from the\nheterosexual AV we watched first. However, for Komako-chan,\nthe female-on- female scenes are more relatable to her and\nChii-chan, so she must be happy." +198700 ,,,,,2120020,,,,,,,,,,,,,,,"On the screen, an exchange of breast licking and caressing\nhad begun." +198800 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Look closely here. See how the tongue goes back and forth\nover the nipple multiple times? Komako-chan, remember this\nwell." +198900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_037.wav,komako,,0,,,,,,,,Yeah. I'll lick Chii-chan's breasts... +199000 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"If Komako-chan can make Chii-chan feel really good, I think\nChii-chan will lick you too." +199100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_038.wav,komako,,0,,,,,,,,Really? +199200 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Of course. When someone makes you feel good, you want to\nreturn the favor, right?" +199300 ,,,,,2120020,,コマコ,Komako,028_CB19_k_039.wav,komako,,0,,,,,,,,"I think so. If Chii-chan made me feel, um, good... I would\nwant to make Chii-chan feel good too." +199400 ,,,,,2120020,,,,,,,,,,,,,,,"Chii-chan, still swaying her body, now began to gently\nstroke the tips of her own breasts with one hand." +199500 ,,,,,2120020,,,,,,,,,,,,,,,Seeing such actions must make her ache. She does this even\nwhen she's alone... +199600 ,,,,,2120020,,,,,,,,,,,,,,,I focused my attention more on Komako-chan than on the TV. +199700 ,,,,,2120020,,,,,,,,,,,,,,,Komako-chan's unconscious actions to comfort herself were\nirresistibly erotic. +199800 ,,,,,2120020,,,,,,,,,,,,,,,"When I glanced down, it seemed like the stain on my pants\nhad grown larger." +199900 ,,,,,2120020,,,,,,,,,,,,,,,"Then, the scene shifted to a toy blowjob." +200000 ,,,,,2120020,,コマコ,Komako,028_CB19_k_040.wav,komako,,0,,,,,,,,"Wow, she's licking that toy penis." +200100 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,That's called a blowjob. She's licking the penis to make it\nfeel good. +200200 ,,,,,2120020,,,,,,,,,,,,,,,"It seemed like it was Komako-chan's first time seeing a\nblowjob, and she leaned forward with interest." +200300 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"If you're that curious, you can try licking mine, you know?" +200400 ,,,,,2120020,,コマコ,Komako,028_CB19_k_041.wav,komako,,0,,,,,,,,No way. I'd only do it if it were Chii- chan's. +200500 ,,,,,2120020,,,,,,,,,,,,,,,I was a bit saddened by her straightforward rejection.\nKomako-chan is truly devoted to Chii-chan. +200600 ,,,,,2120020,,,,,,,,,,,,,,,That's why it's exciting to get close to such a devoted\nKomako-chan and do naughty things. +200700 ,,,,,2120020,,,,,,,,,,,,,,,I want to see a pure-hearted girl fall by my hand. +200800 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Haha... just an old man's joke. Besides, if Komako-chan is\nplaying the boy's role, you'd be the one getting licked." +200900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_042.wav,komako,,0,,,,,,,,Chii-chan licking... the toy penis... +201000 ,,,,,2120020,,,,,,,,,,,,,,,"She seemed to be imagining the scene of being licked. I felt\nlike Komako-chan's breathing had become heavier. It's not\njust my imagination, right?" +201100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_043.wav,komako,,0,,,,,,,,"But, uncle, I don't think a toy penis would feel good even\nif it's licked." +201200 ,,,,,2120020,,,,,,,,,,,,,,,"A valid question. A strap-on isn't the same as a real penis,\nwhich is part of the body." +201300 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"That's right. A toy penis might not feel good, but... think\nabout it." +201400 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"If Chii-chan licked the toy penis that Komako-chan was\nwearing, wouldn't that make you really happy?" +201500 ,,,,,2120020,,コマコ,Komako,028_CB19_k_044.wav,komako,,0,,,,,,,,"Hmm, would it?" +201600 ,,,,,2120020,,,,,,,,,,,,,,,"Komako-chan tilted her head, seemingly unable to fully\nimagine it." +201700 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Then, let's think about it the other way around. If Chii-\nchan had a penis and asked you to lick it, what would you\ndo?" +201800 ,,,,,2120020,,コマコ,Komako,028_CB19_k_045.wav,komako,,0,,,,,,,,In that case... I would be okay with licking it. +201900 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,That's what I mean. You want to lick the penis of someone\nyou like. +202000 ,,,,,2120020,,,,,,,,,,,,,,,"Well, no matter what, I would never want to give a blowjob.\nBut I'd lick a cute pussy as much as I want." +202100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_046.wav,komako,,0,,,,,,,,"I see. A blowjob, huh..." +202200 ,,,,,2120020,,,,,,,,,,,,,,,"On the screen, a thick blowjob scene with saliva mixing was\nplaying." +202300 ,,,,,2120020,,,,,,,,,,,,,,,"Komako-chan watched it with sparkling eyes, as if observing\na rare animal at the zoo." +202400 ,,,,,2120020,,,,,,,,,,,,,,,"In the depths of those eyes, she might be fantasizing about\nhaving sex with Chii-chan. Someday, we might see Chii-chan\nand Komako- chan having sex." +202500 ,,,,,2120020,,,,,,,,,,,,,,,"No, not might. Let's make sure we see it." +202600 ,,,,,2120020,,,,,,,,,,,,,,,"The study session is partly about teasing Komako-chan, but\nat this point, I also want to see the lesbian sex between\nthe two beautiful girls!" +202700 ,,,,,2120020,,,,,,,,,,,,,,,"If that happens, Komako-chan will be happy too, and it would\nbe a true Win-Win situation. Though, I'd prefer a Tin-Man\nrelationship over Win-Win." +202800 ,,,,,2120020,,,,,,,,,,,,,,,"Returning my attention to the AV, the blowjob had ended and\nthey were moving to insertion. This time, the position was\nfrom behind." +202900 ,,,,,2120020,,,,,,,,,,,,,,,"The previous lesbian sex was in the missionary position, so\nthis is definitely another lesson in sex." +203000 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Inserting the penis into the crotch is the same, but did you\nnotice how their positions are different from before?" +203100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_047.wav,komako,,0,,,,,,,,"Yeah... before, it was on the bed with the person lying\ndown, but now they're doing it standing up." +203200 ,,,,,2120020,,,,,,,,,,,,,,,"While watching the standing position from behind, Komako-\nchan is swaying her hips back and forth again." +203300 ,,,,,2120020,,,,,,,,,,,,,,,"Maybe the idea of playing the boy's role has stuck in her\nhead. She's mimicking the movements on TV, stroking her\nhips." +203400 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"You can have sex in all sorts of positions. From the front,\nfrom behind, or even sitting down." +203500 ,,,,,2120020,,コマコ,Komako,028_CB19_k_048.wav,komako,,0,,,,,,,,Is it okay to do it in any position? +203600 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,You can do it however you like. It's the freedom of the two\npeople having sex. +203700 ,,,,,2120020,,コマコ,Komako,028_CB19_k_049.wav,komako,,0,,,,,,,,I see... +203800 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"What position would you like to try, Komako- chan?" +203900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_050.wav,komako,,0,,,,,,,,"I think I'd like to do it like in the video we just watched,\nhugging and inserting the penis." +204000 ,,,,,2120020,,,,,,,,,,,,,,,"Komako-chan, with a dreamy expression, looks as if she's had\na drink." +204100 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,I see. Komako-chan likes the missionary position. +204200 ,,,,,2120020,,コマコ,Komako,028_CB19_k_051.wav,komako,,0,,,,,,,,Missionary... ? I don't really get it. Do I have to remember\nthat too? +204300 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"No, it's fine. You don't need to remember the names as long\nas you know how to do it." +204400 ,,,,,2120020,,,,,,,,,,,,,,,"I see, I see. It seems Komako-chan likes the missionary\nposition. You can be close to your partner from the front,\nand if I were to have sex with Komako-chan, I'd definitely\nwant to do it in the missionary position." +204500 ,,,,,2120020,,,,,,,,,,,,,,,Just imagining Komako-chan accepting the penis from the\nfront and looking pleased makes me think I'll need several\ntissues. +204600 ,,,,,2120020,,,,,,,,,,,,,,,"Of course, even without imagining it, I'm already erect!" +204700 ,,,,,2120020,,コマコ,Komako,028_CB19_k_052.wav,komako,,0,,,,,,,,"Uncle, it's over?" +204800 ,,,,,2120020,,,,,,,,,,,,,,,"Komako-chan doesn't realize she's wetting her crotch at all.\nWhile I was feeling affectionate towards her swaying body,\nthe scene on TV had ended." +204900 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,It's over. What should we do? Do you want to watch another\none? +205000 ,,,,,2120020,,,,,,,,,,,,,,,"My AV collection, which I've been gathering for years, is\nenough to watch from morning till night without any problem." +205100 ,,,,,2120020,,,,,,,,,,,,,,,We can easily pass the time until Chii-chan and Tenka-chan\narrive. +205200 ,,,,,2120020,,コマコ,Komako,028_CB19_k_053.wav,komako,,0,,,,,,,,Hmm... What should I do... +205300 ,,,,,2120020,,,,,,,,,,,,,,,"Komako-chan seems unsatisfied, wiggling her hips." +205400 ,,,,,2120020,,,,,,,,,,,,,,,It seems she got quite excited while watching the AV. Her\nbody seems to be aching with frustration. +205500 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, it looks like you've learned a lot about\nnaughty things, so let's stop watching videos for now." +205600 ,,,,,2120020,,コマコ,Komako,028_CB19_k_054.wav,komako,,0,,,,,,,,...Okay. +205700 ,,,,,2120020,,,,,,,,,,,,,,,"As expected, she responds as if something is missing. It\nseems Komako-chan hasn't realized what that feeling is." +205800 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"You were really excited, huh? Komako-chan, look at my pants." +205900 ,,,,,2120020,,コマコ,Komako,028_CB19_k_055.wav,komako,,0,,,,,,,,Eh... Ah! +206000 ,,,,,2120020,,,,,,,,,,,,,,,Only when told does Komako-chan realize she's stained my\npants with her love juices. +206100 ,,,,,2120020,,コマコ,Komako,028_CB19_k_056.wav,komako,,0,,,,,,,,"Eh, ah, I... I didn't realize I was like this..." +206200 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,You were so focused on your naughty studies that you didn't\nnotice. I was surprised too. +206300 ,,,,,2120020,,コマコ,Komako,028_CB19_k_057.wav,komako,,0,,,,,,,,"Ahh, I'm sorry, Uncle... My pants got dirty..." +206400 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,It's okay. Don't worry about it. I'm the one who asked you\nto sit on my lap. +206500 ,,,,,2120020,,,,,,,,,,,,,,,"I didn't expect Komako-chan to get so wet, though." +206600 ,,,,,2120020,,,,,,,,,,,,,,,"Before this stain dries, I have to lick it and taste Komako-\nchan." +206800 ,,,3,31,,,コマコ,Komako,028_CB19_k_058.wav,"komakoL,privateC",,22,,,,,,,,I can't believe... me... Ugh... Mmm... +206900 ,,,,,,,,,,komakoL,,22,,,,,,,,Komako-chan gets off my lap and looks down in embarrassment. +207000 ,,,,,,,,,,komakoL,,22,,,,,,,,It seems she's terribly embarrassed about unknowingly\nwetting her crotch with her love juices. +207100 ,,,,,,,,,,komakoL,,22,,,,,,,,"I'm in trouble. Uncle, if you make that face, I'll want to\ndevour Komako-chan right away." +207200 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"Hey, Komako-chan. Just watching isn't enough to say you've\nlearned. Want to practice playing the boy's role?" +207300 ,,,,,,,,,,komakoL,,22,,,,,,,,I hide my ulterior motives and gently talk to Komako-chan. +207400 ,,,,,,,,,,komakoL,,22,,,,,,,,"Watching Komako-chan looking embarrassed is nice, but if I\nkeep watching, I might go crazy." +207500 ,,,,,,,コマコ,Komako,028_CB19_k_059.wav,komakoL,,4,,,,,,,,Practice? How do we practice? +207600 ,,,,,,,,,,komakoL,,4,,,,,,,,"Komako-chan took the bait. It seems she's quite frustrated.\nDon't worry, I'll satisfy that desire for you." +207700 ,,,,,,,主人公,Kiyoshi,,komakoL,,4,,,,,,,,"Think of me as Chii-chan, and try hugging and moving your\nhips." +207800 ,,,,,,,,,,komakoL,,4,,,,,,,,"This way, Komako-chan can practice sex, and I can enjoy her\ngrinding. It's a win-win situation." +207900 ,,,,,,,コマコ,Komako,028_CB19_k_060.wav,komakoL,,29,,,,,,,,"But you're not Chii-chan, Uncle..." +208000 ,,,,,,,,,,komakoL,,29,,,,,,,,"She makes a blatantly displeased face. Yeah, well... I\nexpected that from her previous reactions. But can I give up\nso easily?" +208100 ,,,,,,,,,,komakoL,,29,,,,,,,,"If Komako-chan's grinding awaits! Even through fire, water,\nor inside her pussy! Whether spears rain down or she\nsquirts, it doesn't matter!" +208200 ,,,,,,,主人公,Kiyoshi,,komakoL,,29,,,,,,,,Then how will you practice? Do you think you can suddenly\nhave sex with Chii-chan? +208300 ,,,,,,,コマコ,Komako,028_CB19_k_061.wav,komakoL,,13,,,,,,,,I won't know unless I try... +208400 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"If you fail, Chii-chan might dislike you, you know?" +208500 ,,,,,,,コマコ,Komako,028_CB19_k_062.wav,komakoL,,30,,,,,,,,Mmm... I don't want to be disliked... I absolutely don't\nwant Chii-chan to dislike me. +208600 ,,,,,,,主人公,Kiyoshi,,komakoL,,30,,,,,,,,"Then why not settle for Uncle? I'm saying this because I\nwant to support your love, Komako-chan." +208700 ,,,,,,,コマコ,Komako,028_CB19_k_063.wav,komakoL,,13,,,,,,,,"But, but... I don't want to have sex unless it's with Chii-\nchan..." +208800 ,,,,,,,,,,komakoL,,13,,,,,,,,Komako-chan's defenses were stronger than I thought. It\nseems this is impossible. +208900 ,,,,,,,,,,komakoL,,13,,,,,,,,"If I push too hard, she might stop studying with me. That\nwould be a problem." +209000 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,I understand. Then how about if it's not Uncle? +209100 ,,,,,,,コマコ,Komako,028_CB19_k_064.wav,komakoL,,36,,,,,,,,"Even if it's not Uncle... if it's not Chii- chan, no." +209200 ,,,,,,,,,,,,,,,,,,,,The guard of a girl in love is high. But I had a secret\nplan. +209300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, I understand that. Just wait a moment." +209400 ,,,,,,,,,,,,,,,,,,,,I opened the closet to look for a certain item. I was sure I\nhad stored it here. +209500 ,,,,,,,,,,,,,,,,,,,,"Before long, I found what I was looking for." +209600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ta-da! Komako-chan, let's practice with this!" +209700 ,,,,,,,コマコ,Komako,028_CB19_k_065.wav,komakoL,,3,,,,,,,,What is it? A big cushion with a girl's picture on it? +209800 ,,,,,,,,,,komakoL,,3,,,,,,,,Komako-chan looked curiously at the long item I brought. +209900 ,,,,,,,主人公,Kiyoshi,,komakoL,,3,,,,,,,,This is a body pillow. +210000 ,,,,,,,,,,komakoL,,3,,,,,,,,"Yes, what I brought was a body pillow with a cute girl\ncharacter drawn on it." +210100 ,,,,,,,,,,komakoL,,3,,,,,,,,"It came as a bonus when I bought an erotic game before, but\nI had trouble finding a place to put it." +210200 ,,,,,,,コマコ,Komako,028_CB19_k_066.wav,komakoL,,23,,,,,,,,"Uncle, do you sleep with such a big pillow?" +210300 ,,,,,,,主人公,Kiyoshi,,komakoL,,23,,,,,,,,"This is a body pillow, so it's different from a pillow you\nrest your head on." +210400 ,,,,,,,コマコ,Komako,028_CB19_k_067.wav,komakoL,,23,,,,,,,,Hmm. It's much bigger than the pillow I use. +210500 ,,,,,,,,,,komakoL,,23,,,,,,,,"She doesn't seem to quite understand what a body pillow is,\nbut oh well." +210600 ,,,,,,,主人公,Kiyoshi,,komakoL,,23,,,,,,,,I thought maybe you could practice using this body pillow. +210700 ,,,,,,,,,,komakoL,,23,,,,,,,,"Komako-chan stared intently at the body pillow I was\nholding, as if evaluating it." +210800 ,,,,,,,コマコ,Komako,028_CB19_k_068.wav,komakoL,,22,,,,,,,,This girl looks a bit like Chii-chan... +210900 ,,,,,,,,,,komakoL,,22,,,,,,,,"I thought so too, just a little. That's why I remembered\nthis body pillow." +211000 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"Could you practice playing the boy's role, thinking of this\nbody pillow as Chii-chan?" +211100 ,,,,,,,コマコ,Komako,028_CB19_k_069.wav,komakoL,,16,,,,,,,,...Mmm. +211200 ,,,,,,,,,,komakoL,,16,,,,,,,,"Komako-chan hummed as if thinking for a moment, then looked\nback at me." +211300 ,,,,,,,コマコ,Komako,028_CB19_k_070.wav,komakoL,,13,,,,,,,,Uncle... are you going to watch me practice too...? +211400 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"Yes. Otherwise, I can't correct you if you make a mistake." +211500 ,,,,,,,コマコ,Komako,028_CB19_k_071.wav,komakoL,,11,,,,,,,,Ugh... okay... I'll try practicing then... +211600 ,,,,,,,,,,komakoL,,11,,,,,,,,"It seems like this body pillow is okay with her. It's a\nshame she won't hug me, but this could still be fun." +211700 ,,,,,,,,,,komakoL,,11,,,,,,,,My dick is getting hard in anticipation of Komako-chan's\nlewd behavior. +211800 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,"Alright, Komako-chan, I'll lend this to you." +211900 ,,,,,,,,,,komakoL,,11,,,,,,,,"Komako-chan took the body pillow from me and hugged it\ntightly, looking anxious." +212000 ,,,,,,,コマコ,Komako,028_CB19_k_072.wav,komakoL,,22,,,,,,,,"Um, when you have sex... you insert the penis..." +212100 ,,,,,,,,,,komakoL,,22,,,,,,,,Komako-chan placed the body pillow on the floor and slowly\nleaned over it. +212200 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"Stop. Komako-chan, when you insert the penis, you're not\nwearing panties, right?" +212300 ,,,,,,,コマコ,Komako,028_CB19_k_073.wav,komakoL,,31,,,,,,,,"Hmm... but this is practice, right?" +212400 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,"Practice has to be in the same state as the real thing to be\neffective. Unfortunately, we don't have a toy penis right\nnow." +212500 ,,,,,,,コマコ,Komako,028_CB19_k_074.wav,komakoL,,11,,,,,,,,"Hmm... I just have to take them off, right... ugh..." +212600 ,,,,,,,,,,komakoL,,11,,,,,,,,"Despite her embarrassment, Komako-chan took off her panties.\nAfter placing them aside, she hugged the pillow in a\nmissionary position." +212800 ,,,9,,2121000,,コマコ,Komako,028_CB19_k_075.wav,komako,,0,,,,,,,,Like this... um... +212900 ,,,,,2121000,,,,,,,,,,,,,,,"Recalling the video she watched earlier, Komako-chan\nawkwardly thrust her hips." +213000 ,,,,,2121000,,,,,,,,,,,,,,,"However, where Komako-chan was thrusting was around the\nprinted girl's stomach area." +213100 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, the penis goes into the crotch. Look closely." +213200 ,,,,,2121000,,コマコ,Komako,028_CB19_k_076.wav,komako,,0,,,,,,,,"Okay. Crotch, crotch..." +213300 ,,,,,2121000,,,,,,,,,,,,,,,Komako-chan lowered her hips. I was captivated by her cute\npussy. +213400 ,,,,,2121000,,,,,,,,,,,,,,,"Just a moment ago, she was so wet on top of me. Komako-\nchan's pussy was already quite moist." +213500 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes. That's Chi-chan's crotch. Now, imagine inserting\nthe penis there." +213600 ,,,,,2121000,,コマコ,Komako,028_CB19_k_077.wav,komako,,0,,,,,,,,Nn... nn... Chi-chan... +213700 ,,,,,2121000,,,,,,,,,,,,,,,"Her grip on the pillow tightened. In her mind, she was\nprobably thoroughly ravishing Chi-chan." +213800 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"When inserting the penis, you have to do it slowly, or it'll\nhurt, so be careful." +213900 ,,,,,2121000,,コマコ,Komako,028_CB19_k_078.wav,komako,,0,,,,,,,,Slowly... +214000 ,,,,,2121000,,,,,,,,,,,,,,,"Gugu, guguu, Komako-chan's hips pressed against the body\npillow." +214100 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, it's in properly. So, what's next?" +214200 ,,,,,2121000,,コマコ,Komako,028_CB19_k_079.wav,komako,,0,,,,,,,,I learned that if you rub deep inside a girl's crotch... it\nfeels good... +214300 ,,,,,2121000,,,,,,,,,,,,,,,"Komako-chan repeated what I taught her earlier. She started\nto move her hips gently, like she did on my lap." +214400 ,,,,,2121000,,コマコ,Komako,028_CB19_k_080.wav,komako,,0,,,,,,,,Nn... ah... +214500 ,,,,,2121000,,,,,,,,,,,,,,,"As she pressed her pussy against the body pillow, Komako-\nchan let out a voice of pleasure." +214600 ,,,,,2121000,,,,,,,,,,,,,,,Hearing that voice and seeing Komako-chan's lewd behavior\nmade me want to take out my cock and masturbate right away. +214700 ,,,,,2121000,,,,,,,,,,,,,,,"But... I can't do that now. As Komako-chan's teacher, I have\nto guide her in sex education." +214800 ,,,,,2121000,,,,,,,,,,,,,,,"Feeling frustrated, I continued to watch over Komako-chan's\nactions." +214900 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"How is it, Komako-chan?" +215000 ,,,,,2121000,,コマコ,Komako,028_CB19_k_081.wav,komako,,0,,,,,,,,Uu... rubbing my crotch feels good... +215100 ,,,,,2121000,,,,,,,,,,,,,,,The sound of Komako-chan and the pillow rubbing together was\nvery sensual. +215200 ,,,,,2121000,,,,,,,,,,,,,,,"It seemed like more love juices were flowing from her small\npetals. Like a small stream, the juices trickled down\nKomako-chan's soft skin." +215300 ,,,,,2121000,,,,,,,,,,,,,,,Amazing. What an erotic sight. Komako-chan is ravishing the\nbody pillow...! It's hard to imagine from the usually\nreserved Komako- chan. +215400 ,,,,,2121000,,,,,,,,,,,,,,,"Even though I said that, I've seen her masturbate, so I know\nthat Komako-chan is actually very lewd." +215500 ,,,,,2121000,,,,,,,,,,,,,,,"Still, seeing it in person makes me swallow hard. That's how\ncaptivating Komako-chan is." +215600 ,,,,,2121000,,コマコ,Komako,028_CB19_k_082.wav,komako,,0,,,,,,,,Chi-chan... I love you... +215700 ,,,,,2121000,,,,,,,,,,,,,,,Komako-chan whispers at a volume just barely audible to me.\nIt's as if she's really having sex with Chi-chan. +215800 ,,,,,2121000,,,,,,,,,,,,,,,"Since I feel that way just by watching from the side, I\nthink she genuinely believes she's having sex with Chi-chan." +215900 ,,,,,2121000,,コマコ,Komako,028_CB19_k_083.wav,komako,,0,,,,,,,,O-Ojisan... am I doing it right...? +216000 ,,,,,2121000,,,,,,,,,,,,,,,"As I was watching Komako-chan show off her erotic side, she\nsuddenly spoke to me, snapping me back to reality." +216100 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, yeah! You're doing great. Chi-chan looks like she's\nenjoying having Komako-chan's cock inside her." +216200 ,,,,,2121000,,コマコ,Komako,028_CB19_k_084.wav,komako,,0,,,,,,,,I'm glad... Chi-chan feels good too... chu +216300 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,Oh +216400 ,,,,,2121000,,,,,,,,,,,,,,,"Relieved by my words, Komako-chan pressed her lips against\nthe girl on the pillow." +216500 ,,,,,2121000,,,,,,,,,,,,,,,"The unexpected act made me let out a voice of admiration.\nMoreover, Komako-chan's kiss didn't stop there." +216600 ,,,,,2121000,,コマコ,Komako,028_CB19_k_085.wav,komako,,0,,,,,,,,"Churu... chu, rero... pero... chu" +216700 ,,,,,2121000,,,,,,,,,,,,,,,"A deep kiss like in an AV, intertwining tongues. Of course,\none side is a pillow, so technically the tongues aren't\nintertwining." +216800 ,,,,,2121000,,,,,,,,,,,,,,,But her erotic tongue movements make me feel as if they are. +216900 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Nice, Komako-chan. With that kiss, Chi-chan is head over\nheels for you." +217000 ,,,,,2121000,,コマコ,Komako,028_CB19_k_086.wav,komako,,0,,,,,,,,"Ehehe... Chi-chan, love me more... nngh, chu..." +217100 ,,,,,2121000,,,,,,,,,,,,,,,Komako-chan's kissing assault continues. +217200 ,,,,,2121000,,,,,,,,,,,,,,,"It's like she's diligently following what she saw in the AV,\ngradually shifting the areas she kisses." +217300 ,,,,,2121000,,コマコ,Komako,028_CB19_k_087.wav,komako,,0,,,,,,,,Nngh... chu... nmm... haa... Chi-chan... +217400 ,,,,,2121000,,,,,,,,,,,,,,,The way she licks the neck with her tongue is adorable. I\nwish she'd lick me like that too. +217500 ,,,,,2121000,,,,,,,,,,,,,,,"After the neck, it's the breasts. The girl on the body\npillow I lent her has exposed pink nipples, so licking them\nisn't difficult." +217600 ,,,,,2121000,,,,,,,,,,,,,,,It might be strange to say that licking the nipples of a\nbody pillow isn't difficult. +217700 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you're good at kissing. Make sure to lick Chi-\nchan's breasts a lot." +217800 ,,,,,2121000,,コマコ,Komako,028_CB19_k_088.wav,komako,,0,,,,,,,,"Yeah... I'll make Chi-chan feel good with my dick and\nkisses... chu, chumu. Lero..." +217900 ,,,,,2121000,,,,,,,,,,,,,,,As if there were real nipples there. +218000 ,,,,,2121000,,,,,,,,,,,,,,,"Komako-chan licks the nipples (of course, it's just fabric)\nwith her tongue as if rolling them around." +218100 ,,,,,2121000,,,,,,,,,,,,,,,"If Chi-chan were really receiving Komako- chan's caresses,\nshe might have lightly climaxed." +218200 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, it's nice to give lots of kisses, but your dick\nhas stopped moving." +218300 ,,,,,2121000,,,,,,,,,,,,,,,"She was so absorbed in kissing that her hips weren't moving.\nYet, her pussy is still wet, showing how excited Komako-chan\nis." +218400 ,,,,,2121000,,コマコ,Komako,028_CB19_k_089.wav,komako,,0,,,,,,,,Ugh... it's hard to kiss and insert the dick at the same\ntime... +218500 ,,,,,2121000,,,,,,,,,,,,,,,Komako-chan pulls her lips away from the body pillow and\nfocuses on her hip strokes. +218600 ,,,,,2121000,,,,,,,,,,,,,,,The love juices dripping from Komako-chan's white skin are\nstaining the body pillow and spreading. +218700 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,I think Chi-chan is getting used to the dick. Let's try\nmoving your hips a bit faster. +218800 ,,,,,2121000,,コマコ,Komako,028_CB19_k_090.wav,komako,,0,,,,,,,,Got it... like this...? Oh... nngh... I can't do it well. +218900 ,,,,,2121000,,,,,,,,,,,,,,,It seems she doesn't quite know how to apply force to move\nher hips faster. +219000 ,,,,,2121000,,,,,,,,,,,,,,,"Indeed, Komako-chan isn't wearing a strap-on or inserting\nanything right now. So being told to speed up the thrusts is\nconfusing." +219100 ,,,,,2121000,,,,,,,,,,,,,,,"Since she's practicing movements she's never done before,\nit's understandable. I need to properly teach and support\nher here." +219200 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then try doing it as the old man says, okay?" +219300 ,,,,,2121000,,コマコ,Komako,028_CB19_k_091.wav,komako,,0,,,,,,,,"Yeah, I'll try..." +219400 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Chi-chan, insert the dick all the way in." +219500 ,,,,,2121000,,コマコ,Komako,028_CB19_k_092.wav,komako,,0,,,,,,,,Nngh... kuh... +219600 ,,,,,2121000,,,,,,,,,,,,,,,"As a faint sigh that seems to melt her brain escapes,\nKomako-chan's hips press firmly against the pillow." +219700 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Okay, now pull it out." +219800 ,,,,,2121000,,,,,,,,,,,,,,,"Her hips pull back, lifting her small butt." +219900 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, insert it!" +220000 ,,,,,2121000,,コマコ,Komako,028_CB19_k_093.wav,komako,,0,,,,,,,,Nngh! +220100 ,,,,,2121000,,主人公,Kiyoshi,,,,,,,,,,,,Pull it out! +220200 ,,,,,2121000,,コマコ,Komako,028_CB19_k_094.wav,komako,,0,,,,,,,,Hah! +220400 ,,,,,2121010,,,,,,,,,,,,,,,Komako-chan moves in sync with my commands. It's somehow so\nmuch fun that I can't help it. Let's try making her do more\nthings. +220500 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,"Next, let's try stirring inside Chi-chan while it's\ninserted. Do as the old man says." +220600 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,Insert the dick all the way into Chi-chan. +220700 ,,,,,2121010,,コマコ,Komako,028_CB19_k_095.wav,komako,,0,,,,,,,,"Nngh, nngh... like this?" +220800 ,,,,,2121010,,,,,,,,,,,,,,,"She hugs the body pillow as it's meant to be used, burying\nher hips along with it." +220900 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,"Good, good. Now, try swinging your hips alternately to the\nright and left." +221000 ,,,,,2121010,,コマコ,Komako,028_CB19_k_096.wav,komako,,0,,,,,,,,Nngh... kuh... ah! +221100 ,,,,,2121010,,,,,,,,,,,,,,,"Komako-chan's moans rise. Since she's pressing her hips\nstrongly, her clitoris might be rubbing against the fabric." +221200 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, just like that. Now, try moving your hips up and down." +221300 ,,,,,2121010,,コマコ,Komako,028_CB19_k_097.wav,komako,,0,,,,,,,,"Hah... hya, nngh..." +221400 ,,,,,2121010,,,,,,,,,,,,,,,Her cute little butt sways and flutters as if inviting me. +221500 ,,,,,2121010,,,,,,,,,,,,,,,"It's a wonderful sight. If I could, I'd grab that butt and\nbury my face in it." +221600 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,"You're doing it, you're doing it! Now try moving faster with\nthe right and left motion from before." +221700 ,,,,,2121010,,コマコ,Komako,028_CB19_k_098.wav,komako,,0,,,,,,,,"Haa... haa... nngh! Ah, Chi-chan!" +221800 ,,,,,2121010,,,,,,,,,,,,,,,The sound of the body pillow and Komako-chan rubbing against\neach other exudes an incredible eroticism. +221900 ,,,,,2121010,,,,,,,,,,,,,,,"The swaying, swaying of her hips to the left and right looks\nlike it's inviting a man. Furthermore, Komako-chan's moans\nhitting my ears add a touch of beauty to this spectacular\nview." +222000 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,Now try moving up and down faster as well. +222100 ,,,,,2121020,,コマコ,Komako,028_CB19_k_099.wav,komako,,0,,,,,,,,"Auu... haan! Ah, Chi-chan... Chi-chan!" +222200 ,,,,,2121020,,,,,,,,,,,,,,,"From the slit, a transparent liquid flows endlessly. It's\nclearly more than before." +222300 ,,,,,2121020,,,,,,,,,,,,,,,"Pressing her pussy against it, the sensitive parts are being\nstrongly stimulated, and Komako-chan's excitement is\nprobably at its peak." +222400 ,,,,,2121020,,,,,,,,,,,,,,,The sight of her rubbing her crotch against the body pillow\nwith all her might is so lewd that it makes you doubt if\nit's really that Komako-chan. +222500 ,,,,,2121020,,,,,,,,,,,,,,,She's probably never shown this side to anyone before. To\nthink I could see this side of Komako-chan after her\nmasturbation... +222600 ,,,,,2121010,,コマコ,Komako,028_CB19_k_100.wav,komako,,0,,,,,,,,"Uncle! What should I do next, next?" +222700 ,,,,,2121010,,,,,,,,,,,,,,,"Komako-chan asks, barely able to catch her breath." +222800 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,Let's try combining everything I taught you. Move your hips\nin a circular motion... can you do it? +222900 ,,,,,2121010,,コマコ,Komako,028_CB19_k_101.wav,komako,,0,,,,,,,,I'll try... to feel good together with Chi- chan... +223000 ,,,,,2121010,,,,,,,,,,,,,,,"Absorbing what was just taught, Komako-chan diligently moves\nher hips in a grinding motion." +223100 ,,,,,2121010,,,,,,,,,,,,,,,"At first, she moves slowly, as if confirming the motion.\nThen gradually faster. If any girl had her insides stirred\nlike this, she'd be utterly captivated." +223200 ,,,,,2121010,,コマコ,Komako,028_CB19_k_102.wav,komako,,0,,,,,,,,"Haa... nngh. Chi-chan, does it feel good...?" +223300 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, Chi-chan is happy and says it feels good too." +223400 ,,,,,2121010,,コマコ,Komako,028_CB19_k_103.wav,komako,,0,,,,,,,,I'm glad... I feel good too... Having sex with Chi-chan\nfeels good... +223500 ,,,,,2121010,,,,,,,,,,,,,,,"Murmuring as if in a trance, Komako-chan continues to rub\nagainst the pleasurable spot." +223600 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan... it seems like Chi-chan is reaching her limit\nsoon. +223700 ,,,,,2121010,,コマコ,Komako,028_CB19_k_104.wav,komako,,0,,,,,,,,"Eh, eh, what should I do?" +223800 ,,,,,2121010,,主人公,Kiyoshi,,,,,,,,,,,,"Use your dick to thrust hard. Then, I think Chi-chan will\ncome too." +223900 ,,,,,2121010,,コマコ,Komako,028_CB19_k_105.wav,komako,,0,,,,,,,,"Mm... got it... Chi-chan, I'll make you feel good now..." +224000 ,,,,,2121010,,,,,,,,,,,,,,,"With a gentle whisper, she starts the grinding motion I\ntaught her earlier, pressing her hips firmly." +224100 ,,,,,2121010,,,,,,,,,,,,,,,"I gave her various reasons to teach her, but this movement\nis the one that makes Komako- chan feel the best." +224200 ,,,,,2121010,,,,,,,,,,,,,,,"Since her clitoris and pussy are being rubbed, the pleasure\nmust be quite intense. Komako-chan seems to have understood\nthat." +224300 ,,,,,2121010,,コマコ,Komako,028_CB19_k_106.wav,komako,,0,,,,,,,,"Chi-chan? Are you okay? At this rate, I'll... ah! Feel good\ntoo, right?" +224400 ,,,,,2121010,,,,,,,,,,,,,,,The heated action is reaching its final sprint. +224500 ,,,,,2121010,,,,,,,,,,,,,,,"Thanks to the body pillow being soaked with Komako-chan's\nlove juices, a slightly squelchy sound can be heard mixed\nwith the rubbing noise." +224600 ,,,,,2121010,,,,,,,,,,,,,,,The stain on the pillow seems to reflect Komako-chan's level\nof excitement. +224700 ,,,,,2121020,,コマコ,Komako,028_CB19_k_107.wav,komako,,0,,,,,,,,"Chi-chan, I can't hold it anymore, nn! Haa... ahh! Chi-chan!\nNn!" +224800 ,,,,,2121020,,,,,,,,,,,,,,,"A desperate voice that seems to have no way out. Her arms\ntighten, creating wrinkles in the body pillow." +224900 ,,,,,2121020,,コマコ,Komako,028_CB19_k_108.wav,komako,,0,,,,,,,,"Ah, it's coming! The pleasure is coming!! Nyaaahhh!!" +225100 ,,,,,2121020,,,,,,,,,,,,,,,"With a cute voice, she tries her best to endure the climax.\nBut losing to the pleasure, her small body trembles and\nconvulses." +225200 ,,,,,2121020,,,,,,,,,,,,,,,"Her back straightens with a snap, and in the next moment,\nshe goes limp as if relaxing." +225300 ,,,,,2121020,,,,,,,,,,,,,,,It seems Komako-chan has climaxed during her practice sex\nwith the body pillow. +225400 ,,,,,2121020,,コマコ,Komako,028_CB19_k_109.wav,komako,,0,,,,,,,,"Fua... ahh, nn... something amazing came..." +225600 ,,,,,2121030,,,,,,,,,,,,,,,Komako-chan's breathing is heavy. It almost makes you worry\nif she's having trouble breathing. +225700 ,,,,,2121030,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you're amazing. You've got sex down perfectly\nnow." +225800 ,,,,,2121030,,,,,,,,,,,,,,,I praise Komako-chan for her hard work until the end. +225900 ,,,,,2121030,,コマコ,Komako,028_CB19_k_110.wav,komako,,0,,,,,,,,"Really... fua, nn... Can I do it properly with Chi-chan now?" +226000 ,,,,,2121030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, when it comes to sex, you're a hundred percent." +226100 ,,,,,2121030,,コマコ,Komako,028_CB19_k_111.wav,komako,,0,,,,,,,,Ehe... I did it... +226200 ,,,,,2121030,,主人公,Kiyoshi,,,,,,,,,,,,"But there are still many pleasurable things to do with\nsomeone you love. Let's keep learning, okay?" +226300 ,,,,,2121030,,コマコ,Komako,028_CB19_k_112.wav,komako,,0,,,,,,,,"Yeah, I'll keep learning." +226400 ,,,,,2121030,,,,,,,,,,,,,,,Komako-chan nods obediently. What a good girl. +226500 ,,,,,2121030,,,,,,,,,,,,,,,"She's such a good girl that I almost want to pat, or rather,\nlick that exposed pussy of hers." +226600 ,,,,,2121030,,,,,,,,,,,,,,,"Thanks to her climax, delicious-looking love juices are\noverflowing. Uncle, this body pillow will be a treasure for\nlife." +226700 ,$event_return,,,,,,,,,,,,,,,,,,, +226900 ,,,5,31,,,コマコ,Komako,028_CB19_k_113.wav,,,,,,,,,,,Alright. Phew... +227000 ,,,,,,,,,,,,,,,,,,,,"With her breathing calmed, Komako-chan puts on her panties\nand tidies herself up for now." +227100 ,,,,,,,,,,,,,,,,,,,,"But," +227200 ,,,,,,,コマコ,Komako,028_CB19_k_114.wav,,,,"komako,privateC",,34,,,,,Ugh... my crotch feels gross... +227300 ,,,,,,,,,,,,,komako,,34,,,,,"Having wet her panties with her own love juices, Komako-chan\nseems uncomfortable wearing them." +227400 ,,,,,,,主人公,Kiyoshi,,,,,komako,,34,,,,,"You'll have to endure it. It's almost time for Tenka-chan\nand Chi-chan to come, right?" +227500 ,,,,,,,,,,,,,komako,,34,,,,,"Looking at the clock, quite a bit of time has passed. Of\ncourse, after skipping through a few AVs and having body\npillow sex." +227600 ,,,,,,,,,,,,,komako,,34,,,,,Wow... time flies when you're doing naughty things. +227700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,34,,,,,"Come on, we need to clean up and get ready to open the shop." +227800 ,,,,,,,,,,,,,komako,,34,,,,,"It's already time to open the shop. If Chi- chan and the\nothers come now, they'll find it suspicious that the shop\nisn't open and Komako-chan is inside." +227900 ,,,,,,,コマコ,Komako,028_CB19_k_115.wav,,,,komako,,13,,,,,I got your body pillow dirty... I'll wipe it off. +228000 ,,,,,,,,,,,,,komako,,13,,,,,Komako-chan takes out a few tissues to wipe the stain she\nmade. +228100 ,,,,,,,,,,,,,komako,,13,,,,,"Noooo, you can't do that!!" +228200 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,"Wait, Komako-chan!" +228300 ,,,,,,,コマコ,Komako,028_CB19_k_116.wav,,,,komako,,24,,,,,"Eh, w-what's wrong?" +228400 ,,,,,,,,,,,,,komako,,24,,,,,I startled Komako-chan by suddenly raising my voice. +228500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,24,,,,,"Ah, no, it's fine. I'll take care of it later." +228600 ,,,,,,,コマコ,Komako,028_CB19_k_117.wav,,,,komako,,23,,,,,"Hmm, okay." +228700 ,,,,,,,,,,,,,,,,,,,,"Body pillow secured! More precisely, the body pillow soaked\nwith Komako-chan's juices is secured!" +228800 ,,,,,,,,,,,,,,,,,,,,"Fortunately, Komako-chan didn't question it and backed off." +228900 ,,,,,,,,,,,,,,,,,,,,"However, I can't leave the body pillow here, so I decide to\nput it away in the closet for now." +229000 ,,,,,,,,,,,,,,,,,,,,Chie-chan and the others sometimes come into this room. +229100 ,,,,,,,,,,,,,,,,,,,,I don't know what Chie-chan or Tenka-chan would think of me\nif they saw a body pillow with a printed image of a lewd\ngirl. +229200 ,,,,,,,,,,,,,,,,,,,,...Though I feel like Chie-chan wouldn't think much of it... +229300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to put the body pillow away, so could you hold\nthat, Komako-chan?" +229400 ,,,,,,,コマコ,Komako,028_CB19_k_118.wav,,,,komako,,23,,,,,Okay. +229500 ,,,,,,,,,,,,,komako,,23,,,,,"Just as we lift it on the count of three," +229600 ,,,,,,,千恵,Chie,028_CB19_c_000.wav,,,,komako,,23,,,,,Uncle! It's morning! Aren't you up yet? +229700 ,,,,,,,甜花,Tenka,028_CB19_t_000.wav,,,,komako,,23,,,,,"Chii, it's not morning anymore, it's noon." +229800 ,,,,,,,,,,,,,komako,,4,,,,,Chie-chan and Tenka-chan have arrived. Komako-chan seems\nflustered by this. +229900 ,,,,,,,コマコ,Komako,028_CB19_k_119.wav,,,,komako,,4,,,,,"Ah, w-what should I do...?" +230000 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,,,,,"Anyway, let's put this away!" +230100 ,,,,,,,,,,,,,komako,,4,,,,,We toss the body pillow we just lifted into the closet. +230200 ,,,,,,,千恵,Chie,028_CB19_c_001.wav,,,,komako,,4,,,,,"Uncle? Is today your day off? Oh, there's Komako-chan's\nshoes!" +230300 ,,,,,,,,,,,,,komako,,4,,,,,Oops! I should have hidden the shoes. I was planning to\ncasually leave from the front and have Komako-chan join them\nfrom the back. +230400 ,,,,,,,,,,,,,komako,,4,,,,,"Well, since it's come to this, we can't hide it, so let's\njust go out together boldly." +230500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,,,,,"Let's go, Komako-chan. I'll cover for you, so don't worry." +230600 ,,,,,,,コマコ,Komako,028_CB19_k_120.wav,,,,komako,,32,,,,,O-okay... +230700 ,,,,41,,,,,,,,,,,,,,,,"When I step out to the shop, Chie-chan and Tenka-chan are\nstanding side by side in front of the store." +230800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, good afternoon, you two." +230900 ,,,,,,,,,,,,,,,,,,,,"After I raise my hand lightly in greeting, Komako-chan\ntimidly comes out from behind." +231000 ,,,,,,,,,,,,,,,,,,,, +231100 ,,,,11,,,千恵,Chie,028_CB19_c_002.wav,,,,"chie,privateB",,4,,,,,"Ah! I knew it, Komako-chan was with Uncle! What were you two\ndoing?" +231200 ,,,,,,,コマコ,Komako,028_CB19_k_121.wav,komako,,13,chie,,4,,,,,"Chie-chan... um, i-it's a secret..." +231300 ,,,,,,,,,,komako,,13,chie,,4,,,,,Komako-chan averts her eyes from Chie-chan. +231400 ,,,,,,,甜花,Tenka,028_CB19_t_001.wav,komako,,13,chie,,4,"tenka,private",,37,,"Komako, did Uncle do anything weird to you?" +231500 ,,,,,,,千恵,Chie,028_CB19_c_003.wav,komako,,13,chie,,24,tenka,,37,,Huh!? +231600 ,,,,,,,主人公,Kiyoshi,,komako,,13,chie,,24,tenka,,37,,Pfft!? +231700 ,,"",,,,,,,,komako,,13,chie,,24,tenka,,37,,"Tenka-chan is sharp... Well, I did play a prank on her the\nother day while measuring her breasts." +231800 ,,,,,,,,,,komako,,13,chie,,24,tenka,,37,,Maybe that's why she's become suspicious in situations like\nthis. +231900 ,,,,,,,千恵,Chie,028_CB19_c_004.wav,komako,,13,chie,,3,tenka,,37,,"Weird things? What's the secret? Komako- chan, tell me! I\nwanted to do secret things with you too, Chie-chan!" +232000 ,,,,,,,コマコ,Komako,028_CB19_k_122.wav,komako,,33,chie,,3,tenka,,37,,"Uh, um... well, with Chie-chan... someday..." +232100 ,,,,,,,,,,,,,,,,,,,,"Ah, Komako-chan's face is bright red. Being told she wanted\nto do it together, she's probably thinking about doing\nsomething naughty together. How cute." +232200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, Chie-chan. Actually, Uncle and Komako-chan were\nstudying together." +232300 ,,,,,,,千恵,Chie,028_CB19_c_005.wav,,,,chie,,29,,,,,"Eh, studying?" +232400 ,,,,,,,,,,,,,chie,,29,,,,,Chie-chan made a slightly displeased face. She definitely\nprefers playing over studying. +232500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,29,,,,,"Yes. Komako-chan asked me to teach her, so we started\nstudying earlier than everyone else." +232600 ,,,,,,,,,,,,,chie,,29,,,,,I won't say what kind of study. Chie-chan and Tenka-chan\nprobably only think of school- related things when they hear\n'studying.' +232700 ,,,,,,,甜花,Tenka,028_CB19_t_002.wav,,,,,,,tenka,,3,,"If it was studying, we could have done it together." +232800 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"Did you want to join too, Tenka-chan?" +232900 ,,,,,,,甜花,Tenka,028_CB19_t_003.wav,,,,,,,tenka,,14,,Uh... not really... +233000 ,,,,,,,,,,,,,,,,tenka,,14,,I see. It seems she felt left out because only Komako-chan\nand I were studying together. +233100 ,,,,,,,千恵,Chie,028_CB19_c_006.wav,,,,chie,,10,,,,,Chie-chan hates studying. +233200 ,,,,,,,,,,,,,chie,,10,,,,,Her straightforwardness is so like Chie-chan. +233300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,10,,,,,"Then, how about we have a study session with everyone next\ntime?" +233400 ,,,,,,,千恵,Chie,028_CB19_c_007.wav,,,,chie,,24,,,,,Eh! Chie-chan doesn't really want to do that. +233500 ,,,,,,,コマコ,Komako,028_CB19_k_123.wav,komako,,0,chie,,24,,,,,"I'll help you with the parts you don't understand, Chie-\nchan." +233600 ,,,,,,,千恵,Chie,028_CB19_c_008.wav,komako,,0,chie,,23,,,,,"Really, Komako-chan!?" +233700 ,,,,,,,,,,,,,,,,,,,,"Wow, she's quite proactive. With that attitude, I think her\nlove will come true someday. Uncle is cheering for you!" +233800 ,,,,,,,,,,,,,,,,,,,,"By the way, I wonder what parts she doesn't understand..." +233900 ,,,,,,,,,,,,,,,,,,,,"Considering Komako-chan has gained a lot of naughty\nknowledge now, I can't help but be suspicious." +234000 ,,,,,,,,,,,,,,,,,,,,"No, there's a good chance she really means it that way." +234100 ,,,,,,,千恵,Chie,028_CB19_c_009.wav,,,,chie,,25,,,,,"Ugh... Uncle, can I come inside? It's so hot, I'm going to\ndie!" +234200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,25,,,,,"Sure, go ahead. The air conditioner is on, so it's cool\ninside." +234300 ,,,,,,,,,,,,,chie,,25,,,,,I forgot. The weather forecast said it would be a scorching\nhot day today. Chie-chan and Tenka-chan are both drenched in\nsweat. +234400 ,,,,,,,,,,,,,chie,,25,,,,,"If possible, I'd love to lick the sweat off their necks and\nforeheads." +234500 ,,,,21,,,千恵,Chie,028_CB19_c_010.wav,,,,chie,,21,,,,,"Yay! Ah, it's so cool!" +234600 ,,,,,,,,,,,,,chie,,21,,,,,"Chie-chan, who quickly entered the shop, shouted in delight." +234700 ,,,,,,,甜花,Tenka,028_CB19_t_004.wav,,,,,,,tenka,,21,,Ah... +234800 ,,,,,,,,,,,,,,,,tenka,,21,,"Tenka-chan, who followed her in, also seemed to be enjoying\nthe comfort." +234900 ,,,,,,,,,,,,,,,,tenka,,21,,"Chie-chan, Tenka-chan, and Komako-chan. The usual trio is\nhere. It looks like it's going to be another fun day." +235000 ,,,,,,,コマコ,Komako,028_CB19_k_124.wav,komakoL,,2,,,,,,,,"Uncle, uncle." +235100 ,,,,,,,,,,komakoL,,2,,,,,,,,"As I was absentmindedly watching the three of them, Komako-\nchan came over and spoke to me in a small voice, as if\nsharing a secret." +235200 ,,,,,,,主人公,Kiyoshi,,komakoL,,2,,,,,,,,What is it? +235300 ,,,,,,,コマコ,Komako,028_CB19_k_125.wav,komakoL,,22,,,,,,,,"Um, well... uh... thank you." +235400 ,,,,,,,,,,komakoL,,22,,,,,,,,"I wondered what she meant, but it must be about this\nmorning's study session." +235500 ,,,,,,,,,,komakoL,,22,,,,,,,,"I wanted to say that I should be the one thanking her, but\ninstead, I just smiled." +235600 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,You're welcome. Let's study again sometime. +235700 ,,,,,,,コマコ,Komako,028_CB19_k_126.wav,komakoL,,21,,,,,,,,Yeah. +235800 ,,,,,,,,,,,,,,,,,,,,"With just that, she quickly moved away from me." +235900 ,,,,,,,,,,,,,,,,,,,,"Komako-chan, shyly expressing her gratitude, was\nirresistibly cute." +236000 ,,,,,,,,,,,,,,,,,,,,"And then, remembering what happened earlier, I almost got an\nerection." +236100 ,,,,,,,,,,,,,,,,,,,,"That's right, after seeing something that delicious, I\nhaven't relieved myself even once. Is this what they call\nbeing left high and dry...?" +236200 ,,,,,,,,,,,,,,,,,,,,It's impossible to man the store all day like this. Just\nlooking at Komako-chan brings back the image of her hugging\nthat body pillow. +236300 ,,,,,,,,,,,,,,,,,,,,"At some point, I'll have to pretend to go to the bathroom\nand take care of it..." +236400 ,,,,,,,,,,,,,,,,,,,,"Wait a minute? Will just one time really be enough...? Even\nif I do it once, this excitement doesn't seem like it'll go\naway!" +236500 ,,,,,,,千恵,Chie,028_CB19_c_011.wav,,,,chie,,3,,,,,Uncle? Are you okay? +236600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"Huh, w-why?" +236700 ,,,,,,,,,,,,,chie,,3,,,,,"As I was thinking about how to deal with this lust, Chie-\nchan looked at me with concern." +236800 ,,,,,,,千恵,Chie,028_CB19_c_012.wav,,,,chie,,23,,,,,You looked like you were in pain or something. +236900 ,,,,,,,,,,,,,chie,,23,,,,,"Yes, I'm so hard it hurts." +237000 ,,,,,,,,,,,,,chie,,23,,,,,"Right from the start of the day, I'm overwhelmed with lust\nagain." +237100 ,,,0,9001,,,,,,,,,,,,,,,, +237300 ,@029_CB20,,,,,,,,,,,,,,,,,,, +237600 ,,,7,21,,,主人公,Kiyoshi,,,,,,,,,,,,"Phew... I guess that's it for today. Everyone, good work." +237700 ,,,,,,,,,,,,,,,,,,,,It was the usual closing time. I started the tasks to close\nup the shop. +237800 ,,,,,,,コマコ,Komako,029_CB20_k_000.wav,"komako,privateC",,12,,,,,,,,"We didn't have any customers at all, huh." +237900 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,,,,,"Well, it can't be helped... it's a countryside candy store." +238000 ,,,,,,,甜花,Tenka,029_CB20_t_000.wav,,,,,,,"tenka,private",,30,,"If we don't get customers, we can't have the second Center\nElection at the end of summer vacation..." +238100 ,,,,,,,,,,,,,,,,tenka,,30,,It seems Tenka-chan is already planning for about a month\nfrom now. +238200 ,,,,,,,甜花,Tenka,029_CB20_t_001.wav,,,,,,,tenka,,12,,Hmm... I guess I'll head home today. It's almost sunset. +238300 ,,,,,,,コマコ,Komako,029_CB20_k_001.wav,komako,,3,,,,,,,,"I'm going home too... what about you, Chie- chan?" +238400 ,,,,,,,千恵,Chie,029_CB20_c_000.wav,komako,,3,"chie,privateB",,3,,,,,...Hmm. I think I'll stay a little longer. It seems like my\nmom will be late again today. +238500 ,,,,,,,,,,komako,,3,chie,,3,,,,,Chie-chan answers while watching my reaction. +238600 ,,,,,,,コマコ,Komako,029_CB20_k_002.wav,komako,,20,chie,,3,,,,,...I see. Well then... see you tomorrow! +238700 ,,,,,,,,,,,,,,,,,,,,It seems she's convinced. Komako-chan and Tenka-chan head\ntowards the exit. +238800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ah! +238900 ,,,,,,,,,,,,,,,,tenka,,3,,I rush over to Tenka-chan and whisper secretly in her ear. +239000 ,,,,,,,主人公,Kiyoshi,,,,,,,,"tenkaL,private",,3,,"Come in the morning tomorrow. We're going to do special\ntraining to become a sexy idol... It's a secret from\neveryone, right?" +239100 ,,,,,,,甜花,Tenka,029_CB20_t_002.wav,,,,,,,tenka,,20,,...Y-Yeah! Got it...! +239200 ,,,,,,,,,,,,,,,,,,,,Tenka-chan nods with a serious expression. +239300 ,,,,,,,千恵,Chie,029_CB20_c_001.wav,,,,chie,,23,,,,,"Hey, what were you talking about with Tenka- chan?" +239400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,"It's a message for Tenka-chan's mom. It doesn't concern you,\nChie-chan, so don't worry about it." +239500 ,,,,,,,コマコ,Komako,029_CB20_k_003.wav,komako,,3,,,,,,,,Hmm... +239600 ,,,,,,,,,,komako,,3,,,,,,,,Komako-chan gave a suspicious glance for a moment but didn't\npursue it further. +239700 ,,,,,,,甜花,Tenka,029_CB20_t_003.wav,,,,,,,tenka,,3,,"...Komako, let's go! If we're too late, my mom will worry." +239800 ,,,,,,,コマコ,Komako,029_CB20_k_004.wav,komako,,0,,,,,,,,"...Yeah. Well then, Chie-chan... bye-bye!" +239900 ,,,,,,,甜花,Tenka,029_CB20_t_004.wav,,,,,,,tenka,,1,,"Chii, see you. Bye-bye!" +240000 ,,,,,,,千恵,Chie,029_CB20_c_002.wav,,,,chie,,1,,,,,Bye-bye!! +240100 ,,,,,,,,,,,,,chie,,1,,,,,Komako-chan and Tenka-chan leave the store. +240200 ,,,,11,,,,,,,,,,,,,,,,"I step outside the store to make sure they head home safely,\nwatching until they're out of sight." +240400 ,,,2,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,...Is it okay for you not to go home yet today? +240500 ,,,,,,,千恵,Chie,029_CB20_c_003.wav,chie,,20,,,,,,,,Yeah. I think it's okay if it's just a little longer! +240600 ,,,,,,,,,,chie,,20,,,,,,,,"There's still a little time left... Hmm, in that case..." +240700 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"...Hey, Chie-chan. Do you want to do that special part-time\njob we did before?" +240800 ,,,,,,,千恵,Chie,029_CB20_c_004.wav,chie,,23,,,,,,,,You mean Chie-chan should rub uncle's dick again? +240900 ,,,,,,,,,,chie,,23,,,,,,,,Chie-chan answers innocently. +241000 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"...Chie-chan! You shouldn't say things like that too much,\nokay?" +241100 ,,,,,,,,,,chie,,23,,,,,,,,It would be a big problem if someone overheard. +241200 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"It's a secret part-time job just between us... alright,\nunderstood?" +241300 ,,,,,,,千恵,Chie,029_CB20_c_005.wav,chie,,3,,,,,,,,"...Yeah. I don't really get it, but okay!" +241400 ,,,,,,,,,,chie,,3,,,,,,,,"...I'm not sure if she really understands, but I have no\nchoice but to trust her on this." +241500 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Then, Chie-chan... how about doing something different\ntoday?" +241600 ,,,,,,,千恵,Chie,029_CB20_c_006.wav,chie,,1,,,,,,,,"...I'll do it, I'll do it! Because I got 100 yen last\ntime... I'll do it today too and buy snacks!" +241700 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Th-then... I'll give you 100 yen today too! It's a big\nspecial offer! +241800 ,,,,,,,千恵,Chie,029_CB20_c_007.wav,chie,,4,,,,,,,,R-really!? With 100 yen... um... I can buy gum... and Champ\nYogurt... lots of them! +241900 ,,,,,,,,,,chie,,4,,,,,,,,Chie-chan's eyes sparkle with excitement. +242000 ,,,,,,,,,,chie,,4,,,,,,,,"I could give her more, but if I did that, she might pay off\nher debt." +242100 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"For now, let's move to another room... come to my room..." +242200 ,,,,,,,,,,chie,,0,,,,,,,,"After finishing the closing tasks, I invite Chie-chan to my\nroom." +242400 ,,,15,31,,,千恵,Chie,029_CB20_c_008.wav,chie,,3,,,,,,,,"Uncle, what are we doing today?" +242500 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,Last time was a trial... so this time... could you lick\nuncle's dick? +242600 ,,,,,,,千恵,Chie,029_CB20_c_009.wav,chie,,14,,,,,,,,Ehh... Chie-chan doesn't want to do that. +242700 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,"...Why not? You touched it with your hand last time, right?" +242800 ,,,,,,,,,,chie,,14,,,,,,,,Darn... I thought it would work... +242900 ,,,,,,,,,,chie,,14,,,,,,,,With Chie-chan's little mouth... licking my dick... I\nthought it would feel amazing! +243000 ,,,,,,,千恵,Chie,029_CB20_c_010.wav,chie,,15,,,,,,,,"But, it's where pee comes out... it's dirty, so no." +243100 ,,,,,,,主人公,Kiyoshi,,chie,,15,,,,,,,,Hmm... +243200 ,,,,,,,,,,chie,,15,,,,,,,,She's tough... I thought Chie-chan would obediently lick it. +243300 ,,,,,,,主人公,Kiyoshi,,chie,,15,,,,,,,,"You know, Chie-chan, it's not as dirty as you think." +243400 ,,,,,,,主人公,Kiyoshi,,chie,,15,,,,,,,,"Because, adult men and women play by licking each other's\nprivates, you know?" +243500 ,,,,,,,千恵,Chie,029_CB20_c_011.wav,chie,,29,,,,,,,,Eh... no way. That's definitely a lie. +243600 ,,,,,,,主人公,Kiyoshi,,chie,,29,,,,,,,,"It's not a lie... Oh! Then, I'll lick Chie- chan's crotch.\nWould you believe me then?" +243700 ,,,,,,,千恵,Chie,029_CB20_c_012.wav,chie,,17,,,,,,,,Really... you'll lick it? My crotch...? +243800 ,,,,,,,,,,chie,,17,,,,,,,,Hehe... licking Chie-chan's crotch is nothing but a reward\nfor me! +243900 ,,,,,,,主人公,Kiyoshi,,chie,,17,,,,,,,,I'll lick Chie-chan's crotch. That's today's secret part-\ntime job... is that okay? +244000 ,,,,,,,千恵,Chie,029_CB20_c_013.wav,chie,,3,,,,,,,,"If you're okay with it, then it's fine... really okay?" +244100 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,It's fine! This is an adult game! It's good for Chie-chan to\nknow about it too. +244200 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Come on, Chie-chan... take off your panties. Otherwise, I\ncan't lick it..." +244300 ,,,,,,,千恵,Chie,029_CB20_c_014.wav,chie,,20,,,,,,,,Okay... +244400 ,,,,,,,,,,,,,,,,,,,,Chie-chan obediently takes off her panties. Her beautiful\nslit is exposed in front of me. +244500 ,,,,,,,,,,,,,,,,,,,,"That place... I'm going to lick it now... ha, ha... oh no,\nI'm getting excited..." +244600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan... then, come over here..." +244700 ,,,,,,,,,,,,,,,,,,,,I bring Chie-chan close and put her in a reverse position. +245000 ,,,13,,1140000,,,,,,,,,,,,,,, +245100 ,*mem,,,,1140000,,,,,,,,,,,,,,, +245200 ,,,13,,1140000,,千恵,Chie,029_CB20_c_015.wav,chie,,0,,,,,,,,――Wahyaa!? +245300 ,,,,,1140000,,,,,,,,,,,,,,,Chie-chan is a bit surprised to be put in a reverse\nposition. +245400 ,,,,,1140000,,,,,,,,,,,,,,,Her cute pussy is right in front of my eyes and nose... +245500 ,,,,,1140000,,,,,,,,,,,,,,,I want to lick it soon... I'm itching... itching... +245600 ,,,,,1140000,,千恵,Chie,029_CB20_c_016.wav,chie,,0,,,,,,,,Oii-chan... are you really going to lick it...? +245700 ,,,,,1140000,,主人公,Kiyoshi,,,,,,,,,,,,I'm really going to lick it. Chie-chan... this is an adult\ngame... +245900 ,,,,,1140000,,,,,,,,,,,,,,,I give it a lick with my tongue. A faint salty taste spreads\non my tongue. +246000 ,,,,,1140010,,千恵,Chie,029_CB20_c_017.wav,chie,,0,,,,,,,,"O-Oii-chan... ahaha! Ahh... wait, there... it's ticklish...\nahahaha!" +246100 ,,,,,1140010,,,,,,,,,,,,,,,"Chie-chan kicks her legs, maybe because it's her first time\nfeeling this sensation." +246300 ,,,,,1140010,,主人公,Kiyoshi,,,,,,,,,,,,"W-Wait... Chie-chan, don't move too much, okay? If you move,\nit's hard to lick..." +246400 ,,,,,1140010,,,,,,,,,,,,,,,I hurriedly move my mouth away from her pussy. It's really\nhard to do if she moves so much. +246500 ,,,,,1140010,,千恵,Chie,029_CB20_c_018.wav,chie,,0,,,,,,,,Ahahaha! But it's ticklish! +246600 ,,,,,1140010,,,,,,,,,,,,,,,"Ticklish, huh... I feel like I've lost somehow." +246700 ,,,,,1140010,,,,,,,,,,,,,,,I have to teach Chie-chan the pleasure of cunnilingus...! +246800 ,,,,,1140010,,主人公,Kiyoshi,,,,,,,,,,,,Chie-chan... can I lick it again...? +246900 ,,,,,1140000,,千恵,Chie,029_CB20_c_019.wav,chie,,0,,,,,,,,"Y-Yeah... it's okay... but no tickling, okay?" +247000 ,,,,,1140000,,主人公,Kiyoshi,,,,,,,,,,,,I'll try my best to make it feel good... +247100 ,,,,,1140000,,,,,,,,,,,,,,,I stick out my tongue and move it closer to Chie-chan's\npussy. +247300 ,,,,,1140010,,千恵,Chie,029_CB20_c_020.wav,chie,,0,,,,,,,,Ahh... hyaaah! Ahhh... nnn... ahaha...! +247400 ,,,,,1140010,,千恵,Chie,029_CB20_c_021.wav,chie,,0,,,,,,,,Hey... don't... ahhh! That tickles...! +247500 ,,,,,1140010,,,,,,,,,,,,,,,"As expected, Chie-chan bursts into laughter." +247600 ,,,,,1140010,,,,,,,,,,,,,,,"Damn, this wasn't supposed to happen... This time... I'll\nlick her clit!!" +247700 ,,,,,1140010,,,,,,,,,,,,,,,--Lick. +247900 ,,,,,1140020,,千恵,Chie,029_CB20_c_022.wav,chie,,0,,,,,,,,...Nhyahhh!? +248000 ,,,,,1140020,,,,,,,,,,,,,,,...Huh? Just now... did she make a nice sound...? +248100 ,,,,,1140020,,,,,,,,,,,,,,,"I focus on her clit, teasing it persistently with my tongue." +248200 ,,,,,1140020,,千恵,Chie,029_CB20_c_023.wav,chie,,0,,,,,,,,Haaaah... ah! Haaaah... nn... ahh...! +248300 ,,,,,1140020,,,,,,,,,,,,,,,"Her breaths are a bit heated, different from when it\ntickled." +248400 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... Chie-chan... how is it? +248500 ,,,,,1140020,,千恵,Chie,029_CB20_c_024.wav,chie,,0,,,,,,,,"Uuu... I'm getting used to the tickling, but... it feels\nkind of weird..." +248600 ,,,,,1140020,,,,,,,,,,,,,,,Chie-chan is bewildered by the unfamiliar sensation. Her\nface is slightly red. +248700 ,,,,,1140020,,,,,,,,,,,,,,,"Since she's so cute, I have to awaken her to the joys of\nbeing a woman!" +248800 ,,,,,1140020,,,,,,,,,,,,,,,Lick lick... lick... chu! +248900 ,,,,,1140020,,,,,,,,,,,,,,,"Instead of just teasing with my tongue, I suck on her clit\nwith my lips." +249100 ,,,,,1140030,,千恵,Chie,029_CB20_c_025.wav,chie,,0,,,,,,,,Ahhh... haahnn... ahhh! +249200 ,,,,,1140030,,,,,,,,,,,,,,,"Oh, isn't this nice? Maybe she likes being sucked..." +249300 ,,,,,1140030,,千恵,Chie,029_CB20_c_026.wav,chie,,0,,,,,,,,"O-Oi-chan... somehow, Chie-chan... nn! It's weird...!" +249400 ,,,,,1140030,,,,,,,,,,,,,,,"Embarrassed, Chie-chan fidgets as she reports the changes in\nher body." +249500 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,"This is an adult game... Chie-chan, soon... you'll feel\nreally good..." +249600 ,,,,,1140030,,千恵,Chie,029_CB20_c_027.wav,chie,,0,,,,,,,,Will it... feel good...? +249700 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. When I lick your pussy like this... the pleasure rises\nfrom deep inside... +249800 ,,,,,1140030,,千恵,Chie,029_CB20_c_028.wav,chie,,0,,,,,,,,From deep inside... my crotch...? +249900 ,,,,,1140030,,,,,,,,,,,,,,,She doesn't seem to fully understand. But that's okay for\nnow. I'll teach her body directly. +250000 ,,,,,1140030,,,,,,,,,,,,,,,"This time, I'll lick a bit more intensely than before." +250100 ,,,,,1140030,,,,,,,,,,,,,,,"...lick... lick lick, slurp!!" +250200 ,,,,,1140030,,千恵,Chie,029_CB20_c_029.wav,chie,,0,,,,,,,,...Hyauuu! Nn... ahhh... haaah... ahhh!! +250300 ,,,,,1140030,,,,,,,,,,,,,,,Chie-chan clenches her hands tightly. I can feel her body\ntensing up. +250400 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, you can't... relax... accept my tongue..." +250500 ,,,,,1140030,,千恵,Chie,029_CB20_c_030.wav,chie,,0,,,,,,,,Th-that's... Oi-chan... ahhh! I-I can't... ahhn... haaah...\nnkuu! +250600 ,,,,,1140030,,,,,,,,,,,,,,,Her cute moans start to escape as she begins to feel\npleasure. +250700 ,,,,,1140030,,,,,,,,,,,,,,,"At the same time, Chie-chan's pussy becomes moist." +250800 ,,,,,1140030,,,,,,,,,,,,,,,Could it be... she's wet? Chie-chan is feeling it from my\ntongue...! +251000 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,"Look, Chie-chan, your crotch is getting all slippery..." +251100 ,,,,,1140020,,千恵,Chie,029_CB20_c_031.wav,chie,,0,,,,,,,,...Eh? What do you mean...? +251200 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,When a girl feels good... her crotch gets wet... +251300 ,,,,,1140020,,,,,,,,,,,,,,,"I lick up the overflowing love juices. The unique taste of a\ngirl spreads on my tongue... mmm, it's the best!" +251400 ,,,,,1140020,,千恵,Chie,029_CB20_c_032.wav,chie,,0,,,,,,,,Does that mean... pee...? Did Chie-chan wet herself...? +251500 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,It's different from pee. It's thicker... and it's a naughty\njuice. +251600 ,,,,,1140020,,千恵,Chie,029_CB20_c_033.wav,chie,,0,,,,,,,,Uuu... did Chie-chan become a naughty girl...? +251700 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,"That's right... Chie-chan, you're being licked down there...\nand you've become a naughty girl..." +251800 ,,,,,1140020,,,,,,,,,,,,,,,"I move my tongue again, focusing on the entrance where the\njuices are overflowing, licking it up." +251900 ,,,,,1140030,,千恵,Chie,029_CB20_c_034.wav,chie,,0,,,,,,,,Down there... feels weird... nnngh... ahhh! It's...\ntingling...! +252000 ,,,,,1140030,,,,,,,,,,,,,,,"With each lick, Chie-chan lets out cute moans." +252100 ,,,,,1140030,,,,,,,,,,,,,,,I want to hear more of those sounds...! I have to lick\nmore...! +252200 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,Chie-chan... nnngh... fuu...! +252300 ,,,,,1140030,,,,,,,,,,,,,,,"This time, I push my tongue inside her pussy." +252500 ,,,,,1140020,,千恵,Chie,029_CB20_c_035.wav,chie,,0,,,,,,,,...Haaaah!! +252600 ,,,,,1140020,,,,,,,,,,,,,,,"As if she can feel my tongue entering, Chie- chan twists her\nbody, accepting the pleasure." +252700 ,,,,,1140020,,,,,,,,,,,,,,,More... deeper with my tongue... I'll ravish Chie-chan's\nlittle pussy with my tongue...! +252800 ,,,,,1140030,,千恵,Chie,029_CB20_c_036.wav,chie,,0,,,,,,,,"Ah, ah... your tongue... is inside Chie- chan... nnngh...\nnooo...!" +252900 ,,,,,1140030,,千恵,Chie,029_CB20_c_037.wav,chie,,0,,,,,,,,"Ahh... nnngh... haah! There, there... inside... with your\ntongue...!" +253000 ,,,,,1140030,,,,,,,,,,,,,,,"Chie-chan is breathing heavily, her shoulders rising and\nfalling." +253100 ,,,,,1140030,,,,,,,,,,,,,,,"Her pussy is already a flood, with love juices overflowing." +253200 ,,,,,1140030,,,,,,,,,,,,,,,"With the intent to lick it all up, I push my tongue into the\nsmall slit." +253300 ,,,,,1140020,,千恵,Chie,029_CB20_c_038.wav,chie,,0,,,,,,,,"Ahhh... again, inside... nnngh! Ah... it's coming in...\nnnngh!" +253400 ,,,,,1140020,,,,,,,,,,,,,,,She's just too cute! I can't hold back anymore! +253500 ,,,,,1140020,,,,,,,,,,,,,,,"I bury my face in Chie-chan's crotch, devouring her pussy\nwith my tongue." +253600 ,,,,,1140020,,千恵,Chie,029_CB20_c_039.wav,chie,,0,,,,,,,,Nnngh... ahhh... it's so hot down there... nhaaah! +253700 ,,,,,1140030,,千恵,Chie,029_CB20_c_040.wav,chie,,0,,,,,,,,"O-oi-chan... it's intense... nnngh! Ah, ah... ahhh!" +253900 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan's pussy... nnngh! It's delicious... more, lick,\nlick... Chie-chan... Chie-chan...!" +254100 ,,,,,1140030,,千恵,Chie,029_CB20_c_041.wav,chie,,0,,,,,,,,"No, no... ahh... nnngh... no...!" +254200 ,,,,,1140030,,,,,,,,,,,,,,,Chie-chan's juices keep overflowing. +254300 ,,,,,1140030,,,,,,,,,,,,,,,"Slurp, slurp... it's delicious! I'll suck up all of Chie-\nchan's pussy juice!" +254400 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa...! +254500 ,,,,,1140030,,,,,,,,,,,,,,,"My son is already rock hard, ready to shoot at any moment." +254600 ,,,,,1140030,,,,,,,,,,,,,,,I want to make Chie-chan feel even better... I want us to\nfeel good together... +254700 ,,,,,1140030,,,,,,,,,,,,,,,"To do that, I have to teach Chie-chan how good sex can feel!" +254800 ,,,,,1140030,,,,,,,,,,,,,,,I'll lick her pussy even more and make her feel good! +254900 ,,,,,1140030,,千恵,Chie,029_CB20_c_042.wav,chie,,0,,,,,,,,"O-oi-chan... ahhh... nnngh, haah... ahhh!" +255000 ,,,,,1140030,,,,,,,,,,,,,,,Chie-chan's voice is losing its composure. +255100 ,,,,,1140030,,,,,,,,,,,,,,,Could it be... she's going to come? +255200 ,,,,,1140030,,,,,,,,,,,,,,,"This time, I'll alternate between her pussy and clit." +255300 ,,,,,1140020,,千恵,Chie,029_CB20_c_043.wav,chie,,0,,,,,,,,"No, no... really... oi-chan... ahhh―no, nooo!" +255500 ,,,,,1140020,,,,,,,,,,,,,,,A slightly stronger rejection. Chie-chan is teary-eyed. +255600 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,...S-sorry! Was I too rough...? +255700 ,,,,,1140020,,,,,,,,,,,,,,,"Oh no, what have I done! I was enjoying myself too much..." +255800 ,,,,,1140020,,,,,,,,,,,,,,,I was supposed to make Chie-chan feel good... this is just\ntoo wrong... +255900 ,,,,,1140020,,千恵,Chie,029_CB20_c_044.wav,chie,,0,,,,,,,,"N-no, that's not it... it's more like... Chie-chan...\no-oh..." +256000 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,Yeah...? What do you mean? +256100 ,,,,,1140030,,千恵,Chie,029_CB20_c_045.wav,chie,,0,,,,,,,,That's why... Chie-chan... I-I feel like I'm going to...\npee...! +256200 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,...Ah! +256300 ,,,,,1140030,,,,,,,,,,,,,,,I see! Getting her pussy licked made her feel like she needs\nto pee. +256400 ,,,,,1140030,,,,,,,,,,,,,,,...I see. I'm relieved... I was worried Chie- chan might\nhate me. +256500 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan... if you want to let it out, you can. It's all\npart of adult play... including peeing..." +256600 ,,,,,1140000,,千恵,Chie,029_CB20_c_046.wav,chie,,0,,,,,,,,...Eh? +256700 ,,,,,1140000,,,,,,,,,,,,,,,"Chie-chan looks surprised, as if she expected me to say no." +256800 ,,,,,1140000,,主人公,Kiyoshi,,,,,,,,,,,,It's quite common to feel like you need to pee. It's\nsomething I anticipated. +256900 ,,,,,1140000,,主人公,Kiyoshi,,,,,,,,,,,,So... just let it out... pee... +257000 ,,,,,1140000,,,,,,,,,,,,,,,I say that and start licking her pussy again. +257200 ,,,,,1140030,,千恵,Chie,029_CB20_c_047.wav,chie,,0,,,,,,,,O-oi-chan... hyauu! +257300 ,,,,,1140030,,,,,,,,,,,,,,,Feeling like she needs to pee... what a treat! +257400 ,,,,,1140030,,,,,,,,,,,,,,,"Chie-chan's pee... give it to me quickly! I'll drink it all,\nnot leaving a single drop..." +257500 ,,,,,1140030,,千恵,Chie,029_CB20_c_048.wav,chie,,0,,,,,,,,Haa... ah... nn... oi-chan... nooo... nooo... ahhh...! +257600 ,,,,,1140030,,,,,,,,,,,,,,,Chie-chan is desperately holding back her pee. +257700 ,,,,,1140030,,,,,,,,,,,,,,,"She's trying to squirm away a bit, but I'm holding her waist\ntightly so she can't escape!" +257800 ,,,,,1140030,,,,,,,,,,,,,,,"Come on, just let it out! You'll feel better!" +257900 ,,,,,1140020,,千恵,Chie,029_CB20_c_049.wav,chie,,0,,,,,,,,"...Nn! Ahh... no, no... really... nooo...!" +258000 ,,,,,1140020,,主人公,Kiyoshi,,,,,,,,,,,,It's okay to let it out... give me everything... all of\nChie-chan's... to me...! +258100 ,,,,,1140030,,千恵,Chie,029_CB20_c_050.wav,chie,,0,,,,,,,,Really...? Is it really okay to pee...? You won't hate Chie-\nchan for wetting herself...? +258200 ,,,,,1140030,,,,,,,,,,,,,,,"Enduring the urge to pee, Chie-chan pleads with me." +258300 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. No matter what happens, I won't hate Chie-chan." +258400 ,,,,,1140030,,主人公,Kiyoshi,,,,,,,,,,,,Don't worry... you can pee. You don't have to hold it in\nanymore... +258500 ,,,,,1140030,,千恵,Chie,029_CB20_c_051.wav,chie,,0,,,,,,,,Oji-chan... I understand... I'm going to let it out! I'm\ngoing to pee...! +258600 ,,,,,1140030,,,,,,,,,,,,,,,"Finally giving in, salty liquid starts to overflow from the\ntip." +258700 ,,,,,1140030,,,,,,,,,,,,,,,"I cover her pussy with my mouth, preparing to receive her\npee." +258800 ,,,,,1140030,,千恵,Chie,029_CB20_c_052.wav,chie,,0,,,,,,,,Nn... ahh... it's coming out... I can't hold it anymore...! +258900 ,,,,,1140030,,千恵,Chie,029_CB20_c_053.wav,chie,,0,,,,,,,,"Ahhh... nn... no, no... ahhh――ahhh!!" +259200 ,,,,,1140040,,千恵,Chie,029_CB20_c_054.wav,chie,,0,,,,,,,,...Ahhhhhh!! +259300 ,,,,,1140040,,,,,,,,,,,,,,,"In sync with Chie-chan's voice, a large amount of pee rushes\ninto my mouth." +259400 ,,,,,1140040,,主人公,Kiyoshi,,,,,,,,,,,,Nngh... nngh...! +259500 ,,,,,1140040,,,,,,,,,,,,,,,Ohhh! Finally... Chie-chan's pee... nngh! I have to drink it\nall...! +259600 ,,,,,1140040,,,,,,,,,,,,,,,"Last time it went down the drain, but... this time is\ndifferent! I'm catching it with my mouth...!" +259700 ,,,,,1140040,,千恵,Chie,029_CB20_c_055.wav,chie,,0,,,,,,,,Ahhh... haa... haa... +259800 ,,,,,1140040,,,,,,,,,,,,,,,"Having held it in, the force of Chie-chan's pee doesn't\nweaken easily." +259900 ,,,,,1140040,,千恵,Chie,029_CB20_c_056.wav,chie,,0,,,,,,,,Oji-chan... don't suck so much... ahh... nooo... nnngh...! +260000 ,,,,,1140040,,,,,,,,,,,,,,,"With a sucking force, I gulp down the pee." +260100 ,,,,,1140040,,千恵,Chie,029_CB20_c_057.wav,chie,,0,,,,,,,,"...Nn... haa... Oji-chan, I'm done peeing..." +260200 ,,,,,1140040,,主人公,Kiyoshi,,,,,,,,,,,,...Phew. I caught all of Chie-chan's pee for you...! +260300 ,,,,,1140040,,,,,,,,,,,,,,,Really... truly satisfied! Being able to savor cute Chie-\nchan's pee... I'm overwhelmed with emotion! +260400 ,,,,,1140040,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you... thank you, Chie-chan..." +260500 ,,,,,1140040,,,,,,,,,,,,,,,"I was so moved, tears started to fall..." +260600 ,,,,,1140040,,千恵,Chie,029_CB20_c_058.wav,chie,,0,,,,,,,,"Eh, ehehe... you're welcome...?" +260700 ,,,,,1140040,,,,,,,,,,,,,,,"Chie-chan gives a shy smile, not really understanding." +260800 ,,,,,1140040,,,,,,,,,,,,,,,Chie-chan is just too cute! She's the best! +260900 ,$event_return,,,,,,,,,,,,,,,,,,, +261100 ,,,8,32,,,主人公,Kiyoshi,,,,,,,,,,,,"...Alright. It's all good now, Chie-chan. Today's part-time\njob is over!" +261200 ,,,,,,,千恵,Chie,029_CB20_c_059.wav,chie,,25,,,,,,,,"Over...? Haa... somehow, I'm tired..." +261300 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Sorry, it was a bit intense, wasn't it?" +261400 ,,,,,,,千恵,Chie,029_CB20_c_060.wav,chie,,22,,,,,,,,"Yeah... Oji-chan, you were sucking down there, it was\namazing..." +261500 ,,,,,,,主人公,Kiyoshi,,chie,,22,,,,,,,,Chie-chan... how was the adult play...? +261600 ,,,,,,,,,,chie,,22,,,,,,,,I hope she liked it... I wonder... +261700 ,,,,,,,千恵,Chie,029_CB20_c_061.wav,chie,,13,,,,,,,,Hmm... it felt nice and floaty~ +261800 ,,,,,,,,,,chie,,13,,,,,,,,Oh! Surprisingly good response! +261900 ,,,,,,,千恵,Chie,029_CB20_c_062.wav,chie,,13,,,,,,,,Uuu... but it was a little embarrassing... +262000 ,,,,,,,,,,chie,,13,,,,,,,,"Chie-chan blushes, recalling the act." +262100 ,,,,,,,主人公,Kiyoshi,,chie,,13,,,,,,,,"R-really! If it felt good, then it was worth the effort!" +262200 ,,,,,,,主人公,Kiyoshi,,chie,,13,,,,,,,,Next time too... can I ask for your part- time help again? +262300 ,,,,,,,千恵,Chie,029_CB20_c_063.wav,chie,,1,,,,,,,,...Yeah! I'll do it again! +262400 ,,,,,,,,,,chie,,1,,,,,,,,"A bright smile. Even after all that, she still seems full of\nenergy." +262500 ,,,,,,,千恵,Chie,029_CB20_c_064.wav,chie,,24,,,,,,,,"...Ah! Oji-chan, my payment!" +262600 ,,,,,,,,,,chie,,24,,,,,,,,"Chie-chan extends her hand. Oh, right, I almost forgot." +262700 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"Today... since you worked hard, here's 120 yen! How about\nthat?" +262800 ,,,,,,,千恵,Chie,029_CB20_c_065.wav,chie,,4,,,,,,,,"Wow!! Oji-chan, you're so generous!!" +262900 ,,,,,,,,,,chie,,4,,,,,,,,I place the money in Chie-chan's hand. One 100 yen coin and\ntwo 10 yen coins. +263000 ,,,,,,,千恵,Chie,029_CB20_c_066.wav,chie,,1,,,,,,,,Chie-chan is rich! Now I can buy lots of snacks!! +263100 ,,,,,,,,,,,,,,,,,,,,Chie-chan immediately heads into the store. She's probably\nplanning to buy more snacks. +263200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Haha... it seems she has no intention of paying back her\ndebt... +263300 ,,,,,,,,,,,,,,,,,,,,"I was a bit worried she might repay her debt, but it was\ncompletely unnecessary." +263400 ,,,,,,,,,,,,,,,,,,,,Chie-chan might have a 'live for the moment' mentality. +263500 ,,,,,,,千恵,Chie,029_CB20_c_067.wav,,,,,,,,,,,"Oji-chan! Hurry up! Over here, over here! Snacks!!" +263600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, wait! I'm coming right over!" +263700 ,,,,,,,,,,,,,,,,,,,,"As I head inside, Chie-chan is grinning while holding a\nbunch of snacks." +263800 ,,,,,,,,,,,,,,,,,,,,"After that, we spent time chatting about trivial things\nwhile eating snacks until it was time for Chie-chan to go\nhome." +263900 ,,,0,9000,,,,,,,,,,,,,,,, +264100 ,@030_CB21,,,,,,,,,,,,,,,,,,, +264300 ,,,4,31,,,,,,,,,,,,,,,,Another sunny day. +264400 ,,,,,,,,,,,,,,,,,,,,Bright light is streaming in through the window. It looks\nlike it's going to be another hot day. And it's not just the\ntemperature that's heating up. +264500 ,,,,,,,,,,,,,,,,,,,,"As promised yesterday, Tenka-chan should be arriving soon.\nJust thinking about what's to come makes my crotch heat up." +264600 ,,,,,,,,,,,,,,,,,,,,--Bzzzz. +264700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +264800 ,,,,,,,,,,,,,,,,,,,,"Unable to wait any longer, I was considering how many times\nI could relieve myself before she arrived when my phone\nbuzzed." +264900 ,,,,,,,甜花,Tenka,,,,,,,,,,,,'I'll be there soon.' +265000 ,,,,,,,,,,,,,,,,,,,,"It's a LIME message from Tenka-chan. She's so diligent to\nsend such a message. It feels like we're making a date plan,\nand it makes my heart dance." +265100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,'Be careful on your way here.' +265200 ,,,,,,,,,,,,,,,,,,,,"There. After it was marked as read, she sent the first\nsticker I gave her as a present." +265300 ,,,,,,,,,,,,,,,,,,,,"It's a sticker of Sakurai-kun, whom Tenka- chan loves,\ngiving a thumbs up and saying 'OK!' I'm glad she's using it." +265400 ,,,,,,,,,,,,,,,,,,,,"She said she couldn't buy stickers because they cost money,\nso I think she's using it as her favorite. It makes me want\nto give her another one." +265500 ,,,,,,,,,,,,,,,,,,,,That slightly cool Tenka-chan showing an unguarded smile\nunexpectedly makes my heart flutter. +265600 ,,,,,,,,,,,,,,,,,,,,"If I can see Tenka-chan happy, I feel like I want to do\nanything for her. Ah, they say cuteness is justice, and it's\nso true." +265700 ,,,,,,,甜花,Tenka,030_CB21_t_001.wav,,,,,,,,,,,"Uncle, I'm here." +265800 ,,,,,,,,,,,,,,,,,,,,"Soon, I heard Tenka-chan's voice from the front of the shop." +265900 ,,,,41,,,主人公,Kiyoshi,,,,,,,,,,,,"Good morning, Tenka-chan. Come to this room." +266000 ,,,,,,,甜花,Tenka,030_CB21_t_002.wav,"tenka,privateC",,20,,,,,,,,Excuse me... +266100 ,,,,,,,,,,tenka,,20,,,,,,,,"The way she neatly arranges her shoes shows her good\nupbringing. She can greet properly too, making Tenka-chan\nlook even cuter." +266200 ,,,,,,,,,,tenka,,20,,,,,,,,"I feel the urge to pat her head. But today, I plan to do\nsomething more fun than just patting. I'll hold back for\nnow." +266400 ,,,,31,,,,,,tenka,,23,,,,,,,,"Tenka-chan, who came into the room, asked with a slightly\nuneasy look." +266500 ,,,,,,,,,,tenka,,23,,,,,,,,Is she nervous being alone with me? Maybe she's wary that\nI'll play with her breasts like before. Even that expression\nlooks delicious and I don't dislike it. +266600 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Actually, I plan to start Tenka-chan's sexy project in\nearnest from today." +266700 ,,,,,,,甜花,Tenka,030_CB21_t_004.wav,tenka,,3,,,,,,,,Sexy project? What's that? +266800 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,The sexy project is a plan to turn the still-developing\nTenka-chan into a mature and sexy idol! +266900 ,,,,,,,,,,tenka,,3,,,,,,,,Bam! I declare it grandly as if making a major announcement. +267000 ,,,,,,,甜花,Tenka,030_CB21_t_005.wav,tenka,,37,,,,,,,,"Make me an idol... Can you really do that, Uncle?" +267100 ,,,,,,,,,,tenka,,37,,,,,,,,"Though she's suspicious, Tenka-chan seems interested when\nshe hears about being an idol. Just as I thought." +267200 ,,,,,,,,,,tenka,,37,,,,,,,,I figured talking about idols would be the best way to catch\nTenka-chan's interest. +267300 ,,,,,,,主人公,Kiyoshi,,tenka,,37,,,,,,,,"If you listen to what Uncle says, there's no doubt you'll\nbecome a hugely popular idol, Tenka-chan." +267400 ,,,,,,,,,,tenka,,37,,,,,,,,"I genuinely think Tenka-chan is cute. If I didn't, I\nwouldn't go out of my way to call her here and play tricks." +267500 ,,,,,,,主人公,Kiyoshi,,tenka,,37,,,,,,,,"Tenka-chan is cute, and since you're still growing, if you\nwork hard to polish yourself now, you can become an idol\nlike no one has ever seen before." +267600 ,,,,,,,甜花,Tenka,030_CB21_t_006.wav,tenka,,24,,,,,,,,"C-cute...? Uncle, is that really true?" +267700 ,,,,,,,,,,tenka,,24,,,,,,,,"She's blushing. When called cute, Tenka-chan gives a very\nhonest reaction." +267800 ,,,,,,,,,,tenka,,24,,,,,,,,"Of course, her appearance is cute, but it's these little\ngestures that make Tenka-chan adorable." +267900 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,"I'm not lying. But for that, I think we need to focus on\nenhancing Tenka-chan's sexy qualities, which are your\nstrengths." +268000 ,,,,,,,甜花,Tenka,030_CB21_t_007.wav,tenka,,0,,,,,,,,"So if I become sexy, I can become an idol?" +268100 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,"Exactly. You want to try the sexy project, don't you?" +268700 ,,,,,,,,,,tenka,,0,,,,,,,,Tenka-chan nods eagerly with a smile. +268800 ,,,,,,,,,,tenka,,0,,,,,,,,"It seems Tenka-chan has accepted the sexy project. Well\nthen, let's start today's sexy project right away." +268900 ,,,,,,,主人公,Kiyoshi,,tenka,,0,,,,,,,,"By the way, Tenka-chan, what do you think is necessary to\nbecome sexy?" +269000 ,,,,,,,甜花,Tenka,030_CB21_t_010.wav,tenka,,23,,,,,,,,Um... height? +269100 ,,,,,,,,,,,,,,,,,,,,"Hmm, that was a letdown. I thought she understood to some\nextent. Doesn't she get why we measured her three sizes last\ntime?" +269200 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Yes, tall and slender women are sexy. But there's something\nmore important." +269300 ,,,,,,,甜花,Tenka,030_CB21_t_011.wav,tenka,,23,,,,,,,,"What? Tell me, Uncle." +269400 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,The answer is the chest. +269500 ,,,,,,,甜花,Tenka,030_CB21_t_012.wav,tenka,,20,,,,,,,,The chest...? +269600 ,,,,,,,,,,tenka,,20,,,,,,,,"Recalling the previous incident, Tenka-chan instinctively\ncovers her chest." +269700 ,,,,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,"Women with large chests are sexy, right? I think there are\nmany idol fans who like big and sexy chests." +269800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"You know, like 'Kojuharu', don't you think she's sexy with\nher big chest?" +269900 ,,,,,,,甜花,Tenka,030_CB21_t_013.wav,tenka,,21,,,,,,,,"Hmm, maybe..." +270000 ,,,,,,,,,,tenka,,21,,,,,,,,Is she imagining it in her head? She's nodding while looking\ndiagonally upward. +270100 ,,,,,,,甜花,Tenka,030_CB21_t_014.wav,tenka,,23,,,,,,,,"So, the sexy project... is about making the chest... bigger?" +270200 ,,,,,,,,,,tenka,,23,,,,,,,,Tenka-chan looks at me a bit anxiously. She seems worried\nthat I'll do something strange again. +270300 ,,,,,,,,,,tenka,,23,,,,,,,,Well... that's what we're going to do! +270400 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"To become sexy, you need more than just a chest. But today,\nlet's learn how to make the chest bigger." +270500 ,,,,,,,甜花,Tenka,030_CB21_t_015.wav,tenka,,1,,,,,,,,Got it. +270600 ,,,,,,,,,,tenka,,1,,,,,,,,"So, today's curriculum is about how to make the breasts\nbigger." +270700 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Tenka-chan, do you know why a girl's chest gets bigger?" +270800 ,,,,,,,甜花,Tenka,030_CB21_t_016.wav,tenka,,3,,,,,,,,Isn't it because they're girls? +270900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Of course, since boys don't get bigger, that's correct." +271000 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,There's something necessary for the chest to grow. Do you\nknow what it is? +271100 ,,,,,,,甜花,Tenka,030_CB21_t_017.wav,tenka,,14,,,,,,,,"No, I don't know." +271200 ,,,,,,,,,,tenka,,14,,,,,,,,Tenka-chan shakes her head. +271300 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,Have you heard of female hormones? They play a role in\nmaking the chest bigger. +271400 ,,,,,,,甜花,Tenka,030_CB21_t_018.wav,tenka,,34,,,,,,,,"I've heard of it, but... I don't really understand." +271500 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"The topic of hormones can get complicated, so for now, just\nunderstand that female hormones are necessary for making the\nchest bigger." +271600 ,,,,,,,甜花,Tenka,030_CB21_t_019.wav,tenka,,27,,,,,,,,"Yeah, I got it." +271700 ,,,,,,,,,,tenka,,27,,,,,,,,That was fast! +271800 ,,,,,,,,,,tenka,,27,,,,,,,,It seems like Tenka-chan is really into the sexy plan. +271900 ,,,,,,,主人公,Kiyoshi,,tenka,,27,,,,,,,,"Female hormones are produced inside the body. So, if you\nproduce a lot, your chest will grow bigger." +272000 ,,,,,,,甜花,Tenka,030_CB21_t_020.wav,tenka,,7,,,,,,,,How do you produce a lot? Should I eat a lot of food? +272100 ,,,,,,,主人公,Kiyoshi,,tenka,,7,,,,,,,,"Nutrition is somewhat necessary, but that's not it. Hmm,\nlet's see. First... maybe you should learn about naughty\nthings?" +272200 ,,,,,,,甜花,Tenka,030_CB21_t_021.wav,tenka,,4,,,,,,,,Eh... w-why? +272300 ,,,,,,,,,,tenka,,4,,,,,,,,The sudden mention of 'naughty' surprised Tenka-chan. +272400 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"When you do naughty things, a lot of female hormones are\nproduced. So, to make your chest bigger, you need to learn\nabout naughty things." +272500 ,,,,,,,甜花,Tenka,030_CB21_t_022.wav,tenka,,13,,,,,,,,I see... If it's just learning... +272600 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Let me ask directly, Tenka-chan, do you masturbate?" +272700 ,,,,,,,甜花,Tenka,030_CB21_t_023.wav,tenka,,31,,,,,,,,Eh... I-I don't know about that! +272800 ,,,,,,,,,,tenka,,31,,,,,,,,"Huh? I felt something off about Tenka-chan's strong denial.\nIf she didn't know, her reaction should be more normal..." +272900 ,,,,,,,,,,tenka,,31,,,,,,,,"Could it be that she knows it's something naughty, and\nthat's why she's reacting this way?" +273000 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,Do you really not know? +273100 ,,,,,,,甜花,Tenka,030_CB21_t_024.wav,tenka,,11,,,,,,,,"I told you, I don't know!" +273200 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,Is that so? Are you sure you don't actually know? +273400 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"This is important for becoming an idol, so don't be\nembarrassed and lie, okay?" +273600 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,"It's okay. For a girl around your age, it's not strange to\nknow about it." +273700 ,,,,,,,,,,tenka,,16,,,,,,,,"In fact, Komako-chan knew about masturbation and even showed\nme how she does it." +274000 ,,,,,,,甜花,Tenka,030_CB21_t_027.wav,tenka,,6,,,,,,,,...I've never done it. I just know a little about it... +274100 ,,,,,,,主人公,Kiyoshi,,tenka,,6,,,,,,,,"You've never done it, but you know what masturbation is?" +274200 ,,,,,,,甜花,Tenka,030_CB21_t_028.wav,tenka,,26,,,,,,,,Yeah... +274300 ,,,,,,,,,,tenka,,26,,,,,,,,"Before I knew it, Tenka-chan's face turned red, like a ripe\ntomato." +274400 ,,,,,,,,,,tenka,,26,,,,,,,,She doesn't need to be so embarrassed. +274500 ,,,,,,,,,,tenka,,26,,,,,,,,"It seems Tenka-chan has never masturbated. Living in the\ncity and having a smartphone, information can come from\nanywhere." +274600 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"Even though you know, you never thought about trying it?" +274700 ,,,,,,,甜花,Tenka,030_CB21_t_029.wav,tenka,,13,,,,,,,,"Well, it's just... it's scary... My mom told me not to touch\ndown there..." +274800 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,I see~ +275100 ,,,,,,,,,,,,,,,,,,,,"Well, that's only natural. I've never heard of parents\nteaching a girl Tenka-chan's age about masturbation." +275200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Then, to make your breasts bigger, let's learn how to\nmasturbate today." +275400 ,,,,,,,甜花,Tenka,030_CB21_t_030.wav,tenka,,26,,,,,,,,No... I don't want to do that. +275500 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"But, Tenka-chan, you want to have bigger breasts and be\nsexy, right? Then you have to try hard now!" +275600 ,,,,,,,甜花,Tenka,030_CB21_t_031.wav,tenka,,6,,,,,,,,B-but! Ugh... +275700 ,,,,,,,,,,tenka,,6,,,,,,,,She wants to be an idol. But she's scared and embarrassed to\nmasturbate. I can see the conflict swirling in Tenka-chan's\nmind. +275800 ,,,,,,,,,,tenka,,6,,,,,,,,I have to give her a little push here. +275900 ,,,,,,,主人公,Kiyoshi,,tenka,,6,,,,,,,,"Don't worry. Even if it's your first time, I'll teach you\nhow to do it properly. That's why I'm here." +276000 ,,,,,,,甜花,Tenka,030_CB21_t_032.wav,tenka,,13,,,,,,,,"...If I do what you say, will I be able to do it right?" +276100 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Leave it to me. I'm one of the world's top masturbators, you\nknow? Oh, but you don't care about that, right?" +276200 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,Alright. Let's try masturbating right away! +276300 ,,,,,,,甜花,Tenka,030_CB21_t_033.wav,tenka,,16,,,,,,,,N-now... right now? +276400 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,That's right. +276500 ,,,,,,,甜花,Tenka,030_CB21_t_034.wav,tenka,,33,,,,,,,,Does that mean... you're going to watch me... do it? +276600 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,I can't teach you if I don't watch. +276700 ,,,,,,,甜花,Tenka,030_CB21_t_035.wav,tenka,,26,,,,,,,,U-ugh... +276800 ,,,,,,,,,,tenka,,26,,,,,,,,"Hearing that she has to show me her masturbation, Tenka-\nchan's face stiffens." +276900 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"Come on, if you don't hurry, it'll be time for Chi-chan and\nthe others to come." +277000 ,,,,,,,甜花,Tenka,030_CB21_t_036.wav,tenka,,31,,,,,,,,But... +277100 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"Come on, sit on this sofa?" +277200 ,,,,,,,甜花,Tenka,030_CB21_t_037.wav,tenka,,24,,,,,,,,Kya! Wait...! +277400 ,,,9,,3120000,,,,,,,,,,,,,,, +277500 ,*mem,,,,3120000,,,,,,,,,,,,,,, +277600 ,,,9,,3120000,,,,,,,,,,,,,,,"I take Tenka-chan's hand and sit her on the sofa. I have her\nsit with her knees up, like in a crouched position." +277700 ,,,,,3120000,,,,,,,,,,,,,,,"From my angle, I can see right up her skirt. Ah, what a\nview~." +277800 ,,,,,3120000,,,,,,,,,,,,,,,"Uh-oh, this is bad... Just this is already too stimulating,\nand I'm getting hard." +277900 ,,,,,3120000,,,,,,,,,,,,,,,"Hold on, hold on, my penis!" +278000 ,,,,,3120000,,甜花,Tenka,030_CB21_t_038.wav,tenka,,0,,,,,,,,I don't like this position... You're seeing my panties... +278100 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry. But this way, I can see Tenka-chan's masturbation\nbetter." +278200 ,,,,,3120000,,甜花,Tenka,030_CB21_t_039.wav,tenka,,0,,,,,,,,Do I really have to... masturbate? +278300 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"As the first step in the sexy plan, you have to try hard or\nwe can't move forward." +278400 ,,,,,3120000,,甜花,Tenka,030_CB21_t_040.wav,tenka,,0,,,,,,,,Ugh... Even if you say that... hmm... +278500 ,,,,,3120000,,,,,,,,,,,,,,,"It seems Tenka-chan just can't make up her mind. Her face is\nstill red, and her hands aren't moving to her crotch." +278600 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"You know how to do it, right? You just touch your crotch\nwith your hand." +278700 ,,,,,3120000,,甜花,Tenka,030_CB21_t_041.wav,tenka,,0,,,,,,,,"I know that, but... touching my crotch is dirty... and\nscary..." +278800 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. Look, if you touch it over your panties, it's\nless stimulating. Just move your hand like this." +278900 ,,,,,3120000,,甜花,Tenka,030_CB21_t_042.wav,tenka,,0,,,,,,,,"Ah, wait, stop!" +279000 ,,,,,3120000,,,,,,,,,,,,,,,"I place Tenka-chan's hand on her panties, but she quickly\npulls it back." +279100 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan... don't you want to make your breasts bigger? To\nbecome an idol, you have to overcome this hurdle." +279200 ,,,,,3120000,,甜花,Tenka,030_CB21_t_043.wav,tenka,,0,,,,,,,,Do I really... really have to do it? Isn't there another\nway? +279300 ,,,,,3120000,,,,,,,,,,,,,,,Tenka-chan looks at me pleadingly. +279400 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"With such a half-hearted resolve, you can't become a top\nidol." +279500 ,,,,,3120000,,甜花,Tenka,030_CB21_t_044.wav,tenka,,0,,,,,,,,But... +279600 ,,,,,3120000,,,,,,,,,,,,,,,"Her eyes, like those of a small animal about to cry, make\neven my conscience ache." +279800 ,,,,,3120000,,,,,,,,,,,,,,,"But I can't back down now. For Tenka-chan's sake and mine,\nshe has to try her first masturbation." +279900 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,Hmm... +280000 ,,,,,3120000,,,,,,,,,,,,,,,"Come to think of it, I heard on the internet that applying\nmenthol tablets or lip balm to the pussy makes it feel\namazing..." +280100 ,,,,,3120000,,,,,,,,,,,,,,,"...Could this work? If it's lip balm, it should be in the\nback drawer!" +280200 ,,,,,3120000,,,,,,,,,,,,,,,I return from the next room with a used lip balm in hand. +280300 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, should I apply some medicine for you?" +280400 ,,,,,3120000,,甜花,Tenka,030_CB21_t_045.wav,tenka,,0,,,,,,,,Medicine? What kind of medicine? +280500 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"It's lip balm. Lip balm has the effect of making you want to\ntouch your crotch. Since it's something you put on your\nlips, it's fine to apply it to your crotch too, right?" +280600 ,,,,,3120000,,,,,,,,,,,,,,,"As I say this, I twist the base of the lip balm." +280900 ,,,,,3120000,,,,,,,,,,,,,,,"Come to think of it, since I'm using this lip balm, does\nthat mean I'm indirectly going down on Tenka-chan!?" +281100 ,,,,,3120000,,,,,,,,,,,,,,,I'm getting really excited... +281200 ,,,,,3120000,,甜花,Tenka,030_CB21_t_046.wav,tenka,,0,,,,,,,,"No, don't just put that on without asking!" +281300 ,,,,,3120000,,,,,,,,,,,,,,,"As I reach for Tenka-chan's panties with the lip balm in\nhand, her hands block my way." +281400 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. I'm just applying some medicine. Come on, can you\nmove your hands?" +281500 ,,,,,3120000,,甜花,Tenka,030_CB21_t_047.wav,tenka,,0,,,,,,,,I-I'll do it myself... +281600 ,,,,,3120000,,主人公,Kiyoshi,,,,,,,,,,,,"It's hard to apply it yourself, right? Let me do it for you." +281700 ,,,,,3120000,,,,,,,,,,,,,,,"Half-forcefully, I move Tenka-chan's hands aside. And\nthen..." +281900 ,,,,,3120010,,甜花,Tenka,030_CB21_t_048.wav,tenka,,0,,,,,,,,"Eek!? Ah... no... Mister, stop!" +282000 ,,,,,3120010,,,,,,,,,,,,,,,I slide her panties aside with my right hand and apply the\nlip balm along the slit that peeks out. +282100 ,,,,,3120010,,甜花,Tenka,030_CB21_t_049.wav,tenka,,0,,,,,,,,Ah... ugh... no... I don't want this... +282200 ,,,,,3120010,,主人公,Kiyoshi,,,,,,,,,,,,"I'm just applying medicine. Relax your shoulders. Come on,\ndeep breaths, deep breaths." +282300 ,,,,,3120010,,,,,,,,,,,,,,,"Saying whatever comes to mind, I keep applying the lip balm\nuntil Tenka-chan's slit is shiny." +282400 ,,,,,3120010,,甜花,Tenka,030_CB21_t_050.wav,tenka,,0,,,,,,,,Inhale... exhale... +282700 ,,,,,3120010,,主人公,Kiyoshi,,,,,,,,,,,,"For disinfection, I'll apply a little deeper, okay?" +282800 ,,,,,3120010,,甜花,Tenka,030_CB21_t_051.wav,tenka,,0,,,,,,,,I-I think you've put on enough already... +282900 ,,,,,3120010,,主人公,Kiyoshi,,,,,,,,,,,,"It's an important place for Tenka-chan, right? It would be a\nproblem if something happened." +283100 ,,,,,3120010,,,,,,,,,,,,,,,The disinfection excuse is a complete lie; I just want to\nenjoy myself. +283200 ,,,,,3120010,,甜花,Tenka,030_CB21_t_053.wav,tenka,,0,,,,,,,,Phew... haaah... +283500 ,,,,,3120010,,,,,,,,,,,,,,,"As I carefully apply the lip balm, a little moisture starts\nto seep out from the slit." +283600 ,,,,,3120010,,,,,,,,,,,,,,,Could it be that it's getting wet? +283800 ,,,,,3120020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright. With this much applied, it should be fine. Tenka-\nchan, do you feel like touching your crotch?" +283900 ,,,,,3120020,,,,,,,,,,,,,,,I put her panties back in place and leave the rest to Tenka-\nchan. +284100 ,,,,,3120020,,甜花,Tenka,030_CB21_t_054.wav,tenka,,0,,,,,,,,"You're so mean, mister..." +284200 ,,,,,3120020,,主人公,Kiyoshi,,,,,,,,,,,,Sorry. I was a bit forceful. But this is for Tenka-chan's\nsake. +284300 ,,,,,3120020,,甜花,Tenka,030_CB21_t_055.wav,tenka,,0,,,,,,,,I told you to stop... +284400 ,,,,,3120020,,主人公,Kiyoshi,,,,,,,,,,,,How does it feel? +284500 ,,,,,3120020,,甜花,Tenka,030_CB21_t_056.wav,tenka,,0,,,,,,,,...My crotch feels cool... it's a strange feeling... +284600 ,,,,,3120020,,,,,,,,,,,,,,,"That strange feeling must mean she's feeling it. Since I\nconfirmed it's wet, there's no doubt." +284700 ,,,,,3120020,,主人公,Kiyoshi,,,,,,,,,,,,"The cool feeling means the medicine is working. Come on,\ndon't you feel like touching your crotch?" +284900 ,,,,,3120020,,,,,,,,,,,,,,,"As I say that, Tenka-chan's finger slowly approaches the\ncrotch area..." +285000 ,,,,,3120030,,甜花,Tenka,030_CB21_t_057.wav,tenka,,0,,,,,,,,...Nn. +285100 ,,,,,3120030,,,,,,,,,,,,,,,"Cautiously reaching out, Tenka-chan finally touches her\npussy over her panties." +285200 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"Oh! You finally did it, Tenka-chan! Just like that, keep\ntouching the slit with your fingers." +285300 ,,,,,3120030,,甜花,Tenka,030_CB21_t_058.wav,tenka,,0,,,,,,,,Haa... nn... +285400 ,,,,,3120030,,,,,,,,,,,,,,,"A soft sigh escapes from Tenka-chan's lips. Seeing Tenka-\nchan's first masturbation, I also get excited, and my dick\nbecomes rock hard." +285500 ,,,,,3120030,,,,,,,,,,,,,,,"With a slow, gentle motion, Tenka-chan's finger traces the\nslit of her panties." +285600 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,How is it? Does it feel good? +285700 ,,,,,3120030,,甜花,Tenka,030_CB21_t_059.wav,tenka,,0,,,,,,,,I don't know... But my crotch feels like it's tingling... +285800 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,That's your crotch sending signals that it wants more\nattention. +285900 ,,,,,3120030,,甜花,Tenka,030_CB21_t_060.wav,tenka,,0,,,,,,,,I'm scared... +286000 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"You're doing it right. Once you get used to it, try moving\nyour fingers faster or inserting them into the slit." +286100 ,,,,,3120030,,甜花,Tenka,030_CB21_t_061.wav,tenka,,0,,,,,,,,Okay... Haa... nn... +286200 ,,,,,3120030,,,,,,,,,,,,,,,"Her fingers cautiously moving over her panties are quite\nfrustrating, but it's a captivating sight in its own way." +286300 ,,,,,3120030,,,,,,,,,,,,,,,"From clumsy masturbation, gradually moving to seek her own\npleasure... I want to see that. I want her to show me. So,\ndo your best, Tenka-chan! Your breasts will grow bigger too!" +286400 ,,,,,3120030,,甜花,Tenka,030_CB21_t_062.wav,tenka,,0,,,,,,,,It feels like my panties... are getting wet... +286500 ,,,,,3120030,,,,,,,,,,,,,,,"Looking closely, there was a small stain on Tenka-chan's\npanties." +286600 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,That's what happens when a girl feels good. It means Tenka-\nchan is feeling good from masturbating right now. +286700 ,,,,,3120030,,甜花,Tenka,030_CB21_t_063.wav,tenka,,0,,,,,,,,No... Don't say things like that... +286800 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"Why not? Knowing you're doing it right should make you feel\nrelieved, right?" +286900 ,,,,,3120030,,甜花,Tenka,030_CB21_t_064.wav,tenka,,0,,,,,,,,It's embarrassing... I don't like it... You're such a\npervert... +287000 ,,,,,3120030,,,,,,,,,,,,,,,"Even as she glares at me resentfully, Tenka- chan's fingers\ndon't stop." +287100 ,,,,,3120030,,,,,,,,,,,,,,,"It's probably because of the menthol that she's being forced\nto touch herself, but I think she's starting to feel some\nsexual pleasure from it." +287300 ,,,,,3120030,,甜花,Tenka,030_CB21_t_065.wav,tenka,,0,,,,,,,,Haa... haa... nnk. +287400 ,,,,,3120030,,,,,,,,,,,,,,,"Her fingers are becoming a bit bolder. It seemed like they\nwere only moving a few millimeters, but now they're tracing\nup and down firmly." +287500 ,,,,,3120030,,,,,,,,,,,,,,,"However, she still seems hesitant to insert them into the\nslit." +287600 ,,,,,3120030,,甜花,Tenka,030_CB21_t_066.wav,tenka,,0,,,,,,,,Is this... right? Uncle... +287700 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"If it feels good to you, Tenka-chan, then it's proof you're\ndoing it right." +287800 ,,,,,3120030,,甜花,Tenka,030_CB21_t_067.wav,tenka,,0,,,,,,,,"Feeling good... I've never done this before, so I don't\nknow..." +287900 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"But your crotch is getting wet, right? It wouldn't get wet\nif it didn't feel good, you know?" +288000 ,,,,,3120030,,甜花,Tenka,030_CB21_t_068.wav,tenka,,0,,,,,,,,I don't know! I-It just came out on its own... Nn... haa... +288100 ,,,,,3120030,,,,,,,,,,,,,,,"She seems determined not to admit it feels good. But her\nbody is honest, and she continues to masturbate." +288200 ,,,,,3120030,,甜花,Tenka,030_CB21_t_069.wav,tenka,,0,,,,,,,,"Even if it doesn't feel good, as long as my breasts get\nbigger..." +288300 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"If it doesn't feel good, then you're not doing it right. So\nif it doesn't feel good, your breasts won't get bigger." +288400 ,,,,,3120030,,甜花,Tenka,030_CB21_t_070.wav,tenka,,0,,,,,,,,Nn... no... ah! +288500 ,,,,,3120030,,,,,,,,,,,,,,,Twitch! Tenka-chan's body jolted. Her fingers are gently\npressing into the slit over her panties. +288600 ,,,,,3120030,,,,,,,,,,,,,,,She might be anxious because she heard that her breasts\nwon't grow unless it feels good. +288700 ,,,,,3120030,,甜花,Tenka,030_CB21_t_071.wav,tenka,,0,,,,,,,,"What was that? My voice came out on its own, and I\ntwitched... Should I stop going inside?" +288800 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"No. It's the opposite. It felt so good that your voice came\nout reflexively. Tenka-chan, you're very sensitive inside." +288900 ,,,,,3120030,,甜花,Tenka,030_CB21_t_072.wav,tenka,,0,,,,,,,,No way... What should I do? +289000 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"Try touching inside more. Then you'll understand how good\nmasturbation feels, Tenka-chan." +289100 ,,,,,3120030,,甜花,Tenka,030_CB21_t_073.wav,tenka,,0,,,,,,,,...Nn... Nn ah... hya... no! +289200 ,,,,,3120030,,,,,,,,,,,,,,,"Her fingers move lewdly, pressing the fabric of her panties\ninto the slit." +289300 ,,,,,3120030,,,,,,,,,,,,,,,"She seems a bit scared of the intense stimulation, yet her\ncuriosity about the unknown pleasure is driving her...\nthat's how it seems." +289400 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"See, there... it feels good, right?" +289500 ,,,,,3120030,,甜花,Tenka,030_CB21_t_074.wav,tenka,,0,,,,,,,,"Fua... ah, ahh..." +289600 ,,,,,3120030,,,,,,,,,,,,,,,The sighs escaping from Tenka-chan have now turned into what\ncould be called moans. +289700 ,,,,,3120030,,甜花,Tenka,030_CB21_t_075.wav,tenka,,0,,,,,,,,This is... what feeling good means... +289800 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,"It seems like you're getting it. With this, you can become a\nsexy idol with curves!" +289900 ,,,,,3120030,,甜花,Tenka,030_CB21_t_076.wav,tenka,,0,,,,,,,,"Yeah...! Haa... hya! I'll become... an idol... Ah, hin! My\nbreasts, get bigger..." +290000 ,,,,,3120030,,,,,,,,,,,,,,,"The Tenka-chan who once refused to masturbate is no longer\nthere; instead, there's a girl trying her best to feel good\nwith her newfound masturbation skills." +290100 ,,,,,3120030,,甜花,Tenka,030_CB21_t_077.wav,tenka,,0,,,,,,,,"Ah... ah... Uncle, s-something's coming... W-what is this...\nIt's scary, but I don't want to stop my hand...!" +290200 ,,,,,3120030,,主人公,Kiyoshi,,,,,,,,,,,,Just keep going... you'll feel really good. +290300 ,,,,,3120030,,,,,,,,,,,,,,,"Tenka-chan seems bewildered by the anticipation of her first\nclimax, but bring it on. Come on, show me. The future idol's\nfirst orgasm!" +290400 ,,,,,3120030,,甜花,Tenka,030_CB21_t_078.wav,tenka,,0,,,,,,,,"Haa... nku... ah, what should I do, what should I do? I\ncan't stop... I can't stop..." +290500 ,,,,,3120030,,,,,,,,,,,,,,,"Her fingers, placed on the slit, move busily to reach the\npeak. Tenka-chan's body trembles with a jolt." +290600 ,,,,,3120030,,甜花,Tenka,030_CB21_t_079.wav,tenka,,0,,,,,,,,Nnnn... Nnn~~! +290800 ,,,,,3120040,,,,,,,,,,,,,,,"Jolt, shake shake shake――!" +290900 ,,,,,3120040,,甜花,Tenka,030_CB21_t_080.wav,tenka,,0,,,,,,,,Nn... fua... haa... +291000 ,,,,,3120040,,主人公,Kiyoshi,,,,,,,,,,,,"It looks like you came, Tenka-chan." +291100 ,,,,,3120040,,甜花,Tenka,030_CB21_t_081.wav,tenka,,0,,,,,,,,Came...? +291200 ,,,,,3120040,,主人公,Kiyoshi,,,,,,,,,,,,"It means you felt good from masturbating. If you masturbate\nenough to come, you'll have plenty of female hormones." +291300 ,,,,,3120040,,甜花,Tenka,030_CB21_t_082.wav,tenka,,0,,,,,,,,Then...? +291400 ,,,,,3120040,,主人公,Kiyoshi,,,,,,,,,,,,"Congratulations, Tenka-chan. The first session of the sexy\nplan was a big success!" +291500 ,,,,,3120040,,,,,,,,,,,,,,,I give her a round of applause. +291600 ,,,,,3120040,,,,,,,,,,,,,,,"Tenka-chan, still limp on the sofa," +291700 ,,,,,3120040,,甜花,Tenka,030_CB21_t_083.wav,tenka,,0,,,,,,,,...That was nice... +291800 ,,,,,3120040,,,,,,,,,,,,,,,she said with a smile. +291900 ,,,,,3120040,,,,,,,,,,,,,,,"Thanks to coming, her love juices must have overflowed, as\nthe stain on her panties has grown larger." +292000 ,,,,,3120040,,,,,,,,,,,,,,,Tenka-chan's masturbation was amazing. I can't count how\nmany times I thought about taking out my dick and joining\nin. +292100 ,$event_return,,,,,,,,,,,,,,,,,,, +292300 ,,,5,35,,,主人公,Kiyoshi,,,,,,,,,,,,How was it? Your first time masturbating? +292400 ,,,,,,,甜花,Tenka,030_CB21_t_084.wav,tenka,,16,,,,,,,,"At first, I was scared... but once I started, I couldn't\nstop... it felt good." +292500 ,,,,,,,,,,tenka,,16,,,,,,,,The way she lowers her voice at the end is adorable. +292600 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,But you can't just stop here. You need to do it a lot for it\nto be effective. +292700 ,,,,,,,甜花,Tenka,030_CB21_t_085.wav,tenka,,13,,,,,,,,Yeah... +292800 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"You can masturbate even when I'm not watching, right?" +292900 ,,,,,,,甜花,Tenka,030_CB21_t_086.wav,tenka,,33,,,,,,,,"I think I can... but, my crotch feels a bit sore..." +293000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"That's because I applied lip balm today. If you don't apply\nit, it shouldn't feel sore." +293200 ,,,,,,,甜花,Tenka,030_CB21_t_087.wav,tenka,,26,,,,,,,,I did feel good... but... my panties are all slippery... +293300 ,,,,,,,,,,tenka,,26,,,,,,,,"It's proof of the success of the sexy plan, but Tenka-chan\nseems uncomfortable." +293400 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,Do you want to take a bath before Chie-chan and Komako-chan\ncome? +293500 ,,,,,,,甜花,Tenka,030_CB21_t_088.wav,tenka,,4,,,,,,,,A bath? Is that okay? +293600 ,,,,,,,,,,tenka,,4,,,,,,,,Tenka-chan's eyes sparkled with joy. +293700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, of course." +293800 ,,,,,,,,,,,,,,,,,,,,It must be really uncomfortable for her to have her pussy so\nwet. +293900 ,,,,,,,,,,,,,,,,,,,,"For a guy, it's like wearing underwear that's stiff with\nsemen or precum. That's definitely uncomfortable." +294000 ,,,,,,,,,,,,,,,,,,,,"Alright, then I'll wash Tenka-chan's panties for her. I\nmight do something before washing them, but since I'm\nwashing them, it doesn't matter, right?" +294100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,The bath is this way. +294200 ,,,,65,,,,,,,,,,,,,,,,I guide Tenka-chan to the bath while bending forward. +294300 ,,,,,,,甜花,Tenka,030_CB21_t_089.wav,tenka,,3,,,,,,,,Uncle? Your walking looks a bit strange? +294400 ,,,,,,,,,,tenka,,3,,,,,,,,"It's only natural to get an erection after seeing such a\nsight. I tried to hide the bulge in my crotch, but Tenka-\nchan looked at me with a puzzled expression." +294500 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Ha, hahaha... Maybe I'm getting old? My back hurts..." +294600 ,,,,,,,,,,tenka,,3,,,,,,,,I cover it up with a rather lame excuse. +294900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Well then, I'll go heat up the bath, so wait in the room,\nokay?" +295000 ,,,,,,,甜花,Tenka,030_CB21_t_090.wav,tenka,,1,,,,,,,,Okay. +295100 ,,,,,,,,,,tenka,,1,,,,,,,,I start preparing the bath diligently. All for the sake of\nthe panties! +295200 ,,,,,,,,,,,,,,,,,,,, +295400 ,@031_CB22,,,,,,,,,,,,,,,,,,, +295700 ,,,5,65,,,,,,,,,,,,,,,,"Just as Tenka-chan is about to get ready for the bath, the\nstore's shutter is suddenly banged on!" +295800 ,,,,,,,,,,,,,,,,,,,,"Startled by the sound echoing through the store, I shudder\nviolently." +295900 ,,,,,,,,,,,,,,,,,,,,It seems Tenka-chan was just as surprised. She hurriedly hid\nin the shadow of my back. +296000 ,,,,,,,,,,,,,,,,,,,,I was so close to enjoying Tenka-chan's bath time... Who's\ntrying to interrupt? +296100 ,,,,,,,,,,,,,,,,,,,,This is unacceptable! I want to secretly peek at Tenka-chan\nwhile she's in the bath! +296200 ,,,,,,,,,,,,,,,,,,,,"Ignore those inconsiderate people, just ignore them!" +296300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"That was surprising... Are you okay, Tenka- chan?" +296400 ,,,,,,,甜花,Tenka,031_CB22_t_000.wav,,,,,,,"tenka,privateC",,12,,Y-Yeah... +296500 ,,,,,,,,,,,,,,,,tenka,,12,,"Tenka-chan's body is trembling slightly. ...I was startled\ntoo, so it's no wonder she's scared." +296600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,"Tenka-chan, go ahead and take a bath first. Don't worry\nabout what's outside." +296700 ,,,,,,,,,,,,,,,,tenka,,12,,"As I try to guide Tenka-chan to the changing room, I hear a\nfamiliar voice from outside." +296800 ,,,,,,,千恵,Chie,031_CB22_c_000.wav,,,,,,,tenka,,12,,Uncle! I'm here! +296900 ,,,,,,,,,,,,,,,,tenka,,4,,That energetic voice... It's definitely Chie- chan. +297000 ,,,,,,,,,,,,,,,,tenka,,4,,"I thought about ignoring it, but with Chie- chan, that's\nimpossible." +297100 ,,,,,,,,,,,,,,,,tenka,,4,,"Sorry, Tenka-chan... It looks like the bath will have to\nwait until next time." +297200 ,,,,,,,甜花,Tenka,031_CB22_t_001.wav,,,,,,,tenka,,4,,Eh... Chie and the others are already here? +297300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,4,,"Tenka-chan... I really want to let you use the bath, but\nChie-chan and the others have arrived..." +297400 ,,,,,,,甜花,Tenka,031_CB22_t_002.wav,,,,,,,tenka,,34,,"I won't go in! ...If they ask why I was in the bath later, I\nwon't be able to answer!" +297500 ,,,,,,,,,,,,,,,,tenka,,34,,"Tenka-chan and I were on the same page. Now that it's\ndecided, let's quickly welcome Chie-chan." +297600 ,,,,21,,,主人公,Kiyoshi,,,,,,,,,,,,Just wait a moment. I'll open it right away. ―Alright! +297700 ,,,,,,,,,,,,,,,,,,,,"As I raised the shutter, Chie-chan and Komako-chan entered\nthe shop as if they had been waiting." +297800 ,,,,,2130000,,,,,,,,,,,,,,,"Oh, Komako-chan was with her too... What are they wearing?!" +297900 ,,,,,2130000,,千恵,Chie,031_CB22_c_001.wav,,,,,,,,,,,Ugh... We're soaked from the rain... +298100 ,,,,,2130000,,主人公,Kiyoshi,,,,,,,,,,,,Why are you both so wet?! +298200 ,,,,,2130000,,,,,,,,,,,,,,,"Even though I was a bit flustered, my eyes were glued to\nChie-chan and Komako-chan." +298300 ,,,,,2130000,,,,,,,,,,,,,,,Their rain-soaked appearance was incredibly alluring to me. +298400 ,,,,,2130000,,,,,,,,,,,,,,,Especially Komako-chan's outfit was a perfect hit. It exuded\nan overwhelming sense of eros. +298500 ,,,,,2130000,,,,,,,,,,,,,,,"The wet white dress clung tightly to her smooth, white skin,\nrevealing her nipples and panties!" +298600 ,,,,,2130000,,コマコ,Komako,031_CB22_k_000.wav,,,,,,,,,,,"...Chie-chan, come over here." +298700 ,,,,,2130000,,千恵,Chie,031_CB22_c_002.wav,,,,,,,,,,,"Eh...? What's wrong, Koma-chan?" +298800 ,,,,,2130000,,コマコ,Komako,031_CB22_k_001.wav,,,,,,,,,,,"...It's nothing. Don't worry about it, Chie- chan." +298900 ,,,,,2130000,,,,,,,,,,,,,,,"Saying that, Komako-chan glared at me as if to protect Chie-\nchan." +299000 ,,,,,2130000,,,,,,,,,,,,,,,...But it was Komako-chan who was being looked at... +299100 ,,,,,2130000,,,,,,,,,,,,,,,"Whether she's oblivious to herself or desperately trying to\nprotect Chie-chan, she's way too defenseless." +299200 ,,,,,2130000,,,,,,,,,,,,,,,"Damn it... After watching Tenka-chan's masturbation, seeing\nthis makes me want to masturbate as soon as possible!" +299300 ,,,,,2130000,,,,,,,,,,,,,,,Even though it's still morning... I'm completely aroused. +299400 ,,,,,2130000,,,,,,,,,,,,,,,"As I was frozen in place by the overwhelming sight, Chie-\nchan came trotting over to me." +299500 ,,,,,2130000,,,,,,,,,,,,,,,...Could it be she's going to hug me!? Bring it on! I'll hug\nher with all my might! +299600 ,,,,,2130000,,,,,,,,,,,,,,,"Thinking that, I spread my arms wide, but Chie-chan passed\nby my side... Huh? Wasn't she going to hug me?" +299800 ,,,,35,,,千恵,Chie,031_CB22_c_003.wav,,,,"chie,privateC",,4,,,,,"Oh, it's Tenka-chan! You're already here?" +299900 ,,,,,,,甜花,Tenka,031_CB22_t_003.wav,,,,,,,tenka,,11,,"...Y-Yeah! Since you guys were late, I was waiting inside\nthe shop." +300000 ,,,,,,,,,,,,,,,,,,,,Oh... She just noticed Tenka-chan... +300100 ,,,,,,,,,,,,,,,,,,,,"Feeling a bit deflated, I watched as Chie- chan and the\nothers, unaware of my feelings, started chatting happily." +300200 ,,,,,,,千恵,Chie,031_CB22_c_004.wav,,,,chie,,28,,,,,"I thought Chie-chan would be the first one here, but I lost!\n...Achoo!" +300300 ,,,,,,,コマコ,Komako,031_CB22_k_002.wav,"komako,private",,4,,,,,,,,...Are you cold? +300400 ,,,,,,,,,,komako,,4,,,,,,,,"Chie-chan, who sneezed, was shivering slightly." +300500 ,,,,,,,,,,komako,,4,,,,,,,,"Even though it's summer, being soaked in the rain might\ncause a cold." +300600 ,,,,,,,,,,komako,,4,,,,,,,,"It's a shame I won't be able to see the see- through Komako-\nchan anymore, but I have to step up." +300700 ,,,,,,,,,,komako,,4,,,,,,,,I was planning to prepare a bath for Tenka- chan anyway.\nThis is a perfect opportunity! +300800 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"You might catch a cold if you stay in those clothes. I'll\nrun a bath for you, so go ahead and get in." +300900 ,,,,,,,千恵,Chie,031_CB22_c_005.wav,,,,chie,,4,,,,,"Eh, really?" +301000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,Of course! It'd be a waste to catch a cold during summer\nvacation. +301100 ,,,,,,,千恵,Chie,031_CB22_c_006.wav,,,,chie,,1,,,,,"Yay! A bath~! In that case, let's take one together, Uncle!" +301200 ,,,,,,,,,,,,,chie,,1,,,,,Chie-chan happily snuggled up to me with a big smile. +301300 ,,,,,,,,,,,,,chie,,1,,,,,What a wonderful thing to say! I never thought I'd get\nanother chance to take a bath with Chie-chan...! +301400 ,,,,,,,,,,,,,chie,,1,,,,,"Ah... I'm getting excited, my pants are starting to bulge!" +301500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,That's right! Maybe I'll join you in the bath! +301600 ,,,,,,,,,,,,,chie,,1,,,,,"Just as I said that, I realized... Tenka-chan and Komako-\nchan were looking at me with disdain." +301700 ,,,,,,,,,,,,,chie,,1,,,,,Oops... It seems I've gotten carried away. +301800 ,,,,,,,,,,,,,chie,,1,,,,,I might have just lost all the trust I've built with the two\nof them. +301900 ,,,,,,,,,,,,,chie,,1,,,,,I should restrain myself and give up on taking a bath\ntogether. Missing out on the bath doesn't mean I'll lose all\nmy fun. +302000 ,,,,,,,,,,,,,chie,,1,,,,,Because there's still one possibility left. I'll bet on that\npossibility! +302100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Ah, no, I can't. Sorry, Chie-chan... I can't join you in the\nbath..." +302200 ,,,,,,,千恵,Chie,031_CB22_c_007.wav,,,,chie,,3,,,,,Why the sudden change? You just said you might join... +302300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"I do want to, but if we all go in together, my bathroom is a\nbit too small." +302400 ,,,,,,,千恵,Chie,031_CB22_c_008.wav,,,,chie,,23,,,,,I see... Chie-chan wanted to take a bath together... +302500 ,,,,,,,,,,,,,chie,,23,,,,,"Seeing Chie-chan's dejected face, my heart was gripped\ntightly." +302600 ,,,,,,,,,,,,,chie,,23,,,,,What a kind child... To have impure thoughts about such an\ninnocent girl... I'm so sinful. +302700 ,,,,,,,,,,,,,chie,,23,,,,,But that's what makes it good! The forbidden feelings swirl\nwithin my heart. +302800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,23,,,,,"Don't worry about me, you three go ahead and take a bath." +302900 ,,,,,,,甜花,Tenka,031_CB22_t_004.wav,,,,,,,tenka,,4,,Eh... me too? +303000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,4,,"Hmm? Tenka-chan, you don't want to join?" +303100 ,,,,,,,甜花,Tenka,031_CB22_t_005.wav,,,,,,,tenka,,16,,"Well, I'm not really wet..." +303200 ,,,,,,,,,,,,,,,,tenka,,16,,"Saying that, Tenka-chan tries to refuse the bath." +303300 ,,,,,,,,,,,,,,,,tenka,,16,,She's probably worried that her panties got dirty from the\nmasturbation earlier. +303400 ,,,,,,,,,,,,,,,,tenka,,16,,"I understand not wanting them to see, but it would be\ntroublesome if the three of them don't head to the bathroom\nnow." +303500 ,,,,,,,,,,,,,,,,tenka,,16,,Let's have Chie-chan give her a little push. +303600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,16,,"Hey, Chie-chan. You want to take a bath with the three of\nyou, right? I think it'll be more fun if everyone goes in\ntogether." +303700 ,,,,,,,千恵,Chie,031_CB22_c_009.wav,,,,chie,,1,,,,,"Chie-chan thinks so too! Tenka-chan, let's go in together!" +303800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"See, Chie-chan is saying that too, so don't hold back. I'll\ntake responsibility and wash your clothes." +303900 ,,,,,,,,,,,,,chie,,1,,,,,"I offer a helping hand to Tenka-chan, giving her the final\npush." +304000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Don't worry, Tenka-chan, I'll take responsibility and clean\nyour panties. If you don't want them to see, you can wrap\nthem in your clothes." +304100 ,,,,,,,甜花,Tenka,031_CB22_t_006.wav,,,,,,,tenka,,33,,............ +304200 ,,,,,,,,,,,,,,,,tenka,,33,,Tenka-chan blushed and hit me. ...Was she that embarrassed? +304300 ,,,,,,,,,,,,,,,,tenka,,33,,"But now, Tenka-chan should be able to take a bath too!" +304400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,33,,"Go in with the two of them, it must feel uncomfortable down\nthere, right?" +304500 ,,,,,,,甜花,Tenka,031_CB22_t_007.wav,,,,,,,tenka,,13,,............Okay. +304600 ,,,,,,,,,,,,,,,,tenka,,13,,Yes! Just as planned! +304700 ,,,,,,,,,,,,,,,,,,,,Yes... the possibility left for me is the clothes left\nbehind after the three of them enter the bath. +304800 ,,,,,,,,,,,,,,,,,,,,"Clothes that cling to the skin... if I had to say, panties!\nTo me, they're like treasures!" +304900 ,,,,,,,,,,,,,,,,,,,,"Collecting them after everyone goes into the bath, that's my\ngoal!" +305000 ,,,,,,,,,,,,,,,,,,,,Just thinking about it makes heat gather in my lower body. I\nneed to calm down quickly or I'll explode on my own. +305100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"All three of you, I'll heat up the water right away, so take\noff your clothes and get ready." +305200 ,,,,,,,,,,,,,,,,,,,,I call out to everyone while trying to maintain my\ncomposure. +305300 ,,,,,,,千恵,Chie,031_CB22_c_010.wav,,,,chie,,21,,,,,Okay! +305400 ,,,,,,,,,,,,,,,,,,,,The only one who responded energetically to my words was\nChie-chan. It seems Tenka-chan is still a bit reluctant. +305500 ,,,,,,,,,,,,,,,,,,,,Komako-chan is trembling with her head down. ...She's\nprobably happy to be taking a bath with Chie-chan. +305600 ,,,,,,,,,,,,,,,,,,,,"Each of the three had different reactions, which was kind of\namusing. ...Damn, I wish I could join them too." +305900 ,,,15,65,,,主人公,Kiyoshi,,,,,,,,,,,,"Everyone, it might take some time for your clothes to dry,\nso relax in the bath and warm up your bodies." +306000 ,,,,,,,千恵,Chie,031_CB22_c_011.wav,,,,,,,,,,,"Yeah! Thanks, uncle!" +306100 ,,,,,,,甜花,Tenka,031_CB22_t_008.wav,,,,,,,,,,,"Chii! It's cramped, so don't thrash around! It's dangerous!" +306200 ,,,,,,,,,,,,,,,,,,,,"The frosted glass obstructs my view, but I'm sure there's a\nparadise in there." +306300 ,,,15,,,,,,,,,,,,,,,,,"To be blocked by such a thin wall... I'm really unlucky.\n...Oh, I can't take my time here." +306400 ,*mem,,,,,,,,,,,,,,,,,,, +306500 ,,,15,65,,,,,,,,,,,,,,,,"I don't have much time, and I can probably only manage one\nshot... I need to carefully decide which panties to use for\nmy release." +306600 ,,,,,,,,,,,,,,,,,,,,I was faced with the ultimate choice... +306700 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Chie-chan's panties,sel_1a",,,,,,,,,,,,,,,,,,,■@ Chie-chan's panties +↓,"$menu_item 1,Komako-chan's panties,sel_1b",,,,,,,,,,,,,,,,,,,■A Komako-chan's panties +↓,"$menu_item 2,Tenka-chan's panties,sel_1c",,,,,,,,,,,,,,,,,,,■B Tenka-chan's panties +↓,"$menu_item 3,Everyone's panties,sel_1d",,,,,,,,,,,,,,,,,,,■C All of their panties +↓,$menu_end,,,,,,,,,,,,,,,,,,, +306800 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Chie-chan's panties +306900 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +307100 ,,,,,9134000,,,,,,,,,,,,,,,...It has to be Chie-chan's panties! These thick panties\nappropriate for her age are supreme! They pierce my heart. +307200 ,,,,,9134000,,,,,,,,,,,,,,,The fact that they're damp from the rain is also nice. These\nare the best panties I've ever encountered! +307300 ,,,,,9134000,,,,,,,,,,,,,,,It's quite moving to have something I've only glimpsed at\nbefore right in front of me. +307400 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Chie-chan... I'm going to comfort myself with your panties.\n...Is that okay? +307500 ,,,,,9134000,,,,,,,,,,,,,,,"I confirm in a voice too quiet for her to hear. Of course,\nthere's no way she'd respond. But that's fine." +307600 ,,,,,9134000,,,,,,,,,,,,,,,"I quickly take out my hardened penis. ...When I think about\nit, there are naked girls just beyond this wall. And now I'm\nabout to be naked too." +307700 ,,,,,9134000,,,,,,,,,,,,,,,Being this close and sharing this kind of intimacy... I'm\nglad I got along with everyone... +307800 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... these slightly thick cotton panties...! +307900 ,,,,,9134000,,,,,,,,,,,,,,,"As I gaze at the panties, I notice a small stain on the\ncrotch area." +308000 ,,,,,9134000,,,,,,,,,,,,,,,"...Chie-chan, you didn't wipe properly after going to the\nbathroom..." +308200 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Sniff sniff... I see... +308300 ,,,,,9134000,,,,,,,,,,,,,,,"The rich scent tickles my nostrils and stimulates my groin.\nTo give off such an erotic smell, Chie-chan is quite the\nnaughty girl..." +308400 ,,,,,9134000,,,,,,,,,,,,,,,"Wait, could it be that what I'm doing now is indirect\ncunnilingus? ...Yes, that's it, no doubt!" +308500 ,,,,,9134000,,,,,,,,,,,,,,,I'm pressing my nose against the fabric that touched her\npussy... What am I doing! +308600 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Haa... this is the scent of Chie-chan's pussy...! Ugh! +308700 ,,,,,9134000,,,,,,,,,,,,,,,"No, I have to hold on a bit longer. It would be a waste to\nfinish here. I need to cherish this moment more!" +308800 ,,,,,9134000,,,,,,,,,,,,,,,I close my eyes and listen carefully to Chie- chan's voice\ncoming from the bathroom. +308900 ,,,,,9134000,,,,,,,,,,,,,,,"By doing so, my senses sharpen, and it feels as if Chie-chan\nis right in front of me." +309000 ,,,,,9134000,,千恵,Chie,031_CB22_c_012.wav,chie,,0,,,,,,,,"Kyaa, it tickles! Don't tickle me!" +309100 ,,,,,9134000,,,,,,,,,,,,,,,Ah... I can hear joyful voices coming from the bathroom. +309200 ,,,,,9134000,,,,,,,,,,,,,,,The girls are touching each other's soft skin... Just\nthinking about it makes me feel like I'm about to lose my\nmind... +309300 ,,,,,9134000,,コマコ,Komako,031_CB22_k_003.wav,komako,,0,,,,,,,,Chie-chan's skin is so smooth... +309400 ,,,,,9134000,,千恵,Chie,031_CB22_c_013.wav,chie,,0,,,,,,,,Hyah! Not there! +309500 ,,,,,9134000,,,,,,,,,,,,,,,"W-What am I doing!? It's so frustrating... If only I had\nx-ray vision, I could easily peek into the bathroom..." +309600 ,,,,,9134000,,,,,,,,,,,,,,,"No, I can't be greedy. Having Chie-chan's panties is enough!\nWhat more could I want!" +309700 ,,,,,9134000,,,,,,,,,,,,,,,I should just think of these panties as Chie- chan and dirty\nthem. That's the only pleasure I can have! +309800 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan... Chie-chan, Chie-chan! Ah, it's so good!" +309900 ,,,,,9134000,,,,,,,,,,,,,,,"I desperately move my hand, stroking my penis. Being able to\nmasturbate so boldly while smelling the panties, what a\nwonderful day today is." +310000 ,,,,,9134000,,,,,,,,,,,,,,,"Surely, the gods made it rain and gifted me this situation!\nThank you!" +310100 ,,,,,9134000,,,,,,,,,,,,,,,"Silently thanking the gods, I heightened my own pleasure." +310200 ,,,,,9134000,,千恵,Chie,031_CB22_c_014.wav,chie,,0,,,,,,,,"Hey, uncle, the bath feels great! Thanks for preparing it!" +310300 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Eh! A-Ah... that's good! Isn't it cramped with three people? +310400 ,,,,,9134000,,千恵,Chie,031_CB22_c_015.wav,chie,,0,,,,,,,,"Not at all! It's so much fun being with everyone. You should\nhave joined us, uncle." +310500 ,,,,,9134000,,,,,,,,,,,,,,,"Chie-chan, who kindly speaks to me, probably doesn't\nunderstand. Just those words alone can excite me so much." +310600 ,,,,,9134000,,,,,,,,,,,,,,,"If possible, I would love to join them in the bath... But\nthat's after I get closer to everyone." +310700 ,,,,,9134000,,,,,,,,,,,,,,,"For now, I should focus on masturbating without thinking\nabout unnecessary things." +310800 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,"Don't worry about me. More importantly, are you soaking\nproperly in the bath?" +310900 ,,,,,9134000,,千恵,Chie,031_CB22_c_016.wav,chie,,0,,,,,,,,We're all in together up to our shoulders. +311000 ,,,,,9134000,,,,,,,,,,,,,,,...Which means all three of them are fitting in that\nbathtub... +311100 ,,,,,9134000,,,,,,,,,,,,,,,It must be making a good broth... I'll have a taste after\neveryone leaves. +311200 ,,,,,9134000,,,,,,,,,,,,,,,Phew... there's still so much to do. +311300 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Mmm... haa...! I'm reaching my limit... +311400 ,,,,,9134000,,,,,,,,,,,,,,,The time has come to finally dirty Chie- chan's panties. The\nrising sensation of ejaculation quickens my hand movements. +311500 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh... Chie-chan, I'm going to come... Make sure to catch\nit!" +311600 ,,,,,9134000,,千恵,Chie,031_CB22_c_017.wav,chie,,0,,,,,,,,"...Huh? Did you call me, uncle?" +311700 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Oh... whoa...! W-what are you talking about? I didn't say\nanything. +311800 ,,,,,9134000,,千恵,Chie,031_CB22_c_018.wav,chie,,0,,,,,,,,Really? I thought I heard you call me... +311900 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,I-it's just your imagination. +312000 ,,,,,9134000,,,,,,,,,,,,,,,"...That was close. I must have shouted without realizing it.\nThis isn't like my usual solo masturbation, I need to be\ncareful." +312100 ,,,,,9134000,,,,,,,,,,,,,,,"Alright, let's try again. This time, I'll definitely cover\nChie-chan's panties!" +312200 ,,,,,9134000,,,,,,,,,,,,,,,Here I go... This is my full power! +312300 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,...Ugh! Ahh! +312500 ,,,,,9134010,,,,,,,,,,,,,,,Passion overflowed from my penis. +312600 ,,,,,9134010,,,,,,,,,,,,,,,Chie-chan's panties are decorated with the milky fluid. +312700 ,,,,,9134010,,主人公,Kiyoshi,,,,,,,,,,,,Phew... what a liberating masturbation... +312800 ,,,,,9134010,,,,,,,,,,,,,,,I might get addicted to this. The feeling of stepping into a\nsecret garden will stay with me forever. +312900 ,,,,,9134010,,,,,,,,,,,,,,,I put my hands together in gratitude for the panties that\nbrought me this excitement. +313000 ,,,,,9134010,,主人公,Kiyoshi,,,,,,,,,,,,"...I've experienced a thrill like never before. Thank you,\nChie-chan's panties." +313100 ,,,,,9134010,,,,,,,,,,,,,,,"After bowing, I tossed the semen-stained panties into the\nwashing machine." +313200 ,,,,65,,,,,,,,,,,,,,,, +313300 ,$go join_1,,,,,,,,,,,,,,,,,,, +313400 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Komako-chan's Panties +313500 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +313700 ,,,,,9133000,,,,,,,,,,,,,,,"...I'll borrow Komako-chan's panties. Because I can't get\nthe image of her rain-soaked, see-through dress out of my\nhead." +313800 ,,,,,9133000,,,,,,,,,,,,,,,The budding breasts that were clearly visible. They're still\nburned into my memory. I can recall them just by closing my\neyes. +313900 ,,,,,9133000,,,,,,,,,,,,,,,The panties were white and blue striped... a flawless\nmasterpiece. +314000 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"Since Komako-chan got me all worked up, she has to take\nresponsibility..." +314100 ,,,,,9133000,,,,,,,,,,,,,,,I quickly put away the other panties and focused solely on\nKomako-chan's panties. +314200 ,,,,,9133000,,,,,,,,,,,,,,,"Before tasting, I decided to observe them carefully." +314300 ,,,,,9133000,,,,,,,,,,,,,,,"No matter how you look at it, they're just panties. However,\nthey hold infinite possibilities." +314400 ,,,,,9133000,,,,,,,,,,,,,,,I'm about to feel a glimpse of those possibilities. I took\noff my pants and prepared myself mentally. +314500 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"If the three of them saw me in this situation, they might\nhate me. I need to be careful..." +314600 ,,,,,9133000,,,,,,,,,,,,,,,"Just as I was about to grab my penis, I heard the cheerful\nvoices of Komako-chan and the others from the bathtub." +314700 ,,,,,9133000,,コマコ,Komako,031_CB22_k_004.wav,komako,,0,,,,,,,,"Chie-chan, I'll wash your back for you." +314800 ,,,,,9133000,,千恵,Chie,031_CB22_c_019.wav,chie,,0,,,,,,,,"Thank you! ...Oh, let's all wash each other!" +314900 ,,,,,9133000,,,,,,,,,,,,,,,"What, wash each other!? Chie-chan, are you planning to do\nsomething so naughty in my bathroom!" +315000 ,,,,,9133000,,,,,,,,,,,,,,,"I can't lose to this... When it comes to naughtiness, I\nwon't be defeated." +315100 ,,,,,9133000,,,,,,,,,,,,,,,"While no one is watching, this old man will give it his all.\nWith firm determination, I put my hand on my own penis." +315200 ,,,,,9133000,,,,,,,,,,,,,,,"...Come to think of it, this is the first time I've looked\nat Komako-chan's panties so closely." +315300 ,,,,,9133000,,,,,,,,,,,,,,,"I remember seeing them a few times, but they feel fresh." +315400 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,I see... Komako-chan's panties are indeed cute. +315500 ,,,,,9133000,,,,,,,,,,,,,,,"White and blue stripes... The blue part is nice. Somehow, it\nseems to match Komako- chan's image well." +315600 ,,,,,9133000,,,,,,,,,,,,,,,To think that Komako-chan wears these... Phew... I'm getting\nexcited. +315700 ,,,,,9133000,,,,,,,,,,,,,,,"Without thinking, I placed my hardened penis on the crotch\nlining of the panties." +315800 ,,,,,9133000,,,,,,,,,,,,,,,The fabric soaked with rain was a bit chilly. The sensation\nmade my body shiver involuntarily. +315900 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh... It's cold, but I have to endure... If I back down\nhere, I'm not a man!" +316000 ,,,,,9133000,,,,,,,,,,,,,,,"Indirectly, I can feel the sensation of Komako-chan's\nvagina. I should be able to do this!" +316100 ,,,,,9133000,,,,,,,,,,,,,,,"I move my hips slightly, rubbing against the fabric." +316200 ,,,,,9133000,,,,,,,,,,,,,,,"If possible, I'd like her to wear these without washing\nthem... such thoughts crossed my mind." +316300 ,,,,,9133000,,,,,,,,,,,,,,,"Even though I know it's an impossible dream, my imagination\nruns wild." +316400 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan unknowingly wearing fishy- smelling panties... +316500 ,,,,,9133000,,,,,,,,,,,,,,,Ah... just thinking about it makes me feel like I'm going to\ncome easily. +316600 ,,,,,9133000,,,,,,,,,,,,,,,"Even though I want to enjoy it more, my hand moves on its\nown." +316700 ,,,,,9133000,,,,,,,,,,,,,,,"As I rub more vigorously against the panties, pre-cum starts\nleaking from my penis." +316800 ,,,,,9133000,,,,,,,,,,,,,,,The slowly oozing clear liquid creates a stain on the crotch\narea. +316900 ,,,,,9133000,,,,,,,,,,,,,,,"At this very moment, I feel like I've become one with\nKomako-chan." +317000 ,,,,,9133000,,,,,,,,,,,,,,,"Even if it's indirect, I've soiled the place that protects\nher vagina. There's no act more sinful than this!" +317100 ,,,,,9133000,,,,,,,,,,,,,,,"If it were allowed, I'd want to hold onto these panties and\nkeep them safe." +317200 ,,,,,9133000,,コマコ,Komako,031_CB22_k_005.wav,komako,,0,,,,,,,,"Chi-chan, your face is red, are you okay? If it's hot, let's\nget out of the bath." +317300 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"―Wha! W-Wait, Komako-chan! Are you getting out already?" +317400 ,,,,,9133000,,コマコ,Komako,031_CB22_k_006.wav,komako,,0,,,,,,,,...Why is the old man panicking? +317500 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I'm not panicking! I just thought maybe you should stay\nin a bit longer..." +317600 ,,,,,9133000,,,,,,,,,,,,,,,"If she gets out now, I'll be in big trouble. I was all set\nto come... but now I'll be left hanging!" +317700 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"Take it slow... see, you need to warm up to the core!" +317800 ,,,,,9133000,,コマコ,Komako,031_CB22_k_007.wav,komako,,0,,,,,,,,"...I'm already warm enough, right? ...Right?" +317900 ,,,,,9133000,,甜花,Tenka,031_CB22_t_009.wav,tenka,,0,,,,,,,,I feel the same way... but what about Chii? +318000 ,,,,,9133000,,千恵,Chie,031_CB22_c_020.wav,chie,,0,,,,,,,,"I want to stay in a little longer. It's a rare chance to be\nin the bath with everyone, it'd be a waste to leave now." +318100 ,,,,,9133000,,,,,,,,,,,,,,,Chi-chan threw me a lifeline! I can't let this chance slip\naway. I desperately try to persuade Komako-chan. +318200 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"Even if you get out now, your clothes aren't dry yet! You'd\nbe in trouble with nothing to wear, right? So, just wait a\nlittle longer!" +318300 ,,,,,9133000,,コマコ,Komako,031_CB22_k_008.wav,komako,,0,,,,,,,,...If that's the case. +318400 ,,,,,9133000,,,,,,,,,,,,,,,Phew... that was close. It seems my time is running out. +318500 ,,,,,9133000,,,,,,,,,,,,,,,"If I don't finish quickly, it'll be too late." +318600 ,,,,,9133000,,,,,,,,,,,,,,,"With that in mind, I let my imagination run wild, raising my\nexcitement to the max." +318700 ,,,,,9133000,,,,,,,,,,,,,,,"In front of the white and blue striped panties, I handled my\npenis like a demon." +318800 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... hurry... or it'll be too late...! +318900 ,,,,,9133000,,,,,,,,,,,,,,,"Finally, the moment of ejaculation arrived." +319000 ,,,,,9133000,,,,,,,,,,,,,,,I surrendered to the rising sensation and splattered Komako-\nchan's panties! +319200 ,,,,,9133010,,,,,,,,,,,,,,,"The sperm shot out vigorously, splattering onto the panties." +319300 ,,,,,9133010,,,,,,,,,,,,,,,"Even though I was on the verge of being caught masturbating\nby Komako-chan and the others, the ejaculation wouldn't\nstop." +319400 ,,,,,9133010,,,,,,,,,,,,,,,"Before I knew it, Komako-chan's panties were soaked in the\nmilky fluid." +319500 ,,,,,9133010,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... phew... ha...! I can't believe so much came out...\nit's surprising... +319600 ,,,,,9133010,,,,,,,,,,,,,,,I was a bit bewildered by the unbelievable amount. +319700 ,,,,,9133010,,,,,,,,,,,,,,,"...Oops, I can't just stand here. I need to clean this up\nquickly." +319800 ,,,,,9133010,,,,,,,,,,,,,,,All I have to do is put the semen-soaked panties in the\nwashing machine... but my hands won't move. +319900 ,,,,,9133010,,,,,,,,,,,,,,,What a waste... That thought fills my mind. +320000 ,,,,,9133010,,主人公,Kiyoshi,,,,,,,,,,,,"If I say I lost the panties, will Komako- chan believe\nme...?" +320100 ,,,,,9133010,,主人公,Kiyoshi,,,,,,,,,,,,"No... I can't, I can't. If I do that, she might never come\nto the store again... I have to hold back here." +320200 ,,,,,9133010,,,,,,,,,,,,,,,"Reluctantly, I tossed the panties into the washing machine\nand pressed the start button." +320300 ,,,,,9133010,,,,,,,,,,,,,,,"As I watched the soiled panties being washed, I decided to\nsavor the lingering sensation from my earlier actions." +320400 ,,,,65,,,,,,,,,,,,,,,, +320500 ,$go join_1,,,,,,,,,,,,,,,,,,, +320600 ,*sel_1c,,,,,,,,,,,,,,,,,,,■B Tenka-chan's Panties +320700 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +320900 ,,,,,,,,,,,,,,,,,,,,"...Chii-chan and Komako-chan's panties are tempting too, but\nit has to be Tenka-chan's!" +321000 ,,,,,,,,,,,,,,,,,,,,"Just as I taught her before taking a bath, Tenka-chan's\npanties were hidden wrapped in clothes. I dug them out and\nheld them in my hand." +321100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,So cute... She did exactly as I taught her... +321300 ,,,,,9135000,,,,,,,,,,,,,,,"Thanks to not being wet from the rain, they still retained\nthe warmth of her skin. More importantly, there was a stain\nfrom when she was masturbating earlier." +321400 ,,,,,9135000,,,,,,,,,,,,,,,Panties stained with nectar seeping from her pussy...\nthere's nothing more valuable! +321500 ,,,,,9135000,,,,,,,,,,,,,,,"As I closely observed the stained crotch area, I hurriedly\npulled down my pants." +321600 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"Now, how should I enjoy these panties... First, I should\nsavor the scent." +321700 ,,,,,9135000,,,,,,,,,,,,,,,"I pressed my nose against the lining of the panties and\nsniffed. A sweet and sour, erotic scent tickled my nostrils." +321800 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,Sniff sniff... ha... What an indecent smell... This is\nTenka-chan's scent... +321900 ,,,,,9135000,,,,,,,,,,,,,,,"Just by smelling it, my lower abdomen reacted involuntarily." +322000 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,Ah... I want to keep smelling it... I might get addicted...! +322100 ,,,,,9135000,,,,,,,,,,,,,,,"As I started masturbating with Tenka-chan's panties, I heard\ncheerful voices coming from the bathroom." +322200 ,,,,,9135000,,千恵,Chie,031_CB22_c_021.wav,chie,,0,,,,,,,,"Wow! Tenka-chan, your boobs are big!" +322300 ,,,,,9135000,,甜花,Tenka,031_CB22_t_010.wav,tenka,,0,,,,,,,,H-Hey! Where are you looking!? +322400 ,,,,,9135000,,,,,,,,,,,,,,,...Tenka-chan's boobs!? I can't miss this! I focused all my\nattention and listened carefully towards the bathroom. +322500 ,,,,,9135000,,千恵,Chie,031_CB22_c_022.wav,chie,,0,,,,,,,,Eh? Why are you so embarrassed? +322600 ,,,,,9135000,,甜花,Tenka,031_CB22_t_011.wav,tenka,,0,,,,,,,,I-I'm not embarrassed! ...I just don't want to show them! +322700 ,,,,,9135000,,千恵,Chie,031_CB22_c_023.wav,chie,,0,,,,,,,,"You don't have to hide them. Right, Komako- chan?" +322800 ,,,,,9135000,,コマコ,Komako,031_CB22_k_009.wav,komako,,0,,,,,,,,"We're in the bath, so it's natural to be seen. So, Tenka-\nchan, you should look as much as you want." +322900 ,,,,,9135000,,,,,,,,,,,,,,,"They seem to be having so much fun... Compared to that,\nI'm..." +323000 ,,,,,9135000,,,,,,,,,,,,,,,"No, I shouldn't think about that now. I should enjoy this\nsituation thoroughly!" +323100 ,,,,,9135000,,,,,,,,,,,,,,,"...Still, Tenka-chan's boobs are a bit bigger than Chie-\nchan's..." +323200 ,,,,,9135000,,,,,,,,,,,,,,,Breasts that are just starting to develop...! My imagination\nis running wild! +323300 ,,,,,9135000,,,,,,,,,,,,,,,"Someday, Tenka-chan will probably play with her boobs and\nmasturbate too." +323400 ,,,,,9135000,,,,,,,,,,,,,,,And she'll make stains on her panties then too. +323500 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"They're already dirty from the start, so it's okay for me to\ndo whatever I want with them, right...?" +323600 ,,,,,9135000,,,,,,,,,,,,,,,I whispered softly so that no one in the bathroom could\nhear. +323700 ,,,,,9135000,,,,,,,,,,,,,,,"I felt like I heard a cute 'It's okay!' in response, so I\nrubbed my penis against the panties!" +323800 ,,,,,9135000,,,,,,,,,,,,,,,"This way, I can enjoy a pseudo-thigh job with Tenka-chan!" +323900 ,,,,,9135000,,,,,,,,,,,,,,,"Feeling the faint warmth of her skin on my penis, I started\nmoving my hand." +324000 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"Phew... ngh... I have to hold back, or I'll come right\naway...! As expected of Tenka- chan's panties..." +324100 ,,,,,9135000,,,,,,,,,,,,,,,"To encounter such a wonderful item, I'm so lucky." +324200 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you, Tenka-chan!" +324300 ,,,,,9135000,,甜花,Tenka,031_CB22_t_012.wav,tenka,,0,,,,,,,,"...Uncle, what are you suddenly saying?" +324400 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,D-Don't worry about it... I just felt like saying thank you. +324500 ,,,,,9135000,,甜花,Tenka,031_CB22_t_013.wav,tenka,,0,,,,,,,,You're weird... +324600 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"By the way, how's the water temperature? Not too hot?" +324700 ,,,,,9135000,,甜花,Tenka,031_CB22_t_014.wav,tenka,,0,,,,,,,,"It's not hot, but..." +324800 ,,,,,9135000,,,,,,,,,,,,,,,"Ah... Tenka-chan, you're talking without knowing anything,\nbut right now, I'm masturbating with your panties." +324900 ,,,,,9135000,,,,,,,,,,,,,,,I'm rubbing my rock-hard penis against them... I'm going to\nmake them so dirty. +325000 ,,,,,9135000,,甜花,Tenka,031_CB22_t_015.wav,tenka,,0,,,,,,,,"What are you rustling around for? ...Don't tell me, you're\ntrying to peek into the bath..." +325100 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa!? No, no! I would never do that! It's just, you know,\nI'm washing everyone's clothes!" +325200 ,,,,,9135000,,,,,,,,,,,,,,,"...Well, I'm using the panties, but I'll wash them later, so\nthere shouldn't be a problem." +325300 ,,,,,9135000,,甜花,Tenka,031_CB22_t_016.wav,tenka,,0,,,,,,,,"Then, maybe I was mistaken..." +325400 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,I would never do something like peeking! +325500 ,,,,,9135000,,,,,,,,,,,,,,,I tried to clear the suspicion of peeking somehow. +325600 ,,,,,9135000,,,,,,,,,,,,,,,"Of course, I didn't stop my hand during that time. Even\nbeing suspected by Tenka-chan adds a spice that heightens my\nexcitement!" +325700 ,,,,,9135000,,,,,,,,,,,,,,,"While talking with Tenka-chan like this, I'm waiting for the\nmoment to ejaculate." +325800 ,,,,,9135000,,,,,,,,,,,,,,,"Finally, my uncontrollable desire exploded. No longer\nsatisfied with the pseudo-thigh job, I wrapped my penis in\nthe panties and stroked it through the fabric." +325900 ,,,,,9135000,,,,,,,,,,,,,,,"Enveloped in a gentle warmth, it felt as if I had inserted\nit into a vagina." +326000 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,"This is... amazing...! Wait for me, Tenka- chan... I'll come\ninside soon...!" +326100 ,,,,,9135000,,,,,,,,,,,,,,,"Adjusting the grip with my hand, I stimulated my penis." +326200 ,,,,,9135000,,,,,,,,,,,,,,,If it's like this with just the panties... what would it be\nlike if I inserted into the real Tenka-chan's vagina! +326300 ,,,,,9135000,,,,,,,,,,,,,,,No... if I think about that now... I'll come! Ugh... there's\nno way I can hold back! +326400 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,Ahh... I'm going to come! Take it all! +326600 ,,,,,9135010,,,,,,,,,,,,,,,I ejaculated aiming at the stain that was already there.\nTenka-chan's panties caught the overflowing semen. +326700 ,,,,,9135010,,,,,,,,,,,,,,,The sense of accomplishment from climaxing on the same\nfabric fills my heart. +326800 ,,,,,9135010,,,,,,,,,,,,,,,"I feel like I've shared a secret just between the two of us.\nIt might be one-sided, but that's enough to satisfy me." +326900 ,,,,,9135010,,,,,,,,,,,,,,,I wonder how Tenka-chan would react if I told her about\nthis... Would she be embarrassed? Or would she be happy? +327000 ,,,,,9135010,,,,,,,,,,,,,,,"She might end up hating me, so I can't confess right away,\nbut I want to tell her someday." +327100 ,,,,,9135010,,主人公,Kiyoshi,,,,,,,,,,,,Phew... I guess it's time to do the laundry... +327200 ,,,,,9135010,,,,,,,,,,,,,,,"As much as I want to linger in the afterglow, I can't stay\nin it forever." +327300 ,,,,,9135010,,,,,,,,,,,,,,,"I gazed at the semen-stained panties as if to burn the image\ninto my retinas, then tossed them into the washing machine." +327400 ,,,,65,,,,,,,,,,,,,,,, +327500 ,$go join_1,,,,,,,,,,,,,,,,,,, +327600 ,*sel_1d,,,,,,,,,,,,,,,,,,,■C All the panties +327700 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +327800 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +327900 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +328100 ,,,,,,,,,,,,,,,,,,,,...What am I hesitating for! I should be enjoying all three\npairs of panties! +328200 ,,,,,,,,,,,,,,,,,,,,"Since there are panties here, it would be a waste to choose\njust one!" +328300 ,,,,,,,,,,,,,,,,,,,,I rummaged through the laundry basket and took out Chie-chan\nand the others' panties. +328400 ,,,,,,,,,,,,,,,,,,,,I neatly lined up the three pairs and thought about whose\npanties they were. +328500 ,,,,,,,,,,,,,,,,,,,,"First, the panties that weren't wet from the rain." +328700 ,,,,,9135000,,,,,,,,,,,,,,,"I figured it out immediately. Of course, they're Tenka-\nchan's." +328900 ,,,,,9135000,,,,,,,,,,,,,,,But... they have a city scent! +329000 ,,,,,9135000,,,,,,,,,,,,,,,Pink with small white polka dots... This pattern that a girl\nwould like is undoubtedly Tenka-chan's. +329200 ,,,,,9135000,,,,,,,,,,,,,,,To get this excited from the first pair of panties... I\nwonder if my stamina will last until the third pair... +329300 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,This is... a test... +329400 ,,,,,9135000,,,,,,,,,,,,,,,"Swallowing my saliva, I reached out for Tenka-chan's\npanties." +329500 ,,,,,9135000,,,,,,,,,,,,,,,"When I gently placed my finger on the stained spot, it was\nslightly damp." +329600 ,,,,,9135000,,,,,,,,,,,,,,,I lightly rubbed it with my finger and checked the scent\njust to be sure. +329700 ,,,,,9135000,,,,,,,,,,,,,,,"...I see, it has a sweet and sour aroma. To make my lower\nbody heat up just from the scent, these panties have great\npotential." +329800 ,,,,,9135000,,,,,,,,,,,,,,,How can I fully enjoy Tenka-chan's panties...? +329900 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,Damn... I can't make a mistake here. I need to carefully\nthink about what's the right thing to do! +330000 ,,,,,9135000,,,,,,,,,,,,,,,"...The scent of the panties... Wait, if I wear them on my\nhead, I can constantly smell the panties, right?" +330100 ,,,,,9135000,,,,,,,,,,,,,,,That's it... this must be the right answer! +330200 ,,,,,9135000,,,,,,,,,,,,,,,"I took Tenka-chan's panties and put them on my head, making\nsure not to cover my eyes." +330300 ,,,,,9135000,,,,,,,,,,,,,,,"My nose landed right on the stained spot. Just by breathing,\nI could smell Tenka-chan's pussy." +330400 ,,,,,9135000,,,,,,,,,,,,,,,Indirect cunnilingus... and hands-free at that! +330500 ,,,,,9135000,,,,,,,,,,,,,,,"It's my first time wearing panties on my head, but this is\ngreat!" +330600 ,,,,,9135000,,,,,,,,,,,,,,,"I'm left wondering why I haven't worn panties on my head\nuntil now, it feels so natural." +330700 ,,,,,9135000,,主人公,Kiyoshi,,,,,,,,,,,,Suu~~~~ Haa~~~~... +330800 ,,,,,9135000,,,,,,,,,,,,,,,"I tried taking a deep breath to calm myself, but it had the\nopposite effect." +330900 ,,,,,9135000,,,,,,,,,,,,,,,"The erotic scent stimulated my nostrils, making my penis\nharder. I quickly freed it from my tight pants." +331000 ,,,,,9135000,,,,,,,,,,,,,,,My excited cock was fully erect. +331100 ,,,,,9135000,,,,,,,,,,,,,,,...I can't just enjoy Tenka-chan's panties. There are still\ntwo more pairs left here. I need to check them quickly...! +331200 ,,,,,9135000,,,,,,,,,,,,,,,The remaining ones are soaked and drenched from the rain. +331300 ,,,,,9135000,,,,,,,,,,,,,,,I know who one of them belongs to. I confidently picked up\nthe white and blue striped panties. +331500 ,,,,,9133000,,,,,,,,,,,,,,,Komako-chan's panties... I confirmed she was wearing them\nwhen her dress became see- through. +331600 ,,,,,9133000,,,,,,,,,,,,,,,"I could also see her nipples through it, so there's no way I\ncould forget." +331700 ,,,,,9133000,,,,,,,,,,,,,,,"If I close my eyes, I can remember it immediately. At that\nmoment, I was captivated by her defenseless appearance." +331800 ,,,,,9133000,,,,,,,,,,,,,,,"Unlike Tenka-chan's panties, these might not have any added\nvalue." +331900 ,,,,,9133000,,,,,,,,,,,,,,,However... just looking at Komako-chan's panties reminds me\nof her exposing her nipples. +332000 ,,,,,9133000,,,,,,,,,,,,,,,That wonderful scene revives in my mind. +332100 ,,,,,9133000,,,,,,,,,,,,,,,"If Tenka-chan's panties are for scent collection, then\nKomako-chan's panties are for viewing pleasure!" +332200 ,,,,,9133000,,,,,,,,,,,,,,,Just looking at them is satisfying. I want to gaze at them\nforever; it's no exaggeration to call this a work of art. +332300 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,Soaked panties... what an erotic sound. +332400 ,,,,,9133000,,,,,,,,,,,,,,,These panties must have clung tightly to her skin because\nthey were wet from the rain. +332500 ,,,,,9133000,,,,,,,,,,,,,,,Just thinking about that makes my imagination run wild. +332600 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"Whether it's Tenka-chan's panties or Komako- chan's panties,\nthere's nothing to criticize." +332700 ,,,,,9133000,,,,,,,,,,,,,,,I admired them as I turned my attention to the last\nremaining pair of panties. +332900 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,"By process of elimination, these must be Chii-chan's\npanties..." +333000 ,,,,,9134000,,,,,,,,,,,,,,,"A simple pair of panties with a summery pattern on white\nfabric. Like Komako-chan's, they're soaked from the rain." +333100 ,,,,,9134000,,,,,,,,,,,,,,,Seeing Chii-chan's panties for the first time today made my\nheart race for some reason. +333200 ,,,,,9134000,,,,,,,,,,,,,,,"...Why is that? Compared to the other two, these panties\nclearly have fewer points of interest." +333300 ,,,,,9134000,,,,,,,,,,,,,,,"It's not that it's bad, but I don't understand the reason..." +333400 ,,,,,9134000,,,,,,,,,,,,,,,Is something within me feeling a sense of sympathy from\nthese panties? +333500 ,,,,,9134000,,,,,,,,,,,,,,,It's certain that Chii-chan's charm is packed into their\nsimplicity. +333600 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,But... couldn't the same be said for Tenka- chan and the\nothers' panties...? +333700 ,,,,,9134000,,,,,,,,,,,,,,,Just looking won't reveal anything... Maybe I can grasp\nsomething by feeling them against my skin. +333800 ,,,,,9134000,,,,,,,,,,,,,,,...I've got a great idea. I'll use Chii- chan's panties for\npractical purposes! +333900 ,,,,,9134000,,,,,,,,,,,,,,,"Once I made the decision, I acted quickly. I covered my\nerect penis with the panties." +334000 ,,,,,9134000,,,,,,,,,,,,,,,Chii-chan's rain-soaked panties clung tightly to my cock. +334100 ,,,,,9134000,,主人公,Kiyoshi,,,,,,,,,,,,Oh... this is... surprisingly pleasant. +334200 ,,,,,9134000,,,,,,,,,,,,,,,Now I'm ready... it's the start of a fun masturbation\nsession! +334400 ,,,,,9133000,,,,,,,,,,,,,,,"While staring intently at Komako-chan's panties, I stroked\nmy penis through Chii- chan's panties." +334500 ,,,,,9133000,,,,,,,,,,,,,,,"Breathing heavily, I constantly inhaled the fragrant scent\nof Tenka-chan's panties." +334600 ,,,,,9133000,,,,,,,,,,,,,,,"Touch, sight, smell... I'm now completely dominated by these\nthree senses through the panties." +334700 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,Wow... this is amazing! I underestimated the power of\npanties...! +334800 ,,,,,9133000,,,,,,,,,,,,,,,"Even as I'm overwhelmed by the three different pairs of\npanties, I desperately keep moving my hand." +334900 ,,,,,9133000,,,,,,,,,,,,,,,I waged a battle against the panties of the three girls who\nwere in the bath. +335000 ,,,,,9133000,,,,,,,,,,,,,,,I want to enjoy this blissful time for as long as possible. +335100 ,,,,,9133000,,,,,,,,,,,,,,,"I rubbed Chii-chan's panties vigorously, trying to soak them\nwith the smell of my cock." +335200 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"My cock... thanks to everyone, I'm about to cum!" +335300 ,,,,,9133000,,,,,,,,,,,,,,,I can't take it anymore... I'm really at my limit. I can't\nhold back any longer. +335400 ,,,,,9133000,,,,,,,,,,,,,,,What should I do? Should I just ejaculate inside Chii-chan's\npanties? +335500 ,,,,,9133000,,,,,,,,,,,,,,,Wait... what about Tenka-chan and Komako- chan? +335600 ,,,,,9133000,,,,,,,,,,,,,,,"Having come this far, they must want me to cover them with\nmy semen. I can't give Chii- chan special treatment!" +335700 ,,,,,9133000,,,,,,,,,,,,,,,"I clenched my butt to hold back ejaculation, preparing to\ndirty the panties." +335800 ,,"",,,9134000,,,,,,,,,,,,,,, +335900 ,,"",,,9135000,,,,,,,,,,,,,,, +336000 ,,"",,,9133000,,,,,,,,,,,,,,,I lined up Chii-chan and Tenka-chan's panties next to\nKomako-chan's. +336100 ,,,,,9133000,,主人公,Kiyoshi,,,,,,,,,,,,"Ahh... I'm cumming, cumming, cumming! I'll make sure to\ndirty all of you equally!" +336200 ,,,,,9133000,,,,,,,,,,,,,,,"I released the pent-up urge to ejaculate, showering the\npanties with semen." +336500 ,,,,,9134010,,,,,,,,,,,,,,, +336700 ,,,,,9133010,,,,,,,,,,,,,,, +336900 ,,,,,9135010,,,,,,,,,,,,,,, +337100 ,,,,,9135010,,,,,,,,,,,,,,,The three pairs of panties lined up were beautifully\ndecorated with the milky fluid. +337200 ,,,,,9135010,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... phew~~~~~~...! +337300 ,,,,,9135010,,,,,,,,,,,,,,,I feel a great sense of accomplishment... They were quite\nformidable opponents. +337400 ,,,,,9135010,,,,,,,,,,,,,,,"I'm tempted to keep them as a memento, but if three pairs of\npanties go missing at once, it will definitely raise\nsuspicion." +337500 ,,,,65,,,,,,,,,,,,,,,,It's pathetic to be at a standstill here. +337600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...But today was a wonderful day... I'm lucky to have\nexperienced a day like this. Thank you, panties! I won't\nforget you!" +337700 ,,,,,,,,,,,,,,,,,,,,"Satisfied by myself, I reluctantly bid farewell to the\npanties." +337800 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +338100 ,$event_return,,,,,,,,,,,,,,,,,,, +338200 ,,,7,35,,,千恵,Chie,031_CB22_c_024.wav,chie,,21,,,,,,,,"That felt great. Thanks for the bath, uncle!" +338300 ,,,,,,,,,,chie,,21,,,,,,,,"After finishing her bath and getting dressed, Chii-chan runs\nover to me." +338400 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Chii-chan, your hair is still wet. If you don't dry it\nproperly, you'll catch a cold." +338500 ,,,,,,,千恵,Chie,031_CB22_c_025.wav,chie,,24,,,,,,,,Eh? It's fine! It'll dry in no time! +338600 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"No, no, if you let your guard down like that, you'll catch a\ncold. Bring a towel, and I'll dry it for you." +338700 ,,,,,,,千恵,Chie,031_CB22_c_026.wav,chie,,23,,,,,,,,"Uncle, do you want to dry Chii-chan's hair?" +338800 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"That's right. I'm worried about you, Chii- chan." +338900 ,,,,,,,千恵,Chie,031_CB22_c_027.wav,chie,,1,,,,,,,,"If uncle says so, then I'll do it!" +339000 ,,,,,,,,,,chie,,1,,,,,,,,Chii-chan headed to the bathroom to get a towel. +339100 ,,,,,,,,,,chie,,1,,,,,,,,"As she left, Komako-chan and Tenka-chan returned." +339200 ,,,,,,,コマコ,Komako,031_CB22_k_010.wav,,,,komako,,4,,,,,"Chii-chan ran off, did something happen?" +339300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,,,,,I just asked her to bring a towel so I could dry her hair. +339400 ,,,,,,,主人公,Kiyoshi,,,,,komako,,4,,,,,It looks like you and Tenka-chan have already dried your\nhair properly. +339500 ,,,,,,,,,,,,,komako,,27,,,,,What a shame... It was a chance to legally pat their heads\nunder the guise of drying their hair. +339600 ,,,,,,,,,,,,,komako,,27,,,,,"Well, I'll settle for just Chii-chan." +339700 ,,,,,,,千恵,Chie,031_CB22_c_028.wav,chie,,1,,,,,,,,"Uncle, I brought the towel!" +339800 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Alright, sit here. Stay still." +339900 ,,,,,,,,,,chie,,1,,,,,,,,"With that, I placed Chii-chan on my lap." +340000 ,,,,,,,,,,chie,,1,,,,,,,,The soft sensation of her butt against my thigh almost made\nsomething rise up. +340100 ,,,,,,,,,,"chieL,privateC",,1,,,,,,,,I managed to suppress the rising excitement with reason and\nused the towel to dry Chii- chan's hair. +340200 ,,,,,,,千恵,Chie,031_CB22_c_029.wav,chieL,,18,,,,,,,,Hyah... it tickles! +340300 ,,,,,,,主人公,Kiyoshi,,chieL,,18,,,,,,,,"Bear with it, it'll be over soon." +340400 ,,,,,,,,,,chieL,,18,,,,,,,,"Chii-chan squirmed on my lap, tickled. Each time, her long\nhair brushed against my nose." +340500 ,,,,,,,,,,chieL,,18,,,,,,,,"The faint scent of shampoo was, of course, one I was very\nfamiliar with." +340600 ,,,,,,,,,,chieL,,18,,,,,,,,"Using the same shampoo brings a sense of nostalgia. The joy\nmade excitement rise again. This time, I might not be able\nto hold back." +340700 ,,,,,,,千恵,Chie,031_CB22_c_030.wav,chieL,,3,,,,,,,,Huh...? This hard thing against my butt... +340800 ,,,,,,,主人公,Kiyoshi,,chieL,,3,,,,,,,,"Oops... Chii-chan, your hair is all dry now. Stand up." +340900 ,,,,,,,千恵,Chie,031_CB22_c_031.wav,chie,,1,,,,,,,,Already done? Thank you! +341000 ,,,,,,,,,,chie,,1,,,,,,,,"Chii-chan stood up energetically, seemingly not bothered by\nthe earlier discomfort." +341100 ,,,,,,,,,,,,,,,,,,,,Phew... that was close. +341200 ,,,,,,,,,,,,,,,,,,,,"I thought I had taken care of it with my panties, but it\nseems there's still plenty of energy left." +341300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...I need to be careful... +341400 ,,,,,,,,,,,,,,,,,,,,I decided to pull myself together and reopen the shop. +341500 ,,,0,9001,,,,,,,,,,,,,,,, +341700 ,@032_CB23,,,,,,,,,,,,,,,,,,, +341900 ,,,,,,,,,,,,,,,,,,,, +342000 ,,,8,12,,,,,,,,,,,,,,,,"As the sun began to set, the cicadas' cries grew quieter." +342100 ,,,,,,,,,,,,,,,,,,,,"The rain had completely stopped, and the summer heat was\nreturning." +342200 ,,,,21,,,主人公,Kiyoshi,,,,,,,,,,,,"...Alright. It's getting late, so let's close up the shop\nsoon." +342300 ,,,,,,,千恵,Chie,032_CB23_c_000.wav,"chie,privateC",,20,,,,,,,,"Then, today's helping is over!" +342400 ,,,,,,,,,,chie,,20,,,,,,,,Chii-chan was happily jumping around. +342500 ,,,,,,,,,,,,,,,,,,,,Phew... another day is coming to an end. +342600 ,,,,,,,,,,,,,,,,,,,,"So many things happened today. Komako-chan's nipples,\neveryone's panties... it was quite an eventful day." +342700 ,,,,,,,,,,,,,,,,,,,,Just thinking about it makes my crotch stir. +342800 ,,,,,,,千恵,Chie,032_CB23_c_001.wav,chie,,1,,,,,,,,"I got to take a bath with everyone today, it was kind of\nfun." +342900 ,,,,,,,,,,chie,,1,,,,,,,,Chii-chan seemed happy to have taken a bath too. +343000 ,,,,,,,,,,,,,,,,,,,,"...With this, maybe they'll take a bath together again\nanother time?" +343100 ,,,,,,,,,,,,,,,,,,,,Wait! What am I getting excited about? Just because they\nmight take a bath together doesn't mean they'll use my\nbathroom! +343200 ,,,,,,,,,,,,,,,,,,,,I need to come up with a plan before it's too late! I need\nto lay the groundwork! +343300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I see... you enjoyed the bath. In that case, feel free to\ncome over anytime." +343400 ,,,,,,,千恵,Chie,032_CB23_c_002.wav,chie,,4,,,,,,,,Really!? +343500 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"Chii-chan helps out at the shop, so it's only fair." +343600 ,,,,,,,千恵,Chie,032_CB23_c_003.wav,chie,,0,,,,,,,,"See, Tenka-chan! We can take a bath together again!" +343700 ,,,,,,,甜花,Tenka,032_CB23_t_000.wav,,,,,,,"tenka,privateC",,24,,Are we going to take a bath together too? ...Why? +343800 ,,,,,,,,,,,,,,,,tenka,,24,,"Tenka-chan, who was spoken to with a smile, looks a bit\ntroubled." +343900 ,,,,,,,,,,,,,,,,tenka,,24,,She must still be uncomfortable with being seen naked... +344000 ,,,,,,,千恵,Chie,032_CB23_c_004.wav,chie,,23,,,,,,,,"Why, you ask... Tenka-chan, do you not want to take a bath\nwith Chii-chan and the others?" +344100 ,,,,,,,,,,chie,,23,,,,,,,,"Being gently refused by Tenka-chan, Chii-chan becomes\ndejected." +344200 ,,,,,,,,,,,,,,,,,,,,"...Don't give up, Chii-chan! If you ask more, I'm sure\nTenka-chan will agree!" +344300 ,,,,,,,,,,,,,,,,,,,,I quietly give Chii-chan advice in a voice only she can\nhear. +344400 ,,,,,,,主人公,Kiyoshi,,"chieL,privateC",,3,,,,,,,,"Chii-chan, Chii-chan. If you ask more assertively, Tenka-\nchan will join you in the bath." +344500 ,,,,,,,千恵,Chie,032_CB23_c_005.wav,chieL,,27,,,,,,,,O-Okay... I'll try...! +344600 ,,,,,,,甜花,Tenka,032_CB23_t_001.wav,,,,,,,tenka,,32,,...What are you two talking about? +344700 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,32,,"It's a secret from Tenka-chan. Right, Chii- chan?" +344800 ,,,,,,,千恵,Chie,032_CB23_c_006.wav,chie,,1,,,,,,,,"Right, uncle!" +344900 ,,,,,,,,,,,,,"komako,private",,9,,,,,"While sharing a secret with Chii-chan, I received a silent\nglare from Komako-chan." +345000 ,,,,,,,,,,,,,komako,,9,,,,,Is she jealous...? But I can't give this up. It's to\nencounter that panty paradise again! +345100 ,,,,,,,千恵,Chie,032_CB23_c_007.wav,chie,,20,,,,,,,,Tenka-chan! Please! Let's take a bath together again! +345200 ,,,,,,,甜花,Tenka,032_CB23_t_002.wav,chie,,20,,,,tenka,,13,,Even if you say that... +345300 ,,,,,,,千恵,Chie,032_CB23_c_008.wav,chie,,30,,,,tenka,,13,,Please! +345400 ,,,,,,,甜花,Tenka,032_CB23_t_003.wav,chie,,30,,,,tenka,,12,,W-Why do you want to so much... +345500 ,,,,,,,千恵,Chie,032_CB23_c_009.wav,chie,,23,,,,tenka,,12,,"Because it was fun today, right? I think we can become\ncloser with Tenka-chan..." +345600 ,,,,,,,,,,chie,,23,,,,tenka,,12,,"Hearing Chii-chan's feelings, Tenka-chan looks a bit\nsurprised." +345700 ,,,,,,,甜花,Tenka,032_CB23_t_004.wav,chie,,23,,,,tenka,,24,,...You were thinking about that much? +345800 ,,,,,,,,,,chie,,23,,,,tenka,,24,,"Way to go, Chii-chan! Tenka-chan's heart is already\nwavering!" +345900 ,,,,,,,,,,chie,,23,,,,tenka,,24,,"For Tenka-chan, who wanted to get along with everyone, Chii-\nchan's feelings must be a delight!" +346000 ,,,,,,,甜花,Tenka,032_CB23_t_005.wav,chie,,23,,,,tenka,,26,,If you insist that much... I guess I can join you... +346100 ,,,,,,,千恵,Chie,032_CB23_c_010.wav,chie,,1,,,,tenka,,26,,"Thank you, Tenka-chan!" +346200 ,,,,,,,コマコ,Komako,032_CB23_k_000.wav,chie,,1,komako,,32,,,,,"...Chii-chan, don't forget about me too." +346300 ,,,,,,,千恵,Chie,032_CB23_c_011.wav,chie,,21,komako,,32,,,,,Of course! Let's all go in together again! +346400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"That's great, Chii-chan." +346500 ,,,,,,,,,,,,,,,,,,,,"Now, when the three of them take a bath, they'll use my\nhouse. The panty paradise is safe." +346600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Looks like the discussion is settled, so let's call it a\nday. If we stay too late, your families might worry." +346700 ,,,,,,,千恵,Chie,032_CB23_c_012.wav,chie,,0,,,,,,,,"Chii-chan will help clean up the shop, so you two go ahead\nand head home." +346800 ,,,,,,,コマコ,Komako,032_CB23_k_001.wav,,,,komako,,0,,,,,"Got it... Chii-chan, be careful on your way home since it'll\nbe dark." +346900 ,,,,,,,千恵,Chie,032_CB23_c_013.wav,chie,,1,,,,,,,,"Yeah! You be careful too, Komako-chan!" +347000 ,,,,,,,,,,,,,,,,,,,,"I watched Komako-chan and Tenka-chan as they prepared to\nleave, and I started getting ready to close the shop." +347200 ,,,2,12,,,,,,,,,,,,,,,,"As the end of the day approaches and night deepens, the only\none left in the shop is Chii-chan." +347300 ,,,,42,,,千恵,Chie,032_CB23_c_014.wav,chie,,1,,,,,,,,Uncle! What about today's pay? +347400 ,,,,,,,,,,chie,,1,,,,,,,,"...Her eyes are filled with hopeful anticipation. However,\nshe didn't do enough work today to warrant payment." +347500 ,,,,,,,,,,chie,,1,,,,,,,,"Because of the rain, there were hardly any customers." +347600 ,,,,,,,,,,chie,,1,,,,,,,,"If I were to pay Chii-chan for her work today... it would be\nzero yen... But if she finds out she won't get any money,\nshe'll be sad." +347700 ,,,,,,,,,,chie,,1,,,,,,,,Let's change our perspective. Chii-chan's greatest\ncontribution today was inviting everyone to the bath again. +347800 ,,,,,,,,,,chie,,1,,,,,,,,"It's different from the usual customer service, but from my\nperspective, there's nothing more delightful. It's an\nachievement that can't be measured by money." +347900 ,,,,,,,,,,chie,,1,,,,,,,,Let's compromise and give her about 50 yen as a part-time\nwage! +348000 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"...We didn't have any customers today, but I'll give you 50\nyen as a special treat." +348100 ,,,,,,,千恵,Chie,032_CB23_c_014a.wav,chie,,4,,,,,,,,You're giving me that much!? +348200 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"Of course, today is special. It's a bonus to thank you for\nalways helping out." +348300 ,,,,,,,千恵,Chie,032_CB23_c_015.wav,chie,,23,,,,,,,,Bonus...? +348400 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"Yes, it's a token of appreciation." +348500 ,,,,,,,千恵,Chie,032_CB23_c_016.wav,chie,,21,,,,,,,,Ehehe... Uncle is grateful to me. +348600 ,,,,,,,,,,chie,,21,,,,,,,,Chii-chan looked at the 50 yen she received and smiled\nhappily. +348700 ,,,,,,,,,,chie,,21,,,,,,,,"If I can see this smile for just 50 yen, it's a small price\nto pay. It makes me feel warm inside." +348800 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"...Is this okay? Chii-chan, I'll take care of the rest of\nthe cleanup, so go ahead and take a break." +348900 ,,,,,,,千恵,Chie,032_CB23_c_017.wav,chie,,1,,,,,,,,Okay. +349000 ,,,,,,,,,,chie,,1,,,,,,,,I efficiently finished the tasks to spend enjoyable time\nwith Chii-chan as soon as possible. +349200 ,,,,21,,,,,,,,,,,,,,,,"The shop, now completely tidied up, was dim and quiet. From\nhere on, it's time for just me and Chii-chan." +349300 ,,,,,,,,,,,,,,,,,,,,"Even though it's just the two of us, my mind is filled with\nthoughts of Chii-chan, making me restless." +349400 ,,,,,,,,,,,,,,,,,,,,"I'm not nervous, but thinking about what's to come makes it\nhard to contain my excitement." +349500 ,,,,,,,,,,,,,,,,,,,,"I wonder if Chii-chan is aware of me too, as she's now as\nquiet as a borrowed cat, unlike before." +349600 ,,,,,,,,,,,,,,,,,,,,"I want to keep watching her, but my lower body seems to have\nreached its limit. Heat gathers, pushing up the fabric of my\npants." +349700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan... can I ask you again today? +349800 ,,,,,,,,,,,,,,,,,,,,"As I said that while stroking my lower body, Chii-chan\nlooked back into my eyes." +349900 ,,,,,,,,,,,,,,,,,,,,"If you stare at me like that, it makes me shy..." +350000 ,,,,,,,千恵,Chie,032_CB23_c_018.wav,chie,,3,,,,,,,,Are you asking about... your dick? +350100 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"That's right! Today, just like the other day, I want you to\nlick it for me!" +350200 ,,,,,,,千恵,Chie,032_CB23_c_019.wav,chie,,5,,,,,,,,Lick your dick...? +350300 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,Yeah! ...Is that okay? +350400 ,,,,,,,,,,chie,,5,,,,,,,,"Seeing Chii-chan's troubled expression, I can't help but\nfeel anxious." +350500 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,Please! I'm begging you! +350600 ,,,,,,,,,,chie,,5,,,,,,,,"If I plead desperately, Chii-chan, who is weak to pressure,\nshould agree! I have to push forward!" +350700 ,,,,,,,千恵,Chie,032_CB23_c_020.wav,chie,,14,,,,,,,,...But the stuff that comes out of your dick tastes weird... +350800 ,,,,,,,,,,chie,,14,,,,,,,,"Chii-chan looks down, avoiding my gaze." +350900 ,,,,,,,,,,chie,,14,,,,,,,,"...If it comes to this, I have no choice but to use Chii-\nchan's favorite thing!" +351000 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,"Chii-chan, listen! If you lick my dick, I'll get you a Champ\nYogurt!" +351100 ,,,,,,,千恵,Chie,032_CB23_c_021.wav,chie,,3,,,,,,,,Champ Yogurt...? +351200 ,,,,,,,,,,chie,,3,,,,,,,,"Oh, Chii-chan doesn't know about it? ...I see, she usually\nonly looks at the 10-yen snack shelf, so she didn't notice." +351300 ,,,,,,,,,,chie,,3,,,,,,,,"If she finds out about this snack, she'll surely be\nsurprised..." +351400 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"You know how you often eat yogurt-flavored snacks, right?" +351500 ,,,,,,,千恵,Chie,032_CB23_c_022.wav,chie,,23,,,,,,,,"Oh, I get it! The 20-yen one! Chii-chan loves that!" +351600 ,,,,,,,,,,chie,,23,,,,,,,,"Her reaction is great. With this, she'll definitely listen\nto me." +351700 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,Champ Yogurt is a much bigger version of that. +351800 ,,,,,,,千恵,Chie,032_CB23_c_023.wav,chie,,1,,,,,,,,Bigger...? I want to see it! +351900 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Wait a moment. I'll get it right away. +352000 ,,,,,,,,,,,,,,,,,,,,"With her eyes sparkling, Chii-chan's heart is filled with\nanticipation." +352100 ,,,,,,,,,,,,,,,,,,,,"Just as I thought, I couldn't help but smile. Hiding my\ngrin, I headed to the shelf where the Champ Yogurt was\nplaced." +352200 ,,,,,,,,,,,,,,,,,,,,"Displayed on the upper part of the shelf, it's priced at 250\nyen, which is quite high for a snack, so it's left unsold." +352300 ,,,,,,,,,,,,,,,,,,,,"If it were a bit cheaper, it would probably sell... But I'm\nglad I stocked it." +352400 ,,,,,,,,,,,,,,,,,,,,I'll make sure not to run out of Champ Yogurt for times like\nthis. +352500 ,,,,,,,,,,,,,,,,,,,,"I picked up the snack I was aiming for. It's about the size\nof a palm, so it has quite a weight. As expected of a 250\nyen snack..." +352600 ,,,,,,,千恵,Chie,032_CB23_c_024.wav,,,,,,,,,,,"Uncle, are you done yet?" +352700 ,,,,,,,,,,,,,,,,,,,,"Oops, I'm being rushed. Let's show it to her quickly." +352800 ,,,,,,,,,,,,,,,,,,,,"I returned to Chii-chan, who was sitting at the edge of the\ntatami, eagerly waiting for the Champ Yogurt." +352900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ta-da! This is the Champ Yogurt! +353000 ,,,,,,,,,,,,,,,,,,,,"With a flourish that almost needed sound effects, I\npresented the snack in front of Chii-chan." +353100 ,,,,,,,千恵,Chie,032_CB23_c_025.wav,chie,,4,,,,,,,,Wow! It's so big! I didn't know there was a snack like this! +353200 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"It's no wonder you didn't know, Chii-chan. After all, it\ncosts 250 yen." +353300 ,,,,,,,千恵,Chie,032_CB23_c_026.wav,chie,,24,,,,,,,,"250 yen... That's, um... one 10-yen coin, two..." +353400 ,,,,,,,,,,chie,,24,,,,,,,,Chii-chan tries to calculate by folding her fingers. +353500 ,,,,,,,,,,chie,,24,,,,,,,,"I see, since she rarely uses 100-yen coins, she thinks in\nterms of 10-yen coins." +353600 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"If you use 10-yen coins, you'd need 25 of them." +353700 ,,,,,,,千恵,Chie,032_CB23_c_027.wav,chie,,25,,,,,,,,T-That many!? Chii-chan can't buy it! +353800 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Don't worry, you don't need money. But only if you listen to\nmy request." +353900 ,,,,,,,千恵,Chie,032_CB23_c_028.wav,chie,,7,,,,,,,,"I just have to lick it, right? ...Chii-chan will do it!" +354000 ,,,,,,,主人公,Kiyoshi,,chie,,7,,,,,,,,"Thank you, Chii-chan. Now, let's go to my room." +354100 ,,,,,,,,,,,,,,,,,,,,"To avoid any interruptions, I headed to my room with her." +354200 ,,,,,,,,,,,,,,,,,,,,"Chii-chan seemed to really like the Champ Yogurt, following\nme cheerfully." +354300 ,,,,,,,,,,,,,,,,,,,,The thought of Chii-chan licking me soon made my breathing\nheavy. +354500 ,,,,32,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Chii-chan, as promised... okay?" +354600 ,,,,,,,,,,,,,,,,,,,,"I took off my pants, exposing my erect penis." +354700 ,,,,,,,千恵,Chie,032_CB23_c_029.wav,chie,,23,,,,,,,,"It's already big... Uncle, how should I lick it?" +354800 ,,,,,,,,,,chie,,23,,,,,,,,You shouldn't look at my penis with such innocent eyes... It\nmakes me want to push you down. +354900 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"You can just lick it as it is... But Chii- chan, you're not\nused to the taste yet, right? So, I'll make it easier for\nyou." +355000 ,,,,,,,,,,chie,,23,,,,,,,,I opened the lid of the Champ Yogurt I had and inserted my\npenis into it. +355100 ,,,,,,,,,,chie,,23,,,,,,,,"It was gently enveloped by the soft, paste- like texture." +355200 ,,,,,,,,,,chie,,23,,,,,,,,This is...! It might feel a little good... What am I trying\nto do! +355300 ,,,,,,,,,,chie,,23,,,,,,,,Am I about to start masturbating alone when Chii-chan is\nright in front of me? +355400 ,,,,,,,,,,chie,,23,,,,,,,,I stopped my hips from moving with sheer willpower. +355500 ,,,,,,,千恵,Chie,032_CB23_c_030.wav,chie,,4,,,,,,,,Ah... Champ Yogurt... +355600 ,,,,,,,,,,chie,,4,,,,,,,,"Chii-chan, not knowing what was about to happen, seemed\nshocked to see her favorite snack being violated." +355700 ,,,,,,,,,,chie,,4,,,,,,,,"But don't worry. Soon, Chii-chan will get to eat it\nproperly." +355800 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"Chii-chan, don't make that face. I'm not trying to be mean." +355900 ,,,,,,,,,,chie,,9,,,,,,,,Is it about time? I pulled my penis out of the snack\ncontainer. +356000 ,,,,,,,,,,chie,,9,,,,,,,,"Then, a large stick covered in white paste appeared." +356100 ,,,,,,,,,,chie,,9,,,,,,,,This is the yogurt dick that Chii-chan will eat now! +356200 ,,,,,,,,,,chie,,9,,,,,,,,A homemade treat with a fishy aroma and refreshing sourness! +356300 ,,,,,,,主人公,Kiyoshi,,chie,,9,,,,,,,,"Chii-chan, you're going to eat this now. I'll treat you\nuntil you're full." +356400 ,,,,,,,千恵,Chie,032_CB23_c_031.wav,chie,,29,,,,,,,,...I wanted to eat it normally... +356500 ,,,,,,,主人公,Kiyoshi,,chie,,29,,,,,,,,"I went through the trouble of preparing this for Chii-chan,\nwho said she didn't like the taste of dick..." +356600 ,,,,,,,,,,chie,,29,,,,,,,,I pretended to be shocked and dropped my shoulders to make\nChii-chan feel guilty. +356700 ,,,,,,,千恵,Chie,032_CB23_c_032.wav,chie,,34,,,,,,,,"Uncle... I'm sorry...! Chii-chan will try her best, so cheer\nup!" +356800 ,,,,,,,,,,chie,,34,,,,,,,,Yes! Yes! Chii-chan is going to lick my dick! +356900 ,,,,,,,,,,chie,,34,,,,,,,,"Feeling excited, I eagerly thrust my penis in front of Chii-\nchan's face." +357100 ,,,9,,1150000,,,,,,,,,,,,,,, +357200 ,*mem,,,,1150000,,,,,,,,,,,,,,, +357300 ,,,9,,1150000,,千恵,Chie,032_CB23_c_033.wav,chie,,0,,,,,,,,Sniff sniff... Ah! It smells just like the usual one! +357400 ,,,,,1150000,,,,,,,,,,,,,,,"Chii-chan, who cautiously sniffed the yogurt dick,\nrecognized the familiar scent of her usual treat and\nbrightened up." +357500 ,,,,,1150000,,主人公,Kiyoshi,,,,,,,,,,,,"Not just the smell, but the taste is the same too. ...How is\nit? Do you want to eat it now?" +357600 ,,,,,1150000,,千恵,Chie,032_CB23_c_034.wav,chie,,0,,,,,,,,Yeah! I want to eat it! +357700 ,,,,,1150000,,,,,,,,,,,,,,,"Chii-chan, saying so clearly that she wants to eat it... but\nthis is a dick, you know?" +357800 ,,,,,1150000,,,,,,,,,,,,,,,"But if she insists that much, I can't make her wait." +357900 ,,,,,1150000,,主人公,Kiyoshi,,,,,,,,,,,,I'll teach you how to eat it. Lick around it like it's soft\nserve ice cream. Don't use your hands... can you do that? +358000 ,,,,,1150000,,千恵,Chie,032_CB23_c_035.wav,chie,,0,,,,,,,,Um... is this how I do it...? +358100 ,,,,,1150000,,,,,,,,,,,,,,,"Saying that, Chii-chan stuck out her tongue and timidly\nbegan to lick the dick." +358300 ,,,,,1150010,,主人公,Kiyoshi,,,,,,,,,,,,"Ohhh! ...Yes, you're doing great...!" +358400 ,,,,,1150010,,,,,,,,,,,,,,,"Every time the paste-like candy is licked off, I feel the\nlight touch of her tongue... At this moment, I've truly\nachieved a great feat!" +358500 ,,,,,1150010,,,,,,,,,,,,,,,"The stimulation is minimal, but the situation itself is\nincredibly exciting!" +358600 ,,,,,1150010,,千恵,Chie,032_CB23_c_036.wav,chie,,0,,,,,,,,"Lick... it's delicious! Mister, this is really tasty!" +358700 ,,,,,1150010,,,,,,,,,,,,,,,"Chii-chan seemed to like the yogurt-flavored dick, happily\nmoving her tongue." +358800 ,,,,,1150010,,,,,,,,,,,,,,,She's so engrossed in eating that her mouth is getting all\nwhite and sticky. +358900 ,,,,,1150010,,,,,,,,,,,,,,,"It looks as if it's covered in semen, and the sense of guilt\nmakes my penis feel like it's going to burst." +359000 ,,,,,1150010,,,,,,,,,,,,,,,To have such an innocent girl licking my dick... what a\nwonderful profession being a candy shop owner is! +359100 ,,,,,1150010,,主人公,Kiyoshi,,,,,,,,,,,,"How is it, Chii-chan? Is the dick tasty?" +359200 ,,,,,1150010,,千恵,Chie,032_CB23_c_037.wav,chie,,0,,,,,,,,"It's sweet and delicious, no weird taste!" +359300 ,,,,,1150010,,主人公,Kiyoshi,,,,,,,,,,,,"I'm glad. Then, keep licking until you're full." +359400 ,,,,,1150010,,,,,,,,,,,,,,,"Well, even without me saying it, she seems to be eating more\nand more." +359500 ,,,,,1150010,,,,,,,,,,,,,,,"Oh... Chii-chan, you're licking even there!?" +359600 ,,,,,1150010,,,,,,,,,,,,,,,"The underside is the most sensitive part, so she needs to be\ncareful...!" +359700 ,,,,,1150010,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh...! Oh... that's good, Chii-chan...!" +359800 ,,,,,1150010,,千恵,Chie,032_CB23_c_038.wav,chie,,0,,,,,,,,"Mister, does it feel good...?" +359900 ,,,,,1150010,,主人公,Kiyoshi,,,,,,,,,,,,Very much... I'm so happy you're making me feel this good. +360000 ,,,,,1150010,,千恵,Chie,032_CB23_c_039.wav,chie,,0,,,,,,,,Really!? Then I'll try even harder! +360100 ,,,,,1150010,,,,,,,,,,,,,,,Chii-chan's persistent licking of the tip stimulates my\nurethra. +360200 ,,,,,1150010,,,,,,,,,,,,,,,"If she keeps attacking the same spot, I'm going to come..." +360300 ,,,,,1150010,,,,,,,,,,,,,,,"It would be easier if I ejaculated once, but I won't make\nthat choice!" +360400 ,,,,,1150010,,,,,,,,,,,,,,,"I'll hold it in until the limit, and then let Chii-chan\ntaste the final release!" +360500 ,,,,,1150010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, not just the tip, but could you also take care of\nthe shaft? If you keep licking there, the bitter juice will\ncome out." +360600 ,,,,,1150010,,千恵,Chie,032_CB23_c_040.wav,chie,,0,,,,,,,,That weird-tasting juice? ...No way! +360700 ,,,,,1150010,,,,,,,,,,,,,,,"Saying that, Chii-chan hurriedly started licking the shaft." +360800 ,,,,,1150010,,,,,,,,,,,,,,,I guess she's still not used to the taste of a penis. +360900 ,,,,,1150010,,,,,,,,,,,,,,,"For now, I'll have to mask it with the taste of Champ\nYogurt." +361000 ,,,,,1150020,,千恵,Chie,032_CB23_c_041.wav,chie,,0,,,,,,,,Uncle... the yogurt is all gone...? +361200 ,,,,,1150020,,,,,,,,,,,,,,,Chii-chan looked at the penis with a troubled expression. +361300 ,,,,,1150020,,,,,,,,,,,,,,,...Chii-chan eats quickly. +361400 ,,,,,1150020,,,,,,,,,,,,,,,But there's still plenty left in the candy container. We can\ncontinue as much as we want. +361500 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,"Don't worry, Chii-chan. There's still more... you can eat it\nsoon." +361600 ,,,,,1150020,,千恵,Chie,032_CB23_c_042.wav,chie,,0,,,,,,,,Yay! I can still eat more! +361700 ,,,,,1150020,,,,,,,,,,,,,,,"She raised both hands high, expressing her joy with her\nwhole body." +361800 ,,,,,1150020,,,,,,,,,,,,,,,She likes the yogurt-flavored penis that much! +361900 ,,,,,1150020,,,,,,,,,,,,,,,For her to like my penis... ha... ha...! +362000 ,,,,,1150020,,,,,,,,,,,,,,,"I need to catch my breath, or I won't be able to keep my\ncomposure." +362100 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, use this to make uncle's penis all white." +362200 ,,,,,1150020,,千恵,Chie,032_CB23_c_043.wav,chie,,0,,,,,,,,"Like before, should I spread it where I lick?" +362300 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,You can spread as much as you like. +362400 ,,,,,1150020,,,,,,,,,,,,,,,I handed Chii-chan the Champ Yogurt container to coat the\npenis. +362500 ,,,,,1150020,,千恵,Chie,032_CB23_c_044.wav,chie,,0,,,,,,,,Alright... I'll spread a lot to make it delicious! +362700 ,,,,,1150030,,千恵,Chie,032_CB23_c_045.wav,chie,,0,,,,,,,,Wow... the penis is twitching! +362800 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,Oof... could you do it a bit more gently? +362900 ,,,,,1150030,,千恵,Chie,032_CB23_c_046.wav,chie,,0,,,,,,,,Did it hurt? +363000 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,"It doesn't hurt, but..." +363100 ,,,,,1150030,,,,,,,,,,,,,,,"If it's stimulated too much, I'll end up coming. Even if I\nexplain that, Chii-chan probably won't understand." +363200 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,I'd be happier if you spread it gently. +363300 ,,,,,1150030,,,,,,,,,,,,,,,I took Chii-chan's hand and guided her. +363400 ,,,,,1150030,,,,,,,,,,,,,,,"Thanks to taking some time to spread it carefully, there was\nalmost no skin color left." +363500 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,Now that we're ready... let's try a different way of eating. +363600 ,,,,,1150030,,千恵,Chie,032_CB23_c_047.wav,chie,,0,,,,,,,,A different way... is there another one? +363700 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,"This time, instead of licking, try putting it in your mouth." +363800 ,,,,,1150030,,千恵,Chie,032_CB23_c_048.wav,chie,,0,,,,,,,,Put it in... but something this big won't fit in Chii-chan's\nmouth! +363900 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay... if you listen to what uncle says, you should be\nable to do it." +364000 ,,,,,1150030,,,,,,,,,,,,,,,"We've come this far, if I'm going to come, I'd prefer it to\nbe in Chii-chan's mouth." +364100 ,,,,,1150030,,,,,,,,,,,,,,,"If I don't get a blowjob, I'll surely regret it for the rest\nof my life." +364200 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,"First, open your mouth... just do your best." +364300 ,,,,,1150030,,千恵,Chie,032_CB23_c_049.wav,chie,,0,,,,,,,,...Ahh! +364400 ,,,,,1150030,,,,,,,,,,,,,,,Chii-chan obediently listened and opened her mouth wide. +364500 ,,,,,1150030,,,,,,,,,,,,,,,"Chii-chan's mouth, showing her pearly white teeth... soon,\nuncle's penis will go in there!" +364600 ,,,,,1150030,,,,,,,,,,,,,,,But I have to stay calm and insert it slowly so she doesn't\ngag... +364700 ,,,,,1150030,,,,,,,,,,,,,,,"If I force Chii-chan here and she starts to dislike it, all\nmy efforts will be for nothing." +364800 ,,,,,1150030,,,,,,,,,,,,,,,"Phew... deep breath. Let's go on the count of 3, 2, 1!" +364900 ,,,,,1150030,,主人公,Kiyoshi,,,,,,,,,,,,"Just like that, okay? Don't suddenly close your mouth." +365000 ,,,,,1150030,,,,,,,,,,,,,,,Alright... I'm mentally prepared. 3... 2... 1... now! +365200 ,,,,,1150050,,千恵,Chie,032_CB23_c_050.wav,chie,,0,,,,,,,,Mmph!? +365300 ,,,,,1150050,,,,,,,,,,,,,,,"Slowly, my penis slides into Chii-chan's mouth." +365400 ,,,,,1150050,,,,,,,,,,,,,,,"Since there's still some candy coating left, I can't feel\nmuch of the inside of her mouth." +365500 ,,,,,1150050,,,,,,,,,,,,,,,"However, once the coating is gone, it'll be all mine.\nParadise awaits just ahead!" +365600 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, I know it's tough, but try moving your tongue\ninside like before." +365700 ,,,,,1150050,,千恵,Chie,032_CB23_c_051.wav,chie,,0,,,,,,,,Mmm... mm... lero... +365800 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Ahhh... kuh! ...This is it, this is what I've been waiting\nfor!" +365900 ,,,,,1150050,,,,,,,,,,,,,,,"As she moves her mouth, her teeth occasionally graze my\npenis." +366000 ,,,,,1150050,,,,,,,,,,,,,,,"Though there's a sensation of pain, the joy outweighs it.\nInstead of wilting, it becomes even harder." +366100 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,I'm going to move my hips... let me know if it's too much. +366200 ,,,,,1150050,,,,,,,,,,,,,,,"While keeping her mouth open, she nods slightly... such a\ngesture from Chii-chan stirs my protective instincts." +366300 ,,,,,1150050,,,,,,,,,,,,,,,"I vow once more not to be rough, and I start moving my body." +366400 ,,,,,1150050,,,,,,,,,,,,,,,"Her mouth doesn't have much depth, so it hits a stop when\nabout half of my penis is inside." +366500 ,,,,,1150050,,,,,,,,,,,,,,,...The sensation of the tip touching... could it be her\nuvula!? +366600 ,,,,,1150050,,,,,,,,,,,,,,,"This is Chii-chan's...! Girls have three holes, and I feel\nlike I've conquered one of them!" +366700 ,,,,,1150050,,千恵,Chie,032_CB23_c_052.wav,chie,,0,,,,,,,,Mmm...! Nn~~! +366800 ,,,,,1150050,,,,,,,,,,,,,,,"Oops... it seems like it's too much for her. As Chii-chan\nshakes her head, I stop moving my hips for a moment." +366900 ,,,,,1150050,,,,,,,,,,,,,,,"Someday, I want her to be able to take this cock all the way\nin..." +367000 ,,,,,1150050,,,,,,,,,,,,,,,I'll have her get used to it little by little from now on. +367100 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, Chii-chan, let's take a break." +367200 ,,,,,1150050,,,,,,,,,,,,,,,"Saying that, I pulled my penis out of Chii- chan's mouth." +367400 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,"How was it, trying to take it in?" +367500 ,,,,,1150020,,千恵,Chie,032_CB23_c_053.wav,chie,,0,,,,,,,,It was a bit tough... but it tasted good! So... let me have\nmore! +367600 ,,,,,1150020,,,,,,,,,,,,,,,"Chii-chan's reaction was unexpected... I thought she would\ndislike it more, but that wasn't the case." +367700 ,,,,,1150020,,,,,,,,,,,,,,,"Far from disliking it, she's actually asking for the cock\nherself." +367800 ,,,,,1150020,,,,,,,,,,,,,,,"This is...! It's working! Before Chii-chan changes her mind,\nI move on to the second round." +367900 ,,,,,1150020,,,,,,,,,,,,,,,"I coat the Yorkle again, which had been licked clean, and\nlet Chii-chan have it." +368100 ,,,,,1150040,,千恵,Chie,032_CB23_c_054.wav,chie,,0,,,,,,,,Nn... mmm...! +368200 ,,,,,1150040,,,,,,,,,,,,,,,"Chii-chan, who no longer resists taking it in, eagerly bites\nonto the penis." +368300 ,,,,,1150040,,,,,,,,,,,,,,,"The warmth that feels like it could melt me spreads\nthroughout the entire penis. If I'm not careful, my hips\nmight give out." +368400 ,,,,,1150040,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... it feels so good... +368500 ,,,,,1150040,,,,,,,,,,,,,,,Her clumsy yet determined tongue movements to lick the\nYorkle... and her intention to please me even moves me. +368600 ,,,,,1150040,,,,,,,,,,,,,,,"Filled with gratitude, I patted Chii-chan's head. She\ngiggled as if it tickled." +368700 ,,,,,1150040,,主人公,Kiyoshi,,,,,,,,,,,,Have you started to like cock? +368800 ,,,,,1150040,,千恵,Chie,032_CB23_c_055.wav,chie,,0,,,,,,,,I'm not sure yet... but I don't dislike it. +368900 ,,,,,1150040,,,,,,,,,,,,,,,"For now, that's enough. If she doesn't dislike it, it means\nwith the help of sweets, she'll give me a blowjob anytime." +369000 ,,,,,1150040,,,,,,,,,,,,,,,I must be right about this. +369100 ,,,,,1150040,,,,,,,,,,,,,,,"Thinking about how Chii-chan will become more and more lewd,\nmy heart can't stop racing." +369200 ,,,,,1150040,,,,,,,,,,,,,,,"How quickly she can step up depends on me right now. Today,\nI'll teach her all the naughty knowledge!" +369300 ,,,,,1150040,,,,,,,,,,,,,,,"First, it's about this cock that Chii-chan is licking!" +369400 ,,,,,1150040,,主人公,Kiyoshi,,,,,,,,,,,,"You're not sure if you like it, huh? Then, I'll teach you so\nyou'll come to like it." +369500 ,,,,,1150040,,千恵,Chie,032_CB23_c_056.wav,chie,,0,,,,,,,,Fugu... fugu...! +369600 ,,,,,1150040,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, do you know what the frenulum of the cock is?\nIt's the part underneath." +369700 ,,,,,1150040,,千恵,Chie,032_CB23_c_057.wav,chie,,0,,,,,,,,Nchu... nmu...! ...Hoho? +369800 ,,,,,1150040,,,,,,,,,,,,,,,Chii-chan's tongue crawls along the frenulum. +369900 ,,,,,1150040,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, there! That's called the frenulum, and it's a sensitive\nspot on the cock." +370000 ,,,,,1150040,,千恵,Chie,032_CB23_c_058.wav,chie,,0,,,,,,,,Muu... jujutsu! Rerureru... himohii? +370100 ,,,,,1150040,,,,,,,,,,,,,,,"Because her mouth is full, her words come out slurred." +370200 ,,,,,1150040,,,,,,,,,,,,,,,How much is this girl going to please me! +370300 ,,,,,1150040,,主人公,Kiyoshi,,,,,,,,,,,,Keep licking like that... it's really good! +370400 ,,,,,1150040,,千恵,Chie,032_CB23_c_059.wav,chie,,0,,,,,,,,Jyu... rero... nn...! +370500 ,,,,,1150040,,,,,,,,,,,,,,,"Chii-chan's oral assault torments me. Until now, I've only\nbeen the one doing the teasing, but being teased is nice\ntoo..." +370600 ,,,,,1150040,,,,,,,,,,,,,,,"Discovering new possibilities, my excitement reaches its\npeak." +370700 ,,,,,1150040,,,,,,,,,,,,,,,"The tip of my penis gradually heats up. The moment of\nejaculation is near, and pre-cum starts to leak out." +370900 ,,,,,1150020,,千恵,Chie,032_CB23_c_060.wav,chie,,0,,,,,,,,"Afu... phew! H-Hey, it's starting to taste weird...!" +371000 ,,,,,1150020,,,,,,,,,,,,,,,Chii-chan spits out the penis. +371100 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,"Ah... that's not good, Chii-chan, you haven't finished yet?" +371200 ,,,,,1150020,,千恵,Chie,032_CB23_c_061.wav,chie,,0,,,,,,,,"But, but... it's not sweet anymore..." +371300 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,"You can't just leave it because of that. Once you've\nstarted, you have to finish it." +371400 ,,,,,1150020,,,,,,,,,,,,,,,"If it's not sweet, I'll add a little cream. I apply cream to\nmy penis and have Chii-chan take it again." +371500 ,,,,,1150020,,主人公,Kiyoshi,,,,,,,,,,,,"Come on... don't be picky, let's overcome what you don't\nlike." +371700 ,,,,,1150050,,千恵,Chie,032_CB23_c_062.wav,chie,,0,,,,,,,,Nngh! ...Mmm... Juu... Fuhii...! +371800 ,,,,,1150050,,,,,,,,,,,,,,,"As I was nearing my limit, I decided to see it through to\nthe end, even if it was a bit forceful." +371900 ,,,,,1150050,,,,,,,,,,,,,,,"Chii-chan, feeling resistant, desperately tried to push back\nthe penis with her tongue." +372000 ,,,,,1150050,,,,,,,,,,,,,,,"Sorry, Chii-chan, but I can't stop now!" +372100 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Hang in there! If you try hard, it'll be over soon!" +372200 ,,,,,1150050,,千恵,Chie,032_CB23_c_063.wav,chie,,0,,,,,,,,Hafuu... Juu! Nn~! +372300 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Savor it more, it might actually taste good?" +372400 ,,,,,1150050,,,,,,,,,,,,,,,"While desperately persuading Chii-chan, I let the penis move\naround in her mouth." +372500 ,,,,,1150050,,,,,,,,,,,,,,,"To let her savor it well, I rubbed it against her tongue. A\nslightly rough sensation is transmitted to the glans." +372600 ,,,,,1150050,,千恵,Chie,032_CB23_c_064.wav,chie,,0,,,,,,,,Mmm... Nn... Juu...! Juchuu! +372700 ,,,,,1150050,,,,,,,,,,,,,,,"Perhaps responding to my persuasion, Chii- chan's resistance\nsoftened." +372800 ,,,,,1150050,,,,,,,,,,,,,,,"Is it just my imagination, or does she look a bit troubled?" +372900 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,Thank you... I'll make sure to repay you for this. +373000 ,,,,,1150050,,,,,,,,,,,,,,,"Despite everything, Chii-chan is a kind girl who stays with\nme until the end." +373100 ,,,,,1150050,,,,,,,,,,,,,,,I realize that taking advantage of her kindness makes me\nfeel immature. +373200 ,,,,,1150050,,,,,,,,,,,,,,,But that doesn't mean I plan to stop. I'm going to have a\ngrand ejaculation! +373300 ,,,,,1150050,,,,,,,,,,,,,,,"As I savor the sensation inside Chii-chan's mouth, the\nmoment finally approaches." +373400 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, I'm about to come... Just keep your mouth on it!" +373500 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,In case of oral ejaculation,sel_1a",,,,,,,,,,,,,,,,,,,■@ In the mouth +↓,"$menu_item 1,In case of pulling out,sel_1b",,,,,,,,,,,,,,,,,,,■A Outside +↓,$menu_end,,,,,,,,,,,,,,,,,,, +373600 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ In the mouth +373800 ,,,,,1150050,,千恵,Chie,032_CB23_c_065.wav,chie,,0,,,,,,,,Hefuh!? Nn... Mmm~! +373900 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa~! It's coming out! I'm going to release it, okay!" +374000 ,,,,,1150050,,,,,,,,,,,,,,,I release all the pent-up heat at once. +374100 ,,,,,1150050,,千恵,Chie,032_CB23_c_066.wav,chie,,0,,,,,,,,Nnfuuhh! ...Nnguhh... Nnnn! +374200 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"S-Sorry! Are you okay, Chii-chan?" +374300 ,,,,,1150050,,,,,,,,,,,,,,,"I ejaculated more than I expected, and Chii- chan seemed to\nbe struggling." +374400 ,,,,,1150050,,,,,,,,,,,,,,,I hurriedly pull my penis out of her mouth. +374600 ,,,,,1150060,,主人公,Kiyoshi,,,,,,,,,,,,...Are you okay? ...You can spit it out if you want? +374700 ,,,,,1150060,,千恵,Chie,032_CB23_c_067.wav,chie,,0,,,,,,,,...Gulp! Phew... I swallowed it! +374800 ,,,,,1150060,,,,,,,,,,,,,,,Chii-chan says that and smiles at me. +374900 ,,,,,1150060,,,,,,,,,,,,,,,She swallowed it... all of that amount? +375000 ,,,,,1150060,,主人公,Kiyoshi,,,,,,,,,,,,Didn't you say you didn't like the taste of my dick? +375100 ,,,,,1150060,,千恵,Chie,032_CB23_c_068.wav,chie,,0,,,,,,,,"I thought it tasted weird, but you seemed like you wanted me\nto swallow it... so I did!" +375200 ,,,,,1150060,,,,,,,,,,,,,,,Chii-chan opens her mouth wide to show me. +375300 ,,,,,1150060,,,,,,,,,,,,,,,"She really drank it all... Chii-chan, you don't have to go\nthat far just for me..." +375400 ,,,,,1150060,,主人公,Kiyoshi,,,,,,,,,,,,"Don't overdo it, okay? If you don't like it, you should say\nso." +375500 ,,,,,1150060,,千恵,Chie,032_CB23_c_069.wav,chie,,0,,,,,,,,"I don't mind. It's for you, after all!" +375600 ,,,,,1150060,,,,,,,,,,,,,,,Chii-chan's innocent smile directed at me was truly angelic. +375700 ,,,,,1150060,,,,,,,,,,,,,,,...To think that my sperm was absorbed into such a cute\ngirl's body... +375800 ,,,,,1150060,,,,,,,,,,,,,,,Thinking about it made me almost jealous of my own semen. +375900 ,,,,,1150060,,千恵,Chie,032_CB23_c_070.wav,chie,,0,,,,,,,,"Did it feel good, Kiyoshi?" +376000 ,,,,,1150060,,主人公,Kiyoshi,,,,,,,,,,,,"Of course... thank you, Chii-chan." +376100 ,,,,,1150060,,,,,,,,,,,,,,,I thank Chii-chan while wiping the semen from her mouth. +376200 ,,,,,1150060,,,,,,,,,,,,,,,"She squirmed as if ticklish, but showed no signs of dislike." +376300 ,$go join_1,,,,,,,,,,,,,,,,,,, +376400 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A In case of pulling out +376600 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... I can't do it! I can't be that cruel! +376700 ,,,,,1150050,,,,,,,,,,,,,,,I barely suppress the urge to release in her mouth with my\nreason. +376800 ,,,,,1150050,,,,,,,,,,,,,,,"For Chii-chan, who isn't used to the taste of my dick, I\npulled my penis out of her mouth at the moment of\nejaculation." +376900 ,,,,,1150050,,,,,,,,,,,,,,,The momentum of the white fluid showered down on Chii-chan's\nface. +377200 ,,,,,1150061,,千恵,Chie,032_CB23_c_071.wav,chie,,0,,,,,,,,"―Hyaaah!? Wow, so much white stuff is coming out of your\ndick!" +377300 ,,,,,1150061,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... haah... phew...! +377400 ,,,,,1150061,,,,,,,,,,,,,,,"I really wanted her to take it all in her mouth, but I\nshould restrain myself." +377500 ,,,,,1150061,,千恵,Chie,032_CB23_c_072.wav,chie,,0,,,,,,,,Uncle... you came a lot. Did it feel good? +377600 ,,,,,1150061,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, you're such a pro. You made me come." +377700 ,,,,,1150061,,千恵,Chie,032_CB23_c_073.wav,chie,,0,,,,,,,,I'm happy that Uncle felt good! +377800 ,,,,,1150061,,,,,,,,,,,,,,,"She smiled at me, even though her face was covered in sticky\nsemen." +377900 ,,,,,1150061,,主人公,Kiyoshi,,,,,,,,,,,,Thank you for working so hard for me. +378000 ,,,,,1150061,,,,,,,,,,,,,,,"While expressing my gratitude, I wiped the semen off Chii-\nchan's face with a tissue." +378100 ,,,,,1150061,,,,,,,,,,,,,,,"Even though I was the one who released it, I couldn't help\nbut be impressed by how much I came." +378200 ,,,,,1150061,,千恵,Chie,032_CB23_c_074.wav,chie,,0,,,,,,,,...What's wrong? +378300 ,,,,,1150061,,主人公,Kiyoshi,,,,,,,,,,,,"I was just thinking about how hard you worked today, Chii-\nchan." +378400 ,,,,,1150061,,,,,,,,,,,,,,,I patted Chii-chan's head as she looked at me curiously. +378500 ,,,,,1150061,,,,,,,,,,,,,,,"While adoring Chii-chan, I put my pants back on." +378600 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +378700 ,$event_return,,,,,,,,,,,,,,,,,,, +379000 ,,,2,,,,主人公,Kiyoshi,,,,,,,,,,,,―There we go... All clean now. +379100 ,,,,,,,,,,,,,,,,,,,,I used tissues to make sure there was no semen left behind\nduring the cleanup. +379200 ,,,,,,,,,,,,,,,,,,,,"Meanwhile, Chii-chan sat quietly between my legs." +379300 ,,,,,,,,,,,,,,,,,,,,She must have been tired from her first blowjob. +379400 ,,,,,,,,,,,,,,,,,,,,It seems like she pushed herself a bit... Let's cheer her up\nwith something special! +379500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, Chii-chan! There's still some left, so you can\neat it if you want." +379600 ,,,,,,,,,,,,,,,,,,,,What I offered her was a Champ Yogurt. +379700 ,,,,,,,,,,,,,,,,,,,,I gave her the remaining third as a gift. +379800 ,,,,,,,千恵,Chie,032_CB23_c_075.wav,chie,,4,,,,,,,,Eh... Really! +379900 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,Of course! You worked hard today. It's a thank you gift. +380000 ,,,,,,,千恵,Chie,032_CB23_c_076.wav,chieL,,1,,,,,,,,Onii-chan! +380100 ,,,,,,,,,,chieL,,1,,,,,,,,"Chii-chan, who had her back turned, suddenly spun around and\nhugged me with enthusiasm." +380200 ,,,,,,,主人公,Kiyoshi,,chieL,,1,,,,,,,,"Whoa... Chii-chan, it's dangerous to suddenly hug me like\nthat~" +380300 ,,,,,,,,,,chieL,,1,,,,,,,,"Though I was cautioning her with my words, inside I was\noverjoyed." +380400 ,,,,,,,千恵,Chie,032_CB23_c_077.wav,chieL,,21,,,,,,,,I was just so happy! +380500 ,,,,,,,主人公,Kiyoshi,,chieL,,21,,,,,,,,"I see, I see... I didn't expect you to be that happy." +380600 ,,,,,,,千恵,Chie,032_CB23_c_078.wav,chieL,,0,,,,,,,,Chii-chan loves this! ...Are you sure I can really eat it? +380700 ,,,,,,,主人公,Kiyoshi,,chieL,,0,,,,,,,,I wouldn't lie. You can eat it all. +380800 ,,,,,,,千恵,Chie,032_CB23_c_079.wav,chie,,1,,,,,,,,Yay! Thank you! +380900 ,,,,,,,,,,chie,,1,,,,,,,,Chii-chan happily devoured the snack that had once been\npenetrated by my penis. +381000 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Once you're done eating, let's head home for today." +381100 ,,,,,,,千恵,Chie,032_CB23_c_080.wav,chie,,21,,,,,,,,Okay! +381200 ,,,,,,,,,,,,,,,,,,,,Chii-chan energetically responded and finished the Champ\nYogurt without stopping. +381300 ,,,,,,,,,,,,,,,,,,,,"Thinking about how that mouth had my penis in it just a\nwhile ago, my imagination wouldn't stop." +381400 ,,,,,,,,,,,,,,,,,,,,...I'll calm down after Chii-chan goes home. +381500 ,,,,,,,,,,,,,,,,,,,,"Having acquired new material for my fantasies, I cheerfully\nsaw Chii-chan off." +381600 ,,,0,9000,,,,,,,,,,,,,,,, +381800 ,$go commonD_top,,,,,,,,,,,,,,,,,,, +, diff --git a/datascn.tac/659B886EF6BE6FB0.csv b/datascn.tac/659B886EF6BE6FB0.csv new file mode 100644 index 0000000..c5a6aea --- /dev/null +++ b/datascn.tac/659B886EF6BE6FB0.csv @@ -0,0 +1,3878 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@commonD_top,,,,,,,,,,,,,,,,,,,Common Part D +10600 ,@033_CB24A,,,,,,,,,,,,,,,,,,, +10900 ,,,5,21,,,主人公,Kiyoshi,,,,,,,,,,,,Haa... +11000 ,,,,,,,,,,,,,,,,,,,,"Today passed by without any incidents... After everything\nthat happened yesterday, it feels a bit unsatisfying." +11100 ,,,,,,,,,,,,,,,,,,,,The reason is that I was so preoccupied with panties that I\ncouldn't make plans with Komako-chan or Tenka-chan. +11200 ,,,,,,,,,,,,,,,,,,,,"Blinded by immediate desires, I wasted the whole day... I\nstill have a long way to go in my training." +11300 ,,,,,,,,,,,,,,,,,,,,But this is normal. Watching over the girls as they buy\nsnacks is the true job of a snack shop. +11400 ,,,,,,,,,,,,,,,,,,,,"As usual, I'll enjoy today by myself." +11500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...What should I use as material... +11600 ,,,,,,,,,,,,,,,,,,,,"If I was going to worry this much, I should have made plans\nproperly yesterday..." +11700 ,,,,,,,,,,,,,,,,,,,,"Learning from yesterday's reflection, I'll make plans with\nKomako-chan or Tenka-chan early today." +11800 ,,,,,,,,,,,,,,,,,,,,"Who should I spend tomorrow with... Yesterday was with\nTenka-chan, so if I go in order, it should be Komako-chan..." +11900 ,,,,,,,,,,,,,,,,,,,,Alright... I'll teach them more naughty things. I headed\nover to the three who were chatting lively outside. +12100 ,,,,,,,,,,,,,,,,,,,, +12200 ,,,,11,,,千恵,Chie,033_CB24A_c_000.wav,"chie,private",,3,,,,,,,,"Ah, it's the shopkeeper! Is the store okay now?" +12300 ,,,,,,,,,,chie,,3,,,,,,,,The first to notice me was Chie-chan. She was holding some\nsnacks she just bought. +12400 ,,,,,,,甜花,Tenka,033_CB24A_t_000.wav,chie,,3,,,,"tenka,private",,12,,"...Chii, are you really helping out at the store?" +12500 ,,,,,,,,,,chie,,3,,,,tenka,,12,,Tenka-chan pointed out in an exasperated voice. +12600 ,,,,,,,,,,chie,,3,,,,tenka,,12,,"I can't say I don't understand her feelings. After all,\nChie-chan joined in on snack time with everyone in the\nmiddle of helping out." +12700 ,,,,,,,,,,chie,,3,,,,tenka,,12,,"Well... even if Chie-chan didn't help, there were no\ncustomers, so it wasn't a problem." +12800 ,,"",,,,,千恵,Chie,033_CB24A_c_001.wav,chie,,20,,,,tenka,,12,,"I'm helping out properly! There were no customers today, so\nI was taking a break." +12900 ,,,,,,,,,,chie,,20,,,,tenka,,12,,Chie-chan's honest words pierce my heart. ...So even Chie-\nchan realizes it's quiet... +13000 ,,,,,,,,,,chie,,20,,,,tenka,,12,,"For someone like me, who makes a living running a candy\nstore, that's a critical issue." +13100 ,,,,,,,,,,chie,,20,,,,tenka,,12,,"I'm not trying to make a huge profit, but I do want to earn\na decent amount." +13200 ,,,,,,,,,,chie,,20,,,,tenka,,12,,"However, if I'm too busy, I won't have time with Chie-chan\nand the others... Balancing both is quite difficult." +13300 ,,,,,,,甜花,Tenka,033_CB24A_t_001.wav,,,,,,,tenka,,32,,"Uncle... it's being said that it's quiet, is that okay?" +13400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,32,,"It can't be helped. It's summer vacation, after all.\nBesides, I'm just happy that Tenka-chan and the others come\nby." +13500 ,,,,,,,,,,,,,,,,tenka,,32,,That's right. It's not like I really want Chie-chan to help\nout at the store. +13600 ,,,,,,,,,,,,,,,,tenka,,32,,"Just having her drop by every day is enough. By doing so, I\ninevitably get to see Tenka- chan and Komako-chan every day." +13700 ,,,,,,,,,,,,,,,,tenka,,32,,"In a way, Chie-chan is a bridge connecting me with everyone.\nI can't let go of that now. It's also a feast for the eyes." +13800 ,,,,,,,甜花,Tenka,033_CB24A_t_002.wav,,,,,,,tenka,,12,,...You shouldn't spoil her too much. It's not good for Chii. +13900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,"Haha, Tenka-chan has become quite the big sister to Chie-\nchan." +14000 ,,,,,,,甜花,Tenka,033_CB24A_t_003.wav,,,,,,,tenka,,7,,"If I don't keep things together, it'll be tough for you,\nright, Uncle?" +14100 ,,,,,,,,,,,,,,,,tenka,,7,,"I thought she was only worried about Chie- chan, but she was\nthinking about me too..." +14200 ,,,,,,,,,,,,,,,,tenka,,7,,This is proof that we've built a trusting relationship. +14300 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,7,,Thank you for worrying about me. +14400 ,,,,,,,甜花,Tenka,033_CB24A_t_004.wav,,,,,,,tenka,,11,,"I-I'm not worried about you, Uncle." +14500 ,,,,,,,,,,,,,,,,tenka,,11,,She turned her face away. ...But I didn't miss that moment. +14600 ,,,,,,,,,,,,,,,,tenka,,11,,Tenka-chan's face was slightly flushed. It seems she's just\nacting cold to hide her embarrassment. +14700 ,,,,,,,,,,,,,,,,tenka,,11,,Honestly... Tenka-chan isn't very straightforward... +14800 ,,,,,,,千恵,Chie,033_CB24A_c_002.wav,chie,,3,,,,,,,,"Hey, hey, Uncle! What were you talking about with Tenka-\nchan?" +14900 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,Hmm? I was just saying that Chie-chan is always so full of\nenergy. +15000 ,,,,,,,千恵,Chie,033_CB24A_c_003.wav,chie,,21,,,,,,,,Really? You think so? +15100 ,,,,,,,,,,chie,,21,,,,,,,,Chie-chan tilted her head with a big smile. +15200 ,,,,,,,,,,chie,,21,,,,,,,,Ah... it's so soothing. Chie-chan is my heart's oasis. I\nhope she always stays this cheerful. +15300 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Oh, Chie-chan, I haven't given you today's pay yet." +15400 ,,,,,,,千恵,Chie,033_CB24A_c_004.wav,chie,,4,,,,,,,,Huh? You're giving it to me today too? +15500 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"I'll make sure to give you what you earned. Since there\nweren't many customers today, it's about 20 yen, right?" +15600 ,,,,,,,千恵,Chie,033_CB24A_c_005.wav,chie,,25,,,,,,,,"Yay! ...Oh, but the store is closed..." +15700 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,Were you planning to spend it already? Why not save up some\nmoney for a change? +15800 ,,,,,,,千恵,Chie,033_CB24A_c_006.wav,chie,,25,,,,,,,,But... +15900 ,,,,,,,,,,chie,,25,,,,,,,,The words from her mouth trailed off. +16000 ,,,,,,,,,,chie,,25,,,,,,,,"...Chie-chan really loves snacks. I knew that, but it still\nmakes me happy." +16100 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Alright, alright, bring over the snacks you want. I'll sell\nthem to you." +16200 ,,,,,,,千恵,Chie,033_CB24A_c_007.wav,chie,,23,,,,,,,,Really? +16300 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"It's a special occasion, so go ahead and pick them out\nquickly." +16400 ,,,,,,,,,,,,,,,,,,,,"Hearing those words, Chie-chan happily went into the store." +16500 ,,,,,,,,,,,,,,,,,,,,"Now then, I wonder what Chie-chan will bring back?" +16600 ,,,,,,,,,,,,,,,,,,,,Chie-chan quickly returned to me after entering the store. +16700 ,,,,,,,,,,,,,,,,,,,,"In her hand, she held two large wrapped candies." +16800 ,,,,,,,千恵,Chie,033_CB24A_c_008.wav,chie,,1,,,,,,,,"Uncle, I want these!" +16900 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Oh? Are you eating candy today? +17000 ,,,,,,,千恵,Chie,033_CB24A_c_009.wav,chie,,0,,,,,,,,Yeah! +17100 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Alright, since it's two, that'll be 20 yen." +17200 ,,,,,,,,,,chie,,0,,,,,,,,The part-time pay I just handed over comes back to me. +17300 ,,,,,,,,,,chie,,0,,,,,,,,It would be faster to just give her the candy directly\ninstead of the money. +17400 ,,,,,,,,,,chie,,0,,,,,,,,I should consider that next time... +17500 ,,,,,,,,,,chie,,0,,,,,,,,"Chie-chan, not paying any attention to me, immediately\nopened the candy bag." +17600 ,,,,,,,千恵,Chie,033_CB24A_c_010.wav,chie,,21,,,,,,,,"Umm... Oh! Look, Uncle! Both of them are winners!" +17700 ,,,,,,,,,,chie,,21,,,,,,,,Both of them! ...So Chie-chan was planning to eat them all\nat once. +17800 ,,,,,,,,,,chie,,21,,,,,,,,She should savor them one by one instead of being so\ngreedy... +17900 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,...It's true. Good for you. You can go get two more from the\nstore. +18000 ,,,,,,,千恵,Chie,033_CB24A_c_011.wav,chie,,1,,,,,,,,"Yay! I did it, I did it!" +18100 ,,,,,,,,,,chie,,1,,,,,,,,"With the winning candies, Chie-chan's share doubles." +18200 ,,,,,,,,,,chie,,1,,,,,,,,Chie-chan tosses the two newly acquired candies into her\nmouth. +18300 ,,,,,,,,,,chie,,1,,,,,,,,I wonder if it's okay to put so much in her mouth? +18400 ,,,,,,,,,,chie,,1,,,,,,,,"Ignoring my concern, Chie-chan puffed her cheeks like a\nchipmunk." +18500 ,,,,,,,千恵,Chie,033_CB24A_c_012.wav,chie,,21,,,,,,,,"Mmm~... Uncle, the candy is sweet and delicious!" +18600 ,,,,,,,,,,chie,,21,,,,,,,,"As expected, her mouth was full, and I couldn't understand\nwhat she was saying." +18700 ,,,,,,,,,,chie,,21,,,,,,,,It would be terrible if she accidentally swallowed them. +18800 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Chie-chan, let's eat them one at a time. It's dangerous\notherwise." +18900 ,,,,,,,千恵,Chie,033_CB24A_c_013.wav,chie,,13,,,,,,,,...Okay. +19000 ,,,,,,,,,,chie,,13,,,,,,,,"Surprisingly, Chie-chan obediently listened to what I said." +19100 ,,,,,,,主人公,Kiyoshi,,chie,,13,,,,,,,,"I'll bring a plate for you, so put them there." +19200 ,,,,,,,千恵,Chie,033_CB24A_c_014.wav,chie,,18,,,,,,,,No! I'm fine! I can eat them all at once! +19300 ,,,,,,,主人公,Kiyoshi,,chie,,18,,,,,,,,W-what did you say? +19400 ,,,,,,,,,,chie,,18,,,,,,,,"Confused by the unclear meaning of her words, Chie-chan put\nher finger in her mouth and took out one candy." +19500 ,,,,,,,,,,chie,,18,,,,,,,,The candy that was in her mouth was glistening with Chie-\nchan's saliva. +19600 ,,,,,,,千恵,Chie,033_CB24A_c_015.wav,chie,,0,,,,,,,,"Here! I'll give it to you, Uncle!" +19700 ,,,,,,,,,,chie,,0,,,,,,,,"Now that she had taken out one candy and could speak more\nclearly, I understood what she meant." +19800 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"I see, I see... You're giving Uncle a candy as a present.\n...What!?" +19900 ,,,,,,,,,,chie,,0,,,,,,,,The unexpected turn of events sent my mind into a panic! +20000 ,,,,,,,,,,chie,,0,,,,,,,,Chie-chan is giving me a half-eaten candy as a present!? +20100 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"B-but Chie-chan bought it with her own money, is it okay for\nUncle to take it?" +20200 ,,,,,,,千恵,Chie,033_CB24A_c_016.wav,chie,,1,,,,,,,,"It's not just for you, Uncle. I'm giving the other two to\nKomako-chan and Tenka-chan as presents too!" +20300 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"...Thank you, Chie-chan!" +20400 ,,,,,,,,,,chie,,1,,,,,,,,"With heartfelt gratitude, I accepted the candy from Chie-\nchan." +20500 ,,,,,,,,,,chie,,1,,,,,,,,"Then Chie-chan went over to Komako-chan and, just like with\nme, took out a candy from her mouth and gave it as a\npresent." +20600 ,,,,,,,,,,chie,,1,,,,,,,,"Komako-chan accepted the saliva-covered candy and, without\nhesitation, put it in her mouth." +20700 ,,,,,,,,,,chie,,1,,,,,,,,"As she rolled the candy around in her mouth, she had a\nblissful expression on her face." +20800 ,,,,,,,,,,chie,,1,,,,,,,,"Surely, Komako-chan, like me, was savoring the joy." +20900 ,,,,,,,千恵,Chie,033_CB24A_c_017.wav,chie,,0,,,,,,,,"Now it's just Tenka-chan left... Tenka-chan, take it too!" +21000 ,,,,,,,甜花,Tenka,033_CB24A_t_005.wav,chie,,0,,,,tenka,,4,,M-me!? I don't want it! +21100 ,,,,,,,千恵,Chie,033_CB24A_c_018.wav,chie,,23,,,,tenka,,4,,Why not? Let's eat candy together with everyone! +21200 ,,,,,,,甜花,Tenka,033_CB24A_t_006.wav,chie,,23,,,,tenka,,12,,"You bought it with your own money, so eat it yourself!" +21300 ,,,,,,,,,,chie,,23,,,,tenka,,12,,Tenka-chan was offered the saliva-covered candy and backed\naway. +21400 ,,,,,,,,,,chie,,23,,,,tenka,,12,,"I see... Tenka-chan isn't happy... It's such a wonderful\npresent, what a waste." +21500 ,,,,,,,千恵,Chie,033_CB24A_c_019.wav,chie,,1,,,,tenka,,12,,"Don't be shy. Here, say ahh!" +21600 ,,,,,,,甜花,Tenka,033_CB24A_t_007.wav,chie,,1,,,,tenka,,34,,I-I-I said I don't want it~! +21700 ,,,,,,,,,,,,,,,,,,,,"Finally unable to endure it, Tenka-chan tried to escape from\nthe scene." +21800 ,,,,,,,,,,,,,,,,,,,,"However, Chie-chan must have anticipated that. She quickly\nchased after Tenka-chan." +21900 ,,,,,,,,,,,,,,,,,,,,"Watching such a heartwarming scene, I pondered what to do\nwith the candy I was given." +22000 ,,"",,,,,,,,,,,,,,,,,,"Like Komako-chan, I could put it in my mouth and share an\nindirect kiss with Chie-chan... or keep it as a memento." +22100 ,,,,,,,,,,,,,,,,,,,,I worked my brain to its fullest to come up with an answer. +22200 ,,,,,,,,,,,,,,,,,,,,"Before Chie-chan's saliva dries up, I should eat it too!" +22300 ,,,,,,,,,,,,,,,,,,,,"Breathing heavily, I put the candy in my mouth. At that\nmoment, a slippery sensation spread inside my mouth... It's\nChie-chan's saliva." +22400 ,,,,,,,,,,,,,,,,,,,,"...Using my tongue, I rolled it around in my mouth." +22500 ,,,,,,,,,,,,,,,,,,,,This is the taste of Chie-chan's half-eaten candy... +22600 ,,,,,,,,,,,,,,,,,,,,It's different from borrowing her usual leftovers! It was\njust in her mouth a few seconds ago! +22700 ,,,,,,,,,,,,,,,,,,,,"Even though I'm just licking candy, my crotch became hard in\nan instant." +22800 ,,,,,,,,,,,,,,,,,,,,It would be terrible if everyone saw me like this...! +22900 ,,,,,,,,,,,,,,,,,,,,I hurriedly checked my surroundings. +23000 ,,,,,,,千恵,Chie,033_CB24A_c_020.wav,chie,,5,,,,tenka,,9,,"Wait, Tenka-chan!" +23100 ,,,,,,,甜花,Tenka,033_CB24A_t_008.wav,chie,,5,,,,tenka,,9,,I don't need candy! Don't follow me~! +23200 ,,,,,,,,,,,,,,,,,,,,"The two of them were still playing tag. This way, they\nwouldn't pay attention to me... The problem is Komako-chan." +23300 ,,,,,,,,,,,,,,,,,,,,"I searched for Komako-chan, who, like me, was probably\nsavoring the candy Chie-chan gave her." +23400 ,,,,,,,,,,,,,,,,,,,,"...Huh, where's Komako-chan?" +23500 ,,"",,,,,,,,,,,,,,,,,,"Komako-chan, who should have been by my side, was nowhere to\nbe seen..." +23600 ,,,,,,,,,,,,,,,,,,,,"I looked around, wondering where she went." +23700 ,,,,,,,,,,,,,,,,,,,,"Then, I heard a noise coming from the shop." +23800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan...? +23900 ,,,,,,,,,,,,,,,,,,,,"Thinking it might be her, I checked inside. There, I saw\nKomako-chan heading towards the back of the shop." +24000 ,,,,,,,,,,,,,,,,,,,,Why did she go inside without saying anything? +24100 ,,,,,,,,,,,,,,,,,,,,"Curious, I decided to follow Komako-chan." +24300 ,,,,21,,,,,,,,,,,,,,,,"Komako-chan was heading towards the restroom... Oh, she just\nwent to use the bathroom." +24400 ,,,,,,,,,,,,,,,,,,,,Even I wouldn't be so rude as to peek into the restroom. I\nturned to head back outside. +24500 ,,,,,,,,,,,,,,,,,,,,At that moment... I heard a faint moaning sound. +24800 ,,,,,,,コマコ,???,033_CB24A_k_000a.wav,,,,,,,,,,,Nn... Haa... Nnngh...! +24900 ,,,,,,,,,,,,,,,,,,,,I definitely heard it! And it was coming from the restroom\nwhere Komako-chan went! +25000 ,,,,,,,,,,,,,,,,,,,,"I quietly approached the restroom, trying not to alert the\nsource of the moaning." +25100 ,,,,,,,,,,,,,,,,,,,,A little light was leaking from the restroom... It seemed\nlike it wasn't properly closed. +25200 ,,,,,,,,,,,,,,,,,,,,...This is practically an invitation to peek! +25300 ,,,,,,,,,,,,,,,,,,,,Then I must answer that expectation! I peeked inside the\nrestroom through the small gap. +25400 ,,,,,,,,,,,,,,,,,,,,What awaited me was a scene beyond my imagination! +25600 ,,,11,,2140000,,,,,,,,,,,,,,, +25700 ,*mem,,,,2140000,,,,,,,,,,,,,,, +25800 ,,,11,,2140000,,主人公,Kiyoshi,,,,,,,,,,,,This is...! +25900 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_000.wav,komako,,0,,,,,,,,Ahh... Nn... Hyah...! +26000 ,,,,,2140000,,,,,,,,,,,,,,,"There was Komako-chan, exposing her lower body, sitting on\nthe toilet and masturbating!" +26100 ,,,,,2140000,,,,,,,,,,,,,,,Could it be that Komako-chan was as excited as I was...? +26200 ,,,,,2140000,,,,,,,,,,,,,,,I never thought she'd beat me to it with masturbation. +26300 ,,,,,2140000,,主人公,Kiyoshi,,,,,,,,,,,,You must have been really happy to get that candy. +26400 ,,,,,2140000,,,,,,,,,,,,,,,I totally understand that feeling. It's no wonder she'd end\nup masturbating. +26500 ,,,,,2140000,,,,,,,,,,,,,,,"But right now, I'm more excited than when I got the candy." +26600 ,,,,,2140000,,,,,,,,,,,,,,,I never imagined I'd see Komako-chan masturbating right in\nfront of me. +26700 ,,,,,2140000,,,,,,,,,,,,,,,"I thought today would end without incident, but it seems I\nwas mistaken." +26800 ,,,,,2140000,,,,,,,,,,,,,,,I decided to hold my breath and watch Komako- chan's\nmasturbation. +26900 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_001.wav,komako,,0,,,,,,,,Fua... Chi-chan... It feels so good...! Touch my pussy more! +27000 ,,,,,2140000,,,,,,,,,,,,,,,"...I see, she's fantasizing about being touched by Chi-chan\nwhile masturbating." +27100 ,,,,,2140000,,,,,,,,,,,,,,,Komako-chan is quite skilled at masturbating. +27200 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_002.wav,komako,,0,,,,,,,,"Nnngh...! There, right there feels good!" +27300 ,,,,,2140000,,,,,,,,,,,,,,,Komako-chan's slender fingers rubbed against her pussy. +27400 ,,,,,2140000,,,,,,,,,,,,,,,"If I listened closely, I could hear not only her moans but\nalso the wet sounds." +27500 ,,,,,2140000,,,,,,,,,,,,,,,"...If I reach out, I could touch her, but for Komako-chan's\nsake, I'll hold back..." +27600 ,,,,,2140000,,,,,,,,,,,,,,,"Right now, she's calming her excitement by thinking about\nthe girl she loves." +27700 ,,,,,2140000,,,,,,,,,,,,,,,"She probably doesn't want anyone to interrupt her. At the\nvery least, I wouldn't want any unnecessary interference\nwhile I'm masturbating." +27800 ,,,,,2140000,,,,,,,,,,,,,,,I grit my teeth and endure. +27900 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_003.wav,komako,,0,,,,,,,,Chi-chan... touch me more... you can even put your fingers\ninside...! +28000 ,,,,,2140000,,,,,,,,,,,,,,,"Immersed in her fantasy world, Komako-chan finally sank her\nfingers into the forbidden honey pot." +28100 ,,,,,2140000,,,,,,,,,,,,,,,My cock is reacting so much it feels like it's about to\nburst. +28200 ,,,,,2140000,,,,,,,,,,,,,,,"Komako-chan moved her fingers inside her pussy, her body\ntrembling slightly." +28300 ,,,,,2140000,,,,,,,,,,,,,,,"The way she uses her fingers, as if she's intimately\nfamiliar with her erogenous zones, isn't something learned\novernight." +28400 ,,,,,2140000,,,,,,,,,,,,,,,"I've seen Komako-chan masturbate a few times before, but\nthis time the level of eroticism is different." +28500 ,,,,,2140000,,,,,,,,,,,,,,,The knowledge we've learned together has finally blossomed. +28600 ,,,,,2140000,,主人公,Kiyoshi,,,,,,,,,,,,"You can do it, Komako-chan... I know you can come." +28700 ,,,,,2140000,,,,,,,,,,,,,,,"Watching such an amazing masturbation, I can't help but\ncheer her on." +28800 ,,,,,2140000,,,,,,,,,,,,,,,"Her earnest figure, masturbating while thinking of Chi-chan,\nmoved me deeply." +28900 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_004.wav,komako,,0,,,,,,,,Nnngh... ahh... Chi-chan's fingers feel so good...! +29000 ,,,,,2140000,,,,,,,,,,,,,,,"With each thrust of her fingers, Komako-chan let out moans." +29100 ,,,,,2140000,,,,,,,,,,,,,,,"Finally unable to withstand the pleasure, her knees began to\ntremble." +29200 ,,,,,2140000,,,,,,,,,,,,,,,"I watched with bated breath, wondering if she would come\njust like that." +29300 ,,,,,2140000,,主人公,Kiyoshi,,,,,,,,,,,,...Is it about time? +29400 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_005.wav,komako,,0,,,,,,,,Ahhh...! Ngh! Chi-chan...! +29500 ,,,,,2140000,,,,,,,,,,,,,,,"Komako-chan, who was letting out desperate sounds, defied my\nexpectations and stopped moving her fingers." +29600 ,,,,,2140000,,,,,,,,,,,,,,,...Could it be that she noticed I was watching? +29700 ,,,,,2140000,,,,,,,,,,,,,,,But she doesn't seem suspicious... +29800 ,,,,,2140000,,,,,,,,,,,,,,,"As I wondered why she stopped, Komako-chan took a candy out\nof her mouth." +29900 ,,,,,2140000,,,,,,,,,,,,,,,What is she planning to do by spitting out the candy at this\ntiming? +30000 ,,,,,2140000,,,,,,,,,,,,,,,"She wouldn't just throw away something Chi- chan gave her,\nright...?" +30100 ,,,,,2140000,,,,,,,,,,,,,,,"Tilting my head in confusion, I couldn't take my eyes off\nKomako-chan's actions." +30200 ,,,,,2140000,,コマコ,Komako,033_CB24A_k_006.wav,komako,,0,,,,,,,,Chi-chan's saliva... I'll take it here too. +30400 ,,,,,2140010,,,,,,,,,,,,,,,"W-What!? I thought Komako-chan was capable, but I didn't\nexpect her to have mastered such advanced masturbation...\nI'm completely defeated." +30500 ,,,,,2140010,,,,,,,,,,,,,,,Komako-chan used the candy she took out of her mouth as a\ntool for masturbation. +30600 ,,,,,2140010,,,,,,,,,,,,,,,"Instead of her fingers, Komako-chan began rubbing the candy\nagainst her pussy." +30700 ,,,,,2140010,,,,,,,,,,,,,,,...Such an impressive technique that I want to take notes... +30800 ,,,,,2140010,,,,,,,,,,,,,,,I never thought I'd learn about the possibilities of\nmasturbation from Komako- chan... +30900 ,,,,,2140010,,,,,,,,,,,,,,,I have to properly thank her later. +31000 ,,,,,2140010,,コマコ,Komako,033_CB24A_k_007.wav,komako,,0,,,,,,,,Ahyaa...! This... might be better than doing it myself...! +31100 ,,,,,2140010,,,,,,,,,,,,,,,"With a dazed expression, Komako-chan wasn't satisfied with\njust moving her hand, and started moving her hips as well." +31200 ,,,,,2140010,,,,,,,,,,,,,,,"The candy rubbed against her pussy repeatedly, gradually\ngetting smaller." +31300 ,,,,,2140010,,,,,,,,,,,,,,,It must have melted from her body heat and the friction. +31400 ,,,,,2140010,,,,,,,,,,,,,,,Komako-chan herself didn't notice that. +31500 ,,,,,2140010,,コマコ,Komako,033_CB24A_k_008.wav,komako,,0,,,,,,,,More... moreee! Nghii...! My pussy is twitching! +31600 ,,,,,2140010,,,,,,,,,,,,,,,She let out a loud moan that seemed like it could be heard\noutside. +31700 ,,,,,2140010,,,,,,,,,,,,,,,"It's a good thing I'm here watching over her... If she were\nalone, Chie-chan and the others might have noticed her voice\nand come to peek." +31800 ,,,,,2140010,,,,,,,,,,,,,,,"Without noticing my concern, Komako-chan quickened her hand\nmovements." +31900 ,,,,,2140010,,,,,,,,,,,,,,,Her excited and engorged clitoris began to peek out. +32000 ,,,,,2140010,,コマコ,Komako,033_CB24A_k_009.wav,komako,,0,,,,,,,,"It's being rubbed... Ahh! I can't... I'm going to cum, I'm\ngoing to cum...! ―Hyaa!?" +32100 ,,,,,2140020,,,,,,,,,,,,,,,Komako-chan's body trembled violently as she shouted that\nshe was cumming. +32200 ,,,,,2140020,,,,,,,,,,,,,,,...Did she cum? But she seems to have a surprised look on\nher face... +32300 ,,,,,2140020,,,,,,,,,,,,,,,"Instead of basking in the afterglow of her climax, Komako-\nchan started playing with her pussy." +32400 ,,,,,2140020,,,,,,,,,,,,,,,"What on earth happened? ...Wait, is the candy gone from\nKomako-chan's hand?" +32600 ,,,,,2140020,,コマコ,Komako,033_CB24A_k_010.wav,komako,,0,,,,,,,,"The candy... Ugh! ...Huh, I can't get it out?" +32700 ,,,,,2140020,,,,,,,,,,,,,,,"With a flustered expression, Komako-chan inserted her\nfingers into her pussy." +32800 ,,,,,2140020,,,,,,,,,,,,,,,"Judging from the words I heard, it seems the candy went\ninside her pussy." +32900 ,,,,,2140020,,コマコ,Komako,033_CB24A_k_011.wav,komako,,0,,,,,,,,W-What should I do...? I'm so close to reaching it... but my\nfingers aren't long enough! +33000 ,,,,,2140020,,,,,,,,,,,,,,,It seems Komako-chan's fingers can't scoop out the candy. +33100 ,,,,,2140020,,,,,,,,,,,,,,,...Is it time for my godly hands to step in? +33200 ,,,,,2140020,,コマコ,Komako,033_CB24A_k_012.wav,komako,,0,,,,,,,,Ngh! ...It's going deeper and deeper! Don't go in! +33300 ,,,,,2140020,,,,,,,,,,,,,,,"Realizing the seriousness of the situation, Komako-chan's\nexpression gradually turned to one of panic." +33400 ,,,,,2140020,,,,,,,,,,,,,,,"She tried desperately to remove it, but even that action was\nmaking Komako-chan feel good." +33600 ,,,,,2140030,,コマコ,Komako,033_CB24A_k_013.wav,komako,,0,,,,,,,,This isn't the time to be feeling good... Ahh! W-What should\nI do...? +33700 ,,,,,2140030,,,,,,,,,,,,,,,"...I really want to help her... but if I move now, I might\nend up ejaculating in my pants." +33800 ,,,,,2140030,,,,,,,,,,,,,,,"Seeing that expression, anyone would end up like this." +33900 ,,,,,2140030,,,,,,,,,,,,,,,"I have to do something... That's it! I'll take care of\nmyself first, then help Komako- chan!" +34000 ,,,,,2140030,,,,,,,,,,,,,,,I unzip my pants and take out my cock. +34100 ,,,,,2140030,,,,,,,,,,,,,,,"The material, of course, is Komako-chan and her lewdness!\nI'm going to savor this exquisite dinner!" +34200 ,,,,,2140030,,主人公,Kiyoshi,,,,,,,,,,,,Alright... Here I go! +34300 ,,,,,2140030,,,,,,,,,,,,,,,"Just as I resolved to ejaculate, I heard a voice calling me\nfrom behind." +34400 ,$event_return,,,,,,,,,,,,,,,,,,, +34700 ,,,5,41,,,千恵,Chie,033_CB24A_c_021.wav,,,,,,,,,,,"Onii-chan, Komako-chan, where are you?" +34800 ,,,,,,,甜花,Tenka,033_CB24A_t_009.wav,,,,,,,,,,,...When did those two disappear? +34900 ,,,,,,,千恵,Chie,033_CB24A_c_022.wav,,,,,,,,,,,I don't know... Maybe they're back inside the store? +35000 ,,,,,,,,,,,,,,,,,,,,"It's Chie-chan and Tenka-chan... This is bad, they're going\nto come inside the store looking for us..." +35100 ,,,,,,,,,,,,,,,,,,,,In this situation... Komako-chan's masturbation might get\nexposed. +35200 ,,,,,,,,,,,,,,,,,,,,I have to do something! +35300 ,,,,,,,,,,,,,,,,,,,,I'll definitely protect Komako-chan's secret! +35400 ,,,,,,,,,,,,,,,,,,,,I hurried outside the store to stall Chie- chan and the\nothers. +35500 ,,,0,9000,,,,,,,,,,,,,,,, +35700 ,@034_CB24B,,,,,,,,,,,,,,,,,,, +36000 ,,,6,11,,,,,,,,,,,,,,,,"With hurried footsteps, I returned to Chie- chan and the\nothers." +36100 ,,,,,,,,,,,,,,,,,,,,"Outside, the sun had set a bit more, and it was getting a\nlittle cooler." +36200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Sorry for disappearing suddenly. Were you looking for us? +36300 ,,,,,,,千恵,Chie,034_CB24B_c_000.wav,"chie,private",,23,,,,,,,,We were looking a bit. What were you doing inside the store? +36400 ,,,,,,,,,,chie,,23,,,,,,,,Chie-chan's words were getting to the point. +36500 ,,,,,,,,,,chie,,23,,,,,,,,...Maybe it's better to tell some truth rather than a clumsy\nlie? +36600 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"Well, you see, I went to the restroom." +36700 ,,,,,,,千恵,Chie,034_CB24B_c_001.wav,chie,,20,,,,,,,,"Oh, the restroom? Well, that's understandable!" +36800 ,,,,,,,,,,chie,,20,,,,,,,,Chie-chan believed my story honestly and responded\ncheerfully. +36900 ,,,,,,,千恵,Chie,034_CB24B_c_002.wav,chie,,23,,,,,,,,"Then, Komako-chan is――" +37000 ,,,,,,,,,,chie,,23,,,,,,,,"To divert attention from Komako-chan, I quickly brought up\nanother topic." +37100 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"By the way, what have you two been doing until now?" +37200 ,,,,,,,千恵,Chie,034_CB24B_c_003.wav,chie,,21,,,,,,,,"Huh? Uh, um... playing tag!" +37300 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"What! So, you've been running around all this time?" +37400 ,,,,,,,,,,chie,,21,,,,,,,,Alright! I managed to change the subject somehow! +37500 ,,,,,,,,,,chie,,21,,,,,,,,Let's keep chatting like this until Komako- chan comes back. +37600 ,,,,,,,甜花,Tenka,034_CB24B_t_000.wav,,,,,,,"tenka,private",,12,,"Listen, uncle... Chie kept chasing me the whole time, you\nknow?" +37700 ,,,,,,,,,,,,,,,,tenka,,12,,"Tenka-chan, speaking as if exhausted, was drenched in sweat." +37800 ,,,,,,,,,,,,,,,,tenka,,12,,"Her hair, damp and clinging from the moisture, told the tale\nof their game of tag." +37900 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,12,,You two are full of energy! +38000 ,,,,,,,甜花,Tenka,034_CB24B_t_001.wav,,,,,,,tenka,,30,,"The only one with energy is Chie. Really, you should calm\ndown a bit." +38100 ,,,,,,,,,,,,,,,,tenka,,30,,Tenka-chan scolded Chie-chan like an older sister. +38200 ,,,,,,,千恵,Chie,034_CB24B_c_004.wav,chie,,5,,,,tenka,,30,,But... Tenka-chan wouldn't take the candy from me! +38300 ,,,,,,,甜花,Tenka,034_CB24B_t_002.wav,chie,,5,,,,tenka,,12,,I can't take one that's already been eaten... +38400 ,,,,,,,千恵,Chie,034_CB24B_c_005.wav,chie,,29,,,,tenka,,12,,"Huh? But uncle and Komako-chan ate it, you know?" +38500 ,,,,,,,,,,chie,,29,,,,tenka,,17,,"Hearing those words, Tenka-chan looked at me with disbelief." +38600 ,,,,,,,,,,chie,,29,,,,tenka,,17,,"...Chie-chan, why did you have to say that now?" +38700 ,,,,,,,,,,chie,,29,,,,tenka,,17,,Tenka-chan's gaze is piercing... +38800 ,,,,,,,主人公,Kiyoshi,,chie,,29,,,,tenka,,17,,B-Because it was a gift! I didn't say I wanted it myself. +38900 ,,,,,,,甜花,Tenka,034_CB24B_t_003.wav,chie,,29,,,,tenka,,37,,The fact that you ate it... I can't believe it... +39000 ,,,,,,,千恵,Chie,034_CB24B_c_006.wav,chie,,3,,,,tenka,,37,,"Tenka-chan, do you not like candy?" +39100 ,,,,,,,甜花,Tenka,034_CB24B_t_004.wav,,,,,,,"tenkaL,private",,12,,"It's not that... Uncle, how do you think I should explain it\nto Chie?" +39200 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,12,,Hmm... explaining it to Chie-chan might be difficult. +39300 ,,,,,,,甜花,Tenka,034_CB24B_t_005.wav,,,,,,,tenkaL,,24,,Why are you giving up so easily!? +39400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenkaL,,24,,"Well... that's part of Chie-chan's charm, you know." +39500 ,,,,,,,甜花,Tenka,034_CB24B_t_006.wav,,,,,,,tenkaL,,30,,You're just trying to dodge the issue... I won't rely on you\nanymore! +39600 ,,,,,,,,,,,,,,,,tenkaL,,30,,All I could do was give a wry smile as Tenka- chan scolded\nme. +39700 ,,,,,,,,,,,,,,,,,,,,"But with this, the attention was perfectly diverted from\nKomako-chan." +39800 ,,,,,,,,,,,,,,,,,,,,Now there's no worry about my masturbation being discovered. +39900 ,,,,,,,,,,,,,,,,,,,,"As I felt relieved, Chie-chan next to me started fidgeting\nher legs together." +40000 ,,,,,,,千恵,Chie,034_CB24B_c_007.wav,chie,,25,,,,,,,,...Chie-chan needs to go to the bathroom too... +40100 ,,,,,,,,,,chie,,25,,,,,,,,"...At this timing, of all times, Chie-chan!?" +40200 ,,,,,,,,,,chie,,25,,,,,,,,This is the worst-case scenario! +40300 ,,,,,,,,,,chie,,25,,,,,,,,"I had been buying time, but now it's all for nothing." +40400 ,,,,,,,,,,chie,,25,,,,,,,,"As she tried to head into the store, I hurriedly called out\nto Chie-chan." +40500 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Ah, ahh! Komako-chan is using the bathroom right now, so\ncould you hold on a bit longer?" +40600 ,,,,,,,甜花,Tenka,034_CB24B_t_007.wav,chie,,25,,,,tenka,,13,,"Komako... I was wondering where you went, and it turns out\nyou were in the bathroom." +40700 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,tenka,,13,,Yes! She's in the bathroom! So it's unavailable right now. +40800 ,,,,,,,千恵,Chie,034_CB24B_c_008.wav,"chieL,private",,5,,,,,,,,Ugh... but I'm about to pee myself! +40900 ,,,,,,,,,,chieL,,5,,,,,,,,"Chie-chan's face, tormented by the urge to pee, showed an\nexpression of agony." +41000 ,,,,,,,,,,chieL,,5,,,,,,,,"Judging by how she's holding her crotch with both hands,\nshe's really at her limit." +41100 ,,,,,,,主人公,Kiyoshi,,chieL,,5,,,,,,,,Uh... um... +41200 ,,,,,,,,,,chieL,,5,,,,,,,,"As I was wondering what to do, Komako-chan peeked out from\ninside the store." +41300 ,,,,,,,コマコ,Komako,034_CB24B_k_000.wav,,,,"komako,privateB",,3,,,,,...What is everyone doing? +41400 ,,,,,,,,,,,,,komako,,3,,,,,I was surprised by Komako-chan's nonchalant return. +41500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,3,,,,,"Ah, ahh... just in time! Chie-chan, it looks like the\nbathroom is free now!" +41600 ,,,,,,,千恵,Chie,034_CB24B_c_009.wav,chie,,24,,,,,,,,I'm going to leak! +41700 ,,,,,,,,,,,,,,,,,,,,Chie-chan hurriedly walked into the store. +41800 ,,,,,,,,,,,,,,,,,,,,"That was close... It was originally Komako- chan's fault,\nbut I'm glad she came back." +41900 ,,,,,,,,,,,,,,,,,,,,"Since she came out of the bathroom, I wonder if she managed\nto get the candy out?" +42000 ,,,,,,,,,,,,,,,,,,,,I looked at Komako-chan's expression... She seemed to have a\ntroubled look. +42100 ,,,,,,,,,,,,,,,,,,,,...Is it still inside her vagina? +42200 ,,,,,,,,,,,,,,,,,,,,"Noticing my gaze, Komako-chan walked over to me." +42300 ,,,,,,,コマコ,Komako,034_CB24B_k_001.wav,,,,"komakoL,privateB",,23,,,,,"...Mister, I have something to discuss later. Will you\nlisten?" +42400 ,,,,,,,,,,,,,komakoL,,23,,,,,"She came to me in a small voice, trying not to be noticed by\nTenka-chan, seeking help." +42500 ,,,,,,,,,,,,,komakoL,,23,,,,,...I know what the discussion is about. I've been watching\nthe whole time. +42600 ,,,,,,,,,,,,,komakoL,,23,,,,,I made sure not to grin and gladly accepted Komako-chan's\nrequest. +42700 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,23,,,,,Got it. I'll listen after Chie-chan and the others leave. +42800 ,,,,,,,コマコ,Komako,034_CB24B_k_002.wav,,,,komakoL,,22,,,,,...Thank you... +42900 ,,,,,,,,,,,,,komako,,22,,,,,"Being thanked by Komako-chan, I felt a surge of motivation." +43000 ,,,,,,,,,,,,,komako,,22,,,,,I will definitely retrieve the candy that ended up in her\nvagina! +43100 ,,,,,,,,,,,,,komako,,22,,,,,"With firm determination in my heart, I returned to the store\nand waited for Chie- chan, who had gone to the bathroom." +43400 ,,,,21,,,千恵,Chie,034_CB24B_c_010.wav,,,,chie,,21,,,,,Phew... I feel refreshed! +43500 ,,,,,,,,,,,,,chie,,21,,,,,She returned from the back of the store with a beaming\nsmile. +43600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,21,,,,,I'm glad you made it in time. +43700 ,,,,,,,千恵,Chie,034_CB24B_c_011.wav,,,,chie,,1,,,,,Yeah! +43800 ,,,,,,,,,,,,,chie,,1,,,,,I quickly wrapped up the conversation with Chie-chan and\nbrought up the main topic. +43900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Chie-chan, Tenka-chan... Actually, I have something to\ndiscuss with Komako-chan today." +44000 ,,,,,,,千恵,Chie,034_CB24B_c_012.wav,,,,chie,,3,,,,,"Really, Komako-chan?" +44100 ,,,,,,,コマコ,Komako,034_CB24B_k_003.wav,komako,,13,chie,,3,,,,,...Y-yeah. Could you two head home first? +44200 ,,,,,,,千恵,Chie,034_CB24B_c_013.wav,komako,,13,chie,,1,,,,,"Got it! Then, Tenka-chan, let's go home together!" +44300 ,,,,,,,甜花,Tenka,034_CB24B_t_008.wav,komako,,13,chie,,1,tenka,,12,,"Okay, okay... Komako, mister, see you later." +44400 ,,,,,,,主人公,Kiyoshi,,komako,,13,chie,,1,tenka,,12,,"Yeah, see you. Thanks for today too." +44500 ,,,,,,,,,,komako,,13,,,,,,,,"I watched as the two of them walked home together, side by\nside." +44600 ,,,,,,,,,,komakoL,,13,,,,,,,,"...Now, I can talk to Komako-chan without worry." +44700 ,,,,,,,,,,komakoL,,13,,,,,,,,I guided Komako-chan to my room to listen to her slowly. +45000 ,,,3,31,,,主人公,Kiyoshi,,,,,komakoL,,13,,,,,"So, what happened today?" +45100 ,,,,,,,,,,,,,komakoL,,13,,,,,"I pretended to know nothing, so she wouldn't find out I was\npeeking in the bathroom." +45200 ,,,,,,,,,,,,,komakoL,,13,,,,,Komako-chan hesitated a bit but started to explain the\nsituation. +45300 ,,,,,,,コマコ,Komako,034_CB24B_k_004.wav,,,,komakoL,,22,,,,,...I was just masturbating in the bathroom... +45400 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,22,,,,,W-what!? You were doing that in the bathroom while everyone\nwas around? +45500 ,,,,,,,,,,,,,komakoL,,22,,,,,"I reacted with an exaggerated surprise, even though I felt\nit was insincere." +45600 ,,,,,,,コマコ,Komako,034_CB24B_k_005.wav,,,,komakoL,,11,,,,,Because... I couldn't hold back. +45700 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,11,,,,,Was it because of the candy Chie-chan gave you? +45800 ,,,,,,,コマコ,Komako,034_CB24B_k_006.wav,,,,komakoL,,16,,,,,...Yes. +45900 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,16,,,,,I see... But why did you tell me about it? +46000 ,,,,,,,コマコ,Komako,034_CB24B_k_007.wav,,,,komakoL,,22,,,,,I'm in a bit of trouble... The candy got stuck inside my\nvagina. +46100 ,,,,,,,,,,,,,komakoL,,22,,,,,"Despite her embarrassment, Komako-chan explained clearly." +46200 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,22,,,,,"...You're having trouble getting it out, right?" +46300 ,,,,,,,コマコ,Komako,034_CB24B_k_008.wav,,,,komakoL,,33,,,,,Mister... will you help me? +46400 ,,,,,,,,,,,,,komakoL,,33,,,,,Komako-chan looked at me anxiously. +46500 ,,,,,,,,,,,,,komakoL,,33,,,,,She probably couldn't handle it alone. She seemed quite\ndesperate. +46600 ,,,,,,,,,,,,,komakoL,,33,,,,,It seems it's finally time for my godly fingers to come into\nplay... +46700 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,33,,,,,"Don't worry, I'll definitely get it out for you." +46800 ,,,,,,,コマコ,Komako,034_CB24B_k_009.wav,,,,komakoL,,13,,,,,Really!? +46900 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,13,,,,,"Yeah, take off your panties and show me." +47000 ,,,,,,,,,,,,,komakoL,,13,,,,,I had Komako-chan take off her panties and get on all fours. +47200 ,,,10,,2141000,,,,,,,,,,,,,,, +47300 ,*mem,,,,2141000,,,,,,,,,,,,,,, +47400 ,,,10,,2141000,,,,,,,,,,,,,,,"A beautiful, single line of her vagina appeared right in\nfront of me." +47500 ,,,,,2141000,,,,,,,,,,,,,,,"It seemed a bit moist, probably because she was masturbating\nearlier." +47600 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_010.wav,komako,,0,,,,,,,,Mister... can you get it out? +47700 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,Just wait a moment. I'm looking now. +47800 ,,,,,2141000,,,,,,,,,,,,,,,"While Komako-chan looked anxious, my excitement reached its\npeak." +47900 ,,,,,2141000,,,,,,,,,,,,,,,"Driven by desire, I spread her vagina with my fingers to\ncheck inside." +48000 ,,,,,2141000,,,,,,,,,,,,,,,The candy seemed completely buried in the narrow vaginal\ncanal. I couldn't confirm it just by looking. +48100 ,,,,,2141000,,,,,,,,,,,,,,,...It doesn't seem like it'll come out easily. +48200 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_011.wav,komako,,0,,,,,,,,...Mister... +48300 ,,,,,2141000,,,,,,,,,,,,,,,Oh no. Komako-chan looked like she was about to cry. +48400 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,"D-Don't cry, Komako-chan! I'll get it out, I promise!" +48500 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_012.wav,komako,,0,,,,,,,,You looked like it was difficult... +48600 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,"It's not easy, but if you do as I say, it'll be fine." +48700 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_013.wav,komako,,0,,,,,,,,Then... please get it out quickly... +48800 ,,,,,2141000,,,,,,,,,,,,,,,She pleaded with a weak voice. +48900 ,,,,,2141000,,,,,,,,,,,,,,,"There are various methods, but what should I do... First,\nlet's see if she can get it out on her own." +49000 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, can you tighten your stomach?" +49100 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_014.wav,komako,,0,,,,,,,,...I'll try. +49200 ,,,,,2141000,,,,,,,,,,,,,,,Maybe the candy will pop out with the pressure from her\nvagina. +49300 ,,,,,2141000,,,,,,,,,,,,,,,Komako-chan closed her eyes and let out a groan. +49500 ,,,,,2141010,,コマコ,Komako,034_CB24B_k_015.wav,komako,,0,,,,,,,,Nnn~~~! +49600 ,,,,,2141010,,主人公,Kiyoshi,,,,,,,,,,,,"Hang in there, Komako-chan." +49700 ,,,,,2141010,,主人公,Kiyoshi,,,,,,,,,,,,Nnngh... haa... haa...! +49800 ,,,,,2141010,,,,,,,,,,,,,,,"She's trying hard, but instead of her vagina, her anus is\nthe one moving." +49900 ,,,,,2141010,,,,,,,,,,,,,,,I can't take my eyes off that movement. +50000 ,,,,,2141010,,,,,,,,,,,,,,,"Tempted by her anus, my penis started to swell." +50100 ,,,,,2141010,,,,,,,,,,,,,,,Even though Komako-chan is trying so hard... my mind is\nfilled with impure thoughts. +50200 ,,,,,2141010,,,,,,,,,,,,,,,"I want to touch it... As I thought that, my hand naturally\nreached towards her anus." +50300 ,,,,,2141010,,,,,,,,,,,,,,,I teased her butt hole with my fingertips. +50400 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_016.wav,komako,,0,,,,,,,,"Ah! Mister, where are you touching?! That has nothing to do\nwith it!" +50500 ,,,,,2141000,,,,,,,,,,,,,,,"Scolded by Komako-chan, I quickly pulled my hand back." +50600 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, sorry... I couldn't help it." +50700 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_017.wav,komako,,0,,,,,,,,Geez! Do it properly! +50800 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,"O-Okay. Then, try this." +50900 ,,,,,2141000,,,,,,,,,,,,,,,I taught Komako-chan the breathing technique used during\nchildbirth. +51000 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,"Hee-hee-hoo! Hee-hee-hoo! Try it, Komako- chan!" +51100 ,,,,,2141010,,コマコ,Komako,034_CB24B_k_018.wav,komako,,0,,,,,,,,...Hee-hee-hoo! Hee-hee-hoo! +51200 ,,,,,2141010,,,,,,,,,,,,,,,"By breathing, the tension in Komako-chan's body eased." +51300 ,,,,,2141010,,,,,,,,,,,,,,,"With this, it's only a matter of time before the candy comes\nout." +51500 ,,,,,2141010,,コマコ,Komako,034_CB24B_k_019.wav,komako,,0,,,,,,,,Ah!? ...The candy is about to come out...! +51600 ,,,,,2141020,,,,,,,,,,,,,,,"When I checked her pussy, the candy was indeed peeking out." +51700 ,,,,,2141020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan! It's coming out, it's coming out! Just a little\nmore!" +51800 ,,,,,2141020,,コマコ,Komako,034_CB24B_k_020.wav,komako,,0,,,,,,,,Nnn~~~! +51900 ,,,,,2141020,,,,,,,,,,,,,,,"She seemed to be straining with all her might, but the candy\nwouldn't come out any further." +52000 ,,,,,2141020,,コマコ,Komako,034_CB24B_k_021.wav,komako,,0,,,,,,,,It's so close! Why won't it come out! +52100 ,,,,,2141010,,,,,,,,,,,,,,,It seems it's difficult to do it on her own... +52200 ,,,,,2141010,,,,,,,,,,,,,,,"The moment Komako-chan stopped straining, the candy sank\nback into her pussy." +52400 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_022.wav,komako,,0,,,,,,,,I still can't get it out... +52500 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,It can't be helped... I'll help you out. +52600 ,,,,,2141000,,,,,,,,,,,,,,,"With my godly fingers, I can solve this in no time." +52700 ,,,,,2141000,,,,,,,,,,,,,,,I inserted my finger to scoop out the candy that was near\nthe entrance of her pussy. +52800 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_023.wav,komako,,0,,,,,,,,Nyaa!? ...Nnn! Mister... what are you doing! +52900 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan... relax. +53000 ,,,,,2141000,,,,,,,,,,,,,,,The vaginal walls squeezed my finger tightly. +53100 ,,,,,2141000,,,,,,,,,,,,,,,"...It wasn't intentional, but it seems Komako-chan felt\nsomething from my finger." +53200 ,,,,,2141010,,コマコ,Komako,034_CB24B_k_024.wav,komako,,0,,,,,,,,...No fingers! The candy is going further in! +53300 ,,,,,2141010,,,,,,,,,,,,,,,That was careless... I can't use my fingers like this. +53400 ,,,,,2141010,,,,,,,,,,,,,,,"Straining is no good, fingers are no good... then there's\nonly one method left!" +53500 ,,,,,2141010,,主人公,Kiyoshi,,,,,,,,,,,,"In that case, it looks like I'll have to suck it out." +53600 ,,,,,2141000,,コマコ,Komako,034_CB24B_k_025.wav,komako,,0,,,,,,,,...Suck it out... +53700 ,,,,,2141000,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan... relax your body. Just relax. +53800 ,,,,,2141000,,,,,,,,,,,,,,,I brought my face close to her pussy and pressed my mouth\nagainst it. +54000 ,,,,,2141030,,主人公,Kiyoshi,,,,,,,,,,,,--Slurp! +54100 ,,,,,2141030,,,,,,,,,,,,,,,I eagerly sucked on her pussy. A salty flavor spread in my\nmouth. +54200 ,,,,,2141030,,,,,,,,,,,,,,,...This is the taste of Komako-chan's pussy... +54300 ,,,,,2141030,,,,,,,,,,,,,,,"While savoring her pussy, I moved my tongue to search for\nthe candy." +54400 ,,,,,2141030,,,,,,,,,,,,,,,"I pushed my tongue in, wriggling it around inside her\nvagina." +54500 ,,,,,2141030,,コマコ,Komako,034_CB24B_k_026.wav,komako,,0,,,,,,,,Fwaaah! ...Kuhii! Mister... this is no good! +54600 ,,,,,2141030,,,,,,,,,,,,,,,"Komako-chan, having her pussy sucked, writhed in\noverwhelming pleasure." +54700 ,,,,,2141030,,,,,,,,,,,,,,,But I couldn't stop just because of that. +54800 ,,,,,2141030,,,,,,,,,,,,,,,"As I listened to Komako-chan's moans and searched inside her\nvagina, I felt a rolling sensation on my tongue." +54900 ,,,,,2141030,,,,,,,,,,,,,,,Found it! It was this deep inside! +55000 ,,,,,2141030,,,,,,,,,,,,,,,"Having discovered the candy, I sucked on her pussy again." +55100 ,,,,,2141030,,主人公,Kiyoshi,,,,,,,,,,,,Slurp! +55200 ,,,,,2141030,,コマコ,Komako,034_CB24B_k_027.wav,komako,,0,,,,,,,,Ahii! ...That's no good! Fuhyaaah! +55300 ,,,,,2141030,,,,,,,,,,,,,,,"Perhaps overwhelmed by the sensation, Komako- chan's hips\nbegan to tremble." +55400 ,,,,,2141030,,,,,,,,,,,,,,,"...If I keep going a little longer, she might climax from my\nmouth alone." +55500 ,,,,,2141030,,,,,,,,,,,,,,,A wicked thought crossed my mind. +55600 ,,,,,2141030,,,,,,,,,,,,,,,My impulsive actions couldn't be controlled by reason. +55700 ,,,,,2141030,,,,,,,,,,,,,,,"Instead of focusing on getting the candy, I devoted myself\nto making Komako-chan climax." +55900 ,,,,,2141040,,コマコ,Komako,034_CB24B_k_028.wav,komako,,0,,,,,,,,Hyafuu...! Don't suck it! My pussy is twitching! +56000 ,,,,,2141040,,,,,,,,,,,,,,,"To prevent Komako-chan from escaping, I firmly grabbed her\nbutt." +56100 ,,,,,2141040,,,,,,,,,,,,,,,"Komako-chan's pussy, relentlessly teased, secreted a large\namount of love juices." +56200 ,,,,,2141040,,,,,,,,,,,,,,,The amount was enough to drip down her thighs. +56300 ,,,,,2141040,,コマコ,Komako,034_CB24B_k_029.wav,komako,,0,,,,,,,,Let go...! This feels too good! ...Ahii! +56400 ,,,,,2141040,,,,,,,,,,,,,,,"If she's giving up at this level, she's still got a long way\nto go!" +56500 ,,,,,2141040,,,,,,,,,,,,,,,I shifted my face slightly and took her clitoris into my\nmouth. +56600 ,,,,,2141040,,コマコ,Komako,034_CB24B_k_030.wav,komako,,0,,,,,,,,Nhaa! To suck out the candy... why are you sucking there?!\nThat's the wrong spot! +56700 ,,,,,2141040,,,,,,,,,,,,,,,"When I sucked on her engorged and hardened clitoris, Komako-\nchan's body reacted amusingly." +56800 ,,,,,2141040,,,,,,,,,,,,,,,I teased it with my tongue as if licking a candy. +56900 ,,,,,2141040,,コマコ,Komako,034_CB24B_k_031.wav,komako,,0,,,,,,,,Naaah! ...I can't hold it anymore! ...I'm gonna cum! +57000 ,,,,,2141040,,,,,,,,,,,,,,,It's about time... +57100 ,,,,,2141040,,,,,,,,,,,,,,,"For the final touch, I vigorously sucked on her pussy." +57200 ,,,,,2141040,,主人公,Kiyoshi,,,,,,,,,,,,Chuduruuuu! +57300 ,,,,,2141040,,コマコ,Komako,034_CB24B_k_032.wav,komako,,0,,,,,,,,...Fyaa! I'm cumming... I'm gonna cum―Hyahii! +57500 ,,,,,2141040,,,,,,,,,,,,,,, +57600 ,,"",,9001,,,,,,,,,,,,,,,, +57800 ,,"",,,2141050,,コマコ,Komako,034_CB24B_k_033.wav,komako,,0,,,,,,,,Nn... Haa... Haa... +57900 ,,,,,2141050,,,,,,,,,,,,,,,Komako-chan's legs trembled as she climaxed. +58000 ,,,,,2141050,,,,,,,,,,,,,,,"Having achieved my goal, I suddenly felt like I had\nforgotten something." +58100 ,,,,,2141050,,,,,,,,,,,,,,,"...Oh right, the candy!" +58200 ,,,,,2141050,,,,,,,,,,,,,,,"Realizing I had forgotten something very important, I\nchecked the whereabouts of the candy." +58300 ,,,,,2141050,,,,,,,,,,,,,,,"As I checked her pussy, the candy dropped out." +58400 ,,,,,2141050,,,,,,,,,,,,,,,It seemed to have been pushed out by the pressure when she\nclimaxed. +58500 ,,,,,2141050,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan! The candy came out! +58600 ,,,,,2141050,,コマコ,Komako,034_CB24B_k_034.wav,komako,,0,,,,,,,,...Really!? +58700 ,,,,,2141050,,,,,,,,,,,,,,,"With a happy expression, she confirmed with me." +58800 ,,,,,2141050,,,,,,,,,,,,,,,"I handed the candy, the root of all this, to Komako-chan." +58900 ,,,,,2141050,,コマコ,Komako,034_CB24B_k_035.wav,komako,,0,,,,,,,,"Finally got it out... Thank you, mister!" +59000 ,,,,,2141050,,主人公,Kiyoshi,,,,,,,,,,,,"I was worried for a moment, but it's all good now. You did\ngreat, Komako-chan." +59100 ,,,,,2141050,,コマコ,Komako,034_CB24B_k_036.wav,komako,,0,,,,,,,,"It's all thanks to you, mister..." +59200 ,,,,,2141050,,,,,,,,,,,,,,,Komako-chan hugged me and expressed her gratitude. +59300 ,$event_return,,,,,,,,,,,,,,,,,,, +59600 ,,,3,31,,,主人公,Kiyoshi,,,,,komako,,33,,,,,"By the way, what should we do with this candy?" +59700 ,,,,,,,コマコ,Komako,034_CB24B_k_037.wav,,,,komako,,33,,,,,"...Chi-chan gave it to me, but just throw it away." +59800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,33,,,,,Are you sure? +59900 ,,,,,,,コマコ,Komako,034_CB24B_k_038.wav,,,,komako,,13,,,,,Because... I can't eat it anymore. +60000 ,,,,,,,,,,,,,komako,,13,,,,,"...Well then, maybe I'll keep it. I could use it as material\nfor later." +60100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,13,,,,,Then I'll throw it away for you. +60200 ,,,,,,,コマコ,Komako,034_CB24B_k_039.wav,,,,komako,,22,,,,,...Okay. +60300 ,,,,,,,,,,,,,komako,,22,,,,,"She nodded slightly, but her face looked gloomy." +60400 ,,,,,,,,,,,,,komako,,22,,,,,"Somewhere in her heart, she probably still thinks it's a\nwaste." +60500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,22,,,,,Don't make that face. I'm sure Chi-chan will give you\nanother present. +60600 ,,,,,,,コマコ,Komako,034_CB24B_k_040.wav,,,,komako,,26,,,,,...Do you think so? +60700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,26,,,,,"Chi-chan is kind, after all." +60800 ,,,,,,,,,,,,,komako,,26,,,,,I comforted Komako-chan. +60900 ,,,,,,,,,,,,,komako,,26,,,,,"And soon, she cheered up." +61000 ,,,,,,,コマコ,Komako,034_CB24B_k_041.wav,,,,komako,,21,,,,,Thank you for helping me today. +61100 ,,,,,,,,,,,,,komako,,21,,,,,Komako-chan thanked me again. +61200 ,,,,,,,,,,,,,komako,,21,,,,,"...No, I'm the one who should be thanking her." +61300 ,,,,,,,,,,,,,komako,,21,,,,,A day I thought would be uneventful completely changed\nthanks to Komako-chan. +61400 ,,,,,,,,,,,,,komako,,21,,,,,"Observing her masturbation, cunnilingus... I had a wonderful\ntime!" +61500 ,,,,,,,主人公,Kiyoshi,,,,,komako,,21,,,,,You don't need to thank me. I'll help you anytime you're in\ntrouble. +61600 ,,,,,,,,,,,,,komako,,21,,,,,I said that and smiled at her. +61700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,21,,,,,But! Don't put things in your vagina like today. It's\ndangerous if you're alone. +61800 ,,,,,,,コマコ,Komako,034_CB24B_k_042.wav,,,,komako,,33,,,,,...Yeah. I won't do it again. +61900 ,,,,,,,,,,,,,komako,,33,,,,,Komako-chan obediently listened to what I said. +62000 ,,,,,,,,,,,,,komako,,33,,,,,She must have been really scared when something got stuck in\nher vagina and couldn't be removed. +62100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,33,,,,,That's good! +62200 ,,,,,,,,,,,,,komako,,33,,,,,"After finishing my warning, I patted Komako- chan's head." +62300 ,,,,,,,,,,,,,komako,,33,,,,,"After a while, Komako-chan stood up." +62400 ,,,,,,,コマコ,Komako,034_CB24B_k_043.wav,,,,komako,,0,,,,,"...Well, I should be heading home soon." +62500 ,,,,,,,,,,,,,komako,,0,,,,,"Komako-chan said that, and I looked outside. The sky was\ngetting dim." +62600 ,,,,,,,,,,,,,komako,,0,,,,,"I hurriedly checked the clock, and it was about to point to\n7 PM." +62700 ,,,,,,,主人公,Kiyoshi,,,,,komako,,0,,,,,It's already this late! +62800 ,,,,,,,,,,,,,komako,,0,,,,,It seems I forgot about the time because I was dealing with\nKomako-chan's vagina. +62900 ,,,,,,,主人公,Kiyoshi,,,,,komako,,0,,,,,"Sorry, it looks like I kept you. It's getting dark, but can\nyou get home by yourself?" +63000 ,,,,,,,コマコ,Komako,034_CB24B_k_044.wav,,,,komako,,1,,,,,I'm fine... +63100 ,,,,,,,主人公,Kiyoshi,,,,,komako,,1,,,,,"I see, then let's get you home before your parents get mad." +63200 ,,,,,,,,,,,,,komako,,1,,,,,I stood up and saw Komako-chan off to the outside of the\nstore. +63500 ,,,13,33,,,,,,,,,,,,,,,,"After Komako-chan went home, I was alone in the room and\nimmediately started masturbating." +63600 ,,,,,,,,,,,,,,,,,,,,"My mind was full of thoughts about the candy, but when I\nthought about it, I realized I had done something\nincredible." +63700 ,,,,,,,,,,,,,,,,,,,,The taste of her vagina at that time... I remembered while\nlicking the candy I got from Komako-chan. +63800 ,,,,,,,,,,,,,,,,,,,,Komako-chan's vagina had a sea-like flavor... it was so\nerotic... +63900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I want to taste it again... +64000 ,,,,,,,,,,,,,,,,,,,,"Rolling the candy in my mouth, I stroked my penis." +64100 ,,,,,,,,,,,,,,,,,,,,"Accelerating my unstoppable fantasies, I heightened my sense\nof ejaculation." +64200 ,,,,,,,,,,,,,,,,,,,,"Come to think of it, Komako-chan not only licked it but also\nrubbed the candy against her genitals..." +64300 ,,,,,,,,,,,,,,,,,,,,I recalled the masturbation I saw in the bathroom. +64400 ,,,,,,,,,,,,,,,,,,,,That was a novel playstyle... I wonder if it feels good? +64500 ,,,,,,,,,,,,,,,,,,,,"I thought about trying it, but if I did, I would never be\nable to lick this candy again." +64600 ,,,,,,,,,,,,,,,,,,,,"If I did that, indirectly, I would end up licking my own\npenis." +64700 ,,,,,,,,,,,,,,,,,,,,"If it's a pussy flavor, I'm all for it, but a dick flavor is\nsomething I'd rather avoid." +64800 ,,,,,,,,,,,,,,,,,,,,I decided to quietly continue licking the candy. +64900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Oh... I'm about to come... +65000 ,,,,,,,,,,,,,,,,,,,,"As the moment of ejaculation approached, I quickened my hand\nmovements." +65100 ,,,,,,,,,,,,,,,,,,,,"Imagining Komako-chan's pussy in my mind, I aimed to release\nmy semen at it." +65200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa... take it, Komako-chan!" +65400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Hah... hah... whew... +65500 ,,,,,,,,,,,,,,,,,,,,I basked in the afterglow of climax while cleaning up the\nejaculated semen with a tissue... +65600 ,,,,,,,,,,,,,,,,,,,,"I chuckled to myself, thinking I could use this fantasy for\nmasturbation for a while." +65900 ,,,,33,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah... today was a good day... oh, come to think of it, I\nhaven't made plans to meet anyone tomorrow!" +66000 ,,,,,,,,,,,,,,,,,,,,"Damn... I meant to invite Komako-chan, but with everything\ngoing on, I completely forgot..." +66100 ,,,,,,,,,,,,,,,,,,,,"Tomorrow is Saturday, so if I don't make plans, no one will\ncome." +66200 ,,,,,,,,,,,,,,,,,,,,I can't expect the same luck as today. +66300 ,,,,,,,,,,,,,,,,,,,,"At this point, the only one I can invite is Tenka-chan..." +66400 ,,,,,,,,,,,,,,,,,,,,Alright... let's try contacting her. +66500 ,,,,,,,,,,,,,,,,,,,,I took out my smartphone and launched LIME. +66700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,'Good evening' +66800 ,,,,,,,,,,,,,,,,,,,,I typed a greeting message and sent it. ...She might already\nbe asleep. +66900 ,,,,,,,,,,,,,,,,,,,,"Just as I was about to give up, a message came back from\nTenka-chan." +67000 ,,,,,9000020,,甜花,Tenka,,,,,,,,,,,,"'Good evening! What's up, mister?'" +67100 ,,,,,9000020,,主人公,Kiyoshi,,,,,,,,,,,,"'If it's alright with you, can you come over tomorrow?'" +67200 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,'Tomorrow?' +67300 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,"'Yeah... it's Saturday, so no one will come to the shop, and\nI'll be lonely.'" +67400 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"'Sure, but what are we going to do?'" +67500 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,"'Well, how about we seriously study about being an idol?'" +67600 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,"'Really!? Yay, I'll definitely come!'" +67700 ,,,,,9000000,,,,,,,,,,,,,,,Just hearing about studying idols got Tenka- chan excited. +67800 ,,,,,9000000,,,,,,,,,,,,,,,I also got excited after securing the promise. +67900 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,"'So, what time do you think you can come tomorrow?'" +68000 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'Anytime is fine.' +68100 ,,,,,9000010,,,,,,,,,,,,,,,Excited Tenka-chan replied using a sticker. +68200 ,,,,,9000010,,,,,,,,,,,,,,,"Anytime, huh... then as early as possible would be nice." +68300 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'Then could you come before noon?' +68400 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'Got it!' +68500 ,,,,,9000010,,,,,,,,,,,,,,,Tenka-chan replied energetically. +68600 ,,,,,9000010,,,,,,,,,,,,,,,"Not wanting to be outdone, I responded in kind." +68700 ,,,,,9000010,,,,,,,,,,,,,,,"Satisfied with our plans for tomorrow, I brought up another\ntopic with Tenka-chan." +68800 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,"'Today, Tenka-chan, you had a hard time playing tag with\nChie-chan, huh?'" +68900 ,,,,,9000010,,,,,,,,,,,,,,,Remembering Chie-chan with the candy made me chuckle. +69000 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'Ah... that...' +69100 ,,,,,9000010,,,,,,,,,,,,,,,A message with clearly lowered enthusiasm was sent. +69200 ,,,,,9000010,,,,,,,,,,,,,,,I couldn't help but burst into laughter at Tenka-chan's\nobvious attitude. +69300 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,"'I was surprised. Even if we're friends, I can't accept\nhalf-eaten candy, right?'" +69400 ,,,,,9000010,,,,,,,,,,,,,,,"...But Komako-chan was happy to receive it... Well, maybe\nshe's an exception because she likes Chie-chan." +69500 ,,,,,9000010,,,,,,,,,,,,,,,"If it were anyone other than Chie-chan, Komako-chan would\nprobably have reacted the same way as Tenka-chan." +69600 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'It's proof that you've become that close.' +69700 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'Is that so?' +69800 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'Absolutely!' +69900 ,,,,,9000010,,甜花,Tenka,,,,,,,,,,,,'...You're so confident.' +70000 ,,,,,9000010,,主人公,Kiyoshi,,,,,,,,,,,,'I watch you and the others closely. I know everything.' +70100 ,,,,,9000010,,,,,,,,,,,,,,,"After sending that on LIME, I wrapped up the conversation." +70200 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,'Shall we get some rest soon... it's already late.' +70300 ,,,,,9000000,,甜花,Tenka,,,,,,,,,,,,'Got it. Good night!' +70400 ,,,,,9000000,,主人公,Kiyoshi,,,,,,,,,,,,"'Good night, Tenka-chan.'" +70500 ,,,,,,,,,,,,,,,,,,,,I confirmed that my message was read and put down my phone. +70600 ,,,,,,,,,,,,,,,,,,,,Tomorrow is idol study with Tenka-chan... What should I\nteach her? +70700 ,,,,,,,,,,,,,,,,,,,,"I intended to sleep, but restless feelings kept me awake." +70800 ,,,,,,,,,,,,,,,,,,,,...I'll masturbate once before sleeping. +70900 ,,,,,,,,,,,,,,,,,,,,"Thinking about tomorrow, I took out my cock." +71000 ,,,0,9000,,,,,,,,,,,,,,,, +71200 ,@035_CB25,,,,,,,,,,,,,,,,,,, +71500 ,,,4,11,,,甜花,Tenka,035_CB25_t_000.wav,"tenka,privateC",,1,,,,,,,,"'Uncle, give me some ice cream!'" +71600 ,,,,,,,,,,tenka,,1,,,,,,,,"With a smile on her face, Tenka-chan peeked in from the\nentrance of the candy store." +71700 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,Which ice cream do you want? +71800 ,,,,,,,甜花,Tenka,035_CB25_t_001.wav,tenka,,20,,,,,,,,"Um, let's see~" +71900 ,,,,,,,,,,tenka,,20,,,,,,,,Tenka-chan's voice was brighter than usual. +72000 ,,,,,,,,,,tenka,,20,,,,,,,,It seems she's in a good mood today. +72100 ,,,,,,,甜花,Tenka,035_CB25_t_002.wav,tenka,,21,,,,,,,,"Then, this one! I love this one~♪" +72200 ,,,,,,,,,,tenka,,21,,,,,,,,Tenka-chan happily brought over a chocolate ice cream bar. +72300 ,,,,,,,,,,tenka,,21,,,,,,,,It was 108 yen. She seemed to have splurged a bit more than\nusual today. +72400 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"What's up, Tenka-chan? You're in a good mood today." +72500 ,,,,,,,甜花,Tenka,035_CB25_t_003.wav,tenka,,38,,,,,,,,Ehehe♪ Can you tell? +72600 ,,,,,,,,,,tenka,,38,,,,,,,,It seems I was right. +72700 ,,,,,,,甜花,Tenka,035_CB25_t_004.wav,"tenkaL,privateC",,20,,,,,,,,"Today, there was a KGB live on TV. It was a rerun of the\nconcert, but KGB was amazing!" +72800 ,,,,,,,甜花,Tenka,035_CB25_t_005.wav,tenkaL,,38,,,,,,,,"The dance, the singing, the talk directed at the fans,\neverything was great! It made me wish I could have gone to\nsee the concert!" +72900 ,,,,,,,甜花,Tenka,035_CB25_t_006.wav,tenkaL,,34,,,,,,,,"Ah~ I want to be like that too. Bathed in the spotlight,\nwearing sparkling costumes..." +73000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,34,,,,,,,,"You really like KGB, don't you, Tenka-chan?" +73100 ,,,,,,,甜花,Tenka,035_CB25_t_007.wav,tenkaL,,1,,,,,,,,Yeah! +73200 ,,,,,,,,,,tenkaL,,1,,,,,,,,"Nodding vigorously, Tenka-chan agreed." +73300 ,,,,,,,甜花,Tenka,035_CB25_t_008.wav,tenkaL,,21,,,,,,,,"And then, and then~!" +73400 ,,,,,,,主人公,Kiyoshi,,tenkaL,,21,,,,,,,,―Oops! You better eat your ice cream before it melts. +73500 ,,,,,,,甜花,Tenka,035_CB25_t_009.wav,tenka,,4,,,,,,,,"Oh, you're right...! I got so caught up in talking, I forgot\nabout the ice cream..." +73600 ,,,,,,,甜花,Tenka,035_CB25_t_010.wav,tenka,,0,,,,,,,,Lick... +73700 ,,,,,,,,,,tenka,,0,,,,,,,,"From Tenka-chan's pink lips, a red tongue peeked out." +73800 ,,,,,,,甜花,Tenka,035_CB25_t_011.wav,tenka,,1,,,,,,,,Mmm! Cold! ♪ ...What? Uncle. Don't stare at me like that.\nIt's embarrassing. +73900 ,,,,,,,,,,tenka,,1,,,,,,,,She was so excited talking just a moment ago. +74000 ,,,,,,,,,,tenka,,17,,,,,,,,Tenka-chan gave me a sullen look. +74100 ,,,,,,,主人公,Kiyoshi,,tenka,,17,,,,,,,,"Sorry. Tenka-chan is just too cute, I couldn't help but\nlook." +74200 ,,,,,,,甜花,Tenka,035_CB25_t_012.wav,tenka,,16,,,,,,,,"Hmm. ...Lick, lick." +74300 ,,,,,,,,,,tenka,,16,,,,,,,,"Tenka-chan blushed shyly, turned her eyes away from me, and\ncontinued to lick the ice cream vigorously." +74400 ,,,,,,,,,,tenka,,16,,,,,,,,Is she trying to hide her embarrassment? Tenka-chan is so\ncute. +74500 ,,,,,,,甜花,Tenka,035_CB25_t_013.wav,tenkaL,,3,,,,,,,,"Hey, uncle. Am I... really cute? Not just flattery, tell me\nthe truth." +74600 ,,,,,,,主人公,Kiyoshi,,tenkaL,,3,,,,,,,,O-of course! Tenka-chan is really cute! +74700 ,,,,,,,甜花,Tenka,035_CB25_t_014.wav,tenkaL,,0,,,,,,,,"Really? Then, do you think I can become KGB?" +74800 ,,,,,,,,,,tenkaL,,0,,,,,,,,Tenka-chan looked at me with a serious gaze. +74900 ,,,,,,,,,,tenkaL,,0,,,,,,,,It seems she's seeking a genuine answer. +75000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,0,,,,,,,,"As things are now, it seems difficult. In this countryside,\nit's hard to debut..." +75100 ,,,,,,,甜花,Tenka,035_CB25_t_015.wav,tenka,,12,,,,,,,,"...I see. Yeah, it's tough in the countryside." +75200 ,,,,,,,,,,tenka,,12,,,,,,,,Oh no. Tenka-chan looks dejected. +75300 ,,,,,,,,,,tenka,,12,,,,,,,,"It's true that realistically it's difficult... No, that's\nnot right! There's the internet now!" +75400 ,,,,,,,,,,tenka,,12,,,,,,,,You often hear about idols who started online these days! +75500 ,,,,,,,,,,tenka,,12,,,,,,,,"When it comes to net idols, there used to be homepages, but\nnow there's something even quicker." +75600 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,"Hey, Tenka-chan. Have you heard of 'Odotte Mita'?" +75700 ,,,,,,,甜花,Tenka,035_CB25_t_016.wav,tenka,,3,,,,,,,,"'Odotte Mita'...? I've heard of it, but..." +75800 ,,,,,,,,,,tenka,,3,,,,,,,,It seems she doesn't know the details. +75900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,It's a video where you upload dance performances online...\nIt might be faster to just show you. Let me grab my laptop! +76000 ,,,,,,,甜花,Tenka,035_CB25_t_017.wav,tenka,,23,,,,,,,,O-okay. +76100 ,,,,,,,,,,tenka,,23,,,,,,,,Tenka-chan still doesn't seem to get it. +76200 ,,,,,,,,,,tenka,,23,,,,,,,,She looks like she doesn't understand why I'm so excited. +76300 ,,,,,,,,,,tenka,,23,,,,,,,,"But surely, once she hears my idea, her eyes will light up." +76400 ,,,,,,,,,,,,,,,,,,,,I hurried to get my laptop. +76700 ,,,,11,,,甜花,Tenka,035_CB25_t_018.wav,tenkaL,,4,,,,,,,,Wow! +76800 ,,,,,,,,,,tenkaL,,4,,,,,,,,Tenka-chan's eyes are sparkling as she looks at the laptop I\nbrought. +76900 ,,,,,,,,,,tenkaL,,4,,,,,,,,Displayed on the screen is a video from the popular site\n'SukoSuko Douga' tagged as 'Odotte Mita'. +77000 ,,,,,,,,,,tenkaL,,4,,,,,,,,"I chose a popular one from the tag to show Tenka-chan, and\nit seems to have piqued her interest." +77100 ,,,,,,,甜花,Tenka,035_CB25_t_019.wav,tenkaL,,24,,,,,,,,Aren't these people... idols? They're so good at dancing. +77200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,24,,,,,,,,"That's right. They were all regular people like you, Tenka-\nchan. But by uploading their dances on this video site, they\nbecame real idols." +77300 ,,,,,,,甜花,Tenka,035_CB25_t_020.wav,tenkaL,,27,,,,,,,,Real... idols... +77400 ,,,,,,,,,,tenkaL,,27,,,,,,,,Tenka-chan gulped. +77500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,27,,,,,,,,"If it's you, Tenka-chan, I'm sure you'd become really\npopular. I'll help you out, so why don't we try it together?" +77600 ,,,,,,,甜花,Tenka,035_CB25_t_021.wav,tenkaL,,7,,,,,,,,Yeah...! I want to try this! +77700 ,,,,,,,甜花,Tenka,035_CB25_t_022.wav,tenkaL,,7,,,,,,,,"And you know, I'm confident in my dancing! I actually took\ndance lessons, so I'm good at it! I was even praised in\ndance class!" +77800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,7,,,,,,,,That's amazing! As expected of Tenka-chan. Wouldn't you like\nto try something like this too? +77900 ,,,,,,,甜花,Tenka,035_CB25_t_023.wav,tenka,,14,,,,,,,,Hmm. What should I do... +78000 ,,,,,,,甜花,Tenka,035_CB25_t_024.wav,tenka,,34,,,,,,,,"I'm just in my regular clothes right now... If we're going\nto film a video, shouldn't I wear something more dazzling?" +78100 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,"That's not true! You're already cute just the way you are!\nYou really show off your Tenka-chan charm, and it's great." +78200 ,,,,,,,甜花,Tenka,035_CB25_t_025.wav,tenka,,32,,,,,,,,R-Really? +78300 ,,,,,,,主人公,Kiyoshi,,tenka,,32,,,,,,,,I really want to see Tenka-chan's dance. +78400 ,,,,,,,甜花,Tenka,035_CB25_t_026.wav,tenka,,13,,,,,,,,"R-Really? Then, maybe I can dance. ...Just a little bit." +78500 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Oh, that's right! I actually have a camera with me right\nnow. Would you let me film your dance, Tenka-chan?" +78600 ,,,,,,,,,,tenka,,13,,,,,,,,I showed Tenka-chan the video camera I brought along with\nthe laptop. +78700 ,,,,,,,,,,tenka,,13,,,,,,,,"Tenka-chan looked at the camera with sparkling eyes, as if\nit was something new to her." +78800 ,,,,,,,甜花,Tenka,035_CB25_t_027.wav,tenka,,3,,,,,,,,Can it really capture everything properly? +78900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,Of course! I'll make sure to capture Tenka- chan's dance\nperfectly with this camera! +79000 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"So... um, what kind of dance can you do, Tenka-chan? Do you\nhave a favorite song?" +79100 ,,,,,,,甜花,Tenka,035_CB25_t_028.wav,tenka,,13,,,,,,,,Um... I can dance to a Bocado song. +79200 ,,,,,,,,,,tenka,,13,,,,,,,,Tenka-chan shyly mentioned a famous Bocado song. It's a song\nI know too. +79300 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Alright, let's go with that. I'll prepare the music, so just\nwait a moment." +79400 ,,,,,,,,,,tenka,,13,,,,,,,,"I don't have the audio, so I'll search for it online. If I\nlook it up on SukoSuko Douga, I'm sure it'll come up." +79500 ,,,,,,,甜花,Tenka,035_CB25_t_029.wav,tenka,,33,,,,,,,,Okay! +79600 ,,,,,,,,,,tenka,,33,,,,,,,,"Tenka-chan answered energetically, though a bit shyly." +79700 ,,,,,,,,,,,,,,,,,,,,I quickly searched for the song Tenka-chan mentioned. +79800 ,,,,,,,,,,,,,,,,,,,,"Before Tenka-chan loses her motivation, I need to play the\nsong quickly―" +79900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Is this the right song? +80000 ,,,,,,,,,,,,,,,,,,,,The song Tenka-chan mentioned starts playing from the laptop\nspeakers. +80100 ,,,,,,,甜花,Tenka,035_CB25_t_030.wav,tenka,,21,,,,,,,,"Yeah, this is it!" +80200 ,,,,,,,,,,tenka,,21,,,,,,,,Tenka-chan nodded while tapping her foot to the rhythm. +80300 ,,,,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,Can you dance to it? +80400 ,,,,,,,甜花,Tenka,035_CB25_t_031.wav,tenka,,1,,,,,,,,Of course! +80500 ,,,,,,,,,,tenka,,1,,,,,,,,"Tenka-chan began dancing, swinging her arms and legs in time\nwith the music." +80600 ,,,,,,,,,,tenka,,1,,,,,,,,Her stiff expression gradually turned into a smile as she\ndanced. +80700 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Amazing! Tenka-chan, you're really good!" +80800 ,,,,,,,甜花,Tenka,035_CB25_t_032.wav,tenka,,21,,,,,,,,Ehehe♪ I can dance even more energetically! Watch me...! +80900 ,,,,,,,,,,tenka,,21,,,,,,,,Tenka-chan lifted her leg energetically. +81100 ,,,,,3130000,,,,,,,,,,,,,,,At the end of her slender limbs―there was paradise. +81200 ,,,,,3130000,,,,,,,,,,,,,,,Pure white! An immaculate pure white paradise! +81300 ,,,,,3130000,,,,,,,,,,,,,,,It seems Tenka-chan hasn't noticed that her panties are\ncompletely visible. +81400 ,,,,,3130000,,甜花,Tenka,035_CB25_t_033.wav,tenka,,0,,,,,,,,"Hey, mister! How is it!?" +81500 ,,,,,3130000,,,,,,,,,,,,,,,"Breathless, Tenka-chan asked me." +81600 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,It's the best! It's the best! I've never seen such an\namazing dance in my life! +81700 ,,,,,3130000,,甜花,Tenka,035_CB25_t_034.wav,tenka,,0,,,,,,,,"Mister, you're exaggerating." +81800 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"No, I'm not! Tenka-chan's pan― I mean, dance! It's\nincredible! It's so divine, I might end up leaning forward!" +81900 ,,,,,3130000,,甜花,Tenka,035_CB25_t_035.wav,tenka,,0,,,,,,,,Leaning forward? Is it that good? Hehe♪ Then I'll show you\nmy special step! +82000 ,,,,,3130000,,,,,,,,,,,,,,,Tenka-chan twirled around. Her panties were still completely\nvisible. +82100 ,,,,,3130000,,,,,,,,,,,,,,,...Huh? Are Tenka-chan's panties a bit sweaty? They seem\nslightly damp. +82200 ,,,,,3130000,,,,,,,,,,,,,,,"Tenka-chan's sweat... It's nice. My sweat is greasy, but the\nsweat of such a pure girl can't be dirty. It must taste\nexquisite." +82300 ,,,,,3130000,,甜花,Tenka,035_CB25_t_036.wav,tenka,,0,,,,,,,,Mister... watch me more~! +82400 ,,,,,3130000,,,,,,,,,,,,,,,Tenka-chan voiced her dissatisfaction. +82500 ,,,,,3130000,,,,,,,,,,,,,,,That's right! Not burning this divine sight into my eyes is\na loss in life! +82600 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,I'll watch! I'll capture Tenka-chan's shining moment in the\nfilm of my heart! +82700 ,,,,,3130000,,甜花,Tenka,035_CB25_t_037.wav,tenka,,0,,,,,,,,Ehehe♪ +82800 ,,,,,3130000,,,,,,,,,,,,,,,"Tenka-chan wore an innocent, childlike smile." +82900 ,,,,,3130000,,,,,,,,,,,,,,,"However, as soon as the song's chorus ended, Tenka-chan\nswitched to a normal step without lifting her legs." +83000 ,,,,,3130000,,,,,,,,,,,,,,,I want to see more panties...! I want to burn this innocent\npanty flash into my eyes...! +83100 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, how about dancing more energetically?" +83200 ,,,,,3130000,,甜花,Tenka,035_CB25_t_038.wav,tenka,,0,,,,,,,,Energetically...? Like how? +83300 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"The leg-lifting move you did earlier was great, so if you do\na lot of those, everyone will think it's amazing~" +83400 ,,,,,3130000,,甜花,Tenka,035_CB25_t_039.wav,tenka,,0,,,,,,,,"I see! Got it, I'll try. ...Here I go!" +83500 ,,,,,3130000,,,,,,,,,,,,,,,"Once again, Tenka-chan's panties were revealed." +83600 ,,,,,3130000,,甜花,Tenka,035_CB25_t_040.wav,tenka,,0,,,,,,,,L-Like this!? +83700 ,,,,,3130000,,,,,,,,,,,,,,,The white paradise appeared again. I widened my eyes and\nfocused on it. +83800 ,,,,,3130000,,主人公,Kiyoshi,,,,,,,,,,,,"Yes! Yes, that's what everyone wants to see!" +83900 ,,,,,3130000,,甜花,Tenka,035_CB25_t_041.wav,tenka,,0,,,,,,,,"I see...! So, to be popular, an intense dance is the way to\ngo!" +84000 ,,,,,3130000,,,,,,,,,,,,,,,"Popular... Even though she's young, Tenka- chan is thinking\nabout the public." +84100 ,,,,,3130000,,,,,,,,,,,,,,,"She must have been working hard, learning dances like this,\nto become an idol." +84200 ,,,,,3130000,,,,,,,,,,,,,,,"If she doesn't know how, I should teach her. As Tenka-chan's\npersonal producer." +84300 ,,,,,3130000,,,,,,,,,,,,,,,I'm sure Tenka-chan can become a top idol. I believe in her! +84500 ,,,,,,,甜花,Tenka,035_CB25_t_042.wav,tenka,,12,,,,,,,,Haa... haa... +84600 ,,,,,,,,,,tenka,,12,,,,,,,,Tenka-chan's dance ended. I turned off the video camera. +84700 ,,,,,,,,,,tenka,,12,,,,,,,,"Even though she was out of breath, she must have felt a\nsense of accomplishment. Tenka- chan was smiling." +84800 ,,,,,,,甜花,Tenka,035_CB25_t_043.wav,tenka,,3,,,,,,,,"Phew... Uncle, how was it?" +84900 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,It was great...! You were really good! +85000 ,,,,,,,,,,tenka,,3,,,,,,,,I applauded so much that my hands hurt. +85100 ,,,,,,,,,,tenka,,3,,,,,,,,The panty flash was amazing too! +85200 ,,,,,,,甜花,Tenka,035_CB25_t_044.wav,tenka,,38,,,,,,,,"Hehe, right? Haa... But I moved too intensely. I'm out of\nbreath..." +85300 ,,,,,,,主人公,Kiyoshi,,tenka,,38,,,,,,,,"Then, as a thank you for the great dance, I'll bring you\nsome juice." +85400 ,,,,,,,甜花,Tenka,035_CB25_t_045.wav,tenka,,1,,,,,,,,Really!? Yay♪ +85500 ,,,,21,,,,,,,,,,,,,,,,"With a glance at Tenka-chan's happy face, I went back into\nthe store." +85600 ,,,,,,,,,,,,,,,,,,,,――This is a problem. Watching Tenka-chan's panty dance made\nmy crotch tent go full max. +85700 ,,,,,,,,,,,,,,,,,,,,"Should I... masturbate now? No, if I'm late getting back,\nTenka-chan might get suspicious." +85800 ,,,,,,,,,,,,,,,,,,,,That's it...! Tenka-chan was sweating a lot earlier. She\nmust feel sticky and uncomfortable now. +85900 ,,,,,,,,,,,,,,,,,,,,"In that case, let's act quickly. ――Oh. I mustn't forget to\nbring the juice." +86100 ,,,,11,,,甜花,Tenka,035_CB25_t_046.wav,tenka,,21,,,,,,,,Yay! It's Kapirus♪ +86200 ,,,,,,,甜花,Tenka,035_CB25_t_047.wav,tenka,,20,,,,,,,,"The Kapirus you make is so rich, I love it. Sometimes it\nforms white lumps in my throat and gets stuck, though♪" +86300 ,,,,,,,,,,tenka,,20,,,,,,,,She must have been really thirsty. Tenka-chan happily drank\nthe Kapirus. +86400 ,,,,,,,主人公,Kiyoshi,,tenka,,20,,,,,,,,"Hey, Tenka-chan. Do you want to take a bath at my place?" +86500 ,,,,,,,甜花,Tenka,035_CB25_t_048.wav,tenka,,23,,,,,,,,"A bath? Yeah, I want to. My body feels sticky from the\nsweat♪" +86600 ,,,,,,,,,,tenka,,23,,,,,,,,Alright! It worked perfectly. +86700 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Okay, Tenka-chan. I'll prepare the bath, so drink your\nKapirus in the meantime." +86800 ,,,,,,,甜花,Tenka,035_CB25_t_049.wav,tenka,,21,,,,,,,,Okay. +87000 ,,,4,61,,,甜花,Tenka,035_CB25_t_050.wav,,,,,,,,,,,Fufufu~n♪ +87100 ,,,,,,,,,,,,,,,,,,,,I could hear Tenka-chan humming through the frosted glass. +87200 ,,,,,,,,,,,,,,,,,,,,I picked up the panties Tenka-chan had taken off. +87300 ,,,,,,,,,,,,,,,,,,,,"They still retained Tenka-chan's body heat. Pressing them to\nmy face, her sweet sweaty scent tickled my nose." +87400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Haa haa... Today's material will be this. As long as I\nreturn the panties before Tenka- chan gets out of the\nbath... +87500 ,,,,,,,,,,,,,,,,,,,,"...Huh? Even though Tenka-chan is so close, why am I trying\nto relieve my desires alone?" +87600 ,,,,,,,,,,,,,,,,,,,,"I should have invited Tenka-chan to take a bath with me from\nthe start. Ah, what a foolish thing I've done!" +87700 ,,,,,,,,,,,,,,,,,,,,"――No, even now, it should still be possible!" +87800 ,,,,,,,,,,,,,,,,,,,,This requires boldness. I mustn't hesitate. I opened the\nbathroom door. +87900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan! I'll wash you! +88200 ,,,,,,,,,,,,,,,,,,,, +88300 ,,,,71,,,甜花,Tenka,035_CB25_t_051.wav,"tenkaL,nude",,24,,,,,,,,Eh!? U-Uncle! Why are you coming in!? +88400 ,,,,,,,,,,tenkaL,,24,,,,,,,,Tenka-chan glared at me while covering her small chest. +88500 ,,,,,,,,,,tenkaL,,24,,,,,,,,"But she can't completely cover her chest. Her small, cherry-\ncolored nipples are peeking out. Ah, I want to lick those\nnipples all over." +88600 ,,,,,,,甜花,Tenka,035_CB25_t_052.wav,tenkaL,,31,,,,,,,,"I-It's embarrassing, so please leave quickly!" +88700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,31,,,,,,,,"Uncle got all sweaty too, so I want to take a bath with\nTenka-chan~" +88800 ,,,,,,,甜花,Tenka,035_CB25_t_053.wav,tenkaL,,11,,,,,,,,Y-You can take one later! It's embarrassing and weird to\nbathe together! +88900 ,,,,,,,主人公,Kiyoshi,,tenkaL,,11,,,,,,,,"N-No, it's not weird! It's not weird at all!" +89000 ,,,,,,,,,,tenkaL,,11,,,,,,,,I have to somehow persuade her to take a bath with me. I\nassemble the words that come to mind. +89100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,11,,,,,,,,"Tenka-chan, you take baths with your dad, right?" +89200 ,,,,,,,甜花,Tenka,035_CB25_t_054.wav,tenkaL,,26,,,,,,,,Y-Yeah... +89300 ,,,,,,,主人公,Kiyoshi,,tenkaL,,26,,,,,,,,"I'm Tenka-chan's producer, so I'm like a dad. Idols often\nsay that, right? That producers are like fathers." +89400 ,,,,,,,甜花,Tenka,035_CB25_t_055.wav,tenkaL,,33,,,,,,,,Ugh... Some people do say that... +89500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,I want to take care of Tenka-chan as a father would. +89600 ,,,,,,,甜花,Tenka,035_CB25_t_056.wav,tenkaL,,31,,,,,,,,B-But... +89700 ,,,,,,,,,,tenkaL,,31,,,,,,,,"Tenka-chan seems hesitant, averting her eyes and thinking\ndeeply." +89800 ,,,,,,,甜花,Tenka,035_CB25_t_057.wav,tenkaL,,33,,,,,,,,"If it's like a dad... it's okay, right..." +89900 ,,,,,,,,,,tenkaL,,33,,,,,,,,"Tenka-chan muttered softly, as if convincing herself." +90000 ,,,,,,,甜花,Tenka,035_CB25_t_058.wav,tenkaL,,33,,,,,,,,"I-I see. Okay, I understand." +90100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,"I'm glad you understand, Tenka-chan! Then, I'll wash your\nhair for you." +90200 ,,,,,,,甜花,Tenka,035_CB25_t_059.wav,tenkaL,,22,,,,,,,,"Yeah, that's fine." +90400 ,,,10,,3131000,,,,,,,,,,,,,,, +90500 ,*mem,,,,3131000,,,,,,,,,,,,,,, +90600 ,,,10,,3131000,,,,,,,,,,,,,,,I gently touch Tenka-chan's hair. It's silky and soft. I've\nalways thought that Tenka- chan's hair is more beautiful\nthan other girls her age. +90700 ,,,,,3131000,,甜花,Tenka,035_CB25_t_060.wav,tenka,,0,,,,,,,,Ugh... Be gentle when you wash it. It gets damaged easily if\nyou pull it. +90800 ,,,,,3131000,,主人公,Kiyoshi,,,,,,,,,,,,Y-Yeah. I know! +90900 ,,,,,3131000,,,,,,,,,,,,,,,"It's an honor to be able to wash such beautiful hair. I'll\ngently wash it with the pads of my fingers, as if I'm\nstroking it." +91000 ,,,,,3131000,,,,,,,,,,,,,,,Tenka-chan keeps her eyes closed. It seems she can't open\nthem because of the bubbles. +91100 ,,,,,3131000,,,,,,,,,,,,,,,"She seemed a bit dissatisfied at first, but she seems to\nhave calmed down as I wash her hair. However, her mouth\nstill pouts in discontent." +91200 ,,,,,3131000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, you were really good at dancing. When did you\nstart learning?" +91400 ,,,,,3131010,,甜花,Tenka,035_CB25_t_061.wav,tenka,,0,,,,,,,,I was learning all the time when I was over there. +91500 ,,,,,3131010,,,,,,,,,,,,,,,"Over there"" probably refers to the city she used to live in." +91600 ,,,,,3131010,,甜花,Tenka,035_CB25_t_062.wav,tenka,,0,,,,,,,,There are a lot of skilled kids in the city... so I\npracticed a lot every day and worked hard. +91700 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,"I see. Tenka-chan, you're really hardworking." +91800 ,,,,,3131010,,甜花,Tenka,035_CB25_t_063.wav,tenka,,0,,,,,,,,...Hehe♪ +91900 ,,,,,3131010,,,,,,,,,,,,,,,Tenka-chan kept her eyes closed and smiled with just the\ncorners of her mouth raised. +92000 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,Are you keeping your hair beautiful to become an idol too? +92100 ,,,,,3131010,,甜花,Tenka,035_CB25_t_064.wav,tenka,,0,,,,,,,,Yeah. Because an idol's life is long and beautiful hair. +92200 ,,,,,3131010,,,,,,,,,,,,,,,Oh no... What's oh no is that Tenka-chan's hair is so silky\nand soft that I feel like my cock might explode. +92300 ,,,,,3131010,,,,,,,,,,,,,,,I wonder if she'd get mad if I jerked off with Tenka-chan's\nhair. +92400 ,,,,,3131010,,,,,,,,,,,,,,,"...Huh? Come to think of it, Tenka-chan has had her eyes\nclosed for a while. Maybe I can get away with it now." +92600 ,,"",,,3131020,,,,,,,,,,,,,,,"I quietly wrapped Tenka-chan's hair around my cock, trying\nnot to get caught." +92700 ,,,,,3131020,,,,,,,,,,,,,,,"It seems Tenka-chan hasn't noticed. My cock, which is rock\nhard, can't be controlled anymore." +92800 ,,,,,3131020,,,,,,,,,,,,,,,My cock is now wrapped in Tenka-chan's hair! The silky hair\nunique to young girls gently stimulates my cock. +92900 ,,,,,3131020,,,,,,,,,,,,,,,"I try tapping my cock on top of Tenka-chan's head, pat pat,\npat pat." +93000 ,,,,,3131020,,甜花,Tenka,035_CB25_t_065.wav,tenka,,0,,,,,,,,"Hmm? Mister, what are you doing?" +93100 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,I-I'm casting a spell to make your hair even more beautiful! +93200 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,"If you do it like this, your hair will become smooth and\nsilky like an idol's!" +93300 ,,,,,3131020,,甜花,Tenka,035_CB25_t_066.wav,tenka,,0,,,,,,,,Hmm... Like an idol? Is that so? Then maybe I want you to do\nit more. +93400 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,M-More!? Alright! I'll cast the spell even more intensely\nfor Tenka-chan! +93500 ,,,,,3131020,,,,,,,,,,,,,,,"Alright, for Tenka-chan, I'll jerk off with all my might!" +93600 ,,,,,3131020,,,,,,,,,,,,,,,"I rubbed my hard, erect cock against Tenka- chan's head." +93700 ,,,,,3131020,,,,,,,,,,,,,,,--Pat pat pat pat. +93800 ,,,,,3131020,,甜花,Tenka,035_CB25_t_067.wav,tenka,,0,,,,,,,,Ah... It feels like it's working. +93900 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,Really? Then I'll do it even more intensely. +94000 ,,,,,3131020,,,,,,,,,,,,,,,--Shush shush shush! +94100 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,H-How is it? Haa haa...! +94200 ,,,,,3131020,,甜花,Tenka,035_CB25_t_068.wav,tenka,,0,,,,,,,,Yeah. It feels kind of nice! +94300 ,,,,,3131020,,甜花,Tenka,035_CB25_t_069.wav,tenka,,0,,,,,,,,"With this, my hair will become silky like an idol's, right?\nEhehe, I'm really looking forward to it♪" +94400 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,"That's right. Well then, mister... I'll do my best to\nshampoo so I can meet Tenka-chan's expectations!" +94500 ,,,,,3131020,,甜花,Tenka,035_CB25_t_070.wav,tenka,,0,,,,,,,,Yeah! +94600 ,,,,,3131020,,,,,,,,,,,,,,,Ugh... Tenka-chan's hair is even better than I imagined.\nIt's silky yet clings to my cock and won't let go. +94700 ,,,,,3131020,,,,,,,,,,,,,,,"It feels really good. I've never tried a hair job before,\nbut I didn't know it could be this amazing!" +94800 ,,,,,3131020,,,,,,,,,,,,,,,"The more I rub, the more Tenka-chan's hair stimulates my\ncock. It's a fresh sensation, different from using my hand." +94900 ,,,,,3131020,,,,,,,,,,,,,,,"Let's wrap it around not just the shaft, but the head too." +95000 ,,,,,3131020,,,,,,,,,,,,,,,Oh! It's prickly and feels amazing! The stimulation is\nstronger than when I used her hair on the shaft. +95100 ,,,,,3131020,,,,,,,,,,,,,,,I'm almost at my limit. Tenka-chan's hair... it feels way\ntoo good...! +95200 ,,,,,3131020,,主人公,Kiyoshi,,,,,,,,,,,,Haa haa... Tenka-chan! +95500 ,,,,,3131030,,,,,,,,,,,,,,,――Splat! Splurt! Splurt splurt splurt! +95600 ,,,,,3131030,,甜花,Tenka,035_CB25_t_071.wav,tenka,,0,,,,,,,,Kya! Something slimy... +95700 ,,,,,3131030,,,,,,,,,,,,,,,This is bad. It felt so good that I ended up releasing it on\nher hair. The white semen and white shampoo have blended\ntogether. +95800 ,,,,,3131030,,,,,,,,,,,,,,,Maybe I can get away with this. +95900 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,This is a treatment to make your hair beautiful! +96000 ,,,,,3131030,,甜花,Tenka,035_CB25_t_072.wav,tenka,,0,,,,,,,,"Hmm. I see. In that case, I want you to rub it in\nthoroughly!" +96100 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,R-Rub it in!? +96200 ,,,,,3131030,,甜花,Tenka,035_CB25_t_073.wav,tenka,,0,,,,,,,,"...Huh? But it's a good treatment for my hair, right?" +96300 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,That's right! Let's rub it in! I'll give you even more to\nmake sure it's thoroughly applied! +96400 ,,,,,3131030,,,,,,,,,,,,,,,I have to meet Tenka-chan's expectations! +96500 ,,,,,3131030,,,,,,,,,,,,,,,"However, I've heard that semen is hard to remove from hair,\nbut if I handle it with shampoo, it should come off pretty\neasily." +96600 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, this old man will do his best!" +96700 ,,,,,3131030,,,,,,,,,,,,,,,"Conveniently, my cock is still erect. I'll keep ejaculating\nuntil my balls are empty!" +96800 ,,,,,3131030,,,,,,,,,,,,,,,――Shush shush shush shush! +96900 ,,,,,3131030,,,,,,,,,,,,,,,Ahh! Tenka-chan's hair is truly the best. It looks beautiful\nand feels amazing when I use it...! A hair job is such a\nwonderful thing! +97000 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, do you always take care of your hair yourself?" +97100 ,,,,,3131030,,甜花,Tenka,035_CB25_t_074.wav,tenka,,0,,,,,,,,"Usually, my mom... I mean, I wash it myself!" +97200 ,,,,,3131030,,,,,,,,,,,,,,,Oh my. Is it really your mom who takes care of it? +97300 ,,,,,3131030,,,,,,,,,,,,,,,But she wants to show off and say she washes it herself.\nIt's so cute how Tenka-chan wants to act grown-up. +97400 ,,,,,3131030,,甜花,Tenka,035_CB25_t_075.wav,tenka,,0,,,,,,,,"Really, really, I wash it myself!" +97500 ,,,,,3131030,,,,,,,,,,,,,,,"She insists repeatedly, as if to emphasize her point." +97600 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,I see. Tenka-chan is so responsible~ +97700 ,,,,,3131030,,,,,,,,,,,,,,,It's the age where she wants to do everything by herself and\nact mature. +97800 ,,,,,3131030,,,,,,,,,,,,,,,Watching Tenka-chan like this makes my crotch heat up. Her\nreactions alone are enough to excite me to the point of a\nsecond round. +97900 ,,,,,3131030,,甜花,Tenka,035_CB25_t_076.wav,tenka,,0,,,,,,,,Nn... It's more intense than before. I've never had such an\nintense treatment. +98000 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,This is a special treatment. You have to rub it in\nthoroughly like this. +98100 ,,,,,3131030,,,,,,,,,,,,,,,――Shush! Shush! Rub rub rub! +98200 ,,,,,3131030,,,,,,,,,,,,,,,"If I rub this much, the smell might not come off. Even so, I\ncan't control my instincts. I can't hold back!" +98300 ,,,,,3131030,,,,,,,,,,,,,,,I'm at my limit. I'm about to release the second round. I\naimed for the top of Tenka- chan's head and ejaculated the\nsecond time. +98500 ,,,,,3131030,,,,,,,,,,,,,,,――Splat! Splat! Splurt! +98600 ,,,,,3131030,,,,,,,,,,,,,,,"The semen gushes out vigorously from the tip. But just like\nbefore, it blends with the shampoo and is indistinguishable." +98700 ,,,,,3131030,,甜花,Tenka,035_CB25_t_077.wav,tenka,,0,,,,,,,,Ah... again... This treatment is really warm. +98800 ,,,,,3131030,,,,,,,,,,,,,,,"It's fresh out, after all, I muttered in my heart." +98900 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"H-human warmth makes the treatment penetrate better. Now,\nI'll apply this treatment to your scalp too." +99000 ,,,,,3131030,,甜花,Tenka,035_CB25_t_078.wav,tenka,,0,,,,,,,,Okay! +99100 ,,,,,3131030,,,,,,,,,,,,,,,"Using my cock, I smeared semen all over Tenka-chan's head.\nThe pleasure of rubbing semen into her well-maintained\nhair... it's irresistible!" +99200 ,,,,,3131030,,,,,,,,,,,,,,,Oops. I'm erect again. I can easily go for another round. +99300 ,,,,,3131030,,,,,,,,,,,,,,,"Since it's a rare opportunity, I might as well release it.\nNot doing so at a time like this would be such a waste." +99400 ,,,,,3131030,,,,,,,,,,,,,,,"Once again, I entwined Tenka-chan's black hair around my\nerect cock." +99500 ,,,,,3131030,,甜花,Tenka,035_CB25_t_079.wav,tenka,,0,,,,,,,,"Hmm, what is this treatment? It smells weird. It smells like\ndried squid." +99600 ,,,,,3131030,,,,,,,,,,,,,,,――Thump! +99700 ,,,,,3131030,,,,,,,,,,,,,,,"Did she notice...? No, if she did, Tenka-chan would\ndefinitely be angry. Since she's not angry, she probably\nhasn't noticed." +99800 ,,,,,3131030,,,,,,,,,,,,,,,"But if I don't cover it up here, she might realize it. If\nshe finds out, I might not be able to release the third\nround." +99900 ,,,,,3131030,,,,,,,,,,,,,,,That would be torture. I need to come up with a plausible\nreason...! +100000 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,R-really? Maybe it's because it's made from natural\ningredients? +100100 ,,,,,3131030,,甜花,Tenka,035_CB25_t_080.wav,tenka,,0,,,,,,,,Do natural ingredients smell? +100200 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,It's not that they smell... It's just that they often don't\nhave added scents♪ Sweet scents are usually artificial! But\nit's good for your hair! +100300 ,,,,,3131030,,甜花,Tenka,035_CB25_t_081.wav,tenka,,0,,,,,,,,Hmm. I see. That's how it is. +100400 ,,,,,3131030,,,,,,,,,,,,,,,"Whether Tenka-chan understood or not, she nodded while\nswinging her legs." +100500 ,,,,,3131030,,,,,,,,,,,,,,,It's true that it's natural. This is undoubtedly a 100%\nnatural treatment made from an old man's semen. +100600 ,,,,,3131030,,甜花,Tenka,035_CB25_t_082.wav,tenka,,0,,,,,,,,"Hey, mister. Shouldn't we rinse it out soon? I can't open my\neyes, and it's a bit tiring." +100700 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"N-no, you can't!" +100800 ,,,,,3131030,,,,,,,,,,,,,,,"If she opened her eyes now, she'd find out I was\nmasturbating with her hair." +100900 ,,,,,3131030,,,,,,,,,,,,,,,"Besides, my cock shows no sign of calming down." +101000 ,,,,,3131030,,,,,,,,,,,,,,,"I want to release more with Tenka-chan. Since she's right in\nfront of me, it would be a waste not to release everything\nhere and instead finish off in my room." +101100 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"You know, I'm a producer! As a producer, I have to escort\nTenka-chan to become closer to being an idol." +101200 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"I'll make Tenka-chan even cuter. So, could you follow what I\nsay a little longer?" +101300 ,,,,,3131030,,甜花,Tenka,035_CB25_t_083.wav,tenka,,0,,,,,,,,Hmm... +101400 ,,,,,3131030,,,,,,,,,,,,,,,Tenka-chan pursed her lips and thought for a moment. +101500 ,,,,,3131030,,甜花,Tenka,035_CB25_t_084.wav,tenka,,0,,,,,,,,"...Okay, I got it. Thank you, mister. I'm really happy to be\nproduced by you!" +101600 ,,,,,3131030,,,,,,,,,,,,,,,"Great. I've got Tenka-chan's consent, so I can do hair jobs\nagain." +101700 ,,,,,3131030,,,,,,,,,,,,,,,Tenka-chan's hair was more limp than before. +101800 ,,,,,3131030,,,,,,,,,,,,,,,Did I release too much thick semen? It's become more tangled\nthan at first. +101900 ,,,,,3131030,,,,,,,,,,,,,,,"At this rate, my cock will start to hurt, and more\nimportantly, there's a risk of damaging Tenka-chan's\nbeautiful hair." +102000 ,,,,,3131030,,,,,,,,,,,,,,,Damaging such well-maintained hair is absolutely\nunacceptable! +102100 ,,,,,3131030,,,,,,,,,,,,,,,I must avoid it at all costs! +102200 ,,,,,3131030,,,,,,,,,,,,,,,"For that reason, I picked up the shampoo bottle." +102300 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... I'm going to use a bit more shampoo. +102400 ,,,,,3131030,,甜花,Tenka,035_CB25_t_085.wav,tenka,,0,,,,,,,,Okay! +102500 ,,,,,3131030,,,,,,,,,,,,,,,Tenka-chan completely trusts me. +102600 ,,,,,3131030,,,,,,,,,,,,,,,I poured the shampoo into my palm and spread it all over\nTenka-chan's hair. +102700 ,,,,,3131030,,,,,,,,,,,,,,,--Slippery. +102800 ,,,,,3131030,,,,,,,,,,,,,,,Whoa! This is great! +102900 ,,,,,3131030,,,,,,,,,,,,,,,"Thanks to the extra shampoo, it's become more slippery and\nsmooth, like a makeshift lotion." +103000 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,It's good... Tenka-chan... it's really good! +103100 ,,,,,3131030,,甜花,Tenka,035_CB25_t_086.wav,tenka,,0,,,,,,,,M-mister. Is my hair becoming that beautiful? +103200 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"Yes! It was already beautiful, but it's becoming even more\nbeautiful!" +103300 ,,,,,3131030,,,,,,,,,,,,,,,I pressed my cock against Tenka-chan's scalp. +103400 ,,,,,3131030,,,,,,,,,,,,,,,--Rub rub rub rub! +103500 ,,,,,3131030,,,,,,,,,,,,,,,The hair growing from her scalp is prickling and stimulating\nmy penis. This sensation is fresh and quite good. +103600 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,Like this... I'm rubbing it into Tenka- chan's head... It's\nbecoming beautiful from the scalp. +103700 ,,,,,3131030,,甜花,Tenka,035_CB25_t_087.wav,tenka,,0,,,,,,,,Wow... amazing... nngh...♪ +103800 ,,,,,3131030,,,,,,,,,,,,,,,I feel like Tenka-chan's voice is gradually becoming more\nsultry. +103900 ,,,,,3131030,,甜花,Tenka,035_CB25_t_088.wav,tenka,,0,,,,,,,,Ahh... smelling this... my head is starting to feel dizzy... +104000 ,,,,,3131030,,,,,,,,,,,,,,,"Tenka-chan is fidgeting and rubbing her thighs together. Is\nTenka-chan feeling it too? If so, I'll try even harder!" +104100 ,,,,,3131030,,,,,,,,,,,,,,,"While chanting a spell in my heart to make Tenka-chan's hair\nthe most beautiful in the world, I vigorously rub my cock." +104200 ,,,,,3131030,,,,,,,,,,,,,,,"If I, who loves Tenka-chan the most in the world, pray this\nmuch, surely God will grant my wish." +104300 ,,,,,3131030,,,,,,,,,,,,,,,I alternately imagined the current Tenka-chan and the Tenka-\nchan when she's dancing. +104400 ,,,,,3131030,,,,,,,,,,,,,,,"Tenka-chan, you're so cute. The cutest in the world." +104500 ,,,,,3131030,,,,,,,,,,,,,,,I can't take it anymore...! I'm at my limit. I'll release a\nhuge amount of semen to cover Tenka-chan's head...! +104700 ,,,,,3131030,,,,,,,,,,,,,,,--Splat! Splat! Splat! Splat! +104800 ,,,,,3131030,,甜花,Tenka,035_CB25_t_089.wav,tenka,,0,,,,,,,,Hyu...! Nngh... ah... +104900 ,,,,,3131030,,,,,,,,,,,,,,,"Almost simultaneously with my ejaculation, Tenka-chan's body\nshivered." +105000 ,,,,,3131030,,甜花,Tenka,035_CB25_t_090.wav,tenka,,0,,,,,,,,Nngh... What is this...? It's tingling down there even more\nthan before... +105100 ,,,,,3131030,,,,,,,,,,,,,,,Could it be that Tenka-chan got aroused by the smell of my\nsemen? +105200 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"Haa haa... Tenka-chan, that was amazing♪ Now your hair\nshould definitely be silky smooth." +105300 ,,,,,3131030,,甜花,Tenka,035_CB25_t_091.wav,tenka,,0,,,,,,,,"Yay. Hey, mister. Can I rinse it off now?" +105400 ,,,,,3131030,,主人公,Kiyoshi,,,,,,,,,,,,"That's right. I'll rinse it off for you. Okay, hold your\nbreath for a moment." +105500 ,,,,,3131030,,甜花,Tenka,035_CB25_t_092.wav,tenka,,0,,,,,,,,Okay...! Mmm... +105800 ,,"",,,3131000,,,,,,,,,,,,,,,--Shhhhhh. +105900 ,,,,,3131000,,,,,,,,,,,,,,,Oops... It seems the semen I released was quite thick. +106000 ,,,,,3131000,,,,,,,,,,,,,,,It's not coming off easily. Her hair feels rough. I\nrepeatedly apply shampoo and rinse it off with the shower. +106100 ,,,,,3131000,,,,,,,,,,,,,,,"After about five repetitions, the rough feeling finally\ndisappeared." +106200 ,,"",,,3131010,,甜花,Tenka,035_CB25_t_093.wav,tenka,,0,,,,,,,,...Phew. Is it okay now? +106300 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, it looks like it's all rinsed out." +106400 ,,,,,3131010,,甜花,Tenka,035_CB25_t_094.wav,tenka,,0,,,,,,,,...Hehe♪ +106500 ,,,,,3131010,,,,,,,,,,,,,,,Tenka-chan touched her hair and smiled happily. +106600 ,,,,,3131010,,甜花,Tenka,035_CB25_t_095.wav,tenka,,0,,,,,,,,I really feel like it's silky smooth. +106700 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,Are you satisfied? +106800 ,,,,,3131010,,甜花,Tenka,035_CB25_t_096.wav,tenka,,0,,,,,,,,"Yes, I'm satisfied." +106900 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,I'm glad... +107000 ,,,,,3131010,,,,,,,,,,,,,,,I was relieved that the semen was properly washed out. +107100 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,"Well then, let's wash your body next. Tenka- chan, raise\nyour hands..." +107200 ,,,,,3131000,,甜花,Tenka,035_CB25_t_097.wav,tenka,,0,,,,,,,,M-my body!? I don't want to wash my body! +107300 ,,,,,3131000,,主人公,Kiyoshi,,,,,,,,,,,,Huh? You're not going to wash your body!? +107400 ,,,,,3131000,,甜花,Tenka,035_CB25_t_098.wav,tenka,,0,,,,,,,,"I will wash it...! But if you wash me... well, you'll see my\nchest and stuff." +107500 ,,,,,3131010,,甜花,Tenka,035_CB25_t_099.wav,tenka,,0,,,,,,,,That's... really embarrassing... +107600 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,But you let me wash your hair... so your body too... +107700 ,,,,,3131010,,甜花,Tenka,035_CB25_t_100.wav,tenka,,0,,,,,,,,"No! No, no, no! Absolutely not! If you keep insisting,\nI'll... get really mad! Seriously!" +107800 ,,,,,3131000,,,,,,,,,,,,,,,"It seems she's genuinely against it. As a girl, she probably\ndoesn't want a guy to see her chest." +107900 ,,,,,3131000,,,,,,,,,,,,,,,It might be best to keep quiet about the fact that it was\nall visible just a moment ago. +108000 ,,,,,3131010,,甜花,Tenka,035_CB25_t_101.wav,tenka,,0,,,,,,,,"I can wash my own body! So, mister, please leave quickly!" +108100 ,,,,,3131010,,主人公,Kiyoshi,,,,,,,,,,,,...O-okay... +108200 ,,,,,3131010,,,,,,,,,,,,,,,"If she's this against it, I have no choice but to give up." +108300 ,,,,,3131010,,,,,,,,,,,,,,,"If I could wash Tenka-chan's body, I could have done things\nlike rubbing her armpits or teasing her small, budding\nnipples with my fingers..." +108400 ,,,,,3131010,,,,,,,,,,,,,,,"It's quite disappointing, but it can't be helped. I'll just\nhave to hope for another opportunity." +108500 ,,,,,3131010,,,,,,,,,,,,,,,I hunched my shoulders in defeat and left the bathroom. +108600 ,$event_return,,,,,,,,,,,,,,,,,,, +108800 ,,,8,61,,,,,,,,,,,,,,,,"From the bathroom where Tenka-chan was left alone, I could\nhear the sound of the shower." +108900 ,,,,,,,,,,,,,,,,,,,,"In the changing room, Tenka-chan's clothes were left behind.\nAt least, I'll enjoy the scent of Tenka-chan's sweat before\nreturning to my room." +109000 ,,,,,,,,,,,,,,,,,,,,I picked up Tenka-chan's white panties and sniffed the part\nthat touched her crotch. +109100 ,,,,,,,,,,,,,,,,,,,,"From Tenka-chan's panties, I could smell fabric softener,\nsweat, and faintly, urine." +109300 ,,,,31,,,主人公,Kiyoshi,,,,,,,,,,,,Well then... +109400 ,,,,,,,,,,,,,,,,,,,,I opened my laptop and imported the video of Tenka-chan that\nI had just recorded from the video camera. +109500 ,,,,,,,,,,,,,,,,,,,,--Yeah. It was captured beautifully. Even the panty shots\nwere perfectly recorded. +109600 ,,,,,,,,,,,,,,,,,,,,"With this, I'm sure it'll get a lot of views." +109700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Let's adjust the saturation and such to make the video\neasier to watch... +109800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, this should be good enough." +109900 ,,,,,,,,,,,,,,,,,,,,All that's left is to upload it to the video site. I'm sure\npeople with the same preferences as me will replay it over\nand over. +110100 ,,,,,,,甜花,Tenka,035_CB25_t_102.wav,"tenka,privateC",,15,,,,,,,,...I'm done. +110200 ,,,,,,,,,,tenka,,15,,,,,,,,"With a slightly sullen expression, Tenka-chan came into my\nroom." +110300 ,,,,,,,,,,tenka,,15,,,,,,,,Her hair was still damp. Didn't she dry it? +110400 ,,,,,,,主人公,Kiyoshi,,tenka,,15,,,,,,,,"Tenka-chan, I'll dry your hair for you, so come over here." +110500 ,,,,,,,甜花,Tenka,035_CB25_t_103.wav,tenka,,17,,,,,,,,You won't do anything weird...? +110600 ,,,,,,,主人公,Kiyoshi,,tenka,,17,,,,,,,,"I won't, I won't." +110700 ,,,,,,,,,,tenka,,17,,,,,,,,I've already enjoyed myself enough. +110800 ,,,,,,,,,,tenka,,17,,,,,,,,Tenka-chan toddled over and sat down at my knees. +110900 ,,,,,,,甜花,Tenka,035_CB25_t_104.wav,tenka,,30,,,,,,,,"If you go and take a bath on your own again, I'll get mad,\nokay?" +111000 ,,,,,,,,,,tenka,,30,,,,,,,,"Even though she puffed out her cheeks in a pout, Tenka-chan\nquietly nestled into my lap." +111100 ,,,,,,,,,,tenka,,30,,,,,,,,I wiped the droplets of water from her hair with a towel. +111200 ,,,,,,,甜花,Tenka,035_CB25_t_105.wav,tenka,,3,,,,,,,,"Hey, mister. What are you doing?" +111300 ,,,,,,,,,,tenka,,3,,,,,,,,Tenka-chan peeked at the laptop screen and asked. +111400 ,,,,,,,甜花,Tenka,035_CB25_t_106.wav,tenka,,23,,,,,,,,Isn't this the 'SukoSuko Video' you showed me earlier? +111500 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,That's right. I was thinking of uploading your dance from\nearlier here. +111600 ,,,,,,,甜花,Tenka,035_CB25_t_107.wav,tenka,,4,,,,,,,,What! That dance from earlier!? +111700 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,It was really cool. I thought it would be nice for people\naround the world to see how cute Tenka-chan is... +111800 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"What do you think? If you don't want me to, I won't upload\nit, of course." +111900 ,,,,,,,甜花,Tenka,035_CB25_t_108.wav,tenka,,9,,,,,,,,...Hmm. +112000 ,,,,,,,甜花,Tenka,035_CB25_t_109.wav,"tenkaL,privateC",,9,,,,,,,,"Hey, mister, you said there are people who became idols from\nthis site, right?" +112100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,9,,,,,,,,"Yeah, that's right." +112200 ,,,,,,,甜花,Tenka,035_CB25_t_110.wav,tenkaL,,7,,,,,,,,"In that case, I... I want you to upload it...!" +112300 ,,,,,,,甜花,Tenka,035_CB25_t_111.wav,tenkaL,,7,,,,,,,,"I don't know how to become an idol. I thought maybe if I\njust walked around the city, I'd get scouted..." +112400 ,,,,,,,甜花,Tenka,035_CB25_t_112.wav,tenkaL,,15,,,,,,,,But there are kids my age who are becoming idols too... +112500 ,,,,,,,甜花,Tenka,035_CB25_t_112a.wav,tenkaL,,27,,,,,,,,"If I really want to become an idol, I thought maybe I should\nstart promoting myself like this now." +112600 ,,,,,,,甜花,Tenka,035_CB25_t_113.wav,tenkaL,,7,,,,,,,,"So, I want you to upload it...!" +112700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,7,,,,,,,,Got it. Then let's create a special account just for Tenka-\nchan. +112800 ,,,,,,,甜花,Tenka,035_CB25_t_114.wav,tenka,,1,,,,,,,,Yeah! +112900 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"I made it an easy-to-remember account name, so I'll tell you\nthe password later." +113000 ,,,,,,,,,,,,,,,,,,,,I moved the mouse and uploaded the video from earlier. +113100 ,,,,,,,,,,,,,,,,,,,,"After a few seconds of waiting, the upload complete message\nappeared on the screen." +113200 ,,,,,,,甜花,Tenka,035_CB25_t_115.wav,tenka,,0,,,,,,,,"Mister, show me! Show me my video!" +113300 ,,,,,,,,,,tenka,,0,,,,,,,,Tenka-chan leaned forward and peeked at the computer screen. +113400 ,,,,,,,,,,tenka,,0,,,,,,,,Displayed there was the freshly uploaded video. I clicked\nthe play button. Tenka- chan's dance from earlier played\nalong with the music. +113500 ,,,,,,,甜花,Tenka,035_CB25_t_116.wav,tenka,,34,,,,,,,,...There are no comments at all. The video from earlier had\nso many... +113600 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,It's just been uploaded. I think comments will come in a\nlittle while. +113700 ,,,,,,,甜花,Tenka,035_CB25_t_117.wav,tenka,,23,,,,,,,,Like the video from earlier? So many comments that you can't\nsee the screen? +113800 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Yeah. I'll promote it in various places, so I'm sure it'll\nget a lot of views." +113900 ,,,,,,,甜花,Tenka,035_CB25_t_118.wav,tenka,,38,,,,,,,,...I see. Hehe♪ I see~ +114000 ,,,,,,,甜花,Tenka,035_CB25_t_119.wav,tenka,,4,,,,,,,,"Ah! My panties are totally visible here! Mister, can't you\nhide something like this?" +114100 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Y-Yeah, I'll edit it later." +114200 ,,,,,,,,,,tenka,,4,,,,,,,,I couldn't exactly say that the panty shot was the main\nattraction! +114300 ,,,,,,,甜花,Tenka,035_CB25_t_120.wav,tenka,,13,,,,,,,,"For now, delete this video! It's embarrassing!" +114400 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"Okay, got it. I'll edit it and re-upload it. Is that\nalright?" +114500 ,,,,,,,甜花,Tenka,035_CB25_t_121.wav,tenka,,1,,,,,,,,Yeah! +114600 ,,,,,,,主人公,Kiyoshi,,tenka,,1,,,,,,,,"Oh, by the way, Tenka-chan. Can I introduce the video to my\nfriends? I think they'll help support your idol debut." +114700 ,,,,,,,甜花,Tenka,035_CB25_t_122.wav,tenka,,21,,,,,,,,"Idol debut... Sure, go ahead!" +114800 ,,,,,,,,,,tenka,,21,,,,,,,,"They're friends I met online who share a love for cute\nthings. I'm sure if they see it, it'll rack up a lot of\nviews." +114900 ,,,,,,,,,,tenka,,21,,,,,,,,This is a video that deserves recognition. A cute girl like\nTenka-chan dancing confidently without worrying about panty\nshots. +115000 ,,,,,,,,,,tenka,,21,,,,,,,,Any guy who wouldn't watch such a video isn't a real man! +115100 ,,,,,,,甜花,Tenka,035_CB25_t_123.wav,tenkaL,,3,,,,,,,,"Hey, mister. You said you'd promote it earlier, right? Does\nthat mean telling your friends, or doing something bigger?" +115200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,3,,,,,,,,"Of course, not just my friends. I'll spread it on Toitter\nand get it featured on major summary sites." +115300 ,,,,,,,甜花,Tenka,035_CB25_t_124.wav,tenkaL,,23,,,,,,,,Toitter...? Summary sites? +115400 ,,,,,,,,,,tenkaL,,23,,,,,,,,It seems Tenka-chan isn't very familiar with the internet.\nI'll have to teach her various things considering her future\nactivities. +115500 ,,,,,,,主人公,Kiyoshi,,tenkaL,,23,,,,,,,,"For now, this video will be the first step in Tenka-chan's\nidol activities." +115600 ,,,,,,,甜花,Tenka,035_CB25_t_125.wav,tenkaL,,35,,,,,,,,The first step in idol activities...! I see... +115700 ,,,,,,,,,,tenkaL,,35,,,,,,,,Tenka-chan smiled happily. +115800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,35,,,,,,,,"By the way, on Toitter and video sites, you can directly\ninteract with people who become your fans. Tenka-chan, have\nyou ever seen an idol's blog?" +115900 ,,,,,,,甜花,Tenka,035_CB25_t_126.wav,tenkaL,,0,,,,,,,,I have! I've seen the blog of a KGB girl! +116000 ,,,,,,,主人公,Kiyoshi,,tenkaL,,0,,,,,,,,"On that blog, did they reply to comments from fans?" +116100 ,,,,,,,甜花,Tenka,035_CB25_t_127.wav,tenkaL,,20,,,,,,,,"Hmm, some did, some didn't... But mostly, I think they\ndidn't." +116200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,20,,,,,,,,"Tenka-chan, would you like to get replies to comments?" +116300 ,,,,,,,甜花,Tenka,035_CB25_t_128.wav,tenkaL,,24,,,,,,,,I would! I really would! +116400 ,,,,,,,主人公,Kiyoshi,,tenkaL,,24,,,,,,,,"On Toitter, you can chat with fans in real- time. Isn't that\nreally fun?" +116500 ,,,,,,,甜花,Tenka,035_CB25_t_129.wav,tenkaL,,1,,,,,,,,Yeah! I think it would be really fun! +116600 ,,,,,,,主人公,Kiyoshi,,tenkaL,,1,,,,,,,,"Then let's start Toitter next time! Tenka- chan, become an\nidol who can easily talk with fans and make everyone happy!" +116700 ,,,,,,,甜花,Tenka,035_CB25_t_130.wav,tenkaL,,21,,,,,,,,Yeah! Wow~♪ I'm excited♪ +116800 ,,,,,,,,,,tenkaL,,21,,,,,,,,Tenka-chan was smiling brightly. She must be imagining her\nshining future. +116900 ,,,,,,,,,,tenkaL,,21,,,,,,,,"Even in this small countryside candy shop, we're connected\nto the world through the internet." +117000 ,,,,,,,,,,tenkaL,,21,,,,,,,,"If I work hard, Tenka-chan can surely become an idol." +117100 ,,,,,,,,,,tenkaL,,21,,,,,,,,"Watching Tenka-chan's smile, I strongly wished to make her\ndream come true." +117200 ,,,0,9000,,,,,,,,,,,,,,,, +117400 ,@036_CB26,,,,,,,,,,,,,,,,,,, +117700 ,,,5,21,,,,,,,,,,,,,,,,"Today is Sunday. Neither Chie-chan, Komako- chan, nor Tenka-\nchan are coming." +117800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm bored... +117900 ,,,,,,,,,,,,,,,,,,,,"The blazing sun was annoyingly bright. At that moment, two\nshadows approached from afar." +118000 ,,,,,,,,,,,,,,,,,,,,Could it be Chie-chan and Komako-chan!? +118100 ,,,,,,,子ども,Child,,,,,,,,,,,,"Mister, can we have two candies, please?" +118200 ,,,,,,,,,,,,,,,,,,,,...It wasn't them. It was the neighborhood girls who often\ncome to the shop. They always buy one 10-yen big candy each. +118300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Here you go, 10 yen." +118400 ,,,,,,,,,,,,,,,,,,,,The children took out 10-yen coins from their purses with\npopular characters printed on them and placed them in my\nhand. +118500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,That's exact. Thank you~ +118600 ,,,,,,,子ども,Child,,,,,,,,,,,,"Hehe, thank you, mister! Let's go~♪" +118700 ,,,,,,,,,,,,,,,,,,,,"The two girls said that and left the candy shop. Honestly, I\nwanted to enjoy their company a bit longer, but it can't be\nhelped." +118800 ,,,,,,,,,,,,,,,,,,,,"If it were Chie-chan and the others, they would always eat\ntheir snacks here, and we could chat a lot during that\ntime..." +118900 ,,,,,,,,,,,,,,,,,,,,There's no point in thinking about it. Chie- chan and the\nothers probably won't come today. +119000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Maybe I should close the shop early... +119200 ,,,,31,,,主人公,Kiyoshi,,,,,,,,,,,,"For now, I'll think about it while having lunch... Maybe\nI'll make some cold noodles today." +119300 ,,,,,,,,,,,,,,,,,,,,"It's just instant noodles that you quickly boil, but if you\nadd lots of vegetables, it's nutritious enough." +119400 ,,,,,,,,,,,,,,,,,,,,"While boiling the noodles, I took out a container and\nchopsticks from the cupboard." +119500 ,,,,,,,,,,,,,,,,,,,,"...Come to think of it, Chie-chan and the others have used\nthese chopsticks before..." +119600 ,,,,,,,,,,,,,,,,,,,,"Somehow, just thinking about it makes my heart race." +119700 ,,,,,,,,,,,,,,,,,,,,Haa haa... Since I'll be putting them in my mouth while\neating anyway... there's no problem if I lick them now... +119800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Lick +119900 ,,,,,,,,,,,,,,,,,,,,Even though they should be thoroughly washed... Is it just\nmy imagination? I felt like I tasted Chie-chan's saliva. +120000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"If I keep this up, I'll just zone out. After I finish\neating, I'll take a bath to clear my head..." +120200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm not clear at all! +120300 ,,,,,,,,,,,,,,,,,,,,"Even in the bath, I ended up remembering the time I bathed\nwith Chie-chan. It's tough to get rid of worldly desires." +120400 ,,,,,,,,,,,,,,,,,,,,"Before I knew it, there was a tent in my crotch... This is\ntroublesome. I have to watch the shop again soon..." +120500 ,*mem,,,,,,,,,,,,,,,,,,, +120600 ,,,5,31,,,主人公,Kiyoshi,,,,,,,,,,,,Come to think of it... all three of them used to nap here... +120700 ,,,,,,,,,,,,,,,,,,,,"Looking at the empty tatami, I absentmindedly recalled the\npast." +120900 ,,,,,4130000,,,,,,,,,,,,,,,The three of them had angelic sleeping faces. +121000 ,,,,,4130000,,,,,,,,,,,,,,,Chie-chan always drooled from the corner of her mouth. +121100 ,,,,,4130000,,,,,,,,,,,,,,,"And she always raised her arms, so I couldn't help but be\ncurious about her armpits. Just remembering it makes my dick\ntwitch." +121200 ,,,,,4130000,,,,,,,,,,,,,,,Komako-chan always slept facing Chie-chan. She tried to\nsnuggle up to Chie-chan as much as possible... +121300 ,,,,,4130000,,,,,,,,,,,,,,,Komako-chan must really love Chie-chan. +121400 ,,,,,4130000,,,,,,,,,,,,,,,Tenka-chan always slept in clothes that showed her belly\nbutton... I was worried she'd catch a cold. +121500 ,,,,,4130000,,,,,,,,,,,,,,,"If you keep showing your belly button like that, someone\nlike an old man might just poke it with their thumb..." +121700 ,,,,,,,,,,,,,,,,,,,,Oops. Thinking about that made my dick even harder. +121800 ,,,,,,,,,,,,,,,,,,,,"If I manned the shop in this state, wouldn't I be reported\nas a suspicious person...? And if I close the shop, I can\nopenly masturbate in the middle of the day." +121900 ,,,,,,,,,,,,,,,,,,,,...I've decided. I'll quietly lock up today. +122000 ,,,,,,,,,,,,,,,,,,,,Should I write a notice just in case? 'Temporary Closure'\nshould be fine. +122100 ,,,,,,,,,,,,,,,,,,,,"Alright, let's get to it!" +122400 ,,,,33,,,,,,,,,,,,,,,,"Notice complete, lock-up complete, tissues ready!" +122500 ,,,,,,,,,,,,,,,,,,,,"Alright, now I'm perfectly prepared for masturbation." +122600 ,,,,,,,,,,,,,,,,,,,,I gently stroked the tatami with my palm. +122700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Here... everyone used to sleep... +122800 ,,,,,,,,,,,,,,,,,,,,"Maybe everyone's sweat has soaked into this tatami. How\nnice, tatami. I wish I could be tatami too." +122900 ,,,,,,,,,,,,,,,,,,,,Thinking about that made my dick twitch. It seems it can't\nwait any longer. +123000 ,,,,,,,,,,,,,,,,,,,,"I haven't decided who to fantasize about yet... All three\nare so cute, it's hard to choose..." +123100 ,,,,,,,,,,,,,,,,,,,,But if I had to choose― +123200 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Chii-chan,sel_1a",,,,,,,,,,,,,,,,,,,■@ Chie +↓,"$menu_item 1,Komako-chan,sel_1b",,,,,,,,,,,,,,,,,,,■A Komako +↓,"$menu_item 2,Tenka-chan,sel_1c",,,,,,,,,,,,,,,,,,,■B Tenka +↓,"$menu_item 3,Everyone,sel_1d",,,,,,,,,,,,,,,,,,,■C Everyone +↓,$menu_end,,,,,,,,,,,,,,,,,,, +123300 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Chie +123400 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +123600 ,,,,,,,,,,,,,,,,,,,,I guess it's Chie-chan. Chie-chan is an irreplaceable angel\nto me. +123700 ,,,,,,,,,,,,,,,,,,,,I close my eyes and imagine Chie-chan's figure. +124000 ,,,,,1160000,,千恵,Chie,036_CB26_c_000.wav,"chie,private",,0,,,,,,,,"...Kuu, kuu..." +124100 ,,,,,1160000,,,,,,,,,,,,,,,"See, I can imagine it. Chii-chan is lying on the tatami." +124200 ,,,,,1160000,,,,,,,,,,,,,,,"Ah... just like always, with her arms raised, exposing her\narmpits defenselessly." +124300 ,,,,,1160000,,,,,,,,,,,,,,,"If you stay like that, an old man might play a prank on you." +124400 ,,,,,1160000,,,,,,,,,,,,,,,I trace my finger gently along Chii-chan's stomach. +124500 ,,,,,1160000,,千恵,Chie,036_CB26_c_001.wav,chie,,0,,,,,,,,Nn... nn... +124600 ,,,,,1160000,,,,,,,,,,,,,,,"In my imagination, Chii-chan furrowed her brows as if\nticklish. I'm going to tease her even more~." +124700 ,,,,,1160000,,,,,,,,,,,,,,,Chii-chan's stomach was puffed up like a squid. I personally\nfind this belly quite charming. +124800 ,,,,,1160000,,,,,,,,,,,,,,,"I slowly trace my finger along Chii-chan's body, reaching\nher collarbone." +124900 ,,,,,1160000,,千恵,Chie,036_CB26_c_002.wav,chie,,0,,,,,,,,Ah... nfuah... +125000 ,,,,,1160000,,,,,,,,,,,,,,,Is it ticklish? Chii-chan's long eyelashes twitched. +125100 ,,,,,1160000,,,,,,,,,,,,,,,"No matter how much I tickle her, this is just a fantasy, so\nChii-chan will never wake up. In other words, I can do\nwhatever I want!" +125200 ,,,,,1160000,,千恵,Chie,036_CB26_c_003.wav,chie,,0,,,,,,,,Haa... haa... +125300 ,,,,,1160000,,,,,,,,,,,,,,,Chii-chan's breath brushes against my fingers. +125400 ,,,,,1160000,,,,,,,,,,,,,,,"By the way, I wonder what Chii-chan's breath smells like?\nShe loves sweets, so it might smell like ramune." +125500 ,,,,,1160000,,,,,,,,,,,,,,,"Next time, I'll sniff more closely to find out." +125600 ,,,,,1160000,,千恵,Chie,036_CB26_c_004.wav,chie,,0,,,,,,,,...Onii-chan... +125700 ,,,,,1160000,,,,,,,,,,,,,,,"Even in her sleep, Chii-chan was calling for me. So cute!\nChii-chan, you're so adorable!" +125800 ,,,,,1160000,,,,,,,,,,,,,,,――Shushushushu! +125900 ,,,,,1160000,,,,,,,,,,,,,,,"I rub my cock vigorously. The real Chii-chan is cute, but\nthe imagined Chii-chan is also incredibly cute!" +126000 ,,,,,1160000,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan's squishy cheeks... so cute...! So adorable! +126100 ,,,,,1160000,,千恵,Chie,036_CB26_c_005.wav,chie,,0,,,,,,,,Suu... suu... +126200 ,,,,,1160000,,,,,,,,,,,,,,,"If possible, I'd like to press against her cheeks while I\nmasturbate. But for now, I'll hold back a little longer. If\nI'm going to climax, I want to build it up and release it\nall at once." +126300 ,,,,,1160000,,,,,,,,,,,,,,,"Alright, let's lift Chii-chan's skirt!" +126500 ,,,,,1160010,,,,,,,,,,,,,,,"I gently reach for her skirt. Lifting the frilly skirt, I\nexpose her panties." +126600 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, your childish panties are so cute...!" +126700 ,,,,,1160010,,,,,,,,,,,,,,,Chii-chan never disappoints. She was wearing age-appropriate\npanties (in my imagination). +126800 ,,,,,1160010,,,,,,,,,,,,,,,I want to touch Chii-chan more... I want to smell her pussy\nmore! +126900 ,,,,,1160010,,,,,,,,,,,,,,,"...It's okay, right? It's just a fantasy. It's all in my\nhead..." +127000 ,,,,,1160010,,,,,,,,,,,,,,,"Alright, let's do it!" +127100 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,Sniff... sniff... +127200 ,,,,,1160010,,,,,,,,,,,,,,,"From Chii-chan's panties, there was a scent of sweat and\npee. I imagined it would smell nice. My cock was hard and\nerect." +127300 ,,,,,1160010,,千恵,Chie,036_CB26_c_006.wav,chie,,0,,,,,,,,Ah... ahh... nnngh...! +127400 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, let me smell your scent a lot♪ I'll make sure to\nrelease a lot for you!" +127500 ,,,,,1160010,,,,,,,,,,,,,,,"With one hand, I fervently stroked my cock, while with the\nother, I gently played with Chii-chan's pussy." +127600 ,,,,,1160010,,千恵,Chie,036_CB26_c_007.wav,chie,,0,,,,,,,,Nnngh... uncle... it tickles... +127700 ,,,,,1160010,,,,,,,,,,,,,,,"Chii-chan shook her head in denial. But this Chii-chan\nwasn't awake. After all, she's just a figment of my\nimagination, so she won't wake up unless I imagine it." +127800 ,,,,,1160010,,,,,,,,,,,,,,,"Since it's just a fantasy, let's do something even more\ndaring." +127900 ,,,,,1160010,,,,,,,,,,,,,,,I wonder if I should lick Chii-chan's pussy through her\npanties! +128000 ,,,,,1160010,,,,,,,,,,,,,,,I pressed my nose against Chii-chan's panties. +128100 ,,,,,1160010,,千恵,Chie,036_CB26_c_008.wav,chie,,0,,,,,,,,Nngh! Nngh! Nnnngh! Ah... ahhh... +128200 ,,,,,1160010,,,,,,,,,,,,,,,Chii-chan's body twitched. But the main event is still to\ncome. +128300 ,,,,,1160010,,,,,,,,,,,,,,,I traced the line of Chii-chan's pussy with my tongue. +128400 ,,,,,1160010,,千恵,Chie,036_CB26_c_009.wav,chie,,0,,,,,,,,Nngh...! Ahh... nnngh... nngh... +128500 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, your panties taste so good♪ They smell like\nsweat, pee, and a girl's scent! Sniff sniff." +128600 ,,,,,1160010,,千恵,Chie,036_CB26_c_010.wav,chie,,0,,,,,,,,No... no... nnngh...! +128700 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,These are really delicious panties. ...Smooch! Lick lick!\nSlurp... gulp! Slurp! Slurrrp! +128800 ,,,,,1160010,,,,,,,,,,,,,,,I sucked up every drop of Chii-chan's love juices soaked\ninto her panties! Chii-chan's love juices are delicious!\nDelicious! +128900 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,Nngh... slurp! Phew...♪ This is the first time I've tasted\nsuch delicious panties♪ +129000 ,,,,,1160010,,千恵,Chie,036_CB26_c_011.wav,chie,,0,,,,,,,,Fwah... ahh... +129100 ,,,,,1160010,,,,,,,,,,,,,,,"Chii-chan's breathing became heavy. Even if this is just a\nfantasy, I want to make Chii- chan feel it!" +129200 ,,,,,1160010,,千恵,Chie,036_CB26_c_012.wav,chie,,0,,,,,,,,Ahhhhhh... ah... ahhh... nnnnghhh! +129300 ,,,,,1160010,,,,,,,,,,,,,,,Chii-chan's body twitched like a fish. It seems like Chii-\nchan... has climaxed. +129400 ,,,,,1160010,,千恵,Chie,036_CB26_c_013.wav,chie,,0,,,,,,,,Nngh... s-sigh... +129500 ,,,,,1160010,,,,,,,,,,,,,,,"Her breathing gradually steadied. Now, it's my turn to feel\ngood." +129600 ,,,,,1160010,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan... can I see your... chest? +129800 ,,,,,1160020,,,,,,,,,,,,,,,I lifted Chii-chan's camisole. Her swollen belly and flat\nchest were exposed. +129900 ,,,,,1160020,,,,,,,,,,,,,,,"At the tip of her flat chest, her nipples were just barely\nthere. No matter how many times I see them, they're such\ncute nipples." +130000 ,,,,,1160020,,,,,,,,,,,,,,,Might as well enjoy Chii-chan's nipples. +130100 ,,,,,1160020,,,,,,,,,,,,,,,"I took Chii-chan's nipple into my mouth. Her nipples are\nstill developing, it seems. I rolled the rice grain-like\nnipple with my tongue repeatedly." +130200 ,,,,,1160020,,千恵,Chie,036_CB26_c_014.wav,chie,,0,,,,,,,,Fwah... nngh... nnh...♪ +130300 ,,,,,1160020,,,,,,,,,,,,,,,"Chii-chan's breathing became erratic. Could it be that she's\nfeeling it? Alright, let's get excited, old man!" +130400 ,,,,,1160020,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan! Chii-chan! Chii-chan! Lick lick lick lick! +130500 ,,,,,1160020,,千恵,Chie,036_CB26_c_015.wav,chie,,0,,,,,,,,Ah... ahh... ahh... +130600 ,,,,,1160020,,,,,,,,,,,,,,,"Now, let's do something even more daring. Let's take off her\npanties!" +130700 ,,,,,1160020,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, Chii-chan. Let's take off your panties~" +130900 ,,,,,1160030,,千恵,Chie,036_CB26_c_016.wav,chie,,0,,,,,,,,Aah... +131000 ,,,,,1160030,,,,,,,,,,,,,,,I smoothly took off Chii-chan's panties. They were soaked\nwith my drool and Chii-chan's love juices. +131100 ,,,,,1160030,,,,,,,,,,,,,,,Chii-chan's pussy is a beautiful cherry blossom color. Let's\nlightly touch it with my finger. +131200 ,,,,,1160030,,,,,,,,,,,,,,,It's elastic. It's soft. My imagination is truly impressive.\nThe accuracy in recreating Chii-chan is too perfect! +131300 ,,,,,1160030,,,,,,,,,,,,,,,"As I looked at Chii-chan's pussy, my cock became even\nharder." +131400 ,,,,,1160030,,,,,,,,,,,,,,,It's so erect that it might stick to my stomach! +131500 ,,,,,1160030,,,,,,,,,,,,,,,"I can't believe my cock is this hard... Chii- chan, you\ndefinitely have the talent to be a man's fantasy!" +131700 ,,,,,1160050,,,,,,,,,,,,,,,I focused intently on stroking my cock. +131800 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan... you're so cute! So cute! +131900 ,,,,,1160050,,千恵,Chie,036_CB26_c_017.wav,chie,,0,,,,,,,,Nn... nnngh... dried squid... +132000 ,,,,,1160050,,,,,,,,,,,,,,,Could she be talking about the smell of my cock? It's a bit\nshocking to be compared to dried squid... +132100 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, but Chii-chan, you love dried squid, right? You used to\nbuy it often, right? Look, it's dried squid!" +132200 ,,,,,1160050,,,,,,,,,,,,,,,I brought my cock closer to Chii-chan's body. +132300 ,,,,,1160050,,千恵,Chie,036_CB26_c_018.wav,chie,,0,,,,,,,,Dried squid... I love it... dried squid...♪ +132400 ,,,,,1160050,,,,,,,,,,,,,,,"Even as she mumbled in her sleep, Chii-chan didn't open her\neyes." +132500 ,,,,,1160050,,,,,,,,,,,,,,,"Alright, then I'll use Chii-chan's body to get off!" +132600 ,,,,,1160050,,,,,,,,,,,,,,,――Stroke stroke stroke stroke! +132700 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan... your skin is so smooth! I'll give your\nbeautiful skin the scent of dried squid♪ +132800 ,,,,,1160050,,,,,,,,,,,,,,,Chii-chan's body was smooth and firm. My cock was thrilled\nto be touching Chii-chan's body. +132900 ,,,,,1160050,,,,,,,,,,,,,,,The head of my cock rubbed against Chii- chan's ribs. The\nsensation was so intense... I almost came. +133000 ,,,,,1160050,,,,,,,,,,,,,,,I held back and continued to slap my cock against Chii-\nchan's body. +133100 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan... this feels amazing♪ I'm so happy to use you as\nmy fantasy...! +133200 ,,,,,1160050,,,,,,,,,,,,,,,"As I slapped my cock, I caught glimpses of Chii-chan's\nnipples at the edge of my vision." +133300 ,,,,,1160050,,,,,,,,,,,,,,,Rubbing the head of my cock against her nipples... that\nwould feel good. +133400 ,,,,,1160050,,,,,,,,,,,,,,,"Alright, let's try it." +133500 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, let me rub against your nipples." +133600 ,,,,,1160050,,千恵,Chie,036_CB26_c_019.wav,chie,,0,,,,,,,,Nn... nn... +133700 ,,,,,1160050,,,,,,,,,,,,,,,Chii-chan responded with a sound that could be either an\nanswer or sleep talk. +133800 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll use my tip then...!" +133900 ,,,,,1160050,,,,,,,,,,,,,,,I pressed the head against Chii-chan's nipple. +134000 ,,,,,1160050,,,,,,,,,,,,,,,Her rice grain-like nipple stimulated my cock. This... feels\npretty good! +134100 ,,,,,1160050,,,,,,,,,,,,,,,――Stroke stroke stroke stroke! +134200 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan's nipples... they're great! They're amazing! My\ncock feels so good! +134300 ,,,,,1160050,,千恵,Chie,036_CB26_c_020.wav,chie,,0,,,,,,,,Fweh... ah... nnngh! +134400 ,,,,,1160050,,,,,,,,,,,,,,,I'm reaching my limit. I can't hold it back any longer...! +134500 ,,,,,1160050,,千恵,Chie,036_CB26_c_021.wav,chie,,0,,,,,,,,...Nn... Nn... +134600 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to come, Chii-chan!" +134700 ,,,,,1160050,,,,,,,,,,,,,,,I moved my hand vigorously on my cock. Chii- chan's nipples\ncontinued to tease the tip. +134800 ,,,,,1160050,,,,,,,,,,,,,,,This feels so good...! It's hard to believe this is just a\nfantasy...! +134900 ,,,,,1160050,,,,,,,,,,,,,,,I'll cover Chii-chan's body with it! +135000 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, I'm going to cover your body with lots of jumbo\nyogurt!" +135300 ,,,,,1160060,,,,,,,,,,,,,,,――Splat! Splat! Splat! Splat splat splat splat! +135400 ,,,,,1160060,,,,,,,,,,,,,,,My mind went blank. It seemed like more semen came out than\nduring my usual masturbation. My hips are trembling... +135500 ,,,,,1160060,,,,,,,,,,,,,,,And the imaginary Chii-chan's body was completely covered in\nmy semen... +135600 ,,,,,1160060,,千恵,Chie,036_CB26_c_022.wav,chie,,0,,,,,,,,Haa... haa... +135700 ,,,,,1160060,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, thank you... I love you..." +135800 ,,,,,1160060,,,,,,,,,,,,,,,"And so, my masturbation session came to an end." +135900 ,$event_return,,,,,,,,,,,,,,,,,,, +136000 ,,,,,,,,,,,,,,,,,,,,"In reality, it was only in the tissue, but in my mind, I had\ncovered Chii-chan's body." +136100 ,,,,,,,,,,,,,,,,,,,,"I felt a great sense of satisfaction. I've fantasized about\nChii-chan a few times before, but today was really good." +136200 ,,,,,,,,,,,,,,,,,,,,To think I could have such an amazing masturbation\nsession... I'm really glad I met Chii-chan. +136300 ,,,,,,,,,,,,,,,,,,,,"Next time, I want to have sex with the real Chii-chan..." +136400 ,,,,,,,,,,,,,,,,,,,,I want to see Chii-chan soon. If I could see her tomorrow...\nI'd teach her lots of naughty things... +136500 ,,,,,,,,,,,,,,,,,,,,I never knew not being able to see Chii-chan would make me\nfeel so lonely... +136600 ,,,,11,,,千恵,Chie,036_CB26_c_023.wav,"chieL,private",,1,,,,,,,,Ehehe♪ Onii-chan! +136800 ,,,,33,,,,,,,,,,,,,,,,I imagined Chii-chan's smile. +136900 ,,,,,,,,,,,,,,,,,,,,"An innocent smile. A light, small body like an angel. I want\nto see Chii-chan soon..." +137000 ,,,,,,,,,,,,,,,,,,,,"With those thoughts in mind, I crumpled up the tissue and\nthrew it away." +137100 ,$go join_1,,,,,,,,,,,,,,,,,,, +137200 ,*sel_1b,,,,,,,,,,,,,,,,,,,■AKomako +137300 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +137500 ,,,,,,,,,,,,,,,,,,,,"If I'm going to do it, it has to be Komako- chan. That doll-\nlike cuteness is a rare find in this countryside." +137600 ,,,,,,,,,,,,,,,,,,,,"Alright, I've decided! I'll masturbate thinking about\nKomako-chan." +137700 ,,,,,,,,,,,,,,,,,,,,Let's start by imagining Komako-chan. Picture Komako-chan's\nbody. +137800 ,,,,,,,,,,,,,,,,,,,,I'll have Komako-chan lying on the tatami mat. I'll sit next\nto napping Komako-chan and rub my cock! +137900 ,,,,,,,,,,,,,,,,,,,,I've always wanted to try this~. +138100 ,,,,,2150000,,コマコ,Komako,036_CB26_k_000.wav,"komako,private",,0,,,,,,,,...Chii-chan... +138200 ,,,,,2150000,,,,,,,,,,,,,,,"As usual, Komako-chan seems to be dreaming about Chii-chan.\nEven her sleep talk is about Chii-chan, she must really like\nher." +138300 ,,,,,2150000,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan... Sometimes I wish you'd look at me instead~ +138400 ,,,,,2150000,,,,,,,,,,,,,,,I accidentally let my true feelings slip out. +138500 ,,,,,2150000,,,,,,,,,,,,,,,"Maybe someday, Komako-chan will turn her attention to me.\nWith that faint hope, I gazed at Komako-chan's body." +138600 ,,,,,2150000,,,,,,,,,,,,,,,"She's slender, but her well-proportioned figure might be due\nto her foreign blood." +138700 ,,,,,2150000,,,,,,,,,,,,,,,"Komako-chan's eyelashes... they're so long. Oh, her eyebrows\nare the same color as her hair..." +138800 ,,,,,2150000,,,,,,,,,,,,,,,"Her skin is so white... I heard fair skin is sensitive to\nthe sun, so Komako-chan must be really careful about sun\nprotection." +138900 ,,,,,2150000,,,,,,,,,,,,,,,"She's the same age as Chii-chan and Tenka- chan, but she has\na different kind of charm." +139000 ,,,,,2150000,,,,,,,,,,,,,,,I'm going to use Komako-chan as my fantasy material now...! +139100 ,,,,,2150000,,コマコ,Komako,036_CB26_k_001.wav,komako,,0,,,,,,,,Nnngh... +139200 ,,,,,2150000,,,,,,,,,,,,,,,Komako-chan seems to be uncomfortable in her sleep. Maybe\nit's because she's wearing those stiff shorts. Poor thing.\nLet's take them off for her! +139300 ,,,,,2150000,,,,,,,,,,,,,,,"In my imagination, I took off Komako-chan's shorts." +139500 ,,,,,2150010,,コマコ,Komako,036_CB26_k_002.wav,komako,,0,,,,,,,,Phew... +139600 ,,,,,2150010,,,,,,,,,,,,,,,Komako-chan let out a sigh of relief. Were the shorts really\nthat tight? +139700 ,,,,,2150010,,,,,,,,,,,,,,,"Oh? Komako-chan is wearing cute panties. Rabbit pattern,\nhuh? It's so girly and really nice." +139800 ,,,,,2150010,,主人公,Kiyoshi,,,,,,,,,,,,"...Huh? Komako-chan, your panties are wet?" +139900 ,,,,,2150010,,,,,,,,,,,,,,,"Could it be that it was too hot inside the shorts, and they\ngot damp?" +140000 ,,,,,2150010,,,,,,,,,,,,,,,I slipped my hand into Komako-chan's panties. +140100 ,,,,,2150010,,,,,,,,,,,,,,,A damp sensation. My hand got sweaty. It seems she's\nsweating quite a bit. +140200 ,,,,,2150010,,,,,,,,,,,,,,,"...By the way, I wonder what Komako-chan's sweat smells\nlike." +140300 ,,,,,2150010,,,,,,,,,,,,,,,I brought my nose close to Komako-chan's panties. +140400 ,,,,,2150010,,,,,,,,,,,,,,,--Sniff sniff. +140500 ,,,,,2150010,,,,,,,,,,,,,,,Komako-chan's panties had a floral scent. It must be the\nsmell of fabric softener. +140600 ,,,,,2150010,,,,,,,,,,,,,,,Is it a foreign brand? I've smelled it at the supermarket\nbefore. It's from a company that's recently become famous in\nJapan. +140700 ,,,,,2150010,,,,,,,,,,,,,,,"The scent of Komako-chan's panties became stronger, probably\nbecause of the moisture from sweat." +140800 ,,,,,2150010,,コマコ,Komako,036_CB26_k_003.wav,komako,,0,,,,,,,,Nnngh... Chi-chan... that's not allowed... +140900 ,,,,,2150010,,,,,,,,,,,,,,,I wonder what kind of dream Komako-chan is having. Could it\nbe a naughty dream with Chi- chan? +141000 ,,,,,2150010,,主人公,Kiyoshi,,,,,,,,,,,,Haa haa... Komako-chan... Let me smell more... +141100 ,,,,,2150010,,,,,,,,,,,,,,,I pressed my nose against Komako-chan's panties. There was\nhardly any smell of sweat. +141200 ,,,,,2150010,,,,,,,,,,,,,,,"However, when I touched my tongue to the panties, there was\na salty taste, so she must be sweating quite a bit." +141300 ,,,,,2150010,,,,,,,,,,,,,,,Maybe it's because I find Komako-chan as cute as a doll that\nI'm having these fantasies. +141400 ,,,,,2150010,,,,,,,,,,,,,,,I want to smell more and more of Komako-chan. I want to get\ncloser to her. +141500 ,,,,,2150010,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan... Komako-chan...! +141600 ,,,,,2150010,,,,,,,,,,,,,,,"As I buried my nose in Komako-chan's panties, I felt my cock\ngetting rock hard." +141700 ,,,,,2150010,,,,,,,,,,,,,,,Alright! Uncle's going to pull down his pants! +141800 ,,,,,2150010,,,,,,,,,,,,,,,I slid my pants down. My erect cock sprang out. +141900 ,,,,,2150010,,,,,,,,,,,,,,,"While holding my cock with one hand, I wanted something new\nand exciting." +142000 ,,,,,2150010,,,,,,,,,,,,,,,"I want to see Komako-chan's breasts... Is it okay? It's just\na fantasy, so it's fine, right...?" +142200 ,,,,,2150020,,,,,,,,,,,,,,,I slowly lifted Komako-chan's clothes. +142300 ,,,,,2150020,,,,,,,,,,,,,,,Komako-chan's chest was a bit bigger than Chi-chan's. Maybe\nit's because of her foreign blood. She might be developing\nfaster. +142400 ,,,,,2150020,,,,,,,,,,,,,,,I slipped my fingers under Komako-chan's breast. +142500 ,,,,,2150020,,,,,,,,,,,,,,,--Soft. +142600 ,,,,,2150020,,,,,,,,,,,,,,,The soft sensation. It wasn't big enough for my fingers to\nsink into the underside of her breast. +142700 ,,,,,2150020,,,,,,,,,,,,,,,The pale pink nipples suited her white skin well. +142800 ,,,,,2150020,,コマコ,Komako,036_CB26_k_004.wav,komako,,0,,,,,,,,Nn... nn... +142900 ,,,,,2150020,,,,,,,,,,,,,,,Komako-chan let out a small voice. Could it be that she felt\nsomething from having her chest touched? +143000 ,,,,,2150020,,,,,,,,,,,,,,,I tried pinching her nipple. +143100 ,,,,,2150020,,コマコ,Komako,036_CB26_k_005.wav,komako,,0,,,,,,,,"Nyaa...! Chi-chan, ah... no..." +143200 ,,,,,2150020,,,,,,,,,,,,,,,It seems like she's feeling it after all. +143300 ,,,,,2150020,,,,,,,,,,,,,,,"Even in my imagination, Komako-chan keeps mentioning Chi-\nchan... I'm surprised at my own image of Komako-chan." +143400 ,,,,,2150020,,,,,,,,,,,,,,,"Feeling a bit down, I pinched Komako-chan's nipple a bit\nharder." +143500 ,,,,,2150020,,コマコ,Komako,036_CB26_k_006.wav,komako,,0,,,,,,,,Hyah... ah... nyaa... +143600 ,,,,,2150020,,,,,,,,,,,,,,,I touched her as if to teach her body the sensation of a\nman's hand. +143700 ,,,,,2150020,,コマコ,Komako,036_CB26_k_007.wav,komako,,0,,,,,,,,Nfu... nn... ah... yaa... +143800 ,,,,,2150020,,,,,,,,,,,,,,,I teased Komako-chan's nipple with my fingertips. +143900 ,,,,,2150020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, how is it? Does it feel good?" +144000 ,,,,,2150020,,コマコ,Komako,036_CB26_k_008.wav,komako,,0,,,,,,,,Nn... it feels... good... +144100 ,,,,,2150020,,,,,,,,,,,,,,,Komako-chan answered in a dazed voice. +144200 ,,,,,2150020,,主人公,Kiyoshi,,,,,,,,,,,,Can I do something that feels even better? +144300 ,,,,,2150020,,コマコ,Komako,036_CB26_k_009.wav,komako,,0,,,,,,,,U... ua... +144400 ,,,,,2150020,,,,,,,,,,,,,,,"Her response was ambiguous, as if she was awake or asleep. I\ntook it as a yes." +144500 ,,,,,2150020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Komako-chan. I'm going to pull down your panties~♪" +144700 ,,,,,2150030,,,,,,,,,,,,,,,"I slid down Komako-chan's panties. Her cute, smooth pussy,\nthe same color as her skin, was revealed." +144800 ,,,,,2150030,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan's pussy is as white and cute as ever. +144900 ,,,,,2150030,,,,,,,,,,,,,,,"As I said that, I traced my finger along the line of Komako-\nchan's pussy." +145000 ,,,,,2150030,,コマコ,Komako,036_CB26_k_010.wav,komako,,0,,,,,,,,Nfu...! Ah... nn! +145100 ,,,,,2150030,,,,,,,,,,,,,,,Komako-chan's body shivered. Was it because I touched her\nclitoris? Is Komako-chan sensitive there? +145200 ,,,,,2150030,,,,,,,,,,,,,,,"Alright, let's play with her clitoris a bit more." +145300 ,,,,,2150030,,コマコ,Komako,036_CB26_k_011.wav,komako,,0,,,,,,,,Ah... nn! Nhi... +145400 ,,,,,2150030,,,,,,,,,,,,,,,It seems like Komako-chan is really feeling it. With such a\nreaction... could she be awake? +145500 ,,,,,2150030,,,,,,,,,,,,,,,"Even in my imagination, I don't know, but either way, I'm\nhappy she's responding." +145700 ,,,,,2150050,,,,,,,,,,,,,,,"Alright, I want to feel good too, so let's start\nmasturbating for real." +145800 ,,,,,2150050,,,,,,,,,,,,,,,"Thanks to my imaginary Komako-chan, my cock was standing\nerect." +145900 ,,,,,2150050,,,,,,,,,,,,,,,--Shu shu shu shu! +146000 ,,,,,2150050,,,,,,,,,,,,,,,Komako-chan! Komako-chan! Komako-chan! +146100 ,,,,,2150050,,,,,,,,,,,,,,,I want to feel more of Komako-chan. I wish the real Komako-\nchan was here in front of me...! +146200 ,,,,,2150050,,,,,,,,,,,,,,,I rubbed my cock vigorously. +146300 ,,,,,2150050,,,,,,,,,,,,,,,"Even if it's impossible today, I strongly wish to someday\nput this cock inside Komako- chan's pussy...!" +146400 ,,,,,2150050,,,,,,,,,,,,,,,Ah! Just imagining Komako-chan's silky hair... her soft\nskin... is enough to make me cum...! +146500 ,,,,,2150050,,コマコ,Komako,036_CB26_k_012.wav,komako,,0,,,,,,,,...Ugh... Chi-chan... uncle... Chi-chan... ugh... +146600 ,,,,,2150050,,,,,,,,,,,,,,,Huh? Komako-chan is groaning. Was my cock making her\nanxious? +146700 ,,,,,2150050,,主人公,Kiyoshi,,,,,,,,,,,,"Uncle is here, so it's okay..." +146800 ,,,,,2150050,,,,,,,,,,,,,,,"I said that and patted the head of the imaginary Komako-\nchan. Then, the tension on Komako-chan's face began to fade." +146900 ,,,,,2150050,,コマコ,Komako,036_CB26_k_013.wav,komako,,0,,,,,,,,Haa... +147000 ,,,,,2150050,,,,,,,,,,,,,,,It seems she has calmed down. My inner turmoil might have\naffected the imaginary Komako-chan. I need to get a grip! +147100 ,,,,,2150050,,コマコ,Komako,036_CB26_k_014.wav,komako,,0,,,,,,,,...Haa haa... +147200 ,,,,,2150050,,,,,,,,,,,,,,,Komako-chan's breathing is getting heavier. Just like\nmine... +147300 ,,,,,2150050,,,,,,,,,,,,,,,"My tension is flowing into the imaginary Komako-chan. If I\nget nervous, Komako-chan gets nervous too. It's like we're\none and the same." +147400 ,,,,,2150050,,,,,,,,,,,,,,,One and the same with Komako-chan!? The thought of that made\nmy hand move faster on my cock than usual. +147500 ,,,,,2150050,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan...! Komako-chan...!!! +147600 ,,,,,2150050,,,,,,,,,,,,,,,"Being one and the same with Komako-chan, what an honor...!" +147700 ,,,,,2150050,,,,,,,,,,,,,,,―Thump! +147800 ,,,,,2150050,,,,,,,,,,,,,,,My balls are aching...! I'm about to cum soon...! +147900 ,,,,,2150050,,,,,,,,,,,,,,,I'll cover the imaginary Komako-chan's body with it all! +148200 ,,,,,2150060,,,,,,,,,,,,,,,―Splat! Splurt! Splat! Sploosh! +148300 ,,,,,2150060,,,,,,,,,,,,,,,The sperm flew through the air and rained down on Komako-\nchan's body. +148400 ,,,,,2150060,,,,,,,,,,,,,,,"After releasing all my sperm, my hips were too exhausted to\nmove due to the intense ejaculation." +148500 ,,,,,2150060,,,,,,,,,,,,,,,It's been a while since I've released so much that my hips\nbecame this tired. +148600 ,,,,,2150060,,,,,,,,,,,,,,,―Splurt...! Splat...! Sploosh! +148700 ,,,,,2150060,,,,,,,,,,,,,,,I smeared every last drop onto Komako-chan's body. +148800 ,,,,,2150060,,,,,,,,,,,,,,,The sperm stood out against Komako-chan's white skin. +148900 ,,,,,2150060,,,,,,,,,,,,,,,It was like grated yam on freshly cooked rice. +149000 ,,,,,2150060,,,,,,,,,,,,,,,"Even though I felt guilty for dirtying such a beautiful\nKomako-chan's body, even if only in my imagination, that\nguilt turned into pleasure." +149100 ,,,,,2150060,,コマコ,Komako,036_CB26_k_015.wav,komako,,0,,,,,,,,Suu... suu... Chi-chan... I love you... +149200 ,,,,,2150060,,,,,,,,,,,,,,,"Even after everything was over, Komako-chan kept talking\nabout Chi-chan." +149300 ,,,,,2150060,,,,,,,,,,,,,,,"If this is how it is in my imagination, then in my mind, the\nimage of Komako-chan as a girl who loves Chi-chan must be\ndeeply rooted." +149400 ,,,,,2150060,,,,,,,,,,,,,,,"I have to work hard too, so that Komako-chan will notice me!" +149500 ,$event_return,,,,,,,,,,,,,,,,,,, +149700 ,,,,,,,,,,,,,,,,,,,,I lowered my gaze. The tatami was stained pure white with\nthe semen I had just released. +149800 ,,,,,,,,,,,,,,,,,,,,Ah... I did it... +149900 ,,,,,,,,,,,,,,,,,,,,I impulsively splattered it onto the tatami. I felt it would\nbe a waste to ejaculate into a tissue while fantasizing... +150000 ,,,,,,,,,,,,,,,,,,,,"I sighed, thinking that cleaning up would be a hassle." +150100 ,$go join_1,,,,,,,,,,,,,,,,,,, +150200 ,*sel_1c,,,,,,,,,,,,,,,,,,,■BTenka +150300 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +150500 ,,,,,3140000,,,,,,,,,,,,,,,"It has to be Tenka-chan here! Tenka-chan aspires to be an\nidol, and she's a bit precocious and super cute!" +150600 ,,,,,3140000,,,,,,,,,,,,,,,"Let's fantasize about Tenka-chan. I've seen Tenka-chan\nnapping before, so the recreation should be quite accurate!" +150700 ,,,,,3140000,,,,,,,,,,,,,,,"Tenka-chan's hair is always so glossy. It's amazing how\nbeautiful her black hair is, just like an idol." +150800 ,,,,,3140000,,甜花,Tenka,036_CB26_t_000.wav,"tenka,private",,0,,,,,,,,Suu... suu... +150900 ,,,,,3140000,,,,,,,,,,,,,,,"Tenka-chan is sleeping, letting out small breaths." +151000 ,,,,,3140000,,,,,,,,,,,,,,,"But Tenka-chan, isn't a shoulder-baring outfit a bit too\nsexy?" +151100 ,,,,,3140000,,,,,,,,,,,,,,,And her belly button is exposed too. Wearing such an\nindecent outfit... Kids these days are outrageous! But I'm\nhappy! +151200 ,,,,,3140000,,甜花,Tenka,036_CB26_t_001.wav,tenka,,0,,,,,,,,Nmm... suu... suu... +151300 ,,,,,3140000,,,,,,,,,,,,,,,"Looking at Tenka-chan's innocent sleeping face, a\nmischievous feeling started to well up inside me." +151400 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,This is just a fantasy... this is just a fantasy... +151500 ,,,,,3140000,,,,,,,,,,,,,,,I bring my tongue close to her belly button. +151600 ,,,,,3140000,,,,,,,,,,,,,,,Tenka-chan's belly button... belly button! +151700 ,,,,,3140000,,主人公,Kiyoshi,,,,,,,,,,,,Lick... lick lick... lick! +151800 ,,,,,3140000,,,,,,,,,,,,,,,"Tenka-chan's belly button... it smells like soap! As I lick,\nthe taste of sweat spreads in my mouth." +151900 ,,,,,3140000,,,,,,,,,,,,,,,"Since she's showing her stomach, she can't complain about\nthis, right? Tenka-chan!" +152000 ,,,,,3140000,,,,,,,,,,,,,,,"Then, let's do something even more daring. What I want to do\nmost right now is... see Tenka-chan's panties." +152100 ,,,,,3140000,,,,,,,,,,,,,,,"Her plump legs sticking out from her shorts are\nirresistible, but I really want to see her panties!" +152200 ,,,,,3140000,,,,,,,,,,,,,,,"This is my fantasy world, so I can do anything! Even without\nusing my hands, I can undo Tenka-chan's pants button!" +152400 ,,,,,3140010,,,,,,,,,,,,,,,Tenka-chan's pants are open~! +152500 ,,,,,3140010,,,,,,,,,,,,,,,"Hmm hmm. Today, it's polka dot panties. Tenka-chan usually\ndresses a bit maturely, but her panties are age-appropriate♪" +152600 ,,,,,3140010,,甜花,Tenka,036_CB26_t_002.wav,tenka,,0,,,,,,,,Nn... nn... +152700 ,,,,,3140010,,,,,,,,,,,,,,,Tenka-chan is groaning a little. Did she notice that her\npants button is undone? +152800 ,,,,,3140010,,甜花,Tenka,036_CB26_t_003.wav,tenka,,0,,,,,,,,...Ugh +152900 ,,,,,3140010,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, because I'm here with you." +153000 ,,,,,3140010,,,,,,,,,,,,,,,I said that while continuing to stroke myself beside Tenka-\nchan. +153100 ,,,,,3140010,,甜花,Tenka,036_CB26_t_004.wav,tenka,,0,,,,,,,,Nn... +153200 ,,,,,3140010,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, Tenka-chan! You're so cute! So cute!" +153300 ,,,,,3140010,,,,,,,,,,,,,,,--Stroke stroke stroke stroke! +153400 ,,,,,3140010,,,,,,,,,,,,,,,I continue to stroke desperately. But I feel like something\nis still missing. That's it! Breasts! I'm missing breasts! +153500 ,,,,,3140010,,,,,,,,,,,,,,,Alright! Let's reveal the breasts too! Come forth! Breasts! +153700 ,,,,,3140020,,,,,,,,,,,,,,,"With a swift motion, Tenka-chan's clothes were lifted,\nrevealing two small buds." +153800 ,,,,,3140020,,,,,,,,,,,,,,,Whoa! It's Tenka-chan's nipples! Her nipples have appeared! +153900 ,,,,,3140020,,,,,,,,,,,,,,,"In my imagination, I can do whatever I want!" +154000 ,,,,,3140020,,,,,,,,,,,,,,,Tenka-chan's chest is about the size between Chii-chan and\nKomako-chan. I think it's just the right size. +154100 ,,,,,3140020,,甜花,Tenka,036_CB26_t_005.wav,tenka,,0,,,,,,,,So... cold... +154200 ,,,,,3140020,,,,,,,,,,,,,,,Tenka-chan's eyebrows twitched. Is she cold? Then I have to\nwarm her up! +154300 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,I'll warm up Tenka-chan's body for you...! +154400 ,,,,,3140020,,,,,,,,,,,,,,,"To warm her up, it's best to use body heat, right? I feel\nlike my tongue has a high temperature. So, I'll warm up\nTenka-chan's body with this tongue." +154500 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,Lick... lick lick +154600 ,,,,,3140020,,甜花,Tenka,036_CB26_t_006.wav,tenka,,0,,,,,,,,Nn... ah... nn... +154700 ,,,,,3140020,,,,,,,,,,,,,,,Tenka-chan is squirming. Is she warming up? Then let's keep\nwarming her up! +154800 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,Lick lick lick... lick lick...! +154900 ,,,,,3140020,,甜花,Tenka,036_CB26_t_007.wav,tenka,,0,,,,,,,,Nn... ah... nhya... +155000 ,,,,,3140020,,,,,,,,,,,,,,,Tenka-chan's heart is pounding... I feel like her body\ntemperature is gradually rising. +155100 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, how is it? Are you not cold anymore?" +155200 ,,,,,3140020,,甜花,Tenka,036_CB26_t_008.wav,tenka,,0,,,,,,,,Ugh... hot... hot... +155300 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,Hot!? Then I'll cool your body with my saliva. +155400 ,,,,,3140020,,,,,,,,,,,,,,,I filled my mouth with saliva and licked Tenka-chan's\nbreasts thoroughly. +155500 ,,,,,3140020,,甜花,Tenka,036_CB26_t_009.wav,tenka,,0,,,,,,,,Fwa... nn... ah... +155600 ,,,,,3140020,,,,,,,,,,,,,,,"Tenka-chan's cheeks are turning red. Is she feeling it?\nAlright, I need to cool her down more." +155700 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,Lick... slurp... +155800 ,,,,,3140020,,,,,,,,,,,,,,,Ugh... Licking Tenka-chan's breasts is making my dick even\nmore restless. +155900 ,,,,,3140020,,,,,,,,,,,,,,,Maybe I should just let one out quickly. +156000 ,,,,,3140020,,,,,,,,,,,,,,,--Stroke stroke stroke stroke! +156100 ,,,,,3140020,,甜花,Tenka,036_CB26_t_010.wav,tenka,,0,,,,,,,,Nn... ah... haah haah... +156200 ,,,,,3140020,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, Tenka-chan!" +156300 ,,,,,3140020,,,,,,,,,,,,,,,I got lost in rubbing my dick. The small waves of pleasure\ngradually turned into a bigger sensation. +156400 ,,,,,3140020,,,,,,,,,,,,,,,I can't hold it anymore...! Tenka-chan! +156600 ,,,,33,,,,,,,,,,,,,,,,"Thinking of Tenka-chan, I ejaculated into a tissue." +156700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Haah haah. ...Ah, I should have splattered it on Tenka-\nchan's body..." +156800 ,,,,,,,,,,,,,,,,,,,,"Even in my fantasies, I held back. But my dick is still full\nof energy." +156900 ,,,,,,,,,,,,,,,,,,,,"I can easily go for another round. Next time, I'll make sure\nto aim for Tenka-chan's body." +157000 ,,,,,3140020,,,,,,,,,,,,,,,"Alright, time to start stroking again!" +157100 ,,,,,3140020,,,,,,,,,,,,,,,"For the second round, I want something a bit more intense.\nThat's it, I'll pull down Tenka-chan's panties!" +157200 ,,,,,3140020,,,,,,,,,,,,,,,This is a fantasy world... I can do anything here! +157400 ,,,,,3140030,,,,,,,,,,,,,,,"Tenka-chan's panties slowly slide down. Her smooth, hairless\nslit is completely exposed." +157500 ,,,,,3140030,,主人公,Kiyoshi,,,,,,,,,,,,Haah haah... Tenka-chan's slit... it's so beautiful...! +157600 ,,,,,3140030,,,,,,,,,,,,,,,I wonder if Tenka-chan is still masturbating? Let's check by\nobserving her pussy. +157700 ,,,,,3140030,,,,,,,,,,,,,,,I gently reach out my hand to Tenka-chan's pussy. +157800 ,,,,,3140030,,,,,,,,,,,,,,,--Squelch. +157900 ,,,,,3140030,,,,,,,,,,,,,,,"Oh? Tenka-chan. It seems like your pussy is wet. It's not\npee... which means, could it be...?" +158000 ,,,,,3140030,,主人公,Kiyoshi,,,,,,,,,,,,"Lick... ah, it's love juice...!" +158100 ,,,,,3140030,,,,,,,,,,,,,,,"The liquid on her pussy had a slightly salty, fishy taste...\nthe taste of love juice." +158200 ,,,,,3140030,,,,,,,,,,,,,,,I spread Tenka-chan's pussy open and check the color of her\nlabia. +158300 ,,,,,3140030,,,,,,,,,,,,,,,The labia were a beautiful light pink. I moved my tongue\nalong the labia. +158400 ,,,,,3140030,,甜花,Tenka,036_CB26_t_011.wav,tenka,,0,,,,,,,,Uah... nn... Haa haa...♪ +158500 ,,,,,3140030,,,,,,,,,,,,,,,Tenka-chan's body twitches and trembles. Is she feeling it?\nIs she feeling it with my tongue? +158600 ,,,,,3140030,,甜花,Tenka,036_CB26_t_012.wav,tenka,,0,,,,,,,,Ah... ah... nnngh!!! +158700 ,,,,,3140030,,,,,,,,,,,,,,,"Tenka-chan's body arched back completely. It seems she\nclimaxed. Yet, Tenka-chan doesn't wake up. This fantasy\nworld is so convenient..." +158800 ,,,,,3140030,,,,,,,,,,,,,,,"Alright, next I'll squeeze her breasts!" +158900 ,,,,,3140040,,,,,,,,,,,,,,,"Tenka-chan's developing breasts weren't quite graspable yet,\nbut they were slightly swollen." +159200 ,,,,,3140040,,,,,,,,,,,,,,,"I squeeze Tenka-chan's breasts, focusing on the nipples." +159300 ,,,,,3140040,,甜花,Tenka,036_CB26_t_013.wav,tenka,,0,,,,,,,,Fwa... n-no... +159400 ,,,,,3140040,,,,,,,,,,,,,,,"Tenka-chan says no with her mouth, but she looks a little\nhappy." +159500 ,,,,,3140040,,,,,,,,,,,,,,,Could this be one of those 'no means yes' situations? +159600 ,,,,,3140040,,,,,,,,,,,,,,,Alright! I'll do my best to tease her~! +159700 ,,,,,3140040,,,,,,,,,,,,,,,"Squeeze, squeeze, I massage Tenka-chan's breasts while\noccasionally stimulating her nipples with my fingertips." +159800 ,,,,,3140040,,,,,,,,,,,,,,,This is how you increase the sensitivity of growing breasts. +159900 ,,,,,3140040,,甜花,Tenka,036_CB26_t_014.wav,tenka,,0,,,,,,,,Ahh... nn... ah... +160000 ,,,,,3140040,,,,,,,,,,,,,,,"Tenka-chan looks pleased, with the corners of her mouth\nlifted." +160100 ,,,,,3140040,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan... don't let your breasts get any bigger... +160200 ,,,,,3140040,,,,,,,,,,,,,,,I voiced my own desires. +160300 ,,,,,3140040,,主人公,Kiyoshi,,,,,,,,,,,,"Smaller breasts are better suited for models. You can aim to\nbe a model, not just an idol." +160400 ,,,,,3140040,,主人公,Kiyoshi,,,,,,,,,,,,I'm sure Tenka-chan can become any kind of celebrity~♪ +160500 ,,,,,3140040,,,,,,,,,,,,,,,I said that while massaging Tenka-chan's breasts and\ncontinued to rub my cock. +160600 ,,,,,3140040,,甜花,Tenka,036_CB26_t_015.wav,tenka,,0,,,,,,,,Oji-sa... nn... haa haa... +160700 ,,,,,3140040,,,,,,,,,,,,,,,"Tenka-chan called my name! Even if it's in my imagination,\nI'm happy!" +160800 ,,,,,3140050,,主人公,Kiyoshi,,,,,,,,,,,,I can't hold back anymore! Tenka-chan is too cute! +160900 ,,,,,3140050,,,,,,,,,,,,,,,I shouted loudly while vigorously stroking my cock. +161000 ,,,,,3140050,,,,,,,,,,,,,,,"Tenka-chan's sleeping face is innocent and cute. Even though\nshe's usually mature and aloof, her sleeping face is age-\nappropriate and adorable!" +161100 ,,,,,3140050,,,,,,,,,,,,,,,Seeing such a cute face... my cock is rock hard! +161200 ,,,,,3140050,,,,,,,,,,,,,,,I feel a twinge around my balls. It seems like the second\nround is about to come. +161300 ,,,,,3140050,,,,,,,,,,,,,,,I won't make the same mistake as before. +161400 ,,,,,3140050,,,,,,,,,,,,,,,"This time, I'll spray it all over Tenka- chan's body!" +161500 ,,,,,3140050,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, I'm going to cum! I'll cover your body with\nfresh, hot sperm!" +161600 ,,,,,3140050,,,,,,,,,,,,,,,"Ready to fire, okay! I'll spray it all at once!" +161700 ,,,,,3140050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm cumming! I'm cumming, Tenka-chan! Tenka- chan!" +162000 ,,,,,3140060,,,,,,,,,,,,,,,--Splat! Splat! Splat! Splat! +162100 ,,,,,3140060,,,,,,,,,,,,,,,Sperm shot out forcefully from the tip. +162200 ,,,,,3140060,,,,,,,,,,,,,,,A lot of sperm came out with a whoosh. My balls twinged.\nMore sperm came out than the first time. +162300 ,,,,,3140060,,,,,,,,,,,,,,,Tenka-chan's body ended up covered in sperm. +162400 ,,,,,3140060,,,,,,,,,,,,,,,"Ah, there's sperm on her face too..." +162500 ,,,,,3140060,,甜花,Tenka,036_CB26_t_016.wav,tenka,,0,,,,,,,,Nn... ah... *lick* +162600 ,,,,,3140060,,,,,,,,,,,,,,,Huh!? +162700 ,,,,,3140060,,,,,,,,,,,,,,,Did Tenka-chan just lick my sperm!? Did she mistake it for\ncandy? +162800 ,,,,,3140060,,甜花,Tenka,036_CB26_t_017.wav,tenka,,0,,,,,,,,...gulp +162900 ,,,,,3140060,,,,,,,,,,,,,,,Tenka-chan's slender neck moved. She drank my sperm...\nTenka-chan drank it! +163000 ,,,,,3140060,,,,,,,,,,,,,,,I'm so happy! +163100 ,,,,,3140060,,,,,,,,,,,,,,,"Even though it's just in my imagination, Tenka-chan drank my\nsperm. There's nothing more blissful than having the girl I\nlike drink my sperm!" +163200 ,$event_return,,,,,,,,,,,,,,,,,,, +163400 ,,,,,,,,,,,,,,,,,,,,I ended my fantasy while basking in happiness. +163500 ,,,,,,,,,,,,,,,,,,,,Masturbating while imagining Tenka-chan was really exciting. +163600 ,,,,,,,,,,,,,,,,,,,,"It's nice to masturbate to Tenka-chan's usual tsundere\nattitude, but sometimes it's also nice to do it to her calm\nsleeping face." +163700 ,,,,,,,,,,,,,,,,,,,,"Next time, I want to do it to her real sleeping face..." +163800 ,,,,,,,,,,,,,,,,,,,,I wonder if she'll react like she did in today's fantasy? Or\nwill she be more tsundere even in her sleep? +163900 ,,,,,,,,,,,,,,,,,,,,"Either way, I'm looking forward to it." +164000 ,,,,,,,,,,,,,,,,,,,,"No matter what kind of Tenka-chan it is, her reactions are\nalways fresh and cute." +164100 ,,,,,,,,,,,,,,,,,,,,"So next time, I want to teach the real Tenka- chan, step by\nstep, to become an erotic body..." +164200 ,,,,,,,,,,,,,,,,,,,,Tenka-chan... will you show your face tomorrow? +164300 ,,,,,,,,,,,,,,,,,,,,I'm really looking forward to the next time we meet...♪ +164400 ,$go join_1,,,,,,,,,,,,,,,,,,, +164500 ,*sel_1d,,,,,,,,,,,,,,,,,,,■CEveryone +164600 ,"$fadd %chie%,1",,,,,,,,,,,,,,,,,,, +164700 ,"$fadd %komako%,1",,,,,,,,,,,,,,,,,,, +164800 ,"$fadd %tenka%,1",,,,,,,,,,,,,,,,,,, +165000 ,,,,,,,,,,,,,,,,,,,,"I can't choose just one! Since it's just a fantasy, I should\nimagine everyone and enjoy it!" +165100 ,,,,,,,,,,,,,,,,,,,,"To masturbate, I enhance my imagination. I recall Chie-\nchan's clothes, Komako-chan's skin texture, and Tenka-chan's\nsilky hair." +165200 ,,,,,,,,,,,,,,,,,,,,"And then, I'll make it a perfect 100% realistic fantasy\nmasturbation!" +165400 ,,,,,4130000,,,,,,,,,,,,,,,"Chie-chan, Komako-chan, and Tenka-chan... They're all\nsleeping with happy faces." +165500 ,,,,,4130000,,千恵,Chie,036_CB26_c_024.wav,chie,,0,,,,,,,,Munya... munya... +165600 ,,,,,4130000,,コマコ,Komako,036_CB26_k_016.wav,komako,,0,,,,,,,,Suu... suu... +165700 ,,,,,4130000,,甜花,Tenka,036_CB26_t_018.wav,tenka,,0,,,,,,,,Faa... nnu... +165800 ,,,,,4130000,,,,,,,,,,,,,,,"They all have innocent faces, so cute..." +165900 ,,,,,4130000,,,,,,,,,,,,,,,"Alright, in my fantasy, I'll make all three of them feel\ngood!" +166000 ,,,,,4130000,,千恵,Chie,036_CB26_c_025.wav,chie,,0,,,,,,,,Hey... chan... +166100 ,,,,,4130000,,,,,,,,,,,,,,,"Chie-chan is calling me. Her mouth is moving sleepily, but\nher mind seems to be in a dream." +166200 ,,,,,4130000,,主人公,Kiyoshi,,,,,,,,,,,,It's okay. Uncle will make Chie-chan and the others feel\namazing♪ +166300 ,,,,,4130000,,,,,,,,,,,,,,,"Saying that, I reached out to everyone's skirts." +166500 ,,,,,4130010,,,,,,,,,,,,,,,"Chie-chan has plain panties. Komako-chan has rabbit-\npatterned panties. Tenka-chan has polka dot panties. They're\nall different, and they're all great!" +166600 ,,,,,4130010,,,,,,,,,,,,,,,"I wonder if, like their panties, they each have a unique\nscent?" +166700 ,,,,,4130010,,,,,,,,,,,,,,,"Let's sniff the panties. Surely, they all have different\nscents." +166800 ,,,,,4130010,,,,,,,,,,,,,,,"First, it's Chie-chan's panties." +166900 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Suuuu! Haa haa... sniff sniff...! +167000 ,,,,,4130010,,千恵,Chie,036_CB26_c_026.wav,chie,,0,,,,,,,,Nn... faa... +167100 ,,,,,4130010,,,,,,,,,,,,,,,Chie-chan's body shivered slightly. Her panties got slightly\nwet. I wonder what's happening? Is she feeling it? +167200 ,,,,,4130010,,,,,,,,,,,,,,,Sniff sniff... Chie-chan's panties have a slight smell of\npee. +167300 ,,,,,4130010,,,,,,,,,,,,,,,I want to smell more of Chie-chan's scent. +167400 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Suuu haa! Suuu haaa...! +167500 ,,,,,4130010,,,,,,,,,,,,,,,The scent of Chie-chan's panties tickles my nostrils. +167600 ,,,,,4130010,,,,,,,,,,,,,,,"Right now, I'm only breathing through my nose. And right\nnow, this nose is pressed against Chie-chan's panties." +167700 ,,,,,4130010,,,,,,,,,,,,,,,"In other words, I'm living off the scent of Chie-chan's\npanties...! To experience such supreme pleasure through\nthis...! It's the best!" +167800 ,,,,,4130010,,コマコ,Komako,036_CB26_k_017.wav,komako,,0,,,,,,,,Mua... nn... Chie... chan... +167900 ,,,,,4130010,,,,,,,,,,,,,,,"Next to Chie-chan, Komako-chan mumbled in her sleep." +168000 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,N-Next is Komako-chan's turn! +168100 ,,,,,4130010,,,,,,,,,,,,,,,I pressed my nose against Komako-chan's panties. +168200 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,...sniff sniff... suuu... suuu... +168300 ,,,,,4130010,,コマコ,Komako,036_CB26_k_018.wav,komako,,0,,,,,,,,Nn... nooo... Chie-chan... that's naughty... +168400 ,,,,,4130010,,,,,,,,,,,,,,,Does Komako-chan think Chie-chan is smelling her panties?\nToo bad. It's the uncle who's smelling them! +168500 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Suuu! Suuuu! Haaa... fuuu +168600 ,,,,,4130010,,,,,,,,,,,,,,,Komako-chan's panties smell like fabric softener. Maybe she\ndoesn't sweat much? +168700 ,,,,,4130010,,,,,,,,,,,,,,,"Unlike Chie-chan, there's no pee smell. Rather, Komako-\nchan's clothes have a stronger scent." +168800 ,,,,,4130010,,コマコ,Komako,036_CB26_k_019.wav,komako,,0,,,,,,,,Faa... Chie-cha... Chie-chan... nooo... +168900 ,,,,,4130010,,,,,,,,,,,,,,,Komako-chan is moaning softly. Something warm and moist is\nseeping from inside her panties. +169000 ,,,,,4130010,,,,,,,,,,,,,,,It's love juice! Komako-chan thinks Chie-chan is smelling\nher panties and is getting wet! +169100 ,,,,,4130010,,,,,,,,,,,,,,,Komako-chan really loves Chie-chan... I'm a bit jealous. +169200 ,,,,,4130010,,甜花,Tenka,036_CB26_t_019.wav,tenka,,0,,,,,,,,Uaa... kuu... kuu... +169300 ,,,,,4130010,,,,,,,,,,,,,,,"Oops, I need to smell Tenka-chan's scent too." +169400 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Sniff sniff... suuu... suuuu! +169500 ,,,,,4130010,,,,,,,,,,,,,,,Tenka-chan's panties had a sweaty smell. Maybe she's been\npracticing dance a lot lately and got really sweaty? +169600 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Sniff sniff... +169700 ,,,,,4130010,,甜花,Tenka,036_CB26_t_020.wav,tenka,,0,,,,,,,,Nn... faa... +169800 ,,,,,4130010,,,,,,,,,,,,,,,Oops. It seems my nose has pressed into Tenka-chan's\npanties. +169900 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Fuuu... ah... sniff sniff sniff! +170000 ,,,,,4130010,,甜花,Tenka,036_CB26_t_021.wav,tenka,,0,,,,,,,,Yaa... nn... ah... naa...♪ +170100 ,,,,,4130010,,,,,,,,,,,,,,,Is Tenka-chan feeling it? She's rubbing her thighs together. +170200 ,,,,,4130010,,,,,,,,,,,,,,,Let's lick it too. Where's Tenka-chan's clitoris? Is it\nhere? +170300 ,,,,,4130010,,主人公,Kiyoshi,,,,,,,,,,,,Lick lick...! +170400 ,,,,,4130010,,甜花,Tenka,036_CB26_t_022.wav,tenka,,0,,,,,,,,Nngh! ...Ah! Faa...! +170500 ,,,,,4130010,,,,,,,,,,,,,,,"When I poked her pussy through the panties with my tongue, I\nhit something like a small bean." +170600 ,,,,,4130010,,甜花,Tenka,036_CB26_t_023.wav,tenka,,0,,,,,,,,Haa... haa...♪ Naa... +170700 ,,,,,4130010,,,,,,,,,,,,,,,"It seems Tenka-chan feels the most from this clitoris. Apart\nfrom my saliva, a warm liquid is soaking Tenka-chan's\npanties." +170800 ,,,,,4130010,,,,,,,,,,,,,,,All three of them are so cute. Just imagining it made my\ncock rock hard! +170900 ,,,,,4130010,,,,,,,,,,,,,,,"I want to see more of their sexy poses! I want to touch more\nof their naked bodies...! Alright, let's lift up their tops!" +171000 ,,,,,4130020,,,,,,,,,,,,,,,"I slowly open their tops. Their developing breasts, each\nwith their own unique charm, are fully exposed." +171300 ,,,,,4130020,,,,,,,,,,,,,,,"The biggest breasts belong to Komako-chan, right? Then\nTenka-chan's are next, and the smallest are Chie-chan's." +171400 ,,,,,4130020,,,,,,,,,,,,,,,There's no such thing as the best. Breasts are all\nwonderful. +171500 ,,,,,4130020,,,,,,,,,,,,,,,Maybe the feel of their nipples is different too. +171600 ,,,,,4130020,,,,,,,,,,,,,,,"In my imagination, I can do whatever I want. Alright, let's\nstart with the biggest, Komako-chan, and check the feel." +171800 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Smooch... smooch... +171900 ,,,,,4130020,,コマコ,Komako,036_CB26_k_020.wav,komako,,0,,,,,,,,Ah... faa... +172000 ,,,,,4130020,,,,,,,,,,,,,,,Komako-chan's breasts were overall soft and squishy. They\nmust be just starting to develop. +172100 ,,,,,4130020,,,,,,,,,,,,,,,"Next, let's check the sensitivity of her nipples." +172200 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Smoooch! Smooch... smoooch! +172300 ,,,,,4130020,,コマコ,Komako,036_CB26_k_021.wav,komako,,0,,,,,,,,Hyaa... nngh... no... Chii-chan...! That's a weak spot... +172400 ,,,,,4130020,,,,,,,,,,,,,,,"I see, Komako-chan's nipples are sensitive. Every time I\nlicked them, they got harder." +172500 ,,,,,4130020,,千恵,Chie,036_CB26_c_027.wav,chie,,0,,,,,,,,Nngh... Onii-chan... +172600 ,,,,,4130020,,,,,,,,,,,,,,,Chii-chan called for me. She might be unconsciously seeking\nme. I have to meet her expectations! +172800 ,,,,,4130020,,,,,,,,,,,,,,,"I licked Chii-chan's small breasts with my tongue. Compared\nto Komako-chan, Chii-chan's breasts were a bit firmer. Her\nnipples were also stiff." +172900 ,,,,,4130020,,千恵,Chie,036_CB26_c_028.wav,chie,,0,,,,,,,,Nngh... nngh... Onii-chan... +173000 ,,,,,4130020,,,,,,,,,,,,,,,"Chii-chan must understand that I'm licking her. Even in my\nimagination, it makes me really happy." +173100 ,,,,,4130020,,千恵,Chie,036_CB26_c_029.wav,chie,,0,,,,,,,,Nngh... nngh... ah...! +173200 ,,,,,4130020,,,,,,,,,,,,,,,Chii-chan's nipples were rock hard. They were as stiff and\nerect as a man's cock. +173300 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Smooch... smooch...! Lick lick lick lick! +173400 ,,,,,4130020,,千恵,Chie,036_CB26_c_030.wav,chie,,0,,,,,,,,Ahh...! Onii-chan...! Onii-chan♪ +173500 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan...! Chii-chan's breasts are delicious! +173600 ,,,,,4130020,,甜花,Tenka,036_CB26_t_024.wav,tenka,,0,,,,,,,,Fwaa... mmm♪ +173700 ,,,,,4130020,,,,,,,,,,,,,,,"Ah, I have to pay attention to Tenka-chan too. Handling\nthree at once is quite busy~." +173800 ,,,,,4130020,,,,,,,,,,,,,,,"Now, Tenka-chan's breasts are well-balanced overall. Let's\nsee how they feel to lick." +174000 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Lick... lick lick...! +174100 ,,,,,4130020,,,,,,,,,,,,,,,The deeper part of the breast is a bit firm. Is it a lump\nthat's going to grow bigger? +174200 ,,,,,4130020,,甜花,Tenka,036_CB26_t_025.wav,tenka,,0,,,,,,,,Nngh... nngh... +174300 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan's breasts... are easy to lick~♪ +174400 ,,,,,4130020,,,,,,,,,,,,,,,The nipples seem a bit bigger than Chii- chan's. That makes\nthem easier to lick. +174500 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,Nngh... smooch... slurp slurp +174600 ,,,,,4130020,,甜花,Tenka,036_CB26_t_026.wav,tenka,,0,,,,,,,,Ahh... ah...! Ahh...♪ +174700 ,,,,,4130020,,,,,,,,,,,,,,,Tenka-chan might be the most sensitive. Her body is\ntrembling greatly. +174900 ,,,,,4130020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, next, let's compare everyone's vaginas! Here we go!" +175000 ,,,,,4130020,,,,,,,,,,,,,,,--Gaba! +175100 ,,,,,4130020,,,,,,,,,,,,,,,I pulled down everyone's skirts and pants. +175200 ,,,,,4130030,,,,,,,,,,,,,,,What a view! Everyone has beautiful slits. +175400 ,,,,,4130030,,,,,,,,,,,,,,,Komako-chan's seems the pinkest. Is it because of her\nforeign blood? +175500 ,,,,,4130030,,,,,,,,,,,,,,,"It contrasts beautifully with her white skin, making it very\npretty." +175600 ,,,,,4130030,,,,,,,,,,,,,,,Chii-chan's vagina is tightly closed. +175700 ,,,,,4130030,,,,,,,,,,,,,,,Tenka-chan's vagina has slightly larger labia than the\nothers. It looks soft and easy to touch. +175800 ,,,,,4130030,,,,,,,,,,,,,,,Looking at everyone's vaginas got me excited. My cock was\nalready bulging with veins and standing erect. +175900 ,,,,,4130030,,,,,,,,,,,,,,,"Since we're at it, let's lick everyone's vaginas while\njerking off!" +176000 ,,,,,4130030,,,,,,,,,,,,,,,Let's start with Tenka-chan. +176200 ,,,,,3140030,,,,,,,,,,,,,,,Tenka-chan's vagina smells like sweat. Hmm? It's a bit\nsalty... Is this the taste of her love juices? +176300 ,,,,,3140030,,,,,,,,,,,,,,,"Alright, since it's a fantasy, let's rub my cock against\nTenka-chan's cheek and have her hold it!" +176400 ,,,,,3140030,,甜花,Tenka,036_CB26_t_027.wav,tenka,,0,,,,,,,,Nn... Nn... Nmm... +176500 ,,,,,3140030,,,,,,,,,,,,,,,"When I pressed my cock against her cheek, Tenka-chan looked\na bit displeased." +176600 ,,,,,3140030,,主人公,Kiyoshi,,,,,,,,,,,,Haa haa...! Maybe I should try Tenka-chan's armpits too! +176700 ,,,,,3140030,,,,,,,,,,,,,,,"Tenka-chan's arms were toned, probably because she exercises\na lot. Thanks to that, the armpit job feels amazing!" +176800 ,,,,,3140030,,甜花,Tenka,036_CB26_t_028.wav,tenka,,0,,,,,,,,Nn... Nn... Ah... +176900 ,,,,,3140030,,主人公,Kiyoshi,,,,,,,,,,,,That's it! That's it! Tenka-chan...! +177000 ,,,,,3140030,,,,,,,,,,,,,,,I can't hold it anymore! I'm going to cum all over Tenka-\nchan's body! +177300 ,,,,,3140060,,,,,,,,,,,,,,,--Splat! Splat! Splurt splurt! +177400 ,,,,,3140060,,甜花,Tenka,036_CB26_t_029.wav,tenka,,0,,,,,,,,Mmm... Ah... It stinks... +177500 ,,,,,3140060,,,,,,,,,,,,,,,Tenka-chan's body was completely covered in my semen. +177600 ,,,,,3140060,,,,,,,,,,,,,,,I wonder if my semen really smells that bad? But being told\nit stinks by a beautiful girl like Tenka-chan isn't so bad. +177700 ,,,,,3140060,,,,,,,,,,,,,,,"Alright, let's move on to the next. There are still two\nmore. It wouldn't be fair to keep them waiting." +177800 ,,,,,3140060,,,,,,,,,,,,,,,Next is Komako-chan! +178000 ,,,,,2150030,,主人公,Kiyoshi,,,,,,,,,,,,I'll cover Komako-chan with lots too...! +178100 ,,,,,2150030,,コマコ,Komako,036_CB26_k_022.wav,komako,,0,,,,,,,,Nn... Nnn... +178200 ,,,,,2150030,,,,,,,,,,,,,,,Komako-chan was sleeping peacefully. Her cherry-colored lips\nlet out faint breathing sounds. +178300 ,,,,,2150030,,コマコ,Komako,036_CB26_k_023.wav,komako,,0,,,,,,,,Suu... Suu... +178400 ,,,,,2150030,,,,,,,,,,,,,,,――Shushushushu! +178500 ,,,,,2150030,,コマコ,Komako,036_CB26_k_024.wav,komako,,0,,,,,,,,Suu... Suu... +178600 ,,,,,2150030,,,,,,,,,,,,,,,"It's kind of boring when there's no reaction... Alright,\nlet's try bringing my cock closer to her nose!" +178800 ,,,,,2150050,,コマコ,Komako,036_CB26_k_025.wav,komako,,0,,,,,,,,...Yaa... Nn... Noo... +178900 ,,,,,2150050,,,,,,,,,,,,,,,She made a displeased face. +179000 ,,,,,2150050,,,,,,,,,,,,,,,But even that face of Komako-chan is irresistibly cute! I'm\ngetting excited! +179100 ,,,,,2150050,,,,,,,,,,,,,,,"I vigorously stroked my cock. Even though I just came all\nover Tenka-chan, I'm about to cum again." +179200 ,,,,,2150050,,コマコ,Komako,036_CB26_k_026.wav,komako,,0,,,,,,,,...Nn... Nnn... +179300 ,,,,,2150050,,,,,,,,,,,,,,,"I pressed my cock against Komako-chan's entire body. Her\nlips, behind her ears, her collarbone, and her breasts." +179400 ,,,,,2150050,,,,,,,,,,,,,,,My cock was so swollen it felt like it was about to burst.\nI'm reaching my limit. +179500 ,,,,,2150050,,主人公,Kiyoshi,,,,,,,,,,,,I'm going to cover Komako-chan's white skin with my\nsemen...! +179800 ,,,,,2150060,,,,,,,,,,,,,,,――Splat! Splurt! +179900 ,,,,,2150060,,コマコ,Komako,036_CB26_k_027.wav,komako,,0,,,,,,,,Nn... Noo... Ah... Nnn... +180000 ,,,,,2150060,,,,,,,,,,,,,,,I splattered my semen all over Komako-chan's body. Let's rub\nit in with my cock while I'm at it. +180100 ,,,,,2150060,,コマコ,Komako,036_CB26_k_028.wav,komako,,0,,,,,,,,Haa... Nn... Nooo... Chi-chan... +180200 ,,,,,2150060,,,,,,,,,,,,,,,"Even while being smeared with semen by my cock, Komako-chan\nis still thinking about Chi-chan." +180400 ,,,,,1160050,,,,,,,,,,,,,,,"Alright, next is Chi-chan. I'll splatter semen all over Chi-\nchan's defenseless body." +180500 ,,,,,1160050,,千恵,Chie,036_CB26_c_031.wav,chie,,0,,,,,,,,Nn... Oi-chan... +180600 ,,,,,1160050,,,,,,,,,,,,,,,Chi-chan's body has fewer curves compared to Komako-chan and\nthe others. But I think that's the best charm of Chi-chan's\nbody. +180700 ,,,,,1160050,,千恵,Chie,036_CB26_c_032.wav,chie,,0,,,,,,,,Fwa... Nn... +180800 ,,,,,1160050,,,,,,,,,,,,,,,Chi-chan's belly is a bit chubby. Let's rub my cock against\nit. +180900 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, your belly is so soft and squishy... It's\namazing...!" +181000 ,,,,,1160050,,,,,,,,,,,,,,,"Chi-chan's belly was soft and bouncy. It didn't provide a\nclear sense of pleasure, but the act of pressing against it\nwas exciting." +181100 ,,,,,1160050,,,,,,,,,,,,,,,"Alright, I've enjoyed the belly, so next, let's savor the\nmain dish: the armpits." +181200 ,,,,,1160050,,主人公,Kiyoshi,,,,,,,,,,,,Armpit job with Chi-chan's armpits...! I've always wanted to\ntry this! +181300 ,,,,,1160050,,,,,,,,,,,,,,,――Shushushushu! +181400 ,,,,,1160050,,,,,,,,,,,,,,,Chi-chan's armpits were soft and very easy to handle. They\ngently enveloped my hard cock while providing stimulation. +181500 ,,,,,1160050,,,,,,,,,,,,,,,"Even if it's just in my imagination, I'm so happy to\nexperience such exquisite armpits!" +181600 ,,,,,1160050,,,,,,,,,,,,,,,"Before I knew it, pre-cum had gotten on Chi- chan's armpits.\nSorry, Chi-chan, but since it's just in my imagination,\nplease forgive me." +181700 ,,,,,1160050,,,,,,,,,,,,,,,I'm reaching my limit. Let's cover Chi-chan's body with it\ntoo. Just as much as the other two... I'll give her plenty. +181800 ,,,,,1160060,,,,,,,,,,,,,,,――Splat! Splurt! +181900 ,,,,,1160060,,千恵,Chie,036_CB26_c_033.wav,chie,,0,,,,,,,,Fwa... Ah... +182000 ,,,,,1160060,,,,,,,,,,,,,,,Chi-chan's body was also stained white with semen. +182200 ,,,,,4130040,,,,,,,,,,,,,,,"I might have overdone it with three shots. It's just in my\nimagination that the three of them are covered in semen, but\nthe fact that I came three times is real." +182300 ,,,,,4130040,,主人公,Kiyoshi,,,,,,,,,,,,"Haa haa... But with this, I probably won't need to\nmasturbate anymore today..." +182400 ,$event_return,,,,,,,,,,,,,,,,,,, +182500 ,,,,33,,,,,,,,,,,,,,,, +182600 ,*join_1,,,,,,,,,,,,,,,,,,, +182800 ,,,,33,,,主人公,Kiyoshi,,,,,,,,,,,,"When I meet Chi-chan and the others tomorrow, I'll be able\nto greet them in sage mode." +182900 ,,,,,,,,,,,,,,,,,,,,"I'm looking forward to tomorrow. Thinking that, I lay down\non the tatami mat." +183000 ,,,,,,,,,,,,,,,,,,,,"I'm really at my physical limit. If I let my guard down, I\nmight lose consciousness." +183100 ,,,,,,,,,,,,,,,,,,,,"Well, it's fine. The shop is closed for today, and no one\nwill blame me for sleeping naked. I let go of my\nconsciousness as if I had exhausted all my strength――." +183200 ,,,0,9000,,,,,,,,,,,,,,,, +183400 ,@037_CB27,,,,,,,,,,,,,,,,,,, +183700 ,,,,,,,,,,,,,,,,,,,, +183800 ,,,2,11,,,千恵,Chie,037_CB27_c_000.wav,"chie,privateC",,1,,,,,,,,"Oii-chan, hello~!" +183900 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Oh? Chi-chan. Are you alone today? +184000 ,,,,,,,千恵,Chie,037_CB27_c_001.wav,chie,,3,,,,,,,,Yeah. Komachan and Tenkachan are out today. +184100 ,,,,,,,,,,chie,,3,,,,,,,,Both of them aren't here. The candy shop might feel lonely\ntoday. +184200 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,Where did they go? Are they coming back soon? +184300 ,,,,,,,千恵,Chie,037_CB27_c_002.wav,chie,,23,,,,,,,,"Well, Komachan went to visit a nearby grandpa. Tenkachan\nwent back to the Adachi house!" +184400 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"I see. It's lonely without them, isn't it?" +184500 ,,,,,,,千恵,Chie,037_CB27_c_003.wav,chie,,34,,,,,,,,Yeah... +184600 ,,,,,,,,,,chie,,34,,,,,,,,Chi-chan's face looks gloomier than usual. It seems she's\nnot as energetic because the two aren't here. +184700 ,,,,,,,,,,chie,,34,,,,,,,,"Alright, I'll do my best to cheer Chi-chan up!" +184800 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,"Chi-chan, how about we play with bubbles today?" +184900 ,,,,,,,千恵,Chie,037_CB27_c_004.wav,chie,,24,,,,,,,,Huh? What about watching the shop? +185000 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"It's hot today. Not many people will come, and if we play in\nfront of the shop, we can still attend to customers..." +185100 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"Since it's just the two of us, I want to play together." +185200 ,,,,,,,千恵,Chie,037_CB27_c_005.wav,chie,,3,,,,,,,,Really!? Can we play? +185300 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Just for today, it's special." +185400 ,,,,,,,千恵,Chie,037_CB27_c_006.wav,"chieL,privateC",,1,,,,,,,,"Yay! I love you, Oii-chan!" +185500 ,,,,,,,,,,chieL,,1,,,,,,,,L-Love!? I heard the word 'love' from Chie's mouth! That\nalone makes me happy! +185600 ,,,,,,,,,,chieL,,1,,,,,,,,I took out the unsold bubbles from the back of the shelf and\nhanded them to Chie. +185700 ,,,,,,,千恵,Chie,037_CB27_c_007.wav,chieL,,21,,,,,,,,Ehehehehe~♪ +185800 ,,,,,,,,,,chieL,,21,,,,,,,,Chie-chan was smiling broadly as she dipped the blowing\nstick into the bubble solution. +185900 ,,,,,,,千恵,Chie,037_CB27_c_008.wav,chie,,0,,,,,,,,"Oii-chan, let's have a contest to see who can make more\nbubbles!" +186000 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Sure. But I think Uncle might win, you know?" +186100 ,,,,,,,千恵,Chie,037_CB27_c_009.wav,chie,,38,,,,,,,,"That's not true! Chi-chan might win, you know?" +186200 ,,,,,,,主人公,Kiyoshi,,chie,,38,,,,,,,,"Haha. Well then, let's have a contest!" +186300 ,,,,,,,千恵,Chie,037_CB27_c_010.wav,chie,,1,,,,,,,,Yeah! +186400 ,,,,,,,,,,chie,,1,,,,,,,,"With an innocent smile, Chi-chan nodded her head vigorously." +186500 ,,,,,,,千恵,Chie,037_CB27_c_011.wav,chieL,,29,,,,,,,,...Fuuu! +186600 ,,,,,,,,,,chie,,29,,,,,,,,Chi-chan puffed up her cheeks and blew bubbles. +186700 ,,,,,,,,,,chie,,29,,,,,,,,"Alright, I'll make lots of bubbles to earn Chi-chan's\nadmiration!" +186800 ,,,,,,,主人公,Kiyoshi,,chie,,29,,,,,,,,Fuuuuu! +186900 ,,,,,,,千恵,Chie,037_CB27_c_012.wav,chie,,4,,,,,,,,"Wow! Oii-chan, you're amazing! So many bubbles!" +187000 ,,,,,,,千恵,Chie,037_CB27_c_013.wav,chie,,9,,,,,,,,Chi-chan won't lose! Fuuuuu! +187100 ,,,,,,,,,,chie,,9,,,,,,,,"Before we knew it, the front of the candy shop was filled\nwith bubbles." +187200 ,,,,,,,千恵,Chie,037_CB27_c_014.wav,chie,,14,,,,,,,,Haa haa... +187300 ,,,,,,,,,,chie,,14,,,,,,,,"Having made so many bubbles, Chi-chan was out of breath from\nlack of oxygen." +187400 ,,,,,,,,,,chie,,14,,,,,,,,"Since she worked so hard, I have to praise Chi-chan." +187500 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,"Chi-chan, you blew a lot of bubbles. That's amazing!" +187600 ,,,,,,,千恵,Chie,037_CB27_c_015.wav,chie,,34,,,,,,,,Ugh. But Oii-chan blew more... Chi-chan lost... +187700 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,"Well, Uncle is an adult, you know. I'm bigger than Chi-chan,\nright?" +187800 ,,,,,,,千恵,Chie,037_CB27_c_016.wav,chie,,29,,,,,,,,Yeah... +187900 ,,,,,,,主人公,Kiyoshi,,chie,,29,,,,,,,,That's why I could make so many bubbles. +188000 ,,,,,,,千恵,Chie,037_CB27_c_017.wav,chie,,23,,,,,,,,"Then, then, when Chi-chan grows up, will she be able to blow\nlots of bubbles too?" +188100 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"Yeah, I think so." +188200 ,,,,,,,千恵,Chie,037_CB27_c_018.wav,chie,,20,,,,,,,,Then Chi-chan... wants to grow up quickly~ +188300 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,Eh... Uncle likes little Chi-chan. You're really cute just\nthe way you are now. +188400 ,,,,,,,千恵,Chie,037_CB27_c_019.wav,chie,,1,,,,,,,,Really? Ehehehe♪ +188500 ,,,,,,,千恵,Chie,037_CB27_c_020.wav,chie,,3,,,,,,,,"Hey, Oii-chan. I'm hungry after making so many bubbles." +188600 ,,,,,,,,,,chie,,3,,,,,,,,Chi-chan said that while rubbing her stomach. +188700 ,,,,,,,,,,chie,,3,,,,,,,,"Before I knew it, the sun was high in the sky. It's probably\nlunchtime by now." +188800 ,,,,,,,,,,chie,,3,,,,,,,,"Come to think of it, there were some somen noodles left from\nthe summer gift." +188900 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,I have somen noodles. Do you want to eat some? +189000 ,,,,,,,千恵,Chie,037_CB27_c_021.wav,chie,,21,,,,,,,,Yes! Chi-chan loves somen noodles! +189100 ,,,,,,,,,,chie,,21,,,,,,,,Chi-chan laughed innocently. +189200 ,,,,,,,,,,chie,,21,,,,,,,,I'll contact Chi-chan's mother later. She might worry if\nshe's already preparing lunch. +189400 ,,,,41,,,主人公,Kiyoshi,,,,,,,,,,,,"I'll make it, so just watch TV while you wait." +189500 ,,,,,,,千恵,Chie,037_CB27_c_022.wav,chie,,1,,,,,,,,Okay! +189600 ,,,,,,,,,,chie,,1,,,,,,,,Chi-chan ran noisily into the house. +189700 ,,,,,,,,,,chie,,1,,,,,,,,Somen noodles cook quickly. I'll make them before Chi-chan\ngets bored. +189900 ,,,,31,,,千恵,Chie,037_CB27_c_023.wav,chie,,1,,,,,,,,Yay! Somen noodles! +190000 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"I cooked a lot, so make sure to eat up!" +190100 ,,,,,,,千恵,Chie,037_CB27_c_024.wav,chie,,21,,,,,,,,"Yeah! Chi-chan is super hungry, so I can eat as much as you\ngive me!" +190200 ,,,,,,,,,,chie,,21,,,,,,,,"Saying that, Chi-chan slurped up the somen noodles." +190300 ,,,,,,,,,,chie,,21,,,,,,,,She ate so well that I wondered how it all fit in her small\nstomach. +190400 ,,,,,,,千恵,Chie,037_CB27_c_025.wav,chie,,1,,,,,,,,Uncle's somen noodles are so tasty! +190500 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Really? I thought somen noodles taste the same no matter who\nmakes them. +190600 ,,,,,,,千恵,Chie,037_CB27_c_026.wav,chie,,7,,,,,,,,"Nope, this is different! This!" +190700 ,,,,,,,,,,chie,,7,,,,,,,,Chi-chan pointed at the bowl of dipping sauce. +190800 ,,,,,,,千恵,Chie,037_CB27_c_027.wav,chie,,20,,,,,,,,Uncle's somen noodles have sweet and delicious sauce! +190900 ,,,,,,,,,,chie,,20,,,,,,,,"I see. It's the taste of the sauce. I just used the most\nfamous brand from the store, but it seems to suit Chi-chan's\ntaste." +191100 ,,,,,,,千恵,Chie,037_CB27_c_028.wav,chie,,1,,,,,,,,Ahh~. I'm so full! +191200 ,,,,,,,,,,chie,,1,,,,,,,,Chi-chan finished all the somen noodles on her plate without\nleaving a single strand. +191300 ,,,,,,,千恵,Chie,037_CB27_c_029.wav,chie,,17,,,,,,,,"Fwaa... After eating so much, I'm getting sleepy..." +191400 ,,,,,,,,,,chie,,17,,,,,,,,Chi-chan yawned lightly and tried to lie down. +191500 ,,,,,,,主人公,Kiyoshi,,chie,,17,,,,,,,,"Chi-chan, if you lie down right after eating, you'll turn\ninto a cow!" +191600 ,,,,,,,千恵,Chie,037_CB27_c_030.wav,chie,,30,,,,,,,,I won't... +191700 ,,,,,,,千恵,Chie,037_CB27_c_031.wav,chie,,29,,,,,,,,"...Maybe I should go home for a nap. If I stay like this, I\nwon't be able to help out because I'm too sleepy..." +191800 ,,,,,,,,,,chie,,29,,,,,,,,Chi-chan going home...? It's such a waste to leave on a rare\nMonday when we're alone together! +191900 ,,,,,,,千恵,Chie,037_CB27_c_032.wav,chie,,23,,,,,,,,"...Could it be, Uncle... do you want to nap with Chi-chan?" +192000 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,O-Of course I do! +192100 ,,,,,,,千恵,Chie,037_CB27_c_033.wav,chie,,20,,,,,,,,"Ehh. Then, shall we nap together?" +192200 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,R-Really!? +192300 ,,,,,,,千恵,Chie,037_CB27_c_034.wav,chie,,21,,,,,,,,Yeah! +192400 ,,,,,,,,,,chie,,21,,,,,,,,"With an innocent smile, Chi-chan nodded." +192500 ,,,,,,,,,,chie,,21,,,,,,,,Napping with Chi-chan...! Just thinking about it makes my\ncrotch tingle...! +192700 ,,,9,,1170000,,,,,,,,,,,,,,, +192800 ,*mem,,,,1170000,,,,,,,,,,,,,,, +192900 ,,,9,,1170000,,千恵,Chie,037_CB27_c_035.wav,chie,,0,,,,,,,,Nn... +193000 ,,,,,1170000,,,,,,,,,,,,,,,Chi-chan lay down on the tatami mat and immediately closed\nher eyes. Was she really that sleepy? +193100 ,,,,,1170000,,,,,,,,,,,,,,,Her long eyelashes were trembling slightly. It didn't seem\nlike she had fallen asleep yet. +193200 ,,,,,1170000,,,,,,,,,,,,,,,Chi-chan's stomach... It looks bigger than usual. Maybe it\ngot bloated from eating so much somen? +193300 ,,,,,1170000,,,,,,,,,,,,,,,Ah... Chi-chan's cheeks... They look so soft. I bet they're\nall squishy. +193400 ,,,,,1170000,,,,,,,,,,,,,,,"To sleep so defenselessly... She has no sense of caution. If\nshe shows this side, some strange guy might take advantage\nof her." +193500 ,,,,,1170000,,千恵,Chie,037_CB27_c_036.wav,chie,,0,,,,,,,,Uncle... +193600 ,,,,,1170000,,,,,,,,,,,,,,,Chi-chan called me in a dreamy voice. +193700 ,,,,,1170000,,主人公,Kiyoshi,,,,,,,,,,,,"What is it, Chi-chan?" +193800 ,,,,,1170000,,千恵,Chie,037_CB27_c_037.wav,chie,,0,,,,,,,,Come closer... +193900 ,,,,,1170000,,主人公,Kiyoshi,,,,,,,,,,,,C-Can I really come closer!? +194000 ,,,,,1170000,,千恵,Chie,037_CB27_c_038.wav,chie,,0,,,,,,,,Yeah... It's more calming that way... +194100 ,,,,,1170000,,,,,,,,,,,,,,,"Is it really okay? It's fine, right? Chi-chan gave me\npermission." +194200 ,,,,,1170000,,,,,,,,,,,,,,,I quietly moved closer to Chi-chan. I could faintly smell\nsweat from her neck. +194300 ,,,,,1170000,,,,,,,,,,,,,,,It was hot today. Chi-chan must have sweated a lot. Sniff\nsniff. +194400 ,,,,,1170000,,,,,,,,,,,,,,,"Haa... Somehow, just smelling her is getting me excited." +194500 ,,,,,1170000,,,,,,,,,,,,,,,"...Is it okay? Is it alright if I play a little prank? It's\nfine, right...?" +194600 ,,,,,1170000,,,,,,,,,,,,,,,I gently ran my finger along Chi-chan's arm. +194700 ,,,,,1170000,,千恵,Chie,037_CB27_c_039.wav,chie,,0,,,,,,,,Fwaa... Hehe... Nn... Hehehe +194800 ,,,,,1170000,,,,,,,,,,,,,,,Chi-chan seemed to be holding back her laughter. +194900 ,,,,,1170000,,,,,,,,,,,,,,,"It's okay to do more, right...?" +195000 ,,,,,1170000,,,,,,,,,,,,,,,"Next, I'll try touching her stomach." +195100 ,,,,,1170000,,,,,,,,,,,,,,,Swoosh... +195200 ,,,,,1170000,,千恵,Chie,037_CB27_c_040.wav,chie,,0,,,,,,,,Kuku... Uhi... Nn... +195300 ,,,,,1170000,,,,,,,,,,,,,,,"She still seems to be holding back. Alright, I'll do even\nmore." +195400 ,,,,,1170000,,,,,,,,,,,,,,,How about under her arms...? +195500 ,,,,,1170000,,,,,,,,,,,,,,,Swoosh... Swoosh... +195600 ,,,,,1170000,,千恵,Chie,037_CB27_c_041.wav,chie,,0,,,,,,,,"Nfu... Ahaha! Uncle, no! Not there! That's cheating,\ncheating!" +195700 ,,,,,1170000,,,,,,,,,,,,,,,"It seems she couldn't handle under her arms. Laughing\nheartily, she wiggled her body to escape the tickling." +195800 ,,,,,1170000,,千恵,Chie,037_CB27_c_042.wav,chie,,0,,,,,,,,"Geez. Uncle, you're so naughty~" +195900 ,,,,,1170000,,主人公,Kiyoshi,,,,,,,,,,,,This doesn't count as naughty at all~ +196000 ,,,,,1170000,,千恵,Chie,037_CB27_c_043.wav,chie,,0,,,,,,,,No way. It totally is~♪ It's naughty~♪ +196100 ,,,,,1170000,,,,,,,,,,,,,,,Chi-chan laughed with a giggle. She's so cute. I want to\ntouch her more. +196200 ,,,,,1170000,,,,,,,,,,,,,,,"If possible, I want to touch her not-yet- developed\nbreasts..." +196300 ,,,,,1170000,,,,,,,,,,,,,,,Alright! I'm going for it! I'm going to touch her breasts! +196400 ,,,,,1170000,,,,,,,,,,,,,,,I slipped my hand into Chi-chan's clothes. +196600 ,,,,,1170010,,千恵,Chie,037_CB27_c_044.wav,chie,,0,,,,,,,,"Ahaha! Ahahaha! Uncle, that tickles~!" +196700 ,,,,,1170010,,,,,,,,,,,,,,,Chi-chan's chest was still flat. +196800 ,,,,,1170010,,,,,,,,,,,,,,,"At the tip of her flat chest, there was a slightly erect\nnipple." +196900 ,,,,,1170010,,,,,,,,,,,,,,,I'm going to tease her here! I played with Chi-chan's small\nnipple with my fingertips. +197000 ,,,,,1170010,,千恵,Chie,037_CB27_c_045.wav,chie,,0,,,,,,,,"Hyauun! Ahaha! Uncle, that feels weird, so don't touch\nthere~!" +197100 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,Weird feeling? What kind of feeling? +197200 ,,,,,1170010,,,,,,,,,,,,,,,I paused my finger movements and asked. +197400 ,,,,,1170020,,千恵,Chie,037_CB27_c_046.wav,chie,,0,,,,,,,,"Um... well... my body twitches, and it feels weird. Also, it\ngets a little warm..." +197500 ,,,,,1170020,,,,,,,,,,,,,,,Could it be... that...? +197600 ,,,,,1170020,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, are you feeling it?" +197700 ,,,,,1170020,,千恵,Chie,037_CB27_c_047.wav,chie,,0,,,,,,,,Feeling it...? Is that what it is? +197800 ,,,,,1170020,,,,,,,,,,,,,,,She's feeling it... Chi-chan. My fingertips are making Chi-\nchan feel it. +197900 ,,,,,1170020,,,,,,,,,,,,,,,"In that case, I'll make her feel even better." +198000 ,,,,,1170020,,,,,,,,,,,,,,,I'll make her feel so much that she'll love my fingers. +198200 ,,,,,1170010,,,,,,,,,,,,,,,---Sss... Sss... +198300 ,,,,,1170010,,千恵,Chie,037_CB27_c_048.wav,chie,,0,,,,,,,,Ahh...! Nnngh...! +198400 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,What makes Chi-chan twitch the most? +198500 ,,,,,1170010,,千恵,Chie,037_CB27_c_049.wav,chie,,0,,,,,,,,"Um... when you flick my nipple with your finger, my body\ntwitches~" +198600 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll do that more for you." +198700 ,,,,,1170010,,,,,,,,,,,,,,,I stimulated Chi-chan's nipple with my fingertips. Chi-chan\nis squirming her body. +198800 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,Does this feel good? +198900 ,,,,,1170010,,千恵,Chie,037_CB27_c_050.wav,chie,,0,,,,,,,,Fwah... I-I don't know... My head feels fuzzy... I might go\ncrazy... +199000 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,"That's what feeling good means. If you try harder, you'll\nfeel even better..." +199100 ,,,,,1170010,,千恵,Chie,037_CB27_c_051.wav,chie,,0,,,,,,,,"R-Really? Then, Chi-chan... will try harder..." +199200 ,,,,,1170010,,,,,,,,,,,,,,,"Alright! Since we're at it, let's try touching other places\nbesides her nipples." +199300 ,,,,,1170010,,,,,,,,,,,,,,,Starting with her back... +199400 ,,,,,1170010,,千恵,Chie,037_CB27_c_052.wav,chie,,0,,,,,,,,"Fwaa... Nnngh! It's kind of... ticklish, but... different\nfrom before..." +199500 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,"Your body is becoming more sensitive. So, shall I touch even\nmore pleasurable spots?" +199700 ,,,,,1170020,,千恵,Chie,037_CB27_c_053.wav,chie,,0,,,,,,,,...No +199800 ,,,,,1170020,,,,,,,,,,,,,,,Chi-chan shook her head side to side. +199900 ,,,,,1170020,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, you don't like it?" +200000 ,,,,,1170020,,千恵,Chie,037_CB27_c_054.wav,chie,,0,,,,,,,,It's not that... I'm scared... +200100 ,,,,,1170020,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. I'll be gentle with you, alright?" +200200 ,,,,,1170020,,千恵,Chie,037_CB27_c_055.wav,chie,,0,,,,,,,,O-Okay. I understand... +200300 ,,,,,1170020,,,,,,,,,,,,,,,Chi-chan's breathing is getting heavier. Could it be...\nshe's really starting to feel it? +200400 ,,,,,1170020,,,,,,,,,,,,,,,―Which means... +200500 ,,,,,1170020,,,,,,,,,,,,,,,I reached my hand between Chi-chan's thighs. +200600 ,,,,,1170020,,千恵,Chie,037_CB27_c_056.wav,chie,,0,,,,,,,,Hyan! +200700 ,,,,,1170020,,,,,,,,,,,,,,,"Chi-chan's crotch... it's slippery. She's really feeling it.\nSomehow, I'm starting to feel happy." +200800 ,,,,,1170020,,,,,,,,,,,,,,,I felt my desire swelling up. +200900 ,,,,,1170020,,千恵,Chie,037_CB27_c_057.wav,chie,,0,,,,,,,,"Huh? Uncle, something's pressing against my back~" +201000 ,,,,,1170020,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +201200 ,,,,,1170010,,千恵,Chie,037_CB27_c_058.wav,chie,,0,,,,,,,,"It's hard... Oh, could it be... it's your dick! Your dick is\npressing against me." +201300 ,,,,,1170010,,,,,,,,,,,,,,,Chi-chan laughed innocently. +201400 ,,,,,1170010,,千恵,Chie,037_CB27_c_059.wav,chie,,0,,,,,,,,"Uncle, you're so naughty. Naughty, naughty~!" +201500 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan is just too cute, that's why this happened." +201600 ,,,,,1170010,,千恵,Chie,037_CB27_c_060.wav,chie,,0,,,,,,,,Chi-chan is too cute? +201700 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's right. You might be the cutest in the world~" +201800 ,,,,,1170010,,千恵,Chie,037_CB27_c_061.wav,chie,,0,,,,,,,,"Really? Then, do you like Chi-chan?" +201900 ,,,,,1170010,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, I love you very much♪" +202000 ,,,,,1170010,,千恵,Chie,037_CB27_c_062.wav,chie,,0,,,,,,,,Ehehe♪ Yay~♪ +202100 ,,,,,1170010,,,,,,,,,,,,,,,Chi-chan's ears turned bright red. +202200 ,,,,,1170010,,,,,,,,,,,,,,,I want to make Chi-chan feel even better. And I want to feel\neven better too. +202300 ,,,,,1170010,,,,,,,,,,,,,,,"That's it! We should try sumata! That way, Chi-chan will\nsurely feel good, and I will too!" +202500 ,,,,,1170020,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, Chi-chan. How about we rub my dick against your crotch\nand play?" +202600 ,,,,,1170020,,千恵,Chie,037_CB27_c_063.wav,chie,,0,,,,,,,,Eh? +202700 ,,,,,1170020,,,,,,,,,,,,,,,She doesn't seem to dislike the idea. +202800 ,,,,,1170020,,主人公,Kiyoshi,,,,,,,,,,,,"It'll feel good for me, and I'm sure you'll have fun too,\nChi-chan." +202900 ,,,,,1170020,,千恵,Chie,037_CB27_c_064.wav,chie,,0,,,,,,,,"Hmm, hmm... Should I try it?" +203000 ,,,,,1170020,,,,,,,,,,,,,,,Alright! I got Chi-chan's consent! +203100 ,,,,,1170020,,,,,,,,,,,,,,,I immediately slid my dick against Chi-chan's smooth crotch. +203300 ,,,,,1170030,,千恵,Chie,037_CB27_c_065.wav,chie,,0,,,,,,,,Nn... What is this... It feels weird... +203400 ,,,,,1170030,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, does it feel good?" +203500 ,,,,,1170030,,千恵,Chie,037_CB27_c_066.wav,chie,,0,,,,,,,,I... I don't know... But I feel like Chi- chan's crotch is\ngetting hotter than before... +203600 ,,,,,1170030,,主人公,Kiyoshi,,,,,,,,,,,,Can I rub it even more? +203700 ,,,,,1170030,,千恵,Chie,037_CB27_c_067.wav,chie,,0,,,,,,,,"...Yeah, it's okay..." +203800 ,,,,,1170030,,主人公,Kiyoshi,,,,,,,,,,,,"Then, then... I'll rub it!" +203900 ,,,,,1170030,,千恵,Chie,037_CB27_c_068.wav,chie,,0,,,,,,,,Fwah... It's weird... Nn... +204000 ,,,,,1170030,,,,,,,,,,,,,,,"---rub, rub, rub..." +204100 ,,,,,1170030,,,,,,,,,,,,,,,"To avoid giving Chi-chan a bad impression, I'll move slowly\nand gently to get her used to it." +204200 ,,,,,1170040,,千恵,Chie,037_CB27_c_069.wav,chie,,0,,,,,,,,Nn... Haa... Haa... +204300 ,,,,,1170040,,,,,,,,,,,,,,,Chi-chan's body temperature is rising. Is she feeling it? +204400 ,,,,,1170040,,千恵,Chie,037_CB27_c_070.wav,chie,,0,,,,,,,,Onii-chan... This... might be good... +204500 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,Really? Does it feel good? +204600 ,,,,,1170040,,千恵,Chie,037_CB27_c_071.wav,chie,,0,,,,,,,,Yeah... Ah... It feels good... +204700 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll make it feel even better for you..." +204800 ,,,,,1170040,,千恵,Chie,037_CB27_c_072.wav,chie,,0,,,,,,,,Nn... That... Nn... Nn... +204900 ,,,,,1170040,,,,,,,,,,,,,,,Chi-chan's voice is becoming more sensual. It seems she's\nreally feeling it. +205000 ,,,,,1170040,,,,,,,,,,,,,,,"Come to think of it, it's sliding better than at first. I\ngently touch Chi-chan's crotch." +205100 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"...Chi-chan, your pussy is all slippery." +205200 ,,,,,1170030,,千恵,Chie,037_CB27_c_073.wav,chie,,0,,,,,,,,Eh!? Chi-chan didn't wet herself! I didn't! +205300 ,,,,,1170030,,,,,,,,,,,,,,,"Does she not understand what it means to be wet? In that\ncase, I'll teach her with her body." +205400 ,,,,,1170030,,主人公,Kiyoshi,,,,,,,,,,,,"This isn't wetting yourself. When a girl feels good, her\ncrotch gets wet." +205500 ,,,,,1170030,,主人公,Kiyoshi,,,,,,,,,,,,"See, Chi-chan, it feels good now, right?" +205600 ,,,,,1170030,,千恵,Chie,037_CB27_c_074.wav,chie,,0,,,,,,,,R-Really...? It's not wetting myself? +205700 ,,,,,1170030,,,,,,,,,,,,,,,"Chi-chan keeps asking repeatedly, as if to confirm." +205800 ,,,,,1170030,,主人公,Kiyoshi,,,,,,,,,,,,That's right. See... doesn't this feel good? +205900 ,,,,,1170040,,千恵,Chie,037_CB27_c_075.wav,chie,,0,,,,,,,,"Uuu... My crotch is tingling... Onii-chan, I feel like I'm\ngoing to pee..." +206000 ,,,,,1170040,,,,,,,,,,,,,,,Is it tingling? Maybe she's mistaking pleasure for the urge\nto pee. +206100 ,,,,,1170040,,,,,,,,,,,,,,,"In that case, I'll rub more to relieve the tingling." +206200 ,,,,,1170040,,,,,,,,,,,,,,,"--Rub, rub, rub." +206300 ,,,,,1170040,,千恵,Chie,037_CB27_c_076.wav,chie,,0,,,,,,,,Hyaaah... W-What is this... +206400 ,,,,,1170040,,千恵,Chie,037_CB27_c_077.wav,chie,,0,,,,,,,,Ah... Nn... +206500 ,,,,,1170040,,千恵,Chie,037_CB27_c_078.wav,chie,,0,,,,,,,,Onii-chan... Chi-chan feels like she's going crazy... +206600 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, Chi-chan. Leave everything to me. I'll make sure\nyou feel good." +206700 ,,,,,1170040,,千恵,Chie,037_CB27_c_079.wav,chie,,0,,,,,,,,Nn... Nn... Fwah! +206800 ,,,,,1170040,,,,,,,,,,,,,,,Chi-chan's breathing is getting faster. +206900 ,,,,,1170040,,,,,,,,,,,,,,,"The amount of love juices is increasing. Thanks to that,\nit's easier to rub." +207000 ,,,,,1170040,,,,,,,,,,,,,,,"--Rub... rub, rub, rub." +207100 ,,,,,1170040,,千恵,Chie,037_CB27_c_080.wav,chie,,0,,,,,,,,Nn... Nnn! Ah... Aaah... +207200 ,,,,,1170040,,,,,,,,,,,,,,,Her moans are getting louder. Could it be that she's about\nto come? +207300 ,,,,,1170040,,千恵,Chie,037_CB27_c_081.wav,chie,,0,,,,,,,,Onii-chan... does it feel good? +207400 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,Yeah... It feels good. Chi-chan's crotch is amazing...! +207500 ,,,,,1170040,,,,,,,,,,,,,,,"I continue to thrust passionately. Chi-chan's crotch is the\nbest. Her pussy is clean and soft, and her thighs are\nsmooth, like experiencing the ultimate onahole." +207600 ,,,,,1170040,,千恵,Chie,037_CB27_c_082.wav,chie,,0,,,,,,,,Nn... Aa...! +207700 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, you're amazing! I'll make it even more intense, so\nkeep holding my cock tightly...!" +207800 ,,,,,1170040,,,,,,,,,,,,,,,"She's already wet enough, so it should be fine to move more\nvigorously. Alright, I'll go all out and make Chi-chan come\na lot." +207900 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, where does it feel good when I rub? Here?" +208000 ,,,,,1170040,,,,,,,,,,,,,,,I rubbed her thigh vigorously. +208100 ,,,,,1170040,,千恵,Chie,037_CB27_c_083.wav,chie,,0,,,,,,,,Nn... Nn... +208200 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,Or maybe... here? +208300 ,,,,,1170040,,,,,,,,,,,,,,,"Next, I tried rubbing the entrance of her pussy." +208400 ,,,,,1170040,,千恵,Chie,037_CB27_c_084.wav,chie,,0,,,,,,,,Nfuu... +208500 ,,,,,1170040,,,,,,,,,,,,,,,Her reaction improved compared to before. There might be a\nspot that feels even better. +208600 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,Is it here~? +208700 ,,,,,1170040,,,,,,,,,,,,,,,I rubbed her clitoris with the glans. Chi- chan's body\ntrembled greatly. +208800 ,,,,,1170040,,千恵,Chie,037_CB27_c_085.wav,chie,,0,,,,,,,,Ah... Aaah! Th-There! Hiiuun! +208900 ,,,,,1170040,,,,,,,,,,,,,,,"It seems Chi-chan feels the best at her clitoris. Then,\nlet's focus on stimulating here." +209000 ,,,,,1170040,,千恵,Chie,037_CB27_c_086.wav,chie,,0,,,,,,,,Nnn! Ah... Aaah...! +209100 ,,,,,1170040,,千恵,Chie,037_CB27_c_087.wav,chie,,0,,,,,,,,When you rub it with that... Nnngh! It makes me feel all\ntingly down there... +209200 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, this is where you feel it the most, huh?" +209300 ,,,,,1170040,,千恵,Chie,037_CB27_c_088.wav,chie,,0,,,,,,,,"Nnngh! Ah... Aaah...! If you rub it like that...! No... Oi-\nchan, Oi-chan~!" +209400 ,,,,,1170040,,,,,,,,,,,,,,,Chi-chan's heart is pounding... She's really feeling it. +209500 ,,,,,1170040,,,,,,,,,,,,,,,"I want her to experience the ultimate pleasure. While\nteasing her clitoris with the glans, I gently blow on her\nneck." +209600 ,,,,,1170040,,千恵,Chie,037_CB27_c_089.wav,chie,,0,,,,,,,,Aaah! It tickles...! Hyaa... Aaah! +209700 ,,,,,1170040,,千恵,Chie,037_CB27_c_090.wav,chie,,0,,,,,,,,Ah... Aaaah! +209800 ,,,,,1170040,,,,,,,,,,,,,,,Chi-chan's body trembled. +209900 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, did you maybe... come?" +210000 ,,,,,1170040,,千恵,Chie,037_CB27_c_091.wav,chie,,0,,,,,,,,Y-Yeah... I came... +210100 ,,,,,1170040,,,,,,,,,,,,,,,"Chi-chan was still trembling, perhaps savoring the\nafterglow. She might be in a state where she can easily come\nagain." +210200 ,,,,,1170040,,,,,,,,,,,,,,,"Alright, let's tease her a bit more." +210300 ,,,,,1170040,,千恵,Chie,037_CB27_c_092.wav,chie,,0,,,,,,,,Ah... Aaah! Oi-chan! Nooo! Nnngh! Nfuu! Hiiiin! +210400 ,,,,,1170040,,,,,,,,,,,,,,,Just as I thought. Chi-chan's body is more sensitive than\nbefore she came. +210500 ,,,,,1170040,,,,,,,,,,,,,,,"With this, she might come again along with my climax." +210600 ,,,,,1170040,,,,,,,,,,,,,,,I quicken my pace. Chi-chan's smooth pussy... is drenched\nwith love juices. +210700 ,,,,,1170040,,,,,,,,,,,,,,,"Every movement makes her clitoris catch on the tip, feeling\nso good." +210800 ,,,,,1170040,,,,,,,,,,,,,,,My cock was nearing its limit. +210900 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,Chi-chan! Chi-chan...! I'm about to come! +211000 ,,,,,1170040,,千恵,Chie,037_CB27_c_093.wav,chie,,0,,,,,,,,Fwaa... C-Come...? Oi-chan... are you going to release that\nwhite stuff...? +211100 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,That's right... I'll gently cover Chi-chan's pussy with the\nwhite stuff...! +211200 ,,,,,1170040,,千恵,Chie,037_CB27_c_094.wav,chie,,0,,,,,,,,Nyaaah...! Ah...! Aaah! I'm coming again! Chi-chan's...\ncomingggg! +211500 ,,,,,1170050,,,,,,,,,,,,,,,---Splat! Splurt! Splurrrt! +211600 ,,,,,1170050,,千恵,Chie,037_CB27_c_095.wav,chie,,0,,,,,,,,Ah... Aaaahhh! +211700 ,,,,,1170050,,,,,,,,,,,,,,,Chi-chan's body convulsed in sync with my climax. +211800 ,,,,,1170050,,千恵,Chie,037_CB27_c_096.wav,chie,,0,,,,,,,,Haa... Ah... Haa haa... +211900 ,,,,,1170050,,,,,,,,,,,,,,,It seemed like two consecutive orgasms were tough on her.\nChi-chan was breathing heavily. +212000 ,,,,,1170050,,主人公,Kiyoshi,,,,,,,,,,,,Chi-chan... that was amazing... +212100 ,,,,,1170050,,千恵,Chie,037_CB27_c_097.wav,chie,,0,,,,,,,,Aha... ha♪ It was great... phew...♪ +212200 ,,,,,1170050,,,,,,,,,,,,,,,"Chi-chan slowly exhaled, regulating her breathing rhythm." +212300 ,,,,,1170050,,,,,,,,,,,,,,,"While I was still struggling to catch my breath, Chi-chan\nseemed to have already recovered. Maybe this is the\ndifference in youth..." +212400 ,,,,,1170050,,,,,,,,,,,,,,,Chi-chan was touching and stretching the semen I had\nreleased with her fingers. +212500 ,,,,,1170050,,千恵,Chie,037_CB27_c_098.wav,chie,,0,,,,,,,,Ehehe...♪ Oi-chan's semen really is like yogurt♪ +212600 ,,,,,1170050,,主人公,Kiyoshi,,,,,,,,,,,,"Aha... ha, is that so?" +212700 ,,,,,1170050,,千恵,Chie,037_CB27_c_099.wav,chie,,0,,,,,,,,"Chi-chan loves yogurt, so I love Oi-chan's semen too~♪" +212800 ,,,,,1170050,,,,,,,,,,,,,,,Chi-chan laughed innocently with a smile. +212900 ,,,,,1170050,,主人公,Kiyoshi,,,,,,,,,,,,Hey... did Uncle make Chi-chan feel good? +213000 ,,,,,1170050,,千恵,Chie,037_CB27_c_100.wav,chie,,0,,,,,,,,Yeah! It felt sooo good~♪ +213100 ,,,,,1170050,,,,,,,,,,,,,,,Chi-chan energetically responded with a loud voice. +213300 ,,,,,1170050,,千恵,Chie,037_CB27_c_101.wav,chie,,0,,,,,,,,Ah... but Chi-chan's crotch is all sticky with semen... +213400 ,,,,,1170050,,,,,,,,,,,,,,,"Chi-chan's crotch was dirty with semen, as if she had peed\nwhite." +213500 ,,,,,1170050,,,,,,,,,,,,,,,"If she stays like this, Chi-chan's crotch will become\nunsanitary. That's it, we should take a bath together." +213600 ,,,,,1170050,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, do you want to take a bath together?" +213700 ,,,,,1170050,,千恵,Chie,037_CB27_c_102.wav,chie,,0,,,,,,,,Yeah! Yay! A bath with Oi-chan! A bath! +213800 ,,,,,1170050,,,,,,,,,,,,,,,Chi-chan seemed really excited about the bath and dashed off\nto the bathroom. +213900 ,,,,,1170050,,主人公,Kiyoshi,,,,,,,,,,,,"I haven't filled the bath yet, so wait a bit, okay~" +214000 ,,,,,1170050,,千恵,Chie,037_CB27_c_103.wav,chie,,0,,,,,,,,Okay! +214100 ,$event_return,,,,,,,,,,,,,,,,,,, +214200 ,,,,,1170050,,,,,,,,,,,,,,,"For Chi-chan's crotch, let's fill the bath quickly." +214300 ,,,,,1170050,,,,,,,,,,,,,,,"Even though I just finished, and my hips are wobbly, I stood\nup and headed to the bathroom." +214600 ,,,,,1101000,,千恵,Chie,037_CB27_c_104.wav,chie,,0,,,,,,,,The bath is so warm~♪ +214700 ,,,,,1101000,,,,,,,,,,,,,,,Chi-chan was smiling as she soaked in the water. Maybe she's\na bit tired? She's leaning against my stomach. +214800 ,,,,,1101000,,千恵,Chie,037_CB27_c_105.wav,chie,,0,,,,,,,,Oi-chan's semen is really interesting! +214900 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,"You really like Uncle's semen, huh~" +215000 ,,,,,1101000,,千恵,Chie,037_CB27_c_106.wav,chie,,0,,,,,,,,Yeah! Because it's like jumbo yogurt♪ But the taste is\ntotally different~ +215100 ,,,,,1101000,,主人公,Kiyoshi,,,,,,,,,,,,Haha +215300 ,,,,,1101020,,千恵,Chie,037_CB27_c_107.wav,chie,,0,,,,,,,,...Haa. I want to be with Oi-chan forever. +215400 ,,,,,1101020,,,,,,,,,,,,,,,Chi-chan's face suddenly clouded over. +215500 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,What's wrong? Chi-chan. Do you need to pee again? +215600 ,,,,,1101020,,千恵,Chie,037_CB27_c_108.wav,chie,,0,,,,,,,,No... It's not that... +215700 ,,,,,1101020,,,,,,,,,,,,,,,"After a moment of silence, Chi-chan looked straight up at\nme." +215800 ,,,,,1101020,,千恵,Chie,037_CB27_c_109.wav,chie,,0,,,,,,,,Oi-chan... Would you become Chi-chan's dad? +215900 ,,,,,1101020,,,,,,,,,,,,,,,She suddenly said something like that. +216000 ,,,,,1101020,,千恵,Chie,037_CB27_c_110.wav,chie,,0,,,,,,,,Being with Oi-chan is so much fun. I want to be with Oi-chan\nfrom now on too... +216100 ,,,,,1101020,,,,,,,,,,,,,,,It seems Chi-chan really likes me. +216200 ,,,,,1101020,,,,,,,,,,,,,,,But I prefer Chi-chan over her mother... +216300 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,"But, I want to be Chi-chan's husband rather than her dad." +216400 ,,,,,1101020,,千恵,Chie,037_CB27_c_111.wav,chie,,0,,,,,,,,Being a dad is better than a husband... Because you can come\nto the parent-teacher meetings... +216500 ,,,,,1101020,,,,,,,,,,,,,,,Chi-chan must be lonely without a dad. The cheerful Chi-chan\nfrom earlier had disappeared. +216600 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,"But being a dad is difficult. You have to make Chi-chan's\nmom like you, you know?" +216700 ,,,,,1101020,,千恵,Chie,037_CB27_c_112.wav,chie,,0,,,,,,,,"Mom said you're a good person, Oi-chan." +216800 ,,,,,1101020,,,,,,,,,,,,,,,"Ugh... Is that so? I'm grateful, but... I still like Chi-\nchan more." +216900 ,,,,,1101020,,,,,,,,,,,,,,,"But what Chi-chan wants now isn't a future husband, but a\ndad who can be with her now." +217000 ,,,,,1101020,,,,,,,,,,,,,,,I feel like this isn't something I should answer lightly. +217100 ,,,,,1101020,,主人公,Kiyoshi,,,,,,,,,,,,"If we stay in the bath too long, we'll get dizzy, so let's\nget out soon." +217200 ,,,,,1101020,,千恵,Chie,037_CB27_c_113.wav,chie,,0,,,,,,,,Okay! +217300 ,,,,,1101020,,,,,,,,,,,,,,,Chi-chan responded energetically with her usual smile. +217600 ,,,8,11,,,,,,,,,,,,,,,,"The sun is setting. Since Komako-chan and Tenka-chan aren't\nhere today, it's a bit sad, but I'll have her leave earlier\nthan usual." +217700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, can you go home by yourself?" +217800 ,,,,,,,千恵,Chie,037_CB27_c_114.wav,chie,,1,,,,,,,,Yeah! I'm fine! +217900 ,,,,,,,,,,,,,,,,,,,,Chi-chan said that energetically and then turned her back to\nme. +218000 ,,,,,,,,,,,,,,,,,,,,I guess it's about time to close up the shop... +218100 ,,,,,,,,,,,,,,,,,,,,"Just then, I felt a tug on my shirt." +218200 ,,,,,,,,,,,,,,,,,,,,"When I turned around, Chi-chan was standing there with a\ndejected look. It seemed she hadn't left yet." +218300 ,,"",,111,,,千恵,Chie,037_CB27_c_115.wav,chieL,,27,,,,,,,,Uncle... +218400 ,,,,,,,主人公,Kiyoshi,,chieL,,27,,,,,,,,"Chi-chan, aren't you going home?" +218500 ,,,,,,,,,,chieL,,27,,,,,,,,"If she wants to stay over, I'd be more than happy to have\nher." +218600 ,,,,,,,千恵,Chie,037_CB27_c_116.wav,chieL,,29,,,,,,,,"No, I'll go home... But, Uncle... Please think about what I\nsaid earlier." +218700 ,,,,,,,,,,chieL,,29,,,,,,,,Chi-chan looked up at me with eyes like a little Chihuahua. +218800 ,,,,,,,,,,chieL,,29,,,,,,,,I can't possibly refuse such a cute request from Chi-chan! +218900 ,,,,,,,,,,chieL,,29,,,,,,,,But this isn't something I can agree to so easily... +219000 ,,,,,,,,,,chieL,,29,,,,,,,,"Ah, but Chi-chan is so cute..." +219100 ,,,,,,,主人公,Kiyoshi,,chieL,,29,,,,,,,,...I'll think about it. +219200 ,,,,,,,,,,chieL,,29,,,,,,,,I ended up saying that without thinking. +219300 ,,,,,,,,,,chieL,,29,,,,,,,,Then Chi-chan gave me a smile as bright as a flower. +219400 ,,,,,,,千恵,Chie,037_CB27_c_117.wav,chie,,1,,,,,,,,Thank you! Uncle♪ I love you! +219500 ,,,,,,,,,,,,,,,,,,,,"Chi-chan said that, waved her hand energetically, and ran\noff in the direction of her home." +219600 ,,,,,,,,,,,,,,,,,,,,Sigh... What should I do from now on? +219700 ,,,0,9001,,,,,,,,,,,,,,,, +219900 ,@038_CB28,,,,,,,,,,,,,,,,,,, +220200 ,,,3,21,,,,,,,,,,,,,,,,"After sending Chi-chan home, another regular customer came\nto the candy shop." +220300 ,,,,,,,コマコ,Komako,038_CB28_k_000.wav,"komako,private",,0,,,,,,,,"Hello, Uncle." +220400 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Oh? Hello, Komako-chan." +220500 ,,,,,,,,,,komako,,0,,,,,,,,"It seemed like Komako-chan had been running, as her\nshoulders were moving up and down vigorously." +220600 ,,,,,,,,,,komako,,0,,,,,,,,"And for some reason, she was holding a corn in her arms." +220700 ,,,,,,,,,,komako,,0,,,,,,,,"Ah... It's unrelated, but her hair wet with sweat looks\nreally attractive. Summer is indeed a great season!" +220800 ,,,,,,,,,,komako,,0,,,,,,,,Her clothes seem slightly wet and see-through too... It's\nmaking me feel a bit excited... +220900 ,,,,,,,,,,komako,,0,,,,,,,,"But, if I remember correctly, Komako-chan..." +221000 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,Weren't you supposed to be at the old man's place nearby? +221100 ,,,,,,,コマコ,Komako,038_CB28_k_001.wav,komako,,20,,,,,,,,"I got back earlier than I thought, so I came here." +221200 ,,,,,,,,,,komako,,20,,,,,,,,"As she said that, Komako-chan looked around the shop,\nsearching for something." +221300 ,,,,,,,,,,komako,,20,,,,,,,,"Is she looking for Chi-chan? Unfortunately, Chi-chan has\nalready gone home." +221400 ,,,,,,,コマコ,Komako,038_CB28_k_002.wav,komako,,23,,,,,,,,"Oh, right. How did you know I was at the old man's house?" +221500 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,I heard it from Chi-chan. +221600 ,,,,,,,コマコ,Komako,038_CB28_k_003.wav,komako,,4,,,,,,,,What! Where is Chi-chan? +221700 ,,,,,,,,,,komako,,4,,,,,,,,"With an excited look, Komako-chan approached me." +221800 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"She was here just a moment ago, but she's already gone home." +221900 ,,,,,,,コマコ,Komako,038_CB28_k_004.wav,komako,,34,,,,,,,,Oh... I see... +222000 ,,,,,,,,,,komako,,34,,,,,,,,Komako-chan was visibly disappointed. +222100 ,,,,,,,コマコ,Komako,038_CB28_k_005.wav,komako,,14,,,,,,,,I was planning to eat this corn with Chi- chan... +222200 ,,,,,,,,,,komako,,14,,,,,,,,"I see, the old man must have given her the corn and told her\nto eat it with her friend." +222300 ,,,,,,,,,,komako,,14,,,,,,,,That's why she hurried over. Komako-chan's love for Chi-chan\nis indeed genuine. +222400 ,,,,,,,コマコ,Komako,038_CB28_k_006.wav,komako,,34,,,,,,,,"...If Chi-chan's not here, I'll go home." +222500 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,W-Wait a minute! +222600 ,,,,,,,,,,komako,,34,,,,,,,,"I can't let her leave just like that. She came all this way,\nso I'll make sure she has a good time." +222700 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,"Since no one's around, how about we do some studying?" +222800 ,,,,,,,コマコ,Komako,038_CB28_k_007.wav,komako,,23,,,,,,,,Studying... +222900 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Yes, studying." +223000 ,,,,,,,,,,komako,,23,,,,,,,,That's all I need to say for Komako-chan to understand. +223100 ,,,,,,,コマコ,Komako,038_CB28_k_008.wav,komako,,13,,,,,,,,Hmm... what should I do... +223200 ,,,,,,,,,,komako,,13,,,,,,,,"Sharp as she is, Komako-chan is starting to realize that\nthis studying is something naughty." +223300 ,,,,,,,,,,komako,,13,,,,,,,,"But at the same time, Komako-chan is also a naughty girl." +223400 ,,,,,,,,,,komako,,13,,,,,,,,If I just stimulate that part a little... +223500 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,Don't you want to do naughty things with Chi-chan soon? +223600 ,,,,,,,コマコ,Komako,038_CB28_k_009.wav,komako,,13,,,,,,,,...Hmm... +223700 ,,,,,,,,,,komako,,13,,,,,,,,"Komako-chan glared at me with a sulky look. Yes, in my line\nof work, that's a reward." +223800 ,,,,,,,コマコ,Komako,038_CB28_k_010.wav,komako,,16,,,,,,,,Then... I'll do it. +223900 ,,,,,,,,,,komako,,16,,,,,,,,It's simple. +224000 ,,,,,,,,,,komako,,16,,,,,,,,No one is better than me at handling little girls. +224100 ,,,,,,,コマコ,Komako,038_CB28_k_011.wav,komako,,13,,,,,,,,What are we doing today? +224200 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,I've actually been thinking about that for a while... +224400 ,,,,33,,,,,,,,,,,,,,,,I invited Komako-chan into the room and took out my favorite\nonahole. +224500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Today, let's study more about sex in detail." +224600 ,,,,,,,コマコ,Komako,038_CB28_k_012.wav,komako,,24,,,,,,,,Sex... +224700 ,,,,,,,,,,komako,,24,,,,,,,,"Imagining having sex with Chi-chan, Komako- chan blushed." +224800 ,,,,,,,,,,komako,,24,,,,,,,,"So cute. If I could, I'd press my rock-hard sausage against\nher flushed cheeks right now." +224900 ,,,,,,,コマコ,Komako,038_CB28_k_013.wav,komako,,26,,,,,,,,Will it hurt? +225000 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,"It won't hurt, it won't hurt. In fact, it feels good." +225100 ,,,,,,,コマコ,Komako,038_CB28_k_014.wav,komako,,22,,,,,,,,Then... I'll do it. +225200 ,,,,,,,,,,komako,,22,,,,,,,,Komako-chan nodded and stared intently at the onahole in my\nhand. +225300 ,,,,,,,コマコ,Komako,038_CB28_k_015.wav,komako,,3,,,,,,,,What's that? +225400 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"This is called an onahole, it's something that mimics the\nshape of a vagina." +225500 ,,,,,,,コマコ,Komako,038_CB28_k_016.wav,komako,,9,,,,,,,,But... it doesn't look like it at all... +225600 ,,,,,,,主人公,Kiyoshi,,komako,,9,,,,,,,,"You're right, it doesn't look like it at all. But, this part\nhere..." +225700 ,,,,,,,,,,komako,,9,,,,,,,,"Saying that, I showed Komako-chan the mouth of the onahole." +225800 ,,,,,,,,,,komako,,24,,,,,,,,Komako-chan's eyes widened. +225900 ,,,,,,,コマコ,Komako,038_CB28_k_017.wav,komako,,24,,,,,,,,You're right... +226000 ,,,,,,,主人公,Kiyoshi,,komako,,24,,,,,,,,See? +226100 ,,,,,,,コマコ,Komako,038_CB28_k_018.wav,komako,,22,,,,,,,,It's a weird feeling... +226200 ,,,,,,,,,,komako,,22,,,,,,,,"Komako-chan seemed scared to touch it, keeping a little\ndistance while observing." +226300 ,,,,,,,主人公,Kiyoshi,,komako,,22,,,,,,,,Want to take a closer look? +226400 ,,,,,,,コマコ,Komako,038_CB28_k_019.wav,komako,,24,,,,,,,,Huh? +226500 ,,,,,,,主人公,Kiyoshi,,komako,,24,,,,,,,,"I mean, if you're that far away, you can't really tell what\nit is, right?" +226600 ,,,,,,,コマコ,Komako,038_CB28_k_020.wav,komako,,2,,,,,,,,...Yeah. +226700 ,,,,,,,,,,komako,,2,,,,,,,,"Unable to hide her curiosity, Komako-chan looked a bit\nembarrassed." +226800 ,,,,,,,主人公,Kiyoshi,,komako,,2,,,,,,,,Experiencing things like this firsthand is important. You\nhave to actually touch it. +226900 ,,,,,,,,,,komako,,2,,,,,,,,"Saying that, I handed the onahole to Komako- chan." +227100 ,,,9,,2160000,,,,,,,,,,,,,,, +227200 ,*mem,,,,2160000,,,,,,,,,,,,,,, +227300 ,,,9,,2160000,,コマコ,Komako,038_CB28_k_021.wav,komako,,0,,,,,,,,Ah... It's squishy... +227400 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan touched the onahole with great interest. +227500 ,,,,,2160000,,,,,,,,,,,,,,,"Yeah... Nice! Having a girl who doesn't know about onaholes\nhold one, it's nice!" +227600 ,,,,,2160000,,,,,,,,,,,,,,,That onahole is a hole I've used countless times for\nmasturbation. And now Komako-chan is holding it... +227700 ,,,,,2160000,,,,,,,,,,,,,,,It's practically the same as Komako-chan holding my dick. +227800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_022.wav,komako,,0,,,,,,,,Amazing. How do they make something like this? +227900 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"I don't know, but... it's craftsmanship." +228000 ,,,,,2160000,,コマコ,Komako,038_CB28_k_023.wav,komako,,0,,,,,,,,Craftsmanship... +228100 ,,,,,2160000,,,,,,,,,,,,,,,"Gripping it entirely, squishing and bending it, Komako-\nchan's curiosity was endless." +228200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_024.wav,komako,,0,,,,,,,,Chi-chan also... has the same shape as this... +228300 ,,,,,2160000,,,,,,,,,,,,,,,"Excited by her own words, Komako-chan's cheeks turned red." +228400 ,,,,,2160000,,,,,,,,,,,,,,,She sniffed the onahole and stared at its material. +228500 ,,,,,2160000,,,,,,,,,,,,,,,"But unfortunately, it's not Chi-chan's pussy, it's my\nonahole." +228600 ,,,,,2160000,,,,,,,,,,,,,,,How many times have I filled that hole with my white fluid? +228700 ,,,,,2160000,,,,,,,,,,,,,,,"I've even done it while thinking about Komako-chan. And Chi-\nchan, and Tenka-chan too." +228800 ,,,,,2160000,,,,,,,,,,,,,,,"In that sense, it could indeed be called Chi- chan's pussy.\nThough it's a pussy tainted by me." +228900 ,,,,,2160000,,コマコ,Komako,038_CB28_k_025.wav,komako,,0,,,,,,,,How do you use this? +229000 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I see." +229100 ,,,,,2160000,,,,,,,,,,,,,,,"For a guy, there's only one way to use it, but for Komako-\nchan, she doesn't even know how to use this onahole." +229200 ,,,,,2160000,,,,,,,,,,,,,,,I love that pure side of Komako-chan. Corrupting that pure\nmind with my dirty knowledge is an indescribable pleasure. +229300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Look, you insert your dick into this opening. That way, it\nfeels really good." +229400 ,,,,,2160000,,コマコ,Komako,038_CB28_k_026.wav,komako,,0,,,,,,,,Why? +229500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,That's how humans are made. Especially when the partner is a\nlittle girl. +229600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_027.wav,komako,,0,,,,,,,,A little girl... does that mean I'm a girl who feels good\ntoo? +229700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Of course! It's already decided that Komako- chan has a very\npleasurable hole! +229800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_028.wav,komako,,0,,,,,,,,...♪ +229900 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan looked happy. She's probably imagining having\nsex with Chi-chan. +230000 ,,,,,2160000,,,,,,,,,,,,,,,"But I'll be the first to have Komako-chan's pussy before\nChi-chan. That's a decided matter. Well, there are still\nsteps to take, though..." +230100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"It might be hard to see your own, but it's easy to see with\nan onahole, right?" +230200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_029.wav,komako,,0,,,,,,,,Yeah. I can see all the way inside. +230300 ,,,,,2160000,,,,,,,,,,,,,,,"This onahole is transparent, so you can see inside. Komako-\nchan seems very intrigued by it." +230400 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Look. +230500 ,,,,,2160000,,コマコ,Komako,038_CB28_k_030.wav,komako,,0,,,,,,,,Ah... +230600 ,,,,,2160000,,,,,,,,,,,,,,,"When I stuck my finger into the onahole, Komako-chan looked\nsurprised." +230700 ,,,,,2160000,,,,,,,,,,,,,,,My finger was moving around inside the onahole. +230800 ,,,,,2160000,,,,,,,,,,,,,,,Sticking my finger into an onahole held by a girl feels\nincredibly good just by itself! +230900 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"The inside of a girl is shaped like this. It's elastic, and\nwhen you move inside, it feels like this." +231000 ,,,,,2160000,,コマコ,Komako,038_CB28_k_031.wav,komako,,0,,,,,,,,Somehow... it's erotic. +231100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"That's right. If you understand that feeling, it means\nyou're really smart, Komako-chan." +231200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_032.wav,komako,,0,,,,,,,,Smart... am I? +231300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah! So, let's learn more and more things together." +231400 ,,,,,2160000,,,,,,,,,,,,,,,I pushed my finger further inside. +231500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,There's a place called the uterus around here. +231600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_033.wav,komako,,0,,,,,,,,Uterus? +231700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. It's where babies are made. +231800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_034.wav,komako,,0,,,,,,,,"So, sex really does make babies?" +231900 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,That's right. But having a baby isn't a bad thing at all. +232000 ,,,,,2160000,,コマコ,Komako,038_CB28_k_035.wav,komako,,0,,,,,,,,Is that so? +232100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Because if a baby is born, another cute girl will be born,\nright?" +232200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_036.wav,komako,,0,,,,,,,,Yeah. +232300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Then that girl will grow up and be able to do pleasurable\nthings too. +232400 ,,,,,2160000,,コマコ,Komako,038_CB28_k_037.wav,komako,,0,,,,,,,,Wow... I see... +232500 ,,,,,2160000,,,,,,,,,,,,,,,"Komako-chan nodded, but she had a look on her face that\nsuggested the information wasn't quite sinking in." +232600 ,,,,,2160000,,,,,,,,,,,,,,,Maybe she's a bit confused. It was indeed a slightly\ncomplicated topic. +232700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Well, basically, you don't have to worry about it. Just\nremember that it feels good when the uterus is touched." +232800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_038.wav,komako,,0,,,,,,,,Got it. +232900 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"If you play with Chii-chan's uterus, Chii- chan will soon be\nhead over heels for you, Komako-chan." +233000 ,,,,,2160000,,コマコ,Komako,038_CB28_k_039.wav,komako,,0,,,,,,,,............ +233100 ,,,,,2160000,,,,,,,,,,,,,,,"She looked down shyly, but Komako-chan had a sly smile on\nher face." +233200 ,,,,,2160000,,,,,,,,,,,,,,,"She really loves naughty things, doesn't she? Impressive,\nimpressive." +233300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"There's a pleasurable spot called the uterus deep inside,\nbut there's also one at the entrance." +233400 ,,,,,2160000,,コマコ,Komako,038_CB28_k_040.wav,komako,,0,,,,,,,,The entrance? +233500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Yes. Just above this hole. You know it too, right, Komako-\nchan?" +233600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_041.wav,komako,,0,,,,,,,,Yeah. +233700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"If you play with it, it feels good, right?" +233800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_042.wav,komako,,0,,,,,,,,...Yeah. +233900 ,,,,,2160000,,,,,,,,,,,,,,,Using words to tease like this is quite nice. Komako-chan's\nreactions are adorable. +234000 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"It's usually in this position for everyone. It might be\ncovered by skin or hidden by folds, but you should be able\nto find it easily." +234100 ,,,,,2160000,,,,,,,,,,,,,,,"This onahole is realistic, so it even has a clitoris." +234200 ,,,,,2160000,,,,,,,,,,,,,,,It even replicates the light covering of skin. +234300 ,,,,,2160000,,,,,,,,,,,,,,,I practiced a lot with this onahole to make sure girls feel\nas good as possible when playing with the clitoris... +234400 ,,,,,2160000,,コマコ,Komako,013_CB07_k_010,komako,,0,,,,,,,,............ +234500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Huh? Komako-chan, what are you doing?" +234600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_044.wav,komako,,0,,,,,,,,Eh!? I'm not doing anything... +234700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Weren't you just playing with your pussy? +234800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_045.wav,komako,,0,,,,,,,,I wasn't! +234900 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Then, let me smell your fingers." +235000 ,,,,,2160000,,,,,,,,,,,,,,,I brought my nose close to the fingers Komako-chan seemed to\nhave been playing with her pussy. +235100 ,,,,,2160000,,,,,,,,,,,,,,,"It smells of sweat, urine, and a sweet scent unique to\ngirls. Yeah, I could live off this scent alone." +235200 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan? You shouldn't lie to your teacher during study\ntime, right?" +235300 ,,,,,2160000,,コマコ,Komako,038_CB28_k_046.wav,komako,,0,,,,,,,,Mmm... It's just that it felt kind of tingly. +235400 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Did playing with the onahole make you feel aroused? +235500 ,,,,,2160000,,コマコ,Komako,038_CB28_k_047.wav,komako,,0,,,,,,,,I'm not sure if it was arousal or not. +235600 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan quickly lowered her gaze. +235700 ,,,,,2160000,,コマコ,Komako,038_CB28_k_048.wav,komako,,0,,,,,,,,I wanted to know if it was in the same position as mine. +235800 ,,,,,2160000,,,,,,,,,,,,,,,She's not very good at making excuses. +235900 ,,,,,2160000,,,,,,,,,,,,,,,I know that Komako-chan masturbates with her clitoris... but\nI'll keep quiet about it. +236000 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"But it's good that you're eager to learn. Now, let's get\nback to studying the onahole." +236100 ,,,,,2160000,,コマコ,Komako,038_CB28_k_049.wav,komako,,0,,,,,,,,Okay... +236200 ,,,,,2160000,,,,,,,,,,,,,,,"Still, Komako-chan touches, looks at, and smells the\nonahole, but she doesn't try to put her fingers inside." +236300 ,,,,,2160000,,,,,,,,,,,,,,,"Usually, you'd want to put your fingers in first..." +236400 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, aren't you curious about how it feels inside a\npussy?" +236500 ,,,,,2160000,,コマコ,Komako,038_CB28_k_050.wav,komako,,0,,,,,,,,Inside...? +236600 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. It's a bit hard to understand with your own, right?" +236700 ,,,,,2160000,,コマコ,Komako,038_CB28_k_051.wav,komako,,0,,,,,,,,"Yeah, I don't really get it." +236800 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Then, let's experience it with this onahole. Go ahead, try\nsticking your finger into this hole." +236900 ,,,,,2160000,,コマコ,Komako,038_CB28_k_052.wav,komako,,0,,,,,,,,Into the hole... my finger... +237000 ,,,,,2160000,,,,,,,,,,,,,,,"Komako-chan, looking a bit nervous, reaches her finger\ntowards the onahole." +237100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. It won't bite you. Come on, push it in." +237200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_053.wav,komako,,0,,,,,,,,Push it in... +237300 ,,,,,2160000,,,,,,,,,,,,,,,"However, unlike with me, Komako-chan's finger didn't go in\nmuch." +237400 ,,,,,2160000,,,,,,,,,,,,,,,"It's because she wasn't as bold as I was, but Komako-chan\nseemed shocked." +237500 ,,,,,2160000,,コマコ,Komako,038_CB28_k_054.wav,komako,,0,,,,,,,,My finger won't go in? +237600 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,I think it's because there's not enough lubricant. +237700 ,,,,,2160000,,コマコ,Komako,038_CB28_k_055.wav,komako,,0,,,,,,,,Lubricant...? +237800 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"A slippery liquid. Anything will do, but..." +237900 ,,,,,2160000,,,,,,,,,,,,,,,"I look around, but there's no lotion. I remember we ran out\nthe last time we used the onahole." +238000 ,,,,,2160000,,,,,,,,,,,,,,,"Hmm... what should I do... Water isn't bad, but..." +238100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I got it!" +238200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_056.wav,komako,,0,,,,,,,,Lubricant? +238300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that! I found a good lubricant!" +238400 ,,,,,2160000,,,,,,,,,,,,,,,"I run to the store, grab what I need, and quickly return." +238500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"This is it, this!" +238600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_057.wav,komako,,0,,,,,,,,Jelly? +238700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"It's sweet and slippery, so it's perfect." +238800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_058.wav,komako,,0,,,,,,,,Jelly is a lubricant? +238900 ,,,,,2160000,,,,,,,,,,,,,,,"It's a bit of a mistaken way to learn, but oh well." +239000 ,,,,,2160000,,,,,,,,,,,,,,,"If it were really Komako-chan's love juices, it would be\nslippery, sweet, and erotic, which would be the best, but\nit's a hassle." +239100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,I'll put a little of this into the onahole... and spread it\nall around inside... +239200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_059.wav,komako,,0,,,,,,,,"Ah, the jelly is spreading." +239300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Right? I think it'll make it easier to enter. +239400 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan inserted her finger into the onahole again. This\ntime it slides in smoothly. +239500 ,,,,,2160000,,コマコ,Komako,038_CB28_k_060.wav,komako,,0,,,,,,,,It's in! +239600 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"It's in, huh." +239700 ,,,,,2160000,,コマコ,Komako,038_CB28_k_061.wav,komako,,0,,,,,,,,It was hard to get in before... but now it feels like it's\nbeing sucked in... +239800 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"When a pussy finds something pleasurable, it tries to suck\nit in." +239900 ,,,,,2160000,,コマコ,Komako,038_CB28_k_062.wav,komako,,0,,,,,,,,Really? +240000 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"It's true. When you insert a penis, it grips and doesn't let\ngo." +240100 ,,,,,2160000,,コマコ,Komako,038_CB28_k_063.wav,komako,,0,,,,,,,,Wow... amazing. +240200 ,,,,,2160000,,,,,,,,,,,,,,,"Komako-chan moves her finger around inside the onahole,\nsquishing it." +240300 ,,,,,2160000,,,,,,,,,,,,,,,"She seems to be having fun. After all, inserting a finger\ninto a hole makes you feel happy, right?" +240400 ,,,,,2160000,,コマコ,Komako,038_CB28_k_064.wav,komako,,0,,,,,,,,It's completely different from mine. +240500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,How is it different? +240600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_065.wav,komako,,0,,,,,,,,Do I have to say? +240700 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Yes. +240800 ,,,,,2160000,,コマコ,Komako,038_CB28_k_066.wav,komako,,0,,,,,,,,Hmm... it feels wider than mine. +240900 ,,,,,2160000,,,,,,,,,,,,,,,"I see, so Komako-chan's pussy is tighter." +241000 ,,,,,2160000,,,,,,,,,,,,,,,"That's good to know. From tomorrow, when I imagine Komako-\nchan's pussy, I'll adjust it to be about 30% tighter than\nbefore." +241100 ,,,,,2160000,,コマコ,Komako,038_CB28_k_067.wav,komako,,0,,,,,,,,It's getting really slippery. +241200 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Probably because the jelly has spread throughout the\nonahole. +241300 ,,,,,2160000,,コマコ,Komako,038_CB28_k_068.wav,komako,,0,,,,,,,,It's easy to move in and out. +241400 ,,,,,2160000,,,,,,,,,,,,,,,Hearing the word 'in and out' from Komako- chan's mouth\nmakes me glad I run a candy store. +241500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,Want to try licking it a bit? +241600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_069.wav,komako,,0,,,,,,,,Huh? +241700 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan seemed surprised by my sudden suggestion. +241800 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Girls feel good when their crotch is licked. You know that,\nright, Komako-chan?" +241900 ,,,,,2160000,,,,,,,,,,,,,,,"Since I've been licking her pussy a lot lately, there's no\nway she'd forget." +242000 ,,,,,2160000,,コマコ,Komako,038_CB28_k_070.wav,komako,,0,,,,,,,,"It's embarrassing, but... it feels good." +242100 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Then you should remember how to lick properly. You'll need\nit to make Chie-chan feel good, right?" +242200 ,,,,,2160000,,コマコ,Komako,038_CB28_k_071.wav,komako,,0,,,,,,,,"But if I lick her pussy, won't Chie-chan dislike it?" +242300 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"There's no way she'd dislike it! It's really pleasurable,\nyou know? In fact, she probably wants you to lick it even\nnow." +242400 ,,,,,2160000,,コマコ,Komako,038_CB28_k_072.wav,komako,,0,,,,,,,,Really? +242500 ,,,,,2160000,,主人公,Kiyoshi,,,,,,,,,,,,"Really, really." +242600 ,,,,,2160000,,コマコ,Komako,038_CB28_k_073.wav,komako,,0,,,,,,,,I see... +242800 ,,,,,2160010,,,,,,,,,,,,,,,Komako-chan gently extends her tongue towards the onahole. +242900 ,,,,,2160010,,,,,,,,,,,,,,,She licks off the jelly that was slightly dripping from the\nonahole's opening with her cute tongue. +243000 ,,,,,2160010,,コマコ,Komako,038_CB28_k_074.wav,komako,,0,,,,,,,,Sweet... +243100 ,,,,,2160010,,,,,,,,,,,,,,,"Since it's the taste of jelly, she seems happy." +243200 ,,,,,2160010,,,,,,,,,,,,,,,But just that alone feels a bit bland. +243300 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,Think of it as Chie-chan's pussy and try licking it. +243400 ,,,,,2160010,,コマコ,Komako,038_CB28_k_075.wav,komako,,0,,,,,,,,But this isn't Chie-chan's pussy. +243500 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,You have to imagine it. Image training is really important. +243600 ,,,,,2160010,,,,,,,,,,,,,,,I've done so much image training with that onahole for when\nI have sex with Komako-chan. +243700 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,"If you do your image training properly, you can give the\nbest performance when it counts." +243800 ,,,,,2160010,,コマコ,Komako,038_CB28_k_076.wav,komako,,0,,,,,,,,So it's for Chie-chan's sake? +243900 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,Exactly! +244000 ,,,,,2160010,,コマコ,Komako,038_CB28_k_077.wav,komako,,0,,,,,,,,For Chie-chan's... sake. +244100 ,,,,,2160010,,,,,,,,,,,,,,,"Something changed within Komako-chan, and her way of licking\nchanged significantly." +244200 ,,,,,2160010,,,,,,,,,,,,,,,"It wasn't the hesitant approach from before. Instead, she\nwas actively sucking and licking my onahole." +244300 ,,,,,2160010,,,,,,,,,,,,,,,Thinking about how my semen soaked into the onahole becomes\na part of Komako-chan's body made me feel aroused. +244400 ,,,,,2160010,,コマコ,Komako,038_CB28_k_078.wav,komako,,0,,,,,,,,"Lick, lick... ah, fuu, slurp...!" +244500 ,,,,,2160010,,,,,,,,,,,,,,,Komako-chan earnestly serves the onahole. +244600 ,,,,,2160010,,,,,,,,,,,,,,,"She inserts her tongue into the hole, licking out the jelly\ninside." +244700 ,,,,,2160010,,,,,,,,,,,,,,,"The sight was extremely sensual, and I started to play with\nmy cock inside my pants." +244800 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,"Look, make sure to lick the entrance too. Chie-chan will be\npleased." +244900 ,,,,,2160010,,コマコ,Komako,038_CB28_k_079.wav,komako,,0,,,,,,,,"Fwah, slurp slurp...! Nchu, chu...!" +245000 ,,,,,2160010,,,,,,,,,,,,,,,Komako-chan obediently starts focusing on licking the\nclitoris. +245100 ,,,,,2160010,,,,,,,,,,,,,,,"Come to think of it, I ejaculated on that clitoris many\ntimes." +245200 ,,,,,2160010,,,,,,,,,,,,,,,I'm happy that Komako-chan is licking it for me. +245300 ,,,,,2160010,,,,,,,,,,,,,,,"That cute, small tongue... it's amazing. I wonder how good\nit would feel to have my cock licked by it." +245400 ,,,,,2160010,,,,,,,,,,,,,,,"While thinking about that, I continue to play with my\ncrotch, hidden from Komako-chan." +245500 ,,,,,2160010,,コマコ,Komako,038_CB28_k_080.wav,komako,,0,,,,,,,,"Chururururu! Nchu, ah... n..." +245600 ,,,,,2160010,,,,,,,,,,,,,,,"Her tongue skills are amazing. She's so meticulous, Komako-\nchan really has potential." +245700 ,,,,,2160010,,,,,,,,,,,,,,,But... maybe she's licking a bit too obsessively? I wonder\nhow long she plans to keep licking. +245800 ,,,,,2160010,,,,,,,,,,,,,,,"I wouldn't mind if she kept licking forever, but we have to\nmove on to the next step eventually." +245900 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Komako-chan. Okay! Komako-chan, you get a perfect\nscore for pussy licking." +246000 ,,,,,2160010,,コマコ,Komako,038_CB28_k_081.wav,komako,,0,,,,,,,,Haa... haa... +246100 ,,,,,2160010,,,,,,,,,,,,,,,Komako-chan was so absorbed that her mouth was covered in\ndrool. +246200 ,,,,,2160010,,,,,,,,,,,,,,,"Amazing. With that much drool, the inside of the onahole\nmust be overflowing with Komako- chan's fluids." +246300 ,,,,,2160010,,,,,,,,,,,,,,,This is promising. +246400 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,"Now, onto the next lesson. Are you ready?" +246500 ,,,,,2160010,,コマコ,Komako,038_CB28_k_082.wav,komako,,0,,,,,,,,Yeah. +246600 ,,,,,2160010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, could you turn the onahole around and hold it for me?" +246800 ,,,,,2161000,,コマコ,Komako,038_CB28_k_083.wav,komako,,0,,,,,,,,Like this? +246900 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,That's right! +247000 ,,,,,2161000,,コマコ,Komako,038_CB28_k_084.wav,komako,,0,,,,,,,,What are we doing next? +247100 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you want to see how this onahole is actually\nused, right?" +247200 ,,,,,2161000,,,,,,,,,,,,,,,"As I said that, I freed my fully erect cock from my pants." +247300 ,,,,,2161000,,コマコ,Komako,038_CB28_k_085.wav,komako,,0,,,,,,,,Eh!? Why are you taking out your cock...? +247400 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,Onaholes are meant to make cocks feel good. +247500 ,,,,,2161000,,,,,,,,,,,,,,,"Komako-chan observed my erect cock, her cheeks blushing." +247600 ,,,,,2161000,,,,,,,,,,,,,,,She couldn't suppress her curiosity at all. Komako-chan\ndidn't try to look away from my thing. +247700 ,,,,,2161000,,コマコ,Komako,038_CB28_k_086.wav,komako,,0,,,,,,,,"You're not going to put it in my pussy, saying it's like\nhaving sex with this, right?" +247800 ,,,,,2161000,,,,,,,,,,,,,,,Ugh... Komako-chan is sharp as always. I did think that\nmight be a possibility. +247900 ,,,,,2161000,,,,,,,,,,,,,,,"But today, I really just want to show her how to use the\nonahole." +248000 ,,,,,2161000,,,,,,,,,,,,,,,That's enough to make me happy. +248100 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,Don't worry. I'm only going to have sex with the onahole. +248200 ,,,,,2161000,,コマコ,Komako,038_CB28_k_087.wav,komako,,0,,,,,,,,I see. +248300 ,,,,,2161000,,,,,,,,,,,,,,,"It was a bit anticlimactic, or maybe disappointing, or\nsomething." +248400 ,,,,,2161000,,,,,,,,,,,,,,,Komako-chan had a very subtle expression. +248500 ,,,,,2161000,,,,,,,,,,,,,,,I switched gears and started instructing Komako-chan on how\nto hold the onahole. +248600 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,"In the end, I'll probably thrust quite strongly, so hold it\nfirmly." +248700 ,,,,,2161000,,コマコ,Komako,038_CB28_k_088.wav,komako,,0,,,,,,,,Got it. +248800 ,,,,,2161000,,,,,,,,,,,,,,,Komako-chan adjusted her grip on the onahole. +248900 ,,,,,2161000,,コマコ,Komako,038_CB28_k_089.wav,komako,,0,,,,,,,,Like this? +249000 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,A little closer to your mouth like this. +249100 ,,,,,2161000,,,,,,,,,,,,,,,"That way, it feels like Komako-chan is giving me a blowjob." +249200 ,,,,,2161000,,コマコ,Komako,038_CB28_k_090.wav,komako,,0,,,,,,,,Is this okay? +249300 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, that's good." +249400 ,,,,,2161000,,,,,,,,,,,,,,,"Still, Komako-chan has been quite obedient since earlier." +249500 ,,,,,2161000,,,,,,,,,,,,,,,I thought she might question or refuse a bit more... +249600 ,,,,,2161000,,,,,,,,,,,,,,,Having Chie-chan as a trump card must be significant. +249700 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, hold it firmly." +249800 ,,,,,2161000,,,,,,,,,,,,,,,"While giving instructions, my cock, which had been stroked\ncontinuously, was fully ready." +249900 ,,,,,2161000,,主人公,Kiyoshi,,,,,,,,,,,,"Now, the old man is going to have sex with the onahole, so\nKomako-chan... watch closely." +250000 ,,,,,2161000,,コマコ,Komako,038_CB28_k_091.wav,komako,,0,,,,,,,,Okay. +250100 ,,,,,2161000,,,,,,,,,,,,,,,Komako-chan swallowed her saliva. I slowly inserted my cock\ninto the onahole. +250300 ,,,,,2161010,,,,,,,,,,,,,,,"Ah... I don't know why, but it's completely different from\nusual. Just the fact that Komako-chan is watching makes it\nentirely different." +250400 ,,,,,2161010,,コマコ,Komako,038_CB28_k_092.wav,komako,,0,,,,,,,,Wow. It's going in more and more... +250500 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,That's good... that's good... Komako- chan... +250600 ,,,,,2161010,,,,,,,,,,,,,,,The sensation of Komako-chan's saliva and the jelly she\ncouldn't lick off. +250700 ,,,,,2161010,,,,,,,,,,,,,,,"Komako-chan's saliva clings to my cock. It feels so good, I\nmight lose strength in my hips." +250800 ,,,,,2161010,,コマコ,Komako,038_CB28_k_093.wav,komako,,0,,,,,,,,It went in easily all the way to the back. +250900 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,It's thanks to Komako-chan's saliva. +251000 ,,,,,2161010,,コマコ,Komako,038_CB28_k_094.wav,komako,,0,,,,,,,,Saliva? +251100 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,"Earlier, Komako-chan licked a lot of jelly, right? At that\ntime, a lot of saliva came out." +251200 ,,,,,2161010,,,,,,,,,,,,,,,Komako-chan seemed like she just realized it for the first\ntime. +251300 ,,,,,2161010,,,,,,,,,,,,,,,She probably wasn't aware because she was so absorbed\nearlier. +251400 ,,,,,2161010,,コマコ,Komako,038_CB28_k_095.wav,komako,,0,,,,,,,,Is saliva good? +251500 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. Thanks to the saliva, the inside of the onahole is\nslippery, so it goes in easily and feels good to move in and\nout." +251600 ,,,,,2161010,,コマコ,Komako,038_CB28_k_096.wav,komako,,0,,,,,,,,My saliva feels good... +251700 ,,,,,2161010,,,,,,,,,,,,,,,Komako-chan had a curious expression on her face. +251800 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,That's right. Komako-chan's saliva feels great. +251900 ,,,,,2161010,,,,,,,,,,,,,,,I told Komako-chan that while moving my hips. +252000 ,,,,,2161010,,,,,,,,,,,,,,,Komako-chan looked away slightly embarrassed. +252100 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,"If you don't watch properly, you won't be able to do it with\nChii-chan." +252200 ,,,,,2161010,,コマコ,Komako,038_CB28_k_097.wav,komako,,0,,,,,,,,I don't want that. +252300 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,Then you have to watch properly. +252400 ,,,,,2161010,,コマコ,Komako,038_CB28_k_098.wav,komako,,0,,,,,,,,Okay... +252500 ,,,,,2161010,,,,,,,,,,,,,,,"Blushing more than ever, Komako-chan stared intently at the\nmoving cock." +252600 ,,,,,2161010,,,,,,,,,,,,,,,Just thinking about my manly cock being reflected in her\ninnocent eyes made it harder. +252700 ,,,,,2161010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, squeeze the onahole." +252900 ,,,,,2161020,,コマコ,Komako,038_CB28_k_099.wav,komako,,0,,,,,,,,Like this? +253000 ,,,,,2161020,,,,,,,,,,,,,,,A weak pressure. But this isn't enough at all. +253100 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,More. +253200 ,,,,,2161020,,コマコ,Komako,038_CB28_k_100.wav,komako,,0,,,,,,,,More? +253300 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,Squeeze harder. +253400 ,,,,,2161020,,コマコ,Komako,038_CB28_k_101.wav,komako,,0,,,,,,,,But... won't it hurt? +253500 ,,,,,2161020,,,,,,,,,,,,,,,Her anxious eyes. Her breathing. Everything about her is\nerotic. +253600 ,,,,,2161020,,,,,,,,,,,,,,,My cock keeps getting harder. +253700 ,,,,,2161020,,,,,,,,,,,,,,,"But honestly, this pressure isn't enough." +253800 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,"It won't hurt. In fact, if you don't squeeze harder, it\nwon't feel good." +253900 ,,,,,2161020,,コマコ,Komako,038_CB28_k_102.wav,komako,,0,,,,,,,,Is that how it is... +254000 ,,,,,2161020,,,,,,,,,,,,,,,Komako-chan nodded as if she understood something and\nadjusted her grip on the onahole. +254100 ,,,,,2161020,,コマコ,Komako,038_CB28_k_103.wav,komako,,0,,,,,,,,Nn! +254200 ,,,,,2161020,,,,,,,,,,,,,,,Just the right amount of pressure. +254300 ,,,,,2161020,,,,,,,,,,,,,,,Komako-chan is probably squeezing with all her might. +254400 ,,,,,2161020,,,,,,,,,,,,,,,"However, it doesn't hurt at all. To be honest, it could be\neven stronger." +254500 ,,,,,2161020,,,,,,,,,,,,,,,But watching Komako-chan's earnest expression as she serves\nmakes it feel just right. +254600 ,,,,,2161020,,コマコ,Komako,038_CB28_k_104.wav,komako,,0,,,,,,,,Ah... it seems to be getting harder than before... +254700 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,"It's thanks to you, Komako-chan." +254800 ,,,,,2161020,,コマコ,Komako,038_CB28_k_105.wav,komako,,0,,,,,,,,Does that mean it feels good? +254900 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. +255000 ,,,,,2161020,,コマコ,Komako,038_CB28_k_106.wav,komako,,0,,,,,,,,I see. +255100 ,,,,,2161020,,,,,,,,,,,,,,,Komako-chan smiled slyly. +255200 ,,,,,2161020,,,,,,,,,,,,,,,"That smile hit my excitement button. I couldn't help but\nthrust my hips, driving my cock all the way to the end." +255300 ,,,,,2161020,,コマコ,Komako,038_CB28_k_107.wav,komako,,0,,,,,,,,Wah wah! +255400 ,,,,,2161020,,,,,,,,,,,,,,,Komako-chan is surprised. I don't care and keep thrusting\ndeep into the onahole. +255500 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,"When you tap the back of the pussy like this, it makes girls\nhappy." +255600 ,,,,,2161020,,コマコ,Komako,038_CB28_k_108.wav,komako,,0,,,,,,,,Tapping the back... +255700 ,,,,,2161020,,,,,,,,,,,,,,,"As if engraving my words in her mind, Komako- chan repeated\nthem." +256000 ,,,,,2161020,,,,,,,,,,,,,,,"Getting more and more excited, I naturally increased the\nspeed of my thrusts." +256100 ,,,,,2161020,,,,,,,,,,,,,,,"My erection rubbed against the onahole, made slick by\nKomako-chan's saliva." +256200 ,,,,,2161020,,コマコ,Komako,038_CB28_k_110.wav,komako,,0,,,,,,,,It's so naughty... +256300 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,Right? Keep watching more. +256400 ,,,,,2161020,,コマコ,Komako,038_CB28_k_111.wav,komako,,0,,,,,,,,"Yeah, I'll watch." +256500 ,,,,,2161020,,,,,,,,,,,,,,,She nodded obediently to everything I said. +256600 ,,,,,2161020,,,,,,,,,,,,,,,"For the time when she's with Chie-chan, Komako-chan was\nintently watching the onahole and my thing." +256700 ,,,,,2161020,,,,,,,,,,,,,,,The speed of my hips kept increasing. +256800 ,,,,,2161020,,コマコ,Komako,038_CB28_k_112.wav,komako,,0,,,,,,,,"Moving that fast, doesn't it hurt?" +256900 ,,,,,2161020,,,,,,,,,,,,,,,I shook my head. +257000 ,,,,,2161020,,コマコ,Komako,038_CB28_k_113.wav,komako,,0,,,,,,,,Does this feel good? +257100 ,,,,,2161020,,主人公,Kiyoshi,,,,,,,,,,,,Yeah... the more you rub like this... both the dick and the\npussy feel good... ugh! +257300 ,,,,,2161030,,,,,,,,,,,,,,,I unconsciously reached out and touched Komako-chan's head. +257400 ,,,,,2161030,,,,,,,,,,,,,,,Komako-chan seemed a bit surprised too. +257500 ,,,,,2161030,,コマコ,Komako,038_CB28_k_114.wav,komako,,0,,,,,,,,"Mister, what's wrong?" +257600 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,It feels better this way. +257700 ,,,,,2161030,,コマコ,Komako,038_CB28_k_115.wav,komako,,0,,,,,,,,I see... +257800 ,,,,,2161030,,,,,,,,,,,,,,,"She didn't seem to mind. So, I'll keep it like this." +257900 ,,,,,2161030,,,,,,,,,,,,,,,Because it feels like Komako-chan is giving me a blowjob\nthis way. It's amazing. +258000 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, your hair is beautiful." +258100 ,,,,,2161030,,コマコ,Komako,038_CB28_k_116.wav,komako,,0,,,,,,,,Really... you think so? +258200 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. It's really beautiful. The color is great too, it's\nperfect." +258300 ,,,,,2161030,,コマコ,Komako,038_CB28_k_117.wav,komako,,0,,,,,,,,...Hehe♪ +258400 ,,,,,2161030,,,,,,,,,,,,,,,Komako-chan showed a smile appropriate for her age. +258500 ,,,,,2161030,,,,,,,,,,,,,,,The texture is amazing. I absolutely want to cover this hair\nwith my semen. I'll make it sticky with my sperm. +258600 ,,,,,2161030,,,,,,,,,,,,,,,"Unaware of my intentions, Komako-chan was earnestly gripping\nthe onahole." +258700 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,That's good... +258800 ,,,,,2161030,,,,,,,,,,,,,,,I repeatedly stroked the beautiful hair that would soon be\nsoiled with white seed. +258900 ,,,,,2161030,,,,,,,,,,,,,,,"Komako-chan looked embarrassed, but at the same time, she\nseemed to be enjoying it." +259000 ,,,,,2161030,,コマコ,Komako,038_CB28_k_118.wav,komako,,0,,,,,,,,"Ah... something's coming out from the tip of your dick,\nmister." +259100 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +259200 ,,,,,2161030,,コマコ,Komako,038_CB28_k_119.wav,komako,,0,,,,,,,,A clear liquid... +259300 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, that. You surprised me." +259400 ,,,,,2161030,,コマコ,Komako,038_CB28_k_120.wav,komako,,0,,,,,,,,What is this called again? +259500 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"This is called pre-cum, it comes out when it feels good." +259600 ,,,,,2161030,,コマコ,Komako,038_CB28_k_121.wav,komako,,0,,,,,,,,Pre-cum... Why does it come out? +259700 ,,,,,2161030,,,,,,,,,,,,,,,Uh... why was that again? +259800 ,,,,,2161030,,,,,,,,,,,,,,,"Well, a serious answer isn't really needed right now." +259900 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,It comes out so the vagina doesn't hurt. +260000 ,,,,,2161030,,コマコ,Komako,038_CB28_k_122.wav,komako,,0,,,,,,,,I see. +260100 ,,,,,2161030,,,,,,,,,,,,,,,"It was a vague answer, but Komako-chan seemed satisfied." +260200 ,,,,,2161030,,コマコ,Komako,038_CB28_k_123.wav,komako,,0,,,,,,,,I guess it would hurt without something like this... +260300 ,,,,,2161030,,,,,,,,,,,,,,,I wonder if she's ever hurt herself from too much\nmasturbation? +260400 ,,,,,2161030,,,,,,,,,,,,,,,"But honestly, I don't care about that right now. If I let my\nguard down, I might ejaculate at any moment." +260500 ,,,,,2161030,,,,,,,,,,,,,,,I somehow muster strength in my lower body to hold back\nejaculation. +260600 ,,,,,2161030,,コマコ,Komako,038_CB28_k_124.wav,komako,,0,,,,,,,,"Mister, are you okay? You look like you're in pain." +260700 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm fine. It's not pain, it just feels good." +260800 ,,,,,2161030,,コマコ,Komako,038_CB28_k_125.wav,komako,,0,,,,,,,,Really? +260900 ,,,,,2161030,,,,,,,,,,,,,,,"From the outside, it probably looks like I'm in distress." +261000 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"It's true. It really just feels good. So, shall we move\nKomako-chan?" +261100 ,,,,,2161030,,コマコ,Komako,038_CB28_k_126.wav,komako,,0,,,,,,,,Move... this? +261200 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes." +261300 ,,,,,2161030,,コマコ,Komako,038_CB28_k_127.wav,komako,,0,,,,,,,,But... +261400 ,,,,,2161030,,,,,,,,,,,,,,,"Because I was moving my hips, Komako-chan seemed to have a\nhard time moving." +261500 ,,,,,2161030,,,,,,,,,,,,,,,I guess it can't be helped. Let's calm down a bit. +261600 ,,,,,2161030,,,,,,,,,,,,,,,I stopped moving my hips. +261700 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Okay, try moving it." +261800 ,,,,,2161030,,コマコ,Komako,038_CB28_k_128.wav,komako,,0,,,,,,,,"Forward, backward, forward, backward, like that, right?" +261900 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. As fast as you can. +262000 ,,,,,2161030,,コマコ,Komako,038_CB28_k_129.wav,komako,,0,,,,,,,,Got it. +262100 ,,,,,2161030,,,,,,,,,,,,,,,Komako-chan started moving the onahole cautiously. +262200 ,,,,,2161030,,,,,,,,,,,,,,,A unique pleasure surged through my lower body. +262300 ,,,,,2161030,,,,,,,,,,,,,,,"Slow is surprisingly nice too. But, as expected, faster\nfeels better." +262400 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,You can move it even faster. +262500 ,,,,,2161030,,コマコ,Komako,038_CB28_k_130.wav,komako,,0,,,,,,,,Like this? +262600 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Still fine. Even faster, more and more." +262700 ,,,,,2161030,,,,,,,,,,,,,,,"As I kept telling her to go faster, it gradually reached an\nacceptable speed." +262800 ,,,,,2161030,,,,,,,,,,,,,,,"Before I knew it, the sensation of climax was swelling up\nlike running up a staircase." +262900 ,,,,,2161030,,コマコ,Komako,038_CB28_k_131.wav,komako,,0,,,,,,,,"Mister, your hips are moving." +263000 ,,,,,2161030,,,,,,,,,,,,,,,It seemed my hips were moving on their own again due to the\npleasure. +263100 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"It's because Komako-chan moved it, it felt so good." +263200 ,,,,,2161030,,コマコ,Komako,038_CB28_k_132.wav,komako,,0,,,,,,,,"When it feels good, your hips move on their own?" +263300 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,That's right. +263400 ,,,,,2161030,,コマコ,Komako,038_CB28_k_133.wav,komako,,0,,,,,,,,Is it the same for girls? +263500 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'm sure it's the same for Chii-chan too." +263600 ,,,,,2161030,,コマコ,Komako,038_CB28_k_134.wav,komako,,0,,,,,,,,How strange... +263700 ,,,,,2161030,,,,,,,,,,,,,,,Komako-chan's eyes were sparkling with excitement. +263800 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Then, let's try moving the onahole in sync with my\nmovements." +263900 ,,,,,2161030,,コマコ,Komako,038_CB28_k_135.wav,komako,,0,,,,,,,,Can I do it? +264000 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sure you can do it now, Komako-chan. You're really\ntalented." +264100 ,,,,,2161030,,コマコ,Komako,038_CB28_k_136.wav,komako,,0,,,,,,,,I'll give it a try. +264200 ,,,,,2161030,,,,,,,,,,,,,,,Komako-chan moved the onahole in sync with my hip movements. +264300 ,,,,,2161030,,,,,,,,,,,,,,,It's the most pleasurable it's ever been. It feels like\nelectricity is running up my spine. +264400 ,,,,,2161030,,,,,,,,,,,,,,,My thing is being rubbed at an incredible speed. I'm\nenveloped by the slippery sensation over and over. +264500 ,,,,,2161030,,,,,,,,,,,,,,,I grabbed Komako-chan's head a bit more firmly and closed my\neyes. +264600 ,,,,,2161030,,,,,,,,,,,,,,,It felt as if I was giving Komako-chan an irrumatio. This is\ntoo amazing! +264700 ,,,,,2161030,,コマコ,Komako,038_CB28_k_137.wav,komako,,0,,,,,,,,Nn... nn... +264800 ,,,,,2161030,,,,,,,,,,,,,,,"Even when I grabbed her head tightly and moved my hips\nfaster, Komako-chan didn't let go of the onahole." +264900 ,,,,,2161030,,,,,,,,,,,,,,,"Thanks to that, I could confidently increase the speed of my\nthrusts." +265000 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"That's good, Komako-chan... this... feels the best ever." +265100 ,,,,,2161030,,コマコ,Komako,038_CB28_k_138.wav,komako,,0,,,,,,,,"Mister, your breathing is heavy." +265200 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,Yeah... this... is really intense...! +265300 ,,,,,2161030,,,,,,,,,,,,,,,How should I describe this sensation? It's just incredibly\npleasurable. +265400 ,,,,,2161030,,,,,,,,,,,,,,,"It's like my body has become an automatic machine, my hips\nwon't stop." +265500 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,Ah... I'm going to come... I'm going to ejaculate...! I'm\ngoing to release my semen in Komako-chan's hand! +265600 ,,,,,2161030,,コマコ,Komako,038_CB28_k_139.wav,komako,,0,,,,,,,,Eh!? You're going to come? +265700 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! I'm going to come! Is it okay? I'm going to release\nit! Huh... ah... +265800 ,,,,,2161030,,コマコ,Komako,038_CB28_k_140.wav,komako,,0,,,,,,,,"Ah, it's getting bigger..." +265900 ,,,,,2161030,,,,,,,,,,,,,,,I moved my hips while holding back ejaculation. There's\nnothing more pleasurable than this. +266000 ,,,,,2161030,,,,,,,,,,,,,,,All the nerves in my body concentrated in my lower half. +266100 ,,,,,2161030,,,,,,,,,,,,,,,I can't hold it anymore. I really can't. I can't endure it. +266200 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,I'm really going to come! I can't hold it anymore... I'm\ngoing to release a lot! +266300 ,,,,,2161030,,コマコ,Komako,038_CB28_k_141.wav,komako,,0,,,,,,,,"Yeah... it's okay... Mister, feel as good as you can." +266400 ,,,,,2161030,,,,,,,,,,,,,,,"Hearing Komako-chan's words, I rushed towards the finish." +266500 ,,,,,2161030,,,,,,,,,,,,,,,I moved my hips frantically and held my breath. +266600 ,,,,,2161030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, it's really bad... I'm coming... I'm coming, Komako-\nchan! Ah, nhaa! Releas... ahhh...!" +266800 ,,,,,2161040,,,,,,,,,,,,,,,I finally ejaculated in Komako-chan's hand. +266900 ,,,,,2161040,,,,,,,,,,,,,,,I could feel the semen spurting out from the tip. +267000 ,,,,,2161040,,コマコ,Komako,038_CB28_k_142.wav,komako,,0,,,,,,,,Wow! It's coming out a lot from the tip of your dick... +267100 ,,,,,2161040,,,,,,,,,,,,,,,Komako-chan continued to observe the whole process with\ncuriosity. +267200 ,,,,,2161040,,,,,,,,,,,,,,,"As for me, I was a bit anxious because the ejaculation\nwouldn't stop." +267300 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,Ah... this is amazing...! +267400 ,,,,,2161040,,,,,,,,,,,,,,,"Perhaps because I heightened the pleasure before\nejaculating, my hips were tingling with pleasure for a long\ntime." +267500 ,,,,,2161040,,コマコ,Komako,038_CB28_k_143.wav,komako,,0,,,,,,,,It's throbbing... +267600 ,,,,,2161040,,,,,,,,,,,,,,,"In the end, I was overwhelmed by the long- lasting pleasure\nfor a few seconds, and the ejaculation stopped." +267700 ,,,,,2161040,,コマコ,Komako,038_CB28_k_144.wav,komako,,0,,,,,,,,Are you okay? +267800 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... I'm okay... +267900 ,,,,,2161040,,,,,,,,,,,,,,,"Ah, come to think of it, I planned to ejaculate on Komako-\nchan's face and hair, but I forgot because of the\noverwhelming pleasure." +268000 ,,,,,2161040,,,,,,,,,,,,,,,"It's a shock... well, it felt good, so it's fine." +268100 ,,,,,2161040,,コマコ,Komako,038_CB28_k_145.wav,komako,,0,,,,,,,,............ +268200 ,,,,,2161040,,,,,,,,,,,,,,,"As I was basking in the pleasant afterglow of ejaculation,\nKomako-chan suddenly started moving the onahole." +268300 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, wait a minute, Komako-chan!" +268400 ,,,,,2161040,,コマコ,Komako,038_CB28_k_146.wav,komako,,0,,,,,,,,It seems like more is coming out... +268500 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,Right after ejaculating is no good... ah! +268600 ,,,,,2161040,,,,,,,,,,,,,,,"A strange sensation, like something pulling tightly around\nmy stomach." +268700 ,,,,,2161040,,,,,,,,,,,,,,,Komako-chan continued to rub my sensitive part. +268800 ,,,,,2161040,,コマコ,Komako,038_CB28_k_147.wav,komako,,0,,,,,,,,Show me again. +268900 ,,,,,2161040,,,,,,,,,,,,,,,"Hearing that, something ignited within me." +269000 ,,,,,2161040,,,,,,,,,,,,,,,"Alright, let's do it. I still regret not being able to\nrelease on her face and hair." +269100 ,,,,,2161040,,,,,,,,,,,,,,,"This time, I'll make sure to cover Komako- chan properly." +269200 ,,,,,2161040,,,,,,,,,,,,,,,"And so, I started moving my hips on my own." +269300 ,,,,,2161040,,コマコ,Komako,038_CB28_k_148.wav,komako,,0,,,,,,,,Ah... your dick is getting hard again... +269400 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,"Then I'll release the second round... I'll cover you,\nKomako-chan." +269500 ,,,,,2161040,,コマコ,Komako,038_CB28_k_149.wav,komako,,0,,,,,,,,Cover? +269600 ,,,,,2161040,,,,,,,,,,,,,,,"She didn't seem to fully understand the meaning of the\nwords, but it didn't matter." +269700 ,,,,,2161040,,,,,,,,,,,,,,,"Honestly, since I just came earlier, I can't hold back the\npleasure. I feel like I'm going to release soon." +269800 ,,,,,2161040,,,,,,,,,,,,,,,"Without a moment's hesitation, I was sure the second round\nwould come out immediately." +269900 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,I'm going to release...! +270000 ,,,,,2161040,,コマコ,Komako,038_CB28_k_150.wav,komako,,0,,,,,,,,Already coming out? +270100 ,,,,,2161040,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! Ah... nngh... I'm coming! +270200 ,,,,,2161040,,,,,,,,,,,,,,,"And this time, I pulled my hips back firmly." +270400 ,,,,,2161050,,コマコ,Komako,038_CB28_k_151.wav,komako,,0,,,,,,,,Ah... +270500 ,,,,,2161050,,,,,,,,,,,,,,,I splattered a large amount of white fluid onto Komako-\nchan's defenseless face and hair. +270600 ,,,,,2161050,,,,,,,,,,,,,,,"In rhythm with the pulsations, semen spurted out from the\ntip." +270700 ,,,,,2161050,,,,,,,,,,,,,,,Komako-chan's beautiful hair was being soiled by my sticky\nsemen. +270800 ,,,,,2161050,,コマコ,Komako,038_CB28_k_152.wav,komako,,0,,,,,,,,Wow... it's warm... +270900 ,,,,,2161050,,,,,,,,,,,,,,,"However, Komako-chan accepted my semen without any\ncomplaints." +271000 ,,,,,2161050,,,,,,,,,,,,,,,"She seemed surprised by the force of the ejaculation, her\neyes wide open." +271100 ,,,,,2161050,,コマコ,Komako,038_CB28_k_153.wav,komako,,0,,,,,,,,It comes out so much... +271200 ,,,,,2161050,,主人公,Kiyoshi,,,,,,,,,,,,Ah... that felt so good... +271300 ,,,,,2161050,,,,,,,,,,,,,,,I was able to ejaculate and soil Komako- chan's hair. +271400 ,,,,,2161050,,,,,,,,,,,,,,,I felt very satisfied. +271500 ,,,,,2161050,,コマコ,Komako,038_CB28_k_154.wav,komako,,0,,,,,,,,Is this the end? +271600 ,,,,,2161050,,,,,,,,,,,,,,,Komako-chan was curiously observing me right after I came. +271700 ,,,,,2161050,,主人公,Kiyoshi,,,,,,,,,,,,It's the end. It really felt good. +271800 ,,,,,2161050,,コマコ,Komako,038_CB28_k_155.wav,komako,,0,,,,,,,,This is the first time I've seen it... +271900 ,,,,,2161050,,,,,,,,,,,,,,,"Ah, I see." +272000 ,,,,,2161050,,,,,,,,,,,,,,,"It's the first time she's seen semen coming out, so she's\ndoubting if it really felt good." +272100 ,,,,,2161050,,主人公,Kiyoshi,,,,,,,,,,,,"Don't worry. You were really good, Komako- chan." +272200 ,,,,,2161050,,コマコ,Komako,038_CB28_k_156.wav,komako,,0,,,,,,,,I'm glad... +272300 ,,,,,2161050,,,,,,,,,,,,,,,"Even as she said that, Komako-chan was trying to play with\nme again." +272400 ,,,,,2161050,,,,,,,,,,,,,,,I hurriedly stopped her. +272500 ,,,,,2161050,,コマコ,Komako,038_CB28_k_157.wav,komako,,0,,,,,,,,Is it not okay? +272600 ,,,,,2161050,,主人公,Kiyoshi,,,,,,,,,,,,It's just that it hurts now. +272700 ,,,,,2161050,,コマコ,Komako,038_CB28_k_158.wav,komako,,0,,,,,,,,That's a shame... +272800 ,,,,,2161050,,,,,,,,,,,,,,,It seems her curiosity about my dick is exploding. +272900 ,,,,,2161050,,,,,,,,,,,,,,,"At this rate, she'll start playing with me again." +273000 ,,,,,2161050,,,,,,,,,,,,,,,"To distract Komako-chan, I told her to look at the onahole\nthat was completely dirty with semen." +273100 ,,,,,2161050,,主人公,Kiyoshi,,,,,,,,,,,,This is what a pussy looks like after sex. Chie-chan's would\nbe like this too. +273200 ,,,,,2161050,,コマコ,Komako,038_CB28_k_159.wav,komako,,0,,,,,,,,A pussy after sex... Chie-chan's... +273300 ,,,,,2161050,,,,,,,,,,,,,,,"Hearing that, Komako-chan's interest piqued, and she brought\nher face closer to the onahole." +273500 ,,,,,2160020,,,,,,,,,,,,,,,"Inside the onahole, my semen and Komako- chan's saliva were\nmixed together, becoming gooey." +273600 ,,,,,2160020,,,,,,,,,,,,,,,"With her face still dirty from my semen, Komako-chan sniffed\nthe onahole." +273700 ,,,,,2160020,,コマコ,Komako,038_CB28_k_160.wav,komako,,0,,,,,,,,It smells weird... it's naughty. +273800 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it is." +273900 ,,,,,2160020,,,,,,,,,,,,,,,Hearing Komako-chan say it's naughty directly makes my heart\nskip a beat. +274000 ,,,,,2160020,,,,,,,,,,,,,,,I want to make an MP3 of just that part and listen to it on\nmy phone over and over. +274100 ,,,,,2160020,,,,,,,,,,,,,,,I want to hear more and more provocative words from Komako-\nchan's mouth. +274200 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,"When a pussy gets rubbed and ejaculated in, the entrance\npart twitches." +274300 ,,,,,2160020,,コマコ,Komako,038_CB28_k_161.wav,komako,,0,,,,,,,,Twitches? +274400 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,It moves. Like twitching. +274500 ,,,,,2160020,,コマコ,Komako,038_CB28_k_162.wav,komako,,0,,,,,,,,It moves. I kind of want to see it. +274600 ,,,,,2160020,,,,,,,,,,,,,,,"Komako-chan squeezed the onahole again, watching the semen\noverflow from its mouth." +274700 ,,,,,2160020,,,,,,,,,,,,,,,"She found it amusing to see the semen ooze out, and kept\nplaying with it like that." +274800 ,,,,,2160020,,,,,,,,,,,,,,,"Meanwhile, I watched the semen harden on her hair." +274900 ,,,,,2160020,,,,,,,,,,,,,,,"It's very nice. My DNA is oxidizing on Komako-chan's hair\nand face, thoroughly dirtying her." +275000 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan. Doesn't the semen bother you much? +275100 ,,,,,2160020,,コマコ,Komako,038_CB28_k_163.wav,komako,,0,,,,,,,,I'm more interested in this onahole right now. +275200 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,I see. +275300 ,,,,,2160020,,,,,,,,,,,,,,,"It's the perfect situation. Seeing a girl get annoyed by\nbeing covered in semen is exciting, but being ignored is\nalso great." +275400 ,,,,,2160020,,,,,,,,,,,,,,,I make another naughty suggestion to Komako- chan. +275500 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,"If you lick it, Chie-chan will be happy too." +275600 ,,,,,2160020,,コマコ,Komako,038_CB28_k_164.wav,komako,,0,,,,,,,,Huh? +275700 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,Think of it as Chie-chan's pussy and lick it. +275800 ,,,,,2160020,,コマコ,Komako,038_CB28_k_165.wav,komako,,0,,,,,,,,Why would I do that? +275900 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,"That way, you'll be better when you're with Chie-chan,\nright?" +276000 ,,,,,2160020,,,,,,,,,,,,,,,Komako-chan seemed a bit interested in what I was saying. +276100 ,,,,,2160020,,主人公,Kiyoshi,,,,,,,,,,,,Let's practice licking Chie-chan's crotch now. +276200 ,,,,,2160020,,コマコ,Komako,038_CB28_k_166.wav,komako,,0,,,,,,,,...Okay. +276300 ,,,,,2160030,,,,,,,,,,,,,,,"Nodding obediently, Komako-chan brought her tongue close to\nthe onahole and finally licked it." +276400 ,,,,,2160030,,,,,,,,,,,,,,,"Normally, Komako-chan might have refused." +276500 ,,,,,2160030,,,,,,,,,,,,,,,"However, she was probably too excited from our previous\ninteractions to think straight." +276600 ,,,,,2160030,,,,,,,,,,,,,,,Or perhaps the perversion lying dormant within Komako-chan\nhad awakened. +276700 ,,,,,2160030,,,,,,,,,,,,,,,"In reality, as long as she licked the onahole covered in my\nsemen, I didn't care which it was." +276900 ,,,,,2160030,,コマコ,Komako,038_CB28_k_167.wav,komako,,0,,,,,,,,It's kind of... salty. +277000 ,,,,,2160030,,主人公,Kiyoshi,,,,,,,,,,,,"Semen is full of nutrients, so the more you lick, the better\nit is for your body." +277100 ,,,,,2160030,,コマコ,Komako,038_CB28_k_168.wav,komako,,0,,,,,,,,This? +277200 ,,,,,2160030,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. +277300 ,,,,,2160030,,,,,,,,,,,,,,,I don't know if that's true or not. +277400 ,,,,,2160030,,コマコ,Komako,038_CB28_k_169.wav,komako,,0,,,,,,,,Then I'll lick a lot. +277500 ,,,,,2160030,,,,,,,,,,,,,,,Komako-chan carefully licked up the semen overflowing from\nthe onahole's mouth. +277600 ,,,,,2160030,,,,,,,,,,,,,,,And she adorably swallowed it down into her stomach. +277700 ,,,,,2160030,,コマコ,Komako,038_CB28_k_170.wav,komako,,0,,,,,,,,"Haa... haa... nngh! Chuuru, rero..." +277800 ,,,,,2160030,,,,,,,,,,,,,,,The semen inside the onahole gradually disappeared. +277900 ,,,,,2160030,,,,,,,,,,,,,,,"In its place, Komako-chan's lovely saliva filled it up." +278000 ,,,,,2160030,,コマコ,Komako,038_CB28_k_171.wav,komako,,0,,,,,,,,"Juru, nku, fuwaa... nn..." +278100 ,,,,,2160030,,,,,,,,,,,,,,,"With an inappropriately seductive moan for her age, she\nswallowed the semen down her throat." +278200 ,,,,,2160030,,,,,,,,,,,,,,,It was a very sinful and captivating sight. +278300 ,,,,,2160030,,コマコ,Komako,038_CB28_k_172.wav,komako,,0,,,,,,,,Ah... it's all gone... +278400 ,,,,,2160030,,,,,,,,,,,,,,,"Komako-chan inserted her tongue deep into the onahole, but\nthere was no more semen." +278500 ,,,,,2160030,,コマコ,Komako,038_CB28_k_173.wav,komako,,0,,,,,,,,It was just a little tasty... +278600 ,,,,,2160030,,,,,,,,,,,,,,,It seems she had taken a liking to the taste. +278700 ,,,,,2160030,,主人公,Kiyoshi,,,,,,,,,,,,"In that case, there's still some semen left." +278800 ,,,,,2160030,,コマコ,Komako,038_CB28_k_174.wav,komako,,0,,,,,,,,Where? +278900 ,,,,,2160030,,主人公,Kiyoshi,,,,,,,,,,,,"Look, in your hair, Komako-chan." +279000 ,,,,,2160030,,,,,,,,,,,,,,,"When I pointed it out, Komako-chan reached for her hair as\nif she realized." +279100 ,,,,,2160030,,,,,,,,,,,,,,,Then she slowly brought the semen on her face and hair to\nher mouth. +279200 ,,,,,2160030,,,,,,,,,,,,,,,"As I watched Komako-chan continuously swallow the semen, I\nwas getting aroused again." +279300 ,$event_return,,,,,,,,,,,,,,,,,,, +279500 ,,,0,,,,,,,,,,,,,,,,,"In the end, I had her lick off all the remaining semen and\nlightly washed her hair and face so her family wouldn't\nnotice." +279700 ,,,3,,,,主人公,Kiyoshi,,,,,,,,,,,,I think Komako-chan learned a lot today. +279800 ,,,,,,,コマコ,Komako,038_CB28_k_175.wav,komako,,23,,,,,,,,Really? +279900 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Yeah, you should be confident." +280000 ,,,,,,,,,,komako,,0,,,,,,,,"When I praised her, Komako-chan seemed to be in a better\nmood." +280200 ,,,,12,,,,,,"komakoL,private",,0,,,,,,,,"As I walked her to the store's exit, Komako- chan turned\nback." +280300 ,,,,,,,コマコ,Komako,038_CB28_k_176.wav,komakoL,,21,,,,,,,,Enjoy the corn. +280400 ,,,,,,,主人公,Kiyoshi,,komakoL,,21,,,,,,,,"Yeah, leave it to me." +280500 ,,,,,,,コマコ,Komako,038_CB28_k_177.wav,komakoL,,22,,,,,,,,"If I keep studying like this, do you think I can make Chie-\nchan feel good?" +280600 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,Absolutely! I guarantee it! +280700 ,,,,,,,コマコ,Komako,038_CB28_k_178.wav,komakoL,,21,,,,,,,,...Yeah! Thank you♪ +280800 ,,,,,,,,,,,,,,,,,,,,Komako-chan waved with a beaming smile and went home. +280900 ,,,,,,,,,,,,,,,,,,,,"As I watched her back, I was fiddling with myself inside my\npants." +281000 ,,,,,,,,,,,,,,,,,,,,"If I get hard again, I'll try to use that onahole for\nanother round as soon as possible." +281100 ,,,,,,,,,,,,,,,,,,,,"Right now, that onahole is filled with Komako-chan's saliva." +281200 ,,,,,,,,,,,,,,,,,,,,"Moreover, I could still feel the sensation of her hair in my\nhands. Now, I can imagine a hair job and a blowjob while\nmasturbating." +281300 ,,,,,,,,,,,,,,,,,,,,"Thinking about that, I tucked the corn under my arm and\nreturned to my room." +281400 ,,,0,9000,,,,,,,,,,,,,,,, +281600 ,@039_CB29,,,,,,,,,,,,,,,,,,, +281900 ,,,5,21,,,,,,,,,,,,,,,,"Around 9:30 in the morning, I heard someone banging on the\nshutter of our store." +282000 ,,,,,,,,,,,,,,,,,,,,"The banging was loud and fast, as if they were in a hurry." +282100 ,,,,,,,甜花,Tenka,039_CB29_t_000.wav,,,,,,,,,,,Uncle! What's going on!? Open up quickly! +282200 ,,,,,,,,,,,,,,,,,,,,It was Tenka-chan. +282300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Huh!? What? Tenka-chan? Hold on! Don't bang so much! You'll\ndisturb the neighbors! +282400 ,,,,,,,甜花,Tenka,039_CB29_t_001.wav,,,,,,,,,,,Hurry! +282500 ,,,,,,,,,,,,,,,,,,,,I hurriedly opened the shutter. +282700 ,,,,,,,甜花,Tenka,039_CB29_t_002.wav,"tenka,privateC",,12,,,,,,,,Haa... haa... +282800 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,What's wrong? +282900 ,,,,,,,,,,tenka,,12,,,,,,,,"There stood Tenka-chan, panting heavily and her shoulders\nrising and falling intensely." +283000 ,,,,,,,甜花,Tenka,039_CB29_t_003.wav,tenka,,16,,,,,,,,Panties... +283100 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,...Huh? +283200 ,,,14,,,,甜花,Tenka,039_CB29_t_004.wav,tenka,,11,,,,,,,,"Panties! Panties, panties, panties!" +283300 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,Huh!? What? Panties? What? +283400 ,,,,,,,甜花,Tenka,039_CB29_t_005.wav,tenka,,11,,,,,,,,"Panties, panties, panties!" +283500 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,So what's with the panties? Do you want me to see them? +283600 ,,,,,,,,,,tenka,,11,,,,,,,,Tenka-chan shook her head so vigorously it seemed like it\nwould make a sound. +283700 ,,,,,,,甜花,Tenka,039_CB29_t_006.wav,"tenkaL,privateC",,11,,,,,,,,"Panties, panties, panties, panties, panties, panties!!!" +283800 ,,,,,,,主人公,Kiyoshi,,tenkaL,,11,,,,,,,,Ahh! Calm down a bit! +283900 ,,,,,,,,,,tenkaL,,11,,,,,,,,Being shouted about panties so much at the storefront would\ndefinitely raise suspicion. +284000 ,,,,,,,,,,tenkaL,,11,,,,,,,,I took Tenka-chan's hand and quickly led her to the back of\nthe store. +284200 ,,,,31,,,甜花,Tenka,039_CB29_t_007.wav,tenka,,16,,,,,,,,Haa... haa... panties... +284300 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,"So, what's with the panties?" +284400 ,,,,,,,甜花,Tenka,039_CB29_t_008.wav,tenka,,13,,,,,,,,The panties... danced... +284500 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,The panties danced? +284600 ,,,,,,,甜花,Tenka,039_CB29_t_009.wav,tenkaL,,11,,,,,,,,No! +284700 ,,,,,,,,,,tenka,,11,,,,,,,,Tenka-chan was just angry. She was excited. +284800 ,,,,,,,,,,tenka,,11,,,,,,,,This is no good. We can't have a conversation. +284900 ,,,,,,,,,,tenka,,11,,,,,,,,I offered Tenka-chan some well-chilled barley tea. +285000 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,"Here, just drink this and calm down." +285100 ,,,,,,,甜花,Tenka,039_CB29_t_010.wav,tenka,,16,,,,,,,,Haa... panties... gulp... gulp... +285200 ,,,,,,,,,,tenka,,16,,,,,,,,Tenka-chan gulped down the barley tea in one go. +285300 ,,,,,,,,,,tenka,,16,,,,,,,,The ice clinked in the glass cup. +285400 ,,,,,,,甜花,Tenka,039_CB29_t_011.wav,tenka,,14,,,,,,,,...I'm calm now. +285500 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,"Good. So, what happened?" +285600 ,,,,,,,甜花,Tenka,039_CB29_t_012.wav,tenka,,30,,,,,,,,"You know, the 'I tried dancing' video we shot before! My\npanties were totally visible!" +285700 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"Well, that's because we filmed it." +285800 ,,,,,,,甜花,Tenka,039_CB29_t_013.wav,tenka,,31,,,,,,,,You said you'd edit it out properly! +285900 ,,,,,,,,,,tenka,,31,,,,,,,,"From what I heard, as soon as the video was uploaded, Tenka-\nchan checked it thoroughly." +286000 ,,,,,,,,,,tenka,,31,,,,,,,,"At first, she thought there was no problem, but then she\nrealized the panty shot was still there, so she rushed over\nto have it removed." +286100 ,,,,,,,甜花,Tenka,039_CB29_t_014.wav,tenka,,10,,,,,,,,Delete it quickly! +286200 ,,,,,,,主人公,Kiyoshi,,tenka,,10,,,,,,,,"No, I can't do that." +286300 ,,,,,,,甜花,Tenka,039_CB29_t_015.wav,tenka,,30,,,,,,,,Why not!? +286400 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,Because that video needs the panty shot! +286500 ,,,,,,,甜花,Tenka,039_CB29_t_016.wav,tenka,,23,,,,,,,,Huh... what do you mean? +286600 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"Do you think that panty shot is something lewd, Tenka-chan?" +286700 ,,,,,,,甜花,Tenka,039_CB29_t_017.wav,tenka,,13,,,,,,,,Well... I mean... +286800 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"No, it's not lewd, it's alluring." +286900 ,,,,,,,甜花,Tenka,039_CB29_t_018.wav,tenka,,33,,,,,,,,...What's the difference between lewd and alluring? +287000 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,That's why! A panty shot is charm! It's romance! It's a\ndream! Do you get it!? +287100 ,,,,,,,甜花,Tenka,039_CB29_t_019.wav,tenka,,31,,,,,,,,I... I don't understand... +287200 ,,,,,,,,,,tenka,,31,,,,,,,,"Overwhelmed by my intensity, Tenka-chan was taken aback." +287300 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"You know those shows where idols wear swimsuits and have\nfun, right?" +287400 ,,,,,,,甜花,Tenka,039_CB29_t_020.wav,tenka,,30,,,,,,,,Yeah... +287500 ,,,,,,,主人公,Kiyoshi,,tenka,,30,,,,,,,,"Those are practically showing panties, right? Considering\nthe exposure." +287600 ,,,,,,,甜花,Tenka,039_CB29_t_021.wav,tenka,,32,,,,,,,,Is that... so? +287700 ,,,,,,,主人公,Kiyoshi,,tenka,,32,,,,,,,,"Yes! And in the past, it was normal to show breasts too!" +287800 ,,,,,,,甜花,Tenka,039_CB29_t_022.wav,tenka,,24,,,,,,,,Really? +287900 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,Really! I wouldn't lie. +288000 ,,,,,,,甜花,Tenka,039_CB29_t_023.wav,tenka,,3,,,,,,,,There was a time like that... +288100 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,You can see it if you watch old swimsuit contests. +288200 ,,,,,,,,,,tenka,,3,,,,,,,,Tenka-chan looked dissatisfied but didn't argue. +288300 ,,,,,,,甜花,Tenka,039_CB29_t_024.wav,tenka,,27,,,,,,,,If you say so... I guess that's how it is... +288400 ,,,,,,,主人公,Kiyoshi,,tenka,,27,,,,,,,,"Yeah. And thanks to that panty shot, there were lots of\ncomments, right?" +288500 ,,,,,,,甜花,Tenka,039_CB29_t_025.wav,tenka,,14,,,,,,,,Well... yeah. There were a lot of comments. +288600 ,,,,,,,,,,tenka,,14,,,,,,,,"As she said that, Tenka-chan looked happy. It seems having\nmany comments really is pleasing." +288700 ,,,,,,,主人公,Kiyoshi,,tenka,,14,,,,,,,,See? Panty shots are necessary for idols. +288800 ,,,,,,,甜花,Tenka,039_CB29_t_026.wav,tenka,,12,,,,,,,,I see... I understand. +288900 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,Yeah! I'm glad Tenka-chan is such an understanding girl. +289000 ,,,,,,,甜花,Tenka,039_CB29_t_027.wav,tenka,,21,,,,,,,,...Hehe. +289100 ,,,,,,,,,,tenka,,21,,,,,,,,"Being praised by me, Tenka-chan was genuinely happy." +289200 ,,,,,,,,,,tenka,,21,,,,,,,,She probably doesn't even realize she's being manipulated. +289300 ,,,6,,,,主人公,Kiyoshi,,tenka,,21,,,,,,,,"Oh, right. Since Tenka-chan came early today and we have\ntime, let's try a gravure photoshoot." +289400 ,,,,,,,甜花,Tenka,039_CB29_t_028.wav,tenka,,3,,,,,,,,Gravure? +289500 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Yeah, you see it often, right?" +289600 ,,,,,,,甜花,Tenka,039_CB29_t_029.wav,tenka,,23,,,,,,,,That lewd one? +289700 ,,,,,,,主人公,Kiyoshi,,tenka,,23,,,,,,,,"I told you, it's not lewd. It's romantic." +289800 ,,,,,,,甜花,Tenka,039_CB29_t_030.wav,tenka,,30,,,,,,,,Romantic... what's that? +289900 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,You'll naturally understand it eventually. +290000 ,,,,,,,甜花,Tenka,039_CB29_t_031.wav,tenka,,34,,,,,,,,Romantic... +290100 ,,,,,,,,,,tenka,,34,,,,,,,,"While Tenka-chan was deep in thought, I took out the gravure\noutfit I had prepared beforehand." +290200 ,,,,,,,主人公,Kiyoshi,,tenka,,34,,,,,,,,You'll be wearing this today. +290300 ,,,,,,,甜花,Tenka,039_CB29_t_032.wav,tenka,,4,,,,,,,,Eh!? That is―― +290400 ,,,,,,,主人公,Kiyoshi,,tenka,,4,,,,,,,,"Yeah, it's a bikini. A micro bikini." +290500 ,,,,,,,,,,tenka,,4,,,,,,,,A tiny swimsuit that barely covers the nipples and genitals. +290600 ,,,,,,,,,,tenka,,4,,,,,,,,"The kind often used in adult videos, completely underground-\noriented bikini." +290700 ,,,,,,,甜花,Tenka,039_CB29_t_033.wav,tenka,,31,,,,,,,,I can't wear that! +290800 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"You can. Tenka-chan is a future star idol, right?" +290900 ,,,,,,,甜花,Tenka,039_CB29_t_034.wav,tenka,,16,,,,,,,,...I've never seen an idol wearing something like that. +291000 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,Sigh... +291100 ,,,,,,,,,,tenka,,16,,,,,,,,I let out an exaggerated sigh and handed Tenka-chan a\nprovocative junior idol photobook. +291200 ,,,,,,,主人公,Kiyoshi,,tenka,,16,,,,,,,,Take a look. +291300 ,,,,,,,甜花,Tenka,039_CB29_t_035.wav,tenka,,13,,,,,,,,What's this? +291400 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,It's a photobook of a very popular idol. +291500 ,,,,,,,,,,tenka,,13,,,,,,,,Tenka-chan swallowed hard and slowly opened the photobook. +291600 ,,,,,,,甜花,Tenka,039_CB29_t_036.wav,tenka,,24,,,,,,,,Wow... amazing... +291700 ,,,,,,,,,,tenka,,24,,,,,,,,It was filled with idols wearing outfits as daring as the\nmicro bikini. +291800 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,See? +291900 ,,,,,,,甜花,Tenka,039_CB29_t_037.wav,tenka,,13,,,,,,,,Is this normal? +292000 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,It's normal. +292100 ,,,,,,,甜花,Tenka,039_CB29_t_038.wav,tenka,,12,,,,,,,,I can't believe it... +292200 ,,,,,,,,,,tenka,,12,,,,,,,,I spoke as if giving advice. +292300 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,Idols are in the business of giving dreams to men. +292400 ,,,,,,,,,,tenka,,12,,,,,,,,Tenka-chan stayed quiet and listened. +292500 ,,,,,,,主人公,Kiyoshi,,tenka,,12,,,,,,,,Men want to have cute girls like idols as their girlfriends\nor to hang out with them. +292600 ,,,,,,,甜花,Tenka,039_CB29_t_039.wav,tenka,,33,,,,,,,,"I understand that, but..." +292700 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,But it's impossible. Everyone knows that. That's why they\nbecome idol fans. +292800 ,,,,,,,甜花,Tenka,039_CB29_t_040.wav,tenka,,26,,,,,,,,Is it impossible? +292900 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,"It's impossible. Well, maybe not for some people, but\ngenerally, it's impossible." +293000 ,,,,,,,甜花,Tenka,039_CB29_t_041.wav,tenka,,36,,,,,,,,"Impossible, huh..." +293100 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"Tenka-chan, you've thought about how nice it would be if\nSakurai-kun was your boyfriend, right?" +293200 ,,,,,,,甜花,Tenka,039_CB29_t_042.wav,tenka,,13,,,,,,,,Yeah... +293300 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"That's why you're a fan, right?" +293400 ,,,,,,,甜花,Tenka,039_CB29_t_043.wav,tenka,,13,,,,,,,,...Yeah. +293500 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,That's why gravure exists for people like that. +293600 ,,,,,,,,,,tenka,,13,,,,,,,,I explained passionately. +293700 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,"With gravure, you can see them in swimsuits without having\nto be their boyfriend or girlfriend, right? Isn't that a\ngood thing?" +293800 ,,,,,,,甜花,Tenka,039_CB29_t_044.wav,tenka,,33,,,,,,,,Is it... a good thing? +293900 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"It is a good thing! Aren't you interested in seeing Sakurai-\nkun in a swimsuit, Tenka- chan?" +294000 ,,,,,,,甜花,Tenka,039_CB29_t_045.wav,tenka,,22,,,,,,,,"I am, but..." +294100 ,,,,,,,主人公,Kiyoshi,,tenka,,22,,,,,,,,"See? You're the same, Tenka-chan. You have to wear a\nswimsuit for the fans too." +294200 ,,,,,,,,,,tenka,,22,,,,,,,,"When I said that, Tenka-chan reluctantly nodded." +294300 ,,,,,,,甜花,Tenka,039_CB29_t_046.wav,tenka,,36,,,,,,,,Alright. I'll endure it for the fans... +294400 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"You're amazing, Tenka-chan!" +294500 ,,,,,,,,,,tenka,,36,,,,,,,,The slight blush on her cheeks is just perfect! +294600 ,,,,,,,主人公,Kiyoshi,,tenka,,36,,,,,,,,"Well then, shall we move?" +294700 ,,,,,,,甜花,Tenka,039_CB29_t_047.wav,tenka,,13,,,,,,,,Huh? Aren't we shooting here? +294800 ,,,,,,,主人公,Kiyoshi,,tenka,,13,,,,,,,,We won't shoot in a place like this. Let's go somewhere that\nhighlights Tenka-chan's charm more. +294900 ,,,6,31,,,,,,tenka,,13,,,,,,,,I had Tenka-chan wear a swimsuit under her clothes and\nheaded outside. +295100 ,,,,,,,,,,,,,,,,,,,, +295200 ,,,7,101,,,甜花,Tenka,039_CB29_t_048.wav,tenka,,24,,,,,,,,We're shooting here!? +295300 ,,,,,,,主人公,Kiyoshi,,tenka,,24,,,,,,,,That's right. +295400 ,,,,,,,甜花,Tenka,039_CB29_t_049.wav,tenka,,33,,,,,,,,We're shooting outside? +295500 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Yeah. +295600 ,,,,,,,甜花,Tenka,039_CB29_t_050.wav,tenka,,11,,,,,,,,No way! People will see us! +295700 ,,,,,,,主人公,Kiyoshi,,tenka,,11,,,,,,,,It's fine. No one comes around here at this time. +295800 ,,,,,,,甜花,Tenka,039_CB29_t_051.wav,tenka,,26,,,,,,,,...Really? +295900 ,,,,,,,主人公,Kiyoshi,,tenka,,26,,,,,,,,Really. I don't want to be interrupted either. +296000 ,,,,,,,甜花,Tenka,039_CB29_t_052.wav,tenka,,26,,,,,,,,I see... +296100 ,,,,,,,,,,tenka,,26,,,,,,,,Tenka-chan wandered around by the river. +296200 ,,,,,,,甜花,Tenka,039_CB29_t_053.wav,tenka,,33,,,,,,,,"So, where are we shooting?" +296300 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Let's see... +296400 ,,"",,,,,,,,tenka,,33,,,,,,,,I looked around. Shooting by the river would be nice. +296500 ,,,,,,,,,,tenka,,33,,,,,,,,"But I have a specific composition in mind. Honestly, for\nthat composition, the river isn't necessary." +296600 ,,,,,,,,,,tenka,,33,,,,,,,,A beautiful sky is all I need. +296700 ,,"",,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Then, let's do it here." +296800 ,,,,,,,甜花,Tenka,039_CB29_t_054.wav,tenka,,16,,,,,,,,Okay... got it. +296900 ,,,,,,,,,,tenka,,16,,,,,,,,"Saying that, Tenka-chan froze." +297000 ,,,,,,,甜花,Tenka,039_CB29_t_055.wav,tenka,,31,,,,,,,,Hey... are we really shooting here? +297100 ,,,,,,,主人公,Kiyoshi,,tenka,,31,,,,,,,,"Oh, did you prefer closer to the river?" +297200 ,,,,,,,甜花,Tenka,039_CB29_t_056.wav,tenka,,33,,,,,,,,That's not it... are we really shooting outside? +297300 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,"Yeah, I want to shoot under the blue sky." +297400 ,,,,,,,甜花,Tenka,039_CB29_t_057.wav,tenka,,33,,,,,,,,............ +297500 ,,,,,,,,,,tenka,,33,,,,,,,,It seems she has some resistance to being in a micro bikini\noutside. +297600 ,,,,,,,,,,tenka,,33,,,,,,,,"However, it's too late to back out now." +297700 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Ahh~ the shoot is going to stop... +297800 ,,,,,,,甜花,Tenka,039_CB29_t_058.wav,tenkaL,,33,,,,,,,,The shoot... +297900 ,,,,,,,主人公,Kiyoshi,,tenkaL,,33,,,,,,,,"If this were a real idol, it would be a scandal. I mean,\nsaying you can't do it when it's work." +298000 ,,,,,,,甜花,Tenka,039_CB29_t_059.wav,tenkaL,,16,,,,,,,,Work... +298100 ,,,,,,,主人公,Kiyoshi,,tenkaL,,16,,,,,,,,"If you're a pro, you wouldn't back down here. Because you're\na pro." +298200 ,,,,,,,甜花,Tenka,039_CB29_t_060.wav,tenkaL,,16,,,,,,,,Pro... +298300 ,,,,,,,,,,tenkaL,,16,,,,,,,,"The word 'pro' seemed to be the deciding factor, as Tenka-\nchan slowly began to undress." +298400 ,,,,,,,甜花,Tenka,039_CB29_t_061.wav,tenka,,33,,,,,,,,I can't cause any more trouble... +298500 ,,,,,,,,,,tenka,,33,,,,,,,,"Saying that, she changed into the micro bikini. Tenka-chan\nreally is a good, honest girl at heart." +298700 ,,,,,,,甜花,Tenka,039_CB29_t_062.wav,"tenka,bikini",,33,,,,,,,,Is this okay? +298800 ,,,,,,,主人公,Kiyoshi,,tenka,,33,,,,,,,,Spread your legs more and look over here from there. +298900 ,,,,,,,甜花,Tenka,039_CB29_t_063.wav,tenka,,6,,,,,,,,Like this? +299000 ,,,,,,,主人公,Kiyoshi,,tenka,,3,,,,,,,,"Yes, yes! Looking good, looking good!" +299200 ,,,10,,3150000,,,,,,,,,,,,,,, +299300 ,*mem,,,,3150000,,,,,,,,,,,,,,, +299400 ,,,10,,3150000,,甜花,Tenka,039_CB29_t_064.wav,tenka,,0,,,,,,,,Is this alright? +299500 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! Perfect! +299600 ,,,,,3150000,,,,,,,,,,,,,,,"With this composition, you can see Tenka- chan's nipples,\nanus, and face, all of it." +299700 ,,,,,3150000,,,,,,,,,,,,,,,"I can capture the alluring parts usually hidden, like the\nback of the knees and thighs. It's the perfect composition." +299800 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's get started!" +299900 ,,,,,3150000,,,,,,,,,,,,,,,I took out my smartphone and began shooting. +300000 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Good, good~! Look over here. Come on, look at the camera\nmore." +300100 ,,,,,3150000,,,,,,,,,,,,,,,"Though it's just a smartphone, not a camera." +300200 ,,,,,3150000,,甜花,Tenka,039_CB29_t_065.wav,tenka,,0,,,,,,,,Mmm... +300300 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Your expression is stiff. Smile more, smile more." +300400 ,,,,,3150000,,甜花,Tenka,039_CB29_t_066.wav,tenka,,0,,,,,,,,Smiling... is hard... +300500 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Naturally, naturally. Just like you always do." +300600 ,,,,,3150000,,甜花,Tenka,039_CB29_t_067.wav,tenka,,0,,,,,,,,Ugh... +300700 ,,,,,3150000,,,,,,,,,,,,,,,Tenka-chan looked embarrassed the whole time. But that's\nwhat makes it even better. +300800 ,,,,,3150000,,,,,,,,,,,,,,,"I moved my smartphone closer to Tenka-chan. Then, I brought\nthe lens to her ankle." +300900 ,,,,,3150000,,,,,,,,,,,,,,,"From there, I slowly moved the smartphone lens along her leg\nas if caressing it." +301000 ,,,,,3150000,,,,,,,,,,,,,,,"Using the burst mode, I saved images of Tenka-chan's bare\nlegs on my smartphone." +301100 ,,,,,3150000,,甜花,Tenka,039_CB29_t_068.wav,tenka,,0,,,,,,,,There's a lot of noise happening. +301200 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,It's burst shooting. I'll use the best photo from it. +301300 ,,,,,3150000,,,,,,,,,,,,,,,"In reality, I plan to use all of them for my own pleasure." +301400 ,,,,,3150000,,甜花,Tenka,039_CB29_t_069.wav,tenka,,0,,,,,,,,Wow... Pros use burst mode. +301500 ,,,,,3150000,,,,,,,,,,,,,,,"I'm not a pro, but it seems like Tenka-chan has flipped a\nstrange switch." +301600 ,,,,,3150000,,,,,,,,,,,,,,,Maybe it's because I kept mentioning 'pro' earlier. +301700 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, don't close your eyes." +301800 ,,,,,3150000,,甜花,Tenka,039_CB29_t_070.wav,tenka,,0,,,,,,,,Okay... +301900 ,,,,,3150000,,,,,,,,,,,,,,,I smoothly took photos from the back of her knee to her\nthigh. +302000 ,,,,,3150000,,,,,,,,,,,,,,,Tenka-chan had a slight sheen of sweat on the back of her\nknee. I could tell even through the lens. +302100 ,,,,,3150000,,,,,,,,,,,,,,,"Her thighs were as plump as ever, making me want to lick\nthem all over." +302200 ,,,,,3150000,,,,,,,,,,,,,,,"However, if I did that now, Tenka-chan would get nervous,\nand the shoot would end." +302300 ,,,,,3150000,,,,,,,,,,,,,,,I must avoid that at all costs. +302400 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Nice... As expected of Tenka-chan. +302500 ,,,,,3150010,,甜花,Tenka,039_CB29_t_071.wav,tenka,,0,,,,,,,,...I don't know what kind of expression I should make... +302600 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"Basically, just smile." +302700 ,,,,,3150010,,甜花,Tenka,039_CB29_t_072.wav,tenka,,0,,,,,,,,Ugh... That's why I said smiling is hard... +302800 ,,,,,3150010,,,,,,,,,,,,,,,"Ignoring Tenka-chan's grumbling, I pointed my smartphone at\nher chest." +302900 ,,,,,3150010,,,,,,,,,,,,,,,This micro bikini is designed to be see- through at the\nnipples. +303000 ,,,,,3150010,,,,,,,,,,,,,,,It seems Tenka-chan hasn't noticed that. +303100 ,,,,,3150000,,甜花,Tenka,039_CB29_t_073.wav,tenka,,0,,,,,,,,Don't bring the camera so close to my boobs... +303200 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Why not? +303300 ,,,,,3150000,,甜花,Tenka,039_CB29_t_074.wav,tenka,,0,,,,,,,,Because it's embarrassing... +303400 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine. You're wearing a swimsuit, right?" +303500 ,,,,,3150000,,甜花,Tenka,039_CB29_t_075.wav,tenka,,0,,,,,,,,"That's true, but..." +303600 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"For a pro, this is an everyday occurrence." +303700 ,,,,,3150000,,甜花,Tenka,039_CB29_t_076.wav,tenka,,0,,,,,,,,Pro... +303800 ,,,,,3150000,,,,,,,,,,,,,,,The word 'pro' is like magic. +303900 ,,,,,3150000,,,,,,,,,,,,,,,"Just by saying it, Tenka-chan easily listens to what I say." +304000 ,,,,,3150000,,,,,,,,,,,,,,,"Alright, this should be enough. Next is the face." +304100 ,,,,,3150000,,,,,,,,,,,,,,,The face is a very important part in gravure. +304200 ,,,,,3150000,,,,,,,,,,,,,,,Expressions can sometimes be more erotic than any body part. +304300 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, smile, smile." +304400 ,,,,,3150000,,甜花,Tenka,039_CB29_t_077.wav,tenka,,0,,,,,,,,T-Too close... +304500 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Don't worry about it. Just imagine you're looking at your\nlover... +304600 ,,,,,3150000,,甜花,Tenka,039_CB29_t_078.wav,tenka,,0,,,,,,,,............ +304700 ,,,,,3150000,,,,,,,,,,,,,,,"When I said that, Tenka-chan made a slightly mature\nexpression." +304800 ,,,,,3150000,,,,,,,,,,,,,,,As expected of someone aiming to be an idol. As expected of\nTenka-chan. +304900 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then... finally..." +305000 ,,,,,3150000,,,,,,,,,,,,,,,I focused on her anus. +305100 ,,,,,3150000,,,,,,,,,,,,,,,This micro bikini has especially little fabric around the\nbutt. +305200 ,,,,,3150000,,,,,,,,,,,,,,,"It's completely a string, as if to show off the butt hole." +305300 ,,,,,3150000,,甜花,Tenka,039_CB29_t_079.wav,tenka,,0,,,,,,,,Stop! My butt hole will show! +305400 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan? You shouldn't hide it, right?" +305500 ,,,,,3150000,,甜花,Tenka,039_CB29_t_080.wav,tenka,,0,,,,,,,,But... +305600 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"The shoot will stop, you know?" +305700 ,,,,,3150000,,甜花,Tenka,039_CB29_t_081.wav,tenka,,0,,,,,,,,"...You're being mean, mister." +305800 ,,,,,3150000,,,,,,,,,,,,,,,"Somehow, being called mean by Tenka-chan gives me chills!" +305900 ,,,,,3150000,,,,,,,,,,,,,,,"I want her to say it more, but I have to hold back for now." +306000 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,That's right! +306100 ,,,,,3150000,,,,,,,,,,,,,,,Tenka-chan moved her hand away from her butt. +306200 ,,,,,3150000,,,,,,,,,,,,,,,Now I can take as many pictures as I want. +306300 ,,,,,3150000,,,,,,,,,,,,,,,"But, as expected, she seems a bit embarrassed, and her legs\nstart to close." +306400 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Don't close them! Open them more! +306600 ,,,,,3150010,,甜花,Tenka,039_CB29_t_082.wav,tenka,,0,,,,,,,,"B-but... really, my butt... the hole will show..." +306700 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"I told you before, right? Don't worry about that!" +306800 ,,,,,3150010,,甜花,Tenka,039_CB29_t_083.wav,tenka,,0,,,,,,,,Ugh... +306900 ,,,,,3150010,,,,,,,,,,,,,,,"Pressed by me, Tenka-chan eventually opened her legs." +307100 ,,,,,3150000,,,,,,,,,,,,,,,"I moved my phone around her body again, as if licking it all\nover." +307200 ,,,,,3150000,,,,,,,,,,,,,,,Ah... I'm so lucky to be able to use these photos as\nmaterial for later. +307300 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, next is..." +307400 ,,,,,3150000,,,,,,,,,,,,,,,I gently stroked Tenka-chan's leg with my phone. +307500 ,,,,,3150000,,甜花,Tenka,039_CB29_t_084.wav,tenka,,0,,,,,,,,Hyah! +307600 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Hey! I told you not to move! +307700 ,,,,,3150010,,甜花,Tenka,039_CB29_t_085.wav,tenka,,0,,,,,,,,But! You're tickling me with the camera... +307800 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,Endure it! +307900 ,,,,,3150010,,甜花,Tenka,039_CB29_t_086.wav,tenka,,0,,,,,,,,"If you do that, you won't be able to take pictures, you\nknow?" +308000 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"Don't worry about it. It's fine, I'm getting them." +308100 ,,,,,3150010,,甜花,Tenka,039_CB29_t_087.wav,tenka,,0,,,,,,,,Ugh... You're definitely lying... +308200 ,,,,,3150010,,,,,,,,,,,,,,,Watching Tenka-chan squirm from being tickled never gets\nold. +308300 ,,,,,3150010,,,,,,,,,,,,,,,"In fact, the more I watch, the more aroused I get." +308400 ,,,,,3150010,,,,,,,,,,,,,,,I kept teasing Tenka-chan's body with my phone. +308500 ,,,,,3150000,,甜花,Tenka,039_CB29_t_088.wav,tenka,,0,,,,,,,,No... it tickles... +308600 ,,,,,3150000,,,,,,,,,,,,,,,Tenka-chan's knees were trembling. +308700 ,,,,,3150000,,,,,,,,,,,,,,,"If I keep going, she might not be able to stand." +308800 ,,,,,3150000,,,,,,,,,,,,,,,That wouldn't be good. +308900 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Let's move on to the next thing. +309000 ,,,,,3150000,,甜花,Tenka,039_CB29_t_089.wav,tenka,,0,,,,,,,,Next? +309100 ,,,,,3150000,,,,,,,,,,,,,,,I changed the mode on the camera. +309200 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"This time, I'll record a video." +309300 ,,,,,3150000,,甜花,Tenka,039_CB29_t_090.wav,tenka,,0,,,,,,,,A video!? I thought it was just photos? +309400 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Of course. I'll make sure to get a great video too. +309500 ,,,,,3150000,,甜花,Tenka,039_CB29_t_091.wav,tenka,,0,,,,,,,,Isn't this a gravure shoot? +309600 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,We're also making an image video. It'll be more popular that\nway. +309700 ,,,,,3150000,,甜花,Tenka,039_CB29_t_092.wav,tenka,,0,,,,,,,,Popular... but... +309800 ,,,,,3150000,,,,,,,,,,,,,,,"Even at this point, Tenka-chan still resisted." +309900 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"These days, it's common sense for idols to shoot image\nvideos. It's actually strange not to." +310000 ,,,,,3150000,,甜花,Tenka,039_CB29_t_093.wav,tenka,,0,,,,,,,,But... in this swimsuit... +310100 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"If you don't, you can't become an idol." +310300 ,,,,,3150010,,甜花,Tenka,039_CB29_t_094.wav,tenka,,0,,,,,,,,That's... I don't want that... +310400 ,,,,,3150010,,,,,,,,,,,,,,,Not being able to become an idol. It seemed like those were\nwords Tenka-chan couldn't accept. +310500 ,,,,,3150010,,甜花,Tenka,039_CB29_t_095.wav,tenka,,0,,,,,,,,"Then, fine..." +310600 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,Thank you! +310700 ,,,,,3150010,,,,,,,,,,,,,,,I immediately started recording the video. +310800 ,,,,,3150010,,,,,,,,,,,,,,,"As expected, the way of shooting completely changes from\nbefore." +310900 ,,,,,3150010,,,,,,,,,,,,,,,"Unlike still images, you can capture movement, so the focus\nshifts." +311000 ,,,,,3150010,,,,,,,,,,,,,,,You can capture the feel of sweat and the changes in Tenka-\nchan's expressions. +311100 ,,,,,3150010,,,,,,,,,,,,,,,Video is definitely essential. +311200 ,,,,,3150010,,甜花,Tenka,039_CB29_t_096.wav,tenka,,0,,,,,,,,...Not done yet? +311300 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,Not yet. I'll shoot a lot more. +311400 ,,,,,3150010,,甜花,Tenka,039_CB29_t_097.wav,tenka,,0,,,,,,,,What are you going to do with so much footage? +311500 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,I'll edit it. +311600 ,,,,,3150010,,甜花,Tenka,039_CB29_t_098.wav,tenka,,0,,,,,,,,Edit? +311700 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, edit. I'll keep only the parts where Tenka-chan's charm\nshines the most and cut the rest." +311800 ,,,,,3150010,,甜花,Tenka,039_CB29_t_099.wav,tenka,,0,,,,,,,,Cut? +311900 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,It means to discard. I can't show unnecessary scenes to the\nfans. +312000 ,,,,,3150010,,甜花,Tenka,039_CB29_t_100.wav,tenka,,0,,,,,,,,What happens if you do that? +312100 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"It'll be full of good scenes, so Tenka-chan will gain more\nfans." +312200 ,,,,,3150010,,甜花,Tenka,039_CB29_t_101.wav,tenka,,0,,,,,,,,That's... like magic... +312300 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,It's the same with photos. I only use the good ones. +312400 ,,,,,3150000,,甜花,Tenka,039_CB29_t_102.wav,tenka,,0,,,,,,,,"You're amazing, mister." +312500 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,I'm not amazing. +312600 ,,,,,3150000,,,,,,,,,,,,,,,It's all knowledge borrowed from the internet. I don't\nactually plan to do it. +312700 ,,,,,3150000,,,,,,,,,,,,,,,"In fact, there's nothing to cut from Tenka- chan's videos." +312800 ,,,,,3150000,,,,,,,,,,,,,,,Every bit of it will be my material. +312900 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Tenka-chan. Make sure to look this way." +313000 ,,,,,3150010,,甜花,Tenka,039_CB29_t_103.wav,tenka,,0,,,,,,,,"Ah, sorry." +313100 ,,,,,3150010,,,,,,,,,,,,,,,"You mustn't forget to look at the camera. Tenka-chan looking\naway is nice too, but the basic is to face the camera." +313200 ,,,,,3150010,,,,,,,,,,,,,,,I first took a close-up of her face. Tenka- chan closed and\nopened her eyes to endure the embarrassment. +313300 ,,,,,3150010,,,,,,,,,,,,,,,That gesture was really nice. Why are embarrassed girls so\ncute? +313400 ,,,,,3150010,,甜花,Tenka,039_CB29_t_104.wav,tenka,,0,,,,,,,,Enough... my face is fine... +313500 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, alright." +313600 ,,,,,3150010,,,,,,,,,,,,,,,"Next is the thighs. Here, the play of light and shadow is\nvery artistic." +313700 ,,,,,3150010,,,,,,,,,,,,,,,Tenka-chan's thighs were shining. This doesn't happen with\nolder women. +313800 ,,,,,3150010,,甜花,Tenka,039_CB29_t_105.wav,tenka,,0,,,,,,,,Is there any point in taking so many pictures of my thighs? +313900 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,Men like thighs. +314000 ,,,,,3150010,,甜花,Tenka,039_CB29_t_106.wav,tenka,,0,,,,,,,,Why? +314100 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,Because it's sexy. +314200 ,,,,,3150010,,甜花,Tenka,039_CB29_t_107.wav,tenka,,0,,,,,,,,Thighs are sexy? +314300 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,They're incredibly sexy. +314400 ,,,,,3150010,,甜花,Tenka,039_CB29_t_108.wav,tenka,,0,,,,,,,,"Do you like thighs, mister?" +314500 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. They definitely make it into the top 5 favorite parts\nof a girl. +314600 ,,,,,3150010,,甜花,Tenka,039_CB29_t_109.wav,tenka,,0,,,,,,,,"I see... boys are weird, aren't they?" +314700 ,,,,,3150010,,,,,,,,,,,,,,,"I'm not a boy, I'm a man, but I'll admit we're weird." +314800 ,,,,,3150010,,,,,,,,,,,,,,,This way of thinking might be too early for Tenka-chan. +314900 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, next is the breasts." +315000 ,,,,,3150010,,,,,,,,,,,,,,,I moved the camera to her translucent nipples. +315100 ,,,,,3150010,,,,,,,,,,,,,,,Tenka-chan's nipples were being recorded as a video on my\nphone. +315200 ,,,,,3150010,,甜花,Tenka,039_CB29_t_110.wav,tenka,,0,,,,,,,,"Mister, your eyes are pervy." +315300 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,I'm being completely serious. +315400 ,,,,,3150010,,甜花,Tenka,039_CB29_t_111.wav,tenka,,0,,,,,,,,Really? +315500 ,,,,,3150010,,,,,,,,,,,,,,,That's a lie. I'm only looking at Tenka-chan with pervy\neyes. +315600 ,,,,,3150010,,,,,,,,,,,,,,,"But in a way, I'm also very serious. I'm extremely focused." +315700 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,This is great... Tenka-chan really is the best... +315800 ,,,,,3150010,,甜花,Tenka,039_CB29_t_112.wav,tenka,,0,,,,,,,,Shut up... +315900 ,,,,,3150010,,,,,,,,,,,,,,,"She says that, but I can tell Tenka-chan is getting into it." +316000 ,,,,,3150010,,,,,,,,,,,,,,,So I moved in for the finale. +316100 ,,,,,3150010,,,,,,,,,,,,,,,I shifted the camera to her twitching asshole. +316200 ,,,,,3150000,,甜花,Tenka,039_CB29_t_113.wav,tenka,,0,,,,,,,,"No! I told you, not there!" +316300 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,Don't be shy! Don't hide it! +316400 ,,,,,3150000,,,,,,,,,,,,,,,I quickly said that and moved her hand away. +316500 ,,,,,3150000,,,,,,,,,,,,,,,"As expected, the anus is on a different level. Since it's a\nvideo, I can capture all the twitching." +316600 ,,,,,3150000,,,,,,,,,,,,,,,I ended up filming only her anus. +316700 ,,,,,3150000,,,,,,,,,,,,,,,"After all, it's almost completely visible." +316800 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"It's nice... Tenka-chan, you use this every day, huh..." +316900 ,,,,,3150000,,甜花,Tenka,039_CB29_t_114.wav,tenka,,0,,,,,,,,D-Don't say weird things! +317000 ,,,,,3150000,,主人公,Kiyoshi,,,,,,,,,,,,"No, but it's amazing. Wow..." +317100 ,,,,,3150000,,,,,,,,,,,,,,,I never thought an asshole could be this good. +317200 ,,,,,3150000,,,,,,,,,,,,,,,"Filming this close, I might have discovered the appeal of an\nanus for the first time." +317300 ,,,,,3150000,,,,,,,,,,,,,,,It's like my gaze is being drawn in. It has a unique pull. +317400 ,,,,,3150010,,甜花,Tenka,039_CB29_t_115.wav,tenka,,0,,,,,,,,I never thought something like this would happen... +317500 ,,,,,3150010,,,,,,,,,,,,,,,Tenka-chan looked a bit lonely. She was probably too\nembarrassed and felt sad. +317600 ,,,,,3150010,,,,,,,,,,,,,,,But even that expression is nice. +317700 ,,,,,3150010,,,,,,,,,,,,,,,"While looking at Tenka-chan's expression, her whole body,\nand her asshole, I put my hand in my pants." +317800 ,,,,,3150010,,,,,,,,,,,,,,,"And then, I stroked my already rock-hard erection." +317900 ,,,,,3150010,,,,,,,,,,,,,,,Ah... it feels so good. It's been a while since I've had\nsuch a satisfying masturbation. +318000 ,,,,,3150010,,,,,,,,,,,,,,,It's similar to the pleasure of masturbating for the first\ntime. +318100 ,,,,,3150010,,甜花,Tenka,039_CB29_t_116.wav,tenka,,0,,,,,,,,Uncle? +318200 ,,,,,3150010,,主人公,Kiyoshi,,,,,,,,,,,,"Hm? Ah, don't worry about it, don't worry about it." +318300 ,,,,,3150010,,甜花,Tenka,039_CB29_t_117.wav,tenka,,0,,,,,,,,.........? +318400 ,,,,,3150010,,,,,,,,,,,,,,,That was close. I almost got caught. +318500 ,,,,,3150010,,,,,,,,,,,,,,,"I keep stroking my cock repeatedly, making sure Tenka-chan\ndoesn't notice." +318600 ,,,,,3150010,,,,,,,,,,,,,,,Masturbating in secret is quite addictive. +318700 ,,,,,3150010,,,,,,,,,,,,,,,I could do this every day and never get tired of it. +318800 ,,,,,3150010,,,,,,,,,,,,,,,"But, it's still a bit unsatisfying. Maybe it's hard to move\nbecause it's inside my pants?" +318900 ,,,,,3150010,,,,,,,,,,,,,,,"At this point, I should prioritize pleasure." +319100 ,,"",,,3150010,,,,,,,,,,,,,,, +319200 ,,,,,3150020,,甜花,Tenka,039_CB29_t_118.wav,tenka,,0,,,,,,,,...Eh? Uncle! What are you doing!? +319300 ,,,,,3150020,,主人公,Kiyoshi,,,,,,,,,,,,What do you mean? I'm taking out my cock. +319400 ,,,,,3150020,,,,,,,,,,,,,,,I show my cock to Tenka-chan. +319500 ,,,,,3150020,,,,,,,,,,,,,,,Tenka-chan was completely frozen. It seems she couldn't\ncomprehend the situation. +319600 ,,,,,3150020,,,,,,,,,,,,,,,"Without caring, I resume masturbating while filming Tenka-\nchan." +319700 ,,,,,3150020,,,,,,,,,,,,,,,Tenka-chan was dumbfounded. +319800 ,,,,,3150020,,甜花,Tenka,039_CB29_t_119.wav,tenka,,0,,,,,,,,Ah... ah... +319900 ,,,,,3150020,,主人公,Kiyoshi,,,,,,,,,,,,It's good... it feels great. Tenka-chan's body is the best\nafter all. +320000 ,,,,,3150020,,,,,,,,,,,,,,,Tenka-chan stared intently at my cock. +320100 ,,,,,3150020,,,,,,,,,,,,,,,"Anyway, her gaze naturally focused there." +320200 ,,,,,3150020,,,,,,,,,,,,,,,"Right now, she's probably trying to sort things out in her\nhead. This is my chance." +320300 ,,,,,3150020,,,,,,,,,,,,,,,I stroked my cock vigorously. As fast as I could. +320400 ,,,,,3150020,,甜花,Tenka,039_CB29_t_120.wav,tenka,,0,,,,,,,,W-What are you doing!? +320500 ,,,,,3150020,,,,,,,,,,,,,,,"Finally grasping the situation, Tenka-chan shouted." +320600 ,,,,,3150020,,甜花,Tenka,039_CB29_t_121.wav,tenka,,0,,,,,,,,Uncle! Wasn't this a gravure photoshoot!? +320700 ,,,,,3150020,,主人公,Kiyoshi,,,,,,,,,,,,It is a gravure photoshoot. +320800 ,,,,,3150020,,甜花,Tenka,039_CB29_t_122.wav,tenka,,0,,,,,,,,B-But... your cock... +320900 ,,,,,3150020,,主人公,Kiyoshi,,,,,,,,,,,,Being able to get excited is important for gravure. A\ngravure shoot where you can't get hard is worthless. +321000 ,,,,,3150020,,甜花,Tenka,039_CB29_t_123.wav,tenka,,0,,,,,,,,N-No way... +321100 ,,,,,3150020,,,,,,,,,,,,,,,Tenka-chan was terrified. +321200 ,,,,,3150020,,甜花,Tenka,039_CB29_t_124.wav,tenka,,0,,,,,,,,Eh... ehhh... +321300 ,,,,,3150020,,,,,,,,,,,,,,,The shock of the situation left Tenka-chan frozen. +321400 ,,,,,3150020,,,,,,,,,,,,,,,"Hmm... what should I do? At this point, I feel like I should\njust go all the way." +321500 ,,,,,3150020,,,,,,,,,,,,,,,"Besides, I had a feeling I could push through with the\natmosphere right now." +321600 ,,,,,3150020,,甜花,Tenka,039_CB29_t_125.wav,tenka,,0,,,,,,,,U-Uncle... put your cock away... +321700 ,,,,,3150020,,主人公,Kiyoshi,,,,,,,,,,,,"No, no. This is all to make Tenka-chan an idol." +321800 ,,,,,3150020,,,,,,,,,,,,,,,"I masturbated with all my might while looking at Tenka-\nchan's thighs, face, nipples, and asshole." +321900 ,,,,,3150020,,,,,,,,,,,,,,,An overwhelming pleasure surged through me. +322000 ,,,,,3150020,,,,,,,,,,,,,,,"However, I don't intend to finish just yet." +322100 ,,,,,3150020,,,,,,,,,,,,,,,"Today, I'm going all the way." +322200 ,,,,,3150020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then... let's move on to the final step." +322300 ,,,,,3150020,,,,,,,,,,,,,,,"Saying that, I took Tenka-chan's hand and guided it to my\ncock." +322500 ,,,,,3151000,,甜花,Tenka,039_CB29_t_126.wav,tenka,,0,,,,,,,,Eh...? +322600 ,,,,,3151000,,,,,,,,,,,,,,,"With Tenka-chan's cute hand, she wrapped around my cock." +322700 ,,,,,3151000,,,,,,,,,,,,,,,"Placing my hand on her delicate shoulder, I began to\nforcefully make her give me a handjob." +322800 ,,,,,3151000,,,,,,,,,,,,,,,"At first, I moved slowly so that Tenka-chan's hand wouldn't\nhurt." +322900 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan's hands are so soft and feel so good. I could\nstay wrapped in them forever... +323000 ,,,,,3151000,,甜花,Tenka,039_CB29_t_127.wav,tenka,,0,,,,,,,,Ah... ahh... +323100 ,,,,,3151000,,,,,,,,,,,,,,,Tenka-chan couldn't keep up with the change in the situation\nat all. +323200 ,,,,,3151000,,,,,,,,,,,,,,,"She was a little scared. But for some reason, seeing her\nlike that made me even harder." +323300 ,,,,,3151000,,,,,,,,,,,,,,,I rubbed at a steady rhythm. I could feel the pleasure\nbuilding up in my lower body. +323400 ,,,,,3151000,,,,,,,,,,,,,,,"Like stacking blocks, the pleasure kept growing." +323500 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan's hands are so warm. It feels amazing. +323600 ,,,,,3151000,,甜花,Tenka,039_CB29_t_128.wav,tenka,,0,,,,,,,,Your cock... it's hard... +323700 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,"It's thanks to you, Tenka-chan. Your asshole was so erotic,\nit got me like this." +323800 ,,,,,3151000,,甜花,Tenka,039_CB29_t_129.wav,tenka,,0,,,,,,,,My butt... you were watching after all. +323900 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,I couldn't help but look at such an attractive butt. +324000 ,,,,,3151000,,甜花,Tenka,039_CB29_t_130.wav,tenka,,0,,,,,,,,Ugh... you're the worst... +324100 ,,,,,3151000,,,,,,,,,,,,,,,"However, Tenka-chan was still frozen. It seemed the fear was\ngreater than I thought." +324200 ,,,,,3151000,,,,,,,,,,,,,,,But stopping now would waste this pleasure. +324300 ,,,,,3151000,,,,,,,,,,,,,,,I moved Tenka-chan's hand at the speed I usually use when I\nmasturbate. +324400 ,,,,,3151000,,,,,,,,,,,,,,,Being stroked by a girl's hand feels incredibly different. +324500 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,Tenka-chan's hands... I'm getting addicted... +324600 ,,,,,3151000,,甜花,Tenka,039_CB29_t_131.wav,tenka,,0,,,,,,,,It's... hot... +324700 ,,,,,3151000,,,,,,,,,,,,,,,Tenka-chan's small shoulders seemed to shrink even more. +324800 ,,,,,3151000,,,,,,,,,,,,,,,She was becoming more and more withdrawn. Such an innocent\nreaction. +324900 ,,,,,3151000,,,,,,,,,,,,,,,"Even her reaction excited me, and I increased the speed." +325000 ,,,,,3151000,,,,,,,,,,,,,,,"I rubbed with Tenka-chan's hand faster, not wanting to miss\nthe pleasure." +325100 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,It feels so good... I can't stop. +325200 ,,,,,3151000,,,,,,,,,,,,,,,Tenka-chan didn't take her eyes off my cock. She was frozen\nlike ice. +325300 ,,,,,3151000,,,,,,,,,,,,,,,I took advantage of that and rubbed it repeatedly. Tenka-\nchan's hands were soft. It kept getting harder. +325400 ,,,,,3151000,,,,,,,,,,,,,,,My lower body felt a bit floaty. I was close to ejaculating. +325500 ,,,,,3151000,,,,,,,,,,,,,,,I held back and continued rubbing my cock. +325600 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,I'm about to cum... I feel like I'm going to ejaculate...\nBut I'll hold back. I want to feel Tenka-chan's hands\nmore... +325700 ,,,,,3151000,,,,,,,,,,,,,,,"Every time I spoke to Tenka-chan, my head felt fuzzy, like\nit was tingling." +325800 ,,,,,3151000,,,,,,,,,,,,,,,I couldn't hold back any longer. I was at my limit. I\nstroked without stopping for a moment. +325900 ,,,,,3151000,,,,,,,,,,,,,,,"Maybe because I had been building it up for so long, the\nfeeling of ejaculation was at its peak." +326000 ,,,,,3151000,,,,,,,,,,,,,,,I couldn't stop anymore. It was at that moment. +326100 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I'm at my limit... I'm going to cum... I'm going to cum!\nI'll cover you with it, Tenka-chan!" +326200 ,,,,,3151000,,甜花,Tenka,039_CB29_t_132.wav,tenka,,0,,,,,,,,Eh!? +326300 ,,,,,3151000,,主人公,Kiyoshi,,,,,,,,,,,,I'm cumming! I'll ejaculate for you! I'll give you my sperm!\nI'm cumming... ah――! +326500 ,,,,,3151010,,,,,,,,,,,,,,,"Immediately after, I ejaculated intensely into Tenka-chan's\nwarm hands." +326600 ,,,,,3151010,,,,,,,,,,,,,,,I released the semen that surged up from the base of my cock\nwithout holding back. +326700 ,,,,,3151010,,,,,,,,,,,,,,,The semen that shot out from the tip splattered all over\nTenka-chan's body. +326800 ,,,,,3151010,,甜花,Tenka,039_CB29_t_133.wav,tenka,,0,,,,,,,,Eek! So much is coming out... huh... is it still coming? +326900 ,,,,,3151010,,主人公,Kiyoshi,,,,,,,,,,,,Ah... it's coming... it's still coming... +327000 ,,,,,3151010,,,,,,,,,,,,,,,"Even while ejaculating, I continued to rub myself with\nTenka-chan's hand." +327100 ,,,,,3151010,,,,,,,,,,,,,,,"Thanks to that, I was able to cover Tenka- chan's body with\nall the sperm left in my urethra." +327200 ,,,,,3151010,,,,,,,,,,,,,,,My semen splattered all over the micro bikini Tenka-chan was\nwearing. +327300 ,,,,,3151010,,,,,,,,,,,,,,,"Naturally, my DNA scattered on Tenka-chan's bare skin as\nwell." +327400 ,,,,,3151010,,甜花,Tenka,039_CB29_t_134.wav,tenka,,0,,,,,,,,Ejaculation... lasts this long... +327500 ,,,,,3151010,,,,,,,,,,,,,,,I put more strength into my lower body to dirty Tenka-chan\neven more. +327600 ,,,,,3151010,,,,,,,,,,,,,,,"Then, the remaining semen spurted out." +327700 ,,,,,3151010,,,,,,,,,,,,,,,And it dirtied the cute Tenka-chan's body. +327900 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,Haa... haa... phew... +328000 ,,,,,3151020,,,,,,,,,,,,,,,"After taking a deep breath, the ejaculation finally\nsubsided." +328100 ,,,,,3151020,,,,,,,,,,,,,,,"Tenka-chan, who had returned to her senses, already had\ntears in her eyes." +328200 ,,,,,3151020,,甜花,Tenka,039_CB29_t_135.wav,tenka,,0,,,,,,,,Hic... ugh... uncle... you're terrible... +328300 ,,,,,3151020,,,,,,,,,,,,,,,Tenka-chan's voice was damp. +328400 ,,,,,3151020,,甜花,Tenka,039_CB29_t_136.wav,tenka,,0,,,,,,,,It's white... sticky... and feels gross... +328500 ,,,,,3151020,,,,,,,,,,,,,,,Seeing Tenka-chan frown at the sight of the semen was quite\ncharming. +328600 ,,,,,3151020,,甜花,Tenka,039_CB29_t_137.wav,tenka,,0,,,,,,,,"No... I don't want this... uncle, you're so mean..." +328700 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, Tenka-chan. You might be surprised, but actually,\nthis is something everyone does." +328800 ,,,,,3151020,,甜花,Tenka,039_CB29_t_138.wav,tenka,,0,,,,,,,,That's definitely a lie... +328900 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,It's true. All idols do this with important people. +329000 ,,,,,3151020,,甜花,Tenka,039_CB29_t_139.wav,tenka,,0,,,,,,,,That's not true! +329100 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"No, unfortunately, it is." +329200 ,,,,,3151020,,甜花,Tenka,039_CB29_t_140.wav,tenka,,0,,,,,,,,No way... +329300 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"But since Tenka-chan is doing it properly with me here, you\nwon't have to do it anymore." +329400 ,,,,,3151020,,甜花,Tenka,039_CB29_t_141.wav,tenka,,0,,,,,,,,What do you mean? +329500 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"If you do this with a man first, you won't have to do it\nanymore. That's the rule." +329600 ,,,,,3151020,,甜花,Tenka,039_CB29_t_142.wav,tenka,,0,,,,,,,,...I don't get it... +329700 ,,,,,3151020,,,,,,,,,,,,,,,It seemed like Tenka-chan wasn't listening anymore. +329800 ,,,,,3151020,,,,,,,,,,,,,,,But this is where the real thing begins. +329900 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, listen carefully. Continuing from earlier, men\nlook at photo books and image videos." +330000 ,,,,,3151020,,甜花,Tenka,039_CB29_t_143.wav,tenka,,0,,,,,,,,............ +330100 ,,,,,3151020,,,,,,,,,,,,,,,"Tenka-chan didn't respond, perhaps because she was angry.\nBut he continued regardless." +330200 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"Men see those and think they want to have sex with idols,\nmarry them, and have babies with them." +330300 ,,,,,3151020,,甜花,Tenka,039_CB29_t_144.wav,tenka,,0,,,,,,,,No... no... +330400 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"I'm your biggest fan, Tenka-chan... That's why I wanted you\nto stroke my cock and make me feel good." +330500 ,,,,,3151020,,甜花,Tenka,039_CB29_t_145.wav,tenka,,0,,,,,,,,I don't understand... I don't understand... +330600 ,,,,,3151020,,主人公,Kiyoshi,,,,,,,,,,,,"But you know, the main reason is a bit different. The truth\nis, because Tenka-chan was so cute, my cock got hard." +330700 ,,,,,3151030,,甜花,Tenka,039_CB29_t_146.wav,tenka,,0,,,,,,,,Cute? +330800 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, Tenka-chan in a swimsuit is so cute that no other idol\ncan compare." +331000 ,,,,,3151030,,,,,,,,,,,,,,,"When he said that, Tenka-chan's expression finally softened\na little." +331100 ,,,,,3151030,,,,,,,,,,,,,,,She looked a bit troubled. +331200 ,,,,,3151030,,甜花,Tenka,039_CB29_t_147.wav,tenka,,0,,,,,,,,Cuter than the idols now? +331300 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, definitely." +331400 ,,,,,3151030,,甜花,Tenka,039_CB29_t_148.wav,tenka,,0,,,,,,,,Definitely... cute... +331500 ,,,,,3151030,,,,,,,,,,,,,,,"Tenka-chan spoke in a sweet, affectionate voice." +331600 ,,,,,3151030,,甜花,Tenka,039_CB29_t_149.wav,tenka,,0,,,,,,,,Am I really that cute? +331700 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, incredibly cute." +331800 ,,,,,3151030,,甜花,Tenka,039_CB29_t_150.wav,tenka,,0,,,,,,,,Does this swimsuit suit me too? +331900 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, because I chose it just for Tenka-chan." +332000 ,,,,,3151030,,甜花,Tenka,039_CB29_t_151.wav,tenka,,0,,,,,,,,I see... +332100 ,,,,,3151030,,,,,,,,,,,,,,,"Being called the biggest fan, being called cute." +332200 ,,,,,3151030,,,,,,,,,,,,,,,"Various factors combined, and Tenka-chan's sense of ethics\nwas wavering." +332300 ,,,,,3151030,,,,,,,,,,,,,,,"Alright, now's the time." +332400 ,,,,,3151030,,,,,,,,,,,,,,,"Convinced of this, I spoke in as gentle a voice as possible." +332500 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"Next, could Tenka-chan make my cock feel good like the old\nman did earlier?" +332600 ,,,,,3151030,,甜花,Tenka,039_CB29_t_152.wav,tenka,,0,,,,,,,,Huh? +332700 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"Earlier, the old man was moving his hand, right? This time,\nI want Tenka-chan to move it." +332800 ,,,,,3151030,,甜花,Tenka,039_CB29_t_153.wav,tenka,,0,,,,,,,,............ +332900 ,,,,,3151030,,,,,,,,,,,,,,,Tenka-chan was hesitating. +333000 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,"If you do, I think the old man will feel even better." +333100 ,,,,,3151030,,甜花,Tenka,039_CB29_t_154.wav,tenka,,0,,,,,,,,...Will you always be my fan? +333200 ,,,,,3151030,,主人公,Kiyoshi,,,,,,,,,,,,Of course. The old man will always be Tenka- chan's number\none fan. +333300 ,,,,,3151030,,甜花,Tenka,039_CB29_t_155.wav,tenka,,0,,,,,,,,....................Alright. +333400 ,,,,,3151030,,,,,,,,,,,,,,,"After quite a bit of deliberation, Tenka-chan nodded." +333600 ,,,,,3151040,,甜花,Tenka,039_CB29_t_156.wav,tenka,,0,,,,,,,,L-Like this? +333700 ,,,,,3151040,,,,,,,,,,,,,,,Tenka-chan looked up at me with a bright red face. +333800 ,,,,,3151040,,主人公,Kiyoshi,,,,,,,,,,,,Stronger and faster. +333900 ,,,,,3151040,,甜花,Tenka,039_CB29_t_157.wav,tenka,,0,,,,,,,,Is it okay? +334000 ,,,,,3151040,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, don't worry about the old man. Just go for it without\nholding back." +334200 ,,,,,3151050,,,,,,,,,,,,,,,"Not knowing what to do, Tenka-chan seemed quite troubled." +334300 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,Don't stop. Keep rubbing. +334400 ,,,,,3151050,,甜花,Tenka,039_CB29_t_158.wav,tenka,,0,,,,,,,,O-Okay. +334500 ,,,,,3151050,,,,,,,,,,,,,,,"As instructed, she didn't stop her hand. Her inexperienced\ntouch was actually quite good." +334600 ,,,,,3151050,,,,,,,,,,,,,,,"Suddenly, I noticed the semen on Tenka-chan's body." +334700 ,,,,,3151050,,,,,,,,,,,,,,,A pure girl stained with semen is irresistibly erotic. +334800 ,,,,,3151050,,,,,,,,,,,,,,,"It's getting harder and bigger. Even though I just\nejaculated, this recovery is thanks to Tenka-chan." +334900 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,"Tenka-chan, it's really okay, so go even faster." +335000 ,,,,,3151050,,甜花,Tenka,039_CB29_t_159.wav,tenka,,0,,,,,,,,I can't go any faster than this... +335100 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,"You can do it, Tenka-chan. Look, rub this ridge part a lot.\nAnd the tip too..." +335200 ,,,,,3151050,,甜花,Tenka,039_CB29_t_160.wav,tenka,,0,,,,,,,,The tip part? +335300 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes!" +335400 ,,,,,3151050,,,,,,,,,,,,,,,It seemed like Tenka-chan suddenly got the hang of it and\nstarted an exquisite handjob. +335500 ,,,,,3151050,,,,,,,,,,,,,,,"Her technique was like a different person from before, and I\ncouldn't help but moan a little." +335600 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,Ah... that's good... +335700 ,,,,,3151050,,,,,,,,,,,,,,,It feels really good. I can't hold it anymore. +335800 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to come again, Tenka-chan! Don't stop no matter\nwhat!" +335900 ,,,,,3151050,,甜花,Tenka,039_CB29_t_161.wav,tenka,,0,,,,,,,,O-Okay! +336000 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,Ah... it's so good... I can't take it anymore...! +336100 ,,,,,3151050,,,,,,,,,,,,,,,A different kind of pleasure surged up from before. I\ncouldn't hold back anything anymore. +336200 ,,,,,3151050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I'm coming! It feels so good! I'm going to release! I'm\ngoing to release my semen... ahhh! I can't take it anymore!" +336300 ,,,,,3151050,,甜花,Tenka,039_CB29_t_162.wav,tenka,,0,,,,,,,,Ah... amazing... it's still getting bigger... ah― +336500 ,,,,,3151060,,,,,,,,,,,,,,,Splat! Splat! Throb! Throb! +336600 ,,,,,3151060,,,,,,,,,,,,,,,An amount of semen equal to the first ejaculation was\nreleased from my cock. +336700 ,,,,,3151060,,,,,,,,,,,,,,,"The semen splattered onto Tenka-chan's swimsuit again,\nstaining her." +336800 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,Ah... it's still going... ah! +336900 ,,,,,3151060,,,,,,,,,,,,,,,"Splat, splat, with a pause, the semen shoots out." +337000 ,,,,,3151060,,,,,,,,,,,,,,,I layered more semen onto the semen already on Tenka-chan's\nbody. +337100 ,,,,,3151060,,甜花,Tenka,039_CB29_t_163.wav,tenka,,0,,,,,,,,It's warm... or rather... hot... +337200 ,,,,,3151060,,,,,,,,,,,,,,,"Even while I was ejaculating, Tenka-chan continued to move\nher hand slowly." +337300 ,,,,,3151060,,,,,,,,,,,,,,,"The semen tangled with Tenka-chan's soft hands, making a\nsticky sound." +337400 ,,,,,3151060,,,,,,,,,,,,,,,It was so lewd that I ejaculated again. That was the last\nejaculation. +337500 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,"Phew... thank you, Tenka-chan." +337600 ,,,,,3151060,,甜花,Tenka,039_CB29_t_164.wav,tenka,,0,,,,,,,,Was this okay? +337700 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it was amazing." +337800 ,,,,,3151060,,甜花,Tenka,039_CB29_t_165.wav,tenka,,0,,,,,,,,Do you think I can really become an idol? +337900 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,"You can. You definitely can. You made me climax twice, so be\nconfident." +338000 ,,,,,3151060,,甜花,Tenka,039_CB29_t_166.wav,tenka,,0,,,,,,,,"Yeah... but I don't want to do this kind of thing anymore,\nokay?" +338100 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,I understand. +338200 ,,,,,3151060,,,,,,,,,,,,,,,"Well, I'll probably do it anyway." +338300 ,,,,,3151060,,甜花,Tenka,039_CB29_t_167.wav,tenka,,0,,,,,,,,Ugh... this is sticky... +338400 ,,,,,3151060,,,,,,,,,,,,,,,Tenka-chan tried to wipe off the semen with her hand. +338500 ,,,,,3151060,,,,,,,,,,,,,,,I stopped her. +338600 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,Wait a moment. I need to take a picture of you like this. +338700 ,,,,,3151060,,甜花,Tenka,039_CB29_t_168.wav,tenka,,0,,,,,,,,Like this? +338800 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. Situations like this don't happen often. +338900 ,,,,,3151060,,甜花,Tenka,039_CB29_t_169.wav,tenka,,0,,,,,,,,"N-No, stop! Don't take pictures!" +339000 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,"I can stop, but then Tenka-chan will have to do the same\nthing again today, right?" +339100 ,,,,,3151060,,甜花,Tenka,039_CB29_t_170.wav,tenka,,0,,,,,,,,Eh... +339200 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,"You don't want that, do you?" +339300 ,,,,,3151060,,甜花,Tenka,039_CB29_t_171.wav,tenka,,0,,,,,,,,Yeah... I don't want that. +339400 ,,,,,3151060,,,,,,,,,,,,,,,"Hearing it so directly was a bit of a shock, but I refocused\nand pointed my phone at Tenka-chan." +339500 ,,,,,3151060,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I should take the pictures now." +339600 ,,,,,3151060,,,,,,,,,,,,,,,"Saying that, I took pictures of Tenka-chan covered in semen.\nHer body, her swimsuit, everything." +339700 ,,,,,3151060,,,,,,,,,,,,,,,"Of course, I took both photos and videos." +339800 ,$event_return,,,,,,,,,,,,,,,,,,, +340000 ,,,8,101,,,,,,,,,,,,,,,, +340100 ,,,,,,,,,,,,,,,,,,,,"Once the shooting was completely finished, Tenka-chan washed\noff the semen stuck to her body in the river." +340200 ,,,,,,,,,,,,,,,,,,,,"Thanks to the swimsuit, it seemed relatively easy to remove\nthe semen." +340400 ,,,,,,,甜花,Tenka,039_CB29_t_172.wav,"tenkaL,privateC",,11,,,,,,,,.................... +340500 ,,,,,,,,,,tenkaL,,11,,,,,,,,"After changing, Tenka-chan was clearly in a bad mood." +340600 ,,,,,,,甜花,Tenka,039_CB29_t_173.wav,tenkaL,,11,,,,,,,,Maybe someone saw us. +340700 ,,,,,,,主人公,Kiyoshi,,tenkaL,,11,,,,,,,,It's fine. I was keeping watch. +340800 ,,,,,,,甜花,Tenka,039_CB29_t_174.wav,tenkaL,,10,,,,,,,,That's a lie. +340900 ,,,,,,,主人公,Kiyoshi,,tenkaL,,10,,,,,,,,It's true. Protecting Tenka-chan is also my job. +341000 ,,,,,,,,,,tenkaL,,10,,,,,,,,"When I said that, Tenka-chan's face turned bright red again." +341100 ,,,,,,,甜花,Tenka,039_CB29_t_175.wav,tenkaL,,16,,,,,,,,...You're not protecting me. +341200 ,,,,,,,主人公,Kiyoshi,,tenkaL,,16,,,,,,,,But Tenka-chan was really cute today. And sexy too. +341300 ,,,,,,,甜花,Tenka,039_CB29_t_176.wav,tenkaL,,30,,,,,,,,"Hey, mister, next time give me something from the store for\nfree, okay?" +341400 ,,,,,,,主人公,Kiyoshi,,tenkaL,,30,,,,,,,,"I guess I have no choice. Alright, up to 100 yen." +341500 ,,,,,,,甜花,Tenka,039_CB29_t_177.wav,"tenka,privateC",,20,,,,,,,,Really!? Yay♪ +341600 ,,,,,,,,,,,,,,,,,,,,Getting all this for just 100 yen is a bargain. +341700 ,,,,,,,,,,,,,,,,,,,,"Thinking that, I headed back to the candy store with Tenka-\nchan." +341800 ,,,0,9000,,,,,,,,,,,,,,,, +341900 ,@040_CC00,,,,,,,,,,,,,,,,,,, +344800 ,,,15,33,,,主人公,Kiyoshi,,,,,,,,,,,,"Ahh, I'm exhausted." +344900 ,,,,,,,,,,,,,,,,,,,,"In the quiet night, I lay down on the floor alone." +345000 ,,,,,,,,,,,,,,,,,,,,"As I watched the fan spinning around, memories of recent\nevents came to mind for some reason." +345100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm glad I opened this candy store... +345200 ,,,,,,,,,,,,,,,,,,,,"Chie-chan, Komako-chan, Tenka-chan." +345300 ,,,,,,,,,,,,,,,,,,,,"Surrounded by these three charming girls, I was living\nintensely fulfilling days." +345400 ,,,,,,,,,,,,,,,,,,,,It's the first time I've felt so satisfied both mentally and\nsexually. +345500 ,,,,,,,,,,,,,,,,,,,,The sweet scent of the girls still faintly lingers in this\nroom. +345600 ,,,,,,,,,,,,,,,,,,,,It's something I couldn't have imagined until just recently. +345700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...I should try to remember everything so I don't forget... +345800 ,,"",,9000,,,,,,,,,,,,,,,,I rewind time a bit in my mind. +345900 ,,,,,,,,,,,,,,,,,,,,"Then naturally, my thing grew harder. My hand instinctively\nmoved towards my penis." +346000 ,,,,,,,,,,,,,,,,,,,,And the most memorable voice echoed in my ears. +346500 ,*harem_check,,,,,,,,,,,,,,,,,,,Harem route condition check (All heroine flags within +-1) +346600 ,"$fmax %temp1%,%chie%,%komako%",,,,,,,,,,,,,,,,,,, +346700 ,"$fmax %temp1%,%temp1%,%tenka%",,,,,,,,,,,,,,,,,,,"temp1 = max( max( chie, komako ), tenka )" +346800 ,"$warning MAX(千恵、コマコ、甜花),%temp1%",,,,,,,,,,,,,,,,,,, +346900 ,"$fmin %temp2%,%chie%,%komako%",,,,,,,,,,,,,,,,,,, +347000 ,"$fmin %temp2%,%temp2%,%tenka%",,,,,,,,,,,,,,,,,,,"temp2 = min( min( chie, komako ), tenka )" +347100 ,"$warning MIN(千恵、コマコ、甜花),%temp2%",,,,,,,,,,,,,,,,,,, +347200 ,"$fsub %temp1%,%temp2%",,,,,,,,,,,,,,,,,,,"If temp1-temp2 is 0 or 1, it can be said that all heroine\nflags are within +-1." +347400 ,"$cmp %temp1%,<=,1",,,,,,,,,,,,,,,,,,, +347500 ,"$fset %jump%,%cmp_flag%",,,,,,,,,,,,,,,,,,,"If it's 0 or 1, proceed to the harem route." +347600 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,ハーレム成立せず,check_chie",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,全員回想へ(フラグが±1だった),all",,,,,,,,,,,,,,,,,,,→■All +↓,$jump_end,,,,,,,,,,,,,,,,,,, +348000 ,*check_chie,,,,,,,,,,,,,,,,,,, +348100 ,"$fmax %temp1%,%komako%,%tenka%",,,,,,,,,,,,,,,,,,,"temp1 = max( komako, tenka )" +348200 ,"$cmp %chie%,>=,%temp1%",,,,,,,,,,,,,,,,,,,Is the Chie flag greater than or equal to the Komako and\nTenka flags? +348300 ,"$fset %jump%,%cmp_flag%",,,,,,,,,,,,,,,,,,, +348400 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,千恵回想へ,chie",,,,,,,,,,,,,,,,,,,→■Chie +↓,"$jump_item 0,千恵条件成立せず,check_komako",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +348800 ,*check_komako,,,,,,,,,,,,,,,,,,, +348900 ,"$cmp %komako%,>=,%tenka%",,,,,,,,,,,,,,,,,,,Is the Komako flag greater than or equal to the Tenka flag? +349000 ,"$fset %jump%,%cmp_flag%",,,,,,,,,,,,,,,,,,, +349100 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,コマコ回想へ(コマコ≧甜花),komako",,,,,,,,,,,,,,,,,,,→■Komako +↓,"$jump_item 0,甜花回想へ,tenka",,,,,,,,,,,,,,,,,,,→■Tenka +↓,$jump_end,,,,,,,,,,,,,,,,,,, +349700 ,*chie,,,,,,,,,,,,,,,,,,,■Automatic Branch: Chie +349900 ,,,10,9000,,,千恵,Chie,040_CC00_c_000.wav,,,,,,,,,,,"Hey, mister!" +350000 ,,,,,,,,,,,,,,,,,,,,"Yes, that energetic voice." +350100 ,,,,,,,,,,,,,,,,,,,,Chii-chan's boundless purity was an oasis for me. +350300 ,,,,,1100030,,千恵,Chie,040_CC00_c_001.wav,chie,,0,,,,,,,,"Mister, are you kind of clumsy?" +350400 ,,,,,1100030,,,,,,,,,,,,,,,"Remembering past Chii-chan, I grasp my thing." +350500 ,,,,,1100030,,,,,,,,,,,,,,,"In my imagination, I fell into a world of pleasure." +350600 ,,,,,1100030,,千恵,Chie,040_CC00_c_002.wav,chie,,0,,,,,,,,"Hehe, Chii-chan is better at it!" +350700 ,,,,,1100030,,,,,,,,,,,,,,,"Despite appearances, Chii-chan is good at folding clothes." +350800 ,,,,,1100030,,,,,,,,,,,,,,,There's no doubt she'll make a great wife in the future. +350900 ,,,,,1100030,,,,,,,,,,,,,,,"At least if I become her husband, I can cherish Chii-chan's\nbody every day." +351000 ,,,,,1100030,,,,,,,,,,,,,,,A period of indifference would never come. I'm confident I\ncould get aroused just by looking at cute Chii-chan every\nday. +351200 ,,,,,1110000,,千恵,Chie,040_CC00_c_003.wav,chie,,0,,,,,,,,Why...? Why won't mister wake up...? +351300 ,,,,,1110000,,,,,,,,,,,,,,,"Come to think of it, there was a time like that..." +351400 ,,,,,1110000,,,,,,,,,,,,,,,"I think Chii-chan was helping me, and I ended up getting\naroused." +351600 ,,,,,1110010,,,,,,,,,,,,,,,"The feeling of Chii-chan's vagina back then was amazing.\nHonestly, I can't forget it." +351700 ,,,,,1110010,,,,,,,,,,,,,,,Small and soft to the touch. Yet firm... +351800 ,,,,,1110010,,,,,,,,,,,,,,,Ah... I want to insert my cock into that pussy and rub it a\nlot. +351900 ,,,,,1110010,,千恵,Chie,040_CC00_c_004.wav,chie,,0,,,,,,,,Could it be... did it move...? +352000 ,,,,,1110010,,,,,,,,,,,,,,,"Such a pure reaction, an ordinary girl couldn't do that." +352100 ,,,,,1110010,,,,,,,,,,,,,,,That's Chii-chan's uniqueness. I love that about her. +352200 ,,,,,1110010,,,,,,,,,,,,,,,"Thinking back, maybe those feelings were there at that time,\nwhich is why I got aroused." +352300 ,,,,,1110010,,,,,,,,,,,,,,,Chii-chan's charm can't be conveyed in just a few words. +352400 ,,,,,1110010,,,,,,,,,,,,,,,"If I had to say, maybe it's her age- appropriate vibe that's\nthe best." +352500 ,,,,,1110010,,,,,,,,,,,,,,,Even Komako-chan is crazy about Chii-chan. That charm has an\nattraction that draws in both men and women. +352700 ,,,,,1110020,,千恵,Chie,040_CC00_c_005.wav,chie,,0,,,,,,,,"Nnh... haah, nn... mister... wake up soon...!" +352800 ,,,,,1110020,,,,,,,,,,,,,,,Ah... thrusting into Chii-chan from below was the best. +352900 ,,,,,1110020,,,,,,,,,,,,,,,"If it were a girl with impure thoughts, she probably would\nhave noticed my ulterior motives after all that." +353000 ,,,,,1110020,,,,,,,,,,,,,,,But Chii-chan is different. She doesn't notice. +353100 ,,,,,1110020,,,,,,,,,,,,,,,"Because from the start, there's no such thing as impure\nthoughts in Chii-chan." +353200 ,,,,,1110020,,,,,,,,,,,,,,,What exists is a cute body and a pure heart. And I'm going\nto taint it all. +353300 ,,,,,1110020,,千恵,Chie,040_CC00_c_006.wav,chie,,0,,,,,,,,Haa... haa... mister... wake up soon...! +353400 ,,,,,1110020,,,,,,,,,,,,,,,"If Chii-chan wakes me up in such a naughty way, I could stay\nasleep forever." +353500 ,,,,,1110020,,,,,,,,,,,,,,,I want to feel Chii-chan's pussy forever. I even want to\nbecome Chii-chan's pussy. +353600 ,,,,,1110020,,,,,,,,,,,,,,,"That way, I could smell Chii-chan's pee and sweat all the\ntime." +353700 ,,,,,1110020,,,,,,,,,,,,,,,But that's physically impossible... +353800 ,,,,,1110020,,,,,,,,,,,,,,,So I want to become Chii-chan's husband soon and go down on\nher every day. +354000 ,,,,,1140030,,,,,,,,,,,,,,,I really licked a lot back then... +354100 ,,,,,1140030,,,,,,,,,,,,,,,The different expression on Chii-chan's face is burned into\nmy mind. +354200 ,,,,,1140030,,,,,,,,,,,,,,,That was the expression of a female. Chii- chan has sexual\ndesire after all. +354300 ,,,,,1140030,,,,,,,,,,,,,,,"Deep down, she wants her pussy to be licked." +354400 ,,,,,1140030,,,,,,,,,,,,,,,"Still, that sour smell of her pussy... I can remember it\nvividly even now." +354500 ,,,,,1140030,,,,,,,,,,,,,,,My hand stroking my dick got faster. +354600 ,,,,,1140030,,,,,,,,,,,,,,,"If it's Chii-chan's pussy, I could lick it every day." +354700 ,,,,,1140030,,,,,,,,,,,,,,,I put saliva in that small hole and stir it with my dick. +354800 ,,,,,1140030,,,,,,,,,,,,,,,How good would it feel? I'd probably ejaculate right away. +355000 ,,,,,1140040,,,,,,,,,,,,,,,What I remember is a cute angel moaning. +355100 ,,,,,1140040,,,,,,,,,,,,,,,"Cute collarbones, untouched there. I want to make it all\nmine." +355200 ,,,,,1140040,,,,,,,,,,,,,,,"Even her asshole is the best. If it's Chii- chan's anus, I\ncan lick it without any hesitation." +355300 ,,,,,1140040,,,,,,,,,,,,,,,"No, rather, I'd latch onto it myself and never let go." +355400 ,,,,,1140040,,,,,,,,,,,,,,,"That taste, smell, and sensation. That experience will never\nfade from my hippocampus." +355500 ,,,,,1140040,,,,,,,,,,,,,,,Her embarrassed expression is an irreplaceable spice. +355600 ,,,,,1140040,,,,,,,,,,,,,,,Chii-chan probably doesn't even realize that her\nembarrassment is making me hard. +355700 ,,,,,1140040,,,,,,,,,,,,,,,That's what I like about her. I want to teach her everything\nlittle by little. +355800 ,,,,,1140040,,,,,,,,,,,,,,,The thing in my crotch keeps getting harder. It grows so big\nthat Chii-chan would be shocked if she saw it. +355900 ,,,,,1140040,,,,,,,,,,,,,,,The light in the room reflected off Chii- chan's thighs.\nThey were so smooth. I should have licked them more. +356000 ,,,,,1140040,,,,,,,,,,,,,,,"Even the soles of her feet were completely clean. They shone\nso brightly, it was almost blinding to me." +356100 ,,,,,1140040,,,,,,,,,,,,,,,"The smell of her armpit sweat. That was memorable too. Sour,\nyet somehow sweet. A charm that can't be found elsewhere." +356200 ,,,,,1140040,,,,,,,,,,,,,,,What on earth is a girl's sweat made of? What are its\ncomponents? +356300 ,,,,,1140040,,,,,,,,,,,,,,,"I've licked a lot, but I still have no idea." +356400 ,,,,,1140040,,,,,,,,,,,,,,,"Chii-chan's hair is wet with that sweat, clinging to her\nfirm skin." +356500 ,,,,,1140040,,,,,,,,,,,,,,,"It's like a work of art. No matter how many times I see it,\nI never get tired of it. In fact, I find something new." +356600 ,,,,,1140040,,,,,,,,,,,,,,,This is probably not just my memory being beautified over\ntime. +356700 ,,,,,1140040,,,,,,,,,,,,,,,Chii-chan's inherent charm is just that deep. +356800 ,,,,,1140040,,,,,,,,,,,,,,,She probably hasn't realized it yet. Maybe she'll never\nrealize it. +356900 ,,,,,1140040,,,,,,,,,,,,,,,"But I'm the only one who notices. That's why I lick her,\nChii-chan." +357000 ,,,,,1140040,,,,,,,,,,,,,,,"In my memories and in reality, I'll make Chii-chan happy\nover and over again." +357200 ,,,,,1150000,,千恵,Chie,040_CC00_c_007.wav,chie,,0,,,,,,,,Sniff sniff... Ah! It smells just like the usual one! +357300 ,,,,,1150000,,,,,,,,,,,,,,,It was the first time I put so much yogurt on my dick. +357500 ,,,,,1150010,,千恵,Chie,040_CC00_c_008.wav,chie,,0,,,,,,,,"Lick... Delicious! Hey, this is really tasty!" +357600 ,,,,,1150010,,,,,,,,,,,,,,,I honestly didn't expect a yogurt-flavored dick to be so\nwell-received. +357700 ,,,,,1150010,,,,,,,,,,,,,,,But having Chii-chan lick something sticky is definitely\nfun. +357800 ,,,,,1150010,,,,,,,,,,,,,,,"No, maybe that's not quite right. It's not fun, it's\npleasurable." +357900 ,,,,,1150010,,,,,,,,,,,,,,,The impact of Chii-chan innocently doing something naughty\nis unparalleled. +358000 ,,,,,1150010,,,,,,,,,,,,,,,The situation is just right. +358100 ,,,,,1150010,,,,,,,,,,,,,,,It's nice to have her do it while fully understanding it's\nsomething naughty. +358200 ,,,,,1150010,,,,,,,,,,,,,,,But innocence itself is a sexual charm. +358300 ,,,,,1150010,,千恵,Chie,040_CC00_c_009.wav,chie,,0,,,,,,,,"It's sweet and tasty, it doesn't taste weird!" +358400 ,,,,,1150010,,,,,,,,,,,,,,,"Yeah, then keep licking more and more." +358500 ,,,,,1150010,,,,,,,,,,,,,,,"As I imagine that, the sensation in my hand gradually fades\naway." +358600 ,,,,,1150010,,,,,,,,,,,,,,,"My consciousness brings Chii-chan to life. Right at this\nmoment, Chii-chan was licking my dick." +358700 ,,,,,1150010,,千恵,Chie,040_CC00_c_010.wav,chie,,0,,,,,,,,"Hey, does it feel good...?" +358800 ,,,,,1150010,,,,,,,,,,,,,,,"Yeah, it feels great. As good as it gets." +358900 ,,,,,1150010,,,,,,,,,,,,,,,"Chii-chan, who persistently teases the tip, definitely has a\ntalent." +359000 ,,,,,1150010,,,,,,,,,,,,,,,She unconsciously understands what pleases a man. +359200 ,,,,,1150020,,千恵,Chie,040_CC00_c_011.wav,chie,,0,,,,,,,,"Hey, the yogurt's all gone..." +359300 ,,,,,1150020,,,,,,,,,,,,,,,Chii-chan is greedy. I want to enjoy it more slowly. +359400 ,,,,,1150020,,,,,,,,,,,,,,,"But there's still plenty of yogurt. In my imagination, it\nnever runs out." +359500 ,,,,,1150020,,千恵,Chie,040_CC00_c_012.wav,chie,,0,,,,,,,,Yay! I can still eat more! +359600 ,,,,,1150020,,,,,,,,,,,,,,,That's right. Chii-chan will keep eating my dick. +359700 ,,,,,1150020,,,,,,,,,,,,,,,"It becomes Chii-chan's daily routine, and drinking my semen\nbecomes her hobby." +359800 ,,,,,1150020,,,,,,,,,,,,,,,I train Chii-chan to make it happen. +360000 ,,,,,1150030,,千恵,Chie,040_CC00_c_013.wav,chie,,0,,,,,,,,Wow... your dick is twitching! +360100 ,,,,,1150030,,,,,,,,,,,,,,,"A fresh reaction. Her emotions are clear, making it fun just\nto watch." +360200 ,,,,,1150030,,千恵,Chie,040_CC00_c_014.wav,chie,,0,,,,,,,,Did it hurt? +360300 ,,,,,1150030,,,,,,,,,,,,,,,I like that gentle side of her too. +360400 ,,,,,1150030,,,,,,,,,,,,,,,But it's okay. It doesn't hurt. It feels good. +360500 ,,,,,1150030,,,,,,,,,,,,,,,"It feels good, so my dick twitches." +360700 ,,,,,1150050,,千恵,Chie,040_CC00_c_015.wav,chie,,0,,,,,,,,Mmph!? +360800 ,,,,,1150050,,,,,,,,,,,,,,,My fierce thing goes into Chii-chan's small mouth. +360900 ,,,,,1150050,,,,,,,,,,,,,,,It's warm and slippery. +361000 ,,,,,1150050,,,,,,,,,,,,,,,I suppress the urge to thrust. I move my hips lightly. +361100 ,,,,,1150050,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, I know it's tough, but try moving your tongue\ninside like before." +361200 ,,,,,1150050,,千恵,Chie,040_CC00_c_016.wav,chie,,0,,,,,,,,Mmm... mm... slurp... +361300 ,,,,,1150050,,,,,,,,,,,,,,,"Even though it's hard, Chii-chan serves me diligently. How\nadmirable." +361400 ,,,,,1150050,,,,,,,,,,,,,,,"If possible, I wish I had met Chii-chan sooner." +361500 ,,,,,1150050,,,,,,,,,,,,,,,Then I could have seen a smaller Chii-chan. +361600 ,,,,,1150050,,,,,,,,,,,,,,,"No, but regretting that now is pointless. Let's enjoy the\nChii-chan in front of me." +361800 ,,,,,1170000,,千恵,Chie,040_CC00_c_017.wav,chie,,0,,,,,,,,Come closer... +361900 ,,,,,1170000,,,,,,,,,,,,,,,Chii-chan's cute voice. +362000 ,,,,,1170000,,,,,,,,,,,,,,,The sound of her breathing from that time still lingers in\nmy ears. +362100 ,,,,,1170000,,,,,,,,,,,,,,,"Chii-chan's voice is always lively, but it felt a bit\ndifferent that time." +362200 ,,,,,1170000,,千恵,Chie,040_CC00_c_018.wav,chie,,0,,,,,,,,Fwaa... hehe... nngh... hehehe +362300 ,,,,,1170000,,,,,,,,,,,,,,,The most fun part of playing with Chii-chan is feeling like\nI've returned to my childhood. +362400 ,,,,,1170000,,,,,,,,,,,,,,,Being able to do naughty things with that childlike\ninnocence gives a strong sense of guilt. +362500 ,,,,,1170000,,,,,,,,,,,,,,,Ahh... I want to insert my cock into Chii- chan's pussy as\nmuch as possible. +362600 ,,,,,1170000,,,,,,,,,,,,,,,And then I want to stir it up until it's all messy! +362700 ,,,,,1170000,,,,,,,,,,,,,,,"Thinking about that, my hand's speed accelerated." +362900 ,,,,,1170040,,千恵,Chie,040_CC00_c_019.wav,chie,,0,,,,,,,,Nngh... What is this... it feels weird... +363000 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, does it feel good?" +363100 ,,,,,1170040,,千恵,Chie,040_CC00_c_020.wav,chie,,0,,,,,,,,I... I don't know... But it feels like Chii- chan's crotch\nis getting hotter than before... +363200 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,Can I rub it more...? +363300 ,,,,,1170040,,千恵,Chie,040_CC00_c_021.wav,chie,,0,,,,,,,,"...Yeah, it's okay..." +363400 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, then... I'll rub it!" +363500 ,,,,,1170040,,千恵,Chie,040_CC00_c_022.wav,chie,,0,,,,,,,,Fwaa... it's weird... nngh... +363600 ,,,,,1170040,,,,,,,,,,,,,,,"---shiko, shiko, shiko..." +363700 ,,,,,1170040,,,,,,,,,,,,,,,Chii-chan's thighs are warm and soft. +363800 ,,,,,1170040,,,,,,,,,,,,,,,"Yet they're firm, and I can't even put it into words." +363900 ,,,,,1170040,,,,,,,,,,,,,,,"Imagining Chii-chan feeling it with my cock, I entered the\nfinal spurt." +364000 ,,,,,1170040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll make it feel even better for you..." +364100 ,,,,,1170040,,千恵,Chie,040_CC00_c_023.wav,chie,,0,,,,,,,,Nyaa... that... Nngh... Nyaa... +364200 ,,,,,1170040,,,,,,,,,,,,,,,"I'm going to cum! I'm going to cum! The white pee is coming\nout! I'm going to ejaculate, Chii-chan!" +364400 ,,,,,1170050,,,,,,,,,,,,,,,Splat! Splat! Twitch... twitch! +364500 ,,,,,1170050,,千恵,Chie,040_CC00_c_024.wav,chie,,0,,,,,,,,Ah... aahhhhhh! +364600 ,,,,,1170050,,,,,,,,,,,,,,,Chii-chan's voice echoed in my head. +364700 ,,,,,1170050,,,,,,,,,,,,,,,I imagined splattering my semen on Chii-chan in my fantasy\nworld. +364800 ,$event_return,,,,,,,,,,,,,,,,,,, +365000 ,,,,33,,,主人公,Kiyoshi,,,,,,,,,,,,Ah... ha... It's amazing... Chii-chan... +365100 ,,,,,,,,,,,,,,,,,,,,"After ejaculating and calming my sexual desire, my\nconsciousness floated up from the depths and returned to\nreality." +365200 ,$go join,,,,,,,,,,,,,,,,,,,■To the reunion +365600 ,*komako,,,,,,,,,,,,,,,,,,,■Automatic branch: Komako +365800 ,,,10,9000,,,コマコ,Komako,040_CC00_k_000.wav,,,,,,,,,,,...I have something to talk about. +365900 ,,,,,,,,,,,,,,,,,,,,"Looking back, that was the beginning of everything." +366000 ,,,,,,,,,,,,,,,,,,,,I got to know a slightly unusual girl. +366100 ,,,,,,,,,,,,,,,,,,,,And I got more and more hooked. +366300 ,,,,,2100010,,コマコ,Komako,040_CC00_k_001.wav,komako,,0,,,,,,,,"Ah, don't... stare too much..." +366400 ,,,,,2100010,,,,,,,,,,,,,,,Seeing Komako-chan embarrassed made me want to tease her\nmore. +366500 ,,,,,2100010,,,,,,,,,,,,,,,I think I was probably excited to a slightly crazy extent. +366600 ,,,,,2100010,,,,,,,,,,,,,,,The fact that Komako-chan was the type to masturbate by\nwedging her panties into her vagina was shocking. +366700 ,,,,,2100010,,コマコ,Komako,040_CC00_k_002.wav,komako,,0,,,,,,,,"Nfuh, ahhh...! It feels good...!" +366800 ,,,,,2100010,,,,,,,,,,,,,,,"I still vividly remember it. Komako-chan's voice, her\nexpression." +366900 ,,,,,2100010,,,,,,,,,,,,,,,Why is she so cute? +367000 ,,,,,2100010,,,,,,,,,,,,,,,How can such a cute girl be born? +367100 ,,,,,2100010,,コマコ,Komako,040_CC00_k_003.wav,komako,,0,,,,,,,,Even though it's embarrassing to be watched... I feel it\nmore than usual...! +367200 ,,,,,2100010,,,,,,,,,,,,,,,I dive deeper and deeper into my fantasies. +367300 ,,,,,2100010,,,,,,,,,,,,,,,This isn't just imagination. Because it really feels like\nKomako-chan is right in front of me. +367400 ,,,,,2100010,,コマコ,Komako,040_CC00_k_004.wav,komako,,0,,,,,,,,Chi-chan... look...! Look at me more...! +367500 ,,,,,2100010,,,,,,,,,,,,,,,Komako-chan really loves Chi-chan. +367600 ,,,,,2100010,,,,,,,,,,,,,,,But that's actually a moe point too. +367700 ,,,,,2100010,,,,,,,,,,,,,,,There's no worry about her showing affection to any other\nguy. +367800 ,,,,,2100010,,,,,,,,,,,,,,,"If I use Chi-chan's presence well, I can make Komako-chan my\ncaptive." +367900 ,,,,,2100010,,コマコ,Komako,040_CC00_k_005.wav,komako,,0,,,,,,,,"Hyahh... ahh, uhh... nooo...!!" +368100 ,,,,,2100020,,,,,,,,,,,,,,,"Feeling it, Komako-chan's panties get soaked with her love\njuices." +368200 ,,,,,2100020,,,,,,,,,,,,,,,I should have licked more of those love juices. They must\nhave tasted delicious. +368300 ,,,,,2100020,,コマコ,Komako,040_CC00_k_006.wav,komako,,0,,,,,,,,Fuaaah...! I'm getting wet...! It's overflowing more and\nmore...! +368400 ,,,,,2100020,,コマコ,Komako,040_CC00_k_007.wav,komako,,0,,,,,,,,"Ahh... ahhh, uhh, fuaah... auuuh...!!" +368500 ,,,,,2100020,,,,,,,,,,,,,,,Komako-chan's moans echo in my head. +368600 ,,,,,2100020,,,,,,,,,,,,,,,"Just from this voice, I could ejaculate multiple times." +368700 ,,,,,2100020,,,,,,,,,,,,,,,But not now. I want to remember and enjoy many more intense\nevents. +368800 ,,,,,2100020,,コマコ,Komako,040_CC00_k_008.wav,komako,,0,,,,,,,,It feels good...! My hand won't stop...! Chi-chan...! +368900 ,,,,,2100020,,,,,,,,,,,,,,,"Her small, cute hand moves at an incredible speed. Komako-\nchan was playing with her pussy a lot." +369100 ,,,,,2100030,,コマコ,Komako,040_CC00_k_009.wav,komako,,0,,,,,,,,Nooo...! My pussy is twitching...! I want more and more! +369200 ,,,,,2100030,,コマコ,Komako,040_CC00_k_010.wav,komako,,0,,,,,,,,"Hyahhh... ahh, haa haa... nn, kuh, no, ahhh...!" +369300 ,,,,,2100030,,,,,,,,,,,,,,,Juicy love juices flow down Komako-chan's thighs. +369400 ,,,,,2100030,,,,,,,,,,,,,,,I can even remember the smell. That slightly pee-like scent.\nI want to smell it again. +369500 ,,,,,2100030,,コマコ,Komako,040_CC00_k_011.wav,komako,,0,,,,,,,,"Chi-chan...! Look... at my lewd self, look more...!" +369600 ,,,,,2100030,,,,,,,,,,,,,,,It's okay. I'm watching. I'm watching Komako- chan's lewd\nparts. +369700 ,,,,,2100030,,,,,,,,,,,,,,,I'm playing with my cock too. I'm excited because of Komako-\nchan. +369800 ,,,,,2100030,,,,,,,,,,,,,,,"Yes, I want to tell that to Komako-chan from that time." +370000 ,,,,,2100020,,コマコ,Komako,040_CC00_k_012.wav,komako,,0,,,,,,,,Ahh! There... it feels so good...! It's rubbing where it's\ndigging in...! +370100 ,,,,,2100020,,コマコ,Komako,040_CC00_k_013.wav,komako,,0,,,,,,,,There... it's so hard... rub it harder...! Ahh... ahhh...\nhnn! +370200 ,,,,,2100020,,,,,,,,,,,,,,,Komako-chan is definitely lewd. No doubt about it. She's a\nbit different from other girls. +370300 ,,,,,2100020,,コマコ,Komako,040_CC00_k_014.wav,komako,,0,,,,,,,,Something amazing is coming...! It feels so good...! Chi-\nchan... Chi-chan...!! +370400 ,,,,,2100020,,,,,,,,,,,,,,,Komako-chan's legs stretch out straight. It was a very\nmemorable moment. +370600 ,,,,,2100030,,コマコ,Komako,040_CC00_k_015.wav,komako,,0,,,,,,,,"Nfuaaah...! Ahh, haaaah...!!" +370700 ,,,,,2100030,,コマコ,Komako,040_CC00_k_016.wav,komako,,0,,,,,,,,My pussy is going numb...! It's tingling... getting\nbigger... haaaaah!! +370800 ,,,,,2100030,,,,,,,,,,,,,,,Ahh... even remembering it now is erotic. My hand won't\nstop. +370900 ,,,,,2100030,,コマコ,Komako,040_CC00_k_017.wav,komako,,0,,,,,,,,Haa... haa... I've never felt this much before... +371000 ,,,,,2100030,,コマコ,Komako,040_CC00_k_018.wav,komako,,0,,,,,,,,Thinking that Chi-chan was watching made me so excited... +371100 ,,,,,2100030,,,,,,,,,,,,,,,"From now on, I'll teach you many more firsts." +371200 ,,,,,2100030,,,,,,,,,,,,,,,"Thinking that, I caressed the imaginary Komako-chan." +371400 ,,,,,2110000,,コマコ,Komako,040_CC00_k_019.wav,komako,,0,,,,,,,,...Uncle. +371500 ,,,,,2110000,,,,,,,,,,,,,,,Komako-chan was in a school swimsuit. +371700 ,,,,,2110010,,コマコ,Komako,040_CC00_k_020.wav,komako,,0,,,,,,,,"Nn, fu... hya!?" +371800 ,,,,,2110010,,コマコ,Komako,040_CC00_k_021.wav,komako,,0,,,,,,,,U-Uncle... there... +371900 ,,,,,2110010,,,,,,,,,,,,,,,A flustered Komako-chan is nice. My penis gets even harder. +372000 ,,,,,2110010,,コマコ,Komako,040_CC00_k_022.wav,komako,,0,,,,,,,,...Muu... +372100 ,,,,,2110010,,,,,,,,,,,,,,,I love that gesture of Komako-chan. +372200 ,,,,,2110010,,,,,,,,,,,,,,,"A bit mature, yet unsure of what to do, she lets me have my\nway." +372300 ,,,,,2110010,,,,,,,,,,,,,,,I plan to fully develop her before she can resist. +372500 ,,,,,2110020,,コマコ,Komako,040_CC00_k_023.wav,komako,,0,,,,,,,,"Nn... fu, nn..." +372600 ,,,,,2110020,,コマコ,Komako,040_CC00_k_024.wav,komako,,0,,,,,,,,Nn! Fu! Nnn...!! +372700 ,,,,,2110020,,,,,,,,,,,,,,,"She's feeling it, she's feeling it." +372800 ,,,,,2110020,,,,,,,,,,,,,,,Just roughly playing with her nipples wouldn't make her like\nthis. +372900 ,,,,,2110020,,,,,,,,,,,,,,,I think about Komako-chan and tease her with just the right\nstrength and timing. +373000 ,,,,,2110020,,コマコ,Komako,040_CC00_k_025.wav,komako,,0,,,,,,,,Nnn~... nn~ nn~...! +373100 ,,,,,2110020,,コマコ,Komako,040_CC00_k_026.wav,komako,,0,,,,,,,,"Nn, fu, nn... Uncle... nn... ah... nn..." +373200 ,,,,,2110020,,,,,,,,,,,,,,,"When she calls me uncle in that sweet voice, I get dazed." +373300 ,,,,,2110020,,,,,,,,,,,,,,,But I don't stop playing with her nipples. +373400 ,,,,,2110020,,,,,,,,,,,,,,,"To keep Komako-chan moaning, I continue to make her feel it." +373500 ,,,,,2110020,,コマコ,Komako,040_CC00_k_027.wav,komako,,0,,,,,,,,"Nn, ha, ah, na, nn, nn, ah, na... ah, Chi- chan... ah, ah,\nfuaah...!!" +373600 ,,,,,2110020,,,,,,,,,,,,,,,I want to insert my penis into that small pussy. +373700 ,,,,,2110020,,,,,,,,,,,,,,,I want to make it all wet and let her pussy drink my semen. +373800 ,,,,,2110020,,,,,,,,,,,,,,,"As I think about that, the scene naturally shifts." +374000 ,,,,,2121000,,コマコ,Komako,040_CC00_k_028.wav,komako,,0,,,,,,,,Nn... nn... Chi-chan... +374100 ,,,,,2121000,,,,,,,,,,,,,,,Komako-chan feeling it is a national treasure. +374200 ,,,,,2121000,,コマコ,Komako,040_CC00_k_029.wav,komako,,0,,,,,,,,Nn... ah... +374300 ,,,,,2121000,,コマコ,Komako,040_CC00_k_030.wav,komako,,0,,,,,,,,Uu... rubbing my crotch feels good... +374400 ,,,,,2121000,,,,,,,,,,,,,,,I imagine inserting my penis into Komako- chan's pussy. +374500 ,,,,,2121000,,,,,,,,,,,,,,,I wonder how Komako-chan would react? +374600 ,,,,,2121000,,,,,,,,,,,,,,,It's fine even if she's thinking about Chi- chan. +374700 ,,,,,2121000,,,,,,,,,,,,,,,I just want to do it with Komako-chan. +374800 ,,,,,2121000,,コマコ,Komako,040_CC00_k_031.wav,komako,,0,,,,,,,,"Churu... chu, rero... pero... chu" +374900 ,,,,,2121000,,,,,,,,,,,,,,,Komako-chan desperately kisses the pillow. +375000 ,,,,,2121000,,,,,,,,,,,,,,,"But soon, that partner changes to me." +375100 ,,,,,2121000,,,,,,,,,,,,,,,I entwine my tongue with Komako-chan's. I drink a lot of\nsaliva. Ah... delicious! +375200 ,,,,,2121000,,コマコ,Komako,040_CC00_k_032.wav,komako,,0,,,,,,,,Nn... chu... nmu... haa... Chi-chan... +375300 ,,,,,2121000,,コマコ,Komako,040_CC00_k_033.wav,komako,,0,,,,,,,,Nn... kuu... +375400 ,,,,,2121000,,,,,,,,,,,,,,,What remains in my head is only Komako-chan's voice feeling\nit. +375500 ,,,,,2121000,,,,,,,,,,,,,,,"As expected, my memory ability is excellent." +375600 ,,,,,2121000,,,,,,,,,,,,,,,"With Komako-chan's voice and a vague image, I can get off as\nmuch as I want." +375800 ,,,,,2160000,,コマコ,Komako,040_CC00_k_034.wav,komako,,0,,,,,,,,Ah... it's squishy... +375900 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan gazes at the onahole with great interest. +376000 ,,,,,2160000,,,,,,,,,,,,,,,The combination of a little girl and an onahole was quite a\nhit for me. +376100 ,,,,,2160000,,コマコ,Komako,040_CC00_k_035.wav,komako,,0,,,,,,,,Somehow... it's lewd. +376200 ,,,,,2160000,,,,,,,,,,,,,,,But Komako-chan is a hundred times more lewd than that. +376300 ,,,,,2160000,,,,,,,,,,,,,,,I whisper that in her ear. The Komako-chan in my imagination\ndoesn't make a single displeased face. +376500 ,,,,,2160010,,,,,,,,,,,,,,,Komako-chan's tongue. I want to lick it right away. +376600 ,,,,,2160010,,コマコ,Komako,040_CC00_k_036.wav,komako,,0,,,,,,,,Sweet... +376700 ,,,,,2160010,,,,,,,,,,,,,,,"Come to think of it, I put jelly inside the onahole at that\ntime." +376800 ,,,,,2160010,,コマコ,Komako,040_CC00_k_037.wav,komako,,0,,,,,,,,"Lick, lick... whoa, phew, slurp...!" +376900 ,,,,,2160010,,,,,,,,,,,,,,,"Despite being a cute tongue, its use is rough and intense." +377000 ,,,,,2160010,,コマコ,Komako,040_CC00_k_038.wav,komako,,0,,,,,,,,"Fwa, slurp slurp...! Nju, chu...!" +377100 ,,,,,2160010,,コマコ,Komako,040_CC00_k_039.wav,komako,,0,,,,,,,,"Slurp slurp slurp! Nchu, ah... n..." +377200 ,,,,,2160010,,,,,,,,,,,,,,,I want that tongue to lick my penis a lot. +377300 ,,,,,2160010,,,,,,,,,,,,,,,Especially focusing on the glans. +377400 ,,,,,2160010,,,,,,,,,,,,,,,And I want her to poke her tongue into the urethra. +377500 ,,,,,2160010,,,,,,,,,,,,,,,"After playing with my cock a lot, I want to release a lot of\nsemen into that cute mouth." +377600 ,,,,,2160010,,,,,,,,,,,,,,,I want her to gulp down my sperm. +377800 ,,,,,2161000,,コマコ,Komako,040_CC00_k_040.wav,komako,,0,,,,,,,,Like this? +377900 ,,,,,2161000,,,,,,,,,,,,,,,And then the scene changes again. +378000 ,,,,,2161000,,コマコ,Komako,040_CC00_k_041.wav,komako,,0,,,,,,,,Eh!? Why is your penis out...? +378100 ,,,,,2161000,,,,,,,,,,,,,,,It's so Komako-chan can lick it a lot. +378200 ,,,,,2161000,,,,,,,,,,,,,,,"Once it's fully erect, I'll thrust it in and out of that\nsmall pussy repeatedly." +378300 ,,,,,2161000,,,,,,,,,,,,,,,"I'll stir up the inside with the glans, stimulating the\nG-spot and cervix a lot." +378400 ,,,,,2161000,,,,,,,,,,,,,,,I want to see Komako-chan's ahegao too. +378500 ,,,,,2161000,,,,,,,,,,,,,,,But I can't really say that in front of her. +378700 ,,,,,2161010,,コマコ,Komako,040_CC00_k_042.wav,komako,,0,,,,,,,,Wow. It's going in more and more... +378800 ,,,,,2161010,,,,,,,,,,,,,,,"Amazing, right? This is a penis, you know?" +378900 ,,,,,2161010,,,,,,,,,,,,,,,"It's something that will make Komako-chan feel really good,\nyou know?" +379000 ,,,,,2161010,,,,,,,,,,,,,,,"Come on, say hello. Say 'Nice to meet you.'" +379100 ,,,,,2161010,,,,,,,,,,,,,,,"Unfortunately, I didn't actually say it, so Komako-chan\ndidn't react." +379200 ,,,,,2161010,,,,,,,,,,,,,,,"I should have said it back then. If I had, Komako-chan would\nhave shown a wider range of reactions." +379300 ,,,,,2161010,,コマコ,Komako,040_CC00_k_043.wav,komako,,0,,,,,,,,It went in easily all the way to the back. +379400 ,,,,,2161010,,,,,,,,,,,,,,,"That's right. When it's this erect, it goes in easily." +379500 ,,,,,2161010,,,,,,,,,,,,,,,It's also thanks to Komako-chan's saliva. +379600 ,,,,,2161010,,コマコ,Komako,040_CC00_k_044.wav,komako,,0,,,,,,,,Saliva? +379700 ,,,,,2161010,,,,,,,,,,,,,,,"At that moment, Komako-chan's expression was puzzled." +379800 ,,,,,2161010,,,,,,,,,,,,,,,The sensation of saliva entwining around the glans\nresurfaces. My lower body trembled. +380000 ,,,,,2161020,,,,,,,,,,,,,,,Komako-chan looked up at me. +380100 ,,,,,2161020,,コマコ,Komako,040_CC00_k_045.wav,komako,,0,,,,,,,,Like this? +380200 ,,,,,2161020,,,,,,,,,,,,,,,"More, I want more." +380300 ,,,,,2161020,,,,,,,,,,,,,,,"At that time, Komako-chan seemed really unsure of what to\ndo." +380400 ,,,,,2161020,,,,,,,,,,,,,,,She probably didn't know what to do. +380500 ,,,,,2161020,,コマコ,Komako,040_CC00_k_046.wav,komako,,0,,,,,,,,It's so naughty... +380600 ,,,,,2161020,,,,,,,,,,,,,,,"If she thinks this is naughty, then Komako- chan definitely\nhas potential for the future." +380700 ,,,,,2161020,,,,,,,,,,,,,,,"After all, I think Komako-chan is the most promising." +380900 ,,,,,2161030,,,,,,,,,,,,,,,"That's right, that's right. I grabbed Komako- chan's head\nhere." +381000 ,,,,,2161030,,,,,,,,,,,,,,,The feel of her hair... ah... I can remember it\ncompletely... +381100 ,,,,,2161030,,コマコ,Komako,040_CC00_k_047.wav,komako,,0,,,,,,,,"Mister, what's wrong?" +381200 ,,,,,2161030,,,,,,,,,,,,,,,This is preparation for ejaculation. +381300 ,,,,,2161030,,,,,,,,,,,,,,,"I'll give you lots of sperm, so just wait." +381400 ,,,,,2161030,,コマコ,Komako,040_CC00_k_048.wav,komako,,0,,,,,,,,...Hehe♪ +381600 ,,,,,2161040,,,,,,,,,,,,,,,Semen accumulates inside the onahole Komako- chan is\nholding. +381700 ,,,,,2161040,,,,,,,,,,,,,,,It's very provocative. I can't look away. +381800 ,,,,,2161040,,,,,,,,,,,,,,,I rubbed my penis until it hurt. I'm nearing my limit. +381900 ,,,,,2161040,,,,,,,,,,,,,,,But I can't release it yet. +382000 ,,,,,2161040,,,,,,,,,,,,,,,There are still erotic memories left. +382200 ,,,,,2161050,,コマコ,Komako,040_CC00_k_049.wav,komako,,0,,,,,,,,Ah... +382300 ,,,,,2161050,,,,,,,,,,,,,,,Komako-chan is getting more and more covered in semen. +382400 ,,,,,2161050,,コマコ,Komako,040_CC00_k_050.wav,komako,,0,,,,,,,,Wow... it's warm... +382500 ,,,,,2161050,,,,,,,,,,,,,,,Komako-chan seemed to be a bit pleased. +382600 ,,,,,2161050,,,,,,,,,,,,,,,Maybe being covered in semen feels good. +382700 ,,,,,2161050,,,,,,,,,,,,,,,"If that's the case, I want to cover Komako- chan's entire\nbody with my semen." +382800 ,,,,,2161050,,,,,,,,,,,,,,,"From the top of her head to between her toes, I'll drench\nher in semen and dirty her." +382900 ,,,,,2161050,,,,,,,,,,,,,,,I'll abstain from masturbation and try it someday. +383100 ,,,,,2160020,,コマコ,Komako,040_CC00_k_051.wav,komako,,0,,,,,,,,It smells weird... it's naughty. +383200 ,,,,,2160020,,,,,,,,,,,,,,,"Semen, an onahole, and a cute girl." +383300 ,,,,,2160020,,,,,,,,,,,,,,,It's a wonderful memory. It's not an exaggeration to call it\na memory just for masturbation. +383400 ,,,,,2160020,,,,,,,,,,,,,,,I remember telling Komako-chan to lick the onahole here. +383600 ,,,,,2160030,,コマコ,Komako,040_CC00_k_052.wav,komako,,0,,,,,,,,It's kind of... salty. +383700 ,,,,,2160030,,,,,,,,,,,,,,,Komako-chan is tasting my semen. +383800 ,,,,,2160030,,,,,,,,,,,,,,,She's rolling the sperm around on her tongue. +383900 ,,,,,2160030,,,,,,,,,,,,,,,Just thinking about it made my penis feel like it was going\nto explode. +384000 ,,,,,2160030,,コマコ,Komako,040_CC00_k_053.wav,komako,,0,,,,,,,,"Haa... haa... nngh! Chururu, rero..." +384100 ,,,,,2160030,,,,,,,,,,,,,,,Komako-chan desperately licks the semen inside the onahole. +384200 ,,,,,2160030,,,,,,,,,,,,,,,"If she loves semen that much, I'd let her drink it every\nday." +384300 ,,,,,2160030,,,,,,,,,,,,,,,"Komako-chan is so naughty, she could drink sperm every\nmorning." +384400 ,,,,,2160030,,,,,,,,,,,,,,,"Make semen her staple food. That way, even naughtier things\nwill happen." +384500 ,,,,,2160030,,,,,,,,,,,,,,,"While remembering the semen-covered Komako- chan, I imagined\nsuch a future in the corner of my mind." +384600 ,,,,,2160030,,,,,,,,,,,,,,,It's so extreme that I quickly reach my limit. +384700 ,,,,,2160030,,コマコ,Komako,040_CC00_k_054.wav,komako,,0,,,,,,,,Ah... it's all gone... +384800 ,,,,,2160030,,,,,,,,,,,,,,,I'll cum for you again! I'll cover that cute mouth of yours\nwith it! +384900 ,,,,,2160030,,,,,,,,,,,,,,,Ahh... this pleasure... I can't take it anymore! +385000 ,,,,,2160030,,,,,,,,,,,,,,,My hips naturally lifted. The hand stroking my thing was\nalready hot. +385100 ,,,,,2160030,,,,,,,,,,,,,,,"However, in my mind, Komako-chan was still extending her\ntongue to the onahole." +385200 ,,,,,2160030,,,,,,,,,,,,,,,How naughty. The sweet scent of semen and a girl mixed\ntogether. +385300 ,,,,,2160030,,,,,,,,,,,,,,,"Even though it's a memory, it felt like it was spreading in\nmy nose right now." +385400 ,,,,,2160030,,,,,,,,,,,,,,,I can't hold back anymore. +385500 ,,,,,2160030,,主人公,Kiyoshi,,,,,,,,,,,,Ah... it's coming out! Komako-chan! Komako- chan!! Drink my\nsemen... gulp it down!!! +385600 ,,,,,2160030,,,,,,,,,,,,,,,I splashed it on the Komako-chan in my memory. +385700 ,$event_return,,,,,,,,,,,,,,,,,,, +385900 ,,,,33,,,主人公,Kiyoshi,,,,,,,,,,,,Haa... I can't... move anymore... +386000 ,,,,,,,,,,,,,,,,,,,,It's been a while since I had such intense masturbation. +386100 ,,,,,,,,,,,,,,,,,,,,I should rest a bit. +386200 ,,,,,,,,,,,,,,,,,,,,"As I thought about that, my consciousness was slowly pulled\nback to reality." +386300 ,$go join,,,,,,,,,,,,,,,,,,,■To the rendezvous +386700 ,*tenka,,,,,,,,,,,,,,,,,,,■Automatic branch: Tenka +386900 ,,,10,9000,,,甜花,Tenka,040_CC00_t_000.wav,,,,,,,,,,,Haa... ugh... it came out... +387000 ,,,,,,,,,,,,,,,,,,,,I can't forget that embarrassed voice. +387100 ,,,,,,,,,,,,,,,,,,,,"At the same time, I recalled the scene of Tenka-chan peeing\nfrom that small slit." +387300 ,,,,,3100010,,甜花,Tenka,040_CC00_t_001.wav,tenka,,0,,,,,,,,The old man didn't hear the sound... right...? +387400 ,,,,,3100010,,,,,,,,,,,,,,,I heard it loud and clear. My mental recorder captured it\nperfectly. +387500 ,,,,,3100010,,,,,,,,,,,,,,,"As I listened to that sound, I stroked myself." +387600 ,,,,,3100010,,甜花,Tenka,040_CC00_t_002.wav,tenka,,0,,,,,,,,Haa... ugh... I can't hold it anymore... +387700 ,,,,,3100010,,,,,,,,,,,,,,,What a great expression. Only Tenka-chan could pee with such\na sensual look. +387800 ,,,,,3100010,,甜花,Tenka,040_CC00_t_003.wav,tenka,,0,,,,,,,,J-just a little more... can I let it out...? +387900 ,,,,,3100010,,,,,,,,,,,,,,,Drip... whoosh... +388000 ,,,,,3100010,,,,,,,,,,,,,,,"What a nice sound. It's erotic, yet feels so pure." +388100 ,,,,,3100010,,,,,,,,,,,,,,,This had already reached the level of art. +388200 ,,,,,3100010,,甜花,Tenka,040_CC00_t_004.wav,tenka,,0,,,,,,,,Ugh... please finish soon... +388300 ,,,,,3100010,,,,,,,,,,,,,,,I wish it would never end. +388400 ,,,,,3100010,,,,,,,,,,,,,,,"If possible, I want to be the ground where her pee lands." +388500 ,,,,,3100010,,,,,,,,,,,,,,,Then I could have bathed in Tenka-chan's pee all over my\nbody. +388600 ,,,,,3100010,,甜花,Tenka,040_CC00_t_005.wav,tenka,,0,,,,,,,,I should have gone to the bathroom before leaving home... +388700 ,,,,,3100010,,,,,,,,,,,,,,,"No, no, this is perfect." +388800 ,,,,,3100010,,,,,,,,,,,,,,,"Rather, Tenka-chan shouldn't use the bathroom at home." +388900 ,,,,,3100010,,,,,,,,,,,,,,,"Instead, she should pee outside every day. After properly\nreporting to me that she's going to pee." +389000 ,,,,,3100010,,甜花,Tenka,040_CC00_t_006.wav,tenka,,0,,,,,,,,Phew... just a little more... ah... +389100 ,,,,,3100010,,,,,,,,,,,,,,,Listening to Tenka-chan's heavy breathing makes my own\nbreathing become ragged. +389200 ,,,,,3100010,,,,,,,,,,,,,,,My hand stroking myself sped up. +389300 ,,,,,3100010,,,,,,,,,,,,,,,Small pleasures accumulated in my lower body. +389500 ,,,,,3100020,,甜花,Tenka,040_CC00_t_007.wav,tenka,,0,,,,,,,,Haa... haa... +389600 ,,,,,3100020,,,,,,,,,,,,,,,"After peeing, Tenka-chan had a somewhat mature expression." +389700 ,,,,,3100020,,,,,,,,,,,,,,,That expression stimulated my penis again. My thing grew\neven bigger than before. +389800 ,,,,,3100020,,,,,,,,,,,,,,,"It can still grow. With that certainty, I imagined the next\nscene." +390000 ,,,,,3120000,,甜花,Tenka,040_CC00_t_008.wav,tenka,,0,,,,,,,,I hate this outfit... The old man can see my panties... +390100 ,,,,,3120000,,,,,,,,,,,,,,,"Even when she's complaining, Tenka-chan is cute." +390200 ,,,,,3120000,,,,,,,,,,,,,,,Truly a magnificent view. Her soft-looking pussy makes me\nwant to bury my face in it. +390300 ,,,,,3120000,,甜花,Tenka,040_CC00_t_009.wav,tenka,,0,,,,,,,,D-Do I really have to... masturbate? +390400 ,,,,,3120000,,,,,,,,,,,,,,,"Yes, you have to do a naughty masturbation in front of me." +390500 ,,,,,3120000,,,,,,,,,,,,,,,And Tenka-chan will become my fantasy. +390600 ,,,,,3120000,,甜花,Tenka,040_CC00_t_010.wav,tenka,,0,,,,,,,,Kuu... Even if you say that... ugh... +390700 ,,,,,3120000,,,,,,,,,,,,,,,Tenka-chan is hesitating. But I know what happens next. +390800 ,,,,,3120000,,,,,,,,,,,,,,,"In the end, she starts doing naughty things in front of me." +391000 ,,,,,3120010,,甜花,Tenka,040_CC00_t_011.wav,tenka,,0,,,,,,,,"Hya!? Ah... no... Stop it, old man!" +391100 ,,,,,3120010,,,,,,,,,,,,,,,That was a bit different. Did I make the first move? +391200 ,,,,,3120010,,,,,,,,,,,,,,,I stared intently at the glimpse of Tenka- chan's cute\npussy. +391300 ,,,,,3120010,,,,,,,,,,,,,,,A pure pussy that you would never see in an uncensored AV. +391400 ,,,,,3120010,,,,,,,,,,,,,,,I can make all of that mine... +391500 ,,,,,3120010,,,,,,,,,,,,,,,"Of course, it depends on my actions from now on." +391600 ,,,,,3120010,,甜花,Tenka,040_CC00_t_012.wav,tenka,,0,,,,,,,,Ah... ugh... no... I hate this... +391700 ,,,,,3120010,,,,,,,,,,,,,,,Tenka-chan's face was bright red with embarrassment. +391800 ,,,,,3120010,,,,,,,,,,,,,,,It must have been the first time in her life that lip balm\nwas applied to her pussy. +392000 ,,,,,3120020,,甜花,Tenka,040_CC00_t_013.wav,tenka,,0,,,,,,,,"You're so mean, old man..." +392100 ,,,,,3120020,,,,,,,,,,,,,,,Thank you. Those words are a reward. +392200 ,,,,,3120020,,甜花,Tenka,040_CC00_t_014.wav,tenka,,0,,,,,,,,I told you to stop... +392300 ,,,,,3120020,,,,,,,,,,,,,,,"If I stopped every time I was told to, my personality would\nfall apart." +392400 ,,,,,3120020,,,,,,,,,,,,,,,"In fact, the more she dislikes it, the more I shine." +392600 ,,,,,3120030,,甜花,Tenka,040_CC00_t_015.wav,tenka,,0,,,,,,,,...Nn +392700 ,,,,,3120030,,甜花,Tenka,040_CC00_t_016.wav,tenka,,0,,,,,,,,Haa... nn... +392800 ,,,,,3120030,,甜花,Tenka,040_CC00_t_017.wav,tenka,,0,,,,,,,,I feel like my panties... are wet... +392900 ,,,,,3120030,,,,,,,,,,,,,,,That's right. There's already a stain on Tenka-chan's\npanties. +393000 ,,,,,3120030,,,,,,,,,,,,,,,Tenka-chan's love juices. I want to keep them in a case. +393100 ,,,,,3120030,,,,,,,,,,,,,,,"However, this is just imagination. I can't actually do that." +393200 ,,,,,3120030,,甜花,Tenka,040_CC00_t_018.wav,tenka,,0,,,,,,,,Haa... haa... nnk +393300 ,,,,,3120030,,,,,,,,,,,,,,,Tenka-chan is becoming bolder. I encourage her. +393400 ,,,,,3120030,,甜花,Tenka,040_CC00_t_019.wav,tenka,,0,,,,,,,,...Nn... naa... hya... yan! +393500 ,,,,,3120030,,甜花,Tenka,040_CC00_t_020.wav,tenka,,0,,,,,,,,"Fua... ah, ahh..." +393600 ,,,,,3120030,,,,,,,,,,,,,,,No one can escape from the masturbation they just learned. +393700 ,,,,,3120030,,甜花,Tenka,040_CC00_t_021.wav,tenka,,0,,,,,,,,"Ah... ah... Old man, s-something's coming... W-what is\nthis... I'm scared, but I don't want to stop my hand...!" +393800 ,,,,,3120030,,,,,,,,,,,,,,,"It's okay... Tenka-chan, just like that. Show me more of\nyour naughty side!" +393900 ,,,,,3120030,,,,,,,,,,,,,,,My crotch is about to explode too! But I'll hold back. +394000 ,,,,,3120030,,,,,,,,,,,,,,,I want to remember more about Tenka-chan. +394100 ,,,,,3120030,,甜花,Tenka,040_CC00_t_022.wav,tenka,,0,,,,,,,,Nnnn... Nnn~~! +394300 ,,,,,3120040,,甜花,Tenka,040_CC00_t_023.wav,tenka,,0,,,,,,,,Nn... fua... haa... +394400 ,,,,,3120040,,,,,,,,,,,,,,,It seemed like Tenka-chan had reached her climax. +394500 ,,,,,3120040,,,,,,,,,,,,,,,"I almost ejaculated along with her, but I managed to hold\nback at the last moment." +394600 ,,,,,3120040,,,,,,,,,,,,,,,"Then, the scene shifted." +394800 ,,,,,3130000,,,,,,,,,,,,,,,There was a pure white paradise. +394900 ,,,,,3130000,,甜花,Tenka,040_CC00_t_024.wav,tenka,,0,,,,,,,,"Hey, old man! How is it!?" +395000 ,,,,,3130000,,,,,,,,,,,,,,,"Yeah, it's erotic. It's like it exists just for my\nmasturbation." +395100 ,,,,,3130000,,,,,,,,,,,,,,,I want to cover the happily smiling Tenka- chan with a lot\nof my semen. +395200 ,,,,,3130000,,,,,,,,,,,,,,,I think that pure white would stand out even more. +395300 ,,,,,3130000,,甜花,Tenka,040_CC00_t_025.wav,tenka,,0,,,,,,,,Old man... watch more~! +395400 ,,,,,3130000,,,,,,,,,,,,,,,"When she asks like that, I get aroused." +395500 ,,,,,3130000,,,,,,,,,,,,,,,"Even without being told, I'm only looking at Tenka-chan." +395600 ,,,,,3130000,,甜花,Tenka,040_CC00_t_026.wav,tenka,,0,,,,,,,,Ehehe♪ +395700 ,,,,,3130000,,,,,,,,,,,,,,,A cute smile. An innocent expression. Untainted by anything. +395800 ,,,,,3130000,,,,,,,,,,,,,,,It was like a precious jewel that had been carefully\nprotected until it was tainted by me. +396000 ,,,,,3131000,,甜花,Tenka,040_CC00_t_027.wav,tenka,,0,,,,,,,,Ugh... Be gentle when washing. It gets damaged easily if you\npull too hard. +396100 ,,,,,3131000,,,,,,,,,,,,,,,"It's okay. This is the second time, so I know how to handle\nit." +396200 ,,,,,3131000,,,,,,,,,,,,,,,"Ah... this texture. Of course, it's completely different\nfrom my hair." +396300 ,,,,,3131000,,,,,,,,,,,,,,,It's worlds apart from other women's hair too. Tenka-chan\nreally is beautiful... +396500 ,,,,,3131010,,甜花,Tenka,040_CC00_t_028.wav,tenka,,0,,,,,,,,...Hehe♪ +396600 ,,,,,3131010,,,,,,,,,,,,,,,Her small smile was a critical hit to me. +396700 ,,,,,3131010,,,,,,,,,,,,,,,Pre-cum starts to leak out. But not yet. Tenka-chan's charm\nis far from over. +396900 ,,,,,3131020,,,,,,,,,,,,,,,Here it comes! This sensation! It feels so good! +397000 ,,,,,3131020,,甜花,Tenka,040_CC00_t_029.wav,tenka,,0,,,,,,,,"Hmm~? Old man, what are you doing?" +397100 ,,,,,3131020,,,,,,,,,,,,,,,Nothing. Just trying to impregnate Tenka- chan's hair. +397200 ,,,,,3131020,,,,,,,,,,,,,,,Imaginary Tenka-chan just looks puzzled and doesn't react. +397300 ,,,,,3131020,,,,,,,,,,,,,,,"Here, I am a god. I can fantasize however I want." +397400 ,,,,,3131020,,,,,,,,,,,,,,,--Pat pat pat pat. +397500 ,,,,,3131020,,,,,,,,,,,,,,,--Shush shush shush! +397600 ,,,,,3131020,,,,,,,,,,,,,,,"Tenka-chan, does it feel good? Does it feel like your hair\nmight get pregnant?" +397700 ,,,,,3131020,,甜花,Tenka,040_CC00_t_030.wav,tenka,,0,,,,,,,,Yeah. It feels kind of nice! +397800 ,,,,,3131020,,甜花,Tenka,040_CC00_t_031.wav,tenka,,0,,,,,,,,"With this, my hair will be silky like an idol's, right?\nEhehe, I'm really looking forward to it♪" +397900 ,,,,,3131020,,,,,,,,,,,,,,,It's a good smile. Just seeing it gives me pleasure. +398000 ,,,,,3131020,,,,,,,,,,,,,,,"And in my imagination, I keep accelerating." +398300 ,,,,,3131030,,,,,,,,,,,,,,,"In the next moment, an image of Tenka-chan covered in semen\nflashed in my mind." +398400 ,,,,,3131030,,,,,,,,,,,,,,,"However, in reality, I was taking the utmost care not to\nejaculate, so I was safe." +398500 ,,,,,3131030,,,,,,,,,,,,,,,I continue to masturbate while imagining the sensual Tenka-\nchan covered in semen. +398600 ,,,,,3131030,,甜花,Tenka,040_CC00_t_032.wav,tenka,,0,,,,,,,,Kya! Something slimy... +398700 ,,,,,3131030,,,,,,,,,,,,,,,"It's just the treatment, don't worry about it." +398800 ,,,,,3131030,,甜花,Tenka,040_CC00_t_033.wav,tenka,,0,,,,,,,,"Hmm. I see. In that case, I want you to apply it thoroughly!" +398900 ,,,,,3131030,,,,,,,,,,,,,,,Leave it to me. I'll make sure to rub the semen all over\nTenka-chan's hair. +399000 ,,,,,3131030,,,,,,,,,,,,,,,――Shush shush shush shush! +399100 ,,,,,3131030,,甜花,Tenka,040_CC00_t_034.wav,tenka,,0,,,,,,,,Nn... It's more intense than before. I've never had a\ntreatment this intense. +399200 ,,,,,3131030,,,,,,,,,,,,,,,"Right? With my technique, I can make it as intense as you\nwant." +399300 ,,,,,3131030,,甜花,Tenka,040_CC00_t_035.wav,tenka,,0,,,,,,,,"Hmm, what is this treatment? It has a strange smell. It\nsmells like dried squid." +399400 ,,,,,3131030,,,,,,,,,,,,,,,It's made from natural ingredients. Organic things tend to\nsmell. +399500 ,,,,,3131030,,甜花,Tenka,040_CC00_t_036.wav,tenka,,0,,,,,,,,Hmm. I see. That's how it is. +399600 ,,,,,3131030,,,,,,,,,,,,,,,"Tenka-chan's hair, wrapping around my penis, is getting more\nand more covered in semen." +399700 ,,,,,3131030,,甜花,Tenka,040_CC00_t_037.wav,tenka,,0,,,,,,,,Fwaa... Amazing. ...Nn...♪ +399800 ,,,,,3131030,,甜花,Tenka,040_CC00_t_038.wav,tenka,,0,,,,,,,,Hyu...! Nn... Naa... +399900 ,,,,,3131030,,甜花,Tenka,040_CC00_t_039.wav,tenka,,0,,,,,,,,Nn... What is this... It's tingling down there more than\nbefore... +400000 ,,,,,3131030,,,,,,,,,,,,,,,"As expected, Tenka-chan can recognize the smell of semen." +400100 ,,,,,3131030,,,,,,,,,,,,,,,It means she's truly a female. +400200 ,,,,,3131030,,,,,,,,,,,,,,,"As I was about to whisper that in her ear, the scene\nsmoothly transitioned." +400400 ,,,,,3150000,,甜花,Tenka,040_CC00_t_040.wav,tenka,,0,,,,,,,,Is this okay? +400500 ,,,,,3150000,,,,,,,,,,,,,,,"Standing by the riverbank, Tenka-chan's cheeks were flushed\nagain." +400600 ,,,,,3150000,,,,,,,,,,,,,,,"Her thighs, absorbing the sunlight, shone brilliantly." +400700 ,,,,,3150000,,,,,,,,,,,,,,,"The back of her knees, lightly glistening with sweat." +400800 ,,,,,3150000,,,,,,,,,,,,,,,Nipples visible through the bikini. +400900 ,,,,,3150000,,,,,,,,,,,,,,,Her plump butt. +401000 ,,,,,3150000,,,,,,,,,,,,,,,And the slightly different colored hole of her butt was\nvividly recreated in my mind. +401200 ,,,,,3150010,,甜花,Tenka,040_CC00_t_041.wav,tenka,,0,,,,,,,,Uu... +401300 ,,,,,3150010,,,,,,,,,,,,,,,I personally believe that Tenka-chan's cuteness shines more\nthe more she's pushed to her limits. +401400 ,,,,,3150010,,,,,,,,,,,,,,,"Probably, at her core, she's a masochist. She enjoys doing\nnaughty things when told by others." +401500 ,,,,,3150010,,甜花,Tenka,040_CC00_t_042.wav,tenka,,0,,,,,,,,"Do you like thighs, mister?" +401600 ,,,,,3150010,,,,,,,,,,,,,,,"Yeah, I do. I want to do a thigh job with those thighs over\nand over and ejaculate." +401700 ,,,,,3150010,,,,,,,,,,,,,,,And then make those thighs all sticky. +401800 ,,,,,3150010,,,,,,,,,,,,,,,I'd like to leave it unwashed as long as possible and watch\nTenka-chan squirm in discomfort with a grin. +401900 ,,,,,3150010,,甜花,Tenka,040_CC00_t_043.wav,tenka,,0,,,,,,,,"I see... Boys are weird, aren't they?" +402000 ,,,,,3150010,,,,,,,,,,,,,,,Is that so? Aren't most guys like this? +402100 ,,,,,3150010,,甜花,Tenka,040_CC00_t_044.wav,tenka,,0,,,,,,,,"Mister, your eyes are pervy." +402200 ,,,,,3150010,,,,,,,,,,,,,,,"Say more. In front of Tenka-chan, I can become the\nembodiment of lust." +402400 ,,,,,3150020,,甜花,Tenka,040_CC00_t_045.wav,tenka,,0,,,,,,,,...Eh? Mister! What are you doing!? +402500 ,,,,,3150020,,,,,,,,,,,,,,,"Come to think of it, I suddenly took out my penis at that\nmoment." +402600 ,,,,,3150020,,,,,,,,,,,,,,,It's no wonder she was surprised. +402700 ,,,,,3150020,,甜花,Tenka,040_CC00_t_046.wav,tenka,,0,,,,,,,,Ah... Ahh... +402800 ,,,,,3150020,,,,,,,,,,,,,,,Tenka-chan stood frozen with her mouth open. +402900 ,,,,,3150020,,,,,,,,,,,,,,,"I could cover that open mouth with my semen right now, but I\nhold back." +403000 ,,,,,3150020,,,,,,,,,,,,,,,"If I do that, this fantasy will completely vanish." +403200 ,,,,,3151000,,甜花,Tenka,040_CC00_t_047.wav,tenka,,0,,,,,,,,Eh...? +403300 ,,,,,3151000,,,,,,,,,,,,,,,The sensation of Tenka-chan's soft hands on my penis comes\nback to me. +403400 ,,,,,3151000,,,,,,,,,,,,,,,Warm... This is Tenka-chan's body heat... +403500 ,,,,,3151000,,甜花,Tenka,040_CC00_t_048.wav,tenka,,0,,,,,,,,Your penis... it's hard... +403600 ,,,,,3151000,,,,,,,,,,,,,,,"It's hard because it's ready to go inside Tenka-chan's pussy\nand make her feel really good, you know?" +403700 ,,,,,3151000,,,,,,,,,,,,,,,"So, make it even harder." +403800 ,,,,,3151000,,甜花,Tenka,040_CC00_t_049.wav,tenka,,0,,,,,,,,Ugh... You're the worst... +403900 ,,,,,3151000,,,,,,,,,,,,,,,A shiver ran down my spine. A voice filled with emotion has\na certain impact. +404000 ,,,,,3151000,,甜花,Tenka,040_CC00_t_050.wav,tenka,,0,,,,,,,,Mister's... it's hot... +404100 ,,,,,3151000,,,,,,,,,,,,,,,The pleasure rises to the point where I lose all sensation\nin my hips. +404200 ,,,,,3151000,,,,,,,,,,,,,,,This might be a bit... dangerous. +404300 ,,,,,3151000,,,,,,,,,,,,,,,I might come... I might really come! Ah! My head is\nspinning...! +404500 ,,,,,3151010,,,,,,,,,,,,,,,"And then, I really ejaculated." +404600 ,,,,,3151010,,,,,,,,,,,,,,,"But thanks to taking my time with masturbation, or maybe\nthanks to the imagined Tenka-chan, I was ready to go again\nsoon." +404800 ,,,,,3151020,,甜花,Tenka,040_CC00_t_051.wav,tenka,,0,,,,,,,,Hic... Ugh... Mister... you're awful... +404900 ,,,,,3151020,,甜花,Tenka,040_CC00_t_052.wav,tenka,,0,,,,,,,,It's white... sticky... and gross... +405000 ,,,,,3151020,,,,,,,,,,,,,,,"Half-crying, Tenka-chan looks down at my thing even as she\ncries." +405100 ,,,,,3151020,,甜花,Tenka,040_CC00_t_053.wav,tenka,,0,,,,,,,,No... nooo... +405200 ,,,,,3151020,,,,,,,,,,,,,,,You'll soon come to like this kind of thing. Tenka-chan has\nthe potential for it. +405300 ,,,,,3151020,,,,,,,,,,,,,,,So let's try doing more and more naughty things. +405500 ,,,,,3151030,,甜花,Tenka,040_CC00_t_054.wav,tenka,,0,,,,,,,,...Okay. +405600 ,,,,,3151030,,,,,,,,,,,,,,,Being honest is a good thing. +405800 ,,,,,3151040,,甜花,Tenka,040_CC00_t_055.wav,tenka,,0,,,,,,,,L-Like this? +405900 ,,,,,3151040,,,,,,,,,,,,,,,Ah... that's good. Tenka-chan's hands are made for stroking\nmy cock. +406100 ,,,,,3151050,,,,,,,,,,,,,,,Tenka-chan looks a bit troubled. +406200 ,,,,,3151050,,,,,,,,,,,,,,,"You can't stop, you have to keep stroking. Otherwise, I\nwon't be able to come a second time." +406300 ,,,,,3151050,,甜花,Tenka,040_CC00_t_056.wav,tenka,,0,,,,,,,,Y-Yeah. +406400 ,,,,,3151050,,,,,,,,,,,,,,,"And then, the speed of her stroking suddenly increases." +406500 ,,,,,3151050,,,,,,,,,,,,,,,The dramatic change almost made my hips lift off the ground. +406600 ,,,,,3151050,,,,,,,,,,,,,,,This is... no good. I'm going to come! I'll spray my semen\nall over Tenka-chan! +406700 ,,,,,3151050,,甜花,Tenka,040_CC00_t_057.wav,tenka,,0,,,,,,,,Ah... amazing... it's getting even bigger... ah― +406900 ,,,,,3151060,,,,,,,,,,,,,,,Splat! Throb... throb... squirt...! +407000 ,,,,,3151060,,,,,,,,,,,,,,,"And then I ejaculated again. This time, it lasted longer,\nand my whole body shook with pleasure." +407100 ,,,,,3151060,,甜花,Tenka,040_CC00_t_058.wav,tenka,,0,,,,,,,,Ugh... it's sticky... +407300 ,,,,33,,,,,,,,,,,,,,,,"With those words from Tenka-chan, the scene in my mind faded\nto black." +407400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Ha... that was close. It felt so good I almost passed out... +407500 ,,,,,,,,,,,,,,,,,,,,I need to be careful not to get too carried away with these\nfantasy masturbation sessions. +407600 ,,,,,,,,,,,,,,,,,,,,I took a deep breath and slowly returned to the real world. +407700 ,$go join,,,,,,,,,,,,,,,,,,,■To the Meeting +408100 ,*all,,,,,,,,,,,,,,,,,,,■Automatic Branch: Everyone +408300 ,,,10,9000,,,千恵,Chie,040_CC00_c_025.wav,,,,,,,,,,,Onii-chan! +408400 ,,,,,,,コマコ,Komako,040_CC00_k_055.wav,,,,,,,,,,,...I have something to talk about. +408500 ,,,,,,,甜花,Tenka,040_CC00_t_059.wav,,,,,,,,,,,Haa... ugh... it came out... +408600 ,,,,,,,,,,,,,,,,,,,,"I heard the voices of Chie-chan, Komako-chan, and Tenka-\nchan." +408700 ,,,,,,,,,,,,,,,,,,,,I can't choose just one of them. +408800 ,,,,,,,,,,,,,,,,,,,,"In that case, why not think about all of them?" +408900 ,,,,,,,,,,,,,,,,,,,,"With that realization, I fell into a world of imagination." +409100 ,,,,,1150000,,千恵,Chie,040_CC00_c_026.wav,chie,,0,,,,,,,,Sniff sniff... Ah! It smells just like the usual one! +409200 ,,,,,1150000,,,,,,,,,,,,,,,Chie-chan raised her voice happily as she sniffed the\nyogurt-covered dick. +409300 ,,,,,1150000,,,,,,,,,,,,,,,Even I didn't expect to be able to coat my own thing so\nneatly with yogurt. +409400 ,,,,,1150000,,,,,,,,,,,,,,,"Chie-chan, what do you think? Do you want to eat this dick?" +409500 ,,,,,1150000,,千恵,Chie,040_CC00_c_027.wav,chie,,0,,,,,,,,Yeah! I want to eat it! +409600 ,,,,,1150000,,,,,,,,,,,,,,,That's a good answer. I like Chie-chan's honesty. +409700 ,,,,,1150000,,,,,,,,,,,,,,,"Other girls might hesitate, even if it's coated with yogurt." +409800 ,,,,,1150000,,,,,,,,,,,,,,,But Chie-chan is different. That's what makes her special\nand unique. +409900 ,,,,,1150000,,千恵,Chie,040_CC00_c_028.wav,chie,,0,,,,,,,,Um... is this how I should do it...? +410100 ,,,,,1150010,,,,,,,,,,,,,,,Chie-chan's tongue touched my dick. +410200 ,,,,,1150010,,,,,,,,,,,,,,,"In that instant, a shockwave ran through my lower body." +410300 ,,,,,1150010,,,,,,,,,,,,,,,"The stimulation, the sense of guilt, and the eroticism from\nChie-chan's innocence." +410400 ,,,,,1150010,,,,,,,,,,,,,,,All of it combined into a sensation of pleasure. +410500 ,,,,,1150010,,千恵,Chie,040_CC00_c_029.wav,chie,,0,,,,,,,,"Lick... it's delicious! Oi-chan, this is really tasty!" +410700 ,,,,,1150050,,,,,,,,,,,,,,,"And then, Chie-chan took my dick into her mouth." +410800 ,,,,,1150050,,千恵,Chie,040_CC00_c_030.wav,chie,,0,,,,,,,,Mmm... mmph... slurp... +410900 ,,,,,1150050,,,,,,,,,,,,,,,How is it? Is it tasty? +411000 ,,,,,1150050,,千恵,Chie,040_CC00_c_031.wav,chie,,0,,,,,,,,Mmm...! Mmm~~! +411100 ,,,,,1150050,,千恵,Chie,040_CC00_c_032.wav,chie,,0,,,,,,,,Nngh! ...Mmm... slurp... fuhii...! +411200 ,,,,,1150050,,千恵,Chie,040_CC00_c_033.wav,chie,,0,,,,,,,,Hahh... slurp! Mmm! +411300 ,,,,,1150050,,,,,,,,,,,,,,,Keep going! Just a little more. +411400 ,,,,,1150050,,千恵,Chie,040_CC00_c_034.wav,chie,,0,,,,,,,,Hahh... slurp! Mmm! +411500 ,,,,,1150050,,千恵,Chie,040_CC00_c_035.wav,chie,,0,,,,,,,,Mmm... mm... slurp...! Slurp! +411600 ,,,,,1150050,,,,,,,,,,,,,,,"The sensation inside Chie-chan's mouth. Warm, tight... just\nlike a pussy." +411700 ,,,,,1150050,,,,,,,,,,,,,,,I couldn't stop the pleasure anymore. +411900 ,,,,,1150061,,千恵,Chie,040_CC00_c_036.wav,chie,,0,,,,,,,,"―Ahh!? Wow, so much white stuff is coming out of your dick!" +412000 ,,,,,1150061,,,,,,,,,,,,,,,"Phew... ha... That was great, Chie-chan." +412100 ,,,,,1150061,,千恵,Chie,040_CC00_c_037.wav,chie,,0,,,,,,,,Oi-chan... a lot came out. Did it feel good? +412200 ,,,,,1150061,,,,,,,,,,,,,,,"Of course it did. If it feels this good, I'd want it every\nday." +412300 ,,,,,1150061,,,,,,,,,,,,,,,"Chie-chan was smiling brightly. Even though she was covered\nin semen, she had an innocent smile." +412400 ,,,,,1150061,,,,,,,,,,,,,,,It was so sinful and irresistible. +412600 ,,,,9000,,,コマコ,Komako,040_CC00_k_056.wav,,,,,,,,,,,...Mmm... +412700 ,,,,,,,,,,,,,,,,,,,,"While I was getting caught up with Chie-chan, I heard\nKomako-chan's voice." +412800 ,,,,,,,,,,,,,,,,,,,,"Then, even though I had just ejaculated, my thing started to\nswell up again." +412900 ,,,,,,,,,,,,,,,,,,,,"Thinking about Komako-chan, I grabbed my thing once more." +413100 ,,,,,2160000,,コマコ,Komako,040_CC00_k_057.wav,komako,,0,,,,,,,,Ah... it's so squishy... +413200 ,,,,,2160000,,,,,,,,,,,,,,,I think it was the day she came to deliver corn. +413300 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan was intensely curious about the onahole she was\ntouching for the first time. +413400 ,,,,,2160000,,コマコ,Komako,040_CC00_k_058.wav,komako,,0,,,,,,,,Chie-chan... has the same shape as this... +413500 ,,,,,2160000,,,,,,,,,,,,,,,That's right. Komako-chan has it too. +413600 ,,,,,2160000,,,,,,,,,,,,,,,"A part shaped like this, meant to make a penis feel good." +413700 ,,,,,2160000,,コマコ,Komako,040_CC00_k_059.wav,komako,,0,,,,,,,,It's kind of... naughty. +413800 ,,,,,2160000,,,,,,,,,,,,,,,Komako-chan's breath was a little heavy as she said that. +413900 ,,,,,2160000,,,,,,,,,,,,,,,She must be excited. +414000 ,,,,,2160000,,,,,,,,,,,,,,,"If we had sex, that excitement could be calmed... but..." +414100 ,,,,,2160000,,コマコ,Komako,040_CC00_k_060.wav,komako,,0,,,,,,,,Does sex really make babies? +414200 ,,,,,2160000,,,,,,,,,,,,,,,"Yes, it does. Well, sometimes it doesn't, though." +414300 ,,,,,2160000,,コマコ,Komako,040_CC00_k_061.wav,komako,,0,,,,,,,,Oh... I see... +414400 ,,,,,2160000,,,,,,,,,,,,,,,"As she said that, Komako-chan's attention returned to the\nonahole." +414500 ,,,,,2160000,,,,,,,,,,,,,,,"Upon closer inspection, Komako-chan was playing with her own\npussy." +414600 ,,,,,2160000,,,,,,,,,,,,,,,"That's not good, Komako-chan." +414700 ,,,,,2160000,,コマコ,Komako,040_CC00_k_062.wav,komako,,0,,,,,,,,Eh!? I'm not doing anything though... +414800 ,,,,,2160000,,,,,,,,,,,,,,,Lying won't work. I clearly saw you playing with your\nvagina. +414900 ,,,,,2160000,,コマコ,Komako,040_CC00_k_063.wav,komako,,0,,,,,,,,I'm not playing with it! +415000 ,,,,,2160000,,,,,,,,,,,,,,,Really? +415100 ,,,,,2160000,,コマコ,Komako,040_CC00_k_064.wav,komako,,0,,,,,,,,Hmm... it's just that it felt kind of tingly. +415200 ,,,,,2160000,,,,,,,,,,,,,,,It's good that you can be honest. +415300 ,,,,,2160000,,,,,,,,,,,,,,,"But as a punishment, you'll have to help me with my\nmasturbation." +415500 ,,,,,2161030,,,,,,,,,,,,,,,"I had Komako-chan hold the onahole firmly, and I inserted my\npenis into it." +415600 ,,,,,2161030,,,,,,,,,,,,,,,Then I grabbed her head and started moving my hips. +415700 ,,,,,2161030,,,,,,,,,,,,,,,I stroked Komako-chan's nice-feeling hair. +415800 ,,,,,2161030,,コマコ,Komako,040_CC00_k_065.wav,komako,,0,,,,,,,,...Ehehe♪ +415900 ,,,,,2161030,,,,,,,,,,,,,,,"Even while doing something so naughty, she can smile so\ninnocently. Komako-chan really is cute." +416000 ,,,,,2161030,,,,,,,,,,,,,,,"She usually has a unique aura, but she's no different from\nChie-chan or Tenka-chan." +416100 ,,,,,2161030,,,,,,,,,,,,,,,"Thinking about that, my hips naturally started moving\nfaster." +416200 ,,,,,2161030,,コマコ,Komako,040_CC00_k_066.wav,komako,,0,,,,,,,,"Ah... something's coming out from the tip of your dick,\nmister." +416300 ,,,,,2161030,,コマコ,Komako,040_CC00_k_067.wav,komako,,0,,,,,,,,A clear liquid... +416400 ,,,,,2161030,,,,,,,,,,,,,,,Komako-chan was surprised by the precum. +416500 ,,,,,2161030,,,,,,,,,,,,,,,"I wanted to release it in Komako-chan's mouth if possible,\nbut I couldn't control it, so it couldn't be helped." +416600 ,,,,,2161030,,,,,,,,,,,,,,,"To pursue more pleasure, I told Komako-chan to move the\nonahole." +416700 ,,,,,2161030,,コマコ,Komako,040_CC00_k_068.wav,komako,,0,,,,,,,,Move it... like this? +416800 ,,,,,2161030,,,,,,,,,,,,,,,"Yes, with that onahole. As fast as you can." +416900 ,,,,,2161030,,コマコ,Komako,040_CC00_k_069.wav,komako,,0,,,,,,,,Like this? +417000 ,,,,,2161030,,,,,,,,,,,,,,,"Not yet. More, more." +417100 ,,,,,2161030,,コマコ,Komako,040_CC00_k_070.wav,komako,,0,,,,,,,,Nn... nn... +417200 ,,,,,2161030,,,,,,,,,,,,,,,The movement of the onahole suddenly became faster. +417300 ,,,,,2161030,,,,,,,,,,,,,,,I moved my hips to match it. +417400 ,,,,,2161030,,コマコ,Komako,040_CC00_k_071.wav,komako,,0,,,,,,,,"Mister, your breathing is heavy." +417500 ,,,,,2161030,,,,,,,,,,,,,,,"Komako-chan's way of moving it is the best. That's why it\nfeels so good, I can't help but moan." +417600 ,,,,,2161030,,,,,,,,,,,,,,,"Saying that, I moved my hips vigorously." +417700 ,,,,,2161030,,,,,,,,,,,,,,,It's like I'm giving Komako-chan an irrumatio. I'll release\na lot into her mouth. +417800 ,,,,,2161030,,,,,,,,,,,,,,,"Ah, nn! Komako-chan... I'm about to cum soon..." +417900 ,,,,,2161030,,コマコ,Komako,040_CC00_k_072.wav,komako,,0,,,,,,,,Eh!? You're going to cum? +418000 ,,,,,2161030,,,,,,,,,,,,,,,"I'm going to ejaculate a lot, so make sure to catch it all." +418100 ,,,,,2161030,,,,,,,,,,,,,,,Make sure to let my semen cover your whole body. +418200 ,,,,,2161030,,,,,,,,,,,,,,,"With that reminder, I held my breath." +418400 ,,,,,2161050,,,,,,,,,,,,,,,Splurt! Splat! Sploosh! +418500 ,,,,,2161050,,コマコ,Komako,040_CC00_k_073.wav,komako,,0,,,,,,,,Ah... +418600 ,,,,,2161050,,,,,,,,,,,,,,,I released an amount of semen on Komako-chan that seemed\nimpossible for a second time. +418700 ,,,,,2161050,,,,,,,,,,,,,,,The semen arced through the air and stuck all over Komako-\nchan's body. +418800 ,,,,,2161050,,コマコ,Komako,040_CC00_k_074.wav,komako,,0,,,,,,,,Wow... it's warm... +418900 ,,,,,2161050,,,,,,,,,,,,,,,"However, she didn't seem to dislike it at all." +419000 ,,,,,2161050,,,,,,,,,,,,,,,"Rather, Komako-chan had a blissful expression." +419100 ,,,,,2161050,,,,,,,,,,,,,,,I basked in the afterglow of ejaculation while gazing at\nKomako-chan. +419300 ,,,,9000,,,甜花,Tenka,040_CC00_t_060.wav,,,,,,,,,,,"Panties! Panties, panties, panties!" +419400 ,,,,,,,,,,,,,,,,,,,,Interrupting my memories with Komako-chan was Tenka-chan's\nshout. +419500 ,,,,,,,,,,,,,,,,,,,,"Come to think of it, there was a time when Tenka-chan kept\nrepeating 'panties.' If I remember correctly, after this..." +419600 ,,,,,,,,,,,,,,,,,,,,"I recalled what happened next. Despite having ejaculated\ntwice, my thing was getting hard again." +419800 ,,,,,3150000,,甜花,Tenka,040_CC00_t_061.wav,tenka,,0,,,,,,,,Is this okay? +419900 ,,,,,3150000,,,,,,,,,,,,,,,"Under the clear blue sky, Tenka-chan was wearing a micro\nbikini that was more erotic than being naked." +420000 ,,,,,3150000,,,,,,,,,,,,,,,Her embarrassment was visible on her face. Tenka-chan was as\ncute as ever. +420100 ,,,,,3150000,,甜花,Tenka,040_CC00_t_062.wav,tenka,,0,,,,,,,,Ugh... +420200 ,,,,,3150000,,,,,,,,,,,,,,,Choosing this micro bikini was definitely the right\ndecision. +420300 ,,,,,3150000,,,,,,,,,,,,,,,Tenka-chan's erotic charm was fully on display. +420500 ,,,,,3150010,,,,,,,,,,,,,,,"As I stared intently at Tenka-chan's butt hole, she furrowed\nher brows." +420600 ,,,,,3150010,,,,,,,,,,,,,,,There's no need to be embarrassed. This is all just a\ngravure photoshoot. +420700 ,,,,,3150010,,甜花,Tenka,040_CC00_t_063.wav,tenka,,0,,,,,,,,"B-but... really, my butt... hole is going to be shown..." +420800 ,,,,,3150010,,,,,,,,,,,,,,,That's a trivial issue. +420900 ,,,,,3150010,,,,,,,,,,,,,,,"If you worry about that, you can't do gravure shoots." +421000 ,,,,,3150010,,甜花,Tenka,040_CC00_t_064.wav,tenka,,0,,,,,,,,Ugh... +421100 ,,,,,3150010,,,,,,,,,,,,,,,Seeing Tenka-chan embarrassed made my penis erect to the\npoint it couldn't fit in my pants. +421300 ,,,,,3150020,,甜花,Tenka,040_CC00_t_065.wav,tenka,,0,,,,,,,,...Huh? Uncle! What are you doing!? +421400 ,,,,,3150020,,,,,,,,,,,,,,,"I forcibly made Tenka-chan hold my cock, surprising her." +421600 ,,,,,3151000,,甜花,Tenka,040_CC00_t_066.wav,tenka,,0,,,,,,,,Eh...? +421700 ,,,,,3151000,,,,,,,,,,,,,,,Tenka-chan couldn't keep up with the sudden change in the\nsituation. +421800 ,,,,,3151000,,,,,,,,,,,,,,,But I didn't stop. Tenka-chan's soft hand... Ah... I could\nget addicted to this! +421900 ,,,,,3151000,,甜花,Tenka,040_CC00_t_067.wav,tenka,,0,,,,,,,,It's... hard... +422000 ,,,,,3151000,,,,,,,,,,,,,,,"It's all your fault, Tenka-chan." +422100 ,,,,,3151000,,,,,,,,,,,,,,,Because you're wearing such a lewd outfit. +422200 ,,,,,3151000,,甜花,Tenka,040_CC00_t_068.wav,tenka,,0,,,,,,,,Ugh... You're the worst... +422300 ,,,,,3151000,,,,,,,,,,,,,,,Even those resentful words turn into pleasure when Tenka-\nchan says them. +422400 ,,,,,3151000,,,,,,,,,,,,,,,"As a reward, I'll cover Tenka-chan with my semen until\nthere's nothing left." +422500 ,,,,,3151000,,,,,,,,,,,,,,,"With that resolve, I continued to force Tenka-chan to give\nme a handjob." +422600 ,,,,,3151000,,甜花,Tenka,040_CC00_t_069.wav,tenka,,0,,,,,,,,Uncle's... so hot... +422700 ,,,,,3151000,,,,,,,,,,,,,,,"It's hot and hard, right?" +422800 ,,,,,3151000,,,,,,,,,,,,,,,"Soon, I'll insert this cock into Tenka-chan's tiny pussy." +422900 ,,,,,3151000,,,,,,,,,,,,,,,"Then, I'll ejaculate aiming for your cute womb. I'll make\nyour cervix drink up all the semen." +423000 ,,,,,3151000,,,,,,,,,,,,,,,I whispered that into Tenka-chan's ear. She tensed up her\nbody. +423100 ,,,,,3151000,,,,,,,,,,,,,,,What a great reaction! I want to see more! +423200 ,,,,,3151000,,,,,,,,,,,,,,,"Thinking that, I whispered into Tenka-chan's ear while\nholding her hand." +423300 ,,,,,3151000,,,,,,,,,,,,,,,Rubbing over and over. Again and again. +423400 ,,,,,3151000,,,,,,,,,,,,,,,The smell of my penis is gradually transferring to Tenka-\nchan. +423500 ,,,,,3151000,,,,,,,,,,,,,,,"Even if she washes her hands a little, this smell won't come\noff." +423600 ,,,,,3151000,,,,,,,,,,,,,,,"So when she goes home and sleeps, Tenka-chan will smell the\npenis and remember me." +423700 ,,,,,3151000,,,,,,,,,,,,,,,"That fact makes my thing thicker, bigger, and harder." +423800 ,,,,,3151000,,,,,,,,,,,,,,,Ugh... an unexpected wave of pleasure... what is this...! +423900 ,,,,,3151000,,,,,,,,,,,,,,,An overwhelming sensation of pleasure attacks my lower body.\nIt's a feeling so good that I can't resist. +424000 ,,,,,3151000,,,,,,,,,,,,,,,I'm going to cum! I'll let it out on Tenka- chan's hands!\nI'll impregnate those hands with my semen! +424100 ,,,,,3151000,,甜花,Tenka,040_CC00_t_070.wav,tenka,,0,,,,,,,,Eh!? +424200 ,,,,,3151000,,,,,,,,,,,,,,,"Ignoring the surprised Tenka-chan, I made her give me a\nhandjob at an incredible speed." +424300 ,,,,,3151000,,,,,,,,,,,,,,,――shiko shiko shiko shiko shiko... +424400 ,,,,,3151000,,,,,,,,,,,,,,,"And soon, the limit was reached." +424600 ,,,,,3151010,,,,,,,,,,,,,,,"The moment I felt a tightness at the base of my penis, I was\nhit by a pleasure so intense it turned my vision white." +424700 ,,,,,3151010,,甜花,Tenka,040_CC00_t_071.wav,tenka,,0,,,,,,,,Hyah! So much is coming out... huh... is it still coming? +424800 ,,,,,3151010,,,,,,,,,,,,,,,"It's the third time. The third ejaculation. Yet, the amount\nof semen was extraordinary." +424900 ,,,,,3151010,,,,,,,,,,,,,,,"With that large amount of my white fluid, Tenka-chan was\ngetting dirty." +425000 ,,,,,3151010,,,,,,,,,,,,,,,It was a very lewd sight. +425100 ,,,,,3151010,,,,,,,,,,,,,,,I continued to ejaculate on Tenka-chan's body until I was\ndrained of semen. +425200 ,$event_return,,,,,,,,,,,,,,,,,,, +425400 ,,,,33,,,,,,,,,,,,,,,,The pleasure was so intense that I let out a short scream. +425500 ,,,,,,,,,,,,,,,,,,,,"The afterglow of the ejaculation was long, and I convulsed\nfor several seconds." +425600 ,,,,,,,,,,,,,,,,,,,,"When I realized it, Tenka-chan, covered in semen, was no\nlonger there." +425700 ,,,,,,,,,,,,,,,,,,,,"At that moment, I realized I was gradually being pulled back\ninto the real world." +425800 ,$go join,,,,,,,,,,,,,,,,,,, +426200 ,*join,,,,,,,,,,,,,,,,,,,■Reunion +426800 ,,,15,33,,,主人公,Kiyoshi,,,,,,,,,,,,――Hah! +426900 ,,,,,,,,,,,,,,,,,,,,"When I jumped up, I was in my usual room." +427000 ,,,,,,,,,,,,,,,,,,,,"However, there was a large amount of semen scattered around\nme." +427100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I've never released this much before... +427200 ,,,,,,,,,,,,,,,,,,,,"When I completely zone out during masturbation, this is what\nhappens." +427300 ,,,,,,,,,,,,,,,,,,,,"I've heard of hypnotic masturbation, is it something like\nthis?" +427400 ,,,,,,,,,,,,,,,,,,,,"Come to think of it, I've had a similar masturbation\nexperience before..." +427500 ,,,,,,,,,,,,,,,,,,,,"But today, the pleasure was different from last time." +427600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Ah! +427700 ,,,,,,,,,,,,,,,,,,,,"Upon closer inspection, the semen was starting to harden on\nthe floor." +427800 ,,,,,,,,,,,,,,,,,,,,I quickly grabbed a box of tissues. +427900 ,,,,,,,,,,,,,,,,,,,,"Then, I wiped up the semen. I felt a bit miserable." +428000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Sigh... but this kind of masturbation is nice once in a\nwhile. +428100 ,,,,,,,,,,,,,,,,,,,,"I muttered softly, impressed by the amount of my own semen." +428200 ,,,0,9000,,,,,,,,,,,,,,,, +428400 ,$go common_end,,,,,,,,,,,,,,,,,,,"Common part ended, moving to route branching." +, diff --git a/datascn.tac/6850F039F3858B65.csv b/datascn.tac/6850F039F3858B65.csv new file mode 100644 index 0000000..4497c3b --- /dev/null +++ b/datascn.tac/6850F039F3858B65.csv @@ -0,0 +1,58 @@ +%sys%,%char_name%,%char_id%,%stx%,,%cloth_id%,%fb%,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%fe%,,,, +%face_name%,,ID,,,,微笑,笑い(スマイル),Smile (Ero),伝聞,驚く・慌てる,おねだり,おねだり(エロ),真剣,悲しい(泣き),不満,怒り,怒り2,呆れる,恥ずかしい,Anxiety,目を逸らす,目を逸らす2,ジト目,えっへん,微笑 B,笑い(スマイル) B,微笑(エロ) B,伝聞 B,驚く・慌てる B,おねだり B,おねだり(エロ) B,真剣 B,悲しい(泣き) B,不満 B,怒り B,怒り2 B,呆れる B,恥ずかしい B,不安 B,目を逸らす B,目を逸らす2 B,ジト目 B,えっへん B,,,,, +%face_no%,#キャラ正式名,#キャラID,#ファイル名,服,服装ID,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,,,,, +%def_begin%,千恵,chie,st/chie.stx,普段着,private,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,普段着B,privateB,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,普段着C,privateC,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,下着,under,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,裸,nude,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,水着,swim,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,パジャマ,pajama,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,コマコ,komako,st/komako.stx,普段着,private,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,普段着B,privateB,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,普段着C,privateC,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,下着,under,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,裸,nude,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,水着,swim,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,甜花,tenka,st/tenka.stx,普段着,private,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,普段着B,privateB,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,普段着C,privateC,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,下着,under,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,裸,nude,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,水着,swim,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,マイクロビキニ,bikini,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,優子,yuko,st/yuko.stx,普段着,private,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,裸,nude,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,パジャマ,pajama,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,普段着(髪ほどき,private2,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,裸(髪ほどき,nude2,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,パジャマ(髪ほどき,pajama2,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,千恵(大),chieL,st/chieL.stx,普段着,private,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,普段着B,privateB,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,普段着C,privateC,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,下着,under,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,裸,nude,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,水着,swim,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,パジャマ,pajama,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,コマコ(大),komakoL,st/komakoL.stx,普段着,private,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,普段着B,privateB,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,普段着C,privateC,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,下着,under,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,裸,nude,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,水着,swim,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,甜花(大),tenkaL,st/tenkaL.stx,普段着,private,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,普段着B,privateB,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,普段着C,privateC,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,下着,under,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,裸,nude,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,水着,swim,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,マイクロビキニ,bikini,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,優子(大),yukoL,st/yukoL.stx,普段着,private,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,裸,nude,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,パジャマ,pajama,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,普段着(髪ほどき,private2,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,裸(髪ほどき,nude2,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,パジャマ(髪ほどき,pajama2,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +%def_end%,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"#""@""は、表情NOをそのまま使うことを表す(普通はコレになる) 別の表情NOで代用するときに数字で指定",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, + diff --git a/datascn.tac/6EE23CC9F0B614FC.csv b/datascn.tac/6EE23CC9F0B614FC.csv new file mode 100644 index 0000000..c580e04 --- /dev/null +++ b/datascn.tac/6EE23CC9F0B614FC.csv @@ -0,0 +1,9 @@ +%name%,%type%,%default% +%debug%,l,0 +%chie%,l,0 +%komako%,l,0 +%tenka%,l,0 +%temp1%,l,0 +%temp2%,l,0 +%ninshin%,l,0 + diff --git a/datascn.tac/7A16345AB163700E.csv b/datascn.tac/7A16345AB163700E.csv new file mode 100644 index 0000000..e9e9490 --- /dev/null +++ b/datascn.tac/7A16345AB163700E.csv @@ -0,0 +1,4564 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@route_komako,,,,,,,,,,,,,,,,,,,Komako Route +10600 ,@200_KC00,,,,,,,,,,,,,,,,,,, +10800 ,,,3,41,,,コマコ,Komako,200_KC00_k_000.wav,"komako,privateB",,1,,,,,,,,"Uncle, I'm here." +10900 ,,,,,,,主人公,Kiyoshi,,komako,,1,,,,,,,,"Welcome, come on in." +11000 ,,,,,,,,,,komako,,1,,,,,,,,"Komako-chan, who has gotten quite used to this, quickly\ntakes off her shoes and comes into the room." +11100 ,,,,,,,,,,komako,,1,,,,,,,,She should already know what we're going to do. +11200 ,,,,,,,,,,komako,,1,,,,,,,,"But today, my feelings are a little different from usual." +11300 ,,,,,,,,,,komako,,1,,,,,,,,"It's the usual, yet not quite the usual, 'study session'\nwith Komako-chan that's about to begin." +11400 ,,,,,,,コマコ,Komako,200_KC00_k_001.wav,komako,,3,,,,,,,,What are we doing today? +11500 ,,,,,,,,,,komako,,3,,,,,,,,"Komako-chan seems eager to learn, or rather, she's in a\nhurry to get closer to Chii-chan." +11600 ,,,,,,,,,,komako,,3,,,,,,,,"For such a dedicated Komako-chan, I've prepared something\nspecial." +11700 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"I have a present for you today, Komako- chan." +11800 ,,,,,,,コマコ,Komako,200_KC00_k_002.wav,komako,,23,,,,,,,,A present? +11900 ,,,,,,,,,,komako,,23,,,,,,,,"Komako-chan looked puzzled, as if the words were unexpected." +12000 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"It's something you've wanted for a while, Komako-chan." +12100 ,,,,,,,コマコ,Komako,200_KC00_k_003.wav,komako,,3,,,,,,,,Something I've wanted? +12200 ,,,,,,,,,,komako,,3,,,,,,,,Komako-chan tilted her head cutely. I took out the 'present'\nand showed it to her. +12300 ,,,,,,,,,,komako,,3,,,,,,,,"Suddenly, Komako-chan jumped up excitedly." +12400 ,,,,,,,コマコ,Komako,200_KC00_k_004.wav,komako,,4,,,,,,,,A penis! +12500 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"Well, it is a penis." +12600 ,,,,,,,,,,komako,,4,,,,,,,,I couldn't help but chuckle at her enthusiastic reaction. +12700 ,,,,,,,,,,komako,,4,,,,,,,,"What Komako-chan called a 'penis' was actually a strap-on\nthat, when worn around a woman's waist, makes it look like\nshe has a penis. It's a so-called strap-on dildo." +12800 ,,,,,,,コマコ,Komako,200_KC00_k_005.wav,komako,,3,,,,,,,,"Wow... You put this on your crotch, right?" +12900 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"That's right. If you wear this, Komako-chan will have a\npenis! Then you can do it with Chie-chan, right?" +13000 ,,,,,,,コマコ,Komako,200_KC00_k_006.wav,komako,,1,,,,,,,,Yeah! +13100 ,,,,,,,,,,komako,,1,,,,,,,,Komako-chan looked more excited than I expected as she\nexamined the lewdly shaped adult toy. +13200 ,,,,,,,コマコ,Komako,200_KC00_k_007.wav,komako,,0,,,,,,,,"It's bigger than yours, uncle." +13300 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"W-Well, yeah..." +13400 ,,,,,,,,,,komako,,0,,,,,,,,"Don't say things that unintentionally hurt me, Komako-chan." +13500 ,,,,,,,コマコ,Komako,200_KC00_k_008.wav,komako,,21,,,,,,,,Can I try it on? +13600 ,,,,,,,,,,komako,,21,,,,,,,,"Unable to contain her excitement, Komako-chan immediately\ntried to put the strap-on around her waist. I hurriedly\nstopped her." +13700 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,,,,,"W-Wait a minute, Komako-chan, take a closer look at that\ntoy." +13800 ,,,,,,,,,,komako,,21,,,,,,,,I turned the panty-like part of the strap-on inside out and\nshowed it to Komako-chan. +13900 ,,,,,,,,,,komako,,21,,,,,,,,"Even at the part that would go against her vagina, there was\na smaller protrusion compared to the penis sticking out in\nfront." +14000 ,,,,,,,コマコ,Komako,200_KC00_k_009.wav,komako,,23,,,,,,,,...There's a penis on the other side too. +14100 ,,,,,,,,,,komako,,23,,,,,,,,"As Komako-chan said, this strap-on is double- ended." +14300 ,,,,,,,コマコ,Komako,200_KC00_k_010.wav,komako,,23,,,,,,,,How do you use this side? Isn't it in the way? +14500 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,The one on the other side is inserted into Komako-chan's\nvagina. +14600 ,,,,,,,コマコ,Komako,200_KC00_k_011.wav,komako,,22,,,,,,,,Into my vagina...? +14700 ,,,,,,,主人公,Kiyoshi,,komako,,22,,,,,,,,"Yes, right here." +14800 ,,,,,,,,,,komako,,22,,,,,,,,I casually reached out towards Komako-chan's crotch. +14900 ,,,,,,,,,,komako,,22,,,,,,,,"Komako-chan, already used to it, didn't seem to mind.\nInstead, she said, 'If we're going to do it, I'll take it\noff because it'll get dirty.'" +15000 ,,,,,,,コマコ,Komako,200_KC00_k_012.wav,komako,,33,,,,,,,,I don't really need to put it in myself. +15100 ,,,,,,,,,,komako,,33,,,,,,,,"She said that in response to what I mentioned earlier. Well,\nKomako-chan wants to do it with Chii-chan, not have it done\nto her..." +15200 ,,,,,,,主人公,Kiyoshi,,komako,,33,,,,,,,,"But I thought this way, you might feel more connected to\nChii-chan." +15300 ,,,,,,,コマコ,Komako,200_KC00_k_013.wav,komako,,26,,,,,,,,...Connected? +15400 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,Yeah. +15500 ,,,,,,,,,,komako,,26,,,,,,,,"Hearing that, she seemed a bit interested." +15600 ,,,,,,,コマコ,Komako,200_KC00_k_014.wav,komako,,6,,,,,,,,But will it fit in my vagina? +15700 ,,,,,,,,,,komako,,6,,,,,,,,"The protrusion isn't that big, but it's natural for Komako-\nchan to feel anxious since she's inexperienced." +15800 ,,,,,,,主人公,Kiyoshi,,komako,,6,,,,,,,,"That's right. So, we need to get Komako-chan used to it too." +15900 ,,,,,,,主人公,Kiyoshi,,komako,,6,,,,,,,,"If you don't know how it feels or how painful it might be\nfor a girl the first time, you might end up hurting Chii-\nchan a lot, right?" +16000 ,,,,,,,コマコ,Komako,200_KC00_k_015.wav,komako,,2,,,,,,,,Yeah. +16100 ,,,,,,,,,,komako,,2,,,,,,,,"Komako-chan seemed to understand somehow. Alright, now for\nthe main point." +16200 ,,,,,,,主人公,Kiyoshi,,komako,,2,,,,,,,,"So, let's try it with me, okay?" +16300 ,,,,,,,コマコ,Komako,200_KC00_k_016.wav,komako,,24,,,,,,,,Huh? +16400 ,,,,,,,,,,komako,,24,,,,,,,,I decided to confess boldly. +16500 ,,,,,,,主人公,Kiyoshi,,komako,,24,,,,,,,,"Let's practice with my dick. It's a bit softer and... well,\nit's a bit smaller too." +16600 ,,,,,,,,,,komako,,24,,,,,,,,"Hearing that, Komako-chan made an obviously conflicted face." +16700 ,,,,,,,コマコ,Komako,200_KC00_k_017.wav,komako,,16,,,,,,,,...Hmm. +16800 ,,,,,,,主人公,Kiyoshi,,komako,,16,,,,,,,,"Don't make such a displeased face... it hurts, you know." +16900 ,,,,,,,コマコ,Komako,200_KC00_k_018.wav,komako,,13,,,,,,,,"You're going to put your dick in my pussy, right? That's\n'sex', isn't it?" +17000 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"Y-yeah, that's right." +17100 ,,,,,,,コマコ,Komako,200_KC00_k_019.wav,komako,,11,,,,,,,,You only have 'sex' with the person you like the most. +17200 ,,,,,,,,,,komako,,11,,,,,,,,Komako-chan said that. +17300 ,,,,,,,主人公,Kiyoshi,,komako,,11,,,,,,,,"So, Komako-chan won't have 'sex' with me?" +17400 ,,,,,,,コマコ,Komako,200_KC00_k_020.wav,komako,,22,,,,,,,,Hmm... I guess so... +17500 ,,,,,,,,,,komako,,22,,,,,,,,"After coming this far, that's not an option." +17600 ,,,,,,,,,,komako,,22,,,,,,,,"I mean, I like Komako-chan. I've decided to go all in." +17700 ,,,,,,,,,,komako,,22,,,,,,,,I have to convince her somehow. +17800 ,,,,,,,主人公,Kiyoshi,,komako,,22,,,,,,,,"Komako-chan, you like Chii-chan the most, but actually, I\nlike you the most." +17900 ,,,,,,,コマコ,Komako,200_KC00_k_021.wav,"komakoL,privateB",,24,,,,,,,,...Really? +18000 ,,,,,,,,,,komakoL,,24,,,,,,,,Komako-chan widened her eyes a little in surprise. +18100 ,,,,,,,主人公,Kiyoshi,,komakoL,,24,,,,,,,,"Yeah. That's why I want to have 'sex' with you, and I don't\nwant to have 'sex' with anyone else." +18200 ,,,,,,,,,,komakoL,,24,,,,,,,,That's not entirely true... but it's true that I want to do\nthe most intimate things with Komako-chan. +18300 ,,,,,,,,,,komakoL,,24,,,,,,,,And that I like Komako-chan the most. +18400 ,,,,,,,主人公,Kiyoshi,,komakoL,,24,,,,,,,,Is it still no good? +18500 ,,,,,,,コマコ,Komako,200_KC00_k_022.wav,komakoL,,13,,,,,,,,Hmm. +18600 ,,,,,,,,,,komakoL,,13,,,,,,,,"Komako-chan is still hesitating. Damn, I won't give up." +18700 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"I know Chii-chan is your number one, but hey, you like me a\nlittle, right?" +18800 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,For example... am I number one among the guys!? +18900 ,,,,,,,コマコ,Komako,200_KC00_k_023.wav,komako,,11,,,,,,,,You're not number one. +19000 ,,,,,,,,,,komako,,11,,,,,,,,Wha- +19100 ,,,,,,,,,,komako,,11,,,,,,,,What did you say!!?? +19200 ,,,,,,,主人公,Kiyoshi,,komako,,11,,,,,,,,W-what rank am I...!? How much do you like me!? +19300 ,,,,,,,コマコ,Komako,200_KC00_k_024.wav,komako,,14,,,,,,,,"You're scary, mister." +19400 ,,,,,,,,,,komako,,14,,,,,,,,"Komako-chan said that with a calm, disapproving look." +19500 ,,,,,,,,,,komako,,14,,,,,,,,"Y-yeah, she's right. C-calm down, calm down, me." +19600 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"But I'm curious about how much you like me. I mean, we're\nsuch good friends, Komako- chan..." +19700 ,,,,,,,,,,komako,,14,,,,,,,,"As I said that, Komako-chan started counting on her fingers." +19800 ,,,,,,,コマコ,Komako,200_KC00_k_025.wav,komako,,33,,,,,,,,Number one is Chii-chan. +19900 ,,,,,,,主人公,Kiyoshi,,komako,,33,,,,,,,,I know that. +20000 ,,,,,,,コマコ,Komako,200_KC00_k_026.wav,komako,,20,,,,,,,,"Then it's my dad, my mom... and next is Tenka-chan, I guess." +20100 ,,,,,,,主人公,Kiyoshi,,komako,,20,,,,,,,,Yeah. +20200 ,,,,,,,,,,komako,,20,,,,,,,,"If her dad is included, then I'm definitely not number one\namong the guys... but I guess her dad is unavoidable..." +20300 ,,,,,,,,,,komako,,20,,,,,,,,And it's understandable that Tenka-chan is there since\nthey're good friends. +20400 ,,,,,,,コマコ,Komako,200_KC00_k_027.wav,komako,,1,,,,,,,,And then there's our Laika. +20500 ,,,,,,,主人公,Kiyoshi,,komako,,1,,,,,,,,"...? Who's Laika? Or rather, what is Laika?" +20600 ,,,,,,,コマコ,Komako,200_KC00_k_028.wav,komako,,0,,,,,,,,Our dog. He's cute. +20700 ,,,,,,,,,,komako,,0,,,,,,,,"So it's the name of a pet! Wait, I'm ranked below a dog!" +20800 ,,,,,,,,,,komako,,0,,,,,,,,"But well, I guess it's inevitable to lose to a pet..." +21000 ,,,,,,,コマコ,Komako,200_KC00_k_029.wav,komako,,21,,,,,,,,And then there's the school teacher. +21100 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,,,,,Eh― +21200 ,,,,,,,,,,komako,,21,,,,,,,,I'm ranked below the school teacher... that's quite a shock. +21300 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,,,,,I-Is that teacher a male teacher...? +21400 ,,,,,,,コマコ,Komako,200_KC00_k_030.wav,komako,,23,,,,,,,,It's a female teacher though. +21500 ,,,,,,,,,,komako,,23,,,,,,,,Safe! +21600 ,,,,,,,コマコ,Komako,200_KC00_k_031.wav,komako,,0,,,,,,,,You're around next after that. +21700 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"I-I see, that's how it is." +21800 ,,,,,,,,,,komako,,0,,,,,,,,"Chii-chan, dad, mom, Tenka-chan, pet, school teacher, and\nthen me, so I'm seventh. Is that high or low...?" +21900 ,,,,,,,,,,komako,,0,,,,,,,,"However, among them, only Chii-chan and I have a special\nposition. In other words..." +22000 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Among them, who do you think it's okay to do naughty things\nwith?" +22100 ,,,,,,,コマコ,Komako,200_KC00_k_032.wav,komako,,9,,,,,,,,...M-Muu +22200 ,,,,,,,,,,komako,,9,,,,,,,,"Obviously, dad, mom, the pet, and the school teacher aren't\npartners for naughty things. Also, she probably doesn't want\nto do naughty things with Tenka-chan." +22300 ,,,,,,,,,,komako,,9,,,,,,,,"So, my rank keeps moving up. In other words," +22400 ,,,,,,,コマコ,Komako,200_KC00_k_033.wav,komako,,27,,,,,,,,...Second? +22500 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,"After Chii-chan, right?" +22600 ,,,,,,,コマコ,Komako,200_KC00_k_034.wav,komako,,14,,,,,,,,Y-Yeah... +22700 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan nodded with a troubled expression. +22800 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"And if it's a guy, I'm number one." +22900 ,,,,,,,コマコ,Komako,200_KC00_k_035.wav,komako,,16,,,,,,,,Muu... +23000 ,,,,,,,,,,komako,,16,,,,,,,,"Reluctantly, Komako-chan nodded." +23100 ,,,,,,,主人公,Kiyoshi,,komako,,16,,,,,,,,Is that still no good? +23200 ,,,,,,,コマコ,Komako,200_KC00_k_036.wav,komako,,11,,,,,,,,But... +23300 ,,,,,,,主人公,Kiyoshi,,komako,,11,,,,,,,,"I like you the most, Komako-chan! Look, please! I'm begging\nyou!" +23400 ,,,,,,,コマコ,Komako,200_KC00_k_037.wav,komako,,36,,,,,,,,"But, I don't like you..." +23500 ,,,,,,,,,,komako,,36,,,,,,,,Being told she was liked seemed to confuse Komako-chan a\nbit. +23600 ,,,,,,,,,,komako,,36,,,,,,,,"Well, Komako-chan probably hasn't been confessed to before.\nAnd she likely never imagined a grown man begging on his\nknees." +23700 ,,,,,,,,,,komako,,36,,,,,,,,"Is it just my imagination, or does she not seem entirely\ndispleased with the confession itself?" +23800 ,,,,,,,,,,komako,,36,,,,,,,,"Anyway, I have to push forward here." +23900 ,,,,,,,主人公,Kiyoshi,,komako,,36,,,,,,,,"I'm always thinking about you, Komako-chan! I can't wait to\nsee cute Komako-chan! I'm so happy to be with you today too." +24000 ,,,,,,,コマコ,Komako,200_KC00_k_038.wav,komako,,13,,,,,,,,"Muu, mu, mumu, muu..." +24100 ,,,,,,,,,,komako,,13,,,,,,,,She seems to be wavering... I think. +24200 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"Look, I'll even be your lover, Komako-chan!" +24300 ,,,,,,,コマコ,Komako,200_KC00_k_039.wav,komako,,13,,,,,,,,...Lover? +24400 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,Yes! Someone who helps out for Komako-chan. I'll help with\nanything! +24500 ,,,,,,,コマコ,Komako,200_KC00_k_040.wav,komakoL,,24,,,,,,,,Really!? +24600 ,,,,,,,,,,komakoL,,24,,,,,,,,"Ah, as usual, she reacts well when Chii-chan is involved...\nIt's good to see a breakthrough, but it's kind of\ncomplicated." +24700 ,,,,,,,,,,komakoL,,24,,,,,,,,"However, since I have no other bargaining chips, I decided\nto cling to that." +24800 ,,,,,,,主人公,Kiyoshi,,komakoL,,24,,,,,,,,"I'll do my best so that you and Chii-chan get along well,\nKomako-chan!" +24900 ,,,,,,,主人公,Kiyoshi,,komakoL,,24,,,,,,,,"In return, I want you to like me sometimes, even just a\nlittle." +25000 ,,,,,,,主人公,Kiyoshi,,komakoL,,24,,,,,,,,"You know, doing naughty things..." +25100 ,,,,,,,,,,komakoL,,24,,,,,,,,"After a lot of thinking, Komako-chan finally spoke up." +25200 ,,,,,,,コマコ,Komako,200_KC00_k_041.wav,komakoL,,22,,,,,,,,...Will you really help me get along with Chii-chan? +25300 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,!! Of course!! +25400 ,,,,,,,コマコ,Komako,200_KC00_k_042.wav,komakoL,,22,,,,,,,,Then... okay. +25500 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"Thank you! I love you, Komako-chan!" +25600 ,,,,,,,コマコ,Komako,200_KC00_k_043.wav,komako,,6,,,,,,,,...You remind me of my grandpa... +25700 ,,,,,,,,,,komako,,6,,,,,,,,The cheek rub I gave her wasn't very well received by\nKomako-chan. +25900 ,,,9,,2200000,,,,,,,,,,,,,,, +26000 ,*mem,,,,2200000,,,,,,,,,,,,,,, +26100 ,,,9,,2200000,,,,,,,,,,,,,,,"Komako-chan sat down, using my chest as a backrest." +26200 ,,,,,2200000,,,,,,,,,,,,,,,Just the feel of her smooth skin had me excited. +26300 ,,,,,2200000,,コマコ,Komako,200_KC00_k_044.wav,komako,,0,,,,,,,,...Naked. +26400 ,,,,,2200000,,,,,,,,,,,,,,,"As she said, Komako-chan wasn't wearing anything. Her\nbreasts and crotch were completely exposed. In that state,\nshe was straddling my penis." +26500 ,,,,,2200000,,,,,,,,,,,,,,,I hooked my knee over Komako-chan's slightly closed legs and\nspread them wide. +26600 ,,,,,2200000,,コマコ,Komako,200_KC00_k_045.wav,komako,,0,,,,,,,,...Muu. +26700 ,,,,,2200000,,,,,,,,,,,,,,,Komako-chan let out a small sound of protest and blushed. +26800 ,,,,,2200000,,,,,,,,,,,,,,,"Looking down at herself, Komako-chan spoke." +26900 ,,,,,2200000,,コマコ,Komako,200_KC00_k_046.wav,komako,,0,,,,,,,,"...It's embarrassing, mister..." +27000 ,,,,,2200000,,主人公,Kiyoshi,,,,,,,,,,,,"But if you don't open your legs like this, it might hurt\nmore when the penis goes in." +27100 ,,,,,2200000,,コマコ,Komako,200_KC00_k_047.wav,komako,,0,,,,,,,,...Okay. +27200 ,,,,,2200000,,,,,,,,,,,,,,,She replied with a bit of nervousness. +27300 ,,,,,2200000,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll make you feel good little by little." +27400 ,,,,,2200000,,コマコ,Komako,200_KC00_k_048.wav,komako,,0,,,,,,,,Mm. +27500 ,,,,,2200000,,,,,,,,,,,,,,,I reached out to Komako-chan's chest as she nodded. +27700 ,,,,,2200010,,,,,,,,,,,,,,,"Though it looked like a subtle curve to the eye, when\ntouched, her breasts were plump, soft, and squishy, clearly\nnoticeable." +27800 ,,,,,2200010,,,,,,,,,,,,,,,"Under her slightly sweaty skin in the summer heat, Komako-\nchan's heart was beating a bit faster." +27900 ,,,,,2200010,,,,,,,,,,,,,,,"I gently opened and closed my hand, as if confirming the\nsoftness, and began to massage Komako-chan's breasts." +28000 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,How is it? Does it feel good? +28100 ,,,,,2200010,,コマコ,Komako,200_KC00_k_049.wav,komako,,0,,,,,,,,...Yeah. My breasts feel good. +28200 ,,,,,2200010,,,,,,,,,,,,,,,Komako-chan is honest about her sexual pleasure. She even\nseems to be trying hard to feel it. +28300 ,,,,,2200010,,,,,,,,,,,,,,,She's probably trying to learn with her body how to make\nChie-chan feel good too. +28400 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,"Do this for Chie-chan too, okay? Since it's her first time,\nshe'll probably be nervous, so take it slow and help her\nrelax like this." +28500 ,,,,,2200010,,コマコ,Komako,200_KC00_k_050.wav,komako,,0,,,,,,,,"Yeah, I got it." +28600 ,,,,,2200010,,,,,,,,,,,,,,,"Komako-chan nodded, wrapping her hands around her breasts\nand kneading them." +28700 ,,,,,2200010,,コマコ,Komako,200_KC00_k_051.wav,komako,,0,,,,,,,,Fua... ah. +28800 ,,,,,2200010,,,,,,,,,,,,,,,"Komako-chan let out a cute, girlish voice that you wouldn't\nexpect from a girl who likes girls and wants to do naughty\nthings with them." +28900 ,,,,,2200010,,コマコ,Komako,200_KC00_k_052.wav,komako,,0,,,,,,,,"Nn... ah, it feels like something's tingling inside..." +29000 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,Does it tingle? +29100 ,,,,,2200010,,コマコ,Komako,200_KC00_k_053.wav,komako,,0,,,,,,,,Yeah... it feels like it's gathering in my breasts... +29200 ,,,,,2200010,,,,,,,,,,,,,,,"She arched her chest a bit, as if pressing her breasts into\nmy hands. It was like she was masturbating with my hands." +29300 ,,,,,2200010,,コマコ,Komako,200_KC00_k_054.wav,komako,,0,,,,,,,,...It's getting tingly. +29400 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,Your nipples are getting hard. Should I pinch them? +29500 ,,,,,2200010,,コマコ,Komako,200_KC00_k_055.wav,komako,,0,,,,,,,,"Yeah, it's tingling, so it feels really good... ah!" +29600 ,,,,,2200010,,,,,,,,,,,,,,,"Just as she said, when I pinched her nipples, Komako-chan\nlet out a cute voice and arched her back." +29700 ,,,,,2200010,,コマコ,Komako,200_KC00_k_056.wav,komako,,0,,,,,,,,Twisting them feels good too... +29800 ,,,,,2200010,,,,,,,,,,,,,,,Komako-chan made a request. I followed her lead and\nstimulated her nipples by twisting them with my fingers. +29900 ,,,,,2200010,,コマコ,Komako,200_KC00_k_057.wav,komako,,0,,,,,,,,"Fua, ah! Nn... ah, nn... ah...!!" +30000 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,"Seems like it's good, Komako-chan." +30100 ,,,,,2200010,,コマコ,Komako,200_KC00_k_058.wav,komako,,0,,,,,,,,"Yeah, if I do this, maybe Chie-chan will feel good too..." +30200 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,Of course. +30300 ,,,,,2200010,,コマコ,Komako,200_KC00_k_059.wav,komako,,0,,,,,,,,...I want to do it to Chie-chan soon. +30400 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, let's practice more. This time, I'll touch down below,\nokay?" +30500 ,,,,,2200010,,コマコ,Komako,200_KC00_k_060.wav,komako,,0,,,,,,,,My pussy? +30600 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. +30700 ,,,,,2200010,,,,,,,,,,,,,,,"Komako-chan uses such words so casually. It's kind of\nexciting how she doesn't seem to understand the impact of\nher words, making her seem childlike." +30800 ,,,,,2200010,,主人公,Kiyoshi,,,,,,,,,,,,I'll loosen it up a bit with my fingers... +30900 ,,,,,2200010,,コマコ,Komako,200_KC00_k_061.wav,komako,,0,,,,,,,,Okay. +31000 ,,,,,2200020,,,,,,,,,,,,,,,Komako-chan slightly thrust her hips forward as I reached\nout with my fingers. +31100 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,You're being generous. +31200 ,,,,,2200020,,コマコ,Komako,200_KC00_k_062.wav,komako,,0,,,,,,,,"You have to touch it, right...?" +31300 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, otherwise it won't feel good, right?" +31400 ,,,,,2200020,,コマコ,Komako,200_KC00_k_063.wav,komako,,0,,,,,,,,"Mm, touch the spot that feels good... otherwise, I won't\nknow." +31500 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,Of course. +31600 ,,,,,2200020,,,,,,,,,,,,,,,"At Komako-chan's request, I search for the spot that would\nfeel the best." +31800 ,,,,,2200020,,,,,,,,,,,,,,,"Komako-chan's pussy is smooth, and the slit is clearly\nvisible. But the important clitoris is still hidden under\nthe skin." +31900 ,,,,,2200020,,,,,,,,,,,,,,,"I let my fingers glide over it, slowly exploring." +32000 ,,,,,2200020,,コマコ,Komako,200_KC00_k_064.wav,komako,,0,,,,,,,,"Mm, mm, it's trembling..." +32100 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,Where's the important spot...? Here? It's still a bit\nhidden... +32200 ,,,,,2200020,,コマコ,Komako,200_KC00_k_065.wav,komako,,0,,,,,,,,But it still feels good... +32300 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,Really? But I want you to feel even better. Can I uncover\nit? +32400 ,,,,,2200020,,コマコ,Komako,200_KC00_k_066.wav,komako,,0,,,,,,,,"...Mm, it's okay." +32500 ,,,,,2200020,,,,,,,,,,,,,,,"Her face is bright red, but Komako-chan has completely\nentrusted her body to me, letting me do as I please. In\nfact, she seems to be eagerly anticipating what's next." +32600 ,,,,,2200020,,,,,,,,,,,,,,,I explore Komako-chan's pussy. It's very soft and warm. Just\nplaying with it like this makes me feel like I might cum. +32700 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,It's getting a little wet. +32800 ,,,,,2200020,,コマコ,Komako,200_KC00_k_067.wav,komako,,0,,,,,,,,"...It's not pee, okay?" +32900 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,I know. This is proof that Komako-chan is starting to feel\ngood. +33000 ,,,,,2200020,,コマコ,Komako,200_KC00_k_068.wav,komako,,0,,,,,,,,"Yeah. Chie-chan will end up like this too, huh?" +33100 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,Looking forward to it? +33200 ,,,,,2200020,,コマコ,Komako,200_KC00_k_069.wav,komako,,0,,,,,,,,Yeah...! +33300 ,,,,,2200020,,,,,,,,,,,,,,,"Komako-chan's response is quite enthusiastic. She seems\nembarrassed about getting wet herself, but she's genuinely\nlooking forward to making Chie-chan's pussy wet." +33400 ,,,,,2200020,,,,,,,,,,,,,,,"I dig into Komako-chan's pussy, searching for her clitoris.\nAfter swirling my fingers around it a few times, I peel back\nthe skin that covers it." +33500 ,,,,,2200020,,コマコ,Komako,200_KC00_k_070.wav,komako,,0,,,,,,,,Nnfu...!! +33600 ,,,,,2200020,,,,,,,,,,,,,,,Komako-chan lets out an indescribable sound and her body\ntrembles. +33700 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you're in a daze." +33800 ,,,,,2200020,,コマコ,Komako,200_KC00_k_071.wav,komako,,0,,,,,,,,"Nn, nn... that spot makes me feel fuzzy... my head..." +33900 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,Are you okay? Is it too much? Should I be a bit more gentle? +34000 ,,,,,2200020,,コマコ,Komako,200_KC00_k_072.wav,komako,,0,,,,,,,,"Nn-nn, you can touch more... touch me?" +34100 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,Really? In that case... +34200 ,,,,,2200020,,コマコ,Komako,200_KC00_k_073.wav,komako,,0,,,,,,,,"Nnhyu! Nn, nn, nku, amazing... nnn! So much, twitching,\nhyafa!" +34300 ,,,,,2200020,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, Komako-chan, your body is twitching a lot. Is it too\nmuch? Are you okay?" +34500 ,,,,,2200030,,コマコ,Komako,200_KC00_k_074.wav,komako,,0,,,,,,,,"Fu, nn... it feels so good... nnn, fa..." +34600 ,,,,,2200030,,,,,,,,,,,,,,,Komako-chan repeatedly straightens her back and whispers\nwith incredibly hot breaths. +34700 ,,,,,2200030,,コマコ,Komako,200_KC00_k_075.wav,komako,,0,,,,,,,,"Chie-chan's body will be the same, right...?" +34800 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, though Komako-chan might be a bit too sensitive." +34900 ,,,,,2200030,,コマコ,Komako,200_KC00_k_076.wav,komako,,0,,,,,,,,"Mu, muu... is my body more lewd...?" +35000 ,,,,,2200030,,,,,,,,,,,,,,,The way she says her body is lewd is something else. I think\nKomako-chan has great potential for being erotic... +35100 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Well, if Komako-chan teaches Chie-chan thoroughly, she'll\nbecome just as lewd." +35200 ,,,,,2200030,,コマコ,Komako,200_KC00_k_077.wav,komako,,0,,,,,,,,Yeah... I'll do my best. +35300 ,,,,,2200030,,,,,,,,,,,,,,,It's a bit scary because Komako-chan seems like she'll\nreally try hard. Though it seems very erotic and I'd like to\nsee it... +35400 ,,,,,2200030,,,,,,,,,,,,,,,"Even so, my hand that's playing with Komako- chan's naughty\nparts is already soaking wet." +35500 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan's pussy, the entrance, is already so slippery.\nIt seems like my dick could just slide right in." +35600 ,,,,,2200030,,,,,,,,,,,,,,,It's hard to believe such a young girl could get this wet. A\ngirl like Komako-chan getting so lewdly wet. +35700 ,,,,,2200030,,コマコ,Komako,200_KC00_k_078.wav,komako,,0,,,,,,,,The dick goes into the pussy hole...? +35800 ,,,,,2200030,,,,,,,,,,,,,,,"Come to think of it, I don't think I clearly explained that." +35900 ,,,,,2200030,,,,,,,,,,,,,,,"Rather, I've never actually touched it myself..." +36000 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,Um... +36100 ,,,,,2200030,,,,,,,,,,,,,,,I explore Komako-chan's pussy with my fingers. +36200 ,,,,,2200030,,コマコ,Komako,200_KC00_k_079.wav,komako,,0,,,,,,,,"...Uncle, not there." +36300 ,,,,,2200030,,,,,,,,,,,,,,,Komako-chan suddenly said in a calm manner. +36400 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Eh, s-sorry, did I do something wrong?" +36500 ,,,,,2200030,,コマコ,Komako,200_KC00_k_080.wav,komako,,0,,,,,,,,...That's where pee comes out. +36600 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I'm sorry." +36700 ,,,,,2200030,,,,,,,,,,,,,,,"I apologized sincerely. Well, normally that would be\nexciting, but I wanted to respect the delicate atmosphere we\nhad." +36800 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Maybe below that...? Ah, here, my finger goes in... here?" +36900 ,,,,,2200030,,コマコ,Komako,200_KC00_k_081.wav,komako,,0,,,,,,,,...Maybe there. +37000 ,,,,,2200030,,,,,,,,,,,,,,,"I found myself questioning why I was asking Komako-chan, but\nI couldn't help it." +37100 ,,,,,2200030,,,,,,,,,,,,,,,"But Komako-chan didn't seem to mind. In fact, she seemed\neven more excited as I touched the entrance." +37200 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, it feels like my finger might get swallowed\nup... is it okay if I insert it?" +37300 ,,,,,2200030,,コマコ,Komako,200_KC00_k_082.wav,komako,,0,,,,,,,,...Uncle's dick? +37400 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,That's right. +37500 ,,,,,2200030,,コマコ,Komako,200_KC00_k_083.wav,komako,,0,,,,,,,,...I guess I have no choice... okay. +37600 ,,,,,2200030,,,,,,,,,,,,,,,"Komako-chan nodded slightly, giving her permission. My heart\nwas pounding so hard it felt like it might leap out of my\nchest, and I felt dizzy for a moment." +37700 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"...Thank you, I'll be gentle." +37800 ,,,,,2200030,,コマコ,Komako,200_KC00_k_084.wav,komako,,0,,,,,,,,I just want to know what happens when a dick goes in. +37900 ,,,,,2200030,,,,,,,,,,,,,,,"Tsundere? Well, that's probably true." +38000 ,,,,,2200030,,コマコ,Komako,200_KC00_k_085.wav,komako,,0,,,,,,,,"...If we're going to try, it might as well be with uncle's." +38100 ,,,,,2200030,,,,,,,,,,,,,,,...Komako-chan! +38200 ,,,,,2200030,,,,,,,,,,,,,,,"Overwhelmed by her cuteness, I couldn't hold back any\nlonger. I had Komako-chan lift her hips and positioned my\npenis against her small vagina." +38300 ,,,,,2200030,,コマコ,Komako,200_KC00_k_086.wav,komako,,0,,,,,,,,Uncle's dick is pretty big too... +38400 ,,,,,2200030,,主人公,Kiyoshi,,,,,,,,,,,,"If it hurts, let me know, okay? I'll insert it little by\nlittle..." +38500 ,,,,,2200030,,コマコ,Komako,200_KC00_k_087.wav,komako,,0,,,,,,,,"Nn, nuh... fuh...!" +38700 ,,,,,2200040,,,,,,,,,,,,,,,"My penis slowly entered the center of Komako- chan's wide-\nopen crotch. The head was distorted by her small vagina,\nchanging into a squeezed shape." +38800 ,,,,,2200040,,,,,,,,,,,,,,,"Even so, it gradually slipped inside." +38900 ,,,,,2200040,,コマコ,Komako,200_KC00_k_088.wav,komako,,0,,,,,,,,"Nn, nn! Ah, it's hot... nnuh... and tight..." +39000 ,,,,,2200040,,,,,,,,,,,,,,,Komako-chan shivered at the sensation. +39100 ,,,,,2200040,,主人公,Kiyoshi,,,,,,,,,,,,Does it feel bad? +39200 ,,,,,2200040,,コマコ,Komako,200_KC00_k_089.wav,komako,,0,,,,,,,,Nn... not really... but it's ticklish... is this all? +39300 ,,,,,2200040,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, the tip isn't even in yet... it'll get much fuller..." +39400 ,,,,,2200040,,コマコ,Komako,200_KC00_k_090.wav,komako,,0,,,,,,,,"Nn, nn! Fuh, there's a squishy sound...!" +39500 ,,,,,2200040,,主人公,Kiyoshi,,,,,,,,,,,,That's because Komako-chan's pussy is soaking wet. And so is\nuncle's dick. +39600 ,,,,,2200040,,コマコ,Komako,200_KC00_k_091.wav,komako,,0,,,,,,,,"Nn, uncle's dick is slippery too... nn, it feels a bit\nstrange..." +39700 ,,,,,2200040,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, it might feel unpleasant, but please bear with it." +39800 ,,,,,2200040,,コマコ,Komako,200_KC00_k_092.wav,komako,,0,,,,,,,,N-Not yet...? Is this still... halfway...? +39900 ,,,,,2200040,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, just a bit more...! Komako-chan, relax your body..." +40000 ,,,,,2200040,,コマコ,Komako,200_KC00_k_093.wav,komako,,0,,,,,,,,"Nn, ah, but, ah... nnah...!" +40100 ,,,,,2200040,,,,,,,,,,,,,,,"Komako-chan's hips suddenly dropped a bit, and it felt like\nher tight pussy was being stretched open." +40200 ,,,,,2200040,,コマコ,Komako,200_KC00_k_094.wav,komako,,0,,,,,,,,I-It hurts...!! +40300 ,,,,,2200040,,主人公,Kiyoshi,,,,,,,,,,,,A-Are you okay? Komako-chan...!? +40400 ,,,,,2200040,,コマコ,Komako,200_KC00_k_095.wav,komako,,0,,,,,,,,"M-My pussy, it popped, something... ah... nn, hiyu...!!" +40500 ,,,,,2200040,,,,,,,,,,,,,,,"With that as the trigger, Komako-chan's hips started to drop\nmore and more." +40600 ,,,,,2200040,,コマコ,Komako,200_KC00_k_096.wav,komako,,0,,,,,,,,"Nnnn, i-ah! It hurts, my pussy hurts...!!" +40700 ,,,,,2200040,,,,,,,,,,,,,,,"Even though Komako-chan said that, her hips, unable to hold\nback due to the pain, continued to swallow my penis." +40800 ,,,,,2200040,,,,,,,,,,,,,,,Her thighs occasionally twitched painfully due to the pain. +40900 ,,,,,2200040,,,,,,,,,,,,,,,"Even though I thought that, my penis was firmly conveying\nthe sensation of Komako- chan's inner mucous membranes,\nkeeping it from going soft." +41000 ,,,,,2200040,,,,,,,,,,,,,,,My penis was tightly squeezed by Komako- chan's tight and\nmoist pussy. +41100 ,,,,,2200040,,,,,,,,,,,,,,,"Eventually, Komako-chan's butt fell flat onto my hips and\nstuck there. Her entire weight was on me, pressing down on\nmy penis." +41300 ,,,,,2200050,,コマコ,Komako,200_KC00_k_097.wav,komako,,0,,,,,,,,"Ugh... ugh, uncle, it hurts." +41400 ,,,,,2200050,,,,,,,,,,,,,,,Komako-chan said with a slightly resentful tone. +41500 ,,,,,2200050,,主人公,Kiyoshi,,,,,,,,,,,,"S-Sorry? But, a girl's first time is painful..." +41600 ,,,,,2200050,,,,,,,,,,,,,,,I patted her head. Komako-chan puffed out her cheeks. +41700 ,,,,,2200050,,コマコ,Komako,200_KC00_k_098.wav,komako,,0,,,,,,,,Even Chi-chan would cry from this. +41800 ,,,,,2200050,,,,,,,,,,,,,,,I wonder if she's okay with herself... +41900 ,,,,,2200050,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Are you okay, Komako-chan?" +42000 ,,,,,2200050,,コマコ,Komako,200_KC00_k_100.wav,komako,,0,,,,,,,,I said it hurts. +42100 ,,,,,2200050,,,,,,,,,,,,,,,"...Ugh, is she mad after all?" +42200 ,,,,,2200050,,主人公,Kiyoshi,,,,,,,,,,,,I'm sorry. +42300 ,,,,,2200050,,コマコ,Komako,200_KC00_k_101.wav,komako,,0,,,,,,,,...I hope it doesn't hurt for Chi-chan too. +42400 ,,,,,2200050,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm... I think it'll hurt for Chi-chan at first too... but\neventually, it'll feel good, you know?" +42500 ,,,,,2200050,,コマコ,Komako,200_KC00_k_102.wav,komako,,0,,,,,,,,Hmm... is that so...? +42600 ,,,,,2200050,,,,,,,,,,,,,,,"Komako-chan, who knows the pleasure of sex as knowledge,\nseems to be trying to reconcile that with her current\nsensations." +42800 ,,,,,2200050,,,,,,,,,,,,,,,Komako-chan peered down at her own pussy. +42900 ,,,,,2200060,,コマコ,Komako,200_KC00_k_103.wav,komako,,0,,,,,,,,Uncle's penis disappeared. +43000 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"That's because it's inside you now, Komako- chan." +43100 ,,,,,2200060,,コマコ,Komako,200_KC00_k_104.wav,komako,,0,,,,,,,,"Uncle, can you feel that you're inside me?" +43200 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"Of course... How about you, Komako-chan? Can you tell like\nthis?" +43300 ,,,,,2200060,,,,,,,,,,,,,,,I put a little strength into my penis and arched it\nslightly. Komako-chan's body reacted with a twitch. +43400 ,,,,,2200060,,コマコ,Komako,200_KC00_k_105.wav,komako,,0,,,,,,,,"Hmm, it twitched inside my stomach." +43500 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"You can feel it, huh?" +43600 ,,,,,2200060,,コマコ,Komako,200_KC00_k_106.wav,komako,,0,,,,,,,,...Yeah. Uncle's in here. It's kind of strange. +43700 ,,,,,2200060,,,,,,,,,,,,,,,Komako-chan stroked below her navel. +43800 ,,,,,2200060,,コマコ,Komako,200_KC00_k_107.wav,komako,,0,,,,,,,,...I had 'sex' with Uncle. +43900 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, you did." +44000 ,,,,,2200060,,,,,,,,,,,,,,,Komako-chan's words slowly made it sink in for me too. My\nsomewhat numb mind began to respond to the stimulation of my\npenis. +44100 ,,,,,2200060,,コマコ,Komako,200_KC00_k_108.wav,komako,,0,,,,,,,,"Thinking that I did it with a man before Chii-chan makes me\nfeel like I became an adult first, and it makes my heart\nrace." +44200 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"Haha, everything is based on Chii-chan, huh? Is it a sense\nof superiority?" +44300 ,,,,,2200060,,コマコ,Komako,200_KC00_k_109.wav,komako,,0,,,,,,,,"If I tell her I've done more naughty things than Chii-chan,\nI wonder if she'll be surprised... She will be, right?" +44400 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,Probably so. +44500 ,,,,,2200060,,,,,,,,,,,,,,,"Is it the thrill of keeping a secret, or is it the pleasure?" +44600 ,,,,,2200060,,,,,,,,,,,,,,,"Even so, I'm finding it harder and harder to hold back." +44700 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, can we continue having sex?" +44800 ,,,,,2200060,,コマコ,Komako,200_KC00_k_110.wav,komako,,0,,,,,,,,Huh? +44900 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"Uncle wants to release his white pee. I want to release it\ninside you, Komako-chan. Is that okay?" +45000 ,,,,,2200060,,コマコ,Komako,200_KC00_k_111.wav,komako,,0,,,,,,,,"...Hmm, mmm... It's sticky..." +45100 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,But it's hard not to finish after coming this far with my\nbeloved Komako-chan. +45200 ,,,,,2200060,,コマコ,Komako,200_KC00_k_112.wav,komako,,0,,,,,,,,"Do you love me that much, Uncle?" +45300 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,I love you very much. +45400 ,,,,,2200060,,コマコ,Komako,200_KC00_k_113.wav,komako,,0,,,,,,,,"Mmm, but it still hurts a little..." +45500 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,I know how to make it feel good by moving inside with my\npenis. +45600 ,,,,,2200060,,コマコ,Komako,200_KC00_k_114.wav,komako,,0,,,,,,,,Chii-chan's? +45700 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,Yes. +45800 ,,,,,2200060,,,,,,,,,,,,,,,"I nod at Komako-chan, who seems intrigued." +45900 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"For that, Komako-chan, you'll have to make some noise too." +46000 ,,,,,2200060,,コマコ,Komako,200_KC00_k_115.wav,komako,,0,,,,,,,,"Like saying it feels good, or that's the spot? ...Yeah,\nthat's fine." +46100 ,,,,,2200060,,,,,,,,,,,,,,,"Komako-chan said that and opened her legs, which had been\nslightly closed. It seemed like she was making it easier to\nmove." +46200 ,,,,,2200060,,主人公,Kiyoshi,,,,,,,,,,,,"...Thank you. Okay, I'm going to move." +46300 ,,,,,2200060,,コマコ,Komako,200_KC00_k_116.wav,komako,,0,,,,,,,,...Okay. +46500 ,,,,,2200060,,,,,,,,,,,,,,,"I support Komako-chan's body and slowly lift her up. The\nspace between my hips and Komako- chan's butt is drenched\nwith erotic fluids and sweat, making it a bit slippery." +46600 ,,,,,2200070,,コマコ,Komako,200_KC00_k_117.wav,komako,,0,,,,,,,,Hya. +46700 ,,,,,2200070,,,,,,,,,,,,,,,Komako-chan lets out a small scream at the sensation. +46800 ,,,,,2200070,,,,,,,,,,,,,,,"I try to lift Komako-chan as she is, but inserting and\nwithdrawing my penis from her tight vagina seems quite\ndifficult." +46900 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,Then... +47000 ,,,,,2200070,,,,,,,,,,,,,,,"This time, I try pushing Komako-chan's hips forward." +47100 ,,,,,2200070,,コマコ,Komako,200_KC00_k_118.wav,komako,,0,,,,,,,,Nnngh... +47200 ,,,,,2200070,,,,,,,,,,,,,,,"Then, little by little, my penis starts to move." +47300 ,,,,,2200070,,,,,,,,,,,,,,,"The sideways pressure on my penis hurts a bit, but being\nrubbed against Komako-chan's tight walls sends a strong,\nintense pleasure inside." +47400 ,,,,,2200070,,コマコ,Komako,200_KC00_k_119.wav,komako,,0,,,,,,,,It's like... it's oozing... +47500 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,It's not painful? +47600 ,,,,,2200070,,コマコ,Komako,200_KC00_k_120.wav,komako,,0,,,,,,,,Nn... I think it feels good... +47700 ,,,,,2200070,,,,,,,,,,,,,,,Komako-chan seems to be probing her own vagina to check the\nsensation. She lets out small moans each time. +47800 ,,,,,2200070,,コマコ,Komako,200_KC00_k_121.wav,komako,,0,,,,,,,,"Ah, nn, fua... my, vagina, is all sticky..." +47900 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,That's right... +48000 ,,,,,2200070,,,,,,,,,,,,,,,"I rub my penis against the tight inside, shaking her small\nbody." +48100 ,,,,,2200070,,,,,,,,,,,,,,,"Her skin is damp, and my penis arches up. As the pace picks\nup, the sound changes from a wet squish to a rhythmic slap." +48200 ,,,,,2200070,,コマコ,Komako,200_KC00_k_122.wav,komako,,0,,,,,,,,"Ah, mister, there, that feels good..." +48300 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,L-Like this? +48400 ,,,,,2200070,,コマコ,Komako,200_KC00_k_123.wav,komako,,0,,,,,,,,"Yeah, there, can you rub it...?" +48500 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,I'll try... +48600 ,,,,,2200070,,,,,,,,,,,,,,,"It seemed difficult to rub the targeted spot inside Komako-\nchan's tight vagina, but I try moving her hips around." +48700 ,,,,,2200070,,コマコ,Komako,200_KC00_k_124.wav,komako,,0,,,,,,,,"Ah, fua!" +48800 ,,,,,2200070,,,,,,,,,,,,,,,"When I rub that spot as Komako-chan requested, her vagina\ntightens." +48900 ,,,,,2200070,,コマコ,Komako,200_KC00_k_125.wav,komako,,0,,,,,,,,"Ah, ah, nn... n! Hya, nku...!!" +49000 ,,,,,2200070,,,,,,,,,,,,,,,Komako-chan's voice rises. +49100 ,,,,,2200070,,コマコ,Komako,200_KC00_k_126.wav,komako,,0,,,,,,,,"Ah, ah! Ah... nn... nfu... n! Fua...! It's, it's\nhappening...!!" +49200 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan's vagina is twitching...!! +49300 ,,,,,2200070,,,,,,,,,,,,,,,I thrust my hips upward. Komako-chan's light body bounces on\ntop of me. +49400 ,,,,,2200070,,コマコ,Komako,200_KC00_k_127.wav,komako,,0,,,,,,,,"Ahh... ahh... ah, nn...!" +49500 ,,,,,2200070,,,,,,,,,,,,,,,"Inside, her vagina tightens and grips my penis. Komako-chan\nraises her voice in response." +49600 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ah, Komako-chan, your vagina feels amazing...!!" +49700 ,,,,,2200070,,コマコ,Komako,200_KC00_k_128.wav,komako,,0,,,,,,,,"Hyuh, n! S-'sex' is amazing... my penis is like this... ah,\nChi-chan, this is incredible...!!" +49800 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,"More, more, Komako-chan!" +49900 ,,,,,2200070,,,,,,,,,,,,,,,"I thrust my hips forward, pushing up from below Komako-chan." +50000 ,,,,,2200070,,,,,,,,,,,,,,,"Each time, Komako-chan's abundant juices are pushed out,\nsplattering like a spray." +50100 ,,,,,2200070,,コマコ,Komako,200_KC00_k_129.wav,komako,,0,,,,,,,,"Nn ah, ah, ah, fua, nn, ah, ahh! My, my penis, it's\nthrobbing, nn, twitching!!" +50200 ,,,,,2200070,,,,,,,,,,,,,,,"Komako-chan's breathing becomes ragged. Before I know it,\nshe's squeezing her breasts and playing with her clitoris." +50300 ,,,,,2200070,,,,,,,,,,,,,,,"And I'm half-lost in the pleasure of my penis being tightly\nsqueezed, feeling like it's being scraped. All I can think\nabout is thrusting into her vagina." +50400 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, Komako-chan!!" +50500 ,,,,,2200070,,コマコ,Komako,200_KC00_k_130.wav,komako,,0,,,,,,,,"Nn ah, ah, hya, ah, ahua, it's amazing, my vagina is\ntwitching so much! Nn ah, ah, I can't hold it anymore!" +50600 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to cum, Komako-chan, my penis is going to break!\nIt's going to break!" +50700 ,,,,,2200070,,コマコ,Komako,200_KC00_k_131.wav,komako,,0,,,,,,,,"Ah, ah! Ah! If you do it so much, nn! My vagina is\ntingling..." +50800 ,,,,,2200070,,コマコ,Komako,200_KC00_k_131a.wav,,,,,,,,,,,"Ah, the tingling, nn ah, hya, it's scary... so much, ahh,\nit's coming, it's coming, ahhhhhhhhhhh!!" +50900 ,,,,,2200070,,主人公,Kiyoshi,,,,,,,,,,,,I'm cumming!! +51100 ,,,,,2200080,,,,,,,,,,,,,,,"Splat, splat splat!!" +51200 ,,,,,2200080,,,,,,,,,,,,,,,"With the force of a water gun, my penis shoots out semen,\nsplattering the sticky liquid against the inner walls of\nKomako- chan's small vagina." +51300 ,,,,,2200080,,コマコ,Komako,200_KC00_k_132.wav,komako,,0,,,,,,,,Nnnnnnnnn!! +51400 ,,,,,2200080,,,,,,,,,,,,,,,"The semen quickly overflows from inside Komako-chan,\nbubbling white as it spills out from the gaps of our\nconnection." +51500 ,,,,,2200080,,,,,,,,,,,,,,,"Even after five or six spurts, the force doesn't subside,\ncontinuing to knock against Komako-chan's vagina." +51600 ,,,,,2200080,,コマコ,Komako,200_KC00_k_133.wav,komako,,0,,,,,,,,Nn! Nn! Nn! +51700 ,,,,,2200080,,,,,,,,,,,,,,,"Each time, Komako-chan's legs twitch and her back arches." +51800 ,,,,,2200080,,,,,,,,,,,,,,,I wonder if pinching her nipples in rhythm with it feels\ngood. I hold Komako-chan tightly to pour more into her. +51900 ,,,,,2200080,,,,,,,,,,,,,,,"After ejaculating ten or twenty times, my penis finally\nsettles down." +52000 ,,,,,2200080,,コマコ,Komako,200_KC00_k_134.wav,komako,,0,,,,,,,,"~~~~~~, phew..." +52100 ,,,,,2200080,,,,,,,,,,,,,,,"At the same time, the sweat-drenched Komako- chan leaned\nagainst my body." +52300 ,,,,,2200090,,コマコ,Komako,200_KC00_k_135.wav,komako,,0,,,,,,,,Wow... it's all white... +52400 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,It felt so good for me... I ended up releasing a lot... +52500 ,,,,,2200090,,コマコ,Komako,200_KC00_k_136.wav,komako,,0,,,,,,,,"Yeah, I also got that usual fuzzy feeling in my head." +52600 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, did Komako-chan also come?" +52700 ,,,,,2200090,,コマコ,Komako,200_KC00_k_137.wav,komako,,0,,,,,,,,"...Yeah, I think so." +52800 ,,,,,2200090,,,,,,,,,,,,,,,"Her hair clings to her skin. It really gives off that post-\ncoital vibe, and it's quite erotic." +52900 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,I'm glad Komako-chan felt good too. That makes me happy... +53000 ,,,,,2200090,,コマコ,Komako,200_KC00_k_138.wav,komako,,0,,,,,,,,"If you don't make me feel good, I won't learn anything. That\nwould be a problem." +53100 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,That's right. +53200 ,,,,,2200090,,,,,,,,,,,,,,,"Feeling happy, I hugged Komako-chan with affection." +53300 ,,,,,2200090,,コマコ,Komako,200_KC00_k_139.wav,komako,,0,,,,,,,,"That tickles, mister." +53400 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,Is it not okay to hug you? +53500 ,,,,,2200090,,コマコ,Komako,200_KC00_k_140.wav,komako,,0,,,,,,,,"It's fine, but it's hot." +53600 ,,,,,2200090,,,,,,,,,,,,,,,"Saying that, Komako-chan giggled." +53700 ,,,,,2200090,,コマコ,Komako,200_KC00_k_141.wav,komako,,0,,,,,,,,...Ah. +53800 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,W-What is it now? +53900 ,,,,,2200090,,コマコ,Komako,200_KC00_k_142.wav,komako,,0,,,,,,,,"...Mister, maybe you should put something down. It's still\ndripping a lot." +54000 ,,,,,2200090,,,,,,,,,,,,,,,"For a moment, I didn't understand what she meant, but her\ngaze down at her own vagina made me realize she was talking\nabout the semen I released." +54100 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, r-really?" +54200 ,,,,,2200090,,,,,,,,,,,,,,,"In a hurry, I grabbed a tissue and placed it under Komako-\nchan's vagina. Just as she said, a large amount of semen\ngushed out." +54300 ,,,,,2200090,,,,,,,,,,,,,,,"It made a slightly indecent sound, like a splat." +54400 ,,,,,2200090,,コマコ,Komako,200_KC00_k_143.wav,komako,,0,,,,,,,,Nn... brr...! +54500 ,,,,,2200090,,,,,,,,,,,,,,,"As Komako-chan's body trembled, the white, cloudy liquid\ndripped from her wide-open vagina." +54600 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,"S-Sorry, this is embarrassing, isn't it? It's like you're\nwetting yourself." +54700 ,,,,,2200090,,コマコ,Komako,200_KC00_k_144.wav,komako,,0,,,,,,,,So much came out. +54800 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,I think it's because I produce a lot more than usual... +54900 ,,,,,2200090,,コマコ,Komako,200_KC00_k_145.wav,komako,,0,,,,,,,,"That's nice, mister." +55000 ,,,,,2200090,,,,,,,,,,,,,,,"Komako-chan murmured, continuing with, 'I can't release\nanything...'" +55100 ,,,,,2200090,,,,,,,,,,,,,,,"Watching her, I felt deeply satisfied with having had my\nfirst time with Komako-chan and ejaculating so much into her\nsmall vagina, sinking into the sofa." +55200 ,,,,,2200090,,コマコ,Komako,200_KC00_k_146.wav,komako,,0,,,,,,,,"I'll be asking you for a lot of favors, mister." +55300 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'll help with anything I can do." +55400 ,,,,,2200090,,コマコ,Komako,200_KC00_k_147.wav,komako,,0,,,,,,,,"Promise. Then, can I try attaching the penis first?" +55500 ,,,,,2200090,,主人公,Kiyoshi,,,,,,,,,,,,"Of course. I was planning to give it to you as a gift,\nKomako-chan... I think I'll take a little break..." +55600 ,,,,,2200090,,,,,,,,,,,,,,,"Hearing Komako-chan's voice close to my ear, I felt my\neyelids grow heavy." +55800 ,,,9,41,,,,,,,,,,,,,,,,"As I lay there exhausted, I felt a strange sensation in my\nlower body." +55900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Hmm? +56000 ,,,,,,,,,,,,,,,,,,,,"When I opened my eyes, I saw Komako-chan moving around\nbusily." +56100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,............? +56200 ,,,,,,,,,,,,,,,,,,,,Are you still going to continue studying...? That thought\ncrossed my foggy mind. +56300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Eh... wait, Komako-chan!?" +56400 ,,,,,,,コマコ,Komako,200_KC00_k_148.wav,"komakoL,nude",,11,,,,,,,,Don't move. +56500 ,,,,,,,,,,komakoL,,11,,,,,,,,"I felt something poking at my butt, and my eyes snapped open\nwith a start." +56600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan!? +56700 ,,,,,,,,,,,,,,,,,,,,"When I looked, I saw Komako-chan had somehow put on the\nstrap-on I gave her and was nestled between my legs." +56900 ,,,11,,2201000,,コマコ,Komako,200_KC00_k_149.wav,komako,,0,,,,,,,,Stay still... +57000 ,,,,,2201000,,主人公,Kiyoshi,,,,,,,,,,,,"W-Wait, stay still, ngh!?" +57100 ,,,,,2201000,,,,,,,,,,,,,,,A strong discomfort from having my butt hole pried open made\nmy body stiffen. +57200 ,,,,,2201000,,コマコ,Komako,200_KC00_k_150.wav,komako,,0,,,,,,,,Wow... the penis is amazing... +57300 ,,,,,2201000,,,,,,,,,,,,,,,"Saying that, Komako-chan spread my legs with both hands and\npushed her hips firmly towards my butt." +57400 ,,"",,,2201000,,主人公,Kiyoshi,,,,,,,,,,,,Ughya!? +57500 ,,,,,2201000,,コマコ,Komako,200_KC00_k_151.wav,komako,,0,,,,,,,,The penis is going into... uncle's butt hole... +57600 ,,,,,2201000,,,,,,,,,,,,,,,"Komako-chan's eyes were glazed over, staring intently at the\nstrap-on as it was being inserted." +57700 ,,,,,2201000,,主人公,Kiyoshi,,,,,,,,,,,,"W-Wait, Komako-chan, stop...!" +57800 ,,,,,2201000,,コマコ,Komako,200_KC00_k_152.wav,komako,,0,,,,,,,,"No, you can't. Uncle, you said you'd help." +57900 ,,,,,2201000,,,,,,,,,,,,,,,Ugh!? I-I did say that!! +58000 ,,,,,2201000,,主人公,Kiyoshi,,,,,,,,,,,,I meant helping with your relationship with Chi-chan...!! +58100 ,,,,,2201000,,コマコ,Komako,200_KC00_k_153.wav,komako,,0,,,,,,,,"This is important practice for being with Chi-chan too, so\nuncle has to listen." +58200 ,,,,,2201000,,主人公,Kiyoshi,,,,,,,,,,,,B-But I'm a man...!! +58300 ,,,,,2201000,,コマコ,Komako,200_KC00_k_154.wav,komako,,0,,,,,,,,"I saw it in uncle's adult video. Men have a place to put the\npenis too, right?" +58400 ,,,,,2201000,,,,,,,,,,,,,,,"No matter what I say, it seems like Komako- chan won't\nlisten! She pushes her hips forward with a strength you\nwouldn't expect from a little girl!" +58600 ,,"",,,2201000,,主人公,Kiyoshi,,,,,,,,,,,,Eek! +58700 ,,,,,2201010,,コマコ,Komako,200_KC00_k_155.wav,komako,,0,,,,,,,,"Ahaha, your penis twitched, uncle." +58800 ,,,,,2201010,,,,,,,,,,,,,,,"It was just that my lower body tensed and my penis arched\nup, but Komako-chan seemed to mistake it for my excitement." +58900 ,,,,,2201010,,,,,,,,,,,,,,,"With a look of even more enthusiasm, Komako- chan wriggles\nher hips and tries to push the strap-on into me." +59000 ,,,,,2201010,,,,,,,,,,,,,,,"If you only looked at that, it would be a very lewd\nmovement, but each time the strap- on is pushed deeper from\nmy anus into my intestines, it's overwhelming." +59100 ,,,,,2201010,,コマコ,Komako,200_KC00_k_156.wav,komako,,0,,,,,,,,"If the white stuff comes out, it means I did it well, right?" +59200 ,,,,,2201010,,,,,,,,,,,,,,,"In any other situation, that would be an exciting line...!!" +59300 ,,,,,2201010,,,,,,,,,,,,,,,"While I'm thinking that, Komako-chan kneads the strap-on as\nif to make it fit my body, inserting it little by little." +59400 ,,,,,2201010,,コマコ,Komako,200_KC00_k_157.wav,komako,,0,,,,,,,,"If you rush, it'll hurt. Little by little, little by\nlittle..." +59500 ,,,,,2201010,,,,,,,,,,,,,,,"With a dreamy expression, Komako-chan lightly moves it in\nand out, inserting it a bit deeper each time she pushes in." +59600 ,,,,,2201010,,コマコ,Komako,200_KC00_k_158.wav,komako,,0,,,,,,,,It's loosening... it's going in more and more... inserting\nthe penis feels so good...!! +59700 ,,,,,2201010,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan...!! +59800 ,,,,,2201010,,,,,,,,,,,,,,,"Before I knew it, it became smooth to move in and out, and\nI'm astonished. At how quickly Komako-chan learns, and at my\nown body." +59900 ,,,,,2201010,,コマコ,Komako,200_KC00_k_159.wav,komako,,0,,,,,,,,Then... uncle...!! +60000 ,,,,,2201010,,主人公,Kiyoshi,,,,,,,,,,,,U-Uwaaaaaah!? +60100 ,,,,,2201010,,,,,,,,,,,,,,,"Komako-chan thrusts her hips forward, and with a sound that\nseems like it would make a squelching noise, my anus is\npierced intensely." +60200 ,,,,,2201010,,コマコ,Komako,200_KC00_k_160.wav,komako,,0,,,,,,,,Haaaaaaa...!! +60300 ,,,,,2201010,,,,,,,,,,,,,,,Komako-chan lets out a satisfied sigh. +60400 ,,,,,2201010,,コマコ,Komako,200_KC00_k_161.wav,komako,,0,,,,,,,,"...It's all in, uncle." +60500 ,,,,,2201010,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, ugh... my stomach feels tight..." +60600 ,,,,,2201010,,,,,,,,,,,,,,,I can barely speak due to the discomfort of my insides being\npushed up. +60700 ,,,,,2201010,,コマコ,Komako,200_KC00_k_162.wav,komako,,0,,,,,,,,"But look, your penis is trembling... isn't it?" +60800 ,,,,,2201010,,,,,,,,,,,,,,,Komako-chan's expression is filled with excitement as she\nwatches me intently. +60900 ,,,,,2201010,,主人公,Kiyoshi,,,,,,,,,,,,"It's not that it doesn't feel good, but that makes it feel\nweird...!!" +61000 ,,,,,2201010,,,,,,,,,,,,,,,"I don't even know what I'm saying, but the sensation of my\npenis and testicles being rubbed from the inside is\nstrangely ticklish and mysterious." +61100 ,,,,,2201010,,コマコ,Komako,200_KC00_k_163.wav,komako,,0,,,,,,,,"It's okay, I'll make you feel even better soon. I'll get\ngood at it quickly." +61200 ,,,,,2201010,,,,,,,,,,,,,,,"Not just thrusting, Komako-chan moves her hips side to side,\nprobing inside my intestines." +61300 ,,,,,2201010,,コマコ,Komako,200_KC00_k_164.wav,komako,,0,,,,,,,,"Uncle, you like it too, right? Every time I thrust, your\npenis twitches, this spot feels good, doesn't it?" +61400 ,,,,,2201010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ugh...! K-Komako-chan...!!" +61500 ,,,,,2201010,,,,,,,,,,,,,,,I can't even say stop anymore. My anus is gradually heating\nup. +61600 ,,,,,2201010,,コマコ,Komako,200_KC00_k_165.wav,komako,,0,,,,,,,,"Hehe, uncle, you're starting to feel it, aren't you? Is it\nhere...?" +61700 ,,,,,2201010,,主人公,Kiyoshi,,,,,,,,,,,,Ugh! +61800 ,,,,,2201010,,,,,,,,,,,,,,,Komako-chan's movements become more intense. She\ndeliberately rubs the tip of the strap-on inside my body. +62000 ,,,,,2201020,,コマコ,Komako,200_KC00_k_166.wav,komako,,0,,,,,,,,"Nn, nn! Uncle, how is it!? Does this feel good...!?" +62100 ,,,,,2201020,,,,,,,,,,,,,,,"It seems like she's completely gotten the hang of it, as\nKomako-chan grinds her hips." +62200 ,,,,,2201020,,,,,,,,,,,,,,,"The large strokes are like those of a professional AV actor.\nIt feels like I'm being violated by a futanari girl, and my\nhead is about to go crazy." +62300 ,,,,,2201020,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan! +62400 ,,,,,2201020,,コマコ,Komako,200_KC00_k_167.wav,komako,,0,,,,,,,,"I can feel you tightening around me, hehe." +62500 ,,,,,2201020,,,,,,,,,,,,,,,T-That's not true...! +62600 ,,,,,2201020,,,,,,,,,,,,,,,"Come to think of it, the strap-on is double- headed. Every\ntime Komako-chan twists her hips, she's stimulating herself\ninside too." +62700 ,,,,,2201020,,,,,,,,,,,,,,,Maybe that's why her face is so excited...!! +62800 ,,,,,2201020,,,,,,,,,,,,,,,"Her expression is so seductive and erotic, even though she's\na little girl, with a bit of an S vibe, it's the best." +62900 ,,,,,2201020,,,,,,,,,,,,,,,"When she looks at me with those eyes and asks, 'Does it feel\ngood?', I feel like I'm awakening to a masochistic pleasure." +63000 ,,,,,2201020,,コマコ,Komako,200_KC00_k_168.wav,komako,,0,,,,,,,,"Nn, nn! Is it around here? Does it feel good here? How is\nit?" +63100 ,,,,,2201020,,,,,,,,,,,,,,,"While checking my expression, Komako-chan, drenched in\nsweat, probes and attacks the inside of my intestines." +63200 ,,,,,2201020,,,,,,,,,,,,,,,"It's a strange feeling to realize that Komako-chan isn't\ntrying to sadistically torment me, but to make me feel good." +63300 ,,,,,2201020,,,,,,,,,,,,,,,"For Komako-chan's sake, should I tell her it feels good and\njust honestly feel it...!?" +63400 ,,,,,2201020,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan... t-there... +63500 ,,,,,2201020,,コマコ,Komako,200_KC00_k_169.wav,komako,,0,,,,,,,,"It feels good here, right... I'll push up your dick from the\ninside, like this? Like this?" +63600 ,,,,,2201020,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, ugh!!" +63700 ,,,,,2201020,,,,,,,,,,,,,,,"I've never done prostate stimulation masturbation, but is\nthis what it's like now?" +63800 ,,,,,2201020,,,,,,,,,,,,,,,Something hot is welling up from the base of my penis. +63900 ,,,,,2201020,,コマコ,Komako,200_KC00_k_170.wav,komako,,0,,,,,,,,"Is the clear gooey stuff... coming out a lot? Could it be\nthat you're going to release the white stuff, uncle? ...Nn,\nnn, nn!" +64000 ,,,,,2201020,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ah, ugh!" +64100 ,,,,,2201020,,,,,,,,,,,,,,,"With her voice, Komako-chan thrusts her hips at a fast pace.\nI'm being hit harder on the underside of my penis than\nbefore, and an intense urge to ejaculate wells up in my\nuntouched penis." +64200 ,,,,,2201020,,,,,,,,,,,,,,,"It's like squeezing and pushing out from the base with a\ntube, I can't hold it back!" +64300 ,,,,,2201020,,主人公,Kiyoshi,,,,,,,,,,,,"I'm c-coming, I'm going to come!! Aaaaaah!!" +64500 ,,,,,2201030,,コマコ,Komako,200_KC00_k_171.wav,komako,,0,,,,,,,,Nhaa!! +64600 ,,,,,2201030,,,,,,,,,,,,,,,"With a particularly strong thrust from Komako-chan, my penis\nfinally erupted with semen." +64700 ,,,,,2201030,,,,,,,,,,,,,,,"I ejaculated so intensely, spurting and spurting, that I\nwondered if I still had this much semen left in my body." +64800 ,,,,,2201030,,,,,,,,,,,,,,,It shot up higher than Komako-chan's face and fell onto my\nstomach. +64900 ,,,,,2201040,,コマコ,Komako,200_KC00_k_172.wav,komako,,0,,,,,,,,"Haa, haa, haa..." +65000 ,,,,,2201040,,,,,,,,,,,,,,,"With a satisfied smile that seemed to have heart marks in\nher eyes, Komako-chan looked at my ejaculating penis and my\nexpression." +65100 ,,,,,2201040,,コマコ,Komako,200_KC00_k_173.wav,komako,,0,,,,,,,,"Uncle, I made you come... Did it feel good...?" +65200 ,,,,,2201040,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... +65300 ,,,,,2201040,,,,,,,,,,,,,,,That was all I could manage to say. +65400 ,,,,,2201040,,コマコ,Komako,200_KC00_k_174.wav,komako,,0,,,,,,,,"Did I do it well? Now I can make Chii-chan feel good too,\nright...?" +65500 ,,,,,2201040,,,,,,,,,,,,,,,"Saying that, Chii-chan smiled brightly." +65600 ,,,,,2201040,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... +65700 ,,,,,2201040,,,,,,,,,,,,,,,That was all I could say for now. +65800 ,$event_return,,,,,,,,,,,,,,,,,,, +65900 ,,,0,9000,,,,,,,,,,,,,,,, +66100 ,@201_KC01,,,,,,,,,,,,,,,,,,, +66300 ,,,13,31,,,主人公,Kiyoshi,,,,,,,,,,,,...Haaa +66400 ,,,,,,,,,,,,,,,,,,,,I'm happy. Have I ever been this happy since I was born? +66500 ,,,,,,,,,,,,,,,,,,,,"Even after Komako-chan left, I savored the unexpected\nhappiness that had come to me." +66600 ,,,,,,,,,,,,,,,,,,,,"Of course, I wanted to have a naughty relationship with\nKomako-chan, and I did various things to make it happen...\nand it finally bore fruit. Of course, I'm happy." +66700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Well, my butt feels a little tingly though..." +66800 ,,,,,,,,,,,,,,,,,,,,"Komako-chan was always a child who was very curious about\nnaughty things, and when it came to Chii-chan, she was\nproactive or rather impulsive..." +66900 ,,,,,,,,,,,,,,,,,,,,I never thought I'd be practiced on with my 'butt'. +67000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"But... if it's Komako-chan, it's okay." +67100 ,,,,,,,,,,,,,,,,,,,,"Even though it was practice with Chii-chan, Komako-chan\ntried her best to make me climax." +67200 ,,,,,,,,,,,,,,,,,,,,"That's love, right!? Even if I'm the seventh in line!" +67300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I'm so happy... I'm Komako-chan's lover. +67400 ,,,,,,,,,,,,,,,,,,,,Just thinking about it makes me drool and pre-cum starts to\nleak. +67500 ,,,,,,,,,,,,,,,,,,,,"My butt tingles again, and my cock starts to assert itself\ninside my pants." +67600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I mean, if my butt is tingling here, I might have really\nopened a new door..." +67700 ,,,,,,,,,,,,,,,,,,,,But Komako-chan with a dick had a kind of forbidden\neroticism. +67800 ,,,,,,,,,,,,,,,,,,,,"I don't have a futanari fetish, but reverse anal might be\nkind of nice..." +67900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Haa haa, Komako-chan. I'll do my best for you, Komako-\nchan..." +68000 ,,,,,,,,,,,,,,,,,,,,"Unable to hold back, I start jerking off." +68100 ,,,,,,,,,,,,,,,,,,,,"Until now, when I masturbated, I also thought about Chii-\nchan and Tenka-chan. But from today, it's different. My mind\nis filled with Komako-chan." +68200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan...! From today, I'll only do naughty things with\nyou, Komako-chan...! I love you!" +68300 ,,,,,,,,,,,,,,,,,,,,Splat splat! +68400 ,,,,,,,,,,,,,,,,,,,,"While endlessly replaying the memory of my very happy first\ntime, I released my white fluid into the tissue." +68700 ,,,6,11,,,千恵,Chie,201_KC01_c_000.wav,,,,"chie,private",,0,,,,,"Uncle, I'm back~!" +68800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"Oh, welcome back, Chii-chan." +68900 ,,,,,,,,,,,,,chie,,0,,,,,"Around noon, Chii-chan and the others arrived." +69000 ,,,,,,,,,,,,,,,,,,,,"Usually, they come much earlier, but today there was some\nkind of local summer vacation event with a dance event at\nschool." +69100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,Did you have fun dancing? +69200 ,,,,,,,千恵,Chie,201_KC01_c_001.wav,,,,chie,,1,,,,,Yeah! I danced a lot! It was fun~ +69300 ,,,,,,,甜花,Tenka,201_KC01_t_000.wav,,,,chie,,1,"tenka,privateB",,1,,"Yeah, it was really fun!" +69400 ,,,,,,,,,,,,,chie,,1,tenka,,1,,Was it the choreography they learned? +69500 ,,,,,,,,,,,,,chie,,1,tenka,,1,,"Chii-chan and Tenka-chan twirled around, pointing their\nindex fingers to the sky." +69600 ,,,,,,,,,,,,,chie,,1,tenka,,1,,"Their short skirts flared up, and for a moment, my heart\nskipped a beat." +69700 ,,,,,,,,,,,,,chie,,1,tenka,,1,,"No, no, no, I've decided to be devoted to Komako-chan!" +69800 ,,,,,,,,,,,,,,,,,,,,"Now, as for the important Komako-chan..." +69900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Welcome back, Komako-chan! Did you have fun too, Komako-\nchan?" +70000 ,,,,,,,コマコ,Komako,201_KC01_k_000a.wav,"komako,private",,11,,,,,,,,...It was okay. +70100 ,,,,,,,,,,,,,,,,,,,,"Oops, she turned away. Maybe she's embarrassed because of\nyesterday?" +70200 ,,,,,,,甜花,Tenka,201_KC01_t_001.wav,,,,,,,tenka,,0,,"Hey, let's eat lunch soon. I'm hungry!" +70300 ,,,,,,,,,,,,,,,,,,,,Tenka-chan must have really enjoyed the dance. She's a bit\nhigh-spirited. +70400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's all have lunch together." +70500 ,,,,,,,コマコ,Komako,201_KC01_k_000.wav,komako,,3,,,,,,,,"Chii-chan, let's go in quickly." +70600 ,,,,,,,千恵,Chie,201_KC01_c_002.wav,,,,chie,,21,,,,,"Yeah! Alright, Uncle! We're coming in!" +70700 ,,,,,,,,,,,,,,,,,,,,"I gave Komako-chan a passionate look, but she only had eyes\nfor Chii-chan." +70800 ,,,,,,,,,,,,,,,,,,,,"Gah. Well, it can't be helped. Chii-chan is Komako-chan's\nfavorite." +70900 ,,,,,,,,,,,,,,,,,,,,"Still, we did something naughty, so I thought she might pay\na little more attention to me." +71000 ,,,,,,,甜花,Tenka,201_KC01_t_002.wav,,,,,,,tenka,,1,,Excuse us. +71100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes, come on in." +71200 ,,,,,,,,,,,,,,,,,,,,"Feeling a bit down, I followed the three of them into the\nback room." +71500 ,,,7,31,,,千恵,Chie,201_KC01_c_003.wav,,,,chie,,21,,,,,Thanks for the meal! +71600 ,,,,,,,,,,,,,chie,,21,,,,,"With a cheerful clap of her hands, Chii-chan gives her\nthanks for the meal. The lunch boxes everyone brought are\ncompletely empty." +71700 ,,,,,,,コマコ,Komako,201_KC01_k_001.wav,komako,,23,,,,,,,,...Thanks for the meal. +71800 ,,,,,,,甜花,Tenka,201_KC01_t_003.wav,,,,,,,tenka,,23,,"Thanks for the meal... Hey, Chii, you've got a grain of rice\non your cheek." +71900 ,,,,,,,千恵,Chie,201_KC01_c_004.wav,,,,chie,,4,tenka,,23,,"Huh, where, where?" +72000 ,,,,,,,甜花,Tenka,201_KC01_t_004.wav,,,,chie,,3,tenka,,32,,On the lower right. It's below your lip. +72100 ,,,,,,,千恵,Chie,201_KC01_c_005.wav,,,,chie,,23,tenka,,32,,Hmm? Hmm~? +72200 ,,,,,,,,,,,,,chie,,23,tenka,,32,,"As she reaches for her right cheek to remove the grain of\nrice, she's searching for where it might be." +72300 ,,,,,,,,,,,,,chie,,23,tenka,,32,,"But what Tenka-chan meant was 'from my perspective, it's on\nthe lower right.'" +72400 ,,,,,,,,,,,,,chie,,23,tenka,,32,,"Komako-chan seems like she wants to remove the grain of rice\nfrom Chii-chan's cheek, but she's hesitating and looking a\nbit flustered." +72500 ,,,,,,,甜花,Tenka,201_KC01_t_005.wav,,,,chie,,23,tenka,,12,,"Enough already, I'll get it for you. Hold still." +72600 ,,,,,,,コマコ,Komako,201_KC01_k_002.wav,komako,,4,,,,,,,,Ah... +72700 ,,,,,,,,,,komako,,4,,,,,,,,"While Komako-chan was hesitating, Tenka-chan swiftly removed\nthe grain of rice from Chii- chan's cheek and discarded it." +72800 ,,,,,,,千恵,Chie,201_KC01_c_006.wav,,,,chie,,1,,,,,"Yay, thank you, Tenka-chan, you're so kind~" +72900 ,,,,,,,甜花,Tenka,201_KC01_t_006.wav,,,,,,,tenka,,11,,I-Idiot! I just didn't want to see your embarrassing face\nwith rice on it. +73000 ,,,,,,,コマコ,Komako,201_KC01_k_003.wav,komako,,32,,,,,,,,Mmm... +73100 ,,,,,,,,,,komako,,32,,,,,,,,Komako-chan has a complicated expression. +73200 ,,,,,,,,,,,,,,,,,,,,"Thanks to my advice (?), I think Komako-chan and Chii-chan's\nrelationship is progressing, but... it's hard to be\nproactive in moments like that." +73300 ,,,,,,,,,,,,,,,,,,,,It's like you get flustered in the spur of the moment. +73400 ,,,,,,,,,,,,,,,,,,,,"Oh, but maybe I should tell her later, 'In moments like\nearlier, if you quickly take the grain of rice and eat it,\nyou can have an indirect kiss.'" +73500 ,,,,,,,,,,,,,,,,,,,,"As practice, maybe I should have Komako-chan eat something\nfrom my lips... Phew, just thinking about it makes my heart\nrace." +73600 ,,,,,,,千恵,Chie,201_KC01_c_007.wav,,,,chie,,4,,,,,"...Hey! Hey, Kiyoshi!" +73700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,"Oh, sorry, sorry, what's up, Chii-chan?" +73800 ,,,,,,,千恵,Chie,201_KC01_c_008.wav,,,,chie,,3,,,,,"You seem more spaced out than usual today, are you okay?" +73900 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"Haha, I'm fine. Sorry for worrying you, maybe it's just\nbecause it's a bit hot." +74000 ,,,,,,,,,,,,,chie,,3,,,,,"Oh no, maybe it's because I had sex with Komako-chan, I keep\nthinking about her." +74100 ,,,,,,,,,,,,,chie,,3,,,,,"Since I have the chance to be with all three of them, I need\nto pay attention to everyone." +74200 ,,,,,,,甜花,Tenka,201_KC01_t_007.wav,,,,,,,tenka,,12,,"It really is especially hot today. Well, it's always hot\nthough." +74300 ,,,,,,,千恵,Chie,201_KC01_c_009.wav,,,,chie,,21,,,,,"Maybe it's because we danced a lot? But it was fun, right?\nRight, Komako-chan!" +74400 ,,,,,,,コマコ,Komako,201_KC01_k_004.wav,komako,,1,chie,,21,,,,,"...Yeah, it was fun." +74500 ,,,,,,,,,,,,,,,,,,,,Komako-chan smiles brightly. +74600 ,,,,,,,,,,,,,,,,,,,,"When I asked her, she said it was 'normal'... right?" +74700 ,,,,,,,千恵,Chie,201_KC01_c_010.wav,,,,chie,,1,,,,,"So, Kiyoshi! Today Chii-chan wants ice cream!" +74800 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,Huh? +74900 ,,,,,,,,,,,,,chie,,1,,,,,"I don't know what she means by 'so', but Chii-chan looked up\nat me with a big smile." +75000 ,,,,,,,千恵,Chie,201_KC01_c_011.wav,,,,chie,,21,,,,,"We exercised a lot today, so just lunch isn't enough. Chii-\nchan is going to have ice cream today." +75100 ,,,,,,,甜花,Tenka,201_KC01_t_008.wav,komako,,14,,,,tenka,,23,,"But Chii, are you okay with your allowance?" +75200 ,,,,,,,コマコ,Komako,201_KC01_k_005.wav,komako,,14,,,,tenka,,23,,"Didn't you say you didn't have money, Chii- chan? Wasting\nmoney isn't good, you know?" +75300 ,,,,,,,,,,komako,,14,,,,tenka,,23,,"Being told that by both Tenka-chan and Komako-chan, Chii-\nchan gave a sly smile." +75400 ,,,,,,,千恵,Chie,201_KC01_c_012.wav,,,,chie,,38,,,,,"Hehehe, today Chii-chan is rich and loaded!" +75500 ,,,,,,,主人公,Kiyoshi,,,,,chie,,38,,,,,Huh!? +75600 ,,,,,,,,,,,,,chie,,38,,,,,Chii-chan is rich!? What happened? +75700 ,,,,,,,千恵,Chie,201_KC01_c_013.wav,,,,"chieL,private",,21,,,,,Mom gave me some allowance to buy juice after dance! 120\nyen! +75800 ,,,,,,,,,,,,,chieL,,21,,,,,"...Well, that's about right." +75900 ,,,,,,,甜花,Tenka,201_KC01_t_009.wav,,,,chie,,21,tenka,,32,,"You know, you should do something about your habit of\nspending money as soon as you get it." +76000 ,,,,,,,千恵,Chie,201_KC01_c_014.wav,,,,chie,,24,tenka,,32,,But the samurai said it too. Don't carry money over to the\nnext day! +76100 ,,,,,,,,,,,,,chie,,24,tenka,,32,,"Oh, that's right, Chii-chan was watching a rerun of a period\ndrama at my place the other day." +76200 ,,,,,,,千恵,Chie,201_KC01_c_015.wav,,,,chieL,,1,,,,,"So, uncle, give me a baseball bar!" +76300 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,1,,,,,"Alright, alright." +76400 ,,,,,,,,,,,,,,,,,,,,"Chii-chan placed 60 yen on her small, soft, cute palm and\nhanded it to me." +76500 ,,,,,,,,,,,,,,,,,,,,"The baseball bar is an old-fashioned square vanilla ice\ncream on a stick, and if you hit a home run, you get another\none. That's probably what excites Chii-chan." +76600 ,,,,,,,,,,,,,,,,,,,,I took the money from Chii-chan and started heading towards\nthe store. +76700 ,,,,,,,,,,,,,,,,,,,,Then I stopped and turned around. +76800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Do you two want ice cream? +76900 ,,,,,,,甜花,Tenka,201_KC01_t_010.wav,,,,,,,tenka,,12,,"Wasting money isn't good... but it's hot, and if I see Chii\neating, I'll definitely want some too... Uncle, I'll have\nmelon ice." +77000 ,,,,,,,コマコ,Komako,201_KC01_k_006.wav,komako,,3,,,,,,,,I'll have... the same baseball bar as Chii- chan. +77100 ,,,,,,,千恵,Chie,201_KC01_c_016.wav,komako,,3,chie,,1,,,,,"Komako-chan, we're matching~" +77200 ,,,,,,,コマコ,Komako,201_KC01_k_007.wav,komako,,21,chie,,1,,,,,"...Yeah, matching." +77300 ,,,,,,,,,,komako,,21,chie,,1,,,,,"Komako-chan smiled shyly. Cute. Thinking that smile is for\nChii-chan makes me a little jealous, but it's cute." +77400 ,,,,,,,千恵,Chie,201_KC01_c_017.wav,,,,chie,,25,,,,,"Uncle, hurry, hurry~!" +77500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, alright." +77600 ,,,,21,,,,,,,,,,,,,,,,I took the money from the two of them and retrieved two\nbaseball bars and a melon- shaped cup of 0% juice melon ice\nfrom the store's freezer. +77700 ,,,,,,,,,,,,,,,,,,,,"After a bit of thought, I decided to grab a chocolate bar\nfor myself as well." +77800 ,,,,,,,,,,,,,,,,,,,,"Even though I've been in the cool store, it's still summer.\nI want to eat ice cream." +77900 ,,,,31,,,千恵,Chie,201_KC01_c_018.wav,,,,chie,,21,,,,,Let's eat~! +78000 ,,,,,,,,,,,,,chieL,,21,,,,,Chii-chan energetically bit into the baseball bar. +78100 ,,,,,,,,,,,,,,,,,,,,"But you know, seeing a girl with something stick-shaped in\nher mouth is always nice." +78200 ,,,,,,,,,,,,,,,,,,,,"And Chii-chan, as you can tell from the rice grains she\nleaves, eats in a somewhat childish way." +78300 ,,,,,,,,,,,,,,,,,,,,"Even now, she's got vanilla ice cream all around her\nmouth... It's like, the white, creamy liquid is smearing her\nlips and face..." +78400 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...Gulp. +78500 ,,,,,,,,,,,,,,,,,,,,"Ah, damn it. I almost succumbed to the devil's whisper\nagain." +78600 ,,,,,,,,,,,,,,,,,,,,"I've decided to be devoted to Komako-chan, but seeing Chii-\nchan covered in that white, creamy liquid, she'll be\ntonight's fantasy." +78700 ,,,,,,,,,,,,,,,,,,,,But if I look away... +78800 ,,,,,,,甜花,Tenka,201_KC01_t_011.wav,,,,,,,"tenkaL,privateB",,3,,"Nom, nom... It's strange how this tastes like melon even\nthough there's no juice in it." +78900 ,,,,,,,,,,,,,,,,tenkaL,,3,,"I can see Tenka-chan slowly eating ice from the melon cup.\nAh, not long ago, I would've definitely stuck my dick in\nthat cup and jerked off." +79000 ,,,,,,,コマコ,Komako,201_KC01_k_008.wav,"komakoL,private",,21,,,,,,,,...Nom. +79100 ,,,,,,,,,,komakoL,,21,,,,,,,,"But still, Komako-chan is eating the same baseball bar as\nChii-chan." +79200 ,,,,,,,,,,komakoL,,21,,,,,,,,"Not as messily as Chii-chan, but her lips are stained white\nwith melted ice cream." +79300 ,,,,,,,,,,komakoL,,21,,,,,,,,"And Komako-chan licks the ice cream slowly, making a face\nlike she's licking the tip of a dick." +79400 ,,,,,,,,,,komakoL,,21,,,,,,,,"Ah... Komako-chan is so cute. Yeah, tonight's fantasy will\nbe Komako-chan's licking face." +79500 ,,,,,,,,,,komakoL,,21,,,,,,,,"As I watched the three of them eating ice cream, Chii-chan\nscooted closer to Tenka- chan." +79600 ,,,,,,,千恵,Chie,201_KC01_c_019.wav,,,,chie,,0,,,,,"Tenka-chan, give me a bite! I'll give you a bite too!" +79700 ,,,,,,,甜花,Tenka,201_KC01_t_012.wav,,,,chie,,0,tenka,,32,,"Ehh~... Well, I guess it's okay, but just one bite." +79800 ,,,,,,,千恵,Chie,201_KC01_c_020.wav,,,,chie,,1,tenka,,32,,Yay~! +79900 ,,,,,,,,,,,,,,,,,,,,Chie-chan and Tenka-chan were having a heartwarming ice\ncream exchange. +80000 ,,,,,,,コマコ,Komako,201_KC01_k_009.wav,komako,,33,,,,,,,,"Uh! Ch-Chii-chan, can I have a bite too...?" +80100 ,,,,,,,千恵,Chie,201_KC01_c_021.wav,komako,,33,chie,,20,,,,,"Komako-chan's ice cream is the same as mine, so it's fine~" +80200 ,,,,,,,コマコ,Komako,201_KC01_k_010.wav,komako,,16,chie,,20,,,,,"Y-Yeah, you're right..." +80300 ,,,,,,,,,,,,,,,,,,,,"Komako-chan looked disappointed, her shoulders slumping." +80400 ,,,,,,,,,,,,,,,,,,,,"Next, Chii-chan set her sights on me." +80500 ,,,,,,,千恵,Chie,201_KC01_c_022.wav,,,,chieL,,1,,,,,"Hey, mister! Can I have a bite of your ice cream too~?" +80600 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,1,,,,,"Eh? Well, that's..." +80700 ,,,,,,,,,,,,,chieL,,1,,,,,"A cute girl like Chii-chan wanting an indirect kiss is\nreally exciting, but I can't do that with Komako-chan\nwatching." +80800 ,,,,,,,,,,,,,chieL,,1,,,,,I don't want to make Komako-chan sad. +80900 ,,,,,,,,,,,,,chieL,,1,,,,,"In a hurry, I took the last bite." +81000 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,1,,,,,"S-Sorry, mister's is all gone now." +81100 ,,,,,,,,,,,,,chieL,,1,,,,,"I thought Chii-chan would give up with that, but―" +81200 ,,,,,,,千恵,Chie,201_KC01_c_023.wav,,,,chieL,,18,,,,,It's okay! There's still a little left! +81300 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,18,,,,,Eh? Where? +81400 ,,,,,,,,,,,,,chieL,,18,,,,,"In the next moment, Chii-chan leaned her face close to mine." +81500 ,,,,,,,,,,,,,chieL,,18,,,,,"Then, something cool and soft licked up my lips." +81600 ,,,,,,,千恵,Chie,201_KC01_c_024.wav,,,,chieL,,21,,,,,"You had lots of chocolate ice cream on your mouth, mister~" +81700 ,,,,,,,,,,,,,chie,,21,,,,,Chii-chan pulled back and smiled brightly. +81800 ,,,,,,,,,,,,,chie,,21,,,,,My mouth was full of chocolate ice cream... which means that\nwas Chii-chan's tongue just now!? Did I just kiss Chii-\nchan!? +81900 ,,,,,,,千恵,Chie,201_KC01_c_025.wav,,,,chie,,1,,,,,Ehehe~ I wanted to taste both chocolate and vanilla~ +82000 ,,,,,,,甜花,Tenka,201_KC01_t_013.wav,,,,chie,,1,tenka,,12,,"S-Stop it, that's bad manners." +82100 ,,,,,,,千恵,Chie,201_KC01_c_026.wav,,,,chie,,3,tenka,,12,,Why? +82200 ,,,,,,,,,,,,,,,,,,,,"Even though Tenka-chan scolded her, Chii-chan remained\nunfazed and innocent." +82300 ,,,,,,,,,,,,,,,,,,,,"That's right, for Chii-chan, it was just 'getting a little\nice cream from mister.'" +82400 ,,,,,,,,,,,,,,,,,,,,But... there's someone who won't let it slide. +82500 ,,,,,,,コマコ,Komako,201_KC01_k_011.wav,komakoL,,17,,,,,,,,............ +82600 ,,,,,,,,,,komakoL,,17,,,,,,,,H-How should I handle this? +82700 ,,,,,,,,,,komakoL,,17,,,,,,,,"I was drenched in sweat, feeling Komako- chan's icy gaze on\nmy back." +83000 ,,,3,41,,,主人公,Kiyoshi,,,,,,,,,,,,"Okay... wait, Komako-chan?" +83100 ,,,,,,,,,,,,,,,,,,,,"After everyone left, Komako-chan came back to the shop\nalone." +83200 ,,,,,,,コマコ,Komako,201_KC01_k_012.wav,"komako,private",,37,,,,,,,,I need to talk to you. +83300 ,,,,,,,,,,komako,,37,,,,,,,,She looked up at me with a slightly sulky expression. +83400 ,,,,,,,,,,komako,,37,,,,,,,,"Ugh, the talk is definitely about the ice cream incident.\nBut it was unavoidable, oh, but Komako-chan is definitely\nmad!" +83500 ,,,,,,,主人公,Kiyoshi,,komako,,37,,,,,,,,"O-Okay, I understand. Come on in." +83600 ,,,,,,,コマコ,Komako,201_KC01_k_013.wav,komako,,7,,,,,,,,Excuse me. +83700 ,,,,,,,,,,komako,,7,,,,,,,,"But if I turn her away, Komako-chan will just hate me even\nmore. Trembling, I invite Komako-chan inside." +83800 ,,,3,31,,,コマコ,Komako,201_KC01_k_014.wav,"komako,private",,9,,,,,,,,............ +83900 ,,,,,,,,,,komako,,9,,,,,,,,"Even after entering the room, Komako-chan didn't sit down\nand just glared at me." +84000 ,,,,,,,,,,komako,,9,,,,,,,,I couldn't help but avert my eyes. +84100 ,,,,,,,主人公,Kiyoshi,,komako,,9,,,,,,,,"Uh, um, for now, why don't you sit down..." +84200 ,,,,,,,コマコ,Komako,201_KC01_k_015.wav,"komakoL,private",,30,,,,,,,,"You're such an idiot, old man." +84300 ,,,,,,,,,,komakoL,,30,,,,,,,,Whack! +84400 ,,,,,,,,,,komakoL,,30,,,,,,,,"When I offered her a cushion, Komako-chan suddenly grabbed\nit and hit me with it." +84500 ,,,,,,,主人公,Kiyoshi,,komakoL,,30,,,,,,,,"Ouch, ouch!" +84600 ,,,,,,,,,,komakoL,,30,,,,,,,,"For Komako-chan, it was rare for her to raise her voice a\nbit as she repeatedly hit me with the cushion." +84700 ,,,,,,,,,,komakoL,,30,,,,,,,,"Of course, it's just a cushion, and no matter how many times\nKomako-chan hits me with her strength, it doesn't really\nhurt... but..." +84800 ,,,,,,,主人公,Kiyoshi,,komakoL,,30,,,,,,,,"W-Wait a minute, did I do something wrong?" +84900 ,,,,,,,コマコ,Komako,201_KC01_k_016.wav,komakoL,,11,,,,,,,,"You kissed Chii-chan. You kissed Chii-chan, old man." +85000 ,,,,,,,コマコ,Komako,201_KC01_k_017.wav,komakoL,,13,,,,,,,,I hate you... ugh... +85100 ,,,,,,,,,,komakoL,,13,,,,,,,,The word 'hate' she said with teary eyes pierced my heart. +85200 ,,,,,,,,,,komakoL,,13,,,,,,,,N-No way... D-Did Komako-chan start to hate me? +85300 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"I-I'm sorry! I'm sorry! But it was an accident, I didn't\nmean to kiss her..." +85400 ,,,,,,,コマコ,Komako,201_KC01_k_018.wav,komakoL,,28,,,,,,,,"I don't care! I don't care about you anymore, old man!\nWaaah!" +85500 ,,,,,,,,,,komakoL,,28,,,,,,,,"It must have been a huge shock for her that I kissed Chii-\nchan, as Komako-chan started crying loudly." +85600 ,,,,,,,,,,komakoL,,28,,,,,,,,What should I do... what should I do... I don't want Komako-\nchan to hate me. +85700 ,,,,,,,,,,komakoL,,28,,,,,,,,"But, I felt a bit uneasy. I like Komako-chan so much, yet\nshe's always thinking about Chii-chan..." +85800 ,,,,,,,,,,komakoL,,28,,,,,,,,That's it! +85900 ,,,,,,,主人公,Kiyoshi,,komakoL,,28,,,,,,,,"T-Then, I'll kiss Komako-chan too!" +86000 ,,,,,,,コマコ,Komako,201_KC01_k_019.wav,komakoL,,24,,,,,,,,Huh? +86100 ,,"",,9000,,,,,,,,,,,,,,,,I pushed Komako-chan's slender body down and brought my lips\nclose to her untanned white cheek. +86300 ,,,15,31,2210000,,,,,,,,,,,,,,, +86400 ,*mem,,,,2210000,,,,,,,,,,,,,,, +86500 ,,,15,,2210000,,,,,,,,,,,,,,,Lick. +86600 ,,,,,2210000,,コマコ,Komako,201_KC01_k_020.wav,komako,,0,,,,,,,,Eek! +86700 ,,,,,2210000,,,,,,,,,,,,,,,"I licked Komako-chan's soft cheek, just like Chii-chan did\nto me." +86800 ,,,,,2210000,,,,,,,,,,,,,,,Komako-chan shivered and turned her face away. +86900 ,,,,,2210000,,コマコ,Komako,201_KC01_k_021.wav,komako,,0,,,,,,,,"No... I don't want to kiss you, old man..." +87000 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,Don't say that. I understand Komako-chan's feelings. +87100 ,,,,,2210000,,,,,,,,,,,,,,,"While holding down Komako-chan's struggling arms, I tried to\nkiss her lips." +87200 ,,,,,2210000,,,,,,,,,,,,,,,"But because Komako-chan kept shaking her head, I ended up\nkissing her chin instead." +87300 ,,,,,2210000,,コマコ,Komako,201_KC01_k_022.wav,komako,,0,,,,,,,,Hiyun! +87400 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you're jealous because I kissed Chii-chan,\nright?" +87500 ,,,,,2210000,,コマコ,Komako,201_KC01_k_023.wav,komako,,0,,,,,,,,"...Y-Yes, but..." +87600 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,That's why I thought I'd give Komako-chan lots of kisses\ntoo. +87700 ,,,,,2210000,,コマコ,Komako,201_KC01_k_024.wav,komako,,0,,,,,,,,Why does it have to be like that...? +87800 ,,,,,2210000,,,,,,,,,,,,,,,"Komako-chan looked up at me with teary eyes, trembling." +87900 ,,,,,2210000,,,,,,,,,,,,,,,Her face was so cute that it made my crotch tingle. +88000 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"But I said Komako-chan is my favorite, and I haven't kissed\nKomako-chan yet..." +88100 ,,,,,2210000,,,,,,,,,,,,,,,"Before the tears could fall, I licked the corner of her eye\nwith my tongue." +88200 ,,,,,2210000,,,,,,,,,,,,,,,Komako-chan stiffened and twitched her cheek. +88300 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"And because I kissed Chii-chan first, you got jealous,\nright? I'm sorry." +88400 ,,,,,2210010,,コマコ,Komako,201_KC01_k_025.wav,komako,,0,,,,,,,,"N-No... that's not it, it's because you and Chii-chan..." +88500 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, you're jealous because I kissed Chii- chan, right?" +88600 ,,,,,2210000,,コマコ,Komako,201_KC01_k_026.wav,komako,,0,,,,,,,,"That's true, but... that's not it..." +88700 ,,,,,2210000,,,,,,,,,,,,,,,Komako-chan looked confused and furrowed her brows in\ndistress. +88800 ,,,,,2210000,,,,,,,,,,,,,,,"I knew it was a ridiculous excuse, but I wanted Komako-chan\nto think about me more than Chii-chan." +88900 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"So, to prove that Komako-chan is my favorite, I'll give you\nlots of kisses! Even more than I did with Chii-chan!" +89000 ,,,,,2210000,,コマコ,Komako,201_KC01_k_027.wav,komako,,0,,,,,,,,"No, that's not it... I mean with Chii- chan... hyau..." +89100 ,,,,,2210000,,,,,,,,,,,,,,,"Komako-chan tried to escape while crying, but I chased her\nwith my tongue, licking her face all over." +89200 ,,,,,2210000,,,,,,,,,,,,,,,"Komako-chan's cheeks were white and soft, like sweet candy,\nbut when I licked them, they were salty." +89300 ,,,,,2210000,,,,,,,,,,,,,,,Maybe it was because it was hot today and she sweated a lot. +89400 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"The kiss with Chii-chan was sweet, but Komako-chan's kiss is\nsalty. I like Komako- chan's taste better." +89500 ,,,,,2210010,,コマコ,Komako,201_KC01_k_028.wav,komako,,0,,,,,,,,"No... no, don't lick my face. It'll get all sticky with\nsaliva..." +89600 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"But covering it with saliva and licking is an adult kiss,\nyou know? Don't you want to practice adult kisses?" +89700 ,,,,,2210000,,コマコ,Komako,201_KC01_k_029.wav,komako,,0,,,,,,,,P-Practice... +89800 ,,,,,2210000,,,,,,,,,,,,,,,The word 'practice' weakened Komako-chan's resistance. +89900 ,,,,,2210000,,,,,,,,,,,,,,,"My chest felt heavy again. Even though I've kissed her so\nmuch and said I love her, in Komako-chan's mind, Chii-chan\nis still more important. I can't help it." +90000 ,,,,,2210000,,,,,,,,,,,,,,,"Even though I felt uneasy, I decided to use Chii-chan as an\nexcuse to kiss Komako-chan more." +90100 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, practice. If you practice adult kisses a lot with me,\nyou won't have any trouble doing adult kisses with Chii-\nchan, right?" +90200 ,,,,,2210010,,コマコ,Komako,201_KC01_k_030.wav,komako,,0,,,,,,,,...Mmm... M-M-M +90300 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,What do you think? +90400 ,,,,,2210010,,,,,,,,,,,,,,,"As I left a trail of saliva on Komako-chan's smooth cheek, I\nwhispered in her ear." +90500 ,,,,,2210010,,,,,,,,,,,,,,,"Seeing my saliva leaving a slimy trail on Komako-chan's cute\nface, like a slug had crawled over it, was exciting." +90600 ,,,,,2210010,,,,,,,,,,,,,,,"Thanks to that, more saliva welled up, and I covered Komako-\nchan's ear with it while pressing the front of my bulging\npants against her crotch." +90700 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, right?" +90900 ,,,,,2210010,,,,,,,,,,,,,,,"Komako-chan was silent, but her resistance had weakened\nconsiderably." +91000 ,,,,,2210010,,,,,,,,,,,,,,,"Taking that as agreement, I somewhat forcefully pressed my\nlips against Komako- chan's." +91100 ,,,,,2210010,,コマコ,Komako,201_KC01_k_031.wav,komako,,0,,,,,,,,Mmm~! Mmm~! +91200 ,,,,,2210010,,,,,,,,,,,,,,,"But when I tried to insert my tongue, Komako- chan\ndesperately kept her mouth shut." +91300 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"Is it no good? Why? I like you, Komako- chan." +91400 ,,,,,2210010,,コマコ,Komako,201_KC01_k_032.wav,komako,,0,,,,,,,,I said I don't like you. +91500 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"But we did it, right? If we did it, that means you like me,\nright?" +91600 ,,,,,2210000,,コマコ,Komako,201_KC01_k_033.wav,komako,,0,,,,,,,,"Eh? Eh? That's, um, ugh..." +91700 ,,,,,2210000,,,,,,,,,,,,,,,"When I brought up the time we did it, Komako- chan looked\nconfused and furrowed her brows." +91800 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"If you like me enough to do it, then you can kiss too,\nright? After all, doing it is a higher level than kissing!" +91900 ,,,,,2210000,,コマコ,Komako,201_KC01_k_034.wav,komako,,0,,,,,,,,"That... might be true, but..." +92000 ,,,,,2210000,,,,,,,,,,,,,,,"Even though I thought it was a ridiculous argument, Komako-\nchan was being pressured." +92100 ,,,,,2210000,,,,,,,,,,,,,,,I took this opportunity to press my lips against Komako-\nchan's. +92200 ,,,,,2210010,,コマコ,Komako,201_KC01_k_035.wav,komako,,0,,,,,,,,Mmmph! +92300 ,,,,,2210010,,,,,,,,,,,,,,,I licked her tightly closed lips with my tongue. +92400 ,,,,,2210010,,,,,,,,,,,,,,,"Even though Komako-chan's lips shouldn't have anything on\nthem, they tasted slightly sweet. Like milk." +92500 ,,,,,2210010,,,,,,,,,,,,,,,It was very similar to the vanilla ice cream taste from\nChie-chan's tongue earlier in the day. +92600 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"So, let's have a naughty, adult kiss, okay? Please, I want\nto kiss you, Komako-chan~" +92700 ,,,,,2210010,,コマコ,Komako,201_KC01_k_036.wav,komako,,0,,,,,,,,I-I don't want to... +92800 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,Why not? +92900 ,,,,,2210010,,コマコ,Komako,201_KC01_k_037.wav,komako,,0,,,,,,,,That's not what I came here for... +93000 ,,,,,2210010,,,,,,,,,,,,,,,Komako-chan reached out and tried to grab the edge of the\nfuton. +93100 ,,,,,2210010,,,,,,,,,,,,,,,It seemed that Komako-chan's anger hadn't subsided yet. +93200 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"I see... that's right, I'm sorry. You were angry, Komako-\nchan." +93300 ,,,,,2210000,,コマコ,Komako,201_KC01_k_038.wav,komako,,0,,,,,,,,"Yes, I'm angry." +93400 ,,,,,2210000,,,,,,,,,,,,,,,Komako-chan pursed her lips tightly and glared at me with\nteary eyes. +93500 ,,,,,2210000,,,,,,,,,,,,,,,"But somehow, she didn't seem as angry as before." +93600 ,,,,,2210000,,,,,,,,,,,,,,,Maybe it was because her cheeks were starting to blush\nslightly. +93700 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"Then, first, I need to get you in the mood, right?" +93800 ,,,,,2210000,,コマコ,Komako,201_KC01_k_039.wav,komako,,0,,,,,,,,Eh!? +93900 ,,,,,2210000,,,,,,,,,,,,,,,"I kissed Komako-chan again, her eyes wide with surprise." +94000 ,,,,,2210000,,,,,,,,,,,,,,,It was a kiss that wasn't just about pressing lips together. +94100 ,,,,,2210000,,,,,,,,,,,,,,,"While doing that, I gently kneaded Komako- chan's breasts\nwith one hand." +94200 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, you can't have a sexy kiss if you're not in\nthe mood. First, I'll make you feel good, Komako-chan." +94300 ,,,,,2210010,,コマコ,Komako,201_KC01_k_040.wav,komako,,0,,,,,,,,"Eh? No, that's not... mmm~!" +94400 ,,,,,2210010,,,,,,,,,,,,,,,I gently massaged Komako-chan's budding breasts over her\nclothes. +94500 ,,,,,2210010,,,,,,,,,,,,,,,"If I remember correctly, Komako-chan gets all tingly when\nher nipples are teased." +94600 ,,,,,2210010,,,,,,,,,,,,,,,"While sealing Komako-chan's protests with my lips, I pinched\nthe small nipple poking through her clothes with my\nfingertips." +94700 ,,,,,2210010,,コマコ,Komako,201_KC01_k_041.wav,komako,,0,,,,,,,,Mmm~! +94800 ,,,,,2210010,,,,,,,,,,,,,,,Komako-chan thrashed wildly beneath me. +94900 ,,,,,2210010,,,,,,,,,,,,,,,"But her lips remained tightly shut, refusing to let my\ntongue in." +95000 ,,,,,2210010,,,,,,,,,,,,,,,This is a problem. +95100 ,,,,,2210010,,コマコ,Komako,201_KC01_k_042.wav,komako,,0,,,,,,,,Mmm... mm... mmm... +95200 ,,,,,2210010,,,,,,,,,,,,,,,"In fact, she was even kicking her legs, trying to push me\naway." +95300 ,,,,,2210010,,,,,,,,,,,,,,,"At this rate, I might have to make Komako- chan feel even\nmore aroused and turn her into a puddle before she'll let me\ngive her a deep kiss." +95400 ,,,,,2210010,,,,,,,,,,,,,,,"Alright, this is where I can show off my skills!" +95600 ,,,,,2210010,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, I'll show you the places where a girl feels\ngood when kissed..." +95700 ,,,,,2210000,,コマコ,Komako,201_KC01_k_043.wav,komako,,0,,,,,,,,Huh? Places that feel good when kissed... +95800 ,,,,,2210000,,,,,,,,,,,,,,,"When I pulled away, Komako-chan looked puzzled." +95900 ,,,,,2210000,,,,,,,,,,,,,,,"I'm sure Komako-chan only knows about kissing mouth to\nmouth, so I'll take this opportunity to teach her various\nthings, getting myself psyched up." +96000 ,,,,,2210000,,,,,,,,,,,,,,,"Well, of course, the main reason is that I really want to\nlick Komako-chan all over." +96100 ,,,,,2210000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, just like when I kissed your face all over at first,\nkisses outside the mouth can make a girl feel really good.\nLook..." +96200 ,,,,,2210020,,,,,,,,,,,,,,,Lick. +96300 ,,,,,2210020,,コマコ,Komako,201_KC01_k_044.wav,komako,,0,,,,,,,,Hyah! +96400 ,,,,,2210020,,,,,,,,,,,,,,,"Exhausted from struggling, Komako-chan lay limp as I licked\nher armpit with the tip of my tongue." +96500 ,,,,,2210020,,,,,,,,,,,,,,,"The taste of sweat, much more concentrated than on her face,\ntingled sharply on my tongue." +96600 ,,,,,2210020,,,,,,,,,,,,,,,"But it wasn't an unpleasant taste at all. In fact, it could\neven be called delicious." +96700 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,"You know, the armpit is a very sensitive area. When you\ngently kiss it with your tongue like this..." +96800 ,,,,,2210020,,コマコ,Komako,201_KC01_k_045.wav,komako,,0,,,,,,,,"Hyah, haha... ah, i-it tickles..." +96900 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it might tickle at first. But gradually, it'll start\nto feel good." +97000 ,,,,,2210020,,コマコ,Komako,201_KC01_k_046.wav,komako,,0,,,,,,,,"I don't get it, it tickles..." +97100 ,,,,,2210020,,,,,,,,,,,,,,,"Unlike her breasts, the ticklish sensation seemed to\noverpower any pleasure in her armpit, as Komako-chan shook\nher head from side to side." +97200 ,,,,,2210020,,,,,,,,,,,,,,,"However, as I persistently licked that fragrant hollow, her\nvoice began to take on a sweet tone." +97300 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,It's okay. Komako-chan already knows how good it feels with\nyour breasts and pussy. You'll soon feel good here too. +97400 ,,,,,2210020,,コマコ,Komako,201_KC01_k_047.wav,komako,,0,,,,,,,,"Nn... but, it tickles..." +97500 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,Even though it tickles? +97600 ,,,,,2210020,,コマコ,Komako,201_KC01_k_048.wav,komako,,0,,,,,,,,"When you lick me, my crotch starts to tingle..." +97700 ,,,,,2210020,,,,,,,,,,,,,,,Komako-chan really is a genius when it comes to sex. +97800 ,,,,,2210020,,,,,,,,,,,,,,,"It seems she's already starting to feel it in her armpit.\nWell, they do say that ticklish spots are undeveloped\nerogenous zones." +97900 ,,,,,2210020,,,,,,,,,,,,,,,"Komako-chan's body, honest to sexual pleasure, quickly\ntransformed the ticklish sensation of having her armpit\nlicked into pleasure under my guidance." +98000 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,"See, it feels good, right? Right?" +98100 ,,,,,2210020,,コマコ,Komako,201_KC01_k_049.wav,komako,,0,,,,,,,,"B-but, kissing there is weird. I've never heard of it... nn." +98200 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,Because it's an adult kiss. +98300 ,,,,,2210020,,コマコ,Komako,201_KC01_k_050.wav,komako,,0,,,,,,,,It seems perverted. Will Chie-chan really be happy...? +98400 ,,,,,2210020,,,,,,,,,,,,,,,"But perhaps still upset, Komako-chan turned away sulkily." +98500 ,,,,,2210020,,,,,,,,,,,,,,,"Desperately trying to melt Komako-chan's anger with\npleasure, I intensified my tongue's caress on her armpit." +98600 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,"She'll be happy! Because feeling good is nice, right? If\nKomako-chan feels good, then Chie-chan will feel good too!" +98700 ,,,,,2210020,,コマコ,Komako,201_KC01_k_051.wav,komako,,0,,,,,,,,"Nn, nnngh... b-but... but..." +98800 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,"See, it feels good, right? If your crotch is tingling, it\nmeans you're starting to feel naughty, right?" +98900 ,,,,,2210020,,コマコ,Komako,201_KC01_k_052.wav,komako,,0,,,,,,,,"Haa... nnngh, nnngh... i-it's tingling, but..." +99000 ,,,,,2210020,,,,,,,,,,,,,,,Komako-chan's armpit was glistening wet with saliva. +99100 ,,,,,2210020,,,,,,,,,,,,,,,"Softly, but with a slight bony indentation, a droplet of\nsaliva trickled down." +99200 ,,,,,2210020,,,,,,,,,,,,,,,"It exuded an indecency as if it had become a sexual organ,\nmaking me want to devour her armpit even more." +99300 ,,,,,2210020,,,,,,,,,,,,,,,"Through my pants, I felt Komako-chan's panties getting warm\nand damp." +99400 ,,,,,2210020,,コマコ,Komako,201_KC01_k_053.wav,komako,,0,,,,,,,,"B-but, just a little... so it's not... a naughty feeling." +99500 ,,,,,2210020,,,,,,,,,,,,,,,"But today, Komako-chan was a bit stubborn." +99600 ,,,,,2210020,,,,,,,,,,,,,,,"As if refusing to acknowledge the pleasure her body was\nfeeling, she shook her head with a troubled expression." +99700 ,,,,,2210020,,,,,,,,,,,,,,,"...Hmm, it seems the anger from kissing Chie- chan in front\nof her won't easily go away." +99800 ,,,,,2210020,,,,,,,,,,,,,,,In that case! +99900 ,,,,,2210020,,主人公,Kiyoshi,,,,,,,,,,,,Then I'll give Komako-chan a kiss that feels even better! +100100 ,,,,,2210030,,,,,,,,,,,,,,,"Saying that, I sucked on Komako-chan's breast over her\nclothes." +100200 ,,,,,2210030,,コマコ,Komako,201_KC01_k_054.wav,komako,,0,,,,,,,,"Hiu... O-ojisan, that's..." +100300 ,,,,,2210030,,,,,,,,,,,,,,,Komako-chan weakly shook her head as if saying no. +100400 ,,,,,2210030,,,,,,,,,,,,,,,But I didn't stop sucking on her breast. I continued to suck\non Komako-chan's breast through her sweat-drenched clothes. +100500 ,,,,,2210030,,コマコ,Komako,201_KC01_k_055.wav,komako,,0,,,,,,,,"Ah, ah... no, my chest, it's tingling... mmh" +100600 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"You told me last time, remember? That when Komako-chan's\nbreasts are played with, it feels naughty. Ojisan remembers\nwell." +100700 ,,,,,2210030,,コマコ,Komako,201_KC01_k_056.wav,komako,,0,,,,,,,,"Fuu... with your tongue, swirling..." +100800 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, kissing your breasts feels good too, right?" +100900 ,,,,,2210030,,,,,,,,,,,,,,,"Just from lightly teasing them with my fingers earlier,\nKomako-chan's cute nipples had already become hard and\nstiff." +101000 ,,,,,2210030,,,,,,,,,,,,,,,"I teased them with my tongue, poking and swirling around the\nlittle peaks on her soft, fluffy breasts." +101100 ,,,,,2210030,,,,,,,,,,,,,,,"Each time, Komako-chan reacted with a twitch, pressing her\nnow warm and moist crotch against my erect cock." +101200 ,,,,,2210030,,コマコ,Komako,201_KC01_k_057.wav,komako,,0,,,,,,,,My breasts feel slippery... the tingling is throbbing... haa +101300 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you're wiggling your butt. Does it feel good?\nAre you starting to feel naughty?" +101400 ,,,,,2210030,,コマコ,Komako,201_KC01_k_058.wav,komako,,0,,,,,,,,I'm not... feeling that... mmh +101500 ,,,,,2210030,,,,,,,,,,,,,,,"Even as she said that, Komako-chan's face was becoming\ndazed. Her lips, which she had been trying so hard to keep\nclosed..." +101600 ,,,,,2210030,,コマコ,Komako,201_KC01_k_059.wav,komako,,0,,,,,,,,No... haa... my breasts are hot... mmh +101700 ,,,,,2210030,,,,,,,,,,,,,,,"As I continued to suck on Komako-chan's slightly sweet\nbreasts, which couldn't produce milk, her lips gradually\nparted." +101800 ,,,,,2210030,,,,,,,,,,,,,,,Her expression was so erotic and cute that it made my cock\ngrow even hotter. +101900 ,,,,,2210030,,,,,,,,,,,,,,,"Even through my pants and trousers, Komako- chan's soft spot\nfelt so good that I continued to thrust my hips, pressing\nagainst her like a frottage, while continuing to kiss her\nnipples." +102000 ,,,,,2210030,,コマコ,Komako,201_KC01_k_060.wav,komako,,0,,,,,,,,Mmm... mmm... haa... haa... +102100 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,How is it? Are you starting to feel good? +102200 ,,,,,2210030,,コマコ,Komako,201_KC01_k_061.wav,komako,,0,,,,,,,,"I don't know, don't dirty my clothes anymore... nooo!" +102300 ,,,,,2210030,,,,,,,,,,,,,,,Komako-chan is really stubborn today. +102400 ,,,,,2210030,,,,,,,,,,,,,,,"Even though her breasts are honestly responding to my\ntongue, saying it feels good." +102500 ,,,,,2210030,,,,,,,,,,,,,,,"But, I guess it's true that I did dirty her clothes." +102600 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, I'll wash them properly later. But, kissing your\nbreasts over your clothes like this feels good, right?" +102700 ,,,,,2210030,,コマコ,Komako,201_KC01_k_062.wav,komako,,0,,,,,,,,Hiuu... +102800 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"Even doing it like this, it doesn't hurt much..." +102900 ,,,,,2210030,,,,,,,,,,,,,,,"I remembered that Komako-chan liked having her nipples\npinched, so I lightly nibbled on them." +103000 ,,,,,2210030,,コマコ,Komako,201_KC01_k_063.wav,komako,,0,,,,,,,,Hyafuu...▼ +103100 ,,,,,2210030,,,,,,,,,,,,,,,"Komako-chan arched her back, letting out an incredibly sweet\nvoice." +103200 ,,,,,2210030,,,,,,,,,,,,,,,"I could see her nipples, soaked and transparent from my\nsaliva, were already swollen and engorged." +103300 ,,,,,2210030,,,,,,,,,,,,,,,"I then moved my tongue vigorously over her sensitive spot,\nrubbing it." +103400 ,,,,,2210030,,コマコ,Komako,201_KC01_k_064.wav,komako,,0,,,,,,,,Haa... haa... p-please stop... +103500 ,,,,,2210030,,,,,,,,,,,,,,,"After lightly nibbling, Komako-chan became more sensitive,\nher eyes wide open and trembling." +103600 ,,,,,2210030,,,,,,,,,,,,,,,"Her body seemed to lose strength, offering little\nresistance." +103700 ,,,,,2210030,,,,,,,,,,,,,,,"But perhaps unable to suppress the tingling in her crotch\nfrom the breast stimulation, her butt was wriggling lewdly." +103800 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Komako-chan, you're too cute. If you do that, I won't be\nable to hold back!" +103900 ,,,,,2210030,,,,,,,,,,,,,,,"My cock, on the verge of ejaculation, couldn't hold back and\nwas pressing into Komako-chan's moist, warm slit." +104000 ,,,,,2210030,,コマコ,Komako,201_KC01_k_065.wav,komako,,0,,,,,,,,Ah... haa... +104100 ,,,,,2210030,,主人公,Kiyoshi,,,,,,,,,,,,"It seems like Komako-chan is feeling really naughty too.\nLet's kiss, chu~!" +104300 ,,,,,2210040,,,,,,,,,,,,,,,"I kissed Komako-chan's lips, which were left open, as she\nlet out heavy breaths." +104400 ,,,,,2210040,,,,,,,,,,,,,,,Komako-chan no longer kept her lips tightly closed. +104500 ,,,,,2210040,,コマコ,Komako,201_KC01_k_066.wav,komako,,0,,,,,,,,Nmm~... nnn~... nnn~... +104600 ,,,,,2210040,,,,,,,,,,,,,,,I quickly slipped my tongue inside. +104700 ,,,,,2210040,,,,,,,,,,,,,,,"Wow, it's sweet!" +104800 ,,,,,2210040,,主人公,Kiyoshi,,,,,,,,,,,,"Nchu... nn, amazing... Komako-chan's saliva is as sweet as\nsyrup... chu~" +104900 ,,,,,2210040,,コマコ,Komako,201_KC01_k_067.wav,komako,,0,,,,,,,,Nnn~... muu... muu~... +105000 ,,,,,2210040,,,,,,,,,,,,,,,It's like an aphrodisiac. The inside of Komako-chan's small\nand cute mouth was incredibly sweet. +105100 ,,,,,2210040,,,,,,,,,,,,,,,"Just by twisting my tongue in, her cheeks puffed up. I\nsavored every bit of that cute mouth." +105200 ,,,,,2210040,,,,,,,,,,,,,,,I licked up her upper palate and slowly traced the back of\nher front teeth with my tongue. +105300 ,,,,,2210040,,コマコ,Komako,201_KC01_k_068.wav,komako,,0,,,,,,,,"Nmp, nfu, nn!" +105400 ,,,,,2210040,,,,,,,,,,,,,,,Komako-chan seemed to enjoy the deep kiss so much that she\nwas teary-eyed and trembling. +105500 ,,,,,2210040,,,,,,,,,,,,,,,"Her hips were moving slightly, so it must feel good." +105600 ,,,,,2210040,,,,,,,,,,,,,,,I have to give Komako-chan more naughty kisses to make her\nfeel even better. +105700 ,,,,,2210040,,コマコ,Komako,201_KC01_k_069.wav,komako,,0,,,,,,,,"Muuu... nn, nn... nnn~..." +105800 ,,,,,2210040,,,,,,,,,,,,,,,"I entwined my tongue with shy Komako-chan's tongue, which\nwas trying to retreat, and rubbed it together." +105900 ,,,,,2210040,,コマコ,Komako,201_KC01_k_070.wav,komako,,0,,,,,,,,"Nmp, fuu, nmm" +106000 ,,,,,2210040,,,,,,,,,,,,,,,"Perhaps feeling suffocated, she tried to push mine back, so\nI quickly sucked it up." +106100 ,,,,,2210040,,,,,,,,,,,,,,,"While gently biting Komako-chan's tongue, I guided it into\nmy mouth." +106200 ,,,,,2210040,,コマコ,Komako,201_KC01_k_071.wav,komako,,0,,,,,,,,Nku... your mouth... has a strange taste... +106300 ,,,,,2210040,,,,,,,,,,,,,,,"Gulp. ...I try to be mindful of brushing my teeth and such,\nbut maybe it's the smell of aging." +106400 ,,,,,2210040,,,,,,,,,,,,,,,But my excitement wasn't so weak that it would stop over\nsomething like that. +106500 ,,,,,2210040,,コマコ,Komako,201_KC01_k_072.wav,komako,,0,,,,,,,,Hiuu... no more... +106600 ,,,,,2210040,,,,,,,,,,,,,,,Tears spilled from Komako-chan's eyes. +106700 ,,,,,2210040,,コマコ,Komako,201_KC01_k_073.wav,komako,,0,,,,,,,,Chi-chan... Chi-chaan... +106800 ,,,,,2210040,,,,,,,,,,,,,,,"Komako-chan called out Chi-chan's name while crying.\nSomehow, it made me incredibly frustrated." +106900 ,,,,,2210040,,,,,,,,,,,,,,,"Even though it's me who's making Komako-chan feel good with\nkisses right now, she's only thinking about Chi-chan." +107000 ,,,,,2210040,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, this is also to get along better with Chi-chan.\nCome on, practice, practice." +107100 ,,,,,2210040,,コマコ,Komako,201_KC01_k_074.wav,komako,,0,,,,,,,,"Nn, nmm~" +107200 ,,,,,2210040,,,,,,,,,,,,,,,The frustrating feeling only fueled my desire even more. +107300 ,,,,,2210040,,,,,,,,,,,,,,,"Even if she ends up kissing Chi-chan, I'll make sure today's\nkiss feels much better." +107400 ,,,,,2210040,,,,,,,,,,,,,,,"With a slightly rough feeling, I ravaged Komako-chan's mouth\nand tongue." +107500 ,,,,,2210040,,コマコ,Komako,201_KC01_k_075.wav,komako,,0,,,,,,,,"Nmm, nn, nnn~!" +107600 ,,,,,2210040,,,,,,,,,,,,,,,I licked the underside of her tongue. I licked her gums up\nand down in order. I sucked on the tip of her tongue and\ngently bit it. I kissed her lips thoroughly... +107700 ,,,,,2210040,,,,,,,,,,,,,,,"Repeating that, Komako-chan's body began to tremble." +107800 ,,,,,2210040,,コマコ,Komako,201_KC01_k_076.wav,komako,,0,,,,,,,,"Fumu... fu, gu... nn, nn" +107900 ,,,,,2210040,,,,,,,,,,,,,,,"Her whole body, not just her butt, squirmed, and drool\ndripped from her lips that finally accepted my tongue." +108000 ,,,,,2210040,,,,,,,,,,,,,,,Her face was completely absorbed in the kiss. +108100 ,,,,,2210040,,,,,,,,,,,,,,,"Komako-chan was so cute, so cute, I couldn't stop my hips\nfrom moving." +108200 ,,,,,2210040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Komako-chan, Komako-chan! Just kissing you makes me feel\ngood too!" +108300 ,,,,,2210040,,コマコ,Komako,201_KC01_k_077.wav,komako,,0,,,,,,,,No... nmm~ +108400 ,,,,,2210040,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to come, Komako-chan, while kissing you, I'm going\nto come..." +108500 ,,,,,2210040,,,,,,,,,,,,,,,"While sucking hard on Komako-chan's tongue, I rubbed my cock\nagainst her crotch with such force it seemed like it would\nbreak through my pants and underwear." +108600 ,,,,,2210040,,,,,,,,,,,,,,,"Splat, splurt!" +108700 ,,,,,2210040,,コマコ,Komako,201_KC01_k_078.wav,komako,,0,,,,,,,,"Hi, ugh..." +108800 ,,,,,2210040,,,,,,,,,,,,,,,Komako-chan shed tears as she cutely sucked on my tongue\nwith her lips. +108900 ,,,,,2210040,,主人公,Kiyoshi,,,,,,,,,,,,Fuuuu... +109000 ,,,,,2210040,,,,,,,,,,,,,,,A strange sound escaped me as she did that at the moment of\nejaculation. +109100 ,,,,,2210040,,,,,,,,,,,,,,,"I continued to savor Komako-chan's sweet, fragrant, and soft\nlips until I finished releasing a thick load of semen." +109300 ,$event_return,,,,,,,,,,,,,,,,,,, +109400 ,,,8,31,,,コマコ,Komako,201_KC01_k_079.wav,komakoL,,22,,,,,,,,"Haa, haa, haa, haa..." +109500 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"Haa, haa, haa, haa..." +109600 ,,,,,,,,,,komakoL,,22,,,,,,,,"After separating our lips, Komako-chan remained dazed for a\nwhile." +109700 ,,,,,,,,,,komakoL,,22,,,,,,,,Her small chest rose and fell as she breathed heavily. +109800 ,,,,,,,コマコ,Komako,201_KC01_k_080.wav,komakoL,,36,,,,,,,,... +109900 ,,,,,,,,,,komakoL,,36,,,,,,,,"Eventually, her tear-filled eyes looked at me." +110000 ,,,,,,,,,,komakoL,,36,,,,,,,,She tightly gripped the cushion with her right hand. +110100 ,,,,,,,コマコ,Komako,201_KC01_k_081.wav,komakoL,,31,,,,,,,,Idiot! +110200 ,,,,,,,,,,komakoL,,31,,,,,,,,Whack! +110300 ,,,,,,,コマコ,Komako,201_KC01_k_082.wav,komakoL,,8,,,,,,,,"Idiot, idiot, idiot, idiot, idiot!" +110400 ,,,,,,,,,,komakoL,,8,,,,,,,,"Whack, whack, whack, whack!" +110500 ,,,,,,,,,,komakoL,,8,,,,,,,,"Just like before, Komako-chan repeatedly hit me with the\ncushion." +110600 ,,,,,,,主人公,Kiyoshi,,komakoL,,8,,,,,,,,"W-Wait, you don't have to be so mad... Komako-chan, you\nenjoyed it too, right?" +110700 ,,,,,,,コマコ,Komako,201_KC01_k_083.wav,komakoL,,31,,,,,,,,~~~! +110800 ,,,,,,,,,,komakoL,,31,,,,,,,,"With tears overflowing, Komako-chan swung the cushion down\nwith even more force." +110900 ,,,,,,,,,,komakoL,,31,,,,,,,,"As my deflating dick and lost sense of reason slowly\nreturned, I started to feel guilty seeing her cry so much." +111000 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,...Was kissing an old man like me really that bad? +111100 ,,,,,,,コマコ,Komako,201_KC01_k_084.wav,komako,,28,,,,,,,,"I told you to stop so many times, didn't I?" +111200 ,,,,,,,主人公,Kiyoshi,,komako,,28,,,,,,,,...I'm sorry. +111300 ,,,,,,,,,,komako,,28,,,,,,,,"But Komako-chan was just too cute, and she kept talking\nabout Chi-chan... That's why I couldn't hold back." +111400 ,,,,,,,コマコ,Komako,201_KC01_k_085.wav,komako,,30,,,,,,,,"...I hate you, old man." +111500 ,,,,,,,主人公,Kiyoshi,,komako,,30,,,,,,,,Komachaan! +111600 ,,,,,,,,,,komako,,30,,,,,,,,"Oh no, have I really been hated this time!?" +111700 ,,,,,,,,,,komako,,3,,,,,,,,I couldn't help but cling to Komako-chan. +111800 ,,,,,,,主人公,Kiyoshi,,komako,,30,,,,,,,,I'm sorry! I'm really sorry! But I wanted to kiss Komako-\nchan more than Chi-chan! +111900 ,,,,,,,コマコ,Komako,201_KC01_k_086.wav,komako,,35,,,,,,,,...So what? +112000 ,,,,,,,主人公,Kiyoshi,,komako,,35,,,,,,,,"I like you, Komako-chan. Just like you want to kiss Chi-\nchan, I wanted to kiss you, Komako-chan!" +112100 ,,,,,,,,,,komako,,35,,,,,,,,"As I desperately said that, I felt like Komako-chan's stern\nexpression softened just a little." +112200 ,,,,,,,,,,komako,,35,,,,,,,,But then she quickly turned away. +112300 ,,,,,,,コマコ,Komako,201_KC01_k_087.wav,komako,,10,,,,,,,,...But no. I still hate you. I won't forgive you. +112400 ,,,,,,,主人公,Kiyoshi,,komako,,10,,,,,,,,"Oh no! I'll do anything, so please forgive me... Look, like\nthis!" +112500 ,,,,,,,,,,komako,,10,,,,,,,,I put my hands together and rubbed my head against the\ntatami. +112600 ,,,,,,,コマコ,Komako,201_KC01_k_088.wav,komako,,30,,,,,,,,...No. +112700 ,,,,,,,,,,komako,,30,,,,,,,,But what came back were cold words. +112800 ,,,,,,,,,,komako,,30,,,,,,,,"Ugh, there's no choice. It's frustrating, but I have to use\nmy last resort..." +112900 ,,,,,,,主人公,Kiyoshi,,komako,,30,,,,,,,,"Alright. I'll tell you how to kiss Chi-chan, so please\nforgive me." +113000 ,,,,,,,コマコ,Komako,201_KC01_k_089.wav,komako,,23,,,,,,,,...Really? +113100 ,,,,,,,,,,komako,,23,,,,,,,,"As expected, Komako-chan reacted, but... ugh, I still feel\nuneasy." +113200 ,,,,,,,,,,komako,,23,,,,,,,,But it seems like Komako-chan won't forgive me any other\nway. It's better than being hated... right? +113300 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Yeah, it's true. I've never lied to you before, have I,\nKomako-chan?" +113400 ,,,,,,,コマコ,Komako,201_KC01_k_090.wav,komako,,13,,,,,,,,...Alright. But I won't forgive you until I really kiss Chi-\nchan. +113500 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"Yeah, it's okay. You'll definitely be able to kiss Chi-chan." +113600 ,,,,,,,コマコ,Komako,201_KC01_k_091.wav,komako,,3,,,,,,,,So what should I do? +113700 ,,,,,,,,,,komako,,3,,,,,,,,Komako-chan leaned forward with a curious look. +113800 ,,,,,,,,,,komako,,3,,,,,,,,"I said it lightly, but is there really such a method?" +113900 ,,,,,,,,,,komako,,3,,,,,,,,"No, but if I don't say anything here, I'll really be hated,\nso, um, a way Chi-chan might kiss... that's it!" +114000 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"Uh, you know those long ramune candies, right? Chi-chan\nloves those, doesn't she?" +114100 ,,,,,,,コマコ,Komako,201_KC01_k_092.wav,komako,,23,,,,,,,,The ones shaped like cigarettes? Yeah. Chi- chan loves cola\ncigarettes. +114200 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"You hold the opposite end, Komako-chan... and say 'let's\nshare' to Chi-chan." +114300 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"You and Chi-chan eat it together. From separate ends at the\nsame time. Then, I think you'll end up kissing at the end." +114400 ,,,,,,,,,,komako,,23,,,,,,,,"In other words, it's a kind of urban legend game played at\nmixers using pretzel snacks." +114500 ,,,,,,,,,,komako,,23,,,,,,,,"However, my shop is a candy store... so we'll have to\nsubstitute with cigarette ramune." +114600 ,,,,,,,,,,komako,,23,,,,,,,,"Komako-chan looked puzzled at first, but after thinking for\na bit, she seemed to understand what to do." +114700 ,,,,,,,コマコ,Komako,201_KC01_k_093.wav,komako,,24,,,,,,,,That might be a good idea. +114800 ,,,,,,,,,,komako,,24,,,,,,,,Her eyes were sparkling. I'm glad she's happy. +114900 ,,,,,,,,,,komako,,24,,,,,,,,"Well, it's complicated though." +115000 ,,,,,,,,,,komako,,24,,,,,,,,"Well, such a rough plan probably won't work." +115100 ,,,,,,,,,,komako,,24,,,,,,,,"...But if it doesn't work, Komako-chan might not forgive me,\nhmm..." +115200 ,,,,,,,コマコ,Komako,201_KC01_k_094.wav,komako,,1,,,,,,,,I'll try it tomorrow. +115300 ,,,,,,,主人公,Kiyoshi,,komako,,1,,,,,,,,"Yeah, good luck. I'll have the cola cigarettes ready." +115400 ,,,,,,,コマコ,Komako,201_KC01_k_095.wav,komako,,21,,,,,,,,Okay. +115500 ,,,,,,,,,,komako,,21,,,,,,,,"Komako-chan, staring into space with a dreamy look, is\nprobably already imagining kissing Chi-chan." +115600 ,,,,,,,,,,komako,,21,,,,,,,,Her face looks so happy and cute... +115700 ,,,,,,,,,,komako,,21,,,,,,,,"So, I ended up feeling a bit jealous of Chi- chan." +115800 ,,,0,9000,,,,,,,,,,,,,,,, +116000 ,@202_KC02,,,,,,,,,,,,,,,,,,, +116300 ,,,6,31,,,甜花,Tenka,202_KC02_t_000.wav,,,,,,,"tenka,private",,34,,Fuaaah... +116400 ,,,,,,,,,,,,,,,,tenka,,34,,"After we all had lunch as usual, Tenka-chan let out a big\nyawn." +116500 ,,,,,,,,,,,,,,,,tenka,,34,,Her cute eyes were slightly red like a little rabbit's. +116600 ,,,,,,,千恵,Chie,202_KC02_c_000.wav,,,,"chie,privateC",,4,tenka,,34,,"Tenka-chan, you look sleepy~" +116700 ,,,,,,,甜花,Tenka,202_KC02_t_001.wav,,,,chie,,4,tenka,,21,,"Mmm, I went to bed a bit late last night. But if I\noversleep, my mom will find out I stayed up late." +116800 ,,,,,,,コマコ,Komako,202_KC02_k_000.wav,"komako,privateC",,23,,,,tenka,,12,,What were you doing? +116900 ,,,,,,,甜花,Tenka,202_KC02_t_002.wav,komako,,23,,,,tenka,,0,,"LIME... though I don't think you guys would know. A friend\nfrom over there messaged me after a long time, so we talked\nlate into the night." +117000 ,,,,,,,,,,,,,,,,,,,,"Ah, I get that. You end up staying up late to chat." +117100 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan, you were feeling down before because your\nfriends from your old school weren't replying on LIME much." +117200 ,,,,,,,,,,,,,,,,,,,,"If you got a message after a long time, of course you'd be\nhappy, yeah, yeah." +117300 ,,,,,,,千恵,Chie,202_KC02_c_001.wav,,,,chie,,4,,,,,"Wow~ Staying up late for a long chat, Tenka- chan, you're so\ngrown-up~" +117400 ,,,,,,,甜花,Tenka,202_KC02_t_003.wav,,,,chie,,4,tenka,,32,,"It's not a call though... well, whatever. But if my mom\nfinds out I'm using my phone late at night, she might\nconfiscate it. Ugh, I'm so sleepy." +117500 ,,,,,,,コマコ,Komako,202_KC02_k_001.wav,komako,,23,,,,,,,,Why don't you take a nap? +117600 ,,,,,,,甜花,Tenka,202_KC02_t_004.wav,,,,,,,tenka,,14,,"Sorry, but I'll do just that~. I'm at my limit~... zzz." +117700 ,,,,,,,,,,,,,,,,,,,,"Saying that, Tenka-chan rolled over onto the tatami and\nstarted to sleep peacefully." +117800 ,,,,,,,,,,,,,,,,,,,,Such a defenseless appearance is rare for Tenka-chan. She\nmust have been really sleepy. +117900 ,,,,,,,,,,,,,,,,,,,,Or maybe it means she's become that comfortable around Chi-\nchan and Komako-chan. +118000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Chi-chan, do you want to take a nap too? I'll wake you up\nwhen it's time to go home." +118100 ,,,,,,,,,,,,,,,,,,,,"I said that purely out of kindness, without any ulterior\nmotives." +118200 ,,,,,,,,,,,,,,,,,,,,But Chi-chan shook her head side to side. +118300 ,,,,,,,千恵,Chie,202_KC02_c_002.wav,,,,chie,,0,,,,,"Chi-chan isn't sleepy at all! But, I might be a little\nhungry~" +118400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,0,,,,,"Haha, Chi-chan, you always have a good appetite. Want to buy\nsomething?" +118500 ,,,,,,,千恵,Chie,202_KC02_c_003.wav,,,,chie,,34,,,,,Ugh... but Chi-chan doesn't have any money... +118600 ,,,,,,,,,,,,,chie,,34,,,,,Chi-chan drooped her shoulders in disappointment. +118700 ,,,,,,,,,,,,,chie,,34,,,,,Komako-chan tugged at Chi-chan's sleeve. +118800 ,,,,,,,コマコ,Komako,202_KC02_k_002.wav,komako,,16,chie,,34,,,,,"Chi-chan, I'm buying cola cigarettes, want to share half?" +118900 ,,,,,,,,,,komako,,16,chie,,34,,,,,"Oh, I see! Since Tenka-chan is sleeping, it's practically\njust Chi-chan and Komako-chan alone in this room (well, I'm\nhere too)." +119000 ,,,,,,,,,,komako,,16,chie,,34,,,,,Komako-chan is trying out the strategy I taught her\nyesterday right away. +119100 ,,,,,,,千恵,Chie,202_KC02_c_004.wav,komako,,16,chie,,24,,,,,"I love cola cigarettes! But, is it okay? They're yours,\nright, Komako-chan?" +119200 ,,,,,,,コマコ,Komako,202_KC02_k_003.wav,komako,,11,chie,,24,,,,,"Well, I don't need all of them, so if you want some, let's\nshare half, Chi-chan?" +119300 ,,,,,,,コマコ,Komako,202_KC02_k_003a.wav,komako,,11,chie,,24,,,,,"In return, whenever you can't finish your snacks, can you\nshare half with me?" +119400 ,,,,,,,千恵,Chie,202_KC02_c_005.wav,komako,,11,chie,,1,,,,,"Yeah, sure!" +119500 ,,,,,,,,,,komako,,22,chie,,1,,,,,Chi-chan nodded energetically and innocently. +119600 ,,,,,,,,,,komako,,22,chie,,1,,,,,It's like you could almost see a halo behind her. So cute. I\ntotally get why Komako-chan would fall for Chi-chan. +119700 ,,,,,,,コマコ,Komako,202_KC02_k_004.wav,"komakoL,privateC",,27,,,,,,,,"Mister, here." +119800 ,,,,,,,,,,komakoL,,27,,,,,,,,Komako-chan looked up at me intently and handed me a 50 yen\ncoin. +119900 ,,,,,,,,,,komakoL,,27,,,,,,,,"Yeah, I get it, I get it, Komako-chan. That look is asking\nme to leave you two alone with Chi-chan." +120000 ,,,,,,,,,,komakoL,,27,,,,,,,,"Ugh, I'm jealous, but if Komako-chan and Chi- chan can't\nkiss, Komako-chan won't forgive me..." +120100 ,,,,,,,主人公,Kiyoshi,,komakoL,,27,,,,,,,,"Got it, one cola cigarette." +120200 ,,,,,,,,,,komakoL,,27,,,,,,,,"Feeling a bit jealous inside, I handed over the small red\nbox." +120300 ,,,,41,,,主人公,Kiyoshi,,komakoL,,27,,,,,,,,"Well, I'll be outside watching the store, so call me if you\nneed anything." +120400 ,,,,,,,コマコ,Komako,202_KC02_k_005.wav,komako,,20,,,,,,,,...Got it. +120500 ,,,,,,,,,,komako,,20,,,,,,,,Komako-chan gave a faint but very happy smile. +120600 ,,,,,,,,,,komako,,20,,,,,,,,"Ah, she's so happy to be alone with Chi-chan. Ugh, I'm\njealous! But it's so cute it makes me shiver!" +120700 ,,,,,,,,,,komako,,20,,,,,,,,"If it comes to this, when they kiss, I'll not only be\nforgiven but also get a reward from Komako-chan!" +120800 ,,,,,,,,,,komako,,20,,,,,,,,Because I've helped them that much! +120900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Well... see you later. +121000 ,,,,21,,,,,,,,,,,,,,,,"With a firm resolve in my heart, I quietly stepped out to\nthe storefront." +121200 ,,,15,31,,,,,,,,,,,,,,,,"Pretending to leave, I'm actually peeking through the gap in\nthe shoji screen!" +121300 ,,,,,,,千恵,Chie,202_KC02_c_006.wav,komako,,22,chie,,21,,,,,"Yay, I love cola cigarettes~. Let's eat them quickly, I'm so\nexcited♪" +121400 ,,,,,,,コマコ,Komako,202_KC02_k_006.wav,komako,,24,chie,,21,,,,,Wait a moment... here. +121500 ,,,,,,,千恵,Chie,202_KC02_c_007.wav,komako,,33,chie,,3,,,,,? +121600 ,,,,,,,,,,komako,,33,chie,,3,,,,,Komako-chan held a long ramune candy in her mouth and pushed\nit towards Chi-chan. +121700 ,,,,,,,,,,komako,,33,chie,,3,,,,,Chi-chan looked puzzled. +121800 ,,,,,,,千恵,Chie,202_KC02_c_008.wav,komako,,33,chie,,0,,,,,"Koma-chan, what's up? Oh, I'll take one~" +121900 ,,,,,,,,,,komako,,33,chie,,0,,,,,Chi-chan reached for the bag Komako-chan was holding. +122000 ,,,,,,,コマコ,Komako,202_KC02_k_007.wav,komako,,24,chie,,0,,,,,N-No! +122100 ,,,,,,,,,,komako,,24,chie,,0,,,,,The cola cigarette fell from Komako-chan's mouth. +122200 ,,,,,,,,,,komako,,24,chie,,0,,,,,"Ah, I want to run over and lick it right now! But I won't!" +122300 ,,,,,,,千恵,Chie,202_KC02_c_009.wav,komako,,24,chie,,14,,,,,Huh? Why? You said we'd share... Is it not okay to take one? +122400 ,,,,,,,,,,,,,chie,,14,,,,,"Because Komako-chan instinctively pulled her hand back, Chi-\nchan looked sad." +122500 ,,,,,,,コマコ,Komako,202_KC02_k_008.wav,komako,,13,chie,,14,,,,,"N-No, that's not it! Um... we'll eat it together." +122600 ,,,,,,,千恵,Chie,202_KC02_c_010.wav,komako,,13,chie,,3,,,,,Together? +122700 ,,,,,,,コマコ,Komako,202_KC02_k_009.wav,komako,,2,chie,,3,,,,,"Y-Yeah, they say it's delicious if you eat it from both ends\ntogether... Want to try?" +122800 ,,,,,,,,,,komako,,2,chie,,3,,,,,Komako-chan explained and nervously asked. Her upward glance\nwas cute. +122900 ,,,,,,,,,,komako,,2,chie,,3,,,,,The only sad part is that it's not directed at me... +123000 ,,,,,,,千恵,Chie,202_KC02_c_011.wav,komako,,2,chie,,1,,,,,"It'll be delicious!? Okay, got it! Let's try it!" +123100 ,,,,,,,コマコ,Komako,202_KC02_k_010.wav,komako,,22,chie,,1,,,,,!! +123200 ,,,,,,,,,,komako,,22,chie,,1,,,,,Komako-chan made a small fist pump and once again held the\ncandy between her cherry-like cute lips. +123300 ,,,,,,,,,,komako,,22,chie,,1,,,,,"Ah, the lips of Komako-chan, who I kissed a lot yesterday...\nare being taken by Chi-chan right in front of me!" +123400 ,,,,,,,コマコ,Komako,202_KC02_k_011.wav,komako,,16,chie,,1,,,,,Mmm... +123500 ,,,,,,,千恵,Chie,202_KC02_c_012.wav,komako,,16,chie,,21,,,,,"Nom... mmm, crunch, mmm..." +123600 ,,,,,,,コマコ,Komako,202_KC02_k_012.wav,komako,,13,chie,,21,,,,,Mmm... crunch crunch... +123700 ,,,,,,,,,,komako,,13,chie,,21,,,,,"Ahhhh, their lips are getting closer and closer―" +123800 ,,,,31,,,コマコ,Komako,202_KC02_k_013.wav,komako,,2,chie,,21,,,,,Chu▼ +123900 ,,"",,21,,,,,,,,,,,,,,,,They kissed! They finally kissed! +124000 ,,,,,,,,,,,,,,,,,,,,My chest hurts... but a kiss between girls is somehow\nexciting. +124100 ,,,,,,,,,,,,,,,,,,,,"Komako-chan, with her cheeks blushing red and looking happy,\nis cute, and Chi-chan, smiling innocently, is also cute." +124200 ,,,,,,,,,,,,,,,,,,,,"I'm happy that they look like they're having fun, but I'm\nfeeling restless... My dick is getting hard. Is this what\nthey call NTR?" +124300 ,,"",,31,,,千恵,Chie,202_KC02_c_013.wav,chie,,1,,,,,,,,"It's true! Somehow, the part Komako-chan ate feels fizzy and\ndelicious! Amazing!" +124400 ,,,,,,,,,,chie,,1,,,,,,,,It's probably just her imagination... but Chi-chan is so\nhonest. +124500 ,,,,,,,,,,chie,,1,,,,,,,,"But if I could do it with Komako-chan, I'm confident that\neven candy I've grown tired of would taste incredibly\ndelicious!" +124600 ,,,,,,,コマコ,Komako,202_KC02_k_014.wav,chie,,1,komako,,22,,,,,D-Do you want to eat more? +124700 ,,,,,,,,,,chie,,1,komako,,22,,,,,"Having succeeded once, Komako-chan boldly picked up a second\ncigarette candy." +124800 ,,,,,,,千恵,Chie,202_KC02_c_014.wav,chie,,21,komako,,22,,,,,Yeah! Ahh! +124900 ,,,,,,,コマコ,Komako,202_KC02_k_015.wav,chie,,21,komako,,2,,,,,!! !! !! +125000 ,,,,,,,,,,chie,,21,komako,,2,,,,,"Chi-chan eagerly opened her mouth wide, waiting for Komako-\nchan's kiss... or rather, the cola cigarette." +125100 ,,,,,,,,,,chie,,21,komako,,2,,,,,Komako-chan is completely captivated by Chi- chan's angelic\ninnocence and cuteness. +125200 ,,,,,,,,,,chie,,21,komako,,2,,,,,"Ugh, I wish I could have been born as a cute girl like Chi-\nchan." +125300 ,,,,,,,コマコ,Komako,202_KC02_k_016.wav,chie,,21,komako,,22,,,,,"...Smooch, smooch. It's delicious, Chi- chan." +125400 ,,,,,,,千恵,Chie,202_KC02_c_015.wav,chie,,1,komako,,22,,,,,"Smooch, smooch♪ Yeah, it's delicious, Komako-chan." +125500 ,,,,,,,,,,chie,,1,komako,,22,,,,,"And as I watched, biting my handkerchief in frustration,\nKomako-chan and Chi-chan shared sweet chocolate-flavored\nkisses over and over again." +125700 ,,,8,31,,,甜花,Tenka,202_KC02_t_005.wav,,,,,,,tenka,,4,,"No way!? Is it already this late? I have to go home, my show\nis starting!" +125800 ,,,,,,,千恵,Chie,202_KC02_c_016.wav,chie,,3,,,,,,,,"Ah, Chi-chan should be heading home soon too... Komako-chan\nis..." +125900 ,,,,,,,,,,chie,,3,,,,,,,,Komako-chan is in the bathroom. +126000 ,,,,,,,,,,chie,,3,,,,,,,,"Seizing this perfect timing, I tell a little lie to Chi-chan\nand the others to be alone with Komako-chan." +126100 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Ah, Komako-chan is going to stay a bit longer, so you guys\ngo ahead." +126200 ,,,,,,,千恵,Chie,202_KC02_c_017.wav,chie,,1,,,,,,,,"Got it! See you tomorrow, uncle!" +126300 ,,,,,,,,,,,,,,,,,,,,"With that, Tenka-chan and Chi-chan left." +126500 ,,,,,,,コマコ,Komako,202_KC02_k_017.wav,"komako,privateC",,4,,,,,,,,Huh? Where did Chi-chan and the others go? +126600 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,They just left. They said it was time to go home. +126700 ,,,,,,,コマコ,Komako,202_KC02_k_018.wav,komako,,32,,,,,,,,Mmm... they could have waited until I got back. +126800 ,,,,,,,,,,komako,,32,,,,,,,,Komako-chan puffs her cheeks a little in dissatisfaction.\nEven that face is cute. I want to eat her up. +126900 ,,,,,,,主人公,Kiyoshi,,komako,,32,,,,,,,,"Well, well, more importantly... did the kiss with Chi-chan\ngo well?" +127000 ,,,,,,,コマコ,Komako,202_KC02_k_019.wav,komako,,22,,,,,,,,...Y-Yeah. +127100 ,,,,,,,,,,komako,,22,,,,,,,,Komako-chan's cheeks relax just a little. +127200 ,,,,,,,,,,komako,,22,,,,,,,,"As she remembers, her cheeks gradually turn red, and her\neyes melt into a blissful expression." +127300 ,,,,,,,コマコ,Komako,202_KC02_k_020.wav,komako,,2,,,,,,,,We kissed a lot. +127400 ,,,,,,,,,,komako,,2,,,,,,,,"As Komako-chan murmurs softly, looking embarrassed, my chest\ntightens with a sharp pain." +127500 ,,,,,,,,,,komako,,2,,,,,,,,"Ugh, I like Komako-chan too... But Komako- chan's number one\nis Chi-chan." +127600 ,,,,,,,,,,komako,,2,,,,,,,,"But today, I held back my jealousy and supported them, so\nit's okay to get a little reward, right?" +127700 ,,,,,,,主人公,Kiyoshi,,komako,,2,,,,,,,,"So, will you forgive me, old man?" +127800 ,,,,,,,コマコ,Komako,202_KC02_k_021.wav,komako,,0,,,,,,,,"Yeah, because it's a promise." +127900 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,Will you give me a reward too? +128000 ,,,,,,,コマコ,Komako,202_KC02_k_022.wav,komako,,23,,,,,,,,"Yeah... wait, a reward?" +128100 ,,,,,,,,,,komako,,23,,,,,,,,"I press on Komako-chan, who looks puzzled." +128200 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"That's right, I left you and Chi-chan alone and even taught\nyou how to kiss. I worked hard!" +128300 ,,,,,,,コマコ,Komako,202_KC02_k_023.wav,komako,,32,,,,,,,,I guess... you did work hard? +128400 ,,,,,,,,,,komako,,32,,,,,,,,"Maybe because she's happy about kissing Chi- chan, Komako-\nchan doesn't seem entirely against it." +128500 ,,,,,,,,,,komako,,32,,,,,,,,"This is... if I push, it'll work." +128600 ,,,,,,,主人公,Kiyoshi,,komako,,32,,,,,,,,"So, I want a reward too... and if I get one, I think I can\nwork hard to help Komako-chan and Chi-chan get along\nagain..." +128700 ,,,,,,,,,,komako,,32,,,,,,,,"I glance at Komako-chan to appeal, and she nods slightly." +128800 ,,,,,,,コマコ,Komako,202_KC02_k_024.wav,komako,,12,,,,,,,,Okay. But nothing expensive. I don't have much money. +128900 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,,,,,It's okay! It's not about money! +129000 ,,,,,,,コマコ,Komako,202_KC02_k_025.wav,komako,,3,,,,,,,,"Then, what is it?" +129100 ,,,,,,,,,,komako,,3,,,,,,,,"I bring my face closer to Komako-chan, who tilts her head.\nNow is the time―" +129200 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,L-Let me have sex! +129300 ,,,,,,,コマコ,Komako,202_KC02_k_026.wav,komakoL,,11,,,,,,,,...No. +129400 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,No way! +129500 ,,,,,,,,,,komakoL,,11,,,,,,,,"Ugh, I thought I could finally have sex with Komako-chan\nagain." +129600 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,Why? You let me before... +129700 ,,,,,,,コマコ,Komako,202_KC02_k_027.wav,komakoL,,33,,,,,,,,"If you let me put it inside you, then it's fine." +129800 ,,,,,,,主人公,Kiyoshi,,komakoL,,33,,,,,,,,"Ugh, that's a bit..." +129900 ,,,,,,,,,,komakoL,,33,,,,,,,,"Well, that felt good in its own way... but now I want my\ncock to be stimulated a bit more gently." +130000 ,,,,,,,主人公,Kiyoshi,,komakoL,,33,,,,,,,,Th-Then! A kiss is fine! Just kiss my cock! +130100 ,,,,,,,,,,komakoL,,33,,,,,,,,"If sex is out, then a blowjob!" +130200 ,,,,,,,コマコ,Komako,202_KC02_k_028.wav,komakoL,,11,,,,,,,,Ehh... kissing where you pee from is kind of gross. It's\ndirty. +130300 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,Don't say that... Think of it as practice for adult kisses. +130400 ,,,,,,,コマコ,Komako,202_KC02_k_029.wav,komakoL,,36,,,,,,,,"Chi-chan doesn't have a cock, so there's no need to\npractice." +130500 ,,,,,,,,,,komakoL,,36,,,,,,,,She turned away from me with a pout. +130600 ,,,,,,,コマコ,Komako,202_KC02_k_030.wav,komakoL,,22,,,,,,,,"Besides, I kissed Chi-chan today, so I want to keep my mouth\nlike this." +130700 ,,,,,,,,,,komakoL,,22,,,,,,,,"Ugh, I get that feeling. I really do." +130800 ,,,,,,,,,,komakoL,,22,,,,,,,,Even I went to bed without brushing my teeth yesterday. +130900 ,,,,,,,,,,komakoL,,22,,,,,,,,"In the morning... I didn't want Chi-chan and the others to\nsay my breath stinks, so I cried while brushing my teeth." +131000 ,,,,,,,コマコ,Komako,202_KC02_k_031.wav,komakoL,,31,,,,,,,,"If you keep being selfish, I won't give you a reward." +131100 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,I don't want that! +131200 ,,,,,,,,,,komakoL,,31,,,,,,,,"Ugh, no sex or blowjob... But I don't want to be disliked\nfor being too selfish." +131300 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,Then... panties. +131400 ,,,,,,,コマコ,Komako,202_KC02_k_032.wav,komakoL,,23,,,,,,,,Panties? +131500 ,,,,,,,主人公,Kiyoshi,,komakoL,,23,,,,,,,,"Rub my cock with Komako-chan's panties. That's okay, right?\nIt's not sex because I'm not putting it inside your pussy." +131600 ,,,,,,,コマコ,Komako,202_KC02_k_033.wav,komakoL,,13,,,,,,,,Rubbing your cock with panties... that's kind of naughty. +131700 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"Ah, it's not that naughty! It's like getting a pat on the\nhead for doing a good job! Mr. Cock gets a pat with the\npanties!" +131800 ,,,,,,,,,,komakoL,,13,,,,,,,,I couldn't help but get desperate. +131900 ,,,,,,,,,,komakoL,,13,,,,,,,,"Komako-chan seemed to think about it for a moment, but\neventually nodded." +132000 ,,,,,,,コマコ,Komako,202_KC02_k_034.wav,komakoL,,12,,,,,,,,"Okay. But just rubbing, okay?" +132100 ,,,,,,,主人公,Kiyoshi,,komakoL,,12,,,,,,,,Y-Yeah! Thank you! +132300 ,,,10,,2220000,,,,,,,,,,,,,,, +132400 ,*mem,,,,2220000,,,,,,,,,,,,,,, +132500 ,,,10,,2220000,,コマコ,Komako,202_KC02_k_035.wav,komako,,0,,,,,,,,"Nsho, nsho... Is this okay?" +132600 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah, it's amazing, Komako-chan!" +132700 ,,,,,2220000,,,,,,,,,,,,,,,"Komako-chan straddled me, pressing her crotch against my\ncock as if she were riding me." +132800 ,,,,,2220000,,,,,,,,,,,,,,,"The difference is, my cock isn't inside her pussy, it's only\ninside the panties." +132900 ,,,,,2220000,,コマコ,Komako,202_KC02_k_036.wav,komako,,0,,,,,,,,It feels weird... like I have a cock growing from my crotch. +133000 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it looks like there's a cock on Komako-chan's crotch." +133100 ,,,,,2220000,,,,,,,,,,,,,,,The front of Komako-chan's small and cute panties is bulging\nwith my erect cock. +133200 ,,,,,2220000,,,,,,,,,,,,,,,"It looks like a viciously large cock is growing from the\nmodest and petite Komako- chan, which strangely excites me." +133300 ,,,,,2220000,,コマコ,Komako,202_KC02_k_037.wav,komako,,0,,,,,,,,"Ah, it twitched." +133400 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah, because just doing this makes me really happy..." +133500 ,,,,,2220000,,,,,,,,,,,,,,,"Above all, the base is perfectly touching Komako-chan's\npussy, which makes me really happy." +133600 ,,,,,2220000,,,,,,,,,,,,,,,"Even though Komako-chan's part wasn't doing anything, it was\nslippery and hot." +133700 ,,,,,2220000,,,,,,,,,,,,,,,The love juices overflowing from her slit are being rubbed\nagainst the base. +133800 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan... could it be that you also feel good doing\nthis with my cock? +133900 ,,,,,2220000,,コマコ,Komako,202_KC02_k_038.wav,komako,,0,,,,,,,,"Eh? No, I just think it's warm." +134000 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,Eh... really? But your pussy is a little wet. +134100 ,,,,,2220000,,コマコ,Komako,202_KC02_k_039.wav,komako,,0,,,,,,,,"When I was kissing Chii-chan, my crotch was tingling, so\nmaybe that's why." +134200 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I see... I see... hahaha." +134300 ,,,,,2220000,,,,,,,,,,,,,,,I see... she just got excited from kissing Chii-chan... +134400 ,,,,,2220000,,,,,,,,,,,,,,,It's not like she was thrilled by my cock. +134500 ,,,,,2220000,,,,,,,,,,,,,,,"But thinking about her getting wet from kissing a girl and\nrubbing it against my cock, it's kind of perverted and nice\nin its own way." +134600 ,,,,,2220000,,コマコ,Komako,202_KC02_k_040.wav,komako,,0,,,,,,,,So... what should I do? +134700 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, um... could you stroke my cock? Gently, okay?" +134800 ,,,,,2220000,,コマコ,Komako,202_KC02_k_041.wav,komako,,0,,,,,,,,"Yeah, got it. Sure." +134900 ,,,,,2220000,,,,,,,,,,,,,,,Komako-chan gently touched the tip through the panties with\nher soft hand. +135000 ,,,,,2220000,,,,,,,,,,,,,,,Her white and supple fingers gently stroked the tightly\nstretched tip. +135100 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,F-Fuooo... +135200 ,,,,,2220000,,コマコ,Komako,202_KC02_k_042.wav,komako,,0,,,,,,,,Like this? Is this okay? +135300 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah! It feels good... I'm really happy, Komako-chan." +135400 ,,,,,2220000,,コマコ,Komako,202_KC02_k_043.wav,komako,,0,,,,,,,,Do adults also feel happy when they're stroked? +135500 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, even adults feel happy when stroked! Especially when\ntheir cock is stroked!" +135600 ,,,,,2220000,,コマコ,Komako,202_KC02_k_044.wav,komako,,0,,,,,,,,...Then I'll give you lots of strokes. It's a reward. +135700 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you, Komako-chan." +135800 ,,,,,2220000,,,,,,,,,,,,,,,Komako-chan's fingers awkwardly and slowly stroked the tip. +135900 ,,,,,2220000,,,,,,,,,,,,,,,"Each time, a thrilling sensation ran like an electric\ncurrent down my spine." +136000 ,,,,,2220000,,,,,,,,,,,,,,,My hips involuntarily jerked. +136100 ,,,,,2220000,,コマコ,Komako,202_KC02_k_045.wav,komako,,0,,,,,,,,"Nn... don't move around too much, okay?" +136200 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,S-Sorry. But Komako-chan's strokes feel so good... +136300 ,,,,,2220000,,コマコ,Komako,202_KC02_k_046.wav,komako,,0,,,,,,,,You kind of remind me of Laika. +136400 ,,,,,2220000,,,,,,,,,,,,,,,"Laika, isn't that the name of a pet dog?" +136500 ,,,,,2220000,,コマコ,Komako,202_KC02_k_047.wav,komako,,0,,,,,,,,"When Laika is happy, he sometimes moves his hips like that." +136600 ,,,,,2220000,,,,,,,,,,,,,,,"What, that Laika is quite the lewd dog. But being compared\nto a dog is a bit depressing." +136700 ,,,,,2220000,,コマコ,Komako,202_KC02_k_048.wav,komako,,0,,,,,,,,"...It's kind of cute, though." +136800 ,,,,,2220000,,,,,,,,,,,,,,,"I take it back! If Komako-chan calls me cute, I don't mind\nbeing a dog or anything." +136900 ,,,,,2220000,,主人公,Kiyoshi,,,,,,,,,,,,"T-The cock is like a dog's tail, it moves a lot when it's\nhappy." +137000 ,,,,,2220000,,コマコ,Komako,202_KC02_k_049.wav,komako,,0,,,,,,,,Really? +137100 ,,,,,2220000,,,,,,,,,,,,,,,Komako-chan's eyes sparkled with interest. +137200 ,,,,,2220000,,,,,,,,,,,,,,,"With fingers that gently stroked like petting a head, my\ncock twitched in response." +137400 ,,,,,2220000,,,,,,,,,,,,,,,"Pre-cum seeped out, creating a stain on Komako-chan's\npanties." +137500 ,,,,,2220010,,コマコ,Komako,202_KC02_k_050.wav,komako,,0,,,,,,,,"Wow, it's true! It twitched!" +137600 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah, it's because Komako-chan's hands feel good. Um,\ncould you try squeezing it a bit more?" +137700 ,,,,,2220010,,コマコ,Komako,202_KC02_k_051.wav,komako,,0,,,,,,,,Like this? +137800 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa, y-yeah..." +137900 ,,,,,2220010,,,,,,,,,,,,,,,Komako-chan gently squeezes my cock through the panties. +138000 ,,,,,2220010,,,,,,,,,,,,,,,"As a result, the head of my cock is tightly wrapped in\nKomako-chan's panties, making me feel incredible." +138100 ,,,,,2220010,,コマコ,Komako,202_KC02_k_052.wav,komako,,0,,,,,,,,Wow... more juice is coming out again? +138200 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Um, when Komako-chan feels good, your crotch gets all\nslippery too, right? It's the same thing." +138300 ,,,,,2220010,,コマコ,Komako,202_KC02_k_053.wav,komako,,0,,,,,,,,"I see... Uncle, does it feel really good?" +138400 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it feels really good. Komako-chan, you're really good\nat this. I'm sure you can make Chii-chan feel good too." +138500 ,,,,,2220010,,コマコ,Komako,202_KC02_k_054.wav,komako,,0,,,,,,,,...Hehe. +138600 ,,,,,2220010,,,,,,,,,,,,,,,Komako-chan gives a shy smile at my compliment. +138700 ,,,,,2220010,,,,,,,,,,,,,,,"I feel a bit jealous of Chii-chan, but thanks to that, I get\nto enjoy Komako-chan's panty handjob, so it's fine for now." +138800 ,,,,,2220010,,コマコ,Komako,202_KC02_k_055.wav,komako,,0,,,,,,,,It's like you're wetting yourself. +138900 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,Hearing that makes me a bit embarrassed. +139000 ,,,,,2220010,,コマコ,Komako,202_KC02_k_056.wav,komako,,0,,,,,,,,"But, Laika also wets herself when she's happy. Maybe Uncle\nis a bit like Laika." +139100 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Really? Who's cuter, me or Laika?" +139200 ,,,,,2220010,,コマコ,Komako,202_KC02_k_057.wav,komako,,0,,,,,,,,Laika. +139300 ,,,,,2220010,,,,,,,,,,,,,,,"Gah... Ugh, I still can't beat a pet." +139400 ,,,,,2220010,,,,,,,,,,,,,,,"But still, having Komako-chan think I'm a little cute is\nprogress, right?" +139500 ,,,,,2220020,,コマコ,Komako,202_KC02_k_058.wav,komako,,0,,,,,,,,"The cock is really honest. When you pet it, it really does\ntwitch like a dog's tail." +139600 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's right. So, could you keep petting it or move\nyour hand up and down while holding it?" +139700 ,,,,,2220020,,コマコ,Komako,202_KC02_k_059.wav,komako,,0,,,,,,,,Sure? ...It's starting to get a bit fun. +139800 ,,,,,2220020,,,,,,,,,,,,,,,Komako-chan strokes the tip through my pants with a shush-\nshush motion. +139900 ,,,,,2220020,,,,,,,,,,,,,,,"The fabric, damp with Komako-chan's sweat and love juices,\nrubs against the tip with a kosh-kosh sound, and it feels so\ngood I might just cum from that alone." +140000 ,,,,,2220020,,,,,,,,,,,,,,,"The pre-cum I can't hold back spills out, dirtying Komako-\nchan's panties and hand more and more." +140100 ,,,,,2220010,,コマコ,Komako,202_KC02_k_060.wav,komako,,0,,,,,,,,Wow... it's getting more and more slippery. My hand is\nslipping. +140200 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, all that slipperiness feels good. Komako-chan, it felt\nbetter when it was all slippery down there too, right?" +140300 ,,,,,2220010,,コマコ,Komako,202_KC02_k_061.wav,komako,,0,,,,,,,,"I guess... yeah, it felt better when my pussy was all\nslippery." +140400 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,Ah... rub it more with all that slipperiness... +140500 ,,,,,2220010,,コマコ,Komako,202_KC02_k_062.wav,komako,,0,,,,,,,,"Uncle, you're really being a spoiled child today." +140600 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"But I did my best, right?" +140700 ,,,,,2220010,,,,,,,,,,,,,,,"When I look up at Komako-chan intently, she lets out a small\nsigh." +140800 ,,,,,2220010,,,,,,,,,,,,,,,"I thought she might be exasperated, but it seems that wasn't\nthe case. She grips my tip tightly and strokes it even more\nvigorously than before." +140900 ,,,,,2220010,,コマコ,Komako,202_KC02_k_063.wav,komako,,0,,,,,,,,"I guess I have no choice. But since I got to kiss thanks to\nyou, it's okay today." +141000 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, thank you!" +141100 ,,,,,2220010,,コマコ,Komako,202_KC02_k_064.wav,komako,,0,,,,,,,,"You're like a spoiled puppy, it's cute." +141200 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,Woof woof! +141400 ,,,,,2220010,,,,,,,,,,,,,,,"When I bark like a dog without thinking, Komako-chan\ngiggles." +141500 ,,,,,2220020,,コマコ,Komako,202_KC02_k_065.wav,komako,,0,,,,,,,,"Your cock tail is wagging... you're happy and making a\nmess... Uncle, you're a naughty puppy." +141600 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Woof woof! It's because I love you so much, Komako-chan!" +141700 ,,,,,2220020,,コマコ,Komako,202_KC02_k_066.wav,komako,,0,,,,,,,,"Your cock is so slippery, my hands keep slipping." +141800 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah... you can rub it harder... no, please do." +141900 ,,,,,2220020,,コマコ,Komako,202_KC02_k_067.wav,komako,,0,,,,,,,,"Got it. Like this, harder?" +142000 ,,,,,2220020,,,,,,,,,,,,,,,"Komako-chan tightens her grip, and a strong squeeze assaults\nthe tip." +142100 ,,,,,2220020,,,,,,,,,,,,,,,"The slippery fabric of her panties clings tightly to the\nshaft and tip, rubbing intensely." +142200 ,,,,,2220020,,,,,,,,,,,,,,,"Wow, it's like using Komako-chan's panties as a toy, having\nher stroke me." +142300 ,,,,,2220020,,コマコ,Komako,202_KC02_k_068.wav,komako,,0,,,,,,,,I didn't know a cock could get this hard. +142400 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it gets hard when it feels good. It's like nipples or\nclits." +142500 ,,,,,2220020,,コマコ,Komako,202_KC02_k_069.wav,komako,,0,,,,,,,,"So, are men's bodies and girls' bodies kind of similar?" +142600 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, there are some similarities. Uh, um... could you try\ntouching that indented part like you would a clit?" +142700 ,,,,,2220020,,コマコ,Komako,202_KC02_k_070.wav,komako,,0,,,,,,,,Like this? +142800 ,,,,,2220020,,,,,,,,,,,,,,,"She teases the ridge with her fingertips, tickling it." +142900 ,,,,,2220020,,,,,,,,,,,,,,,"The cock twitches energetically, and precum oozes out from\nthe tip again." +143000 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Th-there, right there!" +143100 ,,,,,2220020,,コマコ,Komako,202_KC02_k_071.wav,komako,,0,,,,,,,,Wow... it twitched... +143200 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,I'd be happy if you could do the same to the tip where the\npee comes out. +143300 ,,,,,2220020,,コマコ,Komako,202_KC02_k_072.wav,komako,,0,,,,,,,,This part now? +143400 ,,,,,2220020,,,,,,,,,,,,,,,Her fingers come to the slit. +143500 ,,,,,2220020,,,,,,,,,,,,,,,"Scooping up the precum, her fingers and the fabric of her\npanties press into the urethra, sending a sharp,\noverwhelming sensation that makes my legs straighten." +143600 ,,,,,2220010,,コマコ,Komako,202_KC02_k_073.wav,komako,,0,,,,,,,,"Ahh▼ Uncle, I told you not to thrash around." +143700 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,"S-sorry, but it feels too good..." +143800 ,,,,,2220010,,コマコ,Komako,202_KC02_k_074.wav,komako,,0,,,,,,,,"I'll pet you, so you have to be a good boy, okay?" +143900 ,,,,,2220010,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah. But I think I can be a better boy if you stroke it\ninstead... +144000 ,,,,,2220020,,コマコ,Komako,202_KC02_k_075.wav,komako,,0,,,,,,,,"Oh, fine." +144100 ,,,,,2220020,,,,,,,,,,,,,,,"Even though she said that, Komako-chan seemed quite excited\ntoo." +144200 ,,,,,2220020,,,,,,,,,,,,,,,"Her cheeks were flushed, and her eyes were sparkling. Maybe\nshe found the reaction of my cock amusing, as her gaze was\nfixed on it." +144300 ,,,,,2220020,,,,,,,,,,,,,,,"Breathing heavily, she started stroking my cock." +144400 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, Komako-chan, while stroking, do that circling\nthing like before!" +144500 ,,,,,2220020,,コマコ,Komako,202_KC02_k_076.wav,komako,,0,,,,,,,,"Uncle, you're being a bit too demanding." +144600 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, but I can't hold it anymore!" +144700 ,,,,,2220020,,コマコ,Komako,202_KC02_k_077.wav,komako,,0,,,,,,,,"Really... you're hopeless. Here, here, I'll give you a\nreward, so be a good boy." +144800 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,Fuuoooh! +144900 ,,,,,2220020,,,,,,,,,,,,,,,"With a slightly mischievous smile, Komako- chan teased the\ntip with her fingers while stroking the shaft with her\nentwined fingers." +145000 ,,,,,2220020,,,,,,,,,,,,,,,"My precum had soaked my panties, turning them into a\nlubricant, making everything incredibly slippery." +145100 ,,,,,2220020,,,,,,,,,,,,,,,The unique pleasure of having my cock rubbed through the\nfabric soaked in my fluids made my balls tighten. +145200 ,,,,,2220020,,コマコ,Komako,202_KC02_k_078.wav,komako,,0,,,,,,,,Haa haa... haa haa... is it enough now? +145300 ,,,,,2220020,,主人公,Kiyoshi,,,,,,,,,,,,"Just a bit more, ahh... the white stuff... it's coming out!" +145500 ,,,,,2220030,,,,,,,,,,,,,,,Sploosh! +145600 ,,,,,2220030,,コマコ,Komako,202_KC02_k_079.wav,komako,,0,,,,,,,,Kyaa! +145700 ,,,,,2220030,,,,,,,,,,,,,,,"Unable to withstand such teasing, I ejaculated." +145800 ,,,,,2220030,,コマコ,Komako,202_KC02_k_080.wav,komako,,0,,,,,,,,W-wow... +145900 ,,,,,2220030,,,,,,,,,,,,,,,"Sploosh, sploosh!" +146000 ,,,,,2220030,,,,,,,,,,,,,,,"Even though it was tightly held down by my panties, the\nejaculation couldn't be contained just within them." +146100 ,,,,,2220030,,,,,,,,,,,,,,,"With a force that seemed like it would burst through the\nfabric, the semen spurted out." +146200 ,,,,,2220030,,コマコ,Komako,202_KC02_k_081.wav,komako,,0,,,,,,,,Wow... so that's how the white stuff comes out... +146300 ,,,,,2220030,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah. That's what happened inside your tummy last time,\nKomako-chan." +146400 ,,,,,2220030,,コマコ,Komako,202_KC02_k_082.wav,komako,,0,,,,,,,,"I see, that's why you were twitching so much..." +146500 ,,,,,2220030,,,,,,,,,,,,,,,"Komako-chan, watching the ejaculation up close, was\nsurprised but not disgusted." +146600 ,,,,,2220030,,,,,,,,,,,,,,,"Rather, the slightly excited blush on her cheeks, which she\nhad been showing earlier, only intensified." +146700 ,,,,,2220030,,コマコ,Komako,202_KC02_k_083.wav,komako,,0,,,,,,,,It's like milking a cow. Here we go! +146800 ,,,,,2220030,,主人公,Kiyoshi,,,,,,,,,,,,Whoa! +146900 ,,,,,2220030,,,,,,,,,,,,,,,Splat. +147000 ,,,,,2220030,,,,,,,,,,,,,,,"Following Komako-chan's curious actions, she squeezed it\nagain, and more semen spurted out forcefully." +147200 ,,,,,2220040,,,,,,,,,,,,,,,"Even after the ejaculation ended, Komako-chan didn't\nimmediately move away from me." +147300 ,,,,,2220040,,コマコ,Komako,202_KC02_k_084.wav,komako,,0,,,,,,,,It's still twitching... +147400 ,,,,,2220040,,,,,,,,,,,,,,,"Though it wasn't like a fountain anymore, she was intently\nwatching my cock twitching from the afterglow." +147500 ,,,,,2220040,,,,,,,,,,,,,,,"Ugh, being stared at like that is a bit embarrassing." +147600 ,,,,,2220040,,コマコ,Komako,202_KC02_k_085.wav,komako,,0,,,,,,,,"You sure produce a lot, mister." +147700 ,,,,,2220040,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... sorry. +147800 ,,,,,2220040,,コマコ,Komako,202_KC02_k_086.wav,komako,,0,,,,,,,,"No, it's fine. But I'm still a bit envious." +147900 ,,,,,2220040,,,,,,,,,,,,,,,Komako-chan gazed intently at my crotch. +148000 ,,,,,2220040,,,,,,,,,,,,,,,"Being envious must mean that Komako-chan wants to ejaculate\ntoo, right?" +148100 ,,,,,2220040,,コマコ,Komako,202_KC02_k_087.wav,komako,,0,,,,,,,,"The dick I got before doesn't produce the white stuff,\nright?" +148200 ,,,,,2220040,,主人公,Kiyoshi,,,,,,,,,,,,"No, it can't." +148300 ,,,,,2220040,,,,,,,,,,,,,,,"Hearing that, Komako-chan looked a bit disappointed, her\neyebrows forming a sad shape." +148400 ,,,,,2220040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, b-but if you ever need my white stuff, just let me know!\nI'll make sure to produce a lot for you, Komako-chan!" +148500 ,,,,,2220040,,コマコ,Komako,202_KC02_k_088.wav,komako,,0,,,,,,,,O-okay. +148600 ,,,,,2220040,,,,,,,,,,,,,,,Komako-chan looked a bit surprised but nodded slightly. +148700 ,,,,,2220040,,,,,,,,,,,,,,,"Then, she gave a gentle smile." +148800 ,,,,,2220040,,コマコ,Komako,202_KC02_k_089.wav,komako,,0,,,,,,,,"Thank you, mister." +148900 ,,,,,2220040,,主人公,Kiyoshi,,,,,,,,,,,,"No problem, it's for you, Komako-chan... I'll work hard\nagain, so will you give me a reward then?" +149000 ,,,,,2220040,,,,,,,,,,,,,,,She gave me a serious look at that. +149100 ,,,,,2220040,,コマコ,Komako,202_KC02_k_090.wav,komako,,0,,,,,,,,If you work hard. +149200 ,,,,,2220040,,,,,,,,,,,,,,,"But even as she said that, Komako-chan patted my head." +149300 ,,,,,2220040,,,,,,,,,,,,,,,"I might get jealous about things with Chie- chan, but if\nKomako-chan is this kind to me... I'll do my best." +149400 ,,,,,2220040,,,,,,,,,,,,,,,That's what I thought. +149500 ,$event_return,,,,,,,,,,,,,,,,,,, +149800 ,,,8,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, I'll wash your panties for you, so take them off. Sorry\nfor making them sticky. I'll return them tomorrow." +149900 ,,,,,,,,,,,,,,,,,,,,"After Komako-chan moved away from on top of me, I said that\nand held out my hand." +150000 ,,,,,,,,,,,,,,,,,,,,"This way, I can use Komako-chan's panties for masturbation!" +150100 ,,,,,,,,,,,,,,,,,,,,Or so I thought... +150200 ,,,,,,,コマコ,Komako,202_KC02_k_091.wav,komako,,3,,,,,,,,"I'm going to wear them home, so wash them quickly and bring\nthem back." +150300 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,Huh? +150400 ,,,,,,,コマコ,Komako,202_KC02_k_092.wav,komako,,7,,,,,,,,Wash them quickly and bring them back. +150500 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,"Uh, but I don't think they'll dry..." +150600 ,,,,,,,コマコ,Komako,202_KC02_k_093.wav,komako,,13,,,,,,,,They'll dry if I wear them. It's embarrassing to go home\nwithout panties. +150700 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,Got it... +150800 ,,,,,,,,,,komako,,13,,,,,,,,"I had no choice. Before washing them, I'll secretly use them\none more time..." +151000 ,,,,61,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Um, Komako-chan, you can wait over there, okay?" +151100 ,,,,,,,コマコ,Komako,202_KC02_k_094.wav,komakoL,,3,,,,,,,,"I want to talk with you, uncle." +151200 ,,,,,,,主人公,Kiyoshi,,komakoL,,3,,,,,,,,R-Really!? +151300 ,,,,,,,,,,komakoL,,3,,,,,,,,"If she said that and followed me, I couldn't possibly\nmasturbate with the panties right in front of her." +151400 ,,,,,,,コマコ,Komako,202_KC02_k_095.wav,komakoL,,20,,,,,,,,How can I get closer to Chie-chan next time? +151500 ,,,,,,,主人公,Kiyoshi,,komakoL,,20,,,,,,,,Let's see... +151600 ,,,,,,,,,,komakoL,,20,,,,,,,,"Until I finished washing the panties, I was listening to her\ntalk about Chie-chan the whole time." +151700 ,,,0,9000,,,,,,,,,,,,,,,, +151900 ,@203_KC03a,,,,,,,,,,,,,,,,,,, +152200 ,,,3,21,,,コマコ,Komako,203_KC03a_k_000.wav,"komako,privateB",,22,,,,,,,,Chie-chan▼ +152300 ,,,,,,,千恵,Chie,203_KC03a_c_000.wav,komako,,22,"chie,privateB",,23,,,,,"What's up, Komako-chan?" +152400 ,,,,,,,コマコ,Komako,203_KC03a_k_001.wav,komako,,21,chie,,23,,,,,"Hmm, nothing really." +152500 ,,,,,,,千恵,Chie,203_KC03a_c_001.wav,komako,,21,chie,,3,,,,,"You're acting strange, Komako-chan." +152600 ,,,,,,,,,,,,,,,,,,,,"As usual, the three girls came to play at our candy store\ntoday." +152700 ,,,,,,,,,,,,,,,,,,,,It's the same peaceful scene as always. +152800 ,,,,,,,甜花,Tenka,203_KC03a_t_000.wav,,,,,,,"tenka,privateC",,29,,"Hey, Chie, the photo lottery is out of stock." +152900 ,,,,,,,千恵,Chie,203_KC03a_c_002.wav,,,,chie,,3,tenka,,29,,"Oh, you're right! Uncle, do we have any new ones?" +153000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,tenka,,29,,"Yes, yes, we have some." +153100 ,,,,,,,,,,,,,chie,,3,tenka,,29,,Chie-chan is really getting the hang of being a shop\nassistant. +153200 ,,,,,,,,,,,,,,,,,,,,I took out a new bundle of bromides from the stock piled on\nthe shelf and handed it to Chie-chan. +153300 ,,,,,,,千恵,Chie,203_KC03a_c_003.wav,,,,chie,,1,tenka,,0,,"Thanks, Uncle. Tenka-chan, I'll get it ready, so just wait a\nbit, okay?" +153400 ,,,,,,,甜花,Tenka,203_KC03a_t_001.wav,,,,chie,,1,tenka,,21,,"Okay, okay." +153500 ,,,,,,,,,,,,,,,,,,,,The bromides are basically hung from the wall with strings. +153600 ,,,,,,,,,,,,,,,,,,,,Chie-chan removed the cover of the empty bromide and started\nto attach a new one. +153700 ,,,,,,,,,,,,,,,,,,,,That's when Komako-chan quietly approached. +153800 ,,,,,,,コマコ,Komako,203_KC03a_k_002.wav,komako,,23,,,,,,,,"Chie-chan, can you do it well?" +153900 ,,,,,,,千恵,Chie,203_KC03a_c_004.wav,komako,,23,chie,,1,,,,,"It's fine~ Komako-chan, you're such a worrywart~" +154000 ,,,,,,,,,,komako,,23,chie,,1,,,,,"As Chie-chan laughed cheerfully, Komako-chan snuggled even\ncloser." +154100 ,,,,,,,,,,komako,,23,chie,,1,,,,,"Wow, Komako-chan is being bold today. Is it because they\nkissed?" +154200 ,,,,,,,千恵,Chie,203_KC03a_c_005.wav,komako,,23,chie,,21,,,,,"Komako-chan, if you stick so close, it tickles~" +154300 ,,,,,,,コマコ,Komako,203_KC03a_k_003.wav,komako,,22,chie,,21,,,,,I'll help you. +154400 ,,,,,,,,,,komako,,22,chie,,21,,,,,Komako-chan reached out and tightly held Chie-chan's hand as\nshe tried to tie the string. +154500 ,,,,,,,,,,komako,,22,chie,,21,,,,,"Her cheeks were slightly flushed, and her eyes seemed a bit\ndreamy." +154600 ,,,,,,,,,,komako,,22,chie,,21,,,,,"Ugh, I'm so jealous, Chie-chan. Even I want Komako-chan to\nlook at me like that!" +154700 ,,,,,,,千恵,Chie,203_KC03a_c_006.wav,komako,,22,chie,,24,,,,,"Komako-chan, I can't work like this~" +154800 ,,,,,,,コマコ,Komako,203_KC03a_k_004.wav,komako,,2,chie,,24,,,,,That's why I'm helping. +154900 ,,,,,,,千恵,Chie,203_KC03a_c_007.wav,komako,,2,chie,,25,,,,,I can do it by myself~ +155000 ,,,,,,,,,,,,,,,,,,,,"While I was secretly burning with jealousy, the two close\nfriends were playfully flirting." +155100 ,,,,,,,,,,,,,,,,,,,,That's when Tenka-chan stepped in. +155200 ,,,,,,,甜花,Tenka,203_KC03a_t_002.wav,,,,,,,tenka,,12,,"Alright, alright, Chie is working, so don't get in the way.\nIf she doesn't finish, I can't buy the bromide, you know." +155300 ,,,,,,,,,,,,,,,,,,,,"Well, she could just tear it off and buy it before setting\nit up... Tenka-chan is really serious about these things." +155400 ,,,,,,,コマコ,Komako,203_KC03a_k_005.wav,komako,,12,,,,,,,,Aww... Chie-chan... +155500 ,,,,,,,千恵,Chie,203_KC03a_c_008.wav,,,,chie,,13,,,,,"Komako-chan, just wait a little bit, okay~? Let's play\nlater~" +155600 ,,,,,,,,,,,,,,,,,,,,"Anyway, Komako-chan was pulled away by Tenka- chan." +155800 ,,,,,,,,,,,,,,,,,,,,"As we were bustling around and dealing with a few customers,\nChie-chan started rubbing her eyes." +155900 ,,,,,,,千恵,Chie,203_KC03a_c_009.wav,,,,chie,,17,,,,,Fuaaah... +156000 ,,,,,,,主人公,Kiyoshi,,,,,chie,,17,,,,,"Chie-chan, are you sleepy?" +156100 ,,,,,,,千恵,Chie,203_KC03a_c_010.wav,,,,chie,,34,,,,,Yeah. +156200 ,,,,,,,,,,,,,chie,,34,,,,,Chie-chan nodded with a sleepy expression. Her eyes were\nalready droopy. +156300 ,,,,,,,甜花,Tenka,203_KC03a_t_003.wav,,,,,,,tenka,,14,,You were playing a lot at the pool this morning too. Fua...\nI'm a bit sleepy too. +156400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,14,,"You can go take a nap in the back. Tenka- chan, do you want\nto take a nap too?" +156500 ,,,,,,,千恵,Chie,203_KC03a_c_011.wav,,,,chie,,14,,,,,I'll do that... +156600 ,,,,,,,甜花,Tenka,203_KC03a_t_004.wav,,,,,,,tenka,,3,,Then I will too. +156700 ,,,,,,,,,,,,,,,,tenka,,3,,"The two of them headed to the back looking sleepy. Yes, now\nit's just me and Komako- chan!" +156800 ,,,,,,,コマコ,Komako,203_KC03a_k_006.wav,komako,,2,,,,,,,,Then I'll take a nap too. +156900 ,,,,,,,,,,,,,,,,,,,,"Wait, Komako-chan followed them too..." +157000 ,,,,,,,,,,,,,,,,,,,,"Oh no~ they're leaving. I thought, but I couldn't say it out\nloud." +157100 ,,,,,,,,,,,,,,,,,,,,"That's right, Komako-chan likes Chie-chan, so she wants to\ntake a nap together." +157200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,...sniff +157300 ,,,,,,,,,,,,,,,,,,,,"My chest ached with jealousy again, but I held it in." +157400 ,,,,,,,,,,,,,,,,,,,,"If I let Chie-chan and Komako-chan get along, maybe I'll get\nrewarded with something naughty again." +157500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Goodnight~ +157600 ,,,,,,,,,,,,,,,,,,,,"Hoping for a reward later, I held back my tears and saw\nKomako-chan off." +157800 ,,,,,,,,,,,,,,,,,,,,After a while. +157900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Phew~ Since there are no more customers, maybe I'll take a\nnap with Komako-chan and the others too." +158000 ,,,,,,,,,,,,,,,,,,,,I stretched out and looked towards the back room. +158100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Huh? +158200 ,,,,,,,,,,,,,,,,,,,,Huh? Did I just hear something...? +158300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Could they already be awake? +158400 ,,,,,,,,,,,,,,,,,,,,I went right up to the room. Then― +158500 ,,,,,,,コマコ,Komako,203_KC03a_k_007.wav,,,,,,,,,,,Nn... nnngh... +158600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,!!? +158700 ,,,,,,,,,,,,,,,,,,,,"Was that Komako-chan's voice? It sounded like she was in\npain... no, it's a bit different." +158800 ,,,,,,,コマコ,Komako,203_KC03a_k_008.wav,,,,,,,,,,,"Haa, haa... nnngh..." +158900 ,,,,,,,,,,,,,,,,,,,,That's the kind of voice you make when you're doing\nsomething naughty! +159000 ,,,,,,,,,,,,,,,,,,,,"A slightly restrained, sweet moan with a nasal tone. It was\ncoming from inside the room." +159100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, what are you doing? Could it be... are you\nmasturbating? But Chie-chan and Tenka-chan are there too..." +159200 ,,,,,,,,,,,,,,,,,,,,"Unable to suppress my curiosity, I quietly peeked into the\nroom." +159300 ,,,10,31,,,千恵,Chie,203_KC03a_c_012.wav,,,,,,,,,,,Kuu... suuu... +159400 ,,,,,,,コマコ,Komako,203_KC03a_k_009.wav,,,,"komakoL,privateB",,2,,,,,"Haa haa, nn... Chie-chan, even your sleeping face is cute.\nChu, chu▼" +159500 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,2,,,,,!! +159600 ,,,,,,,コマコ,Komako,203_KC03a_k_010.wav,,,,komakoL,,22,,,,,"Nn, Chie-chan's lips are so soft and squishy... chu▼" +159700 ,,,,,,,,,,,,,komakoL,,22,,,,,Komako-chan was repeatedly kissing Chie- chan's lips as she\nslept. And that wasn't all. +159800 ,,,,,,,コマコ,Komako,203_KC03a_k_011.wav,,,,komakoL,,33,,,,,"Haa haa... Chie-chan's hand is so small and cute▼ Her\nfingers are so squishy... ah, if you touch me there..." +159900 ,,,,,,,,,,,,,komakoL,,33,,,,,"Saying that, Komako-chan placed Chie-chan's hand on her own\ncrotch, writhing her hips." +160000 ,,,,,,,,,,,,,komakoL,,33,,,,,"Her eyes were glazed over, and her breath was heavy and\nsweet as it escaped her lips." +160100 ,,,,,,,,,,,,,komakoL,,33,,,,,I-Is she masturbating!? +160200 ,,,,,,,コマコ,Komako,203_KC03a_k_012.wav,,,,komakoL,,6,,,,,"Nn, if I do it too much, she might wake up... nnngh, but\nChie-chan's hand feels so good..." +160300 ,,,,,,,,,,,,,komakoL,,6,,,,,"Even as she glanced at Chie-chan's sleeping face, Komako-\nchan's hip-thrusting masturbation didn't stop." +160400 ,,,,,,,,,,,,,komakoL,,6,,,,,"In fact, it was getting even more intense." +160500 ,,,,,,,コマコ,Komako,203_KC03a_k_013.wav,,,,komakoL,,22,,,,,"I really want awake Chie-chan to touch me a lot. Like my\nbreasts... it feels good when you touch them, you know?\nLook." +160600 ,,,,,,,千恵,Chie,203_KC03a_c_013.wav,,,,,,,,,,,Kuu... suuu... nn. +160700 ,,,,,,,,,,,,,komakoL,,2,,,,,"With no sign of waking up, Chie-chan, Komako- chan became\neven bolder." +160800 ,,,,,,,,,,,,,komakoL,,2,,,,,"Reaching out to Chie-chan's modest breasts, Komako-chan\nsqueezed them gently." +160900 ,,,,,,,,,,,,,komakoL,,2,,,,,"Then, Chie-chan reacted with a twitch, and Komako-chan\nhurriedly pulled her hand back." +161000 ,,,,,,,コマコ,Komako,203_KC03a_k_014.wav,,,,komakoL,,33,,,,,"Oops... I can't wake her up. Ugh, but Chie- chan's breasts\nare so cute. I want to touch them more..." +161100 ,,,,,,,,,,,,,komakoL,,33,,,,,"With eyes full of lust, Komako-chan gazed at Chie-chan's\nbreasts." +161200 ,,,,,,,,,,,,,komakoL,,33,,,,,"The crotch of her pants was so tight that you could see the\nshape of her pussy, and Chie- chan's fingertips were\ntouching those creases." +161300 ,,,,,,,,,,,,,komakoL,,33,,,,,I swallowed hard at the incredibly lewd scene of lesbian\nmasturbation. +161400 ,,,,,,,コマコ,Komako,203_KC03a_k_015.wav,,,,komakoL,,2,,,,,"Ah, Chie-chan... Chie-chan... I love you... I love you so\nmuch." +161500 ,,,,21,,,,,,,,,,,,,,,,The urge to interrupt and the desire to just watch and\nmasturbate clashed within me. +161600 ,,,,,,,,,,,,,,,,,,,,"It's unfair that only Chie-chan gets to have Komako-chan do\nnaughty things to her. Ah, but Komako-chan masturbating with\nChie-chan is so cute!" +161700 ,,,,,,,,,,,,,,,,,,,,What should I do...? +161900 ,,"",,,,,,,,,,,,,,,,,, +162000 ,,,15,31,,,コマコ,Komako,203_KC03a_k_016.wav,,,,komako,,4,,,,,!!? +162100 ,,,,,,,,,,,,,komako,,4,,,,,Oh no! I accidentally leaned too hard against the shoji\nscreen. +162200 ,,,,,,,,,,,,,komako,,4,,,,,Komako-chan flinched and looked over here. Our eyes met. +162300 ,,,15,31,,,コマコ,Komako,203_KC03a_k_017.wav,,,,"komakoL,privateB",,16,,,,,...I-I wasn't doing anything. +162400 ,,,,,,,,,,,,,komakoL,,16,,,,,"Feeling embarrassed from being seen, Komako- chan turned\naway." +162500 ,,,,,,,,,,,,,komakoL,,16,,,,,"No, no, no, you can't say you weren't doing anything after\nall that!" +162600 ,,,,,,,,,,,,,komakoL,,16,,,,,"I mean, with her hair sticking to her sweaty cheeks, her\nflushed neck... and her pants still tight." +162700 ,,,,,,,,,,,,,komakoL,,16,,,,,I can't just pretend I didn't see this! +162800 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,16,,,,,"You don't have to hide it. I totally understand how you\nfeel, Komako-chan." +162900 ,,,,,,,コマコ,Komako,203_KC03a_k_018.wav,,,,komakoL,,32,,,,,What do you mean? +163000 ,,,,,,,,,,,,,komakoL,,32,,,,,I entered the room and lay down next to Komako-chan. +163100 ,,,,,,,,,,,,,komakoL,,32,,,,,Komako-chan looked suspicious and moved closer to Chie-chan. +163200 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,32,,,,,"Just like I like you, Komako-chan, you like Chie-chan, so\nyou wanted to do naughty things, right?" +163300 ,,,,,,,コマコ,Komako,203_KC03a_k_019.wav,,,,komakoL,,6,,,,,...Are you going to tell Chie-chan? +163400 ,,,,,,,,,,,,,komakoL,,6,,,,,Komako-chan glanced over fearfully. She seemed really scared\nof Chie-chan finding out. +163500 ,,,,,,,,,,,,,komakoL,,6,,,,,"Even though they kissed, she might think it's too early for\nanything more intimate." +163600 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,6,,,,,"If you want me to keep it a secret, Komako- chan, I won't\ntell. I'm on your side." +163700 ,,,,,,,コマコ,Komako,203_KC03a_k_020.wav,,,,komakoL,,2,,,,,...Thank you. +163800 ,,,,,,,,,,,,,komakoL,,2,,,,,I pulled the relieved Komako-chan closer. +163900 ,,,,,,,コマコ,Komako,203_KC03a_k_021.wav,,,,komakoL,,13,,,,,Uncle? +164000 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,13,,,,,"But, Komako-chan, you didn't finish your masturbation,\nright? Don't you want to come?" +164100 ,,,,,,,コマコ,Komako,203_KC03a_k_022.wav,,,,komakoL,,26,,,,,Mmm... I do feel a bit restless. +164200 ,,,,,,,,,,,,,komakoL,,26,,,,,"Blushing, Komako-chan nodded slightly." +164300 ,,,,,,,,,,,,,komakoL,,26,,,,,"She's so cute, being honest about what feels good. I love\nthat about her!" +164400 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,26,,,,,"Then, then, you can use my cock if you want? Look, I'm\nalways ready." +164500 ,,,,,,,コマコ,Komako,203_KC03a_k_023.wav,,,,komakoL,,24,,,,,!!? +164600 ,,,,,,,,,,,,,komakoL,,24,,,,,"Just like she did with Chie-chan earlier, I pressed Komako-\nchan's hand against my cock." +164700 ,,,,,,,,,,,,,komakoL,,24,,,,,Watching Komako-chan masturbate had already made it rock\nhard. +164800 ,,,,,,,コマコ,Komako,203_KC03a_k_024.wav,,,,komakoL,,26,,,,,N-No... I don't want to do it here. +164900 ,,,,,,,,,,,,,komakoL,,26,,,,,Komako-chan shook her head and tried to pull her hand away\nfrom my cock. +165000 ,,,,,,,,,,,,,komakoL,,26,,,,,But I wouldn't let her do that. +165100 ,,,,,,,,,,,,,komakoL,,26,,,,,"Here, I have to have sex with Komako-chan and make her come." +165200 ,,,,,,,,,,,,,komakoL,,26,,,,,Then maybe she'll think my cock feels better than Chie-\nchan's hand... +165300 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,26,,,,,You don't have to hold back. I just want to make Chie-chan\nfeel good. +165400 ,,,,,,,コマコ,Komako,203_KC03a_k_025.wav,,,,komakoL,,13,,,,,I-I'm not holding back... +165500 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,13,,,,,"But look, it's so slippery here. It's saying it wants to\nhave sex, right?" +165600 ,,,,,,,コマコ,Komako,203_KC03a_k_026.wav,,,,komakoL,,6,,,,,"Ah, n-no, don't touch..." +165700 ,,,,,,,,,,,,,komakoL,,6,,,,,I forcefully pushed my hand in and touched Komako-chan's\npussy. +165800 ,,,,,,,,,,,,,komakoL,,6,,,,,"Since she had been masturbating with Chie- chan's hand\nearlier, it was already so slippery, and when I rubbed it\nwith my fingers, her juices overflowed." +165900 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,6,,,,,Komako-chan's pussy is saying it wants to feel good. It\nwould be mean to tease it. +166000 ,,,,,,,コマコ,Komako,203_KC03a_k_027.wav,,,,komakoL,,34,,,,,"Hya, fuh, don't play with it there, even though I don't want\nit... nnngh" +166100 ,,,,,,,,,,,,,komakoL,,34,,,,,"When I teased Komako-chan's hard little bud with my fingers\nslick with her love juices, her resistance weakened." +166200 ,,,,,,,,,,,,,komakoL,,34,,,,,I quickly pulled down her pants and panties together. +166300 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,34,,,,,"Come on, don't hold back!" +166500 ,,,11,,2230000,,,,,,,,,,,,,,, +166600 ,*mem,,,,2230000,,,,,,,,,,,,,,, +166700 ,,,11,,2230000,,コマコ,Komako,203_KC03a_k_028.wav,komako,,0,,,,,,,,Nnnnnngh! +166800 ,,,,,2230000,,,,,,,,,,,,,,,"Her pussy, already soaked with thick juices, easily accepted\nmy cock." +166900 ,,,,,2230000,,,,,,,,,,,,,,,Komako-chan desperately stifled her voice. +167000 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh? Even though you said no, it went in so easily?" +167100 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_029.wav,komako,,0,,,,,,,,"Y-you idiot, you stupid old man... I said no..." +167200 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"But Komako-chan's here is happy, right? See?" +167300 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_030.wav,komako,,0,,,,,,,,~~~~~~! +167400 ,,,,,2230000,,,,,,,,,,,,,,,Just a slight movement of my hips made Komako-chan's insides\ntighten around me. +167500 ,,,,,2230000,,,,,,,,,,,,,,,Her juices made a lewd squelching sound at the point of our\nunion. +167600 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"It's twitching and squeezing my cock so tightly. You really\nwanted it inside, didn't you, Komako-chan's pussy?" +167700 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_031.wav,komako,,0,,,,,,,,No... What I wanted inside was... +167800 ,,,,,2230010,,,,,,,,,,,,,,,Komako-chan glanced at Chie-chan's fingers. +167900 ,,,,,2230010,,,,,,,,,,,,,,,The longing in her eyes ignited a flicker of jealousy in my\nchest. +168000 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"You wanted Chie-chan's fingers inside? But Chie-chan is\nsleeping, so you can't do that." +168100 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_032.wav,komako,,0,,,,,,,,"I know, but still..." +168200 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"I understand how you feel. So, instead of Chie-chan's\nfingers, bear with my cock, okay?" +168300 ,,,,,2230000,,,,,,,,,,,,,,,There was a slight pain in my chest at being a substitute. +168400 ,,,,,2230000,,,,,,,,,,,,,,,But the joy of being able to have sex with Komako-chan\noutweighed it. +168500 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_033.wav,komako,,0,,,,,,,,No... that's not it at all... +168600 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,How is it different? +168700 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_034.wav,komako,,0,,,,,,,,Your cock is much thicker... kuhhnn... +168800 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, Komako-chan's tiny pussy is all filled up,\nisn't it?" +168900 ,,,,,2230010,,,,,,,,,,,,,,,"Just a light thrust in and out, and it hits the deepest part\nof Komako-chan's belly." +169000 ,,,,,2230010,,,,,,,,,,,,,,,And then the entrance tightens again. +169100 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_035.wav,komako,,0,,,,,,,,"No, don't move it..." +169200 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,Why not? Because it hits the good spot? +169300 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_036.wav,komako,,0,,,,,,,,"No... Chie-chan and the others are sleeping, doing something\nlewd is bad... take it out..." +169400 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"You say take it out, but it's Komako-chan who's not letting\ngo of my cock, right? See?" +169500 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_037.wav,komako,,0,,,,,,,,"No, that's not it, that's not it... it's not like that...\nnnnhh..." +169600 ,,,,,2230000,,,,,,,,,,,,,,,I moved the tip of my cock as if stirring the depths. +169700 ,,,,,2230000,,,,,,,,,,,,,,,Komako-chan's vaginal walls quivered and clung tightly. The\nentrance narrowed as if trying not to let go. +169800 ,,,,,2230000,,,,,,,,,,,,,,,It feels like it's going to tear at the base. +169900 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"See, you can feel it tightening, right?" +170000 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_038.wav,komako,,0,,,,,,,,"B-because when you touch there with your cock, it tingles on\nits own and tightens up..." +170100 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"It feels good, doesn't it? There's more juice coming out\nthan when Chie-chan used her hand." +170200 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_039.wav,komako,,0,,,,,,,,That's not... +170300 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, but it is." +170400 ,,,,,2230010,,,,,,,,,,,,,,,I slowly moved my cock in and out against Komako-chan's\ntight grip that wouldn't let go. +170500 ,,,,,2230010,,,,,,,,,,,,,,,Then a large amount of love juices overflowed together. +170600 ,,,,,2230010,,,,,,,,,,,,,,,I deliberately made a wet sound as I slowly rubbed my cock\ninside Komako-chan. +170800 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_040.wav,komako,,0,,,,,,,,Fuaaahhh... don't rub there... it makes me shiver... +170900 ,,,,,2230000,,,,,,,,,,,,,,,"When I stimulated the rough part with the tip, Komako-chan\ncouldn't hold back and let out a voice." +171000 ,,,,,2230000,,,,,,,,,,,,,,,She arched her back and tensed her butt. +171100 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan likes it when I rub here with my cock. Chie-\nchan's fingers couldn't reach here, right?" +171200 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_041.wav,komako,,0,,,,,,,,"Nn, b-but if Chie-chan put her fingers inside my panties,\nshe'd definitely wake up..." +171300 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, so I'll rub it a lot with my cock for you." +171400 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_042.wav,komako,,0,,,,,,,,"No, nn, stop... take it out... nnnn..." +171500 ,,,,,2230000,,,,,,,,,,,,,,,"Even as she said that, Komako-chan's hips twisted just like\nwhen she was masturbating with Chie-chan's hand." +171600 ,,,,,2230000,,,,,,,,,,,,,,,"Her butt swayed lewdly, coming to take in my cock on her\nown." +171700 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh? You say no, but Komako-chan's butt is shaking." +171800 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_043.wav,komako,,0,,,,,,,,"Nnnn, that's not true..." +171900 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"It's true. Just like when you were masturbating with Chie-\nchan's hand, you're rubbing your pussy a lot against my\ncock." +172000 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_044.wav,komako,,0,,,,,,,,"I'm not... I'm not doing that... It was because Chie-chan's\nhand felt good earlier, not because of your cock..." +172100 ,,,,,2230000,,,,,,,,,,,,,,,Komako-chan looked at Chie-chan with a gaze as if seeking\nhelp. +172200 ,,,,,2230000,,,,,,,,,,,,,,,"Hmm... even though I'm making her feel so good, it's a bit\ndisappointing." +172300 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"If Komako-chan doesn't move, then I'll move a lot. I'm like\nKomako-chan's masturbation tool." +172400 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_045.wav,komako,,0,,,,,,,,"Hyaa, s-so don't move... nnnn, nnnn, fuaaaah." +172500 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"Since Komako-chan is too embarrassed to move her butt, I'll\ntouch all the places that feel good for you." +172600 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_046.wav,komako,,0,,,,,,,,"No, ahh, nn... stop, stop it... don't do it there anymore...\nI'll go crazy..." +172700 ,,,,,2230010,,,,,,,,,,,,,,,"It must be quite a weak point, as Komako-chan let out moans\nevery time I rubbed the slightly rough part at the top of\nher vagina." +172800 ,,,,,2230010,,,,,,,,,,,,,,,"Her insides contracted tightly, conveying the pleasure." +172900 ,,,,,2230010,,,,,,,,,,,,,,,"When she reacts so cutely, it's a man's nature to want to do\nit even more." +173000 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,What do you mean by going crazy? +173100 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_047.wav,komako,,0,,,,,,,,My stomach gets hot and... the tingling down there becomes\noverwhelming... +173200 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"In other words, Komako-chan's pussy becomes even more\nnaughty." +173300 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_048.wav,komako,,0,,,,,,,,"No... I don't want to feel good with your cock... nn, with\nChie-chan's hand..." +173400 ,,,,,2230020,,,,,,,,,,,,,,,"Even at this point, Komako-chan was still looking longingly\nat Chie-chan's hand." +173500 ,,,,,2230020,,,,,,,,,,,,,,,Even though her pussy had completely accepted my cock. +173600 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,"No, come on, today you have to endure with my hand. I'll do\nmy best. If it's not enough, I'll do more for you. Here? Or\nhere?" +173700 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_049.wav,komako,,0,,,,,,,,"Hyaa, ah, nn... no... nkuu, inside, and there, no, I don't\nwant it, take it out..." +173800 ,,,,,2230000,,,,,,,,,,,,,,,"When I thrust deep inside or target Komako- chan's weak\npoints, her pussy becomes honest." +173900 ,,,,,2230000,,,,,,,,,,,,,,,"It clings to my cock as if seeking comfort, tightening\nhappily." +174000 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_050.wav,komako,,0,,,,,,,,"Faa... nooo, nn, Chie-chan, Chie-chan..." +174100 ,,,,,2230010,,,,,,,,,,,,,,,"But her gaze remains fixed on Chie-chan, making it seem like\nshe's just using my cock to masturbate while thinking of\nChie-chan." +174200 ,,,,,2230010,,,,,,,,,,,,,,,"Honestly, it's a bit frustrating... I wish she'd think more\nabout me." +174300 ,,,,,2230010,,,,,,,,,,,,,,,"Feeling a bit mischievous, I brought my lips close to\nKomako-chan's ear." +174400 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"If you make such loud noises, Chie-chan and the others might\nwake up, you know?" +174600 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_051.wav,komako,,0,,,,,,,,!! +174700 ,,,,,2230020,,,,,,,,,,,,,,,Komako-chan flinched and desperately bit her lip. +174800 ,,,,,2230020,,,,,,,,,,,,,,,"In sync with that, her pussy twitched and convulsed." +174900 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,Are you okay with Chie-chan seeing you having sex with me? +175000 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_052.wav,komako,,0,,,,,,,,I don't... want that... +175100 ,,,,,2230020,,,,,,,,,,,,,,,"Komako-chan shook her head vigorously, her voice barely a\nwhisper." +175200 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,"Then let's try to keep quiet a bit longer. You're a good\ngirl, so you can do it, right?" +175300 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_053.wav,komako,,0,,,,,,,,"Before that, take your cock out... nnnnn!" +175400 ,,,,,2230000,,,,,,,,,,,,,,,"Komako-chan tried to escape from me, but when I pulled her\nback and thrust deep inside, she stiffened." +175500 ,,,,,2230000,,,,,,,,,,,,,,,"She bit her lip, trying her hardest to hold back her voice." +175600 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"If we take too long, they might wake up, so let's finish\nquickly. We'll stop when Komako- chan comes." +175700 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_054.wav,komako,,0,,,,,,,,Nnn!? Coming with your cock... nnnnn! +175800 ,,,,,2230020,,,,,,,,,,,,,,,"Before she could finish speaking, I resumed my strokes." +175900 ,,,,,2230020,,,,,,,,,,,,,,,"Instead of the slow movements from earlier, I rhythmically\nthrust into Komako-chan as if doing push-ups." +176000 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_055.wav,komako,,0,,,,,,,,"Nnn!? Nnn! Nnnnn, nmm... nnnnn!" +176100 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, let me know when you come. I'm just helping\nKomako-chan with her masturbation." +176200 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_056.wav,komako,,0,,,,,,,,"Nnn! Nnnn, nnnnnnmmmmm! Mmmmmm!" +176300 ,,,,,2230020,,,,,,,,,,,,,,,"Komako-chan is shaking her head vigorously, but her pussy is\nsqueezing happily, so it must feel good." +176400 ,,,,,2230020,,,,,,,,,,,,,,,"Before, if I was thrusting into such a tight pussy, I would\nhave come quickly." +176500 ,,,,,2230020,,,,,,,,,,,,,,,"But recently, I've been thinking about my times with Komako-\nchan and relieving myself, so I still have some control." +176600 ,,,,,2230020,,,,,,,,,,,,,,,"Of course, it feels amazing and irresistible." +176700 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_057.wav,komako,,0,,,,,,,,Nmmfuuu... nnnn... nnnnn +176800 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry for interrupting your masturbation earlier. It must\nhave been tough, but I'll make sure you come properly." +176900 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_058.wav,komako,,0,,,,,,,,I want to... come... nnnnn! Nmmmmm! +177000 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh? You want to come? Yeah, yeah, go ahead. Enjoy it a lot." +177100 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_059.wav,komako,,0,,,,,,,,No... nnn! Uuuuuuu! +177200 ,,,,,2230020,,,,,,,,,,,,,,,"Komako-chan tried to say something, but each time I\nstimulated her weak spot with my glans, she bit her lip." +177300 ,,,,,2230020,,,,,,,,,,,,,,,"Even so, moans she couldn't hold back escaped from the\ncorners of her mouth." +177400 ,,,,,2230020,,,,,,,,,,,,,,,"While glancing at Chie-chan and trying to hold back her\nvoice, Komako-chan looked so erotic and cute that I couldn't\nhelp but put more passion into my movements." +177600 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_060.wav,komako,,0,,,,,,,,"Please... take it out... forgive me, mister..." +177700 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,Huh? Forgive you for what? +177800 ,,,,,2230030,,,,,,,,,,,,,,,"However, if I got too intense, I might come before Komako-\nchan, so I slowed down a bit." +177900 ,,,,,2230030,,,,,,,,,,,,,,,"Then, Komako-chan glanced at me with teary eyes." +178000 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_061.wav,komako,,0,,,,,,,,"Please, stop already... If you keep going, I'll really go\ncrazy..." +178100 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,What do you mean by going crazy? +178200 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_062.wav,komako,,0,,,,,,,,"Ah, ahhhh... I told you... not there..." +178300 ,,,,,2230030,,,,,,,,,,,,,,,"Even though I slowed down, I ground my cock inside her\npussy, caressing it thoroughly." +178400 ,,,,,2230030,,,,,,,,,,,,,,,My glans stirred up Komako-chan's insides with a wet sound. +178500 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_063.wav,komako,,0,,,,,,,,The dick feels so good... I'm getting used to it... +178600 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"But you said the dick felt good during your first time too,\nright?" +178700 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_064.wav,komako,,0,,,,,,,,"Yes, but... it's not that, nnn, more... No, this is better\nthan when Chie-chan used her hand... I don't want it..." +178800 ,,,,,2230010,,,,,,,,,,,,,,,"As she said that, tears welled up in the corners of Komako-\nchan's eyes." +178900 ,,,,,2230010,,,,,,,,,,,,,,,"Alright, alright, it's true that the dick feels better than\nthe masturbation earlier." +179000 ,,,,,2230010,,,,,,,,,,,,,,,But... she loves Chie-chan so much that she probably doesn't\nwant to admit it. +179100 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_065.wav,komako,,0,,,,,,,,"Please, stop already... take it out..." +179200 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"No way, I decided to make Komako-chan come." +179300 ,,,,,2230030,,,,,,,,,,,,,,,But I'll shatter that illusion! +179400 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_066.wav,komako,,0,,,,,,,,"Eek, ah... ahhhh... please, don't tease me there anymore..." +179500 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,Nope. Because I want Komako-chan to like me too. So I'll\nmake you feel really good. +179600 ,,,,,2230000,,,,,,,,,,,,,,,I persistently rubbed my glans against Komako-chan's weak\nspots over and over again. +179700 ,,,,,2230000,,,,,,,,,,,,,,,"Each time, Komako-chan let out erotic moans and wiggled her\nbutt cutely." +179800 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_067.wav,komako,,0,,,,,,,,"Hyuuh, ah, nnn, ahhhh... please, I'll end up moaning\nagain..." +179900 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,That's because Komako-chan is lying. Your pussy is being so\nhonest. +180000 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_068.wav,komako,,0,,,,,,,,"I'm not lying... really, I can't take any more..." +180100 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"But look, Komako-chan's here is twitching like it wants to\ncome, right?" +180200 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_069.wav,komako,,0,,,,,,,,No... +180300 ,,,,,2230030,,,,,,,,,,,,,,,"Even if I stop moving, I can clearly feel Komako-chan's\ninsides twitching." +180400 ,,,,,2230030,,,,,,,,,,,,,,,"If I tease her a little more intensely, she might come right\naway." +180500 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, it's not embarrassing. You were just masturbating\nearlier, so it's natural to be more sensitive." +180600 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_070.wav,komako,,0,,,,,,,,"It's not that I'm embarrassed... ughhh, in front of Chie-\nchan..." +180700 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,You don't want to come in front of Chie-chan while the old\nman makes you feel good? +180800 ,,,,,2230020,,,,,,,,,,,,,,,Komako-chan nodded with her ears turning bright red. +180900 ,,,,,2230020,,,,,,,,,,,,,,,"Grrr... but now that we've come this far, the old man can't\nback down. Besides, I want to come too." +181000 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,Then you have to come quickly before Chie- chan wakes up. +181100 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_071.wav,komako,,0,,,,,,,,"No, that's not it... ughhh" +181200 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"It's not different~. If you keep holding back, Chie-chan\nwill wake up, you know?" +181300 ,,,,,2230000,,コマコ,Komako,203_KC03a_k_072.wav,komako,,0,,,,,,,,"Ah, nn, not so rough... don't... please, forgive me..." +181400 ,,,,,2230000,,主人公,Kiyoshi,,,,,,,,,,,,Nope. +181500 ,,,,,2230000,,,,,,,,,,,,,,,"While holding Komako-chan's butt, I gradually intensified my\nmovements." +181600 ,,,,,2230000,,,,,,,,,,,,,,,"As a result, Komako-chan couldn't endure the pleasure\nanymore, and her hips started moving more intensely in sync\nwith my movements." +181800 ,,,,,2230040,,コマコ,Komako,203_KC03a_k_073.wav,komako,,0,,,,,,,,"Ahh, hyuu... uuuu, no more, I really can't take it\nanymore..." +181900 ,,,,,2230040,,主人公,Kiyoshi,,,,,,,,,,,,Are you about to come? Are you about to come? +182000 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_074.wav,komako,,0,,,,,,,,"No, not with the old man's dick... being made to do\nsomething so naughty..." +182100 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"Oh~? Then, is it okay to have sex with Chie- chan's hand\nwithout permission?" +182200 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_075.wav,komako,,0,,,,,,,,Th-that's... +182300 ,,,,,2230020,,,,,,,,,,,,,,,"Komako-chan averted her eyes, caught off guard." +182400 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,"You can use the old man's dick anytime you want. If you\nreally want to have sex, just tell the old man." +182500 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_076.wav,komako,,0,,,,,,,,"Ahhh, no, why with the old man..." +182600 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"But the dick feels good, right?" +182700 ,,,,,2230040,,コマコ,Komako,203_KC03a_k_077.wav,komako,,0,,,,,,,,Mmmmm! +182800 ,,,,,2230040,,主人公,Kiyoshi,,,,,,,,,,,,"It feels good, right?" +182900 ,,,,,2230040,,,,,,,,,,,,,,,"As I asked repeatedly, thrusting vigorously into the tight\nhole, Komako-chan nodded her head shakily." +183000 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_078.wav,komako,,0,,,,,,,,"It feels good... I admit the dick feels good... so, please,\nenough..." +183100 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"If it feels good, we should do it more." +183200 ,,,,,2230040,,コマコ,Komako,203_KC03a_k_079.wav,komako,,0,,,,,,,,"No, don't teach me how good the dick feels anymore...\nhyauuu, I'm going crazy!" +183300 ,,,,,2230040,,主人公,Kiyoshi,,,,,,,,,,,,Why not? Let's remember how good it feels! +183400 ,,,,,2230040,,,,,,,,,,,,,,,I was gradually losing control. +183500 ,,,,,2230040,,,,,,,,,,,,,,,"I wanted to make Komako-chan come, but at the same time, the\nurge to ejaculate was rising." +183600 ,,,,,2230040,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, you're going to make Chie-chan feel good, right?\nRemember where it feels good!" +183700 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_080.wav,komako,,0,,,,,,,,"I've already remembered, I've remembered, so it's enough!" +183800 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"No, you have to come properly with the dick!" +183900 ,,,,,2230040,,コマコ,Komako,203_KC03a_k_081.wav,komako,,0,,,,,,,,"Hyaaah, ahhhh, no, mmmmmm!" +184000 ,,,,,2230040,,,,,,,,,,,,,,,I didn't care about being jealous of Chie- chan anymore. +184100 ,,,,,2230040,,,,,,,,,,,,,,,"If it's to come together with Komako-chan, I'll use anything\nand everything." +184200 ,,,,,2230040,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, where does it feel good? If you remember, say it!" +184300 ,,,,,2230040,,コマコ,Komako,203_KC03a_k_082.wav,komako,,0,,,,,,,,"My vagina, deep inside... hiyuu, the entrance, the top\npart... there, no, my stomach is getting hot, it's going to\nhappen!" +184400 ,,,,,2230040,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes, Komako-chan is such a good girl at being naughty,\nwell said~" +184500 ,,,,,2230020,,コマコ,Komako,203_KC03a_k_083.wav,komako,,0,,,,,,,,"Ah, nnngh, kuuuh, that's why, that's why, enough already!" +184600 ,,,,,2230020,,主人公,Kiyoshi,,,,,,,,,,,,"As a reward, I'll let you drink lots of my dick milk!" +184700 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_084.wav,komako,,0,,,,,,,,Huh? +184800 ,,,,,2230030,,,,,,,,,,,,,,,Komako-chan looked at me with tears in her eyes. +184900 ,,,,,2230030,,,,,,,,,,,,,,,"I mercilessly thrust my cock deep into Komako-chan,\nwhispering as I stirred near her cervix." +185000 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"If I pull out, your clothes will get dirty, and they'll know\nwe did something naughty, right?" +185100 ,,,,,2230010,,コマコ,Komako,203_KC03a_k_085.wav,komako,,0,,,,,,,,"Y-yeah, but..." +185200 ,,,,,2230010,,主人公,Kiyoshi,,,,,,,,,,,,"That's why I'll release all of my warm, slippery stuff\ninside Komako-chan." +185300 ,,,,,2230030,,コマコ,Komako,203_KC03a_k_086.wav,komako,,0,,,,,,,,"No, no way..." +185400 ,,,,,2230030,,主人公,Kiyoshi,,,,,,,,,,,,"So let's come together, okay?" +185500 ,,,,,2230040,,コマコ,Komako,203_KC03a_k_087.wav,komako,,0,,,,,,,,"No, nngh, fuuuh, fummmuuuuu!" +185600 ,,,,,2230040,,,,,,,,,,,,,,,The anticipation of ejaculation made the tip of my cock\nswell even more. +185700 ,,,,,2230040,,,,,,,,,,,,,,,It seemed like the tightness inside Komako- chan increased\ntoo. Her trembling vaginal walls told me she was about to\ncome. +185800 ,,,,,2230040,,,,,,,,,,,,,,,"I vigorously rubbed against that spot, thrusting up into\nKomako-chan." +186000 ,,,,,2230050,,コマコ,Komako,203_KC03a_k_088.wav,komako,,0,,,,,,,,Nnnnnngh!? +186100 ,,,,,2230050,,,,,,,,,,,,,,,Sploosh! +186200 ,,,,,2230050,,,,,,,,,,,,,,,The forcefully spurting semen knocked on Komako-chan's\ncervix and spread inside her vagina. +186300 ,,,,,2230050,,コマコ,Komako,203_KC03a_k_089.wav,komako,,0,,,,,,,,"Nnnngh, nnn, fuuuuh... nnnngh!" +186400 ,,,,,2230050,,,,,,,,,,,,,,,"Splat, splat, splat, splat, splaaaaat!" +186500 ,,,,,2230050,,,,,,,,,,,,,,,The second and third waves of semen began their assault on\nKomako-chan's pussy. +186600 ,,,,,2230050,,コマコ,Komako,203_KC03a_k_090.wav,komako,,0,,,,,,,,"Nnngh, nn, kuuuuh, nnngh, muuuu... nnngh" +186700 ,,,,,2230050,,,,,,,,,,,,,,,The sensation of semen hitting her vagina and the twitching\nof my cock during ejaculation. +186800 ,,,,,2230050,,,,,,,,,,,,,,,"Komako-chan's overly sensitive pussy seemed to feel it\nintensely, with her vaginal spasms going wild." +186900 ,,,,,2230050,,主人公,Kiyoshi,,,,,,,,,,,,"Haha, Komako-chan came too. I can feel it clearly on my\ncock..." +187000 ,,,,,2230050,,コマコ,Komako,203_KC03a_k_091.wav,komako,,0,,,,,,,,Nnngh... hic! +187100 ,,,,,2230050,,,,,,,,,,,,,,,"Komako-chan glared at me with teary eyes, but when I rubbed\nher semen-covered pussy with my still-hard cock, she let out\na cute voice." +187200 ,,,,,2230050,,,,,,,,,,,,,,,It seemed she couldn't hold back after being stimulated\nwhile coming. +187300 ,,,,,2230050,,,,,,,,,,,,,,,So cute. +187400 ,,,,,2230050,,コマコ,Komako,203_KC03a_k_092.wav,komako,,0,,,,,,,,"Fuu... nnngh, nnngh... uuu..." +187500 ,,,,,2230050,,,,,,,,,,,,,,,"Trying hard to suppress her voice, Komako- chan savored her\nclimax and squeezed out the semen from my cock." +187600 ,,,,,2230050,,,,,,,,,,,,,,,"As a cocktail of love juices and semen overflowed from our\njoined parts with a squelch, Komako-chan finally took a\nbreath." +187800 ,,,,,2230060,,コマコ,Komako,203_KC03a_k_093.wav,komako,,0,,,,,,,,"Ugh... down there, it's still tingling..." +187900 ,,,,,2230060,,主人公,Kiyoshi,,,,,,,,,,,,"It's true, it's still twitching." +188000 ,,,,,2230060,,,,,,,,,,,,,,,"Looking at it, Komako-chan's pussy was still twitching from\nthe afterglow of her climax." +188100 ,,,,,2230060,,,,,,,,,,,,,,,"Every time her frilly labia minora quivered, semen flowed\nback out, which was so erotic." +188200 ,,,,,2230060,,,,,,,,,,,,,,,Tonight's material is decided. +188300 ,,,,,2230060,,コマコ,Komako,203_KC03a_k_094.wav,komako,,0,,,,,,,,Haa haa... haa haa... don't look too much... +188400 ,,,,,2230060,,主人公,Kiyoshi,,,,,,,,,,,,S-sorry. +188500 ,,,,,2230060,,,,,,,,,,,,,,,"Even as I said that, my eyes couldn't help but wander." +188600 ,,,,,2230060,,,,,,,,,,,,,,,"Komako-chan, having just climaxed, seemed too exhausted to\ncover herself." +188700 ,,,,,2230060,,,,,,,,,,,,,,,"Her eyes were glazed over, and a bit of drool was at the\ncorner of her mouth." +188800 ,,,,,2230060,,主人公,Kiyoshi,,,,,,,,,,,,"But it felt good, right? I'll always be here for you, you\nknow." +188900 ,,,,,2230060,,,,,,,,,,,,,,,It was clear that Komako-chan had climaxed from my cock. +189000 ,,,,,2230060,,,,,,,,,,,,,,,"So, thinking about next time, I whispered with a grin." +189100 ,,,,,2230060,,コマコ,Komako,203_KC03a_k_095.wav,komako,,0,,,,,,,,!! +189200 ,$event_return,,,,,,,,,,,,,,,,,,, +189400 ,,,8,31,,,,,,,,,,,,,,,,"But at that moment, Komako-chan sprang up with surprising\nagility, despite having been so exhausted." +189500 ,,,,,,,,,,,,,,,,,,,,"She quickly pulled up her pants and underwear, glaring at\nme." +189600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,K-Komako-chan? +189700 ,,,,,,,コマコ,Komako,203_KC03a_k_096.wav,komako,,10,,,,,,,,You idiot! +189900 ,,,,,,,,,,komako,,10,,,,,,,,"The next moment, a cushion flew at my face." +190000 ,,,,,,,主人公,Kiyoshi,,komako,,10,,,,,,,,"Ouch... Komako-chan, what are you..." +190100 ,,,,,,,,,,komako,,10,,,,,,,,"Before I could even question when she threw the cushion,\nKomako-chan approached with another cushion in hand." +190200 ,,,,,,,コマコ,Komako,203_KC03a_k_097.wav,komakoL,,30,,,,,,,,"Idiot, idiot, idiot! I hate you! I absolutely hate you!" +190300 ,,,,,,,主人公,Kiyoshi,,komakoL,,30,,,,,,,,Ehhh?! +190400 ,,,,,,,,,,komakoL,,30,,,,,,,,No way! I made her feel so good! +190500 ,,,,,,,,,,komakoL,,30,,,,,,,,"Sure, she was saying no with her mouth, but in the end, she\nwas feeling it... isn't that just a case of 'playing hard to\nget'?" +190600 ,,,,,,,コマコ,Komako,203_KC03a_k_098.wav,komakoL,,29,,,,,,,,"Idiot, I hate you! I won't forgive you this time!" +190800 ,,,,,,,,,,komakoL,,29,,,,,,,,"Whap, whap, whap, a barrage of cushions assaulted my face." +190900 ,,,,,,,主人公,Kiyoshi,,komakoL,,29,,,,,,,,"Ouch, ouch, ouch, wait, hold on, Komako- chan! We can talk\nthis out!" +191000 ,,,,,,,コマコ,Komako,203_KC03a_k_099.wav,komakoL,,10,,,,,,,,"No. You're even dumber than a puppy, old man! I will never\nforgive you!" +191100 ,,,,,,,主人公,Kiyoshi,,komakoL,,10,,,,,,,,"I'm sorry, I'm sorry, I won't do it again~!" +191200 ,,,,,,,,,,komakoL,,10,,,,,,,,"Getting hit with a cushion doesn't hurt much, but hearing 'I\nhate you' and 'I won't forgive you' makes my chest ache!" +191300 ,,,,,,,,,,komakoL,,10,,,,,,,,"Unable to bear it, I found myself bowing deeply, and Komako-\nchan continued to hit me with the cushion." +191400 ,,,,,,,コマコ,Komako,203_KC03a_k_100.wav,komako,,15,,,,,,,,I won't forgive you even if you apologize! +191500 ,,,,,,,主人公,Kiyoshi,,komako,,15,,,,,,,,I said I'm sorry~! +191600 ,,,,,,,,,,komako,,15,,,,,,,,"Ah, it seems Komako-chan's anger won't subside. Someone,\nhelp me!" +191700 ,,,,,,,千恵,Chie,203_KC03a_c_014.wav,,,,chie,,3,,,,,...What are you doing? +191800 ,,,,,,,,,,,,,chie,,3,,,,,Help came from right beside me. +191900 ,,,,,,,コマコ,Komako,203_KC03a_k_101.wav,komako,,13,chie,,3,,,,,Uh! T-this is because the old man... +192000 ,,,,,,,,,,komako,,13,chie,,3,,,,,"Unable to say it was because we did something naughty,\nKomako-chan hesitated." +192100 ,,,,,,,,,,komako,,13,chie,,3,,,,,"Wait, if I cover for her here, maybe she'll forgive me!" +192200 ,,,,,,,主人公,Kiyoshi,,komako,,13,chie,,3,,,,,"Uh, um, the old man accidentally ate Komako- chan's kinako\nstick. I'm sorry, Komako-chan!" +192300 ,,,,,,,,,,komako,,13,chie,,3,,,,,"In reality, it was Komako-chan who ate the stick." +192400 ,,,,,,,コマコ,Komako,203_KC03a_k_102.wav,komako,,14,chie,,3,,,,,Y-yeah! That's why I'm mad. +192500 ,,,,,,,千恵,Chie,203_KC03a_c_015.wav,komako,,14,chie,,10,,,,,"Oh, that's not good, old man. Did you apologize?" +192600 ,,,,,,,主人公,Kiyoshi,,komako,,14,chie,,10,,,,,"Yes, I did! I did!" +192700 ,,,,,,,甜花,Tenka,203_KC03a_t_005.wav,komako,,14,chie,,10,tenka,,12,,"Haa... But you don't have to get that mad over just one\nkinako stick. I thought Komako was more mature than Chie,\nbut you're still a child." +192800 ,,,,,,,コマコ,Komako,203_KC03a_k_103.wav,komako,,31,chie,,10,tenka,,12,,............ +192900 ,,,,,,,,,,komako,,31,chie,,10,tenka,,12,,"Hearing that from Tenka-chan, Komako-chan turned bright red." +193000 ,,,,,,,千恵,Chie,203_KC03a_c_016.wav,komako,,31,chie,,23,tenka,,12,,"Koma-chan, the old man apologized, so forgive him. I'll\nshare my kinako stick with you!" +193100 ,,,,,,,コマコ,Komako,203_KC03a_k_104.wav,komako,,13,chie,,23,tenka,,12,,"Ugh! Ugh! Fine, I'll forgive you." +193200 ,,,,,,,,,,komako,,13,chie,,23,tenka,,12,,Yay~! +193300 ,,,,,,,,,,,,,,,,,,,,"Even though it was thanks to Chie-chan, which left me a bit\nunsatisfied, I was forgiven." +193400 ,,,,,,,,,,,,,,,,,,,,But now I'm ranked lower than the pet dog again. +193500 ,,,,,,,,,,,,,,,,,,,,When will I become Komako-chan's favorite person? +193600 ,,,,,,,,,,,,,,,,,,,,Haa... The future seems very challenging. +193700 ,,,0,9001,,,,,,,,,,,,,,,, +193900 ,@204_KC03b,,,,,,,,,,,,,,,,,,, +194200 ,,,15,33,,,主人公,Kiyoshi,,,,,,,,,,,,Haa~... Maybe I went a bit too far. +194300 ,,,,,,,,,,,,,,,,,,,,"Even though she said she forgave me, Komako- chan didn't\ntalk to me after that." +194400 ,,,,,,,,,,,,,,,,,,,,"When she left, she didn't even say goodbye and just turned\naway." +194500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, what should I do if Komako-chan hates me..." +194600 ,,,,,,,,,,,,,,,,,,,,"Regret is welling up now. During the moment, the pleasure\nand excitement took over, and I ended up having sex with\nKomako-chan enthusiastically..." +194700 ,,,,,,,,,,,,,,,,,,,,"Komako-chan is definitely angry, right? But, but, Komako-\nchan seemed to enjoy it too, and I made sure she climaxed..." +194800 ,,,,,,,,,,,,,,,,,,,,"As I doodled circles on the tatami in frustration, I heard\nsomeone enter the shop. Why now, of all times?" +194900 ,,,,,,,,,,,,,,,,,,,,"I couldn't just ignore it, so I stood up with a grunt and\nopened the shoji." +195000 ,,,,43,,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, we're closed for the day... Wait, Komako-chan!?" +195100 ,,,,,,,,,,,,,,,,,,,,And there stood Komako-chan. +195200 ,,,,23,,,コマコ,Komako,204_KC03b_k_000.wav,"komako,privateB",,37,,,,,,,,............ +195300 ,,,,,,,,,,komako,,37,,,,,,,,She's looking at me with a piercing gaze. As I thought...\nshe's still angry~. +195400 ,,,,,,,,,,komako,,37,,,,,,,,"But, since she went out of her way to come here, maybe she\nhas something to say." +195500 ,,,,,,,主人公,Kiyoshi,,komako,,37,,,,,,,,"Uh, um, for now, come on in. Do you want some tea or\nsomething?" +195600 ,,,,,,,コマコ,Komako,204_KC03b_k_001.wav,komako,,35,,,,,,,,I don't need any. +195700 ,,,,43,,,,,,,,,,,,,,,,"With her cheeks puffed out, Komako-chan stomped into the\nback room with big strides, looking displeased. Ugh, she's\ndefinitely angry!" +195800 ,,,,,,,,,,,,,,,,,,,,What should I do if she says she won't have sex with me\nanymore... I absolutely don't want that! +195900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, um, what's up? Did you forget something?" +196000 ,,,,,,,,,,,,,,,,,,,,"As I nervously spoke to her, Komako-chan glared at me. The\nnext moment, she grabbed a cushion and swung it high." +196100 ,,,14,,,,,,,"komakoL,privateB",,10,,,,,,,,Whack! +196200 ,,,,,,,主人公,Kiyoshi,,komakoL,,10,,,,,,,,Ouch! +196300 ,,,,,,,,,,komakoL,,10,,,,,,,,Whack whack whack whack whack whack! +196400 ,,,,,,,,,,komakoL,,10,,,,,,,,"The continuous cushion attack assaulted my face, arms,\nchest, and stomach." +196500 ,,,,,,,主人公,Kiyoshi,,komakoL,,1,,,,,,,,"Ouch ouch ouch, w-what? What's wrong?" +196600 ,,,,,,,コマコ,Komako,204_KC03b_k_002.wav,komakoL,,30,,,,,,,,"Because I haven't hit you enough. I'm still angry, you know." +196700 ,,,,,,,,,,komakoL,,30,,,,,,,,Whack whack whack! +196800 ,,,,,,,,,,komakoL,,30,,,,,,,,"In front of Chie-chan, she had temporarily put down her\nweapon, but it seems Komako- chan's anger wasn't appeased at\nall." +196900 ,,,,,,,コマコ,Komako,204_KC03b_k_003.wav,komakoL,,15,,,,,,,,"I told you no! I said it was no good, but you forced\nyourself on me. I hate people like that! I really hate it!" +197000 ,,,,,,,主人公,Kiyoshi,,komakoL,,15,,,,,,,,"I'm sorry, I'm sorry, I'm so sorry~. But, Komako-chan was\njust too cute~." +197100 ,,,,,,,コマコ,Komako,204_KC03b_k_004.wav,komakoL,,10,,,,,,,,Don't make excuses like an adult. +197200 ,,,,,,,主人公,Kiyoshi,,komakoL,,10,,,,,,,,"I'm sorry~. But I like you, Komako-chan. When you show me\nsuch a sexy side, I can't hold back~." +197300 ,,,,,,,コマコ,Komako,204_KC03b_k_005.wav,komakoL,,29,,,,,,,,You have to hold back! Stupid old man! Even Laika can wait\nproperly! +197400 ,,,,,,,主人公,Kiyoshi,,komakoL,,29,,,,,,,,"Ugh, I'm sorry for being worse than a dog~." +197500 ,,,,,,,,,,komakoL,,29,,,,,,,,How pathetic. +197600 ,,,,,,,,,,komakoL,,29,,,,,,,,"She said I'm worse than a dog. Ugh, at this rate, Komako-\nchan will hate me." +197700 ,,,,,,,,,,komakoL,,29,,,,,,,,"But I really like Komako-chan, so I wanted to do it~." +197800 ,,,,,,,コマコ,Komako,204_KC03b_k_006.wav,komakoL,,34,,,,,,,,"Hah, hah, hah..." +197900 ,,,,,,,,,,komakoL,,34,,,,,,,,Komako-chan was out of breath from hitting me too much. She\nstopped for a moment and glared at me intensely. +198000 ,,,,,,,,,,komakoL,,34,,,,,,,,"I have to somehow make her feel better during this pause. I\ndon't really want to say it, but there's only one way left." +198100 ,,,,,,,主人公,Kiyoshi,,komakoL,,34,,,,,,,,I-I'll make it so you can do it with Chie- chan! +198200 ,,,15,,,,コマコ,Komako,204_KC03b_k_007.wav,komakoL,,24,,,,,,,,!! +198300 ,,,,,,,,,,komakoL,,24,,,,,,,,"Komako-chan, who was about to raise the cushion again,\nsuddenly stopped." +198400 ,,,,,,,,,,komakoL,,24,,,,,,,,She tilted her head in suspicion. +198500 ,,,,,,,コマコ,Komako,204_KC03b_k_008.wav,komakoL,,13,,,,,,,,Really...? But how? +198600 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"If Komako-chan confesses to Chie-chan, you can do it! After\nall, I confessed to you, Komako-chan, and we did it, right?" +198700 ,,,,,,,コマコ,Komako,204_KC03b_k_009.wav,komakoL,,11,,,,,,,,Mmm... hmm. +198800 ,,,,,,,,,,komakoL,,11,,,,,,,,"Komako-chan lowered her arms and started thinking. It's a\nrough plan, but it might work." +198900 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,"Tomorrow, Tenka-chan has to go home early for family\nmatters, right?" +199000 ,,,,,,,コマコ,Komako,204_KC03b_k_010.wav,komakoL,,32,,,,,,,,Yeah. +199100 ,,,,,,,主人公,Kiyoshi,,komakoL,,32,,,,,,,,"Then after that, I'll ask you and Chie-chan to watch the\nhouse, so you can confess then!" +199200 ,,,,,,,主人公,Kiyoshi,,komakoL,,32,,,,,,,,"And if you tell Chie-chan you want to have sex, she'll let\nyou!" +199300 ,,,,,,,コマコ,Komako,204_KC03b_k_011.wav,komakoL,,13,,,,,,,,But... can you really have sex just by confessing that\neasily? +199400 ,,,,,,,,,,komakoL,,13,,,,,,,,"Komako-chan looked at me with a suspicious gaze. Ugh, maybe\nthat was too sloppy." +199500 ,,,,,,,,,,komakoL,,13,,,,,,,,"No, but I have to push through with this." +199600 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"It's okay! Girls are happy when they're told they're loved,\nand if you say you want to have sex because you love them,\nthey'll be delighted!" +199700 ,,,,,,,コマコ,Komako,204_KC03b_k_012.wav,komakoL,,12,,,,,,,,"...Even if an old man tells me he wants to have sex or loves\nme, I'm not really happy about it." +199800 ,,,,,,,,,,komakoL,,12,,,,,,,,Ouch! +199900 ,,,,,,,,,,komakoL,,12,,,,,,,,That hit hard. It really hit hard. My chest hurts so much I\nwant to curl up and cry. +200000 ,,,,,,,,,,komakoL,,12,,,,,,,,"But I can't back down here. Holding back my tears, I forced\na smile." +200100 ,,,,,,,主人公,Kiyoshi,,komakoL,,12,,,,,,,,"N-not really... means you were a little happy, right?" +200200 ,,,,,,,コマコ,Komako,204_KC03b_k_013.wav,komakoL,,13,,,,,,,,"W-well... a little. Just a little. Really just a little,\nokay?" +200300 ,,,,,,,,,,komakoL,,13,,,,,,,,No need to emphasize it that much... +200400 ,,,,,,,,,,komakoL,,13,,,,,,,,"But seeing Komako-chan's pure white cheeks turn slightly\npink, it seems she wasn't entirely against being confessed\nto." +200500 ,,,,,,,,,,komakoL,,13,,,,,,,,"After all, she did let me have sex with her." +200600 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"But even if Komako-chan was only a little happy, you still\nlet me have sex, right?" +200700 ,,,,,,,コマコ,Komako,204_KC03b_k_014.wav,komakoL,,31,,,,,,,,"...You forced it, didn't you?" +200800 ,,,,,,,,,,komakoL,,31,,,,,,,,"Komako-chan tightened her grip on the cushion. This is bad,\nI made things worse." +200900 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,"A-ahhh, but, but it wasn't forced at first, right? Right?" +201000 ,,,,,,,コマコ,Komako,204_KC03b_k_015.wav,komakoL,,13,,,,,,,,"At first, yeah. It was practice." +201100 ,,,,,,,,,,komakoL,,13,,,,,,,,"Reluctantly, Komako-chan lowered the cushion. Phew." +201200 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"Chi-chan would definitely be happier if Komako-chan\nconfessed to her than if an old man confessed to her, so\nshe'd let you have sex!" +201300 ,,,,,,,コマコ,Komako,204_KC03b_k_016.wav,komakoL,,26,,,,,,,,R-really? Would she be that happy? +201400 ,,,,,,,主人公,Kiyoshi,,komakoL,,26,,,,,,,,"Yeah, she'd definitely be happy." +201500 ,,,,,,,,,,komakoL,,26,,,,,,,,"Saying it myself makes me sad, but Chi-chan and Komako-chan\nare close friends, so I think she'd be happy if she was told\nshe was liked... yeah." +201600 ,,,,,,,,,,komakoL,,26,,,,,,,,"I mean, Komako-chan looks really happy. Ugh, I wish she'd\nmake that face when I say I like her too." +201700 ,,,,,,,コマコ,Komako,204_KC03b_k_017.wav,komakoL,,13,,,,,,,,Do you think Chi-chan would let me have sex? +201800 ,,,,,,,,,,komakoL,,13,,,,,,,,"Oops, this isn't the time to be feeling down." +201900 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"Yeah. Plus, Chi-chan is a bit weak to pressure, so if you\nask earnestly, I'm sure she'd let you." +202000 ,,,,,,,,,,komakoL,,13,,,,,,,,"I actually kind of believe this. Chi-chan seems weak to\nrequests, and it feels like if you begged, she'd let you." +202100 ,,,,,,,,,,komakoL,,13,,,,,,,,"I hope she doesn't get tricked by bad guys when she grows\nup. No, before that, she's being targeted by a naughty girl." +202200 ,,,,,,,コマコ,Komako,204_KC03b_k_018.wav,komakoL,,2,,,,,,,,Got it. Then I'll try my best to tell Chi- chan I like her\ntomorrow. +202300 ,,,,,,,,,,komakoL,,2,,,,,,,,"Komako-chan listened to my story and thought for a bit, but\neventually nodded." +202400 ,,,,,,,主人公,Kiyoshi,,komakoL,,2,,,,,,,,"I-I see, good luck." +202500 ,,,,,,,,,,komakoL,,2,,,,,,,,"At that moment, my chest ached." +202600 ,,,,,,,,,,komakoL,,2,,,,,,,,Even though I set it up myself... thinking that Komako-chan\nwould confess to Chi-chan tomorrow made me unbearably\nlonely. +202700 ,,,,,,,コマコ,Komako,204_KC03b_k_019.wav,komakoL,,1,,,,,,,,"Thank you, old man. I'm looking forward to tomorrow!" +202800 ,,,,,,,,,,,,,,,,,,,,"But seeing Komako-chan's happy, bashful smile, there was no\nway I could say I didn't want it anymore..." +202900 ,,,,,,,,,,,,,,,,,,,,"Crying inside, I nodded with a smile at Komako-chan." +203000 ,,,0,9000,,,,,,,,,,,,,,,, +203200 ,@205_KC04,,,,,,,,,,,,,,,,,,, +203500 ,,,,,,,,,,,,,,,,,,,, +203600 ,,,3,11,,,,,,,,,,,,,,,,"In the morning, while preparing to open the shop, Komako-\nchan came by herself." +203700 ,,,,,,,コマコ,Komako,205_KC04_k_000.wav,,,,"komako,private",,7,,,,,"Good morning, old man." +203800 ,,,,,,,主人公,Kiyoshi,,,,,komako,,7,,,,,"Good morning, you're quite early today. Did you come by\nyourself?" +203900 ,,,,,,,コマコ,Komako,205_KC04_k_001.wav,,,,komako,,27,,,,,"Yeah, because today is an important day." +204000 ,,,,,,,,,,,,,komako,,27,,,,,"Komako-chan clenched her fists and made a small guts pose,\nexuding an extraordinary determination." +204100 ,,,,,,,,,,,,,komako,,27,,,,,She seemed fully motivated. +204200 ,,,,,,,コマコ,Komako,205_KC04_k_002.wav,,,,komako,,23,,,,,I thought we should go over the plan one more time. +204300 ,,,,,,,主人公,Kiyoshi,,,,,komako,,23,,,,,I see. +204400 ,,,,,,,,,,,,,komako,,23,,,,,"Well, it's not really much of a plan." +204500 ,,,,,,,,,,,,,komako,,23,,,,,But I couldn't just dismiss the eager Komako- chan. I\nstopped what I was doing and sat with her on the bench in\nfront of the shop. +204600 ,,,,,,,,,,,,,komako,,23,,,,,We went over today's steps one by one. +204700 ,,,,,,,コマコ,Komako,205_KC04_k_003.wav,,,,"komakoL,private",,3,,,,,"Um, Tenka-chan goes home after lunch, right?" +204800 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,3,,,,,"Yeah, that's what I heard. Once Tenka-chan leaves, I'll go\nshopping. I'll leave the shop to you and Chi-chan." +204900 ,,,,,,,コマコ,Komako,205_KC04_k_004.wav,,,,komakoL,,7,,,,,"Got it. Once I'm alone with Chi-chan, it's finally time to\nconfess." +205000 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,7,,,,,"Yeah... Tell her you like her, and that you want to be\nintimate." +205100 ,,,,,,,,,,,,,komakoL,,7,,,,,Throb. +205200 ,,,,,,,,,,,,,komakoL,,7,,,,,"Saying that made my chest ache again, like being pricked by\na toothpick." +205300 ,,,,,,,,,,,,,komakoL,,7,,,,,But Komako-chan didn't notice my sentimental heart and\nnodded seriously. +205400 ,,,,,,,コマコ,Komako,205_KC04_k_005.wav,,,,komakoL,,22,,,,,I'm nervous and my heart is pounding... but I'll try my\nbest. +205500 ,,,,,,,主人公,Kiyoshi,,,,,komakoL,,22,,,,,"Y-Yeah, do your best." +205600 ,,,,,,,,,,,,,komakoL,,22,,,,,"I tried to smile, but it ended up stiff. Komako-chan didn't\nseem to find it suspicious." +205700 ,,,,,,,,,,,,,komakoL,,22,,,,,She was probably too focused on Chi-chan. +205800 ,,,,,,,,,,,,,komakoL,,22,,,,,Moreover―― +205900 ,,,,,,,コマコ,Komako,205_KC04_k_006.wav,,,,komakoL,,27,,,,,"Yeah, I'll do my best. I've prepared everything perfectly." +206100 ,,,,,9204000,,,,,,,,,,,,,,,Komako-chan stood up and lifted her skirt. +206200 ,,,,,9204000,,,,,,,,,,,,,,,"Whoa, Komako-chan's panties... I almost got excited for a\nmoment, but what caught my eye was a shiny toy dick." +206300 ,,,,,9204000,,,,,,,,,,,,,,,The strap-on I gave her as a gift before. It seems Komako-\nchan wore it from home. +206400 ,,,,,9204000,,主人公,Kiyoshi,,,,,,,,,,,,"Gulp... Y-You're serious, Komako-chan." +206500 ,,,,,,,コマコ,Komako,205_KC04_k_007.wav,,,,komako,,31,,,,,"Yeah, I'm definitely going to have sex with Chi-chan today." +206600 ,,,,,,,,,,,,,komako,,31,,,,,"Komako-chan declared with slightly flushed cheeks, and even\nat a time like this, she looked really cute." +206700 ,,,,,,,,,,,,,komako,,31,,,,,"No, maybe it's because it's a time like this..." +206800 ,,,,,,,,,,,,,komako,,31,,,,,"The excitement and nervousness before confessing to someone\nyou like turned Komako- chan's white cheeks pink, and her\ndetermined expression looked very dignified and beautiful." +206900 ,,,,,,,主人公,Kiyoshi,,,,,komako,,31,,,,,D-Do your best... okay. +207000 ,,,,,,,,,,,,,komako,,31,,,,,But that face wasn't directed at me. The obviousness of that\nfact made me feel incredibly lonely. +207300 ,,,8,31,,,甜花,Tenka,205_KC04_t_000.wav,,,,,,,"tenka,private",,4,,"Wow, it's already this late. Well, I'm heading home today." +207400 ,,,,,,,千恵,Chie,205_KC04_c_000.wav,,,,"chie,private",,1,,,,,"Yeah, let's hang out again tomorrow, Tenka- chan!" +207500 ,,,,,,,コマコ,Komako,205_KC04_k_008.wav,komako,,21,,,,,,,,See you. +207600 ,,,,,,,甜花,Tenka,205_KC04_t_001.wav,,,,,,,tenka,,1,,"See you~. Goodbye, mister." +207700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah, goodbye." +207800 ,,,,,,,,,,,,,,,,,,,,"After noon, Tenka-chan went home." +207900 ,,,,,,,コマコ,Komako,205_KC04_k_009.wav,komako,,7,,,,,,,,............ +208000 ,,,,,,,,,,komako,,7,,,,,,,,"Komako-chan was fidgeting and kept glancing at me. I know,\nit's time to execute the plan." +208100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, sorry, mister, I'm going to do some shopping, so could\nyou and Komako-chan watch the place for me?" +208200 ,,,,,,,千恵,Chie,205_KC04_c_001.wav,,,,chie,,3,,,,,Watch the place? Sure! Will you bring us a souvenir? +208300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"I won't bring a souvenir, but if you behave and watch the\nplace, I'll give you a treat." +208400 ,,,,,,,千恵,Chie,205_KC04_c_002.wav,,,,chie,,1,,,,,"Yay~! Let's do our best to watch the place, Komachan!" +208500 ,,,,,,,コマコ,Komako,205_KC04_k_010.wav,komako,,1,chie,,1,,,,,Y-Yeah. +208600 ,,,,,,,,,,komako,,1,chie,,1,,,,,"Alright, first hurdle cleared. ...Though it feels really\nempty." +208700 ,,,,,,,コマコ,Komako,205_KC04_k_011.wav,komakoL,,17,,,,,,,,"We'll be fine on our own, so mister, you should go shopping\nquickly." +208800 ,,,,,,,,,,komakoL,,17,,,,,,,,"But Komako-chan was pushing me out the door. It's only\nnatural, but being treated like a nuisance makes my mood\nplummet." +208900 ,,,,,,,,,,komakoL,,17,,,,,,,,"That's right, if I'm here, they can't have fun with Chie-\nchan..." +209000 ,,,,,,,,,,komakoL,,17,,,,,,,,"But if I don't leave, Komako-chan will end up disliking me." +209100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Okay, I'm going. Please watch the place." +209200 ,,,,,,,千恵,Chie,205_KC04_c_003.wav,komako,,1,chie,,21,,,,,Okay! Have a good trip! +209300 ,,,,,,,コマコ,Komako,205_KC04_k_012.wav,komako,,1,chie,,21,,,,,Have a good trip. +209400 ,,,,,,,,,,,,,,,,,,,,"Dragging my heavy feet, I headed outside." +209600 ,,,12,11,,,,,,,,,,,,,,,,"As I reached the front of the store, my vision blurred." +209700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, Komako-chan..." +209800 ,,,,,,,,,,,,,,,,,,,,"I created this situation myself, and I feel pathetic. But\nstill, they didn't have to be so blatant about kicking me\nout." +209900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...For now, let's see how things go." +210000 ,,,,,,,,,,,,,,,,,,,,"If things don't go well, I'll have to comfort Komako-chan." +210100 ,,,,,,,,,,,,,,,,,,,,I quietly snuck back into the store and decided to watch the\ntwo of them through a gap in the sliding door. +210300 ,,,10,31,,,千恵,Chie,205_KC04_c_004.wav,komako,,22,chie,,1,,,,,"Ehehe, what should we play?" +210400 ,,,,,,,コマコ,Komako,205_KC04_k_013.wav,komako,,20,chie,,1,,,,,Y-Yeah. +210500 ,,,,,,,,,,komako,,20,chie,,1,,,,,"Peeking in, it seemed like she hadn't confessed yet. Well,\nof course. I just left a moment ago." +210600 ,,,,,,,,,,komako,,20,chie,,1,,,,,"Chie-chan was being innocent, while Komako- chan was\nfidgeting." +210700 ,,,,,,,,,,komako,,20,chie,,1,,,,,Just watching them made my chest tighten painfully. +210800 ,,,,,,,千恵,Chie,205_KC04_c_005.wav,komako,,20,chie,,21,,,,,Do you want to draw? Or maybe... +210900 ,,,,,,,コマコ,Komako,205_KC04_k_014.wav,komako,,27,chie,,21,,,,,Chie-chan! +211000 ,,,,,,,千恵,Chie,205_KC04_c_006.wav,komako,,27,chie,,21,,,,,? +211100 ,,,,,,,,,,komako,,27,chie,,21,,,,,Komako-chan tightly grasped Chie-chan's hand. Chie-chan\nlooked puzzled. +211200 ,,,,,,,,,,komako,,27,chie,,21,,,,,Komako-chan leaned her forehead against Chie- chan's\nshoulder as if seeking comfort. +211300 ,,,,,,,千恵,Chie,205_KC04_c_007.wav,komako,,27,chie,,3,,,,,"Koma-chan, what's wrong? It's hot if you cling like that~.\nOh, are we playing pretend cats?" +211400 ,,,,,,,コマコ,Komako,205_KC04_k_015.wav,komako,,7,chie,,3,,,,,"No, that's not it." +211500 ,,,,,,,,,,komako,,7,chie,,3,,,,,"Komako-chan stared intently at Chie-chan's face. My heart\nached as if it would explode. Ah, she's definitely going to\nsay it. Komako- chan is going to confess." +211600 ,,,,,,,,,,komako,,7,chie,,3,,,,,What should I do if Komako-chan and Chie-chan become lovey-\ndovey? +211700 ,,,,,,,,,,komako,,7,chie,,3,,,,,Could it be that I'm no longer needed? Am I going to be\nunnecessary? +211800 ,,,,,,,,,,komako,,7,chie,,3,,,,,I don't want that! +211900 ,,,,,,,千恵,Chie,205_KC04_c_008.wav,komako,,7,chie,,23,,,,,"Then, what is it? What's wrong?" +212000 ,,,,,,,コマコ,Komako,205_KC04_k_016.wav,komako,,2,chie,,23,,,,,"Um, um..." +212100 ,,,,,,,,,,komako,,2,chie,,23,,,,,"But Komako-chan, unaware of my feelings, was trying her best\nto confess. Holding back the urge to shout, I held my\nbreath." +212200 ,,,,,,,,,,komako,,2,chie,,23,,,,,Komako-chan took a deep breath. +212300 ,,,,,,,,,,komako,,2,chie,,23,,,,,And then―― +212400 ,,,,,,,コマコ,Komako,205_KC04_k_017.wav,komako,,13,chie,,23,,,,,"I, um, I like you, Chie-chan." +212500 ,,,,,,,,,,komako,,13,chie,,23,,,,,She said it! +212600 ,,,,,,,千恵,Chie,205_KC04_c_009.wav,komako,,13,chie,,1,,,,,"Yeah, Chie-chan likes Koma-chan too." +212700 ,,,,,,,,,,komako,,13,chie,,1,,,,,"Chie-chan casually responded to Komako-chan's once-in-a-\nlifetime confession. Um, that's as friends... right? It's\nChie-chan, after all." +212800 ,,,,,,,コマコ,Komako,205_KC04_k_018.wav,komako,,22,chie,,1,,,,,Really? I'm so happy. Can I kiss you? +212900 ,,,,,,,,,,komako,,22,chie,,1,,,,,"But Komako-chan, having been told she was liked by Chie-\nchan, eagerly pressed forward." +213000 ,,,,,,,千恵,Chie,205_KC04_c_010.wav,komako,,22,chie,,18,,,,,"Kiss? Sure, go ahead~" +213100 ,,,,,,,コマコ,Komako,205_KC04_k_019.wav,komako,,6,chie,,18,,,,,"Then, I'll do it. ...Smooch▼" +213200 ,,,,,,,,,,komako,,6,chie,,18,,,,,"Finally, the two of them kissed right in front of me. It was\nstill an innocent kiss, just pressing their lips together." +213300 ,,,,,,,,,,komako,,6,chie,,18,,,,,"The sight of two girls kissing was so beautiful and cute, it\nmade my heart race." +213400 ,,,,,,,,,,komako,,6,chie,,18,,,,,"Even though my chest hurt so much, I was getting excited." +213500 ,,,,,,,コマコ,Komako,205_KC04_k_020.wav,komako,,6,chie,,18,,,,,"Mmm... slurp, smooch, slurp...▼" +213600 ,,,,,,,,,,komako,,6,chie,,18,,,,,"As I watched, Komako-chan actively slipped her tongue in.\nShe never did that when kissing me." +213700 ,,,,,,,,,,komako,,6,chie,,18,,,,,"Even though I was so frustrated, the way Komako-chan's pink\ntongue moved and licked Chie-chan's lips was incredibly\nerotic, and my crotch reacted." +213800 ,,,,,,,,,,komako,,6,chie,,18,,,,,"Ugh, my body and heart are separate things." +213900 ,,,,,,,千恵,Chie,205_KC04_c_011.wav,komako,,6,chie,,24,,,,,Huh? Mmm~!? +214000 ,,,,,,,,,,komako,,6,chie,,24,,,,,Chie-chan flinched when her tongue was inserted and pulled\naway from Komako-chan. +214100 ,,,,,,,千恵,Chie,205_KC04_c_012.wav,komako,,6,chie,,24,,,,,Eh? Wh-what? What was that just now? +214200 ,,,,,,,コマコ,Komako,205_KC04_k_021.wav,komako,,26,chie,,24,,,,,"It's an adult kiss. When people who like each other kiss,\nthey lick inside each other's mouths." +214300 ,,,,,,,千恵,Chie,205_KC04_c_013.wav,komako,,26,chie,,23,,,,,Really? It feels a bit strange... +214400 ,,,,,,,,,,komako,,26,chie,,23,,,,,Komako-chan was doing to Chie-chan what I had taught her\nearlier. +214500 ,,,,,,,,,,komako,,26,chie,,23,,,,,"Chie-chan seemed a bit confused, but once Komako-chan got\ngoing, she wouldn't stop." +214600 ,,,,,,,コマコ,Komako,205_KC04_k_022.wav,komako,,22,chie,,23,,,,,"Hey, Chie-chan. I like you, so I want to do something more\nadult than just kissing." +214700 ,,,,,,,千恵,Chie,205_KC04_c_014.wav,komako,,22,chie,,3,,,,,Something more adult? +214800 ,,,,,,,コマコ,Komako,205_KC04_k_023.wav,komako,,2,chie,,3,,,,,"Let's have sex. You know, right? People who like each other\nhave 'sex'." +214900 ,,,,,,,,,,komako,,2,chie,,3,,,,,Komako-chan whispered as she entwined her sweaty arm with\nChie-chan's. +215000 ,,,,,,,,,,komako,,2,chie,,3,,,,,"With a gaze so lewd it sent shivers down my spine, my crotch\ntingled even though it wasn't directed at me." +215100 ,,,,,,,千恵,Chie,205_KC04_c_015.wav,komako,,2,chie,,4,,,,,"Eh, b-but, 'sex' can't be done between girls." +215200 ,,,,,,,,,,komako,,2,chie,,4,,,,,"Even Chie-chan, with a flustered face, tried to pull away\nfrom Komako-chan. But Komako- chan only pressed herself\ncloser to Chie- chan." +215300 ,,,,,,,,,,komako,,2,chie,,4,,,,,"Slowly lifting her skirt, she revealed the 'penis' inside." +215400 ,,,,,,,コマコ,Komako,205_KC04_k_024.wav,komako,,22,chie,,4,,,,,"It's okay. I'll become a boy, okay?" +215500 ,,,,,,,千恵,Chie,205_KC04_c_016.wav,komako,,22,chie,,24,,,,,Huh!? +215600 ,,,,,,,,,,komako,,22,chie,,24,,,,,"Komako-chan reached for Chie-chan's chest with a surprised\nlook. She seemed unusually bold, as if she had made up her\nmind." +215700 ,,,,,,,コマコ,Komako,205_KC04_k_025.wav,komako,,2,chie,,24,,,,,"I'll make you feel good. Sex feels good, you know. Look..." +215800 ,,,,,,,千恵,Chie,205_KC04_c_017.wav,komako,,2,chie,,26,,,,,"Ah... my breasts... they feel kind of prickly, Komako-chan,\nit's strange..." +215900 ,,,,,,,,,,komako,,2,chie,,26,,,,,"Komako-chan gently caressed Chie-chan's budding breasts.\nOccasionally, she softly squeezed them." +216000 ,,,,,,,,,,komako,,2,chie,,26,,,,,"As she did so, Chie-chan's nipples began to protrude through\nher thin clothing. Komako- chan teased them with her\nfingertips." +216100 ,,,,,,,コマコ,Komako,205_KC04_k_026.wav,komako,,26,chie,,26,,,,,"During sex, you touch the breasts a lot. It feels good,\nright?" +216200 ,,,,,,,千恵,Chie,205_KC04_c_018.wav,komako,,26,chie,,5,,,,,"It's not just feeling good, my breasts feel prickly. It's\nhot, and my stomach feels tingly..." +216300 ,,,,,,,,,,komako,,26,chie,,5,,,,,"Chie-chan didn't exactly reject it, but she seemed quite\nbewildered." +216400 ,,,,,,,,,,komako,,26,chie,,5,,,,,"Every time Komako-chan's fingers stimulated her nipples\nthrough the fabric, her body shivered and she wore a\nconfused expression." +216500 ,,,,,,,,,,komako,,26,chie,,5,,,,,It's erotic. It's crazy erotic for a girl who knows nothing\nto be taught about sex by another girl. +216600 ,,,,,,,コマコ,Komako,205_KC04_k_027.wav,komako,,2,chie,,5,,,,,"Isn't it not just your stomach, but your crotch that's\nfeeling tingly too?" +216700 ,,,,,,,千恵,Chie,205_KC04_c_019.wav,komako,,2,chie,,33,,,,,"Maybe... It feels weird, like I need to pee..." +216800 ,,,,,,,,,,komako,,2,chie,,33,,,,,"Komako-chan slipped her hand between Chie- chan's legs,\ntilting her head. She rubbed Chie-chan's slit over her\npanties." +216900 ,,,,,,,千恵,Chie,205_KC04_c_020.wav,komako,,2,chie,,5,,,,,"Eek! Komako-chan, that's where I pee from. It's dirty if you\ntouch it." +217000 ,,,,,,,コマコ,Komako,205_KC04_k_028.wav,komako,,13,chie,,5,,,,,"It's not just where you pee, there's a place for 'sex' here\ntoo. It's called a 'vagina'." +217100 ,,,,,,,千恵,Chie,205_KC04_c_021.wav,komako,,13,chie,,25,,,,,V-vagina...? +217200 ,,,,,,,コマコ,Komako,205_KC04_k_029.wav,komako,,22,chie,,25,,,,,"Touching the vagina feels good too. And when it feels good,\nit gets all slippery." +217300 ,,,,,,,,,,komako,,22,chie,,25,,,,,"Komako-chan, the honor student of sex, used what she learned\nfrom our lessons to start playing with Chie-chan's vagina." +217400 ,,,,,,,,,,komako,,22,chie,,25,,,,,"She pressed her fingers against the slit through the\nunderwear, rubbing it." +217500 ,,,,,,,,,,komako,,22,chie,,25,,,,,"Even though I could tell Komako-chan's attention was\ndrifting away from me and she was getting absorbed in Chie-\nchan, I couldn't help but be excited by the two of them." +217600 ,,,,,,,千恵,Chie,205_KC04_c_022.wav,komako,,22,chie,,26,,,,,"Nn, that place feels weird. It's tingly... I feel like I\nmight wet myself..." +217700 ,,,,,,,コマコ,Komako,205_KC04_k_030.wav,komako,,2,chie,,26,,,,,"Hehe, this is where you put the 'penis' from earlier. That's\nwhat 'sex' is." +217800 ,,,,,,,千恵,Chie,205_KC04_c_023.wav,komako,,2,chie,,26,,,,,F-fue... +217900 ,,,,,,,,,,komako,,2,chie,,26,,,,,"Finally, Komako-chan said it." +218000 ,,,,,,,,,,komakoL,,2,,,,,,,,"Ah, Komako-chan and Chie-chan are going to have sex. They'll\nforget all about me. Even though I don't want that. Even\nthough it hurts." +218100 ,,,,,,,,,,komakoL,,2,,,,,,,,"My cock is painfully erect, and I can't take my eyes off the\ntwo of them." +218200 ,,,,,,,コマコ,Komako,205_KC04_k_031.wav,komakoL,,22,,,,,,,,Chie-chan's here is wet. It feels good to have your breasts\nand vagina touched. +218300 ,,,,,,,,,,komakoL,,22,,,,,,,,"Komako-chan's eyes were completely glazed over, and it was\nclear she was aroused." +218400 ,,,,,,,,,,komakoL,,22,,,,,,,,"The strap-on, standing erect, seemed to perfectly express\nKomako-chan's excitement." +218500 ,,,,,,,コマコ,Komako,205_KC04_k_032.wav,komakoL,,6,,,,,,,,"Hey, Chie-chan, can I put it in? Let's 'have sex'?" +218600 ,,,,,,,,,,komakoL,,6,,,,,,,,"In a sultry voice, Komako-chan approached Chie-chan." +218700 ,,,,,,,,,,komakoL,,6,,,,,,,,But Chie-chan looked at Komako-chan's 'penis' with\nfrightened eyes. +218800 ,,,,,,,千恵,Chie,205_KC04_c_024.wav,komako,,6,chie,,25,,,,,B-but... it's really big. Something like that won't fit in\nmy crotch. +218900 ,,,,,,,コマコ,Komako,205_KC04_k_033.wav,komako,,26,chie,,25,,,,,"It's okay, it'll fit. I've practiced." +219000 ,,,,,,,,,,komako,,26,chie,,25,,,,,"Even though the strap-on I gave Komako-chan wasn't that big,\nit was understandable to be anxious for the first time." +219100 ,,,,,,,,,,komako,,26,chie,,25,,,,,Chie-chan looked quite worried. +219200 ,,,,,,,千恵,Chie,205_KC04_c_025.wav,komako,,26,chie,,26,,,,,W-will it hurt? +219300 ,,,,,,,コマコ,Komako,205_KC04_k_034.wav,komako,,6,chie,,26,,,,,"Uh, well, it only hurts at first, yeah." +219400 ,,,,,,,,,,komako,,6,chie,,26,,,,,"Instead of sugarcoating it, Komako-chan answered honestly." +219500 ,,,,,,,千恵,Chie,205_KC04_c_026.wav,komako,,6,chie,,24,,,,,"What? Then, no way!" +219600 ,,,,,,,コマコ,Komako,205_KC04_k_035.wav,komako,,13,chie,,24,,,,,"Only at first! Really, just at first. There might be a\nlittle blood, but it's okay." +219700 ,,,,,,,,,,komako,,13,chie,,24,,,,,"Komako-chan, that's not reassuring..." +219800 ,,,,,,,千恵,Chie,205_KC04_c_027.wav,komako,,13,chie,,14,,,,,"Blood? No, no, no, I can't! Absolutely not!" +219900 ,,,,,,,,,,komako,,13,chie,,14,,,,,Chie-chan finally burst into tears. Komako- chan started to\npanic. +220000 ,,,,,,,コマコ,Komako,205_KC04_k_036.wav,komako,,33,chie,,14,,,,,"Eh? Ch-Chie-chan, don't cry. If you don't want to, we won't\ndo it." +220100 ,,,,,,,千恵,Chie,205_KC04_c_028.wav,komako,,33,chie,,25,,,,,Really? +220200 ,,,,,,,コマコ,Komako,205_KC04_k_037.wav,komako,,26,chie,,25,,,,,"Y-yeah, really." +220300 ,,,,,,,,,,komako,,26,chie,,25,,,,,"Komako-chan, looking truly disappointed, moved away from\nChie-chan and removed the strap-on." +220400 ,,,,,,,,,,komako,,26,chie,,25,,,,,Chie-chan looked relieved at the strap-on placed on the\nfloor. +220500 ,,,,,,,千恵,Chie,205_KC04_c_029.wav,komako,,26,chie,,0,,,,,"I'm glad. You know, I really do like you, Komako-chan.\nBut... I still don't want it to hurt, and it's scary." +220600 ,,,,,,,コマコ,Komako,205_KC04_k_038.wav,komako,,34,chie,,0,,,,,Yeah... I'm sorry for pushing you. +220700 ,,,,,,,,,,komako,,34,chie,,0,,,,,Chie-chan patted Komako-chan's head gently. +220800 ,,,,,,,千恵,Chie,205_KC04_c_030.wav,komako,,34,chie,,1,,,,,"Instead, let's play a game or something. I have a notebook,\nso how about tic-tac-toe?" +220900 ,,,,,,,コマコ,Komako,205_KC04_k_039.wav,komako,,14,chie,,1,,,,,"Yeah, that sounds good..." +221000 ,,,,,,,,,,komako,,14,chie,,1,,,,,"Watching the two start playing, I felt relieved." +221100 ,,,,,,,,,,,,,,,,,,,,"I felt bad for Komako-chan, but I didn't want her to forget\nabout me if things went well between them..." +221200 ,,,,,,,,,,,,,,,,,,,,"But since they couldn't do it, I'm sure Komako-chan will\nrely on me again. When that happens, I'll teach her various\nthings while having fun." +221300 ,,,,,,,,,,,,,,,,,,,,"Someday, I hope she'll say she likes me more than Komako-\nchan..." +221400 ,,,,,,,,,,,,,,,,,,,,"As I watched the two of them, I made up my mind." +221500 ,,,0,9000,,,,,,,,,,,,,,,, +221700 ,@206_KC05,,,,,,,,,,,,,,,,,,, +222000 ,,,5,21,,,主人公,Kiyoshi,,,,,,,,,,,,Hmm hmm hmm hmm~♪ +222100 ,,,,,,,,,,,,,,,,,,,,"I felt bad for Komako-chan, but I was in a good mood because\nher first time with Chie- chan ended in failure." +222200 ,,,,,,,,,,,,,,,,,,,,"After all, this way I could maintain my position as Komako-\nchan's... not quite lover, but at least a friend with\nbenefits." +222300 ,,,,,,,,,,,,,,,,,,,,I even felt like singing a little tune and had the\nmotivation to clean the shelves. +222400 ,,,,,,,,,,,,,,,,,,,,"However, unlike my great mood, Komako-chan was―" +222500 ,,,,,,,甜花,Tenka,206_KC05_t_000.wav,,,,,,,"tenka,privateB",,1,,"Komako, could you grab that marble over there?" +222600 ,,,,,,,コマコ,Komako,206_KC05_k_000.wav,"komako,privateC",,12,,,,tenka,,1,,............ +222700 ,,,,,,,甜花,Tenka,206_KC05_t_001.wav,komako,,12,,,,tenka,,3,,"Hey, Komako? Are you listening?" +222800 ,,,,,,,コマコ,Komako,206_KC05_k_001.wav,komako,,4,,,,tenka,,3,,"Ah, sorry, I was spacing out because of the heat." +222900 ,,,,,,,甜花,Tenka,206_KC05_t_002.wav,komako,,12,,,,tenka,,23,,"Get it together. Have you been drinking enough water?\nHeatstroke is scary, you know." +223000 ,,,,,,,コマコ,Komako,206_KC05_k_002.wav,komako,,12,,,,tenka,,23,,"...Yeah, thanks." +223100 ,,,,,,,,,,,,,,,,,,,,"For the past couple of days, Komako-chan hasn't been her\nusual energetic self." +223200 ,,,,,,,千恵,Chie,206_KC05_c_000.wav,,,,"chie,privateB",,1,,,,,"Koma-chan, want to play with water balloons outside?" +223300 ,,,,,,,コマコ,Komako,206_KC05_k_003.wav,komako,,14,chie,,1,,,,,"Sorry, not right now." +223400 ,,,,,,,千恵,Chie,206_KC05_c_001.wav,komako,,14,chie,,5,,,,,What's wrong? You don't seem well. Are you sick? +223500 ,,,,,,,コマコ,Komako,206_KC05_k_004.wav,komako,,32,chie,,5,,,,,"No, I'm fine. I just want to get to a good stopping point\nwith my summer homework." +223600 ,,,,,,,千恵,Chie,206_KC05_c_002.wav,komako,,32,chie,,0,,,,,Got it! See you later then! +223800 ,,,,,,,,,,komako,,32,,,,,,,,"Even though it's not like she's avoiding Chie-chan, Komako-\nchan's attitude towards her is a bit awkward." +223900 ,,,,,,,コマコ,Komako,206_KC05_k_005.wav,"komako,privateC",,4,,,,,,,,Ah... +224000 ,,,,,,,,,,komako,,14,,,,,,,,"Even now, she looks like she wants to chase after Chie-chan,\nbut she's just sitting there looking lonely." +224100 ,,,,,,,,,,komako,,14,,,,,,,,Watching Komako-chan like this makes my chest ache. It's a\ndifferent kind of ache than when I see her and Chie-chan\ngetting along. +224200 ,,,,,,,,,,komako,,14,,,,,,,,I really want the person I like to be smiling... +224400 ,,,8,31,,,コマコ,Komako,206_KC05_k_006.wav,komako,,12,,,,,,,,What should I have done? +224500 ,,,,,,,,,,komako,,12,,,,,,,,"In the evening, after Chie-chan and Tenka- chan went home." +224600 ,,,,,,,,,,komako,,12,,,,,,,,"When it was just the two of us, Komako-chan muttered that." +224700 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,,,,,"Uh, what do you mean by 'what should I have done'?" +224800 ,,,,,,,,,,komako,,12,,,,,,,,I pretended not to know that Komako-chan had failed in her\nattempt with Chie-chan. I couldn't exactly admit that I had\nbeen peeking. +224900 ,,,,,,,コマコ,Komako,206_KC05_k_007.wav,komako,,14,,,,,,,,"I messed up with Chie-chan. When I showed her my dick, she\nsaid she was scared and didn't want it to hurt." +225000 ,,,,,,,,,,komako,,14,,,,,,,,"Komako-chan sits dejectedly, hugging her knees. She's so\nadorable that I want to take her home right away..." +225100 ,,,,,,,,,,komako,,14,,,,,,,,Seeing Komako-chan's face on the verge of tears makes my\nchest ache. +225200 ,,,,,,,,,,komako,,14,,,,,,,,"Even though I think it's foolish, I can't help but offer a\nlifeline." +225300 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"Uh, um, how about trying something intimate without using\nyour dick?" +225400 ,,,,,,,コマコ,Komako,206_KC05_k_008.wav,komako,,4,,,,,,,,Is that even possible!? +225500 ,,,,,,,,,,komako,,4,,,,,,,,Komako-chan's face lights up instantly. My chest aches with\njealousy. +225600 ,,,,,,,,,,komako,,4,,,,,,,,But seeing Komako-chan's happy face makes me happy too...\nIt's a complicated feeling. +225700 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"It is. Since we're alone right now, do you want to learn? I\neven have a sample DVD." +225800 ,,,,,,,,,,komako,,4,,,,,,,,"I thought it might be useful for Komako-chan, so I bought\nsome lesbian DVDs. Ah, I'm such an idiot." +225900 ,,,,,,,コマコ,Komako,206_KC05_k_009.wav,komako,,7,,,,,,,,Let's do it! +226000 ,,,,,,,,,,komako,,7,,,,,,,,She answers immediately. +226100 ,,,,,,,,,,komako,,7,,,,,,,,"Of course, I did it to make Komako-chan happy, but being\nanswered so quickly is a bit disappointing." +226200 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,"There's a condition, though... Is that okay?" +226300 ,,,,,,,コマコ,Komako,206_KC05_k_010.wav,komako,,14,,,,,,,,What? I don't have much money... +226400 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"No, that's not it! Just a little, could you like me a bit\nmore... Is that okay?" +226500 ,,,,,,,コマコ,Komako,206_KC05_k_011.wav,komako,,35,,,,,,,,Hmm... +226600 ,,,,,,,,,,komako,,35,,,,,,,,Komako-chan pouts her cherry blossom-colored lips and starts\nthinking. Am I really disliked that much? +226700 ,,,,,,,,,,komako,,35,,,,,,,,"Eventually, Komako-chan raises her head." +226800 ,,,,,,,コマコ,Komako,206_KC05_k_012.wav,komako,,27,,,,,,,,"Alright. I don't like the idea of forcing things, but you've\nbeen helping me a lot with Chie-chan." +226900 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,Really? Really? How much do you like me? +227000 ,,,,,,,コマコ,Komako,206_KC05_k_013.wav,komako,,0,,,,,,,,Hmm... Maybe a little below Laika. +227100 ,,,,,,,,,,komako,,0,,,,,,,,"Oh, I'm ranked higher than the school teachers! Isn't this a\nbig improvement?" +227200 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,"Then, when we watch the DVD, will you sit on my lap?" +227300 ,,,,,,,コマコ,Komako,206_KC05_k_014.wav,komako,,21,,,,,,,,"Yeah, that's fine." +227400 ,,,,,,,,,,komako,,21,,,,,,,,Yes! +227500 ,,,,,,,,,,,,,,,,,,,,"Well, we've done it before, and for Komako- chan, just\nsitting on my lap isn't considered lewd." +227600 ,,,,,,,,,,,,,,,,,,,,"For me, it's great because I can smell Komako-chan's nice\nscent up close, her soft crack and butt press against my\ncock, and I can hug her smooth tummy tightly." +227700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll go get the DVD. Just wait a moment." +227800 ,,,,,,,,,,,,,,,,,,,,I struggled to keep my voice from rising with excitement as\nI went to get the DVD. +228000 ,,,15,,2120000,,,,,,,,,,,,,,, +228100 ,*mem,,,,2120000,,,,,,,,,,,,,,, +228200 ,,,15,,2120000,,コマコ,Komako,206_KC05_k_015.wav,komako,,0,,,,,,,,Wow... +228300 ,,,,,2120000,,,,,,,,,,,,,,,"As I put the DVD in the player and started it, Komako-chan's\neyes were glued to the screen." +228400 ,,,,,2120000,,コマコ,Komako,206_KC05_k_016.wav,komako,,0,,,,,,,,They're really doing it with each other. +228500 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. +228600 ,,,,,2120000,,,,,,,,,,,,,,,It's a typical girls' school senior-junior scenario. +228700 ,,,,,2120000,,,,,,,,,,,,,,,"On the screen, a cute girl in a school uniform is having her\nbra lifted by a beautiful older girl, and her breasts are\nbeing touched." +228800 ,,,,,2120000,,コマコ,Komako,206_KC05_k_017.wav,komako,,0,,,,,,,,The breasts look like they feel good. +228900 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I think it feels good. Do you want to do that for\nChie-chan too?" +229000 ,,,,,2120000,,コマコ,Komako,206_KC05_k_018.wav,komako,,0,,,,,,,,"Yeah... I mean, I've already done it for her." +229100 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,I see. +229200 ,,,,,2120000,,,,,,,,,,,,,,,"I nodded, thinking it might be a bit forced, and steered the\nconversation towards the recent near-miss incident." +229300 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"The other day, you couldn't do anything naughty at all?" +229400 ,,,,,2120000,,コマコ,Komako,206_KC05_k_019.wav,komako,,0,,,,,,,,"No, I touched her breasts and pussy over her clothes." +229500 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,How was it? +229600 ,,,,,2120000,,コマコ,Komako,206_KC05_k_020.wav,komako,,0,,,,,,,,"She said it felt tingly. Also, her panties were damp, so I\nthink it probably felt good." +229700 ,,,,,2120000,,,,,,,,,,,,,,,"I already knew because I was watching, but hearing it from\nKomako-chan's mouth gives it a different flavor." +229800 ,,,,,2120000,,,,,,,,,,,,,,,Jealousy and excitement made my cock react. +229900 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"I see, so it's not that Chie-chan dislikes naughty things." +230000 ,,,,,2120000,,コマコ,Komako,206_KC05_k_021.wav,komako,,0,,,,,,,,Is that... so? +230100 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"I mean, her panties were wet, right? That means she felt\ngood when you touched her breasts and crotch." +230200 ,,,,,2120000,,コマコ,Komako,206_KC05_k_022.wav,komako,,0,,,,,,,,If that's the case... I'm happy. +230300 ,,,,,2120000,,,,,,,,,,,,,,,"She said shyly, but her eyes were still glued to the erotic\nolder girls on the screen." +230400 ,,,,,2120000,,,,,,,,,,,,,,,"Ugh, I wish she'd look at me a little." +230500 ,,,,,2120000,,,,,,,,,,,,,,,"But for now, I have to teach Komako-chan how she and Chie-\nchan can do naughty things, or else the position I've worked\nhard to earn will drop again." +230600 ,,,,,2120000,,コマコ,Komako,206_KC05_k_023.wav,komako,,0,,,,,,,,"Next time, I want to touch Chie-chan's breasts and pussy\ndirectly..." +230700 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,I hope you can. +230800 ,,,,,2120000,,コマコ,Komako,206_KC05_k_024.wav,komako,,0,,,,,,,,Will you help me be alone with her again? +230900 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah... because it's Komako-chan's request, I'll help." +231000 ,,,,,2120000,,,,,,,,,,,,,,,"I really don't want to do that, but I nodded because I don't\nwant Komako-chan to dislike me." +231100 ,,,,,2120000,,コマコ,Komako,206_KC05_k_025.wav,komako,,0,,,,,,,,Ah... +231200 ,,,,,2120000,,,,,,,,,,,,,,,Komako-chan let out a small voice. +231300 ,,,,,2120000,,,,,,,,,,,,,,,"The two who were wearing clothes stripped them off, becoming\ncompletely naked." +231400 ,,,,,2120000,,,,,,,,,,,,,,,"In front of Komako-chan, who was watching the screen so\nintently it seemed like she might burn a hole in the TV, the\ntwo intertwined their legs and began rubbing their genitals\ntogether." +231500 ,,,,,2120000,,コマコ,Komako,206_KC05_k_026.wav,komako,,0,,,,,,,,"Is this what you were talking about earlier, girls doing\nnaughty things together...?" +231600 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's right. They rub their pussies together like\nthis. Pussies are soft and squishy, right?" +231700 ,,,,,2120000,,コマコ,Komako,206_KC05_k_027.wav,komako,,0,,,,,,,,Yeah. +231800 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,Doesn't it seem like it would feel good to press them\ntogether like that? +231900 ,,,,,2120000,,コマコ,Komako,206_KC05_k_028.wav,komako,,0,,,,,,,,I think so. +232000 ,,,,,2120000,,,,,,,,,,,,,,,"Well, this is something I can't experience myself, so I can\nonly imagine, but thinking about the pleasure of frottage is\nexciting." +232100 ,,,,,2120000,,,,,,,,,,,,,,,"Sex is great, but rubbing against soft thighs and crotches\nhas its own unique appeal." +232200 ,,,,,2120000,,主人公,Kiyoshi,,,,,,,,,,,,"Also, the clit... um... Komako-chan, do you remember the\nlittle thing above your pussy that looks like a tiny penis?" +232300 ,,,,,2120000,,コマコ,Komako,206_KC05_k_029.wav,komako,,0,,,,,,,,"Yeah, when it's touched, my stomach feels all tingly." +232400 ,,,,,2120000,,,,,,,,,,,,,,,"Komako-chan was fidgeting her thighs, perhaps recalling the\nsensation." +232600 ,,,,,2120010,,,,,,,,,,,,,,,A quick glance showed that the crotch of her panties was\nstarting to change color slightly. +232700 ,,,,,2120010,,,,,,,,,,,,,,,"Ugh, Komako-chan is so cute and naughty." +232800 ,,,,,2120010,,,,,,,,,,,,,,,"While secretly pressing my growing cock against the crack of\nKomako-chan's butt, I continued the lesson." +232900 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that little thing is called the clitoris." +233000 ,,,,,2120010,,コマコ,Komako,206_KC05_k_030.wav,komako,,0,,,,,,,,Clitoris...? +233100 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"It's a bit difficult, so let's call it something cute like\nKuri-chan." +233200 ,,,,,2120010,,コマコ,Komako,206_KC05_k_031.wav,komako,,0,,,,,,,,"Hehe, that's kind of cute." +233300 ,,,,,2120010,,,,,,,,,,,,,,,"Watching the DVD happily, Komako-chan was bouncing on my\nlap. She seemed to be getting excited." +233400 ,,,,,2120010,,,,,,,,,,,,,,,"Bouncing up and down, her soft butt pressed against my cock\neach time. Ah, the perks." +233500 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,"So, when you rub your crotches together like that, you also\nrub Kuri-chan against each other. What do you think happens?" +233600 ,,,,,2120010,,コマコ,Komako,206_KC05_k_032.wav,komako,,0,,,,,,,,I think both Chi-chan and I would feel a tightness in our\nstomachs and get really naughty feelings... +233700 ,,,,,2120010,,主人公,Kiyoshi,,,,,,,,,,,,Right? +233800 ,,,,,2120010,,コマコ,Komako,206_KC05_k_033.wav,komako,,0,,,,,,,,It looks like it feels good... +233900 ,,,,,2120010,,,,,,,,,,,,,,,Komako-chan was watching the screen with intense curiosity. +234000 ,,,,,2120010,,,,,,,,,,,,,,,Her butt had been fidgeting non-stop for a while now. +234100 ,,,,,2120010,,コマコ,Komako,206_KC05_k_034.wav,komako,,0,,,,,,,,So this is what it's like for girls to be naughty\ntogether... +234300 ,,,,,2120020,,,,,,,,,,,,,,,The stain spreading on Komako-chan's panties was getting\nbigger. +234400 ,,,,,2120020,,,,,,,,,,,,,,,The dampness was so intense it could be felt through my\npants onto my cock. +234500 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"How about it? This way, you don't use a penis, it doesn't\nhurt, and Chi-chan might be willing to try it too, right?" +234600 ,,,,,2120020,,コマコ,Komako,206_KC05_k_035.wav,komako,,0,,,,,,,,"Yeah, she might." +234700 ,,,,,2120020,,主人公,Kiyoshi,,,,,,,,,,,,"Next time you're alone together, why not try it? Girls being\nnaughty together." +234800 ,,,,,2120020,,コマコ,Komako,206_KC05_k_036.wav,komako,,0,,,,,,,,"Yeah, yeah." +234900 ,,,,,2120020,,,,,,,,,,,,,,,"Thinking that Komako-chan and Chi-chan might actually get\nnaughty next time made me feel conflicted, but I was glad\nKomako-chan seemed to be in a better mood." +235100 ,,,,31,,,,,,,,,,,,,,,,"But then, for some reason, Komako-chan's brow started to\nfurrow." +235200 ,,,,,,,,,,,,,,,,,,,,Huh? +235300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, what's wrong?" +235400 ,,,,,,,コマコ,Komako,206_KC05_k_037.wav,"komako,privateC",,13,,,,,,,,"Hey, mister. You knew that girls could be naughty like this,\nright?" +235500 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"Yeah. Otherwise, I wouldn't be able to teach you." +235600 ,,,,,,,,,,komako,,13,,,,,,,,I wondered what she was suddenly saying... and then Komako-\nchan grabbed a nearby cushion. +235700 ,,,,,,,,,,komako,,11,,,,,,,,Whack! +235800 ,,,,,,,主人公,Kiyoshi,,komako,,11,,,,,,,,Gyaaah! +235900 ,,,,,,,,,,komako,,11,,,,,,,,The now-familiar cushion strike hit me square in the face. +236000 ,,,11,,,,コマコ,Komako,206_KC05_k_038.wav,komako,,11,,,,,,,,Liar. +236100 ,,,,,,,主人公,Kiyoshi,,komako,,11,,,,,,,,Huh? Huh? +236200 ,,,,,,,コマコ,Komako,206_KC05_k_039.wav,komako,,31,,,,,,,,You lied about not being able to have sex without a penis.\nYou tricked me into thinking it was practice and had sex\nwith me. +236300 ,,,,,,,主人公,Kiyoshi,,komako,,31,,,,,,,,What? What? That's not... +236400 ,,,,,,,コマコ,Komako,206_KC05_k_040.wav,komako,,11,,,,,,,,Liar! +236500 ,,,,,,,,,,komako,,11,,,,,,,,"Whack, whack, whack!" +236600 ,,,,,,,,,,komako,,11,,,,,,,,"As if not allowing any excuses, Komako-chan kept hitting me\nwith the cushion over and over." +236700 ,,,,,,,コマコ,Komako,206_KC05_k_041.wav,komako,,16,,,,,,,,"I didn't even want to have 'sex' with you, mister. I just\nthought it was necessary for practice." +236800 ,,,,,,,,,,komako,,16,,,,,,,,"Whack, whack, whack!" +236900 ,,,,,,,主人公,Kiyoshi,,komako,,16,,,,,,,,That's... +237000 ,,,,,,,,,,komako,,16,,,,,,,,"Of course, I knew Komako-chan wasn't enthusiastic about\nhaving sex with me. But hearing it so clearly still hurt." +237100 ,,,,,,,,,,komako,,16,,,,,,,,It felt like she didn't care about me at all. +237200 ,,,,,,,コマコ,Komako,206_KC05_k_042.wav,komako,,36,,,,,,,,"If girls don't need a penis for sex, I wouldn't have had\n'sex' with you, mister. Stupid, stupid, you're a liar!" +237300 ,,,,,,,,,,komako,,36,,,,,,,,Whack! +237400 ,,,,,,,,,,,,,,,,,,,,"As she insulted me and hit me hard with the cushion, tears\nwelled up." +237500 ,,,,,,,,,,,,,,,,,,,,"Come on, there's no need to go that far." +237600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"I love you so much, Komako-chan..." +237700 ,,,,,,,コマコ,Komako,206_KC05_k_043.wav,komako,,4,,,,,,,,Huh? Are you crying? +237800 ,,,,,,,,,,komako,,4,,,,,,,,Komako-chan looked shocked as the grown man started to shed\ntears. Her hands stopped. +237900 ,,,,,,,,,,komako,,4,,,,,,,,"Taking advantage of the moment, I pushed her down and pinned\nher against the wall." +238000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Why, why, I wanted to have sex with you because I love you,\nKomako-chan. Why don't you understand?" +238100 ,,,,,,,コマコ,Komako,206_KC05_k_044.wav,"komakoL,privateC",,26,,,,,,,,"No, mister, it's suffocating..." +238200 ,,,,,,,,,,komakoL,,26,,,,,,,,"Komako-chan squirmed in my arms. But I hugged her slender\nbody tightly, pressing my feelings of love onto her." +238300 ,,,,,,,,,,komakoL,,26,,,,,,,,I buried my face in her fragrant neck and licked it all\nover. +238400 ,,,,,,,コマコ,Komako,206_KC05_k_045.wav,komakoL,,13,,,,,,,,"No... don't lick me, don't do that..." +238500 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,"I wanted you to be a girl for me, Komako- chan. I wanted to\nhave sex with you. No, I want to." +238600 ,,,,,,,コマコ,Komako,206_KC05_k_046.wav,komakoL,,31,,,,,,,,"I don't want to, stop it, stop it!" +238700 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,"No, I won't stop. Not until you understand how I feel." +238800 ,,,,,,,,,,komakoL,,31,,,,,,,,"I licked the sensitive area behind Komako- chan's ears and\nher neck with my saliva- coated tongue. Her body twitched,\nand her resistance weakened." +238900 ,,,,,,,主人公,Kiyoshi,,komakoL,,31,,,,,,,,"See, it feels good when I do naughty things to you, right?" +239000 ,,,,,,,コマコ,Komako,206_KC05_k_047.wav,komakoL,,11,,,,,,,,That's not true... +239100 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,"Liar, it must feel good." +239200 ,,,,,,,,,,komakoL,,11,,,,,,,,"While holding Komako-chan with one hand, I unbuttoned her\nclothes. Her already erect pink nipples greeted me." +239300 ,,,,,,,,,,komakoL,,11,,,,,,,,I brought my lips close to them and stimulated them lewdly\nwith my tongue. +239400 ,,,,,,,主人公,Kiyoshi,,komakoL,,11,,,,,,,,"Your nipples are so hard. When I lick them, they twitch,\ndon't they?" +239500 ,,,,,,,コマコ,Komako,206_KC05_k_048.wav,komakoL,,6,,,,,,,,"Ahh, no, my breasts, stop it, mister, that's unfair..." +239600 ,,,,,,,主人公,Kiyoshi,,komakoL,,6,,,,,,,,"It's not unfair, Komako-chan's body is just so naughty." +239700 ,,,,,,,コマコ,Komako,206_KC05_k_049.wav,komakoL,,13,,,,,,,,"Hyaa, ahh... nnn, nooo, I can't put any strength in..." +239800 ,,,,,,,,,,komakoL,,13,,,,,,,,"Komako-chan's nipples, developed by my tongue, became even\nmore sensitive than before, and just a little sucking made\nher body lose strength." +239900 ,,,,,,,,,,komakoL,,13,,,,,,,,"Half forcibly, I stripped off her skirt and panties." +240000 ,,,,,,,コマコ,Komako,206_KC05_k_050.wav,komakoL,,6,,,,,,,,"No, I really don't want this..." +240100 ,,,,,,,主人公,Kiyoshi,,komakoL,,6,,,,,,,,"Even if you say no, it feels good, right? Your pussy is all\nslippery." +240200 ,,,,,,,,,,komakoL,,6,,,,,,,,"While continuing to lick her nipples, I touched her exposed\npussy with my fingers after removing her panties." +240300 ,,,,,,,,,,komakoL,,6,,,,,,,,A sticky sound was heard. +240400 ,,,,,,,,,,komakoL,,6,,,,,,,,"It was so hot that it seemed like steam would rise, and just\na little scratch with my fingertip made a thick juice\noverflow from inside." +240500 ,,,,,,,主人公,Kiyoshi,,komakoL,,6,,,,,,,,"See, you're all ready. Your pussy is craving for a cock." +240600 ,,,,,,,コマコ,Komako,206_KC05_k_051.wav,komakoL,,26,,,,,,,,"No, it's not true. I don't want a cock―" +240700 ,,,,,,,,,,komakoL,,26,,,,,,,,"Komako-chan was saying something, but I ignored it. After\nall, Komako-chan doesn't consider my feelings." +240800 ,,,,,,,,,,komakoL,,26,,,,,,,,"So, I'll change Komako-chan's body. I'll make her unable to\nlive without my dick and make her love it." +241000 ,,,,,2250000,,コマコ,Komako,206_KC05_k_052.wav,komako,,0,,,,,,,,"Hyaaah, ahhhhhh" +241100 ,,,,,2250000,,,,,,,,,,,,,,,I mercilessly thrust my cock into Komako- chan's pussy. +241200 ,,,,,2250000,,,,,,,,,,,,,,,"As always, Komako-chan's pussy was tight, but thanks to\nbeing so wet, it went in smoothly." +241300 ,,,,,2250000,,,,,,,,,,,,,,,"Moreover, just inserting it made her twitch and squeeze\ntightly." +241400 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"See, see, Komako-chan's pussy is welcoming my cock." +241500 ,,,,,2250000,,コマコ,Komako,206_KC05_k_053.wav,komako,,0,,,,,,,,"That's not true, nnn, take it out, take it out!" +241600 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"No way, because Komako-chan is lying." +241700 ,,,,,2250000,,コマコ,Komako,206_KC05_k_054.wav,komako,,0,,,,,,,,"I'm not lying. Stop it, take it out!" +241800 ,,,,,2250000,,,,,,,,,,,,,,,"Komako-chan turns her face away from me in disgust,\nstruggling." +241900 ,,,,,2250000,,,,,,,,,,,,,,,"But, perhaps because she's being held with one arm and\nsupported forcibly by my cock, her resistance is weak." +242000 ,,,,,2250000,,,,,,,,,,,,,,,"Taking advantage of that, I shake Komako- chan's body and\nstir her pussy with my cock." +242100 ,,,,,2250000,,コマコ,Komako,206_KC05_k_055.wav,komako,,0,,,,,,,,"Hyaaah, don't move it!" +242200 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,Why? Because it feels good? +242300 ,,,,,2250000,,コマコ,Komako,206_KC05_k_056.wav,komako,,0,,,,,,,,No... I don't want to have sex... stop it. +242400 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"Don't say that, you should just admit that my cock feels\ngood." +242500 ,,,,,2250000,,,,,,,,,,,,,,,I grab Komako-chan's slender waist and shake her up and\ndown. +242600 ,,,,,2250000,,,,,,,,,,,,,,,"Then my cock hits various spots inside her pussy, making wet\nsounds, and Komako-chan writhes lewdly." +242700 ,,,,,2250000,,コマコ,Komako,206_KC05_k_057.wav,komako,,0,,,,,,,,"It doesn't feel good... you're stupid, I hate you..." +242800 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"But Komako-chan's pussy is all slippery and it's squeezing\nmy cock tightly, not letting go." +242900 ,,,,,2250000,,コマコ,Komako,206_KC05_k_058.wav,komako,,0,,,,,,,,"Th-that's because... hyaaah, so don't move it!" +243000 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"When I move it, you make such erotic sounds... doesn't that\nmean it feels good? Or am I wrong?" +243100 ,,,,,2250000,,コマコ,Komako,206_KC05_k_059.wav,komako,,0,,,,,,,,"I don't know, I don't know!" +243200 ,,,,,2250000,,,,,,,,,,,,,,,"Not wanting to admit what I'm saying, Komako- chan\ndesperately turns her face away." +243300 ,,,,,2250000,,,,,,,,,,,,,,,"But contrary to her attitude, her pussy walls are sucking on\nmy cock, welcoming it eagerly." +243400 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"Lying about it not feeling good makes you a bad girl,\nKomako-chan." +243500 ,,,,,2250000,,コマコ,Komako,206_KC05_k_060.wav,komako,,0,,,,,,,,"No, it's not a lie, it's not a lie..." +243600 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"Then what is this lewd, wet sound?" +243700 ,,,,,2250000,,コマコ,Komako,206_KC05_k_061.wav,komako,,0,,,,,,,,"Ah, nn, ahh, no, stop making those sounds, no, nooo!" +243800 ,,,,,2250000,,,,,,,,,,,,,,,She must have gotten all excited from watching the AV. +243900 ,,,,,2250000,,,,,,,,,,,,,,,"Even though I hadn't touched her much, Komako-chan's pussy\nwas already completely ready deep inside." +244000 ,,,,,2250000,,,,,,,,,,,,,,,Just moving my cock roughly inside her made obscene sounds\necho throughout the room. +244100 ,,,,,2250000,,コマコ,Komako,206_KC05_k_062.wav,komako,,0,,,,,,,,"I'm not lying. You're the liar, old man, you idiot..." +244200 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, so you're still saying it doesn't feel good?" +244300 ,,,,,2250000,,コマコ,Komako,206_KC05_k_063.wav,komako,,0,,,,,,,,"It doesn't feel good, take it out! Hnn, take it out!" +244400 ,,,,,2250000,,,,,,,,,,,,,,,Her stubbornness only made me more determined. I was going\nto make her admit it felt good. +244500 ,,,,,2250000,,,,,,,,,,,,,,,"I pushed my cock deep inside Komako-chan, stirring her\ninsides, and then licked her cheek." +244600 ,,,,,2250000,,コマコ,Komako,206_KC05_k_064.wav,komako,,0,,,,,,,,Eek! +244700 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, this taste tells me you're lying." +244800 ,,,,,2250000,,コマコ,Komako,206_KC05_k_065.wav,komako,,0,,,,,,,,Huh? Eh? You can tell that...? +244900 ,,,,,2250000,,,,,,,,,,,,,,,Komako-chan's face instantly turned anxious. Cute. +245000 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"If it were in your mouth, I'd know even better." +245100 ,,,,,2250000,,,,,,,,,,,,,,,"As I said that and tried to ravage her delicate pink lips\nwith my tongue, she avoided it." +245200 ,,,,,2250000,,,,,,,,,,,,,,,"Come on, we've already kissed before, you don't have to\ndislike it that much." +245300 ,,,,,2250000,,コマコ,Komako,206_KC05_k_066.wav,komako,,0,,,,,,,,Stop licking my face. Your spit smells bad... +245400 ,,,,,2250000,,,,,,,,,,,,,,,And she even said something so mean. +245500 ,,,,,2250000,,主人公,Kiyoshi,,,,,,,,,,,,"I bet you're scared of being caught lying, aren't you,\nKomako-chan?" +245600 ,,,,,2250010,,コマコ,Komako,206_KC05_k_067.wav,komako,,0,,,,,,,,"N-no... hyaah, noooo!" +245800 ,,,,,2250010,,,,,,,,,,,,,,,"I skewered Komako-chan with my cock, making sure she\ncouldn't escape, while I licked her cute cheeks all over." +245900 ,,,,,2250010,,,,,,,,,,,,,,,To the point where Komako-chan's face was drenched in\nsaliva. +246000 ,,,,,2250010,,コマコ,Komako,206_KC05_k_068.wav,komako,,0,,,,,,,,"Hyu, it's dirty, stop it, no, I don't want this anymore..." +246100 ,,,,,2250010,,,,,,,,,,,,,,,Tears welled up in Komako-chan's eyes. She looked like she\nwas about to cry. +246200 ,,,,,2250010,,,,,,,,,,,,,,,"If I were my usual kind self, the candy store uncle, I might\nhave panicked seeing Komako- chan's face like that." +246300 ,,,,,2250010,,,,,,,,,,,,,,,"But not now. I'm just a man who loves Komako- chan and wants\nto make her feel good, so I won't stop my tongue." +246400 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,I'll stop if Komako-chan becomes honest. Because you taste\nlike a lying girl~ +246500 ,,,,,2250010,,コマコ,Komako,206_KC05_k_069.wav,komako,,0,,,,,,,,Hic... but I'm not lying... nnnnn +246600 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,Who's saying it doesn't feel good even though your pussy is\nfeeling good with my cock inside? +246700 ,,,,,2250010,,コマコ,Komako,206_KC05_k_070.wav,komako,,0,,,,,,,,"Hyu, nn, b-but it doesn't feel good, it's true, stop, please\nstop" +246800 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,Hmm~? The taste of a liar just got stronger~ +246900 ,,,,,2250010,,コマコ,Komako,206_KC05_k_071.wav,komako,,0,,,,,,,,"Hya, no, that's not true!" +247000 ,,,,,2250010,,,,,,,,,,,,,,,"While teasing her with words like that, I changed the\nmovement of my cock to rub against Komako-chan's weak spots." +247100 ,,,,,2250010,,,,,,,,,,,,,,,"Komako-chan's body is thin and light, so even I, who lacks\nexercise, can easily lift her." +247200 ,,,,,2250010,,,,,,,,,,,,,,,"I matched my hip movements with Komako- chan's, rubbing the\nslightly rough part with the tip of my cock." +247300 ,,,,,2250010,,コマコ,Komako,206_KC05_k_072.wav,komako,,0,,,,,,,,"Ah, no, don't do it like that, there, nooo" +247400 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,Hmm~? What's wrong there~? +247500 ,,,,,2250010,,,,,,,,,,,,,,,Komako-chan's weak point is relatively shallow. +247600 ,,,,,2250010,,,,,,,,,,,,,,,"So when I attack it with the tip of my cock, it feels like\nI'm half pulling out, making Komako-chan's butt lift." +247700 ,,,,,2250010,,,,,,,,,,,,,,,"In such a halfway state, Komako-chan was half-crying as her\nsensitive spot was relentlessly attacked." +247800 ,,,,,2250010,,コマコ,Komako,206_KC05_k_073.wav,komako,,0,,,,,,,,"No, no, it's no good, just no, not there, stop it, no, no!" +247900 ,,,,,2250010,,,,,,,,,,,,,,,"In an unstable position, unable to even struggle, Komako-\nchan is relentlessly teased in her sensitive spot by my\ncock." +248000 ,,,,,2250010,,,,,,,,,,,,,,,"Her pussy is puckering as if desperately begging, opening\nand closing." +248100 ,,,,,2250010,,,,,,,,,,,,,,,I licked Komako-chan's cheek again and laughed. +248200 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, hmm, it feels so good here that it's no good, huh?" +248300 ,,,,,2250010,,コマコ,Komako,206_KC05_k_074.wav,komako,,0,,,,,,,,"I didn't say that, ahhh!" +248400 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,But the taste of Komako-chan's sweat says so. What? Do you\nwant me to go deeper into your pussy? +248500 ,,,,,2250010,,コマコ,Komako,206_KC05_k_075.wav,komako,,0,,,,,,,,"That's not true, don't say such selfish things, idiot!" +248600 ,,,,,2250010,,,,,,,,,,,,,,,"But Komako-chan's pussy is twitching, trying to guide my\ncock deeper and deeper." +248700 ,,,,,2250010,,,,,,,,,,,,,,,"As I repeatedly rub the shallow part, Komako- chan's flat\nstomach twitches." +248800 ,,,,,2250010,,,,,,,,,,,,,,,It's as if her womb inside is craving my cock. +248900 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,"But when I keep doing it here, doesn't it make the inside of\nyour stomach feel hot and tingly? Don't you want my cock all\nthe way inside?" +249000 ,,,,,2250010,,コマコ,Komako,206_KC05_k_076.wav,komako,,0,,,,,,,,"That's not... that's not true, ahhh!" +249100 ,,,,,2250010,,,,,,,,,,,,,,,"Because Komako-chan is stubborn, her butt is very honest." +249200 ,,,,,2250010,,,,,,,,,,,,,,,"It's been trembling, trying to somehow push my cock deep\ninto her vagina." +249300 ,,,,,2250010,,,,,,,,,,,,,,,But I can't because I'm holding Komako-chan's hips firmly. +249400 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, you're lying again~" +249500 ,,,,,2250010,,コマコ,Komako,206_KC05_k_077.wav,komako,,0,,,,,,,,... +249600 ,,,,,2250010,,,,,,,,,,,,,,,"I licked her face with a grin. Komako-chan's eyebrows\nfurrowed, and tears seemed ready to spill from her eyes." +249700 ,,,,,2250010,,,,,,,,,,,,,,,"But her butt is already trembling and shaking, looking like\nit can't wait to have my cock deep inside." +249800 ,,,,,2250010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, Komako-chan is a liar, but her body is honest.\nSee, you can have my cock all the way inside, okay?" +250000 ,,,,,2250010,,,,,,,,,,,,,,,I loosened the grip I had on Komako-chan's hips. +250100 ,,,,,2250020,,コマコ,Komako,206_KC05_k_078.wav,komako,,0,,,,,,,,That's not... ahhhhhh! +250200 ,,,,,2250020,,,,,,,,,,,,,,,"At that moment, Komako-chan's butt slipped down, and my cock\nwent all the way inside." +250300 ,,,,,2250020,,コマコ,Komako,206_KC05_k_079.wav,komako,,0,,,,,,,,"Ah, ha, ah, kuh... haaaaaah!" +250400 ,,,,,2250020,,,,,,,,,,,,,,,"Komako-chan's eyes widened in shock as she was suddenly\nthrust deep inside, and she froze." +250500 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,"Oh dear, you pushed your pussy all the way down so suddenly.\nKomako-chan's pussy is really naughty." +250600 ,,,,,2250020,,コマコ,Komako,206_KC05_k_080.wav,komako,,0,,,,,,,,No... no... nnnngh! +250700 ,,,,,2250020,,,,,,,,,,,,,,,"Komako-chan desperately shook her head to deny it, but just\na slight movement of her hips made her let out a sweet voice\nand tense up." +250800 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,"You love cock, so you don't have to lie. Come on, let's feel\ngood together." +250900 ,,,,,2250020,,コマコ,Komako,206_KC05_k_081.wav,komako,,0,,,,,,,,"No, nngh, stop... ahhh, ahh, nngh, nnnngh!" +251000 ,,,,,2250020,,,,,,,,,,,,,,,I grabbed Komako-chan's slender waist and started thrusting\ndeep inside. +251100 ,,,,,2250020,,,,,,,,,,,,,,,"Stimulating Komako-chan's still undeveloped womb directly, I\nknocked on the tight entrance with my cock and kept\nthrusting." +251200 ,,,,,2250020,,コマコ,Komako,206_KC05_k_082.wav,komako,,0,,,,,,,,"Stop... ahh, no... ahhh, ahh, no, no, ahh, ahhh!" +251300 ,,,,,2250020,,,,,,,,,,,,,,,"Komako-chan tried to argue back, but her lewd voice was\nbecoming more frequent." +251400 ,,,,,2250020,,,,,,,,,,,,,,,"Her face was still teary-eyed, but she seemed to be getting\na bit dazed." +251500 ,,,,,2250020,,コマコ,Komako,206_KC05_k_083.wav,komako,,0,,,,,,,,"Nnnngh... nngh, no, no, no, ahhh, nngh!" +251600 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,You're becoming more honest. It's okay to feel even better. +251700 ,,,,,2250020,,コマコ,Komako,206_KC05_k_084.wav,komako,,0,,,,,,,,"No... that's not... ahhh, it feels, ahh, so good, nngh!" +251800 ,,,,,2250020,,,,,,,,,,,,,,,"No matter how much Komako-chan tried to argue, with each\nthrust of my cock, her face melted, her pussy convulsed, and\nlewd sounds escaped her lips." +251900 ,,,,,2250020,,,,,,,,,,,,,,,Komako-chan's pussy was completely addicted to the old man's\ncock. +252000 ,,,,,2250020,,,,,,,,,,,,,,,"Not just that, I wanted to make her addicted to the old\nman's sex, so I brought my tongue closer to Komako-chan's\nbeloved nipples." +252100 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,"I'll make you feel even better, so come to love having sex\nwith the old man." +252200 ,,,,,2250020,,コマコ,Komako,206_KC05_k_085.wav,komako,,0,,,,,,,,"Fwah... nngh, the cock... nngh, while it's inside... ahhh,\nlicking my breasts, hi, ahhhh!" +252300 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,Oh? You love having your breasts licked while the cock is\ninside? Then I'll do it more. +252400 ,,,,,2250020,,コマコ,Komako,206_KC05_k_086.wav,komako,,0,,,,,,,,"No... ahh, it's just... it happened, ahhh!" +252500 ,,,,,2250020,,,,,,,,,,,,,,,Komako-chan's speech was becoming more and more slurred. +252600 ,,,,,2250020,,,,,,,,,,,,,,,"Taking advantage of her not making sense anymore, I\nintensified my tongue's caresses." +252700 ,,,,,2250020,,,,,,,,,,,,,,,"I teased, licked, and sucked on her nipples that had become\nso sensitive and pointed." +252800 ,,,,,2250020,,コマコ,Komako,206_KC05_k_087.wav,komako,,0,,,,,,,,"Hyuuh, nnnngh, no, it's... becoming too much... nngh, nngh,\nnnnngh!" +252900 ,,,,,2250020,,,,,,,,,,,,,,,Komako-chan seemed to be trying to hold back her voice at\nleast. +253000 ,,,,,2250020,,,,,,,,,,,,,,,"But such efforts were futile against the old man's tongue\nand cock, as her pussy was teased deep inside and her\nbreasts were played with, causing lewd sounds to escape." +253100 ,,,,,2250020,,コマコ,Komako,206_KC05_k_088.wav,komako,,0,,,,,,,,"Hi, ha... ahhh, ahhh, nngh, ahhh, no, but..." +253200 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,"How is it? Feels good, right? Komako-chan, you're making\nlots of lewd sounds." +253300 ,,,,,2250020,,コマコ,Komako,206_KC05_k_089.wav,komako,,0,,,,,,,,"Kuh, hnnngh, it hurts... nngh, nnnngh!" +253400 ,,,,,2250020,,,,,,,,,,,,,,,It seemed like Komako-chan couldn't even give a proper\nresponse anymore. +253500 ,,,,,2250020,,,,,,,,,,,,,,,"Whether consciously or not, she was eagerly moving her hips,\nrubbing her pussy against the cock herself." +253600 ,,,,,2250020,,,,,,,,,,,,,,,"Being stroked like that by her melting, burning hot folds, I\nwas reaching my limit too." +253700 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,"Ahh, Komako-chan, the old man is about to release the white\nstuff. It's going to come out a lot!" +253800 ,,,,,2250020,,コマコ,Komako,206_KC05_k_090.wav,komako,,0,,,,,,,,"No... hnnngh, it's getting bigger inside again... nnnnnngh!" +253900 ,,,,,2250020,,,,,,,,,,,,,,,My tip swelled even more with the anticipation of\nejaculation. +254000 ,,,,,2250020,,,,,,,,,,,,,,,"Ah, I'm about to come." +254100 ,$menu_begin,,,,2250020,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Release inside,sel_1a",,,,2250020,,,,,,,,,,,,,,,■@ Release inside +↓,"$menu_item 1,Release outside,sel_1b",,,,2250020,,,,,,,,,,,,,,,■A Release outside +↓,$menu_end,,,,2250020,,,,,,,,,,,,,,, +254200 ,*sel_1a,,,,2250020,,,,,,,,,,,,,,,■@ Release inside +254300 ,,,,,2250020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, I'm going to release it. Make sure to take the\nold man's slickness with your pussy...!" +254400 ,,,,,2250020,,,,,,,,,,,,,,,"Thinking that Komako-chan was about to come too, I decided\nto release inside her." +254500 ,,,,,2250020,,コマコ,Komako,206_KC05_k_091.wav,komako,,0,,,,,,,,"Eh? A, a baby..." +254700 ,,,,,2250030,,,,,,,,,,,,,,,"Splat, splat, splat, splat!" +254800 ,,,,,2250030,,コマコ,Komako,206_KC05_k_092.wav,komako,,0,,,,,,,,"Fuaaah, ahhhh, nnnngh, ahh, nnngh, no, I'm coming, I'm going\nto come...!" +254900 ,,,,,2250030,,,,,,,,,,,,,,,The semen forcefully hit the depths of Komako-chan's vagina. +255000 ,,,,,2250030,,,,,,,,,,,,,,,It seemed that the stimulation brought Komako-chan to climax\nas well. +255100 ,,,,,2250030,,コマコ,Komako,206_KC05_k_093.wav,komako,,0,,,,,,,,"Ah, nnngh, ahhhh... ahhhhhhh..." +255200 ,,,,,2250030,,,,,,,,,,,,,,,"Her back arched like a bow, her butt shaking with a face\nthat looked like she was about to cry." +255300 ,,,,,2250030,,,,,,,,,,,,,,,"Every fold of her vagina convulsed lewdly in climax, trying\nto squeeze the semen out of my cock with intense\ncontractions." +255400 ,,,,,2250030,,コマコ,Komako,206_KC05_k_094.wav,komako,,0,,,,,,,,Nngh... uuuuu... no more... +255500 ,,,,,2250030,,,,,,,,,,,,,,,"When Komako-chan's insides moved greatly, my ejaculation\nstopped." +255600 ,,,,,2250030,,,,,,,,,,,,,,,"With a lewd sound, semen leaked from the point of union." +255700 ,,,,,2250030,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan's pussy is filled with the old man's slickness\nnow. +255800 ,,,,,2250030,,コマコ,Komako,206_KC05_k_095.wav,komako,,0,,,,,,,,"Haa haa... haa haa... you idiot, old man..." +255900 ,,,,,2250030,,,,,,,,,,,,,,,"Komako-chan murmured softly, but right after climaxing, she\nseemed too weak to move and leaned against me as if seeking\ncomfort." +256000 ,,,,,2250030,,,,,,,,,,,,,,,So cute. +256100 ,,,,,2250030,,,,,,,,,,,,,,,"Feeling very satisfied, I hugged Komako-chan tightly once\nmore." +256200 ,$go join_1,,,,,,,,,,,,,,,,,,,■To the reunion +256300 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ARelease outside +256400 ,,,,,2250020,,,,,,,,,,,,,,,"Judging that Komako-chan was about to climax, I pulled my\ncock out of her." +256500 ,,,,,2250020,,,,,,,,,,,,,,,"I wanted to mark her white skin with my semen, as if to\nclaim Komako-chan as mine." +256600 ,,,,,2250020,,コマコ,Komako,206_KC05_k_096.wav,komako,,0,,,,,,,,"Hyaaah, I'm cominggg!" +256700 ,,,,,2250020,,,,,,,,,,,,,,,"As I pulled out, my cock must have rubbed against her weak\npoint. Komako-chan reached her climax." +256800 ,,,,,2250020,,,,,,,,,,,,,,,"The head of my cock was stroked by the tightest part of her\nentrance, which was the final push." +257000 ,,,,,2250031,,,,,,,,,,,,,,,Splat splat splaaat! +257100 ,,,,,2250031,,コマコ,Komako,206_KC05_k_097.wav,komako,,0,,,,,,,,Hii! +257200 ,,,,,2250031,,,,,,,,,,,,,,,"Like a fountain, semen spurted up, covering Komako-chan's\nsmooth white stomach and her wet pink pussy." +257300 ,,,,,2250031,,コマコ,Komako,206_KC05_k_098.wav,komako,,0,,,,,,,,"Haa haa... haa haa... no, it's so slippery... hnn..." +257400 ,,,,,2250031,,,,,,,,,,,,,,,"Even though Komako-chan grimaced, she seemed to have neither\nthe strength nor the will to escape, and just quietly let\nherself be covered in semen." +257500 ,,,,,2250031,,,,,,,,,,,,,,,My cock lavishly decorated her innocent body with semen. +257600 ,,,,,2250031,,コマコ,Komako,206_KC05_k_099.wav,komako,,0,,,,,,,,Uu... +257700 ,,,,,2250031,,,,,,,,,,,,,,,"As if not wanting to waste a single drop, my cock continued\nto release a generous amount of semen." +257800 ,,,,,2250031,,,,,,,,,,,,,,,Komako-chan's stomach became slippery with so much semen\nthat I wondered where it had all been stored. +257900 ,,,,,2250031,,コマコ,Komako,206_KC05_k_100.wav,komako,,0,,,,,,,,"Idiot... you old man, idiot..." +258000 ,,,,,2250031,,,,,,,,,,,,,,,"By the time I finished ejaculating, Komako- chan's place was\ndrenched in my semen." +258100 ,,,,,2250031,,主人公,Kiyoshi,,,,,,,,,,,,Komako-chan's place is all covered in my slippery stuff. +258200 ,,,,,2250031,,,,,,,,,,,,,,,I felt like I had successfully marked her. +258300 ,,,,,2250031,,コマコ,Komako,206_KC05_k_101.wav,komako,,0,,,,,,,,"Haa haa... haa haa... you old man, idiot..." +258400 ,,,,,2250031,,,,,,,,,,,,,,,"Komako-chan muttered softly, but perhaps because she had\njust climaxed and had no strength, she leaned on me as if to\ndepend on me." +258500 ,,,,,2250031,,,,,,,,,,,,,,,Cute. +258600 ,,,,,2250031,,,,,,,,,,,,,,,"Feeling very satisfied, I hugged Komako-chan tightly once\nmore." +258800 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +258900 ,$event_return,,,,,,,,,,,,,,,,,,, +259000 ,,,12,31,,,コマコ,Komako,206_KC05_k_102.wav,komakoL,,28,,,,,,,,Ugh... sniff... +259100 ,,,,,,,,,,komakoL,,28,,,,,,,,"After a while, tears began to fall from Komako-chan's eyes." +259200 ,,,,,,,主人公,Kiyoshi,,komakoL,,28,,,,,,,,K-Komako-chan? +259300 ,,,,,,,コマコ,Komako,206_KC05_k_103.wav,komakoL,,8,,,,,,,,"Waaahhh, you old man, idiot, idiot!" +259400 ,,,,,,,,,,komakoL,,8,,,,,,,,"The tears quickly grew larger, and Komako- chan started to\nsob loudly." +259500 ,,,,,,,,,,komakoL,,8,,,,,,,,"Earlier, I was all confident and pushy because my cock was\nrock hard and I couldn't wait to have sex with Komako-chan." +259600 ,,,,,,,,,,komakoL,,8,,,,,,,,"But now, in this post-coital clarity, with her crying like\nthat―" +259700 ,,,,,,,主人公,Kiyoshi,,komakoL,,8,,,,,,,,"K-K-Komako-chan, what's wrong?" +259800 ,,,,,,,,,,komakoL,,8,,,,,,,,I could only fluster awkwardly. +259900 ,,,,,,,コマコ,Komako,206_KC05_k_104.wav,komakoL,,28,,,,,,,,"Waaahhh, waaahhh, waaahhh!" +260000 ,,,,,,,主人公,Kiyoshi,,komakoL,,28,,,,,,,,"There, there, there, there. Um, do you want a candy? Or\nmaybe some chocolate?" +260100 ,,,,,,,コマコ,Komako,206_KC05_k_105.wav,komakoL,,8,,,,,,,,Waaahhh! +260200 ,,,,,,,,,,komakoL,,8,,,,,,,,"I tried to soothe her by patting her head, but Komako-chan's\ntears only intensified." +260300 ,,,,,,,コマコ,Komako,206_KC05_k_106.wav,komakoL,,15,,,,,,,,"Idiot, old man, idiot! I told you to stop, but you forced me\nagain!" +260400 ,,,,,,,主人公,Kiyoshi,,komakoL,,15,,,,,,,,I-I'm sorry... +260500 ,,,,,,,,,,komakoL,,15,,,,,,,,Hearing that made me feel like I had done something really\nwrong. +260600 ,,,,,,,コマコ,Komako,206_KC05_k_107.wav,komakoL,,14,,,,,,,,"I don't understand anymore! I didn't want it! I didn't want\nit, but it felt good... My body is too lewd, I hate it..." +260700 ,,,,,,,,,,komakoL,,14,,,,,,,,"As she said that, Komako-chan started sobbing again." +260800 ,,,,,,,,,,komakoL,,14,,,,,,,,"Huh? She didn't want it, but it felt good?" +260900 ,,,,,,,,,,komakoL,,14,,,,,,,,I see. So she thought it felt good! My spirits lifted a bit. +261000 ,,,,,,,主人公,Kiyoshi,,komakoL,,14,,,,,,,,"I'm sorry, it was wrong to force you... But, I like you,\nKomako-chan, so I wanted to make you feel good." +261100 ,,,,,,,コマコ,Komako,206_KC05_k_108.wav,komakoL,,28,,,,,,,,"Sniffle, sniffle..." +261200 ,,,,,,,主人公,Kiyoshi,,komakoL,,28,,,,,,,,"See? See? At least understand that I like you, Komako-chan." +261300 ,,,,,,,,,,komakoL,,28,,,,,,,,"I tried to get her to forgive me, but Komako- chan turned\naway with tears still on her cheeks." +261400 ,,,,,,,コマコ,Komako,206_KC05_k_109.wav,komakoL,,35,,,,,,,,But the one I like is Chi-chan. Not you... +261500 ,,,,,,,,,,komakoL,,35,,,,,,,,Ouch. +261600 ,,,,,,,,,,komakoL,,35,,,,,,,,"Ugh, even after all this, she still says that..." +261700 ,,,,,,,主人公,Kiyoshi,,komakoL,,35,,,,,,,,"But you enjoyed sex with me, right? Sex with someone you\nlike feels good, so doesn't that mean you like me, Komako-\nchan?" +261800 ,,,,,,,,,,komakoL,,35,,,,,,,,I pressed on as she was confused. +261900 ,,,,,,,コマコ,Komako,206_KC05_k_110.wav,komakoL,,15,,,,,,,,"M-Maybe that's true, but..." +262000 ,,,,,,,,,,komakoL,,15,,,,,,,,"Oh, she's coming around! Yes! All the effort was worth it!" +262100 ,,,,,,,コマコ,Komako,206_KC05_k_111.wav,komakoL,,8,,,,,,,,But I don't like being forced into sex. +262200 ,,,,,,,,,,komakoL,,8,,,,,,,,"Ugh. ...Well, it's true that all the times we've had sex,\nI've been the one pushing for it, so it's no wonder she says\nthat." +262300 ,,,,,,,,,,komakoL,,8,,,,,,,,"They say if pushing doesn't work, try pulling, so maybe I\nshouldn't be too forceful here." +262400 ,,,,,,,主人公,Kiyoshi,,komakoL,,8,,,,,,,,"Got it, I won't force sex from now on. I promise." +262500 ,,,,,,,コマコ,Komako,206_KC05_k_112.wav,komakoL,,32,,,,,,,,Really? +262600 ,,,,,,,,,,komakoL,,32,,,,,,,,Komako-chan looked at me with suspicious eyes. Even that\nface is cute. +262700 ,,,,,,,,,,komakoL,,32,,,,,,,,"Ugh, it's tough to hold back from having sex with such a\ncute girl... but I have to endure it here." +262800 ,,,,,,,主人公,Kiyoshi,,komakoL,,32,,,,,,,,"Really. I promise. If I break it, I'll swallow a pufferfish." +262900 ,,,,,,,コマコ,Komako,206_KC05_k_113.wav,komakoL,,23,,,,,,,,Will you help me with Chi-chan too? +263000 ,,,,,,,主人公,Kiyoshi,,komakoL,,23,,,,,,,,Yeah. +263100 ,,,,,,,,,,komakoL,,23,,,,,,,,"That's tough too, but if supporting her means I can stay by\nKomako-chan's side, I'll endure it. Yes, I can think that\nway now." +263200 ,,,,,,,コマコ,Komako,206_KC05_k_114.wav,komakoL,,34,,,,,,,,...Alright. Then I'll forgive you for this time. +263300 ,,,,,,,,,,komakoL,,34,,,,,,,,Komako-chan said after thinking for a bit. +263400 ,,,,,,,,,,komakoL,,34,,,,,,,,I felt like jumping for joy. +263500 ,,,,,,,主人公,Kiyoshi,,komakoL,,34,,,,,,,,R-Really!? +263600 ,,,,,,,コマコ,Komako,206_KC05_k_115.wav,komakoL,,30,,,,,,,,Really. So please help with Chi-chan. +263700 ,,,,,,,主人公,Kiyoshi,,komakoL,,30,,,,,,,,I understand. +263800 ,,,,,,,,,,komakoL,,30,,,,,,,,"When I nodded, Komako-chan extended her pinky finger." +263900 ,,,,,,,,,,komakoL,,30,,,,,,,,I intertwined my pinky with hers and made a pinky promise. +264000 ,,,0,9000,,,,,,,,,,,,,,,, +264200 ,@207_KC06,,,,,,,,,,,,,,,,,,, +264500 ,,,3,31,,,千恵,Chie,207_KC06_c_000.wav,"komako,private",,22,"chie,privateC",,6,,,,,Ko-ma-chan▼ +264600 ,,,,,,,コマコ,Komako,207_KC06_k_000.wav,komako,,22,chie,,6,,,,,Chi-chan▼ +264700 ,,,,,,,千恵@コマコ,Chie & Komako,207_KC06_c_001.wav@207_KC06_k_001.wav,komako,,22,chie,,6,,,,,Chu~▼ +264800 ,,,,,,,,,,komako,,22,chie,,6,,,,,"Today, Komako-chan and Chi-chan were in the back room,\nsharing a cigarette candy." +264900 ,,,,,,,,,,komako,,22,chie,,6,,,,,"Of course, they weren't breaking it in half." +265000 ,,,,,,,,,,komako,,22,chie,,6,,,,,"They started eating from both ends at the same time, ending\nwith a kiss, you know, that thing." +265100 ,,,,,,,,,,komako,,22,chie,,6,,,,,I thought they were just doing homework together until a\nmoment ago. +265200 ,,,,,,,千恵,Chie,207_KC06_c_002.wav,komako,,22,chie,,21,,,,,"Ehehe, Komako-chan's mouth tastes like candy~" +265300 ,,,,,,,コマコ,Komako,207_KC06_k_002.wav,komako,,2,chie,,21,,,,,Chi-chan's mouth tastes the same. +265400 ,,,,,,,千恵,Chie,207_KC06_c_003.wav,komako,,2,chie,,1,,,,,We're matching. +265500 ,,,,,,,コマコ,Komako,207_KC06_k_003.wav,komako,,22,chie,,1,,,,,"Lick. Yeah, we're matching, sweet, and very delicious♪" +265600 ,,,,,,,千恵,Chie,207_KC06_c_004.wav,komako,,22,chie,,13,,,,,"Geez, Komako-chan, if you lick me, it tickles and, um..." +265700 ,,,,,,,,,,komako,,22,chie,,13,,,,,Chi-chan glanced at me a bit shyly while bringing her lips\nclose to Komako-chan's ear. +265800 ,,,,,,,千恵,Chie,207_KC06_c_005.wav,komako,,22,chie,,22,,,,,It makes me want to do something naughty. +265900 ,,,,,,,,,,komako,,22,chie,,22,,,,,"Since starting 'those things' with Komako- chan, it seems\nChi-chan has developed a bit of a sense of shame." +266000 ,,,,,,,,,,komako,,22,chie,,22,,,,,"But since Chi-chan is naturally lively, I could hear\neverything clearly." +266100 ,,,,,,,コマコ,Komako,207_KC06_k_004.wav,komako,,2,chie,,22,,,,,"Oh, Chi-chan. You've become such a naughty girl." +266200 ,,,,,,,,,,komako,,2,chie,,22,,,,,"Komako-chan giggled happily, poking Chi- chan's side to make\nher squirm." +266300 ,,,,,,,千恵,Chie,207_KC06_c_006.wav,komako,,2,chie,,6,,,,,"Ah▼ Geez, Komako-chan, that tickles~" +266400 ,,,,,,,,,,komako,,2,chie,,6,,,,,"The reason these two became so close is, of course, thanks\nto my help." +266500 ,,,,,,,,,,komako,,2,chie,,6,,,,,"After making Komako-chan cry a lot, I tried my best to leave\nKomako-chan and Chi-chan alone together as much as possible." +266600 ,,,,,,,,,,komako,,2,chie,,6,,,,,"Lately, Tenka-chan has been coming over later, mainly\nbecause she started attending summer classes at a cram\nschool." +266700 ,,,,,,,,,,komako,,2,chie,,6,,,,,"I was oddly impressed that even in this rural area, there\nare cram schools." +266800 ,,,,,,,コマコ,Komako,207_KC06_k_005.wav,komako,,33,chie,,6,,,,,"Hehe, it's because Chi-chan is ticklish." +266900 ,,,,,,,千恵,Chie,207_KC06_c_007.wav,komako,,33,chie,,26,,,,,"Geez, Komako-chan, you're so mean~" +267000 ,,,,,,,,,,,,,,,,,,,,"So, with more time together, Komako-chan and Chi-chan have\nbecome quite the lovey-dovey pair." +267100 ,,,,,,,,,,,,,,,,,,,,"Honestly, even when I'm in the same room, they don't pay any\nattention to me lately, and it makes me feel quite lonely." +267200 ,,,,,,,コマコ,Komako,207_KC06_k_006.wav,komako,,17,,,,,,,,I've finished today's homework... so let's just relax. +267300 ,,,,,,,,,,,,,,,,,,,,Komako-chan glanced over at me. +267400 ,,,,,,,,,,,,,,,,,,,,"Yes, yes, I get it. You want to have some intimate fun with\nChi-chan, and I'm just in the way." +267500 ,,,,,,,千恵,Chie,207_KC06_c_008.wav,,,,chie,,1,,,,,"Uncle, you can go into the shop. Chi-chan and I will be fine\non our own." +267600 ,,,,,,,,,,,,,chie,,1,,,,,"Even Chi-chan is subtly telling me to leave. Ugh, am I\nreally such a nuisance?" +267700 ,,,,,,,コマコ,Komako,207_KC06_k_007.wav,komako,,2,,,,,,,,"Chi-chan, I love you▼" +267800 ,,,,,,,千恵,Chie,207_KC06_c_009.wav,,,,chie,,2,,,,,"Yeah, Komako-chan, Chi-chan loves you too." +267900 ,,,,,,,,,,,,,,,,,,,,But I don't feel like I can intrude on the world that\nKomako-chan and Chi-chan have created for themselves. +268000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'll be minding the shop, so let me know if you\nneed anything." +268100 ,,,,,,,コマコ@千恵,Chie & Komako,207_KC06_c_010.wav@207_KC06_k_008.wav,komako,,1,chie,,1,,,,,Okay! +268200 ,,,,21,,,,,,,,,,,,,,,,"With their cheerful and excited response behind me, I headed\nto the shop feeling quite dejected." +268500 ,,,,,,,千恵,Chie,207_KC06_c_011.wav,,,,,,,,,,,"Ahh... Komako-chan, that tickles~" +268600 ,,,,,,,コマコ,Komako,207_KC06_k_009.wav,,,,,,,,,,,"Chi-chan, is that all? Doesn't it feel good?" +268700 ,,,,,,,,,,,,,,,,,,,,"After a while, I could hear their sweet, nasal voices coming\nfrom the back. It's the usual thing." +268800 ,,,,,,,,,,,,,,,,,,,,"My chest aches painfully. Yet, my crotch is so honest,\ngetting all excited just from hearing their naughty voices." +268900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, Komako-chan..." +269000 ,,,,,,,,,,,,,,,,,,,,"Even though I know I'd get jealous seeing Komako-chan and\nChi-chan being lovey-dovey, I still get aroused and can't\nhelp but be curious." +269100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Just a little, just a little..." +269200 ,,,,,,,,,,,,,,,,,,,,"And so, thinking I'm doing something stupid again today, I\nend up peeking at the two of them." +269400 ,,,9,,2260000,,,,,,,,,,,,,,, +269500 ,*mem,,,,2260000,,,,,,,,,,,,,,, +269600 ,,,9,,2260000,,千恵,Chie,207_KC06_c_012.wav,chie,,0,,,,,,,,"Ehehe, we're all naked~" +269700 ,,,,,2260000,,コマコ,Komako,207_KC06_k_010.wav,komako,,0,,,,,,,,"Yeah, Chi-chan's breasts are always so cute no matter when I\nsee them." +269800 ,,,,,2260000,,千恵,Chie,207_KC06_c_013.wav,chie,,0,,,,,,,,Koma-chan's breasts are cute too~ +269900 ,,,,,2260000,,,,,,,,,,,,,,,The two of them were already down to just their panties. +270000 ,,,,,2260000,,,,,,,,,,,,,,,"Their cute breasts, forming gentle curves that matched the\nslight bend of their arms, faced each other." +270100 ,,,,,2260000,,,,,,,,,,,,,,,"Both Chi-chan's and Komako-chan's nipples were still a fresh\ncherry blossom pink, matching each other." +270200 ,,,,,2260000,,コマコ,Komako,207_KC06_k_011.wav,komako,,0,,,,,,,,"Shall we touch each other a lot again today, Chi-chan?" +270300 ,,,,,2260000,,千恵,Chie,207_KC06_c_014.wav,chie,,0,,,,,,,,"Yeah, let's do it. Chi-chan loves touching because it feels\nso good." +270400 ,,,,,2260000,,コマコ,Komako,207_KC06_k_012.wav,komako,,0,,,,,,,,"I'm glad. I'll make you feel really, really good today too,\nChi-chan." +270500 ,,,,,2260000,,千恵,Chie,207_KC06_c_015.wav,chie,,0,,,,,,,,"Yeah! Chi-chan will make Koma-chan feel really, really good\ntoo." +270600 ,,,,,2260000,,,,,,,,,,,,,,,"Saying that to each other, Komako-chan and Chi-chan reached\ntheir hands towards each other's crotches." +270700 ,,,,,2260000,,千恵,Chie,207_KC06_c_016.wav,chie,,0,,,,,,,,"Ahh... Koma-chan, you're already so wet here..." +270800 ,,,,,2260000,,コマコ,Komako,207_KC06_k_013.wav,komako,,0,,,,,,,,Mmm. Just thinking about doing it with Chi- chan got me\nexcited. +270900 ,,,,,2260000,,千恵,Chie,207_KC06_c_017.wav,chie,,0,,,,,,,,"I see. Mmm, mmm, Koma-chan, you're such a naughty girl.\nMmmmmm." +271000 ,,,,,2260000,,コマコ,Komako,207_KC06_k_014.wav,komako,,0,,,,,,,,But Chi-chan's getting wet too. Chi-chan is a naughty girl\ntoo. +271100 ,,,,,2260000,,千恵,Chie,207_KC06_c_018.wav,chie,,0,,,,,,,,"Hehe, we're matching, Koma-chan. Nn... hau, nnnn." +271200 ,,,,,2260000,,コマコ,Komako,207_KC06_k_015.wav,komako,,0,,,,,,,,"Fu, nn... u, nn... Chi-chan and I are both naughty...▼" +271300 ,,,,,2260000,,,,,,,,,,,,,,,"Giggling softly, Chi-chan and Komako-chan playfully teased\neach other's slits." +271400 ,,,,,2260000,,,,,,,,,,,,,,,"Chi-chan gently caressed with her fingertips, while Komako-\nchan rubbed her slit with a shush-shush sound." +271500 ,,,,,2260000,,千恵,Chie,207_KC06_c_019.wav,chie,,0,,,,,,,,"Ahh, Koma-chan, my crotch is starting to tingle." +271600 ,,,,,2260000,,コマコ,Komako,207_KC06_k_016.wav,komako,,0,,,,,,,,"It's okay, I'll make it tingle even more. Does it feel good?" +271700 ,,,,,2260000,,千恵,Chie,207_KC06_c_020.wav,chie,,0,,,,,,,,"Yeah, it feels good. Nn... does it feel good for you too,\nKoma-chan?" +271800 ,,,,,2260000,,コマコ,Komako,207_KC06_k_017.wav,komako,,0,,,,,,,,"Nn... it feels good, nn, Chi-chan, you've gotten better...\nnnn." +271900 ,,,,,2260000,,千恵,Chie,207_KC06_c_021.wav,chie,,0,,,,,,,,It's because Koma-chan taught me all the ways to make it\nfeel good. Ahh▼ +272000 ,,,,,2260000,,,,,,,,,,,,,,,"With sweet voices, their secret playful teasing continued." +272100 ,,,,,2260000,,,,,,,,,,,,,,,Komako-chan's eyes looking at Chi-chan were so gentle and\nfull of affection. Seeing that made my chest feel like it\nwas going to burst from loneliness. +272200 ,,,,,2260000,,,,,,,,,,,,,,,She never looked at me with eyes like that. +272300 ,,,,,2260000,,コマコ,Komako,207_KC06_k_018.wav,komako,,0,,,,,,,,"Ufufu, then I can't lose. As Chi-chan's naughty teacher, I\nhave to try harder." +272400 ,,,,,2260000,,千恵,Chie,207_KC06_c_022.wav,chie,,0,,,,,,,,"Uuu~ I won't lose. Today, Chi-chan will make Koma-chan feel\nreally good!" +272500 ,,,,,2260000,,,,,,,,,,,,,,,"With innocent rivalry, Chi-chan gently caressed Komako-\nchan's vagina." +272600 ,,,,,2260000,,,,,,,,,,,,,,,Komako-chan accepted it with a smile and tickled Chi-chan's\nslit. +272700 ,,,,,2260000,,,,,,,,,,,,,,,"Watching the lovey-dovey pair was unbearably sad and lonely,\nyet I found myself gripping my erect cock while biting my\nlip. Foolish." +272800 ,,,,,2260000,,コマコ,Komako,207_KC06_k_019.wav,komako,,0,,,,,,,,"Nn... aha, Chi-chan, you've really gotten good. Should I get\nserious too?" +272900 ,,,,,2260000,,千恵,Chie,207_KC06_c_023.wav,chie,,0,,,,,,,,Fueh? S-Serious? +273000 ,,,,,2260000,,コマコ,Komako,207_KC06_k_020.wav,komako,,0,,,,,,,,"Yeah, even over your panties, I know Chi- chan's weak spots\nvery well." +273100 ,,,,,2260000,,,,,,,,,,,,,,,"As she said that, Komako-chan changed her target." +273200 ,,,,,2260000,,,,,,,,,,,,,,,"It was slightly above the slit, where the clit was likely\nstill hidden under its hood." +273300 ,,,,,2260000,,千恵,Chie,207_KC06_c_024.wav,chie,,0,,,,,,,,"Nnnn, if Koma-chan is going to play there, then Chi-chan\nwill too!" +273400 ,,,,,2260000,,コマコ,Komako,207_KC06_k_021.wav,komako,,0,,,,,,,,Will you? I'm happy to hear that. +273500 ,,,,,2260000,,,,,,,,,,,,,,,"Not to be outdone by Komako-chan, Chi-chan also focused her\naim on the clit." +273600 ,,,,,2260000,,千恵,Chie,207_KC06_c_025.wav,chie,,0,,,,,,,,Huh? Huh? Um... +273700 ,,,,,2260000,,,,,,,,,,,,,,,"However, since Komako-chan had more experience with\nmasturbation and naughty things, she seemed to be better at\nit." +273800 ,,,,,2260000,,,,,,,,,,,,,,,"Chi-chan seemed unable to find the clitoris well over the\npanties, tilting her head in confusion." +273900 ,,,,,2260000,,,,,,,,,,,,,,,"Meanwhile, Komako-chan's fierce attack assaulted Chi-chan's\nsensitive clit bud." +274000 ,,,,,2260000,,コマコ,Komako,207_KC06_k_022.wav,komako,,0,,,,,,,,"Ufufu. Chi-chan, here? Here, it's weak, right? You like it\nwhen it's rubbed, don't you?" +274200 ,,,,,2260010,,千恵,Chie,207_KC06_c_026.wav,chie,,0,,,,,,,,"Nnnn... It's not that I like it, but when you do that there,\nit makes my crotch feel all warm..." +274300 ,,,,,2260010,,,,,,,,,,,,,,,Chi-chan pulled her hips back with a troubled expression. +274400 ,,,,,2260010,,,,,,,,,,,,,,,"But as Chi-chan tried to escape, Komako- chan's fingers\nskillfully followed her clitoris, stimulating it precisely." +274500 ,,,,,2260010,,千恵,Chie,207_KC06_c_027.wav,chie,,0,,,,,,,,"Fua! It tingles, it tingles. It's like electricity..." +274600 ,,,,,2260010,,コマコ,Komako,207_KC06_k_023.wav,komako,,0,,,,,,,,"Ufufu, Chi-chan's clit is so sensitive and cute. It makes me\nwant to do it more." +274700 ,,,,,2260010,,千恵,Chie,207_KC06_c_028.wav,chie,,0,,,,,,,,"Nn, nn, Koma-chan, if you do it that much, Chi-chan will\ntwitch and my hands will stop..." +274800 ,,,,,2260010,,,,,,,,,,,,,,,Chi-chan looked at Komako-chan with her eyebrows furrowed.\nHer hands had stopped moving since earlier. +274900 ,,,,,2260010,,,,,,,,,,,,,,,She was so overwhelmed by Komako-chan's clit caresses that\nshe couldn't move. +275000 ,,,,,2260010,,コマコ,Komako,207_KC06_k_024.wav,komako,,0,,,,,,,,"You're feeling it that much. Cute▼ Hey, hey, it's okay to\nfeel even better, you know?" +275100 ,,,,,2260010,,,,,,,,,,,,,,,"Watching Chi-chan's reaction with amusement, Komako-chan\ncontinued to rub her clitoris with her fingers." +275200 ,,,,,2260010,,,,,,,,,,,,,,,Chi-chan's knees were trembling. A stain was beginning to\nform on the crotch of her panties. +275300 ,,,,,2260010,,千恵,Chie,207_KC06_c_029.wav,chie,,0,,,,,,,,"Nn... but, if you keep doing that, I won't be able to make\nKoma-chan feel good." +275400 ,,,,,2260010,,,,,,,,,,,,,,,"Chi-chan pleaded, panting heavily." +275500 ,,,,,2260010,,,,,,,,,,,,,,,"She tried to awkwardly move her fingers to resume caressing,\nbut when Komako-chan flicked her clit, she stopped again." +275600 ,,,,,2260010,,千恵,Chie,207_KC06_c_030.wav,chie,,0,,,,,,,,"Ah, haah... I want to make Koma-chan feel good too." +275700 ,,,,,2260010,,コマコ,Komako,207_KC06_k_025.wav,komako,,0,,,,,,,,"Fufu, it's okay. You're making me feel good, you know?" +275800 ,,,,,2260010,,千恵,Chie,207_KC06_c_031.wav,chie,,0,,,,,,,,That's a lie. I haven't done anything since earlier. +275900 ,,,,,2260010,,コマコ,Komako,207_KC06_k_026.wav,komako,,0,,,,,,,,It's true. Just seeing your cute face when you're feeling\ngood makes my crotch tingle. +276000 ,,,,,2260010,,,,,,,,,,,,,,,Komako-chan smiled happily. +276100 ,,,,,2260010,,,,,,,,,,,,,,,She pushed her butt out and rubbed her slit against Chi-\nchan's fingers. +276200 ,,,,,2260010,,コマコ,Komako,207_KC06_k_027.wav,komako,,0,,,,,,,,"See, touch it. It's even hotter than before, right?" +276300 ,,,,,2260010,,千恵,Chie,207_KC06_c_032.wav,chie,,0,,,,,,,,"Wow, it's really hot... Koma-chan's crotch is so hot..." +276400 ,,,,,2260010,,,,,,,,,,,,,,,Komako-chan slid her fingers and traced Chi- chan's slit. +276500 ,,,,,2260010,,千恵,Chie,207_KC06_c_033.wav,chie,,0,,,,,,,,Hyafuuh +276600 ,,,,,2260010,,コマコ,Komako,207_KC06_k_028.wav,komako,,0,,,,,,,,Chi-chan's crotch is just as hot... There's even more\nslippery wetness than before. +276700 ,,,,,2260010,,千恵,Chie,207_KC06_c_034.wav,chie,,0,,,,,,,,"Y-yeah... It's soaking my panties, like I wet myself..." +276800 ,,,,,2260010,,コマコ,Komako,207_KC06_k_029.wav,komako,,0,,,,,,,,"Ufufu, even though I'm touching over your panties, it's\nmaking a squishy sound." +276900 ,,,,,2260010,,,,,,,,,,,,,,,Komako-chan deliberately made a wet sound as she rubbed Chi-\nchan's crotch. +277000 ,,,,,2260010,,,,,,,,,,,,,,,Chi-chan blushed a little with embarrassment. +277100 ,,,,,2260010,,千恵,Chie,207_KC06_c_035.wav,chie,,0,,,,,,,,"Ah, nn, if you make that much noise, it's embarrassing,\nKoma-chan." +277200 ,,,,,2260010,,コマコ,Komako,207_KC06_k_030.wav,komako,,0,,,,,,,,"Sorry, I just got so happy thinking it's proof that Chi-chan\nis feeling good. It makes my heart race too." +277300 ,,,,,2260010,,千恵,Chie,207_KC06_c_036.wav,chie,,0,,,,,,,,"Well, I guess it can't be helped then. Koma- chan, you're\nsuch a naughty tease." +277400 ,,,,,2260010,,コマコ,Komako,207_KC06_k_031.wav,komako,,0,,,,,,,,But Chi-chan is so cute when she's feeling good or looking\nembarrassed. +277500 ,,,,,2260010,,,,,,,,,,,,,,,Komako-chan giggled softly as she intensified her caresses\nwith her fingers. +277600 ,,,,,2260010,,,,,,,,,,,,,,,The wet sounds grew louder and louder. +277700 ,,,,,2260010,,,,,,,,,,,,,,,"In response, the speed at which I stroked my cock also\nincreased." +277800 ,,,,,2260010,,コマコ,Komako,207_KC06_k_032.wav,komako,,0,,,,,,,,"It's all because I love Chi-chan so much, you know?" +277900 ,,,,,2260010,,千恵,Chie,207_KC06_c_037.wav,chie,,0,,,,,,,,"Yeah, I know. Chi-chan loves Koma-chan too." +278000 ,,,,,2260010,,コマコ,Komako,207_KC06_k_033.wav,komako,,0,,,,,,,,"Ufufu, that makes me so happy. Hey, Chi- chan, can I kiss\nyou?" +278100 ,,,,,2260010,,千恵,Chie,207_KC06_c_038.wav,chie,,0,,,,,,,,"Yeah, go ahead." +278300 ,,,,,2260020,,,,,,,,,,,,,,,"Chi-chan nodded energetically, and Komako- chan pressed her\nlips against hers." +278400 ,,,,,2260020,,コマコ,Komako,207_KC06_k_034.wav,komako,,0,,,,,,,,"Chu, nn... chuu... lero, chupa... chu, chu" +278500 ,,,,,2260020,,,,,,,,,,,,,,,The Komako-chan who used to run away from the old man's deep\nkisses was no longer there. +278600 ,,,,,2260020,,,,,,,,,,,,,,,"In her place was a naughty Komako-chan, entwining her tongue\nand sucking on the lips of the girl she loved." +278700 ,,,,,2260020,,千恵,Chie,207_KC06_c_039.wav,chie,,0,,,,,,,,"Nnnn... nmu... nha, lero... nchuu, muchu" +278800 ,,,,,2260020,,,,,,,,,,,,,,,Chi-chan wasn't surprised like the first time she had a\ntongue-involved kiss. +278900 ,,,,,2260020,,,,,,,,,,,,,,,She actively entwined her tongue and welcomed Komako-chan's\ntongue into her mouth with joy. +279000 ,,,,,2260020,,コマコ,Komako,207_KC06_k_035.wav,komako,,0,,,,,,,,"Nfuh... chu... nn, Chi-chan's mouth tastes like ramune...\nchu" +279100 ,,,,,2260020,,千恵,Chie,207_KC06_c_040.wav,chie,,0,,,,,,,,"Nmu... Koma-chan's mouth tastes the same. After all, we just\nate it... nchuu▼" +279200 ,,,,,2260020,,コマコ,Komako,207_KC06_k_036.wav,komako,,0,,,,,,,,"Fuu, nn... that's right... chu, chu, chu" +279300 ,,,,,2260020,,,,,,,,,,,,,,,The panties of the two exchanging kisses were so wet that\ntheir color had clearly changed. +279400 ,,,,,2260020,,,,,,,,,,,,,,,"Not just Chi-chan, who was being thoroughly touched, but\nKomako-chan's were also soaked." +279500 ,,,,,2260020,,,,,,,,,,,,,,,"In other words, Komako-chan was that excited about being\nintimate with Chi-chan..." +279600 ,,,,,2260020,,コマコ,Komako,207_KC06_k_037.wav,komako,,0,,,,,,,,"Chu... nn, kissing feels so good... I just want to keep\ndoing it... nn" +279700 ,,,,,2260020,,千恵,Chie,207_KC06_c_041.wav,chie,,0,,,,,,,,"Nku, fuu... if we keep doing it... nnn, I'll get dizzy...\nnmu" +279800 ,,,,,2260020,,,,,,,,,,,,,,,Thinking about that made my jealous dick even harder. +279900 ,,,,,2260020,,,,,,,,,,,,,,,"Ugh, I shouldn't have an NTR fetish~." +280100 ,,,,,2260030,,コマコ,Komako,207_KC06_k_038.wav,komako,,0,,,,,,,,"Puh, sorry. I sucked a bit too hard." +280200 ,,,,,2260030,,千恵,Chie,207_KC06_c_042.wav,chie,,0,,,,,,,,"No, it's fine. When you kiss a bit harder, it makes my head\ngo blank and feels good." +280300 ,,,,,2260030,,コマコ,Komako,207_KC06_k_039.wav,komako,,0,,,,,,,,"Hehe, if Chi-chan says something that cute, I'll kiss you\nagain." +280400 ,,,,,2260030,,千恵,Chie,207_KC06_c_043.wav,chie,,0,,,,,,,,W-Wait a bit. Just a little longer. +280500 ,,,,,2260030,,コマコ,Komako,207_KC06_k_040.wav,komako,,0,,,,,,,,Got it. +280600 ,,,,,2260030,,,,,,,,,,,,,,,It seemed like neither of them cared at all about the old\nman holding back tears of frustration while stroking his\ndick. +280700 ,,,,,2260030,,,,,,,,,,,,,,,"Of course, if they found out he was peeping, it would cause\na huge commotion." +280800 ,,,,,2260030,,,,,,,,,,,,,,,"Chi-chan and Komako-chan smiled at each other with lips\nglistening with saliva, full of the lingering sensation of\ntheir deep, mature kiss." +280900 ,,,,,2260030,,コマコ,Komako,207_KC06_k_041.wav,komako,,0,,,,,,,,"Instead, I'll just touch here a lot~. Tickle, tickle,\ntickle..." +281000 ,,,,,2260030,,千恵,Chie,207_KC06_c_044.wav,chie,,0,,,,,,,,"Hyafu, nn... ahh, nn... hey, don't start suddenly. Payback!" +281100 ,,,,,2260030,,コマコ,Komako,207_KC06_k_042.wav,komako,,0,,,,,,,,"Ahh, nn, Chi-chan, if you do that much, I'll feel really\ngood." +281200 ,,,,,2260030,,千恵,Chie,207_KC06_c_045.wav,chie,,0,,,,,,,,It's okay to feel good. That's why I'm doing it. Urya urya\nurya urya! +281300 ,,,,,2260030,,,,,,,,,,,,,,,Komako-chan and Chi-chan resumed teasing each other's\npussies as if playing around again. +281400 ,,,,,2260030,,,,,,,,,,,,,,,"Chi-chan's fingers quickly tickled Komako- chan's slit,\nmaking lewd, wet sounds." +281500 ,,,,,2260030,,,,,,,,,,,,,,,"Both of them had flushed, heated cheeks. Their eyes were\nmelting, giving them an erotic expression." +281600 ,,,,,2260030,,,,,,,,,,,,,,,"Not only were they touching each other with their hands, but\ntheir cute butts were also wiggling." +281700 ,,,,,2260030,,コマコ,Komako,207_KC06_k_043.wav,komako,,0,,,,,,,,"Hey, Chi-chan. I want to kiss again. Can I kiss you one more\ntime?" +281800 ,,,,,2260030,,千恵,Chie,207_KC06_c_046.wav,chie,,0,,,,,,,,"Yeah, sure. I want to too. But this time, can I put my\ntongue in?" +281900 ,,,,,2260030,,コマコ,Komako,207_KC06_k_044.wav,komako,,0,,,,,,,,"Yeah, that's fine." +282100 ,,,,,2260020,,,,,,,,,,,,,,,"Chi-chan kissed Komako-chan's lips, which were slightly\nopen, waiting for Chi-chan's tongue." +282200 ,,,,,2260020,,千恵,Chie,207_KC06_c_047.wav,chie,,0,,,,,,,,"Nchu... lero lero, lero... nn, chu, chupa, lero" +282300 ,,,,,2260020,,,,,,,,,,,,,,,"A deep kiss began, with the roles reversed from earlier." +282400 ,,,,,2260020,,コマコ,Komako,207_KC06_k_045.wav,komako,,0,,,,,,,,"Nfu, nn... Chi-chan... fumu, nn, mu... you're good..." +282500 ,,,,,2260020,,千恵,Chie,207_KC06_c_048.wav,chie,,0,,,,,,,,"Nn, nn, chu... yeah, because... I wanted Komako-chan to be\nhappy... nchu" +282600 ,,,,,2260020,,コマコ,Komako,207_KC06_k_046.wav,komako,,0,,,,,,,,"Nnnn... I'm happy... more, lick inside... nnn" +282700 ,,,,,2260020,,千恵,Chie,207_KC06_c_049.wav,chie,,0,,,,,,,,"Yeah, okay... chu, chupa, lero lero lero, chupa, chu" +282800 ,,,,,2260020,,,,,,,,,,,,,,,"Chi-chan's tongue moved like a separate creature, going in\nand out of Komako-chan's lips." +282900 ,,,,,2260020,,,,,,,,,,,,,,,It was as if Chi-chan's tongue-cock was violating Komako-\nchan's mouth-pussy. +283000 ,,,,,2260020,,,,,,,,,,,,,,,"An uncontrollable jealousy surged, and that heat went\nstraight to his cock." +283100 ,,,,,2260020,,,,,,,,,,,,,,,"Ah, the old man wanted to kiss Komako-chan too." +283200 ,,,,,2260020,,コマコ,Komako,207_KC06_k_047.wav,komako,,0,,,,,,,,"Nn, nnn... it feels good... Chi-chan, nnn" +283300 ,,,,,2260020,,千恵,Chie,207_KC06_c_050.wav,chie,,0,,,,,,,,"Nnn, I'm glad you're happy... nn, chu" +283500 ,,,,,2260030,,,,,,,,,,,,,,,Chi-chan sucked on Komako-chan's lips and then pulled her\nface away. +283600 ,,,,,2260030,,,,,,,,,,,,,,,"A bridge of saliva formed between their lips, glistening\nbrightly, almost bringing tears to my eyes." +283700 ,,,,,2260030,,千恵,Chie,207_KC06_c_051.wav,chie,,0,,,,,,,,"Pwah... nn, kissing is fun, isn't it, Koma- chan?" +283800 ,,,,,2260030,,コマコ,Komako,207_KC06_k_048.wav,komako,,0,,,,,,,,"Yeah, it's fun. I'm glad Chi-chan understands how fun\nkissing is." +283900 ,,,,,2260030,,千恵,Chie,207_KC06_c_052.wav,chie,,0,,,,,,,,"Because it feels good. Oh, touching each other like this is\nfun too, right?" +284000 ,,,,,2260030,,コマコ,Komako,207_KC06_k_049.wav,komako,,0,,,,,,,,"Ahh... yeah, it is. It's fun. Let's do it more? Let's feel\neven better?" +284100 ,,,,,2260030,,千恵,Chie,207_KC06_c_053.wav,chie,,0,,,,,,,,"Yeah. Ah, nn... the way Koma-chan touches me feels so good,\nmy crotch feels like it's melting." +284200 ,,,,,2260030,,コマコ,Komako,207_KC06_k_050.wav,komako,,0,,,,,,,,"Yeah, being touched by Chi-chan makes my crotch all melty\ntoo. It feels like I'm melting from the inside." +284300 ,,,,,2260030,,,,,,,,,,,,,,,Their petting grew increasingly heated. +284400 ,,,,,2260030,,,,,,,,,,,,,,,"At first, Chi-chan's fingers were awkward, but with Komako-\nchan's love juices as lubricant, they became more and more\nlewd." +284500 ,,,,,2260030,,,,,,,,,,,,,,,"And Komako-chan, the expert in lovemaking, used her fingers\nto skillfully and sensually tease Chi-chan's sensitive\nspots." +284600 ,,,,,2260030,,千恵,Chie,207_KC06_c_054.wav,chie,,0,,,,,,,,"Ahh, fuahh, ahh, it feels good, it feels so good, Koma-chan!" +284700 ,,,,,2260030,,コマコ,Komako,207_KC06_k_051.wav,komako,,0,,,,,,,,"Me too, I feel good too, Chi-chan!" +284900 ,,,,,2260020,,,,,,,,,,,,,,,"Overwhelmed with emotion, they shared yet another kiss\ntoday. They pressed their lips together, entwined their\ntongues, and exchanged feelings of love along with their\nsaliva." +285000 ,,,,,2260020,,千恵,Chie,207_KC06_c_055.wav,chie,,0,,,,,,,,"Nn... I love you, I love you so much... nnn, Koma-chan, I\nlove you!" +285100 ,,,,,2260020,,コマコ,Komako,207_KC06_k_052.wav,komako,,0,,,,,,,,"Me too... I love you too, Chi-chan. I love you so much, so\nvery much..." +285200 ,,,,,2260020,,,,,,,,,,,,,,,"In between kisses, they whispered their love for each other\nand moved their fingers busily to pleasure each other's\npussies." +285300 ,,,,,2260020,,,,,,,,,,,,,,,There wasn't even the slightest space for the old man to fit\nbetween them. +285400 ,,,,,2260020,,千恵,Chie,207_KC06_c_056.wav,chie,,0,,,,,,,,"Nn... hey, Koma-chan... do you think it would feel even\nbetter if we put a dick in?" +285500 ,,,,,2260020,,,,,,,,,,,,,,,Chi-chan murmured this in between kisses. +285600 ,,,,,2260020,,,,,,,,,,,,,,,Komako-chan's face lit up instantly. +285700 ,,,,,2260020,,コマコ,Komako,207_KC06_k_053.wav,komako,,0,,,,,,,,"What's up, Chi-chan? Do you want to put a dick in?" +285800 ,,,,,2260020,,,,,,,,,,,,,,,"Even though they have quite a bit of sex, there's no use for\na strap-on. They mostly rub their pussies together or touch\neach other like this." +285900 ,,,,,2260020,,千恵,Chie,207_KC06_c_057.wav,chie,,0,,,,,,,,"Hmm... but, I'm still a little scared. Sorry." +286000 ,,,,,2260020,,コマコ,Komako,207_KC06_k_054.wav,komako,,0,,,,,,,,"No, it's okay. I don't want Chi-chan to do anything she\ndoesn't want to, so I'll wait until you're not scared\nanymore." +286100 ,,,,,2260020,,千恵,Chie,207_KC06_c_058.wav,chie,,0,,,,,,,,"Thank you, Koma-chan. Chu." +286200 ,,,,,2260020,,,,,,,,,,,,,,,"As if to apologize, Chi-chan repeatedly gave Komako-chan\nlight kisses on her lips." +286400 ,,,,,2260030,,コマコ,Komako,207_KC06_k_055.wav,komako,,0,,,,,,,,"Nn, thank you. Don't worry about it, take your time. Right,\nChi-chan?" +286500 ,,,,,2260030,,,,,,,,,,,,,,,"Even as she said that, Komako-chan murmured a little\ndisappointedly." +286600 ,,,,,2260030,,コマコ,Komako,207_KC06_k_056.wav,komako,,0,,,,,,,,"But, you can't have a baby without putting a dick in,\nright...?" +286700 ,,,,,2260030,,千恵,Chie,207_KC06_c_059.wav,chie,,0,,,,,,,,"Koma-chan, do you want a baby?" +286800 ,,,,,2260030,,コマコ,Komako,207_KC06_k_057.wav,komako,,0,,,,,,,,"Yeah, because I love Chi-chan. I want to get married and\nhave a baby too." +286900 ,,,,,2260030,,,,,,,,,,,,,,,Ouch. +287000 ,,,,,2260030,,,,,,,,,,,,,,,That one sentence pierced deeper than anything before. It\nmade me realize once again that Chi-chan is truly the most\nimportant to Komako-chan. +287100 ,,,,,2260030,,,,,,,,,,,,,,,"Moreover, even Chi-chan didn't seem entirely against the\nidea." +287200 ,,,,,2260030,,千恵,Chie,207_KC06_c_060.wav,chie,,0,,,,,,,,"Hmm... I want to be with Koma-chan forever too, and I think\nKoma-chan's baby would be cute!" +287300 ,,,,,2260030,,コマコ,Komako,207_KC06_k_058.wav,komako,,0,,,,,,,,Really? +287400 ,,,,,2260030,,千恵,Chie,207_KC06_c_061.wav,chie,,0,,,,,,,,"Yeah. But, do you think two girls can have a baby together?" +287500 ,,,,,2260030,,コマコ,Komako,207_KC06_k_059.wav,komako,,0,,,,,,,,Hmm... +287600 ,,,,,2260030,,,,,,,,,,,,,,,Komako-chan fell silent. +287700 ,,,,,2260030,,コマコ,Komako,207_KC06_k_060.wav,komako,,0,,,,,,,,Maybe it's impossible without a dick? I'll look into it a\nbit. +287800 ,,,,,2260030,,千恵,Chie,207_KC06_c_062.wav,chie,,0,,,,,,,,Yeah. +287900 ,,,,,2260030,,コマコ,Komako,207_KC06_k_061.wav,komako,,0,,,,,,,,"So, for now, let's have lots of sex to get used to it, so\nit's okay to put a dick in later?" +288000 ,,,,,2260030,,千恵,Chie,207_KC06_c_063.wav,chie,,0,,,,,,,,"Yeah, got it! It's practice for making a baby. Mmm..." +288100 ,,,,,2260030,,コマコ,Komako,207_KC06_k_062.wav,komako,,0,,,,,,,,"Yeah, that's right, practice... Mmm..." +288200 ,,,,,2260030,,,,,,,,,,,,,,,"Whispering such things to each other, the two of them\ntouched each other's pussies, reaching their peak." +288300 ,,,,,2260030,,,,,,,,,,,,,,,"I watched in a daze, and before I knew it, I had ejaculated." +288400 ,,,,,2260030,,,,,,,,,,,,,,,White semen dirtied my hand. The essence of a baby. +288500 ,,,,,2260030,,,,,,,,,,,,,,,But this won't be of any use. +288600 ,,,,,2260030,,,,,,,,,,,,,,,"Because what Komako-chan wants is not my baby, but Chi-\nchan's baby..." +288700 ,,,,,2260030,,千恵,Chie,207_KC06_c_064.wav,chie,,0,,,,,,,,"Ahhh, Koma-chan, I love you!" +288800 ,,,,,2260030,,コマコ,Komako,207_KC06_k_063.wav,komako,,0,,,,,,,,"Yeah, I love you too, Chi-chan!" +288900 ,,,,,2260030,,,,,,,,,,,,,,,"The climax while listening to the voices of the two in love\nwas so empty... and yet, it felt good." +289000 ,$event_return,,,,,,,,,,,,,,,,,,, +289100 ,,,0,9000,,,,,,,,,,,,,,,, +289300 ,@208_KC07,,,,,,,,,,,,,,,,,,, +289600 ,,,8,21,,,,,,,,,,,,,,,,A few days after that empty yet pleasurable ejaculation― +289700 ,,,,,,,,,,,,,,,,,,,,The frequency with which Komako-chan paid attention to me\nhad decreased even more. +289800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ko-Komako-chan, can I talk to you for a moment?" +289900 ,,,,,,,コマコ,Komako,208_KC07_k_000.wav,"komakoL,privateB",,3,,,,,,,,"What is it, uncle?" +290000 ,,,,,,,,,,komakoL,,3,,,,,,,,"Even when I mustered the courage to talk to her," +290100 ,,,,,,,千恵,Chie,208_KC07_c_000.wav,komakoL,,3,,,,,,,,"Koma-chan, come here for a sec! I don't get this at all!" +290200 ,,,,,,,コマコ,Komako,208_KC07_k_001.wav,komakoL,,4,,,,,,,,"Ah, Chi-chan is calling me, so I'll go. See you later,\nuncle." +290300 ,,,,,,,,,,,,,,,,,,,,"As soon as Chi-chan called her, she would immediately rush\nover there. And again, she would ignore me and flirt with\nChi-chan." +290400 ,,,,,,,,,,,,,,,,,,,,"Ugh, now that she's all lovey-dovey with Chi- chan, am I\njust useless to her?" +290500 ,,,,,,,,,,,,,,,,,,,,I don't want that! +290700 ,,,,,,,コマコ,Komako,208_KC07_k_002.wav,,,,,,,,,,,"Um, Chi-chan, you multiply first and then add, okay?" +290800 ,,,,,,,千恵,Chie,208_KC07_c_001.wav,,,,,,,,,,,"Oh~ I see. Koma-chan, you're so smart!" +290900 ,,,,,,,,,,,,,,,,,,,,"But no matter how much I scream 'I don't want that' in my\nheart, in reality, all I can hear is the friendly voices of\nChi-chan and Komako-chan." +291100 ,,,,,,,コマコ,Komako,208_KC07_k_003.wav,,,,,,,,,,,"Hehe, since you did your homework properly, Chi-chan, I'll\nmake you feel good as a reward." +291200 ,,,,,,,千恵,Chie,208_KC07_c_002.wav,,,,,,,,,,,"You're just saying that because you want to do something\nnaughty, Koma-chan. Well, I guess it's fine, let's do it." +291300 ,,,,,,,,,,,,,,,,,,,,"Once again, I could only watch their naughty antics while\ncrying and relieve myself." +291600 ,,,3,31,,,,,,,,,,,,,,,,"One day, while I was wasting my sorrowful semen like that." +291700 ,,,,,,,コマコ,Komako,208_KC07_k_004.wav,"komako,private",,7,,,,,,,,"Uncle, can I talk to you for a moment?" +291800 ,,,,,,,,,,komako,,7,,,,,,,,"After everyone left, Komako-chan came to see me." +291900 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,W-What? Wh-wh-wh-what's up? +292000 ,,,,,,,,,,komako,,7,,,,,,,,"I couldn't help but let my voice waver. After all, it had\nbeen so long since Komako-chan talked to me." +292100 ,,,,,,,,,,komako,,7,,,,,,,,"Oh no, I'm even tearing up." +292200 ,,,,,,,コマコ,Komako,208_KC07_k_005.wav,komako,,13,,,,,,,,"Um, I came because I have a favor to ask you." +292300 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"A favor? What is it? If it's something I can do, I'll do\nanything for you!" +292400 ,,,,,,,,,,komako,,13,,,,,,,,I felt like I was on cloud nine. +292500 ,,,,,,,,,,komako,,13,,,,,,,,"There's nothing more delightful than being relied on by\nKomako-chan. Well, I'd be even happier if we could do\nsomething naughty." +292600 ,,,,,,,,,,komako,,13,,,,,,,,"But if it makes Komako-chan happy, I'd do anything, even\nkneel on a hot iron plate!" +292700 ,,,,,,,コマコ,Komako,208_KC07_k_006.wav,komako,,13,,,,,,,,Um... +292800 ,,,,,,,,,,komako,,13,,,,,,,,"Komako-chan blushed a little, looking embarrassed and\nfidgety. I wonder what it is, could it be something naughty?" +292900 ,,,,,,,,,,komako,,13,,,,,,,,"Oh, maybe Chie-chan finally said it's okay to put it in, and\nshe wants to know a way that doesn't hurt. That seems\npossible." +293000 ,,,,,,,,,,komako,,13,,,,,,,,"...Thinking about it myself made me depressed, I want to\ndie." +293100 ,,,,,,,,,,komako,,13,,,,,,,,"While I was getting all worked up on my own, Komako-chan\nseemed to have made up her mind, and she looked straight at\nme." +293200 ,,,,,,,コマコ,Komako,208_KC07_k_007.wav,"komakoL,private",,16,,,,,,,,"Um, I want to lick your dick with my mouth." +293300 ,,,,,,,主人公,Kiyoshi,,komakoL,,16,,,,,,,,Huh? Wh-what did you say? +293400 ,,,,,,,,,,komakoL,,16,,,,,,,,I couldn't help but doubt my ears. I feel like I just heard\nsomething unbelievable. +293500 ,,,,,,,コマコ,Komako,208_KC07_k_008.wav,komako,,11,,,,,,,,"I said, can I lick your dick?" +293600 ,,,,,,,主人公,Kiyoshi,,komako,,11,,,,,,,,Huh? Huh? +293700 ,,,,,,,,,,komako,,11,,,,,,,,"No good, even hearing it again, I can't comprehend it.\nBecause 'that' Komako-chan is saying she wants to lick my\ncock." +293800 ,,,,,,,,,,komako,,11,,,,,,,,"As I stood there dumbfounded, Komako-chan stomped her foot\nimpatiently." +293900 ,,,,,,,コマコ,Komako,208_KC07_k_009.wav,komako,,26,,,,,,,,"Your white slippery stuff... it's called semen, right? I\nwant that." +294000 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,"Ah, I see, you want semen, so you want to lick my dick.\n...Wait, what!?" +294100 ,,,,,,,,,,komako,,26,,,,,,,,My confusion only deepened. +294200 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,"Wh-why? Komako-chan, you didn't seem to like slippery stuff\nthat much, right? Why? What happened?" +294300 ,,,,,,,,,,komako,,26,,,,,,,,"As I pressed her for answers, Komako-chan answered\nnonchalantly." +294400 ,,,,,,,コマコ,Komako,208_KC07_k_010.wav,komako,,6,,,,,,,,"Well, I studied, and to make a baby, you need a man's white\nslippery stuff." +294500 ,,,,,,,主人公,Kiyoshi,,komako,,6,,,,,,,,Y-yeah. +294600 ,,,,,,,コマコ,Komako,208_KC07_k_011.wav,komako,,31,,,,,,,,"The sperm in it is the essence of a baby, right? But Chie-\nchan and I can't produce that." +294700 ,,,,,,,,,,komako,,31,,,,,,,,I started to get a bad feeling about this. +294800 ,,,,,,,コマコ,Komako,208_KC07_k_012.wav,komako,,13,,,,,,,,"So, give me your sperm, uncle♪" +294900 ,,,,,,,,,,komako,,13,,,,,,,,My bad feeling came true~!! +295000 ,,,,,,,,,,komako,,13,,,,,,,,"Even if she asks so cutely, that means she wants me to be a\nstud, right?" +295100 ,,,,,,,,,,komako,,13,,,,,,,,"No, being a stud would still be fine, right? Because I could\nimpregnate Komako-chan. That means I could have sex." +295200 ,,,,,,,,,,komako,,13,,,,,,,,But asking me to do it in her mouth... that's like treating\nme as a living sperm bank! +295300 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,N-no way! +295400 ,,,,,,,コマコ,Komako,208_KC07_k_013.wav,komako,,4,,,,,,,,Huh!? +295500 ,,,,,,,,,,komako,,4,,,,,,,,"It seemed she didn't expect me to refuse, and Komako-chan\nlooked really surprised." +295600 ,,,,,,,コマコ,Komako,208_KC07_k_014.wav,komako,,14,,,,,,,,Why? How come? +295700 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"Why, you ask... it's just that there's no love in it... it's\nlike I'm just a tool for you and Chie-chan to make a baby..." +295800 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan looked at me with cold eyes as I mumbled\nexcuses. +295900 ,,,,,,,コマコ,Komako,208_KC07_k_015.wav,komako,,10,,,,,,,,"Uncle, you said before that you're my masturbation tool,\nright? Was that a lie? Did you lie again?" +296000 ,,,,,,,主人公,Kiyoshi,,komako,,10,,,,,,,,"Ugh, th-that was..." +296100 ,,,,,,,,,,komako,,10,,,,,,,,"Stupid, stupid me. Why did I say something like that?" +296200 ,,,,,,,コマコ,Komako,208_KC07_k_016.wav,komako,,8,,,,,,,,"And you said you'd do anything I asked, right? Was that a\nlie too?" +296300 ,,,,,,,主人公,Kiyoshi,,komako,,8,,,,,,,,Ughhh... +296400 ,,,,,,,,,,komako,,8,,,,,,,,"When she accuses me so directly, I have no words to respond." +296500 ,,,,,,,コマコ,Komako,208_KC07_k_017.wav,komako,,27,,,,,,,,I understand. Then I won't ask the lying uncle anymore. +296600 ,,,,,,,主人公,Kiyoshi,,komako,,27,,,,,,,,"Eh? Th-then, what will you do?" +296700 ,,,,,,,コマコ,Komako,208_KC07_k_018.wav,komako,,7,,,,,,,,"I'll look for someone who'll give me semen on the internet.\nThere are forums where you can ask questions, so if I post\nthere, I'll find someone, right?" +296800 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,Ehhhhhh! +296900 ,,,,,,,,,,komako,,7,,,,,,,,"No way, even Komako-chan, who's a pure local like Chie-chan,\nis getting involved in the dark side of the internet...\nunlike the city girl Tenka-chan." +297000 ,,,,,,,,,,komako,,7,,,,,,,,"Well, I mean, Komako-chan has always been mature for her\nage, and they say schools teach about the internet now, so\nmaybe she learned about those things while researching how\nbabies are made." +297100 ,,,,,,,,,,komako,,7,,,,,,,,"No, that's not the point!" +297200 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,No! That's absolutely not okay! +297300 ,,,,,,,,,,komako,,7,,,,,,,,I can't allow Komako-chan to take some stranger's semen in\nher mouth! +297400 ,,,,,,,,,,komako,,7,,,,,,,,"Impossible! I can barely tolerate her doing it with Chie-\nchan, but other guys are a no- go! I can't stand it!" +297500 ,,,,,,,コマコ,Komako,208_KC07_k_019.wav,komako,,23,,,,,,,,"Then, will you give me your semen, Uncle?" +297600 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,,,,,"Ugh... Alright. Fine, I'll give you my semen, Komako-chan." +297700 ,,,,,,,,,,komako,,23,,,,,,,,"When she says something like that, I have no choice but to\nagree..." +297800 ,,,,,,,コマコ,Komako,208_KC07_k_020.wav,komako,,1,,,,,,,,"Thank you, Uncle." +297900 ,,,,,,,,,,komako,,1,,,,,,,,"Honestly, I felt like crying, but Komako- chan's cute smile\nmade my heart skip a beat." +298000 ,,,,,,,,,,komako,,1,,,,,,,,"Ah, after all, I really love Komako-chan." +298100 ,,,,,,,,,,komako,,1,,,,,,,,"Even after all this, just seeing Komako-chan smile makes me\nhappy." +298200 ,,,,,,,コマコ,Komako,208_KC07_k_021.wav,komako,,20,,,,,,,,"Then, take out your penis." +298300 ,,,,,,,,,,komako,,20,,,,,,,,"With incredibly mixed feelings, I followed Komako-chan's\nlead and took out my embarrassingly erect cock from my\npants." +298500 ,,,10,,2270000,,,,,,,,,,,,,,, +298600 ,*mem,,,,2270000,,,,,,,,,,,,,,, +298700 ,,,10,,2270000,,コマコ,Komako,208_KC07_k_022.wav,komako,,0,,,,,,,,"Hehe, it's already this big. Uncle's penis is all ready." +298800 ,,,,,2270000,,,,,,,,,,,,,,,Komako-chan happily grasped my enlarged cock. +298900 ,,,,,2270000,,,,,,,,,,,,,,,I wonder if there was ever a time when Komako-chan touched\nmy cock with such joy. I don't think so. +299000 ,,,,,2270000,,,,,,,,,,,,,,,"The first time, she seemed curious, but she wasn't as\nexcited and thrilled as she is now." +299100 ,,,,,2270000,,コマコ,Komako,208_KC07_k_023.wav,komako,,0,,,,,,,,"Um, was it better if I squeezed a little tighter?" +299200 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, you remember well, good job." +299300 ,,,,,2270000,,,,,,,,,,,,,,,"Just like when she gave me a handjob inside her panties,\nKomako-chan squeezed my cock with a firm grip." +299400 ,,,,,2270000,,,,,,,,,,,,,,,It seemed like she was trying to find just the right amount\nof pressure. +299500 ,,,,,2270000,,,,,,,,,,,,,,,"But even just that squeezing felt so good, and my honest\ncock reacted with a twitch." +299600 ,,,,,2270000,,コマコ,Komako,208_KC07_k_024.wav,komako,,0,,,,,,,,"Oh, Uncle's penis twitched. Hehe, I guess I got it right." +299700 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, Komako-chan's hands feel really good." +299800 ,,,,,2270000,,コマコ,Komako,208_KC07_k_025.wav,komako,,0,,,,,,,,"When a penis feels good, it wags like a dog's tail, so it's\neasy to understand, isn't it?" +299900 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, that's right." +300000 ,,,,,2270000,,,,,,,,,,,,,,,"As she spoke, Komako-chan started stroking my penis up and\ndown." +300100 ,,,,,2270000,,,,,,,,,,,,,,,"Enjoying the slow touch on my penis, Komako- chan's soft\nhands moved up and down." +300200 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Nn... Komako-chan, it feels good... When you stroke it like\nthat, Uncle's penis tingles." +300300 ,,,,,2270000,,コマコ,Komako,208_KC07_k_026.wav,komako,,0,,,,,,,,It seems so. Uncle's penis keeps twitching. Am I good at it? +300400 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... you're really good. It doesn't feel like it's been\na while since you last stroked a penis. +300500 ,,,,,2270000,,コマコ,Komako,208_KC07_k_027.wav,komako,,0,,,,,,,,"Well, I practiced at home. I have to get Uncle's semen\nproperly, right?" +300600 ,,,,,2270000,,,,,,,,,,,,,,,"Huh? P-practiced at home? Could it be with her dad's... no,\nthat can't be." +300700 ,,,,,2270000,,コマコ,Komako,208_KC07_k_028.wav,komako,,0,,,,,,,,I practiced stroking and licking a banana. I'll show you the\nresults of my licking practice later. +300800 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... I'm looking forward to it. +300900 ,,,,,2270000,,,,,,,,,,,,,,,"A banana... I felt a bit let down, but thinking about\nKomako-chan practicing oral with a banana is kind of\nerotic..." +301000 ,,,,,2270000,,,,,,,,,,,,,,,"I mean, the fact that she's practicing oral to make me\nejaculate is so erotic and exciting." +301100 ,,,,,2270000,,,,,,,,,,,,,,,"Thinking that it's to squeeze out semen for Chie-chan, I\ncan't just be happy about it... What should I do?" +301200 ,,,,,2270000,,コマコ,Komako,208_KC07_k_029.wav,komako,,0,,,,,,,,"Hehe, I'll pet your little tail a lot, so get excited and\nsquirt out your semen, okay?" +301300 ,,,,,2270000,,,,,,,,,,,,,,,"Komako-chan, unaware of my inner turmoil, is glancing up at\nme while stroking my cock." +301400 ,,,,,2270000,,,,,,,,,,,,,,,"Komako-chan's hands are smooth, soft, and warm, and just\nbeing touched by them feels good." +301500 ,,,,,2270000,,,,,,,,,,,,,,,"On top of that, being told such cute things is irresistible." +301600 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Komako-chan, it's good. Both the petting and the\nstroking feel amazing!" +301700 ,,,,,2270000,,コマコ,Komako,208_KC07_k_030.wav,komako,,0,,,,,,,,"Yeah, Uncle's little tail likes it when I pet the tip with\nmy fingers while rubbing the bottom, right?" +301800 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I love it. Pet it more. Pamper Uncle's little tail\nmore." +301900 ,,,,,2270000,,,,,,,,,,,,,,,"As she rubbed the shaft while gently stroking the tip with\nher thumb, pleasure overcame my inner conflict." +302000 ,,,,,2270000,,,,,,,,,,,,,,,Komako-chan is watching this uncle with amusement. +302100 ,,,,,2270000,,,,,,,,,,,,,,,The way she looks at me like a toy sends a shiver of\npleasure down my spine. I didn't think I was a masochist. +302200 ,,,,,2270000,,コマコ,Komako,208_KC07_k_031.wav,komako,,0,,,,,,,,"Uncle, you like this too, right? When this little dent gets\ntickled." +302300 ,,,,,2270000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I love it. I really love it. Touch there a lot too,\nKomako-chan." +302400 ,,,,,2270000,,コマコ,Komako,208_KC07_k_032.wav,komako,,0,,,,,,,,"Yeah, okay. I'll pamper you a lot. Feel good, okay?" +302500 ,,,,,2270000,,,,,,,,,,,,,,,Komako-chan starts tickling the groove of the glans with her\nfingertips. The stimulation of the sensitive area sent an\nelectric-like sensation throughout my cock. +302700 ,,,,,2270010,,,,,,,,,,,,,,,The overflowing pleasure turned into precum and dripped from\nthe tip. +302800 ,,,,,2270010,,,,,,,,,,,,,,,"Seeing that, Komako-chan smiled broadly." +302900 ,,,,,2270010,,コマコ,Komako,208_KC07_k_033.wav,komako,,0,,,,,,,,"Ah, it's the clear slippery stuff! This is called precum,\nright? I know. It has sperm in it too, right?" +303000 ,,,,,2270010,,,,,,,,,,,,,,,Komako-chan excitedly cheers at the sight of the precum. +303100 ,,,,,2270010,,,,,,,,,,,,,,,"I mean, she really studied a lot... It's just like the\nearnest Komako-chan." +303200 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's right. But there's only a little bit of sperm\nin this..." +303300 ,,,,,2270010,,コマコ,Komako,208_KC07_k_034.wav,komako,,0,,,,,,,,"I see. Then, we need to make sure you release a lot of the\nreal stuff." +303400 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... I'll do my best to release a lot... +303500 ,,,,,2270010,,,,,,,,,,,,,,,"Remembering that I'm being treated like a stud horse... or\nrather, a sperm tank, made me feel a bit down." +303600 ,,,,,2270010,,,,,,,,,,,,,,,"But, being the opportunist I am, when Komako- chan starts\nplaying with the urethral opening with her fingers, scooping\nup the precum, I can't help but feel it." +303700 ,,,,,2270010,,,,,,,,,,,,,,,"Despite my mood, my cock showed no signs of wilting." +303800 ,,,,,2270010,,コマコ,Komako,208_KC07_k_035.wav,komako,,0,,,,,,,,"Hehe, release a lot, Mr. Semen. Let's do our best, Mr. Cock." +303900 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah... +304000 ,,,,,2270010,,,,,,,,,,,,,,,Komako-chan started spreading the precum she scooped with\nher fingers onto the groove of the glans. +304100 ,,,,,2270010,,,,,,,,,,,,,,,"Even though it's already sensitive, being rubbed with her\nslippery fingers made my cock react intensely." +304200 ,,,,,2270010,,,,,,,,,,,,,,,More and more precum overflowed. It dripped down without\nKomako-chan even needing to scoop it. +304300 ,,,,,2270010,,コマコ,Komako,208_KC07_k_036.wav,komako,,0,,,,,,,,"Wow, wow, so much is coming out. It's dripping all the way\ndown... It's amazing how much comes out." +304400 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,It's because Komako-chan's hands feel so good. That's why so\nmuch is coming out. +304500 ,,,,,2270010,,,,,,,,,,,,,,,"Even though I don't want to release it, when she rubs the\nglans and strokes my cock with her tightly wrapped fingers,\nI can't hold back." +304600 ,,,,,2270010,,,,,,,,,,,,,,,"Unlike pee, I can't hold back the precum. It just overflows\nlike I'm wetting myself." +304700 ,,,,,2270010,,,,,,,,,,,,,,,Why can't I hold back precum even though it's called precum?\nStupid cock! +304800 ,,,,,2270010,,コマコ,Komako,208_KC07_k_037.wav,komako,,0,,,,,,,,"For your cock to release so much precum, it's such a smart\nand good boy. I'll give it a pat." +304900 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, if you pat the tip now, even more will come out!" +305000 ,,,,,2270010,,コマコ,Komako,208_KC07_k_038.wav,komako,,0,,,,,,,,"It's okay, release a lot. Because when it feels good, a lot\nof semen comes out, right?" +305100 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah... The more it feels good, the more semen comes out.\nUgh..." +305200 ,,,,,2270010,,コマコ,Komako,208_KC07_k_039.wav,komako,,0,,,,,,,,"Then, I'll give you lots of pats, rubs, and strokes, so\nlet's make a lot of semen come out▼" +305300 ,,,,,2270010,,,,,,,,,,,,,,,"Ah, I can even see the heart mark that Komako-chan would\nnever have used before." +305400 ,,,,,2270010,,,,,,,,,,,,,,,"I always forced her into doing naughty things, so she used\nto dislike it... but today, Komako-chan is very proactive." +305500 ,,,,,2270010,,,,,,,,,,,,,,,"This Komako-chan is so naughty and cute, just watching her\nmakes me excited." +305600 ,,,,,2270010,,コマコ,Komako,208_KC07_k_040.wav,komako,,0,,,,,,,,"Okay, I'll pat the tip. It's so slippery, my fingers are\nsliding." +305700 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Komako-chan, that's good. Having the tip rubbed like\nthat feels amazing." +305800 ,,,,,2270010,,コマコ,Komako,208_KC07_k_041.wav,komako,,0,,,,,,,,Now I'll try stroking your cock with my slippery hands. +305900 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,"Ahh, that's good too. Being stroked with slippery hands\nfeels incredible." +306000 ,,,,,2270010,,コマコ,Komako,208_KC07_k_042.wav,komako,,0,,,,,,,,It's twitching. So interesting. I wonder what will happen if\nI tickle the part that's dented now? +306100 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,"Uwaaah, it's amazing, my cock is tingling, it's like\nelectricity is running through it, it's so hot!" +306200 ,,,,,2270010,,,,,,,,,,,,,,,"Just watching Komako-chan, who is so erotic that I might get\na nosebleed, touch and play with my cock feels so good." +306300 ,,,,,2270010,,,,,,,,,,,,,,,"At this point, trying to hold back is impossible." +306400 ,,,,,2270010,,,,,,,,,,,,,,,"I don't care if I'm a stud or a semen tank, I just want\nKomako-chan to make my cock feel even better." +306500 ,,,,,2270010,,主人公,Kiyoshi,,,,,,,,,,,,Ko-Komako-chan... just your hands are frustrating. Can you\nuse your mouth soon? +306600 ,,,,,2270010,,,,,,,,,,,,,,,"Even knowing it's a one-way ticket to hell, I couldn't help\nbut ask." +306700 ,,,,,2270010,,,,,,,,,,,,,,,Komako-chan nods with a mischievous and cute smile like a\nlittle devil. +306800 ,,,,,2270010,,コマコ,Komako,208_KC07_k_043.wav,komako,,0,,,,,,,,"Okay, sure. Then I'll do it with my mouth a lot. Hehe, more\nwill come out with my mouth than with my hands... hap." +307000 ,,,,,2270020,,,,,,,,,,,,,,,Komako-chan opened her mouth wide and took my cock in. +307100 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,Hafun. +307200 ,,,,,2270020,,,,,,,,,,,,,,,"At that moment, a strange breath escaped from my nose.\nThat's how good it felt." +307300 ,,,,,2270020,,,,,,,,,,,,,,,"It's different from inside a pussy, it's hot and slippery\ninside her mouth. And my glans is gently enveloped." +307400 ,,,,,2270020,,コマコ,Komako,208_KC07_k_044.wav,komako,,0,,,,,,,,"Nnpu... if I do it slowly, does it feel good? Tell me." +307500 ,,,,,2270020,,,,,,,,,,,,,,,"With my cock in her mouth, Komako-chan mumbles and asks." +307600 ,,,,,2270020,,,,,,,,,,,,,,,"Honestly, just having her talk with it in her mouth sends\nvibrations through my cock and feels good..." +307700 ,,,,,2270020,,,,,,,,,,,,,,,"But, well, it's not enough to make me cum, and I don't want\nher to dislike me, so I answer honestly." +307800 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Um, like you did with your hands earlier, I'd be happy if\nyou licked the tip and the indented parts." +307900 ,,,,,2270020,,コマコ,Komako,208_KC07_k_045.wav,komako,,0,,,,,,,,"Wahaha... Nn, chumu, rero, rero rero, chu, nn." +308000 ,,,,,2270020,,,,,,,,,,,,,,,"As soon as I tell her, Komako-chan starts doing it." +308100 ,,,,,2270020,,,,,,,,,,,,,,,"She holds the base with her fingers and swirls her tongue\naround, licking the glans." +308200 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, y-yeah, you're good. Like licking an ice cream, keep\nlicking..." +308300 ,,,,,2270020,,コマコ,Komako,208_KC07_k_046.wav,komako,,0,,,,,,,,"Oh? Amu, rero, peropero, rero~ reron, chu." +308400 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, yes... Komako-chan, you're really good, it feels great." +308500 ,,,,,2270020,,,,,,,,,,,,,,,"Komako-chan's tongue moves slickly, stimulating the entire\nglans." +308600 ,,,,,2270020,,,,,,,,,,,,,,,The sensation of having the tense tip licked by her hot and\nslippery tongue almost makes me stand on tiptoe. +308700 ,,,,,2270020,,,,,,,,,,,,,,,My cock is twitching and thrashing inside Komako-chan's\nmouth. +308900 ,,,,,2270030,,コマコ,Komako,208_KC07_k_047.wav,komako,,0,,,,,,,,Puhah... Mister's cock is a bit too wild. +309000 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,S-sorry. +309100 ,,,,,2270030,,,,,,,,,,,,,,,"Komako-chan momentarily pulls her mouth away. Her fingers\nare still entwined, lightly stroking." +309200 ,,,,,2270030,,,,,,,,,,,,,,,"Thanks to that, it feels like I'm being teased, making my\ncock even more sensitive." +309300 ,,,,,2270030,,コマコ,Komako,208_KC07_k_048.wav,komako,,0,,,,,,,,And... it tastes a bit strange. +309400 ,,,,,2270030,,,,,,,,,,,,,,,"Komako-chan sticks out her tongue with a curious look. She\ndoesn't seem disgusted, just a bit puzzled." +309500 ,,,,,2270030,,コマコ,Komako,208_KC07_k_049.wav,komako,,0,,,,,,,,"It's bitter, or maybe salty... Is this the taste of pee?\nMister, are you washing your cock properly?" +309600 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,"I-I wash it properly every day! Well, it's before my bath,\nand I did sweat a lot today..." +309700 ,,,,,2270030,,,,,,,,,,,,,,,"But I make sure to wash thoroughly in the bath every day,\njust in case I get intimate with Komako-chan." +309800 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, that's the taste of precum. Is it that strange? Is it\nbad?" +309900 ,,,,,2270030,,,,,,,,,,,,,,,"When I said that, Komako-chan blinked a few times but seemed\nto understand." +310000 ,,,,,2270030,,コマコ,Komako,208_KC07_k_050.wav,komako,,0,,,,,,,,"I see. Your cock was covered in precum, wasn't it? So that's\nthe taste of precum." +310100 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,"Well, semen tastes like a stronger version of that..." +310200 ,,,,,2270030,,,,,,,,,,,,,,,What if she says it's bad and stops giving me blowjobs? +310300 ,,,,,2270030,,,,,,,,,,,,,,,"If she tells me to just jerk off and finish myself, I'd\ndefinitely cry." +310400 ,,,,,2270030,,コマコ,Komako,208_KC07_k_051.wav,komako,,0,,,,,,,,"I see. It's a bit bitter and salty, a strange taste, but\nit's not bad. I think I'll get used to it." +310500 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,That's a relief. +310600 ,,,,,2270030,,コマコ,Komako,208_KC07_k_052.wav,komako,,0,,,,,,,,"Okay, I'll continue then." +310800 ,,,,,2270020,,,,,,,,,,,,,,,"Saying that, Komako-chan once again took my cock into her\nsmall mouth." +310900 ,,,,,2270020,,コマコ,Komako,208_KC07_k_053.wav,komako,,0,,,,,,,,"Hyaah, hyappimi hainifufune" +311000 ,,,,,2270020,,,,,,,,,,,,,,,Is she saying she'll do it like before? I just nodded my\nhead up and down. +311100 ,,,,,2270020,,コマコ,Komako,208_KC07_k_054.wav,komako,,0,,,,,,,,"Amu... n... rero... rero rero, rero~, pero pero" +311200 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Fuh, y-yeah, that's good, Komako-chan, really good." +311300 ,,,,,2270020,,,,,,,,,,,,,,,"Her tongue movements, which were hesitant before, have\nbecome more confident." +311400 ,,,,,2270020,,,,,,,,,,,,,,,"With the help of saliva and precum as dual lubricants,\nKomako-chan's tongue slides around the tip of my cock." +311500 ,,,,,2270020,,,,,,,,,,,,,,,"The only regret is that Komako-chan's mouth is small, so it\nonly fits up to the tip." +311600 ,,,,,2270020,,コマコ,Komako,208_KC07_k_055.wav,komako,,0,,,,,,,,"Oji-san... it feels good, right... reron, rero rero" +311700 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Komako-chan, there... if you do that there, my cock will\ngo wild!" +311800 ,,,,,2270020,,,,,,,,,,,,,,,"The sensitive groove of the glans. It's the most nerve-\nconcentrated part of the cock, and Komako-chan's tongue is\nteasing it." +311900 ,,,,,2270020,,,,,,,,,,,,,,,It feels like my cock is tingling and numb. +312000 ,,,,,2270020,,,,,,,,,,,,,,,It's become so sensitive that even the precum oozing out\nfeels good. +312100 ,,,,,2270020,,コマコ,Komako,208_KC07_k_056.wav,komako,,0,,,,,,,,"Nmm... chu, rero... rero rero... nnn, does it feel good...?" +312200 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, it feels good... my cock is all slippery with\nKomako-chan's saliva..." +312300 ,,,,,2270020,,コマコ,Komako,208_KC07_k_057.wav,komako,,0,,,,,,,,"Nn... rero... chu, nn, rero, rero rero, reron" +312400 ,,,,,2270020,,,,,,,,,,,,,,,"In response to my words, Komako-chan spreads more saliva\nover the glans with her tongue." +312500 ,,,,,2270020,,,,,,,,,,,,,,,"The saliva overflowing from Komako-chan's mouth trickles\ndown the shaft, sending shivers through me." +312600 ,,,,,2270020,,,,,,,,,,,,,,,"Just being held makes it ache, and I end up begging." +312700 ,,,,,2270020,,主人公,Kiyoshi,,,,,,,,,,,,"Please, Komako-chan, move your hand too and stroke it..." +312800 ,,,,,2270020,,コマコ,Komako,208_KC07_k_058.wav,komako,,0,,,,,,,,"Wahaha... nn... rero, rero rero, reron, pero~" +312900 ,,,,,2270020,,,,,,,,,,,,,,,"Today, Komako-chan is very gentle and listens to my selfish\nrequests, moving her hand right away." +313000 ,,,,,2270020,,,,,,,,,,,,,,,"Her hand, slippery with saliva and precum, strokes the shaft\nwith a squishy sound." +313100 ,,,,,2270020,,,,,,,,,,,,,,,"It feels so good that it wouldn't be surprising if I came\nright away. Yet, I can't." +313300 ,,,,,2270030,,コマコ,Komako,208_KC07_k_059.wav,komako,,0,,,,,,,,Puh... nn~...? +313400 ,,,,,2270030,,,,,,,,,,,,,,,"Komako-chan seems puzzled too, as she pulls away and tilts\nher head." +313500 ,,,,,2270030,,コマコ,Komako,208_KC07_k_060.wav,komako,,0,,,,,,,,"I've been licking a lot, but no semen is coming out yet...\ndoesn't it feel good?" +313600 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,"N-No, that's not it! Komako-chan's mouth feels amazing!" +313700 ,,,,,2270030,,コマコ,Komako,208_KC07_k_061.wav,komako,,0,,,,,,,,"Then, why isn't any semen coming out...?" +313800 ,,,,,2270030,,,,,,,,,,,,,,,"It's probably because, deep down, I don't want to ejaculate\nfor Komako-chan and Chie- chan." +313900 ,,,,,2270030,,,,,,,,,,,,,,,"But if I say that, Komako-chan will definitely hate me." +314000 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, um... maybe if you suck a bit harder, it might come\nout..." +314100 ,,,,,2270030,,,,,,,,,,,,,,,"So, I have to think of a way to ejaculate somehow." +314200 ,,,,,2270030,,,,,,,,,,,,,,,"Yes, if the current stimulation isn't enough, I'll just have\nto ask for stronger stimulation." +314300 ,,,,,2270030,,コマコ,Komako,208_KC07_k_062.wav,komako,,0,,,,,,,,Stronger? You mean suck with your mouth? +314400 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. Um... you know the ice in the bottle? +314500 ,,,,,2270030,,コマコ,Komako,208_KC07_k_063.wav,komako,,0,,,,,,,,Yeah. You really have to suck hard to get it out. +314600 ,,,,,2270030,,,,,,,,,,,,,,,"Exactly. Especially when it's not melted much, you have to\nbite and push it out to eat it... but that's not the point\nright now." +314700 ,,,,,2270030,,主人公,Kiyoshi,,,,,,,,,,,,"If you suck the tip of my dick really hard like when you're\neating that ice, while stroking it... I think it'll come\nout." +314800 ,,,,,2270030,,コマコ,Komako,208_KC07_k_064.wav,komako,,0,,,,,,,,"Okay, got it. I'll try a bit harder then." +314900 ,,,,,2270030,,,,,,,,,,,,,,,Komako-chan nodded and slowly brought her lips closer to my\ncock with a serious expression. +315100 ,,,,,2270040,,コマコ,Komako,208_KC07_k_065.wav,komako,,0,,,,,,,,"Nmm... churu churu churu... nn, nnnnn~" +315200 ,,,,,2270040,,,,,,,,,,,,,,,"And the moment she took it in her mouth, she sucked hard." +315300 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,Whoa! +315400 ,,,,,2270040,,,,,,,,,,,,,,,The intense suction made my hips jerk involuntarily. +315500 ,,,,,2270040,,コマコ,Komako,208_KC07_k_066.wav,komako,,0,,,,,,,,Npuu!? +315600 ,,,,,2270040,,,,,,,,,,,,,,,"I accidentally hit the back of Komako-chan's throat, but she\ndidn't let go of my cock." +315700 ,,,,,2270040,,,,,,,,,,,,,,,"Instead, she looked happy and continued to suck on my cock\neven more." +315800 ,,,,,2270040,,コマコ,Komako,208_KC07_k_067.wav,komako,,0,,,,,,,,"Nn... npu, nnnn, churu, chupa, nmu~" +315900 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Komako-chan, you're amazing. It feels like you're going\nto take my whole cock." +316000 ,,,,,2270040,,コマコ,Komako,208_KC07_k_068.wav,komako,,0,,,,,,,,"Chururu, nn, chumu, u, nn, moho, from the bottom... give me\na lot... churururu" +316100 ,,,,,2270040,,,,,,,,,,,,,,,"She wasn't just sucking. She firmly grasped the shaft, slick\nwith saliva, and stroked it." +316200 ,,,,,2270040,,,,,,,,,,,,,,,The double stimulation made my cock feel like it was burning\nhot. It felt like it was melting. +316300 ,,,,,2270040,,コマコ,Komako,208_KC07_k_069.wav,komako,,0,,,,,,,,"Chumu, chururu, chu, chu, chu~" +316400 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, it feels so good... my cock, it's amazing... I feel\nlike I'm going crazy." +316500 ,,,,,2270040,,コマコ,Komako,208_KC07_k_070.wav,komako,,0,,,,,,,,"Nnpuu, if you let me, quickly... give it to me... chu,\nchururu, I want your semen... chururu" +316600 ,,,,,2270040,,,,,,,,,,,,,,,Komako-chan begged without even taking her mouth off my\ncock. +316700 ,,,,,2270040,,,,,,,,,,,,,,,"It's so erotic and cute, I can't stand it. Yet, I'm still\nholding back." +316800 ,,,,,2270040,,,,,,,,,,,,,,,"I have to let go, I have to release. Otherwise, Komako-chan\nwill leave me." +316900 ,,,,,2270040,,コマコ,Komako,208_KC07_k_071.wav,komako,,0,,,,,,,,"If I do it like this, is it good? ...Hapu, chururu, if I do\nit like this, will the semen come out... nn, chu" +317000 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, not just sucking, try moving your head too... like\nyou're jerking my cock with both your mouth and hands." +317100 ,,,,,2270040,,コマコ,Komako,208_KC07_k_072.wav,komako,,0,,,,,,,,"Wahaha... how? Is this good? Churu, chupaa, chupaa, chupu,\nnmu, jyuruu" +317200 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Uaaah, that's dangerous, that's really dangerous. My cock is\nreally going to melt, it's going to melt!" +317300 ,,,,,2270040,,,,,,,,,,,,,,,Komako-chan was sucking my cock so strongly that the head\nwas stuck to her upper palate and tongue. +317400 ,,,,,2270040,,,,,,,,,,,,,,,"As she continued to move her head vigorously, my cock rubbed\ninside her mouth like a vacuum, awakening a painful\npleasure." +317500 ,,,,,2270040,,コマコ,Komako,208_KC07_k_073.wav,komako,,0,,,,,,,,"Npu, chururu, chu, chu, chu~" +317600 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Aaaah, it's bad, I'm going to cum, Komako- chan, I'm going\nto cum soon!" +317700 ,,,,,2270040,,コマコ,Komako,208_KC07_k_074.wav,komako,,0,,,,,,,,"Nnn!! Chu, chururu, chupachupa, rerooo, chupaa" +317800 ,,,,,2270040,,,,,,,,,,,,,,,The brakes had completely failed by now. +317900 ,,,,,2270040,,,,,,,,,,,,,,,"When I told her I was close to my limit, Komako-chan's eyes\nsparkled brightly, and she shook her head even more\nvigorously." +318000 ,,,,,2270040,,,,,,,,,,,,,,,"Not only that, she combined it with her initial technique of\nrotating her tongue for a combo attack." +318100 ,,,,,2270040,,,,,,,,,,,,,,,"There's no man who could withstand that. It's absolutely\nimpossible. Ah, geez." +318200 ,,,,,2270040,,,,,,,,,,,,,,,I'm going to cum!! +318300 ,,,,,2270040,,,,,,,,,,,,,,,"The moment I thought that, I――" +318400 ,$menu_begin,,,,2270040,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Release directly into the mouth,sel_1a",,,,2270040,,,,,,,,,,,,,,,■@ Cum in her mouth +↓,"$menu_item 1,Pulled out instinctively,sel_1b",,,,2270040,,,,,,,,,,,,,,,■A Pull out instinctively +↓,$menu_end,,,,2270040,,,,,,,,,,,,,,, +318500 ,*sel_1a,,,,2270040,,,,,,,,,,,,,,,■@ Cum in her mouth +318600 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, I'm going to cum!" +318700 ,,,,,2270040,,,,,,,,,,,,,,,I ejaculated hard while still inside Komako- chan's mouth. +318900 ,,,,,2270050,,,,,,,,,,,,,,,Byukubyukubyukubyukubyukuuu!! +319000 ,,,,,2270050,,コマコ,Komako,208_KC07_k_075.wav,komako,,0,,,,,,,,Nnn!? +319100 ,,,,,2270050,,,,,,,,,,,,,,,Komako-chan's eyes widened in shock as she was hit with a\ndirect spray of semen down her throat. +319200 ,,,,,2270050,,,,,,,,,,,,,,,Byukubyukubyukubyuku!! +319300 ,,,,,2270050,,,,,,,,,,,,,,,"But ignoring Komako-chan's confusion, my unruly cock\ncontinued to ejaculate vigorously." +319400 ,,,,,2270050,,コマコ,Komako,208_KC07_k_076.wav,komako,,0,,,,,,,,Nnnnkuu... gulp +319500 ,,,,,2270050,,,,,,,,,,,,,,,"Komako-chan's throat moved with a gulp. Her mouth was filled\nwith semen, and she ended up swallowing it." +319600 ,,,,,2270050,,,,,,,,,,,,,,,Komako-chan drank the old man's semen. +319700 ,,,,,2270050,,,,,,,,,,,,,,,"Thinking about that made me even more excited, and I\ncontinued to ejaculate vigorously." +319800 ,,,,,2270050,,コマコ,Komako,208_KC07_k_077.wav,komako,,0,,,,,,,,"Nnn~! Nnn~... gulp, nn, nmm~!" +319900 ,,,,,2270050,,,,,,,,,,,,,,,"Each time semen spurted out, Komako-chan's throat made a\ngulping sound." +320000 ,,,,,2270050,,,,,,,,,,,,,,,"When the semen she couldn't swallow trickled from her lips\ndown to her chin, the ejaculation finally subsided." +320200 ,,,,,2270060,,コマコ,Komako,208_KC07_k_078.wav,komako,,0,,,,,,,,Phew... I ended up drinking it... +320300 ,,,,,2270060,,,,,,,,,,,,,,,"Komako-chan held my cock, still dripping a little semen, in\na daze." +320400 ,,,,,2270060,,コマコ,Komako,208_KC07_k_079.wav,komako,,0,,,,,,,,What should I do? I can't take the semen home like this. +320500 ,,,,,2270060,,,,,,,,,,,,,,,"With a troubled expression, she kept glancing back and forth\nbetween my face and my cock." +320600 ,,,,,2270060,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, um... I'm sorry." +320700 ,,,,,2270060,,,,,,,,,,,,,,,"I felt like it wasn't really something I should apologize\nfor, but I ended up apologizing anyway." +320800 ,,,,,2270060,,,,,,,,,,,,,,,Then Komako-chan glared at me with a slightly sulky and\nangry expression. +320900 ,,,,,2270060,,コマコ,Komako,208_KC07_k_080.wav,komako,,0,,,,,,,,"Geez, you suddenly released so much, I ended up drinking it!" +321000 ,,,,,2270060,,主人公,Kiyoshi,,,,,,,,,,,,...I'm sorry. +321100 ,,,,,2270060,,,,,,,,,,,,,,,"I did say I was going to cum, but there's no way the current\nme could defy or argue with Komako-chan." +321200 ,,,,,2270060,,コマコ,Komako,208_KC07_k_081.wav,komako,,0,,,,,,,,What should I do... I want the semen. +321300 ,,,,,2270060,,,,,,,,,,,,,,,Komako-chan tilted her head repeatedly. +321400 ,,,,,2270060,,コマコ,Komako,208_KC07_k_082.wav,komako,,0,,,,,,,,"Oh, I just thought of a good idea!" +321500 ,,,,,2270060,,,,,,,,,,,,,,,Then she clapped her hands and looked at me with a\nmischievous smile. +321600 ,$go join_1,,,,,,,,,,,,,,,,,,,■To Merge 1 +321700 ,*sel_1b,,,,,,,,,,,,,,,,,,,■AI instinctively pulled out +321800 ,,,,,2270040,,主人公,Kiyoshi,,,,,,,,,,,,"Ahhh, I'm cumming, Komako-chan!" +321900 ,,,,,2270040,,,,,,,,,,,,,,,"Without saying it out loud, I ended up pulling out my cock." +322100 ,,,,,2270051,,,,,,,,,,,,,,,"Splat, splurt, splurt, splurt!" +322200 ,,,,,2270051,,コマコ,Komako,208_KC07_k_083.wav,komako,,0,,,,,,,,Kyaa! +322300 ,,,,,2270051,,,,,,,,,,,,,,,"The underside of my cock rubbed against Komako-chan's lips,\nand the head bounced energetically on her chin." +322400 ,,,,,2270051,,,,,,,,,,,,,,,"Just like that, semen sprayed like a fountain, showering\ndown on Komako-chan's face." +322500 ,,,,,2270051,,コマコ,Komako,208_KC07_k_084.wav,komako,,0,,,,,,,,Huh? W-why? How come? +322600 ,,,,,2270051,,,,,,,,,,,,,,,"Splurt, splurt, splurt, splurt, splurt!" +322700 ,,,,,2270051,,,,,,,,,,,,,,,"Komako-chan, who seemed to intend to catch the semen in her\nmouth, stared blankly at the semen spurting out in front of\nher." +322800 ,,,,,2270051,,,,,,,,,,,,,,,"The thick, white semen continued to rain down on Komako-\nchan's cute face." +322900 ,,,,,2270051,,コマコ,Komako,208_KC07_k_085.wav,komako,,0,,,,,,,,"Ah, no, stop it!" +323000 ,,,,,2270051,,主人公,Kiyoshi,,,,,,,,,,,,"Even if you say that, it's impossible." +323100 ,,,,,2270051,,,,,,,,,,,,,,,"Once it starts coming out, it can't be stopped." +323200 ,,,,,2270051,,,,,,,,,,,,,,,"In the end, most of the abundant semen ended up on Komako-\nchan's face. The rest spilled onto the floor." +323300 ,,,,,2270051,,,,,,,,,,,,,,,"With a final small spurt, the ejaculation stopped." +323500 ,,,,,2270061,,コマコ,Komako,208_KC07_k_086.wav,komako,,0,,,,,,,,"Why did you pull out, you idiot..." +323600 ,,,,,2270061,,,,,,,,,,,,,,,"With her face covered in the sticky mess, Komako-chan puffed\nout her cheeks." +323700 ,,,,,2270061,,,,,,,,,,,,,,,Oh no. W-what should I do? +323800 ,,,,,2270061,,,,,,,,,,,,,,,"If I said I pulled out because I didn't want to be a semen\ntank for Komako-chan and Chie- chan, she'd hate me." +323900 ,,,,,2270061,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, I'm sorry, Komako-chan, your mouth felt so good,\nit scared me." +324000 ,,,,,2270061,,,,,,,,,,,,,,,"I apologized desperately, bowing my head repeatedly." +324100 ,,,,,2270061,,,,,,,,,,,,,,,But Komako-chan still had a sulky face as she wiped the\nsemen off her cheek with her fingertip. +324200 ,,,,,2270061,,コマコ,Komako,208_KC07_k_087.wav,komako,,0,,,,,,,,I can't take the semen home like this. You have to finish in\nmy mouth properly. +324300 ,,,,,2270061,,主人公,Kiyoshi,,,,,,,,,,,,Yeah... I'm really sorry. I'm truly sorry. +324400 ,,,,,2270061,,,,,,,,,,,,,,,"Even as I apologized, a part of me felt relieved. After all,\nthis way, Komako-chan and Chie-chan couldn't make a baby\nwith my semen without my consent." +324500 ,,,,,2270061,,コマコ,Komako,208_KC07_k_088.wav,komako,,0,,,,,,,,"Ugh, what should I do? I want the semen..." +324600 ,,,,,2270061,,,,,,,,,,,,,,,"However, Komako-chan seemed unable to give up, tilting her\nhead repeatedly." +324700 ,,,,,2270061,,コマコ,Komako,208_KC07_k_089.wav,komako,,0,,,,,,,,That's it. I just thought of a good idea. +324800 ,,,,,2270061,,,,,,,,,,,,,,,"Then, with a mischievous smile, she wiped the semen off her\nface with a tissue and turned back to me." +325000 ,*join_1,,,,,,,,,,,,,,,,,,,■Join 1 +325200 ,,,9,31,,,主人公,Kiyoshi,,"komakoL,private",,22,,,,,,,,Ko-Komako-chan? What's going on? +325300 ,,,,,,,コマコ,Komako,208_KC07_k_090.wav,komakoL,,22,,,,,,,,"Hehe, I thought I'd have you give me lots of semen, mister." +325400 ,,,,,,,,,,,,,,,,,,,,"In front of me, still exhausted from just finishing, Komako-\nchan eagerly began to undress." +325500 ,,,,,,,,,,,,,,,,,,,,"In no time, Komako-chan was completely naked." +325600 ,,,,,,,コマコ,Komako,208_KC07_k_091.wav,"komakoL,nude",,2,,,,,,,,"How is it? Mister, you like seeing a girl's naked body,\nright? Are you getting excited? Is your cock going to get\nbig again?" +325700 ,,,,,,,主人公,Kiyoshi,,komakoL,,2,,,,,,,,A-a-a... +325800 ,,,,,,,,,,komakoL,,2,,,,,,,,I couldn't believe the scene in front of me and blinked\nseveral times. +325900 ,,,,,,,,,,komakoL,,2,,,,,,,,"But no matter how many times I looked, it was the same. Her\nskin was white and translucent, her soft-looking breasts\nformed modest curves." +326000 ,,,,,,,,,,komakoL,,2,,,,,,,,"A simple slit that looked like it was just drawn with a\nline. Komako-chan was smiling, exposing everything." +326100 ,,,,,,,,,,komakoL,,2,,,,,,,,"Just watching that made my cock, which had just finished,\nbecome fully erect again. Ready for another round." +326200 ,,,,,,,主人公,Kiyoshi,,komakoL,,2,,,,,,,,"Komako-chan, w-what are you planning to do?" +326300 ,,,,,,,,,,komakoL,,2,,,,,,,,"I had a vague idea, but I didn't want to believe it was\ntrue, so I asked. I ended up asking." +326400 ,,,,,,,,,,komakoL,,2,,,,,,,,Komako-chan smiled like an angel about to take me to heaven. +326500 ,,,,,,,コマコ,Komako,208_KC07_k_092.wav,komakoL,,22,,,,,,,,"Let's have sex, mister. This time, I'll really squeeze out\nyour semen." +326600 ,,,,,,,,,,,,,,,,,,,,"And then, she pushed me into the abyss." +326800 ,,,,,2271000,,コマコ,Komako,208_KC07_k_093.wav,komako,,0,,,,,,,,Here we go... +326900 ,,,,,2271000,,,,,,,,,,,,,,,"Komako-chan straddled over my still rigid body. As she\nspread her legs, her private area opened up." +327000 ,,,,,2271000,,,,,,,,,,,,,,,"In front of me, cute pink frills fluttered." +327100 ,,,,,2271000,,,,,,,,,,,,,,,I couldn't help but swallow hard at the unabashed display. +327200 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan... a-are you really okay with this? Is it okay\nto have sex with me, mister?" +327300 ,,,,,2271000,,,,,,,,,,,,,,,"I asked Komako-chan, who was wiggling her butt on top of my\ncock, trying to find the right angle." +327400 ,,,,,2271000,,,,,,,,,,,,,,,Komako-chan tilted her head curiously. +327500 ,,,,,2271000,,コマコ,Komako,208_KC07_k_094.wav,komako,,0,,,,,,,,"Why? Because if we have sex, mister, you'll give me lots of\nsemen again, right?" +327600 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,"That might be true, but..." +327700 ,,,,,2271000,,,,,,,,,,,,,,,Being told so bluntly made me feel incredibly conflicted. +327800 ,,,,,2271000,,,,,,,,,,,,,,,It felt like even this sex was just a necessary task to\nextract semen. +327900 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you used to hate having sex with me so much..." +328000 ,,,,,2271000,,コマコ,Komako,208_KC07_k_095.wav,komako,,0,,,,,,,,"That's because you forced it, mister. This time it's\nnecessary, so it's fine." +328100 ,,,,,2271000,,,,,,,,,,,,,,,Ouch. +328200 ,,,,,2271000,,,,,,,,,,,,,,,"As she spoke nonchalantly, Komako-chan slowly lowered her\nhips." +328300 ,,,,,2271000,,,,,,,,,,,,,,,"The soft entrance of her pussy touched the tip of my cock.\nIt should have felt good, but it was like my heart and body\nwere disconnected." +328400 ,,,,,2271000,,コマコ,Komako,208_KC07_k_096.wav,komako,,0,,,,,,,,"Hmm... I wonder if I can put it in properly? It's my first\ntime doing it myself, so I'm a bit nervous." +328500 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,Y-yeah. +328600 ,,,,,2271000,,,,,,,,,,,,,,,"Komako-chan was spreading her pussy herself, trying to\nwelcome my cock. It should have been an exciting sight." +328700 ,,,,,2271000,,,,,,,,,,,,,,,"In reality, just the tip of my cock brushed against Komako-\nchan's labia, and it twitched in delight." +328800 ,,,,,2271000,,コマコ,Komako,208_KC07_k_097.wav,komako,,0,,,,,,,,"Ugh, mister, make your cock behave a little. Otherwise, it's\nhard to put it in." +328900 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,Don't say something impossible... I'm so happy to have sex\nwith Komako-chan that even my cock tail is wagging. +329000 ,,,,,2271000,,コマコ,Komako,208_KC07_k_098.wav,komako,,0,,,,,,,,"Hmm... but if I can't put it in properly, it'll be a\nproblem. Bear with it." +329100 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,Ehh... +329200 ,,,,,2271000,,,,,,,,,,,,,,,"Her words, which seemed to not consider me at all, made my\nheart ache again." +329300 ,,,,,2271000,,,,,,,,,,,,,,,"Normally, even my cock would droop in disappointment, but...\nthat wasn't happening." +329400 ,,,,,2271000,,,,,,,,,,,,,,,"After all, I'm happy to be able to have sex with Komako-\nchan..." +329500 ,,,,,2271000,,コマコ,Komako,208_KC07_k_099.wav,komako,,0,,,,,,,,"Hmm... hmm... when I look at it like this, mister's cock is\nquite big, isn't it?" +329600 ,,,,,2271000,,,,,,,,,,,,,,,"Despite saying she'd do it herself, once she straddled me,\nKomako-chan kept stopping after aligning the tip with her\npussy." +329700 ,,,,,2271000,,,,,,,,,,,,,,,She seemed a bit hesitant. +329800 ,,,,,2271000,,,,,,,,,,,,,,,"Or rather, her pussy kept touching the tip repeatedly, which\nfelt really good... but there was something concerning." +329900 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,"Um... Komako-chan, you don't seem very wet. Are you okay?" +330000 ,,,,,2271000,,コマコ,Komako,208_KC07_k_100.wav,komako,,0,,,,,,,,"Hmm... we've had sex so many times, so I think it's okay." +330100 ,,,,,2271000,,,,,,,,,,,,,,,"Yes, Komako-chan's there wasn't as slippery as usual." +330200 ,,,,,2271000,,,,,,,,,,,,,,,"She seemed to enjoy the blowjob, but maybe it wasn't because\nshe was feeling aroused." +330300 ,,,,,2271000,,,,,,,,,,,,,,,"It increasingly felt like Komako-chan saw this sex as some\nkind of obligation, which made it painful." +330400 ,,,,,2271000,,コマコ,Komako,208_KC07_k_101.wav,komako,,0,,,,,,,,"But we don't have much time, right? If we take it slow,\nit'll be time for me to go home." +330500 ,,,,,2271000,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, well, no, sex isn't something you should force..." +330600 ,,,,,2271000,,コマコ,Komako,208_KC07_k_102.wav,komako,,0,,,,,,,,"What are you talking about, mister?" +330700 ,,,,,2271000,,,,,,,,,,,,,,,She gave me a slightly reproachful look. Ugh. +330800 ,,,,,2271000,,,,,,,,,,,,,,,"I don't want this loveless sex. I want to run away. But my\neyes are glued to Komako-chan's pussy, and my cock is\npointing that way too." +330900 ,,,,,2271000,,,,,,,,,,,,,,,"My body felt paralyzed, unable to move. Komako-chan's\nvaginal entrance finally aimed directly at the tip." +331000 ,,,,,2271000,,コマコ,Komako,208_KC07_k_103.wav,komako,,0,,,,,,,,"Okay, here I go." +331100 ,,,,,2271000,,,,,,,,,,,,,,,"Komako-chan took a small breath to steel herself, then\nlowered her hips all at once." +331300 ,,,,,2271010,,コマコ,Komako,208_KC07_k_104.wav,komako,,0,,,,,,,,"Nngh... ugh, it feels tighter than usual... maybe." +331400 ,,,,,2271010,,,,,,,,,,,,,,,"In the next moment, there was such pressure that I thought\nthe tip might be crushed." +331500 ,,,,,2271010,,,,,,,,,,,,,,,"Without any foreplay or preparation, Komako- chan's pussy\nwas tighter than I imagined." +331600 ,,,,,2271010,,,,,,,,,,,,,,,"There wasn't much lubrication, so it didn't slide well, and\nshe paused once the tip was in." +331700 ,,,,,2271010,,コマコ,Komako,208_KC07_k_105.wav,komako,,0,,,,,,,,"Phew... let's take a break. It feels like it's already full\nin my tummy, but it's just the tip, huh?" +331800 ,,,,,2271010,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, let's take it slow. I'll lick you with my mouth\nand tongue, okay?" +331900 ,,,,,2271010,,コマコ,Komako,208_KC07_k_106.wav,komako,,0,,,,,,,,"No. Just be a good boy and quietly shoot your semen, okay?\nGot it?" +332000 ,,,,,2271010,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, come on..." +332100 ,,,,,2271020,,コマコ,Komako,208_KC07_k_107.wav,komako,,0,,,,,,,,"If you don't like it, should I stop getting your semen?\nShould I pull out your cock?" +332200 ,,,,,2271020,,,,,,,,,,,,,,,"As Komako-chan teasingly said that, she started to lift her\nhips. The tight grip of her labia minora rubbed against the\ntip." +332300 ,,,,,2271020,,,,,,,,,,,,,,,"The tight mucous membrane seemed to pull my cock along, and\nmy hips instinctively chased after Komako-chan." +332400 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,"No, I don't want that. I'll be a good boy and release lots\nof semen, so please don't abandon me..." +332500 ,,,,,2271010,,コマコ,Komako,208_KC07_k_108.wav,komako,,0,,,,,,,,"Good boy. I'll insert it at my own pace, so stay still,\nokay? Don't wag your little cock tail too much." +332600 ,,,,,2271010,,,,,,,,,,,,,,,"To Komako-chan, who always says unreasonable things, my cock\nis probably just a meat vibrator that releases semen." +332700 ,,,,,2271010,,,,,,,,,,,,,,,"Even though I said it myself, when Komako- chan treats me\nlike a meat vibrator, it really gets me down." +332800 ,,,,,2271010,,コマコ,Komako,208_KC07_k_109.wav,komako,,0,,,,,,,,"Good boy, good boy. Nn... ahh, my tummy is spreading with\nyour cock... it's going in..." +332900 ,,,,,2271010,,,,,,,,,,,,,,,"Still, when Komako-chan gently pats my head, it makes me\nhappy." +333000 ,,,,,2271010,,,,,,,,,,,,,,,"Slowly, slowly, my cock is swallowed inside, defying the\ntight inner walls." +333100 ,,,,,2271010,,,,,,,,,,,,,,,"It's like the pleasure of gripping a masturbator tightly,\nwith added body heat, such strong stimulation attacks my\ncock, and my hips move involuntarily." +333200 ,,,,,2271020,,コマコ,Komako,208_KC07_k_110.wav,komako,,0,,,,,,,,"Nn... geez, you can't move on your own. Uncle, you really\ncan't wait, can you..." +333300 ,,,,,2271020,,,,,,,,,,,,,,,"Komako-chan looks at me with exasperated eyes. Ugh, don't\nlook at me like that." +333400 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,"But, but, Komako-chan's pussy feels so good, I can't wait to\nput it in..." +333500 ,,,,,2271010,,コマコ,Komako,208_KC07_k_111.wav,komako,,0,,,,,,,,"Well, I guess it's fine. It just means you want to shoot\nyour semen quickly. Good boy, uncle." +333600 ,,,,,2271010,,,,,,,,,,,,,,,Komako-chan calmly pats my head and takes a small breath. +333700 ,,,,,2271010,,コマコ,Komako,208_KC07_k_112.wav,komako,,0,,,,,,,,"Nn... my tummy feels a bit tight, but it's not unbearable...\nhere goes." +333800 ,,,,,2271010,,主人公,Kiyoshi,,,,,,,,,,,,Fuaaah! +333900 ,,,,,2271010,,,,,,,,,,,,,,,Squelch! +334000 ,,,,,2271010,,,,,,,,,,,,,,,"With momentum, Komako-chan forcibly took my cock all the way\nto the back." +334100 ,,,,,2271010,,,,,,,,,,,,,,,"A crushing pressure seemed to envelop the tip, shaft, and\nbase of my entire cock." +334200 ,,,,,2271010,,,,,,,,,,,,,,,"The tight mucous membrane clung to me, so I could even feel\nthe inside twitching with each of Komako-chan's breaths." +334300 ,,,,,2271010,,コマコ,Komako,208_KC07_k_113.wav,komako,,0,,,,,,,,"Ah... it's all in... Wow, I feel like your cock is reaching\nall the way up here in my tummy." +334400 ,,,,,2271010,,,,,,,,,,,,,,,"Komako-chan gently rubs her stomach with one hand, taking\ndeep breaths repeatedly, looking a bit strained." +334500 ,,,,,2271010,,,,,,,,,,,,,,,"Each time she did, her pussy contracted, making it feel like\nit was being squeezed by a hand." +334600 ,,,,,2271010,,コマコ,Komako,208_KC07_k_114.wav,komako,,0,,,,,,,,Just wait a little bit. Nn~... haa~... suuu~... haa~... +334700 ,,,,,2271010,,,,,,,,,,,,,,,"As she did that, Komako-chan's insides gradually loosened.\nIt didn't mean it became loose or less pleasurable." +334800 ,,,,,2271010,,,,,,,,,,,,,,,The painful tightness became just right. +334900 ,,,,,2271010,,,,,,,,,,,,,,,"The suffocating feeling of being tied at the base with a\nrubber band disappeared, leaving only pleasure." +335100 ,,,,,2271020,,コマコ,Komako,208_KC07_k_115.wav,komako,,0,,,,,,,,"Uncle, how is it? Does it feel good?" +335200 ,,,,,2271020,,,,,,,,,,,,,,,Komako-chan asked while pressing her vaginal depths against\nmy cock. +335300 ,,,,,2271020,,,,,,,,,,,,,,,I could only nod like a broken toy. +335400 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah, it feels good... Komako-chan's inside is so hot, I\ncan feel it squeezing my cock." +335500 ,,,,,2271020,,コマコ,Komako,208_KC07_k_116.wav,komako,,0,,,,,,,,"I see. Yeah, your cock is rock hard, and it's grown so big\nit's filling up my tummy." +335600 ,,,,,2271020,,,,,,,,,,,,,,,"Komako-chan tightened her vaginal entrance, contracting it\nseveral times as if to check the hardness of my cock." +335700 ,,,,,2271020,,,,,,,,,,,,,,,Her painfully stretched pink entrance moved as if it was\nmunching on my cock. +335800 ,,,,,2271020,,,,,,,,,,,,,,,"It was incredibly lewd, making my cock twitch." +335900 ,,,,,2271020,,コマコ,Komako,208_KC07_k_117.wav,komako,,0,,,,,,,,"Ah, your cock tail just twitched. Hey, are you about to cum?\nAre you?" +336000 ,,,,,2271020,,,,,,,,,,,,,,,Komako-chan looked at me with eyes full of expectation. +336100 ,,,,,2271020,,,,,,,,,,,,,,,"Feeling sorry for not being able to meet her expectations, I\nshook my head." +336200 ,,,,,2271020,,,,,,,,,,,,,,,"I mean, isn't she going to move her hips? Did the service\ntime end with the blowjob earlier...?" +336300 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,Just putting it in isn't enough to make me cum... +336400 ,,,,,2271020,,コマコ,Komako,208_KC07_k_118.wav,komako,,0,,,,,,,,"I see... Just like with the blowjob earlier, you need to\nfeel even better to release your semen, right?" +336500 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. So, just like when you used your mouth and hands, I\nwant you to stroke my cock with your pussy... Is that okay?" +336600 ,,,,,2271020,,,,,,,,,,,,,,,I asked hesitantly. +336700 ,,,,,2271020,,,,,,,,,,,,,,,"I already felt like Komako-chan's slave. Because if her mood\nchanged, she'd just throw me away." +336800 ,,,,,2271020,,,,,,,,,,,,,,,"Unlike with Chie-chan, I'm not Komako-chan's boyfriend." +336900 ,,,,,2271020,,コマコ,Komako,208_KC07_k_119.wav,komako,,0,,,,,,,,"Okay, I got it. But it's a bit tight, so let's start slowly." +337000 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's fine. Don't push yourself. If it hurts, you can\nstop." +337100 ,,,,,2271020,,コマコ,Komako,208_KC07_k_120.wav,komako,,0,,,,,,,,"It's okay, leave it to me. I'll squeeze lots of semen out of\nyour cock." +337200 ,,,,,2271020,,,,,,,,,,,,,,,"It's not like milking a cow... I thought, but once Komako-\nchan started moving her hips, everything else flew out of my\nmind." +337300 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... +337400 ,,,,,2271010,,コマコ,Komako,208_KC07_k_121.wav,komako,,0,,,,,,,,"Ah, moving makes it rub a lot. Inside, it's grinding..." +337500 ,,,,,2271010,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, my cock feels like it's going to tear... Komako-chan's\ninside is too tight..." +337600 ,,,,,2271010,,,,,,,,,,,,,,,"Even though it loosened a bit, her still inexperienced pussy\nwas so tight that without lubrication, it was the perfect\ndefinition of squeezing." +337700 ,,,,,2271010,,,,,,,,,,,,,,,"It felt like a tight suction device was attached to my cock,\nforcibly trying to extract semen." +337800 ,,,,,2271010,,,,,,,,,,,,,,,It reminded me of a cow being milked by a milking machine. +337900 ,,,,,2271020,,コマコ,Komako,208_KC07_k_122.wav,komako,,0,,,,,,,,"Does it hurt? Doesn't it feel good? ...Ah, should I go a bit\nslower?" +338000 ,,,,,2271020,,,,,,,,,,,,,,,"Even though she looked like she was in pain, Komako-chan was\nconsiderate of me." +338100 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,It's okay. It feels good. +338200 ,,,,,2271020,,,,,,,,,,,,,,,"Yes, the problem is that even though it's tight, it doesn't\nmean it doesn't feel good." +338300 ,,,,,2271020,,,,,,,,,,,,,,,"Rather, for someone like me who's used to masturbating, this\nlevel of tightness is really satisfying." +338400 ,,,,,2271020,,,,,,,,,,,,,,,"The slight pain makes my cock tingle and throb, and the\npleasure makes my entire dick feel incredibly hot." +338500 ,,,,,2271020,,コマコ,Komako,208_KC07_k_123.wav,komako,,0,,,,,,,,"I see... nngh, if that's the case... I'll continue. Nngh,\nnn, nngh..." +338600 ,,,,,2271020,,,,,,,,,,,,,,,I was more worried about Komako-chan than myself. +338700 ,,,,,2271020,,,,,,,,,,,,,,,"Breathing heavily, she was forcing her tiny pussy to take in\nmy cock." +338800 ,,,,,2271020,,,,,,,,,,,,,,,"It looked like it might tear, which was a bit scary to\nwatch." +338900 ,,,,,2271020,,,,,,,,,,,,,,,"Since she didn't stop, it probably wasn't that painful for\nher..." +339000 ,,,,,2271020,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, are you okay? Don't push yourself, okay? Does\nit hurt on your end?" +339100 ,,,,,2271020,,コマコ,Komako,208_KC07_k_124.wav,komako,,0,,,,,,,,"Nngh, I'm okay. It's rubbing a lot, and somehow... nngh,\nit's tingling..." +339200 ,,,,,2271020,,,,,,,,,,,,,,,It seemed my worries were unfounded. +339400 ,,,,,2271030,,コマコ,Komako,208_KC07_k_125.wav,komako,,0,,,,,,,,"Nngh... fuh... nngh... nngh... ah, I'm getting used to it..." +339500 ,,,,,2271030,,,,,,,,,,,,,,,"It wasn't just me who felt good from the rubbing;\napparently, Komako-chan did too." +339600 ,,,,,2271030,,コマコ,Komako,208_KC07_k_126.wav,komako,,0,,,,,,,,"Hah, hah... nngh, ah, my stomach is expanding so much..." +339700 ,,,,,2271030,,,,,,,,,,,,,,,"With each thrust, a sweet tone began to mix into Komako-\nchan's voice." +339800 ,,,,,2271030,,主人公,Kiyoshi,,,,,,,,,,,,"Is it feeling good for you too, Komako- chan?" +339900 ,,,,,2271030,,コマコ,Komako,208_KC07_k_127.wav,komako,,0,,,,,,,,"Nngh... it doesn't matter about me... right now, it's about\nmaking you feel good..." +340000 ,,,,,2271030,,,,,,,,,,,,,,,"Even as she said that, her pace was gradually increasing." +340100 ,,,,,2271030,,,,,,,,,,,,,,,I could directly feel the sticky love juices seeping from\nher vaginal walls. +340200 ,,,,,2271030,,,,,,,,,,,,,,,"What initially felt just warm inside her was now heating up,\nbecoming hot and flushed." +340300 ,,,,,2271030,,コマコ,Komako,208_KC07_k_128.wav,komako,,0,,,,,,,,"Hah, hah, hah... nngh, is the juice coming out...? Not that\nit feels good for my cock though..." +340400 ,,,,,2271030,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, it's coming out. But having the juice makes it feel\ngood for me too." +340500 ,,,,,2271030,,コマコ,Komako,208_KC07_k_129.wav,komako,,0,,,,,,,,I see. That's good then. +340600 ,,,,,2271030,,,,,,,,,,,,,,,"As always, Komako-chan wouldn't admit that sex with me felt\ngood." +340700 ,,,,,2271030,,,,,,,,,,,,,,,"I didn't want to forcefully ask if it felt good and be\ncalled stupid or hated like before, so I swallowed my words." +340800 ,,,,,2271030,,コマコ,Komako,208_KC07_k_130.wav,komako,,0,,,,,,,,"Ah, ngh... fua... your cock, it's big... rubbing... nngh..." +340900 ,,,,,2271030,,,,,,,,,,,,,,,"But having had sex with Komako-chan many times, it was clear\nthat her pussy was starting to accept my cock." +341000 ,,,,,2271030,,,,,,,,,,,,,,,"Her love juices increased, making the thrusting smoother." +341100 ,,,,,2271030,,,,,,,,,,,,,,,"The once too-tight grip loosened, and the quivering folds of\nher vagina wrapped around, melting into a lewd pussy." +341200 ,,,,,2271030,,コマコ,Komako,208_KC07_k_131.wav,komako,,0,,,,,,,,"Nngh... it's getting all slippery, but does it feel good for\nyou, mister?" +341300 ,,,,,2271030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it feels good. So, shake your hips more and rub your\npussy for me?" +341400 ,,,,,2271030,,コマコ,Komako,208_KC07_k_132.wav,komako,,0,,,,,,,,"O-okay... if that's what you want, I'll do it... nngh..." +341500 ,,,,,2271030,,,,,,,,,,,,,,,"Even as she claimed to be following my wishes, it was clear\nthat Komako-chan was starting to feel it herself." +341600 ,,,,,2271030,,,,,,,,,,,,,,,"Compared to the awkwardness at first, her hip movements had\nbecome noticeably more sensual." +341700 ,,,,,2271030,,,,,,,,,,,,,,,It was like she was trying to find the spots that felt good\nfor her pussy with my cock... +341800 ,,,,,2271030,,コマコ,Komako,208_KC07_k_133.wav,komako,,0,,,,,,,,Fuu... does it feel better when I move up and down like\nthis? +341900 ,,,,,2271030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, it feels good." +342000 ,,,,,2271030,,,,,,,,,,,,,,,"Komako-chan kept pulling out until just the tip was left,\nthen thrusting back in to rub her pussy against my cock as\nmuch as possible." +342100 ,,,,,2271030,,,,,,,,,,,,,,,"Though her movements were slow, the sensation of her\nslippery folds rubbing against my cock as her hips moved up\nand down was incredible." +342200 ,,,,,2271030,,コマコ,Komako,208_KC07_k_134.wav,komako,,0,,,,,,,,"Hah, hah... hey, aren't you going to cum yet...?" +342300 ,,,,,2271030,,,,,,,,,,,,,,,"As she repeated those movements, Komako- chan's voice became\nmore urgent." +342400 ,,,,,2271030,,主人公,Kiyoshi,,,,,,,,,,,,What's wrong? +342500 ,,,,,2271030,,コマコ,Komako,208_KC07_k_135.wav,komako,,0,,,,,,,,"It's nothing... nnnngh, it's just, you know, there's the\ntime to get back... nnnngh." +342600 ,,,,,2271030,,,,,,,,,,,,,,,Komako-chan blatantly looked away. This was the face she\nmade when she was lying. +342700 ,,,,,2271030,,,,,,,,,,,,,,,"While trying to hide something, Komako-chan's ass swayed\neven more lewdly, becoming more eager to stroke my cock with\nher pussy." +342800 ,,,,,2271030,,コマコ,Komako,208_KC07_k_136.wav,komako,,0,,,,,,,,"If you don't... nnnngh, cum quickly, it'll be a problem..." +342900 ,,,,,2271030,,主人公,Kiyoshi,,,,,,,,,,,,"Even if you say that, it's not something that comes out\nright away... maybe you need to be more intense like before." +343000 ,,,,,2271030,,,,,,,,,,,,,,,"I was happy that Komako-chan's pussy was getting all\nslippery, so I said something a bit cheeky." +343100 ,,,,,2271030,,,,,,,,,,,,,,,"Despite everything, I felt like Komako-chan's pussy was\nreally into my old man's cock." +343200 ,,,,,2271030,,コマコ,Komako,208_KC07_k_137.wav,komako,,0,,,,,,,,Got it... I'll be a bit more intense... nnnngh. +343300 ,,,,,2271030,,,,,,,,,,,,,,,Komako-chan looked a bit troubled as she tightened her\nstomach. +343400 ,,,,,2271030,,,,,,,,,,,,,,,She moved her hips up and down rhythmically like doing\nsquats. +343500 ,,,,,2271030,,,,,,,,,,,,,,,The speed of my cock sliding in and out increased. +343700 ,,,,,2271040,,コマコ,Komako,208_KC07_k_138.wav,komako,,0,,,,,,,,"Fuaaahhh, nnngh, ahhh, no, my back is tingling..." +343800 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa, it feels good, Komako-chan, this is it, this is it!" +343900 ,,,,,2271040,,,,,,,,,,,,,,,"Finally, the pace of thrusting reached the usual start of\nsex, and the pleasure intensified." +344000 ,,,,,2271040,,,,,,,,,,,,,,,"And since I was feeling it that much, it meant Komako-chan\nwas feeling it just as much." +344100 ,,,,,2271040,,,,,,,,,,,,,,,"Finally, her love juices overflowed from the joining point,\nmaking a lewd squelching sound." +344200 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ah, I can hear the sound of Komako- chan's naughty\njuices. It's so exciting!" +344300 ,,,,,2271040,,コマコ,Komako,208_KC07_k_139.wav,komako,,0,,,,,,,,"Geez, saying something like that is embarrassing... nnnngh\nbut if it excites you, then it's fine, I guess..." +344400 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, hey, can I move too? I want to thrust into Komako-\nchan's pussy." +344500 ,,,,,2271040,,コマコ,Komako,208_KC07_k_140.wav,komako,,0,,,,,,,,"Nnngh, I-I guess I have no choice... okay." +344600 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,Yay! +344700 ,,,,,2271040,,,,,,,,,,,,,,,The feeling of disgust or sadness I had before sex was still\nlingering. +344800 ,,,,,2271040,,,,,,,,,,,,,,,"But when having this kind of slow, teasing sex, the desire\nto thrust into Komako-chan's pussy becomes stronger." +344900 ,,,,,2271040,,,,,,,,,,,,,,,It felt like my mind was filled with semen. +345000 ,,,,,2271040,,コマコ,Komako,208_KC07_k_141.wav,komako,,0,,,,,,,,"Hyaaah, nnngh, but not so suddenly deep inside!" +345100 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, but when I poke deep inside your pussy, it squeezes\nthe tip and feels amazing." +345200 ,,,,,2271040,,,,,,,,,,,,,,,"When I thrust my hips up hard and twist the head of my cock\ndeep into Komako-chan's vagina, she let out a scream-like\nmoan." +345300 ,,,,,2271040,,,,,,,,,,,,,,,"But I couldn't stop anymore, and I kept thrusting\nvigorously." +345400 ,,,,,2271040,,コマコ,Komako,208_KC07_k_142.wav,komako,,0,,,,,,,,"Hahii, hiii... ahhh, no, don't be so rough... no, wait!" +345500 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, sorry, I can't wait anymore. Komako- chan wants me to\ncum too, right?" +345600 ,,,,,2271040,,コマコ,Komako,208_KC07_k_143.wav,komako,,0,,,,,,,,"That's true... fuaaahhh... ahhh, nnngh, hiii, nnnngh." +345700 ,,,,,2271040,,,,,,,,,,,,,,,"Komako-chan was losing her composure, and only lewd sounds\nwere coming out." +345800 ,,,,,2271040,,,,,,,,,,,,,,,"Her pussy was already so wet that every time my cock went in\nand out, splashes of love juices flew." +345900 ,,,,,2271040,,,,,,,,,,,,,,,"Even Komako-chan herself was shaking her butt, trying to\ntake in my cock." +346000 ,,,,,2271040,,コマコ,Komako,208_KC07_k_144.wav,komako,,0,,,,,,,,"Nnnngh, hey, aren't you going to cum yet? Please... hurry\nand cum inside my pussy, or else..." +346100 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,Or else what? +346200 ,,,,,2271040,,,,,,,,,,,,,,,Komako-chan looked at me with eyes clouded with desire. Her\ncheeks were flushed with embarrassment and pleasure. +346300 ,,,,,2271040,,,,,,,,,,,,,,,I realized she was about to cum because the inside of her\npussy started squeezing my cock tightly. +346400 ,,,,,2271040,,,,,,,,,,,,,,,"But knowing Komako-chan, she might not want to be made to\ncum by me." +346500 ,,,,,2271040,,コマコ,Komako,208_KC07_k_145.wav,komako,,0,,,,,,,,"Um, it's just... it feels weird, so please hurry and cum\ninside my pussy!" +346600 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"Got it, I'll do my best." +346700 ,,,,,2271040,,,,,,,,,,,,,,,I felt a little sad that Komako-chan still maintained the\nattitude that sex with me was just for semen collection. +346800 ,,,,,2271040,,,,,,,,,,,,,,,"But more than that, the inside of Komako- chan's pussy felt\nso good that I couldn't stop my hips." +346900 ,,,,,2271040,,コマコ,Komako,208_KC07_k_146.wav,komako,,0,,,,,,,,Fuaaahhh... I didn't say to do it so hard... +347000 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"But if I don't do it hard, I can't cum!" +347100 ,,,,,2271040,,コマコ,Komako,208_KC07_k_147.wav,komako,,0,,,,,,,,"Uuuu, I get it, I get it, so hurry and cum inside, shoot it\nall out!" +347200 ,,,,,2271040,,,,,,,,,,,,,,,"While making the most enticing request, Komako-chan also\nstarted moving her hips." +347300 ,,,,,2271040,,,,,,,,,,,,,,,"Squish, squish, squish, squish." +347400 ,,,,,2271040,,,,,,,,,,,,,,,"The point of our union was already a mess. It was so hot, I\ncouldn't tell where Komako-chan ended and I began." +347500 ,,,,,2271040,,,,,,,,,,,,,,,If only we could just melt into one like this― +347600 ,,,,,2271040,,コマコ,Komako,208_KC07_k_148.wav,komako,,0,,,,,,,,"Ahhh, ahhhh, your dick is getting bigger inside again..." +347700 ,,,,,2271040,,,,,,,,,,,,,,,"But sadly, the end was coming. The semen was rising up,\nunable to be held back any longer." +347800 ,,,,,2271040,,,,,,,,,,,,,,,"I thrust deep into Komako-chan's vagina, hitting her cervix\nin a final spurt." +347900 ,,,,,2271040,,主人公,Kiyoshi,,,,,,,,,,,,"I'm cumming, I'm cumming!" +348000 ,$menu_begin,,,,2271040,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Release inside,sel_2a",,,,2271040,,,,,,,,,,,,,,,■@ Cum inside +↓,"$menu_item 1,Release outside,sel_2b",,,,2271040,,,,,,,,,,,,,,,■A Cum outside +↓,$menu_end,,,,2271040,,,,,,,,,,,,,,, +348100 ,*sel_2a,,,,2271040,,,,,,,,,,,,,,,■@ Cum inside +348200 ,,,,,2271040,,,,,,,,,,,,,,,I came inside as Komako-chan wished. +348400 ,,,,,2271050,,,,,,,,,,,,,,,"Splat, splat, splat, splat, splat, splat, splat, splat!" +348500 ,,,,,2271050,,コマコ,Komako,208_KC07_k_149.wav,komako,,0,,,,,,,,"Ah, it's coming out, so much of your semen is coming out,\nit's shooting deep inside my vagina!" +348600 ,,,,,2271050,,,,,,,,,,,,,,,"An incredible amount of semen poured into Komako-chan's\nwomb, as if it were the first time." +348700 ,,,,,2271050,,,,,,,,,,,,,,,I couldn't hold back. +348800 ,,,,,2271050,,,,,,,,,,,,,,,"Even though I thought I was just being milked, the joy of\nhaving sex with Komako- chan and the pleasure of cumming\ninside was too much to resist." +348900 ,,,,,2271050,,コマコ,Komako,208_KC07_k_150.wav,komako,,0,,,,,,,,"Ahhh, nooo, I'm cumming, I'm cumming too!" +349000 ,,,,,2271050,,,,,,,,,,,,,,,But it seemed Komako-chan felt the same way. +349100 ,,,,,2271050,,,,,,,,,,,,,,,"Komako-chan was desperately trying to hold back, but the\npleasure of receiving semen deep in her vagina seemed to\npush her to climax." +349200 ,,,,,2271050,,,,,,,,,,,,,,,"Every time the semen spurted out, Komako-chan arched her\nbody and pressed her convulsing vagina against my glans." +349300 ,,,,,2271050,,コマコ,Komako,208_KC07_k_151.wav,komako,,0,,,,,,,,"Ah... my pussy is sucking up the semen, it feels like..." +349400 ,,,,,2271050,,,,,,,,,,,,,,,"It was exactly like that, and my cock was milked of every\nlast drop by the suction deep in her vagina." +349600 ,,,,,2271060,,コマコ,Komako,208_KC07_k_152.wav,komako,,0,,,,,,,,Ah... +349700 ,,,,,2271060,,,,,,,,,,,,,,,"With a slurp, my cock slipped out of her pussy after\nfinishing ejaculating." +349800 ,,,,,2271060,,コマコ,Komako,208_KC07_k_153.wav,komako,,0,,,,,,,,Ah... the semen is leaking out... no... +349900 ,,,,,2271060,,,,,,,,,,,,,,,"Komako-chan, still with a dazed expression from just\ncumming, tightened her butt to not let a single drop of the\nprecious semen spill." +350000 ,,,,,2271060,,,,,,,,,,,,,,,"Komako-chan's pussy, which had been stretched by my cock,\ntightened so much that even a finger couldn't fit in." +350100 ,,,,,2271060,,主人公,Kiyoshi,,,,,,,,,,,,Ah... I came inside... my semen is inside Komako-chan's\npussy. +350200 ,,,,,2271060,,コマコ,Komako,208_KC07_k_154.wav,komako,,0,,,,,,,,"Yeah, my tummy is all slippery inside." +350300 ,,,,,2271060,,,,,,,,,,,,,,,Komako-chan rubbed her lower abdomen with a satisfied look. +350400 ,,,,,2271060,,,,,,,,,,,,,,,"All the while, she kept her pussy tightly clenched." +350500 ,,,,,2271060,,,,,,,,,,,,,,,But thinking about how my semen was packed deep inside her\ntightly closed vagina was an incredibly lewd sight. +350600 ,,,,,2271060,,コマコ,Komako,208_KC07_k_155.wav,komako,,0,,,,,,,,"Thank you, mister." +350700 ,,,,,2271060,,,,,,,,,,,,,,,Komako-chan thanked me with genuine happiness. But... +350800 ,,"",0,9000,,,,,,,,,,,,,,,,"The sadness in my heart, which had been held back by the\ninstinct to ejaculate, became unbearable." +350900 ,$go join_2,,,,,,,,,,,,,,,,,,,■To Merge 2 +351000 ,*sel_2b,,,,,,,,,,,,,,,,,,,■ARelease Outside +351100 ,,,,,2271040,,,,,,,,,,,,,,,I went against Komako-chan's wishes and pulled out my cock\nat the moment of ejaculation. +351300 ,,,,,2271061,,,,,,,,,,,,,,,Splooshhhhhhh! +351400 ,,,,,2271061,,コマコ,Komako,208_KC07_k_156.wav,komako,,0,,,,,,,,Huh? +351500 ,,,,,2271061,,,,,,,,,,,,,,,"Komako-chan's eyes widened as she watched my cock bounce on\nher stomach, spurting semen." +351600 ,,,,,2271061,,,,,,,,,,,,,,,"Splurt, splurt, splurt, splurt, splurt!" +351700 ,,,,,2271061,,コマコ,Komako,208_KC07_k_157.wav,komako,,0,,,,,,,,"What? Why? No way, why did you pull out?" +351800 ,,,,,2271061,,,,,,,,,,,,,,,"In front of a flustered Komako-chan, my cock continued to\nwastefully spray sperm." +351900 ,,,,,2271061,,コマコ,Komako,208_KC07_k_158.wav,komako,,0,,,,,,,,"No, you can't, you have to release it inside...!" +352000 ,,,,,2271061,,,,,,,,,,,,,,,"Komako-chan hurriedly tried to insert my cock back into her\npussy, but it was impossible to do so mid-ejaculation." +352100 ,,,,,2271061,,コマコ,Komako,208_KC07_k_159.wav,komako,,0,,,,,,,,Ahhh... all that precious semen... it's spilling\neverywhere... +352200 ,,,,,2271061,,,,,,,,,,,,,,,"In the end, my sperm didn't enter Komako- chan's pussy and\nended up decorating her stomach and the floor." +352300 ,,,,,2271061,,,,,,,,,,,,,,,Komako-chan looked at me with a confused expression. +352400 ,,,,,2271061,,コマコ,Komako,208_KC07_k_160.wav,komako,,0,,,,,,,,"Why did you do that? I told you to release it inside. You're\na liar, mister." +352500 ,,,,,2271061,,,,,,,,,,,,,,,"Being called a liar, something snapped inside me." +352600 ,,"",0,9000,,,,,,,,,,,,,,,,The sadness that had been masked by the pleasure of sex and\nthe desire to ejaculate began to overflow. +352800 ,*join_2,,,,,,,,,,,,,,,,,,,■Reunion 2 +352900 ,$event_return,,,,,,,,,,,,,,,,,,, +353000 ,,,12,31,,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, you idiot!" +353100 ,,,,,,,コマコ,Komako,208_KC07_k_161.wav,"komako,nude",,4,,,,,,,,Huh? +353200 ,,,,,,,,,,komako,,4,,,,,,,,Komako-chan looked bewildered as I yelled at her. +353300 ,,,,,,,,,,komako,,4,,,,,,,,"Seeing her face, tears began to flow like a dam breaking.\nIt's pathetic, but I couldn't stop." +353400 ,,,,,,,主人公,Kiyoshi,,komako,,4,,,,,,,,"I really hate this, Komako-chan, it's terrible. I'm not just\na tool for releasing semen!" +353500 ,,,,,,,コマコ,Komako,208_KC07_k_162.wav,komako,,14,,,,,,,,Huh? Huh? +353600 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"I like you, Komako-chan... but you don't see me at all. Do\nyou know how sad that makes me!?" +353700 ,,,,,,,コマコ,Komako,208_KC07_k_163.wav,komako,,14,,,,,,,,............ +353800 ,,,,,,,,,,komako,,14,,,,,,,,"As I cried and shouted, Komako-chan fell silent, looking\nawkward." +353900 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"Even a baby, I want you to have a baby, Komako-chan! I don't\nwant Chii-chan to have a baby with my semen!" +354000 ,,,,,,,コマコ,Komako,208_KC07_k_164.wav,komako,,34,,,,,,,,............ +354100 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,Are you okay with that? Are you happy if Chii-chan has a\nbaby with my semen? +354200 ,,,,,,,コマコ,Komako,208_KC07_k_165.wav,komako,,14,,,,,,,,Well... um... +354300 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"Chii-chan's baby would be my baby, you know? My cock would\nbe indirectly inside Chii- chan!" +354400 ,,,,,,,コマコ,Komako,208_KC07_k_166.wav,komako,,8,,,,,,,,Ugh... +354500 ,,,,,,,,,,komako,,8,,,,,,,,"Realizing what she was doing, Komako-chan bit her lip\ntightly." +354600 ,,,,,,,,,,komako,,8,,,,,,,,She couldn't say anything and just hung her head. +354700 ,,,,,,,,,,komako,,8,,,,,,,,"Honestly, it's pathetic and stupid, but even seeing her like\nthat, I couldn't stop. I couldn't hold back." +354800 ,,,,,,,主人公,Kiyoshi,,komako,,8,,,,,,,,"I don't want this! I want to have sex with Komako-chan. I\ndon't want to have sex with Chii-chan, even indirectly!" +354900 ,,,,,,,コマコ,Komako,208_KC07_k_167.wav,komako,,28,,,,,,,,Uncle... +355000 ,,,,,,,,,,komako,,28,,,,,,,,"Komako-chan reached out to pat my head and comfort me, but\nthen pulled her hand back." +355100 ,,,,,,,,,,komako,,28,,,,,,,,Even that bothered me. +355200 ,,,,,,,主人公,Kiyoshi,,komako,,28,,,,,,,,"Sure, I said I was okay with being a toy or a tool, right?\nBut if that's the case, then treat me with care!" +355300 ,,,,,,,コマコ,Komako,208_KC07_k_168.wav,komako,,34,,,,,,,,............ +355400 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,"Komako-chan, wouldn't you be sad if Chii- chan did something\nlike this to you!? You understand because you're in love\nwith Chii- chan too, right!?" +355500 ,,,,,,,,,,komako,,34,,,,,,,,"Tears, tears. Not just tears, but even snot was flowing,\nmaking my face a mess." +355600 ,,,,,,,,,,komako,,34,,,,,,,,"Even so, I shouted with all my heart." +355700 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,Uncle is! In love with Komako-chan!! +355800 ,,,,,,,,,,komako,,34,,,,,,,,"Huff, huff, huff, huff." +355900 ,,,,,,,,,,komako,,34,,,,,,,,"After saying it all, I was completely out of breath. I\nstared at Komako-chan while breathing heavily." +356000 ,,,,,,,,,,komako,,34,,,,,,,,Komako-chan averted her eyes. +356100 ,,,,,,,コマコ,Komako,208_KC07_k_169.wav,komako,,14,,,,,,,,...I-I'm going home today. +356200 ,,,,,,,,,,komako,,14,,,,,,,,She said that and quickly started getting dressed. +356300 ,,,,,,,,,,komako,,14,,,,,,,,I was disappointed that she didn't say anything in response\nto my heartfelt shout. +356400 ,,,,,,,,,,komako,,14,,,,,,,,"I guess to Komako-chan, I'm just that kind of person... or\nmaybe just a toy." +356500 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,............ +356600 ,,,,,,,,,,,,,,,,,,,,"Feeling incredibly awkward, I turned my back to Komako-chan." +356700 ,,,,,,,,,,,,,,,,,,,,I hugged my knees while looking at the wall. +356800 ,,,,,,,,,,,,,,,,,,,,All I could hear was the sound of Komako-chan getting\ndressed behind me. +356900 ,,,,,,,コマコ,Komako,208_KC07_k_170.wav,,,,,,,,,,,"Well, I'm going home. Bye-bye, mister." +357000 ,,,,,,,,,,,,,,,,,,,,"Even when Komako-chan said goodbye, I didn't feel like\nresponding." +357100 ,,,,,,,,,,,,,,,,,,,,"The sliding door opened, and Komako-chan left." +357200 ,,,,,,,,,,,,,,,,,,,,"I just hugged my knees and continued to sob quietly, not\neven bothering to wipe away the tears that kept flowing." +357300 ,,,,,,,,,,,,,,,,,,,,"I guess it can't be helped. After all, I just got my heart\nbroken―" +357400 ,,,0,9000,,,,,,,,,,,,,,,, +357600 ,@209_KC08,,,,,,,,,,,,,,,,,,, +357900 ,,,8,21,,,,,,,,,,,,,,,,I didn't think Komako-chan would come the day after\nsomething like that happened. +358000 ,,,,,,,,,,,,,,,,,,,,"But in the morning, she came to the shop with Chie-chan and\nTenka-chan." +358100 ,,,,,,,千恵,Chie,209_KC08_c_000.wav,"chie,private",,1,,,,,,,,"Hey there, good morning!" +358200 ,,,,,,,甜花,Tenka,209_KC08_t_000.wav,,,,,,,"tenka,privateC",,12,,"Good morning, it's as hot as ever. Anyway, give me some\njuice." +358300 ,,,,,,,,,,,,,,,,,,,,Chie-chan and Tenka-chan were as lively as always. +358400 ,,,,,,,,,,,,,,,,,,,,As for Komako-chan... +358500 ,,,,,,,コマコ,Komako,209_KC08_k_000.wav,,,,"komako,privateC",,14,,,,,...Good morning. +358600 ,,,,,,,,,,,,,komako,,14,,,,,"Just like the first time we met, she quietly greeted and hid\nbehind Chie-chan." +358700 ,,,,,,,,,,,,,komako,,14,,,,,That attitude made my chest ache again. +358800 ,,,,,,,,,,,,,komako,,14,,,,,"But in front of Chie-chan and the others, I couldn't act\nstrangely only towards Komako- chan." +358900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Good morning, everyone." +359000 ,,,,,,,,,,,,,,,,,,,,I mustered all my self-control to put on the best smile I\ncould. +359100 ,,,,,,,,,,,,,,,,,,,,Komako-chan seemed somewhat relieved and stepped out from\nbehind Chie-chan. +359200 ,,,,,,,,,,,,,,,,,,,,"But when our eyes met, she awkwardly averted her gaze again." +359300 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,............ +359400 ,,,,,,,,,,,,,,,,,,,,"From her demeanor, I still can't tell if Komako-chan really\ndislikes me now." +359500 ,,,,,,,,,,,,,,,,,,,,"Even just a little... I hope yesterday's confession reached\nher, even just a little..." +359600 ,,,,,,,千恵,Chie,209_KC08_c_001.wav,chie,,20,,,,,,,,"Hey, can we do our homework in the back room for now?" +359700 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,Of course. +359800 ,,,,,,,,,,chie,,20,,,,,,,,"That said, since all three of them came together, I can't\njust focus on Komako-chan." +359900 ,,,,,,,甜花,Tenka,209_KC08_t_001.wav,,,,,,,tenka,,20,,"Phew. Surprisingly, this 30 yen juice isn't bad. Oh, I left\nthe money over there." +360000 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,20,,"Alright, alright. Thank you as always." +360100 ,,,,,,,,,,,,,,,,,,,,"While casually dealing with Chie-chan and Tenka-chan, a long\nday of feeling awkward with Komako-chan began." +360300 ,,,12,31,,,,,,,,,,,,,,,,"And then it became evening, and Tenka-chan and Chie-chan\nwent home." +360400 ,,,,,,,,,,,,,,,,,,,,"But for some reason, only Komako-chan stayed behind at the\nshop." +360500 ,,,,,,,コマコ,Komako,209_KC08_k_001.wav,"komako,privateC",,14,,,,,,,,............ +360600 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"Um... Komako-chan, aren't you going home...?" +360700 ,,,,,,,,,,komako,,14,,,,,,,,"When I asked hesitantly, Komako-chan flinched and timidly\nlooked at me." +360800 ,,,,,,,コマコ,Komako,209_KC08_k_002.wav,komako,,14,,,,,,,,"Um, well, that..." +360900 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan mumbled something under her breath but suddenly\nstood up. +361000 ,,,,,,,,,,komako,,14,,,,,,,,Then she faced me and bowed deeply. +361100 ,,,,,,,コマコ,Komako,209_KC08_k_003.wav,komako,,34,,,,,,,,I'm sorry! +361200 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,Huh? +361300 ,,,,,,,,,,komako,,34,,,,,,,,"In front of me, who was surprised and left with my mouth\nagape, Komako-chan awkwardly averted her eyes and spoke." +361400 ,,,,,,,コマコ,Komako,209_KC08_k_004.wav,komako,,14,,,,,,,,Because I did something terrible yesterday... +361500 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"Ah, um, uh, yeah." +361600 ,,,,,,,,,,komako,,14,,,,,,,,"I was suddenly apologized to, and I didn't know what kind of\nface to make. Does this mean... I'm not disliked?" +361700 ,,,,,,,,,,komako,,14,,,,,,,,"Komako-chan, who was confused, spoke while thinking and\nstammering." +361800 ,,,,,,,コマコ,Komako,209_KC08_k_005.wav,komako,,8,,,,,,,,"You know, I think I was a bit selfish. You always supported\nChie-chan and me, and I thought it was okay to do anything\nfor that." +361900 ,,,,,,,主人公,Kiyoshi,,komako,,8,,,,,,,,Y-yeah. +362000 ,,,,,,,コマコ,Komako,209_KC08_k_006.wav,komako,,12,,,,,,,,And maybe I wanted to get back at you a little. +362100 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,,,,,Get back at me? +362200 ,,,,,,,コマコ,Komako,209_KC08_k_007.wav,komako,,35,,,,,,,,...Because you always forcefully do naughty things. +362300 ,,,,,,,主人公,Kiyoshi,,komako,,35,,,,,,,,Ugh... I'm sorry. That was my fault. +362400 ,,,,,,,コマコ,Komako,209_KC08_k_008.wav,komako,,14,,,,,,,,"No, it's okay now. I'm not angry." +362500 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan nodded once and sat down on the tatami in a\ngirlish manner. +362600 ,,,,,,,,,,komako,,14,,,,,,,,"She patted the space next to her with her hand, so I\nnervously sat there." +362700 ,,,,,,,,,,komako,,14,,,,,,,,"Komako-chan, sitting with her knees up, started speaking\nlittle by little." +362800 ,,,,,,,コマコ,Komako,209_KC08_k_009.wav,komako,,14,,,,,,,,"You know, I've been thinking about a lot of things since\nthen." +362900 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,Yeah. +363000 ,,,,,,,コマコ,Komako,209_KC08_k_010.wav,komako,,7,,,,,,,,The one I love the most is Chie-chan. That hasn't changed. +363100 ,,,,,,,主人公,Kiyoshi,,komako,,7,,,,,,,,...Yeah. +363200 ,,,,,,,,,,komako,,7,,,,,,,,"Even though I knew it, hearing it again made my mood sink." +363300 ,,,,,,,,,,komako,,7,,,,,,,,I curled up my knees and hugged them. I didn't want to hear\nanything more. But Komako-chan showed no sign of getting up. +363400 ,,,,,,,,,,komako,,7,,,,,,,,"As I was wondering what to do, Komako-chan suddenly patted\nmy head. Surprised, I looked up." +363500 ,,,,,,,,,,komako,,7,,,,,,,,Komako-chan's gentle smile was there. +363600 ,,,,,,,コマコ,Komako,209_KC08_k_011.wav,"komakoL,privateC",,27,,,,,,,,"You know, uncle. But you know, I like you too." +363700 ,,,,,,,,,,komakoL,,27,,,,,,,,Thump. My heart raced. +363800 ,,,,,,,コマコ,Komako,209_KC08_k_012.wav,komakoL,,32,,,,,,,,"Um... Like Laika, you know, our dog. Even if I say no like\nyou, he suddenly hugs me and licks me." +363900 ,,,,,,,主人公,Kiyoshi,,komakoL,,32,,,,,,,,Yeah. +364000 ,,,,,,,コマコ,Komako,209_KC08_k_013.wav,komakoL,,2,,,,,,,,"But you know, it's because he likes me, and even though it's\ntroublesome, it makes me happy. It's really cute." +364100 ,,,,,,,主人公,Kiyoshi,,komakoL,,2,,,,,,,,Yeah. +364200 ,,,,,,,コマコ,Komako,209_KC08_k_014.wav,komakoL,,22,,,,,,,,"Uncle, you're... a lot like Laika in that way. When I\nthought about it slowly, being told 'I like you' might make\nme a little happy." +364300 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,R-really!? +364400 ,,,,,,,,,,komakoL,,22,,,,,,,,"The words were so happy that I doubted if it was a dream. I\ncouldn't help but pinch my cheek. ...Ouch, it's not a dream." +364500 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,It's not... a dream. +364600 ,,,,,,,コマコ,Komako,209_KC08_k_015.wav,komakoL,,6,,,,,,,,"It's true. You know... I can't say it well, but I think\nyou're kind of cute, uncle." +364700 ,,,,,,,,,,komakoL,,6,,,,,,,,"Saying that, Komako-chan giggled." +364800 ,,,,,,,,,,komakoL,,6,,,,,,,,"Wow, wow, wow... It really feels like a dream. But it's not\na dream. I'm so happy." +364900 ,,,,,,,,,,komakoL,,6,,,,,,,,"Because, because, it's the first time Komako- chan said she\nlikes me." +365000 ,,,,,,,主人公,Kiyoshi,,komakoL,,6,,,,,,,,Komachaaaan! +365100 ,,,,,,,コマコ,Komako,209_KC08_k_016.wav,komakoL,,24,,,,,,,,Kya! +365200 ,,,,,,,,,,komakoL,,24,,,,,,,,"Overwhelmed with emotion, I hugged Komako- chan and rubbed\nmy cheek against hers." +365300 ,,,,,,,コマコ,Komako,209_KC08_k_017.wav,komakoL,,12,,,,,,,,"Geez, uncle. Your beard is prickly~" +365400 ,,,,,,,,,,komakoL,,12,,,,,,,,"Even though she said that, Komako-chan didn't push me away.\nInstead, she gently patted my head." +365500 ,,,,,,,,,,komakoL,,12,,,,,,,,"Feeling happy, I couldn't help but play around more." +365600 ,,,,,,,主人公,Kiyoshi,,komakoL,,12,,,,,,,,Woof woof! Woof woof! +365700 ,,,,,,,,,,komakoL,,12,,,,,,,,"Imitating a dog's bark, I nuzzled my head against various\nparts of Komako-chan's body." +365800 ,,,,,,,コマコ,Komako,209_KC08_k_018.wav,komakoL,,21,,,,,,,,"Kya, geez, that tickles~. Fufu, fufufufufu~" +365900 ,,,,,,,,,,komakoL,,21,,,,,,,,Komako-chan laughed joyfully and patted me. +366000 ,,,,,,,,,,komakoL,,21,,,,,,,,"Thinking I might as well play the butter dog game, I stuck\nmy head under Komako-chan's skirt." +366100 ,,,,,,,コマコ,Komako,209_KC08_k_019.wav,komakoL,,4,,,,,,,,Wahhh! +366200 ,,,,,,,,,,komakoL,,4,,,,,,,,"And there, I found a treasure." +366300 ,,,,,,,,,,komakoL,,4,,,,,,,,"The usual cute panties. The crotch part was puffed up like a\ndiaper, with something paper-like peeking out from the edge." +366400 ,,,,,,,,,,komakoL,,4,,,,,,,,C-c-c-could it be... that? Maybe a sanitary napkin? +366500 ,,,,,,,主人公,Kiyoshi,,komakoL,,4,,,,,,,,Wahoooo! +366600 ,,,,,,,,,,komakoL,,4,,,,,,,,"Wow, it's my first time seeing one! Having a period means\nshe can have babies!" +366700 ,,,,,,,,,,komakoL,,4,,,,,,,,"Overwhelmed with excitement, I couldn't help but bite the\npanties. I gently bit over the napkin and tugged at the\nfabric." +366800 ,,,,,,,コマコ,Komako,209_KC08_k_020.wav,komakoL,,10,,,,,,,,"Kyaa, hey, uncle, no! Stop! Sit!" +366900 ,,,,,,,主人公,Kiyoshi,,komakoL,,10,,,,,,,,Woof! +367000 ,,,,,,,,,,komakoL,,10,,,,,,,,"Reflexively, I took a dog's sitting pose. I was reluctant to\nleave from under the skirt, but..." +367100 ,,,,,,,,,,komakoL,,10,,,,,,,,I didn't want to force it and get Komako-chan mad at me\nagain. +367200 ,,,,,,,,,,komakoL,,10,,,,,,,,"While sitting obediently, Komako-chan tilted her head and\nasked." +367300 ,,,,,,,コマコ,Komako,209_KC08_k_021.wav,komakoL,,13,,,,,,,,Do you want to lick my crotch? +367400 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,Woof! +367500 ,,,,,,,,,,komakoL,,13,,,,,,,,"I nodded energetically, and Komako-chan smiled as if she\ncouldn't help it. She patted my head." +367600 ,,,,,,,,,,komakoL,,13,,,,,,,,"I was worried, wondering if it was no good or impossible,\nbut Komako-chan put her hand under her skirt." +367700 ,,,,,,,コマコ,Komako,209_KC08_k_022.wav,komakoL,,16,,,,,,,,"Okay, but there's some blood, so it might be a little messy.\nIs that still okay?" +367800 ,,,,,,,主人公,Kiyoshi,,komakoL,,16,,,,,,,,Woof! +367900 ,,,,,,,,,,komakoL,,16,,,,,,,,"Not just okay, it's a reward! I nodded energetically again,\nand after Komako-chan patted my head once more, she took off\nher panties." +368000 ,,,,,,,,,,komakoL,,16,,,,,,,,"As I lay on my back showing my belly, waiting, Komako-chan\nstraddled my face and lowered her butt." +368100 ,,,,,,,,,,komakoL,,16,,,,,,,,"The scent of blood mixed with Komako-chan's smell hit my\nnose, and a pleasant weight pressed on my face." +368300 ,,,9,,2280000,,,,,,,,,,,,,,, +368400 ,*mem,,,,2280000,,,,,,,,,,,,,,, +368500 ,,,9,,2280000,,コマコ,Komako,209_KC08_k_023.wav,komako,,0,,,,,,,,"Hmm... Uncle, are you okay? Is it not too heavy?" +368600 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'm fine. It's not heavy at all. You could lower your\nhips even more." +368700 ,,,,,2280000,,コマコ,Komako,209_KC08_k_024.wav,komako,,0,,,,,,,,Really? +368800 ,,,,,2280000,,,,,,,,,,,,,,,Komako-chan tilted her head slightly and pressed her pussy\nagainst my mouth and nose. +368900 ,,,,,2280000,,,,,,,,,,,,,,,"Her pussy, slippery with blood, touched my lips, and that\nslightly fishy, unique taste flowed in." +369000 ,,,,,2280000,,,,,,,,,,,,,,,The scent of Komako-chan's menstrual blood filled my nose. I\ncouldn't help but take a deep breath. Ah... it's fragrant. +369100 ,,,,,2280000,,コマコ,Komako,209_KC08_k_025.wav,komako,,0,,,,,,,,"Uncle... your breathing is really heavy, it's a bit\nticklish." +369200 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, sorry." +369300 ,,,,,2280000,,コマコ,Komako,209_KC08_k_026.wav,komako,,0,,,,,,,,"So, do you really want to? It's messy, you know? Do you\nreally, really want to lick it?" +369400 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! Because it's Komako-chan's pussy that I love. +369500 ,,,,,2280000,,,,,,,,,,,,,,,"When I said that, Komako-chan showed a slightly embarrassed\nexpression and looked away." +369600 ,,,,,2280000,,コマコ,Komako,209_KC08_k_027.wav,komako,,0,,,,,,,,"W-Well, if that's the case... I guess it's okay... go ahead\nand lick." +369700 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,Thank you! Then... +369800 ,,,,,2280000,,,,,,,,,,,,,,,I took a deep breath again and extended my tongue to touch\nKomako-chan's vaginal opening. +370000 ,,,,,2280010,,コマコ,Komako,209_KC08_k_028.wav,komako,,0,,,,,,,,"Hya, nnngh..." +370100 ,,,,,2280010,,,,,,,,,,,,,,,"As I licked up the slit, sticky with blood, Komako-chan's\ninner thighs trembled slightly." +370200 ,,,,,2280010,,,,,,,,,,,,,,,"Komako-chan's taste spread throughout my mouth. It's a\npeculiar taste, but to me, it's like nectar." +370300 ,,,,,2280010,,,,,,,,,,,,,,,"Licking Komako-chan for the first time was like a drug, and\nI couldn't help but get absorbed in it." +370400 ,,,,,2280010,,コマコ,Komako,209_KC08_k_029.wav,komako,,0,,,,,,,,"Nnngh... hey, it's a bit embarrassing..." +370500 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,"Nnngh... really...? If it's a puppy, isn't it okay to lick a\nlot...? Picha, lero." +370600 ,,,,,2280010,,,,,,,,,,,,,,,"While licking Komako-chan's ketchup-covered slit, I glanced\nup to see her reaction." +370700 ,,,,,2280010,,,,,,,,,,,,,,,"Komako-chan blushed slightly, looking a bit embarrassed." +370800 ,,,,,2280010,,コマコ,Komako,209_KC08_k_030.wav,komako,,0,,,,,,,,"But, it's still dirty there... there's a place for peeing\ntoo... nnngh." +370900 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, there's a lot of blood on it. But if I lick it clean\nlike this, doesn't it feel good? Leron." +371000 ,,,,,2280010,,コマコ,Komako,209_KC08_k_031.wav,komako,,0,,,,,,,,"Well... it feels a bit good, but... nnngh, still, it's a\nbit... nnngh, embarrassing..." +371100 ,,,,,2280010,,,,,,,,,,,,,,,Komako-chan's butt quivered as she occasionally bit her lip. +371200 ,,,,,2280010,,,,,,,,,,,,,,,"Her expression, as if enduring pleasure, was so erotic that\nit made me incredibly excited, and my cock throbbed." +371300 ,,,,,2280010,,,,,,,,,,,,,,,I couldn't help but reach out and stroke my cock while\ncontinuing to serve with my tongue. +371400 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,"Lero... by the way, there wasn't any blood yesterday. Did\nyour period start today?" +371500 ,,,,,2280010,,,,,,,,,,,,,,,"When I asked that, Komako-chan looked a bit confused." +371700 ,,,,,2280000,,コマコ,Komako,209_KC08_k_032.wav,komako,,0,,,,,,,,"Um... when I woke up, there was blood. It was my first time,\nso I was surprised." +371800 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,"Hahaha, your first time!?" +371900 ,,,,,2280000,,,,,,,,,,,,,,,"I figured it was her first time since Komako- chan had never\nbeen on her period before, but hearing it confirmed made me\neven more excited." +372000 ,,,,,2280000,,,,,,,,,,,,,,,My breathing became heavy. +372100 ,,,,,2280000,,コマコ,Komako,209_KC08_k_033.wav,komako,,0,,,,,,,,"Eek, it's hot... Uncle, your breathing is too heavy. Were\nyou that surprised?" +372200 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah. I mean, I've never heard about your period from you\nbefore, Komako-chan. Does your stomach hurt? Are you okay?" +372300 ,,,,,2280000,,コマコ,Komako,209_KC08_k_034.wav,komako,,0,,,,,,,,"It doesn't hurt much. My stomach feels a bit heavy, though.\nBut more than that, the slimy feeling in my panties was\nuncomfortable." +372400 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,I see... +372500 ,,,,,2280000,,,,,,,,,,,,,,,"I've heard that periods can be really tough for some people,\nbut maybe Komako-chan has it easy. If that's the case, maybe\nwe can do lots of naughty things." +372600 ,,,,,2280000,,コマコ,Komako,209_KC08_k_035.wav,komako,,0,,,,,,,,"I was surprised at first, but since I learned about it in\nhealth class, I quickly changed my panties and put on a pad." +372700 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,"Wow... that's impressive. So, Komako-chan is already a\ngrown-up woman." +372800 ,,,,,2280000,,コマコ,Komako,209_KC08_k_036.wav,komako,,0,,,,,,,,Really? +372900 ,,,,,2280000,,,,,,,,,,,,,,,"Komako-chan tilted her head in confusion, still not quite\nunderstanding." +373000 ,,,,,2280000,,主人公,Kiyoshi,,,,,,,,,,,,"Because having your period means your body is ready to have\na baby if you have sex. That's amazing, I'm so happy for\nyou." +373200 ,,,,,2280000,,,,,,,,,,,,,,,"When I said that, Komako-chan finally understood and blushed\ndeeply, turning her face away." +373300 ,,,,,2280020,,コマコ,Komako,209_KC08_k_037.wav,komako,,0,,,,,,,,"W-When you say it like that, it's a bit embarrassing." +373400 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,Huh? Why? +373500 ,,,,,2280020,,コマコ,Komako,209_KC08_k_038.wav,komako,,0,,,,,,,,...It makes it sound like my body has become even more\nsexual. Geez. +373600 ,,,,,2280020,,,,,,,,,,,,,,,I think her body is already quite sexy. But it seems that\nway of saying it embarrassed Komako-chan. Girls are\ncomplicated. +373700 ,,,,,2280020,,,,,,,,,,,,,,,"Still, hearing about her first period makes me curious about\nvarious things." +373800 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, hey, did your mom or dad celebrate it with you? Did you\neat red rice or something?" +373900 ,,,,,2280020,,コマコ,Komako,209_KC08_k_039.wav,komako,,0,,,,,,,,...Why are you asking that? +374000 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"Well, it's the first day you became an adult woman, right? I\nwas wondering if there was some kind of celebration." +374100 ,,,,,2280020,,コマコ,Komako,209_KC08_k_040.wav,komako,,0,,,,,,,,I-I don't know! Why do you keep saying such embarrassing\nthings? +374200 ,,,,,2280020,,,,,,,,,,,,,,,She gave me a light glare. I might have made her a bit\nangry. +374300 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"S-Sorry... but, I'm just so happy, I couldn't help it." +374400 ,,,,,2280020,,コマコ,Komako,209_KC08_k_041.wav,komako,,0,,,,,,,,"Whether I can have a baby or not has nothing to do with you,\nuncle." +374500 ,,,,,2280020,,,,,,,,,,,,,,,"She finally turned away from me. Oh no, I might have said\ntoo much in my excitement." +374600 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, I'm sorry. As an apology, I'll make your pussy\nreally clean." +374700 ,,,,,2280020,,,,,,,,,,,,,,,"Saying that, I slipped my tongue into the slit where the\nmenstrual blood was flowing again and started licking." +374900 ,,,,,2280010,,コマコ,Komako,209_KC08_k_042.wav,komako,,0,,,,,,,,"Ahh... T-That's not an apology... Nnn, ahh..." +375000 ,,,,,2280010,,,,,,,,,,,,,,,"Komako-chan blushed with embarrassment and tried to pull her\nbutt away. I grabbed her waist and pulled her back,\ncontinuing to lick forcefully." +375100 ,,,,,2280010,,コマコ,Komako,209_KC08_k_043.wav,komako,,0,,,,,,,,"Ah, nn... Uncle, you're really like a puppy... After talking\nabout such naughty things, if you lick there, then..." +375200 ,,,,,2280010,,,,,,,,,,,,,,,Komako-chan suddenly became restless. ...Maybe she didn't\nrealize this was something naughty until now. +375300 ,,,,,2280010,,,,,,,,,,,,,,,Even though she seemed to know that a blowjob was something\nnaughty. +375400 ,,,,,2280010,,,,,,,,,,,,,,,"Ah! Dogs lick all sorts of places, but that's not really a\nnaughty thing!" +375500 ,,,,,2280010,,コマコ,Komako,209_KC08_k_044.wav,komako,,0,,,,,,,,"Ahh, nn... I'm starting to feel really embarrassed... Maybe.\nHey, uncle, it's about time..." +375600 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,Woof woof woof. Lick lick lick lick... +375700 ,,,,,2280010,,,,,,,,,,,,,,,"It seemed like Komako-chan was about to ask me to stop, but\nI pretended to be an oblivious dog and kept licking." +375800 ,,,,,2280010,,,,,,,,,,,,,,,"Such a delicious situation, it would be such a waste to end\nit so easily." +375900 ,,,,,2280010,,コマコ,Komako,209_KC08_k_045.wav,komako,,0,,,,,,,,"Nnn... No, I said no... Wait... Cock..." +376000 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,Woof! +376100 ,,,,,2280010,,,,,,,,,,,,,,,I wiggled my hips and showed off my erect cock. +376200 ,,,,,2280010,,コマコ,Komako,209_KC08_k_046.wav,komako,,0,,,,,,,,Not that cock... Ahhh... Nnnn... Nnn~. I only meant to play\nwith the puppy... +376300 ,,,,,2280010,,,,,,,,,,,,,,,I glanced up at Komako-chan's face as she continued to say\nsuch things. +376400 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,"But, uncle wants to be naughty with Komako- chan because I\nlike you. Yesterday, you licked my cock and did it with your\nmouth, right? It's the same thing, isn't it?" +376500 ,,,,,2280010,,コマコ,Komako,209_KC08_k_047.wav,komako,,0,,,,,,,,Ah...! +376600 ,,,,,2280010,,,,,,,,,,,,,,,"Finally realizing the truth, Komako-chan's face turned\nbright red. Her reaction was so cute that it made me want to\nembarrass her even more." +376700 ,,,,,2280010,,主人公,Kiyoshi,,,,,,,,,,,,"So, can I lick your grown-up pussy more? I want to lick it a\nlot." +376900 ,,,,,2280010,,,,,,,,,,,,,,,"When I said that while looking up at her, Komako-chan made a\nslightly angry face." +377000 ,,,,,2280020,,コマコ,Komako,209_KC08_k_048.wav,komako,,0,,,,,,,,No... I didn't come here today to do naughty things. +377100 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"Don't say that. You like uncle, right?" +377200 ,,,,,2280020,,コマコ,Komako,209_KC08_k_049.wav,komako,,0,,,,,,,,"I said I like you, but, um, not in that way... Fuahhhh..." +377300 ,,,,,2280020,,,,,,,,,,,,,,,"Komako-chan tried to escape out of embarrassment, but when I\nlicked her pussy, she let out a very naughty voice." +377400 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, you said I could lick your pussy. Are you lying to\nuncle, Komako-chan?" +377500 ,,,,,2280020,,コマコ,Komako,209_KC08_k_050.wav,komako,,0,,,,,,,,Ugh... That way of saying it is a bit unfair... +377600 ,,,,,2280020,,,,,,,,,,,,,,,"I turned my attention away and placed my mouth on Komako-\nchan's pussy, slipping my tongue into the narrow hole with a\nslurp." +377700 ,,,,,2280020,,,,,,,,,,,,,,,The more intense taste of menstrual blood stung my tongue.\nKomako-chan's vaginal entrance tightened around my tongue. +377800 ,,,,,2280020,,コマコ,Komako,209_KC08_k_051.wav,komako,,0,,,,,,,,"Hyahh... Nnn, so, that's why..." +377900 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"See? It's okay to lick, right? Just licking. I won't do\nanything you don't like, and I'll make you feel good, and\nI'll keep helping Chi-chan too..." +378000 ,,,,,2280020,,,,,,,,,,,,,,,"Desperately pleading like that, I moved my tongue in and out\nto loosen her vaginal entrance." +378100 ,,,,,2280020,,,,,,,,,,,,,,,"Then, although reluctantly, Komako-chan nodded." +378200 ,,,,,2280020,,コマコ,Komako,209_KC08_k_052.wav,komako,,0,,,,,,,,"Geez... Uncle puppy is even more stubborn than my Laika... I\nguess I have no choice, it's okay." +378300 ,,,,,2280020,,主人公,Kiyoshi,,,,,,,,,,,,"Wahoo! Thank you, Komako-chan. I'll make you feel really\ngood!" +378400 ,,,,,2280020,,,,,,,,,,,,,,,"With the owner's permission, my excitement skyrocketed, and\nI started licking Komako- chan's slit like a silly dog." +378600 ,,,,,2280030,,コマコ,Komako,209_KC08_k_053.wav,komako,,0,,,,,,,,"Ahhh... Nnn, not so suddenly intense... Nnnnn..." +378700 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"Does it feel good? Hey, Komako-chan, does it feel good? Lick\nlick lick, slurp." +378800 ,,,,,2280030,,コマコ,Komako,209_KC08_k_054.wav,komako,,0,,,,,,,,"That's why... Nnnn, don't ask things like that... Nn, ahh,\nit's embarrassing..." +378900 ,,,,,2280030,,,,,,,,,,,,,,,"Even though she said that, shaking her head, something other\nthan menstrual blood started overflowing from Komako-chan's\nvagina." +379000 ,,,,,2280030,,,,,,,,,,,,,,,"The taste of Komako-chan's naughty juices mixed with the\ntaste of blood, creating an even more lewd cocktail." +379100 ,,,,,2280030,,,,,,,,,,,,,,,It felt so erotically delicious that I couldn't get enough\nand kept licking eagerly. +379200 ,,,,,2280030,,コマコ,Komako,209_KC08_k_055.wav,komako,,0,,,,,,,,"Nnn... Ahh... I really didn't plan on having sex today...\nNnn, ah, nn..." +379300 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,Didn't plan on it? +379400 ,,,,,2280030,,コマコ,Komako,209_KC08_k_056.wav,komako,,0,,,,,,,,"When you lick inside my vagina like that, it tingles... Ahh,\nmy stomach feels all tingly..." +379500 ,,,,,2280030,,,,,,,,,,,,,,,Komako-chan's inner thighs were trembling with pleasure. +379600 ,,,,,2280030,,,,,,,,,,,,,,,"Her vaginal entrance was also twitching in response. Since I\nhad been wiping away the blood with my tongue repeatedly,\nthere was more saliva than the slippery blood now." +379700 ,,,,,2280030,,,,,,,,,,,,,,,"And with the addition of Komako-chan's love juices\noverflowing from inside, it was completely wet with lewd\nfluids." +379800 ,,,,,2280030,,コマコ,Komako,209_KC08_k_057.wav,komako,,0,,,,,,,,"Ahhh... Nnnn... My pussy feels hot... Nnn, your tongue is\ngoing in and out of my vagina..." +379900 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,Is it making you feel naughty? +380000 ,,,,,2280030,,コマコ,Komako,209_KC08_k_058.wav,komako,,0,,,,,,,,"I-I don't know... Nnnn... That's why I said not to ask\nembarrassing things... Nn, I'm telling you... Nnn..." +380100 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, it's just that Komako-chan's here is starting to\ntaste really naughty." +380200 ,,,,,2280030,,コマコ,Komako,209_KC08_k_059.wav,komako,,0,,,,,,,,"Don't say things like that either... Nn, ahh... Ahh, nn...\nUncle, you have no delicacy... Nnnn..." +380300 ,,,,,2280030,,,,,,,,,,,,,,,"Even though Komako-chan said that, her voice became\nincreasingly sweet with each lick." +380400 ,,,,,2280030,,,,,,,,,,,,,,,"A cocktail of saliva, love juices, and menstrual blood\ntrickled down her thigh." +380500 ,,,,,2280030,,,,,,,,,,,,,,,"The labia minora quivered against the tip of my tongue, as\nif saying it felt good." +380600 ,,,,,2280030,,コマコ,Komako,209_KC08_k_060.wav,komako,,0,,,,,,,,"Nnnn, usually, puppies don't lick inside the vagina..." +380700 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"I see, then I'll lick somewhere else." +380800 ,,,,,2280040,,コマコ,Komako,209_KC08_k_061.wav,komako,,0,,,,,,,,"Huh? Ah, ahhh, not there..." +380900 ,,,,,2280040,,,,,,,,,,,,,,,"Because Komako-chan was being teasing, I couldn't help but\nwant to tease her back. I withdrew my tongue from inside and\nlicked her clitoris." +381000 ,,,,,2280040,,,,,,,,,,,,,,,"There was a slight taste of blood there, as I hadn't licked\nit yet." +381100 ,,,,,2280040,,,,,,,,,,,,,,,"Perhaps because she was aroused from the previous tongue\nplay, it was already hard and erect." +381200 ,,,,,2280030,,コマコ,Komako,209_KC08_k_062.wav,komako,,0,,,,,,,,"Hyah... Nnn, not the clit... Not the clit... No... because,\num..." +381300 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"I know, Komako-chan, your clit is sensitive, right? When\nit's licked, your pussy gets naughty, doesn't it?" +381400 ,,,,,2280030,,,,,,,,,,,,,,,I've seen her and Chie-chan touching each other's clits\nduring their lesbian play. +381500 ,,,,,2280030,,,,,,,,,,,,,,,"I gently swirled my tongue around the clit, which was\nexposed and hard." +381600 ,,,,,2280030,,,,,,,,,,,,,,,"Then Komako-chan arched her back in distress, her knees\ntrembling." +381700 ,,,,,2280030,,コマコ,Komako,209_KC08_k_063.wav,komako,,0,,,,,,,,"Nnnn, the inside of my pussy is tightening... No... not\nthere... Nn, kuh, nnn..." +381800 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,Not here? Then how about here? +381900 ,,,,,2280040,,コマコ,Komako,209_KC08_k_064.wav,komako,,0,,,,,,,,"Ah, nn, hyu, th-that place is... um..." +382000 ,,,,,2280040,,,,,,,,,,,,,,,"Since she said no to the clitoris, I teased her urethral\nopening with my tongue. It had a slight taste of urine." +382100 ,,,,,2280040,,,,,,,,,,,,,,,"I poked at the smallest and narrowest hole in Komako-chan's\nbody with my tongue, teasing it." +382300 ,,,,,2280040,,コマコ,Komako,209_KC08_k_065.wav,komako,,0,,,,,,,,"Ah, ah, nn, hyu, no, there... I might pee..." +382400 ,,,,,2280040,,,,,,,,,,,,,,,"Komako-chan said that in a tearful voice, her legs slightly\nturned inward." +382500 ,,,,,2280040,,,,,,,,,,,,,,,"Hearing her say that, I got even more excited and couldn't\nstop." +382600 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, if it's Komako-chan's pee, I'll drink it for you." +382700 ,,,,,2280040,,コマコ,Komako,209_KC08_k_066.wav,komako,,0,,,,,,,,"Nn, no, I said no... nnn, that's dirty... ah, don't lick\nit... nnn." +382800 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll lick your pussy again." +382900 ,,,,,2280040,,コマコ,Komako,209_KC08_k_067.wav,komako,,0,,,,,,,,"Fuaaahhh, hnn, ahh, no, it's somehow more than before...?" +383000 ,,,,,2280040,,,,,,,,,,,,,,,"Since she said no, I swirled my tongue around the entrance\nof her pussy again." +383100 ,,,,,2280040,,,,,,,,,,,,,,,"It seemed she was more sensitive, as her reaction was even\nmore intense than before." +383200 ,,,,,2280040,,コマコ,Komako,209_KC08_k_068.wav,komako,,0,,,,,,,,"Ah, nn... hya, ahh... no, nn, my pussy is melting... it's\nbecome so sensitive..." +383300 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"Your pussy is no good? You've been saying no a lot, Komako-\nchan." +383400 ,,,,,2280040,,コマコ,Komako,209_KC08_k_069.wav,komako,,0,,,,,,,,"But, but... nnn, you're doing such lewd... licking...\nfuaaah." +383500 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"But I want to be lewd with you, Komako-chan. You said it was\nokay too." +383600 ,,,,,2280040,,,,,,,,,,,,,,,"Resolving myself, I sucked on her clitoris this time." +383700 ,,,,,2280040,,,,,,,,,,,,,,,I pressed the small nub with my lips and sucked gently. I\nalso flicked the tip with my tongue. +383800 ,,,,,2280040,,,,,,,,,,,,,,,Komako-chan arched her back violently as if electricity ran\nthrough her. +383900 ,,,,,2280040,,コマコ,Komako,209_KC08_k_070.wav,komako,,0,,,,,,,,"Hyaaah, n-not the clit... my stomach feels tight..." +384000 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"Lick lick... yeah, yeah, your stomach feels tight, and then\nwhat happens?" +384100 ,,,,,2280030,,コマコ,Komako,209_KC08_k_071.wav,komako,,0,,,,,,,,The tingling in my pussy gets intense... it throbs and gets\nhot... it's hot... +384200 ,,,,,2280030,,,,,,,,,,,,,,,It seemed that teasing her clitoris and the area around her\npussy made it throb uncontrollably. +384300 ,,,,,2280030,,,,,,,,,,,,,,,"So if I keep teasing her clit and the entrance, maybe\nKomako-chan will start wanting my cock?" +384400 ,,,,,2280030,,,,,,,,,,,,,,,"With that hope in mind, I put even more passion into my\ntongue service." +384500 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, hey, does that mean your pussy is tingling and you\nmight want my cock inside?" +384600 ,,,,,2280040,,コマコ,Komako,209_KC08_k_072.wav,komako,,0,,,,,,,,!!! +384700 ,,,,,2280040,,,,,,,,,,,,,,,"When I tried asking, Komako-chan was obviously embarrassed\nand looked away. Her ears were bright red and trembling." +384800 ,,,,,2280040,,コマコ,Komako,209_KC08_k_073.wav,komako,,0,,,,,,,,I-I-I didn't say anything like that. I don't need your cock\ninside me or anything... I'm fine... nnngh +384900 ,,,,,2280040,,,,,,,,,,,,,,,"Even though Komako-chan says that, her ass is wriggling as\nif wanting something, and the entrance to her pussy is\ntwitching." +385000 ,,,,,2280040,,,,,,,,,,,,,,,"It looks like it's opening and closing as if saying, 'I want\ncock~'." +385100 ,,,,,2280040,,,,,,,,,,,,,,,"Alright, in that case, I'll make her pussy tingle even more\nand get Komako-chan to ask for my cock herself!" +385200 ,,,,,2280040,,,,,,,,,,,,,,,"Oh, by the way, earlier―" +385300 ,,,,,2280040,,コマコ,Komako,209_KC08_k_074.wav,komako,,0,,,,,,,,"!? T-That's why... that place is where I pee, it's dirty..." +385400 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, that's why I'll clean it with my puppy tongue~" +385500 ,,,,,2280040,,,,,,,,,,,,,,,"I remembered she said that licking her pee hole makes her\nwant to pee, so I started teasing her urethra again." +385600 ,,,,,2280040,,,,,,,,,,,,,,,It seems like it makes her pussy twitch and throb too. And I\ncan drink her pee. I realized it's a win-win situation. +385700 ,,,,,2280040,,,,,,,,,,,,,,,"Komako-chan tried to pull her red face and butt away to\nescape, but of course, I wouldn't let her." +385800 ,,,,,2280040,,コマコ,Komako,209_KC08_k_075.wav,komako,,0,,,,,,,,"Nnngh, no... if you lick there, I'll really... I'll really\nfeel like peeing..." +385900 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, it's okay, just let it out. If you do, I'll drink\nit all up for you." +386000 ,,,,,2280040,,コマコ,Komako,209_KC08_k_076.wav,komako,,0,,,,,,,,That's not okay! It's too embarrassing! I really can't...\nfuaaahhh +386200 ,,,,,2280040,,,,,,,,,,,,,,,"Even though she says no, when I twirled my tongue around her\npee hole, Komako-chan became limp and couldn't move." +386300 ,,,,,2280040,,,,,,,,,,,,,,,Sometimes her hips would twitch and jump. +386400 ,,,,,2280030,,コマコ,Komako,209_KC08_k_077.wav,komako,,0,,,,,,,,"Ah... hey, really... really, no, hey, it's no good... ugh,\nI'm gonna pee, I'm gonna pee..." +386500 ,,,,,2280030,,,,,,,,,,,,,,,"It seemed she was really at her limit, as her urethra\nstarted trembling." +386600 ,,,,,2280030,,,,,,,,,,,,,,,"But when you say things like that, it just makes me more\nexcited, and I can't help but move my tongue." +386700 ,,,,,2280030,,,,,,,,,,,,,,,"No, not just licking, I'll even suck on it." +386800 ,,,,,2280030,,コマコ,Komako,209_KC08_k_078.wav,komako,,0,,,,,,,,"Hiiuuu, don't suck, don't suck, I'll pee, I'll pee!" +386900 ,,,,,2280030,,,,,,,,,,,,,,,I keep sucking on the tiny hole like I'm giving it little\nkisses. +387000 ,,,,,2280030,,,,,,,,,,,,,,,"Each time, the love juices mixed with menstrual blood\ndripped down her thighs." +387100 ,,,,,2280030,,,,,,,,,,,,,,,Komako-chan was almost in tears. She must really need to\npee. +387200 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,That's why I said it's okay to let it all out. I'll drink it\nfor you. +387300 ,,,,,2280030,,コマコ,Komako,209_KC08_k_079.wav,komako,,0,,,,,,,,"Nnnn, peeing while being watched by you is too\nembarrassing... I don't want to wet myself..." +387400 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"I won't tell anyone, lick lick." +387500 ,,,,,2280030,,コマコ,Komako,209_KC08_k_080.wav,komako,,0,,,,,,,,"That's not the problem... ahh, no, not my clit too, it'll\nmake me want to pee even more!" +387600 ,,,,,2280030,,,,,,,,,,,,,,,"As I licked both her urethra and clitoris together, moving\nmy tongue back and forth, Komako-chan's voice became even\nmore lewd." +387700 ,,,,,2280030,,,,,,,,,,,,,,,I heard something good. +387800 ,,,,,2280030,,,,,,,,,,,,,,,"I thoroughly stimulated both her clit and urethra with the\ntip of my tongue, rubbing them together with a wet slurping\nsound." +387900 ,,,,,2280030,,コマコ,Komako,209_KC08_k_081.wav,komako,,0,,,,,,,,"No, I can't... it's coming out, I'm going to pee... stop,\nlet me go to the bathroom... nnnn!" +388000 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,Just think of my mouth as the bathroom! Lick lick. +388100 ,,,,,2280030,,コマコ,Komako,209_KC08_k_082.wav,komako,,0,,,,,,,,"There's no way... nnn, I can do that... nooo, really,\nreally, I can't..." +388200 ,,,,,2280030,,,,,,,,,,,,,,,"Seeing that she wasn't trying to stand up and go to the\nbathroom, she might really be at the point where she'd leak\nif she moved." +388300 ,,,,,2280030,,,,,,,,,,,,,,,"Well, there's no way I'd let her escape like that." +388400 ,,,,,2280030,,,,,,,,,,,,,,,"At this point, I'm definitely going to drink Komako-chan's\npee!" +388500 ,,,,,2280040,,コマコ,Komako,209_KC08_k_083.wav,komako,,0,,,,,,,,"Please... don't lick my clit and pee hole anymore... hiii,\nno, I'll leak, because..." +388600 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"Clit and pee hole are no good? Then, I'll lick your pussy\nagain." +388700 ,,,,,2280040,,コマコ,Komako,209_KC08_k_084.wav,komako,,0,,,,,,,,"Eh, ah, th-that is... hyaaaaaaahhhh!" +388800 ,,,,,2280040,,,,,,,,,,,,,,,"Even when I changed my target to her pussy, Komako-chan's\nreactions didn't change." +388900 ,,,,,2280040,,,,,,,,,,,,,,,"It seems like her entire crotch has become lewd and\nsensitive, and no matter where I touch, it seems to trigger\nher urge to pee." +389000 ,,,,,2280040,,,,,,,,,,,,,,,"I deliberately and slowly move my tongue in and out of her\npussy, as if teasing her." +389100 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,"It seems like you don't like it rough... slurp, so I tried\ndoing it slowly... slurp, like this, slurp." +389200 ,,,,,2280040,,コマコ,Komako,209_KC08_k_085.wav,komako,,0,,,,,,,,"Ugh, no... ah... hnn, don't lick my pussy... it resonates,\nit resonates in my pee hole..." +389300 ,,,,,2280040,,主人公,Kiyoshi,,,,,,,,,,,,Really? Slurp slurp... does it make you want to pee if I do\nthis? Slurp. +389400 ,,,,,2280030,,コマコ,Komako,209_KC08_k_086.wav,komako,,0,,,,,,,,"It does, it does, I can't take it anymore, no, I'll leak, I\ndon't want to wet myself, noooo!" +389500 ,,,,,2280030,,,,,,,,,,,,,,,"But despite everything she's saying, Komako- chan still\nhasn't peed." +389600 ,,,,,2280030,,,,,,,,,,,,,,,"Komako-chan trying her best to hold it in is cute, but they\nsay holding your pee too much isn't good for your health..." +389700 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, it's okay. It's not embarrassing, I won't tell\nanyone or laugh at you." +389800 ,,,,,2280030,,コマコ,Komako,209_KC08_k_087.wav,komako,,0,,,,,,,,"Haa haa... that's not the issue... nn, hyaaaahhh, nn!" +389900 ,,,,,2280030,,主人公,Kiyoshi,,,,,,,,,,,,"So, let me drink lots of your pee, Komako- chan. I love you!" +390000 ,,,,,2280030,,,,,,,,,,,,,,,"Saying that as a final push, I pressed my mouth against\nKomako-chan's crotch." +390100 ,,,,,2280030,,,,,,,,,,,,,,,"I then sucked hard on her urethra, stimulating her pee hole\nwith the tip of my tongue to encourage her to urinate." +390200 ,,,,,2280030,,,,,,,,,,,,,,,That was the final blow. +390400 ,,,,,2280040,,コマコ,Komako,209_KC08_k_088.wav,komako,,0,,,,,,,,"No more! It's coming out, I'm going to cum! Aaaaaaahhhh!" +390500 ,,,,,2280060,,,,,,,,,,,,,,,Jorororororororo~! +390600 ,,,,,2280060,,,,,,,,,,,,,,,A golden fountain burst vigorously from Komako-chan's\ncrotch. +390700 ,,,,,2280060,,コマコ,Komako,209_KC08_k_089.wav,komako,,0,,,,,,,,"Ah, ahh, no, I can't stop, no, even though I shouldn't..." +390800 ,,,,,2280060,,,,,,,,,,,,,,,"Komako-chan looked like she was about to cry from\nembarrassment, but of course, once the pee starts flowing,\nit doesn't stop easily." +390900 ,,,,,2280060,,,,,,,,,,,,,,,She must have been holding it in for a long time. +391000 ,,,,,2280060,,,,,,,,,,,,,,,"A surprising amount of pee flowed from her small body into\nmy mouth, overflowing and wetting my face." +391100 ,,,,,2280060,,コマコ,Komako,209_KC08_k_090.wav,komako,,0,,,,,,,,"Fwaaah... even though it's embarrassing, I'm cumming...\nuuuu, I peed on your face, mister..." +391200 ,,,,,2280060,,,,,,,,,,,,,,,"Komako-chan, embarrassed yet writhing in release and\necstasy, was so cute that just watching her while being\nshowered with her pee was overwhelming." +391300 ,,,,,2280060,,,,,,,,,,,,,,,"In fact, being covered in Komako-chan's pee and surrounded\nby her scent made me feel like I could die happy." +391400 ,,,,,2280060,,コマコ,Komako,209_KC08_k_091.wav,komako,,0,,,,,,,,"I'm sorry... uuu, I'm sorry for wetting myself, mister..." +391500 ,,,,,2280060,,,,,,,,,,,,,,,"Komako-chan started apologizing out of sheer embarrassment,\nbut of course, there was nothing to worry about. It was more\nlike a reward." +391600 ,,,,,2280060,,,,,,,,,,,,,,,"I wanted to say that, but I was too busy savoring the taste\nof the pee in my mouth to speak." +391700 ,,,,,2280060,,コマコ,Komako,209_KC08_k_092.wav,komako,,0,,,,,,,,"Fwaaah... please, stop already..." +391800 ,,,,,2280060,,,,,,,,,,,,,,,"I enjoyed the shower of Komako-chan's pee, feeling like I\nwas in heaven." +392000 ,,,,31,,,コマコ,Komako,209_KC08_k_093.wav,"komako,privateC",,13,,,,,,,,"Haa haa haa haa... ugh, I told you it was coming out..." +392100 ,,,,,,,,,,komako,,13,,,,,,,,"Komako-chan, out of breath and teary-eyed, glared at me in\nembarrassment." +392200 ,,,,,,,,,,komako,,13,,,,,,,,Her pussy was still spread open right in front of me. +392300 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,Komako-chan! +392400 ,,,,,,,コマコ,Komako,209_KC08_k_094.wav,komako,,24,,,,,,,,Kyaa!? +392500 ,,,,,,,,,,,,,,,,,,,,"I couldn't hold back any longer and pushed Komako-chan down.\nWhile kissing her forcefully, I reached for her clothes." +392700 ,,,10,,2281000,,コマコ,Komako,209_KC08_k_095.wav,komako,,0,,,,,,,,Nnnn!? +392800 ,,,,,2281000,,,,,,,,,,,,,,,Komako-chan struggled and squirmed in my arms. +392900 ,,,,,2281000,,コマコ,Komako,209_KC08_k_096.wav,komako,,0,,,,,,,,"W-What are you doing? ...And, you smell like pee, mister..." +393000 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, s-sorry." +393100 ,,,,,2281000,,,,,,,,,,,,,,,"Come to think of it, I had just been showered with Komako-\nchan's pee. It was a reward for me, but Komako-chan must not\nlike it." +393200 ,,,,,2281000,,,,,,,,,,,,,,,"For now, I wiped my face with tissues." +393300 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, I couldn't help myself after licking Komako-chan's\ncrotch..." +393400 ,,,,,2281000,,コマコ,Komako,209_KC08_k_097.wav,komako,,0,,,,,,,,You wanted to kiss me? +393500 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,Yeah. +393600 ,,,,,2281000,,,,,,,,,,,,,,,"When I nodded honestly, Komako-chan looked a bit troubled." +393700 ,,,,,2281000,,,,,,,,,,,,,,,"But she didn't try to struggle or run away. Is it okay? I\nthought, as I rubbed my erect cock against Komako-chan's\nprivate area." +393800 ,,,,,2281000,,コマコ,Komako,209_KC08_k_098.wav,komako,,0,,,,,,,,No... I said we wouldn't do it today... +393900 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, I'm sorry, I wanted not just to kiss but to have\nsex too. Woof woof." +394000 ,,,,,2281000,,,,,,,,,,,,,,,"Though I didn't insert it, I moved my hips like a dog in\nheat, rubbing my cock against her pussy, slick with saliva\nand love juices." +394100 ,,,,,2281010,,コマコ,Komako,209_KC08_k_099.wav,komako,,0,,,,,,,,"N-No... because, um... I'll get pregnant, right...?" +394200 ,,,,,2281010,,,,,,,,,,,,,,,"Komako-chan pulled her hips back a little, looking a bit\nscared." +394300 ,,,,,2281010,,,,,,,,,,,,,,,But hearing that only made my cock throb even more. Komako-\nchan getting pregnant. +394400 ,,,,,2281010,,,,,,,,,,,,,,,"Oh no, I'm getting excited." +394500 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,"It'll be fine as long as I don't release the baby seed\ninside. So, can we do it just a little, just a little?" +394600 ,,,,,2281010,,コマコ,Komako,209_KC08_k_100.wav,komako,,0,,,,,,,,"Uh, b-but..." +394700 ,,,,,2281010,,,,,,,,,,,,,,,"I poked at Komako-chan's entrance with my cock. Then, I\nnuzzled into her breasts like I was begging." +394800 ,,,,,2281010,,,,,,,,,,,,,,,"Licking her nipples like a dog, I pleaded with upturned\neyes." +394900 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,"Let me have sex... Please, just for today! My dick is\nsuffering. I really love you, Komako-chan..." +395000 ,,,,,2281000,,コマコ,Komako,209_KC08_k_101.wav,komako,,0,,,,,,,,"Eh, ah, u-uh... but, I said we wouldn't have sex..." +395100 ,,,,,2281000,,,,,,,,,,,,,,,"Maybe because of what we talked about earlier, when I said I\nlove her, the force trying to push me away weakened." +395200 ,,,,,2281000,,,,,,,,,,,,,,,"Or rather, there was much less resistance than before." +395300 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,"Please. I'll definitely make you feel good. Komako-chan,\nyour pussy must be itching if it's just at the entrance,\nright?" +395400 ,,,,,2281000,,,,,,,,,,,,,,,I thought about teasing her more to make her beg... but my\nself-control wasn't going to last. +395500 ,,,,,2281000,,,,,,,,,,,,,,,"I'm itching to put it in Komako-chan's precious pussy, which\njust had its first period." +395600 ,,,,,2281000,,コマコ,Komako,209_KC08_k_102.wav,komako,,0,,,,,,,,"That's not true... I don't want to have sex with you,\nuncle..." +395700 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,"But I want to! Because I love you, Komako- chan~! I love\nyou, love you so much. So, let me have sex!" +395800 ,,,,,2281000,,コマコ,Komako,209_KC08_k_103.wav,komako,,0,,,,,,,,"...Even if you say that, it's still no..." +395900 ,,,,,2281000,,,,,,,,,,,,,,,"I twirled my tongue around Komako-chan's nipple as she said\nthat while averting her eyes. Then, the entrance of her\npussy, which was touching my cock, twitched." +396000 ,,,,,2281000,,,,,,,,,,,,,,,"Feeling like I was being welcomed, I couldn't help but push\nmy glans in with a squish." +396200 ,,,,,2281010,,コマコ,Komako,209_KC08_k_104.wav,komako,,0,,,,,,,,!!! +396300 ,,,,,2281010,,,,,,,,,,,,,,,"Because Komako-chan flinched, it slipped out without going\nall the way in." +396400 ,,,,,2281010,,,,,,,,,,,,,,,"But my glans ended up sliding along her slit, rubbing her\nclit against the underside." +396500 ,,,,,2281010,,,,,,,,,,,,,,,A shiver of pleasure ran up my spine. +396600 ,,,,,2281010,,コマコ,Komako,209_KC08_k_105.wav,komako,,0,,,,,,,,"I said no, so why are you trying to have sex?" +396700 ,,,,,2281010,,,,,,,,,,,,,,,"Komako-chan looked flustered, flailing her legs." +396800 ,,,,,2281010,,,,,,,,,,,,,,,"Holding her legs firmly, I once again positioned my glans at\nKomako-chan's narrow but dripping wet entrance." +396900 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,"Because I love you~. Komako-chan, you'd be sad if Chi-chan\nrefused to have sex with you, right?" +397000 ,,,,,2281010,,コマコ,Komako,209_KC08_k_106.wav,komako,,0,,,,,,,,"That's true, but..." +397100 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,Don't you ask to have sex or try to make her want to have\nsex with you? +397200 ,,,,,2281000,,コマコ,Komako,209_KC08_k_107.wav,komako,,0,,,,,,,,"Uh, well, that's... I do... but, um... your thing is,\nwell..." +397300 ,,,,,2281000,,,,,,,,,,,,,,,"With a troubled expression, Komako-chan wiggled her butt\nback and forth, trying to escape from my cock." +397400 ,,,,,2281000,,,,,,,,,,,,,,,"But that movement only made it look like she was inviting\nme, which made me even more excited." +397500 ,,,,,2281000,,主人公,Kiyoshi,,,,,,,,,,,,"You want to have a baby, right? I want you to have my baby\ntoo, Komako-chan! I want to have sex!" +397600 ,,,,,2281010,,コマコ,Komako,209_KC08_k_108.wav,komako,,0,,,,,,,,"No... but, having a baby is a bit..." +397700 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, I'll compromise and hold back! I won't come inside!\nSo, let me have sex! Please~!" +397800 ,,,,,2281010,,コマコ,Komako,209_KC08_k_109.wav,komako,,0,,,,,,,,"Nn, ah... don't rub your cock like that..." +397900 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,"See, when I lick your nipples, you want to have sex too,\nright?" +398000 ,,,,,2281010,,コマコ,Komako,209_KC08_k_110.wav,komako,,0,,,,,,,,"Ah, nn, no... I just came earlier, so it feels really\nsensitive there... nn, my stomach feels all tingly..." +398100 ,,,,,2281010,,,,,,,,,,,,,,,"As I licked her nipples and teased her entrance with my\nglans, Komako-chan's resistance gradually weakened." +398200 ,,,,,2281010,,,,,,,,,,,,,,,"In fact, her pussy was twitching and sucking on my cock as\nif it was craving it." +398300 ,,,,,2281010,,コマコ,Komako,209_KC08_k_111.wav,komako,,0,,,,,,,,"Haa haa haa... you're unfair... you said we wouldn't have\nsex... but, nn... your cock..." +398400 ,,,,,2281010,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, it's all because I love you, Komako-chan! It's\ntrue!" +398500 ,,,,,2281010,,,,,,,,,,,,,,,"Finally, Komako-chan seemed to give in and stopped moving\nher hips." +398600 ,,,,,2281010,,,,,,,,,,,,,,,"Seizing the moment, I buried my glans inside with a squish." +398700 ,,,,,2281010,,,,,,,,,,,,,,,"This time, I thrust all the way in so it wouldn't slip out." +398900 ,,,,,2281020,,コマコ,Komako,209_KC08_k_112.wav,komako,,0,,,,,,,,Hyaaahhh!? +399000 ,,,,,2281020,,,,,,,,,,,,,,,"As I went deep inside, Komako-chan's hot, melting\nmarshmallow-like folds clung tightly around me." +399100 ,,,,,2281020,,,,,,,,,,,,,,,"It seemed like my cock was being warmly welcomed, as it was\nbeing sucked in tightly." +399200 ,,,,,2281020,,,,,,,,,,,,,,,"However, Komako-chan's face was pouting." +399300 ,,,,,2281020,,コマコ,Komako,209_KC08_k_113.wav,komako,,0,,,,,,,,"I told you no... You're such a liar, uncle. You broke your\npromise again..." +399400 ,,,,,2281020,,,,,,,,,,,,,,,She looked up at me with teary eyes. But she didn't call me\na jerk or an idiot like before. +399500 ,,,,,2281020,,,,,,,,,,,,,,,"So, I thought maybe Komako-chan didn't really hate it that\nmuch." +399600 ,,,,,2281020,,,,,,,,,,,,,,,"Besides, Komako-chan was being really gentle today." +399700 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,I'm sorry. I'll make sure this is the last time I break a\npromise and force myself on you. +399800 ,,,,,2281020,,コマコ,Komako,209_KC08_k_114.wav,komako,,0,,,,,,,,Really...? For sure? +399900 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"Really, really. But you know, it's because I love you,\nKomako-chan, that I end up doing this. Can you understand\nthat?" +400000 ,,,,,2281020,,コマコ,Komako,209_KC08_k_115.wav,komako,,0,,,,,,,,...I get it. Uncle is like a puppy who can't hold back when\nhe loves someone. +400100 ,,,,,2281020,,,,,,,,,,,,,,,"She said it with an exasperated tone, but just understanding\nwas enough for me." +400200 ,,,,,2281020,,,,,,,,,,,,,,,"I slowly moved my hips, whispering as I stimulated the\nsensitive spot on the upper part of her textured vagina." +400300 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,So... will you let me do this with you sometimes? I won't\nforce it. Okay? +400400 ,,,,,2281020,,コマコ,Komako,209_KC08_k_116.wav,komako,,0,,,,,,,,Nn... huh? Wh-what do you mean...? Why...? +400500 ,,,,,2281020,,,,,,,,,,,,,,,"As I teased her sensitive spot, Komako-chan furrowed her\nbrows." +400600 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"I'll keep helping you and Chii-chan, so... I want you to let\nme do this as a reward." +400700 ,,,,,2281020,,コマコ,Komako,209_KC08_k_117.wav,komako,,0,,,,,,,,"Nnn... ah, nn, that's weird... because Chii- chan is my\nlover..." +400800 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, so think of me as not your main partner, but your\nlover on the side." +400900 ,,,,,2281020,,コマコ,Komako,209_KC08_k_118.wav,komako,,0,,,,,,,,Lover on the side...? +401000 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"Someone you do it with besides the person you love the most.\nI'm fine being your lover on the side, Komako-chan." +401100 ,,,,,2281020,,,,,,,,,,,,,,,I still have the desire to have Komako-chan all to myself. +401200 ,,,,,2281020,,,,,,,,,,,,,,,"But more than that, as long as Komako-chan likes me and I\ncan be by her side, that's all that mattered." +401300 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"See? I'll make you feel good like this, so... let's do\nthings with me that you can't do with Chii-chan, okay?" +401400 ,,,,,2281020,,コマコ,Komako,209_KC08_k_119.wav,komako,,0,,,,,,,,Things I can't do with Chii-chan... +401500 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"With my cock, like this... making your pussy all wet... it\nfeels good, right?" +401600 ,,,,,2281020,,コマコ,Komako,209_KC08_k_120.wav,komako,,0,,,,,,,,Nnn... nnnnn... +401700 ,,,,,2281020,,,,,,,,,,,,,,,"Komako-chan bit her lip tightly, deep in thought." +401800 ,,,,,2281020,,,,,,,,,,,,,,,"But inside her pussy, it kept twitching, enjoying the\nstimulation of her depths and G-spot with my cock." +401900 ,,,,,2281020,,コマコ,Komako,209_KC08_k_121.wav,komako,,0,,,,,,,,"R-really, you won't force me to have sex? You won't cum\ninside my pussy...?" +402000 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"I won't! So please, let me have sex with you as a reward\nsometimes! Make me your lover on the side!" +402100 ,,,,,2281020,,,,,,,,,,,,,,,"Desperately pleading, I moved my cock deep inside her,\nstirring her inner walls to resonate with her womb." +402200 ,,,,,2281020,,,,,,,,,,,,,,,"Then, unable to resist, Komako-chan let out a sweet sigh and\nnodded." +402300 ,,,,,2281020,,コマコ,Komako,209_KC08_k_122.wav,komako,,0,,,,,,,,Nnn... nnn... o-okay. I'll make you my lover on the side... +402400 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,R-really!? +402500 ,,,,,2281020,,,,,,,,,,,,,,,This must be what it feels like to be on cloud nine. +402600 ,,,,,2281020,,,,,,,,,,,,,,,"I was so happy, so happy, that I felt like blood was rushing\nto my cock, making it swell even more than usual." +402700 ,,,,,2281020,,コマコ,Komako,209_KC08_k_123.wav,komako,,0,,,,,,,,!!! Your cock is getting bigger inside my stomach...? +402800 ,,,,,2281020,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you, Komako-chan! I'll make you feel really good!" +402900 ,,,,,2281020,,,,,,,,,,,,,,,"I grabbed Komako-chan's hips and began to thrust into her,\nembarking on our first time as lovers." +403100 ,,,,,2281030,,コマコ,Komako,209_KC08_k_124.wav,komako,,0,,,,,,,,Nnn... nnnnn! +403200 ,,,,,2281030,,,,,,,,,,,,,,,"First, slowly and thoroughly, just like before, I rub\nKomako-chan's sweet spots with the tip of my cock." +403300 ,,,,,2281030,,,,,,,,,,,,,,,"Now that it's come to this, I'll take my time and make\nKomako-chan melt with my cock." +403400 ,,,,,2281030,,,,,,,,,,,,,,,I want her to think that sex with me feels better than sex\nwith Chii-chan. +403500 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"How is it, Komako-chan? You really like it when I rub the\ntip of my cock here, don't you?" +403600 ,,,,,2281030,,コマコ,Komako,209_KC08_k_125.wav,komako,,0,,,,,,,,"Nn, nn... th-that's not... true... nnngh... at all..." +403700 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"Is that so? Every time it gets squishy here, Komako-chan's\npussy tightens around my cock." +403800 ,,,,,2281030,,コマコ,Komako,209_KC08_k_126.wav,komako,,0,,,,,,,,"I-I don't know... don't say such embarrassing things...\nnnngh, nnngh..." +403900 ,,,,,2281030,,,,,,,,,,,,,,,Komako-chan is trying so hard to hold back the pleasure. She\ndoesn't have to do that. +404000 ,,,,,2281030,,,,,,,,,,,,,,,"Maybe she's worried that if she feels too good with my cock,\nit'll be bad for Chii- chan?" +404100 ,,,,,2281030,,,,,,,,,,,,,,,No way! It's my cock that makes Komako-chan's pussy feel the\nbest! +404200 ,,,,,2281030,,コマコ,Komako,209_KC08_k_127.wav,komako,,0,,,,,,,,"Nnnngh!? Hiuu, why are you doing it so slowly... nnngh, it's\ngrinding against my stomach... nnngh" +404300 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"It's because I want to make you feel good, Komako-chan. This\nway, you can really feel how good it is when I rub my cock\nhere, right?" +404400 ,,,,,2281030,,コマコ,Komako,209_KC08_k_128.wav,komako,,0,,,,,,,,"I-I don't know... nnngh, I told you, it's not like that...\nnn, nmmuuuh" +404500 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"Hasn't Chii-chan ever played with you here or here? Your\nreactions are amazing, like you've been waiting for it." +404600 ,,,,,2281030,,,,,,,,,,,,,,,"When I stimulate her deep inside and her G-spot, Komako-\nchan's ass twitches." +404700 ,,,,,2281030,,,,,,,,,,,,,,,It's cute how she bites her lips tightly to hold back her\nvoice. +404800 ,,,,,2281030,,コマコ,Komako,209_KC08_k_129.wav,komako,,0,,,,,,,,"No... because, nnngh, Chii-chan doesn't really put her\nfingers in... and she can't reach deep inside..." +404900 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,I see... then I'm the only one who can make Komako-chan feel\ngood here and here. +405000 ,,,,,2281030,,コマコ,Komako,209_KC08_k_130.wav,komako,,0,,,,,,,,"Nnngh! Hiuu, nnngh... nnngh... don't say things like that...\nit's embarrassing... nnngh" +405100 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"Well, as your lover, I have to make sure you remember how\ngood I can make you feel." +405200 ,,,,,2281030,,,,,,,,,,,,,,,"I start thrusting rhythmically, pushing up." +405300 ,,,,,2281030,,,,,,,,,,,,,,,"As I part the sensitive folds of her vagina, each time the\ntip hits deep inside, Komako- chan bites her lips." +405400 ,,,,,2281030,,,,,,,,,,,,,,,But she can't completely suppress the lewd moans escaping\nfrom the corners of her mouth. +405500 ,,,,,2281030,,コマコ,Komako,209_KC08_k_131.wav,komako,,0,,,,,,,,"Nnngh, nnngh... I didn't say it feels good... nnngh..." +405600 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,Oh really? Then I have to make you feel even better so you\nremember how good my cock feels in your pussy. +405700 ,,,,,2281030,,コマコ,Komako,209_KC08_k_132.wav,komako,,0,,,,,,,,Eh? Huh...? +405800 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"I'll keep thrusting into your pussy, so you remember how\ngood my cock feels." +405900 ,,,,,2281030,,,,,,,,,,,,,,,"As he says this, he gradually increases the speed of his\nthrusts." +406000 ,,,,,2281030,,,,,,,,,,,,,,,"He moves in and out, stimulating the front wall of her\nvagina, pounding deep inside to shake her womb." +406100 ,,,,,2281030,,,,,,,,,,,,,,,Komako-chan's pussy tightens. It's as if it's trying to\nmemorize the shape of his cock. +406200 ,,,,,2281030,,コマコ,Komako,209_KC08_k_133.wav,komako,,0,,,,,,,,"Nnngh, nnngh... No, don't do that... nnngh..." +406300 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,"I don't want to force you, so you have to tell me you want\nto have sex with me." +406400 ,,,,,2281030,,コマコ,Komako,209_KC08_k_134.wav,komako,,0,,,,,,,,"Nnngh, I can't say that... nnngh... Chii- chan... um...\nnnngh" +406500 ,,,,,2281030,,主人公,Kiyoshi,,,,,,,,,,,,I want you to remember how good my cock feels so you'll want\nto have sex with me. +406600 ,,,,,2281040,,コマコ,Komako,209_KC08_k_135.wav,komako,,0,,,,,,,,"Nnngh, no... I won't remember... you're such a dummy..." +406800 ,,,,,2281040,,,,,,,,,,,,,,,"Even though she says that, Komako-chan's body is being\nhonest, starting to move her hips." +406900 ,,,,,2281040,,,,,,,,,,,,,,,"Her hips sway lewdly, pressing against the spots that feel\ngood." +407000 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,Oh? It seems like your pussy already remembers how good my\ncock feels. +407100 ,,,,,2281040,,コマコ,Komako,209_KC08_k_136.wav,komako,,0,,,,,,,,"Hiuu, that's not true... ah, hiuu... don't be too rough..." +407200 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"You're making such erotic sounds. I'm happy, let me hear\nmore." +407300 ,,,,,2281040,,コマコ,Komako,209_KC08_k_137.wav,komako,,0,,,,,,,,"Ahhh, no, no, haaah... it's embarrassing... it's\nembarrassing, why... hiii..." +407400 ,,,,,2281040,,,,,,,,,,,,,,,"Unable to withstand the persistent teasing, Komako-chan\nfinally started to let out lewd moans." +407500 ,,,,,2281040,,,,,,,,,,,,,,,"Once she started making sounds, it seemed impossible to hold\nback, and Komako-chan continued to moan shamelessly while\nswaying her hips." +407600 ,,,,,2281040,,コマコ,Komako,209_KC08_k_138.wav,komako,,0,,,,,,,,"Nnngh, faaah, so don't be rough... I said... no, it's\nreally..." +407700 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"Really, what?" +407800 ,,,,,2281040,,コマコ,Komako,209_KC08_k_139.wav,komako,,0,,,,,,,,"Really... hiii, hi, ahh, I'll remember... my place will\nremember how good your cock feels..." +407900 ,,,,,2281040,,,,,,,,,,,,,,,Hearing her say that just made me want to try even harder. +408000 ,,,,,2281040,,コマコ,Komako,209_KC08_k_140.wav,komako,,0,,,,,,,,"Ahhh, no? Why? Why are you being rough again... hiii, ah,\nreally..." +408100 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"Because I want Komako-chan to remember how good my cock\nfeels. Besides, haven't you already remembered?" +408200 ,,,,,2281040,,コマコ,Komako,209_KC08_k_141.wav,komako,,0,,,,,,,,"That's not... nnngh, ahh, that's not... hiii, ahh, no...\nhiii..." +408300 ,,,,,2281040,,,,,,,,,,,,,,,"To make stubborn Komako-chan understand, I stopped just as I\nwas about to pull out my cock." +408400 ,,,,,2281040,,,,,,,,,,,,,,,"Then only Komako-chan's butt moved lewdly, taking in the\ncock on her own and starting to devour it." +408500 ,,,,,2281040,,コマコ,Komako,209_KC08_k_142.wav,komako,,0,,,,,,,,"Nnngh, no, don't move..." +408600 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"I'm not moving. Right now, the only one moving is Komako-\nchan. Komako-chan is rubbing my cock against her pussy on\nher own." +408700 ,,,,,2281040,,コマコ,Komako,209_KC08_k_143.wav,komako,,0,,,,,,,,"N-no way... hiii, no, no way... faaah, ahh" +408800 ,,,,,2281040,,,,,,,,,,,,,,,"Komako-chan shook her head in denial, but her hips continued\nto sway lewdly against her words." +408900 ,,,,,2281040,,,,,,,,,,,,,,,"Her butt kept lifting up repeatedly, trying to press the\ncock against the spots that felt good." +409000 ,,,,,2281040,,,,,,,,,,,,,,,I felt incredibly happy to have Komako-chan stroking my cock\nwith her pussy like that. +409100 ,,,,,2281040,,コマコ,Komako,209_KC08_k_144.wav,komako,,0,,,,,,,,"No... nnngh... why? No... faaah, my body is moving on its\nown... my butt won't stop..." +409200 ,,,,,2281040,,,,,,,,,,,,,,,Komako-chan blushed deeply with embarrassment. +409300 ,,,,,2281040,,,,,,,,,,,,,,,"Even though she's writhing in shame, her pussy is lewdly\nseeking out the cock on its own, which is irresistibly\nerotic." +409400 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"See? You understand now, right? Komako- chan's pussy\nremembers how good it feels with my cock, doesn't it?" +409500 ,,,,,2281040,,コマコ,Komako,209_KC08_k_145.wav,komako,,0,,,,,,,,"Ahhh, nnngh... fuaa... n-no... that's so embarrassing...\nit's too embarrassing... why..." +409600 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"It's because Komako-chan is a naughty girl. Right, a girl\nlike that wouldn't be satisfied with just Chi-chan, would\nshe?" +409700 ,,,,,2281040,,コマコ,Komako,209_KC08_k_146.wav,komako,,0,,,,,,,,Hyaa... t-that's not... I'm not that much of a naughty\ngirl... nnnngh... faaah +409800 ,,,,,2281040,,主人公,Kiyoshi,,,,,,,,,,,,"Then what about that butt that's moving back and forth?\nKomako-chan is shaking her hips like a puppy, isn't she?" +409900 ,,,,,2281040,,コマコ,Komako,209_KC08_k_147.wav,komako,,0,,,,,,,,Uuu... +410000 ,,,,,2281040,,,,,,,,,,,,,,,"Even with teary eyes, Komako-chan continued to shake her\nbutt." +410100 ,,,,,2281040,,,,,,,,,,,,,,,"I couldn't hold back any longer, so I started moving my hips\nagain, pounding into Komako- chan." +410200 ,,,,,2281050,,コマコ,Komako,209_KC08_k_148.wav,komako,,0,,,,,,,,"Hyaaah, a-again... nnngh, nooo, it's too much, it's coming,\nthe cock is echoing in my stomach..." +410400 ,,,,,2281050,,,,,,,,,,,,,,,"As her pussy tightened around me, Komako-chan arched her\nback." +410500 ,,,,,2281050,,,,,,,,,,,,,,,"I whispered in her ear, as if brainwashing her, while\nimprinting the taste of my cock into her pussy." +410600 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, even if you're a naughty girl who loves cock, I\nstill love you, Komako-chan." +410700 ,,,,,2281050,,コマコ,Komako,209_KC08_k_149.wav,komako,,0,,,,,,,,"Hyuuh, nnngh... don't say that... faaah, don't say it, don't\nthrust... if you do it any more..." +410800 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay to come from the cock, you know? From now on, I'll\nmake sure to make Komako- chan come with my cock anytime you\nwant." +410900 ,,,,,2281050,,コマコ,Komako,209_KC08_k_150.wav,komako,,0,,,,,,,,"Ah, nnngh... anytime...? Hyuuh... ahh, nnngh, this,\nanytime... faaah... that's..." +411000 ,,,,,2281050,,,,,,,,,,,,,,,Komako-chan's eyes became more and more dazed as she was\nthrust deep inside with the cock. Her slightly ahegao face\nwas incredibly erotic and cute. +411100 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"So, say that my cock feels good, okay? Please? Think of it\nas an apology for yesterday... please." +411200 ,,,,,2281050,,,,,,,,,,,,,,,I whispered to Komako-chan to lower the hurdle for her to\nsay it. +411300 ,,,,,2281050,,,,,,,,,,,,,,,"Komako-chan bit her lip as if she was hesitating, but after\nbeing thrust deep a few more times, she opened her mouth as\nif overwhelmed." +411400 ,,,,,2281050,,コマコ,Komako,209_KC08_k_151.wav,komako,,0,,,,,,,,"Ah... nnngh, oji-san's cock feels good..." +411500 ,,,,,2281050,,,,,,,,,,,,,,,"At that moment, I heard the sound of reason snapping." +411600 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"Ahhhh, Komako-chan, you're so cute, you're the best, I love\nyou!" +411700 ,,,,,2281050,,,,,,,,,,,,,,,"I grabbed her small butt, shook her slender body, and thrust\nin and out vigorously." +411800 ,,,,,2281050,,,,,,,,,,,,,,,"The menstrual blood and love juices mixed together, foaming\nat the point of union." +411900 ,,,,,2281050,,,,,,,,,,,,,,,"The lewd, sticky sound echoed throughout the room." +412000 ,,,,,2281050,,コマコ,Komako,209_KC08_k_152.wav,komako,,0,,,,,,,,"Faaahhh, nnngh, hyaaah, it's intense, it's too intense,\nnooo, if you do it like that..." +412100 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, I'm sorry, but I can't stop anymore!" +412200 ,,,,,2281050,,コマコ,Komako,209_KC08_k_153.wav,komako,,0,,,,,,,,I can't hold it anymore... it feels so good... oji-san's\ncock feels so good! +412300 ,,,,,2281050,,,,,,,,,,,,,,,It seemed that Komako-chan couldn't hold back either. +412400 ,,,,,2281050,,,,,,,,,,,,,,,"Even without me prompting her, Komako-chan conveyed her\npleasure." +412500 ,,,,,2281050,,コマコ,Komako,209_KC08_k_154.wav,komako,,0,,,,,,,,"I can't... nnngh, my voice, my butt, I can't hold back...\nnnngh, oji-san's cock feels so good." +412600 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,R-really? +412700 ,,,,,2281050,,コマコ,Komako,209_KC08_k_155.wav,komako,,0,,,,,,,,"Nnngh... faaah, I've learned it... my pussy has learned\nit..." +412800 ,,,,,2281050,,,,,,,,,,,,,,,"Komako-chan's pussy moved as if writhing, wrapping around my\ncock as if urging me to ejaculate." +412900 ,,,,,2281050,,,,,,,,,,,,,,,"With Komako-chan honestly saying that my cock feels good, my\nexcitement skyrocketed." +413000 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, remember it all... oji-san will have sex with you\nanytime! I want to!" +413100 ,,,,,2281050,,コマコ,Komako,209_KC08_k_156.wav,komako,,0,,,,,,,,"Nnngh... faaah, y-yeah... I understand, I understand...\nnnngh, ahhh, I, I... already..." +413200 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"Are you about to come? It's okay to come, you know?" +413300 ,,,,,2281050,,,,,,,,,,,,,,,"But it seemed that coming from the cock was still\nembarrassing for her, as Komako-chan showed signs of holding\nback as usual." +413400 ,,,,,2281050,,,,,,,,,,,,,,,"Of course, when she makes that face, it just makes me want\nto make her come even more, so I thrust even harder." +413500 ,,,,,2281050,,,,,,,,,,,,,,,I want to ejaculate too. +413600 ,,,,,2281050,,コマコ,Komako,209_KC08_k_157.wav,komako,,0,,,,,,,,"Faaahhh, nooo, if I come from the cock, it'll really...\nreally become a habit... cock sex will become a habit..." +413700 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine if it does! No, let it become one!" +413800 ,,,,,2281050,,コマコ,Komako,209_KC08_k_158.wav,komako,,0,,,,,,,,"Ah, hnnngh, ahhh, no, that way of moving, nooo, faaahhh!" +413900 ,,,,,2281050,,,,,,,,,,,,,,,"Komako-chan's favorite, the dynamic stroke that rubs up\nagainst her G-spot and thrusts deep to resonate with her\nwomb." +414000 ,,,,,2281050,,,,,,,,,,,,,,,"When I do this, the roughness of her vaginal walls rubs\nagainst my glans, making it feel incredibly good." +414100 ,,,,,2281050,,,,,,,,,,,,,,,The glans thrust deep inside is tightly squeezed by the\nnarrow mucous membrane. +414200 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, oji-san is coming too... come on, come! Come from\nthe cock!" +414300 ,,,,,2281050,,コマコ,Komako,209_KC08_k_159.wav,komako,,0,,,,,,,,"Ah, ahhh, ahhh, nooo, I'm coming! I'm coming from the cock!" +414400 ,,,,,2281050,,,,,,,,,,,,,,,Komako-chan's whole body trembles violently as she climaxes. +414500 ,,,,,2281050,,,,,,,,,,,,,,,"At the same time, I also reach my peak." +414600 ,"$fset %ninshin%,0",,,,2281050,,,,,,,,,,,,,,, +414700 ,$menu_begin,,,,2281050,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Cum inside,sel_1a",,,,2281050,,,,,,,,,,,,,,,■@ Come inside +↓,"$menu_item 1,Cum outside,sel_1b",,,,2281050,,,,,,,,,,,,,,,■A Come outside +↓,$menu_end,,,,2281050,,,,,,,,,,,,,,, +414800 ,*sel_1a,,,,2281050,,,,,,,,,,,,,,,■@ Come inside +414900 ,"$fset %ninshin%,1",,,,2281050,,,,,,,,,,,,,,, +415100 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm coming, I'm coming, Komako-chan!" +415200 ,,,,,2281060,,,,,,,,,,,,,,,Bubururururururururu! +415300 ,,,,,2281060,,コマコ,Komako,209_KC08_k_160.wav,komako,,0,,,,,,,,"Hnnngh! Nooo, i-inside...!? It's coming inside!?" +415400 ,,,,,2281060,,,,,,,,,,,,,,,"In such a state, there was no way I could pull out, and I\nejaculated while still deep inside Komako-chan." +415500 ,,,,,2281060,,,,,,,,,,,,,,,"As I continue to ejaculate into her sensitive pussy, Komako-\nchan writhes even more." +415600 ,,,,,2281060,,コマコ,Komako,209_KC08_k_161.wav,komako,,0,,,,,,,,"Nooo, I'll get pregnant! No, I can't...!" +415700 ,,,,,2281060,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, I'm sorry. It just felt too good inside you,\nKomako-chan." +415800 ,,,,,2281060,,コマコ,Komako,209_KC08_k_162.wav,komako,,0,,,,,,,,"Hnnngh, it's so hot, the semen is so hot, it feels so good\nbeing filled up..." +415900 ,,,,,2281060,,,,,,,,,,,,,,,"Just like before, Komako-chan's ass trembles as she welcomes\nmy cock deeper inside." +416000 ,,,,,2281060,,,,,,,,,,,,,,,"Moreover, the depths of Komako-chan's vagina clings to my\ncock, as if craving more semen." +416100 ,,,,,2281060,,コマコ,Komako,209_KC08_k_163.wav,komako,,0,,,,,,,,"I'm cumming... not just from the cock, but from the semen\ntoo..." +416200 ,,,,,2281060,,,,,,,,,,,,,,,Splat! +416300 ,,,,,2281060,,,,,,,,,,,,,,,"Komako-chan kept moving her hips until I finished\nejaculating, squeezing out every last drop from my cock." +416500 ,,,,,2281070,,コマコ,Komako,209_KC08_k_164.wav,komako,,0,,,,,,,,Ah... I'm... hnnngh... ruined... +416600 ,,,,,2281070,,,,,,,,,,,,,,,"As my cock slipped out of her pussy after finishing, Komako-\nchan said that." +416700 ,,,,,2281070,,,,,,,,,,,,,,,"With a lewd sound, semen overflowed from her entrance." +416800 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,What do you mean by ruined? +416900 ,,,,,2281070,,コマコ,Komako,209_KC08_k_165.wav,komako,,0,,,,,,,,"Well... even though Chi-chan is here, I felt so good with\nyour cock..." +417000 ,,,,,2281070,,,,,,,,,,,,,,,"Komako-chan furrows her brows slightly, looking a bit\ntroubled." +417100 ,,,,,2281070,,コマコ,Komako,209_KC08_k_166.wav,komako,,0,,,,,,,,"And... even though you said you wouldn't come inside, you\ndid. What if I get pregnant...?" +417200 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,I-I'm sorry. +417300 ,,,,,2281070,,コマコ,Komako,209_KC08_k_167.wav,komako,,0,,,,,,,,"Sorry isn't enough. What are you going to do? Well, I guess\nit's not your fault since you're like an uncontrollable\npuppy..." +417400 ,,,,,2281070,,,,,,,,,,,,,,,...Phew. It seems she's not angry about the fact that I came\ninside. +417500 ,,,,,2281070,,,,,,,,,,,,,,,"Or rather, she seems to think it can't be helped." +417600 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,"If a baby comes, I'll take full responsibility and raise it.\nAfter all, it's a baby with my beloved Komako-chan." +417700 ,,,,,2281070,,コマコ,Komako,209_KC08_k_168.wav,komako,,0,,,,,,,,Eh...? +417800 ,,,,,2281070,,,,,,,,,,,,,,,"When I said that firmly, Komako-chan looked dumbfounded." +417900 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,"I'm Komako-chan's lover, so if you ever want to have sex\ninside, just let me know anytime!" +418000 ,,,,,2281070,,コマコ,Komako,209_KC08_k_169.wav,komako,,0,,,,,,,,............ +418100 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,"Leave everything about the baby to me, Komako-chan. You just\nneed to feel good..." +418200 ,,,,,2281070,,,,,,,,,,,,,,,I said that while lightly rubbing the semen into her vagina\nwith my finger. +418300 ,,,,,2281070,,,,,,,,,,,,,,,Komako-chan reacted with a twitch. +418400 ,,,,,2281070,,,,,,,,,,,,,,,Komako-chan let out a big sigh. +418500 ,,,,,2281070,,コマコ,Komako,209_KC08_k_170.wav,komako,,0,,,,,,,,"...F-Fine. I understand. I'll tell you when I want to. But\nno forcing, okay?" +418600 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I understand!" +418700 ,,,,,2281070,,,,,,,,,,,,,,,"Those words alone are enough. And seeing her reaction now,\nit seems like she'll let me sometimes." +418800 ,,,,,2281070,,,,,,,,,,,,,,,I'm already happy just being allowed to be her lover. +418900 ,,,,,2281070,,主人公,Kiyoshi,,,,,,,,,,,,"I love you, Komako-chan!" +419000 ,,,,,2281070,,,,,,,,,,,,,,,I hugged her tightly and rubbed my cheek against hers. +419100 ,,,,,2281070,,,,,,,,,,,,,,,Komako-chan smiled wryly and patted my head. +419200 ,,,,,2281070,,コマコ,Komako,209_KC08_k_171.wav,komako,,0,,,,,,,,"...I like you too, old man. Just a little bit, though." +419300 ,,,,,2281070,,,,,,,,,,,,,,,She said while smiling. +419400 ,$go join_1,,,,,,,,,,,,,,,,,,,■To the reunion +419500 ,*sel_1b,,,,,,,,,,,,,,,,,,,■AFinish outside +419600 ,,,,,2281050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to cum, Komako-chan, I'm going to cum!" +419800 ,,,,,2281050,,,,,,,,,,,,,,,"Just before climaxing, I pulled my cock out of Komako-chan." +419900 ,,,,,2281071,,,,,,,,,,,,,,,"Splat, splat, splat!" +420000 ,,,,,2281071,,コマコ,Komako,209_KC08_k_172.wav,komako,,0,,,,,,,,"Ahh, it's hot... ahh..." +420100 ,,,,,2281071,,,,,,,,,,,,,,,Thick semen splattered all over Komako-chan's stomach. +420200 ,,,,,2281071,,,,,,,,,,,,,,,"It felt like a symbol of our lover's contract, making my\nheart race." +420300 ,,,,,2281071,,コマコ,Komako,209_KC08_k_173.wav,komako,,0,,,,,,,,"Hah, hah, hah... wow... that's a lot..." +420400 ,,,,,2281071,,,,,,,,,,,,,,,"Komako-chan looked up at my cock, still spurting semen\nintermittently, with a somewhat dazed expression." +420500 ,,,,,2281071,,,,,,,,,,,,,,,"Her expression was a bit different from before, making my\nheart race." +420600 ,,,,,2281071,,,,,,,,,,,,,,,"With that look on her face, Komako-chan glanced at me." +420700 ,,,,,2281071,,コマコ,Komako,209_KC08_k_174.wav,komako,,0,,,,,,,,Hmm... you kept your promise and didn't cum inside my pussy. +420800 ,,,,,2281071,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah, because I promised..." +420900 ,,,,,2281071,,,,,,,,,,,,,,,I thought I had to at least keep the promise not to cum\ninside. I didn't want to break it and lose the chance to\nhave sex with her. +421000 ,,,,,2281071,,コマコ,Komako,209_KC08_k_175.wav,komako,,0,,,,,,,,"Good boy, good boy." +421100 ,,,,,2281071,,,,,,,,,,,,,,,Komako-chan reached out and gently patted my head. Just that\nmade me feel glad I held back and came outside. +421200 ,,,,,2281071,,,,,,,,,,,,,,,"Yeah, maybe someday, while continuing as lovers, I'll be\nallowed to cum inside!" +421300 ,,,,,2281071,,主人公,Kiyoshi,,,,,,,,,,,,Hey? Hey? Did it feel good? +421400 ,,,,,2281071,,,,,,,,,,,,,,,"So, to secure the next chance, I asked Komako-chan, who was\npanting after climaxing." +421500 ,,,,,2281071,,,,,,,,,,,,,,,"Surprisingly, Komako-chan nodded honestly." +421600 ,,,,,2281071,,コマコ,Komako,209_KC08_k_176.wav,komako,,0,,,,,,,,"...Well, yeah. You kept your promise too." +421700 ,,,,,2281071,,主人公,Kiyoshi,,,,,,,,,,,,"So, will you let me have sex with you from time to time as\nyour lover?" +421800 ,,,,,2281071,,コマコ,Komako,209_KC08_k_177.wav,komako,,0,,,,,,,,"Sure, as long as you promise not to force it or cum inside." +421900 ,,,,,2281071,,主人公,Kiyoshi,,,,,,,,,,,,I promise! I promise! +422000 ,,,,,2281071,,コマコ,Komako,209_KC08_k_178.wav,komako,,0,,,,,,,,"Well then, let's continue as lovers." +422100 ,,,,,2281071,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! +422200 ,,,,,2281071,,,,,,,,,,,,,,,Hearing that from Komako-chan made me feel like I was on\ncloud nine. +422300 ,,,,,2281071,,,,,,,,,,,,,,,"Just those words were enough. And judging by her reaction,\nit seems like I'll get to do it from time to time." +422400 ,,,,,2281071,,,,,,,,,,,,,,,I'm already happy just being allowed to be her lover. +422500 ,,,,,2281071,,主人公,Kiyoshi,,,,,,,,,,,,"I love you, Komako-chan!" +422600 ,,,,,2281071,,,,,,,,,,,,,,,I hugged her tightly and rubbed my cheek against hers. +422700 ,,,,,2281071,,,,,,,,,,,,,,,Komako-chan smiled wryly and patted my head. +422800 ,,,,,2281071,,コマコ,Komako,209_KC08_k_179.wav,komako,,0,,,,,,,,"...I like you too, old man. Just a little bit, though." +422900 ,,,,,2281071,,,,,,,,,,,,,,,"She said, while smiling." +423100 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +423200 ,$event_return,,,,,,,,,,,,,,,,,,, +423400 ,,,0,9000,,,,,,,,,,,,,,,, +423600 ,@komako_branch,,,,,,,,,,,,,,,,,,,Komako Route Branch +423700 ,"$fset %jump%,%ninshin%",,,,,,,,,,,,,,,,,,, +423800 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,ノーマルEND,210_KE00",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,妊娠END,211_KE01",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +424100 ,@210_KE00,,,,,,,,,,,,,,,,,,, +424400 ,,,3,31,,,,,,,,,,,,,,,,It's been a while since I became Komako- chan's 'lover'. +424500 ,,,,,,,千恵,Chie,210_KE00_c_000.wav,"chie,privateC",,22,,,,,,,,"Koma-chan, shall we touch each other again tomorrow?" +424600 ,,,,,,,コマコ,Komako,210_KE00_k_000.wav,chie,,22,"komako,privateB",,2,,,,,"Yeah, let's do it, Chii-chan." +424700 ,,,,,,,,,,chie,,22,komako,,2,,,,,The relationship between Komako-chan and Chii-chan remains\nunchanged. +424800 ,,,,,,,,,,,,,,,,,,,,But there's something that's changed just a little. And that\nis―― +425000 ,,,,,,,コマコ,Komako,210_KE00_k_001.wav,"komako,privateB",,0,,,,,,,,"Thank you for letting me be alone with Chii- chan again\ntoday, old man." +425100 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,,,,,You're welcome. +425200 ,,,,,,,,,,komako,,0,,,,,,,,"After Komako-chan and Chii-chan have their fun, she always\nthanks me like this." +425300 ,,,,,,,コマコ,Komako,210_KE00_k_002.wav,komako,,21,,,,,,,,"You've been a good boy, so I'll give you a reward. What do\nyou want?" +425400 ,,,,,,,,,,komako,,21,,,,,,,,And it comes with a head pat as a bonus. +425500 ,,,,,,,,,,komako,,21,,,,,,,,"Sure, I still get a bit jealous of Chii-chan, but when\nKomako-chan pats my head, it all disappears." +425600 ,,,,,,,,,,komako,,21,,,,,,,,"Plus, I get to do and receive various things!" +425700 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,,,,,I want to have sex! +425800 ,,,,,,,コマコ,Komako,210_KE00_k_003.wav,"komakoL,privateB",,33,,,,,,,,Not today. +425900 ,,,,,,,主人公,Kiyoshi,,komakoL,,33,,,,,,,,Aww... +426000 ,,,,,,,,,,komakoL,,33,,,,,,,,"Komako-chan started to gently explain to me, as if talking\nto a child." +426100 ,,,,,,,,,,komakoL,,33,,,,,,,,Even though I'm supposed to be much older than Komako-chan. +426200 ,,,,,,,コマコ,Komako,210_KE00_k_004.wav,komakoL,,13,,,,,,,,"You see, today is a day when it's easy to make a baby, so\nno." +426300 ,,,,,,,主人公,Kiyoshi,,komakoL,,13,,,,,,,,What?! +426400 ,,,,,,,,,,komakoL,,13,,,,,,,,"Could it be her ovulation day? Hearing that makes me want to\ndo it even more... but if I force it, our lover contract\nmight end, so I hold back." +426500 ,,,,,,,,,,komakoL,,13,,,,,,,,"Since her period started, Komako-chan has become strict\nabout that." +426600 ,,,,,,,,,,komakoL,,13,,,,,,,,"Even when she lets me have sex, she insists on using a\ncondom. It seems she's been learning a lot." +426700 ,,,,,,,コマコ,Komako,210_KE00_k_005.wav,komako,,6,,,,,,,,Anything other than putting it in my vagina is fine. What do\nyou want? +426800 ,,,,,,,主人公,Kiyoshi,,komako,,6,,,,,,,,Hmm... +426900 ,,,,,,,,,,komako,,6,,,,,,,,"I think for a moment. As I glance towards the store, I\nnotice a small cup of instant noodles." +427000 ,,,,,,,,,,komako,,6,,,,,,,,It's the one with the raccoon mascot. +427100 ,,,15,,,,,,,komako,,6,,,,,,,,"Ah, that's it!" +427200 ,,,,,,,,,,komako,,6,,,,,,,,I suddenly get an idea and grab the mini cup noodles. I open\nthe lid in front of a puzzled Komako-chan. +427300 ,,,,,,,コマコ,Komako,210_KE00_k_006.wav,komako,,3,,,,,,,,Tanumen? What's up? Are you hungry? +427400 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,,,,,"Yeah! So, I want you to pour your pee on this and make it\nfor me!" +427500 ,,,,,,,コマコ,Komako,210_KE00_k_007.wav,komako,,24,,,,,,,,Huh? +427600 ,,,,,,,,,,komako,,24,,,,,,,,Komako-chan's eyes widen in surprise. I point at the Tanumen\nagain and explain. +427700 ,,,,,,,主人公,Kiyoshi,,komako,,24,,,,,,,,"So, I want you to pour your pee on these noodles. I want to\neat Komako-chan's pee ramen." +427800 ,,,,,,,コマコ,Komako,210_KE00_k_008.wav,komako,,31,,,,,,,,Th-that's dirty. And you shouldn't play with food. +427900 ,,,,,,,,,,komako,,31,,,,,,,,"Komako-chan hesitates, as expected." +428000 ,,,,,,,,,,komako,,31,,,,,,,,"But if I were to give up here, I wouldn't be doing this\nlover thing in the first place. I place the Tanumen on the\ntable and bow deeply." +428100 ,,,,,,,主人公,Kiyoshi,,komako,,31,,,,,,,,Please! I'll behave today and not ask for sex! I'll use a\ncondom next time too! Just let me eat pee ramen! +428200 ,,,,,,,コマコ,Komako,210_KE00_k_009.wav,komako,,14,,,,,,,,But... +428300 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"You said you'd give me a reward, right? I love Komako-chan,\nso I want to eat anything from you, even pee!" +428400 ,,,,,,,,,,komako,,14,,,,,,,,"As I plead, Komako-chan sighs above my head." +428500 ,,,,,,,,,,komako,,14,,,,,,,,"Oh, yes! That's a sign of approval!" +428600 ,,,,,,,コマコ,Komako,210_KE00_k_010.wav,komako,,12,,,,,,,,"Geez... You're really hopeless, aren't you? Fine, okay." +428700 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,,,,,Yay! +428800 ,,,,,,,コマコ,Komako,210_KE00_k_011.wav,komako,,13,,,,,,,,"But if I pee here, it'll make a mess in the room, so can I\ndo it in the bathroom?" +428900 ,,,,,,,主人公,Kiyoshi,,komako,,13,,,,,,,,"Eh? It's a reward, so I want to see you pee! Come on, no one\ncan see us, so why not do it in the yard?" +429000 ,,,,,,,コマコ,Komako,210_KE00_k_012.wav,komako,,33,,,,,,,,The yard... hmm... +429100 ,,,,,,,,,,komako,,33,,,,,,,,"Komako-chan thought for a moment, but then nodded rather\neasily." +429200 ,,,,,,,コマコ,Komako,210_KE00_k_013.wav,komako,,12,,,,,,,,"Alright, I understand." +429300 ,,,,,,,,,,komako,,12,,,,,,,,"Well, it's not the first time I've seen Komako-chan pee, and\ncountry kids often pee in the bushes around here." +429400 ,,,,,,,主人公,Kiyoshi,,komako,,12,,,,,,,,"Yay! Let's go, let's go right away, let's do it!" +429500 ,,,,,,,,,,komako,,12,,,,,,,,"Holding the Tanumen in one hand, I eagerly pull Komako-\nchan's hand with the other." +429600 ,,,,,,,コマコ,Komako,210_KE00_k_014.wav,komakoL,,12,,,,,,,,"Uncle, you're so excited, like a puppy before a walk..." +429700 ,,,,,,,,,,komakoL,,12,,,,,,,,Komako-chan muttered in exasperation as she followed along. +429900 ,,,,,2400000,,,,,,,,,,,,,,, +430000 ,*mem,,,,2400000,,,,,,,,,,,,,,, +430100 ,,,15,,2400000,,主人公,Kiyoshi,,,,,,,,,,,,"It'd be a waste if it spills, so I'll help you out." +430200 ,,,,,2400000,,,,,,,,,,,,,,,"When we reached the yard, I took off Komako- chan's pants\nand panties, lifting her up like a baby to pee." +430300 ,,,,,2400000,,,,,,,,,,,,,,,It's the so-called pee-pee pose. +430400 ,,,,,2400000,,コマコ,Komako,210_KE00_k_015.wav,komako,,0,,,,,,,,"Ah... this position is embarrassing. I can do it by myself,\nso put me down." +430500 ,,,,,2400000,,,,,,,,,,,,,,,Komako-chan blushed with embarrassment. +430600 ,,,,,2400000,,,,,,,,,,,,,,,"But since I'm having Komako-chan pee, it would be a waste to\njust watch." +430700 ,,,,,2400000,,主人公,Kiyoshi,,,,,,,,,,,,"Komako-chan, can you manage to pee in a cup without spilling\nduring a urine test?" +430800 ,,,,,2400000,,,,,,,,,,,,,,,"Trying to convince her, I asked, and Komako- chan shook her\nhead side to side." +430900 ,,,,,2400000,,コマコ,Komako,210_KE00_k_016.wav,komako,,0,,,,,,,,It's a bit difficult... sometimes it gets on my hand or\nspills... +431000 ,,,,,2400000,,主人公,Kiyoshi,,,,,,,,,,,,I thought so. +431100 ,,,,,2400000,,,,,,,,,,,,,,,"Unlike guys with a steady hose, it seems difficult for girls\nto collect urine for a test, so it was good to ask." +431200 ,,,,,2400000,,,,,,,,,,,,,,,"Adjusting Komako-chan's body towards the position of the\nTanumen cup, I spoke to her slowly." +431300 ,,,,,2400000,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, since we're at it, I don't want to waste Komako-chan's\npee. You understand, right? It's a reward from someone I\nlike." +431400 ,,,,,2400000,,コマコ,Komako,210_KE00_k_017.wav,komako,,0,,,,,,,,"Hmm... well, I guess I understand... maybe?" +431500 ,,,,,2400000,,主人公,Kiyoshi,,,,,,,,,,,,"So, can I help you so it doesn't spill?" +431600 ,,,,,2400010,,コマコ,Komako,210_KE00_k_018.wav,komako,,0,,,,,,,,"That's, um, well..." +431800 ,,,,,2400010,,,,,,,,,,,,,,,"Komako-chan looked troubled, as if this was a different\nmatter." +431900 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, if we do it this way, I can see where Komako-chan's\npee comes out perfectly. It's a reward, so let me enjoy it." +432000 ,,,,,2400010,,コマコ,Komako,210_KE00_k_019.wav,komako,,0,,,,,,,,Even if you say that... it's embarrassing. Put me down! +432100 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, really? Is this position that embarrassing?" +432200 ,,,,,2400010,,コマコ,Komako,210_KE00_k_020.wav,komako,,0,,,,,,,,"It's embarrassing! Because it's like... like a baby, and,\num, my... my vagina is completely visible." +432300 ,,,,,2400010,,,,,,,,,,,,,,,"Yes, although there's a wall so it's not visible from\noutside, this M-shaped pose facing the garden is very lewd." +432400 ,,,,,2400010,,,,,,,,,,,,,,,"After eating the Tanumen with Komako-chan's pee, I plan to\nremember this pose and masturbate." +432500 ,,,,,2400010,,コマコ,Komako,210_KE00_k_021.wav,komako,,0,,,,,,,,I can't pee in such an embarrassing position... +432600 ,,,,,2400010,,,,,,,,,,,,,,,Komako-chan was being stubborn and reluctant. +432700 ,,,,,2400010,,,,,,,,,,,,,,,"But I'm also holding back a lot, so I want Komako-chan to\nindulge me a little." +432800 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"If you can't do it, should I help you?" +432900 ,,,,,2400010,,,,,,,,,,,,,,,"Saying that, I reached out and gently rubbed Komako-chan's\nurethra." +433000 ,,,,,2400010,,,,,,,,,,,,,,,Komako-chan's body jerked violently. +433100 ,,,,,2400010,,コマコ,Komako,210_KE00_k_022.wav,komako,,0,,,,,,,,"Ahh! No, don't touch me there!" +433200 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"But if you make too much noise, the neighbors will find out\nthat Komako-chan is trying to pee in the garden." +433300 ,,,,,2400010,,,,,,,,,,,,,,,"Hearing that, Komako-chan turned even redder." +433400 ,,,,,2400010,,コマコ,Komako,210_KE00_k_023.wav,komako,,0,,,,,,,,That's not okay... +433500 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"Then, let's hurry and pee, okay?" +433600 ,,,,,2400020,,コマコ,Komako,210_KE00_k_024.wav,komako,,0,,,,,,,,Alright... I'll try my best... nngh +433800 ,,,,,2400020,,,,,,,,,,,,,,,"Komako-chan started to tense her stomach, trying to pee." +433900 ,,,,,2400020,,,,,,,,,,,,,,,Her inner thighs were trembling. +434000 ,,,,,2400020,,,,,,,,,,,,,,,But the pee didn't come out. +434100 ,,,,,2400020,,主人公,Kiyoshi,,,,,,,,,,,,"Huh? It's not coming out, is it?" +434200 ,,,,,2400020,,コマコ,Komako,210_KE00_k_025.wav,komako,,0,,,,,,,,"It doesn't come out that quickly... Don't stare too much,\nit's embarrassing..." +434300 ,,,,,2400020,,主人公,Kiyoshi,,,,,,,,,,,,"Well, watching is part of the reward, so I want to see it\nproperly." +434400 ,,,,,2400020,,コマコ,Komako,210_KE00_k_026.wav,komako,,0,,,,,,,,"But if you watch too much, it makes me even more embarrassed\nand I can't do it..." +434500 ,,,,,2400020,,,,,,,,,,,,,,,"Since her legs were spread wide, I could clearly see her\nslit, clit, and urethra." +434600 ,,,,,2400020,,,,,,,,,,,,,,,Both moved cutely every time Komako-chan tensed her stomach. +434700 ,,,,,2400020,,,,,,,,,,,,,,,But the pee still didn't come out. +434800 ,,,,,2400020,,コマコ,Komako,210_KE00_k_027.wav,komako,,0,,,,,,,,"Nngh... It still won't come out. Hey, can't I give you a\ndifferent reward?" +434900 ,,,,,2400020,,主人公,Kiyoshi,,,,,,,,,,,,Nope. I've already decided to eat Tanumen with Komako-chan's\npee today. +435000 ,,,,,2400020,,コマコ,Komako,210_KE00_k_028.wav,komako,,0,,,,,,,,Nngh... But it still won't come out... +435100 ,,,,,2400020,,,,,,,,,,,,,,,"Komako-chan was trying hard to pee, making her clit and\nurethra twitch repeatedly." +435200 ,,,,,2400020,,,,,,,,,,,,,,,I couldn't resist her earnest effort and reached out my\nhand. +435400 ,,,,,2400010,,コマコ,Komako,210_KE00_k_029.wav,komako,,0,,,,,,,,"Hyuuh... Mister, don't touch my pee hole... It's\nembarrassing." +435500 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"But Komako-chan, you're having trouble peeing, right? So I\nthought I'd help you." +435600 ,,,,,2400010,,コマコ,Komako,210_KE00_k_030.wav,komako,,0,,,,,,,,"Nnngh... No, I don't need it, I can do it by myself..." +435700 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,Really? +435800 ,,,,,2400020,,コマコ,Komako,210_KE00_k_031.wav,komako,,0,,,,,,,,"I really can... Ah, nnngh, so don't touch my pee hole or my\nclit... Nnngh..." +435900 ,,,,,2400020,,,,,,,,,,,,,,,"I didn't want to be disliked for being too forceful, so I\nquietly withdrew my hand." +436000 ,,,,,2400020,,,,,,,,,,,,,,,The urethra I had been gently stimulating to encourage her\nto pee was twitching. +436100 ,,,,,2400020,,,,,,,,,,,,,,,"Right above it, her clit was peeking out from its hood. It\nseemed to have gotten erect from being touched." +436200 ,,,,,2400010,,コマコ,Komako,210_KE00_k_032.wav,komako,,0,,,,,,,,"Haa haa... You're such a dummy, mister. I said we wouldn't\ndo anything naughty today, so don't touch me there." +436300 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,It's not naughty. I'm just helping with the peeing. Or did\nyou get in the mood for something naughty? +436400 ,,,,,2400020,,コマコ,Komako,210_KE00_k_033.wav,komako,,0,,,,,,,,"...N-No, that's not it. Just let me pee. Nnngh." +436600 ,,,,,2400020,,,,,,,,,,,,,,,She might be feeling a little aroused. +436700 ,,,,,2400020,,,,,,,,,,,,,,,"As Komako-chan tried to pee again, putting pressure on her\nstomach, her pussy was slightly wet." +436800 ,,,,,2400020,,,,,,,,,,,,,,,It seemed like her love juices came out before the pee. +436900 ,,,,,2400020,,コマコ,Komako,210_KE00_k_034.wav,komako,,0,,,,,,,,"Nnngh... I feel like I need to pee, it's tingling... but it\nwon't come out..." +437000 ,,,,,2400020,,,,,,,,,,,,,,,"Komako-chan strained to pee, making her erect clit twitch." +437100 ,,,,,2400020,,,,,,,,,,,,,,,"With her legs spread in an M-shape and her butt lifted, her\ncute, puckered anus was fully visible." +437200 ,,,,,2400020,,,,,,,,,,,,,,,"It was contracting in sync with Komako-chan's efforts, which\nwas quite lewd." +437300 ,,,,,2400010,,コマコ,Komako,210_KE00_k_035.wav,komako,,0,,,,,,,,Haaa... Putting pee on food isn't right. Let's stop. +437400 ,,,,,2400010,,,,,,,,,,,,,,,"Perhaps because she couldn't pee, Komako-chan started saying\nthat again." +437500 ,,,,,2400010,,,,,,,,,,,,,,,I shook my head firmly. +437600 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"No way. You promised you'd do it. I kept my promise, so\nKomako-chan, you have to keep yours too!" +437700 ,,,,,2400020,,コマコ,Komako,210_KE00_k_036.wav,komako,,0,,,,,,,,Uuu... O-okay... I'll try a little harder. Nnngh. +437800 ,,,,,2400020,,,,,,,,,,,,,,,"Komako-chan tried again to pee, but it still wouldn't come\nout." +437900 ,,,,,2400020,,,,,,,,,,,,,,,I guess I have to help her after all. +438000 ,,,,,2400020,,,,,,,,,,,,,,,I reached out to Komako-chan's private area once more. +438200 ,,,,,2400010,,コマコ,Komako,210_KE00_k_037.wav,komako,,0,,,,,,,,"Nnngh, ah, wait, I told you not to touch there again..." +438300 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"But if we don't, you'll never be able to pee, right?" +438400 ,,,,,2400010,,,,,,,,,,,,,,,"Scooping up the nectar from Komako-chan's now wet slit, I\nbegan to rub her urethra and clit with my slippery fingers." +438500 ,,,,,2400010,,コマコ,Komako,210_KE00_k_038.wav,komako,,0,,,,,,,,"Nnnngh... that's not good... nnngh, it's making me tingle\ndown there..." +438600 ,,,,,2400010,,,,,,,,,,,,,,,Komako-chan twisted her body in embarrassment. Her stomach\ncontracted. +438700 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,But doesn't it feel like you need to pee now? +438800 ,,,,,2400010,,コマコ,Komako,210_KE00_k_039.wav,komako,,0,,,,,,,,"It does... but, this is so embarrassing..." +438900 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"Then let's hurry and get it out. Once you do, it'll be over,\nright?" +439000 ,,,,,2400010,,コマコ,Komako,210_KE00_k_040.wav,komako,,0,,,,,,,,"Nnngh, nnngh, nnngh... even if you say that... nnnngh." +439100 ,,,,,2400010,,,,,,,,,,,,,,,"As I continued to play with her clit and urethra, Komako-\nchan struggled to suppress her lewd moans." +439200 ,,,,,2400010,,,,,,,,,,,,,,,"Still, some indecent gasps escaped her lips." +439300 ,,,,,2400010,,コマコ,Komako,210_KE00_k_041.wav,komako,,0,,,,,,,,"Ah, nnngh, no... don't make it so squishy... ahhh." +439400 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"If you make such loud noises, the neighbors will hear your\nnaughty voice, you know?" +439500 ,,,,,2400010,,コマコ,Komako,210_KE00_k_042.wav,komako,,0,,,,,,,,"N-no... stop, that's too embarrassing..." +439600 ,,,,,2400010,,主人公,Kiyoshi,,,,,,,,,,,,"I'll keep rubbing like this until you pee, okay? Come on,\ncome on." +439700 ,,,,,2400020,,コマコ,Komako,210_KE00_k_043.wav,komako,,0,,,,,,,,"Hyu, ah, hyuuu." +439900 ,,,,,2400020,,,,,,,,,,,,,,,"In a desperate move, Komako-chan thrust her butt forward and\nbegan to strain." +440000 ,,,,,2400020,,,,,,,,,,,,,,,"The urethral opening, twitching against my fingertips,\nstarted to tremble." +440100 ,,,,,2400020,,コマコ,Komako,210_KE00_k_044.wav,komako,,0,,,,,,,,"Nnngh... it's coming out... I feel like I'm going to pee...\nit's hot, it's tingling..." +440200 ,,,,,2400020,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, let it all out. Shh, come on, come on, shh, come\non, come on." +440300 ,,,,,2400020,,,,,,,,,,,,,,,"While saying the usual phrase to encourage a baby to\nurinate, I gently tickled her urethral opening." +440400 ,,,,,2400020,,コマコ,Komako,210_KE00_k_045.wav,komako,,0,,,,,,,,"Ah, ah, ahh, don't say it like that, it's embarrassing, ah,\nI can't hold it anymore." +440500 ,,,,,2400020,,,,,,,,,,,,,,,Komako-chan's body shook violently. +440600 ,,,,,2400020,,コマコ,Komako,210_KE00_k_046.wav,komako,,0,,,,,,,,"It's coming out, no, uncle, I'm going to pee, I'm going to\npee!" +440800 ,,,,,2400030,,,,,,,,,,,,,,,Splash. +440900 ,,,,,2400030,,コマコ,Komako,210_KE00_k_047.wav,komako,,0,,,,,,,,Ahh▼ +441000 ,,,,,2400030,,,,,,,,,,,,,,,"Just as Komako-chan let out a sweet voice, a golden stream\ngushed forth." +441100 ,,,,,2400030,,コマコ,Komako,210_KE00_k_048.wav,komako,,0,,,,,,,,"Fuaaah... it's coming out, I'm peeing. Ah, nnngh, don't\nlook... fuaaaah..." +441200 ,,,,,2400030,,主人公,Kiyoshi,,,,,,,,,,,,Ooooh~ +441300 ,,,,,2400030,,,,,,,,,,,,,,,"Komako-chan's pee formed a beautiful golden arc, pouring\ninto the Tanumen cup." +441400 ,,,,,2400030,,,,,,,,,,,,,,,She stared at it with a bright red face. +441500 ,,,,,2400030,,コマコ,Komako,210_KE00_k_049.wav,komako,,0,,,,,,,,"It won't stop, it won't stop... pee, please stop... why is\nit so much now... ugh." +441600 ,,,,,2400030,,,,,,,,,,,,,,,"I thought she could just look away if she's embarrassed, but\nmaybe she can't take her eyes off it." +441700 ,,,,,2400030,,,,,,,,,,,,,,,"Watching Komako-chan squirm while looking at the grand pee\narc is so cute, it makes uncle happy!" +441800 ,,,,,2400030,,コマコ,Komako,210_KE00_k_050.wav,komako,,0,,,,,,,,"No... it's spilling, overflowing... no, there's so much of\nmy pee. No, ah... and yet, it still won't stop, please\nstop..." +441900 ,,,,,2400030,,,,,,,,,,,,,,,"Perhaps because it was held back and stimulated, the amount\nof pee was plentiful." +442000 ,,,,,2400030,,,,,,,,,,,,,,,"Komako-chan squirmed in embarrassment as her pee continued\nto gush out, overflowing from the Tanumen cup." +442100 ,,,,,2400030,,,,,,,,,,,,,,,I thoroughly enjoyed the view from my prime seat. +442300 ,,,,,2400040,,コマコ,Komako,210_KE00_k_051.wav,komako,,0,,,,,,,,"Haa, haa, haa..." +442400 ,,,,,2400040,,,,,,,,,,,,,,,"When her pee finally stopped, Komako-chan leaned her weight\nagainst me, exhausted." +442500 ,,,,,2400040,,コマコ,Komako,210_KE00_k_052.wav,komako,,0,,,,,,,,"Ugh, I can't take it anymore... this is way too\nembarrassing..." +442600 ,,,,,2400040,,,,,,,,,,,,,,,She was so embarrassed that she was teary- eyed and dazed. +442700 ,,,,,2400040,,,,,,,,,,,,,,,"But at the same time, her crotch was a little wet not just\nfrom pee, but from her love juices too." +442800 ,,,,,2400040,,主人公,Kiyoshi,,,,,,,,,,,,Was it just embarrassing? Didn't it feel good? +442900 ,,,,,2400040,,コマコ,Komako,210_KE00_k_053.wav,komako,,0,,,,,,,,That's not... nnngh +443000 ,,,,,2400040,,,,,,,,,,,,,,,"Before she could deny it, I teased her pee- soaked urethra\nwith my finger again." +443100 ,,,,,2400040,,主人公,Kiyoshi,,,,,,,,,,,,"It felt good to pee outside after holding it in so much,\nright?" +443200 ,,,,,2400040,,コマコ,Komako,210_KE00_k_054.wav,komako,,0,,,,,,,,"...If you keep saying embarrassing things, I'll stop being\nyour lover, you know?" +443300 ,,,,,2400040,,主人公,Kiyoshi,,,,,,,,,,,,"Wha-I'm sorry, I'm sorry, I won't say it anymore!" +443400 ,,,,,2400040,,,,,,,,,,,,,,,I couldn't bear the thought of her stopping being my lover.\nI hurriedly apologized. +443500 ,,,,,2400040,,,,,,,,,,,,,,,"Komako-chan sighed as if to say 'what can I do with you,'\nand rested her head against my chest." +443600 ,,,,,2400040,,コマコ,Komako,210_KE00_k_055.wav,komako,,0,,,,,,,,"...But, well... if you behave, I might reward you with my\npee again." +443700 ,,,,,2400040,,主人公,Kiyoshi,,,,,,,,,,,,R-Really!? +443800 ,,,,,2400040,,コマコ,Komako,210_KE00_k_056.wav,komako,,0,,,,,,,,"If you behave, that is." +443900 ,,,,,2400040,,,,,,,,,,,,,,,"Saying that, Komako-chan finally got off my lap." +444000 ,$event_return,,,,,,,,,,,,,,,,,,, +444200 ,,,3,,,,,,,,,,,,,,,,,"She quickly put on her panties and pants, still blushing\nwith embarrassment, and pointed at the Tanumen." +444300 ,,,,,,,コマコ,Komako,210_KE00_k_057.wav,komako,,16,,,,,,,,So... are you really going to eat that? +444400 ,,,,,,,主人公,Kiyoshi,,komako,,16,,,,,,,,"Yeah, I'm going to eat it!" +444500 ,,,,,,,,,,komako,,16,,,,,,,,I broke the disposable chopsticks I had prepared and lifted\nthe cup. +444600 ,,,,,,,主人公,Kiyoshi,,komako,,16,,,,,,,,Let's dig in! +444700 ,,,,,,,,,,komako,,16,,,,,,,,I took a light sip of the overly abundant pee soup before\nsticking in the chopsticks. +444800 ,,,,,,,,,,komako,,16,,,,,,,,"The Tanumen was a bit soggy from the pee, but still firm as\nI munched on it." +444900 ,,,,,,,,,,komako,,16,,,,,,,,"Mmm, it's a bit salty, but that's the charm! It's 100%\nKomako-chan essence!" +445000 ,,,,,,,,,,komako,,16,,,,,,,,"As I happily ate the pee ramen, Komako-chan sat down next to\nme." +445100 ,,,,,,,コマコ,Komako,210_KE00_k_058.wav,komako,,31,,,,,,,,Is it tasty? +445200 ,,,,,,,主人公,Kiyoshi,,komako,,31,,,,,,,,Yeah! +445300 ,,,,,,,コマコ,Komako,210_KE00_k_059.wav,komako,,26,,,,,,,,I see... Is it because you like me? +445400 ,,,,,,,主人公,Kiyoshi,,komako,,26,,,,,,,,"Yeah, that's right! I love Komako-chan!" +445500 ,,,,,,,,,,komako,,26,,,,,,,,"When I said that, Komako-chan gave a small smile." +445600 ,,,,,,,,,,komako,,26,,,,,,,,She reached out and gently patted my head. +445700 ,,,,,,,コマコ,Komako,210_KE00_k_060.wav,komakoL,,22,,,,,,,,"There, there, good boy." +445800 ,,,,,,,,,,komakoL,,22,,,,,,,,"Komako-chan didn't say she loved me, but her hand was so\ngentle and comforting, it made me happy." +445900 ,,,,,,,,,,komakoL,,22,,,,,,,,I felt plenty of Komako-chan's love from that hand. +446000 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"...Then, will you let me do something naughty?" +446100 ,,,,,,,コマコ,Komako,210_KE00_k_061.wav,komakoL,,11,,,,,,,,"No, that's not allowed. I told you not today." +446200 ,,,,,,,,,,komakoL,,11,,,,,,,,"Like scolding a disobedient pet, Komako-chan glared at me." +446300 ,,,,,,,,,,komakoL,,11,,,,,,,,But she lightly patted my head and smiled. +446400 ,,,,,,,コマコ,Komako,210_KE00_k_062.wav,komakoL,,22,,,,,,,,"But... if it's not today, it's fine. Make me feel good\nagain, my lover." +446500 ,,,,,,,,,,komakoL,,22,,,,,,,,"At those words, I nodded energetically." +446600 ,,,,,,,主人公,Kiyoshi,,komakoL,,22,,,,,,,,"Yeah, of course!" +446700 ,,,,,,,,,,komakoL,,22,,,,,,,,Aiming for the day I can become her 'main love' from just a\n'lover'. +446800 ,$exit komako,,,,,,,,,,,,,,,,,,,■END +447000 ,@211_KE01,,,,,,,,,,,,,,,,,,, +447300 ,,,8,11,,,千恵,Chie,211_KE01_c_000.wav,"chie,privateB",,21,,,,,,,,"See you, Komako-chan, bye-bye!" +447400 ,,,,,,,甜花,Tenka,211_KE01_t_000.wav,"tenka,private",,1,,,,,,,,"Komako, see you tomorrow." +447500 ,,,,,,,コマコ,Komako,211_KE01_k_000.wav,"komako,privateB",,1,,,,,,,,"Yeah, see you tomorrow." +447600 ,,,,,,,,,,,,,,,,,,,,"A year has passed since then, and summer has come again." +447700 ,,,,,,,,,,,,,,,,,,,,Komako-chan and the others still come to our shop and play\ntogether as a trio. +447800 ,,,,,,,,,,,,,,,,,,,,The change is― +448000 ,,,3,31,,,主人公,Kiyoshi,,,,,,,,,,,,Did Chie-chan and the others leave? +448100 ,,,,,,,コマコ,Komako,211_KE01_k_001.wav,komako,,2,,,,,,,,Yeah. +448200 ,,,,,,,,,,komako,,2,,,,,,,,"After the two leave, Komako-chan always stays behind like\nthis." +448300 ,,,,,,,,,,komako,,2,,,,,,,,"At first, it was often after Chie-chan and Komako-chan had\nbeen flirting." +448400 ,,,,,,,,,,komako,,2,,,,,,,,"Seeking something that couldn't be satisfied with Chie-chan,\nKomako-chan started having sex with me." +448500 ,,,,,,,,,,komako,,2,,,,,,,,Yes! It was worth the effort to make her crazy for this old\nman's cock. +448600 ,,,,,,,,,,komako,,2,,,,,,,,"And Komako-chan, who got completely hooked on creampie\norgasms, her belly is―" +448700 ,,,,,,,コマコ,Komako,211_KE01_k_002.wav,komako,,22,,,,,,,,............ +448800 ,,,,,,,,,,komako,,22,,,,,,,,"It doesn't stand out much over her clothes, but it's gently\nrounded." +448900 ,,,,,,,,,,komako,,22,,,,,,,,"Inside her belly is our baby, mine and Komako-chan's." +449000 ,,,,,,,,,,komako,,22,,,,,,,,"Recently, she's started lactating, and if left alone, her\nclothes get wet and her breasts feel tight, so after school,\nI help her express her milk." +449100 ,,,,,,,主人公,Kiyoshi,,komako,,22,,,,,,,,"I can't wait for our baby to be born, Komako-chan. I'm\nreally looking forward to it." +449200 ,,,,,,,コマコ,Komako,211_KE01_k_003.wav,komako,,14,,,,,,,,............ +449300 ,,,,,,,,,,komako,,14,,,,,,,,"Saying that, I hug Komako-chan tightly and nuzzle her cheek\nas usual." +449400 ,,,,,,,,,,komako,,14,,,,,,,,"Normally, Komako-chan would pat my head while saying\nsomething like, ""I'll raise it together with Chie-chan,""\nbut..." +449500 ,,,,,,,,,,komako,,14,,,,,,,,"Today, she remains sullen and doesn't say anything." +449600 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,Is something wrong...? +449700 ,,,,,,,,,,komako,,14,,,,,,,,"Feeling anxious, I ask, and finally, Komako- chan glances at\nme." +449800 ,,,,,,,コマコ,Komako,211_KE01_k_004.wav,komako,,34,,,,,,,,"Today was swimming class, but I couldn't swim with everyone." +449900 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,Huh? What happened? Did you catch a cold? +450000 ,,,,,,,コマコ,Komako,211_KE01_k_005.wav,komako,,14,,,,,,,,"No, when I showed my belly to Chie-chan and Tenka-chan\nbefore swimming... they said it was too noticeable." +450100 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan puffs out her cheeks. +450200 ,,,,,,,コマコ,Komako,211_KE01_k_006.wav,komako,,34,,,,,,,,"So, I decided not to swim. I was really looking forward to\nplaying with everyone." +450300 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,I-I see. That's unfortunate... +450400 ,,,,,,,,,,komako,,34,,,,,,,,"Yeah, I get it. With such a big belly, swimming would be\ndifficult." +450500 ,,,,,,,主人公,Kiyoshi,,komako,,34,,,,,,,,"B-But, you know, the baby will be born soon, and then you\ncan go play again. I'll take care of the baby for you." +450600 ,,,,,,,コマコ,Komako,211_KE01_k_007.wav,komako,,2,,,,,,,,............Yeah. +450700 ,,,,,,,主人公,Kiyoshi,,komako,,2,,,,,,,,"For now, let's express your milk today too. Your breasts\nmust feel tight, right?" +450800 ,,,,,,,コマコ,Komako,211_KE01_k_008.wav,komako,,22,,,,,,,,............Yeah. +451000 ,,,10,,2410000,,,,,,,,,,,,,,, +451100 ,*mem,,,,2410000,,,,,,,,,,,,,,, +451200 ,,,10,,2410000,,,,,,,,,,,,,,,"Komako-chan, who still seemed a bit grumpy, started to take\noff her clothes." +451300 ,,,,,2410000,,,,,,,,,,,,,,,"It's not noticeable over her clothes, but in a swimsuit, it\nreally stands out." +451400 ,,,,,2410000,,,,,,,,,,,,,,,"...Wait, a swimsuit?" +451500 ,,,,,2410000,,コマコ,Komako,211_KE01_k_009.wav,komako,,0,,,,,,,,"I was planning to swim, so I wore a swimsuit." +451600 ,,,,,2410000,,,,,,,,,,,,,,,"As if reading my inner question, Komako-chan muttered\nsoftly." +451700 ,,,,,2410000,,,,,,,,,,,,,,,"Hmm, she must have been really looking forward to the pool.\nOnce the baby is born, I'll definitely take her there." +451800 ,,,,,2410000,,主人公,Kiyoshi,,,,,,,,,,,,"I see. But yeah, with this belly, it would stand out a bit." +451900 ,,,,,2410000,,コマコ,Komako,211_KE01_k_010.wav,komako,,0,,,,,,,,Right? +452000 ,,,,,2410000,,,,,,,,,,,,,,,"As I said that, I gently stroked Komako- chan's belly. Then,\nthe baby kicked from inside." +452100 ,,,,,2410000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, it moved. The baby just moved!" +452200 ,,,,,2410000,,コマコ,Komako,211_KE01_k_011.wav,komako,,0,,,,,,,,"It's not the first time, so you don't have to get so\nexcited." +452300 ,,,,,2410000,,,,,,,,,,,,,,,"Usually, she would be happy with me, but today Komako-chan\nwas quite upset." +452400 ,,,,,2410000,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry... but, you know, it's the baby of the Komako-chan I\nlove so much." +452500 ,,,,,2410000,,,,,,,,,,,,,,,I gently placed my ear on Komako-chan's belly and spoke to\nthe baby. +452600 ,,,,,2410000,,主人公,Kiyoshi,,,,,,,,,,,,"Baby, be a good little one for a bit. We're going to express\nyour mom's milk now." +452700 ,,,,,2410000,,コマコ,Komako,211_KE01_k_012.wav,komako,,0,,,,,,,,............ +452800 ,,,,,2410000,,,,,,,,,,,,,,,I reached out to Komako-chan's still grumpy breasts and\nbegan to gently massage them. +452900 ,,,,,2410000,,,,,,,,,,,,,,,"Her breasts, already full, quickly made her nipples perk up." +453000 ,,,,,2410010,,コマコ,Komako,211_KE01_k_013.wav,komako,,0,,,,,,,,Nnngh... +453200 ,,,,,2410010,,,,,,,,,,,,,,,"And then, her breast milk slowly started to seep out." +453300 ,,,,,2410010,,,,,,,,,,,,,,,"The fabric around her nipples got wet, turning a shade\ndarker." +453400 ,,,,,2410010,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, it's already coming out. You must have been really full\ntoday, wasn't it uncomfortable?" +453500 ,,,,,2410010,,コマコ,Komako,211_KE01_k_014.wav,komako,,0,,,,,,,,Of course it was uncomfortable. You don't have to mention it\nevery time... +453600 ,,,,,2410010,,,,,,,,,,,,,,,"With a mix of being upset and embarrassed, Komako-chan\nturned her blushing face away." +453700 ,,,,,2410010,,,,,,,,,,,,,,,"But recently, I've gotten used to this attitude, so there's\nno need to panic." +453800 ,,,,,2410010,,,,,,,,,,,,,,,"For now, I'll do what I can as a father." +453900 ,,,,,2410010,,主人公,Kiyoshi,,,,,,,,,,,,Don't worry. I'll make you feel good now. +454000 ,,,,,2410010,,,,,,,,,,,,,,,"I gently massaged her swollen, firm breasts. Warm liquid\nslowly wet my hands." +454100 ,,,,,2410010,,,,,,,,,,,,,,,Her belly twitched and moved. +454200 ,,,,,2410010,,主人公,Kiyoshi,,,,,,,,,,,,I wonder if the baby can tell the milk is coming out. The\nbaby seems happy too. +454300 ,,,,,2410010,,コマコ,Komako,211_KE01_k_015.wav,komako,,0,,,,,,,,...Yeah. +454400 ,,,,,2410010,,主人公,Kiyoshi,,,,,,,,,,,,"Your breasts are getting a bit bigger too, you're getting\nready to be a mom. That's amazing, Komako-chan." +454500 ,,,,,2410010,,コマコ,Komako,211_KE01_k_016.wav,komako,,0,,,,,,,,Mm... yeah. +454600 ,,,,,2410010,,,,,,,,,,,,,,,"As I pinched her nipples to prepare for expressing milk,\nKomako-chan's expression gradually softened." +454700 ,,,,,2410010,,,,,,,,,,,,,,,Pleasure and love for the baby started to outweigh her\nanger. That's how it seemed. +454800 ,,,,,2410020,,主人公,Kiyoshi,,,,,,,,,,,,"Well then, today too... let's dig in." +455000 ,,,,,2410020,,,,,,,,,,,,,,,"I slipped the shoulder strap of her school swimsuit aside\nand exposed her breast, then took Komako-chan's nipple into\nmy mouth." +455100 ,,,,,2410020,,,,,,,,,,,,,,,"It tasted sweet, like a certain milk candy. It's the taste\nof a mom." +455200 ,,,,,2410020,,,,,,,,,,,,,,,Thinking that the taste of a mom came from the still\ninnocent Komako-chan's breasts in her school swimsuit made\nme incredibly excited. +455300 ,,,,,2410020,,,,,,,,,,,,,,,"I'm always excited during milking, but with the school\nswimsuit effect, today is intense. My cock is already rock\nhard." +455400 ,,,,,2410030,,コマコ,Komako,211_KE01_k_017.wav,komako,,0,,,,,,,,"Nnn... your tongue is warm, uncle... nnn, you're sucking so\nearnestly, just like a baby..." +455500 ,,,,,2410030,,,,,,,,,,,,,,,"Even though Komako-chan still seemed embarrassed, she gently\npatted my head." +455600 ,,,,,2410030,,,,,,,,,,,,,,,It seemed like her mood was improving a bit. +455700 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,"Because Komako-chan's breasts are delicious. With this, the\nbaby will surely be delighted too." +455800 ,,,,,2410030,,コマコ,Komako,211_KE01_k_018.wav,komako,,0,,,,,,,,"Ahh... nnn... really...? Nnn, nnnn..." +455900 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,Slurp... I'm so absorbed in drinking it... smooch. +456000 ,,,,,2410030,,コマコ,Komako,211_KE01_k_019.wav,komako,,0,,,,,,,,You're really like a baby. Such a naughty uncle... nnnn. +456100 ,,,,,2410030,,,,,,,,,,,,,,,"As I rolled the sweet milk-flavored nipple on my tongue, it\nbecame more and more firm." +456200 ,,,,,2410030,,,,,,,,,,,,,,,"I gently pinched it with my lips and softly nibbled, sucking\nit up." +456300 ,,,,,2410030,,,,,,,,,,,,,,,"Then, sweet breast milk kept spurting into my mouth." +456400 ,,,,,2410030,,コマコ,Komako,211_KE01_k_020.wav,komako,,0,,,,,,,,"Nn, nnnn... ah... my chest might be getting full again..." +456500 ,,,,,2410030,,,,,,,,,,,,,,,"As I sucked, it seemed like more milk was being produced,\nand Komako-chan squirmed her hips." +456600 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,I understand. I'll make it easier for you now. +456700 ,,,,,2410030,,,,,,,,,,,,,,,"Not just sucking, but also massaging her breasts with my\nhands and squeezing near the nipple to express the milk." +456800 ,,,,,2410030,,,,,,,,,,,,,,,The force of the milk spurting out became stronger. +456900 ,,,,,2410030,,コマコ,Komako,211_KE01_k_021.wav,komako,,0,,,,,,,,"Nnnnn... haaa... amazing, so much milk is coming out..." +457000 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, with them so full, wasn't it uncomfortable during\nclass?" +457100 ,,,,,2410030,,コマコ,Komako,211_KE01_k_022.wav,komako,,0,,,,,,,,"It was a bit uncomfortable... nnn, so I expressed some in\nthe bathroom during break..." +457200 ,,,,,2410030,,,,,,,,,,,,,,,"Whoa, Komako-chan's self-milking! And in a school swimsuit\nplus uniform! I wish I could have seen that!" +457300 ,,,,,2410030,,,,,,,,,,,,,,,"Ah, but just imagining it makes my cock throb even more." +457400 ,,,,,2410030,,,,,,,,,,,,,,,"Ugh, ever since the baby, sex has been off- limits... Do I\nhave to hold back again today?" +457500 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,"I-I see. That must have been tough. I wish I could have\nhelped you at school, I'm sorry." +457600 ,,,,,2410030,,コマコ,Komako,211_KE01_k_023.wav,komako,,0,,,,,,,,"Nnn... It's not your fault, uncle, you're not a teacher..." +457700 ,,,,,2410030,,,,,,,,,,,,,,,"But if I said I wanted to have sex, she'd get mad, so I\nfocused on helping Komako-chan feel better." +457800 ,,,,,2410030,,,,,,,,,,,,,,,"Besides... since I'm holding back on sex, she lets me milk\nher like this and is kind to me in other ways too." +458000 ,,,,,2410030,,コマコ,Komako,211_KE01_k_024.wav,komako,,0,,,,,,,,"Haa haa... nn, and if you sucked like this at school, it\nwould be a problem..." +458100 ,,,,,2410030,,,,,,,,,,,,,,,"Komako-chan rubbed her inner thighs together, looking a bit\nneedy." +458200 ,,,,,2410030,,,,,,,,,,,,,,,"Her nipples were already fully erect, spurting milk like\nthey were ejaculating." +458300 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,Am I touching you that lewdly? +458400 ,,,,,2410030,,コマコ,Komako,211_KE01_k_025.wav,komako,,0,,,,,,,,"Nnnn... you are. I said it's like a baby, but it's not.\nBabies don't suck like that." +458500 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,What kind of sucking is that? +458600 ,,,,,2410030,,コマコ,Komako,211_KE01_k_026.wav,komako,,0,,,,,,,,"Haa... poking with your tongue... nn, nibbling... it's just\nso lewd..." +458700 ,,,,,2410030,,,,,,,,,,,,,,,"Since having the baby, her nipples have become even more\nsensitive, and Komako-chan seemed to be feeling it as I\nsucked and licked them." +458800 ,,,,,2410030,,,,,,,,,,,,,,,"Especially when I massaged her breasts and licked the tips,\nshe reacted lewdly, squeezing her thighs together." +458900 ,,,,,2410030,,コマコ,Komako,211_KE01_k_027.wav,komako,,0,,,,,,,,"See, it's for milking... you don't have to lick them like\nthat... nn..." +459000 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,"Just like with peeing, doing this makes more come out." +459100 ,,,,,2410030,,,,,,,,,,,,,,,I said whatever came to mind and sucked harder this time. +459200 ,,,,,2410030,,,,,,,,,,,,,,,"Then, once again, her breasts spurted milk energetically." +459300 ,,,,,2410030,,コマコ,Komako,211_KE01_k_028.wav,komako,,0,,,,,,,,"Don't compare peeing and breasts... Uncle, you're so\ninsensitive sometimes... nnnn..." +459400 ,,,,,2410030,,主人公,Kiyoshi,,,,,,,,,,,,"Sorry, sorry. As an apology, I'll make sure to milk your\nbreasts properly." +459500 ,,,,,2410030,,コマコ,Komako,211_KE01_k_029.wav,komako,,0,,,,,,,,"Ahhh... that's why, don't make it too lewd... fuahhh,\nahhh..." +459600 ,,,,,2410030,,,,,,,,,,,,,,,"I pinched and squeezed near the areola like milking a cow,\nwhile massaging her entire breast." +459700 ,,,,,2410030,,,,,,,,,,,,,,,"Then, I took the tip into my mouth and sucked." +459800 ,,,,,2410030,,,,,,,,,,,,,,,"With the literal milking, Komako-chan's whole body trembled." +459900 ,,,,,2410030,,コマコ,Komako,211_KE01_k_030.wav,komako,,0,,,,,,,,"Hiaaaah, my breasts, it's amazing... if you do it that much,\na lot will come out, nnnn, nnnnn..." +460000 ,,,,,2410030,,,,,,,,,,,,,,,I could feel the baby happily kicking in her belly. +460100 ,,,,,2410030,,コマコ,Komako,211_KE01_k_031.wav,komako,,0,,,,,,,,"Haaah, haaah, my belly... my belly is tingling... Uncle, no,\nif you do it that much, I..." +460200 ,,,,,2410030,,,,,,,,,,,,,,,The seam of her swimsuit twitched. +460300 ,,,,,2410030,,,,,,,,,,,,,,,It was proof that Komako-chan was about to climax. +460400 ,,,,,2410030,,,,,,,,,,,,,,,I continued milking mercilessly and sucked Komako-chan's\nnipple even harder. +460500 ,,,,,2410030,,コマコ,Komako,211_KE01_k_032.wav,komako,,0,,,,,,,,"Nnnnnnnn! Fuaaaaaah, I'm cumming!" +460600 ,,,,,2410030,,,,,,,,,,,,,,,Komako-chan's whole body stiffened. +460800 ,,,,,2410040,,,,,,,,,,,,,,,Her breasts erupted with a grand spray. +460900 ,,,,,2410040,,コマコ,Komako,211_KE01_k_033.wav,komako,,0,,,,,,,,"Fua... ahh... nnn, I'm cumming, I'm cumming!" +461000 ,,,,,2410040,,,,,,,,,,,,,,,"Like ejaculation, milk spurted out in sync with Komako-\nchan's climax." +461100 ,,,,,2410040,,,,,,,,,,,,,,,It was like a fountain. +461200 ,,,,,2410040,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, let it all out, feel good." +461300 ,,,,,2410040,,コマコ,Komako,211_KE01_k_034.wav,komako,,0,,,,,,,,"Ah, nn, ah... no, don't, I'm cumming, I'm cumming, so don't\nrub my nipples like that, nnnnn!" +461400 ,,,,,2410040,,,,,,,,,,,,,,,I pinched and rubbed Komako-chan's nipples as if they were a\npenis while she was cumming. +461500 ,,,,,2410040,,,,,,,,,,,,,,,"As a result, the force of the breast milk spray intensified\neven more." +461600 ,,,,,2410040,,,,,,,,,,,,,,,"Komako-chan's face went slack, and her knees trembled." +461700 ,,,,,2410040,,コマコ,Komako,211_KE01_k_035.wav,komako,,0,,,,,,,,"Fuaaaaah, again, I'm cumming with my breasts again... I'm\ncumminggggg!" +461800 ,,,,,2410040,,,,,,,,,,,,,,,"Pyu, pyu, pyuuuuuuuuuuuuuu!" +461900 ,,,,,2410040,,,,,,,,,,,,,,,Komako-chan's breasts continued to release until they\nsoftened from being so full. +462000 ,,,,,2410040,,,,,,,,,,,,,,,"It seemed like just having her breasts release felt good,\nand Komako-chan's face was melting with pleasure." +462100 ,,,,,2410040,,コマコ,Komako,211_KE01_k_036.wav,komako,,0,,,,,,,,"Fua... ah, ah, nn... I can't anymore..." +462300 ,,,,,2410050,,,,,,,,,,,,,,,"Finally, when her breasts stopped, Komako- chan slumped her\nshoulders." +462400 ,,,,,2410050,,コマコ,Komako,211_KE01_k_037.wav,komako,,0,,,,,,,,I had decided I wouldn't cum with my breasts today... +462500 ,,,,,2410050,,,,,,,,,,,,,,,"Komako-chan glared at me lightly, looking embarrassed." +462600 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"B-but, Komako-chan, you don't hate feeling good, right? And\nthe baby was happy too." +462700 ,,,,,2410050,,,,,,,,,,,,,,,"As I spoke, I gently stroked Komako-chan's stomach." +462800 ,,,,,2410050,,コマコ,Komako,211_KE01_k_038.wav,komako,,0,,,,,,,,"That's true, but..." +462900 ,,,,,2410050,,,,,,,,,,,,,,,"Komako-chan looked embarrassed and exhausted, but her face\nwas still a bit flushed." +463000 ,,,,,2410050,,,,,,,,,,,,,,,"Her nipples were still erect, wet with milk... it was\nincredibly erotic." +463100 ,,,,,2410050,,,,,,,,,,,,,,,"Moreover, her plump belly was covered by a school swimsuit.\nThe contrast made my cock throb." +463200 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, Komako-chan." +463300 ,,,,,2410050,,,,,,,,,,,,,,,"Having been abstinent for so long, her current appearance\nwas too tempting, and I couldn't help but rub my groin\nagainst Komako-chan's thigh." +463400 ,,,,,2410050,,,,,,,,,,,,,,,Hoping at least she might use her hand. +463500 ,,,,,2410050,,コマコ,Komako,211_KE01_k_039.wav,komako,,0,,,,,,,,No sex. There's a baby here. +463600 ,,,,,2410050,,,,,,,,,,,,,,,"But, Komako-chan said that so easily." +463700 ,,,,,2410050,,,,,,,,,,,,,,,"Ugh, hearing that makes me want it even more. I don't want\njust hands or mouth." +463800 ,,,,,2410050,,,,,,,,,,,,,,,I want to have sex with Komako-chan! +463900 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"But, but, once the baby is born, you'll be able to swim\nagain. Besides, it's about time for the baby to be born..." +464000 ,,,,,2410050,,コマコ,Komako,211_KE01_k_040.wav,komako,,0,,,,,,,,"But, the baby isn't born yet..." +464100 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,Maybe the baby isn't coming out because we haven't had sex?\nI-I heard something like that before. +464200 ,,,,,2410050,,,,,,,,,,,,,,,"I definitely can't force her, so I tried to convince Komako-\nchan with some hearsay knowledge." +464300 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"When the baby doesn't come out easily, they say you use a\n'welcoming stick' and poke with your dick to help it come\nout!" +464400 ,,,,,2410050,,コマコ,Komako,211_KE01_k_041.wav,komako,,0,,,,,,,,Really...? Won't the baby be surprised...? +464500 ,,,,,2410050,,,,,,,,,,,,,,,Komako-chan looked at me with a doubtful expression. I\nnodded eagerly. +464600 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"It's true. You see, we haven't had sex because it's for the\nbaby's sake, so the baby must be oversleeping." +464700 ,,,,,2410050,,コマコ,Komako,211_KE01_k_042.wav,komako,,0,,,,,,,,Is that so...? +464800 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, so let's wake up the sleepyhead baby with my dick.\nThen the baby will be born soon! It's true!" +464900 ,,,,,2410050,,,,,,,,,,,,,,,I desperately tried to persuade her while looking into\nKomako-chan's eyes. +465000 ,,,,,2410050,,コマコ,Komako,211_KE01_k_043.wav,komako,,0,,,,,,,,Hmm... +465100 ,,,,,2410050,,,,,,,,,,,,,,,"Komako-chan was thinking with her hand on her cheek, but\neventually nodded." +465200 ,,,,,2410050,,コマコ,Komako,211_KE01_k_044.wav,komako,,0,,,,,,,,"Okay. You've kept your promise all this time, and you\nhaven't lied recently... so it's fine." +465300 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,Yay! Thank you! +465400 ,,,,,2410050,,コマコ,Komako,211_KE01_k_045.wav,komako,,0,,,,,,,,"But, don't overdo it so the baby isn't too surprised." +465500 ,,,,,2410050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I understand." +465600 ,,,,,2410050,,コマコ,Komako,211_KE01_k_046.wav,komako,,0,,,,,,,,Then... shall we? +465800 ,,,9,,2411000,,,,,,,,,,,,,,,Komako-chan shifted her school swimsuit aside and spread her\npussy for me. +465900 ,,,,,2411000,,,,,,,,,,,,,,,"Since she had a lactation orgasm earlier, I placed the tip\nof my dick against her wet entrance and slowly pushed in." +466000 ,,,,,2411000,,コマコ,Komako,211_KE01_k_047.wav,komako,,0,,,,,,,,"Ugh, ahh... it's... thick... nngh, was your dick always this\nthick...?" +466100 ,,,,,2411000,,,,,,,,,,,,,,,Komako-chan groaned a little in discomfort from the long-\nawaited dick. +466200 ,,,,,2411000,,,,,,,,,,,,,,,"Maybe because we haven't done it in a while, or because of\nthe baby, her pussy felt tighter than before." +466300 ,,,,,2411000,,,,,,,,,,,,,,,"When I pushed all the way in, it felt like it was being\nsqueezed tightly." +466400 ,,,,,2411000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, it's really tight. Does it hurt?" +466500 ,,,,,2411000,,コマコ,Komako,211_KE01_k_048.wav,komako,,0,,,,,,,,"Nngh... it doesn't hurt, but it's a bit uncomfortable... I\nguess? Haa haa, my tummy feels full with your dick..." +466600 ,,,,,2411000,,,,,,,,,,,,,,,Komako-chan panted heavily while rubbing her belly. +466700 ,,,,,2411000,,,,,,,,,,,,,,,"She looked so erotic and cute that I almost wanted to thrust\nhard, but I held back." +466800 ,,,,,2411000,,主人公,Kiyoshi,,,,,,,,,,,,"We have to gently wake the baby, so I'll go slow." +466900 ,,,,,2411000,,コマコ,Komako,211_KE01_k_049.wav,komako,,0,,,,,,,,Y-yeah. +467000 ,,,,,2411000,,,,,,,,,,,,,,,"Fortunately, even though it was tight, Komako-chan's pussy\nwas slick from feeling so much with her breasts, so my dick\nslid in and out smoothly." +467100 ,,,,,2411000,,,,,,,,,,,,,,,"I moved my hips slowly, recalling the spots that made\nKomako-chan feel good." +467200 ,,,,,2411000,,コマコ,Komako,211_KE01_k_050.wav,komako,,0,,,,,,,,"Nngh, nnn... your dick is rubbing so much... nngh... my\npussy is spreading..." +467300 ,,,,,2411000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, if we keep your pussy spread like this, it'll be\neasier for the baby to come through." +467400 ,,,,,2411000,,コマコ,Komako,211_KE01_k_051.wav,komako,,0,,,,,,,,"Fuaaah, nngh... I see, nngh, the baby will be born from\nhere..." +467500 ,,,,,2411000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'll make sure to widen the path with my dick so it'll\nbe easier for you when you give birth." +467600 ,,,,,2411000,,,,,,,,,,,,,,,"I rotated my hips in a swirling motion, stirring her up this\ntime." +467700 ,,,,,2411000,,,,,,,,,,,,,,,"I slowly moved my dick inside her pussy, gently stretching\nand loosening it." +467800 ,,,,,2411000,,,,,,,,,,,,,,,"The thought of our baby being born from Komako-chan's small\npussy, where my dick was now, made me incredibly excited." +468000 ,,,,,2411010,,コマコ,Komako,211_KE01_k_052.wav,komako,,0,,,,,,,,"Nngh, fuah... just now, my tummy twitched a bit... maybe the\nbaby woke up..." +468100 ,,,,,2411010,,,,,,,,,,,,,,,"As I stimulated various spots inside her pussy with my dick,\nKomako-chan's tummy twitched." +468200 ,,,,,2411010,,,,,,,,,,,,,,,I could feel the vibrations from her womb at the tip of my\ndick. +468300 ,,,,,2411010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, it's true! I can clearly feel it on my dick too!" +468400 ,,,,,2411010,,コマコ,Komako,211_KE01_k_053.wav,komako,,0,,,,,,,,"Nngh, nnn... when my pussy is rubbed, my tummy tightens,\nmaybe. Nngh..." +468500 ,,,,,2411010,,,,,,,,,,,,,,,"With her usual face of holding back pleasure, Komako-chan\ntilted her head." +468600 ,,,,,2411010,,,,,,,,,,,,,,,"I felt like our baby was blessing this lovemaking, and I\nexcitedly stroked her tummy." +468700 ,,,,,2411010,,主人公,Kiyoshi,,,,,,,,,,,,It seems like the baby is moving in sync with my dick. Maybe\nthey know that mom and dad are getting along. +468800 ,,,,,2411010,,コマコ,Komako,211_KE01_k_054.wav,komako,,0,,,,,,,,"Kuuu... nngh, we're not that close... and you're not the\ndad... I'm making Chi-chan the dad... nngh..." +468900 ,,,,,2411010,,主人公,Kiyoshi,,,,,,,,,,,,"Don't be so mean~. It's our first baby together, Komako-chan\nand me..." +469000 ,,,,,2411010,,,,,,,,,,,,,,,"I poked deep inside her, making sure it resonated with her\nwomb." +469100 ,,,,,2411010,,,,,,,,,,,,,,,"Then, a lively response came back as vibrations." +469200 ,,,,,2411010,,,,,,,,,,,,,,,I was so happy that I couldn't help but keep thrusting deep\ninside while stroking her tummy. +469300 ,,,,,2411010,,コマコ,Komako,211_KE01_k_055.wav,komako,,0,,,,,,,,Nnnngh... the baby is moving a lot... why all of a\nsudden...? +469400 ,,,,,2411010,,主人公,Kiyoshi,,,,,,,,,,,,"It's because they know this dick is their dad. Hey, Komako-\nchan and my baby. Come out soon~" +469500 ,,,,,2411010,,,,,,,,,,,,,,,"While thrusting into Komako-chan's pussy, I called out to\nher tummy." +469600 ,,,,,2411010,,,,,,,,,,,,,,,"With a slightly confused look, Komako-chan gently stroked\nher tummy too." +469700 ,,,,,2411010,,コマコ,Komako,211_KE01_k_056.wav,komako,,0,,,,,,,,Nngh... idiot... now the baby in my tummy thinks you're the\ndad... +469800 ,,,,,2411010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'm sure of it. When I greet them with my dick, they\nrespond. See, see?" +469900 ,,,,,2411010,,,,,,,,,,,,,,,"I rhythmically thrust my cock in and out, moving my hips to\nresonate deep inside Komako-chan's belly." +470000 ,,,,,2411010,,,,,,,,,,,,,,,"Then, the baby kicked Komako-chan's belly so energetically\nthat it was visibly noticeable." +470100 ,,,,,2411010,,コマコ,Komako,211_KE01_k_057.wav,komako,,0,,,,,,,,"Ah, nnngh... It's true... If the baby says so, then I guess\nyou can be the dad... nngh, it's fine." +470200 ,,,,,2411010,,主人公,Kiyoshi,,,,,,,,,,,,"Really? Then, I'll work even harder as the dad." +470300 ,,,,,2411010,,,,,,,,,,,,,,,I grabbed Komako-chan's hips and gradually increased the\nintensity of my movements. +470400 ,,,,,2411020,,コマコ,Komako,211_KE01_k_058.wav,komako,,0,,,,,,,,"Ah, nnngh, if you do it that much... nnnngh." +470500 ,,,,,2411020,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. The baby seems healthy. Besides, if Komako-chan\nfeels really good, your pussy will soften up, making it\neasier for the baby to come out." +470600 ,,,,,2411020,,コマコ,Komako,211_KE01_k_059.wav,komako,,0,,,,,,,,"Nnnngh... Ah, I see..." +470800 ,,,,,2411020,,,,,,,,,,,,,,,"Hearing my words, Komako-chan's body relaxed. Her pussy felt\nlike it was melting and wrapping around me." +470900 ,,,,,2411020,,コマコ,Komako,211_KE01_k_060.wav,komako,,0,,,,,,,,"Fuaaah... nnngh, if feeling good is for the baby's sake...\nnngh, I'll do my best... haaah." +471000 ,,,,,2411020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, feel really good. I'll do my best too." +471100 ,,,,,2411020,,コマコ,Komako,211_KE01_k_061.wav,komako,,0,,,,,,,,"Ahh, nnngh, fuaah, y-yeah... do your best, dad... nnnngh,\nhi, ah." +471200 ,,,,,2411020,,,,,,,,,,,,,,,"When Komako-chan started moaning honestly from pleasure and\ncalled me 'dad,' I couldn't help but get enthusiastic." +471300 ,,,,,2411020,,,,,,,,,,,,,,,"My cock became as hard as it could be, spreading Komako-\nchan's pussy wide." +471400 ,,,,,2411020,,,,,,,,,,,,,,,The movements that were considerate for the baby gradually\nturned into intense sex focused on pleasure. +471500 ,,,,,2411020,,コマコ,Komako,211_KE01_k_062.wav,komako,,0,,,,,,,,"Ahh, haaah... nnngh, your dick feels so good... hey, if I\nfeel good, nngh, the baby feels good too, right...?" +471600 ,,,,,2411020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's right. You can tell they're happy, right?" +471700 ,,,,,2411020,,コマコ,Komako,211_KE01_k_063.wav,komako,,0,,,,,,,,"Yeah, yeah... ahh, nnngh, dad's dick is hitting deep inside,\nthe baby is happy." +471800 ,,,,,2411020,,,,,,,,,,,,,,,"Komako-chan also started moving her hips, indulging in the\npleasure." +471900 ,,,,,2411020,,,,,,,,,,,,,,,The crotch part of the shifted school swimsuit is soaked and\ndiscolored with love juices. +472000 ,,,,,2411020,,,,,,,,,,,,,,,"Every time my cock goes in and out of her still fresh pink\npussy, lewd wet sounds can be heard." +472100 ,,,,,2411020,,コマコ,Komako,211_KE01_k_064.wav,komako,,0,,,,,,,,"Haa haa, haa haa... nnngh, it feels so good, nnngh, how much\nshould I feel... nnngh?" +472200 ,,,,,2411020,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, if Komako-chan comes, I'm sure the baby will\nbe born too." +472300 ,,,,,2411020,,コマコ,Komako,211_KE01_k_065.wav,komako,,0,,,,,,,,"Nnngh... fuaah, I see... nnngh, got it. Then... make me\ncome, dad... nnngh." +472400 ,,,,,2411020,,,,,,,,,,,,,,,"Komako-chan entwines her legs, pleading." +472500 ,,,,,2411020,,,,,,,,,,,,,,,"My cock, even more excited, rubbed against Komako-chan's\nsensitive parts with all its might." +472600 ,,,,,2411020,,,,,,,,,,,,,,,"Like polishing her pussy shiny with my cock, I repeatedly\nthrust from the entrance to the deepest part." +472700 ,,,,,2411020,,,,,,,,,,,,,,,"Thinking it's for the baby, Komako-chan becomes honest with\nher pleasure without being stubborn. She's really cute.\nAdorable." +472800 ,,,,,2411020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, feel really good and come a lot. For that, Komako-\nchan, shake your butt a lot too." +472900 ,,,,,2411020,,コマコ,Komako,211_KE01_k_066.wav,komako,,0,,,,,,,,"Nnngh, got it... ahh, nnngh, my breasts feel hot...?" +473000 ,,,,,2411020,,,,,,,,,,,,,,,"Komako-chan, who was vigorously shaking her butt to welcome\nmy cock, widened her eyes." +473200 ,,,,,2411030,,コマコ,Komako,211_KE01_k_067.wav,komako,,0,,,,,,,,"Ahh, it's coming out, my milk is coming out." +473300 ,,,,,2411030,,,,,,,,,,,,,,,"With a splash, milk spurted from Komako- chan's nipples\nagain." +473400 ,,,,,2411030,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, wow, it's coming out even without squeezing..." +473500 ,,,,,2411030,,コマコ,Komako,211_KE01_k_068.wav,komako,,0,,,,,,,,"Nnngh... maybe it comes out when it feels good... because\nwhen you go deep inside my belly... fuaah, it's coming out\nagain." +473600 ,,,,,2411030,,,,,,,,,,,,,,,"While thrusting deep into her vagina, milk spurted out\nagain." +473700 ,,,,,2411030,,,,,,,,,,,,,,,"I see, it comes out even without touching when it feels\ngood. It's really erotic." +473800 ,,,,,2411030,,コマコ,Komako,211_KE01_k_069.wav,komako,,0,,,,,,,,"Fuaa... nnngh, uncle's cock, more intensely... nnngh." +473900 ,,,,,2411030,,主人公,Kiyoshi,,,,,,,,,,,,I'm sorry. I'm sorry. Watching Komako-chan's breasts got me\nexcited. +474000 ,,,,,2411030,,コマコ,Komako,211_KE01_k_070.wav,komako,,0,,,,,,,,"Ahhh, nnngh, geez, you're hopeless... aaahhh." +474100 ,,,,,2411030,,,,,,,,,,,,,,,"Even as she said that, Komako-chan patted my head. But her\nhand gripped my head tightly with intense pleasure." +474200 ,,,,,2411030,,,,,,,,,,,,,,,"Her hips shook uncontrollably, and her breasts spurted in\nfront of me." +474300 ,,,,,2411030,,コマコ,Komako,211_KE01_k_071.wav,komako,,0,,,,,,,,"Nnngh... it's fine, you can be rough... because it's for the\nbaby, it can't be helped..." +474400 ,,,,,2411030,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, it's for the baby, so it can't be helped." +474500 ,,,,,2411030,,コマコ,Komako,211_KE01_k_072.wav,komako,,0,,,,,,,,"Nnngh, nnngh, that's right, feeling good and my breasts\nleaking is for the baby too." +474600 ,,,,,2411030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah, it's for the baby that uncle is thrusting his\ncock so intensely." +474700 ,,,,,2411030,,,,,,,,,,,,,,,"While making such excuses to each other, we moved our hips\ntogether, drenched in sweat." +474800 ,,,,,2411030,,,,,,,,,,,,,,,The baby had been kicking wildly for a while now. It seemed\nto be saying it would be born soon. +474900 ,,,,,2411030,,,,,,,,,,,,,,,"That reverberated through my cock, creating even more\nexcitement." +475000 ,,,,,2411030,,コマコ,Komako,211_KE01_k_073.wav,komako,,0,,,,,,,,"So, make me come... nnngh, it feels so good when my breasts\nleak, I'm about to come." +475100 ,,,,,2411030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, uncle is about to come too, so let's go together,\nokay?" +475200 ,,,,,2411030,,コマコ,Komako,211_KE01_k_074.wav,komako,,0,,,,,,,,"Fuaaah, got it... nnngh, baby, wait a little, mommy will\ncome soon...!" +475300 ,,,,,2411030,,,,,,,,,,,,,,,"In a final spurt, I thrust my cock intensely into Komako-\nchan's dripping wet vagina." +475400 ,,,,,2411030,,,,,,,,,,,,,,,"Komako-chan wrapped her legs around my waist, squeezing my\ncock tightly, begging for more with her entire body." +475500 ,,,,,2411030,,,,,,,,,,,,,,,"Her vaginal walls, hot like magma, wrapped around me as if\nto squeeze out my semen." +475600 ,,,,,2411030,,,,,,,,,,,,,,,An unbearable urge to ejaculate overwhelmed me. +475700 ,,,,,2411030,,主人公,Kiyoshi,,,,,,,,,,,,"Ahhh, I'm coming, Komako-chan, uncle... no, daddy is coming\nnow." +475800 ,,,,,2411030,,コマコ,Komako,211_KE01_k_075.wav,komako,,0,,,,,,,,"Me too... nnngh, I'm coming too, I'm cominggg!" +475900 ,,,,,2411030,,,,,,,,,,,,,,,"And then, we both reached our climax together." +476000 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Release inside,sel_1a",,,,,,,,,,,,,,,,,,,■@ Finish inside +↓,"$menu_item 1,Release outside,sel_1b",,,,,,,,,,,,,,,,,,,■A Finish outside +↓,$menu_end,,,,,,,,,,,,,,,,,,, +476100 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ Finish inside +476300 ,,,,,2411040,,,,,,,,,,,,,,,"Splat, splurt, splurt!" +476400 ,,,,,2411040,,コマコ,Komako,211_KE01_k_076.wav,komako,,0,,,,,,,,"Fuaaah, ahh, nnngh, is it coming out? Inside, is it coming\ninside!?" +476500 ,,,,,2411040,,,,,,,,,,,,,,,"In that state, I had no room to pull out, and ended up\nreleasing inside her dripping wet vagina." +476600 ,,,,,2411040,,コマコ,Komako,211_KE01_k_077.wav,komako,,0,,,,,,,,"Nnngh, it's so hot, no, I'm coming, I'm coming, the heat is\nsoaking in, nnngh." +476700 ,,,,,2411040,,,,,,,,,,,,,,,"But it seemed Komako-chan was also overwhelmed, as her\nclimaxing vagina convulsed while being filled with semen,\nmaking her twitch." +476800 ,,,,,2411040,,,,,,,,,,,,,,,"With each spurt, her breasts squirted out milk." +476900 ,,,,,2411040,,コマコ,Komako,211_KE01_k_078.wav,komako,,0,,,,,,,,"Hyaa... nnngh, ahhh, it's coming out, my breasts are\nleaking, nnngh, no more, I really can't..." +477000 ,,,,,2411040,,主人公,Kiyoshi,,,,,,,,,,,,Wow... Komako-chan's breasts are squirting... it's like\nwe're in sync... +477100 ,,,,,2411040,,,,,,,,,,,,,,,"As if synchronized with ejaculation and lactation, we both\nreleased white fluids at the same time." +477200 ,,,,,2411040,,,,,,,,,,,,,,,"From Komako-chan's vagina, the semen that couldn't be\ncontained overflowed." +477300 ,,,,,2411040,,,,,,,,,,,,,,,Her breasts were covered in white milk. +477400 ,,,,,2411040,,,,,,,,,,,,,,,"With her body both inside and out covered in white fluid,\nKomako-chan kept climaxing." +477600 ,,,,,2411050,,コマコ,Komako,211_KE01_k_079.wav,komako,,0,,,,,,,,Haa haa... haa haa... +477700 ,,,,,2411050,,,,,,,,,,,,,,,"Even after Komako-chan's breasts stopped and my ejaculation\nended, we embraced each other, basking in the afterglow." +477800 ,,,,,2411050,,コマコ,Komako,211_KE01_k_080.wav,komako,,0,,,,,,,,"Geez... even though there's a baby, you shouldn't finish\ninside..." +477900 ,,,,,2411050,,主人公,Kiyoshi,,,,,,,,,,,,"S-Sorry. It felt so good, I couldn't pull out in time..." +478000 ,,,,,2411050,,,,,,,,,,,,,,,"With a gentle pat, neither too hard nor too soft, Komako-\nchan placed her hand on my head." +478100 ,,,,,2411050,,コマコ,Komako,211_KE01_k_081.wav,komako,,0,,,,,,,,"...Well, I mean, it felt good for me too, so it's fine.\nBesides, I know you're someone who can't hold back." +478200 ,,,,,2411050,,,,,,,,,,,,,,,Komako-chan removed her hand from my head and let out a\nsigh. +478300 ,,,,,2411050,,主人公,Kiyoshi,,,,,,,,,,,,"I'm really sorry... You don't hate me, do you?" +478400 ,,,,,2411050,,,,,,,,,,,,,,,"Even though she forgave me, I couldn't help but ask out of\nanxiety." +478500 ,,,,,2411050,,,,,,,,,,,,,,,But Komako-chan smiled gently and patted my head again. +478600 ,,,,,2411050,,コマコ,Komako,211_KE01_k_082.wav,komako,,0,,,,,,,,"It's okay... After all, you're the baby's father, right? I\ncan't... hate you." +478700 ,,,,,2411050,,,,,,,,,,,,,,,Her voice was so kind that I wanted to be a little more\nspoiled. I gently rested my head on Komako-chan's stomach. +478800 ,,,,,2411050,,主人公,Kiyoshi,,,,,,,,,,,,"So, do you like me?" +478900 ,,,,,2411050,,コマコ,Komako,211_KE01_k_083.wav,komako,,0,,,,,,,,"Well... I, su-uhh?" +479000 ,,,,,2411050,,,,,,,,,,,,,,,"Suddenly, Komako-chan's body shivered." +479100 ,$go join_1,,,,,,,,,,,,,,,,,,,■To the reunion +479200 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ARelease outside +479400 ,,,,,2411051,,,,,,,,,,,,,,,Splattttt! +479500 ,,,,,2411051,,コマコ,Komako,211_KE01_k_084.wav,komako,,0,,,,,,,,Ahhh... it's so hot... +479600 ,,,,,2411051,,,,,,,,,,,,,,,"At the very last moment, with the little self-control I had\nleft, I pulled my cock out of Komako-chan." +479700 ,,,,,2411051,,,,,,,,,,,,,,,"See, I couldn't just spray it on the baby." +479800 ,,,,,2411051,,,,,,,,,,,,,,,Splurt splurt splurt splurtttt! +479900 ,,,,,2411051,,コマコ,Komako,211_KE01_k_085.wav,komako,,0,,,,,,,,"Nnngh, nnngh... that's a lot... ahhh, my whole body is\ngetting all slippery..." +480000 ,,,,,2411051,,,,,,,,,,,,,,,"Instead, an incredible amount of semen rained down on\nKomako-chan's stomach and breasts." +480100 ,,,,,2411051,,,,,,,,,,,,,,,"I've been holding back for so long. It's not like I haven't\nbeen releasing, though." +480200 ,,,,,2411051,,コマコ,Komako,211_KE01_k_086.wav,komako,,0,,,,,,,,"Ahhh, my breasts are leaking too!" +480300 ,,,,,2411051,,,,,,,,,,,,,,,"As Komako-chan climaxed from being covered in semen, her\nbreasts squirted out milk again." +480400 ,,,,,2411051,,コマコ,Komako,211_KE01_k_087.wav,komako,,0,,,,,,,,Haa haa haa haa haa haa... nn... it's so slippery... +480500 ,,,,,2411051,,,,,,,,,,,,,,,"Decorated in white with a cocktail of breast milk and semen,\nKomako-chan murmured with a dazed expression." +480600 ,,,,,2411051,,コマコ,Komako,211_KE01_k_088.wav,komako,,0,,,,,,,,I wonder if this will make the baby come... +480700 ,,,,,2411051,,主人公,Kiyoshi,,,,,,,,,,,,"Y-yeah. Um, Komako-chan, about what you said earlier..." +480800 ,,,,,2411051,,コマコ,Komako,211_KE01_k_089.wav,komako,,0,,,,,,,,What is it? +480900 ,,,,,2411051,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, well, you called me 'Dad' earlier. Does that mean, um..." +481000 ,,,,,2411051,,,,,,,,,,,,,,,"As I fidgeted, Komako-chan placed her hand on my head with a\ngentle yet firm touch." +481100 ,,,,,2411051,,,,,,,,,,,,,,,Komako-chan smiled with a very kind and beautiful face. +481200 ,,,,,2411051,,コマコ,Komako,211_KE01_k_090.wav,komako,,0,,,,,,,,"Because... you're the baby's dad, Uncle. And... I can't\ndislike you anymore." +481300 ,,,,,2411051,,主人公,Kiyoshi,,,,,,,,,,,,Whaaat? Does that mean you like me? +481400 ,,,,,2411051,,,,,,,,,,,,,,,"When I asked, Komako-chan opened her lips while stroking my\nhead." +481500 ,,,,,2411051,,コマコ,Komako,211_KE01_k_091.wav,komako,,0,,,,,,,,Yeah... I l-love... +481600 ,,,,,2411051,,,,,,,,,,,,,,,"Suddenly, Komako-chan's body shivered." +481800 ,*join_1,,,,,,,,,,,,,,,,,,,■To the reunion +481900 ,$event_return,,,,,,,,,,,,,,,,,,, +482100 ,,,3,31,,,主人公,Kiyoshi,,,,,,,,,,,,"K-Komako-chan, what's wrong?" +482200 ,,,,,,,,,,,,,,,,,,,,"Suddenly, Komako-chan clutched her stomach in pain." +482300 ,,,,,,,コマコ,Komako,211_KE01_k_092.wav,"komako,swim",,14,,,,,,,,My stomach hurts... +482400 ,,,,,,,,,,komako,,14,,,,,,,,"And then, water started trickling from her crotch." +482500 ,,,,,,,,,,komako,,14,,,,,,,,"At first, I thought she wet herself, but this clear\nliquid... could it be her water broke!?" +482600 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,"W-w-w-what should I do, Komako-chan, the baby's coming! An\nambulance? A fire truck!" +482700 ,,,,,,,,,,komako,,14,,,,,,,,Komako-chan firmly patted my head as I panicked. +482800 ,,,,,,,コマコ,Komako,211_KE01_k_093.wav,komako,,10,,,,,,,,"U-uuu, c-calm down. Call an ambulance. ...Uuuu, get it\ntogether, Dad!" +482900 ,,,,,,,主人公,Kiyoshi,,komako,,10,,,,,,,,O-okay! +483000 ,,,,,,,,,,komako,,10,,,,,,,,"Being called Dad, I had no choice but to do my best." +483100 ,,,,,,,,,,komako,,10,,,,,,,,"Straightening my back, I picked up my phone." +483200 ,,,,,,,,,,komako,,10,,,,,,,,Komako-chan clung tightly to my arm in pain. +483300 ,,,,,,,コマコ,Komako,211_KE01_k_094.wav,"komakoL,swim",,22,,,,,,,,Yeah... I'm counting on you... because I love you... +483400 ,,,,,,,,,,komakoL,,22,,,,,,,,"Hearing those words between dialing, I couldn't help but\nwiden my eyes." +483500 ,,,,,,,,,,komakoL,,22,,,,,,,,"I wanted to ask again, but Komako-chan looked in pain, and\nthe call connected to the emergency center." +483600 ,,,,,,,,,,komakoL,,22,,,,,,,,But it's okay. It's probably not a misunderstanding. +483700 ,,,,,,,,,,komakoL,,22,,,,,,,,Komako-chan clearly said it. She loves me. She said she\nloves me. +483800 ,,,,,,,,,,komakoL,,22,,,,,,,,Then I'll do my best for Komako-chan. +483900 ,,,,,,,,,,komakoL,,22,,,,,,,,"From now on, forever and ever――" +484000 ,$exit komako_n,,,,,,,,,,,,,,,,,,,■END +, diff --git a/datascn.tac/822ACB415DA38904.csv b/datascn.tac/822ACB415DA38904.csv new file mode 100644 index 0000000..8b8ce6b --- /dev/null +++ b/datascn.tac/822ACB415DA38904.csv @@ -0,0 +1,11 @@ +%filename%,%macro% +macro,TRUE +00logic,FALSE +01commonA,FALSE +02commonB,FALSE +03commonC,FALSE +04commonD,FALSE +05chie,FALSE +06komako,FALSE +07tenka,FALSE + diff --git a/datascn.tac/936F2E316AEC04E9.csv b/datascn.tac/936F2E316AEC04E9.csv new file mode 100644 index 0000000..35fcee5 --- /dev/null +++ b/datascn.tac/936F2E316AEC04E9.csv @@ -0,0 +1,36 @@ +%no%,%filename%,%info% +11,bg/bg01a.png,駄菓子屋外観 +12,bg/bg01b.png,駄菓子屋外観 :夕方 +14,bg/bg01d.png,駄菓子屋外観 :夜(消灯) +15,bg/bg01e.png,駄菓子屋外観 :雨(昼) +21,bg/bg02a.png,駄菓子屋店内 +22,bg/bg02b.png,駄菓子屋店内 :夕方 +23,bg/bg02c.png,駄菓子屋店内 :夜 +31,bg/bg03a.png,駄菓子屋休憩部屋(主人公の部屋) +32,bg/bg03b.png,駄菓子屋休憩部屋(主人公の部屋) :夕方 +33,bg/bg03c.png,駄菓子屋休憩部屋(主人公の部屋) :夜 +34,bg/bg03d.png,駄菓子屋休憩部屋(主人公の部屋) :夜(消灯) +35,bg/bg03e.png,駄菓子屋休憩部屋(主人公の部屋) :雨(昼) +41,bg/bg04a.png,駄菓子屋休憩部屋2(主人公の部屋) +42,bg/bg04b.png,駄菓子屋休憩部屋2(主人公の部屋) :夕方 +43,bg/bg04c.png,駄菓子屋休憩部屋2(主人公の部屋) :夜 +51,bg/bg05a.png,駄菓子屋トイレ +53,bg/bg05c.png,駄菓子屋トイレ :夜 +61,bg/bg06a.png,駄菓子屋脱衣所 +63,bg/bg06c.png,駄菓子屋脱衣所 :夜 +65,bg/bg06e.png,駄菓子屋脱衣所 :雨(昼) +71,bg/bg07a.png,駄菓子屋お風呂 +73,bg/bg07c.png,駄菓子屋お風呂 :夜 +75,bg/bg07e.png,駄菓子屋お風呂 :雨(昼) +101,bg/bg10a.png,河原全景 +111,bg/bg11a.png,道路1 +112,bg/bg11b.png,道路1 :夕方 +121,bg/bg12a.png,道路2 +122,bg/bg12b.png,道路2 :夕方 +131,bg/bg13a.png,道路3(空き地) +132,bg/bg13b.png,道路3(空き地) :夕方 +201,bg/bg20a.png,ショッピングモールエントランス +211,bg/bg21a.png,ショッピングモール内雑貨屋 +9000,bg/b.png,黒 +9001,bg/w.png,白 + diff --git a/datascn.tac/A5D9E1CB023AC9C5.csv b/datascn.tac/A5D9E1CB023AC9C5.csv new file mode 100644 index 0000000..fcaa8f4 --- /dev/null +++ b/datascn.tac/A5D9E1CB023AC9C5.csv @@ -0,0 +1,173 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%st3_name%,%st3_pos%,%st3_face%,%pageflag%,%text% +10900 ,&Lend_night,,,,,,,,,,,,,,,,,,,,,, +11000 ,,"",$next,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +11100 ,,"",,$next,,,,,,,,,,,,,,,,,,, +11200 ,,"",,,,,,,,,,,,,,,,,,,,, +11300 ,$return,,,,,,,,,,,,,,,,,,,,,, +11400 ,&Lbegin_morning,,,,,,,,,,,,,,,,,,,,,, +11500 ,,"",$next,9001,,,,,,,,,,,,,,,,,,, +11600 ,,"",,,,,,,,,,,,,,,,,,,,, +11700 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +11800 ,$return,,,,,,,,,,,,,,,,,,,,,, +12100 ,&Lend_day_change,,,,,,,,,,,,,,,,,,,,,, +12200 ,,"",$next,,$prev,$prev,,,,,,,,,,,,,,,,, +12300 ,,"",,,$prev,$prev,,,,,,,,,,,,,,,,, +12400 ,,"",,$next,,,,,,,,,,,,,,,,,,, +12500 ,,"",,,,,,,,,,,,,,,,,,,,, +12600 ,$return,,,,,,,,,,,,,,,,,,,,,, +12700 ,&Lbegin_day_change,,,,,,,,,,,,,,,,,,,,,, +12800 ,,"",$next,$next,$next,$next,,,,,,,,,,,,,,,,, +12900 ,$return,,,,,,,,,,,,,,,,,,,,,, +13200 ,&Lend_scene_change,,,,,,,,,,,,,,,,,,,,,, +13300 ,,"",$next,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +13400 ,,"",,$next,,,,,,,,,,,,,,,,,,, +13500 ,$return,,,,,,,,,,,,,,,,,,,,,, +13600 ,&Lbegin_scene_change,,,,,,,,,,,,,,,,,,,,,, +13700 ,,"",$next,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +13800 ,$return,,,,,,,,,,,,,,,,,,,,,, +14100 ,&Lend_move,,,,,,,,,,,,,,,,,,,,,, +14200 ,,"",$next,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +14300 ,,"",,$next,,,,,,,,,,,,,,,,,,, +14400 ,,"",,,,,,,,,,,,,,,,,,,,, +14500 ,$return,,,,,,,,,,,,,,,,,,,,,, +14600 ,&Lbegin_move,,,,,,,,,,,,,,,,,,,,,, +14700 ,,"",$next,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +14800 ,$return,,,,,,,,,,,,,,,,,,,,,, +15600 ,&move_veryshort,,,,,,,,,,,,,,,,,,,,,, +15700 ,,"",$next,9000,,,,,,,,,,,,,,,,,,, +15800 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +15900 ,$return,,,,,,,,,,,,,,,,,,,,,, +16200 ,&move_short,,,,,,,,,,,,,,,,,,,,,, +16300 ,,,$next,$prev,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +16400 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +16500 ,$return,,,,,,,,,,,,,,,,,,,,,, +16600 ,&move_short_r,,,,,,,,,,,,,,,,,,,,,, +16700 ,,,$next,$prev,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +16800 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +16900 ,$return,,,,,,,,,,,,,,,,,,,,,, +17200 ,&move_middle,,,,,,,,,,,,,,,,,,,,,, +17300 ,$macro_ifchange bgm,,,,,,,,,,,,,,,,,,,,,, +↓,,"",0,,,,,,,,,,,,,,,,,,,, +17500 ,,"",$next,9000,,,,,,,,,,,,,,,,,,, +17600 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +17700 ,$return,,,,,,,,,,,,,,,,,,,,,, +17800 ,&move_middle_r,,,,,,,,,,,,,,,,,,,,,, +17900 ,$macro_ifchange bgm,,,,,,,,,,,,,,,,,,,,,, +↓,,"",0,,,,,,,,,,,,,,,,,,,, +18100 ,,"",$next,9000,,,,,,,,,,,,,,,,,,, +18200 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +18300 ,$return,,,,,,,,,,,,,,,,,,,,,, +18600 ,&move_long,,,,,,,,,,,,,,,,,,,,,, +18700 ,,"",0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +18800 ,,"",,9000,,,,,,,,,,,,,,,,,,, +18900 ,,"",$next,,,,,,,,,,,,,,,,,,,, +19000 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +19100 ,$return,,,,,,,,,,,,,,,,,,,,,, +19200 ,&move_long_r,,,,,,,,,,,,,,,,,,,,,, +19300 ,,"",0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +19400 ,,"",,9000,,,,,,,,,,,,,,,,,,, +19500 ,,"",$next,,,,,,,,,,,,,,,,,,,, +19600 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +19700 ,$return,,,,,,,,,,,,,,,,,,,,,, +20500 ,&timepass_quick,,,,,,,,,,,,,,,,,,,,,, +20600 ,,"",,9000,,,,,,,,,,,,,,,,,,, +20700 ,,"",,,,,,,,,,,,,,,,,,,,, +20800 ,,"",$next,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +21000 ,$return,,,,,,,,,,,,,,,,,,,,,, +21300 ,&timepass_short,,,,,,,,,,,,,,,,,,,,,, +21400 ,,"",,9000,,,,,,,,,,,,,,,,,,, +21500 ,,"",,,,,,,,,,,,,,,,,,,,, +21600 ,,"",$next,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +21700 ,$return,,,,,,,,,,,,,,,,,,,,,, +22000 ,&timepass_middle,,,,,,,,,,,,,,,,,,,,,, +22100 ,,"",0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +22200 ,,"",,9000,,,,,,,,,,,,,,,,,,, +22300 ,,"",$next,,,,,,,,,,,,,,,,,,,, +22400 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +22500 ,$return,,,,,,,,,,,,,,,,,,,,,, +22800 ,&timepass_bgchange,,,,,,,,,,,,,,,,,,,,,, +22900 ,,"",0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +23000 ,,"",,9000,,,,,,,,,,,,,,,,,,, +23100 ,,"",$next,,,,,,,,,,,,,,,,,,,, +23200 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +23300 ,$return,,,,,,,,,,,,,,,,,,,,,, +23600 ,&timepass_day_short,,,,,,,,,,,,,,,,,,,,,, +23700 ,,"",0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +23800 ,,"",,9000,,,,,,,,,,,,,,,,,,, +23900 ,,"",$next,,,,,,,,,,,,,,,,,,,, +24000 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +24100 ,$return,,,,,,,,,,,,,,,,,,,,,, +24400 ,&timepass_day_long,,,,,,,,,,,,,,,,,,,,,, +24500 ,,"",0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +24600 ,,"",,9000,,,,,,,,,,,,,,,,,,, +24700 ,,"",$next,,,,,,,,,,,,,,,,,,,, +24800 ,,"",,,,,,,,,,,,,,,,,,,,, +24900 ,,"",,9001,,,,,,,,,,,,,,,,,,, +25000 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +25100 ,$return,,,,,,,,,,,,,,,,,,,,,, +25900 ,&kira_wipe,,,,,,,,,,,,,,,,,,,,,, +26000 ,,"",$next,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +26100 ,,"&file_p=pic/etc/p5.png&num=5&size=1.6,0.2&time=0.3&speed=0.4&round=500&random=50&mode=add"">",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +26200 ,$return,,,,,,,,,,,,,,,,,,,,,, +27000 ,&scene_charchange,,,,,,,,,,,,,,,,,,,,,, +27100 ,,"",,9000,,,,,,,,,,,,,,,,,,, +27200 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +27300 ,$return,,,,,,,,,,,,,,,,,,,,,, +27600 ,&scene_past_begin,,,,,,,,,,,,,,,,,,,,,, +27700 ,$macro_ifchange bgm,,,,,,,,,,,,,,,,,,,,,, +↓,,"",0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +27900 ,,"",,9001,,,,,,,,,,,,,,,,,,, +28000 ,,,$next,,,,,,,,,,,,,,,,,,,, +28100 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +28200 ,$return,,,,,,,,,,,,,,,,,,,,,, +28300 ,&scene_past_end,,,,,,,,,,,,,,,,,,,,,, +28400 ,,"",$next,9001,,,,,,,,,,,,,,,,,,, +28500 ,,,,,,,,,,,,,,,,,,,,,,, +28600 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +28700 ,$return,,,,,,,,,,,,,,,,,,,,,, +29000 ,&scene_h_begin,,,,,,,,,,,,,,,,,,,,,, +29100 ,$macro_ifchange bgm,,,,,,,,,,,,,,,,,,,,,, +↓,,"",0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +29300 ,,"",$next,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +29400 ,,"",,9001,,,,,,,,,,,,,,,,,,, +29500 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +29600 ,$return,,,,,,,,,,,,,,,,,,,,,, +29800 ,&scene_h_end,,,,,,,,,,,,,,,,,,,,,, +29900 ,$macro_ifchange bgm,,,,,,,,,,,,,,,,,,,,,, +↓,,"",0,$prev,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +30100 ,,"",,9001,,,,,,,,,,,,,,,,,,, +30200 ,,"",$next,,,,,,,,,,,,,,,,,,,, +30300 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +30400 ,$return,,,,,,,,,,,,,,,,,,,,,, +31200 ,&ef_shasei_l,,,,,,,,,,,,,,,,,,,,,, +31300 ,,"",,9001,,,,,,,,,,,,,,,,,,, +31400 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +31500 ,,"",,9001,,,,,,,,,,,,,,,,,,, +31600 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +31700 ,$return,,,,,,,,,,,,,,,,,,,,,, +31900 ,&ef_shasei,,,,,,,,,,,,,,,,,,,,,, +32000 ,,"",,9001,,,,,,,,,,,,,,,,,,, +32100 ,,"",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +32200 ,$return,,,,,,,,,,,,,,,,,,,,,, +32500 ,,,,,,,,,,,,,,,,,,,,,,, +32600 ,,,,,,,,,,,,,,,,,,,,,,, +32700 ,,,,,,,,,,,,,,,,,,,,,,, +32800 ,,,,,,,,,,,,,,,,,,,,,,, +32900 ,,,,,,,,,,,,,,,,,,,,,,, +33000 ,,,,,,,,,,,,,,,,,,,,,,, +33100 ,,,,,,,,,,,,,,,,,,,,,,, +33200 ,,,,,,,,,,,,,,,,,,,,,,, +33300 ,,,,,,,,,,,,,,,,,,,,,,, +33400 ,,,,,,,,,,,,,,,,,,,,,,, +33500 ,,,,,,,,,,,,,,,,,,,,,,, +33600 ,,,,,,,,,,,,,,,,,,,,,,, +33700 ,,,,,,,,,,,,,,,,,,,,,,, +33800 ,,,,,,,,,,,,,,,,,,,,,,, +33900 ,,,,,,,,,,,,,,,,,,,,,,, +34000 ,,,,,,,,,,,,,,,,,,,,,,, +34100 ,,,,,,,,,,,,,,,,,,,,,,, +34200 ,,,,,,,,,,,,,,,,,,,,,,, +34300 ,,,,,,,,,,,,,,,,,,,,,,, +34400 ,,,,,,,,,,,,,,,,,,,,,,, +34500 ,,,,,,,,,,,,,,,,,,,,,,, +, diff --git a/datascn.tac/B27BFE679615A8E3.csv b/datascn.tac/B27BFE679615A8E3.csv new file mode 100644 index 0000000..3387dd9 --- /dev/null +++ b/datascn.tac/B27BFE679615A8E3.csv @@ -0,0 +1,3259 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@t07_ramune_trial,,,,,,,,,,,,,,,,,,,Demo Version Entry Point +10100 ,,,,,,,,,,,,,,,,,,,,Start Error: This program is for the demo version. +10200 ,$exit,,,,,,,,,,,,,,,,,,,"It's not good to have the demo version's exe read the full\nversion's data, so it ends here." +10400 ,@t07_ramune_entorypoint,,,,,,,,,,,,,,,,,,,Full Version Entry Point +10500 ,*init,,,,,,,,,,,,,,,,,,, +10700 ,,"",,,,,,,,,,,,,,,,,, +11300 ,*debugmenu,,,,,,,,,,,,,,,,,,, +11400 ,"$fset %jump%,0",,,,,,,,,,,,,,,,,,,"Since it's set to zero here, you can only start from the\nbeginning in the full version (jumps to @logic_top)." +11500 ,$jump_begin,,,,,,,,,,,,,,,,,,,"In debug mode, a menu appears allowing selection." +↓,"$jump_item 0,最初からスタート,logic_top",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,共通パートから,common_top",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 2,千恵ルートから,route_chie",8,,,,,,,,,,,,,,,,,, +↓,"$jump_item 3,コマコルートから,route_komako",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 4,甜花ルートから,route_tenka",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +11600 ,,,,,,,,,,,,,,,,,,,,Start Error: Logic Inconsistency +11700 ,$go logic_top,,,,,,,,,,,,,,,,,,, +12000 ,@logic_top,,,,,,,,,,,,,,,,,,,Logic Start +12100 ,"$fset %sysmode%,1",,,,,,,,,,,,,,,,,,,System Mode ON: Suppressing save and other actions during\nname input. +12300 ,@nameedit,,,,,,,,,,,,,,,,,,, +12400 ,,"",5,9000,,,,,,,,,,,,,,,p,"Do you want to change the protagonist's name? The default\nname is ""Tachikawa Kiyoshi." +12500 ,"$menu_begin ,nosave",,,,,,,,,,,,,,,,,,, +↓,"$menu_item 0,Change,yes",,,,,,,,,,,,,,,,,,, +↓,"$menu_item 1,Don't Change,no",,,,,,,,,,,,,,,,,,, +↓,$menu_end,,,,,,,,,,,,,,,,,,, +12600 ,*yes,,,,,,,,,,,,,,,,,,,"Name Input: If changed, %namemod% should contain 1." +12700 ,$name_entry,,,,,,,,,,,,,,,,,,, +12800 ,,,,,,,,,,,,,,,,,,,, +12900 ,"$cmp %namemod%,!=,1",,,,,,,,,,,,,,,,,,,Branch if not changed or canceled. +13000 ,$true,,,,,,,,,,,,,,,,,,, +↓,$go no,,,,,,,,,,,,,,,,,,, +13100 ,,,,,,,,,,,,,,,,,,,,"The protagonist's name has been changed to ""Tachikawa\nKiyoshi." +13200 ,$go end_namemod,,,,,,,,,,,,,,,,,,, +13300 ,*no,,,,,,,,,,,,,,,,,,, +13400 ,,,,,,,,,,,,,,,,,,,, +13500 ,,,,,,,,,,,,,,,,,,,,"Using the default name. The protagonist's name is ""Tachikawa\nKiyoshi." +13600 ,*end_namemod,,,,,,,,,,,,,,,,,,, +13700 ,,"",0,,,,,,,,,,,,,,,,, +13800 ,,"",,9001,,,,,,,,,,,,,,,, +14100 ,@scenario_top,,,,,,,,,,,,,,,,,,,Game Start Point +14200 ,$clear_history,,,,,,,,,,,,,,,,,,,Clear History +14300 ,"$fset %sysmode%,0",,,,,,,,,,,,,,,,,,,System Mode OFF +14500 ,$go common_top,,,,,,,,,,,,,,,,,,,Executing Common Route (CA00 to CC00) +14700 ,@common_end,,,,,,,,,,,,,,,,,,,Returned after finishing the Common Route +15100 ,@route_branch,,,,,,,,,,,,,,,,,,,Route Branch +15200 ,"$warning 千恵フラグ,%chie%",,,,,,,,,,,,,,,,,,, +15300 ,"$warning コマコフラグ,%komako%",,,,,,,,,,,,,,,,,,, +15400 ,"$warning 甜花フラグ,%tenka%",,,,,,,,,,,,,,,,,,, +15600 ,*harem_check,,,,,,,,,,,,,,,,,,,Check the harem before that +15700 ,$is_addin_exist {22C74ED4-9CCE-44DB-A157-8F8CCCB2F2A7},,,,,,,,,,,,,,,,,,,"If the additional scenario (harem) is installed, the\nvariable ""%addin_exist%"" returns 1" +16000 ,"$fset %jump%,%addin_exist%",,,,,,,,,,,,,,,,,,, +16100 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,ハーレムがインストールされていない,check_chie",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,ハーレムがインストールされてる,harem_continue",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +16200 ,*harem_continue,,,,,,,,,,,,,,,,,,,Check conditions for the harem route (all heroine flags\nwithin ±1) +16300 ,"$fmax %temp1%,%chie%,%komako%",,,,,,,,,,,,,,,,,,, +16400 ,"$fmax %temp1%,%temp1%,%tenka%",,,,,,,,,,,,,,,,,,,"temp1 = max( max( chie, komako ), tenka )" +16500 ,"$warning MAX(千恵、コマコ、甜花),%temp1%",,,,,,,,,,,,,,,,,,, +16600 ,"$fmin %temp2%,%chie%,%komako%",,,,,,,,,,,,,,,,,,, +16700 ,"$fmin %temp2%,%temp2%,%tenka%",,,,,,,,,,,,,,,,,,,"temp2 = min( min( chie, komako ), tenka )" +16800 ,"$warning MIN(千恵、コマコ、甜花),%temp2%",,,,,,,,,,,,,,,,,,, +16900 ,"$fsub %temp1%,%temp2%",,,,,,,,,,,,,,,,,,,"If temp1-temp2 is 0 or 1, it can be said that all heroine\nflags are within ±1" +17100 ,"$cmp %temp1%,<=,1",,,,,,,,,,,,,,,,,,, +17200 ,"$fset %jump%,%cmp_flag%",,,,,,,,,,,,,,,,,,,"If it's 0 or 1, proceed to the harem route" +17300 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,ハーレム条件成立せず,check_chie",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,ハーレムルートへ(フラグが±1だった),route_harem",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +17700 ,*check_chie,,,,,,,,,,,,,,,,,,, +17800 ,"$fmax %temp1%,%komako%,%tenka%",,,,,,,,,,,,,,,,,,,"temp1 = max( komako, tenka )" +17900 ,"$cmp %chie%,>=,%temp1%",,,,,,,,,,,,,,,,,,,Is the Chie flag greater than or equal to the Komako and\nTenka flags? +18000 ,"$fset %jump%,%cmp_flag%",,,,,,,,,,,,,,,,,,, +18100 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,千恵ルートへ,route_chie",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,千恵ルート条件成立せず,check_komako",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +18500 ,*check_komako,,,,,,,,,,,,,,,,,,, +18600 ,"$cmp %komako%,>=,%tenka%",,,,,,,,,,,,,,,,,,,Is the Komako flag greater than or equal to the Tenka flag? +18700 ,"$fset %jump%,%cmp_flag%",,,,,,,,,,,,,,,,,,, +18800 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,コマコルートへ(コマコ≧甜花),route_komako",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,甜花ルートへ,route_tenka",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +19000 ,$warning ロジックエラー:ルート分岐失敗,,,,,,,,,,,,,,,,,,,Logic Error +19300 ,$exit error,,,,,,,,,,,,,,,,,,, +19700 ,@yuko_route,,,,,,,,,,,,,,,,,,,Yuuko Route (Preparation for additional scenario) +19800 ,$is_addin_exist {F5118DCD-83A1-41B7-AF30-72B45F817819},,,,,,,,,,,,,,,,,,,"If the additional scenario (Yuuko) is installed, the\nvariable ""%addin_exist%"" returns 1" +20000 ,"$fset %jump%,%addin_exist%",,,,,,,,,,,,,,,,,,, +20100 ,$jump_begin,,,,,,,,,,,,,,,,,,, +↓,"$jump_item 0,優子シナリオがインストールされていない,no_yuko",,,,,,,,,,,,,,,,,,, +↓,"$jump_item 1,優子シナリオがインストールされてる,exist_yuko",,,,,,,,,,,,,,,,,,, +↓,$jump_end,,,,,,,,,,,,,,,,,,, +20300 ,*no_yuko,,,,,,,,,,,,,,,,,,,"If the Yuuko scenario is not installed, go here" +20400 ,$go yuko_route_not_exist,,,,,,,,,,,,,,,,,,,Chie Bad END (Yuuko) +20600 ,*exist_yuko,,,,,,,,,,,,,,,,,,, +20700 ,$go t07_add_yuko,,,,,,,,,,,,,,,,,,,Specify the label for the additional scenario +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,, +, diff --git a/datascn.tac/B3B85455BE6164E2.csv b/datascn.tac/B3B85455BE6164E2.csv new file mode 100644 index 0000000..6031f0b --- /dev/null +++ b/datascn.tac/B3B85455BE6164E2.csv @@ -0,0 +1,464 @@ +%no%,%info%,%filename%,%conceal%,%thumbnail%,%type% +1000000,SA00A :千恵/駄菓子屋店内/昼 :差分A :ちーちゃんがチョコバット食べる : チョコバットに視線。,ev/SA00Aa.png,cc/SA00Aa.png,tn/SA00Aa.png,S +1000010,    :差分B :舐めるの一時中断 : にっこり,ev/SA00Ab.png,cc/SA00Ab.png,tn/SA00Ab.png,S +1000020,    :差分C :チョコバット咥える : にっこり,ev/SA00Ac.png,cc/SA00Ac.png,tn/SA00Ac.png,S +1100000,SB00A :千恵/駄菓子屋脱衣所/昼 :差分A :ちーちゃんとお風呂(脱衣所)。下半身だけ脱いでる : 脱いだ服に目線。たのしそう,ev/SB00Aa.png,cc/SB00Aa.png,tn/SB00Aa.png,S +1100010,    :差分B :下半身だけ脱いでる : 主人公に目線でにっこり,ev/SB00Ab.png,cc/SB00Ab.png,tn/SB00Ab.png,S +1100020,    :差分C :全裸 : 脱いだ服に目線。たのしそう,ev/SB00Ac.png,cc/SB00Ac.png,tn/SB00Ac.png,S +1100030,    :差分D :全裸 : 主人公に目線でにっこり,ev/SB00Ad.png,cc/SB00Ad.png,tn/SB00Ad.png,S +1101000,SB00B :千恵/駄菓子屋お風呂/昼 :差分A :ちーちゃんとお風呂(湯船) : 楽しそう,ev/SB00Ba.png,cc/SB00Ba.png,tn/SB00Ba.png,S +1101010,    :差分B :主人公を見る,ev/SB00Bb.png,cc/SB00Bb.png,tn/SB00Bb.png,S +1101020,    :差分C :不思議そうな顔,ev/SB00Bc.png,cc/SB00Bc.png,tn/SB00Bc.png,S +1101030,    :差分D :おしっこ我慢,ev/SB00Bd.png,cc/SB00Bd.png,tn/SB00Bd.png,S +1110000,SB01A :千恵/河原/昼 :差分A :騎乗位で蘇生処置 : 涙目,ev/SB01Aa.png,cc/SB01Aa.png,tn/SB01Aa.png,S +1110010,    :差分B :主人公勃起 : 驚く,ev/SB01Ab.png,cc/SB01Ab.png,tn/SB01Ab.png,S +1110020,    :差分C :頑張って蘇生処置,ev/SB01Ac.png,cc/SB01Ac.png,tn/SB01Ac.png,S +1120000,SB02A :千恵/駄菓子屋お風呂/昼 :差分A :お風呂でおしっこするちーちゃん。おしっこ前 : 我慢してる,ev/SB02Aa.png,cc/SB02Aa.png,tn/SB02Aa.png,S +1120010,    :差分B :おしっこ開始 : きもちいい,ev/SB02Ab.png,cc/SB02Ab.png,tn/SB02Ab.png,S +1120020,    :差分C :おしっこ終了 : スッキリ,ev/SB02Ac.png,cc/SB02Ac.png,tn/SB02Ac.png,S +1130000,SB03A :千恵/駄菓子屋休憩部屋/昼 :差分A :ちーちゃんに手コキしてもらう。勃起してない : 不思議そう,ev/SB03Aa.png,cc/SB03Aa.png,tn/SB03Aa.png,S +1130010,    :差分B :勃起 : 慌てる,ev/SB03Ab.png,cc/SB03Ab.png,tn/SB03Ab.png,S +1130020,    :差分C :真顔。一生懸命チンポこする,ev/SB03Ac.png,cc/SB03Ac.png,tn/SB03Ac.png,S +1130030,    :差分D :主人公の様子をうかがう。不思議そう,ev/SB03Ad.png,cc/SB03Ad.png,tn/SB03Ad.png,S +1130040,    :差分E :射精 : びっくり,ev/SB03Ae.png,cc/SB03Ae.png,tn/SB03Ae.png,S +1130050,    :差分F :射精後。精液かかる : 困った,ev/SB03Af.png,cc/SB03Af.png,tn/SB03Af.png,S +1140000,SB04A :千恵/駄菓子屋休憩部屋/昼 :差分A :ちーちゃんのオマンコを舐める。まんぐりポーズ : ちょっとびっくり,ev/SB04Aa.png,cc/SB04Aa.png,tn/SB04Aa.png,S +1140010,    :差分B :舐め始める : くすぐったい,ev/SB04Ab.png,cc/SB04Ab.png,tn/SB04Ab.png,S +1140020,    :差分C :敏感なところを舐められてちょっとびっくり,ev/SB04Ac.png,cc/SB04Ac.png,tn/SB04Ac.png,S +1140030,    :差分D :ちょっと感じる。おしっこ出そう,ev/SB04Ad.png,cc/SB04Ad.png,tn/SB04Ad.png,S +1140040,    :差分E :おしっこ出る : ちょっとイッちゃう,ev/SB04Ae.png,cc/SB04Ae.png,tn/SB04Ae.png,S +1150000,SB05A :千恵/駄菓子屋休憩部屋/昼 :差分A :ヨーグルまみれちんぽ : チンポ眺める。楽しそう,ev/SB05Aa.png,cc/SB05Aa.png,tn/SB05Aa.png,S +1150010,    :差分B :チンポ舐め始める,ev/SB05Ab.png,cc/SB05Ab.png,tn/SB05Ab.png,S +1150020,    :差分C :クリームなくなる : 不満げ,ev/SB05Ac.png,cc/SB05Ac.png,tn/SB05Ac.png,S +1150030,    :差分D :ちんぽにヨーグルを塗るちーちゃん : 楽しそう,ev/SB05Ad.png,cc/SB05Ad.png,tn/SB05Ad.png,S +1150040,    :差分E :チンポ咥える : 嬉しそう,ev/SB05Ae.png,cc/SB05Ae.png,tn/SB05Ae.png,S +1150050,    :差分F :口内射精 : 困る,ev/SB05Af.png,cc/SB05Af.png,tn/SB05Af.png,S +1150060,    :差分G0 :口内射精続き。チンポから口を離す。糸引き : にっこり,ev/SB05Ag0.png,cc/SB05Ag0.png,tn/SB05Ag0.png,S +1150061,    :差分G1 :顔射 : にっこり,ev/SB05Ag1.png,cc/SB05Ag1.png,tn/SB05Ag1.png,S +1160000,SB06A :千恵/駄菓子屋休憩部屋/昼 :差分A :ちーちゃんでオナニー : 寝ている,ev/SB06Aa.png,cc/SB06Aa.png,tn/SB06Aa.png,S +1160010,    :差分B :スカートめくる : パンツ見える,ev/SB06Ab.png,cc/SB06Ab.png,tn/SB06Ab.png,S +1160020,    :差分C :上着めくる : パンツ+おっぱい見える,ev/SB06Ac.png,cc/SB06Ac.png,tn/SB06Ac.png,S +1160030,    :差分D :パンツずらす : まんこ+おっぱい見える,ev/SB06Ad.png,cc/SB06Ad.png,tn/SB06Ad.png,S +1160050,    :差分F :ちんこ擦りつける : くすぐったそうな寝顔,ev/SB06Af.png,cc/SB06Af.png,tn/SB06Af.png,S +1160060,    :差分G :射精。ぶっかけ,ev/SB06Ag.png,cc/SB06Ag.png,tn/SB06Ag.png,S +1170000,SB07A :千恵/駄菓子屋休憩部屋/昼 :差分A :ちーちゃんとスマタ。一緒に昼寝 : 目はつぶっているがまだ寝ていない,ev/SB07Aa.png,cc/SB07Aa.png,tn/SB07Aa.png,S +1170010,    :差分B :服に手を入れてくすぐる : 大笑い,ev/SB07Ab.png,cc/SB07Ab.png,tn/SB07Ab.png,S +1170020,    :差分C :くすぐり終了 : 話聞いてる,ev/SB07Ac.png,cc/SB07Ac.png,tn/SB07Ac.png,S +1170030,    :差分D :スマタ開始,ev/SB07Ad.png,cc/SB07Ad.png,tn/SB07Ad.png,S +1170040,    :差分E :スマタ中 : 感じてきた,ev/SB07Ae.png,cc/SB07Ae.png,tn/SB07Ae.png,S +1170050,    :差分F :射精,ev/SB07Af.png,cc/SB07Af.png,tn/SB07Af.png,S +1200000,SC00A :千恵/駄菓子屋休憩部屋/昼 :差分A :顔面騎乗足コキ : 嬉しそう,ev/SC00Aa.png,cc/SC00Aa.png,tn/SC00Aa.png,S +1200010,    :差分B :一生懸命足コキ,ev/SC00Ab.png,cc/SC00Ab.png,tn/SC00Ab.png,S +1200020,    :差分C :感じてきた,ev/SC00Ac.png,cc/SC00Ac.png,tn/SC00Ac.png,S +1200030,    :差分D :射精,ev/SC00Ad.png,cc/SC00Ad.png,tn/SC00Ad.png,S +1201000,SC00B :千恵/駄菓子屋休憩部屋/昼 :差分A :正常位セックス。挿入前。 : 不安げ,ev/SC00Ba.png,cc/SC00Ba.png,tn/SC00Ba.png,S +1201010,    :差分B :お腹に女性器の内部を落書き : 不安げ,ev/SC00Bb.png,cc/SC00Bb.png,tn/SC00Bb.png,S +1201020,    :差分C :開脚+ちんこを図の上に当てる : 不安+焦り,ev/SC00Bc.png,cc/SC00Bc.png,tn/SC00Bc.png,S +1201030,    :差分D :先っちょだけ挿入 : 不安げ,ev/SC00Bd.png,cc/SC00Bd.png,tn/SC00Bd.png,S +1201040,    :差分E :半分ぐらい挿入。出血 : 痛い+涙目,ev/SC00Be.png,cc/SC00Be.png,tn/SC00Be.png,S +1201050,    :差分F :主人公動く : 目を閉じて我慢,ev/SC00Bf.png,cc/SC00Bf.png,tn/SC00Bf.png,S +1201060,    :差分G :中出し,ev/SC00Bg.png,cc/SC00Bg.png,tn/SC00Bg.png,S +1201070,    :差分H0 :中出し続き。チンポ抜ける。精液流れ出す,ev/SC00Bh0.png,cc/SC00Bh0.png,tn/SC00Bh0.png,S +1201071,    :差分H1 :外出し。ぶっかけ,ev/SC00Bh1.png,cc/SC00Bh1.png,tn/SC00Bh1.png,S +1210000,SC01A :千恵/駄菓子屋外観/昼 :差分A :リモコンローターをON : スカートをギュッと握って我慢,ev/SC01Aa.png,cc/SC01Aa.png,tn/SC01Aa.png,S +1210010,    :差分B :ローターOFF : 気持ち良くなってきた,ev/SC01Ab.png,cc/SC01Ab.png,tn/SC01Ab.png,S +1210040,    :差分E :おしっこ漏れ始める,ev/SC01Ae.png,cc/SC01Ae.png,tn/SC01Ae.png,S +1210050,    :差分F :盛大におしっこ漏れる : 涙目,ev/SC01Af.png,cc/SC01Af.png,tn/SC01Af.png,S +1211000,SC01B :千恵/駄菓子屋休憩部屋/昼 :差分A :上着たくし上げ。ローター入ってる : 涙目,ev/SC01Ba.png,cc/SC01Ba.png,tn/SC01Ba.png,S +1211010,    :差分B :コード引っぱってローターが少し顔を出す : 目を閉じて我慢,ev/SC01Bb.png,cc/SC01Bb.png,tn/SC01Bb.png,S +1211020,    :差分C :ローター抜ける,ev/SC01Bc.png,cc/SC01Bc.png,tn/SC01Bc.png,S +1211030,    :差分D :ふきふき,ev/SC01Bd.png,cc/SC01Bd.png,tn/SC01Bd.png,S +1211040,    :差分E :挿入 : ちょっと感じる,ev/SC01Be.png,cc/SC01Be.png,tn/SC01Be.png,S +1211050,    :差分F :かなり感じる,ev/SC01Bf.png,cc/SC01Bf.png,tn/SC01Bf.png,S +1211060,    :差分G :イッちゃう,ev/SC01Bg.png,cc/SC01Bg.png,tn/SC01Bg.png,S +1211070,    :差分H :ちんぽ抜ける。精液溢れる : ハァハァ,ev/SC01Bh.png,cc/SC01Bh.png,tn/SC01Bh.png,S +1220000,SC02A :千恵/駄菓子屋休憩部屋/昼 :差分A :お昼寝コマコ&甜花の横でセックス。騎乗位。挿入済 : 痛くはないけどちょっと苦しい,ev/SC02Aa.png,cc/SC02Aa.png,tn/SC02Aa.png,S +1220010,    :差分B :嬉しい,ev/SC02Ab.png,cc/SC02Ab.png,tn/SC02Ab.png,S +1220020,    :差分C :愛液差分 : 少し気持ちよくなってくる,ev/SC02Ac.png,cc/SC02Ac.png,tn/SC02Ac.png,S +1220030,    :差分D :愛液差分 : 感じている。気持ちいい,ev/SC02Ad.png,cc/SC02Ad.png,tn/SC02Ad.png,S +1220040,    :差分E :中出し : イッてしまう。一生懸命声を我慢する,ev/SC02Ae.png,cc/SC02Ae.png,tn/SC02Ae.png,S +1220050,    :差分F :中出し続き。挿入したまま : ハァハァ,ev/SC02Af.png,cc/SC02Af.png,tn/SC02Af.png,S +1231000,SC03B :千恵/外。道の脇の茂みの中/昼 :差分A :立ちバック。ズボンとパンツズリおろし+上着まくり上げ。挿入前,ev/SC03Ba.png,cc/SC03Ba.png,tn/SC03Ba.png,S +1231010,    :差分B :愛液出てきた : ちょっと感じてきた,ev/SC03Bb.png,cc/SC03Bb.png,tn/SC03Bb.png,S +1231020,    :差分C :挿入,ev/SC03Bc.png,cc/SC03Bc.png,tn/SC03Bc.png,S +1231030,    :差分D :激しく動く : かなり感じる,ev/SC03Bd.png,cc/SC03Bd.png,tn/SC03Bd.png,S +1231040,    :差分E :中出し,ev/SC03Be.png,cc/SC03Be.png,tn/SC03Be.png,S +1231050,    :差分F0 :中出し続き。チンポ抜けて精液垂れる,ev/SC03Bf0.png,cc/SC03Bf0.png,tn/SC03Bf0.png,S +1231051,    :差分F1 :外出し。お尻とか背中に精液かかる,ev/SC03Bf1.png,cc/SC03Bf1.png,tn/SC03Bf1.png,S +1240000,SC04A :千恵/駄菓子屋休憩部屋/昼 :差分A :授乳手コキ。全裸。胸に吸い付く : くすぐったい,ev/SC04Aa.png,cc/SC04Aa.png,tn/SC04Aa.png,S +1240010,    :差分B :ちょっと怒る。,ev/SC04Ab.png,cc/SC04Ab.png,tn/SC04Ab.png,S +1240020,    :差分C :手コキ開始 : ちょっと困る,ev/SC04Ac.png,cc/SC04Ac.png,tn/SC04Ac.png,S +1240030,    :差分D :先走り : うれしい&ちょっと気持ちいい,ev/SC04Ad.png,cc/SC04Ad.png,tn/SC04Ad.png,S +1240040,    :差分E :射精 : びっくり,ev/SC04Ae.png,cc/SC04Ae.png,tn/SC04Ae.png,S +1240050,    :差分F :射精続き : ちょっとうれしい,ev/SC04Af.png,cc/SC04Af.png,tn/SC04Af.png,S +1241000,SC04B :千恵/主人公の家の庭/昼 :差分A :ビニールプールでバック。主人公の方を見ている : 楽しそう,ev/SC04Ba.png,cc/SC04Ba.png,tn/SC04Ba.png,S +1241010,    :差分B :精液入り水鉄砲を握って興奮する主人公(画面外) : 不思議そう,ev/SC04Bb.png,cc/SC04Bb.png,tn/SC04Bb.png,S +1241020,    :差分C :水鉄砲でオマンコ射的 : 楽しそう,ev/SC04Bc.png,cc/SC04Bc.png,tn/SC04Bc.png,S +1241030,    :差分D :射的終了。股間濡れてる,ev/SC04Bd.png,cc/SC04Bd.png,tn/SC04Bd.png,S +1241040,    :差分E :挿入 : エッチな気持ち,ev/SC04Be.png,cc/SC04Be.png,tn/SC04Be.png,S +1241050,    :差分F :挿入 : ちょっと感じてくる,ev/SC04Bf.png,cc/SC04Bf.png,tn/SC04Bf.png,S +1241060,    :差分G :挿入 : イキそう,ev/SC04Bg.png,cc/SC04Bg.png,tn/SC04Bg.png,S +1241070,    :差分H :中出し : ハァハァ,ev/SC04Bh.png,cc/SC04Bh.png,tn/SC04Bh.png,S +1241080,    :差分I0 :中出し続き。チンポ抜ける,ev/SC04Bi0.png,cc/SC04Bi0.png,tn/SC04Bi0.png,S +1241081,    :差分I1 :外出し。ぶっかけ,ev/SC04Bi1.png,cc/SC04Bi1.png,tn/SC04Bi1.png,S +1242000,SC04C :千恵/駄菓子屋休憩部屋/昼 :差分A :対面座位で汗だくセックス。挿入済み。 : ※※C差分と共用,ev/SC04Ca.png,cc/SC04Ca.png,tn/SC04Ca.png,S +1242010,    :差分B :チュー : キス顔,ev/SC04Cb.png,cc/SC04Cb.png,tn/SC04Cb.png,S +1242030,    :差分D :激しく動く。互いにイキそう : トロ顔,ev/SC04Cd.png,cc/SC04Cd.png,tn/SC04Cd.png,S +1242040,    :差分E :中出し,ev/SC04Ce.png,cc/SC04Ce.png,tn/SC04Ce.png,S +1242050,    :差分F :中出し続き : 挿入したまま,ev/SC04Cf.png,cc/SC04Cf.png,tn/SC04Cf.png,S +1242060,    :差分G :中出しさらに続き : キス顔,ev/SC04Cg.png,cc/SC04Cg.png,tn/SC04Cg.png,S +1250000,SC05A :千恵/駄菓子屋外観(外にあるアイスの冷蔵庫)/昼(午前中) :差分A :上半身がアイスの冷凍庫にはまって動けなくなっいちーちゃん。 : ズボンとパンツを脱がされてお仕置きに怯える,ev/SC05Aa.png,cc/SC05Aa.png,tn/SC05Aa.png,S +1250010,    :差分B :マンコに凍ったチューチューアイスを入れられて慌てる,ev/SC05Ab.png,cc/SC05Ab.png,tn/SC05Ab.png,S +1250020,    :差分C :お尻たたかれる。手形がつく,ev/SC05Ac.png,cc/SC05Ac.png,tn/SC05Ac.png,S +1250030,    :差分D :泣きながらごめんなさいする,ev/SC05Ad.png,cc/SC05Ad.png,tn/SC05Ad.png,S +1250040,    :差分E :アイスを抜いてちんぽ挿入 : 泣き,ev/SC05Ae.png,cc/SC05Ae.png,tn/SC05Ae.png,S +1250050,    :差分F :気持ち良くなってきた,ev/SC05Af.png,cc/SC05Af.png,tn/SC05Af.png,S +1250060,    :差分G :中出し,ev/SC05Ag.png,cc/SC05Ag.png,tn/SC05Ag.png,S +1250070,    :差分H0 :中出し続き。チンポ抜ける,ev/SC05Ah0.png,cc/SC05Ah0.png,tn/SC05Ah0.png,S +1250071,    :差分H1 :外出し,ev/SC05Ah1.png,cc/SC05Ah1.png,tn/SC05Ah1.png,S +1260000,SC06A :千恵/駄菓子屋休憩部屋/ :差分A :お泊まり結婚式1 : 主人公に膝枕でフェラ(の直前)。下半身だけ裸,ev/SC06Aa.png,cc/SC06Aa.png,tn/SC06Aa.png,S +1260010,    :差分B :チンポ舐め始める,ev/SC06Ab.png,cc/SC06Ab.png,tn/SC06Ab.png,S +1260020,    :差分C :指マン開始 : ちょっと気持ち良くなる,ev/SC06Ac.png,cc/SC06Ac.png,tn/SC06Ac.png,S +1260030,    :差分D :チンポなめ再開,ev/SC06Ad.png,cc/SC06Ad.png,tn/SC06Ad.png,S +1260040,    :差分E :チンポ咥える,ev/SC06Ae.png,cc/SC06Ae.png,tn/SC06Ae.png,S +1260050,    :差分F :口内射精,ev/SC06Af.png,cc/SC06Af.png,tn/SC06Af.png,S +1260060,    :差分G0 :口内射精続き : チンポ抜ける。困った顔,ev/SC06Ag0.png,cc/SC06Ag0.png,tn/SC06Ag0.png,S +1260061,    :差分G1 :顔射 : 困った顔,ev/SC06Ag1.png,cc/SC06Ag1.png,tn/SC06Ag1.png,S +1261000,SC06B :千恵/駄菓子屋休憩部屋/ :差分A :正常位。挿入前,ev/SC06Ba.png,cc/SC06Ba.png,tn/SC06Ba.png,S +1261010,    :差分B :照れる,ev/SC06Bb.png,cc/SC06Bb.png,tn/SC06Bb.png,S +1261020,    :差分C :挿入,ev/SC06Bc.png,cc/SC06Bc.png,tn/SC06Bc.png,S +1261030,    :差分D :激しく動く。互いに感じる,ev/SC06Bd.png,cc/SC06Bd.png,tn/SC06Bd.png,S +1261040,    :差分E :中出し,ev/SC06Be.png,cc/SC06Be.png,tn/SC06Be.png,S +1261050,    :差分F0 :中出し続き。チンポ抜ける,ev/SC06Bf0.png,cc/SC06Bf0.png,tn/SC06Bf0.png,S +1261051,    :差分F1 :外出し,ev/SC06Bf1.png,cc/SC06Bf1.png,tn/SC06Bf1.png,S +1270000,SC07A :千恵/駄菓子屋休憩部屋/ :差分A :朝食の準備 : 私服A+エプロンでキッチン。振り向いて主人公の方を見ている,ev/SC07Aa.png,cc/SC07Aa.png,tn/SC07Aa.png,S +1270010,    :差分B :にっこり,ev/SC07Ab.png,cc/SC07Ab.png,tn/SC07Ab.png,S +1270020,    :差分C :ズボンとパンツずり下ろして上着まくる : 慌てる(驚く),ev/SC07Ac.png,cc/SC07Ac.png,tn/SC07Ac.png,S +1270030,    :差分D :怒る,ev/SC07Ad.png,cc/SC07Ad.png,tn/SC07Ad.png,S +1270040,    :差分E :主人公、抱きついてイタズラ。くすぐったい&困るちーちゃん,ev/SC07Ae.png,cc/SC07Ae.png,tn/SC07Ae.png,S +1270050,    :差分F :射精。精液ぶっかけ : 怒る,ev/SC07Af.png,cc/SC07Af.png,tn/SC07Af.png,S +1271000,SC07B :千恵/駄菓子屋休憩部屋/ :差分A :キッチンシンクの上で半裸でM字開脚させられる : 恥ずかしい,ev/SC07Ba.png,cc/SC07Ba.png,tn/SC07Ba.png,S +1271010,    :差分B :マンコに胡瓜こすりつける : 不安,ev/SC07Bb.png,cc/SC07Bb.png,tn/SC07Bb.png,S +1271020,    :差分C :愛液差分 : ちょっと気持ちいい+半泣き,ev/SC07Bc.png,cc/SC07Bc.png,tn/SC07Bc.png,S +1271030,    :差分D :胡瓜離す,ev/SC07Bd.png,cc/SC07Bd.png,tn/SC07Bd.png,S +1271040,    :差分E :チンポ挿入,ev/SC07Be.png,cc/SC07Be.png,tn/SC07Be.png,S +1271050,    :差分F :感じてイキそう,ev/SC07Bf.png,cc/SC07Bf.png,tn/SC07Bf.png,S +1271060,    :差分G :中出し,ev/SC07Bg.png,cc/SC07Bg.png,tn/SC07Bg.png,S +1271070,    :差分H0 :中出し続き,ev/SC07Bh0.png,cc/SC07Bh0.png,tn/SC07Bh0.png,S +1271071,    :差分H1 :外出し,ev/SC07Bh1.png,cc/SC07Bh1.png,tn/SC07Bh1.png,S +1400000,SE00A :千恵/駄菓子屋休憩部屋/ :差分A :バックみたいな。パンツ脱いでいる : アナルビーズのヒモが出てる,ev/SE00Aa.png,cc/SE00Aa.png,tn/SE00Aa.png,S +1400010,    :差分B :アナルビーズのヒモ引っぱる : ちょっと感じてる,ev/SE00Ab.png,cc/SE00Ab.png,tn/SE00Ab.png,S +1400020,    :差分C :アナルビーズ全部抜ける : ちょっと興奮,ev/SE00Ac.png,cc/SE00Ac.png,tn/SE00Ac.png,S +1400030,    :差分D :アナルにチンポ挿入 : ちょっと苦しい,ev/SE00Ad.png,cc/SE00Ad.png,tn/SE00Ad.png,S +1400040,    :差分E :自分の指でオナニーさせる : 股間に手,ev/SE00Ae.png,cc/SE00Ae.png,tn/SE00Ae.png,S +1400050,    :差分F :アナルで感じてくる,ev/SE00Af.png,cc/SE00Af.png,tn/SE00Af.png,S +1400060,    :差分G :感じてイキそう,ev/SE00Ag.png,cc/SE00Ag.png,tn/SE00Ag.png,S +1400070,    :差分H :中出し,ev/SE00Ah.png,cc/SE00Ah.png,tn/SE00Ah.png,S +1400080,    :差分I0 :中出し続き。チンポ抜ける,ev/SE00Ai0.png,cc/SE00Ai0.png,tn/SE00Ai0.png,S +1400081,    :差分I1 :外出し,ev/SE00Ai1.png,cc/SE00Ai1.png,tn/SE00Ai1.png,S +2000000,KA00A :コマコ/駄菓子屋店内/昼 :差分A :コマコが酢イカ食べる : イカ咥えてる,ev/KA00Aa.png,cc/KA00Aa.png,tn/KA00Aa.png,K +2000010,    :差分B :食べるの一時中断(口から出ている) : 主人公に目線,ev/KA00Ab.png,cc/KA00Ab.png,tn/KA00Ab.png,K +2100000,KB00A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :パンツをオマンコに食い込ませてオナニーするコマコ : 恥ずかしい,ev/KB00Aa.png,cc/KB00Aa.png,tn/KB00Aa.png,K +2100010,    :差分B :スカートの端を口にくわえる,ev/KB00Ab.png,cc/KB00Ab.png,tn/KB00Ab.png,K +2100020,    :差分C :パンツ湿る : 感じてくる,ev/KB00Ac.png,cc/KB00Ac.png,tn/KB00Ac.png,K +2100030,    :差分D :イく,ev/KB00Ad.png,cc/KB00Ad.png,tn/KB00Ad.png,K +2110000,KB01A :コマコ/河原/昼 :差分A :主人公に日焼け止めを塗ってもらう。 : レジャーシートの上に女の子座り,ev/KB01Aa.png,cc/KB01Aa.png,tn/KB01Aa.png,K +2110010,    :差分B :スク水の隙間から胸に手を入れられて焦る,ev/KB01Ab.png,cc/KB01Ab.png,tn/KB01Ab.png,K +2110020,    :差分C :胸揉まれてちょっと感じる,ev/KB01Ac.png,cc/KB01Ac.png,tn/KB01Ac.png,K +2120000,KB02A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :コマコを膝の上に乗せてAV鑑賞 : 主人公の勃起ちんぽにコマコの股間が密着,ev/KB02Aa.png,cc/KB02Aa.png,tn/KB02Aa.png,K +2120010,    :差分B :パンツが湿る : ちょっと興奮してきた,ev/KB02Ab.png,cc/KB02Ab.png,tn/KB02Ab.png,K +2120020,    :差分C :パンツの染みが大きくなる。主人公のズボンに染みこむ : 感じるコマコ,ev/KB02Ac.png,cc/KB02Ac.png,tn/KB02Ac.png,K +2121000,KB02B :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :抱き枕に抱きついて腰を動かすコマコ。パンツ脱いでる。もう濡れてる。 : 切ない,ev/KB02Ba.png,cc/KB02Ba.png,tn/KB02Ba.png,K +2121010,    :差分B :抱き枕に愛液の染み : 感じるコマコ,ev/KB02Bb.png,cc/KB02Bb.png,tn/KB02Bb.png,K +2121020,    :差分C :軽くイってしまった瞬間,ev/KB02Bc.png,cc/KB02Bc.png,tn/KB02Bc.png,K +2121030,    :差分D :染みがさらに大きく : ハァハァ,ev/KB02Bd.png,cc/KB02Bd.png,tn/KB02Bd.png,K +2130000,KB03A :コマコ/駄菓子屋店内/昼(雨) :差分A :雨に濡れたコマコ。白ワンピが透けて乳首とパンツ見える,ev/KB03Aa.png,cc/KB03Aa.png,tn/KB03Aa.png,K +2140000,KB04A :コマコ/駄菓子屋トイレ/昼 :差分A :コマコオナニー。トイレに座って両手でまんこいじる : ちーちゃんから貰った飴を口の中でもぐもぐして興奮,ev/KB04Aa.png,cc/KB04Aa.png,tn/KB04Aa.png,K +2140010,    :差分B :口から出した飴をオマンコの上で滑らせてオナニー,ev/KB04Ab.png,cc/KB04Ab.png,tn/KB04Ab.png,K +2140020,    :差分C :オマンコの中に飴が入ってしまい焦る,ev/KB04Ac.png,cc/KB04Ac.png,tn/KB04Ac.png,K +2140030,    :差分D :涙目 : 焦ったり不安だったり,ev/KB04Ad.png,cc/KB04Ad.png,tn/KB04Ad.png,K +2141000,KB04B :コマコ/駄菓子屋休憩部屋/昼 :差分A :パンツを脱いで四つん這い。オマンコ丸見え : 不安,ev/KB04Ba.png,cc/KB04Ba.png,tn/KB04Ba.png,K +2141010,    :差分B :力む : 目をつぶる,ev/KB04Bb.png,cc/KB04Bb.png,tn/KB04Bb.png,K +2141020,    :差分C :マンコから飴がちょっと顔を出す,ev/KB04Bc.png,cc/KB04Bc.png,tn/KB04Bc.png,K +2141030,    :差分D :主人公が口で吸い出す(主人公は手のみ) : ちょっと感じる,ev/KB04Bd.png,cc/KB04Bd.png,tn/KB04Bd.png,K +2141040,    :差分E :愛液垂れる : だいぶ感じる,ev/KB04Be.png,cc/KB04Be.png,tn/KB04Be.png,K +2141050,    :差分F :マンコべとべと : 軽くイッてハァハァ,ev/KB04Bf.png,cc/KB04Bf.png,tn/KB04Bf.png,K +2150000,KB05A :コマコ/駄菓子屋休憩部屋/昼 :差分A :コマコでオナニー : 寝ているコマコ,ev/KB05Aa.png,cc/KB05Aa.png,tn/KB05Aa.png,K +2150010,    :差分B :ジッパー降ろしてズボン少し脱がせる : パンツ見える,ev/KB05Ab.png,cc/KB05Ab.png,tn/KB05Ab.png,K +2150020,    :差分C :上着めくる : ぱんつ+おっぱい見える,ev/KB05Ac.png,cc/KB05Ac.png,tn/KB05Ac.png,K +2150030,    :差分D :パンツずらす : まんこ+おっぱい丸見え,ev/KB05Ad.png,cc/KB05Ad.png,tn/KB05Ad.png,K +2150050,    :差分F :おっぱいにちんこ擦りつける : 嫌そう(寝てる),ev/KB05Af.png,cc/KB05Af.png,tn/KB05Af.png,K +2150060,    :差分G :射精。精液差分 : 元の表情に戻る,ev/KB05Ag.png,cc/KB05Ag.png,tn/KB05Ag.png,K +2160000,KB06A :コマコ/駄菓子屋休憩部屋/昼 :差分A :コマコにオナホを握らせる:射精前 : オマンコ(オナホ)を観察,ev/KB06Aa.png,cc/KB06Aa.png,tn/KB06Aa.png,K +2160010,    :差分B :射精前 : 舌を出して舐める,ev/KB06Ab.png,cc/KB06Ab.png,tn/KB06Ab.png,K +2160020,    :差分C :射精後(KB06Bのあと) : 精液に興味津々,ev/KB06Ac.png,cc/KB06Ac.png,tn/KB06Ac.png,K +2160030,    :差分D :射精後 : 舌を出して舐める,ev/KB06Ad.png,cc/KB06Ad.png,tn/KB06Ad.png,K +2161000,KB06B :コマコ/駄菓子屋休憩部屋/昼 :差分A :コマコにオナホを握らせてオナニー : 挿入前,ev/KB06Ba.png,cc/KB06Ba.png,tn/KB06Ba.png,K +2161010,    :差分B :挿入 : 観察するコマコ,ev/KB06Bb.png,cc/KB06Bb.png,tn/KB06Bb.png,K +2161020,    :差分C :主人公に目線,ev/KB06Bc.png,cc/KB06Bc.png,tn/KB06Bc.png,K +2161030,    :差分D :コマコの頭を両手で掴んで激しく動く,ev/KB06Bd.png,cc/KB06Bd.png,tn/KB06Bd.png,K +2161040,    :差分E :オナホ内射精 : ちょっと興奮,ev/KB06Be.png,cc/KB06Be.png,tn/KB06Be.png,K +2161050,    :差分F :チンポ抜く : 主人公のほうを見る,ev/KB06Bf.png,cc/KB06Bf.png,tn/KB06Bf.png,K +2200000,KC00A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :初セックス : 裸で恥ずかしい。,ev/KC00Aa.png,cc/KC00Aa.png,tn/KC00Aa.png,K +2200010,    :差分B :胸を触る : ちょっと気持ちいい,ev/KC00Ab.png,cc/KC00Ab.png,tn/KC00Ab.png,K +2200020,    :差分C :マンコ触る : ちょっと気持ちいい,ev/KC00Ac.png,cc/KC00Ac.png,tn/KC00Ac.png,K +2200030,    :差分D :愛液差分 : 恥ずかしい,ev/KC00Ad.png,cc/KC00Ad.png,tn/KC00Ad.png,K +2200040,    :差分E :挿入,ev/KC00Ae.png,cc/KC00Ae.png,tn/KC00Ae.png,K +2200050,    :差分F :出血差分 : 破瓜。痛い。,ev/KC00Af.png,cc/KC00Af.png,tn/KC00Af.png,K +2200060,    :差分G :おちんちんはいったの? みたいな,ev/KC00Ag.png,cc/KC00Ag.png,tn/KC00Ag.png,K +2200070,    :差分H :主人公動く : 気持ちいい,ev/KC00Ah.png,cc/KC00Ah.png,tn/KC00Ah.png,K +2200080,    :差分I :中出し : 精液溢れる,ev/KC00Ai.png,cc/KC00Ai.png,tn/KC00Ai.png,K +2200090,    :差分J :中出し続き。チンポ抜ける : ハァハァ,ev/KC00Aj.png,cc/KC00Aj.png,tn/KC00Aj.png,K +2201000,KC00B :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :コマコにペニバンでアナルを犯される : 興奮,ev/KC00Ba.png,cc/KC00Ba.png,tn/KC00Ba.png,K +2201010,    :差分B :楽しそう,ev/KC00Bb.png,cc/KC00Bb.png,tn/KC00Bb.png,K +2201020,    :差分C :一生懸命アナルを犯す,ev/KC00Bc.png,cc/KC00Bc.png,tn/KC00Bc.png,K +2201030,    :差分D :主人公射精の瞬間 : 興奮,ev/KC00Bd.png,cc/KC00Bd.png,tn/KC00Bd.png,K +2201040,    :差分E :射精続き,ev/KC00Be.png,cc/KC00Be.png,tn/KC00Be.png,K +2210000,KC01A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :コマコの両腕押さえつけてぺろぺろなめる : 嫌がる,ev/KC01Aa.png,cc/KC01Aa.png,tn/KC01Aa.png,K +2210010,    :差分B :チューしようとする : 口を噤む,ev/KC01Ab.png,cc/KC01Ab.png,tn/KC01Ab.png,K +2210020,    :差分C :腋を舐める : 涙目,ev/KC01Ac.png,cc/KC01Ac.png,tn/KC01Ac.png,K +2210030,    :差分D :服の上からおっぱい舐める : トロ顔,ev/KC01Ad.png,cc/KC01Ad.png,tn/KC01Ad.png,K +2210040,    :差分E :ベロチュー : トロ顔+涙,ev/KC01Ae.png,cc/KC01Ae.png,tn/KC01Ae.png,K +2220000,KC02A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :素股っぽい体制でパンツ手コキ,ev/KC02Aa.png,cc/KC02Aa.png,tn/KC02Aa.png,K +2220010,    :差分B :先走りでパンツに染み : 驚く,ev/KC02Ab.png,cc/KC02Ab.png,tn/KC02Ab.png,K +2220020,    :差分C :興奮,ev/KC02Ac.png,cc/KC02Ac.png,tn/KC02Ac.png,K +2220030,    :差分D :射精 : びっくり,ev/KC02Ad.png,cc/KC02Ad.png,tn/KC02Ad.png,K +2220040,    :差分E :パンツが精液でドロドロ : チンポを見つめるコマコ,ev/KC02Ae.png,cc/KC02Ae.png,tn/KC02Ae.png,K +2230000,KC03A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :ちーちゃんでオナニーしてたコマコに寝バックで挿入 : 嫌がる,ev/KC03Aa.png,cc/KC03Aa.png,tn/KC03Aa.png,K +2230010,    :差分B :ちょっと感じる,ev/KC03Ab.png,cc/KC03Ab.png,tn/KC03Ab.png,K +2230020,    :差分C :声を画面,ev/KC03Ac.png,cc/KC03Ac.png,tn/KC03Ac.png,K +2230030,    :差分D :涙目で懇願,ev/KC03Ad.png,cc/KC03Ad.png,tn/KC03Ad.png,K +2230040,    :差分E :涙目で感じる,ev/KC03Ae.png,cc/KC03Ae.png,tn/KC03Ae.png,K +2230050,    :差分F :中出し : イキ声を我慢,ev/KC03Af.png,cc/KC03Af.png,tn/KC03Af.png,K +2230060,    :差分G :中出し続き : 快感から解放されてハァハァ,ev/KC03Ag.png,cc/KC03Ag.png,tn/KC03Ag.png,K +2250000,KC05A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :半裸でチンポ挿入済み : 嫌がって抵抗,ev/KC05Aa.png,cc/KC05Aa.png,tn/KC05Aa.png,K +2250010,    :差分B :半泣き,ev/KC05Ab.png,cc/KC05Ab.png,tn/KC05Ab.png,K +2250020,    :差分C :愛液差分 : 嫌だけど気持ちいい,ev/KC05Ac.png,cc/KC05Ac.png,tn/KC05Ac.png,K +2250030,    :差分D0 :中出し,ev/KC05Ad0.png,cc/KC05Ad0.png,tn/KC05Ad0.png,K +2250031,    :差分D1 :外出し,ev/KC05Ad1.png,cc/KC05Ad1.png,tn/KC05Ad1.png,K +2260000,KC06A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :コマコとちーちゃんが互いの性器をパンツの上から愛撫,ev/KC06Aa.png,cc/KC06Aa.png,tn/KC06Aa.png,K +2260010,    :差分B :ちーちゃん愛液差分 : 感じるちーちゃん,ev/KC06Ab.png,cc/KC06Ab.png,tn/KC06Ab.png,K +2260020,    :差分C :二人とも愛液差分 : キス,ev/KC06Ac.png,cc/KC06Ac.png,tn/KC06Ac.png,K +2260030,    :差分D :キスの後 : 興奮,ev/KC06Ad.png,cc/KC06Ad.png,tn/KC06Ad.png,K +2270000,KC07A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :勃起チンポを手コキ : 主人公の反応を伺う,ev/KC07Aa.png,cc/KC07Aa.png,tn/KC07Aa.png,K +2270010,    :差分B :先走り差分 : うれしい(楽しい),ev/KC07Ab.png,cc/KC07Ab.png,tn/KC07Ab.png,K +2270020,    :差分C :チンポ咥える,ev/KC07Ac.png,cc/KC07Ac.png,tn/KC07Ac.png,K +2270030,    :差分D :口を離す : ※フェラ途中の会話用差分,ev/KC07Ad.png,cc/KC07Ad.png,tn/KC07Ad.png,K +2270040,    :差分E :射精させるために一生懸命フェラ : ちょっと興奮,ev/KC07Ae.png,cc/KC07Ae.png,tn/KC07Ae.png,K +2270050,    :差分F0 :口内射精,ev/KC07Af0.png,cc/KC07Af0.png,tn/KC07Af0.png,K +2270051,    :差分F1 :顔射,ev/KC07Af1.png,cc/KC07Af1.png,tn/KC07Af1.png,K +2270060,    :差分G0 :口内射精続き チンポから口を離す : 困り,ev/KC07Ag0.png,cc/KC07Ag0.png,tn/KC07Ag0.png,K +2270061,    :差分G1 :顔射続き : 困り,ev/KC07Ag1.png,cc/KC07Ag1.png,tn/KC07Ag1.png,K +2271000,KC07B :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :騎乗位。挿入前 : 不安,ev/KC07Ba.png,cc/KC07Ba.png,tn/KC07Ba.png,K +2271010,    :差分B :挿入 : ちょっと苦しい,ev/KC07Bb.png,cc/KC07Bb.png,tn/KC07Bb.png,K +2271020,    :差分C :主人公に気持ちいいかとか射精できそうかとか聞いたり,ev/KC07Bc.png,cc/KC07Bc.png,tn/KC07Bc.png,K +2271030,    :差分D :ちょっと感じてきた,ev/KC07Bd.png,cc/KC07Bd.png,tn/KC07Bd.png,K +2271040,    :差分E :愛液差分 : 気持ちいい。射精を促す。,ev/KC07Be.png,cc/KC07Be.png,tn/KC07Be.png,K +2271050,    :差分F :中出し,ev/KC07Bf.png,cc/KC07Bf.png,tn/KC07Bf.png,K +2271060,    :差分G0 :中出し続き : チンポ抜ける,ev/KC07Bg0.png,cc/KC07Bg0.png,tn/KC07Bg0.png,K +2271061,    :差分G1 :外出し,ev/KC07Bg1.png,cc/KC07Bg1.png,tn/KC07Bg1.png,K +2280000,KC08A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :経血まんこで顔面騎乗 : どうしていいのかわからなくて困惑,ev/KC08Aa.png,cc/KC08Aa.png,tn/KC08Aa.png,K +2280010,    :差分B :まんこ舐める : 会話差分:恥ずかしい,ev/KC08Ab.png,cc/KC08Ab.png,tn/KC08Ab.png,K +2280020,    :差分C :まんこ舐める : 会話差分:拗ねる,ev/KC08Ac.png,cc/KC08Ac.png,tn/KC08Ac.png,K +2280030,    :差分D :まんこ舐める : 会話差分:感じる ※※Fと共用,ev/KC08Ad.png,cc/KC08Ad.png,tn/KC08Ad.png,K +2280040,    :差分E :おしっこ漏れそう : 感じる + 困る,ev/KC08Ae.png,cc/KC08Ae.png,tn/KC08Ae.png,K +2280060,    :差分G :放尿 : 軽くイってしまう,ev/KC08Ag.png,cc/KC08Ag.png,tn/KC08Ag.png,K +2281000,KC08B :コマコ/駄菓子屋休憩部屋(お昼寝に使ったお布団または座布団の上)/昼 :差分A :正常位で挿入寸前 : 困る + 軽く嫌がる,ev/KC08Ba.png,cc/KC08Ba.png,tn/KC08Ba.png,K +2281010,    :差分B :慌てる + 焦る,ev/KC08Bb.png,cc/KC08Bb.png,tn/KC08Bb.png,K +2281020,    :差分C :挿入 : 涙目で抗議,ev/KC08Bc.png,cc/KC08Bc.png,tn/KC08Bc.png,K +2281030,    :差分D :ギュッと目を瞑って我慢,ev/KC08Bd.png,cc/KC08Bd.png,tn/KC08Bd.png,K +2281040,    :差分E :愛液差分 : 感じる,ev/KC08Be.png,cc/KC08Be.png,tn/KC08Be.png,K +2281050,    :差分F :イキそう,ev/KC08Bf.png,cc/KC08Bf.png,tn/KC08Bf.png,K +2281060,    :差分G :中出し : イッちゃう,ev/KC08Bg.png,cc/KC08Bg.png,tn/KC08Bg.png,K +2281070,    :差分H0 :中出し続き : チンポ抜ける,ev/KC08Bh0.png,cc/KC08Bh0.png,tn/KC08Bh0.png,K +2281071,    :差分H1 :外出し,ev/KC08Bh1.png,cc/KC08Bh1.png,tn/KC08Bh1.png,K +2400000,KE00A :コマコ/駄菓子屋縁側(庭)/昼 :差分A :ブタメンおしっこ。しーしーポーズ : 恥ずかしい,ev/KE00Aa.png,cc/KE00Aa.png,tn/KE00Aa.png,K +2400010,    :差分B :恥ずかしい + 困る,ev/KE00Ab.png,cc/KE00Ab.png,tn/KE00Ab.png,K +2400020,    :差分C :力んでおしっこしようとする,ev/KE00Ac.png,cc/KE00Ac.png,tn/KE00Ac.png,K +2400030,    :差分D :放尿開始 : すごく恥ずかしい,ev/KE00Ad.png,cc/KE00Ad.png,tn/KE00Ad.png,K +2400040,    :差分E :放尿終了 : 放心,ev/KE00Ae.png,cc/KE00Ae.png,tn/KE00Ae.png,K +2410000,KE01A :コマコ/駄菓子屋休憩部屋(布団の上)/昼 :差分A :妊娠END。スク水で膝立ち : 腹をさすったり,ev/KE01Aa.png,cc/KE01Aa.png,tn/KE01Aa.png,K +2410010,    :差分B :母乳がしみ出す : 困る + 恥ずかしい,ev/KE01Ab.png,cc/KE01Ab.png,tn/KE01Ab.png,K +2410020,    :差分C :スク水を下ろしておっぱい丸見え,ev/KE01Ac.png,cc/KE01Ac.png,tn/KE01Ac.png,K +2410030,    :差分D :母乳差分 オッパイ吸う主人公 : ちょっと気持ちいい,ev/KE01Ad.png,cc/KE01Ad.png,tn/KE01Ad.png,K +2410040,    :差分E :母乳噴射 : 軽くイッちゃう,ev/KE01Ae.png,cc/KE01Ae.png,tn/KE01Ae.png,K +2410050,    :差分F :搾乳おわり 愛液 : ハァハァ+恥ずかしい,ev/KE01Af.png,cc/KE01Af.png,tn/KE01Af.png,K +2411000,KE01B :コマコ/駄菓子屋休憩部屋(布団の上)/昼 :差分A :妊娠セックス。挿入済み : 苦しい + 気持ちいい,ev/KE01Ba.png,cc/KE01Ba.png,tn/KE01Ba.png,K +2411010,    :差分B :気持ちいいのを我慢,ev/KE01Bb.png,cc/KE01Bb.png,tn/KE01Bb.png,K +2411020,    :差分C :我慢をやめて感じ始める,ev/KE01Bc.png,cc/KE01Bc.png,tn/KE01Bc.png,K +2411030,    :差分D :母乳差分 : すごい感じる,ev/KE01Bd.png,cc/KE01Bd.png,tn/KE01Bd.png,K +2411040,    :差分E :中出し,ev/KE01Be.png,cc/KE01Be.png,tn/KE01Be.png,K +2411050,    :差分F0 :中出し続き : チンポ入ったまま,ev/KE01Bf0.png,cc/KE01Bf0.png,tn/KE01Bf0.png,K +2411051,    :差分F1 :外出し,ev/KE01Bf1.png,cc/KE01Bf1.png,tn/KE01Bf1.png,K +3000000,TA00A :甜花/駄菓子屋店内/昼 :差分A :アイドルカードを握りしめる甜花 : 嬉しそう,ev/TA00Aa.png,cc/TA00Aa.png,tn/TA00Aa.png,T +3000010,    :差分B :不満げ,ev/TA00Ab.png,cc/TA00Ab.png,tn/TA00Ab.png,T +3000020,    :差分C :涙目,ev/TA00Ac.png,cc/TA00Ac.png,tn/TA00Ac.png,T +3100000,TB00A :甜花/河原(林の中)/昼 :差分A :しゃがんで野ション : 不安げ,ev/TB00Aa.png,cc/TB00Aa.png,tn/TB00Aa.png,T +3100010,    :差分B :おしっこ出る,ev/TB00Ab.png,cc/TB00Ab.png,tn/TB00Ab.png,T +3100020,    :差分C :おしっこ終了,ev/TB00Ac.png,cc/TB00Ac.png,tn/TB00Ac.png,T +3110000,TB01A :甜花/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :服の上からメジャーで測る。胸より下に当てる : 恥ずかしい,ev/TB01Aa.png,cc/TB01Aa.png,tn/TB01Aa.png,T +3110010,    :差分B :メジャーが胸の高さに : 焦る,ev/TB01Ab.png,cc/TB01Ab.png,tn/TB01Ab.png,T +3110020,    :差分C :乳首勃ってくる : 恥ずかしい,ev/TB01Ac.png,cc/TB01Ac.png,tn/TB01Ac.png,T +3110030,    :差分D :メジャー元の位置に : 恥ずかしい+感じる,ev/TB01Ad.png,cc/TB01Ad.png,tn/TB01Ad.png,T +3120000,TB02A :甜花/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :強制オナニー : 恥ずかしい,ev/TB02Aa.png,cc/TB02Aa.png,tn/TB02Aa.png,T +3120010,    :差分B :パンツめくってメンソレータム塗る : 慌てる,ev/TB02Ab.png,cc/TB02Ab.png,tn/TB02Ab.png,T +3120020,    :差分C :パンツ戻す : 涙目,ev/TB02Ac.png,cc/TB02Ac.png,tn/TB02Ac.png,T +3120030,    :差分D :パンツの上からオマンコをさする甜花。パンツにちょっと染み,ev/TB02Ad.png,cc/TB02Ad.png,tn/TB02Ad.png,T +3120040,    :差分E :軽くイッて染みが大きくなる,ev/TB02Ae.png,cc/TB02Ae.png,tn/TB02Ae.png,T +3130000,TB03A :甜花/駄菓子屋外観/昼 :差分A :ダンスしてパンチラ,ev/TB03Aa.png,cc/TB03Aa.png,tn/TB03Aa.png,T +3131000,TB03B :甜花/お風呂/昼 :差分A :甜花の髪を洗う : 怒ってる。ふくれ面,ev/TB03Ba.png,cc/TB03Ba.png,tn/TB03Ba.png,T +3131010,    :差分B :まだちょっと怒ってる風。恥ずかしい,ev/TB03Bb.png,cc/TB03Bb.png,tn/TB03Bb.png,T +3131020,    :差分C :髪コキ開始 : ちょんまげ,ev/TB03Bc.png,cc/TB03Bc.png,tn/TB03Bc.png,T +3131030,    :差分D :射精,ev/TB03Bd.png,cc/TB03Bd.png,tn/TB03Bd.png,T +3140000,TB04A :甜花/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :甜花でオナニー : 寝ている,ev/TB04Aa.png,cc/TB04Aa.png,tn/TB04Aa.png,T +3140010,    :差分B :ズボンちょっと脱がせる : パンツ見える,ev/TB04Ab.png,cc/TB04Ab.png,tn/TB04Ab.png,T +3140020,    :差分C :上着めくる : パンツ+おっぱい見える,ev/TB04Ac.png,cc/TB04Ac.png,tn/TB04Ac.png,T +3140030,    :差分D :パンツずらす : まんこ+おっぱい見える」,ev/TB04Ad.png,cc/TB04Ad.png,tn/TB04Ad.png,T +3140040,    :差分E :おっぱい揉む : くすぐったそう(寝てる),ev/TB04Ae.png,cc/TB04Ae.png,tn/TB04Ae.png,T +3140050,    :差分F :ちんこ擦りつける : くすぐったそう(寝てる),ev/TB04Af.png,cc/TB04Af.png,tn/TB04Af.png,T +3140060,    :差分G :射精,ev/TB04Ag.png,cc/TB04Ag.png,tn/TB04Ag.png,T +3150000,TB05A :甜花/河原/昼 :差分A :グラビア撮影。アナル丸見えのマイクロビキニ : 恥ずかしい,ev/TB05Aa.png,cc/TB05Aa.png,tn/TB05Aa.png,T +3150010,    :差分B :困る,ev/TB05Ab.png,cc/TB05Ab.png,tn/TB05Ab.png,T +3150020,    :差分C :主人公がオナニー始める(画面外) : びっくり,ev/TB05Ac.png,cc/TB05Ac.png,tn/TB05Ac.png,T +3151000,TB05B :甜花/河原/昼 :差分A :強制手コキ。ちんこ触らせる : 怯える,ev/TB05Ba.png,cc/TB05Ba.png,tn/TB05Ba.png,T +3151010,    :差分B :射精 : ちょっとびっくり,ev/TB05Bb.png,cc/TB05Bb.png,tn/TB05Bb.png,T +3151020,    :差分C :気持ち悪い。涙目,ev/TB05Bc.png,cc/TB05Bc.png,tn/TB05Bc.png,T +3151030,    :差分D :困る(照れる),ev/TB05Bd.png,cc/TB05Bd.png,tn/TB05Bd.png,T +3151040,    :差分E :主人公の手外して甜花自ら手コキ : 恥ずかしい,ev/TB05Be.png,cc/TB05Be.png,tn/TB05Be.png,T +3151050,    :差分F :困りつつも手コキ,ev/TB05Bf.png,cc/TB05Bf.png,tn/TB05Bf.png,T +3151060,    :差分G :射精(二度目),ev/TB05Bg.png,cc/TB05Bg.png,tn/TB05Bg.png,T +3200000,TC00A :甜花/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :胸を触診。目隠し+おっぱい丸見えで床に寝てる : 恥ずかしい,ev/TC00Aa.png,cc/TC00Aa.png,tn/TC00Aa.png,T +3200010,    :差分B :触診 : ちょっと痛い/気持ちいい,ev/TC00Ab.png,cc/TC00Ab.png,tn/TC00Ab.png,T +3200020,    :差分C :胸にちんこ押し当てる : 恥ずかしい,ev/TC00Ac.png,cc/TC00Ac.png,tn/TC00Ac.png,T +3200030,    :差分D :ちんこ : ちょっと痛い/気持ちいい,ev/TC00Ad.png,cc/TC00Ad.png,tn/TC00Ad.png,T +3200040,    :差分E :射精,ev/TC00Ae.png,cc/TC00Ae.png,tn/TC00Ae.png,T +3200050,    :差分F :射精後。塗りたくる : ちょっと気持ちいい,ev/TC00Af.png,cc/TC00Af.png,tn/TC00Af.png,T +3201000,TC00B :甜花/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :アナルセックス。バックの体勢 : 怯える,ev/TC00Ba.png,cc/TC00Ba.png,tn/TC00Ba.png,T +3201010,    :差分B :嫌がる,ev/TC00Bb.png,cc/TC00Bb.png,tn/TC00Bb.png,T +3201020,    :差分C :アナルに挿入 : 痛い,ev/TC00Bc.png,cc/TC00Bc.png,tn/TC00Bc.png,T +3201030,    :差分D :しくしく泣く,ev/TC00Bd.png,cc/TC00Bd.png,tn/TC00Bd.png,T +3201040,    :差分E :中出し,ev/TC00Be.png,cc/TC00Be.png,tn/TC00Be.png,T +3201050,    :差分F0 :中出し続き。ちんこ抜く : アナルから精液出てくる,ev/TC00Bf0.png,cc/TC00Bf0.png,tn/TC00Bf0.png,T +3201051,    :差分F1 :外出し : ぶっっかけ,ev/TC00Bf1.png,cc/TC00Bf1.png,tn/TC00Bf1.png,T +3210000,TC01A :甜花/軽トラ室内/昼 :差分A :軽トラの助手席,ev/TC01Aa.png,cc/TC01Aa.png,tn/TC01Aa.png,T +3210010,    :差分B :困る/恥ずかしがる,ev/TC01Ab.png,cc/TC01Ab.png,tn/TC01Ab.png,T +3210020,    :差分C :甜花はパンツ見せる。主人公はちんこ出してオナニー : 恥ずかしい,ev/TC01Ac.png,cc/TC01Ac.png,tn/TC01Ac.png,T +3210030,    :差分D :上着まくって胸を見せる : 恥ずかしい,ev/TC01Ad.png,cc/TC01Ad.png,tn/TC01Ad.png,T +3210040,    :差分E :手コキ : 恥ずかしい,ev/TC01Ae.png,cc/TC01Ae.png,tn/TC01Ae.png,T +3210050,    :差分F :射精,ev/TC01Af.png,cc/TC01Af.png,tn/TC01Af.png,T +3210060,    :差分G :BとCの間:甜花がバンツ出して主人公がチンポ出す前,ev/TC01Ag.png,cc/TC01Ag.png,tn/TC01Ag.png,T +3220000,TC02A :甜花/駄菓子屋お風呂/昼 :差分A :マイクロビキニ。抱き合ってチンコを甜花に押しつける : 恥ずかしい+困り,ev/TC02Aa.png,cc/TC02Aa.png,tn/TC02Aa.png,T +3220010,    :差分B :恥ずかしい+視線逸らし,ev/TC02Ab.png,cc/TC02Ab.png,tn/TC02Ab.png,T +3220020,    :差分C :恥ずかしい+怒り,ev/TC02Ac.png,cc/TC02Ac.png,tn/TC02Ac.png,T +3220030,    :差分D :射精,ev/TC02Ad.png,cc/TC02Ad.png,tn/TC02Ad.png,T +3220040,    :差分E :射精続き : 恥ずかしい+視線逸らし,ev/TC02Ae.png,cc/TC02Ae.png,tn/TC02Ae.png,T +3230000,TC03A :甜花/駄菓子屋休憩部屋/昼 :差分A :初ライブ : 正面見る。恥ずかしい,ev/TC03Aa.png,cc/TC03Aa.png,tn/TC03Aa.png,T +3230010,    :差分B :視線逸らす,ev/TC03Ab.png,cc/TC03Ab.png,tn/TC03Ab.png,T +3230020,    :差分C :愛液垂れる : 正面見る。恥ずかしい,ev/TC03Ac.png,cc/TC03Ac.png,tn/TC03Ac.png,T +3230030,    :差分D :愛液垂れる : 視線逸らす,ev/TC03Ad.png,cc/TC03Ad.png,tn/TC03Ad.png,T +3231000,TC03B :甜花/駄菓子屋休憩部屋/昼 :差分A :おちんちん握手会。膝立ち : ちょっと恥ずかしい,ev/TC03Ba.png,cc/TC03Ba.png,tn/TC03Ba.png,T +3231010,    :差分B :ちんぽ2本 : びっくり,ev/TC03Bb.png,cc/TC03Bb.png,tn/TC03Bb.png,T +3231020,    :差分C :困惑+恥ずかしい,ev/TC03Bc.png,cc/TC03Bc.png,tn/TC03Bc.png,T +3231030,    :差分D :両手で2本同時に手コキ開始,ev/TC03Bd.png,cc/TC03Bd.png,tn/TC03Bd.png,T +3231040,    :差分E :ちんぽ2本増えて4本に : びっくり,ev/TC03Be.png,cc/TC03Be.png,tn/TC03Be.png,T +3231050,    :差分F :困惑+恥ずかしい,ev/TC03Bf.png,cc/TC03Bf.png,tn/TC03Bf.png,T +3231060,    :差分G :興奮してぼーっとしてきた,ev/TC03Bg.png,cc/TC03Bg.png,tn/TC03Bg.png,T +3231070,    :差分H :射精。全身ぶっかけ : 興奮,ev/TC03Bh.png,cc/TC03Bh.png,tn/TC03Bh.png,T +3232000,TC03C :甜花/駄菓子屋休憩部屋/昼 :差分A :主人公が上で69 : 驚く,ev/TC03Ca.png,cc/TC03Ca.png,tn/TC03Ca.png,T +3232010,    :差分B :むくれる&焦る、ちょっと怒る,ev/TC03Cb.png,cc/TC03Cb.png,tn/TC03Cb.png,T +3232020,    :差分C :パンツ脱がす。愛液トロトロ : 感じる,ev/TC03Cc.png,cc/TC03Cc.png,tn/TC03Cc.png,T +3232030,    :差分D :さらに感じる。トロ顔,ev/TC03Cd.png,cc/TC03Cd.png,tn/TC03Cd.png,T +3232040,    :差分E :ちんぽ出す。手コキ開始,ev/TC03Ce.png,cc/TC03Ce.png,tn/TC03Ce.png,T +3232050,    :差分F :手コキしながら舌でチロチロ舐める,ev/TC03Cf.png,cc/TC03Cf.png,tn/TC03Cf.png,T +3232060,    :差分G :イラマチオ開始 : 苦しそう,ev/TC03Cg.png,cc/TC03Cg.png,tn/TC03Cg.png,T +3232070,    :差分H :口内射精,ev/TC03Ch.png,cc/TC03Ch.png,tn/TC03Ch.png,T +3232080,    :差分I0 :口内射精続き。ちんこ抜く : ハァハァ,ev/TC03Ci0.png,cc/TC03Ci0.png,tn/TC03Ci0.png,T +3232081,    :差分I1 :顔射 : ハァハァ,ev/TC03Ci1.png,cc/TC03Ci1.png,tn/TC03Ci1.png,T +3240000,TC04A :甜花/駄菓子屋休憩部屋/昼 :差分A :映像配信。完全に着衣した状態 : 困る。もじもじ,ev/TC04Aa.png,cc/TC04Aa.png,tn/TC04Aa.png,T +3240010,    :差分B :スカート脱ぐ : パンツ見える,ev/TC04Ab.png,cc/TC04Ab.png,tn/TC04Ab.png,T +3240020,    :差分C :上着脱ぐ : 下着姿,ev/TC04Ac.png,cc/TC04Ac.png,tn/TC04Ac.png,T +3240030,    :差分D :パンツ脱ぐ : 股間は手で隠してる,ev/TC04Ad.png,cc/TC04Ad.png,tn/TC04Ad.png,T +3240040,    :差分E :ブラを脱ぐ : 全裸,ev/TC04Ae.png,cc/TC04Ae.png,tn/TC04Ae.png,T +3240050,    :差分F :焦る(軽く驚く),ev/TC04Af.png,cc/TC04Af.png,tn/TC04Af.png,T +3240060,    :差分G :手をどけて全身見えるように : 恥ずかしがる,ev/TC04Ag.png,cc/TC04Ag.png,tn/TC04Ag.png,T +3241000,TC04B :甜花/駄菓子屋休憩部屋/昼 :差分A :公開セックス。主人公の上に座る : 恥ずかしい,ev/TC04Ba.png,cc/TC04Ba.png,tn/TC04Ba.png,T +3241010,    :差分B :ちんこを股間に当てる : ちょっと怖い,ev/TC04Bb.png,cc/TC04Bb.png,tn/TC04Bb.png,T +3241020,    :差分C :挿入。出血 : ちょっと痛い,ev/TC04Bc.png,cc/TC04Bc.png,tn/TC04Bc.png,T +3241030,    :差分D :ちょっと感じてきた,ev/TC04Bd.png,cc/TC04Bd.png,tn/TC04Bd.png,T +3241040,    :差分E :スマホでリスナーに返事,ev/TC04Be.png,cc/TC04Be.png,tn/TC04Be.png,T +3241050,    :差分F :愛液差分 : すごく感じてる,ev/TC04Bf.png,cc/TC04Bf.png,tn/TC04Bf.png,T +3241060,    :差分G :中出し,ev/TC04Bg.png,cc/TC04Bg.png,tn/TC04Bg.png,T +3241070,    :差分H0 :中出し続き。チンポ抜ける : 精液垂れる,ev/TC04Bh0.png,cc/TC04Bh0.png,tn/TC04Bh0.png,T +3241071,    :差分H1 :外出し : ぶっかけ,ev/TC04Bh1.png,cc/TC04Bh1.png,tn/TC04Bh1.png,T +3250000,TC05A :甜花/駄菓子屋休憩部屋/昼 :差分A :みんな寝てる横。側位で挿入 : 声を我慢,ev/TC05Aa.png,cc/TC05Aa.png,tn/TC05Aa.png,T +3250010,    :差分B :感じてくる,ev/TC05Ab.png,cc/TC05Ab.png,tn/TC05Ab.png,T +3250020,    :差分C :キス,ev/TC05Ac.png,cc/TC05Ac.png,tn/TC05Ac.png,T +3250030,    :差分D :コマコが見ていることに気付く : 焦り,ev/TC05Ad.png,cc/TC05Ad.png,tn/TC05Ad.png,T +3250040,    :差分E :嫌がる+涙目+感じる,ev/TC05Ae.png,cc/TC05Ae.png,tn/TC05Ae.png,T +3250050,    :差分F :中出し,ev/TC05Af.png,cc/TC05Af.png,tn/TC05Af.png,T +3250060,    :差分G :中出し続き。ちんぽ抜ける,ev/TC05Ag.png,cc/TC05Ag.png,tn/TC05Ag.png,T +3260000,TC06A :甜花/駄菓子屋休憩部屋/昼 :差分A :コマコと3P : 恥ずかしい,ev/TC06Aa.png,cc/TC06Aa.png,tn/TC06Aa.png,T +3260010,    :差分B :困る。興奮。,ev/TC06Ab.png,cc/TC06Ab.png,tn/TC06Ab.png,T +3260020,    :差分C :コマコが指挿入。精液垂れる。 : 感じる,ev/TC06Ac.png,cc/TC06Ac.png,tn/TC06Ac.png,T +3260030,    :差分D :コマコが駄菓子挿入:ヒモ飴,ev/TC06Ad.png,cc/TC06Ad.png,tn/TC06Ad.png,T +3260040,    :差分E :ヒモ飴抜く : 感じてしまう甜花 ※※I差分と共用,ev/TC06Ae.png,cc/TC06Ae.png,tn/TC06Ae.png,T +3260050,    :差分F :コマコが駄菓子挿入:マイクラムネ : ※挿入前。不安,ev/TC06Af.png,cc/TC06Af.png,tn/TC06Af.png,T +3260060,    :差分G :マイクラムネ挿入,ev/TC06Ag.png,cc/TC06Ag.png,tn/TC06Ag.png,T +3260070,    :差分H :感じる,ev/TC06Ah.png,cc/TC06Ah.png,tn/TC06Ah.png,T +3260090,    :差分J :コマコがペニバンを装着して挿入,ev/TC06Aj.png,cc/TC06Aj.png,tn/TC06Aj.png,T +3260100,    :差分K :主人公のちんこ咥えさせる,ev/TC06Ak.png,cc/TC06Ak.png,tn/TC06Ak.png,T +3260110,    :差分L :射精 : ぶっかけ,ev/TC06Al.png,cc/TC06Al.png,tn/TC06Al.png,T +3270000,TC07A :甜花/近所の道路脇/昼(午前中) :差分A :立ちション : 困った+恥ずかしい,ev/TC07Aa.png,cc/TC07Aa.png,tn/TC07Aa.png,T +3270010,    :差分B :拗ねる+怒る,ev/TC07Ab.png,cc/TC07Ab.png,tn/TC07Ab.png,T +3270020,    :差分C :おしっこ出始める,ev/TC07Ac.png,cc/TC07Ac.png,tn/TC07Ac.png,T +3270030,    :差分D :困った,ev/TC07Ad.png,cc/TC07Ad.png,tn/TC07Ad.png,T +3270040,    :差分E :勢いよくおしっこ出る : すごく恥ずかしい,ev/TC07Ae.png,cc/TC07Ae.png,tn/TC07Ae.png,T +3270050,    :差分F :おしっこ終了 : 恥ずかしい+困る,ev/TC07Af.png,cc/TC07Af.png,tn/TC07Af.png,T +3271000,TC07B :甜花/近所の道路脇(の雑木林的なところの中)/昼(午前中) :差分A :立ちバック。挿入前 : 拗ねてる,ev/TC07Ba.png,cc/TC07Ba.png,tn/TC07Ba.png,T +3271010,    :差分B :挿入 : 感じる ※※D差分と共用,ev/TC07Bb.png,cc/TC07Bb.png,tn/TC07Bb.png,T +3271020,    :差分C :抵抗,ev/TC07Bc.png,cc/TC07Bc.png,tn/TC07Bc.png,T +3271040,    :差分E :感じてるけど我慢,ev/TC07Be.png,cc/TC07Be.png,tn/TC07Be.png,T +3271050,    :差分F :中出し : イッちゃう,ev/TC07Bf.png,cc/TC07Bf.png,tn/TC07Bf.png,T +3271060,    :差分G :中出し続き : 射精したんだかおしっこすれば?……と、まだツンツンな甜花,ev/TC07Bg.png,cc/TC07Bg.png,tn/TC07Bg.png,T +3271070,    :差分H :膣内放尿 : 焦る,ev/TC07Bh.png,cc/TC07Bh.png,tn/TC07Bh.png,T +3271080,    :差分I :放尿続き : 泣いちゃう,ev/TC07Bi.png,cc/TC07Bi.png,tn/TC07Bi.png,T +3280000,TC08A :甜花/駄菓子屋店内/昼 :差分A :ちーちゃんとコマコのセックスを覗きながらセックス : ちょっと怒る,ev/TC08Aa.png,cc/TC08Aa.png,tn/TC08Aa.png,T +3280010,    :差分B :胸をまさぐる : ちょっと感じる,ev/TC08Ab.png,cc/TC08Ab.png,tn/TC08Ab.png,T +3280020,    :差分C :愛液差分 : 感じてくる,ev/TC08Ac.png,cc/TC08Ac.png,tn/TC08Ac.png,T +3280030,    :差分D :かなり感じる,ev/TC08Ad.png,cc/TC08Ad.png,tn/TC08Ad.png,T +3280040,    :差分E :中出し,ev/TC08Ae.png,cc/TC08Ae.png,tn/TC08Ae.png,T +3280050,    :差分F0 :中出し続き。ちんぽ抜ける,ev/TC08Af0.png,cc/TC08Af0.png,tn/TC08Af0.png,T +3280051,    :差分F1 :外出し,ev/TC08Af1.png,cc/TC08Af1.png,tn/TC08Af1.png,T +3290000,TC09A :甜花/駄菓子屋外観(店の前)/昼 :差分A :主人公に抱きつく : 総選挙1位になってうれしい。,ev/TC09Aa.png,cc/TC09Aa.png,tn/TC09Aa.png,T +3290010,    :差分B :世界一のアイドルになるから別れると話す : 真剣,ev/TC09Ab.png,cc/TC09Ab.png,tn/TC09Ab.png,T +3400000,TE00A :甜花/駄菓子屋休憩部屋/昼 :差分A :座った甜花の眼前で主人公がオナニー : 驚きつつも見つめる,ev/TE00Aa.png,cc/TE00Aa.png,tn/TE00Aa.png,T +3400010,    :差分B :我に返って怒る,ev/TE00Ab.png,cc/TE00Ab.png,tn/TE00Ab.png,T +3400020,    :差分C :会話差分:目を逸らす(恥ずかしい),ev/TE00Ac.png,cc/TE00Ac.png,tn/TE00Ac.png,T +3400030,    :差分D :主人公(チンポ)を見つめる。ぼーっとした顔,ev/TE00Ad.png,cc/TE00Ad.png,tn/TE00Ad.png,T +3400040,    :差分E :射精 : 驚く,ev/TE00Ae.png,cc/TE00Ae.png,tn/TE00Ae.png,T +3400050,    :差分F :ぶっかけ。写真撮る主人公 : ぼーっとした顔,ev/TE00Af.png,cc/TE00Af.png,tn/TE00Af.png,T +3400060,    :差分G :手で顔を隠す : 慌てる,ev/TE00Ag.png,cc/TE00Ag.png,tn/TE00Ag.png,T +3400070,    :差分H :困る(膨れる),ev/TE00Ah.png,cc/TE00Ah.png,tn/TE00Ah.png,T +3400080,    :差分I :涙目(泣きそう),ev/TE00Ai.png,cc/TE00Ai.png,tn/TE00Ai.png,T +4130000,CB03A :その他/駄菓子屋休憩部屋/昼 :差分A :3人川の字で寝ている。パンツ見えてない,ev/CB03Aa.png,cc/CB03Aa.png,tn/CB03Aa.png,C +4130010,    :差分B :全員のスカートめくる : パンツ見える,ev/CB03Ab.png,cc/CB03Ab.png,tn/CB03Ab.png,C +4130020,    :差分C :全員のスカートと上着両方めくる : パンツとおっぱい見える,ev/CB03Ac.png,cc/CB03Ac.png,tn/CB03Ac.png,C +4130030,    :差分D :全員のスカートと上着両方めくってパンツもずらす : まんことおっぱい見える,ev/CB03Ad.png,cc/CB03Ad.png,tn/CB03Ad.png,C +4130040,    :差分E :射精,ev/CB03Ae.png,cc/CB03Ae.png,tn/CB03Ae.png,C +4190000,CB09A :その他/駄菓子屋休憩部屋/昼 :差分A :扇風機で下半身を冷やすちーちゃんとコマコ。,ev/CB09Aa.png,cc/CB09Aa.png,tn/CB09Aa.png,C +4190010,    :差分B :甜花も参加。恥ずかしそう,ev/CB09Ab.png,cc/CB09Ab.png,tn/CB09Ab.png,C +4220000,CB12A :その他/河原/昼 :差分A :河原で水遊び。楽しそうな3人の姿 : 河原に着いて楽しそうにしている3人(主人公が眺めている)。,ev/CB12Aa.png,cc/CB12Aa.png,tn/CB12Aa.png,C +9103000,XB00S :カット/駄菓子屋店内/昼兼夜 :差分A :隠しカメラの画像 : ちーちゃんの胸チラ,ev/XB00Sa.png,cc/XB00Sa.png,tn/XB00Sa.png,C +9104000,XB00K :カット/駄菓子屋店内/昼 :差分A :隠しカメラの画像 : コマコのパンチラ,ev/XB00Ka.png,cc/XB00Ka.png,tn/XB00Ka.png,C +9105000,XB00T :カット/駄菓子屋店内/昼 :差分A :隠しカメラの画像 : 甜花のパンチラ,ev/XB00Ta.png,cc/XB00Ta.png,tn/XB00Ta.png,C +9133000,XB03S :カット/駄菓子屋脱衣所/昼 :差分A :床に置いてあるパンツ : ちーちゃん ※※コマコ用に変更!!!,ev/XB03Sa.png,cc/XB03Sa.png,tn/XB03Sa.png,C +9133010,    :差分B :精液差分,ev/XB03Sb.png,cc/XB03Sb.png,tn/XB03Sb.png,C +9134000,XB03K :カット/駄菓子屋脱衣所/昼 :差分A :床に置いてあるパンツ : コマコ ※※千恵用に変更!!!,ev/XB03Ka.png,cc/XB03Ka.png,tn/XB03Ka.png,C +9134010,    :差分B :精液差分,ev/XB03Kb.png,cc/XB03Kb.png,tn/XB03Kb.png,C +9135000,XB03T :カット/駄菓子屋脱衣所/昼 :差分A :床に置いてあるパンツ : 甜花,ev/XB03Ta.png,cc/XB03Ta.png,tn/XB03Ta.png,C +9135010,    :差分B :精液差分,ev/XB03Tb.png,cc/XB03Tb.png,tn/XB03Tb.png,C +9204000,XC00K :カット/駄菓子屋外観/昼 :差分A :スカートを持ち上げてペニバン見せてくるコマコ,ev/XC00Ka.png,cc/XC00Ka.png,tn/XC00Ka.png,C +9000000,XA00A :カット/駄菓子屋休憩部屋/昼兼夜 :差分A :主人公のスマホ画面 : LINE画面1,ev/XA00Aa.png,cc/XA00Aa.png,tn/XA00Aa.png,C +9000010,    :差分B :スタンプ使ってるところ,ev/XA00Ab.png,cc/XA00Ab.png,tn/XA00Ab.png,C +9000020,    :差分C :最初の発言オンリー,ev/XA00Ac.png,cc/XA00Ac.png,tn/XA00Ac.png,C + diff --git a/datascn.tac/B43BB5638260E9BC.csv b/datascn.tac/B43BB5638260E9BC.csv new file mode 100644 index 0000000..47a9bea --- /dev/null +++ b/datascn.tac/B43BB5638260E9BC.csv @@ -0,0 +1,21 @@ +%no%,%filename%,%info%,%loop%,%volume%,%pos%,%title% +0,,BGM停止,0,0,0, +1,bgm01.wav,オープニング,982020,0,0,さわやかSUNSHINE +2,bgm02.wav,ちーちゃんのテーマ,0,0,0,Cheerful Innocence +3,bgm03.wav,コマコのテーマ,0,0,0,いつだってモデラート +4,bgm04.wav,甜花のテーマ,0,0,0,それいけ☆My アイドル +5,bgm05.wav,日常(午前中),0,0,0,なつのやすみのDaytime +6,bgm06.wav,日常(午後),0,0,0,午後はいつものこのお店♪ +7,bgm07.wav,日常2(午後),572108,0,0,たからものはどこにある? +8,bgm08.wav,日常(夕方),0,0,0,Summer sunset +9,bgm09.wav,エロシーン1,0,0,0,君のぬくもりを感じて +10,bgm10.wav,エロシーン2,0,0,0,二人だけのPrecious Time +11,bgm11.wav,エロシーン3,0,0,0,体験☆淫靡て〜しょん +12,bgm12.wav,ちょっと悲しい,30767,0,0,また少し君に近づいた +13,bgm13.wav,コミカル,0,0,0,大人の曖昧?れすぽんすたいむ +14,bgm14.wav,ドタバタ,588000,0,0,ドタ★バタ♪エキサイト! +15,bgm15.wav,イタズラ,0,0,0,内緒の悪戯ミッション☆ +90,song01.wav,甜花の歌ボーカル曲(フル),false,0,0,夏の太陽 +91,song02.wav,甜花の歌ボーカル曲(カラオケ・フル),false,0,0,夏の太陽 (off vocal) +99,song99.wav,スタッフロールボーカル曲(ショート),false,0,0,Re:夏の太陽 〜この胸の中で〜 + diff --git a/datascn.tac/C27E7FB731EF33E4.csv b/datascn.tac/C27E7FB731EF33E4.csv new file mode 100644 index 0000000..a577177 --- /dev/null +++ b/datascn.tac/C27E7FB731EF33E4.csv @@ -0,0 +1,85 @@ +%label%,%title%,%info% +000_CA00,僕の城,修正:俺の城→僕の城 +001_CA01,かわいい常連さん, +002_CA02,ぼっちな甜花, +003_CA03,初LIME, +004_CA04,3人は友達, +005_CA05,甜花とLIME その1, +006_CB00,万引き疑惑, +007_CB01,確たる証拠, +008_CB02,犯人はちーちゃん, +009_CB03,初めてのアルバイト, +010_CB04,初めてのお給料, +011_CB05,ちーちゃんとお風呂, +012_CB06,意外な先客, +013_CB07,コマコの恋, +014_CB08,甜花とLIME その2, +015_CB09,デビュー計画, +016_CB10,アイドルデビュー, +017_CB11,投票終了, +018_CB12,川遊び, +019_CB12S,度胸試し, +020_CB12K,日焼け止め, +021_CB12T,初めての野ション, +022_CB13,最後の一票, +023_CB14,お風呂でおしっこ, +024_CB15,苦悩, +025_CB16,目指せ!セクシーアイドル, +026_CB17,新しいアルバイト, +027_CB18,明日への希望, +028_CB19,セックスの練習, +029_CB20,大人の遊び, +030_CB21,セクシーになるには, +031_CB22,お風呂タイム, +032_CB23,おいしいちんちん, +033_CB24A,食べかけの飴ちゃん, +034_CB24B,とれなくなっちゃった, +035_CB25,踊ってみる?, +036_CB26,誰もいない日曜日, +037_CB27,一緒にお昼寝, +038_CB28,オナニー観察, +039_CB29,グラビア撮影, +040_CC00,我慢できない, +100_SC00,ちーちゃんのお婿さん, +101_SC01,ちっちゃなオマンコ, +102_SC02a,ちーちゃんの謀略, +103_SC02b,問い詰め, +104_SC03a,家族ごっこ, +105_SC03b,父性, +106_SC04,父と娘, +107_SC05,父として, +108_SC06,初めてのお泊まり, +109_SC07,やさしいちーちゃん, +110_SE00,暗い未来, +200_KC00,最後のお勉強, +201_KC01,嫉妬, +202_KC02,ご褒美, +203_KC03a,肉バイブ, +204_KC03b,雑な作戦その2, +205_KC04,複雑な気持ち, +206_KC05,勉強再び, +207_KC06,寝取られ, +208_KC07,突然のご褒美, +209_KC08,愛情?, +210_KE00,愛人, +211_KE01,愛の証, +300_TC00,おじさんの彼氏, +301_TC01a,複雑な気持ち, +302_TC01b,夢は捨てられない, +303_TC02a,初めての曲, +304_TC02b,練習再び, +305_TC03a,初ライブ!, +306_TC03b,ライブの後で, +307_TC04a,裏垢, +308_TC04b,初ライブ(2回目), +309_TC05,デレる甜花, +310_TC06,友達のために, +311_TC07,連れション, +312_TC08,デバガメ, +313_TC09,2度目の総選挙, +314_TE00,アイドルの卵, +400_YC00,はじらい, +401_YC01,酔っ払い, +402_YE00,初めての子作り, +403_YE01,家族でお風呂, + diff --git a/datascn.tac/D2872FF561C59FFD.csv b/datascn.tac/D2872FF561C59FFD.csv new file mode 100644 index 0000000..6d95a8c --- /dev/null +++ b/datascn.tac/D2872FF561C59FFD.csv @@ -0,0 +1,62 @@ +%no%,%label%,%cg%,%type%,%comment% +1,009_CB03.mem,4130010,C, +2,011_CB05.mem,1100000,S, +3,013_CB07.mem,2100000,K, +4,015_CB09.mem,4190000,C, +5,018_CB12.mem,4220000,C, +6,019_CB12S.mem,1110000,S, +7,020_CB12K.mem,2110000,K, +8,021_CB12T.mem,3100000,T, +9,023_CB14.mem,1101000,S, +10,025_CB16.mem,3110000,T, +11,026_CB17.mem,1130000,S, +12,027_CB18.mem,4130000,C, +13,028_CB19.mem,2120000,K, +14,029_CB20.mem,1140000,S, +15,030_CB21.mem,3120000,T, +16,031_CB22.mem,9134000,C, +17,032_CB23.mem,1150000,S, +18,033_CB24A.mem,2140000,K, +19,034_CB24B.mem,2141000,K, +20,035_CB25.mem,3131000,T, +21,036_CB26.mem,4130040,C, +22,037_CB27.mem,1170000,S, +23,038_CB28.mem,2160000,K, +24,039_CB29.mem,3150000,T, +25,040_CC00.all,1150061,C, +26,040_CC00.chie,1100030,S, +27,040_CC00.komako,2160030,K, +28,040_CC00.tenka,3151060,T, +29,100_SC00.mem,1200000,S, +30,101_SC01.mem,1211000,S, +31,103_SC02b.mem,1220000,S, +32,105_SC03b.mem,1231000,S, +33,106_SC04.mem,1240000,S, +34,106_SC04.mem2,1242000,S, +35,107_SC05.mem,1250000,S, +36,108_SC06.mem,1260000,S, +37,109_SC07.mem,1270000,S, +38,110_SE00.mem,1400000,S, +39,200_KC00.mem,2200000,K, +40,201_KC01.mem,2210000,K, +41,202_KC02.mem,2220000,K, +42,203_KC03a.mem,2230000,K, +43,206_KC05.mem,2120000,K, +44,207_KC06.mem,2260000,K, +45,208_KC07.mem,2270000,K, +46,209_KC08.mem,2280000,K, +47,210_KE00.mem,2400000,K, +48,211_KE01.mem,2410000,K, +49,300_TC00.mem,3200000,T, +51,302_TC01b.mem,3210010,T, +52,304_TC02b.mem,3220000,T, +53,305_TC03a.mem,3230000,T, +54,305_TC03a.mem2,3231000,T, +55,306_TC03b.mem,3232000,T, +56,308_TC04b.mem,3241000,T, +57,309_TC05.mem,3250000,T, +58,310_TC06.mem,3260000,T, +59,311_TC07.mem,3270000,T, +60,312_TC08.mem,3280000,T, +61,314_TE00.mem,3400000,T, + diff --git a/datascn.tac/F8AF6D43CD2E41B2.csv b/datascn.tac/F8AF6D43CD2E41B2.csv new file mode 100644 index 0000000..6053f7f --- /dev/null +++ b/datascn.tac/F8AF6D43CD2E41B2.csv @@ -0,0 +1,5643 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%pageflag%,%text% +10000 ,@route_chie,,,,,,,,,,,,,,,,,,,Chie Route +10600 ,@100_SC00,,,,,,,,,,,,,,,,,,, +10800 ,,,8,21,,,千恵,Chie,100_SC00_c_000.wav,"chie,private",,4,,,,,,,,"Whew, it was hot today too." +10900 ,,,,,,,,,,chie,,4,,,,,,,,Chie-chan fans herself with her hand. It really was hot\ntoday. +11000 ,,,,,,,千恵,Chie,100_SC00_c_001.wav,chie,,1,,,,,,,,"Hey, hey, uncle, let's take a bath together again today?" +11100 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Is that okay? Uncle's going to see Chie-chan naked again. +11200 ,,,,,,,千恵,Chie,100_SC00_c_002.wav,chie,,26,,,,,,,,Is uncle going to get naughty again? +11300 ,,,,,,,主人公,Kiyoshi,,chie,,26,,,,,,,,"If Chie-chan doesn't say no, I'll keep getting naughtier." +11400 ,,,,,,,千恵,Chie,100_SC00_c_003.wav,chie,,21,,,,,,,,"Naughty uncle is funny, so I don't mind." +11500 ,,,,,,,,,,chie,,21,,,,,,,,Chie-chan says with a giggle. She's completely accepted\nnaughty things as a form of communication. This is very\npleasing. It's a miracle. +11600 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Naughty uncle is funny, huh. Well, I think I'm funny in\ngeneral, but what part is funny?" +11700 ,,,,,,,千恵,Chie,100_SC00_c_004.wav,chie,,20,,,,,,,,It's funny when uncle's thing gets big. +11800 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"I see, girls don't have parts that get bigger or smaller\nlike that." +11900 ,,,,,,,,,,chie,,20,,,,,,,,Aside from things like nipple or clitoral engorgement. An\nerection must be a surprising change for girls. +12000 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"Chie-chan, do you perhaps like uncle's thing?" +12100 ,,,,,,,千恵,Chie,100_SC00_c_005.wav,chie,,21,,,,,,,,"Yeah, I like it." +12200 ,,,,,,,,,,chie,,21,,,,,,,,"Chie-chan laughs with a smile, and it's too cute." +12300 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,Th-then do you like uncle himself? +12400 ,,,,,,,千恵,Chie,100_SC00_c_006.wav,chie,,1,,,,,,,,"Huh? Yeah! Of course, I love you!!" +12500 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Ooooooooh... +12600 ,,,,,,,,,,chie,,1,,,,,,,,Uncle is overjoyed by Chie-chan's carefree laughter. +12700 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Hey, hey, hey, Chie-chan." +12800 ,,,,,,,千恵,Chie,100_SC00_c_007.wav,chie,,3,,,,,,,,Hm? +12900 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"You know, like, being in a relationship with uncle... like\nlovers." +13000 ,,,,,,,千恵,Chie,100_SC00_c_008.wav,chie,,23,,,,,,,,You mean being your bride? +13100 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"Y-yeah, that!!" +13200 ,,,,,,,千恵,Chie,100_SC00_c_009.wav,chie,,3,,,,,,,,Hmm... but I want uncle to be my dad... +13300 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"I-I'll try to make that happen too, but it depends on what\nChie-chan's mom says." +13400 ,,,,,,,千恵,Chie,100_SC00_c_010.wav,chie,,4,,,,,,,,Really? +13500 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"Really, really." +13600 ,,,,,,,,,,chie,,4,,,,,,,,"I don't really mean it, but I'll say it for now." +13700 ,,,,,,,,,,chie,,4,,,,,,,,"Unlike the lively Chie-chan, her mom is calm and composed,\nbut she's also beautiful and resembles Chie-chan." +13800 ,,,,,,,,,,chie,,4,,,,,,,,"But just because she's beautiful doesn't mean she's my type,\nand whether Chie-chan's mom would marry me... well, that's\nimpossible, usually." +13900 ,,,,,,,千恵,Chie,100_SC00_c_011.wav,chie,,1,,,,,,,,Then I can be uncle's bride too! +14000 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Really!? I'm so happy, it's a promise, okay? It's a must!!" +14100 ,,,,,,,千恵,Chie,100_SC00_c_012.wav,chie,,21,,,,,,,,Yeah! +14200 ,,,,,,,,,,chie,,21,,,,,,,,Chie-chan laughs without a care. Seeing that smile makes it\nhard to hold back...!! +14300 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Then let's play a game to get even closer today, Chie-chan!" +14400 ,,,,,,,千恵,Chie,100_SC00_c_013.wav,chie,,20,,,,,,,,Okay!! +14500 ,,,,,,,,,,chie,,20,,,,,,,,"With that response, Chie-chan is really adorable." +14600 ,,,,,,,千恵,Chie,100_SC00_c_014.wav,chie,,5,,,,,,,,But aren't you going to take a bath? Chie- chan is all\nsweaty too! +14700 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,"It's okay, it's okay, uncle will lick you clean." +14800 ,,,,,,,千恵,Chie,100_SC00_c_015.wav,chie,,24,,,,,,,,"Eh? That tickles, oh, hehe." +14900 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"Even if it tickles, it feels good, right?" +15000 ,,,,,,,千恵,Chie,100_SC00_c_016.wav,chie,,33,,,,,,,,"It's a little embarrassing, you know?" +15100 ,,,,,,,,,,chie,,33,,,,,,,,Chie-chan blushes. But she doesn't deny that it feels good. +15200 ,,,,,,,千恵,Chie,100_SC00_c_017.wav,chie,,3,,,,,,,,"So, uncle, what are we going to do to play even closer?" +15300 ,,,,,,,,,,chie,,3,,,,,,,,"Chie-chan asks energetically. Of course," +15400 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Well, it involves using Chie-chan's crotch and uncle's dick.\nUncle will put his dick into the hole in Chie-chan's crotch." +15500 ,,,,,,,,,,chie,,3,,,,,,,,Chie-chan's eyes widen a little. +15600 ,,,,,,,千恵,Chie,100_SC00_c_018.wav,chie,,4,,,,,,,,The hole in the crotch? The pee hole? +15700 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,It doesn't quite fit there. It's the slightly bigger hole\nbelow that. +15900 ,,,,,,,千恵,Chie,100_SC00_c_019.wav,chie,,24,,,,,,,,Ah! The pussy! +16000 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,Chie-chan calls it the pussy. +16100 ,,,,,,,千恵,Chie,100_SC00_c_020.wav,chie,,20,,,,,,,,"Yeah, some kids call it a bun too." +16200 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"Heh, that's kind of cute." +16300 ,,,,,,,,,,chie,,20,,,,,,,,"It's nice when girls use the word 'pussy', but using\nchildish words is cute too." +16400 ,,,,,,,千恵,Chie,100_SC00_c_021.wav,chie,,4,,,,,,,,"I learned about putting the dick in there in class! Uh, it's\ncalled... sex!" +16500 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"Oh, Chie-chan is studying, huh? That makes things easier." +16600 ,,,,,,,千恵,Chie,100_SC00_c_022.wav,chie,,15,,,,,,,,"But, um, I think they said you shouldn't do it so easily..." +16700 ,,,,,,,主人公,Kiyoshi,,chie,,15,,,,,,,,"Oh, didn't you study that?" +16800 ,,,,,,,千恵,Chie,100_SC00_c_023.wav,chie,,13,,,,,,,,"Ehehe, I got bored, so I doodled on the desk." +16900 ,,,,,,,主人公,Kiyoshi,,chie,,13,,,,,,,,"Chie-chan, you shouldn't skip studying..." +17000 ,,,,,,,,,,chie,,13,,,,,,,,I wonder if she doesn't know about pregnancy yet? +17100 ,,,,,,,主人公,Kiyoshi,,chie,,13,,,,,,,,"Well, thinking of it as studying might make it hard to\nfocus... but doing it with your uncle is just for fun." +17200 ,,,,,,,千恵,Chie,100_SC00_c_024.wav,chie,,0,,,,,,,,"Yeah, it seems fun with you, uncle!" +17300 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,"Oh, you're excited, Chie-chan! Uncle is happy!!" +17400 ,,,,,,,千恵,Chie,100_SC00_c_025.wav,chie,,14,,,,,,,,But... +17500 ,,,,,,,,,,chie,,14,,,,,,,,Chie-chan made a thoughtful face. +17600 ,,,,,,,千恵,Chie,100_SC00_c_026.wav,chie,,14,,,,,,,,"Your dick is big, uncle. Will it fit? Is it okay?" +17700 ,,,,,,,,,,chie,,14,,,,,,,,"That's true. But Chie-chan, you're making a size with your\nhands like a big bottle, it's not that big." +17800 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,"Yeah, at first it might be tight and difficult." +17900 ,,,,,,,千恵,Chie,100_SC00_c_027.wav,chie,,24,,,,,,,,Ehh? +18000 ,,,,,,,,,,chie,,24,,,,,,,,Chie-chan raised her voice as if to say that's troublesome. +18100 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"It's okay, uncle will play with your pussy a lot to help." +18200 ,,,,,,,千恵,Chie,100_SC00_c_028.wav,chie,,25,,,,,,,,? Does playing with it a lot make something good happen? +18300 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Yeah, it gets softer and makes it easier for the dick to go\nin." +18400 ,,,,,,,千恵,Chie,100_SC00_c_029.wav,chie,,3,,,,,,,,Ohh. +18500 ,,,,,,,,,,chie,,3,,,,,,,,"Chie-chan said, truly impressed." +18600 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"I'll lick it like last time. You liked that, right, Chie-\nchan?" +18700 ,,,,,,,千恵,Chie,100_SC00_c_030.wav,chie,,22,,,,,,,,"I-I wouldn't say I liked it... um, it felt all fluffy\nthough..." +18800 ,,,,,,,主人公,Kiyoshi,,chie,,22,,,,,,,,Was there something wrong? Was it embarrassing after all? +18900 ,,,,,,,千恵,Chie,100_SC00_c_031.wav,chie,,26,,,,,,,,"B-because it's you, uncle, it was okay." +19000 ,,,,,,,,,,chie,,26,,,,,,,,Chie-chan averted her eyes a little. +19100 ,,,,,,,千恵,Chie,100_SC00_c_032.wav,chie,,33,,,,,,,,...I was a bit worried I might pee. +19200 ,,,,,,,主人公,Kiyoshi,,chie,,33,,,,,,,,"If it's Chie-chan's pee, uncle doesn't mind!" +19300 ,,,,,,,千恵,Chie,100_SC00_c_033.wav,chie,,31,,,,,,,,"Even for you, uncle, that's a no!!" +19400 ,,,,,,,,,,chie,,31,,,,,,,,"Chie-chan waved her hands, looking embarrassed. How cute." +19500 ,,,,,,,主人公,Kiyoshi,,chie,,31,,,,,,,,"Then let's be careful about that... Do you want to go pee\nfirst? Once you're done, we can play." +19600 ,,,,,,,千恵,Chie,100_SC00_c_034.wav,chie,,0,,,,,,,,"Okay, I'll go to the bathroom!!" +19700 ,,,,,,,,,,chie,,0,,,,,,,,"Chie-chan is so honest. With this Chie-chan, we'll do lots\nof naughty things again... smoothly leading to the main\nevent... hehe, I'm getting excited!" +19900 ,,,15,31,,,千恵,Chie,100_SC00_c_035.wav,chie,,3,,,,,,,,"Uncle, should I take everything off?" +20000 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Hmm, for now, just take off your skirt and panties." +20100 ,,,,,,,千恵,Chie,100_SC00_c_036.wav,"chieL,private",,1,,,,,,,,Okay. +20200 ,,,,,,,,,,chieL,,1,,,,,,,,"This honesty, Chie-chan is really cute. Just like taking a\nbath with her dad, she smoothly takes off her panties." +20300 ,,,,,,,,,,chieL,,1,,,,,,,,"And without hiding anything, she exposes herself completely,\nand I can't take my eyes off it. Indeed... this soft-looking\npart really feels like a 'pussy'." +20400 ,,,,,,,主人公,Kiyoshi,,chieL,,1,,,,,,,,"Okay, Chie-chan, uncle will lie down, so bring your crotch\ntowards my face." +20500 ,,,,,,,千恵,Chie,100_SC00_c_037.wav,chieL,,3,,,,,,,,Huh? You want me to get on top of you? +20600 ,,,,,,,主人公,Kiyoshi,,chieL,,3,,,,,,,,"Yeah, it's more comfortable for you too, right?" +20700 ,,,,,,,千恵,Chie,100_SC00_c_038.wav,chieL,,25,,,,,,,,"Eh, but it feels like I'm sitting on the toilet, and it\nseems pitiful for you, uncle. Is it okay?" +20800 ,,,,,,,主人公,Kiyoshi,,chieL,,25,,,,,,,,"It's fine, it's fine! Come on, quickly show uncle your\nlittle pussy!" +20900 ,,,,,,,千恵,Chie,100_SC00_c_039.wav,chieL,,1,,,,,,,,"Okay. Sorry for getting on top of you, uncle. Wow, uncle's\ndick is really big too!" +21000 ,,,,,,,主人公,Kiyoshi,,chieL,,1,,,,,,,,Uncle is excited because cute Chie-chan is here! +21100 ,,,,,,,千恵,Chie,100_SC00_c_040.wav,chieL,,22,,,,,,,,"Hehe, uncle praised me... Should I tickle uncle's dick again\ntoday?" +21200 ,,,,,,,主人公,Kiyoshi,,chieL,,22,,,,,,,,"I'd love that! If possible, I'd like you to lick it with\nyour mouth like last time." +21300 ,,,,,,,千恵,Chie,100_SC00_c_041.wav,chieL,,20,,,,,,,,"Sure. Hmm... whoa, huh?" +21400 ,,,,,,,主人公,Kiyoshi,,chieL,,20,,,,,,,,What's wrong? +21500 ,,,,,,,千恵,Chie,100_SC00_c_042.wav,chieL,,25,,,,,,,,"Uncle, I can't reach your dick with my mouth." +21600 ,,,,,,,主人公,Kiyoshi,,chieL,,25,,,,,,,,"Oh, I see." +21700 ,,,,,,,,,,chieL,,25,,,,,,,,"The size difference between me and Chie-chan is huge. If I'm\nputting my mouth on Chie- chan's pussy, little Chie-chan\ncan't reach my penis." +21800 ,,,,,,,,,,chieL,,25,,,,,,,,"If I had a gigantic dick, maybe she could reach, but... that\nwould be ridiculous." +21900 ,,,,,,,千恵,Chie,100_SC00_c_043.wav,chieL,,33,,,,,,,,What should I do? Should I rub it with my hands? +22000 ,,,,,,,主人公,Kiyoshi,,chieL,,33,,,,,,,,"Hmm, that feels good too, but..." +22100 ,,,,,,,,,,chieL,,33,,,,,,,,"Ah, I got it." +22200 ,,,,,,,主人公,Kiyoshi,,chieL,,33,,,,,,,,"Chie-chan, can you reach with your feet?" +22300 ,,,,,,,千恵,Chie,100_SC00_c_044.wav,chieL,,24,,,,,,,,"Huh, my feet?" +22400 ,,,,,,,主人公,Kiyoshi,,chieL,,24,,,,,,,,"Yeah, like stretch your legs over uncle and sit like that." +22500 ,,,,,,,千恵,Chie,100_SC00_c_045.wav,chieL,,29,,,,,,,,"Hmm, I think I can reach with my feet..." +22600 ,,,,,,,主人公,Kiyoshi,,chieL,,29,,,,,,,,"Then, give it a try." +22700 ,,,,,,,千恵,Chie,100_SC00_c_046.wav,chieL,,21,,,,,,,,Okay. +22900 ,,,,,1200000,,,,,,,,,,,,,,, +23000 ,*mem,,,,1200000,,,,,,,,,,,,,,, +23100 ,,,15,,1200000,,千恵,Chie,100_SC00_c_047.wav,chie,,0,,,,,,,,"Wow, I reached! But it's wobbly!" +23200 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, it's okay, just lean against the sofa. I'll hold\nyour butt for you, Chie- chan." +23300 ,,,,,1200000,,千恵,Chie,100_SC00_c_048.wav,chie,,0,,,,,,,,"Wow, that's easy!" +23400 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,Ohhh... Chie-chan's butt is so soft... squishy. +23500 ,,,,,1200000,,千恵,Chie,100_SC00_c_049.wav,chie,,0,,,,,,,,"Uncle, is it really okay to play with your dick with my\nfeet?" +23600 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine, do as you like. As long as you don't kick my\nballs, it's all good." +23700 ,,,,,1200000,,,,,,,,,,,,,,,"In this position, there's almost no worry about that." +23800 ,,,,,1200000,,千恵,Chie,100_SC00_c_050.wav,chie,,0,,,,,,,,It'd be scary if it broke... +23900 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,That would be scary! +24000 ,,,,,1200000,,,,,,,,,,,,,,,Please don't do that! +24100 ,,,,,1200000,,千恵,Chie,100_SC00_c_051.wav,chie,,0,,,,,,,,"Yeah, gently, gently. But it's strange to play with uncle's\ndick with my feet." +24200 ,,,,,1200000,,,,,,,,,,,,,,,Chie-chan's feet pressed against my penis. She moved her\nfeet trying to sandwich it with both. +24300 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,Ahh... Chie-chan's feet are soft and feel good... +24400 ,,,,,1200010,,千恵,Chie,100_SC00_c_052.wav,chie,,0,,,,,,,,Uncle's dick is squishy and ticklish too. +24500 ,,,,,1200010,,,,,,,,,,,,,,,Chie-chan giggled. +24600 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Squish it a lot, okay?" +24700 ,,,,,1200010,,千恵,Chie,100_SC00_c_053.wav,chie,,0,,,,,,,,Yeah! This is fun! I can't usually do this! +24800 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,Usually? +24900 ,,,,,1200010,,,,,,,,,,,,,,,"Well, you can't usually play with a dick. But even\n'sometimes' she wouldn't be playing with anyone else's...\nright?" +25000 ,,,,,1200010,,千恵,Chie,100_SC00_c_054.wav,chie,,0,,,,,,,,"When I pick things up with my feet, my mom gets mad at me,\nsaying it's bad manners." +25100 ,,,,,1200010,,,,,,,,,,,,,,,"Ah, so she can't usually pick things up with her feet." +25200 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, that might be true. But today, you can be as naughty as\nyou want. After all, you're sitting on uncle with your\ncrotch bare!" +25300 ,,,,,1200000,,千恵,Chie,100_SC00_c_055.wav,chie,,0,,,,,,,,That's right! But I actually like taking off my panties and\nhaving my crotch bare! +25400 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, oh, Chie-chan likes to take them off, huh?" +25500 ,,,,,1200000,,千恵,Chie,100_SC00_c_056.wav,chie,,0,,,,,,,,"Yeah, it feels refreshing or maybe invigorating? Something\nlike that." +25600 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"It's hot, after all. It feels good for uncle too when I let\nmy dick out. It gets cramped when it gets big." +25700 ,,,,,1200000,,千恵,Chie,100_SC00_c_057.wav,chie,,0,,,,,,,,"Chie-chan doesn't have a dick, but I think I understand the\ncramped feeling. It's so big, after all." +25800 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, yeah." +25900 ,,,,,1200010,,千恵,Chie,100_SC00_c_058.wav,chie,,0,,,,,,,,"Then I'll play with it, okay? Is there any part that's sore?" +26000 ,,,,,1200010,,,,,,,,,,,,,,,"Saying that, Chie-chan stimulates my penis with her feet." +26100 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"It's rock hard, all over." +26200 ,,,,,1200010,,千恵,Chie,100_SC00_c_059.wav,chie,,0,,,,,,,,"Okay, knead, knead..." +26300 ,,,,,1200010,,,,,,,,,,,,,,,"Chie-chan first grips my penis with her toes, kneading it.\nThe soft and small fingers pressing against the surface of\nmy penis make me feel like I'm in a dream." +26400 ,,,,,1200010,,千恵,Chie,100_SC00_c_060.wav,chie,,0,,,,,,,,"Uncle's dick is twitching. It feels good, doesn't it?" +26500 ,,,,,1200010,,,,,,,,,,,,,,,"Chie-chan has seen and touched my penis many times, so she\nseems quite used to it now." +26600 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Wow, Chie-chan is getting good at handling a dick. Alright,\nnow it's my turn. Chie-chan, spread your legs a little." +26700 ,,,,,1200000,,千恵,Chie,100_SC00_c_061.wav,chie,,0,,,,,,,,"Wah, hehe, uncle, it's still a bit embarrassing." +26800 ,,,,,1200000,,,,,,,,,,,,,,,Chie-chan says that but seems to be having fun. +27000 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"Really, Chie-chan's skin is so smooth." +27100 ,,,,,1200000,,,,,,,,,,,,,,,"Saying that, I caress Chie-chan's butt. It's a bit sweaty,\nso her skin feels like it's sticking." +27200 ,,,,,1200000,,,,,,,,,,,,,,,"And between Chie-chan's lightly spread legs, there's a cute\nlittle slit." +27300 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, this angle is the best!" +27400 ,,,,,1200010,,千恵,Chie,100_SC00_c_062.wav,chie,,0,,,,,,,,"Uncle, can you see Chie-chan's pussy? Should I move?" +27500 ,,,,,1200010,,,,,,,,,,,,,,,"The service is so good, I feel like I might get a nosebleed." +27600 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"No, it's fine, it's perfect. Chie-chan, just stay like that." +27700 ,,,,,1200010,,千恵,Chie,100_SC00_c_063.wav,chie,,0,,,,,,,,"Uncle's tongue is coming out. Hehe, I wonder if it can\nreach?" +27800 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,I'll make it reach!! +27900 ,,,,,1200010,,,,,,,,,,,,,,,I stretch my tongue as far as I can. +28000 ,,,,,1200010,,,,,,,,,,,,,,,"The feeling of almost reaching but not quite, or rather, the\nthrill of putting my mouth on such a little girl's pussy is\npart of the excitement." +28100 ,,,,,1200010,,,,,,,,,,,,,,,"Well, no matter how guilty I feel, it's not like I'm going\nto stop!" +28200 ,,,,,1200010,,千恵,Chie,100_SC00_c_064.wav,chie,,0,,,,,,,,Nn! +28300 ,,,,,1200010,,,,,,,,,,,,,,,"As soon as my tongue touches Chie-chan's pussy, she closes\nher eyes tightly and looks ticklish." +28400 ,,,,,1200010,,千恵,Chie,100_SC00_c_065.wav,chie,,0,,,,,,,,Nnyuu... it still feels weird. +28500 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Really? But you don't hate it, right?" +28600 ,,,,,1200010,,千恵,Chie,100_SC00_c_066.wav,chie,,0,,,,,,,,"Hmm, it's not that I hate it, it's more like if uncle wants\nto do it, then it's okay, but when I think that I pee from\nthere, it feels weird." +28700 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Well, yeah, it's a bit embarrassing for me too when Chie-\nchan licks my dick, but it feels good." +28800 ,,,,,1200010,,千恵,Chie,100_SC00_c_067.wav,chie,,0,,,,,,,,Uncle gets embarrassed too? +28900 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Of course, a dick isn't something you show to just anyone." +29000 ,,,,,1200000,,千恵,Chie,100_SC00_c_068.wav,chie,,0,,,,,,,,"Hehe, I see, so I'm the only one who can play with uncle's\ndick." +29100 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,That's right. +29200 ,,,,,1200000,,,,,,,,,,,,,,,Then Chie-chan gives a happy smile. She's really cute! +29300 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,I'm glad that Chie-chan only shows and lets me lick her\npussy! +29400 ,,,,,1200000,,千恵,Chie,100_SC00_c_069.wav,chie,,0,,,,,,,,Pussy? +29500 ,,,,,1200000,,,,,,,,,,,,,,,"When I used a normal word, Chie-chan looked puzzled." +29600 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, yeah, it's about 'omamman'. Other people often say\n'pussy' for this place." +29700 ,,,,,1200000,,,,,,,,,,,,,,,"As I said that, I gave Chie-chan's pussy a lick." +29800 ,,,,,1200010,,千恵,Chie,100_SC00_c_070.wav,chie,,0,,,,,,,,Fuhnyu...!! Th-that felt tingly just now... +29900 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,Did it feel good? +30000 ,,,,,1200010,,千恵,Chie,100_SC00_c_071.wav,chie,,0,,,,,,,,"Yeah, but it might be a bit too tingly." +30100 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,It'll feel better soon. +30200 ,,,,,1200010,,千恵,Chie,100_SC00_c_072.wav,chie,,0,,,,,,,,Really? +30300 ,,,,,1200010,,,,,,,,,,,,,,,"Chie-chan still seems unsure, but she's already experienced\nclimaxing from cunnilingus once. She'll get into it soon\nenough." +30400 ,,,,,1200010,,千恵,Chie,100_SC00_c_073.wav,chie,,0,,,,,,,,"Hey, uncle, should Chie-chan say 'pussy' too?" +30500 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Huh? Oh, about 'omamman'? Why?" +30600 ,,,,,1200010,,千恵,Chie,100_SC00_c_074.wav,chie,,0,,,,,,,,"Hmm, I was wondering if 'omamman' sounds childish." +30700 ,,,,,1200010,,,,,,,,,,,,,,,"That's part of the charm, but it's a dilemma... Hearing\n'pussy' from Chie-chan's mouth is exciting too." +30800 ,,,,,1200010,,,,,,,,,,,,,,,It's all about using the right word at the right time. +30900 ,,,,,1200010,,,,,,,,,,,,,,,"Yeah, since we'll be doing lots of naughty things, I'll get\nher used to saying 'pussy' in a naughty way!" +31000 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"So, will Chie-chan say 'pussy' too?" +31100 ,,,,,1200000,,千恵,Chie,100_SC00_c_075.wav,chie,,0,,,,,,,,"Okay! From now on, 'omamman' is 'pussy', right?" +31200 ,,,,,1200000,,,,,,,,,,,,,,,"Oh, my lower body is on fire!" +31300 ,,,,,1200000,,千恵,Chie,100_SC00_c_076.wav,chie,,0,,,,,,,,"Wow, wow, wow, uncle's dick just twitched!" +31400 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"Because Chie-chan said 'pussy', uncle got excited!" +31500 ,,,,,1200000,,千恵,Chie,100_SC00_c_077.wav,chie,,0,,,,,,,,Just by saying 'pussy'? +31600 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! +31700 ,,,,,1200000,,千恵,Chie,100_SC00_c_078.wav,chie,,0,,,,,,,,That's weird! +31800 ,,,,,1200000,,,,,,,,,,,,,,,Chie-chan giggles as she says that. +31900 ,,,,,1200000,,千恵,Chie,100_SC00_c_079.wav,chie,,0,,,,,,,,"Ah... uncle, you're licking so much, my pussy... my pussy is\nstarting to tingle." +32000 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,It'll start to feel good... Can I lick deeper inside? +32100 ,,,,,1200000,,千恵,Chie,100_SC00_c_080.wav,chie,,0,,,,,,,,"Hmm, if it tastes like pee and is salty, won't it be yucky\nfor you, uncle...?" +32200 ,,,,,1200000,,主人公,Kiyoshi,,,,,,,,,,,,"It's fine, it's fine, uncle will clean it for you instead." +32300 ,,,,,1200010,,千恵,Chie,100_SC00_c_081.wav,chie,,0,,,,,,,,"Nyu! Geez, uncle, it's not like Chie-chan isn't embarrassed\ntoo! Having you wipe me like a baby!" +32400 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"It's Chie-chan's fault for not wiping properly after the\ntoilet! As punishment, let uncle taste that salty flavor!" +32500 ,,,,,1200010,,千恵,Chie,100_SC00_c_082.wav,chie,,0,,,,,,,,"Eek, I-I'll wipe properly next time!" +32600 ,,,,,1200010,,,,,,,,,,,,,,,"I couldn't believe it, but Chie-chan really didn't wipe\nproperly. Her panties will get soaked with pee!" +32700 ,,,,,1200010,,,,,,,,,,,,,,,"That aside, the taste of pee itself is a reward, so I\neagerly lick Chie-chan's pussy. ...Hmm, but Chie-chan's\npussy is clean." +32800 ,,,,,1200010,,,,,,,,,,,,,,,"It's a bit salty, but I can't tell if this saltiness is from\nsweat or pee." +32900 ,,,,,1200010,,千恵,Chie,100_SC00_c_083.wav,chie,,0,,,,,,,,"Mm, mm, uncle's tongue is squishing Chie- chan's pussy..." +33000 ,,,,,1200010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, Chie-chan's pussy is delicious. How is it? Is it\nstarting to feel good?" +33200 ,,,,,1200020,,千恵,Chie,100_SC00_c_084.wav,chie,,0,,,,,,,,Eek...! It feels all cool and breezy... +33300 ,,,,,1200020,,,,,,,,,,,,,,,"Ah, a pussy of someone Chie-chan's age is tightly closed.\nWhen you pry it open like this, it might feel breezy from\nthe outside air." +33400 ,,,,,1200020,,,,,,,,,,,,,,,"Well, it might open a bit when she pees, but even then, her\nimmature clitoris is so hidden you can't tell where it is." +33500 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Let's clean it up like this... slurp... hmm, is something\ncoming out of Chie-chan's pussy...? Are you starting to feel\nit...?" +33600 ,,,,,1200020,,千恵,Chie,100_SC00_c_085.wav,chie,,0,,,,,,,,"I don't know, but around my pussy, it feels warm and\ntingly..." +33700 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, that's a good feeling. Should I stop licking for a\nbit?" +33800 ,,,,,1200020,,千恵,Chie,100_SC00_c_086.wav,chie,,0,,,,,,,,"Yeah... ah... uncle, it's getting more tingly... if uncle\ndoesn't lick it, it feels itchy or like I can't stand it..." +33900 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"See, you want more, right? Should I continue?" +34000 ,,,,,1200020,,千恵,Chie,100_SC00_c_087.wav,chie,,0,,,,,,,,"Mm... ah, uncle's licking, yeah, I want more...! Uncle, is\nthis what 'feeling it' means...?" +34100 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"That's right! Chie-chan's pussy is 'feeling it,' 'feeling\ngood,' and 'can't hold back' anymore!" +34200 ,,,,,1200020,,千恵,Chie,100_SC00_c_088.wav,chie,,0,,,,,,,,Fwah... s-so that's it... Chie-chan's pussy can really feel\nit... wow... it's mysterious... +34300 ,,,,,1200020,,,,,,,,,,,,,,,"Her breathing gradually becomes heavier, and her face turns\nred. Her pussy also seems to be getting flushed." +34400 ,,,,,1200020,,,,,,,,,,,,,,,"More than anything, a lewd scent starts wafting from Chie-\nchan's pussy." +34500 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Good, good, Chie-chan, you're doing well. But if you keep\ngoing like this, you'll come on your own. Make uncle's dick\nfeel good too." +34600 ,,,,,1200020,,千恵,Chie,100_SC00_c_089.wav,chie,,0,,,,,,,,"Ah, that's right...!! Sorry, I forgot because my pussy was\ntingling..." +34700 ,,,,,1200020,,千恵,Chie,100_SC00_c_089a.wav,,,,,,,,,,,"I have to make uncle's dick feel good too...! Here we go,\nhere we go." +34800 ,,,,,1200020,,,,,,,,,,,,,,,Chie-chan starts moving her legs again. Her movements seem\nawkward. This must be because her pussy is starting to feel\nit! +34900 ,,,,,1200020,,千恵,Chie,100_SC00_c_090.wav,chie,,0,,,,,,,,"Mm, hyah, mm... somehow... the soles of my feet are\nticklish... mm, I can't move them well..." +35000 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Hang in there, Chie-chan! I know your pussy feels good, but\ndo your best!" +35100 ,,,,,1200020,,千恵,Chie,100_SC00_c_091.wav,chie,,0,,,,,,,,"Yeah, I'll do my best... mm, mm, mm! Fwaa... uncle's dick is\namazing, I feel like I'm going to lose..." +35200 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"If it's hard to rub with your fingers, you can squeeze it\nwith your feet and rub it too." +35300 ,,,,,1200020,,千恵,Chie,100_SC00_c_092.wav,chie,,0,,,,,,,,"Yeah, got it! Alright... here we go, here we go...!" +35400 ,,,,,1200020,,,,,,,,,,,,,,,"Chie-chan spreads her legs slightly bow- legged and\nsandwiches my penis between her small feet from both sides.\nThen, she starts moving her feet up and down, rubbing it." +35500 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Whoa! Y-yeah, just like that!" +35600 ,,,,,1200020,,千恵,Chie,100_SC00_c_093.wav,chie,,0,,,,,,,,"Mm, Chie-chan will do her best... fwa, mm!" +35700 ,,,,,1200020,,,,,,,,,,,,,,,"To respond to Chie-chan's effort of rubbing my penis with\nher small feet, I stimulate her by digging into her pussy." +35800 ,,,,,1200020,,,,,,,,,,,,,,,Should I try inserting my tongue inside her pussy soon...? +35900 ,,,,,1200020,,千恵,Chie,100_SC00_c_094.wav,chie,,0,,,,,,,,Nhyuh!? U-uncle... something there... nya!! +36000 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, this is the entrance where uncle's dick goes in.\nDo you understand?" +36100 ,,,,,1200020,,千恵,Chie,100_SC00_c_095.wav,chie,,0,,,,,,,,"Mm, mm, mm! Uncle... there, it feels like something's coming\na lot... maybe." +36200 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Does it feel really good, a lot?" +36300 ,,,,,1200020,,千恵,Chie,100_SC00_c_096.wav,chie,,0,,,,,,,,...Yeah. +36400 ,,,,,1200020,,,,,,,,,,,,,,,"Chie-chan, you have plenty of potential for being lewd.\nFeeling it just from having the entrance loosened." +36500 ,,,,,1200020,,,,,,,,,,,,,,,I wonder how she'll feel deep inside. +36600 ,,,,,1200020,,千恵,Chie,100_SC00_c_097.wav,chie,,0,,,,,,,,"Nhyah!? U-uncle, don't bully Chie-chan's pussy..." +36700 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"I'm not bullying it, I'm just being cute and gentle with it!" +36800 ,,,,,1200020,,千恵,Chie,100_SC00_c_098.wav,chie,,0,,,,,,,,"But it feels so fluffy, my head's getting all fuzzy..." +36900 ,,,,,1200020,,,,,,,,,,,,,,,"Chie-chan adds her hands to her feet and earnestly rubs my\npenis. Otherwise, it seems like her feet are trembling and\ncan't move, and her expression is becoming dazed." +37000 ,,,,,1200020,,千恵,Chie,100_SC00_c_099.wav,chie,,0,,,,,,,,"Mm, mm, is Chie-chan a lewd girl...?" +37100 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,Does it feel that good? +37200 ,,,,,1200020,,千恵,Chie,100_SC00_c_100.wav,chie,,0,,,,,,,,...Yeah. I want uncle to keep licking me forever... +37300 ,,,,,1200020,,,,,,,,,,,,,,,That's very welcome! +37400 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,Uncle loves lewd Chie-chan too. I'm so happy you show this\nside only to me. +37500 ,,,,,1200020,,千恵,Chie,100_SC00_c_101.wav,chie,,0,,,,,,,,...Really? Uncle loves lewd Chie-chan... Maybe it's good\nthat Chie-chan is lewd... +37600 ,,,,,1200020,,,,,,,,,,,,,,,"Chie-chan looks entranced, surrendering to the stimulation\nof her pussy." +37700 ,,,,,1200020,,,,,,,,,,,,,,,"Seeing little Chie-chan panting 'haah, haah' as her pussy is\nlicked makes me almost want to ejaculate." +37800 ,,,,,1200020,,,,,,,,,,,,,,,"But, for the final release, I still want the physical\nstimulation of a dick. My heart is already satisfied, but my\nbody wants to be fulfilled too." +37900 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, come on, work hard with your feet too. Rub\nuncle's dick." +38000 ,,,,,1200020,,,,,,,,,,,,,,,"Saying that, I lightly pat Chie-chan's cute butt." +38100 ,,,,,1200020,,,,,,,,,,,,,,,"Then, as if waking from a pleasant sleep, Chie-chan blinks a\nfew times and sits up." +38200 ,,,,,1200020,,千恵,Chie,100_SC00_c_102.wav,chie,,0,,,,,,,,"Ah, that's right, uncle's dick, sorry for leaving it\nalone..." +38300 ,,,,,1200020,,千恵,Chie,100_SC00_c_102a.wav,,,,,,,,,,,I'll make uncle's dick feel as good as Chie- chan's pussy\nfeels... +38400 ,,,,,1200020,,,,,,,,,,,,,,,"Saying that, Chie-chan earnestly rubs my penis with her feet\nagain." +38500 ,,,,,1200020,,,,,,,,,,,,,,,"She's probably feeling quite dizzy by now, lacking fine\ncontrol, just rubbing my penis with her feet." +38600 ,,,,,1200020,,,,,,,,,,,,,,,"But it's not careless. She's trying hard. She moves her feet\ndiligently, making sure not to stop." +38700 ,,,,,1200020,,,,,,,,,,,,,,,"When I lick Chie-chan's pussy, she stiffens her legs for a\nmoment. But soon she lets out a 'mm!' and continues rubbing\nwith her feet." +38800 ,,,,,1200020,,千恵,Chie,100_SC00_c_103.wav,chie,,0,,,,,,,,"Uncle's... dick too, rub it, make it feel as fluffy as Chie-\nchan's pussy... nn!!" +38900 ,,,,,1200020,,千恵,Chie,100_SC00_c_104.wav,chie,,0,,,,,,,,"Fwaa... uncle's licking feels too good... ah, nn, my, my\npussy is turning inside out... nn!" +39000 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"I can feel Chie-chan's pussy opening and closing with my\ntongue...! It's getting all wet inside... you're feeling it,\naren't you...?" +39100 ,,,,,1200020,,千恵,Chie,100_SC00_c_105.wav,chie,,0,,,,,,,,"Nnn! Uncle... ah...! There, I like it there... nn, uncle's\ndick too, more, rub it, nn...!!" +39200 ,,,,,1200020,,,,,,,,,,,,,,,"Chie-chan's footwork on the verge of climax is a bit rough\ndue to the force, but with her baby-soft toes, it's just\nright." +39300 ,,,,,1200020,,,,,,,,,,,,,,,"My glans is being kneaded intensely, and the exit for my\nsemen is getting hot." +39400 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah, Chie-chan, just like that, uncle's almost there,\njust a little more!" +39500 ,,,,,1200020,,千恵,Chie,100_SC00_c_106.wav,chie,,0,,,,,,,,Yeah...! Here we go...!! +39600 ,,,,,1200020,,,,,,,,,,,,,,,"Chie-chan pushes her hips forward a bit, making my face and\nher pussy press together. The scent of Chie-chan, which I\nwas already intensely feeling, fills the back of my nose." +39700 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,Whoa!! This is amazing!! +39800 ,,,,,1200020,,,,,,,,,,,,,,,I wrap my hands around Chie-chan's butt and pull her closer. +39900 ,,,,,1200020,,,,,,,,,,,,,,,"My mouth is on her pussy, and my cheeks are pressed against\nthe base of Chie-chan's legs, her thighs. The soft, squishy\nsensation envelops my face!" +40000 ,,,,,1200020,,千恵,Chie,100_SC00_c_107.wav,chie,,0,,,,,,,,"Just like Chie-chan's pussy... uncle's pee hole is all\nslippery too... squish, squish...!" +40100 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,Whoa!! +40200 ,,,,,1200020,,,,,,,,,,,,,,,"Chie-chan's big toe fiddles with the tip of my twitching\npenis. Just as Chie-chan said, the slippery fluid oozing\nfrom the tip clings to her finger." +40300 ,,,,,1200020,,,,,,,,,,,,,,,The urethral opening is where the semen is about to burst\nout. This direct attack was incredibly effective. The\nvoltage of my penis skyrockets to the max. +40400 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Ch-Chie-chan, slurp slurp slurp! I'm at my limit too...\nslurp! Whoa, sluuuuurp!!" +40500 ,,,,,1200020,,,,,,,,,,,,,,,"To hold back even a little, I press my face against Chie-\nchan's pussy. My face gets sticky with my saliva and Chie-\nchan's juices, but I don't care." +40600 ,,,,,1200020,,,,,,,,,,,,,,,"I inhale Chie-chan's pussy scent deeply into my lungs,\nletting it seep into my body." +40700 ,,,,,1200020,,千恵,Chie,100_SC00_c_108.wav,chie,,0,,,,,,,,"Nn! Ch-Chie-chan, I'm about to cum! Uncle, I can't hold it\nanymore! Ah, ah, ahh!!" +40800 ,,,,,1200020,,主人公,Kiyoshi,,,,,,,,,,,,"Ch-Chie-chan, Chie-chan!!" +40900 ,,,,,1200020,,千恵,Chie,100_SC00_c_109.wav,chie,,0,,,,,,,,"Ah, ah, un-uncl... ah, hyah, aaaaaaaaaaaaaaaah!!" +41100 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,Uncle's... releasing too!! +41200 ,,,,,1200030,,,,,,,,,,,,,,,"As my tongue is squeezed by the entrance of Chie-chan's\ncontracting vagina, I also ejaculate vigorously from my\npenis." +41300 ,,,,,1200030,,,,,,,,,,,,,,,"The force easily surpasses Chie-chan's face height, raining\ndown in droplets." +41400 ,,,,,1200030,,,,,,,,,,,,,,,"With the first shot, Chie-chan's knees turned completely\nwhite, and the semen continued to rain down, quickly\ncovering Chie-chan's shins, tiny feet, and toes in\nstickiness." +41500 ,,,,,1200030,,千恵,Chie,100_SC00_c_110.wav,chie,,0,,,,,,,,"Hya... hyuu, hyuu..." +41600 ,,,,,1200030,,,,,,,,,,,,,,,Chie-chan was breathing heavily. It's no wonder. +41700 ,,,,,1200030,,,,,,,,,,,,,,,"But, while her small chest rose and fell, she was intently\nwatching my ejaculation." +41800 ,,,,,1200030,,千恵,Chie,100_SC00_c_111.wav,chie,,0,,,,,,,,Wow... so much... +41900 ,,,,,1200030,,,,,,,,,,,,,,,"She didn't mind the sticky liquid raining down on her feet,\njust looking amazed." +42000 ,,,,,1200030,,千恵,Chie,100_SC00_c_112.wav,chie,,0,,,,,,,,"It's still coming out... Uncle, were you holding back a lot?" +42100 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah... it feels better to hold back a lot and release it\nall at once. So, there's still more coming out...!" +42200 ,,,,,1200030,,千恵,Chie,100_SC00_c_113.wav,chie,,0,,,,,,,,Wow... it feels so good to have so much... I can tell\nbecause your penis is twitching a lot... +42300 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, Chie-chan's pussy was twitching too." +42400 ,,,,,1200030,,千恵,Chie,100_SC00_c_114.wav,chie,,0,,,,,,,,"I feel numb, I can't put any strength in..." +42500 ,,,,,1200030,,,,,,,,,,,,,,,"Maybe my penis could fit in then? But first, I need to\nfinish this ejaculation." +42600 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan... there's still more, so squeeze it all out until\nthe end." +42700 ,,,,,1200030,,,,,,,,,,,,,,,I'm pleading and relying on a little girl. +42800 ,,,,,1200030,,千恵,Chie,100_SC00_c_115.wav,chie,,0,,,,,,,,"Okay, Uncle, got it... here we go, rub rub, rub rub... go,\npenis, go!" +42900 ,,,,,1200030,,,,,,,,,,,,,,,"With Chie-chan's encouragement and footjob, my penis\ncontinues to work hard and ejaculate." +43000 ,,,,,1200030,,,,,,,,,,,,,,,"When Chie-chan's toes hit the underside of my shaft, the\nstimulation was so intense I almost fainted." +43100 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,Fuuoooooh +43200 ,,,,,1200030,,千恵,Chie,100_SC00_c_116.wav,chie,,0,,,,,,,,"Oh, did it hurt?" +43300 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,"No, the opposite, it felt amazing... alright, alright, just\na little more..." +43400 ,,,,,1200030,,,,,,,,,,,,,,,"Even I'm surprised at how much came out. But finally, I have\nto put some strength into my hips to get more out." +43500 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,"Phew... thank you, Chie-chan, it's all out." +43600 ,,,,,1200030,,千恵,Chie,100_SC00_c_117.wav,chie,,0,,,,,,,,"Yep, good job to you and your penis, Uncle." +43700 ,,,,,1200030,,,,,,,,,,,,,,,Chie-chan says that to comfort me. Her words make my heart\nfeel warm. +43800 ,,,,,1200030,,,,,,,,,,,,,,,"But today, the real event is just beginning." +43900 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,"Phew, so Chie-chan, now I'm going to put my penis into your\nvagina. ...Is that okay?" +44000 ,,,,,1200030,,千恵,Chie,100_SC00_c_118.wav,chie,,0,,,,,,,,"Oh, right, we were going to do that." +44100 ,,,,,1200030,,,,,,,,,,,,,,,Chie-chan still seems a bit anxious. +44200 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,Are you okay? Are you still scared? +44300 ,,,,,1200030,,千恵,Chie,100_SC00_c_119.wav,chie,,0,,,,,,,,Hmm... I don't know. I'm a little worried if I can do it\nwell... +44400 ,,,,,1200030,,,,,,,,,,,,,,,"Well, that's understandable." +44500 ,,,,,1200030,,千恵,Chie,100_SC00_c_120.wav,chie,,0,,,,,,,,"But since it's Uncle's request, Chie-chan is okay with it." +44600 ,,,,,1200030,,主人公,Kiyoshi,,,,,,,,,,,,Chie-chan! +44700 ,,,,31,,,,,,,,,,,,,,,,"Chie-chan is such a good girl that it brings tears to my\neyes. But I can't just cry, so I stood Chie-chan up and\nguided her to the futon." +44900 ,,,9,,1201000,,千恵,Chie,100_SC00_c_121.wav,chie,,0,,,,,,,,Fuaa... +45000 ,,,,,1201000,,,,,,,,,,,,,,,"I lifted Chie-chan, who was completely undressed, and laid\nher down on the futon. She was like a borrowed cat." +45100 ,,,,,1201000,,,,,,,,,,,,,,,"Being naked doesn't mean she's cold, right?" +45200 ,,,,,1201000,,主人公,Kiyoshi,,,,,,,,,,,,Are you okay? Are you still scared? +45300 ,,,,,1201000,,,,,,,,,,,,,,,"In response to my question, Chie-chan shook her head side to\nside. But with a slightly tense face, she muttered a word." +45400 ,,,,,1201000,,千恵,Chie,100_SC00_c_122.wav,chie,,0,,,,,,,,I-I'm nervous... +45500 ,,,,,1201000,,主人公,Kiyoshi,,,,,,,,,,,,"Relax, relax." +45600 ,,,,,1201000,,千恵,Chie,100_SC00_c_123.wav,chie,,0,,,,,,,,"Y-Yeah, su-ha su-ha, su-ha su-ha." +45700 ,,,,,1201000,,,,,,,,,,,,,,,"Chie-chan took deep breaths. Each time, her chest rose and\nfell, drawing attention to her nipples, but I guess she\nneeds to relax a bit more." +45800 ,,,,,1201000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay. I know you're worried about whether it will fit\nbecause it's big, but everyone manages to do it when they\nhave sex." +45900 ,,,,,1201000,,千恵,Chie,100_SC00_c_124.wav,chie,,0,,,,,,,,"Yeah, otherwise it wouldn't be sex, right? But I wonder if\nit will really fit..." +46000 ,,,,,1201000,,,,,,,,,,,,,,,Chie-chan said that and looked down at her stomach. +46100 ,,,,,1201000,,千恵,Chie,100_SC00_c_125.wav,chie,,0,,,,,,,,I wonder where in Chie-chan it will all fit... +46200 ,,,,,1201000,,主人公,Kiyoshi,,,,,,,,,,,,"Well, let's draw it out." +46300 ,,,,,1201000,,,,,,,,,,,,,,,"Suddenly inspired, I took out a marker." +46400 ,,,,,1201000,,千恵,Chie,100_SC00_c_126.wav,chie,,0,,,,,,,,Uncle? What are you doing? +46500 ,,,,,1201000,,主人公,Kiyoshi,,,,,,,,,,,,I'll draw what's inside Chie-chan's tummy. It might help you\nprepare better than knowing nothing at all. +46600 ,,,,,1201000,,,,,,,,,,,,,,,"Saying that, I started doodling on Chie- chan's lower\nabdomen." +46800 ,,,,,1201010,,千恵,Chie,100_SC00_c_127.wav,chie,,0,,,,,,,,"Eek, that tickles!" +46900 ,,,,,1201010,,主人公,Kiyoshi,,,,,,,,,,,,"This is Chie-chan's vagina, the entrance for the penis,\nright? From here, the penis goes in and out like this..." +47000 ,,,,,1201010,,千恵,Chie,100_SC00_c_128.wav,chie,,0,,,,,,,,...Wow. +47100 ,,,,,1201010,,主人公,Kiyoshi,,,,,,,,,,,,"And here is the baby's room, and next to it is where the\nbaby-making stuff happens." +47200 ,,,,,1201010,,,,,,,,,,,,,,,"Chie-chan curiously looked at the drawings on her stomach...\nthe vagina, uterus, and fallopian tubes." +47300 ,,,,,1201010,,千恵,Chie,100_SC00_c_129.wav,chie,,0,,,,,,,,Is something like this inside Chie-chan? +47400 ,,,,,1201010,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. Well, since it's inside the tummy, even Uncle hasn't\nseen it directly." +47500 ,,,,,1201010,,千恵,Chie,100_SC00_c_130.wav,chie,,0,,,,,,,,"Hmm... but it's still small, isn't it?" +47600 ,,,,,1201010,,,,,,,,,,,,,,,"Chie-chan said that. ...Now that she mentions it, maybe\nthat's true? Since Chie-chan herself is small." +47700 ,,,,,1201010,,,,,,,,,,,,,,,But that's what's nice about it. +47800 ,,,,,1201010,,千恵,Chie,100_SC00_c_131.wav,chie,,0,,,,,,,,"Uncle, can you take out your penis? Let's compare them?" +47900 ,,,,,1201010,,主人公,Kiyoshi,,,,,,,,,,,,I see. +48000 ,,,,,1201010,,,,,,,,,,,,,,,"At Chie-chan's request, I took out my penis." +48100 ,,,,,1201010,,,,,,,,,,,,,,,"I had just ejaculated a lot earlier, so it's not fully\nerect, but since I've been looking at Chie-chan's naked\nbody, it's maintaining a decent hardness." +48200 ,,,,,1201010,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'm going to place it, so I'll open Chie-chan's\nlegs." +48300 ,,,,,1201010,,,,,,,,,,,,,,,"Otherwise, I can't get my penis close to Chie-chan's crotch." +48400 ,,,,,1201010,,千恵,Chie,100_SC00_c_132.wav,chie,,0,,,,,,,,"Okay, wow, Chie-chan's crotch is completely visible... even\nmy vagina is all exposed." +48500 ,,,,,1201010,,主人公,Kiyoshi,,,,,,,,,,,,"Well, it can't be helped. If I can't see, I might put it in\nthe wrong place." +48600 ,,,,,1201010,,千恵,Chie,100_SC00_c_133.wav,chie,,0,,,,,,,,Y-You can't make a mistake! +48700 ,,,,,1201010,,,,,,,,,,,,,,,"Well, there aren't many places it could go by mistake... but\nanyway." +48900 ,,,,,1201020,,,,,,,,,,,,,,,I placed my penis on Chie-chan's stomach. +49000 ,,,,,1201020,,千恵,Chie,100_SC00_c_134.wav,chie,,0,,,,,,,,"Wow... hey, Uncle." +49100 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,...Yeah. +49200 ,,,,,1201020,,,,,,,,,,,,,,,My penis was larger than the drawing on Chie- chan's\nstomach. +49300 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"Well, I'm not going to put it all the way in. It's the first\ntime, after all." +49400 ,,,,,1201020,,千恵,Chie,100_SC00_c_135.wav,chie,,0,,,,,,,,"Uncle's penis is really big, it's cool though." +49500 ,,,,,1201020,,,,,,,,,,,,,,,Is it cool? +49600 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"I'll do it gently, so don't worry." +49700 ,,,,,1201020,,,,,,,,,,,,,,,"It was more of a consolation than anything, or rather, it\nwas almost a lie, but I said it anyway. There's no turning\nback now." +49800 ,,,,,1201020,,千恵,Chie,100_SC00_c_136.wav,chie,,0,,,,,,,,"Hmm, even if I can't do it well, forgive me, okay?" +49900 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"No, even if it doesn't go well, it's not Chie-chan's\nfault... so you don't have to worry too much." +50000 ,,,,,1201020,,,,,,,,,,,,,,,"Saying that, I moved my hips and placed the tip of my penis\nagainst Chie-chan's vagina." +50100 ,,,,,1201020,,千恵,Chie,100_SC00_c_137.wav,chie,,0,,,,,,,,Fwah...! +50200 ,,,,,1201020,,,,,,,,,,,,,,,"Chie-chan's body twitched. I stimulated her so much earlier,\nso she might still be sensitive." +50300 ,,,,,1201020,,,,,,,,,,,,,,,"I mean, I licked her to loosen her up, so it would be a\nproblem if she wasn't." +50400 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"Here we go, Chie-chan." +50500 ,,,,,1201020,,千恵,Chie,100_SC00_c_138.wav,chie,,0,,,,,,,,Oh... Uncle's penis tip is so squishy. +50600 ,,,,,1201020,,,,,,,,,,,,,,,"Even though she seemed anxious, it was a relief that Chie-\nchan wasn't rejecting me. I'll take advantage of that." +50700 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,Chie-chan's vagina is also squishy and feels good. +50800 ,,,,,1201020,,千恵,Chie,100_SC00_c_139.wav,chie,,0,,,,,,,,"Uncle licked me a lot earlier, so it's all soft now." +50900 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"I did it to soften you up, so let's see how it worked." +51000 ,,,,,1201020,,,,,,,,,,,,,,,"If I keep pressing the tip against Chie- chan's vagina, it's\ngoing to be dangerous soon." +51100 ,,,,,1201020,,,,,,,,,,,,,,,And Chie-chan might start feeling scared. I need to make a\nquick decision and move forward. +51200 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, here we go... Chie-chan's first time having sex,\nUncle's going to take it..." +51300 ,,,,,1201020,,千恵,Chie,100_SC00_c_140.wav,chie,,0,,,,,,,,"Y-Yeah, Chie-chan is going to have sex with Uncle..." +51400 ,,,,,1201020,,,,,,,,,,,,,,,I gently held her hips and slowly moved forward. My glans\npushed into Chie-chan's soft vagina. +51600 ,,,,,1201030,,,,,,,,,,,,,,,"The glans gradually disappeared, hidden by Chie-chan's soft\npubic mound." +51700 ,,,,,1201030,,,,,,,,,,,,,,,"But it's still just pressing against Chie- chan's flesh, not\nfully inside yet. I need to push a little more..." +51800 ,,,,,1201030,,,,,,,,,,,,,,,I need to spread Chie-chan's vagina a little. +51900 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, I'm going to spread your... Chie- chan's entrance\na bit." +52000 ,,,,,1201030,,千恵,Chie,100_SC00_c_141.wav,chie,,0,,,,,,,,Huh? +52100 ,,,,,1201030,,,,,,,,,,,,,,,I placed my fingers on Chie-chan's vagina and gently spread\nthe petals to the sides. I pulled back and repositioned the\nglans at Chie-chan's entrance. +52200 ,,,,,1201030,,千恵,Chie,100_SC00_c_142.wav,chie,,0,,,,,,,,"Oh, oh? Oh, oh!?" +52300 ,,,,,1201030,,,,,,,,,,,,,,,"Chie-chan's reaction is fresh. Well, she probably hasn't\nexperienced having her vagina spread like this before." +52400 ,,,,,1201030,,千恵,Chie,100_SC00_c_143.wav,chie,,0,,,,,,,,"Hyah, fuh, it feels weird... ahh..." +52500 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,I can't tell if that's a good or bad reaction! +52600 ,,,,,1201030,,千恵,Chie,100_SC00_c_144.wav,chie,,0,,,,,,,,"I'm still okay... but I've never had my vagina spread this\nmuch, so it kind of hurts... I think? But it's also tingling\nlike when you licked me earlier." +52700 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"I see... well, you've never had something this big inserted\nbefore." +52800 ,,,,,1201030,,千恵,Chie,100_SC00_c_145.wav,chie,,0,,,,,,,,"I've never put anything in my vagina before, it feels like\nit might get stuck." +52900 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"Haha, just because it feels good after learning with Uncle,\ndon't go playing with pencils or toys in your vagina, okay?" +53000 ,,,,,1201030,,千恵,Chie,100_SC00_c_146.wav,chie,,0,,,,,,,,I-I won't! It's scary without Uncle. +53100 ,,,,,1201030,,,,,,,,,,,,,,,"Yeah, yeah, it's fine to play any naughty games in front of\nUncle." +53200 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, let's rub Uncle's penis a bit more to loosen up\nChie-chan's vagina." +53300 ,,,,,1201030,,,,,,,,,,,,,,,I held the shaft of my penis and moved it in a circular\nmotion. +53400 ,,,,,1201030,,千恵,Chie,100_SC00_c_147.wav,chie,,0,,,,,,,,"Hyah, nngh! My vagina is tingling..." +53500 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,Does it hurt? +53600 ,,,,,1201030,,千恵,Chie,100_SC00_c_148.wav,chie,,0,,,,,,,,A little... but Uncle's penis feels soft and kind of nice\ntoo. +53700 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"I see, alright... it seems like it might hurt if I go too\nhard, so I'll keep the movement small and gentle..." +53800 ,,,,,1201030,,千恵,Chie,100_SC00_c_149.wav,chie,,0,,,,,,,,"Nn, nn, nn, ah, Uncle, my crotch is getting hot. Nn, is this\nwhat feeling good in the vagina is like?" +53900 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"Got it, it's feeling pretty good. Then I'll move back and\nforth... slowly into Chie- chan." +54000 ,,,,,1201030,,千恵,Chie,100_SC00_c_150.wav,chie,,0,,,,,,,,"Nn, I'll do my best... though I don't know how to do my\nbest... Uncle's penis, you can come in, welcome..." +54100 ,,,,,1201030,,,,,,,,,,,,,,,Chie-chan says that with the atmosphere of inviting a friend\ninto her home. +54200 ,,,,,1201030,,,,,,,,,,,,,,,"The problem is, when she says things like that, my already\nbig penis becomes even bigger and harder." +54300 ,,,,,1201030,,,,,,,,,,,,,,,"While getting harder is convenient for pushing into Chie-\nchan's vagina, I don't want her to feel pain." +54400 ,,,,,1201030,,,,,,,,,,,,,,,But the glans is soft. It's being crushed by the pressure of\nChie-chan's vagina... should I call it 'vaginal pressure'? +54500 ,,,,,1201030,,,,,,,,,,,,,,,"If it were this hard, it would be tough for girls. Maybe God\nmade the glans soft and squishy for having sex with little\ngirls." +54600 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"Fwa, ah, nn, wawawa, brrrrrrrr" +54700 ,,,,,1201030,,,,,,,,,,,,,,,"Chie-chan says that because I'm moving my hips in a\nvibrating motion while keeping the back-and-forth range as\nsmall as possible. Little by little, it feels like the\nentrance is getting used to it." +54800 ,,,,,1201030,,千恵,Chie,100_SC00_c_151.wav,chie,,0,,,,,,,,"Uncle's penis is, fwa, going in, nn, nn, nn!" +54900 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,Is Chie-chan's vagina getting a bit slippery? +55000 ,,,,,1201030,,,,,,,,,,,,,,,It might just be my imagination. It could be my pre-cum\nthat's making it wet. +55100 ,,,,,1201030,,千恵,Chie,100_SC00_c_152.wav,chie,,0,,,,,,,,"Uncle, it feels like my stomach is being squeezed... it\nfeels weird..." +55200 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"Hang in there, Chie-chan." +55300 ,,,,,1201030,,,,,,,,,,,,,,,"The sensation of being pushed up from inside the stomach is\nsomething men can't understand... maybe I'd get it if\nsomething was put in my butt. ...No, let's stop thinking\nabout that." +55400 ,,,,,1201030,,千恵,Chie,100_SC00_c_153.wav,chie,,0,,,,,,,,"Y-yeah, I'll hang in there... I'll do my best..." +55500 ,,,,,1201030,,,,,,,,,,,,,,,"Feeling moved by Chie-chan's determination, I slowly moved\nmy hips forward." +55600 ,,,,,1201030,,,,,,,,,,,,,,,"Of course, I don't expect it all to go in. Honestly, I could\nejaculate just from doing this. But I want the satisfaction\nof the heart." +55700 ,,,,,1201030,,,,,,,,,,,,,,,"The satisfaction of having my first sex with Chie-chan,\nmaking that first experience mine." +55800 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,Nn... sho... just a bit more... +55900 ,,,,,1201030,,,,,,,,,,,,,,,I should have prepared some lotion. Chie- chan's small body\nand tight vagina were really snug. +56000 ,,,,,1201030,,,,,,,,,,,,,,,"Since she's physically small, maybe lotion wouldn't have\nhelped much, but if it could make it a bit easier for Chie-\nchan, it would have been worth it." +56100 ,,,,,1201030,,,,,,,,,,,,,,,"Well, it's too late now..." +56200 ,,,,,1201030,,千恵,Chie,100_SC00_c_154.wav,chie,,0,,,,,,,,"Fwa, ah, it... nn! Iii...!" +56300 ,,,,,1201030,,,,,,,,,,,,,,,Is it starting to hurt now? It's understandable. But it\nseems like Chie-chan is still holding on... +56400 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you, Chie-chan, just a little more..." +56500 ,,,,,1201030,,千恵,Chie,100_SC00_c_155.wav,chie,,0,,,,,,,,"Nn, nn, I'll do my... best..." +56600 ,,,,,1201030,,主人公,Kiyoshi,,,,,,,,,,,,"You're doing great, Chie-chan...!" +56700 ,,,,,1201030,,,,,,,,,,,,,,,"Chie-chan's expression is one of 'endurance'. If we're not\nstopping, there's no point in hesitating. I gradually\nincrease the forward movement." +56800 ,,,,,1201030,,千恵,Chie,100_SC00_c_156.wav,chie,,0,,,,,,,,"Wa, nnah! Uncle's, penis is, so much...!!" +56900 ,,,,,1201030,,千恵,Chie,100_SC00_c_157.wav,chie,,0,,,,,,,,"Nn, nn, iiiii...! Nnnn!!" +57000 ,,,,,1201030,,,,,,,,,,,,,,,"Chie-chan is holding back from saying it hurts. Just a\nlittle more, Chie-chan...!!" +57100 ,,,,,1201030,,千恵,Chie,100_SC00_c_158.wav,chie,,0,,,,,,,,!!!!!!!!!! +57200 ,,,,,1201040,,,,,,,,,,,,,,,Puchi puchi puchi puchi...!! +57400 ,,,,,1201040,,,,,,,,,,,,,,,"It was just a little, but suddenly, I felt like something\nthat was blocking the way was gone." +57500 ,,,,,1201040,,,,,,,,,,,,,,,"Looking down, I could see a slight red line around Chie-\nchan's vagina. This is." +57600 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,I did it... I broke Chie-chan's hymen. +57700 ,,,,,1201040,,千恵,Chie,100_SC00_c_159.wav,chie,,0,,,,,,,,Hy... hymen...? +57800 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"It means my penis is properly inside Chie- chan, and we were\nable to have sex." +57900 ,,,,,1201040,,千恵,Chie,100_SC00_c_160.wav,chie,,0,,,,,,,,"I-I see...? You know, Chie-chan's vagina feels really\ntingly..." +58000 ,,,,,1201040,,,,,,,,,,,,,,,Chie-chan's voice was a bit teary. It's understandable. +58100 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Thank you, I took Chie-chan's first time." +58200 ,,,,,1201040,,千恵,Chie,100_SC00_c_161.wav,chie,,0,,,,,,,,"Uuu... Becoming an adult is painful, huh." +58300 ,,,,,1201040,,,,,,,,,,,,,,,What a deep line. +58400 ,,,,,1201040,,,,,,,,,,,,,,,"Wow, this is amazing. My penis is wrapped in Chie-chan's\nmembranes, and about half of it is inside her." +58500 ,,,,,1201040,,,,,,,,,,,,,,,The sensation of the soft walls surrounding my penis is so\nintense it might drive me crazy if I focus on it. I can't\nbelieve this is all Chie-chan's vagina. +58600 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Inside Chie-chan is warm... or rather, it's almost hot. It's\namazing, soft, but also tight." +58700 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, can you feel uncle's penis?" +58800 ,,,,,1201040,,千恵,Chie,100_SC00_c_162.wav,chie,,0,,,,,,,,I can feel it... Chie-chan feels full with uncle's penis... +58900 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"It must hurt, but I want Chie-chan to feel good too, so I\nthink it's better if you focus on the penis." +59000 ,,,,,1201040,,千恵,Chie,100_SC00_c_163.wav,chie,,0,,,,,,,,"F-Funyu... Nn, nn, like this?" +59100 ,,,,,1201040,,,,,,,,,,,,,,,"Cautiously, the inside tightened, and Chie- chan's vagina\ngripped my penis. Oh, so this is what it feels like when it\ntightens." +59200 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, just like that. Chie-chan's vagina is making my penis\nfeel good." +59300 ,,,,,1201040,,千恵,Chie,100_SC00_c_164.wav,chie,,0,,,,,,,,"I-It's come this far, uncle." +59400 ,,,,,1201040,,,,,,,,,,,,,,,"Chie-chan placed her hand around the uterus area of the\ndrawing I doodled. If it were really inside the uterus, it\nwould be a big deal, so my penis must be pushing up against\nChie-chan's uterus." +59500 ,,,,,1201040,,,,,,,,,,,,,,,"Thinking about it that way, I could understand why Chie-chan\nwas feeling uncomfortable. I pulled back a little." +59600 ,,,,,1201040,,千恵,Chie,100_SC00_c_165.wav,chie,,0,,,,,,,,"Ah... U-Uncle, is this the end...?" +59700 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Nn, not yet... it's not over, but if it's too much for Chie-\nchan, we can stop here..." +59800 ,,,,,1201040,,,,,,,,,,,,,,,I achieved the main goal of taking Chie- chan's virginity. +59900 ,,,,,1201040,,千恵,Chie,100_SC00_c_166.wav,chie,,0,,,,,,,,"If it's not over yet, Chie-chan will try her best... Uncle,\nwhat else is there...?" +60000 ,,,,,1201040,,,,,,,,,,,,,,,"Well, of course..." +60100 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"I want to move my penis in and out of Chie- chan's vagina\nand release semen, you know, the white stuff that comes out\nof the penis, I want to release that inside Chie-chan." +60200 ,,,,,1201040,,千恵,Chie,100_SC00_c_167.wav,chie,,0,,,,,,,,"Huh!? That white stuff, you're going to release it in Chie-\nchan's tummy?" +60300 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Yes, that's what sex is. I release the semen, and Chie-chan\ntakes it in her tummy, that's what sex is about." +60400 ,,,,,1201040,,千恵,Chie,100_SC00_c_168.wav,chie,,0,,,,,,,,........Hmm. +60500 ,,,,,1201040,,,,,,,,,,,,,,,Chie-chan had a thoughtful expression. But. +60600 ,,,,,1201040,,千恵,Chie,100_SC00_c_169.wav,chie,,0,,,,,,,,"Then, Uncle, you can release it in Chie- chan... it's for\nUncle's sake." +60700 ,,,,,1201040,,,,,,,,,,,,,,,She said. +60800 ,,,,,1201040,,千恵,Chie,100_SC00_c_170.wav,chie,,0,,,,,,,,I'm still not very good at it though... +60900 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"That doesn't matter! Thank you, Chie-chan, I love you, Chie-\nchan!" +61000 ,,,,,1201040,,千恵,Chie,100_SC00_c_171.wav,chie,,0,,,,,,,,"Eh, ehehe..." +61100 ,,,,,1201040,,,,,,,,,,,,,,,"Saying that, I hugged the small Chie-chan, and she seemed\nticklish." +61200 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,Then... +61300 ,,,,,1201040,,,,,,,,,,,,,,,I grabbed Chie-chan's small waist. And slowly moved my hips\nback and forth. +61500 ,,,,,1201050,,千恵,Chie,100_SC00_c_172.wav,chie,,0,,,,,,,,F-Funyu!! +61600 ,,,,,1201050,,,,,,,,,,,,,,,"As I thrust my penis using my hips, Chie-chan closed her\neyes. She seemed to be enduring it, but it looked painful." +61700 ,,,,,1201050,,,,,,,,,,,,,,,"But if I slowed down and watched Chie-chan's pained\nexpression, I felt like I'd lose my arousal. I moved my hips\nback and forth at a speed that transmitted definite\nstimulation to my penis." +61800 ,,,,,1201050,,千恵,Chie,100_SC00_c_173.wav,chie,,0,,,,,,,,"Hya, nn! Nn, fuh, nn! Nn ah, ah, unyu! Nn, nyu, nyuu!!" +61900 ,,,,,1201050,,,,,,,,,,,,,,,Thrusting into Chie-chan's vagina. The sensation of hitting\nsomething at the tip must be the deepest part of Chie-chan. +62000 ,,,,,1201050,,,,,,,,,,,,,,,"Even so, every time I thrust, Chie-chan's legs spread wide\nopen, trembling like a frog swimming. Watching that honestly\nexcites me quite a bit." +62100 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, my cock is going in and out of your pussy...!" +62200 ,,,,,1201050,,千恵,Chie,100_SC00_c_174.wav,chie,,0,,,,,,,,Nnnnn! O-Oi-chan...! Oi-chan... nnnn...!! +62300 ,,,,,1201050,,,,,,,,,,,,,,,"Chie-chan places her hands on top of mine, which are\ngripping her waist." +62400 ,,,,,1201050,,,,,,,,,,,,,,,"Feeling her softness and smallness again, I realize just how\nsmall a girl Chie-chan is, and the bad me gets even more\nexcited." +62500 ,,,,,1201050,,,,,,,,,,,,,,,"I insert my penis into Chie-chan's reddened pussy, then pull\nout, and insert again." +62600 ,,,,,1201050,,千恵,Chie,100_SC00_c_175.wav,chie,,0,,,,,,,,"Nn, nn, nnn, my pussy is stretching~...!" +62700 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"If it stretches too much, it might be a problem. It's more\nexciting and feels better when it's small... Ah, no, no, I\nhope you get used to it so my cock doesn't hurt...!" +62800 ,,,,,1201050,,,,,,,,,,,,,,,The sensation of insertion feels like my glans is being\ntightly gripped by a hand. +62900 ,,,,,1201050,,,,,,,,,,,,,,,"Honestly, it feels a bit cramped, like the exit is blocked." +63000 ,,,,,1201050,,,,,,,,,,,,,,,"But more than that, the sensation of parting Chie-chan's\npussy and the mental satisfaction raises my excitement." +63100 ,,,,,1201050,,,,,,,,,,,,,,,"When pulling out, the ridge of my glans expands, scraping\ninside Chie-chan, which feels good." +63200 ,,,,,1201050,,,,,,,,,,,,,,,"That said, Chie-chan's pussy is still simple, without the\nlewdness that clings and won't let go." +63300 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"But, even though it's tentative, this feeling of checking\nand tightening around my cock. This sense of growth is\nnice..." +63400 ,,,,,1201040,,千恵,Chie,100_SC00_c_176.wav,chie,,0,,,,,,,,"O-Oi-chan, was it... weird?" +63500 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"No, no, just talking to myself." +63600 ,,,,,1201040,,,,,,,,,,,,,,,"Let's pick up the pace. If I take too long, Chie-chan will\nget tired. I lean forward a bit and thrust deeply." +63700 ,,,,,1201040,,,,,,,,,,,,,,,"If I do it strongly, it might be a burden on Chie-chan, but\nit's better than not knowing when it will end." +63800 ,,,,,1201040,,千恵,Chie,100_SC00_c_177.wav,chie,,0,,,,,,,,"Fwah, ah, nah, Oi-cha, your cock is bumpy... n, hya, nn!!" +63900 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Uncle wants to release his semen, so I'm going to go bump\nbump, okay? Chie-chan, bear with it for just a little\nlonger." +64000 ,,,,,1201050,,千恵,Chie,100_SC00_c_178.wav,chie,,0,,,,,,,,"Nn, Chie-chan will do her best... nn, Oi- chan's cock is,\nah, making a hole inside Chie-chan's tummy..." +64100 ,,,,,1201050,,,,,,,,,,,,,,,Is it starting to get a bit wet? Or is it the slickness from\nbleeding? The lewd sound of squishing is echoing as the love\nbetween me and Chie-chan. +64200 ,,,,,1201050,,,,,,,,,,,,,,,"Alright, just a little more...!" +64300 ,,,,,1201040,,千恵,Chie,100_SC00_c_179.wav,chie,,0,,,,,,,,"Nn, nn, Oi-cha... is the semen going to come out here...?" +64400 ,,,,,1201040,,,,,,,,,,,,,,,"Chie-chan points to the scribbled uterus. Is she remembering\nher studies, or does she just know by instinct?" +64500 ,,,,,1201040,,主人公,Kiyoshi,,,,,,,,,,,,"Y-Yeah, I'm going to release a lot into Chie-chan's pussy,\ninto the baby's room...!!" +64600 ,,,,,1201050,,千恵,Chie,100_SC00_c_180.wav,chie,,0,,,,,,,,"Nn, nn, if you release as much as Oi-chan, won't the baby\ndrown...?" +64700 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"No, that's something that happens after it's released..." +64800 ,,,,,1201050,,,,,,,,,,,,,,,I wonder how much Chie-chan understands about the fact that\nreleasing it there could lead to pregnancy...? +64900 ,,,,,1201050,,,,,,,,,,,,,,,"Speaking of which, has Chie-chan had her first period yet?" +65000 ,,,,,1201050,,,,,,,,,,,,,,,"No, surely Chie-chan hasn't had her red rice yet? Ugh, but\nreleasing inside a girl who's had her red rice is quite\nromantic...!!" +65100 ,,,,,1201050,,,,,,,,,,,,,,,"I initially intended to release inside, but what should I\ndo?" +65200 ,,,,,1201050,,,,,,,,,,,,,,,Pulling out and splattering it all over Chie- chan's soft-\nlooking tummy might be nice too...!! +65300 ,,,,,1201050,,,,,,,,,,,,,,,"Ugh, just thinking about it is making it hard to hold\nback...!!" +65500 ,$menu_begin,,,,1201050,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Stick to the original plan and finish inside,sel_1a",,,,1201050,,,,,,,,,,,,,,,■@ Stick to the original plan and release inside +↓,"$menu_item 1,Cover her white skin with a lot,sel_1b",,,,1201050,,,,,,,,,,,,,,,■A Splatter a lot on her white skin +↓,$menu_end,,,,1201050,,,,,,,,,,,,,,, +65600 ,*sel_1a,,,,1201050,,,,,,,,,,,,,,,■@ Stick to the original plan and release inside +65700 ,,,,,1201050,,,,,,,,,,,,,,,"After all, releasing inside is the way to go!" +65800 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"Ch-Chie-chan! I-I'm going to release now, inside Chie-chan's\npussy!" +65900 ,,,,,1201050,,,,,,,,,,,,,,,"Saying that, I thrust deeply into Chie-chan." +66000 ,,,,,1201050,,千恵,Chie,100_SC00_c_181.wav,chie,,0,,,,,,,,"Nn, nn! O-Oi-chan... nn, I'll catch Oi- chan's semen in\nChie-chan's pussy...!!" +66100 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, in Chie-chan's here, pussy, in this womb, drink it all\nup...!!" +66200 ,,,,,1201050,,千恵,Chie,100_SC00_c_182.wav,chie,,0,,,,,,,,"Nngh, u-un, un!!" +66300 ,,,,,1201050,,,,,,,,,,,,,,,Chie-chan is just nodding desperately. She's probably\nreaching her limit. +66400 ,,,,,1201050,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, alright, it's coming, Chie-chan, inside Chie-\nchan... inside the vagina!!" +66500 ,,,,,1201050,,千恵,Chie,100_SC00_c_183.wav,chie,,0,,,,,,,,"Fwah!? Ah! Oi-chan, your cock... it's hot... ah! Hyah,\naaaaaah!!" +66700 ,,,,,1201060,,,,,,,,,,,,,,,"I thrust my penis deeply into Chie-chan, relaxing the\ntension and releasing everything I had been holding back\ninside her vagina." +66800 ,,,,,1201060,,,,,,,,,,,,,,,"Even though the glans is being tightly squeezed, the\npressure can't match the force of my ejaculation." +66900 ,,,,,1201060,,,,,,,,,,,,,,,"However, unlike the usual ejaculation that leads to a sudden\nsense of release, it was more like a slow seep, as if I was\nwetting myself inside." +67000 ,,,,,1201060,,千恵,Chie,100_SC00_c_184.wav,chie,,0,,,,,,,,"O-Oi-chan... hyah, it's hot, so hot... Oi- chan's cock is\nhot... it feels like I'm being peed on..." +67100 ,,,,,1201060,,主人公,Kiyoshi,,,,,,,,,,,,"It's not pee, it's semen... it's not as forceful as usual,\nbut ugh, there's still a lot..." +67200 ,,,,,1201060,,千恵,Chie,100_SC00_c_185.wav,chie,,0,,,,,,,,R-Really... it's spurting... just like Oi- chan's\nejaculation... +67300 ,,,,,1201060,,主人公,Kiyoshi,,,,,,,,,,,,"Look, it's flowing out from Chie-chan's pussy." +67400 ,,,,,1201060,,,,,,,,,,,,,,,Chie-chan's small pussy and womb can't contain all of my\nsemen. +67500 ,,,,,1201060,,,,,,,,,,,,,,,"With a slightly indecent sound, white liquid spurted out\nfrom the gap between Chie-chan's pussy and my penis." +67600 ,,,,,1201060,,千恵,Chie,100_SC00_c_186.wav,chie,,0,,,,,,,,"Nngh, O-Oi-chan... my pussy feels weird..." +67700 ,,,,,1201060,,,,,,,,,,,,,,,"Perhaps unsettled by the sensation of being ejaculated\ninside for the first time, Chie- chan twists her body. I\nheld her waist and continued to ejaculate." +67800 ,,,,,1201060,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, oh, ohh..." +67900 ,,,,,1201060,,,,,,,,,,,,,,,"Letting out a sound like a seal, I thrust my hips and\nejaculated into Chie-chan." +68000 ,,,,,1201060,,千恵,Chie,100_SC00_c_187.wav,chie,,0,,,,,,,,My stomach is starting to feel weird... Oi- chan... +68100 ,,,,,1201060,,主人公,Kiyoshi,,,,,,,,,,,,"Huh, ugh... I think I've... let it all out..." +68200 ,,,,,1201060,,,,,,,,,,,,,,,"The throbbing of my penis was finally subsiding. Considering\nChie-chan's condition, I pulled out from Chie-chan's pussy." +68300 ,,,,,1201070,,,,,,,,,,,,,,,"Then, at the base of Chie-chan's pussy, around where her\nclitoris might be, I wiped away the semen that was still\ndripping." +68500 ,,,,,1201070,,千恵,Chie,100_SC00_c_188.wav,chie,,0,,,,,,,,Hahyu...! +68600 ,,,,,1201070,,,,,,,,,,,,,,,"Then, Chie-chan's pussy opened slightly, and semen started\nto drip out little by little." +68700 ,,,,,1201070,,,,,,,,,,,,,,,"After a short while, as Chie-chan's pussy began to tighten,\nit spurted out my semen from inside." +68800 ,,,,,1201070,,,,,,,,,,,,,,,A large stain was left on the sheets. +68900 ,,,,,1201070,,主人公,Kiyoshi,,,,,,,,,,,,Semen backflow from the pussy... thank you for the meal. +69000 ,,,,,1201070,,,,,,,,,,,,,,,I couldn't help but put my hands together in gratitude\ntowards Chie-chan's pussy. +69100 ,$go join_1,,,,,,,,,,,,,,,,,,, +69200 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A A large amount on white skin +69300 ,,,,,1201050,,,,,,,,,,,,,,,"Suddenly wanting to cover Chie-chan in semen, I decided to\nchange my approach." +69400 ,,,,,1201050,,,,,,,,,,,,,,,"I thrust into Chie-chan's vagina a few times to build\nmomentum. Then, I memorized the sensation of her pussy." +69500 ,,,,,1201050,,,,,,,,,,,,,,,"With a slight feeling of reluctance, I pulled my penis out\nof Chie-chan's pussy." +69600 ,,,,,1201020,,千恵,Chie,100_SC00_c_189.wav,chie,,0,,,,,,,,"Huh, what...?" +69700 ,,,,,1201020,,,,,,,,,,,,,,,"Suddenly freed from my penis, Chie-chan looked puzzled." +69800 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,Chie-chan! I'm going to cover your body with Oji-san's\nsemen! Is that okay? +69900 ,,,,,1201020,,千恵,Chie,100_SC00_c_190.wav,chie,,0,,,,,,,,Eh? Weren't you going to release it in Chie- chan's\npussy...? +70000 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"That's good too, but I wanted you to be covered in Oji-san's\nnaughty liquid! Is that okay, Chie-chan? Watch Oji-san's\npenis closely...!" +70100 ,,,,,1201020,,千恵,Chie,100_SC00_c_191.wav,chie,,0,,,,,,,,O-Okay. +70200 ,,,,,1201020,,,,,,,,,,,,,,,"Chie-chan nodded, not understanding the sudden turn of\nevents." +70300 ,,,,,1201020,,,,,,,,,,,,,,,"Aiming for her stomach... or perhaps, truthfully, her cute\nface... I focused on that target, stroking my penis with my\nhand." +70400 ,,,,,1201020,,,,,,,,,,,,,,,"Recalling the sensation of Chie-chan's vagina from earlier,\nthe moment arrived quickly." +70500 ,,,,,1201020,,主人公,Kiyoshi,,,,,,,,,,,,"Ch-Chie-chan, here comes the semen, f-fire!!" +70600 ,,,,,1201020,,千恵,Chie,100_SC00_c_192.wav,chie,,0,,,,,,,,Hyaaah!? +70800 ,,,,,1201071,,,,,,,,,,,,,,,"Swoosh, swoosh, swoosh!!" +70900 ,,,,,1201071,,,,,,,,,,,,,,,"Like water from a hose, a large amount of semen was\nsplattered onto Chie-chan. With great force, it hit her face\nas intended." +71000 ,,,,,1201071,,千恵,Chie,100_SC00_c_193.wav,chie,,0,,,,,,,,"Nnhya!? Oji-chan, ahh, it's hot, it's sticky..." +71100 ,,,,,1201071,,,,,,,,,,,,,,,Chie-chan instinctively shielded her face with her hands.\nEven her small hands were splattered with semen. +71200 ,,,,,1201071,,,,,,,,,,,,,,,"I changed my aim to cover her entire body, spreading semen\non her chest and stomach." +71300 ,,,,,1201071,,千恵,Chie,100_SC00_c_194.wav,chie,,0,,,,,,,,Fuaa... Oji-chan's smell is so strong... +71400 ,,,,,1201071,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'm going to rub Oji-san's scent all over Chie-chan's\nbody!" +71500 ,,,,,1201071,,,,,,,,,,,,,,,It was almost like a claim of ownership. +71600 ,,,,,1201071,,,,,,,,,,,,,,,"After ejaculating all over Chie-chan's body, I rubbed the\ndripping semen onto the uterus drawn on her stomach. A place\nI hadn't released it today." +71700 ,,,,,1201071,,千恵,Chie,100_SC00_c_195.wav,chie,,0,,,,,,,,Hanyaa... Chie-chan is covered in Oji-chan's semen pack... +71800 ,,,,,1201071,,,,,,,,,,,,,,,Is 'pack' a cosmetic term? I wonder if Chie- chan knows\nabout such things. +71900 ,,,,,1201071,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan belongs to Oji-san, so I'm going to rub this\nstickiness and scent into you." +72000 ,,,,,1201071,,,,,,,,,,,,,,,"Saying that, I spread the scattered semen with my hand,\nrubbing it into her small, soft body." +72100 ,,,,,1201071,,千恵,Chie,100_SC00_c_196.wav,chie,,0,,,,,,,,"I don't mind Oji-chan's smell, but this is going to be\nnoticeable..." +72200 ,,,,,1201071,,,,,,,,,,,,,,,Chie-chan said with a troubled expression. +72300 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +72400 ,$event_return,,,,,,,,,,,,,,,,,,, +72500 ,,,8,31,,,千恵,Chie,100_SC00_c_197.wav,"chie,nude",,34,,,,,,,,Auu... Chie-chan is tired... +72600 ,,,,,,,,,,chie,,34,,,,,,,,"Chie-chan, drenched in sweat, barely managed to say that." +72700 ,,,,,,,,,,chie,,34,,,,,,,,"Chie-chan sprawled out on the futon, having used all her\nenergy on the erotic activity, looked indecent and lewd." +72800 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,"Thank you, Chie-chan." +72900 ,,,,,,,,,,chie,,34,,,,,,,,I patted her head. There's no way I couldn't find Chie-chan\nadorable like this. +73000 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,"It must have hurt, right? You did well to endure it." +73100 ,,,,,,,千恵,Chie,100_SC00_c_198.wav,"chieL,nude",,22,,,,,,,,"...Yeah, Chie-chan did her best... ehehe." +73200 ,,,,,,,,,,chieL,,22,,,,,,,,Chie-chan squinted her eyes happily as she was patted. +73300 ,,,,,,,千恵,Chie,100_SC00_c_199.wav,chieL,,2,,,,,,,,"Hmm... Oji-chan, did Chie-chan do well?" +73400 ,,,,,,,主人公,Kiyoshi,,chieL,,2,,,,,,,,"Yeah, it felt really good, Chie-chan. It must have been\ntough since it was your first time." +73500 ,,,,,,,千恵,Chie,100_SC00_c_200.wav,chieL,,13,,,,,,,,Oji-chan's penis was really big after all... +73600 ,,,,,,,,,,chieL,,13,,,,,,,,"Yeah, maybe so." +73700 ,,,,,,,主人公,Kiyoshi,,chieL,,13,,,,,,,,"But Oji-san wanted to have sex with Chie- chan. Now we're\nlovers, right?" +73800 ,,,,,,,千恵,Chie,100_SC00_c_201.wav,chieL,,6,,,,,,,,O-Oji-chan and I are lovers? Ahh... Chie- chan feels\nembarrassed. +73900 ,,,,,,,,,,chieL,,6,,,,,,,,"Even so, Chie-chan looked happy. I patted her even more\nvigorously." +74000 ,,,,,,,千恵,Chie,100_SC00_c_202.wav,chieL,,6,,,,,,,,Ehehe... +74100 ,,,,,,,,,,chieL,,6,,,,,,,,"Seeing that smile made my penis erect again, but I\ndesperately held back the urge." +74200 ,,,,,,,,,,chieL,,6,,,,,,,,"Ah... even so, I took Chie-chan's virginity! With this\npenis!!" +74300 ,,,,,,,,,,chieL,,6,,,,,,,,"As my proud penis stood tall, joy welled up within me." +74400 ,,,,,,,,,,chieL,,6,,,,,,,,"From now on, I'll get even closer and more intimate with\nChie-chan!!" +74500 ,,,0,9000,,,,,,,,,,,,,,,, +74700 ,@101_SC01,,,,,,,,,,,,,,,,,,, +74900 ,,,,,,,,,,,,,,,,,,,, +75000 ,,,5,11,,,主人公,Kiyoshi,,,,,,,,,,,,Ah! What a nice day! +75100 ,,,,,,,,,,,,,,,,,,,,"Even though there's almost no difference in temperature\nbetween yesterday and today, and the weather is the same,\nthe world looks different!" +75200 ,,,,,,,,,,,,,,,,,,,,"Yeah, today is a good day." +75300 ,,,,,,,,,,,,,,,,,,,,"After all, yesterday I had sex with Chie- chan. I took her\nvirginity!" +75400 ,,,,,,,,,,,,,,,,,,,,And she even wants to make me her husband! +75500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,I can have sex as much as I want legally! +75600 ,,,,,,,,,,,,,,,,,,,,...Legally? +75700 ,,,,,,,,,,,,,,,,,,,,"Well, I won't worry about that part." +75800 ,,,,,,,,,,,,,,,,,,,,"Of course, I'll do it today too! After all, I'm her husband!" +75900 ,,,,,,,,,,,,,,,,,,,,"It's summer vacation, so we can have sex from morning till\nnight. Even after summer vacation ends, we can do it after\nschool." +76000 ,,,,,,,,,,,,,,,,,,,,"It's not that the world looks different, the world has\nchanged!" +76100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...But, as an adult, I should calm down a bit." +76200 ,,"",,,,,,,,,,,,,,,,,,"Komako-chan is sharp when it comes to Chie- chan, and Tenka-\nchan seems more mature than the two of them, so I have to be\ncareful not to get noticed." +76400 ,,,,21,,,コマコ,Komako,101_SC01_k_000.wav,"komako,private",,0,,,,,,,,"Hello, Oji-san!" +76500 ,,,,,,,甜花,Tenka,101_SC01_t_000.wav,komako,,0,,,,"tenka,privateB",,0,,Phew... Hello. +76600 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,tenka,,0,,"Ah, all three of you came... wait, where's Chie-chan?" +76700 ,,,,,,,甜花,Tenka,101_SC01_t_001.wav,komako,,0,,,,tenka,,3,,"Chii? ...Um, over there." +76800 ,,,,,,,,,,,,,,,,,,,,"When Tenka-chan turned around, Chie-chan came a little\nlater." +76900 ,,,,,,,,,,,,,,,,,,,,"Usually, she runs in and is the first to enter the shop...\nIt's rare for this to happen." +77000 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Good morning, Chie-chan." +77100 ,,,,,,,千恵,Chie,101_SC01_c_000.wav,,,,"chie,private",,5,,,,,"G-Good morning, Oji-chan." +77200 ,,,,,,,主人公,Kiyoshi,,,,,chie,,5,,,,,Hmm? What's wrong? You seem a bit down. Can you work today? +77300 ,,,,,,,千恵,Chie,101_SC01_c_001.wav,,,,chie,,13,,,,,"I'm fine, I'm fine! I'm okay, Oji-chan!" +77400 ,,,,,,,主人公,Kiyoshi,,,,,chie,,13,,,,,But... +77500 ,,,,,,,,,,,,,chie,,13,,,,,"When Chie-chan, who's usually so full of energy, is like\nthis, I get really worried." +77600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,13,,,,,Are you really okay? +77700 ,,,,,,,千恵,Chie,101_SC01_c_002.wav,,,,chie,,13,,,,,Yeah! +77800 ,,,,,,,,,,,,,chie,,13,,,,,"...Well, her response is good, so I don't think it's\nheatstroke or an illness." +77900 ,,,,,,,コマコ,Komako,101_SC01_k_001.wav,komako,,14,,,,,,,,Chie-chan said something feels weird around her lower\nstomach. +78000 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,Around her lower stomach? +78100 ,,,,,,,,,,komako,,14,,,,,,,,...Ah! I see! +78200 ,,,,,,,,,,komako,,14,,,,,,,,"She lost her virginity, so she might be feeling a bit of\ndiscomfort." +78300 ,,,,,,,主人公,Kiyoshi,,komako,,14,,,,,,,,... +78400 ,,,,,,,,,,komako,,14,,,,,,,,Hehehe... The realization that I had sex with Chie-chan is\nsinking in more and more. +78500 ,,,,,,,甜花,Tenka,101_SC01_t_002.wav,,,,,,,tenka,,17,,"...! O-Oji-san, that's sexual harassment!" +78600 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,17,,Huh? Did I do something? +78700 ,,,,,,,甜花,Tenka,101_SC01_t_003.wav,,,,,,,tenka,,37,,You're grinning while looking at Chii... +78800 ,,,,,,,コマコ,Komako,101_SC01_k_002.wav,komako,,37,,,,,,,,I think that's just how he always is... +78900 ,,,,,,,千恵,Chie,101_SC01_c_003.wav,,,,chie,,13,,,,,"Ahaha, that's true!" +79000 ,,,,,,,,,,,,,,,,,,,,…I didn't realize my grin was showing on my face. +79100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Huh? But if I'm always grinning, then it shouldn't count as\nsexual harassment, right...?" +79200 ,,,,,,,コマコ,Komako,101_SC01_k_003.wav,komako,,17,,,,,,,,That's true... +79300 ,,,,,,,甜花,Tenka,101_SC01_t_004.wav,komako,,17,,,,tenka,,16,,"Come on, Komako... We learned this in health class." +79400 ,,,,,,,コマコ,Komako,101_SC01_k_004.wav,komako,,3,,,,tenka,,16,,...? +79500 ,,,,,,,,,,komako,,3,,,,tenka,,16,,Komako-chan made a thoughtful gesture. +79600 ,,,,,,,コマコ,Komako,101_SC01_k_005.wav,komako,,4,,,,tenka,,16,,...Ah! +79700 ,,,,,,,,,,komako,,16,,,,tenka,,16,,"As if realizing something, she glanced at Chie-chan's crotch\narea." +79800 ,,,,,,,千恵,Chie,101_SC01_c_004.wav,komako,,16,chie,,3,tenka,,16,,...? +79900 ,,,,,,,コマコ,Komako,101_SC01_k_006.wav,komako,,16,chie,,3,tenka,,16,,"Chie-chan, did you bleed or anything?" +80000 ,,,,,,,千恵,Chie,101_SC01_c_005.wav,komako,,16,chie,,4,tenka,,16,,"Bleed? ...K-Koma-chan, how do you know!? Only Oji-chan\nknows!" +80100 ,,,,,,,主人公,Kiyoshi,,komako,,16,,,,tenka,,16,,Wait! Chie-chan!? +80200 ,,,,,,,甜花,Tenka,101_SC01_t_005.wav,,,,,,,tenka,,17,,Why does Oji-san know about Chii!? +80300 ,,,,,,,,,,,,,,,,,,,,"No way, there's no way our sex would be found out." +80400 ,,,,,,,,,,,,,,,,,,,,"Wait a minute... She mentioned health class, maybe she\nthinks it's about periods or something." +80500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"N-No, that's not it! There's no way Oji-san would know about\nthat!" +80600 ,,,,,,,,,,,,,,,,,,,,...What am I supposed to do about this? +80700 ,,,,,,,甜花,Tenka,101_SC01_t_006.wav,,,,,,,"tenkaL,privateB",,17,,"Oji-san, you're the worst." +80800 ,,,,,,,コマコ,Komako,101_SC01_k_007.wav,"komakoL,private",,17,,,,,,,,You have no tact. +80900 ,,,,,,,千恵,Chie,101_SC01_c_006.wav,,,,"chieL,private",,23,,,,,...? +81000 ,,,,,,,,,,,,,,,,,,,,Uuuu... Tenka-chan and Komako-chan ended up disliking me. +81100 ,,,,,,,,,,,,,,,,,,,,"It's fine, it's fine, I still have Chie-chan." +81300 ,,,8,,,,,,,,,,,,,,,,,"Well, it's about time for Komako-chan and Tenka-chan to head\nhome." +81400 ,,,,,,,,,,,,,,,,,,,,I'll have Chie-chan stay a little longer. +81500 ,,,,,,,,,,,,,,,,,,,,"Of course, the purpose is... hehehe." +81600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, Chie-chan. Could you stay a little longer today?" +81700 ,,,,,,,千恵,Chie,101_SC01_c_007.wav,chie,,20,,,,,,,,Overtime? Sure! +81800 ,,,,,,,主人公,Kiyoshi,,chie,,20,,,,,,,,"Yeah, thanks. I'm looking forward to it." +81900 ,,,,,,,千恵,Chie,101_SC01_c_008.wav,chie,,21,,,,,,,,Hmm? Looking forward to it? +82000 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"You know, like we did yesterday? I'm counting on you today\ntoo." +82100 ,,,,,,,千恵,Chie,101_SC01_c_009.wav,chie,,24,,,,,,,,Ah... +82200 ,,,,,,,,,,chie,,24,,,,,,,,Chie-chan furrowed her brows slightly. +82300 ,,,,,,,千恵,Chie,101_SC01_c_010.wav,chie,,14,,,,,,,,"Hmm, maybe I can't do overtime today after all." +82400 ,,,,,,,主人公,Kiyoshi,,chie,,14,,,,,,,,What!? You just said it was fine. +82500 ,,,,,,,千恵,Chie,101_SC01_c_011.wav,chie,,13,,,,,,,,Chie-chan made a mistake. I can't today. +82600 ,,,,,,,主人公,Kiyoshi,,chie,,13,,,,,,,,"...Hmm, I was thinking of giving a special bonus though." +82700 ,,,,,,,千恵,Chie,101_SC01_c_012.wav,chie,,29,,,,,,,,...Special? ...Ugh. +82800 ,,,,,,,千恵,Chie,101_SC01_c_013.wav,chie,,15,,,,,,,,But... Oji-chan's dick... it hurts. +82900 ,,,,,,,主人公,Kiyoshi,,chie,,15,,,,,,,,Huh? +83000 ,,,,,,,千恵,Chie,101_SC01_c_014.wav,chie,,5,,,,,,,,"Oji-chan, you're going to do the same thing to Chie-chan as\nyesterday, right?" +83100 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,Y-Yeah. That's what I was planning. +83200 ,,,,,,,千恵,Chie,101_SC01_c_015.wav,chie,,14,,,,,,,,...I really don't want to after all. +83300 ,,,,,,,,,,chie,,14,,,,,,,,"Ah, so her first time was painful after all." +83400 ,,,,,,,,,,chie,,14,,,,,,,,"It was her first time, and with such a tight little pussy,\nit's no wonder." +83600 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,"Well, once you get used to it, it feels really good, you\nknow?" +83800 ,,,,,,,千恵,Chie,101_SC01_c_016.wav,chie,,25,,,,,,,,"Sorry, Oji-chan. Chie-chan really doesn't like the pain." +84000 ,,,,,,,,,,chie,,34,,,,,,,,"Hmm, if she says she doesn't want to, then it can't be\nhelped. I want to have sex with Chie-chan, but I don't want\nto force her if she doesn't want it." +84200 ,,,,,,,,,,chie,,34,,,,,,,,"I want Chie-chan to become my wife, after all." +84300 ,,,,,,,,,,chie,,34,,,,,,,,"That said, I don't want her to refuse sex forever either." +84400 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,"Alright, Chie-chan. Let's not do it today." +84500 ,,,,,,,千恵,Chie,101_SC01_c_018.wav,chie,,25,,,,,,,,"Sorry, Oji-chan." +84600 ,,,,,,,主人公,Kiyoshi,,chie,,25,,,,,,,,It's okay. But could you come a little earlier tomorrow\ninstead? +84700 ,,,,,,,千恵,Chie,101_SC01_c_019.wav,chie,,9,,,,,,,,"...? That's fine... but we're not doing what we did\nyesterday, right?" +84800 ,,,,,,,主人公,Kiyoshi,,chie,,9,,,,,,,,Of course not. Do you think Oji-san would do something Chie-\nchan doesn't like? +84900 ,,,,,,,千恵,Chie,101_SC01_c_020.wav,chie,,3,,,,,,,,"Nope, Oji-chan is on Chie-chan's side, so I don't think you\nwould." +85000 ,,,,,,,,,,chie,,3,,,,,,,,"Sorry, Oji-san is on the side of his own desires, so he\nactually might." +85100 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,See? So I won't do it. +85200 ,,,,,,,千恵,Chie,101_SC01_c_021.wav,chie,,0,,,,,,,,I see! Then I'll come a little earlier tomorrow. +85300 ,,,,,,,主人公,Kiyoshi,,chie,,0,,,,,,,,Yeah. +85400 ,,,,,,,千恵,Chie,101_SC01_c_022.wav,chie,,1,,,,,,,,I'll let Komako-chan and Tenka-chan know that I'll be going\nahead. +85500 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Yeah, thanks." +85600 ,,,,,,,千恵,Chie,101_SC01_c_023.wav,chie,,20,,,,,,,,"Bye-bye, Oji-chan!" +85700 ,,,,21,,,,,,,,,,,,,,,,"Waving her hand energetically, she left the shop." +85900 ,,,,9000,,,,,,,,,,,,,,,,"In the end, that day, Chie-chan left the shop together with\nKomako-chan and Tenka-chan." +86000 ,,,,,,,,,,,,,,,,,,,,"Hmm, even though I can legally have sex with Chie-chan,\nthere are such obstacles." +86100 ,,,,,,,,,,,,,,,,,,,,I have to do something about it. +86300 ,,,15,33,,,,,,,,,,,,,,,,"At night, for Chie-chan's pussy, I was searching for\nsomething." +86400 ,,,,,,,,,,,,,,,,,,,,"Uh, most of the tools should be in the closet." +86500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Alright! Found it. +86600 ,,,,,,,,,,,,,,,,,,,,"With this, I can surely manage something!" +86700 ,,,,,,,,,,,,,,,,,,,,Now for the power... +86800 ,,,,,,,,,,,,,,,,,,,,――Vvvvvvvvvv +86900 ,,,,,,,,,,,,,,,,,,,,The egg-shaped pink tool vibrated weakly. +87000 ,,"",,,,,主人公,Kiyoshi,,,,,,,,,,,,I can't wait for tomorrow... hehehe. +87400 ,,,6,41,,,,,,,,,,,,,,,,"The next day, as promised, Chie-chan came early, and I\nguided her to the room for now." +87500 ,,,,,,,千恵,Chie,101_SC01_c_024.wav,"chie,privateB",,3,,,,,,,,Rotor? +87600 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Yes, it's a rotor." +87700 ,,,,,,,,,,chie,,3,,,,,,,,I placed the pink rotor I found yesterday in Chie-chan's\npalm. +87800 ,,,,,,,千恵,Chie,101_SC01_c_025.wav,chie,,1,,,,,,,,"Hmm... oh, candy string?" +87900 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,No... look. +88000 ,,,,,,,,,,chie,,1,,,,,,,,――Vvvvv... Vvvvv... Vvvvv +88100 ,,"",,,,,千恵,Chie,101_SC01_c_026.wav,chie,,4,,,,,,,,Wah!? It vibrated... +88200 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,See? We're going to put this in Chie-chan's pussy. +88300 ,,,,,,,千恵,Chie,101_SC01_c_027.wav,chie,,24,,,,,,,,"Eh~ In my pussy? ...Why, uncle?" +88400 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"Well, you see, it's smaller than uncle's dick, right?" +88500 ,,,,,,,千恵,Chie,101_SC01_c_028.wav,chie,,23,,,,,,,,"Yeah, it's small." +88600 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"This should fit, right? If you put this in, it'll make it\neasier for the dick to go in." +88700 ,,,,,,,千恵,Chie,101_SC01_c_029.wav,chie,,3,,,,,,,,R-Really? +88800 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Yes, it massages your pussy with this vibration." +88900 ,,,,,,,千恵,Chie,101_SC01_c_030.wav,chie,,4,,,,,,,,"Ah! When my mom is tired, she uses something that vibrates\nfor a massage!" +89000 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,"Right? Just like loosening up your shoulders, it loosens up\nChie-chan's pussy." +89100 ,,,,,,,千恵,Chie,101_SC01_c_031.wav,chie,,1,,,,,,,,So that's why it vibrates? +89200 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,Exactly. +89300 ,,,,,,,千恵,Chie,101_SC01_c_032.wav,chie,,21,,,,,,,,"I see, next time I'll use the rotor on my mom too." +89400 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Chie-chan, this is a special massager for your crotch. It's\ndifferent from what your mom uses." +89500 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"And you must never use this word outside, okay?" +89600 ,,,,,,,千恵,Chie,101_SC01_c_033.wav,chie,,3,,,,,,,,Hmm? Hmm... got it. +89700 ,,,,,,,,,,chie,,3,,,,,,,,...That was close. Being too honest can be a problem too. +89800 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"Shall we try putting it in your pussy then? It's much\nsmaller than uncle's dick, so it should be fine, right?" +90200 ,,,,,,,千恵,Chie,101_SC01_c_035.wav,chie,,23,,,,,,,,"Yeah, that might be okay. Um... how do I put it in?" +90300 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,"I'll do it for you, okay?" +90500 ,,,,,,,,,,,,,,,,,,,,I lifted Chie-chan's skirt and pulled her panties down to\nher knees. +90600 ,,,,,,,,,,,,,,,,,,,,In front of me appeared Chie-chan's tight pussy... +90700 ,,,,,,,,,,,,,,,,,,,,To think it was inside such a small place... It's quite\nmoving. +90800 ,,,,,,,千恵,Chie,101_SC01_c_036.wav,"chieL,privateB",,5,,,,,,,,Uncle... what's wrong? +90900 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,"Oh, it's nothing." +91000 ,,,,,,,,,,,,,,,,,,,,"Even with a rotor, it wouldn't easily fit into such a small\npussy." +91100 ,,,,,,,,,,,,,,,,,,,,Let's apply a little lotion. +91200 ,,,,,,,千恵,Chie,101_SC01_c_037.wav,,,,,,,,,,,Mmm... +91400 ,,,,,,,,,,,,,,,,,,,,I pressed the now slippery rotor against the entrance of her\npussy. +91500 ,,,,,,,,,,,,,,,,,,,,"Once the center of the rotor, the thickest part, was buried,\nit slid inside without any resistance." +91700 ,,,,41,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, it's in, Chie-chan." +91800 ,,,,,,,千恵,Chie,101_SC01_c_038.wav,"chieL,privateB",,3,,,,,,,,Really? I don't feel much difference though. +91900 ,,,,,,,主人公,Kiyoshi,,chieL,,3,,,,,,,,That's how you get used to it. +92000 ,,,,,,,千恵,Chie,101_SC01_c_039.wav,chieL,,4,,,,,,,,I see. +92200 ,,,,,,,主人公,Kiyoshi,,chieL,,4,,,,,,,,"Oh, it's almost time for work. Komako-chan and the others\nwill be coming, so shall we head back to the shop?" +92300 ,,,,,,,千恵,Chie,101_SC01_c_040.wav,chieL,,0,,,,,,,,Yeah! +92400 ,,,,,,,,,,,,,,,,,,,,"And so, Chie-chan and I returned to the shop as usual." +92500 ,,,,,,,,,,,,,,,,,,,,"The only difference was that Chie-chan had a rotor inside\nher pussy, and I had the remote control in my pocket." +92600 ,,,,,,,,,,,,,,,,,,,,Hehehe... I wonder when I should turn it on. +92800 ,,,,21,,,コマコ,Komako,101_SC01_k_008.wav,"komako,privateC",,4,,,,"tenka,private",,0,,"Ah, Chie-chan." +92900 ,,,,,,,甜花,Tenka,101_SC01_t_007.wav,komako,,4,,,,tenka,,0,,You were in the back. +93000 ,,,,,,,千恵,Chie,101_SC01_c_041.wav,,,,chie,,1,,,,,"Koma-chan, Tenka-chan! Welcome!" +93100 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Welcome, both of you." +93200 ,,,,,,,甜花,Tenka,101_SC01_t_008.wav,,,,,,,tenka,,3,,"Chii, you came so early, what were you doing?" +93300 ,,,,,,,千恵,Chie,101_SC01_c_042.wav,,,,chie,,21,,,,p,"Well, you see, with Oi-chan――" +↓,,,,,,,千恵,Chie,101_SC01_c_042a.wav,,,,chie,,26,,,,,Nnngh!? +93400 ,,,,,,,,,,,,,,,,,,,,"――With a buzzing sound, Chie-chan's body shivered." +93500 ,,,,,,,,,,,,,,,,,,,,"Of course, it was because I turned on the rotor switch." +93600 ,,,,,,,千恵,Chie,101_SC01_c_043.wav,,,,"chieL,privateB",,26,,,,,"Kyaa... ah, ahh...!" +93700 ,,,,,,,コマコ,Komako,101_SC01_k_009.wav,komako,,4,,,,,,,,"...? Chie-chan, what's wrong?" +93800 ,,"",,,,,千恵,Chie,101_SC01_c_044.wav,komako,,14,chie,,4,,,,,"Fwaa, umm... well... my stomach feels really... huh? It's\nnothing." +93900 ,,,,,,,,,,komako,,14,chie,,4,,,,,I turn off the switch. +94000 ,,,,,,,千恵,Chie,101_SC01_c_045.wav,,,,chie,,9,,,,,Why is Chie-chan's stomach feeling nothing? +94100 ,,,,,,,甜花,Tenka,101_SC01_t_009.wav,,,,chie,,9,tenka,,7,,"If it's nothing, then it's fine." +94200 ,,,,,,,千恵,Chie,101_SC01_c_046.wav,,,,chie,,27,tenka,,7,,Hmm? +94300 ,,,,,,,,,,,,,,,,,,,,"Chie-chan is rubbing her stomach area, but she doesn't seem\nparticularly different," +94400 ,,,,,,,千恵,Chie,101_SC01_c_047.wav,,,,chie,,0,,,,,"Yeah, that's right." +94500 ,,,,,,,,,,,,,chie,,0,,,,,"she said, smiling as usual." +94600 ,,,,,,,,,,,,,,,,,,,,"Hmm, she's reacting so much, this is interesting." +94700 ,,,,,,,,,,,,,,,,,,,,"Alright, one more time." +94800 ,,,,,,,主人公,Kiyoshi,,komako,,0,chie,,0,tenka,,0,,"Okay, since we have customers coming, can everyone help with\nthe cleaning? If it gets really clean, I'll throw in some\nice cream as a bonus." +94900 ,,,,,,,コマコ,Komako,101_SC01_k_010.wav,komako,,0,chie,,0,tenka,,0,,Got it. +95000 ,,,,,,,甜花,Tenka,101_SC01_t_010.wav,komako,,0,chie,,0,tenka,,1,,Okay. +95100 ,,,,,,,千恵,Chie,101_SC01_c_048.wav,komako,,0,chie,,1,tenka,,1,p,"Ice cream! Yeah! Alright, Chie-chan will do her best..." +↓,,,,,,,千恵,Chie,101_SC01_c_048a.wav,komako,,0,chie,,26,tenka,,1,,Uuungh!? +95200 ,,"",,,,,,,,komako,,0,chie,,26,tenka,,1,,I turned the switch on for just a moment with a strong\nsetting. +95300 ,,,,,,,コマコ,Komako,101_SC01_k_011.wav,komako,,3,chie,,26,tenka,,1,,"Chie-chan, what was that response just now?" +95400 ,,,,,,,甜花,Tenka,101_SC01_t_011.wav,komako,,3,chie,,26,tenka,,30,,It felt kind of weird... +95500 ,,,,,,,千恵,Chie,101_SC01_c_049.wav,komako,,3,chie,,25,tenka,,30,,...? ...? It felt like I put strength in a weird part of my\nstomach. +95600 ,,,,,,,コマコ,Komako,101_SC01_k_012.wav,komako,,23,chie,,25,tenka,,30,,"Chie-chan, are you holding it in for the bathroom?" +95700 ,,,,,,,千恵,Chie,101_SC01_c_050.wav,komako,,23,chie,,14,tenka,,30,,"Eh... I'm not, though." +95800 ,,,,,,,,,,komako,,23,chie,,14,tenka,,30,,All three of them have big question marks above their heads. +95900 ,,,,,,,,,,komako,,23,chie,,14,tenka,,30,,"Hehe, they're so cute." +96100 ,,,,,,,甜花,Tenka,101_SC01_t_012.wav,,,,,,,tenka,,27,,Alright... alright. +96200 ,,,,,,,,,,,,,,,,,,,,"Despite the heat, the three of them are diligently cleaning,\nmaking the store look nice." +96300 ,,,,,,,,,,,,,,,,,,,,Small trash and dirt are surprisingly easy to overlook on\nyour own. +96400 ,,,,,,,コマコ,Komako,101_SC01_k_013.wav,komako,,1,,,,,,,,"Over here, I'm done sweeping." +96500 ,,,,,,,甜花,Tenka,101_SC01_t_013.wav,,,,,,,tenka,,1,,"I'm done over here too, so Chii, bring the dustpan." +96600 ,,,,,,,千恵,Chie,101_SC01_c_051.wav,,,,chie,,21,tenka,,1,p,Okay. Chie-chan will bring the dustpan... +↓,,,,,,,千恵,Chie,101_SC01_c_051a.wav,,,,chie,,26,tenka,,1,,Wah!? Y-yeah! +96700 ,,,,,,,,,,,,,chie,,26,tenka,,1,,"Once again, I turn on the rotor with a stronger setting." +96800 ,,,,,,,甜花,Tenka,101_SC01_t_014.wav,,,,chie,,26,tenka,,4,,W-what? Do you not like the dustpan? +96900 ,,,,,,,千恵,Chie,101_SC01_c_052.wav,,,,chie,,15,tenka,,4,,"N-no... it's not that, um... haah... hnn." +97000 ,,"",,,,,,,,,,,chie,,15,tenka,,4,,"A strange sound, like 'vununununu,' can be heard from around\nChie-chan's crotch." +97100 ,,,,,,,,,,,,,chie,,15,tenka,,4,,"Well, it's a sound only noticeable to someone who knows it's\nthere." +97200 ,,,,,,,千恵,Chie,101_SC01_c_053.wav,,,,chie,,13,tenka,,4,,"Sorry, Tenka-chan... Chie-chan doesn't know where the\ndustpan is." +97300 ,,,,,,,甜花,Tenka,101_SC01_t_015.wav,,,,chie,,13,tenka,,3,,Isn't it in the cleaning supplies closet? +97400 ,,,,,,,千恵,Chie,101_SC01_c_054.wav,,,,chie,,16,tenka,,3,,Nn... ah... I think... I think it's in there... +97500 ,,,,,,,甜花,Tenka,101_SC01_t_016.wav,,,,chie,,16,tenka,,23,,...? +97600 ,,,,,,,甜花,Tenka,101_SC01_t_017.wav,,,,chie,,16,tenka,,32,,W-well then... I'll go get it. +97700 ,,,,,,,,,,,,,chie,,16,,,,,"Tenka-chan, with a puzzled expression, went to get the\ndustpan." +97800 ,,,,,,,コマコ,Komako,101_SC01_k_014.wav,komako,,3,chie,,16,,,,,Chie-chan? ...Are you okay? +97900 ,,,,,,,千恵,Chie,101_SC01_c_055.wav,komako,,3,chie,,3,,,,,"Ah... Komako-chan. You know, Chie-chan's stomach is... um...\nhuh?" +98000 ,,,,,,,千恵,Chie,101_SC01_c_056.wav,komako,,3,chie,,3,,,,,...It's nothing. +98100 ,,,,,,,コマコ,Komako,101_SC01_k_015.wav,komako,,23,chie,,3,,,,,...? +98200 ,,,,,,,,,,komako,,23,chie,,3,,,,,"Haha, they're all puzzled." +98300 ,,,,,,,,,,komako,,23,chie,,3,,,,,"Alright, the reveal is still a bit away." +98500 ,,,,,,,コマコ,Komako,101_SC01_k_016.wav,komako,,21,,,,,,,,"Mister, I won this." +98600 ,,,,,,,,,,komako,,21,,,,,,,,Komako-chan comes over to me holding the stick from the ice\ncream she just ate. +98700 ,,,,,,,,,,komako,,21,,,,,,,,"Hmm, a beautiful girl's ice cream stick... It's wonderful." +98800 ,,,,,,,,,,komako,,21,,,,,,,,"Well, putting that aside." +98900 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,,,,,"Oh! Congratulations... wait, that's amazing. Isn't this your\nthird win today?" +99000 ,,,,,,,コマコ,Komako,101_SC01_k_017.wav,komako,,1,,,,,,,,"Yeah, somehow I'm really lucky today." +99100 ,,,,,,,主人公,Kiyoshi,,komako,,1,,,,,,,,"You're not cheating, right?" +99200 ,,,,,,,コマコ,Komako,101_SC01_k_018.wav,komako,,10,,,,,,,,I'm not. I don't even want to eat any more ice cream. +99300 ,,,,,,,,,,komako,,10,,,,,,,,"Well, even in summer, if you've already eaten three, that's\nunderstandable." +99400 ,,,,,,,主人公,Kiyoshi,,komako,,10,,,,,,,,"Alright, alright. It doesn't have to be today, but what do\nyou want to do?" +99500 ,,,,,,,コマコ,Komako,101_SC01_k_019.wav,komako,,21,,,,,,,,I'll exchange it because I'll definitely lose the stick.\nThen I'll give it to Chie- chan. +99600 ,,,,,,,主人公,Kiyoshi,,komako,,21,,,,,,,,"I see. Well then, here's the exchange." +99700 ,,,,,,,,,,komako,,21,,,,,,,,"With that, Komako-chan ran over to Chie-chan." +99800 ,,,,,,,コマコ,Komako,101_SC01_k_020.wav,komako,,21,,,,,,,,"Chie-chan, here's a treat." +99900 ,,,,,,,千恵,Chie,101_SC01_c_057.wav,komako,,21,chie,,4,,,,,"Huh? Is it okay, Komako-chan!" +100000 ,,,,,,,コマコ,Komako,101_SC01_k_021.wav,komako,,1,chie,,4,,,,,"Yeah, because I won." +100100 ,,,,,,,千恵,Chie,101_SC01_c_058.wav,komako,,1,chie,,1,,,,,"Yay! Thank you, Komako-chan." +100200 ,,,,,,,コマコ,Komako,101_SC01_k_022.wav,komako,,21,chie,,1,,,,,You're welcome. +100300 ,,,,,,,,,,komako,,21,chie,,1,,,,,"Chie-chan wore a delighted expression, while Komako-chan had\na satisfied smile." +100400 ,,,,,,,,,,komako,,21,chie,,1,,,,,"Hmm, it's a beautiful scene." +100500 ,,,,,,,,,,komako,,21,chie,,1,,,,,"Chie-chan opened the ice cream wrapper, took it in her hand,\nand brought it to her mouth to eat." +100600 ,,,,,,,,,,komako,,21,chie,,1,,,,,"―But at that moment, I flipped the switch." +100700 ,,,,,,,千恵,Chie,101_SC01_c_059.wav,komako,,21,chie,,21,,,,p,Itadakima-... +↓,,,,,,,千恵,Chie,101_SC01_c_059a.wav,komako,,21,chie,,24,,,,,Shuu!? +100800 ,,,,,,,コマコ,Komako,101_SC01_k_023.wav,komako,,4,chie,,24,,,,,Ah. +100900 ,,,,,,,,,,komako,,4,chie,,24,,,,,―Splash! The ice cream fell to the ground. +101000 ,,,,,,,,,,komako,,4,chie,,24,,,,,It seems the rotor's stimulation made her lose her grip. +101100 ,,,,,,,千恵,Chie,101_SC01_c_060.wav,komako,,4,chie,,14,,,,,Ah... aaa... no way... +101200 ,,,,,,,,,,komako,,4,chie,,14,,,,,"Chie-chan knelt down, staring at the fallen ice cream." +101300 ,,,,,,,コマコ,Komako,101_SC01_k_024.wav,komako,,23,chie,,14,,,,,"I just cleaned, so... the three-second rule, it's okay." +101400 ,,,,,,,千恵,Chie,101_SC01_c_061.wav,komako,,23,chie,,16,,,,,...If it's the part that didn't touch the ground... huff...\nnngh. +101500 ,,,,,,,主人公,Kiyoshi,,komako,,23,chie,,16,,,,,"No, you really shouldn't do that." +101600 ,,,,,,,千恵,Chie,101_SC01_c_062.wav,komako,,23,chie,,26,,,,,"U-uh... the ice cream, the ice cream... uuu... nngh...\nhuff... hiyu... n, n, n, ahh..." +101700 ,,"",,,,,千恵,Chie,101_SC01_c_063.wav,komako,,23,chie,,26,,,,,Faaah! Aah... it feels so good... aah... +101800 ,,,,,,,コマコ,Komako,101_SC01_k_025.wav,komako,,14,chie,,26,,,,,"Uncle, Chie-chan is crying." +101900 ,,,,,,,主人公,Kiyoshi,,komako,,14,chie,,26,,,,,"Yeah, she is." +102000 ,,,,,,,,,,komako,,14,chie,,26,,,,,"Actually, she's not crying, she's moaning." +102200 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Somehow, there are a lot of customers today." +102300 ,,,,,,,甜花,Tenka,101_SC01_t_018.wav,,,,,,,tenka,,3,,It seems like there's a baseball game or something. +102400 ,,,,,,,主人公,Kiyoshi,,,,,,,,tenka,,3,,"Oh, now that you mention it, I heard that from a neighbor." +102500 ,,,,,,,,,,,,,,,,,,,,"Apparently, there's a practice match for youth baseball.\nLooking closely, there are many boys with shaved heads, so\nthat's it." +102600 ,,,,,,,,,,,,,,,,,,,,Hmm. If I activate it in front of people... I wonder how\nChie-chan will react? +102700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Chie-chan. +102800 ,,,,,,,千恵,Chie,101_SC01_c_064.wav,chie,,3,,,,,,,,"What is it, Uncle?" +102900 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,"It's fine here, so could you do some customer calling in\nfront of the store?" +103000 ,,,,,,,千恵,Chie,101_SC01_c_065.wav,chie,,1,,,,,,,,"Okay, got it." +103100 ,,,,,,,,,,chie,,1,,,,,,,,Chie-chan runs to the front of the store. +103200 ,,,,11,,,千恵,Chie,101_SC01_c_066.wav,chieL,,1,,,,,,,,Welcome! We have cold drinks and ice cream! +103300 ,,,,,,,,,,chieL,,1,,,,,,,,"Yes, yes, that's a good vibe." +103400 ,,,,,,,,,,chieL,,1,,,,,,,,"Then, some boys around Chie-chan's age appear." +103500 ,,,,,,,少年A,Boy A,,chieL,,1,,,,,,,,"Huh? Chii, what are you doing with all that stuff?" +103600 ,,,,,,,千恵,Chie,101_SC01_c_067.wav,chieL,,21,,,,,,,,"Oh, welcome! Chie-chan is working part-time here." +103700 ,,,,,,,少年B,Boy B,,chieL,,21,,,,,,,,Part-time? Is that okay? +103800 ,,,,,,,千恵,Chie,101_SC01_c_068.wav,chieL,,20,,,,,,,p,"Yeah, Chie-chan and Uncle are close, so it's fine..." +↓,,,,,,,千恵,Chie,101_SC01_c_068a.wav,chieL,,24,,,,,,,,Nngh!? +104000 ,,,15,,1210000,,少年A,Boy A,,,,,,,,,,,,W-what's wrong? +104100 ,,,,,1210000,,千恵,Chie,101_SC01_c_069.wav,chie,,0,,,,,,,,Ah... it's nothing... nngh... ah... ahh. +104200 ,,,,,1210000,,少年B,Boy B,,,,,,,,,,,,I don't get it. +104300 ,,,,,1210000,,千恵,Chie,101_SC01_c_070.wav,chie,,0,,,,,,,,Agh... nngh! Ahh... uuu... +104400 ,,,,,1210000,,少年A,Boy A,,,,,,,,,,,,Are you feeling sick or something? +104500 ,*mem,,,,1210000,,,,,,,,,,,,,,, +104600 ,,,15,,1210000,,千恵,Chie,101_SC01_c_071.wav,chie,,0,,,,,,,,"Ha... uuu, nngh, nngh, nngh! Ah... my pussy..." +104700 ,,,,,1210000,,少年B,Boy B,,,,,,,,,,,,Huh? What? Chii... didn't you just say something dirty? +104800 ,,,,,1210000,,少年A,Boy A,,,,,,,,,,,,"Y-you said it, right?" +104900 ,,,,,1210000,,千恵,Chie,101_SC01_c_072.wav,chie,,0,,,,,,,,I... I didn't say it? Chie-chan hasn't come yet. +105000 ,,,,,1210000,,少年A,Boy A,,,,,,,,,,,,W-what!? +105100 ,,,,,1210000,,少年B,Boy B,,,,,,,,,,,,Isn't she doing something dirty? +105300 ,,"",,,1210010,,,,,,,,,,,,,,,Switch off. +105400 ,,,,,1210010,,千恵,Chie,101_SC01_c_073.wav,chie,,0,,,,,,,,"Huh? ...Ah, n-nothing's wrong." +105500 ,,,,,1210010,,少年B,Boy B,,,,,,,,,,,,Huh? W-what... nothing's wrong? +105600 ,,,,,1210010,,千恵,Chie,101_SC01_c_074.wav,chie,,0,,,,,,,,...Ah. +105800 ,,,,,1210000,,,,,,,,,,,,,,,Switch on. +105900 ,,,,,1210000,,千恵,Chie,101_SC01_c_075.wav,chie,,0,,,,,,,,"Nngh! Ah, ha... hnn." +106000 ,,,,,1210000,,少年A,Boy A,,,,,,,,,,,,"W-what's with you, it's creepy!" +106100 ,,,,,1210000,,少年B,Boy B,,,,,,,,,,,,Let's go. +106200 ,,,,,1210000,,,,,,,,,,,,,,,"The boys backed off a bit and entered the store, avoiding\nChie-chan." +106300 ,,,,,1210000,,千恵,Chie,101_SC01_c_076.wav,chie,,0,,,,,,,,Ah... ah... uuu... my crotch... feels tingly. +106400 ,,,,,1210000,,,,,,,,,,,,,,,"Hehe, it seems she's starting to feel it." +106500 ,,,,,1210000,,主人公,Kiyoshi,,,,,,,,,,,,"Chie-chan, are you okay?" +106600 ,,,,,1210000,,千恵,Chie,101_SC01_c_077.wav,chie,,0,,,,,,,,"...Um, Uncle. ...Can I stop calling people in now?" +106700 ,,,,,1210000,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? What's wrong? +106800 ,,,,,1210000,,千恵,Chie,101_SC01_c_078.wav,chie,,0,,,,,,,,Uh... um... Chie-chan is a bit tired. +106900 ,,,,,1210000,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm, but we just started, you know." +107000 ,,,,,1210000,,千恵,Chie,101_SC01_c_079.wav,chie,,0,,,,,,,,Uuuu~~~... but... +107100 ,,,,,1210000,,主人公,Kiyoshi,,,,,,,,,,,,How about we take a break after you call in three more\npeople? +107200 ,,"",,,1210000,,千恵,Chie,101_SC01_c_080.wav,chie,,0,,,,,,,,"Uh... okay. Yawn, ah... nngh." +107400 ,,,,,1210010,,,,,,,,,,,,,,,"And with that, I turn off the switch." +107500 ,,,,,1210010,,千恵,Chie,101_SC01_c_081.wav,chie,,0,,,,,,,,...Ah? ...Did it stop? +107600 ,,,,,1210010,,,,,,,,,,,,,,,"Ah, she's so cute, saying it so honestly." +107700 ,,,,,1210010,,千恵,Chie,101_SC01_c_082.wav,chie,,0,,,,,,,,Alright then. Welcome~ +107800 ,,,,,1210010,,,,,,,,,,,,,,,"Okay, this time I'll set the vibration to the minimum..." +107900 ,,,,,1210010,,千恵,Chie,101_SC01_c_083.wav,chie,,0,,,,,,,,Huh? ...Hmm... what is this? +108000 ,,,,,1210010,,,,,,,,,,,,,,,Let's see how she reacts to this subtle stimulation. +108300 ,,,,,1210000,,,,,,,,,,,,,,,"It's been several minutes since then, but no customers have\ncome." +108400 ,,"",,,1210000,,千恵,Chie,101_SC01_c_084.wav,chie,,0,,,,,,,,W-Welcome... how about it? +108500 ,,,,,1210000,,,,,,,,,,,,,,,"Meanwhile, Chie's rotor was still vibrating." +108600 ,,,,,1210000,,,,,,,,,,,,,,,"Well, it's set weak, so it should be fine, but her face is a\nbit flushed." +108700 ,,,,,1210000,,,,,,,,,,,,,,,"Moreover, Chie is slightly pigeon-toed and fidgeting a\nlittle." +108800 ,,,,,1210000,,,,,,,,,,,,,,,"Hmm, seeing her pose like that makes my crotch fidget too." +109000 ,,"",,,1210010,,千恵,Chie,101_SC01_c_085.wav,chie,,0,,,,,,,,Ah! W-Welcome! +109100 ,,,,,1210010,,少年A,Boy A,,,,,,,,,,,,Huh? We're just leaving though? +109200 ,,,,,1210010,,千恵,Chie,101_SC01_c_086.wav,chie,,0,,,,,,,,"Oh, I see... Chie-chan made a mistake. B-Bye-bye!" +109300 ,,,,,1210010,,,,,,,,,,,,,,,"Chie tried to wave lightly at the two boys, but her hand\ncouldn't quite rise and wandered around her crotch area." +109400 ,,,,,1210010,,主人公,Kiyoshi,,,,,,,,,,,,"Hey, Chie-chan. Saying bye-bye... that's not right for a\nstore, is it?" +109600 ,,,,,1210000,,千恵,Chie,101_SC01_c_087.wav,chie,,0,,,,,,,,"Oh, right... thank you... nnnngh!" +109700 ,,,,,1210000,,,,,,,,,,,,,,,"As a bit of a punishment, I increased the rotor's vibration\nto medium." +109800 ,,,,,1210000,,主人公,Kiyoshi,,,,,,,,,,,,"Come on, Chie-chan, you have to say 'thank you for coming'\ntoo." +109900 ,,,,,1210000,,,,,,,,,,,,,,,Then. +110000 ,,,,,1210000,,千恵,Chie,101_SC01_c_088.wav,chie,,0,,,,,,,,Ahh... uuuuuuh~~~! Thank you for comingggg! +110100 ,,,,,1210000,,少年B,Boy B,,,,,,,,,,,,Uh... isn't that kind of weird? +110300 ,,,,,1210010,,千恵,Chie,101_SC01_c_089.wav,chie,,0,,,,,,,,I-I don't think it's weird... nngh! Nnngh! Ahhhhhh! +110400 ,,,,,1210010,,少年B,Boy B,,,,,,,,,,,,"No, it's super weird." +110500 ,,,,,1210010,,,,,,,,,,,,,,,"The boys seemed put off by the situation, furrowing their\nbrows and slowly backing away." +110600 ,,,,,1210010,,千恵,Chie,101_SC01_c_090.wav,chie,,0,,,,,,,,Ahhh... it's vibrating... +110700 ,,,,,1210010,,少年A,Boy A,,,,,,,,,,,,"Well, whatever. See ya, Chie!" +110800 ,,,,,1210010,,,,,,,,,,,,,,,"Saying that, the boy gave Chie-chan a pat on the shoulder." +111000 ,,,,,1210000,,千恵,Chie,101_SC01_c_091.wav,chie,,0,,,,,,,,"Fuwa... ah, ahhhh! Ahhhh!" +111100 ,,,,,1210000,,,,,,,,,,,,,,,"Chie-chan shivered several times, then curled up tightly." +111200 ,,,,,1210000,,少年A,Boy A,,,,,,,,,,,,W-What's going on? +111300 ,,,,,1210000,,千恵,Chie,101_SC01_c_092.wav,chie,,0,,,,,,,,Ah... ahhhhhh... no... +111400 ,,,,,1210000,,,,,,,,,,,,,,,...Huh? What was that reaction? +111500 ,,"",,,1210000,,千恵,Chie,101_SC01_c_093.wav,chie,,0,,,,,,,,Ahh... ahh... ahh... fuah... ahhhhhhh... +111700 ,,,,,1210040,,,,,,,,,,,,,,,――trickling sound +111800 ,,,,,1210040,,千恵,Chie,101_SC01_c_094.wav,chie,,0,,,,,,,,Ugh... s-stop it... +111900 ,,,,,1210040,,少年A,Boy A,,,,,,,,,,,,Huh? ...Gah! ...Chie's peeing herself! +112000 ,,,,,1210040,,主人公,Kiyoshi,,,,,,,,,,,,What!? +112100 ,,,,,1210040,,,,,,,,,,,,,,,Ohhh! Chie-chan's wetting scene! What a treat! +112200 ,,,,,1210040,,,,,,,,,,,,,,,"She's trembling so cutely, even my own excitement is about\nto spill over!" +112300 ,,,,,1210040,,,,,,,,,,,,,,,"...No, this has gone too far!" +112400 ,,,,,1210040,,千恵,Chie,101_SC01_c_095.wav,chie,,0,,,,,,,,"Huff, huff... uuuuuuu!" +112500 ,,,,,1210040,,,,,,,,,,,,,,,"Chie-chan is breathing heavily, trying to stop herself from\npeeing, but the yellow stream that escaped her panties\nmercilessly runs down her legs." +112600 ,,,,,1210040,,,,,,,,,,,,,,,――trickling sound +112700 ,,,,,1210040,,千恵,Chie,101_SC01_c_096.wav,chie,,0,,,,,,,,N-No... Chie-chan's going to wet herself... +112800 ,,,,,1210040,,,,,,,,,,,,,,,"Well, she already is." +112900 ,,,,,1210040,,,,,,,,,,,,,,,"As I hurriedly tried to stand up, the rotor's switch seemed\nto have turned to maximum." +113000 ,,,,,1210040,,,,,,,,,,,,,,,――Vvvvvvvvvvvvvvv! +113100 ,,,,,1210040,,千恵,Chie,101_SC01_c_097.wav,chie,,0,,,,,,,,Ahhh! Fwaaaaaa! Ah!? Auuuuuu! +113200 ,,"",,,1210040,,,,,,,,,,,,,,,Chie-chan's hips shook violently as she sprayed pee. +113300 ,,,,,1210040,,,,,,,,,,,,,,,"I hurriedly stopped the rotor, but it was already too\nlate..." +113500 ,,,,,1210050,,千恵,Chie,101_SC01_c_098.wav,chie,,0,,,,,,,,Ah... ahhhhh... it's coming out... all of Chie-chan's pee... +113600 ,,,,,1210050,,,,,,,,,,,,,,,"As if something had burst, she let tears, drool, and pee\nflow while shaking her hips repeatedly." +113700 ,,,,,1210050,,,,,,,,,,,,,,,"Oh! What an erotic movement! If we weren't outside, I'd be\nmasturbating!" +113800 ,,,,,1210050,,,,,,,,,,,,,,,――Shaaahhhhhhh! Splash splash splash! +113900 ,,,,,1210050,,,,,,,,,,,,,,,"A yellow stream spilled from her panties, splashing onto the\nground." +114000 ,,,,,1210050,,少年A,Boy A,,,,,,,,,,,,Whoa! That's gross! +114100 ,,,,,1210050,,少年B,Boy B,,,,,,,,,,,,"Ew! Chii, what are you doing!?" +114200 ,,,,,1210050,,千恵,Chie,101_SC01_c_099.wav,chie,,0,,,,,,,,Ahhhh... fwaaah... uuuu... don't look... +114300 ,,,,,1210050,,,,,,,,,,,,,,,"She tried hard to stop peeing, but it soaked into the\nclothes she grabbed, turning them yellow." +114400 ,,,,,1210050,,千恵,Chie,101_SC01_c_100.wav,chie,,0,,,,,,,,Ahh... ahh... ugh... uaaaa... +114500 ,,,,,1210050,,主人公,Kiyoshi,,,,,,,,,,,,Chii-chan! Are you okay!? +114600 ,,,,,1210050,,千恵,Chie,101_SC01_c_101.wav,chie,,0,,,,,,,,O-Oji-chan... I wet myself... it came out... all of Chii-\nchan's pee came out... all of it... +114700 ,,,,,1210050,,千恵,Chie,101_SC01_c_102.wav,chie,,0,,,,,,,,Ugh... sniff... outside... in front of the boys... I peed... +114800 ,,,,,1210050,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, don't cry, okay? Calm down." +114900 ,,,,,1210050,,少年A,Boy A,,,,,,,,,,,,Whoa! That's gross! You're not supposed to pee anywhere but\nthe toilet! +115000 ,,,,,1210050,,少年B,Boy B,,,,,,,,,,,,"Chii, you're still wetting yourself at your age!?" +115100 ,,,,,1210050,,主人公,Kiyoshi,,,,,,,,,,,,Hey! Stop that! +115200 ,,,,,1210050,,千恵,Chie,101_SC01_c_103.wav,chie,,0,,,,,,,,Sniff... uaaaaaa! Ueeeee! +115300 ,,,,,1210050,,,,,,,,,,,,,,,"Oh no, she's started crying!" +115500 ,,,,11,,,甜花,Tenka,101_SC01_t_019.wav,,,,,,,"tenka,private",,10,,Hey boys! Get out of here! +115600 ,,,,,,,少年A,Boy A,,,,,,,,tenka,,10,,"Whoa! Adachi, what are you doing!?" +115700 ,,,,,,,,,,,,,,,,tenka,,10,,"Tenka-chan, who was putting away cleaning tools, seemed to\nnotice the commotion and confronted the boys with a broom." +115800 ,,,,,,,甜花,Tenka,101_SC01_t_020.wav,,,,,,,tenka,,31,,Just go away! Boys who watch this are perverts! +115900 ,,,,,,,少年B,Boy B,,,,,,,,tenka,,31,,"Shut up, you ugly!" +116000 ,,,,,,,少年A,Boy A,,,,,,,,tenka,,31,,Let's get out of here before we catch pee germs! +116100 ,,,,,,,少年B,Boy B,,,,,,,,tenka,,31,,"Yeah! If we stay close, we'll turn yellow too!" +116200 ,,,,,,,甜花,Tenka,101_SC01_t_021.wav,,,,,,,tenka,,10,,"Are you stupid!? If you're leaving, hurry up and go!" +116300 ,,,,,,,,,,,,,,,,tenka,,10,,"The boys, perhaps intimidated by Tenka-chan's forcefulness,\nleft the store while grumbling." +116400 ,,,,,,,コマコ,Komako,101_SC01_k_026.wav,"komako,privateC",,32,,,,,,,,"...Chii-chan, are you okay?" +116500 ,,,,,,,千恵,Chie,101_SC01_c_104.wav,komako,,32,"chie,privateB",,34,,,,,Uwaaaaaa! Auuu! Sniff... Ueeeee! +116600 ,,,,,,,コマコ,Komako,101_SC01_k_027.wav,komako,,32,chie,,34,,,,,Do you want to use a handkerchief? +116700 ,,,,,,,千恵,Chie,101_SC01_c_105.wav,komako,,32,chie,,8,,,,,If the boys find out... uwaaa... they'll give me a weird\nnickname at school from tomorrow! +116800 ,,,,,,,,,,komako,,32,chie,,8,,,,,"Ah... kids around this age, that's how it is when things\nlike this happen." +116900 ,,,,,,,甜花,Tenka,101_SC01_t_022.wav,,,,chie,,8,tenka,,30,,"Chii... it's okay, we're on your side!" +117000 ,,,,,,,コマコ,Komako,101_SC01_k_028.wav,komako,,14,chie,,8,,,,,"Yeah, don't worry about it." +117100 ,,,,,,,千恵,Chie,101_SC01_c_106.wav,komako,,14,chie,,34,,,,,But... deboo... ueeeee! +117200 ,,,,,,,主人公,Kiyoshi,,komako,,14,chie,,34,,,,,"It's okay, Chii-chan, look, it's still summer vacation.\nThere's no school tomorrow." +117300 ,,,,,,,甜花,Tenka,101_SC01_t_023.wav,,,,,,,"tenkaL,private",,10,,"Uncle, that's not the point." +117400 ,,,,,,,コマコ,Komako,101_SC01_k_029.wav,"komakoL,privateC",,30,,,,,,,,...There's still radio exercises and stuff. +117500 ,,,,,,,千恵,Chie,101_SC01_c_107.wav,,,,chie,,34,,,,,"If... if the boys come to the store... they'll definitely,\ndefinitely say something..." +117600 ,,,,11,,,,,,,,,chie,,34,,,,,"...Ugh, I tried to comfort her, but it seems I said\nsomething off the mark." +117800 ,,,,9000,,,,,,,,,,,,,,,,"In the end, I had Komako-chan and Tenka-chan go home, and I\nguided Chii-chan to her room." +117900 ,,,,,,,,,,,,,,,,,,,,"I wish I had spare panties at my house, but no matter how\nmuch of a pervert I am, I don't have those." +118100 ,,,,31,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, Chii-chan. Let's wash your underwear and clothes,\nokay?" +118200 ,,,,,,,千恵,Chie,101_SC01_c_108.wav,chie,,34,,,,,,,,U-uhm... sniff... but Chii-chan... can't go home completely\nnaked... +118300 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,Then let's just wash your panties. They'll dry quickly. +118400 ,,,,,,,千恵,Chie,101_SC01_c_109.wav,chie,,34,,,,,,,,Okay... +118700 ,,,,,,,,,,chie,,34,,,,,,,,Chii-chan slipped her hand under her dress and took off her\npanties. +118900 ,,,,,,,,,,chie,,34,,,,,,,,"Seeing her clutching her soaking wet panties and crying, my\nheart aches, even though it's my fault." +119000 ,,,,,,,,,,chie,,34,,,,,,,,"...First, I need to comfort her." +119100 ,,,,,,,主人公,Kiyoshi,,chie,,34,,,,,,,,"Alright, Chii-chan. I'll take out the rotor for you, so come\nsit on my lap." +119200 ,,,,,,,千恵,Chie,101_SC01_c_110.wav,chie,,34,,,,,,,,...Okay. +119400 ,,,10,,1211000,,,,,,,,,,,,,,,"Chii-chan, covered in pee, sat on my lap on the sofa." +119500 ,,,,,1211000,,,,,,,,,,,,,,,"Hmm, I thought she stopped crying, but she still doesn't\nsound cheerful." +119900 ,,,,,1211000,,主人公,Kiyoshi,,,,,,,,,,,,"If you don't wipe properly, it'll get itchy, so leave it to\nme." +120000 ,,,,,1211000,,千恵,Chie,101_SC01_c_111.wav,chie,,0,,,,,,,,...Okay. +120100 ,,,,,1211000,,,,,,,,,,,,,,,"Hmm, she still doesn't seem cheerful." +120200 ,,,,,1211000,,,,,,,,,,,,,,,"If always energetic Chii-chan is like this, the other two\nwill worry too, so I want to cheer her up somehow." +120300 ,,,,,1211000,,,,,,,,,,,,,,,"Let's see," +120400 ,,,,,1211000,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, Chii-chan. Accidents like this happen all the\ntime." +120500 ,,,,,1211000,,千恵,Chie,101_SC01_c_112.wav,chie,,0,,,,,,,,"...No, they don't." +120600 ,,,,,1211000,,主人公,Kiyoshi,,,,,,,,,,,,"They do, they do. Even I had accidents often, even until I\ngrew up." +120700 ,,,,,1211000,,千恵,Chie,101_SC01_c_113.wav,chie,,0,,,,,,,,...Really? +120800 ,,,,,1211000,,,,,,,,,,,,,,,Chii-chan turned her face towards me. +120900 ,,,,,1211000,,主人公,Kiyoshi,,,,,,,,,,,,"It's true, Chii-chan. If you cried over a little accident\nlike this, I'd have to cry even more, you know?" +121000 ,,,,,1211000,,千恵,Chie,101_SC01_c_114.wav,chie,,0,,,,,,,,Does that mean you did it when you were older than Chii-\nchan? +121100 ,,,,,1211000,,主人公,Kiyoshi,,,,,,,,,,,,"That's right... When was the last time? Hmm, maybe the day\nbefore yesterday?" +122500 ,,,,,1211000,,,,,,,,,,,,,,,"It was a silly dad joke, but I think Chii- chan's expression\nsoftened." +122600 ,,,,,1211000,,,,,,,,,,,,,,,"After all, Chii-chan is best when she's cheerful." +122700 ,,,,,1211000,,主人公,Kiyoshi,,,,,,,,,,,,"I'm going to take it out from inside your pussy, okay?" +123000 ,,,,,1211000,,,,,,,,,,,,,,,I slowly pulled the cord of the pink rotor. +123200 ,,,,,1211010,,,,,,,,,,,,,,,"But it didn't come out completely, and the egg-shaped part\npeeked out just a little." +123300 ,,,,,1211010,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, does it hurt?" +123500 ,,,,,1211010,,,,,,,,,,,,,,,"Even though I should be comforting Chii-chan, seeing the\nrotor glistening as it peeked halfway out of her pussy made\nmy cock start to grow." +123800 ,,,,,1211010,,千恵,Chie,101_SC01_c_127.wav,chie,,0,,,,,,,,Ugh... Nn. Uncle... it feels weird. +123900 ,,,,,1211010,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? What kind of feeling? +124000 ,,,,,1211010,,千恵,Chie,101_SC01_c_128.wav,chie,,0,,,,,,,,Like when I wet myself... a tingling feeling. +124100 ,,,,,1211010,,主人公,Kiyoshi,,,,,,,,,,,,"I'll try to take it out slowly, so can you hold on a little\nlonger?" +124200 ,,,,,1211010,,千恵,Chie,101_SC01_c_130.wav,chie,,0,,,,,,,,Ugh... okay. +124300 ,,,,,1211010,,,,,,,,,,,,,,,"Hearing her weak response, I slowly and gently pulled the\nrotor's cord." +124400 ,,,,,1211010,,千恵,Chie,101_SC01_c_136.wav,chie,,0,,,,,,,,Ah... ugh... ha... +124500 ,,,,,1211010,,,,,,,,,,,,,,,A heated sigh escaped from Chii-chan's lips. +124600 ,,,,,1211010,,,,,,,,,,,,,,,Maybe Chii-chan is feeling it... I thought as I pulled the\nrotor cord more firmly. +124700 ,,,,,1211010,,千恵,Chie,101_SC01_c_143.wav,chie,,0,,,,,,,,Nn! The entrance... it's tingling. +124900 ,,,,,1211020,,,,,,,,,,,,,,,――Squelch! +125000 ,,,,,1211020,,千恵,Chie,101_SC01_c_135.wav,chie,,0,,,,,,,,Ugh... nn... +130200 ,,,,,1211030,,,,,,,,,,,,,,,I placed the removed rotor aside and took a tissue to wipe\nChii-chan's pussy. +130300 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,"I'm sorry, Chii-chan..." +130400 ,,,,,1211030,,千恵,Chie,101_SC01_c_148.wav,chie,,0,,,,,,,,It's because Uncle was playing with the rotor. +130500 ,,,,,1211030,,,,,,,,,,,,,,,"Hearing the energy return to Chii-chan's voice, I also\nregained my usual composure." +130600 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,"Eh, really? But Chii-chan, it's not pee, it's some naughty\nslippery stuff coming out." +131100 ,,,,,1211030,,千恵,Chie,101_SC01_c_150.wav,chie,,0,,,,,,,,...Really? +131200 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,"See, can you feel how soft Chii-chan's pussy is?" +131300 ,,,,,1211030,,,,,,,,,,,,,,,"As I wiped away the pee and love juices, I gently stimulated\nher pussy." +131400 ,,,,,1211030,,千恵,Chie,101_SC01_c_151.wav,chie,,0,,,,,,,,Nn... Uncle... it tickles. +131500 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,"Does it tickle? But a little while ago, it might have felt\npainful." +131600 ,,,,,1211030,,千恵,Chie,101_SC01_c_152.wav,chie,,0,,,,,,,,Heh. Is that so? +131700 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,"So, Chii-chan, can I check if my dick can go in?" +131800 ,,,,,1211030,,,,,,,,,,,,,,,"I pressed the tip of my cock against her pussy, wet with pee\nand love juices." +131900 ,,,,,1211030,,千恵,Chie,101_SC01_c_153.wav,chie,,0,,,,,,,,"Uncle, are you sure it won't hurt?" +132000 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,It should be better than last time. +132100 ,,,,,1211030,,千恵,Chie,101_SC01_c_154.wav,chie,,0,,,,,,,,Eh... last time it really hurt a lot. +132200 ,,,,,1211030,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, it's okay! That's why we practiced, right? See,\njust a little at a time." +132300 ,,,,,1211030,,,,,,,,,,,,,,,I slowly pushed my hips into Chii-chan. +132500 ,,,,,1211040,,千恵,Chie,101_SC01_c_155.wav,chie,,0,,,,,,,,Uu... nn... +132600 ,,,,,1211040,,,,,,,,,,,,,,,"Even though I said that, it's still the second time with a\nloli pussy." +132700 ,,,,,1211040,,,,,,,,,,,,,,,"It's quite tight, so it stops at a shallow part." +132800 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, does it seem okay to put it in like this?" +132900 ,,,,,1211040,,千恵,Chie,101_SC01_c_156.wav,chie,,0,,,,,,,,Y-yeah... I think it's okay. It feels like it'll slide in\nsmoothly. +133000 ,,,,,1211040,,,,,,,,,,,,,,,"Indeed, once the tip gets through, it seems like it'll work\nout." +133100 ,,,,,1211040,,,,,,,,,,,,,,,"Yeah, yeah, the practice with the vibrator paid off." +133200 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, here we go." +133300 ,,,,,1211040,,千恵,Chie,101_SC01_c_157.wav,chie,,0,,,,,,,,Nnngh! ...Ah! It slid in! +133400 ,,,,,1211040,,,,,,,,,,,,,,,The thickest part passed through the entrance and slid into\nthe depths of her vagina. +133500 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, it's true..." +133600 ,,,,,1211040,,千恵,Chie,101_SC01_c_158.wav,chie,,0,,,,,,,,Ha... fuhaa~... +133700 ,,,,,1211040,,,,,,,,,,,,,,,Chii-chan smiled happily at that and let out a sigh of\nrelief. +133800 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,Does it hurt? +133900 ,,,,,1211040,,千恵,Chie,101_SC01_c_159.wav,chie,,0,,,,,,,,Y-yeah... it doesn't hurt much today. +134000 ,,,,,1211040,,,,,,,,,,,,,,,"Inside Chii-chan is already slippery, so it probably doesn't\nhurt." +134100 ,,,,,1211040,,千恵,Chie,101_SC01_c_160.wav,chie,,0,,,,,,,,Could it be... Uncle's dick got smaller? +134200 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,I-I don't think so? +134300 ,,,,,1211040,,,,,,,,,,,,,,,"If that's the case, it hurts my heart instead..." +134400 ,,,,,1211040,,,,,,,,,,,,,,,"I'm at the age where my functions might decline, so I'm\nsensitive to those words." +134500 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, I'm going to move, Chii-chan." +134600 ,,,,,1211040,,千恵,Chie,101_SC01_c_161.wav,chie,,0,,,,,,,,"Y-yeah. Just a little at a time, okay?" +134700 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,Got it. Here we go. +134800 ,,,,,1211040,,千恵,Chie,101_SC01_c_162.wav,chie,,0,,,,,,,,"Ugh... ah, fuaa... ah, ahh... kuh, fu... nnngh!" +134900 ,,,,,1211040,,,,,,,,,,,,,,,"She's making noises with just a little movement, but I\nwonder if it still hurts... or if she's feeling it." +135000 ,,,,,1211040,,,,,,,,,,,,,,,"She doesn't have much experience, so it could be the former,\nbut since she's had the rotor in for a while, it might be\nthe latter." +135100 ,,,,,1211040,,,,,,,,,,,,,,,Alright! Let's assume it's the latter and keep moving! +135200 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,Ugh... phew. +135300 ,,,,,1211040,,千恵,Chie,101_SC01_c_163.wav,chie,,0,,,,,,,,Ahh... Uncle... ahh... nn... ugh... my vagina feels all\ntingly? +135400 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,Oh... that's the result of our training! You're feeling the\ndick. +135500 ,,,,,1211040,,千恵,Chie,101_SC01_c_164.wav,chie,,0,,,,,,,,"I-is that so? You know, I felt something like this when I\npeed too." +135600 ,,,,,1211040,,,,,,,,,,,,,,,"I see, she was feeling it with the rotor too." +135700 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Then, Uncle will move faster to make Chii- chan feel good,\nokay?" +135800 ,,,,,1211040,,千恵,Chie,101_SC01_c_165.wav,chie,,0,,,,,,,,"Yeah, if it feels good, then it's fine. Go for it, Uncle!" +135900 ,,,,,1211040,,,,,,,,,,,,,,,She's such an honest girl. +136000 ,,,,,1211040,,,,,,,,,,,,,,,"Alright, as requested, let's move my hips and make Chii-chan\nfeel good!" +136100 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Here we go! Hup, hup!" +136200 ,,,,,1211050,,千恵,Chie,101_SC01_c_166.wav,chie,,0,,,,,,,,"Hau, fua, ahh! Ahh uu! Uncle's dick... it's hitting my\npussy, ahhh!" +136300 ,,,,,1211050,,千恵,Chie,101_SC01_c_167.wav,chie,,0,,,,,,,,"Hya, han... han! ...Ahh, ahh... fua, ahhhh!" +136400 ,,,,,1211050,,,,,,,,,,,,,,,"Naturally, the movements become faster, and a different\nsound from her moans starts reaching my ears." +136500 ,,,,,1211050,,,,,,,,,,,,,,,"This slurping sound, as expected." +136600 ,,,,,1211050,,千恵,Chie,101_SC01_c_168.wav,chie,,0,,,,,,,,Ah... Chii-chan's pussy... even though I'm not peeing... it\nsounds like I'm peeing... fuaaa! +136700 ,,,,,1211050,,千恵,Chie,101_SC01_c_169.wav,chie,,0,,,,,,,,"Hnng! Nnuh, nn! Fua... hau...! Hyann! It's all wet and\nsquishy! Naaaah!" +136800 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,That's the juice that comes out when it feels good. +136900 ,,,,,1211050,,千恵,Chie,101_SC01_c_170.wav,chie,,0,,,,,,,,"Ah, ah, ah, ah...! U-Uncle... Uncle...!" +137000 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Hmm? What's wrong? +137100 ,,,,,1211040,,千恵,Chie,101_SC01_c_171.wav,chie,,0,,,,,,,,S-something... Chii-chan's pussy... it feels all tingly...\nmy legs are about to go stiff. +137200 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Oh, it seems like you're feeling it. Does it feel good?" +137300 ,,,,,1211040,,千恵,Chie,101_SC01_c_172.wav,chie,,0,,,,,,,,"I-I don't know, but... my legs and butt are moving on their\nown!" +137400 ,,,,,1211050,,千恵,Chie,101_SC01_c_173.wav,chie,,0,,,,,,,,Fua...! Uwaaaah... nnuh! Nnuh! ...It's twitching. +137500 ,,,,,1211050,,,,,,,,,,,,,,,"Yeah, she doesn't seem to be in pain, so I don't need to\nhold back." +137600 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then. I'll make you feel even better, okay?" +137700 ,,,,,1211040,,千恵,Chie,101_SC01_c_174.wav,chie,,0,,,,,,,,Eh? B-but... +137800 ,,,,,1211040,,,,,,,,,,,,,,,"I arch my back and lift Chii-chan's body, thrusting in all\nat once." +137900 ,,,,,1211050,,千恵,Chie,101_SC01_c_175.wav,chie,,0,,,,,,,,"Nnuh!? Fuaaaah!? U-Uncle...! Ah, ahh! It's going into the\nbaby's room!" +138000 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Whoa! Chii-chan's pussy is so tight! +138100 ,,,,,1211050,,千恵,Chie,101_SC01_c_176.wav,chie,,0,,,,,,,,"Nnuh, auh, fwaaah! Uncle's dick is stretching Chii-chan's\npussy..." +138200 ,,,,,1211050,,千恵,Chie,101_SC01_c_177.wav,chie,,0,,,,,,,,"Nnuh! Ah, ah, ahhhh! Deep inside Chii- chan... haun." +138300 ,,,,,1211050,,,,,,,,,,,,,,,Chii-chan's pussy is squeezing my dick so tightly it feels\nlike it might tear it off. +138400 ,,,,,1211050,,,,,,,,,,,,,,,"It's stimulating all the way to the back of the head, and\ninside her pussy, there's no room left at all." +138500 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Kuu... +138600 ,,,,,1211050,,千恵,Chie,101_SC01_c_178.wav,chie,,0,,,,,,,,"Uu... Uncle's dick... it's hitting all the good spots, isn't\nit?" +138700 ,,,,,1211050,,千恵,Chie,101_SC01_c_179.wav,chie,,0,,,,,,,,"Ah, nooo, my pussy, nnnh! It's twitching... fwaaah! It's\nhappening... nnnhhhh!" +138800 ,,,,,1211050,,,,,,,,,,,,,,,"On top of that, it's moving so vigorously... for such a\nsmall girl, what an erotic pussy movement!" +138900 ,,,,,1211050,,,,,,,,,,,,,,,"When I move, the stimulation is so intense that my vision\nstarts to flicker." +139000 ,,,,,1211050,,,,,,,,,,,,,,,"I almost came, but... if Chii-chan, who's only on her second\ntime, makes me come first, I'd lose a bit of confidence." +139100 ,,,,,1211040,,千恵,Chie,101_SC01_c_180.wav,chie,,0,,,,,,,,"Nn, ah, ah, ah! Uncle...! This... it's deep... it's tapping\nmy tummy!" +139200 ,,,,,1211040,,千恵,Chie,101_SC01_c_181.wav,chie,,0,,,,,,,,"Is it... deeper than before... is it going into the baby's\nroom like you said, Uncle? Nnkuh! Fu, fwaah! Ahhh...!" +139300 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Hmm... it might be going in, you know?" +139400 ,,,,,1211040,,千恵,Chie,101_SC01_c_182.wav,chie,,0,,,,,,,,"Fwah! Ah, ahh! Nnf... u, fuu! No, no... Uncle, it feels so\ngood! Ah, ahhh!" +139500 ,,,,,1211040,,,,,,,,,,,,,,,"Her love juices are flowing out, making it look like she\nhasn't wiped after peeing." +139600 ,,,,,1211040,,,,,,,,,,,,,,,"Ah, to be like this on her second time, I'm really looking\nforward to what's next." +139700 ,,,,,1211050,,千恵,Chie,101_SC01_c_183.wav,chie,,0,,,,,,,,"Ahhh! The inside... inside...! Push deeper...! Ha, ahhh!\nUncle... hafu!" +139800 ,,,,,1211050,,千恵,Chie,101_SC01_c_184.wav,chie,,0,,,,,,,,"Hahyu, hauu... Chii-chan's pussy, just like when I peed\nearlier... it's tingling." +139900 ,,,,,1211050,,千恵,Chie,101_SC01_c_185.wav,chie,,0,,,,,,,,Hau... auuuuu! Auuu! No... if you move your dick like\nthat... nnhhh! Hyann! Ahhh... ahn! Haaaah! +140000 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Is it twitching? +140100 ,,,,,1211040,,千恵,Chie,101_SC01_c_186.wav,chie,,0,,,,,,,,Yeah... yeah! My pussy... it's twitching! +140200 ,,,,,1211040,,千恵,Chie,101_SC01_c_187.wav,chie,,0,,,,,,,,"Nna! Fwaa, hyaa, ah, ah! Just now, it twitched, ha, uf...\nnn!" +140300 ,,,,,1211040,,,,,,,,,,,,,,,"Thanks to the rotor that's been in all along, she was all\nset. Chii-chan looks like she's about to come any moment." +140400 ,,,,,1211040,,,,,,,,,,,,,,,"As for me, ever since I saw Chii-chan's little accident,\nI've been dying to release." +140500 ,,,,,1211040,,,,,,,,,,,,,,,"Alright, let's gradually increase the speed... there." +140600 ,,,,,1211040,,千恵,Chie,101_SC01_c_188.wav,chie,,0,,,,,,,,"Ah, ah...! U-Uncle's dick... no... fwaa... ah! ...Ah!?\nNnngh!" +140700 ,,,,,1211040,,千恵,Chie,101_SC01_c_189.wav,chie,,0,,,,,,,,"Fwaaaa! T-Today feels so good, nnnngh! Nooo!" +140800 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Not just today, Uncle's dick always feels good, right? It's\nbecause Chii-chan is getting used to being naughty." +140900 ,,,,,1211040,,千恵,Chie,101_SC01_c_190.wav,chie,,0,,,,,,,,Nnngh! Hafu! R-Really? +141000 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, if we keep doing it many times, it'll feel\neven better, okay?" +141100 ,,,,,1211040,,千恵,Chie,101_SC01_c_191.wav,chie,,0,,,,,,,,"Really? Nn... nnngh, then, then Chii-chan will try her best\nto get used to it, okay?" +141200 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, then Uncle will help you too." +141300 ,,,,,1211040,,千恵,Chie,101_SC01_c_192.wav,chie,,0,,,,,,,,"Yeah! Auu! Nnngh, fwaaaa! It came with a thrust!" +141400 ,,,,,1211040,,,,,,,,,,,,,,,"As I gently explain to Chii-chan, I thrust deeply, and Chii-\nchan arches her body greatly." +141500 ,,,,,1211050,,千恵,Chie,101_SC01_c_193.wav,chie,,0,,,,,,,,Ahh... kuaah! Fwaaaah! Nhaaah! Ahh! Something's coming out! +141700 ,,,,,1211050,,,,,,,,,,,,,,,"Watching the love juices squirt out in front of me, I\ncontinue to thrust deeply." +141800 ,,,,,1211050,,千恵,Chie,101_SC01_c_194.wav,chie,,0,,,,,,,,"Ah! Aaaah! No! Ah! Uncle...! Fwaa, aaah!" +141900 ,,,,,1211050,,千恵,Chie,101_SC01_c_195.wav,chie,,0,,,,,,,,"Noooo! It's like pee... uuungh! It's coming out, haaan!" +142000 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"It's okay, that's not pee, it's the juice that makes it\neasier for my dick to go in, so let it all out." +142100 ,,,,,1211050,,千恵,Chie,101_SC01_c_196.wav,chie,,0,,,,,,,,"Nngh, kuuu, fuh...! No, ah... Ahhh. When you do it with your\ndick, it comes out with a squelch." +142200 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Let out more. +142300 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"Ah, ugh... kuuu...! Chii-chan's tight little pussy! It's\ntight but getting slippery, it feels so good!" +142400 ,,,,,1211050,,千恵,Chie,101_SC01_c_197.wav,chie,,0,,,,,,,,"Ah, aaah! Uncle's dick, it's twitching... ah, aaah! Is\nUncle... feeling good too?" +142500 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah. I-I'm feeling good too, Chii-chan." +142600 ,,,,,1211050,,,,,,,,,,,,,,,"Even though I'm an adult, it's pathetic that I'm already\ngiving in, but every time I move, Chii-chan's little pussy\ntightens, and I can't hold back anymore." +142700 ,,,,,1211050,,千恵,Chie,101_SC01_c_198.wav,chie,,0,,,,,,,,"Hya, haan... haan! Ahh, ahh... fwaa, ahhh!" +142800 ,,,,,1211050,,千恵,Chie,101_SC01_c_199.wav,chie,,0,,,,,,,,"Hah, ah, afuh... ah, auu! Chii-chan's... body is twitching\ntoo! Haaah, ah... kuuu...! Nn, nnh...! Ah, ah...!" +142900 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"That's right, but inside your pussy, it's not just\ntwitching, it's twitching a lot, isn't it?" +143000 ,,,,,1211040,,千恵,Chie,101_SC01_c_200.wav,chie,,0,,,,,,,,"Ahaa! Is this twitching because Chii-chan's pussy is getting\nused to it? Fwaa, ah, ah...! Hey, Uncle?" +143100 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,That's right! It's because it feels so good with Uncle's\ndick...! +143200 ,,,,,1211040,,千恵,Chie,101_SC01_c_201.wav,chie,,0,,,,,,,,"Nn... fwaa! Ah, ahaa! Is that so? But it also twitched with\nthe vibrator." +143300 ,,,,,1211040,,主人公,Kiyoshi,,,,,,,,,,,,Mmm! +143400 ,,,,,1211040,,,,,,,,,,,,,,,My dick can't lose to a vibrator! +143500 ,,,,,1211040,,,,,,,,,,,,,,,I have to give it my all too! +143600 ,,,,,1211040,,,,,,,,,,,,,,,"With that decision, I start thrusting harder and harder.\nChii-chan seems to be feeling good too, so I'll go all out\nwithout holding back!" +143700 ,,,,,1211050,,千恵,Chie,101_SC01_c_202.wav,chie,,0,,,,,,,,"Fwa!? Ahhh!? Ah, ah...! U-Uncle...! Chii- chan's... my pussy\nis tingling again!" +143800 ,,,,,1211050,,千恵,Chie,101_SC01_c_203.wav,chie,,0,,,,,,,,"It's like when I pee... auu! Hi, hyu! It's making me\ntremble!" +143900 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Yeah! I don't want to lose to a vibrator! +144000 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"Besides, a vibrator doesn't release semen. Here I go...! I'm\nalmost..." +144100 ,,,,,1211050,,千恵,Chie,101_SC01_c_204.wav,chie,,0,,,,,,,,"Fwaaa... Uncle! Ah, ah...! Ah, Chii-chan, Chii-chan is\nalready! ...Ahhh!" +144200 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Whoa...! +144300 ,,,,,1211050,,千恵,Chie,101_SC01_c_205.wav,chie,,0,,,,,,,,"Hyah! Ahhhhh! Ah, ahh! Nn! Nnh! Ah, ahh!" +144400 ,,,,,1211050,,,,,,,,,,,,,,,"As her body trembles with spasms, her pussy moves and\ntightens, making me pull back my hips." +144500 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"I-It feels so good, Chii-chan!" +144600 ,,,,,1211050,,千恵,Chie,101_SC01_c_206.wav,chie,,0,,,,,,,,"Fwaaah...! Uncle! Chii-chan feels so good! Ah, ahhhhhh!" +144700 ,,,,,1211050,,千恵,Chie,101_SC01_c_207.wav,chie,,0,,,,,,,,"Hya? Ah, ahh, nngh! Nnn! Ah, ahhh! Drool is coming out." +144800 ,,,,,1211050,,,,,,,,,,,,,,,Drool starts dripping from Chii-chan's mouth. +144900 ,,,,,1211050,,,,,,,,,,,,,,,She looks like she's feeling really good. +145000 ,,,,,1211050,,,,,,,,,,,,,,,"Well, I probably have the same expression." +145100 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,Kuuu! Chii-chan... I'm going to release inside...! I'm going\nto fill your baby room with my cum! +145200 ,,,,,1211050,,千恵,Chie,101_SC01_c_208.wav,chie,,0,,,,,,,,"Nn!? I don't really get it but... nn, nn! Ah... ahh...!" +145300 ,,,,,1211050,,千恵,Chie,101_SC01_c_209.wav,chie,,0,,,,,,,,"Nn! It's okay, release it... inside Chii- chan, Uncle's...\nit's okay to release it!" +145400 ,,,,,1211050,,,,,,,,,,,,,,,"As I desperately move my hips, I feel a strange sensation as\nif the tip is swelling." +145500 ,,,,,1211050,,,,,,,,,,,,,,,My cock seems desperate to send semen into this tightly\nsqueezing narrow pussy. +145600 ,,,,,1211050,,主人公,Kiyoshi,,,,,,,,,,,,"Ugh, ahhh...!" +145700 ,,,,,1211050,,,,,,,,,,,,,,,Then I thrust that cock deep inside and let it rampage to my\nheart's content. +145800 ,,,,,1211060,,千恵,Chie,101_SC01_c_210.wav,chie,,0,,,,,,,,"Fwah... ah, ahhh! Aaaaaahhh!!" +146000 ,,,,,1211060,,,,,,,,,,,,,,,"I pull Chii-chan close as if her womb might break, and\nrelease my seed without restraint." +146100 ,,,,,1211060,,千恵,Chie,101_SC01_c_211.wav,chie,,0,,,,,,,,"Nnfu!? Ugh, nnngh! Ah, ahh! It's coming out...! Uncle's...\nso much inside Chii- chan... it's coming out...!" +146200 ,,,,,1211060,,,,,,,,,,,,,,,Splat! Splat! Splurrrt! +146300 ,,,,,1211060,,主人公,Kiyoshi,,,,,,,,,,,,Ohh... ugh! It's still coming out! +146400 ,,,,,1211060,,,,,,,,,,,,,,,"In Chii-chan's tight yet slippery pussy that keeps\ntwitching, it feels like my cock is being sucked dry." +146500 ,,,,,1211060,,千恵,Chie,101_SC01_c_212.wav,chie,,0,,,,,,,,...Nn... Uncle... fwaa... fwaaah... it felt so good... +146600 ,,,,,1211060,,,,,,,,,,,,,,,Chii-chan says that sweetly and snuggles up against my back. +146700 ,,,,,1211060,,,,,,,,,,,,,,,......I wonder if this is what it would be like if I had a\nchild. +146800 ,,,,,1211060,,千恵,Chie,101_SC01_c_213.wav,chie,,0,,,,,,,,Nn... ahh... it's coming out... +147000 ,,,,,1211070,,,,,,,,,,,,,,,"With a squelch, the semen overflows from her pussy and\nsplatters onto the floor, slowly spreading out." +147100 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Wow... that's so erotic, Chii-chan." +147200 ,,,,,1211070,,,,,,,,,,,,,,,"...I thought about having a child, but a father who gets\naroused watching semen come out of his daughter's pussy is\ndefinitely wrong." +147300 ,,,,,1211070,,千恵,Chie,101_SC01_c_214.wav,chie,,0,,,,,,,,"Ah, ahhh... amazing... Uncle's... from Chii- chan's pussy...\nit's still... coming out..." +147400 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, thanks to Chii-chan's pussy, so much came out." +147500 ,,,,,1211070,,千恵,Chie,101_SC01_c_215.wav,chie,,0,,,,,,,,"Is that so... Uncle, are you happy?" +147600 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Yeah, I'm happy." +147700 ,,,,,1211070,,,,,,,,,,,,,,,"Being able to ejaculate in such a small girl's pussy. Of\ncourse, I'm happy." +147800 ,,,,,1211070,,千恵,Chie,101_SC01_c_216.wav,chie,,0,,,,,,,,"Ehehe~ Chii-chan is happy too, just like Uncle." +147900 ,,,,,1211070,,,,,,,,,,,,,,,Ugh! She's so cute! +148000 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan. If any boys say something to you again, tell\nUncle, okay?" +148100 ,,,,,1211070,,千恵,Chie,101_SC01_c_217.wav,chie,,0,,,,,,,,"If I tell you, will Uncle help me?" +148200 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,Of course. I won't forgive anyone who makes Chii-chan cry! +148300 ,,,,,1211070,,千恵,Chie,101_SC01_c_218.wav,chie,,0,,,,,,,,I see... ehehe~ Then I'll have Uncle help me! +148400 ,,,,,1211070,,千恵,Chie,101_SC01_c_219.wav,chie,,0,,,,,,,,I hope a boy says something soon~ +148500 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Ahaha, that would defeat the purpose." +148600 ,,,,,1211070,,千恵,Chie,101_SC01_c_220.wav,chie,,0,,,,,,,,Defeat the purpose? +148700 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,It means losing sight of the original goal. +148800 ,,,,,1211070,,千恵,Chie,101_SC01_c_221.wav,chie,,0,,,,,,,,I see~ +148900 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Chii-chan, it's better if no one says anything to you,\nright?" +149000 ,,,,,1211070,,千恵,Chie,101_SC01_c_222.wav,chie,,0,,,,,,,,Yeah! ...But I still want Uncle to help me~ Ehehe~ +149100 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,"Ahaha, Chii-chan, you're such a handful." +149200 ,,,,,1211070,,,,,,,,,,,,,,,"Yeah, she's back to her usual self without the tears." +149300 ,,,,,1211070,,,,,,,,,,,,,,,I really do like this version of Chii-chan. +149400 ,$event_return,,,,1211070,,,,,,,,,,,,,,, +149500 ,,,,,1211070,,,,,,,,,,,,,,,"Just like I told Chii-chan, if anyone says something, I'll\nreally teach them a lesson." +149600 ,,,,,1211070,,,,,,,,,,,,,,,"I might be called immature, but for her sake..." +149700 ,,,,,1211070,,主人公,Kiyoshi,,,,,,,,,,,,... +149800 ,,,,,1211070,,,,,,,,,,,,,,,Are my feelings right now those of a husband for Chii-chan? +149900 ,,,,,1211070,,,,,,,,,,,,,,,Or are they those of a father? +150000 ,,,,,1211070,,,,,,,,,,,,,,,"...Well, I guess I won't think too deeply about it for now." +150100 ,,,0,9000,,,,,,,,,,,,,,,, +150300 ,@102_SC02a,,,,,,,,,,,,,,,,,,, +150500 ,,,5,31,,,主人公,Kiyoshi,,,,,,,,,,,,Ah... I'm sleepy. +150600 ,,,,,,,,,,,,,,,,,,,,"At least it's not hot, which is a relief." +150700 ,,,,,,,,,,,,,,,,,,,,"Not much time has passed since sunrise. Yet, I'm awake and\nstarting to get ready to leave the house." +150800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Radio exercises, huh..." +150900 ,,,,,,,,,,,,,,,,,,,,"Yes, today I have to help with the radio exercises." +151000 ,,,,,,,,,,,,,,,,,,,,"Stamping cards and playing music... ugh, what a hassle." +151100 ,,,,,,,,,,,,,,,,,,,,"I think it's healthy for kids who go to bed early, but for\nan adult like me who stays up late, it's like torture." +151200 ,,,,,,,,,,,,,,,,,,,,...It might even be unhealthy. +151300 ,,,,,,,,,,,,,,,,,,,,"But well, Chii-chan and the others said they'd come too, so\nI can't just skip it for the sake of neighborhood relations." +151400 ,,,,,,,,,,,,,,,,,,,,Alright... let's change my perspective and get motivated. +151500 ,,,,,,,,,,,,,,,,,,,,Think of it as a gathering where little kids are absolutely\nobedient to the radio's commands! +151600 ,,,,,,,,,,,,,,,,,,,,...... +151700 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Oh! That's not bad! +151800 ,,,,,,,,,,,,,,,,,,,,"Yeah, I'm starting to feel motivated!" +152000 ,,,,,,,,,,,,,,,,,,,, +152100 ,,,,111,,,主人公,Kiyoshi,,,,,,,,,,,,"Uh, it's at the vacant lot, right?" +152200 ,,,,,,,,,,,,,,,,,,,,"Having radio exercises at a vacant lot, what a laid-back\narea. In the city, you'd get scolded for entering a vacant\nlot." +152300 ,,,,,,,,,,,,,,,,,,,,Wouldn't even radio exercises be considered noise pollution\nand get you sued? +152400 ,,,,,,,,,,,,,,,,,,,,What a troublesome era... +152500 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"...Oh, I hear the kids' voices." +152700 ,,"",,,,,,,,,,,,,,,,,, +152800 ,,,,131,,,主人公,Kiyoshi,,,,,,,,,,,,Oh! It's Chii-chan and the others. Heeey? +152900 ,,,,,,,,,,,,,,,,,,,,"Something seems off, though?" +153000 ,,,14,,,,少年A,Boy A,,,,,,,,,,,,Hey! Chii's gonna cry! +153100 ,,,,,,,甜花,Tenka,102_SC02a_t_000.wav,,,,,,,"tenka,privateC",,10,,Hey! Stop it! +153200 ,,,,,,,少年B,Boy B,,,,,,,,tenka,,10,,"Oh no, is she gonna cry like when she wet herself again?!" +153300 ,,,,,,,コマコ,Komako,102_SC02a_k_000.wav,"komako,privateB",,10,,,,,,,,"...If you say any more, I'll get mad." +153400 ,,,,,,,千恵,Chie,102_SC02a_c_000.wav,,,,"chie,private",,14,,,,,...... +153500 ,,,,,,,,,,,,,chie,,14,,,,,"I don't really get it, but Komako-chan and Tenka-chan are\nfuming." +153600 ,,,,,,,,,,,,,chie,,14,,,,,"Uh, I'm not the cause of this, right?" +153700 ,,,,,,,少年A,Boy A,,,,,chie,,14,,,,,"Eh, but it's true, right?" +153800 ,,,,,,,少年B,Boy B,,,,,chie,,14,,,,,"Yeah, it's true that Chii wet herself." +153900 ,,,,,,,千恵,Chie,102_SC02a_c_001.wav,,,,chie,,14,,,,,...... +154000 ,,,,,,,少年A,Boy A,,,,,chie,,14,,,,,Chii is 'pee Chii' because she peed herself! +154100 ,,,,,,,,,,,,,chie,,14,,,,,Ah... it seems they're still talking about yesterday's\naccident. +154200 ,,,,,,,,,,,,,chie,,14,,,,,"Well, boys do like those kinds of rumors, and sometimes they\nstick until graduation." +154300 ,,,,,,,,,,,,,chie,,14,,,,,"I feel sorry for Chii-chan, so even though it's a bit\nimmature, I should say something." +154400 ,,,,,,,甜花,Tenka,102_SC02a_t_001.wav,komako,,30,,,,tenka,,10,,"If you say any more, I'll hit you!" +154500 ,,,,,,,コマコ,Komako,102_SC02a_k_001.wav,komako,,30,,,,tenka,,10,,I won't forgive you if you bully Chii-chan. +154600 ,,,,,,,少年A,Boy A,,komako,,30,,,,tenka,,10,,Hmph! I'm not scared of girls! +154700 ,,,,,,,少年B,Boy B,,komako,,30,,,,tenka,,10,,Go ahead and hit us! We'll tell the teacher! +154800 ,,,,,,,甜花,Tenka,102_SC02a_t_002.wav,komako,,30,,,,tenka,,10,,You guys...! +154900 ,,,,,,,コマコ,Komako,102_SC02a_k_002.wav,komako,,27,,,,tenka,,10,,...... +155000 ,,,,,,,,,,komako,,27,,,,tenka,,10,,Tenka-chan and Komako-chan's hands are trembling with anger. +155100 ,,,,,,,,,,komako,,27,,,,tenka,,10,,"It's a tense situation, like they're about to jump at any\nmoment." +155200 ,,,,,,,,,,komako,,27,,,,tenka,,10,,"But the first one to move was," +155300 ,,,,,,,千恵,Chie,102_SC02a_c_002.wav,,,,chie,,13,,,,,"...Koma-chan, Tenka-chan, it's almost time for gymnastics,\nright?" +155400 ,,,,,,,,,,,,,chie,,13,,,,,Chii-chan. +155500 ,,,,,,,甜花,Tenka,102_SC02a_t_003.wav,komako,,3,,,,tenka,,3,,"Huh? Uh, yeah." +155600 ,,,,,,,コマコ,Komako,102_SC02a_k_003.wav,komako,,3,,,,tenka,,3,,Chii-chan... +155700 ,,,,,,,少年A,Boy A,,,,,,,,,,,,What's this? Are you running away? +155800 ,,,,,,,,,,,,,,,,,,,,"Chii-chan smiles her usual cute smile, as if she doesn't\ncare at all." +155900 ,,,,,,,千恵,Chie,102_SC02a_c_003.wav,,,,"chieL,private",,20,,,,,Chii-chan is totally fine with being told that. +156000 ,,,,,,,少年B,Boy B,,,,,chieL,,20,,,,,Huh? You were crying before. +156100 ,,,,,,,千恵,Chie,102_SC02a_c_004.wav,,,,chieL,,20,,,,,"I cried that time because I peed, but I'm not crying today." +156200 ,,,,,,,千恵,Chie,102_SC02a_c_005.wav,,,,chieL,,0,,,,,Being told something like that doesn't bother Chii-chan at\nall. +156300 ,,,,,,,少年A,Boy A,,,,,chieL,,0,,,,,"Come on, cry!" +156400 ,,,,,,,千恵,Chie,102_SC02a_c_006.wav,,,,chieL,,38,,,,,I won't cry! Oi-chan said that everyone has accidents\nsometimes. +156500 ,,,,,,,千恵,Chie,102_SC02a_c_007.wav,,,,chieL,,38,,,,,"Besides, boys must have had white bedwetting incidents too." +156600 ,,,,,,,少年A,Boy A,,,,,chieL,,38,,,,,N-no way! Not that! +156700 ,,,,,,,少年B,Boy B,,,,,chieL,,38,,,,,Huh? What's that? I've never had white bedwetting. +156800 ,,,,,,,少年A,Boy A,,,,,chieL,,38,,,,,...... +156900 ,,,,,,,,,,,,,,,,,,,,"Yes, yes, it's okay, young man. Every boy experiences it\nsomeday." +157000 ,,,,,,,,,,,,,,,,,,,,And it seems like one of them already has. +157100 ,,,,,,,少年A,Boy A,,,,,,,,,,,,But it doesn't change the fact that Chii wet herself! +157200 ,,,,,,,甜花,Tenka,102_SC02a_t_004.wav,komako,,10,,,,tenka,,10,,"Hey, enough already!" +157300 ,,,,,,,コマコ,Komako,102_SC02a_k_004.wav,komako,,10,,,,tenka,,10,,"...If you say bad things about Chii-chan, I'll really get\nangry this time." +157400 ,,,,,,,千恵,Chie,102_SC02a_c_008.wav,komako,,10,chie,,21,tenka,,10,,"Koma-chan and Tenka-chan, it's okay now... Chii-chan is\nfine, okay?" +157500 ,,,,,,,甜花,Tenka,102_SC02a_t_005.wav,komako,,29,chie,,21,tenka,,9,,But... +157600 ,,,,,,,コマコ,Komako,102_SC02a_k_005.wav,komako,,29,chie,,21,tenka,,9,,... +157800 ,,,5,,,,,,,,,,,,,,,,,"......Well, I guess I don't need to step in." +157900 ,,,,,,,,,,,,,,,,,,,,"Chii-chan can speak up for herself, and she has friends who\nwill stand by her, so it's not my place." +158000 ,,,,,,,,,,,,,,,,,,,,"As an adult, I should just..." +158100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright! It's about time, so let's get in line." +158200 ,,,,,,,千恵,Chie,102_SC02a_c_009.wav,,,,chie,,4,,,,,Ah! Uncle! Good morning! +158300 ,,,,,,,主人公,Kiyoshi,,,,,chie,,4,,,,,"Yeah, good morning." +158400 ,,,,,,,,,,,,,chie,,34,,,,,"Chii-chan greeted cheerfully, but when she looked at me, her\neyes were slightly teary." +158500 ,,,,,,,,,,,,,chie,,34,,,,,"I guess she was just putting on a brave face, but it must\nhave bothered her a bit." +158600 ,,,,,,,,,,,,,chieL,,34,,,,,I approached Chii-chan and whispered softly so no one else\ncould hear. +158700 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,34,,,,,You did well. You were brave not to cry. +158800 ,,,,,,,千恵,Chie,102_SC02a_c_010.wav,,,,chieL,,14,,,,,...Yeah... Chii-chan did her best. +158900 ,,,,,,,千恵,Chie,102_SC02a_c_011.wav,,,,chieL,,14,,,,,........Uncle... thank you. +159000 ,,,,,,,,,,,,,chieL,,14,,,,,"Ah, ah... tears are about to overflow from her eyes." +159100 ,,,,,,,,,,,,,chieL,,14,,,,,"Well, as a small consideration," +159200 ,,,,,,,主人公,Kiyoshi,,,,,chieL,,14,,,,,"Chii-chan, I don't really get the exercises, so could you\ncome in front of me and show me?" +159300 ,,,,,,,千恵,Chie,102_SC02a_c_012.wav,,,,chieL,,13,,,,,"Eh~? Uncle, you're hopeless~" +159400 ,,,,,,,,,,,,,chieL,,13,,,,,I placed her there so no one could see her about to cry. +159600 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,"Alright, is there anyone who hasn't gotten their stamp? See\nyou tomorrow then." +159700 ,,,,,,,,,,,,,,,,,,,,"The radio exercises ended, and the children scattered back\nto their homes." +159800 ,,,,,,,,,,,,,,,,,,,,And the ones who remained were. +159900 ,,,,,,,コマコ,Komako,102_SC02a_k_006.wav,komako,,0,,,,,,,,"Good morning, Uncle." +160000 ,,,,,,,甜花,Tenka,102_SC02a_t_006.wav,komako,,0,,,,tenka,,10,,"Uncle, you're late." +160100 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,tenka,,10,,"Ahaha, good morning to both of you." +160200 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,tenka,,10,,"So, what do you mean by being late?" +160300 ,,,,,,,甜花,Tenka,102_SC02a_t_007.wav,komako,,0,,,,tenka,,9,,"Well, there was a boy saying bad things about Chii, and I\nthought you could say something to him." +160400 ,,,,,,,千恵,Chie,102_SC02a_c_013.wav,,,,chie,,1,,,,,"Ahaha, it's okay even if Uncle isn't there." +160500 ,,,,,,,,,,,,,chie,,1,,,,,"Hmm, that makes me feel a bit lonely." +160600 ,,,,,,,主人公,Kiyoshi,,,,,chie,,1,,,,,"Well, thank you both anyway." +160700 ,,,,,,,甜花,Tenka,102_SC02a_t_008.wav,komako,,3,,,,tenka,,3,,...? +160800 ,,,,,,,コマコ,Komako,102_SC02a_k_007.wav,komako,,3,,,,tenka,,3,,What do you mean? +160900 ,,,,,,,主人公,Kiyoshi,,komako,,3,,,,tenka,,3,,"Huh? You two were protecting Chii-chan, right? That's why." +161000 ,,,,,,,甜花,Tenka,102_SC02a_t_009.wav,komako,,23,,,,tenka,,23,,...We just protected her because we're Chii's friends. +161100 ,,,,,,,コマコ,Komako,102_SC02a_k_008.wav,komako,,23,,,,tenka,,23,,"Yeah, so why is Uncle thanking us?" +161200 ,,,,,,,主人公,Kiyoshi,,komako,,23,,,,tenka,,23,,Huh? ...Now that you mention it. +161300 ,,,,,,,,,,komako,,23,,,,tenka,,23,,I wonder why? Is it like I'm saying 'thank you for taking\ncare of my child' in my mind? +161400 ,,,,,,,,,,komako,,23,,,,tenka,,23,,"...Hmm, I feel like I'm starting to look at Chii-chan with a\nfatherly gaze." +161500 ,,,,,,,,,,komako,,23,,,,tenka,,23,,"No, no! I'm a lolicon! It's not right to have paternal\nfeelings when I'm aroused by little girls!" +161600 ,,,,,,,千恵,Chie,102_SC02a_c_014.wav,,,,chie,,3,,,,,"...? What is it, Uncle?" +161700 ,,,,,,,主人公,Kiyoshi,,,,,chie,,3,,,,,"N-no, it's nothing. Shall we go home?" +161800 ,,,,,,,千恵,Chie,102_SC02a_c_015.wav,,,,chie,,1,,,,,Yeah. +162000 ,,,,121,,,コマコ,Komako,102_SC02a_k_009.wav,komako,,0,,,,tenka,,0,,"Well then, it's this way." +162100 ,,,,,,,甜花,Tenka,102_SC02a_t_010.wav,komako,,0,,,,tenka,,0,,I'm going this way. +162200 ,,,,,,,主人公,Kiyoshi,,komako,,0,,,,tenka,,0,,"I see, well, see you later, both of you." +162300 ,,,,,,,千恵,Chie,102_SC02a_c_016.wav,,,,chie,,1,,,,,"Komako-chan, Tenka-chan, see you later." +162400 ,,,,,,,,,,,,,chie,,1,,,,,Chii-chan waves her hand energetically. +162500 ,,,,,,,,,,,,,,,,,,,,"We parted ways with Komako-chan and Tenka- chan here, and I\nended up taking Chii-chan home." +162600 ,,,,,,,,,,,,,,,,,,,,"It's not that I'm favoring Chii-chan, but since she seemed\nabout to cry earlier, I was just a bit worried." +162700 ,,,,,,,千恵,Chie,102_SC02a_c_017.wav,chie,,21,,,,,,,,Ehehe~ I get to go home with Uncle~ +162800 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Hey now, it sounds like I live at Chii- chan's place too?" +162900 ,,,,,,,千恵,Chie,102_SC02a_c_018.wav,chieL,,20,,,,,,,,You should just live there~ +163000 ,,,,,,,主人公,Kiyoshi,,chieL,,20,,,,,,,,"Haha. Well, if I become Chii-chan's husband, maybe." +163100 ,,,,,,,,,,chieL,,20,,,,,,,,Grrrrr~~~~~~... +163200 ,,,,,,,千恵,Chie,102_SC02a_c_019.wav,chieL,,4,,,,,,,,"Ah, Uncle's stomach growled." +163300 ,,,,,,,主人公,Kiyoshi,,chieL,,4,,,,,,,,"Eh? W-well, it was early in the morning." +163400 ,,,,,,,,,,chieL,,4,,,,,,,,Grrr~~... +163500 ,,,,,,,主人公,Kiyoshi,,chieL,,4,,,,,,,,"Wait, Chii-chan's stomach is growling too!?" +163600 ,,,,,,,千恵,Chie,102_SC02a_c_020.wav,chieL,,13,,,,,,,,Ehehe~ Chii-chan is super hungry. +163700 ,,,,,,,千恵,Chie,102_SC02a_c_021.wav,chieL,,7,,,,,,,,Ah... umm... +163800 ,,,,,,,主人公,Kiyoshi,,chieL,,7,,,,,,,,...? +163900 ,,,,,,,,,,chieL,,7,,,,,,,,She has a serious look on her face. ...I wonder what she's\nthinking. +164000 ,,,,,,,千恵,Chie,102_SC02a_c_022.wav,chieL,,33,,,,,,,,"Uncle, do you have breakfast at your place?" +164100 ,,,,,,,主人公,Kiyoshi,,chieL,,33,,,,,,,,"Eh? No, unfortunately, I haven't prepared anything. Oh, you\nwere planning to eat at my place, weren't you?" +164200 ,,,,,,,千恵,Chie,102_SC02a_c_023.wav,chieL,,34,,,,,,,,Nope. +164300 ,,,,,,,主人公,Kiyoshi,,chieL,,34,,,,,,,,Huh? Then why? +164400 ,,,,,,,千恵,Chie,102_SC02a_c_024.wav,chieL,,21,,,,,,,,Fufufu~ It's still a secret from Uncle. +164500 ,,,,,,,,,,chieL,,21,,,,,,,,W-what could it be? +164700 ,,,,111,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Alright, we've arrived at Chii-chan's house." +164800 ,,,,,,,千恵,Chie,102_SC02a_c_025.wav,chie,,1,,,,,,,,"Yeah, thanks, Uncle." +164900 ,,,,,,,主人公,Kiyoshi,,chie,,1,,,,,,,,"Well then, see you, Chii-chan." +165000 ,,,,,,,,,,chie,,1,,,,,,,,Just as I was about to leave. +165100 ,,,,,,,千恵,Chie,102_SC02a_c_026.wav,chie,,4,,,,,,,,"Ah, Uncle, wait." +165200 ,,,,,,,主人公,Kiyoshi,,chie,,4,,,,,,,,Hm? +165300 ,,,,,,,,,,chie,,4,,,,,,,,"For some reason, Chii-chan stopped me." +165400 ,,,,,,,千恵,Chie,102_SC02a_c_027.wav,chieL,,20,,,,,,,,"Uncle, if you don't have breakfast, why don't you come eat\nat Chii-chan's place?" +165500 ,,,,,,,主人公,Kiyoshi,,chieL,,20,,,,,,,,Eh? Ehh!? That wouldn't be right! +165600 ,,,,,,,千恵,Chie,102_SC02a_c_028.wav,chieL,,23,,,,,,,,"But Uncle, you came to Chii-chan's place hungry and plan to\nmake food after you get home, right?" +165700 ,,,,,,,主人公,Kiyoshi,,chieL,,23,,,,,,,,That's true. +165800 ,,,,,,,千恵,Chie,102_SC02a_c_029.wav,chieL,,21,,,,,,,,Won't you faint from hunger? +165900 ,,,,,,,,,,chieL,,21,,,,,,,,"No... I don't think I'd faint, but..." +166000 ,,,,,,,,,,chieL,,21,,,,,,,,"However, preparing food afterward is certainly a hassle." +166100 ,,,,,,,,,,chieL,,21,,,,,,,,"If there was a convenience store nearby, it would be fine,\nbut the closest store around here is mine." +166200 ,,,,,,,,,,chieL,,21,,,,,,,,Thinking about that... this is really not good. +166300 ,,,,,,,主人公,Kiyoshi,,chieL,,21,,,,,,,,"No, no, it would be a bother to your mom too." +166400 ,,,,,,,千恵,Chie,102_SC02a_c_030.wav,chieL,,1,,,,,,,,It's fine! +166500 ,,,,,,,主人公,Kiyoshi,,chieL,,1,,,,,,,,It's not fine. +167600 ,,,,,,,千恵,Chie,102_SC02a_c_031.wav,chieL,,21,,,,,,,,"It's okay. Chii-chan eats a lot, so I'll share with you,\nUncle." +167700 ,,,,,,,主人公,Kiyoshi,,chieL,,21,,,,,,,,"No, that's not the point, you know?" +167800 ,,,,,,,千恵,Chie,102_SC02a_c_032.wav,chieL,,0,,,,,,,,Then I'll go ask mom! +167900 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Wait! Chii-chan!? +168100 ,,,6,111,,,,,,,,,,,,,,,,"In the end, I was treated to breakfast at Chii-chan's house\nand then went outside." +168200 ,,,,,,,優子,Yuuko,102_SC02a_y_000.wav,"yuko,private",,3,,,,,,,,"Um... today, Chie insisted..." +168300 ,,,,,,,主人公,Kiyoshi,,yuko,,3,,,,,,,,"N-no, I'm sorry for barging in so early..." +168400 ,,,,,,,主人公,Kiyoshi,,yuko,,3,,,,,,,,"The food was delicious. I live alone, so I usually eat pre-\nmade stuff..." +168500 ,,,,,,,優子,Yuuko,102_SC02a_y_001.wav,yuko,,0,,,,,,,,"No, no! If I knew you were coming, I could have prepared a\nbit better..." +168600 ,,,,,,,主人公,Kiyoshi,,yuko,,0,,,,,,,,"No, no, it was really delicious home-cooked food!" +168700 ,,,,,,,千恵,Chie,102_SC02a_c_033.wav,yuko,,0,chie,,1,,,,,"Uncle, my mom's good at cooking, right?" +168800 ,,,,,,,主人公,Kiyoshi,,yuko,,0,chie,,1,,,,,That's right. +168900 ,,,,,,,,,,yuko,,0,chie,,1,,,,,"Hearing me agree with Chii-chan, Yuuko-san looked a little\nembarrassed and lowered her gaze." +169000 ,,,,,,,千恵,Chie,102_SC02a_c_034.wav,yuko,,0,chie,,20,,,,,"Well then, I'm off to Uncle's place!" +169100 ,,,,,,,優子,Yuuko,102_SC02a_y_002.wav,yuko,,3,chie,,20,,,,,"Chii-chan, be a good girl today, okay?" +169200 ,,,,,,,千恵,Chie,102_SC02a_c_035.wav,yuko,,3,chie,,21,,,,,Okay! +169300 ,,,,,,,主人公,Kiyoshi,,yuko,,3,chie,,21,,,,,Thank you for the meal today. Sorry for intruding! +169400 ,,,,,,,,,,,,,,,,,,,,I bowed my head and left Chii-chan's house. +169500 ,,,0,9001,,,,,,,,,,,,,,,, +169900 ,@103_SC02b,,,,,,,,,,,,,,,,,,, +170200 ,,,,,,,,,,,,,,,,,,,, +170300 ,,,8,11,,,主人公,Kiyoshi,,,,,,,,,,,,Yawn... +170400 ,,,,,,,,,,,,,,,,,,,,"Even though it's well past noon, I'm still sleepy..." +170500 ,,,,,,,,,,,,,,,,,,,,I had to do radio exercises early in the morning. +170600 ,,,,,,,,,,,,,,,,,,,,"I thought I'd take a nap after getting back, but I ended up\ngoing to Chii-chan's house..." +170700 ,,,,,,,,,,,,,,,,,,,,And having lunch with Chii-chan's mom... it made me nervous\nin many ways. +170800 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,... +170900 ,,"",,,,,,,,,,,,,,,,,,"The customers have stopped coming, and the three of them are\nnapping... maybe I'll join them." +171000 ,,,,,,,,,,,,,,,,,,,,"...Well, Tenka-chan might not like it though." +171100 ,,,,,,,主人公,Kiyoshi,,,,,,,,,,,,Yawn... maybe I'll close the shop early today. +171200 ,,,,,,,千恵,Chie,103_SC02b_c_000.wav,"chieL,private",,3,,,,,,,,"Uncle, are you sleepy?" +171300 ,,,,,,,主人公,Kiyoshi,,chieL,,3,,,,,,,,"Oh? Chii-chan, weren't you taking a nap?" +171400 ,,,,,,,千恵,Chie,103_SC02b_c_001.wav,"chie,private",,5,,,,,,,,"Hmm, I was trying to sleep while talking, but Komako-chan\nand Tenka-chan fell asleep first." +171500 ,,,,,,,主人公,Kiyoshi,,chie,,5,,,,,,,,I see. They must have been really sleepy. +171600 ,,,,,,,千恵,Chie,103_SC02b_c_002.wav,chie,,23,,,,,,,,"Uncle, you look sleepy too." +171700 ,,,,,,,主人公,Kiyoshi,,chie,,23,,,,,,,,Thanks to the radio exercise duty. I never wake up that\nearly. +171800 ,,,,,,,千恵,Chie,103_SC02b_c_003.wav,chie,,24,,,,,,,,"Really? Uncle, you sleep in too much. Chii- chan and the\nothers go to radio exercises every day." +171900 ,,,,,,,主人公,Kiyoshi,,chie,,24,,,,,,,,"But in exchange, all three of you take naps, right?" +172000 ,,,,,,,千恵,Chie,103_SC02b_c_004.wav,chie,,13,,,,,,,,"Oh, I see!" +172100 ,,,,,,,,,,chie,,13,,,,,,,,"Chii-chan said that with a childlike, innocent smile." +172200 ,,,,,,,,,,chie,,13,,,,,,,,Hmm... seeing that face makes me feel like my paternal\ninstincts are awakening. +172300 ,,,,,,,,,,chie,,13,,,,,,,,Having impure thoughts about such a child makes me feel like\nnothing but a pervert. +172400 ,,,,,,,千恵,Chie,103_SC02b_c_005.wav,chie,,3,,,,,,,,"Ah! Then, do you want to take a nap with Chii-chan too,\nUncle?" +172500 ,,,,,,,主人公,Kiyoshi,,chie,,3,,,,,,,,I-Is that okay!? I might hug you in my sleep! +172600 ,,,,,,,,,,chie,,3,,,,,,,,"...Well, I am a pervert, so I do have those feelings!" +172700 ,,,,,,,千恵,Chie,103_SC02b_c_006.wav,chie,,5,,,,,,,,Eh~? I don't like being hot though. +172800 ,,,,,,,千恵,Chie,103_SC02b_c_007.wav,chie,,21,,,,,,,,"But Chii-chan is a restless sleeper too, so I might end up\nsnuggling, and it's fine." +172900 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,Is that so? Then shall we sleep together? +173000 ,,,,,,,千恵,Chie,103_SC02b_c_008.wav,chie,,1,,,,,,,,Yeah! +173100 ,,,,,,,,,,chie,,1,,,,,,,,"Wow, they say the early bird catches the worm, but I didn't\nexpect such a surprise!" +173200 ,,,,,,,,,,chie,,1,,,,,,,,Maybe I'll start waking up early from tomorrow. +173400 ,,,,31,,,千恵,Chie,103_SC02b_c_009.wav,chie,,21,,,,,,,,"Then, Uncle, you can sleep here." +173500 ,,,,,,,主人公,Kiyoshi,,chie,,21,,,,,,,,"Oh, can I take the spot next to Chii-chan?" +173600 ,,,,,,,千恵,Chie,103_SC02b_c_010.wav,chie,,1,,,,,,,,Yeah! It's fine. +173700 ,,,,,,,,,,chie,,1,,,,,,,,"Chii-chan said happily, patting the spot next to her." +173800 ,,,,,,,,,,chie,,1,,,,,,,,"As I lay down there, the sweet scent unique to little girls\ntickled my nose." +173900 ,,,,,,,,,,chie,,1,,,,,,,,"Ah, this is nice. Well, as her husband, I do have the right\nto do this." +174000 ,,,,,,,主人公,,,chie,,1,,,,,,,,Ah... Uncle might fall asleep right away. +174100 ,,,,,,,千恵,Chie,103_SC02b_c_011.wav,chie,,5,,,,,,,,"Hey, let's talk, okay? It's not often I get to sleep with\nUncle." +174200 ,,,,,,,主人公,,,chie,,5,,,,,,,,"Hmm, I can do this for you anytime, you know?" +174300 ,,,,,,,千恵,Chie,103_SC02b_c_012.wav,chie,,1,,,,,,,,Really! Yay~~~! +174400 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Haha, are you that happy?" +174500 ,,,,,,,千恵,Chie,103_SC02b_c_013.wav,chie,,21,,,,,,,,Yeah! +174600 ,,,,,,,,,,chie,,21,,,,,,,,"Hmm, I'm really loved, aren't I?" +174700 ,,,,,,,主人公,,,chie,,21,,,,,,,,"Then, shall we talk a little?" +174800 ,,,,,,,千恵,Chie,103_SC02b_c_014.wav,chieL,,3,,,,,,,,"Hey, Uncle. There's something I want to ask you." +174900 ,,,,,,,主人公,,,chieL,,3,,,,,,,,Hmm? What is it? +175000 ,,,,,,,,,,chieL,,3,,,,,,,,Chii-chan showed a slightly nervous expression and opened\nher mouth. +175100 ,,,,,,,千恵,Chie,103_SC02b_c_015.wav,chieL,,23,,,,,,,,"Uncle, did you like Mom's cooking?" +175200 ,,,,,,,主人公,,,chieL,,23,,,,,,,,"Hmm? Y-yeah, of course it was delicious." +175300 ,,,,,,,千恵,Chie,103_SC02b_c_016.wav,chieL,,0,,,,,,,,"Do you think Mom is pretty, Uncle?" +175400 ,,,,,,,主人公,,,chieL,,0,,,,,,,,"Eh? Uh... yeah, I thought she was a beautiful person." +175500 ,,,,,,,,,,chieL,,0,,,,,,,,Then Chii-chan had an incredibly big smile. +175600 ,,,,,,,,,,chieL,,0,,,,,,,,And what she said next was... +175700 ,,,,,,,千恵,Chie,103_SC02b_c_017.wav,chieL,,1,,,,,,,,I see~! Then Uncle should marry Mom~ +175800 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"Pfft! What are you suddenly saying, Chii- chan?" +175900 ,,,,,,,,,,chieL,,1,,,,,,,,I couldn't help but chuckle at the unexpected words. +176000 ,,,,,,,,,,chieL,,1,,,,,,,,"...Well, it's true... she's beautiful and cute... and age-\nwise, it would be more natural." +176100 ,,,,,,,,,,chieL,,1,,,,,,,,"No, no, no... I'm Chii-chan's husband!" +176200 ,,,,,,,主人公,,,chieL,,1,,,,,,,,Chii-chan... marriage isn't something you can do so easily. +176300 ,,,,,,,千恵,Chie,103_SC02b_c_018.wav,chieL,,23,,,,,,,,"But Uncle became Chii-chan's husband right away, didn't you?" +176400 ,,,,,,,主人公,,,chieL,,23,,,,,,,,"W-Well, yeah." +176500 ,,,,,,,主人公,,,chieL,,23,,,,,,,,"But, there's also your mom's feelings to consider." +176600 ,,,,,,,千恵,Chie,103_SC02b_c_019.wav,chieL,,21,,,,,,,,"It's okay! When I asked Mom, she turned all red." +176700 ,,,,,,,,,,chieL,,21,,,,,,,,W-What kind of things are you asking!? +176800 ,,,,,,,主人公,,,chieL,,21,,,,,,,,Um... did you invite your mom today to set her up with your\nuncle? +176900 ,,,,,,,千恵,Chie,103_SC02b_c_020.wav,chieL,,13,,,,,,,,Ehehe~. Yes. +177000 ,,,,,,,主人公,,,chieL,,13,,,,,,,,It's not 'ehehe.' I was really surprised by what happened\nall of a sudden. +177100 ,,,,,,,千恵,Chie,103_SC02b_c_021.wav,chieL,,20,,,,,,,,"Sorry, Uncle." +177200 ,,,,,,,千恵,Chie,103_SC02b_c_022.wav,chieL,,20,,,,,,,,But Chii-chan would be really happy if Uncle became Uncle. +177300 ,,,,,,,千恵,Chie,103_SC02b_c_023.wav,chieL,,20,,,,,,,,You protected me today too... +177400 ,,,,,,,主人公,,,chieL,,20,,,,,,,,... +177500 ,,,,,,,,,,,,,,,,,,,,"...Hmm, I wonder if Chii-chan sees me as a potential father." +177600 ,,,,,,,,,,,,,,,,,,,,"Well, that doesn't mean I'm going to give up the current\nsituation." +177700 ,,,,,,,主人公,,,chieL,,0,,,,,,,,"...But the one I like is Chii-chan, you know?" +177800 ,,,,,,,主人公,,,chieL,,0,,,,,,,,"When I'm with Chii-chan, I feel more like your boyfriend\nthan your father." +177900 ,,,,,,,主人公,,,chieL,,0,,,,,,,,Is that not okay? +178000 ,,,,,,,千恵,Chie,103_SC02b_c_024.wav,chieL,,13,,,,,,,,Hmm... it's not bad. Chii-chan likes Uncle too... +178100 ,,,,,,,主人公,,,chieL,,13,,,,,,,,Huh? +178200 ,,,,,,,千恵,Chie,103_SC02b_c_025.wav,chieL,,13,,,,,,,,"Hmm? Chii-chan likes Uncle too, you know? When we're like\nthis, my heart starts racing." +178300 ,,,,,,,主人公,,,chieL,,13,,,,,,,,R-Really? +178400 ,,,,,,,,,,chieL,,13,,,,,,,,"Oh, I feel like it's the first time she's said she likes me\nin that way." +178500 ,,,,,,,,,,chieL,,13,,,,,,,,"Up until now, Chii-chan and I have been friends or I've been\nlike a father figure to her." +178600 ,,,,,,,千恵,Chie,103_SC02b_c_026.wav,chieL,,4,,,,,,,,"Ah! Uncle, your face is turning red." +178700 ,,,,,,,主人公,,,chieL,,4,,,,,,,,Ugh... It's embarrassing. +178800 ,,,,,,,主人公,,,chieL,,4,,,,,,,,"But I'm happy. When I think about Chii-chan, my heart races\nand I get in a naughty mood." +178900 ,,,,,,,千恵,Chie,103_SC02b_c_027.wav,chieL,,2,,,,,,,,Chii-chan also sometimes feels strange when thinking about\nUncle. +179000 ,,,,,,,千恵,Chie,103_SC02b_c_028.wav,chieL,,2,,,,,,,,"Even now, my crotch feels all slippery and my breasts are\ntingling." +179100 ,,,,,,,,,,chieL,,2,,,,,,,,Oh wow! That's exciting! +179200 ,,,,,,,,,,chieL,,2,,,,,,,,Chii-chan is steadily becoming more lewd. +179300 ,,,,,,,,,,chieL,,2,,,,,,,,"And to confess it so honestly, I'm looking forward to the\nfuture." +179400 ,,,,,,,主人公,,,chieL,,2,,,,,,,,That means Chii-chan is feeling naughty. +179500 ,,,,,,,千恵,Chie,103_SC02b_c_029.wav,chie,,22,,,,,,,,"I see. By the way, when Chii-chan did naughty things with\nUncle, I was happy." +179600 ,,,,,,,主人公,,,chie,,22,,,,,,,,Me too. That must mean we like each other. +179700 ,,,,,,,千恵,Chie,103_SC02b_c_030.wav,chie,,2,,,,,,,,"Yeah, probably so." +179800 ,,,,,,,主人公,,,chie,,2,,,,,,,,Hearing you say that makes becoming your groom worth it. +179900 ,,,,,,,千恵,Chie,103_SC02b_c_031.wav,chie,,13,,,,,,,,"Ehehe, thank you." +180000 ,,,,,,,,,,chie,,13,,,,,,,,"Saying that, Chii-chan beams with a full smile. Ah, she's\nreally cute." +180100 ,,,,,,,主人公,,,chie,,13,,,,,,,,"Hey, why don't you try touching Uncle's too?" +180200 ,,,,,,,千恵,Chie,103_SC02b_c_032.wav,chie,,4,,,,,,,,"Okay. ...Wow, Uncle's cock is getting hard." +180300 ,,,,,,,主人公,,,chie,,4,,,,,,,,That's because Uncle likes Chii-chan too. +180400 ,,,,,,,千恵,Chie,103_SC02b_c_033.wav,chie,,13,,,,,,,,Ehehe~ +180500 ,,,,,,,主人公,,,chie,,13,,,,,,,,"Alright, then why don't we do something naughty together,\nUncle and Chii-chan?" +180600 ,,,,,,,千恵,Chie,103_SC02b_c_034.wav,chie,,2,,,,,,,,Eh~? +180700 ,,,,,,,,,,chie,,2,,,,,,,,"She says that, but there's no sign of her being\nuncomfortable even when we're close." +180800 ,,,,,,,,,,chie,,2,,,,,,,,I move around a bit and slip my hand inside Chii-chan's\nclothes. +180900 ,,,,,,,,,,chie,,2,,,,,,,,"Then, I place my hand right on her slit." +181000 ,,,,,,,,,,chie,,2,,,,,,,,--Slippery. +181100 ,,,,,,,,,,chie,,2,,,,,,,,"Oh, it's hot and wet! It's really slippery!" +181200 ,,,,,,,千恵,Chie,103_SC02b_c_035.wav,chie,,4,,,,,,,,"Ah... Uncle, don't touch me suddenly. It surprises me, you\nknow?" +181300 ,,,,,,,主人公,,,chie,,4,,,,,,,,"Then, Chii-chan, I'll touch your pussy, okay?" +181400 ,,,,,,,千恵,Chie,103_SC02b_c_036.wav,chie,,6,,,,,,,,"Eh~, you're slow~" +181500 ,,,,,,,,,,chie,,6,,,,,,,,"Even as she says that, she lets out a light smile." +181600 ,,,,,,,,,,chie,,6,,,,,,,,"Ever since the painless experience last time, she doesn't\nseem to mind at all." +181700 ,,,,,,,,,,chie,,6,,,,,,,,I guess she doesn't dislike this kind of thing in the first\nplace. +181800 ,,,,,,,主人公,,,chie,,6,,,,,,,,"Then, Chii-chan. If you're wet, should I just put it in?" +181900 ,,,,,,,千恵,Chie,103_SC02b_c_037.wav,chie,,22,,,,,,,,Eh~? But Komako-chan and Tenka-chan are sleeping. +182000 ,,,,,,,主人公,,,chie,,22,,,,,,,,"It's okay, as long as Chii-chan doesn't make a loud noise." +182100 ,,,,,,,千恵,Chie,103_SC02b_c_038.wav,chie,,2,,,,,,,,Uuu~... I wonder if I can do it~ +182200 ,,,,,,,,,,chie,,2,,,,,,,,"Well, it would be a problem if she couldn't. Mainly for me." +182300 ,,,,,,,,,,chie,,2,,,,,,,,If Komako-chan finds out I'm doing it with Chii-chan...\nthings could get really messy. +182400 ,,,,,,,,,,chie,,2,,,,,,,,"You might say I should stop, but situations like this are\nwhat make it exciting!" +182500 ,,,,,,,主人公,,,chie,,2,,,,,,,,"Then, Chii-chan. I'll put it in your pussy now." +182600 ,,,,,,,千恵,Chie,103_SC02b_c_039.wav,chie,,13,,,,,,,,Yeah... Chii-chan will try not to make a sound... nngh! +182800 ,,,10,,1220000,,,,,,,,,,,,,,, +182900 ,*mem,,,,1220000,,,,,,,,,,,,,,, +183000 ,,,10,,1220000,,,,,,,,,,,,,,,"Before Chii-chan could respond, I slowly entered her tight\npussy." +183100 ,,,,,1220000,,千恵,Chie,103_SC02b_c_040.wav,chie,,0,,,,,,,,U-ugh... I made a sound. +183200 ,,,,,1220000,,主人公,,,,,,,,,,,,,Shh! +183300 ,,,,,1220000,,千恵,Chie,103_SC02b_c_041.wav,chie,,0,,,,,,,,"Yeah, shh, right." +183400 ,,,,,1220000,,,,,,,,,,,,,,,"I thrust my hips forward, letting the head go in." +183500 ,,,,,1220000,,,,,,,,,,,,,,,"Ugh! The first time was a tight pussy, the second time was\nloosened with a vibrator." +183600 ,,,,,1220000,,,,,,,,,,,,,,,"And this time, it's a moderately wet tight pussy getting\nused to sex." +183700 ,,,,,1220000,,,,,,,,,,,,,,,"Hehe, it's wrapping around and squeezing, feeling really\ngood." +183800 ,,,,,1220000,,主人公,,,,,,,,,,,,,"Then, I'll move a little, okay?" +183900 ,,,,,1220000,,千恵,Chie,103_SC02b_c_042.wav,chie,,0,,,,,,,,Yeah... haah! Nngh... fuu...! Haan! Uncle's... moving. +184000 ,,,,,1220000,,,,,,,,,,,,,,,"I slowly pushed my hips forward, parting the soft pussy\nflesh." +184100 ,,,,,1220000,,主人公,,,,,,,,,,,,,"Gah...! It's tight yet slippery, it feels so good." +184200 ,,,,,1220000,,千恵,Chie,103_SC02b_c_043.wav,chie,,0,,,,,,,,Haa... ahh... Uncle's! All the way... it's going in deep! +184300 ,,,,,1220000,,主人公,,,,,,,,,,,,,"Chii-chan, are you okay? Does it still hurt?" +184400 ,,,,,1220000,,千恵,Chie,103_SC02b_c_044.wav,chie,,0,,,,,,,,It doesn't hurt anymore... but it's a little tight. +184500 ,,,,,1220000,,,,,,,,,,,,,,,"Chii-chan clung tightly to my body, letting out soft\nbreaths." +184600 ,,,,,1220000,,,,,,,,,,,,,,,She looks a bit uncomfortable. +184700 ,,,,,1220000,,千恵,Chie,103_SC02b_c_045.wav,chie,,0,,,,,,,,"Nngh, fuu, ahh...! ...Haa, haa." +184800 ,,,,,1220000,,,,,,,,,,,,,,,"Even so, she's enduring it and gradually catching her\nbreath." +184900 ,,,,,1220000,,千恵,Chie,103_SC02b_c_046.wav,chie,,0,,,,,,,,"Uncle... if you move like this, I'll end up making noise." +185000 ,,,,,1220000,,主人公,,,,,,,,,,,,,"Hmm, then Komako-chan and Tenka-chan might hear us." +185100 ,,,,,1220000,,千恵,Chie,103_SC02b_c_047.wav,chie,,0,,,,,,,,That would be bad. +185200 ,,,,,1220000,,主人公,,,,,,,,,,,,,"Alright, how about Chii-chan tries moving instead?" +185300 ,,,,,1220000,,千恵,Chie,103_SC02b_c_048.wav,chie,,0,,,,,,,,"Hmm, I wonder if I can do it..." +185400 ,,,,,1220000,,主人公,,,,,,,,,,,,,It's okay. Just use my cock to stimulate the spots that feel\ngood for you. +185500 ,,,,,1220000,,千恵,Chie,103_SC02b_c_049.wav,chie,,0,,,,,,,,I see. I think I can do that! +185600 ,,,,,1220000,,主人公,,,,,,,,,,,,,"Then, shall we give it a try?" +185700 ,,,,,1220000,,千恵,Chie,103_SC02b_c_050.wav,chie,,0,,,,,,,,Yeah! +185900 ,,,,,1220000,,千恵,Chie,103_SC02b_c_051.wav,chie,,0,,,,,,,,Nn... nngh... nnn... Nnngh! +186000 ,,,,,1220000,,主人公,,,,,,,,,,,,,Ugh... oh! +186100 ,,,,,1220000,,,,,,,,,,,,,,,"Chii-chan's tight pussy squeezed my cock, rubbing against\nthe head." +186200 ,,,,,1220000,,,,,,,,,,,,,,,"Honestly, the overall stimulation on the shaft is weak, but\nthe head and ridge are being targeted, making it feel like a\nblowjob from her pussy." +186300 ,,,,,1220010,,千恵,Chie,103_SC02b_c_052.wav,chie,,0,,,,,,,,"Nn, nn, nn! Ah! This feels good... ahhh! ...Nnngh!" +186400 ,,,,,1220010,,主人公,,,,,,,,,,,,,"Oh, it feels good, Chii-chan. I can feel your pussy." +186500 ,,,,,1220010,,千恵,Chie,103_SC02b_c_053.wav,chie,,0,,,,,,,,"Really? Does it feel good, Oichan?" +186600 ,,,,,1220010,,千恵,Chie,103_SC02b_c_054.wav,chie,,0,,,,,,,,Will you cum from Chii-chan's pussy? +186700 ,,,,,1220010,,主人公,,,,,,,,,,,,,"Yeah, it feels good. But I won't cum just yet." +186800 ,,,,,1220010,,千恵,Chie,103_SC02b_c_055.wav,chie,,0,,,,,,,,"Then Chii-chan will try harder to make you feel good,\nOichan." +186900 ,,,,,1220010,,主人公,,,,,,,,,,,,,That would make me happy too. +187000 ,,,,,1220010,,千恵,Chie,103_SC02b_c_056.wav,chie,,0,,,,,,,,Yeah. +187100 ,,,,,1220010,,,,,,,,,,,,,,,"Hearing my words, Chii-chan slowly started moving her hips." +187200 ,,,,,1220010,,,,,,,,,,,,,,,"Little Chii-chan, moving her hips with my cock inside her\npussy... I can't help but wonder if such a sight is okay." +187300 ,,,,,1220010,,千恵,Chie,103_SC02b_c_057.wav,chie,,0,,,,,,,,Nn... if I move slowly... it seems like it might be okay. +187400 ,,,,,1220010,,主人公,,,,,,,,,,,,,"But if you make loud noises, we'll get noticed, so shh." +187500 ,,,,,1220010,,千恵,Chie,103_SC02b_c_058.wav,chie,,0,,,,,,,,"Okay, got it. ...Nngh, ah...! Ah! Haa... ahh! Oichan... is\nthis okay?" +187600 ,,,,,1220010,,,,,,,,,,,,,,,"Chii-chan pressed the walls of her pussy against the\nunderside of my cock, rubbing it." +187700 ,,,,,1220010,,,,,,,,,,,,,,,Ohhh! The sensation on the underside is something I've\nrarely experienced. +187800 ,,,,,1220010,,千恵,Chie,103_SC02b_c_059.wav,chie,,0,,,,,,,,"Ah, Oichan's... it's twitching...!" +187900 ,,,,,1220010,,主人公,,,,,,,,,,,,,Chii-chan's pussy is also hot and twitching. +188000 ,,,,,1220010,,,,,,,,,,,,,,,"The slippery walls of her pussy rubbed against my cock,\nsending waves of pleasure through me." +188100 ,,,,,1220010,,,,,,,,,,,,,,,The tightness of her pussy creates an incredible suction\nfeeling. +188200 ,,,,,1220010,,,,,,,,,,,,,,,"Every time Chii-chan lifts her hips, my cock is pulled in as\nif being sucked in." +188300 ,,,,,1220010,,千恵,Chie,103_SC02b_c_060.wav,chie,,0,,,,,,,,"Nn, faaah... nn... Is this good? Does it feel good like\nthis?" +188400 ,,,,,1220010,,主人公,,,,,,,,,,,,,"Yeah, it's good. I'm really happy Chii-chan is moving for\nme." +188500 ,,,,,1220010,,主人公,,,,,,,,,,,,,"But if you could go a little faster, that would be even\nbetter." +188600 ,,,,,1220010,,,,,,,,,,,,,,,"At this speed, it feels good but a bit frustrating. It seems\nlike it would take quite a while to finish." +188700 ,,,,,1220010,,,,,,,,,,,,,,,"If that happens, the two sleeping might wake up." +188800 ,,,,,1220010,,,,,,,,,,,,,,,"If we get caught, there's no way it would conveniently turn\ninto something with all four of us..." +188900 ,,,,,1220010,,主人公,,,,,,,,,,,,,"Chii-chan, can you do it?" +189000 ,,,,,1220010,,千恵,Chie,103_SC02b_c_061.wav,chie,,0,,,,,,,,I'll try my best. +189100 ,,,,,1220010,,主人公,,,,,,,,,,,,,"Well, you know, Oichan feels good at about this speed." +189200 ,,,,,1220010,,,,,,,,,,,,,,,"I move my hips gently, trying not to hurt Chii-chan too\nmuch." +189300 ,,,,,1220010,,千恵,Chie,103_SC02b_c_062.wav,chie,,0,,,,,,,,"Nn! O-Oichan... nn, nn... I-I got it... Chii-chan will do\nher best." +189500 ,,,,,1220020,,,,,,,,,,,,,,,She said that with a dreamy smile directed at me. +189600 ,,,,,1220020,,,,,,,,,,,,,,,Maybe Chii-chan is starting to feel good too. +189700 ,,,,,1220020,,千恵,Chie,103_SC02b_c_063.wav,chie,,0,,,,,,,,"Nn... Oichan... does it feel good? You know, Chii-chan, nn,\nnn, nn... it feels good." +189800 ,,,,,1220020,,千恵,Chie,103_SC02b_c_064.wav,chie,,0,,,,,,,,"From my pussy, nn! The juices are dripping... this comes out\nwhen it feels good, right?" +189900 ,,,,,1220020,,主人公,,,,,,,,,,,,,"That's right, Chii-chan, you remember well." +190000 ,,,,,1220020,,主人公,,,,,,,,,,,,,"Actually, Oichan also has some of that good feeling juice\ncoming out from his cock." +190100 ,,,,,1220020,,千恵,Chie,103_SC02b_c_065.wav,chie,,0,,,,,,,,"I see. So I should make Oichan's come out a lot, right?" +190200 ,,,,,1220020,,主人公,,,,,,,,,,,,,"That's right. When you do that, a really good feeling juice\ncomes out." +190300 ,,,,,1220020,,,,,,,,,,,,,,,"Since this is the third time we've done it, it seems like we\nhave the leeway to talk like this." +190400 ,,,,,1220020,,千恵,Chie,103_SC02b_c_066.wav,chie,,0,,,,,,,,Alright! +190500 ,,,,,1220020,,,,,,,,,,,,,,,Chii-chan gradually speeds up her movements on top of me. +190600 ,,,,,1220020,,主人公,,,,,,,,,,,,,"Ugh! Your pussy's movements are amazing! Chii-chan, you're\nso naughty!" +190700 ,,,,,1220020,,千恵,Chie,103_SC02b_c_067.wav,chie,,0,,,,,,,,"Hah, hah, hah, fuaaah... Is that so? Chii- chan is naughty?\nNn! Ah! Aaah!" +190800 ,,,,,1220020,,千恵,Chie,103_SC02b_c_068.wav,chie,,0,,,,,,,,"At school, nn! They say Chii-chan isn't very girly." +190900 ,,,,,1220020,,主人公,,,,,,,,,,,,,"But you're feeling good with my cock inside your pussy, so\nthat makes you a naughty girl." +191000 ,,,,,1220020,,千恵,Chie,103_SC02b_c_069.wav,chie,,0,,,,,,,,Hah! Nn! I see. But Chii-chan feels even better when Oichan\ndoes it than when I move myself. +191100 ,,,,,1220020,,主人公,,,,,,,,,,,,,Is that so? +191200 ,,,,,1220020,,千恵,Chie,103_SC02b_c_070.wav,chie,,0,,,,,,,,"Yeah, I think Oichan has a talent for being naughty." +191300 ,,,,,1220020,,主人公,,,,,,,,,,,,,Hearing that makes me happy. +191400 ,,,,,1220020,,千恵,Chie,103_SC02b_c_071.wav,chie,,0,,,,,,,,Oichan is amazing. +191500 ,,,,,1220020,,主人公,,,,,,,,,,,,,"Hehe, I'm doing my best too." +191600 ,,,,,1220020,,,,,,,,,,,,,,,... +191700 ,,,,,1220020,,,,,,,,,,,,,,,How does it feel to be praised for being naughty by such a\nsmall child? +191800 ,,,,,1220020,,,,,,,,,,,,,,,"Well, being naughty with a small child is already quite bad." +191900 ,,,,,1220020,,千恵,Chie,103_SC02b_c_072.wav,chie,,0,,,,,,,,"Then, Chii-chan will try hard to become even naughtier than\nOichan." +192000 ,,,,,1220020,,主人公,,,,,,,,,,,,,Oh? Ohhh! +192100 ,,,,,1220020,,,,,,,,,,,,,,,"Chii-chan is moving her hips back and forth, a bit clumsily\nbut earnestly, increasing her speed." +192200 ,,,,,1220020,,,,,,,,,,,,,,,"Ughhh! Her movements are rough, but the soft walls\nenveloping me create a random pleasure that overwhelms me." +192300 ,,,,,1220020,,,,,,,,,,,,,,,It feels good but frustrating! That's the sensation. +192400 ,,,,,1220020,,千恵,Chie,103_SC02b_c_073.wav,chie,,0,,,,,,,,"Fuaaa, uhn! H-how... Oichan... nnn! Does it feel good?" +192500 ,,,,,1220020,,主人公,,,,,,,,,,,,,"Yeah, it's tight and fast... it feels good!" +192600 ,,,,,1220020,,千恵,Chie,103_SC02b_c_074.wav,chie,,0,,,,,,,,"Nnn!? Eh, ehehe, I'm glad." +192700 ,,,,,1220020,,,,,,,,,,,,,,,"In the sensation of being squeezed, Chii- chan's movements\nforcibly push me back and forth." +192800 ,,,,,1220020,,,,,,,,,,,,,,,"Ugh! The friction is intense, it's an incredible\nstimulation." +192900 ,,,,,1220020,,,,,,,,,,,,,,,"But it's a bit frustrating, so I boldly thrust deeper into\nChii-chan." +193000 ,,,,,1220020,,,,,,,,,,,,,,,"As I hit the back of her vagina, feeling a bit of\nresistance, Chii-chan shudders with a twitch." +193100 ,,,,,1220020,,千恵,Chie,103_SC02b_c_075.wav,chie,,0,,,,,,,,"Fuwa!? ...O-Oichan... if you do that, I'll make noise." +193200 ,,,,,1220020,,主人公,,,,,,,,,,,,,"It's okay, both of them are sound asleep. Besides, this\nfeels better for me." +193300 ,,,,,1220020,,,,,,,,,,,,,,,"Saying that, I gently placed my finger on her clitoris." +193500 ,,,,,1220030,,千恵,Chie,103_SC02b_c_076.wav,chie,,0,,,,,,,,Nnn!? Fuwa... ahh...! Oichan! T-that feels good there. +193600 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Then, try rubbing yourself against it." +193700 ,,,,,1220030,,,,,,,,,,,,,,,I don't move my finger. It's just Chii-chan rubbing against\nit. +193800 ,,,,,1220030,,千恵,Chie,103_SC02b_c_077.wav,chie,,0,,,,,,,,"Yeah. ...Hafu, ku, fi...! Fu, ah... Ahhh. It feels good." +193900 ,,,,,1220030,,,,,,,,,,,,,,,It turns into a state where Chii-chan is masturbating using\nmy finger. +194000 ,,,,,1220030,,,,,,,,,,,,,,,"Chii-chan's pussy tightens repeatedly, and the stimulation\nkeeps getting stronger." +194100 ,,,,,1220030,,千恵,Chie,103_SC02b_c_078.wav,chie,,0,,,,,,,,"N-no! I'll make noise... Komachan and Tenkachan will hear\nme... Ah, ahhh...!" +194200 ,,,,,1220030,,千恵,Chie,103_SC02b_c_079.wav,chie,,0,,,,,,,,"Ah! Ah, ah, ahhhhhh! Oichan! It feels... good... here!" +194300 ,,,,,1220030,,,,,,,,,,,,,,,"As she gets used to the stimulation, the moisture inside\nChii-chan increases, and the wet sounds reach my ears." +194400 ,,,,,1220030,,,,,,,,,,,,,,,The finger I placed on her clitoris quickly becomes soaked. +194500 ,,,,,1220030,,千恵,Chie,103_SC02b_c_080.wav,chie,,0,,,,,,,,"Hah... hah... haaaah... un! Ah, ah, ahn! Naaah!" +194600 ,,,,,1220030,,,,,,,,,,,,,,,"Her voice is different from before, piercing through my\nhead. It becomes more and more erotic, and her face turns\nred." +194700 ,,,,,1220030,,,,,,,,,,,,,,,"And her hips move as if seeking me, swaying back and forth." +194800 ,,,,,1220030,,千恵,Chie,103_SC02b_c_081.wav,chie,,0,,,,,,,,"Ah, ah, ah! Haaaah! Oichan! Oichan! Chii- chan feels so\ngood!" +194900 ,,,,,1220030,,主人公,,,,,,,,,,,,,Kuh... kuu... fuu... +195000 ,,,,,1220030,,千恵,Chie,103_SC02b_c_082.wav,chie,,0,,,,,,,,...Nn! Ah! Ah! Ahhhhhh! My pussy is twitching! +195100 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Ugh, my dick is twitching inside Chii-chan's pussy too!" +195200 ,,,,,1220030,,,,,,,,,,,,,,,My cock thrashes around inside Chii-chan's belly as if\nstirring it up. +195300 ,,,,,1220030,,,,,,,,,,,,,,,"The slippery texture of her flesh becomes smoother, but her\npussy is so tight that my cock is caught wherever it goes." +195400 ,,,,,1220030,,,,,,,,,,,,,,,"No matter where my cock goes, the same incredible pleasure\nawaits, with no respite from her pussy." +195500 ,,,,,1220030,,主人公,,,,,,,,,,,,,Nnn! O-Oichan... it's getting intense! Chii- chan's pussy\nfeels amazing! +195600 ,,,,,1220030,,千恵,Chie,103_SC02b_c_083.wav,chie,,0,,,,,,,,Ch-Chii-chan too! Oichan's dick feels so good! My hips won't\nstop moving! +195700 ,,,,,1220030,,主人公,,,,,,,,,,,,,Uuuu! +195800 ,,,,,1220030,,,,,,,,,,,,,,,"Chii-chan's hips move, seeking pleasure with a jerking\nmotion." +195900 ,,,,,1220030,,,,,,,,,,,,,,,"My cock is relentlessly stroked inside her moving pussy.\nIt's as if my cock is being devoured by her pussy, hungrily\nengulfing it." +196000 ,,,,,1220030,,,,,,,,,,,,,,,"Then, Chii-chan's insides tighten repeatedly, signaling the\nlimit." +196100 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Hah, hah! Chii-chan, are you about to come?" +196200 ,,,,,1220030,,千恵,Chie,103_SC02b_c_084.wav,chie,,0,,,,,,,,"Nnn! No, no, I can't! Hauuu... ah, no, nnnnn!" +196300 ,,,,,1220030,,千恵,Chie,103_SC02b_c_085.wav,chie,,0,,,,,,,,"Fua, na, nnn, aaaaaah~! I-I'm about to come... Chii-chan\nfeels so good, my mind is going blank!" +196400 ,,,,,1220030,,,,,,,,,,,,,,,"As she says that, my cock is repeatedly sucked into her\npussy as if trying to swallow it." +196500 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Yeah, it's okay! Oichan is about to come too!" +196600 ,,,,,1220030,,千恵,Chie,103_SC02b_c_086.wav,chie,,0,,,,,,,,"Nkuu! Ah, fuuu... uyaah! Kuun! Hah, really?" +196700 ,,,,,1220030,,千恵,Chie,103_SC02b_c_087.wav,chie,,0,,,,,,,,"Ah! Aaaaah! Are you coming!? Oichan, are you coming too!?" +196800 ,,,,,1220030,,,,,,,,,,,,,,,"Chii-chan arches her body on top of me, convulsing like a\nseal." +196900 ,,,,,1220030,,,,,,,,,,,,,,,She's about to come any moment now! +197000 ,,,,,1220030,,,,,,,,,,,,,,,And at that moment. +197100 ,,,,,1220030,,甜花,Tenka,103_SC02b_t_000.wav,,,,,,,"tenka,private",,0,,...Nn... Nmm +197200 ,,,,,1220030,,主人公,,,,,,,,,,,,,"!? Oh no, Chii-chan! You have to keep your voice down, or\nTenka-chan might wake up!" +197300 ,,,,,1220030,,千恵,Chie,103_SC02b_c_088.wav,chie,,0,,,,,,,,B-but Chii-chan... is about to come... +197400 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Oichan too! But, just hold on a little longer." +197500 ,,,,,1220030,,千恵,Chie,103_SC02b_c_089.wav,chie,,0,,,,,,,,Faaa~! N! Ah! Ah! Oichan... faa! +197600 ,,,,,1220030,,千恵,Chie,103_SC02b_c_090.wav,chie,,0,,,,,,,,"Ch-Chii-chan, I can't hold back... my voice or coming...\nhaa, haa!" +197700 ,,,,,1220030,,,,,,,,,,,,,,,"Saying that, Chii-chan clings tightly to my body while\nmoving her hips." +197800 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Hang in there! Hang in there, Chii-chan." +197900 ,,,,,1220030,,千恵,Chie,103_SC02b_c_091.wav,chie,,0,,,,,,,,O-Oichan... Chii-chan wants to come! +198000 ,,,,,1220030,,主人公,,,,,,,,,,,,,"...It's okay, Chii-chan is a good girl, right?" +198100 ,,,,,1220030,,千恵,Chie,103_SC02b_c_092.wav,chie,,0,,,,,,,,U! Uuuu~~~~! Uuuuuu~~~~! +198200 ,,,,,1220030,,,,,,,,,,,,,,,Chii-chan is trying hard to stifle her moans and hold back\nfrom coming. +198300 ,,,,,1220030,,,,,,,,,,,,,,,"Hmm, even that sight is cute." +198400 ,,,,,1220030,,,,,,,,,,,,,,,"...Thinking that, the sense of guilt and her cuteness make\nmy cock react a little." +198500 ,,,,,1220030,,千恵,Chie,103_SC02b_c_093.wav,chie,,0,,,,,,,,"Ah, ah, ooooh... Haaaah... Nnn... Ahh... I'm... I'm\ncoming..." +198600 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Just a little longer, okay?" +198700 ,,,,,1220030,,千恵,Chie,103_SC02b_c_094.wav,chie,,0,,,,,,,,"Hnn, yeah... Hyah, ah, ah, ah! I got it... Ah! Ah!" +198800 ,,,,,1220030,,,,,,,,,,,,,,,"...At this rate, I don't know when Tenka-chan might wake up." +198900 ,,,,,1220030,,,,,,,,,,,,,,,Maybe it's better to finish this quickly? +199000 ,,,,,1220030,,主人公,,,,,,,,,,,,,Alright! +199100 ,,,,,1220030,,,,,,,,,,,,,,,"I thrust my hips to heighten the pleasure on my cock, making\nChii-chan bounce on top of me." +199200 ,,,,,1220030,,千恵,Chie,103_SC02b_c_095.wav,chie,,0,,,,,,,,Hafu... Nnnnn! Hah! Fuaaah... Ah! Oichan... it feels so\ngood! +199300 ,,,,,1220030,,千恵,Chie,103_SC02b_c_096.wav,chie,,0,,,,,,,,No! I'm gonna...! ...Fuwaaah! +199400 ,,,,,1220030,,,,,,,,,,,,,,,"I move my cock back and forth, making our hips collide." +199500 ,,,,,1220030,,千恵,Chie,103_SC02b_c_097.wav,chie,,0,,,,,,,,"Fwa, ah, ahhhh...! Haaaah... Ah! Ugh...! Oichan! Oichan!" +199600 ,,,,,1220030,,,,,,,,,,,,,,,"Overwhelmed by sudden pleasure, Chii-chan moves her body to\nescape the sensation, stimulating various spots." +199700 ,,,,,1220030,,,,,,,,,,,,,,,"Ugh... From inside my balls, semen is trying to flow into\nthe shaft like magma." +199800 ,,,,,1220030,,千恵,Chie,103_SC02b_c_098.wav,chie,,0,,,,,,,,"Hyauuun! ...Ahhh! No... Nnn, my voice is coming out!" +199900 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Chii-chan! Let's just come while holding back as much as we\ncan! If we get caught, I'll handle it!" +200000 ,,,,,1220030,,千恵,Chie,103_SC02b_c_099.wav,chie,,0,,,,,,,,"R-Really! Ah, ahhhh! Then Oichan, let's come quickly!\n...Hyuuu!" +200100 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Yeah! G-Good, Chii-chan... I'm about to come too!" +200200 ,,,,,1220030,,千恵,Chie,103_SC02b_c_100.wav,chie,,0,,,,,,,,"Oichan! Chii-chan, already!" +200300 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Ah, ah, ahhhhh!" +200400 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Ah, me too!" +200500 ,,,,,1220030,,,,,,,,,,,,,,,"My cock is ready to release semen into Chii- chan's pussy,\nand she seems to be at her limit too." +200600 ,,,,,1220030,,,,,,,,,,,,,,,"To reach the final climax, I move my hips quickly and lift\nChii-chan up." +200700 ,,,,,1220030,,千恵,Chie,103_SC02b_c_101.wav,chie,,0,,,,,,,,Ah! Fwaaaa! Oichan! Oichan!! +200800 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Chii-chan, Chii-chan! T-Together! Let's come together!" +200900 ,,,,,1220030,,千恵,Chie,103_SC02b_c_102.wav,chie,,0,,,,,,,,"Y-Yeah! You can release it, Oichan! Inside Chii-chan! You\ncan release lots of semen inside!" +201000 ,,,,,1220030,,主人公,,,,,,,,,,,,,"Kuuu, Chii-chan!" +201100 ,,,,,1220030,,千恵,Chie,103_SC02b_c_103.wav,chie,,0,,,,,,,,Fuun! Fwaaaaaaaaaah! +201400 ,,,,,1220040,,,,,,,,,,,,,,,Splat! Splat! Splurt splurt splurt! +201500 ,,,,,1220040,,,,,,,,,,,,,,,"Both Chii-chan and I release the pent-up pleasure all at\nonce, and my cock bursts out semen." +201600 ,,,,,1220040,,千恵,Chie,103_SC02b_c_104.wav,chie,,0,,,,,,,,Oichan! Fwaaaaaah...! Uah! Ahhh...! +201700 ,,,,,1220040,,,,,,,,,,,,,,,"On top of me, Chii-chan's body trembles as she squirts love\njuices, twitching." +201800 ,,,,,1220040,,,,,,,,,,,,,,,"With a dazed expression, she drools from her mouth, letting\nit fall onto my body." +201900 ,,,,,1220040,,千恵,Chie,103_SC02b_c_105.wav,chie,,0,,,,,,,,Agu... Fwa... It feels so good... Oichan. +202000 ,,,,,1220040,,主人公,,,,,,,,,,,,,"Ugh! M-Me too, Chii-chan." +202100 ,,,,,1220040,,,,,,,,,,,,,,,"Semen keeps coming out of my cock, but because her pussy is\nsmall, it has nowhere to go." +202200 ,,,,,1220040,,,,,,,,,,,,,,,"...It won't flow back and return to my cock, right?" +202400 ,,,,,1220050,,千恵,Chie,103_SC02b_c_106.wav,chie,,0,,,,,,,,"F-Fwaaa~... Inside, it's full... Oichan's... hot stuff... is\ninside." +202500 ,,,,,1220050,,,,,,,,,,,,,,,"Chii-chan's pussy keeps spasming, and my cock releases more\nsemen from the stimulation." +202600 ,,,,,1220050,,千恵,Chie,103_SC02b_c_107.wav,chie,,0,,,,,,,,Hnn... Nn... Fwaa... Haa... Haa... I'm so full... +202700 ,,,,,1220050,,主人公,,,,,,,,,,,,,F-Fufu! Uncle's cock is empty now. +202800 ,,,,,1220050,,千恵,Chie,103_SC02b_c_108.wav,chie,,0,,,,,,,,Ehehe~... Oichan. +202900 ,,,,,1220050,,,,,,,,,,,,,,,"With that smile, Chii-chan collapses onto my chest." +203000 ,,,,,1220050,,主人公,,,,,,,,,,,,,"...Hey, are you okay? Chii-chan." +203100 ,,,,,1220050,,千恵,Chie,103_SC02b_c_109.wav,chie,,0,,,,,,,,"Yeah. ...Hey, Oichan." +203200 ,,,,,1220050,,主人公,,,,,,,,,,,,,Hmm? What is it? +203300 ,,,,,1220050,,千恵,Chie,103_SC02b_c_110.wav,chie,,0,,,,,,,,Can I just fall asleep like this? +203400 ,,,,,1220050,,,,,,,,,,,,,,,"...Hmm, I wonder about that?" +203500 ,,,,,1220050,,,,,,,,,,,,,,,It would be a problem if Komako-chan or Tenka-chan woke up. +203600 ,,,,,1220050,,千恵,Chie,103_SC02b_c_111.wav,chie,,0,,,,,,,,...Is it not okay? +203700 ,,,,,1220050,,主人公,,,,,,,,,,,,,... +203800 ,,,,,1220050,,,,,,,,,,,,,,,I guess I have no choice. +203900 ,,,,,1220050,,主人公,,,,,,,,,,,,,"Alright, you can sleep like this." +204000 ,,,,,1220050,,千恵,Chie,103_SC02b_c_112.wav,chie,,0,,,,,,,,Really! +204100 ,,,,,1220050,,主人公,,,,,,,,,,,,,"But only until you fall asleep, okay? Then Uncle has to get\nback to work." +204200 ,,,,,1220050,,千恵,Chie,103_SC02b_c_113.wav,chie,,0,,,,,,,,Ehh... Then I won't sleep. +204300 ,,,,,1220050,,,,,,,,,,,,,,,"That's kind of counterproductive, though." +204400 ,,,,,1220050,,主人公,,,,,,,,,,,,,"Well, it's fine. You're tired from the fun, so get some\nrest." +204500 ,,,,,1220050,,千恵,Chie,103_SC02b_c_114.wav,chie,,0,,,,,,,,"...Yeah. Thanks, Oichan." +204600 ,,,,,1220050,,,,,,,,,,,,,,,"With that, Chii-chan let out cute little breaths and fell\nasleep." +204700 ,,,,,1220050,,千恵,Chie,103_SC02b_c_115.wav,chie,,0,,,,,,,,Suu... Suu... +204800 ,,,,,1220050,,主人公,,,,,,,,,,,,,... +204900 ,,,,,1220050,,,,,,,,,,,,,,,Chii-chan has a completely peaceful expression. +205000 ,,,,,1220050,,,,,,,,,,,,,,,"It's an expression you'd show to family, not quite the one\nyou'd show to a lover." +205100 ,,,,,1220050,,,,,,,,,,,,,,,"And seeing that, I can't help but think that this isn't so\nbad..." +205200 ,,,,,1220050,,主人公,,,,,,,,,,,,,Hmm. +205300 ,,,,,1220050,,,,,,,,,,,,,,,I wonder what I really want to do from now on. +205400 ,$event_return,,,,,,,,,,,,,,,,,,, +205500 ,,,0,9000,,,,,,,,,,,,,,,, +205700 ,@104_SC03a,,,,,,,,,,,,,,,,,,, +206000 ,,,,,,,,,,,,,,,,,,,, +206100 ,,,5,11,,,主人公,,,,,,,,,,,,,Yawn... +206200 ,,,,,,,,,,,,,,,,,,,,I rub my sleepy eyes and open the shop. +206300 ,,,,,,,,,,,,,,,,,,,,Today is Saturday. Chii-chan's part-time job is also on\nbreak. +206400 ,,,,,,,,,,,,,,,,,,,,"However, I can't just not open the shop." +206500 ,,,,,,,,,,,,,,,,,,,,"There aren't many kids coming to buy snacks, but my shop\nsells more than just snacks." +206600 ,,,,,,,,,,,,,,,,,,,,The elderly from the neighborhood might come to buy some\ngoods. +206700 ,,,,,,,,,,,,,,,,,,,,"Well, I don't have any plans to go anywhere, so after\nopening the shop, I just play around doing what I like in\nthe back room." +206800 ,,"",,,,,,,,,,,,,,,,,,"If a customer comes and wants to buy something, they'll call\nout. I can deal with it then." +206900 ,,,2,,,,千恵,Chie,104_SC03a_c_000.wav,,,,"chie,privateC",,1,,,,,Oichan! +207000 ,,,,,,,,,,,,,chie,,1,,,,,That voice is Chii-chan... and Chii-chan's mom!? +207100 ,,,,,,,,,,,,,chie,,1,,,,,"Seeing Chii-chan's mom bow slowly, I hurriedly bow as well." +207200 ,,,,,,,主人公,,,,,,chie,,1,,,,,"Chii-chan, why did you bring your mom today? Are you going\nout somewhere?" +207300 ,,,,,,,千恵,Chie,104_SC03a_c_001.wav,,,,chie,,0,,,,,Yeah! We're going to Heon Town today! +207400 ,,,,,,,,,,,,,chie,,0,,,,,"Heon Town... Oh, it's the shopping mall about two stations\naway from here." +207500 ,,,,,,,,,,,,,chie,,0,,,,,"When it comes to leisure around here, it's either Heon Town\nor the pool and amusement park by the river." +207600 ,,,,,,,,,,,,,chie,,0,,,,,That's why Chii-chan looks so happy. +207700 ,,,,,,,主人公,,,,,,chie,,0,,,,,That's great. +207800 ,,,,,,,千恵,Chie,104_SC03a_c_002.wav,,,,chie,,21,,,,,"Yeah! And you know, before that, my mom got a lot of\nvegetables, so we brought them to your place, Oichan!" +207900 ,,,,,,,優子,Yuuko,104_SC03a_y_000.wav,"yukoL,private",,0,,,,,,,,"Um... Yesterday, I got a lot of vegetables from work. I\nthought you might like them..." +208000 ,,,,,,,主人公,,,yukoL,,0,,,,,,,,Thank you very much. +208100 ,,,,,,,,,,yukoL,,0,,,,,,,,I take the bulging feed bag from Chii-chan's mom and peek\ninside. +208200 ,,,,,,,,,,yukoL,,0,,,,,,,,Inside are summer vegetables... eggplants and corn packed\ntightly. +208300 ,,,,,,,,,,yukoL,,0,,,,,,,,They look so fresh and delicious. +208400 ,,,,,,,主人公,,,yukoL,,0,,,,,,,,"But, are you sure? There's so much..." +208500 ,,,,,,,優子,Yuuko,104_SC03a_y_001.wav,yukoL,,21,,,,,,,,"It's just me and Chie, we can't eat all of this." +208600 ,,,,,,,主人公,,,yukoL,,21,,,,,,,,"Then, I'll gladly accept them." +208700 ,,,,,,,主人公,,,yukoL,,21,,,,,,,,"Well, I don't want to keep you from your family outing.\nChii-chan seems a bit restless too..." +208800 ,,,,,,,主人公,,,yukoL,,21,,,,,,,,"Chii-chan, have fun with your mom today." +208900 ,,,,,,,,,,yukoL,,21,,,,,,,,"As I said that, Chii-chan, who was swaying in front of her\nmom, smiled brightly." +209000 ,,,,,,,千恵,Chie,104_SC03a_c_003.wav,,,,chie,,1,,,,,"Oh, Oichan, come with us too!" +209100 ,,,,,,,主人公,,,"yuko,private",,4,chie,,1,,,,,What! +209200 ,,,,,,,優子,Yuuko,104_SC03a_y_002.wav,yuko,,4,chie,,1,,,,,What! +209300 ,,,,,,,,,,yuko,,4,chie,,1,,,,,"Hearing Chii-chan's words, both Yuuko-san and I raised our\nvoices in surprise." +209400 ,,,,,,,主人公,,,yuko,,4,chie,,1,,,,,"W-Wait, Chii-chan. I don't think that's possible..." +209500 ,,,,,,,千恵,Chie,104_SC03a_c_004.wav,yuko,,4,chie,,3,,,,,Why? +209600 ,,,,,,,,,,yuko,,4,chie,,3,,,,,Chii-chan looks at me curiously. +209700 ,,,,,,,主人公,,,yuko,,4,chie,,3,,,,,"Well, I'm not that close with Chii-chan's mom..." +209800 ,,,,,,,千恵,Chie,104_SC03a_c_005.wav,yuko,,4,chie,,23,,,,,That's not true. Mom likes Oichan! +209900 ,,,,,,,優子,Yuuko,104_SC03a_y_003.wav,yuko,,33,chie,,23,,,,,"W-Wait, Chii-chan!" +210000 ,,,,,,,,,,yuko,,33,chie,,23,,,,,Chii-chan's mom turns bright red and panics. +210100 ,,,,,,,,,,yuko,,33,chie,,23,,,,,"Being told that someone likes me, even if I don't feel that\nway, makes me flustered." +210200 ,,,,,,,千恵,Chie,104_SC03a_c_006.wav,yuko,,33,chie,,25,,,,,"But you brought vegetables because you like Oichan, right?" +210300 ,,,,,,,優子,Yuuko,104_SC03a_y_004.wav,yuko,,35,chie,,25,,,,,"Well, that's because Chii-chan is being taken care of..." +210400 ,,,,,,,主人公,,,yuko,,35,chie,,25,,,,,"Yeah, yeah, it's not like that, okay?" +210500 ,,,,,,,,,,yuko,,35,chie,,25,,,,,"When I said that, Chii-chan furrowed her brows and looked\nlike she was about to cry." +210600 ,,,,,,,千恵,Chie,104_SC03a_c_007.wav,yuko,,35,chie,,3,,,,,"So, are mom and Oichan not friends? Do you dislike each\nother?" +210700 ,,,,,,,優子,Yuuko,104_SC03a_y_005.wav,yuko,,4,chie,,3,,,,,"Well, it's not that we dislike each other..." +210800 ,,,,,,,主人公,,,yuko,,4,chie,,3,,,,,Uh... normal! I think Chii-chan's mom and I like each other\nnormally... +210900 ,,,,,,,千恵,Chie,104_SC03a_c_008.wav,yuko,,4,chie,,1,,,,,"Then, so you and mom can like each other more, let's all go\nto Heon together!" +211000 ,,,,,,,優子,Yuuko,104_SC03a_y_006.wav,yuko,,29,chie,,1,,,,,"Oh dear... don't trouble Oichan. Come on, let's go, Chii-\nchan..." +211100 ,,,,,,,千恵,Chie,104_SC03a_c_009.wav,yuko,,29,chie,,9,,,,,"No, I want to go with Oichan and mom, the three of us!" +211200 ,,,,,,,,,,yuko,,29,chie,,9,,,,,"Chii-chan clings tightly to her mom's leg, and her mom looks\ntroubled." +211300 ,,,,,,,,,,yuko,,29,chie,,9,,,,,"I want to get closer to Chii-chan, but I don't need to get\nthat close with Chii-chan's mom... at least, that's how I\nfeel." +211400 ,,,,,,,,,,yuko,,29,chie,,9,,,,,But Chii-chan is determined to go to Heon with the three of\nus. +211500 ,,,,,,,主人公,,,yuko,,29,chie,,9,,,,,............... +211600 ,,,,,,,,,,yuko,,29,chie,,9,,,,,"Well, if I think of it as spending the day playing with\nChii-chan, going to Heon with the three of us might be okay." +211700 ,,,,,,,,,,yuko,,29,chie,,9,,,,,"Of course, that's if Chii-chan's mom is okay with it..." +211800 ,,,,,,,主人公,,,yuko,,29,,,,,,,,Is it alright if I join you? I was thinking of buying some\nsummer sale items... +211900 ,,,,,,,主人公,,,yuko,,29,,,,,,,,"Of course, only if it's not a bother..." +212000 ,,,,,,,優子,Yuuko,104_SC03a_y_007.wav,yuko,,33,,,,,,,,It's us who would be a bother. The shop and all... +212100 ,,,,,,,主人公,,,yuko,,33,,,,,,,,There aren't many customers on Saturdays. It'll be fine if I\nput up a notice. +212200 ,,,,,,,主人公,,,yuko,,33,,,,,,,,"So, should I go to Heon with you too?" +212300 ,,,,,,,千恵,Chie,104_SC03a_c_010.wav,yuko,,33,chie,,1,,,,,Yay! Going to Heon with Oichan and mom and Chii-chan♪ +212400 ,,,,,,,優子,Yuuko,104_SC03a_y_008.wav,yuko,,13,chie,,1,,,,,I'm really sorry. Really... +212500 ,,,,,,,,,,yuko,,13,chie,,1,,,,,"Yuuko-san sighed while watching Chii-chan dance happily, but\nthen she smiled softly." +212600 ,,,,,,,優子,Yuuko,104_SC03a_y_009.wav,yuko,,0,chie,,1,,,,,"I'll go get the car. Chii-chan, wait here with Oichan, okay?" +212700 ,,,,,,,千恵,Chie,104_SC03a_c_011.wav,yuko,,0,chie,,21,,,,,Okay! I'll wait with Oichan. +212800 ,,,,,,,,,,,,,,,,,,,,"And so, it was decided that Chii-chan, her mom, and I would\ngo to the shopping mall together." +212900 ,,,0,9000,,,,,,,,,,,,,,,, +213100 ,@105_SC03b,,,,,,,,,,,,,,,,,,,※Yuuko Route Branch +213600 ,,,7,201,,,千恵,Chie,105_SC03b_c_000.wav,,,,"chie,privateC",,1,,,,,Shopping with mom and Oichan! +213700 ,,,,,,,,,,,,,,,,,,,,The shopping mall on Saturday was bustling with many\nfamilies. +213800 ,,,,,,,,,,,,,,,,,,,,"Parents joyfully playing with their children, holding their\nhands." +213900 ,,,,,,,,,,,,,,,,,,,,"The three of us, led by Chii-chan, might look just like\nthose families to an outsider." +214000 ,,,,,,,,,,,,,,,,,,,,"I've never had kids or even been married, so I wonder what I\nshould do." +214100 ,,,,,,,主人公,,,"yuko,private",,0,chie,,1,,,,,Um... what should we do? +214200 ,,,,,,,,,,yuko,,0,chie,,1,,,,,"Pathetically, I ended up asking Chii-chan's mom." +214300 ,,,,,,,優子,Yuuko,105_SC03b_y_000.wav,yuko,,21,chie,,1,,,,,Um... how about we have lunch first? It's already noon. +214400 ,,,,,,,優子,Yuuko,105_SC03b_y_001.wav,yuko,,0,chie,,1,,,,,"Chii-chan, what do you want to eat?" +214500 ,,,,,,,千恵,Chie,105_SC03b_c_001.wav,yuko,,0,chie,,21,,,,,Um... ramen! And then ice cream! +214600 ,,,,,,,,,,yuko,,0,chie,,21,,,,,"Before she even finished speaking, Chii-chan started pulling\nme and her mom along." +214700 ,,,,,,,優子,Yuuko,105_SC03b_y_002.wav,yuko,,20,chie,,21,,,,,"Chii-chan, don't pull. ...Um, is that okay with you?" +214800 ,,,,,,,主人公,,,yuko,,20,chie,,21,,,,,Yes. I like udon! +215000 ,,,6,,,,千恵,Chie,105_SC03b_c_002.wav,yuko,,0,chie,,1,,,,,That was delicious. It's so tasty when we eat together! +215100 ,,,,,,,主人公,,,yuko,,0,chie,,1,,,,,"Yeah. I've never eaten at a place like this before, so it\nwas fun." +215200 ,,,,,,,千恵,Chie,105_SC03b_c_003.wav,yuko,,0,chie,,3,,,,,"I see. Did you have fun too, mom?" +215300 ,,,,,,,優子,Yuuko,105_SC03b_y_003.wav,yuko,,0,chie,,3,,,,,"Yes, I did." +215400 ,,,,,,,,,,yuko,,15,chie,,3,,,,,"When I looked at Chii-chan's mom, our eyes met..." +215500 ,,,,,,,,,,yuko,,15,chie,,3,,,,,We both shyly looked away. +215600 ,,,,,,,優子,Yuuko,105_SC03b_y_004.wav,yuko,,0,chie,,3,,,,,"Ch-Chii-chan, where should we go next?" +215700 ,,,,,,,千恵,Chie,105_SC03b_c_004.wav,yuko,,0,chie,,1,,,,,I want to look at clothes! +215800 ,,,,,,,優子,Yuuko,105_SC03b_y_005.wav,yuko,,23,chie,,1,,,,,"We just bought some before summer break, so we're only\nlooking today, okay?" +215900 ,,,,,,,千恵,Chie,105_SC03b_c_005.wav,yuko,,23,chie,,21,,,,,Okay! +216000 ,,,,,,,,,,,,,,,,,,,,"Just like before, Chii-chan pulled us along to the clothing\nstore." +216200 ,,,,,,,,,,,,,,,,,,,,"After that, Yuuko-san and I were dragged around the shopping\nmall by Chii-chan." +216300 ,,,,,,,千恵,Chie,105_SC03b_c_006.wav,yuko,,0,chie,,23,,,,,"Hey, mom, you have shopping to do too, right?" +216400 ,,,,,,,優子,Yuuko,105_SC03b_y_006.wav,yuko,,1,chie,,23,,,,,"We'll buy groceries last. You can pick one snack you like,\nChii-chan." +216500 ,,,,,,,千恵,Chie,105_SC03b_c_007.wav,yuko,,1,chie,,1,,,,,"Yay! But mom, you said yesterday 'we really need to buy\nunderwear.' Is that okay?" +216600 ,,,,,,,優子,Yuuko,105_SC03b_y_007.wav,yuko,,13,chie,,1,,,,,W-Wait! Chii-chan! A-ah... +216700 ,,,,,,,,,,yuko,,13,chie,,1,,,,,"Yuuko-san quickly turned her back to me, looking down." +216800 ,,,,,,,主人公,,,yuko,,13,,,,,,,,Um... it's okay? I'll wait with Chii-chan at that store over\nthere. +216900 ,,,,,,,,,,yuko,,13,,,,,,,,"When I pointed to the girls' accessory shop, Yuuko-san\nlooked at me with a bright red face." +217000 ,,,,,,,優子,Yuuko,105_SC03b_y_008.wav,yuko,,36,,,,,,,,"Th-then, I'll just go for a bit!" +217100 ,,,,,,,,,,,,,,,,,,,,"She must have been really embarrassed, as she quickly\ndisappeared into the crowd." +217200 ,,,,,,,千恵,Chie,105_SC03b_c_008.wav,,,,chie,,0,,,,,What's wrong with mom? +217300 ,,,,,,,主人公,,,,,,chie,,0,,,,,"I wonder what's wrong? More importantly, you like that store\ntoo, right? It's popular among girls, isn't it?" +217400 ,,,,,,,千恵,Chie,105_SC03b_c_009.wav,,,,chie,,1,,,,,"Yeah! I don't have any allowance, so I can only look\nthough..." +217500 ,,,,201,,,主人公,,,,,,chie,,1,,,,,"It might be bad if it's too expensive and your mom gets mad,\nbut I'll buy you one thing." +217600 ,,,,,,,千恵,Chie,105_SC03b_c_010.wav,,,,chie,,21,,,,,Really!? Yay! +217800 ,,,8,121,,,,,,,,,,,,,,,,"After we went around the grocery section last, the three of\nus headed home from the shopping mall." +217900 ,,,,,,,,,,,,,,,,,,,,"By the time we got back, it was already close to evening." +218000 ,,,,,,,,,,,,,,,,,,,,"I thought it was just going to be a day spent with the three\nof us because Chii-chan insisted, but it was fun." +218100 ,,,,,,,,,,,,,,,,,,,,"If you ask what was fun... it's hard to say, but watching\nChii-chan, sometimes sharing a wry smile or glance with\nYuuko-san." +218200 ,,,,,,,,,,,,,,,,,,,,"That's all there was, nothing special happened." +218300 ,,,,,,,,,,,,,,,,,,,,"And now, I'm on my way home with Chii-chan leading the way." +218400 ,,,,,,,主人公,,,,,,,,,,,,,Is it really okay? +218500 ,,,,,,,,,,,,,,,,,,,,"Even if Chii-chan takes me home, I wonder if I'll end up\ntaking her back again." +218600 ,,,,,,,,,,,,,,,,,,,,Then how many times will we end up going back and forth on\nthis road? +218700 ,,,,,,,千恵,Chie,105_SC03b_c_011.wav,chie,,21,,,,,,,,Hum hum hum~♪ +218800 ,,,,,,,,,,,,,,,,,,,,"...Well, it's fine, Chii-chan seems to be having fun." +218900 ,,,,,,,主人公,,,,,,,,,,,,,Are you really that happy with that bag? +219000 ,,,,,,,,,,,,,,,,,,,,"At the Heon general store, I bought Chii-chan a bag." +219100 ,,,,,,,,,,,,,,,,,,,,"It's a cheap red bag with white polka dots, but Chii-chan\nseemed to really like it and kept it on her shoulder the\nwhole way back in the car." +219200 ,,,,,,,,,,,,,,,,,,,,Yuuko-san got a little mad at me though. +219300 ,,,,,,,,,,,,,,,,,,,,"I understand the feeling of not wanting strangers... well,\nnot strangers, but others to buy things for her without\npermission." +219400 ,,,,,,,,,,,,,,,,,,,,"But seeing Chii-chan so happy, maybe it was worth getting\nscolded?" +220400 ,,,,,,,千恵,Chie,105_SC03b_c_012.wav,chie,,20,,,,,,,,"Yeah! Hey, hey, uncle. I want to go out with this!" +220500 ,,,,,,,主人公,,,chie,,20,,,,,,,,"Hey now, we just got back from Heon, didn't we?" +220600 ,,,,,,,千恵,Chie,105_SC03b_c_013.wav,chie,,3,,,,,,,,"Oh, that's right." +220700 ,,,,,,,主人公,,,chie,,3,,,,,,,,Just be content with going to my place today. +220800 ,,,,,,,千恵,Chie,105_SC03b_c_014.wav,chie,,13,,,,,,,,Okaaay. +220900 ,,,,,,,,,,chie,,13,,,,,,,,It's like a conversation between a father and daughter. +221000 ,,,,,,,,,,chie,,13,,,,,,,,...And I find myself thinking that's not a bad thing. +221100 ,,,,,,,主人公,,,chie,,13,,,,,,,,Did you have fun today? +221200 ,,,,,,,千恵,Chie,105_SC03b_c_015.wav,"chieL,privateC",,21,,,,,,,,Yeah! It was fun! +221300 ,,,,,,,主人公,,,chieL,,21,,,,,,,,"I see. Even a shopping mall like that can be enjoyable, huh?" +221400 ,,,,,,,千恵,Chie,105_SC03b_c_016.wav,chieL,,3,,,,,,,,"No, it's because you and mom were there." +221500 ,,,,,,,主人公,,,chieL,,3,,,,,,,,"Well, if that's okay with you, when summer vacation comes,\nif you ask your mom to take you somewhere, she'll probably\njust take you to your uncle's shop and that'll be it, you\nknow?" +221600 ,,,,,,,主人公,,,chieL,,3,,,,,,,,"Is that really okay with you, Chii-chan?" +221700 ,,,,,,,千恵,Chie,105_SC03b_c_017.wav,chieL,,1,,,,,,,,"Yeah, it's fine!" +221800 ,,,,,,,,,,chieL,,1,,,,,,,,"Chii-chan nodded with a smile, without showing any\nhesitation." +221900 ,,,,,,,,,,chieL,,1,,,,,,,,This is... it's clear what Chii-chan wants from me. +222000 ,,,,,,,主人公,,,chieL,,1,,,,,,,,What kind of person is Chii-chan's mom? +222100 ,,,,,,,千恵,Chie,105_SC03b_c_018.wav,chieL,,23,,,,,,,,"Huh? You just met her earlier, didn't you?" +222200 ,,,,,,,主人公,,,chieL,,23,,,,,,,,"Well, yeah, but I mean, what is she like at home?" +222300 ,,,,,,,千恵,Chie,105_SC03b_c_019.wav,chieL,,4,,,,,,,,"...Uncle, do you like my mom!?" +222400 ,,,,,,,,,,chieL,,4,,,,,,,,She looked at my face with sparkling eyes. +222500 ,,,,,,,,,,chieL,,4,,,,,,,,No... don't look at me with such straightforward eyes. +222600 ,,,,,,,主人公,,,chieL,,4,,,,,,,,"Well, it's not that I like her, but I'm curious... or\nsomething like that." +222700 ,,,,,,,千恵,Chie,105_SC03b_c_020.wav,chieL,,7,,,,,,,,Are you going to get married? +222800 ,,,,,,,主人公,,,chieL,,7,,,,,,,,That's jumping too far ahead. +222900 ,,,,,,,主人公,,,chieL,,7,,,,,,,,"You know, when you know someone, you want to know more about\nthem, right?" +223000 ,,,,,,,主人公,,,chieL,,7,,,,,,,,"Hmm, it's like how Chii-chan felt about Tenka-chan before\nsummer vacation." +223100 ,,,,,,,千恵,Chie,105_SC03b_c_021.wav,chieL,,25,,,,,,,,Oh... so Uncle won't become my dad... +223200 ,,,,,,,,,,chieL,,25,,,,,,,,"...When she says that, I really have nothing to say." +223300 ,,,,,,,主人公,,,chieL,,25,,,,,,,,"I'm sorry, Chii-chan." +223400 ,,,,,,,千恵,Chie,105_SC03b_c_022.wav,chieL,,9,,,,,,,,Boo... +223500 ,,,,,,,,,,chieL,,9,,,,,,,,"Saying that, Chii-chan squatted down on the spot, sitting\nlike a spoiled child." +223600 ,,,,,,,,,,chieL,,9,,,,,,,,"Even though she's usually such a good girl who doesn't do\nthis, is she starting to rely on me?" +223700 ,,,,,,,,,,chieL,,9,,,,,,,,"Well, that's not so ba... oh!" +223800 ,,,,,,,主人公,,,chieL,,9,,,,,,,,"Chii-chan, your bag." +223900 ,,,,,,,千恵,Chie,105_SC03b_c_023.wav,chieL,,24,,,,,,,,Huh? Ah... ahhhhh! +224000 ,,,,,,,,,,chieL,,24,,,,,,,,"Because Chii-chan squatted down, the bag she had slung over\nher shoulder touched the ground." +224100 ,,,,,,,,,,chieL,,24,,,,,,,,And it happened to be right on the dirt... +224200 ,,,,,,,千恵,Chie,105_SC03b_c_024.wav,chieL,,34,,,,,,,,Ah! Ah―! Ah―... Chii-chan's bag. +224300 ,,,,,,,,,,chieL,,34,,,,,,,,"She quickly stood up and patted the bag, but it seemed like\nwet mud had stuck to it, leaving a stain." +224400 ,,,,,,,千恵,Chie,105_SC03b_c_025.wav,chieL,,8,,,,,,,,Ahhhh... it's stained. +224500 ,,,,,,,,,,chieL,,8,,,,,,,,She drooped her head and slumped her shoulders in\ndisappointment. +224600 ,,,,,,,主人公,,,chieL,,8,,,,,,,,Ah... that might not come off just by brushing it. +224700 ,,,,,,,千恵,Chie,105_SC03b_c_026.wav,chieL,,34,,,,,,,,How can I get it off? +224800 ,,,,,,,主人公,,,chieL,,34,,,,,,,,"Hmm, I'm not sure, but maybe washing it with water or laund―" +224900 ,,,,,,,千恵,Chie,105_SC03b_c_027.wav,chieL,,14,,,,,,,,"―Hey, Uncle, is there a water faucet around here?" +225000 ,,,,,,,,,,chieL,,14,,,,,,,,"Chii-chan, who had slumped her shoulders, looked around\nwhile standing on tiptoe." +225100 ,,,,,,,主人公,,,chieL,,14,,,,,,,,"No, I don't think there is." +225200 ,,,,,,,主人公,,,chieL,,14,,,,,,,,And that stain might not come off even if you wash it. +225300 ,,,,,,,千恵,Chie,105_SC03b_c_028.wav,chieL,,25,,,,,,,,"What! Then I'll go home and ask Mom! See you, Uncle!" +225400 ,,,,,,,主人公,,,chieL,,25,,,,,,,,"Wait, Chii-chan! It's dangerous to rush like that! What if a\ncar comes!" +225500 ,,,,,,,千恵,Chie,105_SC03b_c_029.wav,chieL,,24,,,,,,,,Ah... s-sorry. +225600 ,,,,,,,,,,chieL,,24,,,,,,,,"Oops, I ended up yelling because she wasn't paying attention\nto her surroundings." +225700 ,,,,,,,,,,chieL,,24,,,,,,,,"...Don't make me worry like that, this girl." +225800 ,,,,,,,主人公,,,chieL,,24,,,,,,,,"It's okay, Chii-chan." +225900 ,,,,,,,,,,chieL,,24,,,,,,,,I said that while placing my hand gently on her head and\ngiving her a pat. +226000 ,,,,,,,千恵,Chie,105_SC03b_c_030.wav,chieL,,14,,,,,,,,... +226100 ,,,,,,,主人公,,,chieL,,14,,,,,,,,"It's not something expensive, so I'll buy you another one." +226200 ,,,,,,,千恵,Chie,105_SC03b_c_031.wav,chieL,,5,,,,,,,,...But... +226300 ,,,,,,,主人公,,,chieL,,5,,,,,,,,Hmm? +226400 ,,,,,,,千恵,Chie,105_SC03b_c_032.wav,chieL,,8,,,,,,,,Because... it was the first thing my dad bought for me... +226500 ,,,,,,,主人公,,,chieL,,8,,,,,,,,... +226600 ,,,,,,,千恵,Chie,105_SC03b_c_033.wav,chieL,,14,,,,,,,,...Even though he's not my dad anymore. +226700 ,,,,,,,,,,,,,,,,,,,,Dad... huh. +226800 ,,,,,,,,,,,,,,,,,,,,"At that moment, I realized once again." +226900 ,,,,,,,,,,,,,,,,,,,,I really care about Chii-chan. +227000 ,,,8,121,,,,,,,,,,,,,,,,"I want to do something for Chii-chan, who longs for a\nfather." +227100 ,,"",0,,,,,,,,,,,,,,,,,I want to be for Chii-chan―― +227200 ,$menu_begin,,,,,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Embrace her as a father,sel_1a",,,,,,,,,,,,,,,,,,,■@ More paternal than a lolicon +↓,"$menu_item 1,Embrace her as a lover,sel_1b",,,,,,,,,,,,,,,,,,,■A Like her as a lolicon +↓,$menu_end,,,,,,,,,,,,,,,,,,, +227300 ,*sel_1a,,,,,,,,,,,,,,,,,,,■@ More paternal than a lolicon +227400 ,,,9,,,,,,,,,,,,,,,,,――I wanted to hold her as a father. +227500 ,,,,,,,主人公,,,,,,,,,,,,,...Chii-chan. +227600 ,,,,,,,千恵,Chie,105_SC03b_c_034.wav,chieL,,3,,,,,,,,"What is it, uncle?" +227700 ,,,,,,,主人公,,,chieL,,3,,,,,,,,"I said I wanted to be Chii-chan's husband, but I'm going to\nstop that, okay?" +227800 ,,,,,,,千恵,Chie,105_SC03b_c_035.wav,chieL,,24,,,,,,,,"Huh? ...What's wrong, uncle?" +227900 ,,,,,,,,,,chieL,,24,,,,,,,,Chii-chan looks at me with a surprised and bewildered\nexpression. +228000 ,,,,,,,千恵,Chie,105_SC03b_c_036.wav,chieL,,25,,,,,,,,Ah... did you start to dislike me because I dirtied my bag? +228100 ,,,,,,,千恵,Chie,105_SC03b_c_037.wav,chieL,,28,,,,,,,,"I-It's okay! If I tell mom, she'll clean it right away..." +228200 ,,,,,,,主人公,,,chieL,,28,,,,,,,,That's not it. +228300 ,,,,,,,千恵,Chie,105_SC03b_c_038.wav,chieL,,8,,,,,,,,"Uh, then... is it because I wet myself the other day?" +228400 ,,,,,,,主人公,,,chieL,,8,,,,,,,,That's not it either. +228500 ,,,,,,,千恵,Chie,105_SC03b_c_039.wav,chieL,,14,,,,,,,,Then... then... +228600 ,,,,,,,,,,chieL,,14,,,,,,,,Chii-chan doesn't know what to do and is flailing her hands. +228700 ,,,,,,,,,,chieL,,14,,,,,,,,"I have to explain, but... phew... I'm kind of nervous." +228800 ,,,,,,,,,,chieL,,14,,,,,,,,"Even if I say something like this, I don't know if it'll be\naccepted." +228900 ,,,,,,,,,,chieL,,14,,,,,,,,"But well, I should say it properly." +229000 ,,,,,,,主人公,,,chieL,,14,,,,,,,,"Chii-chan, will you listen to me?" +229100 ,,,,,,,千恵,Chie,105_SC03b_c_040.wav,chie,,3,,,,,,,,Y-Yeah. +229200 ,,,,,,,主人公,,,chie,,3,,,,,,,,I want to be... Chii-chan's father. +229300 ,,,,,,,千恵,Chie,105_SC03b_c_041.wav,chie,,4,,,,,,,,Huh? +229400 ,,,,,,,,,,chie,,4,,,,,,,,...I said it. I really said it. +229500 ,,,,,,,千恵,Chie,105_SC03b_c_042.wav,chie,,23,,,,,,,,R-Really? Really? +229600 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Yeah, that's what I think." +229700 ,,,,,,,千恵,Chie,105_SC03b_c_043.wav,chie,,1,,,,,,,,Yayyyy~~! Uncle is going to be my dad! +229800 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Well... I don't know if your mom will agree, though." +229900 ,,,,,,,千恵,Chie,105_SC03b_c_044.wav,chie,,20,,,,,,,,It'll be fine! +230000 ,,,,,,,,,,chie,,20,,,,,,,,"I don't know why she's so confident, but Chii-chan seems\nhappy." +230100 ,,,,,,,,,,chie,,20,,,,,,,,"...Yeah, Chii-chan really is a good kid." +230200 ,,,,,,,主人公,,,chie,,20,,,,,,,,"Chii-chan, if I stay as your groom, I can't marry your mom." +230300 ,,,,,,,主人公,,,chie,,20,,,,,,,,"So, today is the end of me being your groom." +230400 ,,,,,,,千恵,Chie,105_SC03b_c_045.wav,chie,,7,,,,,,,,... +230500 ,,,,,,,,,,chie,,7,,,,,,,,"Chii-chan has a complex expression, both happy and a bit\nsad." +230600 ,,,,,,,,,,chie,,7,,,,,,,,"Maybe she was also confused, like me, whether she wanted a\nfather figure or liked me as a partner." +230700 ,,,,,,,,,,chie,,7,,,,,,,,"Of course, it's probably just a feeling." +230800 ,,,,,,,主人公,,,chie,,7,,,,,,,,"So, Chii-chan, for the last time, should we do it?" +230900 ,,,,,,,千恵,Chie,105_SC03b_c_046.wav,chie,,3,,,,,,,,Huh? +231000 ,,,,,,,主人公,,,chie,,3,,,,,,,,"I'm also sad that I won't be your groom anymore, so for the\nlast time... okay?" +231100 ,,,,,,,,,,chie,,3,,,,,,,,Chii-chan thinks for a moment. +231200 ,,,,,,,千恵,Chie,105_SC03b_c_047.wav,chie,,2,,,,,,,,Yeah... thinking about not doing this with you anymore makes\nme a little sad too. +231300 ,,,,,,,千恵,Chie,105_SC03b_c_048.wav,chie,,2,,,,,,,,"Chii-chan wants to do naughty things with you, uncle." +231400 ,,,,,,,,,,chie,,2,,,,,,,,She said with a bright smile. +231500 ,,,,,,,主人公,,,chie,,2,,,,,,,,"Alright, then after this, I'll do my best to become your\ndad, Chii-chan!" +231600 ,,,,121,,,千恵,Chie,105_SC03b_c_049.wav,chie,,22,,,,,,,,Yeah! +231800 ,,,,9000,,,,,,,,,,,,,,,,We stepped off the path and entered the nearby bushes. +231900 ,,,,,,,,,,,,,,,,,,,,"Originally, there aren't many people around at this time,\nand if we go this far, we shouldn't be found." +232000 ,,,,,,,千恵,Chie,105_SC03b_c_050.wav,,,,,,,,,,,"Uncle, are we doing it outside?" +232100 ,,,,,,,主人公,,,,,,,,,,,,,"Yeah, that's right." +232200 ,,,,,,,主人公,,,,,,,,,,,,,"Then, could you put your hands on that tree and face your\nbutt this way?" +232300 ,,,,,,,千恵,Chie,105_SC03b_c_051.wav,,,,,,,,,,,L-Like this? +232400 ,,,,,,,主人公,,,,,,,,,,,,,"Yeah, now let's lift your clothes a little, okay?" +232500 ,,,,,,,千恵,Chie,105_SC03b_c_052.wav,,,,,,,,,,,"Okay... hehe, uncle, you're really like a dad." +232600 ,,,,,,,,,,,,,,,,,,,,"Dads shouldn't do things like this, though." +232700 ,,,,,,,,,,,,,,,,,,,,"I pulled down Chii-chan's pants and panties, and lifted her\nshirt." +232800 ,,,,,,,,,,,,,,,,,,,,"Yeah, her pussy, her butt hole, and her breasts are all in\nfull view." +233000 ,,,,,1231000,,,,,,,,,,,,,,, +233100 ,*mem,,,,1231000,,,,,,,,,,,,,,, +233200 ,,,9,,1231000,,千恵,Chie,105_SC03b_c_053.wav,chie,,0,,,,,,,,"Uncle, is this okay?" +233300 ,,,,,1231000,,主人公,,,,,,,,,,,,,"Yeah, it's fine." +233400 ,,,,,1231000,,,,,,,,,,,,,,,Thinking that this sight will be the last makes me a little\nsad. +233500 ,,,,,1231000,,千恵,Chie,105_SC03b_c_054.wav,chie,,0,,,,,,,,"...? What's wrong, uncle?" +233600 ,,,,,1231000,,主人公,,,,,,,,,,,,,"No, it's nothing." +233700 ,,,,,1231000,,,,,,,,,,,,,,,"Her beautiful pussy, her butt hole... Did I really make the\nright choice by choosing her mother?" +233800 ,,,,,1231000,,主人公,,,,,,,,,,,,,...... +233900 ,,,,,1231000,,,,,,,,,,,,,,,"No! I've decided, I'm going to be Chii-chan's dad!" +234000 ,,,,,1231000,,,,,,,,,,,,,,,So this is the end! +234100 ,,,,,1231000,,主人公,,,,,,,,,,,,,"Alright, Chii-chan, let's make it a little easier for my\ncock to go in, okay?" +234200 ,,,,,1231000,,千恵,Chie,105_SC03b_c_055.wav,chie,,0,,,,,,,,Yeah. I'm really happy that uncle is worried about me. +234300 ,,,,,1231000,,主人公,,,,,,,,,,,,,"Haha, after all, I'm your dad." +234400 ,,,,,1231000,,千恵,Chie,105_SC03b_c_056.wav,chie,,0,,,,,,,,Ehehe~ +234500 ,,,,,1231000,,,,,,,,,,,,,,,"While saying that, I lightly press my dick against the slit\nof Chii-chan's pussy." +234700 ,,,,,1231010,,千恵,Chie,105_SC03b_c_057.wav,chie,,0,,,,,,,,Nn... +234800 ,,,,,1231010,,,,,,,,,,,,,,,"Then, slowly tracing it, I start to caress her as if bidding\nfarewell." +234900 ,,,,,1231010,,,,,,,,,,,,,,,"Chii-chan places her hands on the tree, spreads her legs on\nher own, and at the same time, her pussy opens slightly." +235000 ,,,,,1231010,,主人公,,,,,,,,,,,,,"Oh... that's naughty, Chii-chan." +235100 ,,,,,1231010,,千恵,Chie,105_SC03b_c_058.wav,chie,,0,,,,,,,,R-Really? +235200 ,,,,,1231010,,,,,,,,,,,,,,,I lightly place my finger on the protrusion near the small\nopen hole. +235300 ,,,,,1231010,,千恵,Chie,105_SC03b_c_059.wav,chie,,0,,,,,,,,"Nnfu! Ah... uncle, there..." +235400 ,,,,,1231010,,,,,,,,,,,,,,,Chii-chan wiggles her hips. She's surprised because I\nsuddenly touched her clitoris. +235500 ,,,,,1231010,,,,,,,,,,,,,,,"Alright, since it's the last time today, I'll fully enjoy\nChii-chan's body." +235600 ,,,,,1231010,,,,,,,,,,,,,,,"I lean over her, bringing my hand to her chest, and poke her\nbreasts." +235700 ,,,,,1231010,,千恵,Chie,105_SC03b_c_060.wav,chie,,0,,,,,,,,"Ah, uncle?" +235800 ,,,,,1231010,,主人公,,,,,,,,,,,,,"Oh? Your nipples are already perky, what a naughty body you\nhave." +235900 ,,,,,1231010,,千恵,Chie,105_SC03b_c_061.wav,chie,,0,,,,,,,,I-I don't think so... Chii-chan doesn't have a lewd body...\nhaah! +236000 ,,,,,1231010,,,,,,,,,,,,,,,I knead Chii-chan's nipples with my fingers. +236100 ,,,,,1231010,,千恵,Chie,105_SC03b_c_062.wav,chie,,0,,,,,,,,"Ah... uncle, my breasts are ticklish." +236200 ,,,,,1231010,,千恵,Chie,105_SC03b_c_063.wav,chie,,0,,,,,,,,"Ah... wait... nngh! Hah, nngh... no, don't play with them so\nmuch..." +236300 ,,,,,1231010,,,,,,,,,,,,,,,"Hmm... even though they're soft, her nipples are hard and\nfeel nice." +236400 ,,,,,1231010,,,,,,,,,,,,,,,"Alright, next, I bring my mouth close to Chii-chan's nape." +236500 ,,,,,1231010,,主人公,,,,,,,,,,,,,"Mwah. Chu chu, mm, chu, juu juu." +236600 ,,,,,1231010,,千恵,Chie,105_SC03b_c_064.wav,chie,,0,,,,,,,,Huh? Huh? It feels... nngh! Tingly! +236700 ,,,,,1231010,,主人公,,,,,,,,,,,,,"Ah, Chii-chan, your neck feels good too? Mwah. Chum, chu." +236800 ,,,,,1231010,,千恵,Chie,105_SC03b_c_065.wav,chie,,0,,,,,,,,Huh? Chii-chan doesn't really understand... Ah! +236900 ,,,,,1231010,,,,,,,,,,,,,,,Then I place my finger on her pussy. +237000 ,,,,,1231010,,千恵,Chie,105_SC03b_c_066.wav,chie,,0,,,,,,,,Nngh!? Ah... uncle... +237100 ,,,,,1231010,,,,,,,,,,,,,,,I peel back the clitoral hood and circle the tip with my\nfingertip. +237200 ,,,,,1231010,,千恵,Chie,105_SC03b_c_067.wav,chie,,0,,,,,,,,"Hyaah! Nnnnn!? Ah, haah... nngh! That's amazing." +237300 ,,,,,1231010,,千恵,Chie,105_SC03b_c_067a.wav,chie,,0,,,,,,,,"Fuaaah... nnngh! No, ah! Don't play with it so much." +237400 ,,,,,1231010,,主人公,,,,,,,,,,,,,Hm? Does this feel good? +237500 ,,,,,1231010,,千恵,Chie,105_SC03b_c_068.wav,chie,,0,,,,,,,,"Hyah. Ah... ahaha, it feels so good. Hah, hah, hah, hah,...\nnn!" +237600 ,,,,,1231010,,,,,,,,,,,,,,,Chii-chan's back trembles as if waves are running through\nit. +237700 ,,,,,1231010,,千恵,Chie,105_SC03b_c_069.wav,chie,,0,,,,,,,,"Ah... uhh... oh, ah, aaaaah... Chii-chan, something's\ndripping from my pussy." +237800 ,,,,,1231010,,,,,,,,,,,,,,,"Then from her pussy, a lewd-smelling fluid trickles down and\ndrips onto the ground." +237900 ,,,,,1231010,,主人公,,,,,,,,,,,,,"Wow, that's amazing. You're dripping so much." +238000 ,,,,,1231010,,千恵,Chie,105_SC03b_c_070.wav,chie,,0,,,,,,,,"Well, your finger felt so good, uncle." +238100 ,,,,,1231010,,,,,,,,,,,,,,,She says something that makes me happy. +238200 ,,,,,1231010,,主人公,,,,,,,,,,,,,"Then, Chii-chan... I'm going to put it in, okay?" +238300 ,,,,,1231010,,千恵,Chie,105_SC03b_c_071.wav,chie,,0,,,,,,,,Okay. +238400 ,,,,,1231010,,,,,,,,,,,,,,,"Since it's the last time, I kiss Chii-chan on the lips." +238500 ,,,,,1231010,,主人公,,,,,,,,,,,,,Mmm... chu. +238600 ,,,,,1231010,,千恵,Chie,105_SC03b_c_072.wav,chie,,0,,,,,,,,Amu. +238700 ,,,,,1231010,,,,,,,,,,,,,,,I press my cock against her and align it with the entrance. +238800 ,,,,,1231010,,,,,,,,,,,,,,,"And then, all at once." +239000 ,,,,,1231020,,千恵,Chie,105_SC03b_c_073.wav,chie,,0,,,,,,,,Fuaa! +239100 ,,,,,1231020,,主人公,,,,,,,,,,,,,Nngh. Nnnngh. +239200 ,,,,,1231020,,,,,,,,,,,,,,,"Thanks to being more than wet enough, it smoothly slides all\nthe way in, even though it's her first time in this\nposition." +239300 ,,,,,1231020,,千恵,Chie,105_SC03b_c_074.wav,chie,,0,,,,,,,,"Fuaa, ahh, inside Chii-chan, it's full with yours, uncle." +239400 ,,,,,1231020,,主人公,,,,,,,,,,,,,"Guh, ugh." +239500 ,,,,,1231020,,,,,,,,,,,,,,,"When Chii-chan breathes, the walls of her pussy tighten\nsnugly." +239600 ,,,,,1231020,,,,,,,,,,,,,,,...Today is the farewell to such a pussy. +239700 ,,,,,1231020,,千恵,Chie,105_SC03b_c_075.wav,chie,,0,,,,,,,,"Uncle, you can move now." +239800 ,,,,,1231020,,主人公,,,,,,,,,,,,,"Yeah, it's our last time making love. I'll make sure it\nfeels good for you." +239900 ,,,,,1231020,,,,,,,,,,,,,,,"When I move my cock, Chii-chan's body reacts cutely,\ntwitching." +240000 ,,,,,1231020,,千恵,Chie,105_SC03b_c_076.wav,chie,,0,,,,,,,,"Hyaah, ahh... uncle's cock... nn, nn, nn, nn!" +240100 ,,,,,1231020,,,,,,,,,,,,,,,"Maybe the position is uncomfortable, as she lets out pained\nsounds every time I move." +240200 ,,,,,1231020,,,,,,,,,,,,,,,"Oh, I see she's standing on her tiptoes." +240300 ,,,,,1231020,,主人公,,,,,,,,,,,,,"Chii-chan, don't push yourself too hard, find a more\ncomfortable position." +240400 ,,,,,1231020,,千恵,Chie,105_SC03b_c_077.wav,chie,,0,,,,,,,,B-but... I want uncle to feel good. +240500 ,,,,,1231020,,主人公,,,,,,,,,,,,,Hm? +240600 ,,,,,1231020,,千恵,Chie,105_SC03b_c_078.wav,chie,,0,,,,,,,,"...I'm happy that uncle will become my dad, but are you okay\nwith not being able to have sex with Chii-chan anymore?" +240700 ,,,,,1231020,,主人公,,,,,,,,,,,,,...Eh? +240800 ,,,,,1231020,,千恵,Chie,105_SC03b_c_079.wav,chie,,0,,,,,,,,"Chii-chan kind of likes having sex with uncle... it's okay\neven after you become my dad, right?" +240900 ,,,,,1231020,,主人公,,,,,,,,,,,,,Chii-chan... +241000 ,,,,,1231020,,,,,,,,,,,,,,,...Is that what she's been thinking? +241100 ,,,,,1231020,,主人公,,,,,,,,,,,,,... +241200 ,,,,,1231020,,,,,,,,,,,,,,,"So I can continue having sex with Chii-chan in the future,\nhuh? That's tempting!" +241300 ,,,,,1231020,,,,,,,,,,,,,,,And she kind of likes having sex with me! That's wonderful! +241400 ,,,,,1231020,,千恵,Chie,105_SC03b_c_080.wav,chie,,0,,,,,,,,"What do you think, uncle?" +241500 ,,,,,1231020,,主人公,,,,,,,,,,,,,Of course... +241600 ,,,,,1231020,,,,,,,,,,,,,,,...No. +241700 ,,,,,1231020,,,,,,,,,,,,,,,I love Chii-chan and decided to become her dad. +241800 ,,,,,1231020,,,,,,,,,,,,,,,A dad shouldn't do such things. I'll be a proper dad for\nher. +241900 ,,,,,1231020,,主人公,,,,,,,,,,,,,"No, Chii-chan. This is the last time for things like this." +242000 ,,,,,1231020,,千恵,Chie,105_SC03b_c_081.wav,chie,,0,,,,,,,,Uncle. +242100 ,,,,,1231020,,主人公,,,,,,,,,,,,,"A dad shouldn't do things like this, and it would be\ncheating on your mom too." +242200 ,,,,,1231020,,千恵,Chie,105_SC03b_c_082.wav,chie,,0,,,,,,,,"Oh, right!" +242300 ,,,,,1231020,,主人公,,,,,,,,,,,,,"If you don't want to make your mom sad, it ends today." +242400 ,,,,,1231020,,千恵,Chie,105_SC03b_c_083.wav,chie,,0,,,,,,,,...... +242500 ,,,,,1231020,,,,,,,,,,,,,,,"Chii-chan seemed to think for a moment, then nodded lightly." +242600 ,,,,,1231020,,千恵,Chie,105_SC03b_c_084.wav,chie,,0,,,,,,,,"Got it. This will be the last time I have sex with you,\nuncle." +242700 ,,,,,1231020,,主人公,,,,,,,,,,,,,Yeah. +242800 ,,,,,1231020,,千恵,Chie,105_SC03b_c_085.wav,chie,,0,,,,,,,,"Then today, you can do whatever you want with Chii-chan,\nokay?" +242900 ,,,,,1231020,,主人公,,,,,,,,,,,,,"Thank you, Chii-chan. In return, I'll make you feel good." +243000 ,,,,,1231020,,千恵,Chie,105_SC03b_c_086.wav,chie,,0,,,,,,,,Okay! +243100 ,,,,,1231020,,,,,,,,,,,,,,,"With that, they exchanged a kiss." +243200 ,,,,,1231020,,千恵,Chie,105_SC03b_c_087.wav,chie,,0,,,,,,,,Mmm... smooch. +243300 ,,,,,1231020,,主人公,,,,,,,,,,,,,Mmm... nngh. +243400 ,,,,,1231020,,,,,,,,,,,,,,,Then I thrust my cock deeper inside her. +243600 ,,,,,1231030,,千恵,Chie,105_SC03b_c_088.wav,chie,,0,,,,,,,,"Ugh... ah, hic, ahh... nngh, it's deep! Ahh, ahh... nngh,\nah, ha... nngh." +243700 ,,,,,1231030,,千恵,Chie,105_SC03b_c_089.wav,chie,,0,,,,,,,,"Ah, ha, nngh! Ahhh, nngh! Deep inside... uncle's... ahh." +243800 ,,,,,1231030,,,,,,,,,,,,,,,Chii-chan convulsed with a shiver. +243900 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Chii-chan, can I go a little faster?" +244000 ,,,,,1231030,,千恵,Chie,105_SC03b_c_090.wav,chie,,0,,,,,,,,"Y-Yeah, nngh! Move however you like, uncle! Hyah! Fuah,\nfuah!" +244100 ,,,,,1231030,,主人公,,,,,,,,,,,,,Then I won't hold back. +244200 ,,,,,1231030,,千恵,Chie,105_SC03b_c_091.wav,chie,,0,,,,,,,,"Nngh! Ahhh... th-that, nngh! It's so squishy, it feels\ngood... ahhh! Haaa, ahhh..." +244300 ,,,,,1231030,,,,,,,,,,,,,,,I thrust in and out of Chii-chan's pussy with a squelching\nsound. +244400 ,,,,,1231030,,,,,,,,,,,,,,,"Her pussy stretches and contracts, like a pump sending out\nmy cock." +244500 ,,,,,1231030,,千恵,Chie,105_SC03b_c_092.wav,chie,,0,,,,,,,,"Hnn, nngh, hya, my pussy... it's moving so much... nngh, ah." +244600 ,,,,,1231030,,千恵,Chie,105_SC03b_c_093.wav,chie,,0,,,,,,,,"Ah, nngh, faaah! Hiiiii! Noooo! My cock too... faaaaah...\nkuh...! It's moving around!" +244700 ,,,,,1231030,,主人公,,,,,,,,,,,,,How is it? Does it feel good? +244800 ,,,,,1231030,,千恵,Chie,105_SC03b_c_094.wav,chie,,0,,,,,,,,"Ahh... haah... uncle, it's too late now... faaaah...\nu-uungh!" +244900 ,,,,,1231030,,千恵,Chie,105_SC03b_c_095.wav,chie,,0,,,,,,,,"Ahhh... nngh! Uncle, you've been making me feel good all\nalong, haven't you?" +245000 ,,,,,1231030,,,,,,,,,,,,,,,"Oh, she thought that way about me." +245100 ,,,,,1231030,,主人公,,,,,,,,,,,,,Then I'll make you feel even better. +245200 ,,,,,1231030,,,,,,,,,,,,,,,"I spread Chii-chan's soft, small butt open." +245300 ,,,,,1231020,,千恵,Chie,105_SC03b_c_096.wav,chie,,0,,,,,,,,Fwah!? +245400 ,,,,,1231020,,,,,,,,,,,,,,,Her cute little hole twitches tightly. +245500 ,,,,,1231020,,千恵,Chie,105_SC03b_c_097.wav,chie,,0,,,,,,,,U-Uncle?! Th-That's... my butt hole? +245600 ,,,,,1231020,,主人公,,,,,,,,,,,,,"Yeah, there are lots of people who find this feels good too." +245700 ,,,,,1231020,,,,,,,,,,,,,,,I tease her butt hole with my finger. +245800 ,,,,,1231030,,千恵,Chie,105_SC03b_c_098.wav,chie,,0,,,,,,,,"Fuh, haah. Nnnn!?" +245900 ,,,,,1231030,,主人公,,,,,,,,,,,,,Whoa!? Inside her pussy is amazing! +246000 ,,,,,1231030,,,,,,,,,,,,,,,"As Chii-chan twists her body, her pussy moves in a wavy\nmotion, sending a rush of stimulation to my cock." +246100 ,,,,,1231030,,,,,,,,,,,,,,,"At the same time, it seems like various parts of Chii-chan's\npussy are being stimulated, causing her to arch her back." +246200 ,,,,,1231030,,千恵,Chie,105_SC03b_c_099.wav,chie,,0,,,,,,,,"Fwah! No, ah! It's amazing... Fwah! Hah, ahhh, ah! Ah! It's\nhitting all sorts of places..." +246300 ,,,,,1231030,,,,,,,,,,,,,,,"Chii-chan's knees tremble, but I hold her waist to keep her\nfrom falling." +246400 ,,,,,1231030,,,,,,,,,,,,,,,"And while doing so, I pull her closer and thrust my hips\nvigorously." +246500 ,,,,,1231030,,千恵,Chie,105_SC03b_c_100.wav,chie,,0,,,,,,,,"Hyu! N, ahh! Ahh! Hauuu! Agg, it's intense...!" +246600 ,,,,,1231030,,千恵,Chie,105_SC03b_c_101.wav,chie,,0,,,,,,,,"Nngh! Fwah, but it's so... Fwah! It feels so good... Ahhh!\nFyaaah!" +246700 ,,,,,1231030,,主人公,,,,,,,,,,,,,I-I'm feeling good too! +246800 ,,,,,1231030,,千恵,Chie,105_SC03b_c_102.wav,chie,,0,,,,,,,,"Hya! Every time your cock goes in, my pussy tightens...\nChii-chan feels like she's going to cum." +246900 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Chii-chan, it's the last time, so hold on a little longer." +247000 ,,,,,1231030,,千恵,Chie,105_SC03b_c_103.wav,chie,,0,,,,,,,,"Fwah! Y-Yeah! Chii-chan will hold on. Nngh, ah, haaah!" +247100 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Yeah, do your best." +247200 ,,,,,1231030,,,,,,,,,,,,,,,"Chii-chan's pussy becomes more slippery, changing from a\ntight and soft sensation to a soft and wavy one." +247300 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Oh! Amazing, Chii-chan... It's like your pussy is melting!" +247400 ,,,,,1231030,,千恵,Chie,105_SC03b_c_104.wav,chie,,0,,,,,,,,"Eh!? My pussy... is it melting? Ah, ahhh. Hyah! Fwah! Nooo!" +247500 ,,,,,1231030,,主人公,,,,,,,,,,,,,"No, it's just like that. But still, it's clinging... it\nfeels like my cock might melt too!" +247600 ,,,,,1231030,,,,,,,,,,,,,,,"When I pull out to the ridge, the newly overflowing love\njuices drip down." +247700 ,,,,,1231030,,主人公,,,,,,,,,,,,,Whoa... Chii-chan! Both your pussy and your butt hole are\ntwitching! +247800 ,,,,,1231030,,千恵,Chie,105_SC03b_c_105.wav,chie,,0,,,,,,,,"No, don't look at Chii-chan's butt so much!" +247900 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Hmm, could it be that something is about to come out?" +248000 ,,,,,1231030,,千恵,Chie,105_SC03b_c_106.wav,chie,,0,,,,,,,,"Fwah! Uuu! Ahhhh. No, Onii-chan, ah! Hah, ahhh! It feels so\ngood, I can't help but move! Hah, hah, hyaaaah!" +248100 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Heh, so it feels so good that your butt is moving on its\nown." +248200 ,,,,,1231030,,千恵,Chie,105_SC03b_c_107.wav,chie,,0,,,,,,,,T-This is the first time that's happened today. +248300 ,,,,,1231030,,,,,,,,,,,,,,,"Her anus twitches, and lewd sounds echo from her pussy,\ngoing squish, squish, squish." +248400 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Wow, it's like you wet yourself." +248500 ,,,,,1231030,,千恵,Chie,105_SC03b_c_108.wav,chie,,0,,,,,,,,Chii-chan didn't wet herself! +248600 ,,,,,1231030,,主人公,,,,,,,,,,,,,Hmm? +248700 ,,,,,1231030,,,,,,,,,,,,,,,"Ah, that's right! It's because of that wetting incident from\nbefore." +248800 ,,,,,1231030,,,,,,,,,,,,,,,"Alright, in that case." +248900 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Really, even though so much is coming out?" +249000 ,,,,,1231030,,千恵,Chie,105_SC03b_c_109.wav,chie,,0,,,,,,,,This is the juice that comes out when it feels good! +249100 ,,,,,1231030,,主人公,,,,,,,,,,,,,I see. +249200 ,,,,,1231030,,,,,,,,,,,,,,,"When I thrust my hips strongly, loud splashing sounds can be\nheard." +249300 ,,,,,1231030,,,,,,,,,,,,,,,"Wow, that's amazing." +249400 ,,,,,1231030,,千恵,Chie,105_SC03b_c_110.wav,chie,,0,,,,,,,,"Fwah! Nyaa! Ahhh, Onii-chan! Fwaaaaah!" +249500 ,,,,,1231030,,,,,,,,,,,,,,,"Her whole body convulses, arching her back, twisting as if\ntrying to escape the pleasure." +249600 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Chii-chan, you're thrashing around too much." +249700 ,,,,,1231030,,千恵,Chie,105_SC03b_c_111.wav,chie,,0,,,,,,,,"Nngh! It's just, it feels too good... Fwah! Onii-chan! Onii-\nchan! Ah, ahhh! Fwaaaaah!" +249800 ,,,,,1231030,,主人公,,,,,,,,,,,,,Whoa!? I-I'm feeling really good too. +249900 ,,,,,1231030,,,,,,,,,,,,,,,"Inside Chii-chan's hot pussy, it feels like my cock might\nmelt." +250000 ,,,,,1231030,,千恵,Chie,105_SC03b_c_112.wav,chie,,0,,,,,,,,"Higu! No more! Hiaaaah! Chii-chan is going crazy! Ahhh, my\nbody is twitching from Onii- chan's cock!" +250100 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Fuhah, I-I feel like I'm going crazy too!" +250200 ,,,,,1231030,,千恵,Chie,105_SC03b_c_113.wav,chie,,0,,,,,,,,"Nngh! Fwah, kuu... Ahhh, Onii-chan! Nkuu... Let me rest.\nAhhh! Fwaaaaaah!" +250300 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Sorry, Chii-chan! Onii-chan's cock... Ah, hah hah. It\ndoesn't seem like it'll stop until I cum!" +250400 ,,,,,1231030,,,,,,,,,,,,,,,"The rhythm of my hips gets faster and faster, and I can hear\nthe sound of air going in and out of her pussy." +250500 ,,,,,1231030,,,,,,,,,,,,,,,Chii-chan looks back at me with a dazed expression. +250600 ,,,,,1231030,,,,,,,,,,,,,,,That expression isn't one you'd show to a father... This is\nthe last time we'll have sex. +250700 ,,,,,1231030,,千恵,Chie,105_SC03b_c_114.wav,chie,,0,,,,,,,,"Onii-chan... Ahh... I love you! Ah, haa, Chii-chan loves\nOnii-chan so much!" +250800 ,,,,,1231030,,主人公,,,,,,,,,,,,,"I love you too, Chii-chan." +250900 ,,,,,1231030,,千恵,Chie,105_SC03b_c_115.wav,chie,,0,,,,,,,,"Hiaah, Onii-chan! Ah! Hah hah hah. Chii-chan is about to\ncum!" +251000 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Hah, hah, me too! Let's cum together, Chii- chan!" +251100 ,,,,,1231030,,千恵,Chie,105_SC03b_c_116.wav,chie,,0,,,,,,,,"Ah, nn. Yes! Yes! Onii-chan! Onii-chan! Ahhh! Fwah!\nHiaaaaaah!" +251200 ,,,,,1231030,,,,,,,,,,,,,,,"The movement of my cock gets faster and faster, indulging in\npleasure as love juices scatter." +251300 ,,,,,1231030,,,,,,,,,,,,,,,"The sound of splashing echoes, making it seem like we've\nreally wet ourselves." +251400 ,,,,,1231030,,千恵,Chie,105_SC03b_c_117.wav,chie,,0,,,,,,,,Nnnngh! Ahhh! Fwah! Chii-chan's head is going blank!\n...Ahhh! +251500 ,,,,,1231030,,主人公,,,,,,,,,,,,,Hah hah! Ch-Chii-chan... Chii-chan... I love you! +251600 ,,,,,1231030,,千恵,Chie,105_SC03b_c_118.wav,chie,,0,,,,,,,,"Nnngh! Ahhh, Onii-chan, Onii-chan, Onii- chan, Onii-chan!" +251700 ,,,,,1231030,,,,,,,,,,,,,,,Chii-chan's pussy tightens and convulses as if it doesn't\nwant to let go of my cock. +251800 ,,,,,1231030,,千恵,Chie,105_SC03b_c_119.wav,chie,,0,,,,,,,,"Onii-chan, can Chii-chan cum?" +251900 ,,,,,1231030,,主人公,,,,,,,,,,,,,Y-yes! I'm about to cum too! +252000 ,,,,,1231030,,千恵,Chie,105_SC03b_c_120.wav,chie,,0,,,,,,,,"Ahhh! Chii-chan is cumming! Onii-chan! Onii- chan! Ahh! I'm\ncumming, I'm cumming!!" +252100 ,,,,,1231030,,主人公,,,,,,,,,,,,,Chii-chan! Chii-chan! Chii-chan! Ohhh! Gah!? +252200 ,,,,,1231030,,,,,,,,,,,,,,,"Chii-chan's body stiffens for a moment, then arches her\nback." +252300 ,$menu_begin,,,,1231030,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_2a",,,,1231030,,,,,,,,,,,,,,,■@ Cum inside +↓,"$menu_item 1,Finish outside,sel_2b",,,,1231030,,,,,,,,,,,,,,,■A Cum outside +↓,$menu_end,,,,1231030,,,,,,,,,,,,,,, +252400 ,*sel_2a,,,,1231030,,,,,,,,,,,,,,,■@ Cum inside +252500 ,,,,,1231030,,主人公,,,,,,,,,,,,,Fwah! Chii-chan! Take the last of Onii- chan's semen in your\npussy! +252600 ,,,,,1231030,,千恵,Chie,105_SC03b_c_121.wav,chie,,0,,,,,,,,Y-yes! Yes! Hiaaaah! +252700 ,,,,,1231030,,,,,,,,,,,,,,,"A tingling sensation gathers from my hips, balls, and calves\nto my cock, releasing it inside Chii-chan." +252900 ,,,,,1231040,,,,,,,,,,,,,,,――Sploosh! Sploosh-sploosh-sploosh! Sploosh- gush! +253000 ,,,,,1231040,,,,,,,,,,,,,,,"A feeling of being sucked in rushes through me, pressing my\nhips and cock into Chii-chan as much as possible." +253100 ,,,,,1231040,,主人公,,,,,,,,,,,,,"Ohh... ah, ah! Ngh, ahhh!" +253200 ,,,,,1231040,,千恵,Chie,105_SC03b_c_122.wav,chie,,0,,,,,,,,"Ugh... ahh, Onii-chan's is coming into Chii- chan's pussy." +253300 ,,,,,1231040,,,,,,,,,,,,,,,"My cock continues to pump out semen, showing no signs of\nstopping." +253400 ,,,,,1231040,,,,,,,,,,,,,,,Chii-chan's pussy also tightens as if reluctant to part with\nmy cock. +253500 ,,,,,1231040,,千恵,Chie,105_SC03b_c_123.wav,chie,,0,,,,,,,,"Hah... ah, ha... hnn! Hah hah... I can feel so much of Onii-\nchan's coming out, nngh, I-I know... it." +253600 ,,,,,1231040,,主人公,,,,,,,,,,,,,"Chii-chan... Ah, hah hah..." +253700 ,,,,,1231040,,,,,,,,,,,,,,,The pleasure of ejaculation is so intense that my whole body\nis tingling. +253800 ,,,,,1231040,,,,,,,,,,,,,,,"...Finally, the ejaculation starts to subside." +253900 ,,,,,1231050,,千恵,Chie,105_SC03b_c_124.wav,chie,,0,,,,,,,,"Ahh... hah! Ah, hah, hah, fuh~. Ngh..." +254000 ,,,,,1231050,,,,,,,,,,,,,,,Chii-chan's body is twitching lewdly over and over again. +254100 ,,,,,1231050,,千恵,Chie,105_SC03b_c_125.wav,chie,,0,,,,,,,,Onii-chan... it felt so good. +254200 ,,,,,1231050,,主人公,,,,,,,,,,,,,"Yeah, me too..." +254300 ,,,,,1231050,,千恵,Chie,105_SC03b_c_126.wav,chie,,0,,,,,,,,Onii-chan... I love you... +254400 ,,,,,1231050,,主人公,,,,,,,,,,,,,"Yeah. I'll do my best to make you love me as your father\ntoo, Chii-chan." +254500 ,,,,,1231050,,千恵,Chie,105_SC03b_c_127.wav,chie,,0,,,,,,,,"Ehehe~. Yeah, Onii-chan." +254600 ,$go join_2,,,,,,,,,,,,,,,,,,, +254700 ,*sel_2b,,,,,,,,,,,,,,,,,,,■ARelease outside +254800 ,,,,,1231030,,主人公,,,,,,,,,,,,,"Fwah! Chii-chan! We can't have a child as parent and child,\nso I'll spray my sperm!" +254900 ,,,,,1231030,,千恵,Chie,105_SC03b_c_128.wav,chie,,0,,,,,,,,Y-yeah! Yeah! Hyaaah! +255000 ,,,,,1231030,,,,,,,,,,,,,,,"A shiver runs from my hips, balls, and calves to my cock,\nand I pull it out all at once." +255100 ,,,,,1231030,,千恵,Chie,105_SC03b_c_129.wav,chie,,0,,,,,,,,Fuwaaah!? Onii-chan's cock!? +255200 ,,,,,1231030,,,,,,,,,,,,,,,"Then, I release it all over Chii-chan's body as I please." +255400 ,,,,,1231051,,,,,,,,,,,,,,,――Sploosh! Sploosh-sploosh-sploosh! +255500 ,,,,,1231051,,,,,,,,,,,,,,,"The sensation of releasing all the pleasure from my cock\nrushes through me, showering Chii-chan's body with sperm." +255600 ,,,,,1231051,,主人公,,,,,,,,,,,,,"Ngh... ah, ah! Ngh, ahhh!" +255700 ,,,,,1231051,,千恵,Chie,105_SC03b_c_130.wav,chie,,0,,,,,,,,"Augh... it's hot! Ahh, Onii-chan's is all over Chii-chan!" +255800 ,,,,,1231051,,,,,,,,,,,,,,,"My cock continues to spurt out semen, showing no signs of\nstopping." +255900 ,,,,,1231051,,,,,,,,,,,,,,,"Chii-chan's pussy remains open, as if reluctant to part with\nmy cock." +256000 ,,,,,1231051,,,,,,,,,,,,,,,...But I can't put it back in there anymore. +256100 ,,,,,1231051,,千恵,Chie,105_SC03b_c_131.wav,chie,,0,,,,,,,,"Huff... ah, haa... hiyuu! Haa haa... Onii- chan's is coming\nout so much... my body is all sticky." +256200 ,,,,,1231051,,主人公,,,,,,,,,,,,,"Chii-chan... Ah, haa haa..." +256300 ,,,,,1231051,,,,,,,,,,,,,,,The pleasure of ejaculation is so intense that my whole body\nis tingling. +256400 ,,,,,1231051,,,,,,,,,,,,,,,"...Finally, the ejaculation starts to subside." +256500 ,,,,,1231051,,千恵,Chie,105_SC03b_c_132.wav,chie,,0,,,,,,,,"Ahh... huff! Ah, haa, haa, fuh~. Nngh..." +256600 ,,,,,1231051,,,,,,,,,,,,,,,Chii-chan's body is twitching lewdly over and over again. +256700 ,,,,,1231051,,千恵,Chie,105_SC03b_c_133.wav,chie,,0,,,,,,,,Onii-chan... it felt so good. +256800 ,,,,,1231051,,主人公,,,,,,,,,,,,,"Yeah, me too..." +256900 ,,,,,1231051,,千恵,Chie,105_SC03b_c_134.wav,chie,,0,,,,,,,,Onii-chan... I love you... +257000 ,,,,,1231051,,主人公,,,,,,,,,,,,,"Yeah. I'll do my best to make you say you love me as your\nfather too, Chii-chan." +257100 ,,,,,1231051,,千恵,Chie,105_SC03b_c_135.wav,chie,,0,,,,,,,,"Ehehe~. Yeah, Onii-chan." +257200 ,*join_2,,,,,,,,,,,,,,,,,,,■Time Passes +257300 ,$event_return,,,,,,,,,,,,,,,,,,, +257500 ,,,8,31,,,主人公,,,,,,,,,,,,,"Well, we've washed off the sweat and semen." +257600 ,,,,,,,,,,,,,,,,,,,,"We returned home once, took a shower, and washed off the\nsemen and dirt." +257700 ,,,,,,,,,,,,,,,,,,,,We can't just go back to Chii-chan's house like this. +257800 ,,,,,,,主人公,,,,,,,,,,,,,"So, Chii-chan, shall we head back home?" +257900 ,,,,,,,千恵,Chie,105_SC03b_c_136.wav,chie,,3,,,,,,,,"Eh? Chii-chan can go home by herself. Are you coming too,\nOnii-chan?" +258000 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Yeah, I want to become Chii-chan's father as soon as\npossible." +258100 ,,,,,,,千恵,Chie,105_SC03b_c_137.wav,chie,,23,,,,,,,,...... +258200 ,,,,,,,千恵,Chie,105_SC03b_c_138.wav,chie,,23,,,,,,,,"...Uh, what?" +258300 ,,,,,,,,,,chie,,23,,,,,,,,"Chii-chan doesn't seem to understand what I mean, and tilts\nher head to the side." +258400 ,,,,,,,,,,chie,,23,,,,,,,,And after a while. +258500 ,,,,,,,千恵,Chie,105_SC03b_c_139.wav,chie,,4,,,,,,,,Ah! You're going to propose to my mom! +258600 ,,,,,,,主人公,,,chie,,4,,,,,,,,"N-no... it's more like confessing, or maybe with marriage in\nmind..." +258700 ,,,,,,,千恵,Chie,105_SC03b_c_140.wav,chieL,,7,,,,,,,,"Hey, make it clear!" +258800 ,,,,,,,主人公,,,chieL,,7,,,,,,,,"Y-yeah... well, I thought I'd go tell Chii- chan's mom that\nI want to be Chii-chan's dad." +258900 ,,,,,,,,,,chieL,,7,,,,,,,,"As I said that with a wry smile, Chii-chan looked at me with\nsparkling eyes." +259000 ,,,,,,,千恵,Chie,105_SC03b_c_141.wav,chieL,,27,,,,,,,,Really! You're really going to be Chii- chan's dad! So\nsoon!? +259100 ,,,,,,,主人公,,,chieL,,27,,,,,,,,"It's a promise, right? ...Besides, with such a cute child,\nI'd want to be her dad too." +259200 ,,,,,,,千恵,Chie,105_SC03b_c_142.wav,chieL,,1,,,,,,,,Yayyyy! +259300 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"Hey, didn't I just say that earlier?" +259400 ,,,,,,,千恵,Chie,105_SC03b_c_143.wav,chieL,,15,,,,,,,,But you kept making excuses and just had sex with Chii-chan\nall the time. +259500 ,,,,,,,,,,chieL,,15,,,,,,,,"...Well, that's true." +259600 ,,,,,,,主人公,,,chieL,,15,,,,,,,,"Well, I really do want to be Chii-chan's dad." +259700 ,,,,,,,主人公,,,chieL,,15,,,,,,,,"So, shall we go to your mom together now?" +259800 ,,,,,,,千恵,Chie,105_SC03b_c_144.wav,chieL,,21,,,,,,,,Yeah! +259900 ,,,0,9000,,,,,,,,,,,,,,,, +260100 ,$go yuko_route,,,,,,,,,,,,,,,,,,,⇒■To the Mom Route +260300 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ALiking as a Lolicon +260400 ,,,10,121,,,,,,,,,,,,,,,,――I wanted to hold her as a lover. +260500 ,,,,,,,,,,,,,,,,,,,,I pulled Chii-chan's small body close. +260600 ,,,,,,,千恵,Chie,105_SC03b_c_145.wav,chie,,3,,,,,,,,Uncle? +260700 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Sorry, Chii-chan. I made you feel lonely." +260800 ,,,,,,,千恵,Chie,105_SC03b_c_146.wav,chie,,6,,,,,,,,...No. ...Uncle plays with Chii-chan. +260900 ,,,,,,,千恵,Chie,105_SC03b_c_147.wav,chie,,2,,,,,,,,"Even when mom's not around, you're with me... so I'm not\nlonely, okay?" +261000 ,,,,,,,主人公,,,chie,,2,,,,,,,,"But you want me to be your dad, right?" +261100 ,,,,,,,千恵,Chie,105_SC03b_c_148.wav,chie,,16,,,,,,,,... +261200 ,,,,,,,,,,chie,,16,,,,,,,,Chii-chan's gaze wandered as if she was unsure... +261300 ,,,,,,,千恵,Chie,105_SC03b_c_149.wav,chieL,,13,,,,,,,,"But Uncle likes Chii-chan, right?" +261400 ,,,,,,,主人公,,,chieL,,13,,,,,,,,"Yeah, that's right." +261500 ,,,,,,,千恵,Chie,105_SC03b_c_150.wav,chieL,,2,,,,,,,,More than mom? +261600 ,,,,,,,主人公,,,chieL,,2,,,,,,,,That's how it is. +261700 ,,,,,,,千恵,Chie,105_SC03b_c_151.wav,chieL,,22,,,,,,,,Then Uncle can't be my dad after all... +261800 ,,,,,,,,,,chieL,,22,,,,,,,,Chii-chan showed a slightly disappointed expression. +261900 ,,,,,,,,,,,,,,,,,,,,"It's sad, but becoming Chii-chan's dad out of sympathy would\nonly cause trouble." +262000 ,,,,,,,,,,,,,,,,,,,,"I'd probably end up having sex with Chii-chan more than her\nmom, and if her mom realized that, it wouldn't be good." +262100 ,,,,,,,,,,,,,,,,,,,,"Besides, you shouldn't get married out of sympathy." +262200 ,,,,,,,,,,,,,,,,,,,,...Oh! I still have some ethics left in me. +262300 ,,,,,,,,,,,,,,,,,,,,"Well, I'll choose to continue my intimate relationship with\nChii-chan as before." +262400 ,,,,,,,主人公,,,,,,,,,,,,,"But instead, as your groom, I won't let you feel lonely.\nKiss." +262500 ,,,,,,,千恵,Chie,105_SC03b_c_152.wav,chieL,,4,,,,,,,,"Oh, Uncle! Geez..." +262600 ,,,,,,,主人公,,,chieL,,4,,,,,,,,"Sorry, Chii-chan. If you weren't so charming, I could have\nbecome your dad." +262700 ,,,,,,,主人公,,,chieL,,4,,,,,,,,But Chii-chan is just too cute. +262800 ,,,,,,,千恵,Chie,105_SC03b_c_153.wav,chieL,,22,,,,,,,,Ehehe~ +262900 ,,,,,,,主人公,,,chieL,,22,,,,,,,,But I want to fulfill Chii-chan's wish someday. +263000 ,,,,,,,千恵,Chie,105_SC03b_c_154.wav,chieL,,24,,,,,,,,Huh? What do you mean? +263100 ,,,,,,,主人公,,,chieL,,24,,,,,,,,"I can't do it now, but I'll work hard to become your dad in\nthe future." +263200 ,,,,,,,千恵,Chie,105_SC03b_c_155.wav,chieL,,23,,,,,,,,R-Really! +263300 ,,,,,,,主人公,,,chieL,,23,,,,,,,,"Yeah! But for that, we need to practice, so let's work hard\ntogether." +263400 ,,,,,,,千恵,Chie,105_SC03b_c_156.wav,chieL,,21,,,,,,,,Got it! Chii-chan will do anything~ +263500 ,,,,,,,,,,chieL,,21,,,,,,,,Oh! She said anything! +263600 ,,,,,,,,,,chieL,,21,,,,,,,,"Alright, what should we do starting tomorrow?" +263700 ,,,,,,,,,,chieL,,21,,,,,,,,Hehehe! I'm getting excited! +263800 ,,,0,9000,,,,,,,,,,,,,,,, +264200 ,@106_SC04,,,,,,,,,,,,,,,,,,, +264700 ,,,5,31,,,,,,,,,,,,,,,,Today is a day off for the shop. +264800 ,,,,,,,,,,,,,,,,,,,,"Well, I can take a day off whenever I want, and I can open\nit if I say so, so it's not really a fixed schedule." +264900 ,,,,,,,,,,,,,,,,,,,,"Today seems to be a day when families go out easily, so the\nkids have gone out with their families." +265000 ,,,,,,,,,,,,,,,,,,,,"So, there's almost no point in opening the shop." +265100 ,,,,,,,,,,,,,,,,,,,,"And here, there's me, who doesn't have a family to take out,\nand" +265200 ,,,,,,,千恵,Chie,106_SC04_c_000.wav,"chie,private",,1,,,,,,,,Dad! What are we doing today? +265300 ,,,,,,,,,,chie,,1,,,,,,,,"Chii-chan, who doesn't have a family to take her out." +265400 ,,,,,,,主人公,,,chie,,1,,,,,,,,...... +265500 ,,,,,,,,,,chie,,1,,,,,,,,…Saying it out loud makes me feel sad. +265600 ,,,,,,,,,,chie,,1,,,,,,,,"Well, whatever, I'm going to spend a holiday that those\npeople can't even imagine!" +265700 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Alright, Chii-chan, starting today, it's special training!" +265800 ,,,,,,,千恵,Chie,106_SC04_c_001.wav,chie,,0,,,,,,,,Special training! Sounds cool! Chii-chan is excited! +265900 ,,,,,,,千恵,Chie,106_SC04_c_002.wav,chie,,23,,,,,,,,Um... so what kind of special training are we doing? +266000 ,,,,,,,主人公,,,chie,,23,,,,,,,,"I mentioned it yesterday, but I want to train to become a\ndad!" +266100 ,,,,,,,千恵,Chie,106_SC04_c_003.wav,chie,,3,,,,,,,,O-Oh~ +266200 ,,,,,,,,,,chie,,3,,,,,,,,Chii-chan gives a cute little clap with her small hands. +266300 ,,,,,,,,,,chie,,3,,,,,,,,Unaware of the naughty things that await ahead. +266400 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Well, you see, I've been thinking. If I were to become Chii-\nchan's dad, what would be the most troublesome thing?" +266500 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Can Chii-chan guess? If you get it right, I'll give you ice\ncream." +266600 ,,,,,,,千恵,Chie,106_SC04_c_004.wav,chie,,24,,,,,,,,"Ice cream! Um, um, um..." +266700 ,,,,,,,千恵,Chie,106_SC04_c_005.wav,chie,,10,,,,,,,,"Hmm, maybe that you might get rejected by mom!" +266800 ,,,,,,,主人公,,,chie,,10,,,,,,,,"Ugh... that's certainly a big problem, but... well, it's a\nproblem before becoming a dad." +266900 ,,,,,,,千恵,Chie,106_SC04_c_006.wav,chie,,3,,,,,,,,"Oh, I see. Hmm... I don't know..." +267000 ,,,,,,,主人公,,,chie,,3,,,,,,,,Bzzzt! Time's up. +267100 ,,,,,,,千恵,Chie,106_SC04_c_007.wav,chie,,8,,,,,,,,Ah... Chii-chan couldn't answer. +267200 ,,,,,,,主人公,,,chie,,8,,,,,,,,Then no ice cream for now. +267300 ,,,,,,,千恵,Chie,106_SC04_c_008.wav,chie,,14,,,,,,,,Ugh... +267400 ,,,,,,,主人公,,,chie,,14,,,,,,,,"Well, I'll give it to you after we finish the special\ntraining." +267500 ,,,,,,,千恵,Chie,106_SC04_c_009.wav,chie,,4,,,,,,,,Really! +267600 ,,,,,,,主人公,,,chie,,4,,,,,,,,It's true. +267700 ,,,,,,,,,,chie,,4,,,,,,,,"By luring her with treats from the start, Chii-chan will\nprobably do things even if she doesn't like them." +267800 ,,,,,,,,,,chie,,4,,,,,,,,"Well, Chii-chan doesn't really dislike these things, so the\nice cream might make her even more enthusiastic." +267900 ,,,,,,,千恵,Chie,106_SC04_c_010.wav,chie,,3,,,,,,,,What should I do? +268000 ,,,,,,,,,,chie,,3,,,,,,,,"See, she's already interested." +268100 ,,,,,,,主人公,,,chie,,3,,,,,,,,"No, no, I need to talk about the things that might be a\nproblem first." +268200 ,,,,,,,千恵,Chie,106_SC04_c_011.wav,chie,,13,,,,,,,,"Oh, right... Chii-chan made a mistake." +268300 ,,,,,,,主人公,,,chie,,13,,,,,,,,"Well, the problem is... being naked." +268400 ,,,,,,,千恵,Chie,106_SC04_c_012.wav,chie,,23,,,,,,,,Naked? +268500 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Yes, yes, if we live in the same house, there might be times\nwhen we see each other naked." +268600 ,,,,,,,千恵,Chie,106_SC04_c_013.wav,chie,,0,,,,,,,,Yeah... Chii-chan is sometimes completely naked after a\nbath. +268700 ,,,,,,,主人公,,,chie,,0,,,,,,,,That's something you shouldn't really show to your new dad. +268800 ,,,,,,,千恵,Chie,106_SC04_c_014.wav,chie,,3,,,,,,,,"...Is that so? But since he's dad, isn't it okay?" +268900 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Well, because we're not blood-related, it might lead to some\ninappropriate feelings." +269000 ,,,,,,,千恵,Chie,106_SC04_c_015.wav,chie,,34,,,,,,,,Oh... Dad also gets those feelings about Chii-chan. +269100 ,,,,,,,,,,chie,,34,,,,,,,,That's something I've experienced more than enough. +269200 ,,,,,,,主人公,,,chie,,34,,,,,,,,"It would be a problem if dad got those feelings, right?" +269300 ,,,,,,,千恵,Chie,106_SC04_c_016.wav,chie,,3,,,,,,,,Is that so? +269400 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Yes. If the man marries your mom and later sees Chii-chan\nnaked and gets those feelings, what would your mom think?" +269500 ,,,,,,,千恵,Chie,106_SC04_c_017.wav,chie,,34,,,,,,,,Umm... +269600 ,,,,,,,千恵,Chie,106_SC04_c_018.wav,chie,,23,,,,,,,,"Oh, she'd think dad is cheating." +269700 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Correct. That's exactly right, Chii-chan." +269800 ,,,,,,,千恵,Chie,106_SC04_c_019.wav,chie,,34,,,,,,,,I see... +269900 ,,,,,,,千恵,Chie,106_SC04_c_020.wav,chie,,3,,,,,,,,But what should we do about that? +270000 ,,,,,,,,,,chie,,3,,,,,,,,"Alright, let's subtly shift the theory here." +270100 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Yeah, if we live in the same house, it's hard not to see\neach other naked, right?" +270200 ,,,,,,,千恵,Chie,106_SC04_c_021.wav,chie,,0,,,,,,,,Yeah. +270300 ,,,,,,,主人公,,,chie,,0,,,,,,,,"So, we need to make it okay to see each other naked." +270400 ,,,,,,,千恵,Chie,106_SC04_c_022.wav,chie,,3,,,,,,,,...? +270500 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Well, the training we're going to do now is to make sure we\ndon't get any naughty feelings when we see each other naked." +270600 ,,,,,,,千恵,Chie,106_SC04_c_023.wav,chie,,20,,,,,,,,"Yeah, yeah!" +270700 ,,,,,,,,,,chie,,20,,,,,,,,Chii-chan nods repeatedly. Her trusting nature is really\nadorable. +270800 ,,,,,,,主人公,,,chie,,20,,,,,,,,"Today, both of us will spend the whole day naked in this\nhouse." +270900 ,,,,,,,千恵,Chie,106_SC04_c_024.wav,chie,,3,,,,,,,,In dad's house... all day naked? +271000 ,,,,,,,主人公,,,chie,,3,,,,,,,,Yes. +271100 ,,,,,,,千恵,Chie,106_SC04_c_025.wav,chie,,23,,,,,,,,Even in the break room... the garden... the shop? +271200 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Yes, it's okay because no one can see from outside." +271300 ,,,,,,,千恵,Chie,106_SC04_c_026.wav,chie,,5,,,,,,,,I-I see... +271400 ,,,,,,,千恵,Chie,106_SC04_c_027.wav,"chieL,private",,1,,,,,,,,That sounds fun! Chii-chan will do it! +271500 ,,,,,,,,,,chieL,,1,,,,,,,,"Oh, oh? I thought she'd be a little hesitant, but that's a\nbit of an unexpected reaction." +271600 ,,,,,,,,,,chieL,,1,,,,,,,,"Well, that's just like Chii-chan." +271700 ,,,,,,,千恵,Chie,106_SC04_c_028.wav,chieL,,21,,,,,,,,I wish Komako-chan and Tenka-chan could have come too~ +271800 ,,,,,,,主人公,,,chieL,,21,,,,,,,,"Oh, ohhh... that would be nice." +271900 ,,,,,,,,,,chieL,,21,,,,,,,,Three naked beautiful girls in my house... it's like a dream\ncome true. +272000 ,,,,,,,千恵,Chie,106_SC04_c_029.wav,chieL,,24,,,,,,,,"Ah! O-oh, dad." +272100 ,,,,,,,主人公,,,chieL,,24,,,,,,,,Hmm? What's up? +272200 ,,,,,,,千恵,Chie,106_SC04_c_030.wav,chieL,,3,,,,,,,,"Sometimes you see mom naked too, right? Should we call mom\ntoo?" +272300 ,,,,,,,,,,chieL,,3,,,,,,,,"Whoa!? If we did that, all the mischief up to now would be\nexposed!" +272400 ,,,,,,,主人公,,,chieL,,3,,,,,,,,"No, no, no, Chii-chan. Your mom is marrying your uncle, so\nit's okay if they get in the mood." +272500 ,,,,,,,千恵,Chie,106_SC04_c_031.wav,chieL,,14,,,,,,,,"Oh, right~. Mom and dad do it, don't they?" +272600 ,,,,,,,主人公,,,chieL,,14,,,,,,,,Y-yeah. +272700 ,,,,,,,,,,chieL,,14,,,,,,,,"...At this age, most kids would be grossed out by their\nparents having sex, but Chii- chan just says it so casually." +272800 ,,,,,,,主人公,,,chieL,,14,,,,,,,,"So, Chii-chan, shall we get naked?" +272900 ,,,,,,,千恵,Chie,106_SC04_c_032.wav,chieL,,1,,,,,,,,Yeah! +273100 ,,,7,,,,,,,,,,,,,,,,,"And so, we are completely naked inside the house." +273200 ,,,,,,,千恵,Chie,106_SC04_c_033.wav,"chie,nude",,1,,,,,,,,"It's cool and feels nice, dad." +273300 ,,,,,,,主人公,,,chie,,1,,,,,,,,"That's right, Chii-chan." +273400 ,,,,,,,,,,chie,,1,,,,,,,,"Chii-chan doesn't even try to cover up, her breasts, butt,\nand pussy are all in full view." +273500 ,,,,,,,,,,chie,,1,,,,,,,,...Being this bold doesn't stop me from getting in the\nmood... not at all. +273600 ,,,,,,,,,,chie,,1,,,,,,,,"Isn't it nice, the extraordinary within the ordinary?" +273700 ,,,,,,,,,,chie,,1,,,,,,,,"Doing normal things while naked is incredibly erotic, don't\nyou think, mister!" +273800 ,,,,,,,,,,chie,,1,,,,,,,,"Not in the mood for something erotic? No way, I'm in the\nmood and want to masturbate right now!" +273900 ,,,,,,,千恵,Chie,106_SC04_c_034.wav,chie,,4,,,,,,,,"Huh? Dad, your penis is already hard." +274000 ,,,,,,,主人公,,,chie,,4,,,,,,,,"Huh? Oh, it really is." +274100 ,,,,,,,,,,chie,,4,,,,,,,,"Hmm, I thought I'd try to restrain myself a bit, but it's\nnot listening at all." +274200 ,,,,,,,千恵,Chie,106_SC04_c_035.wav,chie,,17,,,,,,,,Can you really become a dad? +274300 ,,,,,,,主人公,,,chie,,17,,,,,,,,"Uh, I'll do my best." +274500 ,,,,,,,,,,,,,,,,,,,,"For a while, I moved around with an erection, trying to go\nthrough a slightly open door and bumping into it, making\nChii-chan laugh out loud." +274600 ,,,,,,,主人公,,,,,,,,,,,,,"Ah, Chii-chan, shall we eat soon?" +274700 ,,,,,,,千恵,Chie,106_SC04_c_036.wav,chie,,0,,,,,,,,"Yeah, Chii-chan brought a lunchbox." +274800 ,,,,,,,主人公,,,chie,,0,,,,,,,,"Then I'll make something, okay?" +274900 ,,,,,,,,,,chie,,0,,,,,,,,I open a spicy cup noodle and pour hot water from the pot. +275000 ,,,,,,,,,,chie,,0,,,,,,,,――Splash splash splash splash +275100 ,,,,,,,主人公,,,chie,,0,,,,,,,,"Whoa, hot!" +275200 ,,,,,,,千恵,Chie,106_SC04_c_037.wav,chie,,24,,,,,,,,Dad!? +275300 ,,,,,,,主人公,,,chie,,24,,,,,,,,I-I'm okay... it just splashed a bit. +275400 ,,,,,,,千恵,Chie,106_SC04_c_038.wav,chie,,3,,,,,,,,I see. +275500 ,,,,,,,,,,chie,,3,,,,,,,,"It splashed on my chest, stomach, and dick... I didn't\nnotice when I was wearing clothes, but it really splashes." +275600 ,,,,,,,,,,chie,,3,,,,,,,,"Thinking about it, being naked with an apron might be\nincredibly dangerous..." +275700 ,,,,,,,,,,chie,,3,,,,,,,,"......Well, whatever." +275900 ,,,,,,,千恵,Chie,106_SC04_c_039.wav,"chieL,nude",,18,,,,,,,,Let's eat! +276000 ,,,,,,,主人公,,,chie,,0,,,,,,,,Let's eat. +276100 ,,,,,,,,,,chie,,0,,,,,,,,I scoop up the cup noodles with chopsticks and slurp them\nup. +276200 ,,,,,,,主人公,,,chie,,0,,,,,,,,"Ah, hot!?" +276300 ,,,,,,,,,,chie,,0,,,,,,,,"As expected, the soup splashes, and hot water lands on my\nbody." +276400 ,,,,,,,,,,chie,,0,,,,,,,,"......Clothes really are necessary, aren't they?" +276500 ,,,,,,,,,,chie,,0,,,,,,,,I think so deeply. +276600 ,,,,,,,千恵,Chie,106_SC04_c_040.wav,chie,,23,,,,,,,,"Oops... ah, I spilled it..." +276700 ,,,,,,,主人公,,,chie,,23,,,,,,,,Hmm? Let's see... +276800 ,,,,,,,,,,chie,,23,,,,,,,,"When I look closely at Chii-chan, a grain of rice has fallen\nand is stuck next to her nipple." +276900 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Oh! It's okay, Dad will get it for you." +277000 ,,,,,,,,,,chie,,23,,,,,,,,I reach out and pinch her nipple with my fingertips. +277100 ,,,,,,,千恵,Chie,106_SC04_c_041.wav,chie,,2,,,,,,,,"Hey! Dad, that's my boob." +277200 ,,,,,,,主人公,,,chie,,2,,,,,,,,"Sorry, sorry, haha." +277300 ,,,,,,,,,,chie,,2,,,,,,,,Ah... this kind of eroticism is nice. +277400 ,,,,,,,主人公,,,chie,,2,,,,,,,,...Huh? +277500 ,,,,,,,,,,chie,,2,,,,,,,,"When I look at Chii-chan again, there's another grain of\nrice on her face." +277600 ,,,,,,,主人公,,,chie,,2,,,,,,,,"Chii-chan, there's some on your face too... smooch." +277700 ,,,,,,,,,,chie,,2,,,,,,,,I took the grain of rice stuck to Chii-chan's cheek with my\nmouth. +277800 ,,,,,,,千恵,Chie,106_SC04_c_042.wav,chie,,6,,,,,,,,"Ah, Dad. That tickles~" +277900 ,,,,,,,主人公,,,chie,,6,,,,,,,,"Haha, do I seem like a dad?" +278000 ,,,,,,,千恵,Chie,106_SC04_c_043.wav,chie,,22,,,,,,,,"Ah, maybe so." +278100 ,,,,,,,主人公,,,chie,,22,,,,,,,,"Oh, there's some more..." +278200 ,,,,,,,,,,chie,,22,,,,,,,,Then I move my body towards her nipple and gently take it in\nmy mouth. +278300 ,,,,,,,千恵,Chie,106_SC04_c_044.wav,chie,,26,,,,,,,,"Nnngh! D-Dad, that's not rice!" +278400 ,,,,,,,主人公,,,chie,,26,,,,,,,,"Sorry, sorry, I made a mistake." +278500 ,,,,,,,千恵,Chie,106_SC04_c_045.wav,chie,,33,,,,,,,,"Geez, Dad..." +278600 ,,,,,,,,,,chie,,33,,,,,,,,"She's a little pouty, but it seems like this is within the\nrange of family bonding for Chii-chan." +278700 ,,,,,,,主人公,,,,,,,,,,,,,...Huh. +278800 ,,,,,,,,,,,,,,,,,,,,...What if I did the same thing and had Chii- chan take it\nfor me? +278900 ,,,,,,,,,,,,,,,,,,,,"I'll drop it on my dick and have Chii-chan take it with her\nmouth! Yeah, that's a good idea!" +279000 ,,,,,,,,,,,,,,,,,,,,Alright! +279100 ,,,,,,,,,,,,,,,,,,,,I take a piece of pork from the hot cup noodles and\ndeliberately let it slip from my chopsticks. Then... +279200 ,,,,,,,主人公,,,,,,,,,,,,,Whoa!? Ouch!? Ahhh! +279300 ,,,,,,,千恵,Chie,106_SC04_c_046.wav,chie,,24,,,,,,,,Dad? +279400 ,,,,,,,,,,chie,,24,,,,,,,,The spicy and hot pork attacks my crotch. +279500 ,,,,,,,主人公,,,chie,,24,,,,,,,,Hngh! Ugh... Chii-chan... can you take this with your mouth? +279600 ,,,,,,,千恵,Chie,106_SC04_c_047.wav,chie,,29,,,,,,,,Eh? Chii-chan doesn't like that spicy ramen. +279700 ,,,,,,,主人公,,,chie,,29,,,,,,,,... +279800 ,,,,,,,,,,,,,,,,,,,,...What a shame. +280100 ,,,5,21,,,千恵,Chie,106_SC04_c_048.wav,chie,,3,,,,,,,,"Fifteen~, sixteen~, seventeen~" +280200 ,,,,,,,主人公,,,chie,,3,,,,,,,,How about it? Did the count match? +280300 ,,,,,,,千恵,Chie,106_SC04_c_049.wav,chieL,,1,,,,,,,,"Yeah, it matched~" +280400 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"Thanks, Chii-chan." +280500 ,,,,,,,,,,,,,,,,,,,,"Well, it's like inventory at a big store. Checking stock and\ndeciding the next order quantity." +280600 ,,,,,,,,,,,,,,,,,,,,"Of course, I'm doing this task completely naked." +280700 ,,,,,,,,,,,,,,,,,,,,"Every time Chii-chan squats to check the products, her pussy\nand anus change shape amusingly, so I ended up putting her\non the lower shelf." +280800 ,,,,,,,,,,,,,,,,,,,,"And I'm on the upper shelf, so what happens is..." +280900 ,,,,,,,千恵,Chie,106_SC04_c_050.wav,chie,,29,,,,,,,,"Four~, five~, six~, ouch!? It's Dad's dick again." +281000 ,,,,,,,主人公,,,chie,,29,,,,,,,,"Oops, bumped into you again." +281100 ,,,,,,,千恵,Chie,106_SC04_c_051.wav,chie,,10,,,,,,,,"Geez, Dad's dick is in the way~" +281200 ,,,,,,,主人公,,,chie,,10,,,,,,,,S-sorry. +281300 ,,,,,,,,,,chie,,10,,,,,,,,My rock-hard cock hits Chii-chan's head as she squats. +281400 ,,,,,,,,,,chie,,10,,,,,,,,"...Still, being called 'in the way' hurts." +281500 ,,,,,,,主人公,,,,,,,,,,,,,Phew. +281600 ,,,,,,,,,,,,,,,,,,,,"Even though I've been looking at Chii-chan's naked body all\nmorning, my erection hasn't gone down. Not for a single\nsecond." +281700 ,,,,,,,,,,,,,,,,,,,,"I thought I'd get used to it, but there's no sign of that." +281800 ,,,,,,,,,,,,,,,,,,,,"In fact, it seems to be getting even more intense." +281900 ,,,,,,,,,,,,,,,,,,,,"...Wait, is there something off?" +282000 ,,,,,,,主人公,,,,,,,,,,,,,Hmm? Hmm~~~? +282100 ,,,,,,,,,,,,,,,,,,,,I scratch the inside of my ear with my pinky... +282200 ,,,,,,,千恵,Chie,106_SC04_c_052.wav,chie,,3,,,,,,,,"Dad, what's wrong?" +282300 ,,,,,,,主人公,,,chie,,3,,,,,,,,Well... my ear suddenly got itchy... +282400 ,,,,,,,千恵,Chie,106_SC04_c_053.wav,chie,,23,,,,,,,,Are you okay? +282500 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Well, it's just an itchy ear, nothing serious." +282600 ,,,,,,,千恵,Chie,106_SC04_c_054.wav,chie,,1,,,,,,,,"Dad, Dad, Chii-chan is really good at cleaning ears! Want me\nto do it for you?" +282700 ,,,,,,,主人公,,,chie,,1,,,,,,,,Eh? Really? +282800 ,,,,,,,,,,chie,,1,,,,,,,,...Chii-chan seems like she'd be a bit rough though. +282900 ,,,,,,,千恵,Chie,106_SC04_c_055.wav,chie,,3,,,,,,,,...? +283000 ,,,,,,,,,,chie,,3,,,,,,,,"But, a naked lap pillow, huh? That sounds nice." +283100 ,,,,,,,,,,chie,,3,,,,,,,,"...Alright, let's have her do it!" +283200 ,,,,,,,,,,chie,,3,,,,,,,,"Even if a couple of eardrums get ruptured, it's worth it for\na naked lap pillow!" +283300 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Then, then I'll ask you to do it." +283400 ,,,,,,,千恵,Chie,106_SC04_c_056.wav,chie,,21,,,,,,,,Okay. +283600 ,,,,31,,,,,,,,,,,,,,,,"Chii-chan sits down naked, and I lie down, resting my head\non her lap." +283700 ,,,,,,,千恵,Chie,106_SC04_c_057.wav,chieL,,1,,,,,,,,"Wow, Dad's head is heavy." +283800 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"I'm an adult, you know." +283900 ,,,,,,,,,,chieL,,1,,,,,,,,Having her clean my ears like this really feels like we're\nparent and child. +284000 ,,,,,,,,,,chieL,,1,,,,,,,,"Well, if we weren't both naked and I didn't have an\nerection, that is." +284100 ,,,,,,,千恵,Chie,106_SC04_c_058.wav,chieL,,20,,,,,,,,"Dad, I'm going to start now." +284200 ,,,,,,,主人公,,,chieL,,20,,,,,,,,"Ah... Chii-chan, wait a moment." +284300 ,,,,,,,千恵,Chie,106_SC04_c_059.wav,chieL,,23,,,,,,,,Hm? What's wrong? +284400 ,,,,,,,主人公,,,chieL,,23,,,,,,,,"It's been a while since I've had a lap pillow, so can I stay\nlike this for a bit?" +284500 ,,,,,,,千恵,Chie,106_SC04_c_060.wav,chieL,,21,,,,,,,,Sure. +284600 ,,,,,,,主人公,,,chieL,,21,,,,,,,,Thank you. +284700 ,,,,,,,千恵,Chie,106_SC04_c_061.wav,chieL,,2,,,,,,,,"Hehe, Dad, you're such a spoiled child." +284800 ,,,,,,,,,,,,,,,,,,,,...That might be true. +284900 ,,,,,,,,,,,,,,,,,,,,"After all, I'm being comforted by having a little girl give\nme a lap pillow." +285000 ,,,,,,,,,,,,,,,,,,,,Ah... being Chii-chan's father. It might really be nice. +285100 ,,,,,,,,,,,,,,,,,,,,"Somehow, my paternal instincts seem to be taking over, and\nmy cock is gradually shrinking." +285200 ,,,,,,,主人公,,,,,,,,,,,,,Yeah... +285300 ,,,,,,,,,,,,,,,,,,,,I should stop this and work hard to become Chii-chan's\nproper father! +285400 ,,,,,,,,,,,,,,,,,,,,"With that resolve, I take a deep breath to gather my\ndetermination." +285500 ,,,,,,,,,,,,,,,,,,,,...And then. +285700 ,,,9,,1240000,,,,,,,,,,,,,,, +285800 ,*mem,,,,1240000,,,,,,,,,,,,,,, +285900 ,,,9,,1240000,,主人公,,,,,,,,,,,,,Ah... this smell... +286100 ,,,,,1240000,,,,,,,,,,,,,,,The source of the smell is deep in Chii- chan's lap\npillow... around her crotch. +286200 ,,,,,1240000,,,,,,,,,,,,,,,"Ah, it's the smell of Chii-chan's pussy." +286300 ,,,,,1240000,,,,,,,,,,,,,,,The scent of sweat and pee is coming from her pussy. +286400 ,,,,,1240000,,,,,,,,,,,,,,,Ah... I'm already... +286500 ,,,,,1240000,,千恵,Chie,106_SC04_c_062.wav,chie,,0,,,,,,,,"Ah! Daddy, your penis is getting bigger!" +286600 ,,,,,1240000,,,,,,,,,,,,,,,"My cock rises up, going from half-erect to fully erect in no\ntime." +286700 ,,,,,1240000,,,,,,,,,,,,,,,"Yeah, my paternal instincts have flown away. My sexual\ndesire is way stronger!" +286800 ,,,,,1240000,,,,,,,,,,,,,,,"Hmm, but why do the smell of a girl's sweat and pee smell so\ngood?" +286900 ,,,,,1240000,,,,,,,,,,,,,,,"I have to be careful, or I might get aroused just by\nsmelling sweat in a store." +287000 ,,,,,1240000,,主人公,,,,,,,,,,,,,"Ah... sorry, it just got bigger on its own." +287100 ,,,,,1240000,,千恵,Chie,106_SC04_c_063.wav,chie,,0,,,,,,,,Mmm... but you promised. +287200 ,,,,,1240000,,主人公,,,,,,,,,,,,,"Yeah, my bad, my bad." +287300 ,,,,,1240000,,,,,,,,,,,,,,,"When I look at Chii-chan's face, her cheeks are puffed out." +287400 ,,,,,1240000,,,,,,,,,,,,,,,"At the same time, I notice a small mound." +287500 ,,,,,1240000,,,,,,,,,,,,,,,"Of course, it's Chii-chan's breasts. They're small, but from\nthis angle, I can see they're girlishly rounded." +287600 ,,,,,1240000,,千恵,Chie,106_SC04_c_064.wav,chie,,0,,,,,,,,"...? Daddy, why are you smiling even though you messed up?" +287700 ,,,,,1240000,,主人公,,,,,,,,,,,,,"Well, Chii-chan is cute, but I also think Chii-chan's\nbreasts are cute." +287800 ,,,,,1240000,,,,,,,,,,,,,,,I lift my head and gently bite onto the small pink\nprotrusion. +287900 ,,,,,1240000,,千恵,Chie,106_SC04_c_065.wav,chie,,0,,,,,,,,"Fwaa! Daddy, you're sucking on my breast!" +288000 ,,,,,1240000,,主人公,,,,,,,,,,,,,Nom nom... smooch. +288100 ,,,,,1240000,,千恵,Chie,106_SC04_c_066.wav,chie,,0,,,,,,,,"D-Daddy, you're like a baby!" +288200 ,,,,,1240010,,千恵,Chie,106_SC04_c_067.wav,chie,,0,,,,,,,,"What Chii-chan wants is not a baby, but Daddy!" +288300 ,,,,,1240010,,主人公,,,,,,,,,,,,,"Hmm? I'm not a baby. A baby wouldn't have such a big penis,\nright?" +288400 ,,,,,1240010,,,,,,,,,,,,,,,"While sucking on her nipple, I make my cock even bigger,\nmoving it up and down repeatedly." +288600 ,,,,,1240010,,千恵,Chie,106_SC04_c_068.wav,chie,,0,,,,,,,,"Geez, Daddy, you're supposed to practice not making your\npenis big, but you made it this big. That's not good." +288700 ,,,,,1240010,,主人公,,,,,,,,,,,,,"Sorry, Chii-chan." +288800 ,,,,,1240010,,,,,,,,,,,,,,,"Well, I was totally planning to make it big anyway." +288900 ,,,,,1240010,,,,,,,,,,,,,,,And I was also planning to do this kind of thing again... +289000 ,,,,,1240010,,主人公,,,,,,,,,,,,,"Hey, Chii-chan, we need to make it smaller at least once for\npractice, so could you help me out?" +289100 ,,,,,1240010,,千恵,Chie,106_SC04_c_069.wav,chie,,0,,,,,,,,"Huh? Daddy, you're hopeless." +289200 ,,,,,1240010,,主人公,,,,,,,,,,,,,Sorry about that. +289300 ,,,,,1240010,,千恵,Chie,106_SC04_c_070.wav,chie,,0,,,,,,,,"It's okay, we're practicing for you to become a daddy,\nright?" +289400 ,,,,,1240020,,千恵,Chie,106_SC04_c_071.wav,chie,,0,,,,,,,,"Um... I just need to rub your penis like this, right?" +289500 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Oh! That's right. You remembered well, just keep holding the\npenis like that." +289600 ,,,,,1240020,,,,,,,,,,,,,,,Chii-chan starts to slowly stroke my cock up and down. +289700 ,,,,,1240020,,,,,,,,,,,,,,,"Her grip is a bit strong... oh, it's a clumsy grip, but that\nawkwardness feels really good." +289800 ,,,,,1240020,,千恵,Chie,106_SC04_c_072.wav,chie,,0,,,,,,,,"Is this okay? Daddy, does it feel good?" +289900 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Yeah, that's fine. If Chii-chan tries hard, I think it'll\nfeel good soon." +290000 ,,,,,1240020,,千恵,Chie,106_SC04_c_073.wav,chie,,0,,,,,,,,"Alright! Chii-chan wants to make Daddy feel good, so I'll do\nmy best!" +290100 ,,,,,1240020,,,,,,,,,,,,,,,"Saying that, Chii-chan grips my cock tightly." +290200 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Thank you, then please go ahead." +290300 ,,,,,1240020,,千恵,Chie,106_SC04_c_074.wav,chie,,0,,,,,,,,Got it! +290500 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Oh! Nngh, mm... haah, mm." +290600 ,,,,,1240020,,千恵,Chie,106_SC04_c_075.wav,chie,,0,,,,,,,,Is this speed okay? +290700 ,,,,,1240020,,主人公,,,,,,,,,,,,,"That's great, Chii-chan! It's amazing!" +290800 ,,,,,1240020,,,,,,,,,,,,,,,"Watching Chii-chan's breasts while getting a handjob, it's\nthe best!" +290900 ,,,,,1240020,,,,,,,,,,,,,,,I then gently bite the nipple that stands out from her\nbreast. +291000 ,,,,,1240020,,,,,,,,,,,,,,,"Mmm, such nice elasticity." +291100 ,,,,,1240020,,千恵,Chie,106_SC04_c_076.wav,chie,,0,,,,,,,,Nnngh! D-Daddy! +291200 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Mmm... smooch, smooch. Chii-chan's... it tastes like her\nbreasts." +291300 ,,,,,1240020,,千恵,Chie,106_SC04_c_077.wav,chie,,0,,,,,,,,Chii-chan doesn't have milk! +291400 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Oh, really? Then, let's test it..." +291500 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Mwah, nom nom. Smooch." +291600 ,,,,,1240020,,千恵,Chie,106_SC04_c_078.wav,chie,,0,,,,,,,,Fwaa! Ahh... don't suck on the tip of my breasts. +291700 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Then, ...nibble, nibble nibble." +291800 ,,,,,1240000,,千恵,Chie,106_SC04_c_079.wav,chie,,0,,,,,,,,Ahh... don't bite! +291900 ,,,,,1240000,,主人公,,,,,,,,,,,,,"Hey, your hands are taking a break, aren't they?" +292000 ,,,,,1240010,,千恵,Chie,106_SC04_c_080.wav,chie,,0,,,,,,,,Geez... it's because Daddy was nibbling on my breasts. +292100 ,,,,,1240010,,,,,,,,,,,,,,,"Even so, Chii-chan's sweat-flavored nipples are too\ndelicious." +292200 ,,,,,1240010,,,,,,,,,,,,,,,"Like a baby sucking on a bottle, I move my tongue while\nnibbling on her nipple with my lips." +292300 ,,,,,1240000,,千恵,Chie,106_SC04_c_081.wav,chie,,0,,,,,,,,"Fwah, ahh, D-Daddy!" +292400 ,,,,,1240020,,千恵,Chie,106_SC04_c_082.wav,chie,,0,,,,,,,,"A-already! Even if you make Chii-chan feel good, Daddy can't\nfeel good, right?" +292500 ,,,,,1240020,,主人公,,,,,,,,,,,,,An old man like me can feel good doing this kind of thing. +292600 ,,,,,1240020,,,,,,,,,,,,,,,"With clumsy hands, Chii-chan moves her hand up and down,\nrubbing my cock." +292700 ,,,,,1240020,,,,,,,,,,,,,,,I return the favor by teasing her nipple with my tongue. +292800 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Nngh. Mm. Nibble, nibble... phew. It's okay, Chii-chan, ah,\nha... mm, ha..." +292900 ,,,,,1240020,,,,,,,,,,,,,,,"I pull my mouth away from her nipple with a pop, catching my\nbreath as I look at the embarrassed Chii-chan." +293000 ,,,,,1240020,,,,,,,,,,,,,,,"And this time, I start from around the areola." +293100 ,,,,,1240020,,主人公,,,,,,,,,,,,,"Lick, lick... chomp. ...Mmmph." +293200 ,,,,,1240020,,,,,,,,,,,,,,,I lick around the nipple and then suck on it. +293300 ,,,,,1240020,,千恵,Chie,106_SC04_c_083.wav,chie,,0,,,,,,,,"Nngh! Ah, ha, fuu! My breasts... feel so good... I can't\nfocus over here." +293400 ,,,,,1240020,,主人公,,,,,,,,,,,,,...Whoa! +293500 ,,,,,1240020,,,,,,,,,,,,,,,A shiver runs up my cock. +293600 ,,,,,1240020,,,,,,,,,,,,,,,"Chii-chan's hand shifts slightly, mercilessly rubbing around\nthe ridge." +293700 ,,,,,1240020,,,,,,,,,,,,,,,"It seems like she's doing it unconsciously, but..." +293800 ,,,,,1240020,,,,,,,,,,,,,,,This is bad! My glans is swelling more than ever before. +294000 ,,,,,1240030,,千恵,Chie,106_SC04_c_084.wav,chie,,0,,,,,,,,"Nngh! Ah, ha, ha... Daddy's... cock is twitching, ah, ha,\nha." +294100 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Ugh, whoa! Chii-chan! That!" +294200 ,,,,,1240030,,千恵,Chie,106_SC04_c_085.wav,chie,,0,,,,,,,,W-what's wrong? Did it hurt? +294300 ,,,,,1240030,,主人公,,,,,,,,,,,,,"No, it's incredibly good, you're amazing, Chii-chan." +294400 ,,,,,1240030,,,,,,,,,,,,,,,"The underside of the ridge is being rubbed mercilessly, and\nprecum starts to flow out." +294500 ,,,,,1240030,,千恵,Chie,106_SC04_c_086.wav,chie,,0,,,,,,,,"Daddy, are you feeling good from Chii-chan's hand?" +294600 ,,,,,1240030,,主人公,,,,,,,,,,,,,Y-yeah. +294700 ,,,,,1240030,,千恵,Chie,106_SC04_c_087.wav,chie,,0,,,,,,,,I see. +294800 ,,,,,1240030,,,,,,,,,,,,,,,Chii-chan shows a delighted expression. +294900 ,,,,,1240030,,千恵,Chie,106_SC04_c_088.wav,chie,,0,,,,,,,,Ehehe~ Was it around here? +295000 ,,,,,1240030,,,,,,,,,,,,,,,She grips the cock tightly and moves it up and down around\nthe ridge. +295100 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Ugh!! Ah... ah. Chii-chan, that's amazing!!" +295200 ,,,,,1240030,,千恵,Chie,106_SC04_c_089.wav,chie,,0,,,,,,,,"Ah, Daddy's making a funny face." +295300 ,,,,,1240030,,,,,,,,,,,,,,,"It seems like she's getting used to it, as she starts to\nstimulate the cock rhythmically." +295400 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Ugh... I-it feels good, so I can't help it." +295500 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Chii-chan, look... when I do this... chomp." +295600 ,,,,,1240030,,千恵,Chie,106_SC04_c_090.wav,chie,,0,,,,,,,,"Fwah, ahh! Kuun!" +295700 ,,,,,1240030,,,,,,,,,,,,,,,I nibble on her nipple with my lips and stimulate it with\nthe tip of my tongue. +295800 ,,,,,1240030,,千恵,Chie,106_SC04_c_091.wav,chie,,0,,,,,,,,Ah! That feels good... +295900 ,,,,,1240030,,主人公,,,,,,,,,,,,,"See, Chii-chan, you're making a face that says it feels good\ntoo, right?" +296000 ,,,,,1240030,,千恵,Chie,106_SC04_c_092.wav,chie,,0,,,,,,,,R-really? ...Fwah! Daddy's tongue is making it all slippery. +296100 ,,,,,1240030,,,,,,,,,,,,,,,Wow... my cock feels hot as if the blood is flowing\nbackward. It's moving more intensely than my heart! +296200 ,,,,,1240030,,,,,,,,,,,,,,,My cock keeps twitching and bouncing. It feels like it's\ngoing to burst in Chii-chan's hand! +296300 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Ah, fwah! It f-feels good... Chii-chan!" +296400 ,,,,,1240030,,,,,,,,,,,,,,,"Before I knew it, I started moving my hips back and forth,\nmatching Chii-chan's hand movements." +296500 ,,,,,1240030,,,,,,,,,,,,,,,"At first, it was a bit frustrating, but now I'm completely\nat her mercy!" +296600 ,,,,,1240030,,,,,,,,,,,,,,,"Kids grow up so fast... but this is no time to be impressed!\nAt this rate, I'm going to come!" +296700 ,,,,,1240030,,千恵,Chie,106_SC04_c_093.wav,chie,,0,,,,,,,,"Hehehe, Daddy's hips are moving back and forth~" +296800 ,,,,,1240030,,主人公,,,,,,,,,,,,,O-uncle won't lose either~ +296900 ,,,,,1240030,,主人公,,,,,,,,,,,,,Chomp +297000 ,,,,,1240030,,千恵,Chie,106_SC04_c_094.wav,chie,,0,,,,,,,,"Hau!? Ah, no... my boobs feel so weird." +297100 ,,,,,1240030,,,,,,,,,,,,,,,"I nibble at the base of her nipple, focusing her attention\nthere, and then flick my tongue over it." +297200 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Wow, even such small boobs can get so perky~" +297300 ,,,,,1240030,,千恵,Chie,106_SC04_c_095.wav,chie,,0,,,,,,,,"I-I don't know about that... Nnfu! Fwaa, Chii-chan's boobs,\nnot so much!" +297400 ,,,,,1240030,,,,,,,,,,,,,,,"Every time I flick her nipple with my tongue, Chii-chan's\nbody trembles." +297500 ,,,,,1240030,,,,,,,,,,,,,,,And... the scent of her love juices grows stronger from her\npussy. +297600 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Chii-chan, it feels really good, doesn't it? Nom... Lick\nlick... Smooch!" +297700 ,,,,,1240030,,千恵,Chie,106_SC04_c_096.wav,chie,,0,,,,,,,,"Ah! Y-yeah... Ah, don't make the tip of my boobs all\nsquishy, no!" +297800 ,,,,,1240030,,,,,,,,,,,,,,,I lick up her nipple from the base and suck it up with a\nslurp. +297900 ,,,,,1240030,,千恵,Chie,106_SC04_c_097.wav,chie,,0,,,,,,,,Auuu! ...Chii-chan won't lose either! +298000 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Mwah... Smooch smooch. Ju, mwah... Oh!?" +298100 ,,,,,1240030,,,,,,,,,,,,,,,"As I'm absorbed in sucking her nipple, a strong sensation\nruns through my cock." +298200 ,,,,,1240030,,,,,,,,,,,,,,,"Pre-cum clings to Chii-chan's hand, and with that slippery\nhand, she mercilessly strokes my entire shaft." +298300 ,,,,,1240030,,,,,,,,,,,,,,,"A tingling sensation crawls along the shaft. Every time her\nfingers pass over the ridge, they glide over it with a\nsquelch, delivering relentless stimulation." +298400 ,,,,,1240030,,,,,,,,,,,,,,,"It's a rough handjob, but it feels so good!" +298500 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Ugh. Ah, ahhh, Chii-chan, ah, ugh!" +298600 ,,,,,1240030,,千恵,Chie,106_SC04_c_098.wav,chie,,0,,,,,,,,Ah! D-daddy! Daddy's cock is so hard! +298700 ,,,,,1240030,,,,,,,,,,,,,,,"I suck hard on her nipple, slurping it up." +298800 ,,,,,1240030,,千恵,Chie,106_SC04_c_099.wav,chie,,0,,,,,,,,"Ahh, ahhh, nnnn! Nnnngh!" +298900 ,,,,,1240030,,,,,,,,,,,,,,,A strong tingling sensation ran from my scrotum through my\nentire waist. +299000 ,,,,,1240030,,,,,,,,,,,,,,,Ohhhhh! I'm going to cum! Chii-chan is making me cum! +299100 ,,,,,1240030,,千恵,Chie,106_SC04_c_100.wav,chie,,0,,,,,,,,Nn. Daddy's... it's twitching! +299200 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Ugh. Ah, uncle is already... haah haah haah, already!" +299300 ,,,,,1240030,,千恵,Chie,106_SC04_c_101.wav,chie,,0,,,,,,,,"Daddy, are you about to cum?" +299400 ,,,,,1240030,,主人公,,,,,,,,,,,,,Y-yeah. Will you let me cum? +299500 ,,,,,1240030,,千恵,Chie,106_SC04_c_102.wav,chie,,0,,,,,,,,"Fuaa! Y-yeah! Daddy, you can cum!" +299600 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Thank you, Chii-chan! I'll make you feel good too, Chii-\nchan!" +299700 ,,,,,1240030,,,,,,,,,,,,,,,I take her nipple into my mouth and mercilessly tease it\nwith my tongue. +299800 ,,,,,1240030,,千恵,Chie,106_SC04_c_103.wav,chie,,0,,,,,,,,"Fuaa, nhah, ah, ah, ah! Daddy, you're really like a baby." +299900 ,,,,,1240030,,,,,,,,,,,,,,,I'm getting a handjob while sucking on a little girl's\nchest. +300000 ,,,,,1240030,,,,,,,,,,,,,,,"Sucking her nipple like a baby, preparing to ejaculate and\ncover the little girl..." +300100 ,,,,,1240030,,,,,,,,,,,,,,,Ahh! I'm about to lose my mind! +300200 ,,,,,1240030,,主人公,,,,,,,,,,,,,"Nmm, smooch, nnn, nmm, nmm... Ero, nmm, Chii-chan! Chii-\nchan's breasts!" +300300 ,,,,,1240030,,千恵,Chie,106_SC04_c_104.wav,chie,,0,,,,,,,,"Fuaaaah, ahhh! Daddy's cock... it's about to come out!" +300400 ,,,,,1240030,,,,,,,,,,,,,,,"A shiver runs down my spine, feeling like semen is rushing\nthrough." +300500 ,,,,,1240030,,,,,,,,,,,,,,,A bittersweet sensation spreads throughout my lower body. +300600 ,,,,,1240030,,主人公,,,,,,,,,,,,,I'm cumming! Chii-chan! Chii-chan! ...Uwaaaaaah! +300700 ,,,,,1240030,,,,,,,,,,,,,,,"For a moment, it felt like everything in front of me was\nenveloped in white light." +300800 ,,,,,1240030,,千恵,Chie,106_SC04_c_105.wav,chie,,0,,,,,,,,"It's okay, Daddy! Let it all out in Chii- chan's hand!" +300900 ,,,,,1240030,,,,,,,,,,,,,,,"While squeezing the nipple I was sucking on with my lips, my\nbody trembles." +301000 ,,,,,1240030,,千恵,Chie,106_SC04_c_106.wav,chie,,0,,,,,,,,Huh? Fwaaah?! +301200 ,,,,,1240040,,,,,,,,,,,,,,,――Splat! Splurt! Splish! +301300 ,,,,,1240040,,,,,,,,,,,,,,,"With a sound I couldn't believe myself, a large amount of\nwhite, cloudy semen gushes out from the tip of my cock." +301400 ,,,,,1240040,,千恵,Chie,106_SC04_c_107.wav,chie,,0,,,,,,,,"Nnngh! It's hot, fuaaah! Haa, haa, haa... Daddy's... all\nsticky." +301500 ,,,,,1240040,,主人公,,,,,,,,,,,,,Nngh... Nnngh! It's coming out so much! +301600 ,,,,,1240040,,,,,,,,,,,,,,,"Chii-chan keeps holding my cock with her hands, catching the\nfurther spurting semen all over her body." +301700 ,,,,,1240040,,千恵,Chie,106_SC04_c_108.wav,chie,,0,,,,,,,,"Fua, haa, haa, haa, haa..." +301800 ,,,,,1240040,,,,,,,,,,,,,,,"Chii-chan is in a daze for a moment, staring intently at the\ntip." +301900 ,,,,,1240040,,主人公,,,,,,,,,,,,,Haa... haa... Is something wrong? +302100 ,,,,,1240050,,千恵,Chie,106_SC04_c_109.wav,chie,,0,,,,,,,,"Wow, it's the first time I've seen ejaculation up close.\nIt's so intense." +302200 ,,,,,1240050,,主人公,,,,,,,,,,,,,"Hehe, it's thanks to Chii-chan's hard work." +302300 ,,,,,1240050,,千恵,Chie,106_SC04_c_110.wav,chie,,0,,,,,,,,Ehehe~ +302400 ,,,,,1240050,,主人公,,,,,,,,,,,,,How was Chii-chan's breasts? +302500 ,,,,,1240050,,千恵,Chie,106_SC04_c_111.wav,chie,,0,,,,,,,,"It felt good! But Daddy, you were like a baby." +302600 ,,,,,1240050,,主人公,,,,,,,,,,,,,"Haha, but as long as it felt good, that's great." +302700 ,,,,,1240050,,,,,,,,,,,,,,,There's more to tease in the future. +302800 ,,,,,1240050,,千恵,Chie,106_SC04_c_112.wav,chie,,0,,,,,,,,"Then Daddy, since your penis is back to normal, you need to\npractice being a daddy." +302900 ,,,,,1240050,,,,,,,,,,,,,,,Ah... that's right. +303000 ,,,,,1240050,,,,,,,,,,,,,,,"Well, as for me, there's no way I'd be satisfied with just\none ejaculation." +303100 ,,,,,1240050,,,,,,,,,,,,,,,"So, what should I do?" +303200 ,,,,,1240050,,主人公,,,,,,,,,,,,,"Ah... Chii-chan, I just thought of something good." +303300 ,,,,,1240050,,千恵,Chie,106_SC04_c_113.wav,chie,,0,,,,,,,,"Something good? ...Daddy, you're thinking of doing something\nnaughty again, aren't you?" +303400 ,,,,,1240050,,主人公,,,,,,,,,,,,,"N-No, nothing like that." +303500 ,,,,,1240050,,,,,,,,,,,,,,,But I am. +303600 ,,,,,1240050,,主人公,,,,,,,,,,,,,"You know, it's hot and we need to wash off the semen, so how\nabout we get in the pool?" +303700 ,,,,,1240050,,千恵,Chie,106_SC04_c_114.wav,chie,,0,,,,,,,,"Pool! Daddy, do you have a pool!?" +303800 ,,,,,1240050,,主人公,,,,,,,,,,,,,"I thought something like this might happen, so I got one\njust in case." +303900 ,,,,,1240050,,千恵,Chie,106_SC04_c_115.wav,chie,,0,,,,,,,,"Wow, Daddy's place is so fancy!" +304000 ,,,,,1240050,,,,,,,,,,,,,,,Huh? Fancy? ...She's probably misunderstanding. +304100 ,,,,,1240050,,主人公,,,,,,,,,,,,,"No, no, it's an inflatable pool. You know, the small one." +304200 ,,,,,1240050,,千恵,Chie,106_SC04_c_116.wav,chie,,0,,,,,,,,Ah! That one. Chii-chan misunderstood. +304300 ,,,,,1240050,,主人公,,,,,,,,,,,,,"Haha. Well, we usually play in the river around here, so it\nwasn't really necessary." +304400 ,,,,,1240050,,,,,,,,,,,,,,,"But finally, today, it gets to see the light of day." +304500 ,,,,,1240050,,主人公,,,,,,,,,,,,,"So, what do you want to do, Chii-chan?" +304600 ,,,,,1240050,,千恵,Chie,106_SC04_c_117.wav,chie,,0,,,,,,,,I want to get in! +304700 ,,,,,1240050,,,,,,,,,,,,,,,"Well, of course." +305000 ,,,10,,1241000,,,,,,,,,,,,,,,I prepare the inflatable pool in the yard and have naked\nChii-chan wait inside. +305100 ,,,,,1241000,,,,,,,,,,,,,,,Then I bring the hose. +305200 ,,,,,1241000,,主人公,,,,,,,,,,,,,"Alright, I'm going to add the water now!" +305300 ,,,,,1241000,,千恵,Chie,106_SC04_c_118.wav,chie,,0,,,,,,,,Ahahaha! It's cold! +305400 ,,,,,1241000,,主人公,,,,,,,,,,,,,Here we go! I'm adding more water! Don't drown! +305500 ,,,,,1241000,,千恵,Chie,106_SC04_c_119.wav,chie,,0,,,,,,,,Eh~? I won't drown in such shallow water! +305600 ,,,,,1241000,,主人公,,,,,,,,,,,,,"Then, here you go!" +305700 ,,,,,1241000,,,,,,,,,,,,,,,I pour the water I had saved in a bucket over Chii-chan's\nhead. +305800 ,,,,,1241000,,千恵,Chie,106_SC04_c_120.wav,chie,,0,,,,,,,,"Abubububu? Pwah! Ahahaha! Daddy, do it again!" +305900 ,,,,,1241000,,主人公,,,,,,,,,,,,,Sure! Here it comes! +306000 ,,,,,1241000,,千恵,Chie,106_SC04_c_121.wav,chie,,0,,,,,,,,Mmmmmm! Pwah! I'm soaking wet! +306100 ,,,,,1241000,,,,,,,,,,,,,,,"Haha, if this makes her so happy, I'll do it as much as she\nwants." +306200 ,,,,,1241000,,,,,,,,,,,,,,,"Oh, look, Chii-chan's nipples are standing up from the cold\nwater." +306300 ,,,,,1241000,,,,,,,,,,,,,,,Ugh! I'm already getting hard. +306400 ,,,,,1241000,,千恵,Chie,106_SC04_c_122.wav,chie,,0,,,,,,,,"Alright, I'm going to swim!" +306500 ,,,,,1241000,,主人公,,,,,,,,,,,,,"It's too small, you can only kick your feet." +306600 ,,,,,1241000,,千恵,Chie,106_SC04_c_123.wav,chie,,0,,,,,,,,"That's fine, here I go!" +306700 ,,,,,1241000,,主人公,,,,,,,,,,,,,Whoa! Chii-chan! You're splashing water everywhere! +306800 ,,,,,1241000,,千恵,Chie,106_SC04_c_124.wav,chie,,0,,,,,,,,Ehehe~ that's what I'm doing on purpose. +306900 ,,,,,1241000,,,,,,,,,,,,,,,Chii-chan says this while turning her butt towards me. +307000 ,,,,,1241000,,,,,,,,,,,,,,,Oh! This angle! +307100 ,,,,,1241000,,主人公,,,,,,,,,,,,,"Chii-chan, your butt and pussy are completely visible!" +307200 ,,,,,1241000,,千恵,Chie,106_SC04_c_125.wav,chie,,0,,,,,,,,"Huh? Oh, you're right." +307300 ,,,,,1241000,,千恵,Chie,106_SC04_c_126.wav,chie,,0,,,,,,,,"But you're going to be my dad, so it's fine." +307400 ,,,,,1241000,,主人公,,,,,,,,,,,,,Really? Is it okay? Then I'll take a good look! +307500 ,,,,,1241000,,千恵,Chie,106_SC04_c_127.wav,chie,,0,,,,,,,,"Go ahead, look!" +307600 ,,,,,1241000,,主人公,,,,,,,,,,,,,Wow! Then I won't hold back. +307700 ,,,,,1241000,,,,,,,,,,,,,,,As I bring my face closer to Chii-chan's butt. +307800 ,,,,,1241000,,,,,,,,,,,,,,,Splash splash splash! +307900 ,,,,,1241000,,主人公,,,,,,,,,,,,,Whoa! Chii-chan! +308000 ,,,,,1241000,,千恵,Chie,106_SC04_c_128.wav,chie,,0,,,,,,,,"Haha! Got you, Dad!" +308100 ,,,,,1241000,,,,,,,,,,,,,,,She splashed water at me with her kicking feet. +308200 ,,,,,1241000,,,,,,,,,,,,,,,"Alright, if that's how it's going to be!" +308300 ,,,,21,,,主人公,,,,,,,,,,,,,"Wait a moment, Chii-chan." +308400 ,,,,,,,,,,,,,,,,,,,,I quickly return to the shop and grab something for sale. +308500 ,,,,,,,主人公,,,,,,,,,,,,,"Alright, with this..." +308600 ,,,,,,,,,,,,,,,,,,,,I head back to the room and start rubbing my cock for a\ncertain plan. +308800 ,,,,,1241000,,千恵,Chie,106_SC04_c_129.wav,chie,,0,,,,,,,,"Oh, Dad's back!" +308900 ,,,,,1241000,,主人公,,,,,,,,,,,,,Sorry to keep you waiting! +309000 ,,,,,1241000,,千恵,Chie,106_SC04_c_130.wav,chie,,0,,,,,,,,"Geez, what were you doing?" +309100 ,,,,,1241000,,主人公,,,,,,,,,,,,,"Hehe, I thought I'd attack you with this, Chii-chan." +309200 ,,,,,1241000,,,,,,,,,,,,,,,And then I take out something. +309300 ,,,,,1241000,,千恵,Chie,106_SC04_c_131.wav,chie,,0,,,,,,,,"Ah! A water gun! I want one, I want one!" +309400 ,,,,,1241000,,主人公,,,,,,,,,,,,,"I'll use this to counter your flutter kick, Chii-chan! Take\nthat!" +309600 ,,,,,1241010,,千恵,Chie,106_SC04_c_132.wav,chie,,0,,,,,,,,"Wow! Dad, it's cold... or not? Huh?" +309700 ,,,,,1241010,,,,,,,,,,,,,,,"Hehe, there's a little trick to this." +309800 ,,,,,1241010,,,,,,,,,,,,,,,"Actually, what's inside is diluted semen! So it's not cold,\njust lukewarm!" +309900 ,,,,,1241010,,,,,,,,,,,,,,,"This way, I can splash Chii-chan while playing!" +310000 ,,,,,1241010,,,,,,,,,,,,,,,What a brilliant idea I've come up with. +310100 ,,,,,1241010,,主人公,,,,,,,,,,,,,Take that! Take that! +310200 ,,,,,1241000,,千恵,Chie,106_SC04_c_133.wav,chie,,0,,,,,,,,"Wah!? Mmph! Haha! Dad, you're good at this!" +310300 ,,,,,1241000,,主人公,,,,,,,,,,,,,Hehe! I'll get your face and mouth all wet! +310400 ,,,,,1241000,,,,,,,,,,,,,,,Facial shots are all mine! +310500 ,,,,,1241010,,千恵,Chie,106_SC04_c_134.wav,chie,,0,,,,,,,,Huh? This water feels kind of slimy? +310600 ,,,,,1241010,,主人公,,,,,,,,,,,,,Eh? R-Really? It's just your imagination... take that! +310700 ,,,,,1241010,,千恵,Chie,106_SC04_c_135.wav,chie,,0,,,,,,,,Ah! Ugh... it got in my mouth. +310800 ,,,,,1241010,,,,,,,,,,,,,,,Oh! It's an oral shot! +310900 ,,,,,1241010,,千恵,Chie,106_SC04_c_136.wav,chie,,0,,,,,,,,"Dad, you've been grinning for a while now, what's up?" +311000 ,,,,,1241010,,主人公,,,,,,,,,,,,,"N-No, it's nothing." +311100 ,,,,,1241010,,千恵,Chie,106_SC04_c_137.wav,chie,,0,,,,,,,,That's weird... +311200 ,,,,,1241010,,,,,,,,,,,,,,,"Alright, next." +311300 ,,,,,1241010,,主人公,,,,,,,,,,,,,"Look, Chii-chan. Now here, squirt squirt!" +311500 ,,,,,1241020,,千恵,Chie,106_SC04_c_138.wav,chie,,0,,,,,,,,"Ah!? No, Dad, that's my pussy!" +311600 ,,,,,1241020,,主人公,,,,,,,,,,,,,"Alright, alright, then let's aim for your butt next." +311700 ,,,,,1241020,,千恵,Chie,106_SC04_c_139.wav,chie,,0,,,,,,,,Ehh~ +311800 ,,,,,1241020,,主人公,,,,,,,,,,,,,"Look, it's Dad's wash toilet. This will make your butt\nclean!" +311900 ,,,,,1241020,,千恵,Chie,106_SC04_c_140.wav,chie,,0,,,,,,,,Ah!? Nnngh! I-It's ticklish! +312000 ,,,,,1241020,,,,,,,,,,,,,,,"Water from the water gun splashes on Chii- chan's butt,\nspreading the semen there." +312100 ,,,,,1241020,,,,,,,,,,,,,,,It's a semen wash toilet. +312200 ,,,,,1241020,,,,,,,,,,,,,,,"Alright, next again." +312300 ,,,,,1241020,,千恵,Chie,106_SC04_c_141.wav,chie,,0,,,,,,,,"Wah! Dad, you're aiming at my pussy again!" +312400 ,,,,,1241020,,主人公,,,,,,,,,,,,,"Haha, but your spread pussy looks like a target, so I can't\nhelp but aim for it... Take that!" +312500 ,,,,,1241020,,千恵,Chie,106_SC04_c_142.wav,chie,,0,,,,,,,,"Ah! Ahh! No, no, it's ticklish!" +312600 ,,,,,1241020,,主人公,,,,,,,,,,,,,Take that! +312700 ,,,,,1241020,,,,,,,,,,,,,,,"――Swoosh, splash, splash!" +312800 ,,,,,1241020,,千恵,Chie,106_SC04_c_143.wav,chie,,0,,,,,,,,"Wah? Ahh! Ouch! Dad, you're only aiming there!" +312900 ,,,,,1241020,,,,,,,,,,,,,,,"My semen water gun hits Chii-chan's pussy, clitoris, and\nurethra, making her twitch each time." +313000 ,,,,,1241020,,,,,,,,,,,,,,,"It's so cute, so fun, and so exciting." +313100 ,,,,,1241020,,千恵,Chie,106_SC04_c_144.wav,chie,,0,,,,,,,,"...? Dad, what's wrong?" +313200 ,,,,,1241020,,主人公,,,,,,,,,,,,,"Eh? No, it's nothing. Anyway, let's keep going... huh?" +313300 ,,,,,1241030,,,,,,,,,,,,,,,A pathetic sound comes from the water gun. +313400 ,,,,,1241030,,主人公,,,,,,,,,,,,,Ah... there's not much water left. I can't shoot much more. +313500 ,,,,,1241030,,千恵,Chie,106_SC04_c_145.wav,chie,,0,,,,,,,,Did you run out of water? Do you want to refill from the\nhose? +313600 ,,,,,1241030,,,,,,,,,,,,,,,"Hmm, I'd like to, but it wasn't just water." +313700 ,,,,,1241030,,,,,,,,,,,,,,,"To refill with semen, I'd have to masturbate again." +313800 ,,,,,1241030,,主人公,,,,,,,,,,,,,Gulp... +313900 ,,,,,1241030,,,,,,,,,,,,,,,"In front of me is Chii-chan, covered in my semen, sticking\nout her butt." +314000 ,,,,,1241030,,,,,,,,,,,,,,,"...I guess it's okay to go ahead like this, right?" +314100 ,,,,,1241030,,主人公,,,,,,,,,,,,,"Hey, Chii-chan. You're in such a naughty position, you're\nmaking me feel naughty again." +314300 ,,,,,1241030,,千恵,Chie,106_SC04_c_146.wav,chie,,0,,,,,,,,"Eh~? Dad, you're getting too naughty." +314400 ,,,,,1241030,,主人公,,,,,,,,,,,,,"But Chii-chan, you're posing like that. Your butt and pussy\nare all exposed and wiggling." +314500 ,,,,,1241030,,主人公,,,,,,,,,,,,,"Any dad would get naughty seeing that, right?" +314600 ,,,,,1241030,,千恵,Chie,106_SC04_c_147.wav,chie,,0,,,,,,,,"Is that so... hmm, it's difficult." +314700 ,,,,,1241030,,,,,,,,,,,,,,,Chii-chan is groaning with her butt still exposed. +314800 ,,,,,1241030,,主人公,,,,,,,,,,,,,"So, can I do something naughty?" +314900 ,,,,,1241030,,千恵,Chie,106_SC04_c_148.wav,chie,,0,,,,,,,,"...Okay. ...Actually, Chii-chan is starting to feel naughty\ntoo." +315000 ,,,,,1241030,,主人公,,,,,,,,,,,,,Is that so? +315100 ,,,,,1241030,,千恵,Chie,106_SC04_c_149.wav,chie,,0,,,,,,,,Because Dad was aiming at Chii-chan's pussy and butt. +315200 ,,,,,1241030,,千恵,Chie,106_SC04_c_150.wav,chie,,0,,,,,,,,It felt good and made me feel naughty. +315300 ,,,,,1241030,,,,,,,,,,,,,,,"Well, that's what I was aiming for." +315400 ,,,,,1241030,,,,,,,,,,,,,,,"Then, without hesitation." +315500 ,,,,,1241030,,主人公,,,,,,,,,,,,,Is it okay to put it in your pussy now? +315600 ,,,,,1241030,,千恵,Chie,106_SC04_c_151.wav,chie,,0,,,,,,,,"Yeah, with all the water hitting my pussy, it feels just\nlike when Dad used his hand..." +315700 ,,,,,1241030,,,,,,,,,,,,,,,"Oh, thanks to the semen water gun, you're all set." +315800 ,,,,,1241030,,,,,,,,,,,,,,,Well then. +315900 ,,,,,1241040,,主人公,,,,,,,,,,,,,Hmm... +316100 ,,,,,1241040,,千恵,Chie,106_SC04_c_152.wav,chie,,0,,,,,,,,Ah... Dad's cock... it's hot. +316200 ,,,,,1241040,,主人公,,,,,,,,,,,,,It's because it's been in the water for so long. +316300 ,,,,,1241040,,千恵,Chie,106_SC04_c_153.wav,chie,,0,,,,,,,,"Oh, I see." +316400 ,,,,,1241040,,,,,,,,,,,,,,,"I press the tip against the hole, wet and sticky with my\nsemen and her juices. It feels like she's already ready, her\npussy is hot." +316500 ,,,,,1241040,,,,,,,,,,,,,,,...She was feeling it from my semen water gun. +316600 ,,,,,1241040,,,,,,,,,,,,,,,"I slowly enter Chii-chan's pussy, as she sticks out her\nbutt." +316700 ,,,,,1241040,,千恵,Chie,106_SC04_c_154.wav,chie,,0,,,,,,,,Ahh... ahh. Nnnnnn~~~~~~! +316800 ,,,,,1241040,,千恵,Chie,106_SC04_c_155.wav,chie,,0,,,,,,,,"Ah... hah, nnn, it's in... ah, ahhh, nnn, nnn!" +316900 ,,,,,1241040,,主人公,,,,,,,,,,,,,Oh! +317000 ,,,,,1241040,,,,,,,,,,,,,,,"Oh, Chii-chan's soft pussy wrapped around my cock tighter\nthan usual." +317100 ,,,,,1241040,,,,,,,,,,,,,,,Did it shrink a bit from being cold in the water? +317200 ,,,,,1241040,,千恵,Chie,106_SC04_c_156.wav,chie,,0,,,,,,,,"Nnn, fua... Dad's... it's warm." +317300 ,,,,,1241040,,主人公,,,,,,,,,,,,,Uncle thinks Chii-chan's pussy is warm and feels good too. +317400 ,,,,,1241040,,千恵,Chie,106_SC04_c_157.wav,chie,,0,,,,,,,,Really? Ehehe~ +317500 ,,,,,1241040,,千恵,Chie,106_SC04_c_158.wav,chie,,0,,,,,,,,"Because it's warm, I can tell exactly where Dad's cock is\ninside Chii-chan." +317600 ,,,,,1241040,,千恵,Chie,106_SC04_c_159.wav,chie,,0,,,,,,,,"Right now, it's around the entrance of my womb." +317700 ,,,,,1241040,,主人公,,,,,,,,,,,,,"Oh, the explanation with the drawing paid off." +317800 ,,,,,1241040,,千恵,Chie,106_SC04_c_160.wav,chie,,0,,,,,,,,Yeah. +317900 ,,,,,1241040,,主人公,,,,,,,,,,,,,"Alright, then..." +318000 ,,,,,1241040,,,,,,,,,,,,,,,I slowly and shallowly move in and out of Chii-chan's pussy. +318200 ,,,,,1241050,,千恵,Chie,106_SC04_c_161.wav,chie,,0,,,,,,,,"Nnn. Ah... ahh, nnn. Nn!" +318300 ,,,,,1241050,,千恵,Chie,106_SC04_c_162.wav,chie,,0,,,,,,,,Hya! Hahnn! My body... is moving on its own. +318400 ,,,,,1241050,,,,,,,,,,,,,,,"Every time I move my hips, the water in the pool splashes\naround." +318500 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Wow... it's warm and wriggling, it feels good." +318600 ,,,,,1241050,,千恵,Chie,106_SC04_c_163.wav,chie,,0,,,,,,,,"Hyu, nn, faa, it feels like Dad's cock is stirring my pussy\nfrom inside... ah, hah... nn." +318700 ,,,,,1241050,,,,,,,,,,,,,,,It feels like I'm warming up her cold pussy. +318800 ,,,,,1241050,,,,,,,,,,,,,,,"So, I focus on rubbing my cock around the entrance, which\nmust be cold." +318900 ,,,,,1241050,,千恵,Chie,106_SC04_c_164.wav,chie,,0,,,,,,,,Ah! Ah... nnn! Faaah! Dad's... it already feels good. +319000 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Wow, that's fast." +319100 ,,,,,1241050,,千恵,Chie,106_SC04_c_165.wav,chie,,0,,,,,,,,"You know, when Dad's water gun... got in my mouth, I started\nfeeling weird." +319200 ,,,,,1241050,,,,,,,,,,,,,,,"Ah, because it had semen in it. Maybe the smell made her\nfeel aroused?" +319300 ,,,,,1241050,,主人公,,,,,,,,,,,,,Alright then... +319400 ,,,,,1241050,,,,,,,,,,,,,,,I squirt the remaining liquid from the water gun at Chii-\nchan's butt. +319500 ,,,,,1241050,,千恵,Chie,106_SC04_c_166.wav,chie,,0,,,,,,,,Fwaa!? It's cold! +319600 ,,,,,1241050,,,,,,,,,,,,,,,"Her pussy twitches in response, and her butt hole tightens." +319700 ,,,,,1241050,,主人公,,,,,,,,,,,,,Whoa! It's squeezing really tight. +319800 ,,,,,1241050,,千恵,Chie,106_SC04_c_167.wav,chie,,0,,,,,,,,"Ah... D-Dad, you're pouring water on my butt! Ah, ah,\nahhh...!" +319900 ,,,,,1241050,,,,,,,,,,,,,,,"But maybe that's what she wanted, as her voice sounds like\nshe's being spoiled." +320000 ,,,,,1241050,,,,,,,,,,,,,,,"And... the sound of water, different from the pool, echoes\nwith a squelching noise." +320100 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Ah... Chii-chan, you're really getting into it now." +320200 ,,,,,1241050,,千恵,Chie,106_SC04_c_168.wav,chie,,0,,,,,,,,"Y-yeah... Chii-chan's body... with Dad's cock... it's\ntwitching, haa... ahhh..." +320300 ,,,,,1241050,,主人公,,,,,,,,,,,,,"What a troublesome girl. If a girl this naughty became my\ndaughter, I'd be in trouble." +320400 ,,,,,1241050,,千恵,Chie,106_SC04_c_169.wav,chie,,0,,,,,,,,Eh!? N-no! Chii-chan isn't naughty! +320500 ,,,,,1241050,,千恵,Chie,106_SC04_c_170.wav,chie,,0,,,,,,,,It's because Dad is pouring water on my pussy and sucking my\nbreasts. +320600 ,,,,,1241050,,千恵,Chie,106_SC04_c_171.wav,chie,,0,,,,,,,,Anyone would end up like this if you did that. +320700 ,,,,,1241050,,主人公,,,,,,,,,,,,,Really? +320800 ,,,,,1241050,,千恵,Chie,106_SC04_c_172.wav,chie,,0,,,,,,,,Yes! +320900 ,,,,,1241050,,主人公,,,,,,,,,,,,,But isn't this a bit too naughty? +321000 ,,,,,1241050,,,,,,,,,,,,,,,"I place my hand on the part where I'm connected to Chii-\nchan, at her pussy hole." +321100 ,,,,,1241050,,千恵,Chie,106_SC04_c_173.wav,chie,,0,,,,,,,,Fya! +321200 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Wow... you're really soaked, Chii-chan." +321300 ,,,,,1241050,,千恵,Chie,106_SC04_c_174.wav,chie,,0,,,,,,,,"B-because... Dad makes me feel so good, fua, ah, ah,\nahhhh..." +321400 ,,,,,1241050,,主人公,,,,,,,,,,,,,"That's nice to hear. Then, I'll move more, okay?" +321500 ,,,,,1241050,,千恵,Chie,106_SC04_c_175.wav,chie,,0,,,,,,,,Y-yeah... you can move a lot... fuaaa! +321600 ,,,,,1241050,,,,,,,,,,,,,,,"Before Chii-chan finishes speaking, I thrust my hips and\nmove my cock vigorously." +321800 ,,,,,1241060,,千恵,Chie,106_SC04_c_176.wav,chie,,0,,,,,,,,"Dad, suddenly... auuu! Nn! Fwaa!" +321900 ,,,,,1241060,,主人公,,,,,,,,,,,,,Sorry. It's just that Chii-chan feels so good. +322000 ,,,,,1241060,,千恵,Chie,106_SC04_c_177.wav,chie,,0,,,,,,,,"Ah, nkuu... Fuaa... Chii-chan's pussy too... Ah! Ah, Dad's\ngoing in and out...!" +322100 ,,,,,1241060,,千恵,Chie,106_SC04_c_178.wav,chie,,0,,,,,,,,"It, it feels, so, good! Nn... Dad..." +322200 ,,,,,1241060,,主人公,,,,,,,,,,,,,"Haha, yeah yeah! Chii-chan's pussy feels amazing for Dad\ntoo. I can see your butt hole, it's the best." +322300 ,,,,,1241060,,,,,,,,,,,,,,,"When I thrust my hips, Chii-chan leans forward so much that\nher face almost touches the water." +322400 ,,,,,1241060,,,,,,,,,,,,,,,"Ah, Chii-chan might fall into the pool mixed with semen." +322500 ,,,,,1241050,,千恵,Chie,106_SC04_c_179.wav,chie,,0,,,,,,,,"Fuaa! Ahh...! Haa ah ah... no, ah... ahn! The pool... Chii-\nchan's face is reflected..." +322600 ,,,,,1241050,,主人公,,,,,,,,,,,,,Oh! What kind of face are you making? +322700 ,,,,,1241050,,千恵,Chie,106_SC04_c_180.wav,chie,,0,,,,,,,,Eh!? Th-that's +322800 ,,,,,1241050,,,,,,,,,,,,,,,"When I look at the water's surface too, Chii- chan's face,\nturned to mush, is reflected." +322900 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Wow, you're making such a sloppy expression, Chii-chan." +323000 ,,,,,1241060,,千恵,Chie,106_SC04_c_181.wav,chie,,0,,,,,,,,Th-that's not... fwa... ahh... auuu... true! +323100 ,,,,,1241060,,,,,,,,,,,,,,,"Even as she says that, drool from her mouth drips and\nsplashes onto the water's surface." +323200 ,,,,,1241060,,,,,,,,,,,,,,,"It's about time to pick up the pace, so I gradually increase\nmy movements and start rubbing her clitoris with my fingers." +323300 ,,,,,1241060,,千恵,Chie,106_SC04_c_182.wav,chie,,0,,,,,,,,"Fua...! Haa... nn! Dad, not so much... all at once, nn!" +323400 ,,,,,1241060,,千恵,Chie,106_SC04_c_183.wav,chie,,0,,,,,,,,"Fuaa, ahn... haun! Ahhhh! You're tickling the good spot!\nAhn, ahhh... ahhh!" +323500 ,,,,,1241060,,主人公,,,,,,,,,,,,,Kuu...! +323600 ,,,,,1241060,,,,,,,,,,,,,,,"When I stimulate her clitoris, the walls of her pussy cling\nto my cock, squeezing tightly." +323700 ,,,,,1241060,,,,,,,,,,,,,,,"Ah, the summer heat and this pleasure... the smell of my\nsemen and Chii-chan's love juices mixing in the pool is\nmaking me dizzy." +323800 ,,,,,1241060,,千恵,Chie,106_SC04_c_184.wav,chie,,0,,,,,,,,"Fua! Ah, ah, ahh! Dad's is reaching deep inside...! It's\ncoming! Fuaa!" +323900 ,,,,,1241060,,千恵,Chie,106_SC04_c_185.wav,chie,,0,,,,,,,,Auuu... my head's getting fuzzy... +324000 ,,,,,1241060,,主人公,,,,,,,,,,,,,"Kuh, are you okay, Chii-chan?" +324100 ,,,,,1241060,,千恵,Chie,106_SC04_c_186.wav,chie,,0,,,,,,,,"Ah, no, the sound of water from my pussy... it's... fuaaa!" +324200 ,,,,,1241060,,千恵,Chie,106_SC04_c_187.wav,chie,,0,,,,,,,,Dad! ...Nkuu. Fua! Chii-chan feels like she's going to come\nalready! +324300 ,,,,,1241060,,主人公,,,,,,,,,,,,,"Yeah, me too! Chii-chan's pussy feels too good!" +324400 ,,,,,1241060,,,,,,,,,,,,,,,"I gradually speed up my thrusts. No, rather, my hips are\nmoving faster on their own." +324500 ,,,,,1241060,,,,,,,,,,,,,,,"Chii-chan seems to be the same, moving her body eagerly to\nseek my cock despite her unstable position." +324600 ,,,,,1241060,,千恵,Chie,106_SC04_c_188.wav,chie,,0,,,,,,,,"Fua, naa, aaaaaah! It feels good... deep inside." +324700 ,,,,,1241060,,千恵,Chie,106_SC04_c_189.wav,chie,,0,,,,,,,,Kufuu! Fua! Nha! Aaaaaah! D-Dad's... ah! It's grinding\ninside Chii-chan! +324800 ,,,,,1241060,,主人公,,,,,,,,,,,,,Chii-chan is squeezing my cock with her pussy too. +324900 ,,,,,1241050,,千恵,Chie,106_SC04_c_190.wav,chie,,0,,,,,,,,Fuee!? I-Is Chii-chan's pussy moving like that? +325000 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Yes, with those naughty movements, you're making my cock\nfeel good." +325100 ,,,,,1241050,,千恵,Chie,106_SC04_c_191.wav,chie,,0,,,,,,,,Dad's making Chii-chan's pussy feel really good too. +325200 ,,,,,1241050,,千恵,Chie,106_SC04_c_192.wav,chie,,0,,,,,,,,S-So... Chii-chan feels like she's going to come. +325300 ,,,,,1241050,,主人公,,,,,,,,,,,,,I-I'm about to come too! +325400 ,,,,,1241050,,千恵,Chie,106_SC04_c_193.wav,chie,,0,,,,,,,,I want to come... Chii-chan wants to come already. +325500 ,,,,,1241050,,主人公,,,,,,,,,,,,,"Okay, then I'll make you come." +325600 ,,,,,1241050,,千恵,Chie,106_SC04_c_194.wav,chie,,0,,,,,,,,Yes! Yes! Dad! +325700 ,,,,,1241050,,,,,,,,,,,,,,,"I pull Chii-chan close and move my hips wildly, making the\npool water splash around like a washing machine." +325800 ,,,,,1241060,,千恵,Chie,106_SC04_c_195.wav,chie,,0,,,,,,,,"Fuwaaaaa! Agu!? Dad, it's amazing! Chii- chan's stomach...\nit's going to burst!" +325900 ,,,,,1241060,,千恵,Chie,106_SC04_c_196.wav,chie,,0,,,,,,,,"Ah, fuaaah, hiaaaah...! Ah, ah, ahhh! Pull it out!" +326000 ,,,,,1241060,,主人公,,,,,,,,,,,,,"D-Don't worry! Even though my cock feels like it's going to\nbreak from thrusting, it's totally fine." +326100 ,,,,,1241060,,,,,,,,,,,,,,,Chii-chan's pussy feels so good that a tingling sensation\nspreads through my lower body. +326200 ,,,,,1241060,,,,,,,,,,,,,,,"The more I move my cock, the stronger that sensation\nbecomes, and now it's even reaching my head." +326300 ,,,,,1241060,,千恵,Chie,106_SC04_c_197.wav,chie,,0,,,,,,,,"Dad! Haaah! Haan! Dad, ahhh, haaah, Dad!" +326400 ,,,,,1241060,,千恵,Chie,106_SC04_c_198.wav,chie,,0,,,,,,,,"Kuun, hiaaah...! Ah... fua! Fuaaah! Fuaaaaah!" +326500 ,,,,,1241060,,主人公,,,,,,,,,,,,,Kuuu...! +326600 ,,,,,1241060,,,,,,,,,,,,,,,"My cock twitches repeatedly, showing signs that it's nearing\nits limit." +326700 ,,,,,1241060,,,,,,,,,,,,,,,My knees tremble as the semen rises from my balls. +326800 ,,,,,1241060,,千恵,Chie,106_SC04_c_199.wav,chie,,0,,,,,,,,"Ah, ahhhhhh! Haaah! Nfuu! D-Dad, it feels so good! Fuaa...\nChii-chan is going to come!" +326900 ,,,,,1241060,,千恵,Chie,106_SC04_c_200.wav,chie,,0,,,,,,,,Ah! Hawa! Haaah! Ahh... is Dad about to come too? +327000 ,,,,,1241060,,主人公,,,,,,,,,,,,,Yeah! I'm almost at my limit! +327100 ,,,,,1241060,,千恵,Chie,106_SC04_c_201.wav,chie,,0,,,,,,,,"Ah! Ha! Haaah! M-Make me come, Dad! Ahh... ahhhhh!" +327200 ,,,,,1241060,,主人公,,,,,,,,,,,,,Yeah! I'll come together with you! +327300 ,,,,,1241060,,千恵,Chie,106_SC04_c_202.wav,chie,,0,,,,,,,,"Y-Yeah! Come, Dad! Together with Chii- chan!!" +327400 ,,,,,1241060,,,,,,,,,,,,,,,"A bittersweet sensation runs from my thighs to my calves,\noh, I'm at my limit." +327500 ,,,,,1241060,,,,,,,,,,,,,,,"Oh, where should I release it!" +327600 ,$menu_begin,,,,1241060,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_1a",,,,1241060,,,,,,,,,,,,,,,■@ Release inside +↓,"$menu_item 1,Finish outside,sel_1b",,,,1241060,,,,,,,,,,,,,,,■A Release outside +↓,$menu_end,,,,1241060,,,,,,,,,,,,,,, +327700 ,*sel_1a,,,,1241060,,,,,,,,,,,,,,,■@ Release inside +327800 ,,,,,1241060,,主人公,,,,,,,,,,,,,"Huff, huff! ...I'll turn Chii-chan's pussy into a pool with\nmy semen!" +327900 ,,,,,1241060,,千恵,Chie,106_SC04_c_203.wav,chie,,0,,,,,,,,"Hya! Nha! Yeah, Chii-chan's tummy, with Dad's semen...\nFuhaa! Ahhh! Like a pool... Fuaaaaaaa!" +328000 ,,,,,1241060,,千恵,Chie,106_SC04_c_204.wav,chie,,0,,,,,,,,"Nuuu! Haa, haan, hyuuu! Fuuuun! It feels so good!" +328100 ,,,,,1241060,,主人公,,,,,,,,,,,,,"Here I go, Chii-chan, I'm almost...!" +328200 ,,,,,1241060,,,,,,,,,,,,,,,Uuu! I can't hold it anymore! I'm really at my limit! +328300 ,,,,,1241060,,千恵,Chie,106_SC04_c_205.wav,chie,,0,,,,,,,,Dad! Dad! ...Chii-chan is about to come... I'm coming! Ahhh! +328400 ,,,,,1241060,,主人公,,,,,,,,,,,,,Ugh...! Chii-chan! Chii-chan! +328500 ,,,,,1241060,,,,,,,,,,,,,,,I forget to breathe as I push myself to the limit. +328600 ,,,,,1241060,,千恵,Chie,106_SC04_c_206.wav,chie,,0,,,,,,,,"Afu... Dad...! Ah, hyaaaaaa!" +328700 ,,,,,1241060,,,,,,,,,,,,,,,"Moving my hips as if I'm about to break, Chii-chan lets out\na moan as if squeezing it out." +328800 ,,,,,1241060,,主人公,,,,,,,,,,,,,Uuu...! I'm coming! I'm coming! +328900 ,,,,,1241060,,千恵,Chie,106_SC04_c_207.wav,chie,,0,,,,,,,,"Nfu! Ah, ah, Dad! Nuuuuuuuuuuuuuuuu!" +329000 ,,,,,1241060,,,,,,,,,,,,,,,The moment I thrust my cock deep inside... +329200 ,,,,,1241070,,,,,,,,,,,,,,,"--Splat! Sploosh! Throb, throb!" +329300 ,,,,,1241070,,主人公,,,,,,,,,,,,,Uwaaahhh! +329400 ,,,,,1241070,,,,,,,,,,,,,,,I release the semen I had been holding back all at once\ninside Chii-chan's pussy. +329500 ,,,,,1241070,,千恵,Chie,106_SC04_c_208.wav,chie,,0,,,,,,,,"Fua, ah, fuaaaaaa~~! Auuu~~!" +329600 ,,,,,1241070,,,,,,,,,,,,,,,"My cock bursts repeatedly inside Chii-chan, pumping semen\ninto her." +329700 ,,,,,1241070,,千恵,Chie,106_SC04_c_209.wav,chie,,0,,,,,,,,Auu... Dad's semen... it's filling up inside my tummy. +329800 ,,,,,1241070,,主人公,,,,,,,,,,,,,Ugh... ahhh... it's still coming out! +329900 ,,,,,1241070,,,,,,,,,,,,,,,"My cock stirs the semen and love juices inside Chii-chan's\npussy, making her body tremble each time." +330000 ,,,,,1241070,,千恵,Chie,106_SC04_c_210.wav,chie,,0,,,,,,,,Agh... auuu... Chii-chan's womb... it's going to burst. +330100 ,,,,,1241070,,,,,,,,,,,,,,,"I shuddered all over, twisting my cock as if to squeeze out\nthe last drop." +330200 ,,,,,1241070,,主人公,,,,,,,,,,,,,...Phew. ...I guess that's all I have. +330400 ,,,,,1241080,,千恵,Chie,106_SC04_c_211.wav,chie,,0,,,,,,,,Fwaa!? +330500 ,,,,,1241080,,,,,,,,,,,,,,,"As I pulled out my cock, a gurgling sound was heard as semen\nspilled out from the perfectly round hole of her pussy." +330600 ,,,,,1241080,,千恵,Chie,106_SC04_c_212.wav,chie,,0,,,,,,,,Uuuu... Dad's... it's coming out of Chii- chan's pussy... so\nmuch. +330700 ,,,,,1241080,,,,,,,,,,,,,,,"With a splattering sound, my semen fell into the pool." +330800 ,,,,,1241080,,,,,,,,,,,,,,,Wow... that's a lot. +330900 ,,,,,1241080,,千恵,Chie,106_SC04_c_213.wav,chie,,0,,,,,,,,"Dad... even though you just came, there's still so much..." +331000 ,,,,,1241080,,主人公,,,,,,,,,,,,,"Haha, well, that's because Chii-chan's pussy feels so good." +331100 ,,,,,1241080,,千恵,Chie,106_SC04_c_214.wav,chie,,0,,,,,,,,Geez... it was supposed to be practice for becoming a dad... +331200 ,,,,,1241080,,主人公,,,,,,,,,,,,,"Sorry, sorry, I'll be more careful next time." +331300 ,,,,,1241080,,千恵,Chie,106_SC04_c_215.wav,chie,,0,,,,,,,,"Dad, next time you can't..." +331400 ,,,,,1241080,,主人公,,,,,,,,,,,,,Okay. +331500 ,,,,,1241080,,,,,,,,,,,,,,,"...That's what Chii-chan says, but with that dazed\nexpression, it's not very convincing." +331600 ,,,,,1241080,,,,,,,,,,,,,,,"I mean, she's probably still expecting more." +331700 ,$go join_1,,,,,,,,,,,,,,,,,,, +331800 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ARelease outside +331900 ,,,,,1241060,,主人公,,,,,,,,,,,,,Huff huff! ...I'm going to spray uncle's semen all over\nChii-chan's body like a water gun and make you all sticky! +332000 ,,,,,1241060,,千恵,Chie,106_SC04_c_216.wav,chie,,0,,,,,,,,"Nnnnn! Haa, haan, hiii! Fuuuun! It feels so good!" +332100 ,,,,,1241060,,千恵,Chie,106_SC04_c_217.wav,chie,,0,,,,,,,,"Hyaa! Nha! Yeah, Chii-chan, with dad's semen... fuaa! Aaaah!\nAll sticky... fuuuuuu!" +332200 ,,,,,1241060,,主人公,,,,,,,,,,,,,"Here I go, Chii-chan, I'm almost...!" +332300 ,,,,,1241060,,,,,,,,,,,,,,,Uuu! I can't hold it anymore! I'm really at my limit! +332400 ,,,,,1241060,,千恵,Chie,106_SC04_c_218.wav,chie,,0,,,,,,,,Dad! Dad! ...Chii-chan is about to! I'm going to... I'm\ngoing to cum! Aaah! +332500 ,,,,,1241060,,主人公,,,,,,,,,,,,,Ugh...! Chii-chan! Chii-chan! +332600 ,,,,,1241060,,,,,,,,,,,,,,,I forget to breathe as I pick up the pace. +332700 ,,,,,1241060,,千恵,Chie,106_SC04_c_219.wav,chie,,0,,,,,,,,"Afu... Dad...! Ah, hiaaaaaa!" +332800 ,,,,,1241060,,,,,,,,,,,,,,,"Moving my hips so intensely it feels like I'm going to\nbreak, Chii-chan lets out moans as if squeezing out." +332900 ,,,,,1241060,,主人公,,,,,,,,,,,,,Uuuu...! I'm cumming! Here I gooo! +333000 ,,,,,1241060,,千恵,Chie,106_SC04_c_220.wav,chie,,0,,,,,,,,"Nfu! Ah, ah, dad! Nnnnnnnnnnnn!" +333100 ,,,,,1241060,,,,,,,,,,,,,,,"Feeling at my limit, I pull out my cock, and the next\nmoment..." +333300 ,,,,,1241081,,,,,,,,,,,,,,,――Splurt splurt splurt! Splurt! Splurt splurt! +333400 ,,,,,1241081,,主人公,,,,,,,,,,,,,"Fu, uaaaaa!" +333500 ,,,,,1241081,,,,,,,,,,,,,,,I release the semen I had been holding back all over Chii-\nchan's body at once. +333600 ,,,,,1241081,,千恵,Chie,106_SC04_c_221.wav,chie,,0,,,,,,,,"Fua, ah, fuuuuuu~~! Auuu~~!" +333700 ,,,,,1241081,,,,,,,,,,,,,,,"My cock bursts repeatedly, each time shooting semen from the\nurethra, painting Chii-chan's body white." +333800 ,,,,,1241081,,千恵,Chie,106_SC04_c_222.wav,chie,,0,,,,,,,,It's hot... with dad's semen... my whole body feels hot. +333900 ,,,,,1241081,,主人公,,,,,,,,,,,,,Ooooh! White Chii-chan... I'm still going to cover you more! +334000 ,,,,,1241081,,千恵,Chie,106_SC04_c_223.wav,chie,,0,,,,,,,,Eh!? +334100 ,,,,,1241081,,,,,,,,,,,,,,,"On her butt, back, and thighs! I keep splattering semen all\nover Chii-chan." +334200 ,,,,,1241081,,千恵,Chie,106_SC04_c_224.wav,chie,,0,,,,,,,,It's hot... ahhh... dad's semen... it's hot... +334300 ,,,,,1241081,,,,,,,,,,,,,,,I rub my cock and splatter it all over Chii- chan's body\nuntil the last drop. +334400 ,,,,,1241081,,主人公,,,,,,,,,,,,,...Phew. ...I really can't anymore. +334500 ,,,,,1241081,,千恵,Chie,106_SC04_c_225.wav,chie,,0,,,,,,,,Ah... dad's semen... it got in my mouth. +334600 ,,,,,1241081,,,,,,,,,,,,,,,"Well, to be honest, it already got in during the water gun\nplay." +334700 ,,,,,1241081,,,,,,,,,,,,,,,"Chii-chan's body is coated with my semen, as if covered in\nlotion." +334800 ,,,,,1241081,,千恵,Chie,106_SC04_c_226.wav,chie,,0,,,,,,,,Uuu... with dad's... Chii-chan is all sticky. +334900 ,,,,,1241081,,,,,,,,,,,,,,,Plop... plop... the semen drips down her body and falls into\nthe pool. +335000 ,,,,,1241081,,,,,,,,,,,,,,,"Wow, it's literally a semen pool." +335100 ,,,,,1241081,,千恵,Chie,106_SC04_c_227.wav,chie,,0,,,,,,,,"Dad... even though you just came, you still have so much..." +335200 ,,,,,1241081,,主人公,,,,,,,,,,,,,"Haha, well, that's because Chii-chan's pussy feels so good." +335300 ,,,,,1241081,,千恵,Chie,106_SC04_c_228.wav,chie,,0,,,,,,,,Geez... it was supposed to be practice for becoming a dad... +335400 ,,,,,1241081,,主人公,,,,,,,,,,,,,"Sorry, sorry, I'll be more careful next time." +335500 ,,,,,1241081,,千恵,Chie,106_SC04_c_229.wav,chie,,0,,,,,,,,"Dad, next time you can't..." +335600 ,,,,,1241081,,主人公,,,,,,,,,,,,,Okay. +335700 ,,,,,1241081,,,,,,,,,,,,,,,"...That's what Chii-chan says, but with that dazed\nexpression, it's not convincing." +335800 ,,,,,1241081,,,,,,,,,,,,,,,I bet she's still expecting more. +335900 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +336000 ,$event_return,,,,,,,,,,,,,,,,,,, +336100 ,,,8,31,,,千恵,Chie,106_SC04_c_230.wav,chie,,34,,,,,,,,"Phew... playing in the water really tires you out, huh?" +336200 ,,,,,,,主人公,,,chie,,34,,,,,,,,"Hmm, I don't think it's the water play that tired you out." +336300 ,,,,,,,,,,chie,,34,,,,,,,,"Well, whatever." +336400 ,,,,,,,,,,chie,,34,,,,,,,,"Anyway, I'm satisfied." +336500 ,,,,,,,,,,chie,,34,,,,,,,,"After all, once from nursing handjob, once from masturbating\nfor the semen water gun, and once from the sex just now." +336600 ,,,,,,,,,,chie,,34,,,,,,,,That's three times in total. No wonder I'm satisfied. +336700 ,,,,,,,千恵,Chie,106_SC04_c_231.wav,chie,,13,,,,,,,,"...Then, Chii-chan might take a little nap?" +336800 ,,,,,,,主人公,,,chie,,13,,,,,,,,"Yeah, I think that's a good ide... huh?" +336900 ,,,,,,,千恵,Chie,106_SC04_c_232.wav,chieL,,22,,,,,,,,...? +337000 ,,,,,,,,,,chieL,,22,,,,,,,,"Upon closer inspection, Chii-chan's nipples are still\nstanding erect, and her pussy is quite wet." +337100 ,,,,,,,,,,chieL,,22,,,,,,,,...This means. +337200 ,,,,,,,,,,chieL,,22,,,,,,,,Could it be that Chii-chan still wants to have sex? +337300 ,,,,,,,,,,chieL,,22,,,,,,,,"That's right! I've come three times, but Chii-chan only\nonce. That's not fair." +337400 ,,,,,,,,,,chieL,,22,,,,,,,,"I thought I was satisfied, but seeing Chii- chan all turned\non, I'm getting excited again." +337500 ,,,,,,,主人公,,,chieL,,22,,,,,,,,Chii-chan... could you hug your uncle? +337600 ,,,,,,,千恵,Chie,106_SC04_c_233.wav,chieL,,2,,,,,,,,"Huh? Sure, that's fine." +337700 ,,,,,,,,,,chieL,,2,,,,,,,,"Chii-chan smiles and hugs me. Yeah, yeah, it feels like a\nfather and daughter." +337800 ,,,,,,,,,,chieL,,2,,,,,,,,But what's about to start isn't that. +337900 ,,,,,,,千恵,Chie,106_SC04_c_234.wav,chieL,,13,,,,,,,,"Dad, what's up all of a sudden?" +338000 ,,,,,,,千恵,Chie,106_SC04_c_235.wav,chieL,,24,,,,,,,,"...Ah! Something's poking my butt! Dad, did you get in the\nmood again?" +338100 ,,,,,,,主人公,,,chieL,,24,,,,,,,,Hmm? Isn't it Chii-chan who's in the mood? Your pussy and\nboobs are twitching like they want more. +338200 ,,,,,,,千恵,Chie,106_SC04_c_236.wav,chieL,,2,,,,,,,,"Uh... yeah, I'm still in the mood." +338300 ,,,,,,,千恵,Chie,106_SC04_c_237.wav,chieL,,26,,,,,,,,...B-But Chii-chan is already wobbly... I want to take a\nlittle break. +338400 ,,,,,,,主人公,,,chieL,,26,,,,,,,,"Nope, we're practicing being a dad, and if Chii-chan gets\nall excited, we can't practice, right?" +338500 ,,,,,,,主人公,,,chieL,,26,,,,,,,,"So let's finish those naughty feelings first, then continue." +338600 ,,,,,,,千恵,Chie,106_SC04_c_238.wav,chieL,,16,,,,,,,,"Eh, b-but..." +338700 ,,,,,,,,,,chieL,,16,,,,,,,,"While holding Chii-chan up, I align my cock with her\npussy... and then sit down on the porch." +338900 ,,,9,,1242000,,,,,,,,,,,,,,, +339000 ,*mem2,,,,1242000,,,,,,,,,,,,,,, +339100 ,,,9,,1242000,,千恵,Chie,106_SC04_c_239.wav,chie,,0,,,,,,,,Whoa! D-Dad's inside again... +339200 ,,,,,1242000,,,,,,,,,,,,,,,"At the same time, my cock enters Chii-chan's pussy,\nnaturally putting us in a face-to-face position." +339300 ,,,,,1242000,,,,,,,,,,,,,,,"Ah, now I can see Chii-chan's face and boobs better, it's a\ngood position." +339400 ,,,,,1242000,,千恵,Chie,106_SC04_c_240.wav,chie,,0,,,,,,,,"Ahh!? Whoa! Dad, this is no good! My tummy can't handle\nit..." +339500 ,,,,,1242000,,主人公,,,,,,,,,,,,,Hmm? What's wrong? +339600 ,,,,,1242000,,,,,,,,,,,,,,,"Chii-chan clings to me desperately, her legs trembling." +339700 ,,,,,1242000,,,,,,,,,,,,,,,"She mentioned her tummy... oh, I see!" +339800 ,,,,,1242000,,,,,,,,,,,,,,,I gently move my hips upward. +339900 ,,,,,1242000,,千恵,Chie,106_SC04_c_241.wav,chie,,0,,,,,,,,Eek!? +340000 ,,,,,1242000,,,,,,,,,,,,,,,And it hits the wall of her womb. +340100 ,,,,,1242000,,,,,,,,,,,,,,,"I see, Chii-chan's little pussy can't handle the length of\nmy cock." +340200 ,,,,,1242000,,,,,,,,,,,,,,,"If I let go now, she'd be skewered by my cock." +340300 ,,,,,1242000,,千恵,Chie,106_SC04_c_242.wav,chie,,0,,,,,,,,"D-Dad... Chii-chan's legs are shaking, I can't stand..." +340400 ,,,,,1242000,,千恵,Chie,106_SC04_c_243.wav,chie,,0,,,,,,,,At this rate... your cock will pierce my tummy... +340500 ,,,,,1242000,,主人公,,,,,,,,,,,,,"It's okay, Chii-chan, see? You're fine now, right?" +340600 ,,,,,1242000,,千恵,Chie,106_SC04_c_244.wav,chie,,0,,,,,,,,"It's because I'm holding onto you with my hands, Dad!" +340700 ,,,,,1242000,,千恵,Chie,106_SC04_c_245.wav,chie,,0,,,,,,,,If my hands slip... ugh. +340800 ,,,,,1242000,,,,,,,,,,,,,,,Chii-chan trembles on top of me. +340900 ,,,,,1242000,,,,,,,,,,,,,,,"Hmm, well, I don't think it'll actually pierce her tummy." +341000 ,,,,,1242000,,,,,,,,,,,,,,,"Probably, if there was such an impact in this position, my\ncock would break too." +341100 ,,,,,1242000,,,,,,,,,,,,,,,...Ugh! Thinking about it is scary! My cock feels like it's\nshrinking. +341200 ,,,,,1242000,,,,,,,,,,,,,,,No way I'm letting it shrink in this situation! Let's move a\nlot! +341300 ,,,,,1242000,,千恵,Chie,106_SC04_c_246.wav,chie,,0,,,,,,,,"Nnfu? Ah, ah, ahhhh...! Dad! Nooo!" +341400 ,,,,,1242000,,主人公,,,,,,,,,,,,,"It's okay. Come on, Chii-chan, let's feel good, okay?" +341500 ,,,,,1242000,,,,,,,,,,,,,,,"Since we're in this position, I continue from earlier and\nsuck on her nipples." +341600 ,,,,,1242000,,千恵,Chie,106_SC04_c_247.wav,chie,,0,,,,,,,,"Hya! Ah, faaah, nooo! My hands are losing strength!" +341700 ,,,,,1242000,,千恵,Chie,106_SC04_c_248.wav,chie,,0,,,,,,,,M-my body... nyaaah! My legs feel weird. I can't put any\nstrength in them. +341800 ,,,,,1242000,,主人公,,,,,,,,,,,,,"We've done a lot of naughty things since morning, right,\nChii-chan?" +341900 ,,,,,1242000,,千恵,Chie,106_SC04_c_249.wav,chie,,0,,,,,,,,"Eh... does doing a lot of naughty things make it like this?\nFuah, ah... ahhh!" +342000 ,,,,,1242000,,,,,,,,,,,,,,,"She adorably twists her hips, trying to escape from my cock." +342100 ,,,,,1242000,,主人公,,,,,,,,,,,,,Oh? Ohhh? Whoa! +342200 ,,,,,1242000,,,,,,,,,,,,,,,"But that twisting stimulates my cock, making it even harder\nand seeking pleasure." +342300 ,,,,,1242000,,千恵,Chie,106_SC04_c_250.wav,chie,,0,,,,,,,,"Fwaa! Dad, don't move your cock, it's scary!" +342400 ,,,,,1242000,,,,,,,,,,,,,,,I take her soft breasts into my mouth and suck on them. +342500 ,,,,,1242000,,,,,,,,,,,,,,,"Then, I slide my tongue along her side, near her armpit." +342600 ,,,,,1242000,,千恵,Chie,106_SC04_c_251.wav,chie,,0,,,,,,,,"Aaaaah! Dad, it tickles! My hands are losing strength...\nkuuuhn!" +342700 ,,,,,1242000,,主人公,,,,,,,,,,,,,"You're doing great, Chii-chan. Here's your reward." +342900 ,,,,,1242010,,,,,,,,,,,,,,,"I lick Chii-chan's cheek and then press my lips against\nhers, slipping my tongue inside." +343000 ,,,,,1242010,,千恵,Chie,106_SC04_c_252.wav,chie,,0,,,,,,,,"Nn!? Nmmuuu... Nn, fuh... nmm..." +343100 ,,,,,1242010,,,,,,,,,,,,,,,"I deepen the kiss, swirling my tongue inside her mouth." +343200 ,,,,,1242010,,主人公,,,,,,,,,,,,,Hamu... nmm... +343300 ,,,,,1242010,,千恵,Chie,106_SC04_c_253.wav,chie,,0,,,,,,,,"Nmm, nchuu... chu, chu, chu, hamun... nmm, n, chu" +343400 ,,,,,1242010,,千恵,Chie,106_SC04_c_254.wav,chie,,0,,,,,,,,"Nchuu. ...Nmm, han, nnyu... nn. O, dad..." +343500 ,,,,,1242010,,,,,,,,,,,,,,,"Every time I move my mouth, Chii-chan's knees tremble." +343600 ,,,,,1242010,,,,,,,,,,,,,,,"As the kiss relaxes her, I start moving my hips again." +343700 ,,,,,1242010,,千恵,Chie,106_SC04_c_255.wav,chie,,0,,,,,,,,"Nnn... ahh, ah, hachuu... fua, mu, nn... Nchu, nku. Dad...\nnn, with the kiss, Chii- chan. Nku, muu, it's strange." +343800 ,,,,,1242010,,主人公,,,,,,,,,,,,,Did the kiss make you feel good? +343900 ,,,,,1242010,,千恵,Chie,106_SC04_c_256.wav,chie,,0,,,,,,,,"Ah, haan... U, un. It feels good. Haa, haa, haa... nchuu...\nnnnnn!" +344000 ,,,,,1242010,,主人公,,,,,,,,,,,,,"Oh, Chii-chan likes kissing... amu." +344100 ,,,,,1242010,,,,,,,,,,,,,,,"For a while, I continue kissing while thrusting." +344300 ,,,,,1242010,,,,,,,,,,,,,,,I trace her slit and place my finger on the little nub at\nthe top. +344400 ,,,,,1242000,,千恵,Chie,106_SC04_c_257.wav,chie,,0,,,,,,,,"Puhah! Fuaa! Ah, ahhh! My pussy... Chii- chan's pussy...\nit's hitting deep inside." +344500 ,,,,,1242000,,,,,,,,,,,,,,,"It seems the kiss made her arms lose strength, causing her\nto slide down a bit." +344600 ,,,,,1242000,,,,,,,,,,,,,,,"But she doesn't seem to be in pain; instead, I hear her\nmoaning..." +344700 ,,,,,1242000,,主人公,,,,,,,,,,,,,"Chii-chan, did kissing make your pussy feel good too?" +344800 ,,,,,1242000,,千恵,Chie,106_SC04_c_258.wav,chie,,0,,,,,,,,"Hya, ah, ahn... It's tight in my stomach. Ah, hafu. Fwaaah!\nIt feels good, but it's a strange feeling." +344900 ,,,,,1242000,,主人公,,,,,,,,,,,,,How about this then? +345000 ,,,,,1242000,,,,,,,,,,,,,,,"I move my tip up and down, rubbing against the walls of her\nwomb." +345100 ,,,,,1242000,,千恵,Chie,106_SC04_c_259.wav,chie,,0,,,,,,,,"Nngh, ahk, fuaaaa... Dad, that's... a strange feeling...\nit's scary." +345200 ,,,,,1242000,,主人公,,,,,,,,,,,,,Is it too much for you? +345300 ,,,,,1242000,,千恵,Chie,106_SC04_c_260.wav,chie,,0,,,,,,,,"Hah! ...Nnngh, no... it's tight and... it feels good...\nChii-chan... hiyuuu!" +345400 ,,,,,1242000,,主人公,,,,,,,,,,,,,"I see, but don't worry. The womb might hurt at first, but it\nstarts to feel good." +345500 ,,,,,1242000,,,,,,,,,,,,,,,"When that happens, I want to tease her womb more... but\nChii-chan is clinging tightly." +345600 ,,,,,1242000,,,,,,,,,,,,,,,...Well then. +345700 ,,,,,1242000,,,,,,,,,,,,,,,"Instead of moving my hips, I shake Chii- chan's body." +345800 ,,,,,1242000,,千恵,Chie,106_SC04_c_261.wav,chie,,0,,,,,,,,"Fua!? Ahhh! D-Dad, it's scary, don't shake me!" +345900 ,,,,,1242000,,主人公,,,,,,,,,,,,,"Come on, Chii-chan, if you don't hold on, you'll fall!" +346000 ,,,,,1242000,,,,,,,,,,,,,,,"Chii-chan's body moves up and down, making my cock go in and\nout repeatedly." +346100 ,,,,,1242000,,千恵,Chie,106_SC04_c_262.wav,chie,,0,,,,,,,,Nooo... fwaaa! Ahhh! +346200 ,,,,,1242000,,主人公,,,,,,,,,,,,,"Wow! Going in and out, and Chii-chan clinging tightly, it\nfeels amazing!" +346300 ,,,,,1242000,,千恵,Chie,106_SC04_c_263.wav,chie,,0,,,,,,,,"B-but, that's because... hiyu! D-Dad is... shaking me...\nnku. Ah, ah, ah... fwaaa!" +346400 ,,,,,1242000,,千恵,Chie,106_SC04_c_264.wav,chie,,0,,,,,,,,"Ah, fuuun, your cock is, fwaa, stirring up my pussy... ah,\nhaa haa... nn! Hiyu, Chii- chan is scared." +346500 ,,,,,1242000,,,,,,,,,,,,,,,Chii-chan's reactions are getting more intense than before. +346600 ,,,,,1242000,,主人公,,,,,,,,,,,,,Chii-chan's pussy is twitching. +346700 ,,,,,1242000,,千恵,Chie,106_SC04_c_265.wav,chie,,0,,,,,,,,"Uuu... but, it's scary... but it feels good for Chii-chan\ntoo!" +346800 ,,,,,1242000,,千恵,Chie,106_SC04_c_266.wav,chie,,0,,,,,,,,"Nn, kuu, fu...! Yaa, ah... Ahhh. If you don't hold me\ntight... your cock will poke me!" +346900 ,,,,,1242000,,,,,,,,,,,,,,,"Does it feel good... Then, maybe I should move my hips\nwithout holding back." +347000 ,,,,,1242000,,,,,,,,,,,,,,,"I put more strength into my arms and hips, shaking Chii-\nchan's body even more." +347100 ,,,,,1242000,,千恵,Chie,106_SC04_c_267.wav,chie,,0,,,,,,,,"Ah, ahhh! W-wait... Dad, wait...! Fwaa!" +347200 ,,,,,1242000,,千恵,Chie,106_SC04_c_268.wav,chie,,0,,,,,,,,"Ah, uuu, aun...! Hau! Fwaaaaaa! It's going in deep!" +347300 ,,,,,1242000,,,,,,,,,,,,,,,Whoa!? The sensation of going all the way in due to the\nweight... it's like being sucked in to the base. +347400 ,,,,,1242000,,千恵,Chie,106_SC04_c_269.wav,chie,,0,,,,,,,,Kua! Nuuu! My womb! Hiuu...! Yaa! Fuyaa! Ahhh! +347500 ,,,,,1242000,,千恵,Chie,106_SC04_c_270.wav,chie,,0,,,,,,,,"Ah, ya, ya, ya, no, no! It's scary, Dad... haaaan... ahn!\nUuuuu!" +347600 ,,,,,1242000,,,,,,,,,,,,,,,"Even so, the sound of squelching is coming from Chii-chan's\npussy." +347700 ,,,,,1242000,,,,,,,,,,,,,,,"Her love juices are spilling out, and a hot liquid is\nsplashing onto my stomach." +347800 ,,,,,1242000,,主人公,,,,,,,,,,,,,"Chii-chan, you're dripping a lot." +347900 ,,,,,1242000,,千恵,Chie,106_SC04_c_271.wav,chie,,0,,,,,,,,"Because, because... Dad is... making Chii- chan's good spots\nfeel stronger." +348000 ,,,,,1242000,,主人公,,,,,,,,,,,,,Is this the good spot? Deep in your womb? +348100 ,,,,,1242000,,千恵,Chie,106_SC04_c_272.wav,chie,,0,,,,,,,,"Oh, fwaa!? Deep! Dad's cock is reaching inside Chii-chan's\ntummy." +348200 ,,,,,1242000,,千恵,Chie,106_SC04_c_273.wav,chie,,0,,,,,,,,"Kuuuuu! The inside of my pussy is twitching! Ha, ahhhh!" +348300 ,,,,,1242000,,,,,,,,,,,,,,,"Her limbs are starting to tense up, the pleasure is\novertaking the discomfort and fear, isn't it?" +348400 ,,,,,1242000,,,,,,,,,,,,,,,Then let's continue like this. +348500 ,,,,,1242000,,主人公,,,,,,,,,,,,,"Alright, Chii-chan! I'm going to get more intense like this." +348600 ,,,,,1242000,,千恵,Chie,106_SC04_c_274.wav,chie,,0,,,,,,,,"No, it's scary! No, you can't! Fu... han! Ah... nyaa, Dad!\nFwaaaa!" +348700 ,,,,,1242000,,千恵,Chie,106_SC04_c_275.wav,chie,,0,,,,,,,,"Fwaaah! Nooo, nnngh! But, it feels... good! Haaaah, nnngh,\nfuwah!" +348800 ,,,,,1242000,,,,,,,,,,,,,,,"I thrust my cock deep inside, pulling it out to the ridge,\nthen thrusting back in to stimulate her." +349000 ,,,,,1242030,,千恵,Chie,106_SC04_c_276.wav,chie,,0,,,,,,,,"Nngh... Fuun!? Ahhh... No, no... I can't... The baby's room\nis already...!" +349100 ,,,,,1242030,,千恵,Chie,106_SC04_c_277.wav,chie,,0,,,,,,,,"Kuaaa! Uuunn! Fwaaah! It's knocking! Uuuu, haaaah!" +349200 ,,,,,1242030,,,,,,,,,,,,,,,Chii-chan trembles with an anxious expression. +349300 ,,,,,1242030,,千恵,Chie,106_SC04_c_278.wav,chie,,0,,,,,,,,"But... Dad! Hah, nnn! ...Hah! Hah, the deep inside feels\ngood... Hah, ahh, nnn!" +349400 ,,,,,1242030,,,,,,,,,,,,,,,"Every time I reach deep inside, Chii-chan's body reacts with\na tight squeeze." +349500 ,,,,,1242030,,,,,,,,,,,,,,,"Well, I'm thrusting with my cock, though." +349600 ,,,,,1242030,,千恵,Chie,106_SC04_c_279.wav,chie,,0,,,,,,,,Naaah...! Haaaah... Nnngh! Don't push so hard... deep\ninside! +349700 ,,,,,1242030,,千恵,Chie,106_SC04_c_280.wav,chie,,0,,,,,,,,"Hya...? Ah, ahh! Hiuuu! Ah, auuuh! I'm going to cum! I'm\nabout to cum!" +349800 ,,,,,1242030,,主人公,,,,,,,,,,,,,Kuu...! +349900 ,,,,,1242030,,,,,,,,,,,,,,,"Inside Chii-chan, her pussy wraps around my cock, squeezing\ntightly." +350000 ,,,,,1242030,,,,,,,,,,,,,,,The sensation of my cock forcing its way through the narrow\nentrance of her womb. It's unbelievably good...! +350100 ,,,,,1242030,,千恵,Chie,106_SC04_c_281.wav,chie,,0,,,,,,,,"Naaaah...! Oh, ah, ahhh! It's filling up all the way to my\nstomach...! It's coming, it's coming! Hafuuh!" +350200 ,,,,,1242030,,主人公,,,,,,,,,,,,,"I forced my way into the baby's room, huh? Will I get\nscolded later?" +350300 ,,,,,1242030,,千恵,Chie,106_SC04_c_282.wav,chie,,0,,,,,,,,"Ah! Fuuu, nnn... N, haaaah! Ha... ahh... fuuun... yaaa!" +350400 ,,,,,1242030,,主人公,,,,,,,,,,,,,Will Chii-chan get mad too? +350500 ,,,,,1242030,,千恵,Chie,106_SC04_c_283.wav,chie,,0,,,,,,,,"I-I'll get mad! But... it feels... good... deep inside feels\ngood, Dad!" +350600 ,,,,,1242030,,,,,,,,,,,,,,,I put strength into my arms and gradually increase the pace\nof shaking Chii-chan. +350700 ,,,,,1242030,,,,,,,,,,,,,,,"The dry sound of our hips colliding mixes with the sound of\nlove juices, creating an incredibly erotic and loud noise." +350800 ,,,,,1242030,,千恵,Chie,106_SC04_c_284.wav,chie,,0,,,,,,,,Fuaa! Fuaaa! Daddy's cock! Nhaah! Nn! Aaaah~! +350900 ,,,,,1242030,,主人公,,,,,,,,,,,,,"Chii-chan, your hands have no strength, and it's already\ngoing deep inside your belly~? My cock is reaching, is that\nokay?" +351000 ,,,,,1242030,,千恵,Chie,106_SC04_c_285.wav,chie,,0,,,,,,,,Ahh... ahh... my head is shaking... Chii- chan doesn't\nunderstand anymore. +351100 ,,,,,1242030,,千恵,Chie,106_SC04_c_286.wav,chie,,0,,,,,,,,My tummy is bulging... but it feels good~ +351200 ,,,,,1242030,,主人公,,,,,,,,,,,,,"Wow! Chii-chan, you have an incredible face! You're crying,\nand it looks like snot might come out too." +351300 ,,,,,1242030,,千恵,Chie,106_SC04_c_287.wav,chie,,0,,,,,,,,Ch-Chii-chan doesn't make such a face! I won't let snot...\ncome out! +351400 ,,,,,1242030,,主人公,,,,,,,,,,,,,"Ahh, ahh, you're slurring your words now." +351500 ,,,,,1242030,,,,,,,,,,,,,,,"Chii-chan's whole body is relaxed from the pleasure, and\nboth her face and pussy are completely melted." +351600 ,,,,,1242030,,千恵,Chie,106_SC04_c_288.wav,chie,,0,,,,,,,,Yaaaah! Uuun! Haaaah! Uncle! Chii-chan... is going to cum! +351700 ,,,,,1242030,,主人公,,,,,,,,,,,,,Kuuu...! U-Uncle is going to cum too! +351800 ,,,,,1242030,,,,,,,,,,,,,,,"Having already ejaculated three times today, a pain runs\nfrom my anus to the perineum." +351900 ,,,,,1242030,,,,,,,,,,,,,,,"But my entire lower body feels so intense, my vision is\nturning white... ahh!" +352000 ,,,,,1242030,,,,,,,,,,,,,,,"I feel so dizzy, like I might just die like this!" +352100 ,,,,,1242030,,主人公,,,,,,,,,,,,,"Ah, aaaaahhh! U! Ugh! ...It feels so good!" +352200 ,,,,,1242030,,千恵,Chie,106_SC04_c_289.wav,chie,,0,,,,,,,,Nnnngh! Haaah... Chii-chan feels good too! It feels good! +352300 ,,,,,1242030,,主人公,,,,,,,,,,,,,"I'm cumming! I'm cumming, Chii-chan!" +352400 ,,,,,1242030,,,,,,,,,,,,,,,"I shook Chii-chan's completely relaxed body roughly, like a\ndoll or a sex toy, for my own pleasure." +352500 ,,,,,1242030,,千恵,Chie,106_SC04_c_290.wav,chie,,0,,,,,,,,"Agh! Fuh! Haa! Daddy! If you do that to Chii-chan, I'll cum!\nAaah... nmm! Daddy!" +352600 ,,,,,1242030,,主人公,,,,,,,,,,,,,"Oooooh! Chii-chan's pussy and body are wriggling, it feels\nso good!" +352700 ,,,,,1242030,,千恵,Chie,106_SC04_c_291.wav,chie,,0,,,,,,,,Agh! Agh...! Daddy! Daddy! Daddy!! +352800 ,,,,,1242030,,千恵,Chie,106_SC04_c_292.wav,chie,,0,,,,,,,,Hyaa! Nngh! Fwah! Nn! I'm cumming! Fuaaaaaaa! +352900 ,,,,,1242030,,主人公,,,,,,,,,,,,,Ugh...! +353000 ,,,,,1242030,,,,,,,,,,,,,,,"Chii-chan's arms and legs twitched unnaturally, and as if\ntrying to escape the pleasure, she flailed around and clung\ntightly to me." +353100 ,,,,,1242030,,,,,,,,,,,,,,,"That added irregularity to the rhythm of my thrusts, causing\nme to unexpectedly hit her womb." +353200 ,,,,,1242030,,主人公,,,,,,,,,,,,,Whoa! +353300 ,,,,,1242030,,千恵,Chie,106_SC04_c_293.wav,chie,,0,,,,,,,,Fuwaaa!? O-oh! Nn! Fuaaaaaa! +353400 ,,,,,1242030,,主人公,,,,,,,,,,,,,"Ah, I'm cumming, cumming, cumming! I'm cumming, Chii-chan!" +353500 ,,,,,1242030,,千恵,Chie,106_SC04_c_294.wav,chie,,0,,,,,,,,Hyaaah!? A-ahhhhhhhhhhhhhh! +353600 ,,,,,1242030,,,,,,,,,,,,,,,"I held down the thrashing Chii-chan, hugged her tightly, and\nrubbed my glans against the walls of her womb." +353800 ,,,,,1242040,,,,,,,,,,,,,,,――Byuguh! Dopuu! Dokun! +353900 ,,,,,1242040,,千恵,Chie,106_SC04_c_295.wav,chie,,0,,,,,,,,"Hyauuuu~~! Nn!? Ugh, nn... haa haa haa... hafu..." +354000 ,,,,,1242040,,,,,,,,,,,,,,,I poured as much semen as I could into Chii- chan! +354100 ,,,,,1242040,,,,,,,,,,,,,,,"Even though my urethra was pressed against the walls of\nflesh, semen kept overflowing one after another." +354200 ,,,,,1242040,,主人公,,,,,,,,,,,,,Fuo! Oh! Ouu~! +354300 ,,,,,1242040,,,,,,,,,,,,,,,"Even though it's the fourth ejaculation, an astonishing\namount is released." +354400 ,,,,,1242040,,,,,,,,,,,,,,,"Ah, I'm filling Chii-chan's pussy with my semen..." +354500 ,,,,,1242040,,,,,,,,,,,,,,,"The sperm that started to backflow stimulated my cock again,\ncreating an even greater urge to ejaculate." +354600 ,,,,,1242040,,主人公,,,,,,,,,,,,,Ugh! Fuuuuu! +354700 ,,,,,1242040,,千恵,Chie,106_SC04_c_296.wav,chie,,0,,,,,,,,Fuwaa! Nngh! Chii-chan's tummy... it's already full... +354800 ,,,,,1242040,,,,,,,,,,,,,,,"From the narrow gap between her pussy and my cock, semen was\noozing out like a spring." +355000 ,,,,,1242050,,千恵,Chie,106_SC04_c_297.wav,chie,,0,,,,,,,,Haa haa... nfu... faa... ahfu +355100 ,,,,,1242050,,千恵,Chie,106_SC04_c_298.wav,chie,,0,,,,,,,,Daddy... you're moving too much +355200 ,,,,,1242050,,主人公,,,,,,,,,,,,,"Sorry, Chii-chan, your pussy feels too good" +355300 ,,,,,1242050,,千恵,Chie,106_SC04_c_299.wav,chie,,0,,,,,,,,Haa... haa... it was supposed to be training for you to\nbecome a daddy... but we're having more sex than usual... +355400 ,,,,,1242050,,主人公,,,,,,,,,,,,,"That's how it turned out. But, I really love Chii-chan, you\nknow" +355500 ,,,,,1242050,,主人公,,,,,,,,,,,,,...I want to stay as your groom just a little longer than\nyour daddy +355600 ,,,,,1242050,,,,,,,,,,,,,,,I said something unusually nice for me. +355700 ,,,,,1242050,,千恵,Chie,106_SC04_c_300.wav,chie,,0,,,,,,,,...Daddy +355800 ,,,,,1242050,,,,,,,,,,,,,,,"When Chii-chan smiled as if to say ""Oh well,"" our eyes met\nperfectly." +355900 ,,,,,1242050,,,,,,,,,,,,,,,"Feeling affectionate towards Chii-chan, I pressed my lips\nagainst hers." +356100 ,,,,,1242060,,千恵,Chie,106_SC04_c_301.wav,chie,,0,,,,,,,,Nn... mu... hachu... nmu +356200 ,,,,,1242060,,主人公,,,,,,,,,,,,,...Amu +356300 ,,,,,1242060,,,,,,,,,,,,,,,We continued to lick each other's tongues for a while. +356400 ,,,,,1242060,,千恵,Chie,106_SC04_c_302.wav,chie,,0,,,,,,,,Nngh... nmu... apua +356500 ,,,,,1242060,,主人公,,,,,,,,,,,,,Nn... +356600 ,,,,,1242060,,千恵,Chie,106_SC04_c_303.wav,chie,,0,,,,,,,,Chu... nmuchu... hapuu... +356700 ,,,,,1242060,,,,,,,,,,,,,,,I licked the inside of her upper lip and gently bit her\nlower lip. +356800 ,,,,,1242060,,千恵,Chie,106_SC04_c_304.wav,chie,,0,,,,,,,,"Nchu... n, nmu... hafuu" +356900 ,,,,,1242060,,主人公,,,,,,,,,,,,,"Chu, chu, jyu, jyururu!" +357000 ,,,,,1242060,,千恵,Chie,106_SC04_c_305.wav,chie,,0,,,,,,,,"Hafuu... nchu... nchu... fuaa, kissing feels so good" +357200 ,,,,,1242050,,千恵,Chie,106_SC04_c_306.wav,chie,,0,,,,,,,,Pua... +357300 ,,,,,1242050,,主人公,,,,,,,,,,,,,Hoo +357400 ,,,,,1242050,,千恵,Chie,106_SC04_c_307.wav,chie,,0,,,,,,,,"Alright then, Daddy, let's continue the training until it's\ntime for Chii-chan to go home!" +357500 ,,,,,1242050,,主人公,,,,,,,,,,,,,Yeah... +357600 ,,,,,1242050,,,,,,,,,,,,,,,"...I'm happy that Chii-chan is naked, but can I keep my\nsanity?" +357700 ,,,,,1242050,,,,,,,,,,,,,,,"And if I can't, will my body hold up?" +357800 ,,,,,1242050,,,,,,,,,,,,,,,"...Hmm, I'm worried." +357900 ,$event_return,,,,,,,,,,,,,,,,,,, +358200 ,,,8,33,,,千恵,Chie,106_SC04_c_308.wav,chie,,34,,,,,,,,Daddy... Chii-chan's crotch is stinging. +358300 ,,,,,,,主人公,,,chie,,34,,,,,,,,"Yeah, Uncle feels the same..." +358400 ,,,,,,,,,,chie,,34,,,,,,,,"Well, the reason is simple, after doing it so much, it's no\nwonder." +358500 ,,,,,,,,,,chie,,34,,,,,,,,"I didn't notice during the act because I was so absorbed,\nbut we were in quite a position." +358600 ,,,,,,,千恵,Chie,106_SC04_c_309.wav,chie,,8,,,,,,,,Chii-chan's arms hurt too~ +358700 ,,,,,,,主人公,,,chie,,8,,,,,,,,"Yeah, Uncle's arms hurt too... and my back as well." +358800 ,,,,,,,,,,chie,,8,,,,,,,,"Well, this isn't the time to be saying such things." +358900 ,,,,,,,,,,chie,,8,,,,,,,,It's about time for Chii-chan's mom to come pick her up. +359000 ,,,,,,,,,,chie,,8,,,,,,,,"If her mom sees us naked, it wouldn't be surprising if she\nreports us." +359100 ,,,,,,,主人公,,,chie,,8,,,,,,,,"So, Chii-chan, your mom will be here soon, so let's get\ndressed... or rather, put on your clothes?" +359200 ,,,,,,,千恵,Chie,106_SC04_c_310.wav,chie,,5,,,,,,,,Okay. +359300 ,,,,,,,,,,,,,,,,,,,,"For the first time in half a day, we put our arms through\nour sleeves." +359400 ,,,,,,,,,,,,,,,,,,,,"In no time, we were both dressed and back to our usual\nselves." +359500 ,,,,,,,千恵,Chie,106_SC04_c_311.wav,"chie,private",,0,,,,,,,,"Phew... clothes are important, huh~" +359600 ,,,,,,,主人公,,,chie,,0,,,,,,,,"Yeah, I didn't think we'd end up doing it so much." +359700 ,,,,,,,千恵,Chie,106_SC04_c_312.wav,chie,,0,,,,,,,,"Even if Daddy marries Mommy, Chii-chan will try not to be\nnaked too much." +359800 ,,,,,,,主人公,,,,,,,,,,,,,Eh... +359900 ,,,,,,,,,,chie,,7,,,,,,,,"That being said, if Chii-chan really became my daughter and\nwalked around naked, it would be quite a problem." +360000 ,,,,,,,,,,chie,,7,,,,,,,,"Even in front of her mom, my cock would react strongly." +360100 ,,,,,,,,,,chie,,7,,,,,,,,That would be bad... really bad. +360200 ,,,,,,,主人公,,,chie,,7,,,,,,,,"Well, you're a growing girl, so it's better to be careful." +360300 ,,,,,,,千恵,Chie,106_SC04_c_313.wav,chie,,1,,,,,,,,Yeah. +360400 ,,,,,,,,,,chie,,1,,,,,,,,Chii-chan nodded obediently. +360500 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Oh, right... Besides this, let's do more training for Daddy\nto become Daddy, okay?" +360600 ,,,,,,,千恵,Chie,106_SC04_c_314.wav,chie,,21,,,,,,,,Yeah! +360700 ,,,,,,,,,,,,,,,,,,,,――Ding dong +360800 ,,,,,,,主人公,,,,,,,,,,,,,Oh! +360900 ,,,,,,,千恵,Chie,106_SC04_c_315.wav,chie,,4,,,,,,,,It's Mommy! +361100 ,,,0,9000,,,,,,,,,,,,,,,, +361300 ,@107_SC05,,,,,,,,,,,,,,,,,,, +361500 ,,,,,,,,,,,,,,,,,,,, +361600 ,,,5,11,,,主人公,,,,,,,,,,,,,Phew... it's going to be hot today too. +361700 ,,,,,,,,,,,,,,,,,,,,"The sun was strong, there was no wind, and not a single\ncloud in the sky." +361800 ,,,,,,,,,,,,,,,,,,,,"Now, about the training to become Chii-chan's dad that we\ndid before, what happened after that was..." +361900 ,,,,,,,千恵,Chie,107_SC05_c_000.wav,,,,,,,,,,,Daddy! Good morning! +362000 ,,"",,,,,,,,,,,,,,,,,,Chii-chan was waving her hand energetically as she ran\ntowards me. +362100 ,,,,,,,主人公,,,"chie,privateC",,1,,,,,,,,"Good morning, Chii-chan. You're full of energy today too." +362200 ,,,,,,,,,,chie,,1,,,,,,,,"She started coming over from the morning, before the store\neven opened." +362300 ,,,,,,,,,,chie,,1,,,,,,,,"Neither Komako-chan nor Tenka-chan had arrived yet, and she\nwas the only one to come early." +362400 ,,,,,,,主人公,,,chie,,1,,,,,,,,Aren't you sleepy coming this early? +362500 ,,,,,,,千恵,Chie,107_SC05_c_001.wav,chie,,3,,,,,,,,"Nope, I went to radio exercises, so I'm totally fine." +362600 ,,,,,,,主人公,,,chie,,3,,,,,,,,"I see, you're an early riser." +362700 ,,,,,,,千恵,Chie,107_SC05_c_002.wav,chie,,21,,,,,,,,"Chii-chan hasn't missed a single day, you know?" +362800 ,,,,,,,主人公,,,chie,,21,,,,,,,,"Oh, that's impressive." +362900 ,,,,,,,千恵,Chie,107_SC05_c_003.wav,chie,,13,,,,,,,,Ehehe~ I got praised! +363000 ,,,,,,,千恵,Chie,107_SC05_c_004.wav,chie,,1,,,,,,,,"Well then, Chii-chan will go inside first." +363100 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Yeah, the door's not locked." +363200 ,,,,,,,千恵,Chie,107_SC05_c_005.wav,chie,,1,,,,,,,,Okay! +363300 ,,,,,,,,,,,,,,,,,,,,Chii-chan pattered her feet as she went inside the house. +363400 ,,,,,,,,,,,,,,,,,,,,"By now, it feels less like a frequently visited store and\nmore like a second home." +363500 ,,,,,,,,,,,,,,,,,,,,"Moreover, she seeks praise and acts spoiled, treating me\nalmost like a father." +363600 ,,,,,,,主人公,,,,,,,,,,,,,...Hmm. +363700 ,,,,,,,,,,,,,,,,,,,,I feel like I need to make up my mind about a lot of things. +363900 ,,,,31,,,千恵,Chie,107_SC05_c_006.wav,chie,,23,,,,,,,,"Hey, hey, Dad, did you have breakfast?" +364000 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Yeah, I had something simple." +364100 ,,,,,,,千恵,Chie,107_SC05_c_007.wav,chie,,24,,,,,,,,Ehh... +364200 ,,,,,,,主人公,,,chie,,24,,,,,,,,"Eh, Chii-chan, didn't you eat?" +364300 ,,,,,,,千恵,Chie,107_SC05_c_008.wav,chie,,3,,,,,,,,"I did. Bread, fried eggs, and sausages." +364400 ,,,,,,,,,,chie,,3,,,,,,,,"Oh, I'd like her to try my sausage too." +364500 ,,,,,,,,,,chie,,3,,,,,,,,"...Well, never mind that." +364600 ,,,,,,,主人公,,,chie,,3,,,,,,,,Then why did you ask? +364700 ,,,,,,,千恵,Chie,107_SC05_c_009.wav,chie,,14,,,,,,,,"If you hadn't eaten, I was going to ask Mom to make you\nbreakfast." +364800 ,,,,,,,千恵,Chie,107_SC05_c_010.wav,chie,,1,,,,,,,,Ah! Don't eat tomorrow! +364900 ,,,,,,,主人公,,,chie,,1,,,,,,,,"No, no, no, that would be too much trouble. I'll pass." +365000 ,,,,,,,千恵,Chie,107_SC05_c_011.wav,chie,,5,,,,,,,,"Ehh, that's boring..." +365100 ,,,,,,,,,,chie,,5,,,,,,,,Hmm... I feel like I'm being cornered. +365200 ,,,,,,,,,,,,,,,,,,,,"Lately, I've been seeing Chii-chan's mom a lot too." +365300 ,,,,,,,,,,,,,,,,,,,,"Chii-chan has been at the store almost all day since that\nday, from morning until her mom picks her up at night." +365400 ,,,,,,,,,,,,,,,,,,,,...Maybe Chii-chan is staying late to set me up with her\nmom. +365500 ,,,,,,,,,,,,,,,,,,,,"If that's the case, she's quite the strategist, Chii-chan." +365700 ,,,6,,,,千恵,Chie,107_SC05_c_012.wav,chie,,1,,,,,,,,"Dad, what are we playing today?" +365800 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Hmm, even if you say play... I have to take care of the\nstore." +365900 ,,,,,,,千恵,Chie,107_SC05_c_013.wav,chie,,24,,,,,,,,Eh― +366000 ,,,,,,,主人公,,,chie,,24,,,,,,,,"No 'eh', I have to do my work properly." +366100 ,,,,,,,千恵,Chie,107_SC05_c_014.wav,chie,,35,,,,,,,,Hmph. +366200 ,,,,,,,,,,chie,,35,,,,,,,,She turned away with a pout. +366300 ,,,,,,,,,,chie,,35,,,,,,,,"Originally, Chii-chan wasn't such a selfish child." +366400 ,,,,,,,,,,chie,,35,,,,,,,,"...Maybe she's trying to get scolded by me, her dad." +366500 ,,,,,,,,,,chie,,35,,,,,,,,I'm not sure how to handle this... +366600 ,,,,,,,千恵,Chie,107_SC05_c_015.wav,chie,,23,,,,,,,,"Oh, right, Dad, can I have some ice cream?" +366700 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Hmm, not right now." +366800 ,,,,,,,千恵,Chie,107_SC05_c_016.wav,chie,,10,,,,,,,,"Eh~ Why not, Dad?" +366900 ,,,,,,,主人公,,,chie,,10,,,,,,,,"It's almost lunchtime, right? It'd be a problem if you can't\neat." +367000 ,,,,,,,千恵,Chie,107_SC05_c_017.wav,chie,,14,,,,,,,,But it's hot. +367100 ,,,,,,,主人公,,,chie,,14,,,,,,,,"Your mom made a delicious lunch, so let's hold off a bit\nlonger, okay?" +367200 ,,,,,,,千恵,Chie,107_SC05_c_018.wav,chie,,34,,,,,,,,But lunch doesn't cool me down. +367300 ,,,,,,,,,,chie,,34,,,,,,,,"Hmm, that's some twisted logic." +367400 ,,,,,,,,,,chie,,34,,,,,,,,She's probably trying to test me. Kids going to a new\nparent's place often test how much they can get away with. +367500 ,,,,,,,,,,chie,,34,,,,,,,,"I read that in a book... Well, I'm quite something for\nreading such books." +367600 ,,,,,,,主人公,,,chie,,34,,,,,,,,"Anyway, no ice cream. Maybe after lunch." +367700 ,,,,,,,千恵,Chie,107_SC05_c_019.wav,chie,,28,,,,,,,,...Okay. +367900 ,,,,,,,,,,,,,,,,,,,,It hasn't even been ten minutes since then. +368000 ,,,,,,,主人公,,,,,,,,,,,,,"Uh, let's see, the cigarette order... three cartons... and\nthe beer..." +368100 ,,,,,,,千恵,Chie,107_SC05_c_020.wav,,,,,,,,,,,Ah! W-w-wait! D-Dad! Help! +368200 ,,,,,,,主人公,,,,,,,,,,,,,Chii-chan? +368300 ,,,,,,,,,,,,,,,,,,,,She just said 'help'! +368400 ,,,,,,,千恵,Chie,107_SC05_c_021.wav,,,,,,,,,,,Dad! Dad! Hurry up! Help me! +368500 ,,,,,,,,,,,,,,,,,,,,A rare panicked voice from Chii-chan! +368600 ,,,,,,,,,,,,,,,,,,,,Is it a robbery!? Is she hurt!? What on earth happened to\nChii-chan!? +368700 ,,,,,,,主人公,,,,,,,,,,,,,Chii-chan! I'm coming! +368800 ,,,,,,,,,,,,,,,,,,,,I hurriedly head towards the store. +369000 ,,,2,11,,,主人公,,,,,,,,,,,,,Chii-chan! What's wrong! Are you okay!? +369100 ,,,,,,,千恵,Chie,107_SC05_c_022.wav,,,,,,,,,,,D-Dad! +369200 ,,,,,,,主人公,,,,,,,,,,,,,Chii-chan! +369300 ,,,,,,,,,,,,,,,,,,,,Chii-chan's voice sounded like she was about to cry! When I\nlooked in that direction... +369400 ,,,,,,,主人公,,,,,,,,,,,,,"...Chii-chan, what are you doing?" +369500 ,,,,,,,千恵,Chie,107_SC05_c_023.wav,chie,,8,,,,,,,,Ugh... uuu... +369600 ,,,,,,,,,,chie,,8,,,,,,,,Chii-chan was struggling with her head stuck in the ice\ncream freezer at the store. +369700 ,,,,,,,,,,chie,,8,,,,,,,,"It seems she tried to get some ice cream, got in up to her\nstomach, and then the lid closed on her." +369800 ,,,,,,,,,,chie,,8,,,,,,,,"...If I posted this picture on a social media app, it would\nprobably go viral in no time." +369900 ,,,,,,,主人公,,,chie,,8,,,,,,,,Chii-chan... +370000 ,,,,,,,千恵,Chie,107_SC05_c_024.wav,chie,,24,,,,,,,,--! +370100 ,,,,,,,,,,chie,,24,,,,,,,,She shivered with a start. +370200 ,,,,,,,主人公,,,chie,,24,,,,,,,,What were you doing? +370300 ,,,,,,,千恵,Chie,107_SC05_c_025.wav,chie,,13,,,,,,,,"Um... I thought you looked hot, so I wanted to get you some\nice cream..." +370400 ,,,,,,,主人公,,,chie,,13,,,,,,,,Chii-chan! Lying is bad! +370500 ,,,,,,,千恵,Chie,107_SC05_c_026.wav,chie,,8,,,,,,,,S-Sorry... +370600 ,,,,,,,,,,chie,,8,,,,,,,,"Inside the ice cream freezer, a dejected face can be seen." +370700 ,,,,,,,千恵,Chie,107_SC05_c_027.wav,chie,,25,,,,,,,,Chii-chan... really wanted to eat ice cream... +370800 ,,,,,,,主人公,,,chie,,25,,,,,,,,"But I told you no, didn't I?" +370900 ,,,,,,,千恵,Chie,107_SC05_c_028.wav,chie,,8,,,,,,,,Yeah... +371000 ,,,,,,,主人公,,,chie,,8,,,,,,,,"And yet, you tried to take it on your own and even lied...\nYou know that's wrong, right?" +371100 ,,,,,,,千恵,Chie,107_SC05_c_029.wav,chie,,28,,,,,,,,...Yes. +371200 ,,,,,,,千恵,Chie,107_SC05_c_030.wav,chie,,14,,,,,,,,"...Are you mad, Dad?" +371300 ,,,,,,,主人公,,,chie,,14,,,,,,,,"Yes, I'm mad." +371400 ,,,,,,,千恵,Chie,107_SC05_c_031.wav,chie,,28,,,,,,,,Ugh... I'm sorry. +371500 ,,,,,,,,,,chie,,28,,,,,,,,"Honestly, doing something like this. It's really not okay." +371600 ,,,,,,,,,,chie,,28,,,,,,,,"Well, I should get her out quickly... I thought as I looked\nat Chii-chan, only her butt sticking out of the freezer." +371700 ,,,,,,,,,,chie,,28,,,,,,,,"In this situation... yeah, it seems like I could do\nsomething naughty as a punishment too." +371800 ,,,,,,,主人公,,,chie,,28,,,,,,,,Chii-chan! +371900 ,,,,,,,千恵,Chie,107_SC05_c_032.wav,chie,,4,,,,,,,,Y-Yes! +372000 ,,,,,,,主人公,,,chie,,4,,,,,,,,I'm going to punish you now! +372100 ,,,,,,,千恵,Chie,107_SC05_c_033.wav,chie,,3,,,,,,,,Punishment...? +372200 ,,,,,,,主人公,,,chie,,3,,,,,,,,"That's right! If you think of me as your dad, then from now\non, when you do something bad, you'll get a proper\npunishment!" +372300 ,,,,,,,千恵,Chie,107_SC05_c_034.wav,chie,,8,,,,,,,,U... ugh... okay... +372400 ,,,,,,,主人公,,,chie,,8,,,,,,,,"I don't want to do this either, you know? But if I'm going\nto be your dad, I have to teach you properly." +372500 ,,,,,,,千恵,Chie,107_SC05_c_035.wav,chie,,4,,,,,,,,...D-Dad... what are you going to do? +372700 ,,,11,,1250000,,,,,,,,,,,,,,, +372800 ,*mem,,,,1250000,,,,,,,,,,,,,,, +372900 ,,,11,,1250000,,主人公,,,chie,,4,,,,,,,,"For a bad girl, it's got to be this..." +373100 ,,,,,1250000,,,,,,,,,,,,,,,I pulled down Chii-chan's pants and panties. +373200 ,,,,,1250000,,千恵,Chie,107_SC05_c_036.wav,chie,,0,,,,,,,,Huh? Huh? Dad! What did you just do? +373300 ,,,,,1250000,,,,,,,,,,,,,,,"Oops, it seems Chii-chan can't see her lower half and\ndoesn't realize what's been done." +373400 ,,,,,1250000,,主人公,,,,,,,,,,,,,I pulled down your panties. +373500 ,,,,,1250000,,千恵,Chie,107_SC05_c_037.wav,chie,,0,,,,,,,,Wha!? Dad... are you going to do something naughty again? +373600 ,,,,,1250000,,主人公,,,,,,,,,,,,,"Wouldn't that make Chii-chan happy too? Now, what should I\ndo?" +373700 ,,,,,1250000,,千恵,Chie,107_SC05_c_038.wav,chie,,0,,,,,,,,... +373800 ,,,,,1250000,,,,,,,,,,,,,,,"Chii-chan trembles, looking anxious about what kind of\npunishment is coming." +373900 ,,,,,1250000,,主人公,,,,,,,,,,,,,Should I leave you like this until Komako- chan or Tenka-\nchan comes? +374000 ,,,,,1250000,,主人公,,,,,,,,,,,,,"It's embarrassing, you know? Your friends will see both your\npussy and your butt hole." +374100 ,,,,,1250000,,千恵,Chie,107_SC05_c_039.wav,chie,,0,,,,,,,,"No... no, no, no! Stop it, Dad!" +374200 ,,,,,1250000,,主人公,,,,,,,,,,,,,Then should I wait until your mom comes? +374300 ,,,,,1250000,,千恵,Chie,107_SC05_c_040.wav,chie,,0,,,,,,,,That's no good either! +374400 ,,,,,1250000,,千恵,Chie,107_SC05_c_041.wav,chie,,0,,,,,,,,Uuuu... I'm sorry... I won't do it again... +374500 ,,,,,1250000,,主人公,,,,,,,,,,,,,"You can say anything with your mouth, but you promised after\nlunch earlier." +374600 ,,,,,1250000,,千恵,Chie,107_SC05_c_042.wav,chie,,0,,,,,,,,But... Chii-chan really wanted to eat it. +374700 ,,,,,1250000,,主人公,,,,,,,,,,,,,Sigh... +374800 ,,,,,1250000,,,,,,,,,,,,,,,"Well, for a child who doesn't understand with words,\nsometimes you have to teach with a bit of pain or action." +374900 ,,,,,1250000,,,,,,,,,,,,,,,Teaching that this is something you shouldn't do is also\npart of education. +375000 ,,,,,1250000,,主人公,,,,,,,,,,,,,"Well then, Chii-chan, if you wanted to eat it so much, I'll\nlet you eat it from your vagina." +375100 ,,,,,1250000,,,,,,,,,,,,,,,"I pressed the popsicle against Chii-chan's vagina, and she\nreacted with a start. Then," +375300 ,,,,,1250010,,千恵,Chie,107_SC05_c_043.wav,chie,,0,,,,,,,,Feh... hiii!? +375400 ,,,,,1250010,,,,,,,,,,,,,,,I pushed it further inside. +375500 ,,,,,1250010,,,,,,,,,,,,,,,Chii-chan's body trembled and reacted with a shiver. +375600 ,,,,,1250010,,,,,,,,,,,,,,,"Well, the tip is round, and it's thinner than my dick, so it\nshould be fine." +375700 ,,,,,1250010,,千恵,Chie,107_SC05_c_044.wav,chie,,0,,,,,,,,"I-it's cold! Dad, what did you do!?" +375800 ,,,,,1250010,,主人公,,,,,,,,,,,,,"I put the ice you wanted to eat into your vagina, Chii-chan." +375900 ,,,,,1250010,,千恵,Chie,107_SC05_c_045.wav,chie,,0,,,,,,,,"No, no, no! Take it out, Dad!" +376000 ,,,,,1250010,,,,,,,,,,,,,,,Chii-chan swung the ice around like a tail growing from her\nvagina. +376100 ,,,,,1250010,,,,,,,,,,,,,,,"When it seemed like the ice was about to come out, I pushed\nit back deep into her vagina." +376200 ,,,,,1250010,,千恵,Chie,107_SC05_c_046.wav,chie,,0,,,,,,,,Higu! Ah... ah... it's cold... +376300 ,,,,,1250010,,,,,,,,,,,,,,,"Maybe because it's cold, her vagina tightened as if it was\neating the ice." +376400 ,,,,,1250010,,,,,,,,,,,,,,,I want her to eat my dick too... but the punishment comes\nfirst. +376500 ,,,,,1250010,,千恵,Chie,107_SC05_c_047.wav,chie,,0,,,,,,,,Dad... I don't want the ice! My vagina will get frostbite! +376600 ,,,,,1250010,,主人公,,,,,,,,,,,,,"Hmm... well, that would be a problem if it happened." +376700 ,,,,,1250010,,千恵,Chie,107_SC05_c_048.wav,chie,,0,,,,,,,,"I'll apologize... please, Dad." +376800 ,,,,,1250010,,,,,,,,,,,,,,,Chii-chan trembled as she looked at me intently. +376900 ,,,,,1250010,,千恵,Chie,107_SC05_c_049.wav,chie,,0,,,,,,,,Chii-chan has learned her lesson! I won't do it again! +377000 ,,,,,1250010,,,,,,,,,,,,,,,It seems like she's just saying that because she wants to\nget out of this situation. +377100 ,,,,,1250010,,主人公,,,,,,,,,,,,,"No, the punishment will continue." +377200 ,,,,,1250010,,千恵,Chie,107_SC05_c_050.wav,chie,,0,,,,,,,,Ehhh!? Can't you just end it already!? +377300 ,,,,,1250010,,主人公,,,,,,,,,,,,,"Nope, we have to keep going until Chii-chan understands what\nshe did wrong." +377400 ,,,,,1250010,,千恵,Chie,107_SC05_c_051.wav,chie,,0,,,,,,,,It's okay! Chii-chan understands! +377500 ,,,,,1250010,,主人公,,,,,,,,,,,,,"Then, what do you think you did wrong?" +377600 ,,,,,1250010,,千恵,Chie,107_SC05_c_052.wav,chie,,0,,,,,,,,Um... trying to eat the ice without permission... maybe? +377700 ,,,,,1250010,,主人公,,,,,,,,,,,,,"Hmm, that's not enough." +377800 ,,,,,1250010,,千恵,Chie,107_SC05_c_053.wav,chie,,0,,,,,,,,"Ehhh... um, what else... what else..." +377900 ,,,,,1250010,,主人公,,,,,,,,,,,,,"Since you don't seem to understand, I'll teach you while\npunishing you." +378000 ,,,,,1250010,,,,,,,,,,,,,,,I lightly raised my hand. +378200 ,,,,,1250020,,,,,,,,,,,,,,,――Smack! +378300 ,,,,,1250020,,千恵,Chie,107_SC05_c_054.wav,chie,,0,,,,,,,,Ouch!? +378400 ,,,,,1250020,,,,,,,,,,,,,,,I smacked Chii-chan's butt with my palm. +378500 ,,,,,1250020,,,,,,,,,,,,,,,"Yeah, her butt jiggled, and it was very erotic." +378600 ,,,,,1250020,,,,,,,,,,,,,,,"...No, no, that's not it, that's not it." +378700 ,,,,,1250020,,主人公,,,,,,,,,,,,,Bad girls get spanked on the butt. +378800 ,,,,,1250020,,千恵,Chie,107_SC05_c_055.wav,chie,,0,,,,,,,,Ehh! But... Chii-chan doesn't like pain. +378900 ,,,,,1250020,,主人公,,,,,,,,,,,,,It's a punishment because you don't like it... see? +379000 ,,,,,1250020,,,,,,,,,,,,,,,――Smack! +379100 ,,,,,1250020,,千恵,Chie,107_SC05_c_056.wav,chie,,0,,,,,,,,Oww! +379200 ,,,,,1250020,,,,,,,,,,,,,,,――Smack! +379300 ,,,,,1250020,,千恵,Chie,107_SC05_c_057.wav,chie,,0,,,,,,,,Fwaa! +379400 ,,,,,1250020,,,,,,,,,,,,,,,――Smack! +379500 ,,,,,1250020,,千恵,Chie,107_SC05_c_058.wav,chie,,0,,,,,,,,Ukyuu! ...Ugh... my butt is cold and it hurts... I don't\nwant this anymore. +379600 ,,,,,1250020,,主人公,,,,,,,,,,,,,"I don't really want to do this to you either, Chii-chan.\nHonestly, I'd rather make your butt and pussy feel good." +379700 ,,,,,1250020,,千恵,Chie,107_SC05_c_059.wav,chie,,0,,,,,,,,...Ugh... but it hurts. +379800 ,,,,,1250020,,主人公,,,,,,,,,,,,,"Well, it's a punishment. In our previous relationship, it\nwould have ended with something naughty, but you want me to\nbe like a father to you, right?" +379900 ,,,,,1250020,,主人公,,,,,,,,,,,,,"Then I'll scold you like a father would, Chii-chan." +380000 ,,,,,1250020,,千恵,Chie,107_SC05_c_060.wav,chie,,0,,,,,,,,D-Does a father scold like this? +380100 ,,,,,1250020,,主人公,,,,,,,,,,,,,"Yes, when you do something bad, he spanks your butt." +380200 ,,,,,1250020,,千恵,Chie,107_SC05_c_061.wav,chie,,0,,,,,,,,Then what about the ice on my pussy? +380300 ,,,,,1250020,,主人公,,,,,,,,,,,,,... +380400 ,,,,,1250020,,,,,,,,,,,,,,,"Well, that's... yeah, not really." +380500 ,,,,,1250020,,,,,,,,,,,,,,,"To be honest, it's entirely my own preference." +380600 ,,,,,1250020,,,,,,,,,,,,,,,"Because while spanking Chii-chan's butt, I got painfully\nhard." +380700 ,,,,,1250020,,,,,,,,,,,,,,,"Ah, Chii-chan's red butt... it's so cute." +380800 ,,,,,1250020,,主人公,,,,,,,,,,,,,"Alright, here we go again... take this!" +380900 ,,,,,1250020,,,,,,,,,,,,,,,As I raised my hand. +381000 ,,,,,1250020,,千恵,Chie,107_SC05_c_062.wav,chie,,0,,,,,,,,――! +381100 ,,,,,1250020,,,,,,,,,,,,,,,"Her little hole tightens up. Oh, what a cute reaction." +381200 ,,,,,1250020,,千恵,Chie,107_SC05_c_063.wav,chie,,0,,,,,,,,...Huh? +381300 ,,,,,1250020,,,,,,,,,,,,,,,"While I was mesmerized by her little hole, I delayed the\nspanking a bit, and Chii-chan slightly relaxed her tense\nbutt." +381400 ,,,,,1250020,,,,,,,,,,,,,,,--Smack! +381500 ,,,,,1250020,,千恵,Chie,107_SC05_c_064.wav,chie,,0,,,,,,,,Ugh!? +381600 ,,,,,1250020,,,,,,,,,,,,,,,"Ah, it ended up being like a feint." +381700 ,,,,,1250020,,千恵,Chie,107_SC05_c_065.wav,chie,,0,,,,,,,,Ugh... wah... it hurts... Chii-chan doesn't want this\nanymore... +381800 ,,,,,1250020,,千恵,Chie,107_SC05_c_066.wav,chie,,0,,,,,,,,Just for trying to eat ice cream... hic... why so much... +381900 ,,,,,1250020,,,,,,,,,,,,,,,--Smack! +382000 ,,,,,1250020,,千恵,Chie,107_SC05_c_067.wav,chie,,0,,,,,,,,Gyaah! +382100 ,,,,,1250020,,主人公,,,,,,,,,,,,,"Just for trying to eat ice cream... as long as you say\nthings like that, it means you haven't reflected on it." +382200 ,,,,,1250020,,千恵,Chie,107_SC05_c_068.wav,chie,,0,,,,,,,,But... but... ugh... +382300 ,,,,,1250020,,,,,,,,,,,,,,,"Ah, she's already teary-eyed. What a troublemaker." +382400 ,,,,,1250020,,主人公,,,,,,,,,,,,,"Chii-chan, you shoplifted from the old man's store before,\nright?" +382500 ,,,,,1250020,,千恵,Chie,107_SC05_c_069.wav,chie,,0,,,,,,,,Y-yeah... +382600 ,,,,,1250020,,主人公,,,,,,,,,,,,,"You said you'd never do it again, but today you tried to\ntake something without permission again." +382700 ,,,,,1250020,,千恵,Chie,107_SC05_c_070.wav,chie,,0,,,,,,,,... +382800 ,,,,,1250020,,主人公,,,,,,,,,,,,,"I'm happy that you think of me as your dad, but you can't\njust take things from the store without asking." +382900 ,,,,,1250020,,主人公,,,,,,,,,,,,,"Chii-chan, you broke several promises you made with the old\nman today." +383000 ,,,,,1250020,,千恵,Chie,107_SC05_c_071.wav,chie,,0,,,,,,,,...Yeah. +383100 ,,,,,1250020,,主人公,,,,,,,,,,,,,Remember how worried your mom was back then? You shouldn't\nmake her worry like that. +383200 ,,,,,1250020,,主人公,,,,,,,,,,,,,"If you keep doing things like this, your mom and the old man\nmight end up disliking you." +383300 ,,,,,1250020,,千恵,Chie,107_SC05_c_072.wav,chie,,0,,,,,,,,"Huh? N-no, no! ...Don't hate me, Dad!" +383400 ,,,,,1250020,,,,,,,,,,,,,,,――*Snap!* +383600 ,,,,,1250030,,千恵,Chie,107_SC05_c_073.wav,chie,,0,,,,,,,,Wah! Ah... ugh... I'm sorry... I'm so sorry... +383700 ,,,,,1250030,,,,,,,,,,,,,,,Big tears start to fall from Chii-chan's eyes. +383800 ,,,,,1250030,,,,,,,,,,,,,,,It seems like she's finally starting to truly reflect. +383900 ,,,,,1250030,,主人公,,,,,,,,,,,,,What else? +384000 ,,,,,1250030,,千恵,Chie,107_SC05_c_074.wav,chie,,0,,,,,,,,I'm sorry for trying to steal. +384100 ,,,,,1250030,,,,,,,,,,,,,,,――*Snap!* +384200 ,,,,,1250030,,千恵,Chie,107_SC05_c_075.wav,chie,,0,,,,,,,,Ouch! +384300 ,,,,,1250030,,,,,,,,,,,,,,,Chii-chan's reddened butt jiggles. +384400 ,,,,,1250030,,,,,,,,,,,,,,,"Ugh... even in this situation, her cute, bouncy butt is\nirresistible." +384500 ,,,,,1250030,,,,,,,,,,,,,,,"Oops... there's some liquid coming from her pussy, but is\nthat love juice... or just condensation from the ice cream?\n...Hmm." +384600 ,,,,,1250030,,主人公,,,,,,,,,,,,,"Okay. With that spanking, you've reflected on the stealing,\nright? What else?" +384700 ,,,,,1250030,,千恵,Chie,107_SC05_c_076.wav,chie,,0,,,,,,,,...Ugh... hic... I was told not to eat the ice cream... but\nI tried to... I'm sorry... hic. +384800 ,,,,,1250030,,,,,,,,,,,,,,,――*Snap!* +384900 ,,,,,1250030,,千恵,Chie,107_SC05_c_077.wav,chie,,0,,,,,,,,Nnfu! +385000 ,,,,,1250030,,,,,,,,,,,,,,,Huh? That sounded a bit like an erotic voice. +385100 ,,,,,1250030,,,,,,,,,,,,,,,...Or maybe it's just because she's crying? +385200 ,,,,,1250030,,主人公,,,,,,,,,,,,,That's right. Even though your mom woke up early to make a\ndelicious lunch for you. +385300 ,,,,,1250030,,千恵,Chie,107_SC05_c_078.wav,chie,,0,,,,,,,,I-I see... I'm sorry... mom. +385400 ,,,,,1250030,,千恵,Chie,107_SC05_c_079.wav,chie,,0,,,,,,,,Uuuu... even when I shoplifted... both mom and dad got mad\nat me... I'm so sorry... I'm sorry... +385500 ,,,,,1250030,,,,,,,,,,,,,,,"Alright, this is the last one. I raise my hand and bring it\ndown on Chii-chan's butt." +385600 ,,,,,1250030,,,,,,,,,,,,,,,――*Smack!* +385700 ,,,,,1250030,,千恵,Chie,107_SC05_c_080.wav,chie,,0,,,,,,,,Fuwaaaa~~~... uaaaa... +385800 ,,,,,1250030,,主人公,,,,,,,,,,,,,"Alright, that's the end, Chii-chan. You understand you did\nsomething bad, right?" +385900 ,,,,,1250030,,千恵,Chie,107_SC05_c_081.wav,chie,,0,,,,,,,,Ugh... ugh... hic... I'm sorry... I'm sorry... uuuu... +386000 ,,,,,1250030,,千恵,Chie,107_SC05_c_082.wav,chie,,0,,,,,,,,D-Dad... please don't hate Chii-chan... uwaaaaa! +386100 ,,,,,1250030,,主人公,,,,,,,,,,,,,"It's okay, Chii-chan, you've reflected enough, right?" +386200 ,,,,,1250030,,千恵,Chie,107_SC05_c_083.wav,chie,,0,,,,,,,,Yeah... +386300 ,,,,,1250030,,主人公,,,,,,,,,,,,,Then I won't hate you... as proof of that... here we go. +386500 ,,,,,1250040,,千恵,Chie,107_SC05_c_084.wav,chie,,0,,,,,,,,...Fuwa!? +386600 ,,,,,1250040,,,,,,,,,,,,,,,I pulled out the ice cream and replaced it with my cock. +386700 ,,,,,1250040,,,,,,,,,,,,,,,Whoa!? Her cold pussy is wrapping around me! It's a new\nsensation! +386800 ,,,,,1250040,,,,,,,,,,,,,,,"Hmm, if I marketed a chilled onahole, maybe it would sell?" +386900 ,,,,,1250040,,主人公,,,,,,,,,,,,,"See, Chii-chan loves it so much that my cock is getting\nbigger." +387000 ,,,,,1250040,,千恵,Chie,107_SC05_c_085.wav,chie,,0,,,,,,,,Ah... dad's cock... it's warm... +387100 ,,,,,1250040,,主人公,,,,,,,,,,,,,"I'll warm you up a bit like this, okay?" +387200 ,,,,,1250040,,千恵,Chie,107_SC05_c_086.wav,chie,,0,,,,,,,,"Yeah... thank you, dad." +387300 ,,,,,1250040,,,,,,,,,,,,,,,Chii-chan finally stopped crying and gave me a small smile. +387400 ,,,,,1250040,,,,,,,,,,,,,,,"Yeah, it seems like she's reflected enough, so the education\npart is fine. ...Now it's time for sex education!" +387500 ,,,,,1250040,,,,,,,,,,,,,,,"Hehehe! I mean, with a bare butt and pussy right in front of\nme, there's no way an old man like me wouldn't get naughty." +387600 ,,,,,1250040,,,,,,,,,,,,,,,"No matter how serious the situation, I'm always thinking of\nways to turn it into something erotic!" +387700 ,,,,,1250040,,主人公,,,,,,,,,,,,,"Sorry, Chii-chan, did it hurt?" +387800 ,,,,,1250040,,,,,,,,,,,,,,,I gently stroked her bright red butt. Only the spots where\nmy handprints were left felt warm. +387900 ,,,,,1250040,,,,,,,,,,,,,,,"Still, why is a girl with a red butt so erotic?" +388000 ,,,,,1250040,,,,,,,,,,,,,,,"Am I a sadist? ...But probably, even if Chii- chan spanked\nme, I'd get excited." +388100 ,,,,,1250040,,,,,,,,,,,,,,,"...In conclusion, I'm just a pervert. Yeah." +388200 ,,,,,1250040,,千恵,Chie,107_SC05_c_087.wav,chie,,0,,,,,,,,Yeah... it hurt. +388300 ,,,,,1250040,,主人公,,,,,,,,,,,,,"Your pussy was cold too, right? ...Sorry." +388400 ,,,,,1250040,,千恵,Chie,107_SC05_c_088.wav,chie,,0,,,,,,,,"Y-yeah... but now, dad is warming me up... so it's okay." +388500 ,,,,,1250040,,主人公,,,,,,,,,,,,,Hmm~ Chii-chan! You're so cute because you always honestly\nsay everything like that. +388600 ,,,,,1250040,,千恵,Chie,107_SC05_c_089.wav,chie,,0,,,,,,,,E-ehehe~ really? +388700 ,,,,,1250040,,主人公,,,,,,,,,,,,,"That's right? Look, even dad's cock is." +388800 ,,,,,1250040,,,,,,,,,,,,,,,I slowly started moving inside Chii-chan. +388900 ,,,,,1250040,,千恵,Chie,107_SC05_c_090.wav,chie,,0,,,,,,,,Fuwa! Ah... dad is coming to warm me up deep inside. +389000 ,,,,,1250040,,千恵,Chie,107_SC05_c_091.wav,chie,,0,,,,,,,,Nn... because my pussy is cold... it's easy to tell where\nyou are. +389100 ,,,,,1250040,,主人公,,,,,,,,,,,,,"Haha, should we try cooling your pussy sometimes before\ndoing it?" +389200 ,,,,,1250040,,千恵,Chie,107_SC05_c_092.wav,chie,,0,,,,,,,,Eh~... no more ice cream for me. +389300 ,,,,,1250040,,,,,,,,,,,,,,,"Hmm, that's a bit disappointing. A cold pussy... feels good\nthough." +389400 ,,,,,1250040,,,,,,,,,,,,,,,"As I slowly moved my hips back and forth, a wet sound\nechoed." +389500 ,,,,,1250040,,,,,,,,,,,,,,,"Ah, it's the condensation from the ice cream sticking." +389600 ,,,,,1250040,,千恵,Chie,107_SC05_c_093.wav,chie,,0,,,,,,,,"Ahh... ah... somehow, dad's... feels more than usual?" +389700 ,,,,,1250040,,主人公,,,,,,,,,,,,,"Yeah, your pussy is cold and more sensitive." +389800 ,,,,,1250040,,千恵,Chie,107_SC05_c_094.wav,chie,,0,,,,,,,,"Ah... nn... also, because I can't see dad..." +389900 ,,,,,1250040,,,,,,,,,,,,,,,"Oh... come to think of it, my upper body is in the freezer,\nand my lower body is outside." +390000 ,,,,,1250040,,,,,,,,,,,,,,,"Isn't this a wall-butt situation! Wow, I can't believe it's\nso easy to do with the freezer at home!" +390100 ,,,,,1250040,,,,,,,,,,,,,,,"Because she can't see, she's probably focusing on her pussy." +390200 ,,,,,1250040,,主人公,,,,,,,,,,,,,"Then, I'll warm you up inside, okay Chii- chan?" +390300 ,,,,,1250040,,千恵,Chie,107_SC05_c_095.wav,chie,,0,,,,,,,,Y-yeah. +390400 ,,,,,1250040,,,,,,,,,,,,,,,I moved my hot cock back and forth inside Chii-chan. +390500 ,,,,,1250040,,,,,,,,,,,,,,,The cold folds clinging to me felt good but made my cock\nshrink. +390600 ,,,,,1250040,,,,,,,,,,,,,,,But in front of me is Chii-chan's bright red butt! There's\nno way my cock would shrink from just this! +390700 ,,,,,1250040,,主人公,,,,,,,,,,,,,"Alright, let's warm up the cold spots, okay? How about here?" +390900 ,,,,,1250050,,千恵,Chie,107_SC05_c_096.wav,chie,,0,,,,,,,,"Fuwa! Ah... nn, fuwa! Y-yeah... I want you to rub there\nmore." +391000 ,,,,,1250050,,主人公,,,,,,,,,,,,,"It's the womb area, right?" +391100 ,,,,,1250050,,千恵,Chie,107_SC05_c_097.wav,chie,,0,,,,,,,,"Hah! Ah, ugh! Y-yeah. The baby would get cold... fuwaaah!\nAh, ugh!?" +391200 ,,,,,1250050,,千恵,Chie,107_SC05_c_098.wav,chie,,0,,,,,,,,"Uwaah! Ahh! Nn, haah haah! Dad, that spot is really\nsensitive!" +391300 ,,,,,1250050,,,,,,,,,,,,,,,"Of course, since it's the womb and it's cold, it's probably\nmore sensitive than usual." +391400 ,,,,,1250050,,,,,,,,,,,,,,,"Well, I've been focusing on the inside, but over here too..." +391500 ,,,,,1250050,,,,,,,,,,,,,,,I held the ice and gently stroked the handprint on her butt\nwith my cold hand. +391600 ,,,,,1250050,,千恵,Chie,107_SC05_c_099.wav,chie,,0,,,,,,,,"Fuwaaa!? S-something just now... my butt... fuwaa!? Ah, my\nbutt hole, it tightened up." +391700 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Wow, really? What's wrong, Chii-chan, do you need to fart or\nsomething?" +391800 ,,,,,1250050,,千恵,Chie,107_SC05_c_100.wav,chie,,0,,,,,,,,"N-no, that's not it! I was just surprised! ...Hyaa!? My butt\nhole... something cold touched it!" +391900 ,,,,,1250050,,,,,,,,,,,,,,,"Wow, it's shrinking and stretching, what a cute anus." +392000 ,,,,,1250050,,,,,,,,,,,,,,,"Since I can't see Chii-chan's face well, maybe I'll watch\nthe expressions of her anus instead?" +392100 ,,,,,1250050,,主人公,,,,,,,,,,,,,Is the inside warm now? +392200 ,,,,,1250050,,千恵,Chie,107_SC05_c_101.wav,chie,,0,,,,,,,,"Fuwaa... uhnnn! Well, it feels like my pussy is being done\nby dad's cock... hah!" +392300 ,,,,,1250050,,千恵,Chie,107_SC05_c_102.wav,chie,,0,,,,,,,,"Ah, ha, ahh! It's getting warm... and then it starts to feel\ngood... ahh, my pussy is getting all melty." +392400 ,,,,,1250050,,,,,,,,,,,,,,,"Not just her pussy, but her butt hole is also a bit relaxed." +392500 ,,,,,1250050,,主人公,,,,,,,,,,,,,"I see, your pussy is getting all melty. Then how about here?" +392600 ,,,,,1250050,,,,,,,,,,,,,,,I touched her butt hole again with my cold finger. +392700 ,,,,,1250050,,千恵,Chie,107_SC05_c_103.wav,chie,,0,,,,,,,,Fuwaa!? Chii-chan's butt hole is tightening up... ahh. +392800 ,,,,,1250050,,主人公,,,,,,,,,,,,,Let's see? +392900 ,,,,,1250050,,,,,,,,,,,,,,,I spread Chii-chan's small butt cheeks apart. +393000 ,,,,,1250050,,千恵,Chie,107_SC05_c_104.wav,chie,,0,,,,,,,,Auun! It feels like my butt hole is popping out... +393100 ,,,,,1250050,,,,,,,,,,,,,,,"Ah, it's a place that's not usually exposed to the air. Well\nthen." +393200 ,,,,,1250050,,主人公,,,,,,,,,,,,,Fuuuu~~ +393300 ,,,,,1250050,,千恵,Chie,107_SC05_c_105.wav,chie,,0,,,,,,,,Hafuu! Nn! It tickles~ +393400 ,,,,,1250050,,,,,,,,,,,,,,,"With my breath, Chii-chan's anus tightens repeatedly." +393500 ,,,,,1250050,,,,,,,,,,,,,,,"Ah, how cute. I want to have sex with her anus next time." +393600 ,,,,,1250050,,,,,,,,,,,,,,,"But not yet, as long as her period hasn't come, I can cum\ninside as much as I want, so for now, it's the pussy." +393700 ,,,,,1250050,,,,,,,,,,,,,,,"Oops, I was neglecting my hip movements. ...Alright, let's\nget serious." +393800 ,,,,,1250050,,千恵,Chie,107_SC05_c_106.wav,chie,,0,,,,,,,,Ah. Ah. Hah... Daddy's cock is reaching deep inside Chii-\nchan! +393900 ,,,,,1250050,,,,,,,,,,,,,,,"Since she's supporting her body only with her stomach, when\nI move my hips, Chii-chan's small body shakes." +394000 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Oops, are you scared of the shaking?" +394100 ,,,,,1250050,,千恵,Chie,107_SC05_c_107.wav,chie,,0,,,,,,,,"Ah, hah, hah... Ah! It's like being pushed on a swing with a\ncock, it's kind of fun." +394200 ,,,,,1250050,,,,,,,,,,,,,,,"Oh, that's quite father-daughter-like. ...Well, the mention\nof a cock kind of ruins that." +394300 ,,,,,1250050,,千恵,Chie,107_SC05_c_108.wav,chie,,0,,,,,,,,"Nn... Ah, hah... Kuu, my pussy... is going back to how it\nusually feels... Fuwaa!" +394400 ,,,,,1250050,,,,,,,,,,,,,,,"Chii-chan's legs are twitching, twitching, as if she's doing\na breaststroke." +394500 ,,,,,1250050,,主人公,,,,,,,,,,,,,Oh? Does that mean it's starting to feel good? +394600 ,,,,,1250050,,千恵,Chie,107_SC05_c_109.wav,chie,,0,,,,,,,,"Yeah, it feels good! Ah, but Chii-chan's pussy is squeezing\nmore than usual." +394700 ,,,,,1250050,,,,,,,,,,,,,,,Is that an unseen influence? +394800 ,,,,,1250050,,千恵,Chie,107_SC05_c_110.wav,chie,,0,,,,,,,,"Hey Daddy, you can move more if you want?" +394900 ,,,,,1250050,,主人公,,,,,,,,,,,,,Oh... got it. I'll be rougher. +395000 ,,,,,1250050,,千恵,Chie,107_SC05_c_111.wav,chie,,0,,,,,,,,"Yeah, Chii-chan wants to feel good too." +395100 ,,,,,1250050,,,,,,,,,,,,,,,"After confirming Chii-chan said that, I move my cock\nvigorously." +395200 ,,,,,1250050,,千恵,Chie,107_SC05_c_112.wav,chie,,0,,,,,,,,"Nnn. ...Ah, fuaaaah! Hyaa!! Ah... it's getting faster...\nChii-chan's pussy is getting all wet with naughty juices." +395300 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Ah, it's true. Since your body was cold, the warm juices are\neasy to notice, huh?" +395400 ,,,,,1250050,,千恵,Chie,107_SC05_c_113.wav,chie,,0,,,,,,,,"Nn, ha, ha, and you know... I could tell that Daddy's precum\ncame out too?" +395500 ,,,,,1250050,,主人公,,,,,,,,,,,,,Huh? +395600 ,,,,,1250050,,千恵,Chie,107_SC05_c_114.wav,chie,,0,,,,,,,,"Fuaah... ah, kuh, aaah, when it came out in Chii-chan's cold\npussy, it felt all warm there." +395700 ,,,,,1250050,,主人公,,,,,,,,,,,,,R-Really? +395800 ,,,,,1250050,,,,,,,,,,,,,,,"I don't know, it's a bit embarrassing that Chii-chan could\nfeel the precum I unconsciously released." +395900 ,,,,,1250050,,,,,,,,,,,,,,,I leaned over the ice freezer and thrust my cock deep into\nChii-chan. +396000 ,,,,,1250050,,,,,,,,,,,,,,,I pressed the tip against the inner wall and twisted my cock\naround to tease it further. +396100 ,,,,,1250050,,千恵,Chie,107_SC05_c_115.wav,chie,,0,,,,,,,,"Ahh... fuaaa! All the way inside again... Ah, ha... it's\ntwisting around." +396200 ,,,,,1250050,,主人公,,,,,,,,,,,,,Yeah. It seems like Chii-chan can handle it going deeper\nthan before. +396300 ,,,,,1250050,,千恵,Chie,107_SC05_c_116.wav,chie,,0,,,,,,,,"Ahh... nku... nfu! Yeah, ah... nku, it feels... good!" +396400 ,,,,,1250050,,主人公,,,,,,,,,,,,,Ugh! Ahh! +396500 ,,,,,1250050,,千恵,Chie,107_SC05_c_117.wav,chie,,0,,,,,,,,"Ahk! Nn! Ah! A, a, a, a... Daddy... I'm really sorry about\nearlier." +396600 ,,,,,1250050,,主人公,,,,,,,,,,,,,Huh? +396700 ,,,,,1250050,,千恵,Chie,107_SC05_c_118.wav,chie,,0,,,,,,,,"Ahh... haah, haah, even though Chii-chan did something\nbad... you're making me feel good..." +396800 ,,,,,1250050,,千恵,Chie,107_SC05_c_119.wav,chie,,0,,,,,,,,"Nngh...! Hafu... aaah! It's because you like Chii-chan...\nthat's why you got mad, right...?" +396900 ,,,,,1250050,,千恵,Chie,107_SC05_c_120.wav,chie,,0,,,,,,,,"Hafu... nku, aaaah! So, I'm reflecting on it... nku! Hiu!?" +397000 ,,,,,1250050,,主人公,,,,,,,,,,,,,Chii-chan +397100 ,,,,,1250050,,,,,,,,,,,,,,,Uwaaah! Chii-chan is so cute! There aren't many girls who\ncan say things like this with their pussy and ass fully\nexposed! +397200 ,,,,,1250050,,,,,,,,,,,,,,,I feel so incredibly affectionate that I start moving my\ncock as I please. +397300 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Y-Yeah, Chii-chan! I really love you so much, I can't stand\nit anymore!" +397400 ,,,,,1250050,,千恵,Chie,107_SC05_c_121.wav,chie,,0,,,,,,,,"Hyaaah! It's so intense, Daddy! Your cock is going in and\nout... ahn!" +397500 ,,,,,1250050,,千恵,Chie,107_SC05_c_122.wav,chie,,0,,,,,,,,"But... Daddy, you love Chii-chan, higu! Ahn, that's why\nyou're doing this..." +397600 ,,,,,1250050,,主人公,,,,,,,,,,,,,"That's right, that's right, Chii-chan! I love you so much\nthat I want to put my cock inside you over and over again." +397700 ,,,,,1250050,,千恵,Chie,107_SC05_c_123.wav,chie,,0,,,,,,,,"Nnnnn! Fuhia! Ah, ha... Your cock is going so deep, I-I\ncan't breathe!" +397800 ,,,,,1250050,,,,,,,,,,,,,,,"With each thrust of my cock, her juices gush and drip onto\nthe ground." +397900 ,,,,,1250050,,千恵,Chie,107_SC05_c_124.wav,chie,,0,,,,,,,,"Ahyu... hafu... it feels so good, it feels so good... Chii-\nchan is drooling..." +398000 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Chii-chan, that ice cream is for sale, so you can't drool on\nit, okay?" +398100 ,,,,,1250050,,千恵,Chie,107_SC05_c_125.wav,chie,,0,,,,,,,,"Ah, haah, haah, nfuuh! I'll do my best! Nn!" +398200 ,,,,,1250050,,,,,,,,,,,,,,,"Actually, ice cream with a beautiful girl's saliva on it\nmight sell like hotcakes." +398300 ,,,,,1250050,,,,,,,,,,,,,,,But only to perverts with the same taste as me. +398400 ,,,,,1250050,,,,,,,,,,,,,,,"She closes her mouth tightly, struggling to hold back her\nsaliva, breathing in short gasps." +398500 ,,,,,1250050,,千恵,Chie,107_SC05_c_126.wav,chie,,0,,,,,,,,"Ahfu, nku, nku, nku! Ahfu... hiyu... ahhh! Fuah... auu! My\nhead is getting hot from your cock too." +398600 ,,,,,1250050,,千恵,Chie,107_SC05_c_127.wav,chie,,0,,,,,,,,Ah! Ah! Ah! Even though Chii-chan's head is in a cold\nplace... it's hot and fuzzy. +398700 ,,,,,1250050,,,,,,,,,,,,,,,"Well, given her position, the blood must be rushing to her\nhead." +398800 ,,,,,1250050,,,,,,,,,,,,,,,But let's ask a question... +398900 ,,,,,1250050,,主人公,,,,,,,,,,,,,You're really feeling it. Do you like this kind of play? +399000 ,,,,,1250050,,千恵,Chie,107_SC05_c_128.wav,chie,,0,,,,,,,,Feh? +399100 ,,,,,1250050,,主人公,,,,,,,,,,,,,Like getting your butt spanked or having ice inserted into\nyour pussy? +399200 ,,,,,1250050,,,,,,,,,,,,,,,"If so, it means she's discovered her masochistic side at\nthis age. That would really expand our play options!" +399300 ,,,,,1250050,,千恵,Chie,107_SC05_c_129.wav,chie,,0,,,,,,,,"Nn, kuh. Ha, haah, haaa! No, I didn't like getting my butt\nspanked or having ice inserted." +399400 ,,,,,1250050,,,,,,,,,,,,,,,"Oh, that's a shame." +399500 ,,,,,1250050,,千恵,Chie,107_SC05_c_130.wav,chie,,0,,,,,,,,"Ahhh! Ahfu, hafu, um, you know... because I know Daddy loves\nChii-chan, I love it." +399600 ,,,,,1250050,,千恵,Chie,107_SC05_c_131.wav,chie,,0,,,,,,,,"Then sex... hiyu, auuu! Feels even better than usual...\nfuah!" +399700 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Then, to show how much Uncle loves Chii- chan, I'll move my\ncock even more and more." +399800 ,,,,,1250050,,千恵,Chie,107_SC05_c_132.wav,chie,,0,,,,,,,,"Ahh, fu, nn, yes!" +399900 ,,,,,1250050,,,,,,,,,,,,,,,Chii-chan nodded inside the ice freezer. +400000 ,,,,,1250050,,主人公,,,,,,,,,,,,,...Huff! +400100 ,,,,,1250050,,,,,,,,,,,,,,,"I increased the speed of my cock, heightening the pleasure\nmore and more." +400200 ,,,,,1250050,,千恵,Chie,107_SC05_c_133.wav,chie,,0,,,,,,,,"Fuwaa! Agu... Daddy, ah! It feels like I'm about to come." +400300 ,,,,,1250050,,,,,,,,,,,,,,,"Twisting her body at my gaze, she writhed in the rough\npleasure." +400400 ,,,,,1250050,,千恵,Chie,107_SC05_c_134.wav,chie,,0,,,,,,,,"Ah, ha... fuaaa! Daddy! Daddy! My pussy feels amazing!" +400500 ,,,,,1250050,,千恵,Chie,107_SC05_c_135.wav,chie,,0,,,,,,,,"Nnnooo! Ahfu! Hyaa! It's moving kyu-kyu, like it's sucking\nin Daddy's cock." +400600 ,,,,,1250050,,主人公,,,,,,,,,,,,,R-Really! It's an amazing suction! +400700 ,,,,,1250050,,,,,,,,,,,,,,,The soft walls squeezed my cock tightly. +400800 ,,,,,1250050,,,,,,,,,,,,,,,Ah! It feels too good! +400900 ,,,,,1250050,,千恵,Chie,107_SC05_c_136.wav,chie,,0,,,,,,,,"Nnngh! Nnngh! Ah, fuaaaaah! It feels so good!" +401000 ,,,,,1250050,,千恵,Chie,107_SC05_c_137.wav,chie,,0,,,,,,,,Ch-Chii-chan feels like she's about to come! +401100 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Yeah, Uncle does too!" +401200 ,,,,,1250050,,千恵,Chie,107_SC05_c_138.wav,chie,,0,,,,,,,,"Hyaaah! Ahh! Daddy's... semen... warming up Chii-chan's\nbody, ahn! Ahhh! ...Hyan!" +401300 ,,,,,1250050,,千恵,Chie,107_SC05_c_139.wav,chie,,0,,,,,,,,"Chii-chan's pussy and... body... nhih... nn, ah! Because\nit's cold." +401400 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Yeah, yeah! Just a little more... I'll melt Chii-chan with\nUncle's hot semen, haah haah!" +401500 ,,,,,1250050,,千恵,Chie,107_SC05_c_140.wav,chie,,0,,,,,,,,Haah haah... okay! +401600 ,,,,,1250050,,主人公,,,,,,,,,,,,,"But Chii-chan, your face is all droopy. Look, even though I\nsaid no earlier, you're drooling." +401700 ,,,,,1250050,,千恵,Chie,107_SC05_c_141.wav,chie,,0,,,,,,,,Fueee! B-But Daddy makes me feel so good... ahn! +401800 ,,,,,1250050,,主人公,,,,,,,,,,,,,Another excuse! ...Here! +401900 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack!* +402000 ,,,,,1250050,,千恵,Chie,107_SC05_c_142.wav,chie,,0,,,,,,,,Fuwaaa! Ahn! S-Sorry! +402100 ,,,,,1250050,,主人公,,,,,,,,,,,,,I'm going to make you come by spanking your butt like this. +402200 ,,,,,1250050,,千恵,Chie,107_SC05_c_143.wav,chie,,0,,,,,,,,N-No way~ Chii-chan can't handle pain and pleasure at the\nsame time... nnnngh! +402300 ,,,,,1250050,,主人公,,,,,,,,,,,,,Don't say that. +402400 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack!* +402500 ,,,,,1250050,,千恵,Chie,107_SC05_c_144.wav,chie,,0,,,,,,,,Higu! Agu! I'm sorryyy! Hnn! +402600 ,,,,,1250050,,主人公,,,,,,,,,,,,,...... +402700 ,,,,,1250050,,,,,,,,,,,,,,,This is bad... I might get hooked on the feeling of\nspanking. +402800 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack!* +402900 ,,,,,1250050,,千恵,Chie,107_SC05_c_145.wav,chie,,0,,,,,,,,Ahhn! It feels good... it feels so good... +403000 ,,,,,1250050,,主人公,,,,,,,,,,,,,Hmm? Does the pain feel good? +403100 ,,,,,1250050,,千恵,Chie,107_SC05_c_146.wav,chie,,0,,,,,,,,"Auu, Chii-chan doesn't know anymore! Ahh!" +403200 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack!* +403300 ,,,,,1250050,,千恵,Chie,107_SC05_c_147.wav,chie,,0,,,,,,,,Akuu! ...M-My butt... it's getting hot... my pussy is\ngetting all wet. +403400 ,,,,,1250050,,千恵,Chie,107_SC05_c_148.wav,chie,,0,,,,,,,,"Daddy, no more... ahhn! ...I want to cum... I don't want my\nbutt spanked anymore." +403500 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Haa haa, it's okay! Uncle is at his limit too! Spanking\nChii-chan's butt feels so good! ...Here!" +403600 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack!* +403700 ,,,,,1250050,,千恵,Chie,107_SC05_c_149.wav,chie,,0,,,,,,,,Hyaaah! +403800 ,,,,,1250050,,,,,,,,,,,,,,,"As the pleasure increases, I can't help but want to spank\nChii-chan's butt." +403900 ,,,,,1250050,,,,,,,,,,,,,,,"And with that rhythm, I speed up the thrusting." +404000 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack* ――*Smack* ――*Smack smack smack smack!* +404100 ,,,,,1250050,,千恵,Chie,107_SC05_c_150.wav,chie,,0,,,,,,,,"Fuaa! Aku, a, a, a, a, aaaaah! It hurts... it feels good...\nDaddy, faster!" +404200 ,,,,,1250050,,,,,,,,,,,,,,,"Wow! If I get hooked on this kind of play, I'll be thrilled\nevery time Chii-chan does something bad." +404300 ,,,,,1250050,,千恵,Chie,107_SC05_c_151.wav,chie,,0,,,,,,,,"Ah, ahh! Ahhh! I'm going to cum, okay? Chii- chan is about\nto cum! Even though I'm being spanked... Chii-chan is going\nto cum!" +404400 ,,,,,1250050,,,,,,,,,,,,,,,"She trembles a few times, signaling that she's close to her\nlimit." +404500 ,,,,,1250050,,,,,,,,,,,,,,,"I'm also feeling a tightness in my lower body, as if I'm\nabout to cramp." +404600 ,,,,,1250050,,千恵,Chie,107_SC05_c_152.wav,chie,,0,,,,,,,,Ahyu! Ahh... ahhhhh! Daddy! Daddy! Thrust into Chii-chan's\npussy more! +404700 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Okay! Ah, but look, Chii-chan! That's why you shouldn't\ndrool." +404800 ,,,,,1250050,,,,,,,,,,,,,,,――*Smack!* +404900 ,,,,,1250050,,千恵,Chie,107_SC05_c_153.wav,chie,,0,,,,,,,,"Hyann! Ah, ahhh... I'm sorry! I'm sorry! Fuah, ahhh! Nnnngh!" +405000 ,,,,,1250050,,千恵,Chie,107_SC05_c_154.wav,chie,,0,,,,,,,,"B-but Chii-chan! I can't hold back from cumming anymore, so\neven while spanking is fine! Hurry with your cock!" +405100 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Haa haa! Got it, uncle is at his limit too!" +405200 ,,,,,1250050,,,,,,,,,,,,,,,"Now then, where should I release it?" +405300 ,$menu_begin,,,,1250050,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_1a",,,,1250050,,,,,,,,,,,,,,,■@ Release inside +↓,"$menu_item 1,Finish outside,sel_1b",,,,1250050,,,,,,,,,,,,,,,■A Release outside +↓,$menu_end,,,,1250050,,,,,,,,,,,,,,, +405400 ,*sel_1a,,,,1250050,,,,,,,,,,,,,,,■@ Release inside +405500 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Alright, Chii-chan, I'll release it inside!" +405600 ,,,,,1250050,,千恵,Chie,107_SC05_c_155.wav,chie,,0,,,,,,,,Yeah! Yeah! Melt Chii-chan's pussy with Daddy's! +405700 ,,,,,1250050,,主人公,,,,,,,,,,,,,Yeah! I'm releasing it! Inside! +405800 ,,,,,1250050,,,,,,,,,,,,,,,"I go all out, making my cock rampage deep inside Chii-chan's\npussy." +405900 ,,,,,1250050,,千恵,Chie,107_SC05_c_156.wav,chie,,0,,,,,,,,"Fuwaaa, it feels so good... Ah, ah, ah, I'm cumming! Chii-\nchan is cumming!" +406000 ,,,,,1250050,,,,,,,,,,,,,,,"Her body, which had gone limp, tightens up." +406100 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Haa haa! Ugh, ugh! I'm cumming!" +406200 ,,,,,1250050,,,,,,,,,,,,,,,I put my full weight on Chii-chan and bury my cock deep\ninside her pussy! +406300 ,,,,,1250050,,千恵,Chie,107_SC05_c_157.wav,chie,,0,,,,,,,,Hyaaah! I'm cumming! Aaaaahhh! +406500 ,,,,,1250060,,,,,,,,,,,,,,,――Splat! Squirt! Sploosh! +406600 ,,,,,1250060,,,,,,,,,,,,,,,I release an incredible amount of semen inside Chii-chan's\npussy. +406700 ,,,,,1250060,,,,,,,,,,,,,,,"Then, Chii-chan's hips convulse repeatedly. At that moment," +406800 ,,,,,1250060,,主人公,,,,,,,,,,,,,Chii-chan! +406900 ,,,,,1250060,,千恵,Chie,107_SC05_c_158.wav,chie,,0,,,,,,,,Huh? +407000 ,,,,,1250060,,,,,,,,,,,,,,,――*Smack!* I give her butt a final spank. +407100 ,,,,,1250060,,千恵,Chie,107_SC05_c_159.wav,chie,,0,,,,,,,,"Fuaaah, aaaaahhh! Fuaaaah! Fyaaaaahhh!" +407200 ,,,,,1250060,,,,,,,,,,,,,,,Her mouth opens and closes as she's overwhelmed by the mix\nof pain and pleasure. +407300 ,,,,,1250060,,主人公,,,,,,,,,,,,,"Ah, it's still coming out!" +407400 ,,,,,1250060,,千恵,Chie,107_SC05_c_160.wav,chie,,0,,,,,,,,"Ahh? Ah, fuaaah... ha, ahh, fuaah, ah, ahh" +407500 ,,,,,1250060,,千恵,Chie,107_SC05_c_161.wav,chie,,0,,,,,,,,With Daddy's semen... my pussy... is melting... it's\nmelting... +407600 ,,,,,1250060,,,,,,,,,,,,,,,"Hehe, I really released something hot." +407700 ,,,,,1250060,,,,,,,,,,,,,,,My cock gradually shrinks and slips out of her pussy with a\npop. +407900 ,,,,,1250070,,千恵,Chie,107_SC05_c_162.wav,chie,,0,,,,,,,,Aah... hyauuu... +408000 ,,,,,1250070,,,,,,,,,,,,,,,"As if she was wetting herself, the semen started to spill\nout." +408100 ,,,,,1250070,,千恵,Chie,107_SC05_c_163.wav,chie,,0,,,,,,,,Fugu... ah... agu... it's hot... +408200 ,,,,,1250070,,,,,,,,,,,,,,,It bubbles up like magma... it must be really hot. +408300 ,,,,,1250070,,千恵,Chie,107_SC05_c_164.wav,chie,,0,,,,,,,,"Haa haa... Daddy, my pussy is so hot... I wonder if it's\nburned?" +408400 ,,,,,1250070,,主人公,,,,,,,,,,,,,"If it's burned, I'll cool it down with ice again." +408500 ,,,,,1250070,,千恵,Chie,107_SC05_c_165.wav,chie,,0,,,,,,,,Uuuu... I don't want that anymore... +408600 ,$go join_1,,,,,,,,,,,,,,,,,,, +408700 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Release outside +408800 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Then, Chii-chan, I'll pour it on your cooling body!" +408900 ,,,,,1250050,,千恵,Chie,107_SC05_c_166.wav,chie,,0,,,,,,,,Yeah! Yeah! Melt Chii-chan's body with Daddy's semen! +409000 ,,,,,1250050,,主人公,,,,,,,,,,,,,Yeah! I'm going to release it! I'll splash it all over! +409100 ,,,,,1250050,,,,,,,,,,,,,,,"I go full throttle, making my cock rampage deep inside Chii-\nchan's pussy." +409200 ,,,,,1250050,,千恵,Chie,107_SC05_c_167.wav,chie,,0,,,,,,,,"Fuwaaah, it feels so good... ah, ah, ah, ah, I'm cumming!\nChii-chan is going to cum!" +409300 ,,,,,1250050,,,,,,,,,,,,,,,Her limp body tightens up. +409400 ,,,,,1250050,,主人公,,,,,,,,,,,,,"Haa haa! Ugh, ugh! It's coming out!" +409500 ,,,,,1250050,,,,,,,,,,,,,,,I hurriedly pull out my cock! The slippery sensation creates\nan incredible stimulation. +409600 ,,,,,1250050,,千恵,Chie,107_SC05_c_168.wav,chie,,0,,,,,,,,Hyaaah! I'm cumming! Aaaaahhh! +409800 ,,,,,1250071,,,,,,,,,,,,,,,――Splurt! Splurt! Spluuurt! +409900 ,,,,,1250071,,,,,,,,,,,,,,,An unbelievable amount of semen rains down on Chii-chan's\nbody. +410000 ,,,,,1250071,,,,,,,,,,,,,,,"Then, Chii-chan's hips convulse repeatedly. At that moment," +410100 ,,,,,1250071,,主人公,,,,,,,,,,,,,Chii-chan! +410200 ,,,,,1250071,,千恵,Chie,107_SC05_c_169.wav,chie,,0,,,,,,,,Huh? +410300 ,,,,,1250071,,,,,,,,,,,,,,,――Smack! I give her butt a final slap. +410400 ,,,,,1250071,,千恵,Chie,107_SC05_c_170.wav,chie,,0,,,,,,,,"Fuaaah, aaaaahhh! Fuaaaah! Fuyaaaahhh!" +410500 ,,,,,1250071,,,,,,,,,,,,,,,Her mouth opens and closes as she's overwhelmed by the pain\nand pleasure. +410600 ,,,,,1250071,,主人公,,,,,,,,,,,,,"Ah, it's still coming out!" +410700 ,,,,,1250071,,千恵,Chie,107_SC05_c_171.wav,chie,,0,,,,,,,,"Hot? Ah! My butt! My back... it's burning! Ah, fuaah... ha,\nah, fuaah, ah, ah" +410800 ,,,,,1250071,,千恵,Chie,107_SC05_c_172.wav,chie,,0,,,,,,,,With Daddy's semen... my butt... it's hot... it's hot +410900 ,,,,,1250071,,,,,,,,,,,,,,,"Hehe, I really released something hot." +411000 ,,,,,1250071,,千恵,Chie,107_SC05_c_173.wav,chie,,0,,,,,,,,Auu... hyauuu... +411100 ,,,,,1250071,,,,,,,,,,,,,,,The semen glistens on Chii-chan's body. +411200 ,,,,,1250071,,千恵,Chie,107_SC05_c_174.wav,chie,,0,,,,,,,,Fugu... ah... agu... it's hot... +411300 ,,,,,1250071,,,,,,,,,,,,,,,"Hmm, even though it's summer, it feels like steam might\nrise." +411400 ,,,,,1250071,,,,,,,,,,,,,,,I somehow spread it and rubbed it onto Chii- chan's reddened\nbutt. +411500 ,,,,,1250071,,千恵,Chie,107_SC05_c_175.wav,chie,,0,,,,,,,,Fuaa!? Daddy... what are you doing? +411600 ,,,,,1250071,,主人公,,,,,,,,,,,,,I'm rubbing the semen onto Chii-chan's naughty body. +411700 ,,,,,1250071,,千恵,Chie,107_SC05_c_176.wav,chie,,0,,,,,,,,Haa... haa... au... my butt... it stings... don't put\nsomething hot on it... +411800 ,,,,,1250071,,主人公,,,,,,,,,,,,,"Ah, it's all red, like a little monkey." +411900 ,,,,,1250071,,千恵,Chie,107_SC05_c_177.wav,chie,,0,,,,,,,,Fuu... fuu... Chii-chan doesn't want to be a monkey... +412000 ,,,,,1250071,,主人公,,,,,,,,,,,,,Then how about I cool your butt with some ice next time? +412100 ,,,,,1250071,,千恵,Chie,107_SC05_c_178.wav,chie,,0,,,,,,,,Uuu... I don't want that either... +412200 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +412300 ,$event_return,,,,,,,,,,,,,,,,,,, +412500 ,,,8,31,,,千恵,Chie,107_SC05_c_179.wav,chie,,8,,,,,,,,"Daddy, I'm sorry..." +412600 ,,,,,,,,,,chie,,8,,,,,,,,"No, it's fine since you let me do all that..." +412700 ,,,,,,,,,,chie,,8,,,,,,,,"I thought about saying that, but as a father, that's not the\nright thing to say." +412800 ,,,,,,,主人公,,,chie,,8,,,,,,,,"Yes, it's good that you apologized honestly, Chii-chan." +412900 ,,,,,,,,,,"chieL,privateC",,8,,,,,,,,I said that while patting her head. +413000 ,,,,,,,千恵,Chie,107_SC05_c_180.wav,chieL,,13,,,,,,,,Ah... Daddy. +413100 ,,,,,,,,,,chieL,,13,,,,,,,,Chii-chan smiles happily. +413200 ,,,,,,,主人公,,,chieL,,13,,,,,,,,"Honestly, Daddy doesn't want to scold you, Chii-chan." +413300 ,,,,,,,主人公,,,chieL,,13,,,,,,,,But it's a father's job to scold his daughter. +413400 ,,,,,,,千恵,Chie,107_SC05_c_181.wav,chieL,,2,,,,,,,,"Yeah, I understand, Daddy." +413500 ,,,,,,,主人公,,,chieL,,2,,,,,,,,Then let's have lunch and eat some ice cream afterward? +413600 ,,,,,,,千恵,Chie,107_SC05_c_182.wav,chieL,,3,,,,,,,,Eh? I can have ice cream? +413700 ,,,,,,,主人公,,,chieL,,3,,,,,,,,"Yes, it's a reward for reflecting properly." +413800 ,,,,,,,千恵,Chie,107_SC05_c_183.wav,chieL,,1,,,,,,,,Yay~! +413900 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"Alright, go wash your hands." +414000 ,,,,,,,千恵,Chie,107_SC05_c_184.wav,chieL,,21,,,,,,,,Okay! +414100 ,,,,,,,,,,,,,,,,,,,,Chii-chan patters off to the washroom. +414200 ,,,,,,,,,,,,,,,,,,,,"She's so cute... If I had a daughter like her, I'd spoil her\nso much..." +414300 ,,,,,,,,,,,,,,,,,,,,"But more than that feeling, the desire to do something\nnaughty is stronger in me, proving I'm a lolicon and a\npervert." +414400 ,,,,,,,,,,,,,,,,,,,,"But well, that's fine!" +414500 ,,,0,9000,,,,,,,,,,,,,,,, +414700 ,@108_SC06,,,,,,,,,,,,,,,,,,, +414900 ,,,7,31,,,主人公,,,,,,,,,,,,,Alrighty then! +415000 ,,,,,,,,,,,,,,,,,,,,It's just before noon. +415100 ,,,,,,,,,,,,,,,,,,,,I dragged a futon out of the closet and laid it out in the\nroom. +415200 ,,,,,,,,,,,,,,,,,,,,...It might be a bit dusty. +415300 ,,,,,,,主人公,,,,,,,,,,,,,Hmm. +415400 ,,,,,,,,,,,,,,,,,,,,"Well, it seems like I can lay two of them side by side in\nterms of size..." +415500 ,,,,,,,,,,,,,,,,,,,,It might be better to air them out. +415700 ,,,,,,,,,,,,,,,,,,,, +415800 ,,"",,11,,,,,,,,,,,,,,,,――Miiin Min Min Min +415900 ,,,,,,,,,,,,,,,,,,,,"...In this heat, I'm going to air out the futon." +416000 ,,,,,,,,,,,,,,,,,,,,"Surely, any bugs in the futon will be completely wiped out." +416100 ,,"",,,,,,,,,,,,,,,,,,"Now, the reason I'm trying to air out the futon is..." +416300 ,,,,21,,,コマコ,Komako,108_SC06_k_000.wav,,,,"komako,private",,0,,,,,Hello. +416400 ,,,,,,,甜花,Tenka,108_SC06_t_000.wav,,,,komako,,0,"tenka,private",,14,,It's so hot~... +416500 ,,,,,,,主人公,,,,,,komako,,0,tenka,,14,,"Ah, welcome, Tenka-chan, Komako-chan." +416600 ,,,,,,,甜花,Tenka,108_SC06_t_001.wav,,,,komako,,0,tenka,,3,,"Huh? Uncle, isn't Chii here?" +416700 ,,,,,,,主人公,,,,,,komako,,0,tenka,,3,,"If you're talking about Chii-chan, she's not here right now." +416800 ,,,,,,,甜花,Tenka,108_SC06_t_002.wav,,,,komako,,0,tenka,,23,,"Eh, did she oversleep?" +416900 ,,,,,,,コマコ,Komako,108_SC06_k_001.wav,,,,komako,,12,tenka,,23,,"Maybe. ...Lately, she's been coming to the shop really\nearly, so that might be why." +417000 ,,,,,,,,,,,,,komako,,12,tenka,,23,,The theory that waking up early continuously leads to\noversleeping is something I can't quite grasp. +417100 ,,,,,,,甜花,Tenka,108_SC06_t_003.wav,,,,komako,,21,tenka,,3,,"Because Chii goes to the shop alone, we don't come together\nas three anymore." +417200 ,,,,,,,コマコ,Komako,108_SC06_k_002.wav,,,,komako,,32,tenka,,3,,Yeah... It's lonely without Chii-chan. It's boring. +417300 ,,,,,,,甜花,Tenka,108_SC06_t_004.wav,,,,komako,,32,tenka,,37,,Huh? Are you saying you don't like it with just me? +417400 ,,,,,,,コマコ,Komako,108_SC06_k_003.wav,,,,komako,,4,tenka,,37,,"That's not it, I want you here. It's way better than not\nhaving you." +417500 ,,,,,,,甜花,Tenka,108_SC06_t_005.wav,,,,komako,,4,tenka,,17,,...Hmm~ +417600 ,,,,,,,,,,,,,,,,,,,,"It doesn't really sound like a compliment, but I think it\nprobably is." +417700 ,,,,,,,主人公,,,,,,,,,,,,,"It's true, Chii-chan has been coming since morning lately." +417800 ,,,,,,,,,,,,,,,,,,,,"Well, that's because I'm practicing to become a father,\ndoing various things." +417900 ,,,,,,,,,,,,,,,,,,,,"Like the other day, being naked all day or enjoying Chii-\nchan's mom's cooking." +418000 ,,,,,,,,,,,,,,,,,,,,Helping with changing clothes or getting help with it.\nGiving piggyback rides or carrying on shoulders. +418100 ,,,,,,,,,,,,,,,,,,,,"And well, things like playing horse that she couldn't do as\na child..." +418200 ,,,,,,,,,,,,,,,,,,,,"Well, each of those ends up leading to something naughty." +418300 ,,,,,,,,,,,,,,,,,,,,"Because of that, it's become rare for Komako- chan and\nTenka-chan to come together as three." +418400 ,,,,,,,,,,,,,,,,,,,,"Watching the three girls having fun together was enjoyable,\nthough." +418500 ,,,,,,,,,,,,,,,,,,,,And as for today... +418600 ,,,,,,,主人公,,,,,,,,,,,,,"Actually, she already came and left today." +418700 ,,,,,,,甜花,Tenka,108_SC06_t_006.wav,,,,komako,,4,tenka,,24,,That was fast! +418800 ,,,,,,,コマコ,Komako,108_SC06_k_004.wav,,,,komako,,4,tenka,,24,,Huh? Why? +418900 ,,,,,,,主人公,,,,,,komako,,4,tenka,,24,,Something about having preparations... I don't really get it\neither. +419000 ,,,,,,,コマコ,Komako,108_SC06_k_005.wav,,,,komako,,13,,,,,"Oh no... If Chii-chan's not here, there's no point in\ncoming." +419100 ,,,,,,,主人公,,,,,,komako,,13,,,,,That's a harsh thing to say... +419200 ,,,,,,,甜花,Tenka,108_SC06_t_007.wav,,,,,,,tenka,,20,,I think I'll buy a photo and contribute to the sales. +419300 ,,,,,,,主人公,,,,,,,,,tenka,,20,,"You're so kind, Tenka-chan." +419400 ,,,,,,,甜花,Tenka,108_SC06_t_008.wav,,,,,,,tenka,,21,,"If this shop closes, there won't be any other place like it." +419500 ,,,,,,,コマコ,Komako,108_SC06_k_006.wav,,,,komako,,23,,,,,Now that you mention it... +419600 ,,,,,,,甜花,Tenka,108_SC06_t_009.wav,,,,,,,tenka,,0,,That's why I have to buy one. +419700 ,,,,,,,,,,,,,,,,tenka,,0,,"Well, buying just one photo won't change the shop's\nfinancial situation... but the thought is appreciated." +419800 ,,,,,,,主人公,,,,,,,,,tenka,,0,,"Thank you, Tenka-chan." +419900 ,,,,,,,甜花,Tenka,108_SC06_t_010.wav,,,,,,,"tenkaL,private",,1,,"No problem, I'll take one, please." +420000 ,,,,,,,,,,,,,,,,,,,,"After handing me the money, Tenka-chan picked up a bundle of\nphotos in a bag." +420100 ,,,,,,,,,,,,,,,,,,,,She carefully selected one from the bunch. +420200 ,,,,,,,,,,,,,,,,,,,,"Tenka-chan, who contributed to the sales. I hope she picks a\ngood one." +420300 ,,,,,,,主人公,,,,,,,,,,,,,I hope Tenka-chan gets a good one. +420400 ,,,,,,,,,,,,,,,,,,,,As I prayed for that... +420500 ,,,,,,,甜花,Tenka,108_SC06_t_011.wav,,,,,,,tenka,,17,,"Uncle, stop it!" +420600 ,,,,,,,主人公,,,,,,,,,tenka,,17,,Huh? +420700 ,,,,,,,甜花,Tenka,108_SC06_t_012.wav,,,,,,,tenka,,37,,"If Sakurai-kun shows up, it feels like your spirit is in it,\nand I don't like it!" +420800 ,,,,,,,主人公,,,,,,,,,tenka,,37,,...S-Sorry about that. +420900 ,,,,,,,,,,,,,,,,,,,,These two can be quite harsh... +421000 ,,,,,,,,,,,,,,,,,,,,"With Chi-chan around, the balance was just right." +421100 ,,,,,,,主人公,,,,,,,,,,,,,"Oh, by the way, is there anything else you want to buy?" +421200 ,,,,,,,甜花,Tenka,108_SC06_t_013.wav,,,,,,,tenka,,4,,Huh? Why? +421300 ,,,,,,,主人公,,,,,,,,,tenka,,4,,"Well, if you're going to buy something, you should do it\nsoon. Actually, I'm closing the shop at noon today." +421400 ,,,,,,,甜花,Tenka,108_SC06_t_014.wav,,,,,,,tenka,,24,,Really? +421500 ,,,,,,,コマコ,Komako,108_SC06_k_007.wav,,,,komako,,4,,,,,Is it going out of business? +421600 ,,,,,,,主人公,,,,,,komako,,4,,,,,"No, it's not." +421700 ,,,,,,,主人公,,,,,,komako,,4,,,,,"It seems like everyone has gone back home, so we don't have\nmany customers this week." +421800 ,,,,,,,甜花,Tenka,108_SC06_t_015.wav,,,,,,,tenka,,3,,"Oh, there were fewer kids at radio exercises too." +421900 ,,,,,,,主人公,,,,,,,,,tenka,,3,,Right? So there's not much point in staying open. It's too\nhot in the afternoon for anyone to be out... +422000 ,,,,,,,コマコ,Komako,108_SC06_k_008.wav,,,,komako,,3,,,,,I see. +422100 ,,,,,,,主人公,,,,,,komako,,3,,,,,"So, we're closing at noon today." +422200 ,,,,,,,コマコ,Komako,108_SC06_k_009.wav,,,,komako,,27,,,,,Is the sales... going to be okay? +422300 ,,,,,,,主人公,,,,,,komako,,27,,,,,"Haha, well, yeah. Tenka-chan's purchase earlier is probably\nall of today's sales." +422400 ,,,,,,,コマコ,Komako,108_SC06_k_010.wav,,,,komako,,34,,,,,...!? That doesn't sound okay. +422500 ,,,,,,,,,,,,,komako,,34,,,,,"Well, the sales of a candy store are practically nonexistent\nanyway." +422600 ,,,,,,,甜花,Tenka,108_SC06_t_016.wav,,,,,,,tenka,,32,,"Hmm, should I buy one more?" +422700 ,,,,,,,主人公,,,,,,,,,tenka,,32,,"It's okay, don't waste your money." +422800 ,,,,,,,甜花,Tenka,108_SC06_t_017.wav,,,,,,,tenka,,12,,"Got it, then I'll head home for today." +422900 ,,,,,,,主人公,,,,,,,,,tenka,,12,,"If you want, you can take a nap in your room." +423000 ,,,,,,,コマコ,Komako,108_SC06_k_011.wav,,,,komako,,32,,,,,"No, Chie-chan isn't coming, and if the store is closing,\nthere's no point in staying." +423100 ,,,,,,,,,,,,,komako,,32,,,,,...Komako-chan is really blunt. +423200 ,,,,,,,主人公,,,,,,komako,,32,,,,,"Sorry, we'll be open properly next week." +423300 ,,,,,,,コマコ,Komako,108_SC06_k_012.wav,,,,komako,,12,,,,,"No, it's fine." +423400 ,,,,,,,,,,,,,komako,,12,,,,,Tenka-chan and Komako-chan looked outside with a bored\nexpression and left the store. +423600 ,,,,,,,,,,,,,,,,,,,, +423700 ,,,,11,,,主人公,,,,,,,,,,,,,"Well then, come again." +423800 ,,,,,,,甜花,Tenka,108_SC06_t_018.wav,,,,,,,tenka,,0,,Okay. +423900 ,,,,,,,コマコ,Komako,108_SC06_k_013.wav,,,,komako,,0,,,,,Bye-bye. +424000 ,,,,,,,,,,,,,,,,,,,,"With that, they headed back the way they came, looking\nextremely sluggish from the heat." +424100 ,,,,,,,,,,,,,,,,,,,,"If Chie-chan were here, they'd probably run off somewhere,\nbut without her, they're like that." +424200 ,,,,,,,,,,,,,,,,,,,,"They're calm and what they say is blunt... they seem less\nlike kids, those two." +424300 ,,,,,,,,,,,,,,,,,,,,"Well, that kind of obvious attitude is also part of being a\nkid." +424400 ,,"",,,,,主人公,,,,,,,,,,,,,Phew... +424500 ,,,,,,,,,,,,,,,,,,,,"Alright, I need to finish preparing before Chie-chan comes." +424600 ,,,,,,,,,,,,,,,,,,,,"It's true that they went home in the morning, but actually,\nthey're coming back later." +424700 ,,,,,,,,,,,,,,,,,,,,"Alright, futon, futon... there we go." +424900 ,,,8,31,,,,,,,,,,,,,,,,"Today, Chie-chan is coming to stay over at my place." +425000 ,,,,,,,,,,,,,,,,,,,,I should at least air out the futon for her... it's the\nfirst time I'm using a guest futon. +425100 ,,,,,,,,,,,,,,,,,,,,"Well, you might think that since we're going to have sex\nanyway, one futon would be enough, but the problem is Chie-\nchan's mom." +425200 ,,,,,,,,,,,,,,,,,,,,"If she brings Chie-chan over and sees there's only one\nfuton, what would she think?" +425300 ,,,,,,,,,,,,,,,,,,,,"The answer is simple, she'd think I'm a pervert." +425400 ,,,,,,,,,,,,,,,,,,,,"So, just in case, I prepared two sets." +425500 ,,,,,,,主人公,,,,,,,,,,,,,I'm glad Komako-chan and the others left without coming in. +425600 ,,,,,,,,,,,,,,,,,,,,"If they were here, they'd see the futon and ask for an\nexplanation... and it would probably end up with a sleepover\nhere." +425700 ,,,,,,,,,,,,,,,,,,,,"Not that I mind that, but then we wouldn't be able to do\nanything naughty." +425800 ,,,,,,,,,,,,,,,,,,,,The sleepover can wait for another time. +425900 ,,,,,,,主人公,,,,,,,,,,,,,"Uh, what time did she say she'd come?" +426000 ,,,,,,,,,,,,,,,,,,,,"By the way, Chie-chan came in the morning to report that ""I\ncan stay over!" +426100 ,,,,,,,,,,,,,,,,,,,,"But wow, Chie-chan's mom is something else. Allowing her\ndaughter to stay at a guy's house..." +426200 ,,,,,,,,,,,,,,,,,,,,"I mean, she really trusts me a lot." +426300 ,,,,,,,主人公,,,,,,,,,,,,,I feel like I'm going to be made into a dad for real. +426400 ,,,,,,,,,,,,,,,,,,,,"Well, it's fine. But I want to keep having sex with Chie-\nchan in the future." +426500 ,,,,,,,,,,,,,,,,,,,,"As long as I have that feeling, I can't fully become a dad." +426700 ,,,,,,,,,,,,,,,,,,,,"Oh, it looks like Chie-chan has arrived." +426800 ,,,2,11,,,千恵,Chie,108_SC06_c_000.wav,,,,"chie,private",,1,,,,,Onii-chan~! I'm here for the sleepover! +427200 ,,,,,,,主人公,,,,,,chie,,1,,,,,"Welcome, Chie-chan." +427300 ,,,,,,,千恵,Chie,108_SC06_c_001.wav,,,,chie,,21,,,,,Hehe... +427400 ,,,,,,,,,,,,,chie,,21,,,,,Chie-chan came holding hands with her mom. +427500 ,,,,,,,,,,,,,chie,,21,,,,,It seems like Chie-chan's mom really trusts me. +427600 ,,,,,,,,,,,,,chie,,21,,,,,"It might be my imagination, but she might hold something\nmore than just 'trust' for me." +427700 ,,,,,,,,,,,,,chie,,21,,,,,"Chie-chan's mom... Yuuko-san is very kind, a great cook, and\na really nice person." +427800 ,,,,,,,,,,,,,chie,,21,,,,,"A normal guy... especially a plain guy like me, would be\nthrilled to be liked by someone like Yuuko-san." +427900 ,,,,,,,,,,,,,chie,,21,,,,,I feel guilty deceiving Yuuko-san. But I just can't stop\nbeing a lolicon. +428000 ,,,,,,,優子,Yuuko,108_SC06_y_000.wav,"yuko,private",,15,chie,,21,,,,,"Chie-chan, be a good girl and don't trouble the gentleman,\nokay?" +428100 ,,,,,,,千恵,Chie,108_SC06_c_002.wav,yuko,,15,chie,,1,,,,,Okay! Chie-chan will be a good girl! +428200 ,,,,,,,優子,Yuuko,108_SC06_y_001.wav,yuko,,0,chie,,1,,,,,"If she misbehaves, please scold her. Well then..." +428300 ,,,,,,,主人公,,,yuko,,0,chie,,1,,,,,I'll take responsibility and look after Chie-chan! +428400 ,,,,,,,千恵,Chie,108_SC06_c_002a.wav,yuko,,0,chie,,0,,,,,"Mom, do your best at work, okay?" +428500 ,,,,,,,優子,Yuuko,108_SC06_y_002.wav,yuko,,1,chie,,0,,,,,"I'll try to come back as soon as possible, okay? Please take\ncare of Chie." +428600 ,,,,,,,,,,yuko,,1,chie,,0,,,,,"After gently patting Chie-chan's head, Yuuko- san bowed\ndeeply to me." +428700 ,,,,,,,,,,yuko,,1,chie,,0,,,,,"Then, Chie-chan and I watched Yuuko-san leave until she was\nout of sight." +429500 ,,,,,,,主人公,,,,,,,,,,,,,Your mom's gone now... Chie-chan. +429600 ,,,,,,,,,,,,,,,,,,,,I said that with a smile that held many meanings. +429700 ,,,,,,,,,,,,,,,,,,,,"Because, you know? We've done all sorts of naughty things\nbefore, but this situation is different." +429800 ,,,,,,,,,,,,,,,,,,,,"Strangely enough, I even had to think about what would\nhappen after Chie-chan went home." +429900 ,,,,,,,,,,,,,,,,,,,,"If we have sex until you can't stand, and you're in that\nstate at home, your mom will find out." +430000 ,,,,,,,,,,,,,,,,,,,,You might not even be able to go home. +430100 ,,,,,,,,,,,,,,,,,,,,"But today, it's fine! Even if you can't stand, you can sleep\nhere!" +430200 ,,,,,,,,,,,,,,,,,,,,Alright! Let's have sex until you can't stand! +430300 ,,,,,,,主人公,,,,,,,,,,,,,"Welcome again, Chie-chan. Make yourself at home!" +430400 ,,,,,,,千恵,Chie,108_SC06_c_003.wav,chie,,5,,,,,,,,Ehh... +430500 ,,,,,,,主人公,,,chie,,5,,,,,,,,"Ehh, what? Did I do something wrong, Dad?" +430600 ,,,,,,,千恵,Chie,108_SC06_c_004.wav,chie,,9,,,,,,,,"If it were Dad, he wouldn't say 'welcome' or 'make yourself\nat home'." +430700 ,,,,,,,主人公,,,chie,,9,,,,,,,,"Oh, I see. It's just a habit when I'm in front of everyone." +430800 ,,,,,,,,,,chie,,9,,,,,,,,"Now that it's just the two of us, I should act more like a\ndad." +430900 ,,,,,,,主人公,,,chie,,9,,,,,,,,"Welcome back, Chie-chan." +431000 ,,,,,,,千恵,Chie,108_SC06_c_005.wav,"chieL,private",,21,,,,,,,,I'm back! ...Hehe~ +431100 ,,,,,,,,,,chieL,,21,,,,,,,,"Saying that, Chie-chan shyly hugged me tightly, trying to\nhide her embarrassed face." +431200 ,,,,,,,,,,chieL,,21,,,,,,,,"Oops, with the height difference between Chie-chan and me,\nher face ends up buried in my crotch... and my cock is\ngetting bigger..." +431300 ,,,,,,,,,,chieL,,21,,,,,,,,"No, no, it's too soon for that." +431400 ,,,,,,,,,,chieL,,21,,,,,,,,Chie-chan's mom might still be nearby. +431500 ,,,,,,,,,,chieL,,21,,,,,,,,"If Chie-chan moans loudly, she might hear us..." +431600 ,,,,,,,主人公,,,chieL,,21,,,,,,,,"Chie-chan, if you cling to me like that, it's hot, you know?" +431700 ,,,,,,,千恵,Chie,108_SC06_c_006.wav,chieL,,24,,,,,,,,"Ehh? You're so stingy, Dad~" +431800 ,,,,,,,主人公,,,chieL,,24,,,,,,,,"I'm not stingy. Look, you're sweating, so why don't we take\na bath first?" +431900 ,,,,,,,千恵,Chie,108_SC06_c_007.wav,chieL,,1,,,,,,,,Yeah! +432100 ,,,8,33,,,主人公,,,,,,,,,,,,,How was Uncle's cooking? +432200 ,,,,,,,千恵,Chie,108_SC06_c_008.wav,"chie,pajama",,38,,,,,,,,Hmm... It was so-so. +432300 ,,,,,,,主人公,,,chie,,38,,,,,,,,"So-so, huh... Well, I kind of think so too." +432400 ,,,,,,,千恵,Chie,108_SC06_c_009.wav,"chieL,pajama",,3,,,,,,,,"Dad, do you prefer delicious food?" +432500 ,,,,,,,主人公,,,chieL,,3,,,,,,,,"Of course, I do." +432600 ,,,,,,,千恵,Chie,108_SC06_c_010.wav,chieL,,21,,,,,,,,Then I think you should marry Mom! +432700 ,,,,,,,,,,chieL,,21,,,,,,,,Hmm... Here we go again. +432800 ,,,,,,,,,,,,,,,,,,,,"Lately, Chie-chan's marriage attacks have been getting\nstronger." +432900 ,,,,,,,,,,,,,,,,,,,,"But honestly, I don't think it's a bad idea." +433000 ,,,,,,,,,,,,,,,,,,,,"Chie-chan is a good kid as a daughter, and her mom isn't bad\nat all..." +433100 ,,,,,,,主人公,,,,,,,,,,,,,You're right. I'll try talking to Chie- chan's mom about\nbecoming your dad. +433200 ,,,,,,,千恵,Chie,108_SC06_c_011.wav,chie,,3,,,,,,,,Eh...? +433300 ,,,,,,,,,,chie,,3,,,,,,,,"Chie-chan's eyes went wide, and she was at a loss for words." +433400 ,,,,,,,,,,chie,,3,,,,,,,,She stayed frozen like that for a few seconds. +433500 ,,,,,,,千恵,Chie,108_SC06_c_012.wav,chie,,4,,,,,,,,R-Really? Dad... Really? +433600 ,,,,,,,主人公,,,chie,,4,,,,,,,,"Yeah. Well, I don't know what your mom will say, though." +433700 ,,,,,,,千恵,Chie,108_SC06_c_013.wav,chie,,30,,,,,,,,I-It's okay! Chie-chan loves Dad! And Mom loves Dad too! +433800 ,,,,,,,主人公,,,chie,,30,,,,,,,,I hope so. +433900 ,,,,,,,千恵,Chie,108_SC06_c_014.wav,chie,,21,,,,,,,,Yay! Dad is going to be my dad! +434000 ,,,,,,,主人公,,,chie,,21,,,,,,,,"Hey, calm down, Chie-chan. We don't know for sure yet, okay?" +434100 ,,,,,,,千恵,Chie,108_SC06_c_015.wav,chie,,1,,,,,,,,Ehehe~! Humming~♪ Daddy~♪ +434200 ,,,,,,,主人公,,,chie,,1,,,,,,,,...... +434300 ,,,,,,,,,,chie,,1,,,,,,,,Even someone like me can make her this happy by becoming a\ndad. +434400 ,,,,,,,,,,chie,,1,,,,,,,,"It's kind of embarrassing, in a way that doesn't suit me." +434500 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Ah... but, Chie-chan, in exchange for granting your wish, I\nwant you to grant my wish too." +434600 ,,,,,,,千恵,Chie,108_SC06_c_016.wav,chie,,3,,,,,,,,Huh? Daddy's wish? +434700 ,,,,,,,主人公,,,chie,,3,,,,,,,,It's about becoming your groom. Did you forget? +434800 ,,,,,,,千恵,Chie,108_SC06_c_017.wav,chie,,20,,,,,,,,"No, Chie-chan remembers." +434900 ,,,,,,,主人公,,,chie,,20,,,,,,,,"Then, Chie-chan, shall we have a wedding ceremony?" +435000 ,,,,,,,千恵,Chie,108_SC06_c_018.wav,chie,,23,,,,,,,,Wedding ceremony? +435100 ,,,,,,,主人公,,,chie,,23,,,,,,,,"Yeah, I want to be Chie-chan's dad, but I want to be your\ngroom even more." +435200 ,,,,,,,主人公,,,chie,,23,,,,,,,,"So, before becoming your dad, I want to properly have a\nwedding ceremony with you." +435300 ,,,,,,,千恵,Chie,108_SC06_c_019.wav,chie,,2,,,,,,,,Daddy... +435400 ,,,,,,,千恵,Chie,108_SC06_c_020.wav,chieL,,22,,,,,,,,"Um... yeah, I'm happy... and Chie-chan wants to be Daddy's\nbride... maybe." +435500 ,,,,,,,,,,chieL,,22,,,,,,,,Chie-chan's face turned bright red. +435600 ,,,,,,,主人公,,,chieL,,22,,,,,,,,"Thank you, Chie-chan. I love you." +435700 ,,,,,,,,,,chieL,,22,,,,,,,,...Huh? Could it be that this is the first time Chie-chan\nhas reacted like this? +435800 ,,,,,,,,,,chieL,,22,,,,,,,,"She wanted me to become her dad, so maybe she didn't really\nsee me as a man." +435900 ,,,,,,,,,,chieL,,22,,,,,,,,"And now that becoming her dad is assured, her goal is\nachieved..." +436000 ,,,,,,,千恵,Chie,108_SC06_c_021.wav,chieL,,13,,,,,,,,"Chie-chan loves you too, very much." +436100 ,,,,,,,,,,chieL,,13,,,,,,,,"Wow, blushing Chie-chan is so cute." +436200 ,,,,,,,主人公,,,chieL,,13,,,,,,,,"Then, shall we get married?" +436300 ,,,,,,,千恵,Chie,108_SC06_c_022.wav,chieL,,2,,,,,,,,Yeah... +436400 ,,,,,,,,,,,,,,,,,,,,Well then... I really wanted to give her something proper. +436500 ,,,,,,,,,,,,,,,,,,,,I took out a toy ring from my pocket. +436600 ,,,,,,,,,,,,,,,,,,,,"If I gave her an expensive one, who knows what her mom would\nsay, so it's a toy one." +436700 ,,,,,,,,,,,,,,,,,,,,"Even if it gets found out, I can just say it's from me as a\njoke." +436800 ,,,,,,,主人公,,,,,,,,,,,,,"Chie-chan, here." +436900 ,,,,,,,千恵,Chie,108_SC06_c_023.wav,chieL,,4,,,,,,,,"Huh...? Daddy, is this... a ring?" +437000 ,,,,,,,主人公,,,chieL,,4,,,,,,,,"Yeah, it's a wedding ring." +437100 ,,,,,,,千恵,Chie,108_SC06_c_024.wav,chieL,,2,,,,,,,,"Ah, thank you." +437200 ,,,,,,,主人公,,,chieL,,2,,,,,,,,"Yeah, when you grow up, I'll give you a proper one." +437300 ,,,,,,,千恵,Chie,108_SC06_c_025.wav,chieL,,22,,,,,,,,"No, Chie-chan will treasure this. ...Chie- chan will\ntreasure it forever!" +437400 ,,,,,,,主人公,,,chieL,,22,,,,,,,,"If you do that, I'll be happy too." +437500 ,,,,,,,千恵,Chie,108_SC06_c_026.wav,chieL,,23,,,,,,,,"Ah... Daddy, wait a moment!" +437600 ,,,,,,,主人公,,,,,,,,,,,,,Hm? +437700 ,,,,,,,,,,,,,,,,,,,,Chie-chan ran out of the room and went barefoot into the\ngarden. +437800 ,,,,,,,,,,,,,,,,,,,,...? What is she doing? +437900 ,,,,,,,,,,,,,,,,,,,,"After waiting for a while, Chie-chan came back drenched in\nsweat." +438000 ,,,,,,,千恵,Chie,108_SC06_c_027.wav,chieL,,2,,,,,,,,"S-Sorry for the wait, Daddy! H-Here..." +438100 ,,,,,,,,,,chieL,,2,,,,,,,,"Panting heavily, she handed it to me..." +438200 ,,,,,,,主人公,,,chieL,,2,,,,,,,,Ah... a ring. +438300 ,,,,,,,,,,chieL,,2,,,,,,,,It was a ring made from the oxalis flowers growing in the\ngarden. +438400 ,,,,,,,,,,chieL,,2,,,,,,,,"...Wow, I'm genuinely happy she did something like this." +438500 ,,,,,,,千恵,Chie,108_SC06_c_028.wav,chieL,,13,,,,,,,,"Chie-chan could only prepare this... but I really love you,\nDaddy." +438600 ,,,,,,,主人公,,,chieL,,13,,,,,,,,Chie-chan... thank you. +438700 ,,,,,,,主人公,,,chieL,,13,,,,,,,,"It might not last forever since it could wither, but I'll\ncherish you forever instead." +438800 ,,,,,,,千恵,Chie,108_SC06_c_029.wav,chieL,,22,,,,,,,,Daddy... +438900 ,,,,,,,,,,chieL,,22,,,,,,,,"Ah, how dear she is. As my daughter, as a girl, I'll protect\nher for life." +439000 ,,,,,,,主人公,,,chieL,,22,,,,,,,,Shall we start our wedding ceremony then? +439100 ,,,,,,,千恵,Chie,108_SC06_c_030.wav,chieL,,2,,,,,,,,...Yeah. +439200 ,,,,,,,主人公,,,chieL,,2,,,,,,,,"Alright then, Chie-chan, give me your left hand." +439300 ,,,,,,,千恵,Chie,108_SC06_c_031.wav,chieL,,22,,,,,,,,Okay. +439400 ,,,,,,,主人公,,,chieL,,22,,,,,,,,This is how you put a ring on the left ring finger. +439500 ,,,,,,,千恵,Chie,108_SC06_c_032.wav,chieL,,31,,,,,,,,"I know that much, Daddy. Chie-chan isn't that much of a kid." +439600 ,,,,,,,主人公,,,chieL,,31,,,,,,,,"Haha, I see... sorry, sorry." +439700 ,,,,,,,,,,chieL,,31,,,,,,,,I took Chie-chan's small hand and placed the ring on her\nring finger... +439800 ,,,,,,,千恵,Chie,108_SC06_c_033.wav,chieL,,6,,,,,,,,...Hehe~ +439900 ,,,,,,,,,,chieL,,6,,,,,,,,"Chie-chan blushed and smiled, then repeatedly admired the\nring on her left hand." +440000 ,,,,,,,,,,chieL,,6,,,,,,,,"After a while, Chie-chan picked up the oxalis ring." +440100 ,,,,,,,千恵,Chie,108_SC06_c_034.wav,chieL,,22,,,,,,,,"Daddy, give me your left hand too..." +440200 ,,,,,,,主人公,,,chieL,,22,,,,,,,,Okay. +440300 ,,,,,,,千恵,Chie,108_SC06_c_035.wav,chieL,,2,,,,,,,,"Then, Daddy too..." +440400 ,,,,,,,,,,chieL,,2,,,,,,,,Chie-chan slowly placed the ring on my ring finger. +440500 ,,,,,,,千恵,Chie,108_SC06_c_036.wav,chieL,,6,,,,,,,,...There. +440600 ,,,,,,,主人公,,,chieL,,6,,,,,,,,"Thank you, Chie-chan." +440700 ,,,,,,,千恵,Chie,108_SC06_c_037.wav,chieL,,13,,,,,,,,You're welcome~ +440800 ,,,,,,,,,,,,,,,,,,,,"Well, if there were a priest, they'd probably ask for vows,\nbut of course, there's no one here." +440900 ,,,,,,,,,,,,,,,,,,,,"In fact, a proper priest would probably give me divine\npunishment in the form of a report for marrying such a young\ngirl." +441000 ,,,,,,,,,,,,,,,,,,,,"So, I guess there's no choice but to..." +441100 ,,,,,,,主人公,,,,,,,,,,,,,"Uh, in sickness and in health... I take Chie-chan as my\nwife... uh, what was it again? Anyway, I vow that I love\nyou." +441200 ,,,,,,,千恵,Chie,108_SC06_c_038.wav,chie,,13,,,,,,,,"Pfft... Daddy, that totally ruins the mood~" +441300 ,,,,,,,主人公,,,chie,,13,,,,,,,,S-Sorry. I tried to remember it. +441400 ,,,,,,,千恵,Chie,108_SC06_c_039.wav,chie,,18,,,,,,,,"If it were Tenka-chan, she'd be really mad, you know?" +441500 ,,,,,,,主人公,,,chie,,18,,,,,,,,That wouldn't happen. The only one I love is Chie-chan. +441600 ,,,,,,,千恵,Chie,108_SC06_c_040.wav,chie,,2,,,,,,,,...Daddy. +441700 ,,,,,,,,,,chie,,2,,,,,,,,Chie-chan's eyes were dreamy. +441800 ,,,,,,,,,,chie,,2,,,,,,,,Without either of us making a move... our lips naturally\nmet. +441900 ,,,,,,,主人公,,,chie,,2,,,,,,,,Mmm... chu... nmm +442000 ,,,,,,,千恵,Chie,108_SC06_c_041.wav,chieL,,22,,,,,,,,Chu... n... nmm +442100 ,,,,,,,,,,chieL,,22,,,,,,,,"When I slipped my tongue in, Chie-chan gently licked it as\nif caressing it." +442200 ,,,,,,,,,,chieL,,22,,,,,,,,"Wait, is it okay to use tongue during a vow kiss?" +442300 ,,,,,,,,,,chieL,,22,,,,,,,,Oh well. +442400 ,,,,,,,主人公,,,chieL,,22,,,,,,,,...Phew +442500 ,,,,,,,千恵,Chie,108_SC06_c_042.wav,chie,,2,,,,,,,,Haa... +442600 ,,,,,,,千恵,Chie,108_SC06_c_043.wav,chie,,24,,,,,,,,Ah! Chie-chan didn't say her vows! +442700 ,,,,,,,主人公,,,chie,,24,,,,,,,,"Hey, Chie-chan, that's not good. If it were Tenka-chan,\nshe'd get mad, right?" +442800 ,,,,,,,千恵,Chie,108_SC06_c_044.wav,chie,,20,,,,,,,,"Tenka-chan is a girl. ...But if she were a boy, she'd be\nkind of cool, right?" +442900 ,,,,,,,,,,chie,,20,,,,,,,,Ah... indeed. A boy version of Tenka-chan... I feel like I'd\neasily become infatuated. +443000 ,,,,,,,,,,chie,,20,,,,,,,,"Wait, that's not it!" +443100 ,,,,,,,主人公,,,chie,,20,,,,,,,,"Hey! Chie-chan, are you cheating?" +443200 ,,,,,,,千恵,Chie,108_SC06_c_045.wav,chie,,1,,,,,,,,It's okay! I love Daddy the most. +443300 ,,,,,,,,,,chie,,1,,,,,,,,"Ah, fathers with daughters all over the country must want to\nhear these words." +443400 ,,,,,,,主人公,,,chie,,1,,,,,,,,"...Chie-chan, since we have the futon... should we make\nlove?" +443500 ,,,,,,,,,,chie,,1,,,,,,,,Then Chie-chan blushed and nodded slightly. +443600 ,,,,,,,,,,chie,,1,,,,,,,,Chie-chan seemed a bit different from her usual carefree\nself. +443700 ,,,,,,,千恵,Chie,108_SC06_c_046.wav,chie,,0,,,,,,,,"...Hey Daddy. Today, let me do it for you." +443800 ,,,,,,,主人公,,,,,,,,,,,,,Huh? ...From Chie-chan? +443900 ,,,,,,,千恵,Chie,108_SC06_c_047.wav,chie,,2,,,,,,,,I-I'll lick Daddy's cock... for you. +444000 ,,,,,,,,,,chie,,2,,,,,,,,O-Oh! +444100 ,,,,,,,,,,chie,,2,,,,,,,,"Ah, lolicons all over the country must want to hear these\nwords from a little girl." +444200 ,,,,,,,主人公,,,chie,,2,,,,,,,,"Ah, then Chie-chan, as a thank you for the other day, how\nabout we switch positions?" +444300 ,,,,,,,千恵,Chie,108_SC06_c_048.wav,chie,,33,,,,,,,,...? +444400 ,,,,,,,主人公,,,chie,,33,,,,,,,,"You gave me a lap pillow the other day, right? This time,\nI'll give you one." +444500 ,,,,,,,千恵,Chie,108_SC06_c_049.wav,chie,,22,,,,,,,,Yay! Daddy's lap pillow~♪ +444600 ,,,,,,,主人公,,,chie,,22,,,,,,,,"Oh, and since you played with my cock the other day, I'll\nplay with Chie-chan's pussy in return." +444700 ,,,,,,,千恵,Chie,108_SC06_c_050.wav,chie,,6,,,,,,,,Hmm... okay. +444800 ,,,,,,,主人公,,,chie,,6,,,,,,,,"Then, let's take off your pants and panties, shall we?" +444900 ,,,,,,,千恵,Chie,108_SC06_c_051.wav,chie,,2,,,,,,,,Okay! +445100 ,,,10,,1260000,,,,,,,,,,,,,,, +445200 ,*mem,,,,1260000,,,,,,,,,,,,,,, +445300 ,,,10,,1260000,,,,,,,,,,,,,,,"Chie-chan ended up with her head on my lap, and right next\nto her was my cock." +445400 ,,,,,1260000,,千恵,Chie,108_SC06_c_052.wav,chie,,0,,,,,,,,Wow... it's twitching so much. +445500 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Yeah, because Chie-chan said she'd lick my cock, it ended up\nlike this." +445600 ,,,,,1260000,,千恵,Chie,108_SC06_c_053.wav,chie,,0,,,,,,,,I see... poke poke. +445700 ,,,,,1260000,,主人公,,,,,,,,,,,,,Ugh! +445800 ,,,,,1260000,,,,,,,,,,,,,,,Even just a slight touch with her finger made my cock\ntwitch. +445900 ,,,,,1260000,,,,,,,,,,,,,,,"Actually, these little stimuli right after getting hard feel\nreally good, don't they?" +446000 ,,,,,1260000,,千恵,Chie,108_SC06_c_054.wav,chie,,0,,,,,,,,Daddy's... just from a little poke. +446100 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Ah, it's embarrassing." +446200 ,,,,,1260000,,千恵,Chie,108_SC06_c_055.wav,chie,,0,,,,,,,,Hey Daddy... I have a request. +446300 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Hmm? Go ahead, tell me." +446400 ,,,,,1260000,,千恵,Chie,108_SC06_c_056.wav,chie,,0,,,,,,,,I want Daddy to pat my head and say I'm a good girl like\nthis. +446500 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Oh? Chie-chan is such a spoiled girl, huh?" +446600 ,,,,,1260000,,千恵,Chie,108_SC06_c_057.wav,chie,,0,,,,,,,,I-Is that bad? +446700 ,,,,,1260000,,,,,,,,,,,,,,,"Well, since she doesn't have a father, I wonder if she's\never experienced something like this before." +446800 ,,,,,1260000,,,,,,,,,,,,,,,Let's indulge her as much as she wants. +446900 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Sure. There, there, good girl~" +447000 ,,,,,1260000,,千恵,Chie,108_SC06_c_058.wav,chie,,0,,,,,,,,Fuwa... +447100 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Chie-chan is such a good girl. You're hardworking, and you\neven lick my cock." +447200 ,,,,,1260000,,千恵,Chie,108_SC06_c_059.wav,chie,,0,,,,,,,,Ehehe~ +447300 ,,,,,1260000,,,,,,,,,,,,,,,"Chie-chan smiles contentedly, looking at my face." +447400 ,,,,,1260000,,,,,,,,,,,,,,,I return her gaze with a smile. +447500 ,,,,,1260000,,千恵,Chie,108_SC06_c_060.wav,chie,,0,,,,,,,,"I love you, Daddy." +447600 ,,,,,1260000,,主人公,,,,,,,,,,,,,"I love you too, Chie-chan." +447700 ,,,,,1260000,,,,,,,,,,,,,,,"Hehe, maybe it's because it's right after the wedding, but\nthe atmosphere is quite sweet." +447800 ,,,,,1260000,,千恵,Chie,108_SC06_c_061.wav,chie,,0,,,,,,,,Is Daddy's semen in here? +447900 ,,,,,1260000,,主人公,,,,,,,,,,,,,"Oh!? Y-Yeah, it is." +448000 ,,,,,1260000,,,,,,,,,,,,,,,"Chie-chan touches my balls, playfully bouncing them around." +448100 ,,,,,1260000,,,,,,,,,,,,,,,Even that stimulation feels good to me! +448200 ,,,,,1260000,,千恵,Chie,108_SC06_c_062.wav,chie,,0,,,,,,,,"Ahaha, they're squishy and weird~" +448300 ,,,,,1260000,,主人公,,,,,,,,,,,,,"C-Chie-chan, I'm already... at my limit." +448400 ,,,,,1260000,,主人公,,,,,,,,,,,,,Could you make me feel good? +448500 ,,,,,1260000,,千恵,Chie,108_SC06_c_063.wav,chie,,0,,,,,,,,"Yeah, sure~" +448700 ,,,,,1260010,,,,,,,,,,,,,,,"Saying that, Chie-chan sticks out her tongue and reaches\ntowards my cock." +448800 ,,,,,1260010,,千恵,Chie,108_SC06_c_064.wav,chie,,0,,,,,,,,Lick... lick... lick... +448900 ,,,,,1260010,,主人公,,,,,,,,,,,,,Ugh! +449000 ,,,,,1260010,,千恵,Chie,108_SC06_c_065.wav,chie,,0,,,,,,,,Ahh... lick... lick... is this okay? +449100 ,,,,,1260010,,,,,,,,,,,,,,,"When Chie-chan's tongue touches it, it twitches, and she\nlicks it again when it comes back." +449200 ,,,,,1260010,,,,,,,,,,,,,,,"It's like she's playing, repeating the licking and\ntwitching." +449300 ,,,,,1260010,,千恵,Chie,108_SC06_c_066.wav,chie,,0,,,,,,,,"Mmm... mmm... lick... lick... Daddy, keep your cock still. I\ncan't lick it." +449400 ,,,,,1260010,,主人公,,,,,,,,,,,,,Don't say impossible things... ugh. +449500 ,,,,,1260010,,,,,,,,,,,,,,,A ticklish and frustrating sensation attacks my cock. +449600 ,,,,,1260010,,,,,,,,,,,,,,,But this frustration is incredibly irresistible. +449700 ,,,,,1260010,,千恵,Chie,108_SC06_c_067.wav,chie,,0,,,,,,,,"Lick... mmm. Ah, it's twitching." +449800 ,,,,,1260010,,主人公,,,,,,,,,,,,,"Chie-chan... it feels good! But if possible, I'd like you to\nlick more." +449900 ,,,,,1260010,,千恵,Chie,108_SC06_c_068.wav,chie,,0,,,,,,,,"Hmm, okay! I'll try my best." +450000 ,,,,,1260010,,,,,,,,,,,,,,,"Chie-chan brings her face closer to my cock, moving her\nwhole head to follow it." +450100 ,,,,,1260010,,千恵,Chie,108_SC06_c_069.wav,chie,,0,,,,,,,,Lick... lick lick lick lick... lick lick lick... chu chu~ +450200 ,,,,,1260010,,主人公,,,,,,,,,,,,,"Y-Yes! That's great, Chie-chan!" +450300 ,,,,,1260010,,,,,,,,,,,,,,,She licked along the shaft and kissed the tip. +450400 ,,,,,1260010,,,,,,,,,,,,,,,"And while kissing, she moved back to the shaft," +450500 ,,,,,1260010,,主人公,,,,,,,,,,,,,Oh? Ohhh! +450600 ,,,,,1260010,,千恵,Chie,108_SC06_c_070.wav,chie,,0,,,,,,,,"Chu, chuuuu... rero" +450700 ,,,,,1260010,,,,,,,,,,,,,,,"A strange pleasure, like a slug crawling on my cock!" +450800 ,,,,,1260010,,千恵,Chie,108_SC06_c_071.wav,chie,,0,,,,,,,,"I kissed the tip and went all the way to where the semen\ncomes out. How is it, Daddy?" +450900 ,,,,,1260010,,主人公,,,,,,,,,,,,,"I-It's good, Chie-chan! It felt amazing." +451000 ,,,,,1260010,,千恵,Chie,108_SC06_c_072.wav,chie,,0,,,,,,,,Then I'll do it more. Rerere... chuuuu~ +451100 ,,,,,1260010,,,,,,,,,,,,,,,"My cock... or rather, my whole body is twitching and\nbouncing from Chie-chan's tongue." +451200 ,,,,,1260010,,,,,,,,,,,,,,,It's terrifying how just the tongue of such a small girl can\nmake my body react like this. +451300 ,,,,,1260010,,主人公,,,,,,,,,,,,,"Ah... Chie-chan, could you make more noise?" +451400 ,,,,,1260010,,千恵,Chie,108_SC06_c_073.wav,chie,,0,,,,,,,,"Yeah, sure!" +451500 ,,,,,1260010,,,,,,,,,,,,,,,Chie-chan sticks out her tongue widely and presses it\nagainst my cock again. +451600 ,,,,,1260010,,千恵,Chie,108_SC06_c_074.wav,chie,,0,,,,,,,,"Nchu... rero, nchu... chuuu... jururuu... chu. Like this?" +451700 ,,,,,1260010,,主人公,,,,,,,,,,,,,"Fwa! That's amazing, Chie-chan! You have a talent for\nlicking cock!" +451800 ,,,,,1260010,,千恵,Chie,108_SC06_c_075.wav,chie,,0,,,,,,,,Ehehe~... then Chie-chan will make Daddy feel even better. +451900 ,,,,,1260010,,千恵,Chie,108_SC06_c_076.wav,chie,,0,,,,,,,,"Chu, rero... nmu... rero... chu, nchu... chu... rero,\nchuchuu!" +452000 ,,,,,1260010,,,,,,,,,,,,,,,"Ah, her cute tongue is eagerly licking my dirty cock!" +452100 ,,,,,1260010,,,,,,,,,,,,,,,Just that alone is enough to make me want to cum! +452200 ,,,,,1260010,,,,,,,,,,,,,,,"No, no, it would be uncool to finish here. I have to do my\nbest as a dad!" +452300 ,,,,,1260010,,主人公,,,,,,,,,,,,,"I'll make you feel good too, Chie-chan." +452500 ,,,,,1260020,,,,,,,,,,,,,,,I play with Chie-chan's pussy with my fingers. +452600 ,,,,,1260020,,千恵,Chie,108_SC06_c_077.wav,chie,,0,,,,,,,,Rero rero... fwaa? Ah... n... rero rero... Daddy... I can't\nconcentrate. +452700 ,,,,,1260020,,主人公,,,,,,,,,,,,,"Hang in there, Chie-chan. ...Oops, it's getting all squishy,\nisn't it?" +452800 ,,,,,1260020,,千恵,Chie,108_SC06_c_078.wav,chie,,0,,,,,,,,Y-yeah. +452900 ,,,,,1260020,,主人公,,,,,,,,,,,,,"You're already wet, huh? How did it end up like this?" +453000 ,,,,,1260020,,千恵,Chie,108_SC06_c_079.wav,chie,,0,,,,,,,,"Well, you know, when I was licking Daddy's cock... Chie-chan\nstarted feeling good." +453100 ,,,,,1260020,,主人公,,,,,,,,,,,,,"Wow, that's naughty, Chie-chan." +453200 ,,,,,1260020,,,,,,,,,,,,,,,"Well, I made it happen that way." +453300 ,,,,,1260020,,,,,,,,,,,,,,,"Still, getting wet just from licking a cock at this age...\nthat's amazing." +453400 ,,,,,1260020,,主人公,,,,,,,,,,,,,"Well, it wouldn't be fair if only I felt good, so let's make\nChie-chan feel good too." +453500 ,,,,,1260020,,千恵,Chie,108_SC06_c_080.wav,chie,,0,,,,,,,,"Yeah, thank you, Daddy... ah." +453600 ,,,,,1260020,,,,,,,,,,,,,,,"I move my fingers around, stimulating Chie- chan's pussy." +453700 ,,,,,1260020,,千恵,Chie,108_SC06_c_081.wav,chie,,0,,,,,,,,Mm... it feels good... +453800 ,,,,,1260020,,主人公,,,,,,,,,,,,,"Where would you like me to play with, Chie- chan?" +453900 ,,,,,1260020,,千恵,Chie,108_SC06_c_082.wav,chie,,0,,,,,,,,"Nn! Fwa... nnn, um, you know... so Daddy's cock can go in\neasily... the entrance." +454000 ,,,,,1260020,,主人公,,,,,,,,,,,,,Is it around here? +454100 ,,,,,1260020,,,,,,,,,,,,,,,I draw circles to spread the shallow part of her pussy. +454200 ,,,,,1260020,,千恵,Chie,108_SC06_c_083.wav,chie,,0,,,,,,,,Ugh... kuu...! Fwaa... ahhh! Chie-chan's pussy... is\nspreading. +454300 ,,,,,1260020,,千恵,Chie,108_SC06_c_084.wav,chie,,0,,,,,,,,The edge of my pussy... being swirled around... hn! It feels\nweird... ahh. +454400 ,,,,,1260020,,,,,,,,,,,,,,,"Her pussy changes shape to match my fingers, creating an\nindescribable eroticism." +454500 ,,,,,1260020,,,,,,,,,,,,,,,"Putting a cock inside here, no wonder it feels good." +454600 ,,,,,1260020,,主人公,,,,,,,,,,,,,Then next... is it here? +454700 ,,,,,1260020,,千恵,Chie,108_SC06_c_085.wav,chie,,0,,,,,,,,Nn... ah! Clitoris... ah... Chie-chan is twitching. +454800 ,,,,,1260020,,主人公,,,,,,,,,,,,,"It's not just twitching, it's really moving." +454900 ,,,,,1260020,,千恵,Chie,108_SC06_c_086.wav,chie,,0,,,,,,,,"Ah, hya, nn... fwaa, when Chie-chan's there... is rubbed...\nah!" +455000 ,,,,,1260020,,千恵,Chie,108_SC06_c_087.wav,chie,,0,,,,,,,,It feels so good... fwaa... I won't be able to do it for\nDaddy. +455100 ,,,,,1260020,,,,,,,,,,,,,,,"Saying that, Chie-chan earnestly extends her tongue." +455300 ,,,,,1260030,,主人公,,,,,,,,,,,,,Fugu! +455400 ,,,,,1260030,,千恵,Chie,108_SC06_c_088.wav,chie,,0,,,,,,,,Lick... lick lick... chu chu~. Ah... ah... Daddy's cock...\nChie-chan will make it feel good. +455500 ,,,,,1260030,,千恵,Chie,108_SC06_c_089.wav,chie,,0,,,,,,,,"Lick... slurp, chu chu~~~~! I'll do it for Daddy." +455600 ,,,,,1260030,,,,,,,,,,,,,,,"Even while feeling my fingers, Chie-chan is earnestly\nlicking my cock." +455700 ,,,,,1260030,,,,,,,,,,,,,,,What happiness! +455800 ,,,,,1260030,,主人公,,,,,,,,,,,,,"Thank you, Chie-chan! It feels good." +455900 ,,,,,1260030,,千恵,Chie,108_SC06_c_090.wav,chie,,0,,,,,,,,"Chu chu chu chu~~~~! Yay, Daddy is happy... lick lick." +456000 ,,,,,1260030,,主人公,,,,,,,,,,,,,I'll make Chie-chan feel good too. Look... back inside your\npussy. +456100 ,,,,,1260030,,千恵,Chie,108_SC06_c_091.wav,chie,,0,,,,,,,,Ah!? ... Lick lick... ah! Chie-chan's pussy... is getting\nall wet. +456200 ,,,,,1260030,,主人公,,,,,,,,,,,,,It's been wet for a while now. +456300 ,,,,,1260030,,千恵,Chie,108_SC06_c_092.wav,chie,,0,,,,,,,,"Eh? But, lick... chu. Daddy's is wetter~." +456400 ,,,,,1260030,,主人公,,,,,,,,,,,,,That's because of Chie-chan's saliva. +456500 ,,,,,1260030,,千恵,Chie,108_SC06_c_093.wav,chie,,0,,,,,,,,"No, it's not, because... lick lick lick, chu chu~~~~~~~~!" +456600 ,,,,,1260030,,主人公,,,,,,,,,,,,,Whoa!? +456700 ,,,,,1260030,,,,,,,,,,,,,,,Chie-chan is vigorously running her tongue along my urethra. +456800 ,,,,,1260030,,,,,,,,,,,,,,,Oh no... this feels amazing! +456900 ,,,,,1260030,,千恵,Chie,108_SC06_c_094.wav,chie,,0,,,,,,,,"See, this taste... it's the taste of semen. Lick... Daddy's\nprecum is amazing." +457000 ,,,,,1260030,,主人公,,,,,,,,,,,,,"Y-Yeah, that might be it. The cause of the wetness... could\nbe that." +457100 ,,,,,1260030,,千恵,Chie,108_SC06_c_095.wav,chie,,0,,,,,,,,"Lick... chu, hehe~ we're both all wet." +457200 ,,,,,1260030,,主人公,,,,,,,,,,,,,"Yeah, we're the same." +457300 ,,,,,1260030,,主人公,,,,,,,,,,,,,Then I'll make you feel even better. +457400 ,,,,,1260030,,千恵,Chie,108_SC06_c_096.wav,chie,,0,,,,,,,,Then Chie-chan will... nom...! +457600 ,,,,,1260040,,主人公,,,,,,,,,,,,,Ohhh! My cock is warm. +457700 ,,,,,1260040,,,,,,,,,,,,,,,Chie-chan takes my cock into her mouth. +457800 ,,,,,1260040,,千恵,Chie,108_SC06_c_097.wav,chie,,0,,,,,,,,"Daddy's, mmm, mmm, mmm, cock is full in my mouth." +457900 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Yeah, that's good! Chie-chan's mouth is enveloping my\ncock... whoa!" +458000 ,,,,,1260040,,,,,,,,,,,,,,,It's faster to listen to my cock than to speak. +458100 ,,,,,1260040,,,,,,,,,,,,,,,"Because every time Chie-chan does something, my cock reacts." +458200 ,,,,,1260040,,千恵,Chie,108_SC06_c_098.wav,chie,,0,,,,,,,,Mmm... Chie-chan's pussy... feels so good! +458300 ,,,,,1260040,,千恵,Chie,108_SC06_c_099.wav,chie,,0,,,,,,,,"Mmm, mm, mm... chu... lick, lick... slurp... lick, chu...\nDaddy, it feels good, right?" +458400 ,,,,,1260040,,主人公,,,,,,,,,,,,,Mmm... why do you say that? +458500 ,,,,,1260040,,千恵,Chie,108_SC06_c_100.wav,chie,,0,,,,,,,,"Hehe, your cock... is twitching... the taste of semen is\ngetting stronger." +458600 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Oh, as expected of Chie-chan, you noticed well." +458700 ,,,,,1260040,,千恵,Chie,108_SC06_c_101.wav,chie,,0,,,,,,,,"Ehehe~ I've memorized Daddy's taste, you know~" +458800 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Thank you, Chie-chan. Then, in return..." +458900 ,,,,,1260040,,千恵,Chie,108_SC06_c_102.wav,chie,,0,,,,,,,,"Fuwa, ahh! Ah! D-Daddy... a little slower... please!" +459000 ,,,,,1260040,,,,,,,,,,,,,,,"When I play with Chie-chan's pussy, she reacts in various\nways, moaning and trying to grit her teeth." +459100 ,,,,,1260040,,,,,,,,,,,,,,,"With my cock in her mouth, her tongue and teeth stimulate me\nirregularly." +459200 ,,,,,1260040,,,,,,,,,,,,,,,...In other words. +459300 ,,,,,1260040,,千恵,Chie,108_SC06_c_103.wav,chie,,0,,,,,,,,Nfu! Nmu... nbu bu! Ah... ah! Ngu... kapu kapu +459400 ,,,,,1260040,,主人公,,,,,,,,,,,,,Ooh... y-your teeth are hitting me. +459500 ,,,,,1260040,,千恵,Chie,108_SC06_c_104.wav,chie,,0,,,,,,,,"Nmu, nchuu... nmu, sorry, Daddy." +459600 ,,,,,1260040,,主人公,,,,,,,,,,,,,"No, it feels good." +459700 ,,,,,1260040,,,,,,,,,,,,,,,The pleasure I give to Chie-chan comes back to me through\nher mouth. +459800 ,,,,,1260040,,,,,,,,,,,,,,,"If I want to feel good, I just need to play with Chie-chan's\npussy a lot and make her feel good." +459900 ,,,,,1260040,,,,,,,,,,,,,,,It's a perpetual motion machine of pleasure! +460000 ,,,,,1260040,,千恵,Chie,108_SC06_c_105.wav,chie,,0,,,,,,,,"Ah, chu-chu...! Chu, chu, juru... ah, ngu! Jururu...!\nJupu...!" +460100 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Mmm... ohhh. You're good, Chie-chan!" +460200 ,,,,,1260040,,千恵,Chie,108_SC06_c_106.wav,chie,,0,,,,,,,,Then I'll make you feel even better. +460300 ,,,,,1260040,,,,,,,,,,,,,,,Chie-chan puckers her lips and sucks on my cock. +460400 ,,,,,1260040,,主人公,,,,,,,,,,,,,Uah! +460500 ,,,,,1260040,,,,,,,,,,,,,,,"While being sucked by Chie-chan's small mouth, she moves her\nhead and strokes my cock." +460600 ,,,,,1260040,,,,,,,,,,,,,,,"She's trying so hard, and it feels so good... ah, what an\nerotic sight!" +460700 ,,,,,1260040,,主人公,,,,,,,,,,,,,Haa haa... ngh! +460800 ,,,,,1260040,,千恵,Chie,108_SC06_c_107.wav,chie,,0,,,,,,,,"Amu, chumu, ngungung! Hachu, chuchuchu! Jururururu!" +460900 ,,,,,1260040,,千恵,Chie,108_SC06_c_108.wav,chie,,0,,,,,,,,"Reru, ngu! Ohin hin, oishii yo~" +461000 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Chie-chan, sucking on my cock like that, you look like a\nbaby." +461100 ,,,,,1260040,,千恵,Chie,108_SC06_c_109.wav,chie,,0,,,,,,,,"Amu, n, nchuu, chu, reru... reru, reru, nmu, Chie-chan's not\na baby." +461200 ,,,,,1260040,,主人公,,,,,,,,,,,,,"That's right, a baby's pussy wouldn't be dripping such\nnaughty juices like this." +461300 ,,,,,1260040,,千恵,Chie,108_SC06_c_110.wav,chie,,0,,,,,,,,"Mu, muu... that's true. But Daddy, you're being mean~" +461400 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ahaha, it's payback for what you said to me last time, Chie-\nchan." +461500 ,,,,,1260040,,千恵,Chie,108_SC06_c_111.wav,chie,,0,,,,,,,,"U~! ...Nchu, nmmu, chu, chu, chuuuu~" +461600 ,,,,,1260040,,主人公,,,,,,,,,,,,,"O-oh! Then, could you try sucking like a baby for me?" +461700 ,,,,,1260040,,千恵,Chie,108_SC06_c_112.wav,chie,,0,,,,,,,,"Eh? L-like this... npu, ju, jurururu, chuchuuuu!" +461800 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Uah...! It feels like my cock is melting, Chie-chan!" +461900 ,,,,,1260040,,千恵,Chie,108_SC06_c_113.wav,chie,,0,,,,,,,,"N, nn... rero, churu, chu! Daddy... even though your cock is\nhard, is it melting?" +462000 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ah, yeah!" +462100 ,,,,,1260040,,,,,,,,,,,,,,,She's really sucking on my cock like she's drawing milk from\na baby bottle. +462200 ,,,,,1260040,,千恵,Chie,108_SC06_c_114.wav,chie,,0,,,,,,,,"Nmun... kokun... ngyu, ngyu... chuchuchuuu! It's not coming\nout?" +462300 ,,,,,1260040,,主人公,,,,,,,,,,,,,Hm? +462400 ,,,,,1260040,,千恵,Chie,108_SC06_c_115.wav,chie,,0,,,,,,,,Daddy's cock isn't giving any milk? +462500 ,,,,,1260040,,主人公,,,,,,,,,,,,,"W-well then, Chie-chan... I'll make sure to get some milk\nfrom Daddy's cock for you." +462600 ,,,,,1260040,,千恵,Chie,108_SC06_c_116.wav,chie,,0,,,,,,,,"Yeah! Chu, juu! Ju! Nfu, nn! Chie-chan wants Daddy's milk." +462700 ,,,,,1260040,,,,,,,,,,,,,,,"My knees are trembling, and a bittersweet, tingling\nsensation is spreading through me." +462800 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ah... ah! I'm going to cum! It's coming, Chie-chan!" +462900 ,,,,,1260040,,千恵,Chie,108_SC06_c_117.wav,chie,,0,,,,,,,,"Jururu! Daddy, are you about to cum? ...I-it's okay... give\nChie-chan the milk...! Ngu! Chu!" +463000 ,,,,,1260040,,主人公,,,,,,,,,,,,,Chie-chan! Chie-chan! Make it feel even better! +463100 ,,,,,1260040,,千恵,Chie,108_SC06_c_118.wav,chie,,0,,,,,,,,"Amu!? Ngu, ngu, chururu! It's so big, ngu, nmu! I can't\nbreathe...!" +463200 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ah, your mouth is moving so well, Chie- chan!" +463300 ,,,,,1260040,,千恵,Chie,108_SC06_c_119.wav,chie,,0,,,,,,,,"Ngu, ah, it's starting to twitch, nnnmu, nchuu, nmu... Is it\ncoming out? Hachu, ah, nnnn... nn, nn!" +463400 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Yeah, just a little more!" +463500 ,,,,,1260040,,,,,,,,,,,,,,,"As I rub my clitoris," +463600 ,,,,,1260040,,千恵,Chie,108_SC06_c_120.wav,chie,,0,,,,,,,,"Hiu. Nn, nchuu, nmu, nmu... jujjuju~~~ kapu kapu" +463700 ,,,,,1260040,,,,,,,,,,,,,,,"Chie-chan gently bites my cock, guuu~! Her teeth graze it,\nadding stimulation to my cock." +463800 ,,,,,1260040,,主人公,,,,,,,,,,,,,Fuaaa! I can't hold it! It's coming out! +463900 ,,,,,1260040,,,,,,,,,,,,,,,"My scrotum is contracting, reaching its limit...!" +464000 ,,,,,1260040,,千恵,Chie,108_SC06_c_121.wav,chie,,0,,,,,,,,"Nchuuu... ju, juruu! Jurururu... afuuu fufu... Daddy, let it\nout!" +464100 ,,,,,1260040,,千恵,Chie,108_SC06_c_122.wav,chie,,0,,,,,,,,"Nmu, nchuu... kuchu, it's twitching so much, it's going to\nspill out, right?" +464200 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ku, Chie-chan!" +464300 ,,,,,1260040,,,,,,,,,,,,,,,"A hot sensation is rising from the base of my cock,\nsignaling my limit." +464400 ,,,,,1260040,,,,,,,,,,,,,,,"My own anus is twitching uncontrollably, feeling like it's\nnot even part of my body." +464500 ,,,,,1260040,,千恵,Chie,108_SC06_c_123.wav,chie,,0,,,,,,,,"Hamun!? Nnnn! Daddy's! It's getting bigger and wilder, fa...\nah, afu... nnn! It's going to burst out of my mouth." +464600 ,,,,,1260040,,主人公,,,,,,,,,,,,,Ah! Just hold on a little longer! I'm about to cum! Chie-\nchan! Chie-chan! +464700 ,,,,,1260040,,,,,,,,,,,,,,,"Ah, it's coming out, coming out, coming out!" +464800 ,,,,,1260040,,,,,,,,,,,,,,,It feels like it's going to be too much to fit in her mouth! +464900 ,,,,,1260040,,,,,,,,,,,,,,,What should I do! +465000 ,$menu_begin,,,,1260040,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish in her mouth,sel_1a",,,,1260040,,,,,,,,,,,,,,,■@ Release inside her mouth +↓,"$menu_item 1,Finish outside her mouth,sel_1b",,,,1260040,,,,,,,,,,,,,,,■A Release outside her mouth +↓,$menu_end,,,,1260040,,,,,,,,,,,,,,, +465100 ,*sel_1a,,,,1260040,,,,,,,,,,,,,,,■@ Release inside her mouth +465200 ,,,,,1260040,,,,,,,,,,,,,,,"Ah! I really want Chie-chan to drink my semen! If it doesn't\nfit, I'll just thrust my cock deep into her throat!" +465300 ,,,,,1260040,,,,,,,,,,,,,,,I grab Chie-chan's head and pull her closer to my cock. +465400 ,,,,,1260040,,千恵,Chie,108_SC06_c_124.wav,chie,,0,,,,,,,,"Ngyu!? Nnn, nfu! Nmu! Orohan! Nju~~~~!!" +465500 ,,,,,1260040,,千恵,Chie,108_SC06_c_125.wav,chie,,0,,,,,,,,"Ngu!? Nmu, nbu!? It's coming! Fugu! Nmu!?" +465600 ,,,,,1260040,,主人公,,,,,,,,,,,,,Just a little more! +465700 ,,,,,1260040,,,,,,,,,,,,,,,"Even though she looks like she's struggling, I don't stop my\nhips and continue thrusting my cock into Chie-chan's throat." +465800 ,,,,,1260040,,主人公,,,,,,,,,,,,,Chie-chan! Chie-chan! I'm about to come out!! +465900 ,,,,,1260040,,千恵,Chie,108_SC06_c_126.wav,chie,,0,,,,,,,,"Nguh! Juchururu...! Juru, jupu! Chu, chuuuuuu! If you\nrelease it now, it'll spill out of my throat!" +466000 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ah, it's coming out!" +466100 ,,,,,1260040,,千恵,Chie,108_SC06_c_127.wav,chie,,0,,,,,,,,Amuuu! Daddy! Daddy! +466200 ,,,,,1260040,,,,,,,,,,,,,,,"As Chie-chan sucks on my cock, she calls my name over and\nover again!" +466300 ,,,,,1260040,,主人公,,,,,,,,,,,,,Kuaaaa! +466400 ,,,,,1260040,,,,,,,,,,,,,,,"My cock bounces wildly, twisting deep into her throat." +466600 ,,,,,1260050,,,,,,,,,,,,,,,"――Splurt! Throb, throb!" +466700 ,,,,,1260050,,千恵,Chie,108_SC06_c_128.wav,chie,,0,,,,,,,,Nmbuuu! Habuu! Nguuuu! Abu!? Nguuuuuuuuu! +466800 ,,,,,1260050,,主人公,,,,,,,,,,,,,Uoooohhh... Haaah! +466900 ,,,,,1260050,,,,,,,,,,,,,,,I pour the ejaculated semen straight into Chie-chan's mouth. +467000 ,,,,,1260050,,千恵,Chie,108_SC06_c_129.wav,chie,,0,,,,,,,,Nku... Ngukokoku... Ngyu!? ...Abu! Buaa! +467100 ,,,,,1260050,,,,,,,,,,,,,,,"Chie-chan tries her best to swallow it all, but it seems she\ncan't keep up, and semen overflows from the gap between her\nmouth and my cock." +467200 ,,,,,1260050,,,,,,,,,,,,,,,"And again, the movement of her swallowing throat stimulates\nmy cock!" +467300 ,,,,,1260050,,主人公,,,,,,,,,,,,,"Ah, ah~~~ it's still coming out... Drink it, Chie-chan!" +467400 ,,,,,1260050,,千恵,Chie,108_SC06_c_130.wav,chie,,0,,,,,,,,Puaa... Ngung... I can't drink it all. +467500 ,,,,,1260050,,千恵,Chie,108_SC06_c_131.wav,chie,,0,,,,,,,,"Abu... Pua... Ah, it's hot... I'm drowning..." +467600 ,,,,,1260050,,主人公,,,,,,,,,,,,,Kua... Haaah. +467800 ,,,,,1260060,,千恵,Chie,108_SC06_c_132.wav,chie,,0,,,,,,,,...Pua! Apu... Apuu... +467900 ,,,,,1260060,,,,,,,,,,,,,,,"As I pull my cock out of Chie-chan's mouth, it bounces and\nthe remaining semen splashes onto her." +468000 ,,,,,1260060,,千恵,Chie,108_SC06_c_133.wav,chie,,0,,,,,,,,Amn... Apu... Daddy's semen is spilling from the back of my\nthroat. +468100 ,,,,,1260060,,,,,,,,,,,,,,,The semen she couldn't swallow drips from her small mouth. +468200 ,,,,,1260060,,主人公,,,,,,,,,,,,,"Chie-chan, is the semen tasty?" +468300 ,,,,,1260060,,千恵,Chie,108_SC06_c_134.wav,chie,,0,,,,,,,,Uu... Drinking a lot gives it a weird taste~ +468400 ,,,,,1260060,,主人公,,,,,,,,,,,,,"Well, it's not something delicious, right?" +468500 ,,,,,1260060,,主人公,,,,,,,,,,,,,Still... Phew... I came a lot. +468600 ,,,,,1260060,,千恵,Chie,108_SC06_c_135.wav,chie,,0,,,,,,,,"Haa... Haa... Amazing, Daddy. ...You can release so much." +468700 ,,,,,1260060,,主人公,,,,,,,,,,,,,"Yeah, it's thanks to you, Chie-chan." +468800 ,,,,,1260060,,千恵,Chie,108_SC06_c_136.wav,chie,,0,,,,,,,,Haa... Hafu... Ehehe. +468900 ,,,,,1260060,,,,,,,,,,,,,,,"Chie-chan, with her heavy breathing, is staring at my still\nrock-hard cock." +469000 ,,,,,1260060,,,,,,,,,,,,,,,"Of course, it won't shrink after just one round. Chie-chan\nhasn't even come yet." +469100 ,,,,,1260060,,主人公,,,,,,,,,,,,,"So, Chie-chan, let's have sex like this, okay?" +469200 ,,,,,1260060,,千恵,Chie,108_SC06_c_137.wav,chie,,0,,,,,,,,Haa haa... Okay. +469300 ,,,,,1260060,,,,,,,,,,,,,,,"By the time we finally calmed down, Chie- chan's face was\nalready covered in sticky white fluid." +469400 ,$go join_1,,,,,,,,,,,,,,,,,,, +469500 ,*sel_1b,,,,,,,,,,,,,,,,,,,■A Release outside the mouth +469600 ,,,,,1260040,,,,,,,,,,,,,,,Ah! I really want to cover Chie-chan! I'll release a lot and\nmake her all white! +469700 ,,,,,1260040,,,,,,,,,,,,,,,"Grabbing Chie-chan's head, I thrust shallowly for the final\nspurt!" +469800 ,,,,,1260040,,千恵,Chie,108_SC06_c_138.wav,chie,,0,,,,,,,,"Nmyu!? Nn, jubu! Ju, juruu! Jurururu! Orohan! Juju~~~~!!" +469900 ,,,,,1260040,,千恵,Chie,108_SC06_c_139.wav,chie,,0,,,,,,,,"Chuuuuuu! Juchururu...! Juru, jupu! Okuhi, afuiyo!" +470000 ,,,,,1260040,,主人公,,,,,,,,,,,,,J-just a little more! +470100 ,,,,,1260040,,,,,,,,,,,,,,,"Even though it hits her teeth and pushes her cheeks from the\ninside, I don't stop my hips and keep thrusting." +470200 ,,,,,1260040,,主人公,,,,,,,,,,,,,Chie-chan! Chie-chan! I'm about to come!! +470300 ,,,,,1260040,,千恵,Chie,108_SC06_c_140.wav,chie,,0,,,,,,,,"Nguu! Juchururu...! Chupu, ju, jurururu, chuchuuu! Jupu!\nDaddy, it's coming out of my mouth." +470400 ,,,,,1260040,,主人公,,,,,,,,,,,,,"Ah, it's coming out!" +470500 ,,,,,1260040,,千恵,Chie,108_SC06_c_141.wav,chie,,0,,,,,,,,Amuu! Daddy! Daddy! +470600 ,,,,,1260040,,,,,,,,,,,,,,,"As Chie-chan sucks my cock, she calls my name over and over\nagain!" +470700 ,,,,,1260040,,主人公,,,,,,,,,,,,,Kuaaaa! +470800 ,,,,,1260040,,,,,,,,,,,,,,,"My cock bounces wildly, and I pull back my hips to yank it\nout completely." +471000 ,,,,,1260061,,,,,,,,,,,,,,,――Splat! Splurt splurt spluuuuurt! +471100 ,,,,,1260061,,千恵,Chie,108_SC06_c_142.wav,chie,,0,,,,,,,,"Ha, puahhh! Ahhh! Hapu!? Nmmuuuuuuuu!" +471200 ,,,,,1260061,,主人公,,,,,,,,,,,,,Fuaaaahhh... ha ha! Fuhaa! +471300 ,,,,,1260061,,,,,,,,,,,,,,,"My cock spews semen repeatedly, covering Chie-chan's entire\nbody in white." +471400 ,,,,,1260061,,千恵,Chie,108_SC06_c_143.wav,chie,,0,,,,,,,,Apu... abubu... can't open my eyes... abu!? The semen is\ngetting into my mouth! +471500 ,,,,,1260061,,,,,,,,,,,,,,,"Semen drips down Chie-chan's face, making it impossible for\nher to open her eyes or breathe without it getting in." +471600 ,,,,,1260061,,,,,,,,,,,,,,,I lightly stroke my cock to release the rest. +471700 ,,,,,1260061,,主人公,,,,,,,,,,,,,"Ah, ah~~~ there's still more... I'm going to cover you,\nChie-chan!" +471800 ,,,,,1260061,,千恵,Chie,108_SC06_c_144.wav,chie,,0,,,,,,,,Hepuah... abu... I can't breathe. +471900 ,,,,,1260061,,千恵,Chie,108_SC06_c_145.wav,chie,,0,,,,,,,,"Abu... pua... ah, it's hot... I'm drowning..." +472000 ,,,,,1260061,,主人公,,,,,,,,,,,,,Kua... haa. +472100 ,,,,,1260061,,千恵,Chie,108_SC06_c_146.wav,chie,,0,,,,,,,,Amn... apu... I'm all sticky with Daddy's semen. +472200 ,,,,,1260061,,,,,,,,,,,,,,,"The semen on Chie-chan's body drips down, falling in blobs." +472300 ,,,,,1260061,,主人公,,,,,,,,,,,,,"Chie-chan, you're all sticky, huh?" +472400 ,,,,,1260061,,千恵,Chie,108_SC06_c_147.wav,chie,,0,,,,,,,,Uu... uuuu... like a slime~ +472500 ,,,,,1260061,,主人公,,,,,,,,,,,,,"A slime, huh..." +472600 ,,,,,1260061,,,,,,,,,,,,,,,Is it really that sticky? +472700 ,,,,,1260061,,主人公,,,,,,,,,,,,,Even so... phew... that was a lot. +472800 ,,,,,1260061,,千恵,Chie,108_SC06_c_148.wav,chie,,0,,,,,,,,"Haa... haa... amazing, Daddy. ...You can release so much." +472900 ,,,,,1260061,,主人公,,,,,,,,,,,,,"Yeah, it's thanks to you, Chie-chan." +473000 ,,,,,1260061,,千恵,Chie,108_SC06_c_149.wav,chie,,0,,,,,,,,Haa... hafu... ehehe. +473100 ,,,,,1260061,,,,,,,,,,,,,,,"Chie-chan, with her heavy breathing, is staring at my still\nrock-hard cock." +473200 ,,,,,1260061,,,,,,,,,,,,,,,"Of course, it's not going to shrink after just one round.\nChie-chan hasn't come yet either." +473300 ,,,,,1260061,,主人公,,,,,,,,,,,,,"So, Chie-chan, let's keep going, okay?" +473400 ,,,,,1260061,,千恵,Chie,108_SC06_c_150.wav,chie,,0,,,,,,,,Haa haa... okay. +473500 ,*join_1,,,,,,,,,,,,,,,,,,,■Join +473700 ,,,9,,1261000,,,,,,,,,,,,,,,I push Chie-chan down onto the futon and spread her legs. +473800 ,,,,,1261000,,主人公,,,,,,,,,,,,,"Chie-chan, your pussy is already wet, huh?" +473900 ,,,,,1261000,,千恵,Chie,108_SC06_c_151.wav,chie,,0,,,,,,,,It's because Daddy was teasing me. +474000 ,,,,,1261000,,,,,,,,,,,,,,,"After the rough blowjob, she's panting and dazed." +474100 ,,,,,1261000,,主人公,,,,,,,,,,,,,"Chie-chan, do you want the cock? Can you say it?" +474200 ,,,,,1261000,,千恵,Chie,108_SC06_c_152.wav,chie,,0,,,,,,,,"Eh~... hmm, I might want it..." +474300 ,,,,,1261000,,千恵,Chie,108_SC06_c_153.wav,chie,,0,,,,,,,,Daddy made me feel good halfway... it's kind of tingly. +474400 ,,,,,1261000,,,,,,,,,,,,,,,"Ah, I only teased her pussy halfway. I didn't make her come." +474500 ,,,,,1261000,,主人公,,,,,,,,,,,,,"Sorry, Chie-chan. It was unfair of me to come alone." +474600 ,,,,,1261000,,千恵,Chie,108_SC06_c_154.wav,chie,,0,,,,,,,,"That's right, Daddy's unfair." +474700 ,,,,,1261000,,主人公,,,,,,,,,,,,,"Then, I'll make sure Chie-chan comes too." +474800 ,,,,,1261000,,千恵,Chie,108_SC06_c_155.wav,chie,,0,,,,,,,,"...But if Daddy's already tired, it's okay, Chie-chan\ndoesn't mind." +474900 ,,,,,1261000,,主人公,,,,,,,,,,,,,"No way. I'm not tired, and besides, I want Chie-chan to feel\ngood too." +475000 ,,,,,1261000,,主人公,,,,,,,,,,,,,"We both need to feel good, right? We just had a wedding\nceremony, after all." +475100 ,,,,,1261000,,千恵,Chie,108_SC06_c_156.wav,chie,,0,,,,,,,,...... +475200 ,,,,,1261000,,主人公,,,,,,,,,,,,,We'll always be together for happy and pleasurable moments. +475400 ,,,,,1261010,,千恵,Chie,108_SC06_c_157.wav,chie,,0,,,,,,,,Uh... yeah. +475500 ,,,,,1261010,,,,,,,,,,,,,,,Chie's face turned bright red. +475600 ,,,,,1261010,,,,,,,,,,,,,,,Could it be... is she feeling shy? +475700 ,,,,,1261010,,,,,,,,,,,,,,,"Wow, it's really nice when a straightforward girl gets\nbashful." +475800 ,,,,,1261010,,,,,,,,,,,,,,,"As she grows up, she'll understand more things and show\ndifferent sides of herself." +475900 ,,,,,1261010,,,,,,,,,,,,,,,Ah... I'm looking forward to it. +476000 ,,,,,1261010,,主人公,,,,,,,,,,,,,"Let's always be together, Chie-chan." +476100 ,,,,,1261010,,千恵,Chie,108_SC06_c_158.wav,chie,,0,,,,,,,,"Yeah, Daddy... I love you." +476200 ,,,,,1261010,,主人公,,,,,,,,,,,,,I love you too... +476300 ,,,,,1261010,,,,,,,,,,,,,,,Well then... +476500 ,,,,,1261020,,千恵,Chie,108_SC06_c_159.wav,chie,,0,,,,,,,,Uh... yeah! Daddy's cock... it feels like it's going deeper\nthan before. +476600 ,,,,,1261020,,,,,,,,,,,,,,,"As I move my hips forward, Chie's pussy eagerly welcomes my\ncock." +476700 ,,,,,1261020,,,,,,,,,,,,,,,"With a slick lubrication, it quickly slides in all the way\nto the base." +476800 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Ah, maybe Chie's body has become ready to welcome Daddy's\ncock?" +476900 ,,,,,1261020,,千恵,Chie,108_SC06_c_160.wav,chie,,0,,,,,,,,Hah... huh... really? Is that so? +477000 ,,,,,1261020,,主人公,,,,,,,,,,,,,"We had a wedding ceremony, so maybe Chie- chan's feelings\nare ready to accept it too?" +477100 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Look, today Chie-chan even licked my cock for me." +477200 ,,,,,1261020,,千恵,Chie,108_SC06_c_161.wav,chie,,0,,,,,,,,Ah... maybe so. +477300 ,,,,,1261020,,,,,,,,,,,,,,,Chie-chan says with a smile. +477400 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Then I'll do my best to move, so Chie-chan, you enjoy it\ntoo, okay?" +477500 ,,,,,1261020,,千恵,Chie,108_SC06_c_162.wav,chie,,0,,,,,,,,Got it... Chie-chan will make Daddy's cock feel good. +477600 ,,,,,1261020,,,,,,,,,,,,,,,"Ohhh. To think she can say something like that, she's grown\nup to be such a good girl." +477700 ,,,,,1261020,,主人公,,,,,,,,,,,,,Huh... nngh. +477800 ,,,,,1261020,,千恵,Chie,108_SC06_c_163.wav,chie,,0,,,,,,,,Ha... guh! Nnngh! Daddy's... started moving... ahhh...!\nFah... ahhh! +477900 ,,,,,1261020,,,,,,,,,,,,,,,"Chie-chan's pussy is soft but still tight, wrapping around\nmy cock as if trying to accept it." +478000 ,,,,,1261020,,千恵,Chie,108_SC06_c_164.wav,chie,,0,,,,,,,,"...Ahh... ngh, ah, ah, ah, nngh... Daddy... Chie-chan likes\nit when you come in..." +478100 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Is that so, Chie-chan?" +478200 ,,,,,1261020,,千恵,Chie,108_SC06_c_165.wav,chie,,0,,,,,,,,"Yeah, when Daddy pulls out of Chie-chan's pussy, it feels\nlonely..." +478300 ,,,,,1261020,,主人公,,,,,,,,,,,,,I see. Then should I move deeper inside? +478400 ,,,,,1261020,,千恵,Chie,108_SC06_c_166.wav,chie,,0,,,,,,,,"Yeah, Daddy... come deeper into Chie-chan." +478500 ,,,,,1261020,,,,,,,,,,,,,,,"Being asked for my cock by a little girl, as an adult, I\nhave to respond to her request." +478600 ,,,,,1261020,,,,,,,,,,,,,,,"I thrust deep into her pussy, moving my hips to tease the\nwalls with the tip." +478700 ,,,,,1261020,,千恵,Chie,108_SC06_c_167.wav,chie,,0,,,,,,,,Nnngh!! Hyaaah! Ahh! +478800 ,,,,,1261020,,,,,,,,,,,,,,,"With just a slight movement of my hips, Chie- chan lets out\na voice and her body trembles." +478900 ,,,,,1261020,,千恵,Chie,108_SC06_c_168.wav,chie,,0,,,,,,,,Ahhh! Ngh... the baby's room... being stroked by Daddy's\ncock. +479000 ,,,,,1261020,,千恵,Chie,108_SC06_c_169.wav,chie,,0,,,,,,,,"Ahh, nnngh...! Daddy... ahh! Ku, ah, more... kuh! Stroke it\nmore..." +479100 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Ah... ugh, yeah!" +479200 ,,,,,1261020,,,,,,,,,,,,,,,"Ugh... I just came, so my cock is sensitive." +479300 ,,,,,1261020,,,,,,,,,,,,,,,And teasing with the tip is the same as having the tip\nteased. +479400 ,,,,,1261020,,,,,,,,,,,,,,,Uwah... it feels so good it's almost painful! +479500 ,,,,,1261020,,主人公,,,,,,,,,,,,,Is this what you mean by stroking? +479600 ,,,,,1261020,,千恵,Chie,108_SC06_c_170.wav,chie,,0,,,,,,,,Fuwaa... Daddy's cock... is swirling inside Chie-chan. +479700 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Yeah, just moving in and out feels more like hitting than\nstroking. So, like drawing a circle... stroke, stroke." +479800 ,,,,,1261020,,千恵,Chie,108_SC06_c_171.wav,chie,,0,,,,,,,,Nnngh...! Hii! Inside my pussy... it tickles! +479900 ,,,,,1261020,,主人公,,,,,,,,,,,,,"But it feels good, right?" +480000 ,,,,,1261020,,千恵,Chie,108_SC06_c_172.wav,chie,,0,,,,,,,,"Yeah... it feels good! Ah, ahh! Nn, nnn! Stroking feels so\ngood!" +480100 ,,,,,1261020,,,,,,,,,,,,,,,"Every time I stimulate the walls with the tip, love juices\nspill out from Chie-chan's pussy." +480200 ,,,,,1261020,,,,,,,,,,,,,,,Chie-chan is so naughty. +480300 ,,,,,1261020,,,,,,,,,,,,,,,"Well, it's only natural since I spent a lot of time\ncaressing her before. With this much wetness, I can move\nfaster without worry." +480400 ,,,,,1261020,,,,,,,,,,,,,,,I gradually changed my hip movements to a faster pace. +480600 ,,,,,1261030,,千恵,Chie,108_SC06_c_173.wav,chie,,0,,,,,,,,Ahh... ahaha! Daddy... Chie-chan... ahh! Chie-chan is...! +480700 ,,,,,1261030,,主人公,,,,,,,,,,,,,"Ugh... kuh! Ah, what's wrong?" +480800 ,,,,,1261030,,千恵,Chie,108_SC06_c_174.wav,chie,,0,,,,,,,,"D-Daddy is inside... I'm happy... nn! Nnn! Ah, ahh! I'm\nhappy." +480900 ,,,,,1261030,,主人公,,,,,,,,,,,,,Daddy is also very happy to be inside Chie- chan. +481000 ,,,,,1261030,,千恵,Chie,108_SC06_c_175.wav,chie,,0,,,,,,,,"Nfuu! Ehehe... ahhhhh! Ah, ahh! It's mutual love, right?" +481100 ,,,,,1261030,,主人公,,,,,,,,,,,,,"That's right, that's why we had a wedding ceremony earlier,\nisn't it?" +481200 ,,,,,1261030,,千恵,Chie,108_SC06_c_176.wav,chie,,0,,,,,,,,"Y-yeah. Chie-chan's pussy, nn! Loves Daddy's cock... nn, nn!\nAh... ahh...!" +481300 ,,,,,1261030,,千恵,Chie,108_SC06_c_177.wav,chie,,0,,,,,,,,"Daddy's cock, ahh! Fuaaah! Ahhh! Chie-chan's pussy loves\nit... right!" +481400 ,,,,,1261030,,主人公,,,,,,,,,,,,,"O-of course, Chie-chan! Daddy's cock loves Chie-chan's\npussy, I'll show you!" +481500 ,,,,,1261030,,千恵,Chie,108_SC06_c_178.wav,chie,,0,,,,,,,,Ahh...! Nnnngh! Hiiiuu...! Yeah! Yeah! +481600 ,,,,,1261030,,,,,,,,,,,,,,,"I thrust repeatedly, stirring Chie-chan's pussy with a\nsquelching sound." +481700 ,,,,,1261030,,,,,,,,,,,,,,,"As if not to be outdone, Chie-chan's pussy clings tightly to\nmy cock." +481800 ,,,,,1261030,,千恵,Chie,108_SC06_c_179.wav,chie,,0,,,,,,,,"Ah, it's good! Nfuuu! Daddy! Naaahhh! More, more!" +481900 ,,,,,1261030,,主人公,,,,,,,,,,,,,"Ah... ah, I got it!" +482000 ,,,,,1261030,,千恵,Chie,108_SC06_c_180.wav,chie,,0,,,,,,,,"Hifu!? Ahk, ahh! Hiiiuu! Ah, auuu!" +482100 ,,,,,1261030,,,,,,,,,,,,,,,"I move my cock vigorously, as if to pound it in response to\nher expectations." +482200 ,,,,,1261030,,,,,,,,,,,,,,,Her small body and small pussy. I move my hips as if it\nmight really break. +482300 ,,,,,1261030,,千恵,Chie,108_SC06_c_181.wav,chie,,0,,,,,,,,"Agh! Fwaa, ah, ah, ah! Hiiiuuuu! Ah ah, ahhhh---!" +482400 ,,,,,1261030,,千恵,Chie,108_SC06_c_182.wav,chie,,0,,,,,,,,"Auuu, arama! I'm all messed up auuuu! D-Daddy... Daddy!" +482500 ,,,,,1261030,,主人公,,,,,,,,,,,,,"Yeah, Chie-chan, Chie-chan! I'll give you more, so much\nmore!" +482600 ,,,,,1261030,,,,,,,,,,,,,,,"I lean over and bring my face to Chie-chan's breasts, gently\nnibbling on her nipples." +482700 ,,,,,1261020,,千恵,Chie,108_SC06_c_183.wav,chie,,0,,,,,,,,Nnyuuu---! My breasts are being nibbled... auuu! It tingles! +482800 ,,,,,1261020,,主人公,,,,,,,,,,,,,Do your breasts feel good? +482900 ,,,,,1261020,,千恵,Chie,108_SC06_c_184.wav,chie,,0,,,,,,,,"They do, but it hurts... my breasts are getting all stiff...\nnguuu!" +483000 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Oh, did it hurt? I'm sorry, then I'll have to lick them to\nmake it better... lero lero, chu chu~~!" +483100 ,,,,,1261020,,千恵,Chie,108_SC06_c_185.wav,chie,,0,,,,,,,,Ahhh! Ahk! It tickles... hiiiuuun! Fwaaaaah! +483200 ,,,,,1261020,,主人公,,,,,,,,,,,,,Chu~... chuchu~. Peropero +483300 ,,,,,1261020,,千恵,Chie,108_SC06_c_186.wav,chie,,0,,,,,,,,"Daddy, ah... I'm turning into a baby again!" +483400 ,,,,,1261020,,,,,,,,,,,,,,,"With every stimulation, her pussy's movements became more\nintense, and the sensation of ejaculation was getting\ncloser." +483500 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Nn, ah, no, Chie-chan! Daddy's about to come!" +483600 ,,,,,1261020,,千恵,Chie,108_SC06_c_187.wav,chie,,0,,,,,,,,Huff huff! Ch-Chie-chan... just a little more... I can't\nhold it anymore! +483700 ,,,,,1261020,,主人公,,,,,,,,,,,,,Ugh... +483800 ,,,,,1261020,,,,,,,,,,,,,,,"This is bad, at this rate, Chie-chan might not be able to\nfinish." +483900 ,,,,,1261020,,,,,,,,,,,,,,,I have to make her feel good somehow. +484000 ,,,,,1261020,,主人公,,,,,,,,,,,,,"Then, Chie-chan, let's play with this too." +484100 ,,,,,1261030,,千恵,Chie,108_SC06_c_188.wav,chie,,0,,,,,,,,Agh! There... ah! It's tingling~~! +484200 ,,,,,1261030,,,,,,,,,,,,,,,I peel back the clitoral hood and roll it with the pad of my\nfinger a bit more firmly. +484300 ,,,,,1261030,,千恵,Chie,108_SC06_c_189.wav,chie,,0,,,,,,,,"Ah! Huff! Nnn! Daddy! Chie-chan, my pussy... and my\nbreasts... are twitching." +484400 ,,,,,1261030,,主人公,,,,,,,,,,,,,"You're about to come, aren't you!" +484500 ,,,,,1261030,,千恵,Chie,108_SC06_c_190.wav,chie,,0,,,,,,,,"Yeah... t-together, ah, ah! Nku! Fu... nngh! Ah, ahhh! I'm\ncoming, I'm going to come! Daddy!" +484600 ,,,,,1261030,,主人公,,,,,,,,,,,,,"Ah, Daddy's coming too!" +484700 ,,,,,1261030,,,,,,,,,,,,,,,"I move my hips as if to crush Chie-chan's body, repeating\nstrong thrusts that feel like they might break us both." +484800 ,,,,,1261030,,,,,,,,,,,,,,,"Splash! Splash! Splash! Like a broken faucet, love juices\noverflow again and again." +484900 ,,,,,1261030,,,,,,,,,,,,,,,"The futon and our lower bodies are soaking wet, as if we had\nwet the bed." +485000 ,,,,,1261030,,千恵,Chie,108_SC06_c_191.wav,chie,,0,,,,,,,,"Ah, ah! Nnnnn! I'm, I'm going to come~~~!" +485100 ,,,,,1261030,,主人公,,,,,,,,,,,,,D-Daddy too! +485200 ,,,,,1261030,,,,,,,,,,,,,,,"Chie-chan's body twitches repeatedly with small convulsions,\nsignaling that she's truly at her limit." +485300 ,,,,,1261030,,主人公,,,,,,,,,,,,,"Ahhh! After holding back, it feels like so much is going to\ncome out!" +485400 ,,,,,1261030,,千恵,Chie,108_SC06_c_192.wav,chie,,0,,,,,,,,"Let it out... Chie-chan, already... already!" +485500 ,,,,,1261030,,主人公,,,,,,,,,,,,,Got it! +485600 ,,,,,1261030,,,,,,,,,,,,,,,"Ah, it feels like my brain and balls are boiling!" +485700 ,,,,,1261030,,,,,,,,,,,,,,,Where should I release this boiling sensation! +485800 ,$menu_begin,,,,1261030,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_2a",,,,1261030,,,,,,,,,,,,,,,■@ Release inside +↓,"$menu_item 1,Finish outside,sel_2b",,,,1261030,,,,,,,,,,,,,,,■A Release outside +↓,$menu_end,,,,1261030,,,,,,,,,,,,,,, +485900 ,*sel_2a,,,,1261030,,,,,,,,,,,,,,,■@ Release inside +486000 ,,,,,1261030,,,,,,,,,,,,,,,It has to be inside! +486100 ,,,,,1261030,,,,,,,,,,,,,,,I'll engrave the proof of marrying Chie-chan inside her\npussy! +486200 ,,,,,1261030,,千恵,Chie,108_SC06_c_193.wav,chie,,0,,,,,,,,No more! Daddy... no more! My pussy is going crazy! +486300 ,,,,,1261030,,主人公,,,,,,,,,,,,,Ah! I'm going to release it! I'll release a lot inside your\npussy! +486400 ,,,,,1261030,,千恵,Chie,108_SC06_c_194.wav,chie,,0,,,,,,,,"Yes! Yes! Ah, nn! Daddy! Ahhh! Fuah! Hyaaaaaaa!" +486500 ,,,,,1261030,,,,,,,,,,,,,,,I pulled Chie-chan close and thrust my cock deep inside her. +486600 ,,,,,1261030,,主人公,,,,,,,,,,,,,Chie-chan! Chie-chaaaaaan! +486700 ,,,,,1261030,,千恵,Chie,108_SC06_c_195.wav,chie,,0,,,,,,,,Daddy! Daddyyyy! Fuwaaah!? ...Ahhh! Fuhyaaaaaaa! +486900 ,,,,,1261040,,,,,,,,,,,,,,,――Splurt! Splurt! Splurt! +487000 ,,,,,1261040,,千恵,Chie,108_SC06_c_196.wav,chie,,0,,,,,,,,"Hyaaaaaa! Ahh!? Ahhh! Ah, ah, ahhhhh!!" +487100 ,,,,,1261040,,主人公,,,,,,,,,,,,,Uggghhhh! +487200 ,,,,,1261040,,,,,,,,,,,,,,,My thighs and butt are trembling as if my entire lower body\nis helping with the ejaculation. +487300 ,,,,,1261040,,,,,,,,,,,,,,,And I pour an unbelievable amount of semen inside Chie-chan. +487400 ,,,,,1261040,,千恵,Chie,108_SC06_c_197.wav,chie,,0,,,,,,,,"Fua, ahh!? Ahhh! My tummy... it's going to burst..." +487500 ,,,,,1261040,,主人公,,,,,,,,,,,,,Ahhh! Nngh! Ahh! S-such a huge amount! +487600 ,,,,,1261040,,,,,,,,,,,,,,,"――Splurt! Splurt! Splurt... Drip, drip, drip." +487700 ,,,,,1261040,,千恵,Chie,108_SC06_c_198.wav,chie,,0,,,,,,,,Daddy's... haah haah... it's spilling out of Chie-chan...\nlike I'm wetting myself. +487800 ,,,,,1261040,,主人公,,,,,,,,,,,,,Huh? ...Wow... it's true. +487900 ,,,,,1261040,,,,,,,,,,,,,,,"A large amount of love juices and semen flow out from\nbetween Chie-chan's pussy and my cock, creating a puddle on\nthe futon." +488000 ,,,,,1261040,,,,,,,,,,,,,,,...The world's most erotic puddle. +488100 ,,,,,1261040,,千恵,Chie,108_SC06_c_199.wav,chie,,0,,,,,,,,Haah haah... nnnn! Daddy... my tummy... it's tight. +488200 ,,,,,1261040,,主人公,,,,,,,,,,,,,"Yeah, that's right. It's overflowing so much. It's really\nfull, isn't it? ...Alright." +488300 ,,,,,1261040,,,,,,,,,,,,,,,"When I pull out my cock," +488500 ,,,,,1261050,,,,,,,,,,,,,,,――Splurt! +488600 ,,,,,1261050,,千恵,Chie,108_SC06_c_200.wav,chie,,0,,,,,,,,Aghn!? +488700 ,,,,,1261050,,主人公,,,,,,,,,,,,,Whoa! +488800 ,,,,,1261050,,,,,,,,,,,,,,,Semen bursts out from Chie-chan's pussy with such force that\nit splashes onto me. +488900 ,,,,,1261050,,,,,,,,,,,,,,,"It's like filling a balloon with water, as semen gushes out." +489000 ,,,,,1261050,,千恵,Chie,108_SC06_c_201.wav,chie,,0,,,,,,,,Haah... haah... haah... fuaah... +489100 ,,,,,1261050,,主人公,,,,,,,,,,,,,That's an incredible amount... +489200 ,,,,,1261050,,千恵,Chie,108_SC06_c_202.wav,chie,,0,,,,,,,,Phew... phew... will Chie-chan have a baby? +489300 ,,,,,1261050,,主人公,,,,,,,,,,,,,"No, your body isn't made that way, so it's okay." +489400 ,,,,,1261050,,,,,,,,,,,,,,,"...If it were, we'd probably have a huge number of kids all\nat once." +489500 ,,,,,1261050,,千恵,Chie,108_SC06_c_203.wav,chie,,0,,,,,,,,Haa haa... Daddy... can I just fall asleep like this...? +489600 ,,,,,1261050,,主人公,,,,,,,,,,,,,Hmm. +489700 ,,,,,1261050,,,,,,,,,,,,,,,The futon and our bodies are soaked with love juices and\nsemen... +489800 ,,,,,1261050,,,,,,,,,,,,,,,"If we sleep like this, waking up in the morning would be\nterrible." +489900 ,,,,,1261050,,主人公,,,,,,,,,,,,,"Shall we take a bath, just in case?" +490000 ,,,,,1261050,,千恵,Chie,108_SC06_c_204.wav,chie,,0,,,,,,,,Ehh... +490100 ,,,,,1261050,,主人公,,,,,,,,,,,,,Don't you want to go with Daddy? +490200 ,,,,,1261050,,千恵,Chie,108_SC06_c_205.wav,chie,,0,,,,,,,,"Hmm, we've done it a few times." +490300 ,,,,,1261050,,主人公,,,,,,,,,,,,,"Well, it's fine... Today we're not going in as parent and\nchild, but as newlyweds." +490400 ,,,,,1261050,,千恵,Chie,108_SC06_c_206.wav,chie,,0,,,,,,,,Ah... that's right. +490500 ,,,,,1261050,,,,,,,,,,,,,,,Chie-chan lightly blushes. +490600 ,,,,,1261050,,千恵,Chie,108_SC06_c_207.wav,chie,,0,,,,,,,,Okay... then let's go. +490700 ,$go join_2,,,,,,,,,,,,,,,,,,, +490800 ,*sel_2b,,,,,,,,,,,,,,,,,,,■A Release outside +490900 ,,,,,1261030,,,,,,,,,,,,,,,I really want to spray it here! +491000 ,,,,,1261030,,,,,,,,,,,,,,,I'll make Chie-chan pure white like a wedding dress! +491100 ,,,,,1261030,,千恵,Chie,108_SC06_c_208.wav,chie,,0,,,,,,,,Fuaaah! My pussy... it's at its limit... Daddy... no more! +491200 ,,,,,1261030,,主人公,,,,,,,,,,,,,Ah! Daddy's going to release too! I'll cover Chie-chan's\nbody with lots of it! +491300 ,,,,,1261030,,千恵,Chie,108_SC06_c_209.wav,chie,,0,,,,,,,,"Yes! Yes! Ah, nn! Daddy! Cover Chie-chan! Fuaaah!\nHiiiaaaaahhhhhh!" +491400 ,,,,,1261030,,,,,,,,,,,,,,,"I pull Chie-chan close to me and thrust my cock deep inside\nher, waiting for her to tighten around me." +491500 ,,,,,1261030,,,,,,,,,,,,,,,"Then, the moment her pussy clings to me, I pull out all at\nonce, stimulating her entirely." +491600 ,,,,,1261030,,主人公,,,,,,,,,,,,,Chie-chan! Chie-chaaaaaan! +491700 ,,,,,1261030,,,,,,,,,,,,,,,"The folds wrap around the head and the underside, creating\nan insane sensation of ejaculation!" +491800 ,,,,,1261030,,千恵,Chie,108_SC06_c_210.wav,chie,,0,,,,,,,,Daddy! Daddy! Fuaaaah!? ...Ahhhh! Fuhyaaaaaaaaah! +492000 ,,,,,1261051,,,,,,,,,,,,,,,――Sploosh!! Splurt! Splurt splurt splurt! +492100 ,,,,,1261051,,千恵,Chie,108_SC06_c_211.wav,chie,,0,,,,,,,,Hiaaaaah! It's hot!? Ahp! Ahhh! Ahh! Ahh!? +492200 ,,,,,1261051,,主人公,,,,,,,,,,,,,Ugggggh! +492300 ,,,,,1261051,,,,,,,,,,,,,,,My thighs and butt tremble as if my entire lower body is\nhelping with the ejaculation. +492400 ,,,,,1261051,,,,,,,,,,,,,,,And I cover Chie-chan's body with an unbelievable amount of\nsemen. +492500 ,,,,,1261051,,千恵,Chie,108_SC06_c_212.wav,chie,,0,,,,,,,,"Faa, ahhh! It's hot! Daddy's semen... it's burning..." +492600 ,,,,,1261051,,主人公,,,,,,,,,,,,,Ahhh! Nngh! Ahh! There's more! There's still more! +492700 ,,,,,1261051,,,,,,,,,,,,,,,――Splurt splurt splurt! ...Splat... splat splat splat... +492800 ,,,,,1261051,,千恵,Chie,108_SC06_c_213.wav,chie,,0,,,,,,,,Daddy's... haah haah... all over Chie- chan... it's hot. +492900 ,,,,,1261051,,主人公,,,,,,,,,,,,,Haah haah... Ugh! +493000 ,,,,,1261051,,,,,,,,,,,,,,,"Semen keeps shooting out from my cock, creating a puddle on\nChie-chan's body." +493100 ,,,,,1261051,,,,,,,,,,,,,,,...I can't believe this much was inside my balls. +493200 ,,,,,1261051,,千恵,Chie,108_SC06_c_214.wav,chie,,0,,,,,,,,Haah haah... Daddy... you came a lot. +493300 ,,,,,1261051,,主人公,,,,,,,,,,,,,Y-yeah... it's an incredible amount... +493400 ,,,,,1261051,,千恵,Chie,108_SC06_c_215.wav,chie,,0,,,,,,,,"Haah... haah... haah... Faaah... If you came inside Chie-\nchan's pussy, my belly might have burst." +493500 ,,,,,1261051,,,,,,,,,,,,,,,Don't say scary things. +493600 ,,,,,1261051,,主人公,,,,,,,,,,,,,"But with this amount, it might not have fit." +493700 ,,,,,1261051,,千恵,Chie,108_SC06_c_216.wav,chie,,0,,,,,,,,Eh~? So Daddy's... can't fit in Chie-chan's pussy...? +493800 ,,,,,1261051,,主人公,,,,,,,,,,,,,It's okay... you'll grow bigger from now on. +493900 ,,,,,1261051,,千恵,Chie,108_SC06_c_217.wav,chie,,0,,,,,,,,Even my pussy...? +494000 ,,,,,1261051,,主人公,,,,,,,,,,,,,"Yeah, even your pussy." +494100 ,,,,,1261051,,,,,,,,,,,,,,,"Well... but if that happens, she'll probably get her period,\nand I won't be able to do it inside." +494200 ,,,,,1261051,,千恵,Chie,108_SC06_c_218.wav,chie,,0,,,,,,,,Ehehe... yay. +494300 ,,,,,1261051,,,,,,,,,,,,,,,"...Hmm, maybe I shouldn't think too deeply about it." +494400 ,,,,,1261051,,千恵,Chie,108_SC06_c_219.wav,chie,,0,,,,,,,,Haah haah... Daddy... can I just fall asleep like this...? +494500 ,,,,,1261051,,主人公,,,,,,,,,,,,,Hmm. +494600 ,,,,,1261051,,,,,,,,,,,,,,,The futon and our bodies are sticky with love juices and\nsemen... +494700 ,,,,,1261051,,,,,,,,,,,,,,,"If we sleep like this, waking up in the morning will be\nterrible." +494800 ,,,,,1261051,,主人公,,,,,,,,,,,,,"Shall we take a bath, just in case?" +494900 ,,,,,1261051,,千恵,Chie,108_SC06_c_220.wav,chie,,0,,,,,,,,Ehh... +495000 ,,,,,1261051,,主人公,,,,,,,,,,,,,Don't you want to go with Daddy? +495100 ,,,,,1261051,,千恵,Chie,108_SC06_c_221.wav,chie,,0,,,,,,,,"Hmm, we've done it a few times." +495200 ,,,,,1261051,,主人公,,,,,,,,,,,,,"Well, it's fine... today we're not going in as parent and\nchild, but as newlyweds." +495300 ,,,,,1261051,,千恵,Chie,108_SC06_c_222.wav,chie,,0,,,,,,,,Ah... +495400 ,,,,,1261051,,,,,,,,,,,,,,,Chie-chan lightly blushes. +495500 ,,,,,1261051,,千恵,Chie,108_SC06_c_223.wav,chie,,0,,,,,,,,Okay... then let's get in. +495600 ,*join_2,,,,,,,,,,,,,,,,,,,■Joining +495700 ,$event_return,,,,,,,,,,,,,,,,,,, +495900 ,,,8,73,,,,,,,,,,,,,,,,"Covered in each other's fluids, we decided to take a bath\ntogether." +496000 ,,,,,1101000,,千恵,Chie,108_SC06_c_224.wav,"chie,nude",,1,,,,,,,,Phew... it feels so nice. +496100 ,,,,,1101000,,主人公,,,chie,,1,,,,,,,,"Oh? Which felt better, the bath or the sex earlier?" +496200 ,,,,,1101020,,千恵,Chie,108_SC06_c_225.wav,chie,,22,,,,,,,,Hmm... probably the sex. +496300 ,,,,,1101020,,主人公,,,chie,,22,,,,,,,,"Haha, hearing that makes Daddy happy." +496400 ,,,,,1101010,,千恵,Chie,108_SC06_c_226.wav,chie,,13,,,,,,,,"Which did you think felt better, Daddy?" +496500 ,,,,,1101010,,主人公,,,chie,,13,,,,,,,,"Hmm, maybe the bath?" +496600 ,,,,,1101020,,千恵,Chie,108_SC06_c_227.wav,chie,,11,,,,,,,,No way! +496700 ,,,,,1101020,,千恵,Chie,108_SC06_c_228.wav,chie,,31,,,,,,,,...I won't have sex with Daddy anymore. +496800 ,,,,,1101020,,主人公,,,chie,,31,,,,,,,,"No, I'm sorry! I was just joking, Chie- chan." +496900 ,,,,,1101020,,千恵,Chie,108_SC06_c_229.wav,chie,,31,,,,,,,,... +497000 ,,,,,1101000,,千恵,Chie,108_SC06_c_230.wav,chie,,13,,,,,,,,"Pfft... haha! It's okay, Daddy, let's do it again sometime." +497100 ,,,,,1101000,,主人公,,,chie,,13,,,,,,,,Phew... that's a relief. +497200 ,,,,,1101000,,千恵,Chie,108_SC06_c_231.wav,chie,,1,,,,,,,,"Geez, Daddy, you're too flustered." +497300 ,,,,,1101000,,主人公,,,chie,,1,,,,,,,,"But you said you wouldn't let me have sex with you, Chie-\nchan." +497400 ,,,,,1101010,,千恵,Chie,108_SC06_c_232.wav,chie,,2,,,,,,,,"It's okay. Even if you become a real Daddy, Chie-chan will\nstill have sex with you." +497500 ,,,,,1101010,,主人公,,,chie,,2,,,,,,,,Thank you. +497600 ,,,,,1101010,,,,,chie,,2,,,,,,,,...Is that really okay? +497800 ,,,,33,,,,,,,,,,,,,,,,"I wipe my body, change into pajamas, and it's almost\nbedtime." +497900 ,,,,,,,,,,,,,,,,,,,,"For adults, this is when the real night begins, the perfect\ntime for something erotic!" +498000 ,,,,,,,,,,,,,,,,,,,,"But for Chie-chan, this time might be tough, so I guess\nwe'll just sleep quietly tonight." +498100 ,,,,,,,千恵,Chie,108_SC06_c_233.wav,"chieL,pajama",,1,,,,,,,,"Then, Daddy, let's sleep together?" +498200 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"Sure. But if we stick too close, we'll get all sweaty from\nthe heat, you know?" +498300 ,,,,,,,千恵,Chie,108_SC06_c_234.wav,chieL,,21,,,,,,,,I don't mind at all. +498400 ,,,,,,,主人公,,,chieL,,21,,,,,,,,Even though we just took a bath? +498500 ,,,,,,,千恵,Chie,108_SC06_c_235.wav,chieL,,20,,,,,,,,Then we can just take another one. Together with Daddy. +498600 ,,,,,,,主人公,,,chieL,,20,,,,,,,,"If we take too many baths, our skin will get all irritated." +498700 ,,,,,,,千恵,Chie,108_SC06_c_236.wav,chieL,,23,,,,,,,,...? That's never happened to me. +498800 ,,,,,,,主人公,,,chieL,,23,,,,,,,,It happens when you're my age. +498900 ,,,,,,,千恵,Chie,108_SC06_c_237.wav,chieL,,3,,,,,,,,I see. +499000 ,,,,,,,千恵,Chie,108_SC06_c_238.wav,chieL,,1,,,,,,,,"Well, it's fine. Let's sleep together, okay?" +499100 ,,,,,,,主人公,,,chieL,,1,,,,,,,,"Alright, alright." +499200 ,,,,34,,,,,,chieL,,1,,,,,,,,"With that, we lay down on the futon." +499300 ,,,,,,,千恵,Chie,108_SC06_c_239.wav,chieL,,21,,,,,,,,"Chie-chan knows. This is called 'shoya', right?" +499400 ,,,,,,,主人公,,,chieL,,21,,,,,,,,Where did you learn... such a word? +499500 ,,,,,,,千恵,Chie,108_SC06_c_240.wav,chieL,,13,,,,,,,,I forgot... +499600 ,,,,,,,主人公,,,chieL,,13,,,,,,,,But it doesn't matter. You and I will be together forever\nfrom now on. +499700 ,,,,,,,千恵,Chie,108_SC06_c_241.wav,chieL,,22,,,,,,,,Daddy... yeah! It's a promise! +499800 ,,,,,,,主人公,,,chieL,,22,,,,,,,,"Yeah, I won't go anywhere." +499900 ,,,,,,,千恵,Chie,108_SC06_c_242.wav,chieL,,2,,,,,,,,Daddy... I love you. +500000 ,,,,,,,主人公,,,chieL,,2,,,,,,,,"I love you too, Chie-chan." +500100 ,,,,,,,,,,chieL,,2,,,,,,,,"As we exchanged those sweet and happy words, I eventually\ndrifted off to sleep." +500200 ,,,0,9000,,,,,,,,,,,,,,,, +500300 ,@109_SC07,,,,,,,,,,,,,,,,,,, +500700 ,,,,9001,,,,,,,,,,,,,,,,"――Clatter, clatter, clatter, clatter" +500800 ,,,,,,,主人公,,,,,,,,,,,,,...? +500900 ,,,,,,,,,,,,,,,,,,,,What is this sound? +501000 ,,,,,,,,,,,,,,,,,,,,It sounds like something is boiling... that kind of sound. +501100 ,,,,,,,,,,,,,,,,,,,,And this smell tickling my nose. +501200 ,,,,,,,主人公,,,,,,,,,,,,,...Could it be? +501300 ,,,,,,,,,,,,,,,,,,,,Did I fall asleep with something on the stove yesterday!? +501400 ,,,14,31,,,,,,,,,,,,,,,,Oh no! That's bad! It's a wooden structure to give it a\ncandy store feel! +501500 ,,,,,,,,,,,,,,,,,,,,I quickly threw off the futon and rushed to the kitchen. +501600 ,,,,,,,,,,,,,,,,,,,,...And. +501800 ,,,10,,1270000,,,,,,,,,,,,,,, +501900 ,*mem,,,,1270000,,,,,,,,,,,,,,, +502000 ,,,10,,1270000,,主人公,,,,,,,,,,,,,...Chie-chan? +502100 ,,,,,1270000,,千恵,Chie,109_SC07_c_000.wav,"chie,private",,0,,,,,,,,"Ah, good morning, Daddy." +502200 ,,,,,1270000,,主人公,,,,,,,,,,,,,Huh? ...Uh? +502300 ,,,,,1270000,,千恵,Chie,109_SC07_c_001.wav,chie,,0,,,,,,,,"...? Daddy, are you still sleepy?" +502400 ,,,,,1270000,,主人公,,,,,,,,,,,,,"Ah, ah~... that's right!" +502500 ,,,,,1270000,,,,,,,,,,,,,,,"That's right, Chie-chan came to stay over!" +502600 ,,,,,1270000,,,,,,,,,,,,,,,So Chie-chan woke up earlier than me and cooked for us. +502700 ,,,,,1270000,,,,,,,,,,,,,,,...Huh? +502800 ,,,,,1270000,,主人公,,,,,,,,,,,,,"Chie-chan, you can cook?" +502900 ,,,,,1270000,,千恵,Chie,109_SC07_c_002.wav,chie,,0,,,,,,,,"Yeah, I can." +503000 ,,,,,1270000,,主人公,,,,,,,,,,,,,I see. +503100 ,,,,,1270000,,千恵,Chie,109_SC07_c_003.wav,chie,,0,,,,,,,,Chie-chan gets lots of praise in home economics class. +503200 ,,,,,1270000,,,,,,,,,,,,,,,That's really surprising. +503300 ,,,,,1270010,,千恵,Chie,109_SC07_c_004.wav,chie,,0,,,,,,,,"I help my mom, and I can cook by myself too. I can make all\nsorts of things." +503400 ,,,,,1270010,,,,,,,,,,,,,,,"Oh, but when I think about it, she's in a single-parent\nhousehold and her mom works." +503500 ,,,,,1270010,,,,,,,,,,,,,,,It's probably natural for her to be able to handle things at\nhome. +503600 ,,,,,1270010,,主人公,,,,,,,,,,,,,"Chie-chan, you're amazing. There aren't many kids who can do\nthat, right?" +503700 ,,,,,1270000,,千恵,Chie,109_SC07_c_005.wav,chie,,0,,,,,,,,"Yeah, everyone said they've never made anything themselves." +503800 ,,,,,1270000,,主人公,,,,,,,,,,,,,"You're amazing, Chie-chan. I'm really happy." +503900 ,,,,,1270000,,千恵,Chie,109_SC07_c_006.wav,chie,,0,,,,,,,,R-Really? +504000 ,,,,,1270000,,主人公,,,,,,,,,,,,,"Yeah, waking up to a cooked meal is a man's dream. Chie-\nchan, you made that dream come true." +504100 ,,,,,1270010,,千恵,Chie,109_SC07_c_007.wav,chie,,0,,,,,,,,"E-Ehehe~. When you say that, Daddy, it makes me blush." +504200 ,,,,,1270010,,主人公,,,,,,,,,,,,,You should be more confident. +504300 ,,,,,1270010,,,,,,,,,,,,,,,"...I mean, just from the smell, I can tell it's better than\nanything I've made." +504400 ,,,,,1270010,,,,,,,,,,,,,,,I'm a little bit jealous. +504500 ,,,,,1270010,,,,,,,,,,,,,,,"Ah, but somehow... this must be what happiness feels like." +504600 ,,,,,1270010,,主人公,,,,,,,,,,,,,"Hmm, Chie-chan, you'll make a great wife someday." +504700 ,,,,,1270000,,千恵,Chie,109_SC07_c_008.wav,chie,,0,,,,,,,,...Daddy! +504800 ,,,,,1270000,,主人公,,,,,,,,,,,,,Huh? Y-Yes! +504900 ,,,,,1270000,,,,,,,,,,,,,,,"For some reason, Chie-chan is puffing her cheeks and looking\nat me with a sulky expression." +505000 ,,,,,1270000,,主人公,,,,,,,,,,,,,W-What is it? +505100 ,,,,,1270000,,千恵,Chie,109_SC07_c_009.wav,chie,,0,,,,,,,,"We had a wedding yesterday, didn't we!" +505200 ,,,,,1270000,,主人公,,,,,,,,,,,,,"Ah, r-right... that's right! Chie-chan is my wife." +505300 ,,,,,1270000,,千恵,Chie,109_SC07_c_010.wav,chie,,0,,,,,,,,That's right! +505400 ,,,,,1270000,,主人公,,,,,,,,,,,,,I'm sorry. I'm still not used to this feeling. +505600 ,,,,,1270010,,千恵,Chie,109_SC07_c_011.wav,chie,,0,,,,,,,,Geez! +505700 ,,,,,1270010,,,,,,,,,,,,,,,Geez!... huh. +505800 ,,,,,1270010,,,,,,,,,,,,,,,...Haha! This kind of feeling is nice. It's like we're\nreally newlyweds. +505900 ,,,,,1270010,,,,,,,,,,,,,,,"But if we were really newlyweds, that outfit wouldn't be...\nwouldn't be acceptable, Chie- chan!" +506000 ,,,,,1270010,,,,,,,,,,,,,,,It should be a naked apron! +506100 ,,,,,1270010,,,,,,,,,,,,,,,"Well, I'd be surprised if Chie-chan knew about that." +506200 ,,,,,1270010,,主人公,,,,,,,,,,,,,"So, what are you making? Can I get something for you?" +506300 ,,,,,1270010,,千恵,Chie,109_SC07_c_012.wav,chie,,0,,,,,,,,"Geez, Daddy, just sit and wait. You're in the way if you're\nthere." +506400 ,,,,,1270010,,主人公,,,,,,,,,,,,,Ah... okay. +506500 ,,,,,1270010,,千恵,Chie,109_SC07_c_013.wav,chie,,0,,,,,,,,It'll be ready soon. +506600 ,,,,,1270010,,,,,,,,,,,,,,,"Hmm... even so, the view from behind with an apron is quite\nsexy." +506700 ,,,,,1270010,,,,,,,,,,,,,,,"Even if it's not a naked apron, just a little girl wearing\nan apron is totally sexy!" +506800 ,,,,,1270010,,,,,,,,,,,,,,,"Well, ultimately, I find it sexy just having a little girl\naround!" +506900 ,,,,,1270010,,,,,,,,,,,,,,,"In that case, there's only one thing to do." +507000 ,,,,,1270010,,主人公,,,,,,,,,,,,,Chie-chan. +507100 ,,,,,1270020,,千恵,Chie,109_SC07_c_014.wav,chie,,0,,,,,,,,"Daddy, wha―... whoa!" +507300 ,,,,,1270020,,,,,,,,,,,,,,,"Taking advantage of Chie-chan's occupied hands, I pulled\ndown her pants and underwear, lifting her top." +507400 ,,,,,1270020,,千恵,Chie,109_SC07_c_015.wav,chie,,0,,,,,,,,D-Daddy!? +507500 ,,,,,1270020,,主人公,,,,,,,,,,,,,"Hehehe! With both hands busy, Chie-chan can't put this back,\nright?" +507600 ,,,,,1270020,,千恵,Chie,109_SC07_c_016.wav,chie,,0,,,,,,,,What are you doing! Put it back quickly! +507700 ,,,,,1270020,,主人公,,,,,,,,,,,,,"Ah, I can see your chest too, Chie-chan." +507800 ,,,,,1270020,,千恵,Chie,109_SC07_c_017.wav,chie,,0,,,,,,,,"Geez, Daddy! I'm really going to get mad!" +507900 ,,,,,1270020,,,,,,,,,,,,,,,"Ah, a new wife wearing an apron but exposed and angry...\nit's irresistible!" +508100 ,,,,,1270020,,主人公,,,,,,,,,,,,,"Hehehe... Chie-chan, you know what Daddy wants to do, right?\nNow, let's do something naughty―" +508200 ,,,,,1270030,,千恵,Chie,109_SC07_c_018.wav,chie,,0,,,,,,,,―Geez! You shouldn't do that when I'm using fire or knives! +508300 ,,,,,1270030,,主人公,,,,,,,,,,,,,Eh... +508400 ,,,,,1270030,,千恵,Chie,109_SC07_c_019.wav,chie,,0,,,,,,,,"It's really dangerous, you know. ...Are you listening,\nDaddy!" +508500 ,,,,,1270030,,主人公,,,,,,,,,,,,,Ah... yes. I'm sorry. +508600 ,,,,,1270030,,千恵,Chie,109_SC07_c_020.wav,chie,,0,,,,,,,,Geez... +508700 ,,,,,1270030,,,,,,,,,,,,,,,...I got scolded. By such a little girl... with such a valid\npoint. +508800 ,,,,,1270030,,主人公,,,,,,,,,,,,,Haa... +508900 ,,,,,1270030,,,,,,,,,,,,,,,I'm starting to feel pathetic... like I'm a complete\nfailure. +509000 ,,,,,1270030,,,,,,,,,,,,,,,... +509100 ,,,,,1270030,,,,,,,,,,,,,,,"Ah, that's right, I am a failure." +509200 ,,,,,1270030,,,,,,,,,,,,,,,"A failure who would do something naughty with such a small\nchild, what am I even saying now?" +509300 ,,,,,1270030,,,,,,,,,,,,,,,"Haha! Yeah, this old man has come to terms with it!" +509400 ,,,,,1270030,,,,,,,,,,,,,,,"Alright, next is..." +509500 ,,,,,1270030,,主人公,,,,,,,,,,,,,Chie-chan +509600 ,,,,,1270030,,千恵,Chie,109_SC07_c_021.wav,chie,,0,,,,,,,,Wait a minute―whoa!? +509800 ,,,,,1270040,,,,,,,,,,,,,,,I suddenly hug Chie-chan tightly. +509900 ,,,,,1270040,,,,,,,,,,,,,,,Mmm~ Chie-chan in an apron... it's irresistible! +510000 ,,,,,1270040,,千恵,Chie,109_SC07_c_022.wav,chie,,0,,,,,,,,Daddy! Geez! +510100 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Don't be mad, Chie-chan. See, I'm giving you a hug." +510200 ,,,,,1270040,,千恵,Chie,109_SC07_c_023.wav,chie,,0,,,,,,,,That's why it's not okay! +510300 ,,,,,1270040,,,,,,,,,,,,,,,"Chie-chan looks at me with a troubled face, but then she\nseems to realize something." +510400 ,,,,,1270040,,千恵,Chie,109_SC07_c_024.wav,chie,,0,,,,,,,,Huh? D-Daddy... why is your thing out? +510500 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Well, you know... you get it, right?" +510600 ,,,,,1270040,,,,,,,,,,,,,,,"Without waiting for Chie-chan's response, I rub my cock\nagainst her." +510700 ,,,,,1270040,,千恵,Chie,109_SC07_c_025.wav,chie,,0,,,,,,,,D-Daddy! +510800 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Heh heh! Mm, mm, mm, mm, mm, mm, mm!" +510900 ,,,,,1270040,,,,,,,,,,,,,,,"Like a dog in heat, I lightly press against Chie-chan and\nmove my hips." +511000 ,,,,,1270040,,千恵,Chie,109_SC07_c_026.wav,chie,,0,,,,,,,,...Wow!? Daddy's thing is really big. +511100 ,,,,,1270040,,千恵,Chie,109_SC07_c_027.wav,chie,,0,,,,,,,,"Even though Chie-chan didn't do anything, it's twitching..." +511200 ,,,,,1270040,,主人公,,,,,,,,,,,,,Chie-chan. Can Daddy rub his thing a bit more? +511300 ,,,,,1270040,,千恵,Chie,109_SC07_c_028.wav,chie,,0,,,,,,,,No! I told you I'm in the middle of cooking! +511400 ,,,,,1270040,,主人公,,,,,,,,,,,,,"But you see, Chie-chan, Daddy's thing wants to let out a\nlot... it's twitching, you know?" +511500 ,,,,,1270040,,千恵,Chie,109_SC07_c_029.wav,chie,,0,,,,,,,,"You're an adult, so hold it in." +511600 ,,,,,1270040,,,,,,,,,,,,,,,It's because I'm an adult that I can't hold it in! +511700 ,,,,,1270040,,,,,,,,,,,,,,,"...Well, most adults live with more self- control." +511800 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Look, Chie-chan... rubbing with Chie-chan's body..." +511900 ,,,,,1270040,,千恵,Chie,109_SC07_c_030.wav,chie,,0,,,,,,,,Ahh... why are you rubbing your thing against Chie-chan? +512000 ,,,,,1270040,,,,,,,,,,,,,,,"Even though only I feel good, I move my hips as if teasing\nChie-chan." +512100 ,,,,,1270040,,主人公,,,,,,,,,,,,,"See, rub rub rub... with Chie-chan's body, my thing is\ntwitching... it feels so good." +512200 ,,,,,1270040,,千恵,Chie,109_SC07_c_031.wav,chie,,0,,,,,,,,"D-Daddy...! Really, geez." +512300 ,,,,,1270040,,主人公,,,,,,,,,,,,,Ahh... your smooth skin rubbing against my thing... it feels\nso good. +512400 ,,,,,1270040,,千恵,Chie,109_SC07_c_032.wav,chie,,0,,,,,,,,"Ah, ahh~! ...Daddy, you got stuff on Chie- chan's apron!" +512500 ,,,,,1270040,,主人公,,,,,,,,,,,,,S-Sorry. The pre-cum came out. I'll wash it and return it\nproperly. +512600 ,,,,,1270040,,千恵,Chie,109_SC07_c_033.wav,chie,,0,,,,,,,,"It was my favorite... Daddy, you're such a dummy!" +512700 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Chie-chan, you shouldn't call Daddy a dummy." +512800 ,,,,,1270040,,千恵,Chie,109_SC07_c_034.wav,chie,,0,,,,,,,,But... +512900 ,,,,,1270040,,,,,,,,,,,,,,,"Well, there's no other way to describe someone who lifts up\nhis daughter's clothes while she's cooking and rubs his\nthing, getting pre-cum on her apron, other than a dummy." +513000 ,,,,,1270040,,,,,,,,,,,,,,,But I think that's not a nice way to say it. +513100 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Calling your parent a dummy is too much, right?" +513200 ,,,,,1270040,,千恵,Chie,109_SC07_c_035.wav,chie,,0,,,,,,,,S-Sorry... +513300 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Yes, you apologized honestly. Even among close\nrelationships, manners are... ahh! Ohh, mmm! Mm... mm, mm!\nAhh, my cock feels so good." +513400 ,,,,,1270040,,千恵,Chie,109_SC07_c_036.wav,chie,,0,,,,,,,,...Daddy. +513500 ,,,,,1270040,,千恵,Chie,109_SC07_c_037.wav,chie,,0,,,,,,,,"A-Already... Chie-chan understands. Hurry and finish, let's\neat together." +513600 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Y-Yeah! Ahh, it feels so good! Chie-chan! Chie-chan in the\napron!" +513700 ,,,,,1270040,,,,,,,,,,,,,,,A tingling sensation that makes my knees feel weak. +513800 ,,,,,1270040,,千恵,Chie,109_SC07_c_038.wav,chie,,0,,,,,,,,Ahh... it tickles. +513900 ,,,,,1270040,,主人公,,,,,,,,,,,,,"Ahh, I'm going to cum! I'm going to ejaculate!" +514000 ,,,,,1270040,,,,,,,,,,,,,,,"The sensation of ejaculation wells up, and a trembling\nfeeling runs through my knees." +514100 ,,,,,1270040,,千恵,Chie,109_SC07_c_039.wav,chie,,0,,,,,,,,"If you're going to cum, do it quickly... the food..." +514200 ,,,,,1270040,,主人公,,,,,,,,,,,,,Yeah! Yeah! Ahh... Chie-chan!! I'm going to spray it! +514400 ,,,,,1270050,,千恵,Chie,109_SC07_c_040.wav,chie,,0,,,,,,,,"Huh!? Ah! Ugh... ah, it's hot!?" +514500 ,,,,,1270050,,,,,,,,,,,,,,,"Unable to withstand the stimulation, I repeatedly jerk my\ncock, releasing semen towards Chie-chan." +514600 ,,,,,1270050,,主人公,,,,,,,,,,,,,Huff huff... +514700 ,,,,,1270050,,千恵,Chie,109_SC07_c_041.wav,chie,,0,,,,,,,,"Ahh... geez, the apron is all sticky." +514800 ,,,,,1270050,,,,,,,,,,,,,,,Chie-chan looks at me with a dissatisfied expression. +514900 ,,,,,1270050,,,,,,,,,,,,,,,"Well, having her apron dirtied with my semen... of course,\nshe'd be unhappy." +515000 ,,,,,1270050,,,,,,,,,,,,,,,But I have my own complaints too! +515100 ,,,,,1270050,,,,,,,,,,,,,,,Why can't I have sex with Chie-chan wearing an apron! +515200 ,,,,,1270050,,,,,,,,,,,,,,,"First, we should have sex with the apron, then eat!" +515300 ,,,,,1270050,,千恵,Chie,109_SC07_c_042.wav,chie,,0,,,,,,,,"Okay, Dad, Chie-chan is going to make dinner now. Just wait\na bit." +515400 ,,,,,1270050,,主人公,,,,,,,,,,,,,"Hmm, I really can't wait... Alright then." +515500 ,,,,,1270050,,千恵,Chie,109_SC07_c_043.wav,chie,,0,,,,,,,,Huh!? D-Dad!? +515600 ,,,,,1270050,,,,,,,,,,,,,,,I picked up Chie-chan and sat her on the kitchen sink. +515800 ,,,,,1271000,,千恵,Chie,109_SC07_c_044.wav,chie,,0,,,,,,,,Nn... ahh. Dad! Stop it... Chie-chan is making dinner. +515900 ,,,,,1271000,,主人公,,,,,,,,,,,,,"Sorry, Chie-chan! Dad can't hold back!" +516000 ,,,,,1271000,,千恵,Chie,109_SC07_c_045.wav,chie,,0,,,,,,,,Just hold on a little longer. +516100 ,,,,,1271000,,主人公,,,,,,,,,,,,,"I can't hold back, so Dad's going to eat Chie-chan. Ahh...\nmmm." +516200 ,,,,,1271000,,千恵,Chie,109_SC07_c_046.wav,chie,,0,,,,,,,,Ahh! D-Dad... ah... ugh. +516300 ,,,,,1271000,,主人公,,,,,,,,,,,,,Mwah... mmm... mwah... mwah... lick... +516400 ,,,,,1271000,,,,,,,,,,,,,,,I sucked on Chie-chan's breasts and reached my fingers\ntowards her pussy. +516500 ,,,,,1271000,,主人公,,,,,,,,,,,,,"Ah, Chie-chan is getting hard too? You really want to, don't\nyou?" +516600 ,,,,,1271000,,千恵,Chie,109_SC07_c_047.wav,chie,,0,,,,,,,,"Ah... no, no, my breasts... you can't... ah. Ngh!" +516700 ,,,,,1271000,,主人公,,,,,,,,,,,,,"Your nipples are twitching, aren't they? You got excited\nfrom being covered in semen, right?" +516800 ,,,,,1271000,,千恵,Chie,109_SC07_c_048.wav,chie,,0,,,,,,,,"That's not true! Chie-chan thinks cooking is more important,\nso Dad, stop it already." +516900 ,,,,,1271000,,主人公,,,,,,,,,,,,,"For a girl who says that, here's what you get." +517000 ,,,,,1271000,,千恵,Chie,109_SC07_c_049.wav,chie,,0,,,,,,,,Hng? +517100 ,,,,,1271000,,,,,,,,,,,,,,,"When I pinched her nipple, Chie-chan let out a pained voice." +517200 ,,,,,1271000,,,,,,,,,,,,,,,"...Yeah, it feels good, doesn't it?" +517300 ,,,,,1271000,,,,,,,,,,,,,,,"And then, with my other hand, I reach towards Chie-chan's\npussy." +517400 ,,,,,1271000,,千恵,Chie,109_SC07_c_050.wav,chie,,0,,,,,,,,"Ah! F-Father... ah... ngh, no, ah. Dad." +517500 ,,,,,1271000,,,,,,,,,,,,,,,Then I bring my mouth close to her pussy and give it a lick. +517600 ,,,,,1271000,,千恵,Chie,109_SC07_c_051.wav,chie,,0,,,,,,,,Ah! Ah! Chie-chan's pussy... it's not breakfast. +517700 ,,,,,1271000,,主人公,,,,,,,,,,,,,Oh... but it's delicious. The soft texture and the sweaty\ntaste are really nice. +517800 ,,,,,1271000,,,,,,,,,,,,,,,I slowly and carefully lick her pussy. +517900 ,,,,,1271000,,千恵,Chie,109_SC07_c_052.wav,chie,,0,,,,,,,,Hng... stop it... Chie-chan wants to cook and show how\nwifely she can be. +518000 ,,,,,1271000,,主人公,,,,,,,,,,,,,"No, doing this kind of naughty stuff is more wifely, isn't\nit?" +518100 ,,,,,1271000,,千恵,Chie,109_SC07_c_053.wav,chie,,0,,,,,,,,That's not true! +518200 ,,,,,1271000,,主人公,,,,,,,,,,,,,But... Chie-chan's pussy is so delicious... I might not need\nbreakfast. +518300 ,,,,,1271000,,千恵,Chie,109_SC07_c_054.wav,chie,,0,,,,,,,,What! ...I worked so hard. +518400 ,,,,,1271000,,主人公,,,,,,,,,,,,,"Oh, then Chie-chan, I want some pickles." +518500 ,,,,,1271000,,千恵,Chie,109_SC07_c_055.wav,chie,,0,,,,,,,,Pickles...? But Chie-chan didn't make any pickles. +518600 ,,,,,1271000,,主人公,,,,,,,,,,,,,"It's okay, Chie-chan. I'll make them now." +518700 ,,,,,1271000,,千恵,Chie,109_SC07_c_056.wav,chie,,0,,,,,,,,Huh? +518900 ,,,,,1271010,,,,,,,,,,,,,,,I took a slender cucumber from the fridge and placed it\nagainst Chie-chan's pussy. +519000 ,,,,,1271010,,千恵,Chie,109_SC07_c_057.wav,chie,,0,,,,,,,,It's cold... what are you going to do with it? +519100 ,,,,,1271010,,,,,,,,,,,,,,,She seems confused by the appearance of the cucumber. +519200 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Chie-chan, how does it feel to have this against your pussy?" +519300 ,,,,,1271010,,千恵,Chie,109_SC07_c_058.wav,chie,,0,,,,,,,,"Uh... um, i-it's ticklish... and gives me shivers... it's a\nlittle scary..." +519400 ,,,,,1271010,,主人公,,,,,,,,,,,,,"I see. Well, it's just a cucumber, so there's nothing to be\nscared of." +519500 ,,,,,1271010,,,,,,,,,,,,,,,"I kept the cucumber against her pussy, rubbing it around the\nentrance." +519600 ,,,,,1271010,,千恵,Chie,109_SC07_c_059.wav,chie,,0,,,,,,,,"No, stop! If you rub Chie-chan's pussy with the cucumber...\nah, ahh!" +519700 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Look, I'm making pickles with Chie-chan's naughty juices.\nYou can feel even better, you know?" +519800 ,,,,,1271010,,千恵,Chie,109_SC07_c_060.wav,chie,,0,,,,,,,,What!? That's not okay~ +519900 ,,,,,1271010,,主人公,,,,,,,,,,,,,Why not? Isn't Chie-chan making dinner? +520000 ,,,,,1271010,,千恵,Chie,109_SC07_c_061.wav,chie,,0,,,,,,,,But that's... +520100 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Oh, when I touch with the cucumber... your pussy is\ntwitching." +520200 ,,,,,1271010,,,,,,,,,,,,,,,Chie-chan's pussy trembles every time the cucumber touches\nit. +520300 ,,,,,1271010,,千恵,Chie,109_SC07_c_062.wav,chie,,0,,,,,,,,That's... when it touches my pussy... it usually happens. +520400 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Is that so? But the cucumber seems to go in easily, unlike\nothers, right?" +520500 ,,,,,1271010,,,,,,,,,,,,,,,"Saying that, I rubbed the cucumber against Chie-chan's\npussy." +520600 ,,,,,1271010,,千恵,Chie,109_SC07_c_063.wav,chie,,0,,,,,,,,"Haa... haa... ahh! Daddy, Chie-chan doesn't like it." +520700 ,,,,,1271010,,,,,,,,,,,,,,,"She says that, but I bet it feels good." +520800 ,,,,,1271010,,,,,,,,,,,,,,,"Her love juices trickle down her body, dripping into the\nsink." +520900 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Oh, this could make Chie-chan's naughty pickles. Come on,\nfeel more." +521000 ,,,,,1271010,,千恵,Chie,109_SC07_c_064.wav,chie,,0,,,,,,,,"Ahh... Daddy, when you do it with the cucumber, it gives me\nshivers... I really don't like it." +521100 ,,,,,1271010,,,,,,,,,,,,,,,The cucumber is getting wet with Chie-chan's love juices. +521200 ,,,,,1271010,,,,,,,,,,,,,,,"Hehe, it's starting to look delicious." +521300 ,,,,,1271010,,主人公,,,,,,,,,,,,,We need to get more of your juices on it. +521400 ,,,,,1271010,,千恵,Chie,109_SC07_c_065.wav,chie,,0,,,,,,,,"Haa, haa, ah, ahhh! Don't touch my pussy with the cucumber.\nHyan... ah, ah, ahhh...!" +521500 ,,,,,1271010,,主人公,,,,,,,,,,,,,"If I play with this, maybe we'll get some other juices too." +521600 ,,,,,1271010,,千恵,Chie,109_SC07_c_066.wav,chie,,0,,,,,,,,No... not Chie-chan's pee hole! Nyaa... it feels all tingly. +521700 ,,,,,1271010,,千恵,Chie,109_SC07_c_067.wav,chie,,0,,,,,,,,"Nkuu, hyuuu! Daddy, don't move the cucumber... haa, kuu...!" +521800 ,,,,,1271010,,主人公,,,,,,,,,,,,,I want to get more juices over here too... +521900 ,,,,,1271010,,千恵,Chie,109_SC07_c_068.wav,chie,,0,,,,,,,,"Haa, ahh... haun! Ahhhh! It hurts!" +522000 ,,,,,1271010,,,,,,,,,,,,,,,"When I move the cucumber up and down along Chie-chan's slit,\nher hips jerk as if trying to escape from the intense\nstimulation." +522100 ,,,,,1271010,,千恵,Chie,109_SC07_c_069.wav,chie,,0,,,,,,,,"It feels prickly... ahn, ahh... ahhh!" +522200 ,,,,,1271010,,,,,,,,,,,,,,,Or maybe she's reacting because it feels good? +522300 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Oh, it's starting to make squishy sounds." +522400 ,,,,,1271010,,千恵,Chie,109_SC07_c_070.wav,chie,,0,,,,,,,,Th-that's not... agh... in Chie-chan's pussy... the bumps... +522500 ,,,,,1271010,,千恵,Chie,109_SC07_c_071.wav,chie,,0,,,,,,,,Ahh... my pussy... it's getting grated. +522600 ,,,,,1271010,,主人公,,,,,,,,,,,,,"Don't worry, your pussy is tougher than a cucumber." +522700 ,,,,,1271010,,,,,,,,,,,,,,,...I have no proof or certainty of that. +522800 ,,,,,1271010,,,,,,,,,,,,,,,"Still, Chie-chan seems to dislike it quite a bit." +522900 ,,,,,1271010,,,,,,,,,,,,,,,...Could it be that Chie-chan hates cucumbers!? +523000 ,,,,,1271010,,,,,,,,,,,,,,,"If that's the case, I'll make her like them." +523200 ,,,,,1271020,,千恵,Chie,109_SC07_c_072.wav,chie,,0,,,,,,,,"Fuu! N, ahh! Hau! Hafuuhhh! There... no! Nn, faa, it's\nstarting to feel good!" +523300 ,,,,,1271020,,,,,,,,,,,,,,,"When I tease Chie-chan's clitoris with the tip of the\ncucumber, it suddenly becomes slippery and smooth." +523400 ,,,,,1271020,,千恵,Chie,109_SC07_c_073.wav,chie,,0,,,,,,,,"Hiu! Fua, hia... it feels good... my pussy, with the\ncucumber, it's so wet... haa... nngh!" +523500 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Chie-chan, your pussy is making naughty sounds... it's\nembarrassing, isn't it? Did the cucumber make you feel\nnaughty?" +523600 ,,,,,1271020,,千恵,Chie,109_SC07_c_074.wav,chie,,0,,,,,,,,"Cu-cucumber... it's tickling the good spots. Ah, ngh ah ah\nah...! Chie-chan is going to go crazy!" +523700 ,,,,,1271020,,,,,,,,,,,,,,,"I trace the tip of the cucumber over her pussy several\ntimes, rubbing the bump at the very top with the cucumber's\nbumps." +523800 ,,,,,1271020,,千恵,Chie,109_SC07_c_075.wav,chie,,0,,,,,,,,"Fua, na, aaaaaah...! My pussy... it's tingling...!" +523900 ,,,,,1271020,,主人公,,,,,,,,,,,,,"That's good, Chie-chan. But with just this amount of love\njuice, it's only at dressing level. You need to let out more\nand more." +524000 ,,,,,1271020,,千恵,Chie,109_SC07_c_076.wav,chie,,0,,,,,,,,"I can't... let out that much! Daddy... no more... Chie-chan,\nhaaah... aaaaaah!" +524100 ,,,,,1271020,,,,,,,,,,,,,,,Hmm? What comes after 'no more... Chie-chan'? +524200 ,,,,,1271020,,,,,,,,,,,,,,,Could it be that Chie-chan is about to come? +524300 ,,,,,1271020,,主人公,,,,,,,,,,,,,Then I'll rub it even more for you. +524400 ,,,,,1271020,,千恵,Chie,109_SC07_c_077.wav,chie,,0,,,,,,,,"Ah, fua, hiaaan! That's not it..." +524500 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Oh, because of the bumps and the love juice, it's starting\nto foam up." +524600 ,,,,,1271020,,千恵,Chie,109_SC07_c_078.wav,chie,,0,,,,,,,,"...Ha, fuuuuu! Ahh, no, Chie-chan's twitching! Even though I\ndon't want it... haa, ngh!" +524700 ,,,,,1271020,,千恵,Chie,109_SC07_c_079.wav,chie,,0,,,,,,,,"Ah, fwaaa, hiaaaaah...! Ah, ah, aaaaah! Daddy, the\ncucumber... it's no good." +524800 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Look, rub rub rub." +524900 ,,,,,1271020,,千恵,Chie,109_SC07_c_080.wav,chie,,0,,,,,,,,"Auuu!? Ha, auuuu! Agu... the bumps!?" +525000 ,,,,,1271020,,,,,,,,,,,,,,,I tickle her clitoris with the tip of the cucumber and rub\nher slit with the bumps. +525100 ,,,,,1271020,,千恵,Chie,109_SC07_c_081.wav,chie,,0,,,,,,,,"Ah, no, no, no, stop, stop! Chie-chan, with the cucumber...\nit feels so good! Aaaah... ahh! Uuuuu!" +525200 ,,,,,1271020,,千恵,Chie,109_SC07_c_082.wav,chie,,0,,,,,,,,Nooo... it's coming! ...The good feeling is coming! Daddy! +525300 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Chie-chan's here is making the cucumber all slippery and\nwarm, it's starting to look delicious!" +525400 ,,,,,1271020,,,,,,,,,,,,,,,"Chie-chan looks anxious, her body twitching repeatedly." +525500 ,,,,,1271020,,,,,,,,,,,,,,,It seems like she's about to come. +525600 ,,,,,1271020,,,,,,,,,,,,,,,"I speed up my fingers moving the cucumber, intensifying the\nstimulation on her pussy by rubbing it." +525700 ,,,,,1271020,,千恵,Chie,109_SC07_c_083.wav,chie,,0,,,,,,,,"Hah, hah... fuaaaah!? ...Uuuun! Chie-chan's pussy... so much\njuice is coming out!" +525800 ,,,,,1271020,,千恵,Chie,109_SC07_c_084.wav,chie,,0,,,,,,,,Nooo! I don't want it anymore! I don't want to feel good! +525900 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Hey, Chie-chan? Don't struggle." +526000 ,,,,,1271020,,,,,,,,,,,,,,,"Her expression is dazed, but her body is moving as if to\nescape. What's going on?" +526100 ,,,,,1271020,,主人公,,,,,,,,,,,,,"You're so selfish, Chie-chan." +526200 ,,,,,1271020,,主人公,,,,,,,,,,,,,"If you keep running away, I'll just put it in your pussy and\nmake it squishy." +526300 ,,,,,1271020,,,,,,,,,,,,,,,"I position the cucumber at her pussy, ready to insert it." +526400 ,,,,,1271020,,千恵,Chie,109_SC07_c_085.wav,chie,,0,,,,,,,,"No, nooo! Daddy, I don't want it! I don't need a cucumber!" +526500 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Oh, then we can make pickles inside Chie- chan. It feels\ngood and it's two birds with one stone." +526600 ,,,,,1271020,,千恵,Chie,109_SC07_c_086.wav,chie,,0,,,,,,,,"No, no, nooo... I don't want it in." +526700 ,,,,,1271020,,主人公,,,,,,,,,,,,,Don't be picky! I won't allow dislikes! Eat even what you\nhate! +526800 ,,,,,1271020,,千恵,Chie,109_SC07_c_087.wav,chie,,0,,,,,,,,Chie-chan doesn't hate cucumbers... +526900 ,,,,,1271020,,主人公,,,,,,,,,,,,,"Okay, okay. But if it feels good inside your pussy, you'll\nend up loving cucumbers..." +527000 ,,,,,1271020,,,,,,,,,,,,,,,...Huh? +527100 ,,,,,1271020,,千恵,Chie,109_SC07_c_088.wav,chie,,0,,,,,,,,Uuu... uaa... ueeeee... uaaaaaaa! +527200 ,,,,,1271020,,主人公,,,,,,,,,,,,,Huh? What... Chie-chan? +527300 ,,,,,1271020,,千恵,Chie,109_SC07_c_089.wav,chie,,0,,,,,,,,Nooo...! I don't want a cucumber in my pussy! +527400 ,,,,,1271020,,主人公,,,,,,,,,,,,,Chie-chan? +527500 ,,,,,1271030,,千恵,Chie,109_SC07_c_090.wav,chie,,0,,,,,,,,Ueeeee... uaa... hic... hic... +527600 ,,,,,1271030,,,,,,,,,,,,,,,"Tears are welling up in Chie-chan's eyes, about to spill\nover." +527700 ,,,,,1271030,,,,,,,,,,,,,,,...Huh? Is she really about to cry? +527800 ,,,,,1271030,,千恵,Chie,109_SC07_c_091.wav,chie,,0,,,,,,,,Chie-chan... made dinner for Daddy... +527900 ,,,,,1271030,,千恵,Chie,109_SC07_c_092.wav,chie,,0,,,,,,,,I don't want a cucumber in my pussy... +528000 ,,,,,1271030,,千恵,Chie,109_SC07_c_093.wav,chie,,0,,,,,,,,I don't want this anymore... ugh... ugh... +528200 ,,,,,1271030,,主人公,,,,,,,,,,,,,"S-Sorry, Chie-chan!" +528300 ,,,,,1271030,,千恵,Chie,109_SC07_c_094.wav,chie,,0,,,,,,,,"I hate you, Daddy~... I don't want to do naughty things with\ncucumbers anymore." +528400 ,,,,,1271030,,千恵,Chie,109_SC07_c_095.wav,chie,,0,,,,,,,,I don't want to make pickles with my pussy! +528500 ,,,,,1271030,,主人公,,,,,,,,,,,,,"Ahhh, I'm sorry! I'm really sorry!" +528600 ,,,,,1271030,,主人公,,,,,,,,,,,,,"L-Look! I don't have the cucumber anymore! See, see!" +528700 ,,,,,1271030,,千恵,Chie,109_SC07_c_096.wav,chie,,0,,,,,,,,Uuuuuu... I said no! I said it was bad! +528800 ,,,,,1271030,,,,,,,,,,,,,,,"Ahhh, what should I do! She's never cried like this before!" +528900 ,,,,,1271030,,千恵,Chie,109_SC07_c_097.wav,chie,,0,,,,,,,,I made dinner... Chie-chan's pussy... it's Daddy's because\nwe're married... so why are you trying to put a cucumber in\nit!? +529000 ,,,,,1271030,,主人公,,,,,,,,,,,,,I'm sorry... +529100 ,,,,,1271030,,,,,,,,,,,,,,,Ahh... this is completely my fault. +529200 ,,,,,1271030,,,,,,,,,,,,,,,"Even though she said no, I kept playing with her pussy...\nit's no wonder she hates me." +529300 ,,,,,1271030,,千恵,Chie,109_SC07_c_098.wav,chie,,0,,,,,,,,Uuu... uuuuuuu +529400 ,,,,,1271030,,主人公,,,,,,,,,,,,,"I'm sorry, Chie-chan. ...I just got carried away." +529500 ,,,,,1271030,,千恵,Chie,109_SC07_c_099.wav,chie,,0,,,,,,,,... +529600 ,,,,,1271030,,主人公,,,,,,,,,,,,,"Chie-chan is so cute, I just couldn't help but want to tease\nyou." +529700 ,,,,,1271030,,千恵,Chie,109_SC07_c_100.wav,chie,,0,,,,,,,,... +529800 ,,,,,1271030,,主人公,,,,,,,,,,,,,I was really happy you made dinner for me... and I just got\ncarried away... +529900 ,,,,,1271030,,,,,,,,,,,,,,,Chie-chan puffs out her cheeks. +530000 ,,,,,1271030,,千恵,Chie,109_SC07_c_101.wav,chie,,0,,,,,,,,...When you find someone cute and you're happy... does it\nmake you want to tease them? +530100 ,,,,,1271030,,主人公,,,,,,,,,,,,,"Y-Yeah, yeah! That's how it is! That's how boys are!" +530200 ,,,,,1271030,,千恵,Chie,109_SC07_c_102.wav,chie,,0,,,,,,,,Really? +530300 ,,,,,1271030,,主人公,,,,,,,,,,,,,Yeah! Don't boys tease the popular or cute girls? +530400 ,,,,,1271030,,千恵,Chie,109_SC07_c_103.wav,chie,,0,,,,,,,,...Maybe so. +530500 ,,,,,1271030,,主人公,,,,,,,,,,,,,"See, see! That's why Daddy got carried away too." +530600 ,,,,,1271030,,千恵,Chie,109_SC07_c_104.wav,chie,,0,,,,,,,,... +530700 ,,,,,1271030,,,,,,,,,,,,,,,Chie-chan furrows her brows as if she's thinking... +530800 ,,,,,1271030,,千恵,Chie,109_SC07_c_105.wav,chie,,0,,,,,,,,You won't do it again? +530900 ,,,,,1271030,,主人公,,,,,,,,,,,,,"Yeah, I won't do it again." +531000 ,,,,,1271030,,千恵,Chie,109_SC07_c_106.wav,chie,,0,,,,,,,,Will you eat Chie-chan's dinner? +531100 ,,,,,1271030,,主人公,,,,,,,,,,,,,Of course! +531200 ,,,,,1271030,,千恵,Chie,109_SC07_c_107.wav,chie,,0,,,,,,,,...Then... it's okay. +531300 ,,,,,1271030,,主人公,,,,,,,,,,,,,"Ah, thank you! Chie-chan." +531400 ,,,,,1271030,,主人公,,,,,,,,,,,,,"But Chie-chan, stopping here feels incomplete... is it okay\nif we do it with my dick instead?" +531500 ,,,,,1271030,,千恵,Chie,109_SC07_c_108.wav,chie,,0,,,,,,,,Geez... Daddy is such a perv. +531600 ,,,,,1271030,,主人公,,,,,,,,,,,,,Then! Can I do it? +531700 ,,,,,1271030,,千恵,Chie,109_SC07_c_109.wav,chie,,0,,,,,,,,"Yeah, but only if it's with your dick, okay?" +531800 ,,,,,1271030,,主人公,,,,,,,,,,,,,Yeah! Yeah! +531900 ,,,,,1271030,,,,,,,,,,,,,,,Great! I've been forgiven! And I can continue the fun! +532000 ,,,,,1271030,,主人公,,,,,,,,,,,,,"Then, I'll put it in, okay?" +532100 ,,,,,1271030,,千恵,Chie,109_SC07_c_110.wav,chie,,0,,,,,,,,Yeah. +532300 ,,,,,1271040,,千恵,Chie,109_SC07_c_111.wav,chie,,0,,,,,,,,"Ah... ugh, ahh... kuh, fu... nnngh!" +532400 ,,,,,1271040,,,,,,,,,,,,,,,"As I slowly bury my cock into her pussy, Chie-chan's body\ntrembles greatly." +532500 ,,,,,1271040,,千恵,Chie,109_SC07_c_112.wav,chie,,0,,,,,,,,"Nn... ha, as I thought... it's better than a cucumber, ha...\nnn... Daddy's dick is better... fuh..." +532600 ,,,,,1271040,,,,,,,,,,,,,,,"It seems she's serious, as her expression is dazed." +532700 ,,,,,1271040,,千恵,Chie,109_SC07_c_113.wav,chie,,0,,,,,,,,Ah... Daddy's dick... it's warm. +532800 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Ugh, oh! Inside Chie-chan... it's so wavy and feels good." +532900 ,,,,,1271040,,千恵,Chie,109_SC07_c_114.wav,chie,,0,,,,,,,,"Inside Chie-chan's pussy, it's twitching... amazing...\ndifferent from a cucumber." +533000 ,,,,,1271040,,,,,,,,,,,,,,,"Hmm, I might have made her dislike cucumbers." +533100 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Then, I'll start moving." +533200 ,,,,,1271040,,千恵,Chie,109_SC07_c_115.wav,chie,,0,,,,,,,,Yeah... it's okay. +533300 ,,,,,1271040,,,,,,,,,,,,,,,"As I slowly move my hips a little, Chie- chan's body\nshivers." +533400 ,,,,,1271040,,千恵,Chie,109_SC07_c_116.wav,chie,,0,,,,,,,,"Ahh... hiyuu, Daddy, ah... nnngh! Hiu... kuuu...!" +533500 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Sorry, Chie-chan. I'll make you feel really good as an\napology." +533600 ,,,,,1271040,,千恵,Chie,109_SC07_c_117.wav,chie,,0,,,,,,,,"No more using cucumbers, okay?" +533700 ,,,,,1271040,,主人公,,,,,,,,,,,,,Of course... here. +533800 ,,,,,1271040,,千恵,Chie,109_SC07_c_118.wav,chie,,0,,,,,,,,"Kyaa! Don't pinch my nipples like that... ah, nn, aaaaaah!" +533900 ,,,,,1271040,,千恵,Chie,109_SC07_c_119.wav,chie,,0,,,,,,,,My boobs... nn... they're tingling. +534000 ,,,,,1271040,,,,,,,,,,,,,,,"As I rub Chie-chan's nipples with my fingertips, they perk\nup as if asking for more attention." +534100 ,,,,,1271040,,千恵,Chie,109_SC07_c_120.wav,chie,,0,,,,,,,,"Ah, nnku, hiii! Ahh! Chie-chan's boobs... it feels like\nthey're being tickled. Ah, aaah... aaauuu!" +534200 ,,,,,1271040,,千恵,Chie,109_SC07_c_121.wav,chie,,0,,,,,,,,"If you keep doing that to just the tips, they'll twitch...\nit feels like milk might come out!" +534300 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Oh, that sounds nice. If it comes out, Daddy will drink it\nup... gulp, gulp. I bet it'll be delicious." +534400 ,,,,,1271040,,,,,,,,,,,,,,,"...Oops, I just got scolded for trying to pickle with Chie-\nchan's pussy earlier." +534500 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Well, you haven't started your period yet anyway." +534600 ,,,,,1271040,,千恵,Chie,109_SC07_c_122.wav,chie,,0,,,,,,,,"But my boobs are so stiff! Hiu! Ah, hia... it feels good." +534700 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Then Chie-chan, I'll play with this too." +534800 ,,,,,1271040,,,,,,,,,,,,,,,"I lightly pressed my nail against her clitoris, just above\nthe hole where my cock was inserted." +534900 ,,,,,1271040,,千恵,Chie,109_SC07_c_123.wav,chie,,0,,,,,,,,"Nnngh!? Ha, auuu! Ahhh... ah, uuuun! The stimulation is too\nstrong!" +535000 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Oh wow! Chie-chan's pussy! It's suddenly so slippery, it\nfeels amazing!" +535100 ,,,,,1271040,,千恵,Chie,109_SC07_c_124.wav,chie,,0,,,,,,,,"Daddy... that's too much... it's too good, if you move your\ncock while doing that... haaaan... ah! Uuuu!" +535200 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Too much? I see... I wouldn't want you to cry like with the\ncucumber, should I stop here?" +535300 ,,,,,1271040,,千恵,Chie,109_SC07_c_125.wav,chie,,0,,,,,,,,Eeeh? N-no... it's too much but... it's not bad... +535400 ,,,,,1271040,,千恵,Chie,109_SC07_c_126.wav,chie,,0,,,,,,,,"Ah! You're mean, Daddy... ah, ah, hia, aaaaaah!" +535500 ,,,,,1271040,,主人公,,,,,,,,,,,,,"Then I'll keep going like this, okay?" +535600 ,,,,,1271040,,千恵,Chie,109_SC07_c_127.wav,chie,,0,,,,,,,,"Ahh, yes! Uuuh! Hya! Haa! Keep going, Daddy! Make Chie-\nchan's pussy squelch, touch my clitoris, nyaaah!" +535800 ,,,,,1271050,,主人公,,,,,,,,,,,,,Then I'll peel it back... +535900 ,,,,,1271050,,千恵,Chie,109_SC07_c_128.wav,chie,,0,,,,,,,,Aaaaah! Hyann! If you rub it like that... noooo! +536000 ,,,,,1271050,,千恵,Chie,109_SC07_c_129.wav,chie,,0,,,,,,,,"D-Daddy... but more, ahh! Ahh...! Ku, ah... kufuu! Nn, uuuu!" +536100 ,,,,,1271050,,,,,,,,,,,,,,,"From Chie-chan's pussy, lewd squelching sounds can be heard." +536200 ,,,,,1271050,,主人公,,,,,,,,,,,,,"What a sound, it's a good thing we're at the sink... it's\nsoaking wet." +536300 ,,,,,1271050,,千恵,Chie,109_SC07_c_130.wav,chie,,0,,,,,,,,I'm sorry... but... it's Daddy who's making Chie-chan feel\ngood. +536400 ,,,,,1271050,,,,,,,,,,,,,,,"When I touch her clitoris, Chie-chan's face shows a blissful\nexpression, and her body trembles." +536500 ,,,,,1271050,,千恵,Chie,109_SC07_c_131.wav,chie,,0,,,,,,,,"Higu, aaaaaah! Ah, ahh! Daddy... auuu...! Ahh! Fuyaaah!\nAaaah!" +536600 ,,,,,1271050,,千恵,Chie,109_SC07_c_132.wav,chie,,0,,,,,,,,"You know, ahh...! Chie-chan, hiyuuu! Nn! Nnn! Ah, ahh!" +536700 ,,,,,1271050,,主人公,,,,,,,,,,,,,"What's wrong? Go on, tell me more." +536800 ,,,,,1271050,,千恵,Chie,109_SC07_c_133.wav,chie,,0,,,,,,,,"Becoming Daddy's... bride... I'm glad. I love... Daddy,\nChie-chan loves you so much... fuaaaaaah." +536900 ,,,,,1271050,,主人公,,,,,,,,,,,,,"You're saying such cute things...! If you say that, Daddy\ncan't hold back!" +537000 ,,,,,1271050,,千恵,Chie,109_SC07_c_134.wav,chie,,0,,,,,,,,"Higu...? Ah, ahh! Hyuuu! ...Your cock! Ah, auuu! It's going\nin so deep!" +537100 ,,,,,1271050,,千恵,Chie,109_SC07_c_135.wav,chie,,0,,,,,,,,"Chie-chan! Chie-chan loves Daddy too... faaaaaah! Ah, ah,\nah, ah! Fuyaaah..." +537200 ,,,,,1271050,,,,,,,,,,,,,,,"With squelching sounds from rubbing her pussy, I repeatedly\ntarget Chie-chan's weak spots." +537300 ,,,,,1271050,,千恵,Chie,109_SC07_c_136.wav,chie,,0,,,,,,,,"Ah, ah, ah! Auuu! Chie-chan... it feels so good... I can't\ntake it anymore!" +537400 ,,,,,1271050,,主人公,,,,,,,,,,,,,"Yeah! I thought so! You're about to come, aren't you!" +537500 ,,,,,1271050,,,,,,,,,,,,,,,"The moisture is increasing, and the inside of her pussy is\nloosening and becoming creamy." +537600 ,,,,,1271050,,,,,,,,,,,,,,,"Yet, it suddenly spasms." +537700 ,,,,,1271050,,千恵,Chie,109_SC07_c_137.wav,chie,,0,,,,,,,,"Uuu, yeah! ...Nfuu! Nnnnn! Chie-chan, uuuu! I'm about to\ncome! Fwaaaaah!" +537800 ,,,,,1271050,,千恵,Chie,109_SC07_c_138.wav,chie,,0,,,,,,,,"Ahhh, fuaaa! Chie-chan's pussy! It's squeezing, and it feels\nso incredibly good!" +537900 ,,,,,1271050,,主人公,,,,,,,,,,,,,"Yeah, Daddy's cock! It's being squeezed by Chie-chan!" +538000 ,,,,,1271050,,,,,,,,,,,,,,,"Chie-chan's expression is dazed, occasionally drooling and\nshedding tears." +538100 ,,,,,1271050,,,,,,,,,,,,,,,It must feel really good. +538200 ,,,,,1271050,,千恵,Chie,109_SC07_c_139.wav,chie,,0,,,,,,,,Daddy... I love you so much? Can you squeeze me more? +538300 ,,,,,1271050,,主人公,,,,,,,,,,,,,"Of course I will, Daddy loves Chie-chan so much." +538400 ,,,,,1271050,,,,,,,,,,,,,,,"I hug Chie-chan's body tightly. As a result, my cock goes\neven deeper." +538500 ,,,,,1271050,,千恵,Chie,109_SC07_c_140.wav,chie,,0,,,,,,,,Higuu!! Deep inside! +538600 ,,,,,1271050,,主人公,,,,,,,,,,,,,Ohhh! Such tightness! +538700 ,,,,,1271050,,,,,,,,,,,,,,,"Chie-chan's limit seems near, her pussy squeezing\nrepeatedly, and I'm getting close to climaxing too." +538800 ,,,,,1271050,,,,,,,,,,,,,,,"It's hard to move because of the tightness, but I thrust\ninto her pussy without holding back." +538900 ,,,,,1271050,,千恵,Chie,109_SC07_c_141.wav,chie,,0,,,,,,,,Ahh! It feels good! Having my pussy probed feels so good! +539000 ,,,,,1271050,,千恵,Chie,109_SC07_c_142.wav,chie,,0,,,,,,,,"Afu! Nnnnn, ah, Chie-chan is going to come! Chie-chan... nn!\nDaddy...!" +539100 ,,,,,1271050,,主人公,,,,,,,,,,,,,"Ah, ahh! Daddy too! Fhaaaaa, Daddy can't stop feeling so\ngood either!" +539200 ,,,,,1271050,,千恵,Chie,109_SC07_c_143.wav,chie,,0,,,,,,,,"...Daddy! Daddy! Chie-chan, already... already!" +539300 ,,,,,1271050,,,,,,,,,,,,,,,"I move my hips back and forth with all my strength, seeking\npleasure ravenously." +539400 ,,,,,1271050,,,,,,,,,,,,,,,"If I slip out of her pussy and hit somewhere else, my cock\nmight break." +539500 ,,,,,1271050,,,,,,,,,,,,,,,That's how hard I'm thrusting! +539600 ,,,,,1271050,,千恵,Chie,109_SC07_c_144.wav,chie,,0,,,,,,,,"Fuaaah! Nn! Hia, fuaah! Nku! Fu... nnn! Ah, ahhh! I'm\ncoming, I'm coming!!" +539700 ,,,,,1271050,,千恵,Chie,109_SC07_c_145.wav,chie,,0,,,,,,,,"I can't... I can't take it anymore...! Nku! Fu, fuaaaah!" +539800 ,,,,,1271050,,主人公,,,,,,,,,,,,,"Ah, Chie-chan! Me too! Daddy's going to come too!" +539900 ,,,,,1271050,,,,,,,,,,,,,,,"And for the final blow, I pinch her clitoris tightly." +540000 ,,,,,1271050,,千恵,Chie,109_SC07_c_146.wav,chie,,0,,,,,,,,"Hiiu!? Fuaaah! Aaaaah, hah, no... I'm coming...! Ah, ah,\nDaddy!" +540100 ,,,,,1271050,,主人公,,,,,,,,,,,,,Kuuu~~~~~~! I'm at my limit! +540200 ,,,,,1271050,,千恵,Chie,109_SC07_c_147.wav,chie,,0,,,,,,,,"Ah! Ah! Ah! Daddy! Daddy, Daddy! Daddyyyyy!" +540300 ,,,,,1271050,,主人公,,,,,,,,,,,,,"Ha, ahh ahh! Chie-chan! Chie-chan! Daddy's going to come\nnow! Nnnnnn~~~~~!" +540400 ,,,,,1271050,,千恵,Chie,109_SC07_c_148.wav,chie,,0,,,,,,,,P-please! Inside Chie-chan! Daddy! +540500 ,,,,,1271050,,主人公,,,,,,,,,,,,,I-I got it. +540600 ,$menu_begin,,,,1271050,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_1a",,,,1271050,,,,,,,,,,,,,,,■@ Release inside +↓,"$menu_item 1,Finish outside,sel_1b",,,,1271050,,,,,,,,,,,,,,,■A Release outside +↓,$menu_end,,,,1271050,,,,,,,,,,,,,,, +540700 ,*sel_1a,,,,1271050,,,,,,,,,,,,,,,■@ Release inside +540800 ,,,,,1271050,,,,,,,,,,,,,,,Alright then! I'll release plenty inside Chie-chan's pussy! +540900 ,,,,,1271050,,主人公,,,,,,,,,,,,,You haven't had your period yet! I'll keep releasing inside\nfrom now on! +541000 ,,,,,1271050,,千恵,Chie,109_SC07_c_149.wav,chie,,0,,,,,,,,"Yes! Release it! Fhaaaaa! Ah, ngu! Inside Chie-chan!" +541100 ,,,,,1271050,,,,,,,,,,,,,,,"A longing rises in my hips. To make it explode, I move my\ncock vigorously." +541200 ,,,,,1271050,,千恵,Chie,109_SC07_c_150.wav,chie,,0,,,,,,,,"Higu!? Fua! Aha! Haa! M-make me come, Daddy!" +541300 ,,,,,1271050,,,,,,,,,,,,,,,"I slam my hips against Chie-chan's butt, making a dry sound\necho repeatedly as if spanking her." +541400 ,,,,,1271050,,千恵,Chie,109_SC07_c_151.wav,chie,,0,,,,,,,,"Hia, ah, aaaaah! Deep inside my pussy... with your cock\ninside! Nhaaaaaaah!" +541500 ,,,,,1271050,,主人公,,,,,,,,,,,,,"I'm coming, Chie-chan! While stirring deep inside your\npussy... Daddy's going to come too!" +541600 ,,,,,1271050,,千恵,Chie,109_SC07_c_152.wav,chie,,0,,,,,,,,Yes... I'm coming... I'm coming!! +541700 ,,,,,1271050,,,,,,,,,,,,,,,"I roughly pull Chie-chan's body closer and stimulate deep\ninside her pussy with my cock repeatedly, making it tighten\nintensely." +541800 ,,,,,1271050,,,,,,,,,,,,,,,"Chie-chan bends and stretches her legs repeatedly as if\nkicking in the air, and with a particularly large shiver,\nshe arches her body." +541900 ,,,,,1271050,,千恵,Chie,109_SC07_c_153.wav,chie,,0,,,,,,,,Ugh... I'm coming! ...Nngh! Hyann! Ahhh... ahn! Haaaaaaaah! +542000 ,,,,,1271050,,主人公,,,,,,,,,,,,,Chie-chan! Chie-chan! Uwaaaaaah! +542100 ,,,,,1271050,,,,,,,,,,,,,,,"My cock jerks up, releasing all the semen stored in my\nballs." +542200 ,,,,,1271050,,千恵,Chie,109_SC07_c_154.wav,chie,,0,,,,,,,,Nnnngh! Fwaaaaaaaaah! +542400 ,,,,,1271060,,,,,,,,,,,,,,,――Sploosh! Splat! +542500 ,,,,,1271060,,千恵,Chie,109_SC07_c_155.wav,chie,,0,,,,,,,,"Ahhh! Fwa, inside Chie-chan! It's overflowing!\nFyaaaaaaaaaah!" +542600 ,,,,,1271060,,,,,,,,,,,,,,,"While pouring inside Chie-chan, my cock is wildly thrashing\naround inside her vagina." +542700 ,,,,,1271060,,千恵,Chie,109_SC07_c_156.wav,chie,,0,,,,,,,,Higu!? Auuuuu! +542800 ,,,,,1271060,,主人公,,,,,,,,,,,,,Guuu! The pussy is squeezing so tight! +542900 ,,,,,1271060,,,,,,,,,,,,,,,The large amount of semen is dripping out from her pussy. +543000 ,,,,,1271060,,,,,,,,,,,,,,,...I really released an incredible amount. +543100 ,,,,,1271060,,千恵,Chie,109_SC07_c_157.wav,chie,,0,,,,,,,,"Ah, ah, ahhh...! The semen... Daddy's semen... is leaking\nout..." +543200 ,,,,,1271060,,主人公,,,,,,,,,,,,,"Phew! Don't worry about it, Chie-chan... Daddy might have\noverdone it this time..." +543300 ,,,,,1271060,,千恵,Chie,109_SC07_c_158.wav,chie,,0,,,,,,,,Haa haa... It's amazing... Daddy. Chie- chan's tummy is so\nfull... +543400 ,,,,,1271060,,主人公,,,,,,,,,,,,,"Huff, huff... Then, I'll pull out once, okay?" +543500 ,,,,,1271060,,千恵,Chie,109_SC07_c_159.wav,chie,,0,,,,,,,,Y-yeah. +543700 ,,,,,1271070,,,,,,,,,,,,,,,――Splish splish splish splish +543800 ,,,,,1271070,,千恵,Chie,109_SC07_c_160.wav,chie,,0,,,,,,,,Ah!? Inside my vagina... it's being filled with semen. +543900 ,,,,,1271070,,主人公,,,,,,,,,,,,,Wow... that's a lot. +544000 ,,,,,1271070,,,,,,,,,,,,,,,"The semen flowing out from Chie-chan's pussy dripped into\nthe sink, forming a jelly-like puddle." +544100 ,,,,,1271070,,千恵,Chie,109_SC07_c_161.wav,chie,,0,,,,,,,,"Haa... haa... ah, nngh... it won't stop... so much is coming\nout." +544200 ,,,,,1271070,,主人公,,,,,,,,,,,,,"Oh dear... letting so much drip from your pussy, that's\nembarrassing, Chie-chan." +544300 ,,,,,1271070,,千恵,Chie,109_SC07_c_162.wav,chie,,0,,,,,,,,Geez! Haa... nngh... it's because Daddy released it... hngh! +544400 ,,,,,1271070,,主人公,,,,,,,,,,,,,"Haha, that's right." +544500 ,$go join_1,,,,,,,,,,,,,,,,,,, +544600 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ARelease outside +544700 ,,,,,1271050,,,,,,,,,,,,,,,Alright then! I'll cover Chie-chan! +544800 ,,,,,1271050,,主人公,,,,,,,,,,,,,I'm going to dirty Chie-chan with Daddy's semen! I'll color\nyou with Daddy's sperm! +544900 ,,,,,1271050,,千恵,Chie,109_SC07_c_163.wav,chie,,0,,,,,,,,"Yeah! Cover me! Fuhahhhh! Ah, nngh! Cover Chie-chan with\nsemen!" +545000 ,,,,,1271050,,,,,,,,,,,,,,,"A longing rises in my hips. To make it explode, I move my\ncock vigorously." +545100 ,,,,,1271050,,千恵,Chie,109_SC07_c_164.wav,chie,,0,,,,,,,,"Higu!? Fuah! Ah! Haa! M-make me come, Daddy!" +545200 ,,,,,1271050,,,,,,,,,,,,,,,"I slam my hips against Chie-chan's butt, making a dry sound\necho repeatedly as if spanking her." +545300 ,,,,,1271050,,千恵,Chie,109_SC07_c_165.wav,chie,,0,,,,,,,,"Hia, ah, ahhh! Deep inside my pussy... with your cock\ninside! Nhaaaa!" +545400 ,,,,,1271050,,主人公,,,,,,,,,,,,,"I'm coming, Chie-chan! While stirring deep inside your\npussy... Daddy's going to come too!" +545500 ,,,,,1271050,,千恵,Chie,109_SC07_c_166.wav,chie,,0,,,,,,,,Yeah... I'm coming... I'm coming!! +545600 ,,,,,1271050,,,,,,,,,,,,,,,"I roughly pull Chie-chan's body close and stimulate deep\ninside her pussy with my cock, making it tighten intensely." +545700 ,,,,,1271050,,,,,,,,,,,,,,,"Then Chie-chan repeatedly bends and stretches her legs as if\nkicking the air, and with a particularly large shiver, she\narches her body." +545800 ,,,,,1271050,,千恵,Chie,109_SC07_c_167.wav,chie,,0,,,,,,,,Ugh... I'm coming! ...Nngh! Hyann! Ahhh... ah! Haaaaaaa! +545900 ,,,,,1271050,,主人公,,,,,,,,,,,,,Chie-chan! Chie-chan! Kuahhhhh! +546000 ,,,,,1271050,,,,,,,,,,,,,,,"I pull out my cock, and it bounces up, releasing all the\nsemen stored in my balls." +546100 ,,,,,1271050,,千恵,Chie,109_SC07_c_168.wav,chie,,0,,,,,,,,Nnghhhhh! Fwahhhhhhh! +546300 ,,,,,1271071,,,,,,,,,,,,,,,――Splat splat splat! Splat splat splat! Splat splat splat! +546400 ,,,,,1271071,,千恵,Chie,109_SC07_c_169.wav,chie,,0,,,,,,,,Ahhh! It's hot! My whole body feels like it's burning!\nFwahhhhhhhhhhh! +546500 ,,,,,1271071,,,,,,,,,,,,,,,"On top of Chie-chan's body, my cock thrashes around like a\nhose spraying water, repeatedly ejaculating sperm." +546600 ,,,,,1271071,,千恵,Chie,109_SC07_c_170.wav,chie,,0,,,,,,,,Ahbu! Aghh... it's all over me! Hiiig!? Auuuuu! +546700 ,,,,,1271071,,主人公,,,,,,,,,,,,,O-ohhh! It's still coming out! +546800 ,,,,,1271071,,,,,,,,,,,,,,,Is my cock broken!? +546900 ,,,,,1271071,,,,,,,,,,,,,,,"A massive amount of semen gushes out, turning Chie-chan\ncompletely white." +547000 ,,,,,1271071,,,,,,,,,,,,,,,...I can't believe I released such an incredible amount. +547100 ,,,,,1271071,,千恵,Chie,109_SC07_c_171.wav,chie,,0,,,,,,,,"Ah, ah, ahhh...! Semen... Daddy's semen... made Chie-chan\nall white..." +547200 ,,,,,1271071,,主人公,,,,,,,,,,,,,Phew! It's true... Chie-chan turned the color of sperm. +547300 ,,,,,1271071,,千恵,Chie,109_SC07_c_172.wav,chie,,0,,,,,,,,Haa haa... Daddy. Both Chie-chan and the apron are all\nsticky... I don't know if I can cook... +547400 ,,,,,1271071,,主人公,,,,,,,,,,,,,It's okay... I'll eat anything Chie-chan makes. There will\nbe plenty of chances for you to cook again. +547500 ,,,,,1271071,,千恵,Chie,109_SC07_c_173.wav,chie,,0,,,,,,,,"Yeah... I love you, Daddy." +547600 ,,,,,1271071,,,,,,,,,,,,,,,――Drip... Drip... Drip +547700 ,,,,,1271071,,千恵,Chie,109_SC07_c_174.wav,chie,,0,,,,,,,,Ahh!? The semen is trickling down my body... it tickles...\nlike Daddy is caressing me... +547800 ,,,,,1271071,,主人公,,,,,,,,,,,,,Ahaha... it's like the semen is caressing you. +547900 ,,,,,1271071,,,,,,,,,,,,,,,"The semen trickling down Chie-chan's body dripped into the\nsink, forming a jelly-like puddle." +548000 ,,,,,1271071,,千恵,Chie,109_SC07_c_175.wav,chie,,0,,,,,,,,Haa... haa... hehe... it feels good... +548100 ,,,,,1271071,,主人公,,,,,,,,,,,,,Daddy felt good too... +548200 ,,,,,1271071,,千恵,Chie,109_SC07_c_176.wav,chie,,0,,,,,,,,"I'm glad... Daddy... it's better that we didn't use the\ncucumber, right?" +548300 ,,,,,1271071,,主人公,,,,,,,,,,,,,"Ahaha, yeah, that's right." +548400 ,*join_1,,,,,,,,,,,,,,,,,,,■Reunion +548500 ,$event_return,,,,,,,,,,,,,,,,,,, +548700 ,,,8,112,,,,,,,,,,,,,,,,"After that, we ate the breakfast Chie-chan made and cleaned\nup the room." +548800 ,,,,,,,,,,,,,,,,,,,,"Before we knew it, it was time for Chie-chan to go home." +548900 ,,,,,,,,,,,,,,,,,,,,"But strangely, I didn't feel any sense of longing." +549000 ,,,,,,,千恵,Chie,109_SC07_c_177.wav,"chie,private",,0,,,,,,,,"So, Daddy, what are you going to do now?" +549100 ,,,,,,,主人公,,,chie,,0,,,,,,,,"Hmm, I want to find a way to live with Chie- chan somehow." +549200 ,,,,,,,千恵,Chie,109_SC07_c_178.wav,chie,,1,,,,,,,,Yeah! +549300 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Ideally, it would be best if I could marry Chie-chan, but\nthat's impossible." +549400 ,,,,,,,千恵,Chie,109_SC07_c_179.wav,chie,,21,,,,,,,,"Then, Daddy should marry Mommy after all." +549500 ,,,,,,,主人公,,,chie,,21,,,,,,,,I guess that's the only option... hmm. +549600 ,,,,,,,主人公,,,chie,,21,,,,,,,,"Chie-chan, won't you get jealous of Mommy?" +549700 ,,,,,,,千恵,Chie,109_SC07_c_180.wav,chie,,3,,,,,,,,Why? +549800 ,,,,,,,主人公,,,chie,,3,,,,,,,,"Because Daddy is Chie-chan's groom, right? And now he'll be\nMommy's groom too." +549900 ,,,,,,,千恵,Chie,109_SC07_c_181.wav,chie,,23,,,,,,,,...? +550000 ,,,,,,,千恵,Chie,109_SC07_c_182.wav,"chieL,private",,21,,,,,,,,"Chie-chan is fine with Daddy being Daddy and also being my\ngroom, and even if he becomes Mommy's groom, it's totally\nokay." +550100 ,,,,,,,主人公,,,chieL,,21,,,,,,,,...Hmm? Daddy is Daddy and the groom... and Mommy's groom... +550200 ,,,,,,,主人公,,,chieL,,21,,,,,,,,"Nope, I'm getting confused." +550300 ,,,,,,,千恵,Chie,109_SC07_c_183.wav,chieL,,1,,,,,,,,Um... Chie-chan is happy just being with Mommy and Daddy. +550400 ,,,,,,,主人公,,,chieL,,1,,,,,,,,That's simple. +550500 ,,,,,,,,,,chieL,,1,,,,,,,,"Well, maybe it's better to keep things that simple." +550600 ,,,,,,,,,,chieL,,1,,,,,,,,"Yes, complicated things don't matter." +550700 ,,,,,,,,,,chieL,,1,,,,,,,,"From now on, I'll just look for a way to always be with\nChie-chan, no matter what form it takes." +550800 ,,,,,,,,,,chieL,,1,,,,,,,,"It might be a distorted relationship, or it might become a\nproper one, I don't know." +550900 ,,,,,,,,,,chieL,,1,,,,,,,,"But we'll always, always be together." +551000 ,,,,,,,,,,chieL,,1,,,,,,,,"That wedding was just a toy ring, held at a candy store,\nreally trivial, but the feelings were real." +551100 ,,,,,,,,,,chieL,,1,,,,,,,,Somehow it's sick... not a healthy relationship at all...\nbut I vow to stay by Chie-chan's side. +551200 ,,,0,9000,,,,,,,,,,,,,,,, +551400 ,@110_SE00,,,,,,,,,,,,,,,,,,, +551600 ,,,7,11,,,,,,,,,,,,,,,,A few months have passed since then. +551700 ,,,,,,,,,,,,,,,,,,,,"In the end, I really became Chie-chan's father as promised." +551800 ,,,,,,,,,,,,,,,,,,,,I had a small wedding-like ceremony with Chie-chan's mother\nand told our parents about it. +551900 ,,,,,,,,,,,,,,,,,,,,"If you ask if I love her, well, I guess I do." +552000 ,,,,,,,,,,,,,,,,,,,,"But still, my goal was to become Chie-chan's father rather\nthan marrying her." +552100 ,,,,,,,,,,,,,,,,,,,,"Even so, I think I'm happy, and it seems she feels the same\nway." +552300 ,,"",,21,,,千恵,Chie,110_SE00_c_000.wav,"chie,privateB",,1,,,,,,,,"Daddy, I'm home!" +552400 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Welcome back, Chie-chan. Did you study properly?" +552500 ,,,,,,,千恵,Chie,110_SE00_c_001.wav,chie,,38,,,,,,,,Y-Yeah... probably. +552600 ,,,,,,,主人公,,,chie,,38,,,,,,,,"You left your homework and textbooks on the desk, didn't\nyou?" +552700 ,,,,,,,千恵,Chie,110_SE00_c_002.wav,chie,,4,,,,,,,,"Huh!? D-Daddy, did you look at Chie's desk...?" +552800 ,,,,,,,主人公,,,chie,,4,,,,,,,,I did. +552900 ,,,,,,,千恵,Chie,110_SE00_c_003.wav,chie,,10,,,,,,,,P-Privacy? That's an invasion! Why would you do that? +553000 ,,,,,,,主人公,,,chie,,10,,,,,,,,"Well, the store's ramune was missing, so I thought it might\nbe you, Chie-chan." +553100 ,,,,,,,千恵,Chie,110_SE00_c_004.wav,chie,,24,,,,,,,,Uh... Chie doesn't know anything about that~? +553200 ,,,,,,,主人公,,,chie,,24,,,,,,,,Hey! Lying? +553300 ,,,,,,,千恵,Chie,110_SE00_c_005.wav,chie,,34,,,,,,,,"I-I'm not supposed to lie. I'm sorry, Daddy, I took one." +553400 ,,,,,,,主人公,,,chie,,34,,,,,,,,"Well, since you apologized honestly, I'll let it go this\ntime." +553500 ,,,,,,,千恵,Chie,110_SE00_c_006.wav,chie,,1,,,,,,,,"T-Thank you, Daddy~" +553600 ,,,,,,,主人公,,,chie,,1,,,,,,,,But forgetting your homework isn't good. How about no snacks\ntoday? +553700 ,,,,,,,千恵,Chie,110_SE00_c_007.wav,chie,,30,,,,,,,,"D-Daddy, you're a meanie!" +553900 ,,"",,11,,,,,,,,,,,,,,,,"In the end, Chie-chan and her mother ended up living in my\nhouse." +554000 ,,,,,,,,,,,,,,,,,,,,"For a family of three, this house is enough." +554100 ,,,,,,,,,,,,,,,,,,,,"However, it's quite a challenge to support a family of three\nwith just a candy store, so her mother continues to work." +554200 ,,,,,,,,,,,,,,,,,,,,"For her, having someone to keep Chie-chan from feeling\nlonely is quite a relief." +554300 ,,,,,,,,,,,,,,,,,,,,"Well, I would never let her feel lonely. Even now, and when\nshe's at school, Chie-chan must have felt my presence." +554500 ,,"",,21,,,主人公,,,,,,,,,,,,,"So, Chie-chan, shall we take out what we put in this\nmorning?" +554600 ,,,,,,,千恵,Chie,110_SE00_c_008.wav,chie,,26,,,,,,,,"Ah... finally, I can take it out..." +554700 ,,,,,,,,,,chie,,26,,,,,,,,Chie-chan wiggled her butt slightly and let out a small\nsigh. +554800 ,,,,,,,,,,chie,,26,,,,,,,,"Now, what exactly was I having her do?" +554900 ,,,,,,,主人公,,,chie,,26,,,,,,,,"Shall we go to the room, then?" +555000 ,,,,,,,千恵,Chie,110_SE00_c_009.wav,chie,,2,,,,,,,,Yeah. +555200 ,,,9,,1400000,,,,,,,,,,,,,,, +555300 ,*mem,,,,1400000,,,,,,,,,,,,,,, +555400 ,,,9,,1400000,,主人公,,,,,,,,,,,,,"Are you okay? It didn't hurt, did it?" +555500 ,,,,,1400000,,千恵,Chie,110_SE00_c_010.wav,chie,,0,,,,,,,,"Yeah, I was fine. It didn't bother me at all." +555600 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Well, that's a bit boring then..." +555700 ,,,,,1400000,,,,,,,,,,,,,,,"Yes, I had put anal beads in Chie-chan's butt." +555800 ,,,,,1400000,,,,,,,,,,,,,,,"They were all the way in, with just the pull part sticking\nout from her butt." +555900 ,,,,,1400000,,,,,,,,,,,,,,,When I flicked it. +556000 ,,,,,1400000,,千恵,Chie,110_SE00_c_011.wav,chie,,0,,,,,,,,Huh!? D-Daddy. +556100 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Sorry, but you need to get used to this sensation too." +556200 ,,,,,1400000,,千恵,Chie,110_SE00_c_012.wav,chie,,0,,,,,,,,"Y-Yeah. I understand, Chie-chan will do her best." +556300 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Yes, that's the spirit!" +556400 ,,,,,1400000,,,,,,,,,,,,,,,"Now, why am I doing this... well, you could say it's a\nhobby, but that's not all." +556500 ,,,,,1400000,,,,,,,,,,,,,,,It seems everyone around has started their periods. +556600 ,,,,,1400000,,,,,,,,,,,,,,,Komako-chan and Tenka-chan also skip gym once a month. +556700 ,,,,,1400000,,,,,,,,,,,,,,,"Just hearing that made me masturbate several times, but at\nthe same time, I was struck by a certain fear." +556800 ,,,,,1400000,,,,,,,,,,,,,,,Chie-chan will be soon too... I thought. +556900 ,,,,,1400000,,,,,,,,,,,,,,,"When that happens, I won't be able to cum inside Chie-chan!\nInserting without a condom would be dangerous!" +557000 ,,,,,1400000,,,,,,,,,,,,,,,That's when I thought... I could just do it in her butt! +557100 ,,,,,1400000,,千恵,Chie,110_SE00_c_013.wav,chie,,0,,,,,,,,If I get used to these beads... do you think Dad's dick will\nfit in my butt? +557200 ,,,,,1400000,,主人公,,,,,,,,,,,,,"What do you think? Is your poop thicker than Dad's dick,\nChie-chan?" +557300 ,,,,,1400000,,千恵,Chie,110_SE00_c_014.wav,chie,,0,,,,,,,,Eh? Uh... I-I don't know. +557400 ,,,,,1400000,,,,,,,,,,,,,,,"Whether she's embarrassed or genuinely doesn't know... well,\nit doesn't matter. I think it'll stretch if we keep doing\nit." +557500 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Okay, let's pull it out from your butt, alright?" +557600 ,,,,,1400000,,千恵,Chie,110_SE00_c_015.wav,chie,,0,,,,,,,,O-Okay... +557700 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Alright, let's go slowly." +557800 ,,,,,1400000,,,,,,,,,,,,,,,I hook my finger on the anal beads' string and pull gently. +558000 ,,,,,1400010,,,,,,,,,,,,,,,"Her anus bulges slightly, and as I pull a bit more, the\nbeads start to appear." +558100 ,,,,,1400010,,千恵,Chie,110_SE00_c_016.wav,chie,,0,,,,,,,,Nnngh... it feels... weird. +558200 ,,,,,1400010,,主人公,,,,,,,,,,,,,"Okay, here it comes." +558300 ,,,,,1400010,,,,,,,,,,,,,,,―Plop! +558400 ,,,,,1400010,,千恵,Chie,110_SE00_c_017.wav,chie,,0,,,,,,,,Ahh! +558500 ,,,,,1400010,,主人公,,,,,,,,,,,,,"Wow, the beads came out! Does Chie-chan's poop come out like\nthis too?" +558600 ,,,,,1400010,,千恵,Chie,110_SE00_c_018.wav,chie,,0,,,,,,,,I don't know. +558700 ,,,,,1400010,,,,,,,,,,,,,,,Chie-chan says that with a slightly embarrassed look. +558800 ,,,,,1400010,,,,,,,,,,,,,,,"Well, she's grown a bit since then, and she's started to\nshow some shyness compared to before." +558900 ,,,,,1400010,,,,,,,,,,,,,,,I guess that question was a bit embarrassing. +559000 ,,,,,1400010,,主人公,,,,,,,,,,,,,"Hmm, so did it feel good?" +559100 ,,,,,1400010,,千恵,Chie,110_SE00_c_019.wav,chie,,0,,,,,,,,Uh... I don't know. +559200 ,,,,,1400010,,主人公,,,,,,,,,,,,,"Well, I guess it can't be helped... Here we go." +559400 ,,,,,1400000,,,,,,,,,,,,,,,―Plop plop plop +559500 ,,,,,1400000,,千恵,Chie,110_SE00_c_020.wav,chie,,0,,,,,,,,Nngh! +559600 ,,,,,1400000,,主人公,,,,,,,,,,,,,I put it back in your butt again. +559700 ,,,,,1400000,,千恵,Chie,110_SE00_c_021.wav,chie,,0,,,,,,,,"Hah, phew... Geez, that surprised me~" +559800 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Sorry, sorry, I should have told you, right? So, did it feel\ngood when it went in?" +559900 ,,,,,1400000,,千恵,Chie,110_SE00_c_022.wav,chie,,0,,,,,,,,"Hmm, it feels weird because it's going in where things come\nout..." +560000 ,,,,,1400000,,千恵,Chie,110_SE00_c_023.wav,chie,,0,,,,,,,,"Ah, but if you think about it, isn't it the same for the\nvagina?" +560100 ,,,,,1400000,,主人公,,,,,,,,,,,,,...? +560200 ,,,,,1400000,,千恵,Chie,110_SE00_c_024.wav,chie,,0,,,,,,,,"The vagina is also where babies come out, right?" +560300 ,,,,,1400000,,,,,,,,,,,,,,,"Ah... now that she mentions it, that's true." +560400 ,,,,,1400000,,主人公,,,,,,,,,,,,,"But, you know, a penis has to go in first, or else you can't\nmake a baby." +560500 ,,,,,1400000,,千恵,Chie,110_SE00_c_025.wav,chie,,0,,,,,,,,"Oh, I see. Dad is so smart!" +560600 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Well, yeah." +560700 ,,,,,1400000,,,,,,,,,,,,,,,"Well, being respected for something like this is a bit...\nbut still." +560800 ,,,,,1400000,,主人公,,,,,,,,,,,,,"Alright then, I'll pull it out again, okay?" +560900 ,,,,,1400000,,千恵,Chie,110_SE00_c_026.wav,chie,,0,,,,,,,,Y-yeah. +561100 ,,,,,1400010,,,,,,,,,,,,,,,―Squish. +561200 ,,,,,1400010,,千恵,Chie,110_SE00_c_027.wav,chie,,0,,,,,,,,Nngh... it still feels weird... +561300 ,,,,,1400010,,主人公,,,,,,,,,,,,,"Is that so? Then next time, I'll pull it out for you, but\nChie-chan, you help push it out too." +561400 ,,,,,1400010,,千恵,Chie,110_SE00_c_028.wav,chie,,0,,,,,,,,Y-yeah. +561500 ,,,,,1400010,,千恵,Chie,110_SE00_c_029.wav,chie,,0,,,,,,,,Nnn~~~~... Nnn~~~~... +561600 ,,,,,1400010,,,,,,,,,,,,,,,Oh! Her anus is starting to bulge. +561700 ,,,,,1400010,,,,,,,,,,,,,,,"But despite Chie-chan's effort, nothing is coming out at\nall..." +561800 ,,,,,1400010,,,,,,,,,,,,,,,"Well, I guess I'll have to give it a little pull." +561900 ,,,,,1400010,,,,,,,,,,,,,,,I gently applied a bit of force to the string. +562000 ,,,,,1400010,,,,,,,,,,,,,,,"――Pop, pop, po~~~~p." +562100 ,,,,,1400010,,千恵,Chie,110_SE00_c_030.wav,chie,,0,,,,,,,,Nngh! Ah! Nnn~~~ngh!? +562200 ,,,,,1400010,,主人公,,,,,,,,,,,,,Oh! You got three out at once. +562300 ,,,,,1400010,,千恵,Chie,110_SE00_c_031.wav,chie,,0,,,,,,,,"Huh!? Chie-chan didn't poop, right?" +562400 ,,,,,1400010,,主人公,,,,,,,,,,,,,Hmm? I wonder? +562500 ,,,,,1400010,,,,,,,,,,,,,,,"Of course, nothing came out. It was just the anal beads." +562600 ,,,,,1400010,,,,,,,,,,,,,,,"Chie-chan tries to check her butt, but naturally, she can't\nsee her own anus due to her body's structure." +562700 ,,,,,1400010,,,,,,,,,,,,,,,"She tries to look behind somehow, but she ends up looking\nlike a dog chasing its tail." +562800 ,,,,,1400010,,主人公,,,,,,,,,,,,,"It's okay, it's okay, nothing came out." +562900 ,,,,,1400010,,千恵,Chie,110_SE00_c_032.wav,chie,,0,,,,,,,,"Phew... Geez! Dad, you're so mean!" +563000 ,,,,,1400010,,主人公,,,,,,,,,,,,,Sorry. +563100 ,,,,,1400010,,主人公,,,,,,,,,,,,,"Then, just a little more..." +563200 ,,,,,1400010,,,,,,,,,,,,,,,――Popopopon +563300 ,,,,,1400010,,千恵,Chie,110_SE00_c_033.wav,chie,,0,,,,,,,,Nngh! Fiiiii! +563400 ,,,,,1400010,,,,,,,,,,,,,,,"When I pulled strongly without warning, several beads were\nexpelled from her butt all at once." +563500 ,,,,,1400010,,,,,,,,,,,,,,,"It seemed like an unexpected sensation for Chie-chan, and\nshe let out a rather strange scream." +563600 ,,,,,1400010,,千恵,Chie,110_SE00_c_034.wav,chie,,0,,,,,,,,D-Dad! That was no good... I thought my butt was going to\nturn inside out! +563700 ,,,,,1400010,,主人公,,,,,,,,,,,,,"It's okay. Look, I'll pull out the rest too." +563800 ,,,,,1400010,,千恵,Chie,110_SE00_c_035.wav,chie,,0,,,,,,,,I-I'm scared... +563900 ,,,,,1400010,,主人公,,,,,,,,,,,,,Here... squeeze... +564000 ,,,,,1400010,,千恵,Chie,110_SE00_c_036.wav,chie,,0,,,,,,,,"W-Wait a minute. Chie-chan will try not to let it out... Ah,\nah, ah, ah―nngh!" +564100 ,,,,,1400010,,,,,,,,,,,,,,,――Moryun moryun moryun! +564200 ,,,,,1400010,,,,,,,,,,,,,,,"It seemed like she was clenching her anus, and with each\nbead that came out, it contracted, then swelled again,\nrepeating the process." +564300 ,,,,,1400010,,,,,,,,,,,,,,,The movement of her anus trying hard not to let it out was\nquite lewd. +564500 ,,,,,1400020,,千恵,Chie,110_SE00_c_037.wav,chie,,0,,,,,,,,Nngh... Huff... Huff... +564600 ,,,,,1400020,,主人公,,,,,,,,,,,,,"How was it, Chie-chan?" +564700 ,,,,,1400020,,千恵,Chie,110_SE00_c_038.wav,chie,,0,,,,,,,,Ugh... Did it look like I was having an accident? +564800 ,,,,,1400020,,主人公,,,,,,,,,,,,,Huh? What do you mean? +564900 ,,,,,1400020,,千恵,Chie,110_SE00_c_039.wav,chie,,0,,,,,,,,"Before, it was like I was trying to poop, but now I was\ntrying not to let it out, and yet so much came out..." +565000 ,,,,,1400020,,,,,,,,,,,,,,,"Ah, I see. That's an aptly put expression." +565100 ,,,,,1400020,,,,,,,,,,,,,,,"But whether that accident felt good or not, Chie-chan's face\nlooked dazed, and intestinal fluid was coming out from her\nanus." +565200 ,,,,,1400020,,千恵,Chie,110_SE00_c_040.wav,chie,,0,,,,,,,,Ah... Something's dripping from my butt... Could it be... +565300 ,,,,,1400020,,主人公,,,,,,,,,,,,,Ah... some juice is coming out. +565400 ,,,,,1400020,,千恵,Chie,110_SE00_c_041.wav,chie,,0,,,,,,,,"Eeeh! B-But... this is because of you, Dad." +565500 ,,,,,1400020,,主人公,,,,,,,,,,,,,"Hehe, don't worry. It's something called intestinal fluid." +565600 ,,,,,1400020,,千恵,Chie,110_SE00_c_042.wav,chie,,0,,,,,,,,Intestinal fluid? +565700 ,,,,,1400020,,主人公,,,,,,,,,,,,,"Yeah, it's the juice that comes out when your butt feels\ngood." +565800 ,,,,,1400020,,,,,,,,,,,,,,,"That's not true at all, though..." +565900 ,,,,,1400020,,,,,,,,,,,,,,,"But well, it's something that eases the damage when a\nforeign object is inserted, so for us perverts, it's similar\nto love juice." +566000 ,,,,,1400020,,千恵,Chie,110_SE00_c_043.wav,chie,,0,,,,,,,,I see. So... Chie-chan didn't have an accident. +566100 ,,,,,1400020,,主人公,,,,,,,,,,,,,"That's right, so don't worry." +566200 ,,,,,1400020,,千恵,Chie,110_SE00_c_044.wav,chie,,0,,,,,,,,Phew... +566300 ,,,,,1400020,,,,,,,,,,,,,,,"Still, with such a tempting anus in front of me, I can't\nhelp but play around." +566400 ,,,,,1400020,,主人公,,,,,,,,,,,,,Phew. +566500 ,,,,,1400020,,千恵,Chie,110_SE00_c_045.wav,chie,,0,,,,,,,,Huh!? +566600 ,,,,,1400020,,,,,,,,,,,,,,,"When I blew on it, the anus tightened up." +566700 ,,,,,1400020,,千恵,Chie,110_SE00_c_046.wav,chie,,0,,,,,,,,D-Dad? +566800 ,,,,,1400020,,主人公,,,,,,,,,,,,,Wow! What a reaction! +566900 ,,,,,1400020,,,,,,,,,,,,,,,"Then, when I poked it with my index finger, it clenched\ntightly." +567000 ,,,,,1400020,,千恵,Chie,110_SE00_c_047.wav,chie,,0,,,,,,,,Ah! M-My butt... it's moving on its own. +567100 ,,,,,1400020,,主人公,,,,,,,,,,,,,"Really, it looks like it's going to eat my finger, doesn't\nit?" +567200 ,,,,,1400020,,千恵,Chie,110_SE00_c_048.wav,chie,,0,,,,,,,,It won't eat from my butt. +567300 ,,,,,1400020,,千恵,Chie,110_SE00_c_049.wav,chie,,0,,,,,,,,Ah... I guess it won't eat fingers from my mouth either. +567400 ,,,,,1400020,,,,,,,,,,,,,,,"Well, either way is fine." +567500 ,,,,,1400020,,,,,,,,,,,,,,,"Anyway, from now on, what your butt will be eating isn't a\nfinger, but a dick." +567600 ,,,,,1400020,,主人公,,,,,,,,,,,,,"Hey, Chii-chan." +567700 ,,,,,1400020,,千恵,Chie,110_SE00_c_050.wav,chie,,0,,,,,,,,"What is it, Dad?" +567800 ,,,,,1400020,,主人公,,,,,,,,,,,,,"From what I can see, it looks like your butt is ready for\nsex." +567900 ,,,,,1400020,,千恵,Chie,110_SE00_c_051.wav,chie,,0,,,,,,,,Really? But this is the first time I've put anything in\nthere today. +568000 ,,,,,1400020,,主人公,,,,,,,,,,,,,"Then you must have a talent for anal sex, Chii-chan. That's\namazing!" +568100 ,,,,,1400020,,千恵,Chie,110_SE00_c_052.wav,chie,,0,,,,,,,,R-Really? +568200 ,,,,,1400020,,主人公,,,,,,,,,,,,,"So, let's give it a try. I want to put it in your butt, too." +568300 ,,,,,1400020,,千恵,Chie,110_SE00_c_053.wav,chie,,0,,,,,,,,"Hmm... if you say so, Dad, then it's okay." +568400 ,,,,,1400020,,主人公,,,,,,,,,,,,,I thought you'd say that. +568500 ,,,,,1400020,,,,,,,,,,,,,,,I took out my rock-hard dick and gently pressed it against\nChii-chan's beautiful opening. +568600 ,,,,,1400020,,千恵,Chie,110_SE00_c_054.wav,chie,,0,,,,,,,,Ah... Dad's dick... it's so hot. +568700 ,,,,,1400020,,主人公,,,,,,,,,,,,,"Alright, I'm going to put it in, okay?" +568800 ,,,,,1400020,,千恵,Chie,110_SE00_c_055.wav,chie,,0,,,,,,,,Y-Yeah... +568900 ,,,,,1400020,,,,,,,,,,,,,,,"After a squishy sensation, my dick slowly slid in." +569100 ,,,,,1400030,,,,,,,,,,,,,,,Squeeze! The intense pressure enveloped my dick. +569200 ,,,,,1400030,,千恵,Chie,110_SE00_c_056.wav,chie,,0,,,,,,,,Mmm... ooooooh... aaaaaah... mmmmmm... +569300 ,,,,,1400030,,主人公,,,,,,,,,,,,,Ugh... this is tight. +569400 ,,,,,1400030,,,,,,,,,,,,,,,"...It's tight, but." +569500 ,,,,,1400030,,主人公,,,,,,,,,,,,,"It feels great, Chii-chan! Your butt is working hard to hold\nmy dick, it's incredibly erotic!" +569600 ,,,,,1400030,,千恵,Chie,110_SE00_c_057.wav,chie,,0,,,,,,,,Nngh... haa haa... nngh~~ +569700 ,,,,,1400030,,,,,,,,,,,,,,,"Chii-chan was groaning with teary eyes, breathing heavily." +569800 ,,,,,1400030,,,,,,,,,,,,,,,"Well, that's how it is at first." +569900 ,,,,,1400030,,千恵,Chie,110_SE00_c_058.wav,chie,,0,,,,,,,,"Nn, nngh, u! Dad's... in my butt... it's in..." +570000 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Yeah, it's in, right? See, you can feel it, can't you?" +570100 ,,,,,1400030,,千恵,Chie,110_SE00_c_059.wav,chie,,0,,,,,,,,Nhoo... aahh +570200 ,,,,,1400030,,主人公,,,,,,,,,,,,,"I'm going to move a little, okay?" +570300 ,,,,,1400030,,千恵,Chie,110_SE00_c_060.wav,chie,,0,,,,,,,,"Ah, ngh ah ah ah... aah, I can't" +570400 ,,,,,1400030,,,,,,,,,,,,,,,"When I moved a little, it squeezed tightly over and over...\nthis movement is cute and naughty." +570500 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Chii-chan, does it feel good?" +570600 ,,,,,1400030,,千恵,Chie,110_SE00_c_061.wav,chie,,0,,,,,,,,"S-Sorry, Dad... it's just painful... Chii- chan doesn't feel\ngood." +570700 ,,,,,1400030,,主人公,,,,,,,,,,,,,I see... it doesn't feel good? +570800 ,,,,,1400030,,,,,,,,,,,,,,,"Forcing it like this is fine, but thinking about the future,\nthat's not a good idea." +570900 ,,,,,1400030,,,,,,,,,,,,,,,"But if I stop now, she probably won't let me do it again." +571000 ,,,,,1400030,,千恵,Chie,110_SE00_c_062.wav,chie,,0,,,,,,,,Dad... can you take it out? +571100 ,,,,,1400030,,主人公,,,,,,,,,,,,,"You can't give up, Chii-chan. Dad doesn't like kids who give\nup." +571200 ,,,,,1400030,,千恵,Chie,110_SE00_c_063.wav,chie,,0,,,,,,,,"Eh! No, no, no! I finally got to do it with Dad~" +571300 ,,,,,1400030,,千恵,Chie,110_SE00_c_064.wav,chie,,0,,,,,,,,"Ch-Chii-chan will try her best, okay? So don't hate me...\nChii-chan is struggling, but my butt will try hard~" +571400 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Calm down... Your pussy was the same at first, but it soon\nfelt good, right?" +571500 ,,,,,1400030,,千恵,Chie,110_SE00_c_065.wav,chie,,0,,,,,,,,Ah... yeah. Now that you mention it. +571600 ,,,,,1400030,,主人公,,,,,,,,,,,,,"So if you try hard, your butt will soon feel good too." +571700 ,,,,,1400030,,千恵,Chie,110_SE00_c_066.wav,chie,,0,,,,,,,,R-Really? +571800 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Yeah! And I won't dislike you, Chii-chan, so don't worry." +571900 ,,,,,1400030,,千恵,Chie,110_SE00_c_067.wav,chie,,0,,,,,,,,"Oh, that's a relief..." +572000 ,,,,,1400030,,,,,,,,,,,,,,,Oh? Her anus relaxed once she felt relieved. +572100 ,,,,,1400030,,,,,,,,,,,,,,,"So... does that mean her butt is actually fine, and it's\njust the tension making it uncomfortable?" +572200 ,,,,,1400030,,,,,,,,,,,,,,,If that's the case... +572300 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Then, Chii-chan, try touching your crotch with your fingers." +572400 ,,,,,1400030,,千恵,Chie,110_SE00_c_068.wav,chie,,0,,,,,,,,...? +572500 ,,,,,1400030,,主人公,,,,,,,,,,,,,"If you have sex with your butt while feeling good, it'll\neventually feel good too." +572600 ,,,,,1400030,,千恵,Chie,110_SE00_c_069.wav,chie,,0,,,,,,,,...Really? +572700 ,,,,,1400030,,主人公,,,,,,,,,,,,,It's true. Even Dad has tried it before. +572800 ,,,,,1400030,,千恵,Chie,110_SE00_c_070.wav,chie,,0,,,,,,,,Really!? +572900 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Of course, Dad has a butt hole too. I've pretty much proven\nwhat feels good." +573000 ,,,,,1400030,,千恵,Chie,110_SE00_c_071.wav,chie,,0,,,,,,,,"Dad, you're amazing! Chii-chan really respects you~" +573100 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Heheh. But keep it a secret from others, okay? Don't write\nabout it in those 'What I Respect About My Family' essays\neither." +573200 ,,,,,1400030,,千恵,Chie,110_SE00_c_072.wav,chie,,0,,,,,,,,Eh~ Why not~? +573300 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Well, there are various reasons." +573400 ,,,,,1400030,,,,,,,,,,,,,,,"Well, because it could lead to getting arrested." +573500 ,,,,,1400030,,主人公,,,,,,,,,,,,,"Now, go ahead and try it." +573600 ,,,,,1400030,,千恵,Chie,110_SE00_c_073.wav,chie,,0,,,,,,,,Okay! +573800 ,,,,,1400040,,千恵,Chie,110_SE00_c_074.wav,chie,,0,,,,,,,,"Nn... nn, ah. Ahh, nfu." +573900 ,,,,,1400040,,主人公,,,,,,,,,,,,,How does it feel? +574000 ,,,,,1400040,,千恵,Chie,110_SE00_c_075.wav,chie,,0,,,,,,,,"Hyu, yeah, faa... It's a weird feeling... both uncomfortable\nand... good." +574100 ,,,,,1400040,,,,,,,,,,,,,,,Chii-chan is slowly rubbing back and forth around the hole. +574200 ,,,,,1400040,,,,,,,,,,,,,,,I'm sticking my dick into Chii-chan's anus while she's\nmasturbating... what a situation! +574300 ,,,,,1400040,,,,,,,,,,,,,,,Just this situation alone is enough to make me want to cum! +574400 ,,,,,1400040,,千恵,Chie,110_SE00_c_076.wav,chie,,0,,,,,,,,Mmph! D-Dad's dick... it's gotten thicker. +574500 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Ah, s-sorry! I'll calm it down." +574600 ,,,,,1400040,,,,,,,,,,,,,,,"But honestly, I'm just barely holding back from cumming." +574700 ,,,,,1400040,,千恵,Chie,110_SE00_c_077.wav,chie,,0,,,,,,,,"...Nnngh! Fuaaah! Hahuu... it's, it's different from usual." +574800 ,,,,,1400040,,主人公,,,,,,,,,,,,,Oh? Does it feel good to have it in your butt? +574900 ,,,,,1400040,,千恵,Chie,110_SE00_c_078.wav,chie,,0,,,,,,,,Hmm... I don't know yet... but... my pussy feels good. +575000 ,,,,,1400040,,,,,,,,,,,,,,,"Her voice is slightly sweet, as if she's being pampered." +575100 ,,,,,1400040,,,,,,,,,,,,,,,"And from her pussy, there's a lewd sound of squishing." +575200 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Chii-chan, isn't your pussy getting wet quickly?" +575300 ,,,,,1400040,,千恵,Chie,110_SE00_c_079.wav,chie,,0,,,,,,,,"Because... nn. When it's in my butt... it tickles, fuhah...\nuah." +575400 ,,,,,1400040,,千恵,Chie,110_SE00_c_080.wav,chie,,0,,,,,,,,"Ah, ah, I don't know if my butt feels good, but... I was\nthinking I wanted you to do my pussy?" +575500 ,,,,,1400040,,主人公,,,,,,,,,,,,,I-I see. +575600 ,,,,,1400040,,,,,,,,,,,,,,,"Ah, when you say that, it makes me want to thrust into your\npussy too!" +575700 ,,,,,1400040,,,,,,,,,,,,,,,...But today is all about anal training! I'll harden my\nheart and not put it in your pussy! +575800 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Then, Chii-chan, try playing with your pussy as you like." +575900 ,,,,,1400040,,千恵,Chie,110_SE00_c_081.wav,chie,,0,,,,,,,,"Okay, got it." +576000 ,,,,,1400040,,,,,,,,,,,,,,,Chii-chan pinched her clitoris along with the skin and\ngently squeezed it. +576100 ,,,,,1400040,,千恵,Chie,110_SE00_c_082.wav,chie,,0,,,,,,,,Hyah! Nn... nn... when I rub it like this... it feels good. +576200 ,,,,,1400040,,,,,,,,,,,,,,,"Ah, she knows where it feels good herself." +576300 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Then, I'll do it for you next time." +576400 ,,,,,1400040,,千恵,Chie,110_SE00_c_083.wav,chie,,0,,,,,,,,"Yeah. ...Ah, ah, ah, aaaaah... clitoris... feels good." +576500 ,,,,,1400040,,千恵,Chie,110_SE00_c_084.wav,chie,,0,,,,,,,,"Ahh, ahh... when I squeeze it... my pussy tightens up." +576600 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Then, let's move the dick in your butt along with that...\nthere." +576700 ,,,,,1400040,,,,,,,,,,,,,,,I thrust my dick in deeply. +576800 ,,,,,1400040,,千恵,Chie,110_SE00_c_085.wav,chie,,0,,,,,,,,Nfuuu! My butt! Higu...! Auu! +576900 ,,,,,1400040,,,,,,,,,,,,,,,"It seems her butt is still a bit painful, as her body\ntrembles. ...But, a little bit of love juice is coming from\nher pussy." +577000 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Come on, Chii-chan, don't stop your hand." +577100 ,,,,,1400040,,千恵,Chie,110_SE00_c_086.wav,chie,,0,,,,,,,,Y-yeah! Hah... nn... cl-clitoris... squeeze! +577200 ,,,,,1400040,,,,,,,,,,,,,,,"Next, I draw circles with my dick to loosen her tightly\nclenched anus." +577300 ,,,,,1400040,,千恵,Chie,110_SE00_c_087.wav,chie,,0,,,,,,,,Naaaah... it's spreading... Chii-chan's butt hole...\nsquishy. +577400 ,,,,,1400040,,千恵,Chie,110_SE00_c_088.wav,chie,,0,,,,,,,,Chii-chan's butt hole... huff... feels weird somehow. +577500 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Oh? Chii-chan, is your butt starting to feel good?" +577600 ,,,,,1400040,,千恵,Chie,110_SE00_c_089.wav,chie,,0,,,,,,,,"Um, you know... it tingles... my pussy... feels like it's\ngoing to tighten up." +577700 ,,,,,1400040,,,,,,,,,,,,,,,"Hmm, it's full of sound effects, but maybe it's starting to\nfeel good?" +577800 ,,,,,1400040,,主人公,,,,,,,,,,,,,That means it feels good. +577900 ,,,,,1400040,,千恵,Chie,110_SE00_c_090.wav,chie,,0,,,,,,,,B-but... it still hurts. +578000 ,,,,,1400040,,主人公,,,,,,,,,,,,,"That's because the pleasure and pain are fighting each\nother. It was the same with your pussy, right?" +578100 ,,,,,1400040,,千恵,Chie,110_SE00_c_091.wav,chie,,0,,,,,,,,"Yeah... it felt good, but it hurt." +578200 ,,,,,1400040,,主人公,,,,,,,,,,,,,"This time, let's work together, Chii-chan, to overcome the\npain, okay?" +578300 ,,,,,1400040,,主人公,,,,,,,,,,,,,Then it'll only feel good. +578400 ,,,,,1400040,,千恵,Chie,110_SE00_c_092.wav,chie,,0,,,,,,,,"Yeah! Chii-chan will do her best... let's do our best\ntogether, Daddy!" +578500 ,,,,,1400040,,主人公,,,,,,,,,,,,,Yeah. +578600 ,,,,,1400040,,主人公,,,,,,,,,,,,,"...Then, slowly pull it out from your butt." +578700 ,,,,,1400040,,千恵,Chie,110_SE00_c_093.wav,chie,,0,,,,,,,,Fuaaah! Nnn... auu. Ah... when it comes out... the pain\nisn't there. +578800 ,,,,,1400040,,,,,,,,,,,,,,,"Well, of course. The foreign object is being removed." +578900 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Then, Chii-chan, let's play with your pussy, okay?" +579000 ,,,,,1400040,,千恵,Chie,110_SE00_c_094.wav,chie,,0,,,,,,,,"Got it. ...Chii-chan, around the entrance of my pussy...\nspread it... huff!" +579100 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Oh, you like tickling the entrance, huh?" +579200 ,,,,,1400040,,,,,,,,,,,,,,,"Chii-chan's butt hole reacts strongly, tightening repeatedly\naround my cock." +579300 ,,,,,1400040,,,,,,,,,,,,,,,"The response is quite good. At this rate, she'll soon be\nable to feel pleasure from her anus." +579400 ,,,,,1400040,,,,,,,,,,,,,,,"Alright, then let's focus on the area around the hole..." +579500 ,,,,,1400040,,千恵,Chie,110_SE00_c_095.wav,chie,,0,,,,,,,,Ah!? ...A-around my butt... Daddy's fingers are...\ntickling... fuaaah. +579600 ,,,,,1400040,,,,,,,,,,,,,,,"With fingers moistened by love juice, I gently stimulate the\narea around the hole." +579700 ,,,,,1400040,,千恵,Chie,110_SE00_c_096.wav,chie,,0,,,,,,,,Nnn... it feels like... it's being licked. +579800 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Ah... if it's Chii-chan's butt, I could lick it for you." +579900 ,,,,,1400040,,千恵,Chie,110_SE00_c_097.wav,chie,,0,,,,,,,,Th-that's dirty... nnngh! +580000 ,,,,,1400040,,主人公,,,,,,,,,,,,,"It's not like that. Well, with my cock inside, it's\nimpossible in this position though." +580100 ,,,,,1400040,,,,,,,,,,,,,,,"As I stroke around Chii-chan's butt, her anus twitches like\na separate creature, creating an incredibly erotic sight." +580200 ,,,,,1400040,,,,,,,,,,,,,,,It's as if it's trying to eat my cock. +580300 ,,,,,1400040,,千恵,Chie,110_SE00_c_098.wav,chie,,0,,,,,,,,"Ah, ah, ah! ...Daddy... Chii-chan, her butt... the\ndiscomfort... might be going away." +580400 ,,,,,1400040,,千恵,Chie,110_SE00_c_099.wav,chie,,0,,,,,,,,Like this... peeling back the clitoris skin... hiyun!? When\nI touch it... the discomfort goes away. +580500 ,,,,,1400040,,,,,,,,,,,,,,,"Just as she said, Chii-chan repeatedly stimulates her\nclitoris." +580600 ,,,,,1400040,,,,,,,,,,,,,,,And then... +580700 ,,,,,1400040,,主人公,,,,,,,,,,,,,Ah... Chii-chan's butt hole is loosening up. +580800 ,,,,,1400040,,千恵,Chie,110_SE00_c_100.wav,chie,,0,,,,,,,,"R-really? ...Then, Chii-chan will do her best." +580900 ,,,,,1400040,,主人公,,,,,,,,,,,,,"Yeah, you can play with it until you're about to come." +581000 ,,,,,1400050,,千恵,Chie,110_SE00_c_101.wav,chie,,0,,,,,,,,"Y-yeah. Nn, fuh! Ah, ahhh! When I rub it with my finger's\nbelly, nngh! Ahh! Nnfuuh! It feels good." +581100 ,,,,,1400050,,千恵,Chie,110_SE00_c_102.wav,chie,,0,,,,,,,,And then... ahhh! Ahn! When I pinch it like this... nn! Fuh\nahhh! It makes me twitch! +581200 ,,,,,1400050,,主人公,,,,,,,,,,,,,"I get it, Chii-chan! Chii-chan's butt is twitching too." +581300 ,,,,,1400040,,千恵,Chie,110_SE00_c_103.wav,chie,,0,,,,,,,,"R-really... Chii-chan's butt, like that... nnngh!" +581400 ,,,,,1400040,,主人公,,,,,,,,,,,,,How is it? Still uncomfortable? +581500 ,,,,,1400040,,千恵,Chie,110_SE00_c_104.wav,chie,,0,,,,,,,,Ah... not really... I might be okay to move... +581600 ,,,,,1400040,,主人公,,,,,,,,,,,,,I see... then... +581700 ,,,,,1400040,,,,,,,,,,,,,,,I grabbed her butt cheeks and sank my hands into them. +581800 ,,,,,1400040,,,,,,,,,,,,,,,"Then, as if pulling her closer, I pushed my cock back into\nChii-chan's intestines." +582000 ,,,,,1400050,,千恵,Chie,110_SE00_c_105.wav,chie,,0,,,,,,,,"Fuaaah! Nngh, ooooh, nnngh! Higu, uuuu! Ah... u..." +582100 ,,,,,1400050,,主人公,,,,,,,,,,,,,Whoa... the inside of your butt is twitching... kuh! +582200 ,,,,,1400050,,千恵,Chie,110_SE00_c_106.wav,chie,,0,,,,,,,,Auuu! Daddy... it's not painful... but it's scary. +582300 ,,,,,1400050,,主人公,,,,,,,,,,,,,Scary? Even though you're making such lewd sounds? +582400 ,,,,,1400050,,千恵,Chie,110_SE00_c_107.wav,chie,,0,,,,,,,,But Chii-chan... my body is twitching more with my butt than\nwith my pussy... +582500 ,,,,,1400050,,主人公,,,,,,,,,,,,,Maybe Chii-chan feels it more in her butt than her pussy? +582600 ,,,,,1400050,,千恵,Chie,110_SE00_c_108.wav,chie,,0,,,,,,,,"I don't know, I don't know. ...Daddy... is Chii-chan weird?" +582700 ,,,,,1400050,,主人公,,,,,,,,,,,,,"You're not weird at all. And even if you are like that,\nDaddy loves you very much." +582800 ,,,,,1400050,,千恵,Chie,110_SE00_c_109.wav,chie,,0,,,,,,,,I'm glad... it's okay for Chii-chan to feel good with her\nbutt. +582900 ,,,,,1400050,,主人公,,,,,,,,,,,,,"Yeah, it's okay to feel it." +583000 ,,,,,1400050,,千恵,Chie,110_SE00_c_110.wav,chie,,0,,,,,,,,"Yeah, Chii-chan will feel good with her butt." +583100 ,,,,,1400050,,,,,,,,,,,,,,,"As she said that, both Chii-chan and her anus responded\nhappily. Each wrinkle of her anus spread out, then tightened\nagain." +583200 ,,,,,1400050,,主人公,,,,,,,,,,,,,Ugh... Chii-chan's... butt hole is twitching! It's squeezing\nDaddy's cock! +583300 ,,,,,1400050,,主人公,,,,,,,,,,,,,"If that's the case, Daddy will start moving too." +583400 ,,,,,1400050,,,,,,,,,,,,,,,I began to rotate and dig into the loosened anus as if\nexcavating. +583500 ,,,,,1400050,,千恵,Chie,110_SE00_c_111.wav,chie,,0,,,,,,,,"Nn! No, no! My butt is spreading!" +583600 ,,,,,1400050,,主人公,,,,,,,,,,,,,"It's okay, butts are strong, right? This much is nothing,\nright?" +583700 ,,,,,1400050,,,,,,,,,,,,,,,"As if nodding to my words, Chii-chan's anus tightened and\ncontracted." +583800 ,,,,,1400050,,,,,,,,,,,,,,,...I never thought I'd get consent from an anus. +583900 ,,,,,1400050,,主人公,,,,,,,,,,,,,"Then, I'll move even more, okay?" +584000 ,,,,,1400050,,千恵,Chie,110_SE00_c_112.wav,chie,,0,,,,,,,,"Hya!? No, Daddy... n... ah, ha... my butt... my butt!" +584100 ,,,,,1400050,,,,,,,,,,,,,,,"Her breath was ragged, but her pussy was dripping with love\njuices, and her voice was so erotic... it seemed there was\nno need to hold back anymore." +584200 ,,,,,1400050,,主人公,,,,,,,,,,,,,"Chii-chan, you look like you're feeling good, but Daddy\nwants to feel good too... so I'll move a lot, okay?" +584300 ,,,,,1400050,,千恵,Chie,110_SE00_c_113.wav,chie,,0,,,,,,,,"Fwa, auuu..." +584400 ,,,,,1400050,,,,,,,,,,,,,,,"Her face was dazed, and her anus twitched as if it were\nbreathing." +584500 ,,,,,1400050,,,,,,,,,,,,,,,With this feeling... I began to thrust back and forth. +584700 ,,,,,1400060,,千恵,Chie,110_SE00_c_114.wav,chie,,0,,,,,,,,"Nngh ooooh!? Hyaa! Fwa, ...nngh uuuuuuu! In and out!\n...Fwaaaa!" +584800 ,,,,,1400060,,千恵,Chie,110_SE00_c_115.wav,chie,,0,,,,,,,,Daddy... nngh! Help me... my butt feels tingly! Hafu! It's\nstrange! +584900 ,,,,,1400060,,主人公,,,,,,,,,,,,,"It's okay, Chii-chan." +585000 ,,,,,1400060,,,,,,,,,,,,,,,A cock forcibly expelled from the intestines. A cock\nforcibly thrust into the intestines. +585100 ,,,,,1400060,,,,,,,,,,,,,,,"Two unknown sensations, and both of them feel good. It might\nindeed be strange." +585200 ,,,,,1400060,,,,,,,,,,,,,,,Chii-chan's body trembled and shook. +585300 ,,,,,1400060,,主人公,,,,,,,,,,,,,Does it feel okay? +585400 ,,,,,1400060,,,,,,,,,,,,,,,I pulled out the cock that was buried to the base. +585500 ,,,,,1400060,,千恵,Chie,110_SE00_c_116.wav,chie,,0,,,,,,,,Nngh! Kuu... it tingles! +585600 ,,,,,1400060,,,,,,,,,,,,,,,"This time, I thrust it all the way to the base in one go." +585700 ,,,,,1400060,,千恵,Chie,110_SE00_c_117.wav,chie,,0,,,,,,,,"Ooooooh!? Kuun, my stomach is being crushed... it feels\ngood, nhaaah!" +585800 ,,,,,1400060,,主人公,,,,,,,,,,,,,Does it not hurt anymore? +585900 ,,,,,1400060,,,,,,,,,,,,,,,I'm a bit worried because she's making a voice I've never\nheard before. +586000 ,,,,,1400060,,千恵,Chie,110_SE00_c_118.wav,chie,,0,,,,,,,,"I-It doesn't hurt... but, it's weird." +586100 ,,,,,1400060,,,,,,,,,,,,,,,"Saying that, her body lightly twitches, and her anus clings\nto the cock." +586200 ,,,,,1400060,,,,,,,,,,,,,,,It's clear what she wants to say. +586300 ,,,,,1400060,,主人公,,,,,,,,,,,,,Does it feel good? +586400 ,,,,,1400060,,千恵,Chie,110_SE00_c_119.wav,chie,,0,,,,,,,,Y-Yeah... yeah... it feels good... Chii- chan's butt...\nfeels good with Daddy's cock. +586500 ,,,,,1400060,,,,,,,,,,,,,,,"When she says something like that, my hips move faster and\nrougher!" +586600 ,,,,,1400060,,千恵,Chie,110_SE00_c_120.wav,chie,,0,,,,,,,,Nghiiii! Ah... my butt is turning inside out... my\nstomach... is being crushed! +586700 ,,,,,1400060,,千恵,Chie,110_SE00_c_121.wav,chie,,0,,,,,,,,"Ah, ahh! E-Even though it's my butt... the baby's room... is\ntwitching, ah, guh!?" +586800 ,,,,,1400060,,主人公,,,,,,,,,,,,,"When you put a cock in the butt, it hits the back of the\nbaby's room." +586900 ,,,,,1400060,,千恵,Chie,110_SE00_c_122.wav,chie,,0,,,,,,,,"Nhaaaa, agh! That's why when my stomach is crushed...\nfuwahhh, nngh it feels, good!? Nngh, nyaa!" +587000 ,,,,,1400060,,主人公,,,,,,,,,,,,,"That's right, Chii-chan." +587100 ,,,,,1400050,,千恵,Chie,110_SE00_c_123.wav,chie,,0,,,,,,,,"Hafuuuuu... it feels so, so good, I thought I could have a\nbaby from my butt." +587200 ,,,,,1400050,,主人公,,,,,,,,,,,,,"Hahaha, that's not possible, but Chii-chan's butt feels\namazing for me too!" +587300 ,,,,,1400050,,,,,,,,,,,,,,,"To give her more stimulation, I move up and down to hit her\nwomb more." +587400 ,,,,,1400050,,,,,,,,,,,,,,,"When I do that, Chii-chan's anus twitches, and love juices\nflow out from her pussy." +587500 ,,,,,1400060,,千恵,Chie,110_SE00_c_124.wav,chie,,0,,,,,,,,"Uwaaaa, my... my butt, my pussy is hot too... fuwahhh!" +587600 ,,,,,1400060,,千恵,Chie,110_SE00_c_125.wav,chie,,0,,,,,,,,Daddy... Daddy! Chii-chan... ah! Ahhhh! +587700 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Wow! Chii-chan, such a sloppy face! Drooling too... amazing." +587800 ,,,,,1400060,,千恵,Chie,110_SE00_c_126.wav,chie,,0,,,,,,,,But... +587900 ,,,,,1400060,,主人公,,,,,,,,,,,,,"And look, Chii-chan's butt is squeezing and opening up, is\nit trying to push out or swallow it, I wonder?" +588000 ,,,,,1400060,,千恵,Chie,110_SE00_c_127.wav,chie,,0,,,,,,,,"Ahh... it feels good both when it comes out... and when it\ngoes in, you know? Nyaaah! Daddy... Daddy..." +588100 ,,,,,1400060,,千恵,Chie,110_SE00_c_128.wav,chie,,0,,,,,,,,If I go to school... nngh! With that thing on again... Chii-\nchan might go crazy... hnn! +588200 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Hehehe, you'll definitely go crazy. All the boys will want\nto put it in Chii-chan's butt, you know?" +588300 ,,,,,1400060,,千恵,Chie,110_SE00_c_129.wav,chie,,0,,,,,,,,No! Chii-chan only lets Daddy put it in! +588400 ,,,,,1400060,,主人公,,,,,,,,,,,,,Thank you for that. +588500 ,,,,,1400060,,,,,,,,,,,,,,,"Before I knew it, not only me but Chii-chan was also moving\nher hips back and forth." +588600 ,,,,,1400060,,,,,,,,,,,,,,,"Ah, her anus and insides are squeezing my cock tightly...\nI'm about to come soon." +588700 ,,,,,1400060,,千恵,Chie,110_SE00_c_130.wav,chie,,0,,,,,,,,"Nngh, nnnngh! Ah, ahh, no, hyahhhh! My butt, my butt... it's\ngoing crazy." +588800 ,,,,,1400060,,千恵,Chie,110_SE00_c_131.wav,chie,,0,,,,,,,,"Chii-chan... is going to come, ahhhh!" +588900 ,,,,,1400060,,主人公,,,,,,,,,,,,,Ah! Daddy is about to come too! +589000 ,,,,,1400060,,千恵,Chie,110_SE00_c_132.wav,chie,,0,,,,,,,,Fuaaaaaah! Chii-chan... is going to come with her butt! +589100 ,,,,,1400060,,千恵,Chie,110_SE00_c_133.wav,chie,,0,,,,,,,,"Daddy! Daddy too, nngh, nnnngh!? With Chii- chan's butt...\nyou're going to come!?" +589200 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Yeah, I'm going to come with Chii-chan's butt!" +589300 ,,,,,1400060,,,,,,,,,,,,,,,"Saying that, I let my cock rampage inside Chii-chan's butt\ngreedily." +589400 ,,,,,1400060,,千恵,Chie,110_SE00_c_134.wav,chie,,0,,,,,,,,"Uwaaaaaa! Daddy, Daddy! Daddy! Nnnngh, kwaaaaa!" +589500 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Ah! Chii-chan! The grip is amazing! Daddy is, already!\nAlready!!" +589600 ,,,,,1400060,,,,,,,,,,,,,,,"Now, what should I do?" +589700 ,,,,,1400060,,,,,,,,,,,,,,,Should I pour my semen into her anus as it is? +589800 ,,,,,1400060,,,,,,,,,,,,,,,Or should I spray it on her cute butt? +589900 ,$menu_begin,,,,1400060,,,,,,,,,,,,,,,■Choices +↓,"$menu_item 0,Finish inside,sel_1a",,,,1400060,,,,,,,,,,,,,,,■@ Release inside +↓,"$menu_item 1,Finish outside,sel_1b",,,,1400060,,,,,,,,,,,,,,,■A Release outside +↓,$menu_end,,,,1400060,,,,,,,,,,,,,,, +590000 ,*sel_1a,,,,1400060,,,,,,,,,,,,,,,■@ Release inside +590100 ,,,,,1400060,,,,,,,,,,,,,,,This is definitely the time for an internal ejaculation!\nThere's no worry about getting pregnant no matter how much I\nrelease inside! +590200 ,,,,,1400060,,千恵,Chie,110_SE00_c_135.wav,chie,,0,,,,,,,,Fuaaaaaah! Daddy! Nnnngh! Nnnngh! Aaaaah! Ahh! +590300 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Chii-chan! Chii-chan, I'm going to come! I'm going to\nrelease it inside!" +590400 ,,,,,1400060,,千恵,Chie,110_SE00_c_136.wav,chie,,0,,,,,,,,Y-you're going to release it inside Chii- chan's butt!? +590500 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Yeah, catch it with your tummy, Chii-chan!" +590600 ,,,,,1400060,,千恵,Chie,110_SE00_c_137.wav,chie,,0,,,,,,,,Nngh! Is it okay? Chii-chan's tummy... won't it burst? +590700 ,,,,,1400060,,主人公,,,,,,,,,,,,,It's okay! But I'm going to release a lot! +590800 ,,,,,1400060,,,,,,,,,,,,,,,"Inside Chii-chan's tightly squeezing intestines, I\nrelentlessly thrust my cock back and forth, seeking the\nfinal pleasure." +590900 ,,,,,1400060,,千恵,Chie,110_SE00_c_138.wav,chie,,0,,,,,,,,"Nyaaaaaah! Ahhhh... ah, ahh! Haaah! Hiiih! I'm coming!" +591000 ,,,,,1400060,,千恵,Chie,110_SE00_c_139.wav,chie,,0,,,,,,,,I-I'm about to come... hyah!? Fuaaaaah! I'm going to come\nwith my butt!? +591100 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Yeah, I got it!" +591200 ,,,,,1400060,,,,,,,,,,,,,,,"I picked up the pace, thrusting back and forth inside her\nintestines, causing air and intestinal fluids to escape with\nobscene sounds." +591300 ,,,,,1400060,,千恵,Chie,110_SE00_c_140.wav,chie,,0,,,,,,,,With my butt! Fuaaaaaah! +591500 ,,,,,1400070,,,,,,,,,,,,,,,――Splurt splurt splurt! Splurt! +591600 ,,,,,1400070,,千恵,Chie,110_SE00_c_141.wav,chie,,0,,,,,,,,"Auuuuu!? Ah, fuaaaaaaaaaa!?" +591700 ,,,,,1400070,,主人公,,,,,,,,,,,,,Kuuuuuu!! +591800 ,,,,,1400070,,,,,,,,,,,,,,,"Letting out a scream-like voice, Chii-chan bounces her body\nrepeatedly like a toy frog being inflated." +591900 ,,,,,1400070,,,,,,,,,,,,,,,"Of course, instead of air, it's my semen that's filling her." +592000 ,,,,,1400070,,千恵,Chie,110_SE00_c_142.wav,chie,,0,,,,,,,,Obuu! Aguguuu! Fwaaaaah! Daddy's... in Chii- chan's butt... +592100 ,,,,,1400070,,,,,,,,,,,,,,,"With the repeated semen enema, Chii-chan closes her eyes and\nendures it." +592200 ,,,,,1400070,,主人公,,,,,,,,,,,,,Kuu! ...I-I can't release anymore! +592300 ,,,,,1400070,,千恵,Chie,110_SE00_c_143.wav,chie,,0,,,,,,,,Nngh... Fwaa... Haa haa... My butt... inside... it's so\nfull... Higu +592400 ,,,,,1400070,,千恵,Chie,110_SE00_c_144.wav,chie,,0,,,,,,,,My tummy's so full... Chii-chan... feels like when I had a\nstomach ache +592500 ,,,,,1400070,,主人公,,,,,,,,,,,,,Phew... Phew... It felt good... Chii-chan +592600 ,,,,,1400070,,千恵,Chie,110_SE00_c_145.wav,chie,,0,,,,,,,,Nfu... Haa haa... Chii-chan too... +592700 ,,,,,1400070,,主人公,,,,,,,,,,,,,Ugh! +592800 ,,,,,1400070,,,,,,,,,,,,,,,"Chii-chan's anus is still squeezing my cock, and it's almost\npainful." +592900 ,,,,,1400070,,主人公,,,,,,,,,,,,,"Chii-chan, I'm going to pull out my cock, okay?" +593000 ,,,,,1400070,,千恵,Chie,110_SE00_c_146.wav,chie,,0,,,,,,,,"Ahh... wait, Daddy..." +593200 ,,,,,1400080,,,,,,,,,,,,,,,As I pull the throbbing thing out of Chii- chan's anus. +593300 ,,,,,1400080,,,,,,,,,,,,,,,――Gubuh! Goboboh! +593400 ,,,,,1400080,,千恵,Chie,110_SE00_c_147.wav,chie,,0,,,,,,,,Hahyu! +593500 ,,,,,1400080,,主人公,,,,,,,,,,,,,Wow... what a sound... +593600 ,,,,,1400080,,,,,,,,,,,,,,,"Chii-chan's anus is wide open, and with a gurgling sound,\nsemen starts flowing out." +593700 ,,,,,1400080,,千恵,Chie,110_SE00_c_148.wav,chie,,0,,,,,,,,Ahh... Chii-chan is leaking... from her butt +593800 ,,,,,1400080,,主人公,,,,,,,,,,,,,"Ahh, well, it's good that it's semen, but if it were poop,\nit would have been a big problem." +593900 ,,,,,1400080,,千恵,Chie,110_SE00_c_149.wav,chie,, ,,,,,,,,"Ugh, ugh... it's Daddy's fault." +594000 ,,,,,1400080,,,,,,,,,,,,,,,"It seems like she's trying to stop it by clenching her anus,\nbut it's just twitching, and to me, it looks like she's\ninviting me." +594100 ,,,,,1400080,,主人公,,,,,,,,,,,,,"...Chii-chan, do you want to continue?" +594200 ,,,,,1400080,,千恵,Chie,110_SE00_c_150.wav,chie,,0,,,,,,,,Ugh... today... I can't anymore... +594300 ,$go join_1,,,,,,,,,,,,,,,,,,, +594400 ,*sel_1b,,,,,,,,,,,,,,,,,,,■ARelease outside +594500 ,,,,,1400060,,,,,,,,,,,,,,,Alright! Let's aim for that cute butt! +594600 ,,,,,1400060,,千恵,Chie,110_SE00_c_151.wav,chie,,0,,,,,,,,Fuaaah! Daddy! Nngh! Nguuuh! Aaah! Ahn! +594700 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Chii-chan! Chii-chan, I'm going to come! I'm going to\nrelease it on your butt!" +594800 ,,,,,1400060,,千恵,Chie,110_SE00_c_152.wav,chie,,0,,,,,,,,Fuwaah! Daddy... are you going to release it on Chii-chan's\nbutt? +594900 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Yes, Chii-chan! I'm going to give you lots of warmth." +595000 ,,,,,1400060,,千恵,Chie,110_SE00_c_153.wav,chie,,0,,,,,,,,"Ahh! Nngh! Okay, I got it!" +595100 ,,,,,1400060,,主人公,,,,,,,,,,,,,I'm going to release a lot and make Chii- chan all white! +595200 ,,,,,1400060,,,,,,,,,,,,,,,"Inside Chii-chan's tightly squeezing intestines, I\nrelentlessly move my cock back and forth, seeking the final\npleasure." +595300 ,,,,,1400060,,千恵,Chie,110_SE00_c_154.wav,chie,,0,,,,,,,,"Naaah! Akuuh... Ah, ahh! Hahuu! Hiiu! I'm coming!" +595400 ,,,,,1400060,,千恵,Chie,110_SE00_c_155.wav,chie,,0,,,,,,,,I'm about to come... Hyauhn!? Fuwaaah! I'm going to come\nwith my butt!? +595500 ,,,,,1400060,,主人公,,,,,,,,,,,,,"Yeah, I got it!" +595600 ,,,,,1400060,,,,,,,,,,,,,,,"I pick up the pace, moving back and forth inside her\nintestines, causing the air and intestinal fluids inside to\nmake lewd sounds as they escape." +595700 ,,,,,1400060,,千恵,Chie,110_SE00_c_156.wav,chie,,0,,,,,,,,With my butt! Fwaaah! +595900 ,,,,,1400060,,,,,,,,,,,,,,,I pull out my cock at the last moment and let the semen gush\nout as much as I want. +596000 ,,,,,1400081,,,,,,,,,,,,,,,――Byubyuubyu~~~! Byug! Byugun! +596100 ,,,,,1400081,,千恵,Chie,110_SE00_c_157.wav,chie,,0,,,,,,,,"Ahhh!? Ah, fuaaahhhhhh!?" +596200 ,,,,,1400081,,主人公,,,,,,,,,,,,,Kuuuu!! +596300 ,,,,,1400081,,,,,,,,,,,,,,,"Letting out a scream-like voice, Chii-chan bounces her body\nrepeatedly like a toy frog being inflated with air." +596400 ,,,,,1400081,,,,,,,,,,,,,,,"Every time the semen hits her, she twitches as if scalded by\nboiling water." +596500 ,,,,,1400081,,千恵,Chie,110_SE00_c_158.wav,chie,,0,,,,,,,,Daddy's semen is hot! Ahh... auuu... +596600 ,,,,,1400081,,,,,,,,,,,,,,,Chii-chan closes her eyes and accepts the repeated rain of\nsemen. +596700 ,,,,,1400081,,,,,,,,,,,,,,,Her butt and back are completely white now. +596800 ,,,,,1400081,,主人公,,,,,,,,,,,,,"Kuu! ...No, no more!" +596900 ,,,,,1400081,,千恵,Chie,110_SE00_c_159.wav,chie,,0,,,,,,,,Nngh... fuwaa... haah haah... Chii-chan's butt... got so\nmuch on it... huff +597000 ,,,,,1400081,,千恵,Chie,110_SE00_c_160.wav,chie,,0,,,,,,,,My butt... it's all sticky... like when I wet myself +597100 ,,,,,1400081,,主人公,,,,,,,,,,,,,Huff... huff... It felt good... Chii-chan +597200 ,,,,,1400081,,千恵,Chie,110_SE00_c_161.wav,chie,,0,,,,,,,,Nnfu... haah haah... Chii-chan too... +597300 ,,,,,1400081,,主人公,,,,,,,,,,,,,Ugh! +597400 ,,,,,1400081,,,,,,,,,,,,,,,"Chii-chan's anus is left gaping and twitching, looking like\na separate creature." +597500 ,,,,,1400081,,千恵,Chie,110_SE00_c_162.wav,chie,,0,,,,,,,,Fuaa... Chii-chan's butt... won't close +597600 ,,,,,1400081,,主人公,,,,,,,,,,,,,"It's okay, after squeezing Daddy's cock so much, it won't\nstay open." +597700 ,,,,,1400081,,千恵,Chie,110_SE00_c_163.wav,chie,,0,,,,,,,,U-uhh... what if it doesn't close? +597800 ,,,,,1400081,,,,,,,,,,,,,,,"She seems to be trying to stop it by clenching her anus, but\nit just twitches, looking like an invitation to me." +597900 ,,,,,1400081,,,,,,,,,,,,,,,Wow... my cock is reacting again. +598000 ,,,,,1400081,,主人公,,,,,,,,,,,,,"...Chii-chan, do you want to go again?" +598100 ,,,,,1400081,,千恵,Chie,110_SE00_c_164.wav,chie,,0,,,,,,,,Uuu~... I can't... anymore today... +598200 ,*join_1,,,,,,,,,,,,,,,,,,,■Rejoin +598300 ,$event_return,,,,,,,,,,,,,,,,,,, +598400 ,,,10,31,,,主人公,,,,,,,,,,,,,Phew... I released so much today that I can't anymore. +598500 ,,,,,,,主人公,,,,,,,,,,,,,Chii-chan's anus feels too good. +598600 ,,,,,,,千恵,Chie,110_SE00_c_165.wav,chie,,5,,,,,,,,"Daddy, are you not going to release anymore today?" +598700 ,,,,,,,主人公,,,chie,,5,,,,,,,,"Hmm? If Chii-chan still wants to, I'll try my best." +598800 ,,,,,,,千恵,Chie,110_SE00_c_166.wav,chie,,1,,,,,,,,"It's not that, I was wondering if you should save some for\nMom." +598900 ,,,,,,,主人公,,,chie,,1,,,,,,,,"For Mom, huh..." +599000 ,,,,,,,,,,chie,,1,,,,,,,,I wonder about a daughter worrying about her mom's share of\nsperm. +599100 ,,,,,,,,,,chie,,1,,,,,,,,"...Well, maybe it's just like my daughter." +599200 ,,,,,,,千恵,Chie,110_SE00_c_167.wav,chie,,23,,,,,,,,"Daddy, don't you want a baby with Mom?" +599300 ,,,,,,,主人公,,,chie,,23,,,,,,,,Hmm... does Chii-chan want a little sister? +599400 ,,,,,,,千恵,Chie,110_SE00_c_168.wav,chie,,4,,,,,,,,I do! +599500 ,,,,,,,千恵,Chie,110_SE00_c_169.wav,chie,,14,,,,,,,,...But I don't want Daddy to be taken away. +599600 ,,,,,,,主人公,,,chie,,14,,,,,,,,I don't think that would happen. +599700 ,,,,,,,千恵,Chie,110_SE00_c_170.wav,chie,,34,,,,,,,,"But Daddy, you like little kids, right? If someone smaller\nthan Chii-chan comes along..." +599800 ,,,,,,,主人公,,,chie,,34,,,,,,,,"No... even Daddy has some sense of ethics, you know?" +599900 ,,,,,,,千恵,Chie,110_SE00_c_171.wav,chie,,23,,,,,,,,Ethics? +600000 ,,,,,,,主人公,,,chie,,23,,,,,,,,It means knowing the difference between right and wrong. +600100 ,,,,,,,千恵,Chie,110_SE00_c_172.wav,chie,,3,,,,,,,,"Is that so? Daddy, you really understand that kind of thing." +600200 ,,,,,,,主人公,,,chie,,3,,,,,,,,That's right. +600300 ,,,,,,,主人公,,,chie,,3,,,,,,,,... +600400 ,,,,,,,,,,chie,,3,,,,,,,,"...It's not something I should say, considering I'm putting\nmy dick in my stepdaughter's ass and cumming like crazy." +600500 ,,,,,,,千恵,Chie,110_SE00_c_173.wav,chie,,1,,,,,,,,Then I want a little sister! +600600 ,,,,,,,千恵,Chie,110_SE00_c_174.wav,chie,,21,,,,,,,,"Daddy, put it inside Mom's pussy." +600700 ,,,,,,,主人公,,,chie,,21,,,,,,,,"Uh, um... yeah, right." +600800 ,,,,,,,主人公,,,chie,,21,,,,,,,,I think Mom might have gone through menopause. +600900 ,,,,,,,千恵,Chie,110_SE00_c_175.wav,chie,,3,,,,,,,,Menopause? What's that? +601000 ,,,,,,,,,,chie,,3,,,,,,,,"Well, it's not something she would understand." +601100 ,,,,,,,主人公,,,chie,,3,,,,,,,,It means she might not be able to have babies anymore. +601200 ,,,,,,,千恵,Chie,110_SE00_c_176.wav,chie,,34,,,,,,,,Really? That's too bad... +601300 ,,,,,,,,,,chie,,34,,,,,,,,Chii-chan looked dejected and buried her face in the futon. +601400 ,,,,,,,,,,chie,,34,,,,,,,,But she quickly got up. +601500 ,,,,,,,千恵,Chie,110_SE00_c_177.wav,chie,,4,,,,,,,,"I know! When I get my period, I'll have Daddy's baby." +601600 ,,,,,,,,,,chie,,4,,,,,,,,"Oh, oh! That's a wonderful idea, but as a daughter, it's a\nproblematic thought." +601700 ,,,,,,,千恵,Chie,110_SE00_c_178.wav,chie,,21,,,,,,,,I don't mind having a baby! +601800 ,,,,,,,主人公,,,chie,,21,,,,,,,,Well... maybe when you're a bit older and can get married. +601900 ,,,,,,,千恵,Chie,110_SE00_c_179.wav,chie,,1,,,,,,,,Then I'll grow up fast! And have Daddy's baby. +602000 ,,,,,,,主人公,,,chie,,1,,,,,,,,"Yeah, I'm looking forward to it." +602100 ,,,,,,,,,,,,,,,,,,,,...Looking forward to it... huh. +602200 ,,,,,,,,,,,,,,,,,,,,"In this situation, no matter what I do, it won't turn out\nwell." +602300 ,,,,,,,,,,,,,,,,,,,,I never know when Mom will find out. +602400 ,,,,,,,,,,,,,,,,,,,,"When Chii-chan grows up, she'll realize how abnormal this\nis." +602500 ,,,,,,,,,,,,,,,,,,,,Both Chii-chan and I are in an abnormal world we can't\nreturn from. +602600 ,,,,,,,,,,,,,,,,,,,,"Maybe Chii-chan might accept it, but it would make Mom sad." +602700 ,,,,,,,,,,,,,,,,,,,,Our future is filled with nothing but anxiety. A bright\nfuture will never come. +602800 ,,,,,,,,,,,,,,,,,,,,"So just for now... at least for now, let's enjoy it." +602900 ,,,,,,,主人公,,,"chieL,privateB",,0,,,,,,,,Chii-chan. +603000 ,,,,,,,千恵,Chie,110_SE00_c_180.wav,chieL,,13,,,,,,,,"Ahaha! Daddy, you're squeezing me tight! What's wrong?" +603100 ,,,,,,,主人公,,,chieL,,13,,,,,,,,Hmm? I just love Chii-chan so much. +603200 ,,,,,,,千恵,Chie,110_SE00_c_181.wav,chieL,,21,,,,,,,,"Then I love Daddy too, so squeeze!" +603300 ,,,,,,,,,,chieL,,21,,,,,,,,"Clinging to the warmth that would eventually disappear, we\nfell asleep." +603400 ,$exit chie,,,,,,,,,,,,,,,,,,, +604000 ,@yuko_route_not_exist,,,,,,,,,,,,,,,,,,,Yuuko Bad END +604200 ,,,8,111,,,主人公,,,"yuko,private",,33,,,,,,,,"Yuuko-san, please marry me!" +604300 ,,,,,,,,,,yuko,,33,,,,,,,,"Having decided to become Chii-chan's father, I confessed to\nYuuko-san without hesitation." +604400 ,,,,,,,,,,yuko,,33,,,,,,,,"Yuuko-san seemed surprised by the sudden proposal, but she\nnodded." +604500 ,,,,31,,,,,,,,,,,,,,,,"And now, I live with Chii-chan and Yuuko-san, the three of\nus together." +604600 ,,,,,,,,,,,,,,,,,,,,"Since confessing to Yuuko-san, I've stopped having sex with\nChii-chan." +604700 ,,,,,,,,,,,,,,,,,,,,Because I wanted to live as Chii-chan's father from now on. +604900 ,,,,,,,主人公,,,,,,,,,,,,,"...It's about time for Chii-chan to come home, isn't it?" +605000 ,,,,11,,,,,,,,,,,,,,,,"As I step outside the shop, I hear a familiar voice from\nafar." +605100 ,,,,,,,主人公,,,,,,,,,,,,,"Hey, Chii-chan, welcome back~" +605200 ,,,,,,,,,,,,,,,,,,,,"I waved both hands energetically, and Chii- chan waved back\nin the same way." +605300 ,,,,,,,,,,,,,,,,,,,,"The shape of happiness I once imagined might have changed a\nbit, but right now, I'm incredibly happy." +605400 ,,,,,,,,,,,,,,,,,,,,I want to watch Chii-chan grow up... that's what I think. +605700 ,$exit yuko_bad,,,,,,,,,,,,,,,,,,,The End (Staff Roll) +, diff --git a/datascn.tac/_bg.csv b/datascn.tac/_bg.csv new file mode 100644 index 0000000..35fcee5 --- /dev/null +++ b/datascn.tac/_bg.csv @@ -0,0 +1,36 @@ +%no%,%filename%,%info% +11,bg/bg01a.png,駄菓子屋外観 +12,bg/bg01b.png,駄菓子屋外観 :夕方 +14,bg/bg01d.png,駄菓子屋外観 :夜(消灯) +15,bg/bg01e.png,駄菓子屋外観 :雨(昼) +21,bg/bg02a.png,駄菓子屋店内 +22,bg/bg02b.png,駄菓子屋店内 :夕方 +23,bg/bg02c.png,駄菓子屋店内 :夜 +31,bg/bg03a.png,駄菓子屋休憩部屋(主人公の部屋) +32,bg/bg03b.png,駄菓子屋休憩部屋(主人公の部屋) :夕方 +33,bg/bg03c.png,駄菓子屋休憩部屋(主人公の部屋) :夜 +34,bg/bg03d.png,駄菓子屋休憩部屋(主人公の部屋) :夜(消灯) +35,bg/bg03e.png,駄菓子屋休憩部屋(主人公の部屋) :雨(昼) +41,bg/bg04a.png,駄菓子屋休憩部屋2(主人公の部屋) +42,bg/bg04b.png,駄菓子屋休憩部屋2(主人公の部屋) :夕方 +43,bg/bg04c.png,駄菓子屋休憩部屋2(主人公の部屋) :夜 +51,bg/bg05a.png,駄菓子屋トイレ +53,bg/bg05c.png,駄菓子屋トイレ :夜 +61,bg/bg06a.png,駄菓子屋脱衣所 +63,bg/bg06c.png,駄菓子屋脱衣所 :夜 +65,bg/bg06e.png,駄菓子屋脱衣所 :雨(昼) +71,bg/bg07a.png,駄菓子屋お風呂 +73,bg/bg07c.png,駄菓子屋お風呂 :夜 +75,bg/bg07e.png,駄菓子屋お風呂 :雨(昼) +101,bg/bg10a.png,河原全景 +111,bg/bg11a.png,道路1 +112,bg/bg11b.png,道路1 :夕方 +121,bg/bg12a.png,道路2 +122,bg/bg12b.png,道路2 :夕方 +131,bg/bg13a.png,道路3(空き地) +132,bg/bg13b.png,道路3(空き地) :夕方 +201,bg/bg20a.png,ショッピングモールエントランス +211,bg/bg21a.png,ショッピングモール内雑貨屋 +9000,bg/b.png,黒 +9001,bg/w.png,白 + diff --git a/datascn.tac/_cg.csv b/datascn.tac/_cg.csv new file mode 100644 index 0000000..6031f0b --- /dev/null +++ b/datascn.tac/_cg.csv @@ -0,0 +1,464 @@ +%no%,%info%,%filename%,%conceal%,%thumbnail%,%type% +1000000,SA00A :千恵/駄菓子屋店内/昼 :差分A :ちーちゃんがチョコバット食べる : チョコバットに視線。,ev/SA00Aa.png,cc/SA00Aa.png,tn/SA00Aa.png,S +1000010,    :差分B :舐めるの一時中断 : にっこり,ev/SA00Ab.png,cc/SA00Ab.png,tn/SA00Ab.png,S +1000020,    :差分C :チョコバット咥える : にっこり,ev/SA00Ac.png,cc/SA00Ac.png,tn/SA00Ac.png,S +1100000,SB00A :千恵/駄菓子屋脱衣所/昼 :差分A :ちーちゃんとお風呂(脱衣所)。下半身だけ脱いでる : 脱いだ服に目線。たのしそう,ev/SB00Aa.png,cc/SB00Aa.png,tn/SB00Aa.png,S +1100010,    :差分B :下半身だけ脱いでる : 主人公に目線でにっこり,ev/SB00Ab.png,cc/SB00Ab.png,tn/SB00Ab.png,S +1100020,    :差分C :全裸 : 脱いだ服に目線。たのしそう,ev/SB00Ac.png,cc/SB00Ac.png,tn/SB00Ac.png,S +1100030,    :差分D :全裸 : 主人公に目線でにっこり,ev/SB00Ad.png,cc/SB00Ad.png,tn/SB00Ad.png,S +1101000,SB00B :千恵/駄菓子屋お風呂/昼 :差分A :ちーちゃんとお風呂(湯船) : 楽しそう,ev/SB00Ba.png,cc/SB00Ba.png,tn/SB00Ba.png,S +1101010,    :差分B :主人公を見る,ev/SB00Bb.png,cc/SB00Bb.png,tn/SB00Bb.png,S +1101020,    :差分C :不思議そうな顔,ev/SB00Bc.png,cc/SB00Bc.png,tn/SB00Bc.png,S +1101030,    :差分D :おしっこ我慢,ev/SB00Bd.png,cc/SB00Bd.png,tn/SB00Bd.png,S +1110000,SB01A :千恵/河原/昼 :差分A :騎乗位で蘇生処置 : 涙目,ev/SB01Aa.png,cc/SB01Aa.png,tn/SB01Aa.png,S +1110010,    :差分B :主人公勃起 : 驚く,ev/SB01Ab.png,cc/SB01Ab.png,tn/SB01Ab.png,S +1110020,    :差分C :頑張って蘇生処置,ev/SB01Ac.png,cc/SB01Ac.png,tn/SB01Ac.png,S +1120000,SB02A :千恵/駄菓子屋お風呂/昼 :差分A :お風呂でおしっこするちーちゃん。おしっこ前 : 我慢してる,ev/SB02Aa.png,cc/SB02Aa.png,tn/SB02Aa.png,S +1120010,    :差分B :おしっこ開始 : きもちいい,ev/SB02Ab.png,cc/SB02Ab.png,tn/SB02Ab.png,S +1120020,    :差分C :おしっこ終了 : スッキリ,ev/SB02Ac.png,cc/SB02Ac.png,tn/SB02Ac.png,S +1130000,SB03A :千恵/駄菓子屋休憩部屋/昼 :差分A :ちーちゃんに手コキしてもらう。勃起してない : 不思議そう,ev/SB03Aa.png,cc/SB03Aa.png,tn/SB03Aa.png,S +1130010,    :差分B :勃起 : 慌てる,ev/SB03Ab.png,cc/SB03Ab.png,tn/SB03Ab.png,S +1130020,    :差分C :真顔。一生懸命チンポこする,ev/SB03Ac.png,cc/SB03Ac.png,tn/SB03Ac.png,S +1130030,    :差分D :主人公の様子をうかがう。不思議そう,ev/SB03Ad.png,cc/SB03Ad.png,tn/SB03Ad.png,S +1130040,    :差分E :射精 : びっくり,ev/SB03Ae.png,cc/SB03Ae.png,tn/SB03Ae.png,S +1130050,    :差分F :射精後。精液かかる : 困った,ev/SB03Af.png,cc/SB03Af.png,tn/SB03Af.png,S +1140000,SB04A :千恵/駄菓子屋休憩部屋/昼 :差分A :ちーちゃんのオマンコを舐める。まんぐりポーズ : ちょっとびっくり,ev/SB04Aa.png,cc/SB04Aa.png,tn/SB04Aa.png,S +1140010,    :差分B :舐め始める : くすぐったい,ev/SB04Ab.png,cc/SB04Ab.png,tn/SB04Ab.png,S +1140020,    :差分C :敏感なところを舐められてちょっとびっくり,ev/SB04Ac.png,cc/SB04Ac.png,tn/SB04Ac.png,S +1140030,    :差分D :ちょっと感じる。おしっこ出そう,ev/SB04Ad.png,cc/SB04Ad.png,tn/SB04Ad.png,S +1140040,    :差分E :おしっこ出る : ちょっとイッちゃう,ev/SB04Ae.png,cc/SB04Ae.png,tn/SB04Ae.png,S +1150000,SB05A :千恵/駄菓子屋休憩部屋/昼 :差分A :ヨーグルまみれちんぽ : チンポ眺める。楽しそう,ev/SB05Aa.png,cc/SB05Aa.png,tn/SB05Aa.png,S +1150010,    :差分B :チンポ舐め始める,ev/SB05Ab.png,cc/SB05Ab.png,tn/SB05Ab.png,S +1150020,    :差分C :クリームなくなる : 不満げ,ev/SB05Ac.png,cc/SB05Ac.png,tn/SB05Ac.png,S +1150030,    :差分D :ちんぽにヨーグルを塗るちーちゃん : 楽しそう,ev/SB05Ad.png,cc/SB05Ad.png,tn/SB05Ad.png,S +1150040,    :差分E :チンポ咥える : 嬉しそう,ev/SB05Ae.png,cc/SB05Ae.png,tn/SB05Ae.png,S +1150050,    :差分F :口内射精 : 困る,ev/SB05Af.png,cc/SB05Af.png,tn/SB05Af.png,S +1150060,    :差分G0 :口内射精続き。チンポから口を離す。糸引き : にっこり,ev/SB05Ag0.png,cc/SB05Ag0.png,tn/SB05Ag0.png,S +1150061,    :差分G1 :顔射 : にっこり,ev/SB05Ag1.png,cc/SB05Ag1.png,tn/SB05Ag1.png,S +1160000,SB06A :千恵/駄菓子屋休憩部屋/昼 :差分A :ちーちゃんでオナニー : 寝ている,ev/SB06Aa.png,cc/SB06Aa.png,tn/SB06Aa.png,S +1160010,    :差分B :スカートめくる : パンツ見える,ev/SB06Ab.png,cc/SB06Ab.png,tn/SB06Ab.png,S +1160020,    :差分C :上着めくる : パンツ+おっぱい見える,ev/SB06Ac.png,cc/SB06Ac.png,tn/SB06Ac.png,S +1160030,    :差分D :パンツずらす : まんこ+おっぱい見える,ev/SB06Ad.png,cc/SB06Ad.png,tn/SB06Ad.png,S +1160050,    :差分F :ちんこ擦りつける : くすぐったそうな寝顔,ev/SB06Af.png,cc/SB06Af.png,tn/SB06Af.png,S +1160060,    :差分G :射精。ぶっかけ,ev/SB06Ag.png,cc/SB06Ag.png,tn/SB06Ag.png,S +1170000,SB07A :千恵/駄菓子屋休憩部屋/昼 :差分A :ちーちゃんとスマタ。一緒に昼寝 : 目はつぶっているがまだ寝ていない,ev/SB07Aa.png,cc/SB07Aa.png,tn/SB07Aa.png,S +1170010,    :差分B :服に手を入れてくすぐる : 大笑い,ev/SB07Ab.png,cc/SB07Ab.png,tn/SB07Ab.png,S +1170020,    :差分C :くすぐり終了 : 話聞いてる,ev/SB07Ac.png,cc/SB07Ac.png,tn/SB07Ac.png,S +1170030,    :差分D :スマタ開始,ev/SB07Ad.png,cc/SB07Ad.png,tn/SB07Ad.png,S +1170040,    :差分E :スマタ中 : 感じてきた,ev/SB07Ae.png,cc/SB07Ae.png,tn/SB07Ae.png,S +1170050,    :差分F :射精,ev/SB07Af.png,cc/SB07Af.png,tn/SB07Af.png,S +1200000,SC00A :千恵/駄菓子屋休憩部屋/昼 :差分A :顔面騎乗足コキ : 嬉しそう,ev/SC00Aa.png,cc/SC00Aa.png,tn/SC00Aa.png,S +1200010,    :差分B :一生懸命足コキ,ev/SC00Ab.png,cc/SC00Ab.png,tn/SC00Ab.png,S +1200020,    :差分C :感じてきた,ev/SC00Ac.png,cc/SC00Ac.png,tn/SC00Ac.png,S +1200030,    :差分D :射精,ev/SC00Ad.png,cc/SC00Ad.png,tn/SC00Ad.png,S +1201000,SC00B :千恵/駄菓子屋休憩部屋/昼 :差分A :正常位セックス。挿入前。 : 不安げ,ev/SC00Ba.png,cc/SC00Ba.png,tn/SC00Ba.png,S +1201010,    :差分B :お腹に女性器の内部を落書き : 不安げ,ev/SC00Bb.png,cc/SC00Bb.png,tn/SC00Bb.png,S +1201020,    :差分C :開脚+ちんこを図の上に当てる : 不安+焦り,ev/SC00Bc.png,cc/SC00Bc.png,tn/SC00Bc.png,S +1201030,    :差分D :先っちょだけ挿入 : 不安げ,ev/SC00Bd.png,cc/SC00Bd.png,tn/SC00Bd.png,S +1201040,    :差分E :半分ぐらい挿入。出血 : 痛い+涙目,ev/SC00Be.png,cc/SC00Be.png,tn/SC00Be.png,S +1201050,    :差分F :主人公動く : 目を閉じて我慢,ev/SC00Bf.png,cc/SC00Bf.png,tn/SC00Bf.png,S +1201060,    :差分G :中出し,ev/SC00Bg.png,cc/SC00Bg.png,tn/SC00Bg.png,S +1201070,    :差分H0 :中出し続き。チンポ抜ける。精液流れ出す,ev/SC00Bh0.png,cc/SC00Bh0.png,tn/SC00Bh0.png,S +1201071,    :差分H1 :外出し。ぶっかけ,ev/SC00Bh1.png,cc/SC00Bh1.png,tn/SC00Bh1.png,S +1210000,SC01A :千恵/駄菓子屋外観/昼 :差分A :リモコンローターをON : スカートをギュッと握って我慢,ev/SC01Aa.png,cc/SC01Aa.png,tn/SC01Aa.png,S +1210010,    :差分B :ローターOFF : 気持ち良くなってきた,ev/SC01Ab.png,cc/SC01Ab.png,tn/SC01Ab.png,S +1210040,    :差分E :おしっこ漏れ始める,ev/SC01Ae.png,cc/SC01Ae.png,tn/SC01Ae.png,S +1210050,    :差分F :盛大におしっこ漏れる : 涙目,ev/SC01Af.png,cc/SC01Af.png,tn/SC01Af.png,S +1211000,SC01B :千恵/駄菓子屋休憩部屋/昼 :差分A :上着たくし上げ。ローター入ってる : 涙目,ev/SC01Ba.png,cc/SC01Ba.png,tn/SC01Ba.png,S +1211010,    :差分B :コード引っぱってローターが少し顔を出す : 目を閉じて我慢,ev/SC01Bb.png,cc/SC01Bb.png,tn/SC01Bb.png,S +1211020,    :差分C :ローター抜ける,ev/SC01Bc.png,cc/SC01Bc.png,tn/SC01Bc.png,S +1211030,    :差分D :ふきふき,ev/SC01Bd.png,cc/SC01Bd.png,tn/SC01Bd.png,S +1211040,    :差分E :挿入 : ちょっと感じる,ev/SC01Be.png,cc/SC01Be.png,tn/SC01Be.png,S +1211050,    :差分F :かなり感じる,ev/SC01Bf.png,cc/SC01Bf.png,tn/SC01Bf.png,S +1211060,    :差分G :イッちゃう,ev/SC01Bg.png,cc/SC01Bg.png,tn/SC01Bg.png,S +1211070,    :差分H :ちんぽ抜ける。精液溢れる : ハァハァ,ev/SC01Bh.png,cc/SC01Bh.png,tn/SC01Bh.png,S +1220000,SC02A :千恵/駄菓子屋休憩部屋/昼 :差分A :お昼寝コマコ&甜花の横でセックス。騎乗位。挿入済 : 痛くはないけどちょっと苦しい,ev/SC02Aa.png,cc/SC02Aa.png,tn/SC02Aa.png,S +1220010,    :差分B :嬉しい,ev/SC02Ab.png,cc/SC02Ab.png,tn/SC02Ab.png,S +1220020,    :差分C :愛液差分 : 少し気持ちよくなってくる,ev/SC02Ac.png,cc/SC02Ac.png,tn/SC02Ac.png,S +1220030,    :差分D :愛液差分 : 感じている。気持ちいい,ev/SC02Ad.png,cc/SC02Ad.png,tn/SC02Ad.png,S +1220040,    :差分E :中出し : イッてしまう。一生懸命声を我慢する,ev/SC02Ae.png,cc/SC02Ae.png,tn/SC02Ae.png,S +1220050,    :差分F :中出し続き。挿入したまま : ハァハァ,ev/SC02Af.png,cc/SC02Af.png,tn/SC02Af.png,S +1231000,SC03B :千恵/外。道の脇の茂みの中/昼 :差分A :立ちバック。ズボンとパンツズリおろし+上着まくり上げ。挿入前,ev/SC03Ba.png,cc/SC03Ba.png,tn/SC03Ba.png,S +1231010,    :差分B :愛液出てきた : ちょっと感じてきた,ev/SC03Bb.png,cc/SC03Bb.png,tn/SC03Bb.png,S +1231020,    :差分C :挿入,ev/SC03Bc.png,cc/SC03Bc.png,tn/SC03Bc.png,S +1231030,    :差分D :激しく動く : かなり感じる,ev/SC03Bd.png,cc/SC03Bd.png,tn/SC03Bd.png,S +1231040,    :差分E :中出し,ev/SC03Be.png,cc/SC03Be.png,tn/SC03Be.png,S +1231050,    :差分F0 :中出し続き。チンポ抜けて精液垂れる,ev/SC03Bf0.png,cc/SC03Bf0.png,tn/SC03Bf0.png,S +1231051,    :差分F1 :外出し。お尻とか背中に精液かかる,ev/SC03Bf1.png,cc/SC03Bf1.png,tn/SC03Bf1.png,S +1240000,SC04A :千恵/駄菓子屋休憩部屋/昼 :差分A :授乳手コキ。全裸。胸に吸い付く : くすぐったい,ev/SC04Aa.png,cc/SC04Aa.png,tn/SC04Aa.png,S +1240010,    :差分B :ちょっと怒る。,ev/SC04Ab.png,cc/SC04Ab.png,tn/SC04Ab.png,S +1240020,    :差分C :手コキ開始 : ちょっと困る,ev/SC04Ac.png,cc/SC04Ac.png,tn/SC04Ac.png,S +1240030,    :差分D :先走り : うれしい&ちょっと気持ちいい,ev/SC04Ad.png,cc/SC04Ad.png,tn/SC04Ad.png,S +1240040,    :差分E :射精 : びっくり,ev/SC04Ae.png,cc/SC04Ae.png,tn/SC04Ae.png,S +1240050,    :差分F :射精続き : ちょっとうれしい,ev/SC04Af.png,cc/SC04Af.png,tn/SC04Af.png,S +1241000,SC04B :千恵/主人公の家の庭/昼 :差分A :ビニールプールでバック。主人公の方を見ている : 楽しそう,ev/SC04Ba.png,cc/SC04Ba.png,tn/SC04Ba.png,S +1241010,    :差分B :精液入り水鉄砲を握って興奮する主人公(画面外) : 不思議そう,ev/SC04Bb.png,cc/SC04Bb.png,tn/SC04Bb.png,S +1241020,    :差分C :水鉄砲でオマンコ射的 : 楽しそう,ev/SC04Bc.png,cc/SC04Bc.png,tn/SC04Bc.png,S +1241030,    :差分D :射的終了。股間濡れてる,ev/SC04Bd.png,cc/SC04Bd.png,tn/SC04Bd.png,S +1241040,    :差分E :挿入 : エッチな気持ち,ev/SC04Be.png,cc/SC04Be.png,tn/SC04Be.png,S +1241050,    :差分F :挿入 : ちょっと感じてくる,ev/SC04Bf.png,cc/SC04Bf.png,tn/SC04Bf.png,S +1241060,    :差分G :挿入 : イキそう,ev/SC04Bg.png,cc/SC04Bg.png,tn/SC04Bg.png,S +1241070,    :差分H :中出し : ハァハァ,ev/SC04Bh.png,cc/SC04Bh.png,tn/SC04Bh.png,S +1241080,    :差分I0 :中出し続き。チンポ抜ける,ev/SC04Bi0.png,cc/SC04Bi0.png,tn/SC04Bi0.png,S +1241081,    :差分I1 :外出し。ぶっかけ,ev/SC04Bi1.png,cc/SC04Bi1.png,tn/SC04Bi1.png,S +1242000,SC04C :千恵/駄菓子屋休憩部屋/昼 :差分A :対面座位で汗だくセックス。挿入済み。 : ※※C差分と共用,ev/SC04Ca.png,cc/SC04Ca.png,tn/SC04Ca.png,S +1242010,    :差分B :チュー : キス顔,ev/SC04Cb.png,cc/SC04Cb.png,tn/SC04Cb.png,S +1242030,    :差分D :激しく動く。互いにイキそう : トロ顔,ev/SC04Cd.png,cc/SC04Cd.png,tn/SC04Cd.png,S +1242040,    :差分E :中出し,ev/SC04Ce.png,cc/SC04Ce.png,tn/SC04Ce.png,S +1242050,    :差分F :中出し続き : 挿入したまま,ev/SC04Cf.png,cc/SC04Cf.png,tn/SC04Cf.png,S +1242060,    :差分G :中出しさらに続き : キス顔,ev/SC04Cg.png,cc/SC04Cg.png,tn/SC04Cg.png,S +1250000,SC05A :千恵/駄菓子屋外観(外にあるアイスの冷蔵庫)/昼(午前中) :差分A :上半身がアイスの冷凍庫にはまって動けなくなっいちーちゃん。 : ズボンとパンツを脱がされてお仕置きに怯える,ev/SC05Aa.png,cc/SC05Aa.png,tn/SC05Aa.png,S +1250010,    :差分B :マンコに凍ったチューチューアイスを入れられて慌てる,ev/SC05Ab.png,cc/SC05Ab.png,tn/SC05Ab.png,S +1250020,    :差分C :お尻たたかれる。手形がつく,ev/SC05Ac.png,cc/SC05Ac.png,tn/SC05Ac.png,S +1250030,    :差分D :泣きながらごめんなさいする,ev/SC05Ad.png,cc/SC05Ad.png,tn/SC05Ad.png,S +1250040,    :差分E :アイスを抜いてちんぽ挿入 : 泣き,ev/SC05Ae.png,cc/SC05Ae.png,tn/SC05Ae.png,S +1250050,    :差分F :気持ち良くなってきた,ev/SC05Af.png,cc/SC05Af.png,tn/SC05Af.png,S +1250060,    :差分G :中出し,ev/SC05Ag.png,cc/SC05Ag.png,tn/SC05Ag.png,S +1250070,    :差分H0 :中出し続き。チンポ抜ける,ev/SC05Ah0.png,cc/SC05Ah0.png,tn/SC05Ah0.png,S +1250071,    :差分H1 :外出し,ev/SC05Ah1.png,cc/SC05Ah1.png,tn/SC05Ah1.png,S +1260000,SC06A :千恵/駄菓子屋休憩部屋/ :差分A :お泊まり結婚式1 : 主人公に膝枕でフェラ(の直前)。下半身だけ裸,ev/SC06Aa.png,cc/SC06Aa.png,tn/SC06Aa.png,S +1260010,    :差分B :チンポ舐め始める,ev/SC06Ab.png,cc/SC06Ab.png,tn/SC06Ab.png,S +1260020,    :差分C :指マン開始 : ちょっと気持ち良くなる,ev/SC06Ac.png,cc/SC06Ac.png,tn/SC06Ac.png,S +1260030,    :差分D :チンポなめ再開,ev/SC06Ad.png,cc/SC06Ad.png,tn/SC06Ad.png,S +1260040,    :差分E :チンポ咥える,ev/SC06Ae.png,cc/SC06Ae.png,tn/SC06Ae.png,S +1260050,    :差分F :口内射精,ev/SC06Af.png,cc/SC06Af.png,tn/SC06Af.png,S +1260060,    :差分G0 :口内射精続き : チンポ抜ける。困った顔,ev/SC06Ag0.png,cc/SC06Ag0.png,tn/SC06Ag0.png,S +1260061,    :差分G1 :顔射 : 困った顔,ev/SC06Ag1.png,cc/SC06Ag1.png,tn/SC06Ag1.png,S +1261000,SC06B :千恵/駄菓子屋休憩部屋/ :差分A :正常位。挿入前,ev/SC06Ba.png,cc/SC06Ba.png,tn/SC06Ba.png,S +1261010,    :差分B :照れる,ev/SC06Bb.png,cc/SC06Bb.png,tn/SC06Bb.png,S +1261020,    :差分C :挿入,ev/SC06Bc.png,cc/SC06Bc.png,tn/SC06Bc.png,S +1261030,    :差分D :激しく動く。互いに感じる,ev/SC06Bd.png,cc/SC06Bd.png,tn/SC06Bd.png,S +1261040,    :差分E :中出し,ev/SC06Be.png,cc/SC06Be.png,tn/SC06Be.png,S +1261050,    :差分F0 :中出し続き。チンポ抜ける,ev/SC06Bf0.png,cc/SC06Bf0.png,tn/SC06Bf0.png,S +1261051,    :差分F1 :外出し,ev/SC06Bf1.png,cc/SC06Bf1.png,tn/SC06Bf1.png,S +1270000,SC07A :千恵/駄菓子屋休憩部屋/ :差分A :朝食の準備 : 私服A+エプロンでキッチン。振り向いて主人公の方を見ている,ev/SC07Aa.png,cc/SC07Aa.png,tn/SC07Aa.png,S +1270010,    :差分B :にっこり,ev/SC07Ab.png,cc/SC07Ab.png,tn/SC07Ab.png,S +1270020,    :差分C :ズボンとパンツずり下ろして上着まくる : 慌てる(驚く),ev/SC07Ac.png,cc/SC07Ac.png,tn/SC07Ac.png,S +1270030,    :差分D :怒る,ev/SC07Ad.png,cc/SC07Ad.png,tn/SC07Ad.png,S +1270040,    :差分E :主人公、抱きついてイタズラ。くすぐったい&困るちーちゃん,ev/SC07Ae.png,cc/SC07Ae.png,tn/SC07Ae.png,S +1270050,    :差分F :射精。精液ぶっかけ : 怒る,ev/SC07Af.png,cc/SC07Af.png,tn/SC07Af.png,S +1271000,SC07B :千恵/駄菓子屋休憩部屋/ :差分A :キッチンシンクの上で半裸でM字開脚させられる : 恥ずかしい,ev/SC07Ba.png,cc/SC07Ba.png,tn/SC07Ba.png,S +1271010,    :差分B :マンコに胡瓜こすりつける : 不安,ev/SC07Bb.png,cc/SC07Bb.png,tn/SC07Bb.png,S +1271020,    :差分C :愛液差分 : ちょっと気持ちいい+半泣き,ev/SC07Bc.png,cc/SC07Bc.png,tn/SC07Bc.png,S +1271030,    :差分D :胡瓜離す,ev/SC07Bd.png,cc/SC07Bd.png,tn/SC07Bd.png,S +1271040,    :差分E :チンポ挿入,ev/SC07Be.png,cc/SC07Be.png,tn/SC07Be.png,S +1271050,    :差分F :感じてイキそう,ev/SC07Bf.png,cc/SC07Bf.png,tn/SC07Bf.png,S +1271060,    :差分G :中出し,ev/SC07Bg.png,cc/SC07Bg.png,tn/SC07Bg.png,S +1271070,    :差分H0 :中出し続き,ev/SC07Bh0.png,cc/SC07Bh0.png,tn/SC07Bh0.png,S +1271071,    :差分H1 :外出し,ev/SC07Bh1.png,cc/SC07Bh1.png,tn/SC07Bh1.png,S +1400000,SE00A :千恵/駄菓子屋休憩部屋/ :差分A :バックみたいな。パンツ脱いでいる : アナルビーズのヒモが出てる,ev/SE00Aa.png,cc/SE00Aa.png,tn/SE00Aa.png,S +1400010,    :差分B :アナルビーズのヒモ引っぱる : ちょっと感じてる,ev/SE00Ab.png,cc/SE00Ab.png,tn/SE00Ab.png,S +1400020,    :差分C :アナルビーズ全部抜ける : ちょっと興奮,ev/SE00Ac.png,cc/SE00Ac.png,tn/SE00Ac.png,S +1400030,    :差分D :アナルにチンポ挿入 : ちょっと苦しい,ev/SE00Ad.png,cc/SE00Ad.png,tn/SE00Ad.png,S +1400040,    :差分E :自分の指でオナニーさせる : 股間に手,ev/SE00Ae.png,cc/SE00Ae.png,tn/SE00Ae.png,S +1400050,    :差分F :アナルで感じてくる,ev/SE00Af.png,cc/SE00Af.png,tn/SE00Af.png,S +1400060,    :差分G :感じてイキそう,ev/SE00Ag.png,cc/SE00Ag.png,tn/SE00Ag.png,S +1400070,    :差分H :中出し,ev/SE00Ah.png,cc/SE00Ah.png,tn/SE00Ah.png,S +1400080,    :差分I0 :中出し続き。チンポ抜ける,ev/SE00Ai0.png,cc/SE00Ai0.png,tn/SE00Ai0.png,S +1400081,    :差分I1 :外出し,ev/SE00Ai1.png,cc/SE00Ai1.png,tn/SE00Ai1.png,S +2000000,KA00A :コマコ/駄菓子屋店内/昼 :差分A :コマコが酢イカ食べる : イカ咥えてる,ev/KA00Aa.png,cc/KA00Aa.png,tn/KA00Aa.png,K +2000010,    :差分B :食べるの一時中断(口から出ている) : 主人公に目線,ev/KA00Ab.png,cc/KA00Ab.png,tn/KA00Ab.png,K +2100000,KB00A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :パンツをオマンコに食い込ませてオナニーするコマコ : 恥ずかしい,ev/KB00Aa.png,cc/KB00Aa.png,tn/KB00Aa.png,K +2100010,    :差分B :スカートの端を口にくわえる,ev/KB00Ab.png,cc/KB00Ab.png,tn/KB00Ab.png,K +2100020,    :差分C :パンツ湿る : 感じてくる,ev/KB00Ac.png,cc/KB00Ac.png,tn/KB00Ac.png,K +2100030,    :差分D :イく,ev/KB00Ad.png,cc/KB00Ad.png,tn/KB00Ad.png,K +2110000,KB01A :コマコ/河原/昼 :差分A :主人公に日焼け止めを塗ってもらう。 : レジャーシートの上に女の子座り,ev/KB01Aa.png,cc/KB01Aa.png,tn/KB01Aa.png,K +2110010,    :差分B :スク水の隙間から胸に手を入れられて焦る,ev/KB01Ab.png,cc/KB01Ab.png,tn/KB01Ab.png,K +2110020,    :差分C :胸揉まれてちょっと感じる,ev/KB01Ac.png,cc/KB01Ac.png,tn/KB01Ac.png,K +2120000,KB02A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :コマコを膝の上に乗せてAV鑑賞 : 主人公の勃起ちんぽにコマコの股間が密着,ev/KB02Aa.png,cc/KB02Aa.png,tn/KB02Aa.png,K +2120010,    :差分B :パンツが湿る : ちょっと興奮してきた,ev/KB02Ab.png,cc/KB02Ab.png,tn/KB02Ab.png,K +2120020,    :差分C :パンツの染みが大きくなる。主人公のズボンに染みこむ : 感じるコマコ,ev/KB02Ac.png,cc/KB02Ac.png,tn/KB02Ac.png,K +2121000,KB02B :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :抱き枕に抱きついて腰を動かすコマコ。パンツ脱いでる。もう濡れてる。 : 切ない,ev/KB02Ba.png,cc/KB02Ba.png,tn/KB02Ba.png,K +2121010,    :差分B :抱き枕に愛液の染み : 感じるコマコ,ev/KB02Bb.png,cc/KB02Bb.png,tn/KB02Bb.png,K +2121020,    :差分C :軽くイってしまった瞬間,ev/KB02Bc.png,cc/KB02Bc.png,tn/KB02Bc.png,K +2121030,    :差分D :染みがさらに大きく : ハァハァ,ev/KB02Bd.png,cc/KB02Bd.png,tn/KB02Bd.png,K +2130000,KB03A :コマコ/駄菓子屋店内/昼(雨) :差分A :雨に濡れたコマコ。白ワンピが透けて乳首とパンツ見える,ev/KB03Aa.png,cc/KB03Aa.png,tn/KB03Aa.png,K +2140000,KB04A :コマコ/駄菓子屋トイレ/昼 :差分A :コマコオナニー。トイレに座って両手でまんこいじる : ちーちゃんから貰った飴を口の中でもぐもぐして興奮,ev/KB04Aa.png,cc/KB04Aa.png,tn/KB04Aa.png,K +2140010,    :差分B :口から出した飴をオマンコの上で滑らせてオナニー,ev/KB04Ab.png,cc/KB04Ab.png,tn/KB04Ab.png,K +2140020,    :差分C :オマンコの中に飴が入ってしまい焦る,ev/KB04Ac.png,cc/KB04Ac.png,tn/KB04Ac.png,K +2140030,    :差分D :涙目 : 焦ったり不安だったり,ev/KB04Ad.png,cc/KB04Ad.png,tn/KB04Ad.png,K +2141000,KB04B :コマコ/駄菓子屋休憩部屋/昼 :差分A :パンツを脱いで四つん這い。オマンコ丸見え : 不安,ev/KB04Ba.png,cc/KB04Ba.png,tn/KB04Ba.png,K +2141010,    :差分B :力む : 目をつぶる,ev/KB04Bb.png,cc/KB04Bb.png,tn/KB04Bb.png,K +2141020,    :差分C :マンコから飴がちょっと顔を出す,ev/KB04Bc.png,cc/KB04Bc.png,tn/KB04Bc.png,K +2141030,    :差分D :主人公が口で吸い出す(主人公は手のみ) : ちょっと感じる,ev/KB04Bd.png,cc/KB04Bd.png,tn/KB04Bd.png,K +2141040,    :差分E :愛液垂れる : だいぶ感じる,ev/KB04Be.png,cc/KB04Be.png,tn/KB04Be.png,K +2141050,    :差分F :マンコべとべと : 軽くイッてハァハァ,ev/KB04Bf.png,cc/KB04Bf.png,tn/KB04Bf.png,K +2150000,KB05A :コマコ/駄菓子屋休憩部屋/昼 :差分A :コマコでオナニー : 寝ているコマコ,ev/KB05Aa.png,cc/KB05Aa.png,tn/KB05Aa.png,K +2150010,    :差分B :ジッパー降ろしてズボン少し脱がせる : パンツ見える,ev/KB05Ab.png,cc/KB05Ab.png,tn/KB05Ab.png,K +2150020,    :差分C :上着めくる : ぱんつ+おっぱい見える,ev/KB05Ac.png,cc/KB05Ac.png,tn/KB05Ac.png,K +2150030,    :差分D :パンツずらす : まんこ+おっぱい丸見え,ev/KB05Ad.png,cc/KB05Ad.png,tn/KB05Ad.png,K +2150050,    :差分F :おっぱいにちんこ擦りつける : 嫌そう(寝てる),ev/KB05Af.png,cc/KB05Af.png,tn/KB05Af.png,K +2150060,    :差分G :射精。精液差分 : 元の表情に戻る,ev/KB05Ag.png,cc/KB05Ag.png,tn/KB05Ag.png,K +2160000,KB06A :コマコ/駄菓子屋休憩部屋/昼 :差分A :コマコにオナホを握らせる:射精前 : オマンコ(オナホ)を観察,ev/KB06Aa.png,cc/KB06Aa.png,tn/KB06Aa.png,K +2160010,    :差分B :射精前 : 舌を出して舐める,ev/KB06Ab.png,cc/KB06Ab.png,tn/KB06Ab.png,K +2160020,    :差分C :射精後(KB06Bのあと) : 精液に興味津々,ev/KB06Ac.png,cc/KB06Ac.png,tn/KB06Ac.png,K +2160030,    :差分D :射精後 : 舌を出して舐める,ev/KB06Ad.png,cc/KB06Ad.png,tn/KB06Ad.png,K +2161000,KB06B :コマコ/駄菓子屋休憩部屋/昼 :差分A :コマコにオナホを握らせてオナニー : 挿入前,ev/KB06Ba.png,cc/KB06Ba.png,tn/KB06Ba.png,K +2161010,    :差分B :挿入 : 観察するコマコ,ev/KB06Bb.png,cc/KB06Bb.png,tn/KB06Bb.png,K +2161020,    :差分C :主人公に目線,ev/KB06Bc.png,cc/KB06Bc.png,tn/KB06Bc.png,K +2161030,    :差分D :コマコの頭を両手で掴んで激しく動く,ev/KB06Bd.png,cc/KB06Bd.png,tn/KB06Bd.png,K +2161040,    :差分E :オナホ内射精 : ちょっと興奮,ev/KB06Be.png,cc/KB06Be.png,tn/KB06Be.png,K +2161050,    :差分F :チンポ抜く : 主人公のほうを見る,ev/KB06Bf.png,cc/KB06Bf.png,tn/KB06Bf.png,K +2200000,KC00A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :初セックス : 裸で恥ずかしい。,ev/KC00Aa.png,cc/KC00Aa.png,tn/KC00Aa.png,K +2200010,    :差分B :胸を触る : ちょっと気持ちいい,ev/KC00Ab.png,cc/KC00Ab.png,tn/KC00Ab.png,K +2200020,    :差分C :マンコ触る : ちょっと気持ちいい,ev/KC00Ac.png,cc/KC00Ac.png,tn/KC00Ac.png,K +2200030,    :差分D :愛液差分 : 恥ずかしい,ev/KC00Ad.png,cc/KC00Ad.png,tn/KC00Ad.png,K +2200040,    :差分E :挿入,ev/KC00Ae.png,cc/KC00Ae.png,tn/KC00Ae.png,K +2200050,    :差分F :出血差分 : 破瓜。痛い。,ev/KC00Af.png,cc/KC00Af.png,tn/KC00Af.png,K +2200060,    :差分G :おちんちんはいったの? みたいな,ev/KC00Ag.png,cc/KC00Ag.png,tn/KC00Ag.png,K +2200070,    :差分H :主人公動く : 気持ちいい,ev/KC00Ah.png,cc/KC00Ah.png,tn/KC00Ah.png,K +2200080,    :差分I :中出し : 精液溢れる,ev/KC00Ai.png,cc/KC00Ai.png,tn/KC00Ai.png,K +2200090,    :差分J :中出し続き。チンポ抜ける : ハァハァ,ev/KC00Aj.png,cc/KC00Aj.png,tn/KC00Aj.png,K +2201000,KC00B :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :コマコにペニバンでアナルを犯される : 興奮,ev/KC00Ba.png,cc/KC00Ba.png,tn/KC00Ba.png,K +2201010,    :差分B :楽しそう,ev/KC00Bb.png,cc/KC00Bb.png,tn/KC00Bb.png,K +2201020,    :差分C :一生懸命アナルを犯す,ev/KC00Bc.png,cc/KC00Bc.png,tn/KC00Bc.png,K +2201030,    :差分D :主人公射精の瞬間 : 興奮,ev/KC00Bd.png,cc/KC00Bd.png,tn/KC00Bd.png,K +2201040,    :差分E :射精続き,ev/KC00Be.png,cc/KC00Be.png,tn/KC00Be.png,K +2210000,KC01A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :コマコの両腕押さえつけてぺろぺろなめる : 嫌がる,ev/KC01Aa.png,cc/KC01Aa.png,tn/KC01Aa.png,K +2210010,    :差分B :チューしようとする : 口を噤む,ev/KC01Ab.png,cc/KC01Ab.png,tn/KC01Ab.png,K +2210020,    :差分C :腋を舐める : 涙目,ev/KC01Ac.png,cc/KC01Ac.png,tn/KC01Ac.png,K +2210030,    :差分D :服の上からおっぱい舐める : トロ顔,ev/KC01Ad.png,cc/KC01Ad.png,tn/KC01Ad.png,K +2210040,    :差分E :ベロチュー : トロ顔+涙,ev/KC01Ae.png,cc/KC01Ae.png,tn/KC01Ae.png,K +2220000,KC02A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :素股っぽい体制でパンツ手コキ,ev/KC02Aa.png,cc/KC02Aa.png,tn/KC02Aa.png,K +2220010,    :差分B :先走りでパンツに染み : 驚く,ev/KC02Ab.png,cc/KC02Ab.png,tn/KC02Ab.png,K +2220020,    :差分C :興奮,ev/KC02Ac.png,cc/KC02Ac.png,tn/KC02Ac.png,K +2220030,    :差分D :射精 : びっくり,ev/KC02Ad.png,cc/KC02Ad.png,tn/KC02Ad.png,K +2220040,    :差分E :パンツが精液でドロドロ : チンポを見つめるコマコ,ev/KC02Ae.png,cc/KC02Ae.png,tn/KC02Ae.png,K +2230000,KC03A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :ちーちゃんでオナニーしてたコマコに寝バックで挿入 : 嫌がる,ev/KC03Aa.png,cc/KC03Aa.png,tn/KC03Aa.png,K +2230010,    :差分B :ちょっと感じる,ev/KC03Ab.png,cc/KC03Ab.png,tn/KC03Ab.png,K +2230020,    :差分C :声を画面,ev/KC03Ac.png,cc/KC03Ac.png,tn/KC03Ac.png,K +2230030,    :差分D :涙目で懇願,ev/KC03Ad.png,cc/KC03Ad.png,tn/KC03Ad.png,K +2230040,    :差分E :涙目で感じる,ev/KC03Ae.png,cc/KC03Ae.png,tn/KC03Ae.png,K +2230050,    :差分F :中出し : イキ声を我慢,ev/KC03Af.png,cc/KC03Af.png,tn/KC03Af.png,K +2230060,    :差分G :中出し続き : 快感から解放されてハァハァ,ev/KC03Ag.png,cc/KC03Ag.png,tn/KC03Ag.png,K +2250000,KC05A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :半裸でチンポ挿入済み : 嫌がって抵抗,ev/KC05Aa.png,cc/KC05Aa.png,tn/KC05Aa.png,K +2250010,    :差分B :半泣き,ev/KC05Ab.png,cc/KC05Ab.png,tn/KC05Ab.png,K +2250020,    :差分C :愛液差分 : 嫌だけど気持ちいい,ev/KC05Ac.png,cc/KC05Ac.png,tn/KC05Ac.png,K +2250030,    :差分D0 :中出し,ev/KC05Ad0.png,cc/KC05Ad0.png,tn/KC05Ad0.png,K +2250031,    :差分D1 :外出し,ev/KC05Ad1.png,cc/KC05Ad1.png,tn/KC05Ad1.png,K +2260000,KC06A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :コマコとちーちゃんが互いの性器をパンツの上から愛撫,ev/KC06Aa.png,cc/KC06Aa.png,tn/KC06Aa.png,K +2260010,    :差分B :ちーちゃん愛液差分 : 感じるちーちゃん,ev/KC06Ab.png,cc/KC06Ab.png,tn/KC06Ab.png,K +2260020,    :差分C :二人とも愛液差分 : キス,ev/KC06Ac.png,cc/KC06Ac.png,tn/KC06Ac.png,K +2260030,    :差分D :キスの後 : 興奮,ev/KC06Ad.png,cc/KC06Ad.png,tn/KC06Ad.png,K +2270000,KC07A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :勃起チンポを手コキ : 主人公の反応を伺う,ev/KC07Aa.png,cc/KC07Aa.png,tn/KC07Aa.png,K +2270010,    :差分B :先走り差分 : うれしい(楽しい),ev/KC07Ab.png,cc/KC07Ab.png,tn/KC07Ab.png,K +2270020,    :差分C :チンポ咥える,ev/KC07Ac.png,cc/KC07Ac.png,tn/KC07Ac.png,K +2270030,    :差分D :口を離す : ※フェラ途中の会話用差分,ev/KC07Ad.png,cc/KC07Ad.png,tn/KC07Ad.png,K +2270040,    :差分E :射精させるために一生懸命フェラ : ちょっと興奮,ev/KC07Ae.png,cc/KC07Ae.png,tn/KC07Ae.png,K +2270050,    :差分F0 :口内射精,ev/KC07Af0.png,cc/KC07Af0.png,tn/KC07Af0.png,K +2270051,    :差分F1 :顔射,ev/KC07Af1.png,cc/KC07Af1.png,tn/KC07Af1.png,K +2270060,    :差分G0 :口内射精続き チンポから口を離す : 困り,ev/KC07Ag0.png,cc/KC07Ag0.png,tn/KC07Ag0.png,K +2270061,    :差分G1 :顔射続き : 困り,ev/KC07Ag1.png,cc/KC07Ag1.png,tn/KC07Ag1.png,K +2271000,KC07B :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :騎乗位。挿入前 : 不安,ev/KC07Ba.png,cc/KC07Ba.png,tn/KC07Ba.png,K +2271010,    :差分B :挿入 : ちょっと苦しい,ev/KC07Bb.png,cc/KC07Bb.png,tn/KC07Bb.png,K +2271020,    :差分C :主人公に気持ちいいかとか射精できそうかとか聞いたり,ev/KC07Bc.png,cc/KC07Bc.png,tn/KC07Bc.png,K +2271030,    :差分D :ちょっと感じてきた,ev/KC07Bd.png,cc/KC07Bd.png,tn/KC07Bd.png,K +2271040,    :差分E :愛液差分 : 気持ちいい。射精を促す。,ev/KC07Be.png,cc/KC07Be.png,tn/KC07Be.png,K +2271050,    :差分F :中出し,ev/KC07Bf.png,cc/KC07Bf.png,tn/KC07Bf.png,K +2271060,    :差分G0 :中出し続き : チンポ抜ける,ev/KC07Bg0.png,cc/KC07Bg0.png,tn/KC07Bg0.png,K +2271061,    :差分G1 :外出し,ev/KC07Bg1.png,cc/KC07Bg1.png,tn/KC07Bg1.png,K +2280000,KC08A :コマコ/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :経血まんこで顔面騎乗 : どうしていいのかわからなくて困惑,ev/KC08Aa.png,cc/KC08Aa.png,tn/KC08Aa.png,K +2280010,    :差分B :まんこ舐める : 会話差分:恥ずかしい,ev/KC08Ab.png,cc/KC08Ab.png,tn/KC08Ab.png,K +2280020,    :差分C :まんこ舐める : 会話差分:拗ねる,ev/KC08Ac.png,cc/KC08Ac.png,tn/KC08Ac.png,K +2280030,    :差分D :まんこ舐める : 会話差分:感じる ※※Fと共用,ev/KC08Ad.png,cc/KC08Ad.png,tn/KC08Ad.png,K +2280040,    :差分E :おしっこ漏れそう : 感じる + 困る,ev/KC08Ae.png,cc/KC08Ae.png,tn/KC08Ae.png,K +2280060,    :差分G :放尿 : 軽くイってしまう,ev/KC08Ag.png,cc/KC08Ag.png,tn/KC08Ag.png,K +2281000,KC08B :コマコ/駄菓子屋休憩部屋(お昼寝に使ったお布団または座布団の上)/昼 :差分A :正常位で挿入寸前 : 困る + 軽く嫌がる,ev/KC08Ba.png,cc/KC08Ba.png,tn/KC08Ba.png,K +2281010,    :差分B :慌てる + 焦る,ev/KC08Bb.png,cc/KC08Bb.png,tn/KC08Bb.png,K +2281020,    :差分C :挿入 : 涙目で抗議,ev/KC08Bc.png,cc/KC08Bc.png,tn/KC08Bc.png,K +2281030,    :差分D :ギュッと目を瞑って我慢,ev/KC08Bd.png,cc/KC08Bd.png,tn/KC08Bd.png,K +2281040,    :差分E :愛液差分 : 感じる,ev/KC08Be.png,cc/KC08Be.png,tn/KC08Be.png,K +2281050,    :差分F :イキそう,ev/KC08Bf.png,cc/KC08Bf.png,tn/KC08Bf.png,K +2281060,    :差分G :中出し : イッちゃう,ev/KC08Bg.png,cc/KC08Bg.png,tn/KC08Bg.png,K +2281070,    :差分H0 :中出し続き : チンポ抜ける,ev/KC08Bh0.png,cc/KC08Bh0.png,tn/KC08Bh0.png,K +2281071,    :差分H1 :外出し,ev/KC08Bh1.png,cc/KC08Bh1.png,tn/KC08Bh1.png,K +2400000,KE00A :コマコ/駄菓子屋縁側(庭)/昼 :差分A :ブタメンおしっこ。しーしーポーズ : 恥ずかしい,ev/KE00Aa.png,cc/KE00Aa.png,tn/KE00Aa.png,K +2400010,    :差分B :恥ずかしい + 困る,ev/KE00Ab.png,cc/KE00Ab.png,tn/KE00Ab.png,K +2400020,    :差分C :力んでおしっこしようとする,ev/KE00Ac.png,cc/KE00Ac.png,tn/KE00Ac.png,K +2400030,    :差分D :放尿開始 : すごく恥ずかしい,ev/KE00Ad.png,cc/KE00Ad.png,tn/KE00Ad.png,K +2400040,    :差分E :放尿終了 : 放心,ev/KE00Ae.png,cc/KE00Ae.png,tn/KE00Ae.png,K +2410000,KE01A :コマコ/駄菓子屋休憩部屋(布団の上)/昼 :差分A :妊娠END。スク水で膝立ち : 腹をさすったり,ev/KE01Aa.png,cc/KE01Aa.png,tn/KE01Aa.png,K +2410010,    :差分B :母乳がしみ出す : 困る + 恥ずかしい,ev/KE01Ab.png,cc/KE01Ab.png,tn/KE01Ab.png,K +2410020,    :差分C :スク水を下ろしておっぱい丸見え,ev/KE01Ac.png,cc/KE01Ac.png,tn/KE01Ac.png,K +2410030,    :差分D :母乳差分 オッパイ吸う主人公 : ちょっと気持ちいい,ev/KE01Ad.png,cc/KE01Ad.png,tn/KE01Ad.png,K +2410040,    :差分E :母乳噴射 : 軽くイッちゃう,ev/KE01Ae.png,cc/KE01Ae.png,tn/KE01Ae.png,K +2410050,    :差分F :搾乳おわり 愛液 : ハァハァ+恥ずかしい,ev/KE01Af.png,cc/KE01Af.png,tn/KE01Af.png,K +2411000,KE01B :コマコ/駄菓子屋休憩部屋(布団の上)/昼 :差分A :妊娠セックス。挿入済み : 苦しい + 気持ちいい,ev/KE01Ba.png,cc/KE01Ba.png,tn/KE01Ba.png,K +2411010,    :差分B :気持ちいいのを我慢,ev/KE01Bb.png,cc/KE01Bb.png,tn/KE01Bb.png,K +2411020,    :差分C :我慢をやめて感じ始める,ev/KE01Bc.png,cc/KE01Bc.png,tn/KE01Bc.png,K +2411030,    :差分D :母乳差分 : すごい感じる,ev/KE01Bd.png,cc/KE01Bd.png,tn/KE01Bd.png,K +2411040,    :差分E :中出し,ev/KE01Be.png,cc/KE01Be.png,tn/KE01Be.png,K +2411050,    :差分F0 :中出し続き : チンポ入ったまま,ev/KE01Bf0.png,cc/KE01Bf0.png,tn/KE01Bf0.png,K +2411051,    :差分F1 :外出し,ev/KE01Bf1.png,cc/KE01Bf1.png,tn/KE01Bf1.png,K +3000000,TA00A :甜花/駄菓子屋店内/昼 :差分A :アイドルカードを握りしめる甜花 : 嬉しそう,ev/TA00Aa.png,cc/TA00Aa.png,tn/TA00Aa.png,T +3000010,    :差分B :不満げ,ev/TA00Ab.png,cc/TA00Ab.png,tn/TA00Ab.png,T +3000020,    :差分C :涙目,ev/TA00Ac.png,cc/TA00Ac.png,tn/TA00Ac.png,T +3100000,TB00A :甜花/河原(林の中)/昼 :差分A :しゃがんで野ション : 不安げ,ev/TB00Aa.png,cc/TB00Aa.png,tn/TB00Aa.png,T +3100010,    :差分B :おしっこ出る,ev/TB00Ab.png,cc/TB00Ab.png,tn/TB00Ab.png,T +3100020,    :差分C :おしっこ終了,ev/TB00Ac.png,cc/TB00Ac.png,tn/TB00Ac.png,T +3110000,TB01A :甜花/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :服の上からメジャーで測る。胸より下に当てる : 恥ずかしい,ev/TB01Aa.png,cc/TB01Aa.png,tn/TB01Aa.png,T +3110010,    :差分B :メジャーが胸の高さに : 焦る,ev/TB01Ab.png,cc/TB01Ab.png,tn/TB01Ab.png,T +3110020,    :差分C :乳首勃ってくる : 恥ずかしい,ev/TB01Ac.png,cc/TB01Ac.png,tn/TB01Ac.png,T +3110030,    :差分D :メジャー元の位置に : 恥ずかしい+感じる,ev/TB01Ad.png,cc/TB01Ad.png,tn/TB01Ad.png,T +3120000,TB02A :甜花/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :強制オナニー : 恥ずかしい,ev/TB02Aa.png,cc/TB02Aa.png,tn/TB02Aa.png,T +3120010,    :差分B :パンツめくってメンソレータム塗る : 慌てる,ev/TB02Ab.png,cc/TB02Ab.png,tn/TB02Ab.png,T +3120020,    :差分C :パンツ戻す : 涙目,ev/TB02Ac.png,cc/TB02Ac.png,tn/TB02Ac.png,T +3120030,    :差分D :パンツの上からオマンコをさする甜花。パンツにちょっと染み,ev/TB02Ad.png,cc/TB02Ad.png,tn/TB02Ad.png,T +3120040,    :差分E :軽くイッて染みが大きくなる,ev/TB02Ae.png,cc/TB02Ae.png,tn/TB02Ae.png,T +3130000,TB03A :甜花/駄菓子屋外観/昼 :差分A :ダンスしてパンチラ,ev/TB03Aa.png,cc/TB03Aa.png,tn/TB03Aa.png,T +3131000,TB03B :甜花/お風呂/昼 :差分A :甜花の髪を洗う : 怒ってる。ふくれ面,ev/TB03Ba.png,cc/TB03Ba.png,tn/TB03Ba.png,T +3131010,    :差分B :まだちょっと怒ってる風。恥ずかしい,ev/TB03Bb.png,cc/TB03Bb.png,tn/TB03Bb.png,T +3131020,    :差分C :髪コキ開始 : ちょんまげ,ev/TB03Bc.png,cc/TB03Bc.png,tn/TB03Bc.png,T +3131030,    :差分D :射精,ev/TB03Bd.png,cc/TB03Bd.png,tn/TB03Bd.png,T +3140000,TB04A :甜花/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :甜花でオナニー : 寝ている,ev/TB04Aa.png,cc/TB04Aa.png,tn/TB04Aa.png,T +3140010,    :差分B :ズボンちょっと脱がせる : パンツ見える,ev/TB04Ab.png,cc/TB04Ab.png,tn/TB04Ab.png,T +3140020,    :差分C :上着めくる : パンツ+おっぱい見える,ev/TB04Ac.png,cc/TB04Ac.png,tn/TB04Ac.png,T +3140030,    :差分D :パンツずらす : まんこ+おっぱい見える」,ev/TB04Ad.png,cc/TB04Ad.png,tn/TB04Ad.png,T +3140040,    :差分E :おっぱい揉む : くすぐったそう(寝てる),ev/TB04Ae.png,cc/TB04Ae.png,tn/TB04Ae.png,T +3140050,    :差分F :ちんこ擦りつける : くすぐったそう(寝てる),ev/TB04Af.png,cc/TB04Af.png,tn/TB04Af.png,T +3140060,    :差分G :射精,ev/TB04Ag.png,cc/TB04Ag.png,tn/TB04Ag.png,T +3150000,TB05A :甜花/河原/昼 :差分A :グラビア撮影。アナル丸見えのマイクロビキニ : 恥ずかしい,ev/TB05Aa.png,cc/TB05Aa.png,tn/TB05Aa.png,T +3150010,    :差分B :困る,ev/TB05Ab.png,cc/TB05Ab.png,tn/TB05Ab.png,T +3150020,    :差分C :主人公がオナニー始める(画面外) : びっくり,ev/TB05Ac.png,cc/TB05Ac.png,tn/TB05Ac.png,T +3151000,TB05B :甜花/河原/昼 :差分A :強制手コキ。ちんこ触らせる : 怯える,ev/TB05Ba.png,cc/TB05Ba.png,tn/TB05Ba.png,T +3151010,    :差分B :射精 : ちょっとびっくり,ev/TB05Bb.png,cc/TB05Bb.png,tn/TB05Bb.png,T +3151020,    :差分C :気持ち悪い。涙目,ev/TB05Bc.png,cc/TB05Bc.png,tn/TB05Bc.png,T +3151030,    :差分D :困る(照れる),ev/TB05Bd.png,cc/TB05Bd.png,tn/TB05Bd.png,T +3151040,    :差分E :主人公の手外して甜花自ら手コキ : 恥ずかしい,ev/TB05Be.png,cc/TB05Be.png,tn/TB05Be.png,T +3151050,    :差分F :困りつつも手コキ,ev/TB05Bf.png,cc/TB05Bf.png,tn/TB05Bf.png,T +3151060,    :差分G :射精(二度目),ev/TB05Bg.png,cc/TB05Bg.png,tn/TB05Bg.png,T +3200000,TC00A :甜花/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :胸を触診。目隠し+おっぱい丸見えで床に寝てる : 恥ずかしい,ev/TC00Aa.png,cc/TC00Aa.png,tn/TC00Aa.png,T +3200010,    :差分B :触診 : ちょっと痛い/気持ちいい,ev/TC00Ab.png,cc/TC00Ab.png,tn/TC00Ab.png,T +3200020,    :差分C :胸にちんこ押し当てる : 恥ずかしい,ev/TC00Ac.png,cc/TC00Ac.png,tn/TC00Ac.png,T +3200030,    :差分D :ちんこ : ちょっと痛い/気持ちいい,ev/TC00Ad.png,cc/TC00Ad.png,tn/TC00Ad.png,T +3200040,    :差分E :射精,ev/TC00Ae.png,cc/TC00Ae.png,tn/TC00Ae.png,T +3200050,    :差分F :射精後。塗りたくる : ちょっと気持ちいい,ev/TC00Af.png,cc/TC00Af.png,tn/TC00Af.png,T +3201000,TC00B :甜花/駄菓子屋休憩部屋(主人公部屋)/昼 :差分A :アナルセックス。バックの体勢 : 怯える,ev/TC00Ba.png,cc/TC00Ba.png,tn/TC00Ba.png,T +3201010,    :差分B :嫌がる,ev/TC00Bb.png,cc/TC00Bb.png,tn/TC00Bb.png,T +3201020,    :差分C :アナルに挿入 : 痛い,ev/TC00Bc.png,cc/TC00Bc.png,tn/TC00Bc.png,T +3201030,    :差分D :しくしく泣く,ev/TC00Bd.png,cc/TC00Bd.png,tn/TC00Bd.png,T +3201040,    :差分E :中出し,ev/TC00Be.png,cc/TC00Be.png,tn/TC00Be.png,T +3201050,    :差分F0 :中出し続き。ちんこ抜く : アナルから精液出てくる,ev/TC00Bf0.png,cc/TC00Bf0.png,tn/TC00Bf0.png,T +3201051,    :差分F1 :外出し : ぶっっかけ,ev/TC00Bf1.png,cc/TC00Bf1.png,tn/TC00Bf1.png,T +3210000,TC01A :甜花/軽トラ室内/昼 :差分A :軽トラの助手席,ev/TC01Aa.png,cc/TC01Aa.png,tn/TC01Aa.png,T +3210010,    :差分B :困る/恥ずかしがる,ev/TC01Ab.png,cc/TC01Ab.png,tn/TC01Ab.png,T +3210020,    :差分C :甜花はパンツ見せる。主人公はちんこ出してオナニー : 恥ずかしい,ev/TC01Ac.png,cc/TC01Ac.png,tn/TC01Ac.png,T +3210030,    :差分D :上着まくって胸を見せる : 恥ずかしい,ev/TC01Ad.png,cc/TC01Ad.png,tn/TC01Ad.png,T +3210040,    :差分E :手コキ : 恥ずかしい,ev/TC01Ae.png,cc/TC01Ae.png,tn/TC01Ae.png,T +3210050,    :差分F :射精,ev/TC01Af.png,cc/TC01Af.png,tn/TC01Af.png,T +3210060,    :差分G :BとCの間:甜花がバンツ出して主人公がチンポ出す前,ev/TC01Ag.png,cc/TC01Ag.png,tn/TC01Ag.png,T +3220000,TC02A :甜花/駄菓子屋お風呂/昼 :差分A :マイクロビキニ。抱き合ってチンコを甜花に押しつける : 恥ずかしい+困り,ev/TC02Aa.png,cc/TC02Aa.png,tn/TC02Aa.png,T +3220010,    :差分B :恥ずかしい+視線逸らし,ev/TC02Ab.png,cc/TC02Ab.png,tn/TC02Ab.png,T +3220020,    :差分C :恥ずかしい+怒り,ev/TC02Ac.png,cc/TC02Ac.png,tn/TC02Ac.png,T +3220030,    :差分D :射精,ev/TC02Ad.png,cc/TC02Ad.png,tn/TC02Ad.png,T +3220040,    :差分E :射精続き : 恥ずかしい+視線逸らし,ev/TC02Ae.png,cc/TC02Ae.png,tn/TC02Ae.png,T +3230000,TC03A :甜花/駄菓子屋休憩部屋/昼 :差分A :初ライブ : 正面見る。恥ずかしい,ev/TC03Aa.png,cc/TC03Aa.png,tn/TC03Aa.png,T +3230010,    :差分B :視線逸らす,ev/TC03Ab.png,cc/TC03Ab.png,tn/TC03Ab.png,T +3230020,    :差分C :愛液垂れる : 正面見る。恥ずかしい,ev/TC03Ac.png,cc/TC03Ac.png,tn/TC03Ac.png,T +3230030,    :差分D :愛液垂れる : 視線逸らす,ev/TC03Ad.png,cc/TC03Ad.png,tn/TC03Ad.png,T +3231000,TC03B :甜花/駄菓子屋休憩部屋/昼 :差分A :おちんちん握手会。膝立ち : ちょっと恥ずかしい,ev/TC03Ba.png,cc/TC03Ba.png,tn/TC03Ba.png,T +3231010,    :差分B :ちんぽ2本 : びっくり,ev/TC03Bb.png,cc/TC03Bb.png,tn/TC03Bb.png,T +3231020,    :差分C :困惑+恥ずかしい,ev/TC03Bc.png,cc/TC03Bc.png,tn/TC03Bc.png,T +3231030,    :差分D :両手で2本同時に手コキ開始,ev/TC03Bd.png,cc/TC03Bd.png,tn/TC03Bd.png,T +3231040,    :差分E :ちんぽ2本増えて4本に : びっくり,ev/TC03Be.png,cc/TC03Be.png,tn/TC03Be.png,T +3231050,    :差分F :困惑+恥ずかしい,ev/TC03Bf.png,cc/TC03Bf.png,tn/TC03Bf.png,T +3231060,    :差分G :興奮してぼーっとしてきた,ev/TC03Bg.png,cc/TC03Bg.png,tn/TC03Bg.png,T +3231070,    :差分H :射精。全身ぶっかけ : 興奮,ev/TC03Bh.png,cc/TC03Bh.png,tn/TC03Bh.png,T +3232000,TC03C :甜花/駄菓子屋休憩部屋/昼 :差分A :主人公が上で69 : 驚く,ev/TC03Ca.png,cc/TC03Ca.png,tn/TC03Ca.png,T +3232010,    :差分B :むくれる&焦る、ちょっと怒る,ev/TC03Cb.png,cc/TC03Cb.png,tn/TC03Cb.png,T +3232020,    :差分C :パンツ脱がす。愛液トロトロ : 感じる,ev/TC03Cc.png,cc/TC03Cc.png,tn/TC03Cc.png,T +3232030,    :差分D :さらに感じる。トロ顔,ev/TC03Cd.png,cc/TC03Cd.png,tn/TC03Cd.png,T +3232040,    :差分E :ちんぽ出す。手コキ開始,ev/TC03Ce.png,cc/TC03Ce.png,tn/TC03Ce.png,T +3232050,    :差分F :手コキしながら舌でチロチロ舐める,ev/TC03Cf.png,cc/TC03Cf.png,tn/TC03Cf.png,T +3232060,    :差分G :イラマチオ開始 : 苦しそう,ev/TC03Cg.png,cc/TC03Cg.png,tn/TC03Cg.png,T +3232070,    :差分H :口内射精,ev/TC03Ch.png,cc/TC03Ch.png,tn/TC03Ch.png,T +3232080,    :差分I0 :口内射精続き。ちんこ抜く : ハァハァ,ev/TC03Ci0.png,cc/TC03Ci0.png,tn/TC03Ci0.png,T +3232081,    :差分I1 :顔射 : ハァハァ,ev/TC03Ci1.png,cc/TC03Ci1.png,tn/TC03Ci1.png,T +3240000,TC04A :甜花/駄菓子屋休憩部屋/昼 :差分A :映像配信。完全に着衣した状態 : 困る。もじもじ,ev/TC04Aa.png,cc/TC04Aa.png,tn/TC04Aa.png,T +3240010,    :差分B :スカート脱ぐ : パンツ見える,ev/TC04Ab.png,cc/TC04Ab.png,tn/TC04Ab.png,T +3240020,    :差分C :上着脱ぐ : 下着姿,ev/TC04Ac.png,cc/TC04Ac.png,tn/TC04Ac.png,T +3240030,    :差分D :パンツ脱ぐ : 股間は手で隠してる,ev/TC04Ad.png,cc/TC04Ad.png,tn/TC04Ad.png,T +3240040,    :差分E :ブラを脱ぐ : 全裸,ev/TC04Ae.png,cc/TC04Ae.png,tn/TC04Ae.png,T +3240050,    :差分F :焦る(軽く驚く),ev/TC04Af.png,cc/TC04Af.png,tn/TC04Af.png,T +3240060,    :差分G :手をどけて全身見えるように : 恥ずかしがる,ev/TC04Ag.png,cc/TC04Ag.png,tn/TC04Ag.png,T +3241000,TC04B :甜花/駄菓子屋休憩部屋/昼 :差分A :公開セックス。主人公の上に座る : 恥ずかしい,ev/TC04Ba.png,cc/TC04Ba.png,tn/TC04Ba.png,T +3241010,    :差分B :ちんこを股間に当てる : ちょっと怖い,ev/TC04Bb.png,cc/TC04Bb.png,tn/TC04Bb.png,T +3241020,    :差分C :挿入。出血 : ちょっと痛い,ev/TC04Bc.png,cc/TC04Bc.png,tn/TC04Bc.png,T +3241030,    :差分D :ちょっと感じてきた,ev/TC04Bd.png,cc/TC04Bd.png,tn/TC04Bd.png,T +3241040,    :差分E :スマホでリスナーに返事,ev/TC04Be.png,cc/TC04Be.png,tn/TC04Be.png,T +3241050,    :差分F :愛液差分 : すごく感じてる,ev/TC04Bf.png,cc/TC04Bf.png,tn/TC04Bf.png,T +3241060,    :差分G :中出し,ev/TC04Bg.png,cc/TC04Bg.png,tn/TC04Bg.png,T +3241070,    :差分H0 :中出し続き。チンポ抜ける : 精液垂れる,ev/TC04Bh0.png,cc/TC04Bh0.png,tn/TC04Bh0.png,T +3241071,    :差分H1 :外出し : ぶっかけ,ev/TC04Bh1.png,cc/TC04Bh1.png,tn/TC04Bh1.png,T +3250000,TC05A :甜花/駄菓子屋休憩部屋/昼 :差分A :みんな寝てる横。側位で挿入 : 声を我慢,ev/TC05Aa.png,cc/TC05Aa.png,tn/TC05Aa.png,T +3250010,    :差分B :感じてくる,ev/TC05Ab.png,cc/TC05Ab.png,tn/TC05Ab.png,T +3250020,    :差分C :キス,ev/TC05Ac.png,cc/TC05Ac.png,tn/TC05Ac.png,T +3250030,    :差分D :コマコが見ていることに気付く : 焦り,ev/TC05Ad.png,cc/TC05Ad.png,tn/TC05Ad.png,T +3250040,    :差分E :嫌がる+涙目+感じる,ev/TC05Ae.png,cc/TC05Ae.png,tn/TC05Ae.png,T +3250050,    :差分F :中出し,ev/TC05Af.png,cc/TC05Af.png,tn/TC05Af.png,T +3250060,    :差分G :中出し続き。ちんぽ抜ける,ev/TC05Ag.png,cc/TC05Ag.png,tn/TC05Ag.png,T +3260000,TC06A :甜花/駄菓子屋休憩部屋/昼 :差分A :コマコと3P : 恥ずかしい,ev/TC06Aa.png,cc/TC06Aa.png,tn/TC06Aa.png,T +3260010,    :差分B :困る。興奮。,ev/TC06Ab.png,cc/TC06Ab.png,tn/TC06Ab.png,T +3260020,    :差分C :コマコが指挿入。精液垂れる。 : 感じる,ev/TC06Ac.png,cc/TC06Ac.png,tn/TC06Ac.png,T +3260030,    :差分D :コマコが駄菓子挿入:ヒモ飴,ev/TC06Ad.png,cc/TC06Ad.png,tn/TC06Ad.png,T +3260040,    :差分E :ヒモ飴抜く : 感じてしまう甜花 ※※I差分と共用,ev/TC06Ae.png,cc/TC06Ae.png,tn/TC06Ae.png,T +3260050,    :差分F :コマコが駄菓子挿入:マイクラムネ : ※挿入前。不安,ev/TC06Af.png,cc/TC06Af.png,tn/TC06Af.png,T +3260060,    :差分G :マイクラムネ挿入,ev/TC06Ag.png,cc/TC06Ag.png,tn/TC06Ag.png,T +3260070,    :差分H :感じる,ev/TC06Ah.png,cc/TC06Ah.png,tn/TC06Ah.png,T +3260090,    :差分J :コマコがペニバンを装着して挿入,ev/TC06Aj.png,cc/TC06Aj.png,tn/TC06Aj.png,T +3260100,    :差分K :主人公のちんこ咥えさせる,ev/TC06Ak.png,cc/TC06Ak.png,tn/TC06Ak.png,T +3260110,    :差分L :射精 : ぶっかけ,ev/TC06Al.png,cc/TC06Al.png,tn/TC06Al.png,T +3270000,TC07A :甜花/近所の道路脇/昼(午前中) :差分A :立ちション : 困った+恥ずかしい,ev/TC07Aa.png,cc/TC07Aa.png,tn/TC07Aa.png,T +3270010,    :差分B :拗ねる+怒る,ev/TC07Ab.png,cc/TC07Ab.png,tn/TC07Ab.png,T +3270020,    :差分C :おしっこ出始める,ev/TC07Ac.png,cc/TC07Ac.png,tn/TC07Ac.png,T +3270030,    :差分D :困った,ev/TC07Ad.png,cc/TC07Ad.png,tn/TC07Ad.png,T +3270040,    :差分E :勢いよくおしっこ出る : すごく恥ずかしい,ev/TC07Ae.png,cc/TC07Ae.png,tn/TC07Ae.png,T +3270050,    :差分F :おしっこ終了 : 恥ずかしい+困る,ev/TC07Af.png,cc/TC07Af.png,tn/TC07Af.png,T +3271000,TC07B :甜花/近所の道路脇(の雑木林的なところの中)/昼(午前中) :差分A :立ちバック。挿入前 : 拗ねてる,ev/TC07Ba.png,cc/TC07Ba.png,tn/TC07Ba.png,T +3271010,    :差分B :挿入 : 感じる ※※D差分と共用,ev/TC07Bb.png,cc/TC07Bb.png,tn/TC07Bb.png,T +3271020,    :差分C :抵抗,ev/TC07Bc.png,cc/TC07Bc.png,tn/TC07Bc.png,T +3271040,    :差分E :感じてるけど我慢,ev/TC07Be.png,cc/TC07Be.png,tn/TC07Be.png,T +3271050,    :差分F :中出し : イッちゃう,ev/TC07Bf.png,cc/TC07Bf.png,tn/TC07Bf.png,T +3271060,    :差分G :中出し続き : 射精したんだかおしっこすれば?……と、まだツンツンな甜花,ev/TC07Bg.png,cc/TC07Bg.png,tn/TC07Bg.png,T +3271070,    :差分H :膣内放尿 : 焦る,ev/TC07Bh.png,cc/TC07Bh.png,tn/TC07Bh.png,T +3271080,    :差分I :放尿続き : 泣いちゃう,ev/TC07Bi.png,cc/TC07Bi.png,tn/TC07Bi.png,T +3280000,TC08A :甜花/駄菓子屋店内/昼 :差分A :ちーちゃんとコマコのセックスを覗きながらセックス : ちょっと怒る,ev/TC08Aa.png,cc/TC08Aa.png,tn/TC08Aa.png,T +3280010,    :差分B :胸をまさぐる : ちょっと感じる,ev/TC08Ab.png,cc/TC08Ab.png,tn/TC08Ab.png,T +3280020,    :差分C :愛液差分 : 感じてくる,ev/TC08Ac.png,cc/TC08Ac.png,tn/TC08Ac.png,T +3280030,    :差分D :かなり感じる,ev/TC08Ad.png,cc/TC08Ad.png,tn/TC08Ad.png,T +3280040,    :差分E :中出し,ev/TC08Ae.png,cc/TC08Ae.png,tn/TC08Ae.png,T +3280050,    :差分F0 :中出し続き。ちんぽ抜ける,ev/TC08Af0.png,cc/TC08Af0.png,tn/TC08Af0.png,T +3280051,    :差分F1 :外出し,ev/TC08Af1.png,cc/TC08Af1.png,tn/TC08Af1.png,T +3290000,TC09A :甜花/駄菓子屋外観(店の前)/昼 :差分A :主人公に抱きつく : 総選挙1位になってうれしい。,ev/TC09Aa.png,cc/TC09Aa.png,tn/TC09Aa.png,T +3290010,    :差分B :世界一のアイドルになるから別れると話す : 真剣,ev/TC09Ab.png,cc/TC09Ab.png,tn/TC09Ab.png,T +3400000,TE00A :甜花/駄菓子屋休憩部屋/昼 :差分A :座った甜花の眼前で主人公がオナニー : 驚きつつも見つめる,ev/TE00Aa.png,cc/TE00Aa.png,tn/TE00Aa.png,T +3400010,    :差分B :我に返って怒る,ev/TE00Ab.png,cc/TE00Ab.png,tn/TE00Ab.png,T +3400020,    :差分C :会話差分:目を逸らす(恥ずかしい),ev/TE00Ac.png,cc/TE00Ac.png,tn/TE00Ac.png,T +3400030,    :差分D :主人公(チンポ)を見つめる。ぼーっとした顔,ev/TE00Ad.png,cc/TE00Ad.png,tn/TE00Ad.png,T +3400040,    :差分E :射精 : 驚く,ev/TE00Ae.png,cc/TE00Ae.png,tn/TE00Ae.png,T +3400050,    :差分F :ぶっかけ。写真撮る主人公 : ぼーっとした顔,ev/TE00Af.png,cc/TE00Af.png,tn/TE00Af.png,T +3400060,    :差分G :手で顔を隠す : 慌てる,ev/TE00Ag.png,cc/TE00Ag.png,tn/TE00Ag.png,T +3400070,    :差分H :困る(膨れる),ev/TE00Ah.png,cc/TE00Ah.png,tn/TE00Ah.png,T +3400080,    :差分I :涙目(泣きそう),ev/TE00Ai.png,cc/TE00Ai.png,tn/TE00Ai.png,T +4130000,CB03A :その他/駄菓子屋休憩部屋/昼 :差分A :3人川の字で寝ている。パンツ見えてない,ev/CB03Aa.png,cc/CB03Aa.png,tn/CB03Aa.png,C +4130010,    :差分B :全員のスカートめくる : パンツ見える,ev/CB03Ab.png,cc/CB03Ab.png,tn/CB03Ab.png,C +4130020,    :差分C :全員のスカートと上着両方めくる : パンツとおっぱい見える,ev/CB03Ac.png,cc/CB03Ac.png,tn/CB03Ac.png,C +4130030,    :差分D :全員のスカートと上着両方めくってパンツもずらす : まんことおっぱい見える,ev/CB03Ad.png,cc/CB03Ad.png,tn/CB03Ad.png,C +4130040,    :差分E :射精,ev/CB03Ae.png,cc/CB03Ae.png,tn/CB03Ae.png,C +4190000,CB09A :その他/駄菓子屋休憩部屋/昼 :差分A :扇風機で下半身を冷やすちーちゃんとコマコ。,ev/CB09Aa.png,cc/CB09Aa.png,tn/CB09Aa.png,C +4190010,    :差分B :甜花も参加。恥ずかしそう,ev/CB09Ab.png,cc/CB09Ab.png,tn/CB09Ab.png,C +4220000,CB12A :その他/河原/昼 :差分A :河原で水遊び。楽しそうな3人の姿 : 河原に着いて楽しそうにしている3人(主人公が眺めている)。,ev/CB12Aa.png,cc/CB12Aa.png,tn/CB12Aa.png,C +9103000,XB00S :カット/駄菓子屋店内/昼兼夜 :差分A :隠しカメラの画像 : ちーちゃんの胸チラ,ev/XB00Sa.png,cc/XB00Sa.png,tn/XB00Sa.png,C +9104000,XB00K :カット/駄菓子屋店内/昼 :差分A :隠しカメラの画像 : コマコのパンチラ,ev/XB00Ka.png,cc/XB00Ka.png,tn/XB00Ka.png,C +9105000,XB00T :カット/駄菓子屋店内/昼 :差分A :隠しカメラの画像 : 甜花のパンチラ,ev/XB00Ta.png,cc/XB00Ta.png,tn/XB00Ta.png,C +9133000,XB03S :カット/駄菓子屋脱衣所/昼 :差分A :床に置いてあるパンツ : ちーちゃん ※※コマコ用に変更!!!,ev/XB03Sa.png,cc/XB03Sa.png,tn/XB03Sa.png,C +9133010,    :差分B :精液差分,ev/XB03Sb.png,cc/XB03Sb.png,tn/XB03Sb.png,C +9134000,XB03K :カット/駄菓子屋脱衣所/昼 :差分A :床に置いてあるパンツ : コマコ ※※千恵用に変更!!!,ev/XB03Ka.png,cc/XB03Ka.png,tn/XB03Ka.png,C +9134010,    :差分B :精液差分,ev/XB03Kb.png,cc/XB03Kb.png,tn/XB03Kb.png,C +9135000,XB03T :カット/駄菓子屋脱衣所/昼 :差分A :床に置いてあるパンツ : 甜花,ev/XB03Ta.png,cc/XB03Ta.png,tn/XB03Ta.png,C +9135010,    :差分B :精液差分,ev/XB03Tb.png,cc/XB03Tb.png,tn/XB03Tb.png,C +9204000,XC00K :カット/駄菓子屋外観/昼 :差分A :スカートを持ち上げてペニバン見せてくるコマコ,ev/XC00Ka.png,cc/XC00Ka.png,tn/XC00Ka.png,C +9000000,XA00A :カット/駄菓子屋休憩部屋/昼兼夜 :差分A :主人公のスマホ画面 : LINE画面1,ev/XA00Aa.png,cc/XA00Aa.png,tn/XA00Aa.png,C +9000010,    :差分B :スタンプ使ってるところ,ev/XA00Ab.png,cc/XA00Ab.png,tn/XA00Ab.png,C +9000020,    :差分C :最初の発言オンリー,ev/XA00Ac.png,cc/XA00Ac.png,tn/XA00Ac.png,C + diff --git a/datascn.tac/_chapter.csv b/datascn.tac/_chapter.csv new file mode 100644 index 0000000..a577177 --- /dev/null +++ b/datascn.tac/_chapter.csv @@ -0,0 +1,85 @@ +%label%,%title%,%info% +000_CA00,僕の城,修正:俺の城→僕の城 +001_CA01,かわいい常連さん, +002_CA02,ぼっちな甜花, +003_CA03,初LIME, +004_CA04,3人は友達, +005_CA05,甜花とLIME その1, +006_CB00,万引き疑惑, +007_CB01,確たる証拠, +008_CB02,犯人はちーちゃん, +009_CB03,初めてのアルバイト, +010_CB04,初めてのお給料, +011_CB05,ちーちゃんとお風呂, +012_CB06,意外な先客, +013_CB07,コマコの恋, +014_CB08,甜花とLIME その2, +015_CB09,デビュー計画, +016_CB10,アイドルデビュー, +017_CB11,投票終了, +018_CB12,川遊び, +019_CB12S,度胸試し, +020_CB12K,日焼け止め, +021_CB12T,初めての野ション, +022_CB13,最後の一票, +023_CB14,お風呂でおしっこ, +024_CB15,苦悩, +025_CB16,目指せ!セクシーアイドル, +026_CB17,新しいアルバイト, +027_CB18,明日への希望, +028_CB19,セックスの練習, +029_CB20,大人の遊び, +030_CB21,セクシーになるには, +031_CB22,お風呂タイム, +032_CB23,おいしいちんちん, +033_CB24A,食べかけの飴ちゃん, +034_CB24B,とれなくなっちゃった, +035_CB25,踊ってみる?, +036_CB26,誰もいない日曜日, +037_CB27,一緒にお昼寝, +038_CB28,オナニー観察, +039_CB29,グラビア撮影, +040_CC00,我慢できない, +100_SC00,ちーちゃんのお婿さん, +101_SC01,ちっちゃなオマンコ, +102_SC02a,ちーちゃんの謀略, +103_SC02b,問い詰め, +104_SC03a,家族ごっこ, +105_SC03b,父性, +106_SC04,父と娘, +107_SC05,父として, +108_SC06,初めてのお泊まり, +109_SC07,やさしいちーちゃん, +110_SE00,暗い未来, +200_KC00,最後のお勉強, +201_KC01,嫉妬, +202_KC02,ご褒美, +203_KC03a,肉バイブ, +204_KC03b,雑な作戦その2, +205_KC04,複雑な気持ち, +206_KC05,勉強再び, +207_KC06,寝取られ, +208_KC07,突然のご褒美, +209_KC08,愛情?, +210_KE00,愛人, +211_KE01,愛の証, +300_TC00,おじさんの彼氏, +301_TC01a,複雑な気持ち, +302_TC01b,夢は捨てられない, +303_TC02a,初めての曲, +304_TC02b,練習再び, +305_TC03a,初ライブ!, +306_TC03b,ライブの後で, +307_TC04a,裏垢, +308_TC04b,初ライブ(2回目), +309_TC05,デレる甜花, +310_TC06,友達のために, +311_TC07,連れション, +312_TC08,デバガメ, +313_TC09,2度目の総選挙, +314_TE00,アイドルの卵, +400_YC00,はじらい, +401_YC01,酔っ払い, +402_YE00,初めての子作り, +403_YE01,家族でお風呂, + diff --git a/datascn.tac/_define.csv b/datascn.tac/_define.csv new file mode 100644 index 0000000..6c8bc3a --- /dev/null +++ b/datascn.tac/_define.csv @@ -0,0 +1,106 @@ +%name%,%bgm%,%bg%,%info%,%replace% +stop_id_effect,,,ID付きエフェクト全般停止(1〜9まで全部), +,,,【テンプレート】ID付きSE停止, +,,,ID=1 のSEを停止, +,,,―――――――――――――――― ラベル冒頭 ――――――――――――――――, +Lbegin_morning,,,:一日の始まり(朝・起床), +Lbegin_day_change,,,:前のラベルから日をまたいだ次のシーン, +Lbegin_scene_change,,,:前のラベルから日をまたがず次のシーン, +Lbegin_move,,,:前のラベルから場所を移動してきた, +Lbegin_continue,,,:前のラベルからそのまま継続(特にエフェクトなし), +,,,―――――――――――――――― ラベル末尾 ――――――――――――――――, +Lend_night,0,9000,:一日の終わり(夜・就寝), +Lend_day_change,0,9000,:次のラベルは日をまたぐ(この日はこれでおしまい), +Lend_scene_change,0,9001,:次のラベルは日をまたがない, +Lend_move,0,9000,:場所を移動して次のラベルへ, +Lend_continue,,,:次のラベルへそのまま継続(特にエフェクト無し), +,,,――――――――――― ラベル中・シーン切り替え ―――――――――――――――――――――, +scene_charchange,,,:人物変更(主人公視点→ヒロイン視点), +scene_past_begin,,,:回想開始(以前の話を思い出す, +scene_past_end,,,:回想終了, +scene_h_begin,,,:エロシーン開始, +scene_h_end,,,:エロシーン終了, +,,,――――――――――― ラベル中・場所移動(進む・目的地へ移動) ―――――――――――――――――――――, +move_veryshort,,,:最短(部屋の中でのちょっとした移動・または移動せずに視線だけ移動), +move_short,,,:短(ドアをくぐる程度), +move_middle,,,:中(エリア内での移動。建物内移動とか外→内とか), +move_long,,,:大(エリアをまたぐ本格的な場所移動), +,,,――――――――――― ラベル中・場所移動(戻る・帰る) ―――――――――――――――――――――, +move_short_r,,,:短(ドアをくぐる程度), +move_middle_r,,,:中(エリア内での移動。建物内移動とか外→内とか), +move_long_r,,,:大(エリアをまたぐ本格的な場所移動), +,,,――――――――――― ラベル中・時間変化 ―――――――――――――――――――――, +timepass_quick,,,:最短(シーンが途切れない程度), +timepass_short,,,:短(シーンにワンテンポ間が空く程度), +timepass_middle,,,:中(シーンが一度区切られる程度), +timepass_bgchange,,,:背景時間変化(背景の時間帯が変わる。昼→夜など), +timepass_day_short,,,:日付も変わる - 短(次の日), +timepass_day_long,,,:日付も変わる - 長(数日後), +,,,―――――――――――――――― その他エフェクト ――――――――――――――――, +ef_shasei_l,,,射精・絶頂フラッシュ(強。2回フラッシュ), +ef_shasei,,,射精・絶頂フラッシュ(弱l。1回ショートフラッシュ), +ef_shasei_tokusyu,,,射精・フラッシュなしバージョン。先から精液でるだけ, +ef_flash_l,,,絶頂フラッシュ(強。2回フラッシュ) ※射精音なし, +ef_flash,,,絶頂フラッシュ(弱l。1回ショートフラッシュ) ※射精音なし, +,,,―――――――――――――――― 肉体系エフェクト ――――――――――――――――, +"",,,【テンプレート】:画面揺れ, +ef_punch,,,殴る(SE・画面揺れ),"" +ef_punch_hard,,,強く殴る(SE・画面揺れ),"" +ef_punch_comical,,,ポコンとコミケルに叩く(SE・画面揺れ) (頭叩いたような縦揺れ),"" +ef_kick,,,キック(SE・画面揺れ),"" +ef_bodyhit_fall_soft,,,人間同士衝突(ソフトな感じ)(SE・画面揺れ),"" +ef_bodyfall_floor,,,床に倒れる・倒す(SE・画面揺れ),"" +ef_oshitaoshi,,,床に押し倒す(SE・画面揺れ) ドサ・バサ,"" +ef_binta,,,ビンタ(SE・画面揺れ),"" +ef_hit_zabuton,,,俺が座布団で叩かれる(SE・画面揺れ),"" +ef_futon_dive,,,布団ダイブ系(SE・画面揺れ),"" +se_futon,,,布団をバサっとやるSE, +se_run_come,,,走ってくる(SE) 音がだんだん大きくなる(停止時はID=1), +se_run_go,,,走ってゆく(SE) 音がだんだん小さくなる(停止時はID=1), +,,,―――――――――――――――― SE・場所/時間系 ――――――――――――――――, +se_inaka_semi,,,[loop] 田舎感ある野外SE:昼(セミ・大) (停止時はID=1), +se_inaka_semi_M,,,[loop] 田舎感ある野外SE:昼(セミ・中) (停止時はID=1), +se_inaka_semi_S,,,[loop] 田舎感ある野外SE:昼(セミ・小) (停止時はID=1), +se_inaka_night,,,[loop] 田舎感ある野外SE:夜の虫 (停止時はID=1), +se_inaka_river,,,[loop] 田舎感ある野外SE:川・渓流 (停止時はID=2) ※ID注意!, +,,,―――――――――――――――― SE・ドア系 ――――――――――――――――, +se_door_entrance_open,,,玄関ドア開く, +se_door_entrance_close,,,玄関ドア閉まる, +se_door_room_open,,,住宅内ドア開く, +se_door_room_open_hard,,,住宅内ドア開く(乱暴に), +se_door_room_close,,,住宅内ドア閉める, +se_door_room_close_hard,,,住宅内ドア閉める(乱暴に), +se_door_apart_open,,,アパートのドア開く(木造アパート), +se_chime_home,,,玄関チャイム, +se_window_open,,,窓開ける(サッシ), +se_door_bath_open,,,風呂場ドア開ける, +,,,―――――――――――――――― SE・水系 ――――――――――――――――, +se_shower,,,シャワー音:直接聞く, +se_shower_ext,,,シャワーしてる:浴室外から聞く, +se_bath_water1,,,湯船の水音(弱), +se_bath_water2,,,湯船の水音(中), +se_bath_water3,,,湯船の水音(強), +se_water_dive,,,水に飛び込むSE, +se_water_play1,,,水辺で遊ぶ水音1, +se_water_play2,,,水辺で遊ぶ水音2, +se_water_play3,,,水辺で遊ぶ水音3, +se_water_play4,,,水辺で遊ぶ水音4, +,,,―――――――――――――――― SE・エロ系 ――――――――――――――――, +se_piss,,,放尿・汎用, +se_manko,,,エロ:クチュ音(短), +se_zipper,,,ズボンのチャック下ろす, +se_vib_loop,,,[loop] ローターのヴヴヴ音 (停止時はID=1), +se_vib_loop2,,,[loop] ローターのヴヴヴ音2 (停止時はID=1) くぐもった感じ 挿入済とかで使用, +,,,―――――――――――――――― SE・その他単発 ――――――――――――――――, +se_phone_ring,,,固定電話着信音 (停止時はID=1), +se_phone_call,,,電話コール音 (停止時はID=1), +se_phone_connect,,,電話接続音 ついでにID=1の効果音を停止, +se_keitai_ring,,,主人公携帯着信音 (停止時はID=1), +se_keitai_vibe,,,主人公携帯着信(バイブモード) (停止時はID=1), +se_keitai_mail,,,主人公メール着信音 (停止時はID=1), +se_keitai_pi,,,携帯操作音(ピ) ついでにID=1の効果音を停止, +se_shutter_digital,,,シャッター音:デジカメ(スマホ含む), +se_shutter_digital2,,,シャッター音 ×2回:デジカメ(スマホ含む), +se_shutter_digital_multi,,,連続シャッター音:デジカメ(スマホ含む), +se_coins,,,小銭の音 チャリン(お金払ったりとか渡したりとか), + diff --git a/datascn.tac/_event.csv b/datascn.tac/_event.csv new file mode 100644 index 0000000..6d95a8c --- /dev/null +++ b/datascn.tac/_event.csv @@ -0,0 +1,62 @@ +%no%,%label%,%cg%,%type%,%comment% +1,009_CB03.mem,4130010,C, +2,011_CB05.mem,1100000,S, +3,013_CB07.mem,2100000,K, +4,015_CB09.mem,4190000,C, +5,018_CB12.mem,4220000,C, +6,019_CB12S.mem,1110000,S, +7,020_CB12K.mem,2110000,K, +8,021_CB12T.mem,3100000,T, +9,023_CB14.mem,1101000,S, +10,025_CB16.mem,3110000,T, +11,026_CB17.mem,1130000,S, +12,027_CB18.mem,4130000,C, +13,028_CB19.mem,2120000,K, +14,029_CB20.mem,1140000,S, +15,030_CB21.mem,3120000,T, +16,031_CB22.mem,9134000,C, +17,032_CB23.mem,1150000,S, +18,033_CB24A.mem,2140000,K, +19,034_CB24B.mem,2141000,K, +20,035_CB25.mem,3131000,T, +21,036_CB26.mem,4130040,C, +22,037_CB27.mem,1170000,S, +23,038_CB28.mem,2160000,K, +24,039_CB29.mem,3150000,T, +25,040_CC00.all,1150061,C, +26,040_CC00.chie,1100030,S, +27,040_CC00.komako,2160030,K, +28,040_CC00.tenka,3151060,T, +29,100_SC00.mem,1200000,S, +30,101_SC01.mem,1211000,S, +31,103_SC02b.mem,1220000,S, +32,105_SC03b.mem,1231000,S, +33,106_SC04.mem,1240000,S, +34,106_SC04.mem2,1242000,S, +35,107_SC05.mem,1250000,S, +36,108_SC06.mem,1260000,S, +37,109_SC07.mem,1270000,S, +38,110_SE00.mem,1400000,S, +39,200_KC00.mem,2200000,K, +40,201_KC01.mem,2210000,K, +41,202_KC02.mem,2220000,K, +42,203_KC03a.mem,2230000,K, +43,206_KC05.mem,2120000,K, +44,207_KC06.mem,2260000,K, +45,208_KC07.mem,2270000,K, +46,209_KC08.mem,2280000,K, +47,210_KE00.mem,2400000,K, +48,211_KE01.mem,2410000,K, +49,300_TC00.mem,3200000,T, +51,302_TC01b.mem,3210010,T, +52,304_TC02b.mem,3220000,T, +53,305_TC03a.mem,3230000,T, +54,305_TC03a.mem2,3231000,T, +55,306_TC03b.mem,3232000,T, +56,308_TC04b.mem,3241000,T, +57,309_TC05.mem,3250000,T, +58,310_TC06.mem,3260000,T, +59,311_TC07.mem,3270000,T, +60,312_TC08.mem,3280000,T, +61,314_TE00.mem,3400000,T, + diff --git a/datascn.tac/_music.csv b/datascn.tac/_music.csv new file mode 100644 index 0000000..47a9bea --- /dev/null +++ b/datascn.tac/_music.csv @@ -0,0 +1,21 @@ +%no%,%filename%,%info%,%loop%,%volume%,%pos%,%title% +0,,BGM停止,0,0,0, +1,bgm01.wav,オープニング,982020,0,0,さわやかSUNSHINE +2,bgm02.wav,ちーちゃんのテーマ,0,0,0,Cheerful Innocence +3,bgm03.wav,コマコのテーマ,0,0,0,いつだってモデラート +4,bgm04.wav,甜花のテーマ,0,0,0,それいけ☆My アイドル +5,bgm05.wav,日常(午前中),0,0,0,なつのやすみのDaytime +6,bgm06.wav,日常(午後),0,0,0,午後はいつものこのお店♪ +7,bgm07.wav,日常2(午後),572108,0,0,たからものはどこにある? +8,bgm08.wav,日常(夕方),0,0,0,Summer sunset +9,bgm09.wav,エロシーン1,0,0,0,君のぬくもりを感じて +10,bgm10.wav,エロシーン2,0,0,0,二人だけのPrecious Time +11,bgm11.wav,エロシーン3,0,0,0,体験☆淫靡て〜しょん +12,bgm12.wav,ちょっと悲しい,30767,0,0,また少し君に近づいた +13,bgm13.wav,コミカル,0,0,0,大人の曖昧?れすぽんすたいむ +14,bgm14.wav,ドタバタ,588000,0,0,ドタ★バタ♪エキサイト! +15,bgm15.wav,イタズラ,0,0,0,内緒の悪戯ミッション☆ +90,song01.wav,甜花の歌ボーカル曲(フル),false,0,0,夏の太陽 +91,song02.wav,甜花の歌ボーカル曲(カラオケ・フル),false,0,0,夏の太陽 (off vocal) +99,song99.wav,スタッフロールボーカル曲(ショート),false,0,0,Re:夏の太陽 〜この胸の中で〜 + diff --git a/datascn.tac/_project.csv b/datascn.tac/_project.csv new file mode 100644 index 0000000..8b8ce6b --- /dev/null +++ b/datascn.tac/_project.csv @@ -0,0 +1,11 @@ +%filename%,%macro% +macro,TRUE +00logic,FALSE +01commonA,FALSE +02commonB,FALSE +03commonC,FALSE +04commonD,FALSE +05chie,FALSE +06komako,FALSE +07tenka,FALSE + diff --git a/datascn.tac/_stand.csv b/datascn.tac/_stand.csv new file mode 100644 index 0000000..2043e9e --- /dev/null +++ b/datascn.tac/_stand.csv @@ -0,0 +1,58 @@ +%sys%,%char_name%,%char_id%,%stx%,,%cloth_id%,%fb%,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%fe%,,,, +%face_name%,,ID,,,,微笑,笑い(スマイル),微笑(エロ),伝聞,驚く・慌てる,おねだり,おねだり(エロ),真剣,悲しい(泣き),不満,怒り,怒り2,呆れる,恥ずかしい,不安,目を逸らす,目を逸らす2,ジト目,えっへん,微笑 B,笑い(スマイル) B,微笑(エロ) B,伝聞 B,驚く・慌てる B,おねだり B,おねだり(エロ) B,真剣 B,悲しい(泣き) B,不満 B,怒り B,怒り2 B,呆れる B,恥ずかしい B,不安 B,目を逸らす B,目を逸らす2 B,ジト目 B,えっへん B,,,,, +%face_no%,#キャラ正式名,#キャラID,#ファイル名,服,服装ID,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,,,,, +%def_begin%,千恵,chie,st/chie.stx,普段着,private,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,普段着B,privateB,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,普段着C,privateC,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,下着,under,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,裸,nude,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,水着,swim,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,パジャマ,pajama,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,コマコ,komako,st/komako.stx,普段着,private,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,普段着B,privateB,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,普段着C,privateC,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,下着,under,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,裸,nude,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,水着,swim,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,甜花,tenka,st/tenka.stx,普段着,private,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,普段着B,privateB,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,普段着C,privateC,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,下着,under,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,裸,nude,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,水着,swim,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,マイクロビキニ,bikini,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,優子,yuko,st/yuko.stx,普段着,private,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,裸,nude,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,パジャマ,pajama,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,普段着(髪ほどき,private2,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,裸(髪ほどき,nude2,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,パジャマ(髪ほどき,pajama2,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,千恵(大),chieL,st/chieL.stx,普段着,private,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,普段着B,privateB,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,普段着C,privateC,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,下着,under,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,裸,nude,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,水着,swim,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,,,,パジャマ,pajama,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,,,,, +,コマコ(大),komakoL,st/komakoL.stx,普段着,private,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,普段着B,privateB,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,普段着C,privateC,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,下着,under,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,裸,nude,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,,,,水着,swim,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,,,,,, +,甜花(大),tenkaL,st/tenkaL.stx,普段着,private,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,普段着B,privateB,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,普段着C,privateC,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,下着,under,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,裸,nude,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,水着,swim,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,,,,マイクロビキニ,bikini,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,,@,@,@,@,@,@,@,@,@,@,@,@,@,,,,, +,優子(大),yukoL,st/yukoL.stx,普段着,private,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,裸,nude,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,パジャマ,pajama,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,普段着(髪ほどき,private2,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,裸(髪ほどき,nude2,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +,,,,パジャマ(髪ほどき,pajama2,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,@,@,@,@,@,,@,,,@,,,,@,,@,@,,,,,,, +%def_end%,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +#""@""は、表情NOをそのまま使うことを表す(普通はコレになる) 別の表情NOで代用するときに数字で指定,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, + diff --git a/datascn.tac/_variable.csv b/datascn.tac/_variable.csv new file mode 100644 index 0000000..c580e04 --- /dev/null +++ b/datascn.tac/_variable.csv @@ -0,0 +1,9 @@ +%name%,%type%,%default% +%debug%,l,0 +%chie%,l,0 +%komako%,l,0 +%tenka%,l,0 +%temp1%,l,0 +%temp2%,l,0 +%ninshin%,l,0 + diff --git a/datascn.tac/macro.csv b/datascn.tac/macro.csv new file mode 100644 index 0000000..a8680c7 --- /dev/null +++ b/datascn.tac/macro.csv @@ -0,0 +1,173 @@ +%line%,%seq%,%effect%,%music%,%bg%,%cg%,%ov%,%truename%,%name%,%voice%,%st0_name%,%st0_pos%,%st0_face%,%st1_name%,%st1_pos%,%st1_face%,%st2_name%,%st2_pos%,%st2_face%,%st3_name%,%st3_pos%,%st3_face%,%pageflag%,%text% +10900 ,&Lend_night,,,,,,,,,,,,,,,,,,,,,, +11000 ,,,$next,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +11100 ,,,,$next,,,,,,,,,,,,,,,,,,, +11200 ,,,,,,,,,,,,,,,,,,,,,,, +11300 ,$return,,,,,,,,,,,,,,,,,,,,,, +11400 ,&Lbegin_morning,,,,,,,,,,,,,,,,,,,,,, +11500 ,,,$next,9001,,,,,,,,,,,,,,,,,,, +11600 ,,,,,,,,,,,,,,,,,,,,,,, +11700 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +11800 ,$return,,,,,,,,,,,,,,,,,,,,,, +12100 ,&Lend_day_change,,,,,,,,,,,,,,,,,,,,,, +12200 ,,,$next,,$prev,$prev,,,,,,,,,,,,,,,,, +12300 ,,,,,$prev,$prev,,,,,,,,,,,,,,,,, +12400 ,,,,$next,,,,,,,,,,,,,,,,,,, +12500 ,,,,,,,,,,,,,,,,,,,,,,, +12600 ,$return,,,,,,,,,,,,,,,,,,,,,, +12700 ,&Lbegin_day_change,,,,,,,,,,,,,,,,,,,,,, +12800 ,,,$next,$next,$next,$next,,,,,,,,,,,,,,,,, +12900 ,$return,,,,,,,,,,,,,,,,,,,,,, +13200 ,&Lend_scene_change,,,,,,,,,,,,,,,,,,,,,, +13300 ,,,$next,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +13400 ,,,,$next,,,,,,,,,,,,,,,,,,, +13500 ,$return,,,,,,,,,,,,,,,,,,,,,, +13600 ,&Lbegin_scene_change,,,,,,,,,,,,,,,,,,,,,, +13700 ,,,$next,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +13800 ,$return,,,,,,,,,,,,,,,,,,,,,, +14100 ,&Lend_move,,,,,,,,,,,,,,,,,,,,,, +14200 ,,,$next,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +14300 ,,,,$next,,,,,,,,,,,,,,,,,,, +14400 ,,,,,,,,,,,,,,,,,,,,,,, +14500 ,$return,,,,,,,,,,,,,,,,,,,,,, +14600 ,&Lbegin_move,,,,,,,,,,,,,,,,,,,,,, +14700 ,,,$next,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +14800 ,$return,,,,,,,,,,,,,,,,,,,,,, +15600 ,&move_veryshort,,,,,,,,,,,,,,,,,,,,,, +15700 ,,,$next,9000,,,,,,,,,,,,,,,,,,, +15800 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +15900 ,$return,,,,,,,,,,,,,,,,,,,,,, +16200 ,&move_short,,,,,,,,,,,,,,,,,,,,,, +16300 ,,,$next,$prev,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +16400 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +16500 ,$return,,,,,,,,,,,,,,,,,,,,,, +16600 ,&move_short_r,,,,,,,,,,,,,,,,,,,,,, +16700 ,,,$next,$prev,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +16800 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +16900 ,$return,,,,,,,,,,,,,,,,,,,,,, +17200 ,&move_middle,,,,,,,,,,,,,,,,,,,,,, +17300 ,$macro_ifchange bgm,,,,,,,,,,,,,,,,,,,,,, +↓,,,0,,,,,,,,,,,,,,,,,,,, +17500 ,,,$next,9000,,,,,,,,,,,,,,,,,,, +17600 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +17700 ,$return,,,,,,,,,,,,,,,,,,,,,, +17800 ,&move_middle_r,,,,,,,,,,,,,,,,,,,,,, +17900 ,$macro_ifchange bgm,,,,,,,,,,,,,,,,,,,,,, +↓,,,0,,,,,,,,,,,,,,,,,,,, +18100 ,,,$next,9000,,,,,,,,,,,,,,,,,,, +18200 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +18300 ,$return,,,,,,,,,,,,,,,,,,,,,, +18600 ,&move_long,,,,,,,,,,,,,,,,,,,,,, +18700 ,,,0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +18800 ,,,,9000,,,,,,,,,,,,,,,,,,, +18900 ,,,$next,,,,,,,,,,,,,,,,,,,, +19000 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +19100 ,$return,,,,,,,,,,,,,,,,,,,,,, +19200 ,&move_long_r,,,,,,,,,,,,,,,,,,,,,, +19300 ,,,0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +19400 ,,,,9000,,,,,,,,,,,,,,,,,,, +19500 ,,,$next,,,,,,,,,,,,,,,,,,,, +19600 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +19700 ,$return,,,,,,,,,,,,,,,,,,,,,, +20500 ,&timepass_quick,,,,,,,,,,,,,,,,,,,,,, +20600 ,,,,9000,,,,,,,,,,,,,,,,,,, +20700 ,,,,,,,,,,,,,,,,,,,,,,, +20800 ,,,$next,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +21000 ,$return,,,,,,,,,,,,,,,,,,,,,, +21300 ,&timepass_short,,,,,,,,,,,,,,,,,,,,,, +21400 ,,,,9000,,,,,,,,,,,,,,,,,,, +21500 ,,,,,,,,,,,,,,,,,,,,,,, +21600 ,,,$next,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +21700 ,$return,,,,,,,,,,,,,,,,,,,,,, +22000 ,&timepass_middle,,,,,,,,,,,,,,,,,,,,,, +22100 ,,,0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +22200 ,,,,9000,,,,,,,,,,,,,,,,,,, +22300 ,,,$next,,,,,,,,,,,,,,,,,,,, +22400 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +22500 ,$return,,,,,,,,,,,,,,,,,,,,,, +22800 ,&timepass_bgchange,,,,,,,,,,,,,,,,,,,,,, +22900 ,,,0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +23000 ,,,,9000,,,,,,,,,,,,,,,,,,, +23100 ,,,$next,,,,,,,,,,,,,,,,,,,, +23200 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +23300 ,$return,,,,,,,,,,,,,,,,,,,,,, +23600 ,&timepass_day_short,,,,,,,,,,,,,,,,,,,,,, +23700 ,,,0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +23800 ,,,,9000,,,,,,,,,,,,,,,,,,, +23900 ,,,$next,,,,,,,,,,,,,,,,,,,, +24000 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +24100 ,$return,,,,,,,,,,,,,,,,,,,,,, +24400 ,&timepass_day_long,,,,,,,,,,,,,,,,,,,,,, +24500 ,,,0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +24600 ,,,,9000,,,,,,,,,,,,,,,,,,, +24700 ,,,$next,,,,,,,,,,,,,,,,,,,, +24800 ,,,,,,,,,,,,,,,,,,,,,,, +24900 ,,,,9001,,,,,,,,,,,,,,,,,,, +25000 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +25100 ,$return,,,,,,,,,,,,,,,,,,,,,, +25900 ,&kira_wipe,,,,,,,,,,,,,,,,,,,,,, +26000 ,,,$next,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +26100 ,,"&file_p=pic/etc/p5.png&num=5&size=1.6,0.2&time=0.3&speed=0.4&round=500&random=50&mode=add"">",,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +26200 ,$return,,,,,,,,,,,,,,,,,,,,,, +27000 ,&scene_charchange,,,,,,,,,,,,,,,,,,,,,, +27100 ,,,,9000,,,,,,,,,,,,,,,,,,, +27200 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +27300 ,$return,,,,,,,,,,,,,,,,,,,,,, +27600 ,&scene_past_begin,,,,,,,,,,,,,,,,,,,,,, +27700 ,$macro_ifchange bgm,,,,,,,,,,,,,,,,,,,,,, +↓,,,0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +27900 ,,,,9001,,,,,,,,,,,,,,,,,,, +28000 ,,,$next,,,,,,,,,,,,,,,,,,,, +28100 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +28200 ,$return,,,,,,,,,,,,,,,,,,,,,, +28300 ,&scene_past_end,,,,,,,,,,,,,,,,,,,,,, +28400 ,,,$next,9001,,,,,,,,,,,,,,,,,,, +28500 ,,,,,,,,,,,,,,,,,,,,,,, +28600 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +28700 ,$return,,,,,,,,,,,,,,,,,,,,,, +29000 ,&scene_h_begin,,,,,,,,,,,,,,,,,,,,,, +29100 ,$macro_ifchange bgm,,,,,,,,,,,,,,,,,,,,,, +↓,,,0,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +29300 ,,,$next,,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +29400 ,,,,9001,,,,,,,,,,,,,,,,,,, +29500 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +29600 ,$return,,,,,,,,,,,,,,,,,,,,,, +29800 ,&scene_h_end,,,,,,,,,,,,,,,,,,,,,, +29900 ,$macro_ifchange bgm,,,,,,,,,,,,,,,,,,,,,, +↓,,,0,$prev,$prev,$prev,,,,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,$prev,, +30100 ,,,,9001,,,,,,,,,,,,,,,,,,, +30200 ,,,$next,,,,,,,,,,,,,,,,,,,, +30300 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +30400 ,$return,,,,,,,,,,,,,,,,,,,,,, +31200 ,&ef_shasei_l,,,,,,,,,,,,,,,,,,,,,, +31300 ,,,,9001,,,,,,,,,,,,,,,,,,, +31400 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +31500 ,,,,9001,,,,,,,,,,,,,,,,,,, +31600 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +31700 ,$return,,,,,,,,,,,,,,,,,,,,,, +31900 ,&ef_shasei,,,,,,,,,,,,,,,,,,,,,, +32000 ,,,,9001,,,,,,,,,,,,,,,,,,, +32100 ,,,,$next,$next,$next,,,,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,$next,, +32200 ,$return,,,,,,,,,,,,,,,,,,,,,, +32500 ,,,,,,,,,,,,,,,,,,,,,,, +32600 ,,,,,,,,,,,,,,,,,,,,,,, +32700 ,,,,,,,,,,,,,,,,,,,,,,, +32800 ,,,,,,,,,,,,,,,,,,,,,,, +32900 ,,,,,,,,,,,,,,,,,,,,,,, +33000 ,,,,,,,,,,,,,,,,,,,,,,, +33100 ,,,,,,,,,,,,,,,,,,,,,,, +33200 ,,,,,,,,,,,,,,,,,,,,,,, +33300 ,,,,,,,,,,,,,,,,,,,,,,, +33400 ,,,,,,,,,,,,,,,,,,,,,,, +33500 ,,,,,,,,,,,,,,,,,,,,,,, +33600 ,,,,,,,,,,,,,,,,,,,,,,, +33700 ,,,,,,,,,,,,,,,,,,,,,,, +33800 ,,,,,,,,,,,,,,,,,,,,,,, +33900 ,,,,,,,,,,,,,,,,,,,,,,, +34000 ,,,,,,,,,,,,,,,,,,,,,,, +34100 ,,,,,,,,,,,,,,,,,,,,,,, +34200 ,,,,,,,,,,,,,,,,,,,,,,, +34300 ,,,,,,,,,,,,,,,,,,,,,,, +34400 ,,,,,,,,,,,,,,,,,,,,,,, +34500 ,,,,,,,,,,,,,,,,,,,,,,, +,