fetchUserSubData(`${GOT_USER_DATA_URI}/followees`)
      .then((users) => {
        this.setState({ following_users: users });
        localStorage.setItem('following_users', users);
        // ユーザーがフォローしているユーザーに紐づく記事をstateに保存